Commit d186899fa55ae773ae26cf57aa274c50de4c508c

Authored by Hauke Mehrtens
Committed by John W. Linville
1 parent 693026ef2e

bcma: activate PCI host option by default

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/bcma/Kconfig
... ... @@ -26,6 +26,7 @@
26 26 config BCMA_HOST_PCI
27 27 bool "Support for BCMA on PCI-host bus"
28 28 depends on BCMA_HOST_PCI_POSSIBLE
  29 + default y
29 30  
30 31 config BCMA_DRIVER_PCI_HOSTMODE
31 32 bool "Driver for PCI core working in hostmode"