kunit: configs: Add some Cirrus Logic modules to all_tests
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Fri, 11 Apr 2025 12:36:06 +0000 (13:36 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 13 Apr 2025 19:20:28 +0000 (20:20 +0100)
Add CONFIG_I2C and CONFIG_SND_SOC_CS35L56_I2C to all_tests.config
so that Cirrus Logic modules with KUnit tests will be built.

The CS35L56 driver doesn't currently have any KUnit tests itself,
but it enables two other libraries that have KUnit tests:
cs_dsp and cs-amp-lib.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20250411123608.1676462-2-rf@opensource.cirrus.com
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
tools/testing/kunit/configs/all_tests.config

index cdd9782f9646ae340118102e35fe756a2d8a5673..43d3c31ab53f7b04ec78b82fd480a157d6d5d7f0 100644 (file)
@@ -20,6 +20,7 @@ CONFIG_VFAT_FS=y
 
 CONFIG_PCI=y
 CONFIG_USB4=y
+CONFIG_I2C=y
 
 CONFIG_NET=y
 CONFIG_MCTP=y
@@ -51,3 +52,4 @@ CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_TOPOLOGY_BUILD=y
+CONFIG_SND_SOC_CS35L56_I2C=y