diff options
author | Yu-Ping Wu <yupingso@chromium.org> | 2024-08-29 09:04:03 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-08-30 14:52:02 +0000 |
commit | f28c6dd6367cdd775e4d03e67f3313f355953a95 (patch) | |
tree | 636c5440448db9f69a924d32f1dd416402364ba0 | |
parent | c1ca6588bd1bdf85e69a9e61013135ec0750ee62 (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/Kconfig | 1 |
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 |