xref: /linux/scripts/kconfig/tests/conditional_dep/test_config3 (revision 23b0f90ba871f096474e1c27c3d14f455189d2d9)
1# If FOO is not selected, but BAR is also not selected, then TEST_BASIC
2# should pass since the dependency on FOO is conditional on BAR.
3# TEST_COMPLEX should be also set since neither FOO nor BAR are selected
4# so it has no dependencies.
5CONFIG_FOO=n
6CONFIG_BAR=n
7