summaryrefslogtreecommitdiff
path: root/scripts/kconfig/tests/conditional_dep/test_config3
blob: 86304f3aa55741e30f0513fe0113bb9b0652a205 (plain)
1
2
3
4
5
6
# 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