mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 10:29:52 +00:00
riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option
Add ARCH_RENESAS config option to allow selecting the Renesas RISC-V SoCs. We currently have the newly added RZ/Five (R9A07G043) RISC-V based SoC. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Guo Ren <guoren@kernel.org> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Link: https://lore.kernel.org/r/20221028165921.94487-4-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
9abf2313ad
commit
8292493c22
@@ -7,6 +7,11 @@ config SOC_MICROCHIP_POLARFIRE
|
|||||||
help
|
help
|
||||||
This enables support for Microchip PolarFire SoC platforms.
|
This enables support for Microchip PolarFire SoC platforms.
|
||||||
|
|
||||||
|
config ARCH_RENESAS
|
||||||
|
bool "Renesas RISC-V SoCs"
|
||||||
|
help
|
||||||
|
This enables support for the RISC-V based Renesas SoCs.
|
||||||
|
|
||||||
config SOC_SIFIVE
|
config SOC_SIFIVE
|
||||||
bool "SiFive SoCs"
|
bool "SiFive SoCs"
|
||||||
select SERIAL_SIFIVE if TTY
|
select SERIAL_SIFIVE if TTY
|
||||||
|
|||||||
Reference in New Issue
Block a user