summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-04-05 05:53:03 +0200
committerMarek Vasut <[email protected]>2026-04-08 19:35:05 +0200
commit0453bcfd16322075e32004c07003644d6e60bb65 (patch)
tree3b5458ec393d49fad24ea386263c67bd770955f5
parent37997a214ed139760ea33fa8533087d44e991bf1 (diff)
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 <[email protected]>
-rw-r--r--configs/renesas_rcar64.config1
1 files changed, 1 insertions, 0 deletions
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 <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