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