]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
PCI: Include pci/pcie/Kconfig directly from pci/Kconfig
authorBogicevic Sasa <brutallesale@gmail.com>
Wed, 3 Feb 2016 21:24:22 +0000 (13:24 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 8 Mar 2016 20:36:48 +0000 (14:36 -0600)
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>
arch/arm/Kconfig
arch/arm64/Kconfig
arch/ia64/Kconfig
arch/mips/Kconfig
arch/powerpc/Kconfig
arch/s390/Kconfig
arch/sh/Kconfig
arch/tile/Kconfig
arch/x86/Kconfig
drivers/pci/Kconfig

index 4f799e567fc870502ae147f3c26c5bb402315a9d..1d00da16d980707e633a2391fac51381254276a7 100644 (file)
@@ -1212,7 +1212,6 @@ config PCI_HOST_ITE8152
        select DMABOUNCE
 
 source "drivers/pci/Kconfig"
-source "drivers/pci/pcie/Kconfig"
 
 source "drivers/pcmcia/Kconfig"
 
index 8cc62289a63ed9958c9623acaa5462048cc9287b..128ec3c8d47500bfcb2792293de1187c9026cbed 100644 (file)
@@ -235,7 +235,6 @@ config PCI_SYSCALL
        def_bool PCI
 
 source "drivers/pci/Kconfig"
-source "drivers/pci/pcie/Kconfig"
 source "drivers/pci/hotplug/Kconfig"
 
 endmenu
index fb0515eb639b55295c59b25ef1ce83554f35d7b4..1bc4b5add65c49222d5a2d39400617e126efbac8 100644 (file)
@@ -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"
index 57a945e832f43ff711fe04d1fa8a52fe1970f000..d21eec746afb9fdf1a305100ffcab8dd69f4d8d2 100644 (file)
@@ -2876,8 +2876,6 @@ config PCI_DOMAINS
 
 source "drivers/pci/Kconfig"
 
-source "drivers/pci/pcie/Kconfig"
-
 #
 # ISA support is now enabled via select.  Too many systems still have the one
 # or other ISA chip on the board that users don't know about so don't expect
index e4824fd04bb7449d262c1a7697b5f539b03f6bab..247a09f01608b3e3d7236f0d23b9f15b1a2e0a2f 100644 (file)
@@ -828,8 +828,6 @@ config PCI_8260
        select PPC_INDIRECT_PCI
        default y
 
-source "drivers/pci/pcie/Kconfig"
-
 source "drivers/pci/Kconfig"
 
 source "drivers/pcmcia/Kconfig"
index 3be9c832dec117a041378bd606f07df89ca44520..9918433420051565a242d5fa04e16241bfc19efa 100644 (file)
@@ -605,7 +605,6 @@ config PCI_NR_MSI
          PCI devices.
 
 source "drivers/pci/Kconfig"
-source "drivers/pci/pcie/Kconfig"
 source "drivers/pci/hotplug/Kconfig"
 
 endif  # PCI
index e13da05505dcebc9501e97a34ec26057b1ffab90..ce52af9ca6ba2e9f4b508132316079a20031170a 100644 (file)
@@ -847,8 +847,6 @@ config PCI
 config PCI_DOMAINS
        bool
 
-source "drivers/pci/pcie/Kconfig"
-
 source "drivers/pci/Kconfig"
 
 source "drivers/pcmcia/Kconfig"
index de4a4fff93237a1a9d14c6520f905a67c8ef7aad..0c95266d102b90b734722a799a6d4e5dbcb02896 100644 (file)
@@ -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"
index 330e738ccfc13633954a02677e46bb1b12605fa9..ff7fe2dc881cd01bbc1453be74b403bf13f0e2e1 100644 (file)
@@ -2431,8 +2431,6 @@ config PCI_CNB20LE_QUIRK
 
          You should say N unless you know you need this.
 
-source "drivers/pci/pcie/Kconfig"
-
 source "drivers/pci/Kconfig"
 
 # x86_64 have no ISA slots, but can have ISA-style DMA.
index 73de4efcbe6edc85c8f3fb54e0c925a7ab30492b..04e00923d178ab17188c4c56259a765d79ba6418 100644 (file)
@@ -1,6 +1,9 @@
 #
 # PCI configuration
 #
+
+source "drivers/pci/pcie/Kconfig"
+
 config PCI_BUS_ADDR_T_64BIT
        def_bool y if (ARCH_DMA_ADDR_T_64BIT || 64BIT)
        depends on PCI