summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parker <dparker@chromium.org>2014-06-05 22:26:21 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-26 15:46:34 +0000
commiteb44578549675a8b08c52949b5e29bf189f2ba36 (patch)
tree80177fa9d65c78bd1599084ae9db81f1f067d7fa
parentbfe0c53fc37aa44bc9a6b69e5105126556f8bf7c (diff)
downloadchrome-ec-eb44578549675a8b08c52949b5e29bf189f2ba36.tar.gz
Config: Allow keyproto task to run without keyscan defined
Allow devices to send power button keyboard events without having an internal keyboard defined. BUG=chrome-os-partner:29504 BRANCH=None TEST=Build and run on a peppy. Verify keyboard protocol messages are still sent for the power button using evtest. Change-Id: Ibfaa1a779552bdc5a643911703e7900bbc1d51d7 Signed-off-by: Dave Parker <dparker@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/203103 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--include/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h
index e61cd5002d..a299978e1e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -905,11 +905,6 @@
*/
#endif
-#ifndef HAS_TASK_KEYSCAN
-#undef CONFIG_KEYBOARD_PROTOCOL_8042
-#undef CONFIG_KEYBOARD_PROTOCOL_MKBP
-#endif
-
#ifndef HAS_TASK_MOTIONSENSE
#undef CONFIG_ACCEL_CALIBRATE
#endif