From 22e131ca00ed42cd7485aa1821dc3051bd762a3e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 14 Nov 2014 20:56:45 -0700 Subject: x86: chromebook_link: Enable the Chrome OS EC Enable the Chrome OS EC so that it can be used from U-Boot. Signed-off-by: Simon Glass --- include/configs/chromebook_link.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs/chromebook_link.h') diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h index 48ae81eabb..645b31c2e2 100644 --- a/include/configs/chromebook_link.h +++ b/include/configs/chromebook_link.h @@ -62,6 +62,11 @@ #define VIDEO_IO_OFFSET 0 #define CONFIG_X86EMU_RAW_IO +#define CONFIG_CROS_EC +#define CONFIG_CROS_EC_LPC +#define CONFIG_CMD_CROS_EC +#define CONFIG_ARCH_EARLY_INIT_R + #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \ "stdout=vga,serial\0" \ "stderr=vga,serial\0" -- cgit v1.2.1