diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-08 15:57:21 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-08 16:10:48 -0500 |
commit | e7e127e3c767094aca96ee976729dc5f756666df (patch) | |
tree | 3e331a4897b3181dc43985cc0aee19911a66e1c5 /arch/blackfin | |
parent | 5f8fc43217a01c98be88aa53794b4d1333a07a5a (diff) |
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: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index af76634f8d98..a63c12259e77 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -1233,8 +1233,6 @@ source "drivers/pci/Kconfig" | |||
1233 | 1233 | ||
1234 | source "drivers/pcmcia/Kconfig" | 1234 | source "drivers/pcmcia/Kconfig" |
1235 | 1235 | ||
1236 | source "drivers/pci/hotplug/Kconfig" | ||
1237 | |||
1238 | endmenu | 1236 | endmenu |
1239 | 1237 | ||
1240 | menu "Executable file formats" | 1238 | menu "Executable file formats" |