Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a7da6f8c3d6d685af9426cdc2357d2e66cff2875
/
.
/
arch
/
arm
/
mach-rmobile
/
Kconfig
blob: 56c3f68d3c7e1625ca7eb8b33e57f1c9e2f7cad2 [
file
] [
log
] [
blame
]
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