]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-rmobile/Kconfig
4b05d78839c67342110614e416efde0d7da21356
[thirdparty/u-boot.git] / arch / arm / mach-rmobile / Kconfig
1 if ARCH_RMOBILE
2
3 choice
4 prompt "Target Renesas SoC select"
5 default RCAR_32
6
7 config RCAR_32
8 bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)"
9 select CPU_V7
10
11 config RCAR_GEN3
12 bool "Renesas ARM SoCs R-Car Gen3 (64bit)"
13 select ARM64
14
15 endchoice
16
17 source "arch/arm/mach-rmobile/Kconfig.32"
18 source "arch/arm/mach-rmobile/Kconfig.64"
19
20 endif