From patchwork Fri Oct 16 17:21:38 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kumar Gala X-Patchwork-Id: 36258 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 1399E10101B for ; Sat, 17 Oct 2009 04:22:33 +1100 (EST) Received: by ozlabs.org (Postfix) id D0943B8607; Sat, 17 Oct 2009 04:21:53 +1100 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 409C4B8476 for ; Sat, 17 Oct 2009 04:21:52 +1100 (EST) Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id n9GHLlLI007790; Fri, 16 Oct 2009 12:21:48 -0500 From: Kumar Gala To: linuxppc-dev@ozlabs.org Subject: [PATCH 4/5] powerpc: clean up sound/ppc/Kconfig Date: Fri, 16 Oct 2009 12:21:38 -0500 Message-Id: <1255713699-21852-5-git-send-email-galak@kernel.crashing.org> X-Mailer: git-send-email 1.6.0.6 In-Reply-To: <1255713699-21852-4-git-send-email-galak@kernel.crashing.org> References: <1255713699-21852-1-git-send-email-galak@kernel.crashing.org> <1255713699-21852-2-git-send-email-galak@kernel.crashing.org> <1255713699-21852-3-git-send-email-galak@kernel.crashing.org> <1255713699-21852-4-git-send-email-galak@kernel.crashing.org> Cc: linux-kernel@vger.kernel.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org We can replace PPC32 || PPC64 as a dependancy with just PPC as all powerpc platforms (32-bit and 64-bit) define PPC now. Signed-off-by: Kumar Gala --- sound/ppc/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index bd2338a..0519c60 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig @@ -2,7 +2,7 @@ menuconfig SND_PPC bool "PowerPC sound devices" - depends on PPC64 || PPC32 + depends on PPC default y help Support for sound devices specific to PowerPC architectures.