blob: 454fc53289ab5d4a8ea1d5ca635cf810000f68e6 [file] [log] [blame]
Becky Bruce63dafe52006-01-14 16:57:39 -06001menu "Platform support"
2 depends on PPC_85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +10003
4choice
5 prompt "Machine Type"
Paul Mackerras14cf11a2005-09-26 16:04:21 +10006 default MPC8540_ADS
7
8config MPC8540_ADS
9 bool "Freescale MPC8540 ADS"
Kumar Gala9cf8ca32006-03-27 23:44:37 -060010 select DEFAULT_UIMAGE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100011 help
Becky Bruce63dafe52006-01-14 16:57:39 -060012 This option enables support for the MPC 8540 ADS board
Paul Mackerras14cf11a2005-09-26 16:04:21 +100013
Andy Fleming591f0a42006-04-02 17:42:40 -050014config 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
Paul Mackerras14cf11a2005-09-26 16:04:21 +100021endchoice
22
Paul Mackerras14cf11a2005-09-26 16:04:21 +100023config MPC8540
24 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060025 select PPC_UDBG_16550
26 select PPC_INDIRECT_PCI
Andy Fleming591f0a42006-04-02 17:42:40 -050027 default y if MPC8540_ADS || MPC85xx_CDS
Paul Mackerras14cf11a2005-09-26 16:04:21 +100028
Becky Bruce63dafe52006-01-14 16:57:39 -060029config PPC_INDIRECT_PCI_BE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100030 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060031 depends on PPC_85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +100032 default y
33
Becky Bruce63dafe52006-01-14 16:57:39 -060034config MPIC
Paul Mackerras14cf11a2005-09-26 16:04:21 +100035 bool
Paul Mackerras14cf11a2005-09-26 16:04:21 +100036 default y
37
38endmenu