summaryrefslogtreecommitdiff
path: root/tests/Kstr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kstr')
-rw-r--r--tests/Kstr14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/Kstr b/tests/Kstr
index d792f08..0948b11 100644
--- a/tests/Kstr
+++ b/tests/Kstr
@@ -33,10 +33,24 @@ menuconfig ADVANCED
prompt "prompt 3"
depends on DEP2
+if DEP3
+
+menu "foo"
+ depends on DEP4
+
config ADVANCED
help
second help text
+endmenu
+
+endif
+
+config ONLY_DIRECT_DEPS
+ int
+ depends on DEP1
+ depends on DEP2
+
config STRING
string
default "foo"