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