summaryrefslogtreecommitdiff
path: root/tests/Klocation_included
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Klocation_included')
-rw-r--r--tests/Klocation_included43
1 files changed, 8 insertions, 35 deletions
diff --git a/tests/Klocation_included b/tests/Klocation_included
index 674116a..fb1afaa 100644
--- a/tests/Klocation_included
+++ b/tests/Klocation_included
@@ -1,42 +1,15 @@
-menuconfig A
- bool "A"
-menuconfig A
- bool "A"
-menu "menu 2"
-config M
- def_bool !(n || (n || A = n))
- default !A if y
- default y if !A
-config S
- bool
- select A if NOT_DEFINED = y
- select E if A
- imply A
- imply E if A
-endmenu
-choice
- bool "C"
-config N
- bool "N"
-config O
- bool "O"
-endchoice
-choice B
- bool "B"
-config B1
- tristate "B1"
-config B2
- tristate "B2"
+config MULTI_DEF
+choice CHOICE
endchoice
-if !(NOT_DEFINED != A)
-comment "comment 2"
-endif
+config MENU_HOOK
-menu "visible if menu"
- visible if A
- visible if NOT_DEFINED
+menu "menu"
endmenu
+
+config COMMENT_HOOK
+
+comment "comment"