[POWERPC] 85xx: Convert mpc8560ads to the new CPM binding.
[firewire-audio.git] / arch / powerpc / platforms / 85xx / Kconfig
blob7748a3a426db16ad4a6adc9e86da38071a34838e
1 choice
2         prompt "Machine Type"
3         depends on PPC_85xx
4         default MPC8540_ADS
6 config MPC8540_ADS
7         bool "Freescale MPC8540 ADS"
8         select DEFAULT_UIMAGE
9         help
10           This option enables support for the MPC 8540 ADS board
12 config MPC8560_ADS
13         bool "Freescale MPC8560 ADS"
14         select DEFAULT_UIMAGE
15         select PPC_CPM_NEW_BINDING
16         help
17           This option enables support for the MPC 8560 ADS board
19 config MPC85xx_CDS
20         bool "Freescale MPC85xx CDS"
21         select DEFAULT_UIMAGE
22         select PPC_I8259
23         help
24           This option enables support for the MPC85xx CDS board
26 config MPC85xx_MDS
27         bool "Freescale MPC85xx MDS"
28         select DEFAULT_UIMAGE
29         select QUICC_ENGINE
30         help
31           This option enables support for the MPC85xx MDS board
33 config MPC85xx_DS
34         bool "Freescale MPC85xx DS"
35         select PPC_I8259
36         select DEFAULT_UIMAGE
37         select FSL_ULI1575
38         help
39           This option enables support for the MPC85xx DS (MPC8544 DS) board
41 endchoice
43 config MPC8540
44         bool
45         select PPC_UDBG_16550
46         select PPC_INDIRECT_PCI
47         default y if MPC8540_ADS || MPC85xx_CDS
49 config MPC8560
50         bool
51         select CPM2
52         default y if MPC8560_ADS
54 config MPC85xx
55         bool
56         select PPC_UDBG_16550
57         select PPC_INDIRECT_PCI if PCI
58         select MPIC
59         select FSL_PCI if PCI
60         select SERIAL_8250_SHARE_IRQ if SERIAL_8250
61         default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
62                 || MPC85xx_MDS || MPC85xx_DS