diff options
| author | Hung-ying Tyan <[email protected]> | 2013-05-15 18:27:32 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-06-26 10:13:31 -0400 |
| commit | 713cb68045c6e7fc32c79ab4e922fb3a7548fd2f (patch) | |
| tree | 285495638981d8566320f6659713106edd20d95b /README | |
| parent | c8d3328a0a454f974b82380b9dc196e693edb7b1 (diff) | |
cros: adds cros_ec keyboard driver
This patch adds the driver for keyboard that's controlled by ChromeOS EC.
Signed-off-by: Randall Spangler <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Vincent Palatin <[email protected]>
Signed-off-by: Hung-ying Tyan <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
