xref: /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Kconfig (revision 17fa0326)
1menu "mpc83xx CPU"
2	depends on MPC83xx
3
4config SYS_CPU
5	default "mpc83xx"
6
7choice
8	prompt "Target select"
9	optional
10
11config TARGET_MPC8308_P1M
12	bool "Support mpc8308_p1m"
13
14config TARGET_SBC8349
15	bool "Support sbc8349"
16
17config TARGET_VE8313
18	bool "Support ve8313"
19
20config TARGET_VME8349
21	bool "Support vme8349"
22
23config TARGET_MPC8308RDB
24	bool "Support MPC8308RDB"
25	select SYS_FSL_ERRATUM_ESDHC111
26
27config TARGET_MPC8313ERDB
28	bool "Support MPC8313ERDB"
29	select SUPPORT_SPL
30
31config TARGET_MPC8315ERDB
32	bool "Support MPC8315ERDB"
33
34config TARGET_MPC8323ERDB
35	bool "Support MPC8323ERDB"
36
37config TARGET_MPC832XEMDS
38	bool "Support MPC832XEMDS"
39
40config TARGET_MPC8349EMDS
41	bool "Support MPC8349EMDS"
42	select SYS_FSL_DDR
43	select SYS_FSL_HAS_DDR2
44	select SYS_FSL_DDR_BE
45
46config TARGET_MPC8349ITX
47	bool "Support MPC8349ITX"
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	select DM
58
59config TARGET_KM8360
60	bool "Support km8360"
61
62config TARGET_SUVD3
63	bool "Support suvd3"
64
65config TARGET_TUXX1
66	bool "Support tuxx1"
67
68config TARGET_TQM834X
69	bool "Support TQM834x"
70
71config TARGET_HRCON
72	bool "Support hrcon"
73	select SYS_FSL_ERRATUM_ESDHC111
74
75config TARGET_STRIDER
76	bool "Support strider"
77	select SYS_FSL_ERRATUM_ESDHC111
78
79endchoice
80
81source "board/esd/vme8349/Kconfig"
82source "board/freescale/mpc8308rdb/Kconfig"
83source "board/freescale/mpc8313erdb/Kconfig"
84source "board/freescale/mpc8315erdb/Kconfig"
85source "board/freescale/mpc8323erdb/Kconfig"
86source "board/freescale/mpc832xemds/Kconfig"
87source "board/freescale/mpc8349emds/Kconfig"
88source "board/freescale/mpc8349itx/Kconfig"
89source "board/freescale/mpc837xemds/Kconfig"
90source "board/freescale/mpc837xerdb/Kconfig"
91source "board/ids/ids8313/Kconfig"
92source "board/keymile/km83xx/Kconfig"
93source "board/mpc8308_p1m/Kconfig"
94source "board/sbc8349/Kconfig"
95source "board/tqc/tqm834x/Kconfig"
96source "board/ve8313/Kconfig"
97source "board/gdsys/mpc8308/Kconfig"
98
99endmenu
100