From 713cb68045c6e7fc32c79ab4e922fb3a7548fd2f Mon Sep 17 00:00:00 2001 From: Hung-ying Tyan Date: Wed, 15 May 2013 18:27:32 +0800 Subject: cros: adds cros_ec keyboard driver This patch adds the driver for keyboard that's controlled by ChromeOS EC. Signed-off-by: Randall Spangler Signed-off-by: Simon Glass Signed-off-by: Vincent Palatin Signed-off-by: Hung-ying Tyan Acked-by: Simon Glass --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index 137e8cb949..7196fde625 100644 --- a/README +++ b/README @@ -1443,6 +1443,11 @@ CBFS (Coreboot Filesystem) support Export function i8042_kbd_init, i8042_tstc and i8042_getc for cfb_console. Supports cursor blinking. + CONFIG_CROS_EC_KEYB + Enables a Chrome OS keyboard using the CROS_EC interface. + This uses CROS_EC to communicate with a second microcontroller + which provides key scans on request. + - Video support: CONFIG_VIDEO -- cgit v1.2.1