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 | |
Prabhakar Kushwaha | d729b90 | 2012-03-22 10:24:15 +0530 | [diff] [blame] | 26 | config BSC9131_RDB |
| 27 | bool "Freescale BSC9131RDB" |
| 28 | select DEFAULT_UIMAGE |
| 29 | help |
| 30 | This option enables support for the Freescale BSC9131RDB board. |
| 31 | The BSC9131 is a heterogeneous SoC containing an e500v2 powerpc and a |
| 32 | StarCore SC3850 DSP |
| 33 | Manufacturer : Freescale Semiconductor, Inc |
| 34 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 35 | config MPC8540_ADS |
| 36 | bool "Freescale MPC8540 ADS" |
Kumar Gala | 9cf8ca3 | 2006-03-27 23:44:37 -0600 | [diff] [blame] | 37 | select DEFAULT_UIMAGE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 38 | help |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 39 | This option enables support for the MPC 8540 ADS board |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 40 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 41 | config MPC8560_ADS |
| 42 | bool "Freescale MPC8560 ADS" |
| 43 | select DEFAULT_UIMAGE |
Paul Gortmaker | b8b3caf | 2008-01-24 18:41:25 -0500 | [diff] [blame] | 44 | select CPM2 |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 45 | help |
| 46 | This option enables support for the MPC 8560 ADS board |
| 47 | |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 48 | config MPC85xx_CDS |
| 49 | bool "Freescale MPC85xx CDS" |
| 50 | select DEFAULT_UIMAGE |
Randy Vinson | 3620fc1 | 2007-06-06 16:26:15 -0700 | [diff] [blame] | 51 | select PPC_I8259 |
chenhui zhao | 8232a4d | 2012-03-06 17:06:41 +0800 | [diff] [blame] | 52 | select HAS_RAPIDIO |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 53 | help |
| 54 | This option enables support for the MPC85xx CDS board |
| 55 | |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 56 | config MPC85xx_MDS |
| 57 | bool "Freescale MPC85xx MDS" |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 58 | select DEFAULT_UIMAGE |
Kumar Gala | c4ea896 | 2008-06-03 13:36:19 -0500 | [diff] [blame] | 59 | select PHYLIB |
Anton Vorontsov | 5e8306f | 2009-05-02 06:16:56 +0400 | [diff] [blame] | 60 | select HAS_RAPIDIO |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 61 | select SWIOTLB |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 62 | help |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 63 | This option enables support for the MPC85xx MDS board |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 64 | |
Kumar Gala | 2f3804e | 2008-07-02 01:36:15 -0500 | [diff] [blame] | 65 | config MPC8536_DS |
| 66 | bool "Freescale MPC8536 DS" |
| 67 | select DEFAULT_UIMAGE |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 68 | select SWIOTLB |
Kumar Gala | 2f3804e | 2008-07-02 01:36:15 -0500 | [diff] [blame] | 69 | help |
| 70 | This option enables support for the MPC8536 DS board |
| 71 | |
Kumar Gala | 16d2406 | 2007-08-17 09:22:09 -0500 | [diff] [blame] | 72 | config MPC85xx_DS |
| 73 | bool "Freescale MPC85xx DS" |
Roy Zang | f16dab9 | 2007-07-13 18:05:08 +0800 | [diff] [blame] | 74 | select PPC_I8259 |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 75 | select DEFAULT_UIMAGE |
Anton Vorontsov | e0f278a | 2010-04-16 23:07:24 +0400 | [diff] [blame] | 76 | select FSL_ULI1575 if PCI |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 77 | select SWIOTLB |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 78 | help |
Kumar Gala | 16d2406 | 2007-08-17 09:22:09 -0500 | [diff] [blame] | 79 | This option enables support for the MPC85xx DS (MPC8544 DS) board |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 80 | |
Poonam Aggrwal | fb8e3e1 | 2009-08-07 21:05:16 +0530 | [diff] [blame] | 81 | config MPC85xx_RDB |
| 82 | bool "Freescale MPC85xx RDB" |
| 83 | select PPC_I8259 |
| 84 | select DEFAULT_UIMAGE |
Anton Vorontsov | e0f278a | 2010-04-16 23:07:24 +0400 | [diff] [blame] | 85 | select FSL_ULI1575 if PCI |
Poonam Aggrwal | fb8e3e1 | 2009-08-07 21:05:16 +0530 | [diff] [blame] | 86 | select SWIOTLB |
| 87 | help |
| 88 | This option enables support for the MPC85xx RDB (P2020 RDB) board |
| 89 | |
Prabhakar Kushwaha | 2d05c39 | 2011-06-02 20:28:08 +0000 | [diff] [blame] | 90 | config P1010_RDB |
| 91 | bool "Freescale P1010RDB" |
| 92 | select DEFAULT_UIMAGE |
| 93 | help |
| 94 | This option enables support for the MPC85xx RDB (P1010 RDB) board |
| 95 | |
| 96 | P1010RDB contains P1010Si, which provides CPU performance up to 800 |
| 97 | MHz and 1600 DMIPS, additional functionality and faster interfaces |
| 98 | (DDR3/3L, SATA II, and PCI Express). |
| 99 | |
Timur Tabi | 30be4c9 | 2010-07-02 17:25:03 -0500 | [diff] [blame] | 100 | config P1022_DS |
| 101 | bool "Freescale P1022 DS" |
| 102 | select DEFAULT_UIMAGE |
Timur Tabi | 30be4c9 | 2010-07-02 17:25:03 -0500 | [diff] [blame] | 103 | select SWIOTLB |
| 104 | help |
| 105 | This option enables support for the Freescale P1022DS reference board. |
| 106 | |
Timur Tabi | 34f84b5 | 2012-07-23 18:12:29 -0500 | [diff] [blame] | 107 | config P1022_RDK |
| 108 | bool "Freescale / iVeia P1022 RDK" |
| 109 | select DEFAULT_UIMAGE |
| 110 | help |
| 111 | This option enables support for the Freescale / iVeia P1022RDK |
| 112 | reference board. |
| 113 | |
Roy Zang | 2602a21 | 2011-05-19 20:20:13 -0500 | [diff] [blame] | 114 | config P1023_RDS |
| 115 | bool "Freescale P1023 RDS" |
| 116 | select DEFAULT_UIMAGE |
| 117 | help |
| 118 | This option enables support for the P1023 RDS board |
| 119 | |
Wolfgang Grandegger | 393adca | 2009-03-22 14:58:43 +0100 | [diff] [blame] | 120 | config SOCRATES |
| 121 | bool "Socrates" |
| 122 | select DEFAULT_UIMAGE |
| 123 | help |
| 124 | This option enables support for the Socrates board. |
| 125 | |
Alexandr Smirnov | 22b619e | 2008-03-06 18:17:16 +0300 | [diff] [blame] | 126 | config KSI8560 |
| 127 | bool "Emerson KSI8560" |
Alexandr Smirnov | 22b619e | 2008-03-06 18:17:16 +0300 | [diff] [blame] | 128 | select DEFAULT_UIMAGE |
| 129 | help |
| 130 | This option enables support for the Emerson KSI8560 board |
| 131 | |
Nate Case | 3038acf | 2009-06-11 14:42:58 -0500 | [diff] [blame] | 132 | config XES_MPC85xx |
| 133 | bool "X-ES single-board computer" |
| 134 | select DEFAULT_UIMAGE |
| 135 | help |
| 136 | This option enables support for the various single-board |
| 137 | computers from Extreme Engineering Solutions (X-ES) based on |
| 138 | Freescale MPC85xx processors. |
| 139 | Manufacturer: Extreme Engineering Solutions, Inc. |
| 140 | URL: <http://www.xes-inc.com/> |
| 141 | |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 142 | config STX_GP3 |
| 143 | bool "Silicon Turnkey Express GP3" |
| 144 | help |
| 145 | This option enables support for the Silicon Turnkey Express GP3 |
| 146 | board. |
Paul Gortmaker | b8b3caf | 2008-01-24 18:41:25 -0500 | [diff] [blame] | 147 | select CPM2 |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 148 | select DEFAULT_UIMAGE |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 149 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 150 | config TQM8540 |
| 151 | bool "TQ Components TQM8540" |
| 152 | help |
| 153 | This option enables support for the TQ Components TQM8540 board. |
| 154 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 155 | select TQM85xx |
| 156 | |
| 157 | config TQM8541 |
| 158 | bool "TQ Components TQM8541" |
| 159 | help |
| 160 | This option enables support for the TQ Components TQM8541 board. |
| 161 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 162 | select TQM85xx |
| 163 | select CPM2 |
| 164 | |
Wolfgang Grandegger | 6dd1b64 | 2008-06-06 13:50:04 +0200 | [diff] [blame] | 165 | config TQM8548 |
| 166 | bool "TQ Components TQM8548" |
| 167 | help |
| 168 | This option enables support for the TQ Components TQM8548 board. |
| 169 | select DEFAULT_UIMAGE |
Wolfgang Grandegger | 6dd1b64 | 2008-06-06 13:50:04 +0200 | [diff] [blame] | 170 | select TQM85xx |
| 171 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 172 | config TQM8555 |
| 173 | bool "TQ Components TQM8555" |
| 174 | help |
| 175 | This option enables support for the TQ Components TQM8555 board. |
| 176 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 177 | select TQM85xx |
| 178 | select CPM2 |
| 179 | |
| 180 | config TQM8560 |
| 181 | bool "TQ Components TQM8560" |
| 182 | help |
| 183 | This option enables support for the TQ Components TQM8560 board. |
| 184 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 185 | select TQM85xx |
| 186 | select CPM2 |
| 187 | |
Paul Gortmaker | 0e0fffe | 2008-01-24 18:41:27 -0500 | [diff] [blame] | 188 | config SBC8548 |
| 189 | bool "Wind River SBC8548" |
| 190 | select DEFAULT_UIMAGE |
| 191 | help |
| 192 | This option enables support for the Wind River SBC8548 board |
| 193 | |
Stef van Os | e0e8398e | 2013-02-13 15:09:00 +0100 | [diff] [blame] | 194 | config PPA8548 |
| 195 | bool "Prodrive PPA8548" |
| 196 | help |
| 197 | This option enables support for the Prodrive PPA8548 board. |
| 198 | select DEFAULT_UIMAGE |
| 199 | select HAS_RAPIDIO |
| 200 | |
Martyn Welch | e041013 | 2012-03-12 17:13:00 +0000 | [diff] [blame] | 201 | config GE_IMP3A |
| 202 | bool "GE Intelligent Platforms IMP3A" |
| 203 | select DEFAULT_UIMAGE |
| 204 | select SWIOTLB |
| 205 | select MMIO_NVRAM |
Martyn Welch | e041013 | 2012-03-12 17:13:00 +0000 | [diff] [blame] | 206 | select ARCH_REQUIRE_GPIOLIB |
| 207 | select GE_FPGA |
| 208 | help |
| 209 | This option enables support for the GE Intelligent Platforms IMP3A |
| 210 | board. |
| 211 | |
| 212 | This board is a 3U CompactPCI Single Board Computer with a Freescale |
| 213 | P2020 processor. |
| 214 | |
Mingkai Hu | d313376 | 2011-08-26 18:45:03 +0800 | [diff] [blame] | 215 | config P2041_RDB |
| 216 | bool "Freescale P2041 RDB" |
Mingkai Hu | 3fce1c0 | 2011-06-28 15:52:34 +0800 | [diff] [blame] | 217 | select DEFAULT_UIMAGE |
| 218 | select PPC_E500MC |
| 219 | select PHYS_64BIT |
| 220 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 221 | select ARCH_REQUIRE_GPIOLIB |
| 222 | select GPIO_MPC8XXX |
Mingkai Hu | 3fce1c0 | 2011-06-28 15:52:34 +0800 | [diff] [blame] | 223 | select HAS_RAPIDIO |
| 224 | select PPC_EPAPR_HV_PIC |
| 225 | help |
Mingkai Hu | d313376 | 2011-08-26 18:45:03 +0800 | [diff] [blame] | 226 | This option enables support for the P2041 RDB board |
Mingkai Hu | 3fce1c0 | 2011-06-28 15:52:34 +0800 | [diff] [blame] | 227 | |
Kumar Gala | b6f9e59 | 2010-10-07 14:47:10 -0500 | [diff] [blame] | 228 | config P3041_DS |
| 229 | bool "Freescale P3041 DS" |
| 230 | select DEFAULT_UIMAGE |
| 231 | select PPC_E500MC |
| 232 | select PHYS_64BIT |
| 233 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 234 | select ARCH_REQUIRE_GPIOLIB |
| 235 | select GPIO_MPC8XXX |
Kumar Gala | b6f9e59 | 2010-10-07 14:47:10 -0500 | [diff] [blame] | 236 | select HAS_RAPIDIO |
Timur Tabi | 3907ab2 | 2011-05-19 08:54:30 -0500 | [diff] [blame] | 237 | select PPC_EPAPR_HV_PIC |
Kumar Gala | b6f9e59 | 2010-10-07 14:47:10 -0500 | [diff] [blame] | 238 | help |
| 239 | This option enables support for the P3041 DS board |
| 240 | |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 241 | config P4080_DS |
| 242 | bool "Freescale P4080 DS" |
| 243 | select DEFAULT_UIMAGE |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 244 | select PPC_E500MC |
| 245 | select PHYS_64BIT |
| 246 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 247 | select ARCH_REQUIRE_GPIOLIB |
| 248 | select GPIO_MPC8XXX |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 249 | select HAS_RAPIDIO |
Timur Tabi | 3907ab2 | 2011-05-19 08:54:30 -0500 | [diff] [blame] | 250 | select PPC_EPAPR_HV_PIC |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 251 | help |
| 252 | This option enables support for the P4080 DS board |
| 253 | |
Benjamin Collins | 5611fe4 | 2012-12-17 04:19:28 +0000 | [diff] [blame] | 254 | config SGY_CTS1000 |
| 255 | tristate "Servergy CTS-1000 support" |
| 256 | select GPIOLIB |
| 257 | select OF_GPIO |
| 258 | depends on P4080_DS |
| 259 | help |
| 260 | Enable this to support functionality in Servergy's CTS-1000 systems. |
| 261 | |
Kumar Gala | 4490c06 | 2010-10-08 08:32:11 -0500 | [diff] [blame] | 262 | endif # PPC32 |
| 263 | |
Kumar Gala | 9540041 | 2010-10-07 14:05:47 -0500 | [diff] [blame] | 264 | config P5020_DS |
| 265 | bool "Freescale P5020 DS" |
| 266 | select DEFAULT_UIMAGE |
| 267 | select E500 |
| 268 | select PPC_E500MC |
| 269 | select PHYS_64BIT |
| 270 | select SWIOTLB |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 271 | select ARCH_REQUIRE_GPIOLIB |
| 272 | select GPIO_MPC8XXX |
Kumar Gala | 9540041 | 2010-10-07 14:05:47 -0500 | [diff] [blame] | 273 | select HAS_RAPIDIO |
Timur Tabi | 3907ab2 | 2011-05-19 08:54:30 -0500 | [diff] [blame] | 274 | select PPC_EPAPR_HV_PIC |
Kumar Gala | 9540041 | 2010-10-07 14:05:47 -0500 | [diff] [blame] | 275 | help |
| 276 | This option enables support for the P5020 DS board |
| 277 | |
Timur Tabi | 4c30c14 | 2012-07-26 10:08:54 -0500 | [diff] [blame] | 278 | config P5040_DS |
| 279 | bool "Freescale P5040 DS" |
| 280 | select DEFAULT_UIMAGE |
| 281 | select E500 |
| 282 | select PPC_E500MC |
| 283 | select PHYS_64BIT |
| 284 | select SWIOTLB |
| 285 | select ARCH_REQUIRE_GPIOLIB |
| 286 | select GPIO_MPC8XXX |
| 287 | select HAS_RAPIDIO |
| 288 | select PPC_EPAPR_HV_PIC |
| 289 | help |
| 290 | This option enables support for the P5040 DS board |
| 291 | |
Scott Wood | 9653018 | 2012-07-10 19:26:48 -0500 | [diff] [blame] | 292 | config PPC_QEMU_E500 |
| 293 | bool "QEMU generic e500 platform" |
Scott Wood | 9653018 | 2012-07-10 19:26:48 -0500 | [diff] [blame] | 294 | select DEFAULT_UIMAGE |
| 295 | help |
| 296 | This option enables support for running as a QEMU guest using |
| 297 | QEMU's generic e500 machine. This is not required if you're |
| 298 | using a QEMU machine that targets a specific board, such as |
| 299 | mpc8544ds. |
| 300 | |
| 301 | Unlike most e500 boards that target a specific CPU, this |
| 302 | platform works with any e500-family CPU that QEMU supports. |
| 303 | Thus, you'll need to make sure CONFIG_PPC_E500MC is set or |
| 304 | unset based on the emulated CPU (or actual host CPU in the case |
| 305 | of KVM). |
| 306 | |
Kumar Gala | b9faa36 | 2012-01-05 11:09:04 -0600 | [diff] [blame] | 307 | if PPC64 |
| 308 | |
| 309 | config T4240_QDS |
| 310 | bool "Freescale T4240 QDS" |
| 311 | select DEFAULT_UIMAGE |
| 312 | select E500 |
| 313 | select PPC_E500MC |
| 314 | select PHYS_64BIT |
| 315 | select SWIOTLB |
| 316 | select ARCH_REQUIRE_GPIOLIB |
| 317 | select GPIO_MPC8XXX |
| 318 | select HAS_RAPIDIO |
| 319 | select PPC_EPAPR_HV_PIC |
| 320 | help |
| 321 | This option enables support for the T4240 QDS board |
| 322 | |
Shaveta Leekha | af7837c | 2013-04-05 12:03:51 +0530 | [diff] [blame] | 323 | config B4_QDS |
| 324 | bool "Freescale B4 QDS" |
| 325 | select DEFAULT_UIMAGE |
| 326 | select E500 |
| 327 | select PPC_E500MC |
| 328 | select PHYS_64BIT |
| 329 | select SWIOTLB |
Linus Torvalds | 5647ac0 | 2013-05-09 09:59:16 -0700 | [diff] [blame] | 330 | select GPIOLIB |
Shaveta Leekha | af7837c | 2013-04-05 12:03:51 +0530 | [diff] [blame] | 331 | select ARCH_REQUIRE_GPIOLIB |
| 332 | select HAS_RAPIDIO |
| 333 | select PPC_EPAPR_HV_PIC |
| 334 | help |
| 335 | This option enables support for the B4 QDS board |
| 336 | The B4 application development system B4 QDS is a complete |
| 337 | debugging environment intended for engineers developing |
| 338 | applications for the B4. |
| 339 | |
Kumar Gala | b9faa36 | 2012-01-05 11:09:04 -0600 | [diff] [blame] | 340 | endif |
Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 341 | endif # FSL_SOC_BOOKE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 342 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 343 | config TQM85xx |
| 344 | bool |