blob: d3d0ff745e8428c7e823ed5dbdccc6a9ed926e50 [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"
10 help
Becky Bruce63dafe52006-01-14 16:57:39 -060011 This option enables support for the MPC 8540 ADS board
Paul Mackerras14cf11a2005-09-26 16:04:21 +100012
13endchoice
14
Paul Mackerras14cf11a2005-09-26 16:04:21 +100015config MPC8540
16 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060017 select PPC_UDBG_16550
18 select PPC_INDIRECT_PCI
19 default y if MPC8540_ADS
Paul Mackerras14cf11a2005-09-26 16:04:21 +100020
Becky Bruce63dafe52006-01-14 16:57:39 -060021config PPC_INDIRECT_PCI_BE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100022 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060023 depends on PPC_85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +100024 default y
25
Becky Bruce63dafe52006-01-14 16:57:39 -060026config MPIC
Paul Mackerras14cf11a2005-09-26 16:04:21 +100027 bool
Paul Mackerras14cf11a2005-09-26 16:04:21 +100028 default y
29
30endmenu