Skip to content

Commit 846172d

Browse files
dja-dja-madbroonie
authored andcommitted
ASoC: fix SND_PXA2XX_LIB Kconfig warning
Fix following warning observed when SND_PXA2XX_SOC is set and SND_ARM isn't: warning: (SND_PXA2XX_AC97 && SOUND && !M68K && SND && SND_ARM && ARCH_PXA || SND_PXA2XX_SOC && SOUND && !M68K && SND && SND_SOC && ARCH_PXA) selects SND_PXA2XX_LIB which has unmet direct dependencies (SOUND && !M68K && SND && SND_ARM) Signed-off-by: Dmitry Artamonow <[email protected]> Acked-by: Liam Girdwood <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent d6f443a commit 846172d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/pxa/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
config SND_PXA2XX_SOC
22
tristate "SoC Audio for the Intel PXA2xx chip"
33
depends on ARCH_PXA
4+
select SND_ARM
45
select SND_PXA2XX_LIB
56
help
67
Say Y or M if you want to add support for codecs attached to

0 commit comments

Comments
 (0)