]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xxx/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc5xxx / Kconfig
1 menu "mpc5xxx CPU"
2         depends on MPC5xxx
3
4 config SYS_CPU
5         default "mpc5xxx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_A3M071
12         bool "Support a3m071"
13         select SUPPORT_SPL
14
15 config TARGET_A4M072
16         bool "Support a4m072"
17
18 config TARGET_CANMB
19         bool "Support canmb"
20
21 config TARGET_CM5200
22         bool "Support cm5200"
23
24 config TARGET_INKA4X0
25         bool "Support inka4x0"
26
27 config TARGET_IPEK01
28         bool "Support ipek01"
29
30 config TARGET_JUPITER
31         bool "Support jupiter"
32
33 config TARGET_MOTIONPRO
34         bool "Support motionpro"
35
36 config TARGET_MUNICES
37         bool "Support munices"
38
39 config TARGET_V38B
40         bool "Support v38b"
41
42 config TARGET_O2D
43         bool "Support O2D"
44
45 config TARGET_O2D300
46         bool "Support O2D300"
47
48 config TARGET_O2DNT2
49         bool "Support O2DNT2"
50
51 config TARGET_O2I
52         bool "Support O2I"
53
54 config TARGET_O2MNT
55         bool "Support O2MNT"
56
57 config TARGET_O3DNT
58         bool "Support O3DNT"
59
60 config TARGET_DIGSY_MTC
61         bool "Support digsy_mtc"
62
63 config TARGET_PCM030
64         bool "Support pcm030"
65
66 config TARGET_CHARON
67         bool "Support charon"
68
69 config TARGET_TQM5200
70         bool "Support TQM5200"
71
72 endchoice
73
74 source "board/a3m071/Kconfig"
75 source "board/a4m072/Kconfig"
76 source "board/canmb/Kconfig"
77 source "board/cm5200/Kconfig"
78 source "board/ifm/o2dnt2/Kconfig"
79 source "board/inka4x0/Kconfig"
80 source "board/intercontrol/digsy_mtc/Kconfig"
81 source "board/ipek01/Kconfig"
82 source "board/jupiter/Kconfig"
83 source "board/motionpro/Kconfig"
84 source "board/munices/Kconfig"
85 source "board/phytec/pcm030/Kconfig"
86 source "board/tqc/tqm5200/Kconfig"
87 source "board/v38b/Kconfig"
88
89 endmenu