Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / 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         select PPC_I8259
22         help
23           This option enables support for the MPC85xx CDS board
24
25 config MPC85xx_MDS
26         bool "Freescale MPC85xx MDS"
27         select DEFAULT_UIMAGE
28 #       select QUICC_ENGINE
29         help
30           This option enables support for the MPC85xx MDS board
31
32 config MPC8544_DS
33         bool "Freescale MPC8544 DS"
34         select PPC_I8259
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 CPM2
50         default y if MPC8560_ADS
51
52 config MPC85xx
53         bool
54         select PPC_UDBG_16550
55         select PPC_INDIRECT_PCI if PCI
56         select MPIC
57         select FSL_PCI if PCI
58         select SERIAL_8250_SHARE_IRQ if SERIAL_8250
59         default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
60                 || MPC85xx_MDS || MPC8544_DS