[POWERPC] mpc82xx: Add pq2fads board support.
[deliverable/linux.git] / arch / powerpc / platforms / 82xx / Kconfig
CommitLineData
91bd6109 1choice
b9fd305d 2 prompt "82xx Board Type"
d6071f88 3 depends on PPC_82xx
d1df4471 4 default MPC8272_ADS
91bd6109 5
d1df4471
SW
6config MPC8272_ADS
7 bool "Freescale MPC8272 ADS"
d6071f88
KG
8 select DEFAULT_UIMAGE
9 select PQ2ADS
10 select 8272
11 select 8260
12 select FSL_SOC
e00c5498
SW
13 select PQ2_ADS_PCI_PIC if PCI
14 select PPC_CPM_NEW_BINDING
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
25 select PPC_CPM_NEW_BINDING
26 help
27 This option enables support for the PQ2FADS board
28
91bd6109
VB
29endchoice
30
fd42c717
KG
31config PQ2ADS
32 bool
d6071f88 33 default n
fd42c717
KG
34
35config 8260
d6071f88 36 bool
fd42c717 37 depends on 6xx
d6071f88 38 select CPM2
fd42c717 39 help
d6071f88 40 The MPC8260 is a typical embedded CPU made by Freescale. Selecting
fd42c717
KG
41 this option means that you wish to build a kernel for a machine with
42 an 8260 class CPU.
43
44config 8272
45 bool
fd42c717
KG
46 select 8260
47 help
48 The MPC8272 CPM has a different internal dpram setup than other CPM2
49 devices
e00c5498
SW
50
51config PQ2_ADS_PCI_PIC
52 bool
This page took 0.09216 seconds and 5 git commands to generate.