aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-10-31 00:44:49 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-10-31 08:46:07 -0700
commitdfaaed08ecc01bd513248ba7999daf50ce028352 (patch)
tree234be52b249dc3b366e595b9cf89f4d8bec0341a /drivers/input/Kconfig
parentInput: allow deselecting serio drivers even without CONFIG_EXPERT (diff)
downloadlinux-dev-dfaaed08ecc01bd513248ba7999daf50ce028352.tar.xz
linux-dev-dfaaed08ecc01bd513248ba7999daf50ce028352.zip
Input: mousedev - allow disabling even without CONFIG_EXPERT
Moust (if not all) modern software, including X, uses /dev/eventX rather than the legacy /dev/mouseX devices. It therefore makes sense for general-purpose (distro) kernels to use MOUSEDV=m (or even n), so let's drop the EXPERT=y requirement. Signed-off-by: Tom Gundersen <teg@jklm.no> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 38b523a1ece0..a11ff74a5127 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -80,7 +80,7 @@ config INPUT_MATRIXKMAP
comment "Userland interfaces"
config INPUT_MOUSEDEV
- tristate "Mouse interface" if EXPERT
+ tristate "Mouse interface"
default y
help
Say Y here if you want your mouse to be accessible as char devices