From: Carlos Corbacho Date: Fri, 8 Feb 2008 23:51:43 +0000 (+0000) Subject: tc1100-wmi: Mark as experimental X-Git-Tag: v2.6.25-rc1~18^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b01368291926b30abc702dee35c688408b54d422;p=platform%2Fkernel%2Flinux-3.10.git tc1100-wmi: Mark as experimental tc1100-wmi has not undergone as much testing as acer-wmi, so it certainly should be marked as experimental as well until we get more user feedback. Signed-off-by: Carlos Corbacho Signed-off-by: Len Brown --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c143a86..061b00d9 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -152,8 +152,9 @@ config FUJITSU_LAPTOP If you have a Fujitsu laptop, say Y or M here. config TC1100_WMI - tristate "HP Compaq TC1100 Tablet WMI Extras" + tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)" depends on X86 && !X86_64 + depends on EXPERIMENTAL depends on ACPI select ACPI_WMI ---help---