]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc83xx/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[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         select SUPPORT_SPL
28
29 config TARGET_MPC8315ERDB
30         bool "Support MPC8315ERDB"
31
32 config TARGET_MPC8323ERDB
33         bool "Support MPC8323ERDB"
34
35 config TARGET_MPC832XEMDS
36         bool "Support MPC832XEMDS"
37
38 config TARGET_MPC8349EMDS
39         bool "Support MPC8349EMDS"
40
41 config TARGET_MPC8349ITX
42         bool "Support MPC8349ITX"
43
44 config TARGET_MPC837XEMDS
45         bool "Support MPC837XEMDS"
46
47 config TARGET_MPC837XERDB
48         bool "Support MPC837XERDB"
49
50 config TARGET_IDS8313
51         bool "Support ids8313"
52
53 config TARGET_KM8360
54         bool "Support km8360"
55
56 config TARGET_SUVD3
57         bool "Support suvd3"
58
59 config TARGET_TUXX1
60         bool "Support tuxx1"
61
62 config TARGET_TQM834X
63         bool "Support TQM834x"
64
65 config TARGET_HRCON
66         bool "Support hrcon"
67
68 endchoice
69
70 source "board/esd/vme8349/Kconfig"
71 source "board/freescale/mpc8308rdb/Kconfig"
72 source "board/freescale/mpc8313erdb/Kconfig"
73 source "board/freescale/mpc8315erdb/Kconfig"
74 source "board/freescale/mpc8323erdb/Kconfig"
75 source "board/freescale/mpc832xemds/Kconfig"
76 source "board/freescale/mpc8349emds/Kconfig"
77 source "board/freescale/mpc8349itx/Kconfig"
78 source "board/freescale/mpc837xemds/Kconfig"
79 source "board/freescale/mpc837xerdb/Kconfig"
80 source "board/ids/ids8313/Kconfig"
81 source "board/keymile/km83xx/Kconfig"
82 source "board/mpc8308_p1m/Kconfig"
83 source "board/sbc8349/Kconfig"
84 source "board/tqc/tqm834x/Kconfig"
85 source "board/ve8313/Kconfig"
86 source "board/gdsys/mpc8308/Kconfig"
87
88 endmenu