u-boot-brain/arch/arm/mach-rmobile/Kconfig

16 lines
218 B
Plaintext
Raw Normal View History

if ARCH_RMOBILE
choice
prompt "Target Renesas SoC select"
default RCAR_32
config RCAR_32
bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)"
select CPU_V7
endchoice
source "arch/arm/mach-rmobile/Kconfig.32"
endif