summaryrefslogtreecommitdiffstats
path: root/arch/tile/Kconfig
diff options
context:
space:
mode:
authorBjorn Helgaas2016-03-08 21:57:21 +0100
committerBjorn Helgaas2016-03-08 22:10:48 +0100
commite7e127e3c767094aca96ee976729dc5f756666df (patch)
tree3e331a4897b3181dc43985cc0aee19911a66e1c5 /arch/tile/Kconfig
parentPCI: Include pci/pcie/Kconfig directly from pci/Kconfig (diff)
downloadkernel-qcow2-linux-e7e127e3c767094aca96ee976729dc5f756666df.tar.gz
kernel-qcow2-linux-e7e127e3c767094aca96ee976729dc5f756666df.tar.xz
kernel-qcow2-linux-e7e127e3c767094aca96ee976729dc5f756666df.zip
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/tile/Kconfig')
-rw-r--r--arch/tile/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
index 0c95266d102b..81719302b056 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
@@ -455,7 +455,6 @@ config TILE_PCI_IO
source "drivers/pci/Kconfig"
-
config TILE_USB
tristate "Tilera USB host adapter support"
default y
@@ -466,8 +465,6 @@ config TILE_USB
Provides USB host adapter support for the built-in EHCI and OHCI
interfaces on TILE-Gx chips.
-source "drivers/pci/hotplug/Kconfig"
-
endmenu
menu "Executable file formats"