summaryrefslogtreecommitdiffstats
path: root/rules/host-openocd.in
blob: bd12c086ef3847b6bdfeb1e602fd0fab27a78f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=hosttools

config HOST_OPENOCD
	tristate
	prompt "openocd"
	select HOST_LIBUSB
	select HOST_JIMTCL
	select HOST_LIBFTDI1
	help
	  The "Open On-Chip Debugger" provides JTAG/SWD access from GDB
	  (or directly with TCL scripts) to processors with ARM and MIPS
	  based cores.