diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 15:57:43 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:46 -0500 |
commit | 0c270807db7c6478d60ab2bc23511fd5868a7a80 (patch) | |
tree | 20610dbcf3e26a146efe497b0ef62f27e1b92fc0 /arch/blackfin/Kconfig | |
parent | 0e64268ced7975ddcfed3e47a26b8df534f8e3ed (diff) |
Blackfin: drop duplicate HOTPLUG Kconfig option
The option already exists for everyone in init/Kconfig.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 1f075be7717f..3bd8e833c89e 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -1120,24 +1120,6 @@ config PCI | |||
1120 | 1120 | ||
1121 | source "drivers/pci/Kconfig" | 1121 | source "drivers/pci/Kconfig" |
1122 | 1122 | ||
1123 | config HOTPLUG | ||
1124 | bool "Support for hot-pluggable device" | ||
1125 | help | ||
1126 | Say Y here if you want to plug devices into your computer while | ||
1127 | the system is running, and be able to use them quickly. In many | ||
1128 | cases, the devices can likewise be unplugged at any time too. | ||
1129 | |||
1130 | One well known example of this is PCMCIA- or PC-cards, credit-card | ||
1131 | size devices such as network cards, modems or hard drives which are | ||
1132 | plugged into slots found on all modern laptop computers. Another | ||
1133 | example, used on modern desktops as well as laptops, is USB. | ||
1134 | |||
1135 | Enable HOTPLUG and build a modular kernel. Get agent software | ||
1136 | (from <http://linux-hotplug.sourceforge.net/>) and install it. | ||
1137 | Then your kernel will automatically call out to a user mode "policy | ||
1138 | agent" (/sbin/hotplug) to load modules and set up software needed | ||
1139 | to use devices as you hotplug them. | ||
1140 | |||
1141 | source "drivers/pcmcia/Kconfig" | 1123 | source "drivers/pcmcia/Kconfig" |
1142 | 1124 | ||
1143 | source "drivers/pci/hotplug/Kconfig" | 1125 | source "drivers/pci/hotplug/Kconfig" |