blob: b2f1a598e3bebbdffcabd851c0deb58ecaaf4fa6 [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
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090022config TARGET_MPC7448HPC2
23 bool "Support mpc7448hpc2"
24
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090025endchoice
26
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090027source "board/eltec/elppc/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090028source "board/evb64260/Kconfig"
29source "board/freescale/mpc7448hpc2/Kconfig"
30source "board/ppmc7xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090031
32endmenu