From 0453bcfd16322075e32004c07003644d6e60bb65 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 5 Apr 2026 05:53:03 +0200 Subject: 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 --- configs/renesas_rcar64.config | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/renesas_rcar64.config b/configs/renesas_rcar64.config index da4b262fc6a..30869a4e3e7 100644 --- a/configs/renesas_rcar64.config +++ b/configs/renesas_rcar64.config @@ -1,6 +1,7 @@ #include CONFIG_CMD_FS_GENERIC=y +CONFIG_CMD_SMC=y CONFIG_CMD_SPI=y CONFIG_CMD_TEMPERATURE=y CONFIG_DM_THERMAL=y -- cgit v1.2.3