]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc83xx/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc83xx / Kconfig
1 menu "mpc83xx CPU"
2         depends on MPC83xx
3
4 config SYS_CPU
5         default "mpc83xx"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_MPC8308_P1M
11         bool "Support mpc8308_p1m"
12
13 config TARGET_SBC8349
14         bool "Support sbc8349"
15
16 config TARGET_VE8313
17         bool "Support ve8313"
18
19 config TARGET_VME8349
20         bool "Support vme8349"
21
22 config TARGET_MPC8308RDB
23         bool "Support MPC8308RDB"
24
25 config TARGET_MPC8313ERDB
26         bool "Support MPC8313ERDB"
27
28 config TARGET_MPC8315ERDB
29         bool "Support MPC8315ERDB"
30
31 config TARGET_MPC8323ERDB
32         bool "Support MPC8323ERDB"
33
34 config TARGET_MPC832XEMDS
35         bool "Support MPC832XEMDS"
36
37 config TARGET_MPC8349EMDS
38         bool "Support MPC8349EMDS"
39
40 config TARGET_MPC8349ITX
41         bool "Support MPC8349ITX"
42
43 config TARGET_MPC8360EMDS
44         bool "Support MPC8360EMDS"
45
46 config TARGET_MPC8360ERDK
47         bool "Support MPC8360ERDK"
48
49 config TARGET_MPC837XEMDS
50         bool "Support MPC837XEMDS"
51
52 config TARGET_MPC837XERDB
53         bool "Support MPC837XERDB"
54
55 config TARGET_IDS8313
56         bool "Support ids8313"
57
58 config TARGET_KM8360
59         bool "Support km8360"
60
61 config TARGET_SUVD3
62         bool "Support suvd3"
63
64 config TARGET_TUXX1
65         bool "Support tuxx1"
66
67 config TARGET_MERGERBOX
68         bool "Support MERGERBOX"
69
70 config TARGET_MVBLM7
71         bool "Support MVBLM7"
72
73 config TARGET_TQM834X
74         bool "Support TQM834x"
75
76 endchoice
77
78 source "board/esd/vme8349/Kconfig"
79 source "board/freescale/mpc8308rdb/Kconfig"
80 source "board/freescale/mpc8313erdb/Kconfig"
81 source "board/freescale/mpc8315erdb/Kconfig"
82 source "board/freescale/mpc8323erdb/Kconfig"
83 source "board/freescale/mpc832xemds/Kconfig"
84 source "board/freescale/mpc8349emds/Kconfig"
85 source "board/freescale/mpc8349itx/Kconfig"
86 source "board/freescale/mpc8360emds/Kconfig"
87 source "board/freescale/mpc8360erdk/Kconfig"
88 source "board/freescale/mpc837xemds/Kconfig"
89 source "board/freescale/mpc837xerdb/Kconfig"
90 source "board/ids/ids8313/Kconfig"
91 source "board/keymile/km83xx/Kconfig"
92 source "board/matrix_vision/mergerbox/Kconfig"
93 source "board/matrix_vision/mvblm7/Kconfig"
94 source "board/mpc8308_p1m/Kconfig"
95 source "board/sbc8349/Kconfig"
96 source "board/tqc/tqm834x/Kconfig"
97 source "board/ve8313/Kconfig"
98
99 endmenu