• Arnd Bergmann's avatar
    ASoC: codecs: wm97xx: fix ac97 dependency · ee2cbe06
    Arnd Bergmann authored
    A recent build fix got the dependency slightly wrong, breaking
    builds with CONFIG_AC97_BUS_NEW:
    
    WARNING: unmet direct dependencies detected for SND_SOC_WM9713
      Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_AC97_BUS [=n]
      Selected by [m]:
      - SND_SOC_ZYLONITE [=m] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_PXA2XX_SOC [=m] && MACH_ZYLONITE [=y] && AC97_BUS [=n]=n
    
    WARNING: unmet direct dependencies detected for SND_SOC_WM9712
      Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_AC97_BUS [=n]
      Selected by [m]:
      - SND_PXA2XX_SOC_EM_X270 [=m] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_PXA2XX_SOC [=m] && (MACH_EM_X270 [=n] || MACH_EXEDA [=n] || MACH_CM_X300 [=y]) && AC97_BUS [=n]=n
    
    Change the dependency to allow either version of the AC97 library
    code.
    
    Fixes: 5a309875 ("ASoC: Fix SND_SOC_ALL_CODECS imply ac97 fallout")
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Acked-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
    Link: https://lore.kernel.org/r/20200428212721.2877627-1-arnd@arndb.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
    ee2cbe06
Kconfig 36.2 KB