[POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset.
[pandora-kernel.git] / arch / powerpc / platforms / 82xx / Kconfig
1 choice
2         prompt "82xx Board Type"
3         depends on PPC_82xx
4         default MPC8272_ADS
5
6 config MPC8272_ADS
7         bool "Freescale MPC8272 ADS"
8         select DEFAULT_UIMAGE
9         select PQ2ADS
10         select 8272
11         select 8260
12         select FSL_SOC
13         select PQ2_ADS_PCI_PIC if PCI
14         select PPC_CPM_NEW_BINDING
15         help
16           This option enables support for the MPC8272 ADS board
17
18 endchoice
19
20 config PQ2ADS
21         bool
22         default n
23
24 config 8260
25         bool
26         depends on 6xx
27         select CPM2
28         help
29           The MPC8260 is a typical embedded CPU made by Freescale.  Selecting
30           this option means that you wish to build a kernel for a machine with
31           an 8260 class CPU.
32
33 config 8272
34         bool
35         select 8260
36         help
37           The MPC8272 CPM has a different internal dpram setup than other CPM2
38           devices
39
40 config PQ2_ADS_PCI_PIC
41         bool