summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-01-27 13:53:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-29 10:29:43 +0100
commit27da1665d3fea543ed4829f754e60972c10458ca (patch)
treea27819c3f23fa1676d983b253a7a7fb49e5293d3 /drivers/misc
parent7f035323eb3b80803887f3e486bbad7c78a8dc69 (diff)
downloadbarebox-27da1665d3fea543ed4829f754e60972c10458ca.tar.gz
barebox-27da1665d3fea543ed4829f754e60972c10458ca.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Kconfig10
1 files changed, 2 insertions, 8 deletions
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