From: Kees Cook Date: Thu, 25 Oct 2012 06:53:02 +0000 (-0700) Subject: Input: remove CONFIG_EXPERIMENTAL from keyboard drivers X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6828b4bb7632051cdf925ad0b2f1ba3f906c5d47;p=deliverable%2Flinux.git Input: remove CONFIG_EXPERIMENTAL from keyboard drivers This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. Signed-off-by: Kees Cook Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index c50fa75416f8..f483ce65157f 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -134,7 +134,7 @@ config KEYBOARD_QT1070 config KEYBOARD_QT2160 tristate "Atmel AT42QT2160 Touch Sensor Chip" - depends on I2C && EXPERIMENTAL + depends on I2C help If you say yes here you get support for Atmel AT42QT2160 Touch Sensor chip as a keyboard input.