Directory Files
.. 2
File Size
Kconfig 175 B
__init__.py 592 B
config 11 B
expected_config 83 B

Linux v6.6.1 - no_write_if_dep_unmet

# 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