blob: 6ce464da767c2bdb9023337d73b7851ae38975bc [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "74xx_7xx CPU"
2 depends on 74xx_7xx
3
4config SYS_CPU
5 string
6 default "74xx_7xx"
7
8choice
9 prompt "Target select"
10
11config TARGET_P3G4
12 bool "Support P3G4"
13
14config TARGET_ZUMA
15 bool "Support ZUMA"
16
17config TARGET_PPMC7XX
18 bool "Support ppmc7xx"
19
20config TARGET_ELPPC
21 bool "Support ELPPC"
22
23config TARGET_CPCI750
24 bool "Support CPCI750"
25
26config TARGET_MPC7448HPC2
27 bool "Support mpc7448hpc2"
28
29config TARGET_DB64360
30 bool "Support DB64360"
31
32config TARGET_DB64460
33 bool "Support DB64460"
34
35config TARGET_P3MX
36 bool "Support p3mx"
37
38endchoice
39
40source "board/Marvell/db64360/Kconfig"
41source "board/Marvell/db64460/Kconfig"
42source "board/eltec/elppc/Kconfig"
43source "board/esd/cpci750/Kconfig"
44source "board/evb64260/Kconfig"
45source "board/freescale/mpc7448hpc2/Kconfig"
46source "board/ppmc7xx/Kconfig"
47source "board/prodrive/p3mx/Kconfig"
48
49endmenu