2015-10-10 05:58:28 +09:00
|
|
|
if ARCH_RMOBILE
|
2014-08-31 07:10:57 +09:00
|
|
|
|
|
|
|
choice
|
2016-06-17 13:52:13 +09:00
|
|
|
prompt "Target Renesas SoC select"
|
|
|
|
default RCAR_32
|
2014-08-31 07:10:57 +09:00
|
|
|
|
2016-06-17 13:52:13 +09:00
|
|
|
config RCAR_32
|
|
|
|
bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)"
|
|
|
|
select CPU_V7
|
2015-03-05 08:30:37 +09:00
|
|
|
|
2016-04-01 03:51:34 +09:00
|
|
|
config RCAR_GEN3
|
|
|
|
bool "Renesas ARM SoCs R-Car Gen3 (64bit)"
|
|
|
|
select ARM64
|
|
|
|
|
2015-03-05 08:30:37 +09:00
|
|
|
endchoice
|
|
|
|
|
2016-06-17 13:52:13 +09:00
|
|
|
source "arch/arm/mach-rmobile/Kconfig.32"
|
2016-04-01 03:51:34 +09:00
|
|
|
source "arch/arm/mach-rmobile/Kconfig.64"
|
2014-08-31 07:10:57 +09:00
|
|
|
|
|
|
|
endif
|