Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 1 | menuconfig FSL_SOC_BOOKE |
| 2 | bool "Freescale Book-E Machine Type" |
| 3 | depends on PPC_85xx || PPC_BOOK3E |
| 4 | select FSL_SOC |
Kumar Gala | 3a83156 | 2008-01-28 10:24:30 -0600 | [diff] [blame] | 5 | select PPC_UDBG_16550 |
Kumar Gala | 3a83156 | 2008-01-28 10:24:30 -0600 | [diff] [blame] | 6 | select MPIC |
John Rigby | b500563 | 2008-06-26 11:07:56 -0600 | [diff] [blame] | 7 | select PPC_PCI_CHOICE |
Kumar Gala | 3a83156 | 2008-01-28 10:24:30 -0600 | [diff] [blame] | 8 | select FSL_PCI if PCI |
Paul Gortmaker | cb41fa0 | 2012-01-19 20:23:20 -0500 | [diff] [blame] | 9 | select SERIAL_8250_EXTENDED if SERIAL_8250 |
Kumar Gala | 3a83156 | 2008-01-28 10:24:30 -0600 | [diff] [blame] | 10 | select SERIAL_8250_SHARE_IRQ if SERIAL_8250 |
| 11 | default y |
| 12 | |
Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 13 | if FSL_SOC_BOOKE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 14 | |
Kumar Gala | 4490c06 | 2010-10-08 08:32:11 -0500 | [diff] [blame] | 15 | if PPC32 |
| 16 | |
Claudiu Manoil | f7bba2a | 2012-01-31 12:15:20 +0200 | [diff] [blame] | 17 | config FSL_85XX_CACHE_SRAM |
| 18 | bool |
| 19 | select PPC_LIB_RHEAP |
| 20 | help |
| 21 | When selected, this option enables cache-sram support |
| 22 | for memory allocation on P1/P2 QorIQ platforms. |
| 23 | cache-sram-size and cache-sram-offset kernel boot |
| 24 | parameters should be passed when this option is enabled. |
| 25 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 26 | config MPC8540_ADS |
| 27 | bool "Freescale MPC8540 ADS" |
Kumar Gala | 9cf8ca3 | 2006-03-27 23:44:37 -0600 | [diff] [blame] | 28 | select DEFAULT_UIMAGE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 29 | help |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 30 | This option enables support for the MPC 8540 ADS board |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 31 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 32 | config MPC8560_ADS |
| 33 | bool "Freescale MPC8560 ADS" |
| 34 | select DEFAULT_UIMAGE |
Paul Gortmaker | b8b3caf | 2008-01-24 18:41:25 -0500 | [diff] [blame] | 35 | select CPM2 |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 36 | help |
| 37 | This option enables support for the MPC 8560 ADS board |
| 38 | |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 39 | config MPC85xx_CDS |
| 40 | bool "Freescale MPC85xx CDS" |
| 41 | select DEFAULT_UIMAGE |
Randy Vinson | 3620fc1 | 2007-06-06 16:26:15 -0700 | [diff] [blame] | 42 | select PPC_I8259 |
chenhui zhao | 8232a4d | 2012-03-06 17:06:41 +0800 | [diff] [blame] | 43 | select HAS_RAPIDIO |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 44 | help |
| 45 | This option enables support for the MPC85xx CDS board |
| 46 | |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 47 | config MPC85xx_MDS |
| 48 | bool "Freescale MPC85xx MDS" |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 49 | select DEFAULT_UIMAGE |
Kumar Gala | c4ea896 | 2008-06-03 13:36:19 -0500 | [diff] [blame] | 50 | select PHYLIB |
Anton Vorontsov | 5e8306f | 2009-05-02 06:16:56 +0400 | [diff] [blame] | 51 | select HAS_RAPIDIO |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 52 | select SWIOTLB |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 53 | help |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 54 | This option enables support for the MPC85xx MDS board |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 55 | |
Kumar Gala | 2f3804e | 2008-07-02 01:36:15 -0500 | [diff] [blame] | 56 | config MPC8536_DS |
| 57 | bool "Freescale MPC8536 DS" |
| 58 | select DEFAULT_UIMAGE |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 59 | select SWIOTLB |
Kumar Gala | 2f3804e | 2008-07-02 01:36:15 -0500 | [diff] [blame] | 60 | help |
| 61 | This option enables support for the MPC8536 DS board |
| 62 | |
Kumar Gala | 16d2406 | 2007-08-17 09:22:09 -0500 | [diff] [blame] | 63 | config MPC85xx_DS |
| 64 | bool "Freescale MPC85xx DS" |
Roy Zang | f16dab9 | 2007-07-13 18:05:08 +0800 | [diff] [blame] | 65 | select PPC_I8259 |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 66 | select DEFAULT_UIMAGE |
Anton Vorontsov | e0f278a | 2010-04-16 23:07:24 +0400 | [diff] [blame] | 67 | select FSL_ULI1575 if PCI |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 68 | select SWIOTLB |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 69 | help |
Kumar Gala | 16d2406 | 2007-08-17 09:22:09 -0500 | [diff] [blame] | 70 | This option enables support for the MPC85xx DS (MPC8544 DS) board |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 71 | |
Poonam Aggrwal | fb8e3e1 | 2009-08-07 21:05:16 +0530 | [diff] [blame] | 72 | config MPC85xx_RDB |
| 73 | bool "Freescale MPC85xx RDB" |
| 74 | select PPC_I8259 |
| 75 | select DEFAULT_UIMAGE |
Anton Vorontsov | e0f278a | 2010-04-16 23:07:24 +0400 | [diff] [blame] | 76 | select FSL_ULI1575 if PCI |
Poonam Aggrwal | fb8e3e1 | 2009-08-07 21:05:16 +0530 | [diff] [blame] | 77 | select SWIOTLB |
| 78 | help |
| 79 | This option enables support for the MPC85xx RDB (P2020 RDB) board |
| 80 | |
Prabhakar Kushwaha | 2d05c39 | 2011-06-02 20:28:08 +0000 | [diff] [blame] | 81 | config P1010_RDB |
| 82 | bool "Freescale P1010RDB" |
| 83 | select DEFAULT_UIMAGE |
| 84 | help |
| 85 | This option enables support for the MPC85xx RDB (P1010 RDB) board |
| 86 | |
| 87 | P1010RDB contains P1010Si, which provides CPU performance up to 800 |
| 88 | MHz and 1600 DMIPS, additional functionality and faster interfaces |
| 89 | (DDR3/3L, SATA II, and PCI Express). |
| 90 | |
Timur Tabi | 30be4c9 | 2010-07-02 17:25:03 -0500 | [diff] [blame] | 91 | config P1022_DS |
| 92 | bool "Freescale P1022 DS" |
| 93 | select DEFAULT_UIMAGE |
Timur Tabi | 30be4c9 | 2010-07-02 17:25:03 -0500 | [diff] [blame] | 94 | select SWIOTLB |
| 95 | help |
| 96 | This option enables support for the Freescale P1022DS reference board. |
| 97 | |
Roy Zang | 2602a21 | 2011-05-19 20:20:13 -0500 | [diff] [blame] | 98 | config P1023_RDS |
| 99 | bool "Freescale P1023 RDS" |
| 100 | select DEFAULT_UIMAGE |
| 101 | help |
| 102 | This option enables support for the P1023 RDS board |
| 103 | |
Wolfgang Grandegger | 393adca | 2009-03-22 14:58:43 +0100 | [diff] [blame] | 104 | config SOCRATES |
| 105 | bool "Socrates" |
| 106 | select DEFAULT_UIMAGE |
| 107 | help |
| 108 | This option enables support for the Socrates board. |
| 109 | |
Alexandr Smirnov | 22b619e | 2008-03-06 18:17:16 +0300 | [diff] [blame] | 110 | config KSI8560 |
| 111 | bool "Emerson KSI8560" |
Alexandr Smirnov | 22b619e | 2008-03-06 18:17:16 +0300 | [diff] [blame] | 112 | select DEFAULT_UIMAGE |
| 113 | help |
| 114 | This option enables support for the Emerson KSI8560 board |
| 115 | |
Nate Case | 3038acf | 2009-06-11 14:42:58 -0500 | [diff] [blame] | 116 | config XES_MPC85xx |
| 117 | bool "X-ES single-board computer" |
| 118 | select DEFAULT_UIMAGE |
| 119 | help |
| 120 | This option enables support for the various single-board |
| 121 | computers from Extreme Engineering Solutions (X-ES) based on |
| 122 | Freescale MPC85xx processors. |
| 123 | Manufacturer: Extreme Engineering Solutions, Inc. |
| 124 | URL: <http://www.xes-inc.com/> |
| 125 | |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 126 | config STX_GP3 |
| 127 | bool "Silicon Turnkey Express GP3" |
| 128 | help |
| 129 | This option enables support for the Silicon Turnkey Express GP3 |
| 130 | board. |
Paul Gortmaker | b8b3caf | 2008-01-24 18:41:25 -0500 | [diff] [blame] | 131 | select CPM2 |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 132 | select DEFAULT_UIMAGE |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 133 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 134 | config TQM8540 |
| 135 | bool "TQ Components TQM8540" |
| 136 | help |
| 137 | This option enables support for the TQ Components TQM8540 board. |
| 138 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 139 | select TQM85xx |
| 140 | |
| 141 | config TQM8541 |
| 142 | bool "TQ Components TQM8541" |
| 143 | help |
| 144 | This option enables support for the TQ Components TQM8541 board. |
| 145 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 146 | select TQM85xx |
| 147 | select CPM2 |
| 148 | |
Wolfgang Grandegger | 6dd1b64 | 2008-06-06 13:50:04 +0200 | [diff] [blame] | 149 | config TQM8548 |
| 150 | bool "TQ Components TQM8548" |
| 151 | help |
| 152 | This option enables support for the TQ Components TQM8548 board. |
| 153 | select DEFAULT_UIMAGE |
Wolfgang Grandegger | 6dd1b64 | 2008-06-06 13:50:04 +0200 | [diff] [blame] | 154 | select TQM85xx |
| 155 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 156 | config TQM8555 |
| 157 | bool "TQ Components TQM8555" |
| 158 | help |
| 159 | This option enables support for the TQ Components TQM8555 board. |
| 160 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 161 | select TQM85xx |
| 162 | select CPM2 |
| 163 | |
| 164 | config TQM8560 |
| 165 | bool "TQ Components TQM8560" |
| 166 | help |
| 167 | This option enables support for the TQ Components TQM8560 board. |
| 168 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 169 | select TQM85xx |
| 170 | select CPM2 |
| 171 | |
Paul Gortmaker | 0e0fffe | 2008-01-24 18:41:27 -0500 | [diff] [blame] | 172 | config SBC8548 |
| 173 | bool "Wind River SBC8548" |
| 174 | select DEFAULT_UIMAGE |
| 175 | help |
| 176 | This option enables support for the Wind River SBC8548 board |
| 177 | |
Paul Gortmaker | 2c19806 | 2008-01-24 18:41:23 -0500 | [diff] [blame] | 178 | config SBC8560 |
| 179 | bool "Wind River SBC8560" |
| 180 | select DEFAULT_UIMAGE |
Paul Gortmaker | 2c19806 | 2008-01-24 18:41:23 -0500 | [diff] [blame] | 181 | help |
| 182 | This option enables support for the Wind River SBC8560 board |
| 183 | |
Martyn Welch | e041013 | 2012-03-12 17:13:00 +0000 | [diff] [blame] | 184 | config GE_IMP3A |
| 185 | bool "GE Intelligent Platforms IMP3A" |
| 186 | select DEFAULT_UIMAGE |
| 187 | select SWIOTLB |
| 188 | select MMIO_NVRAM |
| 189 | select GENERIC_GPIO |
| 190 | select ARCH_REQUIRE_GPIOLIB |
| 191 | select GE_FPGA |
| 192 | help |
| 193 | This option enables support for the GE Intelligent Platforms IMP3A |
| 194 | board. |
| 195 | |
| 196 | This board is a 3U CompactPCI Single Board Computer with a Freescale |
| 197 | P2020 processor. |
| 198 | |
Mingkai Hu | d313376 | 2011-08-26 18:45:03 +0800 | [diff] [blame] | 199 | config P2041_RDB |
| 200 | bool "Freescale P2041 RDB" |
Mingkai Hu | 3fce1c0 | 2011-06-28 15:52:34 +0800 | [diff] [blame] | 201 | select DEFAULT_UIMAGE |
| 202 | select PPC_E500MC |
| 203 | select PHYS_64BIT |
| 204 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 205 | select ARCH_REQUIRE_GPIOLIB |
| 206 | select GPIO_MPC8XXX |
Mingkai Hu | 3fce1c0 | 2011-06-28 15:52:34 +0800 | [diff] [blame] | 207 | select HAS_RAPIDIO |
| 208 | select PPC_EPAPR_HV_PIC |
| 209 | help |
Mingkai Hu | d313376 | 2011-08-26 18:45:03 +0800 | [diff] [blame] | 210 | This option enables support for the P2041 RDB board |
Mingkai Hu | 3fce1c0 | 2011-06-28 15:52:34 +0800 | [diff] [blame] | 211 | |
Kumar Gala | b6f9e59 | 2010-10-07 14:47:10 -0500 | [diff] [blame] | 212 | config P3041_DS |
| 213 | bool "Freescale P3041 DS" |
| 214 | select DEFAULT_UIMAGE |
| 215 | select PPC_E500MC |
| 216 | select PHYS_64BIT |
| 217 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 218 | select ARCH_REQUIRE_GPIOLIB |
| 219 | select GPIO_MPC8XXX |
Kumar Gala | b6f9e59 | 2010-10-07 14:47:10 -0500 | [diff] [blame] | 220 | select HAS_RAPIDIO |
Timur Tabi | 3907ab2 | 2011-05-19 08:54:30 -0500 | [diff] [blame] | 221 | select PPC_EPAPR_HV_PIC |
Kumar Gala | b6f9e59 | 2010-10-07 14:47:10 -0500 | [diff] [blame] | 222 | help |
| 223 | This option enables support for the P3041 DS board |
| 224 | |
Shengzhou Liu | 96cc017 | 2011-08-26 11:18:21 +0800 | [diff] [blame] | 225 | config P3060_QDS |
| 226 | bool "Freescale P3060 QDS" |
| 227 | select DEFAULT_UIMAGE |
| 228 | select PPC_E500MC |
| 229 | select PHYS_64BIT |
| 230 | select SWIOTLB |
Paul Bolle | a922825 | 2011-11-13 00:50:30 +0100 | [diff] [blame] | 231 | select GPIO_MPC8XXX |
Shengzhou Liu | 96cc017 | 2011-08-26 11:18:21 +0800 | [diff] [blame] | 232 | select HAS_RAPIDIO |
| 233 | select PPC_EPAPR_HV_PIC |
| 234 | help |
| 235 | This option enables support for the P3060 QDS board |
| 236 | |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 237 | config P4080_DS |
| 238 | bool "Freescale P4080 DS" |
| 239 | select DEFAULT_UIMAGE |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 240 | select PPC_E500MC |
| 241 | select PHYS_64BIT |
| 242 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 243 | select ARCH_REQUIRE_GPIOLIB |
| 244 | select GPIO_MPC8XXX |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 245 | select HAS_RAPIDIO |
Timur Tabi | 3907ab2 | 2011-05-19 08:54:30 -0500 | [diff] [blame] | 246 | select PPC_EPAPR_HV_PIC |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 247 | help |
| 248 | This option enables support for the P4080 DS board |
| 249 | |
Kumar Gala | 4490c06 | 2010-10-08 08:32:11 -0500 | [diff] [blame] | 250 | endif # PPC32 |
| 251 | |
Kumar Gala | 9540041 | 2010-10-07 14:05:47 -0500 | [diff] [blame] | 252 | config P5020_DS |
| 253 | bool "Freescale P5020 DS" |
| 254 | select DEFAULT_UIMAGE |
| 255 | select E500 |
| 256 | select PPC_E500MC |
| 257 | select PHYS_64BIT |
| 258 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 259 | select ARCH_REQUIRE_GPIOLIB |
| 260 | select GPIO_MPC8XXX |
Kumar Gala | 9540041 | 2010-10-07 14:05:47 -0500 | [diff] [blame] | 261 | select HAS_RAPIDIO |
Timur Tabi | 3907ab2 | 2011-05-19 08:54:30 -0500 | [diff] [blame] | 262 | select PPC_EPAPR_HV_PIC |
Kumar Gala | 9540041 | 2010-10-07 14:05:47 -0500 | [diff] [blame] | 263 | help |
| 264 | This option enables support for the P5020 DS board |
| 265 | |
Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 266 | endif # FSL_SOC_BOOKE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 267 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 268 | config TQM85xx |
| 269 | bool |