diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-11-16 14:03:33 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:39:30 +1100 |
commit | 3e00a5aec3d6af687e37f4e7482f5c7ecdcabd0b (patch) | |
tree | d483402b7fff70ac6069f69889903dcfdac924dd /drivers/macintosh/Kconfig | |
parent | 088df4d256227b3d927bb6ed57e66d138da0565c (diff) | |
download | linux-3.10-3e00a5aec3d6af687e37f4e7482f5c7ecdcabd0b.tar.gz linux-3.10-3e00a5aec3d6af687e37f4e7482f5c7ecdcabd0b.tar.bz2 linux-3.10-3e00a5aec3d6af687e37f4e7482f5c7ecdcabd0b.zip |
[POWERPC] Xserve cpu-meter driver
This is a small driver for the Xserve G5 CPU-meter blue LEDs on the
front-panel. It might work on the Xserve G4 as well though that was
not tested. It's pretty basic and could use some improvements if
somebody cares doing them. :)
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 7f8477d3a66..92ccee85e2a 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -228,4 +228,11 @@ config ANSLCD tristate "Support for ANS LCD display" depends on ADB_CUDA && PPC_PMAC +config PMAC_RACKMETER + tristate "Support for Apple XServe front panel LEDs" + depends on PPC_PMAC + help + This driver procides some support to control the front panel + blue LEDs "vu-meter" of the XServer macs. + endmenu |