summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2024-08-29 09:04:03 +0800
committerFelix Held <felix-coreboot@felixheld.de>2024-08-30 14:52:02 +0000
commitf28c6dd6367cdd775e4d03e67f3313f355953a95 (patch)
tree636c5440448db9f69a924d32f1dd416402364ba0
parentc1ca6588bd1bdf85e69a9e61013135ec0750ee62 (diff)
soc/mediatek/mt8196: Enable VBOOT_DEFINE_WIDEVINE_COUNTERS
To support Widevine DRM, enable VBOOT_DEFINE_WIDEVINE_COUNTERS. BUG=b:357976379 TEST=emerge-rauru coreboot BRANCH=none Change-Id: I3760c30b175338165f8e11b59c7cfa830070a19e Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84121 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com>
-rw-r--r--src/soc/mediatek/mt8196/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8196/Kconfig b/src/soc/mediatek/mt8196/Kconfig
index 57b62dd565..6d6f883a11 100644
--- a/src/soc/mediatek/mt8196/Kconfig
+++ b/src/soc/mediatek/mt8196/Kconfig
@@ -19,5 +19,6 @@ config VBOOT
select VBOOT_STARTS_IN_BOOTBLOCK
select VBOOT_SEPARATE_VERSTAGE
select VBOOT_RETURN_FROM_VERSTAGE
+ select VBOOT_DEFINE_WIDEVINE_COUNTERS
endif