tile: remove duplicate CONFIG_HOTPLUG definition
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 00:01:07 +0000 (17:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 20:26:16 +0000 (13:26 -0700)
As part of the plan to remove CONFIG_HOTPLUG, it was found that tile
duplicates this config option for no reason (it's already defined as part of
init/Kconfig).  This patch removes it from the tile-only Kconfig file.

Acked-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/tile/Kconfig

index 932e4430f7f3323ef9be06d2f4b1f8ac98ae611f..c9a3c1fe72970347c6d36973d40c63b03ae5e4f1 100644 (file)
@@ -412,14 +412,6 @@ config TILE_USB
 config NEED_BOUNCE_POOL
        def_bool USB_OHCI_HCD
 
-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
This page took 0.025666 seconds and 5 git commands to generate.