linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: linuxppc-dev@ozlabs.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 4/5] powerpc: clean up sound/ppc/Kconfig
Date: Fri, 16 Oct 2009 12:21:38 -0500	[thread overview]
Message-ID: <1255713699-21852-5-git-send-email-galak@kernel.crashing.org> (raw)
In-Reply-To: <1255713699-21852-4-git-send-email-galak@kernel.crashing.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 <galak@kernel.crashing.org>
---
 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.
-- 
1.6.0.6

  reply	other threads:[~2009-10-16 17:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-16 17:21 [PATCH 0/5] powerpc: Kconfig clean patches Kumar Gala
2009-10-16 17:21 ` [PATCH 1/5] powerpc: Limit hugetlbfs support to PPC64 Book-3S machines Kumar Gala
2009-10-16 17:21   ` [PATCH 2/5] powerpc: Limit memory hotplug " Kumar Gala
2009-10-16 17:21     ` [PATCH 3/5] powerpc: cleanup init/Kconfig Kumar Gala
2009-10-16 17:21       ` Kumar Gala [this message]
2009-10-16 17:21         ` [PATCH 5/5] powerpc: Cleanup lib/Kconfig.debug Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1255713699-21852-5-git-send-email-galak@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).