diff options
Diffstat (limited to 'scripts/kconfig/tests/choice_value_with_m_dep/expected_config')
-rw-r--r-- | scripts/kconfig/tests/choice_value_with_m_dep/expected_config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig/tests/choice_value_with_m_dep/expected_config b/scripts/kconfig/tests/choice_value_with_m_dep/expected_config new file mode 100644 index 000000000000..4d07b449540e --- /dev/null +++ b/scripts/kconfig/tests/choice_value_with_m_dep/expected_config @@ -0,0 +1,3 @@ +CONFIG_MODULES=y +CONFIG_DEP=m +CONFIG_CHOICE0=y |