scripts/kconfig/tests/choice/Kconfig

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

File Facts

System
Linux kernel
Corpus path
scripts/kconfig/tests/choice/Kconfig
Extension
[no extension]
Size
177 bytes
Lines
14
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

# SPDX-License-Identifier: GPL-2.0

choice
	prompt "boolean choice"
	default BOOL_CHOICE1

config BOOL_CHOICE0
	bool "choice 0"

config BOOL_CHOICE1
	bool "choice 1"

endchoice

Annotation

Implementation Notes