summaryrefslogtreecommitdiff
path: root/tests/Kprompt
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/Kprompt
parentf64aaf971176305233f16a11911a660fa6f99561 (diff)
Kconfiglib 2 backup
WIP
Diffstat (limited to 'tests/Kprompt')
-rw-r--r--tests/Kprompt77
1 files changed, 0 insertions, 77 deletions
diff --git a/tests/Kprompt b/tests/Kprompt
deleted file mode 100644
index a36a0fd..0000000
--- a/tests/Kprompt
+++ /dev/null
@@ -1,77 +0,0 @@
-config NO_PROMPT
- tristate
-
-config SINGLE_PROMPT_1
- bool "single prompt 1"
-
-config SINGLE_PROMPT_2
- bool
- prompt "single prompt 2" if n
-
-config MULTI_PROMPT
- bool "ignored prompt"
- prompt "prompt 1"
-config MULTI_PROMPT
- bool "prompt 2"
-config MULTI_PROMPT
- bool
-config MULTI_PROMPT
- bool
- prompt "prompt 3"
-config MULTI_PROMPT
- bool
- prompt "ignored prompt"
- prompt "ignored prompt 2" if y
- prompt "prompt 4" if y
-
-choice NO_PROMPT_CHOICE
- tristate
-config A
- bool
-config B
- bool
-endchoice
-
-choice SINGLE_PROMPT_1_CHOICE
- bool "single prompt 1 choice"
-config C
- bool
-config D
- bool
-endchoice
-
-choice SINGLE_PROMPT_2_CHOICE
- bool "ignored prompt"
- prompt "single prompt 2 choice"
-config E
- bool
-config F
- bool
-endchoice
-
-choice MULTI_PROMPT_CHOICE
- bool "prompt 1 choice"
-config G
- bool
-config H
- bool
-endchoice
-
-choice MULTI_PROMPT_CHOICE
- bool
- prompt "prompt 2 choice"
-config I
- bool
-config J
- bool
-endchoice
-
-choice MULTI_PROMPT_CHOICE
- bool
- prompt "ignored prompt"
- prompt "prompt 3 choice"
-config K
- bool
-config L
- bool
-endchoice