diff options
author | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2023-04-13 09:20:42 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-04-14 13:55:45 +0200 |
commit | 24c15979323885d2c1f17b052d86d63aa052fd8c (patch) | |
tree | 739323ecbb499a4705ff8d19eede178988890c6c /arch/arm/configs | |
parent | 344cad0660ea08c95bd3752d0cbbf3f51944d9af (diff) | |
download | lwn-24c15979323885d2c1f17b052d86d63aa052fd8c.tar.gz lwn-24c15979323885d2c1f17b052d86d63aa052fd8c.zip |
ARM: multi_v7_defconfig: Add OPTEE support
STM32MP13 platform relies on OPTEE to boot: Clocks and regulators are
handled in the secure world by OPTEE and exported to the non secure world
(LINUX) thanks to ARM SCMI protocol.
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Link: https://lore.kernel.org/r/20230413072042.30657-1-alexandre.torgue@foss.st.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 42ff3d5a5198..871fffe92187 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1218,6 +1218,8 @@ CONFIG_FSI_MASTER_ASPEED=m CONFIG_FSI_SCOM=m CONFIG_FSI_SBEFIFO=m CONFIG_FSI_OCC=m +CONFIG_TEE=y +CONFIG_OPTEE=y CONFIG_INTERCONNECT_QCOM=y CONFIG_INTERCONNECT_QCOM_MSM8916=y CONFIG_COUNTER=m |