From 27da1665d3fea543ed4829f754e60972c10458ca Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 27 Jan 2014 13:53:24 +0100 Subject: misc Kconfig: always ask for misc devices The "Misc devices" menu does not enable anything by itself, so make it a regular menu rather than a menuconfig. Signed-off-by: Sascha Hauer --- drivers/misc/Kconfig | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'drivers/misc') diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 606490b54e..e59c4f1dd9 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -2,17 +2,11 @@ # Misc strange devices # -menuconfig MISC_DEVICES - bool "Misc devices" - help - Add support for misc strange devices - -if MISC_DEVICES +menu "Misc devices" config JTAG tristate "JTAG Bitbang driver" depends on GENERIC_GPIO help Controls JTAG chains connected to I/O pins - -endif # MISC_DEVICES +endmenu -- cgit v1.2.3