arm64: renesas: Enable SMC command on all R-Car 64-bit systems

Enable the 'smc' command on all R-Car 64-bit systems. This command is
useful for interacting with EL3 firmware, testing interaction with the
PSCI provider or OPTEE-OS.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2026-04-08 19:35:05 +02:00
parent 37997a214e
commit 0453bcfd16
+1
View File
@@ -1,6 +1,7 @@
#include <configs/renesas_rcar.config>
CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_SMC=y
CONFIG_CMD_SPI=y
CONFIG_CMD_TEMPERATURE=y
CONFIG_DM_THERMAL=y