menuconfig PDKSH bool prompt "pdksh [BROKEN] " depends on BROKEN help The Public Domain Korn Shell PD-ksh is a clone of the AT&T Korn shell. config PDKSH_SHLIKE bool prompt "Enable minimal sh like configuration [BROKEN]" depends on PDKSH && 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