blob: 99bb74da07600e6a417863cb9092e11253a6041e [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
Andy Fleming591f0a42006-04-02 17:42:40 -050021 help
22 This option enables support for the MPC85xx CDS board
23
Kumar Gala23f510b2007-02-17 16:29:36 -060024config MPC85xx_MDS
25 bool "Freescale MPC85xx MDS"
Andy Flemingc2882bb2007-02-09 17:28:31 -060026 select DEFAULT_UIMAGE
27# select QUICC_ENGINE
28 help
Kumar Gala23f510b2007-02-17 16:29:36 -060029 This option enables support for the MPC85xx MDS board
Andy Flemingc2882bb2007-02-09 17:28:31 -060030
Jon Loeligerd93daf82007-03-20 11:19:10 -050031config MPC8544_DS
32 bool "Freescale MPC8544 DS"
Roy Zangf16dab92007-07-13 18:05:08 +080033 select PPC_I8259
Jon Loeligerd93daf82007-03-20 11:19:10 -050034 select DEFAULT_UIMAGE
35 help
36 This option enables support for the MPC8544 DS board
37
Paul Mackerras14cf11a2005-09-26 16:04:21 +100038endchoice
39
Paul Mackerras14cf11a2005-09-26 16:04:21 +100040config MPC8540
41 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060042 select PPC_UDBG_16550
43 select PPC_INDIRECT_PCI
Andy Fleming591f0a42006-04-02 17:42:40 -050044 default y if MPC8540_ADS || MPC85xx_CDS
Paul Mackerras14cf11a2005-09-26 16:04:21 +100045
Vitaly Bordug902f3922006-09-21 22:31:26 +040046config MPC8560
47 bool
Kumar Galadb947802007-04-12 17:44:07 -050048 select CPM2
Vitaly Bordug902f3922006-09-21 22:31:26 +040049 default y if MPC8560_ADS
50
Andy Flemingc2882bb2007-02-09 17:28:31 -060051config MPC85xx
52 bool
53 select PPC_UDBG_16550
Roy Zang3f6c5da2007-07-10 18:47:06 +080054 select PPC_INDIRECT_PCI if PCI
Kumar Galadb947802007-04-12 17:44:07 -050055 select MPIC
Roy Zang3f6c5da2007-07-10 18:47:06 +080056 select FSL_PCI if PCI
Kumar Galaf194bda2007-03-07 23:14:57 -060057 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
Jon Loeligerd93daf82007-03-20 11:19:10 -050058 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
59 || MPC85xx_MDS || MPC8544_DS