diff options
Diffstat (limited to 'scripts/kconfig/tests/new_choice_with_dep/config')
-rw-r--r-- | scripts/kconfig/tests/new_choice_with_dep/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig/tests/new_choice_with_dep/config b/scripts/kconfig/tests/new_choice_with_dep/config new file mode 100644 index 000000000..47ef95d56 --- /dev/null +++ b/scripts/kconfig/tests/new_choice_with_dep/config @@ -0,0 +1,3 @@ +CONFIG_CHOICE_B=y +# CONFIG_CHOICE_D is not set +CONFIG_CHOICE_E=y |