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