bcma: activate PCI host option by default
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Jun 2013 16:59:42 +0000 (18:59 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 Jun 2013 19:06:54 +0000 (15:06 -0400)
Most users are using bcma with a PCIe card, activate support for
this by default.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/Kconfig

index 8b4221cfd118bdb390fea9fa5e6bbfdfe37060f7..380a2003231e4c56984207dd7f2658bd9bcc3166 100644 (file)
@@ -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"