blob: 0584f3c7e8844559d2ad15622c571fe8cf2cfb68 [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
Vitaly Bordug902f3922006-09-21 22:31:26 +040014config MPC8560_ADS
15 bool "Freescale MPC8560 ADS"
16 select DEFAULT_UIMAGE
17 help
18 This option enables support for the MPC 8560 ADS board
19
Andy Fleming591f0a42006-04-02 17:42:40 -050020config MPC85xx_CDS
21 bool "Freescale MPC85xx CDS"
22 select DEFAULT_UIMAGE
Andy Fleming591f0a42006-04-02 17:42:40 -050023 help
24 This option enables support for the MPC85xx CDS board
25
Paul Mackerras14cf11a2005-09-26 16:04:21 +100026endchoice
27
Paul Mackerras14cf11a2005-09-26 16:04:21 +100028config MPC8540
29 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060030 select PPC_UDBG_16550
31 select PPC_INDIRECT_PCI
Andy Fleming591f0a42006-04-02 17:42:40 -050032 default y if MPC8540_ADS || MPC85xx_CDS
Paul Mackerras14cf11a2005-09-26 16:04:21 +100033
Vitaly Bordug902f3922006-09-21 22:31:26 +040034config MPC8560
35 bool
36 select PPC_INDIRECT_PCI
37 default y if MPC8560_ADS
38
Becky Bruce63dafe52006-01-14 16:57:39 -060039config PPC_INDIRECT_PCI_BE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100040 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060041 depends on PPC_85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +100042 default y
43
Becky Bruce63dafe52006-01-14 16:57:39 -060044config MPIC
Paul Mackerras14cf11a2005-09-26 16:04:21 +100045 bool
Paul Mackerras14cf11a2005-09-26 16:04:21 +100046 default y
47
Vitaly Bordug902f3922006-09-21 22:31:26 +040048config CPM2
49 bool
50 depends on MPC8560
51 default y
52 help
53 The CPM2 (Communications Processor Module) is a coprocessor on
54 embedded CPUs made by Motorola. Selecting this option means that
55 you wish to build a kernel for a machine with a CPM2 coprocessor
56 on it.
57
Paul Mackerras14cf11a2005-09-26 16:04:21 +100058endmenu