History log of /linux-master/scripts/kconfig/tests/choice/oldask1_expected_stdout
Revision Date Author Comments
# 1903c511 13-Mar-2018 Masahiro Yamada <yamada.masahiro@socionext.com>

kconfig: tests: add basic choice tests

The calculation of 'choice' is a bit complicated part in Kconfig.

The behavior of 'y' choice is intuitive. If choice values are tristate,
the choice can be 'm' where each value can be enabled independently.
Also, if a choice is marked as 'optional', the whole choice can be
invisible.

Test basic functionality of choice.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>