Pull thermal into release branch
[linux-drm-fsl-dcu.git] / arch / powerpc / platforms / 85xx / Kconfig
1 choice
2         prompt "Machine Type"
3         depends on PPC_85xx
4         default MPC8540_ADS
5
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
11
12 config MPC8560_ADS
13         bool "Freescale MPC8560 ADS"
14         select DEFAULT_UIMAGE
15         help
16           This option enables support for the MPC 8560 ADS board
17
18 config MPC85xx_CDS
19         bool "Freescale MPC85xx CDS"
20         select DEFAULT_UIMAGE
21         help
22           This option enables support for the MPC85xx CDS board
23
24 config MPC85xx_MDS
25         bool "Freescale MPC85xx MDS"
26         select DEFAULT_UIMAGE
27 #       select QUICC_ENGINE
28         help
29           This option enables support for the MPC85xx MDS board
30
31 config MPC8544_DS
32         bool "Freescale MPC8544 DS"
33         select DEFAULT_UIMAGE
34         help
35           This option enables support for the MPC8544 DS board
36
37 endchoice
38
39 config MPC8540
40         bool
41         select PPC_UDBG_16550
42         select PPC_INDIRECT_PCI
43         default y if MPC8540_ADS || MPC85xx_CDS
44
45 config MPC8560
46         bool
47         select CPM2
48         default y if MPC8560_ADS
49
50 config MPC85xx
51         bool
52         select PPC_UDBG_16550
53         select PPC_INDIRECT_PCI
54         select PPC_INDIRECT_PCI_BE
55         select MPIC
56         select SERIAL_8250_SHARE_IRQ if SERIAL_8250
57         default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
58                 || MPC85xx_MDS || MPC8544_DS