diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-17 16:11:49 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:09:41 +0800 |
commit | b32375d070e7f9717293bc55aebdba3130bee72a (patch) | |
tree | 68927df75ee802391640f8ee4d4ab2161de56730 /configs/chromebook_link_defconfig | |
parent | 1641bb8cc7ca49a8a0c49df54a2612a1ac63ed29 (diff) | |
download | u-boot-b32375d070e7f9717293bc55aebdba3130bee72a.tar.gz |
x86: chromebook_link: Enable the syscon uclass
We will use a system controller to model the Intel Management Engine. Enable
this for link.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebook_link_defconfig')
-rw-r--r-- | configs/chromebook_link_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index 81189f3610..1cee7d4888 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -20,6 +20,8 @@ CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y CONFIG_OF_CONTROL=y +CONFIG_REGMAP=y +CONFIG_SYSCON=y CONFIG_CPU=y CONFIG_SYS_I2C_INTEL=y CONFIG_CMD_CROS_EC=y |