Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
[pandora-kernel.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         help
11           This option enables support for the MPC 8540 ADS board
12
13 endchoice
14
15 config MPC8540
16         bool
17         select PPC_UDBG_16550
18         select PPC_INDIRECT_PCI
19         default y if MPC8540_ADS
20
21 config PPC_INDIRECT_PCI_BE
22         bool
23         depends on PPC_85xx
24         default y
25
26 config MPIC
27         bool
28         default y
29
30 endmenu