Skip to content

Commit

Permalink
Input: remove CONFIG_EXPERIMENTAL from miscellaneous drivers
Browse files Browse the repository at this point in the history
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 <keescook@chromium.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Kees Cook authored and Dmitry Torokhov committed Oct 25, 2012
1 parent 6828b4b commit e52278a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ config INPUT_ATI_REMOTE2
called ati_remote2.

config INPUT_KEYSPAN_REMOTE
tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
depends on EXPERIMENTAL
tristate "Keyspan DMR USB remote control"
depends on USB_ARCH_HAS_HCD
select USB
help
Expand Down Expand Up @@ -340,7 +339,6 @@ config INPUT_POWERMATE

config INPUT_YEALINK
tristate "Yealink usb-p1k voip phone"
depends on EXPERIMENTAL
depends on USB_ARCH_HAS_HCD
select USB
help
Expand All @@ -356,7 +354,6 @@ config INPUT_YEALINK

config INPUT_CM109
tristate "C-Media CM109 USB I/O Controller"
depends on EXPERIMENTAL
depends on USB_ARCH_HAS_HCD
select USB
help
Expand Down Expand Up @@ -434,7 +431,7 @@ config INPUT_PCF50633_PMU

config INPUT_PCF8574
tristate "PCF8574 Keypad input device"
depends on I2C && EXPERIMENTAL
depends on I2C
help
Say Y here if you want to support a keypad connected via I2C
with a PCF8574.
Expand Down

0 comments on commit e52278a

Please sign in to comment.