summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/lsh.in')
-rw-r--r--rules/lsh.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/lsh.in b/rules/lsh.in
index cf0fd2929..e345fd81d 100644
--- a/rules/lsh.in
+++ b/rules/lsh.in
@@ -3,35 +3,49 @@ menu "LSH "
config LSH
bool
prompt "LSH"
+ help
+ FIXME: This item needs to be documented
config LSH_EXECUV
bool
prompt "Install lsh-execuf"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_LSHD
bool
prompt "Install lshd"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_SFTPD
bool
prompt "Install sftp-server"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_MAKESEED
bool
prompt "Install lsh-make-seed"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_KEYGEN
bool
prompt "Install lsh-keygen"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_WRITEKEY
bool
prompt "Install lsh-writekey"
depends on LSH
+ help
+ FIXME: This item needs to be documented
endmenu