56c3f68d3c7e1625ca7eb8b33e57f1c9e2f7cad2
[platform/kernel/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 endchoice
12
13 source "arch/arm/mach-rmobile/Kconfig.32"
14
15 endif