dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"
[oweals/u-boot.git] / arch / arm / mach-rmobile / Kconfig.64
1 if RCAR_GEN3
2
3 config R8A7795
4         bool
5
6 choice
7         prompt "Renesus ARM64 SoCs board select"
8         optional
9
10 config TARGET_SALVATOR_X
11         bool "Salvator-X board"
12         select R8A7795
13         help
14           Support for Renesas R-Car Gen3 R8a7795 platform
15
16 endchoice
17
18 config SYS_SOC
19         default "rmobile"
20
21 config RCAR_GEN3_EXTRAM_BOOT
22         bool "Enable boot from RAM"
23         depends on TARGET_SALVATOR_X
24         default n
25
26 source "board/renesas/salvator-x/Kconfig"
27
28 endif