diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 21:45:26 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-24 01:43:40 (GMT) |
commit | 897874fa9c58898767f081e12d70a1855b66331d (patch) | |
tree | dfff5ec382606d77d0745e603a58a2793494b91b /drivers/macintosh/Kconfig | |
parent | 6622b8c780366f21c6bfaeebc6db8e591aa9ca2b (diff) | |
download | linux-fsl-qoriq-897874fa9c58898767f081e12d70a1855b66331d.tar.xz |
[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>
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 65ab64c..bc3e096 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 |