Newer
Older
barebox / scripts / kconfig / tests / no_write_if_dep_unmet / Kconfig
@Masahiro Yamada Masahiro Yamada on 3 Jan 2019 139 bytes kconfig: sync to Linux 4.20
config A
	bool "A"

choice
	prompt "Choice ?"
	depends on A

config CHOICE_B
	bool "Choice B"

config CHOICE_C
	bool "Choice C"

endchoice