xref: /rk3399_rockchip-uboot/arch/arm/mach-rmobile/Kconfig.64 (revision a89302cc7908de36e949b02013ac05ce5ef8b354)
1581183deSNobuhiro Iwamatsuif RCAR_GEN3
2581183deSNobuhiro Iwamatsu
3a0f64046SMarek Vasutchoice
4a0f64046SMarek Vasut	prompt "Select Target SoC"
5a0f64046SMarek Vasut
6e525d34bSNobuhiro Iwamatsuconfig R8A7795
7a0f64046SMarek Vasut	bool "Renesas SoC R8A7795"
8a0f64046SMarek Vasut
92dea3b3eSMarek Vasutconfig R8A7796
102dea3b3eSMarek Vasut	bool "Renesas SoC R8A7796"
112dea3b3eSMarek Vasut
12a0f64046SMarek Vasutendchoice
13e525d34bSNobuhiro Iwamatsu
14581183deSNobuhiro Iwamatsuchoice
15581183deSNobuhiro Iwamatsu	prompt "Renesus ARM64 SoCs board select"
16581183deSNobuhiro Iwamatsu	optional
17581183deSNobuhiro Iwamatsu
18e525d34bSNobuhiro Iwamatsuconfig TARGET_SALVATOR_X
19e525d34bSNobuhiro Iwamatsu	bool "Salvator-X board"
20e525d34bSNobuhiro Iwamatsu	help
212aef8f32SMarek Vasut          Support for Renesas R-Car Gen3 platform
22e525d34bSNobuhiro Iwamatsu
23*bd39050cSMarek Vasutconfig TARGET_ULCB
24*bd39050cSMarek Vasut	bool "ULCB board"
25*bd39050cSMarek Vasut	help
26*bd39050cSMarek Vasut          Support for Renesas R-Car Gen3 ULCB platform
27*bd39050cSMarek Vasut
28581183deSNobuhiro Iwamatsuendchoice
29581183deSNobuhiro Iwamatsu
30581183deSNobuhiro Iwamatsuconfig SYS_SOC
31581183deSNobuhiro Iwamatsu	default "rmobile"
32581183deSNobuhiro Iwamatsu
33e525d34bSNobuhiro Iwamatsusource "board/renesas/salvator-x/Kconfig"
34*bd39050cSMarek Vasutsource "board/renesas/ulcb/Kconfig"
35e525d34bSNobuhiro Iwamatsu
36581183deSNobuhiro Iwamatsuendif
37