summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
blob: 699046b0de0be2d58e6fcf1d0135145d14a5ad8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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