summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
blob: 606490b54e114e0add0aab766904c0b96bfd5371 (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