Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8f626f5 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: Fix build dependency for SND_SOC_JZ4740_CODEC



Currently SND_SOC_JZ4740_CODEC depends on SOC_JZ4740 but SOC_JZ4740 is not
defined in any Kconfig. Thus the codec driver will not be built when select
"Build all ASoC CODEC drivers".
(Unless it is selected by SND_JZ4740_SOC_QI_LB60).
Remove the dependency with SOC_JZ4740, then this code driver can be built when
select "Build all ASoC CODEC drivers".

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 68bfcafa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ config SND_SOC_ALL_CODECS
	select SND_SOC_CX20442
	select SND_SOC_DA7210 if I2C
	select SND_SOC_DFBMCS320
	select SND_SOC_JZ4740_CODEC if SOC_JZ4740
	select SND_SOC_JZ4740_CODEC
	select SND_SOC_LM4857 if I2C
	select SND_SOC_MAX98088 if I2C
	select SND_SOC_MAX98095 if I2C