summaryrefslogtreecommitdiff
path: root/include/configs/chromebook_jerry.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:44:13 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:36 -0700
commit27a1961d0b527b24e7f76230d94df617004b1534 (patch)
treeaa565344419fc5f81dbe78988db9628deafeaaeb /include/configs/chromebook_jerry.h
parent90a28470fc11c86c64b8f413d23a5c8fcff45a04 (diff)
rockchip: jerry: Enable the Chrome OS EC
Turn on the EC and enable the keyboard. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/chromebook_jerry.h')
-rw-r--r--include/configs/chromebook_jerry.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/chromebook_jerry.h b/include/configs/chromebook_jerry.h
index 78c06afd16..6e32f2ccad 100644
--- a/include/configs/chromebook_jerry.h
+++ b/include/configs/chromebook_jerry.h
@@ -7,6 +7,11 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define ROCKCHIP_DEVICE_SETTINGS \
+ "stdin=serial,cros-ec-keyb\0" \
+ "stdout=serial\0" \
+ "stderr=serial\0"
+
#include <configs/rk3288_common.h>
#define CONFIG_ENV_IS_NOWHERE
@@ -17,4 +22,6 @@
#undef CONFIG_SPL_GPIO_SUPPORT
+#define CONFIG_KEYBOARD
+
#endif