barebox/drivers/misc/Kconfig
Alexander Shiyan 4c20f9af97 Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes
replacing spaces to tabs, formatting in accordance format, removing
extraneous lines and spaces. No functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-12-08 12:22:12 +01:00

19 lines
280 B
Text

#
# Misc strange devices
#
menuconfig MISC_DEVICES
bool "Misc devices"
help
Add support for misc strange devices
if MISC_DEVICES
config JTAG
tristate "JTAG Bitbang driver"
depends on GENERIC_GPIO
help
Controls JTAG chains connected to I/O pins
endif # MISC_DEVICES