linux-zen-server/scripts/kconfig/tests/no_write_if_dep_unmet/Kconfig

17 lines
175 B
Plaintext
Raw Normal View History

2023-08-30 17:53:23 +02:00
# SPDX-License-Identifier: GPL-2.0
config A
bool "A"
choice
prompt "Choice ?"
depends on A
config CHOICE_B
bool "Choice B"
config CHOICE_C
bool "Choice C"
endchoice