]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rmobile/Kconfig.64
ARM: rmobile: ulcb: Add ULCB board support
[people/ms/u-boot.git] / arch / arm / mach-rmobile / Kconfig.64
CommitLineData
581183de
NI
1if RCAR_GEN3
2
a0f64046
MV
3choice
4 prompt "Select Target SoC"
5
e525d34b 6config R8A7795
a0f64046
MV
7 bool "Renesas SoC R8A7795"
8
2dea3b3e
MV
9config R8A7796
10 bool "Renesas SoC R8A7796"
11
a0f64046 12endchoice
e525d34b 13
581183de
NI
14choice
15 prompt "Renesus ARM64 SoCs board select"
16 optional
17
e525d34b
NI
18config TARGET_SALVATOR_X
19 bool "Salvator-X board"
e525d34b 20 help
2aef8f32 21 Support for Renesas R-Car Gen3 platform
e525d34b 22
bd39050c
MV
23config TARGET_ULCB
24 bool "ULCB board"
25 help
26 Support for Renesas R-Car Gen3 ULCB platform
27
581183de
NI
28endchoice
29
30config SYS_SOC
31 default "rmobile"
32
e525d34b 33source "board/renesas/salvator-x/Kconfig"
bd39050c 34source "board/renesas/ulcb/Kconfig"
e525d34b 35
581183de 36endif