Merge branch 'merge'
[deliverable/linux.git] / arch / powerpc / platforms / 85xx / Kconfig
CommitLineData
63dafe57
BB
1menu "Platform support"
2 depends on PPC_85xx
14cf11af
PM
3
4choice
5 prompt "Machine Type"
14cf11af
PM
6 default MPC8540_ADS
7
8config MPC8540_ADS
9 bool "Freescale MPC8540 ADS"
9cf8ca38 10 select DEFAULT_UIMAGE
14cf11af 11 help
63dafe57 12 This option enables support for the MPC 8540 ADS board
14cf11af 13
591f0a42
AF
14config MPC85xx_CDS
15 bool "Freescale MPC85xx CDS"
16 select DEFAULT_UIMAGE
17 select PPC_I8259 if PCI
18 help
19 This option enables support for the MPC85xx CDS board
20
14cf11af
PM
21endchoice
22
14cf11af
PM
23config MPC8540
24 bool
63dafe57
BB
25 select PPC_UDBG_16550
26 select PPC_INDIRECT_PCI
591f0a42 27 default y if MPC8540_ADS || MPC85xx_CDS
14cf11af 28
63dafe57 29config PPC_INDIRECT_PCI_BE
14cf11af 30 bool
63dafe57 31 depends on PPC_85xx
14cf11af
PM
32 default y
33
63dafe57 34config MPIC
14cf11af 35 bool
14cf11af
PM
36 default y
37
38endmenu
This page took 0.072776 seconds and 5 git commands to generate.