scripts/kconfig/tests/conditional_dep/test_config2

Source file repositories/reference/linux-study-clean/scripts/kconfig/tests/conditional_dep/test_config2

File Facts

System
Linux kernel
Corpus path
scripts/kconfig/tests/conditional_dep/test_config2
Extension
[no extension]
Size
244 bytes
Lines
8
Domain
Support Tooling And Documentation
Bucket
scripts
Inferred role
Support Tooling And Documentation: scripts
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

# If FOO is not selected, then TEST_BASIC should fail the conditional
# dependency since BAR is set.
# TEST_COMPLEX will fail dependency as it depends on both FOO and BAR
# if either of those is selected.
CONFIG_FOO=n
CONFIG_BAR=y
CONFIG_BAZ=y

Annotation

Implementation Notes