From: Simon Glass Date: Sun, 17 Jan 2016 23:11:49 +0000 (-0700) Subject: x86: chromebook_link: Enable the syscon uclass X-Git-Tag: v2016.03-rc1~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32375d070e7f9717293bc55aebdba3130bee72a;p=pandora-u-boot.git 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 Reviewed-by: Bin Meng --- diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index 81189f36100..1cee7d48880 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