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

menuconfig 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.