xref: /openbmc/u-boot/arch/sh/Kconfig (revision 643ad899)
1menu "SuperH architecture"
2	depends on SH
3
4config SYS_ARCH
5	default "sh"
6
7choice
8	prompt "Target select"
9
10config TARGET_RSK7203
11	bool "Support rsk7203"
12
13config TARGET_RSK7264
14	bool "Support rsk7264"
15
16config TARGET_RSK7269
17	bool "Support rsk7269"
18
19config TARGET_MPR2
20	bool "Support mpr2"
21
22config TARGET_MS7720SE
23	bool "Support ms7720se"
24
25config TARGET_SHMIN
26	bool "Support shmin"
27
28config TARGET_ESPT
29	bool "Support espt"
30
31config TARGET_MS7722SE
32	bool "Support ms7722se"
33
34config TARGET_MS7750SE
35	bool "Support ms7750se"
36
37config TARGET_AP_SH4A_4A
38	bool "Support ap_sh4a_4a"
39
40config TARGET_AP325RXA
41	bool "Support ap325rxa"
42
43config TARGET_ECOVEC
44	bool "Support ecovec"
45
46config TARGET_MIGOR
47	bool "Support MigoR"
48
49config TARGET_R0P7734
50	bool "Support r0p7734"
51
52config TARGET_R2DPLUS
53	bool "Support r2dplus"
54
55config TARGET_R7780MP
56	bool "Support r7780mp"
57
58config TARGET_SH7752EVB
59	bool "Support sh7752evb"
60
61config TARGET_SH7753EVB
62	bool "Support sh7753evb"
63
64config TARGET_SH7757LCR
65	bool "Support sh7757lcr"
66
67config TARGET_SH7763RDP
68	bool "Support sh7763rdp"
69
70config TARGET_SH7785LCR
71	bool "Support sh7785lcr"
72
73endchoice
74
75source "board/alphaproject/ap_sh4a_4a/Kconfig"
76source "board/espt/Kconfig"
77source "board/mpr2/Kconfig"
78source "board/ms7720se/Kconfig"
79source "board/ms7722se/Kconfig"
80source "board/ms7750se/Kconfig"
81source "board/renesas/MigoR/Kconfig"
82source "board/renesas/ap325rxa/Kconfig"
83source "board/renesas/ecovec/Kconfig"
84source "board/renesas/r0p7734/Kconfig"
85source "board/renesas/r2dplus/Kconfig"
86source "board/renesas/r7780mp/Kconfig"
87source "board/renesas/rsk7203/Kconfig"
88source "board/renesas/rsk7264/Kconfig"
89source "board/renesas/rsk7269/Kconfig"
90source "board/renesas/sh7752evb/Kconfig"
91source "board/renesas/sh7753evb/Kconfig"
92source "board/renesas/sh7757lcr/Kconfig"
93source "board/renesas/sh7763rdp/Kconfig"
94source "board/renesas/sh7785lcr/Kconfig"
95source "board/shmin/Kconfig"
96
97endmenu
98