1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 2 3 choice 3 choice 4 prompt "boolean choice" 4 prompt "boolean choice" 5 default BOOL_CHOICE1 5 default BOOL_CHOICE1 6 6 7 config BOOL_CHOICE0 7 config BOOL_CHOICE0 8 bool "choice 0" 8 bool "choice 0" 9 9 10 config BOOL_CHOICE1 10 config BOOL_CHOICE1 11 bool "choice 1" 11 bool "choice 1" 12 12 13 endchoice 13 endchoice
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.