Nobuhiro Iwamatsu | 1cc95f6 | 2015-10-10 05:58:28 +0900 | [diff] [blame] | 1 | if ARCH_RMOBILE |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 2 | |
3 | choice | ||||
Nobuhiro Iwamatsu | 7a500a7 | 2016-06-17 13:52:13 +0900 | [diff] [blame] | 4 | prompt "Target Renesas SoC select" |
5 | default RCAR_32 | ||||
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 6 | |
Nobuhiro Iwamatsu | 7a500a7 | 2016-06-17 13:52:13 +0900 | [diff] [blame] | 7 | config RCAR_32 |
8 | bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)" | ||||
9 | select CPU_V7 | ||||
Vladimir Barinov | 2187113 | 2015-07-20 20:49:59 +0300 | [diff] [blame] | 10 | |
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 11 | config RCAR_GEN3 |
12 | bool "Renesas ARM SoCs R-Car Gen3 (64bit)" | ||||
13 | select ARM64 | ||||
14 | |||||
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 15 | endchoice |
16 | |||||
Nobuhiro Iwamatsu | 7a500a7 | 2016-06-17 13:52:13 +0900 | [diff] [blame] | 17 | source "arch/arm/mach-rmobile/Kconfig.32" |
Nobuhiro Iwamatsu | 581183d | 2016-04-01 03:51:34 +0900 | [diff] [blame] | 18 | source "arch/arm/mach-rmobile/Kconfig.64" |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 19 | |
20 | endif |