mpc8260: remove ppmc8260 board support
[platform/kernel/u-boot.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_EP8260
20         bool "Support ep8260"
21
22 config TARGET_EP82XXM
23         bool "Support ep82xxm"
24
25 config TARGET_GW8260
26         bool "Support gw8260"
27
28 config TARGET_IPHASE4539
29         bool "Support IPHASE4539"
30
31 config TARGET_MUAS3001
32         bool "Support muas3001"
33
34 config TARGET_PM826
35         bool "Support PM826"
36
37 config TARGET_PM828
38         bool "Support PM828"
39
40 config TARGET_MPC8266ADS
41         bool "Support MPC8266ADS"
42
43 config TARGET_VOVPN_GW
44         bool "Support VoVPN-GW"
45
46 config TARGET_KM82XX
47         bool "Support km82xx"
48
49 endchoice
50
51 source "board/atc/Kconfig"
52 source "board/cpu86/Kconfig"
53 source "board/cpu87/Kconfig"
54 source "board/ep8260/Kconfig"
55 source "board/ep82xxm/Kconfig"
56 source "board/freescale/mpc8266ads/Kconfig"
57 source "board/funkwerk/vovpn-gw/Kconfig"
58 source "board/gw8260/Kconfig"
59 source "board/iphase4539/Kconfig"
60 source "board/keymile/km82xx/Kconfig"
61 source "board/muas3001/Kconfig"
62 source "board/pm826/Kconfig"
63 source "board/pm828/Kconfig"
64
65 endmenu