summaryrefslogtreecommitdiffstats
path: root/arch/tile/Kconfig
diff options
context:
space:
mode:
authorBogicevic Sasa2016-02-03 22:24:22 +0100
committerBjorn Helgaas2016-03-08 21:36:48 +0100
commit5f8fc43217a01c98be88aa53794b4d1333a07a5a (patch)
tree1391651be95ac3d4b3f2bcdc6321cc3385f694f6 /arch/tile/Kconfig
parentLinux 4.5-rc1 (diff)
downloadkernel-qcow2-linux-5f8fc43217a01c98be88aa53794b4d1333a07a5a.tar.gz
kernel-qcow2-linux-5f8fc43217a01c98be88aa53794b4d1333a07a5a.tar.xz
kernel-qcow2-linux-5f8fc43217a01c98be88aa53794b4d1333a07a5a.zip
PCI: Include pci/pcie/Kconfig directly from pci/Kconfig
Include pci/pcie/Kconfig directly from pci/Kconfig, so arches don't have to source both pci/Kconfig and pci/pcie/Kconfig. Note that this effectively adds pci/pcie/Kconfig to the following arches, because they already sourced drivers/pci/Kconfig but they previously did not source drivers/pci/pcie/Kconfig: alpha avr32 blackfin frv m32r m68k microblaze mn10300 parisc sparc unicore32 xtensa [bhelgaas: changelog, source pci/pcie/Kconfig at top of pci/Kconfig, whitespace] Signed-off-by: Sasa Bogicevic <brutallesale@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r--arch/tile/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
index de4a4fff9323..0c95266d102b 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
@@ -455,7 +455,6 @@ config TILE_PCI_IO
source "drivers/pci/Kconfig"
-source "drivers/pci/pcie/Kconfig"
config TILE_USB
tristate "Tilera USB host adapter support"