summaryrefslogtreecommitdiffstats
path: root/rules/tools.in
blob: e150a19bc8ad22edc9c112519306ed1a82e849b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config FIGLET
	bool
	prompt "figlet"
	help
	  Figlet is a tool to create bit ASCII text. 

          For more information see http://www.figlet.org

config MEMEDIT
	bool
	default N
	select READLINE
	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
	  let's you edit it's contents from a command line.

config MEMSTAT
	bool
	default N
	prompt "memstat"
	help
	  memstat is a memory diagnose tool which lets you find
 	  out which process uses how much virtual memory.