# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_MODULES[0m def_bool y option modules config [31mCONFIG_DEP[0m tristate default m choice prompt "Tristate Choice" config [31mCONFIG_CHOICE0[0m tristate "Choice 0" config [31mCONFIG_CHOICE1[0m tristate "Choice 1" depends on [31mCONFIG_DEP[0m endchoice |