test_config1 196 B

123456
  1. # Basic check that everything can be configured if selected.
  2. CONFIG_FOO=y
  3. CONFIG_BAR=y
  4. CONFIG_BAZ=m
  5. # Ensure that TEST_OPTIONAL=y with BAZ=m is converted to TEST_OPTIONAL=m
  6. CONFIG_TEST_OPTIONAL=y