scripts/kconfig/tests/conditional_dep/test_config3

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

File Facts

System
Linux kernel
Corpus path
scripts/kconfig/tests/conditional_dep/test_config3
Extension
[no extension]
Size
265 bytes
Lines
7
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, but BAR is also not selected, then TEST_BASIC
# should pass since the dependency on FOO is conditional on BAR.
# TEST_COMPLEX should be also set since neither FOO nor BAR are selected
# so it has no dependencies.
CONFIG_FOO=n
CONFIG_BAR=n

Annotation

Implementation Notes