summaryrefslogtreecommitdiff
path: root/tests/Krelation
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-10-09 23:05:00 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2017-10-24 19:24:08 +0200
commitdd0e227216e247d2040cdd40bf7397702880cdc4 (patch)
tree4c76ebb2e7555d28214cddecf32ffb424fa1732b /tests/Krelation
parentf64aaf971176305233f16a11911a660fa6f99561 (diff)
Kconfiglib 2 backup
WIP
Diffstat (limited to 'tests/Krelation')
-rw-r--r--tests/Krelation2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Krelation b/tests/Krelation
index 057b585..420152f 100644
--- a/tests/Krelation
+++ b/tests/Krelation
@@ -1,5 +1,6 @@
config A
bool
+ depends on UNDEFINED
choice
bool "C"
@@ -18,6 +19,7 @@ menu "m2"
config F
bool
choice
+ tristate "foo"
config G
bool "g"
config H