diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-10 15:15:29 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-10 15:15:29 +0100 |
| commit | cada475dfd58928396a01df747c84ac529bae892 (patch) | |
| tree | b2bbda21ee1e84938f408a9618e285fd6c705d0e /tests | |
| parent | 0e57a7d892397db736b95099bea48df245587ad8 (diff) | |
Get some menuconfig coverage.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kbounds | 2 | ||||
| -rw-r--r-- | tests/Kdep | 2 | ||||
| -rw-r--r-- | tests/Keval | 2 |
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 @@ -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 |
