Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / arch / sh / Kconfig
1 menu "SuperH architecture"
2         depends on SH
3
4 config CPU_SH4
5         bool
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_R2DPLUS
12         bool "Renesas R2D-PLUS"
13         select CPU_SH4
14
15 endchoice
16
17 config SYS_ARCH
18         default "sh"
19
20 config SYS_CPU
21         default "sh4" if CPU_SH4
22
23 source "arch/sh/lib/Kconfig"
24
25 source "board/renesas/r2dplus/Kconfig"
26
27 endmenu