]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc512x/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc512x / Kconfig
1 menu "mpc512x CPU"
2         depends on MPC512X
3
4 config SYS_CPU
5         default "mpc512x"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_PDM360NG
11         bool "Support pdm360ng"
12
13 config TARGET_ARIA
14         bool "Support aria"
15
16 config TARGET_MECP5123
17         bool "Support mecp5123"
18
19 config TARGET_MPC5121ADS
20         bool "Support mpc5121ads"
21
22 config TARGET_AC14XX
23         bool "Support ac14xx"
24
25 endchoice
26
27 source "board/davedenx/aria/Kconfig"
28 source "board/esd/mecp5123/Kconfig"
29 source "board/freescale/mpc5121ads/Kconfig"
30 source "board/ifm/ac14xx/Kconfig"
31 source "board/pdm360ng/Kconfig"
32
33 endmenu