summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Kbounds2
-rw-r--r--tests/Kdep2
-rw-r--r--tests/Keval2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Kbounds b/tests/Kbounds
index 9713474..9b10a3e 100644
--- a/tests/Kbounds
+++ b/tests/Kbounds
@@ -10,7 +10,7 @@ config Y_VISIBLE_TRISTATE
config M_VISIBLE_BOOL
bool "m-visible bool" if m
-config M_VISIBLE_TRISTATE
+menuconfig M_VISIBLE_TRISTATE
tristate "m-visible tristate" if m
config Y_SELECTOR
diff --git a/tests/Kdep b/tests/Kdep
index 3d2b95c..9f23f94 100644
--- a/tests/Kdep
+++ b/tests/Kdep
@@ -25,7 +25,7 @@ config D6
int
range 0 1 if D
-config D7
+menuconfig D7
int
range D 1
diff --git a/tests/Keval b/tests/Keval
index fa7a721..3541649 100644
--- a/tests/Keval
+++ b/tests/Keval
@@ -8,5 +8,5 @@ config N
config M
def_tristate m
-config Y
+menuconfig Y
def_tristate y