diff options
Diffstat (limited to 'scripts/kconfig/tests/inter_choice/expected_config')
-rw-r--r-- | scripts/kconfig/tests/inter_choice/expected_config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/kconfig/tests/inter_choice/expected_config b/scripts/kconfig/tests/inter_choice/expected_config new file mode 100644 index 000000000000..5dceefb054e3 --- /dev/null +++ b/scripts/kconfig/tests/inter_choice/expected_config @@ -0,0 +1,4 @@ +CONFIG_MODULES=y +CONFIG_CHOICE_VAL0=y +# CONFIG_CHOIVE_VAL1 is not set +CONFIG_DUMMY=y |