diff options
author | Bogicevic Sasa | 2016-02-03 22:24:22 +0100 |
---|---|---|
committer | Bjorn Helgaas | 2016-03-08 21:36:48 +0100 |
commit | 5f8fc43217a01c98be88aa53794b4d1333a07a5a (patch) | |
tree | 1391651be95ac3d4b3f2bcdc6321cc3385f694f6 /arch/arm | |
parent | Linux 4.5-rc1 (diff) | |
download | kernel-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/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4f799e567fc8..1d00da16d980 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1212,7 +1212,6 @@ config PCI_HOST_ITE8152 select DMABOUNCE source "drivers/pci/Kconfig" -source "drivers/pci/pcie/Kconfig" source "drivers/pcmcia/Kconfig" |