]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc83xx/Kconfig
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc83xx / Kconfig
CommitLineData
dd84058d
MY
1menu "mpc83xx CPU"
2 depends on MPC83xx
3
4config SYS_CPU
dd84058d
MY
5 default "mpc83xx"
6
7choice
8 prompt "Target select"
a26cd049 9 optional
dd84058d
MY
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"
c01e4a1a 25 select SYS_FSL_ERRATUM_ESDHC111
dd84058d
MY
26
27config TARGET_MPC8313ERDB
28 bool "Support MPC8313ERDB"
02627356 29 select SUPPORT_SPL
a5d67547 30 select BOARD_EARLY_INIT_F
dd84058d
MY
31
32config TARGET_MPC8315ERDB
33 bool "Support MPC8315ERDB"
a5d67547 34 select BOARD_EARLY_INIT_F
dd84058d
MY
35
36config TARGET_MPC8323ERDB
37 bool "Support MPC8323ERDB"
38
39config TARGET_MPC832XEMDS
40 bool "Support MPC832XEMDS"
a5d67547 41 select BOARD_EARLY_INIT_F
dd84058d
MY
42
43config TARGET_MPC8349EMDS
44 bool "Support MPC8349EMDS"
d26e34c4
YS
45 select SYS_FSL_DDR
46 select SYS_FSL_HAS_DDR2
47 select SYS_FSL_DDR_BE
a5d67547 48 select BOARD_EARLY_INIT_F
dd84058d
MY
49
50config TARGET_MPC8349ITX
51 bool "Support MPC8349ITX"
1b330894 52 imply CMD_IRQ
dd84058d 53
dd84058d
MY
54config TARGET_MPC837XEMDS
55 bool "Support MPC837XEMDS"
a5d67547 56 select BOARD_EARLY_INIT_F
3bf926c0 57 imply CMD_SATA
9920d151 58 imply FSL_SATA
dd84058d
MY
59
60config TARGET_MPC837XERDB
61 bool "Support MPC837XERDB"
a5d67547 62 select BOARD_EARLY_INIT_F
dd84058d
MY
63
64config TARGET_IDS8313
65 bool "Support ids8313"
2ea4cfde 66 select DM
dd84058d
MY
67
68config TARGET_KM8360
69 bool "Support km8360"
97072747 70 imply CMD_CRAMFS
3bd25cb5 71 imply CMD_DIAG
80e44cfe 72 imply FS_CRAMFS
dd84058d
MY
73
74config TARGET_SUVD3
75 bool "Support suvd3"
97072747 76 imply CMD_CRAMFS
80e44cfe 77 imply FS_CRAMFS
dd84058d
MY
78
79config TARGET_TUXX1
80 bool "Support tuxx1"
97072747 81 imply CMD_CRAMFS
80e44cfe 82 imply FS_CRAMFS
dd84058d 83
dd84058d
MY
84config TARGET_TQM834X
85 bool "Support TQM834x"
86
50dcf89d
DE
87config TARGET_HRCON
88 bool "Support hrcon"
c01e4a1a 89 select SYS_FSL_ERRATUM_ESDHC111
50dcf89d 90
a3f9d6c7
DE
91config TARGET_STRIDER
92 bool "Support strider"
c01e4a1a 93 select SYS_FSL_ERRATUM_ESDHC111
0091362c 94 imply CMD_PCA953X
a3f9d6c7 95
dd84058d
MY
96endchoice
97
98source "board/esd/vme8349/Kconfig"
99source "board/freescale/mpc8308rdb/Kconfig"
100source "board/freescale/mpc8313erdb/Kconfig"
101source "board/freescale/mpc8315erdb/Kconfig"
102source "board/freescale/mpc8323erdb/Kconfig"
103source "board/freescale/mpc832xemds/Kconfig"
104source "board/freescale/mpc8349emds/Kconfig"
105source "board/freescale/mpc8349itx/Kconfig"
dd84058d
MY
106source "board/freescale/mpc837xemds/Kconfig"
107source "board/freescale/mpc837xerdb/Kconfig"
108source "board/ids/ids8313/Kconfig"
109source "board/keymile/km83xx/Kconfig"
dd84058d
MY
110source "board/mpc8308_p1m/Kconfig"
111source "board/sbc8349/Kconfig"
112source "board/tqc/tqm834x/Kconfig"
113source "board/ve8313/Kconfig"
50dcf89d 114source "board/gdsys/mpc8308/Kconfig"
dd84058d
MY
115
116endmenu