# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_A[0m bool "A" help This is a new symbol. choice prompt "Choice ?" depends on [31mCONFIG_A[0m help "depends on A" has been newly added. config [31mCONFIG_CHOICE_B[0m bool "Choice B" config [31mCONFIG_CHOICE_C[0m bool "Choice C" help This is a new symbol, so should be asked. endchoice choice prompt "Choice2 ?" config [31mCONFIG_CHOICE_D[0m bool "Choice D" config [31mCONFIG_CHOICE_E[0m bool "Choice E" config [31mCONFIG_CHOICE_F[0m bool "Choice F" depends on [31mCONFIG_A[0m help This is a new symbol, so should be asked. endchoice |