summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
blob: c3d31ec9a2389f6e5d7aa67dece85e03be6e4e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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"
	help
	  Controls JTAG chains connected to I/O pins

endif # MISC_DEVICES