blob: 3a2ade2e443fea4a46f0598e431dbc3b02cf641d [file] [log] [blame]
Kumar Gala5753c082009-10-16 18:31:48 -05001menuconfig FSL_SOC_BOOKE
2 bool "Freescale Book-E Machine Type"
3 depends on PPC_85xx || PPC_BOOK3E
4 select FSL_SOC
Kumar Gala3a831562008-01-28 10:24:30 -06005 select PPC_UDBG_16550
Kumar Gala3a831562008-01-28 10:24:30 -06006 select MPIC
John Rigbyb5005632008-06-26 11:07:56 -06007 select PPC_PCI_CHOICE
Kumar Gala3a831562008-01-28 10:24:30 -06008 select FSL_PCI if PCI
9 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
10 default y
11
Kumar Gala5753c082009-10-16 18:31:48 -050012if FSL_SOC_BOOKE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100013
14config MPC8540_ADS
15 bool "Freescale MPC8540 ADS"
Kumar Gala9cf8ca32006-03-27 23:44:37 -060016 select DEFAULT_UIMAGE
Paul Mackerras14cf11a2005-09-26 16:04:21 +100017 help
Becky Bruce63dafe52006-01-14 16:57:39 -060018 This option enables support for the MPC 8540 ADS board
Paul Mackerras14cf11a2005-09-26 16:04:21 +100019
Vitaly Bordug902f3922006-09-21 22:31:26 +040020config MPC8560_ADS
21 bool "Freescale MPC8560 ADS"
22 select DEFAULT_UIMAGE
Paul Gortmakerb8b3caf2008-01-24 18:41:25 -050023 select CPM2
Vitaly Bordug902f3922006-09-21 22:31:26 +040024 help
25 This option enables support for the MPC 8560 ADS board
26
Andy Fleming591f0a42006-04-02 17:42:40 -050027config MPC85xx_CDS
28 bool "Freescale MPC85xx CDS"
29 select DEFAULT_UIMAGE
Randy Vinson3620fc12007-06-06 16:26:15 -070030 select PPC_I8259
Andy Fleming591f0a42006-04-02 17:42:40 -050031 help
32 This option enables support for the MPC85xx CDS board
33
Kumar Gala23f510b2007-02-17 16:29:36 -060034config MPC85xx_MDS
35 bool "Freescale MPC85xx MDS"
Andy Flemingc2882bb2007-02-09 17:28:31 -060036 select DEFAULT_UIMAGE
Kumar Galac4ea8962008-06-03 13:36:19 -050037 select PHYLIB
Anton Vorontsov5e8306f2009-05-02 06:16:56 +040038 select HAS_RAPIDIO
Kumar Gala152d0182009-05-15 00:37:35 -050039 select SWIOTLB
Andy Flemingc2882bb2007-02-09 17:28:31 -060040 help
Kumar Gala23f510b2007-02-17 16:29:36 -060041 This option enables support for the MPC85xx MDS board
Andy Flemingc2882bb2007-02-09 17:28:31 -060042
Kumar Gala2f3804e2008-07-02 01:36:15 -050043config MPC8536_DS
44 bool "Freescale MPC8536 DS"
45 select DEFAULT_UIMAGE
Kumar Gala152d0182009-05-15 00:37:35 -050046 select SWIOTLB
Kumar Gala2f3804e2008-07-02 01:36:15 -050047 help
48 This option enables support for the MPC8536 DS board
49
Kumar Gala16d24062007-08-17 09:22:09 -050050config MPC85xx_DS
51 bool "Freescale MPC85xx DS"
Roy Zangf16dab92007-07-13 18:05:08 +080052 select PPC_I8259
Jon Loeligerd93daf82007-03-20 11:19:10 -050053 select DEFAULT_UIMAGE
Anton Vorontsove0f278a2010-04-16 23:07:24 +040054 select FSL_ULI1575 if PCI
Kumar Gala152d0182009-05-15 00:37:35 -050055 select SWIOTLB
Jon Loeligerd93daf82007-03-20 11:19:10 -050056 help
Kumar Gala16d24062007-08-17 09:22:09 -050057 This option enables support for the MPC85xx DS (MPC8544 DS) board
Jon Loeligerd93daf82007-03-20 11:19:10 -050058
Poonam Aggrwalfb8e3e12009-08-07 21:05:16 +053059config MPC85xx_RDB
60 bool "Freescale MPC85xx RDB"
61 select PPC_I8259
62 select DEFAULT_UIMAGE
Anton Vorontsove0f278a2010-04-16 23:07:24 +040063 select FSL_ULI1575 if PCI
Poonam Aggrwalfb8e3e12009-08-07 21:05:16 +053064 select SWIOTLB
65 help
66 This option enables support for the MPC85xx RDB (P2020 RDB) board
67
Wolfgang Grandegger393adca2009-03-22 14:58:43 +010068config SOCRATES
69 bool "Socrates"
70 select DEFAULT_UIMAGE
71 help
72 This option enables support for the Socrates board.
73
Alexandr Smirnov22b619e2008-03-06 18:17:16 +030074config KSI8560
75 bool "Emerson KSI8560"
Alexandr Smirnov22b619e2008-03-06 18:17:16 +030076 select DEFAULT_UIMAGE
77 help
78 This option enables support for the Emerson KSI8560 board
79
Nate Case3038acf92009-06-11 14:42:58 -050080config XES_MPC85xx
81 bool "X-ES single-board computer"
82 select DEFAULT_UIMAGE
83 help
84 This option enables support for the various single-board
85 computers from Extreme Engineering Solutions (X-ES) based on
86 Freescale MPC85xx processors.
87 Manufacturer: Extreme Engineering Solutions, Inc.
88 URL: <http://www.xes-inc.com/>
89
Kumar Gala77e03a22008-01-23 23:42:44 -060090config STX_GP3
91 bool "Silicon Turnkey Express GP3"
92 help
93 This option enables support for the Silicon Turnkey Express GP3
94 board.
Paul Gortmakerb8b3caf2008-01-24 18:41:25 -050095 select CPM2
Kumar Gala77e03a22008-01-23 23:42:44 -060096 select DEFAULT_UIMAGE
Kumar Gala77e03a22008-01-23 23:42:44 -060097
Kumar Gala0052bc52008-01-24 23:53:03 -060098config TQM8540
99 bool "TQ Components TQM8540"
100 help
101 This option enables support for the TQ Components TQM8540 board.
102 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -0600103 select TQM85xx
104
105config TQM8541
106 bool "TQ Components TQM8541"
107 help
108 This option enables support for the TQ Components TQM8541 board.
109 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -0600110 select TQM85xx
111 select CPM2
112
Wolfgang Grandegger6dd1b642008-06-06 13:50:04 +0200113config TQM8548
114 bool "TQ Components TQM8548"
115 help
116 This option enables support for the TQ Components TQM8548 board.
117 select DEFAULT_UIMAGE
Wolfgang Grandegger6dd1b642008-06-06 13:50:04 +0200118 select TQM85xx
119
Kumar Gala0052bc52008-01-24 23:53:03 -0600120config TQM8555
121 bool "TQ Components TQM8555"
122 help
123 This option enables support for the TQ Components TQM8555 board.
124 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -0600125 select TQM85xx
126 select CPM2
127
128config TQM8560
129 bool "TQ Components TQM8560"
130 help
131 This option enables support for the TQ Components TQM8560 board.
132 select DEFAULT_UIMAGE
Kumar Gala0052bc52008-01-24 23:53:03 -0600133 select TQM85xx
134 select CPM2
135
Paul Gortmaker0e0fffe2008-01-24 18:41:27 -0500136config SBC8548
137 bool "Wind River SBC8548"
138 select DEFAULT_UIMAGE
139 help
140 This option enables support for the Wind River SBC8548 board
141
Paul Gortmaker2c198062008-01-24 18:41:23 -0500142config SBC8560
143 bool "Wind River SBC8560"
144 select DEFAULT_UIMAGE
Paul Gortmaker2c198062008-01-24 18:41:23 -0500145 help
146 This option enables support for the Wind River SBC8560 board
147
Kumar Galaab2f4892009-10-22 16:35:07 -0500148config P4080_DS
149 bool "Freescale P4080 DS"
150 select DEFAULT_UIMAGE
151 select PPC_FSL_BOOK3E
152 select PPC_E500MC
153 select PHYS_64BIT
154 select SWIOTLB
155 select MPC8xxx_GPIO
156 select HAS_RAPIDIO
157 help
158 This option enables support for the P4080 DS board
159
Kumar Gala5753c082009-10-16 18:31:48 -0500160endif # FSL_SOC_BOOKE
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000161
Kumar Gala0052bc52008-01-24 23:53:03 -0600162config TQM85xx
163 bool