diff options
author | Ravi Kumar Bokka <rbokka@codeaurora.org> | 2020-11-24 15:52:26 +0530 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2022-01-28 17:11:55 +0000 |
commit | 8a48241b8d7d71858ad348e37094dcc941bdd35a (patch) | |
tree | f6037009d404ff309f11474c3fe8ad9a4fb0cda5 /src/soc/qualcomm/sc7280/Kconfig | |
parent | 289a67d1600d98593d6f417eac76e836d6dcbecd (diff) |
sc7280: enable bl31 and SDI feature support
BUG=b:182963902
TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org>
Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47904
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/soc/qualcomm/sc7280/Kconfig')
-rw-r--r-- | src/soc/qualcomm/sc7280/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7280/Kconfig b/src/soc/qualcomm/sc7280/Kconfig index 24d5c207b4..68234f96c8 100644 --- a/src/soc/qualcomm/sc7280/Kconfig +++ b/src/soc/qualcomm/sc7280/Kconfig @@ -6,6 +6,7 @@ config SOC_QUALCOMM_SC7280 select ARCH_RAMSTAGE_ARMV8_64 select ARCH_ROMSTAGE_ARMV8_64 select ARCH_VERSTAGE_ARMV8_64 + select ARM64_USE_ARM_TRUSTED_FIRMWARE select GENERIC_GPIO_LIB select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER |