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