CHROMIUM: config: remove unused mousedev and polldev
authorDaniel Kurtz <djkurtz@chromium.org>
Fri, 17 Aug 2012 16:37:00 +0000 (00:37 +0800)
committerGerrit <chrome-bot@google.com>
Thu, 23 Aug 2012 09:42:34 +0000 (02:42 -0700)
All modern input drivers use evdev, not legacy mousedev, and none of the
input drivers used in chromium OS use polldev.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
BUG=none
TEST=builds clean; notice 29 less functions in
     /sys/kernel/debug/tracing/available_filter_functions

Change-Id: I0fb2a2580faadb88710c3af11b1459dc5ab91363
Reviewed-on: https://gerrit.chromium.org/gerrit/30832
Commit-Ready: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Tested-by: Daniel Kurtz <djkurtz@chromium.org>
chromeos/config/base.config

index c17c68a..78b5871 100644 (file)
@@ -716,13 +716,10 @@ CONFIG_INPUT_KEYBOARD=y
 CONFIG_INPUT_MISC=y
 # CONFIG_INPUT_MMA8450 is not set
 CONFIG_INPUT_MOUSE=y
-CONFIG_INPUT_MOUSEDEV=y
-# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
-CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
-CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
+# CONFIG_INPUT_MOUSEDEV is not set
 # CONFIG_INPUT_MPU3050 is not set
 # CONFIG_INPUT_PCF8574 is not set
-CONFIG_INPUT_POLLDEV=y
+# CONFIG_INPUT_POLLDEV is not set
 # CONFIG_INPUT_POWERMATE is not set
 # CONFIG_INPUT_TABLET is not set
 CONFIG_INPUT_TOUCHSCREEN=y