From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Zhangjin Date: Thu, 15 Oct 2009 02:22:54 +0000 Subject: [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency Message-Id: <1255573374.7638.22.camel@falcon> List-Id: References: <1255190029-17584-1-git-send-email-wuzhangjin@gmail.com> In-Reply-To: <1255190029-17584-1-git-send-email-wuzhangjin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linux Kernel Mailing List , linux-mips , loongson-dev@googlegroups.com Cc: Jaya Kumar , Jaroslav Kysela , Linus Torvalds , Wu Zhangjin , Takashi Iwai , linux-sound@vger.kernel.org Add CC to: Takashi Iwai , linux-sound@vger.kernel.org SND_CS5535AUDIO is available on Loongson(MIPS compatible) family machines, and checked it with ARCH=x86_64, no relative compiling warnings & errors, so, remove the platform dependency directly. Reported-by: rixed@happyleptic.org Acked-by: Andres Salomon Signed-off-by: Wu Zhangjin --- sound/pci/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index fb5ee3c..75c602b 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -259,7 +259,6 @@ config SND_CS5530 config SND_CS5535AUDIO tristate "CS5535/CS5536 Audio" - depends on X86 && !X86_64 select SND_PCM select SND_AC97_CODEC help -- 1.6.2.1