blob: 309833f8c8ce9a2d94871cb375ede53fa7e8ec6b [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "mpc824x CPU"
2 depends on MPC824X
3
4config SYS_CPU
5 string
6 default "mpc824x"
7
8choice
9 prompt "Target select"
10
11config TARGET_A3000
12 bool "Support A3000"
13
14config TARGET_CPC45
15 bool "Support CPC45"
16
17config TARGET_CU824
18 bool "Support CU824"
19
20config TARGET_EXALION
21 bool "Support eXalion"
22
23config TARGET_MUSENKI
24 bool "Support MUSENKI"
25
26config TARGET_MVBLUE
27 bool "Support MVBLUE"
28
29config TARGET_SANDPOINT8240
30 bool "Support Sandpoint8240"
31
32config TARGET_SANDPOINT8245
33 bool "Support Sandpoint8245"
34
35config TARGET_UTX8245
36 bool "Support utx8245"
37
38endchoice
39
40source "board/a3000/Kconfig"
41source "board/cpc45/Kconfig"
42source "board/cu824/Kconfig"
43source "board/eXalion/Kconfig"
44source "board/musenki/Kconfig"
45source "board/mvblue/Kconfig"
46source "board/sandpoint/Kconfig"
47source "board/utx8245/Kconfig"
48
49endmenu