From: Mark Brown Date: Tue, 18 Jul 2023 00:28:45 +0000 (+0100) Subject: kunit: Enable ASoC in all_tests.config X-Git-Tag: v6.6.7~1940^2^2~201^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5aaa4024e14f8b878a348338a74b4c97bc2478b1;p=platform%2Fkernel%2Flinux-starfive.git kunit: Enable ASoC in all_tests.config There are KUnit tests for some of the ASoC utility functions which are not enabled in the KUnit all_tests.config, do so. Reviewed-by: David Gow Reviewed-by: Takashi Iwai Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20230718-asoc-topology-kunit-enable-v2-4-0ee11e662b92@kernel.org Signed-off-by: Mark Brown --- diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config index 0393940..13d15bc 100644 --- a/tools/testing/kunit/configs/all_tests.config +++ b/tools/testing/kunit/configs/all_tests.config @@ -35,3 +35,7 @@ CONFIG_DAMON_DBGFS=y CONFIG_SECURITY=y CONFIG_SECURITY_APPARMOR=y + +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_SOC=y