Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a91b016 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8e403b24
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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