summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-18 21:17:17 -0600
committerSimon Glass <sjg@chromium.org>2015-11-19 20:13:40 -0700
commit1fa4bfde181c020274b9689af9b001c31ae43f0f (patch)
treed5123c985a3502f36c6e6dcd7462a5fbdc54846a /README
parentf77f5e9be79c89d5105995528a7436d3a2458116 (diff)
downloadblackbird-obmc-uboot-1fa4bfde181c020274b9689af9b001c31ae43f0f.tar.gz
blackbird-obmc-uboot-1fa4bfde181c020274b9689af9b001c31ae43f0f.zip
dm: cros_ec: Convert cros_ec keyboard driver to driver model
Adjust the cros_ec keyboard driver to support driver model. Make this the default for all Exynos boards so that those that use a keyboard will build correctly with this driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index 32c5ea6653..e9b3a297db 100644
--- a/README
+++ b/README
@@ -1785,11 +1785,6 @@ 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
OpenPOWER on IntegriCloud