scripts/kconfig/tests/choice_randomize2/Kconfig

Source file repositories/reference/linux-study-clean/scripts/kconfig/tests/choice_randomize2/Kconfig

File Facts

System
Linux kernel
Corpus path
scripts/kconfig/tests/choice_randomize2/Kconfig
Extension
[no extension]
Size
290 bytes
Lines
33
Domain
Support Tooling And Documentation
Bucket
scripts
Inferred role
Support Tooling And Documentation: build/configuration rule
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

choice
	prompt "This is always invisible"
	depends on n

config DUMMY
	bool "DUMMY"

endchoice

choice
	prompt "Choose A or B"

config A
	bool "A"

config B
	bool "B"

endchoice

config FOO
	bool "FOO"
	depends on A

choice
	prompt "Choose X"
	depends on FOO

config X
	bool "X"

endchoice

Annotation

Implementation Notes