diff options
author | Lars Kotthoff <metalhead@metalhead.ws> | 2005-11-07 17:08:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-07 17:08:04 -0500 |
commit | ee1858d3122dedd2e82a61b6ab56b229aefd9447 (patch) | |
tree | 2e361b70447cae9c8db9a5b56c7b3d1f60916fbc /arch/sparc/Kconfig | |
parent | 254ce8dc882f8d69e5d49ed4807c94a61976fb15 (diff) |
[SPARC]: Add sun4m LED driver.
This is a forward port of a 2.4.x sun4m LED driver written by Lars
Kotthoff.
Signed-off-by: Lars Kotthoff <metalhead@metalhead.ws>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6537445dac0e..3cfb8be3ff6d 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -201,6 +201,14 @@ config SUN_OPENPROMFS | |||
201 | Only choose N if you know in advance that you will not need to modify | 201 | Only choose N if you know in advance that you will not need to modify |
202 | OpenPROM settings on the running system. | 202 | OpenPROM settings on the running system. |
203 | 203 | ||
204 | config SPARC_LED | ||
205 | tristate "Sun4m LED driver" | ||
206 | help | ||
207 | This driver toggles the front-panel LED on sun4m systems | ||
208 | in a user-specifyable manner. It's state can be probed | ||
209 | by reading /proc/led and it's blinking mode can be changed | ||
210 | via writes to /proc/led | ||
211 | |||
204 | source "fs/Kconfig.binfmt" | 212 | source "fs/Kconfig.binfmt" |
205 | 213 | ||
206 | config SUNOS_EMUL | 214 | config SUNOS_EMUL |