summaryrefslogtreecommitdiffstats
path: root/rules/memedit.in
blob: 85a4782d80ff6ac376a8a97448a1d5cce3e89ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=shell_and_console

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.