summaryrefslogtreecommitdiffstats
path: root/rules/pdksh.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
commit84b12e374b83af064a94a556941f4aece7a28e55 (patch)
tree22ec2ee4bdaf7825a3da3c3709b50f50eae376cb /rules/pdksh.in
parent6a99862df67668c49eed986c063d5688c8aa7c37 (diff)
downloadptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.gz
ptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.xz
* : tristate changes p-q.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8325 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pdksh.in')
-rw-r--r--rules/pdksh.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/rules/pdksh.in b/rules/pdksh.in
index 16b6b3afd..7676a6ec4 100644
--- a/rules/pdksh.in
+++ b/rules/pdksh.in
@@ -1,57 +1,54 @@
menuconfig PDKSH
- bool
- prompt "pdksh [BROKEN] "
+ tristate
+ prompt "pdksh [BROKEN] "
depends on BROKEN
help
The Public Domain Korn Shell
PD-ksh is a clone of the AT&T Korn shell.
+if PDKSH
+
config PDKSH_SHLIKE
bool
prompt "Enable minimal sh like configuration [BROKEN]"
- depends on PDKSH && broken
+ depends on BROKEN
help
FIXME: This item needs to be documented
config PDKSH_POSIX
bool
prompt "Enable POSIX behaviour"
- depends on PDKSH
help
FIXME: This item needs to be documented
config PDKSH_EMACS
bool
prompt "Enable emacs style line editing"
- depends on PDKSH
help
FIXME: This item needs to be documented
config PDKSH_VI
bool
prompt "Enable vi style line editing"
- depends on PDKSH
help
FIXME: This item needs to be documented
config PDKSH_CMDHISTORY
bool
prompt "Turn on command history"
- depends on PDKSH
help
FIXME: This item needs to be documented
config PDKSH_JOBS
bool
prompt "Enable job control features"
- depends on PDKSH
help
FIXME: This item needs to be documented
config PDKSH_BRACE_EXPAND
bool
prompt "Enable ksh brace expansion"
- depends on PDKSH
help
FIXME: This item needs to be documented
+endif