powerpc/kconfig: Kill PPC_MULTIPLATFORM
[deliverable/linux.git] / arch / powerpc / platforms / 82xx / Kconfig
CommitLineData
d8267c1a
KG
1menuconfig PPC_82xx
2 bool "82xx-based boards (PQ II)"
28794d34 3 depends on 6xx
d8267c1a
KG
4
5if PPC_82xx
91bd6109 6
d1df4471
SW
7config MPC8272_ADS
8 bool "Freescale MPC8272 ADS"
d6071f88
KG
9 select DEFAULT_UIMAGE
10 select PQ2ADS
11 select 8272
12 select 8260
13 select FSL_SOC
e00c5498 14 select PQ2_ADS_PCI_PIC if PCI
d6071f88 15 help
d1df4471 16 This option enables support for the MPC8272 ADS board
91bd6109 17
3611f2ad
SW
18config PQ2FADS
19 bool "Freescale PQ2FADS"
20 select DEFAULT_UIMAGE
21 select PQ2ADS
22 select 8260
23 select FSL_SOC
24 select PQ2_ADS_PCI_PIC if PCI
3611f2ad
SW
25 help
26 This option enables support for the PQ2FADS board
27
0dde1a1d
SW
28config EP8248E
29 bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
30 select 8272
31 select 8260
32 select FSL_SOC
ff21f236 33 select PHYLIB
0dde1a1d
SW
34 select MDIO_BITBANG
35 help
36 This enables support for the Embedded Planet EP8248E board.
37
38 This board is also resold by Freescale as the QUICCStart
39 MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE.
40
63716633
HS
41config MGCOGE
42 bool "Keymile MGCOGE"
43 select 8272
44 select 8260
45 select FSL_SOC
46 help
47 This enables support for the Keymile MGCOGE board.
48
d8267c1a 49endif
91bd6109 50
fd42c717
KG
51config PQ2ADS
52 bool
d6071f88 53 default n
fd42c717
KG
54
55config 8260
d6071f88 56 bool
fd42c717 57 depends on 6xx
d6071f88 58 select CPM2
fd42c717 59 help
d6071f88 60 The MPC8260 is a typical embedded CPU made by Freescale. Selecting
fd42c717
KG
61 this option means that you wish to build a kernel for a machine with
62 an 8260 class CPU.
63
64config 8272
65 bool
fd42c717
KG
66 select 8260
67 help
68 The MPC8272 CPM has a different internal dpram setup than other CPM2
69 devices
e00c5498
SW
70
71config PQ2_ADS_PCI_PIC
72 bool
This page took 0.203063 seconds and 5 git commands to generate.