aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc
diff options
context:
space:
mode:
authorPhil Edworthy <phil.edworthy@renesas.com>2022-04-20 21:43:07 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-04-28 16:46:47 +0200
commit068eb5a9105bc43a60bdb20484840e5de945fe1d (patch)
tree48d54b93c6232f1ecfa1de56fd25aa26dde6fcf0 /drivers/soc
parentsoc: renesas: rcar-rst: Add support for R-Car V4H (diff)
downloadwireguard-linux-068eb5a9105bc43a60bdb20484840e5de945fe1d.tar.xz
wireguard-linux-068eb5a9105bc43a60bdb20484840e5de945fe1d.zip
soc: renesas: Add RZ/V2M (R9A09G011) config option
Add a configuration option for the RZ/V2M SoC. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Link: https://lore.kernel.org/r/20220420204307.87343-1-phil.edworthy@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/renesas/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 4d89bf4dfdfd..87857f5d122f 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -321,6 +321,13 @@ config ARCH_R9A07G054
help
This enables support for the Renesas RZ/V2L SoC variants.
+config ARCH_R9A09G011
+ bool "ARM64 Platform support for RZ/V2M"
+ select PM
+ select PM_GENERIC_DOMAINS
+ help
+ This enables support for the Renesas RZ/V2M SoC.
+
endif # ARM64
config RST_RCAR