hush: HUSH_READONLY depends on HUSH
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Jul 2017 19:47:27 +0000 (21:47 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Jul 2017 19:47:27 +0000 (21:47 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index 1961c9830174b3e4c50369a1e181331ba8559421..4b71344da1a9bd327eab2f5b01eef6322580a046 100644 (file)
 //config:config HUSH_READONLY
 //config:      bool "readonly builtin"
 //config:      default y
+//config:      depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH
 //config:      help
 //config:        Enable support for read-only variables.
 //config: