blob: ecbe580c3f32f056152186a1c292bfc370215a95 [file] [log] [blame]
Kumar Gala3a831562008-01-28 10:24:30 -06001menuconfig MPC85xx
2 bool "Machine Type"
Kumar Galadb947802007-04-12 17:44:07 -05003 depends on PPC_85xx
Kumar Gala3a831562008-01-28 10:24:30 -06004 select PPC_UDBG_16550
5 select PPC_INDIRECT_PCI if PCI
6 select MPIC
7 select FSL_PCI if PCI
8 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
9 default y
10
11if MPC85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +100012
13config MPC8540_ADS
14 bool "Freescale MPC8540 ADS"
Kumar Gala9cf8ca32006-03-27 23:44:37 -060015 select DEFAULT_UIMAGE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100016 help
Becky Bruce63dafe52006-01-14 16:57:39 -060017 This option enables support for the MPC 8540 ADS board
Paul Mackerras14cf11a2005-09-26 16:04:21 +100018
Vitaly Bordug902f3922006-09-21 22:31:26 +040019config MPC8560_ADS
20 bool "Freescale MPC8560 ADS"
21 select DEFAULT_UIMAGE
Paul Gortmakerb8b3caf2008-01-24 18:41:25 -050022 select CPM2
Vitaly Bordug902f3922006-09-21 22:31:26 +040023 help
24 This option enables support for the MPC 8560 ADS board
25
Andy Fleming591f0a42006-04-02 17:42:40 -050026config MPC85xx_CDS
27 bool "Freescale MPC85xx CDS"
28 select DEFAULT_UIMAGE
Randy Vinson3620fc12007-06-06 16:26:15 -070029 select PPC_I8259
Andy Fleming591f0a42006-04-02 17:42:40 -050030 help
31 This option enables support for the MPC85xx CDS board
32
Kumar Gala23f510b2007-02-17 16:29:36 -060033config MPC85xx_MDS
34 bool "Freescale MPC85xx MDS"
Andy Flemingc2882bb2007-02-09 17:28:31 -060035 select DEFAULT_UIMAGE
Anton Vorontsov55f9ed02007-10-05 21:47:38 +040036 select QUICC_ENGINE
Kumar Galac4ea8962008-06-03 13:36:19 -050037 select PHYLIB
Andy Flemingc2882bb2007-02-09 17:28:31 -060038 help
Kumar Gala23f510b2007-02-17 16:29:36 -060039 This option enables support for the MPC85xx MDS board
Andy Flemingc2882bb2007-02-09 17:28:31 -060040
Kumar Gala16d24062007-08-17 09:22:09 -050041config MPC85xx_DS
42 bool "Freescale MPC85xx DS"
Roy Zangf16dab92007-07-13 18:05:08 +080043 select PPC_I8259
Jon Loeligerd93daf82007-03-20 11:19:10 -050044 select DEFAULT_UIMAGE
Kumar Galab66510c2007-08-16 23:55:55 -050045 select FSL_ULI1575
Jon Loeligerd93daf82007-03-20 11:19:10 -050046 help
Kumar Gala16d24062007-08-17 09:22:09 -050047 This option enables support for the MPC85xx DS (MPC8544 DS) board
Jon Loeligerd93daf82007-03-20 11:19:10 -050048
Alexandr Smirnov22b619e2008-03-06 18:17:16 +030049config KSI8560
50 bool "Emerson KSI8560"
Alexandr Smirnov22b619e2008-03-06 18:17:16 +030051 select DEFAULT_UIMAGE
52 help
53 This option enables support for the Emerson KSI8560 board
54
Kumar Gala77e03a22008-01-23 23:42:44 -060055config STX_GP3
56 bool "Silicon Turnkey Express GP3"
57 help
58 This option enables support for the Silicon Turnkey Express GP3
59 board.
Paul Gortmakerb8b3caf2008-01-24 18:41:25 -050060 select CPM2
Kumar Gala77e03a22008-01-23 23:42:44 -060061 select DEFAULT_UIMAGE
Kumar Gala77e03a22008-01-23 23:42:44 -060062
Kumar Gala0052bc52008-01-24 23:53:03 -060063config TQM8540
64 bool "TQ Components TQM8540"
65 help
66 This option enables support for the TQ Components TQM8540 board.
67 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -060068 select TQM85xx
69
70config TQM8541
71 bool "TQ Components TQM8541"
72 help
73 This option enables support for the TQ Components TQM8541 board.
74 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -060075 select TQM85xx
76 select CPM2
77
78config TQM8555
79 bool "TQ Components TQM8555"
80 help
81 This option enables support for the TQ Components TQM8555 board.
82 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -060083 select TQM85xx
84 select CPM2
85
86config TQM8560
87 bool "TQ Components TQM8560"
88 help
89 This option enables support for the TQ Components TQM8560 board.
90 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -060091 select TQM85xx
92 select CPM2
93
Paul Gortmaker0e0fffe2008-01-24 18:41:27 -050094config SBC8548
95 bool "Wind River SBC8548"
96 select DEFAULT_UIMAGE
97 help
98 This option enables support for the Wind River SBC8548 board
99
Paul Gortmaker2c198062008-01-24 18:41:23 -0500100config SBC8560
101 bool "Wind River SBC8560"
102 select DEFAULT_UIMAGE
Paul Gortmaker2c198062008-01-24 18:41:23 -0500103 help
104 This option enables support for the Wind River SBC8560 board
105
Kumar Gala3a831562008-01-28 10:24:30 -0600106endif # MPC85xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000107
Kumar Gala0052bc52008-01-24 23:53:03 -0600108config TQM85xx
109 bool