aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/Kconfig
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2017-02-21 23:52:59 +0100
committerMartin Roth <martinroth@google.com>2017-02-23 17:04:51 +0100
commit30d4604e5a33e735e59765ff94a61d78ca419654 (patch)
tree5673f8601709f5dab7bbd7655f1c381407798f05 /src/soc/mediatek/mt8173/Kconfig
parent7a543d2ab9433c1df117a216e04ac96ebd1d3078 (diff)
mt8173: Enable Kconfig options for ChromeOS
This enables some required Kconfig options when CONFIG_CHROMEOS is set. Change-Id: I290902746c1ea19c8bcb69540e34fde09abb9adf Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-on: https://review.coreboot.org/18448 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8173/Kconfig')
-rw-r--r--src/soc/mediatek/mt8173/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/Kconfig b/src/soc/mediatek/mt8173/Kconfig
index 7a6ad871cb..7558ad18d2 100644
--- a/src/soc/mediatek/mt8173/Kconfig
+++ b/src/soc/mediatek/mt8173/Kconfig
@@ -17,6 +17,11 @@ config SOC_MEDIATEK_MT8173
if SOC_MEDIATEK_MT8173
+config CHROMEOS
+ select VBOOT_OPROM_MATTERS
+ select VBOOT_STARTS_IN_BOOTBLOCK
+ select SEPARATE_VERSTAGE
+
config MEMORY_TEST
bool
default n