xref: /linux/scripts/kconfig/tests/conditional_dep/test_config2 (revision 23b0f90ba871f096474e1c27c3d14f455189d2d9)
1# If FOO is not selected, then TEST_BASIC should fail the conditional
2# dependency since BAR is set.
3# TEST_COMPLEX will fail dependency as it depends on both FOO and BAR
4# if either of those is selected.
5CONFIG_FOO=n
6CONFIG_BAR=y
7CONFIG_BAZ=y
8