diff options
author | Németh Márton <nm127@freemail.hu> | 2009-04-03 07:42:47 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-06 16:06:26 +0100 |
commit | 95dc5768c9e9ce207319e17bcf7e28288c671d02 (patch) | |
tree | 611bc82efae39b5d0f78bfef48da2b281439c9cf /drivers/leds/Kconfig | |
parent | 700c6ea2242cf04ba3612fa7cf74763fffcc04fd (diff) | |
download | linux-3.10-95dc5768c9e9ce207319e17bcf7e28288c671d02.tar.gz linux-3.10-95dc5768c9e9ce207319e17bcf7e28288c671d02.tar.bz2 linux-3.10-95dc5768c9e9ce207319e17bcf7e28288c671d02.zip |
leds: remove experimental flag from leds-clevo-mail
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 <nm127@freemail.hu>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 9c131f30757..db84d8f616d 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -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 |