blob: f58184086c8cc3aa153b05e65f5e38b745d7f7f7 [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001choice
2 prompt "Machine Type"
Kumar Galadb947802007-04-12 17:44:07 -05003 depends on PPC_85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +10004 default MPC8540_ADS
5
6config MPC8540_ADS
7 bool "Freescale MPC8540 ADS"
Kumar Gala9cf8ca32006-03-27 23:44:37 -06008 select DEFAULT_UIMAGE
Paul Mackerras14cf11a2005-09-26 16:04:21 +10009 help
Becky Bruce63dafe52006-01-14 16:57:39 -060010 This option enables support for the MPC 8540 ADS board
Paul Mackerras14cf11a2005-09-26 16:04:21 +100011
Vitaly Bordug902f3922006-09-21 22:31:26 +040012config MPC8560_ADS
13 bool "Freescale MPC8560 ADS"
14 select DEFAULT_UIMAGE
15 help
16 This option enables support for the MPC 8560 ADS board
17
Andy Fleming591f0a42006-04-02 17:42:40 -050018config MPC85xx_CDS
19 bool "Freescale MPC85xx CDS"
20 select DEFAULT_UIMAGE
Randy Vinson3620fc12007-06-06 16:26:15 -070021 select PPC_I8259
Andy Fleming591f0a42006-04-02 17:42:40 -050022 help
23 This option enables support for the MPC85xx CDS board
24
Kumar Gala23f510b2007-02-17 16:29:36 -060025config MPC85xx_MDS
26 bool "Freescale MPC85xx MDS"
Andy Flemingc2882bb2007-02-09 17:28:31 -060027 select DEFAULT_UIMAGE
28# select QUICC_ENGINE
29 help
Kumar Gala23f510b2007-02-17 16:29:36 -060030 This option enables support for the MPC85xx MDS board
Andy Flemingc2882bb2007-02-09 17:28:31 -060031
Jon Loeligerd93daf82007-03-20 11:19:10 -050032config MPC8544_DS
33 bool "Freescale MPC8544 DS"
Roy Zangf16dab92007-07-13 18:05:08 +080034 select PPC_I8259
Jon Loeligerd93daf82007-03-20 11:19:10 -050035 select DEFAULT_UIMAGE
36 help
37 This option enables support for the MPC8544 DS board
38
Paul Mackerras14cf11a2005-09-26 16:04:21 +100039endchoice
40
Paul Mackerras14cf11a2005-09-26 16:04:21 +100041config MPC8540
42 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060043 select PPC_UDBG_16550
44 select PPC_INDIRECT_PCI
Andy Fleming591f0a42006-04-02 17:42:40 -050045 default y if MPC8540_ADS || MPC85xx_CDS
Paul Mackerras14cf11a2005-09-26 16:04:21 +100046
Vitaly Bordug902f3922006-09-21 22:31:26 +040047config MPC8560
48 bool
Kumar Galadb947802007-04-12 17:44:07 -050049 select CPM2
Vitaly Bordug902f3922006-09-21 22:31:26 +040050 default y if MPC8560_ADS
51
Andy Flemingc2882bb2007-02-09 17:28:31 -060052config MPC85xx
53 bool
54 select PPC_UDBG_16550
Roy Zang3f6c5da2007-07-10 18:47:06 +080055 select PPC_INDIRECT_PCI if PCI
Kumar Galadb947802007-04-12 17:44:07 -050056 select MPIC
Roy Zang3f6c5da2007-07-10 18:47:06 +080057 select FSL_PCI if PCI
Kumar Galaf194bda2007-03-07 23:14:57 -060058 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
Jon Loeligerd93daf82007-03-20 11:19:10 -050059 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
60 || MPC85xx_MDS || MPC8544_DS