]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-rmobile/Kconfig.64
e0c27ed9c66d1bcb1d8869be9dc069bc060c2cce
[people/ms/u-boot.git] / arch / arm / mach-rmobile / Kconfig.64
1 if RCAR_GEN3
2
3 choice
4 prompt "Select Target SoC"
5
6 config R8A7795
7 bool "Renesas SoC R8A7795"
8
9 endchoice
10
11 choice
12 prompt "Renesus ARM64 SoCs board select"
13 optional
14
15 config TARGET_SALVATOR_X
16 bool "Salvator-X board"
17 select R8A7795
18 help
19 Support for Renesas R-Car Gen3 R8a7795 platform
20
21 endchoice
22
23 config SYS_SOC
24 default "rmobile"
25
26 source "board/renesas/salvator-x/Kconfig"
27
28 endif