blob: 2a7eeba828cb135f5db45831be7703eced8ef9f5 [file] [log] [blame]
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +09003config R8A7795
4 bool
5
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +09006choice
7 prompt "Renesus ARM64 SoCs board select"
8 optional
9
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090010config TARGET_SALVATOR_X
11 bool "Salvator-X board"
12 select R8A7795
13 help
14 Support for Renesas R-Car Gen3 R8a7795 platform
15
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090016endchoice
17
18config SYS_SOC
19 default "rmobile"
20
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090021config RCAR_GEN3_EXTRAM_BOOT
22 bool "Enable boot from RAM"
23 depends on TARGET_SALVATOR_X
24 default n
25
26source "board/renesas/salvator-x/Kconfig"
27
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090028endif