diff options
author | Bogicevic Sasa <brutallesale@gmail.com> | 2016-02-03 13:24:22 -0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-08 14:36:48 -0600 |
commit | 5f8fc43217a01c98be88aa53794b4d1333a07a5a (patch) | |
tree | 1391651be95ac3d4b3f2bcdc6321cc3385f694f6 /arch/ia64 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | blackbird-obmc-linux-5f8fc43217a01c98be88aa53794b4d1333a07a5a.tar.gz blackbird-obmc-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/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index fb0515eb639b..1bc4b5add65c 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -574,8 +574,6 @@ config PCI_DOMAINS config PCI_SYSCALL def_bool PCI -source "drivers/pci/pcie/Kconfig" - source "drivers/pci/Kconfig" source "drivers/pci/hotplug/Kconfig" |