Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[sfrench/cifs-2.6.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 MPC85xx_CDS
15         bool "Freescale MPC85xx CDS"
16         select DEFAULT_UIMAGE
17         help
18           This option enables support for the MPC85xx CDS board
19
20 endchoice
21
22 config MPC8540
23         bool
24         select PPC_UDBG_16550
25         select PPC_INDIRECT_PCI
26         default y if MPC8540_ADS || MPC85xx_CDS
27
28 config PPC_INDIRECT_PCI_BE
29         bool
30         depends on PPC_85xx
31         default y
32
33 config MPIC
34         bool
35         default y
36
37 endmenu