1 # SPDX-License-Identifier: GPL-2.0
4 bool "Enable loadable module support"
9 prompt "boolean choice"
21 prompt "optional boolean choice"
23 default OPT_BOOL_CHOICE1
25 config OPT_BOOL_CHOICE0
28 config OPT_BOOL_CHOICE1
34 prompt "tristate choice"
46 prompt "optional tristate choice"
48 default OPT_TRI_CHOICE1
50 config OPT_TRI_CHOICE0
53 config OPT_TRI_CHOICE1