DB1200 audio support should only be visible if MIPS/Alchemy arch is selected. Fixes an x86-allmodconfig build failure in linux-next. Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxxxxxxx> --- sound/soc/au1x/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/au1x/Kconfig b/sound/soc/au1x/Kconfig index c620cbf9..a561040 100644 --- a/sound/soc/au1x/Kconfig +++ b/sound/soc/au1x/Kconfig @@ -52,7 +52,7 @@ config SND_SOC_DB1000 config SND_SOC_DB1200 tristate "DB1200/DB1300/DB1550 Audio support" - select SND_SOC_AU1XPSC + depends on SND_SOC_AU1XPSC select SND_SOC_AU1XPSC_AC97 select SND_SOC_AC97_CODEC select SND_SOC_WM9712 -- 1.7.7.2 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html