]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc824x/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc824x / Kconfig
1 menu "mpc824x CPU"
2         depends on MPC824X
3
4 config SYS_CPU
5         default "mpc824x"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_A3000
11         bool "Support A3000"
12
13 config TARGET_CPC45
14         bool "Support CPC45"
15
16 config TARGET_CU824
17         bool "Support CU824"
18
19 config TARGET_EXALION
20         bool "Support eXalion"
21
22 config TARGET_MUSENKI
23         bool "Support MUSENKI"
24
25 config TARGET_MVBLUE
26         bool "Support MVBLUE"
27
28 config TARGET_SANDPOINT8240
29         bool "Support Sandpoint8240"
30
31 config TARGET_SANDPOINT8245
32         bool "Support Sandpoint8245"
33
34 config TARGET_UTX8245
35         bool "Support utx8245"
36
37 endchoice
38
39 source "board/a3000/Kconfig"
40 source "board/cpc45/Kconfig"
41 source "board/cu824/Kconfig"
42 source "board/eXalion/Kconfig"
43 source "board/musenki/Kconfig"
44 source "board/mvblue/Kconfig"
45 source "board/sandpoint/Kconfig"
46 source "board/utx8245/Kconfig"
47
48 endmenu