diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-03 17:45:48 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-03 17:45:48 +0200 |
commit | f16c15a0e0ea88d95b49467a90f71017604e6a5d (patch) | |
tree | e13699daa88727f9318afd82dfde4572e1977084 /drivers/pci/host/Kconfig | |
parent | Merge branch 'leds-fixes-for-3.17' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
parent | PCI: spear: Remove module option (diff) | |
download | linux-f16c15a0e0ea88d95b49467a90f71017604e6a5d.tar.xz linux-f16c15a0e0ea88d95b49467a90f71017604e6a5d.zip |
Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI fix from Bjorn Helgaas:
"This fixes an ARM allmodconfig build problem:
Remove module option for ST Microelectronics SPEAr13xx"
* tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
PCI: spear: Remove module option
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 8922c376456a..90f5ccacce4b 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -56,7 +56,7 @@ config PCI_HOST_GENERIC controller, such as the one emulated by kvmtool. config PCIE_SPEAR13XX - tristate "STMicroelectronics SPEAr PCIe controller" + bool "STMicroelectronics SPEAr PCIe controller" depends on ARCH_SPEAR13XX select PCIEPORTBUS select PCIE_DW |