Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hauke Mehrtens and committed by
John W. Linville
d186899f 693026ef

+1
+1
drivers/bcma/Kconfig
··· 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"