Commit 5beebfa5 authored by Tom Gundersen's avatar Tom Gundersen Committed by Greg Kroah-Hartman

Input: mousedev - allow disabling even without CONFIG_EXPERT

commit dfaaed08 upstream.

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: default avatarTom Gundersen <teg@jklm.no>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 315a9376
...@@ -71,7 +71,7 @@ config INPUT_SPARSEKMAP ...@@ -71,7 +71,7 @@ config INPUT_SPARSEKMAP
comment "Userland interfaces" comment "Userland interfaces"
config INPUT_MOUSEDEV config INPUT_MOUSEDEV
tristate "Mouse interface" if EXPERT tristate "Mouse interface"
default y default y
help help
Say Y here if you want your mouse to be accessible as char devices Say Y here if you want your mouse to be accessible as char devices
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment