]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/74xx_7xx/Kconfig
kconfig: add board Kconfig and defconfig files
[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         string
6         default "74xx_7xx"
7
8 choice
9         prompt "Target select"
10
11 config TARGET_P3G4
12         bool "Support P3G4"
13
14 config TARGET_ZUMA
15         bool "Support ZUMA"
16
17 config TARGET_PPMC7XX
18         bool "Support ppmc7xx"
19
20 config TARGET_ELPPC
21         bool "Support ELPPC"
22
23 config TARGET_CPCI750
24         bool "Support CPCI750"
25
26 config TARGET_MPC7448HPC2
27         bool "Support mpc7448hpc2"
28
29 config TARGET_DB64360
30         bool "Support DB64360"
31
32 config TARGET_DB64460
33         bool "Support DB64460"
34
35 config TARGET_P3MX
36         bool "Support p3mx"
37
38 endchoice
39
40 source "board/Marvell/db64360/Kconfig"
41 source "board/Marvell/db64460/Kconfig"
42 source "board/eltec/elppc/Kconfig"
43 source "board/esd/cpci750/Kconfig"
44 source "board/evb64260/Kconfig"
45 source "board/freescale/mpc7448hpc2/Kconfig"
46 source "board/ppmc7xx/Kconfig"
47 source "board/prodrive/p3mx/Kconfig"
48
49 endmenu