xref: /linux/scripts/kconfig/tests/conditional_dep/test_config1 (revision b4f4fd947a2a6df7cf1f530dd1028d9f3849eff5)
1# Basic check that everything can be configured if selected.
2CONFIG_FOO=y
3CONFIG_BAR=y
4CONFIG_BAZ=m
5# Ensure that TEST_OPTIONAL=y with BAZ=m is converted to TEST_OPTIONAL=m
6CONFIG_TEST_OPTIONAL=y
7