From: Tom Gundersen Date: Thu, 31 Oct 2013 07:44:49 +0000 (-0700) Subject: Input: mousedev - allow disabling even without CONFIG_EXPERT X-Git-Tag: firefly_0821_release~3679^2~3347 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9295a956ba01ab0cab6a7e9f6eca73da23373a8;p=firefly-linux-kernel-4.4.55.git Input: mousedev - allow disabling even without CONFIG_EXPERT commit dfaaed08ecc01bd513248ba7999daf50ce028352 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: Tom Gundersen Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- 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