blob: e764c0aced88ae6b3d7a752a6766dc6a6ef362c8 [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 Galaf194bda2007-03-07 23:14:57 -060050 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
Kumar Gala23f510b2007-02-17 16:29:36 -060051 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS || MPC85xx_MDS
Andy Flemingc2882bb2007-02-09 17:28:31 -060052
Becky Bruce63dafe52006-01-14 16:57:39 -060053config PPC_INDIRECT_PCI_BE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100054 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060055 depends on PPC_85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +100056 default y
57
Becky Bruce63dafe52006-01-14 16:57:39 -060058config MPIC
Paul Mackerras14cf11a2005-09-26 16:04:21 +100059 bool
Paul Mackerras14cf11a2005-09-26 16:04:21 +100060 default y
61
Vitaly Bordug902f3922006-09-21 22:31:26 +040062config CPM2
63 bool
64 depends on MPC8560
65 default y
66 help
67 The CPM2 (Communications Processor Module) is a coprocessor on
68 embedded CPUs made by Motorola. Selecting this option means that
69 you wish to build a kernel for a machine with a CPM2 coprocessor
70 on it.
71
Paul Mackerras14cf11a2005-09-26 16:04:21 +100072endmenu