From cada475dfd58928396a01df747c84ac529bae892 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 10 Dec 2012 15:15:29 +0100 Subject: Get some menuconfig coverage. --- tests/Kbounds | 2 +- tests/Kdep | 2 +- tests/Keval | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3