]> Git Repo - u-boot.git/blob - arch/sh/Kconfig
dm: core: Switch uclass_*_device_err to use uclass_*_device_check
[u-boot.git] / arch / sh / Kconfig
1 menu "SuperH architecture"
2         depends on SH
3
4 config CPU_SH4
5         bool
6
7 config CPU_SH7751
8         bool
9         select CPU_SH4
10
11 choice
12         prompt "Target select"
13         optional
14
15 config TARGET_R2DPLUS
16         bool "Renesas R2D-PLUS"
17         select CPU_SH7751
18
19 endchoice
20
21 config SYS_ARCH
22         default "sh"
23
24 config SYS_CPU
25         default "sh4" if CPU_SH4
26
27 source "arch/sh/lib/Kconfig"
28
29 source "board/renesas/r2dplus/Kconfig"
30
31 endmenu
This page took 0.025197 seconds and 4 git commands to generate.