aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/Kconfig
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2011-05-02 15:09:42 -0400
committerChris Metcalf <cmetcalf@tilera.com>2011-05-04 14:39:53 -0400
commit398fa5a9319797e43f67b215337afe62e39475ef (patch)
tree44d966997a6baa6b75a176526d981e3ffb32e471 /arch/tile/Kconfig
parent313ce674d3cbc2d48ed34a9462427920ac54f4ad (diff)
downloadkernel_samsung_smdk4412-398fa5a9319797e43f67b215337afe62e39475ef.tar.gz
kernel_samsung_smdk4412-398fa5a9319797e43f67b215337afe62e39475ef.tar.bz2
kernel_samsung_smdk4412-398fa5a9319797e43f67b215337afe62e39475ef.zip
arch/tile: improve support for PCI hotplug
Note that this is not complete hot-plug support; hot-unplug is not included. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r--arch/tile/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
index e32b0c23c4c..635e1bfb1c5 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
@@ -339,6 +339,14 @@ config NO_IOPORT
source "drivers/pci/Kconfig"
+config HOTPLUG
+ bool "Support for hot-pluggable devices"
+ ---help---
+ Say Y here if you want to plug devices into your computer while
+ the system is running, and be able to use them quickly. In many
+ cases, the devices can likewise be unplugged at any time too.
+ One well-known example of this is USB.
+
source "drivers/pci/hotplug/Kconfig"
endmenu