[U-Boot] [PATCH 46/57] x86: chromebook_link: Enable the syscon uclass
Simon Glass
sjg at chromium.org
Tue Dec 8 04:39:05 CET 2015
We will use a system controller to model the Intel Management Engine. Enable
this for link.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
configs/chromebook_link_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index daa958e..f44bef7 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
--
2.6.0.rc2.230.g3dd15c0
More information about the U-Boot
mailing list