summaryrefslogtreecommitdiffstats
path: root/rules/memedit.in
blob: b0f8b83735a5c1357d5b16de883c64c322d8187e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=tools
config MEMEDIT
	tristate
	select READLINE
	# memedit can only be run with a readline library linked against ncurses
	select NCURSES
	prompt "memedit"
	help
	  memedit is a command line tool which is able to open
	  a file or pseudo file representing a memory device
	  (for example memory mapped I/O or FPGA memory) and
	  lets you edit it's contents from a command line.
	  Note: Your readline library must be linked against the
	  curses library.