mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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>
This commit is contained in:
parent
8ffd015db8
commit
1aa495a657
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user