]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8260/Kconfig
mpc8260: remove muas3001 board support
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
1 menu "mpc8260 CPU"
2         depends on MPC8260
3
4 config SYS_CPU
5         default "mpc8260"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_ATC
11         bool "Support atc"
12
13 config TARGET_CPU86
14         bool "Support CPU86"
15
16 config TARGET_CPU87
17         bool "Support CPU87"
18
19 config TARGET_EP82XXM
20         bool "Support ep82xxm"
21
22 config TARGET_GW8260
23         bool "Support gw8260"
24
25 config TARGET_IPHASE4539
26         bool "Support IPHASE4539"
27
28 config TARGET_KM82XX
29         bool "Support km82xx"
30
31 endchoice
32
33 source "board/atc/Kconfig"
34 source "board/cpu86/Kconfig"
35 source "board/cpu87/Kconfig"
36 source "board/ep82xxm/Kconfig"
37 source "board/gw8260/Kconfig"
38 source "board/iphase4539/Kconfig"
39 source "board/keymile/km82xx/Kconfig"
40
41 endmenu