diff options
Diffstat (limited to 'roms/u-boot/scripts/kconfig/tests/choice/allno_expected_config')
-rw-r--r-- | roms/u-boot/scripts/kconfig/tests/choice/allno_expected_config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roms/u-boot/scripts/kconfig/tests/choice/allno_expected_config b/roms/u-boot/scripts/kconfig/tests/choice/allno_expected_config new file mode 100644 index 000000000..b88ee7a43 --- /dev/null +++ b/roms/u-boot/scripts/kconfig/tests/choice/allno_expected_config @@ -0,0 +1,5 @@ +# CONFIG_MODULES is not set +# CONFIG_BOOL_CHOICE0 is not set +CONFIG_BOOL_CHOICE1=y +# CONFIG_TRI_CHOICE0 is not set +CONFIG_TRI_CHOICE1=y |