summaryrefslogtreecommitdiff
path: root/tests/Kbounds
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kbounds')
-rw-r--r--tests/Kbounds82
1 files changed, 0 insertions, 82 deletions
diff --git a/tests/Kbounds b/tests/Kbounds
deleted file mode 100644
index 52e61c9..0000000
--- a/tests/Kbounds
+++ /dev/null
@@ -1,82 +0,0 @@
-config MODULES
- def_bool y
-
-config Y_VISIBLE_BOOL
- bool "y-visible bool"
-
-config Y_VISIBLE_TRISTATE
- tristate "y-visible tristate"
-
-config M_VISIBLE_BOOL
- bool "m-visible bool" if m
-
-menuconfig M_VISIBLE_TRISTATE
- tristate "m-visible tristate" if m
-
-config Y_SELECTOR
- def_tristate y
- select Y_SELECTED_BOOL
- select Y_SELECTED_TRISTATE
-
-config M_SELECTOR
- def_tristate m
- select M_SELECTED_BOOL
- select M_SELECTED_TRISTATE
- select M_SELECTED_M_VISIBLE_TRISTATE
-
-config Y_SELECTED_BOOL
- bool "y-selected bool"
-
-config Y_SELECTED_TRISTATE
- tristate "y-selected tristate"
-
-config M_SELECTED_BOOL
- bool "m-selected bool"
-
-config M_SELECTED_TRISTATE
- tristate "m-selected tristate"
-
-config M_SELECTED_M_VISIBLE_TRISTATE
- tristate "m-selected m-visible tristate" if m
-
-config N_IMPLIER
- def_tristate n
- imply N_IMPLIED_BOOL
- imply N_IMPLIED_TRISTATE
-
-config M_IMPLIER
- def_tristate m
- imply M_IMPLIED_BOOL
- imply M_IMPLIED_TRISTATE
-
-config Y_IMPLIER
- def_tristate y
- imply Y_IMPLIED_BOOL
- imply Y_IMPLIED_TRISTATE
-
-config N_IMPLIED_BOOL
- bool "n-implied bool"
-
-config N_IMPLIED_TRISTATE
- tristate "n-implied tristate"
-
-config M_IMPLIED_BOOL
- bool "m-implied bool"
-
-config M_IMPLIED_TRISTATE
- tristate "m-implied tristate"
-
-config Y_IMPLIED_BOOL
- bool "y-implied bool"
-
-config Y_IMPLIED_TRISTATE
- tristate "y-implied tristate"
-
-config STRING
- string "string"
-
-config INT
- int "int"
-
-config HEX
- hex "hex"