Newer
Older
barebox / drivers / misc / Kconfig
@Sascha Hauer Sascha Hauer on 26 Oct 2012 298 bytes misc JTAG: Let Jtag driver depend on GENERIC_GPIO
#
# 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