diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-06-09 18:59:42 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-12 15:06:54 -0400 |
commit | d186899fa55ae773ae26cf57aa274c50de4c508c (patch) | |
tree | 5a86a63e1b3e5a8b564c44d2d16667a82200bd9a /drivers/bcma | |
parent | 693026ef2e751fd94d2e6c71028e68343cc875d5 (diff) | |
download | linux-d186899fa55ae773ae26cf57aa274c50de4c508c.tar.bz2 |
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>
Diffstat (limited to 'drivers/bcma')
-rw-r--r-- | drivers/bcma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index 8b4221cfd118..380a2003231e 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" |