]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/74xx_7xx/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[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_MPC7448HPC2
23         bool "Support mpc7448hpc2"
24
25 endchoice
26
27 source "board/eltec/elppc/Kconfig"
28 source "board/evb64260/Kconfig"
29 source "board/freescale/mpc7448hpc2/Kconfig"
30 source "board/ppmc7xx/Kconfig"
31
32 endmenu