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