Merge branch 'linux-2.6' into for-2.6.22
[wandboard.git] / arch / powerpc / platforms / 85xx / Kconfig
blob329fcd48669a9ab6d275b6334411618efb6cc26e
1 menu "Platform support"
2         depends on PPC_85xx
4 choice
5         prompt "Machine Type"
6         default MPC8540_ADS
8 config MPC8540_ADS
9         bool "Freescale MPC8540 ADS"
10         select DEFAULT_UIMAGE
11         help
12           This option enables support for the MPC 8540 ADS board
14 config MPC8560_ADS
15         bool "Freescale MPC8560 ADS"
16         select DEFAULT_UIMAGE
17         help
18           This option enables support for the MPC 8560 ADS board
20 config MPC85xx_CDS
21         bool "Freescale MPC85xx CDS"
22         select DEFAULT_UIMAGE
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 MPC8544_DS
34         bool "Freescale MPC8544 DS"
35         select DEFAULT_UIMAGE
36         help
37           This option enables support for the MPC8544 DS board
39 endchoice
41 config MPC8540
42         bool
43         select PPC_UDBG_16550
44         select PPC_INDIRECT_PCI
45         default y if MPC8540_ADS || MPC85xx_CDS
47 config MPC8560
48         bool
49         select PPC_INDIRECT_PCI
50         default y if MPC8560_ADS
52 config MPC85xx
53         bool
54         select PPC_UDBG_16550
55         select PPC_INDIRECT_PCI
56         select SERIAL_8250_SHARE_IRQ if SERIAL_8250
57         default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
58                 || MPC85xx_MDS || MPC8544_DS
60 config PPC_INDIRECT_PCI_BE
61         bool
62         depends on PPC_85xx
63         default y
65 config MPIC
66         bool
67         default y
69 config CPM2
70         bool
71         depends on MPC8560
72         default y
73         help
74           The CPM2 (Communications Processor Module) is a coprocessor on
75           embedded CPUs made by Motorola.  Selecting this option means that
76           you wish to build a kernel for a machine with a CPM2 coprocessor
77           on it.
79 endmenu