Skip to content

Commit

Permalink
tile: remove duplicate CONFIG_HOTPLUG definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Sep 6, 2012
1 parent 8e403b2 commit 1a91b01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a91b01

Please sign in to comment.