blob: eb661ccf2dab6f80098ed485671863c5d2c66090 [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
Kumar Gala23f510b2007-02-17 16:29:36 -060026config MPC85xx_MDS
27 bool "Freescale MPC85xx MDS"
Andy Flemingc2882bb2007-02-09 17:28:31 -060028 select DEFAULT_UIMAGE
29# select QUICC_ENGINE
30 help
Kumar Gala23f510b2007-02-17 16:29:36 -060031 This option enables support for the MPC85xx MDS board
Andy Flemingc2882bb2007-02-09 17:28:31 -060032
Paul Mackerras14cf11a2005-09-26 16:04:21 +100033endchoice
34
Paul Mackerras14cf11a2005-09-26 16:04:21 +100035config MPC8540
36 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060037 select PPC_UDBG_16550
38 select PPC_INDIRECT_PCI
Andy Fleming591f0a42006-04-02 17:42:40 -050039 default y if MPC8540_ADS || MPC85xx_CDS
Paul Mackerras14cf11a2005-09-26 16:04:21 +100040
Vitaly Bordug902f3922006-09-21 22:31:26 +040041config MPC8560
42 bool
43 select PPC_INDIRECT_PCI
44 default y if MPC8560_ADS
45
Andy Flemingc2882bb2007-02-09 17:28:31 -060046config MPC85xx
47 bool
48 select PPC_UDBG_16550
49 select PPC_INDIRECT_PCI
Kumar Gala23f510b2007-02-17 16:29:36 -060050 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS || MPC85xx_MDS
Andy Flemingc2882bb2007-02-09 17:28:31 -060051
Becky Bruce63dafe52006-01-14 16:57:39 -060052config PPC_INDIRECT_PCI_BE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100053 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060054 depends on PPC_85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +100055 default y
56
Becky Bruce63dafe52006-01-14 16:57:39 -060057config MPIC
Paul Mackerras14cf11a2005-09-26 16:04:21 +100058 bool
Paul Mackerras14cf11a2005-09-26 16:04:21 +100059 default y
60
Vitaly Bordug902f3922006-09-21 22:31:26 +040061config CPM2
62 bool
63 depends on MPC8560
64 default y
65 help
66 The CPM2 (Communications Processor Module) is a coprocessor on
67 embedded CPUs made by Motorola. Selecting this option means that
68 you wish to build a kernel for a machine with a CPM2 coprocessor
69 on it.
70
Paul Mackerras14cf11a2005-09-26 16:04:21 +100071endmenu