Skip to content

Commit fd60ea3

Browse files
Jacopo Mondihorms
authored andcommitted
arm64: add Renesas R8A77965 support
Add configuration option for the R-Car M3-N (R8A77965) SoC. Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 85618ef commit fd60ea3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ config ARCH_R8A7796
190190
help
191191
This enables support for the Renesas R-Car M3-W SoC.
192192

193+
config ARCH_R8A77965
194+
bool "Renesas R-Car M3-N SoC Platform"
195+
depends on ARCH_RENESAS
196+
help
197+
This enables support for the Renesas R-Car M3-N SoC.
198+
193199
config ARCH_R8A77970
194200
bool "Renesas R-Car V3M SoC Platform"
195201
depends on ARCH_RENESAS

0 commit comments

Comments
 (0)