]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc824x/Kconfig
mpc8260: remove atc board support
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc824x / Kconfig
CommitLineData
dd84058d
MY
1menu "mpc824x CPU"
2 depends on MPC824X
3
4config SYS_CPU
dd84058d
MY
5 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