blob: c79ae86c49c57bd984a5d73c8ebf00a3819389d1 [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"
33 select DEFAULT_UIMAGE
34 help
35 This option enables support for the MPC8544 DS board
36
Paul Mackerras14cf11a2005-09-26 16:04:21 +100037endchoice
38
Paul Mackerras14cf11a2005-09-26 16:04:21 +100039config MPC8540
40 bool
Becky Bruce63dafe52006-01-14 16:57:39 -060041 select PPC_UDBG_16550
42 select PPC_INDIRECT_PCI
Andy Fleming591f0a42006-04-02 17:42:40 -050043 default y if MPC8540_ADS || MPC85xx_CDS
Paul Mackerras14cf11a2005-09-26 16:04:21 +100044
Vitaly Bordug902f3922006-09-21 22:31:26 +040045config MPC8560
46 bool
Kumar Galadb947802007-04-12 17:44:07 -050047 select CPM2
Vitaly Bordug902f3922006-09-21 22:31:26 +040048 default y if MPC8560_ADS
49
Andy Flemingc2882bb2007-02-09 17:28:31 -060050config MPC85xx
51 bool
52 select PPC_UDBG_16550
53 select PPC_INDIRECT_PCI
Kumar Galadb947802007-04-12 17:44:07 -050054 select PPC_INDIRECT_PCI_BE
55 select MPIC
Jon Loeligerd93daf82007-03-20 11:19:10 -050056 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
57 || MPC85xx_MDS || MPC8544_DS