From 14db950945cfd8dd05c60476696be08425acdc5a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 10 Oct 2014 07:30:16 -0600 Subject: x86: cros_ec: Enable cros_ec for link Add defines to enable the Chrome OS EC interface and set it up on init. Signed-off-by: Simon Glass --- include/configs/coreboot.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index f03a768..ce614c8 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -283,6 +283,11 @@ */ #define CONFIG_PCI +#define CONFIG_CROS_EC +#define CONFIG_CROS_EC_LPC +#define CONFIG_CMD_CROS_EC +#define CONFIG_ARCH_EARLY_INIT_R + /*----------------------------------------------------------------------- * USB configuration */ -- cgit v1.1