Skip to content

Commit 19a628d

Browse files
Lucas Tanurebroonie
authored andcommitted
ASoC: amd: Fix dependency for SPI master
Set SPI_MASTER as dependency as is using CS35L41 SPI driver Fixes: 96792fd ("ASoC: amd: enable vangogh platform machine driver build") Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20211201180004.1402156-1-tanureal@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e3dd442 commit 19a628d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/amd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config SND_SOC_AMD_VANGOGH_MACH
6868
tristate "AMD Vangogh support for NAU8821 CS35L41"
6969
select SND_SOC_NAU8821
7070
select SND_SOC_CS35L41_SPI
71-
depends on SND_SOC_AMD_ACP5x && I2C
71+
depends on SND_SOC_AMD_ACP5x && I2C && SPI_MASTER
7272
help
7373
This option enables machine driver for Vangogh platform
7474
using NAU8821 and CS35L41 codecs.

0 commit comments

Comments
 (0)