1 # SPDX-License-Identifier: GPL-2.0 2 3 choice 4 prompt "boolean choice" 5 default BOOL_CHOICE1 6 7 config BOOL_CHOICE0 8 bool "choice 0" 9 10 config BOOL_CHOICE1 11 bool "choice 1" 12 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.