blob: e0c27ed9c66d1bcb1d8869be9dc069bc060c2cce [file] [log] [blame]
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +09001if RCAR_GEN3
2
Marek Vasuta0f64042017-05-13 15:57:35 +02003choice
4 prompt "Select Target SoC"
5
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +09006config R8A7795
Marek Vasuta0f64042017-05-13 15:57:35 +02007 bool "Renesas SoC R8A7795"
8
9endchoice
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090010
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090011choice
12 prompt "Renesus ARM64 SoCs board select"
13 optional
14
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090015config TARGET_SALVATOR_X
16 bool "Salvator-X board"
17 select R8A7795
18 help
19 Support for Renesas R-Car Gen3 R8a7795 platform
20
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090021endchoice
22
23config SYS_SOC
24 default "rmobile"
25
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090026source "board/renesas/salvator-x/Kconfig"
27
Nobuhiro Iwamatsu581183d2016-04-01 03:51:34 +090028endif