# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_MODULES[0m def_bool y option modules choice prompt "Choice" config [31mCONFIG_CHOICE_VAL0[0m tristate "Choice 0" config [31mCONFIG_CHOIVE_VAL1[0m tristate "Choice 1" endchoice choice prompt "Another choice" depends on [31mCONFIG_CHOICE_VAL0[0m config [31mCONFIG_DUMMY[0m bool "dummy" endchoice |