linux-sg2042/scripts/kconfig/tests/choice
Masahiro Yamada 1903c51190 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>
2018-03-26 02:04:02 +09:00
..
Kconfig kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
__init__.py kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
alldef_expected_config kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
allmod_expected_config kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
allno_expected_config kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
allyes_expected_config kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
oldask0_expected_stdout kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
oldask1_config kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00
oldask1_expected_stdout kconfig: tests: add basic choice tests 2018-03-26 02:04:02 +09:00