]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/74xx_7xx/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / arch / powerpc / cpu / 74xx_7xx / Kconfig
1 menu "74xx_7xx CPU"
2         depends on 74xx_7xx
3
4 config SYS_CPU
5         default "74xx_7xx"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_P3G4
11         bool "Support P3G4"
12
13 config TARGET_ZUMA
14         bool "Support ZUMA"
15
16 config TARGET_PPMC7XX
17         bool "Support ppmc7xx"
18
19 config TARGET_ELPPC
20         bool "Support ELPPC"
21
22 config TARGET_CPCI750
23         bool "Support CPCI750"
24
25 config TARGET_MPC7448HPC2
26         bool "Support mpc7448hpc2"
27
28 config TARGET_DB64360
29         bool "Support DB64360"
30
31 config TARGET_DB64460
32         bool "Support DB64460"
33
34 config TARGET_P3MX
35         bool "Support p3mx"
36
37 endchoice
38
39 source "board/Marvell/db64360/Kconfig"
40 source "board/Marvell/db64460/Kconfig"
41 source "board/eltec/elppc/Kconfig"
42 source "board/esd/cpci750/Kconfig"
43 source "board/evb64260/Kconfig"
44 source "board/freescale/mpc7448hpc2/Kconfig"
45 source "board/ppmc7xx/Kconfig"
46 source "board/prodrive/p3mx/Kconfig"
47
48 endmenu