summaryrefslogtreecommitdiffstats
path: root/rules/memedit.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-30 18:26:19 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-30 18:26:19 +0000
commit84cc37c2f526045004ef20d03a7c38a4842ffb71 (patch)
tree480dfe70875d97103f55dc13792899af0e4ed385 /rules/memedit.in
parent873a193b58dc8e094a13ae86c5ce0a4edd974981 (diff)
downloadptxdist-84cc37c2f526045004ef20d03a7c38a4842ffb71.tar.gz
ptxdist-84cc37c2f526045004ef20d03a7c38a4842ffb71.tar.xz
* memedit: Requires readline with ncurses
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6980 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/memedit.in')
-rw-r--r--rules/memedit.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/memedit.in b/rules/memedit.in
index 5958d9c27..43de009be 100644
--- a/rules/memedit.in
+++ b/rules/memedit.in
@@ -1,9 +1,13 @@
config MEMEDIT
bool
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
+ 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.
+ Note: Your readline library must be linked against the
+ curses library