diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-04 20:01:07 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-06 16:26:16 -0400 |
commit | 1a91b01659ced733492f275e8d634153cebe9443 (patch) | |
tree | 678b6cbe39dceb135361e4ed04efe796828aa79b /arch/tile | |
parent | 8e403b242e77289bb13f6219adaad5b25e086949 (diff) |
tile: remove duplicate CONFIG_HOTPLUG definition
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>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 932e4430f7f3..c9a3c1fe7297 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig | |||
@@ -412,14 +412,6 @@ config TILE_USB | |||
412 | config NEED_BOUNCE_POOL | 412 | config NEED_BOUNCE_POOL |
413 | def_bool USB_OHCI_HCD | 413 | def_bool USB_OHCI_HCD |
414 | 414 | ||
415 | config HOTPLUG | ||
416 | bool "Support for hot-pluggable devices" | ||
417 | ---help--- | ||
418 | Say Y here if you want to plug devices into your computer while | ||
419 | the system is running, and be able to use them quickly. In many | ||
420 | cases, the devices can likewise be unplugged at any time too. | ||
421 | One well-known example of this is USB. | ||
422 | |||
423 | source "drivers/pci/hotplug/Kconfig" | 415 | source "drivers/pci/hotplug/Kconfig" |
424 | 416 | ||
425 | endmenu | 417 | endmenu |