Skip to content

Commit

Permalink
leds: remove experimental flag from leds-clevo-mail
Browse files Browse the repository at this point in the history
The leds-clevo-mail driver is in the mainline kernel since 2.6.25 and works
without severe problems. Make this driver available for a larger audience.

Signed-off-by: Márton Németh <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
nmarci1 authored and rpurdie committed Apr 6, 2009
1 parent 700c6ea commit 95dc576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/leds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ config LEDS_GPIO_OF
file.

config LEDS_CLEVO_MAIL
tristate "Mail LED on Clevo notebook (EXPERIMENTAL)"
depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL
tristate "Mail LED on Clevo notebook"
depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI
help
This driver makes the mail LED accessible from userspace
programs through the leds subsystem. This LED have three
Expand Down

0 comments on commit 95dc576

Please sign in to comment.