]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc83xx/Kconfig
env: Convert CONFIG_ENV_IS_IN... to a choice
[people/ms/u-boot.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 optional
10
11 config TARGET_MPC8308_P1M
12 bool "Support mpc8308_p1m"
13
14 config TARGET_SBC8349
15 bool "Support sbc8349"
16
17 config TARGET_VE8313
18 bool "Support ve8313"
19
20 config TARGET_VME8349
21 bool "Support vme8349"
22
23 config TARGET_MPC8308RDB
24 bool "Support MPC8308RDB"
25 select SYS_FSL_ERRATUM_ESDHC111
26
27 config TARGET_MPC8313ERDB
28 bool "Support MPC8313ERDB"
29 select SUPPORT_SPL
30 select BOARD_EARLY_INIT_F
31
32 config TARGET_MPC8315ERDB
33 bool "Support MPC8315ERDB"
34 select BOARD_EARLY_INIT_F
35
36 config TARGET_MPC8323ERDB
37 bool "Support MPC8323ERDB"
38
39 config TARGET_MPC832XEMDS
40 bool "Support MPC832XEMDS"
41 select BOARD_EARLY_INIT_F
42
43 config TARGET_MPC8349EMDS
44 bool "Support MPC8349EMDS"
45 select SYS_FSL_DDR
46 select SYS_FSL_HAS_DDR2
47 select SYS_FSL_DDR_BE
48 select BOARD_EARLY_INIT_F
49
50 config TARGET_MPC8349ITX
51 bool "Support MPC8349ITX"
52 imply CMD_IRQ
53
54 config TARGET_MPC837XEMDS
55 bool "Support MPC837XEMDS"
56 select BOARD_EARLY_INIT_F
57 imply CMD_SATA
58
59 config TARGET_MPC837XERDB
60 bool "Support MPC837XERDB"
61 select BOARD_EARLY_INIT_F
62
63 config TARGET_IDS8313
64 bool "Support ids8313"
65 select DM
66
67 config TARGET_KM8360
68 bool "Support km8360"
69 imply CMD_CRAMFS
70 imply CMD_DIAG
71 imply FS_CRAMFS
72
73 config TARGET_SUVD3
74 bool "Support suvd3"
75 imply CMD_CRAMFS
76 imply FS_CRAMFS
77
78 config TARGET_TUXX1
79 bool "Support tuxx1"
80 imply CMD_CRAMFS
81 imply FS_CRAMFS
82
83 config TARGET_TQM834X
84 bool "Support TQM834x"
85
86 config TARGET_HRCON
87 bool "Support hrcon"
88 select SYS_FSL_ERRATUM_ESDHC111
89
90 config TARGET_STRIDER
91 bool "Support strider"
92 select SYS_FSL_ERRATUM_ESDHC111
93 imply CMD_PCA953X
94
95 endchoice
96
97 source "board/esd/vme8349/Kconfig"
98 source "board/freescale/mpc8308rdb/Kconfig"
99 source "board/freescale/mpc8313erdb/Kconfig"
100 source "board/freescale/mpc8315erdb/Kconfig"
101 source "board/freescale/mpc8323erdb/Kconfig"
102 source "board/freescale/mpc832xemds/Kconfig"
103 source "board/freescale/mpc8349emds/Kconfig"
104 source "board/freescale/mpc8349itx/Kconfig"
105 source "board/freescale/mpc837xemds/Kconfig"
106 source "board/freescale/mpc837xerdb/Kconfig"
107 source "board/ids/ids8313/Kconfig"
108 source "board/keymile/km83xx/Kconfig"
109 source "board/mpc8308_p1m/Kconfig"
110 source "board/sbc8349/Kconfig"
111 source "board/tqc/tqm834x/Kconfig"
112 source "board/ve8313/Kconfig"
113 source "board/gdsys/mpc8308/Kconfig"
114
115 endmenu