diff options
author | Simon Glass | 2014-10-10 07:30:16 -0600 |
---|---|---|
committer | Simon Glass | 2014-10-22 21:50:33 -0600 |
commit | 14db950945cfd8dd05c60476696be08425acdc5a (patch) | |
tree | a5476b881cd1ffd8385f053e3a8742244eb91dc9 /include/configs/coreboot.h | |
parent | f1269925f9f2797d5a98afb50990540754db8d1e (diff) |
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 <sjg@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r-- | include/configs/coreboot.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index f03a768ed7b..ce614c813b2 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 */ |