From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 10 Oct 2009 17:54:41 +0200 (CEST) Received: from mail-pz0-f197.google.com ([209.85.222.197]:48767 "EHLO mail-pz0-f197.google.com" rhost-flags-OK-OK-OK-OK) by ftp.linux-mips.org with ESMTP id S1492872AbZJJPyQ (ORCPT ); Sat, 10 Oct 2009 17:54:16 +0200 Received: by pzk35 with SMTP id 35so2641104pzk.22 for ; Sat, 10 Oct 2009 08:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=MIv1Ol8BM1ylb8W64IMeSxRMgpwreILacay15dZdEgM=; b=vG4XwjntG+n1KNxV2iFXTDtQ0FPZ8Y94USgCiP+yC6lNEn2LBPOj0ukPc5xNNqJLwT U8ZJV7qfmallT930aEOp0cvTZmMFQG7wktP+w5DgPE49iQB0oXE06DOxGGFZf9ufR3xO QLxgDiE5G4PRpOlD2/+nyRoSNYUkN1UtIPPjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=cMc/0e0tZbcCSnHPjXEF+74goqBbJFPynKOCP+2zY6qpgiNrM1zhDkeexL29MJLwG/ h9xDoP9KrigMDDWFr4JKtzt66wlNwa2+15Y3P/MMlHJHEcJ8VsGGUZ+N84RkBQZhg/9r kDA5kjAD40fHUtlcS/cR0lHrnV4H65jGGeLas= Received: by 10.115.66.13 with SMTP id t13mr5595951wak.176.1255190049147; Sat, 10 Oct 2009 08:54:09 -0700 (PDT) Received: from localhost.localdomain ([222.92.8.142]) by mx.google.com with ESMTPS id 23sm1473114pzk.4.2009.10.10.08.54.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Oct 2009 08:54:08 -0700 (PDT) From: Wu Zhangjin To: Linux Kernel Mailing List , linux-mips , loongson-dev@googlegroups.com Cc: Jaya Kumar , Jaroslav Kysela , Linus Torvalds , Wu Zhangjin Subject: [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency Date: Sat, 10 Oct 2009 23:53:49 +0800 Message-Id: <1255190029-17584-2-git-send-email-wuzhangjin@gmail.com> X-Mailer: git-send-email 1.6.2.1 In-Reply-To: <1255190029-17584-1-git-send-email-wuzhangjin@gmail.com> References: <1255190029-17584-1-git-send-email-wuzhangjin@gmail.com> Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 24217 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: wuzhangjin@gmail.com Precedence: bulk X-list: linux-mips 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