# SPDX-License-Identifier: GPL-2.0 choice prompt "choice" config [31mCONFIG_A[0m bool "A" config [31mCONFIG_B[0m bool "B" if [31mCONFIG_B[0m choice prompt "sub choice" config [31mCONFIG_C[0m bool "C" config [31mCONFIG_D[0m bool "D" if [31mCONFIG_D[0m choice prompt "subsub choice" config [31mCONFIG_E[0m bool "E" endchoice endif # [31mCONFIG_D[0m endchoice endif # [31mCONFIG_B[0m endchoice |