# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_MODULES[0m bool "Enable loadable module support" option modules default y choice prompt "boolean choice" default [31mCONFIG_BOOL_CHOICE1[0m config [31mCONFIG_BOOL_CHOICE0[0m bool "choice 0" config [31mCONFIG_BOOL_CHOICE1[0m bool "choice 1" endchoice choice prompt "optional boolean choice" optional default [31mCONFIG_OPT_BOOL_CHOICE1[0m config [31mCONFIG_OPT_BOOL_CHOICE0[0m bool "choice 0" config [31mCONFIG_OPT_BOOL_CHOICE1[0m bool "choice 1" endchoice choice prompt "tristate choice" default [31mCONFIG_TRI_CHOICE1[0m config [31mCONFIG_TRI_CHOICE0[0m tristate "choice 0" config [31mCONFIG_TRI_CHOICE1[0m tristate "choice 1" endchoice choice prompt "optional tristate choice" optional default [31mCONFIG_OPT_TRI_CHOICE1[0m config [31mCONFIG_OPT_TRI_CHOICE0[0m tristate "choice 0" config [31mCONFIG_OPT_TRI_CHOICE1[0m tristate "choice 1" endchoice |