diff options
| -rw-r--r-- | arch/powerpc/boot/dts/icon.dts | 447 | ||||
| -rw-r--r-- | arch/powerpc/configs/44x/icon_defconfig | 1316 | ||||
| -rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 11 | ||||
| -rw-r--r-- | arch/powerpc/platforms/44x/ppc44x_simple.c | 3 |
4 files changed, 1776 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/icon.dts b/arch/powerpc/boot/dts/icon.dts new file mode 100644 index 000000000000..abcd0caeccae --- /dev/null +++ b/arch/powerpc/boot/dts/icon.dts | |||
| @@ -0,0 +1,447 @@ | |||
| 1 | /* | ||
| 2 | * Device Tree Source for Mosaix Technologies, Inc. ICON board | ||
| 3 | * | ||
| 4 | * Copyright 2010 DENX Software Engineering, Stefan Roese <sr@denx.de> | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public | ||
| 7 | * License version 2. This program is licensed "as is" without | ||
| 8 | * any warranty of any kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | /dts-v1/; | ||
| 12 | |||
| 13 | / { | ||
| 14 | #address-cells = <2>; | ||
| 15 | #size-cells = <2>; | ||
| 16 | model = "mosaixtech,icon"; | ||
| 17 | compatible = "mosaixtech,icon"; | ||
| 18 | dcr-parent = <&{/cpus/cpu@0}>; | ||
| 19 | |||
| 20 | aliases { | ||
| 21 | ethernet0 = &EMAC0; | ||
| 22 | serial0 = &UART0; | ||
| 23 | serial1 = &UART1; | ||
| 24 | serial2 = &UART2; | ||
| 25 | }; | ||
| 26 | |||
| 27 | cpus { | ||
| 28 | #address-cells = <1>; | ||
| 29 | #size-cells = <0>; | ||
| 30 | |||
| 31 | cpu@0 { | ||
| 32 | device_type = "cpu"; | ||
| 33 | model = "PowerPC,440SPe"; | ||
| 34 | reg = <0x00000000>; | ||
| 35 | clock-frequency = <0>; /* Filled in by U-Boot */ | ||
| 36 | timebase-frequency = <0>; /* Filled in by U-Boot */ | ||
| 37 | i-cache-line-size = <32>; | ||
| 38 | d-cache-line-size = <32>; | ||
| 39 | i-cache-size = <32768>; | ||
| 40 | d-cache-size = <32768>; | ||
| 41 | dcr-controller; | ||
| 42 | dcr-access-method = "native"; | ||
| 43 | reset-type = <2>; /* Use chip-reset */ | ||
| 44 | }; | ||
| 45 | }; | ||
| 46 | |||
| 47 | memory { | ||
| 48 | device_type = "memory"; | ||
| 49 | reg = <0x0 0x00000000 0x0 0x00000000>; /* Filled in by U-Boot */ | ||
| 50 | }; | ||
| 51 | |||
| 52 | UIC0: interrupt-controller0 { | ||
| 53 | compatible = "ibm,uic-440spe","ibm,uic"; | ||
| 54 | interrupt-controller; | ||
| 55 | cell-index = <0>; | ||
| 56 | dcr-reg = <0x0c0 0x009>; | ||
| 57 | #address-cells = <0>; | ||
| 58 | #size-cells = <0>; | ||
| 59 | #interrupt-cells = <2>; | ||
| 60 | }; | ||
| 61 | |||
| 62 | UIC1: interrupt-controller1 { | ||
| 63 | compatible = "ibm,uic-440spe","ibm,uic"; | ||
| 64 | interrupt-controller; | ||
| 65 | cell-index = <1>; | ||
| 66 | dcr-reg = <0x0d0 0x009>; | ||
| 67 | #address-cells = <0>; | ||
| 68 | #size-cells = <0>; | ||
| 69 | #interrupt-cells = <2>; | ||
| 70 | interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ | ||
| 71 | interrupt-parent = <&UIC0>; | ||
| 72 | }; | ||
| 73 | |||
| 74 | UIC2: interrupt-controller2 { | ||
| 75 | compatible = "ibm,uic-440spe","ibm,uic"; | ||
| 76 | interrupt-controller; | ||
| 77 | cell-index = <2>; | ||
| 78 | dcr-reg = <0x0e0 0x009>; | ||
| 79 | #address-cells = <0>; | ||
| 80 | #size-cells = <0>; | ||
| 81 | #interrupt-cells = <2>; | ||
| 82 | interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ | ||
| 83 | interrupt-parent = <&UIC0>; | ||
| 84 | }; | ||
| 85 | |||
| 86 | UIC3: interrupt-controller3 { | ||
| 87 | compatible = "ibm,uic-440spe","ibm,uic"; | ||
| 88 | interrupt-controller; | ||
| 89 | cell-index = <3>; | ||
| 90 | dcr-reg = <0x0f0 0x009>; | ||
| 91 | #address-cells = <0>; | ||
| 92 | #size-cells = <0>; | ||
| 93 | #interrupt-cells = <2>; | ||
| 94 | interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ | ||
| 95 | interrupt-parent = <&UIC0>; | ||
| 96 | }; | ||
| 97 | |||
| 98 | SDR0: sdr { | ||
| 99 | compatible = "ibm,sdr-440spe"; | ||
| 100 | dcr-reg = <0x00e 0x002>; | ||
| 101 | }; | ||
| 102 | |||
| 103 | CPR0: cpr { | ||
| 104 | compatible = "ibm,cpr-440spe"; | ||
| 105 | dcr-reg = <0x00c 0x002>; | ||
| 106 | }; | ||
| 107 | |||
| 108 | MQ0: mq { | ||
| 109 | compatible = "ibm,mq-440spe"; | ||
| 110 | dcr-reg = <0x040 0x020>; | ||
| 111 | }; | ||
| 112 | |||
| 113 | plb { | ||
| 114 | compatible = "ibm,plb-440spe", "ibm,plb-440gp", "ibm,plb4"; | ||
| 115 | #address-cells = <2>; | ||
| 116 | #size-cells = <1>; | ||
| 117 | /* addr-child addr-parent size */ | ||
| 118 | ranges = <0x4 0x00100000 0x4 0x00100000 0x00001000 | ||
| 119 | 0x4 0x00200000 0x4 0x00200000 0x00000400 | ||
| 120 | 0x4 0xe0000000 0x4 0xe0000000 0x20000000 | ||
| 121 | 0xc 0x00000000 0xc 0x00000000 0x20000000 | ||
| 122 | 0xd 0x00000000 0xd 0x00000000 0x80000000 | ||
| 123 | 0xd 0x80000000 0xd 0x80000000 0x80000000 | ||
| 124 | 0xe 0x00000000 0xe 0x00000000 0x80000000 | ||
| 125 | 0xe 0x80000000 0xe 0x80000000 0x80000000 | ||
| 126 | 0xf 0x00000000 0xf 0x00000000 0x80000000 | ||
| 127 | 0xf 0x80000000 0xf 0x80000000 0x80000000>; | ||
| 128 | clock-frequency = <0>; /* Filled in by U-Boot */ | ||
| 129 | |||
| 130 | SDRAM0: sdram { | ||
| 131 | compatible = "ibm,sdram-440spe", "ibm,sdram-405gp"; | ||
| 132 | dcr-reg = <0x010 0x002>; | ||
| 133 | }; | ||
| 134 | |||
| 135 | MAL0: mcmal { | ||
| 136 | compatible = "ibm,mcmal-440spe", "ibm,mcmal2"; | ||
| 137 | dcr-reg = <0x180 0x062>; | ||
| 138 | num-tx-chans = <2>; | ||
| 139 | num-rx-chans = <1>; | ||
| 140 | interrupt-parent = <&MAL0>; | ||
| 141 | interrupts = <0x0 0x1 0x2 0x3 0x4>; | ||
| 142 | #interrupt-cells = <1>; | ||
| 143 | #address-cells = <0>; | ||
| 144 | #size-cells = <0>; | ||
| 145 | interrupt-map = </*TXEOB*/ 0x0 &UIC1 0x6 0x4 | ||
| 146 | /*RXEOB*/ 0x1 &UIC1 0x7 0x4 | ||
| 147 | /*SERR*/ 0x2 &UIC1 0x1 0x4 | ||
| 148 | /*TXDE*/ 0x3 &UIC1 0x2 0x4 | ||
| 149 | /*RXDE*/ 0x4 &UIC1 0x3 0x4>; | ||
| 150 | }; | ||
| 151 | |||
| 152 | POB0: opb { | ||
| 153 | compatible = "ibm,opb-440spe", "ibm,opb-440gp", "ibm,opb"; | ||
| 154 | #address-cells = <1>; | ||
| 155 | #size-cells = <1>; | ||
| 156 | ranges = <0xe0000000 0x00000004 0xe0000000 0x20000000>; | ||
| 157 | clock-frequency = <0>; /* Filled in by U-Boot */ | ||
| 158 | |||
| 159 | EBC0: ebc { | ||
| 160 | compatible = "ibm,ebc-440spe", "ibm,ebc-440gp", "ibm,ebc"; | ||
| 161 | dcr-reg = <0x012 0x002>; | ||
| 162 | #address-cells = <2>; | ||
| 163 | #size-cells = <1>; | ||
| 164 | clock-frequency = <0>; /* Filled in by U-Boot */ | ||
| 165 | /* ranges property is supplied by U-Boot */ | ||
| 166 | interrupts = <0x5 0x1>; | ||
| 167 | interrupt-parent = <&UIC1>; | ||
| 168 | |||
| 169 | nor_flash@0,0 { | ||
| 170 | compatible = "cfi-flash"; | ||
| 171 | bank-width = <2>; | ||
| 172 | reg = <0x00000000 0x00000000 0x01000000>; | ||
| 173 | #address-cells = <1>; | ||
| 174 | #size-cells = <1>; | ||
| 175 | partition@0 { | ||
| 176 | label = "kernel"; | ||
| 177 | reg = <0x00000000 0x001e0000>; | ||
| 178 | }; | ||
| 179 | partition@1e0000 { | ||
| 180 | label = "dtb"; | ||
| 181 | reg = <0x001e0000 0x00020000>; | ||
| 182 | }; | ||
| 183 | partition@200000 { | ||
| 184 | label = "root"; | ||
| 185 | reg = <0x00200000 0x00200000>; | ||
| 186 | }; | ||
| 187 | partition@400000 { | ||
| 188 | label = "user"; | ||
| 189 | reg = <0x00400000 0x00b60000>; | ||
| 190 | }; | ||
| 191 | partition@f60000 { | ||
| 192 | label = "env"; | ||
| 193 | reg = <0x00f60000 0x00040000>; | ||
| 194 | }; | ||
| 195 | partition@fa0000 { | ||
| 196 | label = "u-boot"; | ||
| 197 | reg = <0x00fa0000 0x00060000>; | ||
| 198 | }; | ||
| 199 | }; | ||
| 200 | |||
| 201 | SysACE_CompactFlash: sysace@1,0 { | ||
| 202 | compatible = "xlnx,sysace"; | ||
| 203 | interrupt-parent = <&UIC2>; | ||
| 204 | interrupts = <24 0x4>; | ||
| 205 | reg = <0x00000001 0x00000000 0x10000>; | ||
| 206 | }; | ||
| 207 | }; | ||
| 208 | |||
| 209 | UART0: serial@f0000200 { | ||
| 210 | device_type = "serial"; | ||
| 211 | compatible = "ns16550"; | ||
| 212 | reg = <0xf0000200 0x00000008>; | ||
| 213 | virtual-reg = <0xa0000200>; | ||
| 214 | clock-frequency = <0>; /* Filled in by U-Boot */ | ||
| 215 | current-speed = <115200>; | ||
| 216 | interrupt-parent = <&UIC0>; | ||
| 217 | interrupts = <0x0 0x4>; | ||
| 218 | }; | ||
| 219 | |||
| 220 | UART1: serial@f0000300 { | ||
| 221 | device_type = "serial"; | ||
| 222 | compatible = "ns16550"; | ||
| 223 | reg = <0xf0000300 0x00000008>; | ||
| 224 | virtual-reg = <0xa0000300>; | ||
| 225 | clock-frequency = <0>; | ||
| 226 | current-speed = <0>; | ||
| 227 | interrupt-parent = <&UIC0>; | ||
| 228 | interrupts = <0x1 0x4>; | ||
| 229 | }; | ||
| 230 | |||
| 231 | |||
| 232 | UART2: serial@f0000600 { | ||
| 233 | device_type = "serial"; | ||
| 234 | compatible = "ns16550"; | ||
| 235 | reg = <0xf0000600 0x00000008>; | ||
| 236 | virtual-reg = <0xa0000600>; | ||
| 237 | clock-frequency = <0>; | ||
| 238 | current-speed = <0>; | ||
| 239 | interrupt-parent = <&UIC1>; | ||
| 240 | interrupts = <0x5 0x4>; | ||
| 241 | }; | ||
| 242 | |||
| 243 | IIC0: i2c@f0000400 { | ||
| 244 | compatible = "ibm,iic-440spe", "ibm,iic-440gp", "ibm,iic"; | ||
| 245 | reg = <0xf0000400 0x00000014>; | ||
| 246 | interrupt-parent = <&UIC0>; | ||
| 247 | interrupts = <0x2 0x4>; | ||
| 248 | }; | ||
| 249 | |||
| 250 | IIC1: i2c@f0000500 { | ||
| 251 | compatible = "ibm,iic-440spe", "ibm,iic-440gp", "ibm,iic"; | ||
| 252 | reg = <0xf0000500 0x00000014>; | ||
| 253 | interrupt-parent = <&UIC0>; | ||
| 254 | interrupts = <0x3 0x4>; | ||
| 255 | #address-cells = <1>; | ||
| 256 | #size-cells = <0>; | ||
| 257 | |||
| 258 | rtc@68 { | ||
| 259 | compatible = "stm,m41t00"; | ||
| 260 | reg = <0x68>; | ||
| 261 | }; | ||
| 262 | }; | ||
| 263 | |||
| 264 | EMAC0: ethernet@f0000800 { | ||
| 265 | linux,network-index = <0x0>; | ||
| 266 | device_type = "network"; | ||
| 267 | compatible = "ibm,emac-440spe", "ibm,emac4"; | ||
| 268 | interrupt-parent = <&UIC1>; | ||
| 269 | interrupts = <0x1c 0x4 0x1d 0x4>; | ||
| 270 | reg = <0xf0000800 0x00000074>; | ||
| 271 | local-mac-address = [000000000000]; | ||
| 272 | mal-device = <&MAL0>; | ||
| 273 | mal-tx-channel = <0>; | ||
| 274 | mal-rx-channel = <0>; | ||
| 275 | cell-index = <0>; | ||
| 276 | max-frame-size = <9000>; | ||
| 277 | rx-fifo-size = <4096>; | ||
| 278 | tx-fifo-size = <2048>; | ||
| 279 | phy-mode = "gmii"; | ||
| 280 | phy-map = <0x00000000>; | ||
| 281 | has-inverted-stacr-oc; | ||
| 282 | has-new-stacr-staopc; | ||
| 283 | }; | ||
| 284 | }; | ||
| 285 | |||
| 286 | PCIX0: pci@c0ec00000 { | ||
| 287 | device_type = "pci"; | ||
| 288 | #interrupt-cells = <1>; | ||
| 289 | #size-cells = <2>; | ||
| 290 | #address-cells = <3>; | ||
| 291 | compatible = "ibm,plb-pcix-440spe", "ibm,plb-pcix"; | ||
| 292 | primary; | ||
| 293 | large-inbound-windows; | ||
| 294 | enable-msi-hole; | ||
| 295 | reg = <0x0000000c 0x0ec00000 0x00000008 /* Config space access */ | ||
| 296 | 0x00000000 0x00000000 0x00000000 /* no IACK cycles */ | ||
| 297 | 0x0000000c 0x0ed00000 0x00000004 /* Special cycles */ | ||
| 298 | 0x0000000c 0x0ec80000 0x00000100 /* Internal registers */ | ||
| 299 | 0x0000000c 0x0ec80100 0x000000fc>; /* Internal messaging registers */ | ||
| 300 | |||
| 301 | /* Outbound ranges, one memory and one IO, | ||
| 302 | * later cannot be changed | ||
| 303 | */ | ||
| 304 | ranges = <0x02000000 0x00000000 0x80000000 0x0000000d 0x80000000 0x00000000 0x80000000 | ||
| 305 | 0x01000000 0x00000000 0x00000000 0x0000000c 0x08000000 0x00000000 0x00010000>; | ||
| 306 | |||
| 307 | /* Inbound 4GB range starting at 0 */ | ||
| 308 | dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x1 0x00000000>; | ||
| 309 | |||
| 310 | /* This drives busses 0 to 0xf */ | ||
| 311 | bus-range = <0x0 0xf>; | ||
| 312 | |||
| 313 | /* PCI-X interrupt (SM502) is routed to extIRQ10 (UIC1, 19) */ | ||
| 314 | interrupt-map-mask = <0x0 0x0 0x0 0x0>; | ||
| 315 | interrupt-map = <0x0 0x0 0x0 0x0 &UIC1 19 0x8>; | ||
| 316 | }; | ||
| 317 | |||
| 318 | PCIE0: pciex@d00000000 { | ||
| 319 | device_type = "pci"; | ||
| 320 | #interrupt-cells = <1>; | ||
| 321 | #size-cells = <2>; | ||
| 322 | #address-cells = <3>; | ||
| 323 | compatible = "ibm,plb-pciex-440spe", "ibm,plb-pciex"; | ||
| 324 | primary; | ||
| 325 | port = <0x0>; /* port number */ | ||
| 326 | reg = <0x0000000d 0x00000000 0x20000000 /* Config space access */ | ||
| 327 | 0x0000000c 0x10000000 0x00001000>; /* Registers */ | ||
| 328 | dcr-reg = <0x100 0x020>; | ||
| 329 | sdr-base = <0x300>; | ||
| 330 | |||
| 331 | /* Outbound ranges, one memory and one IO, | ||
| 332 | * later cannot be changed | ||
| 333 | */ | ||
| 334 | ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x00000000 0x00000000 0x80000000 | ||
| 335 | 0x01000000 0x00000000 0x00000000 0x0000000f 0x80000000 0x00000000 0x00010000>; | ||
| 336 | |||
| 337 | /* Inbound 4GB range starting at 0 */ | ||
| 338 | dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x1 0x00000000>; | ||
| 339 | |||
| 340 | /* This drives busses 0x10 to 0x1f */ | ||
| 341 | bus-range = <0x10 0x1f>; | ||
| 342 | |||
| 343 | /* Legacy interrupts (note the weird polarity, the bridge seems | ||
| 344 | * to invert PCIe legacy interrupts). | ||
| 345 | * We are de-swizzling here because the numbers are actually for | ||
| 346 | * port of the root complex virtual P2P bridge. But I want | ||
| 347 | * to avoid putting a node for it in the tree, so the numbers | ||
| 348 | * below are basically de-swizzled numbers. | ||
| 349 | * The real slot is on idsel 0, so the swizzling is 1:1 | ||
| 350 | */ | ||
| 351 | interrupt-map-mask = <0x0 0x0 0x0 0x7>; | ||
| 352 | interrupt-map = < | ||
| 353 | 0x0 0x0 0x0 0x1 &UIC3 0x0 0x4 /* swizzled int A */ | ||
| 354 | 0x0 0x0 0x0 0x2 &UIC3 0x1 0x4 /* swizzled int B */ | ||
| 355 | 0x0 0x0 0x0 0x3 &UIC3 0x2 0x4 /* swizzled int C */ | ||
| 356 | 0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>; | ||
| 357 | }; | ||
| 358 | |||
| 359 | PCIE1: pciex@d20000000 { | ||
| 360 | device_type = "pci"; | ||
| 361 | #interrupt-cells = <1>; | ||
| 362 | #size-cells = <2>; | ||
| 363 | #address-cells = <3>; | ||
| 364 | compatible = "ibm,plb-pciex-440spe", "ibm,plb-pciex"; | ||
| 365 | primary; | ||
| 366 | port = <0x1>; /* port number */ | ||
| 367 | reg = <0x0000000d 0x20000000 0x20000000 /* Config space access */ | ||
| 368 | 0x0000000c 0x10001000 0x00001000>; /* Registers */ | ||
| 369 | dcr-reg = <0x120 0x020>; | ||
| 370 | sdr-base = <0x340>; | ||
| 371 | |||
| 372 | /* Outbound ranges, one memory and one IO, | ||
| 373 | * later cannot be changed | ||
| 374 | */ | ||
| 375 | ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x80000000 0x00000000 0x80000000 | ||
| 376 | 0x01000000 0x00000000 0x00000000 0x0000000f 0x80010000 0x00000000 0x00010000>; | ||
| 377 | |||
| 378 | /* Inbound 4GB range starting at 0 */ | ||
| 379 | dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x1 0x00000000>; | ||
| 380 | |||
| 381 | /* This drives busses 0x20 to 0x2f */ | ||
| 382 | bus-range = <0x20 0x2f>; | ||
| 383 | |||
| 384 | /* Legacy interrupts (note the weird polarity, the bridge seems | ||
| 385 | * to invert PCIe legacy interrupts). | ||
| 386 | * We are de-swizzling here because the numbers are actually for | ||
| 387 | * port of the root complex virtual P2P bridge. But I want | ||
| 388 | * to avoid putting a node for it in the tree, so the numbers | ||
| 389 | * below are basically de-swizzled numbers. | ||
| 390 | * The real slot is on idsel 0, so the swizzling is 1:1 | ||
| 391 | */ | ||
| 392 | interrupt-map-mask = <0x0 0x0 0x0 0x7>; | ||
| 393 | interrupt-map = < | ||
| 394 | 0x0 0x0 0x0 0x1 &UIC3 0x4 0x4 /* swizzled int A */ | ||
| 395 | 0x0 0x0 0x0 0x2 &UIC3 0x5 0x4 /* swizzled int B */ | ||
| 396 | 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */ | ||
| 397 | 0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>; | ||
| 398 | }; | ||
| 399 | |||
| 400 | I2O: i2o@400100000 { | ||
| 401 | compatible = "ibm,i2o-440spe"; | ||
| 402 | reg = <0x00000004 0x00100000 0x100>; | ||
| 403 | dcr-reg = <0x060 0x020>; | ||
| 404 | }; | ||
| 405 | |||
| 406 | DMA0: dma0@400100100 { | ||
| 407 | compatible = "ibm,dma-440spe"; | ||
| 408 | cell-index = <0>; | ||
| 409 | reg = <0x00000004 0x00100100 0x100>; | ||
| 410 | dcr-reg = <0x060 0x020>; | ||
| 411 | interrupt-parent = <&DMA0>; | ||
| 412 | interrupts = <0 1>; | ||
| 413 | #interrupt-cells = <1>; | ||
| 414 | #address-cells = <0>; | ||
| 415 | #size-cells = <0>; | ||
| 416 | interrupt-map = < | ||
| 417 | 0 &UIC0 0x14 4 | ||
| 418 | 1 &UIC1 0x16 4>; | ||
| 419 | }; | ||
| 420 | |||
| 421 | DMA1: dma1@400100200 { | ||
| 422 | compatible = "ibm,dma-440spe"; | ||
| 423 | cell-index = <1>; | ||
| 424 | reg = <0x00000004 0x00100200 0x100>; | ||
| 425 | dcr-reg = <0x060 0x020>; | ||
| 426 | interrupt-parent = <&DMA1>; | ||
| 427 | interrupts = <0 1>; | ||
| 428 | #interrupt-cells = <1>; | ||
| 429 | #address-cells = <0>; | ||
| 430 | #size-cells = <0>; | ||
| 431 | interrupt-map = < | ||
| 432 | 0 &UIC0 0x16 4 | ||
| 433 | 1 &UIC1 0x16 4>; | ||
| 434 | }; | ||
| 435 | |||
| 436 | xor-accel@400200000 { | ||
| 437 | compatible = "amcc,xor-accelerator"; | ||
| 438 | reg = <0x00000004 0x00200000 0x400>; | ||
| 439 | interrupt-parent = <&UIC1>; | ||
| 440 | interrupts = <0x1f 4>; | ||
| 441 | }; | ||
| 442 | }; | ||
| 443 | |||
| 444 | chosen { | ||
| 445 | linux,stdout-path = "/plb/opb/serial@f0000200"; | ||
| 446 | }; | ||
| 447 | }; | ||
diff --git a/arch/powerpc/configs/44x/icon_defconfig b/arch/powerpc/configs/44x/icon_defconfig new file mode 100644 index 000000000000..40a755b65939 --- /dev/null +++ b/arch/powerpc/configs/44x/icon_defconfig | |||
| @@ -0,0 +1,1316 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.34-rc5 | ||
| 4 | # Mon Apr 26 16:44:40 2010 | ||
| 5 | # | ||
| 6 | # CONFIG_PPC64 is not set | ||
| 7 | |||
| 8 | # | ||
| 9 | # Processor support | ||
| 10 | # | ||
| 11 | # CONFIG_PPC_BOOK3S_32 is not set | ||
| 12 | # CONFIG_PPC_85xx is not set | ||
| 13 | # CONFIG_PPC_8xx is not set | ||
| 14 | # CONFIG_40x is not set | ||
| 15 | CONFIG_44x=y | ||
| 16 | # CONFIG_E200 is not set | ||
| 17 | CONFIG_4xx=y | ||
| 18 | CONFIG_BOOKE=y | ||
| 19 | CONFIG_PTE_64BIT=y | ||
| 20 | CONFIG_PHYS_64BIT=y | ||
| 21 | CONFIG_PPC_MMU_NOHASH=y | ||
| 22 | CONFIG_PPC_MMU_NOHASH_32=y | ||
| 23 | # CONFIG_PPC_MM_SLICES is not set | ||
| 24 | CONFIG_NOT_COHERENT_CACHE=y | ||
| 25 | CONFIG_PPC32=y | ||
| 26 | CONFIG_WORD_SIZE=32 | ||
| 27 | CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | ||
| 28 | CONFIG_MMU=y | ||
| 29 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
| 30 | CONFIG_GENERIC_TIME=y | ||
| 31 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
| 32 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
| 33 | CONFIG_GENERIC_HARDIRQS=y | ||
| 34 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
| 35 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | ||
| 36 | # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set | ||
| 37 | CONFIG_IRQ_PER_CPU=y | ||
| 38 | CONFIG_NR_IRQS=512 | ||
| 39 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 40 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 41 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
| 42 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 43 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
| 44 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
| 45 | CONFIG_GENERIC_HWEIGHT=y | ||
| 46 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
| 47 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | ||
| 48 | CONFIG_PPC=y | ||
| 49 | CONFIG_EARLY_PRINTK=y | ||
| 50 | CONFIG_GENERIC_NVRAM=y | ||
| 51 | CONFIG_SCHED_OMIT_FRAME_POINTER=y | ||
| 52 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
| 53 | CONFIG_PPC_OF=y | ||
| 54 | CONFIG_OF=y | ||
| 55 | CONFIG_PPC_UDBG_16550=y | ||
| 56 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 57 | CONFIG_AUDIT_ARCH=y | ||
| 58 | CONFIG_GENERIC_BUG=y | ||
| 59 | CONFIG_DTC=y | ||
| 60 | # CONFIG_DEFAULT_UIMAGE is not set | ||
| 61 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 62 | CONFIG_PPC_DCR_NATIVE=y | ||
| 63 | # CONFIG_PPC_DCR_MMIO is not set | ||
| 64 | CONFIG_PPC_DCR=y | ||
| 65 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
| 66 | CONFIG_PPC_ADV_DEBUG_REGS=y | ||
| 67 | CONFIG_PPC_ADV_DEBUG_IACS=4 | ||
| 68 | CONFIG_PPC_ADV_DEBUG_DACS=2 | ||
| 69 | CONFIG_PPC_ADV_DEBUG_DVCS=2 | ||
| 70 | CONFIG_PPC_ADV_DEBUG_DAC_RANGE=y | ||
| 71 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 72 | CONFIG_CONSTRUCTORS=y | ||
| 73 | |||
| 74 | # | ||
| 75 | # General setup | ||
| 76 | # | ||
| 77 | CONFIG_EXPERIMENTAL=y | ||
| 78 | CONFIG_BROKEN_ON_SMP=y | ||
| 79 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 80 | CONFIG_LOCALVERSION="" | ||
| 81 | CONFIG_LOCALVERSION_AUTO=y | ||
| 82 | CONFIG_SWAP=y | ||
| 83 | CONFIG_SYSVIPC=y | ||
| 84 | CONFIG_SYSVIPC_SYSCTL=y | ||
| 85 | CONFIG_POSIX_MQUEUE=y | ||
| 86 | CONFIG_POSIX_MQUEUE_SYSCTL=y | ||
| 87 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 88 | # CONFIG_TASKSTATS is not set | ||
| 89 | # CONFIG_AUDIT is not set | ||
| 90 | |||
| 91 | # | ||
| 92 | # RCU Subsystem | ||
| 93 | # | ||
| 94 | CONFIG_TREE_RCU=y | ||
| 95 | # CONFIG_TREE_PREEMPT_RCU is not set | ||
| 96 | # CONFIG_TINY_RCU is not set | ||
| 97 | # CONFIG_RCU_TRACE is not set | ||
| 98 | CONFIG_RCU_FANOUT=32 | ||
| 99 | # CONFIG_RCU_FANOUT_EXACT is not set | ||
| 100 | # CONFIG_TREE_RCU_TRACE is not set | ||
| 101 | # CONFIG_IKCONFIG is not set | ||
| 102 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 103 | # CONFIG_CGROUPS is not set | ||
| 104 | CONFIG_SYSFS_DEPRECATED=y | ||
| 105 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 106 | # CONFIG_RELAY is not set | ||
| 107 | # CONFIG_NAMESPACES is not set | ||
| 108 | CONFIG_BLK_DEV_INITRD=y | ||
| 109 | CONFIG_INITRAMFS_SOURCE="" | ||
| 110 | CONFIG_RD_GZIP=y | ||
| 111 | # CONFIG_RD_BZIP2 is not set | ||
| 112 | # CONFIG_RD_LZMA is not set | ||
| 113 | # CONFIG_RD_LZO is not set | ||
| 114 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 115 | CONFIG_SYSCTL=y | ||
| 116 | CONFIG_ANON_INODES=y | ||
| 117 | CONFIG_EMBEDDED=y | ||
| 118 | CONFIG_SYSCTL_SYSCALL=y | ||
| 119 | CONFIG_KALLSYMS=y | ||
| 120 | # CONFIG_KALLSYMS_ALL is not set | ||
| 121 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 122 | CONFIG_HOTPLUG=y | ||
| 123 | CONFIG_PRINTK=y | ||
| 124 | # CONFIG_LOGBUFFER is not set | ||
| 125 | CONFIG_BUG=y | ||
| 126 | CONFIG_ELF_CORE=y | ||
| 127 | CONFIG_BASE_FULL=y | ||
| 128 | CONFIG_FUTEX=y | ||
| 129 | CONFIG_EPOLL=y | ||
| 130 | CONFIG_SIGNALFD=y | ||
| 131 | CONFIG_TIMERFD=y | ||
| 132 | CONFIG_EVENTFD=y | ||
| 133 | CONFIG_SHMEM=y | ||
| 134 | CONFIG_AIO=y | ||
| 135 | CONFIG_HAVE_PERF_EVENTS=y | ||
| 136 | |||
| 137 | # | ||
| 138 | # Kernel Performance Events And Counters | ||
| 139 | # | ||
| 140 | # CONFIG_PERF_EVENTS is not set | ||
| 141 | # CONFIG_PERF_COUNTERS is not set | ||
| 142 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 143 | CONFIG_PCI_QUIRKS=y | ||
| 144 | CONFIG_SLUB_DEBUG=y | ||
| 145 | CONFIG_COMPAT_BRK=y | ||
| 146 | # CONFIG_SLAB is not set | ||
| 147 | CONFIG_SLUB=y | ||
| 148 | # CONFIG_SLOB is not set | ||
| 149 | # CONFIG_PROFILING is not set | ||
| 150 | CONFIG_HAVE_OPROFILE=y | ||
| 151 | # CONFIG_KPROBES is not set | ||
| 152 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 153 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 154 | CONFIG_HAVE_KPROBES=y | ||
| 155 | CONFIG_HAVE_KRETPROBES=y | ||
| 156 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 157 | CONFIG_HAVE_DMA_ATTRS=y | ||
| 158 | CONFIG_HAVE_DMA_API_DEBUG=y | ||
| 159 | |||
| 160 | # | ||
| 161 | # GCOV-based kernel profiling | ||
| 162 | # | ||
| 163 | # CONFIG_SLOW_WORK is not set | ||
| 164 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 165 | CONFIG_SLABINFO=y | ||
| 166 | CONFIG_RT_MUTEXES=y | ||
| 167 | CONFIG_BASE_SMALL=0 | ||
| 168 | CONFIG_MODULES=y | ||
| 169 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 170 | CONFIG_MODULE_UNLOAD=y | ||
| 171 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 172 | # CONFIG_MODVERSIONS is not set | ||
| 173 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 174 | CONFIG_BLOCK=y | ||
| 175 | CONFIG_LBDAF=y | ||
| 176 | # CONFIG_BLK_DEV_BSG is not set | ||
| 177 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 178 | |||
| 179 | # | ||
| 180 | # IO Schedulers | ||
| 181 | # | ||
| 182 | CONFIG_IOSCHED_NOOP=y | ||
| 183 | CONFIG_IOSCHED_DEADLINE=y | ||
| 184 | CONFIG_IOSCHED_CFQ=y | ||
| 185 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 186 | CONFIG_DEFAULT_CFQ=y | ||
| 187 | # CONFIG_DEFAULT_NOOP is not set | ||
| 188 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
| 189 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
| 190 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
| 191 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
| 192 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
| 193 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
| 194 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
| 195 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
| 196 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
| 197 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
| 198 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
| 199 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
| 200 | # CONFIG_INLINE_READ_LOCK is not set | ||
| 201 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
| 202 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
| 203 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
| 204 | CONFIG_INLINE_READ_UNLOCK=y | ||
| 205 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
| 206 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
| 207 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
| 208 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
| 209 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
| 210 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
| 211 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
| 212 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
| 213 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
| 214 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
| 215 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
| 216 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
| 217 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
| 218 | # CONFIG_FREEZER is not set | ||
| 219 | CONFIG_PPC4xx_PCI_EXPRESS=y | ||
| 220 | |||
| 221 | # | ||
| 222 | # Platform support | ||
| 223 | # | ||
| 224 | # CONFIG_PPC_CELL is not set | ||
| 225 | # CONFIG_PPC_CELL_NATIVE is not set | ||
| 226 | # CONFIG_PQ2ADS is not set | ||
| 227 | # CONFIG_BAMBOO is not set | ||
| 228 | # CONFIG_EBONY is not set | ||
| 229 | # CONFIG_SAM440EP is not set | ||
| 230 | # CONFIG_SEQUOIA is not set | ||
| 231 | # CONFIG_TAISHAN is not set | ||
| 232 | # CONFIG_KATMAI is not set | ||
| 233 | # CONFIG_RAINIER is not set | ||
| 234 | # CONFIG_WARP is not set | ||
| 235 | # CONFIG_ARCHES is not set | ||
| 236 | # CONFIG_CANYONLANDS is not set | ||
| 237 | # CONFIG_GLACIER is not set | ||
| 238 | # CONFIG_REDWOOD is not set | ||
| 239 | # CONFIG_EIGER is not set | ||
| 240 | # CONFIG_YOSEMITE is not set | ||
| 241 | CONFIG_ICON=y | ||
| 242 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 243 | CONFIG_PPC44x_SIMPLE=y | ||
| 244 | # CONFIG_PPC4xx_GPIO is not set | ||
| 245 | CONFIG_440SPe=y | ||
| 246 | CONFIG_STDBINUTILS=y | ||
| 247 | # CONFIG_IPIC is not set | ||
| 248 | # CONFIG_MPIC is not set | ||
| 249 | # CONFIG_MPIC_WEIRD is not set | ||
| 250 | # CONFIG_PPC_I8259 is not set | ||
| 251 | # CONFIG_PPC_RTAS is not set | ||
| 252 | # CONFIG_MMIO_NVRAM is not set | ||
| 253 | # CONFIG_PPC_MPC106 is not set | ||
| 254 | # CONFIG_PPC_970_NAP is not set | ||
| 255 | # CONFIG_PPC_INDIRECT_IO is not set | ||
| 256 | # CONFIG_GENERIC_IOMAP is not set | ||
| 257 | # CONFIG_CPU_FREQ is not set | ||
| 258 | # CONFIG_FSL_ULI1575 is not set | ||
| 259 | # CONFIG_SIMPLE_GPIO is not set | ||
| 260 | |||
| 261 | # | ||
| 262 | # Kernel options | ||
| 263 | # | ||
| 264 | CONFIG_HIGHMEM=y | ||
| 265 | # CONFIG_NO_HZ is not set | ||
| 266 | # CONFIG_HIGH_RES_TIMERS is not set | ||
| 267 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
| 268 | # CONFIG_HZ_100 is not set | ||
| 269 | CONFIG_HZ_250=y | ||
| 270 | # CONFIG_HZ_300 is not set | ||
| 271 | # CONFIG_HZ_1000 is not set | ||
| 272 | CONFIG_HZ=250 | ||
| 273 | # CONFIG_SCHED_HRTICK is not set | ||
| 274 | CONFIG_PREEMPT_NONE=y | ||
| 275 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 276 | # CONFIG_PREEMPT is not set | ||
| 277 | CONFIG_BINFMT_ELF=y | ||
| 278 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
| 279 | # CONFIG_HAVE_AOUT is not set | ||
| 280 | # CONFIG_BINFMT_MISC is not set | ||
| 281 | # CONFIG_MATH_EMULATION is not set | ||
| 282 | # CONFIG_IOMMU_HELPER is not set | ||
| 283 | # CONFIG_SWIOTLB is not set | ||
| 284 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
| 285 | CONFIG_ARCH_HAS_WALK_MEMORY=y | ||
| 286 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
| 287 | CONFIG_SPARSE_IRQ=y | ||
| 288 | CONFIG_MAX_ACTIVE_REGIONS=32 | ||
| 289 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 290 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
| 291 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 292 | CONFIG_FLATMEM_MANUAL=y | ||
| 293 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 294 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 295 | CONFIG_FLATMEM=y | ||
| 296 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 297 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 298 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 299 | CONFIG_MIGRATION=y | ||
| 300 | CONFIG_PHYS_ADDR_T_64BIT=y | ||
| 301 | CONFIG_ZONE_DMA_FLAG=1 | ||
| 302 | CONFIG_BOUNCE=y | ||
| 303 | CONFIG_VIRT_TO_BUS=y | ||
| 304 | # CONFIG_KSM is not set | ||
| 305 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
| 306 | CONFIG_PPC_4K_PAGES=y | ||
| 307 | # CONFIG_PPC_16K_PAGES is not set | ||
| 308 | # CONFIG_PPC_64K_PAGES is not set | ||
| 309 | # CONFIG_PPC_256K_PAGES is not set | ||
| 310 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 311 | CONFIG_PROC_DEVICETREE=y | ||
| 312 | CONFIG_CMDLINE_BOOL=y | ||
| 313 | CONFIG_CMDLINE="" | ||
| 314 | CONFIG_EXTRA_TARGETS="" | ||
| 315 | # CONFIG_ARCH_HAS_NMI_WATCHDOG is not set | ||
| 316 | CONFIG_SECCOMP=y | ||
| 317 | CONFIG_ISA_DMA_API=y | ||
| 318 | |||
| 319 | # | ||
| 320 | # Bus options | ||
| 321 | # | ||
| 322 | CONFIG_ZONE_DMA=y | ||
| 323 | CONFIG_NEED_DMA_MAP_STATE=y | ||
| 324 | CONFIG_PPC_INDIRECT_PCI=y | ||
| 325 | CONFIG_4xx_SOC=y | ||
| 326 | CONFIG_PPC_PCI_CHOICE=y | ||
| 327 | CONFIG_PCI=y | ||
| 328 | CONFIG_PCI_DOMAINS=y | ||
| 329 | CONFIG_PCI_SYSCALL=y | ||
| 330 | CONFIG_PCIEPORTBUS=y | ||
| 331 | CONFIG_PCIEAER=y | ||
| 332 | # CONFIG_PCIE_ECRC is not set | ||
| 333 | # CONFIG_PCIEAER_INJECT is not set | ||
| 334 | # CONFIG_PCIEASPM is not set | ||
| 335 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
| 336 | # CONFIG_PCI_MSI is not set | ||
| 337 | # CONFIG_PCI_DEBUG is not set | ||
| 338 | # CONFIG_PCI_STUB is not set | ||
| 339 | # CONFIG_PCI_IOV is not set | ||
| 340 | # CONFIG_PCCARD is not set | ||
| 341 | # CONFIG_HOTPLUG_PCI is not set | ||
| 342 | # CONFIG_HAS_RAPIDIO is not set | ||
| 343 | |||
| 344 | # | ||
| 345 | # Advanced setup | ||
| 346 | # | ||
| 347 | # CONFIG_ADVANCED_OPTIONS is not set | ||
| 348 | |||
| 349 | # | ||
| 350 | # Default settings for advanced configuration options are used | ||
| 351 | # | ||
| 352 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
| 353 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 354 | CONFIG_KERNEL_START=0xc0000000 | ||
| 355 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 356 | CONFIG_TASK_SIZE=0xc0000000 | ||
| 357 | CONFIG_CONSISTENT_SIZE=0x00200000 | ||
| 358 | CONFIG_NET=y | ||
| 359 | |||
| 360 | # | ||
| 361 | # Networking options | ||
| 362 | # | ||
| 363 | CONFIG_PACKET=y | ||
| 364 | CONFIG_UNIX=y | ||
| 365 | # CONFIG_NET_KEY is not set | ||
| 366 | CONFIG_INET=y | ||
| 367 | # CONFIG_IP_MULTICAST is not set | ||
| 368 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 369 | CONFIG_IP_FIB_HASH=y | ||
| 370 | CONFIG_IP_PNP=y | ||
| 371 | CONFIG_IP_PNP_DHCP=y | ||
| 372 | CONFIG_IP_PNP_BOOTP=y | ||
| 373 | # CONFIG_IP_PNP_RARP is not set | ||
| 374 | # CONFIG_NET_IPIP is not set | ||
| 375 | # CONFIG_NET_IPGRE is not set | ||
| 376 | # CONFIG_ARPD is not set | ||
| 377 | # CONFIG_SYN_COOKIES is not set | ||
| 378 | # CONFIG_INET_AH is not set | ||
| 379 | # CONFIG_INET_ESP is not set | ||
| 380 | # CONFIG_INET_IPCOMP is not set | ||
| 381 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 382 | # CONFIG_INET_TUNNEL is not set | ||
| 383 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
| 384 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
| 385 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
| 386 | # CONFIG_INET_LRO is not set | ||
| 387 | CONFIG_INET_DIAG=y | ||
| 388 | CONFIG_INET_TCP_DIAG=y | ||
| 389 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 390 | CONFIG_TCP_CONG_CUBIC=y | ||
| 391 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 392 | # CONFIG_TCP_MD5SIG is not set | ||
| 393 | # CONFIG_IPV6 is not set | ||
| 394 | # CONFIG_NETWORK_SECMARK is not set | ||
| 395 | # CONFIG_NETFILTER is not set | ||
| 396 | # CONFIG_IP_DCCP is not set | ||
| 397 | # CONFIG_IP_SCTP is not set | ||
| 398 | # CONFIG_RDS is not set | ||
| 399 | # CONFIG_TIPC is not set | ||
| 400 | # CONFIG_ATM is not set | ||
| 401 | # CONFIG_BRIDGE is not set | ||
| 402 | # CONFIG_NET_DSA is not set | ||
| 403 | # CONFIG_VLAN_8021Q is not set | ||
| 404 | # CONFIG_DECNET is not set | ||
| 405 | # CONFIG_LLC2 is not set | ||
| 406 | # CONFIG_IPX is not set | ||
| 407 | # CONFIG_ATALK is not set | ||
| 408 | # CONFIG_X25 is not set | ||
| 409 | # CONFIG_LAPB is not set | ||
| 410 | # CONFIG_ECONET is not set | ||
| 411 | # CONFIG_WAN_ROUTER is not set | ||
| 412 | # CONFIG_PHONET is not set | ||
| 413 | # CONFIG_IEEE802154 is not set | ||
| 414 | # CONFIG_NET_SCHED is not set | ||
| 415 | # CONFIG_DCB is not set | ||
| 416 | |||
| 417 | # | ||
| 418 | # Network testing | ||
| 419 | # | ||
| 420 | # CONFIG_NET_PKTGEN is not set | ||
| 421 | # CONFIG_HAMRADIO is not set | ||
| 422 | # CONFIG_CAN is not set | ||
| 423 | # CONFIG_IRDA is not set | ||
| 424 | # CONFIG_BT is not set | ||
| 425 | # CONFIG_AF_RXRPC is not set | ||
| 426 | CONFIG_WIRELESS=y | ||
| 427 | # CONFIG_CFG80211 is not set | ||
| 428 | # CONFIG_LIB80211 is not set | ||
| 429 | |||
| 430 | # | ||
| 431 | # CFG80211 needs to be enabled for MAC80211 | ||
| 432 | # | ||
| 433 | # CONFIG_WIMAX is not set | ||
| 434 | # CONFIG_RFKILL is not set | ||
| 435 | # CONFIG_NET_9P is not set | ||
| 436 | |||
| 437 | # | ||
| 438 | # Device Drivers | ||
| 439 | # | ||
| 440 | |||
| 441 | # | ||
| 442 | # Generic Driver Options | ||
| 443 | # | ||
| 444 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 445 | # CONFIG_DEVTMPFS is not set | ||
| 446 | CONFIG_STANDALONE=y | ||
| 447 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 448 | CONFIG_FW_LOADER=y | ||
| 449 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 450 | CONFIG_EXTRA_FIRMWARE="" | ||
| 451 | # CONFIG_DEBUG_DRIVER is not set | ||
| 452 | # CONFIG_DEBUG_DEVRES is not set | ||
| 453 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 454 | CONFIG_CONNECTOR=y | ||
| 455 | CONFIG_PROC_EVENTS=y | ||
| 456 | CONFIG_MTD=y | ||
| 457 | # CONFIG_MTD_DEBUG is not set | ||
| 458 | # CONFIG_MTD_TESTS is not set | ||
| 459 | # CONFIG_MTD_CONCAT is not set | ||
| 460 | CONFIG_MTD_PARTITIONS=y | ||
| 461 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 462 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 463 | CONFIG_MTD_OF_PARTS=y | ||
| 464 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 465 | |||
| 466 | # | ||
| 467 | # User Modules And Translation Layers | ||
| 468 | # | ||
| 469 | CONFIG_MTD_CHAR=y | ||
| 470 | CONFIG_MTD_BLKDEVS=y | ||
| 471 | CONFIG_MTD_BLOCK=y | ||
| 472 | # CONFIG_FTL is not set | ||
| 473 | # CONFIG_NFTL is not set | ||
| 474 | # CONFIG_INFTL is not set | ||
| 475 | # CONFIG_RFD_FTL is not set | ||
| 476 | # CONFIG_SSFDC is not set | ||
| 477 | # CONFIG_MTD_OOPS is not set | ||
| 478 | |||
| 479 | # | ||
| 480 | # RAM/ROM/Flash chip drivers | ||
| 481 | # | ||
| 482 | CONFIG_MTD_CFI=y | ||
| 483 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 484 | CONFIG_MTD_GEN_PROBE=y | ||
| 485 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
| 486 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 487 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 488 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 489 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 490 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 491 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 492 | CONFIG_MTD_CFI_I1=y | ||
| 493 | CONFIG_MTD_CFI_I2=y | ||
| 494 | # CONFIG_MTD_CFI_I4 is not set | ||
| 495 | # CONFIG_MTD_CFI_I8 is not set | ||
| 496 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
| 497 | CONFIG_MTD_CFI_AMDSTD=y | ||
| 498 | # CONFIG_MTD_CFI_STAA is not set | ||
| 499 | CONFIG_MTD_CFI_UTIL=y | ||
| 500 | # CONFIG_MTD_RAM is not set | ||
| 501 | # CONFIG_MTD_ROM is not set | ||
| 502 | # CONFIG_MTD_ABSENT is not set | ||
| 503 | |||
| 504 | # | ||
| 505 | # Mapping drivers for chip access | ||
| 506 | # | ||
| 507 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 508 | # CONFIG_MTD_PHYSMAP is not set | ||
| 509 | CONFIG_MTD_PHYSMAP_OF=y | ||
| 510 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 511 | # CONFIG_MTD_PLATRAM is not set | ||
| 512 | |||
| 513 | # | ||
| 514 | # Self-contained MTD device drivers | ||
| 515 | # | ||
| 516 | # CONFIG_MTD_PMC551 is not set | ||
| 517 | # CONFIG_MTD_SLRAM is not set | ||
| 518 | # CONFIG_MTD_PHRAM is not set | ||
| 519 | # CONFIG_MTD_MTDRAM is not set | ||
| 520 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 521 | |||
| 522 | # | ||
| 523 | # Disk-On-Chip Device Drivers | ||
| 524 | # | ||
| 525 | # CONFIG_MTD_DOC2000 is not set | ||
| 526 | # CONFIG_MTD_DOC2001 is not set | ||
| 527 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 528 | # CONFIG_MTD_NAND is not set | ||
| 529 | # CONFIG_MTD_ONENAND is not set | ||
| 530 | |||
| 531 | # | ||
| 532 | # LPDDR flash memory drivers | ||
| 533 | # | ||
| 534 | # CONFIG_MTD_LPDDR is not set | ||
| 535 | |||
| 536 | # | ||
| 537 | # UBI - Unsorted block images | ||
| 538 | # | ||
| 539 | # CONFIG_MTD_UBI is not set | ||
| 540 | CONFIG_OF_FLATTREE=y | ||
| 541 | CONFIG_OF_DYNAMIC=y | ||
| 542 | CONFIG_OF_DEVICE=y | ||
| 543 | CONFIG_OF_I2C=y | ||
| 544 | # CONFIG_PARPORT is not set | ||
| 545 | CONFIG_BLK_DEV=y | ||
| 546 | # CONFIG_BLK_DEV_FD is not set | ||
| 547 | # CONFIG_BLK_CPQ_DA is not set | ||
| 548 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 549 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 550 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 551 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 552 | # CONFIG_BLK_DEV_LOOP is not set | ||
| 553 | # CONFIG_BLK_DEV_DRBD is not set | ||
| 554 | # CONFIG_BLK_DEV_NBD is not set | ||
| 555 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 556 | CONFIG_BLK_DEV_RAM=y | ||
| 557 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 558 | CONFIG_BLK_DEV_RAM_SIZE=35000 | ||
| 559 | # CONFIG_BLK_DEV_XIP is not set | ||
| 560 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 561 | # CONFIG_ATA_OVER_ETH is not set | ||
| 562 | CONFIG_XILINX_SYSACE=y | ||
| 563 | # CONFIG_BLK_DEV_HD is not set | ||
| 564 | # CONFIG_MISC_DEVICES is not set | ||
| 565 | CONFIG_HAVE_IDE=y | ||
| 566 | # CONFIG_IDE is not set | ||
| 567 | |||
| 568 | # | ||
| 569 | # SCSI device support | ||
| 570 | # | ||
| 571 | CONFIG_SCSI_MOD=y | ||
| 572 | # CONFIG_RAID_ATTRS is not set | ||
| 573 | CONFIG_SCSI=y | ||
| 574 | CONFIG_SCSI_DMA=y | ||
| 575 | # CONFIG_SCSI_TGT is not set | ||
| 576 | # CONFIG_SCSI_NETLINK is not set | ||
| 577 | CONFIG_SCSI_PROC_FS=y | ||
| 578 | |||
| 579 | # | ||
| 580 | # SCSI support type (disk, tape, CD-ROM) | ||
| 581 | # | ||
| 582 | CONFIG_BLK_DEV_SD=y | ||
| 583 | # CONFIG_CHR_DEV_ST is not set | ||
| 584 | # CONFIG_CHR_DEV_OSST is not set | ||
| 585 | # CONFIG_BLK_DEV_SR is not set | ||
| 586 | # CONFIG_CHR_DEV_SG is not set | ||
| 587 | # CONFIG_CHR_DEV_SCH is not set | ||
| 588 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 589 | CONFIG_SCSI_CONSTANTS=y | ||
| 590 | CONFIG_SCSI_LOGGING=y | ||
| 591 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
| 592 | CONFIG_SCSI_WAIT_SCAN=m | ||
| 593 | |||
| 594 | # | ||
| 595 | # SCSI Transports | ||
| 596 | # | ||
| 597 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 598 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 599 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 600 | CONFIG_SCSI_SAS_ATTRS=y | ||
| 601 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
| 602 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
| 603 | # CONFIG_SCSI_LOWLEVEL is not set | ||
| 604 | # CONFIG_SCSI_DH is not set | ||
| 605 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
| 606 | # CONFIG_ATA is not set | ||
| 607 | # CONFIG_MD is not set | ||
| 608 | CONFIG_FUSION=y | ||
| 609 | # CONFIG_FUSION_SPI is not set | ||
| 610 | # CONFIG_FUSION_FC is not set | ||
| 611 | CONFIG_FUSION_SAS=y | ||
| 612 | CONFIG_FUSION_MAX_SGE=128 | ||
| 613 | CONFIG_FUSION_CTL=y | ||
| 614 | CONFIG_FUSION_LOGGING=y | ||
| 615 | |||
| 616 | # | ||
| 617 | # IEEE 1394 (FireWire) support | ||
| 618 | # | ||
| 619 | |||
| 620 | # | ||
| 621 | # You can enable one or both FireWire driver stacks. | ||
| 622 | # | ||
| 623 | |||
| 624 | # | ||
| 625 | # The newer stack is recommended. | ||
| 626 | # | ||
| 627 | # CONFIG_FIREWIRE is not set | ||
| 628 | # CONFIG_IEEE1394 is not set | ||
| 629 | # CONFIG_I2O is not set | ||
| 630 | # CONFIG_MACINTOSH_DRIVERS is not set | ||
| 631 | CONFIG_NETDEVICES=y | ||
| 632 | # CONFIG_DUMMY is not set | ||
| 633 | # CONFIG_BONDING is not set | ||
| 634 | # CONFIG_MACVLAN is not set | ||
| 635 | # CONFIG_EQUALIZER is not set | ||
| 636 | # CONFIG_TUN is not set | ||
| 637 | # CONFIG_VETH is not set | ||
| 638 | # CONFIG_ARCNET is not set | ||
| 639 | # CONFIG_PHYLIB is not set | ||
| 640 | CONFIG_NET_ETHERNET=y | ||
| 641 | # CONFIG_MII is not set | ||
| 642 | # CONFIG_HAPPYMEAL is not set | ||
| 643 | # CONFIG_SUNGEM is not set | ||
| 644 | # CONFIG_CASSINI is not set | ||
| 645 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 646 | # CONFIG_ETHOC is not set | ||
| 647 | # CONFIG_DNET is not set | ||
| 648 | # CONFIG_NET_TULIP is not set | ||
| 649 | # CONFIG_HP100 is not set | ||
| 650 | CONFIG_IBM_NEW_EMAC=y | ||
| 651 | CONFIG_IBM_NEW_EMAC_RXB=128 | ||
| 652 | CONFIG_IBM_NEW_EMAC_TXB=64 | ||
| 653 | CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32 | ||
| 654 | CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256 | ||
| 655 | CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0 | ||
| 656 | # CONFIG_IBM_NEW_EMAC_DEBUG is not set | ||
| 657 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
| 658 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
| 659 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
| 660 | CONFIG_IBM_NEW_EMAC_EMAC4=y | ||
| 661 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
| 662 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
| 663 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
| 664 | # CONFIG_NET_PCI is not set | ||
| 665 | # CONFIG_B44 is not set | ||
| 666 | # CONFIG_KS8842 is not set | ||
| 667 | # CONFIG_KS8851_MLL is not set | ||
| 668 | # CONFIG_ATL2 is not set | ||
| 669 | # CONFIG_XILINX_EMACLITE is not set | ||
| 670 | # CONFIG_NETDEV_1000 is not set | ||
| 671 | # CONFIG_NETDEV_10000 is not set | ||
| 672 | # CONFIG_TR is not set | ||
| 673 | # CONFIG_WLAN is not set | ||
| 674 | |||
| 675 | # | ||
| 676 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
| 677 | # | ||
| 678 | # CONFIG_WAN is not set | ||
| 679 | # CONFIG_FDDI is not set | ||
| 680 | # CONFIG_HIPPI is not set | ||
| 681 | # CONFIG_PPP is not set | ||
| 682 | # CONFIG_SLIP is not set | ||
| 683 | # CONFIG_NET_FC is not set | ||
| 684 | # CONFIG_NETCONSOLE is not set | ||
| 685 | # CONFIG_NETPOLL is not set | ||
| 686 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 687 | # CONFIG_VMXNET3 is not set | ||
| 688 | # CONFIG_ISDN is not set | ||
| 689 | # CONFIG_PHONE is not set | ||
| 690 | |||
| 691 | # | ||
| 692 | # Input device support | ||
| 693 | # | ||
| 694 | # CONFIG_INPUT is not set | ||
| 695 | |||
| 696 | # | ||
| 697 | # Hardware I/O ports | ||
| 698 | # | ||
| 699 | # CONFIG_SERIO is not set | ||
| 700 | # CONFIG_GAMEPORT is not set | ||
| 701 | |||
| 702 | # | ||
| 703 | # Character devices | ||
| 704 | # | ||
| 705 | # CONFIG_VT is not set | ||
| 706 | CONFIG_DEVKMEM=y | ||
| 707 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 708 | # CONFIG_NOZOMI is not set | ||
| 709 | |||
| 710 | # | ||
| 711 | # Serial drivers | ||
| 712 | # | ||
| 713 | CONFIG_SERIAL_8250=y | ||
| 714 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 715 | # CONFIG_SERIAL_8250_PCI is not set | ||
| 716 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 717 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 718 | CONFIG_SERIAL_8250_EXTENDED=y | ||
| 719 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
| 720 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
| 721 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
| 722 | # CONFIG_SERIAL_8250_RSA is not set | ||
| 723 | |||
| 724 | # | ||
| 725 | # Non-8250 serial port support | ||
| 726 | # | ||
| 727 | # CONFIG_SERIAL_UARTLITE is not set | ||
| 728 | CONFIG_SERIAL_CORE=y | ||
| 729 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 730 | # CONFIG_SERIAL_JSM is not set | ||
| 731 | CONFIG_SERIAL_OF_PLATFORM=y | ||
| 732 | # CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set | ||
| 733 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
| 734 | # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set | ||
| 735 | CONFIG_UNIX98_PTYS=y | ||
| 736 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
| 737 | CONFIG_LEGACY_PTYS=y | ||
| 738 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 739 | # CONFIG_HVC_UDBG is not set | ||
| 740 | # CONFIG_IPMI_HANDLER is not set | ||
| 741 | # CONFIG_HW_RANDOM is not set | ||
| 742 | # CONFIG_NVRAM is not set | ||
| 743 | # CONFIG_R3964 is not set | ||
| 744 | # CONFIG_APPLICOM is not set | ||
| 745 | # CONFIG_RAW_DRIVER is not set | ||
| 746 | # CONFIG_BOOTCOUNT is not set | ||
| 747 | # CONFIG_DISPLAY_PDSP1880 is not set | ||
| 748 | # CONFIG_MUCMC52_IO is not set | ||
| 749 | # CONFIG_UC101_IO is not set | ||
| 750 | # CONFIG_SRAM is not set | ||
| 751 | # CONFIG_TCG_TPM is not set | ||
| 752 | CONFIG_DEVPORT=y | ||
| 753 | CONFIG_I2C=y | ||
| 754 | CONFIG_I2C_BOARDINFO=y | ||
| 755 | CONFIG_I2C_COMPAT=y | ||
| 756 | CONFIG_I2C_CHARDEV=y | ||
| 757 | CONFIG_I2C_HELPER_AUTO=y | ||
| 758 | |||
| 759 | # | ||
| 760 | # I2C Hardware Bus support | ||
| 761 | # | ||
| 762 | |||
| 763 | # | ||
| 764 | # PC SMBus host controller drivers | ||
| 765 | # | ||
| 766 | # CONFIG_I2C_ALI1535 is not set | ||
| 767 | # CONFIG_I2C_ALI1563 is not set | ||
| 768 | # CONFIG_I2C_ALI15X3 is not set | ||
| 769 | # CONFIG_I2C_AMD756 is not set | ||
| 770 | # CONFIG_I2C_AMD8111 is not set | ||
| 771 | # CONFIG_I2C_I801 is not set | ||
| 772 | # CONFIG_I2C_ISCH is not set | ||
| 773 | # CONFIG_I2C_PIIX4 is not set | ||
| 774 | # CONFIG_I2C_NFORCE2 is not set | ||
| 775 | # CONFIG_I2C_SIS5595 is not set | ||
| 776 | # CONFIG_I2C_SIS630 is not set | ||
| 777 | # CONFIG_I2C_SIS96X is not set | ||
| 778 | # CONFIG_I2C_VIA is not set | ||
| 779 | # CONFIG_I2C_VIAPRO is not set | ||
| 780 | |||
| 781 | # | ||
| 782 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 783 | # | ||
| 784 | CONFIG_I2C_IBM_IIC=y | ||
| 785 | # CONFIG_I2C_MPC is not set | ||
| 786 | # CONFIG_I2C_OCORES is not set | ||
| 787 | # CONFIG_I2C_SIMTEC is not set | ||
| 788 | # CONFIG_I2C_XILINX is not set | ||
| 789 | |||
| 790 | # | ||
| 791 | # External I2C/SMBus adapter drivers | ||
| 792 | # | ||
| 793 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 794 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 795 | |||
| 796 | # | ||
| 797 | # Other I2C/SMBus bus drivers | ||
| 798 | # | ||
| 799 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 800 | # CONFIG_I2C_STUB is not set | ||
| 801 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 802 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 803 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 804 | # CONFIG_SPI is not set | ||
| 805 | |||
| 806 | # | ||
| 807 | # PPS support | ||
| 808 | # | ||
| 809 | # CONFIG_PPS is not set | ||
| 810 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 811 | # CONFIG_GPIOLIB is not set | ||
| 812 | # CONFIG_W1 is not set | ||
| 813 | # CONFIG_POWER_SUPPLY is not set | ||
| 814 | # CONFIG_HWMON is not set | ||
| 815 | # CONFIG_THERMAL is not set | ||
| 816 | # CONFIG_WATCHDOG is not set | ||
| 817 | CONFIG_SSB_POSSIBLE=y | ||
| 818 | |||
| 819 | # | ||
| 820 | # Sonics Silicon Backplane | ||
| 821 | # | ||
| 822 | # CONFIG_SSB is not set | ||
| 823 | |||
| 824 | # | ||
| 825 | # Multifunction device drivers | ||
| 826 | # | ||
| 827 | # CONFIG_MFD_CORE is not set | ||
| 828 | # CONFIG_MFD_88PM860X is not set | ||
| 829 | # CONFIG_MFD_SM501 is not set | ||
| 830 | # CONFIG_HTC_PASIC3 is not set | ||
| 831 | # CONFIG_TWL4030_CORE is not set | ||
| 832 | # CONFIG_MFD_TMIO is not set | ||
| 833 | # CONFIG_PMIC_DA903X is not set | ||
| 834 | # CONFIG_PMIC_ADP5520 is not set | ||
| 835 | # CONFIG_MFD_MAX8925 is not set | ||
| 836 | # CONFIG_MFD_WM8400 is not set | ||
| 837 | # CONFIG_MFD_WM831X is not set | ||
| 838 | # CONFIG_MFD_WM8350_I2C is not set | ||
| 839 | # CONFIG_MFD_WM8994 is not set | ||
| 840 | # CONFIG_MFD_PCF50633 is not set | ||
| 841 | # CONFIG_AB3100_CORE is not set | ||
| 842 | # CONFIG_LPC_SCH is not set | ||
| 843 | # CONFIG_REGULATOR is not set | ||
| 844 | # CONFIG_MEDIA_SUPPORT is not set | ||
| 845 | |||
| 846 | # | ||
| 847 | # Graphics support | ||
| 848 | # | ||
| 849 | # CONFIG_AGP is not set | ||
| 850 | CONFIG_VGA_ARB=y | ||
| 851 | CONFIG_VGA_ARB_MAX_GPUS=16 | ||
| 852 | # CONFIG_DRM is not set | ||
| 853 | # CONFIG_VGASTATE is not set | ||
| 854 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
| 855 | # CONFIG_FB is not set | ||
| 856 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 857 | |||
| 858 | # | ||
| 859 | # Display device support | ||
| 860 | # | ||
| 861 | # CONFIG_DISPLAY_SUPPORT is not set | ||
| 862 | # CONFIG_SOUND is not set | ||
| 863 | # CONFIG_USB_SUPPORT is not set | ||
| 864 | # CONFIG_UWB is not set | ||
| 865 | # CONFIG_MMC is not set | ||
| 866 | # CONFIG_MEMSTICK is not set | ||
| 867 | # CONFIG_NEW_LEDS is not set | ||
| 868 | # CONFIG_ACCESSIBILITY is not set | ||
| 869 | # CONFIG_INFINIBAND is not set | ||
| 870 | # CONFIG_EDAC is not set | ||
| 871 | CONFIG_RTC_LIB=y | ||
| 872 | CONFIG_RTC_CLASS=y | ||
| 873 | CONFIG_RTC_HCTOSYS=y | ||
| 874 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 875 | # CONFIG_RTC_DEBUG is not set | ||
| 876 | |||
| 877 | # | ||
| 878 | # RTC interfaces | ||
| 879 | # | ||
| 880 | CONFIG_RTC_INTF_SYSFS=y | ||
| 881 | CONFIG_RTC_INTF_PROC=y | ||
| 882 | CONFIG_RTC_INTF_DEV=y | ||
| 883 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 884 | # CONFIG_RTC_DRV_TEST is not set | ||
| 885 | |||
| 886 | # | ||
| 887 | # I2C RTC drivers | ||
| 888 | # | ||
| 889 | CONFIG_RTC_DRV_DS1307=y | ||
| 890 | # CONFIG_RTC_DRV_DS1374 is not set | ||
| 891 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 892 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
| 893 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 894 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 895 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 896 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 897 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 898 | # CONFIG_RTC_DRV_M41T80 is not set | ||
| 899 | # CONFIG_RTC_DRV_BQ32K is not set | ||
| 900 | # CONFIG_RTC_DRV_S35390A is not set | ||
| 901 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 902 | # CONFIG_RTC_DRV_RX8581 is not set | ||
| 903 | # CONFIG_RTC_DRV_RX8025 is not set | ||
| 904 | |||
| 905 | # | ||
| 906 | # SPI RTC drivers | ||
| 907 | # | ||
| 908 | |||
| 909 | # | ||
| 910 | # Platform RTC drivers | ||
| 911 | # | ||
| 912 | # CONFIG_RTC_DRV_CMOS is not set | ||
| 913 | # CONFIG_RTC_DRV_DS1286 is not set | ||
| 914 | # CONFIG_RTC_DRV_DS1511 is not set | ||
| 915 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 916 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 917 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
| 918 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 919 | # CONFIG_RTC_DRV_M48T35 is not set | ||
| 920 | # CONFIG_RTC_DRV_M48T59 is not set | ||
| 921 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
| 922 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
| 923 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
| 924 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 925 | |||
| 926 | # | ||
| 927 | # on-CPU RTC drivers | ||
| 928 | # | ||
| 929 | # CONFIG_RTC_DRV_GENERIC is not set | ||
| 930 | # CONFIG_DMADEVICES is not set | ||
| 931 | # CONFIG_AUXDISPLAY is not set | ||
| 932 | # CONFIG_UIO is not set | ||
| 933 | |||
| 934 | # | ||
| 935 | # TI VLYNQ | ||
| 936 | # | ||
| 937 | # CONFIG_STAGING is not set | ||
| 938 | |||
| 939 | # | ||
| 940 | # File systems | ||
| 941 | # | ||
| 942 | CONFIG_EXT2_FS=y | ||
| 943 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 944 | # CONFIG_EXT2_FS_XIP is not set | ||
| 945 | CONFIG_EXT3_FS=y | ||
| 946 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
| 947 | CONFIG_EXT3_FS_XATTR=y | ||
| 948 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 949 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 950 | # CONFIG_EXT4_FS is not set | ||
| 951 | CONFIG_JBD=y | ||
| 952 | CONFIG_FS_MBCACHE=y | ||
| 953 | # CONFIG_REISERFS_FS is not set | ||
| 954 | # CONFIG_JFS_FS is not set | ||
| 955 | # CONFIG_FS_POSIX_ACL is not set | ||
| 956 | # CONFIG_XFS_FS is not set | ||
| 957 | # CONFIG_GFS2_FS is not set | ||
| 958 | # CONFIG_OCFS2_FS is not set | ||
| 959 | # CONFIG_BTRFS_FS is not set | ||
| 960 | # CONFIG_NILFS2_FS is not set | ||
| 961 | CONFIG_FILE_LOCKING=y | ||
| 962 | CONFIG_FSNOTIFY=y | ||
| 963 | CONFIG_DNOTIFY=y | ||
| 964 | CONFIG_INOTIFY=y | ||
| 965 | CONFIG_INOTIFY_USER=y | ||
| 966 | # CONFIG_QUOTA is not set | ||
| 967 | # CONFIG_AUTOFS_FS is not set | ||
| 968 | # CONFIG_AUTOFS4_FS is not set | ||
| 969 | # CONFIG_FUSE_FS is not set | ||
| 970 | |||
| 971 | # | ||
| 972 | # Caches | ||
| 973 | # | ||
| 974 | # CONFIG_FSCACHE is not set | ||
| 975 | |||
| 976 | # | ||
| 977 | # CD-ROM/DVD Filesystems | ||
| 978 | # | ||
| 979 | # CONFIG_ISO9660_FS is not set | ||
| 980 | # CONFIG_UDF_FS is not set | ||
| 981 | |||
| 982 | # | ||
| 983 | # DOS/FAT/NT Filesystems | ||
| 984 | # | ||
| 985 | CONFIG_FAT_FS=y | ||
| 986 | # CONFIG_MSDOS_FS is not set | ||
| 987 | CONFIG_VFAT_FS=y | ||
| 988 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 989 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 990 | # CONFIG_NTFS_FS is not set | ||
| 991 | |||
| 992 | # | ||
| 993 | # Pseudo filesystems | ||
| 994 | # | ||
| 995 | CONFIG_PROC_FS=y | ||
| 996 | CONFIG_PROC_KCORE=y | ||
| 997 | CONFIG_PROC_SYSCTL=y | ||
| 998 | CONFIG_PROC_PAGE_MONITOR=y | ||
| 999 | CONFIG_SYSFS=y | ||
| 1000 | CONFIG_TMPFS=y | ||
| 1001 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
| 1002 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1003 | # CONFIG_CONFIGFS_FS is not set | ||
| 1004 | CONFIG_MISC_FILESYSTEMS=y | ||
| 1005 | # CONFIG_ADFS_FS is not set | ||
| 1006 | # CONFIG_AFFS_FS is not set | ||
| 1007 | # CONFIG_HFS_FS is not set | ||
| 1008 | # CONFIG_HFSPLUS_FS is not set | ||
| 1009 | # CONFIG_BEFS_FS is not set | ||
| 1010 | # CONFIG_BFS_FS is not set | ||
| 1011 | # CONFIG_EFS_FS is not set | ||
| 1012 | # CONFIG_JFFS2_FS is not set | ||
| 1013 | # CONFIG_YAFFS_FS is not set | ||
| 1014 | # CONFIG_LOGFS is not set | ||
| 1015 | CONFIG_CRAMFS=y | ||
| 1016 | # CONFIG_SQUASHFS is not set | ||
| 1017 | # CONFIG_VXFS_FS is not set | ||
| 1018 | # CONFIG_MINIX_FS is not set | ||
| 1019 | # CONFIG_OMFS_FS is not set | ||
| 1020 | # CONFIG_HPFS_FS is not set | ||
| 1021 | # CONFIG_QNX4FS_FS is not set | ||
| 1022 | # CONFIG_ROMFS_FS is not set | ||
| 1023 | # CONFIG_SYSV_FS is not set | ||
| 1024 | # CONFIG_UFS_FS is not set | ||
| 1025 | CONFIG_NETWORK_FILESYSTEMS=y | ||
| 1026 | CONFIG_NFS_FS=y | ||
| 1027 | CONFIG_NFS_V3=y | ||
| 1028 | # CONFIG_NFS_V3_ACL is not set | ||
| 1029 | # CONFIG_NFS_V4 is not set | ||
| 1030 | CONFIG_ROOT_NFS=y | ||
| 1031 | # CONFIG_NFSD is not set | ||
| 1032 | CONFIG_LOCKD=y | ||
| 1033 | CONFIG_LOCKD_V4=y | ||
| 1034 | CONFIG_NFS_COMMON=y | ||
| 1035 | CONFIG_SUNRPC=y | ||
| 1036 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 1037 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1038 | # CONFIG_SMB_FS is not set | ||
| 1039 | # CONFIG_CEPH_FS is not set | ||
| 1040 | # CONFIG_CIFS is not set | ||
| 1041 | # CONFIG_NCP_FS is not set | ||
| 1042 | # CONFIG_CODA_FS is not set | ||
| 1043 | # CONFIG_AFS_FS is not set | ||
| 1044 | |||
| 1045 | # | ||
| 1046 | # Partition Types | ||
| 1047 | # | ||
| 1048 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 1049 | CONFIG_MSDOS_PARTITION=y | ||
| 1050 | CONFIG_NLS=y | ||
| 1051 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1052 | CONFIG_NLS_CODEPAGE_437=y | ||
| 1053 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1054 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1055 | CONFIG_NLS_CODEPAGE_850=y | ||
| 1056 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1057 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1058 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1059 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1060 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1061 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1062 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1063 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1064 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1065 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1066 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1067 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1068 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1069 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1070 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1071 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1072 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1073 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1074 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1075 | # CONFIG_NLS_ASCII is not set | ||
| 1076 | CONFIG_NLS_ISO8859_1=y | ||
| 1077 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1078 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1079 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1080 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1081 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1082 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1083 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1084 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1085 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1086 | CONFIG_NLS_ISO8859_15=y | ||
| 1087 | # CONFIG_NLS_KOI8_R is not set | ||
| 1088 | # CONFIG_NLS_KOI8_U is not set | ||
| 1089 | # CONFIG_NLS_UTF8 is not set | ||
| 1090 | # CONFIG_DLM is not set | ||
| 1091 | # CONFIG_BINARY_PRINTF is not set | ||
| 1092 | |||
| 1093 | # | ||
| 1094 | # Library routines | ||
| 1095 | # | ||
| 1096 | CONFIG_BITREVERSE=y | ||
| 1097 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
| 1098 | # CONFIG_CRC_CCITT is not set | ||
| 1099 | # CONFIG_CRC16 is not set | ||
| 1100 | # CONFIG_CRC_T10DIF is not set | ||
| 1101 | # CONFIG_CRC_ITU_T is not set | ||
| 1102 | CONFIG_CRC32=y | ||
| 1103 | # CONFIG_CRC7 is not set | ||
| 1104 | # CONFIG_LIBCRC32C is not set | ||
| 1105 | CONFIG_ZLIB_INFLATE=y | ||
| 1106 | CONFIG_DECOMPRESS_GZIP=y | ||
| 1107 | CONFIG_HAS_IOMEM=y | ||
| 1108 | CONFIG_HAS_IOPORT=y | ||
| 1109 | CONFIG_HAS_DMA=y | ||
| 1110 | CONFIG_HAVE_LMB=y | ||
| 1111 | CONFIG_NLATTR=y | ||
| 1112 | CONFIG_GENERIC_ATOMIC64=y | ||
| 1113 | |||
| 1114 | # | ||
| 1115 | # Kernel hacking | ||
| 1116 | # | ||
| 1117 | # CONFIG_PRINTK_TIME is not set | ||
| 1118 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1119 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1120 | CONFIG_FRAME_WARN=1024 | ||
| 1121 | CONFIG_MAGIC_SYSRQ=y | ||
| 1122 | # CONFIG_STRIP_ASM_SYMS is not set | ||
| 1123 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 1124 | # CONFIG_DEBUG_FS is not set | ||
| 1125 | # CONFIG_HEADERS_CHECK is not set | ||
| 1126 | CONFIG_DEBUG_KERNEL=y | ||
| 1127 | # CONFIG_DEBUG_SHIRQ is not set | ||
| 1128 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 1129 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1130 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1131 | CONFIG_DETECT_HUNG_TASK=y | ||
| 1132 | # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set | ||
| 1133 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 | ||
| 1134 | CONFIG_SCHED_DEBUG=y | ||
| 1135 | # CONFIG_SCHEDSTATS is not set | ||
| 1136 | # CONFIG_TIMER_STATS is not set | ||
| 1137 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 1138 | # CONFIG_SLUB_DEBUG_ON is not set | ||
| 1139 | # CONFIG_SLUB_STATS is not set | ||
| 1140 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
| 1141 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
| 1142 | # CONFIG_RT_MUTEX_TESTER is not set | ||
| 1143 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 1144 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 1145 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
| 1146 | # CONFIG_PROVE_LOCKING is not set | ||
| 1147 | # CONFIG_LOCK_STAT is not set | ||
| 1148 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 1149 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
| 1150 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 1151 | # CONFIG_DEBUG_HIGHMEM is not set | ||
| 1152 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 1153 | # CONFIG_DEBUG_INFO is not set | ||
| 1154 | # CONFIG_DEBUG_VM is not set | ||
| 1155 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 1156 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1157 | # CONFIG_DEBUG_LIST is not set | ||
| 1158 | # CONFIG_DEBUG_SG is not set | ||
| 1159 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
| 1160 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
| 1161 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1162 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
| 1163 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
| 1164 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
| 1165 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
| 1166 | # CONFIG_FAULT_INJECTION is not set | ||
| 1167 | # CONFIG_LATENCYTOP is not set | ||
| 1168 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1169 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
| 1170 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
| 1171 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
| 1172 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1173 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
| 1174 | CONFIG_TRACING_SUPPORT=y | ||
| 1175 | CONFIG_FTRACE=y | ||
| 1176 | # CONFIG_FUNCTION_TRACER is not set | ||
| 1177 | # CONFIG_IRQSOFF_TRACER is not set | ||
| 1178 | # CONFIG_SCHED_TRACER is not set | ||
| 1179 | # CONFIG_ENABLE_DEFAULT_TRACERS is not set | ||
| 1180 | # CONFIG_BOOT_TRACER is not set | ||
| 1181 | CONFIG_BRANCH_PROFILE_NONE=y | ||
| 1182 | # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set | ||
| 1183 | # CONFIG_PROFILE_ALL_BRANCHES is not set | ||
| 1184 | # CONFIG_STACK_TRACER is not set | ||
| 1185 | # CONFIG_KMEMTRACE is not set | ||
| 1186 | # CONFIG_WORKQUEUE_TRACER is not set | ||
| 1187 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 1188 | # CONFIG_DMA_API_DEBUG is not set | ||
| 1189 | # CONFIG_SAMPLES is not set | ||
| 1190 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1191 | # CONFIG_KGDB is not set | ||
| 1192 | # CONFIG_PPC_DISABLE_WERROR is not set | ||
| 1193 | CONFIG_PPC_WERROR=y | ||
| 1194 | CONFIG_PRINT_STACK_DEPTH=64 | ||
| 1195 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
| 1196 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
| 1197 | # CONFIG_CODE_PATCHING_SELFTEST is not set | ||
| 1198 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1199 | # CONFIG_MSI_BITMAP_SELFTEST is not set | ||
| 1200 | # CONFIG_XMON is not set | ||
| 1201 | # CONFIG_IRQSTACKS is not set | ||
| 1202 | # CONFIG_BDI_SWITCH is not set | ||
| 1203 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
| 1204 | |||
| 1205 | # | ||
| 1206 | # Security options | ||
| 1207 | # | ||
| 1208 | # CONFIG_KEYS is not set | ||
| 1209 | # CONFIG_SECURITY is not set | ||
| 1210 | # CONFIG_SECURITYFS is not set | ||
| 1211 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set | ||
| 1212 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
| 1213 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
| 1214 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
| 1215 | CONFIG_DEFAULT_SECURITY="" | ||
| 1216 | CONFIG_CRYPTO=y | ||
| 1217 | |||
| 1218 | # | ||
| 1219 | # Crypto core or helper | ||
| 1220 | # | ||
| 1221 | CONFIG_CRYPTO_ALGAPI=y | ||
| 1222 | CONFIG_CRYPTO_ALGAPI2=y | ||
| 1223 | CONFIG_CRYPTO_AEAD2=y | ||
| 1224 | CONFIG_CRYPTO_BLKCIPHER=y | ||
| 1225 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
| 1226 | CONFIG_CRYPTO_HASH=y | ||
| 1227 | CONFIG_CRYPTO_HASH2=y | ||
| 1228 | CONFIG_CRYPTO_RNG2=y | ||
| 1229 | CONFIG_CRYPTO_PCOMP=y | ||
| 1230 | CONFIG_CRYPTO_MANAGER=y | ||
| 1231 | CONFIG_CRYPTO_MANAGER2=y | ||
| 1232 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 1233 | # CONFIG_CRYPTO_NULL is not set | ||
| 1234 | CONFIG_CRYPTO_WORKQUEUE=y | ||
| 1235 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1236 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1237 | # CONFIG_CRYPTO_TEST is not set | ||
| 1238 | |||
| 1239 | # | ||
| 1240 | # Authenticated Encryption with Associated Data | ||
| 1241 | # | ||
| 1242 | # CONFIG_CRYPTO_CCM is not set | ||
| 1243 | # CONFIG_CRYPTO_GCM is not set | ||
| 1244 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1245 | |||
| 1246 | # | ||
| 1247 | # Block modes | ||
| 1248 | # | ||
| 1249 | CONFIG_CRYPTO_CBC=y | ||
| 1250 | # CONFIG_CRYPTO_CTR is not set | ||
| 1251 | # CONFIG_CRYPTO_CTS is not set | ||
| 1252 | CONFIG_CRYPTO_ECB=y | ||
| 1253 | # CONFIG_CRYPTO_LRW is not set | ||
| 1254 | CONFIG_CRYPTO_PCBC=y | ||
| 1255 | # CONFIG_CRYPTO_XTS is not set | ||
| 1256 | |||
| 1257 | # | ||
| 1258 | # Hash modes | ||
| 1259 | # | ||
| 1260 | # CONFIG_CRYPTO_HMAC is not set | ||
| 1261 | # CONFIG_CRYPTO_XCBC is not set | ||
| 1262 | # CONFIG_CRYPTO_VMAC is not set | ||
| 1263 | |||
| 1264 | # | ||
| 1265 | # Digest | ||
| 1266 | # | ||
| 1267 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1268 | # CONFIG_CRYPTO_GHASH is not set | ||
| 1269 | # CONFIG_CRYPTO_MD4 is not set | ||
| 1270 | CONFIG_CRYPTO_MD5=y | ||
| 1271 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1272 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1273 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1274 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1275 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1276 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 1277 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 1278 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 1279 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1280 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1281 | |||
| 1282 | # | ||
| 1283 | # Ciphers | ||
| 1284 | # | ||
| 1285 | # CONFIG_CRYPTO_AES is not set | ||
| 1286 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1287 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1288 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1289 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1290 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 1291 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 1292 | CONFIG_CRYPTO_DES=y | ||
| 1293 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 1294 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 1295 | # CONFIG_CRYPTO_SALSA20 is not set | ||
| 1296 | # CONFIG_CRYPTO_SEED is not set | ||
| 1297 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1298 | # CONFIG_CRYPTO_TEA is not set | ||
| 1299 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1300 | |||
| 1301 | # | ||
| 1302 | # Compression | ||
| 1303 | # | ||
| 1304 | # CONFIG_CRYPTO_DEFLATE is not set | ||
| 1305 | # CONFIG_CRYPTO_ZLIB is not set | ||
| 1306 | # CONFIG_CRYPTO_LZO is not set | ||
| 1307 | |||
| 1308 | # | ||
| 1309 | # Random Number Generation | ||
| 1310 | # | ||
| 1311 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
| 1312 | CONFIG_CRYPTO_HW=y | ||
| 1313 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
| 1314 | # CONFIG_CRYPTO_DEV_PPC4XX is not set | ||
| 1315 | # CONFIG_PPC_CLOCK is not set | ||
| 1316 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index eeba0a70e466..69d668c072ae 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
| @@ -171,6 +171,17 @@ config ISS4xx | |||
| 171 | help | 171 | help |
| 172 | This option enables support for the IBM ISS simulation environment | 172 | This option enables support for the IBM ISS simulation environment |
| 173 | 173 | ||
| 174 | config ICON | ||
| 175 | bool "Icon" | ||
| 176 | depends on 44x | ||
| 177 | default n | ||
| 178 | select PPC44x_SIMPLE | ||
| 179 | select 440SPe | ||
| 180 | select PCI | ||
| 181 | select PPC4xx_PCI_EXPRESS | ||
| 182 | help | ||
| 183 | This option enables support for the AMCC PPC440SPe evaluation board. | ||
| 184 | |||
| 174 | #config LUAN | 185 | #config LUAN |
| 175 | # bool "Luan" | 186 | # bool "Luan" |
| 176 | # depends on 44x | 187 | # depends on 44x |
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c index e8c23ccaa1fc..5f7a29d7f590 100644 --- a/arch/powerpc/platforms/44x/ppc44x_simple.c +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c | |||
| @@ -61,7 +61,8 @@ static char *board[] __initdata = { | |||
| 61 | "amcc,redwood", | 61 | "amcc,redwood", |
| 62 | "amcc,sequoia", | 62 | "amcc,sequoia", |
| 63 | "amcc,taishan", | 63 | "amcc,taishan", |
| 64 | "amcc,yosemite" | 64 | "amcc,yosemite", |
| 65 | "mosaixtech,icon" | ||
| 65 | }; | 66 | }; |
| 66 | 67 | ||
| 67 | static int __init ppc44x_probe(void) | 68 | static int __init ppc44x_probe(void) |
