diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kmisc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/Kmisc b/tests/Kmisc new file mode 100644 index 0000000..1673896 --- /dev/null +++ b/tests/Kmisc @@ -0,0 +1,20 @@ +# For testing various minor APIs + +# is_optional() + +choice NOT_OPTIONAL + bool "not optional" +config A + bool "A" +config B + bool "B" +endchoice + +choice OPTIONAL + tristate "optional" + optional +config C + tristate "C" +config D + tristate "D" +endchoice |
