summaryrefslogtreecommitdiffstats
path: root/rules/memedit.in
blob: bc15c2a8fc91f8323cf6126521c0b35391afc79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.