blob: 5e66d230a836a3d081c2a9699dcfc74155b23538 (
plain)
1
2
3
4
5
6
7
|
# If FOO is not selected, then TEST_BASIC should fail the conditional
# dependency since BAR is set.
# TEST_COMPLEX will fail dependency as it depends on both FOO and BAR
# if either of those is selected.
CONFIG_FOO=n
CONFIG_BAR=y
CONFIG_BAZ=y
|