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