From 95dc5768c9e9ce207319e17bcf7e28288c671d02 Mon Sep 17 00:00:00 2001 From: Németh Márton Date: Fri, 3 Apr 2009 07:42:47 +0200 Subject: leds: remove experimental flag from leds-clevo-mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- drivers/leds/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/leds') 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 -- cgit v1.2.3