xref: /openbmc/u-boot/arch/arm/mach-rmobile/Kconfig (revision 7a500a7a)
1if ARCH_RMOBILE
2
3choice
4	prompt "Target Renesas SoC select"
5	default RCAR_32
6
7config RCAR_32
8	bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)"
9	select CPU_V7
10
11endchoice
12
13source "arch/arm/mach-rmobile/Kconfig.32"
14
15endif
16