9
0
Fork 0

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>
This commit is contained in:
Sascha Hauer 2014-01-27 13:53:24 +01:00
parent 7f035323eb
commit 27da1665d3
1 changed files with 2 additions and 8 deletions

View File

@ -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