All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@muc.de>
To: benh@kernel.crashing.org, linuxppc-dev@ozlabs.org
Subject: [PATCH] Don't allow CONFIG_PMAC_BACKLIGHT on pmac64
Date: 21 Dec 2005 13:12:01 +0100
Date: Wed, 21 Dec 2005 13:12:01 +0100	[thread overview]
Message-ID: <20051221121201.GA54164@muc.de> (raw)


For 2.6.15rc6-git2

Don't allow to set CONFIG_MAC_BACKLIGHT on pmac64. It won't compile.

Signed-off-by: Andi Kleen <ak@muc.de>

diff -u linux-2.6.15rc6git2/drivers/macintosh/Kconfig-o linux-2.6.15rc6git2/drivers/macintosh/Kconfig
--- linux-2.6.15rc6git2/drivers/macintosh/Kconfig-o	2005-12-21 12:27:45.000000000 +0100
+++ linux-2.6.15rc6git2/drivers/macintosh/Kconfig	2005-12-21 13:07:47.000000000 +0100
@@ -103,7 +103,7 @@
 # on non-powerbook machines (but only on PMU based ones AFAIK)
 config PMAC_BACKLIGHT
 	bool "Backlight control for LCD screens"
-	depends on ADB_PMU && (BROKEN || !PPC64)
+	depends on ADB_PMU && !PPC64
 	help
 	  Say Y here to build in code to manage the LCD backlight on a
 	  Macintosh PowerBook.  With this code, the backlight will be turned

             reply	other threads:[~2005-12-21 12:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-21 12:12 Andi Kleen [this message]
2005-12-21 14:00 ` [PATCH] Don't allow CONFIG_PMAC_BACKLIGHT on pmac64 Simon Richter
2005-12-21 19:37   ` Andi Kleen
2005-12-21 22:20     ` Paul Mackerras

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=20051221121201.GA54164@muc.de \
    --to=ak@muc.de \
    --cc=benh@kernel.crashing.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.