summaryrefslogtreecommitdiff
path: root/tests/Kchain
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kchain')
-rw-r--r--tests/Kchain6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Kchain b/tests/Kchain
index dc57ee5..643a949 100644
--- a/tests/Kchain
+++ b/tests/Kchain
@@ -119,5 +119,9 @@ config DUMMY_3
endchoice
config CHAIN_25
- string "chain 25"
+ int "chain 25"
depends on CHAIN_24
+
+config CHAIN_26
+ int "chain 26"
+ default 0 if y && 0 < CHAIN_25