Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7e127e3 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Include pci/hotplug Kconfig directly from pci/Kconfig



Include pci/hotplug/Kconfig directly from pci/Kconfig, so arches don't
have to source both pci/Kconfig and pci/hotplug/Kconfig.

Note that this effectively adds pci/hotplug/Kconfig to the following
arches, because they already sourced drivers/pci/Kconfig but they
previously did not source drivers/pci/hotplug/Kconfig:

  alpha
  arm
  avr32
  frv
  m68k
  microblaze
  mn10300
  sparc
  unicore32

Inspired-by-patch-from: Bogicevic Sasa <brutallesale@gmail.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 5f8fc432
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -235,7 +235,6 @@ config PCI_SYSCALL
	def_bool PCI

source "drivers/pci/Kconfig"
source "drivers/pci/hotplug/Kconfig"

endmenu

+0 −2
Original line number Diff line number Diff line
@@ -1233,8 +1233,6 @@ source "drivers/pci/Kconfig"

source "drivers/pcmcia/Kconfig"

source "drivers/pci/hotplug/Kconfig"

endmenu

menu "Executable file formats"
+0 −2
Original line number Diff line number Diff line
@@ -576,8 +576,6 @@ config PCI_SYSCALL

source "drivers/pci/Kconfig"

source "drivers/pci/hotplug/Kconfig"

source "drivers/pcmcia/Kconfig"

endmenu
+0 −2
Original line number Diff line number Diff line
@@ -386,8 +386,6 @@ config ISA

source "drivers/pcmcia/Kconfig"

source "drivers/pci/hotplug/Kconfig"

endmenu


+0 −2
Original line number Diff line number Diff line
@@ -2935,8 +2935,6 @@ config ZONE_DMA32

source "drivers/pcmcia/Kconfig"

source "drivers/pci/hotplug/Kconfig"

config RAPIDIO
	tristate "RapidIO support"
	depends on PCI
Loading