]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Fri, 11 Apr 2025 12:36:07 +0000 (13:36 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 13 Apr 2025 19:20:29 +0000 (20:20 +0100)
commit96014d91cffb335d3b396771524ff2aba3549865
treecfb1f22b9c10a5f96555208584bd1064cdcd655d
parent1aa495a6572f8641da4ec4cd32210deca61bed64
ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB

Depend on SND_SOC_CS_AMP_LIB instead of selecting it.

KUNIT_ALL_TESTS should only build tests for components that are
already being built, it should not cause other stuff to be added
to the build.

Fixes: 177862317a98 ("ASoC: cs-amp-lib: Add KUnit test for calibration helpers")
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20250411123608.1676462-3-rf@opensource.cirrus.com
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig