| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH mips-next] MIPS: Alchemy: DB1200 audio support depends on MIPS arch |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Thu, 10 Nov 2011 12:56:03 +0100 |
| Cc: | Linux-MIPS <linux-mips@linux-mips.org>, Manuel Lauss <manuel.lauss@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=FUo4McqarYLNqIax70Y+DjVhoVhKsIdFuL/T0vo39JM=; b=NjKrU/q0arY5ATRvSWmXX2oPeN/tcnX//QEh47y74fH8AC62bcKMqhThDOskelT66h EIDGCDEZ/mWuGnjyJ3aVumnbtKF4DwbpDO1VeeIHFDyhQY4BqRB8TrAiXGMRvHW3Xm0r GXMHpaTRdtLukJhWAZFtoH1IMsMAFTmyaZkYo= |
| Sender: | linux-mips-bounce@linux-mips.org |
Fix the x86-allmodconfig build failure reported by Stephen Rothwell.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
---
Please fold into patch "[PATCH 05/18] MIPS: Alchemy: DB1300 support"; it applies
in top of it. The next patch in the series will then throw a reject in this
file because of the change.
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 5981ecc..78b6649 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 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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH mips-next] MIPS: Alchemy: DB1200 audio support depends on MIPS arch, Ralf Baechle |
| Previous by Thread: | [PATCH 0/5] treewide: __attribute__ neatening, Joe Perches |
| Next by Thread: | Re: [PATCH mips-next] MIPS: Alchemy: DB1200 audio support depends on MIPS arch, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |