xref: /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Kconfig (revision b4141195)
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	select SUPPORT_SPL
28
29config TARGET_MPC8315ERDB
30	bool "Support MPC8315ERDB"
31
32config TARGET_MPC8323ERDB
33	bool "Support MPC8323ERDB"
34
35config TARGET_MPC832XEMDS
36	bool "Support MPC832XEMDS"
37
38config TARGET_MPC8349EMDS
39	bool "Support MPC8349EMDS"
40
41config TARGET_MPC8349ITX
42	bool "Support MPC8349ITX"
43
44config TARGET_MPC8360EMDS
45	bool "Support MPC8360EMDS"
46
47config TARGET_MPC8360ERDK
48	bool "Support MPC8360ERDK"
49
50config TARGET_MPC837XEMDS
51	bool "Support MPC837XEMDS"
52
53config TARGET_MPC837XERDB
54	bool "Support MPC837XERDB"
55
56config TARGET_IDS8313
57	bool "Support ids8313"
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
74endchoice
75
76source "board/esd/vme8349/Kconfig"
77source "board/freescale/mpc8308rdb/Kconfig"
78source "board/freescale/mpc8313erdb/Kconfig"
79source "board/freescale/mpc8315erdb/Kconfig"
80source "board/freescale/mpc8323erdb/Kconfig"
81source "board/freescale/mpc832xemds/Kconfig"
82source "board/freescale/mpc8349emds/Kconfig"
83source "board/freescale/mpc8349itx/Kconfig"
84source "board/freescale/mpc8360emds/Kconfig"
85source "board/freescale/mpc8360erdk/Kconfig"
86source "board/freescale/mpc837xemds/Kconfig"
87source "board/freescale/mpc837xerdb/Kconfig"
88source "board/ids/ids8313/Kconfig"
89source "board/keymile/km83xx/Kconfig"
90source "board/mpc8308_p1m/Kconfig"
91source "board/sbc8349/Kconfig"
92source "board/tqc/tqm834x/Kconfig"
93source "board/ve8313/Kconfig"
94source "board/gdsys/mpc8308/Kconfig"
95
96endmenu
97