From: Al Viro Date: Tue, 23 Aug 2005 21:45:26 +0000 (+0100) Subject: [PATCH] Kconfig fix (PMAC_BACKLIGHT on ppc64) X-Git-Tag: v2.6.13-rc7~44 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=897874fa9c58898767f081e12d70a1855b66331d;p=linux-2.6-omap-h63xx.git [PATCH] Kconfig fix (PMAC_BACKLIGHT on ppc64) PMAC_BACKLIGHT is broken on ppc64; marked as such Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 65ab64c43b3..bc3e096d84f 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -103,7 +103,7 @@ config PMAC_MEDIABAY # on non-powerbook machines (but only on PMU based ones AFAIK) config PMAC_BACKLIGHT bool "Backlight control for LCD screens" - depends on ADB_PMU + depends on ADB_PMU && (BROKEN || !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