Skip to content

Commit

Permalink
Input: mousedev - allow disabling even without CONFIG_EXPERT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tom Gundersen authored and Dmitry Torokhov committed Oct 31, 2013
1 parent bcd2623 commit dfaaed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfaaed0

Please sign in to comment.