summaryrefslogtreecommitdiff
path: root/tests/Ktext
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Ktext')
-rw-r--r--tests/Ktext6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Ktext b/tests/Ktext
index dd9fd82..c645bde 100644
--- a/tests/Ktext
+++ b/tests/Ktext
@@ -7,6 +7,8 @@ config ADVANCED
tristate "advanced prompt 1" if y || (BASIC && BASIC)
select SELECTED_1 if BASIC && DUMMY
select SELECTED_2 if !(DUMMY || BASIC)
+ imply IMPLIED_1 if BASIC || DUMMY
+ imply IMPLIED_2 if !(DUMMY && BASIC)
default y if BASIC && !BASIC
default n if BASIC = DUMMY
@@ -21,6 +23,10 @@ config SELECTING_1
select ADVANCED if BASIC
config SELECTING_2
select ADVANCED if !BASIC
+config IMPLYING_1
+ imply ADVANCED if DUMMY
+config IMPLYING_2
+ imply ADVANCED if !DUMMY
config INT
int