[POWERPC] 85xx: Add initial MPC8544DS basic port defconfig.
[powerpc.git] / arch / powerpc / platforms / 85xx / Kconfig
1 menu "Platform support"
2         depends on PPC_85xx
3
4 choice
5         prompt "Machine Type"
6         default MPC8540_ADS
7
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
13
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
19
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
25
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
32
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
38
39 endchoice
40
41 config MPC8540
42         bool
43         select PPC_UDBG_16550
44         select PPC_INDIRECT_PCI
45         default y if MPC8540_ADS || MPC85xx_CDS
46
47 config MPC8560
48         bool
49         select PPC_INDIRECT_PCI
50         default y if MPC8560_ADS
51
52 config MPC85xx
53         bool
54         select PPC_UDBG_16550
55         select PPC_INDIRECT_PCI
56         default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
57                 || MPC85xx_MDS || MPC8544_DS
58
59 config PPC_INDIRECT_PCI_BE
60         bool
61         depends on PPC_85xx
62         default y
63
64 config MPIC
65         bool
66         default y
67
68 config CPM2
69         bool
70         depends on MPC8560
71         default y
72         help
73           The CPM2 (Communications Processor Module) is a coprocessor on
74           embedded CPUs made by Motorola.  Selecting this option means that
75           you wish to build a kernel for a machine with a CPM2 coprocessor
76           on it.
77
78 endmenu