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