Skip to content

Commit 1aa495a

Browse files
rfvirgilbroonie
authored andcommitted
kunit: configs: Add some Cirrus Logic modules to all_tests
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>
1 parent 8ffd015 commit 1aa495a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/testing/kunit/configs/all_tests.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CONFIG_VFAT_FS=y
2020

2121
CONFIG_PCI=y
2222
CONFIG_USB4=y
23+
CONFIG_I2C=y
2324

2425
CONFIG_NET=y
2526
CONFIG_MCTP=y
@@ -51,3 +52,4 @@ CONFIG_SOUND=y
5152
CONFIG_SND=y
5253
CONFIG_SND_SOC=y
5354
CONFIG_SND_SOC_TOPOLOGY_BUILD=y
55+
CONFIG_SND_SOC_CS35L56_I2C=y

0 commit comments

Comments
 (0)