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