diff mbox

[1/2] bcma: activate PCI host option by default

Message ID 1370797183-5510-1-git-send-email-hauke@hauke-m.de (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Hauke Mehrtens June 9, 2013, 4:59 p.m. UTC
Most users are using bcma with a PCIe card, activate support for
this by default.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 drivers/bcma/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Rafał Miłecki June 10, 2013, 9:44 a.m. UTC | #1
2013/6/9 Hauke Mehrtens <hauke@hauke-m.de>:
> Most users are using bcma with a PCIe card, activate support for
> this by default.

Both look sane, thanks.
diff mbox

Patch

diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig
index 8b4221c..380a200 100644
--- a/drivers/bcma/Kconfig
+++ b/drivers/bcma/Kconfig
@@ -26,6 +26,7 @@  config BCMA_HOST_PCI_POSSIBLE
 config BCMA_HOST_PCI
 	bool "Support for BCMA on PCI-host bus"
 	depends on BCMA_HOST_PCI_POSSIBLE
+	default y
 
 config BCMA_DRIVER_PCI_HOSTMODE
 	bool "Driver for PCI core working in hostmode"