Explorar o código

[PATCH] Kconfig fix (PMAC_BACKLIGHT on ppc64)

PMAC_BACKLIGHT is broken on ppc64; marked as such

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro %!s(int64=19) %!d(string=hai) anos
pai
achega
897874fa9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/macintosh/Kconfig

+ 1 - 1
drivers/macintosh/Kconfig

@@ -103,7 +103,7 @@ config PMAC_MEDIABAY
 # on non-powerbook machines (but only on PMU based ones AFAIK)
 # on non-powerbook machines (but only on PMU based ones AFAIK)
 config PMAC_BACKLIGHT
 config PMAC_BACKLIGHT
 	bool "Backlight control for LCD screens"
 	bool "Backlight control for LCD screens"
-	depends on ADB_PMU
+	depends on ADB_PMU && (BROKEN || !PPC64)
 	help
 	help
 	  Say Y here to build in code to manage the LCD backlight on a
 	  Say Y here to build in code to manage the LCD backlight on a
 	  Macintosh PowerBook.  With this code, the backlight will be turned
 	  Macintosh PowerBook.  With this code, the backlight will be turned