162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciconfig MODULES
462306a36Sopenharmony_ci	bool "Enable loadable module support"
562306a36Sopenharmony_ci	modules
662306a36Sopenharmony_ci	default y
762306a36Sopenharmony_ci
862306a36Sopenharmony_cichoice
962306a36Sopenharmony_ci	prompt "boolean choice"
1062306a36Sopenharmony_ci	default BOOL_CHOICE1
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciconfig BOOL_CHOICE0
1362306a36Sopenharmony_ci	bool "choice 0"
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciconfig BOOL_CHOICE1
1662306a36Sopenharmony_ci	bool "choice 1"
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciendchoice
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_cichoice
2162306a36Sopenharmony_ci	prompt "optional boolean choice"
2262306a36Sopenharmony_ci	optional
2362306a36Sopenharmony_ci	default OPT_BOOL_CHOICE1
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciconfig OPT_BOOL_CHOICE0
2662306a36Sopenharmony_ci	bool "choice 0"
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ciconfig OPT_BOOL_CHOICE1
2962306a36Sopenharmony_ci	bool "choice 1"
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ciendchoice
3262306a36Sopenharmony_ci
3362306a36Sopenharmony_cichoice
3462306a36Sopenharmony_ci	prompt "tristate choice"
3562306a36Sopenharmony_ci	default TRI_CHOICE1
3662306a36Sopenharmony_ci
3762306a36Sopenharmony_ciconfig TRI_CHOICE0
3862306a36Sopenharmony_ci	tristate "choice 0"
3962306a36Sopenharmony_ci
4062306a36Sopenharmony_ciconfig TRI_CHOICE1
4162306a36Sopenharmony_ci	tristate "choice 1"
4262306a36Sopenharmony_ci
4362306a36Sopenharmony_ciendchoice
4462306a36Sopenharmony_ci
4562306a36Sopenharmony_cichoice
4662306a36Sopenharmony_ci	prompt "optional tristate choice"
4762306a36Sopenharmony_ci	optional
4862306a36Sopenharmony_ci	default OPT_TRI_CHOICE1
4962306a36Sopenharmony_ci
5062306a36Sopenharmony_ciconfig OPT_TRI_CHOICE0
5162306a36Sopenharmony_ci	tristate "choice 0"
5262306a36Sopenharmony_ci
5362306a36Sopenharmony_ciconfig OPT_TRI_CHOICE1
5462306a36Sopenharmony_ci	tristate "choice 1"
5562306a36Sopenharmony_ci
5662306a36Sopenharmony_ciendchoice
57