Update gpiommc to use configfs
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.25 / 700-powerpc_git.patch
1 --- a/Documentation/kernel-parameters.txt
2 +++ b/Documentation/kernel-parameters.txt
3 @@ -930,6 +930,8 @@
4
5 l2cr= [PPC]
6
7 + l3cr= [PPC]
8 +
9 lapic [X86-32,APIC] Enable the local APIC even if BIOS
10 disabled it.
11
12 --- a/Documentation/powerpc/booting-without-of.txt
13 +++ b/Documentation/powerpc/booting-without-of.txt
14 @@ -59,12 +59,39 @@
15 p) Freescale Synchronous Serial Interface
16 q) USB EHCI controllers
17
18 - VII - Specifying interrupt information for devices
19 + VII - Marvell Discovery mv64[345]6x System Controller chips
20 + 1) The /system-controller node
21 + 2) Child nodes of /system-controller
22 + a) Marvell Discovery MDIO bus
23 + b) Marvell Discovery ethernet controller
24 + c) Marvell Discovery PHY nodes
25 + d) Marvell Discovery SDMA nodes
26 + e) Marvell Discovery BRG nodes
27 + f) Marvell Discovery CUNIT nodes
28 + g) Marvell Discovery MPSCROUTING nodes
29 + h) Marvell Discovery MPSCINTR nodes
30 + i) Marvell Discovery MPSC nodes
31 + j) Marvell Discovery Watch Dog Timer nodes
32 + k) Marvell Discovery I2C nodes
33 + l) Marvell Discovery PIC (Programmable Interrupt Controller) nodes
34 + m) Marvell Discovery MPP (Multipurpose Pins) multiplexing nodes
35 + n) Marvell Discovery GPP (General Purpose Pins) nodes
36 + o) Marvell Discovery PCI host bridge node
37 + p) Marvell Discovery CPU Error nodes
38 + q) Marvell Discovery SRAM Controller nodes
39 + r) Marvell Discovery PCI Error Handler nodes
40 + s) Marvell Discovery Memory Controller nodes
41 +
42 + VIII - Specifying interrupt information for devices
43 1) interrupts property
44 2) interrupt-parent property
45 3) OpenPIC Interrupt Controllers
46 4) ISA Interrupt Controllers
47
48 + VIII - Specifying GPIO information for devices
49 + 1) gpios property
50 + 2) gpio-controller nodes
51 +
52 Appendix A - Sample SOC node for MPC8540
53
54
55 @@ -1269,10 +1296,6 @@
56
57 Recommended properties:
58
59 - - linux,network-index : This is the intended "index" of this
60 - network device. This is used by the bootwrapper to interpret
61 - MAC addresses passed by the firmware when no information other
62 - than indices is available to associate an address with a device.
63 - phy-connection-type : a string naming the controller/PHY interface type,
64 i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id", "sgmii",
65 "tbi", or "rtbi". This property is only really needed if the connection
66 @@ -1622,8 +1645,7 @@
67 - device_type : should be "network", "hldc", "uart", "transparent"
68 "bisync", "atm", or "serial".
69 - compatible : could be "ucc_geth" or "fsl_atm" and so on.
70 - - model : should be "UCC".
71 - - device-id : the ucc number(1-8), corresponding to UCCx in UM.
72 + - cell-index : the ucc number(1-8), corresponding to UCCx in UM.
73 - reg : Offset and length of the register set for the device
74 - interrupts : <a b> where a is the interrupt number and b is a
75 field that represents an encoding of the sense and level
76 @@ -1667,10 +1689,6 @@
77 - phy-handle : The phandle for the PHY connected to this controller.
78
79 Recommended properties:
80 - - linux,network-index : This is the intended "index" of this
81 - network device. This is used by the bootwrapper to interpret
82 - MAC addresses passed by the firmware when no information other
83 - than indices is available to associate an address with a device.
84 - phy-connection-type : a string naming the controller/PHY interface type,
85 i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id" (Internal
86 Delay), "rgmii-txid" (delay on TX only), "rgmii-rxid" (delay on RX only),
87 @@ -1680,8 +1698,7 @@
88 ucc@2000 {
89 device_type = "network";
90 compatible = "ucc_geth";
91 - model = "UCC";
92 - device-id = <1>;
93 + cell-index = <1>;
94 reg = <2000 200>;
95 interrupts = <a0 0>;
96 interrupt-parent = <700>;
97 @@ -1995,7 +2012,6 @@
98 interrupts = <20 8>;
99 interrupt-parent = <&PIC>;
100 phy-handle = <&PHY0>;
101 - linux,network-index = <0>;
102 fsl,cpm-command = <12000300>;
103 };
104
105 @@ -2217,12 +2233,6 @@
106 EMAC, that is the content of the current (bogus) "phy-port"
107 property.
108
109 - Recommended properties:
110 - - linux,network-index : This is the intended "index" of this
111 - network device. This is used by the bootwrapper to interpret
112 - MAC addresses passed by the firmware when no information other
113 - than indices is available to associate an address with a device.
114 -
115 Optional properties:
116 - phy-address : 1 cell, optional, MDIO address of the PHY. If absent,
117 a search is performed.
118 @@ -2246,7 +2256,6 @@
119 Example:
120
121 EMAC0: ethernet@40000800 {
122 - linux,network-index = <0>;
123 device_type = "network";
124 compatible = "ibm,emac-440gp", "ibm,emac";
125 interrupt-parent = <&UIC1>;
126 @@ -2817,9 +2826,528 @@
127 };
128
129
130 - More devices will be defined as this spec matures.
131 +VII - Marvell Discovery mv64[345]6x System Controller chips
132 +===========================================================
133 +
134 +The Marvell mv64[345]60 series of system controller chips contain
135 +many of the peripherals needed to implement a complete computer
136 +system. In this section, we define device tree nodes to describe
137 +the system controller chip itself and each of the peripherals
138 +which it contains. Compatible string values for each node are
139 +prefixed with the string "marvell,", for Marvell Technology Group Ltd.
140 +
141 +1) The /system-controller node
142 +
143 + This node is used to represent the system-controller and must be
144 + present when the system uses a system contller chip. The top-level
145 + system-controller node contains information that is global to all
146 + devices within the system controller chip. The node name begins
147 + with "system-controller" followed by the unit address, which is
148 + the base address of the memory-mapped register set for the system
149 + controller chip.
150 +
151 + Required properties:
152 +
153 + - ranges : Describes the translation of system controller addresses
154 + for memory mapped registers.
155 + - clock-frequency: Contains the main clock frequency for the system
156 + controller chip.
157 + - reg : This property defines the address and size of the
158 + memory-mapped registers contained within the system controller
159 + chip. The address specified in the "reg" property should match
160 + the unit address of the system-controller node.
161 + - #address-cells : Address representation for system controller
162 + devices. This field represents the number of cells needed to
163 + represent the address of the memory-mapped registers of devices
164 + within the system controller chip.
165 + - #size-cells : Size representation for for the memory-mapped
166 + registers within the system controller chip.
167 + - #interrupt-cells : Defines the width of cells used to represent
168 + interrupts.
169 +
170 + Optional properties:
171 +
172 + - model : The specific model of the system controller chip. Such
173 + as, "mv64360", "mv64460", or "mv64560".
174 + - compatible : A string identifying the compatibility identifiers
175 + of the system controller chip.
176 +
177 + The system-controller node contains child nodes for each system
178 + controller device that the platform uses. Nodes should not be created
179 + for devices which exist on the system controller chip but are not used
180 +
181 + Example Marvell Discovery mv64360 system-controller node:
182 +
183 + system-controller@f1000000 { /* Marvell Discovery mv64360 */
184 + #address-cells = <1>;
185 + #size-cells = <1>;
186 + model = "mv64360"; /* Default */
187 + compatible = "marvell,mv64360";
188 + clock-frequency = <133333333>;
189 + reg = <0xf1000000 0x10000>;
190 + virtual-reg = <0xf1000000>;
191 + ranges = <0x88000000 0x88000000 0x1000000 /* PCI 0 I/O Space */
192 + 0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
193 + 0xa0000000 0xa0000000 0x4000000 /* User FLASH */
194 + 0x00000000 0xf1000000 0x0010000 /* Bridge's regs */
195 + 0xf2000000 0xf2000000 0x0040000>;/* Integrated SRAM */
196 +
197 + [ child node definitions... ]
198 + }
199 +
200 +2) Child nodes of /system-controller
201 +
202 + a) Marvell Discovery MDIO bus
203 +
204 + The MDIO is a bus to which the PHY devices are connected. For each
205 + device that exists on this bus, a child node should be created. See
206 + the definition of the PHY node below for an example of how to define
207 + a PHY.
208 +
209 + Required properties:
210 + - #address-cells : Should be <1>
211 + - #size-cells : Should be <0>
212 + - device_type : Should be "mdio"
213 + - compatible : Should be "marvell,mv64360-mdio"
214 +
215 + Example:
216 +
217 + mdio {
218 + #address-cells = <1>;
219 + #size-cells = <0>;
220 + device_type = "mdio";
221 + compatible = "marvell,mv64360-mdio";
222 +
223 + ethernet-phy@0 {
224 + ......
225 + };
226 + };
227 +
228 +
229 + b) Marvell Discovery ethernet controller
230 +
231 + The Discover ethernet controller is described with two levels
232 + of nodes. The first level describes an ethernet silicon block
233 + and the second level describes up to 3 ethernet nodes within
234 + that block. The reason for the multiple levels is that the
235 + registers for the node are interleaved within a single set
236 + of registers. The "ethernet-block" level describes the
237 + shared register set, and the "ethernet" nodes describe ethernet
238 + port-specific properties.
239 +
240 + Ethernet block node
241 +
242 + Required properties:
243 + - #address-cells : <1>
244 + - #size-cells : <0>
245 + - compatible : "marvell,mv64360-eth-block"
246 + - reg : Offset and length of the register set for this block
247 +
248 + Example Discovery Ethernet block node:
249 + ethernet-block@2000 {
250 + #address-cells = <1>;
251 + #size-cells = <0>;
252 + compatible = "marvell,mv64360-eth-block";
253 + reg = <0x2000 0x2000>;
254 + ethernet@0 {
255 + .......
256 + };
257 + };
258 +
259 + Ethernet port node
260 +
261 + Required properties:
262 + - device_type : Should be "network".
263 + - compatible : Should be "marvell,mv64360-eth".
264 + - reg : Should be <0>, <1>, or <2>, according to which registers
265 + within the silicon block the device uses.
266 + - interrupts : <a> where a is the interrupt number for the port.
267 + - interrupt-parent : the phandle for the interrupt controller
268 + that services interrupts for this device.
269 + - phy : the phandle for the PHY connected to this ethernet
270 + controller.
271 + - local-mac-address : 6 bytes, MAC address
272 +
273 + Example Discovery Ethernet port node:
274 + ethernet@0 {
275 + device_type = "network";
276 + compatible = "marvell,mv64360-eth";
277 + reg = <0>;
278 + interrupts = <32>;
279 + interrupt-parent = <&PIC>;
280 + phy = <&PHY0>;
281 + local-mac-address = [ 00 00 00 00 00 00 ];
282 + };
283 +
284 +
285 +
286 + c) Marvell Discovery PHY nodes
287 +
288 + Required properties:
289 + - device_type : Should be "ethernet-phy"
290 + - interrupts : <a> where a is the interrupt number for this phy.
291 + - interrupt-parent : the phandle for the interrupt controller that
292 + services interrupts for this device.
293 + - reg : The ID number for the phy, usually a small integer
294 +
295 + Example Discovery PHY node:
296 + ethernet-phy@1 {
297 + device_type = "ethernet-phy";
298 + compatible = "broadcom,bcm5421";
299 + interrupts = <76>; /* GPP 12 */
300 + interrupt-parent = <&PIC>;
301 + reg = <1>;
302 + };
303 +
304 +
305 + d) Marvell Discovery SDMA nodes
306 +
307 + Represent DMA hardware associated with the MPSC (multiprotocol
308 + serial controllers).
309 +
310 + Required properties:
311 + - compatible : "marvell,mv64360-sdma"
312 + - reg : Offset and length of the register set for this device
313 + - interrupts : <a> where a is the interrupt number for the DMA
314 + device.
315 + - interrupt-parent : the phandle for the interrupt controller
316 + that services interrupts for this device.
317 +
318 + Example Discovery SDMA node:
319 + sdma@4000 {
320 + compatible = "marvell,mv64360-sdma";
321 + reg = <0x4000 0xc18>;
322 + virtual-reg = <0xf1004000>;
323 + interrupts = <36>;
324 + interrupt-parent = <&PIC>;
325 + };
326 +
327 +
328 + e) Marvell Discovery BRG nodes
329 +
330 + Represent baud rate generator hardware associated with the MPSC
331 + (multiprotocol serial controllers).
332 +
333 + Required properties:
334 + - compatible : "marvell,mv64360-brg"
335 + - reg : Offset and length of the register set for this device
336 + - clock-src : A value from 0 to 15 which selects the clock
337 + source for the baud rate generator. This value corresponds
338 + to the CLKS value in the BRGx configuration register. See
339 + the mv64x60 User's Manual.
340 + - clock-frequence : The frequency (in Hz) of the baud rate
341 + generator's input clock.
342 + - current-speed : The current speed setting (presumably by
343 + firmware) of the baud rate generator.
344 +
345 + Example Discovery BRG node:
346 + brg@b200 {
347 + compatible = "marvell,mv64360-brg";
348 + reg = <0xb200 0x8>;
349 + clock-src = <8>;
350 + clock-frequency = <133333333>;
351 + current-speed = <9600>;
352 + };
353 +
354 +
355 + f) Marvell Discovery CUNIT nodes
356 +
357 + Represent the Serial Communications Unit device hardware.
358 +
359 + Required properties:
360 + - reg : Offset and length of the register set for this device
361 +
362 + Example Discovery CUNIT node:
363 + cunit@f200 {
364 + reg = <0xf200 0x200>;
365 + };
366 +
367 +
368 + g) Marvell Discovery MPSCROUTING nodes
369 +
370 + Represent the Discovery's MPSC routing hardware
371 +
372 + Required properties:
373 + - reg : Offset and length of the register set for this device
374 +
375 + Example Discovery CUNIT node:
376 + mpscrouting@b500 {
377 + reg = <0xb400 0xc>;
378 + };
379 +
380 +
381 + h) Marvell Discovery MPSCINTR nodes
382 +
383 + Represent the Discovery's MPSC DMA interrupt hardware registers
384 + (SDMA cause and mask registers).
385 +
386 + Required properties:
387 + - reg : Offset and length of the register set for this device
388 +
389 + Example Discovery MPSCINTR node:
390 + mpsintr@b800 {
391 + reg = <0xb800 0x100>;
392 + };
393 +
394 +
395 + i) Marvell Discovery MPSC nodes
396 +
397 + Represent the Discovery's MPSC (Multiprotocol Serial Controller)
398 + serial port.
399 +
400 + Required properties:
401 + - device_type : "serial"
402 + - compatible : "marvell,mv64360-mpsc"
403 + - reg : Offset and length of the register set for this device
404 + - sdma : the phandle for the SDMA node used by this port
405 + - brg : the phandle for the BRG node used by this port
406 + - cunit : the phandle for the CUNIT node used by this port
407 + - mpscrouting : the phandle for the MPSCROUTING node used by this port
408 + - mpscintr : the phandle for the MPSCINTR node used by this port
409 + - cell-index : the hardware index of this cell in the MPSC core
410 + - max_idle : value needed for MPSC CHR3 (Maximum Frame Length)
411 + register
412 + - interrupts : <a> where a is the interrupt number for the MPSC.
413 + - interrupt-parent : the phandle for the interrupt controller
414 + that services interrupts for this device.
415 +
416 + Example Discovery MPSCINTR node:
417 + mpsc@8000 {
418 + device_type = "serial";
419 + compatible = "marvell,mv64360-mpsc";
420 + reg = <0x8000 0x38>;
421 + virtual-reg = <0xf1008000>;
422 + sdma = <&SDMA0>;
423 + brg = <&BRG0>;
424 + cunit = <&CUNIT>;
425 + mpscrouting = <&MPSCROUTING>;
426 + mpscintr = <&MPSCINTR>;
427 + cell-index = <0>;
428 + max_idle = <40>;
429 + interrupts = <40>;
430 + interrupt-parent = <&PIC>;
431 + };
432 +
433
434 -VII - Specifying interrupt information for devices
435 + j) Marvell Discovery Watch Dog Timer nodes
436 +
437 + Represent the Discovery's watchdog timer hardware
438 +
439 + Required properties:
440 + - compatible : "marvell,mv64360-wdt"
441 + - reg : Offset and length of the register set for this device
442 +
443 + Example Discovery Watch Dog Timer node:
444 + wdt@b410 {
445 + compatible = "marvell,mv64360-wdt";
446 + reg = <0xb410 0x8>;
447 + };
448 +
449 +
450 + k) Marvell Discovery I2C nodes
451 +
452 + Represent the Discovery's I2C hardware
453 +
454 + Required properties:
455 + - device_type : "i2c"
456 + - compatible : "marvell,mv64360-i2c"
457 + - reg : Offset and length of the register set for this device
458 + - interrupts : <a> where a is the interrupt number for the I2C.
459 + - interrupt-parent : the phandle for the interrupt controller
460 + that services interrupts for this device.
461 +
462 + Example Discovery I2C node:
463 + compatible = "marvell,mv64360-i2c";
464 + reg = <0xc000 0x20>;
465 + virtual-reg = <0xf100c000>;
466 + interrupts = <37>;
467 + interrupt-parent = <&PIC>;
468 + };
469 +
470 +
471 + l) Marvell Discovery PIC (Programmable Interrupt Controller) nodes
472 +
473 + Represent the Discovery's PIC hardware
474 +
475 + Required properties:
476 + - #interrupt-cells : <1>
477 + - #address-cells : <0>
478 + - compatible : "marvell,mv64360-pic"
479 + - reg : Offset and length of the register set for this device
480 + - interrupt-controller
481 +
482 + Example Discovery PIC node:
483 + pic {
484 + #interrupt-cells = <1>;
485 + #address-cells = <0>;
486 + compatible = "marvell,mv64360-pic";
487 + reg = <0x0 0x88>;
488 + interrupt-controller;
489 + };
490 +
491 +
492 + m) Marvell Discovery MPP (Multipurpose Pins) multiplexing nodes
493 +
494 + Represent the Discovery's MPP hardware
495 +
496 + Required properties:
497 + - compatible : "marvell,mv64360-mpp"
498 + - reg : Offset and length of the register set for this device
499 +
500 + Example Discovery MPP node:
501 + mpp@f000 {
502 + compatible = "marvell,mv64360-mpp";
503 + reg = <0xf000 0x10>;
504 + };
505 +
506 +
507 + n) Marvell Discovery GPP (General Purpose Pins) nodes
508 +
509 + Represent the Discovery's GPP hardware
510 +
511 + Required properties:
512 + - compatible : "marvell,mv64360-gpp"
513 + - reg : Offset and length of the register set for this device
514 +
515 + Example Discovery GPP node:
516 + gpp@f000 {
517 + compatible = "marvell,mv64360-gpp";
518 + reg = <0xf100 0x20>;
519 + };
520 +
521 +
522 + o) Marvell Discovery PCI host bridge node
523 +
524 + Represents the Discovery's PCI host bridge device. The properties
525 + for this node conform to Rev 2.1 of the PCI Bus Binding to IEEE
526 + 1275-1994. A typical value for the compatible property is
527 + "marvell,mv64360-pci".
528 +
529 + Example Discovery PCI host bridge node
530 + pci@80000000 {
531 + #address-cells = <3>;
532 + #size-cells = <2>;
533 + #interrupt-cells = <1>;
534 + device_type = "pci";
535 + compatible = "marvell,mv64360-pci";
536 + reg = <0xcf8 0x8>;
537 + ranges = <0x01000000 0x0 0x0
538 + 0x88000000 0x0 0x01000000
539 + 0x02000000 0x0 0x80000000
540 + 0x80000000 0x0 0x08000000>;
541 + bus-range = <0 255>;
542 + clock-frequency = <66000000>;
543 + interrupt-parent = <&PIC>;
544 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
545 + interrupt-map = <
546 + /* IDSEL 0x0a */
547 + 0x5000 0 0 1 &PIC 80
548 + 0x5000 0 0 2 &PIC 81
549 + 0x5000 0 0 3 &PIC 91
550 + 0x5000 0 0 4 &PIC 93
551 +
552 + /* IDSEL 0x0b */
553 + 0x5800 0 0 1 &PIC 91
554 + 0x5800 0 0 2 &PIC 93
555 + 0x5800 0 0 3 &PIC 80
556 + 0x5800 0 0 4 &PIC 81
557 +
558 + /* IDSEL 0x0c */
559 + 0x6000 0 0 1 &PIC 91
560 + 0x6000 0 0 2 &PIC 93
561 + 0x6000 0 0 3 &PIC 80
562 + 0x6000 0 0 4 &PIC 81
563 +
564 + /* IDSEL 0x0d */
565 + 0x6800 0 0 1 &PIC 93
566 + 0x6800 0 0 2 &PIC 80
567 + 0x6800 0 0 3 &PIC 81
568 + 0x6800 0 0 4 &PIC 91
569 + >;
570 + };
571 +
572 +
573 + p) Marvell Discovery CPU Error nodes
574 +
575 + Represent the Discovery's CPU error handler device.
576 +
577 + Required properties:
578 + - compatible : "marvell,mv64360-cpu-error"
579 + - reg : Offset and length of the register set for this device
580 + - interrupts : the interrupt number for this device
581 + - interrupt-parent : the phandle for the interrupt controller
582 + that services interrupts for this device.
583 +
584 + Example Discovery CPU Error node:
585 + cpu-error@0070 {
586 + compatible = "marvell,mv64360-cpu-error";
587 + reg = <0x70 0x10 0x128 0x28>;
588 + interrupts = <3>;
589 + interrupt-parent = <&PIC>;
590 + };
591 +
592 +
593 + q) Marvell Discovery SRAM Controller nodes
594 +
595 + Represent the Discovery's SRAM controller device.
596 +
597 + Required properties:
598 + - compatible : "marvell,mv64360-sram-ctrl"
599 + - reg : Offset and length of the register set for this device
600 + - interrupts : the interrupt number for this device
601 + - interrupt-parent : the phandle for the interrupt controller
602 + that services interrupts for this device.
603 +
604 + Example Discovery SRAM Controller node:
605 + sram-ctrl@0380 {
606 + compatible = "marvell,mv64360-sram-ctrl";
607 + reg = <0x380 0x80>;
608 + interrupts = <13>;
609 + interrupt-parent = <&PIC>;
610 + };
611 +
612 +
613 + r) Marvell Discovery PCI Error Handler nodes
614 +
615 + Represent the Discovery's PCI error handler device.
616 +
617 + Required properties:
618 + - compatible : "marvell,mv64360-pci-error"
619 + - reg : Offset and length of the register set for this device
620 + - interrupts : the interrupt number for this device
621 + - interrupt-parent : the phandle for the interrupt controller
622 + that services interrupts for this device.
623 +
624 + Example Discovery PCI Error Handler node:
625 + pci-error@1d40 {
626 + compatible = "marvell,mv64360-pci-error";
627 + reg = <0x1d40 0x40 0xc28 0x4>;
628 + interrupts = <12>;
629 + interrupt-parent = <&PIC>;
630 + };
631 +
632 +
633 + s) Marvell Discovery Memory Controller nodes
634 +
635 + Represent the Discovery's memory controller device.
636 +
637 + Required properties:
638 + - compatible : "marvell,mv64360-mem-ctrl"
639 + - reg : Offset and length of the register set for this device
640 + - interrupts : the interrupt number for this device
641 + - interrupt-parent : the phandle for the interrupt controller
642 + that services interrupts for this device.
643 +
644 + Example Discovery Memory Controller node:
645 + mem-ctrl@1400 {
646 + compatible = "marvell,mv64360-mem-ctrl";
647 + reg = <0x1400 0x60>;
648 + interrupts = <17>;
649 + interrupt-parent = <&PIC>;
650 + };
651 +
652 +
653 +VIII - Specifying interrupt information for devices
654 ===================================================
655
656 The device tree represents the busses and devices of a hardware
657 @@ -2905,6 +3433,54 @@
658 2 = high to low edge sensitive type enabled
659 3 = low to high edge sensitive type enabled
660
661 +VIII - Specifying GPIO information for devices
662 +==============================================
663 +
664 +1) gpios property
665 +-----------------
666 +
667 +Nodes that makes use of GPIOs should define them using `gpios' property,
668 +format of which is: <&gpio-controller1-phandle gpio1-specifier
669 + &gpio-controller2-phandle gpio2-specifier
670 + 0 /* holes are permitted, means no GPIO 3 */
671 + &gpio-controller4-phandle gpio4-specifier
672 + ...>;
673 +
674 +Note that gpio-specifier length is controller dependent.
675 +
676 +gpio-specifier may encode: bank, pin position inside the bank,
677 +whether pin is open-drain and whether pin is logically inverted.
678 +
679 +Example of the node using GPIOs:
680 +
681 + node {
682 + gpios = <&qe_pio_e 18 0>;
683 + };
684 +
685 +In this example gpio-specifier is "18 0" and encodes GPIO pin number,
686 +and empty GPIO flags as accepted by the "qe_pio_e" gpio-controller.
687 +
688 +2) gpio-controller nodes
689 +------------------------
690 +
691 +Every GPIO controller node must have #gpio-cells property defined,
692 +this information will be used to translate gpio-specifiers.
693 +
694 +Example of two SOC GPIO banks defined as gpio-controller nodes:
695 +
696 + qe_pio_a: gpio-controller@1400 {
697 + #gpio-cells = <2>;
698 + compatible = "fsl,qe-pario-bank-a", "fsl,qe-pario-bank";
699 + reg = <0x1400 0x18>;
700 + gpio-controller;
701 + };
702 +
703 + qe_pio_e: gpio-controller@1460 {
704 + #gpio-cells = <2>;
705 + compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
706 + reg = <0x1460 0x18>;
707 + gpio-controller;
708 + };
709
710 Appendix A - Sample SOC node for MPC8540
711 ========================================
712 --- /dev/null
713 +++ b/Documentation/powerpc/phyp-assisted-dump.txt
714 @@ -0,0 +1,127 @@
715 +
716 + Hypervisor-Assisted Dump
717 + ------------------------
718 + November 2007
719 +
720 +The goal of hypervisor-assisted dump is to enable the dump of
721 +a crashed system, and to do so from a fully-reset system, and
722 +to minimize the total elapsed time until the system is back
723 +in production use.
724 +
725 +As compared to kdump or other strategies, hypervisor-assisted
726 +dump offers several strong, practical advantages:
727 +
728 +-- Unlike kdump, the system has been reset, and loaded
729 + with a fresh copy of the kernel. In particular,
730 + PCI and I/O devices have been reinitialized and are
731 + in a clean, consistent state.
732 +-- As the dump is performed, the dumped memory becomes
733 + immediately available to the system for normal use.
734 +-- After the dump is completed, no further reboots are
735 + required; the system will be fully usable, and running
736 + in it's normal, production mode on it normal kernel.
737 +
738 +The above can only be accomplished by coordination with,
739 +and assistance from the hypervisor. The procedure is
740 +as follows:
741 +
742 +-- When a system crashes, the hypervisor will save
743 + the low 256MB of RAM to a previously registered
744 + save region. It will also save system state, system
745 + registers, and hardware PTE's.
746 +
747 +-- After the low 256MB area has been saved, the
748 + hypervisor will reset PCI and other hardware state.
749 + It will *not* clear RAM. It will then launch the
750 + bootloader, as normal.
751 +
752 +-- The freshly booted kernel will notice that there
753 + is a new node (ibm,dump-kernel) in the device tree,
754 + indicating that there is crash data available from
755 + a previous boot. It will boot into only 256MB of RAM,
756 + reserving the rest of system memory.
757 +
758 +-- Userspace tools will parse /sys/kernel/release_region
759 + and read /proc/vmcore to obtain the contents of memory,
760 + which holds the previous crashed kernel. The userspace
761 + tools may copy this info to disk, or network, nas, san,
762 + iscsi, etc. as desired.
763 +
764 + For Example: the values in /sys/kernel/release-region
765 + would look something like this (address-range pairs).
766 + CPU:0x177fee000-0x10000: HPTE:0x177ffe020-0x1000: /
767 + DUMP:0x177fff020-0x10000000, 0x10000000-0x16F1D370A
768 +
769 +-- As the userspace tools complete saving a portion of
770 + dump, they echo an offset and size to
771 + /sys/kernel/release_region to release the reserved
772 + memory back to general use.
773 +
774 + An example of this is:
775 + "echo 0x40000000 0x10000000 > /sys/kernel/release_region"
776 + which will release 256MB at the 1GB boundary.
777 +
778 +Please note that the hypervisor-assisted dump feature
779 +is only available on Power6-based systems with recent
780 +firmware versions.
781 +
782 +Implementation details:
783 +----------------------
784 +
785 +During boot, a check is made to see if firmware supports
786 +this feature on this particular machine. If it does, then
787 +we check to see if a active dump is waiting for us. If yes
788 +then everything but 256 MB of RAM is reserved during early
789 +boot. This area is released once we collect a dump from user
790 +land scripts that are run. If there is dump data, then
791 +the /sys/kernel/release_region file is created, and
792 +the reserved memory is held.
793 +
794 +If there is no waiting dump data, then only the highest
795 +256MB of the ram is reserved as a scratch area. This area
796 +is *not* released: this region will be kept permanently
797 +reserved, so that it can act as a receptacle for a copy
798 +of the low 256MB in the case a crash does occur. See,
799 +however, "open issues" below, as to whether
800 +such a reserved region is really needed.
801 +
802 +Currently the dump will be copied from /proc/vmcore to a
803 +a new file upon user intervention. The starting address
804 +to be read and the range for each data point in provided
805 +in /sys/kernel/release_region.
806 +
807 +The tools to examine the dump will be same as the ones
808 +used for kdump.
809 +
810 +General notes:
811 +--------------
812 +Security: please note that there are potential security issues
813 +with any sort of dump mechanism. In particular, plaintext
814 +(unencrypted) data, and possibly passwords, may be present in
815 +the dump data. Userspace tools must take adequate precautions to
816 +preserve security.
817 +
818 +Open issues/ToDo:
819 +------------
820 + o The various code paths that tell the hypervisor that a crash
821 + occurred, vs. it simply being a normal reboot, should be
822 + reviewed, and possibly clarified/fixed.
823 +
824 + o Instead of using /sys/kernel, should there be a /sys/dump
825 + instead? There is a dump_subsys being created by the s390 code,
826 + perhaps the pseries code should use a similar layout as well.
827 +
828 + o Is reserving a 256MB region really required? The goal of
829 + reserving a 256MB scratch area is to make sure that no
830 + important crash data is clobbered when the hypervisor
831 + save low mem to the scratch area. But, if one could assure
832 + that nothing important is located in some 256MB area, then
833 + it would not need to be reserved. Something that can be
834 + improved in subsequent versions.
835 +
836 + o Still working the kdump team to integrate this with kdump,
837 + some work remains but this would not affect the current
838 + patches.
839 +
840 + o Still need to write a shell script, to copy the dump away.
841 + Currently I am parsing it manually.
842 --- a/arch/powerpc/Kconfig
843 +++ b/arch/powerpc/Kconfig
844 @@ -49,6 +49,19 @@
845 bool
846 default y
847
848 +config STACKTRACE_SUPPORT
849 + bool
850 + default y
851 +
852 +config TRACE_IRQFLAGS_SUPPORT
853 + bool
854 + depends on PPC64
855 + default y
856 +
857 +config LOCKDEP_SUPPORT
858 + bool
859 + default y
860 +
861 config RWSEM_GENERIC_SPINLOCK
862 bool
863
864 @@ -81,6 +94,11 @@
865 bool
866 default y
867
868 +config GENERIC_GPIO
869 + bool
870 + help
871 + Generic GPIO API support
872 +
873 config ARCH_NO_VIRT_TO_BUS
874 def_bool PPC64
875
876 @@ -91,6 +109,7 @@
877 select HAVE_OPROFILE
878 select HAVE_KPROBES
879 select HAVE_KRETPROBES
880 + select HAVE_LMB
881
882 config EARLY_PRINTK
883 bool
884 @@ -210,15 +229,6 @@
885 source kernel/Kconfig.preempt
886 source "fs/Kconfig.binfmt"
887
888 -# We optimistically allocate largepages from the VM, so make the limit
889 -# large enough (16MB). This badly named config option is actually
890 -# max order + 1
891 -config FORCE_MAX_ZONEORDER
892 - int
893 - depends on PPC64
894 - default "9" if PPC_64K_PAGES
895 - default "13"
896 -
897 config HUGETLB_PAGE_SIZE_VARIABLE
898 bool
899 depends on HUGETLB_PAGE
900 @@ -307,6 +317,16 @@
901
902 Don't change this unless you know what you are doing.
903
904 +config PHYP_DUMP
905 + bool "Hypervisor-assisted dump (EXPERIMENTAL)"
906 + depends on PPC_PSERIES && EXPERIMENTAL
907 + help
908 + Hypervisor-assisted dump is meant to be a kdump replacement
909 + offering robustness and speed not possible without system
910 + hypervisor assistence.
911 +
912 + If unsure, say "N"
913 +
914 config PPCBUG_NVRAM
915 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
916 default y if PPC_PREP
917 @@ -381,6 +401,26 @@
918 while on hardware with such support, it will be used to map
919 normal application pages.
920
921 +config FORCE_MAX_ZONEORDER
922 + int "Maximum zone order"
923 + default "9" if PPC_64K_PAGES
924 + default "13" if PPC64 && !PPC_64K_PAGES
925 + default "11"
926 + help
927 + The kernel memory allocator divides physically contiguous memory
928 + blocks into "zones", where each zone is a power of two number of
929 + pages. This option selects the largest power of two that the kernel
930 + keeps in the memory allocator. If you need to allocate very large
931 + blocks of physically contiguous memory, then you may need to
932 + increase this value.
933 +
934 + This config option is actually maximum order plus one. For example,
935 + a value of 11 means that the largest free memory block is 2^10 pages.
936 +
937 + The page size is not necessarily 4KB. For example, on 64-bit
938 + systems, 64KB pages can be enabled via CONFIG_PPC_64K_PAGES. Keep
939 + this in mind when choosing a value for this option.
940 +
941 config PPC_SUBPAGE_PROT
942 bool "Support setting protections for 4k subpages"
943 depends on PPC_64K_PAGES
944 @@ -490,6 +530,14 @@
945 bool
946 select PPC_INDIRECT_PCI
947
948 +config 4xx_SOC
949 + bool
950 +
951 +config FSL_LBC
952 + bool
953 + help
954 + Freescale Localbus support
955 +
956 # Yes MCA RS/6000s exist but Linux-PPC does not currently support any
957 config MCA
958 bool
959 @@ -663,22 +711,6 @@
960 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
961 default "0x00200000" if NOT_COHERENT_CACHE
962
963 -config BOOT_LOAD_BOOL
964 - bool "Set the boot link/load address"
965 - depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM
966 - help
967 - This option allows you to set the initial load address of the zImage
968 - or zImage.initrd file. This can be useful if you are on a board
969 - which has a small amount of memory.
970 -
971 - Say N here unless you know what you are doing.
972 -
973 -config BOOT_LOAD
974 - hex "Link/load address for booting" if BOOT_LOAD_BOOL
975 - default "0x00400000" if 40x || 8xx || 8260
976 - default "0x01000000" if 44x
977 - default "0x00800000"
978 -
979 config PIN_TLB
980 bool "Pinned Kernel TLBs (860 ONLY)"
981 depends on ADVANCED_OPTIONS && 8xx
982 --- a/arch/powerpc/Kconfig.debug
983 +++ b/arch/powerpc/Kconfig.debug
984 @@ -269,7 +269,7 @@
985 hex "CPM UART early debug transmit descriptor address"
986 depends on PPC_EARLY_DEBUG_CPM
987 default "0xfa202008" if PPC_EP88XC
988 - default "0xf0000008" if CPM2
989 + default "0xf0001ff8" if CPM2
990 default "0xff002008" if CPM1
991 help
992 This specifies the address of the transmit descriptor
993 --- a/arch/powerpc/Makefile
994 +++ b/arch/powerpc/Makefile
995 @@ -71,13 +71,11 @@
996
997 LDFLAGS_vmlinux := -Bstatic
998
999 -CPPFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH)
1000 -AFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH)
1001 CFLAGS-$(CONFIG_PPC64) := -mminimal-toc -mtraceback=none -mcall-aixdesc
1002 -CFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH) -ffixed-r2 -mmultiple
1003 -KBUILD_CPPFLAGS += $(CPPFLAGS-y)
1004 -KBUILD_AFLAGS += $(AFLAGS-y)
1005 -KBUILD_CFLAGS += -msoft-float -pipe $(CFLAGS-y)
1006 +CFLAGS-$(CONFIG_PPC32) := -ffixed-r2 -mmultiple
1007 +KBUILD_CPPFLAGS += -Iarch/$(ARCH)
1008 +KBUILD_AFLAGS += -Iarch/$(ARCH)
1009 +KBUILD_CFLAGS += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y)
1010 CPP = $(CC) -E $(KBUILD_CFLAGS)
1011
1012 CHECKFLAGS += -m$(CONFIG_WORD_SIZE) -D__powerpc__ -D__powerpc$(CONFIG_WORD_SIZE)__
1013 @@ -164,7 +162,7 @@
1014 $(BOOT_TARGETS): vmlinux
1015 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
1016
1017 -bootwrapper_install:
1018 +bootwrapper_install %.dtb:
1019 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
1020
1021 define archhelp
1022 --- a/arch/powerpc/boot/Makefile
1023 +++ b/arch/powerpc/boot/Makefile
1024 @@ -40,6 +40,7 @@
1025 $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405
1026 $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405
1027 $(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405
1028 +$(obj)/virtex405-head.o: BOOTCFLAGS += -mcpu=405
1029
1030
1031 zlib := inffast.c inflate.c inftrees.c
1032 @@ -64,7 +65,8 @@
1033 cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \
1034 fixed-head.S ep88xc.c ep405.c \
1035 cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \
1036 - cuboot-warp.c cuboot-85xx-cpm2.c
1037 + cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \
1038 + virtex405-head.S
1039 src-boot := $(src-wlib) $(src-plat) empty.c
1040
1041 src-boot := $(addprefix $(obj)/, $(src-boot))
1042 @@ -192,7 +194,7 @@
1043 image-$(CONFIG_PPC_EFIKA) += zImage.chrp
1044 image-$(CONFIG_PPC_PMAC) += zImage.pmac
1045 image-$(CONFIG_PPC_HOLLY) += zImage.holly
1046 -image-$(CONFIG_PPC_PRPMC2800) += zImage.prpmc2800
1047 +image-$(CONFIG_PPC_PRPMC2800) += dtbImage.prpmc2800
1048 image-$(CONFIG_PPC_ISERIES) += zImage.iseries
1049 image-$(CONFIG_DEFAULT_UIMAGE) += uImage
1050
1051 @@ -216,6 +218,7 @@
1052 image-$(CONFIG_TAISHAN) += cuImage.taishan
1053 image-$(CONFIG_KATMAI) += cuImage.katmai
1054 image-$(CONFIG_WARP) += cuImage.warp
1055 +image-$(CONFIG_YOSEMITE) += cuImage.yosemite
1056
1057 # Board ports in arch/powerpc/platform/8xx/Kconfig
1058 image-$(CONFIG_PPC_MPC86XADS) += cuImage.mpc866ads
1059 @@ -255,6 +258,7 @@
1060 image-$(CONFIG_TQM8560) += cuImage.tqm8560
1061 image-$(CONFIG_SBC8548) += cuImage.sbc8548
1062 image-$(CONFIG_SBC8560) += cuImage.sbc8560
1063 +image-$(CONFIG_KSI8560) += cuImage.ksi8560
1064
1065 # Board ports in arch/powerpc/platform/embedded6xx/Kconfig
1066 image-$(CONFIG_STORCENTER) += cuImage.storcenter
1067 @@ -285,11 +289,11 @@
1068 $(call if_changed,wrap,$*)
1069
1070 # dtbImage% - a dtbImage is a zImage with an embedded device tree blob
1071 -$(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(dtstree)/%.dts
1072 - $(call if_changed,wrap,$*,$(dtstree)/$*.dts,,$(obj)/ramdisk.image.gz)
1073 +$(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(obj)/%.dtb
1074 + $(call if_changed,wrap,$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1075
1076 -$(obj)/dtbImage.%: vmlinux $(wrapperbits) $(dtstree)/%.dts
1077 - $(call if_changed,wrap,$*,$(dtstree)/$*.dts)
1078 +$(obj)/dtbImage.%: vmlinux $(wrapperbits) $(obj)/%.dtb
1079 + $(call if_changed,wrap,$*,,$(obj)/$*.dtb)
1080
1081 # This cannot be in the root of $(src) as the zImage rule always adds a $(obj)
1082 # prefix
1083 @@ -302,14 +306,24 @@
1084 $(obj)/uImage: vmlinux $(wrapperbits)
1085 $(call if_changed,wrap,uboot)
1086
1087 -$(obj)/cuImage.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1088 - $(call if_changed,wrap,cuboot-$*,$(dtstree)/$*.dts)
1089 +$(obj)/cuImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1090 + $(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb)
1091
1092 -$(obj)/treeImage.initrd.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1093 - $(call if_changed,wrap,treeboot-$*,$(dtstree)/$*.dts,,$(obj)/ramdisk.image.gz)
1094 +$(obj)/simpleImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1095 + $(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1096
1097 -$(obj)/treeImage.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1098 - $(call if_changed,wrap,treeboot-$*,$(dtstree)/$*.dts)
1099 +$(obj)/simpleImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1100 + $(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb)
1101 +
1102 +$(obj)/treeImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1103 + $(call if_changed,wrap,treeboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1104 +
1105 +$(obj)/treeImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1106 + $(call if_changed,wrap,treeboot-$*,,$(obj)/$*.dtb)
1107 +
1108 +# Rule to build device tree blobs
1109 +$(obj)/%.dtb: $(dtstree)/%.dts $(obj)/dtc
1110 + $(obj)/dtc -O dtb -o $(obj)/$*.dtb -b 0 $(DTS_FLAGS) $(dtstree)/$*.dts
1111
1112 # If there isn't a platform selected then just strip the vmlinux.
1113 ifeq (,$(image-y))
1114 @@ -326,7 +340,7 @@
1115
1116 # anything not in $(targets)
1117 clean-files += $(image-) $(initrd-) zImage zImage.initrd cuImage.* treeImage.* \
1118 - otheros.bld
1119 + otheros.bld *.dtb
1120
1121 # clean up files cached by wrapper
1122 clean-kernel := vmlinux.strip vmlinux.bin
1123 --- a/arch/powerpc/boot/bamboo.c
1124 +++ b/arch/powerpc/boot/bamboo.c
1125 @@ -33,7 +33,8 @@
1126 ibm440ep_fixup_clocks(sysclk, 11059200, 25000000);
1127 ibm4xx_sdram_fixup_memsize();
1128 ibm4xx_quiesce_eth((u32 *)0xef600e00, (u32 *)0xef600f00);
1129 - dt_fixup_mac_addresses(bamboo_mac0, bamboo_mac1);
1130 + dt_fixup_mac_address_by_alias("ethernet0", bamboo_mac0);
1131 + dt_fixup_mac_address_by_alias("ethernet1", bamboo_mac1);
1132 }
1133
1134 void bamboo_init(void *mac0, void *mac1)
1135 --- a/arch/powerpc/boot/cpm-serial.c
1136 +++ b/arch/powerpc/boot/cpm-serial.c
1137 @@ -11,6 +11,7 @@
1138 #include "types.h"
1139 #include "io.h"
1140 #include "ops.h"
1141 +#include "page.h"
1142
1143 struct cpm_scc {
1144 u32 gsmrl;
1145 @@ -42,6 +43,22 @@
1146 u16 tbase;
1147 u8 rfcr;
1148 u8 tfcr;
1149 + u16 mrblr;
1150 + u32 rstate;
1151 + u8 res1[4];
1152 + u16 rbptr;
1153 + u8 res2[6];
1154 + u32 tstate;
1155 + u8 res3[4];
1156 + u16 tbptr;
1157 + u8 res4[6];
1158 + u16 maxidl;
1159 + u16 idlc;
1160 + u16 brkln;
1161 + u16 brkec;
1162 + u16 brkcr;
1163 + u16 rmask;
1164 + u8 res5[4];
1165 };
1166
1167 struct cpm_bd {
1168 @@ -54,10 +71,10 @@
1169 static struct cpm_param *param;
1170 static struct cpm_smc *smc;
1171 static struct cpm_scc *scc;
1172 -struct cpm_bd *tbdf, *rbdf;
1173 +static struct cpm_bd *tbdf, *rbdf;
1174 static u32 cpm_cmd;
1175 -static u8 *muram_start;
1176 -static u32 muram_offset;
1177 +static void *cbd_addr;
1178 +static u32 cbd_offset;
1179
1180 static void (*do_cmd)(int op);
1181 static void (*enable_port)(void);
1182 @@ -119,20 +136,25 @@
1183
1184 out_8(&param->rfcr, 0x10);
1185 out_8(&param->tfcr, 0x10);
1186 + out_be16(&param->mrblr, 1);
1187 + out_be16(&param->maxidl, 0);
1188 + out_be16(&param->brkec, 0);
1189 + out_be16(&param->brkln, 0);
1190 + out_be16(&param->brkcr, 0);
1191
1192 - rbdf = (struct cpm_bd *)muram_start;
1193 - rbdf->addr = (u8 *)(rbdf + 2);
1194 + rbdf = cbd_addr;
1195 + rbdf->addr = (u8 *)rbdf - 1;
1196 rbdf->sc = 0xa000;
1197 rbdf->len = 1;
1198
1199 tbdf = rbdf + 1;
1200 - tbdf->addr = (u8 *)(rbdf + 2) + 1;
1201 + tbdf->addr = (u8 *)rbdf - 2;
1202 tbdf->sc = 0x2000;
1203 tbdf->len = 1;
1204
1205 sync();
1206 - out_be16(&param->rbase, muram_offset);
1207 - out_be16(&param->tbase, muram_offset + sizeof(struct cpm_bd));
1208 + out_be16(&param->rbase, cbd_offset);
1209 + out_be16(&param->tbase, cbd_offset + sizeof(struct cpm_bd));
1210
1211 do_cmd(CPM_CMD_INIT_RX_TX);
1212
1213 @@ -175,10 +197,12 @@
1214
1215 int cpm_console_init(void *devp, struct serial_console_data *scdp)
1216 {
1217 - void *reg_virt[2];
1218 - int is_smc = 0, is_cpm2 = 0, n;
1219 - unsigned long reg_phys;
1220 + void *vreg[2];
1221 + u32 reg[2];
1222 + int is_smc = 0, is_cpm2 = 0;
1223 void *parent, *muram;
1224 + void *muram_addr;
1225 + unsigned long muram_offset, muram_size;
1226
1227 if (dt_is_compatible(devp, "fsl,cpm1-smc-uart")) {
1228 is_smc = 1;
1229 @@ -202,63 +226,64 @@
1230 else
1231 do_cmd = cpm1_cmd;
1232
1233 - n = getprop(devp, "fsl,cpm-command", &cpm_cmd, 4);
1234 - if (n < 4)
1235 + if (getprop(devp, "fsl,cpm-command", &cpm_cmd, 4) < 4)
1236 return -1;
1237
1238 - n = getprop(devp, "virtual-reg", reg_virt, sizeof(reg_virt));
1239 - if (n < (int)sizeof(reg_virt)) {
1240 - for (n = 0; n < 2; n++) {
1241 - if (!dt_xlate_reg(devp, n, &reg_phys, NULL))
1242 - return -1;
1243 -
1244 - reg_virt[n] = (void *)reg_phys;
1245 - }
1246 - }
1247 + if (dt_get_virtual_reg(devp, vreg, 2) < 2)
1248 + return -1;
1249
1250 if (is_smc)
1251 - smc = reg_virt[0];
1252 + smc = vreg[0];
1253 else
1254 - scc = reg_virt[0];
1255 + scc = vreg[0];
1256
1257 - param = reg_virt[1];
1258 + param = vreg[1];
1259
1260 parent = get_parent(devp);
1261 if (!parent)
1262 return -1;
1263
1264 - n = getprop(parent, "virtual-reg", reg_virt, sizeof(reg_virt));
1265 - if (n < (int)sizeof(reg_virt)) {
1266 - if (!dt_xlate_reg(parent, 0, &reg_phys, NULL))
1267 - return -1;
1268 -
1269 - reg_virt[0] = (void *)reg_phys;
1270 - }
1271 -
1272 - cpcr = reg_virt[0];
1273 + if (dt_get_virtual_reg(parent, &cpcr, 1) < 1)
1274 + return -1;
1275
1276 muram = finddevice("/soc/cpm/muram/data");
1277 if (!muram)
1278 return -1;
1279
1280 /* For bootwrapper-compatible device trees, we assume that the first
1281 - * entry has at least 18 bytes, and that #address-cells/#data-cells
1282 + * entry has at least 128 bytes, and that #address-cells/#data-cells
1283 * is one for both parent and child.
1284 */
1285
1286 - n = getprop(muram, "virtual-reg", reg_virt, sizeof(reg_virt));
1287 - if (n < (int)sizeof(reg_virt)) {
1288 - if (!dt_xlate_reg(muram, 0, &reg_phys, NULL))
1289 - return -1;
1290 + if (dt_get_virtual_reg(muram, &muram_addr, 1) < 1)
1291 + return -1;
1292 +
1293 + if (getprop(muram, "reg", reg, 8) < 8)
1294 + return -1;
1295 +
1296 + muram_offset = reg[0];
1297 + muram_size = reg[1];
1298 +
1299 + /* Store the buffer descriptors at the end of the first muram chunk.
1300 + * For SMC ports on CPM2-based platforms, relocate the parameter RAM
1301 + * just before the buffer descriptors.
1302 + */
1303 +
1304 + cbd_offset = muram_offset + muram_size - 2 * sizeof(struct cpm_bd);
1305
1306 - reg_virt[0] = (void *)reg_phys;
1307 + if (is_cpm2 && is_smc) {
1308 + u16 *smc_base = (u16 *)param;
1309 + u16 pram_offset;
1310 +
1311 + pram_offset = cbd_offset - 64;
1312 + pram_offset = _ALIGN_DOWN(pram_offset, 64);
1313 +
1314 + disable_port();
1315 + out_be16(smc_base, pram_offset);
1316 + param = muram_addr - muram_offset + pram_offset;
1317 }
1318
1319 - muram_start = reg_virt[0];
1320 -
1321 - n = getprop(muram, "reg", &muram_offset, 4);
1322 - if (n < 4)
1323 - return -1;
1324 + cbd_addr = muram_addr - muram_offset + cbd_offset;
1325
1326 scdp->open = cpm_serial_open;
1327 scdp->putc = cpm_serial_putc;
1328 --- a/arch/powerpc/boot/cuboot-pq2.c
1329 +++ b/arch/powerpc/boot/cuboot-pq2.c
1330 @@ -128,7 +128,7 @@
1331 u8 *soc_regs;
1332 int i, len;
1333 void *node, *parent_node;
1334 - u32 naddr, nsize, mem_log2;
1335 + u32 naddr, nsize, mem_pow2, mem_mask;
1336
1337 node = finddevice("/pci");
1338 if (!node || !dt_is_compatible(node, "fsl,pq2-pci"))
1339 @@ -141,7 +141,7 @@
1340
1341 soc_regs = (u8 *)fsl_get_immr();
1342 if (!soc_regs)
1343 - goto err;
1344 + goto unhandled;
1345
1346 dt_get_reg_format(node, &naddr, &nsize);
1347 if (naddr != 3 || nsize != 2)
1348 @@ -153,7 +153,7 @@
1349
1350 dt_get_reg_format(parent_node, &naddr, &nsize);
1351 if (naddr != 1 || nsize != 1)
1352 - goto err;
1353 + goto unhandled;
1354
1355 len = getprop(node, "ranges", pci_ranges_buf,
1356 sizeof(pci_ranges_buf));
1357 @@ -170,14 +170,20 @@
1358 }
1359
1360 if (!mem || !mmio || !io)
1361 - goto err;
1362 + goto unhandled;
1363 + if (mem->size[1] != mmio->size[1])
1364 + goto unhandled;
1365 + if (mem->size[1] & (mem->size[1] - 1))
1366 + goto unhandled;
1367 + if (io->size[1] & (io->size[1] - 1))
1368 + goto unhandled;
1369
1370 if (mem->phys_addr + mem->size[1] == mmio->phys_addr)
1371 mem_base = mem;
1372 else if (mmio->phys_addr + mmio->size[1] == mem->phys_addr)
1373 mem_base = mmio;
1374 else
1375 - goto err;
1376 + goto unhandled;
1377
1378 out_be32(&pci_regs[1][0], mem_base->phys_addr | 1);
1379 out_be32(&pci_regs[2][0], ~(mem->size[1] + mmio->size[1] - 1));
1380 @@ -201,8 +207,9 @@
1381 out_le32(&pci_regs[0][58], 0);
1382 out_le32(&pci_regs[0][60], 0);
1383
1384 - mem_log2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1);
1385 - out_le32(&pci_regs[0][62], 0xa0000000 | ~((1 << (mem_log2 - 12)) - 1));
1386 + mem_pow2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1);
1387 + mem_mask = ~(mem_pow2 - 1) >> 12;
1388 + out_le32(&pci_regs[0][62], 0xa0000000 | mem_mask);
1389
1390 /* If PCI is disabled, drive RST high to enable. */
1391 if (!(in_le32(&pci_regs[0][32]) & 1)) {
1392 @@ -228,7 +235,11 @@
1393 return;
1394
1395 err:
1396 - printf("Bad PCI node\r\n");
1397 + printf("Bad PCI node -- using existing firmware setup.\r\n");
1398 + return;
1399 +
1400 +unhandled:
1401 + printf("Unsupported PCI node -- using existing firmware setup.\r\n");
1402 }
1403
1404 static void pq2_platform_fixups(void)
1405 --- a/arch/powerpc/boot/cuboot-rainier.c
1406 +++ b/arch/powerpc/boot/cuboot-rainier.c
1407 @@ -42,7 +42,8 @@
1408 ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1409 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1410 ibm4xx_denali_fixup_memsize();
1411 - dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);
1412 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1413 + dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1414 }
1415
1416 void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1417 --- a/arch/powerpc/boot/cuboot-sequoia.c
1418 +++ b/arch/powerpc/boot/cuboot-sequoia.c
1419 @@ -42,7 +42,8 @@
1420 ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1421 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1422 ibm4xx_denali_fixup_memsize();
1423 - dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);
1424 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1425 + dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1426 }
1427
1428 void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1429 --- a/arch/powerpc/boot/cuboot-taishan.c
1430 +++ b/arch/powerpc/boot/cuboot-taishan.c
1431 @@ -40,7 +40,8 @@
1432
1433 ibm4xx_sdram_fixup_memsize();
1434
1435 - dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr);
1436 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1437 + dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1438
1439 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1440 }
1441 --- a/arch/powerpc/boot/cuboot-warp.c
1442 +++ b/arch/powerpc/boot/cuboot-warp.c
1443 @@ -24,7 +24,7 @@
1444 ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1445 ibm4xx_sdram_fixup_memsize();
1446 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1447 - dt_fixup_mac_addresses(&bd.bi_enetaddr);
1448 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1449 }
1450
1451
1452 --- /dev/null
1453 +++ b/arch/powerpc/boot/cuboot-yosemite.c
1454 @@ -0,0 +1,44 @@
1455 +/*
1456 + * Old U-boot compatibility for Yosemite
1457 + *
1458 + * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
1459 + *
1460 + * Copyright 2008 IBM Corporation
1461 + *
1462 + * This program is free software; you can redistribute it and/or modify it
1463 + * under the terms of the GNU General Public License version 2 as published
1464 + * by the Free Software Foundation.
1465 + */
1466 +
1467 +#include "ops.h"
1468 +#include "stdio.h"
1469 +#include "4xx.h"
1470 +#include "44x.h"
1471 +#include "cuboot.h"
1472 +
1473 +#define TARGET_4xx
1474 +#define TARGET_44x
1475 +#include "ppcboot.h"
1476 +
1477 +static bd_t bd;
1478 +
1479 +static void yosemite_fixups(void)
1480 +{
1481 + unsigned long sysclk = 66666666;
1482 +
1483 + ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1484 + ibm4xx_sdram_fixup_memsize();
1485 + ibm4xx_quiesce_eth((u32 *)0xef600e00, (u32 *)0xef600f00);
1486 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1487 + dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1488 +}
1489 +
1490 +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1491 + unsigned long r6, unsigned long r7)
1492 +{
1493 + CUBOOT_INIT();
1494 + platform_ops.fixups = yosemite_fixups;
1495 + platform_ops.exit = ibm44x_dbcr_reset;
1496 + fdt_init(_dtb_start);
1497 + serial_console_init();
1498 +}
1499 --- a/arch/powerpc/boot/devtree.c
1500 +++ b/arch/powerpc/boot/devtree.c
1501 @@ -350,3 +350,23 @@
1502
1503 return 0;
1504 }
1505 +
1506 +int dt_get_virtual_reg(void *node, void **addr, int nres)
1507 +{
1508 + unsigned long xaddr;
1509 + int n;
1510 +
1511 + n = getprop(node, "virtual-reg", addr, nres * 4);
1512 + if (n > 0)
1513 + return n / 4;
1514 +
1515 + for (n = 0; n < nres; n++) {
1516 + if (!dt_xlate_reg(node, n, &xaddr, NULL))
1517 + break;
1518 +
1519 + addr[n] = (void *)xaddr;
1520 + }
1521 +
1522 + return n;
1523 +}
1524 +
1525 --- a/arch/powerpc/boot/dts/bamboo.dts
1526 +++ b/arch/powerpc/boot/dts/bamboo.dts
1527 @@ -204,7 +204,6 @@
1528 };
1529
1530 EMAC0: ethernet@ef600e00 {
1531 - linux,network-index = <0>;
1532 device_type = "network";
1533 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
1534 interrupt-parent = <&UIC1>;
1535 @@ -225,7 +224,6 @@
1536 };
1537
1538 EMAC1: ethernet@ef600f00 {
1539 - linux,network-index = <1>;
1540 device_type = "network";
1541 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
1542 interrupt-parent = <&UIC1>;
1543 --- /dev/null
1544 +++ b/arch/powerpc/boot/dts/canyonlands.dts
1545 @@ -0,0 +1,402 @@
1546 +/*
1547 + * Device Tree Source for AMCC Canyonlands (460EX)
1548 + *
1549 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
1550 + *
1551 + * This file is licensed under the terms of the GNU General Public
1552 + * License version 2. This program is licensed "as is" without
1553 + * any warranty of any kind, whether express or implied.
1554 + */
1555 +
1556 +/ {
1557 + #address-cells = <2>;
1558 + #size-cells = <1>;
1559 + model = "amcc,canyonlands";
1560 + compatible = "amcc,canyonlands";
1561 + dcr-parent = <&/cpus/cpu@0>;
1562 +
1563 + aliases {
1564 + ethernet0 = &EMAC0;
1565 + ethernet1 = &EMAC1;
1566 + serial0 = &UART0;
1567 + serial1 = &UART1;
1568 + };
1569 +
1570 + cpus {
1571 + #address-cells = <1>;
1572 + #size-cells = <0>;
1573 +
1574 + cpu@0 {
1575 + device_type = "cpu";
1576 + model = "PowerPC,460EX";
1577 + reg = <0>;
1578 + clock-frequency = <0>; /* Filled in by U-Boot */
1579 + timebase-frequency = <0>; /* Filled in by U-Boot */
1580 + i-cache-line-size = <20>;
1581 + d-cache-line-size = <20>;
1582 + i-cache-size = <8000>;
1583 + d-cache-size = <8000>;
1584 + dcr-controller;
1585 + dcr-access-method = "native";
1586 + };
1587 + };
1588 +
1589 + memory {
1590 + device_type = "memory";
1591 + reg = <0 0 0>; /* Filled in by U-Boot */
1592 + };
1593 +
1594 + UIC0: interrupt-controller0 {
1595 + compatible = "ibm,uic-460ex","ibm,uic";
1596 + interrupt-controller;
1597 + cell-index = <0>;
1598 + dcr-reg = <0c0 009>;
1599 + #address-cells = <0>;
1600 + #size-cells = <0>;
1601 + #interrupt-cells = <2>;
1602 + };
1603 +
1604 + UIC1: interrupt-controller1 {
1605 + compatible = "ibm,uic-460ex","ibm,uic";
1606 + interrupt-controller;
1607 + cell-index = <1>;
1608 + dcr-reg = <0d0 009>;
1609 + #address-cells = <0>;
1610 + #size-cells = <0>;
1611 + #interrupt-cells = <2>;
1612 + interrupts = <1e 4 1f 4>; /* cascade */
1613 + interrupt-parent = <&UIC0>;
1614 + };
1615 +
1616 + UIC2: interrupt-controller2 {
1617 + compatible = "ibm,uic-460ex","ibm,uic";
1618 + interrupt-controller;
1619 + cell-index = <2>;
1620 + dcr-reg = <0e0 009>;
1621 + #address-cells = <0>;
1622 + #size-cells = <0>;
1623 + #interrupt-cells = <2>;
1624 + interrupts = <a 4 b 4>; /* cascade */
1625 + interrupt-parent = <&UIC0>;
1626 + };
1627 +
1628 + UIC3: interrupt-controller3 {
1629 + compatible = "ibm,uic-460ex","ibm,uic";
1630 + interrupt-controller;
1631 + cell-index = <3>;
1632 + dcr-reg = <0f0 009>;
1633 + #address-cells = <0>;
1634 + #size-cells = <0>;
1635 + #interrupt-cells = <2>;
1636 + interrupts = <10 4 11 4>; /* cascade */
1637 + interrupt-parent = <&UIC0>;
1638 + };
1639 +
1640 + SDR0: sdr {
1641 + compatible = "ibm,sdr-460ex";
1642 + dcr-reg = <00e 002>;
1643 + };
1644 +
1645 + CPR0: cpr {
1646 + compatible = "ibm,cpr-460ex";
1647 + dcr-reg = <00c 002>;
1648 + };
1649 +
1650 + plb {
1651 + compatible = "ibm,plb-460ex", "ibm,plb4";
1652 + #address-cells = <2>;
1653 + #size-cells = <1>;
1654 + ranges;
1655 + clock-frequency = <0>; /* Filled in by U-Boot */
1656 +
1657 + SDRAM0: sdram {
1658 + compatible = "ibm,sdram-460ex", "ibm,sdram-405gp";
1659 + dcr-reg = <010 2>;
1660 + };
1661 +
1662 + MAL0: mcmal {
1663 + compatible = "ibm,mcmal-460ex", "ibm,mcmal2";
1664 + dcr-reg = <180 62>;
1665 + num-tx-chans = <2>;
1666 + num-rx-chans = <10>;
1667 + #address-cells = <0>;
1668 + #size-cells = <0>;
1669 + interrupt-parent = <&UIC2>;
1670 + interrupts = < /*TXEOB*/ 6 4
1671 + /*RXEOB*/ 7 4
1672 + /*SERR*/ 3 4
1673 + /*TXDE*/ 4 4
1674 + /*RXDE*/ 5 4>;
1675 + };
1676 +
1677 + POB0: opb {
1678 + compatible = "ibm,opb-460ex", "ibm,opb";
1679 + #address-cells = <1>;
1680 + #size-cells = <1>;
1681 + ranges = <b0000000 4 b0000000 50000000>;
1682 + clock-frequency = <0>; /* Filled in by U-Boot */
1683 +
1684 + EBC0: ebc {
1685 + compatible = "ibm,ebc-460ex", "ibm,ebc";
1686 + dcr-reg = <012 2>;
1687 + #address-cells = <2>;
1688 + #size-cells = <1>;
1689 + clock-frequency = <0>; /* Filled in by U-Boot */
1690 + interrupts = <6 4>;
1691 + interrupt-parent = <&UIC1>;
1692 + };
1693 +
1694 + UART0: serial@ef600300 {
1695 + device_type = "serial";
1696 + compatible = "ns16550";
1697 + reg = <ef600300 8>;
1698 + virtual-reg = <ef600300>;
1699 + clock-frequency = <0>; /* Filled in by U-Boot */
1700 + current-speed = <0>; /* Filled in by U-Boot */
1701 + interrupt-parent = <&UIC1>;
1702 + interrupts = <1 4>;
1703 + };
1704 +
1705 + UART1: serial@ef600400 {
1706 + device_type = "serial";
1707 + compatible = "ns16550";
1708 + reg = <ef600400 8>;
1709 + virtual-reg = <ef600400>;
1710 + clock-frequency = <0>; /* Filled in by U-Boot */
1711 + current-speed = <0>; /* Filled in by U-Boot */
1712 + interrupt-parent = <&UIC0>;
1713 + interrupts = <1 4>;
1714 + };
1715 +
1716 + UART2: serial@ef600500 {
1717 + device_type = "serial";
1718 + compatible = "ns16550";
1719 + reg = <ef600500 8>;
1720 + virtual-reg = <ef600500>;
1721 + clock-frequency = <0>; /* Filled in by U-Boot */
1722 + current-speed = <0>; /* Filled in by U-Boot */
1723 + interrupt-parent = <&UIC1>;
1724 + interrupts = <1d 4>;
1725 + };
1726 +
1727 + UART3: serial@ef600600 {
1728 + device_type = "serial";
1729 + compatible = "ns16550";
1730 + reg = <ef600600 8>;
1731 + virtual-reg = <ef600600>;
1732 + clock-frequency = <0>; /* Filled in by U-Boot */
1733 + current-speed = <0>; /* Filled in by U-Boot */
1734 + interrupt-parent = <&UIC1>;
1735 + interrupts = <1e 4>;
1736 + };
1737 +
1738 + IIC0: i2c@ef600700 {
1739 + compatible = "ibm,iic-460ex", "ibm,iic";
1740 + reg = <ef600700 14>;
1741 + interrupt-parent = <&UIC0>;
1742 + interrupts = <2 4>;
1743 + };
1744 +
1745 + IIC1: i2c@ef600800 {
1746 + compatible = "ibm,iic-460ex", "ibm,iic";
1747 + reg = <ef600800 14>;
1748 + interrupt-parent = <&UIC0>;
1749 + interrupts = <3 4>;
1750 + };
1751 +
1752 + ZMII0: emac-zmii@ef600d00 {
1753 + compatible = "ibm,zmii-460ex", "ibm,zmii";
1754 + reg = <ef600d00 c>;
1755 + };
1756 +
1757 + RGMII0: emac-rgmii@ef601500 {
1758 + compatible = "ibm,rgmii-460ex", "ibm,rgmii";
1759 + reg = <ef601500 8>;
1760 + has-mdio;
1761 + };
1762 +
1763 + TAH0: emac-tah@ef601350 {
1764 + compatible = "ibm,tah-460ex", "ibm,tah";
1765 + reg = <ef601350 30>;
1766 + };
1767 +
1768 + TAH1: emac-tah@ef601450 {
1769 + compatible = "ibm,tah-460ex", "ibm,tah";
1770 + reg = <ef601450 30>;
1771 + };
1772 +
1773 + EMAC0: ethernet@ef600e00 {
1774 + device_type = "network";
1775 + compatible = "ibm,emac-460ex", "ibm,emac4";
1776 + interrupt-parent = <&EMAC0>;
1777 + interrupts = <0 1>;
1778 + #interrupt-cells = <1>;
1779 + #address-cells = <0>;
1780 + #size-cells = <0>;
1781 + interrupt-map = </*Status*/ 0 &UIC2 10 4
1782 + /*Wake*/ 1 &UIC2 14 4>;
1783 + reg = <ef600e00 70>;
1784 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
1785 + mal-device = <&MAL0>;
1786 + mal-tx-channel = <0>;
1787 + mal-rx-channel = <0>;
1788 + cell-index = <0>;
1789 + max-frame-size = <2328>;
1790 + rx-fifo-size = <1000>;
1791 + tx-fifo-size = <800>;
1792 + phy-mode = "rgmii";
1793 + phy-map = <00000000>;
1794 + rgmii-device = <&RGMII0>;
1795 + rgmii-channel = <0>;
1796 + tah-device = <&TAH0>;
1797 + tah-channel = <0>;
1798 + has-inverted-stacr-oc;
1799 + has-new-stacr-staopc;
1800 + };
1801 +
1802 + EMAC1: ethernet@ef600f00 {
1803 + device_type = "network";
1804 + compatible = "ibm,emac-460ex", "ibm,emac4";
1805 + interrupt-parent = <&EMAC1>;
1806 + interrupts = <0 1>;
1807 + #interrupt-cells = <1>;
1808 + #address-cells = <0>;
1809 + #size-cells = <0>;
1810 + interrupt-map = </*Status*/ 0 &UIC2 11 4
1811 + /*Wake*/ 1 &UIC2 15 4>;
1812 + reg = <ef600f00 70>;
1813 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
1814 + mal-device = <&MAL0>;
1815 + mal-tx-channel = <1>;
1816 + mal-rx-channel = <8>;
1817 + cell-index = <1>;
1818 + max-frame-size = <2328>;
1819 + rx-fifo-size = <1000>;
1820 + tx-fifo-size = <800>;
1821 + phy-mode = "rgmii";
1822 + phy-map = <00000000>;
1823 + rgmii-device = <&RGMII0>;
1824 + rgmii-channel = <1>;
1825 + tah-device = <&TAH1>;
1826 + tah-channel = <1>;
1827 + has-inverted-stacr-oc;
1828 + has-new-stacr-staopc;
1829 + mdio-device = <&EMAC0>;
1830 + };
1831 + };
1832 +
1833 + PCIX0: pci@c0ec00000 {
1834 + device_type = "pci";
1835 + #interrupt-cells = <1>;
1836 + #size-cells = <2>;
1837 + #address-cells = <3>;
1838 + compatible = "ibm,plb-pcix-460ex", "ibm,plb-pcix";
1839 + primary;
1840 + large-inbound-windows;
1841 + enable-msi-hole;
1842 + reg = <c 0ec00000 8 /* Config space access */
1843 + 0 0 0 /* no IACK cycles */
1844 + c 0ed00000 4 /* Special cycles */
1845 + c 0ec80000 100 /* Internal registers */
1846 + c 0ec80100 fc>; /* Internal messaging registers */
1847 +
1848 + /* Outbound ranges, one memory and one IO,
1849 + * later cannot be changed
1850 + */
1851 + ranges = <02000000 0 80000000 0000000d 80000000 0 80000000
1852 + 01000000 0 00000000 0000000c 08000000 0 00010000>;
1853 +
1854 + /* Inbound 2GB range starting at 0 */
1855 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
1856 +
1857 + /* This drives busses 0 to 0x3f */
1858 + bus-range = <0 3f>;
1859 +
1860 + /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
1861 + interrupt-map-mask = <0000 0 0 0>;
1862 + interrupt-map = < 0000 0 0 0 &UIC1 0 8 >;
1863 + };
1864 +
1865 + PCIE0: pciex@d00000000 {
1866 + device_type = "pci";
1867 + #interrupt-cells = <1>;
1868 + #size-cells = <2>;
1869 + #address-cells = <3>;
1870 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
1871 + primary;
1872 + port = <0>; /* port number */
1873 + reg = <d 00000000 20000000 /* Config space access */
1874 + c 08010000 00001000>; /* Registers */
1875 + dcr-reg = <100 020>;
1876 + sdr-base = <300>;
1877 +
1878 + /* Outbound ranges, one memory and one IO,
1879 + * later cannot be changed
1880 + */
1881 + ranges = <02000000 0 80000000 0000000e 00000000 0 80000000
1882 + 01000000 0 00000000 0000000f 80000000 0 00010000>;
1883 +
1884 + /* Inbound 2GB range starting at 0 */
1885 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
1886 +
1887 + /* This drives busses 40 to 0x7f */
1888 + bus-range = <40 7f>;
1889 +
1890 + /* Legacy interrupts (note the weird polarity, the bridge seems
1891 + * to invert PCIe legacy interrupts).
1892 + * We are de-swizzling here because the numbers are actually for
1893 + * port of the root complex virtual P2P bridge. But I want
1894 + * to avoid putting a node for it in the tree, so the numbers
1895 + * below are basically de-swizzled numbers.
1896 + * The real slot is on idsel 0, so the swizzling is 1:1
1897 + */
1898 + interrupt-map-mask = <0000 0 0 7>;
1899 + interrupt-map = <
1900 + 0000 0 0 1 &UIC3 c 4 /* swizzled int A */
1901 + 0000 0 0 2 &UIC3 d 4 /* swizzled int B */
1902 + 0000 0 0 3 &UIC3 e 4 /* swizzled int C */
1903 + 0000 0 0 4 &UIC3 f 4 /* swizzled int D */>;
1904 + };
1905 +
1906 + PCIE1: pciex@d20000000 {
1907 + device_type = "pci";
1908 + #interrupt-cells = <1>;
1909 + #size-cells = <2>;
1910 + #address-cells = <3>;
1911 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
1912 + primary;
1913 + port = <1>; /* port number */
1914 + reg = <d 20000000 20000000 /* Config space access */
1915 + c 08011000 00001000>; /* Registers */
1916 + dcr-reg = <120 020>;
1917 + sdr-base = <340>;
1918 +
1919 + /* Outbound ranges, one memory and one IO,
1920 + * later cannot be changed
1921 + */
1922 + ranges = <02000000 0 80000000 0000000e 80000000 0 80000000
1923 + 01000000 0 00000000 0000000f 80010000 0 00010000>;
1924 +
1925 + /* Inbound 2GB range starting at 0 */
1926 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
1927 +
1928 + /* This drives busses 80 to 0xbf */
1929 + bus-range = <80 bf>;
1930 +
1931 + /* Legacy interrupts (note the weird polarity, the bridge seems
1932 + * to invert PCIe legacy interrupts).
1933 + * We are de-swizzling here because the numbers are actually for
1934 + * port of the root complex virtual P2P bridge. But I want
1935 + * to avoid putting a node for it in the tree, so the numbers
1936 + * below are basically de-swizzled numbers.
1937 + * The real slot is on idsel 0, so the swizzling is 1:1
1938 + */
1939 + interrupt-map-mask = <0000 0 0 7>;
1940 + interrupt-map = <
1941 + 0000 0 0 1 &UIC3 10 4 /* swizzled int A */
1942 + 0000 0 0 2 &UIC3 11 4 /* swizzled int B */
1943 + 0000 0 0 3 &UIC3 12 4 /* swizzled int C */
1944 + 0000 0 0 4 &UIC3 13 4 /* swizzled int D */>;
1945 + };
1946 + };
1947 +};
1948 --- a/arch/powerpc/boot/dts/ebony.dts
1949 +++ b/arch/powerpc/boot/dts/ebony.dts
1950 @@ -241,7 +241,6 @@
1951 };
1952
1953 EMAC0: ethernet@40000800 {
1954 - linux,network-index = <0>;
1955 device_type = "network";
1956 compatible = "ibm,emac-440gp", "ibm,emac";
1957 interrupt-parent = <&UIC1>;
1958 @@ -261,7 +260,6 @@
1959 zmii-channel = <0>;
1960 };
1961 EMAC1: ethernet@40000900 {
1962 - linux,network-index = <1>;
1963 device_type = "network";
1964 compatible = "ibm,emac-440gp", "ibm,emac";
1965 interrupt-parent = <&UIC1>;
1966 --- a/arch/powerpc/boot/dts/ep8248e.dts
1967 +++ b/arch/powerpc/boot/dts/ep8248e.dts
1968 @@ -121,8 +121,7 @@
1969
1970 data@0 {
1971 compatible = "fsl,cpm-muram-data";
1972 - reg = <0 0x1100 0x1140
1973 - 0xec0 0x9800 0x800>;
1974 + reg = <0 0x2000 0x9800 0x800>;
1975 };
1976 };
1977
1978 @@ -138,7 +137,7 @@
1979 device_type = "serial";
1980 compatible = "fsl,mpc8248-smc-uart",
1981 "fsl,cpm2-smc-uart";
1982 - reg = <0x11a80 0x20 0x1100 0x40>;
1983 + reg = <0x11a80 0x20 0x87fc 2>;
1984 interrupts = <4 8>;
1985 interrupt-parent = <&PIC>;
1986 fsl,cpm-brg = <7>;
1987 --- a/arch/powerpc/boot/dts/ep88xc.dts
1988 +++ b/arch/powerpc/boot/dts/ep88xc.dts
1989 @@ -2,7 +2,7 @@
1990 * EP88xC Device Tree Source
1991 *
1992 * Copyright 2006 MontaVista Software, Inc.
1993 - * Copyright 2007 Freescale Semiconductor, Inc.
1994 + * Copyright 2007,2008 Freescale Semiconductor, Inc.
1995 *
1996 * This program is free software; you can redistribute it and/or modify it
1997 * under the terms of the GNU General Public License as published by the
1998 @@ -10,6 +10,7 @@
1999 * option) any later version.
2000 */
2001
2002 +/dts-v1/;
2003
2004 / {
2005 model = "EP88xC";
2006 @@ -23,44 +24,44 @@
2007
2008 PowerPC,885@0 {
2009 device_type = "cpu";
2010 - reg = <0>;
2011 - d-cache-line-size = <d#16>;
2012 - i-cache-line-size = <d#16>;
2013 - d-cache-size = <d#8192>;
2014 - i-cache-size = <d#8192>;
2015 + reg = <0x0>;
2016 + d-cache-line-size = <16>;
2017 + i-cache-line-size = <16>;
2018 + d-cache-size = <8192>;
2019 + i-cache-size = <8192>;
2020 timebase-frequency = <0>;
2021 bus-frequency = <0>;
2022 clock-frequency = <0>;
2023 - interrupts = <f 2>; // decrementer interrupt
2024 + interrupts = <15 2>; // decrementer interrupt
2025 interrupt-parent = <&PIC>;
2026 };
2027 };
2028
2029 memory {
2030 device_type = "memory";
2031 - reg = <0 0>;
2032 + reg = <0x0 0x0>;
2033 };
2034
2035 localbus@fa200100 {
2036 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus";
2037 #address-cells = <2>;
2038 #size-cells = <1>;
2039 - reg = <fa200100 40>;
2040 + reg = <0xfa200100 0x40>;
2041
2042 ranges = <
2043 - 0 0 fc000000 04000000
2044 - 3 0 fa000000 01000000
2045 + 0x0 0x0 0xfc000000 0x4000000
2046 + 0x3 0x0 0xfa000000 0x1000000
2047 >;
2048
2049 flash@0,2000000 {
2050 compatible = "cfi-flash";
2051 - reg = <0 2000000 2000000>;
2052 + reg = <0x0 0x2000000 0x2000000>;
2053 bank-width = <4>;
2054 device-width = <2>;
2055 };
2056
2057 board-control@3,400000 {
2058 - reg = <3 400000 10>;
2059 + reg = <0x3 0x400000 0x10>;
2060 compatible = "fsl,ep88xc-bcsr";
2061 };
2062 };
2063 @@ -70,25 +71,25 @@
2064 #address-cells = <1>;
2065 #size-cells = <1>;
2066 device_type = "soc";
2067 - ranges = <0 fa200000 00004000>;
2068 + ranges = <0x0 0xfa200000 0x4000>;
2069 bus-frequency = <0>;
2070
2071 // Temporary -- will go away once kernel uses ranges for get_immrbase().
2072 - reg = <fa200000 4000>;
2073 + reg = <0xfa200000 0x4000>;
2074
2075 mdio@e00 {
2076 compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
2077 - reg = <e00 188>;
2078 + reg = <0xe00 0x188>;
2079 #address-cells = <1>;
2080 #size-cells = <0>;
2081
2082 PHY0: ethernet-phy@0 {
2083 - reg = <0>;
2084 + reg = <0x0>;
2085 device_type = "ethernet-phy";
2086 };
2087
2088 PHY1: ethernet-phy@1 {
2089 - reg = <1>;
2090 + reg = <0x1>;
2091 device_type = "ethernet-phy";
2092 };
2093 };
2094 @@ -97,7 +98,7 @@
2095 device_type = "network";
2096 compatible = "fsl,mpc885-fec-enet",
2097 "fsl,pq1-fec-enet";
2098 - reg = <e00 188>;
2099 + reg = <0xe00 0x188>;
2100 local-mac-address = [ 00 00 00 00 00 00 ];
2101 interrupts = <3 1>;
2102 interrupt-parent = <&PIC>;
2103 @@ -109,7 +110,7 @@
2104 device_type = "network";
2105 compatible = "fsl,mpc885-fec-enet",
2106 "fsl,pq1-fec-enet";
2107 - reg = <1e00 188>;
2108 + reg = <0x1e00 0x188>;
2109 local-mac-address = [ 00 00 00 00 00 00 ];
2110 interrupts = <7 1>;
2111 interrupt-parent = <&PIC>;
2112 @@ -120,7 +121,7 @@
2113 PIC: interrupt-controller@0 {
2114 interrupt-controller;
2115 #interrupt-cells = <2>;
2116 - reg = <0 24>;
2117 + reg = <0x0 0x24>;
2118 compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
2119 };
2120
2121 @@ -130,29 +131,29 @@
2122 #size-cells = <2>;
2123 compatible = "fsl,pq-pcmcia";
2124 device_type = "pcmcia";
2125 - reg = <80 80>;
2126 + reg = <0x80 0x80>;
2127 interrupt-parent = <&PIC>;
2128 - interrupts = <d 1>;
2129 + interrupts = <13 1>;
2130 };
2131
2132 cpm@9c0 {
2133 #address-cells = <1>;
2134 #size-cells = <1>;
2135 compatible = "fsl,mpc885-cpm", "fsl,cpm1";
2136 - command-proc = <9c0>;
2137 + command-proc = <0x9c0>;
2138 interrupts = <0>; // cpm error interrupt
2139 interrupt-parent = <&CPM_PIC>;
2140 - reg = <9c0 40>;
2141 + reg = <0x9c0 0x40>;
2142 ranges;
2143
2144 muram@2000 {
2145 #address-cells = <1>;
2146 #size-cells = <1>;
2147 - ranges = <0 2000 2000>;
2148 + ranges = <0x0 0x2000 0x2000>;
2149
2150 data@0 {
2151 compatible = "fsl,cpm-muram-data";
2152 - reg = <0 1c00>;
2153 + reg = <0x0 0x1c00>;
2154 };
2155 };
2156
2157 @@ -160,7 +161,7 @@
2158 compatible = "fsl,mpc885-brg",
2159 "fsl,cpm1-brg",
2160 "fsl,cpm-brg";
2161 - reg = <9f0 10>;
2162 + reg = <0x9f0 0x10>;
2163 };
2164
2165 CPM_PIC: interrupt-controller@930 {
2166 @@ -168,7 +169,7 @@
2167 #interrupt-cells = <1>;
2168 interrupts = <5 2 0 2>;
2169 interrupt-parent = <&PIC>;
2170 - reg = <930 20>;
2171 + reg = <0x930 0x20>;
2172 compatible = "fsl,mpc885-cpm-pic",
2173 "fsl,cpm1-pic";
2174 };
2175 @@ -178,11 +179,11 @@
2176 device_type = "serial";
2177 compatible = "fsl,mpc885-smc-uart",
2178 "fsl,cpm1-smc-uart";
2179 - reg = <a80 10 3e80 40>;
2180 + reg = <0xa80 0x10 0x3e80 0x40>;
2181 interrupts = <4>;
2182 interrupt-parent = <&CPM_PIC>;
2183 fsl,cpm-brg = <1>;
2184 - fsl,cpm-command = <0090>;
2185 + fsl,cpm-command = <0x90>;
2186 linux,planetcore-label = "SMC1";
2187 };
2188
2189 @@ -191,11 +192,11 @@
2190 device_type = "serial";
2191 compatible = "fsl,mpc885-scc-uart",
2192 "fsl,cpm1-scc-uart";
2193 - reg = <a20 20 3d00 80>;
2194 - interrupts = <1d>;
2195 + reg = <0xa20 0x20 0x3d00 0x80>;
2196 + interrupts = <29>;
2197 interrupt-parent = <&CPM_PIC>;
2198 fsl,cpm-brg = <2>;
2199 - fsl,cpm-command = <0040>;
2200 + fsl,cpm-command = <0x40>;
2201 linux,planetcore-label = "SCC2";
2202 };
2203
2204 @@ -204,9 +205,9 @@
2205 #size-cells = <0>;
2206 compatible = "fsl,mpc885-usb",
2207 "fsl,cpm1-usb";
2208 - reg = <a00 18 1c00 80>;
2209 + reg = <0xa00 0x18 0x1c00 0x80>;
2210 interrupt-parent = <&CPM_PIC>;
2211 - interrupts = <1e>;
2212 + interrupts = <30>;
2213 fsl,cpm-command = <0000>;
2214 };
2215 };
2216 --- /dev/null
2217 +++ b/arch/powerpc/boot/dts/glacier.dts
2218 @@ -0,0 +1,467 @@
2219 +/*
2220 + * Device Tree Source for AMCC Glacier (460GT)
2221 + *
2222 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
2223 + *
2224 + * This file is licensed under the terms of the GNU General Public
2225 + * License version 2. This program is licensed "as is" without
2226 + * any warranty of any kind, whether express or implied.
2227 + */
2228 +
2229 +/ {
2230 + #address-cells = <2>;
2231 + #size-cells = <1>;
2232 + model = "amcc,glacier";
2233 + compatible = "amcc,glacier", "amcc,canyonlands";
2234 + dcr-parent = <&/cpus/cpu@0>;
2235 +
2236 + aliases {
2237 + ethernet0 = &EMAC0;
2238 + ethernet1 = &EMAC1;
2239 + ethernet2 = &EMAC2;
2240 + ethernet3 = &EMAC3;
2241 + serial0 = &UART0;
2242 + serial1 = &UART1;
2243 + };
2244 +
2245 + cpus {
2246 + #address-cells = <1>;
2247 + #size-cells = <0>;
2248 +
2249 + cpu@0 {
2250 + device_type = "cpu";
2251 + model = "PowerPC,460GT";
2252 + reg = <0>;
2253 + clock-frequency = <0>; /* Filled in by U-Boot */
2254 + timebase-frequency = <0>; /* Filled in by U-Boot */
2255 + i-cache-line-size = <20>;
2256 + d-cache-line-size = <20>;
2257 + i-cache-size = <8000>;
2258 + d-cache-size = <8000>;
2259 + dcr-controller;
2260 + dcr-access-method = "native";
2261 + };
2262 + };
2263 +
2264 + memory {
2265 + device_type = "memory";
2266 + reg = <0 0 0>; /* Filled in by U-Boot */
2267 + };
2268 +
2269 + UIC0: interrupt-controller0 {
2270 + compatible = "ibm,uic-460gt","ibm,uic";
2271 + interrupt-controller;
2272 + cell-index = <0>;
2273 + dcr-reg = <0c0 009>;
2274 + #address-cells = <0>;
2275 + #size-cells = <0>;
2276 + #interrupt-cells = <2>;
2277 + };
2278 +
2279 + UIC1: interrupt-controller1 {
2280 + compatible = "ibm,uic-460gt","ibm,uic";
2281 + interrupt-controller;
2282 + cell-index = <1>;
2283 + dcr-reg = <0d0 009>;
2284 + #address-cells = <0>;
2285 + #size-cells = <0>;
2286 + #interrupt-cells = <2>;
2287 + interrupts = <1e 4 1f 4>; /* cascade */
2288 + interrupt-parent = <&UIC0>;
2289 + };
2290 +
2291 + UIC2: interrupt-controller2 {
2292 + compatible = "ibm,uic-460gt","ibm,uic";
2293 + interrupt-controller;
2294 + cell-index = <2>;
2295 + dcr-reg = <0e0 009>;
2296 + #address-cells = <0>;
2297 + #size-cells = <0>;
2298 + #interrupt-cells = <2>;
2299 + interrupts = <a 4 b 4>; /* cascade */
2300 + interrupt-parent = <&UIC0>;
2301 + };
2302 +
2303 + UIC3: interrupt-controller3 {
2304 + compatible = "ibm,uic-460gt","ibm,uic";
2305 + interrupt-controller;
2306 + cell-index = <3>;
2307 + dcr-reg = <0f0 009>;
2308 + #address-cells = <0>;
2309 + #size-cells = <0>;
2310 + #interrupt-cells = <2>;
2311 + interrupts = <10 4 11 4>; /* cascade */
2312 + interrupt-parent = <&UIC0>;
2313 + };
2314 +
2315 + SDR0: sdr {
2316 + compatible = "ibm,sdr-460gt";
2317 + dcr-reg = <00e 002>;
2318 + };
2319 +
2320 + CPR0: cpr {
2321 + compatible = "ibm,cpr-460gt";
2322 + dcr-reg = <00c 002>;
2323 + };
2324 +
2325 + plb {
2326 + compatible = "ibm,plb-460gt", "ibm,plb4";
2327 + #address-cells = <2>;
2328 + #size-cells = <1>;
2329 + ranges;
2330 + clock-frequency = <0>; /* Filled in by U-Boot */
2331 +
2332 + SDRAM0: sdram {
2333 + compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
2334 + dcr-reg = <010 2>;
2335 + };
2336 +
2337 + MAL0: mcmal {
2338 + compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
2339 + dcr-reg = <180 62>;
2340 + num-tx-chans = <4>;
2341 + num-rx-chans = <20>;
2342 + #address-cells = <0>;
2343 + #size-cells = <0>;
2344 + interrupt-parent = <&UIC2>;
2345 + interrupts = < /*TXEOB*/ 6 4
2346 + /*RXEOB*/ 7 4
2347 + /*SERR*/ 3 4
2348 + /*TXDE*/ 4 4
2349 + /*RXDE*/ 5 4>;
2350 + desc-base-addr-high = <8>;
2351 + };
2352 +
2353 + POB0: opb {
2354 + compatible = "ibm,opb-460gt", "ibm,opb";
2355 + #address-cells = <1>;
2356 + #size-cells = <1>;
2357 + ranges = <b0000000 4 b0000000 50000000>;
2358 + clock-frequency = <0>; /* Filled in by U-Boot */
2359 +
2360 + EBC0: ebc {
2361 + compatible = "ibm,ebc-460gt", "ibm,ebc";
2362 + dcr-reg = <012 2>;
2363 + #address-cells = <2>;
2364 + #size-cells = <1>;
2365 + clock-frequency = <0>; /* Filled in by U-Boot */
2366 + interrupts = <6 4>;
2367 + interrupt-parent = <&UIC1>;
2368 + };
2369 +
2370 + UART0: serial@ef600300 {
2371 + device_type = "serial";
2372 + compatible = "ns16550";
2373 + reg = <ef600300 8>;
2374 + virtual-reg = <ef600300>;
2375 + clock-frequency = <0>; /* Filled in by U-Boot */
2376 + current-speed = <0>; /* Filled in by U-Boot */
2377 + interrupt-parent = <&UIC1>;
2378 + interrupts = <1 4>;
2379 + };
2380 +
2381 + UART1: serial@ef600400 {
2382 + device_type = "serial";
2383 + compatible = "ns16550";
2384 + reg = <ef600400 8>;
2385 + virtual-reg = <ef600400>;
2386 + clock-frequency = <0>; /* Filled in by U-Boot */
2387 + current-speed = <0>; /* Filled in by U-Boot */
2388 + interrupt-parent = <&UIC0>;
2389 + interrupts = <1 4>;
2390 + };
2391 +
2392 + UART2: serial@ef600500 {
2393 + device_type = "serial";
2394 + compatible = "ns16550";
2395 + reg = <ef600500 8>;
2396 + virtual-reg = <ef600500>;
2397 + clock-frequency = <0>; /* Filled in by U-Boot */
2398 + current-speed = <0>; /* Filled in by U-Boot */
2399 + interrupt-parent = <&UIC1>;
2400 + interrupts = <1d 4>;
2401 + };
2402 +
2403 + UART3: serial@ef600600 {
2404 + device_type = "serial";
2405 + compatible = "ns16550";
2406 + reg = <ef600600 8>;
2407 + virtual-reg = <ef600600>;
2408 + clock-frequency = <0>; /* Filled in by U-Boot */
2409 + current-speed = <0>; /* Filled in by U-Boot */
2410 + interrupt-parent = <&UIC1>;
2411 + interrupts = <1e 4>;
2412 + };
2413 +
2414 + IIC0: i2c@ef600700 {
2415 + compatible = "ibm,iic-460gt", "ibm,iic";
2416 + reg = <ef600700 14>;
2417 + interrupt-parent = <&UIC0>;
2418 + interrupts = <2 4>;
2419 + };
2420 +
2421 + IIC1: i2c@ef600800 {
2422 + compatible = "ibm,iic-460gt", "ibm,iic";
2423 + reg = <ef600800 14>;
2424 + interrupt-parent = <&UIC0>;
2425 + interrupts = <3 4>;
2426 + };
2427 +
2428 + ZMII0: emac-zmii@ef600d00 {
2429 + compatible = "ibm,zmii-460gt", "ibm,zmii";
2430 + reg = <ef600d00 c>;
2431 + };
2432 +
2433 + RGMII0: emac-rgmii@ef601500 {
2434 + compatible = "ibm,rgmii-460gt", "ibm,rgmii";
2435 + reg = <ef601500 8>;
2436 + has-mdio;
2437 + };
2438 +
2439 + RGMII1: emac-rgmii@ef601600 {
2440 + compatible = "ibm,rgmii-460gt", "ibm,rgmii";
2441 + reg = <ef601600 8>;
2442 + has-mdio;
2443 + };
2444 +
2445 + TAH0: emac-tah@ef601350 {
2446 + compatible = "ibm,tah-460gt", "ibm,tah";
2447 + reg = <ef601350 30>;
2448 + };
2449 +
2450 + TAH1: emac-tah@ef601450 {
2451 + compatible = "ibm,tah-460gt", "ibm,tah";
2452 + reg = <ef601450 30>;
2453 + };
2454 +
2455 + EMAC0: ethernet@ef600e00 {
2456 + device_type = "network";
2457 + compatible = "ibm,emac-460gt", "ibm,emac4";
2458 + interrupt-parent = <&EMAC0>;
2459 + interrupts = <0 1>;
2460 + #interrupt-cells = <1>;
2461 + #address-cells = <0>;
2462 + #size-cells = <0>;
2463 + interrupt-map = </*Status*/ 0 &UIC2 10 4
2464 + /*Wake*/ 1 &UIC2 14 4>;
2465 + reg = <ef600e00 70>;
2466 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2467 + mal-device = <&MAL0>;
2468 + mal-tx-channel = <0>;
2469 + mal-rx-channel = <0>;
2470 + cell-index = <0>;
2471 + max-frame-size = <2328>;
2472 + rx-fifo-size = <1000>;
2473 + tx-fifo-size = <800>;
2474 + phy-mode = "rgmii";
2475 + phy-map = <00000000>;
2476 + rgmii-device = <&RGMII0>;
2477 + rgmii-channel = <0>;
2478 + tah-device = <&TAH0>;
2479 + tah-channel = <0>;
2480 + has-inverted-stacr-oc;
2481 + has-new-stacr-staopc;
2482 + };
2483 +
2484 + EMAC1: ethernet@ef600f00 {
2485 + device_type = "network";
2486 + compatible = "ibm,emac-460gt", "ibm,emac4";
2487 + interrupt-parent = <&EMAC1>;
2488 + interrupts = <0 1>;
2489 + #interrupt-cells = <1>;
2490 + #address-cells = <0>;
2491 + #size-cells = <0>;
2492 + interrupt-map = </*Status*/ 0 &UIC2 11 4
2493 + /*Wake*/ 1 &UIC2 15 4>;
2494 + reg = <ef600f00 70>;
2495 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2496 + mal-device = <&MAL0>;
2497 + mal-tx-channel = <1>;
2498 + mal-rx-channel = <8>;
2499 + cell-index = <1>;
2500 + max-frame-size = <2328>;
2501 + rx-fifo-size = <1000>;
2502 + tx-fifo-size = <800>;
2503 + phy-mode = "rgmii";
2504 + phy-map = <00000000>;
2505 + rgmii-device = <&RGMII0>;
2506 + rgmii-channel = <1>;
2507 + tah-device = <&TAH1>;
2508 + tah-channel = <1>;
2509 + has-inverted-stacr-oc;
2510 + has-new-stacr-staopc;
2511 + mdio-device = <&EMAC0>;
2512 + };
2513 +
2514 + EMAC2: ethernet@ef601100 {
2515 + device_type = "network";
2516 + compatible = "ibm,emac-460gt", "ibm,emac4";
2517 + interrupt-parent = <&EMAC2>;
2518 + interrupts = <0 1>;
2519 + #interrupt-cells = <1>;
2520 + #address-cells = <0>;
2521 + #size-cells = <0>;
2522 + interrupt-map = </*Status*/ 0 &UIC2 12 4
2523 + /*Wake*/ 1 &UIC2 16 4>;
2524 + reg = <ef601100 70>;
2525 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2526 + mal-device = <&MAL0>;
2527 + mal-tx-channel = <2>;
2528 + mal-rx-channel = <10>;
2529 + cell-index = <2>;
2530 + max-frame-size = <2328>;
2531 + rx-fifo-size = <1000>;
2532 + tx-fifo-size = <800>;
2533 + phy-mode = "rgmii";
2534 + phy-map = <00000000>;
2535 + rgmii-device = <&RGMII1>;
2536 + rgmii-channel = <0>;
2537 + has-inverted-stacr-oc;
2538 + has-new-stacr-staopc;
2539 + mdio-device = <&EMAC0>;
2540 + };
2541 +
2542 + EMAC3: ethernet@ef601200 {
2543 + device_type = "network";
2544 + compatible = "ibm,emac-460gt", "ibm,emac4";
2545 + interrupt-parent = <&EMAC3>;
2546 + interrupts = <0 1>;
2547 + #interrupt-cells = <1>;
2548 + #address-cells = <0>;
2549 + #size-cells = <0>;
2550 + interrupt-map = </*Status*/ 0 &UIC2 13 4
2551 + /*Wake*/ 1 &UIC2 17 4>;
2552 + reg = <ef601200 70>;
2553 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2554 + mal-device = <&MAL0>;
2555 + mal-tx-channel = <3>;
2556 + mal-rx-channel = <18>;
2557 + cell-index = <3>;
2558 + max-frame-size = <2328>;
2559 + rx-fifo-size = <1000>;
2560 + tx-fifo-size = <800>;
2561 + phy-mode = "rgmii";
2562 + phy-map = <00000000>;
2563 + rgmii-device = <&RGMII1>;
2564 + rgmii-channel = <1>;
2565 + has-inverted-stacr-oc;
2566 + has-new-stacr-staopc;
2567 + mdio-device = <&EMAC0>;
2568 + };
2569 + };
2570 +
2571 + PCIX0: pci@c0ec00000 {
2572 + device_type = "pci";
2573 + #interrupt-cells = <1>;
2574 + #size-cells = <2>;
2575 + #address-cells = <3>;
2576 + compatible = "ibm,plb-pcix-460gt", "ibm,plb-pcix";
2577 + primary;
2578 + large-inbound-windows;
2579 + enable-msi-hole;
2580 + reg = <c 0ec00000 8 /* Config space access */
2581 + 0 0 0 /* no IACK cycles */
2582 + c 0ed00000 4 /* Special cycles */
2583 + c 0ec80000 100 /* Internal registers */
2584 + c 0ec80100 fc>; /* Internal messaging registers */
2585 +
2586 + /* Outbound ranges, one memory and one IO,
2587 + * later cannot be changed
2588 + */
2589 + ranges = <02000000 0 80000000 0000000d 80000000 0 80000000
2590 + 01000000 0 00000000 0000000c 08000000 0 00010000>;
2591 +
2592 + /* Inbound 2GB range starting at 0 */
2593 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
2594 +
2595 + /* This drives busses 0 to 0x3f */
2596 + bus-range = <0 3f>;
2597 +
2598 + /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
2599 + interrupt-map-mask = <0000 0 0 0>;
2600 + interrupt-map = < 0000 0 0 0 &UIC1 0 8 >;
2601 + };
2602 +
2603 + PCIE0: pciex@d00000000 {
2604 + device_type = "pci";
2605 + #interrupt-cells = <1>;
2606 + #size-cells = <2>;
2607 + #address-cells = <3>;
2608 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
2609 + primary;
2610 + port = <0>; /* port number */
2611 + reg = <d 00000000 20000000 /* Config space access */
2612 + c 08010000 00001000>; /* Registers */
2613 + dcr-reg = <100 020>;
2614 + sdr-base = <300>;
2615 +
2616 + /* Outbound ranges, one memory and one IO,
2617 + * later cannot be changed
2618 + */
2619 + ranges = <02000000 0 80000000 0000000e 00000000 0 80000000
2620 + 01000000 0 00000000 0000000f 80000000 0 00010000>;
2621 +
2622 + /* Inbound 2GB range starting at 0 */
2623 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
2624 +
2625 + /* This drives busses 40 to 0x7f */
2626 + bus-range = <40 7f>;
2627 +
2628 + /* Legacy interrupts (note the weird polarity, the bridge seems
2629 + * to invert PCIe legacy interrupts).
2630 + * We are de-swizzling here because the numbers are actually for
2631 + * port of the root complex virtual P2P bridge. But I want
2632 + * to avoid putting a node for it in the tree, so the numbers
2633 + * below are basically de-swizzled numbers.
2634 + * The real slot is on idsel 0, so the swizzling is 1:1
2635 + */
2636 + interrupt-map-mask = <0000 0 0 7>;
2637 + interrupt-map = <
2638 + 0000 0 0 1 &UIC3 c 4 /* swizzled int A */
2639 + 0000 0 0 2 &UIC3 d 4 /* swizzled int B */
2640 + 0000 0 0 3 &UIC3 e 4 /* swizzled int C */
2641 + 0000 0 0 4 &UIC3 f 4 /* swizzled int D */>;
2642 + };
2643 +
2644 + PCIE1: pciex@d20000000 {
2645 + device_type = "pci";
2646 + #interrupt-cells = <1>;
2647 + #size-cells = <2>;
2648 + #address-cells = <3>;
2649 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
2650 + primary;
2651 + port = <1>; /* port number */
2652 + reg = <d 20000000 20000000 /* Config space access */
2653 + c 08011000 00001000>; /* Registers */
2654 + dcr-reg = <120 020>;
2655 + sdr-base = <340>;
2656 +
2657 + /* Outbound ranges, one memory and one IO,
2658 + * later cannot be changed
2659 + */
2660 + ranges = <02000000 0 80000000 0000000e 80000000 0 80000000
2661 + 01000000 0 00000000 0000000f 80010000 0 00010000>;
2662 +
2663 + /* Inbound 2GB range starting at 0 */
2664 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
2665 +
2666 + /* This drives busses 80 to 0xbf */
2667 + bus-range = <80 bf>;
2668 +
2669 + /* Legacy interrupts (note the weird polarity, the bridge seems
2670 + * to invert PCIe legacy interrupts).
2671 + * We are de-swizzling here because the numbers are actually for
2672 + * port of the root complex virtual P2P bridge. But I want
2673 + * to avoid putting a node for it in the tree, so the numbers
2674 + * below are basically de-swizzled numbers.
2675 + * The real slot is on idsel 0, so the swizzling is 1:1
2676 + */
2677 + interrupt-map-mask = <0000 0 0 7>;
2678 + interrupt-map = <
2679 + 0000 0 0 1 &UIC3 10 4 /* swizzled int A */
2680 + 0000 0 0 2 &UIC3 11 4 /* swizzled int B */
2681 + 0000 0 0 3 &UIC3 12 4 /* swizzled int C */
2682 + 0000 0 0 4 &UIC3 13 4 /* swizzled int D */>;
2683 + };
2684 + };
2685 +};
2686 --- a/arch/powerpc/boot/dts/haleakala.dts
2687 +++ b/arch/powerpc/boot/dts/haleakala.dts
2688 @@ -12,7 +12,7 @@
2689 #address-cells = <1>;
2690 #size-cells = <1>;
2691 model = "amcc,haleakala";
2692 - compatible = "amcc,kilauea";
2693 + compatible = "amcc,haleakala", "amcc,kilauea";
2694 dcr-parent = <&/cpus/cpu@0>;
2695
2696 aliases {
2697 @@ -218,7 +218,7 @@
2698 mal-tx-channel = <0>;
2699 mal-rx-channel = <0>;
2700 cell-index = <0>;
2701 - max-frame-size = <5dc>;
2702 + max-frame-size = <2328>;
2703 rx-fifo-size = <1000>;
2704 tx-fifo-size = <800>;
2705 phy-mode = "rgmii";
2706 --- a/arch/powerpc/boot/dts/katmai.dts
2707 +++ b/arch/powerpc/boot/dts/katmai.dts
2708 @@ -212,7 +212,7 @@
2709 mal-tx-channel = <0>;
2710 mal-rx-channel = <0>;
2711 cell-index = <0>;
2712 - max-frame-size = <5dc>;
2713 + max-frame-size = <2328>;
2714 rx-fifo-size = <1000>;
2715 tx-fifo-size = <800>;
2716 phy-mode = "gmii";
2717 --- a/arch/powerpc/boot/dts/kilauea.dts
2718 +++ b/arch/powerpc/boot/dts/kilauea.dts
2719 @@ -219,7 +219,7 @@
2720 mal-tx-channel = <0>;
2721 mal-rx-channel = <0>;
2722 cell-index = <0>;
2723 - max-frame-size = <5dc>;
2724 + max-frame-size = <2328>;
2725 rx-fifo-size = <1000>;
2726 tx-fifo-size = <800>;
2727 phy-mode = "rgmii";
2728 @@ -247,7 +247,7 @@
2729 mal-tx-channel = <1>;
2730 mal-rx-channel = <1>;
2731 cell-index = <1>;
2732 - max-frame-size = <5dc>;
2733 + max-frame-size = <2328>;
2734 rx-fifo-size = <1000>;
2735 tx-fifo-size = <800>;
2736 phy-mode = "rgmii";
2737 --- /dev/null
2738 +++ b/arch/powerpc/boot/dts/ksi8560.dts
2739 @@ -0,0 +1,267 @@
2740 +/*
2741 + * Device Tree Source for Emerson KSI8560
2742 + *
2743 + * Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
2744 + *
2745 + * Based on mpc8560ads.dts
2746 + *
2747 + * 2008 (c) MontaVista, Software, Inc. This file is licensed under
2748 + * the terms of the GNU General Public License version 2. This program
2749 + * is licensed "as is" without any warranty of any kind, whether express
2750 + * or implied.
2751 + *
2752 + */
2753 +
2754 +/dts-v1/;
2755 +
2756 +/ {
2757 + model = "KSI8560";
2758 + compatible = "emerson,KSI8560";
2759 + #address-cells = <1>;
2760 + #size-cells = <1>;
2761 +
2762 + aliases {
2763 + ethernet0 = &enet0;
2764 + ethernet1 = &enet1;
2765 + ethernet2 = &enet2;
2766 + };
2767 +
2768 + cpus {
2769 + #address-cells = <1>;
2770 + #size-cells = <0>;
2771 +
2772 + PowerPC,8560@0 {
2773 + device_type = "cpu";
2774 + reg = <0>;
2775 + d-cache-line-size = <32>;
2776 + i-cache-line-size = <32>;
2777 + d-cache-size = <0x8000>; /* L1, 32K */
2778 + i-cache-size = <0x8000>; /* L1, 32K */
2779 + timebase-frequency = <0>; /* From U-boot */
2780 + bus-frequency = <0>; /* From U-boot */
2781 + clock-frequency = <0>; /* From U-boot */
2782 + };
2783 + };
2784 +
2785 + memory {
2786 + device_type = "memory";
2787 + reg = <0x00000000 0x10000000>; /* Fixed by bootwrapper */
2788 + };
2789 +
2790 + soc@fdf00000 {
2791 + #address-cells = <1>;
2792 + #size-cells = <1>;
2793 + device_type = "soc";
2794 + ranges = <0x00000000 0xfdf00000 0x00100000>;
2795 + bus-frequency = <0>; /* Fixed by bootwrapper */
2796 +
2797 + memory-controller@2000 {
2798 + compatible = "fsl,8540-memory-controller";
2799 + reg = <0x2000 0x1000>;
2800 + interrupt-parent = <&MPIC>;
2801 + interrupts = <0x12 0x2>;
2802 + };
2803 +
2804 + l2-cache-controller@20000 {
2805 + compatible = "fsl,8540-l2-cache-controller";
2806 + reg = <0x20000 0x1000>;
2807 + cache-line-size = <0x20>; /* 32 bytes */
2808 + cache-size = <0x40000>; /* L2, 256K */
2809 + interrupt-parent = <&MPIC>;
2810 + interrupts = <0x10 0x2>;
2811 + };
2812 +
2813 + i2c@3000 {
2814 + #address-cells = <1>;
2815 + #size-cells = <0>;
2816 + cell-index = <0>;
2817 + compatible = "fsl-i2c";
2818 + reg = <0x3000 0x100>;
2819 + interrupts = <0x2b 0x2>;
2820 + interrupt-parent = <&MPIC>;
2821 + dfsrr;
2822 + };
2823 +
2824 + mdio@24520 { /* For TSECs */
2825 + #address-cells = <1>;
2826 + #size-cells = <0>;
2827 + compatible = "fsl,gianfar-mdio";
2828 + reg = <0x24520 0x20>;
2829 +
2830 + PHY1: ethernet-phy@1 {
2831 + interrupt-parent = <&MPIC>;
2832 + reg = <0x1>;
2833 + device_type = "ethernet-phy";
2834 + };
2835 +
2836 + PHY2: ethernet-phy@2 {
2837 + interrupt-parent = <&MPIC>;
2838 + reg = <0x2>;
2839 + device_type = "ethernet-phy";
2840 + };
2841 + };
2842 +
2843 + enet0: ethernet@24000 {
2844 + device_type = "network";
2845 + model = "TSEC";
2846 + compatible = "gianfar";
2847 + reg = <0x24000 0x1000>;
2848 + /* Mac address filled in by bootwrapper */
2849 + local-mac-address = [ 00 00 00 00 00 00 ];
2850 + interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>;
2851 + interrupt-parent = <&MPIC>;
2852 + phy-handle = <&PHY1>;
2853 + };
2854 +
2855 + enet1: ethernet@25000 {
2856 + device_type = "network";
2857 + model = "TSEC";
2858 + compatible = "gianfar";
2859 + reg = <0x25000 0x1000>;
2860 + /* Mac address filled in by bootwrapper */
2861 + local-mac-address = [ 00 00 00 00 00 00 ];
2862 + interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>;
2863 + interrupt-parent = <&MPIC>;
2864 + phy-handle = <&PHY2>;
2865 + };
2866 +
2867 + MPIC: pic@40000 {
2868 + #address-cells = <0>;
2869 + #interrupt-cells = <2>;
2870 + interrupt-controller;
2871 + reg = <0x40000 0x40000>;
2872 + device_type = "open-pic";
2873 + };
2874 +
2875 + cpm@919c0 {
2876 + #address-cells = <1>;
2877 + #size-cells = <1>;
2878 + compatible = "fsl,mpc8560-cpm", "fsl,cpm2";
2879 + reg = <0x919c0 0x30>;
2880 + ranges;
2881 +
2882 + muram@80000 {
2883 + #address-cells = <1>;
2884 + #size-cells = <1>;
2885 + ranges = <0x0 0x80000 0x10000>;
2886 +
2887 + data@0 {
2888 + compatible = "fsl,cpm-muram-data";
2889 + reg = <0x0 0x4000 0x9000 0x2000>;
2890 + };
2891 + };
2892 +
2893 + brg@919f0 {
2894 + compatible = "fsl,mpc8560-brg",
2895 + "fsl,cpm2-brg",
2896 + "fsl,cpm-brg";
2897 + reg = <0x919f0 0x10 0x915f0 0x10>;
2898 + clock-frequency = <165000000>; /* 166MHz */
2899 + };
2900 +
2901 + CPMPIC: pic@90c00 {
2902 + #address-cells = <0>;
2903 + #interrupt-cells = <2>;
2904 + interrupt-controller;
2905 + interrupts = <0x2e 0x2>;
2906 + interrupt-parent = <&MPIC>;
2907 + reg = <0x90c00 0x80>;
2908 + compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
2909 + };
2910 +
2911 + serial@91a00 {
2912 + device_type = "serial";
2913 + compatible = "fsl,mpc8560-scc-uart",
2914 + "fsl,cpm2-scc-uart";
2915 + reg = <0x91a00 0x20 0x88000 0x100>;
2916 + fsl,cpm-brg = <1>;
2917 + fsl,cpm-command = <0x800000>;
2918 + current-speed = <0x1c200>;
2919 + interrupts = <0x28 0x8>;
2920 + interrupt-parent = <&CPMPIC>;
2921 + };
2922 +
2923 + serial@91a20 {
2924 + device_type = "serial";
2925 + compatible = "fsl,mpc8560-scc-uart",
2926 + "fsl,cpm2-scc-uart";
2927 + reg = <0x91a20 0x20 0x88100 0x100>;
2928 + fsl,cpm-brg = <2>;
2929 + fsl,cpm-command = <0x4a00000>;
2930 + current-speed = <0x1c200>;
2931 + interrupts = <0x29 0x8>;
2932 + interrupt-parent = <&CPMPIC>;
2933 + };
2934 +
2935 + mdio@90d00 { /* For FCCs */
2936 + #address-cells = <1>;
2937 + #size-cells = <0>;
2938 + compatible = "fsl,cpm2-mdio-bitbang";
2939 + reg = <0x90d00 0x14>;
2940 + fsl,mdio-pin = <24>;
2941 + fsl,mdc-pin = <25>;
2942 +
2943 + PHY0: ethernet-phy@0 {
2944 + interrupt-parent = <&MPIC>;
2945 + reg = <0x0>;
2946 + device_type = "ethernet-phy";
2947 + };
2948 + };
2949 +
2950 + enet2: ethernet@91300 {
2951 + device_type = "network";
2952 + compatible = "fsl,mpc8560-fcc-enet",
2953 + "fsl,cpm2-fcc-enet";
2954 + reg = <0x91300 0x20 0x88400 0x100 0x91390 0x1>;
2955 + /* Mac address filled in by bootwrapper */
2956 + local-mac-address = [ 00 00 00 00 00 00 ];
2957 + fsl,cpm-command = <0x12000300>;
2958 + interrupts = <0x20 0x8>;
2959 + interrupt-parent = <&CPMPIC>;
2960 + phy-handle = <&PHY0>;
2961 + };
2962 + };
2963 + };
2964 +
2965 + localbus@fdf05000 {
2966 + #address-cells = <2>;
2967 + #size-cells = <1>;
2968 + compatible = "fsl,mpc8560-localbus";
2969 + reg = <0xfdf05000 0x68>;
2970 +
2971 + ranges = <0x0 0x0 0xe0000000 0x00800000
2972 + 0x4 0x0 0xe8080000 0x00080000>;
2973 +
2974 + flash@0,0 {
2975 + #address-cells = <1>;
2976 + #size-cells = <1>;
2977 + compatible = "jedec-flash";
2978 + reg = <0x0 0x0 0x800000>;
2979 + bank-width = <0x2>;
2980 +
2981 + partition@0 {
2982 + label = "Primary Kernel";
2983 + reg = <0x0 0x180000>;
2984 + };
2985 + partition@180000 {
2986 + label = "Primary Filesystem";
2987 + reg = <0x180000 0x580000>;
2988 + };
2989 + partition@700000 {
2990 + label = "Monitor";
2991 + reg = <0x300000 0x100000>;
2992 + read-only;
2993 + };
2994 + };
2995 +
2996 + cpld@4,0 {
2997 + compatible = "emerson,KSI8560-cpld";
2998 + reg = <0x4 0x0 0x80000>;
2999 + };
3000 + };
3001 +
3002 +
3003 + chosen {
3004 + linux,stdout-path = "/soc/cpm/serial@91a00";
3005 + };
3006 +};
3007 --- a/arch/powerpc/boot/dts/kuroboxHD.dts
3008 +++ b/arch/powerpc/boot/dts/kuroboxHD.dts
3009 @@ -7,6 +7,7 @@
3010 * Based on sandpoint.dts
3011 *
3012 * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx.de>
3013 + * Copyright 2008 Freescale Semiconductor, Inc.
3014 *
3015 * This file is licensed under
3016 * the terms of the GNU General Public License version 2. This program
3017 @@ -17,6 +18,8 @@
3018
3019 */
3020
3021 +/dts-v1/;
3022 +
3023 / {
3024 model = "KuroboxHD";
3025 compatible = "linkstation";
3026 @@ -35,19 +38,19 @@
3027
3028 PowerPC,603e { /* Really 8241 */
3029 device_type = "cpu";
3030 - reg = <0>;
3031 - clock-frequency = <bebc200>; /* Fixed by bootloader */
3032 - timebase-frequency = <1743000>; /* Fixed by bootloader */
3033 + reg = <0x0>;
3034 + clock-frequency = <200000000>; /* Fixed by bootloader */
3035 + timebase-frequency = <24391680>; /* Fixed by bootloader */
3036 bus-frequency = <0>; /* Fixed by bootloader */
3037 /* Following required by dtc but not used */
3038 - i-cache-size = <4000>;
3039 - d-cache-size = <4000>;
3040 + i-cache-size = <0x4000>;
3041 + d-cache-size = <0x4000>;
3042 };
3043 };
3044
3045 memory {
3046 device_type = "memory";
3047 - reg = <00000000 04000000>;
3048 + reg = <0x0 0x4000000>;
3049 };
3050
3051 soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */
3052 @@ -56,26 +59,26 @@
3053 device_type = "soc";
3054 compatible = "mpc10x";
3055 store-gathering = <0>; /* 0 == off, !0 == on */
3056 - reg = <80000000 00100000>;
3057 - ranges = <80000000 80000000 70000000 /* pci mem space */
3058 - fc000000 fc000000 00100000 /* EUMB */
3059 - fe000000 fe000000 00c00000 /* pci i/o space */
3060 - fec00000 fec00000 00300000 /* pci cfg regs */
3061 - fef00000 fef00000 00100000>; /* pci iack */
3062 + reg = <0x80000000 0x100000>;
3063 + ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
3064 + 0xfc000000 0xfc000000 0x100000 /* EUMB */
3065 + 0xfe000000 0xfe000000 0xc00000 /* pci i/o space */
3066 + 0xfec00000 0xfec00000 0x300000 /* pci cfg regs */
3067 + 0xfef00000 0xfef00000 0x100000>; /* pci iack */
3068
3069 i2c@80003000 {
3070 #address-cells = <1>;
3071 #size-cells = <0>;
3072 cell-index = <0>;
3073 compatible = "fsl-i2c";
3074 - reg = <80003000 1000>;
3075 + reg = <0x80003000 0x1000>;
3076 interrupts = <5 2>;
3077 interrupt-parent = <&mpic>;
3078
3079 rtc@32 {
3080 device_type = "rtc";
3081 compatible = "ricoh,rs5c372a";
3082 - reg = <32>;
3083 + reg = <0x32>;
3084 };
3085 };
3086
3087 @@ -83,9 +86,9 @@
3088 cell-index = <0>;
3089 device_type = "serial";
3090 compatible = "ns16550";
3091 - reg = <80004500 8>;
3092 - clock-frequency = <5d08d88>;
3093 - current-speed = <2580>;
3094 + reg = <0x80004500 0x8>;
3095 + clock-frequency = <97553800>;
3096 + current-speed = <9600>;
3097 interrupts = <9 0>;
3098 interrupt-parent = <&mpic>;
3099 };
3100 @@ -94,10 +97,10 @@
3101 cell-index = <1>;
3102 device_type = "serial";
3103 compatible = "ns16550";
3104 - reg = <80004600 8>;
3105 - clock-frequency = <5d08d88>;
3106 - current-speed = <e100>;
3107 - interrupts = <a 0>;
3108 + reg = <0x80004600 0x8>;
3109 + clock-frequency = <97553800>;
3110 + current-speed = <57600>;
3111 + interrupts = <10 0>;
3112 interrupt-parent = <&mpic>;
3113 };
3114
3115 @@ -107,7 +110,7 @@
3116 device_type = "open-pic";
3117 compatible = "chrp,open-pic";
3118 interrupt-controller;
3119 - reg = <80040000 40000>;
3120 + reg = <0x80040000 0x40000>;
3121 };
3122
3123 pci0: pci@fec00000 {
3124 @@ -116,29 +119,29 @@
3125 #interrupt-cells = <1>;
3126 device_type = "pci";
3127 compatible = "mpc10x-pci";
3128 - reg = <fec00000 400000>;
3129 - ranges = <01000000 0 0 fe000000 0 00c00000
3130 - 02000000 0 80000000 80000000 0 70000000>;
3131 - bus-range = <0 ff>;
3132 - clock-frequency = <7f28155>;
3133 + reg = <0xfec00000 0x400000>;
3134 + ranges = <0x1000000 0x0 0x0 0xfe000000 0x0 0xc00000
3135 + 0x2000000 0x0 0x80000000 0x80000000 0x0 0x70000000>;
3136 + bus-range = <0 255>;
3137 + clock-frequency = <133333333>;
3138 interrupt-parent = <&mpic>;
3139 - interrupt-map-mask = <f800 0 0 7>;
3140 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3141 interrupt-map = <
3142 /* IDSEL 11 - IRQ0 ETH */
3143 - 5800 0 0 1 &mpic 0 1
3144 - 5800 0 0 2 &mpic 1 1
3145 - 5800 0 0 3 &mpic 2 1
3146 - 5800 0 0 4 &mpic 3 1
3147 + 0x5800 0x0 0x0 0x1 &mpic 0x0 0x1
3148 + 0x5800 0x0 0x0 0x2 &mpic 0x1 0x1
3149 + 0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
3150 + 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
3151 /* IDSEL 12 - IRQ1 IDE0 */
3152 - 6000 0 0 1 &mpic 1 1
3153 - 6000 0 0 2 &mpic 2 1
3154 - 6000 0 0 3 &mpic 3 1
3155 - 6000 0 0 4 &mpic 0 1
3156 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
3157 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
3158 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
3159 + 0x6000 0x0 0x0 0x4 &mpic 0x0 0x1
3160 /* IDSEL 14 - IRQ3 USB2.0 */
3161 - 7000 0 0 1 &mpic 3 1
3162 - 7000 0 0 2 &mpic 3 1
3163 - 7000 0 0 3 &mpic 3 1
3164 - 7000 0 0 4 &mpic 3 1
3165 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
3166 + 0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
3167 + 0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
3168 + 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
3169 >;
3170 };
3171 };
3172 --- a/arch/powerpc/boot/dts/kuroboxHG.dts
3173 +++ b/arch/powerpc/boot/dts/kuroboxHG.dts
3174 @@ -7,6 +7,7 @@
3175 * Based on sandpoint.dts
3176 *
3177 * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx.de>
3178 + * Copyright 2008 Freescale Semiconductor, Inc.
3179 *
3180 * This file is licensed under
3181 * the terms of the GNU General Public License version 2. This program
3182 @@ -17,6 +18,8 @@
3183
3184 */
3185
3186 +/dts-v1/;
3187 +
3188 / {
3189 model = "KuroboxHG";
3190 compatible = "linkstation";
3191 @@ -35,19 +38,19 @@
3192
3193 PowerPC,603e { /* Really 8241 */
3194 device_type = "cpu";
3195 - reg = <0>;
3196 - clock-frequency = <fdad680>; /* Fixed by bootloader */
3197 - timebase-frequency = <1F04000>; /* Fixed by bootloader */
3198 + reg = <0x0>;
3199 + clock-frequency = <266000000>; /* Fixed by bootloader */
3200 + timebase-frequency = <32522240>; /* Fixed by bootloader */
3201 bus-frequency = <0>; /* Fixed by bootloader */
3202 /* Following required by dtc but not used */
3203 - i-cache-size = <4000>;
3204 - d-cache-size = <4000>;
3205 + i-cache-size = <0x4000>;
3206 + d-cache-size = <0x4000>;
3207 };
3208 };
3209
3210 memory {
3211 device_type = "memory";
3212 - reg = <00000000 08000000>;
3213 + reg = <0x0 0x8000000>;
3214 };
3215
3216 soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */
3217 @@ -56,26 +59,26 @@
3218 device_type = "soc";
3219 compatible = "mpc10x";
3220 store-gathering = <0>; /* 0 == off, !0 == on */
3221 - reg = <80000000 00100000>;
3222 - ranges = <80000000 80000000 70000000 /* pci mem space */
3223 - fc000000 fc000000 00100000 /* EUMB */
3224 - fe000000 fe000000 00c00000 /* pci i/o space */
3225 - fec00000 fec00000 00300000 /* pci cfg regs */
3226 - fef00000 fef00000 00100000>; /* pci iack */
3227 + reg = <0x80000000 0x100000>;
3228 + ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
3229 + 0xfc000000 0xfc000000 0x100000 /* EUMB */
3230 + 0xfe000000 0xfe000000 0xc00000 /* pci i/o space */
3231 + 0xfec00000 0xfec00000 0x300000 /* pci cfg regs */
3232 + 0xfef00000 0xfef00000 0x100000>; /* pci iack */
3233
3234 i2c@80003000 {
3235 #address-cells = <1>;
3236 #size-cells = <0>;
3237 cell-index = <0>;
3238 compatible = "fsl-i2c";
3239 - reg = <80003000 1000>;
3240 + reg = <0x80003000 0x1000>;
3241 interrupts = <5 2>;
3242 interrupt-parent = <&mpic>;
3243
3244 rtc@32 {
3245 device_type = "rtc";
3246 compatible = "ricoh,rs5c372a";
3247 - reg = <32>;
3248 + reg = <0x32>;
3249 };
3250 };
3251
3252 @@ -83,9 +86,9 @@
3253 cell-index = <0>;
3254 device_type = "serial";
3255 compatible = "ns16550";
3256 - reg = <80004500 8>;
3257 - clock-frequency = <7c044a8>;
3258 - current-speed = <2580>;
3259 + reg = <0x80004500 0x8>;
3260 + clock-frequency = <130041000>;
3261 + current-speed = <9600>;
3262 interrupts = <9 0>;
3263 interrupt-parent = <&mpic>;
3264 };
3265 @@ -94,10 +97,10 @@
3266 cell-index = <1>;
3267 device_type = "serial";
3268 compatible = "ns16550";
3269 - reg = <80004600 8>;
3270 - clock-frequency = <7c044a8>;
3271 - current-speed = <e100>;
3272 - interrupts = <a 0>;
3273 + reg = <0x80004600 0x8>;
3274 + clock-frequency = <130041000>;
3275 + current-speed = <57600>;
3276 + interrupts = <10 0>;
3277 interrupt-parent = <&mpic>;
3278 };
3279
3280 @@ -107,7 +110,7 @@
3281 device_type = "open-pic";
3282 compatible = "chrp,open-pic";
3283 interrupt-controller;
3284 - reg = <80040000 40000>;
3285 + reg = <0x80040000 0x40000>;
3286 };
3287
3288 pci0: pci@fec00000 {
3289 @@ -116,29 +119,29 @@
3290 #interrupt-cells = <1>;
3291 device_type = "pci";
3292 compatible = "mpc10x-pci";
3293 - reg = <fec00000 400000>;
3294 - ranges = <01000000 0 0 fe000000 0 00c00000
3295 - 02000000 0 80000000 80000000 0 70000000>;
3296 - bus-range = <0 ff>;
3297 - clock-frequency = <7f28155>;
3298 + reg = <0xfec00000 0x400000>;
3299 + ranges = <0x1000000 0x0 0x0 0xfe000000 0x0 0xc00000
3300 + 0x2000000 0x0 0x80000000 0x80000000 0x0 0x70000000>;
3301 + bus-range = <0 255>;
3302 + clock-frequency = <133333333>;
3303 interrupt-parent = <&mpic>;
3304 - interrupt-map-mask = <f800 0 0 7>;
3305 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3306 interrupt-map = <
3307 /* IDSEL 11 - IRQ0 ETH */
3308 - 5800 0 0 1 &mpic 0 1
3309 - 5800 0 0 2 &mpic 1 1
3310 - 5800 0 0 3 &mpic 2 1
3311 - 5800 0 0 4 &mpic 3 1
3312 + 0x5800 0x0 0x0 0x1 &mpic 0x0 0x1
3313 + 0x5800 0x0 0x0 0x2 &mpic 0x1 0x1
3314 + 0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
3315 + 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
3316 /* IDSEL 12 - IRQ1 IDE0 */
3317 - 6000 0 0 1 &mpic 1 1
3318 - 6000 0 0 2 &mpic 2 1
3319 - 6000 0 0 3 &mpic 3 1
3320 - 6000 0 0 4 &mpic 0 1
3321 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
3322 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
3323 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
3324 + 0x6000 0x0 0x0 0x4 &mpic 0x0 0x1
3325 /* IDSEL 14 - IRQ3 USB2.0 */
3326 - 7000 0 0 1 &mpic 3 1
3327 - 7000 0 0 2 &mpic 3 1
3328 - 7000 0 0 3 &mpic 3 1
3329 - 7000 0 0 4 &mpic 3 1
3330 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
3331 + 0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
3332 + 0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
3333 + 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
3334 >;
3335 };
3336 };
3337 --- a/arch/powerpc/boot/dts/makalu.dts
3338 +++ b/arch/powerpc/boot/dts/makalu.dts
3339 @@ -219,7 +219,7 @@
3340 mal-tx-channel = <0>;
3341 mal-rx-channel = <0>;
3342 cell-index = <0>;
3343 - max-frame-size = <5dc>;
3344 + max-frame-size = <2328>;
3345 rx-fifo-size = <1000>;
3346 tx-fifo-size = <800>;
3347 phy-mode = "rgmii";
3348 @@ -247,7 +247,7 @@
3349 mal-tx-channel = <1>;
3350 mal-rx-channel = <1>;
3351 cell-index = <1>;
3352 - max-frame-size = <5dc>;
3353 + max-frame-size = <2328>;
3354 rx-fifo-size = <1000>;
3355 tx-fifo-size = <800>;
3356 phy-mode = "rgmii";
3357 --- a/arch/powerpc/boot/dts/mpc7448hpc2.dts
3358 +++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts
3359 @@ -1,7 +1,7 @@
3360 /*
3361 * MPC7448HPC2 (Taiga) board Device Tree Source
3362 *
3363 - * Copyright 2006 Freescale Semiconductor Inc.
3364 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
3365 * 2006 Roy Zang <Roy Zang at freescale.com>.
3366 *
3367 * This program is free software; you can redistribute it and/or modify it
3368 @@ -10,6 +10,7 @@
3369 * option) any later version.
3370 */
3371
3372 +/dts-v1/;
3373
3374 / {
3375 model = "mpc7448hpc2";
3376 @@ -23,11 +24,11 @@
3377
3378 PowerPC,7448@0 {
3379 device_type = "cpu";
3380 - reg = <0>;
3381 - d-cache-line-size = <20>; // 32 bytes
3382 - i-cache-line-size = <20>; // 32 bytes
3383 - d-cache-size = <8000>; // L1, 32K bytes
3384 - i-cache-size = <8000>; // L1, 32K bytes
3385 + reg = <0x0>;
3386 + d-cache-line-size = <32>; // 32 bytes
3387 + i-cache-line-size = <32>; // 32 bytes
3388 + d-cache-size = <0x8000>; // L1, 32K bytes
3389 + i-cache-size = <0x8000>; // L1, 32K bytes
3390 timebase-frequency = <0>; // 33 MHz, from uboot
3391 clock-frequency = <0>; // From U-Boot
3392 bus-frequency = <0>; // From U-Boot
3393 @@ -36,7 +37,7 @@
3394
3395 memory {
3396 device_type = "memory";
3397 - reg = <00000000 20000000 // DDR2 512M at 0
3398 + reg = <0x0 0x20000000 // DDR2 512M at 0
3399 >;
3400 };
3401
3402 @@ -44,14 +45,14 @@
3403 #address-cells = <1>;
3404 #size-cells = <1>;
3405 device_type = "tsi-bridge";
3406 - ranges = <00000000 c0000000 00010000>;
3407 - reg = <c0000000 00010000>;
3408 + ranges = <0x0 0xc0000000 0x10000>;
3409 + reg = <0xc0000000 0x10000>;
3410 bus-frequency = <0>;
3411
3412 i2c@7000 {
3413 interrupt-parent = <&mpic>;
3414 - interrupts = <E 0>;
3415 - reg = <7000 400>;
3416 + interrupts = <14 0>;
3417 + reg = <0x7000 0x400>;
3418 device_type = "i2c";
3419 compatible = "tsi108-i2c";
3420 };
3421 @@ -59,20 +60,20 @@
3422 MDIO: mdio@6000 {
3423 device_type = "mdio";
3424 compatible = "tsi108-mdio";
3425 - reg = <6000 50>;
3426 + reg = <0x6000 0x50>;
3427 #address-cells = <1>;
3428 #size-cells = <0>;
3429
3430 phy8: ethernet-phy@8 {
3431 interrupt-parent = <&mpic>;
3432 interrupts = <2 1>;
3433 - reg = <8>;
3434 + reg = <0x8>;
3435 };
3436
3437 phy9: ethernet-phy@9 {
3438 interrupt-parent = <&mpic>;
3439 interrupts = <2 1>;
3440 - reg = <9>;
3441 + reg = <0x9>;
3442 };
3443
3444 };
3445 @@ -82,9 +83,9 @@
3446 #size-cells = <0>;
3447 device_type = "network";
3448 compatible = "tsi108-ethernet";
3449 - reg = <6000 200>;
3450 + reg = <0x6000 0x200>;
3451 address = [ 00 06 D2 00 00 01 ];
3452 - interrupts = <10 2>;
3453 + interrupts = <16 2>;
3454 interrupt-parent = <&mpic>;
3455 mdio-handle = <&MDIO>;
3456 phy-handle = <&phy8>;
3457 @@ -96,9 +97,9 @@
3458 #size-cells = <0>;
3459 device_type = "network";
3460 compatible = "tsi108-ethernet";
3461 - reg = <6400 200>;
3462 + reg = <0x6400 0x200>;
3463 address = [ 00 06 D2 00 00 02 ];
3464 - interrupts = <11 2>;
3465 + interrupts = <17 2>;
3466 interrupt-parent = <&mpic>;
3467 mdio-handle = <&MDIO>;
3468 phy-handle = <&phy9>;
3469 @@ -107,18 +108,18 @@
3470 serial@7808 {
3471 device_type = "serial";
3472 compatible = "ns16550";
3473 - reg = <7808 200>;
3474 - clock-frequency = <3f6b5a00>;
3475 - interrupts = <c 0>;
3476 + reg = <0x7808 0x200>;
3477 + clock-frequency = <1064000000>;
3478 + interrupts = <12 0>;
3479 interrupt-parent = <&mpic>;
3480 };
3481
3482 serial@7c08 {
3483 device_type = "serial";
3484 compatible = "ns16550";
3485 - reg = <7c08 200>;
3486 - clock-frequency = <3f6b5a00>;
3487 - interrupts = <d 0>;
3488 + reg = <0x7c08 0x200>;
3489 + clock-frequency = <1064000000>;
3490 + interrupts = <13 0>;
3491 interrupt-parent = <&mpic>;
3492 };
3493
3494 @@ -127,7 +128,7 @@
3495 interrupt-controller;
3496 #address-cells = <0>;
3497 #interrupt-cells = <2>;
3498 - reg = <7400 400>;
3499 + reg = <0x7400 0x400>;
3500 compatible = "chrp,open-pic";
3501 device_type = "open-pic";
3502 big-endian;
3503 @@ -138,39 +139,39 @@
3504 #interrupt-cells = <1>;
3505 #size-cells = <2>;
3506 #address-cells = <3>;
3507 - reg = <1000 1000>;
3508 + reg = <0x1000 0x1000>;
3509 bus-range = <0 0>;
3510 - ranges = <02000000 0 e0000000 e0000000 0 1A000000
3511 - 01000000 0 00000000 fa000000 0 00010000>;
3512 - clock-frequency = <7f28154>;
3513 + ranges = <0x2000000 0x0 0xe0000000 0xe0000000 0x0 0x1a000000
3514 + 0x1000000 0x0 0x0 0xfa000000 0x0 0x10000>;
3515 + clock-frequency = <133333332>;
3516 interrupt-parent = <&mpic>;
3517 - interrupts = <17 2>;
3518 - interrupt-map-mask = <f800 0 0 7>;
3519 + interrupts = <23 2>;
3520 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3521 interrupt-map = <
3522
3523 /* IDSEL 0x11 */
3524 - 0800 0 0 1 &RT0 24 0
3525 - 0800 0 0 2 &RT0 25 0
3526 - 0800 0 0 3 &RT0 26 0
3527 - 0800 0 0 4 &RT0 27 0
3528 + 0x800 0x0 0x0 0x1 &RT0 0x24 0x0
3529 + 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
3530 + 0x800 0x0 0x0 0x3 &RT0 0x26 0x0
3531 + 0x800 0x0 0x0 0x4 &RT0 0x27 0x0
3532
3533 /* IDSEL 0x12 */
3534 - 1000 0 0 1 &RT0 25 0
3535 - 1000 0 0 2 &RT0 26 0
3536 - 1000 0 0 3 &RT0 27 0
3537 - 1000 0 0 4 &RT0 24 0
3538 + 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
3539 + 0x1000 0x0 0x0 0x2 &RT0 0x26 0x0
3540 + 0x1000 0x0 0x0 0x3 &RT0 0x27 0x0
3541 + 0x1000 0x0 0x0 0x4 &RT0 0x24 0x0
3542
3543 /* IDSEL 0x13 */
3544 - 1800 0 0 1 &RT0 26 0
3545 - 1800 0 0 2 &RT0 27 0
3546 - 1800 0 0 3 &RT0 24 0
3547 - 1800 0 0 4 &RT0 25 0
3548 + 0x1800 0x0 0x0 0x1 &RT0 0x26 0x0
3549 + 0x1800 0x0 0x0 0x2 &RT0 0x27 0x0
3550 + 0x1800 0x0 0x0 0x3 &RT0 0x24 0x0
3551 + 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
3552
3553 /* IDSEL 0x14 */
3554 - 2000 0 0 1 &RT0 27 0
3555 - 2000 0 0 2 &RT0 24 0
3556 - 2000 0 0 3 &RT0 25 0
3557 - 2000 0 0 4 &RT0 26 0
3558 + 0x2000 0x0 0x0 0x1 &RT0 0x27 0x0
3559 + 0x2000 0x0 0x0 0x2 &RT0 0x24 0x0
3560 + 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
3561 + 0x2000 0x0 0x0 0x4 &RT0 0x26 0x0
3562 >;
3563
3564 RT0: router@1180 {
3565 @@ -180,7 +181,7 @@
3566 #address-cells = <0>;
3567 #interrupt-cells = <2>;
3568 big-endian;
3569 - interrupts = <17 2>;
3570 + interrupts = <23 2>;
3571 interrupt-parent = <&mpic>;
3572 };
3573 };
3574 --- a/arch/powerpc/boot/dts/mpc8272ads.dts
3575 +++ b/arch/powerpc/boot/dts/mpc8272ads.dts
3576 @@ -1,7 +1,7 @@
3577 /*
3578 * MPC8272 ADS Device Tree Source
3579 *
3580 - * Copyright 2005 Freescale Semiconductor Inc.
3581 + * Copyright 2005,2008 Freescale Semiconductor Inc.
3582 *
3583 * This program is free software; you can redistribute it and/or modify it
3584 * under the terms of the GNU General Public License as published by the
3585 @@ -9,6 +9,8 @@
3586 * option) any later version.
3587 */
3588
3589 +/dts-v1/;
3590 +
3591 / {
3592 model = "MPC8272ADS";
3593 compatible = "fsl,mpc8272ads";
3594 @@ -21,11 +23,11 @@
3595
3596 PowerPC,8272@0 {
3597 device_type = "cpu";
3598 - reg = <0>;
3599 - d-cache-line-size = <d#32>;
3600 - i-cache-line-size = <d#32>;
3601 - d-cache-size = <d#16384>;
3602 - i-cache-size = <d#16384>;
3603 + reg = <0x0>;
3604 + d-cache-line-size = <32>;
3605 + i-cache-line-size = <32>;
3606 + d-cache-size = <16384>;
3607 + i-cache-size = <16384>;
3608 timebase-frequency = <0>;
3609 bus-frequency = <0>;
3610 clock-frequency = <0>;
3611 @@ -34,7 +36,7 @@
3612
3613 memory {
3614 device_type = "memory";
3615 - reg = <0 0>;
3616 + reg = <0x0 0x0>;
3617 };
3618
3619 localbus@f0010100 {
3620 @@ -42,21 +44,21 @@
3621 "fsl,pq2-localbus";
3622 #address-cells = <2>;
3623 #size-cells = <1>;
3624 - reg = <f0010100 40>;
3625 + reg = <0xf0010100 0x40>;
3626
3627 - ranges = <0 0 fe000000 02000000
3628 - 1 0 f4500000 00008000
3629 - 3 0 f8200000 00008000>;
3630 + ranges = <0x0 0x0 0xfe000000 0x2000000
3631 + 0x1 0x0 0xf4500000 0x8000
3632 + 0x3 0x0 0xf8200000 0x8000>;
3633
3634 flash@0,0 {
3635 compatible = "jedec-flash";
3636 - reg = <0 0 2000000>;
3637 + reg = <0x0 0x0 0x2000000>;
3638 bank-width = <4>;
3639 device-width = <1>;
3640 };
3641
3642 board-control@1,0 {
3643 - reg = <1 0 20>;
3644 + reg = <0x1 0x0 0x20>;
3645 compatible = "fsl,mpc8272ads-bcsr";
3646 };
3647
3648 @@ -65,46 +67,46 @@
3649 "fsl,pq2ads-pci-pic";
3650 #interrupt-cells = <1>;
3651 interrupt-controller;
3652 - reg = <3 0 8>;
3653 + reg = <0x3 0x0 0x8>;
3654 interrupt-parent = <&PIC>;
3655 - interrupts = <14 8>;
3656 + interrupts = <20 8>;
3657 };
3658 };
3659
3660
3661 pci@f0010800 {
3662 device_type = "pci";
3663 - reg = <f0010800 10c f00101ac 8 f00101c4 8>;
3664 + reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>;
3665 compatible = "fsl,mpc8272-pci", "fsl,pq2-pci";
3666 #interrupt-cells = <1>;
3667 #size-cells = <2>;
3668 #address-cells = <3>;
3669 - clock-frequency = <d#66666666>;
3670 - interrupt-map-mask = <f800 0 0 7>;
3671 + clock-frequency = <66666666>;
3672 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3673 interrupt-map = <
3674 /* IDSEL 0x16 */
3675 - b000 0 0 1 &PCI_PIC 0
3676 - b000 0 0 2 &PCI_PIC 1
3677 - b000 0 0 3 &PCI_PIC 2
3678 - b000 0 0 4 &PCI_PIC 3
3679 + 0xb000 0x0 0x0 0x1 &PCI_PIC 0
3680 + 0xb000 0x0 0x0 0x2 &PCI_PIC 1
3681 + 0xb000 0x0 0x0 0x3 &PCI_PIC 2
3682 + 0xb000 0x0 0x0 0x4 &PCI_PIC 3
3683
3684 /* IDSEL 0x17 */
3685 - b800 0 0 1 &PCI_PIC 4
3686 - b800 0 0 2 &PCI_PIC 5
3687 - b800 0 0 3 &PCI_PIC 6
3688 - b800 0 0 4 &PCI_PIC 7
3689 + 0xb800 0x0 0x0 0x1 &PCI_PIC 4
3690 + 0xb800 0x0 0x0 0x2 &PCI_PIC 5
3691 + 0xb800 0x0 0x0 0x3 &PCI_PIC 6
3692 + 0xb800 0x0 0x0 0x4 &PCI_PIC 7
3693
3694 /* IDSEL 0x18 */
3695 - c000 0 0 1 &PCI_PIC 8
3696 - c000 0 0 2 &PCI_PIC 9
3697 - c000 0 0 3 &PCI_PIC a
3698 - c000 0 0 4 &PCI_PIC b>;
3699 + 0xc000 0x0 0x0 0x1 &PCI_PIC 8
3700 + 0xc000 0x0 0x0 0x2 &PCI_PIC 9
3701 + 0xc000 0x0 0x0 0x3 &PCI_PIC 10
3702 + 0xc000 0x0 0x0 0x4 &PCI_PIC 11>;
3703
3704 interrupt-parent = <&PIC>;
3705 - interrupts = <12 8>;
3706 - ranges = <42000000 0 80000000 80000000 0 20000000
3707 - 02000000 0 a0000000 a0000000 0 20000000
3708 - 01000000 0 00000000 f6000000 0 02000000>;
3709 + interrupts = <18 8>;
3710 + ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x20000000
3711 + 0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
3712 + 0x1000000 0x0 0x0 0xf6000000 0x0 0x2000000>;
3713 };
3714
3715 soc@f0000000 {
3716 @@ -112,26 +114,26 @@
3717 #size-cells = <1>;
3718 device_type = "soc";
3719 compatible = "fsl,mpc8272", "fsl,pq2-soc";
3720 - ranges = <00000000 f0000000 00053000>;
3721 + ranges = <0x0 0xf0000000 0x53000>;
3722
3723 // Temporary -- will go away once kernel uses ranges for get_immrbase().
3724 - reg = <f0000000 00053000>;
3725 + reg = <0xf0000000 0x53000>;
3726
3727 cpm@119c0 {
3728 #address-cells = <1>;
3729 #size-cells = <1>;
3730 compatible = "fsl,mpc8272-cpm", "fsl,cpm2";
3731 - reg = <119c0 30>;
3732 + reg = <0x119c0 0x30>;
3733 ranges;
3734
3735 muram@0 {
3736 #address-cells = <1>;
3737 #size-cells = <1>;
3738 - ranges = <0 0 10000>;
3739 + ranges = <0x0 0x0 0x10000>;
3740
3741 data@0 {
3742 compatible = "fsl,cpm-muram-data";
3743 - reg = <0 2000 9800 800>;
3744 + reg = <0x0 0x2000 0x9800 0x800>;
3745 };
3746 };
3747
3748 @@ -139,29 +141,29 @@
3749 compatible = "fsl,mpc8272-brg",
3750 "fsl,cpm2-brg",
3751 "fsl,cpm-brg";
3752 - reg = <119f0 10 115f0 10>;
3753 + reg = <0x119f0 0x10 0x115f0 0x10>;
3754 };
3755
3756 serial@11a00 {
3757 device_type = "serial";
3758 compatible = "fsl,mpc8272-scc-uart",
3759 "fsl,cpm2-scc-uart";
3760 - reg = <11a00 20 8000 100>;
3761 - interrupts = <28 8>;
3762 + reg = <0x11a00 0x20 0x8000 0x100>;
3763 + interrupts = <40 8>;
3764 interrupt-parent = <&PIC>;
3765 fsl,cpm-brg = <1>;
3766 - fsl,cpm-command = <00800000>;
3767 + fsl,cpm-command = <0x800000>;
3768 };
3769
3770 serial@11a60 {
3771 device_type = "serial";
3772 compatible = "fsl,mpc8272-scc-uart",
3773 "fsl,cpm2-scc-uart";
3774 - reg = <11a60 20 8300 100>;
3775 - interrupts = <2b 8>;
3776 + reg = <0x11a60 0x20 0x8300 0x100>;
3777 + interrupts = <43 8>;
3778 interrupt-parent = <&PIC>;
3779 fsl,cpm-brg = <4>;
3780 - fsl,cpm-command = <0ce00000>;
3781 + fsl,cpm-command = <0xce00000>;
3782 };
3783
3784 mdio@10d40 {
3785 @@ -169,23 +171,23 @@
3786 compatible = "fsl,mpc8272ads-mdio-bitbang",
3787 "fsl,mpc8272-mdio-bitbang",
3788 "fsl,cpm2-mdio-bitbang";
3789 - reg = <10d40 14>;
3790 + reg = <0x10d40 0x14>;
3791 #address-cells = <1>;
3792 #size-cells = <0>;
3793 - fsl,mdio-pin = <12>;
3794 - fsl,mdc-pin = <13>;
3795 + fsl,mdio-pin = <18>;
3796 + fsl,mdc-pin = <19>;
3797
3798 PHY0: ethernet-phy@0 {
3799 interrupt-parent = <&PIC>;
3800 - interrupts = <17 8>;
3801 - reg = <0>;
3802 + interrupts = <23 8>;
3803 + reg = <0x0>;
3804 device_type = "ethernet-phy";
3805 };
3806
3807 PHY1: ethernet-phy@1 {
3808 interrupt-parent = <&PIC>;
3809 - interrupts = <17 8>;
3810 - reg = <3>;
3811 + interrupts = <23 8>;
3812 + reg = <0x3>;
3813 device_type = "ethernet-phy";
3814 };
3815 };
3816 @@ -194,33 +196,33 @@
3817 device_type = "network";
3818 compatible = "fsl,mpc8272-fcc-enet",
3819 "fsl,cpm2-fcc-enet";
3820 - reg = <11300 20 8400 100 11390 1>;
3821 + reg = <0x11300 0x20 0x8400 0x100 0x11390 0x1>;
3822 local-mac-address = [ 00 00 00 00 00 00 ];
3823 - interrupts = <20 8>;
3824 + interrupts = <32 8>;
3825 interrupt-parent = <&PIC>;
3826 phy-handle = <&PHY0>;
3827 linux,network-index = <0>;
3828 - fsl,cpm-command = <12000300>;
3829 + fsl,cpm-command = <0x12000300>;
3830 };
3831
3832 ethernet@11320 {
3833 device_type = "network";
3834 compatible = "fsl,mpc8272-fcc-enet",
3835 "fsl,cpm2-fcc-enet";
3836 - reg = <11320 20 8500 100 113b0 1>;
3837 + reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
3838 local-mac-address = [ 00 00 00 00 00 00 ];
3839 - interrupts = <21 8>;
3840 + interrupts = <33 8>;
3841 interrupt-parent = <&PIC>;
3842 phy-handle = <&PHY1>;
3843 linux,network-index = <1>;
3844 - fsl,cpm-command = <16200300>;
3845 + fsl,cpm-command = <0x16200300>;
3846 };
3847 };
3848
3849 PIC: interrupt-controller@10c00 {
3850 #interrupt-cells = <2>;
3851 interrupt-controller;
3852 - reg = <10c00 80>;
3853 + reg = <0x10c00 0x80>;
3854 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic";
3855 };
3856
3857 @@ -232,14 +234,14 @@
3858 "fsl,talitos-sec2",
3859 "fsl,talitos",
3860 "talitos";
3861 - reg = <30000 10000>;
3862 - interrupts = <b 8>;
3863 + reg = <0x30000 0x10000>;
3864 + interrupts = <11 8>;
3865 interrupt-parent = <&PIC>;
3866 num-channels = <4>;
3867 - channel-fifo-len = <18>;
3868 - exec-units-mask = <0000007e>;
3869 + channel-fifo-len = <24>;
3870 + exec-units-mask = <0x7e>;
3871 /* desc mask is for rev1.x, we need runtime fixup for >=2.x */
3872 - descriptor-types-mask = <01010ebf>;
3873 + descriptor-types-mask = <0x1010ebf>;
3874 };
3875 };
3876
3877 --- a/arch/powerpc/boot/dts/mpc832x_mds.dts
3878 +++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
3879 @@ -255,9 +255,7 @@
3880 enet0: ucc@2200 {
3881 device_type = "network";
3882 compatible = "ucc_geth";
3883 - model = "UCC";
3884 cell-index = <3>;
3885 - device-id = <3>;
3886 reg = <0x2200 0x200>;
3887 interrupts = <34>;
3888 interrupt-parent = <&qeic>;
3889 @@ -271,9 +269,7 @@
3890 enet1: ucc@3200 {
3891 device_type = "network";
3892 compatible = "ucc_geth";
3893 - model = "UCC";
3894 cell-index = <4>;
3895 - device-id = <4>;
3896 reg = <0x3200 0x200>;
3897 interrupts = <35>;
3898 interrupt-parent = <&qeic>;
3899 @@ -287,8 +283,7 @@
3900 ucc@2400 {
3901 device_type = "serial";
3902 compatible = "ucc_uart";
3903 - model = "UCC";
3904 - device-id = <5>; /* The UCC number, 1-7*/
3905 + cell-index = <5>; /* The UCC number, 1-7*/
3906 port-number = <0>; /* Which ttyQEx device */
3907 soft-uart; /* We need Soft-UART */
3908 reg = <0x2400 0x200>;
3909 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
3910 +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
3911 @@ -208,9 +208,7 @@
3912 enet0: ucc@3000 {
3913 device_type = "network";
3914 compatible = "ucc_geth";
3915 - model = "UCC";
3916 cell-index = <2>;
3917 - device-id = <2>;
3918 reg = <0x3000 0x200>;
3919 interrupts = <33>;
3920 interrupt-parent = <&qeic>;
3921 @@ -224,9 +222,7 @@
3922 enet1: ucc@2200 {
3923 device_type = "network";
3924 compatible = "ucc_geth";
3925 - model = "UCC";
3926 cell-index = <3>;
3927 - device-id = <3>;
3928 reg = <0x2200 0x200>;
3929 interrupts = <34>;
3930 interrupt-parent = <&qeic>;
3931 --- a/arch/powerpc/boot/dts/mpc836x_mds.dts
3932 +++ b/arch/powerpc/boot/dts/mpc836x_mds.dts
3933 @@ -257,9 +257,7 @@
3934 enet0: ucc@2000 {
3935 device_type = "network";
3936 compatible = "ucc_geth";
3937 - model = "UCC";
3938 cell-index = <1>;
3939 - device-id = <1>;
3940 reg = <0x2000 0x200>;
3941 interrupts = <32>;
3942 interrupt-parent = <&qeic>;
3943 @@ -274,9 +272,7 @@
3944 enet1: ucc@3000 {
3945 device_type = "network";
3946 compatible = "ucc_geth";
3947 - model = "UCC";
3948 cell-index = <2>;
3949 - device-id = <2>;
3950 reg = <0x3000 0x200>;
3951 interrupts = <33>;
3952 interrupt-parent = <&qeic>;
3953 --- a/arch/powerpc/boot/dts/mpc8540ads.dts
3954 +++ b/arch/powerpc/boot/dts/mpc8540ads.dts
3955 @@ -1,7 +1,7 @@
3956 /*
3957 * MPC8540 ADS Device Tree Source
3958 *
3959 - * Copyright 2006 Freescale Semiconductor Inc.
3960 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
3961 *
3962 * This program is free software; you can redistribute it and/or modify it
3963 * under the terms of the GNU General Public License as published by the
3964 @@ -9,6 +9,7 @@
3965 * option) any later version.
3966 */
3967
3968 +/dts-v1/;
3969
3970 / {
3971 model = "MPC8540ADS";
3972 @@ -31,11 +32,11 @@
3973
3974 PowerPC,8540@0 {
3975 device_type = "cpu";
3976 - reg = <0>;
3977 - d-cache-line-size = <20>; // 32 bytes
3978 - i-cache-line-size = <20>; // 32 bytes
3979 - d-cache-size = <8000>; // L1, 32K
3980 - i-cache-size = <8000>; // L1, 32K
3981 + reg = <0x0>;
3982 + d-cache-line-size = <32>; // 32 bytes
3983 + i-cache-line-size = <32>; // 32 bytes
3984 + d-cache-size = <0x8000>; // L1, 32K
3985 + i-cache-size = <0x8000>; // L1, 32K
3986 timebase-frequency = <0>; // 33 MHz, from uboot
3987 bus-frequency = <0>; // 166 MHz
3988 clock-frequency = <0>; // 825 MHz, from uboot
3989 @@ -44,31 +45,31 @@
3990
3991 memory {
3992 device_type = "memory";
3993 - reg = <00000000 08000000>; // 128M at 0x0
3994 + reg = <0x0 0x8000000>; // 128M at 0x0
3995 };
3996
3997 soc8540@e0000000 {
3998 #address-cells = <1>;
3999 #size-cells = <1>;
4000 device_type = "soc";
4001 - ranges = <0 e0000000 00100000>;
4002 - reg = <e0000000 00100000>; // CCSRBAR 1M
4003 + ranges = <0x0 0xe0000000 0x100000>;
4004 + reg = <0xe0000000 0x100000>; // CCSRBAR 1M
4005 bus-frequency = <0>;
4006
4007 memory-controller@2000 {
4008 compatible = "fsl,8540-memory-controller";
4009 - reg = <2000 1000>;
4010 + reg = <0x2000 0x1000>;
4011 interrupt-parent = <&mpic>;
4012 - interrupts = <12 2>;
4013 + interrupts = <18 2>;
4014 };
4015
4016 l2-cache-controller@20000 {
4017 compatible = "fsl,8540-l2-cache-controller";
4018 - reg = <20000 1000>;
4019 - cache-line-size = <20>; // 32 bytes
4020 - cache-size = <40000>; // L2, 256K
4021 + reg = <0x20000 0x1000>;
4022 + cache-line-size = <32>; // 32 bytes
4023 + cache-size = <0x40000>; // L2, 256K
4024 interrupt-parent = <&mpic>;
4025 - interrupts = <10 2>;
4026 + interrupts = <16 2>;
4027 };
4028
4029 i2c@3000 {
4030 @@ -76,8 +77,8 @@
4031 #size-cells = <0>;
4032 cell-index = <0>;
4033 compatible = "fsl-i2c";
4034 - reg = <3000 100>;
4035 - interrupts = <2b 2>;
4036 + reg = <0x3000 0x100>;
4037 + interrupts = <43 2>;
4038 interrupt-parent = <&mpic>;
4039 dfsrr;
4040 };
4041 @@ -86,24 +87,24 @@
4042 #address-cells = <1>;
4043 #size-cells = <0>;
4044 compatible = "fsl,gianfar-mdio";
4045 - reg = <24520 20>;
4046 + reg = <0x24520 0x20>;
4047
4048 phy0: ethernet-phy@0 {
4049 interrupt-parent = <&mpic>;
4050 interrupts = <5 1>;
4051 - reg = <0>;
4052 + reg = <0x0>;
4053 device_type = "ethernet-phy";
4054 };
4055 phy1: ethernet-phy@1 {
4056 interrupt-parent = <&mpic>;
4057 interrupts = <5 1>;
4058 - reg = <1>;
4059 + reg = <0x1>;
4060 device_type = "ethernet-phy";
4061 };
4062 phy3: ethernet-phy@3 {
4063 interrupt-parent = <&mpic>;
4064 interrupts = <7 1>;
4065 - reg = <3>;
4066 + reg = <0x3>;
4067 device_type = "ethernet-phy";
4068 };
4069 };
4070 @@ -113,9 +114,9 @@
4071 device_type = "network";
4072 model = "TSEC";
4073 compatible = "gianfar";
4074 - reg = <24000 1000>;
4075 + reg = <0x24000 0x1000>;
4076 local-mac-address = [ 00 00 00 00 00 00 ];
4077 - interrupts = <1d 2 1e 2 22 2>;
4078 + interrupts = <29 2 30 2 34 2>;
4079 interrupt-parent = <&mpic>;
4080 phy-handle = <&phy0>;
4081 };
4082 @@ -125,9 +126,9 @@
4083 device_type = "network";
4084 model = "TSEC";
4085 compatible = "gianfar";
4086 - reg = <25000 1000>;
4087 + reg = <0x25000 0x1000>;
4088 local-mac-address = [ 00 00 00 00 00 00 ];
4089 - interrupts = <23 2 24 2 28 2>;
4090 + interrupts = <35 2 36 2 40 2>;
4091 interrupt-parent = <&mpic>;
4092 phy-handle = <&phy1>;
4093 };
4094 @@ -137,9 +138,9 @@
4095 device_type = "network";
4096 model = "FEC";
4097 compatible = "gianfar";
4098 - reg = <26000 1000>;
4099 + reg = <0x26000 0x1000>;
4100 local-mac-address = [ 00 00 00 00 00 00 ];
4101 - interrupts = <29 2>;
4102 + interrupts = <41 2>;
4103 interrupt-parent = <&mpic>;
4104 phy-handle = <&phy3>;
4105 };
4106 @@ -148,9 +149,9 @@
4107 cell-index = <0>;
4108 device_type = "serial";
4109 compatible = "ns16550";
4110 - reg = <4500 100>; // reg base, size
4111 + reg = <0x4500 0x100>; // reg base, size
4112 clock-frequency = <0>; // should we fill in in uboot?
4113 - interrupts = <2a 2>;
4114 + interrupts = <42 2>;
4115 interrupt-parent = <&mpic>;
4116 };
4117
4118 @@ -158,9 +159,9 @@
4119 cell-index = <1>;
4120 device_type = "serial";
4121 compatible = "ns16550";
4122 - reg = <4600 100>; // reg base, size
4123 + reg = <0x4600 0x100>; // reg base, size
4124 clock-frequency = <0>; // should we fill in in uboot?
4125 - interrupts = <2a 2>;
4126 + interrupts = <42 2>;
4127 interrupt-parent = <&mpic>;
4128 };
4129 mpic: pic@40000 {
4130 @@ -168,7 +169,7 @@
4131 interrupt-controller;
4132 #address-cells = <0>;
4133 #interrupt-cells = <2>;
4134 - reg = <40000 40000>;
4135 + reg = <0x40000 0x40000>;
4136 compatible = "chrp,open-pic";
4137 device_type = "open-pic";
4138 big-endian;
4139 @@ -177,90 +178,90 @@
4140
4141 pci0: pci@e0008000 {
4142 cell-index = <0>;
4143 - interrupt-map-mask = <f800 0 0 7>;
4144 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4145 interrupt-map = <
4146
4147 /* IDSEL 0x02 */
4148 - 1000 0 0 1 &mpic 1 1
4149 - 1000 0 0 2 &mpic 2 1
4150 - 1000 0 0 3 &mpic 3 1
4151 - 1000 0 0 4 &mpic 4 1
4152 + 0x1000 0x0 0x0 0x1 &mpic 0x1 0x1
4153 + 0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
4154 + 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
4155 + 0x1000 0x0 0x0 0x4 &mpic 0x4 0x1
4156
4157 /* IDSEL 0x03 */
4158 - 1800 0 0 1 &mpic 4 1
4159 - 1800 0 0 2 &mpic 1 1
4160 - 1800 0 0 3 &mpic 2 1
4161 - 1800 0 0 4 &mpic 3 1
4162 + 0x1800 0x0 0x0 0x1 &mpic 0x4 0x1
4163 + 0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
4164 + 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
4165 + 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
4166
4167 /* IDSEL 0x04 */
4168 - 2000 0 0 1 &mpic 3 1
4169 - 2000 0 0 2 &mpic 4 1
4170 - 2000 0 0 3 &mpic 1 1
4171 - 2000 0 0 4 &mpic 2 1
4172 + 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
4173 + 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
4174 + 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
4175 + 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
4176
4177 /* IDSEL 0x05 */
4178 - 2800 0 0 1 &mpic 2 1
4179 - 2800 0 0 2 &mpic 3 1
4180 - 2800 0 0 3 &mpic 4 1
4181 - 2800 0 0 4 &mpic 1 1
4182 + 0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
4183 + 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
4184 + 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
4185 + 0x2800 0x0 0x0 0x4 &mpic 0x1 0x1
4186
4187 /* IDSEL 0x0c */
4188 - 6000 0 0 1 &mpic 1 1
4189 - 6000 0 0 2 &mpic 2 1
4190 - 6000 0 0 3 &mpic 3 1
4191 - 6000 0 0 4 &mpic 4 1
4192 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
4193 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
4194 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
4195 + 0x6000 0x0 0x0 0x4 &mpic 0x4 0x1
4196
4197 /* IDSEL 0x0d */
4198 - 6800 0 0 1 &mpic 4 1
4199 - 6800 0 0 2 &mpic 1 1
4200 - 6800 0 0 3 &mpic 2 1
4201 - 6800 0 0 4 &mpic 3 1
4202 + 0x6800 0x0 0x0 0x1 &mpic 0x4 0x1
4203 + 0x6800 0x0 0x0 0x2 &mpic 0x1 0x1
4204 + 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
4205 + 0x6800 0x0 0x0 0x4 &mpic 0x3 0x1
4206
4207 /* IDSEL 0x0e */
4208 - 7000 0 0 1 &mpic 3 1
4209 - 7000 0 0 2 &mpic 4 1
4210 - 7000 0 0 3 &mpic 1 1
4211 - 7000 0 0 4 &mpic 2 1
4212 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
4213 + 0x7000 0x0 0x0 0x2 &mpic 0x4 0x1
4214 + 0x7000 0x0 0x0 0x3 &mpic 0x1 0x1
4215 + 0x7000 0x0 0x0 0x4 &mpic 0x2 0x1
4216
4217 /* IDSEL 0x0f */
4218 - 7800 0 0 1 &mpic 2 1
4219 - 7800 0 0 2 &mpic 3 1
4220 - 7800 0 0 3 &mpic 4 1
4221 - 7800 0 0 4 &mpic 1 1
4222 + 0x7800 0x0 0x0 0x1 &mpic 0x2 0x1
4223 + 0x7800 0x0 0x0 0x2 &mpic 0x3 0x1
4224 + 0x7800 0x0 0x0 0x3 &mpic 0x4 0x1
4225 + 0x7800 0x0 0x0 0x4 &mpic 0x1 0x1
4226
4227 /* IDSEL 0x12 */
4228 - 9000 0 0 1 &mpic 1 1
4229 - 9000 0 0 2 &mpic 2 1
4230 - 9000 0 0 3 &mpic 3 1
4231 - 9000 0 0 4 &mpic 4 1
4232 + 0x9000 0x0 0x0 0x1 &mpic 0x1 0x1
4233 + 0x9000 0x0 0x0 0x2 &mpic 0x2 0x1
4234 + 0x9000 0x0 0x0 0x3 &mpic 0x3 0x1
4235 + 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
4236
4237 /* IDSEL 0x13 */
4238 - 9800 0 0 1 &mpic 4 1
4239 - 9800 0 0 2 &mpic 1 1
4240 - 9800 0 0 3 &mpic 2 1
4241 - 9800 0 0 4 &mpic 3 1
4242 + 0x9800 0x0 0x0 0x1 &mpic 0x4 0x1
4243 + 0x9800 0x0 0x0 0x2 &mpic 0x1 0x1
4244 + 0x9800 0x0 0x0 0x3 &mpic 0x2 0x1
4245 + 0x9800 0x0 0x0 0x4 &mpic 0x3 0x1
4246
4247 /* IDSEL 0x14 */
4248 - a000 0 0 1 &mpic 3 1
4249 - a000 0 0 2 &mpic 4 1
4250 - a000 0 0 3 &mpic 1 1
4251 - a000 0 0 4 &mpic 2 1
4252 + 0xa000 0x0 0x0 0x1 &mpic 0x3 0x1
4253 + 0xa000 0x0 0x0 0x2 &mpic 0x4 0x1
4254 + 0xa000 0x0 0x0 0x3 &mpic 0x1 0x1
4255 + 0xa000 0x0 0x0 0x4 &mpic 0x2 0x1
4256
4257 /* IDSEL 0x15 */
4258 - a800 0 0 1 &mpic 2 1
4259 - a800 0 0 2 &mpic 3 1
4260 - a800 0 0 3 &mpic 4 1
4261 - a800 0 0 4 &mpic 1 1>;
4262 + 0xa800 0x0 0x0 0x1 &mpic 0x2 0x1
4263 + 0xa800 0x0 0x0 0x2 &mpic 0x3 0x1
4264 + 0xa800 0x0 0x0 0x3 &mpic 0x4 0x1
4265 + 0xa800 0x0 0x0 0x4 &mpic 0x1 0x1>;
4266 interrupt-parent = <&mpic>;
4267 - interrupts = <18 2>;
4268 + interrupts = <24 2>;
4269 bus-range = <0 0>;
4270 - ranges = <02000000 0 80000000 80000000 0 20000000
4271 - 01000000 0 00000000 e2000000 0 00100000>;
4272 - clock-frequency = <3f940aa>;
4273 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4274 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
4275 + clock-frequency = <66666666>;
4276 #interrupt-cells = <1>;
4277 #size-cells = <2>;
4278 #address-cells = <3>;
4279 - reg = <e0008000 1000>;
4280 + reg = <0xe0008000 0x1000>;
4281 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
4282 device_type = "pci";
4283 };
4284 --- a/arch/powerpc/boot/dts/mpc8541cds.dts
4285 +++ b/arch/powerpc/boot/dts/mpc8541cds.dts
4286 @@ -1,7 +1,7 @@
4287 /*
4288 * MPC8541 CDS Device Tree Source
4289 *
4290 - * Copyright 2006 Freescale Semiconductor Inc.
4291 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
4292 *
4293 * This program is free software; you can redistribute it and/or modify it
4294 * under the terms of the GNU General Public License as published by the
4295 @@ -9,6 +9,7 @@
4296 * option) any later version.
4297 */
4298
4299 +/dts-v1/;
4300
4301 / {
4302 model = "MPC8541CDS";
4303 @@ -31,11 +32,11 @@
4304
4305 PowerPC,8541@0 {
4306 device_type = "cpu";
4307 - reg = <0>;
4308 - d-cache-line-size = <20>; // 32 bytes
4309 - i-cache-line-size = <20>; // 32 bytes
4310 - d-cache-size = <8000>; // L1, 32K
4311 - i-cache-size = <8000>; // L1, 32K
4312 + reg = <0x0>;
4313 + d-cache-line-size = <32>; // 32 bytes
4314 + i-cache-line-size = <32>; // 32 bytes
4315 + d-cache-size = <0x8000>; // L1, 32K
4316 + i-cache-size = <0x8000>; // L1, 32K
4317 timebase-frequency = <0>; // 33 MHz, from uboot
4318 bus-frequency = <0>; // 166 MHz
4319 clock-frequency = <0>; // 825 MHz, from uboot
4320 @@ -44,31 +45,31 @@
4321
4322 memory {
4323 device_type = "memory";
4324 - reg = <00000000 08000000>; // 128M at 0x0
4325 + reg = <0x0 0x8000000>; // 128M at 0x0
4326 };
4327
4328 soc8541@e0000000 {
4329 #address-cells = <1>;
4330 #size-cells = <1>;
4331 device_type = "soc";
4332 - ranges = <0 e0000000 00100000>;
4333 - reg = <e0000000 00001000>; // CCSRBAR 1M
4334 + ranges = <0x0 0xe0000000 0x100000>;
4335 + reg = <0xe0000000 0x1000>; // CCSRBAR 1M
4336 bus-frequency = <0>;
4337
4338 memory-controller@2000 {
4339 compatible = "fsl,8541-memory-controller";
4340 - reg = <2000 1000>;
4341 + reg = <0x2000 0x1000>;
4342 interrupt-parent = <&mpic>;
4343 - interrupts = <12 2>;
4344 + interrupts = <18 2>;
4345 };
4346
4347 l2-cache-controller@20000 {
4348 compatible = "fsl,8541-l2-cache-controller";
4349 - reg = <20000 1000>;
4350 - cache-line-size = <20>; // 32 bytes
4351 - cache-size = <40000>; // L2, 256K
4352 + reg = <0x20000 0x1000>;
4353 + cache-line-size = <32>; // 32 bytes
4354 + cache-size = <0x40000>; // L2, 256K
4355 interrupt-parent = <&mpic>;
4356 - interrupts = <10 2>;
4357 + interrupts = <16 2>;
4358 };
4359
4360 i2c@3000 {
4361 @@ -76,8 +77,8 @@
4362 #size-cells = <0>;
4363 cell-index = <0>;
4364 compatible = "fsl-i2c";
4365 - reg = <3000 100>;
4366 - interrupts = <2b 2>;
4367 + reg = <0x3000 0x100>;
4368 + interrupts = <43 2>;
4369 interrupt-parent = <&mpic>;
4370 dfsrr;
4371 };
4372 @@ -86,18 +87,18 @@
4373 #address-cells = <1>;
4374 #size-cells = <0>;
4375 compatible = "fsl,gianfar-mdio";
4376 - reg = <24520 20>;
4377 + reg = <0x24520 0x20>;
4378
4379 phy0: ethernet-phy@0 {
4380 interrupt-parent = <&mpic>;
4381 interrupts = <5 1>;
4382 - reg = <0>;
4383 + reg = <0x0>;
4384 device_type = "ethernet-phy";
4385 };
4386 phy1: ethernet-phy@1 {
4387 interrupt-parent = <&mpic>;
4388 interrupts = <5 1>;
4389 - reg = <1>;
4390 + reg = <0x1>;
4391 device_type = "ethernet-phy";
4392 };
4393 };
4394 @@ -107,9 +108,9 @@
4395 device_type = "network";
4396 model = "TSEC";
4397 compatible = "gianfar";
4398 - reg = <24000 1000>;
4399 + reg = <0x24000 0x1000>;
4400 local-mac-address = [ 00 00 00 00 00 00 ];
4401 - interrupts = <1d 2 1e 2 22 2>;
4402 + interrupts = <29 2 30 2 34 2>;
4403 interrupt-parent = <&mpic>;
4404 phy-handle = <&phy0>;
4405 };
4406 @@ -119,9 +120,9 @@
4407 device_type = "network";
4408 model = "TSEC";
4409 compatible = "gianfar";
4410 - reg = <25000 1000>;
4411 + reg = <0x25000 0x1000>;
4412 local-mac-address = [ 00 00 00 00 00 00 ];
4413 - interrupts = <23 2 24 2 28 2>;
4414 + interrupts = <35 2 36 2 40 2>;
4415 interrupt-parent = <&mpic>;
4416 phy-handle = <&phy1>;
4417 };
4418 @@ -130,9 +131,9 @@
4419 cell-index = <0>;
4420 device_type = "serial";
4421 compatible = "ns16550";
4422 - reg = <4500 100>; // reg base, size
4423 + reg = <0x4500 0x100>; // reg base, size
4424 clock-frequency = <0>; // should we fill in in uboot?
4425 - interrupts = <2a 2>;
4426 + interrupts = <42 2>;
4427 interrupt-parent = <&mpic>;
4428 };
4429
4430 @@ -140,9 +141,9 @@
4431 cell-index = <1>;
4432 device_type = "serial";
4433 compatible = "ns16550";
4434 - reg = <4600 100>; // reg base, size
4435 + reg = <0x4600 0x100>; // reg base, size
4436 clock-frequency = <0>; // should we fill in in uboot?
4437 - interrupts = <2a 2>;
4438 + interrupts = <42 2>;
4439 interrupt-parent = <&mpic>;
4440 };
4441
4442 @@ -151,7 +152,7 @@
4443 interrupt-controller;
4444 #address-cells = <0>;
4445 #interrupt-cells = <2>;
4446 - reg = <40000 40000>;
4447 + reg = <0x40000 0x40000>;
4448 compatible = "chrp,open-pic";
4449 device_type = "open-pic";
4450 big-endian;
4451 @@ -161,17 +162,17 @@
4452 #address-cells = <1>;
4453 #size-cells = <1>;
4454 compatible = "fsl,mpc8541-cpm", "fsl,cpm2";
4455 - reg = <919c0 30>;
4456 + reg = <0x919c0 0x30>;
4457 ranges;
4458
4459 muram@80000 {
4460 #address-cells = <1>;
4461 #size-cells = <1>;
4462 - ranges = <0 80000 10000>;
4463 + ranges = <0x0 0x80000 0x10000>;
4464
4465 data@0 {
4466 compatible = "fsl,cpm-muram-data";
4467 - reg = <0 2000 9000 1000>;
4468 + reg = <0x0 0x2000 0x9000 0x1000>;
4469 };
4470 };
4471
4472 @@ -179,16 +180,16 @@
4473 compatible = "fsl,mpc8541-brg",
4474 "fsl,cpm2-brg",
4475 "fsl,cpm-brg";
4476 - reg = <919f0 10 915f0 10>;
4477 + reg = <0x919f0 0x10 0x915f0 0x10>;
4478 };
4479
4480 cpmpic: pic@90c00 {
4481 interrupt-controller;
4482 #address-cells = <0>;
4483 #interrupt-cells = <2>;
4484 - interrupts = <2e 2>;
4485 + interrupts = <46 2>;
4486 interrupt-parent = <&mpic>;
4487 - reg = <90c00 80>;
4488 + reg = <0x90c00 0x80>;
4489 compatible = "fsl,mpc8541-cpm-pic", "fsl,cpm2-pic";
4490 };
4491 };
4492 @@ -196,68 +197,68 @@
4493
4494 pci0: pci@e0008000 {
4495 cell-index = <0>;
4496 - interrupt-map-mask = <1f800 0 0 7>;
4497 + interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
4498 interrupt-map = <
4499
4500 /* IDSEL 0x10 */
4501 - 08000 0 0 1 &mpic 0 1
4502 - 08000 0 0 2 &mpic 1 1
4503 - 08000 0 0 3 &mpic 2 1
4504 - 08000 0 0 4 &mpic 3 1
4505 + 0x8000 0x0 0x0 0x1 &mpic 0x0 0x1
4506 + 0x8000 0x0 0x0 0x2 &mpic 0x1 0x1
4507 + 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
4508 + 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
4509
4510 /* IDSEL 0x11 */
4511 - 08800 0 0 1 &mpic 0 1
4512 - 08800 0 0 2 &mpic 1 1
4513 - 08800 0 0 3 &mpic 2 1
4514 - 08800 0 0 4 &mpic 3 1
4515 + 0x8800 0x0 0x0 0x1 &mpic 0x0 0x1
4516 + 0x8800 0x0 0x0 0x2 &mpic 0x1 0x1
4517 + 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
4518 + 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
4519
4520 /* IDSEL 0x12 (Slot 1) */
4521 - 09000 0 0 1 &mpic 0 1
4522 - 09000 0 0 2 &mpic 1 1
4523 - 09000 0 0 3 &mpic 2 1
4524 - 09000 0 0 4 &mpic 3 1
4525 + 0x9000 0x0 0x0 0x1 &mpic 0x0 0x1
4526 + 0x9000 0x0 0x0 0x2 &mpic 0x1 0x1
4527 + 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
4528 + 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
4529
4530 /* IDSEL 0x13 (Slot 2) */
4531 - 09800 0 0 1 &mpic 1 1
4532 - 09800 0 0 2 &mpic 2 1
4533 - 09800 0 0 3 &mpic 3 1
4534 - 09800 0 0 4 &mpic 0 1
4535 + 0x9800 0x0 0x0 0x1 &mpic 0x1 0x1
4536 + 0x9800 0x0 0x0 0x2 &mpic 0x2 0x1
4537 + 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
4538 + 0x9800 0x0 0x0 0x4 &mpic 0x0 0x1
4539
4540 /* IDSEL 0x14 (Slot 3) */
4541 - 0a000 0 0 1 &mpic 2 1
4542 - 0a000 0 0 2 &mpic 3 1
4543 - 0a000 0 0 3 &mpic 0 1
4544 - 0a000 0 0 4 &mpic 1 1
4545 + 0xa000 0x0 0x0 0x1 &mpic 0x2 0x1
4546 + 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
4547 + 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
4548 + 0xa000 0x0 0x0 0x4 &mpic 0x1 0x1
4549
4550 /* IDSEL 0x15 (Slot 4) */
4551 - 0a800 0 0 1 &mpic 3 1
4552 - 0a800 0 0 2 &mpic 0 1
4553 - 0a800 0 0 3 &mpic 1 1
4554 - 0a800 0 0 4 &mpic 2 1
4555 + 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
4556 + 0xa800 0x0 0x0 0x2 &mpic 0x0 0x1
4557 + 0xa800 0x0 0x0 0x3 &mpic 0x1 0x1
4558 + 0xa800 0x0 0x0 0x4 &mpic 0x2 0x1
4559
4560 /* Bus 1 (Tundra Bridge) */
4561 /* IDSEL 0x12 (ISA bridge) */
4562 - 19000 0 0 1 &mpic 0 1
4563 - 19000 0 0 2 &mpic 1 1
4564 - 19000 0 0 3 &mpic 2 1
4565 - 19000 0 0 4 &mpic 3 1>;
4566 + 0x19000 0x0 0x0 0x1 &mpic 0x0 0x1
4567 + 0x19000 0x0 0x0 0x2 &mpic 0x1 0x1
4568 + 0x19000 0x0 0x0 0x3 &mpic 0x2 0x1
4569 + 0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>;
4570 interrupt-parent = <&mpic>;
4571 - interrupts = <18 2>;
4572 + interrupts = <24 2>;
4573 bus-range = <0 0>;
4574 - ranges = <02000000 0 80000000 80000000 0 20000000
4575 - 01000000 0 00000000 e2000000 0 00100000>;
4576 - clock-frequency = <3f940aa>;
4577 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4578 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
4579 + clock-frequency = <66666666>;
4580 #interrupt-cells = <1>;
4581 #size-cells = <2>;
4582 #address-cells = <3>;
4583 - reg = <e0008000 1000>;
4584 + reg = <0xe0008000 0x1000>;
4585 compatible = "fsl,mpc8540-pci";
4586 device_type = "pci";
4587
4588 i8259@19000 {
4589 interrupt-controller;
4590 device_type = "interrupt-controller";
4591 - reg = <19000 0 0 0 1>;
4592 + reg = <0x19000 0x0 0x0 0x0 0x1>;
4593 #address-cells = <0>;
4594 #interrupt-cells = <2>;
4595 compatible = "chrp,iic";
4596 @@ -268,24 +269,24 @@
4597
4598 pci1: pci@e0009000 {
4599 cell-index = <1>;
4600 - interrupt-map-mask = <f800 0 0 7>;
4601 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4602 interrupt-map = <
4603
4604 /* IDSEL 0x15 */
4605 - a800 0 0 1 &mpic b 1
4606 - a800 0 0 2 &mpic b 1
4607 - a800 0 0 3 &mpic b 1
4608 - a800 0 0 4 &mpic b 1>;
4609 + 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
4610 + 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
4611 + 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
4612 + 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
4613 interrupt-parent = <&mpic>;
4614 - interrupts = <19 2>;
4615 + interrupts = <25 2>;
4616 bus-range = <0 0>;
4617 - ranges = <02000000 0 a0000000 a0000000 0 20000000
4618 - 01000000 0 00000000 e3000000 0 00100000>;
4619 - clock-frequency = <3f940aa>;
4620 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
4621 + 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
4622 + clock-frequency = <66666666>;
4623 #interrupt-cells = <1>;
4624 #size-cells = <2>;
4625 #address-cells = <3>;
4626 - reg = <e0009000 1000>;
4627 + reg = <0xe0009000 0x1000>;
4628 compatible = "fsl,mpc8540-pci";
4629 device_type = "pci";
4630 };
4631 --- a/arch/powerpc/boot/dts/mpc8544ds.dts
4632 +++ b/arch/powerpc/boot/dts/mpc8544ds.dts
4633 @@ -1,7 +1,7 @@
4634 /*
4635 * MPC8544 DS Device Tree Source
4636 *
4637 - * Copyright 2007 Freescale Semiconductor Inc.
4638 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
4639 *
4640 * This program is free software; you can redistribute it and/or modify it
4641 * under the terms of the GNU General Public License as published by the
4642 @@ -9,6 +9,7 @@
4643 * option) any later version.
4644 */
4645
4646 +/dts-v1/;
4647 / {
4648 model = "MPC8544DS";
4649 compatible = "MPC8544DS", "MPC85xxDS";
4650 @@ -27,17 +28,16 @@
4651 };
4652
4653 cpus {
4654 - #cpus = <1>;
4655 #address-cells = <1>;
4656 #size-cells = <0>;
4657
4658 PowerPC,8544@0 {
4659 device_type = "cpu";
4660 - reg = <0>;
4661 - d-cache-line-size = <20>; // 32 bytes
4662 - i-cache-line-size = <20>; // 32 bytes
4663 - d-cache-size = <8000>; // L1, 32K
4664 - i-cache-size = <8000>; // L1, 32K
4665 + reg = <0x0>;
4666 + d-cache-line-size = <32>; // 32 bytes
4667 + i-cache-line-size = <32>; // 32 bytes
4668 + d-cache-size = <0x8000>; // L1, 32K
4669 + i-cache-size = <0x8000>; // L1, 32K
4670 timebase-frequency = <0>;
4671 bus-frequency = <0>;
4672 clock-frequency = <0>;
4673 @@ -46,7 +46,7 @@
4674
4675 memory {
4676 device_type = "memory";
4677 - reg = <00000000 00000000>; // Filled by U-Boot
4678 + reg = <0x0 0x0>; // Filled by U-Boot
4679 };
4680
4681 soc8544@e0000000 {
4682 @@ -54,24 +54,24 @@
4683 #size-cells = <1>;
4684 device_type = "soc";
4685
4686 - ranges = <00000000 e0000000 00100000>;
4687 - reg = <e0000000 00001000>; // CCSRBAR 1M
4688 + ranges = <0x0 0xe0000000 0x100000>;
4689 + reg = <0xe0000000 0x1000>; // CCSRBAR 1M
4690 bus-frequency = <0>; // Filled out by uboot.
4691
4692 memory-controller@2000 {
4693 compatible = "fsl,8544-memory-controller";
4694 - reg = <2000 1000>;
4695 + reg = <0x2000 0x1000>;
4696 interrupt-parent = <&mpic>;
4697 - interrupts = <12 2>;
4698 + interrupts = <18 2>;
4699 };
4700
4701 l2-cache-controller@20000 {
4702 compatible = "fsl,8544-l2-cache-controller";
4703 - reg = <20000 1000>;
4704 - cache-line-size = <20>; // 32 bytes
4705 - cache-size = <40000>; // L2, 256K
4706 + reg = <0x20000 0x1000>;
4707 + cache-line-size = <32>; // 32 bytes
4708 + cache-size = <0x40000>; // L2, 256K
4709 interrupt-parent = <&mpic>;
4710 - interrupts = <10 2>;
4711 + interrupts = <16 2>;
4712 };
4713
4714 i2c@3000 {
4715 @@ -79,8 +79,8 @@
4716 #size-cells = <0>;
4717 cell-index = <0>;
4718 compatible = "fsl-i2c";
4719 - reg = <3000 100>;
4720 - interrupts = <2b 2>;
4721 + reg = <0x3000 0x100>;
4722 + interrupts = <43 2>;
4723 interrupt-parent = <&mpic>;
4724 dfsrr;
4725 };
4726 @@ -90,8 +90,8 @@
4727 #size-cells = <0>;
4728 cell-index = <1>;
4729 compatible = "fsl-i2c";
4730 - reg = <3100 100>;
4731 - interrupts = <2b 2>;
4732 + reg = <0x3100 0x100>;
4733 + interrupts = <43 2>;
4734 interrupt-parent = <&mpic>;
4735 dfsrr;
4736 };
4737 @@ -100,30 +100,71 @@
4738 #address-cells = <1>;
4739 #size-cells = <0>;
4740 compatible = "fsl,gianfar-mdio";
4741 - reg = <24520 20>;
4742 + reg = <0x24520 0x20>;
4743
4744 phy0: ethernet-phy@0 {
4745 interrupt-parent = <&mpic>;
4746 - interrupts = <a 1>;
4747 - reg = <0>;
4748 + interrupts = <10 1>;
4749 + reg = <0x0>;
4750 device_type = "ethernet-phy";
4751 };
4752 phy1: ethernet-phy@1 {
4753 interrupt-parent = <&mpic>;
4754 - interrupts = <a 1>;
4755 - reg = <1>;
4756 + interrupts = <10 1>;
4757 + reg = <0x1>;
4758 device_type = "ethernet-phy";
4759 };
4760 };
4761
4762 + dma@21300 {
4763 + #address-cells = <1>;
4764 + #size-cells = <1>;
4765 + compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
4766 + reg = <0x21300 0x4>;
4767 + ranges = <0x0 0x21100 0x200>;
4768 + cell-index = <0>;
4769 + dma-channel@0 {
4770 + compatible = "fsl,mpc8544-dma-channel",
4771 + "fsl,eloplus-dma-channel";
4772 + reg = <0x0 0x80>;
4773 + cell-index = <0>;
4774 + interrupt-parent = <&mpic>;
4775 + interrupts = <20 2>;
4776 + };
4777 + dma-channel@80 {
4778 + compatible = "fsl,mpc8544-dma-channel",
4779 + "fsl,eloplus-dma-channel";
4780 + reg = <0x80 0x80>;
4781 + cell-index = <1>;
4782 + interrupt-parent = <&mpic>;
4783 + interrupts = <21 2>;
4784 + };
4785 + dma-channel@100 {
4786 + compatible = "fsl,mpc8544-dma-channel",
4787 + "fsl,eloplus-dma-channel";
4788 + reg = <0x100 0x80>;
4789 + cell-index = <2>;
4790 + interrupt-parent = <&mpic>;
4791 + interrupts = <22 2>;
4792 + };
4793 + dma-channel@180 {
4794 + compatible = "fsl,mpc8544-dma-channel",
4795 + "fsl,eloplus-dma-channel";
4796 + reg = <0x180 0x80>;
4797 + cell-index = <3>;
4798 + interrupt-parent = <&mpic>;
4799 + interrupts = <23 2>;
4800 + };
4801 + };
4802 +
4803 enet0: ethernet@24000 {
4804 cell-index = <0>;
4805 device_type = "network";
4806 model = "TSEC";
4807 compatible = "gianfar";
4808 - reg = <24000 1000>;
4809 + reg = <0x24000 0x1000>;
4810 local-mac-address = [ 00 00 00 00 00 00 ];
4811 - interrupts = <1d 2 1e 2 22 2>;
4812 + interrupts = <29 2 30 2 34 2>;
4813 interrupt-parent = <&mpic>;
4814 phy-handle = <&phy0>;
4815 phy-connection-type = "rgmii-id";
4816 @@ -134,9 +175,9 @@
4817 device_type = "network";
4818 model = "TSEC";
4819 compatible = "gianfar";
4820 - reg = <26000 1000>;
4821 + reg = <0x26000 0x1000>;
4822 local-mac-address = [ 00 00 00 00 00 00 ];
4823 - interrupts = <1f 2 20 2 21 2>;
4824 + interrupts = <31 2 32 2 33 2>;
4825 interrupt-parent = <&mpic>;
4826 phy-handle = <&phy1>;
4827 phy-connection-type = "rgmii-id";
4828 @@ -146,9 +187,9 @@
4829 cell-index = <0>;
4830 device_type = "serial";
4831 compatible = "ns16550";
4832 - reg = <4500 100>;
4833 + reg = <0x4500 0x100>;
4834 clock-frequency = <0>;
4835 - interrupts = <2a 2>;
4836 + interrupts = <42 2>;
4837 interrupt-parent = <&mpic>;
4838 };
4839
4840 @@ -156,15 +197,15 @@
4841 cell-index = <1>;
4842 device_type = "serial";
4843 compatible = "ns16550";
4844 - reg = <4600 100>;
4845 + reg = <0x4600 0x100>;
4846 clock-frequency = <0>;
4847 - interrupts = <2a 2>;
4848 + interrupts = <42 2>;
4849 interrupt-parent = <&mpic>;
4850 };
4851
4852 global-utilities@e0000 { //global utilities block
4853 compatible = "fsl,mpc8548-guts";
4854 - reg = <e0000 1000>;
4855 + reg = <0xe0000 0x1000>;
4856 fsl,has-rstcr;
4857 };
4858
4859 @@ -173,7 +214,7 @@
4860 interrupt-controller;
4861 #address-cells = <0>;
4862 #interrupt-cells = <2>;
4863 - reg = <40000 40000>;
4864 + reg = <0x40000 0x40000>;
4865 compatible = "chrp,open-pic";
4866 device_type = "open-pic";
4867 big-endian;
4868 @@ -184,32 +225,32 @@
4869 cell-index = <0>;
4870 compatible = "fsl,mpc8540-pci";
4871 device_type = "pci";
4872 - interrupt-map-mask = <f800 0 0 7>;
4873 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4874 interrupt-map = <
4875
4876 /* IDSEL 0x11 J17 Slot 1 */
4877 - 8800 0 0 1 &mpic 2 1
4878 - 8800 0 0 2 &mpic 3 1
4879 - 8800 0 0 3 &mpic 4 1
4880 - 8800 0 0 4 &mpic 1 1
4881 + 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
4882 + 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
4883 + 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
4884 + 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
4885
4886 /* IDSEL 0x12 J16 Slot 2 */
4887
4888 - 9000 0 0 1 &mpic 3 1
4889 - 9000 0 0 2 &mpic 4 1
4890 - 9000 0 0 3 &mpic 2 1
4891 - 9000 0 0 4 &mpic 1 1>;
4892 + 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
4893 + 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
4894 + 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
4895 + 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
4896
4897 interrupt-parent = <&mpic>;
4898 - interrupts = <18 2>;
4899 - bus-range = <0 ff>;
4900 - ranges = <02000000 0 c0000000 c0000000 0 20000000
4901 - 01000000 0 00000000 e1000000 0 00010000>;
4902 - clock-frequency = <3f940aa>;
4903 + interrupts = <24 2>;
4904 + bus-range = <0 255>;
4905 + ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
4906 + 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
4907 + clock-frequency = <66666666>;
4908 #interrupt-cells = <1>;
4909 #size-cells = <2>;
4910 #address-cells = <3>;
4911 - reg = <e0008000 1000>;
4912 + reg = <0xe0008000 0x1000>;
4913 };
4914
4915 pci1: pcie@e0009000 {
4916 @@ -219,33 +260,33 @@
4917 #interrupt-cells = <1>;
4918 #size-cells = <2>;
4919 #address-cells = <3>;
4920 - reg = <e0009000 1000>;
4921 - bus-range = <0 ff>;
4922 - ranges = <02000000 0 80000000 80000000 0 20000000
4923 - 01000000 0 00000000 e1010000 0 00010000>;
4924 - clock-frequency = <1fca055>;
4925 + reg = <0xe0009000 0x1000>;
4926 + bus-range = <0 255>;
4927 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4928 + 0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
4929 + clock-frequency = <33333333>;
4930 interrupt-parent = <&mpic>;
4931 - interrupts = <1a 2>;
4932 - interrupt-map-mask = <f800 0 0 7>;
4933 + interrupts = <26 2>;
4934 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4935 interrupt-map = <
4936 /* IDSEL 0x0 */
4937 - 0000 0 0 1 &mpic 4 1
4938 - 0000 0 0 2 &mpic 5 1
4939 - 0000 0 0 3 &mpic 6 1
4940 - 0000 0 0 4 &mpic 7 1
4941 + 0000 0x0 0x0 0x1 &mpic 0x4 0x1
4942 + 0000 0x0 0x0 0x2 &mpic 0x5 0x1
4943 + 0000 0x0 0x0 0x3 &mpic 0x6 0x1
4944 + 0000 0x0 0x0 0x4 &mpic 0x7 0x1
4945 >;
4946 pcie@0 {
4947 - reg = <0 0 0 0 0>;
4948 + reg = <0x0 0x0 0x0 0x0 0x0>;
4949 #size-cells = <2>;
4950 #address-cells = <3>;
4951 device_type = "pci";
4952 - ranges = <02000000 0 80000000
4953 - 02000000 0 80000000
4954 - 0 20000000
4955 -
4956 - 01000000 0 00000000
4957 - 01000000 0 00000000
4958 - 0 00010000>;
4959 + ranges = <0x2000000 0x0 0x80000000
4960 + 0x2000000 0x0 0x80000000
4961 + 0x0 0x20000000
4962 +
4963 + 0x1000000 0x0 0x0
4964 + 0x1000000 0x0 0x0
4965 + 0x0 0x10000>;
4966 };
4967 };
4968
4969 @@ -256,33 +297,33 @@
4970 #interrupt-cells = <1>;
4971 #size-cells = <2>;
4972 #address-cells = <3>;
4973 - reg = <e000a000 1000>;
4974 - bus-range = <0 ff>;
4975 - ranges = <02000000 0 a0000000 a0000000 0 10000000
4976 - 01000000 0 00000000 e1020000 0 00010000>;
4977 - clock-frequency = <1fca055>;
4978 + reg = <0xe000a000 0x1000>;
4979 + bus-range = <0 255>;
4980 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
4981 + 0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
4982 + clock-frequency = <33333333>;
4983 interrupt-parent = <&mpic>;
4984 - interrupts = <19 2>;
4985 - interrupt-map-mask = <f800 0 0 7>;
4986 + interrupts = <25 2>;
4987 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4988 interrupt-map = <
4989 /* IDSEL 0x0 */
4990 - 0000 0 0 1 &mpic 0 1
4991 - 0000 0 0 2 &mpic 1 1
4992 - 0000 0 0 3 &mpic 2 1
4993 - 0000 0 0 4 &mpic 3 1
4994 + 0000 0x0 0x0 0x1 &mpic 0x0 0x1
4995 + 0000 0x0 0x0 0x2 &mpic 0x1 0x1
4996 + 0000 0x0 0x0 0x3 &mpic 0x2 0x1
4997 + 0000 0x0 0x0 0x4 &mpic 0x3 0x1
4998 >;
4999 pcie@0 {
5000 - reg = <0 0 0 0 0>;
5001 + reg = <0x0 0x0 0x0 0x0 0x0>;
5002 #size-cells = <2>;
5003 #address-cells = <3>;
5004 device_type = "pci";
5005 - ranges = <02000000 0 a0000000
5006 - 02000000 0 a0000000
5007 - 0 10000000
5008 -
5009 - 01000000 0 00000000
5010 - 01000000 0 00000000
5011 - 0 00010000>;
5012 + ranges = <0x2000000 0x0 0xa0000000
5013 + 0x2000000 0x0 0xa0000000
5014 + 0x0 0x10000000
5015 +
5016 + 0x1000000 0x0 0x0
5017 + 0x1000000 0x0 0x0
5018 + 0x0 0x10000>;
5019 };
5020 };
5021
5022 @@ -293,72 +334,72 @@
5023 #interrupt-cells = <1>;
5024 #size-cells = <2>;
5025 #address-cells = <3>;
5026 - reg = <e000b000 1000>;
5027 - bus-range = <0 ff>;
5028 - ranges = <02000000 0 b0000000 b0000000 0 00100000
5029 - 01000000 0 00000000 b0100000 0 00100000>;
5030 - clock-frequency = <1fca055>;
5031 + reg = <0xe000b000 0x1000>;
5032 + bus-range = <0 255>;
5033 + ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
5034 + 0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
5035 + clock-frequency = <33333333>;
5036 interrupt-parent = <&mpic>;
5037 - interrupts = <1b 2>;
5038 - interrupt-map-mask = <ff00 0 0 1>;
5039 + interrupts = <27 2>;
5040 + interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
5041 interrupt-map = <
5042 // IDSEL 0x1c USB
5043 - e000 0 0 1 &i8259 c 2
5044 - e100 0 0 2 &i8259 9 2
5045 - e200 0 0 3 &i8259 a 2
5046 - e300 0 0 4 &i8259 b 2
5047 + 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
5048 + 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
5049 + 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
5050 + 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
5051
5052 // IDSEL 0x1d Audio
5053 - e800 0 0 1 &i8259 6 2
5054 + 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
5055
5056 // IDSEL 0x1e Legacy
5057 - f000 0 0 1 &i8259 7 2
5058 - f100 0 0 1 &i8259 7 2
5059 + 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
5060 + 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
5061
5062 // IDSEL 0x1f IDE/SATA
5063 - f800 0 0 1 &i8259 e 2
5064 - f900 0 0 1 &i8259 5 2
5065 + 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
5066 + 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
5067 >;
5068
5069 pcie@0 {
5070 - reg = <0 0 0 0 0>;
5071 + reg = <0x0 0x0 0x0 0x0 0x0>;
5072 #size-cells = <2>;
5073 #address-cells = <3>;
5074 device_type = "pci";
5075 - ranges = <02000000 0 b0000000
5076 - 02000000 0 b0000000
5077 - 0 00100000
5078 -
5079 - 01000000 0 00000000
5080 - 01000000 0 00000000
5081 - 0 00100000>;
5082 + ranges = <0x2000000 0x0 0xb0000000
5083 + 0x2000000 0x0 0xb0000000
5084 + 0x0 0x100000
5085 +
5086 + 0x1000000 0x0 0x0
5087 + 0x1000000 0x0 0x0
5088 + 0x0 0x100000>;
5089
5090 uli1575@0 {
5091 - reg = <0 0 0 0 0>;
5092 + reg = <0x0 0x0 0x0 0x0 0x0>;
5093 #size-cells = <2>;
5094 #address-cells = <3>;
5095 - ranges = <02000000 0 b0000000
5096 - 02000000 0 b0000000
5097 - 0 00100000
5098 -
5099 - 01000000 0 00000000
5100 - 01000000 0 00000000
5101 - 0 00100000>;
5102 + ranges = <0x2000000 0x0 0xb0000000
5103 + 0x2000000 0x0 0xb0000000
5104 + 0x0 0x100000
5105 +
5106 + 0x1000000 0x0 0x0
5107 + 0x1000000 0x0 0x0
5108 + 0x0 0x100000>;
5109 isa@1e {
5110 device_type = "isa";
5111 #interrupt-cells = <2>;
5112 #size-cells = <1>;
5113 #address-cells = <2>;
5114 - reg = <f000 0 0 0 0>;
5115 - ranges = <1 0
5116 - 01000000 0 0
5117 - 00001000>;
5118 + reg = <0xf000 0x0 0x0 0x0 0x0>;
5119 + ranges = <0x1 0x0
5120 + 0x1000000 0x0 0x0
5121 + 0x1000>;
5122 interrupt-parent = <&i8259>;
5123
5124 i8259: interrupt-controller@20 {
5125 - reg = <1 20 2
5126 - 1 a0 2
5127 - 1 4d0 2>;
5128 + reg = <0x1 0x20 0x2
5129 + 0x1 0xa0 0x2
5130 + 0x1 0x4d0 0x2>;
5131 interrupt-controller;
5132 device_type = "interrupt-controller";
5133 #address-cells = <0>;
5134 @@ -371,28 +412,28 @@
5135 i8042@60 {
5136 #size-cells = <0>;
5137 #address-cells = <1>;
5138 - reg = <1 60 1 1 64 1>;
5139 - interrupts = <1 3 c 3>;
5140 + reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
5141 + interrupts = <1 3 12 3>;
5142 interrupt-parent = <&i8259>;
5143
5144 keyboard@0 {
5145 - reg = <0>;
5146 + reg = <0x0>;
5147 compatible = "pnpPNP,303";
5148 };
5149
5150 mouse@1 {
5151 - reg = <1>;
5152 + reg = <0x1>;
5153 compatible = "pnpPNP,f03";
5154 };
5155 };
5156
5157 rtc@70 {
5158 compatible = "pnpPNP,b00";
5159 - reg = <1 70 2>;
5160 + reg = <0x1 0x70 0x2>;
5161 };
5162
5163 gpio@400 {
5164 - reg = <1 400 80>;
5165 + reg = <0x1 0x400 0x80>;
5166 };
5167 };
5168 };
5169 --- a/arch/powerpc/boot/dts/mpc8548cds.dts
5170 +++ b/arch/powerpc/boot/dts/mpc8548cds.dts
5171 @@ -1,7 +1,7 @@
5172 /*
5173 * MPC8548 CDS Device Tree Source
5174 *
5175 - * Copyright 2006 Freescale Semiconductor Inc.
5176 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
5177 *
5178 * This program is free software; you can redistribute it and/or modify it
5179 * under the terms of the GNU General Public License as published by the
5180 @@ -9,6 +9,7 @@
5181 * option) any later version.
5182 */
5183
5184 +/dts-v1/;
5185
5186 / {
5187 model = "MPC8548CDS";
5188 @@ -36,11 +37,11 @@
5189
5190 PowerPC,8548@0 {
5191 device_type = "cpu";
5192 - reg = <0>;
5193 - d-cache-line-size = <20>; // 32 bytes
5194 - i-cache-line-size = <20>; // 32 bytes
5195 - d-cache-size = <8000>; // L1, 32K
5196 - i-cache-size = <8000>; // L1, 32K
5197 + reg = <0x0>;
5198 + d-cache-line-size = <32>; // 32 bytes
5199 + i-cache-line-size = <32>; // 32 bytes
5200 + d-cache-size = <0x8000>; // L1, 32K
5201 + i-cache-size = <0x8000>; // L1, 32K
5202 timebase-frequency = <0>; // 33 MHz, from uboot
5203 bus-frequency = <0>; // 166 MHz
5204 clock-frequency = <0>; // 825 MHz, from uboot
5205 @@ -49,31 +50,31 @@
5206
5207 memory {
5208 device_type = "memory";
5209 - reg = <00000000 08000000>; // 128M at 0x0
5210 + reg = <0x0 0x8000000>; // 128M at 0x0
5211 };
5212
5213 soc8548@e0000000 {
5214 #address-cells = <1>;
5215 #size-cells = <1>;
5216 device_type = "soc";
5217 - ranges = <00000000 e0000000 00100000>;
5218 - reg = <e0000000 00001000>; // CCSRBAR
5219 + ranges = <0x0 0xe0000000 0x100000>;
5220 + reg = <0xe0000000 0x1000>; // CCSRBAR
5221 bus-frequency = <0>;
5222
5223 memory-controller@2000 {
5224 compatible = "fsl,8548-memory-controller";
5225 - reg = <2000 1000>;
5226 + reg = <0x2000 0x1000>;
5227 interrupt-parent = <&mpic>;
5228 - interrupts = <12 2>;
5229 + interrupts = <18 2>;
5230 };
5231
5232 l2-cache-controller@20000 {
5233 compatible = "fsl,8548-l2-cache-controller";
5234 - reg = <20000 1000>;
5235 - cache-line-size = <20>; // 32 bytes
5236 - cache-size = <80000>; // L2, 512K
5237 + reg = <0x20000 0x1000>;
5238 + cache-line-size = <32>; // 32 bytes
5239 + cache-size = <0x80000>; // L2, 512K
5240 interrupt-parent = <&mpic>;
5241 - interrupts = <10 2>;
5242 + interrupts = <16 2>;
5243 };
5244
5245 i2c@3000 {
5246 @@ -81,8 +82,8 @@
5247 #size-cells = <0>;
5248 cell-index = <0>;
5249 compatible = "fsl-i2c";
5250 - reg = <3000 100>;
5251 - interrupts = <2b 2>;
5252 + reg = <0x3000 0x100>;
5253 + interrupts = <43 2>;
5254 interrupt-parent = <&mpic>;
5255 dfsrr;
5256 };
5257 @@ -92,8 +93,8 @@
5258 #size-cells = <0>;
5259 cell-index = <1>;
5260 compatible = "fsl-i2c";
5261 - reg = <3100 100>;
5262 - interrupts = <2b 2>;
5263 + reg = <0x3100 0x100>;
5264 + interrupts = <43 2>;
5265 interrupt-parent = <&mpic>;
5266 dfsrr;
5267 };
5268 @@ -102,30 +103,30 @@
5269 #address-cells = <1>;
5270 #size-cells = <0>;
5271 compatible = "fsl,gianfar-mdio";
5272 - reg = <24520 20>;
5273 + reg = <0x24520 0x20>;
5274
5275 phy0: ethernet-phy@0 {
5276 interrupt-parent = <&mpic>;
5277 interrupts = <5 1>;
5278 - reg = <0>;
5279 + reg = <0x0>;
5280 device_type = "ethernet-phy";
5281 };
5282 phy1: ethernet-phy@1 {
5283 interrupt-parent = <&mpic>;
5284 interrupts = <5 1>;
5285 - reg = <1>;
5286 + reg = <0x1>;
5287 device_type = "ethernet-phy";
5288 };
5289 phy2: ethernet-phy@2 {
5290 interrupt-parent = <&mpic>;
5291 interrupts = <5 1>;
5292 - reg = <2>;
5293 + reg = <0x2>;
5294 device_type = "ethernet-phy";
5295 };
5296 phy3: ethernet-phy@3 {
5297 interrupt-parent = <&mpic>;
5298 interrupts = <5 1>;
5299 - reg = <3>;
5300 + reg = <0x3>;
5301 device_type = "ethernet-phy";
5302 };
5303 };
5304 @@ -135,9 +136,9 @@
5305 device_type = "network";
5306 model = "eTSEC";
5307 compatible = "gianfar";
5308 - reg = <24000 1000>;
5309 + reg = <0x24000 0x1000>;
5310 local-mac-address = [ 00 00 00 00 00 00 ];
5311 - interrupts = <1d 2 1e 2 22 2>;
5312 + interrupts = <29 2 30 2 34 2>;
5313 interrupt-parent = <&mpic>;
5314 phy-handle = <&phy0>;
5315 };
5316 @@ -147,9 +148,9 @@
5317 device_type = "network";
5318 model = "eTSEC";
5319 compatible = "gianfar";
5320 - reg = <25000 1000>;
5321 + reg = <0x25000 0x1000>;
5322 local-mac-address = [ 00 00 00 00 00 00 ];
5323 - interrupts = <23 2 24 2 28 2>;
5324 + interrupts = <35 2 36 2 40 2>;
5325 interrupt-parent = <&mpic>;
5326 phy-handle = <&phy1>;
5327 };
5328 @@ -160,9 +161,9 @@
5329 device_type = "network";
5330 model = "eTSEC";
5331 compatible = "gianfar";
5332 - reg = <26000 1000>;
5333 + reg = <0x26000 0x1000>;
5334 local-mac-address = [ 00 00 00 00 00 00 ];
5335 - interrupts = <1f 2 20 2 21 2>;
5336 + interrupts = <31 2 32 2 33 2>;
5337 interrupt-parent = <&mpic>;
5338 phy-handle = <&phy2>;
5339 };
5340 @@ -172,9 +173,9 @@
5341 device_type = "network";
5342 model = "eTSEC";
5343 compatible = "gianfar";
5344 - reg = <27000 1000>;
5345 + reg = <0x27000 0x1000>;
5346 local-mac-address = [ 00 00 00 00 00 00 ];
5347 - interrupts = <25 2 26 2 27 2>;
5348 + interrupts = <37 2 38 2 39 2>;
5349 interrupt-parent = <&mpic>;
5350 phy-handle = <&phy3>;
5351 };
5352 @@ -184,9 +185,9 @@
5353 cell-index = <0>;
5354 device_type = "serial";
5355 compatible = "ns16550";
5356 - reg = <4500 100>; // reg base, size
5357 + reg = <0x4500 0x100>; // reg base, size
5358 clock-frequency = <0>; // should we fill in in uboot?
5359 - interrupts = <2a 2>;
5360 + interrupts = <42 2>;
5361 interrupt-parent = <&mpic>;
5362 };
5363
5364 @@ -194,15 +195,15 @@
5365 cell-index = <1>;
5366 device_type = "serial";
5367 compatible = "ns16550";
5368 - reg = <4600 100>; // reg base, size
5369 + reg = <0x4600 0x100>; // reg base, size
5370 clock-frequency = <0>; // should we fill in in uboot?
5371 - interrupts = <2a 2>;
5372 + interrupts = <42 2>;
5373 interrupt-parent = <&mpic>;
5374 };
5375
5376 global-utilities@e0000 { //global utilities reg
5377 compatible = "fsl,mpc8548-guts";
5378 - reg = <e0000 1000>;
5379 + reg = <0xe0000 0x1000>;
5380 fsl,has-rstcr;
5381 };
5382
5383 @@ -211,7 +212,7 @@
5384 interrupt-controller;
5385 #address-cells = <0>;
5386 #interrupt-cells = <2>;
5387 - reg = <40000 40000>;
5388 + reg = <0x40000 0x40000>;
5389 compatible = "chrp,open-pic";
5390 device_type = "open-pic";
5391 big-endian;
5392 @@ -220,139 +221,139 @@
5393
5394 pci0: pci@e0008000 {
5395 cell-index = <0>;
5396 - interrupt-map-mask = <f800 0 0 7>;
5397 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5398 interrupt-map = <
5399 /* IDSEL 0x4 (PCIX Slot 2) */
5400 - 02000 0 0 1 &mpic 0 1
5401 - 02000 0 0 2 &mpic 1 1
5402 - 02000 0 0 3 &mpic 2 1
5403 - 02000 0 0 4 &mpic 3 1
5404 + 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
5405 + 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
5406 + 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
5407 + 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
5408
5409 /* IDSEL 0x5 (PCIX Slot 3) */
5410 - 02800 0 0 1 &mpic 1 1
5411 - 02800 0 0 2 &mpic 2 1
5412 - 02800 0 0 3 &mpic 3 1
5413 - 02800 0 0 4 &mpic 0 1
5414 + 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
5415 + 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
5416 + 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
5417 + 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
5418
5419 /* IDSEL 0x6 (PCIX Slot 4) */
5420 - 03000 0 0 1 &mpic 2 1
5421 - 03000 0 0 2 &mpic 3 1
5422 - 03000 0 0 3 &mpic 0 1
5423 - 03000 0 0 4 &mpic 1 1
5424 + 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
5425 + 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
5426 + 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
5427 + 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
5428
5429 /* IDSEL 0x8 (PCIX Slot 5) */
5430 - 04000 0 0 1 &mpic 0 1
5431 - 04000 0 0 2 &mpic 1 1
5432 - 04000 0 0 3 &mpic 2 1
5433 - 04000 0 0 4 &mpic 3 1
5434 + 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
5435 + 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
5436 + 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
5437 + 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
5438
5439 /* IDSEL 0xC (Tsi310 bridge) */
5440 - 06000 0 0 1 &mpic 0 1
5441 - 06000 0 0 2 &mpic 1 1
5442 - 06000 0 0 3 &mpic 2 1
5443 - 06000 0 0 4 &mpic 3 1
5444 + 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
5445 + 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
5446 + 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
5447 + 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
5448
5449 /* IDSEL 0x14 (Slot 2) */
5450 - 0a000 0 0 1 &mpic 0 1
5451 - 0a000 0 0 2 &mpic 1 1
5452 - 0a000 0 0 3 &mpic 2 1
5453 - 0a000 0 0 4 &mpic 3 1
5454 + 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
5455 + 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
5456 + 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
5457 + 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
5458
5459 /* IDSEL 0x15 (Slot 3) */
5460 - 0a800 0 0 1 &mpic 1 1
5461 - 0a800 0 0 2 &mpic 2 1
5462 - 0a800 0 0 3 &mpic 3 1
5463 - 0a800 0 0 4 &mpic 0 1
5464 + 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
5465 + 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
5466 + 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
5467 + 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
5468
5469 /* IDSEL 0x16 (Slot 4) */
5470 - 0b000 0 0 1 &mpic 2 1
5471 - 0b000 0 0 2 &mpic 3 1
5472 - 0b000 0 0 3 &mpic 0 1
5473 - 0b000 0 0 4 &mpic 1 1
5474 + 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
5475 + 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
5476 + 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
5477 + 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
5478
5479 /* IDSEL 0x18 (Slot 5) */
5480 - 0c000 0 0 1 &mpic 0 1
5481 - 0c000 0 0 2 &mpic 1 1
5482 - 0c000 0 0 3 &mpic 2 1
5483 - 0c000 0 0 4 &mpic 3 1
5484 + 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
5485 + 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
5486 + 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
5487 + 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
5488
5489 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
5490 - 0E000 0 0 1 &mpic 0 1
5491 - 0E000 0 0 2 &mpic 1 1
5492 - 0E000 0 0 3 &mpic 2 1
5493 - 0E000 0 0 4 &mpic 3 1>;
5494 + 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
5495 + 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
5496 + 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
5497 + 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5498
5499 interrupt-parent = <&mpic>;
5500 - interrupts = <18 2>;
5501 + interrupts = <24 2>;
5502 bus-range = <0 0>;
5503 - ranges = <02000000 0 80000000 80000000 0 10000000
5504 - 01000000 0 00000000 e2000000 0 00800000>;
5505 - clock-frequency = <3f940aa>;
5506 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
5507 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
5508 + clock-frequency = <66666666>;
5509 #interrupt-cells = <1>;
5510 #size-cells = <2>;
5511 #address-cells = <3>;
5512 - reg = <e0008000 1000>;
5513 + reg = <0xe0008000 0x1000>;
5514 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
5515 device_type = "pci";
5516
5517 pci_bridge@1c {
5518 - interrupt-map-mask = <f800 0 0 7>;
5519 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5520 interrupt-map = <
5521
5522 /* IDSEL 0x00 (PrPMC Site) */
5523 - 0000 0 0 1 &mpic 0 1
5524 - 0000 0 0 2 &mpic 1 1
5525 - 0000 0 0 3 &mpic 2 1
5526 - 0000 0 0 4 &mpic 3 1
5527 + 0000 0x0 0x0 0x1 &mpic 0x0 0x1
5528 + 0000 0x0 0x0 0x2 &mpic 0x1 0x1
5529 + 0000 0x0 0x0 0x3 &mpic 0x2 0x1
5530 + 0000 0x0 0x0 0x4 &mpic 0x3 0x1
5531
5532 /* IDSEL 0x04 (VIA chip) */
5533 - 2000 0 0 1 &mpic 0 1
5534 - 2000 0 0 2 &mpic 1 1
5535 - 2000 0 0 3 &mpic 2 1
5536 - 2000 0 0 4 &mpic 3 1
5537 + 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
5538 + 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
5539 + 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
5540 + 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
5541
5542 /* IDSEL 0x05 (8139) */
5543 - 2800 0 0 1 &mpic 1 1
5544 + 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
5545
5546 /* IDSEL 0x06 (Slot 6) */
5547 - 3000 0 0 1 &mpic 2 1
5548 - 3000 0 0 2 &mpic 3 1
5549 - 3000 0 0 3 &mpic 0 1
5550 - 3000 0 0 4 &mpic 1 1
5551 + 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
5552 + 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
5553 + 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
5554 + 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
5555
5556 /* IDESL 0x07 (Slot 7) */
5557 - 3800 0 0 1 &mpic 3 1
5558 - 3800 0 0 2 &mpic 0 1
5559 - 3800 0 0 3 &mpic 1 1
5560 - 3800 0 0 4 &mpic 2 1>;
5561 + 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
5562 + 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
5563 + 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
5564 + 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
5565
5566 - reg = <e000 0 0 0 0>;
5567 + reg = <0xe000 0x0 0x0 0x0 0x0>;
5568 #interrupt-cells = <1>;
5569 #size-cells = <2>;
5570 #address-cells = <3>;
5571 - ranges = <02000000 0 80000000
5572 - 02000000 0 80000000
5573 - 0 20000000
5574 - 01000000 0 00000000
5575 - 01000000 0 00000000
5576 - 0 00080000>;
5577 - clock-frequency = <1fca055>;
5578 + ranges = <0x2000000 0x0 0x80000000
5579 + 0x2000000 0x0 0x80000000
5580 + 0x0 0x20000000
5581 + 0x1000000 0x0 0x0
5582 + 0x1000000 0x0 0x0
5583 + 0x0 0x80000>;
5584 + clock-frequency = <33333333>;
5585
5586 isa@4 {
5587 device_type = "isa";
5588 #interrupt-cells = <2>;
5589 #size-cells = <1>;
5590 #address-cells = <2>;
5591 - reg = <2000 0 0 0 0>;
5592 - ranges = <1 0 01000000 0 0 00001000>;
5593 + reg = <0x2000 0x0 0x0 0x0 0x0>;
5594 + ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
5595 interrupt-parent = <&i8259>;
5596
5597 i8259: interrupt-controller@20 {
5598 interrupt-controller;
5599 device_type = "interrupt-controller";
5600 - reg = <1 20 2
5601 - 1 a0 2
5602 - 1 4d0 2>;
5603 + reg = <0x1 0x20 0x2
5604 + 0x1 0xa0 0x2
5605 + 0x1 0x4d0 0x2>;
5606 #address-cells = <0>;
5607 #interrupt-cells = <2>;
5608 compatible = "chrp,iic";
5609 @@ -362,7 +363,7 @@
5610
5611 rtc@70 {
5612 compatible = "pnpPNP,b00";
5613 - reg = <1 70 2>;
5614 + reg = <0x1 0x70 0x2>;
5615 };
5616 };
5617 };
5618 @@ -370,64 +371,64 @@
5619
5620 pci1: pci@e0009000 {
5621 cell-index = <1>;
5622 - interrupt-map-mask = <f800 0 0 7>;
5623 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5624 interrupt-map = <
5625
5626 /* IDSEL 0x15 */
5627 - a800 0 0 1 &mpic b 1
5628 - a800 0 0 2 &mpic 1 1
5629 - a800 0 0 3 &mpic 2 1
5630 - a800 0 0 4 &mpic 3 1>;
5631 + 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
5632 + 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
5633 + 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
5634 + 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
5635
5636 interrupt-parent = <&mpic>;
5637 - interrupts = <19 2>;
5638 + interrupts = <25 2>;
5639 bus-range = <0 0>;
5640 - ranges = <02000000 0 90000000 90000000 0 10000000
5641 - 01000000 0 00000000 e2800000 0 00800000>;
5642 - clock-frequency = <3f940aa>;
5643 + ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
5644 + 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
5645 + clock-frequency = <66666666>;
5646 #interrupt-cells = <1>;
5647 #size-cells = <2>;
5648 #address-cells = <3>;
5649 - reg = <e0009000 1000>;
5650 + reg = <0xe0009000 0x1000>;
5651 compatible = "fsl,mpc8540-pci";
5652 device_type = "pci";
5653 };
5654
5655 pci2: pcie@e000a000 {
5656 cell-index = <2>;
5657 - interrupt-map-mask = <f800 0 0 7>;
5658 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5659 interrupt-map = <
5660
5661 /* IDSEL 0x0 (PEX) */
5662 - 00000 0 0 1 &mpic 0 1
5663 - 00000 0 0 2 &mpic 1 1
5664 - 00000 0 0 3 &mpic 2 1
5665 - 00000 0 0 4 &mpic 3 1>;
5666 + 00000 0x0 0x0 0x1 &mpic 0x0 0x1
5667 + 00000 0x0 0x0 0x2 &mpic 0x1 0x1
5668 + 00000 0x0 0x0 0x3 &mpic 0x2 0x1
5669 + 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5670
5671 interrupt-parent = <&mpic>;
5672 - interrupts = <1a 2>;
5673 - bus-range = <0 ff>;
5674 - ranges = <02000000 0 a0000000 a0000000 0 20000000
5675 - 01000000 0 00000000 e3000000 0 08000000>;
5676 - clock-frequency = <1fca055>;
5677 + interrupts = <26 2>;
5678 + bus-range = <0 255>;
5679 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
5680 + 0x1000000 0x0 0x0 0xe3000000 0x0 0x8000000>;
5681 + clock-frequency = <33333333>;
5682 #interrupt-cells = <1>;
5683 #size-cells = <2>;
5684 #address-cells = <3>;
5685 - reg = <e000a000 1000>;
5686 + reg = <0xe000a000 0x1000>;
5687 compatible = "fsl,mpc8548-pcie";
5688 device_type = "pci";
5689 pcie@0 {
5690 - reg = <0 0 0 0 0>;
5691 + reg = <0x0 0x0 0x0 0x0 0x0>;
5692 #size-cells = <2>;
5693 #address-cells = <3>;
5694 device_type = "pci";
5695 - ranges = <02000000 0 a0000000
5696 - 02000000 0 a0000000
5697 - 0 20000000
5698 -
5699 - 01000000 0 00000000
5700 - 01000000 0 00000000
5701 - 0 08000000>;
5702 + ranges = <0x2000000 0x0 0xa0000000
5703 + 0x2000000 0x0 0xa0000000
5704 + 0x0 0x20000000
5705 +
5706 + 0x1000000 0x0 0x0
5707 + 0x1000000 0x0 0x0
5708 + 0x0 0x8000000>;
5709 };
5710 };
5711 };
5712 --- a/arch/powerpc/boot/dts/mpc8555cds.dts
5713 +++ b/arch/powerpc/boot/dts/mpc8555cds.dts
5714 @@ -1,7 +1,7 @@
5715 /*
5716 * MPC8555 CDS Device Tree Source
5717 *
5718 - * Copyright 2006 Freescale Semiconductor Inc.
5719 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
5720 *
5721 * This program is free software; you can redistribute it and/or modify it
5722 * under the terms of the GNU General Public License as published by the
5723 @@ -9,6 +9,7 @@
5724 * option) any later version.
5725 */
5726
5727 +/dts-v1/;
5728
5729 / {
5730 model = "MPC8555CDS";
5731 @@ -31,11 +32,11 @@
5732
5733 PowerPC,8555@0 {
5734 device_type = "cpu";
5735 - reg = <0>;
5736 - d-cache-line-size = <20>; // 32 bytes
5737 - i-cache-line-size = <20>; // 32 bytes
5738 - d-cache-size = <8000>; // L1, 32K
5739 - i-cache-size = <8000>; // L1, 32K
5740 + reg = <0x0>;
5741 + d-cache-line-size = <32>; // 32 bytes
5742 + i-cache-line-size = <32>; // 32 bytes
5743 + d-cache-size = <0x8000>; // L1, 32K
5744 + i-cache-size = <0x8000>; // L1, 32K
5745 timebase-frequency = <0>; // 33 MHz, from uboot
5746 bus-frequency = <0>; // 166 MHz
5747 clock-frequency = <0>; // 825 MHz, from uboot
5748 @@ -44,31 +45,31 @@
5749
5750 memory {
5751 device_type = "memory";
5752 - reg = <00000000 08000000>; // 128M at 0x0
5753 + reg = <0x0 0x8000000>; // 128M at 0x0
5754 };
5755
5756 soc8555@e0000000 {
5757 #address-cells = <1>;
5758 #size-cells = <1>;
5759 device_type = "soc";
5760 - ranges = <0 e0000000 00100000>;
5761 - reg = <e0000000 00001000>; // CCSRBAR 1M
5762 + ranges = <0x0 0xe0000000 0x100000>;
5763 + reg = <0xe0000000 0x1000>; // CCSRBAR 1M
5764 bus-frequency = <0>;
5765
5766 memory-controller@2000 {
5767 compatible = "fsl,8555-memory-controller";
5768 - reg = <2000 1000>;
5769 + reg = <0x2000 0x1000>;
5770 interrupt-parent = <&mpic>;
5771 - interrupts = <12 2>;
5772 + interrupts = <18 2>;
5773 };
5774
5775 l2-cache-controller@20000 {
5776 compatible = "fsl,8555-l2-cache-controller";
5777 - reg = <20000 1000>;
5778 - cache-line-size = <20>; // 32 bytes
5779 - cache-size = <40000>; // L2, 256K
5780 + reg = <0x20000 0x1000>;
5781 + cache-line-size = <32>; // 32 bytes
5782 + cache-size = <0x40000>; // L2, 256K
5783 interrupt-parent = <&mpic>;
5784 - interrupts = <10 2>;
5785 + interrupts = <16 2>;
5786 };
5787
5788 i2c@3000 {
5789 @@ -76,8 +77,8 @@
5790 #size-cells = <0>;
5791 cell-index = <0>;
5792 compatible = "fsl-i2c";
5793 - reg = <3000 100>;
5794 - interrupts = <2b 2>;
5795 + reg = <0x3000 0x100>;
5796 + interrupts = <43 2>;
5797 interrupt-parent = <&mpic>;
5798 dfsrr;
5799 };
5800 @@ -86,18 +87,18 @@
5801 #address-cells = <1>;
5802 #size-cells = <0>;
5803 compatible = "fsl,gianfar-mdio";
5804 - reg = <24520 20>;
5805 + reg = <0x24520 0x20>;
5806
5807 phy0: ethernet-phy@0 {
5808 interrupt-parent = <&mpic>;
5809 interrupts = <5 1>;
5810 - reg = <0>;
5811 + reg = <0x0>;
5812 device_type = "ethernet-phy";
5813 };
5814 phy1: ethernet-phy@1 {
5815 interrupt-parent = <&mpic>;
5816 interrupts = <5 1>;
5817 - reg = <1>;
5818 + reg = <0x1>;
5819 device_type = "ethernet-phy";
5820 };
5821 };
5822 @@ -107,9 +108,9 @@
5823 device_type = "network";
5824 model = "TSEC";
5825 compatible = "gianfar";
5826 - reg = <24000 1000>;
5827 + reg = <0x24000 0x1000>;
5828 local-mac-address = [ 00 00 00 00 00 00 ];
5829 - interrupts = <1d 2 1e 2 22 2>;
5830 + interrupts = <29 2 30 2 34 2>;
5831 interrupt-parent = <&mpic>;
5832 phy-handle = <&phy0>;
5833 };
5834 @@ -119,9 +120,9 @@
5835 device_type = "network";
5836 model = "TSEC";
5837 compatible = "gianfar";
5838 - reg = <25000 1000>;
5839 + reg = <0x25000 0x1000>;
5840 local-mac-address = [ 00 00 00 00 00 00 ];
5841 - interrupts = <23 2 24 2 28 2>;
5842 + interrupts = <35 2 36 2 40 2>;
5843 interrupt-parent = <&mpic>;
5844 phy-handle = <&phy1>;
5845 };
5846 @@ -130,9 +131,9 @@
5847 cell-index = <0>;
5848 device_type = "serial";
5849 compatible = "ns16550";
5850 - reg = <4500 100>; // reg base, size
5851 + reg = <0x4500 0x100>; // reg base, size
5852 clock-frequency = <0>; // should we fill in in uboot?
5853 - interrupts = <2a 2>;
5854 + interrupts = <42 2>;
5855 interrupt-parent = <&mpic>;
5856 };
5857
5858 @@ -140,9 +141,9 @@
5859 cell-index = <1>;
5860 device_type = "serial";
5861 compatible = "ns16550";
5862 - reg = <4600 100>; // reg base, size
5863 + reg = <0x4600 0x100>; // reg base, size
5864 clock-frequency = <0>; // should we fill in in uboot?
5865 - interrupts = <2a 2>;
5866 + interrupts = <42 2>;
5867 interrupt-parent = <&mpic>;
5868 };
5869
5870 @@ -151,7 +152,7 @@
5871 interrupt-controller;
5872 #address-cells = <0>;
5873 #interrupt-cells = <2>;
5874 - reg = <40000 40000>;
5875 + reg = <0x40000 0x40000>;
5876 compatible = "chrp,open-pic";
5877 device_type = "open-pic";
5878 big-endian;
5879 @@ -161,17 +162,17 @@
5880 #address-cells = <1>;
5881 #size-cells = <1>;
5882 compatible = "fsl,mpc8555-cpm", "fsl,cpm2";
5883 - reg = <919c0 30>;
5884 + reg = <0x919c0 0x30>;
5885 ranges;
5886
5887 muram@80000 {
5888 #address-cells = <1>;
5889 #size-cells = <1>;
5890 - ranges = <0 80000 10000>;
5891 + ranges = <0x0 0x80000 0x10000>;
5892
5893 data@0 {
5894 compatible = "fsl,cpm-muram-data";
5895 - reg = <0 2000 9000 1000>;
5896 + reg = <0x0 0x2000 0x9000 0x1000>;
5897 };
5898 };
5899
5900 @@ -179,16 +180,16 @@
5901 compatible = "fsl,mpc8555-brg",
5902 "fsl,cpm2-brg",
5903 "fsl,cpm-brg";
5904 - reg = <919f0 10 915f0 10>;
5905 + reg = <0x919f0 0x10 0x915f0 0x10>;
5906 };
5907
5908 cpmpic: pic@90c00 {
5909 interrupt-controller;
5910 #address-cells = <0>;
5911 #interrupt-cells = <2>;
5912 - interrupts = <2e 2>;
5913 + interrupts = <46 2>;
5914 interrupt-parent = <&mpic>;
5915 - reg = <90c00 80>;
5916 + reg = <0x90c00 0x80>;
5917 compatible = "fsl,mpc8555-cpm-pic", "fsl,cpm2-pic";
5918 };
5919 };
5920 @@ -196,68 +197,68 @@
5921
5922 pci0: pci@e0008000 {
5923 cell-index = <0>;
5924 - interrupt-map-mask = <1f800 0 0 7>;
5925 + interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
5926 interrupt-map = <
5927
5928 /* IDSEL 0x10 */
5929 - 08000 0 0 1 &mpic 0 1
5930 - 08000 0 0 2 &mpic 1 1
5931 - 08000 0 0 3 &mpic 2 1
5932 - 08000 0 0 4 &mpic 3 1
5933 + 0x8000 0x0 0x0 0x1 &mpic 0x0 0x1
5934 + 0x8000 0x0 0x0 0x2 &mpic 0x1 0x1
5935 + 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
5936 + 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
5937
5938 /* IDSEL 0x11 */
5939 - 08800 0 0 1 &mpic 0 1
5940 - 08800 0 0 2 &mpic 1 1
5941 - 08800 0 0 3 &mpic 2 1
5942 - 08800 0 0 4 &mpic 3 1
5943 + 0x8800 0x0 0x0 0x1 &mpic 0x0 0x1
5944 + 0x8800 0x0 0x0 0x2 &mpic 0x1 0x1
5945 + 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
5946 + 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
5947
5948 /* IDSEL 0x12 (Slot 1) */
5949 - 09000 0 0 1 &mpic 0 1
5950 - 09000 0 0 2 &mpic 1 1
5951 - 09000 0 0 3 &mpic 2 1
5952 - 09000 0 0 4 &mpic 3 1
5953 + 0x9000 0x0 0x0 0x1 &mpic 0x0 0x1
5954 + 0x9000 0x0 0x0 0x2 &mpic 0x1 0x1
5955 + 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
5956 + 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
5957
5958 /* IDSEL 0x13 (Slot 2) */
5959 - 09800 0 0 1 &mpic 1 1
5960 - 09800 0 0 2 &mpic 2 1
5961 - 09800 0 0 3 &mpic 3 1
5962 - 09800 0 0 4 &mpic 0 1
5963 + 0x9800 0x0 0x0 0x1 &mpic 0x1 0x1
5964 + 0x9800 0x0 0x0 0x2 &mpic 0x2 0x1
5965 + 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
5966 + 0x9800 0x0 0x0 0x4 &mpic 0x0 0x1
5967
5968 /* IDSEL 0x14 (Slot 3) */
5969 - 0a000 0 0 1 &mpic 2 1
5970 - 0a000 0 0 2 &mpic 3 1
5971 - 0a000 0 0 3 &mpic 0 1
5972 - 0a000 0 0 4 &mpic 1 1
5973 + 0xa000 0x0 0x0 0x1 &mpic 0x2 0x1
5974 + 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
5975 + 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
5976 + 0xa000 0x0 0x0 0x4 &mpic 0x1 0x1
5977
5978 /* IDSEL 0x15 (Slot 4) */
5979 - 0a800 0 0 1 &mpic 3 1
5980 - 0a800 0 0 2 &mpic 0 1
5981 - 0a800 0 0 3 &mpic 1 1
5982 - 0a800 0 0 4 &mpic 2 1
5983 + 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
5984 + 0xa800 0x0 0x0 0x2 &mpic 0x0 0x1
5985 + 0xa800 0x0 0x0 0x3 &mpic 0x1 0x1
5986 + 0xa800 0x0 0x0 0x4 &mpic 0x2 0x1
5987
5988 /* Bus 1 (Tundra Bridge) */
5989 /* IDSEL 0x12 (ISA bridge) */
5990 - 19000 0 0 1 &mpic 0 1
5991 - 19000 0 0 2 &mpic 1 1
5992 - 19000 0 0 3 &mpic 2 1
5993 - 19000 0 0 4 &mpic 3 1>;
5994 + 0x19000 0x0 0x0 0x1 &mpic 0x0 0x1
5995 + 0x19000 0x0 0x0 0x2 &mpic 0x1 0x1
5996 + 0x19000 0x0 0x0 0x3 &mpic 0x2 0x1
5997 + 0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5998 interrupt-parent = <&mpic>;
5999 - interrupts = <18 2>;
6000 + interrupts = <24 2>;
6001 bus-range = <0 0>;
6002 - ranges = <02000000 0 80000000 80000000 0 20000000
6003 - 01000000 0 00000000 e2000000 0 00100000>;
6004 - clock-frequency = <3f940aa>;
6005 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6006 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
6007 + clock-frequency = <66666666>;
6008 #interrupt-cells = <1>;
6009 #size-cells = <2>;
6010 #address-cells = <3>;
6011 - reg = <e0008000 1000>;
6012 + reg = <0xe0008000 0x1000>;
6013 compatible = "fsl,mpc8540-pci";
6014 device_type = "pci";
6015
6016 i8259@19000 {
6017 interrupt-controller;
6018 device_type = "interrupt-controller";
6019 - reg = <19000 0 0 0 1>;
6020 + reg = <0x19000 0x0 0x0 0x0 0x1>;
6021 #address-cells = <0>;
6022 #interrupt-cells = <2>;
6023 compatible = "chrp,iic";
6024 @@ -268,24 +269,24 @@
6025
6026 pci1: pci@e0009000 {
6027 cell-index = <1>;
6028 - interrupt-map-mask = <f800 0 0 7>;
6029 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6030 interrupt-map = <
6031
6032 /* IDSEL 0x15 */
6033 - a800 0 0 1 &mpic b 1
6034 - a800 0 0 2 &mpic b 1
6035 - a800 0 0 3 &mpic b 1
6036 - a800 0 0 4 &mpic b 1>;
6037 + 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
6038 + 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
6039 + 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
6040 + 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
6041 interrupt-parent = <&mpic>;
6042 - interrupts = <19 2>;
6043 + interrupts = <25 2>;
6044 bus-range = <0 0>;
6045 - ranges = <02000000 0 a0000000 a0000000 0 20000000
6046 - 01000000 0 00000000 e3000000 0 00100000>;
6047 - clock-frequency = <3f940aa>;
6048 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
6049 + 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
6050 + clock-frequency = <66666666>;
6051 #interrupt-cells = <1>;
6052 #size-cells = <2>;
6053 #address-cells = <3>;
6054 - reg = <e0009000 1000>;
6055 + reg = <0xe0009000 0x1000>;
6056 compatible = "fsl,mpc8540-pci";
6057 device_type = "pci";
6058 };
6059 --- a/arch/powerpc/boot/dts/mpc8560ads.dts
6060 +++ b/arch/powerpc/boot/dts/mpc8560ads.dts
6061 @@ -1,7 +1,7 @@
6062 /*
6063 * MPC8560 ADS Device Tree Source
6064 *
6065 - * Copyright 2006 Freescale Semiconductor Inc.
6066 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
6067 *
6068 * This program is free software; you can redistribute it and/or modify it
6069 * under the terms of the GNU General Public License as published by the
6070 @@ -9,6 +9,7 @@
6071 * option) any later version.
6072 */
6073
6074 +/dts-v1/;
6075
6076 / {
6077 model = "MPC8560ADS";
6078 @@ -32,74 +33,74 @@
6079
6080 PowerPC,8560@0 {
6081 device_type = "cpu";
6082 - reg = <0>;
6083 - d-cache-line-size = <20>; // 32 bytes
6084 - i-cache-line-size = <20>; // 32 bytes
6085 - d-cache-size = <8000>; // L1, 32K
6086 - i-cache-size = <8000>; // L1, 32K
6087 - timebase-frequency = <04ead9a0>;
6088 - bus-frequency = <13ab6680>;
6089 - clock-frequency = <312c8040>;
6090 + reg = <0x0>;
6091 + d-cache-line-size = <32>; // 32 bytes
6092 + i-cache-line-size = <32>; // 32 bytes
6093 + d-cache-size = <0x8000>; // L1, 32K
6094 + i-cache-size = <0x8000>; // L1, 32K
6095 + timebase-frequency = <82500000>;
6096 + bus-frequency = <330000000>;
6097 + clock-frequency = <825000000>;
6098 };
6099 };
6100
6101 memory {
6102 device_type = "memory";
6103 - reg = <00000000 10000000>;
6104 + reg = <0x0 0x10000000>;
6105 };
6106
6107 soc8560@e0000000 {
6108 #address-cells = <1>;
6109 #size-cells = <1>;
6110 device_type = "soc";
6111 - ranges = <0 e0000000 00100000>;
6112 - reg = <e0000000 00000200>;
6113 - bus-frequency = <13ab6680>;
6114 + ranges = <0x0 0xe0000000 0x100000>;
6115 + reg = <0xe0000000 0x200>;
6116 + bus-frequency = <330000000>;
6117
6118 memory-controller@2000 {
6119 compatible = "fsl,8540-memory-controller";
6120 - reg = <2000 1000>;
6121 + reg = <0x2000 0x1000>;
6122 interrupt-parent = <&mpic>;
6123 - interrupts = <12 2>;
6124 + interrupts = <18 2>;
6125 };
6126
6127 l2-cache-controller@20000 {
6128 compatible = "fsl,8540-l2-cache-controller";
6129 - reg = <20000 1000>;
6130 - cache-line-size = <20>; // 32 bytes
6131 - cache-size = <40000>; // L2, 256K
6132 + reg = <0x20000 0x1000>;
6133 + cache-line-size = <32>; // 32 bytes
6134 + cache-size = <0x40000>; // L2, 256K
6135 interrupt-parent = <&mpic>;
6136 - interrupts = <10 2>;
6137 + interrupts = <16 2>;
6138 };
6139
6140 mdio@24520 {
6141 #address-cells = <1>;
6142 #size-cells = <0>;
6143 compatible = "fsl,gianfar-mdio";
6144 - reg = <24520 20>;
6145 + reg = <0x24520 0x20>;
6146
6147 phy0: ethernet-phy@0 {
6148 interrupt-parent = <&mpic>;
6149 interrupts = <5 1>;
6150 - reg = <0>;
6151 + reg = <0x0>;
6152 device_type = "ethernet-phy";
6153 };
6154 phy1: ethernet-phy@1 {
6155 interrupt-parent = <&mpic>;
6156 interrupts = <5 1>;
6157 - reg = <1>;
6158 + reg = <0x1>;
6159 device_type = "ethernet-phy";
6160 };
6161 phy2: ethernet-phy@2 {
6162 interrupt-parent = <&mpic>;
6163 interrupts = <7 1>;
6164 - reg = <2>;
6165 + reg = <0x2>;
6166 device_type = "ethernet-phy";
6167 };
6168 phy3: ethernet-phy@3 {
6169 interrupt-parent = <&mpic>;
6170 interrupts = <7 1>;
6171 - reg = <3>;
6172 + reg = <0x3>;
6173 device_type = "ethernet-phy";
6174 };
6175 };
6176 @@ -109,9 +110,9 @@
6177 device_type = "network";
6178 model = "TSEC";
6179 compatible = "gianfar";
6180 - reg = <24000 1000>;
6181 + reg = <0x24000 0x1000>;
6182 local-mac-address = [ 00 00 00 00 00 00 ];
6183 - interrupts = <1d 2 1e 2 22 2>;
6184 + interrupts = <29 2 30 2 34 2>;
6185 interrupt-parent = <&mpic>;
6186 phy-handle = <&phy0>;
6187 };
6188 @@ -121,9 +122,9 @@
6189 device_type = "network";
6190 model = "TSEC";
6191 compatible = "gianfar";
6192 - reg = <25000 1000>;
6193 + reg = <0x25000 0x1000>;
6194 local-mac-address = [ 00 00 00 00 00 00 ];
6195 - interrupts = <23 2 24 2 28 2>;
6196 + interrupts = <35 2 36 2 40 2>;
6197 interrupt-parent = <&mpic>;
6198 phy-handle = <&phy1>;
6199 };
6200 @@ -132,7 +133,7 @@
6201 interrupt-controller;
6202 #address-cells = <0>;
6203 #interrupt-cells = <2>;
6204 - reg = <40000 40000>;
6205 + reg = <0x40000 0x40000>;
6206 device_type = "open-pic";
6207 };
6208
6209 @@ -140,17 +141,17 @@
6210 #address-cells = <1>;
6211 #size-cells = <1>;
6212 compatible = "fsl,mpc8560-cpm", "fsl,cpm2";
6213 - reg = <919c0 30>;
6214 + reg = <0x919c0 0x30>;
6215 ranges;
6216
6217 muram@80000 {
6218 #address-cells = <1>;
6219 #size-cells = <1>;
6220 - ranges = <0 80000 10000>;
6221 + ranges = <0x0 0x80000 0x10000>;
6222
6223 data@0 {
6224 compatible = "fsl,cpm-muram-data";
6225 - reg = <0 4000 9000 2000>;
6226 + reg = <0x0 0x4000 0x9000 0x2000>;
6227 };
6228 };
6229
6230 @@ -158,17 +159,17 @@
6231 compatible = "fsl,mpc8560-brg",
6232 "fsl,cpm2-brg",
6233 "fsl,cpm-brg";
6234 - reg = <919f0 10 915f0 10>;
6235 - clock-frequency = <d#165000000>;
6236 + reg = <0x919f0 0x10 0x915f0 0x10>;
6237 + clock-frequency = <165000000>;
6238 };
6239
6240 cpmpic: pic@90c00 {
6241 interrupt-controller;
6242 #address-cells = <0>;
6243 #interrupt-cells = <2>;
6244 - interrupts = <2e 2>;
6245 + interrupts = <46 2>;
6246 interrupt-parent = <&mpic>;
6247 - reg = <90c00 80>;
6248 + reg = <0x90c00 0x80>;
6249 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
6250 };
6251
6252 @@ -176,11 +177,11 @@
6253 device_type = "serial";
6254 compatible = "fsl,mpc8560-scc-uart",
6255 "fsl,cpm2-scc-uart";
6256 - reg = <91a00 20 88000 100>;
6257 + reg = <0x91a00 0x20 0x88000 0x100>;
6258 fsl,cpm-brg = <1>;
6259 - fsl,cpm-command = <00800000>;
6260 - current-speed = <1c200>;
6261 - interrupts = <28 8>;
6262 + fsl,cpm-command = <0x800000>;
6263 + current-speed = <115200>;
6264 + interrupts = <40 8>;
6265 interrupt-parent = <&cpmpic>;
6266 };
6267
6268 @@ -188,11 +189,11 @@
6269 device_type = "serial";
6270 compatible = "fsl,mpc8560-scc-uart",
6271 "fsl,cpm2-scc-uart";
6272 - reg = <91a20 20 88100 100>;
6273 + reg = <0x91a20 0x20 0x88100 0x100>;
6274 fsl,cpm-brg = <2>;
6275 - fsl,cpm-command = <04a00000>;
6276 - current-speed = <1c200>;
6277 - interrupts = <29 8>;
6278 + fsl,cpm-command = <0x4a00000>;
6279 + current-speed = <115200>;
6280 + interrupts = <41 8>;
6281 interrupt-parent = <&cpmpic>;
6282 };
6283
6284 @@ -200,10 +201,10 @@
6285 device_type = "network";
6286 compatible = "fsl,mpc8560-fcc-enet",
6287 "fsl,cpm2-fcc-enet";
6288 - reg = <91320 20 88500 100 913b0 1>;
6289 + reg = <0x91320 0x20 0x88500 0x100 0x913b0 0x1>;
6290 local-mac-address = [ 00 00 00 00 00 00 ];
6291 - fsl,cpm-command = <16200300>;
6292 - interrupts = <21 8>;
6293 + fsl,cpm-command = <0x16200300>;
6294 + interrupts = <33 8>;
6295 interrupt-parent = <&cpmpic>;
6296 phy-handle = <&phy2>;
6297 };
6298 @@ -212,10 +213,10 @@
6299 device_type = "network";
6300 compatible = "fsl,mpc8560-fcc-enet",
6301 "fsl,cpm2-fcc-enet";
6302 - reg = <91340 20 88600 100 913d0 1>;
6303 + reg = <0x91340 0x20 0x88600 0x100 0x913d0 0x1>;
6304 local-mac-address = [ 00 00 00 00 00 00 ];
6305 - fsl,cpm-command = <1a400300>;
6306 - interrupts = <22 8>;
6307 + fsl,cpm-command = <0x1a400300>;
6308 + interrupts = <34 8>;
6309 interrupt-parent = <&cpmpic>;
6310 phy-handle = <&phy3>;
6311 };
6312 @@ -229,87 +230,87 @@
6313 #address-cells = <3>;
6314 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
6315 device_type = "pci";
6316 - reg = <e0008000 1000>;
6317 - clock-frequency = <3f940aa>;
6318 - interrupt-map-mask = <f800 0 0 7>;
6319 + reg = <0xe0008000 0x1000>;
6320 + clock-frequency = <66666666>;
6321 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6322 interrupt-map = <
6323
6324 /* IDSEL 0x2 */
6325 - 1000 0 0 1 &mpic 1 1
6326 - 1000 0 0 2 &mpic 2 1
6327 - 1000 0 0 3 &mpic 3 1
6328 - 1000 0 0 4 &mpic 4 1
6329 + 0x1000 0x0 0x0 0x1 &mpic 0x1 0x1
6330 + 0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
6331 + 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
6332 + 0x1000 0x0 0x0 0x4 &mpic 0x4 0x1
6333
6334 /* IDSEL 0x3 */
6335 - 1800 0 0 1 &mpic 4 1
6336 - 1800 0 0 2 &mpic 1 1
6337 - 1800 0 0 3 &mpic 2 1
6338 - 1800 0 0 4 &mpic 3 1
6339 + 0x1800 0x0 0x0 0x1 &mpic 0x4 0x1
6340 + 0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
6341 + 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
6342 + 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
6343
6344 /* IDSEL 0x4 */
6345 - 2000 0 0 1 &mpic 3 1
6346 - 2000 0 0 2 &mpic 4 1
6347 - 2000 0 0 3 &mpic 1 1
6348 - 2000 0 0 4 &mpic 2 1
6349 + 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
6350 + 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
6351 + 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
6352 + 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
6353
6354 /* IDSEL 0x5 */
6355 - 2800 0 0 1 &mpic 2 1
6356 - 2800 0 0 2 &mpic 3 1
6357 - 2800 0 0 3 &mpic 4 1
6358 - 2800 0 0 4 &mpic 1 1
6359 + 0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
6360 + 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
6361 + 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
6362 + 0x2800 0x0 0x0 0x4 &mpic 0x1 0x1
6363
6364 /* IDSEL 12 */
6365 - 6000 0 0 1 &mpic 1 1
6366 - 6000 0 0 2 &mpic 2 1
6367 - 6000 0 0 3 &mpic 3 1
6368 - 6000 0 0 4 &mpic 4 1
6369 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
6370 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
6371 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
6372 + 0x6000 0x0 0x0 0x4 &mpic 0x4 0x1
6373
6374 /* IDSEL 13 */
6375 - 6800 0 0 1 &mpic 4 1
6376 - 6800 0 0 2 &mpic 1 1
6377 - 6800 0 0 3 &mpic 2 1
6378 - 6800 0 0 4 &mpic 3 1
6379 + 0x6800 0x0 0x0 0x1 &mpic 0x4 0x1
6380 + 0x6800 0x0 0x0 0x2 &mpic 0x1 0x1
6381 + 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
6382 + 0x6800 0x0 0x0 0x4 &mpic 0x3 0x1
6383
6384 /* IDSEL 14*/
6385 - 7000 0 0 1 &mpic 3 1
6386 - 7000 0 0 2 &mpic 4 1
6387 - 7000 0 0 3 &mpic 1 1
6388 - 7000 0 0 4 &mpic 2 1
6389 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
6390 + 0x7000 0x0 0x0 0x2 &mpic 0x4 0x1
6391 + 0x7000 0x0 0x0 0x3 &mpic 0x1 0x1
6392 + 0x7000 0x0 0x0 0x4 &mpic 0x2 0x1
6393
6394 /* IDSEL 15 */
6395 - 7800 0 0 1 &mpic 2 1
6396 - 7800 0 0 2 &mpic 3 1
6397 - 7800 0 0 3 &mpic 4 1
6398 - 7800 0 0 4 &mpic 1 1
6399 + 0x7800 0x0 0x0 0x1 &mpic 0x2 0x1
6400 + 0x7800 0x0 0x0 0x2 &mpic 0x3 0x1
6401 + 0x7800 0x0 0x0 0x3 &mpic 0x4 0x1
6402 + 0x7800 0x0 0x0 0x4 &mpic 0x1 0x1
6403
6404 /* IDSEL 18 */
6405 - 9000 0 0 1 &mpic 1 1
6406 - 9000 0 0 2 &mpic 2 1
6407 - 9000 0 0 3 &mpic 3 1
6408 - 9000 0 0 4 &mpic 4 1
6409 + 0x9000 0x0 0x0 0x1 &mpic 0x1 0x1
6410 + 0x9000 0x0 0x0 0x2 &mpic 0x2 0x1
6411 + 0x9000 0x0 0x0 0x3 &mpic 0x3 0x1
6412 + 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
6413
6414 /* IDSEL 19 */
6415 - 9800 0 0 1 &mpic 4 1
6416 - 9800 0 0 2 &mpic 1 1
6417 - 9800 0 0 3 &mpic 2 1
6418 - 9800 0 0 4 &mpic 3 1
6419 + 0x9800 0x0 0x0 0x1 &mpic 0x4 0x1
6420 + 0x9800 0x0 0x0 0x2 &mpic 0x1 0x1
6421 + 0x9800 0x0 0x0 0x3 &mpic 0x2 0x1
6422 + 0x9800 0x0 0x0 0x4 &mpic 0x3 0x1
6423
6424 /* IDSEL 20 */
6425 - a000 0 0 1 &mpic 3 1
6426 - a000 0 0 2 &mpic 4 1
6427 - a000 0 0 3 &mpic 1 1
6428 - a000 0 0 4 &mpic 2 1
6429 + 0xa000 0x0 0x0 0x1 &mpic 0x3 0x1
6430 + 0xa000 0x0 0x0 0x2 &mpic 0x4 0x1
6431 + 0xa000 0x0 0x0 0x3 &mpic 0x1 0x1
6432 + 0xa000 0x0 0x0 0x4 &mpic 0x2 0x1
6433
6434 /* IDSEL 21 */
6435 - a800 0 0 1 &mpic 2 1
6436 - a800 0 0 2 &mpic 3 1
6437 - a800 0 0 3 &mpic 4 1
6438 - a800 0 0 4 &mpic 1 1>;
6439 + 0xa800 0x0 0x0 0x1 &mpic 0x2 0x1
6440 + 0xa800 0x0 0x0 0x2 &mpic 0x3 0x1
6441 + 0xa800 0x0 0x0 0x3 &mpic 0x4 0x1
6442 + 0xa800 0x0 0x0 0x4 &mpic 0x1 0x1>;
6443
6444 interrupt-parent = <&mpic>;
6445 - interrupts = <18 2>;
6446 + interrupts = <24 2>;
6447 bus-range = <0 0>;
6448 - ranges = <02000000 0 80000000 80000000 0 20000000
6449 - 01000000 0 00000000 e2000000 0 01000000>;
6450 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6451 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x1000000>;
6452 };
6453 };
6454 --- a/arch/powerpc/boot/dts/mpc8568mds.dts
6455 +++ b/arch/powerpc/boot/dts/mpc8568mds.dts
6456 @@ -1,7 +1,7 @@
6457 /*
6458 * MPC8568E MDS Device Tree Source
6459 *
6460 - * Copyright 2007 Freescale Semiconductor Inc.
6461 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
6462 *
6463 * This program is free software; you can redistribute it and/or modify it
6464 * under the terms of the GNU General Public License as published by the
6465 @@ -9,10 +9,7 @@
6466 * option) any later version.
6467 */
6468
6469 -
6470 -/*
6471 -/memreserve/ 00000000 1000000;
6472 -*/
6473 +/dts-v1/;
6474
6475 / {
6476 model = "MPC8568EMDS";
6477 @@ -37,11 +34,11 @@
6478
6479 PowerPC,8568@0 {
6480 device_type = "cpu";
6481 - reg = <0>;
6482 - d-cache-line-size = <20>; // 32 bytes
6483 - i-cache-line-size = <20>; // 32 bytes
6484 - d-cache-size = <8000>; // L1, 32K
6485 - i-cache-size = <8000>; // L1, 32K
6486 + reg = <0x0>;
6487 + d-cache-line-size = <32>; // 32 bytes
6488 + i-cache-line-size = <32>; // 32 bytes
6489 + d-cache-size = <0x8000>; // L1, 32K
6490 + i-cache-size = <0x8000>; // L1, 32K
6491 timebase-frequency = <0>;
6492 bus-frequency = <0>;
6493 clock-frequency = <0>;
6494 @@ -50,36 +47,36 @@
6495
6496 memory {
6497 device_type = "memory";
6498 - reg = <00000000 10000000>;
6499 + reg = <0x0 0x10000000>;
6500 };
6501
6502 bcsr@f8000000 {
6503 device_type = "board-control";
6504 - reg = <f8000000 8000>;
6505 + reg = <0xf8000000 0x8000>;
6506 };
6507
6508 soc8568@e0000000 {
6509 #address-cells = <1>;
6510 #size-cells = <1>;
6511 device_type = "soc";
6512 - ranges = <0 e0000000 00100000>;
6513 - reg = <e0000000 00001000>;
6514 + ranges = <0x0 0xe0000000 0x100000>;
6515 + reg = <0xe0000000 0x1000>;
6516 bus-frequency = <0>;
6517
6518 memory-controller@2000 {
6519 compatible = "fsl,8568-memory-controller";
6520 - reg = <2000 1000>;
6521 + reg = <0x2000 0x1000>;
6522 interrupt-parent = <&mpic>;
6523 - interrupts = <12 2>;
6524 + interrupts = <18 2>;
6525 };
6526
6527 l2-cache-controller@20000 {
6528 compatible = "fsl,8568-l2-cache-controller";
6529 - reg = <20000 1000>;
6530 - cache-line-size = <20>; // 32 bytes
6531 - cache-size = <80000>; // L2, 512K
6532 + reg = <0x20000 0x1000>;
6533 + cache-line-size = <32>; // 32 bytes
6534 + cache-size = <0x80000>; // L2, 512K
6535 interrupt-parent = <&mpic>;
6536 - interrupts = <10 2>;
6537 + interrupts = <16 2>;
6538 };
6539
6540 i2c@3000 {
6541 @@ -87,14 +84,14 @@
6542 #size-cells = <0>;
6543 cell-index = <0>;
6544 compatible = "fsl-i2c";
6545 - reg = <3000 100>;
6546 - interrupts = <2b 2>;
6547 + reg = <0x3000 0x100>;
6548 + interrupts = <43 2>;
6549 interrupt-parent = <&mpic>;
6550 dfsrr;
6551
6552 rtc@68 {
6553 compatible = "dallas,ds1374";
6554 - reg = <68>;
6555 + reg = <0x68>;
6556 };
6557 };
6558
6559 @@ -103,8 +100,8 @@
6560 #size-cells = <0>;
6561 cell-index = <1>;
6562 compatible = "fsl-i2c";
6563 - reg = <3100 100>;
6564 - interrupts = <2b 2>;
6565 + reg = <0x3100 0x100>;
6566 + interrupts = <43 2>;
6567 interrupt-parent = <&mpic>;
6568 dfsrr;
6569 };
6570 @@ -113,30 +110,30 @@
6571 #address-cells = <1>;
6572 #size-cells = <0>;
6573 compatible = "fsl,gianfar-mdio";
6574 - reg = <24520 20>;
6575 + reg = <0x24520 0x20>;
6576
6577 phy0: ethernet-phy@7 {
6578 interrupt-parent = <&mpic>;
6579 interrupts = <1 1>;
6580 - reg = <7>;
6581 + reg = <0x7>;
6582 device_type = "ethernet-phy";
6583 };
6584 phy1: ethernet-phy@1 {
6585 interrupt-parent = <&mpic>;
6586 interrupts = <2 1>;
6587 - reg = <1>;
6588 + reg = <0x1>;
6589 device_type = "ethernet-phy";
6590 };
6591 phy2: ethernet-phy@2 {
6592 interrupt-parent = <&mpic>;
6593 interrupts = <1 1>;
6594 - reg = <2>;
6595 + reg = <0x2>;
6596 device_type = "ethernet-phy";
6597 };
6598 phy3: ethernet-phy@3 {
6599 interrupt-parent = <&mpic>;
6600 interrupts = <2 1>;
6601 - reg = <3>;
6602 + reg = <0x3>;
6603 device_type = "ethernet-phy";
6604 };
6605 };
6606 @@ -146,9 +143,9 @@
6607 device_type = "network";
6608 model = "eTSEC";
6609 compatible = "gianfar";
6610 - reg = <24000 1000>;
6611 + reg = <0x24000 0x1000>;
6612 local-mac-address = [ 00 00 00 00 00 00 ];
6613 - interrupts = <1d 2 1e 2 22 2>;
6614 + interrupts = <29 2 30 2 34 2>;
6615 interrupt-parent = <&mpic>;
6616 phy-handle = <&phy2>;
6617 };
6618 @@ -158,9 +155,9 @@
6619 device_type = "network";
6620 model = "eTSEC";
6621 compatible = "gianfar";
6622 - reg = <25000 1000>;
6623 + reg = <0x25000 0x1000>;
6624 local-mac-address = [ 00 00 00 00 00 00 ];
6625 - interrupts = <23 2 24 2 28 2>;
6626 + interrupts = <35 2 36 2 40 2>;
6627 interrupt-parent = <&mpic>;
6628 phy-handle = <&phy3>;
6629 };
6630 @@ -169,15 +166,15 @@
6631 cell-index = <0>;
6632 device_type = "serial";
6633 compatible = "ns16550";
6634 - reg = <4500 100>;
6635 + reg = <0x4500 0x100>;
6636 clock-frequency = <0>;
6637 - interrupts = <2a 2>;
6638 + interrupts = <42 2>;
6639 interrupt-parent = <&mpic>;
6640 };
6641
6642 global-utilities@e0000 { //global utilities block
6643 compatible = "fsl,mpc8548-guts";
6644 - reg = <e0000 1000>;
6645 + reg = <0xe0000 0x1000>;
6646 fsl,has-rstcr;
6647 };
6648
6649 @@ -185,9 +182,9 @@
6650 cell-index = <1>;
6651 device_type = "serial";
6652 compatible = "ns16550";
6653 - reg = <4600 100>;
6654 + reg = <0x4600 0x100>;
6655 clock-frequency = <0>;
6656 - interrupts = <2a 2>;
6657 + interrupts = <42 2>;
6658 interrupt-parent = <&mpic>;
6659 };
6660
6661 @@ -195,13 +192,13 @@
6662 device_type = "crypto";
6663 model = "SEC2";
6664 compatible = "talitos";
6665 - reg = <30000 f000>;
6666 - interrupts = <2d 2>;
6667 + reg = <0x30000 0xf000>;
6668 + interrupts = <45 2>;
6669 interrupt-parent = <&mpic>;
6670 num-channels = <4>;
6671 - channel-fifo-len = <18>;
6672 - exec-units-mask = <000000fe>;
6673 - descriptor-types-mask = <012b0ebf>;
6674 + channel-fifo-len = <24>;
6675 + exec-units-mask = <0xfe>;
6676 + descriptor-types-mask = <0x12b0ebf>;
6677 };
6678
6679 mpic: pic@40000 {
6680 @@ -209,73 +206,73 @@
6681 interrupt-controller;
6682 #address-cells = <0>;
6683 #interrupt-cells = <2>;
6684 - reg = <40000 40000>;
6685 + reg = <0x40000 0x40000>;
6686 compatible = "chrp,open-pic";
6687 device_type = "open-pic";
6688 big-endian;
6689 };
6690
6691 par_io@e0100 {
6692 - reg = <e0100 100>;
6693 + reg = <0xe0100 0x100>;
6694 device_type = "par_io";
6695 num-ports = <7>;
6696
6697 pio1: ucc_pin@01 {
6698 pio-map = <
6699 /* port pin dir open_drain assignment has_irq */
6700 - 4 0a 1 0 2 0 /* TxD0 */
6701 - 4 09 1 0 2 0 /* TxD1 */
6702 - 4 08 1 0 2 0 /* TxD2 */
6703 - 4 07 1 0 2 0 /* TxD3 */
6704 - 4 17 1 0 2 0 /* TxD4 */
6705 - 4 16 1 0 2 0 /* TxD5 */
6706 - 4 15 1 0 2 0 /* TxD6 */
6707 - 4 14 1 0 2 0 /* TxD7 */
6708 - 4 0f 2 0 2 0 /* RxD0 */
6709 - 4 0e 2 0 2 0 /* RxD1 */
6710 - 4 0d 2 0 2 0 /* RxD2 */
6711 - 4 0c 2 0 2 0 /* RxD3 */
6712 - 4 1d 2 0 2 0 /* RxD4 */
6713 - 4 1c 2 0 2 0 /* RxD5 */
6714 - 4 1b 2 0 2 0 /* RxD6 */
6715 - 4 1a 2 0 2 0 /* RxD7 */
6716 - 4 0b 1 0 2 0 /* TX_EN */
6717 - 4 18 1 0 2 0 /* TX_ER */
6718 - 4 10 2 0 2 0 /* RX_DV */
6719 - 4 1e 2 0 2 0 /* RX_ER */
6720 - 4 11 2 0 2 0 /* RX_CLK */
6721 - 4 13 1 0 2 0 /* GTX_CLK */
6722 - 1 1f 2 0 3 0>; /* GTX125 */
6723 + 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
6724 + 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
6725 + 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
6726 + 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
6727 + 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
6728 + 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
6729 + 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
6730 + 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
6731 + 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
6732 + 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
6733 + 0x4 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
6734 + 0x4 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
6735 + 0x4 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
6736 + 0x4 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
6737 + 0x4 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
6738 + 0x4 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
6739 + 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
6740 + 0x4 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
6741 + 0x4 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
6742 + 0x4 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
6743 + 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
6744 + 0x4 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
6745 + 0x1 0x1f 0x2 0x0 0x3 0x0>; /* GTX125 */
6746 };
6747
6748 pio2: ucc_pin@02 {
6749 pio-map = <
6750 /* port pin dir open_drain assignment has_irq */
6751 - 5 0a 1 0 2 0 /* TxD0 */
6752 - 5 09 1 0 2 0 /* TxD1 */
6753 - 5 08 1 0 2 0 /* TxD2 */
6754 - 5 07 1 0 2 0 /* TxD3 */
6755 - 5 17 1 0 2 0 /* TxD4 */
6756 - 5 16 1 0 2 0 /* TxD5 */
6757 - 5 15 1 0 2 0 /* TxD6 */
6758 - 5 14 1 0 2 0 /* TxD7 */
6759 - 5 0f 2 0 2 0 /* RxD0 */
6760 - 5 0e 2 0 2 0 /* RxD1 */
6761 - 5 0d 2 0 2 0 /* RxD2 */
6762 - 5 0c 2 0 2 0 /* RxD3 */
6763 - 5 1d 2 0 2 0 /* RxD4 */
6764 - 5 1c 2 0 2 0 /* RxD5 */
6765 - 5 1b 2 0 2 0 /* RxD6 */
6766 - 5 1a 2 0 2 0 /* RxD7 */
6767 - 5 0b 1 0 2 0 /* TX_EN */
6768 - 5 18 1 0 2 0 /* TX_ER */
6769 - 5 10 2 0 2 0 /* RX_DV */
6770 - 5 1e 2 0 2 0 /* RX_ER */
6771 - 5 11 2 0 2 0 /* RX_CLK */
6772 - 5 13 1 0 2 0 /* GTX_CLK */
6773 - 1 1f 2 0 3 0 /* GTX125 */
6774 - 4 06 3 0 2 0 /* MDIO */
6775 - 4 05 1 0 2 0>; /* MDC */
6776 + 0x5 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
6777 + 0x5 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
6778 + 0x5 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
6779 + 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
6780 + 0x5 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
6781 + 0x5 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
6782 + 0x5 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
6783 + 0x5 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
6784 + 0x5 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
6785 + 0x5 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
6786 + 0x5 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
6787 + 0x5 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
6788 + 0x5 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
6789 + 0x5 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
6790 + 0x5 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
6791 + 0x5 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
6792 + 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
6793 + 0x5 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
6794 + 0x5 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
6795 + 0x5 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
6796 + 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
6797 + 0x5 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
6798 + 0x1 0x1f 0x2 0x0 0x3 0x0 /* GTX125 */
6799 + 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */
6800 + 0x4 0x5 0x1 0x0 0x2 0x0>; /* MDC */
6801 };
6802 };
6803 };
6804 @@ -285,28 +282,28 @@
6805 #size-cells = <1>;
6806 device_type = "qe";
6807 compatible = "fsl,qe";
6808 - ranges = <0 e0080000 00040000>;
6809 - reg = <e0080000 480>;
6810 + ranges = <0x0 0xe0080000 0x40000>;
6811 + reg = <0xe0080000 0x480>;
6812 brg-frequency = <0>;
6813 - bus-frequency = <179A7B00>;
6814 + bus-frequency = <396000000>;
6815
6816 muram@10000 {
6817 #address-cells = <1>;
6818 #size-cells = <1>;
6819 compatible = "fsl,qe-muram", "fsl,cpm-muram";
6820 - ranges = <0 00010000 0000c000>;
6821 + ranges = <0x0 0x10000 0x10000>;
6822
6823 data-only@0 {
6824 compatible = "fsl,qe-muram-data",
6825 "fsl,cpm-muram-data";
6826 - reg = <0 c000>;
6827 + reg = <0x0 0x10000>;
6828 };
6829 };
6830
6831 spi@4c0 {
6832 cell-index = <0>;
6833 compatible = "fsl,spi";
6834 - reg = <4c0 40>;
6835 + reg = <0x4c0 0x40>;
6836 interrupts = <2>;
6837 interrupt-parent = <&qeic>;
6838 mode = "cpu";
6839 @@ -315,7 +312,7 @@
6840 spi@500 {
6841 cell-index = <1>;
6842 compatible = "fsl,spi";
6843 - reg = <500 40>;
6844 + reg = <0x500 0x40>;
6845 interrupts = <1>;
6846 interrupt-parent = <&qeic>;
6847 mode = "cpu";
6848 @@ -324,11 +321,9 @@
6849 enet2: ucc@2000 {
6850 device_type = "network";
6851 compatible = "ucc_geth";
6852 - model = "UCC";
6853 cell-index = <1>;
6854 - device-id = <1>;
6855 - reg = <2000 200>;
6856 - interrupts = <20>;
6857 + reg = <0x2000 0x200>;
6858 + interrupts = <32>;
6859 interrupt-parent = <&qeic>;
6860 local-mac-address = [ 00 00 00 00 00 00 ];
6861 rx-clock-name = "none";
6862 @@ -341,11 +336,9 @@
6863 enet3: ucc@3000 {
6864 device_type = "network";
6865 compatible = "ucc_geth";
6866 - model = "UCC";
6867 cell-index = <2>;
6868 - device-id = <2>;
6869 - reg = <3000 200>;
6870 - interrupts = <21>;
6871 + reg = <0x3000 0x200>;
6872 + interrupts = <33>;
6873 interrupt-parent = <&qeic>;
6874 local-mac-address = [ 00 00 00 00 00 00 ];
6875 rx-clock-name = "none";
6876 @@ -358,7 +351,7 @@
6877 mdio@2120 {
6878 #address-cells = <1>;
6879 #size-cells = <0>;
6880 - reg = <2120 18>;
6881 + reg = <0x2120 0x18>;
6882 compatible = "fsl,ucc-mdio";
6883
6884 /* These are the same PHYs as on
6885 @@ -366,25 +359,25 @@
6886 qe_phy0: ethernet-phy@07 {
6887 interrupt-parent = <&mpic>;
6888 interrupts = <1 1>;
6889 - reg = <7>;
6890 + reg = <0x7>;
6891 device_type = "ethernet-phy";
6892 };
6893 qe_phy1: ethernet-phy@01 {
6894 interrupt-parent = <&mpic>;
6895 interrupts = <2 1>;
6896 - reg = <1>;
6897 + reg = <0x1>;
6898 device_type = "ethernet-phy";
6899 };
6900 qe_phy2: ethernet-phy@02 {
6901 interrupt-parent = <&mpic>;
6902 interrupts = <1 1>;
6903 - reg = <2>;
6904 + reg = <0x2>;
6905 device_type = "ethernet-phy";
6906 };
6907 qe_phy3: ethernet-phy@03 {
6908 interrupt-parent = <&mpic>;
6909 interrupts = <2 1>;
6910 - reg = <3>;
6911 + reg = <0x3>;
6912 device_type = "ethernet-phy";
6913 };
6914 };
6915 @@ -394,9 +387,9 @@
6916 compatible = "fsl,qe-ic";
6917 #address-cells = <0>;
6918 #interrupt-cells = <1>;
6919 - reg = <80 80>;
6920 + reg = <0x80 0x80>;
6921 big-endian;
6922 - interrupts = <2e 2 2e 2>; //high:30 low:30
6923 + interrupts = <46 2 46 2>; //high:30 low:30
6924 interrupt-parent = <&mpic>;
6925 };
6926
6927 @@ -404,30 +397,30 @@
6928
6929 pci0: pci@e0008000 {
6930 cell-index = <0>;
6931 - interrupt-map-mask = <f800 0 0 7>;
6932 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6933 interrupt-map = <
6934 /* IDSEL 0x12 AD18 */
6935 - 9000 0 0 1 &mpic 5 1
6936 - 9000 0 0 2 &mpic 6 1
6937 - 9000 0 0 3 &mpic 7 1
6938 - 9000 0 0 4 &mpic 4 1
6939 + 0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
6940 + 0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
6941 + 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
6942 + 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
6943
6944 /* IDSEL 0x13 AD19 */
6945 - 9800 0 0 1 &mpic 6 1
6946 - 9800 0 0 2 &mpic 7 1
6947 - 9800 0 0 3 &mpic 4 1
6948 - 9800 0 0 4 &mpic 5 1>;
6949 + 0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
6950 + 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
6951 + 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
6952 + 0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
6953
6954 interrupt-parent = <&mpic>;
6955 - interrupts = <18 2>;
6956 - bus-range = <0 ff>;
6957 - ranges = <02000000 0 80000000 80000000 0 20000000
6958 - 01000000 0 00000000 e2000000 0 00800000>;
6959 - clock-frequency = <3f940aa>;
6960 + interrupts = <24 2>;
6961 + bus-range = <0 255>;
6962 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6963 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
6964 + clock-frequency = <66666666>;
6965 #interrupt-cells = <1>;
6966 #size-cells = <2>;
6967 #address-cells = <3>;
6968 - reg = <e0008000 1000>;
6969 + reg = <0xe0008000 0x1000>;
6970 compatible = "fsl,mpc8540-pci";
6971 device_type = "pci";
6972 };
6973 @@ -435,39 +428,39 @@
6974 /* PCI Express */
6975 pci1: pcie@e000a000 {
6976 cell-index = <2>;
6977 - interrupt-map-mask = <f800 0 0 7>;
6978 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6979 interrupt-map = <
6980
6981 /* IDSEL 0x0 (PEX) */
6982 - 00000 0 0 1 &mpic 0 1
6983 - 00000 0 0 2 &mpic 1 1
6984 - 00000 0 0 3 &mpic 2 1
6985 - 00000 0 0 4 &mpic 3 1>;
6986 + 00000 0x0 0x0 0x1 &mpic 0x0 0x1
6987 + 00000 0x0 0x0 0x2 &mpic 0x1 0x1
6988 + 00000 0x0 0x0 0x3 &mpic 0x2 0x1
6989 + 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
6990
6991 interrupt-parent = <&mpic>;
6992 - interrupts = <1a 2>;
6993 - bus-range = <0 ff>;
6994 - ranges = <02000000 0 a0000000 a0000000 0 10000000
6995 - 01000000 0 00000000 e2800000 0 00800000>;
6996 - clock-frequency = <1fca055>;
6997 + interrupts = <26 2>;
6998 + bus-range = <0 255>;
6999 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
7000 + 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
7001 + clock-frequency = <33333333>;
7002 #interrupt-cells = <1>;
7003 #size-cells = <2>;
7004 #address-cells = <3>;
7005 - reg = <e000a000 1000>;
7006 + reg = <0xe000a000 0x1000>;
7007 compatible = "fsl,mpc8548-pcie";
7008 device_type = "pci";
7009 pcie@0 {
7010 - reg = <0 0 0 0 0>;
7011 + reg = <0x0 0x0 0x0 0x0 0x0>;
7012 #size-cells = <2>;
7013 #address-cells = <3>;
7014 device_type = "pci";
7015 - ranges = <02000000 0 a0000000
7016 - 02000000 0 a0000000
7017 - 0 10000000
7018 -
7019 - 01000000 0 00000000
7020 - 01000000 0 00000000
7021 - 0 00800000>;
7022 + ranges = <0x2000000 0x0 0xa0000000
7023 + 0x2000000 0x0 0xa0000000
7024 + 0x0 0x10000000
7025 +
7026 + 0x1000000 0x0 0x0
7027 + 0x1000000 0x0 0x0
7028 + 0x0 0x800000>;
7029 };
7030 };
7031 };
7032 --- a/arch/powerpc/boot/dts/mpc8572ds.dts
7033 +++ b/arch/powerpc/boot/dts/mpc8572ds.dts
7034 @@ -1,7 +1,7 @@
7035 /*
7036 * MPC8572 DS Device Tree Source
7037 *
7038 - * Copyright 2007 Freescale Semiconductor Inc.
7039 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
7040 *
7041 * This program is free software; you can redistribute it and/or modify it
7042 * under the terms of the GNU General Public License as published by the
7043 @@ -9,6 +9,7 @@
7044 * option) any later version.
7045 */
7046
7047 +/dts-v1/;
7048 / {
7049 model = "fsl,MPC8572DS";
7050 compatible = "fsl,MPC8572DS";
7051 @@ -33,11 +34,11 @@
7052
7053 PowerPC,8572@0 {
7054 device_type = "cpu";
7055 - reg = <0>;
7056 - d-cache-line-size = <20>; // 32 bytes
7057 - i-cache-line-size = <20>; // 32 bytes
7058 - d-cache-size = <8000>; // L1, 32K
7059 - i-cache-size = <8000>; // L1, 32K
7060 + reg = <0x0>;
7061 + d-cache-line-size = <32>; // 32 bytes
7062 + i-cache-line-size = <32>; // 32 bytes
7063 + d-cache-size = <0x8000>; // L1, 32K
7064 + i-cache-size = <0x8000>; // L1, 32K
7065 timebase-frequency = <0>;
7066 bus-frequency = <0>;
7067 clock-frequency = <0>;
7068 @@ -45,11 +46,11 @@
7069
7070 PowerPC,8572@1 {
7071 device_type = "cpu";
7072 - reg = <1>;
7073 - d-cache-line-size = <20>; // 32 bytes
7074 - i-cache-line-size = <20>; // 32 bytes
7075 - d-cache-size = <8000>; // L1, 32K
7076 - i-cache-size = <8000>; // L1, 32K
7077 + reg = <0x1>;
7078 + d-cache-line-size = <32>; // 32 bytes
7079 + i-cache-line-size = <32>; // 32 bytes
7080 + d-cache-size = <0x8000>; // L1, 32K
7081 + i-cache-size = <0x8000>; // L1, 32K
7082 timebase-frequency = <0>;
7083 bus-frequency = <0>;
7084 clock-frequency = <0>;
7085 @@ -58,38 +59,38 @@
7086
7087 memory {
7088 device_type = "memory";
7089 - reg = <00000000 00000000>; // Filled by U-Boot
7090 + reg = <0x0 0x0>; // Filled by U-Boot
7091 };
7092
7093 soc8572@ffe00000 {
7094 #address-cells = <1>;
7095 #size-cells = <1>;
7096 device_type = "soc";
7097 - ranges = <00000000 ffe00000 00100000>;
7098 - reg = <ffe00000 00001000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed
7099 + ranges = <0x0 0xffe00000 0x100000>;
7100 + reg = <0xffe00000 0x1000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed
7101 bus-frequency = <0>; // Filled out by uboot.
7102
7103 memory-controller@2000 {
7104 compatible = "fsl,mpc8572-memory-controller";
7105 - reg = <2000 1000>;
7106 + reg = <0x2000 0x1000>;
7107 interrupt-parent = <&mpic>;
7108 - interrupts = <12 2>;
7109 + interrupts = <18 2>;
7110 };
7111
7112 memory-controller@6000 {
7113 compatible = "fsl,mpc8572-memory-controller";
7114 - reg = <6000 1000>;
7115 + reg = <0x6000 0x1000>;
7116 interrupt-parent = <&mpic>;
7117 - interrupts = <12 2>;
7118 + interrupts = <18 2>;
7119 };
7120
7121 l2-cache-controller@20000 {
7122 compatible = "fsl,mpc8572-l2-cache-controller";
7123 - reg = <20000 1000>;
7124 - cache-line-size = <20>; // 32 bytes
7125 - cache-size = <80000>; // L2, 512K
7126 + reg = <0x20000 0x1000>;
7127 + cache-line-size = <32>; // 32 bytes
7128 + cache-size = <0x80000>; // L2, 512K
7129 interrupt-parent = <&mpic>;
7130 - interrupts = <10 2>;
7131 + interrupts = <16 2>;
7132 };
7133
7134 i2c@3000 {
7135 @@ -97,8 +98,8 @@
7136 #size-cells = <0>;
7137 cell-index = <0>;
7138 compatible = "fsl-i2c";
7139 - reg = <3000 100>;
7140 - interrupts = <2b 2>;
7141 + reg = <0x3000 0x100>;
7142 + interrupts = <43 2>;
7143 interrupt-parent = <&mpic>;
7144 dfsrr;
7145 };
7146 @@ -108,8 +109,8 @@
7147 #size-cells = <0>;
7148 cell-index = <1>;
7149 compatible = "fsl-i2c";
7150 - reg = <3100 100>;
7151 - interrupts = <2b 2>;
7152 + reg = <0x3100 0x100>;
7153 + interrupts = <43 2>;
7154 interrupt-parent = <&mpic>;
7155 dfsrr;
7156 };
7157 @@ -118,27 +119,27 @@
7158 #address-cells = <1>;
7159 #size-cells = <0>;
7160 compatible = "fsl,gianfar-mdio";
7161 - reg = <24520 20>;
7162 + reg = <0x24520 0x20>;
7163
7164 phy0: ethernet-phy@0 {
7165 interrupt-parent = <&mpic>;
7166 - interrupts = <a 1>;
7167 - reg = <0>;
7168 + interrupts = <10 1>;
7169 + reg = <0x0>;
7170 };
7171 phy1: ethernet-phy@1 {
7172 interrupt-parent = <&mpic>;
7173 - interrupts = <a 1>;
7174 - reg = <1>;
7175 + interrupts = <10 1>;
7176 + reg = <0x1>;
7177 };
7178 phy2: ethernet-phy@2 {
7179 interrupt-parent = <&mpic>;
7180 - interrupts = <a 1>;
7181 - reg = <2>;
7182 + interrupts = <10 1>;
7183 + reg = <0x2>;
7184 };
7185 phy3: ethernet-phy@3 {
7186 interrupt-parent = <&mpic>;
7187 - interrupts = <a 1>;
7188 - reg = <3>;
7189 + interrupts = <10 1>;
7190 + reg = <0x3>;
7191 };
7192 };
7193
7194 @@ -147,9 +148,9 @@
7195 device_type = "network";
7196 model = "eTSEC";
7197 compatible = "gianfar";
7198 - reg = <24000 1000>;
7199 + reg = <0x24000 0x1000>;
7200 local-mac-address = [ 00 00 00 00 00 00 ];
7201 - interrupts = <1d 2 1e 2 22 2>;
7202 + interrupts = <29 2 30 2 34 2>;
7203 interrupt-parent = <&mpic>;
7204 phy-handle = <&phy0>;
7205 phy-connection-type = "rgmii-id";
7206 @@ -160,9 +161,9 @@
7207 device_type = "network";
7208 model = "eTSEC";
7209 compatible = "gianfar";
7210 - reg = <25000 1000>;
7211 + reg = <0x25000 0x1000>;
7212 local-mac-address = [ 00 00 00 00 00 00 ];
7213 - interrupts = <23 2 24 2 28 2>;
7214 + interrupts = <35 2 36 2 40 2>;
7215 interrupt-parent = <&mpic>;
7216 phy-handle = <&phy1>;
7217 phy-connection-type = "rgmii-id";
7218 @@ -173,9 +174,9 @@
7219 device_type = "network";
7220 model = "eTSEC";
7221 compatible = "gianfar";
7222 - reg = <26000 1000>;
7223 + reg = <0x26000 0x1000>;
7224 local-mac-address = [ 00 00 00 00 00 00 ];
7225 - interrupts = <1f 2 20 2 21 2>;
7226 + interrupts = <31 2 32 2 33 2>;
7227 interrupt-parent = <&mpic>;
7228 phy-handle = <&phy2>;
7229 phy-connection-type = "rgmii-id";
7230 @@ -186,9 +187,9 @@
7231 device_type = "network";
7232 model = "eTSEC";
7233 compatible = "gianfar";
7234 - reg = <27000 1000>;
7235 + reg = <0x27000 0x1000>;
7236 local-mac-address = [ 00 00 00 00 00 00 ];
7237 - interrupts = <25 2 26 2 27 2>;
7238 + interrupts = <37 2 38 2 39 2>;
7239 interrupt-parent = <&mpic>;
7240 phy-handle = <&phy3>;
7241 phy-connection-type = "rgmii-id";
7242 @@ -198,9 +199,9 @@
7243 cell-index = <0>;
7244 device_type = "serial";
7245 compatible = "ns16550";
7246 - reg = <4500 100>;
7247 + reg = <0x4500 0x100>;
7248 clock-frequency = <0>;
7249 - interrupts = <2a 2>;
7250 + interrupts = <42 2>;
7251 interrupt-parent = <&mpic>;
7252 };
7253
7254 @@ -208,15 +209,15 @@
7255 cell-index = <1>;
7256 device_type = "serial";
7257 compatible = "ns16550";
7258 - reg = <4600 100>;
7259 + reg = <0x4600 0x100>;
7260 clock-frequency = <0>;
7261 - interrupts = <2a 2>;
7262 + interrupts = <42 2>;
7263 interrupt-parent = <&mpic>;
7264 };
7265
7266 global-utilities@e0000 { //global utilities block
7267 compatible = "fsl,mpc8572-guts";
7268 - reg = <e0000 1000>;
7269 + reg = <0xe0000 0x1000>;
7270 fsl,has-rstcr;
7271 };
7272
7273 @@ -225,7 +226,7 @@
7274 interrupt-controller;
7275 #address-cells = <0>;
7276 #interrupt-cells = <2>;
7277 - reg = <40000 40000>;
7278 + reg = <0x40000 0x40000>;
7279 compatible = "chrp,open-pic";
7280 device_type = "open-pic";
7281 big-endian;
7282 @@ -239,167 +240,167 @@
7283 #interrupt-cells = <1>;
7284 #size-cells = <2>;
7285 #address-cells = <3>;
7286 - reg = <ffe08000 1000>;
7287 - bus-range = <0 ff>;
7288 - ranges = <02000000 0 80000000 80000000 0 20000000
7289 - 01000000 0 00000000 ffc00000 0 00010000>;
7290 - clock-frequency = <1fca055>;
7291 + reg = <0xffe08000 0x1000>;
7292 + bus-range = <0 255>;
7293 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
7294 + 0x1000000 0x0 0x0 0xffc00000 0x0 0x10000>;
7295 + clock-frequency = <33333333>;
7296 interrupt-parent = <&mpic>;
7297 - interrupts = <18 2>;
7298 - interrupt-map-mask = <ff00 0 0 7>;
7299 + interrupts = <24 2>;
7300 + interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
7301 interrupt-map = <
7302 /* IDSEL 0x11 func 0 - PCI slot 1 */
7303 - 8800 0 0 1 &mpic 2 1
7304 - 8800 0 0 2 &mpic 3 1
7305 - 8800 0 0 3 &mpic 4 1
7306 - 8800 0 0 4 &mpic 1 1
7307 + 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
7308 + 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
7309 + 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
7310 + 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
7311
7312 /* IDSEL 0x11 func 1 - PCI slot 1 */
7313 - 8900 0 0 1 &mpic 2 1
7314 - 8900 0 0 2 &mpic 3 1
7315 - 8900 0 0 3 &mpic 4 1
7316 - 8900 0 0 4 &mpic 1 1
7317 + 0x8900 0x0 0x0 0x1 &mpic 0x2 0x1
7318 + 0x8900 0x0 0x0 0x2 &mpic 0x3 0x1
7319 + 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1
7320 + 0x8900 0x0 0x0 0x4 &mpic 0x1 0x1
7321
7322 /* IDSEL 0x11 func 2 - PCI slot 1 */
7323 - 8a00 0 0 1 &mpic 2 1
7324 - 8a00 0 0 2 &mpic 3 1
7325 - 8a00 0 0 3 &mpic 4 1
7326 - 8a00 0 0 4 &mpic 1 1
7327 + 0x8a00 0x0 0x0 0x1 &mpic 0x2 0x1
7328 + 0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1
7329 + 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1
7330 + 0x8a00 0x0 0x0 0x4 &mpic 0x1 0x1
7331
7332 /* IDSEL 0x11 func 3 - PCI slot 1 */
7333 - 8b00 0 0 1 &mpic 2 1
7334 - 8b00 0 0 2 &mpic 3 1
7335 - 8b00 0 0 3 &mpic 4 1
7336 - 8b00 0 0 4 &mpic 1 1
7337 + 0x8b00 0x0 0x0 0x1 &mpic 0x2 0x1
7338 + 0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1
7339 + 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1
7340 + 0x8b00 0x0 0x0 0x4 &mpic 0x1 0x1
7341
7342 /* IDSEL 0x11 func 4 - PCI slot 1 */
7343 - 8c00 0 0 1 &mpic 2 1
7344 - 8c00 0 0 2 &mpic 3 1
7345 - 8c00 0 0 3 &mpic 4 1
7346 - 8c00 0 0 4 &mpic 1 1
7347 + 0x8c00 0x0 0x0 0x1 &mpic 0x2 0x1
7348 + 0x8c00 0x0 0x0 0x2 &mpic 0x3 0x1
7349 + 0x8c00 0x0 0x0 0x3 &mpic 0x4 0x1
7350 + 0x8c00 0x0 0x0 0x4 &mpic 0x1 0x1
7351
7352 /* IDSEL 0x11 func 5 - PCI slot 1 */
7353 - 8d00 0 0 1 &mpic 2 1
7354 - 8d00 0 0 2 &mpic 3 1
7355 - 8d00 0 0 3 &mpic 4 1
7356 - 8d00 0 0 4 &mpic 1 1
7357 + 0x8d00 0x0 0x0 0x1 &mpic 0x2 0x1
7358 + 0x8d00 0x0 0x0 0x2 &mpic 0x3 0x1
7359 + 0x8d00 0x0 0x0 0x3 &mpic 0x4 0x1
7360 + 0x8d00 0x0 0x0 0x4 &mpic 0x1 0x1
7361
7362 /* IDSEL 0x11 func 6 - PCI slot 1 */
7363 - 8e00 0 0 1 &mpic 2 1
7364 - 8e00 0 0 2 &mpic 3 1
7365 - 8e00 0 0 3 &mpic 4 1
7366 - 8e00 0 0 4 &mpic 1 1
7367 + 0x8e00 0x0 0x0 0x1 &mpic 0x2 0x1
7368 + 0x8e00 0x0 0x0 0x2 &mpic 0x3 0x1
7369 + 0x8e00 0x0 0x0 0x3 &mpic 0x4 0x1
7370 + 0x8e00 0x0 0x0 0x4 &mpic 0x1 0x1
7371
7372 /* IDSEL 0x11 func 7 - PCI slot 1 */
7373 - 8f00 0 0 1 &mpic 2 1
7374 - 8f00 0 0 2 &mpic 3 1
7375 - 8f00 0 0 3 &mpic 4 1
7376 - 8f00 0 0 4 &mpic 1 1
7377 + 0x8f00 0x0 0x0 0x1 &mpic 0x2 0x1
7378 + 0x8f00 0x0 0x0 0x2 &mpic 0x3 0x1
7379 + 0x8f00 0x0 0x0 0x3 &mpic 0x4 0x1
7380 + 0x8f00 0x0 0x0 0x4 &mpic 0x1 0x1
7381
7382 /* IDSEL 0x12 func 0 - PCI slot 2 */
7383 - 9000 0 0 1 &mpic 3 1
7384 - 9000 0 0 2 &mpic 4 1
7385 - 9000 0 0 3 &mpic 1 1
7386 - 9000 0 0 4 &mpic 2 1
7387 + 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
7388 + 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
7389 + 0x9000 0x0 0x0 0x3 &mpic 0x1 0x1
7390 + 0x9000 0x0 0x0 0x4 &mpic 0x2 0x1
7391
7392 /* IDSEL 0x12 func 1 - PCI slot 2 */
7393 - 9100 0 0 1 &mpic 3 1
7394 - 9100 0 0 2 &mpic 4 1
7395 - 9100 0 0 3 &mpic 1 1
7396 - 9100 0 0 4 &mpic 2 1
7397 + 0x9100 0x0 0x0 0x1 &mpic 0x3 0x1
7398 + 0x9100 0x0 0x0 0x2 &mpic 0x4 0x1
7399 + 0x9100 0x0 0x0 0x3 &mpic 0x1 0x1
7400 + 0x9100 0x0 0x0 0x4 &mpic 0x2 0x1
7401
7402 /* IDSEL 0x12 func 2 - PCI slot 2 */
7403 - 9200 0 0 1 &mpic 3 1
7404 - 9200 0 0 2 &mpic 4 1
7405 - 9200 0 0 3 &mpic 1 1
7406 - 9200 0 0 4 &mpic 2 1
7407 + 0x9200 0x0 0x0 0x1 &mpic 0x3 0x1
7408 + 0x9200 0x0 0x0 0x2 &mpic 0x4 0x1
7409 + 0x9200 0x0 0x0 0x3 &mpic 0x1 0x1
7410 + 0x9200 0x0 0x0 0x4 &mpic 0x2 0x1
7411
7412 /* IDSEL 0x12 func 3 - PCI slot 2 */
7413 - 9300 0 0 1 &mpic 3 1
7414 - 9300 0 0 2 &mpic 4 1
7415 - 9300 0 0 3 &mpic 1 1
7416 - 9300 0 0 4 &mpic 2 1
7417 + 0x9300 0x0 0x0 0x1 &mpic 0x3 0x1
7418 + 0x9300 0x0 0x0 0x2 &mpic 0x4 0x1
7419 + 0x9300 0x0 0x0 0x3 &mpic 0x1 0x1
7420 + 0x9300 0x0 0x0 0x4 &mpic 0x2 0x1
7421
7422 /* IDSEL 0x12 func 4 - PCI slot 2 */
7423 - 9400 0 0 1 &mpic 3 1
7424 - 9400 0 0 2 &mpic 4 1
7425 - 9400 0 0 3 &mpic 1 1
7426 - 9400 0 0 4 &mpic 2 1
7427 + 0x9400 0x0 0x0 0x1 &mpic 0x3 0x1
7428 + 0x9400 0x0 0x0 0x2 &mpic 0x4 0x1
7429 + 0x9400 0x0 0x0 0x3 &mpic 0x1 0x1
7430 + 0x9400 0x0 0x0 0x4 &mpic 0x2 0x1
7431
7432 /* IDSEL 0x12 func 5 - PCI slot 2 */
7433 - 9500 0 0 1 &mpic 3 1
7434 - 9500 0 0 2 &mpic 4 1
7435 - 9500 0 0 3 &mpic 1 1
7436 - 9500 0 0 4 &mpic 2 1
7437 + 0x9500 0x0 0x0 0x1 &mpic 0x3 0x1
7438 + 0x9500 0x0 0x0 0x2 &mpic 0x4 0x1
7439 + 0x9500 0x0 0x0 0x3 &mpic 0x1 0x1
7440 + 0x9500 0x0 0x0 0x4 &mpic 0x2 0x1
7441
7442 /* IDSEL 0x12 func 6 - PCI slot 2 */
7443 - 9600 0 0 1 &mpic 3 1
7444 - 9600 0 0 2 &mpic 4 1
7445 - 9600 0 0 3 &mpic 1 1
7446 - 9600 0 0 4 &mpic 2 1
7447 + 0x9600 0x0 0x0 0x1 &mpic 0x3 0x1
7448 + 0x9600 0x0 0x0 0x2 &mpic 0x4 0x1
7449 + 0x9600 0x0 0x0 0x3 &mpic 0x1 0x1
7450 + 0x9600 0x0 0x0 0x4 &mpic 0x2 0x1
7451
7452 /* IDSEL 0x12 func 7 - PCI slot 2 */
7453 - 9700 0 0 1 &mpic 3 1
7454 - 9700 0 0 2 &mpic 4 1
7455 - 9700 0 0 3 &mpic 1 1
7456 - 9700 0 0 4 &mpic 2 1
7457 + 0x9700 0x0 0x0 0x1 &mpic 0x3 0x1
7458 + 0x9700 0x0 0x0 0x2 &mpic 0x4 0x1
7459 + 0x9700 0x0 0x0 0x3 &mpic 0x1 0x1
7460 + 0x9700 0x0 0x0 0x4 &mpic 0x2 0x1
7461
7462 // IDSEL 0x1c USB
7463 - e000 0 0 1 &i8259 c 2
7464 - e100 0 0 2 &i8259 9 2
7465 - e200 0 0 3 &i8259 a 2
7466 - e300 0 0 4 &i8259 b 2
7467 + 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
7468 + 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
7469 + 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
7470 + 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
7471
7472 // IDSEL 0x1d Audio
7473 - e800 0 0 1 &i8259 6 2
7474 + 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
7475
7476 // IDSEL 0x1e Legacy
7477 - f000 0 0 1 &i8259 7 2
7478 - f100 0 0 1 &i8259 7 2
7479 + 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
7480 + 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
7481
7482 // IDSEL 0x1f IDE/SATA
7483 - f800 0 0 1 &i8259 e 2
7484 - f900 0 0 1 &i8259 5 2
7485 + 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
7486 + 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
7487
7488 >;
7489
7490 pcie@0 {
7491 - reg = <0 0 0 0 0>;
7492 + reg = <0x0 0x0 0x0 0x0 0x0>;
7493 #size-cells = <2>;
7494 #address-cells = <3>;
7495 device_type = "pci";
7496 - ranges = <02000000 0 80000000
7497 - 02000000 0 80000000
7498 - 0 20000000
7499 -
7500 - 01000000 0 00000000
7501 - 01000000 0 00000000
7502 - 0 00100000>;
7503 + ranges = <0x2000000 0x0 0x80000000
7504 + 0x2000000 0x0 0x80000000
7505 + 0x0 0x20000000
7506 +
7507 + 0x1000000 0x0 0x0
7508 + 0x1000000 0x0 0x0
7509 + 0x0 0x100000>;
7510 uli1575@0 {
7511 - reg = <0 0 0 0 0>;
7512 + reg = <0x0 0x0 0x0 0x0 0x0>;
7513 #size-cells = <2>;
7514 #address-cells = <3>;
7515 - ranges = <02000000 0 80000000
7516 - 02000000 0 80000000
7517 - 0 20000000
7518 -
7519 - 01000000 0 00000000
7520 - 01000000 0 00000000
7521 - 0 00100000>;
7522 + ranges = <0x2000000 0x0 0x80000000
7523 + 0x2000000 0x0 0x80000000
7524 + 0x0 0x20000000
7525 +
7526 + 0x1000000 0x0 0x0
7527 + 0x1000000 0x0 0x0
7528 + 0x0 0x100000>;
7529 isa@1e {
7530 device_type = "isa";
7531 #interrupt-cells = <2>;
7532 #size-cells = <1>;
7533 #address-cells = <2>;
7534 - reg = <f000 0 0 0 0>;
7535 - ranges = <1 0 01000000 0 0
7536 - 00001000>;
7537 + reg = <0xf000 0x0 0x0 0x0 0x0>;
7538 + ranges = <0x1 0x0 0x1000000 0x0 0x0
7539 + 0x1000>;
7540 interrupt-parent = <&i8259>;
7541
7542 i8259: interrupt-controller@20 {
7543 - reg = <1 20 2
7544 - 1 a0 2
7545 - 1 4d0 2>;
7546 + reg = <0x1 0x20 0x2
7547 + 0x1 0xa0 0x2
7548 + 0x1 0x4d0 0x2>;
7549 interrupt-controller;
7550 device_type = "interrupt-controller";
7551 #address-cells = <0>;
7552 @@ -412,29 +413,29 @@
7553 i8042@60 {
7554 #size-cells = <0>;
7555 #address-cells = <1>;
7556 - reg = <1 60 1 1 64 1>;
7557 - interrupts = <1 3 c 3>;
7558 + reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
7559 + interrupts = <1 3 12 3>;
7560 interrupt-parent =
7561 <&i8259>;
7562
7563 keyboard@0 {
7564 - reg = <0>;
7565 + reg = <0x0>;
7566 compatible = "pnpPNP,303";
7567 };
7568
7569 mouse@1 {
7570 - reg = <1>;
7571 + reg = <0x1>;
7572 compatible = "pnpPNP,f03";
7573 };
7574 };
7575
7576 rtc@70 {
7577 compatible = "pnpPNP,b00";
7578 - reg = <1 70 2>;
7579 + reg = <0x1 0x70 0x2>;
7580 };
7581
7582 gpio@400 {
7583 - reg = <1 400 80>;
7584 + reg = <0x1 0x400 0x80>;
7585 };
7586 };
7587 };
7588 @@ -449,33 +450,33 @@
7589 #interrupt-cells = <1>;
7590 #size-cells = <2>;
7591 #address-cells = <3>;
7592 - reg = <ffe09000 1000>;
7593 - bus-range = <0 ff>;
7594 - ranges = <02000000 0 a0000000 a0000000 0 20000000
7595 - 01000000 0 00000000 ffc10000 0 00010000>;
7596 - clock-frequency = <1fca055>;
7597 + reg = <0xffe09000 0x1000>;
7598 + bus-range = <0 255>;
7599 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
7600 + 0x1000000 0x0 0x0 0xffc10000 0x0 0x10000>;
7601 + clock-frequency = <33333333>;
7602 interrupt-parent = <&mpic>;
7603 - interrupts = <1a 2>;
7604 - interrupt-map-mask = <f800 0 0 7>;
7605 + interrupts = <26 2>;
7606 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
7607 interrupt-map = <
7608 /* IDSEL 0x0 */
7609 - 0000 0 0 1 &mpic 4 1
7610 - 0000 0 0 2 &mpic 5 1
7611 - 0000 0 0 3 &mpic 6 1
7612 - 0000 0 0 4 &mpic 7 1
7613 + 0000 0x0 0x0 0x1 &mpic 0x4 0x1
7614 + 0000 0x0 0x0 0x2 &mpic 0x5 0x1
7615 + 0000 0x0 0x0 0x3 &mpic 0x6 0x1
7616 + 0000 0x0 0x0 0x4 &mpic 0x7 0x1
7617 >;
7618 pcie@0 {
7619 - reg = <0 0 0 0 0>;
7620 + reg = <0x0 0x0 0x0 0x0 0x0>;
7621 #size-cells = <2>;
7622 #address-cells = <3>;
7623 device_type = "pci";
7624 - ranges = <02000000 0 a0000000
7625 - 02000000 0 a0000000
7626 - 0 20000000
7627 -
7628 - 01000000 0 00000000
7629 - 01000000 0 00000000
7630 - 0 00100000>;
7631 + ranges = <0x2000000 0x0 0xa0000000
7632 + 0x2000000 0x0 0xa0000000
7633 + 0x0 0x20000000
7634 +
7635 + 0x1000000 0x0 0x0
7636 + 0x1000000 0x0 0x0
7637 + 0x0 0x100000>;
7638 };
7639 };
7640
7641 @@ -486,33 +487,33 @@
7642 #interrupt-cells = <1>;
7643 #size-cells = <2>;
7644 #address-cells = <3>;
7645 - reg = <ffe0a000 1000>;
7646 - bus-range = <0 ff>;
7647 - ranges = <02000000 0 c0000000 c0000000 0 20000000
7648 - 01000000 0 00000000 ffc20000 0 00010000>;
7649 - clock-frequency = <1fca055>;
7650 + reg = <0xffe0a000 0x1000>;
7651 + bus-range = <0 255>;
7652 + ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
7653 + 0x1000000 0x0 0x0 0xffc20000 0x0 0x10000>;
7654 + clock-frequency = <33333333>;
7655 interrupt-parent = <&mpic>;
7656 - interrupts = <1b 2>;
7657 - interrupt-map-mask = <f800 0 0 7>;
7658 + interrupts = <27 2>;
7659 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
7660 interrupt-map = <
7661 /* IDSEL 0x0 */
7662 - 0000 0 0 1 &mpic 0 1
7663 - 0000 0 0 2 &mpic 1 1
7664 - 0000 0 0 3 &mpic 2 1
7665 - 0000 0 0 4 &mpic 3 1
7666 + 0000 0x0 0x0 0x1 &mpic 0x0 0x1
7667 + 0000 0x0 0x0 0x2 &mpic 0x1 0x1
7668 + 0000 0x0 0x0 0x3 &mpic 0x2 0x1
7669 + 0000 0x0 0x0 0x4 &mpic 0x3 0x1
7670 >;
7671 pcie@0 {
7672 - reg = <0 0 0 0 0>;
7673 + reg = <0x0 0x0 0x0 0x0 0x0>;
7674 #size-cells = <2>;
7675 #address-cells = <3>;
7676 device_type = "pci";
7677 - ranges = <02000000 0 c0000000
7678 - 02000000 0 c0000000
7679 - 0 20000000
7680 -
7681 - 01000000 0 00000000
7682 - 01000000 0 00000000
7683 - 0 00100000>;
7684 + ranges = <0x2000000 0x0 0xc0000000
7685 + 0x2000000 0x0 0xc0000000
7686 + 0x0 0x20000000
7687 +
7688 + 0x1000000 0x0 0x0
7689 + 0x1000000 0x0 0x0
7690 + 0x0 0x100000>;
7691 };
7692 };
7693 };
7694 --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
7695 +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
7696 @@ -13,7 +13,7 @@
7697
7698 / {
7699 model = "MPC8641HPCN";
7700 - compatible = "mpc86xx";
7701 + compatible = "fsl,mpc8641hpcn";
7702 #address-cells = <1>;
7703 #size-cells = <1>;
7704
7705 --- a/arch/powerpc/boot/dts/mpc866ads.dts
7706 +++ b/arch/powerpc/boot/dts/mpc866ads.dts
7707 @@ -2,6 +2,7 @@
7708 * MPC866 ADS Device Tree Source
7709 *
7710 * Copyright 2006 MontaVista Software, Inc.
7711 + * Copyright 2008 Freescale Semiconductor, Inc.
7712 *
7713 * This program is free software; you can redistribute it and/or modify it
7714 * under the terms of the GNU General Public License as published by the
7715 @@ -9,6 +10,7 @@
7716 * option) any later version.
7717 */
7718
7719 +/dts-v1/;
7720
7721 / {
7722 model = "MPC866ADS";
7723 @@ -22,37 +24,37 @@
7724
7725 PowerPC,866@0 {
7726 device_type = "cpu";
7727 - reg = <0>;
7728 - d-cache-line-size = <10>; // 16 bytes
7729 - i-cache-line-size = <10>; // 16 bytes
7730 - d-cache-size = <2000>; // L1, 8K
7731 - i-cache-size = <4000>; // L1, 16K
7732 + reg = <0x0>;
7733 + d-cache-line-size = <16>; // 16 bytes
7734 + i-cache-line-size = <16>; // 16 bytes
7735 + d-cache-size = <0x2000>; // L1, 8K
7736 + i-cache-size = <0x4000>; // L1, 16K
7737 timebase-frequency = <0>;
7738 bus-frequency = <0>;
7739 clock-frequency = <0>;
7740 - interrupts = <f 2>; // decrementer interrupt
7741 + interrupts = <15 2>; // decrementer interrupt
7742 interrupt-parent = <&PIC>;
7743 };
7744 };
7745
7746 memory {
7747 device_type = "memory";
7748 - reg = <00000000 800000>;
7749 + reg = <0x0 0x800000>;
7750 };
7751
7752 localbus@ff000100 {
7753 compatible = "fsl,mpc866-localbus", "fsl,pq1-localbus";
7754 #address-cells = <2>;
7755 #size-cells = <1>;
7756 - reg = <ff000100 40>;
7757 + reg = <0xff000100 0x40>;
7758
7759 ranges = <
7760 - 1 0 ff080000 00008000
7761 - 5 0 ff0a0000 00008000
7762 + 0x1 0x0 0xff080000 0x8000
7763 + 0x5 0x0 0xff0a0000 0x8000
7764 >;
7765
7766 board-control@1,0 {
7767 - reg = <1 0 20 5 300 4>;
7768 + reg = <0x1 0x0 0x20 0x5 0x300 0x4>;
7769 compatible = "fsl,mpc866ads-bcsr";
7770 };
7771 };
7772 @@ -61,17 +63,17 @@
7773 #address-cells = <1>;
7774 #size-cells = <1>;
7775 device_type = "soc";
7776 - ranges = <0 ff000000 00100000>;
7777 - reg = <ff000000 00000200>;
7778 + ranges = <0x0 0xff000000 0x100000>;
7779 + reg = <0xff000000 0x200>;
7780 bus-frequency = <0>;
7781
7782 mdio@e00 {
7783 compatible = "fsl,mpc866-fec-mdio", "fsl,pq1-fec-mdio";
7784 - reg = <e00 188>;
7785 + reg = <0xe00 0x188>;
7786 #address-cells = <1>;
7787 #size-cells = <0>;
7788 PHY: ethernet-phy@f {
7789 - reg = <f>;
7790 + reg = <0xf>;
7791 device_type = "ethernet-phy";
7792 };
7793 };
7794 @@ -80,7 +82,7 @@
7795 device_type = "network";
7796 compatible = "fsl,mpc866-fec-enet",
7797 "fsl,pq1-fec-enet";
7798 - reg = <e00 188>;
7799 + reg = <0xe00 0x188>;
7800 local-mac-address = [ 00 00 00 00 00 00 ];
7801 interrupts = <3 1>;
7802 interrupt-parent = <&PIC>;
7803 @@ -91,7 +93,7 @@
7804 PIC: pic@0 {
7805 interrupt-controller;
7806 #interrupt-cells = <2>;
7807 - reg = <0 24>;
7808 + reg = <0x0 0x24>;
7809 compatible = "fsl,mpc866-pic", "fsl,pq1-pic";
7810 };
7811
7812 @@ -100,7 +102,7 @@
7813 #size-cells = <1>;
7814 compatible = "fsl,mpc866-cpm", "fsl,cpm1";
7815 ranges;
7816 - reg = <9c0 40>;
7817 + reg = <0x9c0 0x40>;
7818 brg-frequency = <0>;
7819 interrupts = <0 2>; // cpm error interrupt
7820 interrupt-parent = <&CPM_PIC>;
7821 @@ -108,11 +110,11 @@
7822 muram@2000 {
7823 #address-cells = <1>;
7824 #size-cells = <1>;
7825 - ranges = <0 2000 2000>;
7826 + ranges = <0x0 0x2000 0x2000>;
7827
7828 data@0 {
7829 compatible = "fsl,cpm-muram-data";
7830 - reg = <0 1c00>;
7831 + reg = <0x0 0x1c00>;
7832 };
7833 };
7834
7835 @@ -120,7 +122,7 @@
7836 compatible = "fsl,mpc866-brg",
7837 "fsl,cpm1-brg",
7838 "fsl,cpm-brg";
7839 - reg = <9f0 10>;
7840 + reg = <0x9f0 0x10>;
7841 clock-frequency = <0>;
7842 };
7843
7844 @@ -130,7 +132,7 @@
7845 #interrupt-cells = <1>;
7846 interrupts = <5 2 0 2>;
7847 interrupt-parent = <&PIC>;
7848 - reg = <930 20>;
7849 + reg = <0x930 0x20>;
7850 compatible = "fsl,mpc866-cpm-pic",
7851 "fsl,cpm1-pic";
7852 };
7853 @@ -140,31 +142,31 @@
7854 device_type = "serial";
7855 compatible = "fsl,mpc866-smc-uart",
7856 "fsl,cpm1-smc-uart";
7857 - reg = <a80 10 3e80 40>;
7858 + reg = <0xa80 0x10 0x3e80 0x40>;
7859 interrupts = <4>;
7860 interrupt-parent = <&CPM_PIC>;
7861 fsl,cpm-brg = <1>;
7862 - fsl,cpm-command = <0090>;
7863 + fsl,cpm-command = <0x90>;
7864 };
7865
7866 serial@a90 {
7867 device_type = "serial";
7868 compatible = "fsl,mpc866-smc-uart",
7869 "fsl,cpm1-smc-uart";
7870 - reg = <a90 10 3f80 40>;
7871 + reg = <0xa90 0x10 0x3f80 0x40>;
7872 interrupts = <3>;
7873 interrupt-parent = <&CPM_PIC>;
7874 fsl,cpm-brg = <2>;
7875 - fsl,cpm-command = <00d0>;
7876 + fsl,cpm-command = <0xd0>;
7877 };
7878
7879 ethernet@a00 {
7880 device_type = "network";
7881 compatible = "fsl,mpc866-scc-enet",
7882 "fsl,cpm1-scc-enet";
7883 - reg = <a00 18 3c00 100>;
7884 + reg = <0xa00 0x18 0x3c00 0x100>;
7885 local-mac-address = [ 00 00 00 00 00 00 ];
7886 - interrupts = <1e>;
7887 + interrupts = <30>;
7888 interrupt-parent = <&CPM_PIC>;
7889 fsl,cpm-command = <0000>;
7890 linux,network-index = <1>;
7891 --- a/arch/powerpc/boot/dts/mpc885ads.dts
7892 +++ b/arch/powerpc/boot/dts/mpc885ads.dts
7893 @@ -2,7 +2,7 @@
7894 * MPC885 ADS Device Tree Source
7895 *
7896 * Copyright 2006 MontaVista Software, Inc.
7897 - * Copyright 2007 Freescale Semiconductor, Inc.
7898 + * Copyright 2007,2008 Freescale Semiconductor, Inc.
7899 *
7900 * This program is free software; you can redistribute it and/or modify it
7901 * under the terms of the GNU General Public License as published by the
7902 @@ -10,6 +10,7 @@
7903 * option) any later version.
7904 */
7905
7906 +/dts-v1/;
7907
7908 / {
7909 model = "MPC885ADS";
7910 @@ -23,45 +24,45 @@
7911
7912 PowerPC,885@0 {
7913 device_type = "cpu";
7914 - reg = <0>;
7915 - d-cache-line-size = <d#16>;
7916 - i-cache-line-size = <d#16>;
7917 - d-cache-size = <d#8192>;
7918 - i-cache-size = <d#8192>;
7919 + reg = <0x0>;
7920 + d-cache-line-size = <16>;
7921 + i-cache-line-size = <16>;
7922 + d-cache-size = <8192>;
7923 + i-cache-size = <8192>;
7924 timebase-frequency = <0>;
7925 bus-frequency = <0>;
7926 clock-frequency = <0>;
7927 - interrupts = <f 2>; // decrementer interrupt
7928 + interrupts = <15 2>; // decrementer interrupt
7929 interrupt-parent = <&PIC>;
7930 };
7931 };
7932
7933 memory {
7934 device_type = "memory";
7935 - reg = <0 0>;
7936 + reg = <0x0 0x0>;
7937 };
7938
7939 localbus@ff000100 {
7940 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus";
7941 #address-cells = <2>;
7942 #size-cells = <1>;
7943 - reg = <ff000100 40>;
7944 + reg = <0xff000100 0x40>;
7945
7946 ranges = <
7947 - 0 0 fe000000 00800000
7948 - 1 0 ff080000 00008000
7949 - 5 0 ff0a0000 00008000
7950 + 0x0 0x0 0xfe000000 0x800000
7951 + 0x1 0x0 0xff080000 0x8000
7952 + 0x5 0x0 0xff0a0000 0x8000
7953 >;
7954
7955 flash@0,0 {
7956 compatible = "jedec-flash";
7957 - reg = <0 0 800000>;
7958 + reg = <0x0 0x0 0x800000>;
7959 bank-width = <4>;
7960 device-width = <1>;
7961 };
7962
7963 board-control@1,0 {
7964 - reg = <1 0 20 5 300 4>;
7965 + reg = <0x1 0x0 0x20 0x5 0x300 0x4>;
7966 compatible = "fsl,mpc885ads-bcsr";
7967 };
7968 };
7969 @@ -71,30 +72,30 @@
7970 #address-cells = <1>;
7971 #size-cells = <1>;
7972 device_type = "soc";
7973 - ranges = <0 ff000000 00004000>;
7974 + ranges = <0x0 0xff000000 0x4000>;
7975 bus-frequency = <0>;
7976
7977 // Temporary -- will go away once kernel uses ranges for get_immrbase().
7978 - reg = <ff000000 4000>;
7979 + reg = <0xff000000 0x4000>;
7980
7981 mdio@e00 {
7982 compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
7983 - reg = <e00 188>;
7984 + reg = <0xe00 0x188>;
7985 #address-cells = <1>;
7986 #size-cells = <0>;
7987
7988 PHY0: ethernet-phy@0 {
7989 - reg = <0>;
7990 + reg = <0x0>;
7991 device_type = "ethernet-phy";
7992 };
7993
7994 PHY1: ethernet-phy@1 {
7995 - reg = <1>;
7996 + reg = <0x1>;
7997 device_type = "ethernet-phy";
7998 };
7999
8000 PHY2: ethernet-phy@2 {
8001 - reg = <2>;
8002 + reg = <0x2>;
8003 device_type = "ethernet-phy";
8004 };
8005 };
8006 @@ -103,7 +104,7 @@
8007 device_type = "network";
8008 compatible = "fsl,mpc885-fec-enet",
8009 "fsl,pq1-fec-enet";
8010 - reg = <e00 188>;
8011 + reg = <0xe00 0x188>;
8012 local-mac-address = [ 00 00 00 00 00 00 ];
8013 interrupts = <3 1>;
8014 interrupt-parent = <&PIC>;
8015 @@ -115,7 +116,7 @@
8016 device_type = "network";
8017 compatible = "fsl,mpc885-fec-enet",
8018 "fsl,pq1-fec-enet";
8019 - reg = <1e00 188>;
8020 + reg = <0x1e00 0x188>;
8021 local-mac-address = [ 00 00 00 00 00 00 ];
8022 interrupts = <7 1>;
8023 interrupt-parent = <&PIC>;
8024 @@ -126,7 +127,7 @@
8025 PIC: interrupt-controller@0 {
8026 interrupt-controller;
8027 #interrupt-cells = <2>;
8028 - reg = <0 24>;
8029 + reg = <0x0 0x24>;
8030 compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
8031 };
8032
8033 @@ -136,29 +137,29 @@
8034 #size-cells = <2>;
8035 compatible = "fsl,pq-pcmcia";
8036 device_type = "pcmcia";
8037 - reg = <80 80>;
8038 + reg = <0x80 0x80>;
8039 interrupt-parent = <&PIC>;
8040 - interrupts = <d 1>;
8041 + interrupts = <13 1>;
8042 };
8043
8044 cpm@9c0 {
8045 #address-cells = <1>;
8046 #size-cells = <1>;
8047 compatible = "fsl,mpc885-cpm", "fsl,cpm1";
8048 - command-proc = <9c0>;
8049 + command-proc = <0x9c0>;
8050 interrupts = <0>; // cpm error interrupt
8051 interrupt-parent = <&CPM_PIC>;
8052 - reg = <9c0 40>;
8053 + reg = <0x9c0 0x40>;
8054 ranges;
8055
8056 muram@2000 {
8057 #address-cells = <1>;
8058 #size-cells = <1>;
8059 - ranges = <0 2000 2000>;
8060 + ranges = <0x0 0x2000 0x2000>;
8061
8062 data@0 {
8063 compatible = "fsl,cpm-muram-data";
8064 - reg = <0 1c00>;
8065 + reg = <0x0 0x1c00>;
8066 };
8067 };
8068
8069 @@ -167,7 +168,7 @@
8070 "fsl,cpm1-brg",
8071 "fsl,cpm-brg";
8072 clock-frequency = <0>;
8073 - reg = <9f0 10>;
8074 + reg = <0x9f0 0x10>;
8075 };
8076
8077 CPM_PIC: interrupt-controller@930 {
8078 @@ -175,7 +176,7 @@
8079 #interrupt-cells = <1>;
8080 interrupts = <5 2 0 2>;
8081 interrupt-parent = <&PIC>;
8082 - reg = <930 20>;
8083 + reg = <0x930 0x20>;
8084 compatible = "fsl,mpc885-cpm-pic",
8085 "fsl,cpm1-pic";
8086 };
8087 @@ -184,34 +185,34 @@
8088 device_type = "serial";
8089 compatible = "fsl,mpc885-smc-uart",
8090 "fsl,cpm1-smc-uart";
8091 - reg = <a80 10 3e80 40>;
8092 + reg = <0xa80 0x10 0x3e80 0x40>;
8093 interrupts = <4>;
8094 interrupt-parent = <&CPM_PIC>;
8095 fsl,cpm-brg = <1>;
8096 - fsl,cpm-command = <0090>;
8097 + fsl,cpm-command = <0x90>;
8098 };
8099
8100 serial@a90 {
8101 device_type = "serial";
8102 compatible = "fsl,mpc885-smc-uart",
8103 "fsl,cpm1-smc-uart";
8104 - reg = <a90 10 3f80 40>;
8105 + reg = <0xa90 0x10 0x3f80 0x40>;
8106 interrupts = <3>;
8107 interrupt-parent = <&CPM_PIC>;
8108 fsl,cpm-brg = <2>;
8109 - fsl,cpm-command = <00d0>;
8110 + fsl,cpm-command = <0xd0>;
8111 };
8112
8113 ethernet@a40 {
8114 device_type = "network";
8115 compatible = "fsl,mpc885-scc-enet",
8116 "fsl,cpm1-scc-enet";
8117 - reg = <a40 18 3e00 100>;
8118 + reg = <0xa40 0x18 0x3e00 0x100>;
8119 local-mac-address = [ 00 00 00 00 00 00 ];
8120 - interrupts = <1c>;
8121 + interrupts = <28>;
8122 interrupt-parent = <&CPM_PIC>;
8123 phy-handle = <&PHY2>;
8124 - fsl,cpm-command = <0080>;
8125 + fsl,cpm-command = <0x80>;
8126 linux,network-index = <2>;
8127 };
8128 };
8129 --- a/arch/powerpc/boot/dts/pq2fads.dts
8130 +++ b/arch/powerpc/boot/dts/pq2fads.dts
8131 @@ -1,7 +1,7 @@
8132 /*
8133 * Device Tree for the PQ2FADS-ZU board with an MPC8280 chip.
8134 *
8135 - * Copyright 2007 Freescale Semiconductor Inc.
8136 + * Copyright 2007,2008 Freescale Semiconductor Inc.
8137 *
8138 * This program is free software; you can redistribute it and/or modify it
8139 * under the terms of the GNU General Public License as published by the
8140 @@ -9,6 +9,8 @@
8141 * option) any later version.
8142 */
8143
8144 +/dts-v1/;
8145 +
8146 / {
8147 model = "pq2fads";
8148 compatible = "fsl,pq2fads";
8149 @@ -21,11 +23,11 @@
8150
8151 cpu@0 {
8152 device_type = "cpu";
8153 - reg = <0>;
8154 - d-cache-line-size = <d#32>;
8155 - i-cache-line-size = <d#32>;
8156 - d-cache-size = <d#16384>;
8157 - i-cache-size = <d#16384>;
8158 + reg = <0x0>;
8159 + d-cache-line-size = <32>;
8160 + i-cache-line-size = <32>;
8161 + d-cache-size = <16384>;
8162 + i-cache-size = <16384>;
8163 timebase-frequency = <0>;
8164 clock-frequency = <0>;
8165 };
8166 @@ -33,7 +35,7 @@
8167
8168 memory {
8169 device_type = "memory";
8170 - reg = <0 0>;
8171 + reg = <0x0 0x0>;
8172 };
8173
8174 localbus@f0010100 {
8175 @@ -41,67 +43,67 @@
8176 "fsl,pq2-localbus";
8177 #address-cells = <2>;
8178 #size-cells = <1>;
8179 - reg = <f0010100 60>;
8180 + reg = <0xf0010100 0x60>;
8181
8182 - ranges = <0 0 fe000000 00800000
8183 - 1 0 f4500000 00008000
8184 - 8 0 f8200000 00008000>;
8185 + ranges = <0x0 0x0 0xfe000000 0x800000
8186 + 0x1 0x0 0xf4500000 0x8000
8187 + 0x8 0x0 0xf8200000 0x8000>;
8188
8189 flash@0,0 {
8190 compatible = "jedec-flash";
8191 - reg = <0 0 800000>;
8192 + reg = <0x0 0x0 0x800000>;
8193 bank-width = <4>;
8194 device-width = <1>;
8195 };
8196
8197 bcsr@1,0 {
8198 - reg = <1 0 20>;
8199 + reg = <0x1 0x0 0x20>;
8200 compatible = "fsl,pq2fads-bcsr";
8201 };
8202
8203 PCI_PIC: pic@8,0 {
8204 #interrupt-cells = <1>;
8205 interrupt-controller;
8206 - reg = <8 0 8>;
8207 + reg = <0x8 0x0 0x8>;
8208 compatible = "fsl,pq2ads-pci-pic";
8209 interrupt-parent = <&PIC>;
8210 - interrupts = <18 8>;
8211 + interrupts = <24 8>;
8212 };
8213 };
8214
8215 pci@f0010800 {
8216 device_type = "pci";
8217 - reg = <f0010800 10c f00101ac 8 f00101c4 8>;
8218 + reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>;
8219 compatible = "fsl,mpc8280-pci", "fsl,pq2-pci";
8220 #interrupt-cells = <1>;
8221 #size-cells = <2>;
8222 #address-cells = <3>;
8223 - clock-frequency = <d#66000000>;
8224 - interrupt-map-mask = <f800 0 0 7>;
8225 + clock-frequency = <66000000>;
8226 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
8227 interrupt-map = <
8228 /* IDSEL 0x16 */
8229 - b000 0 0 1 &PCI_PIC 0
8230 - b000 0 0 2 &PCI_PIC 1
8231 - b000 0 0 3 &PCI_PIC 2
8232 - b000 0 0 4 &PCI_PIC 3
8233 + 0xb000 0x0 0x0 0x1 &PCI_PIC 0
8234 + 0xb000 0x0 0x0 0x2 &PCI_PIC 1
8235 + 0xb000 0x0 0x0 0x3 &PCI_PIC 2
8236 + 0xb000 0x0 0x0 0x4 &PCI_PIC 3
8237
8238 /* IDSEL 0x17 */
8239 - b800 0 0 1 &PCI_PIC 4
8240 - b800 0 0 2 &PCI_PIC 5
8241 - b800 0 0 3 &PCI_PIC 6
8242 - b800 0 0 4 &PCI_PIC 7
8243 + 0xb800 0x0 0x0 0x1 &PCI_PIC 4
8244 + 0xb800 0x0 0x0 0x2 &PCI_PIC 5
8245 + 0xb800 0x0 0x0 0x3 &PCI_PIC 6
8246 + 0xb800 0x0 0x0 0x4 &PCI_PIC 7
8247
8248 /* IDSEL 0x18 */
8249 - c000 0 0 1 &PCI_PIC 8
8250 - c000 0 0 2 &PCI_PIC 9
8251 - c000 0 0 3 &PCI_PIC a
8252 - c000 0 0 4 &PCI_PIC b>;
8253 + 0xc000 0x0 0x0 0x1 &PCI_PIC 8
8254 + 0xc000 0x0 0x0 0x2 &PCI_PIC 9
8255 + 0xc000 0x0 0x0 0x3 &PCI_PIC 10
8256 + 0xc000 0x0 0x0 0x4 &PCI_PIC 11>;
8257
8258 interrupt-parent = <&PIC>;
8259 - interrupts = <12 8>;
8260 - ranges = <42000000 0 80000000 80000000 0 20000000
8261 - 02000000 0 a0000000 a0000000 0 20000000
8262 - 01000000 0 00000000 f6000000 0 02000000>;
8263 + interrupts = <18 8>;
8264 + ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x20000000
8265 + 0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
8266 + 0x1000000 0x0 0x0 0xf6000000 0x0 0x2000000>;
8267 };
8268
8269 soc@f0000000 {
8270 @@ -109,27 +111,27 @@
8271 #size-cells = <1>;
8272 device_type = "soc";
8273 compatible = "fsl,mpc8280", "fsl,pq2-soc";
8274 - ranges = <00000000 f0000000 00053000>;
8275 + ranges = <0x0 0xf0000000 0x53000>;
8276
8277 // Temporary -- will go away once kernel uses ranges for get_immrbase().
8278 - reg = <f0000000 00053000>;
8279 + reg = <0xf0000000 0x53000>;
8280
8281 cpm@119c0 {
8282 #address-cells = <1>;
8283 #size-cells = <1>;
8284 #interrupt-cells = <2>;
8285 compatible = "fsl,mpc8280-cpm", "fsl,cpm2";
8286 - reg = <119c0 30>;
8287 + reg = <0x119c0 0x30>;
8288 ranges;
8289
8290 muram@0 {
8291 #address-cells = <1>;
8292 #size-cells = <1>;
8293 - ranges = <0 0 10000>;
8294 + ranges = <0x0 0x0 0x10000>;
8295
8296 data@0 {
8297 compatible = "fsl,cpm-muram-data";
8298 - reg = <0 2000 9800 800>;
8299 + reg = <0x0 0x2000 0x9800 0x800>;
8300 };
8301 };
8302
8303 @@ -137,53 +139,53 @@
8304 compatible = "fsl,mpc8280-brg",
8305 "fsl,cpm2-brg",
8306 "fsl,cpm-brg";
8307 - reg = <119f0 10 115f0 10>;
8308 + reg = <0x119f0 0x10 0x115f0 0x10>;
8309 };
8310
8311 serial@11a00 {
8312 device_type = "serial";
8313 compatible = "fsl,mpc8280-scc-uart",
8314 "fsl,cpm2-scc-uart";
8315 - reg = <11a00 20 8000 100>;
8316 - interrupts = <28 8>;
8317 + reg = <0x11a00 0x20 0x8000 0x100>;
8318 + interrupts = <40 8>;
8319 interrupt-parent = <&PIC>;
8320 fsl,cpm-brg = <1>;
8321 - fsl,cpm-command = <00800000>;
8322 + fsl,cpm-command = <0x800000>;
8323 };
8324
8325 serial@11a20 {
8326 device_type = "serial";
8327 compatible = "fsl,mpc8280-scc-uart",
8328 "fsl,cpm2-scc-uart";
8329 - reg = <11a20 20 8100 100>;
8330 - interrupts = <29 8>;
8331 + reg = <0x11a20 0x20 0x8100 0x100>;
8332 + interrupts = <41 8>;
8333 interrupt-parent = <&PIC>;
8334 fsl,cpm-brg = <2>;
8335 - fsl,cpm-command = <04a00000>;
8336 + fsl,cpm-command = <0x4a00000>;
8337 };
8338
8339 ethernet@11320 {
8340 device_type = "network";
8341 compatible = "fsl,mpc8280-fcc-enet",
8342 "fsl,cpm2-fcc-enet";
8343 - reg = <11320 20 8500 100 113b0 1>;
8344 - interrupts = <21 8>;
8345 + reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
8346 + interrupts = <33 8>;
8347 interrupt-parent = <&PIC>;
8348 phy-handle = <&PHY0>;
8349 linux,network-index = <0>;
8350 - fsl,cpm-command = <16200300>;
8351 + fsl,cpm-command = <0x16200300>;
8352 };
8353
8354 ethernet@11340 {
8355 device_type = "network";
8356 compatible = "fsl,mpc8280-fcc-enet",
8357 "fsl,cpm2-fcc-enet";
8358 - reg = <11340 20 8600 100 113d0 1>;
8359 - interrupts = <22 8>;
8360 + reg = <0x11340 0x20 0x8600 0x100 0x113d0 0x1>;
8361 + interrupts = <34 8>;
8362 interrupt-parent = <&PIC>;
8363 phy-handle = <&PHY1>;
8364 linux,network-index = <1>;
8365 - fsl,cpm-command = <1a400300>;
8366 + fsl,cpm-command = <0x1a400300>;
8367 local-mac-address = [00 e0 0c 00 79 01];
8368 };
8369
8370 @@ -194,21 +196,21 @@
8371 "fsl,cpm2-mdio-bitbang";
8372 #address-cells = <1>;
8373 #size-cells = <0>;
8374 - reg = <10d40 14>;
8375 + reg = <0x10d40 0x14>;
8376 fsl,mdio-pin = <9>;
8377 - fsl,mdc-pin = <a>;
8378 + fsl,mdc-pin = <10>;
8379
8380 PHY0: ethernet-phy@0 {
8381 interrupt-parent = <&PIC>;
8382 - interrupts = <19 2>;
8383 - reg = <0>;
8384 + interrupts = <25 2>;
8385 + reg = <0x0>;
8386 device_type = "ethernet-phy";
8387 };
8388
8389 PHY1: ethernet-phy@1 {
8390 interrupt-parent = <&PIC>;
8391 - interrupts = <19 2>;
8392 - reg = <3>;
8393 + interrupts = <25 2>;
8394 + reg = <0x3>;
8395 device_type = "ethernet-phy";
8396 };
8397 };
8398 @@ -218,17 +220,17 @@
8399 #size-cells = <0>;
8400 compatible = "fsl,mpc8280-usb",
8401 "fsl,cpm2-usb";
8402 - reg = <11b60 18 8b00 100>;
8403 + reg = <0x11b60 0x18 0x8b00 0x100>;
8404 interrupt-parent = <&PIC>;
8405 - interrupts = <b 8>;
8406 - fsl,cpm-command = <2e600000>;
8407 + interrupts = <11 8>;
8408 + fsl,cpm-command = <0x2e600000>;
8409 };
8410 };
8411
8412 PIC: interrupt-controller@10c00 {
8413 #interrupt-cells = <2>;
8414 interrupt-controller;
8415 - reg = <10c00 80>;
8416 + reg = <0x10c00 0x80>;
8417 compatible = "fsl,mpc8280-pic", "fsl,cpm2-pic";
8418 };
8419
8420 --- a/arch/powerpc/boot/dts/prpmc2800.dts
8421 +++ b/arch/powerpc/boot/dts/prpmc2800.dts
8422 @@ -11,6 +11,8 @@
8423 * if it can determine the exact PrPMC type.
8424 */
8425
8426 +/dts-v1/;
8427 +
8428 / {
8429 #address-cells = <1>;
8430 #size-cells = <1>;
8431 @@ -25,46 +27,46 @@
8432 PowerPC,7447 {
8433 device_type = "cpu";
8434 reg = <0>;
8435 - clock-frequency = <2bb0b140>; /* Default (733 MHz) */
8436 - bus-frequency = <7f28155>; /* 133.333333 MHz */
8437 - timebase-frequency = <1fca055>; /* 33.333333 MHz */
8438 - i-cache-line-size = <20>;
8439 - d-cache-line-size = <20>;
8440 - i-cache-size = <8000>;
8441 - d-cache-size = <8000>;
8442 + clock-frequency = <733333333>; /* Default */
8443 + bus-frequency = <133333333>;
8444 + timebase-frequency = <33333333>;
8445 + i-cache-line-size = <32>;
8446 + d-cache-line-size = <32>;
8447 + i-cache-size = <32768>;
8448 + d-cache-size = <32768>;
8449 };
8450 };
8451
8452 memory {
8453 device_type = "memory";
8454 - reg = <00000000 20000000>; /* Default (512MB) */
8455 + reg = <0x0 0x20000000>; /* Default (512MB) */
8456 };
8457
8458 - mv64x60@f1000000 { /* Marvell Discovery */
8459 + system-controller@f1000000 { /* Marvell Discovery mv64360 */
8460 #address-cells = <1>;
8461 #size-cells = <1>;
8462 model = "mv64360"; /* Default */
8463 - compatible = "marvell,mv64x60";
8464 - clock-frequency = <7f28155>; /* 133.333333 MHz */
8465 - reg = <f1000000 00010000>;
8466 - virtual-reg = <f1000000>;
8467 - ranges = <88000000 88000000 01000000 /* PCI 0 I/O Space */
8468 - 80000000 80000000 08000000 /* PCI 0 MEM Space */
8469 - a0000000 a0000000 04000000 /* User FLASH */
8470 - 00000000 f1000000 00010000 /* Bridge's regs */
8471 - f2000000 f2000000 00040000>; /* Integrated SRAM */
8472 + compatible = "marvell,mv64360";
8473 + clock-frequency = <133333333>;
8474 + reg = <0xf1000000 0x10000>;
8475 + virtual-reg = <0xf1000000>;
8476 + ranges = <0x88000000 0x88000000 0x1000000 /* PCI 0 I/O Space */
8477 + 0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
8478 + 0xa0000000 0xa0000000 0x4000000 /* User FLASH */
8479 + 0x00000000 0xf1000000 0x0010000 /* Bridge's regs */
8480 + 0xf2000000 0xf2000000 0x0040000>;/* Integrated SRAM */
8481
8482 flash@a0000000 {
8483 device_type = "rom";
8484 compatible = "direct-mapped";
8485 - reg = <a0000000 4000000>; /* Default (64MB) */
8486 + reg = <0xa0000000 0x4000000>; /* Default (64MB) */
8487 probe-type = "CFI";
8488 bank-width = <4>;
8489 - partitions = <00000000 00100000 /* RO */
8490 - 00100000 00040001 /* RW */
8491 - 00140000 00400000 /* RO */
8492 - 00540000 039c0000 /* RO */
8493 - 03f00000 00100000>; /* RO */
8494 + partitions = <0x00000000 0x00100000 /* RO */
8495 + 0x00100000 0x00040001 /* RW */
8496 + 0x00140000 0x00400000 /* RO */
8497 + 0x00540000 0x039c0000 /* RO */
8498 + 0x03f00000 0x00100000>; /* RO */
8499 partition-names = "FW Image A", "FW Config Data", "Kernel Image", "Filesystem", "FW Image B";
8500 };
8501
8502 @@ -72,171 +74,153 @@
8503 #address-cells = <1>;
8504 #size-cells = <0>;
8505 device_type = "mdio";
8506 - compatible = "marvell,mv64x60-mdio";
8507 - ethernet-phy@1 {
8508 + compatible = "marvell,mv64360-mdio";
8509 + PHY0: ethernet-phy@1 {
8510 device_type = "ethernet-phy";
8511 compatible = "broadcom,bcm5421";
8512 - interrupts = <4c>; /* GPP 12 */
8513 - interrupt-parent = <&/mv64x60/pic>;
8514 + interrupts = <76>; /* GPP 12 */
8515 + interrupt-parent = <&PIC>;
8516 reg = <1>;
8517 };
8518 - ethernet-phy@3 {
8519 + PHY1: ethernet-phy@3 {
8520 device_type = "ethernet-phy";
8521 compatible = "broadcom,bcm5421";
8522 - interrupts = <4c>; /* GPP 12 */
8523 - interrupt-parent = <&/mv64x60/pic>;
8524 + interrupts = <76>; /* GPP 12 */
8525 + interrupt-parent = <&PIC>;
8526 reg = <3>;
8527 };
8528 };
8529
8530 - ethernet@2000 {
8531 - reg = <2000 2000>;
8532 - eth0 {
8533 + ethernet-group@2000 {
8534 + #address-cells = <1>;
8535 + #size-cells = <0>;
8536 + compatible = "marvell,mv64360-eth-group";
8537 + reg = <0x2000 0x2000>;
8538 + ethernet@0 {
8539 device_type = "network";
8540 - compatible = "marvell,mv64x60-eth";
8541 - block-index = <0>;
8542 - interrupts = <20>;
8543 - interrupt-parent = <&/mv64x60/pic>;
8544 - phy = <&/mv64x60/mdio/ethernet-phy@1>;
8545 + compatible = "marvell,mv64360-eth";
8546 + reg = <0>;
8547 + interrupts = <32>;
8548 + interrupt-parent = <&PIC>;
8549 + phy = <&PHY0>;
8550 local-mac-address = [ 00 00 00 00 00 00 ];
8551 };
8552 - eth1 {
8553 + ethernet@1 {
8554 device_type = "network";
8555 - compatible = "marvell,mv64x60-eth";
8556 - block-index = <1>;
8557 - interrupts = <21>;
8558 - interrupt-parent = <&/mv64x60/pic>;
8559 - phy = <&/mv64x60/mdio/ethernet-phy@3>;
8560 + compatible = "marvell,mv64360-eth";
8561 + reg = <1>;
8562 + interrupts = <33>;
8563 + interrupt-parent = <&PIC>;
8564 + phy = <&PHY1>;
8565 local-mac-address = [ 00 00 00 00 00 00 ];
8566 };
8567 };
8568
8569 - sdma@4000 {
8570 - device_type = "dma";
8571 - compatible = "marvell,mv64x60-sdma";
8572 - reg = <4000 c18>;
8573 - virtual-reg = <f1004000>;
8574 - interrupt-base = <0>;
8575 - interrupts = <24>;
8576 - interrupt-parent = <&/mv64x60/pic>;
8577 - };
8578 -
8579 - sdma@6000 {
8580 - device_type = "dma";
8581 - compatible = "marvell,mv64x60-sdma";
8582 - reg = <6000 c18>;
8583 - virtual-reg = <f1006000>;
8584 - interrupt-base = <0>;
8585 - interrupts = <26>;
8586 - interrupt-parent = <&/mv64x60/pic>;
8587 - };
8588 -
8589 - brg@b200 {
8590 - compatible = "marvell,mv64x60-brg";
8591 - reg = <b200 8>;
8592 + SDMA0: sdma@4000 {
8593 + compatible = "marvell,mv64360-sdma";
8594 + reg = <0x4000 0xc18>;
8595 + virtual-reg = <0xf1004000>;
8596 + interrupts = <36>;
8597 + interrupt-parent = <&PIC>;
8598 + };
8599 +
8600 + SDMA1: sdma@6000 {
8601 + compatible = "marvell,mv64360-sdma";
8602 + reg = <0x6000 0xc18>;
8603 + virtual-reg = <0xf1006000>;
8604 + interrupts = <38>;
8605 + interrupt-parent = <&PIC>;
8606 + };
8607 +
8608 + BRG0: brg@b200 {
8609 + compatible = "marvell,mv64360-brg";
8610 + reg = <0xb200 0x8>;
8611 clock-src = <8>;
8612 - clock-frequency = <7ed6b40>;
8613 - current-speed = <2580>;
8614 - bcr = <0>;
8615 + clock-frequency = <133333333>;
8616 + current-speed = <9600>;
8617 };
8618
8619 - brg@b208 {
8620 - compatible = "marvell,mv64x60-brg";
8621 - reg = <b208 8>;
8622 + BRG1: brg@b208 {
8623 + compatible = "marvell,mv64360-brg";
8624 + reg = <0xb208 0x8>;
8625 clock-src = <8>;
8626 - clock-frequency = <7ed6b40>;
8627 - current-speed = <2580>;
8628 - bcr = <0>;
8629 + clock-frequency = <133333333>;
8630 + current-speed = <9600>;
8631 };
8632
8633 - cunit@f200 {
8634 - reg = <f200 200>;
8635 + CUNIT: cunit@f200 {
8636 + reg = <0xf200 0x200>;
8637 };
8638
8639 - mpscrouting@b400 {
8640 - reg = <b400 c>;
8641 + MPSCROUTING: mpscrouting@b400 {
8642 + reg = <0xb400 0xc>;
8643 };
8644
8645 - mpscintr@b800 {
8646 - reg = <b800 100>;
8647 - virtual-reg = <f100b800>;
8648 + MPSCINTR: mpscintr@b800 {
8649 + reg = <0xb800 0x100>;
8650 + virtual-reg = <0xf100b800>;
8651 };
8652
8653 - mpsc@8000 {
8654 + MPSC0: mpsc@8000 {
8655 device_type = "serial";
8656 - compatible = "marvell,mpsc";
8657 - reg = <8000 38>;
8658 - virtual-reg = <f1008000>;
8659 - sdma = <&/mv64x60/sdma@4000>;
8660 - brg = <&/mv64x60/brg@b200>;
8661 - cunit = <&/mv64x60/cunit@f200>;
8662 - mpscrouting = <&/mv64x60/mpscrouting@b400>;
8663 - mpscintr = <&/mv64x60/mpscintr@b800>;
8664 - block-index = <0>;
8665 - max_idle = <28>;
8666 - chr_1 = <0>;
8667 - chr_2 = <0>;
8668 - chr_10 = <3>;
8669 - mpcr = <0>;
8670 - interrupts = <28>;
8671 - interrupt-parent = <&/mv64x60/pic>;
8672 + compatible = "marvell,mv64360-mpsc";
8673 + reg = <0x8000 0x38>;
8674 + virtual-reg = <0xf1008000>;
8675 + sdma = <&SDMA0>;
8676 + brg = <&BRG0>;
8677 + cunit = <&CUNIT>;
8678 + mpscrouting = <&MPSCROUTING>;
8679 + mpscintr = <&MPSCINTR>;
8680 + cell-index = <0>;
8681 + interrupts = <40>;
8682 + interrupt-parent = <&PIC>;
8683 };
8684
8685 - mpsc@9000 {
8686 + MPSC1: mpsc@9000 {
8687 device_type = "serial";
8688 - compatible = "marvell,mpsc";
8689 - reg = <9000 38>;
8690 - virtual-reg = <f1009000>;
8691 - sdma = <&/mv64x60/sdma@6000>;
8692 - brg = <&/mv64x60/brg@b208>;
8693 - cunit = <&/mv64x60/cunit@f200>;
8694 - mpscrouting = <&/mv64x60/mpscrouting@b400>;
8695 - mpscintr = <&/mv64x60/mpscintr@b800>;
8696 - block-index = <1>;
8697 - max_idle = <28>;
8698 - chr_1 = <0>;
8699 - chr_2 = <0>;
8700 - chr_10 = <3>;
8701 - mpcr = <0>;
8702 - interrupts = <2a>;
8703 - interrupt-parent = <&/mv64x60/pic>;
8704 + compatible = "marvell,mv64360-mpsc";
8705 + reg = <0x9000 0x38>;
8706 + virtual-reg = <0xf1009000>;
8707 + sdma = <&SDMA1>;
8708 + brg = <&BRG1>;
8709 + cunit = <&CUNIT>;
8710 + mpscrouting = <&MPSCROUTING>;
8711 + mpscintr = <&MPSCINTR>;
8712 + cell-index = <1>;
8713 + interrupts = <42>;
8714 + interrupt-parent = <&PIC>;
8715 };
8716
8717 wdt@b410 { /* watchdog timer */
8718 - compatible = "marvell,mv64x60-wdt";
8719 - reg = <b410 8>;
8720 - timeout = <a>; /* wdt timeout in seconds */
8721 + compatible = "marvell,mv64360-wdt";
8722 + reg = <0xb410 0x8>;
8723 };
8724
8725 i2c@c000 {
8726 device_type = "i2c";
8727 - compatible = "marvell,mv64x60-i2c";
8728 - reg = <c000 20>;
8729 - virtual-reg = <f100c000>;
8730 - freq_m = <8>;
8731 - freq_n = <3>;
8732 - timeout = <3e8>; /* 1000 = 1 second */
8733 - retries = <1>;
8734 - interrupts = <25>;
8735 - interrupt-parent = <&/mv64x60/pic>;
8736 + compatible = "marvell,mv64360-i2c";
8737 + reg = <0xc000 0x20>;
8738 + virtual-reg = <0xf100c000>;
8739 + interrupts = <37>;
8740 + interrupt-parent = <&PIC>;
8741 };
8742
8743 - pic {
8744 + PIC: pic {
8745 #interrupt-cells = <1>;
8746 #address-cells = <0>;
8747 - compatible = "marvell,mv64x60-pic";
8748 - reg = <0000 88>;
8749 + compatible = "marvell,mv64360-pic";
8750 + reg = <0x0 0x88>;
8751 interrupt-controller;
8752 };
8753
8754 mpp@f000 {
8755 - compatible = "marvell,mv64x60-mpp";
8756 - reg = <f000 10>;
8757 + compatible = "marvell,mv64360-mpp";
8758 + reg = <0xf000 0x10>;
8759 };
8760
8761 gpp@f100 {
8762 - compatible = "marvell,mv64x60-gpp";
8763 - reg = <f100 20>;
8764 + compatible = "marvell,mv64360-gpp";
8765 + reg = <0xf100 0x20>;
8766 };
8767
8768 pci@80000000 {
8769 @@ -244,73 +228,75 @@
8770 #size-cells = <2>;
8771 #interrupt-cells = <1>;
8772 device_type = "pci";
8773 - compatible = "marvell,mv64x60-pci";
8774 - reg = <0cf8 8>;
8775 - ranges = <01000000 0 0 88000000 0 01000000
8776 - 02000000 0 80000000 80000000 0 08000000>;
8777 - bus-range = <0 ff>;
8778 - clock-frequency = <3EF1480>;
8779 - interrupt-pci-iack = <0c34>;
8780 - interrupt-parent = <&/mv64x60/pic>;
8781 - interrupt-map-mask = <f800 0 0 7>;
8782 + compatible = "marvell,mv64360-pci";
8783 + reg = <0xcf8 0x8>;
8784 + ranges = <0x01000000 0x0 0x0
8785 + 0x88000000 0x0 0x01000000
8786 + 0x02000000 0x0 0x80000000
8787 + 0x80000000 0x0 0x08000000>;
8788 + bus-range = <0 255>;
8789 + clock-frequency = <66000000>;
8790 + interrupt-pci-iack = <0xc34>;
8791 + interrupt-parent = <&PIC>;
8792 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
8793 interrupt-map = <
8794 /* IDSEL 0x0a */
8795 - 5000 0 0 1 &/mv64x60/pic 50
8796 - 5000 0 0 2 &/mv64x60/pic 51
8797 - 5000 0 0 3 &/mv64x60/pic 5b
8798 - 5000 0 0 4 &/mv64x60/pic 5d
8799 + 0x5000 0 0 1 &PIC 80
8800 + 0x5000 0 0 2 &PIC 81
8801 + 0x5000 0 0 3 &PIC 91
8802 + 0x5000 0 0 4 &PIC 93
8803
8804 /* IDSEL 0x0b */
8805 - 5800 0 0 1 &/mv64x60/pic 5b
8806 - 5800 0 0 2 &/mv64x60/pic 5d
8807 - 5800 0 0 3 &/mv64x60/pic 50
8808 - 5800 0 0 4 &/mv64x60/pic 51
8809 + 0x5800 0 0 1 &PIC 91
8810 + 0x5800 0 0 2 &PIC 93
8811 + 0x5800 0 0 3 &PIC 80
8812 + 0x5800 0 0 4 &PIC 81
8813
8814 /* IDSEL 0x0c */
8815 - 6000 0 0 1 &/mv64x60/pic 5b
8816 - 6000 0 0 2 &/mv64x60/pic 5d
8817 - 6000 0 0 3 &/mv64x60/pic 50
8818 - 6000 0 0 4 &/mv64x60/pic 51
8819 + 0x6000 0 0 1 &PIC 91
8820 + 0x6000 0 0 2 &PIC 93
8821 + 0x6000 0 0 3 &PIC 80
8822 + 0x6000 0 0 4 &PIC 81
8823
8824 /* IDSEL 0x0d */
8825 - 6800 0 0 1 &/mv64x60/pic 5d
8826 - 6800 0 0 2 &/mv64x60/pic 50
8827 - 6800 0 0 3 &/mv64x60/pic 51
8828 - 6800 0 0 4 &/mv64x60/pic 5b
8829 + 0x6800 0 0 1 &PIC 93
8830 + 0x6800 0 0 2 &PIC 80
8831 + 0x6800 0 0 3 &PIC 81
8832 + 0x6800 0 0 4 &PIC 91
8833 >;
8834 };
8835
8836 cpu-error@0070 {
8837 - compatible = "marvell,mv64x60-cpu-error";
8838 - reg = <0070 10 0128 28>;
8839 - interrupts = <03>;
8840 - interrupt-parent = <&/mv64x60/pic>;
8841 + compatible = "marvell,mv64360-cpu-error";
8842 + reg = <0x70 0x10 0x128 0x28>;
8843 + interrupts = <3>;
8844 + interrupt-parent = <&PIC>;
8845 };
8846
8847 sram-ctrl@0380 {
8848 - compatible = "marvell,mv64x60-sram-ctrl";
8849 - reg = <0380 80>;
8850 - interrupts = <0d>;
8851 - interrupt-parent = <&/mv64x60/pic>;
8852 + compatible = "marvell,mv64360-sram-ctrl";
8853 + reg = <0x380 0x80>;
8854 + interrupts = <13>;
8855 + interrupt-parent = <&PIC>;
8856 };
8857
8858 pci-error@1d40 {
8859 - compatible = "marvell,mv64x60-pci-error";
8860 - reg = <1d40 40 0c28 4>;
8861 - interrupts = <0c>;
8862 - interrupt-parent = <&/mv64x60/pic>;
8863 + compatible = "marvell,mv64360-pci-error";
8864 + reg = <0x1d40 0x40 0xc28 0x4>;
8865 + interrupts = <12>;
8866 + interrupt-parent = <&PIC>;
8867 };
8868
8869 mem-ctrl@1400 {
8870 - compatible = "marvell,mv64x60-mem-ctrl";
8871 - reg = <1400 60>;
8872 - interrupts = <11>;
8873 - interrupt-parent = <&/mv64x60/pic>;
8874 + compatible = "marvell,mv64360-mem-ctrl";
8875 + reg = <0x1400 0x60>;
8876 + interrupts = <17>;
8877 + interrupt-parent = <&PIC>;
8878 };
8879 };
8880
8881 chosen {
8882 bootargs = "ip=on";
8883 - linux,stdout-path = "/mv64x60@f1000000/mpsc@8000";
8884 + linux,stdout-path = &MPSC0;
8885 };
8886 };
8887 --- a/arch/powerpc/boot/dts/rainier.dts
8888 +++ b/arch/powerpc/boot/dts/rainier.dts
8889 @@ -254,7 +254,6 @@
8890 };
8891
8892 EMAC0: ethernet@ef600e00 {
8893 - linux,network-index = <0>;
8894 device_type = "network";
8895 compatible = "ibm,emac-440grx", "ibm,emac-440epx", "ibm,emac4";
8896 interrupt-parent = <&EMAC0>;
8897 @@ -270,7 +269,7 @@
8898 mal-tx-channel = <0>;
8899 mal-rx-channel = <0>;
8900 cell-index = <0>;
8901 - max-frame-size = <5dc>;
8902 + max-frame-size = <2328>;
8903 rx-fifo-size = <1000>;
8904 tx-fifo-size = <800>;
8905 phy-mode = "rgmii";
8906 @@ -284,7 +283,6 @@
8907 };
8908
8909 EMAC1: ethernet@ef600f00 {
8910 - linux,network-index = <1>;
8911 device_type = "network";
8912 compatible = "ibm,emac-440grx", "ibm,emac-440epx", "ibm,emac4";
8913 interrupt-parent = <&EMAC1>;
8914 @@ -300,7 +298,7 @@
8915 mal-tx-channel = <1>;
8916 mal-rx-channel = <1>;
8917 cell-index = <1>;
8918 - max-frame-size = <5dc>;
8919 + max-frame-size = <2328>;
8920 rx-fifo-size = <1000>;
8921 tx-fifo-size = <800>;
8922 phy-mode = "rgmii";
8923 --- /dev/null
8924 +++ b/arch/powerpc/boot/dts/sbc8641d.dts
8925 @@ -0,0 +1,352 @@
8926 +/*
8927 + * SBC8641D Device Tree Source
8928 + *
8929 + * Copyright 2008 Wind River Systems Inc.
8930 + *
8931 + * Paul Gortmaker (see MAINTAINERS for contact information)
8932 + *
8933 + * Based largely on the mpc8641_hpcn.dts by Freescale Semiconductor Inc.
8934 + *
8935 + * This program is free software; you can redistribute it and/or modify it
8936 + * under the terms of the GNU General Public License as published by the
8937 + * Free Software Foundation; either version 2 of the License, or (at your
8938 + * option) any later version.
8939 + */
8940 +
8941 +/dts-v1/;
8942 +
8943 +/ {
8944 + model = "SBC8641D";
8945 + compatible = "wind,sbc8641";
8946 + #address-cells = <1>;
8947 + #size-cells = <1>;
8948 +
8949 + aliases {
8950 + ethernet0 = &enet0;
8951 + ethernet1 = &enet1;
8952 + ethernet2 = &enet2;
8953 + ethernet3 = &enet3;
8954 + serial0 = &serial0;
8955 + serial1 = &serial1;
8956 + pci0 = &pci0;
8957 + pci1 = &pci1;
8958 + };
8959 +
8960 + cpus {
8961 + #address-cells = <1>;
8962 + #size-cells = <0>;
8963 +
8964 + PowerPC,8641@0 {
8965 + device_type = "cpu";
8966 + reg = <0>;
8967 + d-cache-line-size = <32>;
8968 + i-cache-line-size = <32>;
8969 + d-cache-size = <32768>; // L1
8970 + i-cache-size = <32768>; // L1
8971 + timebase-frequency = <0>; // From uboot
8972 + bus-frequency = <0>; // From uboot
8973 + clock-frequency = <0>; // From uboot
8974 + };
8975 + PowerPC,8641@1 {
8976 + device_type = "cpu";
8977 + reg = <1>;
8978 + d-cache-line-size = <32>;
8979 + i-cache-line-size = <32>;
8980 + d-cache-size = <32768>;
8981 + i-cache-size = <32768>;
8982 + timebase-frequency = <0>; // From uboot
8983 + bus-frequency = <0>; // From uboot
8984 + clock-frequency = <0>; // From uboot
8985 + };
8986 + };
8987 +
8988 + memory {
8989 + device_type = "memory";
8990 + reg = <0x00000000 0x20000000>; // 512M at 0x0
8991 + };
8992 +
8993 + localbus@f8005000 {
8994 + #address-cells = <2>;
8995 + #size-cells = <1>;
8996 + compatible = "fsl,mpc8641-localbus", "simple-bus";
8997 + reg = <0xf8005000 0x1000>;
8998 + interrupts = <19 2>;
8999 + interrupt-parent = <&mpic>;
9000 +
9001 + ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash
9002 + 1 0 0xf0000000 0x00010000 // 64KB EEPROM
9003 + 2 0 0xf1000000 0x00100000 // EPLD (1MB)
9004 + 3 0 0xe0000000 0x04000000 // 64MB LB SDRAM (CS3)
9005 + 4 0 0xe4000000 0x04000000 // 64MB LB SDRAM (CS4)
9006 + 6 0 0xf4000000 0x00100000 // LCD display (1MB)
9007 + 7 0 0xe8000000 0x04000000>; // 64MB OneNAND
9008 +
9009 + flash@0,0 {
9010 + compatible = "cfi-flash";
9011 + reg = <0 0 0x01000000>;
9012 + bank-width = <2>;
9013 + device-width = <2>;
9014 + #address-cells = <1>;
9015 + #size-cells = <1>;
9016 + partition@0 {
9017 + label = "dtb";
9018 + reg = <0x00000000 0x00100000>;
9019 + read-only;
9020 + };
9021 + partition@300000 {
9022 + label = "kernel";
9023 + reg = <0x00100000 0x00400000>;
9024 + read-only;
9025 + };
9026 + partition@400000 {
9027 + label = "fs";
9028 + reg = <0x00500000 0x00a00000>;
9029 + };
9030 + partition@700000 {
9031 + label = "firmware";
9032 + reg = <0x00f00000 0x00100000>;
9033 + read-only;
9034 + };
9035 + };
9036 +
9037 + epld@2,0 {
9038 + compatible = "wrs,epld-localbus";
9039 + #address-cells = <2>;
9040 + #size-cells = <1>;
9041 + reg = <2 0 0x100000>;
9042 + ranges = <0 0 5 0 1 // User switches
9043 + 1 0 5 1 1 // Board ID/Rev
9044 + 3 0 5 3 1>; // LEDs
9045 + };
9046 + };
9047 +
9048 + soc@f8000000 {
9049 + #address-cells = <1>;
9050 + #size-cells = <1>;
9051 + device_type = "soc";
9052 + compatible = "simple-bus";
9053 + ranges = <0x00000000 0xf8000000 0x00100000>;
9054 + reg = <0xf8000000 0x00001000>; // CCSRBAR
9055 + bus-frequency = <0>;
9056 +
9057 + i2c@3000 {
9058 + #address-cells = <1>;
9059 + #size-cells = <0>;
9060 + cell-index = <0>;
9061 + compatible = "fsl-i2c";
9062 + reg = <0x3000 0x100>;
9063 + interrupts = <43 2>;
9064 + interrupt-parent = <&mpic>;
9065 + dfsrr;
9066 + };
9067 +
9068 + i2c@3100 {
9069 + #address-cells = <1>;
9070 + #size-cells = <0>;
9071 + cell-index = <1>;
9072 + compatible = "fsl-i2c";
9073 + reg = <0x3100 0x100>;
9074 + interrupts = <43 2>;
9075 + interrupt-parent = <&mpic>;
9076 + dfsrr;
9077 + };
9078 +
9079 + mdio@24520 {
9080 + #address-cells = <1>;
9081 + #size-cells = <0>;
9082 + compatible = "fsl,gianfar-mdio";
9083 + reg = <0x24520 0x20>;
9084 +
9085 + phy0: ethernet-phy@1f {
9086 + interrupt-parent = <&mpic>;
9087 + interrupts = <10 1>;
9088 + reg = <0x1f>;
9089 + device_type = "ethernet-phy";
9090 + };
9091 + phy1: ethernet-phy@0 {
9092 + interrupt-parent = <&mpic>;
9093 + interrupts = <10 1>;
9094 + reg = <0>;
9095 + device_type = "ethernet-phy";
9096 + };
9097 + phy2: ethernet-phy@1 {
9098 + interrupt-parent = <&mpic>;
9099 + interrupts = <10 1>;
9100 + reg = <1>;
9101 + device_type = "ethernet-phy";
9102 + };
9103 + phy3: ethernet-phy@2 {
9104 + interrupt-parent = <&mpic>;
9105 + interrupts = <10 1>;
9106 + reg = <2>;
9107 + device_type = "ethernet-phy";
9108 + };
9109 + };
9110 +
9111 + enet0: ethernet@24000 {
9112 + cell-index = <0>;
9113 + device_type = "network";
9114 + model = "TSEC";
9115 + compatible = "gianfar";
9116 + reg = <0x24000 0x1000>;
9117 + local-mac-address = [ 00 00 00 00 00 00 ];
9118 + interrupts = <29 2 30 2 34 2>;
9119 + interrupt-parent = <&mpic>;
9120 + phy-handle = <&phy0>;
9121 + phy-connection-type = "rgmii-id";
9122 + };
9123 +
9124 + enet1: ethernet@25000 {
9125 + cell-index = <1>;
9126 + device_type = "network";
9127 + model = "TSEC";
9128 + compatible = "gianfar";
9129 + reg = <0x25000 0x1000>;
9130 + local-mac-address = [ 00 00 00 00 00 00 ];
9131 + interrupts = <35 2 36 2 40 2>;
9132 + interrupt-parent = <&mpic>;
9133 + phy-handle = <&phy1>;
9134 + phy-connection-type = "rgmii-id";
9135 + };
9136 +
9137 + enet2: ethernet@26000 {
9138 + cell-index = <2>;
9139 + device_type = "network";
9140 + model = "TSEC";
9141 + compatible = "gianfar";
9142 + reg = <0x26000 0x1000>;
9143 + local-mac-address = [ 00 00 00 00 00 00 ];
9144 + interrupts = <31 2 32 2 33 2>;
9145 + interrupt-parent = <&mpic>;
9146 + phy-handle = <&phy2>;
9147 + phy-connection-type = "rgmii-id";
9148 + };
9149 +
9150 + enet3: ethernet@27000 {
9151 + cell-index = <3>;
9152 + device_type = "network";
9153 + model = "TSEC";
9154 + compatible = "gianfar";
9155 + reg = <0x27000 0x1000>;
9156 + local-mac-address = [ 00 00 00 00 00 00 ];
9157 + interrupts = <37 2 38 2 39 2>;
9158 + interrupt-parent = <&mpic>;
9159 + phy-handle = <&phy3>;
9160 + phy-connection-type = "rgmii-id";
9161 + };
9162 +
9163 + serial0: serial@4500 {
9164 + cell-index = <0>;
9165 + device_type = "serial";
9166 + compatible = "ns16550";
9167 + reg = <0x4500 0x100>;
9168 + clock-frequency = <0>;
9169 + interrupts = <42 2>;
9170 + interrupt-parent = <&mpic>;
9171 + };
9172 +
9173 + serial1: serial@4600 {
9174 + cell-index = <1>;
9175 + device_type = "serial";
9176 + compatible = "ns16550";
9177 + reg = <0x4600 0x100>;
9178 + clock-frequency = <0>;
9179 + interrupts = <28 2>;
9180 + interrupt-parent = <&mpic>;
9181 + };
9182 +
9183 + mpic: pic@40000 {
9184 + clock-frequency = <0>;
9185 + interrupt-controller;
9186 + #address-cells = <0>;
9187 + #interrupt-cells = <2>;
9188 + reg = <0x40000 0x40000>;
9189 + compatible = "chrp,open-pic";
9190 + device_type = "open-pic";
9191 + big-endian;
9192 + };
9193 +
9194 + global-utilities@e0000 {
9195 + compatible = "fsl,mpc8641-guts";
9196 + reg = <0xe0000 0x1000>;
9197 + fsl,has-rstcr;
9198 + };
9199 + };
9200 +
9201 + pci0: pcie@f8008000 {
9202 + cell-index = <0>;
9203 + compatible = "fsl,mpc8641-pcie";
9204 + device_type = "pci";
9205 + #interrupt-cells = <1>;
9206 + #size-cells = <2>;
9207 + #address-cells = <3>;
9208 + reg = <0xf8008000 0x1000>;
9209 + bus-range = <0x0 0xff>;
9210 + ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
9211 + 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
9212 + clock-frequency = <33333333>;
9213 + interrupt-parent = <&mpic>;
9214 + interrupts = <24 2>;
9215 + interrupt-map-mask = <0xff00 0 0 7>;
9216 + interrupt-map = <
9217 + /* IDSEL 0x0 */
9218 + 0x0000 0 0 1 &mpic 0 1
9219 + 0x0000 0 0 2 &mpic 1 1
9220 + 0x0000 0 0 3 &mpic 2 1
9221 + 0x0000 0 0 4 &mpic 3 1
9222 + >;
9223 +
9224 + pcie@0 {
9225 + reg = <0 0 0 0 0>;
9226 + #size-cells = <2>;
9227 + #address-cells = <3>;
9228 + device_type = "pci";
9229 + ranges = <0x02000000 0x0 0x80000000
9230 + 0x02000000 0x0 0x80000000
9231 + 0x0 0x20000000
9232 +
9233 + 0x01000000 0x0 0x00000000
9234 + 0x01000000 0x0 0x00000000
9235 + 0x0 0x00100000>;
9236 + };
9237 +
9238 + };
9239 +
9240 + pci1: pcie@f8009000 {
9241 + cell-index = <1>;
9242 + compatible = "fsl,mpc8641-pcie";
9243 + device_type = "pci";
9244 + #interrupt-cells = <1>;
9245 + #size-cells = <2>;
9246 + #address-cells = <3>;
9247 + reg = <0xf8009000 0x1000>;
9248 + bus-range = <0 0xff>;
9249 + ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
9250 + 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
9251 + clock-frequency = <33333333>;
9252 + interrupt-parent = <&mpic>;
9253 + interrupts = <25 2>;
9254 + interrupt-map-mask = <0xf800 0 0 7>;
9255 + interrupt-map = <
9256 + /* IDSEL 0x0 */
9257 + 0x0000 0 0 1 &mpic 4 1
9258 + 0x0000 0 0 2 &mpic 5 1
9259 + 0x0000 0 0 3 &mpic 6 1
9260 + 0x0000 0 0 4 &mpic 7 1
9261 + >;
9262 +
9263 + pcie@0 {
9264 + reg = <0 0 0 0 0>;
9265 + #size-cells = <2>;
9266 + #address-cells = <3>;
9267 + device_type = "pci";
9268 + ranges = <0x02000000 0x0 0xa0000000
9269 + 0x02000000 0x0 0xa0000000
9270 + 0x0 0x20000000
9271 +
9272 + 0x01000000 0x0 0x00000000
9273 + 0x01000000 0x0 0x00000000
9274 + 0x0 0x00100000>;
9275 + };
9276 + };
9277 +};
9278 --- a/arch/powerpc/boot/dts/sequoia.dts
9279 +++ b/arch/powerpc/boot/dts/sequoia.dts
9280 @@ -269,7 +269,6 @@
9281 };
9282
9283 EMAC0: ethernet@ef600e00 {
9284 - linux,network-index = <0>;
9285 device_type = "network";
9286 compatible = "ibm,emac-440epx", "ibm,emac4";
9287 interrupt-parent = <&EMAC0>;
9288 @@ -285,7 +284,7 @@
9289 mal-tx-channel = <0>;
9290 mal-rx-channel = <0>;
9291 cell-index = <0>;
9292 - max-frame-size = <5dc>;
9293 + max-frame-size = <2328>;
9294 rx-fifo-size = <1000>;
9295 tx-fifo-size = <800>;
9296 phy-mode = "rgmii";
9297 @@ -299,7 +298,6 @@
9298 };
9299
9300 EMAC1: ethernet@ef600f00 {
9301 - linux,network-index = <1>;
9302 device_type = "network";
9303 compatible = "ibm,emac-440epx", "ibm,emac4";
9304 interrupt-parent = <&EMAC1>;
9305 @@ -315,7 +313,7 @@
9306 mal-tx-channel = <1>;
9307 mal-rx-channel = <1>;
9308 cell-index = <1>;
9309 - max-frame-size = <5dc>;
9310 + max-frame-size = <2328>;
9311 rx-fifo-size = <1000>;
9312 tx-fifo-size = <800>;
9313 phy-mode = "rgmii";
9314 --- a/arch/powerpc/boot/dts/taishan.dts
9315 +++ b/arch/powerpc/boot/dts/taishan.dts
9316 @@ -104,6 +104,16 @@
9317 // FIXME: anything else?
9318 };
9319
9320 + L2C0: l2c {
9321 + compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
9322 + dcr-reg = <20 8 /* Internal SRAM DCR's */
9323 + 30 8>; /* L2 cache DCR's */
9324 + cache-line-size = <20>; /* 32 bytes */
9325 + cache-size = <40000>; /* L2, 256K */
9326 + interrupt-parent = <&UIC2>;
9327 + interrupts = <17 1>;
9328 + };
9329 +
9330 plb {
9331 compatible = "ibm,plb-440gx", "ibm,plb4";
9332 #address-cells = <2>;
9333 @@ -232,10 +242,18 @@
9334 reg = <40000790 8>;
9335 };
9336
9337 + TAH0: emac-tah@40000b50 {
9338 + compatible = "ibm,tah-440gx", "ibm,tah";
9339 + reg = <40000b50 30>;
9340 + };
9341 +
9342 + TAH1: emac-tah@40000d50 {
9343 + compatible = "ibm,tah-440gx", "ibm,tah";
9344 + reg = <40000d50 30>;
9345 + };
9346
9347 EMAC0: ethernet@40000800 {
9348 unused = <1>;
9349 - linux,network-index = <2>;
9350 device_type = "network";
9351 compatible = "ibm,emac-440gx", "ibm,emac4";
9352 interrupt-parent = <&UIC1>;
9353 @@ -256,7 +274,6 @@
9354 };
9355 EMAC1: ethernet@40000900 {
9356 unused = <1>;
9357 - linux,network-index = <3>;
9358 device_type = "network";
9359 compatible = "ibm,emac-440gx", "ibm,emac4";
9360 interrupt-parent = <&UIC1>;
9361 @@ -277,7 +294,6 @@
9362 };
9363
9364 EMAC2: ethernet@40000c00 {
9365 - linux,network-index = <0>;
9366 device_type = "network";
9367 compatible = "ibm,emac-440gx", "ibm,emac4";
9368 interrupt-parent = <&UIC2>;
9369 @@ -288,7 +304,7 @@
9370 mal-tx-channel = <2>;
9371 mal-rx-channel = <2>;
9372 cell-index = <2>;
9373 - max-frame-size = <5dc>;
9374 + max-frame-size = <2328>;
9375 rx-fifo-size = <1000>;
9376 tx-fifo-size = <800>;
9377 phy-mode = "rgmii";
9378 @@ -297,10 +313,11 @@
9379 rgmii-channel = <0>;
9380 zmii-device = <&ZMII0>;
9381 zmii-channel = <2>;
9382 + tah-device = <&TAH0>;
9383 + tah-channel = <0>;
9384 };
9385
9386 EMAC3: ethernet@40000e00 {
9387 - linux,network-index = <1>;
9388 device_type = "network";
9389 compatible = "ibm,emac-440gx", "ibm,emac4";
9390 interrupt-parent = <&UIC2>;
9391 @@ -311,7 +328,7 @@
9392 mal-tx-channel = <3>;
9393 mal-rx-channel = <3>;
9394 cell-index = <3>;
9395 - max-frame-size = <5dc>;
9396 + max-frame-size = <2328>;
9397 rx-fifo-size = <1000>;
9398 tx-fifo-size = <800>;
9399 phy-mode = "rgmii";
9400 @@ -320,6 +337,8 @@
9401 rgmii-channel = <1>;
9402 zmii-device = <&ZMII0>;
9403 zmii-channel = <3>;
9404 + tah-device = <&TAH1>;
9405 + tah-channel = <0>;
9406 };
9407
9408
9409 --- a/arch/powerpc/boot/dts/walnut.dts
9410 +++ b/arch/powerpc/boot/dts/walnut.dts
9411 @@ -125,7 +125,6 @@
9412 };
9413
9414 EMAC: ethernet@ef600800 {
9415 - linux,network-index = <0>;
9416 device_type = "network";
9417 compatible = "ibm,emac-405gp", "ibm,emac";
9418 interrupt-parent = <&UIC0>;
9419 --- a/arch/powerpc/boot/dts/warp.dts
9420 +++ b/arch/powerpc/boot/dts/warp.dts
9421 @@ -204,7 +204,6 @@
9422 };
9423
9424 EMAC0: ethernet@ef600e00 {
9425 - linux,network-index = <0>;
9426 device_type = "network";
9427 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9428 interrupt-parent = <&UIC1>;
9429 --- /dev/null
9430 +++ b/arch/powerpc/boot/dts/yosemite.dts
9431 @@ -0,0 +1,304 @@
9432 +/*
9433 + * Device Tree Source for AMCC Yosemite
9434 + *
9435 + * Copyright 2008 IBM Corp.
9436 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
9437 + *
9438 + * This file is licensed under the terms of the GNU General Public
9439 + * License version 2. This program is licensed "as is" without
9440 + * any warranty of any kind, whether express or implied.
9441 + */
9442 +
9443 +/ {
9444 + #address-cells = <2>;
9445 + #size-cells = <1>;
9446 + model = "amcc,yosemite";
9447 + compatible = "amcc,yosemite","amcc,bamboo";
9448 + dcr-parent = <&/cpus/cpu@0>;
9449 +
9450 + aliases {
9451 + ethernet0 = &EMAC0;
9452 + ethernet1 = &EMAC1;
9453 + serial0 = &UART0;
9454 + serial1 = &UART1;
9455 + serial2 = &UART2;
9456 + serial3 = &UART3;
9457 + };
9458 +
9459 + cpus {
9460 + #address-cells = <1>;
9461 + #size-cells = <0>;
9462 +
9463 + cpu@0 {
9464 + device_type = "cpu";
9465 + model = "PowerPC,440EP";
9466 + reg = <0>;
9467 + clock-frequency = <0>; /* Filled in by zImage */
9468 + timebase-frequency = <0>; /* Filled in by zImage */
9469 + i-cache-line-size = <20>;
9470 + d-cache-line-size = <20>;
9471 + i-cache-size = <8000>;
9472 + d-cache-size = <8000>;
9473 + dcr-controller;
9474 + dcr-access-method = "native";
9475 + };
9476 + };
9477 +
9478 + memory {
9479 + device_type = "memory";
9480 + reg = <0 0 0>; /* Filled in by zImage */
9481 + };
9482 +
9483 + UIC0: interrupt-controller0 {
9484 + compatible = "ibm,uic-440ep","ibm,uic";
9485 + interrupt-controller;
9486 + cell-index = <0>;
9487 + dcr-reg = <0c0 009>;
9488 + #address-cells = <0>;
9489 + #size-cells = <0>;
9490 + #interrupt-cells = <2>;
9491 + };
9492 +
9493 + UIC1: interrupt-controller1 {
9494 + compatible = "ibm,uic-440ep","ibm,uic";
9495 + interrupt-controller;
9496 + cell-index = <1>;
9497 + dcr-reg = <0d0 009>;
9498 + #address-cells = <0>;
9499 + #size-cells = <0>;
9500 + #interrupt-cells = <2>;
9501 + interrupts = <1e 4 1f 4>; /* cascade */
9502 + interrupt-parent = <&UIC0>;
9503 + };
9504 +
9505 + SDR0: sdr {
9506 + compatible = "ibm,sdr-440ep";
9507 + dcr-reg = <00e 002>;
9508 + };
9509 +
9510 + CPR0: cpr {
9511 + compatible = "ibm,cpr-440ep";
9512 + dcr-reg = <00c 002>;
9513 + };
9514 +
9515 + plb {
9516 + compatible = "ibm,plb-440ep", "ibm,plb-440gp", "ibm,plb4";
9517 + #address-cells = <2>;
9518 + #size-cells = <1>;
9519 + ranges;
9520 + clock-frequency = <0>; /* Filled in by zImage */
9521 +
9522 + SDRAM0: sdram {
9523 + compatible = "ibm,sdram-440ep", "ibm,sdram-405gp";
9524 + dcr-reg = <010 2>;
9525 + };
9526 +
9527 + DMA0: dma {
9528 + compatible = "ibm,dma-440ep", "ibm,dma-440gp";
9529 + dcr-reg = <100 027>;
9530 + };
9531 +
9532 + MAL0: mcmal {
9533 + compatible = "ibm,mcmal-440ep", "ibm,mcmal-440gp", "ibm,mcmal";
9534 + dcr-reg = <180 62>;
9535 + num-tx-chans = <4>;
9536 + num-rx-chans = <2>;
9537 + interrupt-parent = <&MAL0>;
9538 + interrupts = <0 1 2 3 4>;
9539 + #interrupt-cells = <1>;
9540 + #address-cells = <0>;
9541 + #size-cells = <0>;
9542 + interrupt-map = </*TXEOB*/ 0 &UIC0 a 4
9543 + /*RXEOB*/ 1 &UIC0 b 4
9544 + /*SERR*/ 2 &UIC1 0 4
9545 + /*TXDE*/ 3 &UIC1 1 4
9546 + /*RXDE*/ 4 &UIC1 2 4>;
9547 + };
9548 +
9549 + POB0: opb {
9550 + compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
9551 + #address-cells = <1>;
9552 + #size-cells = <1>;
9553 + /* Bamboo is oddball in the 44x world and doesn't use the ERPN
9554 + * bits.
9555 + */
9556 + ranges = <00000000 0 00000000 80000000
9557 + 80000000 0 80000000 80000000>;
9558 + interrupt-parent = <&UIC1>;
9559 + interrupts = <7 4>;
9560 + clock-frequency = <0>; /* Filled in by zImage */
9561 +
9562 + EBC0: ebc {
9563 + compatible = "ibm,ebc-440ep", "ibm,ebc-440gp", "ibm,ebc";
9564 + dcr-reg = <012 2>;
9565 + #address-cells = <2>;
9566 + #size-cells = <1>;
9567 + clock-frequency = <0>; /* Filled in by zImage */
9568 + interrupts = <5 1>;
9569 + interrupt-parent = <&UIC1>;
9570 + };
9571 +
9572 + UART0: serial@ef600300 {
9573 + device_type = "serial";
9574 + compatible = "ns16550";
9575 + reg = <ef600300 8>;
9576 + virtual-reg = <ef600300>;
9577 + clock-frequency = <0>; /* Filled in by zImage */
9578 + current-speed = <1c200>;
9579 + interrupt-parent = <&UIC0>;
9580 + interrupts = <0 4>;
9581 + };
9582 +
9583 + UART1: serial@ef600400 {
9584 + device_type = "serial";
9585 + compatible = "ns16550";
9586 + reg = <ef600400 8>;
9587 + virtual-reg = <ef600400>;
9588 + clock-frequency = <0>;
9589 + current-speed = <0>;
9590 + interrupt-parent = <&UIC0>;
9591 + interrupts = <1 4>;
9592 + };
9593 +
9594 + UART2: serial@ef600500 {
9595 + device_type = "serial";
9596 + compatible = "ns16550";
9597 + reg = <ef600500 8>;
9598 + virtual-reg = <ef600500>;
9599 + clock-frequency = <0>;
9600 + current-speed = <0>;
9601 + interrupt-parent = <&UIC0>;
9602 + interrupts = <3 4>;
9603 + status = "disabled";
9604 + };
9605 +
9606 + UART3: serial@ef600600 {
9607 + device_type = "serial";
9608 + compatible = "ns16550";
9609 + reg = <ef600600 8>;
9610 + virtual-reg = <ef600600>;
9611 + clock-frequency = <0>;
9612 + current-speed = <0>;
9613 + interrupt-parent = <&UIC0>;
9614 + interrupts = <4 4>;
9615 + status = "disabled";
9616 + };
9617 +
9618 + IIC0: i2c@ef600700 {
9619 + compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
9620 + reg = <ef600700 14>;
9621 + interrupt-parent = <&UIC0>;
9622 + interrupts = <2 4>;
9623 + };
9624 +
9625 + IIC1: i2c@ef600800 {
9626 + compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
9627 + reg = <ef600800 14>;
9628 + interrupt-parent = <&UIC0>;
9629 + interrupts = <7 4>;
9630 + };
9631 +
9632 + spi@ef600900 {
9633 + compatible = "amcc,spi-440ep";
9634 + reg = <ef600900 6>;
9635 + interrupts = <8 4>;
9636 + interrupt-parent = <&UIC0>;
9637 + };
9638 +
9639 + ZMII0: emac-zmii@ef600d00 {
9640 + compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
9641 + reg = <ef600d00 c>;
9642 + };
9643 +
9644 + EMAC0: ethernet@ef600e00 {
9645 + device_type = "network";
9646 + compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9647 + interrupt-parent = <&UIC1>;
9648 + interrupts = <1c 4 1d 4>;
9649 + reg = <ef600e00 70>;
9650 + local-mac-address = [000000000000];
9651 + mal-device = <&MAL0>;
9652 + mal-tx-channel = <0 1>;
9653 + mal-rx-channel = <0>;
9654 + cell-index = <0>;
9655 + max-frame-size = <5dc>;
9656 + rx-fifo-size = <1000>;
9657 + tx-fifo-size = <800>;
9658 + phy-mode = "rmii";
9659 + phy-map = <00000000>;
9660 + zmii-device = <&ZMII0>;
9661 + zmii-channel = <0>;
9662 + };
9663 +
9664 + EMAC1: ethernet@ef600f00 {
9665 + device_type = "network";
9666 + compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9667 + interrupt-parent = <&UIC1>;
9668 + interrupts = <1e 4 1f 4>;
9669 + reg = <ef600f00 70>;
9670 + local-mac-address = [000000000000];
9671 + mal-device = <&MAL0>;
9672 + mal-tx-channel = <2 3>;
9673 + mal-rx-channel = <1>;
9674 + cell-index = <1>;
9675 + max-frame-size = <5dc>;
9676 + rx-fifo-size = <1000>;
9677 + tx-fifo-size = <800>;
9678 + phy-mode = "rmii";
9679 + phy-map = <00000000>;
9680 + zmii-device = <&ZMII0>;
9681 + zmii-channel = <1>;
9682 + };
9683 +
9684 + usb@ef601000 {
9685 + compatible = "ohci-be";
9686 + reg = <ef601000 80>;
9687 + interrupts = <8 4 9 4>;
9688 + interrupt-parent = < &UIC1 >;
9689 + };
9690 + };
9691 +
9692 + PCI0: pci@ec000000 {
9693 + device_type = "pci";
9694 + #interrupt-cells = <1>;
9695 + #size-cells = <2>;
9696 + #address-cells = <3>;
9697 + compatible = "ibm,plb440ep-pci", "ibm,plb-pci";
9698 + primary;
9699 + reg = <0 eec00000 8 /* Config space access */
9700 + 0 eed00000 4 /* IACK */
9701 + 0 eed00000 4 /* Special cycle */
9702 + 0 ef400000 40>; /* Internal registers */
9703 +
9704 + /* Outbound ranges, one memory and one IO,
9705 + * later cannot be changed. Chip supports a second
9706 + * IO range but we don't use it for now
9707 + */
9708 + ranges = <02000000 0 a0000000 0 a0000000 0 20000000
9709 + 01000000 0 00000000 0 e8000000 0 00010000>;
9710 +
9711 + /* Inbound 2GB range starting at 0 */
9712 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
9713 +
9714 + /* Bamboo has all 4 IRQ pins tied together per slot */
9715 + interrupt-map-mask = <f800 0 0 0>;
9716 + interrupt-map = <
9717 + /* IDSEL 1 */
9718 + 0800 0 0 0 &UIC0 1c 8
9719 +
9720 + /* IDSEL 2 */
9721 + 1000 0 0 0 &UIC0 1b 8
9722 +
9723 + /* IDSEL 3 */
9724 + 1800 0 0 0 &UIC0 1a 8
9725 +
9726 + /* IDSEL 4 */
9727 + 2000 0 0 0 &UIC0 19 8
9728 + >;
9729 + };
9730 + };
9731 +
9732 + chosen {
9733 + linux,stdout-path = "/plb/opb/serial@ef600300";
9734 + };
9735 +};
9736 --- a/arch/powerpc/boot/ebony.c
9737 +++ b/arch/powerpc/boot/ebony.c
9738 @@ -75,7 +75,8 @@
9739
9740 ibm440gp_fixup_clocks(sysclk, 6 * 1843200);
9741 ibm4xx_sdram_fixup_memsize();
9742 - dt_fixup_mac_addresses(ebony_mac0, ebony_mac1);
9743 + dt_fixup_mac_address_by_alias("ethernet0", ebony_mac0);
9744 + dt_fixup_mac_address_by_alias("ethernet1", ebony_mac1);
9745 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
9746 ebony_flashsel_fixup();
9747 }
9748 --- a/arch/powerpc/boot/libfdt-wrapper.c
9749 +++ b/arch/powerpc/boot/libfdt-wrapper.c
9750 @@ -35,7 +35,7 @@
9751 #define check_err(err) \
9752 ({ \
9753 if (BAD_ERROR(err) || ((err < 0) && DEBUG)) \
9754 - printf("%s():%d %s\n\r", __FUNCTION__, __LINE__, \
9755 + printf("%s():%d %s\n\r", __func__, __LINE__, \
9756 fdt_strerror(err)); \
9757 if (BAD_ERROR(err)) \
9758 exit(); \
9759 --- a/arch/powerpc/boot/mpc52xx-psc.c
9760 +++ b/arch/powerpc/boot/mpc52xx-psc.c
9761 @@ -51,14 +51,9 @@
9762
9763 int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp)
9764 {
9765 - int n;
9766 -
9767 /* Get the base address of the psc registers */
9768 - n = getprop(devp, "virtual-reg", &psc, sizeof(psc));
9769 - if (n != sizeof(psc)) {
9770 - if (!dt_xlate_reg(devp, 0, (void *)&psc, NULL))
9771 - return -1;
9772 - }
9773 + if (dt_get_virtual_reg(devp, &psc, 1) < 1)
9774 + return -1;
9775
9776 scdp->open = psc_open;
9777 scdp->putc = psc_putc;
9778 --- a/arch/powerpc/boot/mpsc.c
9779 +++ b/arch/powerpc/boot/mpsc.c
9780 @@ -141,7 +141,7 @@
9781 if (mpscintr_base == NULL)
9782 goto err_out;
9783
9784 - n = getprop(devp, "block-index", &v, sizeof(v));
9785 + n = getprop(devp, "cell-index", &v, sizeof(v));
9786 if (n != sizeof(v))
9787 goto err_out;
9788 reg_set = (int)v;
9789 --- a/arch/powerpc/boot/mv64x60.c
9790 +++ b/arch/powerpc/boot/mv64x60.c
9791 @@ -535,7 +535,7 @@
9792 u32 v[2];
9793 void *devp;
9794
9795 - devp = finddevice("/mv64x60");
9796 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9797 if (devp == NULL)
9798 goto err_out;
9799 if (getprop(devp, "reg", v, sizeof(v)) != sizeof(v))
9800 @@ -553,7 +553,7 @@
9801 u32 v;
9802 void *devp;
9803
9804 - devp = finddevice("/mv64x60");
9805 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9806 if (devp == NULL)
9807 goto err_out;
9808 if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
9809 --- a/arch/powerpc/boot/mv64x60_i2c.c
9810 +++ b/arch/powerpc/boot/mv64x60_i2c.c
9811 @@ -185,7 +185,7 @@
9812 u32 v;
9813 void *devp;
9814
9815 - devp = finddevice("/mv64x60/i2c");
9816 + devp = find_node_by_compatible(NULL, "marvell,mv64360-i2c");
9817 if (devp == NULL)
9818 goto err_out;
9819 if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
9820 --- a/arch/powerpc/boot/ns16550.c
9821 +++ b/arch/powerpc/boot/ns16550.c
9822 @@ -55,15 +55,9 @@
9823 int ns16550_console_init(void *devp, struct serial_console_data *scdp)
9824 {
9825 int n;
9826 - unsigned long reg_phys;
9827
9828 - n = getprop(devp, "virtual-reg", &reg_base, sizeof(reg_base));
9829 - if (n != sizeof(reg_base)) {
9830 - if (!dt_xlate_reg(devp, 0, &reg_phys, NULL))
9831 - return -1;
9832 -
9833 - reg_base = (void *)reg_phys;
9834 - }
9835 + if (dt_get_virtual_reg(devp, (void **)&reg_base, 1) < 1)
9836 + return -1;
9837
9838 n = getprop(devp, "reg-shift", &reg_shift, sizeof(reg_shift));
9839 if (n != sizeof(reg_shift))
9840 --- a/arch/powerpc/boot/ops.h
9841 +++ b/arch/powerpc/boot/ops.h
9842 @@ -95,6 +95,7 @@
9843 int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr);
9844 int dt_is_compatible(void *node, const char *compat);
9845 void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize);
9846 +int dt_get_virtual_reg(void *node, void **addr, int nres);
9847
9848 static inline void *finddevice(const char *name)
9849 {
9850 --- a/arch/powerpc/boot/prpmc2800.c
9851 +++ b/arch/powerpc/boot/prpmc2800.c
9852 @@ -344,20 +344,20 @@
9853 acc_bits);
9854
9855 /* Get the cpu -> pci i/o & mem mappings from the device tree */
9856 - devp = finddevice("/mv64x60/pci@80000000");
9857 + devp = find_node_by_compatible(NULL, "marvell,mv64360-pci");
9858 if (devp == NULL)
9859 - fatal("Error: Missing /mv64x60/pci@80000000"
9860 + fatal("Error: Missing marvell,mv64360-pci"
9861 " device tree node\n\r");
9862
9863 rc = getprop(devp, "ranges", v, sizeof(v));
9864 if (rc != sizeof(v))
9865 - fatal("Error: Can't find /mv64x60/pci@80000000/ranges"
9866 + fatal("Error: Can't find marvell,mv64360-pci ranges"
9867 " property\n\r");
9868
9869 /* Get the cpu -> pci i/o & mem mappings from the device tree */
9870 - devp = finddevice("/mv64x60");
9871 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9872 if (devp == NULL)
9873 - fatal("Error: Missing /mv64x60 device tree node\n\r");
9874 + fatal("Error: Missing marvell,mv64360 device tree node\n\r");
9875
9876 enables = in_le32((u32 *)(bridge_base + MV64x60_CPU_BAR_ENABLE));
9877 enables |= 0x0007fe00; /* Disable all cpu->pci windows */
9878 @@ -429,9 +429,9 @@
9879 setprop(devp, "model", model, l);
9880
9881 /* Set /cpus/PowerPC,7447/clock-frequency */
9882 - devp = finddevice("/cpus/PowerPC,7447");
9883 + devp = find_node_by_prop_value_str(NULL, "device_type", "cpu");
9884 if (devp == NULL)
9885 - fatal("Error: Missing proper /cpus device tree node\n\r");
9886 + fatal("Error: Missing proper cpu device tree node\n\r");
9887 v[0] = bip->core_speed;
9888 setprop(devp, "clock-frequency", &v[0], sizeof(v[0]));
9889
9890 @@ -443,16 +443,17 @@
9891 v[1] = bip->mem_size;
9892 setprop(devp, "reg", v, sizeof(v));
9893
9894 - /* Update /mv64x60/model, if this is a mv64362 */
9895 + /* Update model, if this is a mv64362 */
9896 if (bip->bridge_type == BRIDGE_TYPE_MV64362) {
9897 - devp = finddevice("/mv64x60");
9898 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9899 if (devp == NULL)
9900 - fatal("Error: Missing /mv64x60 device tree node\n\r");
9901 + fatal("Error: Missing marvell,mv64360"
9902 + " device tree node\n\r");
9903 setprop(devp, "model", "mv64362", strlen("mv64362") + 1);
9904 }
9905
9906 /* Set User FLASH size */
9907 - devp = finddevice("/mv64x60/flash@a0000000");
9908 + devp = find_node_by_compatible(NULL, "direct-mapped");
9909 if (devp == NULL)
9910 fatal("Error: Missing User FLASH device tree node\n\r");
9911 rc = getprop(devp, "reg", v, sizeof(v));
9912 --- a/arch/powerpc/boot/ps3-head.S
9913 +++ b/arch/powerpc/boot/ps3-head.S
9914 @@ -27,8 +27,9 @@
9915 /*
9916 * __system_reset_overlay - The PS3 first stage entry.
9917 *
9918 - * The bootwraper build script copies the 0x100 bytes at symbol
9919 - * __system_reset_overlay to offset 0x100 of the rom image.
9920 + * The bootwraper build script copies the 512 bytes at symbol
9921 + * __system_reset_overlay to offset 0x100 of the rom image. This symbol
9922 + * must occupy 512 or less bytes.
9923 *
9924 * The PS3 has a single processor with two threads.
9925 */
9926 @@ -47,8 +48,6 @@
9927
9928 mfspr r3, 0x88
9929 cntlzw. r3, r3
9930 - li r4, 0
9931 - li r5, 0
9932 beq 1f
9933
9934 /* Secondary goes to __secondary_hold in kernel. */
9935 @@ -57,8 +56,14 @@
9936 mtctr r4
9937 bctr
9938
9939 - /* Primary delays then goes to _zimage_start in wrapper. */
9940 1:
9941 + /* Save the value at addr zero for a null pointer write check later. */
9942 +
9943 + li r4, 0
9944 + lwz r3, 0(r4)
9945 +
9946 + /* Primary delays then goes to _zimage_start in wrapper. */
9947 +
9948 or 31, 31, 31 /* db16cyc */
9949 or 31, 31, 31 /* db16cyc */
9950
9951 @@ -67,16 +72,18 @@
9952 mtctr r4
9953 bctr
9954
9955 + . = __system_reset_overlay + 512
9956 +
9957 /*
9958 * __system_reset_kernel - Place holder for the kernel reset vector.
9959 *
9960 - * The bootwrapper build script copies 0x100 bytes from offset 0x100
9961 + * The bootwrapper build script copies 512 bytes from offset 0x100
9962 * of the rom image to the symbol __system_reset_kernel. At runtime
9963 - * the bootwrapper program copies the 0x100 bytes at __system_reset_kernel
9964 - * to ram address 0x100. This symbol must occupy 0x100 bytes.
9965 + * the bootwrapper program copies the 512 bytes at __system_reset_kernel
9966 + * to ram address 0x100. This symbol must occupy 512 bytes.
9967 */
9968
9969 .globl __system_reset_kernel
9970 __system_reset_kernel:
9971
9972 - . = __system_reset_kernel + 0x100
9973 + . = __system_reset_kernel + 512
9974 --- a/arch/powerpc/boot/ps3.c
9975 +++ b/arch/powerpc/boot/ps3.c
9976 @@ -27,10 +27,10 @@
9977 #include "page.h"
9978 #include "ops.h"
9979
9980 -extern s64 lv1_panic(u64 in_1);
9981 -extern s64 lv1_get_logical_partition_id(u64 *out_1);
9982 -extern s64 lv1_get_logical_ppe_id(u64 *out_1);
9983 -extern s64 lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
9984 +extern int lv1_panic(u64 in_1);
9985 +extern int lv1_get_logical_partition_id(u64 *out_1);
9986 +extern int lv1_get_logical_ppe_id(u64 *out_1);
9987 +extern int lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
9988 u64 in_4, u64 in_5, u64 *out_1, u64 *out_2);
9989
9990 #ifdef DEBUG
9991 @@ -46,6 +46,7 @@
9992 * edit the command line passed to vmlinux (by setting /chosen/bootargs).
9993 * The buffer is put in it's own section so that tools may locate it easier.
9994 */
9995 +
9996 static char cmdline[COMMAND_LINE_SIZE]
9997 __attribute__((__section__("__builtin_cmdline")));
9998
9999 @@ -75,7 +76,7 @@
10000
10001 static int ps3_repository_read_rm_size(u64 *rm_size)
10002 {
10003 - s64 result;
10004 + int result;
10005 u64 lpar_id;
10006 u64 ppe_id;
10007 u64 v2;
10008 @@ -114,16 +115,17 @@
10009 {
10010 extern char __system_reset_kernel[];
10011
10012 - memcpy((void *)0x100, __system_reset_kernel, 0x100);
10013 - flush_cache((void *)0x100, 0x100);
10014 + memcpy((void *)0x100, __system_reset_kernel, 512);
10015 + flush_cache((void *)0x100, 512);
10016 }
10017
10018 -void platform_init(void)
10019 +void platform_init(unsigned long null_check)
10020 {
10021 const u32 heapsize = 0x1000000 - (u32)_end; /* 16MiB */
10022 void *chosen;
10023 unsigned long ft_addr;
10024 u64 rm_size;
10025 + unsigned long val;
10026
10027 console_ops.write = ps3_console_write;
10028 platform_ops.exit = ps3_exit;
10029 @@ -151,6 +153,11 @@
10030
10031 printf(" flat tree at 0x%lx\n\r", ft_addr);
10032
10033 + val = *(unsigned long *)0;
10034 +
10035 + if (val != null_check)
10036 + printf("null check failed: %lx != %lx\n\r", val, null_check);
10037 +
10038 ((kernel_entry_t)0)(ft_addr, 0, NULL);
10039
10040 ps3_exit();
10041 --- a/arch/powerpc/boot/serial.c
10042 +++ b/arch/powerpc/boot/serial.c
10043 @@ -119,7 +119,7 @@
10044
10045 if (dt_is_compatible(devp, "ns16550"))
10046 rc = ns16550_console_init(devp, &serial_cd);
10047 - else if (dt_is_compatible(devp, "marvell,mpsc"))
10048 + else if (dt_is_compatible(devp, "marvell,mv64360-mpsc"))
10049 rc = mpsc_console_init(devp, &serial_cd);
10050 else if (dt_is_compatible(devp, "fsl,cpm1-scc-uart") ||
10051 dt_is_compatible(devp, "fsl,cpm1-smc-uart") ||
10052 --- /dev/null
10053 +++ b/arch/powerpc/boot/simpleboot.c
10054 @@ -0,0 +1,84 @@
10055 +/*
10056 + * The simple platform -- for booting when firmware doesn't supply a device
10057 + * tree or any platform configuration information.
10058 + * All data is extracted from an embedded device tree
10059 + * blob.
10060 + *
10061 + * Authors: Scott Wood <scottwood@freescale.com>
10062 + * Grant Likely <grant.likely@secretlab.ca>
10063 + *
10064 + * Copyright (c) 2007 Freescale Semiconductor, Inc.
10065 + * Copyright (c) 2008 Secret Lab Technologies Ltd.
10066 + *
10067 + * This program is free software; you can redistribute it and/or modify it
10068 + * under the terms of the GNU General Public License version 2 as published
10069 + * by the Free Software Foundation.
10070 + */
10071 +
10072 +#include "ops.h"
10073 +#include "types.h"
10074 +#include "io.h"
10075 +#include "stdio.h"
10076 +#include "libfdt/libfdt.h"
10077 +
10078 +BSS_STACK(4*1024);
10079 +
10080 +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
10081 + unsigned long r6, unsigned long r7)
10082 +{
10083 + const u32 *na, *ns, *reg, *timebase;
10084 + u64 memsize64;
10085 + int node, size, i;
10086 +
10087 + /* Make sure FDT blob is sane */
10088 + if (fdt_check_header(_dtb_start) != 0)
10089 + fatal("Invalid device tree blob\n");
10090 +
10091 + /* Find the #address-cells and #size-cells properties */
10092 + node = fdt_path_offset(_dtb_start, "/");
10093 + if (node < 0)
10094 + fatal("Cannot find root node\n");
10095 + na = fdt_getprop(_dtb_start, node, "#address-cells", &size);
10096 + if (!na || (size != 4))
10097 + fatal("Cannot find #address-cells property");
10098 + ns = fdt_getprop(_dtb_start, node, "#size-cells", &size);
10099 + if (!ns || (size != 4))
10100 + fatal("Cannot find #size-cells property");
10101 +
10102 + /* Find the memory range */
10103 + node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10104 + "memory", sizeof("memory"));
10105 + if (node < 0)
10106 + fatal("Cannot find memory node\n");
10107 + reg = fdt_getprop(_dtb_start, node, "reg", &size);
10108 + if (size < (*na+*ns) * sizeof(u32))
10109 + fatal("cannot get memory range\n");
10110 +
10111 + /* Only interested in memory based at 0 */
10112 + for (i = 0; i < *na; i++)
10113 + if (*reg++ != 0)
10114 + fatal("Memory range is not based at address 0\n");
10115 +
10116 + /* get the memsize and trucate it to under 4G on 32 bit machines */
10117 + memsize64 = 0;
10118 + for (i = 0; i < *ns; i++)
10119 + memsize64 = (memsize64 << 32) | *reg++;
10120 + if (sizeof(void *) == 4 && memsize64 >= 0x100000000ULL)
10121 + memsize64 = 0xffffffff;
10122 +
10123 + /* finally, setup the timebase */
10124 + node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10125 + "cpu", sizeof("cpu"));
10126 + if (!node)
10127 + fatal("Cannot find cpu node\n");
10128 + timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size);
10129 + if (timebase && (size == 4))
10130 + timebase_period_ns = 1000000000 / *timebase;
10131 +
10132 + /* Now we have the memory size; initialize the heap */
10133 + simple_alloc_init(_end, memsize64 - (unsigned long)_end, 32, 64);
10134 +
10135 + /* prepare the device tree and find the console */
10136 + fdt_init(_dtb_start);
10137 + serial_console_init();
10138 +}
10139 --- a/arch/powerpc/boot/treeboot-walnut.c
10140 +++ b/arch/powerpc/boot/treeboot-walnut.c
10141 @@ -68,7 +68,7 @@
10142 ibm4xx_quiesce_eth((u32 *)0xef600800, NULL);
10143 ibm4xx_fixup_ebc_ranges("/plb/ebc");
10144 walnut_flashsel_fixup();
10145 - dt_fixup_mac_addresses((u8 *) WALNUT_OPENBIOS_MAC_OFF);
10146 + dt_fixup_mac_address_by_alias("ethernet0", (u8 *) WALNUT_OPENBIOS_MAC_OFF);
10147 }
10148
10149 void platform_init(void)
10150 --- /dev/null
10151 +++ b/arch/powerpc/boot/virtex405-head.S
10152 @@ -0,0 +1,30 @@
10153 +#include "ppc_asm.h"
10154 +
10155 + .text
10156 + .global _zimage_start
10157 +_zimage_start:
10158 +
10159 + /* PPC errata 213: needed by Virtex-4 FX */
10160 + mfccr0 0
10161 + oris 0,0,0x50000000@h
10162 + mtccr0 0
10163 +
10164 + /*
10165 + * Invalidate the data cache if the data cache is turned off.
10166 + * - The 405 core does not invalidate the data cache on power-up
10167 + * or reset but does turn off the data cache. We cannot assume
10168 + * that the cache contents are valid.
10169 + * - If the data cache is turned on this must have been done by
10170 + * a bootloader and we assume that the cache contents are
10171 + * valid.
10172 + */
10173 + mfdccr r9
10174 + cmplwi r9,0
10175 + bne 2f
10176 + lis r9,0
10177 + li r8,256
10178 + mtctr r8
10179 +1: dccci r0,r9
10180 + addi r9,r9,0x20
10181 + bdnz 1b
10182 +2: b _zimage_start_lib
10183 --- a/arch/powerpc/boot/wrapper
10184 +++ b/arch/powerpc/boot/wrapper
10185 @@ -174,7 +174,7 @@
10186 *-mpc83*)
10187 platformo=$object/cuboot-83xx.o
10188 ;;
10189 - *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555)
10190 + *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*)
10191 platformo=$object/cuboot-85xx-cpm2.o
10192 ;;
10193 *-mpc85*|*-tqm8540|*-sbc85*)
10194 @@ -199,6 +199,10 @@
10195 platformo="$object/fixed-head.o $object/redboot-8xx.o"
10196 binary=y
10197 ;;
10198 +simpleboot-virtex405-*)
10199 + platformo="$object/virtex405-head.o $object/simpleboot.o"
10200 + binary=y
10201 + ;;
10202 esac
10203
10204 vmz="$tmpdir/`basename \"$kernel\"`.$ext"
10205 @@ -226,10 +230,13 @@
10206 uboot_version="-n Linux-$version"
10207 fi
10208
10209 +# physical offset of kernel image
10210 +membase=`${CROSS}objdump -p "$kernel" | grep -m 1 LOAD | awk '{print $7}'`
10211 +
10212 case "$platform" in
10213 uboot)
10214 rm -f "$ofile"
10215 - mkimage -A ppc -O linux -T kernel -C gzip -a 00000000 -e 00000000 \
10216 + mkimage -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
10217 $uboot_version -d "$vmz" "$ofile"
10218 if [ -z "$cacheit" ]; then
10219 rm -f "$vmz"
10220 @@ -298,15 +305,16 @@
10221 exit 0
10222 ;;
10223 ps3)
10224 - # The ps3's loader supports loading gzipped binary images from flash
10225 - # rom to addr zero. The loader enters the image at addr 0x100. A
10226 - # bootwrapper overlay is use to arrange for the kernel to be loaded
10227 - # to addr zero and to have a suitable bootwrapper entry at 0x100.
10228 - # To construct the rom image, 0x100 bytes from offset 0x100 in the
10229 - # kernel is copied to the bootwrapper symbol __system_reset_kernel.
10230 - # The 0x100 bytes at the bootwrapper symbol __system_reset_overlay is
10231 - # then copied to offset 0x100. At runtime the bootwrapper program
10232 - # copies the 0x100 bytes at __system_reset_kernel to addr 0x100.
10233 + # The ps3's loader supports loading a gzipped binary image from flash
10234 + # rom to ram addr zero. The loader then enters the system reset
10235 + # vector at addr 0x100. A bootwrapper overlay is used to arrange for
10236 + # a binary image of the kernel to be at addr zero, and yet have a
10237 + # suitable bootwrapper entry at 0x100. To construct the final rom
10238 + # image 512 bytes from offset 0x100 is copied to the bootwrapper
10239 + # place holder at symbol __system_reset_kernel. The 512 bytes of the
10240 + # bootwrapper entry code at symbol __system_reset_overlay is then
10241 + # copied to offset 0x100. At runtime the bootwrapper program copies
10242 + # the data at __system_reset_kernel back to addr 0x100.
10243
10244 system_reset_overlay=0x`${CROSS}nm "$ofile" \
10245 | grep ' __system_reset_overlay$' \
10246 @@ -317,7 +325,7 @@
10247 | cut -d' ' -f1`
10248 system_reset_kernel=`printf "%d" $system_reset_kernel`
10249 overlay_dest="256"
10250 - overlay_size="256"
10251 + overlay_size="512"
10252
10253 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
10254
10255 --- /dev/null
10256 +++ b/arch/powerpc/configs/40x/ep405_defconfig
10257 @@ -0,0 +1,968 @@
10258 +#
10259 +# Automatically generated make config: don't edit
10260 +# Linux kernel version: 2.6.25-rc2
10261 +# Fri Feb 15 21:50:09 2008
10262 +#
10263 +# CONFIG_PPC64 is not set
10264 +
10265 +#
10266 +# Processor support
10267 +#
10268 +# CONFIG_6xx is not set
10269 +# CONFIG_PPC_85xx is not set
10270 +# CONFIG_PPC_8xx is not set
10271 +CONFIG_40x=y
10272 +# CONFIG_44x is not set
10273 +# CONFIG_E200 is not set
10274 +CONFIG_4xx=y
10275 +# CONFIG_PPC_MM_SLICES is not set
10276 +CONFIG_NOT_COHERENT_CACHE=y
10277 +CONFIG_PPC32=y
10278 +CONFIG_WORD_SIZE=32
10279 +CONFIG_PPC_MERGE=y
10280 +CONFIG_MMU=y
10281 +CONFIG_GENERIC_CMOS_UPDATE=y
10282 +CONFIG_GENERIC_TIME=y
10283 +CONFIG_GENERIC_TIME_VSYSCALL=y
10284 +CONFIG_GENERIC_CLOCKEVENTS=y
10285 +CONFIG_GENERIC_HARDIRQS=y
10286 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
10287 +CONFIG_IRQ_PER_CPU=y
10288 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
10289 +CONFIG_ARCH_HAS_ILOG2_U32=y
10290 +CONFIG_GENERIC_HWEIGHT=y
10291 +CONFIG_GENERIC_CALIBRATE_DELAY=y
10292 +CONFIG_GENERIC_FIND_NEXT_BIT=y
10293 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
10294 +CONFIG_PPC=y
10295 +CONFIG_EARLY_PRINTK=y
10296 +CONFIG_GENERIC_NVRAM=y
10297 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
10298 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
10299 +CONFIG_PPC_OF=y
10300 +CONFIG_OF=y
10301 +CONFIG_PPC_UDBG_16550=y
10302 +# CONFIG_GENERIC_TBSYNC is not set
10303 +CONFIG_AUDIT_ARCH=y
10304 +CONFIG_GENERIC_BUG=y
10305 +# CONFIG_DEFAULT_UIMAGE is not set
10306 +CONFIG_PPC_DCR_NATIVE=y
10307 +# CONFIG_PPC_DCR_MMIO is not set
10308 +CONFIG_PPC_DCR=y
10309 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
10310 +
10311 +#
10312 +# General setup
10313 +#
10314 +CONFIG_EXPERIMENTAL=y
10315 +CONFIG_BROKEN_ON_SMP=y
10316 +CONFIG_INIT_ENV_ARG_LIMIT=32
10317 +CONFIG_LOCALVERSION=""
10318 +CONFIG_LOCALVERSION_AUTO=y
10319 +CONFIG_SWAP=y
10320 +CONFIG_SYSVIPC=y
10321 +CONFIG_SYSVIPC_SYSCTL=y
10322 +CONFIG_POSIX_MQUEUE=y
10323 +# CONFIG_BSD_PROCESS_ACCT is not set
10324 +# CONFIG_TASKSTATS is not set
10325 +# CONFIG_AUDIT is not set
10326 +# CONFIG_IKCONFIG is not set
10327 +CONFIG_LOG_BUF_SHIFT=14
10328 +# CONFIG_CGROUPS is not set
10329 +CONFIG_GROUP_SCHED=y
10330 +CONFIG_FAIR_GROUP_SCHED=y
10331 +# CONFIG_RT_GROUP_SCHED is not set
10332 +CONFIG_USER_SCHED=y
10333 +# CONFIG_CGROUP_SCHED is not set
10334 +CONFIG_SYSFS_DEPRECATED=y
10335 +# CONFIG_RELAY is not set
10336 +# CONFIG_NAMESPACES is not set
10337 +CONFIG_BLK_DEV_INITRD=y
10338 +CONFIG_INITRAMFS_SOURCE=""
10339 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
10340 +CONFIG_SYSCTL=y
10341 +CONFIG_EMBEDDED=y
10342 +CONFIG_SYSCTL_SYSCALL=y
10343 +CONFIG_KALLSYMS=y
10344 +CONFIG_KALLSYMS_ALL=y
10345 +CONFIG_KALLSYMS_EXTRA_PASS=y
10346 +CONFIG_HOTPLUG=y
10347 +CONFIG_PRINTK=y
10348 +CONFIG_BUG=y
10349 +CONFIG_ELF_CORE=y
10350 +CONFIG_COMPAT_BRK=y
10351 +CONFIG_BASE_FULL=y
10352 +CONFIG_FUTEX=y
10353 +CONFIG_ANON_INODES=y
10354 +CONFIG_EPOLL=y
10355 +CONFIG_SIGNALFD=y
10356 +CONFIG_TIMERFD=y
10357 +CONFIG_EVENTFD=y
10358 +CONFIG_SHMEM=y
10359 +CONFIG_VM_EVENT_COUNTERS=y
10360 +CONFIG_SLUB_DEBUG=y
10361 +# CONFIG_SLAB is not set
10362 +CONFIG_SLUB=y
10363 +# CONFIG_SLOB is not set
10364 +# CONFIG_PROFILING is not set
10365 +# CONFIG_MARKERS is not set
10366 +CONFIG_HAVE_OPROFILE=y
10367 +# CONFIG_KPROBES is not set
10368 +CONFIG_HAVE_KPROBES=y
10369 +CONFIG_PROC_PAGE_MONITOR=y
10370 +CONFIG_SLABINFO=y
10371 +CONFIG_RT_MUTEXES=y
10372 +# CONFIG_TINY_SHMEM is not set
10373 +CONFIG_BASE_SMALL=0
10374 +CONFIG_MODULES=y
10375 +CONFIG_MODULE_UNLOAD=y
10376 +# CONFIG_MODULE_FORCE_UNLOAD is not set
10377 +# CONFIG_MODVERSIONS is not set
10378 +# CONFIG_MODULE_SRCVERSION_ALL is not set
10379 +CONFIG_KMOD=y
10380 +CONFIG_BLOCK=y
10381 +CONFIG_LBD=y
10382 +# CONFIG_BLK_DEV_IO_TRACE is not set
10383 +# CONFIG_LSF is not set
10384 +# CONFIG_BLK_DEV_BSG is not set
10385 +
10386 +#
10387 +# IO Schedulers
10388 +#
10389 +CONFIG_IOSCHED_NOOP=y
10390 +CONFIG_IOSCHED_AS=y
10391 +CONFIG_IOSCHED_DEADLINE=y
10392 +CONFIG_IOSCHED_CFQ=y
10393 +CONFIG_DEFAULT_AS=y
10394 +# CONFIG_DEFAULT_DEADLINE is not set
10395 +# CONFIG_DEFAULT_CFQ is not set
10396 +# CONFIG_DEFAULT_NOOP is not set
10397 +CONFIG_DEFAULT_IOSCHED="anticipatory"
10398 +CONFIG_CLASSIC_RCU=y
10399 +# CONFIG_PREEMPT_RCU is not set
10400 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
10401 +
10402 +#
10403 +# Platform support
10404 +#
10405 +# CONFIG_PPC_MPC512x is not set
10406 +# CONFIG_PPC_MPC5121 is not set
10407 +# CONFIG_PPC_CELL is not set
10408 +# CONFIG_PPC_CELL_NATIVE is not set
10409 +# CONFIG_PQ2ADS is not set
10410 +CONFIG_EP405=y
10411 +# CONFIG_KILAUEA is not set
10412 +# CONFIG_MAKALU is not set
10413 +# CONFIG_WALNUT is not set
10414 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
10415 +CONFIG_405GP=y
10416 +CONFIG_IBM405_ERR77=y
10417 +CONFIG_IBM405_ERR51=y
10418 +# CONFIG_IPIC is not set
10419 +# CONFIG_MPIC is not set
10420 +# CONFIG_MPIC_WEIRD is not set
10421 +# CONFIG_PPC_I8259 is not set
10422 +# CONFIG_PPC_RTAS is not set
10423 +# CONFIG_MMIO_NVRAM is not set
10424 +# CONFIG_PPC_MPC106 is not set
10425 +# CONFIG_PPC_970_NAP is not set
10426 +# CONFIG_PPC_INDIRECT_IO is not set
10427 +# CONFIG_GENERIC_IOMAP is not set
10428 +# CONFIG_CPU_FREQ is not set
10429 +# CONFIG_FSL_ULI1575 is not set
10430 +
10431 +#
10432 +# Kernel options
10433 +#
10434 +# CONFIG_HIGHMEM is not set
10435 +# CONFIG_TICK_ONESHOT is not set
10436 +# CONFIG_NO_HZ is not set
10437 +# CONFIG_HIGH_RES_TIMERS is not set
10438 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
10439 +# CONFIG_HZ_100 is not set
10440 +CONFIG_HZ_250=y
10441 +# CONFIG_HZ_300 is not set
10442 +# CONFIG_HZ_1000 is not set
10443 +CONFIG_HZ=250
10444 +# CONFIG_SCHED_HRTICK is not set
10445 +CONFIG_PREEMPT_NONE=y
10446 +# CONFIG_PREEMPT_VOLUNTARY is not set
10447 +# CONFIG_PREEMPT is not set
10448 +CONFIG_RCU_TRACE=y
10449 +CONFIG_BINFMT_ELF=y
10450 +# CONFIG_BINFMT_MISC is not set
10451 +# CONFIG_MATH_EMULATION is not set
10452 +# CONFIG_IOMMU_HELPER is not set
10453 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
10454 +CONFIG_ARCH_HAS_WALK_MEMORY=y
10455 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
10456 +CONFIG_ARCH_FLATMEM_ENABLE=y
10457 +CONFIG_ARCH_POPULATES_NODE_MAP=y
10458 +CONFIG_SELECT_MEMORY_MODEL=y
10459 +CONFIG_FLATMEM_MANUAL=y
10460 +# CONFIG_DISCONTIGMEM_MANUAL is not set
10461 +# CONFIG_SPARSEMEM_MANUAL is not set
10462 +CONFIG_FLATMEM=y
10463 +CONFIG_FLAT_NODE_MEM_MAP=y
10464 +# CONFIG_SPARSEMEM_STATIC is not set
10465 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
10466 +CONFIG_SPLIT_PTLOCK_CPUS=4
10467 +# CONFIG_RESOURCES_64BIT is not set
10468 +CONFIG_ZONE_DMA_FLAG=1
10469 +CONFIG_BOUNCE=y
10470 +CONFIG_VIRT_TO_BUS=y
10471 +CONFIG_PROC_DEVICETREE=y
10472 +# CONFIG_CMDLINE_BOOL is not set
10473 +# CONFIG_PM is not set
10474 +CONFIG_SECCOMP=y
10475 +CONFIG_ISA_DMA_API=y
10476 +
10477 +#
10478 +# Bus options
10479 +#
10480 +CONFIG_ZONE_DMA=y
10481 +CONFIG_PPC_INDIRECT_PCI=y
10482 +CONFIG_PCI=y
10483 +CONFIG_PCI_DOMAINS=y
10484 +CONFIG_PCI_SYSCALL=y
10485 +# CONFIG_PCIEPORTBUS is not set
10486 +CONFIG_ARCH_SUPPORTS_MSI=y
10487 +# CONFIG_PCI_MSI is not set
10488 +CONFIG_PCI_LEGACY=y
10489 +# CONFIG_PCI_DEBUG is not set
10490 +# CONFIG_PCCARD is not set
10491 +# CONFIG_HOTPLUG_PCI is not set
10492 +
10493 +#
10494 +# Advanced setup
10495 +#
10496 +# CONFIG_ADVANCED_OPTIONS is not set
10497 +
10498 +#
10499 +# Default settings for advanced configuration options are used
10500 +#
10501 +CONFIG_HIGHMEM_START=0xfe000000
10502 +CONFIG_LOWMEM_SIZE=0x30000000
10503 +CONFIG_KERNEL_START=0xc0000000
10504 +CONFIG_TASK_SIZE=0xc0000000
10505 +CONFIG_CONSISTENT_START=0xff100000
10506 +CONFIG_CONSISTENT_SIZE=0x00200000
10507 +CONFIG_BOOT_LOAD=0x00400000
10508 +
10509 +#
10510 +# Networking
10511 +#
10512 +CONFIG_NET=y
10513 +
10514 +#
10515 +# Networking options
10516 +#
10517 +CONFIG_PACKET=y
10518 +# CONFIG_PACKET_MMAP is not set
10519 +CONFIG_UNIX=y
10520 +# CONFIG_NET_KEY is not set
10521 +CONFIG_INET=y
10522 +# CONFIG_IP_MULTICAST is not set
10523 +# CONFIG_IP_ADVANCED_ROUTER is not set
10524 +CONFIG_IP_FIB_HASH=y
10525 +CONFIG_IP_PNP=y
10526 +CONFIG_IP_PNP_DHCP=y
10527 +CONFIG_IP_PNP_BOOTP=y
10528 +# CONFIG_IP_PNP_RARP is not set
10529 +# CONFIG_NET_IPIP is not set
10530 +# CONFIG_NET_IPGRE is not set
10531 +# CONFIG_ARPD is not set
10532 +# CONFIG_SYN_COOKIES is not set
10533 +# CONFIG_INET_AH is not set
10534 +# CONFIG_INET_ESP is not set
10535 +# CONFIG_INET_IPCOMP is not set
10536 +# CONFIG_INET_XFRM_TUNNEL is not set
10537 +# CONFIG_INET_TUNNEL is not set
10538 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
10539 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
10540 +# CONFIG_INET_XFRM_MODE_BEET is not set
10541 +# CONFIG_INET_LRO is not set
10542 +CONFIG_INET_DIAG=y
10543 +CONFIG_INET_TCP_DIAG=y
10544 +# CONFIG_TCP_CONG_ADVANCED is not set
10545 +CONFIG_TCP_CONG_CUBIC=y
10546 +CONFIG_DEFAULT_TCP_CONG="cubic"
10547 +# CONFIG_TCP_MD5SIG is not set
10548 +# CONFIG_IPV6 is not set
10549 +# CONFIG_INET6_XFRM_TUNNEL is not set
10550 +# CONFIG_INET6_TUNNEL is not set
10551 +# CONFIG_NETWORK_SECMARK is not set
10552 +# CONFIG_NETFILTER is not set
10553 +# CONFIG_IP_DCCP is not set
10554 +# CONFIG_IP_SCTP is not set
10555 +# CONFIG_TIPC is not set
10556 +# CONFIG_ATM is not set
10557 +# CONFIG_BRIDGE is not set
10558 +# CONFIG_VLAN_8021Q is not set
10559 +# CONFIG_DECNET is not set
10560 +# CONFIG_LLC2 is not set
10561 +# CONFIG_IPX is not set
10562 +# CONFIG_ATALK is not set
10563 +# CONFIG_X25 is not set
10564 +# CONFIG_LAPB is not set
10565 +# CONFIG_ECONET is not set
10566 +# CONFIG_WAN_ROUTER is not set
10567 +# CONFIG_NET_SCHED is not set
10568 +
10569 +#
10570 +# Network testing
10571 +#
10572 +# CONFIG_NET_PKTGEN is not set
10573 +# CONFIG_HAMRADIO is not set
10574 +# CONFIG_CAN is not set
10575 +# CONFIG_IRDA is not set
10576 +# CONFIG_BT is not set
10577 +# CONFIG_AF_RXRPC is not set
10578 +
10579 +#
10580 +# Wireless
10581 +#
10582 +# CONFIG_CFG80211 is not set
10583 +# CONFIG_WIRELESS_EXT is not set
10584 +# CONFIG_MAC80211 is not set
10585 +# CONFIG_IEEE80211 is not set
10586 +# CONFIG_RFKILL is not set
10587 +# CONFIG_NET_9P is not set
10588 +
10589 +#
10590 +# Device Drivers
10591 +#
10592 +
10593 +#
10594 +# Generic Driver Options
10595 +#
10596 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
10597 +CONFIG_STANDALONE=y
10598 +CONFIG_PREVENT_FIRMWARE_BUILD=y
10599 +CONFIG_FW_LOADER=y
10600 +# CONFIG_DEBUG_DRIVER is not set
10601 +# CONFIG_DEBUG_DEVRES is not set
10602 +# CONFIG_SYS_HYPERVISOR is not set
10603 +CONFIG_CONNECTOR=y
10604 +CONFIG_PROC_EVENTS=y
10605 +CONFIG_MTD=y
10606 +# CONFIG_MTD_DEBUG is not set
10607 +# CONFIG_MTD_CONCAT is not set
10608 +CONFIG_MTD_PARTITIONS=y
10609 +# CONFIG_MTD_REDBOOT_PARTS is not set
10610 +CONFIG_MTD_CMDLINE_PARTS=y
10611 +CONFIG_MTD_OF_PARTS=y
10612 +
10613 +#
10614 +# User Modules And Translation Layers
10615 +#
10616 +CONFIG_MTD_CHAR=y
10617 +CONFIG_MTD_BLKDEVS=m
10618 +CONFIG_MTD_BLOCK=m
10619 +# CONFIG_MTD_BLOCK_RO is not set
10620 +# CONFIG_FTL is not set
10621 +# CONFIG_NFTL is not set
10622 +# CONFIG_INFTL is not set
10623 +# CONFIG_RFD_FTL is not set
10624 +# CONFIG_SSFDC is not set
10625 +# CONFIG_MTD_OOPS is not set
10626 +
10627 +#
10628 +# RAM/ROM/Flash chip drivers
10629 +#
10630 +CONFIG_MTD_CFI=y
10631 +CONFIG_MTD_JEDECPROBE=y
10632 +CONFIG_MTD_GEN_PROBE=y
10633 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
10634 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
10635 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
10636 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
10637 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
10638 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
10639 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
10640 +CONFIG_MTD_CFI_I1=y
10641 +CONFIG_MTD_CFI_I2=y
10642 +# CONFIG_MTD_CFI_I4 is not set
10643 +# CONFIG_MTD_CFI_I8 is not set
10644 +# CONFIG_MTD_CFI_INTELEXT is not set
10645 +CONFIG_MTD_CFI_AMDSTD=y
10646 +# CONFIG_MTD_CFI_STAA is not set
10647 +CONFIG_MTD_CFI_UTIL=y
10648 +# CONFIG_MTD_RAM is not set
10649 +# CONFIG_MTD_ROM is not set
10650 +# CONFIG_MTD_ABSENT is not set
10651 +
10652 +#
10653 +# Mapping drivers for chip access
10654 +#
10655 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
10656 +# CONFIG_MTD_PHYSMAP is not set
10657 +CONFIG_MTD_PHYSMAP_OF=y
10658 +# CONFIG_MTD_INTEL_VR_NOR is not set
10659 +# CONFIG_MTD_PLATRAM is not set
10660 +
10661 +#
10662 +# Self-contained MTD device drivers
10663 +#
10664 +# CONFIG_MTD_PMC551 is not set
10665 +# CONFIG_MTD_SLRAM is not set
10666 +# CONFIG_MTD_PHRAM is not set
10667 +# CONFIG_MTD_MTDRAM is not set
10668 +# CONFIG_MTD_BLOCK2MTD is not set
10669 +
10670 +#
10671 +# Disk-On-Chip Device Drivers
10672 +#
10673 +# CONFIG_MTD_DOC2000 is not set
10674 +# CONFIG_MTD_DOC2001 is not set
10675 +# CONFIG_MTD_DOC2001PLUS is not set
10676 +# CONFIG_MTD_NAND is not set
10677 +# CONFIG_MTD_ONENAND is not set
10678 +
10679 +#
10680 +# UBI - Unsorted block images
10681 +#
10682 +# CONFIG_MTD_UBI is not set
10683 +CONFIG_OF_DEVICE=y
10684 +# CONFIG_PARPORT is not set
10685 +CONFIG_BLK_DEV=y
10686 +# CONFIG_BLK_DEV_FD is not set
10687 +# CONFIG_BLK_CPQ_DA is not set
10688 +# CONFIG_BLK_CPQ_CISS_DA is not set
10689 +# CONFIG_BLK_DEV_DAC960 is not set
10690 +# CONFIG_BLK_DEV_UMEM is not set
10691 +# CONFIG_BLK_DEV_COW_COMMON is not set
10692 +# CONFIG_BLK_DEV_LOOP is not set
10693 +# CONFIG_BLK_DEV_NBD is not set
10694 +# CONFIG_BLK_DEV_SX8 is not set
10695 +# CONFIG_BLK_DEV_UB is not set
10696 +CONFIG_BLK_DEV_RAM=y
10697 +CONFIG_BLK_DEV_RAM_COUNT=16
10698 +CONFIG_BLK_DEV_RAM_SIZE=35000
10699 +# CONFIG_BLK_DEV_XIP is not set
10700 +# CONFIG_CDROM_PKTCDVD is not set
10701 +# CONFIG_ATA_OVER_ETH is not set
10702 +# CONFIG_XILINX_SYSACE is not set
10703 +CONFIG_MISC_DEVICES=y
10704 +# CONFIG_PHANTOM is not set
10705 +# CONFIG_EEPROM_93CX6 is not set
10706 +# CONFIG_SGI_IOC4 is not set
10707 +# CONFIG_TIFM_CORE is not set
10708 +# CONFIG_ENCLOSURE_SERVICES is not set
10709 +CONFIG_HAVE_IDE=y
10710 +# CONFIG_IDE is not set
10711 +
10712 +#
10713 +# SCSI device support
10714 +#
10715 +# CONFIG_RAID_ATTRS is not set
10716 +# CONFIG_SCSI is not set
10717 +# CONFIG_SCSI_DMA is not set
10718 +# CONFIG_SCSI_NETLINK is not set
10719 +# CONFIG_ATA is not set
10720 +# CONFIG_MD is not set
10721 +# CONFIG_FUSION is not set
10722 +
10723 +#
10724 +# IEEE 1394 (FireWire) support
10725 +#
10726 +# CONFIG_FIREWIRE is not set
10727 +# CONFIG_IEEE1394 is not set
10728 +# CONFIG_I2O is not set
10729 +# CONFIG_MACINTOSH_DRIVERS is not set
10730 +CONFIG_NETDEVICES=y
10731 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
10732 +# CONFIG_DUMMY is not set
10733 +# CONFIG_BONDING is not set
10734 +# CONFIG_MACVLAN is not set
10735 +# CONFIG_EQUALIZER is not set
10736 +# CONFIG_TUN is not set
10737 +# CONFIG_VETH is not set
10738 +# CONFIG_ARCNET is not set
10739 +# CONFIG_PHYLIB is not set
10740 +CONFIG_NET_ETHERNET=y
10741 +# CONFIG_MII is not set
10742 +# CONFIG_HAPPYMEAL is not set
10743 +# CONFIG_SUNGEM is not set
10744 +# CONFIG_CASSINI is not set
10745 +# CONFIG_NET_VENDOR_3COM is not set
10746 +# CONFIG_NET_TULIP is not set
10747 +# CONFIG_HP100 is not set
10748 +CONFIG_IBM_NEW_EMAC=y
10749 +CONFIG_IBM_NEW_EMAC_RXB=128
10750 +CONFIG_IBM_NEW_EMAC_TXB=64
10751 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
10752 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
10753 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
10754 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
10755 +CONFIG_IBM_NEW_EMAC_ZMII=y
10756 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
10757 +# CONFIG_IBM_NEW_EMAC_TAH is not set
10758 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
10759 +# CONFIG_NET_PCI is not set
10760 +# CONFIG_B44 is not set
10761 +CONFIG_NETDEV_1000=y
10762 +# CONFIG_ACENIC is not set
10763 +# CONFIG_DL2K is not set
10764 +# CONFIG_E1000 is not set
10765 +# CONFIG_E1000E is not set
10766 +# CONFIG_E1000E_ENABLED is not set
10767 +# CONFIG_IP1000 is not set
10768 +# CONFIG_IGB is not set
10769 +# CONFIG_NS83820 is not set
10770 +# CONFIG_HAMACHI is not set
10771 +# CONFIG_YELLOWFIN is not set
10772 +# CONFIG_R8169 is not set
10773 +# CONFIG_SIS190 is not set
10774 +# CONFIG_SKGE is not set
10775 +# CONFIG_SKY2 is not set
10776 +# CONFIG_SK98LIN is not set
10777 +# CONFIG_VIA_VELOCITY is not set
10778 +# CONFIG_TIGON3 is not set
10779 +# CONFIG_BNX2 is not set
10780 +# CONFIG_QLA3XXX is not set
10781 +# CONFIG_ATL1 is not set
10782 +CONFIG_NETDEV_10000=y
10783 +# CONFIG_CHELSIO_T1 is not set
10784 +# CONFIG_CHELSIO_T3 is not set
10785 +# CONFIG_IXGBE is not set
10786 +# CONFIG_IXGB is not set
10787 +# CONFIG_S2IO is not set
10788 +# CONFIG_MYRI10GE is not set
10789 +# CONFIG_NETXEN_NIC is not set
10790 +# CONFIG_NIU is not set
10791 +# CONFIG_MLX4_CORE is not set
10792 +# CONFIG_TEHUTI is not set
10793 +# CONFIG_BNX2X is not set
10794 +# CONFIG_TR is not set
10795 +
10796 +#
10797 +# Wireless LAN
10798 +#
10799 +# CONFIG_WLAN_PRE80211 is not set
10800 +# CONFIG_WLAN_80211 is not set
10801 +
10802 +#
10803 +# USB Network Adapters
10804 +#
10805 +# CONFIG_USB_CATC is not set
10806 +# CONFIG_USB_KAWETH is not set
10807 +# CONFIG_USB_PEGASUS is not set
10808 +# CONFIG_USB_RTL8150 is not set
10809 +# CONFIG_USB_USBNET is not set
10810 +# CONFIG_WAN is not set
10811 +# CONFIG_FDDI is not set
10812 +# CONFIG_HIPPI is not set
10813 +# CONFIG_PPP is not set
10814 +# CONFIG_SLIP is not set
10815 +# CONFIG_NETCONSOLE is not set
10816 +# CONFIG_NETPOLL is not set
10817 +# CONFIG_NET_POLL_CONTROLLER is not set
10818 +# CONFIG_ISDN is not set
10819 +# CONFIG_PHONE is not set
10820 +
10821 +#
10822 +# Input device support
10823 +#
10824 +# CONFIG_INPUT is not set
10825 +
10826 +#
10827 +# Hardware I/O ports
10828 +#
10829 +# CONFIG_SERIO is not set
10830 +# CONFIG_GAMEPORT is not set
10831 +
10832 +#
10833 +# Character devices
10834 +#
10835 +# CONFIG_VT is not set
10836 +# CONFIG_SERIAL_NONSTANDARD is not set
10837 +# CONFIG_NOZOMI is not set
10838 +
10839 +#
10840 +# Serial drivers
10841 +#
10842 +CONFIG_SERIAL_8250=y
10843 +CONFIG_SERIAL_8250_CONSOLE=y
10844 +CONFIG_SERIAL_8250_PCI=y
10845 +CONFIG_SERIAL_8250_NR_UARTS=4
10846 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
10847 +CONFIG_SERIAL_8250_EXTENDED=y
10848 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
10849 +CONFIG_SERIAL_8250_SHARE_IRQ=y
10850 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
10851 +# CONFIG_SERIAL_8250_RSA is not set
10852 +
10853 +#
10854 +# Non-8250 serial port support
10855 +#
10856 +# CONFIG_SERIAL_UARTLITE is not set
10857 +CONFIG_SERIAL_CORE=y
10858 +CONFIG_SERIAL_CORE_CONSOLE=y
10859 +# CONFIG_SERIAL_JSM is not set
10860 +CONFIG_SERIAL_OF_PLATFORM=y
10861 +CONFIG_UNIX98_PTYS=y
10862 +CONFIG_LEGACY_PTYS=y
10863 +CONFIG_LEGACY_PTY_COUNT=256
10864 +# CONFIG_IPMI_HANDLER is not set
10865 +# CONFIG_HW_RANDOM is not set
10866 +# CONFIG_NVRAM is not set
10867 +# CONFIG_GEN_RTC is not set
10868 +# CONFIG_R3964 is not set
10869 +# CONFIG_APPLICOM is not set
10870 +# CONFIG_RAW_DRIVER is not set
10871 +# CONFIG_TCG_TPM is not set
10872 +CONFIG_DEVPORT=y
10873 +# CONFIG_I2C is not set
10874 +
10875 +#
10876 +# SPI support
10877 +#
10878 +# CONFIG_SPI is not set
10879 +# CONFIG_SPI_MASTER is not set
10880 +# CONFIG_W1 is not set
10881 +# CONFIG_POWER_SUPPLY is not set
10882 +# CONFIG_HWMON is not set
10883 +CONFIG_THERMAL=y
10884 +# CONFIG_WATCHDOG is not set
10885 +
10886 +#
10887 +# Sonics Silicon Backplane
10888 +#
10889 +CONFIG_SSB_POSSIBLE=y
10890 +# CONFIG_SSB is not set
10891 +
10892 +#
10893 +# Multifunction device drivers
10894 +#
10895 +# CONFIG_MFD_SM501 is not set
10896 +
10897 +#
10898 +# Multimedia devices
10899 +#
10900 +# CONFIG_VIDEO_DEV is not set
10901 +# CONFIG_DVB_CORE is not set
10902 +# CONFIG_DAB is not set
10903 +
10904 +#
10905 +# Graphics support
10906 +#
10907 +# CONFIG_AGP is not set
10908 +# CONFIG_DRM is not set
10909 +# CONFIG_VGASTATE is not set
10910 +CONFIG_VIDEO_OUTPUT_CONTROL=m
10911 +# CONFIG_FB is not set
10912 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
10913 +
10914 +#
10915 +# Display device support
10916 +#
10917 +# CONFIG_DISPLAY_SUPPORT is not set
10918 +
10919 +#
10920 +# Sound
10921 +#
10922 +# CONFIG_SOUND is not set
10923 +CONFIG_USB_SUPPORT=y
10924 +CONFIG_USB_ARCH_HAS_HCD=y
10925 +CONFIG_USB_ARCH_HAS_OHCI=y
10926 +CONFIG_USB_ARCH_HAS_EHCI=y
10927 +CONFIG_USB=y
10928 +# CONFIG_USB_DEBUG is not set
10929 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
10930 +
10931 +#
10932 +# Miscellaneous USB options
10933 +#
10934 +CONFIG_USB_DEVICEFS=y
10935 +CONFIG_USB_DEVICE_CLASS=y
10936 +# CONFIG_USB_DYNAMIC_MINORS is not set
10937 +# CONFIG_USB_OTG is not set
10938 +
10939 +#
10940 +# USB Host Controller Drivers
10941 +#
10942 +# CONFIG_USB_EHCI_HCD is not set
10943 +# CONFIG_USB_ISP116X_HCD is not set
10944 +CONFIG_USB_OHCI_HCD=y
10945 +CONFIG_USB_OHCI_HCD_PPC_OF=y
10946 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
10947 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
10948 +CONFIG_USB_OHCI_HCD_PCI=y
10949 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
10950 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
10951 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
10952 +# CONFIG_USB_UHCI_HCD is not set
10953 +# CONFIG_USB_SL811_HCD is not set
10954 +# CONFIG_USB_R8A66597_HCD is not set
10955 +
10956 +#
10957 +# USB Device Class drivers
10958 +#
10959 +# CONFIG_USB_ACM is not set
10960 +# CONFIG_USB_PRINTER is not set
10961 +
10962 +#
10963 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
10964 +#
10965 +
10966 +#
10967 +# may also be needed; see USB_STORAGE Help for more information
10968 +#
10969 +# CONFIG_USB_LIBUSUAL is not set
10970 +
10971 +#
10972 +# USB Imaging devices
10973 +#
10974 +# CONFIG_USB_MDC800 is not set
10975 +CONFIG_USB_MON=y
10976 +
10977 +#
10978 +# USB port drivers
10979 +#
10980 +# CONFIG_USB_SERIAL is not set
10981 +
10982 +#
10983 +# USB Miscellaneous drivers
10984 +#
10985 +# CONFIG_USB_EMI62 is not set
10986 +# CONFIG_USB_EMI26 is not set
10987 +# CONFIG_USB_ADUTUX is not set
10988 +# CONFIG_USB_AUERSWALD is not set
10989 +# CONFIG_USB_RIO500 is not set
10990 +# CONFIG_USB_LEGOTOWER is not set
10991 +# CONFIG_USB_LCD is not set
10992 +# CONFIG_USB_BERRY_CHARGE is not set
10993 +# CONFIG_USB_LED is not set
10994 +# CONFIG_USB_CYPRESS_CY7C63 is not set
10995 +# CONFIG_USB_CYTHERM is not set
10996 +# CONFIG_USB_PHIDGET is not set
10997 +# CONFIG_USB_IDMOUSE is not set
10998 +# CONFIG_USB_FTDI_ELAN is not set
10999 +# CONFIG_USB_APPLEDISPLAY is not set
11000 +# CONFIG_USB_LD is not set
11001 +# CONFIG_USB_TRANCEVIBRATOR is not set
11002 +# CONFIG_USB_IOWARRIOR is not set
11003 +# CONFIG_USB_TEST is not set
11004 +# CONFIG_USB_GADGET is not set
11005 +# CONFIG_MMC is not set
11006 +# CONFIG_MEMSTICK is not set
11007 +# CONFIG_NEW_LEDS is not set
11008 +# CONFIG_INFINIBAND is not set
11009 +# CONFIG_EDAC is not set
11010 +# CONFIG_RTC_CLASS is not set
11011 +
11012 +#
11013 +# Userspace I/O
11014 +#
11015 +# CONFIG_UIO is not set
11016 +
11017 +#
11018 +# File systems
11019 +#
11020 +CONFIG_EXT2_FS=y
11021 +# CONFIG_EXT2_FS_XATTR is not set
11022 +# CONFIG_EXT2_FS_XIP is not set
11023 +# CONFIG_EXT3_FS is not set
11024 +# CONFIG_EXT4DEV_FS is not set
11025 +# CONFIG_REISERFS_FS is not set
11026 +# CONFIG_JFS_FS is not set
11027 +# CONFIG_FS_POSIX_ACL is not set
11028 +# CONFIG_XFS_FS is not set
11029 +# CONFIG_GFS2_FS is not set
11030 +# CONFIG_OCFS2_FS is not set
11031 +CONFIG_DNOTIFY=y
11032 +CONFIG_INOTIFY=y
11033 +CONFIG_INOTIFY_USER=y
11034 +# CONFIG_QUOTA is not set
11035 +# CONFIG_AUTOFS_FS is not set
11036 +# CONFIG_AUTOFS4_FS is not set
11037 +# CONFIG_FUSE_FS is not set
11038 +
11039 +#
11040 +# CD-ROM/DVD Filesystems
11041 +#
11042 +# CONFIG_ISO9660_FS is not set
11043 +# CONFIG_UDF_FS is not set
11044 +
11045 +#
11046 +# DOS/FAT/NT Filesystems
11047 +#
11048 +# CONFIG_MSDOS_FS is not set
11049 +# CONFIG_VFAT_FS is not set
11050 +# CONFIG_NTFS_FS is not set
11051 +
11052 +#
11053 +# Pseudo filesystems
11054 +#
11055 +CONFIG_PROC_FS=y
11056 +CONFIG_PROC_KCORE=y
11057 +CONFIG_PROC_SYSCTL=y
11058 +CONFIG_SYSFS=y
11059 +CONFIG_TMPFS=y
11060 +# CONFIG_TMPFS_POSIX_ACL is not set
11061 +# CONFIG_HUGETLB_PAGE is not set
11062 +# CONFIG_CONFIGFS_FS is not set
11063 +
11064 +#
11065 +# Miscellaneous filesystems
11066 +#
11067 +# CONFIG_ADFS_FS is not set
11068 +# CONFIG_AFFS_FS is not set
11069 +# CONFIG_HFS_FS is not set
11070 +# CONFIG_HFSPLUS_FS is not set
11071 +# CONFIG_BEFS_FS is not set
11072 +# CONFIG_BFS_FS is not set
11073 +# CONFIG_EFS_FS is not set
11074 +# CONFIG_JFFS2_FS is not set
11075 +CONFIG_CRAMFS=y
11076 +# CONFIG_VXFS_FS is not set
11077 +# CONFIG_MINIX_FS is not set
11078 +# CONFIG_HPFS_FS is not set
11079 +# CONFIG_QNX4FS_FS is not set
11080 +# CONFIG_ROMFS_FS is not set
11081 +# CONFIG_SYSV_FS is not set
11082 +# CONFIG_UFS_FS is not set
11083 +CONFIG_NETWORK_FILESYSTEMS=y
11084 +CONFIG_NFS_FS=y
11085 +CONFIG_NFS_V3=y
11086 +# CONFIG_NFS_V3_ACL is not set
11087 +# CONFIG_NFS_V4 is not set
11088 +# CONFIG_NFS_DIRECTIO is not set
11089 +# CONFIG_NFSD is not set
11090 +CONFIG_ROOT_NFS=y
11091 +CONFIG_LOCKD=y
11092 +CONFIG_LOCKD_V4=y
11093 +CONFIG_NFS_COMMON=y
11094 +CONFIG_SUNRPC=y
11095 +# CONFIG_SUNRPC_BIND34 is not set
11096 +# CONFIG_RPCSEC_GSS_KRB5 is not set
11097 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
11098 +# CONFIG_SMB_FS is not set
11099 +# CONFIG_CIFS is not set
11100 +# CONFIG_NCP_FS is not set
11101 +# CONFIG_CODA_FS is not set
11102 +# CONFIG_AFS_FS is not set
11103 +
11104 +#
11105 +# Partition Types
11106 +#
11107 +# CONFIG_PARTITION_ADVANCED is not set
11108 +CONFIG_MSDOS_PARTITION=y
11109 +# CONFIG_NLS is not set
11110 +# CONFIG_DLM is not set
11111 +
11112 +#
11113 +# Library routines
11114 +#
11115 +CONFIG_BITREVERSE=y
11116 +# CONFIG_CRC_CCITT is not set
11117 +# CONFIG_CRC16 is not set
11118 +# CONFIG_CRC_ITU_T is not set
11119 +CONFIG_CRC32=y
11120 +# CONFIG_CRC7 is not set
11121 +# CONFIG_LIBCRC32C is not set
11122 +CONFIG_ZLIB_INFLATE=y
11123 +CONFIG_PLIST=y
11124 +CONFIG_HAS_IOMEM=y
11125 +CONFIG_HAS_IOPORT=y
11126 +CONFIG_HAS_DMA=y
11127 +
11128 +#
11129 +# Kernel hacking
11130 +#
11131 +# CONFIG_PRINTK_TIME is not set
11132 +CONFIG_ENABLE_WARN_DEPRECATED=y
11133 +CONFIG_ENABLE_MUST_CHECK=y
11134 +CONFIG_MAGIC_SYSRQ=y
11135 +# CONFIG_UNUSED_SYMBOLS is not set
11136 +CONFIG_DEBUG_FS=y
11137 +# CONFIG_HEADERS_CHECK is not set
11138 +CONFIG_DEBUG_KERNEL=y
11139 +# CONFIG_DEBUG_SHIRQ is not set
11140 +CONFIG_DETECT_SOFTLOCKUP=y
11141 +CONFIG_SCHED_DEBUG=y
11142 +# CONFIG_SCHEDSTATS is not set
11143 +# CONFIG_TIMER_STATS is not set
11144 +# CONFIG_SLUB_DEBUG_ON is not set
11145 +# CONFIG_SLUB_STATS is not set
11146 +# CONFIG_DEBUG_RT_MUTEXES is not set
11147 +# CONFIG_RT_MUTEX_TESTER is not set
11148 +# CONFIG_DEBUG_SPINLOCK is not set
11149 +# CONFIG_DEBUG_MUTEXES is not set
11150 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
11151 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
11152 +# CONFIG_DEBUG_KOBJECT is not set
11153 +CONFIG_DEBUG_BUGVERBOSE=y
11154 +# CONFIG_DEBUG_INFO is not set
11155 +# CONFIG_DEBUG_VM is not set
11156 +# CONFIG_DEBUG_LIST is not set
11157 +# CONFIG_DEBUG_SG is not set
11158 +# CONFIG_BOOT_PRINTK_DELAY is not set
11159 +# CONFIG_RCU_TORTURE_TEST is not set
11160 +# CONFIG_BACKTRACE_SELF_TEST is not set
11161 +# CONFIG_FAULT_INJECTION is not set
11162 +# CONFIG_SAMPLES is not set
11163 +# CONFIG_DEBUG_STACKOVERFLOW is not set
11164 +# CONFIG_DEBUG_STACK_USAGE is not set
11165 +# CONFIG_DEBUG_PAGEALLOC is not set
11166 +# CONFIG_DEBUGGER is not set
11167 +# CONFIG_VIRQ_DEBUG is not set
11168 +# CONFIG_BDI_SWITCH is not set
11169 +# CONFIG_PPC_EARLY_DEBUG is not set
11170 +
11171 +#
11172 +# Security options
11173 +#
11174 +# CONFIG_KEYS is not set
11175 +# CONFIG_SECURITY is not set
11176 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
11177 +CONFIG_CRYPTO=y
11178 +CONFIG_CRYPTO_ALGAPI=y
11179 +CONFIG_CRYPTO_BLKCIPHER=y
11180 +# CONFIG_CRYPTO_SEQIV is not set
11181 +CONFIG_CRYPTO_MANAGER=y
11182 +# CONFIG_CRYPTO_HMAC is not set
11183 +# CONFIG_CRYPTO_XCBC is not set
11184 +# CONFIG_CRYPTO_NULL is not set
11185 +# CONFIG_CRYPTO_MD4 is not set
11186 +CONFIG_CRYPTO_MD5=y
11187 +# CONFIG_CRYPTO_SHA1 is not set
11188 +# CONFIG_CRYPTO_SHA256 is not set
11189 +# CONFIG_CRYPTO_SHA512 is not set
11190 +# CONFIG_CRYPTO_WP512 is not set
11191 +# CONFIG_CRYPTO_TGR192 is not set
11192 +# CONFIG_CRYPTO_GF128MUL is not set
11193 +CONFIG_CRYPTO_ECB=y
11194 +CONFIG_CRYPTO_CBC=y
11195 +CONFIG_CRYPTO_PCBC=y
11196 +# CONFIG_CRYPTO_LRW is not set
11197 +# CONFIG_CRYPTO_XTS is not set
11198 +# CONFIG_CRYPTO_CTR is not set
11199 +# CONFIG_CRYPTO_GCM is not set
11200 +# CONFIG_CRYPTO_CCM is not set
11201 +# CONFIG_CRYPTO_CRYPTD is not set
11202 +CONFIG_CRYPTO_DES=y
11203 +# CONFIG_CRYPTO_FCRYPT is not set
11204 +# CONFIG_CRYPTO_BLOWFISH is not set
11205 +# CONFIG_CRYPTO_TWOFISH is not set
11206 +# CONFIG_CRYPTO_SERPENT is not set
11207 +# CONFIG_CRYPTO_AES is not set
11208 +# CONFIG_CRYPTO_CAST5 is not set
11209 +# CONFIG_CRYPTO_CAST6 is not set
11210 +# CONFIG_CRYPTO_TEA is not set
11211 +# CONFIG_CRYPTO_ARC4 is not set
11212 +# CONFIG_CRYPTO_KHAZAD is not set
11213 +# CONFIG_CRYPTO_ANUBIS is not set
11214 +# CONFIG_CRYPTO_SEED is not set
11215 +# CONFIG_CRYPTO_SALSA20 is not set
11216 +# CONFIG_CRYPTO_DEFLATE is not set
11217 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
11218 +# CONFIG_CRYPTO_CRC32C is not set
11219 +# CONFIG_CRYPTO_CAMELLIA is not set
11220 +# CONFIG_CRYPTO_TEST is not set
11221 +# CONFIG_CRYPTO_AUTHENC is not set
11222 +# CONFIG_CRYPTO_LZO is not set
11223 +CONFIG_CRYPTO_HW=y
11224 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
11225 +# CONFIG_PPC_CLOCK is not set
11226 --- /dev/null
11227 +++ b/arch/powerpc/configs/40x/kilauea_defconfig
11228 @@ -0,0 +1,839 @@
11229 +#
11230 +# Automatically generated make config: don't edit
11231 +# Linux kernel version: 2.6.25-rc2
11232 +# Fri Feb 15 21:51:43 2008
11233 +#
11234 +# CONFIG_PPC64 is not set
11235 +
11236 +#
11237 +# Processor support
11238 +#
11239 +# CONFIG_6xx is not set
11240 +# CONFIG_PPC_85xx is not set
11241 +# CONFIG_PPC_8xx is not set
11242 +CONFIG_40x=y
11243 +# CONFIG_44x is not set
11244 +# CONFIG_E200 is not set
11245 +CONFIG_4xx=y
11246 +# CONFIG_PPC_MM_SLICES is not set
11247 +CONFIG_NOT_COHERENT_CACHE=y
11248 +CONFIG_PPC32=y
11249 +CONFIG_WORD_SIZE=32
11250 +CONFIG_PPC_MERGE=y
11251 +CONFIG_MMU=y
11252 +CONFIG_GENERIC_CMOS_UPDATE=y
11253 +CONFIG_GENERIC_TIME=y
11254 +CONFIG_GENERIC_TIME_VSYSCALL=y
11255 +CONFIG_GENERIC_CLOCKEVENTS=y
11256 +CONFIG_GENERIC_HARDIRQS=y
11257 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
11258 +CONFIG_IRQ_PER_CPU=y
11259 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
11260 +CONFIG_ARCH_HAS_ILOG2_U32=y
11261 +CONFIG_GENERIC_HWEIGHT=y
11262 +CONFIG_GENERIC_CALIBRATE_DELAY=y
11263 +CONFIG_GENERIC_FIND_NEXT_BIT=y
11264 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
11265 +CONFIG_PPC=y
11266 +CONFIG_EARLY_PRINTK=y
11267 +CONFIG_GENERIC_NVRAM=y
11268 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
11269 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
11270 +CONFIG_PPC_OF=y
11271 +CONFIG_OF=y
11272 +CONFIG_PPC_UDBG_16550=y
11273 +# CONFIG_GENERIC_TBSYNC is not set
11274 +CONFIG_AUDIT_ARCH=y
11275 +CONFIG_GENERIC_BUG=y
11276 +# CONFIG_DEFAULT_UIMAGE is not set
11277 +CONFIG_PPC_DCR_NATIVE=y
11278 +# CONFIG_PPC_DCR_MMIO is not set
11279 +CONFIG_PPC_DCR=y
11280 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
11281 +
11282 +#
11283 +# General setup
11284 +#
11285 +CONFIG_EXPERIMENTAL=y
11286 +CONFIG_BROKEN_ON_SMP=y
11287 +CONFIG_INIT_ENV_ARG_LIMIT=32
11288 +CONFIG_LOCALVERSION=""
11289 +CONFIG_LOCALVERSION_AUTO=y
11290 +CONFIG_SWAP=y
11291 +CONFIG_SYSVIPC=y
11292 +CONFIG_SYSVIPC_SYSCTL=y
11293 +CONFIG_POSIX_MQUEUE=y
11294 +# CONFIG_BSD_PROCESS_ACCT is not set
11295 +# CONFIG_TASKSTATS is not set
11296 +# CONFIG_AUDIT is not set
11297 +# CONFIG_IKCONFIG is not set
11298 +CONFIG_LOG_BUF_SHIFT=14
11299 +# CONFIG_CGROUPS is not set
11300 +CONFIG_GROUP_SCHED=y
11301 +# CONFIG_FAIR_GROUP_SCHED is not set
11302 +# CONFIG_RT_GROUP_SCHED is not set
11303 +CONFIG_USER_SCHED=y
11304 +# CONFIG_CGROUP_SCHED is not set
11305 +CONFIG_SYSFS_DEPRECATED=y
11306 +# CONFIG_RELAY is not set
11307 +# CONFIG_NAMESPACES is not set
11308 +CONFIG_BLK_DEV_INITRD=y
11309 +CONFIG_INITRAMFS_SOURCE=""
11310 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
11311 +CONFIG_SYSCTL=y
11312 +CONFIG_EMBEDDED=y
11313 +CONFIG_SYSCTL_SYSCALL=y
11314 +CONFIG_KALLSYMS=y
11315 +CONFIG_KALLSYMS_ALL=y
11316 +CONFIG_KALLSYMS_EXTRA_PASS=y
11317 +CONFIG_HOTPLUG=y
11318 +CONFIG_PRINTK=y
11319 +CONFIG_BUG=y
11320 +CONFIG_ELF_CORE=y
11321 +CONFIG_COMPAT_BRK=y
11322 +CONFIG_BASE_FULL=y
11323 +CONFIG_FUTEX=y
11324 +CONFIG_ANON_INODES=y
11325 +CONFIG_EPOLL=y
11326 +CONFIG_SIGNALFD=y
11327 +CONFIG_TIMERFD=y
11328 +CONFIG_EVENTFD=y
11329 +CONFIG_SHMEM=y
11330 +CONFIG_VM_EVENT_COUNTERS=y
11331 +CONFIG_SLUB_DEBUG=y
11332 +# CONFIG_SLAB is not set
11333 +CONFIG_SLUB=y
11334 +# CONFIG_SLOB is not set
11335 +# CONFIG_PROFILING is not set
11336 +# CONFIG_MARKERS is not set
11337 +CONFIG_HAVE_OPROFILE=y
11338 +# CONFIG_KPROBES is not set
11339 +CONFIG_HAVE_KPROBES=y
11340 +CONFIG_PROC_PAGE_MONITOR=y
11341 +CONFIG_SLABINFO=y
11342 +CONFIG_RT_MUTEXES=y
11343 +# CONFIG_TINY_SHMEM is not set
11344 +CONFIG_BASE_SMALL=0
11345 +CONFIG_MODULES=y
11346 +CONFIG_MODULE_UNLOAD=y
11347 +# CONFIG_MODULE_FORCE_UNLOAD is not set
11348 +# CONFIG_MODVERSIONS is not set
11349 +# CONFIG_MODULE_SRCVERSION_ALL is not set
11350 +CONFIG_KMOD=y
11351 +CONFIG_BLOCK=y
11352 +CONFIG_LBD=y
11353 +# CONFIG_BLK_DEV_IO_TRACE is not set
11354 +# CONFIG_LSF is not set
11355 +# CONFIG_BLK_DEV_BSG is not set
11356 +
11357 +#
11358 +# IO Schedulers
11359 +#
11360 +CONFIG_IOSCHED_NOOP=y
11361 +CONFIG_IOSCHED_AS=y
11362 +CONFIG_IOSCHED_DEADLINE=y
11363 +CONFIG_IOSCHED_CFQ=y
11364 +CONFIG_DEFAULT_AS=y
11365 +# CONFIG_DEFAULT_DEADLINE is not set
11366 +# CONFIG_DEFAULT_CFQ is not set
11367 +# CONFIG_DEFAULT_NOOP is not set
11368 +CONFIG_DEFAULT_IOSCHED="anticipatory"
11369 +CONFIG_CLASSIC_RCU=y
11370 +# CONFIG_PREEMPT_RCU is not set
11371 +CONFIG_PPC4xx_PCI_EXPRESS=y
11372 +
11373 +#
11374 +# Platform support
11375 +#
11376 +# CONFIG_PPC_MPC512x is not set
11377 +# CONFIG_PPC_MPC5121 is not set
11378 +# CONFIG_PPC_CELL is not set
11379 +# CONFIG_PPC_CELL_NATIVE is not set
11380 +# CONFIG_PQ2ADS is not set
11381 +# CONFIG_EP405 is not set
11382 +CONFIG_KILAUEA=y
11383 +# CONFIG_MAKALU is not set
11384 +# CONFIG_WALNUT is not set
11385 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
11386 +CONFIG_405EX=y
11387 +# CONFIG_IPIC is not set
11388 +# CONFIG_MPIC is not set
11389 +# CONFIG_MPIC_WEIRD is not set
11390 +# CONFIG_PPC_I8259 is not set
11391 +# CONFIG_PPC_RTAS is not set
11392 +# CONFIG_MMIO_NVRAM is not set
11393 +# CONFIG_PPC_MPC106 is not set
11394 +# CONFIG_PPC_970_NAP is not set
11395 +# CONFIG_PPC_INDIRECT_IO is not set
11396 +# CONFIG_GENERIC_IOMAP is not set
11397 +# CONFIG_CPU_FREQ is not set
11398 +# CONFIG_FSL_ULI1575 is not set
11399 +
11400 +#
11401 +# Kernel options
11402 +#
11403 +# CONFIG_HIGHMEM is not set
11404 +# CONFIG_TICK_ONESHOT is not set
11405 +# CONFIG_NO_HZ is not set
11406 +# CONFIG_HIGH_RES_TIMERS is not set
11407 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
11408 +# CONFIG_HZ_100 is not set
11409 +CONFIG_HZ_250=y
11410 +# CONFIG_HZ_300 is not set
11411 +# CONFIG_HZ_1000 is not set
11412 +CONFIG_HZ=250
11413 +# CONFIG_SCHED_HRTICK is not set
11414 +CONFIG_PREEMPT_NONE=y
11415 +# CONFIG_PREEMPT_VOLUNTARY is not set
11416 +# CONFIG_PREEMPT is not set
11417 +CONFIG_RCU_TRACE=y
11418 +CONFIG_BINFMT_ELF=y
11419 +# CONFIG_BINFMT_MISC is not set
11420 +# CONFIG_MATH_EMULATION is not set
11421 +# CONFIG_IOMMU_HELPER is not set
11422 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
11423 +CONFIG_ARCH_HAS_WALK_MEMORY=y
11424 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
11425 +CONFIG_ARCH_FLATMEM_ENABLE=y
11426 +CONFIG_ARCH_POPULATES_NODE_MAP=y
11427 +CONFIG_SELECT_MEMORY_MODEL=y
11428 +CONFIG_FLATMEM_MANUAL=y
11429 +# CONFIG_DISCONTIGMEM_MANUAL is not set
11430 +# CONFIG_SPARSEMEM_MANUAL is not set
11431 +CONFIG_FLATMEM=y
11432 +CONFIG_FLAT_NODE_MEM_MAP=y
11433 +# CONFIG_SPARSEMEM_STATIC is not set
11434 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
11435 +CONFIG_SPLIT_PTLOCK_CPUS=4
11436 +# CONFIG_RESOURCES_64BIT is not set
11437 +CONFIG_ZONE_DMA_FLAG=1
11438 +CONFIG_BOUNCE=y
11439 +CONFIG_VIRT_TO_BUS=y
11440 +CONFIG_PROC_DEVICETREE=y
11441 +# CONFIG_CMDLINE_BOOL is not set
11442 +# CONFIG_PM is not set
11443 +CONFIG_SECCOMP=y
11444 +CONFIG_ISA_DMA_API=y
11445 +
11446 +#
11447 +# Bus options
11448 +#
11449 +CONFIG_ZONE_DMA=y
11450 +CONFIG_PPC_INDIRECT_PCI=y
11451 +CONFIG_PCI=y
11452 +CONFIG_PCI_DOMAINS=y
11453 +CONFIG_PCI_SYSCALL=y
11454 +# CONFIG_PCIEPORTBUS is not set
11455 +CONFIG_ARCH_SUPPORTS_MSI=y
11456 +# CONFIG_PCI_MSI is not set
11457 +CONFIG_PCI_LEGACY=y
11458 +# CONFIG_PCI_DEBUG is not set
11459 +# CONFIG_PCCARD is not set
11460 +# CONFIG_HOTPLUG_PCI is not set
11461 +
11462 +#
11463 +# Advanced setup
11464 +#
11465 +# CONFIG_ADVANCED_OPTIONS is not set
11466 +
11467 +#
11468 +# Default settings for advanced configuration options are used
11469 +#
11470 +CONFIG_HIGHMEM_START=0xfe000000
11471 +CONFIG_LOWMEM_SIZE=0x30000000
11472 +CONFIG_KERNEL_START=0xc0000000
11473 +CONFIG_TASK_SIZE=0xc0000000
11474 +CONFIG_CONSISTENT_START=0xff100000
11475 +CONFIG_CONSISTENT_SIZE=0x00200000
11476 +CONFIG_BOOT_LOAD=0x00400000
11477 +
11478 +#
11479 +# Networking
11480 +#
11481 +CONFIG_NET=y
11482 +
11483 +#
11484 +# Networking options
11485 +#
11486 +CONFIG_PACKET=y
11487 +# CONFIG_PACKET_MMAP is not set
11488 +CONFIG_UNIX=y
11489 +# CONFIG_NET_KEY is not set
11490 +CONFIG_INET=y
11491 +# CONFIG_IP_MULTICAST is not set
11492 +# CONFIG_IP_ADVANCED_ROUTER is not set
11493 +CONFIG_IP_FIB_HASH=y
11494 +CONFIG_IP_PNP=y
11495 +CONFIG_IP_PNP_DHCP=y
11496 +CONFIG_IP_PNP_BOOTP=y
11497 +# CONFIG_IP_PNP_RARP is not set
11498 +# CONFIG_NET_IPIP is not set
11499 +# CONFIG_NET_IPGRE is not set
11500 +# CONFIG_ARPD is not set
11501 +# CONFIG_SYN_COOKIES is not set
11502 +# CONFIG_INET_AH is not set
11503 +# CONFIG_INET_ESP is not set
11504 +# CONFIG_INET_IPCOMP is not set
11505 +# CONFIG_INET_XFRM_TUNNEL is not set
11506 +# CONFIG_INET_TUNNEL is not set
11507 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
11508 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
11509 +# CONFIG_INET_XFRM_MODE_BEET is not set
11510 +# CONFIG_INET_LRO is not set
11511 +CONFIG_INET_DIAG=y
11512 +CONFIG_INET_TCP_DIAG=y
11513 +# CONFIG_TCP_CONG_ADVANCED is not set
11514 +CONFIG_TCP_CONG_CUBIC=y
11515 +CONFIG_DEFAULT_TCP_CONG="cubic"
11516 +# CONFIG_TCP_MD5SIG is not set
11517 +# CONFIG_IPV6 is not set
11518 +# CONFIG_INET6_XFRM_TUNNEL is not set
11519 +# CONFIG_INET6_TUNNEL is not set
11520 +# CONFIG_NETWORK_SECMARK is not set
11521 +# CONFIG_NETFILTER is not set
11522 +# CONFIG_IP_DCCP is not set
11523 +# CONFIG_IP_SCTP is not set
11524 +# CONFIG_TIPC is not set
11525 +# CONFIG_ATM is not set
11526 +# CONFIG_BRIDGE is not set
11527 +# CONFIG_VLAN_8021Q is not set
11528 +# CONFIG_DECNET is not set
11529 +# CONFIG_LLC2 is not set
11530 +# CONFIG_IPX is not set
11531 +# CONFIG_ATALK is not set
11532 +# CONFIG_X25 is not set
11533 +# CONFIG_LAPB is not set
11534 +# CONFIG_ECONET is not set
11535 +# CONFIG_WAN_ROUTER is not set
11536 +# CONFIG_NET_SCHED is not set
11537 +
11538 +#
11539 +# Network testing
11540 +#
11541 +# CONFIG_NET_PKTGEN is not set
11542 +# CONFIG_HAMRADIO is not set
11543 +# CONFIG_CAN is not set
11544 +# CONFIG_IRDA is not set
11545 +# CONFIG_BT is not set
11546 +# CONFIG_AF_RXRPC is not set
11547 +
11548 +#
11549 +# Wireless
11550 +#
11551 +# CONFIG_CFG80211 is not set
11552 +# CONFIG_WIRELESS_EXT is not set
11553 +# CONFIG_MAC80211 is not set
11554 +# CONFIG_IEEE80211 is not set
11555 +# CONFIG_RFKILL is not set
11556 +# CONFIG_NET_9P is not set
11557 +
11558 +#
11559 +# Device Drivers
11560 +#
11561 +
11562 +#
11563 +# Generic Driver Options
11564 +#
11565 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
11566 +CONFIG_STANDALONE=y
11567 +CONFIG_PREVENT_FIRMWARE_BUILD=y
11568 +CONFIG_FW_LOADER=y
11569 +# CONFIG_DEBUG_DRIVER is not set
11570 +# CONFIG_DEBUG_DEVRES is not set
11571 +# CONFIG_SYS_HYPERVISOR is not set
11572 +CONFIG_CONNECTOR=y
11573 +CONFIG_PROC_EVENTS=y
11574 +CONFIG_MTD=y
11575 +# CONFIG_MTD_DEBUG is not set
11576 +# CONFIG_MTD_CONCAT is not set
11577 +CONFIG_MTD_PARTITIONS=y
11578 +# CONFIG_MTD_REDBOOT_PARTS is not set
11579 +CONFIG_MTD_CMDLINE_PARTS=y
11580 +CONFIG_MTD_OF_PARTS=y
11581 +
11582 +#
11583 +# User Modules And Translation Layers
11584 +#
11585 +CONFIG_MTD_CHAR=y
11586 +CONFIG_MTD_BLKDEVS=m
11587 +CONFIG_MTD_BLOCK=m
11588 +# CONFIG_MTD_BLOCK_RO is not set
11589 +# CONFIG_FTL is not set
11590 +# CONFIG_NFTL is not set
11591 +# CONFIG_INFTL is not set
11592 +# CONFIG_RFD_FTL is not set
11593 +# CONFIG_SSFDC is not set
11594 +# CONFIG_MTD_OOPS is not set
11595 +
11596 +#
11597 +# RAM/ROM/Flash chip drivers
11598 +#
11599 +CONFIG_MTD_CFI=y
11600 +CONFIG_MTD_JEDECPROBE=y
11601 +CONFIG_MTD_GEN_PROBE=y
11602 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
11603 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
11604 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
11605 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
11606 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
11607 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
11608 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
11609 +CONFIG_MTD_CFI_I1=y
11610 +CONFIG_MTD_CFI_I2=y
11611 +# CONFIG_MTD_CFI_I4 is not set
11612 +# CONFIG_MTD_CFI_I8 is not set
11613 +# CONFIG_MTD_CFI_INTELEXT is not set
11614 +CONFIG_MTD_CFI_AMDSTD=y
11615 +# CONFIG_MTD_CFI_STAA is not set
11616 +CONFIG_MTD_CFI_UTIL=y
11617 +# CONFIG_MTD_RAM is not set
11618 +# CONFIG_MTD_ROM is not set
11619 +# CONFIG_MTD_ABSENT is not set
11620 +
11621 +#
11622 +# Mapping drivers for chip access
11623 +#
11624 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
11625 +# CONFIG_MTD_PHYSMAP is not set
11626 +CONFIG_MTD_PHYSMAP_OF=y
11627 +# CONFIG_MTD_INTEL_VR_NOR is not set
11628 +# CONFIG_MTD_PLATRAM is not set
11629 +
11630 +#
11631 +# Self-contained MTD device drivers
11632 +#
11633 +# CONFIG_MTD_PMC551 is not set
11634 +# CONFIG_MTD_SLRAM is not set
11635 +# CONFIG_MTD_PHRAM is not set
11636 +# CONFIG_MTD_MTDRAM is not set
11637 +# CONFIG_MTD_BLOCK2MTD is not set
11638 +
11639 +#
11640 +# Disk-On-Chip Device Drivers
11641 +#
11642 +# CONFIG_MTD_DOC2000 is not set
11643 +# CONFIG_MTD_DOC2001 is not set
11644 +# CONFIG_MTD_DOC2001PLUS is not set
11645 +# CONFIG_MTD_NAND is not set
11646 +# CONFIG_MTD_ONENAND is not set
11647 +
11648 +#
11649 +# UBI - Unsorted block images
11650 +#
11651 +# CONFIG_MTD_UBI is not set
11652 +CONFIG_OF_DEVICE=y
11653 +# CONFIG_PARPORT is not set
11654 +CONFIG_BLK_DEV=y
11655 +# CONFIG_BLK_DEV_FD is not set
11656 +# CONFIG_BLK_CPQ_DA is not set
11657 +# CONFIG_BLK_CPQ_CISS_DA is not set
11658 +# CONFIG_BLK_DEV_DAC960 is not set
11659 +# CONFIG_BLK_DEV_UMEM is not set
11660 +# CONFIG_BLK_DEV_COW_COMMON is not set
11661 +# CONFIG_BLK_DEV_LOOP is not set
11662 +# CONFIG_BLK_DEV_NBD is not set
11663 +# CONFIG_BLK_DEV_SX8 is not set
11664 +CONFIG_BLK_DEV_RAM=y
11665 +CONFIG_BLK_DEV_RAM_COUNT=16
11666 +CONFIG_BLK_DEV_RAM_SIZE=35000
11667 +# CONFIG_BLK_DEV_XIP is not set
11668 +# CONFIG_CDROM_PKTCDVD is not set
11669 +# CONFIG_ATA_OVER_ETH is not set
11670 +# CONFIG_XILINX_SYSACE is not set
11671 +# CONFIG_MISC_DEVICES is not set
11672 +CONFIG_HAVE_IDE=y
11673 +# CONFIG_IDE is not set
11674 +
11675 +#
11676 +# SCSI device support
11677 +#
11678 +# CONFIG_RAID_ATTRS is not set
11679 +# CONFIG_SCSI is not set
11680 +# CONFIG_SCSI_DMA is not set
11681 +# CONFIG_SCSI_NETLINK is not set
11682 +# CONFIG_ATA is not set
11683 +# CONFIG_MD is not set
11684 +# CONFIG_FUSION is not set
11685 +
11686 +#
11687 +# IEEE 1394 (FireWire) support
11688 +#
11689 +# CONFIG_FIREWIRE is not set
11690 +# CONFIG_IEEE1394 is not set
11691 +# CONFIG_I2O is not set
11692 +# CONFIG_MACINTOSH_DRIVERS is not set
11693 +CONFIG_NETDEVICES=y
11694 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
11695 +# CONFIG_DUMMY is not set
11696 +# CONFIG_BONDING is not set
11697 +# CONFIG_MACVLAN is not set
11698 +# CONFIG_EQUALIZER is not set
11699 +# CONFIG_TUN is not set
11700 +# CONFIG_VETH is not set
11701 +# CONFIG_ARCNET is not set
11702 +# CONFIG_PHYLIB is not set
11703 +CONFIG_NET_ETHERNET=y
11704 +# CONFIG_MII is not set
11705 +# CONFIG_HAPPYMEAL is not set
11706 +# CONFIG_SUNGEM is not set
11707 +# CONFIG_CASSINI is not set
11708 +# CONFIG_NET_VENDOR_3COM is not set
11709 +# CONFIG_NET_TULIP is not set
11710 +# CONFIG_HP100 is not set
11711 +CONFIG_IBM_NEW_EMAC=y
11712 +CONFIG_IBM_NEW_EMAC_RXB=256
11713 +CONFIG_IBM_NEW_EMAC_TXB=256
11714 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
11715 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
11716 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
11717 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
11718 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
11719 +CONFIG_IBM_NEW_EMAC_RGMII=y
11720 +# CONFIG_IBM_NEW_EMAC_TAH is not set
11721 +CONFIG_IBM_NEW_EMAC_EMAC4=y
11722 +# CONFIG_NET_PCI is not set
11723 +# CONFIG_B44 is not set
11724 +# CONFIG_NETDEV_1000 is not set
11725 +# CONFIG_NETDEV_10000 is not set
11726 +# CONFIG_TR is not set
11727 +
11728 +#
11729 +# Wireless LAN
11730 +#
11731 +# CONFIG_WLAN_PRE80211 is not set
11732 +# CONFIG_WLAN_80211 is not set
11733 +# CONFIG_WAN is not set
11734 +# CONFIG_FDDI is not set
11735 +# CONFIG_HIPPI is not set
11736 +# CONFIG_PPP is not set
11737 +# CONFIG_SLIP is not set
11738 +# CONFIG_NETCONSOLE is not set
11739 +# CONFIG_NETPOLL is not set
11740 +# CONFIG_NET_POLL_CONTROLLER is not set
11741 +# CONFIG_ISDN is not set
11742 +# CONFIG_PHONE is not set
11743 +
11744 +#
11745 +# Input device support
11746 +#
11747 +# CONFIG_INPUT is not set
11748 +
11749 +#
11750 +# Hardware I/O ports
11751 +#
11752 +# CONFIG_SERIO is not set
11753 +# CONFIG_GAMEPORT is not set
11754 +
11755 +#
11756 +# Character devices
11757 +#
11758 +# CONFIG_VT is not set
11759 +# CONFIG_SERIAL_NONSTANDARD is not set
11760 +# CONFIG_NOZOMI is not set
11761 +
11762 +#
11763 +# Serial drivers
11764 +#
11765 +CONFIG_SERIAL_8250=y
11766 +CONFIG_SERIAL_8250_CONSOLE=y
11767 +CONFIG_SERIAL_8250_PCI=y
11768 +CONFIG_SERIAL_8250_NR_UARTS=4
11769 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
11770 +CONFIG_SERIAL_8250_EXTENDED=y
11771 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
11772 +CONFIG_SERIAL_8250_SHARE_IRQ=y
11773 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
11774 +# CONFIG_SERIAL_8250_RSA is not set
11775 +
11776 +#
11777 +# Non-8250 serial port support
11778 +#
11779 +# CONFIG_SERIAL_UARTLITE is not set
11780 +CONFIG_SERIAL_CORE=y
11781 +CONFIG_SERIAL_CORE_CONSOLE=y
11782 +# CONFIG_SERIAL_JSM is not set
11783 +CONFIG_SERIAL_OF_PLATFORM=y
11784 +CONFIG_UNIX98_PTYS=y
11785 +CONFIG_LEGACY_PTYS=y
11786 +CONFIG_LEGACY_PTY_COUNT=256
11787 +# CONFIG_IPMI_HANDLER is not set
11788 +# CONFIG_HW_RANDOM is not set
11789 +# CONFIG_NVRAM is not set
11790 +# CONFIG_GEN_RTC is not set
11791 +# CONFIG_R3964 is not set
11792 +# CONFIG_APPLICOM is not set
11793 +# CONFIG_RAW_DRIVER is not set
11794 +# CONFIG_TCG_TPM is not set
11795 +CONFIG_DEVPORT=y
11796 +# CONFIG_I2C is not set
11797 +
11798 +#
11799 +# SPI support
11800 +#
11801 +# CONFIG_SPI is not set
11802 +# CONFIG_SPI_MASTER is not set
11803 +# CONFIG_W1 is not set
11804 +# CONFIG_POWER_SUPPLY is not set
11805 +# CONFIG_HWMON is not set
11806 +CONFIG_THERMAL=y
11807 +# CONFIG_WATCHDOG is not set
11808 +
11809 +#
11810 +# Sonics Silicon Backplane
11811 +#
11812 +CONFIG_SSB_POSSIBLE=y
11813 +# CONFIG_SSB is not set
11814 +
11815 +#
11816 +# Multifunction device drivers
11817 +#
11818 +# CONFIG_MFD_SM501 is not set
11819 +
11820 +#
11821 +# Multimedia devices
11822 +#
11823 +# CONFIG_VIDEO_DEV is not set
11824 +# CONFIG_DVB_CORE is not set
11825 +# CONFIG_DAB is not set
11826 +
11827 +#
11828 +# Graphics support
11829 +#
11830 +# CONFIG_AGP is not set
11831 +# CONFIG_DRM is not set
11832 +# CONFIG_VGASTATE is not set
11833 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
11834 +# CONFIG_FB is not set
11835 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
11836 +
11837 +#
11838 +# Display device support
11839 +#
11840 +# CONFIG_DISPLAY_SUPPORT is not set
11841 +
11842 +#
11843 +# Sound
11844 +#
11845 +# CONFIG_SOUND is not set
11846 +# CONFIG_USB_SUPPORT is not set
11847 +# CONFIG_MMC is not set
11848 +# CONFIG_MEMSTICK is not set
11849 +# CONFIG_NEW_LEDS is not set
11850 +# CONFIG_INFINIBAND is not set
11851 +# CONFIG_EDAC is not set
11852 +# CONFIG_RTC_CLASS is not set
11853 +
11854 +#
11855 +# Userspace I/O
11856 +#
11857 +# CONFIG_UIO is not set
11858 +
11859 +#
11860 +# File systems
11861 +#
11862 +CONFIG_EXT2_FS=y
11863 +# CONFIG_EXT2_FS_XATTR is not set
11864 +# CONFIG_EXT2_FS_XIP is not set
11865 +# CONFIG_EXT3_FS is not set
11866 +# CONFIG_EXT4DEV_FS is not set
11867 +# CONFIG_REISERFS_FS is not set
11868 +# CONFIG_JFS_FS is not set
11869 +# CONFIG_FS_POSIX_ACL is not set
11870 +# CONFIG_XFS_FS is not set
11871 +# CONFIG_GFS2_FS is not set
11872 +# CONFIG_OCFS2_FS is not set
11873 +CONFIG_DNOTIFY=y
11874 +CONFIG_INOTIFY=y
11875 +CONFIG_INOTIFY_USER=y
11876 +# CONFIG_QUOTA is not set
11877 +# CONFIG_AUTOFS_FS is not set
11878 +# CONFIG_AUTOFS4_FS is not set
11879 +# CONFIG_FUSE_FS is not set
11880 +
11881 +#
11882 +# CD-ROM/DVD Filesystems
11883 +#
11884 +# CONFIG_ISO9660_FS is not set
11885 +# CONFIG_UDF_FS is not set
11886 +
11887 +#
11888 +# DOS/FAT/NT Filesystems
11889 +#
11890 +# CONFIG_MSDOS_FS is not set
11891 +# CONFIG_VFAT_FS is not set
11892 +# CONFIG_NTFS_FS is not set
11893 +
11894 +#
11895 +# Pseudo filesystems
11896 +#
11897 +CONFIG_PROC_FS=y
11898 +CONFIG_PROC_KCORE=y
11899 +CONFIG_PROC_SYSCTL=y
11900 +CONFIG_SYSFS=y
11901 +CONFIG_TMPFS=y
11902 +# CONFIG_TMPFS_POSIX_ACL is not set
11903 +# CONFIG_HUGETLB_PAGE is not set
11904 +# CONFIG_CONFIGFS_FS is not set
11905 +
11906 +#
11907 +# Miscellaneous filesystems
11908 +#
11909 +# CONFIG_ADFS_FS is not set
11910 +# CONFIG_AFFS_FS is not set
11911 +# CONFIG_HFS_FS is not set
11912 +# CONFIG_HFSPLUS_FS is not set
11913 +# CONFIG_BEFS_FS is not set
11914 +# CONFIG_BFS_FS is not set
11915 +# CONFIG_EFS_FS is not set
11916 +# CONFIG_JFFS2_FS is not set
11917 +CONFIG_CRAMFS=y
11918 +# CONFIG_VXFS_FS is not set
11919 +# CONFIG_MINIX_FS is not set
11920 +# CONFIG_HPFS_FS is not set
11921 +# CONFIG_QNX4FS_FS is not set
11922 +# CONFIG_ROMFS_FS is not set
11923 +# CONFIG_SYSV_FS is not set
11924 +# CONFIG_UFS_FS is not set
11925 +CONFIG_NETWORK_FILESYSTEMS=y
11926 +CONFIG_NFS_FS=y
11927 +CONFIG_NFS_V3=y
11928 +# CONFIG_NFS_V3_ACL is not set
11929 +# CONFIG_NFS_V4 is not set
11930 +# CONFIG_NFS_DIRECTIO is not set
11931 +# CONFIG_NFSD is not set
11932 +CONFIG_ROOT_NFS=y
11933 +CONFIG_LOCKD=y
11934 +CONFIG_LOCKD_V4=y
11935 +CONFIG_NFS_COMMON=y
11936 +CONFIG_SUNRPC=y
11937 +# CONFIG_SUNRPC_BIND34 is not set
11938 +# CONFIG_RPCSEC_GSS_KRB5 is not set
11939 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
11940 +# CONFIG_SMB_FS is not set
11941 +# CONFIG_CIFS is not set
11942 +# CONFIG_NCP_FS is not set
11943 +# CONFIG_CODA_FS is not set
11944 +# CONFIG_AFS_FS is not set
11945 +
11946 +#
11947 +# Partition Types
11948 +#
11949 +# CONFIG_PARTITION_ADVANCED is not set
11950 +CONFIG_MSDOS_PARTITION=y
11951 +# CONFIG_NLS is not set
11952 +# CONFIG_DLM is not set
11953 +
11954 +#
11955 +# Library routines
11956 +#
11957 +CONFIG_BITREVERSE=y
11958 +# CONFIG_CRC_CCITT is not set
11959 +# CONFIG_CRC16 is not set
11960 +# CONFIG_CRC_ITU_T is not set
11961 +CONFIG_CRC32=y
11962 +# CONFIG_CRC7 is not set
11963 +# CONFIG_LIBCRC32C is not set
11964 +CONFIG_ZLIB_INFLATE=y
11965 +CONFIG_PLIST=y
11966 +CONFIG_HAS_IOMEM=y
11967 +CONFIG_HAS_IOPORT=y
11968 +CONFIG_HAS_DMA=y
11969 +
11970 +#
11971 +# Kernel hacking
11972 +#
11973 +# CONFIG_PRINTK_TIME is not set
11974 +CONFIG_ENABLE_WARN_DEPRECATED=y
11975 +CONFIG_ENABLE_MUST_CHECK=y
11976 +CONFIG_MAGIC_SYSRQ=y
11977 +# CONFIG_UNUSED_SYMBOLS is not set
11978 +CONFIG_DEBUG_FS=y
11979 +# CONFIG_HEADERS_CHECK is not set
11980 +CONFIG_DEBUG_KERNEL=y
11981 +# CONFIG_DEBUG_SHIRQ is not set
11982 +CONFIG_DETECT_SOFTLOCKUP=y
11983 +CONFIG_SCHED_DEBUG=y
11984 +# CONFIG_SCHEDSTATS is not set
11985 +# CONFIG_TIMER_STATS is not set
11986 +# CONFIG_SLUB_DEBUG_ON is not set
11987 +# CONFIG_SLUB_STATS is not set
11988 +# CONFIG_DEBUG_RT_MUTEXES is not set
11989 +# CONFIG_RT_MUTEX_TESTER is not set
11990 +# CONFIG_DEBUG_SPINLOCK is not set
11991 +# CONFIG_DEBUG_MUTEXES is not set
11992 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
11993 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
11994 +# CONFIG_DEBUG_KOBJECT is not set
11995 +CONFIG_DEBUG_BUGVERBOSE=y
11996 +# CONFIG_DEBUG_INFO is not set
11997 +# CONFIG_DEBUG_VM is not set
11998 +# CONFIG_DEBUG_LIST is not set
11999 +# CONFIG_DEBUG_SG is not set
12000 +# CONFIG_BOOT_PRINTK_DELAY is not set
12001 +# CONFIG_RCU_TORTURE_TEST is not set
12002 +# CONFIG_BACKTRACE_SELF_TEST is not set
12003 +# CONFIG_FAULT_INJECTION is not set
12004 +# CONFIG_SAMPLES is not set
12005 +# CONFIG_DEBUG_STACKOVERFLOW is not set
12006 +# CONFIG_DEBUG_STACK_USAGE is not set
12007 +# CONFIG_DEBUG_PAGEALLOC is not set
12008 +# CONFIG_DEBUGGER is not set
12009 +# CONFIG_VIRQ_DEBUG is not set
12010 +# CONFIG_BDI_SWITCH is not set
12011 +# CONFIG_PPC_EARLY_DEBUG is not set
12012 +
12013 +#
12014 +# Security options
12015 +#
12016 +# CONFIG_KEYS is not set
12017 +# CONFIG_SECURITY is not set
12018 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
12019 +CONFIG_CRYPTO=y
12020 +CONFIG_CRYPTO_ALGAPI=y
12021 +CONFIG_CRYPTO_BLKCIPHER=y
12022 +# CONFIG_CRYPTO_SEQIV is not set
12023 +CONFIG_CRYPTO_MANAGER=y
12024 +# CONFIG_CRYPTO_HMAC is not set
12025 +# CONFIG_CRYPTO_XCBC is not set
12026 +# CONFIG_CRYPTO_NULL is not set
12027 +# CONFIG_CRYPTO_MD4 is not set
12028 +CONFIG_CRYPTO_MD5=y
12029 +# CONFIG_CRYPTO_SHA1 is not set
12030 +# CONFIG_CRYPTO_SHA256 is not set
12031 +# CONFIG_CRYPTO_SHA512 is not set
12032 +# CONFIG_CRYPTO_WP512 is not set
12033 +# CONFIG_CRYPTO_TGR192 is not set
12034 +# CONFIG_CRYPTO_GF128MUL is not set
12035 +CONFIG_CRYPTO_ECB=y
12036 +CONFIG_CRYPTO_CBC=y
12037 +CONFIG_CRYPTO_PCBC=y
12038 +# CONFIG_CRYPTO_LRW is not set
12039 +# CONFIG_CRYPTO_XTS is not set
12040 +# CONFIG_CRYPTO_CTR is not set
12041 +# CONFIG_CRYPTO_GCM is not set
12042 +# CONFIG_CRYPTO_CCM is not set
12043 +# CONFIG_CRYPTO_CRYPTD is not set
12044 +CONFIG_CRYPTO_DES=y
12045 +# CONFIG_CRYPTO_FCRYPT is not set
12046 +# CONFIG_CRYPTO_BLOWFISH is not set
12047 +# CONFIG_CRYPTO_TWOFISH is not set
12048 +# CONFIG_CRYPTO_SERPENT is not set
12049 +# CONFIG_CRYPTO_AES is not set
12050 +# CONFIG_CRYPTO_CAST5 is not set
12051 +# CONFIG_CRYPTO_CAST6 is not set
12052 +# CONFIG_CRYPTO_TEA is not set
12053 +# CONFIG_CRYPTO_ARC4 is not set
12054 +# CONFIG_CRYPTO_KHAZAD is not set
12055 +# CONFIG_CRYPTO_ANUBIS is not set
12056 +# CONFIG_CRYPTO_SEED is not set
12057 +# CONFIG_CRYPTO_SALSA20 is not set
12058 +# CONFIG_CRYPTO_DEFLATE is not set
12059 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
12060 +# CONFIG_CRYPTO_CRC32C is not set
12061 +# CONFIG_CRYPTO_CAMELLIA is not set
12062 +# CONFIG_CRYPTO_TEST is not set
12063 +# CONFIG_CRYPTO_AUTHENC is not set
12064 +# CONFIG_CRYPTO_LZO is not set
12065 +CONFIG_CRYPTO_HW=y
12066 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
12067 +# CONFIG_PPC_CLOCK is not set
12068 --- /dev/null
12069 +++ b/arch/powerpc/configs/40x/makalu_defconfig
12070 @@ -0,0 +1,839 @@
12071 +#
12072 +# Automatically generated make config: don't edit
12073 +# Linux kernel version: 2.6.25-rc2
12074 +# Fri Feb 15 21:52:30 2008
12075 +#
12076 +# CONFIG_PPC64 is not set
12077 +
12078 +#
12079 +# Processor support
12080 +#
12081 +# CONFIG_6xx is not set
12082 +# CONFIG_PPC_85xx is not set
12083 +# CONFIG_PPC_8xx is not set
12084 +CONFIG_40x=y
12085 +# CONFIG_44x is not set
12086 +# CONFIG_E200 is not set
12087 +CONFIG_4xx=y
12088 +# CONFIG_PPC_MM_SLICES is not set
12089 +CONFIG_NOT_COHERENT_CACHE=y
12090 +CONFIG_PPC32=y
12091 +CONFIG_WORD_SIZE=32
12092 +CONFIG_PPC_MERGE=y
12093 +CONFIG_MMU=y
12094 +CONFIG_GENERIC_CMOS_UPDATE=y
12095 +CONFIG_GENERIC_TIME=y
12096 +CONFIG_GENERIC_TIME_VSYSCALL=y
12097 +CONFIG_GENERIC_CLOCKEVENTS=y
12098 +CONFIG_GENERIC_HARDIRQS=y
12099 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
12100 +CONFIG_IRQ_PER_CPU=y
12101 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
12102 +CONFIG_ARCH_HAS_ILOG2_U32=y
12103 +CONFIG_GENERIC_HWEIGHT=y
12104 +CONFIG_GENERIC_CALIBRATE_DELAY=y
12105 +CONFIG_GENERIC_FIND_NEXT_BIT=y
12106 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
12107 +CONFIG_PPC=y
12108 +CONFIG_EARLY_PRINTK=y
12109 +CONFIG_GENERIC_NVRAM=y
12110 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
12111 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
12112 +CONFIG_PPC_OF=y
12113 +CONFIG_OF=y
12114 +CONFIG_PPC_UDBG_16550=y
12115 +# CONFIG_GENERIC_TBSYNC is not set
12116 +CONFIG_AUDIT_ARCH=y
12117 +CONFIG_GENERIC_BUG=y
12118 +# CONFIG_DEFAULT_UIMAGE is not set
12119 +CONFIG_PPC_DCR_NATIVE=y
12120 +# CONFIG_PPC_DCR_MMIO is not set
12121 +CONFIG_PPC_DCR=y
12122 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12123 +
12124 +#
12125 +# General setup
12126 +#
12127 +CONFIG_EXPERIMENTAL=y
12128 +CONFIG_BROKEN_ON_SMP=y
12129 +CONFIG_INIT_ENV_ARG_LIMIT=32
12130 +CONFIG_LOCALVERSION=""
12131 +CONFIG_LOCALVERSION_AUTO=y
12132 +CONFIG_SWAP=y
12133 +CONFIG_SYSVIPC=y
12134 +CONFIG_SYSVIPC_SYSCTL=y
12135 +CONFIG_POSIX_MQUEUE=y
12136 +# CONFIG_BSD_PROCESS_ACCT is not set
12137 +# CONFIG_TASKSTATS is not set
12138 +# CONFIG_AUDIT is not set
12139 +# CONFIG_IKCONFIG is not set
12140 +CONFIG_LOG_BUF_SHIFT=14
12141 +# CONFIG_CGROUPS is not set
12142 +CONFIG_GROUP_SCHED=y
12143 +# CONFIG_FAIR_GROUP_SCHED is not set
12144 +# CONFIG_RT_GROUP_SCHED is not set
12145 +CONFIG_USER_SCHED=y
12146 +# CONFIG_CGROUP_SCHED is not set
12147 +CONFIG_SYSFS_DEPRECATED=y
12148 +# CONFIG_RELAY is not set
12149 +# CONFIG_NAMESPACES is not set
12150 +CONFIG_BLK_DEV_INITRD=y
12151 +CONFIG_INITRAMFS_SOURCE=""
12152 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
12153 +CONFIG_SYSCTL=y
12154 +CONFIG_EMBEDDED=y
12155 +CONFIG_SYSCTL_SYSCALL=y
12156 +CONFIG_KALLSYMS=y
12157 +CONFIG_KALLSYMS_ALL=y
12158 +CONFIG_KALLSYMS_EXTRA_PASS=y
12159 +CONFIG_HOTPLUG=y
12160 +CONFIG_PRINTK=y
12161 +CONFIG_BUG=y
12162 +CONFIG_ELF_CORE=y
12163 +CONFIG_COMPAT_BRK=y
12164 +CONFIG_BASE_FULL=y
12165 +CONFIG_FUTEX=y
12166 +CONFIG_ANON_INODES=y
12167 +CONFIG_EPOLL=y
12168 +CONFIG_SIGNALFD=y
12169 +CONFIG_TIMERFD=y
12170 +CONFIG_EVENTFD=y
12171 +CONFIG_SHMEM=y
12172 +CONFIG_VM_EVENT_COUNTERS=y
12173 +CONFIG_SLUB_DEBUG=y
12174 +# CONFIG_SLAB is not set
12175 +CONFIG_SLUB=y
12176 +# CONFIG_SLOB is not set
12177 +# CONFIG_PROFILING is not set
12178 +# CONFIG_MARKERS is not set
12179 +CONFIG_HAVE_OPROFILE=y
12180 +# CONFIG_KPROBES is not set
12181 +CONFIG_HAVE_KPROBES=y
12182 +CONFIG_PROC_PAGE_MONITOR=y
12183 +CONFIG_SLABINFO=y
12184 +CONFIG_RT_MUTEXES=y
12185 +# CONFIG_TINY_SHMEM is not set
12186 +CONFIG_BASE_SMALL=0
12187 +CONFIG_MODULES=y
12188 +CONFIG_MODULE_UNLOAD=y
12189 +# CONFIG_MODULE_FORCE_UNLOAD is not set
12190 +# CONFIG_MODVERSIONS is not set
12191 +# CONFIG_MODULE_SRCVERSION_ALL is not set
12192 +CONFIG_KMOD=y
12193 +CONFIG_BLOCK=y
12194 +CONFIG_LBD=y
12195 +# CONFIG_BLK_DEV_IO_TRACE is not set
12196 +# CONFIG_LSF is not set
12197 +# CONFIG_BLK_DEV_BSG is not set
12198 +
12199 +#
12200 +# IO Schedulers
12201 +#
12202 +CONFIG_IOSCHED_NOOP=y
12203 +CONFIG_IOSCHED_AS=y
12204 +CONFIG_IOSCHED_DEADLINE=y
12205 +CONFIG_IOSCHED_CFQ=y
12206 +CONFIG_DEFAULT_AS=y
12207 +# CONFIG_DEFAULT_DEADLINE is not set
12208 +# CONFIG_DEFAULT_CFQ is not set
12209 +# CONFIG_DEFAULT_NOOP is not set
12210 +CONFIG_DEFAULT_IOSCHED="anticipatory"
12211 +CONFIG_CLASSIC_RCU=y
12212 +# CONFIG_PREEMPT_RCU is not set
12213 +CONFIG_PPC4xx_PCI_EXPRESS=y
12214 +
12215 +#
12216 +# Platform support
12217 +#
12218 +# CONFIG_PPC_MPC512x is not set
12219 +# CONFIG_PPC_MPC5121 is not set
12220 +# CONFIG_PPC_CELL is not set
12221 +# CONFIG_PPC_CELL_NATIVE is not set
12222 +# CONFIG_PQ2ADS is not set
12223 +# CONFIG_EP405 is not set
12224 +# CONFIG_KILAUEA is not set
12225 +CONFIG_MAKALU=y
12226 +# CONFIG_WALNUT is not set
12227 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
12228 +CONFIG_405EX=y
12229 +# CONFIG_IPIC is not set
12230 +# CONFIG_MPIC is not set
12231 +# CONFIG_MPIC_WEIRD is not set
12232 +# CONFIG_PPC_I8259 is not set
12233 +# CONFIG_PPC_RTAS is not set
12234 +# CONFIG_MMIO_NVRAM is not set
12235 +# CONFIG_PPC_MPC106 is not set
12236 +# CONFIG_PPC_970_NAP is not set
12237 +# CONFIG_PPC_INDIRECT_IO is not set
12238 +# CONFIG_GENERIC_IOMAP is not set
12239 +# CONFIG_CPU_FREQ is not set
12240 +# CONFIG_FSL_ULI1575 is not set
12241 +
12242 +#
12243 +# Kernel options
12244 +#
12245 +# CONFIG_HIGHMEM is not set
12246 +# CONFIG_TICK_ONESHOT is not set
12247 +# CONFIG_NO_HZ is not set
12248 +# CONFIG_HIGH_RES_TIMERS is not set
12249 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
12250 +# CONFIG_HZ_100 is not set
12251 +CONFIG_HZ_250=y
12252 +# CONFIG_HZ_300 is not set
12253 +# CONFIG_HZ_1000 is not set
12254 +CONFIG_HZ=250
12255 +# CONFIG_SCHED_HRTICK is not set
12256 +CONFIG_PREEMPT_NONE=y
12257 +# CONFIG_PREEMPT_VOLUNTARY is not set
12258 +# CONFIG_PREEMPT is not set
12259 +CONFIG_RCU_TRACE=y
12260 +CONFIG_BINFMT_ELF=y
12261 +# CONFIG_BINFMT_MISC is not set
12262 +# CONFIG_MATH_EMULATION is not set
12263 +# CONFIG_IOMMU_HELPER is not set
12264 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
12265 +CONFIG_ARCH_HAS_WALK_MEMORY=y
12266 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
12267 +CONFIG_ARCH_FLATMEM_ENABLE=y
12268 +CONFIG_ARCH_POPULATES_NODE_MAP=y
12269 +CONFIG_SELECT_MEMORY_MODEL=y
12270 +CONFIG_FLATMEM_MANUAL=y
12271 +# CONFIG_DISCONTIGMEM_MANUAL is not set
12272 +# CONFIG_SPARSEMEM_MANUAL is not set
12273 +CONFIG_FLATMEM=y
12274 +CONFIG_FLAT_NODE_MEM_MAP=y
12275 +# CONFIG_SPARSEMEM_STATIC is not set
12276 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
12277 +CONFIG_SPLIT_PTLOCK_CPUS=4
12278 +# CONFIG_RESOURCES_64BIT is not set
12279 +CONFIG_ZONE_DMA_FLAG=1
12280 +CONFIG_BOUNCE=y
12281 +CONFIG_VIRT_TO_BUS=y
12282 +CONFIG_PROC_DEVICETREE=y
12283 +# CONFIG_CMDLINE_BOOL is not set
12284 +# CONFIG_PM is not set
12285 +CONFIG_SECCOMP=y
12286 +CONFIG_ISA_DMA_API=y
12287 +
12288 +#
12289 +# Bus options
12290 +#
12291 +CONFIG_ZONE_DMA=y
12292 +CONFIG_PPC_INDIRECT_PCI=y
12293 +CONFIG_PCI=y
12294 +CONFIG_PCI_DOMAINS=y
12295 +CONFIG_PCI_SYSCALL=y
12296 +# CONFIG_PCIEPORTBUS is not set
12297 +CONFIG_ARCH_SUPPORTS_MSI=y
12298 +# CONFIG_PCI_MSI is not set
12299 +CONFIG_PCI_LEGACY=y
12300 +# CONFIG_PCI_DEBUG is not set
12301 +# CONFIG_PCCARD is not set
12302 +# CONFIG_HOTPLUG_PCI is not set
12303 +
12304 +#
12305 +# Advanced setup
12306 +#
12307 +# CONFIG_ADVANCED_OPTIONS is not set
12308 +
12309 +#
12310 +# Default settings for advanced configuration options are used
12311 +#
12312 +CONFIG_HIGHMEM_START=0xfe000000
12313 +CONFIG_LOWMEM_SIZE=0x30000000
12314 +CONFIG_KERNEL_START=0xc0000000
12315 +CONFIG_TASK_SIZE=0xc0000000
12316 +CONFIG_CONSISTENT_START=0xff100000
12317 +CONFIG_CONSISTENT_SIZE=0x00200000
12318 +CONFIG_BOOT_LOAD=0x00400000
12319 +
12320 +#
12321 +# Networking
12322 +#
12323 +CONFIG_NET=y
12324 +
12325 +#
12326 +# Networking options
12327 +#
12328 +CONFIG_PACKET=y
12329 +# CONFIG_PACKET_MMAP is not set
12330 +CONFIG_UNIX=y
12331 +# CONFIG_NET_KEY is not set
12332 +CONFIG_INET=y
12333 +# CONFIG_IP_MULTICAST is not set
12334 +# CONFIG_IP_ADVANCED_ROUTER is not set
12335 +CONFIG_IP_FIB_HASH=y
12336 +CONFIG_IP_PNP=y
12337 +CONFIG_IP_PNP_DHCP=y
12338 +CONFIG_IP_PNP_BOOTP=y
12339 +# CONFIG_IP_PNP_RARP is not set
12340 +# CONFIG_NET_IPIP is not set
12341 +# CONFIG_NET_IPGRE is not set
12342 +# CONFIG_ARPD is not set
12343 +# CONFIG_SYN_COOKIES is not set
12344 +# CONFIG_INET_AH is not set
12345 +# CONFIG_INET_ESP is not set
12346 +# CONFIG_INET_IPCOMP is not set
12347 +# CONFIG_INET_XFRM_TUNNEL is not set
12348 +# CONFIG_INET_TUNNEL is not set
12349 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
12350 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
12351 +# CONFIG_INET_XFRM_MODE_BEET is not set
12352 +# CONFIG_INET_LRO is not set
12353 +CONFIG_INET_DIAG=y
12354 +CONFIG_INET_TCP_DIAG=y
12355 +# CONFIG_TCP_CONG_ADVANCED is not set
12356 +CONFIG_TCP_CONG_CUBIC=y
12357 +CONFIG_DEFAULT_TCP_CONG="cubic"
12358 +# CONFIG_TCP_MD5SIG is not set
12359 +# CONFIG_IPV6 is not set
12360 +# CONFIG_INET6_XFRM_TUNNEL is not set
12361 +# CONFIG_INET6_TUNNEL is not set
12362 +# CONFIG_NETWORK_SECMARK is not set
12363 +# CONFIG_NETFILTER is not set
12364 +# CONFIG_IP_DCCP is not set
12365 +# CONFIG_IP_SCTP is not set
12366 +# CONFIG_TIPC is not set
12367 +# CONFIG_ATM is not set
12368 +# CONFIG_BRIDGE is not set
12369 +# CONFIG_VLAN_8021Q is not set
12370 +# CONFIG_DECNET is not set
12371 +# CONFIG_LLC2 is not set
12372 +# CONFIG_IPX is not set
12373 +# CONFIG_ATALK is not set
12374 +# CONFIG_X25 is not set
12375 +# CONFIG_LAPB is not set
12376 +# CONFIG_ECONET is not set
12377 +# CONFIG_WAN_ROUTER is not set
12378 +# CONFIG_NET_SCHED is not set
12379 +
12380 +#
12381 +# Network testing
12382 +#
12383 +# CONFIG_NET_PKTGEN is not set
12384 +# CONFIG_HAMRADIO is not set
12385 +# CONFIG_CAN is not set
12386 +# CONFIG_IRDA is not set
12387 +# CONFIG_BT is not set
12388 +# CONFIG_AF_RXRPC is not set
12389 +
12390 +#
12391 +# Wireless
12392 +#
12393 +# CONFIG_CFG80211 is not set
12394 +# CONFIG_WIRELESS_EXT is not set
12395 +# CONFIG_MAC80211 is not set
12396 +# CONFIG_IEEE80211 is not set
12397 +# CONFIG_RFKILL is not set
12398 +# CONFIG_NET_9P is not set
12399 +
12400 +#
12401 +# Device Drivers
12402 +#
12403 +
12404 +#
12405 +# Generic Driver Options
12406 +#
12407 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
12408 +CONFIG_STANDALONE=y
12409 +CONFIG_PREVENT_FIRMWARE_BUILD=y
12410 +CONFIG_FW_LOADER=y
12411 +# CONFIG_DEBUG_DRIVER is not set
12412 +# CONFIG_DEBUG_DEVRES is not set
12413 +# CONFIG_SYS_HYPERVISOR is not set
12414 +CONFIG_CONNECTOR=y
12415 +CONFIG_PROC_EVENTS=y
12416 +CONFIG_MTD=y
12417 +# CONFIG_MTD_DEBUG is not set
12418 +# CONFIG_MTD_CONCAT is not set
12419 +CONFIG_MTD_PARTITIONS=y
12420 +# CONFIG_MTD_REDBOOT_PARTS is not set
12421 +CONFIG_MTD_CMDLINE_PARTS=y
12422 +CONFIG_MTD_OF_PARTS=y
12423 +
12424 +#
12425 +# User Modules And Translation Layers
12426 +#
12427 +CONFIG_MTD_CHAR=y
12428 +CONFIG_MTD_BLKDEVS=m
12429 +CONFIG_MTD_BLOCK=m
12430 +# CONFIG_MTD_BLOCK_RO is not set
12431 +# CONFIG_FTL is not set
12432 +# CONFIG_NFTL is not set
12433 +# CONFIG_INFTL is not set
12434 +# CONFIG_RFD_FTL is not set
12435 +# CONFIG_SSFDC is not set
12436 +# CONFIG_MTD_OOPS is not set
12437 +
12438 +#
12439 +# RAM/ROM/Flash chip drivers
12440 +#
12441 +CONFIG_MTD_CFI=y
12442 +CONFIG_MTD_JEDECPROBE=y
12443 +CONFIG_MTD_GEN_PROBE=y
12444 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
12445 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
12446 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
12447 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
12448 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
12449 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
12450 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
12451 +CONFIG_MTD_CFI_I1=y
12452 +CONFIG_MTD_CFI_I2=y
12453 +# CONFIG_MTD_CFI_I4 is not set
12454 +# CONFIG_MTD_CFI_I8 is not set
12455 +# CONFIG_MTD_CFI_INTELEXT is not set
12456 +CONFIG_MTD_CFI_AMDSTD=y
12457 +# CONFIG_MTD_CFI_STAA is not set
12458 +CONFIG_MTD_CFI_UTIL=y
12459 +# CONFIG_MTD_RAM is not set
12460 +# CONFIG_MTD_ROM is not set
12461 +# CONFIG_MTD_ABSENT is not set
12462 +
12463 +#
12464 +# Mapping drivers for chip access
12465 +#
12466 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
12467 +# CONFIG_MTD_PHYSMAP is not set
12468 +CONFIG_MTD_PHYSMAP_OF=y
12469 +# CONFIG_MTD_INTEL_VR_NOR is not set
12470 +# CONFIG_MTD_PLATRAM is not set
12471 +
12472 +#
12473 +# Self-contained MTD device drivers
12474 +#
12475 +# CONFIG_MTD_PMC551 is not set
12476 +# CONFIG_MTD_SLRAM is not set
12477 +# CONFIG_MTD_PHRAM is not set
12478 +# CONFIG_MTD_MTDRAM is not set
12479 +# CONFIG_MTD_BLOCK2MTD is not set
12480 +
12481 +#
12482 +# Disk-On-Chip Device Drivers
12483 +#
12484 +# CONFIG_MTD_DOC2000 is not set
12485 +# CONFIG_MTD_DOC2001 is not set
12486 +# CONFIG_MTD_DOC2001PLUS is not set
12487 +# CONFIG_MTD_NAND is not set
12488 +# CONFIG_MTD_ONENAND is not set
12489 +
12490 +#
12491 +# UBI - Unsorted block images
12492 +#
12493 +# CONFIG_MTD_UBI is not set
12494 +CONFIG_OF_DEVICE=y
12495 +# CONFIG_PARPORT is not set
12496 +CONFIG_BLK_DEV=y
12497 +# CONFIG_BLK_DEV_FD is not set
12498 +# CONFIG_BLK_CPQ_DA is not set
12499 +# CONFIG_BLK_CPQ_CISS_DA is not set
12500 +# CONFIG_BLK_DEV_DAC960 is not set
12501 +# CONFIG_BLK_DEV_UMEM is not set
12502 +# CONFIG_BLK_DEV_COW_COMMON is not set
12503 +# CONFIG_BLK_DEV_LOOP is not set
12504 +# CONFIG_BLK_DEV_NBD is not set
12505 +# CONFIG_BLK_DEV_SX8 is not set
12506 +CONFIG_BLK_DEV_RAM=y
12507 +CONFIG_BLK_DEV_RAM_COUNT=16
12508 +CONFIG_BLK_DEV_RAM_SIZE=35000
12509 +# CONFIG_BLK_DEV_XIP is not set
12510 +# CONFIG_CDROM_PKTCDVD is not set
12511 +# CONFIG_ATA_OVER_ETH is not set
12512 +# CONFIG_XILINX_SYSACE is not set
12513 +# CONFIG_MISC_DEVICES is not set
12514 +CONFIG_HAVE_IDE=y
12515 +# CONFIG_IDE is not set
12516 +
12517 +#
12518 +# SCSI device support
12519 +#
12520 +# CONFIG_RAID_ATTRS is not set
12521 +# CONFIG_SCSI is not set
12522 +# CONFIG_SCSI_DMA is not set
12523 +# CONFIG_SCSI_NETLINK is not set
12524 +# CONFIG_ATA is not set
12525 +# CONFIG_MD is not set
12526 +# CONFIG_FUSION is not set
12527 +
12528 +#
12529 +# IEEE 1394 (FireWire) support
12530 +#
12531 +# CONFIG_FIREWIRE is not set
12532 +# CONFIG_IEEE1394 is not set
12533 +# CONFIG_I2O is not set
12534 +# CONFIG_MACINTOSH_DRIVERS is not set
12535 +CONFIG_NETDEVICES=y
12536 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
12537 +# CONFIG_DUMMY is not set
12538 +# CONFIG_BONDING is not set
12539 +# CONFIG_MACVLAN is not set
12540 +# CONFIG_EQUALIZER is not set
12541 +# CONFIG_TUN is not set
12542 +# CONFIG_VETH is not set
12543 +# CONFIG_ARCNET is not set
12544 +# CONFIG_PHYLIB is not set
12545 +CONFIG_NET_ETHERNET=y
12546 +# CONFIG_MII is not set
12547 +# CONFIG_HAPPYMEAL is not set
12548 +# CONFIG_SUNGEM is not set
12549 +# CONFIG_CASSINI is not set
12550 +# CONFIG_NET_VENDOR_3COM is not set
12551 +# CONFIG_NET_TULIP is not set
12552 +# CONFIG_HP100 is not set
12553 +CONFIG_IBM_NEW_EMAC=y
12554 +CONFIG_IBM_NEW_EMAC_RXB=256
12555 +CONFIG_IBM_NEW_EMAC_TXB=256
12556 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
12557 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
12558 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
12559 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
12560 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
12561 +CONFIG_IBM_NEW_EMAC_RGMII=y
12562 +# CONFIG_IBM_NEW_EMAC_TAH is not set
12563 +CONFIG_IBM_NEW_EMAC_EMAC4=y
12564 +# CONFIG_NET_PCI is not set
12565 +# CONFIG_B44 is not set
12566 +# CONFIG_NETDEV_1000 is not set
12567 +# CONFIG_NETDEV_10000 is not set
12568 +# CONFIG_TR is not set
12569 +
12570 +#
12571 +# Wireless LAN
12572 +#
12573 +# CONFIG_WLAN_PRE80211 is not set
12574 +# CONFIG_WLAN_80211 is not set
12575 +# CONFIG_WAN is not set
12576 +# CONFIG_FDDI is not set
12577 +# CONFIG_HIPPI is not set
12578 +# CONFIG_PPP is not set
12579 +# CONFIG_SLIP is not set
12580 +# CONFIG_NETCONSOLE is not set
12581 +# CONFIG_NETPOLL is not set
12582 +# CONFIG_NET_POLL_CONTROLLER is not set
12583 +# CONFIG_ISDN is not set
12584 +# CONFIG_PHONE is not set
12585 +
12586 +#
12587 +# Input device support
12588 +#
12589 +# CONFIG_INPUT is not set
12590 +
12591 +#
12592 +# Hardware I/O ports
12593 +#
12594 +# CONFIG_SERIO is not set
12595 +# CONFIG_GAMEPORT is not set
12596 +
12597 +#
12598 +# Character devices
12599 +#
12600 +# CONFIG_VT is not set
12601 +# CONFIG_SERIAL_NONSTANDARD is not set
12602 +# CONFIG_NOZOMI is not set
12603 +
12604 +#
12605 +# Serial drivers
12606 +#
12607 +CONFIG_SERIAL_8250=y
12608 +CONFIG_SERIAL_8250_CONSOLE=y
12609 +CONFIG_SERIAL_8250_PCI=y
12610 +CONFIG_SERIAL_8250_NR_UARTS=4
12611 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
12612 +CONFIG_SERIAL_8250_EXTENDED=y
12613 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
12614 +CONFIG_SERIAL_8250_SHARE_IRQ=y
12615 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
12616 +# CONFIG_SERIAL_8250_RSA is not set
12617 +
12618 +#
12619 +# Non-8250 serial port support
12620 +#
12621 +# CONFIG_SERIAL_UARTLITE is not set
12622 +CONFIG_SERIAL_CORE=y
12623 +CONFIG_SERIAL_CORE_CONSOLE=y
12624 +# CONFIG_SERIAL_JSM is not set
12625 +CONFIG_SERIAL_OF_PLATFORM=y
12626 +CONFIG_UNIX98_PTYS=y
12627 +CONFIG_LEGACY_PTYS=y
12628 +CONFIG_LEGACY_PTY_COUNT=256
12629 +# CONFIG_IPMI_HANDLER is not set
12630 +# CONFIG_HW_RANDOM is not set
12631 +# CONFIG_NVRAM is not set
12632 +# CONFIG_GEN_RTC is not set
12633 +# CONFIG_R3964 is not set
12634 +# CONFIG_APPLICOM is not set
12635 +# CONFIG_RAW_DRIVER is not set
12636 +# CONFIG_TCG_TPM is not set
12637 +CONFIG_DEVPORT=y
12638 +# CONFIG_I2C is not set
12639 +
12640 +#
12641 +# SPI support
12642 +#
12643 +# CONFIG_SPI is not set
12644 +# CONFIG_SPI_MASTER is not set
12645 +# CONFIG_W1 is not set
12646 +# CONFIG_POWER_SUPPLY is not set
12647 +# CONFIG_HWMON is not set
12648 +CONFIG_THERMAL=y
12649 +# CONFIG_WATCHDOG is not set
12650 +
12651 +#
12652 +# Sonics Silicon Backplane
12653 +#
12654 +CONFIG_SSB_POSSIBLE=y
12655 +# CONFIG_SSB is not set
12656 +
12657 +#
12658 +# Multifunction device drivers
12659 +#
12660 +# CONFIG_MFD_SM501 is not set
12661 +
12662 +#
12663 +# Multimedia devices
12664 +#
12665 +# CONFIG_VIDEO_DEV is not set
12666 +# CONFIG_DVB_CORE is not set
12667 +# CONFIG_DAB is not set
12668 +
12669 +#
12670 +# Graphics support
12671 +#
12672 +# CONFIG_AGP is not set
12673 +# CONFIG_DRM is not set
12674 +# CONFIG_VGASTATE is not set
12675 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
12676 +# CONFIG_FB is not set
12677 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
12678 +
12679 +#
12680 +# Display device support
12681 +#
12682 +# CONFIG_DISPLAY_SUPPORT is not set
12683 +
12684 +#
12685 +# Sound
12686 +#
12687 +# CONFIG_SOUND is not set
12688 +# CONFIG_USB_SUPPORT is not set
12689 +# CONFIG_MMC is not set
12690 +# CONFIG_MEMSTICK is not set
12691 +# CONFIG_NEW_LEDS is not set
12692 +# CONFIG_INFINIBAND is not set
12693 +# CONFIG_EDAC is not set
12694 +# CONFIG_RTC_CLASS is not set
12695 +
12696 +#
12697 +# Userspace I/O
12698 +#
12699 +# CONFIG_UIO is not set
12700 +
12701 +#
12702 +# File systems
12703 +#
12704 +CONFIG_EXT2_FS=y
12705 +# CONFIG_EXT2_FS_XATTR is not set
12706 +# CONFIG_EXT2_FS_XIP is not set
12707 +# CONFIG_EXT3_FS is not set
12708 +# CONFIG_EXT4DEV_FS is not set
12709 +# CONFIG_REISERFS_FS is not set
12710 +# CONFIG_JFS_FS is not set
12711 +# CONFIG_FS_POSIX_ACL is not set
12712 +# CONFIG_XFS_FS is not set
12713 +# CONFIG_GFS2_FS is not set
12714 +# CONFIG_OCFS2_FS is not set
12715 +CONFIG_DNOTIFY=y
12716 +CONFIG_INOTIFY=y
12717 +CONFIG_INOTIFY_USER=y
12718 +# CONFIG_QUOTA is not set
12719 +# CONFIG_AUTOFS_FS is not set
12720 +# CONFIG_AUTOFS4_FS is not set
12721 +# CONFIG_FUSE_FS is not set
12722 +
12723 +#
12724 +# CD-ROM/DVD Filesystems
12725 +#
12726 +# CONFIG_ISO9660_FS is not set
12727 +# CONFIG_UDF_FS is not set
12728 +
12729 +#
12730 +# DOS/FAT/NT Filesystems
12731 +#
12732 +# CONFIG_MSDOS_FS is not set
12733 +# CONFIG_VFAT_FS is not set
12734 +# CONFIG_NTFS_FS is not set
12735 +
12736 +#
12737 +# Pseudo filesystems
12738 +#
12739 +CONFIG_PROC_FS=y
12740 +CONFIG_PROC_KCORE=y
12741 +CONFIG_PROC_SYSCTL=y
12742 +CONFIG_SYSFS=y
12743 +CONFIG_TMPFS=y
12744 +# CONFIG_TMPFS_POSIX_ACL is not set
12745 +# CONFIG_HUGETLB_PAGE is not set
12746 +# CONFIG_CONFIGFS_FS is not set
12747 +
12748 +#
12749 +# Miscellaneous filesystems
12750 +#
12751 +# CONFIG_ADFS_FS is not set
12752 +# CONFIG_AFFS_FS is not set
12753 +# CONFIG_HFS_FS is not set
12754 +# CONFIG_HFSPLUS_FS is not set
12755 +# CONFIG_BEFS_FS is not set
12756 +# CONFIG_BFS_FS is not set
12757 +# CONFIG_EFS_FS is not set
12758 +# CONFIG_JFFS2_FS is not set
12759 +CONFIG_CRAMFS=y
12760 +# CONFIG_VXFS_FS is not set
12761 +# CONFIG_MINIX_FS is not set
12762 +# CONFIG_HPFS_FS is not set
12763 +# CONFIG_QNX4FS_FS is not set
12764 +# CONFIG_ROMFS_FS is not set
12765 +# CONFIG_SYSV_FS is not set
12766 +# CONFIG_UFS_FS is not set
12767 +CONFIG_NETWORK_FILESYSTEMS=y
12768 +CONFIG_NFS_FS=y
12769 +CONFIG_NFS_V3=y
12770 +# CONFIG_NFS_V3_ACL is not set
12771 +# CONFIG_NFS_V4 is not set
12772 +# CONFIG_NFS_DIRECTIO is not set
12773 +# CONFIG_NFSD is not set
12774 +CONFIG_ROOT_NFS=y
12775 +CONFIG_LOCKD=y
12776 +CONFIG_LOCKD_V4=y
12777 +CONFIG_NFS_COMMON=y
12778 +CONFIG_SUNRPC=y
12779 +# CONFIG_SUNRPC_BIND34 is not set
12780 +# CONFIG_RPCSEC_GSS_KRB5 is not set
12781 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
12782 +# CONFIG_SMB_FS is not set
12783 +# CONFIG_CIFS is not set
12784 +# CONFIG_NCP_FS is not set
12785 +# CONFIG_CODA_FS is not set
12786 +# CONFIG_AFS_FS is not set
12787 +
12788 +#
12789 +# Partition Types
12790 +#
12791 +# CONFIG_PARTITION_ADVANCED is not set
12792 +CONFIG_MSDOS_PARTITION=y
12793 +# CONFIG_NLS is not set
12794 +# CONFIG_DLM is not set
12795 +
12796 +#
12797 +# Library routines
12798 +#
12799 +CONFIG_BITREVERSE=y
12800 +# CONFIG_CRC_CCITT is not set
12801 +# CONFIG_CRC16 is not set
12802 +# CONFIG_CRC_ITU_T is not set
12803 +CONFIG_CRC32=y
12804 +# CONFIG_CRC7 is not set
12805 +# CONFIG_LIBCRC32C is not set
12806 +CONFIG_ZLIB_INFLATE=y
12807 +CONFIG_PLIST=y
12808 +CONFIG_HAS_IOMEM=y
12809 +CONFIG_HAS_IOPORT=y
12810 +CONFIG_HAS_DMA=y
12811 +
12812 +#
12813 +# Kernel hacking
12814 +#
12815 +# CONFIG_PRINTK_TIME is not set
12816 +CONFIG_ENABLE_WARN_DEPRECATED=y
12817 +CONFIG_ENABLE_MUST_CHECK=y
12818 +CONFIG_MAGIC_SYSRQ=y
12819 +# CONFIG_UNUSED_SYMBOLS is not set
12820 +CONFIG_DEBUG_FS=y
12821 +# CONFIG_HEADERS_CHECK is not set
12822 +CONFIG_DEBUG_KERNEL=y
12823 +# CONFIG_DEBUG_SHIRQ is not set
12824 +CONFIG_DETECT_SOFTLOCKUP=y
12825 +CONFIG_SCHED_DEBUG=y
12826 +# CONFIG_SCHEDSTATS is not set
12827 +# CONFIG_TIMER_STATS is not set
12828 +# CONFIG_SLUB_DEBUG_ON is not set
12829 +# CONFIG_SLUB_STATS is not set
12830 +# CONFIG_DEBUG_RT_MUTEXES is not set
12831 +# CONFIG_RT_MUTEX_TESTER is not set
12832 +# CONFIG_DEBUG_SPINLOCK is not set
12833 +# CONFIG_DEBUG_MUTEXES is not set
12834 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
12835 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
12836 +# CONFIG_DEBUG_KOBJECT is not set
12837 +CONFIG_DEBUG_BUGVERBOSE=y
12838 +# CONFIG_DEBUG_INFO is not set
12839 +# CONFIG_DEBUG_VM is not set
12840 +# CONFIG_DEBUG_LIST is not set
12841 +# CONFIG_DEBUG_SG is not set
12842 +# CONFIG_BOOT_PRINTK_DELAY is not set
12843 +# CONFIG_RCU_TORTURE_TEST is not set
12844 +# CONFIG_BACKTRACE_SELF_TEST is not set
12845 +# CONFIG_FAULT_INJECTION is not set
12846 +# CONFIG_SAMPLES is not set
12847 +# CONFIG_DEBUG_STACKOVERFLOW is not set
12848 +# CONFIG_DEBUG_STACK_USAGE is not set
12849 +# CONFIG_DEBUG_PAGEALLOC is not set
12850 +# CONFIG_DEBUGGER is not set
12851 +# CONFIG_VIRQ_DEBUG is not set
12852 +# CONFIG_BDI_SWITCH is not set
12853 +# CONFIG_PPC_EARLY_DEBUG is not set
12854 +
12855 +#
12856 +# Security options
12857 +#
12858 +# CONFIG_KEYS is not set
12859 +# CONFIG_SECURITY is not set
12860 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
12861 +CONFIG_CRYPTO=y
12862 +CONFIG_CRYPTO_ALGAPI=y
12863 +CONFIG_CRYPTO_BLKCIPHER=y
12864 +# CONFIG_CRYPTO_SEQIV is not set
12865 +CONFIG_CRYPTO_MANAGER=y
12866 +# CONFIG_CRYPTO_HMAC is not set
12867 +# CONFIG_CRYPTO_XCBC is not set
12868 +# CONFIG_CRYPTO_NULL is not set
12869 +# CONFIG_CRYPTO_MD4 is not set
12870 +CONFIG_CRYPTO_MD5=y
12871 +# CONFIG_CRYPTO_SHA1 is not set
12872 +# CONFIG_CRYPTO_SHA256 is not set
12873 +# CONFIG_CRYPTO_SHA512 is not set
12874 +# CONFIG_CRYPTO_WP512 is not set
12875 +# CONFIG_CRYPTO_TGR192 is not set
12876 +# CONFIG_CRYPTO_GF128MUL is not set
12877 +CONFIG_CRYPTO_ECB=y
12878 +CONFIG_CRYPTO_CBC=y
12879 +CONFIG_CRYPTO_PCBC=y
12880 +# CONFIG_CRYPTO_LRW is not set
12881 +# CONFIG_CRYPTO_XTS is not set
12882 +# CONFIG_CRYPTO_CTR is not set
12883 +# CONFIG_CRYPTO_GCM is not set
12884 +# CONFIG_CRYPTO_CCM is not set
12885 +# CONFIG_CRYPTO_CRYPTD is not set
12886 +CONFIG_CRYPTO_DES=y
12887 +# CONFIG_CRYPTO_FCRYPT is not set
12888 +# CONFIG_CRYPTO_BLOWFISH is not set
12889 +# CONFIG_CRYPTO_TWOFISH is not set
12890 +# CONFIG_CRYPTO_SERPENT is not set
12891 +# CONFIG_CRYPTO_AES is not set
12892 +# CONFIG_CRYPTO_CAST5 is not set
12893 +# CONFIG_CRYPTO_CAST6 is not set
12894 +# CONFIG_CRYPTO_TEA is not set
12895 +# CONFIG_CRYPTO_ARC4 is not set
12896 +# CONFIG_CRYPTO_KHAZAD is not set
12897 +# CONFIG_CRYPTO_ANUBIS is not set
12898 +# CONFIG_CRYPTO_SEED is not set
12899 +# CONFIG_CRYPTO_SALSA20 is not set
12900 +# CONFIG_CRYPTO_DEFLATE is not set
12901 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
12902 +# CONFIG_CRYPTO_CRC32C is not set
12903 +# CONFIG_CRYPTO_CAMELLIA is not set
12904 +# CONFIG_CRYPTO_TEST is not set
12905 +# CONFIG_CRYPTO_AUTHENC is not set
12906 +# CONFIG_CRYPTO_LZO is not set
12907 +CONFIG_CRYPTO_HW=y
12908 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
12909 +# CONFIG_PPC_CLOCK is not set
12910 --- /dev/null
12911 +++ b/arch/powerpc/configs/40x/walnut_defconfig
12912 @@ -0,0 +1,887 @@
12913 +#
12914 +# Automatically generated make config: don't edit
12915 +# Linux kernel version: 2.6.25-rc2
12916 +# Fri Feb 15 21:54:12 2008
12917 +#
12918 +# CONFIG_PPC64 is not set
12919 +
12920 +#
12921 +# Processor support
12922 +#
12923 +# CONFIG_6xx is not set
12924 +# CONFIG_PPC_85xx is not set
12925 +# CONFIG_PPC_8xx is not set
12926 +CONFIG_40x=y
12927 +# CONFIG_44x is not set
12928 +# CONFIG_E200 is not set
12929 +CONFIG_4xx=y
12930 +# CONFIG_PPC_MM_SLICES is not set
12931 +CONFIG_NOT_COHERENT_CACHE=y
12932 +CONFIG_PPC32=y
12933 +CONFIG_WORD_SIZE=32
12934 +CONFIG_PPC_MERGE=y
12935 +CONFIG_MMU=y
12936 +CONFIG_GENERIC_CMOS_UPDATE=y
12937 +CONFIG_GENERIC_TIME=y
12938 +CONFIG_GENERIC_TIME_VSYSCALL=y
12939 +CONFIG_GENERIC_CLOCKEVENTS=y
12940 +CONFIG_GENERIC_HARDIRQS=y
12941 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
12942 +CONFIG_IRQ_PER_CPU=y
12943 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
12944 +CONFIG_ARCH_HAS_ILOG2_U32=y
12945 +CONFIG_GENERIC_HWEIGHT=y
12946 +CONFIG_GENERIC_CALIBRATE_DELAY=y
12947 +CONFIG_GENERIC_FIND_NEXT_BIT=y
12948 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
12949 +CONFIG_PPC=y
12950 +CONFIG_EARLY_PRINTK=y
12951 +CONFIG_GENERIC_NVRAM=y
12952 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
12953 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
12954 +CONFIG_PPC_OF=y
12955 +CONFIG_OF=y
12956 +CONFIG_PPC_UDBG_16550=y
12957 +# CONFIG_GENERIC_TBSYNC is not set
12958 +CONFIG_AUDIT_ARCH=y
12959 +CONFIG_GENERIC_BUG=y
12960 +# CONFIG_DEFAULT_UIMAGE is not set
12961 +CONFIG_PPC_DCR_NATIVE=y
12962 +# CONFIG_PPC_DCR_MMIO is not set
12963 +CONFIG_PPC_DCR=y
12964 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12965 +
12966 +#
12967 +# General setup
12968 +#
12969 +CONFIG_EXPERIMENTAL=y
12970 +CONFIG_BROKEN_ON_SMP=y
12971 +CONFIG_INIT_ENV_ARG_LIMIT=32
12972 +CONFIG_LOCALVERSION=""
12973 +CONFIG_LOCALVERSION_AUTO=y
12974 +CONFIG_SWAP=y
12975 +CONFIG_SYSVIPC=y
12976 +CONFIG_SYSVIPC_SYSCTL=y
12977 +CONFIG_POSIX_MQUEUE=y
12978 +# CONFIG_BSD_PROCESS_ACCT is not set
12979 +# CONFIG_TASKSTATS is not set
12980 +# CONFIG_AUDIT is not set
12981 +# CONFIG_IKCONFIG is not set
12982 +CONFIG_LOG_BUF_SHIFT=14
12983 +# CONFIG_CGROUPS is not set
12984 +CONFIG_GROUP_SCHED=y
12985 +CONFIG_FAIR_GROUP_SCHED=y
12986 +# CONFIG_RT_GROUP_SCHED is not set
12987 +CONFIG_USER_SCHED=y
12988 +# CONFIG_CGROUP_SCHED is not set
12989 +CONFIG_SYSFS_DEPRECATED=y
12990 +# CONFIG_RELAY is not set
12991 +# CONFIG_NAMESPACES is not set
12992 +CONFIG_BLK_DEV_INITRD=y
12993 +CONFIG_INITRAMFS_SOURCE=""
12994 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
12995 +CONFIG_SYSCTL=y
12996 +CONFIG_EMBEDDED=y
12997 +CONFIG_SYSCTL_SYSCALL=y
12998 +CONFIG_KALLSYMS=y
12999 +CONFIG_KALLSYMS_ALL=y
13000 +CONFIG_KALLSYMS_EXTRA_PASS=y
13001 +CONFIG_HOTPLUG=y
13002 +CONFIG_PRINTK=y
13003 +CONFIG_BUG=y
13004 +CONFIG_ELF_CORE=y
13005 +CONFIG_COMPAT_BRK=y
13006 +CONFIG_BASE_FULL=y
13007 +CONFIG_FUTEX=y
13008 +CONFIG_ANON_INODES=y
13009 +CONFIG_EPOLL=y
13010 +CONFIG_SIGNALFD=y
13011 +CONFIG_TIMERFD=y
13012 +CONFIG_EVENTFD=y
13013 +CONFIG_SHMEM=y
13014 +CONFIG_VM_EVENT_COUNTERS=y
13015 +CONFIG_SLUB_DEBUG=y
13016 +# CONFIG_SLAB is not set
13017 +CONFIG_SLUB=y
13018 +# CONFIG_SLOB is not set
13019 +# CONFIG_PROFILING is not set
13020 +# CONFIG_MARKERS is not set
13021 +CONFIG_HAVE_OPROFILE=y
13022 +# CONFIG_KPROBES is not set
13023 +CONFIG_HAVE_KPROBES=y
13024 +CONFIG_PROC_PAGE_MONITOR=y
13025 +CONFIG_SLABINFO=y
13026 +CONFIG_RT_MUTEXES=y
13027 +# CONFIG_TINY_SHMEM is not set
13028 +CONFIG_BASE_SMALL=0
13029 +CONFIG_MODULES=y
13030 +CONFIG_MODULE_UNLOAD=y
13031 +# CONFIG_MODULE_FORCE_UNLOAD is not set
13032 +# CONFIG_MODVERSIONS is not set
13033 +# CONFIG_MODULE_SRCVERSION_ALL is not set
13034 +CONFIG_KMOD=y
13035 +CONFIG_BLOCK=y
13036 +CONFIG_LBD=y
13037 +# CONFIG_BLK_DEV_IO_TRACE is not set
13038 +# CONFIG_LSF is not set
13039 +# CONFIG_BLK_DEV_BSG is not set
13040 +
13041 +#
13042 +# IO Schedulers
13043 +#
13044 +CONFIG_IOSCHED_NOOP=y
13045 +CONFIG_IOSCHED_AS=y
13046 +CONFIG_IOSCHED_DEADLINE=y
13047 +CONFIG_IOSCHED_CFQ=y
13048 +CONFIG_DEFAULT_AS=y
13049 +# CONFIG_DEFAULT_DEADLINE is not set
13050 +# CONFIG_DEFAULT_CFQ is not set
13051 +# CONFIG_DEFAULT_NOOP is not set
13052 +CONFIG_DEFAULT_IOSCHED="anticipatory"
13053 +CONFIG_CLASSIC_RCU=y
13054 +# CONFIG_PREEMPT_RCU is not set
13055 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
13056 +
13057 +#
13058 +# Platform support
13059 +#
13060 +# CONFIG_PPC_MPC512x is not set
13061 +# CONFIG_PPC_MPC5121 is not set
13062 +# CONFIG_PPC_CELL is not set
13063 +# CONFIG_PPC_CELL_NATIVE is not set
13064 +# CONFIG_PQ2ADS is not set
13065 +# CONFIG_EP405 is not set
13066 +# CONFIG_KILAUEA is not set
13067 +# CONFIG_MAKALU is not set
13068 +CONFIG_WALNUT=y
13069 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
13070 +CONFIG_405GP=y
13071 +CONFIG_IBM405_ERR77=y
13072 +CONFIG_IBM405_ERR51=y
13073 +# CONFIG_IPIC is not set
13074 +# CONFIG_MPIC is not set
13075 +# CONFIG_MPIC_WEIRD is not set
13076 +# CONFIG_PPC_I8259 is not set
13077 +# CONFIG_PPC_RTAS is not set
13078 +# CONFIG_MMIO_NVRAM is not set
13079 +# CONFIG_PPC_MPC106 is not set
13080 +# CONFIG_PPC_970_NAP is not set
13081 +# CONFIG_PPC_INDIRECT_IO is not set
13082 +# CONFIG_GENERIC_IOMAP is not set
13083 +# CONFIG_CPU_FREQ is not set
13084 +# CONFIG_FSL_ULI1575 is not set
13085 +CONFIG_OF_RTC=y
13086 +
13087 +#
13088 +# Kernel options
13089 +#
13090 +# CONFIG_HIGHMEM is not set
13091 +# CONFIG_TICK_ONESHOT is not set
13092 +# CONFIG_NO_HZ is not set
13093 +# CONFIG_HIGH_RES_TIMERS is not set
13094 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
13095 +# CONFIG_HZ_100 is not set
13096 +CONFIG_HZ_250=y
13097 +# CONFIG_HZ_300 is not set
13098 +# CONFIG_HZ_1000 is not set
13099 +CONFIG_HZ=250
13100 +# CONFIG_SCHED_HRTICK is not set
13101 +CONFIG_PREEMPT_NONE=y
13102 +# CONFIG_PREEMPT_VOLUNTARY is not set
13103 +# CONFIG_PREEMPT is not set
13104 +CONFIG_RCU_TRACE=y
13105 +CONFIG_BINFMT_ELF=y
13106 +# CONFIG_BINFMT_MISC is not set
13107 +# CONFIG_MATH_EMULATION is not set
13108 +# CONFIG_IOMMU_HELPER is not set
13109 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
13110 +CONFIG_ARCH_HAS_WALK_MEMORY=y
13111 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
13112 +CONFIG_ARCH_FLATMEM_ENABLE=y
13113 +CONFIG_ARCH_POPULATES_NODE_MAP=y
13114 +CONFIG_SELECT_MEMORY_MODEL=y
13115 +CONFIG_FLATMEM_MANUAL=y
13116 +# CONFIG_DISCONTIGMEM_MANUAL is not set
13117 +# CONFIG_SPARSEMEM_MANUAL is not set
13118 +CONFIG_FLATMEM=y
13119 +CONFIG_FLAT_NODE_MEM_MAP=y
13120 +# CONFIG_SPARSEMEM_STATIC is not set
13121 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
13122 +CONFIG_SPLIT_PTLOCK_CPUS=4
13123 +CONFIG_RESOURCES_64BIT=y
13124 +CONFIG_ZONE_DMA_FLAG=1
13125 +CONFIG_BOUNCE=y
13126 +CONFIG_VIRT_TO_BUS=y
13127 +CONFIG_PROC_DEVICETREE=y
13128 +# CONFIG_CMDLINE_BOOL is not set
13129 +# CONFIG_PM is not set
13130 +CONFIG_SECCOMP=y
13131 +CONFIG_ISA_DMA_API=y
13132 +
13133 +#
13134 +# Bus options
13135 +#
13136 +CONFIG_ZONE_DMA=y
13137 +CONFIG_PPC_INDIRECT_PCI=y
13138 +CONFIG_PCI=y
13139 +CONFIG_PCI_DOMAINS=y
13140 +CONFIG_PCI_SYSCALL=y
13141 +# CONFIG_PCIEPORTBUS is not set
13142 +CONFIG_ARCH_SUPPORTS_MSI=y
13143 +# CONFIG_PCI_MSI is not set
13144 +# CONFIG_PCI_LEGACY is not set
13145 +# CONFIG_PCI_DEBUG is not set
13146 +# CONFIG_PCCARD is not set
13147 +# CONFIG_HOTPLUG_PCI is not set
13148 +
13149 +#
13150 +# Advanced setup
13151 +#
13152 +# CONFIG_ADVANCED_OPTIONS is not set
13153 +
13154 +#
13155 +# Default settings for advanced configuration options are used
13156 +#
13157 +CONFIG_HIGHMEM_START=0xfe000000
13158 +CONFIG_LOWMEM_SIZE=0x30000000
13159 +CONFIG_KERNEL_START=0xc0000000
13160 +CONFIG_TASK_SIZE=0xc0000000
13161 +CONFIG_CONSISTENT_START=0xff100000
13162 +CONFIG_CONSISTENT_SIZE=0x00200000
13163 +CONFIG_BOOT_LOAD=0x00400000
13164 +
13165 +#
13166 +# Networking
13167 +#
13168 +CONFIG_NET=y
13169 +
13170 +#
13171 +# Networking options
13172 +#
13173 +CONFIG_PACKET=y
13174 +# CONFIG_PACKET_MMAP is not set
13175 +CONFIG_UNIX=y
13176 +# CONFIG_NET_KEY is not set
13177 +CONFIG_INET=y
13178 +# CONFIG_IP_MULTICAST is not set
13179 +# CONFIG_IP_ADVANCED_ROUTER is not set
13180 +CONFIG_IP_FIB_HASH=y
13181 +CONFIG_IP_PNP=y
13182 +CONFIG_IP_PNP_DHCP=y
13183 +CONFIG_IP_PNP_BOOTP=y
13184 +# CONFIG_IP_PNP_RARP is not set
13185 +# CONFIG_NET_IPIP is not set
13186 +# CONFIG_NET_IPGRE is not set
13187 +# CONFIG_ARPD is not set
13188 +# CONFIG_SYN_COOKIES is not set
13189 +# CONFIG_INET_AH is not set
13190 +# CONFIG_INET_ESP is not set
13191 +# CONFIG_INET_IPCOMP is not set
13192 +# CONFIG_INET_XFRM_TUNNEL is not set
13193 +# CONFIG_INET_TUNNEL is not set
13194 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
13195 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
13196 +# CONFIG_INET_XFRM_MODE_BEET is not set
13197 +# CONFIG_INET_LRO is not set
13198 +CONFIG_INET_DIAG=y
13199 +CONFIG_INET_TCP_DIAG=y
13200 +# CONFIG_TCP_CONG_ADVANCED is not set
13201 +CONFIG_TCP_CONG_CUBIC=y
13202 +CONFIG_DEFAULT_TCP_CONG="cubic"
13203 +# CONFIG_TCP_MD5SIG is not set
13204 +# CONFIG_IPV6 is not set
13205 +# CONFIG_INET6_XFRM_TUNNEL is not set
13206 +# CONFIG_INET6_TUNNEL is not set
13207 +# CONFIG_NETWORK_SECMARK is not set
13208 +# CONFIG_NETFILTER is not set
13209 +# CONFIG_IP_DCCP is not set
13210 +# CONFIG_IP_SCTP is not set
13211 +# CONFIG_TIPC is not set
13212 +# CONFIG_ATM is not set
13213 +# CONFIG_BRIDGE is not set
13214 +# CONFIG_VLAN_8021Q is not set
13215 +# CONFIG_DECNET is not set
13216 +# CONFIG_LLC2 is not set
13217 +# CONFIG_IPX is not set
13218 +# CONFIG_ATALK is not set
13219 +# CONFIG_X25 is not set
13220 +# CONFIG_LAPB is not set
13221 +# CONFIG_ECONET is not set
13222 +# CONFIG_WAN_ROUTER is not set
13223 +# CONFIG_NET_SCHED is not set
13224 +
13225 +#
13226 +# Network testing
13227 +#
13228 +# CONFIG_NET_PKTGEN is not set
13229 +# CONFIG_HAMRADIO is not set
13230 +# CONFIG_CAN is not set
13231 +# CONFIG_IRDA is not set
13232 +# CONFIG_BT is not set
13233 +# CONFIG_AF_RXRPC is not set
13234 +
13235 +#
13236 +# Wireless
13237 +#
13238 +# CONFIG_CFG80211 is not set
13239 +# CONFIG_WIRELESS_EXT is not set
13240 +# CONFIG_MAC80211 is not set
13241 +# CONFIG_IEEE80211 is not set
13242 +# CONFIG_RFKILL is not set
13243 +# CONFIG_NET_9P is not set
13244 +
13245 +#
13246 +# Device Drivers
13247 +#
13248 +
13249 +#
13250 +# Generic Driver Options
13251 +#
13252 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
13253 +CONFIG_STANDALONE=y
13254 +CONFIG_PREVENT_FIRMWARE_BUILD=y
13255 +CONFIG_FW_LOADER=y
13256 +# CONFIG_DEBUG_DRIVER is not set
13257 +# CONFIG_DEBUG_DEVRES is not set
13258 +# CONFIG_SYS_HYPERVISOR is not set
13259 +CONFIG_CONNECTOR=y
13260 +CONFIG_PROC_EVENTS=y
13261 +CONFIG_MTD=y
13262 +# CONFIG_MTD_DEBUG is not set
13263 +# CONFIG_MTD_CONCAT is not set
13264 +CONFIG_MTD_PARTITIONS=y
13265 +# CONFIG_MTD_REDBOOT_PARTS is not set
13266 +CONFIG_MTD_CMDLINE_PARTS=y
13267 +CONFIG_MTD_OF_PARTS=y
13268 +
13269 +#
13270 +# User Modules And Translation Layers
13271 +#
13272 +CONFIG_MTD_CHAR=y
13273 +CONFIG_MTD_BLKDEVS=m
13274 +CONFIG_MTD_BLOCK=m
13275 +# CONFIG_MTD_BLOCK_RO is not set
13276 +# CONFIG_FTL is not set
13277 +# CONFIG_NFTL is not set
13278 +# CONFIG_INFTL is not set
13279 +# CONFIG_RFD_FTL is not set
13280 +# CONFIG_SSFDC is not set
13281 +# CONFIG_MTD_OOPS is not set
13282 +
13283 +#
13284 +# RAM/ROM/Flash chip drivers
13285 +#
13286 +CONFIG_MTD_CFI=y
13287 +CONFIG_MTD_JEDECPROBE=y
13288 +CONFIG_MTD_GEN_PROBE=y
13289 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
13290 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
13291 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
13292 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
13293 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
13294 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
13295 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
13296 +CONFIG_MTD_CFI_I1=y
13297 +CONFIG_MTD_CFI_I2=y
13298 +# CONFIG_MTD_CFI_I4 is not set
13299 +# CONFIG_MTD_CFI_I8 is not set
13300 +# CONFIG_MTD_CFI_INTELEXT is not set
13301 +CONFIG_MTD_CFI_AMDSTD=y
13302 +# CONFIG_MTD_CFI_STAA is not set
13303 +CONFIG_MTD_CFI_UTIL=y
13304 +# CONFIG_MTD_RAM is not set
13305 +# CONFIG_MTD_ROM is not set
13306 +# CONFIG_MTD_ABSENT is not set
13307 +
13308 +#
13309 +# Mapping drivers for chip access
13310 +#
13311 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
13312 +# CONFIG_MTD_PHYSMAP is not set
13313 +CONFIG_MTD_PHYSMAP_OF=y
13314 +# CONFIG_MTD_INTEL_VR_NOR is not set
13315 +# CONFIG_MTD_PLATRAM is not set
13316 +
13317 +#
13318 +# Self-contained MTD device drivers
13319 +#
13320 +# CONFIG_MTD_PMC551 is not set
13321 +# CONFIG_MTD_SLRAM is not set
13322 +# CONFIG_MTD_PHRAM is not set
13323 +# CONFIG_MTD_MTDRAM is not set
13324 +# CONFIG_MTD_BLOCK2MTD is not set
13325 +
13326 +#
13327 +# Disk-On-Chip Device Drivers
13328 +#
13329 +# CONFIG_MTD_DOC2000 is not set
13330 +# CONFIG_MTD_DOC2001 is not set
13331 +# CONFIG_MTD_DOC2001PLUS is not set
13332 +# CONFIG_MTD_NAND is not set
13333 +# CONFIG_MTD_ONENAND is not set
13334 +
13335 +#
13336 +# UBI - Unsorted block images
13337 +#
13338 +# CONFIG_MTD_UBI is not set
13339 +CONFIG_OF_DEVICE=y
13340 +# CONFIG_PARPORT is not set
13341 +CONFIG_BLK_DEV=y
13342 +# CONFIG_BLK_DEV_FD is not set
13343 +# CONFIG_BLK_CPQ_DA is not set
13344 +# CONFIG_BLK_CPQ_CISS_DA is not set
13345 +# CONFIG_BLK_DEV_DAC960 is not set
13346 +# CONFIG_BLK_DEV_UMEM is not set
13347 +# CONFIG_BLK_DEV_COW_COMMON is not set
13348 +# CONFIG_BLK_DEV_LOOP is not set
13349 +# CONFIG_BLK_DEV_NBD is not set
13350 +# CONFIG_BLK_DEV_SX8 is not set
13351 +CONFIG_BLK_DEV_RAM=y
13352 +CONFIG_BLK_DEV_RAM_COUNT=16
13353 +CONFIG_BLK_DEV_RAM_SIZE=35000
13354 +# CONFIG_BLK_DEV_XIP is not set
13355 +# CONFIG_CDROM_PKTCDVD is not set
13356 +# CONFIG_ATA_OVER_ETH is not set
13357 +# CONFIG_XILINX_SYSACE is not set
13358 +CONFIG_MISC_DEVICES=y
13359 +# CONFIG_PHANTOM is not set
13360 +# CONFIG_EEPROM_93CX6 is not set
13361 +# CONFIG_SGI_IOC4 is not set
13362 +# CONFIG_TIFM_CORE is not set
13363 +# CONFIG_ENCLOSURE_SERVICES is not set
13364 +CONFIG_HAVE_IDE=y
13365 +# CONFIG_IDE is not set
13366 +
13367 +#
13368 +# SCSI device support
13369 +#
13370 +# CONFIG_RAID_ATTRS is not set
13371 +# CONFIG_SCSI is not set
13372 +# CONFIG_SCSI_DMA is not set
13373 +# CONFIG_SCSI_NETLINK is not set
13374 +# CONFIG_ATA is not set
13375 +# CONFIG_MD is not set
13376 +# CONFIG_FUSION is not set
13377 +
13378 +#
13379 +# IEEE 1394 (FireWire) support
13380 +#
13381 +# CONFIG_FIREWIRE is not set
13382 +# CONFIG_IEEE1394 is not set
13383 +# CONFIG_I2O is not set
13384 +# CONFIG_MACINTOSH_DRIVERS is not set
13385 +CONFIG_NETDEVICES=y
13386 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
13387 +# CONFIG_DUMMY is not set
13388 +# CONFIG_BONDING is not set
13389 +# CONFIG_MACVLAN is not set
13390 +# CONFIG_EQUALIZER is not set
13391 +# CONFIG_TUN is not set
13392 +# CONFIG_VETH is not set
13393 +# CONFIG_ARCNET is not set
13394 +# CONFIG_PHYLIB is not set
13395 +CONFIG_NET_ETHERNET=y
13396 +# CONFIG_MII is not set
13397 +# CONFIG_HAPPYMEAL is not set
13398 +# CONFIG_SUNGEM is not set
13399 +# CONFIG_CASSINI is not set
13400 +# CONFIG_NET_VENDOR_3COM is not set
13401 +# CONFIG_NET_TULIP is not set
13402 +# CONFIG_HP100 is not set
13403 +CONFIG_IBM_NEW_EMAC=y
13404 +CONFIG_IBM_NEW_EMAC_RXB=128
13405 +CONFIG_IBM_NEW_EMAC_TXB=64
13406 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
13407 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
13408 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
13409 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
13410 +CONFIG_IBM_NEW_EMAC_ZMII=y
13411 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
13412 +# CONFIG_IBM_NEW_EMAC_TAH is not set
13413 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
13414 +# CONFIG_NET_PCI is not set
13415 +# CONFIG_B44 is not set
13416 +CONFIG_NETDEV_1000=y
13417 +# CONFIG_ACENIC is not set
13418 +# CONFIG_DL2K is not set
13419 +# CONFIG_E1000 is not set
13420 +# CONFIG_E1000E is not set
13421 +# CONFIG_E1000E_ENABLED is not set
13422 +# CONFIG_IP1000 is not set
13423 +# CONFIG_IGB is not set
13424 +# CONFIG_NS83820 is not set
13425 +# CONFIG_HAMACHI is not set
13426 +# CONFIG_YELLOWFIN is not set
13427 +# CONFIG_R8169 is not set
13428 +# CONFIG_SIS190 is not set
13429 +# CONFIG_SKGE is not set
13430 +# CONFIG_SKY2 is not set
13431 +# CONFIG_SK98LIN is not set
13432 +# CONFIG_VIA_VELOCITY is not set
13433 +# CONFIG_TIGON3 is not set
13434 +# CONFIG_BNX2 is not set
13435 +# CONFIG_QLA3XXX is not set
13436 +# CONFIG_ATL1 is not set
13437 +CONFIG_NETDEV_10000=y
13438 +# CONFIG_CHELSIO_T1 is not set
13439 +# CONFIG_CHELSIO_T3 is not set
13440 +# CONFIG_IXGBE is not set
13441 +# CONFIG_IXGB is not set
13442 +# CONFIG_S2IO is not set
13443 +# CONFIG_MYRI10GE is not set
13444 +# CONFIG_NETXEN_NIC is not set
13445 +# CONFIG_NIU is not set
13446 +# CONFIG_MLX4_CORE is not set
13447 +# CONFIG_TEHUTI is not set
13448 +# CONFIG_BNX2X is not set
13449 +# CONFIG_TR is not set
13450 +
13451 +#
13452 +# Wireless LAN
13453 +#
13454 +# CONFIG_WLAN_PRE80211 is not set
13455 +# CONFIG_WLAN_80211 is not set
13456 +# CONFIG_WAN is not set
13457 +# CONFIG_FDDI is not set
13458 +# CONFIG_HIPPI is not set
13459 +# CONFIG_PPP is not set
13460 +# CONFIG_SLIP is not set
13461 +# CONFIG_NETCONSOLE is not set
13462 +# CONFIG_NETPOLL is not set
13463 +# CONFIG_NET_POLL_CONTROLLER is not set
13464 +# CONFIG_ISDN is not set
13465 +# CONFIG_PHONE is not set
13466 +
13467 +#
13468 +# Input device support
13469 +#
13470 +# CONFIG_INPUT is not set
13471 +
13472 +#
13473 +# Hardware I/O ports
13474 +#
13475 +# CONFIG_SERIO is not set
13476 +# CONFIG_GAMEPORT is not set
13477 +
13478 +#
13479 +# Character devices
13480 +#
13481 +# CONFIG_VT is not set
13482 +# CONFIG_SERIAL_NONSTANDARD is not set
13483 +# CONFIG_NOZOMI is not set
13484 +
13485 +#
13486 +# Serial drivers
13487 +#
13488 +CONFIG_SERIAL_8250=y
13489 +CONFIG_SERIAL_8250_CONSOLE=y
13490 +CONFIG_SERIAL_8250_PCI=y
13491 +CONFIG_SERIAL_8250_NR_UARTS=4
13492 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
13493 +CONFIG_SERIAL_8250_EXTENDED=y
13494 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
13495 +CONFIG_SERIAL_8250_SHARE_IRQ=y
13496 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
13497 +# CONFIG_SERIAL_8250_RSA is not set
13498 +
13499 +#
13500 +# Non-8250 serial port support
13501 +#
13502 +# CONFIG_SERIAL_UARTLITE is not set
13503 +CONFIG_SERIAL_CORE=y
13504 +CONFIG_SERIAL_CORE_CONSOLE=y
13505 +# CONFIG_SERIAL_JSM is not set
13506 +CONFIG_SERIAL_OF_PLATFORM=y
13507 +CONFIG_UNIX98_PTYS=y
13508 +CONFIG_LEGACY_PTYS=y
13509 +CONFIG_LEGACY_PTY_COUNT=256
13510 +# CONFIG_IPMI_HANDLER is not set
13511 +# CONFIG_HW_RANDOM is not set
13512 +# CONFIG_NVRAM is not set
13513 +# CONFIG_GEN_RTC is not set
13514 +# CONFIG_R3964 is not set
13515 +# CONFIG_APPLICOM is not set
13516 +# CONFIG_RAW_DRIVER is not set
13517 +# CONFIG_TCG_TPM is not set
13518 +CONFIG_DEVPORT=y
13519 +# CONFIG_I2C is not set
13520 +
13521 +#
13522 +# SPI support
13523 +#
13524 +# CONFIG_SPI is not set
13525 +# CONFIG_SPI_MASTER is not set
13526 +# CONFIG_W1 is not set
13527 +# CONFIG_POWER_SUPPLY is not set
13528 +# CONFIG_HWMON is not set
13529 +CONFIG_THERMAL=y
13530 +# CONFIG_WATCHDOG is not set
13531 +
13532 +#
13533 +# Sonics Silicon Backplane
13534 +#
13535 +CONFIG_SSB_POSSIBLE=y
13536 +# CONFIG_SSB is not set
13537 +
13538 +#
13539 +# Multifunction device drivers
13540 +#
13541 +# CONFIG_MFD_SM501 is not set
13542 +
13543 +#
13544 +# Multimedia devices
13545 +#
13546 +# CONFIG_VIDEO_DEV is not set
13547 +# CONFIG_DVB_CORE is not set
13548 +# CONFIG_DAB is not set
13549 +
13550 +#
13551 +# Graphics support
13552 +#
13553 +# CONFIG_AGP is not set
13554 +# CONFIG_DRM is not set
13555 +# CONFIG_VGASTATE is not set
13556 +CONFIG_VIDEO_OUTPUT_CONTROL=m
13557 +# CONFIG_FB is not set
13558 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
13559 +
13560 +#
13561 +# Display device support
13562 +#
13563 +# CONFIG_DISPLAY_SUPPORT is not set
13564 +
13565 +#
13566 +# Sound
13567 +#
13568 +# CONFIG_SOUND is not set
13569 +CONFIG_USB_SUPPORT=y
13570 +CONFIG_USB_ARCH_HAS_HCD=y
13571 +CONFIG_USB_ARCH_HAS_OHCI=y
13572 +CONFIG_USB_ARCH_HAS_EHCI=y
13573 +# CONFIG_USB is not set
13574 +
13575 +#
13576 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
13577 +#
13578 +# CONFIG_USB_GADGET is not set
13579 +# CONFIG_MMC is not set
13580 +# CONFIG_MEMSTICK is not set
13581 +# CONFIG_NEW_LEDS is not set
13582 +# CONFIG_INFINIBAND is not set
13583 +# CONFIG_EDAC is not set
13584 +# CONFIG_RTC_CLASS is not set
13585 +
13586 +#
13587 +# Userspace I/O
13588 +#
13589 +# CONFIG_UIO is not set
13590 +
13591 +#
13592 +# File systems
13593 +#
13594 +CONFIG_EXT2_FS=y
13595 +# CONFIG_EXT2_FS_XATTR is not set
13596 +# CONFIG_EXT2_FS_XIP is not set
13597 +# CONFIG_EXT3_FS is not set
13598 +# CONFIG_EXT4DEV_FS is not set
13599 +# CONFIG_REISERFS_FS is not set
13600 +# CONFIG_JFS_FS is not set
13601 +# CONFIG_FS_POSIX_ACL is not set
13602 +# CONFIG_XFS_FS is not set
13603 +# CONFIG_GFS2_FS is not set
13604 +# CONFIG_OCFS2_FS is not set
13605 +CONFIG_DNOTIFY=y
13606 +CONFIG_INOTIFY=y
13607 +CONFIG_INOTIFY_USER=y
13608 +# CONFIG_QUOTA is not set
13609 +# CONFIG_AUTOFS_FS is not set
13610 +# CONFIG_AUTOFS4_FS is not set
13611 +# CONFIG_FUSE_FS is not set
13612 +
13613 +#
13614 +# CD-ROM/DVD Filesystems
13615 +#
13616 +# CONFIG_ISO9660_FS is not set
13617 +# CONFIG_UDF_FS is not set
13618 +
13619 +#
13620 +# DOS/FAT/NT Filesystems
13621 +#
13622 +# CONFIG_MSDOS_FS is not set
13623 +# CONFIG_VFAT_FS is not set
13624 +# CONFIG_NTFS_FS is not set
13625 +
13626 +#
13627 +# Pseudo filesystems
13628 +#
13629 +CONFIG_PROC_FS=y
13630 +CONFIG_PROC_KCORE=y
13631 +CONFIG_PROC_SYSCTL=y
13632 +CONFIG_SYSFS=y
13633 +CONFIG_TMPFS=y
13634 +# CONFIG_TMPFS_POSIX_ACL is not set
13635 +# CONFIG_HUGETLB_PAGE is not set
13636 +# CONFIG_CONFIGFS_FS is not set
13637 +
13638 +#
13639 +# Miscellaneous filesystems
13640 +#
13641 +# CONFIG_ADFS_FS is not set
13642 +# CONFIG_AFFS_FS is not set
13643 +# CONFIG_HFS_FS is not set
13644 +# CONFIG_HFSPLUS_FS is not set
13645 +# CONFIG_BEFS_FS is not set
13646 +# CONFIG_BFS_FS is not set
13647 +# CONFIG_EFS_FS is not set
13648 +# CONFIG_JFFS2_FS is not set
13649 +CONFIG_CRAMFS=y
13650 +# CONFIG_VXFS_FS is not set
13651 +# CONFIG_MINIX_FS is not set
13652 +# CONFIG_HPFS_FS is not set
13653 +# CONFIG_QNX4FS_FS is not set
13654 +# CONFIG_ROMFS_FS is not set
13655 +# CONFIG_SYSV_FS is not set
13656 +# CONFIG_UFS_FS is not set
13657 +CONFIG_NETWORK_FILESYSTEMS=y
13658 +CONFIG_NFS_FS=y
13659 +CONFIG_NFS_V3=y
13660 +# CONFIG_NFS_V3_ACL is not set
13661 +# CONFIG_NFS_V4 is not set
13662 +# CONFIG_NFS_DIRECTIO is not set
13663 +# CONFIG_NFSD is not set
13664 +CONFIG_ROOT_NFS=y
13665 +CONFIG_LOCKD=y
13666 +CONFIG_LOCKD_V4=y
13667 +CONFIG_NFS_COMMON=y
13668 +CONFIG_SUNRPC=y
13669 +# CONFIG_SUNRPC_BIND34 is not set
13670 +# CONFIG_RPCSEC_GSS_KRB5 is not set
13671 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
13672 +# CONFIG_SMB_FS is not set
13673 +# CONFIG_CIFS is not set
13674 +# CONFIG_NCP_FS is not set
13675 +# CONFIG_CODA_FS is not set
13676 +# CONFIG_AFS_FS is not set
13677 +
13678 +#
13679 +# Partition Types
13680 +#
13681 +# CONFIG_PARTITION_ADVANCED is not set
13682 +CONFIG_MSDOS_PARTITION=y
13683 +# CONFIG_NLS is not set
13684 +# CONFIG_DLM is not set
13685 +
13686 +#
13687 +# Library routines
13688 +#
13689 +CONFIG_BITREVERSE=y
13690 +# CONFIG_CRC_CCITT is not set
13691 +# CONFIG_CRC16 is not set
13692 +# CONFIG_CRC_ITU_T is not set
13693 +CONFIG_CRC32=y
13694 +# CONFIG_CRC7 is not set
13695 +# CONFIG_LIBCRC32C is not set
13696 +CONFIG_ZLIB_INFLATE=y
13697 +CONFIG_PLIST=y
13698 +CONFIG_HAS_IOMEM=y
13699 +CONFIG_HAS_IOPORT=y
13700 +CONFIG_HAS_DMA=y
13701 +
13702 +#
13703 +# Kernel hacking
13704 +#
13705 +# CONFIG_PRINTK_TIME is not set
13706 +CONFIG_ENABLE_WARN_DEPRECATED=y
13707 +CONFIG_ENABLE_MUST_CHECK=y
13708 +CONFIG_MAGIC_SYSRQ=y
13709 +# CONFIG_UNUSED_SYMBOLS is not set
13710 +CONFIG_DEBUG_FS=y
13711 +# CONFIG_HEADERS_CHECK is not set
13712 +CONFIG_DEBUG_KERNEL=y
13713 +# CONFIG_DEBUG_SHIRQ is not set
13714 +CONFIG_DETECT_SOFTLOCKUP=y
13715 +CONFIG_SCHED_DEBUG=y
13716 +# CONFIG_SCHEDSTATS is not set
13717 +# CONFIG_TIMER_STATS is not set
13718 +# CONFIG_SLUB_DEBUG_ON is not set
13719 +# CONFIG_SLUB_STATS is not set
13720 +# CONFIG_DEBUG_RT_MUTEXES is not set
13721 +# CONFIG_RT_MUTEX_TESTER is not set
13722 +# CONFIG_DEBUG_SPINLOCK is not set
13723 +# CONFIG_DEBUG_MUTEXES is not set
13724 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
13725 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
13726 +# CONFIG_DEBUG_KOBJECT is not set
13727 +CONFIG_DEBUG_BUGVERBOSE=y
13728 +# CONFIG_DEBUG_INFO is not set
13729 +# CONFIG_DEBUG_VM is not set
13730 +# CONFIG_DEBUG_LIST is not set
13731 +# CONFIG_DEBUG_SG is not set
13732 +# CONFIG_BOOT_PRINTK_DELAY is not set
13733 +# CONFIG_RCU_TORTURE_TEST is not set
13734 +# CONFIG_BACKTRACE_SELF_TEST is not set
13735 +# CONFIG_FAULT_INJECTION is not set
13736 +# CONFIG_SAMPLES is not set
13737 +# CONFIG_DEBUG_STACKOVERFLOW is not set
13738 +# CONFIG_DEBUG_STACK_USAGE is not set
13739 +# CONFIG_DEBUG_PAGEALLOC is not set
13740 +# CONFIG_DEBUGGER is not set
13741 +# CONFIG_VIRQ_DEBUG is not set
13742 +# CONFIG_BDI_SWITCH is not set
13743 +# CONFIG_PPC_EARLY_DEBUG is not set
13744 +
13745 +#
13746 +# Security options
13747 +#
13748 +# CONFIG_KEYS is not set
13749 +# CONFIG_SECURITY is not set
13750 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
13751 +CONFIG_CRYPTO=y
13752 +CONFIG_CRYPTO_ALGAPI=y
13753 +CONFIG_CRYPTO_BLKCIPHER=y
13754 +# CONFIG_CRYPTO_SEQIV is not set
13755 +CONFIG_CRYPTO_MANAGER=y
13756 +# CONFIG_CRYPTO_HMAC is not set
13757 +# CONFIG_CRYPTO_XCBC is not set
13758 +# CONFIG_CRYPTO_NULL is not set
13759 +# CONFIG_CRYPTO_MD4 is not set
13760 +CONFIG_CRYPTO_MD5=y
13761 +# CONFIG_CRYPTO_SHA1 is not set
13762 +# CONFIG_CRYPTO_SHA256 is not set
13763 +# CONFIG_CRYPTO_SHA512 is not set
13764 +# CONFIG_CRYPTO_WP512 is not set
13765 +# CONFIG_CRYPTO_TGR192 is not set
13766 +# CONFIG_CRYPTO_GF128MUL is not set
13767 +CONFIG_CRYPTO_ECB=y
13768 +CONFIG_CRYPTO_CBC=y
13769 +CONFIG_CRYPTO_PCBC=y
13770 +# CONFIG_CRYPTO_LRW is not set
13771 +# CONFIG_CRYPTO_XTS is not set
13772 +# CONFIG_CRYPTO_CTR is not set
13773 +# CONFIG_CRYPTO_GCM is not set
13774 +# CONFIG_CRYPTO_CCM is not set
13775 +# CONFIG_CRYPTO_CRYPTD is not set
13776 +CONFIG_CRYPTO_DES=y
13777 +# CONFIG_CRYPTO_FCRYPT is not set
13778 +# CONFIG_CRYPTO_BLOWFISH is not set
13779 +# CONFIG_CRYPTO_TWOFISH is not set
13780 +# CONFIG_CRYPTO_SERPENT is not set
13781 +# CONFIG_CRYPTO_AES is not set
13782 +# CONFIG_CRYPTO_CAST5 is not set
13783 +# CONFIG_CRYPTO_CAST6 is not set
13784 +# CONFIG_CRYPTO_TEA is not set
13785 +# CONFIG_CRYPTO_ARC4 is not set
13786 +# CONFIG_CRYPTO_KHAZAD is not set
13787 +# CONFIG_CRYPTO_ANUBIS is not set
13788 +# CONFIG_CRYPTO_SEED is not set
13789 +# CONFIG_CRYPTO_SALSA20 is not set
13790 +# CONFIG_CRYPTO_DEFLATE is not set
13791 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
13792 +# CONFIG_CRYPTO_CRC32C is not set
13793 +# CONFIG_CRYPTO_CAMELLIA is not set
13794 +# CONFIG_CRYPTO_TEST is not set
13795 +# CONFIG_CRYPTO_AUTHENC is not set
13796 +# CONFIG_CRYPTO_LZO is not set
13797 +CONFIG_CRYPTO_HW=y
13798 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
13799 +# CONFIG_PPC_CLOCK is not set
13800 --- /dev/null
13801 +++ b/arch/powerpc/configs/44x/bamboo_defconfig
13802 @@ -0,0 +1,815 @@
13803 +#
13804 +# Automatically generated make config: don't edit
13805 +# Linux kernel version: 2.6.25-rc2
13806 +# Fri Feb 15 21:36:39 2008
13807 +#
13808 +# CONFIG_PPC64 is not set
13809 +
13810 +#
13811 +# Processor support
13812 +#
13813 +# CONFIG_6xx is not set
13814 +# CONFIG_PPC_85xx is not set
13815 +# CONFIG_PPC_8xx is not set
13816 +# CONFIG_40x is not set
13817 +CONFIG_44x=y
13818 +# CONFIG_E200 is not set
13819 +CONFIG_PPC_FPU=y
13820 +CONFIG_4xx=y
13821 +CONFIG_BOOKE=y
13822 +CONFIG_PTE_64BIT=y
13823 +CONFIG_PHYS_64BIT=y
13824 +# CONFIG_PPC_MM_SLICES is not set
13825 +CONFIG_NOT_COHERENT_CACHE=y
13826 +CONFIG_PPC32=y
13827 +CONFIG_WORD_SIZE=32
13828 +CONFIG_PPC_MERGE=y
13829 +CONFIG_MMU=y
13830 +CONFIG_GENERIC_CMOS_UPDATE=y
13831 +CONFIG_GENERIC_TIME=y
13832 +CONFIG_GENERIC_TIME_VSYSCALL=y
13833 +CONFIG_GENERIC_CLOCKEVENTS=y
13834 +CONFIG_GENERIC_HARDIRQS=y
13835 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
13836 +CONFIG_IRQ_PER_CPU=y
13837 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
13838 +CONFIG_ARCH_HAS_ILOG2_U32=y
13839 +CONFIG_GENERIC_HWEIGHT=y
13840 +CONFIG_GENERIC_CALIBRATE_DELAY=y
13841 +CONFIG_GENERIC_FIND_NEXT_BIT=y
13842 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
13843 +CONFIG_PPC=y
13844 +CONFIG_EARLY_PRINTK=y
13845 +CONFIG_GENERIC_NVRAM=y
13846 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
13847 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
13848 +CONFIG_PPC_OF=y
13849 +CONFIG_OF=y
13850 +CONFIG_PPC_UDBG_16550=y
13851 +# CONFIG_GENERIC_TBSYNC is not set
13852 +CONFIG_AUDIT_ARCH=y
13853 +CONFIG_GENERIC_BUG=y
13854 +# CONFIG_DEFAULT_UIMAGE is not set
13855 +CONFIG_PPC_DCR_NATIVE=y
13856 +# CONFIG_PPC_DCR_MMIO is not set
13857 +CONFIG_PPC_DCR=y
13858 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13859 +
13860 +#
13861 +# General setup
13862 +#
13863 +CONFIG_EXPERIMENTAL=y
13864 +CONFIG_BROKEN_ON_SMP=y
13865 +CONFIG_INIT_ENV_ARG_LIMIT=32
13866 +CONFIG_LOCALVERSION=""
13867 +CONFIG_LOCALVERSION_AUTO=y
13868 +CONFIG_SWAP=y
13869 +CONFIG_SYSVIPC=y
13870 +CONFIG_SYSVIPC_SYSCTL=y
13871 +CONFIG_POSIX_MQUEUE=y
13872 +# CONFIG_BSD_PROCESS_ACCT is not set
13873 +# CONFIG_TASKSTATS is not set
13874 +# CONFIG_AUDIT is not set
13875 +# CONFIG_IKCONFIG is not set
13876 +CONFIG_LOG_BUF_SHIFT=14
13877 +# CONFIG_CGROUPS is not set
13878 +CONFIG_GROUP_SCHED=y
13879 +CONFIG_FAIR_GROUP_SCHED=y
13880 +# CONFIG_RT_GROUP_SCHED is not set
13881 +CONFIG_USER_SCHED=y
13882 +# CONFIG_CGROUP_SCHED is not set
13883 +CONFIG_SYSFS_DEPRECATED=y
13884 +# CONFIG_RELAY is not set
13885 +# CONFIG_NAMESPACES is not set
13886 +CONFIG_BLK_DEV_INITRD=y
13887 +CONFIG_INITRAMFS_SOURCE=""
13888 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
13889 +CONFIG_SYSCTL=y
13890 +CONFIG_EMBEDDED=y
13891 +CONFIG_SYSCTL_SYSCALL=y
13892 +CONFIG_KALLSYMS=y
13893 +# CONFIG_KALLSYMS_ALL is not set
13894 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
13895 +CONFIG_HOTPLUG=y
13896 +CONFIG_PRINTK=y
13897 +CONFIG_BUG=y
13898 +CONFIG_ELF_CORE=y
13899 +CONFIG_COMPAT_BRK=y
13900 +CONFIG_BASE_FULL=y
13901 +CONFIG_FUTEX=y
13902 +CONFIG_ANON_INODES=y
13903 +CONFIG_EPOLL=y
13904 +CONFIG_SIGNALFD=y
13905 +CONFIG_TIMERFD=y
13906 +CONFIG_EVENTFD=y
13907 +CONFIG_SHMEM=y
13908 +CONFIG_VM_EVENT_COUNTERS=y
13909 +CONFIG_SLUB_DEBUG=y
13910 +# CONFIG_SLAB is not set
13911 +CONFIG_SLUB=y
13912 +# CONFIG_SLOB is not set
13913 +# CONFIG_PROFILING is not set
13914 +# CONFIG_MARKERS is not set
13915 +CONFIG_HAVE_OPROFILE=y
13916 +# CONFIG_KPROBES is not set
13917 +CONFIG_HAVE_KPROBES=y
13918 +CONFIG_PROC_PAGE_MONITOR=y
13919 +CONFIG_SLABINFO=y
13920 +CONFIG_RT_MUTEXES=y
13921 +# CONFIG_TINY_SHMEM is not set
13922 +CONFIG_BASE_SMALL=0
13923 +CONFIG_MODULES=y
13924 +CONFIG_MODULE_UNLOAD=y
13925 +# CONFIG_MODULE_FORCE_UNLOAD is not set
13926 +# CONFIG_MODVERSIONS is not set
13927 +# CONFIG_MODULE_SRCVERSION_ALL is not set
13928 +CONFIG_KMOD=y
13929 +CONFIG_BLOCK=y
13930 +CONFIG_LBD=y
13931 +# CONFIG_BLK_DEV_IO_TRACE is not set
13932 +# CONFIG_LSF is not set
13933 +# CONFIG_BLK_DEV_BSG is not set
13934 +
13935 +#
13936 +# IO Schedulers
13937 +#
13938 +CONFIG_IOSCHED_NOOP=y
13939 +CONFIG_IOSCHED_AS=y
13940 +CONFIG_IOSCHED_DEADLINE=y
13941 +CONFIG_IOSCHED_CFQ=y
13942 +CONFIG_DEFAULT_AS=y
13943 +# CONFIG_DEFAULT_DEADLINE is not set
13944 +# CONFIG_DEFAULT_CFQ is not set
13945 +# CONFIG_DEFAULT_NOOP is not set
13946 +CONFIG_DEFAULT_IOSCHED="anticipatory"
13947 +CONFIG_CLASSIC_RCU=y
13948 +# CONFIG_PREEMPT_RCU is not set
13949 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
13950 +
13951 +#
13952 +# Platform support
13953 +#
13954 +# CONFIG_PPC_MPC512x is not set
13955 +# CONFIG_PPC_MPC5121 is not set
13956 +# CONFIG_PPC_CELL is not set
13957 +# CONFIG_PPC_CELL_NATIVE is not set
13958 +# CONFIG_PQ2ADS is not set
13959 +CONFIG_BAMBOO=y
13960 +# CONFIG_EBONY is not set
13961 +# CONFIG_SEQUOIA is not set
13962 +# CONFIG_TAISHAN is not set
13963 +# CONFIG_KATMAI is not set
13964 +# CONFIG_RAINIER is not set
13965 +# CONFIG_WARP is not set
13966 +CONFIG_440EP=y
13967 +CONFIG_IBM440EP_ERR42=y
13968 +# CONFIG_IPIC is not set
13969 +# CONFIG_MPIC is not set
13970 +# CONFIG_MPIC_WEIRD is not set
13971 +# CONFIG_PPC_I8259 is not set
13972 +# CONFIG_PPC_RTAS is not set
13973 +# CONFIG_MMIO_NVRAM is not set
13974 +# CONFIG_PPC_MPC106 is not set
13975 +# CONFIG_PPC_970_NAP is not set
13976 +# CONFIG_PPC_INDIRECT_IO is not set
13977 +# CONFIG_GENERIC_IOMAP is not set
13978 +# CONFIG_CPU_FREQ is not set
13979 +# CONFIG_FSL_ULI1575 is not set
13980 +
13981 +#
13982 +# Kernel options
13983 +#
13984 +# CONFIG_HIGHMEM is not set
13985 +# CONFIG_TICK_ONESHOT is not set
13986 +# CONFIG_NO_HZ is not set
13987 +# CONFIG_HIGH_RES_TIMERS is not set
13988 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
13989 +# CONFIG_HZ_100 is not set
13990 +CONFIG_HZ_250=y
13991 +# CONFIG_HZ_300 is not set
13992 +# CONFIG_HZ_1000 is not set
13993 +CONFIG_HZ=250
13994 +# CONFIG_SCHED_HRTICK is not set
13995 +CONFIG_PREEMPT_NONE=y
13996 +# CONFIG_PREEMPT_VOLUNTARY is not set
13997 +# CONFIG_PREEMPT is not set
13998 +CONFIG_RCU_TRACE=y
13999 +CONFIG_BINFMT_ELF=y
14000 +# CONFIG_BINFMT_MISC is not set
14001 +# CONFIG_MATH_EMULATION is not set
14002 +# CONFIG_IOMMU_HELPER is not set
14003 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
14004 +CONFIG_ARCH_HAS_WALK_MEMORY=y
14005 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
14006 +CONFIG_ARCH_FLATMEM_ENABLE=y
14007 +CONFIG_ARCH_POPULATES_NODE_MAP=y
14008 +CONFIG_SELECT_MEMORY_MODEL=y
14009 +CONFIG_FLATMEM_MANUAL=y
14010 +# CONFIG_DISCONTIGMEM_MANUAL is not set
14011 +# CONFIG_SPARSEMEM_MANUAL is not set
14012 +CONFIG_FLATMEM=y
14013 +CONFIG_FLAT_NODE_MEM_MAP=y
14014 +# CONFIG_SPARSEMEM_STATIC is not set
14015 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
14016 +CONFIG_SPLIT_PTLOCK_CPUS=4
14017 +CONFIG_RESOURCES_64BIT=y
14018 +CONFIG_ZONE_DMA_FLAG=1
14019 +CONFIG_BOUNCE=y
14020 +CONFIG_VIRT_TO_BUS=y
14021 +CONFIG_PROC_DEVICETREE=y
14022 +CONFIG_CMDLINE_BOOL=y
14023 +CONFIG_CMDLINE=""
14024 +CONFIG_SECCOMP=y
14025 +CONFIG_ISA_DMA_API=y
14026 +
14027 +#
14028 +# Bus options
14029 +#
14030 +CONFIG_ZONE_DMA=y
14031 +CONFIG_PPC_INDIRECT_PCI=y
14032 +CONFIG_PCI=y
14033 +CONFIG_PCI_DOMAINS=y
14034 +CONFIG_PCI_SYSCALL=y
14035 +# CONFIG_PCIEPORTBUS is not set
14036 +CONFIG_ARCH_SUPPORTS_MSI=y
14037 +# CONFIG_PCI_MSI is not set
14038 +CONFIG_PCI_LEGACY=y
14039 +# CONFIG_PCI_DEBUG is not set
14040 +# CONFIG_PCCARD is not set
14041 +# CONFIG_HOTPLUG_PCI is not set
14042 +
14043 +#
14044 +# Advanced setup
14045 +#
14046 +# CONFIG_ADVANCED_OPTIONS is not set
14047 +
14048 +#
14049 +# Default settings for advanced configuration options are used
14050 +#
14051 +CONFIG_HIGHMEM_START=0xfe000000
14052 +CONFIG_LOWMEM_SIZE=0x30000000
14053 +CONFIG_KERNEL_START=0xc0000000
14054 +CONFIG_TASK_SIZE=0xc0000000
14055 +CONFIG_CONSISTENT_START=0xff100000
14056 +CONFIG_CONSISTENT_SIZE=0x00200000
14057 +CONFIG_BOOT_LOAD=0x01000000
14058 +
14059 +#
14060 +# Networking
14061 +#
14062 +CONFIG_NET=y
14063 +
14064 +#
14065 +# Networking options
14066 +#
14067 +CONFIG_PACKET=y
14068 +# CONFIG_PACKET_MMAP is not set
14069 +CONFIG_UNIX=y
14070 +# CONFIG_NET_KEY is not set
14071 +CONFIG_INET=y
14072 +# CONFIG_IP_MULTICAST is not set
14073 +# CONFIG_IP_ADVANCED_ROUTER is not set
14074 +CONFIG_IP_FIB_HASH=y
14075 +CONFIG_IP_PNP=y
14076 +CONFIG_IP_PNP_DHCP=y
14077 +CONFIG_IP_PNP_BOOTP=y
14078 +# CONFIG_IP_PNP_RARP is not set
14079 +# CONFIG_NET_IPIP is not set
14080 +# CONFIG_NET_IPGRE is not set
14081 +# CONFIG_ARPD is not set
14082 +# CONFIG_SYN_COOKIES is not set
14083 +# CONFIG_INET_AH is not set
14084 +# CONFIG_INET_ESP is not set
14085 +# CONFIG_INET_IPCOMP is not set
14086 +# CONFIG_INET_XFRM_TUNNEL is not set
14087 +# CONFIG_INET_TUNNEL is not set
14088 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
14089 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
14090 +# CONFIG_INET_XFRM_MODE_BEET is not set
14091 +# CONFIG_INET_LRO is not set
14092 +CONFIG_INET_DIAG=y
14093 +CONFIG_INET_TCP_DIAG=y
14094 +# CONFIG_TCP_CONG_ADVANCED is not set
14095 +CONFIG_TCP_CONG_CUBIC=y
14096 +CONFIG_DEFAULT_TCP_CONG="cubic"
14097 +# CONFIG_TCP_MD5SIG is not set
14098 +# CONFIG_IPV6 is not set
14099 +# CONFIG_INET6_XFRM_TUNNEL is not set
14100 +# CONFIG_INET6_TUNNEL is not set
14101 +# CONFIG_NETWORK_SECMARK is not set
14102 +# CONFIG_NETFILTER is not set
14103 +# CONFIG_IP_DCCP is not set
14104 +# CONFIG_IP_SCTP is not set
14105 +# CONFIG_TIPC is not set
14106 +# CONFIG_ATM is not set
14107 +# CONFIG_BRIDGE is not set
14108 +# CONFIG_VLAN_8021Q is not set
14109 +# CONFIG_DECNET is not set
14110 +# CONFIG_LLC2 is not set
14111 +# CONFIG_IPX is not set
14112 +# CONFIG_ATALK is not set
14113 +# CONFIG_X25 is not set
14114 +# CONFIG_LAPB is not set
14115 +# CONFIG_ECONET is not set
14116 +# CONFIG_WAN_ROUTER is not set
14117 +# CONFIG_NET_SCHED is not set
14118 +
14119 +#
14120 +# Network testing
14121 +#
14122 +# CONFIG_NET_PKTGEN is not set
14123 +# CONFIG_HAMRADIO is not set
14124 +# CONFIG_CAN is not set
14125 +# CONFIG_IRDA is not set
14126 +# CONFIG_BT is not set
14127 +# CONFIG_AF_RXRPC is not set
14128 +
14129 +#
14130 +# Wireless
14131 +#
14132 +# CONFIG_CFG80211 is not set
14133 +# CONFIG_WIRELESS_EXT is not set
14134 +# CONFIG_MAC80211 is not set
14135 +# CONFIG_IEEE80211 is not set
14136 +# CONFIG_RFKILL is not set
14137 +# CONFIG_NET_9P is not set
14138 +
14139 +#
14140 +# Device Drivers
14141 +#
14142 +
14143 +#
14144 +# Generic Driver Options
14145 +#
14146 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
14147 +CONFIG_STANDALONE=y
14148 +CONFIG_PREVENT_FIRMWARE_BUILD=y
14149 +CONFIG_FW_LOADER=y
14150 +# CONFIG_DEBUG_DRIVER is not set
14151 +# CONFIG_DEBUG_DEVRES is not set
14152 +# CONFIG_SYS_HYPERVISOR is not set
14153 +CONFIG_CONNECTOR=y
14154 +CONFIG_PROC_EVENTS=y
14155 +# CONFIG_MTD is not set
14156 +CONFIG_OF_DEVICE=y
14157 +# CONFIG_PARPORT is not set
14158 +CONFIG_BLK_DEV=y
14159 +# CONFIG_BLK_DEV_FD is not set
14160 +# CONFIG_BLK_CPQ_DA is not set
14161 +# CONFIG_BLK_CPQ_CISS_DA is not set
14162 +# CONFIG_BLK_DEV_DAC960 is not set
14163 +# CONFIG_BLK_DEV_UMEM is not set
14164 +# CONFIG_BLK_DEV_COW_COMMON is not set
14165 +# CONFIG_BLK_DEV_LOOP is not set
14166 +# CONFIG_BLK_DEV_NBD is not set
14167 +# CONFIG_BLK_DEV_SX8 is not set
14168 +CONFIG_BLK_DEV_RAM=y
14169 +CONFIG_BLK_DEV_RAM_COUNT=16
14170 +CONFIG_BLK_DEV_RAM_SIZE=35000
14171 +# CONFIG_BLK_DEV_XIP is not set
14172 +# CONFIG_CDROM_PKTCDVD is not set
14173 +# CONFIG_ATA_OVER_ETH is not set
14174 +# CONFIG_XILINX_SYSACE is not set
14175 +CONFIG_MISC_DEVICES=y
14176 +# CONFIG_PHANTOM is not set
14177 +# CONFIG_EEPROM_93CX6 is not set
14178 +# CONFIG_SGI_IOC4 is not set
14179 +# CONFIG_TIFM_CORE is not set
14180 +# CONFIG_ENCLOSURE_SERVICES is not set
14181 +CONFIG_HAVE_IDE=y
14182 +# CONFIG_IDE is not set
14183 +
14184 +#
14185 +# SCSI device support
14186 +#
14187 +# CONFIG_RAID_ATTRS is not set
14188 +# CONFIG_SCSI is not set
14189 +# CONFIG_SCSI_DMA is not set
14190 +# CONFIG_SCSI_NETLINK is not set
14191 +# CONFIG_ATA is not set
14192 +# CONFIG_MD is not set
14193 +# CONFIG_FUSION is not set
14194 +
14195 +#
14196 +# IEEE 1394 (FireWire) support
14197 +#
14198 +# CONFIG_FIREWIRE is not set
14199 +# CONFIG_IEEE1394 is not set
14200 +# CONFIG_I2O is not set
14201 +# CONFIG_MACINTOSH_DRIVERS is not set
14202 +CONFIG_NETDEVICES=y
14203 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
14204 +# CONFIG_DUMMY is not set
14205 +# CONFIG_BONDING is not set
14206 +# CONFIG_MACVLAN is not set
14207 +# CONFIG_EQUALIZER is not set
14208 +# CONFIG_TUN is not set
14209 +# CONFIG_VETH is not set
14210 +# CONFIG_ARCNET is not set
14211 +# CONFIG_PHYLIB is not set
14212 +CONFIG_NET_ETHERNET=y
14213 +# CONFIG_MII is not set
14214 +# CONFIG_HAPPYMEAL is not set
14215 +# CONFIG_SUNGEM is not set
14216 +# CONFIG_CASSINI is not set
14217 +# CONFIG_NET_VENDOR_3COM is not set
14218 +# CONFIG_NET_TULIP is not set
14219 +# CONFIG_HP100 is not set
14220 +CONFIG_IBM_NEW_EMAC=y
14221 +CONFIG_IBM_NEW_EMAC_RXB=128
14222 +CONFIG_IBM_NEW_EMAC_TXB=64
14223 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
14224 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
14225 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
14226 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
14227 +CONFIG_IBM_NEW_EMAC_ZMII=y
14228 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
14229 +# CONFIG_IBM_NEW_EMAC_TAH is not set
14230 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
14231 +# CONFIG_NET_PCI is not set
14232 +# CONFIG_B44 is not set
14233 +CONFIG_NETDEV_1000=y
14234 +# CONFIG_ACENIC is not set
14235 +# CONFIG_DL2K is not set
14236 +# CONFIG_E1000 is not set
14237 +# CONFIG_E1000E is not set
14238 +# CONFIG_E1000E_ENABLED is not set
14239 +# CONFIG_IP1000 is not set
14240 +# CONFIG_IGB is not set
14241 +# CONFIG_NS83820 is not set
14242 +# CONFIG_HAMACHI is not set
14243 +# CONFIG_YELLOWFIN is not set
14244 +# CONFIG_R8169 is not set
14245 +# CONFIG_SIS190 is not set
14246 +# CONFIG_SKGE is not set
14247 +# CONFIG_SKY2 is not set
14248 +# CONFIG_SK98LIN is not set
14249 +# CONFIG_VIA_VELOCITY is not set
14250 +# CONFIG_TIGON3 is not set
14251 +# CONFIG_BNX2 is not set
14252 +# CONFIG_QLA3XXX is not set
14253 +# CONFIG_ATL1 is not set
14254 +CONFIG_NETDEV_10000=y
14255 +# CONFIG_CHELSIO_T1 is not set
14256 +# CONFIG_CHELSIO_T3 is not set
14257 +# CONFIG_IXGBE is not set
14258 +# CONFIG_IXGB is not set
14259 +# CONFIG_S2IO is not set
14260 +# CONFIG_MYRI10GE is not set
14261 +# CONFIG_NETXEN_NIC is not set
14262 +# CONFIG_NIU is not set
14263 +# CONFIG_MLX4_CORE is not set
14264 +# CONFIG_TEHUTI is not set
14265 +# CONFIG_BNX2X is not set
14266 +# CONFIG_TR is not set
14267 +
14268 +#
14269 +# Wireless LAN
14270 +#
14271 +# CONFIG_WLAN_PRE80211 is not set
14272 +# CONFIG_WLAN_80211 is not set
14273 +# CONFIG_WAN is not set
14274 +# CONFIG_FDDI is not set
14275 +# CONFIG_HIPPI is not set
14276 +# CONFIG_PPP is not set
14277 +# CONFIG_SLIP is not set
14278 +# CONFIG_NETCONSOLE is not set
14279 +# CONFIG_NETPOLL is not set
14280 +# CONFIG_NET_POLL_CONTROLLER is not set
14281 +# CONFIG_ISDN is not set
14282 +# CONFIG_PHONE is not set
14283 +
14284 +#
14285 +# Input device support
14286 +#
14287 +# CONFIG_INPUT is not set
14288 +
14289 +#
14290 +# Hardware I/O ports
14291 +#
14292 +# CONFIG_SERIO is not set
14293 +# CONFIG_GAMEPORT is not set
14294 +
14295 +#
14296 +# Character devices
14297 +#
14298 +# CONFIG_VT is not set
14299 +# CONFIG_SERIAL_NONSTANDARD is not set
14300 +# CONFIG_NOZOMI is not set
14301 +
14302 +#
14303 +# Serial drivers
14304 +#
14305 +CONFIG_SERIAL_8250=y
14306 +CONFIG_SERIAL_8250_CONSOLE=y
14307 +# CONFIG_SERIAL_8250_PCI is not set
14308 +CONFIG_SERIAL_8250_NR_UARTS=4
14309 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
14310 +CONFIG_SERIAL_8250_EXTENDED=y
14311 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
14312 +CONFIG_SERIAL_8250_SHARE_IRQ=y
14313 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
14314 +# CONFIG_SERIAL_8250_RSA is not set
14315 +
14316 +#
14317 +# Non-8250 serial port support
14318 +#
14319 +# CONFIG_SERIAL_UARTLITE is not set
14320 +CONFIG_SERIAL_CORE=y
14321 +CONFIG_SERIAL_CORE_CONSOLE=y
14322 +# CONFIG_SERIAL_JSM is not set
14323 +CONFIG_SERIAL_OF_PLATFORM=y
14324 +CONFIG_UNIX98_PTYS=y
14325 +CONFIG_LEGACY_PTYS=y
14326 +CONFIG_LEGACY_PTY_COUNT=256
14327 +# CONFIG_IPMI_HANDLER is not set
14328 +# CONFIG_HW_RANDOM is not set
14329 +# CONFIG_NVRAM is not set
14330 +# CONFIG_GEN_RTC is not set
14331 +# CONFIG_R3964 is not set
14332 +# CONFIG_APPLICOM is not set
14333 +# CONFIG_RAW_DRIVER is not set
14334 +# CONFIG_TCG_TPM is not set
14335 +CONFIG_DEVPORT=y
14336 +# CONFIG_I2C is not set
14337 +
14338 +#
14339 +# SPI support
14340 +#
14341 +# CONFIG_SPI is not set
14342 +# CONFIG_SPI_MASTER is not set
14343 +# CONFIG_W1 is not set
14344 +# CONFIG_POWER_SUPPLY is not set
14345 +# CONFIG_HWMON is not set
14346 +CONFIG_THERMAL=y
14347 +# CONFIG_WATCHDOG is not set
14348 +
14349 +#
14350 +# Sonics Silicon Backplane
14351 +#
14352 +CONFIG_SSB_POSSIBLE=y
14353 +# CONFIG_SSB is not set
14354 +
14355 +#
14356 +# Multifunction device drivers
14357 +#
14358 +# CONFIG_MFD_SM501 is not set
14359 +
14360 +#
14361 +# Multimedia devices
14362 +#
14363 +# CONFIG_VIDEO_DEV is not set
14364 +# CONFIG_DVB_CORE is not set
14365 +CONFIG_DAB=y
14366 +
14367 +#
14368 +# Graphics support
14369 +#
14370 +# CONFIG_AGP is not set
14371 +# CONFIG_DRM is not set
14372 +# CONFIG_VGASTATE is not set
14373 +CONFIG_VIDEO_OUTPUT_CONTROL=m
14374 +# CONFIG_FB is not set
14375 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
14376 +
14377 +#
14378 +# Display device support
14379 +#
14380 +# CONFIG_DISPLAY_SUPPORT is not set
14381 +
14382 +#
14383 +# Sound
14384 +#
14385 +# CONFIG_SOUND is not set
14386 +CONFIG_USB_SUPPORT=y
14387 +CONFIG_USB_ARCH_HAS_HCD=y
14388 +CONFIG_USB_ARCH_HAS_OHCI=y
14389 +CONFIG_USB_ARCH_HAS_EHCI=y
14390 +# CONFIG_USB is not set
14391 +
14392 +#
14393 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
14394 +#
14395 +# CONFIG_USB_GADGET is not set
14396 +# CONFIG_MMC is not set
14397 +# CONFIG_MEMSTICK is not set
14398 +# CONFIG_NEW_LEDS is not set
14399 +# CONFIG_INFINIBAND is not set
14400 +# CONFIG_EDAC is not set
14401 +# CONFIG_RTC_CLASS is not set
14402 +
14403 +#
14404 +# Userspace I/O
14405 +#
14406 +# CONFIG_UIO is not set
14407 +
14408 +#
14409 +# File systems
14410 +#
14411 +CONFIG_EXT2_FS=y
14412 +# CONFIG_EXT2_FS_XATTR is not set
14413 +# CONFIG_EXT2_FS_XIP is not set
14414 +# CONFIG_EXT3_FS is not set
14415 +# CONFIG_EXT4DEV_FS is not set
14416 +# CONFIG_REISERFS_FS is not set
14417 +# CONFIG_JFS_FS is not set
14418 +# CONFIG_FS_POSIX_ACL is not set
14419 +# CONFIG_XFS_FS is not set
14420 +# CONFIG_GFS2_FS is not set
14421 +# CONFIG_OCFS2_FS is not set
14422 +CONFIG_DNOTIFY=y
14423 +CONFIG_INOTIFY=y
14424 +CONFIG_INOTIFY_USER=y
14425 +# CONFIG_QUOTA is not set
14426 +# CONFIG_AUTOFS_FS is not set
14427 +# CONFIG_AUTOFS4_FS is not set
14428 +# CONFIG_FUSE_FS is not set
14429 +
14430 +#
14431 +# CD-ROM/DVD Filesystems
14432 +#
14433 +# CONFIG_ISO9660_FS is not set
14434 +# CONFIG_UDF_FS is not set
14435 +
14436 +#
14437 +# DOS/FAT/NT Filesystems
14438 +#
14439 +# CONFIG_MSDOS_FS is not set
14440 +# CONFIG_VFAT_FS is not set
14441 +# CONFIG_NTFS_FS is not set
14442 +
14443 +#
14444 +# Pseudo filesystems
14445 +#
14446 +CONFIG_PROC_FS=y
14447 +CONFIG_PROC_KCORE=y
14448 +CONFIG_PROC_SYSCTL=y
14449 +CONFIG_SYSFS=y
14450 +CONFIG_TMPFS=y
14451 +# CONFIG_TMPFS_POSIX_ACL is not set
14452 +# CONFIG_HUGETLB_PAGE is not set
14453 +# CONFIG_CONFIGFS_FS is not set
14454 +
14455 +#
14456 +# Miscellaneous filesystems
14457 +#
14458 +# CONFIG_ADFS_FS is not set
14459 +# CONFIG_AFFS_FS is not set
14460 +# CONFIG_HFS_FS is not set
14461 +# CONFIG_HFSPLUS_FS is not set
14462 +# CONFIG_BEFS_FS is not set
14463 +# CONFIG_BFS_FS is not set
14464 +# CONFIG_EFS_FS is not set
14465 +CONFIG_CRAMFS=y
14466 +# CONFIG_VXFS_FS is not set
14467 +# CONFIG_MINIX_FS is not set
14468 +# CONFIG_HPFS_FS is not set
14469 +# CONFIG_QNX4FS_FS is not set
14470 +# CONFIG_ROMFS_FS is not set
14471 +# CONFIG_SYSV_FS is not set
14472 +# CONFIG_UFS_FS is not set
14473 +CONFIG_NETWORK_FILESYSTEMS=y
14474 +CONFIG_NFS_FS=y
14475 +CONFIG_NFS_V3=y
14476 +# CONFIG_NFS_V3_ACL is not set
14477 +# CONFIG_NFS_V4 is not set
14478 +# CONFIG_NFS_DIRECTIO is not set
14479 +# CONFIG_NFSD is not set
14480 +CONFIG_ROOT_NFS=y
14481 +CONFIG_LOCKD=y
14482 +CONFIG_LOCKD_V4=y
14483 +CONFIG_NFS_COMMON=y
14484 +CONFIG_SUNRPC=y
14485 +# CONFIG_SUNRPC_BIND34 is not set
14486 +# CONFIG_RPCSEC_GSS_KRB5 is not set
14487 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
14488 +# CONFIG_SMB_FS is not set
14489 +# CONFIG_CIFS is not set
14490 +# CONFIG_NCP_FS is not set
14491 +# CONFIG_CODA_FS is not set
14492 +# CONFIG_AFS_FS is not set
14493 +
14494 +#
14495 +# Partition Types
14496 +#
14497 +# CONFIG_PARTITION_ADVANCED is not set
14498 +CONFIG_MSDOS_PARTITION=y
14499 +# CONFIG_NLS is not set
14500 +# CONFIG_DLM is not set
14501 +
14502 +#
14503 +# Library routines
14504 +#
14505 +CONFIG_BITREVERSE=y
14506 +# CONFIG_CRC_CCITT is not set
14507 +# CONFIG_CRC16 is not set
14508 +# CONFIG_CRC_ITU_T is not set
14509 +CONFIG_CRC32=y
14510 +# CONFIG_CRC7 is not set
14511 +# CONFIG_LIBCRC32C is not set
14512 +CONFIG_ZLIB_INFLATE=y
14513 +CONFIG_PLIST=y
14514 +CONFIG_HAS_IOMEM=y
14515 +CONFIG_HAS_IOPORT=y
14516 +CONFIG_HAS_DMA=y
14517 +
14518 +#
14519 +# Kernel hacking
14520 +#
14521 +# CONFIG_PRINTK_TIME is not set
14522 +CONFIG_ENABLE_WARN_DEPRECATED=y
14523 +CONFIG_ENABLE_MUST_CHECK=y
14524 +CONFIG_MAGIC_SYSRQ=y
14525 +# CONFIG_UNUSED_SYMBOLS is not set
14526 +CONFIG_DEBUG_FS=y
14527 +# CONFIG_HEADERS_CHECK is not set
14528 +CONFIG_DEBUG_KERNEL=y
14529 +# CONFIG_DEBUG_SHIRQ is not set
14530 +CONFIG_DETECT_SOFTLOCKUP=y
14531 +CONFIG_SCHED_DEBUG=y
14532 +# CONFIG_SCHEDSTATS is not set
14533 +# CONFIG_TIMER_STATS is not set
14534 +# CONFIG_SLUB_DEBUG_ON is not set
14535 +# CONFIG_SLUB_STATS is not set
14536 +# CONFIG_DEBUG_RT_MUTEXES is not set
14537 +# CONFIG_RT_MUTEX_TESTER is not set
14538 +# CONFIG_DEBUG_SPINLOCK is not set
14539 +# CONFIG_DEBUG_MUTEXES is not set
14540 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
14541 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
14542 +# CONFIG_DEBUG_KOBJECT is not set
14543 +# CONFIG_DEBUG_BUGVERBOSE is not set
14544 +# CONFIG_DEBUG_INFO is not set
14545 +# CONFIG_DEBUG_VM is not set
14546 +# CONFIG_DEBUG_LIST is not set
14547 +# CONFIG_DEBUG_SG is not set
14548 +# CONFIG_BOOT_PRINTK_DELAY is not set
14549 +# CONFIG_RCU_TORTURE_TEST is not set
14550 +# CONFIG_BACKTRACE_SELF_TEST is not set
14551 +# CONFIG_FAULT_INJECTION is not set
14552 +# CONFIG_SAMPLES is not set
14553 +# CONFIG_DEBUG_STACKOVERFLOW is not set
14554 +# CONFIG_DEBUG_STACK_USAGE is not set
14555 +# CONFIG_DEBUG_PAGEALLOC is not set
14556 +CONFIG_DEBUGGER=y
14557 +# CONFIG_KGDB is not set
14558 +# CONFIG_XMON is not set
14559 +# CONFIG_VIRQ_DEBUG is not set
14560 +# CONFIG_BDI_SWITCH is not set
14561 +# CONFIG_PPC_EARLY_DEBUG is not set
14562 +
14563 +#
14564 +# Security options
14565 +#
14566 +# CONFIG_KEYS is not set
14567 +# CONFIG_SECURITY is not set
14568 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
14569 +CONFIG_CRYPTO=y
14570 +CONFIG_CRYPTO_ALGAPI=y
14571 +CONFIG_CRYPTO_BLKCIPHER=y
14572 +# CONFIG_CRYPTO_SEQIV is not set
14573 +CONFIG_CRYPTO_MANAGER=y
14574 +# CONFIG_CRYPTO_HMAC is not set
14575 +# CONFIG_CRYPTO_XCBC is not set
14576 +# CONFIG_CRYPTO_NULL is not set
14577 +# CONFIG_CRYPTO_MD4 is not set
14578 +CONFIG_CRYPTO_MD5=y
14579 +# CONFIG_CRYPTO_SHA1 is not set
14580 +# CONFIG_CRYPTO_SHA256 is not set
14581 +# CONFIG_CRYPTO_SHA512 is not set
14582 +# CONFIG_CRYPTO_WP512 is not set
14583 +# CONFIG_CRYPTO_TGR192 is not set
14584 +# CONFIG_CRYPTO_GF128MUL is not set
14585 +CONFIG_CRYPTO_ECB=y
14586 +CONFIG_CRYPTO_CBC=y
14587 +CONFIG_CRYPTO_PCBC=y
14588 +# CONFIG_CRYPTO_LRW is not set
14589 +# CONFIG_CRYPTO_XTS is not set
14590 +# CONFIG_CRYPTO_CTR is not set
14591 +# CONFIG_CRYPTO_GCM is not set
14592 +# CONFIG_CRYPTO_CCM is not set
14593 +# CONFIG_CRYPTO_CRYPTD is not set
14594 +CONFIG_CRYPTO_DES=y
14595 +# CONFIG_CRYPTO_FCRYPT is not set
14596 +# CONFIG_CRYPTO_BLOWFISH is not set
14597 +# CONFIG_CRYPTO_TWOFISH is not set
14598 +# CONFIG_CRYPTO_SERPENT is not set
14599 +# CONFIG_CRYPTO_AES is not set
14600 +# CONFIG_CRYPTO_CAST5 is not set
14601 +# CONFIG_CRYPTO_CAST6 is not set
14602 +# CONFIG_CRYPTO_TEA is not set
14603 +# CONFIG_CRYPTO_ARC4 is not set
14604 +# CONFIG_CRYPTO_KHAZAD is not set
14605 +# CONFIG_CRYPTO_ANUBIS is not set
14606 +# CONFIG_CRYPTO_SEED is not set
14607 +# CONFIG_CRYPTO_SALSA20 is not set
14608 +# CONFIG_CRYPTO_DEFLATE is not set
14609 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
14610 +# CONFIG_CRYPTO_CRC32C is not set
14611 +# CONFIG_CRYPTO_CAMELLIA is not set
14612 +# CONFIG_CRYPTO_TEST is not set
14613 +# CONFIG_CRYPTO_AUTHENC is not set
14614 +# CONFIG_CRYPTO_LZO is not set
14615 +CONFIG_CRYPTO_HW=y
14616 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
14617 +# CONFIG_PPC_CLOCK is not set
14618 --- /dev/null
14619 +++ b/arch/powerpc/configs/44x/canyonlands_defconfig
14620 @@ -0,0 +1,721 @@
14621 +#
14622 +# Automatically generated make config: don't edit
14623 +# Linux kernel version: 2.6.25-rc1
14624 +# Thu Feb 21 14:29:28 2008
14625 +#
14626 +# CONFIG_PPC64 is not set
14627 +
14628 +#
14629 +# Processor support
14630 +#
14631 +# CONFIG_6xx is not set
14632 +# CONFIG_PPC_85xx is not set
14633 +# CONFIG_PPC_8xx is not set
14634 +# CONFIG_40x is not set
14635 +CONFIG_44x=y
14636 +# CONFIG_E200 is not set
14637 +CONFIG_PPC_FPU=y
14638 +CONFIG_4xx=y
14639 +CONFIG_BOOKE=y
14640 +CONFIG_PTE_64BIT=y
14641 +CONFIG_PHYS_64BIT=y
14642 +# CONFIG_PPC_MM_SLICES is not set
14643 +CONFIG_NOT_COHERENT_CACHE=y
14644 +CONFIG_PPC32=y
14645 +CONFIG_WORD_SIZE=32
14646 +CONFIG_PPC_MERGE=y
14647 +CONFIG_MMU=y
14648 +CONFIG_GENERIC_CMOS_UPDATE=y
14649 +CONFIG_GENERIC_TIME=y
14650 +CONFIG_GENERIC_TIME_VSYSCALL=y
14651 +CONFIG_GENERIC_CLOCKEVENTS=y
14652 +CONFIG_GENERIC_HARDIRQS=y
14653 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
14654 +CONFIG_IRQ_PER_CPU=y
14655 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
14656 +CONFIG_ARCH_HAS_ILOG2_U32=y
14657 +CONFIG_GENERIC_HWEIGHT=y
14658 +CONFIG_GENERIC_CALIBRATE_DELAY=y
14659 +CONFIG_GENERIC_FIND_NEXT_BIT=y
14660 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
14661 +CONFIG_PPC=y
14662 +CONFIG_EARLY_PRINTK=y
14663 +CONFIG_GENERIC_NVRAM=y
14664 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
14665 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
14666 +CONFIG_PPC_OF=y
14667 +CONFIG_OF=y
14668 +CONFIG_PPC_UDBG_16550=y
14669 +# CONFIG_GENERIC_TBSYNC is not set
14670 +CONFIG_AUDIT_ARCH=y
14671 +CONFIG_GENERIC_BUG=y
14672 +# CONFIG_DEFAULT_UIMAGE is not set
14673 +CONFIG_PPC_DCR_NATIVE=y
14674 +# CONFIG_PPC_DCR_MMIO is not set
14675 +CONFIG_PPC_DCR=y
14676 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
14677 +
14678 +#
14679 +# General setup
14680 +#
14681 +CONFIG_EXPERIMENTAL=y
14682 +CONFIG_BROKEN_ON_SMP=y
14683 +CONFIG_INIT_ENV_ARG_LIMIT=32
14684 +CONFIG_LOCALVERSION=""
14685 +CONFIG_LOCALVERSION_AUTO=y
14686 +CONFIG_SWAP=y
14687 +CONFIG_SYSVIPC=y
14688 +CONFIG_SYSVIPC_SYSCTL=y
14689 +CONFIG_POSIX_MQUEUE=y
14690 +# CONFIG_BSD_PROCESS_ACCT is not set
14691 +# CONFIG_TASKSTATS is not set
14692 +# CONFIG_AUDIT is not set
14693 +# CONFIG_IKCONFIG is not set
14694 +CONFIG_LOG_BUF_SHIFT=14
14695 +# CONFIG_CGROUPS is not set
14696 +# CONFIG_FAIR_GROUP_SCHED is not set
14697 +CONFIG_SYSFS_DEPRECATED=y
14698 +# CONFIG_RELAY is not set
14699 +# CONFIG_NAMESPACES is not set
14700 +CONFIG_BLK_DEV_INITRD=y
14701 +CONFIG_INITRAMFS_SOURCE=""
14702 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
14703 +CONFIG_SYSCTL=y
14704 +CONFIG_EMBEDDED=y
14705 +CONFIG_SYSCTL_SYSCALL=y
14706 +CONFIG_KALLSYMS=y
14707 +# CONFIG_KALLSYMS_ALL is not set
14708 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
14709 +CONFIG_HOTPLUG=y
14710 +CONFIG_PRINTK=y
14711 +# CONFIG_LOGBUFFER is not set
14712 +CONFIG_BUG=y
14713 +CONFIG_ELF_CORE=y
14714 +CONFIG_COMPAT_BRK=y
14715 +CONFIG_BASE_FULL=y
14716 +CONFIG_FUTEX=y
14717 +CONFIG_ANON_INODES=y
14718 +CONFIG_EPOLL=y
14719 +CONFIG_SIGNALFD=y
14720 +CONFIG_TIMERFD=y
14721 +CONFIG_EVENTFD=y
14722 +CONFIG_SHMEM=y
14723 +CONFIG_VM_EVENT_COUNTERS=y
14724 +CONFIG_SLUB_DEBUG=y
14725 +# CONFIG_SLAB is not set
14726 +CONFIG_SLUB=y
14727 +# CONFIG_SLOB is not set
14728 +# CONFIG_PROFILING is not set
14729 +# CONFIG_MARKERS is not set
14730 +CONFIG_HAVE_OPROFILE=y
14731 +# CONFIG_KPROBES is not set
14732 +CONFIG_HAVE_KPROBES=y
14733 +CONFIG_PROC_PAGE_MONITOR=y
14734 +CONFIG_SLABINFO=y
14735 +CONFIG_RT_MUTEXES=y
14736 +# CONFIG_TINY_SHMEM is not set
14737 +CONFIG_BASE_SMALL=0
14738 +CONFIG_MODULES=y
14739 +CONFIG_MODULE_UNLOAD=y
14740 +# CONFIG_MODULE_FORCE_UNLOAD is not set
14741 +# CONFIG_MODVERSIONS is not set
14742 +# CONFIG_MODULE_SRCVERSION_ALL is not set
14743 +CONFIG_KMOD=y
14744 +CONFIG_BLOCK=y
14745 +CONFIG_LBD=y
14746 +# CONFIG_BLK_DEV_IO_TRACE is not set
14747 +# CONFIG_LSF is not set
14748 +# CONFIG_BLK_DEV_BSG is not set
14749 +
14750 +#
14751 +# IO Schedulers
14752 +#
14753 +CONFIG_IOSCHED_NOOP=y
14754 +CONFIG_IOSCHED_AS=y
14755 +CONFIG_IOSCHED_DEADLINE=y
14756 +CONFIG_IOSCHED_CFQ=y
14757 +CONFIG_DEFAULT_AS=y
14758 +# CONFIG_DEFAULT_DEADLINE is not set
14759 +# CONFIG_DEFAULT_CFQ is not set
14760 +# CONFIG_DEFAULT_NOOP is not set
14761 +CONFIG_DEFAULT_IOSCHED="anticipatory"
14762 +CONFIG_CLASSIC_RCU=y
14763 +# CONFIG_PREEMPT_RCU is not set
14764 +CONFIG_PPC4xx_PCI_EXPRESS=y
14765 +
14766 +#
14767 +# Platform support
14768 +#
14769 +# CONFIG_PPC_MPC512x is not set
14770 +# CONFIG_PPC_MPC5121 is not set
14771 +# CONFIG_PPC_CELL is not set
14772 +# CONFIG_PPC_CELL_NATIVE is not set
14773 +# CONFIG_PQ2ADS is not set
14774 +# CONFIG_BAMBOO is not set
14775 +# CONFIG_EBONY is not set
14776 +# CONFIG_SEQUOIA is not set
14777 +# CONFIG_TAISHAN is not set
14778 +# CONFIG_KATMAI is not set
14779 +# CONFIG_RAINIER is not set
14780 +# CONFIG_WARP is not set
14781 +CONFIG_CANYONLANDS=y
14782 +CONFIG_460EX=y
14783 +# CONFIG_IPIC is not set
14784 +# CONFIG_MPIC is not set
14785 +# CONFIG_MPIC_WEIRD is not set
14786 +# CONFIG_PPC_I8259 is not set
14787 +# CONFIG_PPC_RTAS is not set
14788 +# CONFIG_MMIO_NVRAM is not set
14789 +# CONFIG_PPC_MPC106 is not set
14790 +# CONFIG_PPC_970_NAP is not set
14791 +# CONFIG_PPC_INDIRECT_IO is not set
14792 +# CONFIG_GENERIC_IOMAP is not set
14793 +# CONFIG_CPU_FREQ is not set
14794 +# CONFIG_FSL_ULI1575 is not set
14795 +
14796 +#
14797 +# Kernel options
14798 +#
14799 +# CONFIG_HIGHMEM is not set
14800 +CONFIG_TICK_ONESHOT=y
14801 +CONFIG_NO_HZ=y
14802 +CONFIG_HIGH_RES_TIMERS=y
14803 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
14804 +# CONFIG_HZ_100 is not set
14805 +CONFIG_HZ_250=y
14806 +# CONFIG_HZ_300 is not set
14807 +# CONFIG_HZ_1000 is not set
14808 +CONFIG_HZ=250
14809 +# CONFIG_SCHED_HRTICK is not set
14810 +CONFIG_PREEMPT_NONE=y
14811 +# CONFIG_PREEMPT_VOLUNTARY is not set
14812 +# CONFIG_PREEMPT is not set
14813 +CONFIG_RCU_TRACE=y
14814 +CONFIG_BINFMT_ELF=y
14815 +# CONFIG_BINFMT_MISC is not set
14816 +# CONFIG_MATH_EMULATION is not set
14817 +# CONFIG_IOMMU_HELPER is not set
14818 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
14819 +CONFIG_ARCH_HAS_WALK_MEMORY=y
14820 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
14821 +CONFIG_ARCH_FLATMEM_ENABLE=y
14822 +CONFIG_ARCH_POPULATES_NODE_MAP=y
14823 +CONFIG_SELECT_MEMORY_MODEL=y
14824 +CONFIG_FLATMEM_MANUAL=y
14825 +# CONFIG_DISCONTIGMEM_MANUAL is not set
14826 +# CONFIG_SPARSEMEM_MANUAL is not set
14827 +CONFIG_FLATMEM=y
14828 +CONFIG_FLAT_NODE_MEM_MAP=y
14829 +# CONFIG_SPARSEMEM_STATIC is not set
14830 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
14831 +CONFIG_SPLIT_PTLOCK_CPUS=4
14832 +CONFIG_RESOURCES_64BIT=y
14833 +CONFIG_ZONE_DMA_FLAG=1
14834 +CONFIG_BOUNCE=y
14835 +CONFIG_VIRT_TO_BUS=y
14836 +CONFIG_PROC_DEVICETREE=y
14837 +CONFIG_CMDLINE_BOOL=y
14838 +CONFIG_CMDLINE=""
14839 +CONFIG_SECCOMP=y
14840 +CONFIG_WANT_DEVICE_TREE=y
14841 +CONFIG_ISA_DMA_API=y
14842 +
14843 +#
14844 +# Bus options
14845 +#
14846 +CONFIG_ZONE_DMA=y
14847 +CONFIG_PPC_INDIRECT_PCI=y
14848 +CONFIG_PCI=y
14849 +CONFIG_PCI_DOMAINS=y
14850 +CONFIG_PCI_SYSCALL=y
14851 +# CONFIG_PCIEPORTBUS is not set
14852 +CONFIG_ARCH_SUPPORTS_MSI=y
14853 +# CONFIG_PCI_MSI is not set
14854 +CONFIG_PCI_LEGACY=y
14855 +# CONFIG_PCI_DEBUG is not set
14856 +# CONFIG_PCCARD is not set
14857 +# CONFIG_HOTPLUG_PCI is not set
14858 +
14859 +#
14860 +# Advanced setup
14861 +#
14862 +# CONFIG_ADVANCED_OPTIONS is not set
14863 +
14864 +#
14865 +# Default settings for advanced configuration options are used
14866 +#
14867 +CONFIG_HIGHMEM_START=0xfe000000
14868 +CONFIG_LOWMEM_SIZE=0x30000000
14869 +CONFIG_KERNEL_START=0xc0000000
14870 +CONFIG_TASK_SIZE=0xc0000000
14871 +CONFIG_CONSISTENT_START=0xff100000
14872 +CONFIG_CONSISTENT_SIZE=0x00200000
14873 +CONFIG_BOOT_LOAD=0x01000000
14874 +
14875 +#
14876 +# Networking
14877 +#
14878 +CONFIG_NET=y
14879 +
14880 +#
14881 +# Networking options
14882 +#
14883 +CONFIG_PACKET=y
14884 +# CONFIG_PACKET_MMAP is not set
14885 +CONFIG_UNIX=y
14886 +# CONFIG_NET_KEY is not set
14887 +CONFIG_INET=y
14888 +# CONFIG_IP_MULTICAST is not set
14889 +# CONFIG_IP_ADVANCED_ROUTER is not set
14890 +CONFIG_IP_FIB_HASH=y
14891 +CONFIG_IP_PNP=y
14892 +CONFIG_IP_PNP_DHCP=y
14893 +CONFIG_IP_PNP_BOOTP=y
14894 +# CONFIG_IP_PNP_RARP is not set
14895 +# CONFIG_NET_IPIP is not set
14896 +# CONFIG_NET_IPGRE is not set
14897 +# CONFIG_ARPD is not set
14898 +# CONFIG_SYN_COOKIES is not set
14899 +# CONFIG_INET_AH is not set
14900 +# CONFIG_INET_ESP is not set
14901 +# CONFIG_INET_IPCOMP is not set
14902 +# CONFIG_INET_XFRM_TUNNEL is not set
14903 +# CONFIG_INET_TUNNEL is not set
14904 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
14905 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
14906 +# CONFIG_INET_XFRM_MODE_BEET is not set
14907 +# CONFIG_INET_LRO is not set
14908 +CONFIG_INET_DIAG=y
14909 +CONFIG_INET_TCP_DIAG=y
14910 +# CONFIG_TCP_CONG_ADVANCED is not set
14911 +CONFIG_TCP_CONG_CUBIC=y
14912 +CONFIG_DEFAULT_TCP_CONG="cubic"
14913 +# CONFIG_TCP_MD5SIG is not set
14914 +# CONFIG_IPV6 is not set
14915 +# CONFIG_INET6_XFRM_TUNNEL is not set
14916 +# CONFIG_INET6_TUNNEL is not set
14917 +# CONFIG_NETWORK_SECMARK is not set
14918 +# CONFIG_NETFILTER is not set
14919 +# CONFIG_IP_DCCP is not set
14920 +# CONFIG_IP_SCTP is not set
14921 +# CONFIG_TIPC is not set
14922 +# CONFIG_ATM is not set
14923 +# CONFIG_BRIDGE is not set
14924 +# CONFIG_VLAN_8021Q is not set
14925 +# CONFIG_DECNET is not set
14926 +# CONFIG_LLC2 is not set
14927 +# CONFIG_IPX is not set
14928 +# CONFIG_ATALK is not set
14929 +# CONFIG_X25 is not set
14930 +# CONFIG_LAPB is not set
14931 +# CONFIG_ECONET is not set
14932 +# CONFIG_WAN_ROUTER is not set
14933 +# CONFIG_NET_SCHED is not set
14934 +
14935 +#
14936 +# Network testing
14937 +#
14938 +# CONFIG_NET_PKTGEN is not set
14939 +# CONFIG_HAMRADIO is not set
14940 +# CONFIG_CAN is not set
14941 +# CONFIG_IRDA is not set
14942 +# CONFIG_BT is not set
14943 +# CONFIG_AF_RXRPC is not set
14944 +
14945 +#
14946 +# Wireless
14947 +#
14948 +# CONFIG_CFG80211 is not set
14949 +# CONFIG_WIRELESS_EXT is not set
14950 +# CONFIG_MAC80211 is not set
14951 +# CONFIG_IEEE80211 is not set
14952 +# CONFIG_RFKILL is not set
14953 +# CONFIG_NET_9P is not set
14954 +
14955 +#
14956 +# Device Drivers
14957 +#
14958 +
14959 +#
14960 +# Generic Driver Options
14961 +#
14962 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
14963 +CONFIG_STANDALONE=y
14964 +CONFIG_PREVENT_FIRMWARE_BUILD=y
14965 +CONFIG_FW_LOADER=y
14966 +# CONFIG_DEBUG_DRIVER is not set
14967 +# CONFIG_DEBUG_DEVRES is not set
14968 +# CONFIG_SYS_HYPERVISOR is not set
14969 +CONFIG_CONNECTOR=y
14970 +CONFIG_PROC_EVENTS=y
14971 +# CONFIG_MTD is not set
14972 +CONFIG_OF_DEVICE=y
14973 +# CONFIG_PARPORT is not set
14974 +CONFIG_BLK_DEV=y
14975 +# CONFIG_BLK_DEV_FD is not set
14976 +# CONFIG_BLK_CPQ_DA is not set
14977 +# CONFIG_BLK_CPQ_CISS_DA is not set
14978 +# CONFIG_BLK_DEV_DAC960 is not set
14979 +# CONFIG_BLK_DEV_UMEM is not set
14980 +# CONFIG_BLK_DEV_COW_COMMON is not set
14981 +# CONFIG_BLK_DEV_LOOP is not set
14982 +# CONFIG_BLK_DEV_NBD is not set
14983 +# CONFIG_BLK_DEV_SX8 is not set
14984 +CONFIG_BLK_DEV_RAM=y
14985 +CONFIG_BLK_DEV_RAM_COUNT=16
14986 +CONFIG_BLK_DEV_RAM_SIZE=35000
14987 +# CONFIG_BLK_DEV_XIP is not set
14988 +# CONFIG_CDROM_PKTCDVD is not set
14989 +# CONFIG_ATA_OVER_ETH is not set
14990 +# CONFIG_XILINX_SYSACE is not set
14991 +# CONFIG_MISC_DEVICES is not set
14992 +CONFIG_HAVE_IDE=y
14993 +# CONFIG_IDE is not set
14994 +
14995 +#
14996 +# SCSI device support
14997 +#
14998 +# CONFIG_RAID_ATTRS is not set
14999 +# CONFIG_SCSI is not set
15000 +# CONFIG_SCSI_DMA is not set
15001 +# CONFIG_SCSI_NETLINK is not set
15002 +# CONFIG_ATA is not set
15003 +# CONFIG_MD is not set
15004 +# CONFIG_FUSION is not set
15005 +
15006 +#
15007 +# IEEE 1394 (FireWire) support
15008 +#
15009 +# CONFIG_FIREWIRE is not set
15010 +# CONFIG_IEEE1394 is not set
15011 +# CONFIG_I2O is not set
15012 +# CONFIG_MACINTOSH_DRIVERS is not set
15013 +CONFIG_NETDEVICES=y
15014 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
15015 +# CONFIG_DUMMY is not set
15016 +# CONFIG_BONDING is not set
15017 +# CONFIG_MACVLAN is not set
15018 +# CONFIG_EQUALIZER is not set
15019 +# CONFIG_TUN is not set
15020 +# CONFIG_VETH is not set
15021 +# CONFIG_ARCNET is not set
15022 +# CONFIG_PHYLIB is not set
15023 +CONFIG_NET_ETHERNET=y
15024 +# CONFIG_MII is not set
15025 +# CONFIG_HAPPYMEAL is not set
15026 +# CONFIG_SUNGEM is not set
15027 +# CONFIG_CASSINI is not set
15028 +# CONFIG_NET_VENDOR_3COM is not set
15029 +# CONFIG_NET_TULIP is not set
15030 +# CONFIG_HP100 is not set
15031 +CONFIG_IBM_NEW_EMAC=y
15032 +CONFIG_IBM_NEW_EMAC_RXB=256
15033 +CONFIG_IBM_NEW_EMAC_TXB=256
15034 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
15035 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
15036 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
15037 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
15038 +CONFIG_IBM_NEW_EMAC_ZMII=y
15039 +CONFIG_IBM_NEW_EMAC_RGMII=y
15040 +CONFIG_IBM_NEW_EMAC_TAH=y
15041 +CONFIG_IBM_NEW_EMAC_EMAC4=y
15042 +# CONFIG_NET_PCI is not set
15043 +# CONFIG_B44 is not set
15044 +# CONFIG_NETDEV_1000 is not set
15045 +# CONFIG_NETDEV_10000 is not set
15046 +# CONFIG_TR is not set
15047 +
15048 +#
15049 +# Wireless LAN
15050 +#
15051 +# CONFIG_WLAN_PRE80211 is not set
15052 +# CONFIG_WLAN_80211 is not set
15053 +# CONFIG_WAN is not set
15054 +# CONFIG_FDDI is not set
15055 +# CONFIG_HIPPI is not set
15056 +# CONFIG_PPP is not set
15057 +# CONFIG_SLIP is not set
15058 +# CONFIG_NETCONSOLE is not set
15059 +# CONFIG_NETPOLL is not set
15060 +# CONFIG_NET_POLL_CONTROLLER is not set
15061 +# CONFIG_ISDN is not set
15062 +# CONFIG_PHONE is not set
15063 +
15064 +#
15065 +# Input device support
15066 +#
15067 +# CONFIG_INPUT is not set
15068 +
15069 +#
15070 +# Hardware I/O ports
15071 +#
15072 +# CONFIG_SERIO is not set
15073 +# CONFIG_GAMEPORT is not set
15074 +
15075 +#
15076 +# Character devices
15077 +#
15078 +# CONFIG_VT is not set
15079 +# CONFIG_SERIAL_NONSTANDARD is not set
15080 +# CONFIG_NOZOMI is not set
15081 +
15082 +#
15083 +# Serial drivers
15084 +#
15085 +CONFIG_SERIAL_8250=y
15086 +CONFIG_SERIAL_8250_CONSOLE=y
15087 +# CONFIG_SERIAL_8250_PCI is not set
15088 +CONFIG_SERIAL_8250_NR_UARTS=4
15089 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
15090 +CONFIG_SERIAL_8250_EXTENDED=y
15091 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
15092 +CONFIG_SERIAL_8250_SHARE_IRQ=y
15093 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
15094 +# CONFIG_SERIAL_8250_RSA is not set
15095 +
15096 +#
15097 +# Non-8250 serial port support
15098 +#
15099 +# CONFIG_SERIAL_UARTLITE is not set
15100 +CONFIG_SERIAL_CORE=y
15101 +CONFIG_SERIAL_CORE_CONSOLE=y
15102 +# CONFIG_SERIAL_JSM is not set
15103 +CONFIG_SERIAL_OF_PLATFORM=y
15104 +CONFIG_UNIX98_PTYS=y
15105 +CONFIG_LEGACY_PTYS=y
15106 +CONFIG_LEGACY_PTY_COUNT=256
15107 +# CONFIG_IPMI_HANDLER is not set
15108 +# CONFIG_HW_RANDOM is not set
15109 +# CONFIG_NVRAM is not set
15110 +# CONFIG_GEN_RTC is not set
15111 +# CONFIG_R3964 is not set
15112 +# CONFIG_APPLICOM is not set
15113 +# CONFIG_RAW_DRIVER is not set
15114 +# CONFIG_TCG_TPM is not set
15115 +CONFIG_DEVPORT=y
15116 +# CONFIG_I2C is not set
15117 +
15118 +#
15119 +# SPI support
15120 +#
15121 +# CONFIG_SPI is not set
15122 +# CONFIG_SPI_MASTER is not set
15123 +# CONFIG_W1 is not set
15124 +# CONFIG_POWER_SUPPLY is not set
15125 +# CONFIG_HWMON is not set
15126 +# CONFIG_THERMAL is not set
15127 +# CONFIG_WATCHDOG is not set
15128 +
15129 +#
15130 +# Sonics Silicon Backplane
15131 +#
15132 +CONFIG_SSB_POSSIBLE=y
15133 +# CONFIG_SSB is not set
15134 +
15135 +#
15136 +# Multifunction device drivers
15137 +#
15138 +# CONFIG_MFD_SM501 is not set
15139 +
15140 +#
15141 +# Multimedia devices
15142 +#
15143 +# CONFIG_VIDEO_DEV is not set
15144 +# CONFIG_DVB_CORE is not set
15145 +CONFIG_DAB=y
15146 +
15147 +#
15148 +# Graphics support
15149 +#
15150 +# CONFIG_AGP is not set
15151 +# CONFIG_DRM is not set
15152 +# CONFIG_VGASTATE is not set
15153 +CONFIG_VIDEO_OUTPUT_CONTROL=m
15154 +# CONFIG_FB is not set
15155 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
15156 +
15157 +#
15158 +# Display device support
15159 +#
15160 +# CONFIG_DISPLAY_SUPPORT is not set
15161 +
15162 +#
15163 +# Sound
15164 +#
15165 +# CONFIG_SOUND is not set
15166 +# CONFIG_USB_SUPPORT is not set
15167 +# CONFIG_MMC is not set
15168 +# CONFIG_MEMSTICK is not set
15169 +# CONFIG_NEW_LEDS is not set
15170 +# CONFIG_INFINIBAND is not set
15171 +# CONFIG_EDAC is not set
15172 +# CONFIG_RTC_CLASS is not set
15173 +
15174 +#
15175 +# Userspace I/O
15176 +#
15177 +# CONFIG_UIO is not set
15178 +
15179 +#
15180 +# File systems
15181 +#
15182 +CONFIG_EXT2_FS=y
15183 +# CONFIG_EXT2_FS_XATTR is not set
15184 +# CONFIG_EXT2_FS_XIP is not set
15185 +# CONFIG_EXT3_FS is not set
15186 +# CONFIG_EXT4DEV_FS is not set
15187 +# CONFIG_REISERFS_FS is not set
15188 +# CONFIG_JFS_FS is not set
15189 +# CONFIG_FS_POSIX_ACL is not set
15190 +# CONFIG_XFS_FS is not set
15191 +# CONFIG_GFS2_FS is not set
15192 +# CONFIG_OCFS2_FS is not set
15193 +CONFIG_DNOTIFY=y
15194 +CONFIG_INOTIFY=y
15195 +CONFIG_INOTIFY_USER=y
15196 +# CONFIG_QUOTA is not set
15197 +# CONFIG_AUTOFS_FS is not set
15198 +# CONFIG_AUTOFS4_FS is not set
15199 +# CONFIG_FUSE_FS is not set
15200 +
15201 +#
15202 +# CD-ROM/DVD Filesystems
15203 +#
15204 +# CONFIG_ISO9660_FS is not set
15205 +# CONFIG_UDF_FS is not set
15206 +
15207 +#
15208 +# DOS/FAT/NT Filesystems
15209 +#
15210 +# CONFIG_MSDOS_FS is not set
15211 +# CONFIG_VFAT_FS is not set
15212 +# CONFIG_NTFS_FS is not set
15213 +
15214 +#
15215 +# Pseudo filesystems
15216 +#
15217 +CONFIG_PROC_FS=y
15218 +CONFIG_PROC_KCORE=y
15219 +CONFIG_PROC_SYSCTL=y
15220 +CONFIG_SYSFS=y
15221 +CONFIG_TMPFS=y
15222 +# CONFIG_TMPFS_POSIX_ACL is not set
15223 +# CONFIG_HUGETLB_PAGE is not set
15224 +# CONFIG_CONFIGFS_FS is not set
15225 +
15226 +#
15227 +# Miscellaneous filesystems
15228 +#
15229 +# CONFIG_ADFS_FS is not set
15230 +# CONFIG_AFFS_FS is not set
15231 +# CONFIG_HFS_FS is not set
15232 +# CONFIG_HFSPLUS_FS is not set
15233 +# CONFIG_BEFS_FS is not set
15234 +# CONFIG_BFS_FS is not set
15235 +# CONFIG_EFS_FS is not set
15236 +CONFIG_CRAMFS=y
15237 +# CONFIG_VXFS_FS is not set
15238 +# CONFIG_MINIX_FS is not set
15239 +# CONFIG_HPFS_FS is not set
15240 +# CONFIG_QNX4FS_FS is not set
15241 +# CONFIG_ROMFS_FS is not set
15242 +# CONFIG_SYSV_FS is not set
15243 +# CONFIG_UFS_FS is not set
15244 +CONFIG_NETWORK_FILESYSTEMS=y
15245 +CONFIG_NFS_FS=y
15246 +CONFIG_NFS_V3=y
15247 +# CONFIG_NFS_V3_ACL is not set
15248 +# CONFIG_NFS_V4 is not set
15249 +# CONFIG_NFS_DIRECTIO is not set
15250 +# CONFIG_NFSD is not set
15251 +CONFIG_ROOT_NFS=y
15252 +CONFIG_LOCKD=y
15253 +CONFIG_LOCKD_V4=y
15254 +CONFIG_NFS_COMMON=y
15255 +CONFIG_SUNRPC=y
15256 +# CONFIG_SUNRPC_BIND34 is not set
15257 +# CONFIG_RPCSEC_GSS_KRB5 is not set
15258 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
15259 +# CONFIG_SMB_FS is not set
15260 +# CONFIG_CIFS is not set
15261 +# CONFIG_NCP_FS is not set
15262 +# CONFIG_CODA_FS is not set
15263 +# CONFIG_AFS_FS is not set
15264 +
15265 +#
15266 +# Partition Types
15267 +#
15268 +# CONFIG_PARTITION_ADVANCED is not set
15269 +CONFIG_MSDOS_PARTITION=y
15270 +# CONFIG_NLS is not set
15271 +# CONFIG_DLM is not set
15272 +
15273 +#
15274 +# Library routines
15275 +#
15276 +CONFIG_BITREVERSE=y
15277 +# CONFIG_CRC_CCITT is not set
15278 +# CONFIG_CRC16 is not set
15279 +# CONFIG_CRC_ITU_T is not set
15280 +CONFIG_CRC32=y
15281 +# CONFIG_CRC7 is not set
15282 +# CONFIG_LIBCRC32C is not set
15283 +CONFIG_ZLIB_INFLATE=y
15284 +CONFIG_PLIST=y
15285 +CONFIG_HAS_IOMEM=y
15286 +CONFIG_HAS_IOPORT=y
15287 +CONFIG_HAS_DMA=y
15288 +
15289 +#
15290 +# Kernel hacking
15291 +#
15292 +# CONFIG_PRINTK_TIME is not set
15293 +CONFIG_ENABLE_WARN_DEPRECATED=y
15294 +CONFIG_ENABLE_MUST_CHECK=y
15295 +CONFIG_MAGIC_SYSRQ=y
15296 +# CONFIG_UNUSED_SYMBOLS is not set
15297 +CONFIG_DEBUG_FS=y
15298 +# CONFIG_HEADERS_CHECK is not set
15299 +CONFIG_DEBUG_KERNEL=y
15300 +# CONFIG_DEBUG_SHIRQ is not set
15301 +CONFIG_DETECT_SOFTLOCKUP=y
15302 +CONFIG_SCHED_DEBUG=y
15303 +# CONFIG_SCHEDSTATS is not set
15304 +# CONFIG_TIMER_STATS is not set
15305 +# CONFIG_SLUB_DEBUG_ON is not set
15306 +# CONFIG_SLUB_STATS is not set
15307 +# CONFIG_DEBUG_RT_MUTEXES is not set
15308 +# CONFIG_RT_MUTEX_TESTER is not set
15309 +# CONFIG_DEBUG_SPINLOCK is not set
15310 +# CONFIG_DEBUG_MUTEXES is not set
15311 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
15312 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
15313 +# CONFIG_DEBUG_KOBJECT is not set
15314 +# CONFIG_DEBUG_BUGVERBOSE is not set
15315 +# CONFIG_DEBUG_INFO is not set
15316 +# CONFIG_DEBUG_VM is not set
15317 +# CONFIG_DEBUG_LIST is not set
15318 +# CONFIG_DEBUG_SG is not set
15319 +# CONFIG_BOOT_PRINTK_DELAY is not set
15320 +# CONFIG_RCU_TORTURE_TEST is not set
15321 +# CONFIG_BACKTRACE_SELF_TEST is not set
15322 +# CONFIG_FAULT_INJECTION is not set
15323 +# CONFIG_SAMPLES is not set
15324 +# CONFIG_DEBUG_STACKOVERFLOW is not set
15325 +# CONFIG_DEBUG_STACK_USAGE is not set
15326 +# CONFIG_DEBUG_PAGEALLOC is not set
15327 +CONFIG_DEBUGGER=y
15328 +# CONFIG_KGDB is not set
15329 +# CONFIG_XMON is not set
15330 +# CONFIG_VIRQ_DEBUG is not set
15331 +# CONFIG_BDI_SWITCH is not set
15332 +# CONFIG_PPC_EARLY_DEBUG is not set
15333 +
15334 +#
15335 +# Security options
15336 +#
15337 +# CONFIG_KEYS is not set
15338 +# CONFIG_SECURITY is not set
15339 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
15340 +# CONFIG_CRYPTO is not set
15341 +# CONFIG_PPC_CLOCK is not set
15342 --- /dev/null
15343 +++ b/arch/powerpc/configs/44x/ebony_defconfig
15344 @@ -0,0 +1,898 @@
15345 +#
15346 +# Automatically generated make config: don't edit
15347 +# Linux kernel version: 2.6.25-rc2
15348 +# Fri Feb 15 21:50:44 2008
15349 +#
15350 +# CONFIG_PPC64 is not set
15351 +
15352 +#
15353 +# Processor support
15354 +#
15355 +# CONFIG_6xx is not set
15356 +# CONFIG_PPC_85xx is not set
15357 +# CONFIG_PPC_8xx is not set
15358 +# CONFIG_40x is not set
15359 +CONFIG_44x=y
15360 +# CONFIG_E200 is not set
15361 +CONFIG_4xx=y
15362 +CONFIG_BOOKE=y
15363 +CONFIG_PTE_64BIT=y
15364 +CONFIG_PHYS_64BIT=y
15365 +# CONFIG_PPC_MM_SLICES is not set
15366 +CONFIG_NOT_COHERENT_CACHE=y
15367 +CONFIG_PPC32=y
15368 +CONFIG_WORD_SIZE=32
15369 +CONFIG_PPC_MERGE=y
15370 +CONFIG_MMU=y
15371 +CONFIG_GENERIC_CMOS_UPDATE=y
15372 +CONFIG_GENERIC_TIME=y
15373 +CONFIG_GENERIC_TIME_VSYSCALL=y
15374 +CONFIG_GENERIC_CLOCKEVENTS=y
15375 +CONFIG_GENERIC_HARDIRQS=y
15376 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
15377 +CONFIG_IRQ_PER_CPU=y
15378 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
15379 +CONFIG_ARCH_HAS_ILOG2_U32=y
15380 +CONFIG_GENERIC_HWEIGHT=y
15381 +CONFIG_GENERIC_CALIBRATE_DELAY=y
15382 +CONFIG_GENERIC_FIND_NEXT_BIT=y
15383 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
15384 +CONFIG_PPC=y
15385 +CONFIG_EARLY_PRINTK=y
15386 +CONFIG_GENERIC_NVRAM=y
15387 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
15388 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
15389 +CONFIG_PPC_OF=y
15390 +CONFIG_OF=y
15391 +CONFIG_PPC_UDBG_16550=y
15392 +# CONFIG_GENERIC_TBSYNC is not set
15393 +CONFIG_AUDIT_ARCH=y
15394 +CONFIG_GENERIC_BUG=y
15395 +# CONFIG_DEFAULT_UIMAGE is not set
15396 +CONFIG_PPC_DCR_NATIVE=y
15397 +# CONFIG_PPC_DCR_MMIO is not set
15398 +CONFIG_PPC_DCR=y
15399 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
15400 +
15401 +#
15402 +# General setup
15403 +#
15404 +CONFIG_EXPERIMENTAL=y
15405 +CONFIG_BROKEN_ON_SMP=y
15406 +CONFIG_INIT_ENV_ARG_LIMIT=32
15407 +CONFIG_LOCALVERSION=""
15408 +CONFIG_LOCALVERSION_AUTO=y
15409 +CONFIG_SWAP=y
15410 +CONFIG_SYSVIPC=y
15411 +CONFIG_SYSVIPC_SYSCTL=y
15412 +CONFIG_POSIX_MQUEUE=y
15413 +# CONFIG_BSD_PROCESS_ACCT is not set
15414 +# CONFIG_TASKSTATS is not set
15415 +# CONFIG_AUDIT is not set
15416 +# CONFIG_IKCONFIG is not set
15417 +CONFIG_LOG_BUF_SHIFT=14
15418 +# CONFIG_CGROUPS is not set
15419 +CONFIG_GROUP_SCHED=y
15420 +CONFIG_FAIR_GROUP_SCHED=y
15421 +# CONFIG_RT_GROUP_SCHED is not set
15422 +CONFIG_USER_SCHED=y
15423 +# CONFIG_CGROUP_SCHED is not set
15424 +CONFIG_SYSFS_DEPRECATED=y
15425 +# CONFIG_RELAY is not set
15426 +# CONFIG_NAMESPACES is not set
15427 +CONFIG_BLK_DEV_INITRD=y
15428 +CONFIG_INITRAMFS_SOURCE=""
15429 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
15430 +CONFIG_SYSCTL=y
15431 +CONFIG_EMBEDDED=y
15432 +CONFIG_SYSCTL_SYSCALL=y
15433 +CONFIG_KALLSYMS=y
15434 +CONFIG_KALLSYMS_ALL=y
15435 +CONFIG_KALLSYMS_EXTRA_PASS=y
15436 +CONFIG_HOTPLUG=y
15437 +CONFIG_PRINTK=y
15438 +CONFIG_BUG=y
15439 +CONFIG_ELF_CORE=y
15440 +CONFIG_COMPAT_BRK=y
15441 +CONFIG_BASE_FULL=y
15442 +CONFIG_FUTEX=y
15443 +CONFIG_ANON_INODES=y
15444 +CONFIG_EPOLL=y
15445 +CONFIG_SIGNALFD=y
15446 +CONFIG_TIMERFD=y
15447 +CONFIG_EVENTFD=y
15448 +CONFIG_SHMEM=y
15449 +CONFIG_VM_EVENT_COUNTERS=y
15450 +CONFIG_SLUB_DEBUG=y
15451 +# CONFIG_SLAB is not set
15452 +CONFIG_SLUB=y
15453 +# CONFIG_SLOB is not set
15454 +# CONFIG_PROFILING is not set
15455 +# CONFIG_MARKERS is not set
15456 +CONFIG_HAVE_OPROFILE=y
15457 +# CONFIG_KPROBES is not set
15458 +CONFIG_HAVE_KPROBES=y
15459 +CONFIG_PROC_PAGE_MONITOR=y
15460 +CONFIG_SLABINFO=y
15461 +CONFIG_RT_MUTEXES=y
15462 +# CONFIG_TINY_SHMEM is not set
15463 +CONFIG_BASE_SMALL=0
15464 +CONFIG_MODULES=y
15465 +CONFIG_MODULE_UNLOAD=y
15466 +# CONFIG_MODULE_FORCE_UNLOAD is not set
15467 +# CONFIG_MODVERSIONS is not set
15468 +# CONFIG_MODULE_SRCVERSION_ALL is not set
15469 +CONFIG_KMOD=y
15470 +CONFIG_BLOCK=y
15471 +CONFIG_LBD=y
15472 +# CONFIG_BLK_DEV_IO_TRACE is not set
15473 +# CONFIG_LSF is not set
15474 +# CONFIG_BLK_DEV_BSG is not set
15475 +
15476 +#
15477 +# IO Schedulers
15478 +#
15479 +CONFIG_IOSCHED_NOOP=y
15480 +CONFIG_IOSCHED_AS=y
15481 +CONFIG_IOSCHED_DEADLINE=y
15482 +CONFIG_IOSCHED_CFQ=y
15483 +CONFIG_DEFAULT_AS=y
15484 +# CONFIG_DEFAULT_DEADLINE is not set
15485 +# CONFIG_DEFAULT_CFQ is not set
15486 +# CONFIG_DEFAULT_NOOP is not set
15487 +CONFIG_DEFAULT_IOSCHED="anticipatory"
15488 +CONFIG_CLASSIC_RCU=y
15489 +# CONFIG_PREEMPT_RCU is not set
15490 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
15491 +
15492 +#
15493 +# Platform support
15494 +#
15495 +# CONFIG_PPC_MPC512x is not set
15496 +# CONFIG_PPC_MPC5121 is not set
15497 +# CONFIG_PPC_CELL is not set
15498 +# CONFIG_PPC_CELL_NATIVE is not set
15499 +# CONFIG_PQ2ADS is not set
15500 +# CONFIG_BAMBOO is not set
15501 +CONFIG_EBONY=y
15502 +# CONFIG_SEQUOIA is not set
15503 +# CONFIG_TAISHAN is not set
15504 +# CONFIG_KATMAI is not set
15505 +# CONFIG_RAINIER is not set
15506 +# CONFIG_WARP is not set
15507 +CONFIG_440GP=y
15508 +# CONFIG_IPIC is not set
15509 +# CONFIG_MPIC is not set
15510 +# CONFIG_MPIC_WEIRD is not set
15511 +# CONFIG_PPC_I8259 is not set
15512 +# CONFIG_PPC_RTAS is not set
15513 +# CONFIG_MMIO_NVRAM is not set
15514 +# CONFIG_PPC_MPC106 is not set
15515 +# CONFIG_PPC_970_NAP is not set
15516 +# CONFIG_PPC_INDIRECT_IO is not set
15517 +# CONFIG_GENERIC_IOMAP is not set
15518 +# CONFIG_CPU_FREQ is not set
15519 +# CONFIG_FSL_ULI1575 is not set
15520 +CONFIG_OF_RTC=y
15521 +
15522 +#
15523 +# Kernel options
15524 +#
15525 +# CONFIG_HIGHMEM is not set
15526 +# CONFIG_TICK_ONESHOT is not set
15527 +# CONFIG_NO_HZ is not set
15528 +# CONFIG_HIGH_RES_TIMERS is not set
15529 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
15530 +# CONFIG_HZ_100 is not set
15531 +CONFIG_HZ_250=y
15532 +# CONFIG_HZ_300 is not set
15533 +# CONFIG_HZ_1000 is not set
15534 +CONFIG_HZ=250
15535 +# CONFIG_SCHED_HRTICK is not set
15536 +CONFIG_PREEMPT_NONE=y
15537 +# CONFIG_PREEMPT_VOLUNTARY is not set
15538 +# CONFIG_PREEMPT is not set
15539 +CONFIG_RCU_TRACE=y
15540 +CONFIG_BINFMT_ELF=y
15541 +# CONFIG_BINFMT_MISC is not set
15542 +CONFIG_MATH_EMULATION=y
15543 +# CONFIG_IOMMU_HELPER is not set
15544 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
15545 +CONFIG_ARCH_HAS_WALK_MEMORY=y
15546 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
15547 +CONFIG_ARCH_FLATMEM_ENABLE=y
15548 +CONFIG_ARCH_POPULATES_NODE_MAP=y
15549 +CONFIG_SELECT_MEMORY_MODEL=y
15550 +CONFIG_FLATMEM_MANUAL=y
15551 +# CONFIG_DISCONTIGMEM_MANUAL is not set
15552 +# CONFIG_SPARSEMEM_MANUAL is not set
15553 +CONFIG_FLATMEM=y
15554 +CONFIG_FLAT_NODE_MEM_MAP=y
15555 +# CONFIG_SPARSEMEM_STATIC is not set
15556 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
15557 +CONFIG_SPLIT_PTLOCK_CPUS=4
15558 +CONFIG_RESOURCES_64BIT=y
15559 +CONFIG_ZONE_DMA_FLAG=1
15560 +CONFIG_BOUNCE=y
15561 +CONFIG_VIRT_TO_BUS=y
15562 +CONFIG_PROC_DEVICETREE=y
15563 +# CONFIG_CMDLINE_BOOL is not set
15564 +CONFIG_SECCOMP=y
15565 +CONFIG_ISA_DMA_API=y
15566 +
15567 +#
15568 +# Bus options
15569 +#
15570 +CONFIG_ZONE_DMA=y
15571 +CONFIG_PPC_INDIRECT_PCI=y
15572 +CONFIG_PCI=y
15573 +CONFIG_PCI_DOMAINS=y
15574 +CONFIG_PCI_SYSCALL=y
15575 +# CONFIG_PCIEPORTBUS is not set
15576 +CONFIG_ARCH_SUPPORTS_MSI=y
15577 +# CONFIG_PCI_MSI is not set
15578 +CONFIG_PCI_LEGACY=y
15579 +# CONFIG_PCI_DEBUG is not set
15580 +# CONFIG_PCCARD is not set
15581 +# CONFIG_HOTPLUG_PCI is not set
15582 +
15583 +#
15584 +# Advanced setup
15585 +#
15586 +# CONFIG_ADVANCED_OPTIONS is not set
15587 +
15588 +#
15589 +# Default settings for advanced configuration options are used
15590 +#
15591 +CONFIG_HIGHMEM_START=0xfe000000
15592 +CONFIG_LOWMEM_SIZE=0x30000000
15593 +CONFIG_KERNEL_START=0xc0000000
15594 +CONFIG_TASK_SIZE=0xc0000000
15595 +CONFIG_CONSISTENT_START=0xff100000
15596 +CONFIG_CONSISTENT_SIZE=0x00200000
15597 +CONFIG_BOOT_LOAD=0x01000000
15598 +
15599 +#
15600 +# Networking
15601 +#
15602 +CONFIG_NET=y
15603 +
15604 +#
15605 +# Networking options
15606 +#
15607 +CONFIG_PACKET=y
15608 +# CONFIG_PACKET_MMAP is not set
15609 +CONFIG_UNIX=y
15610 +# CONFIG_NET_KEY is not set
15611 +CONFIG_INET=y
15612 +# CONFIG_IP_MULTICAST is not set
15613 +# CONFIG_IP_ADVANCED_ROUTER is not set
15614 +CONFIG_IP_FIB_HASH=y
15615 +CONFIG_IP_PNP=y
15616 +CONFIG_IP_PNP_DHCP=y
15617 +CONFIG_IP_PNP_BOOTP=y
15618 +# CONFIG_IP_PNP_RARP is not set
15619 +# CONFIG_NET_IPIP is not set
15620 +# CONFIG_NET_IPGRE is not set
15621 +# CONFIG_ARPD is not set
15622 +# CONFIG_SYN_COOKIES is not set
15623 +# CONFIG_INET_AH is not set
15624 +# CONFIG_INET_ESP is not set
15625 +# CONFIG_INET_IPCOMP is not set
15626 +# CONFIG_INET_XFRM_TUNNEL is not set
15627 +# CONFIG_INET_TUNNEL is not set
15628 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
15629 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
15630 +# CONFIG_INET_XFRM_MODE_BEET is not set
15631 +# CONFIG_INET_LRO is not set
15632 +CONFIG_INET_DIAG=y
15633 +CONFIG_INET_TCP_DIAG=y
15634 +# CONFIG_TCP_CONG_ADVANCED is not set
15635 +CONFIG_TCP_CONG_CUBIC=y
15636 +CONFIG_DEFAULT_TCP_CONG="cubic"
15637 +# CONFIG_TCP_MD5SIG is not set
15638 +# CONFIG_IPV6 is not set
15639 +# CONFIG_INET6_XFRM_TUNNEL is not set
15640 +# CONFIG_INET6_TUNNEL is not set
15641 +# CONFIG_NETWORK_SECMARK is not set
15642 +# CONFIG_NETFILTER is not set
15643 +# CONFIG_IP_DCCP is not set
15644 +# CONFIG_IP_SCTP is not set
15645 +# CONFIG_TIPC is not set
15646 +# CONFIG_ATM is not set
15647 +# CONFIG_BRIDGE is not set
15648 +# CONFIG_VLAN_8021Q is not set
15649 +# CONFIG_DECNET is not set
15650 +# CONFIG_LLC2 is not set
15651 +# CONFIG_IPX is not set
15652 +# CONFIG_ATALK is not set
15653 +# CONFIG_X25 is not set
15654 +# CONFIG_LAPB is not set
15655 +# CONFIG_ECONET is not set
15656 +# CONFIG_WAN_ROUTER is not set
15657 +# CONFIG_NET_SCHED is not set
15658 +
15659 +#
15660 +# Network testing
15661 +#
15662 +# CONFIG_NET_PKTGEN is not set
15663 +# CONFIG_HAMRADIO is not set
15664 +# CONFIG_CAN is not set
15665 +# CONFIG_IRDA is not set
15666 +# CONFIG_BT is not set
15667 +# CONFIG_AF_RXRPC is not set
15668 +
15669 +#
15670 +# Wireless
15671 +#
15672 +# CONFIG_CFG80211 is not set
15673 +# CONFIG_WIRELESS_EXT is not set
15674 +# CONFIG_MAC80211 is not set
15675 +# CONFIG_IEEE80211 is not set
15676 +# CONFIG_RFKILL is not set
15677 +# CONFIG_NET_9P is not set
15678 +
15679 +#
15680 +# Device Drivers
15681 +#
15682 +
15683 +#
15684 +# Generic Driver Options
15685 +#
15686 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
15687 +CONFIG_STANDALONE=y
15688 +CONFIG_PREVENT_FIRMWARE_BUILD=y
15689 +CONFIG_FW_LOADER=y
15690 +# CONFIG_DEBUG_DRIVER is not set
15691 +# CONFIG_DEBUG_DEVRES is not set
15692 +# CONFIG_SYS_HYPERVISOR is not set
15693 +CONFIG_CONNECTOR=y
15694 +CONFIG_PROC_EVENTS=y
15695 +CONFIG_MTD=y
15696 +# CONFIG_MTD_DEBUG is not set
15697 +# CONFIG_MTD_CONCAT is not set
15698 +CONFIG_MTD_PARTITIONS=y
15699 +# CONFIG_MTD_REDBOOT_PARTS is not set
15700 +# CONFIG_MTD_CMDLINE_PARTS is not set
15701 +CONFIG_MTD_OF_PARTS=y
15702 +
15703 +#
15704 +# User Modules And Translation Layers
15705 +#
15706 +CONFIG_MTD_CHAR=y
15707 +CONFIG_MTD_BLKDEVS=y
15708 +CONFIG_MTD_BLOCK=y
15709 +# CONFIG_FTL is not set
15710 +# CONFIG_NFTL is not set
15711 +# CONFIG_INFTL is not set
15712 +# CONFIG_RFD_FTL is not set
15713 +# CONFIG_SSFDC is not set
15714 +# CONFIG_MTD_OOPS is not set
15715 +
15716 +#
15717 +# RAM/ROM/Flash chip drivers
15718 +#
15719 +CONFIG_MTD_CFI=y
15720 +CONFIG_MTD_JEDECPROBE=y
15721 +CONFIG_MTD_GEN_PROBE=y
15722 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
15723 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
15724 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
15725 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
15726 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
15727 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
15728 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
15729 +CONFIG_MTD_CFI_I1=y
15730 +CONFIG_MTD_CFI_I2=y
15731 +# CONFIG_MTD_CFI_I4 is not set
15732 +# CONFIG_MTD_CFI_I8 is not set
15733 +# CONFIG_MTD_CFI_INTELEXT is not set
15734 +CONFIG_MTD_CFI_AMDSTD=y
15735 +# CONFIG_MTD_CFI_STAA is not set
15736 +CONFIG_MTD_CFI_UTIL=y
15737 +# CONFIG_MTD_RAM is not set
15738 +# CONFIG_MTD_ROM is not set
15739 +# CONFIG_MTD_ABSENT is not set
15740 +
15741 +#
15742 +# Mapping drivers for chip access
15743 +#
15744 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
15745 +# CONFIG_MTD_PHYSMAP is not set
15746 +CONFIG_MTD_PHYSMAP_OF=y
15747 +# CONFIG_MTD_INTEL_VR_NOR is not set
15748 +# CONFIG_MTD_PLATRAM is not set
15749 +
15750 +#
15751 +# Self-contained MTD device drivers
15752 +#
15753 +# CONFIG_MTD_PMC551 is not set
15754 +# CONFIG_MTD_SLRAM is not set
15755 +# CONFIG_MTD_PHRAM is not set
15756 +# CONFIG_MTD_MTDRAM is not set
15757 +# CONFIG_MTD_BLOCK2MTD is not set
15758 +
15759 +#
15760 +# Disk-On-Chip Device Drivers
15761 +#
15762 +# CONFIG_MTD_DOC2000 is not set
15763 +# CONFIG_MTD_DOC2001 is not set
15764 +# CONFIG_MTD_DOC2001PLUS is not set
15765 +# CONFIG_MTD_NAND is not set
15766 +# CONFIG_MTD_ONENAND is not set
15767 +
15768 +#
15769 +# UBI - Unsorted block images
15770 +#
15771 +# CONFIG_MTD_UBI is not set
15772 +CONFIG_OF_DEVICE=y
15773 +# CONFIG_PARPORT is not set
15774 +CONFIG_BLK_DEV=y
15775 +# CONFIG_BLK_DEV_FD is not set
15776 +# CONFIG_BLK_CPQ_DA is not set
15777 +# CONFIG_BLK_CPQ_CISS_DA is not set
15778 +# CONFIG_BLK_DEV_DAC960 is not set
15779 +# CONFIG_BLK_DEV_UMEM is not set
15780 +# CONFIG_BLK_DEV_COW_COMMON is not set
15781 +# CONFIG_BLK_DEV_LOOP is not set
15782 +# CONFIG_BLK_DEV_NBD is not set
15783 +# CONFIG_BLK_DEV_SX8 is not set
15784 +CONFIG_BLK_DEV_RAM=y
15785 +CONFIG_BLK_DEV_RAM_COUNT=16
15786 +CONFIG_BLK_DEV_RAM_SIZE=35000
15787 +# CONFIG_BLK_DEV_XIP is not set
15788 +# CONFIG_CDROM_PKTCDVD is not set
15789 +# CONFIG_ATA_OVER_ETH is not set
15790 +# CONFIG_XILINX_SYSACE is not set
15791 +CONFIG_MISC_DEVICES=y
15792 +# CONFIG_PHANTOM is not set
15793 +# CONFIG_EEPROM_93CX6 is not set
15794 +# CONFIG_SGI_IOC4 is not set
15795 +# CONFIG_TIFM_CORE is not set
15796 +# CONFIG_ENCLOSURE_SERVICES is not set
15797 +CONFIG_HAVE_IDE=y
15798 +# CONFIG_IDE is not set
15799 +
15800 +#
15801 +# SCSI device support
15802 +#
15803 +# CONFIG_RAID_ATTRS is not set
15804 +# CONFIG_SCSI is not set
15805 +# CONFIG_SCSI_DMA is not set
15806 +# CONFIG_SCSI_NETLINK is not set
15807 +# CONFIG_ATA is not set
15808 +# CONFIG_MD is not set
15809 +# CONFIG_FUSION is not set
15810 +
15811 +#
15812 +# IEEE 1394 (FireWire) support
15813 +#
15814 +# CONFIG_FIREWIRE is not set
15815 +# CONFIG_IEEE1394 is not set
15816 +# CONFIG_I2O is not set
15817 +# CONFIG_MACINTOSH_DRIVERS is not set
15818 +CONFIG_NETDEVICES=y
15819 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
15820 +# CONFIG_DUMMY is not set
15821 +# CONFIG_BONDING is not set
15822 +# CONFIG_MACVLAN is not set
15823 +# CONFIG_EQUALIZER is not set
15824 +# CONFIG_TUN is not set
15825 +# CONFIG_VETH is not set
15826 +# CONFIG_ARCNET is not set
15827 +# CONFIG_PHYLIB is not set
15828 +CONFIG_NET_ETHERNET=y
15829 +# CONFIG_MII is not set
15830 +# CONFIG_HAPPYMEAL is not set
15831 +# CONFIG_SUNGEM is not set
15832 +# CONFIG_CASSINI is not set
15833 +# CONFIG_NET_VENDOR_3COM is not set
15834 +# CONFIG_NET_TULIP is not set
15835 +# CONFIG_HP100 is not set
15836 +CONFIG_IBM_NEW_EMAC=y
15837 +CONFIG_IBM_NEW_EMAC_RXB=128
15838 +CONFIG_IBM_NEW_EMAC_TXB=64
15839 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
15840 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
15841 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
15842 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
15843 +CONFIG_IBM_NEW_EMAC_ZMII=y
15844 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
15845 +# CONFIG_IBM_NEW_EMAC_TAH is not set
15846 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
15847 +# CONFIG_NET_PCI is not set
15848 +# CONFIG_B44 is not set
15849 +CONFIG_NETDEV_1000=y
15850 +# CONFIG_ACENIC is not set
15851 +# CONFIG_DL2K is not set
15852 +# CONFIG_E1000 is not set
15853 +# CONFIG_E1000E is not set
15854 +# CONFIG_E1000E_ENABLED is not set
15855 +# CONFIG_IP1000 is not set
15856 +# CONFIG_IGB is not set
15857 +# CONFIG_NS83820 is not set
15858 +# CONFIG_HAMACHI is not set
15859 +# CONFIG_YELLOWFIN is not set
15860 +# CONFIG_R8169 is not set
15861 +# CONFIG_SIS190 is not set
15862 +# CONFIG_SKGE is not set
15863 +# CONFIG_SKY2 is not set
15864 +# CONFIG_SK98LIN is not set
15865 +# CONFIG_VIA_VELOCITY is not set
15866 +# CONFIG_TIGON3 is not set
15867 +# CONFIG_BNX2 is not set
15868 +# CONFIG_QLA3XXX is not set
15869 +# CONFIG_ATL1 is not set
15870 +CONFIG_NETDEV_10000=y
15871 +# CONFIG_CHELSIO_T1 is not set
15872 +# CONFIG_CHELSIO_T3 is not set
15873 +# CONFIG_IXGBE is not set
15874 +# CONFIG_IXGB is not set
15875 +# CONFIG_S2IO is not set
15876 +# CONFIG_MYRI10GE is not set
15877 +# CONFIG_NETXEN_NIC is not set
15878 +# CONFIG_NIU is not set
15879 +# CONFIG_MLX4_CORE is not set
15880 +# CONFIG_TEHUTI is not set
15881 +# CONFIG_BNX2X is not set
15882 +# CONFIG_TR is not set
15883 +
15884 +#
15885 +# Wireless LAN
15886 +#
15887 +# CONFIG_WLAN_PRE80211 is not set
15888 +# CONFIG_WLAN_80211 is not set
15889 +# CONFIG_WAN is not set
15890 +# CONFIG_FDDI is not set
15891 +# CONFIG_HIPPI is not set
15892 +# CONFIG_PPP is not set
15893 +# CONFIG_SLIP is not set
15894 +# CONFIG_NETCONSOLE is not set
15895 +# CONFIG_NETPOLL is not set
15896 +# CONFIG_NET_POLL_CONTROLLER is not set
15897 +# CONFIG_ISDN is not set
15898 +# CONFIG_PHONE is not set
15899 +
15900 +#
15901 +# Input device support
15902 +#
15903 +# CONFIG_INPUT is not set
15904 +
15905 +#
15906 +# Hardware I/O ports
15907 +#
15908 +# CONFIG_SERIO is not set
15909 +# CONFIG_GAMEPORT is not set
15910 +
15911 +#
15912 +# Character devices
15913 +#
15914 +# CONFIG_VT is not set
15915 +# CONFIG_SERIAL_NONSTANDARD is not set
15916 +# CONFIG_NOZOMI is not set
15917 +
15918 +#
15919 +# Serial drivers
15920 +#
15921 +CONFIG_SERIAL_8250=y
15922 +CONFIG_SERIAL_8250_CONSOLE=y
15923 +# CONFIG_SERIAL_8250_PCI is not set
15924 +CONFIG_SERIAL_8250_NR_UARTS=4
15925 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
15926 +CONFIG_SERIAL_8250_EXTENDED=y
15927 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
15928 +CONFIG_SERIAL_8250_SHARE_IRQ=y
15929 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
15930 +# CONFIG_SERIAL_8250_RSA is not set
15931 +
15932 +#
15933 +# Non-8250 serial port support
15934 +#
15935 +# CONFIG_SERIAL_UARTLITE is not set
15936 +CONFIG_SERIAL_CORE=y
15937 +CONFIG_SERIAL_CORE_CONSOLE=y
15938 +# CONFIG_SERIAL_JSM is not set
15939 +CONFIG_SERIAL_OF_PLATFORM=y
15940 +CONFIG_UNIX98_PTYS=y
15941 +CONFIG_LEGACY_PTYS=y
15942 +CONFIG_LEGACY_PTY_COUNT=256
15943 +# CONFIG_IPMI_HANDLER is not set
15944 +# CONFIG_HW_RANDOM is not set
15945 +# CONFIG_NVRAM is not set
15946 +# CONFIG_GEN_RTC is not set
15947 +# CONFIG_R3964 is not set
15948 +# CONFIG_APPLICOM is not set
15949 +# CONFIG_RAW_DRIVER is not set
15950 +# CONFIG_TCG_TPM is not set
15951 +CONFIG_DEVPORT=y
15952 +# CONFIG_I2C is not set
15953 +
15954 +#
15955 +# SPI support
15956 +#
15957 +# CONFIG_SPI is not set
15958 +# CONFIG_SPI_MASTER is not set
15959 +# CONFIG_W1 is not set
15960 +# CONFIG_POWER_SUPPLY is not set
15961 +# CONFIG_HWMON is not set
15962 +CONFIG_THERMAL=y
15963 +# CONFIG_WATCHDOG is not set
15964 +
15965 +#
15966 +# Sonics Silicon Backplane
15967 +#
15968 +CONFIG_SSB_POSSIBLE=y
15969 +# CONFIG_SSB is not set
15970 +
15971 +#
15972 +# Multifunction device drivers
15973 +#
15974 +# CONFIG_MFD_SM501 is not set
15975 +
15976 +#
15977 +# Multimedia devices
15978 +#
15979 +# CONFIG_VIDEO_DEV is not set
15980 +# CONFIG_DVB_CORE is not set
15981 +# CONFIG_DAB is not set
15982 +
15983 +#
15984 +# Graphics support
15985 +#
15986 +# CONFIG_AGP is not set
15987 +# CONFIG_DRM is not set
15988 +# CONFIG_VGASTATE is not set
15989 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
15990 +# CONFIG_FB is not set
15991 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
15992 +
15993 +#
15994 +# Display device support
15995 +#
15996 +# CONFIG_DISPLAY_SUPPORT is not set
15997 +
15998 +#
15999 +# Sound
16000 +#
16001 +# CONFIG_SOUND is not set
16002 +CONFIG_USB_SUPPORT=y
16003 +CONFIG_USB_ARCH_HAS_HCD=y
16004 +CONFIG_USB_ARCH_HAS_OHCI=y
16005 +CONFIG_USB_ARCH_HAS_EHCI=y
16006 +# CONFIG_USB is not set
16007 +
16008 +#
16009 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
16010 +#
16011 +# CONFIG_USB_GADGET is not set
16012 +# CONFIG_MMC is not set
16013 +# CONFIG_MEMSTICK is not set
16014 +# CONFIG_NEW_LEDS is not set
16015 +# CONFIG_INFINIBAND is not set
16016 +# CONFIG_EDAC is not set
16017 +# CONFIG_RTC_CLASS is not set
16018 +
16019 +#
16020 +# Userspace I/O
16021 +#
16022 +# CONFIG_UIO is not set
16023 +
16024 +#
16025 +# File systems
16026 +#
16027 +CONFIG_EXT2_FS=y
16028 +# CONFIG_EXT2_FS_XATTR is not set
16029 +# CONFIG_EXT2_FS_XIP is not set
16030 +# CONFIG_EXT3_FS is not set
16031 +# CONFIG_EXT4DEV_FS is not set
16032 +# CONFIG_REISERFS_FS is not set
16033 +# CONFIG_JFS_FS is not set
16034 +# CONFIG_FS_POSIX_ACL is not set
16035 +# CONFIG_XFS_FS is not set
16036 +# CONFIG_GFS2_FS is not set
16037 +# CONFIG_OCFS2_FS is not set
16038 +CONFIG_DNOTIFY=y
16039 +CONFIG_INOTIFY=y
16040 +CONFIG_INOTIFY_USER=y
16041 +# CONFIG_QUOTA is not set
16042 +# CONFIG_AUTOFS_FS is not set
16043 +# CONFIG_AUTOFS4_FS is not set
16044 +# CONFIG_FUSE_FS is not set
16045 +
16046 +#
16047 +# CD-ROM/DVD Filesystems
16048 +#
16049 +# CONFIG_ISO9660_FS is not set
16050 +# CONFIG_UDF_FS is not set
16051 +
16052 +#
16053 +# DOS/FAT/NT Filesystems
16054 +#
16055 +# CONFIG_MSDOS_FS is not set
16056 +# CONFIG_VFAT_FS is not set
16057 +# CONFIG_NTFS_FS is not set
16058 +
16059 +#
16060 +# Pseudo filesystems
16061 +#
16062 +CONFIG_PROC_FS=y
16063 +CONFIG_PROC_KCORE=y
16064 +CONFIG_PROC_SYSCTL=y
16065 +CONFIG_SYSFS=y
16066 +CONFIG_TMPFS=y
16067 +# CONFIG_TMPFS_POSIX_ACL is not set
16068 +# CONFIG_HUGETLB_PAGE is not set
16069 +# CONFIG_CONFIGFS_FS is not set
16070 +
16071 +#
16072 +# Miscellaneous filesystems
16073 +#
16074 +# CONFIG_ADFS_FS is not set
16075 +# CONFIG_AFFS_FS is not set
16076 +# CONFIG_HFS_FS is not set
16077 +# CONFIG_HFSPLUS_FS is not set
16078 +# CONFIG_BEFS_FS is not set
16079 +# CONFIG_BFS_FS is not set
16080 +# CONFIG_EFS_FS is not set
16081 +CONFIG_JFFS2_FS=y
16082 +CONFIG_JFFS2_FS_DEBUG=0
16083 +CONFIG_JFFS2_FS_WRITEBUFFER=y
16084 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
16085 +# CONFIG_JFFS2_SUMMARY is not set
16086 +# CONFIG_JFFS2_FS_XATTR is not set
16087 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
16088 +CONFIG_JFFS2_ZLIB=y
16089 +# CONFIG_JFFS2_LZO is not set
16090 +CONFIG_JFFS2_RTIME=y
16091 +# CONFIG_JFFS2_RUBIN is not set
16092 +CONFIG_CRAMFS=y
16093 +# CONFIG_VXFS_FS is not set
16094 +# CONFIG_MINIX_FS is not set
16095 +# CONFIG_HPFS_FS is not set
16096 +# CONFIG_QNX4FS_FS is not set
16097 +# CONFIG_ROMFS_FS is not set
16098 +# CONFIG_SYSV_FS is not set
16099 +# CONFIG_UFS_FS is not set
16100 +CONFIG_NETWORK_FILESYSTEMS=y
16101 +CONFIG_NFS_FS=y
16102 +CONFIG_NFS_V3=y
16103 +# CONFIG_NFS_V3_ACL is not set
16104 +# CONFIG_NFS_V4 is not set
16105 +# CONFIG_NFS_DIRECTIO is not set
16106 +# CONFIG_NFSD is not set
16107 +CONFIG_ROOT_NFS=y
16108 +CONFIG_LOCKD=y
16109 +CONFIG_LOCKD_V4=y
16110 +CONFIG_NFS_COMMON=y
16111 +CONFIG_SUNRPC=y
16112 +# CONFIG_SUNRPC_BIND34 is not set
16113 +# CONFIG_RPCSEC_GSS_KRB5 is not set
16114 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
16115 +# CONFIG_SMB_FS is not set
16116 +# CONFIG_CIFS is not set
16117 +# CONFIG_NCP_FS is not set
16118 +# CONFIG_CODA_FS is not set
16119 +# CONFIG_AFS_FS is not set
16120 +
16121 +#
16122 +# Partition Types
16123 +#
16124 +# CONFIG_PARTITION_ADVANCED is not set
16125 +CONFIG_MSDOS_PARTITION=y
16126 +# CONFIG_NLS is not set
16127 +# CONFIG_DLM is not set
16128 +
16129 +#
16130 +# Library routines
16131 +#
16132 +CONFIG_BITREVERSE=y
16133 +# CONFIG_CRC_CCITT is not set
16134 +# CONFIG_CRC16 is not set
16135 +# CONFIG_CRC_ITU_T is not set
16136 +CONFIG_CRC32=y
16137 +# CONFIG_CRC7 is not set
16138 +# CONFIG_LIBCRC32C is not set
16139 +CONFIG_ZLIB_INFLATE=y
16140 +CONFIG_ZLIB_DEFLATE=y
16141 +CONFIG_PLIST=y
16142 +CONFIG_HAS_IOMEM=y
16143 +CONFIG_HAS_IOPORT=y
16144 +CONFIG_HAS_DMA=y
16145 +
16146 +#
16147 +# Kernel hacking
16148 +#
16149 +# CONFIG_PRINTK_TIME is not set
16150 +CONFIG_ENABLE_WARN_DEPRECATED=y
16151 +CONFIG_ENABLE_MUST_CHECK=y
16152 +CONFIG_MAGIC_SYSRQ=y
16153 +# CONFIG_UNUSED_SYMBOLS is not set
16154 +CONFIG_DEBUG_FS=y
16155 +# CONFIG_HEADERS_CHECK is not set
16156 +CONFIG_DEBUG_KERNEL=y
16157 +# CONFIG_DEBUG_SHIRQ is not set
16158 +CONFIG_DETECT_SOFTLOCKUP=y
16159 +CONFIG_SCHED_DEBUG=y
16160 +# CONFIG_SCHEDSTATS is not set
16161 +# CONFIG_TIMER_STATS is not set
16162 +# CONFIG_SLUB_DEBUG_ON is not set
16163 +# CONFIG_SLUB_STATS is not set
16164 +# CONFIG_DEBUG_RT_MUTEXES is not set
16165 +# CONFIG_RT_MUTEX_TESTER is not set
16166 +# CONFIG_DEBUG_SPINLOCK is not set
16167 +# CONFIG_DEBUG_MUTEXES is not set
16168 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
16169 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
16170 +# CONFIG_DEBUG_KOBJECT is not set
16171 +CONFIG_DEBUG_BUGVERBOSE=y
16172 +# CONFIG_DEBUG_INFO is not set
16173 +# CONFIG_DEBUG_VM is not set
16174 +# CONFIG_DEBUG_LIST is not set
16175 +# CONFIG_DEBUG_SG is not set
16176 +# CONFIG_BOOT_PRINTK_DELAY is not set
16177 +# CONFIG_RCU_TORTURE_TEST is not set
16178 +# CONFIG_BACKTRACE_SELF_TEST is not set
16179 +# CONFIG_FAULT_INJECTION is not set
16180 +# CONFIG_SAMPLES is not set
16181 +# CONFIG_DEBUG_STACKOVERFLOW is not set
16182 +# CONFIG_DEBUG_STACK_USAGE is not set
16183 +# CONFIG_DEBUG_PAGEALLOC is not set
16184 +# CONFIG_DEBUGGER is not set
16185 +# CONFIG_VIRQ_DEBUG is not set
16186 +# CONFIG_BDI_SWITCH is not set
16187 +# CONFIG_PPC_EARLY_DEBUG is not set
16188 +
16189 +#
16190 +# Security options
16191 +#
16192 +# CONFIG_KEYS is not set
16193 +# CONFIG_SECURITY is not set
16194 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
16195 +CONFIG_CRYPTO=y
16196 +CONFIG_CRYPTO_ALGAPI=y
16197 +CONFIG_CRYPTO_BLKCIPHER=y
16198 +# CONFIG_CRYPTO_SEQIV is not set
16199 +CONFIG_CRYPTO_MANAGER=y
16200 +# CONFIG_CRYPTO_HMAC is not set
16201 +# CONFIG_CRYPTO_XCBC is not set
16202 +# CONFIG_CRYPTO_NULL is not set
16203 +# CONFIG_CRYPTO_MD4 is not set
16204 +CONFIG_CRYPTO_MD5=y
16205 +# CONFIG_CRYPTO_SHA1 is not set
16206 +# CONFIG_CRYPTO_SHA256 is not set
16207 +# CONFIG_CRYPTO_SHA512 is not set
16208 +# CONFIG_CRYPTO_WP512 is not set
16209 +# CONFIG_CRYPTO_TGR192 is not set
16210 +# CONFIG_CRYPTO_GF128MUL is not set
16211 +CONFIG_CRYPTO_ECB=y
16212 +CONFIG_CRYPTO_CBC=y
16213 +CONFIG_CRYPTO_PCBC=y
16214 +# CONFIG_CRYPTO_LRW is not set
16215 +# CONFIG_CRYPTO_XTS is not set
16216 +# CONFIG_CRYPTO_CTR is not set
16217 +# CONFIG_CRYPTO_GCM is not set
16218 +# CONFIG_CRYPTO_CCM is not set
16219 +# CONFIG_CRYPTO_CRYPTD is not set
16220 +CONFIG_CRYPTO_DES=y
16221 +# CONFIG_CRYPTO_FCRYPT is not set
16222 +# CONFIG_CRYPTO_BLOWFISH is not set
16223 +# CONFIG_CRYPTO_TWOFISH is not set
16224 +# CONFIG_CRYPTO_SERPENT is not set
16225 +# CONFIG_CRYPTO_AES is not set
16226 +# CONFIG_CRYPTO_CAST5 is not set
16227 +# CONFIG_CRYPTO_CAST6 is not set
16228 +# CONFIG_CRYPTO_TEA is not set
16229 +# CONFIG_CRYPTO_ARC4 is not set
16230 +# CONFIG_CRYPTO_KHAZAD is not set
16231 +# CONFIG_CRYPTO_ANUBIS is not set
16232 +# CONFIG_CRYPTO_SEED is not set
16233 +# CONFIG_CRYPTO_SALSA20 is not set
16234 +# CONFIG_CRYPTO_DEFLATE is not set
16235 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
16236 +# CONFIG_CRYPTO_CRC32C is not set
16237 +# CONFIG_CRYPTO_CAMELLIA is not set
16238 +# CONFIG_CRYPTO_TEST is not set
16239 +# CONFIG_CRYPTO_AUTHENC is not set
16240 +# CONFIG_CRYPTO_LZO is not set
16241 +# CONFIG_CRYPTO_HW is not set
16242 +# CONFIG_PPC_CLOCK is not set
16243 --- /dev/null
16244 +++ b/arch/powerpc/configs/44x/katmai_defconfig
16245 @@ -0,0 +1,790 @@
16246 +#
16247 +# Automatically generated make config: don't edit
16248 +# Linux kernel version: 2.6.24-rc6
16249 +# Mon Dec 24 11:17:43 2007
16250 +#
16251 +# CONFIG_PPC64 is not set
16252 +
16253 +#
16254 +# Processor support
16255 +#
16256 +# CONFIG_6xx is not set
16257 +# CONFIG_PPC_85xx is not set
16258 +# CONFIG_PPC_8xx is not set
16259 +# CONFIG_40x is not set
16260 +CONFIG_44x=y
16261 +# CONFIG_E200 is not set
16262 +CONFIG_4xx=y
16263 +CONFIG_BOOKE=y
16264 +CONFIG_PTE_64BIT=y
16265 +CONFIG_PHYS_64BIT=y
16266 +# CONFIG_PPC_MM_SLICES is not set
16267 +CONFIG_NOT_COHERENT_CACHE=y
16268 +CONFIG_PPC32=y
16269 +CONFIG_WORD_SIZE=32
16270 +CONFIG_PPC_MERGE=y
16271 +CONFIG_MMU=y
16272 +CONFIG_GENERIC_CMOS_UPDATE=y
16273 +CONFIG_GENERIC_TIME=y
16274 +CONFIG_GENERIC_TIME_VSYSCALL=y
16275 +CONFIG_GENERIC_CLOCKEVENTS=y
16276 +CONFIG_GENERIC_HARDIRQS=y
16277 +CONFIG_IRQ_PER_CPU=y
16278 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
16279 +CONFIG_ARCH_HAS_ILOG2_U32=y
16280 +CONFIG_GENERIC_HWEIGHT=y
16281 +CONFIG_GENERIC_CALIBRATE_DELAY=y
16282 +CONFIG_GENERIC_FIND_NEXT_BIT=y
16283 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
16284 +CONFIG_PPC=y
16285 +CONFIG_EARLY_PRINTK=y
16286 +CONFIG_GENERIC_NVRAM=y
16287 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
16288 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
16289 +CONFIG_PPC_OF=y
16290 +CONFIG_OF=y
16291 +CONFIG_PPC_UDBG_16550=y
16292 +# CONFIG_GENERIC_TBSYNC is not set
16293 +CONFIG_AUDIT_ARCH=y
16294 +CONFIG_GENERIC_BUG=y
16295 +# CONFIG_DEFAULT_UIMAGE is not set
16296 +CONFIG_PPC_DCR_NATIVE=y
16297 +# CONFIG_PPC_DCR_MMIO is not set
16298 +CONFIG_PPC_DCR=y
16299 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
16300 +
16301 +#
16302 +# General setup
16303 +#
16304 +CONFIG_EXPERIMENTAL=y
16305 +CONFIG_BROKEN_ON_SMP=y
16306 +CONFIG_INIT_ENV_ARG_LIMIT=32
16307 +CONFIG_LOCALVERSION=""
16308 +CONFIG_LOCALVERSION_AUTO=y
16309 +CONFIG_SWAP=y
16310 +CONFIG_SYSVIPC=y
16311 +CONFIG_SYSVIPC_SYSCTL=y
16312 +CONFIG_POSIX_MQUEUE=y
16313 +# CONFIG_BSD_PROCESS_ACCT is not set
16314 +# CONFIG_TASKSTATS is not set
16315 +# CONFIG_USER_NS is not set
16316 +# CONFIG_PID_NS is not set
16317 +# CONFIG_AUDIT is not set
16318 +# CONFIG_IKCONFIG is not set
16319 +CONFIG_LOG_BUF_SHIFT=14
16320 +# CONFIG_CGROUPS is not set
16321 +CONFIG_FAIR_GROUP_SCHED=y
16322 +CONFIG_FAIR_USER_SCHED=y
16323 +# CONFIG_FAIR_CGROUP_SCHED is not set
16324 +CONFIG_SYSFS_DEPRECATED=y
16325 +# CONFIG_RELAY is not set
16326 +CONFIG_BLK_DEV_INITRD=y
16327 +CONFIG_INITRAMFS_SOURCE=""
16328 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
16329 +CONFIG_SYSCTL=y
16330 +CONFIG_EMBEDDED=y
16331 +CONFIG_SYSCTL_SYSCALL=y
16332 +CONFIG_KALLSYMS=y
16333 +# CONFIG_KALLSYMS_ALL is not set
16334 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
16335 +CONFIG_HOTPLUG=y
16336 +CONFIG_PRINTK=y
16337 +CONFIG_BUG=y
16338 +CONFIG_ELF_CORE=y
16339 +CONFIG_BASE_FULL=y
16340 +CONFIG_FUTEX=y
16341 +CONFIG_ANON_INODES=y
16342 +CONFIG_EPOLL=y
16343 +CONFIG_SIGNALFD=y
16344 +CONFIG_EVENTFD=y
16345 +CONFIG_SHMEM=y
16346 +CONFIG_VM_EVENT_COUNTERS=y
16347 +CONFIG_SLUB_DEBUG=y
16348 +# CONFIG_SLAB is not set
16349 +CONFIG_SLUB=y
16350 +# CONFIG_SLOB is not set
16351 +CONFIG_RT_MUTEXES=y
16352 +# CONFIG_TINY_SHMEM is not set
16353 +CONFIG_BASE_SMALL=0
16354 +CONFIG_MODULES=y
16355 +CONFIG_MODULE_UNLOAD=y
16356 +# CONFIG_MODULE_FORCE_UNLOAD is not set
16357 +# CONFIG_MODVERSIONS is not set
16358 +# CONFIG_MODULE_SRCVERSION_ALL is not set
16359 +CONFIG_KMOD=y
16360 +CONFIG_BLOCK=y
16361 +CONFIG_LBD=y
16362 +# CONFIG_BLK_DEV_IO_TRACE is not set
16363 +# CONFIG_LSF is not set
16364 +# CONFIG_BLK_DEV_BSG is not set
16365 +
16366 +#
16367 +# IO Schedulers
16368 +#
16369 +CONFIG_IOSCHED_NOOP=y
16370 +CONFIG_IOSCHED_AS=y
16371 +CONFIG_IOSCHED_DEADLINE=y
16372 +CONFIG_IOSCHED_CFQ=y
16373 +CONFIG_DEFAULT_AS=y
16374 +# CONFIG_DEFAULT_DEADLINE is not set
16375 +# CONFIG_DEFAULT_CFQ is not set
16376 +# CONFIG_DEFAULT_NOOP is not set
16377 +CONFIG_DEFAULT_IOSCHED="anticipatory"
16378 +CONFIG_PPC4xx_PCI_EXPRESS=y
16379 +
16380 +#
16381 +# Platform support
16382 +#
16383 +# CONFIG_PPC_MPC52xx is not set
16384 +# CONFIG_PPC_MPC5200 is not set
16385 +# CONFIG_PPC_CELL is not set
16386 +# CONFIG_PPC_CELL_NATIVE is not set
16387 +# CONFIG_PQ2ADS is not set
16388 +# CONFIG_BAMBOO is not set
16389 +# CONFIG_EBONY is not set
16390 +# CONFIG_SEQUOIA is not set
16391 +# CONFIG_TAISHAN is not set
16392 +CONFIG_KATMAI=y
16393 +# CONFIG_RAINIER is not set
16394 +CONFIG_440SPe=y
16395 +# CONFIG_MPIC is not set
16396 +# CONFIG_MPIC_WEIRD is not set
16397 +# CONFIG_PPC_I8259 is not set
16398 +# CONFIG_PPC_RTAS is not set
16399 +# CONFIG_MMIO_NVRAM is not set
16400 +# CONFIG_PPC_MPC106 is not set
16401 +# CONFIG_PPC_970_NAP is not set
16402 +# CONFIG_PPC_INDIRECT_IO is not set
16403 +# CONFIG_GENERIC_IOMAP is not set
16404 +# CONFIG_CPU_FREQ is not set
16405 +# CONFIG_CPM2 is not set
16406 +# CONFIG_FSL_ULI1575 is not set
16407 +
16408 +#
16409 +# Kernel options
16410 +#
16411 +# CONFIG_HIGHMEM is not set
16412 +# CONFIG_TICK_ONESHOT is not set
16413 +# CONFIG_NO_HZ is not set
16414 +# CONFIG_HIGH_RES_TIMERS is not set
16415 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
16416 +# CONFIG_HZ_100 is not set
16417 +CONFIG_HZ_250=y
16418 +# CONFIG_HZ_300 is not set
16419 +# CONFIG_HZ_1000 is not set
16420 +CONFIG_HZ=250
16421 +CONFIG_PREEMPT_NONE=y
16422 +# CONFIG_PREEMPT_VOLUNTARY is not set
16423 +# CONFIG_PREEMPT is not set
16424 +CONFIG_BINFMT_ELF=y
16425 +# CONFIG_BINFMT_MISC is not set
16426 +# CONFIG_MATH_EMULATION is not set
16427 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
16428 +CONFIG_ARCH_FLATMEM_ENABLE=y
16429 +CONFIG_ARCH_POPULATES_NODE_MAP=y
16430 +CONFIG_SELECT_MEMORY_MODEL=y
16431 +CONFIG_FLATMEM_MANUAL=y
16432 +# CONFIG_DISCONTIGMEM_MANUAL is not set
16433 +# CONFIG_SPARSEMEM_MANUAL is not set
16434 +CONFIG_FLATMEM=y
16435 +CONFIG_FLAT_NODE_MEM_MAP=y
16436 +# CONFIG_SPARSEMEM_STATIC is not set
16437 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
16438 +CONFIG_SPLIT_PTLOCK_CPUS=4
16439 +CONFIG_RESOURCES_64BIT=y
16440 +CONFIG_ZONE_DMA_FLAG=1
16441 +CONFIG_BOUNCE=y
16442 +CONFIG_VIRT_TO_BUS=y
16443 +CONFIG_PROC_DEVICETREE=y
16444 +CONFIG_CMDLINE_BOOL=y
16445 +CONFIG_CMDLINE=""
16446 +CONFIG_SECCOMP=y
16447 +CONFIG_WANT_DEVICE_TREE=y
16448 +CONFIG_DEVICE_TREE="katmai.dts"
16449 +CONFIG_ISA_DMA_API=y
16450 +
16451 +#
16452 +# Bus options
16453 +#
16454 +CONFIG_ZONE_DMA=y
16455 +CONFIG_PPC_INDIRECT_PCI=y
16456 +CONFIG_PCI=y
16457 +CONFIG_PCI_DOMAINS=y
16458 +CONFIG_PCI_SYSCALL=y
16459 +# CONFIG_PCIEPORTBUS is not set
16460 +CONFIG_ARCH_SUPPORTS_MSI=y
16461 +# CONFIG_PCI_MSI is not set
16462 +CONFIG_PCI_LEGACY=y
16463 +# CONFIG_PCI_DEBUG is not set
16464 +# CONFIG_PCCARD is not set
16465 +# CONFIG_HOTPLUG_PCI is not set
16466 +
16467 +#
16468 +# Advanced setup
16469 +#
16470 +# CONFIG_ADVANCED_OPTIONS is not set
16471 +
16472 +#
16473 +# Default settings for advanced configuration options are used
16474 +#
16475 +CONFIG_HIGHMEM_START=0xfe000000
16476 +CONFIG_LOWMEM_SIZE=0x30000000
16477 +CONFIG_KERNEL_START=0xc0000000
16478 +CONFIG_TASK_SIZE=0xc0000000
16479 +CONFIG_CONSISTENT_START=0xff100000
16480 +CONFIG_CONSISTENT_SIZE=0x00200000
16481 +CONFIG_BOOT_LOAD=0x01000000
16482 +
16483 +#
16484 +# Networking
16485 +#
16486 +CONFIG_NET=y
16487 +
16488 +#
16489 +# Networking options
16490 +#
16491 +CONFIG_PACKET=y
16492 +# CONFIG_PACKET_MMAP is not set
16493 +CONFIG_UNIX=y
16494 +# CONFIG_NET_KEY is not set
16495 +CONFIG_INET=y
16496 +# CONFIG_IP_MULTICAST is not set
16497 +# CONFIG_IP_ADVANCED_ROUTER is not set
16498 +CONFIG_IP_FIB_HASH=y
16499 +CONFIG_IP_PNP=y
16500 +CONFIG_IP_PNP_DHCP=y
16501 +CONFIG_IP_PNP_BOOTP=y
16502 +# CONFIG_IP_PNP_RARP is not set
16503 +# CONFIG_NET_IPIP is not set
16504 +# CONFIG_NET_IPGRE is not set
16505 +# CONFIG_ARPD is not set
16506 +# CONFIG_SYN_COOKIES is not set
16507 +# CONFIG_INET_AH is not set
16508 +# CONFIG_INET_ESP is not set
16509 +# CONFIG_INET_IPCOMP is not set
16510 +# CONFIG_INET_XFRM_TUNNEL is not set
16511 +# CONFIG_INET_TUNNEL is not set
16512 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
16513 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
16514 +# CONFIG_INET_XFRM_MODE_BEET is not set
16515 +# CONFIG_INET_LRO is not set
16516 +CONFIG_INET_DIAG=y
16517 +CONFIG_INET_TCP_DIAG=y
16518 +# CONFIG_TCP_CONG_ADVANCED is not set
16519 +CONFIG_TCP_CONG_CUBIC=y
16520 +CONFIG_DEFAULT_TCP_CONG="cubic"
16521 +# CONFIG_TCP_MD5SIG is not set
16522 +# CONFIG_IPV6 is not set
16523 +# CONFIG_INET6_XFRM_TUNNEL is not set
16524 +# CONFIG_INET6_TUNNEL is not set
16525 +# CONFIG_NETWORK_SECMARK is not set
16526 +# CONFIG_NETFILTER is not set
16527 +# CONFIG_IP_DCCP is not set
16528 +# CONFIG_IP_SCTP is not set
16529 +# CONFIG_TIPC is not set
16530 +# CONFIG_ATM is not set
16531 +# CONFIG_BRIDGE is not set
16532 +# CONFIG_VLAN_8021Q is not set
16533 +# CONFIG_DECNET is not set
16534 +# CONFIG_LLC2 is not set
16535 +# CONFIG_IPX is not set
16536 +# CONFIG_ATALK is not set
16537 +# CONFIG_X25 is not set
16538 +# CONFIG_LAPB is not set
16539 +# CONFIG_ECONET is not set
16540 +# CONFIG_WAN_ROUTER is not set
16541 +# CONFIG_NET_SCHED is not set
16542 +
16543 +#
16544 +# Network testing
16545 +#
16546 +# CONFIG_NET_PKTGEN is not set
16547 +# CONFIG_HAMRADIO is not set
16548 +# CONFIG_IRDA is not set
16549 +# CONFIG_BT is not set
16550 +# CONFIG_AF_RXRPC is not set
16551 +
16552 +#
16553 +# Wireless
16554 +#
16555 +# CONFIG_CFG80211 is not set
16556 +# CONFIG_WIRELESS_EXT is not set
16557 +# CONFIG_MAC80211 is not set
16558 +# CONFIG_IEEE80211 is not set
16559 +# CONFIG_RFKILL is not set
16560 +# CONFIG_NET_9P is not set
16561 +
16562 +#
16563 +# Device Drivers
16564 +#
16565 +
16566 +#
16567 +# Generic Driver Options
16568 +#
16569 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
16570 +CONFIG_STANDALONE=y
16571 +CONFIG_PREVENT_FIRMWARE_BUILD=y
16572 +CONFIG_FW_LOADER=y
16573 +# CONFIG_DEBUG_DRIVER is not set
16574 +# CONFIG_DEBUG_DEVRES is not set
16575 +# CONFIG_SYS_HYPERVISOR is not set
16576 +CONFIG_CONNECTOR=y
16577 +CONFIG_PROC_EVENTS=y
16578 +# CONFIG_MTD is not set
16579 +CONFIG_OF_DEVICE=y
16580 +# CONFIG_PARPORT is not set
16581 +CONFIG_BLK_DEV=y
16582 +# CONFIG_BLK_DEV_FD is not set
16583 +# CONFIG_BLK_CPQ_DA is not set
16584 +# CONFIG_BLK_CPQ_CISS_DA is not set
16585 +# CONFIG_BLK_DEV_DAC960 is not set
16586 +# CONFIG_BLK_DEV_UMEM is not set
16587 +# CONFIG_BLK_DEV_COW_COMMON is not set
16588 +# CONFIG_BLK_DEV_LOOP is not set
16589 +# CONFIG_BLK_DEV_NBD is not set
16590 +# CONFIG_BLK_DEV_SX8 is not set
16591 +CONFIG_BLK_DEV_RAM=y
16592 +CONFIG_BLK_DEV_RAM_COUNT=16
16593 +CONFIG_BLK_DEV_RAM_SIZE=35000
16594 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
16595 +# CONFIG_CDROM_PKTCDVD is not set
16596 +# CONFIG_ATA_OVER_ETH is not set
16597 +# CONFIG_XILINX_SYSACE is not set
16598 +CONFIG_MISC_DEVICES=y
16599 +# CONFIG_PHANTOM is not set
16600 +# CONFIG_EEPROM_93CX6 is not set
16601 +# CONFIG_SGI_IOC4 is not set
16602 +# CONFIG_TIFM_CORE is not set
16603 +# CONFIG_IDE is not set
16604 +
16605 +#
16606 +# SCSI device support
16607 +#
16608 +# CONFIG_RAID_ATTRS is not set
16609 +# CONFIG_SCSI is not set
16610 +# CONFIG_SCSI_DMA is not set
16611 +# CONFIG_SCSI_NETLINK is not set
16612 +# CONFIG_ATA is not set
16613 +# CONFIG_MD is not set
16614 +# CONFIG_FUSION is not set
16615 +
16616 +#
16617 +# IEEE 1394 (FireWire) support
16618 +#
16619 +# CONFIG_FIREWIRE is not set
16620 +# CONFIG_IEEE1394 is not set
16621 +# CONFIG_I2O is not set
16622 +CONFIG_MACINTOSH_DRIVERS=y
16623 +# CONFIG_MAC_EMUMOUSEBTN is not set
16624 +# CONFIG_WINDFARM is not set
16625 +CONFIG_NETDEVICES=y
16626 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
16627 +# CONFIG_DUMMY is not set
16628 +# CONFIG_BONDING is not set
16629 +# CONFIG_MACVLAN is not set
16630 +# CONFIG_EQUALIZER is not set
16631 +# CONFIG_TUN is not set
16632 +# CONFIG_VETH is not set
16633 +# CONFIG_IP1000 is not set
16634 +# CONFIG_ARCNET is not set
16635 +# CONFIG_PHYLIB is not set
16636 +CONFIG_NET_ETHERNET=y
16637 +# CONFIG_MII is not set
16638 +# CONFIG_HAPPYMEAL is not set
16639 +# CONFIG_SUNGEM is not set
16640 +# CONFIG_CASSINI is not set
16641 +# CONFIG_NET_VENDOR_3COM is not set
16642 +# CONFIG_NET_TULIP is not set
16643 +# CONFIG_HP100 is not set
16644 +CONFIG_IBM_NEW_EMAC=y
16645 +CONFIG_IBM_NEW_EMAC_RXB=128
16646 +CONFIG_IBM_NEW_EMAC_TXB=64
16647 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
16648 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
16649 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
16650 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
16651 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
16652 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
16653 +# CONFIG_IBM_NEW_EMAC_TAH is not set
16654 +CONFIG_IBM_NEW_EMAC_EMAC4=y
16655 +# CONFIG_NET_PCI is not set
16656 +# CONFIG_B44 is not set
16657 +CONFIG_NETDEV_1000=y
16658 +# CONFIG_ACENIC is not set
16659 +# CONFIG_DL2K is not set
16660 +# CONFIG_E1000 is not set
16661 +# CONFIG_E1000E is not set
16662 +# CONFIG_NS83820 is not set
16663 +# CONFIG_HAMACHI is not set
16664 +# CONFIG_YELLOWFIN is not set
16665 +# CONFIG_R8169 is not set
16666 +# CONFIG_SIS190 is not set
16667 +# CONFIG_SKGE is not set
16668 +# CONFIG_SKY2 is not set
16669 +# CONFIG_SK98LIN is not set
16670 +# CONFIG_VIA_VELOCITY is not set
16671 +# CONFIG_TIGON3 is not set
16672 +# CONFIG_BNX2 is not set
16673 +# CONFIG_QLA3XXX is not set
16674 +# CONFIG_ATL1 is not set
16675 +CONFIG_NETDEV_10000=y
16676 +# CONFIG_CHELSIO_T1 is not set
16677 +# CONFIG_CHELSIO_T3 is not set
16678 +# CONFIG_IXGBE is not set
16679 +# CONFIG_IXGB is not set
16680 +# CONFIG_S2IO is not set
16681 +# CONFIG_MYRI10GE is not set
16682 +# CONFIG_NETXEN_NIC is not set
16683 +# CONFIG_NIU is not set
16684 +# CONFIG_MLX4_CORE is not set
16685 +# CONFIG_TEHUTI is not set
16686 +# CONFIG_TR is not set
16687 +
16688 +#
16689 +# Wireless LAN
16690 +#
16691 +# CONFIG_WLAN_PRE80211 is not set
16692 +# CONFIG_WLAN_80211 is not set
16693 +# CONFIG_WAN is not set
16694 +# CONFIG_FDDI is not set
16695 +# CONFIG_HIPPI is not set
16696 +# CONFIG_PPP is not set
16697 +# CONFIG_SLIP is not set
16698 +# CONFIG_SHAPER is not set
16699 +# CONFIG_NETCONSOLE is not set
16700 +# CONFIG_NETPOLL is not set
16701 +# CONFIG_NET_POLL_CONTROLLER is not set
16702 +# CONFIG_ISDN is not set
16703 +# CONFIG_PHONE is not set
16704 +
16705 +#
16706 +# Input device support
16707 +#
16708 +# CONFIG_INPUT is not set
16709 +
16710 +#
16711 +# Hardware I/O ports
16712 +#
16713 +# CONFIG_SERIO is not set
16714 +# CONFIG_GAMEPORT is not set
16715 +
16716 +#
16717 +# Character devices
16718 +#
16719 +# CONFIG_VT is not set
16720 +# CONFIG_SERIAL_NONSTANDARD is not set
16721 +
16722 +#
16723 +# Serial drivers
16724 +#
16725 +CONFIG_SERIAL_8250=y
16726 +CONFIG_SERIAL_8250_CONSOLE=y
16727 +# CONFIG_SERIAL_8250_PCI is not set
16728 +CONFIG_SERIAL_8250_NR_UARTS=4
16729 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
16730 +CONFIG_SERIAL_8250_EXTENDED=y
16731 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
16732 +CONFIG_SERIAL_8250_SHARE_IRQ=y
16733 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
16734 +# CONFIG_SERIAL_8250_RSA is not set
16735 +
16736 +#
16737 +# Non-8250 serial port support
16738 +#
16739 +# CONFIG_SERIAL_UARTLITE is not set
16740 +CONFIG_SERIAL_CORE=y
16741 +CONFIG_SERIAL_CORE_CONSOLE=y
16742 +# CONFIG_SERIAL_JSM is not set
16743 +CONFIG_SERIAL_OF_PLATFORM=y
16744 +CONFIG_UNIX98_PTYS=y
16745 +CONFIG_LEGACY_PTYS=y
16746 +CONFIG_LEGACY_PTY_COUNT=256
16747 +# CONFIG_IPMI_HANDLER is not set
16748 +# CONFIG_HW_RANDOM is not set
16749 +# CONFIG_NVRAM is not set
16750 +# CONFIG_GEN_RTC is not set
16751 +# CONFIG_R3964 is not set
16752 +# CONFIG_APPLICOM is not set
16753 +# CONFIG_RAW_DRIVER is not set
16754 +# CONFIG_TCG_TPM is not set
16755 +CONFIG_DEVPORT=y
16756 +# CONFIG_I2C is not set
16757 +
16758 +#
16759 +# SPI support
16760 +#
16761 +# CONFIG_SPI is not set
16762 +# CONFIG_SPI_MASTER is not set
16763 +# CONFIG_W1 is not set
16764 +# CONFIG_POWER_SUPPLY is not set
16765 +# CONFIG_HWMON is not set
16766 +# CONFIG_WATCHDOG is not set
16767 +
16768 +#
16769 +# Sonics Silicon Backplane
16770 +#
16771 +CONFIG_SSB_POSSIBLE=y
16772 +# CONFIG_SSB is not set
16773 +
16774 +#
16775 +# Multifunction device drivers
16776 +#
16777 +# CONFIG_MFD_SM501 is not set
16778 +
16779 +#
16780 +# Multimedia devices
16781 +#
16782 +# CONFIG_VIDEO_DEV is not set
16783 +# CONFIG_DVB_CORE is not set
16784 +CONFIG_DAB=y
16785 +
16786 +#
16787 +# Graphics support
16788 +#
16789 +# CONFIG_AGP is not set
16790 +# CONFIG_DRM is not set
16791 +# CONFIG_VGASTATE is not set
16792 +CONFIG_VIDEO_OUTPUT_CONTROL=m
16793 +# CONFIG_FB is not set
16794 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
16795 +
16796 +#
16797 +# Display device support
16798 +#
16799 +# CONFIG_DISPLAY_SUPPORT is not set
16800 +
16801 +#
16802 +# Sound
16803 +#
16804 +# CONFIG_SOUND is not set
16805 +CONFIG_USB_SUPPORT=y
16806 +CONFIG_USB_ARCH_HAS_HCD=y
16807 +CONFIG_USB_ARCH_HAS_OHCI=y
16808 +CONFIG_USB_ARCH_HAS_EHCI=y
16809 +# CONFIG_USB is not set
16810 +
16811 +#
16812 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
16813 +#
16814 +
16815 +#
16816 +# USB Gadget Support
16817 +#
16818 +# CONFIG_USB_GADGET is not set
16819 +# CONFIG_MMC is not set
16820 +# CONFIG_NEW_LEDS is not set
16821 +# CONFIG_INFINIBAND is not set
16822 +# CONFIG_EDAC is not set
16823 +# CONFIG_RTC_CLASS is not set
16824 +
16825 +#
16826 +# Userspace I/O
16827 +#
16828 +# CONFIG_UIO is not set
16829 +
16830 +#
16831 +# File systems
16832 +#
16833 +CONFIG_EXT2_FS=y
16834 +# CONFIG_EXT2_FS_XATTR is not set
16835 +# CONFIG_EXT2_FS_XIP is not set
16836 +# CONFIG_EXT3_FS is not set
16837 +# CONFIG_EXT4DEV_FS is not set
16838 +# CONFIG_REISERFS_FS is not set
16839 +# CONFIG_JFS_FS is not set
16840 +# CONFIG_FS_POSIX_ACL is not set
16841 +# CONFIG_XFS_FS is not set
16842 +# CONFIG_GFS2_FS is not set
16843 +# CONFIG_OCFS2_FS is not set
16844 +# CONFIG_MINIX_FS is not set
16845 +# CONFIG_ROMFS_FS is not set
16846 +CONFIG_INOTIFY=y
16847 +CONFIG_INOTIFY_USER=y
16848 +# CONFIG_QUOTA is not set
16849 +CONFIG_DNOTIFY=y
16850 +# CONFIG_AUTOFS_FS is not set
16851 +# CONFIG_AUTOFS4_FS is not set
16852 +# CONFIG_FUSE_FS is not set
16853 +
16854 +#
16855 +# CD-ROM/DVD Filesystems
16856 +#
16857 +# CONFIG_ISO9660_FS is not set
16858 +# CONFIG_UDF_FS is not set
16859 +
16860 +#
16861 +# DOS/FAT/NT Filesystems
16862 +#
16863 +# CONFIG_MSDOS_FS is not set
16864 +# CONFIG_VFAT_FS is not set
16865 +# CONFIG_NTFS_FS is not set
16866 +
16867 +#
16868 +# Pseudo filesystems
16869 +#
16870 +CONFIG_PROC_FS=y
16871 +CONFIG_PROC_KCORE=y
16872 +CONFIG_PROC_SYSCTL=y
16873 +CONFIG_SYSFS=y
16874 +CONFIG_TMPFS=y
16875 +# CONFIG_TMPFS_POSIX_ACL is not set
16876 +# CONFIG_HUGETLB_PAGE is not set
16877 +# CONFIG_CONFIGFS_FS is not set
16878 +
16879 +#
16880 +# Miscellaneous filesystems
16881 +#
16882 +# CONFIG_ADFS_FS is not set
16883 +# CONFIG_AFFS_FS is not set
16884 +# CONFIG_HFS_FS is not set
16885 +# CONFIG_HFSPLUS_FS is not set
16886 +# CONFIG_BEFS_FS is not set
16887 +# CONFIG_BFS_FS is not set
16888 +# CONFIG_EFS_FS is not set
16889 +CONFIG_CRAMFS=y
16890 +# CONFIG_VXFS_FS is not set
16891 +# CONFIG_HPFS_FS is not set
16892 +# CONFIG_QNX4FS_FS is not set
16893 +# CONFIG_SYSV_FS is not set
16894 +# CONFIG_UFS_FS is not set
16895 +CONFIG_NETWORK_FILESYSTEMS=y
16896 +CONFIG_NFS_FS=y
16897 +CONFIG_NFS_V3=y
16898 +# CONFIG_NFS_V3_ACL is not set
16899 +# CONFIG_NFS_V4 is not set
16900 +# CONFIG_NFS_DIRECTIO is not set
16901 +# CONFIG_NFSD is not set
16902 +CONFIG_ROOT_NFS=y
16903 +CONFIG_LOCKD=y
16904 +CONFIG_LOCKD_V4=y
16905 +CONFIG_NFS_COMMON=y
16906 +CONFIG_SUNRPC=y
16907 +# CONFIG_SUNRPC_BIND34 is not set
16908 +# CONFIG_RPCSEC_GSS_KRB5 is not set
16909 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
16910 +# CONFIG_SMB_FS is not set
16911 +# CONFIG_CIFS is not set
16912 +# CONFIG_NCP_FS is not set
16913 +# CONFIG_CODA_FS is not set
16914 +# CONFIG_AFS_FS is not set
16915 +
16916 +#
16917 +# Partition Types
16918 +#
16919 +# CONFIG_PARTITION_ADVANCED is not set
16920 +CONFIG_MSDOS_PARTITION=y
16921 +# CONFIG_NLS is not set
16922 +# CONFIG_DLM is not set
16923 +# CONFIG_UCC_SLOW is not set
16924 +
16925 +#
16926 +# Library routines
16927 +#
16928 +CONFIG_BITREVERSE=y
16929 +# CONFIG_CRC_CCITT is not set
16930 +# CONFIG_CRC16 is not set
16931 +# CONFIG_CRC_ITU_T is not set
16932 +CONFIG_CRC32=y
16933 +# CONFIG_CRC7 is not set
16934 +# CONFIG_LIBCRC32C is not set
16935 +CONFIG_ZLIB_INFLATE=y
16936 +CONFIG_PLIST=y
16937 +CONFIG_HAS_IOMEM=y
16938 +CONFIG_HAS_IOPORT=y
16939 +CONFIG_HAS_DMA=y
16940 +CONFIG_INSTRUMENTATION=y
16941 +# CONFIG_PROFILING is not set
16942 +# CONFIG_KPROBES is not set
16943 +# CONFIG_MARKERS is not set
16944 +
16945 +#
16946 +# Kernel hacking
16947 +#
16948 +# CONFIG_PRINTK_TIME is not set
16949 +CONFIG_ENABLE_WARN_DEPRECATED=y
16950 +CONFIG_ENABLE_MUST_CHECK=y
16951 +CONFIG_MAGIC_SYSRQ=y
16952 +# CONFIG_UNUSED_SYMBOLS is not set
16953 +# CONFIG_DEBUG_FS is not set
16954 +# CONFIG_HEADERS_CHECK is not set
16955 +CONFIG_DEBUG_KERNEL=y
16956 +# CONFIG_DEBUG_SHIRQ is not set
16957 +CONFIG_DETECT_SOFTLOCKUP=y
16958 +CONFIG_SCHED_DEBUG=y
16959 +# CONFIG_SCHEDSTATS is not set
16960 +# CONFIG_TIMER_STATS is not set
16961 +# CONFIG_SLUB_DEBUG_ON is not set
16962 +# CONFIG_DEBUG_RT_MUTEXES is not set
16963 +# CONFIG_RT_MUTEX_TESTER is not set
16964 +# CONFIG_DEBUG_SPINLOCK is not set
16965 +# CONFIG_DEBUG_MUTEXES is not set
16966 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
16967 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
16968 +# CONFIG_DEBUG_KOBJECT is not set
16969 +# CONFIG_DEBUG_BUGVERBOSE is not set
16970 +# CONFIG_DEBUG_INFO is not set
16971 +# CONFIG_DEBUG_VM is not set
16972 +# CONFIG_DEBUG_LIST is not set
16973 +# CONFIG_DEBUG_SG is not set
16974 +CONFIG_FORCED_INLINING=y
16975 +# CONFIG_BOOT_PRINTK_DELAY is not set
16976 +# CONFIG_RCU_TORTURE_TEST is not set
16977 +# CONFIG_FAULT_INJECTION is not set
16978 +# CONFIG_SAMPLES is not set
16979 +# CONFIG_DEBUG_STACKOVERFLOW is not set
16980 +# CONFIG_DEBUG_STACK_USAGE is not set
16981 +# CONFIG_DEBUG_PAGEALLOC is not set
16982 +CONFIG_DEBUGGER=y
16983 +# CONFIG_KGDB is not set
16984 +# CONFIG_XMON is not set
16985 +# CONFIG_BDI_SWITCH is not set
16986 +# CONFIG_PPC_EARLY_DEBUG is not set
16987 +
16988 +#
16989 +# Security options
16990 +#
16991 +# CONFIG_KEYS is not set
16992 +# CONFIG_SECURITY is not set
16993 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
16994 +CONFIG_CRYPTO=y
16995 +CONFIG_CRYPTO_ALGAPI=y
16996 +CONFIG_CRYPTO_BLKCIPHER=y
16997 +CONFIG_CRYPTO_MANAGER=y
16998 +# CONFIG_CRYPTO_HMAC is not set
16999 +# CONFIG_CRYPTO_XCBC is not set
17000 +# CONFIG_CRYPTO_NULL is not set
17001 +# CONFIG_CRYPTO_MD4 is not set
17002 +CONFIG_CRYPTO_MD5=y
17003 +# CONFIG_CRYPTO_SHA1 is not set
17004 +# CONFIG_CRYPTO_SHA256 is not set
17005 +# CONFIG_CRYPTO_SHA512 is not set
17006 +# CONFIG_CRYPTO_WP512 is not set
17007 +# CONFIG_CRYPTO_TGR192 is not set
17008 +# CONFIG_CRYPTO_GF128MUL is not set
17009 +CONFIG_CRYPTO_ECB=y
17010 +CONFIG_CRYPTO_CBC=y
17011 +CONFIG_CRYPTO_PCBC=y
17012 +# CONFIG_CRYPTO_LRW is not set
17013 +# CONFIG_CRYPTO_XTS is not set
17014 +# CONFIG_CRYPTO_CRYPTD is not set
17015 +CONFIG_CRYPTO_DES=y
17016 +# CONFIG_CRYPTO_FCRYPT is not set
17017 +# CONFIG_CRYPTO_BLOWFISH is not set
17018 +# CONFIG_CRYPTO_TWOFISH is not set
17019 +# CONFIG_CRYPTO_SERPENT is not set
17020 +# CONFIG_CRYPTO_AES is not set
17021 +# CONFIG_CRYPTO_CAST5 is not set
17022 +# CONFIG_CRYPTO_CAST6 is not set
17023 +# CONFIG_CRYPTO_TEA is not set
17024 +# CONFIG_CRYPTO_ARC4 is not set
17025 +# CONFIG_CRYPTO_KHAZAD is not set
17026 +# CONFIG_CRYPTO_ANUBIS is not set
17027 +# CONFIG_CRYPTO_SEED is not set
17028 +# CONFIG_CRYPTO_DEFLATE is not set
17029 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
17030 +# CONFIG_CRYPTO_CRC32C is not set
17031 +# CONFIG_CRYPTO_CAMELLIA is not set
17032 +# CONFIG_CRYPTO_TEST is not set
17033 +# CONFIG_CRYPTO_AUTHENC is not set
17034 +CONFIG_CRYPTO_HW=y
17035 +# CONFIG_PPC_CLOCK is not set
17036 --- /dev/null
17037 +++ b/arch/powerpc/configs/44x/rainier_defconfig
17038 @@ -0,0 +1,899 @@
17039 +#
17040 +# Automatically generated make config: don't edit
17041 +# Linux kernel version: 2.6.25-rc2
17042 +# Fri Feb 15 21:53:10 2008
17043 +#
17044 +# CONFIG_PPC64 is not set
17045 +
17046 +#
17047 +# Processor support
17048 +#
17049 +# CONFIG_6xx is not set
17050 +# CONFIG_PPC_85xx is not set
17051 +# CONFIG_PPC_8xx is not set
17052 +# CONFIG_40x is not set
17053 +CONFIG_44x=y
17054 +# CONFIG_E200 is not set
17055 +CONFIG_4xx=y
17056 +CONFIG_BOOKE=y
17057 +CONFIG_PTE_64BIT=y
17058 +CONFIG_PHYS_64BIT=y
17059 +# CONFIG_PPC_MM_SLICES is not set
17060 +CONFIG_NOT_COHERENT_CACHE=y
17061 +CONFIG_PPC32=y
17062 +CONFIG_WORD_SIZE=32
17063 +CONFIG_PPC_MERGE=y
17064 +CONFIG_MMU=y
17065 +CONFIG_GENERIC_CMOS_UPDATE=y
17066 +CONFIG_GENERIC_TIME=y
17067 +CONFIG_GENERIC_TIME_VSYSCALL=y
17068 +CONFIG_GENERIC_CLOCKEVENTS=y
17069 +CONFIG_GENERIC_HARDIRQS=y
17070 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
17071 +CONFIG_IRQ_PER_CPU=y
17072 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
17073 +CONFIG_ARCH_HAS_ILOG2_U32=y
17074 +CONFIG_GENERIC_HWEIGHT=y
17075 +CONFIG_GENERIC_CALIBRATE_DELAY=y
17076 +CONFIG_GENERIC_FIND_NEXT_BIT=y
17077 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
17078 +CONFIG_PPC=y
17079 +CONFIG_EARLY_PRINTK=y
17080 +CONFIG_GENERIC_NVRAM=y
17081 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
17082 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
17083 +CONFIG_PPC_OF=y
17084 +CONFIG_OF=y
17085 +CONFIG_PPC_UDBG_16550=y
17086 +# CONFIG_GENERIC_TBSYNC is not set
17087 +CONFIG_AUDIT_ARCH=y
17088 +CONFIG_GENERIC_BUG=y
17089 +# CONFIG_DEFAULT_UIMAGE is not set
17090 +CONFIG_PPC_DCR_NATIVE=y
17091 +# CONFIG_PPC_DCR_MMIO is not set
17092 +CONFIG_PPC_DCR=y
17093 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
17094 +
17095 +#
17096 +# General setup
17097 +#
17098 +CONFIG_EXPERIMENTAL=y
17099 +CONFIG_BROKEN_ON_SMP=y
17100 +CONFIG_INIT_ENV_ARG_LIMIT=32
17101 +CONFIG_LOCALVERSION=""
17102 +CONFIG_LOCALVERSION_AUTO=y
17103 +CONFIG_SWAP=y
17104 +CONFIG_SYSVIPC=y
17105 +CONFIG_SYSVIPC_SYSCTL=y
17106 +CONFIG_POSIX_MQUEUE=y
17107 +# CONFIG_BSD_PROCESS_ACCT is not set
17108 +# CONFIG_TASKSTATS is not set
17109 +# CONFIG_AUDIT is not set
17110 +# CONFIG_IKCONFIG is not set
17111 +CONFIG_LOG_BUF_SHIFT=14
17112 +# CONFIG_CGROUPS is not set
17113 +CONFIG_GROUP_SCHED=y
17114 +CONFIG_FAIR_GROUP_SCHED=y
17115 +# CONFIG_RT_GROUP_SCHED is not set
17116 +CONFIG_USER_SCHED=y
17117 +# CONFIG_CGROUP_SCHED is not set
17118 +CONFIG_SYSFS_DEPRECATED=y
17119 +# CONFIG_RELAY is not set
17120 +# CONFIG_NAMESPACES is not set
17121 +CONFIG_BLK_DEV_INITRD=y
17122 +CONFIG_INITRAMFS_SOURCE=""
17123 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
17124 +CONFIG_SYSCTL=y
17125 +CONFIG_EMBEDDED=y
17126 +CONFIG_SYSCTL_SYSCALL=y
17127 +CONFIG_KALLSYMS=y
17128 +# CONFIG_KALLSYMS_ALL is not set
17129 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
17130 +CONFIG_HOTPLUG=y
17131 +CONFIG_PRINTK=y
17132 +CONFIG_BUG=y
17133 +CONFIG_ELF_CORE=y
17134 +CONFIG_COMPAT_BRK=y
17135 +CONFIG_BASE_FULL=y
17136 +CONFIG_FUTEX=y
17137 +CONFIG_ANON_INODES=y
17138 +CONFIG_EPOLL=y
17139 +CONFIG_SIGNALFD=y
17140 +CONFIG_TIMERFD=y
17141 +CONFIG_EVENTFD=y
17142 +CONFIG_SHMEM=y
17143 +CONFIG_VM_EVENT_COUNTERS=y
17144 +CONFIG_SLUB_DEBUG=y
17145 +# CONFIG_SLAB is not set
17146 +CONFIG_SLUB=y
17147 +# CONFIG_SLOB is not set
17148 +# CONFIG_PROFILING is not set
17149 +# CONFIG_MARKERS is not set
17150 +CONFIG_HAVE_OPROFILE=y
17151 +# CONFIG_KPROBES is not set
17152 +CONFIG_HAVE_KPROBES=y
17153 +CONFIG_PROC_PAGE_MONITOR=y
17154 +CONFIG_SLABINFO=y
17155 +CONFIG_RT_MUTEXES=y
17156 +# CONFIG_TINY_SHMEM is not set
17157 +CONFIG_BASE_SMALL=0
17158 +CONFIG_MODULES=y
17159 +CONFIG_MODULE_UNLOAD=y
17160 +# CONFIG_MODULE_FORCE_UNLOAD is not set
17161 +# CONFIG_MODVERSIONS is not set
17162 +# CONFIG_MODULE_SRCVERSION_ALL is not set
17163 +CONFIG_KMOD=y
17164 +CONFIG_BLOCK=y
17165 +CONFIG_LBD=y
17166 +# CONFIG_BLK_DEV_IO_TRACE is not set
17167 +# CONFIG_LSF is not set
17168 +# CONFIG_BLK_DEV_BSG is not set
17169 +
17170 +#
17171 +# IO Schedulers
17172 +#
17173 +CONFIG_IOSCHED_NOOP=y
17174 +CONFIG_IOSCHED_AS=y
17175 +CONFIG_IOSCHED_DEADLINE=y
17176 +CONFIG_IOSCHED_CFQ=y
17177 +CONFIG_DEFAULT_AS=y
17178 +# CONFIG_DEFAULT_DEADLINE is not set
17179 +# CONFIG_DEFAULT_CFQ is not set
17180 +# CONFIG_DEFAULT_NOOP is not set
17181 +CONFIG_DEFAULT_IOSCHED="anticipatory"
17182 +CONFIG_CLASSIC_RCU=y
17183 +# CONFIG_PREEMPT_RCU is not set
17184 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
17185 +
17186 +#
17187 +# Platform support
17188 +#
17189 +# CONFIG_PPC_MPC512x is not set
17190 +# CONFIG_PPC_MPC5121 is not set
17191 +# CONFIG_PPC_CELL is not set
17192 +# CONFIG_PPC_CELL_NATIVE is not set
17193 +# CONFIG_PQ2ADS is not set
17194 +# CONFIG_BAMBOO is not set
17195 +# CONFIG_EBONY is not set
17196 +# CONFIG_SEQUOIA is not set
17197 +# CONFIG_TAISHAN is not set
17198 +# CONFIG_KATMAI is not set
17199 +CONFIG_RAINIER=y
17200 +# CONFIG_WARP is not set
17201 +CONFIG_440GRX=y
17202 +# CONFIG_IPIC is not set
17203 +# CONFIG_MPIC is not set
17204 +# CONFIG_MPIC_WEIRD is not set
17205 +# CONFIG_PPC_I8259 is not set
17206 +# CONFIG_PPC_RTAS is not set
17207 +# CONFIG_MMIO_NVRAM is not set
17208 +# CONFIG_PPC_MPC106 is not set
17209 +# CONFIG_PPC_970_NAP is not set
17210 +# CONFIG_PPC_INDIRECT_IO is not set
17211 +# CONFIG_GENERIC_IOMAP is not set
17212 +# CONFIG_CPU_FREQ is not set
17213 +# CONFIG_FSL_ULI1575 is not set
17214 +
17215 +#
17216 +# Kernel options
17217 +#
17218 +# CONFIG_HIGHMEM is not set
17219 +# CONFIG_TICK_ONESHOT is not set
17220 +# CONFIG_NO_HZ is not set
17221 +# CONFIG_HIGH_RES_TIMERS is not set
17222 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
17223 +# CONFIG_HZ_100 is not set
17224 +CONFIG_HZ_250=y
17225 +# CONFIG_HZ_300 is not set
17226 +# CONFIG_HZ_1000 is not set
17227 +CONFIG_HZ=250
17228 +# CONFIG_SCHED_HRTICK is not set
17229 +CONFIG_PREEMPT_NONE=y
17230 +# CONFIG_PREEMPT_VOLUNTARY is not set
17231 +# CONFIG_PREEMPT is not set
17232 +CONFIG_RCU_TRACE=y
17233 +CONFIG_BINFMT_ELF=y
17234 +# CONFIG_BINFMT_MISC is not set
17235 +CONFIG_MATH_EMULATION=y
17236 +# CONFIG_IOMMU_HELPER is not set
17237 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
17238 +CONFIG_ARCH_HAS_WALK_MEMORY=y
17239 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
17240 +CONFIG_ARCH_FLATMEM_ENABLE=y
17241 +CONFIG_ARCH_POPULATES_NODE_MAP=y
17242 +CONFIG_SELECT_MEMORY_MODEL=y
17243 +CONFIG_FLATMEM_MANUAL=y
17244 +# CONFIG_DISCONTIGMEM_MANUAL is not set
17245 +# CONFIG_SPARSEMEM_MANUAL is not set
17246 +CONFIG_FLATMEM=y
17247 +CONFIG_FLAT_NODE_MEM_MAP=y
17248 +# CONFIG_SPARSEMEM_STATIC is not set
17249 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
17250 +CONFIG_SPLIT_PTLOCK_CPUS=4
17251 +CONFIG_RESOURCES_64BIT=y
17252 +CONFIG_ZONE_DMA_FLAG=1
17253 +CONFIG_BOUNCE=y
17254 +CONFIG_VIRT_TO_BUS=y
17255 +CONFIG_PROC_DEVICETREE=y
17256 +CONFIG_CMDLINE_BOOL=y
17257 +CONFIG_CMDLINE=""
17258 +CONFIG_SECCOMP=y
17259 +CONFIG_ISA_DMA_API=y
17260 +
17261 +#
17262 +# Bus options
17263 +#
17264 +CONFIG_ZONE_DMA=y
17265 +CONFIG_PPC_INDIRECT_PCI=y
17266 +CONFIG_PCI=y
17267 +CONFIG_PCI_DOMAINS=y
17268 +CONFIG_PCI_SYSCALL=y
17269 +# CONFIG_PCIEPORTBUS is not set
17270 +CONFIG_ARCH_SUPPORTS_MSI=y
17271 +# CONFIG_PCI_MSI is not set
17272 +CONFIG_PCI_LEGACY=y
17273 +# CONFIG_PCI_DEBUG is not set
17274 +# CONFIG_PCCARD is not set
17275 +# CONFIG_HOTPLUG_PCI is not set
17276 +
17277 +#
17278 +# Advanced setup
17279 +#
17280 +# CONFIG_ADVANCED_OPTIONS is not set
17281 +
17282 +#
17283 +# Default settings for advanced configuration options are used
17284 +#
17285 +CONFIG_HIGHMEM_START=0xfe000000
17286 +CONFIG_LOWMEM_SIZE=0x30000000
17287 +CONFIG_KERNEL_START=0xc0000000
17288 +CONFIG_TASK_SIZE=0xc0000000
17289 +CONFIG_CONSISTENT_START=0xff100000
17290 +CONFIG_CONSISTENT_SIZE=0x00200000
17291 +CONFIG_BOOT_LOAD=0x01000000
17292 +
17293 +#
17294 +# Networking
17295 +#
17296 +CONFIG_NET=y
17297 +
17298 +#
17299 +# Networking options
17300 +#
17301 +CONFIG_PACKET=y
17302 +# CONFIG_PACKET_MMAP is not set
17303 +CONFIG_UNIX=y
17304 +# CONFIG_NET_KEY is not set
17305 +CONFIG_INET=y
17306 +# CONFIG_IP_MULTICAST is not set
17307 +# CONFIG_IP_ADVANCED_ROUTER is not set
17308 +CONFIG_IP_FIB_HASH=y
17309 +CONFIG_IP_PNP=y
17310 +CONFIG_IP_PNP_DHCP=y
17311 +CONFIG_IP_PNP_BOOTP=y
17312 +# CONFIG_IP_PNP_RARP is not set
17313 +# CONFIG_NET_IPIP is not set
17314 +# CONFIG_NET_IPGRE is not set
17315 +# CONFIG_ARPD is not set
17316 +# CONFIG_SYN_COOKIES is not set
17317 +# CONFIG_INET_AH is not set
17318 +# CONFIG_INET_ESP is not set
17319 +# CONFIG_INET_IPCOMP is not set
17320 +# CONFIG_INET_XFRM_TUNNEL is not set
17321 +# CONFIG_INET_TUNNEL is not set
17322 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
17323 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
17324 +# CONFIG_INET_XFRM_MODE_BEET is not set
17325 +# CONFIG_INET_LRO is not set
17326 +CONFIG_INET_DIAG=y
17327 +CONFIG_INET_TCP_DIAG=y
17328 +# CONFIG_TCP_CONG_ADVANCED is not set
17329 +CONFIG_TCP_CONG_CUBIC=y
17330 +CONFIG_DEFAULT_TCP_CONG="cubic"
17331 +# CONFIG_TCP_MD5SIG is not set
17332 +# CONFIG_IPV6 is not set
17333 +# CONFIG_INET6_XFRM_TUNNEL is not set
17334 +# CONFIG_INET6_TUNNEL is not set
17335 +# CONFIG_NETWORK_SECMARK is not set
17336 +# CONFIG_NETFILTER is not set
17337 +# CONFIG_IP_DCCP is not set
17338 +# CONFIG_IP_SCTP is not set
17339 +# CONFIG_TIPC is not set
17340 +# CONFIG_ATM is not set
17341 +# CONFIG_BRIDGE is not set
17342 +# CONFIG_VLAN_8021Q is not set
17343 +# CONFIG_DECNET is not set
17344 +# CONFIG_LLC2 is not set
17345 +# CONFIG_IPX is not set
17346 +# CONFIG_ATALK is not set
17347 +# CONFIG_X25 is not set
17348 +# CONFIG_LAPB is not set
17349 +# CONFIG_ECONET is not set
17350 +# CONFIG_WAN_ROUTER is not set
17351 +# CONFIG_NET_SCHED is not set
17352 +
17353 +#
17354 +# Network testing
17355 +#
17356 +# CONFIG_NET_PKTGEN is not set
17357 +# CONFIG_HAMRADIO is not set
17358 +# CONFIG_CAN is not set
17359 +# CONFIG_IRDA is not set
17360 +# CONFIG_BT is not set
17361 +# CONFIG_AF_RXRPC is not set
17362 +
17363 +#
17364 +# Wireless
17365 +#
17366 +# CONFIG_CFG80211 is not set
17367 +# CONFIG_WIRELESS_EXT is not set
17368 +# CONFIG_MAC80211 is not set
17369 +# CONFIG_IEEE80211 is not set
17370 +# CONFIG_RFKILL is not set
17371 +# CONFIG_NET_9P is not set
17372 +
17373 +#
17374 +# Device Drivers
17375 +#
17376 +
17377 +#
17378 +# Generic Driver Options
17379 +#
17380 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
17381 +CONFIG_STANDALONE=y
17382 +CONFIG_PREVENT_FIRMWARE_BUILD=y
17383 +CONFIG_FW_LOADER=y
17384 +# CONFIG_DEBUG_DRIVER is not set
17385 +# CONFIG_DEBUG_DEVRES is not set
17386 +# CONFIG_SYS_HYPERVISOR is not set
17387 +CONFIG_CONNECTOR=y
17388 +CONFIG_PROC_EVENTS=y
17389 +CONFIG_MTD=y
17390 +# CONFIG_MTD_DEBUG is not set
17391 +# CONFIG_MTD_CONCAT is not set
17392 +CONFIG_MTD_PARTITIONS=y
17393 +# CONFIG_MTD_REDBOOT_PARTS is not set
17394 +CONFIG_MTD_CMDLINE_PARTS=y
17395 +CONFIG_MTD_OF_PARTS=y
17396 +
17397 +#
17398 +# User Modules And Translation Layers
17399 +#
17400 +CONFIG_MTD_CHAR=y
17401 +# CONFIG_MTD_BLKDEVS is not set
17402 +# CONFIG_MTD_BLOCK is not set
17403 +# CONFIG_MTD_BLOCK_RO is not set
17404 +# CONFIG_FTL is not set
17405 +# CONFIG_NFTL is not set
17406 +# CONFIG_INFTL is not set
17407 +# CONFIG_RFD_FTL is not set
17408 +# CONFIG_SSFDC is not set
17409 +# CONFIG_MTD_OOPS is not set
17410 +
17411 +#
17412 +# RAM/ROM/Flash chip drivers
17413 +#
17414 +CONFIG_MTD_CFI=y
17415 +CONFIG_MTD_JEDECPROBE=y
17416 +CONFIG_MTD_GEN_PROBE=y
17417 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
17418 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
17419 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
17420 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
17421 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
17422 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
17423 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
17424 +CONFIG_MTD_CFI_I1=y
17425 +CONFIG_MTD_CFI_I2=y
17426 +# CONFIG_MTD_CFI_I4 is not set
17427 +# CONFIG_MTD_CFI_I8 is not set
17428 +CONFIG_MTD_CFI_INTELEXT=y
17429 +CONFIG_MTD_CFI_AMDSTD=y
17430 +# CONFIG_MTD_CFI_STAA is not set
17431 +CONFIG_MTD_CFI_UTIL=y
17432 +# CONFIG_MTD_RAM is not set
17433 +# CONFIG_MTD_ROM is not set
17434 +# CONFIG_MTD_ABSENT is not set
17435 +
17436 +#
17437 +# Mapping drivers for chip access
17438 +#
17439 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
17440 +# CONFIG_MTD_PHYSMAP is not set
17441 +CONFIG_MTD_PHYSMAP_OF=y
17442 +# CONFIG_MTD_INTEL_VR_NOR is not set
17443 +# CONFIG_MTD_PLATRAM is not set
17444 +
17445 +#
17446 +# Self-contained MTD device drivers
17447 +#
17448 +# CONFIG_MTD_PMC551 is not set
17449 +# CONFIG_MTD_SLRAM is not set
17450 +# CONFIG_MTD_PHRAM is not set
17451 +# CONFIG_MTD_MTDRAM is not set
17452 +# CONFIG_MTD_BLOCK2MTD is not set
17453 +
17454 +#
17455 +# Disk-On-Chip Device Drivers
17456 +#
17457 +# CONFIG_MTD_DOC2000 is not set
17458 +# CONFIG_MTD_DOC2001 is not set
17459 +# CONFIG_MTD_DOC2001PLUS is not set
17460 +# CONFIG_MTD_NAND is not set
17461 +# CONFIG_MTD_ONENAND is not set
17462 +
17463 +#
17464 +# UBI - Unsorted block images
17465 +#
17466 +# CONFIG_MTD_UBI is not set
17467 +CONFIG_OF_DEVICE=y
17468 +# CONFIG_PARPORT is not set
17469 +CONFIG_BLK_DEV=y
17470 +# CONFIG_BLK_DEV_FD is not set
17471 +# CONFIG_BLK_CPQ_DA is not set
17472 +# CONFIG_BLK_CPQ_CISS_DA is not set
17473 +# CONFIG_BLK_DEV_DAC960 is not set
17474 +# CONFIG_BLK_DEV_UMEM is not set
17475 +# CONFIG_BLK_DEV_COW_COMMON is not set
17476 +# CONFIG_BLK_DEV_LOOP is not set
17477 +# CONFIG_BLK_DEV_NBD is not set
17478 +# CONFIG_BLK_DEV_SX8 is not set
17479 +CONFIG_BLK_DEV_RAM=y
17480 +CONFIG_BLK_DEV_RAM_COUNT=16
17481 +CONFIG_BLK_DEV_RAM_SIZE=35000
17482 +# CONFIG_BLK_DEV_XIP is not set
17483 +# CONFIG_CDROM_PKTCDVD is not set
17484 +# CONFIG_ATA_OVER_ETH is not set
17485 +# CONFIG_XILINX_SYSACE is not set
17486 +CONFIG_MISC_DEVICES=y
17487 +# CONFIG_PHANTOM is not set
17488 +# CONFIG_EEPROM_93CX6 is not set
17489 +# CONFIG_SGI_IOC4 is not set
17490 +# CONFIG_TIFM_CORE is not set
17491 +# CONFIG_ENCLOSURE_SERVICES is not set
17492 +CONFIG_HAVE_IDE=y
17493 +# CONFIG_IDE is not set
17494 +
17495 +#
17496 +# SCSI device support
17497 +#
17498 +# CONFIG_RAID_ATTRS is not set
17499 +# CONFIG_SCSI is not set
17500 +# CONFIG_SCSI_DMA is not set
17501 +# CONFIG_SCSI_NETLINK is not set
17502 +# CONFIG_ATA is not set
17503 +# CONFIG_MD is not set
17504 +# CONFIG_FUSION is not set
17505 +
17506 +#
17507 +# IEEE 1394 (FireWire) support
17508 +#
17509 +# CONFIG_FIREWIRE is not set
17510 +# CONFIG_IEEE1394 is not set
17511 +# CONFIG_I2O is not set
17512 +CONFIG_MACINTOSH_DRIVERS=y
17513 +# CONFIG_MAC_EMUMOUSEBTN is not set
17514 +# CONFIG_WINDFARM is not set
17515 +CONFIG_NETDEVICES=y
17516 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
17517 +# CONFIG_DUMMY is not set
17518 +# CONFIG_BONDING is not set
17519 +# CONFIG_MACVLAN is not set
17520 +# CONFIG_EQUALIZER is not set
17521 +# CONFIG_TUN is not set
17522 +# CONFIG_VETH is not set
17523 +# CONFIG_ARCNET is not set
17524 +# CONFIG_NET_ETHERNET is not set
17525 +CONFIG_IBM_NEW_EMAC_ZMII=y
17526 +CONFIG_IBM_NEW_EMAC_RGMII=y
17527 +CONFIG_IBM_NEW_EMAC_EMAC4=y
17528 +CONFIG_NETDEV_1000=y
17529 +# CONFIG_ACENIC is not set
17530 +# CONFIG_DL2K is not set
17531 +# CONFIG_E1000 is not set
17532 +# CONFIG_E1000E is not set
17533 +# CONFIG_E1000E_ENABLED is not set
17534 +# CONFIG_IP1000 is not set
17535 +# CONFIG_IGB is not set
17536 +# CONFIG_NS83820 is not set
17537 +# CONFIG_HAMACHI is not set
17538 +# CONFIG_YELLOWFIN is not set
17539 +# CONFIG_R8169 is not set
17540 +# CONFIG_SIS190 is not set
17541 +# CONFIG_SKGE is not set
17542 +# CONFIG_SKY2 is not set
17543 +# CONFIG_SK98LIN is not set
17544 +# CONFIG_VIA_VELOCITY is not set
17545 +# CONFIG_TIGON3 is not set
17546 +# CONFIG_BNX2 is not set
17547 +# CONFIG_QLA3XXX is not set
17548 +# CONFIG_ATL1 is not set
17549 +CONFIG_NETDEV_10000=y
17550 +# CONFIG_CHELSIO_T1 is not set
17551 +# CONFIG_CHELSIO_T3 is not set
17552 +# CONFIG_IXGBE is not set
17553 +# CONFIG_IXGB is not set
17554 +# CONFIG_S2IO is not set
17555 +# CONFIG_MYRI10GE is not set
17556 +# CONFIG_NETXEN_NIC is not set
17557 +# CONFIG_NIU is not set
17558 +# CONFIG_MLX4_CORE is not set
17559 +# CONFIG_TEHUTI is not set
17560 +# CONFIG_BNX2X is not set
17561 +# CONFIG_TR is not set
17562 +
17563 +#
17564 +# Wireless LAN
17565 +#
17566 +# CONFIG_WLAN_PRE80211 is not set
17567 +# CONFIG_WLAN_80211 is not set
17568 +# CONFIG_WAN is not set
17569 +# CONFIG_FDDI is not set
17570 +# CONFIG_HIPPI is not set
17571 +# CONFIG_PPP is not set
17572 +# CONFIG_SLIP is not set
17573 +# CONFIG_NETCONSOLE is not set
17574 +# CONFIG_NETPOLL is not set
17575 +# CONFIG_NET_POLL_CONTROLLER is not set
17576 +# CONFIG_ISDN is not set
17577 +# CONFIG_PHONE is not set
17578 +
17579 +#
17580 +# Input device support
17581 +#
17582 +# CONFIG_INPUT is not set
17583 +
17584 +#
17585 +# Hardware I/O ports
17586 +#
17587 +# CONFIG_SERIO is not set
17588 +# CONFIG_GAMEPORT is not set
17589 +
17590 +#
17591 +# Character devices
17592 +#
17593 +# CONFIG_VT is not set
17594 +# CONFIG_SERIAL_NONSTANDARD is not set
17595 +# CONFIG_NOZOMI is not set
17596 +
17597 +#
17598 +# Serial drivers
17599 +#
17600 +CONFIG_SERIAL_8250=y
17601 +CONFIG_SERIAL_8250_CONSOLE=y
17602 +# CONFIG_SERIAL_8250_PCI is not set
17603 +CONFIG_SERIAL_8250_NR_UARTS=4
17604 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
17605 +CONFIG_SERIAL_8250_EXTENDED=y
17606 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
17607 +CONFIG_SERIAL_8250_SHARE_IRQ=y
17608 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
17609 +# CONFIG_SERIAL_8250_RSA is not set
17610 +
17611 +#
17612 +# Non-8250 serial port support
17613 +#
17614 +# CONFIG_SERIAL_UARTLITE is not set
17615 +CONFIG_SERIAL_CORE=y
17616 +CONFIG_SERIAL_CORE_CONSOLE=y
17617 +# CONFIG_SERIAL_JSM is not set
17618 +CONFIG_SERIAL_OF_PLATFORM=y
17619 +CONFIG_UNIX98_PTYS=y
17620 +CONFIG_LEGACY_PTYS=y
17621 +CONFIG_LEGACY_PTY_COUNT=256
17622 +# CONFIG_IPMI_HANDLER is not set
17623 +# CONFIG_HW_RANDOM is not set
17624 +# CONFIG_NVRAM is not set
17625 +# CONFIG_GEN_RTC is not set
17626 +# CONFIG_R3964 is not set
17627 +# CONFIG_APPLICOM is not set
17628 +# CONFIG_RAW_DRIVER is not set
17629 +# CONFIG_TCG_TPM is not set
17630 +CONFIG_DEVPORT=y
17631 +# CONFIG_I2C is not set
17632 +
17633 +#
17634 +# SPI support
17635 +#
17636 +# CONFIG_SPI is not set
17637 +# CONFIG_SPI_MASTER is not set
17638 +# CONFIG_W1 is not set
17639 +# CONFIG_POWER_SUPPLY is not set
17640 +# CONFIG_HWMON is not set
17641 +CONFIG_THERMAL=y
17642 +# CONFIG_WATCHDOG is not set
17643 +
17644 +#
17645 +# Sonics Silicon Backplane
17646 +#
17647 +CONFIG_SSB_POSSIBLE=y
17648 +# CONFIG_SSB is not set
17649 +
17650 +#
17651 +# Multifunction device drivers
17652 +#
17653 +# CONFIG_MFD_SM501 is not set
17654 +
17655 +#
17656 +# Multimedia devices
17657 +#
17658 +# CONFIG_VIDEO_DEV is not set
17659 +# CONFIG_DVB_CORE is not set
17660 +CONFIG_DAB=y
17661 +
17662 +#
17663 +# Graphics support
17664 +#
17665 +# CONFIG_AGP is not set
17666 +# CONFIG_DRM is not set
17667 +# CONFIG_VGASTATE is not set
17668 +CONFIG_VIDEO_OUTPUT_CONTROL=m
17669 +# CONFIG_FB is not set
17670 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
17671 +
17672 +#
17673 +# Display device support
17674 +#
17675 +# CONFIG_DISPLAY_SUPPORT is not set
17676 +
17677 +#
17678 +# Sound
17679 +#
17680 +# CONFIG_SOUND is not set
17681 +CONFIG_USB_SUPPORT=y
17682 +CONFIG_USB_ARCH_HAS_HCD=y
17683 +CONFIG_USB_ARCH_HAS_OHCI=y
17684 +CONFIG_USB_ARCH_HAS_EHCI=y
17685 +# CONFIG_USB is not set
17686 +
17687 +#
17688 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
17689 +#
17690 +# CONFIG_USB_GADGET is not set
17691 +# CONFIG_MMC is not set
17692 +# CONFIG_MEMSTICK is not set
17693 +# CONFIG_NEW_LEDS is not set
17694 +# CONFIG_INFINIBAND is not set
17695 +# CONFIG_EDAC is not set
17696 +# CONFIG_RTC_CLASS is not set
17697 +
17698 +#
17699 +# Userspace I/O
17700 +#
17701 +# CONFIG_UIO is not set
17702 +
17703 +#
17704 +# File systems
17705 +#
17706 +CONFIG_EXT2_FS=y
17707 +# CONFIG_EXT2_FS_XATTR is not set
17708 +# CONFIG_EXT2_FS_XIP is not set
17709 +# CONFIG_EXT3_FS is not set
17710 +# CONFIG_EXT4DEV_FS is not set
17711 +# CONFIG_REISERFS_FS is not set
17712 +# CONFIG_JFS_FS is not set
17713 +# CONFIG_FS_POSIX_ACL is not set
17714 +# CONFIG_XFS_FS is not set
17715 +# CONFIG_GFS2_FS is not set
17716 +# CONFIG_OCFS2_FS is not set
17717 +CONFIG_DNOTIFY=y
17718 +CONFIG_INOTIFY=y
17719 +CONFIG_INOTIFY_USER=y
17720 +# CONFIG_QUOTA is not set
17721 +# CONFIG_AUTOFS_FS is not set
17722 +# CONFIG_AUTOFS4_FS is not set
17723 +# CONFIG_FUSE_FS is not set
17724 +
17725 +#
17726 +# CD-ROM/DVD Filesystems
17727 +#
17728 +# CONFIG_ISO9660_FS is not set
17729 +# CONFIG_UDF_FS is not set
17730 +
17731 +#
17732 +# DOS/FAT/NT Filesystems
17733 +#
17734 +# CONFIG_MSDOS_FS is not set
17735 +# CONFIG_VFAT_FS is not set
17736 +# CONFIG_NTFS_FS is not set
17737 +
17738 +#
17739 +# Pseudo filesystems
17740 +#
17741 +CONFIG_PROC_FS=y
17742 +CONFIG_PROC_KCORE=y
17743 +CONFIG_PROC_SYSCTL=y
17744 +CONFIG_SYSFS=y
17745 +CONFIG_TMPFS=y
17746 +# CONFIG_TMPFS_POSIX_ACL is not set
17747 +# CONFIG_HUGETLB_PAGE is not set
17748 +# CONFIG_CONFIGFS_FS is not set
17749 +
17750 +#
17751 +# Miscellaneous filesystems
17752 +#
17753 +# CONFIG_ADFS_FS is not set
17754 +# CONFIG_AFFS_FS is not set
17755 +# CONFIG_HFS_FS is not set
17756 +# CONFIG_HFSPLUS_FS is not set
17757 +# CONFIG_BEFS_FS is not set
17758 +# CONFIG_BFS_FS is not set
17759 +# CONFIG_EFS_FS is not set
17760 +CONFIG_JFFS2_FS=y
17761 +CONFIG_JFFS2_FS_DEBUG=0
17762 +CONFIG_JFFS2_FS_WRITEBUFFER=y
17763 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
17764 +# CONFIG_JFFS2_SUMMARY is not set
17765 +# CONFIG_JFFS2_FS_XATTR is not set
17766 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
17767 +CONFIG_JFFS2_ZLIB=y
17768 +# CONFIG_JFFS2_LZO is not set
17769 +CONFIG_JFFS2_RTIME=y
17770 +# CONFIG_JFFS2_RUBIN is not set
17771 +CONFIG_CRAMFS=y
17772 +# CONFIG_VXFS_FS is not set
17773 +# CONFIG_MINIX_FS is not set
17774 +# CONFIG_HPFS_FS is not set
17775 +# CONFIG_QNX4FS_FS is not set
17776 +# CONFIG_ROMFS_FS is not set
17777 +# CONFIG_SYSV_FS is not set
17778 +# CONFIG_UFS_FS is not set
17779 +CONFIG_NETWORK_FILESYSTEMS=y
17780 +CONFIG_NFS_FS=y
17781 +CONFIG_NFS_V3=y
17782 +# CONFIG_NFS_V3_ACL is not set
17783 +# CONFIG_NFS_V4 is not set
17784 +# CONFIG_NFS_DIRECTIO is not set
17785 +# CONFIG_NFSD is not set
17786 +CONFIG_ROOT_NFS=y
17787 +CONFIG_LOCKD=y
17788 +CONFIG_LOCKD_V4=y
17789 +CONFIG_NFS_COMMON=y
17790 +CONFIG_SUNRPC=y
17791 +# CONFIG_SUNRPC_BIND34 is not set
17792 +# CONFIG_RPCSEC_GSS_KRB5 is not set
17793 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
17794 +# CONFIG_SMB_FS is not set
17795 +# CONFIG_CIFS is not set
17796 +# CONFIG_NCP_FS is not set
17797 +# CONFIG_CODA_FS is not set
17798 +# CONFIG_AFS_FS is not set
17799 +
17800 +#
17801 +# Partition Types
17802 +#
17803 +# CONFIG_PARTITION_ADVANCED is not set
17804 +CONFIG_MSDOS_PARTITION=y
17805 +# CONFIG_NLS is not set
17806 +# CONFIG_DLM is not set
17807 +
17808 +#
17809 +# Library routines
17810 +#
17811 +CONFIG_BITREVERSE=y
17812 +# CONFIG_CRC_CCITT is not set
17813 +# CONFIG_CRC16 is not set
17814 +# CONFIG_CRC_ITU_T is not set
17815 +CONFIG_CRC32=y
17816 +# CONFIG_CRC7 is not set
17817 +# CONFIG_LIBCRC32C is not set
17818 +CONFIG_ZLIB_INFLATE=y
17819 +CONFIG_ZLIB_DEFLATE=y
17820 +CONFIG_PLIST=y
17821 +CONFIG_HAS_IOMEM=y
17822 +CONFIG_HAS_IOPORT=y
17823 +CONFIG_HAS_DMA=y
17824 +
17825 +#
17826 +# Kernel hacking
17827 +#
17828 +# CONFIG_PRINTK_TIME is not set
17829 +CONFIG_ENABLE_WARN_DEPRECATED=y
17830 +CONFIG_ENABLE_MUST_CHECK=y
17831 +CONFIG_MAGIC_SYSRQ=y
17832 +# CONFIG_UNUSED_SYMBOLS is not set
17833 +CONFIG_DEBUG_FS=y
17834 +# CONFIG_HEADERS_CHECK is not set
17835 +CONFIG_DEBUG_KERNEL=y
17836 +# CONFIG_DEBUG_SHIRQ is not set
17837 +CONFIG_DETECT_SOFTLOCKUP=y
17838 +CONFIG_SCHED_DEBUG=y
17839 +# CONFIG_SCHEDSTATS is not set
17840 +# CONFIG_TIMER_STATS is not set
17841 +# CONFIG_SLUB_DEBUG_ON is not set
17842 +# CONFIG_SLUB_STATS is not set
17843 +# CONFIG_DEBUG_RT_MUTEXES is not set
17844 +# CONFIG_RT_MUTEX_TESTER is not set
17845 +# CONFIG_DEBUG_SPINLOCK is not set
17846 +# CONFIG_DEBUG_MUTEXES is not set
17847 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
17848 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
17849 +# CONFIG_DEBUG_KOBJECT is not set
17850 +# CONFIG_DEBUG_BUGVERBOSE is not set
17851 +# CONFIG_DEBUG_INFO is not set
17852 +# CONFIG_DEBUG_VM is not set
17853 +# CONFIG_DEBUG_LIST is not set
17854 +# CONFIG_DEBUG_SG is not set
17855 +# CONFIG_BOOT_PRINTK_DELAY is not set
17856 +# CONFIG_RCU_TORTURE_TEST is not set
17857 +# CONFIG_BACKTRACE_SELF_TEST is not set
17858 +# CONFIG_FAULT_INJECTION is not set
17859 +# CONFIG_SAMPLES is not set
17860 +# CONFIG_DEBUG_STACKOVERFLOW is not set
17861 +# CONFIG_DEBUG_STACK_USAGE is not set
17862 +# CONFIG_DEBUG_PAGEALLOC is not set
17863 +CONFIG_DEBUGGER=y
17864 +# CONFIG_KGDB is not set
17865 +# CONFIG_XMON is not set
17866 +# CONFIG_VIRQ_DEBUG is not set
17867 +# CONFIG_BDI_SWITCH is not set
17868 +CONFIG_PPC_EARLY_DEBUG=y
17869 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
17870 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
17871 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
17872 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
17873 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
17874 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
17875 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
17876 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
17877 +CONFIG_PPC_EARLY_DEBUG_44x=y
17878 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
17879 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
17880 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
17881 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
17882 +
17883 +#
17884 +# Security options
17885 +#
17886 +# CONFIG_KEYS is not set
17887 +# CONFIG_SECURITY is not set
17888 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
17889 +CONFIG_CRYPTO=y
17890 +CONFIG_CRYPTO_ALGAPI=y
17891 +CONFIG_CRYPTO_BLKCIPHER=y
17892 +# CONFIG_CRYPTO_SEQIV is not set
17893 +CONFIG_CRYPTO_MANAGER=y
17894 +# CONFIG_CRYPTO_HMAC is not set
17895 +# CONFIG_CRYPTO_XCBC is not set
17896 +# CONFIG_CRYPTO_NULL is not set
17897 +# CONFIG_CRYPTO_MD4 is not set
17898 +CONFIG_CRYPTO_MD5=y
17899 +# CONFIG_CRYPTO_SHA1 is not set
17900 +# CONFIG_CRYPTO_SHA256 is not set
17901 +# CONFIG_CRYPTO_SHA512 is not set
17902 +# CONFIG_CRYPTO_WP512 is not set
17903 +# CONFIG_CRYPTO_TGR192 is not set
17904 +# CONFIG_CRYPTO_GF128MUL is not set
17905 +CONFIG_CRYPTO_ECB=y
17906 +CONFIG_CRYPTO_CBC=y
17907 +CONFIG_CRYPTO_PCBC=y
17908 +# CONFIG_CRYPTO_LRW is not set
17909 +# CONFIG_CRYPTO_XTS is not set
17910 +# CONFIG_CRYPTO_CTR is not set
17911 +# CONFIG_CRYPTO_GCM is not set
17912 +# CONFIG_CRYPTO_CCM is not set
17913 +# CONFIG_CRYPTO_CRYPTD is not set
17914 +CONFIG_CRYPTO_DES=y
17915 +# CONFIG_CRYPTO_FCRYPT is not set
17916 +# CONFIG_CRYPTO_BLOWFISH is not set
17917 +# CONFIG_CRYPTO_TWOFISH is not set
17918 +# CONFIG_CRYPTO_SERPENT is not set
17919 +# CONFIG_CRYPTO_AES is not set
17920 +# CONFIG_CRYPTO_CAST5 is not set
17921 +# CONFIG_CRYPTO_CAST6 is not set
17922 +# CONFIG_CRYPTO_TEA is not set
17923 +# CONFIG_CRYPTO_ARC4 is not set
17924 +# CONFIG_CRYPTO_KHAZAD is not set
17925 +# CONFIG_CRYPTO_ANUBIS is not set
17926 +# CONFIG_CRYPTO_SEED is not set
17927 +# CONFIG_CRYPTO_SALSA20 is not set
17928 +# CONFIG_CRYPTO_DEFLATE is not set
17929 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
17930 +# CONFIG_CRYPTO_CRC32C is not set
17931 +# CONFIG_CRYPTO_CAMELLIA is not set
17932 +# CONFIG_CRYPTO_TEST is not set
17933 +# CONFIG_CRYPTO_AUTHENC is not set
17934 +# CONFIG_CRYPTO_LZO is not set
17935 +CONFIG_CRYPTO_HW=y
17936 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
17937 +# CONFIG_PPC_CLOCK is not set
17938 --- /dev/null
17939 +++ b/arch/powerpc/configs/44x/sequoia_defconfig
17940 @@ -0,0 +1,916 @@
17941 +#
17942 +# Automatically generated make config: don't edit
17943 +# Linux kernel version: 2.6.25-rc2
17944 +# Fri Feb 15 21:53:46 2008
17945 +#
17946 +# CONFIG_PPC64 is not set
17947 +
17948 +#
17949 +# Processor support
17950 +#
17951 +# CONFIG_6xx is not set
17952 +# CONFIG_PPC_85xx is not set
17953 +# CONFIG_PPC_8xx is not set
17954 +# CONFIG_40x is not set
17955 +CONFIG_44x=y
17956 +# CONFIG_E200 is not set
17957 +CONFIG_PPC_FPU=y
17958 +CONFIG_4xx=y
17959 +CONFIG_BOOKE=y
17960 +CONFIG_PTE_64BIT=y
17961 +CONFIG_PHYS_64BIT=y
17962 +# CONFIG_PPC_MM_SLICES is not set
17963 +CONFIG_NOT_COHERENT_CACHE=y
17964 +CONFIG_PPC32=y
17965 +CONFIG_WORD_SIZE=32
17966 +CONFIG_PPC_MERGE=y
17967 +CONFIG_MMU=y
17968 +CONFIG_GENERIC_CMOS_UPDATE=y
17969 +CONFIG_GENERIC_TIME=y
17970 +CONFIG_GENERIC_TIME_VSYSCALL=y
17971 +CONFIG_GENERIC_CLOCKEVENTS=y
17972 +CONFIG_GENERIC_HARDIRQS=y
17973 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
17974 +CONFIG_IRQ_PER_CPU=y
17975 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
17976 +CONFIG_ARCH_HAS_ILOG2_U32=y
17977 +CONFIG_GENERIC_HWEIGHT=y
17978 +CONFIG_GENERIC_CALIBRATE_DELAY=y
17979 +CONFIG_GENERIC_FIND_NEXT_BIT=y
17980 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
17981 +CONFIG_PPC=y
17982 +CONFIG_EARLY_PRINTK=y
17983 +CONFIG_GENERIC_NVRAM=y
17984 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
17985 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
17986 +CONFIG_PPC_OF=y
17987 +CONFIG_OF=y
17988 +CONFIG_PPC_UDBG_16550=y
17989 +# CONFIG_GENERIC_TBSYNC is not set
17990 +CONFIG_AUDIT_ARCH=y
17991 +CONFIG_GENERIC_BUG=y
17992 +# CONFIG_DEFAULT_UIMAGE is not set
17993 +CONFIG_PPC_DCR_NATIVE=y
17994 +# CONFIG_PPC_DCR_MMIO is not set
17995 +CONFIG_PPC_DCR=y
17996 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
17997 +
17998 +#
17999 +# General setup
18000 +#
18001 +CONFIG_EXPERIMENTAL=y
18002 +CONFIG_BROKEN_ON_SMP=y
18003 +CONFIG_INIT_ENV_ARG_LIMIT=32
18004 +CONFIG_LOCALVERSION=""
18005 +CONFIG_LOCALVERSION_AUTO=y
18006 +CONFIG_SWAP=y
18007 +CONFIG_SYSVIPC=y
18008 +CONFIG_SYSVIPC_SYSCTL=y
18009 +CONFIG_POSIX_MQUEUE=y
18010 +# CONFIG_BSD_PROCESS_ACCT is not set
18011 +# CONFIG_TASKSTATS is not set
18012 +# CONFIG_AUDIT is not set
18013 +# CONFIG_IKCONFIG is not set
18014 +CONFIG_LOG_BUF_SHIFT=14
18015 +# CONFIG_CGROUPS is not set
18016 +CONFIG_GROUP_SCHED=y
18017 +# CONFIG_FAIR_GROUP_SCHED is not set
18018 +# CONFIG_RT_GROUP_SCHED is not set
18019 +CONFIG_USER_SCHED=y
18020 +# CONFIG_CGROUP_SCHED is not set
18021 +CONFIG_SYSFS_DEPRECATED=y
18022 +# CONFIG_RELAY is not set
18023 +# CONFIG_NAMESPACES is not set
18024 +CONFIG_BLK_DEV_INITRD=y
18025 +CONFIG_INITRAMFS_SOURCE=""
18026 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
18027 +CONFIG_SYSCTL=y
18028 +CONFIG_EMBEDDED=y
18029 +CONFIG_SYSCTL_SYSCALL=y
18030 +CONFIG_KALLSYMS=y
18031 +# CONFIG_KALLSYMS_ALL is not set
18032 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
18033 +CONFIG_HOTPLUG=y
18034 +CONFIG_PRINTK=y
18035 +CONFIG_BUG=y
18036 +CONFIG_ELF_CORE=y
18037 +CONFIG_COMPAT_BRK=y
18038 +CONFIG_BASE_FULL=y
18039 +CONFIG_FUTEX=y
18040 +CONFIG_ANON_INODES=y
18041 +CONFIG_EPOLL=y
18042 +CONFIG_SIGNALFD=y
18043 +CONFIG_TIMERFD=y
18044 +CONFIG_EVENTFD=y
18045 +CONFIG_SHMEM=y
18046 +CONFIG_VM_EVENT_COUNTERS=y
18047 +CONFIG_SLUB_DEBUG=y
18048 +# CONFIG_SLAB is not set
18049 +CONFIG_SLUB=y
18050 +# CONFIG_SLOB is not set
18051 +# CONFIG_PROFILING is not set
18052 +# CONFIG_MARKERS is not set
18053 +CONFIG_HAVE_OPROFILE=y
18054 +# CONFIG_KPROBES is not set
18055 +CONFIG_HAVE_KPROBES=y
18056 +CONFIG_PROC_PAGE_MONITOR=y
18057 +CONFIG_SLABINFO=y
18058 +CONFIG_RT_MUTEXES=y
18059 +# CONFIG_TINY_SHMEM is not set
18060 +CONFIG_BASE_SMALL=0
18061 +CONFIG_MODULES=y
18062 +CONFIG_MODULE_UNLOAD=y
18063 +# CONFIG_MODULE_FORCE_UNLOAD is not set
18064 +# CONFIG_MODVERSIONS is not set
18065 +# CONFIG_MODULE_SRCVERSION_ALL is not set
18066 +CONFIG_KMOD=y
18067 +CONFIG_BLOCK=y
18068 +CONFIG_LBD=y
18069 +# CONFIG_BLK_DEV_IO_TRACE is not set
18070 +# CONFIG_LSF is not set
18071 +# CONFIG_BLK_DEV_BSG is not set
18072 +
18073 +#
18074 +# IO Schedulers
18075 +#
18076 +CONFIG_IOSCHED_NOOP=y
18077 +CONFIG_IOSCHED_AS=y
18078 +CONFIG_IOSCHED_DEADLINE=y
18079 +CONFIG_IOSCHED_CFQ=y
18080 +CONFIG_DEFAULT_AS=y
18081 +# CONFIG_DEFAULT_DEADLINE is not set
18082 +# CONFIG_DEFAULT_CFQ is not set
18083 +# CONFIG_DEFAULT_NOOP is not set
18084 +CONFIG_DEFAULT_IOSCHED="anticipatory"
18085 +CONFIG_CLASSIC_RCU=y
18086 +# CONFIG_PREEMPT_RCU is not set
18087 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
18088 +
18089 +#
18090 +# Platform support
18091 +#
18092 +# CONFIG_PPC_MPC512x is not set
18093 +# CONFIG_PPC_MPC5121 is not set
18094 +# CONFIG_PPC_CELL is not set
18095 +# CONFIG_PPC_CELL_NATIVE is not set
18096 +# CONFIG_PQ2ADS is not set
18097 +# CONFIG_BAMBOO is not set
18098 +# CONFIG_EBONY is not set
18099 +CONFIG_SEQUOIA=y
18100 +# CONFIG_TAISHAN is not set
18101 +# CONFIG_KATMAI is not set
18102 +# CONFIG_RAINIER is not set
18103 +# CONFIG_WARP is not set
18104 +CONFIG_440EPX=y
18105 +# CONFIG_IPIC is not set
18106 +# CONFIG_MPIC is not set
18107 +# CONFIG_MPIC_WEIRD is not set
18108 +# CONFIG_PPC_I8259 is not set
18109 +# CONFIG_PPC_RTAS is not set
18110 +# CONFIG_MMIO_NVRAM is not set
18111 +# CONFIG_PPC_MPC106 is not set
18112 +# CONFIG_PPC_970_NAP is not set
18113 +# CONFIG_PPC_INDIRECT_IO is not set
18114 +# CONFIG_GENERIC_IOMAP is not set
18115 +# CONFIG_CPU_FREQ is not set
18116 +# CONFIG_FSL_ULI1575 is not set
18117 +
18118 +#
18119 +# Kernel options
18120 +#
18121 +# CONFIG_HIGHMEM is not set
18122 +CONFIG_TICK_ONESHOT=y
18123 +CONFIG_NO_HZ=y
18124 +CONFIG_HIGH_RES_TIMERS=y
18125 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
18126 +# CONFIG_HZ_100 is not set
18127 +CONFIG_HZ_250=y
18128 +# CONFIG_HZ_300 is not set
18129 +# CONFIG_HZ_1000 is not set
18130 +CONFIG_HZ=250
18131 +# CONFIG_SCHED_HRTICK is not set
18132 +CONFIG_PREEMPT_NONE=y
18133 +# CONFIG_PREEMPT_VOLUNTARY is not set
18134 +# CONFIG_PREEMPT is not set
18135 +CONFIG_RCU_TRACE=y
18136 +CONFIG_BINFMT_ELF=y
18137 +# CONFIG_BINFMT_MISC is not set
18138 +# CONFIG_MATH_EMULATION is not set
18139 +# CONFIG_IOMMU_HELPER is not set
18140 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
18141 +CONFIG_ARCH_HAS_WALK_MEMORY=y
18142 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
18143 +CONFIG_ARCH_FLATMEM_ENABLE=y
18144 +CONFIG_ARCH_POPULATES_NODE_MAP=y
18145 +CONFIG_SELECT_MEMORY_MODEL=y
18146 +CONFIG_FLATMEM_MANUAL=y
18147 +# CONFIG_DISCONTIGMEM_MANUAL is not set
18148 +# CONFIG_SPARSEMEM_MANUAL is not set
18149 +CONFIG_FLATMEM=y
18150 +CONFIG_FLAT_NODE_MEM_MAP=y
18151 +# CONFIG_SPARSEMEM_STATIC is not set
18152 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
18153 +CONFIG_SPLIT_PTLOCK_CPUS=4
18154 +CONFIG_RESOURCES_64BIT=y
18155 +CONFIG_ZONE_DMA_FLAG=1
18156 +CONFIG_BOUNCE=y
18157 +CONFIG_VIRT_TO_BUS=y
18158 +CONFIG_PROC_DEVICETREE=y
18159 +CONFIG_CMDLINE_BOOL=y
18160 +CONFIG_CMDLINE=""
18161 +CONFIG_SECCOMP=y
18162 +CONFIG_ISA_DMA_API=y
18163 +
18164 +#
18165 +# Bus options
18166 +#
18167 +CONFIG_ZONE_DMA=y
18168 +CONFIG_PPC_INDIRECT_PCI=y
18169 +CONFIG_PCI=y
18170 +CONFIG_PCI_DOMAINS=y
18171 +CONFIG_PCI_SYSCALL=y
18172 +# CONFIG_PCIEPORTBUS is not set
18173 +CONFIG_ARCH_SUPPORTS_MSI=y
18174 +# CONFIG_PCI_MSI is not set
18175 +CONFIG_PCI_LEGACY=y
18176 +# CONFIG_PCI_DEBUG is not set
18177 +# CONFIG_PCCARD is not set
18178 +# CONFIG_HOTPLUG_PCI is not set
18179 +
18180 +#
18181 +# Advanced setup
18182 +#
18183 +# CONFIG_ADVANCED_OPTIONS is not set
18184 +
18185 +#
18186 +# Default settings for advanced configuration options are used
18187 +#
18188 +CONFIG_HIGHMEM_START=0xfe000000
18189 +CONFIG_LOWMEM_SIZE=0x30000000
18190 +CONFIG_KERNEL_START=0xc0000000
18191 +CONFIG_TASK_SIZE=0xc0000000
18192 +CONFIG_CONSISTENT_START=0xff100000
18193 +CONFIG_CONSISTENT_SIZE=0x00200000
18194 +CONFIG_BOOT_LOAD=0x01000000
18195 +
18196 +#
18197 +# Networking
18198 +#
18199 +CONFIG_NET=y
18200 +
18201 +#
18202 +# Networking options
18203 +#
18204 +CONFIG_PACKET=y
18205 +# CONFIG_PACKET_MMAP is not set
18206 +CONFIG_UNIX=y
18207 +# CONFIG_NET_KEY is not set
18208 +CONFIG_INET=y
18209 +# CONFIG_IP_MULTICAST is not set
18210 +# CONFIG_IP_ADVANCED_ROUTER is not set
18211 +CONFIG_IP_FIB_HASH=y
18212 +CONFIG_IP_PNP=y
18213 +CONFIG_IP_PNP_DHCP=y
18214 +CONFIG_IP_PNP_BOOTP=y
18215 +# CONFIG_IP_PNP_RARP is not set
18216 +# CONFIG_NET_IPIP is not set
18217 +# CONFIG_NET_IPGRE is not set
18218 +# CONFIG_ARPD is not set
18219 +# CONFIG_SYN_COOKIES is not set
18220 +# CONFIG_INET_AH is not set
18221 +# CONFIG_INET_ESP is not set
18222 +# CONFIG_INET_IPCOMP is not set
18223 +# CONFIG_INET_XFRM_TUNNEL is not set
18224 +# CONFIG_INET_TUNNEL is not set
18225 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
18226 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
18227 +# CONFIG_INET_XFRM_MODE_BEET is not set
18228 +# CONFIG_INET_LRO is not set
18229 +CONFIG_INET_DIAG=y
18230 +CONFIG_INET_TCP_DIAG=y
18231 +# CONFIG_TCP_CONG_ADVANCED is not set
18232 +CONFIG_TCP_CONG_CUBIC=y
18233 +CONFIG_DEFAULT_TCP_CONG="cubic"
18234 +# CONFIG_TCP_MD5SIG is not set
18235 +# CONFIG_IPV6 is not set
18236 +# CONFIG_INET6_XFRM_TUNNEL is not set
18237 +# CONFIG_INET6_TUNNEL is not set
18238 +# CONFIG_NETWORK_SECMARK is not set
18239 +# CONFIG_NETFILTER is not set
18240 +# CONFIG_IP_DCCP is not set
18241 +# CONFIG_IP_SCTP is not set
18242 +# CONFIG_TIPC is not set
18243 +# CONFIG_ATM is not set
18244 +# CONFIG_BRIDGE is not set
18245 +# CONFIG_VLAN_8021Q is not set
18246 +# CONFIG_DECNET is not set
18247 +# CONFIG_LLC2 is not set
18248 +# CONFIG_IPX is not set
18249 +# CONFIG_ATALK is not set
18250 +# CONFIG_X25 is not set
18251 +# CONFIG_LAPB is not set
18252 +# CONFIG_ECONET is not set
18253 +# CONFIG_WAN_ROUTER is not set
18254 +# CONFIG_NET_SCHED is not set
18255 +
18256 +#
18257 +# Network testing
18258 +#
18259 +# CONFIG_NET_PKTGEN is not set
18260 +# CONFIG_HAMRADIO is not set
18261 +# CONFIG_CAN is not set
18262 +# CONFIG_IRDA is not set
18263 +# CONFIG_BT is not set
18264 +# CONFIG_AF_RXRPC is not set
18265 +
18266 +#
18267 +# Wireless
18268 +#
18269 +# CONFIG_CFG80211 is not set
18270 +# CONFIG_WIRELESS_EXT is not set
18271 +# CONFIG_MAC80211 is not set
18272 +# CONFIG_IEEE80211 is not set
18273 +# CONFIG_RFKILL is not set
18274 +# CONFIG_NET_9P is not set
18275 +
18276 +#
18277 +# Device Drivers
18278 +#
18279 +
18280 +#
18281 +# Generic Driver Options
18282 +#
18283 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
18284 +CONFIG_STANDALONE=y
18285 +CONFIG_PREVENT_FIRMWARE_BUILD=y
18286 +CONFIG_FW_LOADER=y
18287 +# CONFIG_DEBUG_DRIVER is not set
18288 +# CONFIG_DEBUG_DEVRES is not set
18289 +# CONFIG_SYS_HYPERVISOR is not set
18290 +CONFIG_CONNECTOR=y
18291 +CONFIG_PROC_EVENTS=y
18292 +CONFIG_MTD=y
18293 +# CONFIG_MTD_DEBUG is not set
18294 +# CONFIG_MTD_CONCAT is not set
18295 +CONFIG_MTD_PARTITIONS=y
18296 +# CONFIG_MTD_REDBOOT_PARTS is not set
18297 +CONFIG_MTD_CMDLINE_PARTS=y
18298 +CONFIG_MTD_OF_PARTS=y
18299 +
18300 +#
18301 +# User Modules And Translation Layers
18302 +#
18303 +CONFIG_MTD_CHAR=y
18304 +# CONFIG_MTD_BLKDEVS is not set
18305 +# CONFIG_MTD_BLOCK is not set
18306 +# CONFIG_MTD_BLOCK_RO is not set
18307 +# CONFIG_FTL is not set
18308 +# CONFIG_NFTL is not set
18309 +# CONFIG_INFTL is not set
18310 +# CONFIG_RFD_FTL is not set
18311 +# CONFIG_SSFDC is not set
18312 +# CONFIG_MTD_OOPS is not set
18313 +
18314 +#
18315 +# RAM/ROM/Flash chip drivers
18316 +#
18317 +CONFIG_MTD_CFI=y
18318 +CONFIG_MTD_JEDECPROBE=y
18319 +CONFIG_MTD_GEN_PROBE=y
18320 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
18321 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
18322 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
18323 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
18324 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
18325 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
18326 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
18327 +CONFIG_MTD_CFI_I1=y
18328 +CONFIG_MTD_CFI_I2=y
18329 +# CONFIG_MTD_CFI_I4 is not set
18330 +# CONFIG_MTD_CFI_I8 is not set
18331 +CONFIG_MTD_CFI_INTELEXT=y
18332 +CONFIG_MTD_CFI_AMDSTD=y
18333 +# CONFIG_MTD_CFI_STAA is not set
18334 +CONFIG_MTD_CFI_UTIL=y
18335 +# CONFIG_MTD_RAM is not set
18336 +# CONFIG_MTD_ROM is not set
18337 +# CONFIG_MTD_ABSENT is not set
18338 +
18339 +#
18340 +# Mapping drivers for chip access
18341 +#
18342 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
18343 +# CONFIG_MTD_PHYSMAP is not set
18344 +CONFIG_MTD_PHYSMAP_OF=y
18345 +# CONFIG_MTD_INTEL_VR_NOR is not set
18346 +# CONFIG_MTD_PLATRAM is not set
18347 +
18348 +#
18349 +# Self-contained MTD device drivers
18350 +#
18351 +# CONFIG_MTD_PMC551 is not set
18352 +# CONFIG_MTD_SLRAM is not set
18353 +# CONFIG_MTD_PHRAM is not set
18354 +# CONFIG_MTD_MTDRAM is not set
18355 +# CONFIG_MTD_BLOCK2MTD is not set
18356 +
18357 +#
18358 +# Disk-On-Chip Device Drivers
18359 +#
18360 +# CONFIG_MTD_DOC2000 is not set
18361 +# CONFIG_MTD_DOC2001 is not set
18362 +# CONFIG_MTD_DOC2001PLUS is not set
18363 +# CONFIG_MTD_NAND is not set
18364 +# CONFIG_MTD_ONENAND is not set
18365 +
18366 +#
18367 +# UBI - Unsorted block images
18368 +#
18369 +# CONFIG_MTD_UBI is not set
18370 +CONFIG_OF_DEVICE=y
18371 +# CONFIG_PARPORT is not set
18372 +CONFIG_BLK_DEV=y
18373 +# CONFIG_BLK_DEV_FD is not set
18374 +# CONFIG_BLK_CPQ_DA is not set
18375 +# CONFIG_BLK_CPQ_CISS_DA is not set
18376 +# CONFIG_BLK_DEV_DAC960 is not set
18377 +# CONFIG_BLK_DEV_UMEM is not set
18378 +# CONFIG_BLK_DEV_COW_COMMON is not set
18379 +# CONFIG_BLK_DEV_LOOP is not set
18380 +# CONFIG_BLK_DEV_NBD is not set
18381 +# CONFIG_BLK_DEV_SX8 is not set
18382 +CONFIG_BLK_DEV_RAM=y
18383 +CONFIG_BLK_DEV_RAM_COUNT=16
18384 +CONFIG_BLK_DEV_RAM_SIZE=35000
18385 +# CONFIG_BLK_DEV_XIP is not set
18386 +# CONFIG_CDROM_PKTCDVD is not set
18387 +# CONFIG_ATA_OVER_ETH is not set
18388 +# CONFIG_XILINX_SYSACE is not set
18389 +CONFIG_MISC_DEVICES=y
18390 +# CONFIG_PHANTOM is not set
18391 +# CONFIG_EEPROM_93CX6 is not set
18392 +# CONFIG_SGI_IOC4 is not set
18393 +# CONFIG_TIFM_CORE is not set
18394 +# CONFIG_ENCLOSURE_SERVICES is not set
18395 +CONFIG_HAVE_IDE=y
18396 +# CONFIG_IDE is not set
18397 +
18398 +#
18399 +# SCSI device support
18400 +#
18401 +# CONFIG_RAID_ATTRS is not set
18402 +# CONFIG_SCSI is not set
18403 +# CONFIG_SCSI_DMA is not set
18404 +# CONFIG_SCSI_NETLINK is not set
18405 +# CONFIG_ATA is not set
18406 +# CONFIG_MD is not set
18407 +# CONFIG_FUSION is not set
18408 +
18409 +#
18410 +# IEEE 1394 (FireWire) support
18411 +#
18412 +# CONFIG_FIREWIRE is not set
18413 +# CONFIG_IEEE1394 is not set
18414 +# CONFIG_I2O is not set
18415 +# CONFIG_MACINTOSH_DRIVERS is not set
18416 +CONFIG_NETDEVICES=y
18417 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
18418 +# CONFIG_DUMMY is not set
18419 +# CONFIG_BONDING is not set
18420 +# CONFIG_MACVLAN is not set
18421 +# CONFIG_EQUALIZER is not set
18422 +# CONFIG_TUN is not set
18423 +# CONFIG_VETH is not set
18424 +# CONFIG_ARCNET is not set
18425 +# CONFIG_PHYLIB is not set
18426 +CONFIG_NET_ETHERNET=y
18427 +# CONFIG_MII is not set
18428 +# CONFIG_HAPPYMEAL is not set
18429 +# CONFIG_SUNGEM is not set
18430 +# CONFIG_CASSINI is not set
18431 +# CONFIG_NET_VENDOR_3COM is not set
18432 +# CONFIG_NET_TULIP is not set
18433 +# CONFIG_HP100 is not set
18434 +CONFIG_IBM_NEW_EMAC=y
18435 +CONFIG_IBM_NEW_EMAC_RXB=128
18436 +CONFIG_IBM_NEW_EMAC_TXB=64
18437 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
18438 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
18439 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
18440 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
18441 +CONFIG_IBM_NEW_EMAC_ZMII=y
18442 +CONFIG_IBM_NEW_EMAC_RGMII=y
18443 +# CONFIG_IBM_NEW_EMAC_TAH is not set
18444 +CONFIG_IBM_NEW_EMAC_EMAC4=y
18445 +# CONFIG_NET_PCI is not set
18446 +# CONFIG_B44 is not set
18447 +CONFIG_NETDEV_1000=y
18448 +# CONFIG_ACENIC is not set
18449 +# CONFIG_DL2K is not set
18450 +# CONFIG_E1000 is not set
18451 +# CONFIG_E1000E is not set
18452 +# CONFIG_E1000E_ENABLED is not set
18453 +# CONFIG_IP1000 is not set
18454 +# CONFIG_IGB is not set
18455 +# CONFIG_NS83820 is not set
18456 +# CONFIG_HAMACHI is not set
18457 +# CONFIG_YELLOWFIN is not set
18458 +# CONFIG_R8169 is not set
18459 +# CONFIG_SIS190 is not set
18460 +# CONFIG_SKGE is not set
18461 +# CONFIG_SKY2 is not set
18462 +# CONFIG_SK98LIN is not set
18463 +# CONFIG_VIA_VELOCITY is not set
18464 +# CONFIG_TIGON3 is not set
18465 +# CONFIG_BNX2 is not set
18466 +# CONFIG_QLA3XXX is not set
18467 +# CONFIG_ATL1 is not set
18468 +CONFIG_NETDEV_10000=y
18469 +# CONFIG_CHELSIO_T1 is not set
18470 +# CONFIG_CHELSIO_T3 is not set
18471 +# CONFIG_IXGBE is not set
18472 +# CONFIG_IXGB is not set
18473 +# CONFIG_S2IO is not set
18474 +# CONFIG_MYRI10GE is not set
18475 +# CONFIG_NETXEN_NIC is not set
18476 +# CONFIG_NIU is not set
18477 +# CONFIG_MLX4_CORE is not set
18478 +# CONFIG_TEHUTI is not set
18479 +# CONFIG_BNX2X is not set
18480 +# CONFIG_TR is not set
18481 +
18482 +#
18483 +# Wireless LAN
18484 +#
18485 +# CONFIG_WLAN_PRE80211 is not set
18486 +# CONFIG_WLAN_80211 is not set
18487 +# CONFIG_WAN is not set
18488 +# CONFIG_FDDI is not set
18489 +# CONFIG_HIPPI is not set
18490 +# CONFIG_PPP is not set
18491 +# CONFIG_SLIP is not set
18492 +# CONFIG_NETCONSOLE is not set
18493 +# CONFIG_NETPOLL is not set
18494 +# CONFIG_NET_POLL_CONTROLLER is not set
18495 +# CONFIG_ISDN is not set
18496 +# CONFIG_PHONE is not set
18497 +
18498 +#
18499 +# Input device support
18500 +#
18501 +# CONFIG_INPUT is not set
18502 +
18503 +#
18504 +# Hardware I/O ports
18505 +#
18506 +# CONFIG_SERIO is not set
18507 +# CONFIG_GAMEPORT is not set
18508 +
18509 +#
18510 +# Character devices
18511 +#
18512 +# CONFIG_VT is not set
18513 +# CONFIG_SERIAL_NONSTANDARD is not set
18514 +# CONFIG_NOZOMI is not set
18515 +
18516 +#
18517 +# Serial drivers
18518 +#
18519 +CONFIG_SERIAL_8250=y
18520 +CONFIG_SERIAL_8250_CONSOLE=y
18521 +# CONFIG_SERIAL_8250_PCI is not set
18522 +CONFIG_SERIAL_8250_NR_UARTS=4
18523 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
18524 +CONFIG_SERIAL_8250_EXTENDED=y
18525 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
18526 +CONFIG_SERIAL_8250_SHARE_IRQ=y
18527 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
18528 +# CONFIG_SERIAL_8250_RSA is not set
18529 +
18530 +#
18531 +# Non-8250 serial port support
18532 +#
18533 +# CONFIG_SERIAL_UARTLITE is not set
18534 +CONFIG_SERIAL_CORE=y
18535 +CONFIG_SERIAL_CORE_CONSOLE=y
18536 +# CONFIG_SERIAL_JSM is not set
18537 +CONFIG_SERIAL_OF_PLATFORM=y
18538 +CONFIG_UNIX98_PTYS=y
18539 +CONFIG_LEGACY_PTYS=y
18540 +CONFIG_LEGACY_PTY_COUNT=256
18541 +# CONFIG_IPMI_HANDLER is not set
18542 +# CONFIG_HW_RANDOM is not set
18543 +# CONFIG_NVRAM is not set
18544 +# CONFIG_GEN_RTC is not set
18545 +# CONFIG_R3964 is not set
18546 +# CONFIG_APPLICOM is not set
18547 +# CONFIG_RAW_DRIVER is not set
18548 +# CONFIG_TCG_TPM is not set
18549 +CONFIG_DEVPORT=y
18550 +# CONFIG_I2C is not set
18551 +
18552 +#
18553 +# SPI support
18554 +#
18555 +# CONFIG_SPI is not set
18556 +# CONFIG_SPI_MASTER is not set
18557 +# CONFIG_W1 is not set
18558 +# CONFIG_POWER_SUPPLY is not set
18559 +# CONFIG_HWMON is not set
18560 +CONFIG_THERMAL=y
18561 +# CONFIG_WATCHDOG is not set
18562 +
18563 +#
18564 +# Sonics Silicon Backplane
18565 +#
18566 +CONFIG_SSB_POSSIBLE=y
18567 +# CONFIG_SSB is not set
18568 +
18569 +#
18570 +# Multifunction device drivers
18571 +#
18572 +# CONFIG_MFD_SM501 is not set
18573 +
18574 +#
18575 +# Multimedia devices
18576 +#
18577 +# CONFIG_VIDEO_DEV is not set
18578 +# CONFIG_DVB_CORE is not set
18579 +CONFIG_DAB=y
18580 +
18581 +#
18582 +# Graphics support
18583 +#
18584 +# CONFIG_AGP is not set
18585 +# CONFIG_DRM is not set
18586 +# CONFIG_VGASTATE is not set
18587 +CONFIG_VIDEO_OUTPUT_CONTROL=m
18588 +# CONFIG_FB is not set
18589 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
18590 +
18591 +#
18592 +# Display device support
18593 +#
18594 +# CONFIG_DISPLAY_SUPPORT is not set
18595 +
18596 +#
18597 +# Sound
18598 +#
18599 +# CONFIG_SOUND is not set
18600 +CONFIG_USB_SUPPORT=y
18601 +CONFIG_USB_ARCH_HAS_HCD=y
18602 +CONFIG_USB_ARCH_HAS_OHCI=y
18603 +CONFIG_USB_ARCH_HAS_EHCI=y
18604 +# CONFIG_USB is not set
18605 +
18606 +#
18607 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
18608 +#
18609 +# CONFIG_USB_GADGET is not set
18610 +# CONFIG_MMC is not set
18611 +# CONFIG_MEMSTICK is not set
18612 +# CONFIG_NEW_LEDS is not set
18613 +# CONFIG_INFINIBAND is not set
18614 +# CONFIG_EDAC is not set
18615 +# CONFIG_RTC_CLASS is not set
18616 +
18617 +#
18618 +# Userspace I/O
18619 +#
18620 +# CONFIG_UIO is not set
18621 +
18622 +#
18623 +# File systems
18624 +#
18625 +CONFIG_EXT2_FS=y
18626 +# CONFIG_EXT2_FS_XATTR is not set
18627 +# CONFIG_EXT2_FS_XIP is not set
18628 +# CONFIG_EXT3_FS is not set
18629 +# CONFIG_EXT4DEV_FS is not set
18630 +# CONFIG_REISERFS_FS is not set
18631 +# CONFIG_JFS_FS is not set
18632 +# CONFIG_FS_POSIX_ACL is not set
18633 +# CONFIG_XFS_FS is not set
18634 +# CONFIG_GFS2_FS is not set
18635 +# CONFIG_OCFS2_FS is not set
18636 +CONFIG_DNOTIFY=y
18637 +CONFIG_INOTIFY=y
18638 +CONFIG_INOTIFY_USER=y
18639 +# CONFIG_QUOTA is not set
18640 +# CONFIG_AUTOFS_FS is not set
18641 +# CONFIG_AUTOFS4_FS is not set
18642 +# CONFIG_FUSE_FS is not set
18643 +
18644 +#
18645 +# CD-ROM/DVD Filesystems
18646 +#
18647 +# CONFIG_ISO9660_FS is not set
18648 +# CONFIG_UDF_FS is not set
18649 +
18650 +#
18651 +# DOS/FAT/NT Filesystems
18652 +#
18653 +# CONFIG_MSDOS_FS is not set
18654 +# CONFIG_VFAT_FS is not set
18655 +# CONFIG_NTFS_FS is not set
18656 +
18657 +#
18658 +# Pseudo filesystems
18659 +#
18660 +CONFIG_PROC_FS=y
18661 +CONFIG_PROC_KCORE=y
18662 +CONFIG_PROC_SYSCTL=y
18663 +CONFIG_SYSFS=y
18664 +CONFIG_TMPFS=y
18665 +# CONFIG_TMPFS_POSIX_ACL is not set
18666 +# CONFIG_HUGETLB_PAGE is not set
18667 +# CONFIG_CONFIGFS_FS is not set
18668 +
18669 +#
18670 +# Miscellaneous filesystems
18671 +#
18672 +# CONFIG_ADFS_FS is not set
18673 +# CONFIG_AFFS_FS is not set
18674 +# CONFIG_HFS_FS is not set
18675 +# CONFIG_HFSPLUS_FS is not set
18676 +# CONFIG_BEFS_FS is not set
18677 +# CONFIG_BFS_FS is not set
18678 +# CONFIG_EFS_FS is not set
18679 +CONFIG_JFFS2_FS=y
18680 +CONFIG_JFFS2_FS_DEBUG=0
18681 +CONFIG_JFFS2_FS_WRITEBUFFER=y
18682 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
18683 +# CONFIG_JFFS2_SUMMARY is not set
18684 +# CONFIG_JFFS2_FS_XATTR is not set
18685 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
18686 +CONFIG_JFFS2_ZLIB=y
18687 +# CONFIG_JFFS2_LZO is not set
18688 +CONFIG_JFFS2_RTIME=y
18689 +# CONFIG_JFFS2_RUBIN is not set
18690 +CONFIG_CRAMFS=y
18691 +# CONFIG_VXFS_FS is not set
18692 +# CONFIG_MINIX_FS is not set
18693 +# CONFIG_HPFS_FS is not set
18694 +# CONFIG_QNX4FS_FS is not set
18695 +# CONFIG_ROMFS_FS is not set
18696 +# CONFIG_SYSV_FS is not set
18697 +# CONFIG_UFS_FS is not set
18698 +CONFIG_NETWORK_FILESYSTEMS=y
18699 +CONFIG_NFS_FS=y
18700 +CONFIG_NFS_V3=y
18701 +# CONFIG_NFS_V3_ACL is not set
18702 +# CONFIG_NFS_V4 is not set
18703 +# CONFIG_NFS_DIRECTIO is not set
18704 +# CONFIG_NFSD is not set
18705 +CONFIG_ROOT_NFS=y
18706 +CONFIG_LOCKD=y
18707 +CONFIG_LOCKD_V4=y
18708 +CONFIG_NFS_COMMON=y
18709 +CONFIG_SUNRPC=y
18710 +# CONFIG_SUNRPC_BIND34 is not set
18711 +# CONFIG_RPCSEC_GSS_KRB5 is not set
18712 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
18713 +# CONFIG_SMB_FS is not set
18714 +# CONFIG_CIFS is not set
18715 +# CONFIG_NCP_FS is not set
18716 +# CONFIG_CODA_FS is not set
18717 +# CONFIG_AFS_FS is not set
18718 +
18719 +#
18720 +# Partition Types
18721 +#
18722 +# CONFIG_PARTITION_ADVANCED is not set
18723 +CONFIG_MSDOS_PARTITION=y
18724 +# CONFIG_NLS is not set
18725 +# CONFIG_DLM is not set
18726 +
18727 +#
18728 +# Library routines
18729 +#
18730 +CONFIG_BITREVERSE=y
18731 +# CONFIG_CRC_CCITT is not set
18732 +# CONFIG_CRC16 is not set
18733 +# CONFIG_CRC_ITU_T is not set
18734 +CONFIG_CRC32=y
18735 +# CONFIG_CRC7 is not set
18736 +# CONFIG_LIBCRC32C is not set
18737 +CONFIG_ZLIB_INFLATE=y
18738 +CONFIG_ZLIB_DEFLATE=y
18739 +CONFIG_PLIST=y
18740 +CONFIG_HAS_IOMEM=y
18741 +CONFIG_HAS_IOPORT=y
18742 +CONFIG_HAS_DMA=y
18743 +
18744 +#
18745 +# Kernel hacking
18746 +#
18747 +# CONFIG_PRINTK_TIME is not set
18748 +CONFIG_ENABLE_WARN_DEPRECATED=y
18749 +CONFIG_ENABLE_MUST_CHECK=y
18750 +CONFIG_MAGIC_SYSRQ=y
18751 +# CONFIG_UNUSED_SYMBOLS is not set
18752 +CONFIG_DEBUG_FS=y
18753 +# CONFIG_HEADERS_CHECK is not set
18754 +CONFIG_DEBUG_KERNEL=y
18755 +# CONFIG_DEBUG_SHIRQ is not set
18756 +CONFIG_DETECT_SOFTLOCKUP=y
18757 +CONFIG_SCHED_DEBUG=y
18758 +# CONFIG_SCHEDSTATS is not set
18759 +# CONFIG_TIMER_STATS is not set
18760 +# CONFIG_SLUB_DEBUG_ON is not set
18761 +# CONFIG_SLUB_STATS is not set
18762 +# CONFIG_DEBUG_RT_MUTEXES is not set
18763 +# CONFIG_RT_MUTEX_TESTER is not set
18764 +# CONFIG_DEBUG_SPINLOCK is not set
18765 +# CONFIG_DEBUG_MUTEXES is not set
18766 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
18767 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
18768 +# CONFIG_DEBUG_KOBJECT is not set
18769 +# CONFIG_DEBUG_BUGVERBOSE is not set
18770 +# CONFIG_DEBUG_INFO is not set
18771 +# CONFIG_DEBUG_VM is not set
18772 +# CONFIG_DEBUG_LIST is not set
18773 +# CONFIG_DEBUG_SG is not set
18774 +# CONFIG_BOOT_PRINTK_DELAY is not set
18775 +# CONFIG_RCU_TORTURE_TEST is not set
18776 +# CONFIG_BACKTRACE_SELF_TEST is not set
18777 +# CONFIG_FAULT_INJECTION is not set
18778 +# CONFIG_SAMPLES is not set
18779 +# CONFIG_DEBUG_STACKOVERFLOW is not set
18780 +# CONFIG_DEBUG_STACK_USAGE is not set
18781 +# CONFIG_DEBUG_PAGEALLOC is not set
18782 +CONFIG_DEBUGGER=y
18783 +# CONFIG_KGDB is not set
18784 +# CONFIG_XMON is not set
18785 +# CONFIG_VIRQ_DEBUG is not set
18786 +# CONFIG_BDI_SWITCH is not set
18787 +CONFIG_PPC_EARLY_DEBUG=y
18788 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
18789 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
18790 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
18791 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
18792 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
18793 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
18794 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
18795 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
18796 +CONFIG_PPC_EARLY_DEBUG_44x=y
18797 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
18798 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
18799 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
18800 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
18801 +
18802 +#
18803 +# Security options
18804 +#
18805 +# CONFIG_KEYS is not set
18806 +# CONFIG_SECURITY is not set
18807 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
18808 +CONFIG_CRYPTO=y
18809 +CONFIG_CRYPTO_ALGAPI=y
18810 +CONFIG_CRYPTO_BLKCIPHER=y
18811 +# CONFIG_CRYPTO_SEQIV is not set
18812 +CONFIG_CRYPTO_MANAGER=y
18813 +# CONFIG_CRYPTO_HMAC is not set
18814 +# CONFIG_CRYPTO_XCBC is not set
18815 +# CONFIG_CRYPTO_NULL is not set
18816 +# CONFIG_CRYPTO_MD4 is not set
18817 +CONFIG_CRYPTO_MD5=y
18818 +# CONFIG_CRYPTO_SHA1 is not set
18819 +# CONFIG_CRYPTO_SHA256 is not set
18820 +# CONFIG_CRYPTO_SHA512 is not set
18821 +# CONFIG_CRYPTO_WP512 is not set
18822 +# CONFIG_CRYPTO_TGR192 is not set
18823 +# CONFIG_CRYPTO_GF128MUL is not set
18824 +CONFIG_CRYPTO_ECB=y
18825 +CONFIG_CRYPTO_CBC=y
18826 +CONFIG_CRYPTO_PCBC=y
18827 +# CONFIG_CRYPTO_LRW is not set
18828 +# CONFIG_CRYPTO_XTS is not set
18829 +# CONFIG_CRYPTO_CTR is not set
18830 +# CONFIG_CRYPTO_GCM is not set
18831 +# CONFIG_CRYPTO_CCM is not set
18832 +# CONFIG_CRYPTO_CRYPTD is not set
18833 +CONFIG_CRYPTO_DES=y
18834 +# CONFIG_CRYPTO_FCRYPT is not set
18835 +# CONFIG_CRYPTO_BLOWFISH is not set
18836 +# CONFIG_CRYPTO_TWOFISH is not set
18837 +# CONFIG_CRYPTO_SERPENT is not set
18838 +# CONFIG_CRYPTO_AES is not set
18839 +# CONFIG_CRYPTO_CAST5 is not set
18840 +# CONFIG_CRYPTO_CAST6 is not set
18841 +# CONFIG_CRYPTO_TEA is not set
18842 +# CONFIG_CRYPTO_ARC4 is not set
18843 +# CONFIG_CRYPTO_KHAZAD is not set
18844 +# CONFIG_CRYPTO_ANUBIS is not set
18845 +# CONFIG_CRYPTO_SEED is not set
18846 +# CONFIG_CRYPTO_SALSA20 is not set
18847 +# CONFIG_CRYPTO_DEFLATE is not set
18848 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
18849 +# CONFIG_CRYPTO_CRC32C is not set
18850 +# CONFIG_CRYPTO_CAMELLIA is not set
18851 +# CONFIG_CRYPTO_TEST is not set
18852 +# CONFIG_CRYPTO_AUTHENC is not set
18853 +# CONFIG_CRYPTO_LZO is not set
18854 +CONFIG_CRYPTO_HW=y
18855 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
18856 +# CONFIG_PPC_CLOCK is not set
18857 --- /dev/null
18858 +++ b/arch/powerpc/configs/44x/taishan_defconfig
18859 @@ -0,0 +1,815 @@
18860 +#
18861 +# Automatically generated make config: don't edit
18862 +# Linux kernel version: 2.6.25-rc2
18863 +# Fri Feb 15 21:40:44 2008
18864 +#
18865 +# CONFIG_PPC64 is not set
18866 +
18867 +#
18868 +# Processor support
18869 +#
18870 +# CONFIG_6xx is not set
18871 +# CONFIG_PPC_85xx is not set
18872 +# CONFIG_PPC_8xx is not set
18873 +# CONFIG_40x is not set
18874 +CONFIG_44x=y
18875 +# CONFIG_E200 is not set
18876 +CONFIG_4xx=y
18877 +CONFIG_BOOKE=y
18878 +CONFIG_PTE_64BIT=y
18879 +CONFIG_PHYS_64BIT=y
18880 +# CONFIG_PPC_MM_SLICES is not set
18881 +CONFIG_NOT_COHERENT_CACHE=y
18882 +CONFIG_PPC32=y
18883 +CONFIG_WORD_SIZE=32
18884 +CONFIG_PPC_MERGE=y
18885 +CONFIG_MMU=y
18886 +CONFIG_GENERIC_CMOS_UPDATE=y
18887 +CONFIG_GENERIC_TIME=y
18888 +CONFIG_GENERIC_TIME_VSYSCALL=y
18889 +CONFIG_GENERIC_CLOCKEVENTS=y
18890 +CONFIG_GENERIC_HARDIRQS=y
18891 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
18892 +CONFIG_IRQ_PER_CPU=y
18893 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
18894 +CONFIG_ARCH_HAS_ILOG2_U32=y
18895 +CONFIG_GENERIC_HWEIGHT=y
18896 +CONFIG_GENERIC_CALIBRATE_DELAY=y
18897 +CONFIG_GENERIC_FIND_NEXT_BIT=y
18898 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
18899 +CONFIG_PPC=y
18900 +CONFIG_EARLY_PRINTK=y
18901 +CONFIG_GENERIC_NVRAM=y
18902 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
18903 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
18904 +CONFIG_PPC_OF=y
18905 +CONFIG_OF=y
18906 +CONFIG_PPC_UDBG_16550=y
18907 +# CONFIG_GENERIC_TBSYNC is not set
18908 +CONFIG_AUDIT_ARCH=y
18909 +CONFIG_GENERIC_BUG=y
18910 +# CONFIG_DEFAULT_UIMAGE is not set
18911 +CONFIG_PPC_DCR_NATIVE=y
18912 +# CONFIG_PPC_DCR_MMIO is not set
18913 +CONFIG_PPC_DCR=y
18914 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
18915 +
18916 +#
18917 +# General setup
18918 +#
18919 +CONFIG_EXPERIMENTAL=y
18920 +CONFIG_BROKEN_ON_SMP=y
18921 +CONFIG_INIT_ENV_ARG_LIMIT=32
18922 +CONFIG_LOCALVERSION=""
18923 +CONFIG_LOCALVERSION_AUTO=y
18924 +CONFIG_SWAP=y
18925 +CONFIG_SYSVIPC=y
18926 +CONFIG_SYSVIPC_SYSCTL=y
18927 +CONFIG_POSIX_MQUEUE=y
18928 +# CONFIG_BSD_PROCESS_ACCT is not set
18929 +# CONFIG_TASKSTATS is not set
18930 +# CONFIG_AUDIT is not set
18931 +# CONFIG_IKCONFIG is not set
18932 +CONFIG_LOG_BUF_SHIFT=14
18933 +# CONFIG_CGROUPS is not set
18934 +CONFIG_GROUP_SCHED=y
18935 +CONFIG_FAIR_GROUP_SCHED=y
18936 +# CONFIG_RT_GROUP_SCHED is not set
18937 +CONFIG_USER_SCHED=y
18938 +# CONFIG_CGROUP_SCHED is not set
18939 +CONFIG_SYSFS_DEPRECATED=y
18940 +# CONFIG_RELAY is not set
18941 +# CONFIG_NAMESPACES is not set
18942 +CONFIG_BLK_DEV_INITRD=y
18943 +CONFIG_INITRAMFS_SOURCE=""
18944 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
18945 +CONFIG_SYSCTL=y
18946 +CONFIG_EMBEDDED=y
18947 +CONFIG_SYSCTL_SYSCALL=y
18948 +CONFIG_KALLSYMS=y
18949 +# CONFIG_KALLSYMS_ALL is not set
18950 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
18951 +CONFIG_HOTPLUG=y
18952 +CONFIG_PRINTK=y
18953 +CONFIG_BUG=y
18954 +CONFIG_ELF_CORE=y
18955 +CONFIG_COMPAT_BRK=y
18956 +CONFIG_BASE_FULL=y
18957 +CONFIG_FUTEX=y
18958 +CONFIG_ANON_INODES=y
18959 +CONFIG_EPOLL=y
18960 +CONFIG_SIGNALFD=y
18961 +CONFIG_TIMERFD=y
18962 +CONFIG_EVENTFD=y
18963 +CONFIG_SHMEM=y
18964 +CONFIG_VM_EVENT_COUNTERS=y
18965 +CONFIG_SLUB_DEBUG=y
18966 +# CONFIG_SLAB is not set
18967 +CONFIG_SLUB=y
18968 +# CONFIG_SLOB is not set
18969 +# CONFIG_PROFILING is not set
18970 +# CONFIG_MARKERS is not set
18971 +CONFIG_HAVE_OPROFILE=y
18972 +# CONFIG_KPROBES is not set
18973 +CONFIG_HAVE_KPROBES=y
18974 +CONFIG_PROC_PAGE_MONITOR=y
18975 +CONFIG_SLABINFO=y
18976 +CONFIG_RT_MUTEXES=y
18977 +# CONFIG_TINY_SHMEM is not set
18978 +CONFIG_BASE_SMALL=0
18979 +CONFIG_MODULES=y
18980 +CONFIG_MODULE_UNLOAD=y
18981 +# CONFIG_MODULE_FORCE_UNLOAD is not set
18982 +# CONFIG_MODVERSIONS is not set
18983 +# CONFIG_MODULE_SRCVERSION_ALL is not set
18984 +CONFIG_KMOD=y
18985 +CONFIG_BLOCK=y
18986 +CONFIG_LBD=y
18987 +# CONFIG_BLK_DEV_IO_TRACE is not set
18988 +# CONFIG_LSF is not set
18989 +# CONFIG_BLK_DEV_BSG is not set
18990 +
18991 +#
18992 +# IO Schedulers
18993 +#
18994 +CONFIG_IOSCHED_NOOP=y
18995 +CONFIG_IOSCHED_AS=y
18996 +CONFIG_IOSCHED_DEADLINE=y
18997 +CONFIG_IOSCHED_CFQ=y
18998 +CONFIG_DEFAULT_AS=y
18999 +# CONFIG_DEFAULT_DEADLINE is not set
19000 +# CONFIG_DEFAULT_CFQ is not set
19001 +# CONFIG_DEFAULT_NOOP is not set
19002 +CONFIG_DEFAULT_IOSCHED="anticipatory"
19003 +CONFIG_CLASSIC_RCU=y
19004 +# CONFIG_PREEMPT_RCU is not set
19005 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
19006 +
19007 +#
19008 +# Platform support
19009 +#
19010 +# CONFIG_PPC_MPC512x is not set
19011 +# CONFIG_PPC_MPC5121 is not set
19012 +# CONFIG_PPC_CELL is not set
19013 +# CONFIG_PPC_CELL_NATIVE is not set
19014 +# CONFIG_PQ2ADS is not set
19015 +# CONFIG_BAMBOO is not set
19016 +# CONFIG_EBONY is not set
19017 +# CONFIG_SEQUOIA is not set
19018 +CONFIG_TAISHAN=y
19019 +# CONFIG_KATMAI is not set
19020 +# CONFIG_RAINIER is not set
19021 +# CONFIG_WARP is not set
19022 +CONFIG_440GX=y
19023 +# CONFIG_IPIC is not set
19024 +# CONFIG_MPIC is not set
19025 +# CONFIG_MPIC_WEIRD is not set
19026 +# CONFIG_PPC_I8259 is not set
19027 +# CONFIG_PPC_RTAS is not set
19028 +# CONFIG_MMIO_NVRAM is not set
19029 +# CONFIG_PPC_MPC106 is not set
19030 +# CONFIG_PPC_970_NAP is not set
19031 +# CONFIG_PPC_INDIRECT_IO is not set
19032 +# CONFIG_GENERIC_IOMAP is not set
19033 +# CONFIG_CPU_FREQ is not set
19034 +# CONFIG_FSL_ULI1575 is not set
19035 +
19036 +#
19037 +# Kernel options
19038 +#
19039 +# CONFIG_HIGHMEM is not set
19040 +# CONFIG_TICK_ONESHOT is not set
19041 +# CONFIG_NO_HZ is not set
19042 +# CONFIG_HIGH_RES_TIMERS is not set
19043 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
19044 +# CONFIG_HZ_100 is not set
19045 +CONFIG_HZ_250=y
19046 +# CONFIG_HZ_300 is not set
19047 +# CONFIG_HZ_1000 is not set
19048 +CONFIG_HZ=250
19049 +# CONFIG_SCHED_HRTICK is not set
19050 +CONFIG_PREEMPT_NONE=y
19051 +# CONFIG_PREEMPT_VOLUNTARY is not set
19052 +# CONFIG_PREEMPT is not set
19053 +CONFIG_RCU_TRACE=y
19054 +CONFIG_BINFMT_ELF=y
19055 +# CONFIG_BINFMT_MISC is not set
19056 +# CONFIG_MATH_EMULATION is not set
19057 +# CONFIG_IOMMU_HELPER is not set
19058 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
19059 +CONFIG_ARCH_HAS_WALK_MEMORY=y
19060 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
19061 +CONFIG_ARCH_FLATMEM_ENABLE=y
19062 +CONFIG_ARCH_POPULATES_NODE_MAP=y
19063 +CONFIG_SELECT_MEMORY_MODEL=y
19064 +CONFIG_FLATMEM_MANUAL=y
19065 +# CONFIG_DISCONTIGMEM_MANUAL is not set
19066 +# CONFIG_SPARSEMEM_MANUAL is not set
19067 +CONFIG_FLATMEM=y
19068 +CONFIG_FLAT_NODE_MEM_MAP=y
19069 +# CONFIG_SPARSEMEM_STATIC is not set
19070 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
19071 +CONFIG_SPLIT_PTLOCK_CPUS=4
19072 +CONFIG_RESOURCES_64BIT=y
19073 +CONFIG_ZONE_DMA_FLAG=1
19074 +CONFIG_BOUNCE=y
19075 +CONFIG_VIRT_TO_BUS=y
19076 +CONFIG_PROC_DEVICETREE=y
19077 +CONFIG_CMDLINE_BOOL=y
19078 +CONFIG_CMDLINE=""
19079 +CONFIG_SECCOMP=y
19080 +CONFIG_ISA_DMA_API=y
19081 +
19082 +#
19083 +# Bus options
19084 +#
19085 +CONFIG_ZONE_DMA=y
19086 +CONFIG_PPC_INDIRECT_PCI=y
19087 +CONFIG_PCI=y
19088 +CONFIG_PCI_DOMAINS=y
19089 +CONFIG_PCI_SYSCALL=y
19090 +# CONFIG_PCIEPORTBUS is not set
19091 +CONFIG_ARCH_SUPPORTS_MSI=y
19092 +# CONFIG_PCI_MSI is not set
19093 +CONFIG_PCI_LEGACY=y
19094 +# CONFIG_PCI_DEBUG is not set
19095 +# CONFIG_PCCARD is not set
19096 +# CONFIG_HOTPLUG_PCI is not set
19097 +
19098 +#
19099 +# Advanced setup
19100 +#
19101 +# CONFIG_ADVANCED_OPTIONS is not set
19102 +
19103 +#
19104 +# Default settings for advanced configuration options are used
19105 +#
19106 +CONFIG_HIGHMEM_START=0xfe000000
19107 +CONFIG_LOWMEM_SIZE=0x30000000
19108 +CONFIG_KERNEL_START=0xc0000000
19109 +CONFIG_TASK_SIZE=0xc0000000
19110 +CONFIG_CONSISTENT_START=0xff100000
19111 +CONFIG_CONSISTENT_SIZE=0x00200000
19112 +CONFIG_BOOT_LOAD=0x01000000
19113 +
19114 +#
19115 +# Networking
19116 +#
19117 +CONFIG_NET=y
19118 +
19119 +#
19120 +# Networking options
19121 +#
19122 +CONFIG_PACKET=y
19123 +# CONFIG_PACKET_MMAP is not set
19124 +CONFIG_UNIX=y
19125 +# CONFIG_NET_KEY is not set
19126 +CONFIG_INET=y
19127 +# CONFIG_IP_MULTICAST is not set
19128 +# CONFIG_IP_ADVANCED_ROUTER is not set
19129 +CONFIG_IP_FIB_HASH=y
19130 +CONFIG_IP_PNP=y
19131 +CONFIG_IP_PNP_DHCP=y
19132 +CONFIG_IP_PNP_BOOTP=y
19133 +# CONFIG_IP_PNP_RARP is not set
19134 +# CONFIG_NET_IPIP is not set
19135 +# CONFIG_NET_IPGRE is not set
19136 +# CONFIG_ARPD is not set
19137 +# CONFIG_SYN_COOKIES is not set
19138 +# CONFIG_INET_AH is not set
19139 +# CONFIG_INET_ESP is not set
19140 +# CONFIG_INET_IPCOMP is not set
19141 +# CONFIG_INET_XFRM_TUNNEL is not set
19142 +# CONFIG_INET_TUNNEL is not set
19143 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
19144 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
19145 +# CONFIG_INET_XFRM_MODE_BEET is not set
19146 +# CONFIG_INET_LRO is not set
19147 +CONFIG_INET_DIAG=y
19148 +CONFIG_INET_TCP_DIAG=y
19149 +# CONFIG_TCP_CONG_ADVANCED is not set
19150 +CONFIG_TCP_CONG_CUBIC=y
19151 +CONFIG_DEFAULT_TCP_CONG="cubic"
19152 +# CONFIG_TCP_MD5SIG is not set
19153 +# CONFIG_IPV6 is not set
19154 +# CONFIG_INET6_XFRM_TUNNEL is not set
19155 +# CONFIG_INET6_TUNNEL is not set
19156 +# CONFIG_NETWORK_SECMARK is not set
19157 +# CONFIG_NETFILTER is not set
19158 +# CONFIG_IP_DCCP is not set
19159 +# CONFIG_IP_SCTP is not set
19160 +# CONFIG_TIPC is not set
19161 +# CONFIG_ATM is not set
19162 +# CONFIG_BRIDGE is not set
19163 +# CONFIG_VLAN_8021Q is not set
19164 +# CONFIG_DECNET is not set
19165 +# CONFIG_LLC2 is not set
19166 +# CONFIG_IPX is not set
19167 +# CONFIG_ATALK is not set
19168 +# CONFIG_X25 is not set
19169 +# CONFIG_LAPB is not set
19170 +# CONFIG_ECONET is not set
19171 +# CONFIG_WAN_ROUTER is not set
19172 +# CONFIG_NET_SCHED is not set
19173 +
19174 +#
19175 +# Network testing
19176 +#
19177 +# CONFIG_NET_PKTGEN is not set
19178 +# CONFIG_HAMRADIO is not set
19179 +# CONFIG_CAN is not set
19180 +# CONFIG_IRDA is not set
19181 +# CONFIG_BT is not set
19182 +# CONFIG_AF_RXRPC is not set
19183 +
19184 +#
19185 +# Wireless
19186 +#
19187 +# CONFIG_CFG80211 is not set
19188 +# CONFIG_WIRELESS_EXT is not set
19189 +# CONFIG_MAC80211 is not set
19190 +# CONFIG_IEEE80211 is not set
19191 +# CONFIG_RFKILL is not set
19192 +# CONFIG_NET_9P is not set
19193 +
19194 +#
19195 +# Device Drivers
19196 +#
19197 +
19198 +#
19199 +# Generic Driver Options
19200 +#
19201 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
19202 +CONFIG_STANDALONE=y
19203 +CONFIG_PREVENT_FIRMWARE_BUILD=y
19204 +CONFIG_FW_LOADER=y
19205 +# CONFIG_DEBUG_DRIVER is not set
19206 +# CONFIG_DEBUG_DEVRES is not set
19207 +# CONFIG_SYS_HYPERVISOR is not set
19208 +CONFIG_CONNECTOR=y
19209 +CONFIG_PROC_EVENTS=y
19210 +# CONFIG_MTD is not set
19211 +CONFIG_OF_DEVICE=y
19212 +# CONFIG_PARPORT is not set
19213 +CONFIG_BLK_DEV=y
19214 +# CONFIG_BLK_DEV_FD is not set
19215 +# CONFIG_BLK_CPQ_DA is not set
19216 +# CONFIG_BLK_CPQ_CISS_DA is not set
19217 +# CONFIG_BLK_DEV_DAC960 is not set
19218 +# CONFIG_BLK_DEV_UMEM is not set
19219 +# CONFIG_BLK_DEV_COW_COMMON is not set
19220 +# CONFIG_BLK_DEV_LOOP is not set
19221 +# CONFIG_BLK_DEV_NBD is not set
19222 +# CONFIG_BLK_DEV_SX8 is not set
19223 +CONFIG_BLK_DEV_RAM=y
19224 +CONFIG_BLK_DEV_RAM_COUNT=16
19225 +CONFIG_BLK_DEV_RAM_SIZE=35000
19226 +# CONFIG_BLK_DEV_XIP is not set
19227 +# CONFIG_CDROM_PKTCDVD is not set
19228 +# CONFIG_ATA_OVER_ETH is not set
19229 +# CONFIG_XILINX_SYSACE is not set
19230 +CONFIG_MISC_DEVICES=y
19231 +# CONFIG_PHANTOM is not set
19232 +# CONFIG_EEPROM_93CX6 is not set
19233 +# CONFIG_SGI_IOC4 is not set
19234 +# CONFIG_TIFM_CORE is not set
19235 +# CONFIG_ENCLOSURE_SERVICES is not set
19236 +CONFIG_HAVE_IDE=y
19237 +# CONFIG_IDE is not set
19238 +
19239 +#
19240 +# SCSI device support
19241 +#
19242 +# CONFIG_RAID_ATTRS is not set
19243 +# CONFIG_SCSI is not set
19244 +# CONFIG_SCSI_DMA is not set
19245 +# CONFIG_SCSI_NETLINK is not set
19246 +# CONFIG_ATA is not set
19247 +# CONFIG_MD is not set
19248 +# CONFIG_FUSION is not set
19249 +
19250 +#
19251 +# IEEE 1394 (FireWire) support
19252 +#
19253 +# CONFIG_FIREWIRE is not set
19254 +# CONFIG_IEEE1394 is not set
19255 +# CONFIG_I2O is not set
19256 +CONFIG_MACINTOSH_DRIVERS=y
19257 +# CONFIG_MAC_EMUMOUSEBTN is not set
19258 +# CONFIG_WINDFARM is not set
19259 +CONFIG_NETDEVICES=y
19260 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
19261 +# CONFIG_DUMMY is not set
19262 +# CONFIG_BONDING is not set
19263 +# CONFIG_MACVLAN is not set
19264 +# CONFIG_EQUALIZER is not set
19265 +# CONFIG_TUN is not set
19266 +# CONFIG_VETH is not set
19267 +# CONFIG_ARCNET is not set
19268 +# CONFIG_PHYLIB is not set
19269 +CONFIG_NET_ETHERNET=y
19270 +# CONFIG_MII is not set
19271 +# CONFIG_HAPPYMEAL is not set
19272 +# CONFIG_SUNGEM is not set
19273 +# CONFIG_CASSINI is not set
19274 +# CONFIG_NET_VENDOR_3COM is not set
19275 +# CONFIG_NET_TULIP is not set
19276 +# CONFIG_HP100 is not set
19277 +CONFIG_IBM_NEW_EMAC=y
19278 +CONFIG_IBM_NEW_EMAC_RXB=128
19279 +CONFIG_IBM_NEW_EMAC_TXB=64
19280 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
19281 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
19282 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
19283 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
19284 +CONFIG_IBM_NEW_EMAC_ZMII=y
19285 +CONFIG_IBM_NEW_EMAC_RGMII=y
19286 +CONFIG_IBM_NEW_EMAC_TAH=y
19287 +CONFIG_IBM_NEW_EMAC_EMAC4=y
19288 +# CONFIG_NET_PCI is not set
19289 +# CONFIG_B44 is not set
19290 +CONFIG_NETDEV_1000=y
19291 +# CONFIG_ACENIC is not set
19292 +# CONFIG_DL2K is not set
19293 +# CONFIG_E1000 is not set
19294 +# CONFIG_E1000E is not set
19295 +# CONFIG_E1000E_ENABLED is not set
19296 +# CONFIG_IP1000 is not set
19297 +# CONFIG_IGB is not set
19298 +# CONFIG_NS83820 is not set
19299 +# CONFIG_HAMACHI is not set
19300 +# CONFIG_YELLOWFIN is not set
19301 +# CONFIG_R8169 is not set
19302 +# CONFIG_SIS190 is not set
19303 +# CONFIG_SKGE is not set
19304 +# CONFIG_SKY2 is not set
19305 +# CONFIG_SK98LIN is not set
19306 +# CONFIG_VIA_VELOCITY is not set
19307 +# CONFIG_TIGON3 is not set
19308 +# CONFIG_BNX2 is not set
19309 +# CONFIG_QLA3XXX is not set
19310 +# CONFIG_ATL1 is not set
19311 +CONFIG_NETDEV_10000=y
19312 +# CONFIG_CHELSIO_T1 is not set
19313 +# CONFIG_CHELSIO_T3 is not set
19314 +# CONFIG_IXGBE is not set
19315 +# CONFIG_IXGB is not set
19316 +# CONFIG_S2IO is not set
19317 +# CONFIG_MYRI10GE is not set
19318 +# CONFIG_NETXEN_NIC is not set
19319 +# CONFIG_NIU is not set
19320 +# CONFIG_MLX4_CORE is not set
19321 +# CONFIG_TEHUTI is not set
19322 +# CONFIG_BNX2X is not set
19323 +# CONFIG_TR is not set
19324 +
19325 +#
19326 +# Wireless LAN
19327 +#
19328 +# CONFIG_WLAN_PRE80211 is not set
19329 +# CONFIG_WLAN_80211 is not set
19330 +# CONFIG_WAN is not set
19331 +# CONFIG_FDDI is not set
19332 +# CONFIG_HIPPI is not set
19333 +# CONFIG_PPP is not set
19334 +# CONFIG_SLIP is not set
19335 +# CONFIG_NETCONSOLE is not set
19336 +# CONFIG_NETPOLL is not set
19337 +# CONFIG_NET_POLL_CONTROLLER is not set
19338 +# CONFIG_ISDN is not set
19339 +# CONFIG_PHONE is not set
19340 +
19341 +#
19342 +# Input device support
19343 +#
19344 +# CONFIG_INPUT is not set
19345 +
19346 +#
19347 +# Hardware I/O ports
19348 +#
19349 +# CONFIG_SERIO is not set
19350 +# CONFIG_GAMEPORT is not set
19351 +
19352 +#
19353 +# Character devices
19354 +#
19355 +# CONFIG_VT is not set
19356 +# CONFIG_SERIAL_NONSTANDARD is not set
19357 +# CONFIG_NOZOMI is not set
19358 +
19359 +#
19360 +# Serial drivers
19361 +#
19362 +CONFIG_SERIAL_8250=y
19363 +CONFIG_SERIAL_8250_CONSOLE=y
19364 +# CONFIG_SERIAL_8250_PCI is not set
19365 +CONFIG_SERIAL_8250_NR_UARTS=4
19366 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
19367 +CONFIG_SERIAL_8250_EXTENDED=y
19368 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
19369 +CONFIG_SERIAL_8250_SHARE_IRQ=y
19370 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
19371 +# CONFIG_SERIAL_8250_RSA is not set
19372 +
19373 +#
19374 +# Non-8250 serial port support
19375 +#
19376 +# CONFIG_SERIAL_UARTLITE is not set
19377 +CONFIG_SERIAL_CORE=y
19378 +CONFIG_SERIAL_CORE_CONSOLE=y
19379 +# CONFIG_SERIAL_JSM is not set
19380 +CONFIG_SERIAL_OF_PLATFORM=y
19381 +CONFIG_UNIX98_PTYS=y
19382 +CONFIG_LEGACY_PTYS=y
19383 +CONFIG_LEGACY_PTY_COUNT=256
19384 +# CONFIG_IPMI_HANDLER is not set
19385 +# CONFIG_HW_RANDOM is not set
19386 +# CONFIG_NVRAM is not set
19387 +# CONFIG_GEN_RTC is not set
19388 +# CONFIG_R3964 is not set
19389 +# CONFIG_APPLICOM is not set
19390 +# CONFIG_RAW_DRIVER is not set
19391 +# CONFIG_TCG_TPM is not set
19392 +CONFIG_DEVPORT=y
19393 +# CONFIG_I2C is not set
19394 +
19395 +#
19396 +# SPI support
19397 +#
19398 +# CONFIG_SPI is not set
19399 +# CONFIG_SPI_MASTER is not set
19400 +# CONFIG_W1 is not set
19401 +# CONFIG_POWER_SUPPLY is not set
19402 +# CONFIG_HWMON is not set
19403 +CONFIG_THERMAL=y
19404 +# CONFIG_WATCHDOG is not set
19405 +
19406 +#
19407 +# Sonics Silicon Backplane
19408 +#
19409 +CONFIG_SSB_POSSIBLE=y
19410 +# CONFIG_SSB is not set
19411 +
19412 +#
19413 +# Multifunction device drivers
19414 +#
19415 +# CONFIG_MFD_SM501 is not set
19416 +
19417 +#
19418 +# Multimedia devices
19419 +#
19420 +# CONFIG_VIDEO_DEV is not set
19421 +# CONFIG_DVB_CORE is not set
19422 +CONFIG_DAB=y
19423 +
19424 +#
19425 +# Graphics support
19426 +#
19427 +# CONFIG_AGP is not set
19428 +# CONFIG_DRM is not set
19429 +# CONFIG_VGASTATE is not set
19430 +CONFIG_VIDEO_OUTPUT_CONTROL=m
19431 +# CONFIG_FB is not set
19432 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
19433 +
19434 +#
19435 +# Display device support
19436 +#
19437 +# CONFIG_DISPLAY_SUPPORT is not set
19438 +
19439 +#
19440 +# Sound
19441 +#
19442 +# CONFIG_SOUND is not set
19443 +CONFIG_USB_SUPPORT=y
19444 +CONFIG_USB_ARCH_HAS_HCD=y
19445 +CONFIG_USB_ARCH_HAS_OHCI=y
19446 +CONFIG_USB_ARCH_HAS_EHCI=y
19447 +# CONFIG_USB is not set
19448 +
19449 +#
19450 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
19451 +#
19452 +# CONFIG_USB_GADGET is not set
19453 +# CONFIG_MMC is not set
19454 +# CONFIG_MEMSTICK is not set
19455 +# CONFIG_NEW_LEDS is not set
19456 +# CONFIG_INFINIBAND is not set
19457 +# CONFIG_EDAC is not set
19458 +# CONFIG_RTC_CLASS is not set
19459 +
19460 +#
19461 +# Userspace I/O
19462 +#
19463 +# CONFIG_UIO is not set
19464 +
19465 +#
19466 +# File systems
19467 +#
19468 +CONFIG_EXT2_FS=y
19469 +# CONFIG_EXT2_FS_XATTR is not set
19470 +# CONFIG_EXT2_FS_XIP is not set
19471 +# CONFIG_EXT3_FS is not set
19472 +# CONFIG_EXT4DEV_FS is not set
19473 +# CONFIG_REISERFS_FS is not set
19474 +# CONFIG_JFS_FS is not set
19475 +# CONFIG_FS_POSIX_ACL is not set
19476 +# CONFIG_XFS_FS is not set
19477 +# CONFIG_GFS2_FS is not set
19478 +# CONFIG_OCFS2_FS is not set
19479 +CONFIG_DNOTIFY=y
19480 +CONFIG_INOTIFY=y
19481 +CONFIG_INOTIFY_USER=y
19482 +# CONFIG_QUOTA is not set
19483 +# CONFIG_AUTOFS_FS is not set
19484 +# CONFIG_AUTOFS4_FS is not set
19485 +# CONFIG_FUSE_FS is not set
19486 +
19487 +#
19488 +# CD-ROM/DVD Filesystems
19489 +#
19490 +# CONFIG_ISO9660_FS is not set
19491 +# CONFIG_UDF_FS is not set
19492 +
19493 +#
19494 +# DOS/FAT/NT Filesystems
19495 +#
19496 +# CONFIG_MSDOS_FS is not set
19497 +# CONFIG_VFAT_FS is not set
19498 +# CONFIG_NTFS_FS is not set
19499 +
19500 +#
19501 +# Pseudo filesystems
19502 +#
19503 +CONFIG_PROC_FS=y
19504 +CONFIG_PROC_KCORE=y
19505 +CONFIG_PROC_SYSCTL=y
19506 +CONFIG_SYSFS=y
19507 +CONFIG_TMPFS=y
19508 +# CONFIG_TMPFS_POSIX_ACL is not set
19509 +# CONFIG_HUGETLB_PAGE is not set
19510 +# CONFIG_CONFIGFS_FS is not set
19511 +
19512 +#
19513 +# Miscellaneous filesystems
19514 +#
19515 +# CONFIG_ADFS_FS is not set
19516 +# CONFIG_AFFS_FS is not set
19517 +# CONFIG_HFS_FS is not set
19518 +# CONFIG_HFSPLUS_FS is not set
19519 +# CONFIG_BEFS_FS is not set
19520 +# CONFIG_BFS_FS is not set
19521 +# CONFIG_EFS_FS is not set
19522 +CONFIG_CRAMFS=y
19523 +# CONFIG_VXFS_FS is not set
19524 +# CONFIG_MINIX_FS is not set
19525 +# CONFIG_HPFS_FS is not set
19526 +# CONFIG_QNX4FS_FS is not set
19527 +# CONFIG_ROMFS_FS is not set
19528 +# CONFIG_SYSV_FS is not set
19529 +# CONFIG_UFS_FS is not set
19530 +CONFIG_NETWORK_FILESYSTEMS=y
19531 +CONFIG_NFS_FS=y
19532 +CONFIG_NFS_V3=y
19533 +# CONFIG_NFS_V3_ACL is not set
19534 +# CONFIG_NFS_V4 is not set
19535 +# CONFIG_NFS_DIRECTIO is not set
19536 +# CONFIG_NFSD is not set
19537 +CONFIG_ROOT_NFS=y
19538 +CONFIG_LOCKD=y
19539 +CONFIG_LOCKD_V4=y
19540 +CONFIG_NFS_COMMON=y
19541 +CONFIG_SUNRPC=y
19542 +# CONFIG_SUNRPC_BIND34 is not set
19543 +# CONFIG_RPCSEC_GSS_KRB5 is not set
19544 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
19545 +# CONFIG_SMB_FS is not set
19546 +# CONFIG_CIFS is not set
19547 +# CONFIG_NCP_FS is not set
19548 +# CONFIG_CODA_FS is not set
19549 +# CONFIG_AFS_FS is not set
19550 +
19551 +#
19552 +# Partition Types
19553 +#
19554 +# CONFIG_PARTITION_ADVANCED is not set
19555 +CONFIG_MSDOS_PARTITION=y
19556 +# CONFIG_NLS is not set
19557 +# CONFIG_DLM is not set
19558 +
19559 +#
19560 +# Library routines
19561 +#
19562 +CONFIG_BITREVERSE=y
19563 +# CONFIG_CRC_CCITT is not set
19564 +# CONFIG_CRC16 is not set
19565 +# CONFIG_CRC_ITU_T is not set
19566 +CONFIG_CRC32=y
19567 +# CONFIG_CRC7 is not set
19568 +# CONFIG_LIBCRC32C is not set
19569 +CONFIG_ZLIB_INFLATE=y
19570 +CONFIG_PLIST=y
19571 +CONFIG_HAS_IOMEM=y
19572 +CONFIG_HAS_IOPORT=y
19573 +CONFIG_HAS_DMA=y
19574 +
19575 +#
19576 +# Kernel hacking
19577 +#
19578 +# CONFIG_PRINTK_TIME is not set
19579 +CONFIG_ENABLE_WARN_DEPRECATED=y
19580 +CONFIG_ENABLE_MUST_CHECK=y
19581 +CONFIG_MAGIC_SYSRQ=y
19582 +# CONFIG_UNUSED_SYMBOLS is not set
19583 +CONFIG_DEBUG_FS=y
19584 +# CONFIG_HEADERS_CHECK is not set
19585 +CONFIG_DEBUG_KERNEL=y
19586 +# CONFIG_DEBUG_SHIRQ is not set
19587 +CONFIG_DETECT_SOFTLOCKUP=y
19588 +CONFIG_SCHED_DEBUG=y
19589 +# CONFIG_SCHEDSTATS is not set
19590 +# CONFIG_TIMER_STATS is not set
19591 +# CONFIG_SLUB_DEBUG_ON is not set
19592 +# CONFIG_SLUB_STATS is not set
19593 +# CONFIG_DEBUG_RT_MUTEXES is not set
19594 +# CONFIG_RT_MUTEX_TESTER is not set
19595 +# CONFIG_DEBUG_SPINLOCK is not set
19596 +# CONFIG_DEBUG_MUTEXES is not set
19597 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
19598 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
19599 +# CONFIG_DEBUG_KOBJECT is not set
19600 +# CONFIG_DEBUG_BUGVERBOSE is not set
19601 +# CONFIG_DEBUG_INFO is not set
19602 +# CONFIG_DEBUG_VM is not set
19603 +# CONFIG_DEBUG_LIST is not set
19604 +# CONFIG_DEBUG_SG is not set
19605 +# CONFIG_BOOT_PRINTK_DELAY is not set
19606 +# CONFIG_RCU_TORTURE_TEST is not set
19607 +# CONFIG_BACKTRACE_SELF_TEST is not set
19608 +# CONFIG_FAULT_INJECTION is not set
19609 +# CONFIG_SAMPLES is not set
19610 +# CONFIG_DEBUG_STACKOVERFLOW is not set
19611 +# CONFIG_DEBUG_STACK_USAGE is not set
19612 +# CONFIG_DEBUG_PAGEALLOC is not set
19613 +CONFIG_DEBUGGER=y
19614 +# CONFIG_KGDB is not set
19615 +# CONFIG_XMON is not set
19616 +# CONFIG_VIRQ_DEBUG is not set
19617 +# CONFIG_BDI_SWITCH is not set
19618 +# CONFIG_PPC_EARLY_DEBUG is not set
19619 +
19620 +#
19621 +# Security options
19622 +#
19623 +# CONFIG_KEYS is not set
19624 +# CONFIG_SECURITY is not set
19625 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
19626 +CONFIG_CRYPTO=y
19627 +CONFIG_CRYPTO_ALGAPI=y
19628 +CONFIG_CRYPTO_BLKCIPHER=y
19629 +# CONFIG_CRYPTO_SEQIV is not set
19630 +CONFIG_CRYPTO_MANAGER=y
19631 +# CONFIG_CRYPTO_HMAC is not set
19632 +# CONFIG_CRYPTO_XCBC is not set
19633 +# CONFIG_CRYPTO_NULL is not set
19634 +# CONFIG_CRYPTO_MD4 is not set
19635 +CONFIG_CRYPTO_MD5=y
19636 +# CONFIG_CRYPTO_SHA1 is not set
19637 +# CONFIG_CRYPTO_SHA256 is not set
19638 +# CONFIG_CRYPTO_SHA512 is not set
19639 +# CONFIG_CRYPTO_WP512 is not set
19640 +# CONFIG_CRYPTO_TGR192 is not set
19641 +# CONFIG_CRYPTO_GF128MUL is not set
19642 +CONFIG_CRYPTO_ECB=y
19643 +CONFIG_CRYPTO_CBC=y
19644 +CONFIG_CRYPTO_PCBC=y
19645 +# CONFIG_CRYPTO_LRW is not set
19646 +# CONFIG_CRYPTO_XTS is not set
19647 +# CONFIG_CRYPTO_CTR is not set
19648 +# CONFIG_CRYPTO_GCM is not set
19649 +# CONFIG_CRYPTO_CCM is not set
19650 +# CONFIG_CRYPTO_CRYPTD is not set
19651 +CONFIG_CRYPTO_DES=y
19652 +# CONFIG_CRYPTO_FCRYPT is not set
19653 +# CONFIG_CRYPTO_BLOWFISH is not set
19654 +# CONFIG_CRYPTO_TWOFISH is not set
19655 +# CONFIG_CRYPTO_SERPENT is not set
19656 +# CONFIG_CRYPTO_AES is not set
19657 +# CONFIG_CRYPTO_CAST5 is not set
19658 +# CONFIG_CRYPTO_CAST6 is not set
19659 +# CONFIG_CRYPTO_TEA is not set
19660 +# CONFIG_CRYPTO_ARC4 is not set
19661 +# CONFIG_CRYPTO_KHAZAD is not set
19662 +# CONFIG_CRYPTO_ANUBIS is not set
19663 +# CONFIG_CRYPTO_SEED is not set
19664 +# CONFIG_CRYPTO_SALSA20 is not set
19665 +# CONFIG_CRYPTO_DEFLATE is not set
19666 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
19667 +# CONFIG_CRYPTO_CRC32C is not set
19668 +# CONFIG_CRYPTO_CAMELLIA is not set
19669 +# CONFIG_CRYPTO_TEST is not set
19670 +# CONFIG_CRYPTO_AUTHENC is not set
19671 +# CONFIG_CRYPTO_LZO is not set
19672 +CONFIG_CRYPTO_HW=y
19673 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
19674 +# CONFIG_PPC_CLOCK is not set
19675 --- /dev/null
19676 +++ b/arch/powerpc/configs/44x/warp_defconfig
19677 @@ -0,0 +1,1110 @@
19678 +#
19679 +# Automatically generated make config: don't edit
19680 +# Linux kernel version: 2.6.25-rc2
19681 +# Fri Feb 15 21:54:43 2008
19682 +#
19683 +# CONFIG_PPC64 is not set
19684 +
19685 +#
19686 +# Processor support
19687 +#
19688 +# CONFIG_6xx is not set
19689 +# CONFIG_PPC_85xx is not set
19690 +# CONFIG_PPC_8xx is not set
19691 +# CONFIG_40x is not set
19692 +CONFIG_44x=y
19693 +# CONFIG_E200 is not set
19694 +CONFIG_PPC_FPU=y
19695 +CONFIG_4xx=y
19696 +CONFIG_BOOKE=y
19697 +CONFIG_PTE_64BIT=y
19698 +CONFIG_PHYS_64BIT=y
19699 +# CONFIG_PPC_MM_SLICES is not set
19700 +CONFIG_NOT_COHERENT_CACHE=y
19701 +CONFIG_PPC32=y
19702 +CONFIG_WORD_SIZE=32
19703 +CONFIG_PPC_MERGE=y
19704 +CONFIG_MMU=y
19705 +CONFIG_GENERIC_CMOS_UPDATE=y
19706 +CONFIG_GENERIC_TIME=y
19707 +CONFIG_GENERIC_TIME_VSYSCALL=y
19708 +CONFIG_GENERIC_CLOCKEVENTS=y
19709 +CONFIG_GENERIC_HARDIRQS=y
19710 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
19711 +CONFIG_IRQ_PER_CPU=y
19712 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
19713 +CONFIG_ARCH_HAS_ILOG2_U32=y
19714 +CONFIG_GENERIC_HWEIGHT=y
19715 +CONFIG_GENERIC_CALIBRATE_DELAY=y
19716 +CONFIG_GENERIC_FIND_NEXT_BIT=y
19717 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
19718 +CONFIG_PPC=y
19719 +CONFIG_EARLY_PRINTK=y
19720 +CONFIG_GENERIC_NVRAM=y
19721 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
19722 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
19723 +CONFIG_PPC_OF=y
19724 +CONFIG_OF=y
19725 +CONFIG_PPC_UDBG_16550=y
19726 +# CONFIG_GENERIC_TBSYNC is not set
19727 +CONFIG_AUDIT_ARCH=y
19728 +CONFIG_GENERIC_BUG=y
19729 +# CONFIG_DEFAULT_UIMAGE is not set
19730 +CONFIG_PPC_DCR_NATIVE=y
19731 +# CONFIG_PPC_DCR_MMIO is not set
19732 +CONFIG_PPC_DCR=y
19733 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
19734 +
19735 +#
19736 +# General setup
19737 +#
19738 +CONFIG_EXPERIMENTAL=y
19739 +CONFIG_BROKEN_ON_SMP=y
19740 +CONFIG_INIT_ENV_ARG_LIMIT=32
19741 +CONFIG_LOCALVERSION="-pika"
19742 +# CONFIG_LOCALVERSION_AUTO is not set
19743 +CONFIG_SWAP=y
19744 +CONFIG_SYSVIPC=y
19745 +CONFIG_SYSVIPC_SYSCTL=y
19746 +# CONFIG_POSIX_MQUEUE is not set
19747 +# CONFIG_BSD_PROCESS_ACCT is not set
19748 +# CONFIG_TASKSTATS is not set
19749 +# CONFIG_AUDIT is not set
19750 +# CONFIG_IKCONFIG is not set
19751 +CONFIG_LOG_BUF_SHIFT=14
19752 +# CONFIG_CGROUPS is not set
19753 +CONFIG_GROUP_SCHED=y
19754 +CONFIG_FAIR_GROUP_SCHED=y
19755 +# CONFIG_RT_GROUP_SCHED is not set
19756 +CONFIG_USER_SCHED=y
19757 +# CONFIG_CGROUP_SCHED is not set
19758 +CONFIG_SYSFS_DEPRECATED=y
19759 +# CONFIG_RELAY is not set
19760 +# CONFIG_NAMESPACES is not set
19761 +CONFIG_BLK_DEV_INITRD=y
19762 +CONFIG_INITRAMFS_SOURCE=""
19763 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
19764 +CONFIG_SYSCTL=y
19765 +CONFIG_EMBEDDED=y
19766 +CONFIG_SYSCTL_SYSCALL=y
19767 +CONFIG_KALLSYMS=y
19768 +# CONFIG_KALLSYMS_ALL is not set
19769 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
19770 +# CONFIG_HOTPLUG is not set
19771 +CONFIG_PRINTK=y
19772 +CONFIG_BUG=y
19773 +CONFIG_ELF_CORE=y
19774 +CONFIG_COMPAT_BRK=y
19775 +CONFIG_BASE_FULL=y
19776 +CONFIG_FUTEX=y
19777 +CONFIG_ANON_INODES=y
19778 +CONFIG_EPOLL=y
19779 +CONFIG_SIGNALFD=y
19780 +CONFIG_TIMERFD=y
19781 +CONFIG_EVENTFD=y
19782 +CONFIG_SHMEM=y
19783 +CONFIG_VM_EVENT_COUNTERS=y
19784 +CONFIG_SLAB=y
19785 +# CONFIG_SLUB is not set
19786 +# CONFIG_SLOB is not set
19787 +# CONFIG_PROFILING is not set
19788 +# CONFIG_MARKERS is not set
19789 +CONFIG_HAVE_OPROFILE=y
19790 +# CONFIG_KPROBES is not set
19791 +CONFIG_HAVE_KPROBES=y
19792 +CONFIG_PROC_PAGE_MONITOR=y
19793 +CONFIG_SLABINFO=y
19794 +CONFIG_RT_MUTEXES=y
19795 +# CONFIG_TINY_SHMEM is not set
19796 +CONFIG_BASE_SMALL=0
19797 +CONFIG_MODULES=y
19798 +CONFIG_MODULE_UNLOAD=y
19799 +# CONFIG_MODULE_FORCE_UNLOAD is not set
19800 +# CONFIG_MODVERSIONS is not set
19801 +# CONFIG_MODULE_SRCVERSION_ALL is not set
19802 +CONFIG_KMOD=y
19803 +CONFIG_BLOCK=y
19804 +# CONFIG_LBD is not set
19805 +# CONFIG_BLK_DEV_IO_TRACE is not set
19806 +# CONFIG_LSF is not set
19807 +# CONFIG_BLK_DEV_BSG is not set
19808 +
19809 +#
19810 +# IO Schedulers
19811 +#
19812 +CONFIG_IOSCHED_NOOP=y
19813 +CONFIG_IOSCHED_AS=y
19814 +CONFIG_IOSCHED_DEADLINE=y
19815 +CONFIG_IOSCHED_CFQ=y
19816 +CONFIG_DEFAULT_AS=y
19817 +# CONFIG_DEFAULT_DEADLINE is not set
19818 +# CONFIG_DEFAULT_CFQ is not set
19819 +# CONFIG_DEFAULT_NOOP is not set
19820 +CONFIG_DEFAULT_IOSCHED="anticipatory"
19821 +CONFIG_CLASSIC_RCU=y
19822 +# CONFIG_PREEMPT_RCU is not set
19823 +
19824 +#
19825 +# Platform support
19826 +#
19827 +# CONFIG_PPC_MPC512x is not set
19828 +# CONFIG_PPC_MPC5121 is not set
19829 +# CONFIG_PPC_CELL is not set
19830 +# CONFIG_PPC_CELL_NATIVE is not set
19831 +# CONFIG_PQ2ADS is not set
19832 +# CONFIG_BAMBOO is not set
19833 +# CONFIG_EBONY is not set
19834 +# CONFIG_SEQUOIA is not set
19835 +# CONFIG_TAISHAN is not set
19836 +# CONFIG_KATMAI is not set
19837 +# CONFIG_RAINIER is not set
19838 +CONFIG_WARP=y
19839 +CONFIG_440EP=y
19840 +CONFIG_IBM440EP_ERR42=y
19841 +# CONFIG_IPIC is not set
19842 +# CONFIG_MPIC is not set
19843 +# CONFIG_MPIC_WEIRD is not set
19844 +# CONFIG_PPC_I8259 is not set
19845 +# CONFIG_PPC_RTAS is not set
19846 +# CONFIG_MMIO_NVRAM is not set
19847 +# CONFIG_PPC_MPC106 is not set
19848 +# CONFIG_PPC_970_NAP is not set
19849 +# CONFIG_PPC_INDIRECT_IO is not set
19850 +# CONFIG_GENERIC_IOMAP is not set
19851 +# CONFIG_CPU_FREQ is not set
19852 +# CONFIG_FSL_ULI1575 is not set
19853 +
19854 +#
19855 +# Kernel options
19856 +#
19857 +# CONFIG_HIGHMEM is not set
19858 +# CONFIG_TICK_ONESHOT is not set
19859 +# CONFIG_NO_HZ is not set
19860 +# CONFIG_HIGH_RES_TIMERS is not set
19861 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
19862 +# CONFIG_HZ_100 is not set
19863 +# CONFIG_HZ_250 is not set
19864 +# CONFIG_HZ_300 is not set
19865 +CONFIG_HZ_1000=y
19866 +CONFIG_HZ=1000
19867 +# CONFIG_SCHED_HRTICK is not set
19868 +CONFIG_PREEMPT_NONE=y
19869 +# CONFIG_PREEMPT_VOLUNTARY is not set
19870 +# CONFIG_PREEMPT is not set
19871 +CONFIG_RCU_TRACE=y
19872 +CONFIG_BINFMT_ELF=y
19873 +# CONFIG_BINFMT_MISC is not set
19874 +# CONFIG_MATH_EMULATION is not set
19875 +# CONFIG_IOMMU_HELPER is not set
19876 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
19877 +CONFIG_ARCH_HAS_WALK_MEMORY=y
19878 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
19879 +CONFIG_ARCH_FLATMEM_ENABLE=y
19880 +CONFIG_ARCH_POPULATES_NODE_MAP=y
19881 +CONFIG_SELECT_MEMORY_MODEL=y
19882 +CONFIG_FLATMEM_MANUAL=y
19883 +# CONFIG_DISCONTIGMEM_MANUAL is not set
19884 +# CONFIG_SPARSEMEM_MANUAL is not set
19885 +CONFIG_FLATMEM=y
19886 +CONFIG_FLAT_NODE_MEM_MAP=y
19887 +# CONFIG_SPARSEMEM_STATIC is not set
19888 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
19889 +CONFIG_SPLIT_PTLOCK_CPUS=4
19890 +CONFIG_RESOURCES_64BIT=y
19891 +CONFIG_ZONE_DMA_FLAG=1
19892 +CONFIG_BOUNCE=y
19893 +CONFIG_VIRT_TO_BUS=y
19894 +CONFIG_PROC_DEVICETREE=y
19895 +CONFIG_CMDLINE_BOOL=y
19896 +CONFIG_CMDLINE="ip=on"
19897 +CONFIG_SECCOMP=y
19898 +CONFIG_ISA_DMA_API=y
19899 +
19900 +#
19901 +# Bus options
19902 +#
19903 +CONFIG_ZONE_DMA=y
19904 +# CONFIG_PCI is not set
19905 +# CONFIG_PCI_DOMAINS is not set
19906 +# CONFIG_PCI_SYSCALL is not set
19907 +# CONFIG_ARCH_SUPPORTS_MSI is not set
19908 +
19909 +#
19910 +# Advanced setup
19911 +#
19912 +# CONFIG_ADVANCED_OPTIONS is not set
19913 +
19914 +#
19915 +# Default settings for advanced configuration options are used
19916 +#
19917 +CONFIG_HIGHMEM_START=0xfe000000
19918 +CONFIG_LOWMEM_SIZE=0x30000000
19919 +CONFIG_KERNEL_START=0xc0000000
19920 +CONFIG_TASK_SIZE=0xc0000000
19921 +CONFIG_CONSISTENT_START=0xff100000
19922 +CONFIG_CONSISTENT_SIZE=0x00200000
19923 +CONFIG_BOOT_LOAD=0x01000000
19924 +
19925 +#
19926 +# Networking
19927 +#
19928 +CONFIG_NET=y
19929 +
19930 +#
19931 +# Networking options
19932 +#
19933 +CONFIG_PACKET=y
19934 +# CONFIG_PACKET_MMAP is not set
19935 +CONFIG_UNIX=y
19936 +CONFIG_XFRM=y
19937 +# CONFIG_XFRM_USER is not set
19938 +# CONFIG_XFRM_SUB_POLICY is not set
19939 +# CONFIG_XFRM_MIGRATE is not set
19940 +# CONFIG_XFRM_STATISTICS is not set
19941 +# CONFIG_NET_KEY is not set
19942 +CONFIG_INET=y
19943 +# CONFIG_IP_MULTICAST is not set
19944 +# CONFIG_IP_ADVANCED_ROUTER is not set
19945 +CONFIG_IP_FIB_HASH=y
19946 +CONFIG_IP_PNP=y
19947 +CONFIG_IP_PNP_DHCP=y
19948 +# CONFIG_IP_PNP_BOOTP is not set
19949 +# CONFIG_IP_PNP_RARP is not set
19950 +# CONFIG_NET_IPIP is not set
19951 +# CONFIG_NET_IPGRE is not set
19952 +# CONFIG_ARPD is not set
19953 +# CONFIG_SYN_COOKIES is not set
19954 +# CONFIG_INET_AH is not set
19955 +# CONFIG_INET_ESP is not set
19956 +# CONFIG_INET_IPCOMP is not set
19957 +# CONFIG_INET_XFRM_TUNNEL is not set
19958 +# CONFIG_INET_TUNNEL is not set
19959 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
19960 +CONFIG_INET_XFRM_MODE_TUNNEL=y
19961 +CONFIG_INET_XFRM_MODE_BEET=y
19962 +# CONFIG_INET_LRO is not set
19963 +CONFIG_INET_DIAG=y
19964 +CONFIG_INET_TCP_DIAG=y
19965 +# CONFIG_TCP_CONG_ADVANCED is not set
19966 +CONFIG_TCP_CONG_CUBIC=y
19967 +CONFIG_DEFAULT_TCP_CONG="cubic"
19968 +# CONFIG_TCP_MD5SIG is not set
19969 +# CONFIG_IP_VS is not set
19970 +# CONFIG_IPV6 is not set
19971 +# CONFIG_INET6_XFRM_TUNNEL is not set
19972 +# CONFIG_INET6_TUNNEL is not set
19973 +# CONFIG_NETWORK_SECMARK is not set
19974 +CONFIG_NETFILTER=y
19975 +# CONFIG_NETFILTER_DEBUG is not set
19976 +CONFIG_NETFILTER_ADVANCED=y
19977 +
19978 +#
19979 +# Core Netfilter Configuration
19980 +#
19981 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
19982 +# CONFIG_NETFILTER_NETLINK_LOG is not set
19983 +# CONFIG_NF_CONNTRACK is not set
19984 +# CONFIG_NETFILTER_XTABLES is not set
19985 +
19986 +#
19987 +# IP: Netfilter Configuration
19988 +#
19989 +# CONFIG_IP_NF_QUEUE is not set
19990 +# CONFIG_IP_NF_IPTABLES is not set
19991 +# CONFIG_IP_NF_ARPTABLES is not set
19992 +# CONFIG_IP_DCCP is not set
19993 +# CONFIG_IP_SCTP is not set
19994 +# CONFIG_TIPC is not set
19995 +# CONFIG_ATM is not set
19996 +# CONFIG_BRIDGE is not set
19997 +CONFIG_VLAN_8021Q=y
19998 +# CONFIG_DECNET is not set
19999 +# CONFIG_LLC2 is not set
20000 +# CONFIG_IPX is not set
20001 +# CONFIG_ATALK is not set
20002 +# CONFIG_X25 is not set
20003 +# CONFIG_LAPB is not set
20004 +# CONFIG_ECONET is not set
20005 +# CONFIG_WAN_ROUTER is not set
20006 +# CONFIG_NET_SCHED is not set
20007 +
20008 +#
20009 +# Network testing
20010 +#
20011 +# CONFIG_NET_PKTGEN is not set
20012 +# CONFIG_HAMRADIO is not set
20013 +# CONFIG_CAN is not set
20014 +# CONFIG_IRDA is not set
20015 +# CONFIG_BT is not set
20016 +# CONFIG_AF_RXRPC is not set
20017 +
20018 +#
20019 +# Wireless
20020 +#
20021 +# CONFIG_CFG80211 is not set
20022 +# CONFIG_WIRELESS_EXT is not set
20023 +# CONFIG_MAC80211 is not set
20024 +# CONFIG_IEEE80211 is not set
20025 +# CONFIG_RFKILL is not set
20026 +# CONFIG_NET_9P is not set
20027 +
20028 +#
20029 +# Device Drivers
20030 +#
20031 +
20032 +#
20033 +# Generic Driver Options
20034 +#
20035 +# CONFIG_STANDALONE is not set
20036 +CONFIG_PREVENT_FIRMWARE_BUILD=y
20037 +# CONFIG_DEBUG_DRIVER is not set
20038 +# CONFIG_DEBUG_DEVRES is not set
20039 +# CONFIG_SYS_HYPERVISOR is not set
20040 +# CONFIG_CONNECTOR is not set
20041 +CONFIG_MTD=y
20042 +# CONFIG_MTD_DEBUG is not set
20043 +# CONFIG_MTD_CONCAT is not set
20044 +CONFIG_MTD_PARTITIONS=y
20045 +# CONFIG_MTD_REDBOOT_PARTS is not set
20046 +# CONFIG_MTD_CMDLINE_PARTS is not set
20047 +CONFIG_MTD_OF_PARTS=y
20048 +
20049 +#
20050 +# User Modules And Translation Layers
20051 +#
20052 +CONFIG_MTD_CHAR=y
20053 +CONFIG_MTD_BLKDEVS=y
20054 +CONFIG_MTD_BLOCK=y
20055 +# CONFIG_FTL is not set
20056 +# CONFIG_NFTL is not set
20057 +# CONFIG_INFTL is not set
20058 +# CONFIG_RFD_FTL is not set
20059 +# CONFIG_SSFDC is not set
20060 +CONFIG_MTD_OOPS=m
20061 +
20062 +#
20063 +# RAM/ROM/Flash chip drivers
20064 +#
20065 +CONFIG_MTD_CFI=y
20066 +# CONFIG_MTD_JEDECPROBE is not set
20067 +CONFIG_MTD_GEN_PROBE=y
20068 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
20069 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
20070 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
20071 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
20072 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
20073 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
20074 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
20075 +CONFIG_MTD_CFI_I1=y
20076 +CONFIG_MTD_CFI_I2=y
20077 +# CONFIG_MTD_CFI_I4 is not set
20078 +# CONFIG_MTD_CFI_I8 is not set
20079 +# CONFIG_MTD_CFI_INTELEXT is not set
20080 +CONFIG_MTD_CFI_AMDSTD=y
20081 +# CONFIG_MTD_CFI_STAA is not set
20082 +CONFIG_MTD_CFI_UTIL=y
20083 +# CONFIG_MTD_RAM is not set
20084 +# CONFIG_MTD_ROM is not set
20085 +# CONFIG_MTD_ABSENT is not set
20086 +
20087 +#
20088 +# Mapping drivers for chip access
20089 +#
20090 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
20091 +# CONFIG_MTD_PHYSMAP is not set
20092 +CONFIG_MTD_PHYSMAP_OF=y
20093 +# CONFIG_MTD_PLATRAM is not set
20094 +
20095 +#
20096 +# Self-contained MTD device drivers
20097 +#
20098 +# CONFIG_MTD_SLRAM is not set
20099 +# CONFIG_MTD_PHRAM is not set
20100 +# CONFIG_MTD_MTDRAM is not set
20101 +# CONFIG_MTD_BLOCK2MTD is not set
20102 +
20103 +#
20104 +# Disk-On-Chip Device Drivers
20105 +#
20106 +# CONFIG_MTD_DOC2000 is not set
20107 +# CONFIG_MTD_DOC2001 is not set
20108 +# CONFIG_MTD_DOC2001PLUS is not set
20109 +CONFIG_MTD_NAND=y
20110 +# CONFIG_MTD_NAND_VERIFY_WRITE is not set
20111 +CONFIG_MTD_NAND_ECC_SMC=y
20112 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
20113 +CONFIG_MTD_NAND_IDS=y
20114 +# CONFIG_MTD_NAND_DISKONCHIP is not set
20115 +# CONFIG_MTD_NAND_NANDSIM is not set
20116 +# CONFIG_MTD_NAND_PLATFORM is not set
20117 +# CONFIG_MTD_ALAUDA is not set
20118 +# CONFIG_MTD_NAND_FSL_ELBC is not set
20119 +# CONFIG_MTD_ONENAND is not set
20120 +
20121 +#
20122 +# UBI - Unsorted block images
20123 +#
20124 +# CONFIG_MTD_UBI is not set
20125 +CONFIG_OF_DEVICE=y
20126 +# CONFIG_PARPORT is not set
20127 +CONFIG_BLK_DEV=y
20128 +# CONFIG_BLK_DEV_FD is not set
20129 +# CONFIG_BLK_DEV_COW_COMMON is not set
20130 +# CONFIG_BLK_DEV_LOOP is not set
20131 +# CONFIG_BLK_DEV_NBD is not set
20132 +# CONFIG_BLK_DEV_UB is not set
20133 +CONFIG_BLK_DEV_RAM=y
20134 +CONFIG_BLK_DEV_RAM_COUNT=16
20135 +CONFIG_BLK_DEV_RAM_SIZE=4096
20136 +# CONFIG_BLK_DEV_XIP is not set
20137 +# CONFIG_CDROM_PKTCDVD is not set
20138 +# CONFIG_ATA_OVER_ETH is not set
20139 +# CONFIG_XILINX_SYSACE is not set
20140 +CONFIG_MISC_DEVICES=y
20141 +# CONFIG_EEPROM_93CX6 is not set
20142 +# CONFIG_ENCLOSURE_SERVICES is not set
20143 +CONFIG_HAVE_IDE=y
20144 +# CONFIG_IDE is not set
20145 +
20146 +#
20147 +# SCSI device support
20148 +#
20149 +# CONFIG_RAID_ATTRS is not set
20150 +CONFIG_SCSI=y
20151 +CONFIG_SCSI_DMA=y
20152 +# CONFIG_SCSI_TGT is not set
20153 +# CONFIG_SCSI_NETLINK is not set
20154 +CONFIG_SCSI_PROC_FS=y
20155 +
20156 +#
20157 +# SCSI support type (disk, tape, CD-ROM)
20158 +#
20159 +CONFIG_BLK_DEV_SD=y
20160 +# CONFIG_CHR_DEV_ST is not set
20161 +# CONFIG_CHR_DEV_OSST is not set
20162 +# CONFIG_BLK_DEV_SR is not set
20163 +# CONFIG_CHR_DEV_SG is not set
20164 +# CONFIG_CHR_DEV_SCH is not set
20165 +
20166 +#
20167 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
20168 +#
20169 +# CONFIG_SCSI_MULTI_LUN is not set
20170 +# CONFIG_SCSI_CONSTANTS is not set
20171 +# CONFIG_SCSI_LOGGING is not set
20172 +# CONFIG_SCSI_SCAN_ASYNC is not set
20173 +CONFIG_SCSI_WAIT_SCAN=m
20174 +
20175 +#
20176 +# SCSI Transports
20177 +#
20178 +CONFIG_SCSI_SPI_ATTRS=y
20179 +# CONFIG_SCSI_FC_ATTRS is not set
20180 +# CONFIG_SCSI_ISCSI_ATTRS is not set
20181 +# CONFIG_SCSI_SAS_LIBSAS is not set
20182 +# CONFIG_SCSI_SRP_ATTRS is not set
20183 +# CONFIG_SCSI_LOWLEVEL is not set
20184 +# CONFIG_ATA is not set
20185 +# CONFIG_MD is not set
20186 +# CONFIG_MACINTOSH_DRIVERS is not set
20187 +CONFIG_NETDEVICES=y
20188 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
20189 +# CONFIG_DUMMY is not set
20190 +# CONFIG_BONDING is not set
20191 +# CONFIG_MACVLAN is not set
20192 +# CONFIG_EQUALIZER is not set
20193 +# CONFIG_TUN is not set
20194 +# CONFIG_VETH is not set
20195 +# CONFIG_PHYLIB is not set
20196 +CONFIG_NET_ETHERNET=y
20197 +CONFIG_MII=y
20198 +CONFIG_IBM_NEW_EMAC=y
20199 +CONFIG_IBM_NEW_EMAC_RXB=128
20200 +CONFIG_IBM_NEW_EMAC_TXB=64
20201 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
20202 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
20203 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
20204 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
20205 +CONFIG_IBM_NEW_EMAC_ZMII=y
20206 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
20207 +# CONFIG_IBM_NEW_EMAC_TAH is not set
20208 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
20209 +# CONFIG_B44 is not set
20210 +# CONFIG_NETDEV_1000 is not set
20211 +# CONFIG_NETDEV_10000 is not set
20212 +
20213 +#
20214 +# Wireless LAN
20215 +#
20216 +# CONFIG_WLAN_PRE80211 is not set
20217 +# CONFIG_WLAN_80211 is not set
20218 +
20219 +#
20220 +# USB Network Adapters
20221 +#
20222 +# CONFIG_USB_CATC is not set
20223 +# CONFIG_USB_KAWETH is not set
20224 +# CONFIG_USB_PEGASUS is not set
20225 +# CONFIG_USB_RTL8150 is not set
20226 +# CONFIG_USB_USBNET is not set
20227 +# CONFIG_WAN is not set
20228 +# CONFIG_PPP is not set
20229 +# CONFIG_SLIP is not set
20230 +# CONFIG_NETCONSOLE is not set
20231 +# CONFIG_NETPOLL is not set
20232 +# CONFIG_NET_POLL_CONTROLLER is not set
20233 +# CONFIG_ISDN is not set
20234 +# CONFIG_PHONE is not set
20235 +
20236 +#
20237 +# Input device support
20238 +#
20239 +# CONFIG_INPUT is not set
20240 +
20241 +#
20242 +# Hardware I/O ports
20243 +#
20244 +# CONFIG_SERIO is not set
20245 +# CONFIG_GAMEPORT is not set
20246 +
20247 +#
20248 +# Character devices
20249 +#
20250 +# CONFIG_VT is not set
20251 +# CONFIG_SERIAL_NONSTANDARD is not set
20252 +
20253 +#
20254 +# Serial drivers
20255 +#
20256 +CONFIG_SERIAL_8250=y
20257 +CONFIG_SERIAL_8250_CONSOLE=y
20258 +CONFIG_SERIAL_8250_NR_UARTS=4
20259 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
20260 +CONFIG_SERIAL_8250_EXTENDED=y
20261 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
20262 +CONFIG_SERIAL_8250_SHARE_IRQ=y
20263 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
20264 +# CONFIG_SERIAL_8250_RSA is not set
20265 +
20266 +#
20267 +# Non-8250 serial port support
20268 +#
20269 +# CONFIG_SERIAL_UARTLITE is not set
20270 +CONFIG_SERIAL_CORE=y
20271 +CONFIG_SERIAL_CORE_CONSOLE=y
20272 +# CONFIG_SERIAL_OF_PLATFORM is not set
20273 +CONFIG_UNIX98_PTYS=y
20274 +CONFIG_LEGACY_PTYS=y
20275 +CONFIG_LEGACY_PTY_COUNT=256
20276 +# CONFIG_IPMI_HANDLER is not set
20277 +CONFIG_HW_RANDOM=y
20278 +# CONFIG_NVRAM is not set
20279 +# CONFIG_GEN_RTC is not set
20280 +# CONFIG_R3964 is not set
20281 +# CONFIG_RAW_DRIVER is not set
20282 +# CONFIG_TCG_TPM is not set
20283 +CONFIG_I2C=y
20284 +CONFIG_I2C_BOARDINFO=y
20285 +# CONFIG_I2C_CHARDEV is not set
20286 +
20287 +#
20288 +# I2C Algorithms
20289 +#
20290 +# CONFIG_I2C_ALGOBIT is not set
20291 +# CONFIG_I2C_ALGOPCF is not set
20292 +# CONFIG_I2C_ALGOPCA is not set
20293 +
20294 +#
20295 +# I2C Hardware Bus support
20296 +#
20297 +# CONFIG_I2C_MPC is not set
20298 +# CONFIG_I2C_OCORES is not set
20299 +# CONFIG_I2C_PARPORT_LIGHT is not set
20300 +# CONFIG_I2C_SIMTEC is not set
20301 +# CONFIG_I2C_TAOS_EVM is not set
20302 +# CONFIG_I2C_STUB is not set
20303 +# CONFIG_I2C_TINY_USB is not set
20304 +
20305 +#
20306 +# Miscellaneous I2C Chip support
20307 +#
20308 +# CONFIG_DS1682 is not set
20309 +CONFIG_SENSORS_EEPROM=y
20310 +# CONFIG_SENSORS_PCF8574 is not set
20311 +# CONFIG_PCF8575 is not set
20312 +# CONFIG_SENSORS_PCF8591 is not set
20313 +# CONFIG_TPS65010 is not set
20314 +# CONFIG_SENSORS_MAX6875 is not set
20315 +# CONFIG_SENSORS_TSL2550 is not set
20316 +# CONFIG_I2C_DEBUG_CORE is not set
20317 +# CONFIG_I2C_DEBUG_ALGO is not set
20318 +# CONFIG_I2C_DEBUG_BUS is not set
20319 +# CONFIG_I2C_DEBUG_CHIP is not set
20320 +
20321 +#
20322 +# SPI support
20323 +#
20324 +# CONFIG_SPI is not set
20325 +# CONFIG_SPI_MASTER is not set
20326 +# CONFIG_W1 is not set
20327 +# CONFIG_POWER_SUPPLY is not set
20328 +CONFIG_HWMON=y
20329 +# CONFIG_HWMON_VID is not set
20330 +# CONFIG_SENSORS_AD7418 is not set
20331 +# CONFIG_SENSORS_ADM1021 is not set
20332 +# CONFIG_SENSORS_ADM1025 is not set
20333 +# CONFIG_SENSORS_ADM1026 is not set
20334 +# CONFIG_SENSORS_ADM1029 is not set
20335 +# CONFIG_SENSORS_ADM1031 is not set
20336 +# CONFIG_SENSORS_ADM9240 is not set
20337 +# CONFIG_SENSORS_ADT7470 is not set
20338 +# CONFIG_SENSORS_ATXP1 is not set
20339 +# CONFIG_SENSORS_DS1621 is not set
20340 +# CONFIG_SENSORS_F71805F is not set
20341 +# CONFIG_SENSORS_F71882FG is not set
20342 +# CONFIG_SENSORS_F75375S is not set
20343 +# CONFIG_SENSORS_GL518SM is not set
20344 +# CONFIG_SENSORS_GL520SM is not set
20345 +# CONFIG_SENSORS_IT87 is not set
20346 +# CONFIG_SENSORS_LM63 is not set
20347 +# CONFIG_SENSORS_LM75 is not set
20348 +# CONFIG_SENSORS_LM77 is not set
20349 +# CONFIG_SENSORS_LM78 is not set
20350 +# CONFIG_SENSORS_LM80 is not set
20351 +# CONFIG_SENSORS_LM83 is not set
20352 +# CONFIG_SENSORS_LM85 is not set
20353 +# CONFIG_SENSORS_LM87 is not set
20354 +# CONFIG_SENSORS_LM90 is not set
20355 +# CONFIG_SENSORS_LM92 is not set
20356 +# CONFIG_SENSORS_LM93 is not set
20357 +# CONFIG_SENSORS_MAX1619 is not set
20358 +# CONFIG_SENSORS_MAX6650 is not set
20359 +# CONFIG_SENSORS_PC87360 is not set
20360 +# CONFIG_SENSORS_PC87427 is not set
20361 +# CONFIG_SENSORS_DME1737 is not set
20362 +# CONFIG_SENSORS_SMSC47M1 is not set
20363 +# CONFIG_SENSORS_SMSC47M192 is not set
20364 +# CONFIG_SENSORS_SMSC47B397 is not set
20365 +# CONFIG_SENSORS_ADS7828 is not set
20366 +# CONFIG_SENSORS_THMC50 is not set
20367 +# CONFIG_SENSORS_VT1211 is not set
20368 +# CONFIG_SENSORS_W83781D is not set
20369 +# CONFIG_SENSORS_W83791D is not set
20370 +# CONFIG_SENSORS_W83792D is not set
20371 +# CONFIG_SENSORS_W83793 is not set
20372 +# CONFIG_SENSORS_W83L785TS is not set
20373 +# CONFIG_SENSORS_W83L786NG is not set
20374 +# CONFIG_SENSORS_W83627HF is not set
20375 +# CONFIG_SENSORS_W83627EHF is not set
20376 +# CONFIG_HWMON_DEBUG_CHIP is not set
20377 +CONFIG_THERMAL=y
20378 +# CONFIG_WATCHDOG is not set
20379 +
20380 +#
20381 +# Sonics Silicon Backplane
20382 +#
20383 +CONFIG_SSB_POSSIBLE=y
20384 +# CONFIG_SSB is not set
20385 +
20386 +#
20387 +# Multifunction device drivers
20388 +#
20389 +# CONFIG_MFD_SM501 is not set
20390 +
20391 +#
20392 +# Multimedia devices
20393 +#
20394 +# CONFIG_VIDEO_DEV is not set
20395 +# CONFIG_DVB_CORE is not set
20396 +# CONFIG_DAB is not set
20397 +
20398 +#
20399 +# Graphics support
20400 +#
20401 +# CONFIG_VGASTATE is not set
20402 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
20403 +# CONFIG_FB is not set
20404 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
20405 +
20406 +#
20407 +# Display device support
20408 +#
20409 +# CONFIG_DISPLAY_SUPPORT is not set
20410 +
20411 +#
20412 +# Sound
20413 +#
20414 +# CONFIG_SOUND is not set
20415 +CONFIG_USB_SUPPORT=y
20416 +CONFIG_USB_ARCH_HAS_HCD=y
20417 +CONFIG_USB_ARCH_HAS_OHCI=y
20418 +# CONFIG_USB_ARCH_HAS_EHCI is not set
20419 +CONFIG_USB=y
20420 +# CONFIG_USB_DEBUG is not set
20421 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
20422 +
20423 +#
20424 +# Miscellaneous USB options
20425 +#
20426 +# CONFIG_USB_DEVICEFS is not set
20427 +CONFIG_USB_DEVICE_CLASS=y
20428 +# CONFIG_USB_DYNAMIC_MINORS is not set
20429 +# CONFIG_USB_OTG is not set
20430 +
20431 +#
20432 +# USB Host Controller Drivers
20433 +#
20434 +# CONFIG_USB_ISP116X_HCD is not set
20435 +CONFIG_USB_OHCI_HCD=y
20436 +CONFIG_USB_OHCI_HCD_PPC_OF=y
20437 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
20438 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
20439 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
20440 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
20441 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
20442 +# CONFIG_USB_SL811_HCD is not set
20443 +# CONFIG_USB_R8A66597_HCD is not set
20444 +
20445 +#
20446 +# USB Device Class drivers
20447 +#
20448 +# CONFIG_USB_ACM is not set
20449 +# CONFIG_USB_PRINTER is not set
20450 +
20451 +#
20452 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
20453 +#
20454 +
20455 +#
20456 +# may also be needed; see USB_STORAGE Help for more information
20457 +#
20458 +CONFIG_USB_STORAGE=y
20459 +# CONFIG_USB_STORAGE_DEBUG is not set
20460 +# CONFIG_USB_STORAGE_DATAFAB is not set
20461 +# CONFIG_USB_STORAGE_FREECOM is not set
20462 +# CONFIG_USB_STORAGE_ISD200 is not set
20463 +# CONFIG_USB_STORAGE_DPCM is not set
20464 +# CONFIG_USB_STORAGE_USBAT is not set
20465 +# CONFIG_USB_STORAGE_SDDR09 is not set
20466 +# CONFIG_USB_STORAGE_SDDR55 is not set
20467 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
20468 +# CONFIG_USB_STORAGE_ALAUDA is not set
20469 +# CONFIG_USB_STORAGE_KARMA is not set
20470 +# CONFIG_USB_LIBUSUAL is not set
20471 +
20472 +#
20473 +# USB Imaging devices
20474 +#
20475 +# CONFIG_USB_MDC800 is not set
20476 +# CONFIG_USB_MICROTEK is not set
20477 +CONFIG_USB_MON=y
20478 +
20479 +#
20480 +# USB port drivers
20481 +#
20482 +# CONFIG_USB_SERIAL is not set
20483 +
20484 +#
20485 +# USB Miscellaneous drivers
20486 +#
20487 +# CONFIG_USB_EMI62 is not set
20488 +# CONFIG_USB_EMI26 is not set
20489 +# CONFIG_USB_ADUTUX is not set
20490 +# CONFIG_USB_AUERSWALD is not set
20491 +# CONFIG_USB_RIO500 is not set
20492 +# CONFIG_USB_LEGOTOWER is not set
20493 +# CONFIG_USB_LCD is not set
20494 +# CONFIG_USB_BERRY_CHARGE is not set
20495 +# CONFIG_USB_LED is not set
20496 +# CONFIG_USB_CYPRESS_CY7C63 is not set
20497 +# CONFIG_USB_CYTHERM is not set
20498 +# CONFIG_USB_PHIDGET is not set
20499 +# CONFIG_USB_IDMOUSE is not set
20500 +# CONFIG_USB_FTDI_ELAN is not set
20501 +# CONFIG_USB_APPLEDISPLAY is not set
20502 +# CONFIG_USB_LD is not set
20503 +# CONFIG_USB_TRANCEVIBRATOR is not set
20504 +# CONFIG_USB_IOWARRIOR is not set
20505 +# CONFIG_USB_GADGET is not set
20506 +CONFIG_MMC=m
20507 +# CONFIG_MMC_DEBUG is not set
20508 +# CONFIG_MMC_UNSAFE_RESUME is not set
20509 +
20510 +#
20511 +# MMC/SD Card Drivers
20512 +#
20513 +CONFIG_MMC_BLOCK=m
20514 +CONFIG_MMC_BLOCK_BOUNCE=y
20515 +# CONFIG_SDIO_UART is not set
20516 +
20517 +#
20518 +# MMC/SD Host Controller Drivers
20519 +#
20520 +# CONFIG_MMC_WBSD is not set
20521 +# CONFIG_MEMSTICK is not set
20522 +# CONFIG_NEW_LEDS is not set
20523 +# CONFIG_EDAC is not set
20524 +# CONFIG_RTC_CLASS is not set
20525 +
20526 +#
20527 +# Userspace I/O
20528 +#
20529 +# CONFIG_UIO is not set
20530 +
20531 +#
20532 +# File systems
20533 +#
20534 +CONFIG_EXT2_FS=y
20535 +# CONFIG_EXT2_FS_XATTR is not set
20536 +# CONFIG_EXT2_FS_XIP is not set
20537 +# CONFIG_EXT3_FS is not set
20538 +# CONFIG_EXT4DEV_FS is not set
20539 +# CONFIG_REISERFS_FS is not set
20540 +# CONFIG_JFS_FS is not set
20541 +# CONFIG_FS_POSIX_ACL is not set
20542 +# CONFIG_XFS_FS is not set
20543 +# CONFIG_GFS2_FS is not set
20544 +# CONFIG_OCFS2_FS is not set
20545 +CONFIG_DNOTIFY=y
20546 +CONFIG_INOTIFY=y
20547 +CONFIG_INOTIFY_USER=y
20548 +# CONFIG_QUOTA is not set
20549 +# CONFIG_AUTOFS_FS is not set
20550 +# CONFIG_AUTOFS4_FS is not set
20551 +# CONFIG_FUSE_FS is not set
20552 +
20553 +#
20554 +# CD-ROM/DVD Filesystems
20555 +#
20556 +# CONFIG_ISO9660_FS is not set
20557 +# CONFIG_UDF_FS is not set
20558 +
20559 +#
20560 +# DOS/FAT/NT Filesystems
20561 +#
20562 +CONFIG_FAT_FS=y
20563 +CONFIG_MSDOS_FS=y
20564 +CONFIG_VFAT_FS=y
20565 +CONFIG_FAT_DEFAULT_CODEPAGE=437
20566 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
20567 +# CONFIG_NTFS_FS is not set
20568 +
20569 +#
20570 +# Pseudo filesystems
20571 +#
20572 +CONFIG_PROC_FS=y
20573 +CONFIG_PROC_KCORE=y
20574 +CONFIG_PROC_SYSCTL=y
20575 +CONFIG_SYSFS=y
20576 +# CONFIG_TMPFS is not set
20577 +# CONFIG_HUGETLB_PAGE is not set
20578 +# CONFIG_CONFIGFS_FS is not set
20579 +
20580 +#
20581 +# Miscellaneous filesystems
20582 +#
20583 +# CONFIG_ADFS_FS is not set
20584 +# CONFIG_AFFS_FS is not set
20585 +# CONFIG_HFS_FS is not set
20586 +# CONFIG_HFSPLUS_FS is not set
20587 +# CONFIG_BEFS_FS is not set
20588 +# CONFIG_BFS_FS is not set
20589 +# CONFIG_EFS_FS is not set
20590 +CONFIG_JFFS2_FS=y
20591 +CONFIG_JFFS2_FS_DEBUG=0
20592 +CONFIG_JFFS2_FS_WRITEBUFFER=y
20593 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
20594 +# CONFIG_JFFS2_SUMMARY is not set
20595 +# CONFIG_JFFS2_FS_XATTR is not set
20596 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
20597 +CONFIG_JFFS2_ZLIB=y
20598 +# CONFIG_JFFS2_LZO is not set
20599 +CONFIG_JFFS2_RTIME=y
20600 +# CONFIG_JFFS2_RUBIN is not set
20601 +CONFIG_CRAMFS=y
20602 +# CONFIG_VXFS_FS is not set
20603 +# CONFIG_MINIX_FS is not set
20604 +# CONFIG_HPFS_FS is not set
20605 +# CONFIG_QNX4FS_FS is not set
20606 +# CONFIG_ROMFS_FS is not set
20607 +# CONFIG_SYSV_FS is not set
20608 +# CONFIG_UFS_FS is not set
20609 +CONFIG_NETWORK_FILESYSTEMS=y
20610 +CONFIG_NFS_FS=y
20611 +CONFIG_NFS_V3=y
20612 +# CONFIG_NFS_V3_ACL is not set
20613 +# CONFIG_NFS_V4 is not set
20614 +# CONFIG_NFS_DIRECTIO is not set
20615 +# CONFIG_NFSD is not set
20616 +CONFIG_ROOT_NFS=y
20617 +CONFIG_LOCKD=y
20618 +CONFIG_LOCKD_V4=y
20619 +CONFIG_NFS_COMMON=y
20620 +CONFIG_SUNRPC=y
20621 +# CONFIG_SUNRPC_BIND34 is not set
20622 +# CONFIG_RPCSEC_GSS_KRB5 is not set
20623 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
20624 +# CONFIG_SMB_FS is not set
20625 +# CONFIG_CIFS is not set
20626 +# CONFIG_NCP_FS is not set
20627 +# CONFIG_CODA_FS is not set
20628 +# CONFIG_AFS_FS is not set
20629 +
20630 +#
20631 +# Partition Types
20632 +#
20633 +# CONFIG_PARTITION_ADVANCED is not set
20634 +CONFIG_MSDOS_PARTITION=y
20635 +CONFIG_NLS=y
20636 +CONFIG_NLS_DEFAULT="iso8859-1"
20637 +CONFIG_NLS_CODEPAGE_437=y
20638 +# CONFIG_NLS_CODEPAGE_737 is not set
20639 +# CONFIG_NLS_CODEPAGE_775 is not set
20640 +CONFIG_NLS_CODEPAGE_850=y
20641 +# CONFIG_NLS_CODEPAGE_852 is not set
20642 +# CONFIG_NLS_CODEPAGE_855 is not set
20643 +# CONFIG_NLS_CODEPAGE_857 is not set
20644 +# CONFIG_NLS_CODEPAGE_860 is not set
20645 +# CONFIG_NLS_CODEPAGE_861 is not set
20646 +# CONFIG_NLS_CODEPAGE_862 is not set
20647 +# CONFIG_NLS_CODEPAGE_863 is not set
20648 +# CONFIG_NLS_CODEPAGE_864 is not set
20649 +# CONFIG_NLS_CODEPAGE_865 is not set
20650 +# CONFIG_NLS_CODEPAGE_866 is not set
20651 +# CONFIG_NLS_CODEPAGE_869 is not set
20652 +# CONFIG_NLS_CODEPAGE_936 is not set
20653 +# CONFIG_NLS_CODEPAGE_950 is not set
20654 +# CONFIG_NLS_CODEPAGE_932 is not set
20655 +# CONFIG_NLS_CODEPAGE_949 is not set
20656 +# CONFIG_NLS_CODEPAGE_874 is not set
20657 +# CONFIG_NLS_ISO8859_8 is not set
20658 +# CONFIG_NLS_CODEPAGE_1250 is not set
20659 +# CONFIG_NLS_CODEPAGE_1251 is not set
20660 +CONFIG_NLS_ASCII=y
20661 +CONFIG_NLS_ISO8859_1=y
20662 +# CONFIG_NLS_ISO8859_2 is not set
20663 +# CONFIG_NLS_ISO8859_3 is not set
20664 +# CONFIG_NLS_ISO8859_4 is not set
20665 +# CONFIG_NLS_ISO8859_5 is not set
20666 +# CONFIG_NLS_ISO8859_6 is not set
20667 +# CONFIG_NLS_ISO8859_7 is not set
20668 +# CONFIG_NLS_ISO8859_9 is not set
20669 +# CONFIG_NLS_ISO8859_13 is not set
20670 +# CONFIG_NLS_ISO8859_14 is not set
20671 +CONFIG_NLS_ISO8859_15=y
20672 +# CONFIG_NLS_KOI8_R is not set
20673 +# CONFIG_NLS_KOI8_U is not set
20674 +CONFIG_NLS_UTF8=y
20675 +# CONFIG_DLM is not set
20676 +
20677 +#
20678 +# Library routines
20679 +#
20680 +CONFIG_BITREVERSE=y
20681 +CONFIG_CRC_CCITT=y
20682 +# CONFIG_CRC16 is not set
20683 +# CONFIG_CRC_ITU_T is not set
20684 +CONFIG_CRC32=y
20685 +# CONFIG_CRC7 is not set
20686 +# CONFIG_LIBCRC32C is not set
20687 +CONFIG_ZLIB_INFLATE=y
20688 +CONFIG_ZLIB_DEFLATE=y
20689 +CONFIG_PLIST=y
20690 +CONFIG_HAS_IOMEM=y
20691 +CONFIG_HAS_IOPORT=y
20692 +CONFIG_HAS_DMA=y
20693 +
20694 +#
20695 +# Kernel hacking
20696 +#
20697 +# CONFIG_PRINTK_TIME is not set
20698 +CONFIG_ENABLE_WARN_DEPRECATED=y
20699 +CONFIG_ENABLE_MUST_CHECK=y
20700 +CONFIG_MAGIC_SYSRQ=y
20701 +# CONFIG_UNUSED_SYMBOLS is not set
20702 +CONFIG_DEBUG_FS=y
20703 +# CONFIG_HEADERS_CHECK is not set
20704 +CONFIG_DEBUG_KERNEL=y
20705 +# CONFIG_DEBUG_SHIRQ is not set
20706 +CONFIG_DETECT_SOFTLOCKUP=y
20707 +# CONFIG_SCHED_DEBUG is not set
20708 +# CONFIG_SCHEDSTATS is not set
20709 +# CONFIG_TIMER_STATS is not set
20710 +# CONFIG_DEBUG_SLAB is not set
20711 +# CONFIG_DEBUG_RT_MUTEXES is not set
20712 +# CONFIG_RT_MUTEX_TESTER is not set
20713 +# CONFIG_DEBUG_SPINLOCK is not set
20714 +# CONFIG_DEBUG_MUTEXES is not set
20715 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
20716 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
20717 +# CONFIG_DEBUG_KOBJECT is not set
20718 +# CONFIG_DEBUG_BUGVERBOSE is not set
20719 +CONFIG_DEBUG_INFO=y
20720 +# CONFIG_DEBUG_VM is not set
20721 +# CONFIG_DEBUG_LIST is not set
20722 +# CONFIG_DEBUG_SG is not set
20723 +# CONFIG_BOOT_PRINTK_DELAY is not set
20724 +# CONFIG_RCU_TORTURE_TEST is not set
20725 +# CONFIG_BACKTRACE_SELF_TEST is not set
20726 +# CONFIG_FAULT_INJECTION is not set
20727 +# CONFIG_SAMPLES is not set
20728 +# CONFIG_DEBUG_STACKOVERFLOW is not set
20729 +# CONFIG_DEBUG_STACK_USAGE is not set
20730 +# CONFIG_DEBUG_PAGEALLOC is not set
20731 +# CONFIG_DEBUGGER is not set
20732 +# CONFIG_VIRQ_DEBUG is not set
20733 +CONFIG_BDI_SWITCH=y
20734 +# CONFIG_PPC_EARLY_DEBUG is not set
20735 +
20736 +#
20737 +# Security options
20738 +#
20739 +# CONFIG_KEYS is not set
20740 +# CONFIG_SECURITY is not set
20741 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
20742 +CONFIG_CRYPTO=y
20743 +# CONFIG_CRYPTO_SEQIV is not set
20744 +# CONFIG_CRYPTO_MANAGER is not set
20745 +# CONFIG_CRYPTO_HMAC is not set
20746 +# CONFIG_CRYPTO_XCBC is not set
20747 +# CONFIG_CRYPTO_NULL is not set
20748 +# CONFIG_CRYPTO_MD4 is not set
20749 +# CONFIG_CRYPTO_MD5 is not set
20750 +# CONFIG_CRYPTO_SHA1 is not set
20751 +# CONFIG_CRYPTO_SHA256 is not set
20752 +# CONFIG_CRYPTO_SHA512 is not set
20753 +# CONFIG_CRYPTO_WP512 is not set
20754 +# CONFIG_CRYPTO_TGR192 is not set
20755 +# CONFIG_CRYPTO_GF128MUL is not set
20756 +# CONFIG_CRYPTO_ECB is not set
20757 +# CONFIG_CRYPTO_CBC is not set
20758 +# CONFIG_CRYPTO_PCBC is not set
20759 +# CONFIG_CRYPTO_LRW is not set
20760 +# CONFIG_CRYPTO_XTS is not set
20761 +# CONFIG_CRYPTO_CTR is not set
20762 +# CONFIG_CRYPTO_GCM is not set
20763 +# CONFIG_CRYPTO_CCM is not set
20764 +# CONFIG_CRYPTO_CRYPTD is not set
20765 +# CONFIG_CRYPTO_DES is not set
20766 +# CONFIG_CRYPTO_FCRYPT is not set
20767 +# CONFIG_CRYPTO_BLOWFISH is not set
20768 +# CONFIG_CRYPTO_TWOFISH is not set
20769 +# CONFIG_CRYPTO_SERPENT is not set
20770 +# CONFIG_CRYPTO_AES is not set
20771 +# CONFIG_CRYPTO_CAST5 is not set
20772 +# CONFIG_CRYPTO_CAST6 is not set
20773 +# CONFIG_CRYPTO_TEA is not set
20774 +# CONFIG_CRYPTO_ARC4 is not set
20775 +# CONFIG_CRYPTO_KHAZAD is not set
20776 +# CONFIG_CRYPTO_ANUBIS is not set
20777 +# CONFIG_CRYPTO_SEED is not set
20778 +# CONFIG_CRYPTO_SALSA20 is not set
20779 +# CONFIG_CRYPTO_DEFLATE is not set
20780 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
20781 +# CONFIG_CRYPTO_CRC32C is not set
20782 +# CONFIG_CRYPTO_CAMELLIA is not set
20783 +# CONFIG_CRYPTO_TEST is not set
20784 +# CONFIG_CRYPTO_AUTHENC is not set
20785 +# CONFIG_CRYPTO_LZO is not set
20786 +CONFIG_CRYPTO_HW=y
20787 +# CONFIG_PPC_CLOCK is not set
20788 --- /dev/null
20789 +++ b/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig
20790 @@ -0,0 +1,1395 @@
20791 +#
20792 +# Automatically generated make config: don't edit
20793 +# Linux kernel version: 2.6.25-rc6
20794 +# Fri Apr 11 11:10:09 2008
20795 +#
20796 +# CONFIG_PPC64 is not set
20797 +
20798 +#
20799 +# Processor support
20800 +#
20801 +CONFIG_6xx=y
20802 +# CONFIG_PPC_85xx is not set
20803 +# CONFIG_PPC_8xx is not set
20804 +# CONFIG_40x is not set
20805 +# CONFIG_44x is not set
20806 +# CONFIG_E200 is not set
20807 +CONFIG_PPC_FPU=y
20808 +# CONFIG_FSL_EMB_PERFMON is not set
20809 +CONFIG_PPC_STD_MMU=y
20810 +CONFIG_PPC_STD_MMU_32=y
20811 +# CONFIG_PPC_MM_SLICES is not set
20812 +# CONFIG_SMP is not set
20813 +CONFIG_PPC32=y
20814 +CONFIG_WORD_SIZE=32
20815 +CONFIG_PPC_MERGE=y
20816 +CONFIG_MMU=y
20817 +CONFIG_GENERIC_CMOS_UPDATE=y
20818 +CONFIG_GENERIC_TIME=y
20819 +CONFIG_GENERIC_TIME_VSYSCALL=y
20820 +CONFIG_GENERIC_CLOCKEVENTS=y
20821 +CONFIG_GENERIC_HARDIRQS=y
20822 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
20823 +CONFIG_IRQ_PER_CPU=y
20824 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
20825 +CONFIG_ARCH_HAS_ILOG2_U32=y
20826 +CONFIG_GENERIC_HWEIGHT=y
20827 +CONFIG_GENERIC_CALIBRATE_DELAY=y
20828 +CONFIG_GENERIC_FIND_NEXT_BIT=y
20829 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
20830 +CONFIG_PPC=y
20831 +CONFIG_EARLY_PRINTK=y
20832 +CONFIG_GENERIC_NVRAM=y
20833 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
20834 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
20835 +CONFIG_PPC_OF=y
20836 +CONFIG_OF=y
20837 +CONFIG_PPC_UDBG_16550=y
20838 +# CONFIG_GENERIC_TBSYNC is not set
20839 +CONFIG_AUDIT_ARCH=y
20840 +CONFIG_GENERIC_BUG=y
20841 +CONFIG_DEFAULT_UIMAGE=y
20842 +# CONFIG_PPC_DCR_NATIVE is not set
20843 +# CONFIG_PPC_DCR_MMIO is not set
20844 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
20845 +
20846 +#
20847 +# General setup
20848 +#
20849 +CONFIG_EXPERIMENTAL=y
20850 +CONFIG_BROKEN_ON_SMP=y
20851 +CONFIG_INIT_ENV_ARG_LIMIT=32
20852 +CONFIG_LOCALVERSION=""
20853 +CONFIG_LOCALVERSION_AUTO=y
20854 +CONFIG_SWAP=y
20855 +CONFIG_SYSVIPC=y
20856 +CONFIG_SYSVIPC_SYSCTL=y
20857 +# CONFIG_POSIX_MQUEUE is not set
20858 +# CONFIG_BSD_PROCESS_ACCT is not set
20859 +# CONFIG_TASKSTATS is not set
20860 +# CONFIG_AUDIT is not set
20861 +# CONFIG_IKCONFIG is not set
20862 +CONFIG_LOG_BUF_SHIFT=14
20863 +# CONFIG_CGROUPS is not set
20864 +CONFIG_GROUP_SCHED=y
20865 +# CONFIG_FAIR_GROUP_SCHED is not set
20866 +# CONFIG_RT_GROUP_SCHED is not set
20867 +CONFIG_USER_SCHED=y
20868 +# CONFIG_CGROUP_SCHED is not set
20869 +CONFIG_SYSFS_DEPRECATED=y
20870 +CONFIG_SYSFS_DEPRECATED_V2=y
20871 +# CONFIG_RELAY is not set
20872 +# CONFIG_NAMESPACES is not set
20873 +CONFIG_BLK_DEV_INITRD=y
20874 +CONFIG_INITRAMFS_SOURCE=""
20875 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
20876 +CONFIG_SYSCTL=y
20877 +CONFIG_EMBEDDED=y
20878 +CONFIG_SYSCTL_SYSCALL=y
20879 +# CONFIG_KALLSYMS is not set
20880 +CONFIG_HOTPLUG=y
20881 +CONFIG_PRINTK=y
20882 +CONFIG_BUG=y
20883 +CONFIG_ELF_CORE=y
20884 +CONFIG_COMPAT_BRK=y
20885 +CONFIG_BASE_FULL=y
20886 +CONFIG_FUTEX=y
20887 +CONFIG_ANON_INODES=y
20888 +# CONFIG_EPOLL is not set
20889 +CONFIG_SIGNALFD=y
20890 +CONFIG_TIMERFD=y
20891 +CONFIG_EVENTFD=y
20892 +CONFIG_SHMEM=y
20893 +CONFIG_VM_EVENT_COUNTERS=y
20894 +CONFIG_SLUB_DEBUG=y
20895 +# CONFIG_SLAB is not set
20896 +CONFIG_SLUB=y
20897 +# CONFIG_SLOB is not set
20898 +# CONFIG_PROFILING is not set
20899 +# CONFIG_MARKERS is not set
20900 +CONFIG_HAVE_OPROFILE=y
20901 +CONFIG_HAVE_KPROBES=y
20902 +CONFIG_HAVE_KRETPROBES=y
20903 +CONFIG_PROC_PAGE_MONITOR=y
20904 +CONFIG_SLABINFO=y
20905 +CONFIG_RT_MUTEXES=y
20906 +# CONFIG_TINY_SHMEM is not set
20907 +CONFIG_BASE_SMALL=0
20908 +CONFIG_MODULES=y
20909 +CONFIG_MODULE_UNLOAD=y
20910 +# CONFIG_MODULE_FORCE_UNLOAD is not set
20911 +# CONFIG_MODVERSIONS is not set
20912 +# CONFIG_MODULE_SRCVERSION_ALL is not set
20913 +# CONFIG_KMOD is not set
20914 +CONFIG_BLOCK=y
20915 +# CONFIG_LBD is not set
20916 +# CONFIG_BLK_DEV_IO_TRACE is not set
20917 +# CONFIG_LSF is not set
20918 +# CONFIG_BLK_DEV_BSG is not set
20919 +
20920 +#
20921 +# IO Schedulers
20922 +#
20923 +CONFIG_IOSCHED_NOOP=y
20924 +CONFIG_IOSCHED_AS=y
20925 +CONFIG_IOSCHED_DEADLINE=y
20926 +CONFIG_IOSCHED_CFQ=y
20927 +CONFIG_DEFAULT_AS=y
20928 +# CONFIG_DEFAULT_DEADLINE is not set
20929 +# CONFIG_DEFAULT_CFQ is not set
20930 +# CONFIG_DEFAULT_NOOP is not set
20931 +CONFIG_DEFAULT_IOSCHED="anticipatory"
20932 +CONFIG_CLASSIC_RCU=y
20933 +
20934 +#
20935 +# Platform support
20936 +#
20937 +# CONFIG_PPC_MULTIPLATFORM is not set
20938 +# CONFIG_PPC_82xx is not set
20939 +CONFIG_PPC_83xx=y
20940 +# CONFIG_PPC_86xx is not set
20941 +# CONFIG_PPC_MPC512x is not set
20942 +# CONFIG_PPC_MPC5121 is not set
20943 +# CONFIG_PPC_CELL is not set
20944 +# CONFIG_PPC_CELL_NATIVE is not set
20945 +# CONFIG_PQ2ADS is not set
20946 +CONFIG_MPC83xx=y
20947 +CONFIG_MPC831x_RDB=y
20948 +# CONFIG_MPC832x_MDS is not set
20949 +# CONFIG_MPC832x_RDB is not set
20950 +# CONFIG_MPC834x_MDS is not set
20951 +# CONFIG_MPC834x_ITX is not set
20952 +# CONFIG_MPC836x_MDS is not set
20953 +# CONFIG_MPC837x_MDS is not set
20954 +# CONFIG_MPC837x_RDB is not set
20955 +# CONFIG_SBC834x is not set
20956 +CONFIG_PPC_MPC831x=y
20957 +CONFIG_IPIC=y
20958 +# CONFIG_MPIC is not set
20959 +# CONFIG_MPIC_WEIRD is not set
20960 +# CONFIG_PPC_I8259 is not set
20961 +# CONFIG_PPC_RTAS is not set
20962 +# CONFIG_MMIO_NVRAM is not set
20963 +# CONFIG_PPC_MPC106 is not set
20964 +# CONFIG_PPC_970_NAP is not set
20965 +# CONFIG_PPC_INDIRECT_IO is not set
20966 +# CONFIG_GENERIC_IOMAP is not set
20967 +# CONFIG_CPU_FREQ is not set
20968 +# CONFIG_FSL_ULI1575 is not set
20969 +
20970 +#
20971 +# Kernel options
20972 +#
20973 +# CONFIG_HIGHMEM is not set
20974 +CONFIG_TICK_ONESHOT=y
20975 +CONFIG_NO_HZ=y
20976 +CONFIG_HIGH_RES_TIMERS=y
20977 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
20978 +# CONFIG_HZ_100 is not set
20979 +CONFIG_HZ_250=y
20980 +# CONFIG_HZ_300 is not set
20981 +# CONFIG_HZ_1000 is not set
20982 +CONFIG_HZ=250
20983 +# CONFIG_SCHED_HRTICK is not set
20984 +CONFIG_PREEMPT_NONE=y
20985 +# CONFIG_PREEMPT_VOLUNTARY is not set
20986 +# CONFIG_PREEMPT is not set
20987 +CONFIG_BINFMT_ELF=y
20988 +# CONFIG_BINFMT_MISC is not set
20989 +CONFIG_FORCE_MAX_ZONEORDER=11
20990 +# CONFIG_IOMMU_HELPER is not set
20991 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
20992 +CONFIG_ARCH_HAS_WALK_MEMORY=y
20993 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
20994 +CONFIG_ARCH_FLATMEM_ENABLE=y
20995 +CONFIG_ARCH_POPULATES_NODE_MAP=y
20996 +CONFIG_SELECT_MEMORY_MODEL=y
20997 +CONFIG_FLATMEM_MANUAL=y
20998 +# CONFIG_DISCONTIGMEM_MANUAL is not set
20999 +# CONFIG_SPARSEMEM_MANUAL is not set
21000 +CONFIG_FLATMEM=y
21001 +CONFIG_FLAT_NODE_MEM_MAP=y
21002 +# CONFIG_SPARSEMEM_STATIC is not set
21003 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
21004 +CONFIG_SPLIT_PTLOCK_CPUS=4
21005 +# CONFIG_RESOURCES_64BIT is not set
21006 +CONFIG_ZONE_DMA_FLAG=1
21007 +CONFIG_BOUNCE=y
21008 +CONFIG_VIRT_TO_BUS=y
21009 +CONFIG_PROC_DEVICETREE=y
21010 +# CONFIG_CMDLINE_BOOL is not set
21011 +# CONFIG_PM is not set
21012 +CONFIG_SECCOMP=y
21013 +CONFIG_ISA_DMA_API=y
21014 +
21015 +#
21016 +# Bus options
21017 +#
21018 +CONFIG_ZONE_DMA=y
21019 +CONFIG_GENERIC_ISA_DMA=y
21020 +CONFIG_PPC_INDIRECT_PCI=y
21021 +CONFIG_FSL_SOC=y
21022 +CONFIG_PCI=y
21023 +CONFIG_PCI_DOMAINS=y
21024 +CONFIG_PCI_SYSCALL=y
21025 +# CONFIG_PCIEPORTBUS is not set
21026 +CONFIG_ARCH_SUPPORTS_MSI=y
21027 +# CONFIG_PCI_MSI is not set
21028 +CONFIG_PCI_LEGACY=y
21029 +# CONFIG_PCI_DEBUG is not set
21030 +# CONFIG_PCCARD is not set
21031 +# CONFIG_HOTPLUG_PCI is not set
21032 +
21033 +#
21034 +# Advanced setup
21035 +#
21036 +# CONFIG_ADVANCED_OPTIONS is not set
21037 +
21038 +#
21039 +# Default settings for advanced configuration options are used
21040 +#
21041 +CONFIG_HIGHMEM_START=0xfe000000
21042 +CONFIG_LOWMEM_SIZE=0x30000000
21043 +CONFIG_KERNEL_START=0xc0000000
21044 +CONFIG_TASK_SIZE=0xc0000000
21045 +CONFIG_BOOT_LOAD=0x00800000
21046 +
21047 +#
21048 +# Networking
21049 +#
21050 +CONFIG_NET=y
21051 +
21052 +#
21053 +# Networking options
21054 +#
21055 +CONFIG_PACKET=y
21056 +# CONFIG_PACKET_MMAP is not set
21057 +CONFIG_UNIX=y
21058 +CONFIG_XFRM=y
21059 +# CONFIG_XFRM_USER is not set
21060 +# CONFIG_XFRM_SUB_POLICY is not set
21061 +# CONFIG_XFRM_MIGRATE is not set
21062 +# CONFIG_XFRM_STATISTICS is not set
21063 +# CONFIG_NET_KEY is not set
21064 +CONFIG_INET=y
21065 +CONFIG_IP_MULTICAST=y
21066 +# CONFIG_IP_ADVANCED_ROUTER is not set
21067 +CONFIG_IP_FIB_HASH=y
21068 +CONFIG_IP_PNP=y
21069 +CONFIG_IP_PNP_DHCP=y
21070 +CONFIG_IP_PNP_BOOTP=y
21071 +# CONFIG_IP_PNP_RARP is not set
21072 +# CONFIG_NET_IPIP is not set
21073 +# CONFIG_NET_IPGRE is not set
21074 +# CONFIG_IP_MROUTE is not set
21075 +# CONFIG_ARPD is not set
21076 +CONFIG_SYN_COOKIES=y
21077 +# CONFIG_INET_AH is not set
21078 +# CONFIG_INET_ESP is not set
21079 +# CONFIG_INET_IPCOMP is not set
21080 +# CONFIG_INET_XFRM_TUNNEL is not set
21081 +# CONFIG_INET_TUNNEL is not set
21082 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
21083 +CONFIG_INET_XFRM_MODE_TUNNEL=y
21084 +CONFIG_INET_XFRM_MODE_BEET=y
21085 +# CONFIG_INET_LRO is not set
21086 +CONFIG_INET_DIAG=y
21087 +CONFIG_INET_TCP_DIAG=y
21088 +# CONFIG_TCP_CONG_ADVANCED is not set
21089 +CONFIG_TCP_CONG_CUBIC=y
21090 +CONFIG_DEFAULT_TCP_CONG="cubic"
21091 +# CONFIG_TCP_MD5SIG is not set
21092 +# CONFIG_IPV6 is not set
21093 +# CONFIG_INET6_XFRM_TUNNEL is not set
21094 +# CONFIG_INET6_TUNNEL is not set
21095 +# CONFIG_NETWORK_SECMARK is not set
21096 +# CONFIG_NETFILTER is not set
21097 +# CONFIG_IP_DCCP is not set
21098 +# CONFIG_IP_SCTP is not set
21099 +# CONFIG_TIPC is not set
21100 +# CONFIG_ATM is not set
21101 +# CONFIG_BRIDGE is not set
21102 +# CONFIG_VLAN_8021Q is not set
21103 +# CONFIG_DECNET is not set
21104 +# CONFIG_LLC2 is not set
21105 +# CONFIG_IPX is not set
21106 +# CONFIG_ATALK is not set
21107 +# CONFIG_X25 is not set
21108 +# CONFIG_LAPB is not set
21109 +# CONFIG_ECONET is not set
21110 +# CONFIG_WAN_ROUTER is not set
21111 +# CONFIG_NET_SCHED is not set
21112 +
21113 +#
21114 +# Network testing
21115 +#
21116 +# CONFIG_NET_PKTGEN is not set
21117 +# CONFIG_HAMRADIO is not set
21118 +# CONFIG_CAN is not set
21119 +# CONFIG_IRDA is not set
21120 +# CONFIG_BT is not set
21121 +# CONFIG_AF_RXRPC is not set
21122 +
21123 +#
21124 +# Wireless
21125 +#
21126 +# CONFIG_CFG80211 is not set
21127 +# CONFIG_WIRELESS_EXT is not set
21128 +# CONFIG_MAC80211 is not set
21129 +# CONFIG_IEEE80211 is not set
21130 +# CONFIG_RFKILL is not set
21131 +# CONFIG_NET_9P is not set
21132 +
21133 +#
21134 +# Device Drivers
21135 +#
21136 +
21137 +#
21138 +# Generic Driver Options
21139 +#
21140 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
21141 +CONFIG_STANDALONE=y
21142 +CONFIG_PREVENT_FIRMWARE_BUILD=y
21143 +# CONFIG_FW_LOADER is not set
21144 +# CONFIG_DEBUG_DRIVER is not set
21145 +# CONFIG_DEBUG_DEVRES is not set
21146 +# CONFIG_SYS_HYPERVISOR is not set
21147 +# CONFIG_CONNECTOR is not set
21148 +CONFIG_MTD=y
21149 +# CONFIG_MTD_DEBUG is not set
21150 +# CONFIG_MTD_CONCAT is not set
21151 +CONFIG_MTD_PARTITIONS=y
21152 +# CONFIG_MTD_REDBOOT_PARTS is not set
21153 +# CONFIG_MTD_CMDLINE_PARTS is not set
21154 +CONFIG_MTD_OF_PARTS=y
21155 +
21156 +#
21157 +# User Modules And Translation Layers
21158 +#
21159 +CONFIG_MTD_CHAR=y
21160 +CONFIG_MTD_BLKDEVS=y
21161 +CONFIG_MTD_BLOCK=y
21162 +# CONFIG_FTL is not set
21163 +# CONFIG_NFTL is not set
21164 +# CONFIG_INFTL is not set
21165 +# CONFIG_RFD_FTL is not set
21166 +# CONFIG_SSFDC is not set
21167 +# CONFIG_MTD_OOPS is not set
21168 +
21169 +#
21170 +# RAM/ROM/Flash chip drivers
21171 +#
21172 +CONFIG_MTD_CFI=y
21173 +# CONFIG_MTD_JEDECPROBE is not set
21174 +CONFIG_MTD_GEN_PROBE=y
21175 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
21176 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
21177 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
21178 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
21179 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
21180 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
21181 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
21182 +CONFIG_MTD_CFI_I1=y
21183 +CONFIG_MTD_CFI_I2=y
21184 +# CONFIG_MTD_CFI_I4 is not set
21185 +# CONFIG_MTD_CFI_I8 is not set
21186 +# CONFIG_MTD_CFI_INTELEXT is not set
21187 +CONFIG_MTD_CFI_AMDSTD=y
21188 +# CONFIG_MTD_CFI_STAA is not set
21189 +CONFIG_MTD_CFI_UTIL=y
21190 +# CONFIG_MTD_RAM is not set
21191 +# CONFIG_MTD_ROM is not set
21192 +# CONFIG_MTD_ABSENT is not set
21193 +
21194 +#
21195 +# Mapping drivers for chip access
21196 +#
21197 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
21198 +# CONFIG_MTD_PHYSMAP is not set
21199 +CONFIG_MTD_PHYSMAP_OF=y
21200 +# CONFIG_MTD_INTEL_VR_NOR is not set
21201 +# CONFIG_MTD_PLATRAM is not set
21202 +
21203 +#
21204 +# Self-contained MTD device drivers
21205 +#
21206 +# CONFIG_MTD_PMC551 is not set
21207 +# CONFIG_MTD_DATAFLASH is not set
21208 +# CONFIG_MTD_M25P80 is not set
21209 +# CONFIG_MTD_SLRAM is not set
21210 +# CONFIG_MTD_PHRAM is not set
21211 +# CONFIG_MTD_MTDRAM is not set
21212 +# CONFIG_MTD_BLOCK2MTD is not set
21213 +
21214 +#
21215 +# Disk-On-Chip Device Drivers
21216 +#
21217 +# CONFIG_MTD_DOC2000 is not set
21218 +# CONFIG_MTD_DOC2001 is not set
21219 +# CONFIG_MTD_DOC2001PLUS is not set
21220 +CONFIG_MTD_NAND=y
21221 +CONFIG_MTD_NAND_VERIFY_WRITE=y
21222 +# CONFIG_MTD_NAND_ECC_SMC is not set
21223 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
21224 +CONFIG_MTD_NAND_IDS=y
21225 +# CONFIG_MTD_NAND_DISKONCHIP is not set
21226 +# CONFIG_MTD_NAND_CAFE is not set
21227 +# CONFIG_MTD_NAND_NANDSIM is not set
21228 +# CONFIG_MTD_NAND_PLATFORM is not set
21229 +# CONFIG_MTD_ALAUDA is not set
21230 +CONFIG_MTD_NAND_FSL_ELBC=y
21231 +# CONFIG_MTD_ONENAND is not set
21232 +
21233 +#
21234 +# UBI - Unsorted block images
21235 +#
21236 +# CONFIG_MTD_UBI is not set
21237 +CONFIG_OF_DEVICE=y
21238 +# CONFIG_PARPORT is not set
21239 +CONFIG_BLK_DEV=y
21240 +# CONFIG_BLK_DEV_FD is not set
21241 +# CONFIG_BLK_CPQ_DA is not set
21242 +# CONFIG_BLK_CPQ_CISS_DA is not set
21243 +# CONFIG_BLK_DEV_DAC960 is not set
21244 +# CONFIG_BLK_DEV_UMEM is not set
21245 +# CONFIG_BLK_DEV_COW_COMMON is not set
21246 +CONFIG_BLK_DEV_LOOP=y
21247 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
21248 +# CONFIG_BLK_DEV_NBD is not set
21249 +# CONFIG_BLK_DEV_SX8 is not set
21250 +# CONFIG_BLK_DEV_UB is not set
21251 +CONFIG_BLK_DEV_RAM=y
21252 +CONFIG_BLK_DEV_RAM_COUNT=16
21253 +CONFIG_BLK_DEV_RAM_SIZE=32768
21254 +# CONFIG_BLK_DEV_XIP is not set
21255 +# CONFIG_CDROM_PKTCDVD is not set
21256 +# CONFIG_ATA_OVER_ETH is not set
21257 +CONFIG_MISC_DEVICES=y
21258 +# CONFIG_PHANTOM is not set
21259 +# CONFIG_EEPROM_93CX6 is not set
21260 +# CONFIG_SGI_IOC4 is not set
21261 +# CONFIG_TIFM_CORE is not set
21262 +# CONFIG_ENCLOSURE_SERVICES is not set
21263 +CONFIG_HAVE_IDE=y
21264 +# CONFIG_IDE is not set
21265 +
21266 +#
21267 +# SCSI device support
21268 +#
21269 +# CONFIG_RAID_ATTRS is not set
21270 +CONFIG_SCSI=y
21271 +CONFIG_SCSI_DMA=y
21272 +# CONFIG_SCSI_TGT is not set
21273 +# CONFIG_SCSI_NETLINK is not set
21274 +CONFIG_SCSI_PROC_FS=y
21275 +
21276 +#
21277 +# SCSI support type (disk, tape, CD-ROM)
21278 +#
21279 +# CONFIG_BLK_DEV_SD is not set
21280 +# CONFIG_CHR_DEV_ST is not set
21281 +# CONFIG_CHR_DEV_OSST is not set
21282 +# CONFIG_BLK_DEV_SR is not set
21283 +CONFIG_CHR_DEV_SG=y
21284 +# CONFIG_CHR_DEV_SCH is not set
21285 +
21286 +#
21287 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
21288 +#
21289 +# CONFIG_SCSI_MULTI_LUN is not set
21290 +# CONFIG_SCSI_CONSTANTS is not set
21291 +# CONFIG_SCSI_LOGGING is not set
21292 +# CONFIG_SCSI_SCAN_ASYNC is not set
21293 +CONFIG_SCSI_WAIT_SCAN=m
21294 +
21295 +#
21296 +# SCSI Transports
21297 +#
21298 +CONFIG_SCSI_SPI_ATTRS=y
21299 +# CONFIG_SCSI_FC_ATTRS is not set
21300 +# CONFIG_SCSI_ISCSI_ATTRS is not set
21301 +# CONFIG_SCSI_SAS_LIBSAS is not set
21302 +# CONFIG_SCSI_SRP_ATTRS is not set
21303 +CONFIG_SCSI_LOWLEVEL=y
21304 +# CONFIG_ISCSI_TCP is not set
21305 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
21306 +# CONFIG_SCSI_3W_9XXX is not set
21307 +# CONFIG_SCSI_ACARD is not set
21308 +# CONFIG_SCSI_AACRAID is not set
21309 +# CONFIG_SCSI_AIC7XXX is not set
21310 +# CONFIG_SCSI_AIC7XXX_OLD is not set
21311 +# CONFIG_SCSI_AIC79XX is not set
21312 +# CONFIG_SCSI_AIC94XX is not set
21313 +# CONFIG_SCSI_DPT_I2O is not set
21314 +# CONFIG_SCSI_ADVANSYS is not set
21315 +# CONFIG_SCSI_ARCMSR is not set
21316 +# CONFIG_MEGARAID_NEWGEN is not set
21317 +# CONFIG_MEGARAID_LEGACY is not set
21318 +# CONFIG_MEGARAID_SAS is not set
21319 +# CONFIG_SCSI_HPTIOP is not set
21320 +# CONFIG_SCSI_BUSLOGIC is not set
21321 +# CONFIG_SCSI_DMX3191D is not set
21322 +# CONFIG_SCSI_EATA is not set
21323 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
21324 +# CONFIG_SCSI_GDTH is not set
21325 +# CONFIG_SCSI_IPS is not set
21326 +# CONFIG_SCSI_INITIO is not set
21327 +# CONFIG_SCSI_INIA100 is not set
21328 +# CONFIG_SCSI_MVSAS is not set
21329 +# CONFIG_SCSI_STEX is not set
21330 +# CONFIG_SCSI_SYM53C8XX_2 is not set
21331 +# CONFIG_SCSI_QLOGIC_1280 is not set
21332 +# CONFIG_SCSI_QLA_FC is not set
21333 +# CONFIG_SCSI_QLA_ISCSI is not set
21334 +# CONFIG_SCSI_LPFC is not set
21335 +# CONFIG_SCSI_DC395x is not set
21336 +# CONFIG_SCSI_DC390T is not set
21337 +# CONFIG_SCSI_NSP32 is not set
21338 +# CONFIG_SCSI_DEBUG is not set
21339 +# CONFIG_SCSI_SRP is not set
21340 +# CONFIG_ATA is not set
21341 +CONFIG_MD=y
21342 +CONFIG_BLK_DEV_MD=y
21343 +CONFIG_MD_LINEAR=y
21344 +CONFIG_MD_RAID0=y
21345 +CONFIG_MD_RAID1=y
21346 +# CONFIG_MD_RAID10 is not set
21347 +# CONFIG_MD_RAID456 is not set
21348 +# CONFIG_MD_MULTIPATH is not set
21349 +# CONFIG_MD_FAULTY is not set
21350 +# CONFIG_BLK_DEV_DM is not set
21351 +# CONFIG_FUSION is not set
21352 +
21353 +#
21354 +# IEEE 1394 (FireWire) support
21355 +#
21356 +# CONFIG_FIREWIRE is not set
21357 +# CONFIG_IEEE1394 is not set
21358 +# CONFIG_I2O is not set
21359 +# CONFIG_MACINTOSH_DRIVERS is not set
21360 +CONFIG_NETDEVICES=y
21361 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
21362 +# CONFIG_DUMMY is not set
21363 +# CONFIG_BONDING is not set
21364 +# CONFIG_MACVLAN is not set
21365 +# CONFIG_EQUALIZER is not set
21366 +# CONFIG_TUN is not set
21367 +# CONFIG_VETH is not set
21368 +# CONFIG_ARCNET is not set
21369 +CONFIG_PHYLIB=y
21370 +
21371 +#
21372 +# MII PHY device drivers
21373 +#
21374 +# CONFIG_MARVELL_PHY is not set
21375 +# CONFIG_DAVICOM_PHY is not set
21376 +# CONFIG_QSEMI_PHY is not set
21377 +# CONFIG_LXT_PHY is not set
21378 +CONFIG_CICADA_PHY=y
21379 +# CONFIG_VITESSE_PHY is not set
21380 +# CONFIG_SMSC_PHY is not set
21381 +# CONFIG_BROADCOM_PHY is not set
21382 +# CONFIG_ICPLUS_PHY is not set
21383 +# CONFIG_REALTEK_PHY is not set
21384 +# CONFIG_FIXED_PHY is not set
21385 +# CONFIG_MDIO_BITBANG is not set
21386 +CONFIG_NET_ETHERNET=y
21387 +CONFIG_MII=y
21388 +# CONFIG_HAPPYMEAL is not set
21389 +# CONFIG_SUNGEM is not set
21390 +# CONFIG_CASSINI is not set
21391 +# CONFIG_NET_VENDOR_3COM is not set
21392 +# CONFIG_ENC28J60 is not set
21393 +# CONFIG_NET_TULIP is not set
21394 +# CONFIG_HP100 is not set
21395 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
21396 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
21397 +# CONFIG_IBM_NEW_EMAC_TAH is not set
21398 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
21399 +CONFIG_NET_PCI=y
21400 +# CONFIG_PCNET32 is not set
21401 +# CONFIG_AMD8111_ETH is not set
21402 +# CONFIG_ADAPTEC_STARFIRE is not set
21403 +# CONFIG_B44 is not set
21404 +# CONFIG_FORCEDETH is not set
21405 +# CONFIG_EEPRO100 is not set
21406 +CONFIG_E100=y
21407 +# CONFIG_FEALNX is not set
21408 +# CONFIG_NATSEMI is not set
21409 +# CONFIG_NE2K_PCI is not set
21410 +# CONFIG_8139CP is not set
21411 +# CONFIG_8139TOO is not set
21412 +# CONFIG_R6040 is not set
21413 +# CONFIG_SIS900 is not set
21414 +# CONFIG_EPIC100 is not set
21415 +# CONFIG_SUNDANCE is not set
21416 +# CONFIG_TLAN is not set
21417 +# CONFIG_VIA_RHINE is not set
21418 +# CONFIG_SC92031 is not set
21419 +CONFIG_NETDEV_1000=y
21420 +# CONFIG_ACENIC is not set
21421 +# CONFIG_DL2K is not set
21422 +# CONFIG_E1000 is not set
21423 +# CONFIG_E1000E is not set
21424 +# CONFIG_E1000E_ENABLED is not set
21425 +# CONFIG_IP1000 is not set
21426 +# CONFIG_IGB is not set
21427 +# CONFIG_NS83820 is not set
21428 +# CONFIG_HAMACHI is not set
21429 +# CONFIG_YELLOWFIN is not set
21430 +# CONFIG_R8169 is not set
21431 +# CONFIG_SIS190 is not set
21432 +# CONFIG_SKGE is not set
21433 +# CONFIG_SKY2 is not set
21434 +# CONFIG_SK98LIN is not set
21435 +# CONFIG_VIA_VELOCITY is not set
21436 +# CONFIG_TIGON3 is not set
21437 +# CONFIG_BNX2 is not set
21438 +CONFIG_GIANFAR=y
21439 +CONFIG_GFAR_NAPI=y
21440 +# CONFIG_QLA3XXX is not set
21441 +# CONFIG_ATL1 is not set
21442 +CONFIG_NETDEV_10000=y
21443 +# CONFIG_CHELSIO_T1 is not set
21444 +# CONFIG_CHELSIO_T3 is not set
21445 +# CONFIG_IXGBE is not set
21446 +# CONFIG_IXGB is not set
21447 +# CONFIG_S2IO is not set
21448 +# CONFIG_MYRI10GE is not set
21449 +# CONFIG_NETXEN_NIC is not set
21450 +# CONFIG_NIU is not set
21451 +# CONFIG_MLX4_CORE is not set
21452 +# CONFIG_TEHUTI is not set
21453 +# CONFIG_BNX2X is not set
21454 +# CONFIG_TR is not set
21455 +
21456 +#
21457 +# Wireless LAN
21458 +#
21459 +# CONFIG_WLAN_PRE80211 is not set
21460 +# CONFIG_WLAN_80211 is not set
21461 +
21462 +#
21463 +# USB Network Adapters
21464 +#
21465 +# CONFIG_USB_CATC is not set
21466 +# CONFIG_USB_KAWETH is not set
21467 +# CONFIG_USB_PEGASUS is not set
21468 +# CONFIG_USB_RTL8150 is not set
21469 +# CONFIG_USB_USBNET is not set
21470 +# CONFIG_WAN is not set
21471 +# CONFIG_FDDI is not set
21472 +# CONFIG_HIPPI is not set
21473 +# CONFIG_PPP is not set
21474 +# CONFIG_SLIP is not set
21475 +# CONFIG_NET_FC is not set
21476 +# CONFIG_NETCONSOLE is not set
21477 +# CONFIG_NETPOLL is not set
21478 +# CONFIG_NET_POLL_CONTROLLER is not set
21479 +# CONFIG_ISDN is not set
21480 +# CONFIG_PHONE is not set
21481 +
21482 +#
21483 +# Input device support
21484 +#
21485 +CONFIG_INPUT=y
21486 +# CONFIG_INPUT_FF_MEMLESS is not set
21487 +# CONFIG_INPUT_POLLDEV is not set
21488 +
21489 +#
21490 +# Userland interfaces
21491 +#
21492 +# CONFIG_INPUT_MOUSEDEV is not set
21493 +# CONFIG_INPUT_JOYDEV is not set
21494 +# CONFIG_INPUT_EVDEV is not set
21495 +# CONFIG_INPUT_EVBUG is not set
21496 +
21497 +#
21498 +# Input Device Drivers
21499 +#
21500 +# CONFIG_INPUT_KEYBOARD is not set
21501 +# CONFIG_INPUT_MOUSE is not set
21502 +# CONFIG_INPUT_JOYSTICK is not set
21503 +# CONFIG_INPUT_TABLET is not set
21504 +# CONFIG_INPUT_TOUCHSCREEN is not set
21505 +# CONFIG_INPUT_MISC is not set
21506 +
21507 +#
21508 +# Hardware I/O ports
21509 +#
21510 +# CONFIG_SERIO is not set
21511 +# CONFIG_GAMEPORT is not set
21512 +
21513 +#
21514 +# Character devices
21515 +#
21516 +# CONFIG_VT is not set
21517 +# CONFIG_SERIAL_NONSTANDARD is not set
21518 +# CONFIG_NOZOMI is not set
21519 +
21520 +#
21521 +# Serial drivers
21522 +#
21523 +CONFIG_SERIAL_8250=y
21524 +CONFIG_SERIAL_8250_CONSOLE=y
21525 +CONFIG_SERIAL_8250_PCI=y
21526 +CONFIG_SERIAL_8250_NR_UARTS=4
21527 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
21528 +# CONFIG_SERIAL_8250_EXTENDED is not set
21529 +
21530 +#
21531 +# Non-8250 serial port support
21532 +#
21533 +# CONFIG_SERIAL_UARTLITE is not set
21534 +CONFIG_SERIAL_CORE=y
21535 +CONFIG_SERIAL_CORE_CONSOLE=y
21536 +# CONFIG_SERIAL_JSM is not set
21537 +# CONFIG_SERIAL_OF_PLATFORM is not set
21538 +CONFIG_UNIX98_PTYS=y
21539 +CONFIG_LEGACY_PTYS=y
21540 +CONFIG_LEGACY_PTY_COUNT=256
21541 +# CONFIG_IPMI_HANDLER is not set
21542 +CONFIG_HW_RANDOM=y
21543 +# CONFIG_NVRAM is not set
21544 +# CONFIG_GEN_RTC is not set
21545 +# CONFIG_R3964 is not set
21546 +# CONFIG_APPLICOM is not set
21547 +# CONFIG_RAW_DRIVER is not set
21548 +# CONFIG_TCG_TPM is not set
21549 +CONFIG_DEVPORT=y
21550 +CONFIG_I2C=y
21551 +CONFIG_I2C_BOARDINFO=y
21552 +CONFIG_I2C_CHARDEV=y
21553 +
21554 +#
21555 +# I2C Algorithms
21556 +#
21557 +# CONFIG_I2C_ALGOBIT is not set
21558 +# CONFIG_I2C_ALGOPCF is not set
21559 +# CONFIG_I2C_ALGOPCA is not set
21560 +
21561 +#
21562 +# I2C Hardware Bus support
21563 +#
21564 +# CONFIG_I2C_ALI1535 is not set
21565 +# CONFIG_I2C_ALI1563 is not set
21566 +# CONFIG_I2C_ALI15X3 is not set
21567 +# CONFIG_I2C_AMD756 is not set
21568 +# CONFIG_I2C_AMD8111 is not set
21569 +# CONFIG_I2C_I801 is not set
21570 +# CONFIG_I2C_I810 is not set
21571 +# CONFIG_I2C_PIIX4 is not set
21572 +CONFIG_I2C_MPC=y
21573 +# CONFIG_I2C_NFORCE2 is not set
21574 +# CONFIG_I2C_OCORES is not set
21575 +# CONFIG_I2C_PARPORT_LIGHT is not set
21576 +# CONFIG_I2C_PROSAVAGE is not set
21577 +# CONFIG_I2C_SAVAGE4 is not set
21578 +# CONFIG_I2C_SIMTEC is not set
21579 +# CONFIG_I2C_SIS5595 is not set
21580 +# CONFIG_I2C_SIS630 is not set
21581 +# CONFIG_I2C_SIS96X is not set
21582 +# CONFIG_I2C_TAOS_EVM is not set
21583 +# CONFIG_I2C_STUB is not set
21584 +# CONFIG_I2C_TINY_USB is not set
21585 +# CONFIG_I2C_VIA is not set
21586 +# CONFIG_I2C_VIAPRO is not set
21587 +# CONFIG_I2C_VOODOO3 is not set
21588 +
21589 +#
21590 +# Miscellaneous I2C Chip support
21591 +#
21592 +# CONFIG_DS1682 is not set
21593 +# CONFIG_SENSORS_EEPROM is not set
21594 +# CONFIG_SENSORS_PCF8574 is not set
21595 +# CONFIG_PCF8575 is not set
21596 +# CONFIG_SENSORS_PCF8591 is not set
21597 +# CONFIG_TPS65010 is not set
21598 +# CONFIG_SENSORS_MAX6875 is not set
21599 +# CONFIG_SENSORS_TSL2550 is not set
21600 +# CONFIG_I2C_DEBUG_CORE is not set
21601 +# CONFIG_I2C_DEBUG_ALGO is not set
21602 +# CONFIG_I2C_DEBUG_BUS is not set
21603 +# CONFIG_I2C_DEBUG_CHIP is not set
21604 +
21605 +#
21606 +# SPI support
21607 +#
21608 +CONFIG_SPI=y
21609 +# CONFIG_SPI_DEBUG is not set
21610 +CONFIG_SPI_MASTER=y
21611 +
21612 +#
21613 +# SPI Master Controller Drivers
21614 +#
21615 +CONFIG_SPI_BITBANG=y
21616 +CONFIG_SPI_MPC83xx=y
21617 +
21618 +#
21619 +# SPI Protocol Masters
21620 +#
21621 +# CONFIG_SPI_AT25 is not set
21622 +# CONFIG_SPI_SPIDEV is not set
21623 +# CONFIG_SPI_TLE62X0 is not set
21624 +# CONFIG_W1 is not set
21625 +# CONFIG_POWER_SUPPLY is not set
21626 +CONFIG_HWMON=y
21627 +# CONFIG_HWMON_VID is not set
21628 +# CONFIG_SENSORS_AD7418 is not set
21629 +# CONFIG_SENSORS_ADM1021 is not set
21630 +# CONFIG_SENSORS_ADM1025 is not set
21631 +# CONFIG_SENSORS_ADM1026 is not set
21632 +# CONFIG_SENSORS_ADM1029 is not set
21633 +# CONFIG_SENSORS_ADM1031 is not set
21634 +# CONFIG_SENSORS_ADM9240 is not set
21635 +# CONFIG_SENSORS_ADT7470 is not set
21636 +# CONFIG_SENSORS_ADT7473 is not set
21637 +# CONFIG_SENSORS_ATXP1 is not set
21638 +# CONFIG_SENSORS_DS1621 is not set
21639 +# CONFIG_SENSORS_I5K_AMB is not set
21640 +# CONFIG_SENSORS_F71805F is not set
21641 +# CONFIG_SENSORS_F71882FG is not set
21642 +# CONFIG_SENSORS_F75375S is not set
21643 +# CONFIG_SENSORS_GL518SM is not set
21644 +# CONFIG_SENSORS_GL520SM is not set
21645 +# CONFIG_SENSORS_IT87 is not set
21646 +# CONFIG_SENSORS_LM63 is not set
21647 +# CONFIG_SENSORS_LM70 is not set
21648 +# CONFIG_SENSORS_LM75 is not set
21649 +# CONFIG_SENSORS_LM77 is not set
21650 +# CONFIG_SENSORS_LM78 is not set
21651 +# CONFIG_SENSORS_LM80 is not set
21652 +# CONFIG_SENSORS_LM83 is not set
21653 +# CONFIG_SENSORS_LM85 is not set
21654 +# CONFIG_SENSORS_LM87 is not set
21655 +# CONFIG_SENSORS_LM90 is not set
21656 +# CONFIG_SENSORS_LM92 is not set
21657 +# CONFIG_SENSORS_LM93 is not set
21658 +# CONFIG_SENSORS_MAX1619 is not set
21659 +# CONFIG_SENSORS_MAX6650 is not set
21660 +# CONFIG_SENSORS_PC87360 is not set
21661 +# CONFIG_SENSORS_PC87427 is not set
21662 +# CONFIG_SENSORS_SIS5595 is not set
21663 +# CONFIG_SENSORS_DME1737 is not set
21664 +# CONFIG_SENSORS_SMSC47M1 is not set
21665 +# CONFIG_SENSORS_SMSC47M192 is not set
21666 +# CONFIG_SENSORS_SMSC47B397 is not set
21667 +# CONFIG_SENSORS_ADS7828 is not set
21668 +# CONFIG_SENSORS_THMC50 is not set
21669 +# CONFIG_SENSORS_VIA686A is not set
21670 +# CONFIG_SENSORS_VT1211 is not set
21671 +# CONFIG_SENSORS_VT8231 is not set
21672 +# CONFIG_SENSORS_W83781D is not set
21673 +# CONFIG_SENSORS_W83791D is not set
21674 +# CONFIG_SENSORS_W83792D is not set
21675 +# CONFIG_SENSORS_W83793 is not set
21676 +# CONFIG_SENSORS_W83L785TS is not set
21677 +# CONFIG_SENSORS_W83L786NG is not set
21678 +# CONFIG_SENSORS_W83627HF is not set
21679 +# CONFIG_SENSORS_W83627EHF is not set
21680 +# CONFIG_HWMON_DEBUG_CHIP is not set
21681 +# CONFIG_THERMAL is not set
21682 +CONFIG_WATCHDOG=y
21683 +# CONFIG_WATCHDOG_NOWAYOUT is not set
21684 +
21685 +#
21686 +# Watchdog Device Drivers
21687 +#
21688 +# CONFIG_SOFT_WATCHDOG is not set
21689 +CONFIG_83xx_WDT=y
21690 +
21691 +#
21692 +# PCI-based Watchdog Cards
21693 +#
21694 +# CONFIG_PCIPCWATCHDOG is not set
21695 +# CONFIG_WDTPCI is not set
21696 +
21697 +#
21698 +# USB-based Watchdog Cards
21699 +#
21700 +# CONFIG_USBPCWATCHDOG is not set
21701 +
21702 +#
21703 +# Sonics Silicon Backplane
21704 +#
21705 +CONFIG_SSB_POSSIBLE=y
21706 +# CONFIG_SSB is not set
21707 +
21708 +#
21709 +# Multifunction device drivers
21710 +#
21711 +# CONFIG_MFD_SM501 is not set
21712 +
21713 +#
21714 +# Multimedia devices
21715 +#
21716 +# CONFIG_VIDEO_DEV is not set
21717 +# CONFIG_DVB_CORE is not set
21718 +CONFIG_DAB=y
21719 +# CONFIG_USB_DABUSB is not set
21720 +
21721 +#
21722 +# Graphics support
21723 +#
21724 +# CONFIG_AGP is not set
21725 +# CONFIG_DRM is not set
21726 +# CONFIG_VGASTATE is not set
21727 +CONFIG_VIDEO_OUTPUT_CONTROL=m
21728 +# CONFIG_FB is not set
21729 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
21730 +
21731 +#
21732 +# Display device support
21733 +#
21734 +# CONFIG_DISPLAY_SUPPORT is not set
21735 +
21736 +#
21737 +# Sound
21738 +#
21739 +# CONFIG_SOUND is not set
21740 +CONFIG_HID_SUPPORT=y
21741 +CONFIG_HID=y
21742 +# CONFIG_HID_DEBUG is not set
21743 +# CONFIG_HIDRAW is not set
21744 +
21745 +#
21746 +# USB Input Devices
21747 +#
21748 +# CONFIG_USB_HID is not set
21749 +
21750 +#
21751 +# USB HID Boot Protocol drivers
21752 +#
21753 +# CONFIG_USB_KBD is not set
21754 +# CONFIG_USB_MOUSE is not set
21755 +CONFIG_USB_SUPPORT=y
21756 +CONFIG_USB_ARCH_HAS_HCD=y
21757 +CONFIG_USB_ARCH_HAS_OHCI=y
21758 +CONFIG_USB_ARCH_HAS_EHCI=y
21759 +CONFIG_USB=y
21760 +# CONFIG_USB_DEBUG is not set
21761 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
21762 +
21763 +#
21764 +# Miscellaneous USB options
21765 +#
21766 +CONFIG_USB_DEVICEFS=y
21767 +CONFIG_USB_DEVICE_CLASS=y
21768 +# CONFIG_USB_DYNAMIC_MINORS is not set
21769 +# CONFIG_USB_OTG is not set
21770 +
21771 +#
21772 +# USB Host Controller Drivers
21773 +#
21774 +CONFIG_USB_EHCI_HCD=y
21775 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
21776 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
21777 +CONFIG_USB_EHCI_FSL=y
21778 +CONFIG_USB_EHCI_HCD_PPC_OF=y
21779 +# CONFIG_USB_ISP116X_HCD is not set
21780 +CONFIG_USB_OHCI_HCD=y
21781 +CONFIG_USB_OHCI_HCD_PPC_OF=y
21782 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
21783 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
21784 +CONFIG_USB_OHCI_HCD_PCI=y
21785 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
21786 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
21787 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
21788 +CONFIG_USB_UHCI_HCD=y
21789 +# CONFIG_USB_SL811_HCD is not set
21790 +# CONFIG_USB_R8A66597_HCD is not set
21791 +
21792 +#
21793 +# USB Device Class drivers
21794 +#
21795 +# CONFIG_USB_ACM is not set
21796 +# CONFIG_USB_PRINTER is not set
21797 +
21798 +#
21799 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
21800 +#
21801 +
21802 +#
21803 +# may also be needed; see USB_STORAGE Help for more information
21804 +#
21805 +CONFIG_USB_STORAGE=y
21806 +# CONFIG_USB_STORAGE_DEBUG is not set
21807 +# CONFIG_USB_STORAGE_DATAFAB is not set
21808 +# CONFIG_USB_STORAGE_FREECOM is not set
21809 +# CONFIG_USB_STORAGE_ISD200 is not set
21810 +# CONFIG_USB_STORAGE_DPCM is not set
21811 +# CONFIG_USB_STORAGE_USBAT is not set
21812 +# CONFIG_USB_STORAGE_SDDR09 is not set
21813 +# CONFIG_USB_STORAGE_SDDR55 is not set
21814 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
21815 +# CONFIG_USB_STORAGE_ALAUDA is not set
21816 +# CONFIG_USB_STORAGE_KARMA is not set
21817 +# CONFIG_USB_LIBUSUAL is not set
21818 +
21819 +#
21820 +# USB Imaging devices
21821 +#
21822 +# CONFIG_USB_MDC800 is not set
21823 +# CONFIG_USB_MICROTEK is not set
21824 +CONFIG_USB_MON=y
21825 +
21826 +#
21827 +# USB port drivers
21828 +#
21829 +# CONFIG_USB_SERIAL is not set
21830 +
21831 +#
21832 +# USB Miscellaneous drivers
21833 +#
21834 +# CONFIG_USB_EMI62 is not set
21835 +# CONFIG_USB_EMI26 is not set
21836 +# CONFIG_USB_ADUTUX is not set
21837 +# CONFIG_USB_AUERSWALD is not set
21838 +# CONFIG_USB_RIO500 is not set
21839 +# CONFIG_USB_LEGOTOWER is not set
21840 +# CONFIG_USB_LCD is not set
21841 +# CONFIG_USB_BERRY_CHARGE is not set
21842 +# CONFIG_USB_LED is not set
21843 +# CONFIG_USB_CYPRESS_CY7C63 is not set
21844 +# CONFIG_USB_CYTHERM is not set
21845 +# CONFIG_USB_PHIDGET is not set
21846 +# CONFIG_USB_IDMOUSE is not set
21847 +# CONFIG_USB_FTDI_ELAN is not set
21848 +# CONFIG_USB_APPLEDISPLAY is not set
21849 +# CONFIG_USB_SISUSBVGA is not set
21850 +# CONFIG_USB_LD is not set
21851 +# CONFIG_USB_TRANCEVIBRATOR is not set
21852 +# CONFIG_USB_IOWARRIOR is not set
21853 +# CONFIG_USB_TEST is not set
21854 +CONFIG_USB_GADGET=y
21855 +# CONFIG_USB_GADGET_DEBUG is not set
21856 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
21857 +CONFIG_USB_GADGET_SELECTED=y
21858 +# CONFIG_USB_GADGET_AMD5536UDC is not set
21859 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
21860 +# CONFIG_USB_GADGET_FSL_USB2 is not set
21861 +CONFIG_USB_GADGET_NET2280=y
21862 +CONFIG_USB_NET2280=y
21863 +# CONFIG_USB_GADGET_PXA2XX is not set
21864 +# CONFIG_USB_GADGET_M66592 is not set
21865 +# CONFIG_USB_GADGET_GOKU is not set
21866 +# CONFIG_USB_GADGET_LH7A40X is not set
21867 +# CONFIG_USB_GADGET_OMAP is not set
21868 +# CONFIG_USB_GADGET_S3C2410 is not set
21869 +# CONFIG_USB_GADGET_AT91 is not set
21870 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
21871 +CONFIG_USB_GADGET_DUALSPEED=y
21872 +# CONFIG_USB_ZERO is not set
21873 +CONFIG_USB_ETH=y
21874 +CONFIG_USB_ETH_RNDIS=y
21875 +# CONFIG_USB_GADGETFS is not set
21876 +# CONFIG_USB_FILE_STORAGE is not set
21877 +# CONFIG_USB_G_SERIAL is not set
21878 +# CONFIG_USB_MIDI_GADGET is not set
21879 +# CONFIG_USB_G_PRINTER is not set
21880 +# CONFIG_MMC is not set
21881 +# CONFIG_MEMSTICK is not set
21882 +# CONFIG_NEW_LEDS is not set
21883 +# CONFIG_INFINIBAND is not set
21884 +# CONFIG_EDAC is not set
21885 +CONFIG_RTC_LIB=y
21886 +CONFIG_RTC_CLASS=y
21887 +CONFIG_RTC_HCTOSYS=y
21888 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
21889 +# CONFIG_RTC_DEBUG is not set
21890 +
21891 +#
21892 +# RTC interfaces
21893 +#
21894 +CONFIG_RTC_INTF_SYSFS=y
21895 +CONFIG_RTC_INTF_PROC=y
21896 +CONFIG_RTC_INTF_DEV=y
21897 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
21898 +# CONFIG_RTC_DRV_TEST is not set
21899 +
21900 +#
21901 +# I2C RTC drivers
21902 +#
21903 +CONFIG_RTC_DRV_DS1307=y
21904 +# CONFIG_RTC_DRV_DS1374 is not set
21905 +# CONFIG_RTC_DRV_DS1672 is not set
21906 +# CONFIG_RTC_DRV_MAX6900 is not set
21907 +# CONFIG_RTC_DRV_RS5C372 is not set
21908 +# CONFIG_RTC_DRV_ISL1208 is not set
21909 +# CONFIG_RTC_DRV_X1205 is not set
21910 +# CONFIG_RTC_DRV_PCF8563 is not set
21911 +# CONFIG_RTC_DRV_PCF8583 is not set
21912 +# CONFIG_RTC_DRV_M41T80 is not set
21913 +# CONFIG_RTC_DRV_S35390A is not set
21914 +
21915 +#
21916 +# SPI RTC drivers
21917 +#
21918 +# CONFIG_RTC_DRV_MAX6902 is not set
21919 +# CONFIG_RTC_DRV_R9701 is not set
21920 +# CONFIG_RTC_DRV_RS5C348 is not set
21921 +
21922 +#
21923 +# Platform RTC drivers
21924 +#
21925 +# CONFIG_RTC_DRV_CMOS is not set
21926 +# CONFIG_RTC_DRV_DS1511 is not set
21927 +# CONFIG_RTC_DRV_DS1553 is not set
21928 +# CONFIG_RTC_DRV_DS1742 is not set
21929 +# CONFIG_RTC_DRV_STK17TA8 is not set
21930 +# CONFIG_RTC_DRV_M48T86 is not set
21931 +# CONFIG_RTC_DRV_M48T59 is not set
21932 +# CONFIG_RTC_DRV_V3020 is not set
21933 +
21934 +#
21935 +# on-CPU RTC drivers
21936 +#
21937 +# CONFIG_DMADEVICES is not set
21938 +
21939 +#
21940 +# Userspace I/O
21941 +#
21942 +# CONFIG_UIO is not set
21943 +
21944 +#
21945 +# File systems
21946 +#
21947 +CONFIG_EXT2_FS=y
21948 +# CONFIG_EXT2_FS_XATTR is not set
21949 +# CONFIG_EXT2_FS_XIP is not set
21950 +CONFIG_EXT3_FS=y
21951 +CONFIG_EXT3_FS_XATTR=y
21952 +# CONFIG_EXT3_FS_POSIX_ACL is not set
21953 +# CONFIG_EXT3_FS_SECURITY is not set
21954 +# CONFIG_EXT4DEV_FS is not set
21955 +CONFIG_JBD=y
21956 +CONFIG_FS_MBCACHE=y
21957 +# CONFIG_REISERFS_FS is not set
21958 +# CONFIG_JFS_FS is not set
21959 +# CONFIG_FS_POSIX_ACL is not set
21960 +# CONFIG_XFS_FS is not set
21961 +# CONFIG_GFS2_FS is not set
21962 +# CONFIG_OCFS2_FS is not set
21963 +CONFIG_DNOTIFY=y
21964 +CONFIG_INOTIFY=y
21965 +CONFIG_INOTIFY_USER=y
21966 +# CONFIG_QUOTA is not set
21967 +# CONFIG_AUTOFS_FS is not set
21968 +# CONFIG_AUTOFS4_FS is not set
21969 +# CONFIG_FUSE_FS is not set
21970 +
21971 +#
21972 +# CD-ROM/DVD Filesystems
21973 +#
21974 +# CONFIG_ISO9660_FS is not set
21975 +# CONFIG_UDF_FS is not set
21976 +
21977 +#
21978 +# DOS/FAT/NT Filesystems
21979 +#
21980 +# CONFIG_MSDOS_FS is not set
21981 +# CONFIG_VFAT_FS is not set
21982 +# CONFIG_NTFS_FS is not set
21983 +
21984 +#
21985 +# Pseudo filesystems
21986 +#
21987 +CONFIG_PROC_FS=y
21988 +CONFIG_PROC_KCORE=y
21989 +CONFIG_PROC_SYSCTL=y
21990 +CONFIG_SYSFS=y
21991 +CONFIG_TMPFS=y
21992 +# CONFIG_TMPFS_POSIX_ACL is not set
21993 +# CONFIG_HUGETLB_PAGE is not set
21994 +# CONFIG_CONFIGFS_FS is not set
21995 +
21996 +#
21997 +# Miscellaneous filesystems
21998 +#
21999 +# CONFIG_ADFS_FS is not set
22000 +# CONFIG_AFFS_FS is not set
22001 +# CONFIG_HFS_FS is not set
22002 +# CONFIG_HFSPLUS_FS is not set
22003 +# CONFIG_BEFS_FS is not set
22004 +# CONFIG_BFS_FS is not set
22005 +# CONFIG_EFS_FS is not set
22006 +CONFIG_JFFS2_FS=y
22007 +CONFIG_JFFS2_FS_DEBUG=0
22008 +CONFIG_JFFS2_FS_WRITEBUFFER=y
22009 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
22010 +# CONFIG_JFFS2_SUMMARY is not set
22011 +# CONFIG_JFFS2_FS_XATTR is not set
22012 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
22013 +CONFIG_JFFS2_ZLIB=y
22014 +# CONFIG_JFFS2_LZO is not set
22015 +CONFIG_JFFS2_RTIME=y
22016 +# CONFIG_JFFS2_RUBIN is not set
22017 +# CONFIG_CRAMFS is not set
22018 +# CONFIG_VXFS_FS is not set
22019 +# CONFIG_MINIX_FS is not set
22020 +# CONFIG_HPFS_FS is not set
22021 +# CONFIG_QNX4FS_FS is not set
22022 +# CONFIG_ROMFS_FS is not set
22023 +# CONFIG_SYSV_FS is not set
22024 +# CONFIG_UFS_FS is not set
22025 +CONFIG_NETWORK_FILESYSTEMS=y
22026 +CONFIG_NFS_FS=y
22027 +CONFIG_NFS_V3=y
22028 +# CONFIG_NFS_V3_ACL is not set
22029 +CONFIG_NFS_V4=y
22030 +# CONFIG_NFS_DIRECTIO is not set
22031 +# CONFIG_NFSD is not set
22032 +CONFIG_ROOT_NFS=y
22033 +CONFIG_LOCKD=y
22034 +CONFIG_LOCKD_V4=y
22035 +CONFIG_NFS_COMMON=y
22036 +CONFIG_SUNRPC=y
22037 +CONFIG_SUNRPC_GSS=y
22038 +# CONFIG_SUNRPC_BIND34 is not set
22039 +CONFIG_RPCSEC_GSS_KRB5=y
22040 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
22041 +# CONFIG_SMB_FS is not set
22042 +# CONFIG_CIFS is not set
22043 +# CONFIG_NCP_FS is not set
22044 +# CONFIG_CODA_FS is not set
22045 +# CONFIG_AFS_FS is not set
22046 +
22047 +#
22048 +# Partition Types
22049 +#
22050 +CONFIG_PARTITION_ADVANCED=y
22051 +# CONFIG_ACORN_PARTITION is not set
22052 +# CONFIG_OSF_PARTITION is not set
22053 +# CONFIG_AMIGA_PARTITION is not set
22054 +# CONFIG_ATARI_PARTITION is not set
22055 +# CONFIG_MAC_PARTITION is not set
22056 +CONFIG_MSDOS_PARTITION=y
22057 +# CONFIG_BSD_DISKLABEL is not set
22058 +# CONFIG_MINIX_SUBPARTITION is not set
22059 +# CONFIG_SOLARIS_X86_PARTITION is not set
22060 +# CONFIG_UNIXWARE_DISKLABEL is not set
22061 +# CONFIG_LDM_PARTITION is not set
22062 +# CONFIG_SGI_PARTITION is not set
22063 +# CONFIG_ULTRIX_PARTITION is not set
22064 +# CONFIG_SUN_PARTITION is not set
22065 +# CONFIG_KARMA_PARTITION is not set
22066 +# CONFIG_EFI_PARTITION is not set
22067 +# CONFIG_SYSV68_PARTITION is not set
22068 +# CONFIG_NLS is not set
22069 +# CONFIG_DLM is not set
22070 +
22071 +#
22072 +# Library routines
22073 +#
22074 +CONFIG_BITREVERSE=y
22075 +# CONFIG_CRC_CCITT is not set
22076 +# CONFIG_CRC16 is not set
22077 +# CONFIG_CRC_ITU_T is not set
22078 +CONFIG_CRC32=y
22079 +# CONFIG_CRC7 is not set
22080 +# CONFIG_LIBCRC32C is not set
22081 +CONFIG_ZLIB_INFLATE=y
22082 +CONFIG_ZLIB_DEFLATE=y
22083 +CONFIG_PLIST=y
22084 +CONFIG_HAS_IOMEM=y
22085 +CONFIG_HAS_IOPORT=y
22086 +CONFIG_HAS_DMA=y
22087 +CONFIG_HAVE_LMB=y
22088 +
22089 +#
22090 +# Kernel hacking
22091 +#
22092 +# CONFIG_PRINTK_TIME is not set
22093 +CONFIG_ENABLE_WARN_DEPRECATED=y
22094 +CONFIG_ENABLE_MUST_CHECK=y
22095 +# CONFIG_MAGIC_SYSRQ is not set
22096 +# CONFIG_UNUSED_SYMBOLS is not set
22097 +# CONFIG_DEBUG_FS is not set
22098 +# CONFIG_HEADERS_CHECK is not set
22099 +CONFIG_DEBUG_KERNEL=y
22100 +# CONFIG_DEBUG_SHIRQ is not set
22101 +CONFIG_DETECT_SOFTLOCKUP=y
22102 +CONFIG_SCHED_DEBUG=y
22103 +# CONFIG_SCHEDSTATS is not set
22104 +# CONFIG_TIMER_STATS is not set
22105 +# CONFIG_SLUB_DEBUG_ON is not set
22106 +# CONFIG_SLUB_STATS is not set
22107 +# CONFIG_DEBUG_RT_MUTEXES is not set
22108 +# CONFIG_RT_MUTEX_TESTER is not set
22109 +# CONFIG_DEBUG_SPINLOCK is not set
22110 +# CONFIG_DEBUG_MUTEXES is not set
22111 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
22112 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
22113 +# CONFIG_DEBUG_KOBJECT is not set
22114 +# CONFIG_DEBUG_BUGVERBOSE is not set
22115 +# CONFIG_DEBUG_INFO is not set
22116 +# CONFIG_DEBUG_VM is not set
22117 +# CONFIG_DEBUG_LIST is not set
22118 +# CONFIG_DEBUG_SG is not set
22119 +# CONFIG_BOOT_PRINTK_DELAY is not set
22120 +# CONFIG_RCU_TORTURE_TEST is not set
22121 +# CONFIG_BACKTRACE_SELF_TEST is not set
22122 +# CONFIG_FAULT_INJECTION is not set
22123 +# CONFIG_SAMPLES is not set
22124 +# CONFIG_DEBUG_STACKOVERFLOW is not set
22125 +# CONFIG_DEBUG_STACK_USAGE is not set
22126 +# CONFIG_DEBUG_PAGEALLOC is not set
22127 +# CONFIG_DEBUGGER is not set
22128 +# CONFIG_BDI_SWITCH is not set
22129 +# CONFIG_PPC_EARLY_DEBUG is not set
22130 +
22131 +#
22132 +# Security options
22133 +#
22134 +# CONFIG_KEYS is not set
22135 +# CONFIG_SECURITY is not set
22136 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
22137 +CONFIG_CRYPTO=y
22138 +CONFIG_CRYPTO_ALGAPI=y
22139 +CONFIG_CRYPTO_BLKCIPHER=y
22140 +# CONFIG_CRYPTO_SEQIV is not set
22141 +CONFIG_CRYPTO_MANAGER=y
22142 +# CONFIG_CRYPTO_HMAC is not set
22143 +# CONFIG_CRYPTO_XCBC is not set
22144 +# CONFIG_CRYPTO_NULL is not set
22145 +# CONFIG_CRYPTO_MD4 is not set
22146 +CONFIG_CRYPTO_MD5=y
22147 +# CONFIG_CRYPTO_SHA1 is not set
22148 +# CONFIG_CRYPTO_SHA256 is not set
22149 +# CONFIG_CRYPTO_SHA512 is not set
22150 +# CONFIG_CRYPTO_WP512 is not set
22151 +# CONFIG_CRYPTO_TGR192 is not set
22152 +# CONFIG_CRYPTO_GF128MUL is not set
22153 +# CONFIG_CRYPTO_ECB is not set
22154 +CONFIG_CRYPTO_CBC=y
22155 +CONFIG_CRYPTO_PCBC=m
22156 +# CONFIG_CRYPTO_LRW is not set
22157 +# CONFIG_CRYPTO_XTS is not set
22158 +# CONFIG_CRYPTO_CTR is not set
22159 +# CONFIG_CRYPTO_GCM is not set
22160 +# CONFIG_CRYPTO_CCM is not set
22161 +# CONFIG_CRYPTO_CRYPTD is not set
22162 +CONFIG_CRYPTO_DES=y
22163 +# CONFIG_CRYPTO_FCRYPT is not set
22164 +# CONFIG_CRYPTO_BLOWFISH is not set
22165 +# CONFIG_CRYPTO_TWOFISH is not set
22166 +# CONFIG_CRYPTO_SERPENT is not set
22167 +# CONFIG_CRYPTO_AES is not set
22168 +# CONFIG_CRYPTO_CAST5 is not set
22169 +# CONFIG_CRYPTO_CAST6 is not set
22170 +# CONFIG_CRYPTO_TEA is not set
22171 +# CONFIG_CRYPTO_ARC4 is not set
22172 +# CONFIG_CRYPTO_KHAZAD is not set
22173 +# CONFIG_CRYPTO_ANUBIS is not set
22174 +# CONFIG_CRYPTO_SEED is not set
22175 +# CONFIG_CRYPTO_SALSA20 is not set
22176 +# CONFIG_CRYPTO_DEFLATE is not set
22177 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
22178 +# CONFIG_CRYPTO_CRC32C is not set
22179 +# CONFIG_CRYPTO_CAMELLIA is not set
22180 +# CONFIG_CRYPTO_TEST is not set
22181 +# CONFIG_CRYPTO_AUTHENC is not set
22182 +# CONFIG_CRYPTO_LZO is not set
22183 +CONFIG_CRYPTO_HW=y
22184 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
22185 +# CONFIG_PPC_CLOCK is not set
22186 --- /dev/null
22187 +++ b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig
22188 @@ -0,0 +1,1451 @@
22189 +#
22190 +# Automatically generated make config: don't edit
22191 +# Linux kernel version: 2.6.25-rc6
22192 +# Mon Mar 24 08:48:15 2008
22193 +#
22194 +# CONFIG_PPC64 is not set
22195 +
22196 +#
22197 +# Processor support
22198 +#
22199 +CONFIG_6xx=y
22200 +# CONFIG_PPC_85xx is not set
22201 +# CONFIG_PPC_8xx is not set
22202 +# CONFIG_40x is not set
22203 +# CONFIG_44x is not set
22204 +# CONFIG_E200 is not set
22205 +CONFIG_PPC_FPU=y
22206 +# CONFIG_FSL_EMB_PERFMON is not set
22207 +CONFIG_PPC_STD_MMU=y
22208 +CONFIG_PPC_STD_MMU_32=y
22209 +# CONFIG_PPC_MM_SLICES is not set
22210 +# CONFIG_SMP is not set
22211 +CONFIG_PPC32=y
22212 +CONFIG_WORD_SIZE=32
22213 +CONFIG_PPC_MERGE=y
22214 +CONFIG_MMU=y
22215 +CONFIG_GENERIC_CMOS_UPDATE=y
22216 +CONFIG_GENERIC_TIME=y
22217 +CONFIG_GENERIC_TIME_VSYSCALL=y
22218 +CONFIG_GENERIC_CLOCKEVENTS=y
22219 +CONFIG_GENERIC_HARDIRQS=y
22220 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
22221 +CONFIG_IRQ_PER_CPU=y
22222 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
22223 +CONFIG_ARCH_HAS_ILOG2_U32=y
22224 +CONFIG_GENERIC_HWEIGHT=y
22225 +CONFIG_GENERIC_CALIBRATE_DELAY=y
22226 +CONFIG_GENERIC_FIND_NEXT_BIT=y
22227 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
22228 +CONFIG_PPC=y
22229 +CONFIG_EARLY_PRINTK=y
22230 +CONFIG_GENERIC_NVRAM=y
22231 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
22232 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
22233 +CONFIG_PPC_OF=y
22234 +CONFIG_OF=y
22235 +CONFIG_PPC_UDBG_16550=y
22236 +# CONFIG_GENERIC_TBSYNC is not set
22237 +CONFIG_AUDIT_ARCH=y
22238 +CONFIG_GENERIC_BUG=y
22239 +CONFIG_DEFAULT_UIMAGE=y
22240 +# CONFIG_PPC_DCR_NATIVE is not set
22241 +# CONFIG_PPC_DCR_MMIO is not set
22242 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22243 +
22244 +#
22245 +# General setup
22246 +#
22247 +CONFIG_EXPERIMENTAL=y
22248 +CONFIG_BROKEN_ON_SMP=y
22249 +CONFIG_INIT_ENV_ARG_LIMIT=32
22250 +CONFIG_LOCALVERSION=""
22251 +CONFIG_LOCALVERSION_AUTO=y
22252 +CONFIG_SWAP=y
22253 +CONFIG_SYSVIPC=y
22254 +CONFIG_SYSVIPC_SYSCTL=y
22255 +# CONFIG_POSIX_MQUEUE is not set
22256 +# CONFIG_BSD_PROCESS_ACCT is not set
22257 +# CONFIG_TASKSTATS is not set
22258 +# CONFIG_AUDIT is not set
22259 +# CONFIG_IKCONFIG is not set
22260 +CONFIG_LOG_BUF_SHIFT=14
22261 +# CONFIG_CGROUPS is not set
22262 +CONFIG_GROUP_SCHED=y
22263 +# CONFIG_FAIR_GROUP_SCHED is not set
22264 +# CONFIG_RT_GROUP_SCHED is not set
22265 +CONFIG_USER_SCHED=y
22266 +# CONFIG_CGROUP_SCHED is not set
22267 +CONFIG_SYSFS_DEPRECATED=y
22268 +CONFIG_SYSFS_DEPRECATED_V2=y
22269 +# CONFIG_RELAY is not set
22270 +# CONFIG_NAMESPACES is not set
22271 +CONFIG_BLK_DEV_INITRD=y
22272 +CONFIG_INITRAMFS_SOURCE=""
22273 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
22274 +CONFIG_SYSCTL=y
22275 +CONFIG_EMBEDDED=y
22276 +CONFIG_SYSCTL_SYSCALL=y
22277 +# CONFIG_KALLSYMS is not set
22278 +CONFIG_HOTPLUG=y
22279 +CONFIG_PRINTK=y
22280 +CONFIG_BUG=y
22281 +CONFIG_ELF_CORE=y
22282 +CONFIG_COMPAT_BRK=y
22283 +CONFIG_BASE_FULL=y
22284 +CONFIG_FUTEX=y
22285 +CONFIG_ANON_INODES=y
22286 +# CONFIG_EPOLL is not set
22287 +CONFIG_SIGNALFD=y
22288 +CONFIG_TIMERFD=y
22289 +CONFIG_EVENTFD=y
22290 +CONFIG_SHMEM=y
22291 +CONFIG_VM_EVENT_COUNTERS=y
22292 +CONFIG_SLUB_DEBUG=y
22293 +# CONFIG_SLAB is not set
22294 +CONFIG_SLUB=y
22295 +# CONFIG_SLOB is not set
22296 +# CONFIG_PROFILING is not set
22297 +# CONFIG_MARKERS is not set
22298 +CONFIG_HAVE_OPROFILE=y
22299 +CONFIG_HAVE_KPROBES=y
22300 +CONFIG_HAVE_KRETPROBES=y
22301 +CONFIG_PROC_PAGE_MONITOR=y
22302 +CONFIG_SLABINFO=y
22303 +CONFIG_RT_MUTEXES=y
22304 +# CONFIG_TINY_SHMEM is not set
22305 +CONFIG_BASE_SMALL=0
22306 +CONFIG_MODULES=y
22307 +CONFIG_MODULE_UNLOAD=y
22308 +# CONFIG_MODULE_FORCE_UNLOAD is not set
22309 +# CONFIG_MODVERSIONS is not set
22310 +# CONFIG_MODULE_SRCVERSION_ALL is not set
22311 +# CONFIG_KMOD is not set
22312 +CONFIG_BLOCK=y
22313 +# CONFIG_LBD is not set
22314 +# CONFIG_BLK_DEV_IO_TRACE is not set
22315 +# CONFIG_LSF is not set
22316 +# CONFIG_BLK_DEV_BSG is not set
22317 +
22318 +#
22319 +# IO Schedulers
22320 +#
22321 +CONFIG_IOSCHED_NOOP=y
22322 +CONFIG_IOSCHED_AS=y
22323 +CONFIG_IOSCHED_DEADLINE=y
22324 +CONFIG_IOSCHED_CFQ=y
22325 +CONFIG_DEFAULT_AS=y
22326 +# CONFIG_DEFAULT_DEADLINE is not set
22327 +# CONFIG_DEFAULT_CFQ is not set
22328 +# CONFIG_DEFAULT_NOOP is not set
22329 +CONFIG_DEFAULT_IOSCHED="anticipatory"
22330 +CONFIG_CLASSIC_RCU=y
22331 +
22332 +#
22333 +# Platform support
22334 +#
22335 +# CONFIG_PPC_MULTIPLATFORM is not set
22336 +# CONFIG_PPC_82xx is not set
22337 +CONFIG_PPC_83xx=y
22338 +# CONFIG_PPC_86xx is not set
22339 +# CONFIG_PPC_MPC512x is not set
22340 +# CONFIG_PPC_MPC5121 is not set
22341 +# CONFIG_PPC_CELL is not set
22342 +# CONFIG_PPC_CELL_NATIVE is not set
22343 +# CONFIG_PQ2ADS is not set
22344 +CONFIG_MPC83xx=y
22345 +CONFIG_MPC831x_RDB=y
22346 +# CONFIG_MPC832x_MDS is not set
22347 +# CONFIG_MPC832x_RDB is not set
22348 +# CONFIG_MPC834x_MDS is not set
22349 +# CONFIG_MPC834x_ITX is not set
22350 +# CONFIG_MPC836x_MDS is not set
22351 +# CONFIG_MPC837x_MDS is not set
22352 +# CONFIG_MPC837x_RDB is not set
22353 +# CONFIG_SBC834x is not set
22354 +CONFIG_PPC_MPC831x=y
22355 +CONFIG_IPIC=y
22356 +# CONFIG_MPIC is not set
22357 +# CONFIG_MPIC_WEIRD is not set
22358 +# CONFIG_PPC_I8259 is not set
22359 +# CONFIG_PPC_RTAS is not set
22360 +# CONFIG_MMIO_NVRAM is not set
22361 +# CONFIG_PPC_MPC106 is not set
22362 +# CONFIG_PPC_970_NAP is not set
22363 +# CONFIG_PPC_INDIRECT_IO is not set
22364 +# CONFIG_GENERIC_IOMAP is not set
22365 +# CONFIG_CPU_FREQ is not set
22366 +# CONFIG_FSL_ULI1575 is not set
22367 +
22368 +#
22369 +# Kernel options
22370 +#
22371 +# CONFIG_HIGHMEM is not set
22372 +CONFIG_TICK_ONESHOT=y
22373 +CONFIG_NO_HZ=y
22374 +CONFIG_HIGH_RES_TIMERS=y
22375 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
22376 +# CONFIG_HZ_100 is not set
22377 +CONFIG_HZ_250=y
22378 +# CONFIG_HZ_300 is not set
22379 +# CONFIG_HZ_1000 is not set
22380 +CONFIG_HZ=250
22381 +# CONFIG_SCHED_HRTICK is not set
22382 +CONFIG_PREEMPT_NONE=y
22383 +# CONFIG_PREEMPT_VOLUNTARY is not set
22384 +# CONFIG_PREEMPT is not set
22385 +CONFIG_BINFMT_ELF=y
22386 +# CONFIG_BINFMT_MISC is not set
22387 +# CONFIG_IOMMU_HELPER is not set
22388 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
22389 +CONFIG_ARCH_HAS_WALK_MEMORY=y
22390 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
22391 +CONFIG_ARCH_FLATMEM_ENABLE=y
22392 +CONFIG_ARCH_POPULATES_NODE_MAP=y
22393 +CONFIG_SELECT_MEMORY_MODEL=y
22394 +CONFIG_FLATMEM_MANUAL=y
22395 +# CONFIG_DISCONTIGMEM_MANUAL is not set
22396 +# CONFIG_SPARSEMEM_MANUAL is not set
22397 +CONFIG_FLATMEM=y
22398 +CONFIG_FLAT_NODE_MEM_MAP=y
22399 +# CONFIG_SPARSEMEM_STATIC is not set
22400 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
22401 +CONFIG_SPLIT_PTLOCK_CPUS=4
22402 +# CONFIG_RESOURCES_64BIT is not set
22403 +CONFIG_ZONE_DMA_FLAG=1
22404 +CONFIG_BOUNCE=y
22405 +CONFIG_VIRT_TO_BUS=y
22406 +CONFIG_PROC_DEVICETREE=y
22407 +# CONFIG_CMDLINE_BOOL is not set
22408 +# CONFIG_PM is not set
22409 +CONFIG_SECCOMP=y
22410 +CONFIG_ISA_DMA_API=y
22411 +
22412 +#
22413 +# Bus options
22414 +#
22415 +CONFIG_ZONE_DMA=y
22416 +CONFIG_GENERIC_ISA_DMA=y
22417 +CONFIG_PPC_INDIRECT_PCI=y
22418 +CONFIG_FSL_SOC=y
22419 +CONFIG_PCI=y
22420 +CONFIG_PCI_DOMAINS=y
22421 +CONFIG_PCI_SYSCALL=y
22422 +# CONFIG_PCIEPORTBUS is not set
22423 +CONFIG_ARCH_SUPPORTS_MSI=y
22424 +# CONFIG_PCI_MSI is not set
22425 +CONFIG_PCI_LEGACY=y
22426 +# CONFIG_PCI_DEBUG is not set
22427 +# CONFIG_PCCARD is not set
22428 +# CONFIG_HOTPLUG_PCI is not set
22429 +
22430 +#
22431 +# Advanced setup
22432 +#
22433 +# CONFIG_ADVANCED_OPTIONS is not set
22434 +
22435 +#
22436 +# Default settings for advanced configuration options are used
22437 +#
22438 +CONFIG_HIGHMEM_START=0xfe000000
22439 +CONFIG_LOWMEM_SIZE=0x30000000
22440 +CONFIG_KERNEL_START=0xc0000000
22441 +CONFIG_TASK_SIZE=0xc0000000
22442 +CONFIG_BOOT_LOAD=0x00800000
22443 +
22444 +#
22445 +# Networking
22446 +#
22447 +CONFIG_NET=y
22448 +
22449 +#
22450 +# Networking options
22451 +#
22452 +CONFIG_PACKET=y
22453 +# CONFIG_PACKET_MMAP is not set
22454 +CONFIG_UNIX=y
22455 +CONFIG_XFRM=y
22456 +# CONFIG_XFRM_USER is not set
22457 +# CONFIG_XFRM_SUB_POLICY is not set
22458 +# CONFIG_XFRM_MIGRATE is not set
22459 +# CONFIG_XFRM_STATISTICS is not set
22460 +# CONFIG_NET_KEY is not set
22461 +CONFIG_INET=y
22462 +CONFIG_IP_MULTICAST=y
22463 +# CONFIG_IP_ADVANCED_ROUTER is not set
22464 +CONFIG_IP_FIB_HASH=y
22465 +CONFIG_IP_PNP=y
22466 +CONFIG_IP_PNP_DHCP=y
22467 +CONFIG_IP_PNP_BOOTP=y
22468 +# CONFIG_IP_PNP_RARP is not set
22469 +# CONFIG_NET_IPIP is not set
22470 +# CONFIG_NET_IPGRE is not set
22471 +# CONFIG_IP_MROUTE is not set
22472 +# CONFIG_ARPD is not set
22473 +CONFIG_SYN_COOKIES=y
22474 +# CONFIG_INET_AH is not set
22475 +# CONFIG_INET_ESP is not set
22476 +# CONFIG_INET_IPCOMP is not set
22477 +# CONFIG_INET_XFRM_TUNNEL is not set
22478 +# CONFIG_INET_TUNNEL is not set
22479 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
22480 +CONFIG_INET_XFRM_MODE_TUNNEL=y
22481 +CONFIG_INET_XFRM_MODE_BEET=y
22482 +# CONFIG_INET_LRO is not set
22483 +CONFIG_INET_DIAG=y
22484 +CONFIG_INET_TCP_DIAG=y
22485 +# CONFIG_TCP_CONG_ADVANCED is not set
22486 +CONFIG_TCP_CONG_CUBIC=y
22487 +CONFIG_DEFAULT_TCP_CONG="cubic"
22488 +# CONFIG_TCP_MD5SIG is not set
22489 +# CONFIG_IPV6 is not set
22490 +# CONFIG_INET6_XFRM_TUNNEL is not set
22491 +# CONFIG_INET6_TUNNEL is not set
22492 +# CONFIG_NETWORK_SECMARK is not set
22493 +# CONFIG_NETFILTER is not set
22494 +# CONFIG_IP_DCCP is not set
22495 +# CONFIG_IP_SCTP is not set
22496 +# CONFIG_TIPC is not set
22497 +# CONFIG_ATM is not set
22498 +# CONFIG_BRIDGE is not set
22499 +# CONFIG_VLAN_8021Q is not set
22500 +# CONFIG_DECNET is not set
22501 +# CONFIG_LLC2 is not set
22502 +# CONFIG_IPX is not set
22503 +# CONFIG_ATALK is not set
22504 +# CONFIG_X25 is not set
22505 +# CONFIG_LAPB is not set
22506 +# CONFIG_ECONET is not set
22507 +# CONFIG_WAN_ROUTER is not set
22508 +# CONFIG_NET_SCHED is not set
22509 +
22510 +#
22511 +# Network testing
22512 +#
22513 +# CONFIG_NET_PKTGEN is not set
22514 +# CONFIG_HAMRADIO is not set
22515 +# CONFIG_CAN is not set
22516 +# CONFIG_IRDA is not set
22517 +# CONFIG_BT is not set
22518 +# CONFIG_AF_RXRPC is not set
22519 +
22520 +#
22521 +# Wireless
22522 +#
22523 +# CONFIG_CFG80211 is not set
22524 +# CONFIG_WIRELESS_EXT is not set
22525 +# CONFIG_MAC80211 is not set
22526 +# CONFIG_IEEE80211 is not set
22527 +# CONFIG_RFKILL is not set
22528 +# CONFIG_NET_9P is not set
22529 +
22530 +#
22531 +# Device Drivers
22532 +#
22533 +
22534 +#
22535 +# Generic Driver Options
22536 +#
22537 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
22538 +CONFIG_STANDALONE=y
22539 +CONFIG_PREVENT_FIRMWARE_BUILD=y
22540 +# CONFIG_FW_LOADER is not set
22541 +# CONFIG_DEBUG_DRIVER is not set
22542 +# CONFIG_DEBUG_DEVRES is not set
22543 +# CONFIG_SYS_HYPERVISOR is not set
22544 +# CONFIG_CONNECTOR is not set
22545 +CONFIG_MTD=y
22546 +# CONFIG_MTD_DEBUG is not set
22547 +# CONFIG_MTD_CONCAT is not set
22548 +CONFIG_MTD_PARTITIONS=y
22549 +# CONFIG_MTD_REDBOOT_PARTS is not set
22550 +# CONFIG_MTD_CMDLINE_PARTS is not set
22551 +# CONFIG_MTD_OF_PARTS is not set
22552 +
22553 +#
22554 +# User Modules And Translation Layers
22555 +#
22556 +CONFIG_MTD_CHAR=y
22557 +CONFIG_MTD_BLKDEVS=y
22558 +CONFIG_MTD_BLOCK=y
22559 +# CONFIG_FTL is not set
22560 +# CONFIG_NFTL is not set
22561 +# CONFIG_INFTL is not set
22562 +# CONFIG_RFD_FTL is not set
22563 +# CONFIG_SSFDC is not set
22564 +# CONFIG_MTD_OOPS is not set
22565 +
22566 +#
22567 +# RAM/ROM/Flash chip drivers
22568 +#
22569 +CONFIG_MTD_CFI=y
22570 +# CONFIG_MTD_JEDECPROBE is not set
22571 +CONFIG_MTD_GEN_PROBE=y
22572 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
22573 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
22574 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
22575 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
22576 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
22577 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
22578 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
22579 +CONFIG_MTD_CFI_I1=y
22580 +CONFIG_MTD_CFI_I2=y
22581 +# CONFIG_MTD_CFI_I4 is not set
22582 +# CONFIG_MTD_CFI_I8 is not set
22583 +# CONFIG_MTD_CFI_INTELEXT is not set
22584 +CONFIG_MTD_CFI_AMDSTD=y
22585 +# CONFIG_MTD_CFI_STAA is not set
22586 +CONFIG_MTD_CFI_UTIL=y
22587 +# CONFIG_MTD_RAM is not set
22588 +# CONFIG_MTD_ROM is not set
22589 +# CONFIG_MTD_ABSENT is not set
22590 +
22591 +#
22592 +# Mapping drivers for chip access
22593 +#
22594 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
22595 +# CONFIG_MTD_PHYSMAP is not set
22596 +CONFIG_MTD_PHYSMAP_OF=y
22597 +# CONFIG_MTD_INTEL_VR_NOR is not set
22598 +# CONFIG_MTD_PLATRAM is not set
22599 +
22600 +#
22601 +# Self-contained MTD device drivers
22602 +#
22603 +# CONFIG_MTD_PMC551 is not set
22604 +# CONFIG_MTD_DATAFLASH is not set
22605 +# CONFIG_MTD_M25P80 is not set
22606 +# CONFIG_MTD_SLRAM is not set
22607 +# CONFIG_MTD_PHRAM is not set
22608 +# CONFIG_MTD_MTDRAM is not set
22609 +# CONFIG_MTD_BLOCK2MTD is not set
22610 +
22611 +#
22612 +# Disk-On-Chip Device Drivers
22613 +#
22614 +# CONFIG_MTD_DOC2000 is not set
22615 +# CONFIG_MTD_DOC2001 is not set
22616 +# CONFIG_MTD_DOC2001PLUS is not set
22617 +CONFIG_MTD_NAND=y
22618 +CONFIG_MTD_NAND_VERIFY_WRITE=y
22619 +# CONFIG_MTD_NAND_ECC_SMC is not set
22620 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
22621 +CONFIG_MTD_NAND_IDS=y
22622 +# CONFIG_MTD_NAND_DISKONCHIP is not set
22623 +# CONFIG_MTD_NAND_CAFE is not set
22624 +# CONFIG_MTD_NAND_NANDSIM is not set
22625 +# CONFIG_MTD_NAND_PLATFORM is not set
22626 +# CONFIG_MTD_ALAUDA is not set
22627 +# CONFIG_MTD_NAND_FSL_ELBC is not set
22628 +# CONFIG_MTD_ONENAND is not set
22629 +
22630 +#
22631 +# UBI - Unsorted block images
22632 +#
22633 +# CONFIG_MTD_UBI is not set
22634 +CONFIG_OF_DEVICE=y
22635 +# CONFIG_PARPORT is not set
22636 +CONFIG_BLK_DEV=y
22637 +# CONFIG_BLK_DEV_FD is not set
22638 +# CONFIG_BLK_CPQ_DA is not set
22639 +# CONFIG_BLK_CPQ_CISS_DA is not set
22640 +# CONFIG_BLK_DEV_DAC960 is not set
22641 +# CONFIG_BLK_DEV_UMEM is not set
22642 +# CONFIG_BLK_DEV_COW_COMMON is not set
22643 +CONFIG_BLK_DEV_LOOP=y
22644 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
22645 +# CONFIG_BLK_DEV_NBD is not set
22646 +# CONFIG_BLK_DEV_SX8 is not set
22647 +# CONFIG_BLK_DEV_UB is not set
22648 +CONFIG_BLK_DEV_RAM=y
22649 +CONFIG_BLK_DEV_RAM_COUNT=16
22650 +CONFIG_BLK_DEV_RAM_SIZE=32768
22651 +# CONFIG_BLK_DEV_XIP is not set
22652 +# CONFIG_CDROM_PKTCDVD is not set
22653 +# CONFIG_ATA_OVER_ETH is not set
22654 +CONFIG_MISC_DEVICES=y
22655 +# CONFIG_PHANTOM is not set
22656 +# CONFIG_EEPROM_93CX6 is not set
22657 +# CONFIG_SGI_IOC4 is not set
22658 +# CONFIG_TIFM_CORE is not set
22659 +# CONFIG_ENCLOSURE_SERVICES is not set
22660 +CONFIG_HAVE_IDE=y
22661 +# CONFIG_IDE is not set
22662 +
22663 +#
22664 +# SCSI device support
22665 +#
22666 +# CONFIG_RAID_ATTRS is not set
22667 +CONFIG_SCSI=y
22668 +CONFIG_SCSI_DMA=y
22669 +# CONFIG_SCSI_TGT is not set
22670 +# CONFIG_SCSI_NETLINK is not set
22671 +CONFIG_SCSI_PROC_FS=y
22672 +
22673 +#
22674 +# SCSI support type (disk, tape, CD-ROM)
22675 +#
22676 +# CONFIG_BLK_DEV_SD is not set
22677 +# CONFIG_CHR_DEV_ST is not set
22678 +# CONFIG_CHR_DEV_OSST is not set
22679 +# CONFIG_BLK_DEV_SR is not set
22680 +CONFIG_CHR_DEV_SG=y
22681 +# CONFIG_CHR_DEV_SCH is not set
22682 +
22683 +#
22684 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
22685 +#
22686 +# CONFIG_SCSI_MULTI_LUN is not set
22687 +# CONFIG_SCSI_CONSTANTS is not set
22688 +# CONFIG_SCSI_LOGGING is not set
22689 +# CONFIG_SCSI_SCAN_ASYNC is not set
22690 +CONFIG_SCSI_WAIT_SCAN=m
22691 +
22692 +#
22693 +# SCSI Transports
22694 +#
22695 +CONFIG_SCSI_SPI_ATTRS=y
22696 +# CONFIG_SCSI_FC_ATTRS is not set
22697 +# CONFIG_SCSI_ISCSI_ATTRS is not set
22698 +# CONFIG_SCSI_SAS_LIBSAS is not set
22699 +# CONFIG_SCSI_SRP_ATTRS is not set
22700 +CONFIG_SCSI_LOWLEVEL=y
22701 +# CONFIG_ISCSI_TCP is not set
22702 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
22703 +# CONFIG_SCSI_3W_9XXX is not set
22704 +# CONFIG_SCSI_ACARD is not set
22705 +# CONFIG_SCSI_AACRAID is not set
22706 +# CONFIG_SCSI_AIC7XXX is not set
22707 +# CONFIG_SCSI_AIC7XXX_OLD is not set
22708 +# CONFIG_SCSI_AIC79XX is not set
22709 +# CONFIG_SCSI_AIC94XX is not set
22710 +# CONFIG_SCSI_DPT_I2O is not set
22711 +# CONFIG_SCSI_ADVANSYS is not set
22712 +# CONFIG_SCSI_ARCMSR is not set
22713 +# CONFIG_MEGARAID_NEWGEN is not set
22714 +# CONFIG_MEGARAID_LEGACY is not set
22715 +# CONFIG_MEGARAID_SAS is not set
22716 +# CONFIG_SCSI_HPTIOP is not set
22717 +# CONFIG_SCSI_BUSLOGIC is not set
22718 +# CONFIG_SCSI_DMX3191D is not set
22719 +# CONFIG_SCSI_EATA is not set
22720 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
22721 +# CONFIG_SCSI_GDTH is not set
22722 +# CONFIG_SCSI_IPS is not set
22723 +# CONFIG_SCSI_INITIO is not set
22724 +# CONFIG_SCSI_INIA100 is not set
22725 +# CONFIG_SCSI_MVSAS is not set
22726 +# CONFIG_SCSI_STEX is not set
22727 +# CONFIG_SCSI_SYM53C8XX_2 is not set
22728 +# CONFIG_SCSI_IPR is not set
22729 +# CONFIG_SCSI_QLOGIC_1280 is not set
22730 +# CONFIG_SCSI_QLA_FC is not set
22731 +# CONFIG_SCSI_QLA_ISCSI is not set
22732 +# CONFIG_SCSI_LPFC is not set
22733 +# CONFIG_SCSI_DC395x is not set
22734 +# CONFIG_SCSI_DC390T is not set
22735 +# CONFIG_SCSI_NSP32 is not set
22736 +# CONFIG_SCSI_DEBUG is not set
22737 +# CONFIG_SCSI_SRP is not set
22738 +CONFIG_ATA=y
22739 +# CONFIG_ATA_NONSTANDARD is not set
22740 +# CONFIG_SATA_AHCI is not set
22741 +# CONFIG_SATA_SVW is not set
22742 +# CONFIG_ATA_PIIX is not set
22743 +# CONFIG_SATA_MV is not set
22744 +# CONFIG_SATA_NV is not set
22745 +# CONFIG_PDC_ADMA is not set
22746 +# CONFIG_SATA_QSTOR is not set
22747 +# CONFIG_SATA_PROMISE is not set
22748 +# CONFIG_SATA_SX4 is not set
22749 +# CONFIG_SATA_SIL is not set
22750 +# CONFIG_SATA_SIL24 is not set
22751 +# CONFIG_SATA_SIS is not set
22752 +# CONFIG_SATA_ULI is not set
22753 +# CONFIG_SATA_VIA is not set
22754 +# CONFIG_SATA_VITESSE is not set
22755 +# CONFIG_SATA_INIC162X is not set
22756 +CONFIG_SATA_FSL=y
22757 +# CONFIG_PATA_ALI is not set
22758 +# CONFIG_PATA_AMD is not set
22759 +# CONFIG_PATA_ARTOP is not set
22760 +# CONFIG_PATA_ATIIXP is not set
22761 +# CONFIG_PATA_CMD640_PCI is not set
22762 +# CONFIG_PATA_CMD64X is not set
22763 +# CONFIG_PATA_CS5520 is not set
22764 +# CONFIG_PATA_CS5530 is not set
22765 +# CONFIG_PATA_CYPRESS is not set
22766 +# CONFIG_PATA_EFAR is not set
22767 +# CONFIG_ATA_GENERIC is not set
22768 +# CONFIG_PATA_HPT366 is not set
22769 +# CONFIG_PATA_HPT37X is not set
22770 +# CONFIG_PATA_HPT3X2N is not set
22771 +# CONFIG_PATA_HPT3X3 is not set
22772 +# CONFIG_PATA_IT821X is not set
22773 +# CONFIG_PATA_IT8213 is not set
22774 +# CONFIG_PATA_JMICRON is not set
22775 +# CONFIG_PATA_TRIFLEX is not set
22776 +# CONFIG_PATA_MARVELL is not set
22777 +# CONFIG_PATA_MPIIX is not set
22778 +# CONFIG_PATA_OLDPIIX is not set
22779 +# CONFIG_PATA_NETCELL is not set
22780 +# CONFIG_PATA_NINJA32 is not set
22781 +# CONFIG_PATA_NS87410 is not set
22782 +# CONFIG_PATA_NS87415 is not set
22783 +# CONFIG_PATA_OPTI is not set
22784 +# CONFIG_PATA_OPTIDMA is not set
22785 +# CONFIG_PATA_PDC_OLD is not set
22786 +# CONFIG_PATA_RADISYS is not set
22787 +# CONFIG_PATA_RZ1000 is not set
22788 +# CONFIG_PATA_SC1200 is not set
22789 +# CONFIG_PATA_SERVERWORKS is not set
22790 +# CONFIG_PATA_PDC2027X is not set
22791 +# CONFIG_PATA_SIL680 is not set
22792 +# CONFIG_PATA_SIS is not set
22793 +# CONFIG_PATA_VIA is not set
22794 +# CONFIG_PATA_WINBOND is not set
22795 +# CONFIG_PATA_PLATFORM is not set
22796 +CONFIG_MD=y
22797 +CONFIG_BLK_DEV_MD=y
22798 +CONFIG_MD_LINEAR=y
22799 +CONFIG_MD_RAID0=y
22800 +CONFIG_MD_RAID1=y
22801 +# CONFIG_MD_RAID10 is not set
22802 +# CONFIG_MD_RAID456 is not set
22803 +# CONFIG_MD_MULTIPATH is not set
22804 +# CONFIG_MD_FAULTY is not set
22805 +# CONFIG_BLK_DEV_DM is not set
22806 +# CONFIG_FUSION is not set
22807 +
22808 +#
22809 +# IEEE 1394 (FireWire) support
22810 +#
22811 +# CONFIG_FIREWIRE is not set
22812 +# CONFIG_IEEE1394 is not set
22813 +# CONFIG_I2O is not set
22814 +# CONFIG_MACINTOSH_DRIVERS is not set
22815 +CONFIG_NETDEVICES=y
22816 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
22817 +# CONFIG_DUMMY is not set
22818 +# CONFIG_BONDING is not set
22819 +# CONFIG_MACVLAN is not set
22820 +# CONFIG_EQUALIZER is not set
22821 +# CONFIG_TUN is not set
22822 +# CONFIG_VETH is not set
22823 +# CONFIG_ARCNET is not set
22824 +CONFIG_PHYLIB=y
22825 +
22826 +#
22827 +# MII PHY device drivers
22828 +#
22829 +# CONFIG_MARVELL_PHY is not set
22830 +# CONFIG_DAVICOM_PHY is not set
22831 +# CONFIG_QSEMI_PHY is not set
22832 +# CONFIG_LXT_PHY is not set
22833 +# CONFIG_CICADA_PHY is not set
22834 +# CONFIG_VITESSE_PHY is not set
22835 +# CONFIG_SMSC_PHY is not set
22836 +# CONFIG_BROADCOM_PHY is not set
22837 +# CONFIG_ICPLUS_PHY is not set
22838 +# CONFIG_REALTEK_PHY is not set
22839 +# CONFIG_FIXED_PHY is not set
22840 +# CONFIG_MDIO_BITBANG is not set
22841 +CONFIG_NET_ETHERNET=y
22842 +CONFIG_MII=y
22843 +# CONFIG_HAPPYMEAL is not set
22844 +# CONFIG_SUNGEM is not set
22845 +# CONFIG_CASSINI is not set
22846 +# CONFIG_NET_VENDOR_3COM is not set
22847 +# CONFIG_ENC28J60 is not set
22848 +# CONFIG_NET_TULIP is not set
22849 +# CONFIG_HP100 is not set
22850 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
22851 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
22852 +# CONFIG_IBM_NEW_EMAC_TAH is not set
22853 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
22854 +CONFIG_NET_PCI=y
22855 +# CONFIG_PCNET32 is not set
22856 +# CONFIG_AMD8111_ETH is not set
22857 +# CONFIG_ADAPTEC_STARFIRE is not set
22858 +# CONFIG_B44 is not set
22859 +# CONFIG_FORCEDETH is not set
22860 +# CONFIG_EEPRO100 is not set
22861 +CONFIG_E100=y
22862 +# CONFIG_FEALNX is not set
22863 +# CONFIG_NATSEMI is not set
22864 +# CONFIG_NE2K_PCI is not set
22865 +# CONFIG_8139CP is not set
22866 +# CONFIG_8139TOO is not set
22867 +# CONFIG_R6040 is not set
22868 +# CONFIG_SIS900 is not set
22869 +# CONFIG_EPIC100 is not set
22870 +# CONFIG_SUNDANCE is not set
22871 +# CONFIG_TLAN is not set
22872 +# CONFIG_VIA_RHINE is not set
22873 +# CONFIG_SC92031 is not set
22874 +CONFIG_NETDEV_1000=y
22875 +# CONFIG_ACENIC is not set
22876 +# CONFIG_DL2K is not set
22877 +# CONFIG_E1000 is not set
22878 +# CONFIG_E1000E is not set
22879 +# CONFIG_E1000E_ENABLED is not set
22880 +# CONFIG_IP1000 is not set
22881 +# CONFIG_IGB is not set
22882 +# CONFIG_NS83820 is not set
22883 +# CONFIG_HAMACHI is not set
22884 +# CONFIG_YELLOWFIN is not set
22885 +# CONFIG_R8169 is not set
22886 +# CONFIG_SIS190 is not set
22887 +# CONFIG_SKGE is not set
22888 +# CONFIG_SKY2 is not set
22889 +# CONFIG_SK98LIN is not set
22890 +# CONFIG_VIA_VELOCITY is not set
22891 +# CONFIG_TIGON3 is not set
22892 +# CONFIG_BNX2 is not set
22893 +CONFIG_GIANFAR=y
22894 +CONFIG_GFAR_NAPI=y
22895 +# CONFIG_QLA3XXX is not set
22896 +# CONFIG_ATL1 is not set
22897 +CONFIG_NETDEV_10000=y
22898 +# CONFIG_CHELSIO_T1 is not set
22899 +# CONFIG_CHELSIO_T3 is not set
22900 +# CONFIG_IXGBE is not set
22901 +# CONFIG_IXGB is not set
22902 +# CONFIG_S2IO is not set
22903 +# CONFIG_MYRI10GE is not set
22904 +# CONFIG_NETXEN_NIC is not set
22905 +# CONFIG_NIU is not set
22906 +# CONFIG_MLX4_CORE is not set
22907 +# CONFIG_TEHUTI is not set
22908 +# CONFIG_BNX2X is not set
22909 +# CONFIG_TR is not set
22910 +
22911 +#
22912 +# Wireless LAN
22913 +#
22914 +# CONFIG_WLAN_PRE80211 is not set
22915 +# CONFIG_WLAN_80211 is not set
22916 +
22917 +#
22918 +# USB Network Adapters
22919 +#
22920 +# CONFIG_USB_CATC is not set
22921 +# CONFIG_USB_KAWETH is not set
22922 +# CONFIG_USB_PEGASUS is not set
22923 +# CONFIG_USB_RTL8150 is not set
22924 +# CONFIG_USB_USBNET is not set
22925 +# CONFIG_WAN is not set
22926 +# CONFIG_FDDI is not set
22927 +# CONFIG_HIPPI is not set
22928 +# CONFIG_PPP is not set
22929 +# CONFIG_SLIP is not set
22930 +# CONFIG_NET_FC is not set
22931 +# CONFIG_NETCONSOLE is not set
22932 +# CONFIG_NETPOLL is not set
22933 +# CONFIG_NET_POLL_CONTROLLER is not set
22934 +# CONFIG_ISDN is not set
22935 +# CONFIG_PHONE is not set
22936 +
22937 +#
22938 +# Input device support
22939 +#
22940 +CONFIG_INPUT=y
22941 +# CONFIG_INPUT_FF_MEMLESS is not set
22942 +# CONFIG_INPUT_POLLDEV is not set
22943 +
22944 +#
22945 +# Userland interfaces
22946 +#
22947 +# CONFIG_INPUT_MOUSEDEV is not set
22948 +# CONFIG_INPUT_JOYDEV is not set
22949 +# CONFIG_INPUT_EVDEV is not set
22950 +# CONFIG_INPUT_EVBUG is not set
22951 +
22952 +#
22953 +# Input Device Drivers
22954 +#
22955 +# CONFIG_INPUT_KEYBOARD is not set
22956 +# CONFIG_INPUT_MOUSE is not set
22957 +# CONFIG_INPUT_JOYSTICK is not set
22958 +# CONFIG_INPUT_TABLET is not set
22959 +# CONFIG_INPUT_TOUCHSCREEN is not set
22960 +# CONFIG_INPUT_MISC is not set
22961 +
22962 +#
22963 +# Hardware I/O ports
22964 +#
22965 +# CONFIG_SERIO is not set
22966 +# CONFIG_GAMEPORT is not set
22967 +
22968 +#
22969 +# Character devices
22970 +#
22971 +# CONFIG_VT is not set
22972 +# CONFIG_SERIAL_NONSTANDARD is not set
22973 +# CONFIG_NOZOMI is not set
22974 +
22975 +#
22976 +# Serial drivers
22977 +#
22978 +CONFIG_SERIAL_8250=y
22979 +CONFIG_SERIAL_8250_CONSOLE=y
22980 +CONFIG_SERIAL_8250_PCI=y
22981 +CONFIG_SERIAL_8250_NR_UARTS=4
22982 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
22983 +# CONFIG_SERIAL_8250_EXTENDED is not set
22984 +
22985 +#
22986 +# Non-8250 serial port support
22987 +#
22988 +# CONFIG_SERIAL_UARTLITE is not set
22989 +CONFIG_SERIAL_CORE=y
22990 +CONFIG_SERIAL_CORE_CONSOLE=y
22991 +# CONFIG_SERIAL_JSM is not set
22992 +# CONFIG_SERIAL_OF_PLATFORM is not set
22993 +CONFIG_UNIX98_PTYS=y
22994 +CONFIG_LEGACY_PTYS=y
22995 +CONFIG_LEGACY_PTY_COUNT=256
22996 +# CONFIG_IPMI_HANDLER is not set
22997 +CONFIG_HW_RANDOM=y
22998 +# CONFIG_NVRAM is not set
22999 +# CONFIG_GEN_RTC is not set
23000 +# CONFIG_R3964 is not set
23001 +# CONFIG_APPLICOM is not set
23002 +# CONFIG_RAW_DRIVER is not set
23003 +# CONFIG_TCG_TPM is not set
23004 +CONFIG_DEVPORT=y
23005 +CONFIG_I2C=y
23006 +CONFIG_I2C_BOARDINFO=y
23007 +CONFIG_I2C_CHARDEV=y
23008 +
23009 +#
23010 +# I2C Algorithms
23011 +#
23012 +# CONFIG_I2C_ALGOBIT is not set
23013 +# CONFIG_I2C_ALGOPCF is not set
23014 +# CONFIG_I2C_ALGOPCA is not set
23015 +
23016 +#
23017 +# I2C Hardware Bus support
23018 +#
23019 +# CONFIG_I2C_ALI1535 is not set
23020 +# CONFIG_I2C_ALI1563 is not set
23021 +# CONFIG_I2C_ALI15X3 is not set
23022 +# CONFIG_I2C_AMD756 is not set
23023 +# CONFIG_I2C_AMD8111 is not set
23024 +# CONFIG_I2C_I801 is not set
23025 +# CONFIG_I2C_I810 is not set
23026 +# CONFIG_I2C_PIIX4 is not set
23027 +CONFIG_I2C_MPC=y
23028 +# CONFIG_I2C_NFORCE2 is not set
23029 +# CONFIG_I2C_OCORES is not set
23030 +# CONFIG_I2C_PARPORT_LIGHT is not set
23031 +# CONFIG_I2C_PROSAVAGE is not set
23032 +# CONFIG_I2C_SAVAGE4 is not set
23033 +# CONFIG_I2C_SIMTEC is not set
23034 +# CONFIG_I2C_SIS5595 is not set
23035 +# CONFIG_I2C_SIS630 is not set
23036 +# CONFIG_I2C_SIS96X is not set
23037 +# CONFIG_I2C_TAOS_EVM is not set
23038 +# CONFIG_I2C_STUB is not set
23039 +# CONFIG_I2C_TINY_USB is not set
23040 +# CONFIG_I2C_VIA is not set
23041 +# CONFIG_I2C_VIAPRO is not set
23042 +# CONFIG_I2C_VOODOO3 is not set
23043 +
23044 +#
23045 +# Miscellaneous I2C Chip support
23046 +#
23047 +# CONFIG_DS1682 is not set
23048 +# CONFIG_SENSORS_EEPROM is not set
23049 +# CONFIG_SENSORS_PCF8574 is not set
23050 +# CONFIG_PCF8575 is not set
23051 +# CONFIG_SENSORS_PCF8591 is not set
23052 +# CONFIG_TPS65010 is not set
23053 +# CONFIG_SENSORS_MAX6875 is not set
23054 +# CONFIG_SENSORS_TSL2550 is not set
23055 +# CONFIG_I2C_DEBUG_CORE is not set
23056 +# CONFIG_I2C_DEBUG_ALGO is not set
23057 +# CONFIG_I2C_DEBUG_BUS is not set
23058 +# CONFIG_I2C_DEBUG_CHIP is not set
23059 +
23060 +#
23061 +# SPI support
23062 +#
23063 +CONFIG_SPI=y
23064 +# CONFIG_SPI_DEBUG is not set
23065 +CONFIG_SPI_MASTER=y
23066 +
23067 +#
23068 +# SPI Master Controller Drivers
23069 +#
23070 +CONFIG_SPI_BITBANG=y
23071 +CONFIG_SPI_MPC83xx=y
23072 +
23073 +#
23074 +# SPI Protocol Masters
23075 +#
23076 +# CONFIG_SPI_AT25 is not set
23077 +# CONFIG_SPI_SPIDEV is not set
23078 +# CONFIG_SPI_TLE62X0 is not set
23079 +# CONFIG_W1 is not set
23080 +# CONFIG_POWER_SUPPLY is not set
23081 +CONFIG_HWMON=y
23082 +# CONFIG_HWMON_VID is not set
23083 +# CONFIG_SENSORS_AD7418 is not set
23084 +# CONFIG_SENSORS_ADM1021 is not set
23085 +# CONFIG_SENSORS_ADM1025 is not set
23086 +# CONFIG_SENSORS_ADM1026 is not set
23087 +# CONFIG_SENSORS_ADM1029 is not set
23088 +# CONFIG_SENSORS_ADM1031 is not set
23089 +# CONFIG_SENSORS_ADM9240 is not set
23090 +# CONFIG_SENSORS_ADT7470 is not set
23091 +# CONFIG_SENSORS_ADT7473 is not set
23092 +# CONFIG_SENSORS_ATXP1 is not set
23093 +# CONFIG_SENSORS_DS1621 is not set
23094 +# CONFIG_SENSORS_I5K_AMB is not set
23095 +# CONFIG_SENSORS_F71805F is not set
23096 +# CONFIG_SENSORS_F71882FG is not set
23097 +# CONFIG_SENSORS_F75375S is not set
23098 +# CONFIG_SENSORS_GL518SM is not set
23099 +# CONFIG_SENSORS_GL520SM is not set
23100 +# CONFIG_SENSORS_IT87 is not set
23101 +# CONFIG_SENSORS_LM63 is not set
23102 +# CONFIG_SENSORS_LM70 is not set
23103 +# CONFIG_SENSORS_LM75 is not set
23104 +# CONFIG_SENSORS_LM77 is not set
23105 +# CONFIG_SENSORS_LM78 is not set
23106 +# CONFIG_SENSORS_LM80 is not set
23107 +# CONFIG_SENSORS_LM83 is not set
23108 +# CONFIG_SENSORS_LM85 is not set
23109 +# CONFIG_SENSORS_LM87 is not set
23110 +# CONFIG_SENSORS_LM90 is not set
23111 +# CONFIG_SENSORS_LM92 is not set
23112 +# CONFIG_SENSORS_LM93 is not set
23113 +# CONFIG_SENSORS_MAX1619 is not set
23114 +# CONFIG_SENSORS_MAX6650 is not set
23115 +# CONFIG_SENSORS_PC87360 is not set
23116 +# CONFIG_SENSORS_PC87427 is not set
23117 +# CONFIG_SENSORS_SIS5595 is not set
23118 +# CONFIG_SENSORS_DME1737 is not set
23119 +# CONFIG_SENSORS_SMSC47M1 is not set
23120 +# CONFIG_SENSORS_SMSC47M192 is not set
23121 +# CONFIG_SENSORS_SMSC47B397 is not set
23122 +# CONFIG_SENSORS_ADS7828 is not set
23123 +# CONFIG_SENSORS_THMC50 is not set
23124 +# CONFIG_SENSORS_VIA686A is not set
23125 +# CONFIG_SENSORS_VT1211 is not set
23126 +# CONFIG_SENSORS_VT8231 is not set
23127 +# CONFIG_SENSORS_W83781D is not set
23128 +# CONFIG_SENSORS_W83791D is not set
23129 +# CONFIG_SENSORS_W83792D is not set
23130 +# CONFIG_SENSORS_W83793 is not set
23131 +# CONFIG_SENSORS_W83L785TS is not set
23132 +# CONFIG_SENSORS_W83L786NG is not set
23133 +# CONFIG_SENSORS_W83627HF is not set
23134 +# CONFIG_SENSORS_W83627EHF is not set
23135 +# CONFIG_HWMON_DEBUG_CHIP is not set
23136 +# CONFIG_THERMAL is not set
23137 +CONFIG_WATCHDOG=y
23138 +# CONFIG_WATCHDOG_NOWAYOUT is not set
23139 +
23140 +#
23141 +# Watchdog Device Drivers
23142 +#
23143 +# CONFIG_SOFT_WATCHDOG is not set
23144 +CONFIG_83xx_WDT=y
23145 +
23146 +#
23147 +# PCI-based Watchdog Cards
23148 +#
23149 +# CONFIG_PCIPCWATCHDOG is not set
23150 +# CONFIG_WDTPCI is not set
23151 +
23152 +#
23153 +# USB-based Watchdog Cards
23154 +#
23155 +# CONFIG_USBPCWATCHDOG is not set
23156 +
23157 +#
23158 +# Sonics Silicon Backplane
23159 +#
23160 +CONFIG_SSB_POSSIBLE=y
23161 +# CONFIG_SSB is not set
23162 +
23163 +#
23164 +# Multifunction device drivers
23165 +#
23166 +# CONFIG_MFD_SM501 is not set
23167 +
23168 +#
23169 +# Multimedia devices
23170 +#
23171 +# CONFIG_VIDEO_DEV is not set
23172 +# CONFIG_DVB_CORE is not set
23173 +CONFIG_DAB=y
23174 +# CONFIG_USB_DABUSB is not set
23175 +
23176 +#
23177 +# Graphics support
23178 +#
23179 +# CONFIG_AGP is not set
23180 +# CONFIG_DRM is not set
23181 +# CONFIG_VGASTATE is not set
23182 +CONFIG_VIDEO_OUTPUT_CONTROL=m
23183 +# CONFIG_FB is not set
23184 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
23185 +
23186 +#
23187 +# Display device support
23188 +#
23189 +# CONFIG_DISPLAY_SUPPORT is not set
23190 +
23191 +#
23192 +# Sound
23193 +#
23194 +# CONFIG_SOUND is not set
23195 +CONFIG_HID_SUPPORT=y
23196 +CONFIG_HID=y
23197 +# CONFIG_HID_DEBUG is not set
23198 +# CONFIG_HIDRAW is not set
23199 +
23200 +#
23201 +# USB Input Devices
23202 +#
23203 +# CONFIG_USB_HID is not set
23204 +
23205 +#
23206 +# USB HID Boot Protocol drivers
23207 +#
23208 +# CONFIG_USB_KBD is not set
23209 +# CONFIG_USB_MOUSE is not set
23210 +CONFIG_USB_SUPPORT=y
23211 +CONFIG_USB_ARCH_HAS_HCD=y
23212 +CONFIG_USB_ARCH_HAS_OHCI=y
23213 +CONFIG_USB_ARCH_HAS_EHCI=y
23214 +CONFIG_USB=y
23215 +# CONFIG_USB_DEBUG is not set
23216 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
23217 +
23218 +#
23219 +# Miscellaneous USB options
23220 +#
23221 +CONFIG_USB_DEVICEFS=y
23222 +CONFIG_USB_DEVICE_CLASS=y
23223 +# CONFIG_USB_DYNAMIC_MINORS is not set
23224 +# CONFIG_USB_OTG is not set
23225 +
23226 +#
23227 +# USB Host Controller Drivers
23228 +#
23229 +CONFIG_USB_EHCI_HCD=y
23230 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
23231 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
23232 +CONFIG_USB_EHCI_FSL=y
23233 +CONFIG_USB_EHCI_HCD_PPC_OF=y
23234 +# CONFIG_USB_ISP116X_HCD is not set
23235 +CONFIG_USB_OHCI_HCD=y
23236 +CONFIG_USB_OHCI_HCD_PPC_OF=y
23237 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
23238 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
23239 +CONFIG_USB_OHCI_HCD_PCI=y
23240 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
23241 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
23242 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
23243 +CONFIG_USB_UHCI_HCD=y
23244 +# CONFIG_USB_SL811_HCD is not set
23245 +# CONFIG_USB_R8A66597_HCD is not set
23246 +
23247 +#
23248 +# USB Device Class drivers
23249 +#
23250 +# CONFIG_USB_ACM is not set
23251 +# CONFIG_USB_PRINTER is not set
23252 +
23253 +#
23254 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
23255 +#
23256 +
23257 +#
23258 +# may also be needed; see USB_STORAGE Help for more information
23259 +#
23260 +CONFIG_USB_STORAGE=y
23261 +# CONFIG_USB_STORAGE_DEBUG is not set
23262 +# CONFIG_USB_STORAGE_DATAFAB is not set
23263 +# CONFIG_USB_STORAGE_FREECOM is not set
23264 +# CONFIG_USB_STORAGE_ISD200 is not set
23265 +# CONFIG_USB_STORAGE_DPCM is not set
23266 +# CONFIG_USB_STORAGE_USBAT is not set
23267 +# CONFIG_USB_STORAGE_SDDR09 is not set
23268 +# CONFIG_USB_STORAGE_SDDR55 is not set
23269 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
23270 +# CONFIG_USB_STORAGE_ALAUDA is not set
23271 +# CONFIG_USB_STORAGE_KARMA is not set
23272 +# CONFIG_USB_LIBUSUAL is not set
23273 +
23274 +#
23275 +# USB Imaging devices
23276 +#
23277 +# CONFIG_USB_MDC800 is not set
23278 +# CONFIG_USB_MICROTEK is not set
23279 +CONFIG_USB_MON=y
23280 +
23281 +#
23282 +# USB port drivers
23283 +#
23284 +# CONFIG_USB_SERIAL is not set
23285 +
23286 +#
23287 +# USB Miscellaneous drivers
23288 +#
23289 +# CONFIG_USB_EMI62 is not set
23290 +# CONFIG_USB_EMI26 is not set
23291 +# CONFIG_USB_ADUTUX is not set
23292 +# CONFIG_USB_AUERSWALD is not set
23293 +# CONFIG_USB_RIO500 is not set
23294 +# CONFIG_USB_LEGOTOWER is not set
23295 +# CONFIG_USB_LCD is not set
23296 +# CONFIG_USB_BERRY_CHARGE is not set
23297 +# CONFIG_USB_LED is not set
23298 +# CONFIG_USB_CYPRESS_CY7C63 is not set
23299 +# CONFIG_USB_CYTHERM is not set
23300 +# CONFIG_USB_PHIDGET is not set
23301 +# CONFIG_USB_IDMOUSE is not set
23302 +# CONFIG_USB_FTDI_ELAN is not set
23303 +# CONFIG_USB_APPLEDISPLAY is not set
23304 +# CONFIG_USB_SISUSBVGA is not set
23305 +# CONFIG_USB_LD is not set
23306 +# CONFIG_USB_TRANCEVIBRATOR is not set
23307 +# CONFIG_USB_IOWARRIOR is not set
23308 +# CONFIG_USB_TEST is not set
23309 +CONFIG_USB_GADGET=y
23310 +# CONFIG_USB_GADGET_DEBUG is not set
23311 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
23312 +CONFIG_USB_GADGET_SELECTED=y
23313 +# CONFIG_USB_GADGET_AMD5536UDC is not set
23314 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
23315 +# CONFIG_USB_GADGET_FSL_USB2 is not set
23316 +CONFIG_USB_GADGET_NET2280=y
23317 +CONFIG_USB_NET2280=y
23318 +# CONFIG_USB_GADGET_PXA2XX is not set
23319 +# CONFIG_USB_GADGET_M66592 is not set
23320 +# CONFIG_USB_GADGET_GOKU is not set
23321 +# CONFIG_USB_GADGET_LH7A40X is not set
23322 +# CONFIG_USB_GADGET_OMAP is not set
23323 +# CONFIG_USB_GADGET_S3C2410 is not set
23324 +# CONFIG_USB_GADGET_AT91 is not set
23325 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
23326 +CONFIG_USB_GADGET_DUALSPEED=y
23327 +# CONFIG_USB_ZERO is not set
23328 +CONFIG_USB_ETH=y
23329 +CONFIG_USB_ETH_RNDIS=y
23330 +# CONFIG_USB_GADGETFS is not set
23331 +# CONFIG_USB_FILE_STORAGE is not set
23332 +# CONFIG_USB_G_SERIAL is not set
23333 +# CONFIG_USB_MIDI_GADGET is not set
23334 +# CONFIG_USB_G_PRINTER is not set
23335 +# CONFIG_MMC is not set
23336 +# CONFIG_MEMSTICK is not set
23337 +# CONFIG_NEW_LEDS is not set
23338 +# CONFIG_INFINIBAND is not set
23339 +# CONFIG_EDAC is not set
23340 +CONFIG_RTC_LIB=y
23341 +CONFIG_RTC_CLASS=y
23342 +CONFIG_RTC_HCTOSYS=y
23343 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
23344 +# CONFIG_RTC_DEBUG is not set
23345 +
23346 +#
23347 +# RTC interfaces
23348 +#
23349 +CONFIG_RTC_INTF_SYSFS=y
23350 +CONFIG_RTC_INTF_PROC=y
23351 +CONFIG_RTC_INTF_DEV=y
23352 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
23353 +# CONFIG_RTC_DRV_TEST is not set
23354 +
23355 +#
23356 +# I2C RTC drivers
23357 +#
23358 +CONFIG_RTC_DRV_DS1307=y
23359 +# CONFIG_RTC_DRV_DS1374 is not set
23360 +# CONFIG_RTC_DRV_DS1672 is not set
23361 +# CONFIG_RTC_DRV_MAX6900 is not set
23362 +# CONFIG_RTC_DRV_RS5C372 is not set
23363 +# CONFIG_RTC_DRV_ISL1208 is not set
23364 +# CONFIG_RTC_DRV_X1205 is not set
23365 +# CONFIG_RTC_DRV_PCF8563 is not set
23366 +# CONFIG_RTC_DRV_PCF8583 is not set
23367 +# CONFIG_RTC_DRV_M41T80 is not set
23368 +# CONFIG_RTC_DRV_S35390A is not set
23369 +
23370 +#
23371 +# SPI RTC drivers
23372 +#
23373 +# CONFIG_RTC_DRV_MAX6902 is not set
23374 +# CONFIG_RTC_DRV_R9701 is not set
23375 +# CONFIG_RTC_DRV_RS5C348 is not set
23376 +
23377 +#
23378 +# Platform RTC drivers
23379 +#
23380 +# CONFIG_RTC_DRV_CMOS is not set
23381 +# CONFIG_RTC_DRV_DS1511 is not set
23382 +# CONFIG_RTC_DRV_DS1553 is not set
23383 +# CONFIG_RTC_DRV_DS1742 is not set
23384 +# CONFIG_RTC_DRV_STK17TA8 is not set
23385 +# CONFIG_RTC_DRV_M48T86 is not set
23386 +# CONFIG_RTC_DRV_M48T59 is not set
23387 +# CONFIG_RTC_DRV_V3020 is not set
23388 +
23389 +#
23390 +# on-CPU RTC drivers
23391 +#
23392 +# CONFIG_DMADEVICES is not set
23393 +
23394 +#
23395 +# Userspace I/O
23396 +#
23397 +# CONFIG_UIO is not set
23398 +
23399 +#
23400 +# File systems
23401 +#
23402 +CONFIG_EXT2_FS=y
23403 +# CONFIG_EXT2_FS_XATTR is not set
23404 +# CONFIG_EXT2_FS_XIP is not set
23405 +CONFIG_EXT3_FS=y
23406 +CONFIG_EXT3_FS_XATTR=y
23407 +# CONFIG_EXT3_FS_POSIX_ACL is not set
23408 +# CONFIG_EXT3_FS_SECURITY is not set
23409 +# CONFIG_EXT4DEV_FS is not set
23410 +CONFIG_JBD=y
23411 +CONFIG_FS_MBCACHE=y
23412 +# CONFIG_REISERFS_FS is not set
23413 +# CONFIG_JFS_FS is not set
23414 +# CONFIG_FS_POSIX_ACL is not set
23415 +# CONFIG_XFS_FS is not set
23416 +# CONFIG_GFS2_FS is not set
23417 +# CONFIG_OCFS2_FS is not set
23418 +CONFIG_DNOTIFY=y
23419 +CONFIG_INOTIFY=y
23420 +CONFIG_INOTIFY_USER=y
23421 +# CONFIG_QUOTA is not set
23422 +# CONFIG_AUTOFS_FS is not set
23423 +# CONFIG_AUTOFS4_FS is not set
23424 +# CONFIG_FUSE_FS is not set
23425 +
23426 +#
23427 +# CD-ROM/DVD Filesystems
23428 +#
23429 +# CONFIG_ISO9660_FS is not set
23430 +# CONFIG_UDF_FS is not set
23431 +
23432 +#
23433 +# DOS/FAT/NT Filesystems
23434 +#
23435 +# CONFIG_MSDOS_FS is not set
23436 +# CONFIG_VFAT_FS is not set
23437 +# CONFIG_NTFS_FS is not set
23438 +
23439 +#
23440 +# Pseudo filesystems
23441 +#
23442 +CONFIG_PROC_FS=y
23443 +CONFIG_PROC_KCORE=y
23444 +CONFIG_PROC_SYSCTL=y
23445 +CONFIG_SYSFS=y
23446 +CONFIG_TMPFS=y
23447 +# CONFIG_TMPFS_POSIX_ACL is not set
23448 +# CONFIG_HUGETLB_PAGE is not set
23449 +# CONFIG_CONFIGFS_FS is not set
23450 +
23451 +#
23452 +# Miscellaneous filesystems
23453 +#
23454 +# CONFIG_ADFS_FS is not set
23455 +# CONFIG_AFFS_FS is not set
23456 +# CONFIG_HFS_FS is not set
23457 +# CONFIG_HFSPLUS_FS is not set
23458 +# CONFIG_BEFS_FS is not set
23459 +# CONFIG_BFS_FS is not set
23460 +# CONFIG_EFS_FS is not set
23461 +CONFIG_JFFS2_FS=y
23462 +CONFIG_JFFS2_FS_DEBUG=0
23463 +CONFIG_JFFS2_FS_WRITEBUFFER=y
23464 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
23465 +# CONFIG_JFFS2_SUMMARY is not set
23466 +# CONFIG_JFFS2_FS_XATTR is not set
23467 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
23468 +CONFIG_JFFS2_ZLIB=y
23469 +# CONFIG_JFFS2_LZO is not set
23470 +CONFIG_JFFS2_RTIME=y
23471 +# CONFIG_JFFS2_RUBIN is not set
23472 +# CONFIG_CRAMFS is not set
23473 +# CONFIG_VXFS_FS is not set
23474 +# CONFIG_MINIX_FS is not set
23475 +# CONFIG_HPFS_FS is not set
23476 +# CONFIG_QNX4FS_FS is not set
23477 +# CONFIG_ROMFS_FS is not set
23478 +# CONFIG_SYSV_FS is not set
23479 +# CONFIG_UFS_FS is not set
23480 +CONFIG_NETWORK_FILESYSTEMS=y
23481 +CONFIG_NFS_FS=y
23482 +CONFIG_NFS_V3=y
23483 +# CONFIG_NFS_V3_ACL is not set
23484 +CONFIG_NFS_V4=y
23485 +# CONFIG_NFS_DIRECTIO is not set
23486 +# CONFIG_NFSD is not set
23487 +CONFIG_ROOT_NFS=y
23488 +CONFIG_LOCKD=y
23489 +CONFIG_LOCKD_V4=y
23490 +CONFIG_NFS_COMMON=y
23491 +CONFIG_SUNRPC=y
23492 +CONFIG_SUNRPC_GSS=y
23493 +# CONFIG_SUNRPC_BIND34 is not set
23494 +CONFIG_RPCSEC_GSS_KRB5=y
23495 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
23496 +# CONFIG_SMB_FS is not set
23497 +# CONFIG_CIFS is not set
23498 +# CONFIG_NCP_FS is not set
23499 +# CONFIG_CODA_FS is not set
23500 +# CONFIG_AFS_FS is not set
23501 +
23502 +#
23503 +# Partition Types
23504 +#
23505 +CONFIG_PARTITION_ADVANCED=y
23506 +# CONFIG_ACORN_PARTITION is not set
23507 +# CONFIG_OSF_PARTITION is not set
23508 +# CONFIG_AMIGA_PARTITION is not set
23509 +# CONFIG_ATARI_PARTITION is not set
23510 +# CONFIG_MAC_PARTITION is not set
23511 +CONFIG_MSDOS_PARTITION=y
23512 +# CONFIG_BSD_DISKLABEL is not set
23513 +# CONFIG_MINIX_SUBPARTITION is not set
23514 +# CONFIG_SOLARIS_X86_PARTITION is not set
23515 +# CONFIG_UNIXWARE_DISKLABEL is not set
23516 +# CONFIG_LDM_PARTITION is not set
23517 +# CONFIG_SGI_PARTITION is not set
23518 +# CONFIG_ULTRIX_PARTITION is not set
23519 +# CONFIG_SUN_PARTITION is not set
23520 +# CONFIG_KARMA_PARTITION is not set
23521 +# CONFIG_EFI_PARTITION is not set
23522 +# CONFIG_SYSV68_PARTITION is not set
23523 +# CONFIG_NLS is not set
23524 +# CONFIG_DLM is not set
23525 +
23526 +#
23527 +# Library routines
23528 +#
23529 +CONFIG_BITREVERSE=y
23530 +# CONFIG_CRC_CCITT is not set
23531 +# CONFIG_CRC16 is not set
23532 +# CONFIG_CRC_ITU_T is not set
23533 +CONFIG_CRC32=y
23534 +# CONFIG_CRC7 is not set
23535 +# CONFIG_LIBCRC32C is not set
23536 +CONFIG_ZLIB_INFLATE=y
23537 +CONFIG_ZLIB_DEFLATE=y
23538 +CONFIG_PLIST=y
23539 +CONFIG_HAS_IOMEM=y
23540 +CONFIG_HAS_IOPORT=y
23541 +CONFIG_HAS_DMA=y
23542 +
23543 +#
23544 +# Kernel hacking
23545 +#
23546 +# CONFIG_PRINTK_TIME is not set
23547 +CONFIG_ENABLE_WARN_DEPRECATED=y
23548 +CONFIG_ENABLE_MUST_CHECK=y
23549 +# CONFIG_MAGIC_SYSRQ is not set
23550 +# CONFIG_UNUSED_SYMBOLS is not set
23551 +# CONFIG_DEBUG_FS is not set
23552 +# CONFIG_HEADERS_CHECK is not set
23553 +CONFIG_DEBUG_KERNEL=y
23554 +# CONFIG_DEBUG_SHIRQ is not set
23555 +CONFIG_DETECT_SOFTLOCKUP=y
23556 +CONFIG_SCHED_DEBUG=y
23557 +# CONFIG_SCHEDSTATS is not set
23558 +# CONFIG_TIMER_STATS is not set
23559 +# CONFIG_SLUB_DEBUG_ON is not set
23560 +# CONFIG_SLUB_STATS is not set
23561 +# CONFIG_DEBUG_RT_MUTEXES is not set
23562 +# CONFIG_RT_MUTEX_TESTER is not set
23563 +# CONFIG_DEBUG_SPINLOCK is not set
23564 +# CONFIG_DEBUG_MUTEXES is not set
23565 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
23566 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
23567 +# CONFIG_DEBUG_KOBJECT is not set
23568 +# CONFIG_DEBUG_BUGVERBOSE is not set
23569 +# CONFIG_DEBUG_INFO is not set
23570 +# CONFIG_DEBUG_VM is not set
23571 +# CONFIG_DEBUG_LIST is not set
23572 +# CONFIG_DEBUG_SG is not set
23573 +# CONFIG_BOOT_PRINTK_DELAY is not set
23574 +# CONFIG_RCU_TORTURE_TEST is not set
23575 +# CONFIG_BACKTRACE_SELF_TEST is not set
23576 +# CONFIG_FAULT_INJECTION is not set
23577 +# CONFIG_SAMPLES is not set
23578 +# CONFIG_DEBUG_STACKOVERFLOW is not set
23579 +# CONFIG_DEBUG_STACK_USAGE is not set
23580 +# CONFIG_DEBUG_PAGEALLOC is not set
23581 +# CONFIG_DEBUGGER is not set
23582 +# CONFIG_BDI_SWITCH is not set
23583 +# CONFIG_PPC_EARLY_DEBUG is not set
23584 +
23585 +#
23586 +# Security options
23587 +#
23588 +# CONFIG_KEYS is not set
23589 +# CONFIG_SECURITY is not set
23590 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
23591 +CONFIG_CRYPTO=y
23592 +CONFIG_CRYPTO_ALGAPI=y
23593 +CONFIG_CRYPTO_BLKCIPHER=y
23594 +# CONFIG_CRYPTO_SEQIV is not set
23595 +CONFIG_CRYPTO_MANAGER=y
23596 +# CONFIG_CRYPTO_HMAC is not set
23597 +# CONFIG_CRYPTO_XCBC is not set
23598 +# CONFIG_CRYPTO_NULL is not set
23599 +# CONFIG_CRYPTO_MD4 is not set
23600 +CONFIG_CRYPTO_MD5=y
23601 +# CONFIG_CRYPTO_SHA1 is not set
23602 +# CONFIG_CRYPTO_SHA256 is not set
23603 +# CONFIG_CRYPTO_SHA512 is not set
23604 +# CONFIG_CRYPTO_WP512 is not set
23605 +# CONFIG_CRYPTO_TGR192 is not set
23606 +# CONFIG_CRYPTO_GF128MUL is not set
23607 +# CONFIG_CRYPTO_ECB is not set
23608 +CONFIG_CRYPTO_CBC=y
23609 +CONFIG_CRYPTO_PCBC=m
23610 +# CONFIG_CRYPTO_LRW is not set
23611 +# CONFIG_CRYPTO_XTS is not set
23612 +# CONFIG_CRYPTO_CTR is not set
23613 +# CONFIG_CRYPTO_GCM is not set
23614 +# CONFIG_CRYPTO_CCM is not set
23615 +# CONFIG_CRYPTO_CRYPTD is not set
23616 +CONFIG_CRYPTO_DES=y
23617 +# CONFIG_CRYPTO_FCRYPT is not set
23618 +# CONFIG_CRYPTO_BLOWFISH is not set
23619 +# CONFIG_CRYPTO_TWOFISH is not set
23620 +# CONFIG_CRYPTO_SERPENT is not set
23621 +# CONFIG_CRYPTO_AES is not set
23622 +# CONFIG_CRYPTO_CAST5 is not set
23623 +# CONFIG_CRYPTO_CAST6 is not set
23624 +# CONFIG_CRYPTO_TEA is not set
23625 +# CONFIG_CRYPTO_ARC4 is not set
23626 +# CONFIG_CRYPTO_KHAZAD is not set
23627 +# CONFIG_CRYPTO_ANUBIS is not set
23628 +# CONFIG_CRYPTO_SEED is not set
23629 +# CONFIG_CRYPTO_SALSA20 is not set
23630 +# CONFIG_CRYPTO_DEFLATE is not set
23631 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
23632 +# CONFIG_CRYPTO_CRC32C is not set
23633 +# CONFIG_CRYPTO_CAMELLIA is not set
23634 +# CONFIG_CRYPTO_TEST is not set
23635 +# CONFIG_CRYPTO_AUTHENC is not set
23636 +# CONFIG_CRYPTO_LZO is not set
23637 +CONFIG_CRYPTO_HW=y
23638 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
23639 +# CONFIG_PPC_CLOCK is not set
23640 --- /dev/null
23641 +++ b/arch/powerpc/configs/83xx/mpc832x_mds_defconfig
23642 @@ -0,0 +1,1081 @@
23643 +#
23644 +# Automatically generated make config: don't edit
23645 +# Linux kernel version: 2.6.25-rc7
23646 +# Mon Mar 31 11:36:51 2008
23647 +#
23648 +# CONFIG_PPC64 is not set
23649 +
23650 +#
23651 +# Processor support
23652 +#
23653 +CONFIG_6xx=y
23654 +# CONFIG_PPC_85xx is not set
23655 +# CONFIG_PPC_8xx is not set
23656 +# CONFIG_40x is not set
23657 +# CONFIG_44x is not set
23658 +# CONFIG_E200 is not set
23659 +CONFIG_PPC_FPU=y
23660 +# CONFIG_FSL_EMB_PERFMON is not set
23661 +CONFIG_PPC_STD_MMU=y
23662 +CONFIG_PPC_STD_MMU_32=y
23663 +# CONFIG_PPC_MM_SLICES is not set
23664 +# CONFIG_SMP is not set
23665 +CONFIG_PPC32=y
23666 +CONFIG_WORD_SIZE=32
23667 +CONFIG_PPC_MERGE=y
23668 +CONFIG_MMU=y
23669 +CONFIG_GENERIC_CMOS_UPDATE=y
23670 +CONFIG_GENERIC_TIME=y
23671 +CONFIG_GENERIC_TIME_VSYSCALL=y
23672 +CONFIG_GENERIC_CLOCKEVENTS=y
23673 +CONFIG_GENERIC_HARDIRQS=y
23674 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
23675 +CONFIG_IRQ_PER_CPU=y
23676 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
23677 +CONFIG_ARCH_HAS_ILOG2_U32=y
23678 +CONFIG_GENERIC_HWEIGHT=y
23679 +CONFIG_GENERIC_CALIBRATE_DELAY=y
23680 +CONFIG_GENERIC_FIND_NEXT_BIT=y
23681 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
23682 +CONFIG_PPC=y
23683 +CONFIG_EARLY_PRINTK=y
23684 +CONFIG_GENERIC_NVRAM=y
23685 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
23686 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
23687 +CONFIG_PPC_OF=y
23688 +CONFIG_OF=y
23689 +CONFIG_PPC_UDBG_16550=y
23690 +# CONFIG_GENERIC_TBSYNC is not set
23691 +CONFIG_AUDIT_ARCH=y
23692 +CONFIG_GENERIC_BUG=y
23693 +CONFIG_DEFAULT_UIMAGE=y
23694 +# CONFIG_PPC_DCR_NATIVE is not set
23695 +# CONFIG_PPC_DCR_MMIO is not set
23696 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
23697 +
23698 +#
23699 +# General setup
23700 +#
23701 +CONFIG_EXPERIMENTAL=y
23702 +CONFIG_BROKEN_ON_SMP=y
23703 +CONFIG_INIT_ENV_ARG_LIMIT=32
23704 +CONFIG_LOCALVERSION=""
23705 +CONFIG_LOCALVERSION_AUTO=y
23706 +CONFIG_SWAP=y
23707 +CONFIG_SYSVIPC=y
23708 +CONFIG_SYSVIPC_SYSCTL=y
23709 +# CONFIG_POSIX_MQUEUE is not set
23710 +# CONFIG_BSD_PROCESS_ACCT is not set
23711 +# CONFIG_TASKSTATS is not set
23712 +# CONFIG_AUDIT is not set
23713 +# CONFIG_IKCONFIG is not set
23714 +CONFIG_LOG_BUF_SHIFT=14
23715 +# CONFIG_CGROUPS is not set
23716 +CONFIG_GROUP_SCHED=y
23717 +# CONFIG_FAIR_GROUP_SCHED is not set
23718 +# CONFIG_RT_GROUP_SCHED is not set
23719 +CONFIG_USER_SCHED=y
23720 +# CONFIG_CGROUP_SCHED is not set
23721 +CONFIG_SYSFS_DEPRECATED=y
23722 +CONFIG_SYSFS_DEPRECATED_V2=y
23723 +# CONFIG_RELAY is not set
23724 +# CONFIG_NAMESPACES is not set
23725 +CONFIG_BLK_DEV_INITRD=y
23726 +CONFIG_INITRAMFS_SOURCE=""
23727 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
23728 +CONFIG_SYSCTL=y
23729 +CONFIG_EMBEDDED=y
23730 +CONFIG_SYSCTL_SYSCALL=y
23731 +# CONFIG_KALLSYMS is not set
23732 +CONFIG_HOTPLUG=y
23733 +CONFIG_PRINTK=y
23734 +CONFIG_BUG=y
23735 +CONFIG_ELF_CORE=y
23736 +CONFIG_COMPAT_BRK=y
23737 +CONFIG_BASE_FULL=y
23738 +CONFIG_FUTEX=y
23739 +CONFIG_ANON_INODES=y
23740 +# CONFIG_EPOLL is not set
23741 +CONFIG_SIGNALFD=y
23742 +CONFIG_TIMERFD=y
23743 +CONFIG_EVENTFD=y
23744 +CONFIG_SHMEM=y
23745 +CONFIG_VM_EVENT_COUNTERS=y
23746 +CONFIG_SLUB_DEBUG=y
23747 +# CONFIG_SLAB is not set
23748 +CONFIG_SLUB=y
23749 +# CONFIG_SLOB is not set
23750 +# CONFIG_PROFILING is not set
23751 +# CONFIG_MARKERS is not set
23752 +CONFIG_HAVE_OPROFILE=y
23753 +CONFIG_HAVE_KPROBES=y
23754 +CONFIG_HAVE_KRETPROBES=y
23755 +CONFIG_PROC_PAGE_MONITOR=y
23756 +CONFIG_SLABINFO=y
23757 +CONFIG_RT_MUTEXES=y
23758 +# CONFIG_TINY_SHMEM is not set
23759 +CONFIG_BASE_SMALL=0
23760 +CONFIG_MODULES=y
23761 +CONFIG_MODULE_UNLOAD=y
23762 +# CONFIG_MODULE_FORCE_UNLOAD is not set
23763 +# CONFIG_MODVERSIONS is not set
23764 +# CONFIG_MODULE_SRCVERSION_ALL is not set
23765 +# CONFIG_KMOD is not set
23766 +CONFIG_BLOCK=y
23767 +# CONFIG_LBD is not set
23768 +# CONFIG_BLK_DEV_IO_TRACE is not set
23769 +# CONFIG_LSF is not set
23770 +# CONFIG_BLK_DEV_BSG is not set
23771 +
23772 +#
23773 +# IO Schedulers
23774 +#
23775 +CONFIG_IOSCHED_NOOP=y
23776 +CONFIG_IOSCHED_AS=y
23777 +CONFIG_IOSCHED_DEADLINE=y
23778 +CONFIG_IOSCHED_CFQ=y
23779 +CONFIG_DEFAULT_AS=y
23780 +# CONFIG_DEFAULT_DEADLINE is not set
23781 +# CONFIG_DEFAULT_CFQ is not set
23782 +# CONFIG_DEFAULT_NOOP is not set
23783 +CONFIG_DEFAULT_IOSCHED="anticipatory"
23784 +CONFIG_CLASSIC_RCU=y
23785 +
23786 +#
23787 +# Platform support
23788 +#
23789 +# CONFIG_PPC_MULTIPLATFORM is not set
23790 +# CONFIG_PPC_82xx is not set
23791 +CONFIG_PPC_83xx=y
23792 +# CONFIG_PPC_86xx is not set
23793 +# CONFIG_PPC_MPC512x is not set
23794 +# CONFIG_PPC_MPC5121 is not set
23795 +# CONFIG_PPC_CELL is not set
23796 +# CONFIG_PPC_CELL_NATIVE is not set
23797 +# CONFIG_PQ2ADS is not set
23798 +CONFIG_MPC83xx=y
23799 +# CONFIG_MPC831x_RDB is not set
23800 +CONFIG_MPC832x_MDS=y
23801 +# CONFIG_MPC832x_RDB is not set
23802 +# CONFIG_MPC834x_MDS is not set
23803 +# CONFIG_MPC834x_ITX is not set
23804 +# CONFIG_MPC836x_MDS is not set
23805 +# CONFIG_MPC837x_MDS is not set
23806 +# CONFIG_MPC837x_RDB is not set
23807 +# CONFIG_SBC834x is not set
23808 +CONFIG_PPC_MPC832x=y
23809 +CONFIG_IPIC=y
23810 +# CONFIG_MPIC is not set
23811 +# CONFIG_MPIC_WEIRD is not set
23812 +# CONFIG_PPC_I8259 is not set
23813 +# CONFIG_PPC_RTAS is not set
23814 +# CONFIG_MMIO_NVRAM is not set
23815 +# CONFIG_PPC_MPC106 is not set
23816 +# CONFIG_PPC_970_NAP is not set
23817 +# CONFIG_PPC_INDIRECT_IO is not set
23818 +# CONFIG_GENERIC_IOMAP is not set
23819 +# CONFIG_CPU_FREQ is not set
23820 +CONFIG_QUICC_ENGINE=y
23821 +# CONFIG_FSL_ULI1575 is not set
23822 +
23823 +#
23824 +# Kernel options
23825 +#
23826 +# CONFIG_HIGHMEM is not set
23827 +CONFIG_TICK_ONESHOT=y
23828 +CONFIG_NO_HZ=y
23829 +CONFIG_HIGH_RES_TIMERS=y
23830 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
23831 +# CONFIG_HZ_100 is not set
23832 +CONFIG_HZ_250=y
23833 +# CONFIG_HZ_300 is not set
23834 +# CONFIG_HZ_1000 is not set
23835 +CONFIG_HZ=250
23836 +# CONFIG_SCHED_HRTICK is not set
23837 +CONFIG_PREEMPT_NONE=y
23838 +# CONFIG_PREEMPT_VOLUNTARY is not set
23839 +# CONFIG_PREEMPT is not set
23840 +CONFIG_BINFMT_ELF=y
23841 +# CONFIG_BINFMT_MISC is not set
23842 +CONFIG_MATH_EMULATION=y
23843 +# CONFIG_IOMMU_HELPER is not set
23844 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
23845 +CONFIG_ARCH_HAS_WALK_MEMORY=y
23846 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
23847 +CONFIG_ARCH_FLATMEM_ENABLE=y
23848 +CONFIG_ARCH_POPULATES_NODE_MAP=y
23849 +CONFIG_SELECT_MEMORY_MODEL=y
23850 +CONFIG_FLATMEM_MANUAL=y
23851 +# CONFIG_DISCONTIGMEM_MANUAL is not set
23852 +# CONFIG_SPARSEMEM_MANUAL is not set
23853 +CONFIG_FLATMEM=y
23854 +CONFIG_FLAT_NODE_MEM_MAP=y
23855 +# CONFIG_SPARSEMEM_STATIC is not set
23856 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
23857 +CONFIG_SPLIT_PTLOCK_CPUS=4
23858 +# CONFIG_RESOURCES_64BIT is not set
23859 +CONFIG_ZONE_DMA_FLAG=1
23860 +CONFIG_BOUNCE=y
23861 +CONFIG_VIRT_TO_BUS=y
23862 +CONFIG_PROC_DEVICETREE=y
23863 +# CONFIG_CMDLINE_BOOL is not set
23864 +# CONFIG_PM is not set
23865 +CONFIG_SECCOMP=y
23866 +CONFIG_ISA_DMA_API=y
23867 +
23868 +#
23869 +# Bus options
23870 +#
23871 +CONFIG_ZONE_DMA=y
23872 +CONFIG_GENERIC_ISA_DMA=y
23873 +CONFIG_PPC_INDIRECT_PCI=y
23874 +CONFIG_FSL_SOC=y
23875 +CONFIG_PCI=y
23876 +CONFIG_PCI_DOMAINS=y
23877 +CONFIG_PCI_SYSCALL=y
23878 +# CONFIG_PCIEPORTBUS is not set
23879 +CONFIG_ARCH_SUPPORTS_MSI=y
23880 +# CONFIG_PCI_MSI is not set
23881 +CONFIG_PCI_LEGACY=y
23882 +# CONFIG_PCCARD is not set
23883 +# CONFIG_HOTPLUG_PCI is not set
23884 +
23885 +#
23886 +# Advanced setup
23887 +#
23888 +# CONFIG_ADVANCED_OPTIONS is not set
23889 +
23890 +#
23891 +# Default settings for advanced configuration options are used
23892 +#
23893 +CONFIG_HIGHMEM_START=0xfe000000
23894 +CONFIG_LOWMEM_SIZE=0x30000000
23895 +CONFIG_KERNEL_START=0xc0000000
23896 +CONFIG_TASK_SIZE=0xc0000000
23897 +CONFIG_BOOT_LOAD=0x00800000
23898 +
23899 +#
23900 +# Networking
23901 +#
23902 +CONFIG_NET=y
23903 +
23904 +#
23905 +# Networking options
23906 +#
23907 +CONFIG_PACKET=y
23908 +# CONFIG_PACKET_MMAP is not set
23909 +CONFIG_UNIX=y
23910 +CONFIG_XFRM=y
23911 +# CONFIG_XFRM_USER is not set
23912 +# CONFIG_XFRM_SUB_POLICY is not set
23913 +# CONFIG_XFRM_MIGRATE is not set
23914 +# CONFIG_XFRM_STATISTICS is not set
23915 +# CONFIG_NET_KEY is not set
23916 +CONFIG_INET=y
23917 +CONFIG_IP_MULTICAST=y
23918 +# CONFIG_IP_ADVANCED_ROUTER is not set
23919 +CONFIG_IP_FIB_HASH=y
23920 +CONFIG_IP_PNP=y
23921 +CONFIG_IP_PNP_DHCP=y
23922 +CONFIG_IP_PNP_BOOTP=y
23923 +# CONFIG_IP_PNP_RARP is not set
23924 +# CONFIG_NET_IPIP is not set
23925 +# CONFIG_NET_IPGRE is not set
23926 +# CONFIG_IP_MROUTE is not set
23927 +# CONFIG_ARPD is not set
23928 +CONFIG_SYN_COOKIES=y
23929 +# CONFIG_INET_AH is not set
23930 +# CONFIG_INET_ESP is not set
23931 +# CONFIG_INET_IPCOMP is not set
23932 +# CONFIG_INET_XFRM_TUNNEL is not set
23933 +# CONFIG_INET_TUNNEL is not set
23934 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
23935 +CONFIG_INET_XFRM_MODE_TUNNEL=y
23936 +CONFIG_INET_XFRM_MODE_BEET=y
23937 +# CONFIG_INET_LRO is not set
23938 +CONFIG_INET_DIAG=y
23939 +CONFIG_INET_TCP_DIAG=y
23940 +# CONFIG_TCP_CONG_ADVANCED is not set
23941 +CONFIG_TCP_CONG_CUBIC=y
23942 +CONFIG_DEFAULT_TCP_CONG="cubic"
23943 +# CONFIG_TCP_MD5SIG is not set
23944 +# CONFIG_IPV6 is not set
23945 +# CONFIG_INET6_XFRM_TUNNEL is not set
23946 +# CONFIG_INET6_TUNNEL is not set
23947 +# CONFIG_NETWORK_SECMARK is not set
23948 +# CONFIG_NETFILTER is not set
23949 +# CONFIG_IP_DCCP is not set
23950 +# CONFIG_IP_SCTP is not set
23951 +# CONFIG_TIPC is not set
23952 +# CONFIG_ATM is not set
23953 +# CONFIG_BRIDGE is not set
23954 +# CONFIG_VLAN_8021Q is not set
23955 +# CONFIG_DECNET is not set
23956 +# CONFIG_LLC2 is not set
23957 +# CONFIG_IPX is not set
23958 +# CONFIG_ATALK is not set
23959 +# CONFIG_X25 is not set
23960 +# CONFIG_LAPB is not set
23961 +# CONFIG_ECONET is not set
23962 +# CONFIG_WAN_ROUTER is not set
23963 +# CONFIG_NET_SCHED is not set
23964 +
23965 +#
23966 +# Network testing
23967 +#
23968 +# CONFIG_NET_PKTGEN is not set
23969 +# CONFIG_HAMRADIO is not set
23970 +# CONFIG_CAN is not set
23971 +# CONFIG_IRDA is not set
23972 +# CONFIG_BT is not set
23973 +# CONFIG_AF_RXRPC is not set
23974 +
23975 +#
23976 +# Wireless
23977 +#
23978 +# CONFIG_CFG80211 is not set
23979 +# CONFIG_WIRELESS_EXT is not set
23980 +# CONFIG_MAC80211 is not set
23981 +# CONFIG_IEEE80211 is not set
23982 +# CONFIG_RFKILL is not set
23983 +# CONFIG_NET_9P is not set
23984 +
23985 +#
23986 +# Device Drivers
23987 +#
23988 +
23989 +#
23990 +# Generic Driver Options
23991 +#
23992 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
23993 +CONFIG_STANDALONE=y
23994 +CONFIG_PREVENT_FIRMWARE_BUILD=y
23995 +# CONFIG_FW_LOADER is not set
23996 +# CONFIG_SYS_HYPERVISOR is not set
23997 +# CONFIG_CONNECTOR is not set
23998 +# CONFIG_MTD is not set
23999 +CONFIG_OF_DEVICE=y
24000 +# CONFIG_PARPORT is not set
24001 +CONFIG_BLK_DEV=y
24002 +# CONFIG_BLK_DEV_FD is not set
24003 +# CONFIG_BLK_CPQ_DA is not set
24004 +# CONFIG_BLK_CPQ_CISS_DA is not set
24005 +# CONFIG_BLK_DEV_DAC960 is not set
24006 +# CONFIG_BLK_DEV_UMEM is not set
24007 +# CONFIG_BLK_DEV_COW_COMMON is not set
24008 +CONFIG_BLK_DEV_LOOP=y
24009 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
24010 +# CONFIG_BLK_DEV_NBD is not set
24011 +# CONFIG_BLK_DEV_SX8 is not set
24012 +CONFIG_BLK_DEV_RAM=y
24013 +CONFIG_BLK_DEV_RAM_COUNT=16
24014 +CONFIG_BLK_DEV_RAM_SIZE=32768
24015 +# CONFIG_BLK_DEV_XIP is not set
24016 +# CONFIG_CDROM_PKTCDVD is not set
24017 +# CONFIG_ATA_OVER_ETH is not set
24018 +CONFIG_MISC_DEVICES=y
24019 +# CONFIG_PHANTOM is not set
24020 +# CONFIG_EEPROM_93CX6 is not set
24021 +# CONFIG_SGI_IOC4 is not set
24022 +# CONFIG_TIFM_CORE is not set
24023 +# CONFIG_ENCLOSURE_SERVICES is not set
24024 +CONFIG_HAVE_IDE=y
24025 +# CONFIG_IDE is not set
24026 +
24027 +#
24028 +# SCSI device support
24029 +#
24030 +# CONFIG_RAID_ATTRS is not set
24031 +CONFIG_SCSI=y
24032 +CONFIG_SCSI_DMA=y
24033 +# CONFIG_SCSI_TGT is not set
24034 +# CONFIG_SCSI_NETLINK is not set
24035 +CONFIG_SCSI_PROC_FS=y
24036 +
24037 +#
24038 +# SCSI support type (disk, tape, CD-ROM)
24039 +#
24040 +# CONFIG_BLK_DEV_SD is not set
24041 +# CONFIG_CHR_DEV_ST is not set
24042 +# CONFIG_CHR_DEV_OSST is not set
24043 +# CONFIG_BLK_DEV_SR is not set
24044 +# CONFIG_CHR_DEV_SG is not set
24045 +# CONFIG_CHR_DEV_SCH is not set
24046 +
24047 +#
24048 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
24049 +#
24050 +# CONFIG_SCSI_MULTI_LUN is not set
24051 +# CONFIG_SCSI_CONSTANTS is not set
24052 +# CONFIG_SCSI_LOGGING is not set
24053 +# CONFIG_SCSI_SCAN_ASYNC is not set
24054 +CONFIG_SCSI_WAIT_SCAN=m
24055 +
24056 +#
24057 +# SCSI Transports
24058 +#
24059 +# CONFIG_SCSI_SPI_ATTRS is not set
24060 +# CONFIG_SCSI_FC_ATTRS is not set
24061 +# CONFIG_SCSI_ISCSI_ATTRS is not set
24062 +# CONFIG_SCSI_SAS_LIBSAS is not set
24063 +# CONFIG_SCSI_SRP_ATTRS is not set
24064 +CONFIG_SCSI_LOWLEVEL=y
24065 +# CONFIG_ISCSI_TCP is not set
24066 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
24067 +# CONFIG_SCSI_3W_9XXX is not set
24068 +# CONFIG_SCSI_ACARD is not set
24069 +# CONFIG_SCSI_AACRAID is not set
24070 +# CONFIG_SCSI_AIC7XXX is not set
24071 +# CONFIG_SCSI_AIC7XXX_OLD is not set
24072 +# CONFIG_SCSI_AIC79XX is not set
24073 +# CONFIG_SCSI_AIC94XX is not set
24074 +# CONFIG_SCSI_DPT_I2O is not set
24075 +# CONFIG_SCSI_ADVANSYS is not set
24076 +# CONFIG_SCSI_ARCMSR is not set
24077 +# CONFIG_MEGARAID_NEWGEN is not set
24078 +# CONFIG_MEGARAID_LEGACY is not set
24079 +# CONFIG_MEGARAID_SAS is not set
24080 +# CONFIG_SCSI_HPTIOP is not set
24081 +# CONFIG_SCSI_BUSLOGIC is not set
24082 +# CONFIG_SCSI_DMX3191D is not set
24083 +# CONFIG_SCSI_EATA is not set
24084 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
24085 +# CONFIG_SCSI_GDTH is not set
24086 +# CONFIG_SCSI_IPS is not set
24087 +# CONFIG_SCSI_INITIO is not set
24088 +# CONFIG_SCSI_INIA100 is not set
24089 +# CONFIG_SCSI_MVSAS is not set
24090 +# CONFIG_SCSI_STEX is not set
24091 +# CONFIG_SCSI_SYM53C8XX_2 is not set
24092 +# CONFIG_SCSI_QLOGIC_1280 is not set
24093 +# CONFIG_SCSI_QLA_FC is not set
24094 +# CONFIG_SCSI_QLA_ISCSI is not set
24095 +# CONFIG_SCSI_LPFC is not set
24096 +# CONFIG_SCSI_DC395x is not set
24097 +# CONFIG_SCSI_DC390T is not set
24098 +# CONFIG_SCSI_NSP32 is not set
24099 +# CONFIG_SCSI_DEBUG is not set
24100 +# CONFIG_SCSI_SRP is not set
24101 +# CONFIG_ATA is not set
24102 +# CONFIG_MD is not set
24103 +# CONFIG_FUSION is not set
24104 +
24105 +#
24106 +# IEEE 1394 (FireWire) support
24107 +#
24108 +# CONFIG_FIREWIRE is not set
24109 +# CONFIG_IEEE1394 is not set
24110 +# CONFIG_I2O is not set
24111 +# CONFIG_MACINTOSH_DRIVERS is not set
24112 +CONFIG_NETDEVICES=y
24113 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
24114 +# CONFIG_DUMMY is not set
24115 +# CONFIG_BONDING is not set
24116 +# CONFIG_MACVLAN is not set
24117 +# CONFIG_EQUALIZER is not set
24118 +# CONFIG_TUN is not set
24119 +# CONFIG_VETH is not set
24120 +# CONFIG_ARCNET is not set
24121 +CONFIG_PHYLIB=y
24122 +
24123 +#
24124 +# MII PHY device drivers
24125 +#
24126 +# CONFIG_MARVELL_PHY is not set
24127 +CONFIG_DAVICOM_PHY=y
24128 +# CONFIG_QSEMI_PHY is not set
24129 +# CONFIG_LXT_PHY is not set
24130 +# CONFIG_CICADA_PHY is not set
24131 +# CONFIG_VITESSE_PHY is not set
24132 +# CONFIG_SMSC_PHY is not set
24133 +# CONFIG_BROADCOM_PHY is not set
24134 +# CONFIG_ICPLUS_PHY is not set
24135 +# CONFIG_REALTEK_PHY is not set
24136 +# CONFIG_FIXED_PHY is not set
24137 +# CONFIG_MDIO_BITBANG is not set
24138 +CONFIG_NET_ETHERNET=y
24139 +CONFIG_MII=y
24140 +# CONFIG_HAPPYMEAL is not set
24141 +# CONFIG_SUNGEM is not set
24142 +# CONFIG_CASSINI is not set
24143 +# CONFIG_NET_VENDOR_3COM is not set
24144 +# CONFIG_NET_TULIP is not set
24145 +# CONFIG_HP100 is not set
24146 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
24147 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
24148 +# CONFIG_IBM_NEW_EMAC_TAH is not set
24149 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
24150 +# CONFIG_NET_PCI is not set
24151 +# CONFIG_B44 is not set
24152 +CONFIG_NETDEV_1000=y
24153 +# CONFIG_ACENIC is not set
24154 +# CONFIG_DL2K is not set
24155 +# CONFIG_E1000 is not set
24156 +# CONFIG_E1000E is not set
24157 +# CONFIG_E1000E_ENABLED is not set
24158 +# CONFIG_IP1000 is not set
24159 +# CONFIG_IGB is not set
24160 +# CONFIG_NS83820 is not set
24161 +# CONFIG_HAMACHI is not set
24162 +# CONFIG_YELLOWFIN is not set
24163 +# CONFIG_R8169 is not set
24164 +# CONFIG_SIS190 is not set
24165 +# CONFIG_SKGE is not set
24166 +# CONFIG_SKY2 is not set
24167 +# CONFIG_SK98LIN is not set
24168 +# CONFIG_VIA_VELOCITY is not set
24169 +# CONFIG_TIGON3 is not set
24170 +# CONFIG_BNX2 is not set
24171 +# CONFIG_GIANFAR is not set
24172 +CONFIG_UCC_GETH=y
24173 +# CONFIG_UGETH_NAPI is not set
24174 +# CONFIG_UGETH_MAGIC_PACKET is not set
24175 +# CONFIG_UGETH_FILTERING is not set
24176 +# CONFIG_UGETH_TX_ON_DEMAND is not set
24177 +# CONFIG_QLA3XXX is not set
24178 +# CONFIG_ATL1 is not set
24179 +CONFIG_NETDEV_10000=y
24180 +# CONFIG_CHELSIO_T1 is not set
24181 +# CONFIG_CHELSIO_T3 is not set
24182 +# CONFIG_IXGBE is not set
24183 +# CONFIG_IXGB is not set
24184 +# CONFIG_S2IO is not set
24185 +# CONFIG_MYRI10GE is not set
24186 +# CONFIG_NETXEN_NIC is not set
24187 +# CONFIG_NIU is not set
24188 +# CONFIG_MLX4_CORE is not set
24189 +# CONFIG_TEHUTI is not set
24190 +# CONFIG_BNX2X is not set
24191 +# CONFIG_TR is not set
24192 +
24193 +#
24194 +# Wireless LAN
24195 +#
24196 +# CONFIG_WLAN_PRE80211 is not set
24197 +# CONFIG_WLAN_80211 is not set
24198 +# CONFIG_WAN is not set
24199 +# CONFIG_FDDI is not set
24200 +# CONFIG_HIPPI is not set
24201 +# CONFIG_PPP is not set
24202 +# CONFIG_SLIP is not set
24203 +# CONFIG_NET_FC is not set
24204 +# CONFIG_NETCONSOLE is not set
24205 +# CONFIG_NETPOLL is not set
24206 +# CONFIG_NET_POLL_CONTROLLER is not set
24207 +# CONFIG_ISDN is not set
24208 +# CONFIG_PHONE is not set
24209 +
24210 +#
24211 +# Input device support
24212 +#
24213 +CONFIG_INPUT=y
24214 +# CONFIG_INPUT_FF_MEMLESS is not set
24215 +# CONFIG_INPUT_POLLDEV is not set
24216 +
24217 +#
24218 +# Userland interfaces
24219 +#
24220 +# CONFIG_INPUT_MOUSEDEV is not set
24221 +# CONFIG_INPUT_JOYDEV is not set
24222 +# CONFIG_INPUT_EVDEV is not set
24223 +# CONFIG_INPUT_EVBUG is not set
24224 +
24225 +#
24226 +# Input Device Drivers
24227 +#
24228 +# CONFIG_INPUT_KEYBOARD is not set
24229 +# CONFIG_INPUT_MOUSE is not set
24230 +# CONFIG_INPUT_JOYSTICK is not set
24231 +# CONFIG_INPUT_TABLET is not set
24232 +# CONFIG_INPUT_TOUCHSCREEN is not set
24233 +# CONFIG_INPUT_MISC is not set
24234 +
24235 +#
24236 +# Hardware I/O ports
24237 +#
24238 +# CONFIG_SERIO is not set
24239 +# CONFIG_GAMEPORT is not set
24240 +
24241 +#
24242 +# Character devices
24243 +#
24244 +# CONFIG_VT is not set
24245 +# CONFIG_SERIAL_NONSTANDARD is not set
24246 +# CONFIG_NOZOMI is not set
24247 +
24248 +#
24249 +# Serial drivers
24250 +#
24251 +CONFIG_SERIAL_8250=y
24252 +CONFIG_SERIAL_8250_CONSOLE=y
24253 +CONFIG_SERIAL_8250_PCI=y
24254 +CONFIG_SERIAL_8250_NR_UARTS=4
24255 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
24256 +# CONFIG_SERIAL_8250_EXTENDED is not set
24257 +
24258 +#
24259 +# Non-8250 serial port support
24260 +#
24261 +# CONFIG_SERIAL_UARTLITE is not set
24262 +CONFIG_SERIAL_CORE=y
24263 +CONFIG_SERIAL_CORE_CONSOLE=y
24264 +# CONFIG_SERIAL_JSM is not set
24265 +# CONFIG_SERIAL_OF_PLATFORM is not set
24266 +# CONFIG_SERIAL_QE is not set
24267 +CONFIG_UNIX98_PTYS=y
24268 +CONFIG_LEGACY_PTYS=y
24269 +CONFIG_LEGACY_PTY_COUNT=256
24270 +# CONFIG_IPMI_HANDLER is not set
24271 +CONFIG_HW_RANDOM=y
24272 +# CONFIG_NVRAM is not set
24273 +# CONFIG_GEN_RTC is not set
24274 +# CONFIG_R3964 is not set
24275 +# CONFIG_APPLICOM is not set
24276 +# CONFIG_RAW_DRIVER is not set
24277 +# CONFIG_TCG_TPM is not set
24278 +CONFIG_DEVPORT=y
24279 +CONFIG_I2C=y
24280 +CONFIG_I2C_BOARDINFO=y
24281 +CONFIG_I2C_CHARDEV=y
24282 +
24283 +#
24284 +# I2C Algorithms
24285 +#
24286 +# CONFIG_I2C_ALGOBIT is not set
24287 +# CONFIG_I2C_ALGOPCF is not set
24288 +# CONFIG_I2C_ALGOPCA is not set
24289 +
24290 +#
24291 +# I2C Hardware Bus support
24292 +#
24293 +# CONFIG_I2C_ALI1535 is not set
24294 +# CONFIG_I2C_ALI1563 is not set
24295 +# CONFIG_I2C_ALI15X3 is not set
24296 +# CONFIG_I2C_AMD756 is not set
24297 +# CONFIG_I2C_AMD8111 is not set
24298 +# CONFIG_I2C_I801 is not set
24299 +# CONFIG_I2C_I810 is not set
24300 +# CONFIG_I2C_PIIX4 is not set
24301 +CONFIG_I2C_MPC=y
24302 +# CONFIG_I2C_NFORCE2 is not set
24303 +# CONFIG_I2C_OCORES is not set
24304 +# CONFIG_I2C_PARPORT_LIGHT is not set
24305 +# CONFIG_I2C_PROSAVAGE is not set
24306 +# CONFIG_I2C_SAVAGE4 is not set
24307 +# CONFIG_I2C_SIMTEC is not set
24308 +# CONFIG_I2C_SIS5595 is not set
24309 +# CONFIG_I2C_SIS630 is not set
24310 +# CONFIG_I2C_SIS96X is not set
24311 +# CONFIG_I2C_TAOS_EVM is not set
24312 +# CONFIG_I2C_STUB is not set
24313 +# CONFIG_I2C_VIA is not set
24314 +# CONFIG_I2C_VIAPRO is not set
24315 +# CONFIG_I2C_VOODOO3 is not set
24316 +
24317 +#
24318 +# Miscellaneous I2C Chip support
24319 +#
24320 +# CONFIG_DS1682 is not set
24321 +# CONFIG_SENSORS_EEPROM is not set
24322 +# CONFIG_SENSORS_PCF8574 is not set
24323 +# CONFIG_PCF8575 is not set
24324 +# CONFIG_SENSORS_PCF8591 is not set
24325 +# CONFIG_TPS65010 is not set
24326 +# CONFIG_SENSORS_MAX6875 is not set
24327 +# CONFIG_SENSORS_TSL2550 is not set
24328 +# CONFIG_I2C_DEBUG_CORE is not set
24329 +# CONFIG_I2C_DEBUG_ALGO is not set
24330 +# CONFIG_I2C_DEBUG_BUS is not set
24331 +# CONFIG_I2C_DEBUG_CHIP is not set
24332 +
24333 +#
24334 +# SPI support
24335 +#
24336 +# CONFIG_SPI is not set
24337 +# CONFIG_SPI_MASTER is not set
24338 +# CONFIG_W1 is not set
24339 +# CONFIG_POWER_SUPPLY is not set
24340 +CONFIG_HWMON=y
24341 +# CONFIG_HWMON_VID is not set
24342 +# CONFIG_SENSORS_AD7418 is not set
24343 +# CONFIG_SENSORS_ADM1021 is not set
24344 +# CONFIG_SENSORS_ADM1025 is not set
24345 +# CONFIG_SENSORS_ADM1026 is not set
24346 +# CONFIG_SENSORS_ADM1029 is not set
24347 +# CONFIG_SENSORS_ADM1031 is not set
24348 +# CONFIG_SENSORS_ADM9240 is not set
24349 +# CONFIG_SENSORS_ADT7470 is not set
24350 +# CONFIG_SENSORS_ADT7473 is not set
24351 +# CONFIG_SENSORS_ATXP1 is not set
24352 +# CONFIG_SENSORS_DS1621 is not set
24353 +# CONFIG_SENSORS_I5K_AMB is not set
24354 +# CONFIG_SENSORS_F71805F is not set
24355 +# CONFIG_SENSORS_F71882FG is not set
24356 +# CONFIG_SENSORS_F75375S is not set
24357 +# CONFIG_SENSORS_GL518SM is not set
24358 +# CONFIG_SENSORS_GL520SM is not set
24359 +# CONFIG_SENSORS_IT87 is not set
24360 +# CONFIG_SENSORS_LM63 is not set
24361 +# CONFIG_SENSORS_LM75 is not set
24362 +# CONFIG_SENSORS_LM77 is not set
24363 +# CONFIG_SENSORS_LM78 is not set
24364 +# CONFIG_SENSORS_LM80 is not set
24365 +# CONFIG_SENSORS_LM83 is not set
24366 +# CONFIG_SENSORS_LM85 is not set
24367 +# CONFIG_SENSORS_LM87 is not set
24368 +# CONFIG_SENSORS_LM90 is not set
24369 +# CONFIG_SENSORS_LM92 is not set
24370 +# CONFIG_SENSORS_LM93 is not set
24371 +# CONFIG_SENSORS_MAX1619 is not set
24372 +# CONFIG_SENSORS_MAX6650 is not set
24373 +# CONFIG_SENSORS_PC87360 is not set
24374 +# CONFIG_SENSORS_PC87427 is not set
24375 +# CONFIG_SENSORS_SIS5595 is not set
24376 +# CONFIG_SENSORS_DME1737 is not set
24377 +# CONFIG_SENSORS_SMSC47M1 is not set
24378 +# CONFIG_SENSORS_SMSC47M192 is not set
24379 +# CONFIG_SENSORS_SMSC47B397 is not set
24380 +# CONFIG_SENSORS_ADS7828 is not set
24381 +# CONFIG_SENSORS_THMC50 is not set
24382 +# CONFIG_SENSORS_VIA686A is not set
24383 +# CONFIG_SENSORS_VT1211 is not set
24384 +# CONFIG_SENSORS_VT8231 is not set
24385 +# CONFIG_SENSORS_W83781D is not set
24386 +# CONFIG_SENSORS_W83791D is not set
24387 +# CONFIG_SENSORS_W83792D is not set
24388 +# CONFIG_SENSORS_W83793 is not set
24389 +# CONFIG_SENSORS_W83L785TS is not set
24390 +# CONFIG_SENSORS_W83L786NG is not set
24391 +# CONFIG_SENSORS_W83627HF is not set
24392 +# CONFIG_SENSORS_W83627EHF is not set
24393 +# CONFIG_HWMON_DEBUG_CHIP is not set
24394 +# CONFIG_THERMAL is not set
24395 +CONFIG_WATCHDOG=y
24396 +# CONFIG_WATCHDOG_NOWAYOUT is not set
24397 +
24398 +#
24399 +# Watchdog Device Drivers
24400 +#
24401 +# CONFIG_SOFT_WATCHDOG is not set
24402 +CONFIG_83xx_WDT=y
24403 +
24404 +#
24405 +# PCI-based Watchdog Cards
24406 +#
24407 +# CONFIG_PCIPCWATCHDOG is not set
24408 +# CONFIG_WDTPCI is not set
24409 +
24410 +#
24411 +# Sonics Silicon Backplane
24412 +#
24413 +CONFIG_SSB_POSSIBLE=y
24414 +# CONFIG_SSB is not set
24415 +
24416 +#
24417 +# Multifunction device drivers
24418 +#
24419 +# CONFIG_MFD_SM501 is not set
24420 +
24421 +#
24422 +# Multimedia devices
24423 +#
24424 +# CONFIG_VIDEO_DEV is not set
24425 +# CONFIG_DVB_CORE is not set
24426 +CONFIG_DAB=y
24427 +
24428 +#
24429 +# Graphics support
24430 +#
24431 +# CONFIG_AGP is not set
24432 +# CONFIG_DRM is not set
24433 +# CONFIG_VGASTATE is not set
24434 +CONFIG_VIDEO_OUTPUT_CONTROL=m
24435 +# CONFIG_FB is not set
24436 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
24437 +
24438 +#
24439 +# Display device support
24440 +#
24441 +# CONFIG_DISPLAY_SUPPORT is not set
24442 +
24443 +#
24444 +# Sound
24445 +#
24446 +# CONFIG_SOUND is not set
24447 +CONFIG_HID_SUPPORT=y
24448 +CONFIG_HID=y
24449 +# CONFIG_HID_DEBUG is not set
24450 +# CONFIG_HIDRAW is not set
24451 +CONFIG_USB_SUPPORT=y
24452 +CONFIG_USB_ARCH_HAS_HCD=y
24453 +CONFIG_USB_ARCH_HAS_OHCI=y
24454 +CONFIG_USB_ARCH_HAS_EHCI=y
24455 +# CONFIG_USB is not set
24456 +
24457 +#
24458 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
24459 +#
24460 +# CONFIG_USB_GADGET is not set
24461 +# CONFIG_MMC is not set
24462 +# CONFIG_MEMSTICK is not set
24463 +# CONFIG_NEW_LEDS is not set
24464 +# CONFIG_INFINIBAND is not set
24465 +# CONFIG_EDAC is not set
24466 +CONFIG_RTC_LIB=y
24467 +CONFIG_RTC_CLASS=y
24468 +CONFIG_RTC_HCTOSYS=y
24469 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
24470 +# CONFIG_RTC_DEBUG is not set
24471 +
24472 +#
24473 +# RTC interfaces
24474 +#
24475 +CONFIG_RTC_INTF_SYSFS=y
24476 +CONFIG_RTC_INTF_PROC=y
24477 +CONFIG_RTC_INTF_DEV=y
24478 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
24479 +# CONFIG_RTC_DRV_TEST is not set
24480 +
24481 +#
24482 +# I2C RTC drivers
24483 +#
24484 +# CONFIG_RTC_DRV_DS1307 is not set
24485 +CONFIG_RTC_DRV_DS1374=y
24486 +# CONFIG_RTC_DRV_DS1672 is not set
24487 +# CONFIG_RTC_DRV_MAX6900 is not set
24488 +# CONFIG_RTC_DRV_RS5C372 is not set
24489 +# CONFIG_RTC_DRV_ISL1208 is not set
24490 +# CONFIG_RTC_DRV_X1205 is not set
24491 +# CONFIG_RTC_DRV_PCF8563 is not set
24492 +# CONFIG_RTC_DRV_PCF8583 is not set
24493 +# CONFIG_RTC_DRV_M41T80 is not set
24494 +# CONFIG_RTC_DRV_S35390A is not set
24495 +
24496 +#
24497 +# SPI RTC drivers
24498 +#
24499 +
24500 +#
24501 +# Platform RTC drivers
24502 +#
24503 +# CONFIG_RTC_DRV_CMOS is not set
24504 +# CONFIG_RTC_DRV_DS1511 is not set
24505 +# CONFIG_RTC_DRV_DS1553 is not set
24506 +# CONFIG_RTC_DRV_DS1742 is not set
24507 +# CONFIG_RTC_DRV_STK17TA8 is not set
24508 +# CONFIG_RTC_DRV_M48T86 is not set
24509 +# CONFIG_RTC_DRV_M48T59 is not set
24510 +# CONFIG_RTC_DRV_V3020 is not set
24511 +
24512 +#
24513 +# on-CPU RTC drivers
24514 +#
24515 +# CONFIG_DMADEVICES is not set
24516 +
24517 +#
24518 +# Userspace I/O
24519 +#
24520 +# CONFIG_UIO is not set
24521 +
24522 +#
24523 +# File systems
24524 +#
24525 +CONFIG_EXT2_FS=y
24526 +# CONFIG_EXT2_FS_XATTR is not set
24527 +# CONFIG_EXT2_FS_XIP is not set
24528 +CONFIG_EXT3_FS=y
24529 +CONFIG_EXT3_FS_XATTR=y
24530 +# CONFIG_EXT3_FS_POSIX_ACL is not set
24531 +# CONFIG_EXT3_FS_SECURITY is not set
24532 +# CONFIG_EXT4DEV_FS is not set
24533 +CONFIG_JBD=y
24534 +CONFIG_FS_MBCACHE=y
24535 +# CONFIG_REISERFS_FS is not set
24536 +# CONFIG_JFS_FS is not set
24537 +# CONFIG_FS_POSIX_ACL is not set
24538 +# CONFIG_XFS_FS is not set
24539 +# CONFIG_GFS2_FS is not set
24540 +# CONFIG_OCFS2_FS is not set
24541 +CONFIG_DNOTIFY=y
24542 +CONFIG_INOTIFY=y
24543 +CONFIG_INOTIFY_USER=y
24544 +# CONFIG_QUOTA is not set
24545 +# CONFIG_AUTOFS_FS is not set
24546 +# CONFIG_AUTOFS4_FS is not set
24547 +# CONFIG_FUSE_FS is not set
24548 +
24549 +#
24550 +# CD-ROM/DVD Filesystems
24551 +#
24552 +# CONFIG_ISO9660_FS is not set
24553 +# CONFIG_UDF_FS is not set
24554 +
24555 +#
24556 +# DOS/FAT/NT Filesystems
24557 +#
24558 +# CONFIG_MSDOS_FS is not set
24559 +# CONFIG_VFAT_FS is not set
24560 +# CONFIG_NTFS_FS is not set
24561 +
24562 +#
24563 +# Pseudo filesystems
24564 +#
24565 +CONFIG_PROC_FS=y
24566 +CONFIG_PROC_KCORE=y
24567 +CONFIG_PROC_SYSCTL=y
24568 +CONFIG_SYSFS=y
24569 +CONFIG_TMPFS=y
24570 +# CONFIG_TMPFS_POSIX_ACL is not set
24571 +# CONFIG_HUGETLB_PAGE is not set
24572 +# CONFIG_CONFIGFS_FS is not set
24573 +
24574 +#
24575 +# Miscellaneous filesystems
24576 +#
24577 +# CONFIG_ADFS_FS is not set
24578 +# CONFIG_AFFS_FS is not set
24579 +# CONFIG_HFS_FS is not set
24580 +# CONFIG_HFSPLUS_FS is not set
24581 +# CONFIG_BEFS_FS is not set
24582 +# CONFIG_BFS_FS is not set
24583 +# CONFIG_EFS_FS is not set
24584 +# CONFIG_CRAMFS is not set
24585 +# CONFIG_VXFS_FS is not set
24586 +# CONFIG_MINIX_FS is not set
24587 +# CONFIG_HPFS_FS is not set
24588 +# CONFIG_QNX4FS_FS is not set
24589 +# CONFIG_ROMFS_FS is not set
24590 +# CONFIG_SYSV_FS is not set
24591 +# CONFIG_UFS_FS is not set
24592 +CONFIG_NETWORK_FILESYSTEMS=y
24593 +CONFIG_NFS_FS=y
24594 +CONFIG_NFS_V3=y
24595 +# CONFIG_NFS_V3_ACL is not set
24596 +CONFIG_NFS_V4=y
24597 +# CONFIG_NFS_DIRECTIO is not set
24598 +# CONFIG_NFSD is not set
24599 +CONFIG_ROOT_NFS=y
24600 +CONFIG_LOCKD=y
24601 +CONFIG_LOCKD_V4=y
24602 +CONFIG_NFS_COMMON=y
24603 +CONFIG_SUNRPC=y
24604 +CONFIG_SUNRPC_GSS=y
24605 +# CONFIG_SUNRPC_BIND34 is not set
24606 +CONFIG_RPCSEC_GSS_KRB5=y
24607 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
24608 +# CONFIG_SMB_FS is not set
24609 +# CONFIG_CIFS is not set
24610 +# CONFIG_NCP_FS is not set
24611 +# CONFIG_CODA_FS is not set
24612 +# CONFIG_AFS_FS is not set
24613 +
24614 +#
24615 +# Partition Types
24616 +#
24617 +CONFIG_PARTITION_ADVANCED=y
24618 +# CONFIG_ACORN_PARTITION is not set
24619 +# CONFIG_OSF_PARTITION is not set
24620 +# CONFIG_AMIGA_PARTITION is not set
24621 +# CONFIG_ATARI_PARTITION is not set
24622 +# CONFIG_MAC_PARTITION is not set
24623 +# CONFIG_MSDOS_PARTITION is not set
24624 +# CONFIG_LDM_PARTITION is not set
24625 +# CONFIG_SGI_PARTITION is not set
24626 +# CONFIG_ULTRIX_PARTITION is not set
24627 +# CONFIG_SUN_PARTITION is not set
24628 +# CONFIG_KARMA_PARTITION is not set
24629 +# CONFIG_EFI_PARTITION is not set
24630 +# CONFIG_SYSV68_PARTITION is not set
24631 +# CONFIG_NLS is not set
24632 +# CONFIG_DLM is not set
24633 +CONFIG_UCC_FAST=y
24634 +CONFIG_UCC=y
24635 +
24636 +#
24637 +# Library routines
24638 +#
24639 +CONFIG_BITREVERSE=y
24640 +# CONFIG_CRC_CCITT is not set
24641 +# CONFIG_CRC16 is not set
24642 +# CONFIG_CRC_ITU_T is not set
24643 +CONFIG_CRC32=y
24644 +# CONFIG_CRC7 is not set
24645 +# CONFIG_LIBCRC32C is not set
24646 +CONFIG_PLIST=y
24647 +CONFIG_HAS_IOMEM=y
24648 +CONFIG_HAS_IOPORT=y
24649 +CONFIG_HAS_DMA=y
24650 +
24651 +#
24652 +# Kernel hacking
24653 +#
24654 +# CONFIG_PRINTK_TIME is not set
24655 +CONFIG_ENABLE_WARN_DEPRECATED=y
24656 +CONFIG_ENABLE_MUST_CHECK=y
24657 +# CONFIG_MAGIC_SYSRQ is not set
24658 +# CONFIG_UNUSED_SYMBOLS is not set
24659 +# CONFIG_DEBUG_FS is not set
24660 +# CONFIG_HEADERS_CHECK is not set
24661 +# CONFIG_DEBUG_KERNEL is not set
24662 +# CONFIG_SLUB_DEBUG_ON is not set
24663 +# CONFIG_SLUB_STATS is not set
24664 +# CONFIG_DEBUG_BUGVERBOSE is not set
24665 +# CONFIG_SAMPLES is not set
24666 +# CONFIG_PPC_EARLY_DEBUG is not set
24667 +
24668 +#
24669 +# Security options
24670 +#
24671 +# CONFIG_KEYS is not set
24672 +# CONFIG_SECURITY is not set
24673 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
24674 +CONFIG_CRYPTO=y
24675 +CONFIG_CRYPTO_ALGAPI=y
24676 +CONFIG_CRYPTO_BLKCIPHER=y
24677 +# CONFIG_CRYPTO_SEQIV is not set
24678 +CONFIG_CRYPTO_MANAGER=y
24679 +# CONFIG_CRYPTO_HMAC is not set
24680 +# CONFIG_CRYPTO_XCBC is not set
24681 +# CONFIG_CRYPTO_NULL is not set
24682 +# CONFIG_CRYPTO_MD4 is not set
24683 +CONFIG_CRYPTO_MD5=y
24684 +# CONFIG_CRYPTO_SHA1 is not set
24685 +# CONFIG_CRYPTO_SHA256 is not set
24686 +# CONFIG_CRYPTO_SHA512 is not set
24687 +# CONFIG_CRYPTO_WP512 is not set
24688 +# CONFIG_CRYPTO_TGR192 is not set
24689 +# CONFIG_CRYPTO_GF128MUL is not set
24690 +CONFIG_CRYPTO_ECB=m
24691 +CONFIG_CRYPTO_CBC=y
24692 +CONFIG_CRYPTO_PCBC=m
24693 +# CONFIG_CRYPTO_LRW is not set
24694 +# CONFIG_CRYPTO_XTS is not set
24695 +# CONFIG_CRYPTO_CTR is not set
24696 +# CONFIG_CRYPTO_GCM is not set
24697 +# CONFIG_CRYPTO_CCM is not set
24698 +# CONFIG_CRYPTO_CRYPTD is not set
24699 +CONFIG_CRYPTO_DES=y
24700 +# CONFIG_CRYPTO_FCRYPT is not set
24701 +# CONFIG_CRYPTO_BLOWFISH is not set
24702 +# CONFIG_CRYPTO_TWOFISH is not set
24703 +# CONFIG_CRYPTO_SERPENT is not set
24704 +# CONFIG_CRYPTO_AES is not set
24705 +# CONFIG_CRYPTO_CAST5 is not set
24706 +# CONFIG_CRYPTO_CAST6 is not set
24707 +# CONFIG_CRYPTO_TEA is not set
24708 +# CONFIG_CRYPTO_ARC4 is not set
24709 +# CONFIG_CRYPTO_KHAZAD is not set
24710 +# CONFIG_CRYPTO_ANUBIS is not set
24711 +# CONFIG_CRYPTO_SEED is not set
24712 +# CONFIG_CRYPTO_SALSA20 is not set
24713 +# CONFIG_CRYPTO_DEFLATE is not set
24714 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
24715 +# CONFIG_CRYPTO_CRC32C is not set
24716 +# CONFIG_CRYPTO_CAMELLIA is not set
24717 +# CONFIG_CRYPTO_TEST is not set
24718 +# CONFIG_CRYPTO_AUTHENC is not set
24719 +# CONFIG_CRYPTO_LZO is not set
24720 +CONFIG_CRYPTO_HW=y
24721 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
24722 +# CONFIG_PPC_CLOCK is not set
24723 +CONFIG_PPC_LIB_RHEAP=y
24724 --- /dev/null
24725 +++ b/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
24726 @@ -0,0 +1,1233 @@
24727 +#
24728 +# Automatically generated make config: don't edit
24729 +# Linux kernel version: 2.6.25-rc6
24730 +# Mon Mar 24 08:48:16 2008
24731 +#
24732 +# CONFIG_PPC64 is not set
24733 +
24734 +#
24735 +# Processor support
24736 +#
24737 +CONFIG_6xx=y
24738 +# CONFIG_PPC_85xx is not set
24739 +# CONFIG_PPC_8xx is not set
24740 +# CONFIG_40x is not set
24741 +# CONFIG_44x is not set
24742 +# CONFIG_E200 is not set
24743 +CONFIG_PPC_FPU=y
24744 +# CONFIG_FSL_EMB_PERFMON is not set
24745 +CONFIG_PPC_STD_MMU=y
24746 +CONFIG_PPC_STD_MMU_32=y
24747 +# CONFIG_PPC_MM_SLICES is not set
24748 +# CONFIG_SMP is not set
24749 +CONFIG_PPC32=y
24750 +CONFIG_WORD_SIZE=32
24751 +CONFIG_PPC_MERGE=y
24752 +CONFIG_MMU=y
24753 +CONFIG_GENERIC_CMOS_UPDATE=y
24754 +CONFIG_GENERIC_TIME=y
24755 +CONFIG_GENERIC_TIME_VSYSCALL=y
24756 +CONFIG_GENERIC_CLOCKEVENTS=y
24757 +CONFIG_GENERIC_HARDIRQS=y
24758 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
24759 +CONFIG_IRQ_PER_CPU=y
24760 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
24761 +CONFIG_ARCH_HAS_ILOG2_U32=y
24762 +CONFIG_GENERIC_HWEIGHT=y
24763 +CONFIG_GENERIC_CALIBRATE_DELAY=y
24764 +CONFIG_GENERIC_FIND_NEXT_BIT=y
24765 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
24766 +CONFIG_PPC=y
24767 +CONFIG_EARLY_PRINTK=y
24768 +CONFIG_GENERIC_NVRAM=y
24769 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
24770 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
24771 +CONFIG_PPC_OF=y
24772 +CONFIG_OF=y
24773 +CONFIG_PPC_UDBG_16550=y
24774 +# CONFIG_GENERIC_TBSYNC is not set
24775 +CONFIG_AUDIT_ARCH=y
24776 +CONFIG_GENERIC_BUG=y
24777 +CONFIG_DEFAULT_UIMAGE=y
24778 +# CONFIG_PPC_DCR_NATIVE is not set
24779 +# CONFIG_PPC_DCR_MMIO is not set
24780 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
24781 +
24782 +#
24783 +# General setup
24784 +#
24785 +CONFIG_EXPERIMENTAL=y
24786 +CONFIG_BROKEN_ON_SMP=y
24787 +CONFIG_INIT_ENV_ARG_LIMIT=32
24788 +CONFIG_LOCALVERSION=""
24789 +CONFIG_LOCALVERSION_AUTO=y
24790 +CONFIG_SWAP=y
24791 +CONFIG_SYSVIPC=y
24792 +CONFIG_SYSVIPC_SYSCTL=y
24793 +# CONFIG_POSIX_MQUEUE is not set
24794 +# CONFIG_BSD_PROCESS_ACCT is not set
24795 +# CONFIG_TASKSTATS is not set
24796 +# CONFIG_AUDIT is not set
24797 +# CONFIG_IKCONFIG is not set
24798 +CONFIG_LOG_BUF_SHIFT=14
24799 +# CONFIG_CGROUPS is not set
24800 +CONFIG_GROUP_SCHED=y
24801 +# CONFIG_FAIR_GROUP_SCHED is not set
24802 +# CONFIG_RT_GROUP_SCHED is not set
24803 +CONFIG_USER_SCHED=y
24804 +# CONFIG_CGROUP_SCHED is not set
24805 +CONFIG_SYSFS_DEPRECATED=y
24806 +CONFIG_SYSFS_DEPRECATED_V2=y
24807 +# CONFIG_RELAY is not set
24808 +# CONFIG_NAMESPACES is not set
24809 +CONFIG_BLK_DEV_INITRD=y
24810 +CONFIG_INITRAMFS_SOURCE=""
24811 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
24812 +CONFIG_SYSCTL=y
24813 +CONFIG_EMBEDDED=y
24814 +CONFIG_SYSCTL_SYSCALL=y
24815 +# CONFIG_KALLSYMS is not set
24816 +CONFIG_HOTPLUG=y
24817 +CONFIG_PRINTK=y
24818 +CONFIG_BUG=y
24819 +CONFIG_ELF_CORE=y
24820 +CONFIG_COMPAT_BRK=y
24821 +CONFIG_BASE_FULL=y
24822 +CONFIG_FUTEX=y
24823 +CONFIG_ANON_INODES=y
24824 +# CONFIG_EPOLL is not set
24825 +CONFIG_SIGNALFD=y
24826 +CONFIG_TIMERFD=y
24827 +CONFIG_EVENTFD=y
24828 +CONFIG_SHMEM=y
24829 +CONFIG_VM_EVENT_COUNTERS=y
24830 +CONFIG_SLUB_DEBUG=y
24831 +# CONFIG_SLAB is not set
24832 +CONFIG_SLUB=y
24833 +# CONFIG_SLOB is not set
24834 +# CONFIG_PROFILING is not set
24835 +# CONFIG_MARKERS is not set
24836 +CONFIG_HAVE_OPROFILE=y
24837 +CONFIG_HAVE_KPROBES=y
24838 +CONFIG_HAVE_KRETPROBES=y
24839 +CONFIG_PROC_PAGE_MONITOR=y
24840 +CONFIG_SLABINFO=y
24841 +CONFIG_RT_MUTEXES=y
24842 +# CONFIG_TINY_SHMEM is not set
24843 +CONFIG_BASE_SMALL=0
24844 +CONFIG_MODULES=y
24845 +CONFIG_MODULE_UNLOAD=y
24846 +# CONFIG_MODULE_FORCE_UNLOAD is not set
24847 +# CONFIG_MODVERSIONS is not set
24848 +# CONFIG_MODULE_SRCVERSION_ALL is not set
24849 +# CONFIG_KMOD is not set
24850 +CONFIG_BLOCK=y
24851 +# CONFIG_LBD is not set
24852 +# CONFIG_BLK_DEV_IO_TRACE is not set
24853 +# CONFIG_LSF is not set
24854 +# CONFIG_BLK_DEV_BSG is not set
24855 +
24856 +#
24857 +# IO Schedulers
24858 +#
24859 +CONFIG_IOSCHED_NOOP=y
24860 +CONFIG_IOSCHED_AS=y
24861 +CONFIG_IOSCHED_DEADLINE=y
24862 +CONFIG_IOSCHED_CFQ=y
24863 +CONFIG_DEFAULT_AS=y
24864 +# CONFIG_DEFAULT_DEADLINE is not set
24865 +# CONFIG_DEFAULT_CFQ is not set
24866 +# CONFIG_DEFAULT_NOOP is not set
24867 +CONFIG_DEFAULT_IOSCHED="anticipatory"
24868 +CONFIG_CLASSIC_RCU=y
24869 +
24870 +#
24871 +# Platform support
24872 +#
24873 +# CONFIG_PPC_MULTIPLATFORM is not set
24874 +# CONFIG_PPC_82xx is not set
24875 +CONFIG_PPC_83xx=y
24876 +# CONFIG_PPC_86xx is not set
24877 +# CONFIG_PPC_MPC512x is not set
24878 +# CONFIG_PPC_MPC5121 is not set
24879 +# CONFIG_PPC_CELL is not set
24880 +# CONFIG_PPC_CELL_NATIVE is not set
24881 +# CONFIG_PQ2ADS is not set
24882 +CONFIG_MPC83xx=y
24883 +# CONFIG_MPC831x_RDB is not set
24884 +# CONFIG_MPC832x_MDS is not set
24885 +CONFIG_MPC832x_RDB=y
24886 +# CONFIG_MPC834x_MDS is not set
24887 +# CONFIG_MPC834x_ITX is not set
24888 +# CONFIG_MPC836x_MDS is not set
24889 +# CONFIG_MPC837x_MDS is not set
24890 +# CONFIG_MPC837x_RDB is not set
24891 +# CONFIG_SBC834x is not set
24892 +CONFIG_PPC_MPC832x=y
24893 +CONFIG_IPIC=y
24894 +# CONFIG_MPIC is not set
24895 +# CONFIG_MPIC_WEIRD is not set
24896 +# CONFIG_PPC_I8259 is not set
24897 +# CONFIG_PPC_RTAS is not set
24898 +# CONFIG_MMIO_NVRAM is not set
24899 +# CONFIG_PPC_MPC106 is not set
24900 +# CONFIG_PPC_970_NAP is not set
24901 +# CONFIG_PPC_INDIRECT_IO is not set
24902 +# CONFIG_GENERIC_IOMAP is not set
24903 +# CONFIG_CPU_FREQ is not set
24904 +CONFIG_QUICC_ENGINE=y
24905 +# CONFIG_FSL_ULI1575 is not set
24906 +
24907 +#
24908 +# Kernel options
24909 +#
24910 +# CONFIG_HIGHMEM is not set
24911 +CONFIG_TICK_ONESHOT=y
24912 +CONFIG_NO_HZ=y
24913 +CONFIG_HIGH_RES_TIMERS=y
24914 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
24915 +# CONFIG_HZ_100 is not set
24916 +CONFIG_HZ_250=y
24917 +# CONFIG_HZ_300 is not set
24918 +# CONFIG_HZ_1000 is not set
24919 +CONFIG_HZ=250
24920 +# CONFIG_SCHED_HRTICK is not set
24921 +CONFIG_PREEMPT_NONE=y
24922 +# CONFIG_PREEMPT_VOLUNTARY is not set
24923 +# CONFIG_PREEMPT is not set
24924 +CONFIG_BINFMT_ELF=y
24925 +# CONFIG_BINFMT_MISC is not set
24926 +CONFIG_MATH_EMULATION=y
24927 +# CONFIG_IOMMU_HELPER is not set
24928 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
24929 +CONFIG_ARCH_HAS_WALK_MEMORY=y
24930 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
24931 +CONFIG_ARCH_FLATMEM_ENABLE=y
24932 +CONFIG_ARCH_POPULATES_NODE_MAP=y
24933 +CONFIG_SELECT_MEMORY_MODEL=y
24934 +CONFIG_FLATMEM_MANUAL=y
24935 +# CONFIG_DISCONTIGMEM_MANUAL is not set
24936 +# CONFIG_SPARSEMEM_MANUAL is not set
24937 +CONFIG_FLATMEM=y
24938 +CONFIG_FLAT_NODE_MEM_MAP=y
24939 +# CONFIG_SPARSEMEM_STATIC is not set
24940 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
24941 +CONFIG_SPLIT_PTLOCK_CPUS=4
24942 +# CONFIG_RESOURCES_64BIT is not set
24943 +CONFIG_ZONE_DMA_FLAG=1
24944 +CONFIG_BOUNCE=y
24945 +CONFIG_VIRT_TO_BUS=y
24946 +CONFIG_PROC_DEVICETREE=y
24947 +# CONFIG_CMDLINE_BOOL is not set
24948 +# CONFIG_PM is not set
24949 +CONFIG_SECCOMP=y
24950 +CONFIG_ISA_DMA_API=y
24951 +
24952 +#
24953 +# Bus options
24954 +#
24955 +CONFIG_ZONE_DMA=y
24956 +CONFIG_GENERIC_ISA_DMA=y
24957 +CONFIG_PPC_INDIRECT_PCI=y
24958 +CONFIG_FSL_SOC=y
24959 +CONFIG_PCI=y
24960 +CONFIG_PCI_DOMAINS=y
24961 +CONFIG_PCI_SYSCALL=y
24962 +# CONFIG_PCIEPORTBUS is not set
24963 +CONFIG_ARCH_SUPPORTS_MSI=y
24964 +# CONFIG_PCI_MSI is not set
24965 +CONFIG_PCI_LEGACY=y
24966 +# CONFIG_PCCARD is not set
24967 +# CONFIG_HOTPLUG_PCI is not set
24968 +
24969 +#
24970 +# Advanced setup
24971 +#
24972 +# CONFIG_ADVANCED_OPTIONS is not set
24973 +
24974 +#
24975 +# Default settings for advanced configuration options are used
24976 +#
24977 +CONFIG_HIGHMEM_START=0xfe000000
24978 +CONFIG_LOWMEM_SIZE=0x30000000
24979 +CONFIG_KERNEL_START=0xc0000000
24980 +CONFIG_TASK_SIZE=0xc0000000
24981 +CONFIG_BOOT_LOAD=0x00800000
24982 +
24983 +#
24984 +# Networking
24985 +#
24986 +CONFIG_NET=y
24987 +
24988 +#
24989 +# Networking options
24990 +#
24991 +CONFIG_PACKET=y
24992 +# CONFIG_PACKET_MMAP is not set
24993 +CONFIG_UNIX=y
24994 +CONFIG_XFRM=y
24995 +# CONFIG_XFRM_USER is not set
24996 +# CONFIG_XFRM_SUB_POLICY is not set
24997 +# CONFIG_XFRM_MIGRATE is not set
24998 +# CONFIG_XFRM_STATISTICS is not set
24999 +# CONFIG_NET_KEY is not set
25000 +CONFIG_INET=y
25001 +CONFIG_IP_MULTICAST=y
25002 +# CONFIG_IP_ADVANCED_ROUTER is not set
25003 +CONFIG_IP_FIB_HASH=y
25004 +CONFIG_IP_PNP=y
25005 +CONFIG_IP_PNP_DHCP=y
25006 +CONFIG_IP_PNP_BOOTP=y
25007 +# CONFIG_IP_PNP_RARP is not set
25008 +# CONFIG_NET_IPIP is not set
25009 +# CONFIG_NET_IPGRE is not set
25010 +# CONFIG_IP_MROUTE is not set
25011 +# CONFIG_ARPD is not set
25012 +CONFIG_SYN_COOKIES=y
25013 +# CONFIG_INET_AH is not set
25014 +# CONFIG_INET_ESP is not set
25015 +# CONFIG_INET_IPCOMP is not set
25016 +# CONFIG_INET_XFRM_TUNNEL is not set
25017 +# CONFIG_INET_TUNNEL is not set
25018 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
25019 +CONFIG_INET_XFRM_MODE_TUNNEL=y
25020 +CONFIG_INET_XFRM_MODE_BEET=y
25021 +# CONFIG_INET_LRO is not set
25022 +CONFIG_INET_DIAG=y
25023 +CONFIG_INET_TCP_DIAG=y
25024 +# CONFIG_TCP_CONG_ADVANCED is not set
25025 +CONFIG_TCP_CONG_CUBIC=y
25026 +CONFIG_DEFAULT_TCP_CONG="cubic"
25027 +# CONFIG_TCP_MD5SIG is not set
25028 +# CONFIG_IPV6 is not set
25029 +# CONFIG_INET6_XFRM_TUNNEL is not set
25030 +# CONFIG_INET6_TUNNEL is not set
25031 +# CONFIG_NETWORK_SECMARK is not set
25032 +# CONFIG_NETFILTER is not set
25033 +# CONFIG_IP_DCCP is not set
25034 +# CONFIG_IP_SCTP is not set
25035 +# CONFIG_TIPC is not set
25036 +# CONFIG_ATM is not set
25037 +# CONFIG_BRIDGE is not set
25038 +# CONFIG_VLAN_8021Q is not set
25039 +# CONFIG_DECNET is not set
25040 +# CONFIG_LLC2 is not set
25041 +# CONFIG_IPX is not set
25042 +# CONFIG_ATALK is not set
25043 +# CONFIG_X25 is not set
25044 +# CONFIG_LAPB is not set
25045 +# CONFIG_ECONET is not set
25046 +# CONFIG_WAN_ROUTER is not set
25047 +# CONFIG_NET_SCHED is not set
25048 +
25049 +#
25050 +# Network testing
25051 +#
25052 +# CONFIG_NET_PKTGEN is not set
25053 +# CONFIG_HAMRADIO is not set
25054 +# CONFIG_CAN is not set
25055 +# CONFIG_IRDA is not set
25056 +# CONFIG_BT is not set
25057 +# CONFIG_AF_RXRPC is not set
25058 +
25059 +#
25060 +# Wireless
25061 +#
25062 +# CONFIG_CFG80211 is not set
25063 +# CONFIG_WIRELESS_EXT is not set
25064 +# CONFIG_MAC80211 is not set
25065 +# CONFIG_IEEE80211 is not set
25066 +# CONFIG_RFKILL is not set
25067 +# CONFIG_NET_9P is not set
25068 +
25069 +#
25070 +# Device Drivers
25071 +#
25072 +
25073 +#
25074 +# Generic Driver Options
25075 +#
25076 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
25077 +CONFIG_STANDALONE=y
25078 +CONFIG_PREVENT_FIRMWARE_BUILD=y
25079 +# CONFIG_FW_LOADER is not set
25080 +# CONFIG_SYS_HYPERVISOR is not set
25081 +# CONFIG_CONNECTOR is not set
25082 +# CONFIG_MTD is not set
25083 +CONFIG_OF_DEVICE=y
25084 +# CONFIG_PARPORT is not set
25085 +CONFIG_BLK_DEV=y
25086 +# CONFIG_BLK_DEV_FD is not set
25087 +# CONFIG_BLK_CPQ_DA is not set
25088 +# CONFIG_BLK_CPQ_CISS_DA is not set
25089 +# CONFIG_BLK_DEV_DAC960 is not set
25090 +# CONFIG_BLK_DEV_UMEM is not set
25091 +# CONFIG_BLK_DEV_COW_COMMON is not set
25092 +CONFIG_BLK_DEV_LOOP=y
25093 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
25094 +# CONFIG_BLK_DEV_NBD is not set
25095 +# CONFIG_BLK_DEV_SX8 is not set
25096 +# CONFIG_BLK_DEV_UB is not set
25097 +CONFIG_BLK_DEV_RAM=y
25098 +CONFIG_BLK_DEV_RAM_COUNT=16
25099 +CONFIG_BLK_DEV_RAM_SIZE=32768
25100 +# CONFIG_BLK_DEV_XIP is not set
25101 +# CONFIG_CDROM_PKTCDVD is not set
25102 +# CONFIG_ATA_OVER_ETH is not set
25103 +CONFIG_MISC_DEVICES=y
25104 +# CONFIG_PHANTOM is not set
25105 +# CONFIG_EEPROM_93CX6 is not set
25106 +# CONFIG_SGI_IOC4 is not set
25107 +# CONFIG_TIFM_CORE is not set
25108 +# CONFIG_ENCLOSURE_SERVICES is not set
25109 +CONFIG_HAVE_IDE=y
25110 +# CONFIG_IDE is not set
25111 +
25112 +#
25113 +# SCSI device support
25114 +#
25115 +# CONFIG_RAID_ATTRS is not set
25116 +CONFIG_SCSI=y
25117 +CONFIG_SCSI_DMA=y
25118 +# CONFIG_SCSI_TGT is not set
25119 +# CONFIG_SCSI_NETLINK is not set
25120 +CONFIG_SCSI_PROC_FS=y
25121 +
25122 +#
25123 +# SCSI support type (disk, tape, CD-ROM)
25124 +#
25125 +CONFIG_BLK_DEV_SD=y
25126 +# CONFIG_CHR_DEV_ST is not set
25127 +# CONFIG_CHR_DEV_OSST is not set
25128 +# CONFIG_BLK_DEV_SR is not set
25129 +# CONFIG_CHR_DEV_SG is not set
25130 +# CONFIG_CHR_DEV_SCH is not set
25131 +
25132 +#
25133 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
25134 +#
25135 +# CONFIG_SCSI_MULTI_LUN is not set
25136 +# CONFIG_SCSI_CONSTANTS is not set
25137 +# CONFIG_SCSI_LOGGING is not set
25138 +# CONFIG_SCSI_SCAN_ASYNC is not set
25139 +CONFIG_SCSI_WAIT_SCAN=m
25140 +
25141 +#
25142 +# SCSI Transports
25143 +#
25144 +# CONFIG_SCSI_SPI_ATTRS is not set
25145 +# CONFIG_SCSI_FC_ATTRS is not set
25146 +# CONFIG_SCSI_ISCSI_ATTRS is not set
25147 +# CONFIG_SCSI_SAS_LIBSAS is not set
25148 +# CONFIG_SCSI_SRP_ATTRS is not set
25149 +CONFIG_SCSI_LOWLEVEL=y
25150 +# CONFIG_ISCSI_TCP is not set
25151 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
25152 +# CONFIG_SCSI_3W_9XXX is not set
25153 +# CONFIG_SCSI_ACARD is not set
25154 +# CONFIG_SCSI_AACRAID is not set
25155 +# CONFIG_SCSI_AIC7XXX is not set
25156 +# CONFIG_SCSI_AIC7XXX_OLD is not set
25157 +# CONFIG_SCSI_AIC79XX is not set
25158 +# CONFIG_SCSI_AIC94XX is not set
25159 +# CONFIG_SCSI_DPT_I2O is not set
25160 +# CONFIG_SCSI_ADVANSYS is not set
25161 +# CONFIG_SCSI_ARCMSR is not set
25162 +# CONFIG_MEGARAID_NEWGEN is not set
25163 +# CONFIG_MEGARAID_LEGACY is not set
25164 +# CONFIG_MEGARAID_SAS is not set
25165 +# CONFIG_SCSI_HPTIOP is not set
25166 +# CONFIG_SCSI_BUSLOGIC is not set
25167 +# CONFIG_SCSI_DMX3191D is not set
25168 +# CONFIG_SCSI_EATA is not set
25169 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
25170 +# CONFIG_SCSI_GDTH is not set
25171 +# CONFIG_SCSI_IPS is not set
25172 +# CONFIG_SCSI_INITIO is not set
25173 +# CONFIG_SCSI_INIA100 is not set
25174 +# CONFIG_SCSI_MVSAS is not set
25175 +# CONFIG_SCSI_STEX is not set
25176 +# CONFIG_SCSI_SYM53C8XX_2 is not set
25177 +# CONFIG_SCSI_QLOGIC_1280 is not set
25178 +# CONFIG_SCSI_QLA_FC is not set
25179 +# CONFIG_SCSI_QLA_ISCSI is not set
25180 +# CONFIG_SCSI_LPFC is not set
25181 +# CONFIG_SCSI_DC395x is not set
25182 +# CONFIG_SCSI_DC390T is not set
25183 +# CONFIG_SCSI_NSP32 is not set
25184 +# CONFIG_SCSI_DEBUG is not set
25185 +# CONFIG_SCSI_SRP is not set
25186 +# CONFIG_ATA is not set
25187 +# CONFIG_MD is not set
25188 +# CONFIG_FUSION is not set
25189 +
25190 +#
25191 +# IEEE 1394 (FireWire) support
25192 +#
25193 +# CONFIG_FIREWIRE is not set
25194 +# CONFIG_IEEE1394 is not set
25195 +# CONFIG_I2O is not set
25196 +# CONFIG_MACINTOSH_DRIVERS is not set
25197 +CONFIG_NETDEVICES=y
25198 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
25199 +# CONFIG_DUMMY is not set
25200 +# CONFIG_BONDING is not set
25201 +# CONFIG_MACVLAN is not set
25202 +# CONFIG_EQUALIZER is not set
25203 +# CONFIG_TUN is not set
25204 +# CONFIG_VETH is not set
25205 +# CONFIG_ARCNET is not set
25206 +CONFIG_PHYLIB=y
25207 +
25208 +#
25209 +# MII PHY device drivers
25210 +#
25211 +# CONFIG_MARVELL_PHY is not set
25212 +# CONFIG_DAVICOM_PHY is not set
25213 +# CONFIG_QSEMI_PHY is not set
25214 +# CONFIG_LXT_PHY is not set
25215 +# CONFIG_CICADA_PHY is not set
25216 +# CONFIG_VITESSE_PHY is not set
25217 +# CONFIG_SMSC_PHY is not set
25218 +# CONFIG_BROADCOM_PHY is not set
25219 +CONFIG_ICPLUS_PHY=y
25220 +# CONFIG_REALTEK_PHY is not set
25221 +# CONFIG_FIXED_PHY is not set
25222 +# CONFIG_MDIO_BITBANG is not set
25223 +CONFIG_NET_ETHERNET=y
25224 +CONFIG_MII=y
25225 +# CONFIG_HAPPYMEAL is not set
25226 +# CONFIG_SUNGEM is not set
25227 +# CONFIG_CASSINI is not set
25228 +# CONFIG_NET_VENDOR_3COM is not set
25229 +# CONFIG_ENC28J60 is not set
25230 +# CONFIG_NET_TULIP is not set
25231 +# CONFIG_HP100 is not set
25232 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
25233 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
25234 +# CONFIG_IBM_NEW_EMAC_TAH is not set
25235 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
25236 +# CONFIG_NET_PCI is not set
25237 +# CONFIG_B44 is not set
25238 +CONFIG_NETDEV_1000=y
25239 +# CONFIG_ACENIC is not set
25240 +# CONFIG_DL2K is not set
25241 +CONFIG_E1000=y
25242 +# CONFIG_E1000_NAPI is not set
25243 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
25244 +# CONFIG_E1000E is not set
25245 +# CONFIG_E1000E_ENABLED is not set
25246 +# CONFIG_IP1000 is not set
25247 +# CONFIG_IGB is not set
25248 +# CONFIG_NS83820 is not set
25249 +# CONFIG_HAMACHI is not set
25250 +# CONFIG_YELLOWFIN is not set
25251 +# CONFIG_R8169 is not set
25252 +# CONFIG_SIS190 is not set
25253 +# CONFIG_SKGE is not set
25254 +# CONFIG_SKY2 is not set
25255 +# CONFIG_SK98LIN is not set
25256 +# CONFIG_VIA_VELOCITY is not set
25257 +# CONFIG_TIGON3 is not set
25258 +# CONFIG_BNX2 is not set
25259 +# CONFIG_GIANFAR is not set
25260 +CONFIG_UCC_GETH=y
25261 +CONFIG_UGETH_NAPI=y
25262 +# CONFIG_UGETH_MAGIC_PACKET is not set
25263 +# CONFIG_UGETH_FILTERING is not set
25264 +# CONFIG_UGETH_TX_ON_DEMAND is not set
25265 +# CONFIG_QLA3XXX is not set
25266 +# CONFIG_ATL1 is not set
25267 +CONFIG_NETDEV_10000=y
25268 +# CONFIG_CHELSIO_T1 is not set
25269 +# CONFIG_CHELSIO_T3 is not set
25270 +# CONFIG_IXGBE is not set
25271 +# CONFIG_IXGB is not set
25272 +# CONFIG_S2IO is not set
25273 +# CONFIG_MYRI10GE is not set
25274 +# CONFIG_NETXEN_NIC is not set
25275 +# CONFIG_NIU is not set
25276 +# CONFIG_MLX4_CORE is not set
25277 +# CONFIG_TEHUTI is not set
25278 +# CONFIG_BNX2X is not set
25279 +# CONFIG_TR is not set
25280 +
25281 +#
25282 +# Wireless LAN
25283 +#
25284 +# CONFIG_WLAN_PRE80211 is not set
25285 +# CONFIG_WLAN_80211 is not set
25286 +
25287 +#
25288 +# USB Network Adapters
25289 +#
25290 +# CONFIG_USB_CATC is not set
25291 +# CONFIG_USB_KAWETH is not set
25292 +# CONFIG_USB_PEGASUS is not set
25293 +# CONFIG_USB_RTL8150 is not set
25294 +# CONFIG_USB_USBNET is not set
25295 +# CONFIG_WAN is not set
25296 +# CONFIG_FDDI is not set
25297 +# CONFIG_HIPPI is not set
25298 +# CONFIG_PPP is not set
25299 +# CONFIG_SLIP is not set
25300 +# CONFIG_NET_FC is not set
25301 +# CONFIG_NETCONSOLE is not set
25302 +# CONFIG_NETPOLL is not set
25303 +# CONFIG_NET_POLL_CONTROLLER is not set
25304 +# CONFIG_ISDN is not set
25305 +# CONFIG_PHONE is not set
25306 +
25307 +#
25308 +# Input device support
25309 +#
25310 +CONFIG_INPUT=y
25311 +# CONFIG_INPUT_FF_MEMLESS is not set
25312 +# CONFIG_INPUT_POLLDEV is not set
25313 +
25314 +#
25315 +# Userland interfaces
25316 +#
25317 +# CONFIG_INPUT_MOUSEDEV is not set
25318 +# CONFIG_INPUT_JOYDEV is not set
25319 +# CONFIG_INPUT_EVDEV is not set
25320 +# CONFIG_INPUT_EVBUG is not set
25321 +
25322 +#
25323 +# Input Device Drivers
25324 +#
25325 +# CONFIG_INPUT_KEYBOARD is not set
25326 +# CONFIG_INPUT_MOUSE is not set
25327 +# CONFIG_INPUT_JOYSTICK is not set
25328 +# CONFIG_INPUT_TABLET is not set
25329 +# CONFIG_INPUT_TOUCHSCREEN is not set
25330 +# CONFIG_INPUT_MISC is not set
25331 +
25332 +#
25333 +# Hardware I/O ports
25334 +#
25335 +# CONFIG_SERIO is not set
25336 +# CONFIG_GAMEPORT is not set
25337 +
25338 +#
25339 +# Character devices
25340 +#
25341 +# CONFIG_VT is not set
25342 +# CONFIG_SERIAL_NONSTANDARD is not set
25343 +# CONFIG_NOZOMI is not set
25344 +
25345 +#
25346 +# Serial drivers
25347 +#
25348 +CONFIG_SERIAL_8250=y
25349 +CONFIG_SERIAL_8250_CONSOLE=y
25350 +CONFIG_SERIAL_8250_PCI=y
25351 +CONFIG_SERIAL_8250_NR_UARTS=4
25352 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
25353 +# CONFIG_SERIAL_8250_EXTENDED is not set
25354 +
25355 +#
25356 +# Non-8250 serial port support
25357 +#
25358 +# CONFIG_SERIAL_UARTLITE is not set
25359 +CONFIG_SERIAL_CORE=y
25360 +CONFIG_SERIAL_CORE_CONSOLE=y
25361 +# CONFIG_SERIAL_JSM is not set
25362 +# CONFIG_SERIAL_OF_PLATFORM is not set
25363 +# CONFIG_SERIAL_QE is not set
25364 +CONFIG_UNIX98_PTYS=y
25365 +CONFIG_LEGACY_PTYS=y
25366 +CONFIG_LEGACY_PTY_COUNT=256
25367 +# CONFIG_IPMI_HANDLER is not set
25368 +CONFIG_HW_RANDOM=y
25369 +# CONFIG_NVRAM is not set
25370 +CONFIG_GEN_RTC=y
25371 +# CONFIG_GEN_RTC_X is not set
25372 +# CONFIG_R3964 is not set
25373 +# CONFIG_APPLICOM is not set
25374 +# CONFIG_RAW_DRIVER is not set
25375 +# CONFIG_TCG_TPM is not set
25376 +CONFIG_DEVPORT=y
25377 +CONFIG_I2C=y
25378 +CONFIG_I2C_BOARDINFO=y
25379 +CONFIG_I2C_CHARDEV=y
25380 +
25381 +#
25382 +# I2C Algorithms
25383 +#
25384 +# CONFIG_I2C_ALGOBIT is not set
25385 +# CONFIG_I2C_ALGOPCF is not set
25386 +# CONFIG_I2C_ALGOPCA is not set
25387 +
25388 +#
25389 +# I2C Hardware Bus support
25390 +#
25391 +# CONFIG_I2C_ALI1535 is not set
25392 +# CONFIG_I2C_ALI1563 is not set
25393 +# CONFIG_I2C_ALI15X3 is not set
25394 +# CONFIG_I2C_AMD756 is not set
25395 +# CONFIG_I2C_AMD8111 is not set
25396 +# CONFIG_I2C_I801 is not set
25397 +# CONFIG_I2C_I810 is not set
25398 +# CONFIG_I2C_PIIX4 is not set
25399 +CONFIG_I2C_MPC=y
25400 +# CONFIG_I2C_NFORCE2 is not set
25401 +# CONFIG_I2C_OCORES is not set
25402 +# CONFIG_I2C_PARPORT_LIGHT is not set
25403 +# CONFIG_I2C_PROSAVAGE is not set
25404 +# CONFIG_I2C_SAVAGE4 is not set
25405 +# CONFIG_I2C_SIMTEC is not set
25406 +# CONFIG_I2C_SIS5595 is not set
25407 +# CONFIG_I2C_SIS630 is not set
25408 +# CONFIG_I2C_SIS96X is not set
25409 +# CONFIG_I2C_TAOS_EVM is not set
25410 +# CONFIG_I2C_STUB is not set
25411 +# CONFIG_I2C_TINY_USB is not set
25412 +# CONFIG_I2C_VIA is not set
25413 +# CONFIG_I2C_VIAPRO is not set
25414 +# CONFIG_I2C_VOODOO3 is not set
25415 +
25416 +#
25417 +# Miscellaneous I2C Chip support
25418 +#
25419 +# CONFIG_DS1682 is not set
25420 +# CONFIG_SENSORS_EEPROM is not set
25421 +# CONFIG_SENSORS_PCF8574 is not set
25422 +# CONFIG_PCF8575 is not set
25423 +# CONFIG_SENSORS_PCF8591 is not set
25424 +# CONFIG_TPS65010 is not set
25425 +# CONFIG_SENSORS_MAX6875 is not set
25426 +# CONFIG_SENSORS_TSL2550 is not set
25427 +# CONFIG_I2C_DEBUG_CORE is not set
25428 +# CONFIG_I2C_DEBUG_ALGO is not set
25429 +# CONFIG_I2C_DEBUG_BUS is not set
25430 +# CONFIG_I2C_DEBUG_CHIP is not set
25431 +
25432 +#
25433 +# SPI support
25434 +#
25435 +CONFIG_SPI=y
25436 +CONFIG_SPI_MASTER=y
25437 +
25438 +#
25439 +# SPI Master Controller Drivers
25440 +#
25441 +CONFIG_SPI_BITBANG=y
25442 +CONFIG_SPI_MPC83xx=y
25443 +
25444 +#
25445 +# SPI Protocol Masters
25446 +#
25447 +# CONFIG_SPI_AT25 is not set
25448 +# CONFIG_SPI_SPIDEV is not set
25449 +# CONFIG_SPI_TLE62X0 is not set
25450 +# CONFIG_W1 is not set
25451 +# CONFIG_POWER_SUPPLY is not set
25452 +CONFIG_HWMON=y
25453 +# CONFIG_HWMON_VID is not set
25454 +# CONFIG_SENSORS_AD7418 is not set
25455 +# CONFIG_SENSORS_ADM1021 is not set
25456 +# CONFIG_SENSORS_ADM1025 is not set
25457 +# CONFIG_SENSORS_ADM1026 is not set
25458 +# CONFIG_SENSORS_ADM1029 is not set
25459 +# CONFIG_SENSORS_ADM1031 is not set
25460 +# CONFIG_SENSORS_ADM9240 is not set
25461 +# CONFIG_SENSORS_ADT7470 is not set
25462 +# CONFIG_SENSORS_ADT7473 is not set
25463 +# CONFIG_SENSORS_ATXP1 is not set
25464 +# CONFIG_SENSORS_DS1621 is not set
25465 +# CONFIG_SENSORS_I5K_AMB is not set
25466 +# CONFIG_SENSORS_F71805F is not set
25467 +# CONFIG_SENSORS_F71882FG is not set
25468 +# CONFIG_SENSORS_F75375S is not set
25469 +# CONFIG_SENSORS_GL518SM is not set
25470 +# CONFIG_SENSORS_GL520SM is not set
25471 +# CONFIG_SENSORS_IT87 is not set
25472 +# CONFIG_SENSORS_LM63 is not set
25473 +# CONFIG_SENSORS_LM70 is not set
25474 +# CONFIG_SENSORS_LM75 is not set
25475 +# CONFIG_SENSORS_LM77 is not set
25476 +# CONFIG_SENSORS_LM78 is not set
25477 +# CONFIG_SENSORS_LM80 is not set
25478 +# CONFIG_SENSORS_LM83 is not set
25479 +# CONFIG_SENSORS_LM85 is not set
25480 +# CONFIG_SENSORS_LM87 is not set
25481 +# CONFIG_SENSORS_LM90 is not set
25482 +# CONFIG_SENSORS_LM92 is not set
25483 +# CONFIG_SENSORS_LM93 is not set
25484 +# CONFIG_SENSORS_MAX1619 is not set
25485 +# CONFIG_SENSORS_MAX6650 is not set
25486 +# CONFIG_SENSORS_PC87360 is not set
25487 +# CONFIG_SENSORS_PC87427 is not set
25488 +# CONFIG_SENSORS_SIS5595 is not set
25489 +# CONFIG_SENSORS_DME1737 is not set
25490 +# CONFIG_SENSORS_SMSC47M1 is not set
25491 +# CONFIG_SENSORS_SMSC47M192 is not set
25492 +# CONFIG_SENSORS_SMSC47B397 is not set
25493 +# CONFIG_SENSORS_ADS7828 is not set
25494 +# CONFIG_SENSORS_THMC50 is not set
25495 +# CONFIG_SENSORS_VIA686A is not set
25496 +# CONFIG_SENSORS_VT1211 is not set
25497 +# CONFIG_SENSORS_VT8231 is not set
25498 +# CONFIG_SENSORS_W83781D is not set
25499 +# CONFIG_SENSORS_W83791D is not set
25500 +# CONFIG_SENSORS_W83792D is not set
25501 +# CONFIG_SENSORS_W83793 is not set
25502 +# CONFIG_SENSORS_W83L785TS is not set
25503 +# CONFIG_SENSORS_W83L786NG is not set
25504 +# CONFIG_SENSORS_W83627HF is not set
25505 +# CONFIG_SENSORS_W83627EHF is not set
25506 +# CONFIG_HWMON_DEBUG_CHIP is not set
25507 +# CONFIG_THERMAL is not set
25508 +CONFIG_WATCHDOG=y
25509 +# CONFIG_WATCHDOG_NOWAYOUT is not set
25510 +
25511 +#
25512 +# Watchdog Device Drivers
25513 +#
25514 +# CONFIG_SOFT_WATCHDOG is not set
25515 +CONFIG_83xx_WDT=y
25516 +
25517 +#
25518 +# PCI-based Watchdog Cards
25519 +#
25520 +# CONFIG_PCIPCWATCHDOG is not set
25521 +# CONFIG_WDTPCI is not set
25522 +
25523 +#
25524 +# USB-based Watchdog Cards
25525 +#
25526 +# CONFIG_USBPCWATCHDOG is not set
25527 +
25528 +#
25529 +# Sonics Silicon Backplane
25530 +#
25531 +CONFIG_SSB_POSSIBLE=y
25532 +# CONFIG_SSB is not set
25533 +
25534 +#
25535 +# Multifunction device drivers
25536 +#
25537 +# CONFIG_MFD_SM501 is not set
25538 +
25539 +#
25540 +# Multimedia devices
25541 +#
25542 +# CONFIG_VIDEO_DEV is not set
25543 +# CONFIG_DVB_CORE is not set
25544 +CONFIG_DAB=y
25545 +# CONFIG_USB_DABUSB is not set
25546 +
25547 +#
25548 +# Graphics support
25549 +#
25550 +# CONFIG_AGP is not set
25551 +# CONFIG_DRM is not set
25552 +# CONFIG_VGASTATE is not set
25553 +CONFIG_VIDEO_OUTPUT_CONTROL=m
25554 +# CONFIG_FB is not set
25555 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
25556 +
25557 +#
25558 +# Display device support
25559 +#
25560 +# CONFIG_DISPLAY_SUPPORT is not set
25561 +
25562 +#
25563 +# Sound
25564 +#
25565 +# CONFIG_SOUND is not set
25566 +CONFIG_HID_SUPPORT=y
25567 +CONFIG_HID=y
25568 +# CONFIG_HID_DEBUG is not set
25569 +# CONFIG_HIDRAW is not set
25570 +
25571 +#
25572 +# USB Input Devices
25573 +#
25574 +# CONFIG_USB_HID is not set
25575 +
25576 +#
25577 +# USB HID Boot Protocol drivers
25578 +#
25579 +# CONFIG_USB_KBD is not set
25580 +# CONFIG_USB_MOUSE is not set
25581 +CONFIG_USB_SUPPORT=y
25582 +CONFIG_USB_ARCH_HAS_HCD=y
25583 +CONFIG_USB_ARCH_HAS_OHCI=y
25584 +CONFIG_USB_ARCH_HAS_EHCI=y
25585 +CONFIG_USB=y
25586 +# CONFIG_USB_DEBUG is not set
25587 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
25588 +
25589 +#
25590 +# Miscellaneous USB options
25591 +#
25592 +CONFIG_USB_DEVICEFS=y
25593 +CONFIG_USB_DEVICE_CLASS=y
25594 +# CONFIG_USB_DYNAMIC_MINORS is not set
25595 +# CONFIG_USB_OTG is not set
25596 +
25597 +#
25598 +# USB Host Controller Drivers
25599 +#
25600 +CONFIG_USB_EHCI_HCD=y
25601 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
25602 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
25603 +# CONFIG_USB_EHCI_FSL is not set
25604 +CONFIG_USB_EHCI_HCD_PPC_OF=y
25605 +# CONFIG_USB_ISP116X_HCD is not set
25606 +CONFIG_USB_OHCI_HCD=y
25607 +CONFIG_USB_OHCI_HCD_PPC_OF=y
25608 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
25609 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
25610 +CONFIG_USB_OHCI_HCD_PCI=y
25611 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
25612 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
25613 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
25614 +# CONFIG_USB_UHCI_HCD is not set
25615 +# CONFIG_USB_SL811_HCD is not set
25616 +# CONFIG_USB_R8A66597_HCD is not set
25617 +
25618 +#
25619 +# USB Device Class drivers
25620 +#
25621 +# CONFIG_USB_ACM is not set
25622 +# CONFIG_USB_PRINTER is not set
25623 +
25624 +#
25625 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
25626 +#
25627 +
25628 +#
25629 +# may also be needed; see USB_STORAGE Help for more information
25630 +#
25631 +CONFIG_USB_STORAGE=y
25632 +# CONFIG_USB_STORAGE_DEBUG is not set
25633 +# CONFIG_USB_STORAGE_DATAFAB is not set
25634 +# CONFIG_USB_STORAGE_FREECOM is not set
25635 +# CONFIG_USB_STORAGE_ISD200 is not set
25636 +# CONFIG_USB_STORAGE_DPCM is not set
25637 +# CONFIG_USB_STORAGE_USBAT is not set
25638 +# CONFIG_USB_STORAGE_SDDR09 is not set
25639 +# CONFIG_USB_STORAGE_SDDR55 is not set
25640 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
25641 +# CONFIG_USB_STORAGE_ALAUDA is not set
25642 +# CONFIG_USB_STORAGE_KARMA is not set
25643 +# CONFIG_USB_LIBUSUAL is not set
25644 +
25645 +#
25646 +# USB Imaging devices
25647 +#
25648 +# CONFIG_USB_MDC800 is not set
25649 +# CONFIG_USB_MICROTEK is not set
25650 +CONFIG_USB_MON=y
25651 +
25652 +#
25653 +# USB port drivers
25654 +#
25655 +# CONFIG_USB_SERIAL is not set
25656 +
25657 +#
25658 +# USB Miscellaneous drivers
25659 +#
25660 +# CONFIG_USB_EMI62 is not set
25661 +# CONFIG_USB_EMI26 is not set
25662 +# CONFIG_USB_ADUTUX is not set
25663 +# CONFIG_USB_AUERSWALD is not set
25664 +# CONFIG_USB_RIO500 is not set
25665 +# CONFIG_USB_LEGOTOWER is not set
25666 +# CONFIG_USB_LCD is not set
25667 +# CONFIG_USB_BERRY_CHARGE is not set
25668 +# CONFIG_USB_LED is not set
25669 +# CONFIG_USB_CYPRESS_CY7C63 is not set
25670 +# CONFIG_USB_CYTHERM is not set
25671 +# CONFIG_USB_PHIDGET is not set
25672 +# CONFIG_USB_IDMOUSE is not set
25673 +# CONFIG_USB_FTDI_ELAN is not set
25674 +# CONFIG_USB_APPLEDISPLAY is not set
25675 +# CONFIG_USB_SISUSBVGA is not set
25676 +# CONFIG_USB_LD is not set
25677 +# CONFIG_USB_TRANCEVIBRATOR is not set
25678 +# CONFIG_USB_IOWARRIOR is not set
25679 +# CONFIG_USB_TEST is not set
25680 +# CONFIG_USB_GADGET is not set
25681 +CONFIG_MMC=y
25682 +# CONFIG_MMC_DEBUG is not set
25683 +# CONFIG_MMC_UNSAFE_RESUME is not set
25684 +
25685 +#
25686 +# MMC/SD Card Drivers
25687 +#
25688 +CONFIG_MMC_BLOCK=y
25689 +CONFIG_MMC_BLOCK_BOUNCE=y
25690 +# CONFIG_SDIO_UART is not set
25691 +
25692 +#
25693 +# MMC/SD Host Controller Drivers
25694 +#
25695 +# CONFIG_MMC_SDHCI is not set
25696 +# CONFIG_MMC_WBSD is not set
25697 +# CONFIG_MMC_TIFM_SD is not set
25698 +CONFIG_MMC_SPI=y
25699 +# CONFIG_MEMSTICK is not set
25700 +# CONFIG_NEW_LEDS is not set
25701 +# CONFIG_INFINIBAND is not set
25702 +# CONFIG_EDAC is not set
25703 +# CONFIG_RTC_CLASS is not set
25704 +# CONFIG_DMADEVICES is not set
25705 +
25706 +#
25707 +# Userspace I/O
25708 +#
25709 +# CONFIG_UIO is not set
25710 +
25711 +#
25712 +# File systems
25713 +#
25714 +CONFIG_EXT2_FS=y
25715 +# CONFIG_EXT2_FS_XATTR is not set
25716 +# CONFIG_EXT2_FS_XIP is not set
25717 +CONFIG_EXT3_FS=y
25718 +CONFIG_EXT3_FS_XATTR=y
25719 +# CONFIG_EXT3_FS_POSIX_ACL is not set
25720 +# CONFIG_EXT3_FS_SECURITY is not set
25721 +# CONFIG_EXT4DEV_FS is not set
25722 +CONFIG_JBD=y
25723 +CONFIG_FS_MBCACHE=y
25724 +# CONFIG_REISERFS_FS is not set
25725 +# CONFIG_JFS_FS is not set
25726 +# CONFIG_FS_POSIX_ACL is not set
25727 +# CONFIG_XFS_FS is not set
25728 +# CONFIG_GFS2_FS is not set
25729 +# CONFIG_OCFS2_FS is not set
25730 +CONFIG_DNOTIFY=y
25731 +CONFIG_INOTIFY=y
25732 +CONFIG_INOTIFY_USER=y
25733 +# CONFIG_QUOTA is not set
25734 +# CONFIG_AUTOFS_FS is not set
25735 +# CONFIG_AUTOFS4_FS is not set
25736 +# CONFIG_FUSE_FS is not set
25737 +
25738 +#
25739 +# CD-ROM/DVD Filesystems
25740 +#
25741 +# CONFIG_ISO9660_FS is not set
25742 +# CONFIG_UDF_FS is not set
25743 +
25744 +#
25745 +# DOS/FAT/NT Filesystems
25746 +#
25747 +CONFIG_FAT_FS=y
25748 +CONFIG_MSDOS_FS=y
25749 +CONFIG_VFAT_FS=y
25750 +CONFIG_FAT_DEFAULT_CODEPAGE=437
25751 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
25752 +# CONFIG_NTFS_FS is not set
25753 +
25754 +#
25755 +# Pseudo filesystems
25756 +#
25757 +CONFIG_PROC_FS=y
25758 +CONFIG_PROC_KCORE=y
25759 +CONFIG_PROC_SYSCTL=y
25760 +CONFIG_SYSFS=y
25761 +CONFIG_TMPFS=y
25762 +# CONFIG_TMPFS_POSIX_ACL is not set
25763 +# CONFIG_HUGETLB_PAGE is not set
25764 +# CONFIG_CONFIGFS_FS is not set
25765 +
25766 +#
25767 +# Miscellaneous filesystems
25768 +#
25769 +# CONFIG_ADFS_FS is not set
25770 +# CONFIG_AFFS_FS is not set
25771 +# CONFIG_HFS_FS is not set
25772 +# CONFIG_HFSPLUS_FS is not set
25773 +# CONFIG_BEFS_FS is not set
25774 +# CONFIG_BFS_FS is not set
25775 +# CONFIG_EFS_FS is not set
25776 +# CONFIG_CRAMFS is not set
25777 +# CONFIG_VXFS_FS is not set
25778 +# CONFIG_MINIX_FS is not set
25779 +# CONFIG_HPFS_FS is not set
25780 +# CONFIG_QNX4FS_FS is not set
25781 +# CONFIG_ROMFS_FS is not set
25782 +# CONFIG_SYSV_FS is not set
25783 +# CONFIG_UFS_FS is not set
25784 +CONFIG_NETWORK_FILESYSTEMS=y
25785 +CONFIG_NFS_FS=y
25786 +CONFIG_NFS_V3=y
25787 +# CONFIG_NFS_V3_ACL is not set
25788 +CONFIG_NFS_V4=y
25789 +# CONFIG_NFS_DIRECTIO is not set
25790 +# CONFIG_NFSD is not set
25791 +CONFIG_ROOT_NFS=y
25792 +CONFIG_LOCKD=y
25793 +CONFIG_LOCKD_V4=y
25794 +CONFIG_NFS_COMMON=y
25795 +CONFIG_SUNRPC=y
25796 +CONFIG_SUNRPC_GSS=y
25797 +# CONFIG_SUNRPC_BIND34 is not set
25798 +CONFIG_RPCSEC_GSS_KRB5=y
25799 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
25800 +# CONFIG_SMB_FS is not set
25801 +# CONFIG_CIFS is not set
25802 +# CONFIG_NCP_FS is not set
25803 +# CONFIG_CODA_FS is not set
25804 +# CONFIG_AFS_FS is not set
25805 +
25806 +#
25807 +# Partition Types
25808 +#
25809 +CONFIG_PARTITION_ADVANCED=y
25810 +# CONFIG_ACORN_PARTITION is not set
25811 +# CONFIG_OSF_PARTITION is not set
25812 +# CONFIG_AMIGA_PARTITION is not set
25813 +# CONFIG_ATARI_PARTITION is not set
25814 +# CONFIG_MAC_PARTITION is not set
25815 +CONFIG_MSDOS_PARTITION=y
25816 +# CONFIG_BSD_DISKLABEL is not set
25817 +# CONFIG_MINIX_SUBPARTITION is not set
25818 +# CONFIG_SOLARIS_X86_PARTITION is not set
25819 +# CONFIG_UNIXWARE_DISKLABEL is not set
25820 +CONFIG_LDM_PARTITION=y
25821 +# CONFIG_LDM_DEBUG is not set
25822 +# CONFIG_SGI_PARTITION is not set
25823 +# CONFIG_ULTRIX_PARTITION is not set
25824 +# CONFIG_SUN_PARTITION is not set
25825 +# CONFIG_KARMA_PARTITION is not set
25826 +# CONFIG_EFI_PARTITION is not set
25827 +# CONFIG_SYSV68_PARTITION is not set
25828 +CONFIG_NLS=y
25829 +CONFIG_NLS_DEFAULT="iso8859-1"
25830 +CONFIG_NLS_CODEPAGE_437=y
25831 +# CONFIG_NLS_CODEPAGE_737 is not set
25832 +# CONFIG_NLS_CODEPAGE_775 is not set
25833 +# CONFIG_NLS_CODEPAGE_850 is not set
25834 +# CONFIG_NLS_CODEPAGE_852 is not set
25835 +# CONFIG_NLS_CODEPAGE_855 is not set
25836 +# CONFIG_NLS_CODEPAGE_857 is not set
25837 +# CONFIG_NLS_CODEPAGE_860 is not set
25838 +# CONFIG_NLS_CODEPAGE_861 is not set
25839 +# CONFIG_NLS_CODEPAGE_862 is not set
25840 +# CONFIG_NLS_CODEPAGE_863 is not set
25841 +# CONFIG_NLS_CODEPAGE_864 is not set
25842 +# CONFIG_NLS_CODEPAGE_865 is not set
25843 +# CONFIG_NLS_CODEPAGE_866 is not set
25844 +# CONFIG_NLS_CODEPAGE_869 is not set
25845 +# CONFIG_NLS_CODEPAGE_936 is not set
25846 +# CONFIG_NLS_CODEPAGE_950 is not set
25847 +CONFIG_NLS_CODEPAGE_932=y
25848 +# CONFIG_NLS_CODEPAGE_949 is not set
25849 +# CONFIG_NLS_CODEPAGE_874 is not set
25850 +CONFIG_NLS_ISO8859_8=y
25851 +# CONFIG_NLS_CODEPAGE_1250 is not set
25852 +# CONFIG_NLS_CODEPAGE_1251 is not set
25853 +# CONFIG_NLS_ASCII is not set
25854 +CONFIG_NLS_ISO8859_1=y
25855 +# CONFIG_NLS_ISO8859_2 is not set
25856 +# CONFIG_NLS_ISO8859_3 is not set
25857 +# CONFIG_NLS_ISO8859_4 is not set
25858 +# CONFIG_NLS_ISO8859_5 is not set
25859 +# CONFIG_NLS_ISO8859_6 is not set
25860 +# CONFIG_NLS_ISO8859_7 is not set
25861 +# CONFIG_NLS_ISO8859_9 is not set
25862 +# CONFIG_NLS_ISO8859_13 is not set
25863 +# CONFIG_NLS_ISO8859_14 is not set
25864 +# CONFIG_NLS_ISO8859_15 is not set
25865 +# CONFIG_NLS_KOI8_R is not set
25866 +# CONFIG_NLS_KOI8_U is not set
25867 +# CONFIG_NLS_UTF8 is not set
25868 +# CONFIG_DLM is not set
25869 +CONFIG_UCC_FAST=y
25870 +CONFIG_UCC=y
25871 +
25872 +#
25873 +# Library routines
25874 +#
25875 +CONFIG_BITREVERSE=y
25876 +# CONFIG_CRC_CCITT is not set
25877 +# CONFIG_CRC16 is not set
25878 +CONFIG_CRC_ITU_T=y
25879 +CONFIG_CRC32=y
25880 +CONFIG_CRC7=y
25881 +# CONFIG_LIBCRC32C is not set
25882 +CONFIG_PLIST=y
25883 +CONFIG_HAS_IOMEM=y
25884 +CONFIG_HAS_IOPORT=y
25885 +CONFIG_HAS_DMA=y
25886 +
25887 +#
25888 +# Kernel hacking
25889 +#
25890 +# CONFIG_PRINTK_TIME is not set
25891 +CONFIG_ENABLE_WARN_DEPRECATED=y
25892 +CONFIG_ENABLE_MUST_CHECK=y
25893 +# CONFIG_MAGIC_SYSRQ is not set
25894 +# CONFIG_UNUSED_SYMBOLS is not set
25895 +# CONFIG_DEBUG_FS is not set
25896 +# CONFIG_HEADERS_CHECK is not set
25897 +# CONFIG_DEBUG_KERNEL is not set
25898 +# CONFIG_SLUB_DEBUG_ON is not set
25899 +# CONFIG_SLUB_STATS is not set
25900 +# CONFIG_DEBUG_BUGVERBOSE is not set
25901 +# CONFIG_SAMPLES is not set
25902 +# CONFIG_PPC_EARLY_DEBUG is not set
25903 +
25904 +#
25905 +# Security options
25906 +#
25907 +# CONFIG_KEYS is not set
25908 +# CONFIG_SECURITY is not set
25909 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
25910 +CONFIG_CRYPTO=y
25911 +CONFIG_CRYPTO_ALGAPI=y
25912 +CONFIG_CRYPTO_BLKCIPHER=y
25913 +# CONFIG_CRYPTO_SEQIV is not set
25914 +CONFIG_CRYPTO_MANAGER=y
25915 +# CONFIG_CRYPTO_HMAC is not set
25916 +# CONFIG_CRYPTO_XCBC is not set
25917 +# CONFIG_CRYPTO_NULL is not set
25918 +# CONFIG_CRYPTO_MD4 is not set
25919 +CONFIG_CRYPTO_MD5=y
25920 +# CONFIG_CRYPTO_SHA1 is not set
25921 +# CONFIG_CRYPTO_SHA256 is not set
25922 +# CONFIG_CRYPTO_SHA512 is not set
25923 +# CONFIG_CRYPTO_WP512 is not set
25924 +# CONFIG_CRYPTO_TGR192 is not set
25925 +# CONFIG_CRYPTO_GF128MUL is not set
25926 +CONFIG_CRYPTO_ECB=m
25927 +CONFIG_CRYPTO_CBC=y
25928 +CONFIG_CRYPTO_PCBC=m
25929 +# CONFIG_CRYPTO_LRW is not set
25930 +# CONFIG_CRYPTO_XTS is not set
25931 +# CONFIG_CRYPTO_CTR is not set
25932 +# CONFIG_CRYPTO_GCM is not set
25933 +# CONFIG_CRYPTO_CCM is not set
25934 +# CONFIG_CRYPTO_CRYPTD is not set
25935 +CONFIG_CRYPTO_DES=y
25936 +# CONFIG_CRYPTO_FCRYPT is not set
25937 +# CONFIG_CRYPTO_BLOWFISH is not set
25938 +# CONFIG_CRYPTO_TWOFISH is not set
25939 +# CONFIG_CRYPTO_SERPENT is not set
25940 +# CONFIG_CRYPTO_AES is not set
25941 +# CONFIG_CRYPTO_CAST5 is not set
25942 +# CONFIG_CRYPTO_CAST6 is not set
25943 +# CONFIG_CRYPTO_TEA is not set
25944 +# CONFIG_CRYPTO_ARC4 is not set
25945 +# CONFIG_CRYPTO_KHAZAD is not set
25946 +# CONFIG_CRYPTO_ANUBIS is not set
25947 +# CONFIG_CRYPTO_SEED is not set
25948 +# CONFIG_CRYPTO_SALSA20 is not set
25949 +# CONFIG_CRYPTO_DEFLATE is not set
25950 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
25951 +# CONFIG_CRYPTO_CRC32C is not set
25952 +# CONFIG_CRYPTO_CAMELLIA is not set
25953 +# CONFIG_CRYPTO_TEST is not set
25954 +# CONFIG_CRYPTO_AUTHENC is not set
25955 +# CONFIG_CRYPTO_LZO is not set
25956 +CONFIG_CRYPTO_HW=y
25957 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
25958 +# CONFIG_PPC_CLOCK is not set
25959 +CONFIG_PPC_LIB_RHEAP=y
25960 --- /dev/null
25961 +++ b/arch/powerpc/configs/83xx/mpc834x_itx_defconfig
25962 @@ -0,0 +1,1295 @@
25963 +#
25964 +# Automatically generated make config: don't edit
25965 +# Linux kernel version: 2.6.25-rc6
25966 +# Mon Mar 24 08:48:17 2008
25967 +#
25968 +# CONFIG_PPC64 is not set
25969 +
25970 +#
25971 +# Processor support
25972 +#
25973 +CONFIG_6xx=y
25974 +# CONFIG_PPC_85xx is not set
25975 +# CONFIG_PPC_8xx is not set
25976 +# CONFIG_40x is not set
25977 +# CONFIG_44x is not set
25978 +# CONFIG_E200 is not set
25979 +CONFIG_PPC_FPU=y
25980 +# CONFIG_FSL_EMB_PERFMON is not set
25981 +CONFIG_PPC_STD_MMU=y
25982 +CONFIG_PPC_STD_MMU_32=y
25983 +# CONFIG_PPC_MM_SLICES is not set
25984 +# CONFIG_SMP is not set
25985 +CONFIG_PPC32=y
25986 +CONFIG_WORD_SIZE=32
25987 +CONFIG_PPC_MERGE=y
25988 +CONFIG_MMU=y
25989 +CONFIG_GENERIC_CMOS_UPDATE=y
25990 +CONFIG_GENERIC_TIME=y
25991 +CONFIG_GENERIC_TIME_VSYSCALL=y
25992 +CONFIG_GENERIC_CLOCKEVENTS=y
25993 +CONFIG_GENERIC_HARDIRQS=y
25994 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
25995 +CONFIG_IRQ_PER_CPU=y
25996 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
25997 +CONFIG_ARCH_HAS_ILOG2_U32=y
25998 +CONFIG_GENERIC_HWEIGHT=y
25999 +CONFIG_GENERIC_CALIBRATE_DELAY=y
26000 +CONFIG_GENERIC_FIND_NEXT_BIT=y
26001 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
26002 +CONFIG_PPC=y
26003 +CONFIG_EARLY_PRINTK=y
26004 +CONFIG_GENERIC_NVRAM=y
26005 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
26006 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
26007 +CONFIG_PPC_OF=y
26008 +CONFIG_OF=y
26009 +CONFIG_PPC_UDBG_16550=y
26010 +# CONFIG_GENERIC_TBSYNC is not set
26011 +CONFIG_AUDIT_ARCH=y
26012 +CONFIG_GENERIC_BUG=y
26013 +CONFIG_DEFAULT_UIMAGE=y
26014 +# CONFIG_PPC_DCR_NATIVE is not set
26015 +# CONFIG_PPC_DCR_MMIO is not set
26016 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
26017 +
26018 +#
26019 +# General setup
26020 +#
26021 +CONFIG_EXPERIMENTAL=y
26022 +CONFIG_BROKEN_ON_SMP=y
26023 +CONFIG_INIT_ENV_ARG_LIMIT=32
26024 +CONFIG_LOCALVERSION=""
26025 +CONFIG_LOCALVERSION_AUTO=y
26026 +CONFIG_SWAP=y
26027 +CONFIG_SYSVIPC=y
26028 +CONFIG_SYSVIPC_SYSCTL=y
26029 +# CONFIG_POSIX_MQUEUE is not set
26030 +# CONFIG_BSD_PROCESS_ACCT is not set
26031 +# CONFIG_TASKSTATS is not set
26032 +# CONFIG_AUDIT is not set
26033 +# CONFIG_IKCONFIG is not set
26034 +CONFIG_LOG_BUF_SHIFT=14
26035 +# CONFIG_CGROUPS is not set
26036 +CONFIG_GROUP_SCHED=y
26037 +# CONFIG_FAIR_GROUP_SCHED is not set
26038 +# CONFIG_RT_GROUP_SCHED is not set
26039 +CONFIG_USER_SCHED=y
26040 +# CONFIG_CGROUP_SCHED is not set
26041 +CONFIG_SYSFS_DEPRECATED=y
26042 +CONFIG_SYSFS_DEPRECATED_V2=y
26043 +# CONFIG_RELAY is not set
26044 +# CONFIG_NAMESPACES is not set
26045 +CONFIG_BLK_DEV_INITRD=y
26046 +CONFIG_INITRAMFS_SOURCE=""
26047 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
26048 +CONFIG_SYSCTL=y
26049 +CONFIG_EMBEDDED=y
26050 +CONFIG_SYSCTL_SYSCALL=y
26051 +# CONFIG_KALLSYMS is not set
26052 +CONFIG_HOTPLUG=y
26053 +CONFIG_PRINTK=y
26054 +CONFIG_BUG=y
26055 +CONFIG_ELF_CORE=y
26056 +CONFIG_COMPAT_BRK=y
26057 +CONFIG_BASE_FULL=y
26058 +CONFIG_FUTEX=y
26059 +CONFIG_ANON_INODES=y
26060 +# CONFIG_EPOLL is not set
26061 +CONFIG_SIGNALFD=y
26062 +CONFIG_TIMERFD=y
26063 +CONFIG_EVENTFD=y
26064 +CONFIG_SHMEM=y
26065 +CONFIG_VM_EVENT_COUNTERS=y
26066 +CONFIG_SLUB_DEBUG=y
26067 +# CONFIG_SLAB is not set
26068 +CONFIG_SLUB=y
26069 +# CONFIG_SLOB is not set
26070 +# CONFIG_PROFILING is not set
26071 +# CONFIG_MARKERS is not set
26072 +CONFIG_HAVE_OPROFILE=y
26073 +CONFIG_HAVE_KPROBES=y
26074 +CONFIG_HAVE_KRETPROBES=y
26075 +CONFIG_PROC_PAGE_MONITOR=y
26076 +CONFIG_SLABINFO=y
26077 +CONFIG_RT_MUTEXES=y
26078 +# CONFIG_TINY_SHMEM is not set
26079 +CONFIG_BASE_SMALL=0
26080 +CONFIG_MODULES=y
26081 +CONFIG_MODULE_UNLOAD=y
26082 +# CONFIG_MODULE_FORCE_UNLOAD is not set
26083 +# CONFIG_MODVERSIONS is not set
26084 +# CONFIG_MODULE_SRCVERSION_ALL is not set
26085 +# CONFIG_KMOD is not set
26086 +CONFIG_BLOCK=y
26087 +# CONFIG_LBD is not set
26088 +# CONFIG_BLK_DEV_IO_TRACE is not set
26089 +# CONFIG_LSF is not set
26090 +# CONFIG_BLK_DEV_BSG is not set
26091 +
26092 +#
26093 +# IO Schedulers
26094 +#
26095 +CONFIG_IOSCHED_NOOP=y
26096 +CONFIG_IOSCHED_AS=y
26097 +CONFIG_IOSCHED_DEADLINE=y
26098 +CONFIG_IOSCHED_CFQ=y
26099 +CONFIG_DEFAULT_AS=y
26100 +# CONFIG_DEFAULT_DEADLINE is not set
26101 +# CONFIG_DEFAULT_CFQ is not set
26102 +# CONFIG_DEFAULT_NOOP is not set
26103 +CONFIG_DEFAULT_IOSCHED="anticipatory"
26104 +CONFIG_CLASSIC_RCU=y
26105 +
26106 +#
26107 +# Platform support
26108 +#
26109 +# CONFIG_PPC_MULTIPLATFORM is not set
26110 +# CONFIG_PPC_82xx is not set
26111 +CONFIG_PPC_83xx=y
26112 +# CONFIG_PPC_86xx is not set
26113 +# CONFIG_PPC_MPC512x is not set
26114 +# CONFIG_PPC_MPC5121 is not set
26115 +# CONFIG_PPC_CELL is not set
26116 +# CONFIG_PPC_CELL_NATIVE is not set
26117 +# CONFIG_PQ2ADS is not set
26118 +CONFIG_MPC83xx=y
26119 +# CONFIG_MPC831x_RDB is not set
26120 +# CONFIG_MPC832x_MDS is not set
26121 +# CONFIG_MPC832x_RDB is not set
26122 +# CONFIG_MPC834x_MDS is not set
26123 +CONFIG_MPC834x_ITX=y
26124 +# CONFIG_MPC836x_MDS is not set
26125 +# CONFIG_MPC837x_MDS is not set
26126 +# CONFIG_MPC837x_RDB is not set
26127 +# CONFIG_SBC834x is not set
26128 +CONFIG_PPC_MPC834x=y
26129 +CONFIG_IPIC=y
26130 +# CONFIG_MPIC is not set
26131 +# CONFIG_MPIC_WEIRD is not set
26132 +# CONFIG_PPC_I8259 is not set
26133 +# CONFIG_PPC_RTAS is not set
26134 +# CONFIG_MMIO_NVRAM is not set
26135 +# CONFIG_PPC_MPC106 is not set
26136 +# CONFIG_PPC_970_NAP is not set
26137 +# CONFIG_PPC_INDIRECT_IO is not set
26138 +# CONFIG_GENERIC_IOMAP is not set
26139 +# CONFIG_CPU_FREQ is not set
26140 +# CONFIG_FSL_ULI1575 is not set
26141 +
26142 +#
26143 +# Kernel options
26144 +#
26145 +# CONFIG_HIGHMEM is not set
26146 +CONFIG_TICK_ONESHOT=y
26147 +CONFIG_NO_HZ=y
26148 +CONFIG_HIGH_RES_TIMERS=y
26149 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
26150 +# CONFIG_HZ_100 is not set
26151 +CONFIG_HZ_250=y
26152 +# CONFIG_HZ_300 is not set
26153 +# CONFIG_HZ_1000 is not set
26154 +CONFIG_HZ=250
26155 +# CONFIG_SCHED_HRTICK is not set
26156 +CONFIG_PREEMPT_NONE=y
26157 +# CONFIG_PREEMPT_VOLUNTARY is not set
26158 +# CONFIG_PREEMPT is not set
26159 +CONFIG_BINFMT_ELF=y
26160 +# CONFIG_BINFMT_MISC is not set
26161 +# CONFIG_IOMMU_HELPER is not set
26162 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
26163 +CONFIG_ARCH_HAS_WALK_MEMORY=y
26164 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
26165 +CONFIG_ARCH_FLATMEM_ENABLE=y
26166 +CONFIG_ARCH_POPULATES_NODE_MAP=y
26167 +CONFIG_SELECT_MEMORY_MODEL=y
26168 +CONFIG_FLATMEM_MANUAL=y
26169 +# CONFIG_DISCONTIGMEM_MANUAL is not set
26170 +# CONFIG_SPARSEMEM_MANUAL is not set
26171 +CONFIG_FLATMEM=y
26172 +CONFIG_FLAT_NODE_MEM_MAP=y
26173 +# CONFIG_SPARSEMEM_STATIC is not set
26174 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
26175 +CONFIG_SPLIT_PTLOCK_CPUS=4
26176 +# CONFIG_RESOURCES_64BIT is not set
26177 +CONFIG_ZONE_DMA_FLAG=1
26178 +CONFIG_BOUNCE=y
26179 +CONFIG_VIRT_TO_BUS=y
26180 +CONFIG_PROC_DEVICETREE=y
26181 +# CONFIG_CMDLINE_BOOL is not set
26182 +# CONFIG_PM is not set
26183 +CONFIG_SECCOMP=y
26184 +CONFIG_ISA_DMA_API=y
26185 +
26186 +#
26187 +# Bus options
26188 +#
26189 +CONFIG_ZONE_DMA=y
26190 +CONFIG_GENERIC_ISA_DMA=y
26191 +CONFIG_PPC_INDIRECT_PCI=y
26192 +CONFIG_FSL_SOC=y
26193 +CONFIG_PCI=y
26194 +CONFIG_PCI_DOMAINS=y
26195 +CONFIG_PCI_SYSCALL=y
26196 +# CONFIG_PCIEPORTBUS is not set
26197 +CONFIG_ARCH_SUPPORTS_MSI=y
26198 +# CONFIG_PCI_MSI is not set
26199 +CONFIG_PCI_LEGACY=y
26200 +# CONFIG_PCCARD is not set
26201 +# CONFIG_HOTPLUG_PCI is not set
26202 +
26203 +#
26204 +# Advanced setup
26205 +#
26206 +# CONFIG_ADVANCED_OPTIONS is not set
26207 +
26208 +#
26209 +# Default settings for advanced configuration options are used
26210 +#
26211 +CONFIG_HIGHMEM_START=0xfe000000
26212 +CONFIG_LOWMEM_SIZE=0x30000000
26213 +CONFIG_KERNEL_START=0xc0000000
26214 +CONFIG_TASK_SIZE=0xc0000000
26215 +CONFIG_BOOT_LOAD=0x00800000
26216 +
26217 +#
26218 +# Networking
26219 +#
26220 +CONFIG_NET=y
26221 +
26222 +#
26223 +# Networking options
26224 +#
26225 +CONFIG_PACKET=y
26226 +# CONFIG_PACKET_MMAP is not set
26227 +CONFIG_UNIX=y
26228 +CONFIG_XFRM=y
26229 +# CONFIG_XFRM_USER is not set
26230 +# CONFIG_XFRM_SUB_POLICY is not set
26231 +# CONFIG_XFRM_MIGRATE is not set
26232 +# CONFIG_XFRM_STATISTICS is not set
26233 +# CONFIG_NET_KEY is not set
26234 +CONFIG_INET=y
26235 +CONFIG_IP_MULTICAST=y
26236 +# CONFIG_IP_ADVANCED_ROUTER is not set
26237 +CONFIG_IP_FIB_HASH=y
26238 +CONFIG_IP_PNP=y
26239 +CONFIG_IP_PNP_DHCP=y
26240 +CONFIG_IP_PNP_BOOTP=y
26241 +# CONFIG_IP_PNP_RARP is not set
26242 +# CONFIG_NET_IPIP is not set
26243 +# CONFIG_NET_IPGRE is not set
26244 +# CONFIG_IP_MROUTE is not set
26245 +# CONFIG_ARPD is not set
26246 +CONFIG_SYN_COOKIES=y
26247 +# CONFIG_INET_AH is not set
26248 +# CONFIG_INET_ESP is not set
26249 +# CONFIG_INET_IPCOMP is not set
26250 +# CONFIG_INET_XFRM_TUNNEL is not set
26251 +# CONFIG_INET_TUNNEL is not set
26252 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
26253 +CONFIG_INET_XFRM_MODE_TUNNEL=y
26254 +CONFIG_INET_XFRM_MODE_BEET=y
26255 +# CONFIG_INET_LRO is not set
26256 +CONFIG_INET_DIAG=y
26257 +CONFIG_INET_TCP_DIAG=y
26258 +# CONFIG_TCP_CONG_ADVANCED is not set
26259 +CONFIG_TCP_CONG_CUBIC=y
26260 +CONFIG_DEFAULT_TCP_CONG="cubic"
26261 +# CONFIG_TCP_MD5SIG is not set
26262 +# CONFIG_IPV6 is not set
26263 +# CONFIG_INET6_XFRM_TUNNEL is not set
26264 +# CONFIG_INET6_TUNNEL is not set
26265 +# CONFIG_NETWORK_SECMARK is not set
26266 +# CONFIG_NETFILTER is not set
26267 +# CONFIG_IP_DCCP is not set
26268 +# CONFIG_IP_SCTP is not set
26269 +# CONFIG_TIPC is not set
26270 +# CONFIG_ATM is not set
26271 +# CONFIG_BRIDGE is not set
26272 +# CONFIG_VLAN_8021Q is not set
26273 +# CONFIG_DECNET is not set
26274 +# CONFIG_LLC2 is not set
26275 +# CONFIG_IPX is not set
26276 +# CONFIG_ATALK is not set
26277 +# CONFIG_X25 is not set
26278 +# CONFIG_LAPB is not set
26279 +# CONFIG_ECONET is not set
26280 +# CONFIG_WAN_ROUTER is not set
26281 +# CONFIG_NET_SCHED is not set
26282 +
26283 +#
26284 +# Network testing
26285 +#
26286 +# CONFIG_NET_PKTGEN is not set
26287 +# CONFIG_HAMRADIO is not set
26288 +# CONFIG_CAN is not set
26289 +# CONFIG_IRDA is not set
26290 +# CONFIG_BT is not set
26291 +# CONFIG_AF_RXRPC is not set
26292 +
26293 +#
26294 +# Wireless
26295 +#
26296 +# CONFIG_CFG80211 is not set
26297 +# CONFIG_WIRELESS_EXT is not set
26298 +# CONFIG_MAC80211 is not set
26299 +# CONFIG_IEEE80211 is not set
26300 +# CONFIG_RFKILL is not set
26301 +# CONFIG_NET_9P is not set
26302 +
26303 +#
26304 +# Device Drivers
26305 +#
26306 +
26307 +#
26308 +# Generic Driver Options
26309 +#
26310 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
26311 +CONFIG_STANDALONE=y
26312 +CONFIG_PREVENT_FIRMWARE_BUILD=y
26313 +# CONFIG_FW_LOADER is not set
26314 +# CONFIG_SYS_HYPERVISOR is not set
26315 +# CONFIG_CONNECTOR is not set
26316 +CONFIG_MTD=y
26317 +# CONFIG_MTD_DEBUG is not set
26318 +# CONFIG_MTD_CONCAT is not set
26319 +# CONFIG_MTD_PARTITIONS is not set
26320 +
26321 +#
26322 +# User Modules And Translation Layers
26323 +#
26324 +CONFIG_MTD_CHAR=y
26325 +# CONFIG_MTD_BLKDEVS is not set
26326 +# CONFIG_MTD_BLOCK is not set
26327 +# CONFIG_MTD_BLOCK_RO is not set
26328 +# CONFIG_FTL is not set
26329 +# CONFIG_NFTL is not set
26330 +# CONFIG_INFTL is not set
26331 +# CONFIG_RFD_FTL is not set
26332 +# CONFIG_SSFDC is not set
26333 +# CONFIG_MTD_OOPS is not set
26334 +
26335 +#
26336 +# RAM/ROM/Flash chip drivers
26337 +#
26338 +CONFIG_MTD_CFI=y
26339 +# CONFIG_MTD_JEDECPROBE is not set
26340 +CONFIG_MTD_GEN_PROBE=y
26341 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
26342 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
26343 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
26344 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
26345 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
26346 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
26347 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
26348 +CONFIG_MTD_CFI_I1=y
26349 +CONFIG_MTD_CFI_I2=y
26350 +# CONFIG_MTD_CFI_I4 is not set
26351 +# CONFIG_MTD_CFI_I8 is not set
26352 +# CONFIG_MTD_CFI_INTELEXT is not set
26353 +CONFIG_MTD_CFI_AMDSTD=y
26354 +# CONFIG_MTD_CFI_STAA is not set
26355 +CONFIG_MTD_CFI_UTIL=y
26356 +# CONFIG_MTD_RAM is not set
26357 +# CONFIG_MTD_ROM is not set
26358 +# CONFIG_MTD_ABSENT is not set
26359 +
26360 +#
26361 +# Mapping drivers for chip access
26362 +#
26363 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
26364 +CONFIG_MTD_PHYSMAP=y
26365 +CONFIG_MTD_PHYSMAP_START=0xfe000000
26366 +CONFIG_MTD_PHYSMAP_LEN=0x1000000
26367 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
26368 +# CONFIG_MTD_PHYSMAP_OF is not set
26369 +# CONFIG_MTD_INTEL_VR_NOR is not set
26370 +# CONFIG_MTD_PLATRAM is not set
26371 +
26372 +#
26373 +# Self-contained MTD device drivers
26374 +#
26375 +# CONFIG_MTD_PMC551 is not set
26376 +# CONFIG_MTD_DATAFLASH is not set
26377 +# CONFIG_MTD_M25P80 is not set
26378 +# CONFIG_MTD_SLRAM is not set
26379 +# CONFIG_MTD_PHRAM is not set
26380 +# CONFIG_MTD_MTDRAM is not set
26381 +# CONFIG_MTD_BLOCK2MTD is not set
26382 +
26383 +#
26384 +# Disk-On-Chip Device Drivers
26385 +#
26386 +# CONFIG_MTD_DOC2000 is not set
26387 +# CONFIG_MTD_DOC2001 is not set
26388 +# CONFIG_MTD_DOC2001PLUS is not set
26389 +# CONFIG_MTD_NAND is not set
26390 +# CONFIG_MTD_ONENAND is not set
26391 +
26392 +#
26393 +# UBI - Unsorted block images
26394 +#
26395 +# CONFIG_MTD_UBI is not set
26396 +CONFIG_OF_DEVICE=y
26397 +# CONFIG_PARPORT is not set
26398 +CONFIG_BLK_DEV=y
26399 +# CONFIG_BLK_DEV_FD is not set
26400 +# CONFIG_BLK_CPQ_DA is not set
26401 +# CONFIG_BLK_CPQ_CISS_DA is not set
26402 +# CONFIG_BLK_DEV_DAC960 is not set
26403 +# CONFIG_BLK_DEV_UMEM is not set
26404 +# CONFIG_BLK_DEV_COW_COMMON is not set
26405 +CONFIG_BLK_DEV_LOOP=y
26406 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
26407 +# CONFIG_BLK_DEV_NBD is not set
26408 +# CONFIG_BLK_DEV_SX8 is not set
26409 +# CONFIG_BLK_DEV_UB is not set
26410 +CONFIG_BLK_DEV_RAM=y
26411 +CONFIG_BLK_DEV_RAM_COUNT=16
26412 +CONFIG_BLK_DEV_RAM_SIZE=32768
26413 +# CONFIG_BLK_DEV_XIP is not set
26414 +# CONFIG_CDROM_PKTCDVD is not set
26415 +# CONFIG_ATA_OVER_ETH is not set
26416 +CONFIG_MISC_DEVICES=y
26417 +# CONFIG_PHANTOM is not set
26418 +# CONFIG_EEPROM_93CX6 is not set
26419 +# CONFIG_SGI_IOC4 is not set
26420 +# CONFIG_TIFM_CORE is not set
26421 +# CONFIG_ENCLOSURE_SERVICES is not set
26422 +CONFIG_HAVE_IDE=y
26423 +CONFIG_IDE=y
26424 +CONFIG_IDE_MAX_HWIFS=4
26425 +# CONFIG_BLK_DEV_IDE is not set
26426 +# CONFIG_BLK_DEV_HD_ONLY is not set
26427 +# CONFIG_BLK_DEV_HD is not set
26428 +
26429 +#
26430 +# SCSI device support
26431 +#
26432 +# CONFIG_RAID_ATTRS is not set
26433 +CONFIG_SCSI=y
26434 +CONFIG_SCSI_DMA=y
26435 +# CONFIG_SCSI_TGT is not set
26436 +# CONFIG_SCSI_NETLINK is not set
26437 +CONFIG_SCSI_PROC_FS=y
26438 +
26439 +#
26440 +# SCSI support type (disk, tape, CD-ROM)
26441 +#
26442 +CONFIG_BLK_DEV_SD=y
26443 +# CONFIG_CHR_DEV_ST is not set
26444 +# CONFIG_CHR_DEV_OSST is not set
26445 +# CONFIG_BLK_DEV_SR is not set
26446 +CONFIG_CHR_DEV_SG=y
26447 +# CONFIG_CHR_DEV_SCH is not set
26448 +
26449 +#
26450 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
26451 +#
26452 +# CONFIG_SCSI_MULTI_LUN is not set
26453 +# CONFIG_SCSI_CONSTANTS is not set
26454 +# CONFIG_SCSI_LOGGING is not set
26455 +# CONFIG_SCSI_SCAN_ASYNC is not set
26456 +CONFIG_SCSI_WAIT_SCAN=m
26457 +
26458 +#
26459 +# SCSI Transports
26460 +#
26461 +CONFIG_SCSI_SPI_ATTRS=y
26462 +# CONFIG_SCSI_FC_ATTRS is not set
26463 +# CONFIG_SCSI_ISCSI_ATTRS is not set
26464 +# CONFIG_SCSI_SAS_LIBSAS is not set
26465 +# CONFIG_SCSI_SRP_ATTRS is not set
26466 +CONFIG_SCSI_LOWLEVEL=y
26467 +# CONFIG_ISCSI_TCP is not set
26468 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
26469 +# CONFIG_SCSI_3W_9XXX is not set
26470 +# CONFIG_SCSI_ACARD is not set
26471 +# CONFIG_SCSI_AACRAID is not set
26472 +# CONFIG_SCSI_AIC7XXX is not set
26473 +# CONFIG_SCSI_AIC7XXX_OLD is not set
26474 +# CONFIG_SCSI_AIC79XX is not set
26475 +# CONFIG_SCSI_AIC94XX is not set
26476 +# CONFIG_SCSI_DPT_I2O is not set
26477 +# CONFIG_SCSI_ADVANSYS is not set
26478 +# CONFIG_SCSI_ARCMSR is not set
26479 +# CONFIG_MEGARAID_NEWGEN is not set
26480 +# CONFIG_MEGARAID_LEGACY is not set
26481 +# CONFIG_MEGARAID_SAS is not set
26482 +# CONFIG_SCSI_HPTIOP is not set
26483 +# CONFIG_SCSI_BUSLOGIC is not set
26484 +# CONFIG_SCSI_DMX3191D is not set
26485 +# CONFIG_SCSI_EATA is not set
26486 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
26487 +# CONFIG_SCSI_GDTH is not set
26488 +# CONFIG_SCSI_IPS is not set
26489 +# CONFIG_SCSI_INITIO is not set
26490 +# CONFIG_SCSI_INIA100 is not set
26491 +# CONFIG_SCSI_MVSAS is not set
26492 +# CONFIG_SCSI_STEX is not set
26493 +# CONFIG_SCSI_SYM53C8XX_2 is not set
26494 +# CONFIG_SCSI_IPR is not set
26495 +# CONFIG_SCSI_QLOGIC_1280 is not set
26496 +# CONFIG_SCSI_QLA_FC is not set
26497 +# CONFIG_SCSI_QLA_ISCSI is not set
26498 +# CONFIG_SCSI_LPFC is not set
26499 +# CONFIG_SCSI_DC395x is not set
26500 +# CONFIG_SCSI_DC390T is not set
26501 +# CONFIG_SCSI_NSP32 is not set
26502 +# CONFIG_SCSI_DEBUG is not set
26503 +# CONFIG_SCSI_SRP is not set
26504 +CONFIG_ATA=y
26505 +# CONFIG_ATA_NONSTANDARD is not set
26506 +# CONFIG_SATA_AHCI is not set
26507 +# CONFIG_SATA_SVW is not set
26508 +# CONFIG_ATA_PIIX is not set
26509 +# CONFIG_SATA_MV is not set
26510 +# CONFIG_SATA_NV is not set
26511 +# CONFIG_PDC_ADMA is not set
26512 +# CONFIG_SATA_QSTOR is not set
26513 +# CONFIG_SATA_PROMISE is not set
26514 +# CONFIG_SATA_SX4 is not set
26515 +CONFIG_SATA_SIL=y
26516 +# CONFIG_SATA_SIL24 is not set
26517 +# CONFIG_SATA_SIS is not set
26518 +# CONFIG_SATA_ULI is not set
26519 +# CONFIG_SATA_VIA is not set
26520 +# CONFIG_SATA_VITESSE is not set
26521 +# CONFIG_SATA_INIC162X is not set
26522 +# CONFIG_SATA_FSL is not set
26523 +# CONFIG_PATA_ALI is not set
26524 +# CONFIG_PATA_AMD is not set
26525 +# CONFIG_PATA_ARTOP is not set
26526 +# CONFIG_PATA_ATIIXP is not set
26527 +# CONFIG_PATA_CMD640_PCI is not set
26528 +# CONFIG_PATA_CMD64X is not set
26529 +# CONFIG_PATA_CS5520 is not set
26530 +# CONFIG_PATA_CS5530 is not set
26531 +# CONFIG_PATA_CYPRESS is not set
26532 +# CONFIG_PATA_EFAR is not set
26533 +# CONFIG_ATA_GENERIC is not set
26534 +# CONFIG_PATA_HPT366 is not set
26535 +# CONFIG_PATA_HPT37X is not set
26536 +# CONFIG_PATA_HPT3X2N is not set
26537 +# CONFIG_PATA_HPT3X3 is not set
26538 +# CONFIG_PATA_IT821X is not set
26539 +# CONFIG_PATA_IT8213 is not set
26540 +# CONFIG_PATA_JMICRON is not set
26541 +# CONFIG_PATA_TRIFLEX is not set
26542 +# CONFIG_PATA_MARVELL is not set
26543 +# CONFIG_PATA_MPIIX is not set
26544 +# CONFIG_PATA_OLDPIIX is not set
26545 +# CONFIG_PATA_NETCELL is not set
26546 +# CONFIG_PATA_NINJA32 is not set
26547 +# CONFIG_PATA_NS87410 is not set
26548 +# CONFIG_PATA_NS87415 is not set
26549 +# CONFIG_PATA_OPTI is not set
26550 +# CONFIG_PATA_OPTIDMA is not set
26551 +# CONFIG_PATA_PDC_OLD is not set
26552 +# CONFIG_PATA_RADISYS is not set
26553 +# CONFIG_PATA_RZ1000 is not set
26554 +# CONFIG_PATA_SC1200 is not set
26555 +# CONFIG_PATA_SERVERWORKS is not set
26556 +# CONFIG_PATA_PDC2027X is not set
26557 +# CONFIG_PATA_SIL680 is not set
26558 +# CONFIG_PATA_SIS is not set
26559 +# CONFIG_PATA_VIA is not set
26560 +# CONFIG_PATA_WINBOND is not set
26561 +CONFIG_PATA_PLATFORM=y
26562 +CONFIG_PATA_OF_PLATFORM=y
26563 +CONFIG_MD=y
26564 +CONFIG_BLK_DEV_MD=y
26565 +CONFIG_MD_LINEAR=y
26566 +CONFIG_MD_RAID0=y
26567 +CONFIG_MD_RAID1=y
26568 +# CONFIG_MD_RAID10 is not set
26569 +# CONFIG_MD_RAID456 is not set
26570 +# CONFIG_MD_MULTIPATH is not set
26571 +# CONFIG_MD_FAULTY is not set
26572 +# CONFIG_BLK_DEV_DM is not set
26573 +# CONFIG_FUSION is not set
26574 +
26575 +#
26576 +# IEEE 1394 (FireWire) support
26577 +#
26578 +# CONFIG_FIREWIRE is not set
26579 +# CONFIG_IEEE1394 is not set
26580 +# CONFIG_I2O is not set
26581 +# CONFIG_MACINTOSH_DRIVERS is not set
26582 +CONFIG_NETDEVICES=y
26583 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
26584 +# CONFIG_DUMMY is not set
26585 +# CONFIG_BONDING is not set
26586 +# CONFIG_MACVLAN is not set
26587 +# CONFIG_EQUALIZER is not set
26588 +# CONFIG_TUN is not set
26589 +# CONFIG_VETH is not set
26590 +# CONFIG_ARCNET is not set
26591 +CONFIG_PHYLIB=y
26592 +
26593 +#
26594 +# MII PHY device drivers
26595 +#
26596 +# CONFIG_MARVELL_PHY is not set
26597 +# CONFIG_DAVICOM_PHY is not set
26598 +# CONFIG_QSEMI_PHY is not set
26599 +# CONFIG_LXT_PHY is not set
26600 +CONFIG_CICADA_PHY=y
26601 +# CONFIG_VITESSE_PHY is not set
26602 +# CONFIG_SMSC_PHY is not set
26603 +# CONFIG_BROADCOM_PHY is not set
26604 +# CONFIG_ICPLUS_PHY is not set
26605 +# CONFIG_REALTEK_PHY is not set
26606 +# CONFIG_FIXED_PHY is not set
26607 +# CONFIG_MDIO_BITBANG is not set
26608 +# CONFIG_NET_ETHERNET is not set
26609 +CONFIG_NETDEV_1000=y
26610 +# CONFIG_ACENIC is not set
26611 +# CONFIG_DL2K is not set
26612 +# CONFIG_E1000 is not set
26613 +# CONFIG_E1000E is not set
26614 +# CONFIG_E1000E_ENABLED is not set
26615 +# CONFIG_IP1000 is not set
26616 +# CONFIG_IGB is not set
26617 +# CONFIG_NS83820 is not set
26618 +# CONFIG_HAMACHI is not set
26619 +# CONFIG_YELLOWFIN is not set
26620 +# CONFIG_R8169 is not set
26621 +# CONFIG_SIS190 is not set
26622 +# CONFIG_SKGE is not set
26623 +# CONFIG_SKY2 is not set
26624 +# CONFIG_SK98LIN is not set
26625 +# CONFIG_VIA_VELOCITY is not set
26626 +# CONFIG_TIGON3 is not set
26627 +# CONFIG_BNX2 is not set
26628 +CONFIG_GIANFAR=y
26629 +CONFIG_GFAR_NAPI=y
26630 +# CONFIG_QLA3XXX is not set
26631 +# CONFIG_ATL1 is not set
26632 +CONFIG_NETDEV_10000=y
26633 +# CONFIG_CHELSIO_T1 is not set
26634 +# CONFIG_CHELSIO_T3 is not set
26635 +# CONFIG_IXGBE is not set
26636 +# CONFIG_IXGB is not set
26637 +# CONFIG_S2IO is not set
26638 +# CONFIG_MYRI10GE is not set
26639 +# CONFIG_NETXEN_NIC is not set
26640 +# CONFIG_NIU is not set
26641 +# CONFIG_MLX4_CORE is not set
26642 +# CONFIG_TEHUTI is not set
26643 +# CONFIG_BNX2X is not set
26644 +# CONFIG_TR is not set
26645 +
26646 +#
26647 +# Wireless LAN
26648 +#
26649 +# CONFIG_WLAN_PRE80211 is not set
26650 +# CONFIG_WLAN_80211 is not set
26651 +
26652 +#
26653 +# USB Network Adapters
26654 +#
26655 +# CONFIG_USB_CATC is not set
26656 +# CONFIG_USB_KAWETH is not set
26657 +# CONFIG_USB_PEGASUS is not set
26658 +# CONFIG_USB_RTL8150 is not set
26659 +# CONFIG_USB_USBNET is not set
26660 +# CONFIG_WAN is not set
26661 +# CONFIG_FDDI is not set
26662 +# CONFIG_HIPPI is not set
26663 +# CONFIG_PPP is not set
26664 +# CONFIG_SLIP is not set
26665 +# CONFIG_NET_FC is not set
26666 +# CONFIG_NETCONSOLE is not set
26667 +# CONFIG_NETPOLL is not set
26668 +# CONFIG_NET_POLL_CONTROLLER is not set
26669 +# CONFIG_ISDN is not set
26670 +# CONFIG_PHONE is not set
26671 +
26672 +#
26673 +# Input device support
26674 +#
26675 +# CONFIG_INPUT is not set
26676 +
26677 +#
26678 +# Hardware I/O ports
26679 +#
26680 +# CONFIG_SERIO is not set
26681 +# CONFIG_GAMEPORT is not set
26682 +
26683 +#
26684 +# Character devices
26685 +#
26686 +# CONFIG_VT is not set
26687 +# CONFIG_SERIAL_NONSTANDARD is not set
26688 +# CONFIG_NOZOMI is not set
26689 +
26690 +#
26691 +# Serial drivers
26692 +#
26693 +CONFIG_SERIAL_8250=y
26694 +CONFIG_SERIAL_8250_CONSOLE=y
26695 +# CONFIG_SERIAL_8250_PCI is not set
26696 +CONFIG_SERIAL_8250_NR_UARTS=4
26697 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
26698 +# CONFIG_SERIAL_8250_EXTENDED is not set
26699 +
26700 +#
26701 +# Non-8250 serial port support
26702 +#
26703 +# CONFIG_SERIAL_UARTLITE is not set
26704 +CONFIG_SERIAL_CORE=y
26705 +CONFIG_SERIAL_CORE_CONSOLE=y
26706 +# CONFIG_SERIAL_JSM is not set
26707 +# CONFIG_SERIAL_OF_PLATFORM is not set
26708 +CONFIG_UNIX98_PTYS=y
26709 +CONFIG_LEGACY_PTYS=y
26710 +CONFIG_LEGACY_PTY_COUNT=256
26711 +# CONFIG_IPMI_HANDLER is not set
26712 +CONFIG_HW_RANDOM=y
26713 +# CONFIG_NVRAM is not set
26714 +# CONFIG_GEN_RTC is not set
26715 +# CONFIG_R3964 is not set
26716 +# CONFIG_APPLICOM is not set
26717 +# CONFIG_RAW_DRIVER is not set
26718 +# CONFIG_TCG_TPM is not set
26719 +CONFIG_DEVPORT=y
26720 +CONFIG_I2C=y
26721 +CONFIG_I2C_BOARDINFO=y
26722 +CONFIG_I2C_CHARDEV=y
26723 +
26724 +#
26725 +# I2C Algorithms
26726 +#
26727 +# CONFIG_I2C_ALGOBIT is not set
26728 +# CONFIG_I2C_ALGOPCF is not set
26729 +# CONFIG_I2C_ALGOPCA is not set
26730 +
26731 +#
26732 +# I2C Hardware Bus support
26733 +#
26734 +# CONFIG_I2C_ALI1535 is not set
26735 +# CONFIG_I2C_ALI1563 is not set
26736 +# CONFIG_I2C_ALI15X3 is not set
26737 +# CONFIG_I2C_AMD756 is not set
26738 +# CONFIG_I2C_AMD8111 is not set
26739 +# CONFIG_I2C_I801 is not set
26740 +# CONFIG_I2C_I810 is not set
26741 +# CONFIG_I2C_PIIX4 is not set
26742 +CONFIG_I2C_MPC=y
26743 +# CONFIG_I2C_NFORCE2 is not set
26744 +# CONFIG_I2C_OCORES is not set
26745 +# CONFIG_I2C_PARPORT_LIGHT is not set
26746 +# CONFIG_I2C_PROSAVAGE is not set
26747 +# CONFIG_I2C_SAVAGE4 is not set
26748 +# CONFIG_I2C_SIMTEC is not set
26749 +# CONFIG_I2C_SIS5595 is not set
26750 +# CONFIG_I2C_SIS630 is not set
26751 +# CONFIG_I2C_SIS96X is not set
26752 +# CONFIG_I2C_TAOS_EVM is not set
26753 +# CONFIG_I2C_STUB is not set
26754 +# CONFIG_I2C_TINY_USB is not set
26755 +# CONFIG_I2C_VIA is not set
26756 +# CONFIG_I2C_VIAPRO is not set
26757 +# CONFIG_I2C_VOODOO3 is not set
26758 +
26759 +#
26760 +# Miscellaneous I2C Chip support
26761 +#
26762 +# CONFIG_DS1682 is not set
26763 +# CONFIG_SENSORS_EEPROM is not set
26764 +CONFIG_SENSORS_PCF8574=y
26765 +# CONFIG_PCF8575 is not set
26766 +# CONFIG_SENSORS_PCF8591 is not set
26767 +# CONFIG_TPS65010 is not set
26768 +# CONFIG_SENSORS_MAX6875 is not set
26769 +# CONFIG_SENSORS_TSL2550 is not set
26770 +# CONFIG_I2C_DEBUG_CORE is not set
26771 +# CONFIG_I2C_DEBUG_ALGO is not set
26772 +# CONFIG_I2C_DEBUG_BUS is not set
26773 +# CONFIG_I2C_DEBUG_CHIP is not set
26774 +
26775 +#
26776 +# SPI support
26777 +#
26778 +CONFIG_SPI=y
26779 +CONFIG_SPI_MASTER=y
26780 +
26781 +#
26782 +# SPI Master Controller Drivers
26783 +#
26784 +CONFIG_SPI_BITBANG=y
26785 +CONFIG_SPI_MPC83xx=y
26786 +
26787 +#
26788 +# SPI Protocol Masters
26789 +#
26790 +# CONFIG_SPI_AT25 is not set
26791 +# CONFIG_SPI_SPIDEV is not set
26792 +# CONFIG_SPI_TLE62X0 is not set
26793 +# CONFIG_W1 is not set
26794 +# CONFIG_POWER_SUPPLY is not set
26795 +# CONFIG_HWMON is not set
26796 +# CONFIG_THERMAL is not set
26797 +CONFIG_WATCHDOG=y
26798 +# CONFIG_WATCHDOG_NOWAYOUT is not set
26799 +
26800 +#
26801 +# Watchdog Device Drivers
26802 +#
26803 +# CONFIG_SOFT_WATCHDOG is not set
26804 +CONFIG_83xx_WDT=y
26805 +
26806 +#
26807 +# PCI-based Watchdog Cards
26808 +#
26809 +# CONFIG_PCIPCWATCHDOG is not set
26810 +# CONFIG_WDTPCI is not set
26811 +
26812 +#
26813 +# USB-based Watchdog Cards
26814 +#
26815 +# CONFIG_USBPCWATCHDOG is not set
26816 +
26817 +#
26818 +# Sonics Silicon Backplane
26819 +#
26820 +CONFIG_SSB_POSSIBLE=y
26821 +# CONFIG_SSB is not set
26822 +
26823 +#
26824 +# Multifunction device drivers
26825 +#
26826 +# CONFIG_MFD_SM501 is not set
26827 +
26828 +#
26829 +# Multimedia devices
26830 +#
26831 +# CONFIG_VIDEO_DEV is not set
26832 +# CONFIG_DVB_CORE is not set
26833 +CONFIG_DAB=y
26834 +# CONFIG_USB_DABUSB is not set
26835 +
26836 +#
26837 +# Graphics support
26838 +#
26839 +# CONFIG_AGP is not set
26840 +# CONFIG_DRM is not set
26841 +# CONFIG_VGASTATE is not set
26842 +CONFIG_VIDEO_OUTPUT_CONTROL=m
26843 +# CONFIG_FB is not set
26844 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
26845 +
26846 +#
26847 +# Display device support
26848 +#
26849 +# CONFIG_DISPLAY_SUPPORT is not set
26850 +
26851 +#
26852 +# Sound
26853 +#
26854 +# CONFIG_SOUND is not set
26855 +CONFIG_USB_SUPPORT=y
26856 +CONFIG_USB_ARCH_HAS_HCD=y
26857 +CONFIG_USB_ARCH_HAS_OHCI=y
26858 +CONFIG_USB_ARCH_HAS_EHCI=y
26859 +CONFIG_USB=y
26860 +# CONFIG_USB_DEBUG is not set
26861 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
26862 +
26863 +#
26864 +# Miscellaneous USB options
26865 +#
26866 +CONFIG_USB_DEVICEFS=y
26867 +CONFIG_USB_DEVICE_CLASS=y
26868 +# CONFIG_USB_DYNAMIC_MINORS is not set
26869 +# CONFIG_USB_OTG is not set
26870 +
26871 +#
26872 +# USB Host Controller Drivers
26873 +#
26874 +CONFIG_USB_EHCI_HCD=y
26875 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
26876 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
26877 +CONFIG_USB_EHCI_FSL=y
26878 +CONFIG_USB_EHCI_HCD_PPC_OF=y
26879 +# CONFIG_USB_ISP116X_HCD is not set
26880 +# CONFIG_USB_OHCI_HCD is not set
26881 +CONFIG_USB_UHCI_HCD=y
26882 +# CONFIG_USB_SL811_HCD is not set
26883 +# CONFIG_USB_R8A66597_HCD is not set
26884 +
26885 +#
26886 +# USB Device Class drivers
26887 +#
26888 +# CONFIG_USB_ACM is not set
26889 +# CONFIG_USB_PRINTER is not set
26890 +
26891 +#
26892 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
26893 +#
26894 +
26895 +#
26896 +# may also be needed; see USB_STORAGE Help for more information
26897 +#
26898 +CONFIG_USB_STORAGE=y
26899 +# CONFIG_USB_STORAGE_DEBUG is not set
26900 +# CONFIG_USB_STORAGE_DATAFAB is not set
26901 +# CONFIG_USB_STORAGE_FREECOM is not set
26902 +# CONFIG_USB_STORAGE_ISD200 is not set
26903 +# CONFIG_USB_STORAGE_DPCM is not set
26904 +# CONFIG_USB_STORAGE_USBAT is not set
26905 +# CONFIG_USB_STORAGE_SDDR09 is not set
26906 +# CONFIG_USB_STORAGE_SDDR55 is not set
26907 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
26908 +# CONFIG_USB_STORAGE_ALAUDA is not set
26909 +# CONFIG_USB_STORAGE_KARMA is not set
26910 +# CONFIG_USB_LIBUSUAL is not set
26911 +
26912 +#
26913 +# USB Imaging devices
26914 +#
26915 +# CONFIG_USB_MDC800 is not set
26916 +# CONFIG_USB_MICROTEK is not set
26917 +CONFIG_USB_MON=y
26918 +
26919 +#
26920 +# USB port drivers
26921 +#
26922 +# CONFIG_USB_SERIAL is not set
26923 +
26924 +#
26925 +# USB Miscellaneous drivers
26926 +#
26927 +# CONFIG_USB_EMI62 is not set
26928 +# CONFIG_USB_EMI26 is not set
26929 +# CONFIG_USB_ADUTUX is not set
26930 +# CONFIG_USB_AUERSWALD is not set
26931 +# CONFIG_USB_RIO500 is not set
26932 +# CONFIG_USB_LEGOTOWER is not set
26933 +# CONFIG_USB_LCD is not set
26934 +# CONFIG_USB_BERRY_CHARGE is not set
26935 +# CONFIG_USB_LED is not set
26936 +# CONFIG_USB_CYPRESS_CY7C63 is not set
26937 +# CONFIG_USB_CYTHERM is not set
26938 +# CONFIG_USB_PHIDGET is not set
26939 +# CONFIG_USB_IDMOUSE is not set
26940 +# CONFIG_USB_FTDI_ELAN is not set
26941 +# CONFIG_USB_APPLEDISPLAY is not set
26942 +# CONFIG_USB_SISUSBVGA is not set
26943 +# CONFIG_USB_LD is not set
26944 +# CONFIG_USB_TRANCEVIBRATOR is not set
26945 +# CONFIG_USB_IOWARRIOR is not set
26946 +# CONFIG_USB_TEST is not set
26947 +# CONFIG_USB_GADGET is not set
26948 +# CONFIG_MMC is not set
26949 +# CONFIG_MEMSTICK is not set
26950 +# CONFIG_NEW_LEDS is not set
26951 +# CONFIG_INFINIBAND is not set
26952 +# CONFIG_EDAC is not set
26953 +CONFIG_RTC_LIB=y
26954 +CONFIG_RTC_CLASS=y
26955 +CONFIG_RTC_HCTOSYS=y
26956 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
26957 +# CONFIG_RTC_DEBUG is not set
26958 +
26959 +#
26960 +# RTC interfaces
26961 +#
26962 +CONFIG_RTC_INTF_SYSFS=y
26963 +CONFIG_RTC_INTF_PROC=y
26964 +CONFIG_RTC_INTF_DEV=y
26965 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
26966 +# CONFIG_RTC_DRV_TEST is not set
26967 +
26968 +#
26969 +# I2C RTC drivers
26970 +#
26971 +CONFIG_RTC_DRV_DS1307=y
26972 +# CONFIG_RTC_DRV_DS1374 is not set
26973 +# CONFIG_RTC_DRV_DS1672 is not set
26974 +# CONFIG_RTC_DRV_MAX6900 is not set
26975 +# CONFIG_RTC_DRV_RS5C372 is not set
26976 +# CONFIG_RTC_DRV_ISL1208 is not set
26977 +# CONFIG_RTC_DRV_X1205 is not set
26978 +# CONFIG_RTC_DRV_PCF8563 is not set
26979 +# CONFIG_RTC_DRV_PCF8583 is not set
26980 +# CONFIG_RTC_DRV_M41T80 is not set
26981 +# CONFIG_RTC_DRV_S35390A is not set
26982 +
26983 +#
26984 +# SPI RTC drivers
26985 +#
26986 +# CONFIG_RTC_DRV_MAX6902 is not set
26987 +# CONFIG_RTC_DRV_R9701 is not set
26988 +# CONFIG_RTC_DRV_RS5C348 is not set
26989 +
26990 +#
26991 +# Platform RTC drivers
26992 +#
26993 +# CONFIG_RTC_DRV_CMOS is not set
26994 +# CONFIG_RTC_DRV_DS1511 is not set
26995 +# CONFIG_RTC_DRV_DS1553 is not set
26996 +# CONFIG_RTC_DRV_DS1742 is not set
26997 +# CONFIG_RTC_DRV_STK17TA8 is not set
26998 +# CONFIG_RTC_DRV_M48T86 is not set
26999 +# CONFIG_RTC_DRV_M48T59 is not set
27000 +# CONFIG_RTC_DRV_V3020 is not set
27001 +
27002 +#
27003 +# on-CPU RTC drivers
27004 +#
27005 +# CONFIG_DMADEVICES is not set
27006 +
27007 +#
27008 +# Userspace I/O
27009 +#
27010 +# CONFIG_UIO is not set
27011 +
27012 +#
27013 +# File systems
27014 +#
27015 +CONFIG_EXT2_FS=y
27016 +# CONFIG_EXT2_FS_XATTR is not set
27017 +# CONFIG_EXT2_FS_XIP is not set
27018 +CONFIG_EXT3_FS=y
27019 +CONFIG_EXT3_FS_XATTR=y
27020 +# CONFIG_EXT3_FS_POSIX_ACL is not set
27021 +# CONFIG_EXT3_FS_SECURITY is not set
27022 +# CONFIG_EXT4DEV_FS is not set
27023 +CONFIG_JBD=y
27024 +CONFIG_FS_MBCACHE=y
27025 +# CONFIG_REISERFS_FS is not set
27026 +# CONFIG_JFS_FS is not set
27027 +# CONFIG_FS_POSIX_ACL is not set
27028 +# CONFIG_XFS_FS is not set
27029 +# CONFIG_GFS2_FS is not set
27030 +# CONFIG_OCFS2_FS is not set
27031 +CONFIG_DNOTIFY=y
27032 +CONFIG_INOTIFY=y
27033 +CONFIG_INOTIFY_USER=y
27034 +# CONFIG_QUOTA is not set
27035 +# CONFIG_AUTOFS_FS is not set
27036 +# CONFIG_AUTOFS4_FS is not set
27037 +# CONFIG_FUSE_FS is not set
27038 +
27039 +#
27040 +# CD-ROM/DVD Filesystems
27041 +#
27042 +# CONFIG_ISO9660_FS is not set
27043 +# CONFIG_UDF_FS is not set
27044 +
27045 +#
27046 +# DOS/FAT/NT Filesystems
27047 +#
27048 +CONFIG_FAT_FS=y
27049 +CONFIG_MSDOS_FS=y
27050 +CONFIG_VFAT_FS=y
27051 +CONFIG_FAT_DEFAULT_CODEPAGE=437
27052 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
27053 +# CONFIG_NTFS_FS is not set
27054 +
27055 +#
27056 +# Pseudo filesystems
27057 +#
27058 +CONFIG_PROC_FS=y
27059 +CONFIG_PROC_KCORE=y
27060 +CONFIG_PROC_SYSCTL=y
27061 +CONFIG_SYSFS=y
27062 +CONFIG_TMPFS=y
27063 +# CONFIG_TMPFS_POSIX_ACL is not set
27064 +# CONFIG_HUGETLB_PAGE is not set
27065 +# CONFIG_CONFIGFS_FS is not set
27066 +
27067 +#
27068 +# Miscellaneous filesystems
27069 +#
27070 +# CONFIG_ADFS_FS is not set
27071 +# CONFIG_AFFS_FS is not set
27072 +# CONFIG_HFS_FS is not set
27073 +# CONFIG_HFSPLUS_FS is not set
27074 +# CONFIG_BEFS_FS is not set
27075 +# CONFIG_BFS_FS is not set
27076 +# CONFIG_EFS_FS is not set
27077 +# CONFIG_JFFS2_FS is not set
27078 +# CONFIG_CRAMFS is not set
27079 +# CONFIG_VXFS_FS is not set
27080 +# CONFIG_MINIX_FS is not set
27081 +# CONFIG_HPFS_FS is not set
27082 +# CONFIG_QNX4FS_FS is not set
27083 +# CONFIG_ROMFS_FS is not set
27084 +# CONFIG_SYSV_FS is not set
27085 +# CONFIG_UFS_FS is not set
27086 +CONFIG_NETWORK_FILESYSTEMS=y
27087 +CONFIG_NFS_FS=y
27088 +CONFIG_NFS_V3=y
27089 +# CONFIG_NFS_V3_ACL is not set
27090 +CONFIG_NFS_V4=y
27091 +# CONFIG_NFS_DIRECTIO is not set
27092 +# CONFIG_NFSD is not set
27093 +CONFIG_ROOT_NFS=y
27094 +CONFIG_LOCKD=y
27095 +CONFIG_LOCKD_V4=y
27096 +CONFIG_NFS_COMMON=y
27097 +CONFIG_SUNRPC=y
27098 +CONFIG_SUNRPC_GSS=y
27099 +# CONFIG_SUNRPC_BIND34 is not set
27100 +CONFIG_RPCSEC_GSS_KRB5=y
27101 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
27102 +# CONFIG_SMB_FS is not set
27103 +# CONFIG_CIFS is not set
27104 +# CONFIG_NCP_FS is not set
27105 +# CONFIG_CODA_FS is not set
27106 +# CONFIG_AFS_FS is not set
27107 +
27108 +#
27109 +# Partition Types
27110 +#
27111 +CONFIG_PARTITION_ADVANCED=y
27112 +# CONFIG_ACORN_PARTITION is not set
27113 +# CONFIG_OSF_PARTITION is not set
27114 +# CONFIG_AMIGA_PARTITION is not set
27115 +# CONFIG_ATARI_PARTITION is not set
27116 +CONFIG_MAC_PARTITION=y
27117 +CONFIG_MSDOS_PARTITION=y
27118 +# CONFIG_BSD_DISKLABEL is not set
27119 +# CONFIG_MINIX_SUBPARTITION is not set
27120 +# CONFIG_SOLARIS_X86_PARTITION is not set
27121 +# CONFIG_UNIXWARE_DISKLABEL is not set
27122 +# CONFIG_LDM_PARTITION is not set
27123 +# CONFIG_SGI_PARTITION is not set
27124 +# CONFIG_ULTRIX_PARTITION is not set
27125 +# CONFIG_SUN_PARTITION is not set
27126 +# CONFIG_KARMA_PARTITION is not set
27127 +# CONFIG_EFI_PARTITION is not set
27128 +# CONFIG_SYSV68_PARTITION is not set
27129 +CONFIG_NLS=y
27130 +CONFIG_NLS_DEFAULT="iso8859-1"
27131 +# CONFIG_NLS_CODEPAGE_437 is not set
27132 +# CONFIG_NLS_CODEPAGE_737 is not set
27133 +# CONFIG_NLS_CODEPAGE_775 is not set
27134 +# CONFIG_NLS_CODEPAGE_850 is not set
27135 +# CONFIG_NLS_CODEPAGE_852 is not set
27136 +# CONFIG_NLS_CODEPAGE_855 is not set
27137 +# CONFIG_NLS_CODEPAGE_857 is not set
27138 +# CONFIG_NLS_CODEPAGE_860 is not set
27139 +# CONFIG_NLS_CODEPAGE_861 is not set
27140 +# CONFIG_NLS_CODEPAGE_862 is not set
27141 +# CONFIG_NLS_CODEPAGE_863 is not set
27142 +# CONFIG_NLS_CODEPAGE_864 is not set
27143 +# CONFIG_NLS_CODEPAGE_865 is not set
27144 +# CONFIG_NLS_CODEPAGE_866 is not set
27145 +# CONFIG_NLS_CODEPAGE_869 is not set
27146 +# CONFIG_NLS_CODEPAGE_936 is not set
27147 +# CONFIG_NLS_CODEPAGE_950 is not set
27148 +# CONFIG_NLS_CODEPAGE_932 is not set
27149 +# CONFIG_NLS_CODEPAGE_949 is not set
27150 +# CONFIG_NLS_CODEPAGE_874 is not set
27151 +# CONFIG_NLS_ISO8859_8 is not set
27152 +# CONFIG_NLS_CODEPAGE_1250 is not set
27153 +# CONFIG_NLS_CODEPAGE_1251 is not set
27154 +# CONFIG_NLS_ASCII is not set
27155 +# CONFIG_NLS_ISO8859_1 is not set
27156 +# CONFIG_NLS_ISO8859_2 is not set
27157 +# CONFIG_NLS_ISO8859_3 is not set
27158 +# CONFIG_NLS_ISO8859_4 is not set
27159 +# CONFIG_NLS_ISO8859_5 is not set
27160 +# CONFIG_NLS_ISO8859_6 is not set
27161 +# CONFIG_NLS_ISO8859_7 is not set
27162 +# CONFIG_NLS_ISO8859_9 is not set
27163 +# CONFIG_NLS_ISO8859_13 is not set
27164 +# CONFIG_NLS_ISO8859_14 is not set
27165 +# CONFIG_NLS_ISO8859_15 is not set
27166 +# CONFIG_NLS_KOI8_R is not set
27167 +# CONFIG_NLS_KOI8_U is not set
27168 +# CONFIG_NLS_UTF8 is not set
27169 +# CONFIG_DLM is not set
27170 +
27171 +#
27172 +# Library routines
27173 +#
27174 +CONFIG_BITREVERSE=y
27175 +# CONFIG_CRC_CCITT is not set
27176 +# CONFIG_CRC16 is not set
27177 +# CONFIG_CRC_ITU_T is not set
27178 +CONFIG_CRC32=y
27179 +# CONFIG_CRC7 is not set
27180 +# CONFIG_LIBCRC32C is not set
27181 +CONFIG_PLIST=y
27182 +CONFIG_HAS_IOMEM=y
27183 +CONFIG_HAS_IOPORT=y
27184 +CONFIG_HAS_DMA=y
27185 +
27186 +#
27187 +# Kernel hacking
27188 +#
27189 +# CONFIG_PRINTK_TIME is not set
27190 +CONFIG_ENABLE_WARN_DEPRECATED=y
27191 +CONFIG_ENABLE_MUST_CHECK=y
27192 +# CONFIG_MAGIC_SYSRQ is not set
27193 +# CONFIG_UNUSED_SYMBOLS is not set
27194 +# CONFIG_DEBUG_FS is not set
27195 +# CONFIG_HEADERS_CHECK is not set
27196 +# CONFIG_DEBUG_KERNEL is not set
27197 +# CONFIG_SLUB_DEBUG_ON is not set
27198 +# CONFIG_SLUB_STATS is not set
27199 +# CONFIG_DEBUG_BUGVERBOSE is not set
27200 +# CONFIG_SAMPLES is not set
27201 +# CONFIG_PPC_EARLY_DEBUG is not set
27202 +
27203 +#
27204 +# Security options
27205 +#
27206 +# CONFIG_KEYS is not set
27207 +# CONFIG_SECURITY is not set
27208 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
27209 +CONFIG_CRYPTO=y
27210 +CONFIG_CRYPTO_ALGAPI=y
27211 +CONFIG_CRYPTO_BLKCIPHER=y
27212 +# CONFIG_CRYPTO_SEQIV is not set
27213 +CONFIG_CRYPTO_MANAGER=y
27214 +# CONFIG_CRYPTO_HMAC is not set
27215 +# CONFIG_CRYPTO_XCBC is not set
27216 +# CONFIG_CRYPTO_NULL is not set
27217 +# CONFIG_CRYPTO_MD4 is not set
27218 +CONFIG_CRYPTO_MD5=y
27219 +# CONFIG_CRYPTO_SHA1 is not set
27220 +# CONFIG_CRYPTO_SHA256 is not set
27221 +# CONFIG_CRYPTO_SHA512 is not set
27222 +# CONFIG_CRYPTO_WP512 is not set
27223 +# CONFIG_CRYPTO_TGR192 is not set
27224 +# CONFIG_CRYPTO_GF128MUL is not set
27225 +# CONFIG_CRYPTO_ECB is not set
27226 +CONFIG_CRYPTO_CBC=y
27227 +CONFIG_CRYPTO_PCBC=m
27228 +# CONFIG_CRYPTO_LRW is not set
27229 +# CONFIG_CRYPTO_XTS is not set
27230 +# CONFIG_CRYPTO_CTR is not set
27231 +# CONFIG_CRYPTO_GCM is not set
27232 +# CONFIG_CRYPTO_CCM is not set
27233 +# CONFIG_CRYPTO_CRYPTD is not set
27234 +CONFIG_CRYPTO_DES=y
27235 +# CONFIG_CRYPTO_FCRYPT is not set
27236 +# CONFIG_CRYPTO_BLOWFISH is not set
27237 +# CONFIG_CRYPTO_TWOFISH is not set
27238 +# CONFIG_CRYPTO_SERPENT is not set
27239 +# CONFIG_CRYPTO_AES is not set
27240 +# CONFIG_CRYPTO_CAST5 is not set
27241 +# CONFIG_CRYPTO_CAST6 is not set
27242 +# CONFIG_CRYPTO_TEA is not set
27243 +# CONFIG_CRYPTO_ARC4 is not set
27244 +# CONFIG_CRYPTO_KHAZAD is not set
27245 +# CONFIG_CRYPTO_ANUBIS is not set
27246 +# CONFIG_CRYPTO_SEED is not set
27247 +# CONFIG_CRYPTO_SALSA20 is not set
27248 +# CONFIG_CRYPTO_DEFLATE is not set
27249 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
27250 +# CONFIG_CRYPTO_CRC32C is not set
27251 +# CONFIG_CRYPTO_CAMELLIA is not set
27252 +# CONFIG_CRYPTO_TEST is not set
27253 +# CONFIG_CRYPTO_AUTHENC is not set
27254 +# CONFIG_CRYPTO_LZO is not set
27255 +CONFIG_CRYPTO_HW=y
27256 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
27257 +# CONFIG_PPC_CLOCK is not set
27258 --- /dev/null
27259 +++ b/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
27260 @@ -0,0 +1,1222 @@
27261 +#
27262 +# Automatically generated make config: don't edit
27263 +# Linux kernel version: 2.6.25-rc6
27264 +# Mon Mar 24 08:48:18 2008
27265 +#
27266 +# CONFIG_PPC64 is not set
27267 +
27268 +#
27269 +# Processor support
27270 +#
27271 +CONFIG_6xx=y
27272 +# CONFIG_PPC_85xx is not set
27273 +# CONFIG_PPC_8xx is not set
27274 +# CONFIG_40x is not set
27275 +# CONFIG_44x is not set
27276 +# CONFIG_E200 is not set
27277 +CONFIG_PPC_FPU=y
27278 +# CONFIG_FSL_EMB_PERFMON is not set
27279 +CONFIG_PPC_STD_MMU=y
27280 +CONFIG_PPC_STD_MMU_32=y
27281 +# CONFIG_PPC_MM_SLICES is not set
27282 +# CONFIG_SMP is not set
27283 +CONFIG_PPC32=y
27284 +CONFIG_WORD_SIZE=32
27285 +CONFIG_PPC_MERGE=y
27286 +CONFIG_MMU=y
27287 +CONFIG_GENERIC_CMOS_UPDATE=y
27288 +CONFIG_GENERIC_TIME=y
27289 +CONFIG_GENERIC_TIME_VSYSCALL=y
27290 +CONFIG_GENERIC_CLOCKEVENTS=y
27291 +CONFIG_GENERIC_HARDIRQS=y
27292 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
27293 +CONFIG_IRQ_PER_CPU=y
27294 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
27295 +CONFIG_ARCH_HAS_ILOG2_U32=y
27296 +CONFIG_GENERIC_HWEIGHT=y
27297 +CONFIG_GENERIC_CALIBRATE_DELAY=y
27298 +CONFIG_GENERIC_FIND_NEXT_BIT=y
27299 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
27300 +CONFIG_PPC=y
27301 +CONFIG_EARLY_PRINTK=y
27302 +CONFIG_GENERIC_NVRAM=y
27303 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
27304 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
27305 +CONFIG_PPC_OF=y
27306 +CONFIG_OF=y
27307 +CONFIG_PPC_UDBG_16550=y
27308 +# CONFIG_GENERIC_TBSYNC is not set
27309 +CONFIG_AUDIT_ARCH=y
27310 +CONFIG_GENERIC_BUG=y
27311 +CONFIG_DEFAULT_UIMAGE=y
27312 +# CONFIG_PPC_DCR_NATIVE is not set
27313 +# CONFIG_PPC_DCR_MMIO is not set
27314 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
27315 +
27316 +#
27317 +# General setup
27318 +#
27319 +CONFIG_EXPERIMENTAL=y
27320 +CONFIG_BROKEN_ON_SMP=y
27321 +CONFIG_INIT_ENV_ARG_LIMIT=32
27322 +CONFIG_LOCALVERSION=""
27323 +CONFIG_LOCALVERSION_AUTO=y
27324 +CONFIG_SWAP=y
27325 +CONFIG_SYSVIPC=y
27326 +CONFIG_SYSVIPC_SYSCTL=y
27327 +# CONFIG_POSIX_MQUEUE is not set
27328 +# CONFIG_BSD_PROCESS_ACCT is not set
27329 +# CONFIG_TASKSTATS is not set
27330 +# CONFIG_AUDIT is not set
27331 +# CONFIG_IKCONFIG is not set
27332 +CONFIG_LOG_BUF_SHIFT=14
27333 +# CONFIG_CGROUPS is not set
27334 +CONFIG_GROUP_SCHED=y
27335 +# CONFIG_FAIR_GROUP_SCHED is not set
27336 +# CONFIG_RT_GROUP_SCHED is not set
27337 +CONFIG_USER_SCHED=y
27338 +# CONFIG_CGROUP_SCHED is not set
27339 +CONFIG_SYSFS_DEPRECATED=y
27340 +CONFIG_SYSFS_DEPRECATED_V2=y
27341 +# CONFIG_RELAY is not set
27342 +# CONFIG_NAMESPACES is not set
27343 +CONFIG_BLK_DEV_INITRD=y
27344 +CONFIG_INITRAMFS_SOURCE=""
27345 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
27346 +CONFIG_SYSCTL=y
27347 +CONFIG_EMBEDDED=y
27348 +CONFIG_SYSCTL_SYSCALL=y
27349 +# CONFIG_KALLSYMS is not set
27350 +CONFIG_HOTPLUG=y
27351 +CONFIG_PRINTK=y
27352 +CONFIG_BUG=y
27353 +CONFIG_ELF_CORE=y
27354 +CONFIG_COMPAT_BRK=y
27355 +CONFIG_BASE_FULL=y
27356 +CONFIG_FUTEX=y
27357 +CONFIG_ANON_INODES=y
27358 +# CONFIG_EPOLL is not set
27359 +CONFIG_SIGNALFD=y
27360 +CONFIG_TIMERFD=y
27361 +CONFIG_EVENTFD=y
27362 +CONFIG_SHMEM=y
27363 +CONFIG_VM_EVENT_COUNTERS=y
27364 +CONFIG_SLUB_DEBUG=y
27365 +# CONFIG_SLAB is not set
27366 +CONFIG_SLUB=y
27367 +# CONFIG_SLOB is not set
27368 +# CONFIG_PROFILING is not set
27369 +# CONFIG_MARKERS is not set
27370 +CONFIG_HAVE_OPROFILE=y
27371 +CONFIG_HAVE_KPROBES=y
27372 +CONFIG_HAVE_KRETPROBES=y
27373 +CONFIG_PROC_PAGE_MONITOR=y
27374 +CONFIG_SLABINFO=y
27375 +CONFIG_RT_MUTEXES=y
27376 +# CONFIG_TINY_SHMEM is not set
27377 +CONFIG_BASE_SMALL=0
27378 +CONFIG_MODULES=y
27379 +CONFIG_MODULE_UNLOAD=y
27380 +# CONFIG_MODULE_FORCE_UNLOAD is not set
27381 +# CONFIG_MODVERSIONS is not set
27382 +# CONFIG_MODULE_SRCVERSION_ALL is not set
27383 +# CONFIG_KMOD is not set
27384 +CONFIG_BLOCK=y
27385 +# CONFIG_LBD is not set
27386 +# CONFIG_BLK_DEV_IO_TRACE is not set
27387 +# CONFIG_LSF is not set
27388 +# CONFIG_BLK_DEV_BSG is not set
27389 +
27390 +#
27391 +# IO Schedulers
27392 +#
27393 +CONFIG_IOSCHED_NOOP=y
27394 +CONFIG_IOSCHED_AS=y
27395 +CONFIG_IOSCHED_DEADLINE=y
27396 +CONFIG_IOSCHED_CFQ=y
27397 +CONFIG_DEFAULT_AS=y
27398 +# CONFIG_DEFAULT_DEADLINE is not set
27399 +# CONFIG_DEFAULT_CFQ is not set
27400 +# CONFIG_DEFAULT_NOOP is not set
27401 +CONFIG_DEFAULT_IOSCHED="anticipatory"
27402 +CONFIG_CLASSIC_RCU=y
27403 +
27404 +#
27405 +# Platform support
27406 +#
27407 +# CONFIG_PPC_MULTIPLATFORM is not set
27408 +# CONFIG_PPC_82xx is not set
27409 +CONFIG_PPC_83xx=y
27410 +# CONFIG_PPC_86xx is not set
27411 +# CONFIG_PPC_MPC512x is not set
27412 +# CONFIG_PPC_MPC5121 is not set
27413 +# CONFIG_PPC_CELL is not set
27414 +# CONFIG_PPC_CELL_NATIVE is not set
27415 +# CONFIG_PQ2ADS is not set
27416 +CONFIG_MPC83xx=y
27417 +# CONFIG_MPC831x_RDB is not set
27418 +# CONFIG_MPC832x_MDS is not set
27419 +# CONFIG_MPC832x_RDB is not set
27420 +# CONFIG_MPC834x_MDS is not set
27421 +CONFIG_MPC834x_ITX=y
27422 +# CONFIG_MPC836x_MDS is not set
27423 +# CONFIG_MPC837x_MDS is not set
27424 +# CONFIG_MPC837x_RDB is not set
27425 +# CONFIG_SBC834x is not set
27426 +CONFIG_PPC_MPC834x=y
27427 +CONFIG_IPIC=y
27428 +# CONFIG_MPIC is not set
27429 +# CONFIG_MPIC_WEIRD is not set
27430 +# CONFIG_PPC_I8259 is not set
27431 +# CONFIG_PPC_RTAS is not set
27432 +# CONFIG_MMIO_NVRAM is not set
27433 +# CONFIG_PPC_MPC106 is not set
27434 +# CONFIG_PPC_970_NAP is not set
27435 +# CONFIG_PPC_INDIRECT_IO is not set
27436 +# CONFIG_GENERIC_IOMAP is not set
27437 +# CONFIG_CPU_FREQ is not set
27438 +# CONFIG_FSL_ULI1575 is not set
27439 +
27440 +#
27441 +# Kernel options
27442 +#
27443 +# CONFIG_HIGHMEM is not set
27444 +CONFIG_TICK_ONESHOT=y
27445 +CONFIG_NO_HZ=y
27446 +CONFIG_HIGH_RES_TIMERS=y
27447 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
27448 +# CONFIG_HZ_100 is not set
27449 +CONFIG_HZ_250=y
27450 +# CONFIG_HZ_300 is not set
27451 +# CONFIG_HZ_1000 is not set
27452 +CONFIG_HZ=250
27453 +# CONFIG_SCHED_HRTICK is not set
27454 +CONFIG_PREEMPT_NONE=y
27455 +# CONFIG_PREEMPT_VOLUNTARY is not set
27456 +# CONFIG_PREEMPT is not set
27457 +CONFIG_BINFMT_ELF=y
27458 +# CONFIG_BINFMT_MISC is not set
27459 +# CONFIG_IOMMU_HELPER is not set
27460 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
27461 +CONFIG_ARCH_HAS_WALK_MEMORY=y
27462 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
27463 +CONFIG_ARCH_FLATMEM_ENABLE=y
27464 +CONFIG_ARCH_POPULATES_NODE_MAP=y
27465 +CONFIG_SELECT_MEMORY_MODEL=y
27466 +CONFIG_FLATMEM_MANUAL=y
27467 +# CONFIG_DISCONTIGMEM_MANUAL is not set
27468 +# CONFIG_SPARSEMEM_MANUAL is not set
27469 +CONFIG_FLATMEM=y
27470 +CONFIG_FLAT_NODE_MEM_MAP=y
27471 +# CONFIG_SPARSEMEM_STATIC is not set
27472 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
27473 +CONFIG_SPLIT_PTLOCK_CPUS=4
27474 +# CONFIG_RESOURCES_64BIT is not set
27475 +CONFIG_ZONE_DMA_FLAG=1
27476 +CONFIG_BOUNCE=y
27477 +CONFIG_VIRT_TO_BUS=y
27478 +CONFIG_PROC_DEVICETREE=y
27479 +# CONFIG_CMDLINE_BOOL is not set
27480 +# CONFIG_PM is not set
27481 +CONFIG_SECCOMP=y
27482 +CONFIG_ISA_DMA_API=y
27483 +
27484 +#
27485 +# Bus options
27486 +#
27487 +CONFIG_ZONE_DMA=y
27488 +CONFIG_GENERIC_ISA_DMA=y
27489 +CONFIG_PPC_INDIRECT_PCI=y
27490 +CONFIG_FSL_SOC=y
27491 +CONFIG_PCI=y
27492 +CONFIG_PCI_DOMAINS=y
27493 +CONFIG_PCI_SYSCALL=y
27494 +# CONFIG_PCIEPORTBUS is not set
27495 +CONFIG_ARCH_SUPPORTS_MSI=y
27496 +# CONFIG_PCI_MSI is not set
27497 +CONFIG_PCI_LEGACY=y
27498 +# CONFIG_PCCARD is not set
27499 +# CONFIG_HOTPLUG_PCI is not set
27500 +
27501 +#
27502 +# Advanced setup
27503 +#
27504 +# CONFIG_ADVANCED_OPTIONS is not set
27505 +
27506 +#
27507 +# Default settings for advanced configuration options are used
27508 +#
27509 +CONFIG_HIGHMEM_START=0xfe000000
27510 +CONFIG_LOWMEM_SIZE=0x30000000
27511 +CONFIG_KERNEL_START=0xc0000000
27512 +CONFIG_TASK_SIZE=0xc0000000
27513 +CONFIG_BOOT_LOAD=0x00800000
27514 +
27515 +#
27516 +# Networking
27517 +#
27518 +CONFIG_NET=y
27519 +
27520 +#
27521 +# Networking options
27522 +#
27523 +CONFIG_PACKET=y
27524 +# CONFIG_PACKET_MMAP is not set
27525 +CONFIG_UNIX=y
27526 +CONFIG_XFRM=y
27527 +# CONFIG_XFRM_USER is not set
27528 +# CONFIG_XFRM_SUB_POLICY is not set
27529 +# CONFIG_XFRM_MIGRATE is not set
27530 +# CONFIG_XFRM_STATISTICS is not set
27531 +# CONFIG_NET_KEY is not set
27532 +CONFIG_INET=y
27533 +CONFIG_IP_MULTICAST=y
27534 +# CONFIG_IP_ADVANCED_ROUTER is not set
27535 +CONFIG_IP_FIB_HASH=y
27536 +CONFIG_IP_PNP=y
27537 +CONFIG_IP_PNP_DHCP=y
27538 +CONFIG_IP_PNP_BOOTP=y
27539 +# CONFIG_IP_PNP_RARP is not set
27540 +# CONFIG_NET_IPIP is not set
27541 +# CONFIG_NET_IPGRE is not set
27542 +# CONFIG_IP_MROUTE is not set
27543 +# CONFIG_ARPD is not set
27544 +CONFIG_SYN_COOKIES=y
27545 +# CONFIG_INET_AH is not set
27546 +# CONFIG_INET_ESP is not set
27547 +# CONFIG_INET_IPCOMP is not set
27548 +# CONFIG_INET_XFRM_TUNNEL is not set
27549 +# CONFIG_INET_TUNNEL is not set
27550 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
27551 +CONFIG_INET_XFRM_MODE_TUNNEL=y
27552 +CONFIG_INET_XFRM_MODE_BEET=y
27553 +# CONFIG_INET_LRO is not set
27554 +CONFIG_INET_DIAG=y
27555 +CONFIG_INET_TCP_DIAG=y
27556 +# CONFIG_TCP_CONG_ADVANCED is not set
27557 +CONFIG_TCP_CONG_CUBIC=y
27558 +CONFIG_DEFAULT_TCP_CONG="cubic"
27559 +# CONFIG_TCP_MD5SIG is not set
27560 +# CONFIG_IPV6 is not set
27561 +# CONFIG_INET6_XFRM_TUNNEL is not set
27562 +# CONFIG_INET6_TUNNEL is not set
27563 +# CONFIG_NETWORK_SECMARK is not set
27564 +# CONFIG_NETFILTER is not set
27565 +# CONFIG_IP_DCCP is not set
27566 +# CONFIG_IP_SCTP is not set
27567 +# CONFIG_TIPC is not set
27568 +# CONFIG_ATM is not set
27569 +# CONFIG_BRIDGE is not set
27570 +# CONFIG_VLAN_8021Q is not set
27571 +# CONFIG_DECNET is not set
27572 +# CONFIG_LLC2 is not set
27573 +# CONFIG_IPX is not set
27574 +# CONFIG_ATALK is not set
27575 +# CONFIG_X25 is not set
27576 +# CONFIG_LAPB is not set
27577 +# CONFIG_ECONET is not set
27578 +# CONFIG_WAN_ROUTER is not set
27579 +# CONFIG_NET_SCHED is not set
27580 +
27581 +#
27582 +# Network testing
27583 +#
27584 +# CONFIG_NET_PKTGEN is not set
27585 +# CONFIG_HAMRADIO is not set
27586 +# CONFIG_CAN is not set
27587 +# CONFIG_IRDA is not set
27588 +# CONFIG_BT is not set
27589 +# CONFIG_AF_RXRPC is not set
27590 +
27591 +#
27592 +# Wireless
27593 +#
27594 +# CONFIG_CFG80211 is not set
27595 +# CONFIG_WIRELESS_EXT is not set
27596 +# CONFIG_MAC80211 is not set
27597 +# CONFIG_IEEE80211 is not set
27598 +# CONFIG_RFKILL is not set
27599 +# CONFIG_NET_9P is not set
27600 +
27601 +#
27602 +# Device Drivers
27603 +#
27604 +
27605 +#
27606 +# Generic Driver Options
27607 +#
27608 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
27609 +CONFIG_STANDALONE=y
27610 +CONFIG_PREVENT_FIRMWARE_BUILD=y
27611 +# CONFIG_FW_LOADER is not set
27612 +# CONFIG_SYS_HYPERVISOR is not set
27613 +# CONFIG_CONNECTOR is not set
27614 +CONFIG_MTD=y
27615 +# CONFIG_MTD_DEBUG is not set
27616 +# CONFIG_MTD_CONCAT is not set
27617 +# CONFIG_MTD_PARTITIONS is not set
27618 +
27619 +#
27620 +# User Modules And Translation Layers
27621 +#
27622 +CONFIG_MTD_CHAR=y
27623 +# CONFIG_MTD_BLKDEVS is not set
27624 +# CONFIG_MTD_BLOCK is not set
27625 +# CONFIG_MTD_BLOCK_RO is not set
27626 +# CONFIG_FTL is not set
27627 +# CONFIG_NFTL is not set
27628 +# CONFIG_INFTL is not set
27629 +# CONFIG_RFD_FTL is not set
27630 +# CONFIG_SSFDC is not set
27631 +# CONFIG_MTD_OOPS is not set
27632 +
27633 +#
27634 +# RAM/ROM/Flash chip drivers
27635 +#
27636 +CONFIG_MTD_CFI=y
27637 +# CONFIG_MTD_JEDECPROBE is not set
27638 +CONFIG_MTD_GEN_PROBE=y
27639 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
27640 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
27641 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
27642 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
27643 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
27644 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
27645 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
27646 +CONFIG_MTD_CFI_I1=y
27647 +CONFIG_MTD_CFI_I2=y
27648 +# CONFIG_MTD_CFI_I4 is not set
27649 +# CONFIG_MTD_CFI_I8 is not set
27650 +# CONFIG_MTD_CFI_INTELEXT is not set
27651 +CONFIG_MTD_CFI_AMDSTD=y
27652 +# CONFIG_MTD_CFI_STAA is not set
27653 +CONFIG_MTD_CFI_UTIL=y
27654 +# CONFIG_MTD_RAM is not set
27655 +# CONFIG_MTD_ROM is not set
27656 +# CONFIG_MTD_ABSENT is not set
27657 +
27658 +#
27659 +# Mapping drivers for chip access
27660 +#
27661 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
27662 +CONFIG_MTD_PHYSMAP=y
27663 +CONFIG_MTD_PHYSMAP_START=0xfe000000
27664 +CONFIG_MTD_PHYSMAP_LEN=0x800000
27665 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
27666 +# CONFIG_MTD_PHYSMAP_OF is not set
27667 +# CONFIG_MTD_INTEL_VR_NOR is not set
27668 +# CONFIG_MTD_PLATRAM is not set
27669 +
27670 +#
27671 +# Self-contained MTD device drivers
27672 +#
27673 +# CONFIG_MTD_PMC551 is not set
27674 +# CONFIG_MTD_DATAFLASH is not set
27675 +# CONFIG_MTD_M25P80 is not set
27676 +# CONFIG_MTD_SLRAM is not set
27677 +# CONFIG_MTD_PHRAM is not set
27678 +# CONFIG_MTD_MTDRAM is not set
27679 +# CONFIG_MTD_BLOCK2MTD is not set
27680 +
27681 +#
27682 +# Disk-On-Chip Device Drivers
27683 +#
27684 +# CONFIG_MTD_DOC2000 is not set
27685 +# CONFIG_MTD_DOC2001 is not set
27686 +# CONFIG_MTD_DOC2001PLUS is not set
27687 +# CONFIG_MTD_NAND is not set
27688 +# CONFIG_MTD_ONENAND is not set
27689 +
27690 +#
27691 +# UBI - Unsorted block images
27692 +#
27693 +# CONFIG_MTD_UBI is not set
27694 +CONFIG_OF_DEVICE=y
27695 +# CONFIG_PARPORT is not set
27696 +CONFIG_BLK_DEV=y
27697 +# CONFIG_BLK_DEV_FD is not set
27698 +# CONFIG_BLK_CPQ_DA is not set
27699 +# CONFIG_BLK_CPQ_CISS_DA is not set
27700 +# CONFIG_BLK_DEV_DAC960 is not set
27701 +# CONFIG_BLK_DEV_UMEM is not set
27702 +# CONFIG_BLK_DEV_COW_COMMON is not set
27703 +CONFIG_BLK_DEV_LOOP=y
27704 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
27705 +# CONFIG_BLK_DEV_NBD is not set
27706 +# CONFIG_BLK_DEV_SX8 is not set
27707 +# CONFIG_BLK_DEV_UB is not set
27708 +CONFIG_BLK_DEV_RAM=y
27709 +CONFIG_BLK_DEV_RAM_COUNT=16
27710 +CONFIG_BLK_DEV_RAM_SIZE=32768
27711 +# CONFIG_BLK_DEV_XIP is not set
27712 +# CONFIG_CDROM_PKTCDVD is not set
27713 +# CONFIG_ATA_OVER_ETH is not set
27714 +CONFIG_MISC_DEVICES=y
27715 +# CONFIG_PHANTOM is not set
27716 +# CONFIG_EEPROM_93CX6 is not set
27717 +# CONFIG_SGI_IOC4 is not set
27718 +# CONFIG_TIFM_CORE is not set
27719 +# CONFIG_ENCLOSURE_SERVICES is not set
27720 +CONFIG_HAVE_IDE=y
27721 +# CONFIG_IDE is not set
27722 +
27723 +#
27724 +# SCSI device support
27725 +#
27726 +# CONFIG_RAID_ATTRS is not set
27727 +CONFIG_SCSI=y
27728 +CONFIG_SCSI_DMA=y
27729 +# CONFIG_SCSI_TGT is not set
27730 +# CONFIG_SCSI_NETLINK is not set
27731 +CONFIG_SCSI_PROC_FS=y
27732 +
27733 +#
27734 +# SCSI support type (disk, tape, CD-ROM)
27735 +#
27736 +CONFIG_BLK_DEV_SD=y
27737 +# CONFIG_CHR_DEV_ST is not set
27738 +# CONFIG_CHR_DEV_OSST is not set
27739 +# CONFIG_BLK_DEV_SR is not set
27740 +CONFIG_CHR_DEV_SG=y
27741 +# CONFIG_CHR_DEV_SCH is not set
27742 +
27743 +#
27744 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
27745 +#
27746 +# CONFIG_SCSI_MULTI_LUN is not set
27747 +# CONFIG_SCSI_CONSTANTS is not set
27748 +# CONFIG_SCSI_LOGGING is not set
27749 +# CONFIG_SCSI_SCAN_ASYNC is not set
27750 +CONFIG_SCSI_WAIT_SCAN=m
27751 +
27752 +#
27753 +# SCSI Transports
27754 +#
27755 +CONFIG_SCSI_SPI_ATTRS=y
27756 +# CONFIG_SCSI_FC_ATTRS is not set
27757 +# CONFIG_SCSI_ISCSI_ATTRS is not set
27758 +# CONFIG_SCSI_SAS_LIBSAS is not set
27759 +# CONFIG_SCSI_SRP_ATTRS is not set
27760 +CONFIG_SCSI_LOWLEVEL=y
27761 +# CONFIG_ISCSI_TCP is not set
27762 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
27763 +# CONFIG_SCSI_3W_9XXX is not set
27764 +# CONFIG_SCSI_ACARD is not set
27765 +# CONFIG_SCSI_AACRAID is not set
27766 +# CONFIG_SCSI_AIC7XXX is not set
27767 +# CONFIG_SCSI_AIC7XXX_OLD is not set
27768 +# CONFIG_SCSI_AIC79XX is not set
27769 +# CONFIG_SCSI_AIC94XX is not set
27770 +# CONFIG_SCSI_DPT_I2O is not set
27771 +# CONFIG_SCSI_ADVANSYS is not set
27772 +# CONFIG_SCSI_ARCMSR is not set
27773 +# CONFIG_MEGARAID_NEWGEN is not set
27774 +# CONFIG_MEGARAID_LEGACY is not set
27775 +# CONFIG_MEGARAID_SAS is not set
27776 +# CONFIG_SCSI_HPTIOP is not set
27777 +# CONFIG_SCSI_BUSLOGIC is not set
27778 +# CONFIG_SCSI_DMX3191D is not set
27779 +# CONFIG_SCSI_EATA is not set
27780 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
27781 +# CONFIG_SCSI_GDTH is not set
27782 +# CONFIG_SCSI_IPS is not set
27783 +# CONFIG_SCSI_INITIO is not set
27784 +# CONFIG_SCSI_INIA100 is not set
27785 +# CONFIG_SCSI_MVSAS is not set
27786 +# CONFIG_SCSI_STEX is not set
27787 +# CONFIG_SCSI_SYM53C8XX_2 is not set
27788 +# CONFIG_SCSI_QLOGIC_1280 is not set
27789 +# CONFIG_SCSI_QLA_FC is not set
27790 +# CONFIG_SCSI_QLA_ISCSI is not set
27791 +# CONFIG_SCSI_LPFC is not set
27792 +# CONFIG_SCSI_DC395x is not set
27793 +# CONFIG_SCSI_DC390T is not set
27794 +# CONFIG_SCSI_NSP32 is not set
27795 +# CONFIG_SCSI_DEBUG is not set
27796 +# CONFIG_SCSI_SRP is not set
27797 +# CONFIG_ATA is not set
27798 +# CONFIG_MD is not set
27799 +# CONFIG_FUSION is not set
27800 +
27801 +#
27802 +# IEEE 1394 (FireWire) support
27803 +#
27804 +# CONFIG_FIREWIRE is not set
27805 +# CONFIG_IEEE1394 is not set
27806 +# CONFIG_I2O is not set
27807 +# CONFIG_MACINTOSH_DRIVERS is not set
27808 +CONFIG_NETDEVICES=y
27809 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
27810 +# CONFIG_DUMMY is not set
27811 +# CONFIG_BONDING is not set
27812 +# CONFIG_MACVLAN is not set
27813 +# CONFIG_EQUALIZER is not set
27814 +# CONFIG_TUN is not set
27815 +# CONFIG_VETH is not set
27816 +# CONFIG_ARCNET is not set
27817 +CONFIG_PHYLIB=y
27818 +
27819 +#
27820 +# MII PHY device drivers
27821 +#
27822 +# CONFIG_MARVELL_PHY is not set
27823 +# CONFIG_DAVICOM_PHY is not set
27824 +# CONFIG_QSEMI_PHY is not set
27825 +# CONFIG_LXT_PHY is not set
27826 +CONFIG_CICADA_PHY=y
27827 +# CONFIG_VITESSE_PHY is not set
27828 +# CONFIG_SMSC_PHY is not set
27829 +# CONFIG_BROADCOM_PHY is not set
27830 +# CONFIG_ICPLUS_PHY is not set
27831 +# CONFIG_REALTEK_PHY is not set
27832 +# CONFIG_FIXED_PHY is not set
27833 +# CONFIG_MDIO_BITBANG is not set
27834 +# CONFIG_NET_ETHERNET is not set
27835 +CONFIG_NETDEV_1000=y
27836 +# CONFIG_ACENIC is not set
27837 +# CONFIG_DL2K is not set
27838 +# CONFIG_E1000 is not set
27839 +# CONFIG_E1000E is not set
27840 +# CONFIG_E1000E_ENABLED is not set
27841 +# CONFIG_IP1000 is not set
27842 +# CONFIG_IGB is not set
27843 +# CONFIG_NS83820 is not set
27844 +# CONFIG_HAMACHI is not set
27845 +# CONFIG_YELLOWFIN is not set
27846 +# CONFIG_R8169 is not set
27847 +# CONFIG_SIS190 is not set
27848 +# CONFIG_SKGE is not set
27849 +# CONFIG_SKY2 is not set
27850 +# CONFIG_SK98LIN is not set
27851 +# CONFIG_VIA_VELOCITY is not set
27852 +# CONFIG_TIGON3 is not set
27853 +# CONFIG_BNX2 is not set
27854 +CONFIG_GIANFAR=y
27855 +CONFIG_GFAR_NAPI=y
27856 +# CONFIG_QLA3XXX is not set
27857 +# CONFIG_ATL1 is not set
27858 +CONFIG_NETDEV_10000=y
27859 +# CONFIG_CHELSIO_T1 is not set
27860 +# CONFIG_CHELSIO_T3 is not set
27861 +# CONFIG_IXGBE is not set
27862 +# CONFIG_IXGB is not set
27863 +# CONFIG_S2IO is not set
27864 +# CONFIG_MYRI10GE is not set
27865 +# CONFIG_NETXEN_NIC is not set
27866 +# CONFIG_NIU is not set
27867 +# CONFIG_MLX4_CORE is not set
27868 +# CONFIG_TEHUTI is not set
27869 +# CONFIG_BNX2X is not set
27870 +# CONFIG_TR is not set
27871 +
27872 +#
27873 +# Wireless LAN
27874 +#
27875 +# CONFIG_WLAN_PRE80211 is not set
27876 +# CONFIG_WLAN_80211 is not set
27877 +
27878 +#
27879 +# USB Network Adapters
27880 +#
27881 +# CONFIG_USB_CATC is not set
27882 +# CONFIG_USB_KAWETH is not set
27883 +# CONFIG_USB_PEGASUS is not set
27884 +# CONFIG_USB_RTL8150 is not set
27885 +# CONFIG_USB_USBNET is not set
27886 +# CONFIG_WAN is not set
27887 +# CONFIG_FDDI is not set
27888 +# CONFIG_HIPPI is not set
27889 +# CONFIG_PPP is not set
27890 +# CONFIG_SLIP is not set
27891 +# CONFIG_NET_FC is not set
27892 +# CONFIG_NETCONSOLE is not set
27893 +# CONFIG_NETPOLL is not set
27894 +# CONFIG_NET_POLL_CONTROLLER is not set
27895 +# CONFIG_ISDN is not set
27896 +# CONFIG_PHONE is not set
27897 +
27898 +#
27899 +# Input device support
27900 +#
27901 +# CONFIG_INPUT is not set
27902 +
27903 +#
27904 +# Hardware I/O ports
27905 +#
27906 +# CONFIG_SERIO is not set
27907 +# CONFIG_GAMEPORT is not set
27908 +
27909 +#
27910 +# Character devices
27911 +#
27912 +# CONFIG_VT is not set
27913 +# CONFIG_SERIAL_NONSTANDARD is not set
27914 +# CONFIG_NOZOMI is not set
27915 +
27916 +#
27917 +# Serial drivers
27918 +#
27919 +CONFIG_SERIAL_8250=y
27920 +CONFIG_SERIAL_8250_CONSOLE=y
27921 +# CONFIG_SERIAL_8250_PCI is not set
27922 +CONFIG_SERIAL_8250_NR_UARTS=4
27923 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
27924 +# CONFIG_SERIAL_8250_EXTENDED is not set
27925 +
27926 +#
27927 +# Non-8250 serial port support
27928 +#
27929 +# CONFIG_SERIAL_UARTLITE is not set
27930 +CONFIG_SERIAL_CORE=y
27931 +CONFIG_SERIAL_CORE_CONSOLE=y
27932 +# CONFIG_SERIAL_JSM is not set
27933 +# CONFIG_SERIAL_OF_PLATFORM is not set
27934 +CONFIG_UNIX98_PTYS=y
27935 +CONFIG_LEGACY_PTYS=y
27936 +CONFIG_LEGACY_PTY_COUNT=256
27937 +# CONFIG_IPMI_HANDLER is not set
27938 +CONFIG_HW_RANDOM=y
27939 +# CONFIG_NVRAM is not set
27940 +# CONFIG_GEN_RTC is not set
27941 +# CONFIG_R3964 is not set
27942 +# CONFIG_APPLICOM is not set
27943 +# CONFIG_RAW_DRIVER is not set
27944 +# CONFIG_TCG_TPM is not set
27945 +CONFIG_DEVPORT=y
27946 +CONFIG_I2C=y
27947 +CONFIG_I2C_BOARDINFO=y
27948 +CONFIG_I2C_CHARDEV=y
27949 +
27950 +#
27951 +# I2C Algorithms
27952 +#
27953 +# CONFIG_I2C_ALGOBIT is not set
27954 +# CONFIG_I2C_ALGOPCF is not set
27955 +# CONFIG_I2C_ALGOPCA is not set
27956 +
27957 +#
27958 +# I2C Hardware Bus support
27959 +#
27960 +# CONFIG_I2C_ALI1535 is not set
27961 +# CONFIG_I2C_ALI1563 is not set
27962 +# CONFIG_I2C_ALI15X3 is not set
27963 +# CONFIG_I2C_AMD756 is not set
27964 +# CONFIG_I2C_AMD8111 is not set
27965 +# CONFIG_I2C_I801 is not set
27966 +# CONFIG_I2C_I810 is not set
27967 +# CONFIG_I2C_PIIX4 is not set
27968 +CONFIG_I2C_MPC=y
27969 +# CONFIG_I2C_NFORCE2 is not set
27970 +# CONFIG_I2C_OCORES is not set
27971 +# CONFIG_I2C_PARPORT_LIGHT is not set
27972 +# CONFIG_I2C_PROSAVAGE is not set
27973 +# CONFIG_I2C_SAVAGE4 is not set
27974 +# CONFIG_I2C_SIMTEC is not set
27975 +# CONFIG_I2C_SIS5595 is not set
27976 +# CONFIG_I2C_SIS630 is not set
27977 +# CONFIG_I2C_SIS96X is not set
27978 +# CONFIG_I2C_TAOS_EVM is not set
27979 +# CONFIG_I2C_STUB is not set
27980 +# CONFIG_I2C_TINY_USB is not set
27981 +# CONFIG_I2C_VIA is not set
27982 +# CONFIG_I2C_VIAPRO is not set
27983 +# CONFIG_I2C_VOODOO3 is not set
27984 +
27985 +#
27986 +# Miscellaneous I2C Chip support
27987 +#
27988 +# CONFIG_DS1682 is not set
27989 +# CONFIG_SENSORS_EEPROM is not set
27990 +CONFIG_SENSORS_PCF8574=y
27991 +# CONFIG_PCF8575 is not set
27992 +# CONFIG_SENSORS_PCF8591 is not set
27993 +# CONFIG_TPS65010 is not set
27994 +# CONFIG_SENSORS_MAX6875 is not set
27995 +# CONFIG_SENSORS_TSL2550 is not set
27996 +# CONFIG_I2C_DEBUG_CORE is not set
27997 +# CONFIG_I2C_DEBUG_ALGO is not set
27998 +# CONFIG_I2C_DEBUG_BUS is not set
27999 +# CONFIG_I2C_DEBUG_CHIP is not set
28000 +
28001 +#
28002 +# SPI support
28003 +#
28004 +CONFIG_SPI=y
28005 +CONFIG_SPI_MASTER=y
28006 +
28007 +#
28008 +# SPI Master Controller Drivers
28009 +#
28010 +CONFIG_SPI_BITBANG=y
28011 +CONFIG_SPI_MPC83xx=y
28012 +
28013 +#
28014 +# SPI Protocol Masters
28015 +#
28016 +# CONFIG_SPI_AT25 is not set
28017 +# CONFIG_SPI_SPIDEV is not set
28018 +# CONFIG_SPI_TLE62X0 is not set
28019 +# CONFIG_W1 is not set
28020 +# CONFIG_POWER_SUPPLY is not set
28021 +# CONFIG_HWMON is not set
28022 +# CONFIG_THERMAL is not set
28023 +CONFIG_WATCHDOG=y
28024 +# CONFIG_WATCHDOG_NOWAYOUT is not set
28025 +
28026 +#
28027 +# Watchdog Device Drivers
28028 +#
28029 +# CONFIG_SOFT_WATCHDOG is not set
28030 +CONFIG_83xx_WDT=y
28031 +
28032 +#
28033 +# PCI-based Watchdog Cards
28034 +#
28035 +# CONFIG_PCIPCWATCHDOG is not set
28036 +# CONFIG_WDTPCI is not set
28037 +
28038 +#
28039 +# USB-based Watchdog Cards
28040 +#
28041 +# CONFIG_USBPCWATCHDOG is not set
28042 +
28043 +#
28044 +# Sonics Silicon Backplane
28045 +#
28046 +CONFIG_SSB_POSSIBLE=y
28047 +# CONFIG_SSB is not set
28048 +
28049 +#
28050 +# Multifunction device drivers
28051 +#
28052 +# CONFIG_MFD_SM501 is not set
28053 +
28054 +#
28055 +# Multimedia devices
28056 +#
28057 +# CONFIG_VIDEO_DEV is not set
28058 +# CONFIG_DVB_CORE is not set
28059 +CONFIG_DAB=y
28060 +# CONFIG_USB_DABUSB is not set
28061 +
28062 +#
28063 +# Graphics support
28064 +#
28065 +# CONFIG_AGP is not set
28066 +# CONFIG_DRM is not set
28067 +# CONFIG_VGASTATE is not set
28068 +CONFIG_VIDEO_OUTPUT_CONTROL=m
28069 +# CONFIG_FB is not set
28070 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
28071 +
28072 +#
28073 +# Display device support
28074 +#
28075 +# CONFIG_DISPLAY_SUPPORT is not set
28076 +
28077 +#
28078 +# Sound
28079 +#
28080 +# CONFIG_SOUND is not set
28081 +CONFIG_USB_SUPPORT=y
28082 +CONFIG_USB_ARCH_HAS_HCD=y
28083 +CONFIG_USB_ARCH_HAS_OHCI=y
28084 +CONFIG_USB_ARCH_HAS_EHCI=y
28085 +CONFIG_USB=y
28086 +# CONFIG_USB_DEBUG is not set
28087 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
28088 +
28089 +#
28090 +# Miscellaneous USB options
28091 +#
28092 +# CONFIG_USB_DEVICEFS is not set
28093 +CONFIG_USB_DEVICE_CLASS=y
28094 +# CONFIG_USB_DYNAMIC_MINORS is not set
28095 +# CONFIG_USB_OTG is not set
28096 +
28097 +#
28098 +# USB Host Controller Drivers
28099 +#
28100 +CONFIG_USB_EHCI_HCD=y
28101 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
28102 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
28103 +CONFIG_USB_EHCI_FSL=y
28104 +CONFIG_USB_EHCI_HCD_PPC_OF=y
28105 +# CONFIG_USB_ISP116X_HCD is not set
28106 +# CONFIG_USB_OHCI_HCD is not set
28107 +CONFIG_USB_UHCI_HCD=y
28108 +# CONFIG_USB_SL811_HCD is not set
28109 +# CONFIG_USB_R8A66597_HCD is not set
28110 +
28111 +#
28112 +# USB Device Class drivers
28113 +#
28114 +# CONFIG_USB_ACM is not set
28115 +# CONFIG_USB_PRINTER is not set
28116 +
28117 +#
28118 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
28119 +#
28120 +
28121 +#
28122 +# may also be needed; see USB_STORAGE Help for more information
28123 +#
28124 +CONFIG_USB_STORAGE=y
28125 +# CONFIG_USB_STORAGE_DEBUG is not set
28126 +# CONFIG_USB_STORAGE_DATAFAB is not set
28127 +# CONFIG_USB_STORAGE_FREECOM is not set
28128 +# CONFIG_USB_STORAGE_ISD200 is not set
28129 +# CONFIG_USB_STORAGE_DPCM is not set
28130 +# CONFIG_USB_STORAGE_USBAT is not set
28131 +# CONFIG_USB_STORAGE_SDDR09 is not set
28132 +# CONFIG_USB_STORAGE_SDDR55 is not set
28133 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
28134 +# CONFIG_USB_STORAGE_ALAUDA is not set
28135 +# CONFIG_USB_STORAGE_KARMA is not set
28136 +# CONFIG_USB_LIBUSUAL is not set
28137 +
28138 +#
28139 +# USB Imaging devices
28140 +#
28141 +# CONFIG_USB_MDC800 is not set
28142 +# CONFIG_USB_MICROTEK is not set
28143 +CONFIG_USB_MON=y
28144 +
28145 +#
28146 +# USB port drivers
28147 +#
28148 +# CONFIG_USB_SERIAL is not set
28149 +
28150 +#
28151 +# USB Miscellaneous drivers
28152 +#
28153 +# CONFIG_USB_EMI62 is not set
28154 +# CONFIG_USB_EMI26 is not set
28155 +# CONFIG_USB_ADUTUX is not set
28156 +# CONFIG_USB_AUERSWALD is not set
28157 +# CONFIG_USB_RIO500 is not set
28158 +# CONFIG_USB_LEGOTOWER is not set
28159 +# CONFIG_USB_LCD is not set
28160 +# CONFIG_USB_BERRY_CHARGE is not set
28161 +# CONFIG_USB_LED is not set
28162 +# CONFIG_USB_CYPRESS_CY7C63 is not set
28163 +# CONFIG_USB_CYTHERM is not set
28164 +# CONFIG_USB_PHIDGET is not set
28165 +# CONFIG_USB_IDMOUSE is not set
28166 +# CONFIG_USB_FTDI_ELAN is not set
28167 +# CONFIG_USB_APPLEDISPLAY is not set
28168 +# CONFIG_USB_SISUSBVGA is not set
28169 +# CONFIG_USB_LD is not set
28170 +# CONFIG_USB_TRANCEVIBRATOR is not set
28171 +# CONFIG_USB_IOWARRIOR is not set
28172 +# CONFIG_USB_GADGET is not set
28173 +# CONFIG_MMC is not set
28174 +# CONFIG_MEMSTICK is not set
28175 +# CONFIG_NEW_LEDS is not set
28176 +# CONFIG_INFINIBAND is not set
28177 +# CONFIG_EDAC is not set
28178 +CONFIG_RTC_LIB=y
28179 +CONFIG_RTC_CLASS=y
28180 +CONFIG_RTC_HCTOSYS=y
28181 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
28182 +# CONFIG_RTC_DEBUG is not set
28183 +
28184 +#
28185 +# RTC interfaces
28186 +#
28187 +CONFIG_RTC_INTF_SYSFS=y
28188 +CONFIG_RTC_INTF_PROC=y
28189 +CONFIG_RTC_INTF_DEV=y
28190 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
28191 +# CONFIG_RTC_DRV_TEST is not set
28192 +
28193 +#
28194 +# I2C RTC drivers
28195 +#
28196 +CONFIG_RTC_DRV_DS1307=y
28197 +# CONFIG_RTC_DRV_DS1374 is not set
28198 +# CONFIG_RTC_DRV_DS1672 is not set
28199 +# CONFIG_RTC_DRV_MAX6900 is not set
28200 +# CONFIG_RTC_DRV_RS5C372 is not set
28201 +# CONFIG_RTC_DRV_ISL1208 is not set
28202 +# CONFIG_RTC_DRV_X1205 is not set
28203 +# CONFIG_RTC_DRV_PCF8563 is not set
28204 +# CONFIG_RTC_DRV_PCF8583 is not set
28205 +# CONFIG_RTC_DRV_M41T80 is not set
28206 +# CONFIG_RTC_DRV_S35390A is not set
28207 +
28208 +#
28209 +# SPI RTC drivers
28210 +#
28211 +# CONFIG_RTC_DRV_MAX6902 is not set
28212 +# CONFIG_RTC_DRV_R9701 is not set
28213 +# CONFIG_RTC_DRV_RS5C348 is not set
28214 +
28215 +#
28216 +# Platform RTC drivers
28217 +#
28218 +# CONFIG_RTC_DRV_CMOS is not set
28219 +# CONFIG_RTC_DRV_DS1511 is not set
28220 +# CONFIG_RTC_DRV_DS1553 is not set
28221 +# CONFIG_RTC_DRV_DS1742 is not set
28222 +# CONFIG_RTC_DRV_STK17TA8 is not set
28223 +# CONFIG_RTC_DRV_M48T86 is not set
28224 +# CONFIG_RTC_DRV_M48T59 is not set
28225 +# CONFIG_RTC_DRV_V3020 is not set
28226 +
28227 +#
28228 +# on-CPU RTC drivers
28229 +#
28230 +# CONFIG_DMADEVICES is not set
28231 +
28232 +#
28233 +# Userspace I/O
28234 +#
28235 +# CONFIG_UIO is not set
28236 +
28237 +#
28238 +# File systems
28239 +#
28240 +CONFIG_EXT2_FS=y
28241 +# CONFIG_EXT2_FS_XATTR is not set
28242 +# CONFIG_EXT2_FS_XIP is not set
28243 +CONFIG_EXT3_FS=y
28244 +CONFIG_EXT3_FS_XATTR=y
28245 +# CONFIG_EXT3_FS_POSIX_ACL is not set
28246 +# CONFIG_EXT3_FS_SECURITY is not set
28247 +# CONFIG_EXT4DEV_FS is not set
28248 +CONFIG_JBD=y
28249 +CONFIG_FS_MBCACHE=y
28250 +# CONFIG_REISERFS_FS is not set
28251 +# CONFIG_JFS_FS is not set
28252 +# CONFIG_FS_POSIX_ACL is not set
28253 +# CONFIG_XFS_FS is not set
28254 +# CONFIG_GFS2_FS is not set
28255 +# CONFIG_OCFS2_FS is not set
28256 +CONFIG_DNOTIFY=y
28257 +CONFIG_INOTIFY=y
28258 +CONFIG_INOTIFY_USER=y
28259 +# CONFIG_QUOTA is not set
28260 +# CONFIG_AUTOFS_FS is not set
28261 +# CONFIG_AUTOFS4_FS is not set
28262 +# CONFIG_FUSE_FS is not set
28263 +
28264 +#
28265 +# CD-ROM/DVD Filesystems
28266 +#
28267 +# CONFIG_ISO9660_FS is not set
28268 +# CONFIG_UDF_FS is not set
28269 +
28270 +#
28271 +# DOS/FAT/NT Filesystems
28272 +#
28273 +CONFIG_FAT_FS=y
28274 +CONFIG_MSDOS_FS=y
28275 +CONFIG_VFAT_FS=y
28276 +CONFIG_FAT_DEFAULT_CODEPAGE=437
28277 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
28278 +# CONFIG_NTFS_FS is not set
28279 +
28280 +#
28281 +# Pseudo filesystems
28282 +#
28283 +CONFIG_PROC_FS=y
28284 +CONFIG_PROC_KCORE=y
28285 +CONFIG_PROC_SYSCTL=y
28286 +CONFIG_SYSFS=y
28287 +CONFIG_TMPFS=y
28288 +# CONFIG_TMPFS_POSIX_ACL is not set
28289 +# CONFIG_HUGETLB_PAGE is not set
28290 +# CONFIG_CONFIGFS_FS is not set
28291 +
28292 +#
28293 +# Miscellaneous filesystems
28294 +#
28295 +# CONFIG_ADFS_FS is not set
28296 +# CONFIG_AFFS_FS is not set
28297 +# CONFIG_HFS_FS is not set
28298 +# CONFIG_HFSPLUS_FS is not set
28299 +# CONFIG_BEFS_FS is not set
28300 +# CONFIG_BFS_FS is not set
28301 +# CONFIG_EFS_FS is not set
28302 +# CONFIG_JFFS2_FS is not set
28303 +# CONFIG_CRAMFS is not set
28304 +# CONFIG_VXFS_FS is not set
28305 +# CONFIG_MINIX_FS is not set
28306 +# CONFIG_HPFS_FS is not set
28307 +# CONFIG_QNX4FS_FS is not set
28308 +# CONFIG_ROMFS_FS is not set
28309 +# CONFIG_SYSV_FS is not set
28310 +# CONFIG_UFS_FS is not set
28311 +CONFIG_NETWORK_FILESYSTEMS=y
28312 +CONFIG_NFS_FS=y
28313 +CONFIG_NFS_V3=y
28314 +# CONFIG_NFS_V3_ACL is not set
28315 +CONFIG_NFS_V4=y
28316 +# CONFIG_NFS_DIRECTIO is not set
28317 +# CONFIG_NFSD is not set
28318 +CONFIG_ROOT_NFS=y
28319 +CONFIG_LOCKD=y
28320 +CONFIG_LOCKD_V4=y
28321 +CONFIG_NFS_COMMON=y
28322 +CONFIG_SUNRPC=y
28323 +CONFIG_SUNRPC_GSS=y
28324 +# CONFIG_SUNRPC_BIND34 is not set
28325 +CONFIG_RPCSEC_GSS_KRB5=y
28326 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
28327 +# CONFIG_SMB_FS is not set
28328 +# CONFIG_CIFS is not set
28329 +# CONFIG_NCP_FS is not set
28330 +# CONFIG_CODA_FS is not set
28331 +# CONFIG_AFS_FS is not set
28332 +
28333 +#
28334 +# Partition Types
28335 +#
28336 +CONFIG_PARTITION_ADVANCED=y
28337 +# CONFIG_ACORN_PARTITION is not set
28338 +# CONFIG_OSF_PARTITION is not set
28339 +# CONFIG_AMIGA_PARTITION is not set
28340 +# CONFIG_ATARI_PARTITION is not set
28341 +CONFIG_MAC_PARTITION=y
28342 +CONFIG_MSDOS_PARTITION=y
28343 +# CONFIG_BSD_DISKLABEL is not set
28344 +# CONFIG_MINIX_SUBPARTITION is not set
28345 +# CONFIG_SOLARIS_X86_PARTITION is not set
28346 +# CONFIG_UNIXWARE_DISKLABEL is not set
28347 +# CONFIG_LDM_PARTITION is not set
28348 +# CONFIG_SGI_PARTITION is not set
28349 +# CONFIG_ULTRIX_PARTITION is not set
28350 +# CONFIG_SUN_PARTITION is not set
28351 +# CONFIG_KARMA_PARTITION is not set
28352 +# CONFIG_EFI_PARTITION is not set
28353 +# CONFIG_SYSV68_PARTITION is not set
28354 +CONFIG_NLS=y
28355 +CONFIG_NLS_DEFAULT="iso8859-1"
28356 +# CONFIG_NLS_CODEPAGE_437 is not set
28357 +# CONFIG_NLS_CODEPAGE_737 is not set
28358 +# CONFIG_NLS_CODEPAGE_775 is not set
28359 +# CONFIG_NLS_CODEPAGE_850 is not set
28360 +# CONFIG_NLS_CODEPAGE_852 is not set
28361 +# CONFIG_NLS_CODEPAGE_855 is not set
28362 +# CONFIG_NLS_CODEPAGE_857 is not set
28363 +# CONFIG_NLS_CODEPAGE_860 is not set
28364 +# CONFIG_NLS_CODEPAGE_861 is not set
28365 +# CONFIG_NLS_CODEPAGE_862 is not set
28366 +# CONFIG_NLS_CODEPAGE_863 is not set
28367 +# CONFIG_NLS_CODEPAGE_864 is not set
28368 +# CONFIG_NLS_CODEPAGE_865 is not set
28369 +# CONFIG_NLS_CODEPAGE_866 is not set
28370 +# CONFIG_NLS_CODEPAGE_869 is not set
28371 +# CONFIG_NLS_CODEPAGE_936 is not set
28372 +# CONFIG_NLS_CODEPAGE_950 is not set
28373 +# CONFIG_NLS_CODEPAGE_932 is not set
28374 +# CONFIG_NLS_CODEPAGE_949 is not set
28375 +# CONFIG_NLS_CODEPAGE_874 is not set
28376 +# CONFIG_NLS_ISO8859_8 is not set
28377 +# CONFIG_NLS_CODEPAGE_1250 is not set
28378 +# CONFIG_NLS_CODEPAGE_1251 is not set
28379 +# CONFIG_NLS_ASCII is not set
28380 +# CONFIG_NLS_ISO8859_1 is not set
28381 +# CONFIG_NLS_ISO8859_2 is not set
28382 +# CONFIG_NLS_ISO8859_3 is not set
28383 +# CONFIG_NLS_ISO8859_4 is not set
28384 +# CONFIG_NLS_ISO8859_5 is not set
28385 +# CONFIG_NLS_ISO8859_6 is not set
28386 +# CONFIG_NLS_ISO8859_7 is not set
28387 +# CONFIG_NLS_ISO8859_9 is not set
28388 +# CONFIG_NLS_ISO8859_13 is not set
28389 +# CONFIG_NLS_ISO8859_14 is not set
28390 +# CONFIG_NLS_ISO8859_15 is not set
28391 +# CONFIG_NLS_KOI8_R is not set
28392 +# CONFIG_NLS_KOI8_U is not set
28393 +# CONFIG_NLS_UTF8 is not set
28394 +# CONFIG_DLM is not set
28395 +
28396 +#
28397 +# Library routines
28398 +#
28399 +CONFIG_BITREVERSE=y
28400 +# CONFIG_CRC_CCITT is not set
28401 +# CONFIG_CRC16 is not set
28402 +# CONFIG_CRC_ITU_T is not set
28403 +CONFIG_CRC32=y
28404 +# CONFIG_CRC7 is not set
28405 +# CONFIG_LIBCRC32C is not set
28406 +CONFIG_PLIST=y
28407 +CONFIG_HAS_IOMEM=y
28408 +CONFIG_HAS_IOPORT=y
28409 +CONFIG_HAS_DMA=y
28410 +
28411 +#
28412 +# Kernel hacking
28413 +#
28414 +# CONFIG_PRINTK_TIME is not set
28415 +CONFIG_ENABLE_WARN_DEPRECATED=y
28416 +CONFIG_ENABLE_MUST_CHECK=y
28417 +# CONFIG_MAGIC_SYSRQ is not set
28418 +# CONFIG_UNUSED_SYMBOLS is not set
28419 +# CONFIG_DEBUG_FS is not set
28420 +# CONFIG_HEADERS_CHECK is not set
28421 +# CONFIG_DEBUG_KERNEL is not set
28422 +# CONFIG_SLUB_DEBUG_ON is not set
28423 +# CONFIG_SLUB_STATS is not set
28424 +# CONFIG_DEBUG_BUGVERBOSE is not set
28425 +# CONFIG_SAMPLES is not set
28426 +# CONFIG_PPC_EARLY_DEBUG is not set
28427 +
28428 +#
28429 +# Security options
28430 +#
28431 +# CONFIG_KEYS is not set
28432 +# CONFIG_SECURITY is not set
28433 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
28434 +CONFIG_CRYPTO=y
28435 +CONFIG_CRYPTO_ALGAPI=y
28436 +CONFIG_CRYPTO_BLKCIPHER=y
28437 +# CONFIG_CRYPTO_SEQIV is not set
28438 +CONFIG_CRYPTO_MANAGER=y
28439 +# CONFIG_CRYPTO_HMAC is not set
28440 +# CONFIG_CRYPTO_XCBC is not set
28441 +# CONFIG_CRYPTO_NULL is not set
28442 +# CONFIG_CRYPTO_MD4 is not set
28443 +CONFIG_CRYPTO_MD5=y
28444 +# CONFIG_CRYPTO_SHA1 is not set
28445 +# CONFIG_CRYPTO_SHA256 is not set
28446 +# CONFIG_CRYPTO_SHA512 is not set
28447 +# CONFIG_CRYPTO_WP512 is not set
28448 +# CONFIG_CRYPTO_TGR192 is not set
28449 +# CONFIG_CRYPTO_GF128MUL is not set
28450 +# CONFIG_CRYPTO_ECB is not set
28451 +CONFIG_CRYPTO_CBC=y
28452 +CONFIG_CRYPTO_PCBC=m
28453 +# CONFIG_CRYPTO_LRW is not set
28454 +# CONFIG_CRYPTO_XTS is not set
28455 +# CONFIG_CRYPTO_CTR is not set
28456 +# CONFIG_CRYPTO_GCM is not set
28457 +# CONFIG_CRYPTO_CCM is not set
28458 +# CONFIG_CRYPTO_CRYPTD is not set
28459 +CONFIG_CRYPTO_DES=y
28460 +# CONFIG_CRYPTO_FCRYPT is not set
28461 +# CONFIG_CRYPTO_BLOWFISH is not set
28462 +# CONFIG_CRYPTO_TWOFISH is not set
28463 +# CONFIG_CRYPTO_SERPENT is not set
28464 +# CONFIG_CRYPTO_AES is not set
28465 +# CONFIG_CRYPTO_CAST5 is not set
28466 +# CONFIG_CRYPTO_CAST6 is not set
28467 +# CONFIG_CRYPTO_TEA is not set
28468 +# CONFIG_CRYPTO_ARC4 is not set
28469 +# CONFIG_CRYPTO_KHAZAD is not set
28470 +# CONFIG_CRYPTO_ANUBIS is not set
28471 +# CONFIG_CRYPTO_SEED is not set
28472 +# CONFIG_CRYPTO_SALSA20 is not set
28473 +# CONFIG_CRYPTO_DEFLATE is not set
28474 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
28475 +# CONFIG_CRYPTO_CRC32C is not set
28476 +# CONFIG_CRYPTO_CAMELLIA is not set
28477 +# CONFIG_CRYPTO_TEST is not set
28478 +# CONFIG_CRYPTO_AUTHENC is not set
28479 +# CONFIG_CRYPTO_LZO is not set
28480 +CONFIG_CRYPTO_HW=y
28481 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
28482 +# CONFIG_PPC_CLOCK is not set
28483 --- /dev/null
28484 +++ b/arch/powerpc/configs/83xx/mpc834x_mds_defconfig
28485 @@ -0,0 +1,1021 @@
28486 +#
28487 +# Automatically generated make config: don't edit
28488 +# Linux kernel version: 2.6.25-rc7
28489 +# Mon Mar 31 11:36:56 2008
28490 +#
28491 +# CONFIG_PPC64 is not set
28492 +
28493 +#
28494 +# Processor support
28495 +#
28496 +CONFIG_6xx=y
28497 +# CONFIG_PPC_85xx is not set
28498 +# CONFIG_PPC_8xx is not set
28499 +# CONFIG_40x is not set
28500 +# CONFIG_44x is not set
28501 +# CONFIG_E200 is not set
28502 +CONFIG_PPC_FPU=y
28503 +# CONFIG_FSL_EMB_PERFMON is not set
28504 +CONFIG_PPC_STD_MMU=y
28505 +CONFIG_PPC_STD_MMU_32=y
28506 +# CONFIG_PPC_MM_SLICES is not set
28507 +# CONFIG_SMP is not set
28508 +CONFIG_PPC32=y
28509 +CONFIG_WORD_SIZE=32
28510 +CONFIG_PPC_MERGE=y
28511 +CONFIG_MMU=y
28512 +CONFIG_GENERIC_CMOS_UPDATE=y
28513 +CONFIG_GENERIC_TIME=y
28514 +CONFIG_GENERIC_TIME_VSYSCALL=y
28515 +CONFIG_GENERIC_CLOCKEVENTS=y
28516 +CONFIG_GENERIC_HARDIRQS=y
28517 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
28518 +CONFIG_IRQ_PER_CPU=y
28519 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
28520 +CONFIG_ARCH_HAS_ILOG2_U32=y
28521 +CONFIG_GENERIC_HWEIGHT=y
28522 +CONFIG_GENERIC_CALIBRATE_DELAY=y
28523 +CONFIG_GENERIC_FIND_NEXT_BIT=y
28524 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
28525 +CONFIG_PPC=y
28526 +CONFIG_EARLY_PRINTK=y
28527 +CONFIG_GENERIC_NVRAM=y
28528 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
28529 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
28530 +CONFIG_PPC_OF=y
28531 +CONFIG_OF=y
28532 +CONFIG_PPC_UDBG_16550=y
28533 +# CONFIG_GENERIC_TBSYNC is not set
28534 +CONFIG_AUDIT_ARCH=y
28535 +CONFIG_GENERIC_BUG=y
28536 +CONFIG_DEFAULT_UIMAGE=y
28537 +# CONFIG_PPC_DCR_NATIVE is not set
28538 +# CONFIG_PPC_DCR_MMIO is not set
28539 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
28540 +
28541 +#
28542 +# General setup
28543 +#
28544 +CONFIG_EXPERIMENTAL=y
28545 +CONFIG_BROKEN_ON_SMP=y
28546 +CONFIG_INIT_ENV_ARG_LIMIT=32
28547 +CONFIG_LOCALVERSION=""
28548 +CONFIG_LOCALVERSION_AUTO=y
28549 +CONFIG_SWAP=y
28550 +CONFIG_SYSVIPC=y
28551 +CONFIG_SYSVIPC_SYSCTL=y
28552 +# CONFIG_POSIX_MQUEUE is not set
28553 +# CONFIG_BSD_PROCESS_ACCT is not set
28554 +# CONFIG_TASKSTATS is not set
28555 +# CONFIG_AUDIT is not set
28556 +# CONFIG_IKCONFIG is not set
28557 +CONFIG_LOG_BUF_SHIFT=14
28558 +# CONFIG_CGROUPS is not set
28559 +CONFIG_GROUP_SCHED=y
28560 +# CONFIG_FAIR_GROUP_SCHED is not set
28561 +# CONFIG_RT_GROUP_SCHED is not set
28562 +CONFIG_USER_SCHED=y
28563 +# CONFIG_CGROUP_SCHED is not set
28564 +CONFIG_SYSFS_DEPRECATED=y
28565 +CONFIG_SYSFS_DEPRECATED_V2=y
28566 +# CONFIG_RELAY is not set
28567 +# CONFIG_NAMESPACES is not set
28568 +CONFIG_BLK_DEV_INITRD=y
28569 +CONFIG_INITRAMFS_SOURCE=""
28570 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
28571 +CONFIG_SYSCTL=y
28572 +CONFIG_EMBEDDED=y
28573 +CONFIG_SYSCTL_SYSCALL=y
28574 +# CONFIG_KALLSYMS is not set
28575 +CONFIG_HOTPLUG=y
28576 +CONFIG_PRINTK=y
28577 +CONFIG_BUG=y
28578 +CONFIG_ELF_CORE=y
28579 +CONFIG_COMPAT_BRK=y
28580 +CONFIG_BASE_FULL=y
28581 +CONFIG_FUTEX=y
28582 +CONFIG_ANON_INODES=y
28583 +# CONFIG_EPOLL is not set
28584 +CONFIG_SIGNALFD=y
28585 +CONFIG_TIMERFD=y
28586 +CONFIG_EVENTFD=y
28587 +CONFIG_SHMEM=y
28588 +CONFIG_VM_EVENT_COUNTERS=y
28589 +CONFIG_SLUB_DEBUG=y
28590 +# CONFIG_SLAB is not set
28591 +CONFIG_SLUB=y
28592 +# CONFIG_SLOB is not set
28593 +# CONFIG_PROFILING is not set
28594 +# CONFIG_MARKERS is not set
28595 +CONFIG_HAVE_OPROFILE=y
28596 +CONFIG_HAVE_KPROBES=y
28597 +CONFIG_HAVE_KRETPROBES=y
28598 +CONFIG_PROC_PAGE_MONITOR=y
28599 +CONFIG_SLABINFO=y
28600 +CONFIG_RT_MUTEXES=y
28601 +# CONFIG_TINY_SHMEM is not set
28602 +CONFIG_BASE_SMALL=0
28603 +CONFIG_MODULES=y
28604 +CONFIG_MODULE_UNLOAD=y
28605 +# CONFIG_MODULE_FORCE_UNLOAD is not set
28606 +# CONFIG_MODVERSIONS is not set
28607 +# CONFIG_MODULE_SRCVERSION_ALL is not set
28608 +# CONFIG_KMOD is not set
28609 +CONFIG_BLOCK=y
28610 +# CONFIG_LBD is not set
28611 +# CONFIG_BLK_DEV_IO_TRACE is not set
28612 +# CONFIG_LSF is not set
28613 +# CONFIG_BLK_DEV_BSG is not set
28614 +
28615 +#
28616 +# IO Schedulers
28617 +#
28618 +CONFIG_IOSCHED_NOOP=y
28619 +CONFIG_IOSCHED_AS=y
28620 +CONFIG_IOSCHED_DEADLINE=y
28621 +CONFIG_IOSCHED_CFQ=y
28622 +CONFIG_DEFAULT_AS=y
28623 +# CONFIG_DEFAULT_DEADLINE is not set
28624 +# CONFIG_DEFAULT_CFQ is not set
28625 +# CONFIG_DEFAULT_NOOP is not set
28626 +CONFIG_DEFAULT_IOSCHED="anticipatory"
28627 +CONFIG_CLASSIC_RCU=y
28628 +
28629 +#
28630 +# Platform support
28631 +#
28632 +# CONFIG_PPC_MULTIPLATFORM is not set
28633 +# CONFIG_PPC_82xx is not set
28634 +CONFIG_PPC_83xx=y
28635 +# CONFIG_PPC_86xx is not set
28636 +# CONFIG_PPC_MPC512x is not set
28637 +# CONFIG_PPC_MPC5121 is not set
28638 +# CONFIG_PPC_CELL is not set
28639 +# CONFIG_PPC_CELL_NATIVE is not set
28640 +# CONFIG_PQ2ADS is not set
28641 +CONFIG_MPC83xx=y
28642 +# CONFIG_MPC831x_RDB is not set
28643 +# CONFIG_MPC832x_MDS is not set
28644 +# CONFIG_MPC832x_RDB is not set
28645 +CONFIG_MPC834x_MDS=y
28646 +# CONFIG_MPC834x_ITX is not set
28647 +# CONFIG_MPC836x_MDS is not set
28648 +# CONFIG_MPC837x_MDS is not set
28649 +# CONFIG_MPC837x_RDB is not set
28650 +# CONFIG_SBC834x is not set
28651 +CONFIG_PPC_MPC834x=y
28652 +CONFIG_IPIC=y
28653 +# CONFIG_MPIC is not set
28654 +# CONFIG_MPIC_WEIRD is not set
28655 +# CONFIG_PPC_I8259 is not set
28656 +# CONFIG_PPC_RTAS is not set
28657 +# CONFIG_MMIO_NVRAM is not set
28658 +# CONFIG_PPC_MPC106 is not set
28659 +# CONFIG_PPC_970_NAP is not set
28660 +# CONFIG_PPC_INDIRECT_IO is not set
28661 +# CONFIG_GENERIC_IOMAP is not set
28662 +# CONFIG_CPU_FREQ is not set
28663 +# CONFIG_FSL_ULI1575 is not set
28664 +
28665 +#
28666 +# Kernel options
28667 +#
28668 +# CONFIG_HIGHMEM is not set
28669 +CONFIG_TICK_ONESHOT=y
28670 +CONFIG_NO_HZ=y
28671 +CONFIG_HIGH_RES_TIMERS=y
28672 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
28673 +# CONFIG_HZ_100 is not set
28674 +CONFIG_HZ_250=y
28675 +# CONFIG_HZ_300 is not set
28676 +# CONFIG_HZ_1000 is not set
28677 +CONFIG_HZ=250
28678 +# CONFIG_SCHED_HRTICK is not set
28679 +CONFIG_PREEMPT_NONE=y
28680 +# CONFIG_PREEMPT_VOLUNTARY is not set
28681 +# CONFIG_PREEMPT is not set
28682 +CONFIG_BINFMT_ELF=y
28683 +# CONFIG_BINFMT_MISC is not set
28684 +# CONFIG_IOMMU_HELPER is not set
28685 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
28686 +CONFIG_ARCH_HAS_WALK_MEMORY=y
28687 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
28688 +CONFIG_ARCH_FLATMEM_ENABLE=y
28689 +CONFIG_ARCH_POPULATES_NODE_MAP=y
28690 +CONFIG_SELECT_MEMORY_MODEL=y
28691 +CONFIG_FLATMEM_MANUAL=y
28692 +# CONFIG_DISCONTIGMEM_MANUAL is not set
28693 +# CONFIG_SPARSEMEM_MANUAL is not set
28694 +CONFIG_FLATMEM=y
28695 +CONFIG_FLAT_NODE_MEM_MAP=y
28696 +# CONFIG_SPARSEMEM_STATIC is not set
28697 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
28698 +CONFIG_SPLIT_PTLOCK_CPUS=4
28699 +# CONFIG_RESOURCES_64BIT is not set
28700 +CONFIG_ZONE_DMA_FLAG=1
28701 +CONFIG_BOUNCE=y
28702 +CONFIG_VIRT_TO_BUS=y
28703 +CONFIG_PROC_DEVICETREE=y
28704 +# CONFIG_CMDLINE_BOOL is not set
28705 +# CONFIG_PM is not set
28706 +CONFIG_SECCOMP=y
28707 +CONFIG_ISA_DMA_API=y
28708 +
28709 +#
28710 +# Bus options
28711 +#
28712 +CONFIG_ZONE_DMA=y
28713 +CONFIG_GENERIC_ISA_DMA=y
28714 +CONFIG_PPC_INDIRECT_PCI=y
28715 +CONFIG_FSL_SOC=y
28716 +CONFIG_PCI=y
28717 +CONFIG_PCI_DOMAINS=y
28718 +CONFIG_PCI_SYSCALL=y
28719 +# CONFIG_PCIEPORTBUS is not set
28720 +CONFIG_ARCH_SUPPORTS_MSI=y
28721 +# CONFIG_PCI_MSI is not set
28722 +CONFIG_PCI_LEGACY=y
28723 +# CONFIG_PCCARD is not set
28724 +# CONFIG_HOTPLUG_PCI is not set
28725 +
28726 +#
28727 +# Advanced setup
28728 +#
28729 +# CONFIG_ADVANCED_OPTIONS is not set
28730 +
28731 +#
28732 +# Default settings for advanced configuration options are used
28733 +#
28734 +CONFIG_HIGHMEM_START=0xfe000000
28735 +CONFIG_LOWMEM_SIZE=0x30000000
28736 +CONFIG_KERNEL_START=0xc0000000
28737 +CONFIG_TASK_SIZE=0xc0000000
28738 +CONFIG_BOOT_LOAD=0x00800000
28739 +
28740 +#
28741 +# Networking
28742 +#
28743 +CONFIG_NET=y
28744 +
28745 +#
28746 +# Networking options
28747 +#
28748 +CONFIG_PACKET=y
28749 +# CONFIG_PACKET_MMAP is not set
28750 +CONFIG_UNIX=y
28751 +CONFIG_XFRM=y
28752 +CONFIG_XFRM_USER=m
28753 +# CONFIG_XFRM_SUB_POLICY is not set
28754 +# CONFIG_XFRM_MIGRATE is not set
28755 +# CONFIG_XFRM_STATISTICS is not set
28756 +# CONFIG_NET_KEY is not set
28757 +CONFIG_INET=y
28758 +CONFIG_IP_MULTICAST=y
28759 +# CONFIG_IP_ADVANCED_ROUTER is not set
28760 +CONFIG_IP_FIB_HASH=y
28761 +CONFIG_IP_PNP=y
28762 +CONFIG_IP_PNP_DHCP=y
28763 +CONFIG_IP_PNP_BOOTP=y
28764 +# CONFIG_IP_PNP_RARP is not set
28765 +# CONFIG_NET_IPIP is not set
28766 +# CONFIG_NET_IPGRE is not set
28767 +# CONFIG_IP_MROUTE is not set
28768 +# CONFIG_ARPD is not set
28769 +CONFIG_SYN_COOKIES=y
28770 +# CONFIG_INET_AH is not set
28771 +# CONFIG_INET_ESP is not set
28772 +# CONFIG_INET_IPCOMP is not set
28773 +# CONFIG_INET_XFRM_TUNNEL is not set
28774 +# CONFIG_INET_TUNNEL is not set
28775 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
28776 +CONFIG_INET_XFRM_MODE_TUNNEL=y
28777 +CONFIG_INET_XFRM_MODE_BEET=y
28778 +# CONFIG_INET_LRO is not set
28779 +CONFIG_INET_DIAG=y
28780 +CONFIG_INET_TCP_DIAG=y
28781 +# CONFIG_TCP_CONG_ADVANCED is not set
28782 +CONFIG_TCP_CONG_CUBIC=y
28783 +CONFIG_DEFAULT_TCP_CONG="cubic"
28784 +# CONFIG_TCP_MD5SIG is not set
28785 +# CONFIG_IPV6 is not set
28786 +# CONFIG_INET6_XFRM_TUNNEL is not set
28787 +# CONFIG_INET6_TUNNEL is not set
28788 +# CONFIG_NETWORK_SECMARK is not set
28789 +# CONFIG_NETFILTER is not set
28790 +# CONFIG_IP_DCCP is not set
28791 +# CONFIG_IP_SCTP is not set
28792 +# CONFIG_TIPC is not set
28793 +# CONFIG_ATM is not set
28794 +# CONFIG_BRIDGE is not set
28795 +# CONFIG_VLAN_8021Q is not set
28796 +# CONFIG_DECNET is not set
28797 +# CONFIG_LLC2 is not set
28798 +# CONFIG_IPX is not set
28799 +# CONFIG_ATALK is not set
28800 +# CONFIG_X25 is not set
28801 +# CONFIG_LAPB is not set
28802 +# CONFIG_ECONET is not set
28803 +# CONFIG_WAN_ROUTER is not set
28804 +# CONFIG_NET_SCHED is not set
28805 +
28806 +#
28807 +# Network testing
28808 +#
28809 +# CONFIG_NET_PKTGEN is not set
28810 +# CONFIG_HAMRADIO is not set
28811 +# CONFIG_CAN is not set
28812 +# CONFIG_IRDA is not set
28813 +# CONFIG_BT is not set
28814 +# CONFIG_AF_RXRPC is not set
28815 +
28816 +#
28817 +# Wireless
28818 +#
28819 +# CONFIG_CFG80211 is not set
28820 +# CONFIG_WIRELESS_EXT is not set
28821 +# CONFIG_MAC80211 is not set
28822 +# CONFIG_IEEE80211 is not set
28823 +# CONFIG_RFKILL is not set
28824 +# CONFIG_NET_9P is not set
28825 +
28826 +#
28827 +# Device Drivers
28828 +#
28829 +
28830 +#
28831 +# Generic Driver Options
28832 +#
28833 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
28834 +CONFIG_STANDALONE=y
28835 +CONFIG_PREVENT_FIRMWARE_BUILD=y
28836 +# CONFIG_FW_LOADER is not set
28837 +# CONFIG_SYS_HYPERVISOR is not set
28838 +# CONFIG_CONNECTOR is not set
28839 +# CONFIG_MTD is not set
28840 +CONFIG_OF_DEVICE=y
28841 +# CONFIG_PARPORT is not set
28842 +CONFIG_BLK_DEV=y
28843 +# CONFIG_BLK_DEV_FD is not set
28844 +# CONFIG_BLK_CPQ_DA is not set
28845 +# CONFIG_BLK_CPQ_CISS_DA is not set
28846 +# CONFIG_BLK_DEV_DAC960 is not set
28847 +# CONFIG_BLK_DEV_UMEM is not set
28848 +# CONFIG_BLK_DEV_COW_COMMON is not set
28849 +CONFIG_BLK_DEV_LOOP=y
28850 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
28851 +# CONFIG_BLK_DEV_NBD is not set
28852 +# CONFIG_BLK_DEV_SX8 is not set
28853 +CONFIG_BLK_DEV_RAM=y
28854 +CONFIG_BLK_DEV_RAM_COUNT=16
28855 +CONFIG_BLK_DEV_RAM_SIZE=32768
28856 +# CONFIG_BLK_DEV_XIP is not set
28857 +# CONFIG_CDROM_PKTCDVD is not set
28858 +# CONFIG_ATA_OVER_ETH is not set
28859 +CONFIG_MISC_DEVICES=y
28860 +# CONFIG_PHANTOM is not set
28861 +# CONFIG_EEPROM_93CX6 is not set
28862 +# CONFIG_SGI_IOC4 is not set
28863 +# CONFIG_TIFM_CORE is not set
28864 +# CONFIG_ENCLOSURE_SERVICES is not set
28865 +CONFIG_HAVE_IDE=y
28866 +# CONFIG_IDE is not set
28867 +
28868 +#
28869 +# SCSI device support
28870 +#
28871 +# CONFIG_RAID_ATTRS is not set
28872 +# CONFIG_SCSI is not set
28873 +# CONFIG_SCSI_DMA is not set
28874 +# CONFIG_SCSI_NETLINK is not set
28875 +# CONFIG_ATA is not set
28876 +# CONFIG_MD is not set
28877 +# CONFIG_FUSION is not set
28878 +
28879 +#
28880 +# IEEE 1394 (FireWire) support
28881 +#
28882 +# CONFIG_FIREWIRE is not set
28883 +# CONFIG_IEEE1394 is not set
28884 +# CONFIG_I2O is not set
28885 +# CONFIG_MACINTOSH_DRIVERS is not set
28886 +CONFIG_NETDEVICES=y
28887 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
28888 +# CONFIG_DUMMY is not set
28889 +# CONFIG_BONDING is not set
28890 +# CONFIG_MACVLAN is not set
28891 +# CONFIG_EQUALIZER is not set
28892 +# CONFIG_TUN is not set
28893 +# CONFIG_VETH is not set
28894 +# CONFIG_ARCNET is not set
28895 +CONFIG_PHYLIB=y
28896 +
28897 +#
28898 +# MII PHY device drivers
28899 +#
28900 +CONFIG_MARVELL_PHY=y
28901 +# CONFIG_DAVICOM_PHY is not set
28902 +# CONFIG_QSEMI_PHY is not set
28903 +# CONFIG_LXT_PHY is not set
28904 +# CONFIG_CICADA_PHY is not set
28905 +# CONFIG_VITESSE_PHY is not set
28906 +# CONFIG_SMSC_PHY is not set
28907 +# CONFIG_BROADCOM_PHY is not set
28908 +# CONFIG_ICPLUS_PHY is not set
28909 +# CONFIG_REALTEK_PHY is not set
28910 +# CONFIG_FIXED_PHY is not set
28911 +# CONFIG_MDIO_BITBANG is not set
28912 +CONFIG_NET_ETHERNET=y
28913 +CONFIG_MII=y
28914 +# CONFIG_HAPPYMEAL is not set
28915 +# CONFIG_SUNGEM is not set
28916 +# CONFIG_CASSINI is not set
28917 +# CONFIG_NET_VENDOR_3COM is not set
28918 +# CONFIG_NET_TULIP is not set
28919 +# CONFIG_HP100 is not set
28920 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
28921 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
28922 +# CONFIG_IBM_NEW_EMAC_TAH is not set
28923 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
28924 +CONFIG_NET_PCI=y
28925 +# CONFIG_PCNET32 is not set
28926 +# CONFIG_AMD8111_ETH is not set
28927 +# CONFIG_ADAPTEC_STARFIRE is not set
28928 +# CONFIG_B44 is not set
28929 +# CONFIG_FORCEDETH is not set
28930 +# CONFIG_EEPRO100 is not set
28931 +CONFIG_E100=y
28932 +# CONFIG_FEALNX is not set
28933 +# CONFIG_NATSEMI is not set
28934 +# CONFIG_NE2K_PCI is not set
28935 +# CONFIG_8139CP is not set
28936 +# CONFIG_8139TOO is not set
28937 +# CONFIG_R6040 is not set
28938 +# CONFIG_SIS900 is not set
28939 +# CONFIG_EPIC100 is not set
28940 +# CONFIG_SUNDANCE is not set
28941 +# CONFIG_TLAN is not set
28942 +# CONFIG_VIA_RHINE is not set
28943 +# CONFIG_SC92031 is not set
28944 +CONFIG_NETDEV_1000=y
28945 +# CONFIG_ACENIC is not set
28946 +# CONFIG_DL2K is not set
28947 +# CONFIG_E1000 is not set
28948 +# CONFIG_E1000E is not set
28949 +# CONFIG_E1000E_ENABLED is not set
28950 +# CONFIG_IP1000 is not set
28951 +# CONFIG_IGB is not set
28952 +# CONFIG_NS83820 is not set
28953 +# CONFIG_HAMACHI is not set
28954 +# CONFIG_YELLOWFIN is not set
28955 +# CONFIG_R8169 is not set
28956 +# CONFIG_SIS190 is not set
28957 +# CONFIG_SKGE is not set
28958 +# CONFIG_SKY2 is not set
28959 +# CONFIG_SK98LIN is not set
28960 +# CONFIG_VIA_VELOCITY is not set
28961 +# CONFIG_TIGON3 is not set
28962 +# CONFIG_BNX2 is not set
28963 +CONFIG_GIANFAR=y
28964 +# CONFIG_GFAR_NAPI is not set
28965 +# CONFIG_QLA3XXX is not set
28966 +# CONFIG_ATL1 is not set
28967 +CONFIG_NETDEV_10000=y
28968 +# CONFIG_CHELSIO_T1 is not set
28969 +# CONFIG_CHELSIO_T3 is not set
28970 +# CONFIG_IXGBE is not set
28971 +# CONFIG_IXGB is not set
28972 +# CONFIG_S2IO is not set
28973 +# CONFIG_MYRI10GE is not set
28974 +# CONFIG_NETXEN_NIC is not set
28975 +# CONFIG_NIU is not set
28976 +# CONFIG_MLX4_CORE is not set
28977 +# CONFIG_TEHUTI is not set
28978 +# CONFIG_BNX2X is not set
28979 +# CONFIG_TR is not set
28980 +
28981 +#
28982 +# Wireless LAN
28983 +#
28984 +# CONFIG_WLAN_PRE80211 is not set
28985 +# CONFIG_WLAN_80211 is not set
28986 +# CONFIG_WAN is not set
28987 +# CONFIG_FDDI is not set
28988 +# CONFIG_HIPPI is not set
28989 +# CONFIG_PPP is not set
28990 +# CONFIG_SLIP is not set
28991 +# CONFIG_NETCONSOLE is not set
28992 +# CONFIG_NETPOLL is not set
28993 +# CONFIG_NET_POLL_CONTROLLER is not set
28994 +# CONFIG_ISDN is not set
28995 +# CONFIG_PHONE is not set
28996 +
28997 +#
28998 +# Input device support
28999 +#
29000 +CONFIG_INPUT=y
29001 +# CONFIG_INPUT_FF_MEMLESS is not set
29002 +# CONFIG_INPUT_POLLDEV is not set
29003 +
29004 +#
29005 +# Userland interfaces
29006 +#
29007 +# CONFIG_INPUT_MOUSEDEV is not set
29008 +# CONFIG_INPUT_JOYDEV is not set
29009 +# CONFIG_INPUT_EVDEV is not set
29010 +# CONFIG_INPUT_EVBUG is not set
29011 +
29012 +#
29013 +# Input Device Drivers
29014 +#
29015 +# CONFIG_INPUT_KEYBOARD is not set
29016 +# CONFIG_INPUT_MOUSE is not set
29017 +# CONFIG_INPUT_JOYSTICK is not set
29018 +# CONFIG_INPUT_TABLET is not set
29019 +# CONFIG_INPUT_TOUCHSCREEN is not set
29020 +# CONFIG_INPUT_MISC is not set
29021 +
29022 +#
29023 +# Hardware I/O ports
29024 +#
29025 +# CONFIG_SERIO is not set
29026 +# CONFIG_GAMEPORT is not set
29027 +
29028 +#
29029 +# Character devices
29030 +#
29031 +# CONFIG_VT is not set
29032 +# CONFIG_SERIAL_NONSTANDARD is not set
29033 +# CONFIG_NOZOMI is not set
29034 +
29035 +#
29036 +# Serial drivers
29037 +#
29038 +CONFIG_SERIAL_8250=y
29039 +CONFIG_SERIAL_8250_CONSOLE=y
29040 +CONFIG_SERIAL_8250_PCI=y
29041 +CONFIG_SERIAL_8250_NR_UARTS=4
29042 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
29043 +# CONFIG_SERIAL_8250_EXTENDED is not set
29044 +
29045 +#
29046 +# Non-8250 serial port support
29047 +#
29048 +# CONFIG_SERIAL_UARTLITE is not set
29049 +CONFIG_SERIAL_CORE=y
29050 +CONFIG_SERIAL_CORE_CONSOLE=y
29051 +# CONFIG_SERIAL_JSM is not set
29052 +# CONFIG_SERIAL_OF_PLATFORM is not set
29053 +CONFIG_UNIX98_PTYS=y
29054 +CONFIG_LEGACY_PTYS=y
29055 +CONFIG_LEGACY_PTY_COUNT=256
29056 +# CONFIG_IPMI_HANDLER is not set
29057 +# CONFIG_HW_RANDOM is not set
29058 +# CONFIG_NVRAM is not set
29059 +# CONFIG_GEN_RTC is not set
29060 +# CONFIG_R3964 is not set
29061 +# CONFIG_APPLICOM is not set
29062 +# CONFIG_RAW_DRIVER is not set
29063 +# CONFIG_TCG_TPM is not set
29064 +CONFIG_DEVPORT=y
29065 +CONFIG_I2C=y
29066 +CONFIG_I2C_BOARDINFO=y
29067 +CONFIG_I2C_CHARDEV=y
29068 +
29069 +#
29070 +# I2C Algorithms
29071 +#
29072 +# CONFIG_I2C_ALGOBIT is not set
29073 +# CONFIG_I2C_ALGOPCF is not set
29074 +# CONFIG_I2C_ALGOPCA is not set
29075 +
29076 +#
29077 +# I2C Hardware Bus support
29078 +#
29079 +# CONFIG_I2C_ALI1535 is not set
29080 +# CONFIG_I2C_ALI1563 is not set
29081 +# CONFIG_I2C_ALI15X3 is not set
29082 +# CONFIG_I2C_AMD756 is not set
29083 +# CONFIG_I2C_AMD8111 is not set
29084 +# CONFIG_I2C_I801 is not set
29085 +# CONFIG_I2C_I810 is not set
29086 +# CONFIG_I2C_PIIX4 is not set
29087 +CONFIG_I2C_MPC=y
29088 +# CONFIG_I2C_NFORCE2 is not set
29089 +# CONFIG_I2C_OCORES is not set
29090 +# CONFIG_I2C_PARPORT_LIGHT is not set
29091 +# CONFIG_I2C_PROSAVAGE is not set
29092 +# CONFIG_I2C_SAVAGE4 is not set
29093 +# CONFIG_I2C_SIMTEC is not set
29094 +# CONFIG_I2C_SIS5595 is not set
29095 +# CONFIG_I2C_SIS630 is not set
29096 +# CONFIG_I2C_SIS96X is not set
29097 +# CONFIG_I2C_TAOS_EVM is not set
29098 +# CONFIG_I2C_STUB is not set
29099 +# CONFIG_I2C_VIA is not set
29100 +# CONFIG_I2C_VIAPRO is not set
29101 +# CONFIG_I2C_VOODOO3 is not set
29102 +
29103 +#
29104 +# Miscellaneous I2C Chip support
29105 +#
29106 +# CONFIG_DS1682 is not set
29107 +# CONFIG_SENSORS_EEPROM is not set
29108 +# CONFIG_SENSORS_PCF8574 is not set
29109 +# CONFIG_PCF8575 is not set
29110 +# CONFIG_SENSORS_PCF8591 is not set
29111 +# CONFIG_TPS65010 is not set
29112 +# CONFIG_SENSORS_MAX6875 is not set
29113 +# CONFIG_SENSORS_TSL2550 is not set
29114 +# CONFIG_I2C_DEBUG_CORE is not set
29115 +# CONFIG_I2C_DEBUG_ALGO is not set
29116 +# CONFIG_I2C_DEBUG_BUS is not set
29117 +# CONFIG_I2C_DEBUG_CHIP is not set
29118 +
29119 +#
29120 +# SPI support
29121 +#
29122 +# CONFIG_SPI is not set
29123 +# CONFIG_SPI_MASTER is not set
29124 +# CONFIG_W1 is not set
29125 +# CONFIG_POWER_SUPPLY is not set
29126 +CONFIG_HWMON=y
29127 +# CONFIG_HWMON_VID is not set
29128 +# CONFIG_SENSORS_AD7418 is not set
29129 +# CONFIG_SENSORS_ADM1021 is not set
29130 +# CONFIG_SENSORS_ADM1025 is not set
29131 +# CONFIG_SENSORS_ADM1026 is not set
29132 +# CONFIG_SENSORS_ADM1029 is not set
29133 +# CONFIG_SENSORS_ADM1031 is not set
29134 +# CONFIG_SENSORS_ADM9240 is not set
29135 +# CONFIG_SENSORS_ADT7470 is not set
29136 +# CONFIG_SENSORS_ADT7473 is not set
29137 +# CONFIG_SENSORS_ATXP1 is not set
29138 +# CONFIG_SENSORS_DS1621 is not set
29139 +# CONFIG_SENSORS_I5K_AMB is not set
29140 +# CONFIG_SENSORS_F71805F is not set
29141 +# CONFIG_SENSORS_F71882FG is not set
29142 +# CONFIG_SENSORS_F75375S is not set
29143 +# CONFIG_SENSORS_GL518SM is not set
29144 +# CONFIG_SENSORS_GL520SM is not set
29145 +# CONFIG_SENSORS_IT87 is not set
29146 +# CONFIG_SENSORS_LM63 is not set
29147 +# CONFIG_SENSORS_LM75 is not set
29148 +# CONFIG_SENSORS_LM77 is not set
29149 +# CONFIG_SENSORS_LM78 is not set
29150 +# CONFIG_SENSORS_LM80 is not set
29151 +# CONFIG_SENSORS_LM83 is not set
29152 +# CONFIG_SENSORS_LM85 is not set
29153 +# CONFIG_SENSORS_LM87 is not set
29154 +# CONFIG_SENSORS_LM90 is not set
29155 +# CONFIG_SENSORS_LM92 is not set
29156 +# CONFIG_SENSORS_LM93 is not set
29157 +# CONFIG_SENSORS_MAX1619 is not set
29158 +# CONFIG_SENSORS_MAX6650 is not set
29159 +# CONFIG_SENSORS_PC87360 is not set
29160 +# CONFIG_SENSORS_PC87427 is not set
29161 +# CONFIG_SENSORS_SIS5595 is not set
29162 +# CONFIG_SENSORS_DME1737 is not set
29163 +# CONFIG_SENSORS_SMSC47M1 is not set
29164 +# CONFIG_SENSORS_SMSC47M192 is not set
29165 +# CONFIG_SENSORS_SMSC47B397 is not set
29166 +# CONFIG_SENSORS_ADS7828 is not set
29167 +# CONFIG_SENSORS_THMC50 is not set
29168 +# CONFIG_SENSORS_VIA686A is not set
29169 +# CONFIG_SENSORS_VT1211 is not set
29170 +# CONFIG_SENSORS_VT8231 is not set
29171 +# CONFIG_SENSORS_W83781D is not set
29172 +# CONFIG_SENSORS_W83791D is not set
29173 +# CONFIG_SENSORS_W83792D is not set
29174 +# CONFIG_SENSORS_W83793 is not set
29175 +# CONFIG_SENSORS_W83L785TS is not set
29176 +# CONFIG_SENSORS_W83L786NG is not set
29177 +# CONFIG_SENSORS_W83627HF is not set
29178 +# CONFIG_SENSORS_W83627EHF is not set
29179 +# CONFIG_HWMON_DEBUG_CHIP is not set
29180 +# CONFIG_THERMAL is not set
29181 +CONFIG_WATCHDOG=y
29182 +# CONFIG_WATCHDOG_NOWAYOUT is not set
29183 +
29184 +#
29185 +# Watchdog Device Drivers
29186 +#
29187 +# CONFIG_SOFT_WATCHDOG is not set
29188 +CONFIG_83xx_WDT=y
29189 +
29190 +#
29191 +# PCI-based Watchdog Cards
29192 +#
29193 +# CONFIG_PCIPCWATCHDOG is not set
29194 +# CONFIG_WDTPCI is not set
29195 +
29196 +#
29197 +# Sonics Silicon Backplane
29198 +#
29199 +CONFIG_SSB_POSSIBLE=y
29200 +# CONFIG_SSB is not set
29201 +
29202 +#
29203 +# Multifunction device drivers
29204 +#
29205 +# CONFIG_MFD_SM501 is not set
29206 +
29207 +#
29208 +# Multimedia devices
29209 +#
29210 +# CONFIG_VIDEO_DEV is not set
29211 +# CONFIG_DVB_CORE is not set
29212 +CONFIG_DAB=y
29213 +
29214 +#
29215 +# Graphics support
29216 +#
29217 +# CONFIG_AGP is not set
29218 +# CONFIG_DRM is not set
29219 +# CONFIG_VGASTATE is not set
29220 +CONFIG_VIDEO_OUTPUT_CONTROL=m
29221 +# CONFIG_FB is not set
29222 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
29223 +
29224 +#
29225 +# Display device support
29226 +#
29227 +# CONFIG_DISPLAY_SUPPORT is not set
29228 +
29229 +#
29230 +# Sound
29231 +#
29232 +# CONFIG_SOUND is not set
29233 +CONFIG_HID_SUPPORT=y
29234 +CONFIG_HID=y
29235 +# CONFIG_HID_DEBUG is not set
29236 +# CONFIG_HIDRAW is not set
29237 +CONFIG_USB_SUPPORT=y
29238 +CONFIG_USB_ARCH_HAS_HCD=y
29239 +CONFIG_USB_ARCH_HAS_OHCI=y
29240 +CONFIG_USB_ARCH_HAS_EHCI=y
29241 +# CONFIG_USB is not set
29242 +
29243 +#
29244 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
29245 +#
29246 +# CONFIG_USB_GADGET is not set
29247 +# CONFIG_MMC is not set
29248 +# CONFIG_MEMSTICK is not set
29249 +# CONFIG_NEW_LEDS is not set
29250 +# CONFIG_INFINIBAND is not set
29251 +# CONFIG_EDAC is not set
29252 +CONFIG_RTC_LIB=y
29253 +CONFIG_RTC_CLASS=y
29254 +CONFIG_RTC_HCTOSYS=y
29255 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
29256 +# CONFIG_RTC_DEBUG is not set
29257 +
29258 +#
29259 +# RTC interfaces
29260 +#
29261 +CONFIG_RTC_INTF_SYSFS=y
29262 +CONFIG_RTC_INTF_PROC=y
29263 +CONFIG_RTC_INTF_DEV=y
29264 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
29265 +# CONFIG_RTC_DRV_TEST is not set
29266 +
29267 +#
29268 +# I2C RTC drivers
29269 +#
29270 +# CONFIG_RTC_DRV_DS1307 is not set
29271 +CONFIG_RTC_DRV_DS1374=y
29272 +# CONFIG_RTC_DRV_DS1672 is not set
29273 +# CONFIG_RTC_DRV_MAX6900 is not set
29274 +# CONFIG_RTC_DRV_RS5C372 is not set
29275 +# CONFIG_RTC_DRV_ISL1208 is not set
29276 +# CONFIG_RTC_DRV_X1205 is not set
29277 +# CONFIG_RTC_DRV_PCF8563 is not set
29278 +# CONFIG_RTC_DRV_PCF8583 is not set
29279 +# CONFIG_RTC_DRV_M41T80 is not set
29280 +# CONFIG_RTC_DRV_S35390A is not set
29281 +
29282 +#
29283 +# SPI RTC drivers
29284 +#
29285 +
29286 +#
29287 +# Platform RTC drivers
29288 +#
29289 +# CONFIG_RTC_DRV_CMOS is not set
29290 +# CONFIG_RTC_DRV_DS1511 is not set
29291 +# CONFIG_RTC_DRV_DS1553 is not set
29292 +# CONFIG_RTC_DRV_DS1742 is not set
29293 +# CONFIG_RTC_DRV_STK17TA8 is not set
29294 +# CONFIG_RTC_DRV_M48T86 is not set
29295 +# CONFIG_RTC_DRV_M48T59 is not set
29296 +# CONFIG_RTC_DRV_V3020 is not set
29297 +
29298 +#
29299 +# on-CPU RTC drivers
29300 +#
29301 +# CONFIG_DMADEVICES is not set
29302 +
29303 +#
29304 +# Userspace I/O
29305 +#
29306 +# CONFIG_UIO is not set
29307 +
29308 +#
29309 +# File systems
29310 +#
29311 +CONFIG_EXT2_FS=y
29312 +# CONFIG_EXT2_FS_XATTR is not set
29313 +# CONFIG_EXT2_FS_XIP is not set
29314 +CONFIG_EXT3_FS=y
29315 +CONFIG_EXT3_FS_XATTR=y
29316 +# CONFIG_EXT3_FS_POSIX_ACL is not set
29317 +# CONFIG_EXT3_FS_SECURITY is not set
29318 +# CONFIG_EXT4DEV_FS is not set
29319 +CONFIG_JBD=y
29320 +CONFIG_FS_MBCACHE=y
29321 +# CONFIG_REISERFS_FS is not set
29322 +# CONFIG_JFS_FS is not set
29323 +# CONFIG_FS_POSIX_ACL is not set
29324 +# CONFIG_XFS_FS is not set
29325 +# CONFIG_GFS2_FS is not set
29326 +# CONFIG_OCFS2_FS is not set
29327 +CONFIG_DNOTIFY=y
29328 +CONFIG_INOTIFY=y
29329 +CONFIG_INOTIFY_USER=y
29330 +# CONFIG_QUOTA is not set
29331 +# CONFIG_AUTOFS_FS is not set
29332 +# CONFIG_AUTOFS4_FS is not set
29333 +# CONFIG_FUSE_FS is not set
29334 +
29335 +#
29336 +# CD-ROM/DVD Filesystems
29337 +#
29338 +# CONFIG_ISO9660_FS is not set
29339 +# CONFIG_UDF_FS is not set
29340 +
29341 +#
29342 +# DOS/FAT/NT Filesystems
29343 +#
29344 +# CONFIG_MSDOS_FS is not set
29345 +# CONFIG_VFAT_FS is not set
29346 +# CONFIG_NTFS_FS is not set
29347 +
29348 +#
29349 +# Pseudo filesystems
29350 +#
29351 +CONFIG_PROC_FS=y
29352 +CONFIG_PROC_KCORE=y
29353 +CONFIG_PROC_SYSCTL=y
29354 +CONFIG_SYSFS=y
29355 +CONFIG_TMPFS=y
29356 +# CONFIG_TMPFS_POSIX_ACL is not set
29357 +# CONFIG_HUGETLB_PAGE is not set
29358 +# CONFIG_CONFIGFS_FS is not set
29359 +
29360 +#
29361 +# Miscellaneous filesystems
29362 +#
29363 +# CONFIG_ADFS_FS is not set
29364 +# CONFIG_AFFS_FS is not set
29365 +# CONFIG_HFS_FS is not set
29366 +# CONFIG_HFSPLUS_FS is not set
29367 +# CONFIG_BEFS_FS is not set
29368 +# CONFIG_BFS_FS is not set
29369 +# CONFIG_EFS_FS is not set
29370 +# CONFIG_CRAMFS is not set
29371 +# CONFIG_VXFS_FS is not set
29372 +# CONFIG_MINIX_FS is not set
29373 +# CONFIG_HPFS_FS is not set
29374 +# CONFIG_QNX4FS_FS is not set
29375 +# CONFIG_ROMFS_FS is not set
29376 +# CONFIG_SYSV_FS is not set
29377 +# CONFIG_UFS_FS is not set
29378 +CONFIG_NETWORK_FILESYSTEMS=y
29379 +CONFIG_NFS_FS=y
29380 +CONFIG_NFS_V3=y
29381 +# CONFIG_NFS_V3_ACL is not set
29382 +CONFIG_NFS_V4=y
29383 +# CONFIG_NFS_DIRECTIO is not set
29384 +# CONFIG_NFSD is not set
29385 +CONFIG_ROOT_NFS=y
29386 +CONFIG_LOCKD=y
29387 +CONFIG_LOCKD_V4=y
29388 +CONFIG_NFS_COMMON=y
29389 +CONFIG_SUNRPC=y
29390 +CONFIG_SUNRPC_GSS=y
29391 +# CONFIG_SUNRPC_BIND34 is not set
29392 +CONFIG_RPCSEC_GSS_KRB5=y
29393 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
29394 +# CONFIG_SMB_FS is not set
29395 +# CONFIG_CIFS is not set
29396 +# CONFIG_NCP_FS is not set
29397 +# CONFIG_CODA_FS is not set
29398 +# CONFIG_AFS_FS is not set
29399 +
29400 +#
29401 +# Partition Types
29402 +#
29403 +CONFIG_PARTITION_ADVANCED=y
29404 +# CONFIG_ACORN_PARTITION is not set
29405 +# CONFIG_OSF_PARTITION is not set
29406 +# CONFIG_AMIGA_PARTITION is not set
29407 +# CONFIG_ATARI_PARTITION is not set
29408 +# CONFIG_MAC_PARTITION is not set
29409 +# CONFIG_MSDOS_PARTITION is not set
29410 +# CONFIG_LDM_PARTITION is not set
29411 +# CONFIG_SGI_PARTITION is not set
29412 +# CONFIG_ULTRIX_PARTITION is not set
29413 +# CONFIG_SUN_PARTITION is not set
29414 +# CONFIG_KARMA_PARTITION is not set
29415 +# CONFIG_EFI_PARTITION is not set
29416 +# CONFIG_SYSV68_PARTITION is not set
29417 +# CONFIG_NLS is not set
29418 +# CONFIG_DLM is not set
29419 +
29420 +#
29421 +# Library routines
29422 +#
29423 +CONFIG_BITREVERSE=y
29424 +# CONFIG_CRC_CCITT is not set
29425 +# CONFIG_CRC16 is not set
29426 +# CONFIG_CRC_ITU_T is not set
29427 +CONFIG_CRC32=y
29428 +# CONFIG_CRC7 is not set
29429 +# CONFIG_LIBCRC32C is not set
29430 +CONFIG_PLIST=y
29431 +CONFIG_HAS_IOMEM=y
29432 +CONFIG_HAS_IOPORT=y
29433 +CONFIG_HAS_DMA=y
29434 +
29435 +#
29436 +# Kernel hacking
29437 +#
29438 +# CONFIG_PRINTK_TIME is not set
29439 +CONFIG_ENABLE_WARN_DEPRECATED=y
29440 +CONFIG_ENABLE_MUST_CHECK=y
29441 +# CONFIG_MAGIC_SYSRQ is not set
29442 +# CONFIG_UNUSED_SYMBOLS is not set
29443 +# CONFIG_DEBUG_FS is not set
29444 +# CONFIG_HEADERS_CHECK is not set
29445 +# CONFIG_DEBUG_KERNEL is not set
29446 +# CONFIG_SLUB_DEBUG_ON is not set
29447 +# CONFIG_SLUB_STATS is not set
29448 +# CONFIG_DEBUG_BUGVERBOSE is not set
29449 +# CONFIG_SAMPLES is not set
29450 +# CONFIG_PPC_EARLY_DEBUG is not set
29451 +
29452 +#
29453 +# Security options
29454 +#
29455 +# CONFIG_KEYS is not set
29456 +# CONFIG_SECURITY is not set
29457 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
29458 +CONFIG_CRYPTO=y
29459 +CONFIG_CRYPTO_ALGAPI=y
29460 +CONFIG_CRYPTO_BLKCIPHER=y
29461 +# CONFIG_CRYPTO_SEQIV is not set
29462 +CONFIG_CRYPTO_MANAGER=y
29463 +# CONFIG_CRYPTO_HMAC is not set
29464 +# CONFIG_CRYPTO_XCBC is not set
29465 +# CONFIG_CRYPTO_NULL is not set
29466 +# CONFIG_CRYPTO_MD4 is not set
29467 +CONFIG_CRYPTO_MD5=y
29468 +# CONFIG_CRYPTO_SHA1 is not set
29469 +# CONFIG_CRYPTO_SHA256 is not set
29470 +# CONFIG_CRYPTO_SHA512 is not set
29471 +# CONFIG_CRYPTO_WP512 is not set
29472 +# CONFIG_CRYPTO_TGR192 is not set
29473 +# CONFIG_CRYPTO_GF128MUL is not set
29474 +CONFIG_CRYPTO_ECB=m
29475 +CONFIG_CRYPTO_CBC=y
29476 +CONFIG_CRYPTO_PCBC=m
29477 +# CONFIG_CRYPTO_LRW is not set
29478 +# CONFIG_CRYPTO_XTS is not set
29479 +# CONFIG_CRYPTO_CTR is not set
29480 +# CONFIG_CRYPTO_GCM is not set
29481 +# CONFIG_CRYPTO_CCM is not set
29482 +# CONFIG_CRYPTO_CRYPTD is not set
29483 +CONFIG_CRYPTO_DES=y
29484 +# CONFIG_CRYPTO_FCRYPT is not set
29485 +# CONFIG_CRYPTO_BLOWFISH is not set
29486 +# CONFIG_CRYPTO_TWOFISH is not set
29487 +# CONFIG_CRYPTO_SERPENT is not set
29488 +# CONFIG_CRYPTO_AES is not set
29489 +# CONFIG_CRYPTO_CAST5 is not set
29490 +# CONFIG_CRYPTO_CAST6 is not set
29491 +# CONFIG_CRYPTO_TEA is not set
29492 +# CONFIG_CRYPTO_ARC4 is not set
29493 +# CONFIG_CRYPTO_KHAZAD is not set
29494 +# CONFIG_CRYPTO_ANUBIS is not set
29495 +# CONFIG_CRYPTO_SEED is not set
29496 +# CONFIG_CRYPTO_SALSA20 is not set
29497 +# CONFIG_CRYPTO_DEFLATE is not set
29498 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
29499 +# CONFIG_CRYPTO_CRC32C is not set
29500 +# CONFIG_CRYPTO_CAMELLIA is not set
29501 +# CONFIG_CRYPTO_TEST is not set
29502 +# CONFIG_CRYPTO_AUTHENC is not set
29503 +# CONFIG_CRYPTO_LZO is not set
29504 +CONFIG_CRYPTO_HW=y
29505 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
29506 +# CONFIG_PPC_CLOCK is not set
29507 --- /dev/null
29508 +++ b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig
29509 @@ -0,0 +1,1079 @@
29510 +#
29511 +# Automatically generated make config: don't edit
29512 +# Linux kernel version: 2.6.25-rc7
29513 +# Mon Mar 31 11:36:57 2008
29514 +#
29515 +# CONFIG_PPC64 is not set
29516 +
29517 +#
29518 +# Processor support
29519 +#
29520 +CONFIG_6xx=y
29521 +# CONFIG_PPC_85xx is not set
29522 +# CONFIG_PPC_8xx is not set
29523 +# CONFIG_40x is not set
29524 +# CONFIG_44x is not set
29525 +# CONFIG_E200 is not set
29526 +CONFIG_PPC_FPU=y
29527 +# CONFIG_FSL_EMB_PERFMON is not set
29528 +CONFIG_PPC_STD_MMU=y
29529 +CONFIG_PPC_STD_MMU_32=y
29530 +# CONFIG_PPC_MM_SLICES is not set
29531 +# CONFIG_SMP is not set
29532 +CONFIG_PPC32=y
29533 +CONFIG_WORD_SIZE=32
29534 +CONFIG_PPC_MERGE=y
29535 +CONFIG_MMU=y
29536 +CONFIG_GENERIC_CMOS_UPDATE=y
29537 +CONFIG_GENERIC_TIME=y
29538 +CONFIG_GENERIC_TIME_VSYSCALL=y
29539 +CONFIG_GENERIC_CLOCKEVENTS=y
29540 +CONFIG_GENERIC_HARDIRQS=y
29541 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
29542 +CONFIG_IRQ_PER_CPU=y
29543 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
29544 +CONFIG_ARCH_HAS_ILOG2_U32=y
29545 +CONFIG_GENERIC_HWEIGHT=y
29546 +CONFIG_GENERIC_CALIBRATE_DELAY=y
29547 +CONFIG_GENERIC_FIND_NEXT_BIT=y
29548 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
29549 +CONFIG_PPC=y
29550 +CONFIG_EARLY_PRINTK=y
29551 +CONFIG_GENERIC_NVRAM=y
29552 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
29553 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
29554 +CONFIG_PPC_OF=y
29555 +CONFIG_OF=y
29556 +CONFIG_PPC_UDBG_16550=y
29557 +# CONFIG_GENERIC_TBSYNC is not set
29558 +CONFIG_AUDIT_ARCH=y
29559 +CONFIG_GENERIC_BUG=y
29560 +CONFIG_DEFAULT_UIMAGE=y
29561 +# CONFIG_PPC_DCR_NATIVE is not set
29562 +# CONFIG_PPC_DCR_MMIO is not set
29563 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
29564 +
29565 +#
29566 +# General setup
29567 +#
29568 +CONFIG_EXPERIMENTAL=y
29569 +CONFIG_BROKEN_ON_SMP=y
29570 +CONFIG_INIT_ENV_ARG_LIMIT=32
29571 +CONFIG_LOCALVERSION=""
29572 +CONFIG_LOCALVERSION_AUTO=y
29573 +CONFIG_SWAP=y
29574 +CONFIG_SYSVIPC=y
29575 +CONFIG_SYSVIPC_SYSCTL=y
29576 +# CONFIG_POSIX_MQUEUE is not set
29577 +# CONFIG_BSD_PROCESS_ACCT is not set
29578 +# CONFIG_TASKSTATS is not set
29579 +# CONFIG_AUDIT is not set
29580 +# CONFIG_IKCONFIG is not set
29581 +CONFIG_LOG_BUF_SHIFT=14
29582 +# CONFIG_CGROUPS is not set
29583 +CONFIG_GROUP_SCHED=y
29584 +# CONFIG_FAIR_GROUP_SCHED is not set
29585 +# CONFIG_RT_GROUP_SCHED is not set
29586 +CONFIG_USER_SCHED=y
29587 +# CONFIG_CGROUP_SCHED is not set
29588 +CONFIG_SYSFS_DEPRECATED=y
29589 +CONFIG_SYSFS_DEPRECATED_V2=y
29590 +# CONFIG_RELAY is not set
29591 +# CONFIG_NAMESPACES is not set
29592 +CONFIG_BLK_DEV_INITRD=y
29593 +CONFIG_INITRAMFS_SOURCE=""
29594 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
29595 +CONFIG_SYSCTL=y
29596 +CONFIG_EMBEDDED=y
29597 +CONFIG_SYSCTL_SYSCALL=y
29598 +# CONFIG_KALLSYMS is not set
29599 +CONFIG_HOTPLUG=y
29600 +CONFIG_PRINTK=y
29601 +CONFIG_BUG=y
29602 +CONFIG_ELF_CORE=y
29603 +CONFIG_COMPAT_BRK=y
29604 +CONFIG_BASE_FULL=y
29605 +CONFIG_FUTEX=y
29606 +CONFIG_ANON_INODES=y
29607 +# CONFIG_EPOLL is not set
29608 +CONFIG_SIGNALFD=y
29609 +CONFIG_TIMERFD=y
29610 +CONFIG_EVENTFD=y
29611 +CONFIG_SHMEM=y
29612 +CONFIG_VM_EVENT_COUNTERS=y
29613 +CONFIG_SLUB_DEBUG=y
29614 +# CONFIG_SLAB is not set
29615 +CONFIG_SLUB=y
29616 +# CONFIG_SLOB is not set
29617 +# CONFIG_PROFILING is not set
29618 +# CONFIG_MARKERS is not set
29619 +CONFIG_HAVE_OPROFILE=y
29620 +CONFIG_HAVE_KPROBES=y
29621 +CONFIG_HAVE_KRETPROBES=y
29622 +CONFIG_PROC_PAGE_MONITOR=y
29623 +CONFIG_SLABINFO=y
29624 +CONFIG_RT_MUTEXES=y
29625 +# CONFIG_TINY_SHMEM is not set
29626 +CONFIG_BASE_SMALL=0
29627 +CONFIG_MODULES=y
29628 +CONFIG_MODULE_UNLOAD=y
29629 +# CONFIG_MODULE_FORCE_UNLOAD is not set
29630 +# CONFIG_MODVERSIONS is not set
29631 +# CONFIG_MODULE_SRCVERSION_ALL is not set
29632 +# CONFIG_KMOD is not set
29633 +CONFIG_BLOCK=y
29634 +# CONFIG_LBD is not set
29635 +# CONFIG_BLK_DEV_IO_TRACE is not set
29636 +# CONFIG_LSF is not set
29637 +# CONFIG_BLK_DEV_BSG is not set
29638 +
29639 +#
29640 +# IO Schedulers
29641 +#
29642 +CONFIG_IOSCHED_NOOP=y
29643 +CONFIG_IOSCHED_AS=y
29644 +CONFIG_IOSCHED_DEADLINE=y
29645 +CONFIG_IOSCHED_CFQ=y
29646 +CONFIG_DEFAULT_AS=y
29647 +# CONFIG_DEFAULT_DEADLINE is not set
29648 +# CONFIG_DEFAULT_CFQ is not set
29649 +# CONFIG_DEFAULT_NOOP is not set
29650 +CONFIG_DEFAULT_IOSCHED="anticipatory"
29651 +CONFIG_CLASSIC_RCU=y
29652 +
29653 +#
29654 +# Platform support
29655 +#
29656 +# CONFIG_PPC_MULTIPLATFORM is not set
29657 +# CONFIG_PPC_82xx is not set
29658 +CONFIG_PPC_83xx=y
29659 +# CONFIG_PPC_86xx is not set
29660 +# CONFIG_PPC_MPC512x is not set
29661 +# CONFIG_PPC_MPC5121 is not set
29662 +# CONFIG_PPC_CELL is not set
29663 +# CONFIG_PPC_CELL_NATIVE is not set
29664 +# CONFIG_PQ2ADS is not set
29665 +CONFIG_MPC83xx=y
29666 +# CONFIG_MPC831x_RDB is not set
29667 +# CONFIG_MPC832x_MDS is not set
29668 +# CONFIG_MPC832x_RDB is not set
29669 +# CONFIG_MPC834x_MDS is not set
29670 +# CONFIG_MPC834x_ITX is not set
29671 +CONFIG_MPC836x_MDS=y
29672 +# CONFIG_MPC837x_MDS is not set
29673 +# CONFIG_MPC837x_RDB is not set
29674 +# CONFIG_SBC834x is not set
29675 +CONFIG_IPIC=y
29676 +# CONFIG_MPIC is not set
29677 +# CONFIG_MPIC_WEIRD is not set
29678 +# CONFIG_PPC_I8259 is not set
29679 +# CONFIG_PPC_RTAS is not set
29680 +# CONFIG_MMIO_NVRAM is not set
29681 +# CONFIG_PPC_MPC106 is not set
29682 +# CONFIG_PPC_970_NAP is not set
29683 +# CONFIG_PPC_INDIRECT_IO is not set
29684 +# CONFIG_GENERIC_IOMAP is not set
29685 +# CONFIG_CPU_FREQ is not set
29686 +CONFIG_QUICC_ENGINE=y
29687 +# CONFIG_FSL_ULI1575 is not set
29688 +
29689 +#
29690 +# Kernel options
29691 +#
29692 +# CONFIG_HIGHMEM is not set
29693 +CONFIG_TICK_ONESHOT=y
29694 +CONFIG_NO_HZ=y
29695 +CONFIG_HIGH_RES_TIMERS=y
29696 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
29697 +# CONFIG_HZ_100 is not set
29698 +CONFIG_HZ_250=y
29699 +# CONFIG_HZ_300 is not set
29700 +# CONFIG_HZ_1000 is not set
29701 +CONFIG_HZ=250
29702 +# CONFIG_SCHED_HRTICK is not set
29703 +CONFIG_PREEMPT_NONE=y
29704 +# CONFIG_PREEMPT_VOLUNTARY is not set
29705 +# CONFIG_PREEMPT is not set
29706 +CONFIG_BINFMT_ELF=y
29707 +# CONFIG_BINFMT_MISC is not set
29708 +# CONFIG_IOMMU_HELPER is not set
29709 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
29710 +CONFIG_ARCH_HAS_WALK_MEMORY=y
29711 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
29712 +CONFIG_ARCH_FLATMEM_ENABLE=y
29713 +CONFIG_ARCH_POPULATES_NODE_MAP=y
29714 +CONFIG_SELECT_MEMORY_MODEL=y
29715 +CONFIG_FLATMEM_MANUAL=y
29716 +# CONFIG_DISCONTIGMEM_MANUAL is not set
29717 +# CONFIG_SPARSEMEM_MANUAL is not set
29718 +CONFIG_FLATMEM=y
29719 +CONFIG_FLAT_NODE_MEM_MAP=y
29720 +# CONFIG_SPARSEMEM_STATIC is not set
29721 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
29722 +CONFIG_SPLIT_PTLOCK_CPUS=4
29723 +# CONFIG_RESOURCES_64BIT is not set
29724 +CONFIG_ZONE_DMA_FLAG=1
29725 +CONFIG_BOUNCE=y
29726 +CONFIG_VIRT_TO_BUS=y
29727 +CONFIG_PROC_DEVICETREE=y
29728 +# CONFIG_CMDLINE_BOOL is not set
29729 +# CONFIG_PM is not set
29730 +CONFIG_SECCOMP=y
29731 +CONFIG_ISA_DMA_API=y
29732 +
29733 +#
29734 +# Bus options
29735 +#
29736 +CONFIG_ZONE_DMA=y
29737 +CONFIG_GENERIC_ISA_DMA=y
29738 +CONFIG_PPC_INDIRECT_PCI=y
29739 +CONFIG_FSL_SOC=y
29740 +CONFIG_PCI=y
29741 +CONFIG_PCI_DOMAINS=y
29742 +CONFIG_PCI_SYSCALL=y
29743 +# CONFIG_PCIEPORTBUS is not set
29744 +CONFIG_ARCH_SUPPORTS_MSI=y
29745 +# CONFIG_PCI_MSI is not set
29746 +CONFIG_PCI_LEGACY=y
29747 +# CONFIG_PCCARD is not set
29748 +# CONFIG_HOTPLUG_PCI is not set
29749 +
29750 +#
29751 +# Advanced setup
29752 +#
29753 +# CONFIG_ADVANCED_OPTIONS is not set
29754 +
29755 +#
29756 +# Default settings for advanced configuration options are used
29757 +#
29758 +CONFIG_HIGHMEM_START=0xfe000000
29759 +CONFIG_LOWMEM_SIZE=0x30000000
29760 +CONFIG_KERNEL_START=0xc0000000
29761 +CONFIG_TASK_SIZE=0xc0000000
29762 +CONFIG_BOOT_LOAD=0x00800000
29763 +
29764 +#
29765 +# Networking
29766 +#
29767 +CONFIG_NET=y
29768 +
29769 +#
29770 +# Networking options
29771 +#
29772 +CONFIG_PACKET=y
29773 +# CONFIG_PACKET_MMAP is not set
29774 +CONFIG_UNIX=y
29775 +CONFIG_XFRM=y
29776 +# CONFIG_XFRM_USER is not set
29777 +# CONFIG_XFRM_SUB_POLICY is not set
29778 +# CONFIG_XFRM_MIGRATE is not set
29779 +# CONFIG_XFRM_STATISTICS is not set
29780 +# CONFIG_NET_KEY is not set
29781 +CONFIG_INET=y
29782 +CONFIG_IP_MULTICAST=y
29783 +# CONFIG_IP_ADVANCED_ROUTER is not set
29784 +CONFIG_IP_FIB_HASH=y
29785 +CONFIG_IP_PNP=y
29786 +CONFIG_IP_PNP_DHCP=y
29787 +CONFIG_IP_PNP_BOOTP=y
29788 +# CONFIG_IP_PNP_RARP is not set
29789 +# CONFIG_NET_IPIP is not set
29790 +# CONFIG_NET_IPGRE is not set
29791 +# CONFIG_IP_MROUTE is not set
29792 +# CONFIG_ARPD is not set
29793 +CONFIG_SYN_COOKIES=y
29794 +# CONFIG_INET_AH is not set
29795 +# CONFIG_INET_ESP is not set
29796 +# CONFIG_INET_IPCOMP is not set
29797 +# CONFIG_INET_XFRM_TUNNEL is not set
29798 +# CONFIG_INET_TUNNEL is not set
29799 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
29800 +CONFIG_INET_XFRM_MODE_TUNNEL=y
29801 +CONFIG_INET_XFRM_MODE_BEET=y
29802 +# CONFIG_INET_LRO is not set
29803 +CONFIG_INET_DIAG=y
29804 +CONFIG_INET_TCP_DIAG=y
29805 +# CONFIG_TCP_CONG_ADVANCED is not set
29806 +CONFIG_TCP_CONG_CUBIC=y
29807 +CONFIG_DEFAULT_TCP_CONG="cubic"
29808 +# CONFIG_TCP_MD5SIG is not set
29809 +# CONFIG_IPV6 is not set
29810 +# CONFIG_INET6_XFRM_TUNNEL is not set
29811 +# CONFIG_INET6_TUNNEL is not set
29812 +# CONFIG_NETWORK_SECMARK is not set
29813 +# CONFIG_NETFILTER is not set
29814 +# CONFIG_IP_DCCP is not set
29815 +# CONFIG_IP_SCTP is not set
29816 +# CONFIG_TIPC is not set
29817 +# CONFIG_ATM is not set
29818 +# CONFIG_BRIDGE is not set
29819 +# CONFIG_VLAN_8021Q is not set
29820 +# CONFIG_DECNET is not set
29821 +# CONFIG_LLC2 is not set
29822 +# CONFIG_IPX is not set
29823 +# CONFIG_ATALK is not set
29824 +# CONFIG_X25 is not set
29825 +# CONFIG_LAPB is not set
29826 +# CONFIG_ECONET is not set
29827 +# CONFIG_WAN_ROUTER is not set
29828 +# CONFIG_NET_SCHED is not set
29829 +
29830 +#
29831 +# Network testing
29832 +#
29833 +# CONFIG_NET_PKTGEN is not set
29834 +# CONFIG_HAMRADIO is not set
29835 +# CONFIG_CAN is not set
29836 +# CONFIG_IRDA is not set
29837 +# CONFIG_BT is not set
29838 +# CONFIG_AF_RXRPC is not set
29839 +
29840 +#
29841 +# Wireless
29842 +#
29843 +# CONFIG_CFG80211 is not set
29844 +# CONFIG_WIRELESS_EXT is not set
29845 +# CONFIG_MAC80211 is not set
29846 +# CONFIG_IEEE80211 is not set
29847 +# CONFIG_RFKILL is not set
29848 +# CONFIG_NET_9P is not set
29849 +
29850 +#
29851 +# Device Drivers
29852 +#
29853 +
29854 +#
29855 +# Generic Driver Options
29856 +#
29857 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
29858 +CONFIG_STANDALONE=y
29859 +CONFIG_PREVENT_FIRMWARE_BUILD=y
29860 +# CONFIG_FW_LOADER is not set
29861 +# CONFIG_SYS_HYPERVISOR is not set
29862 +# CONFIG_CONNECTOR is not set
29863 +# CONFIG_MTD is not set
29864 +CONFIG_OF_DEVICE=y
29865 +# CONFIG_PARPORT is not set
29866 +CONFIG_BLK_DEV=y
29867 +# CONFIG_BLK_DEV_FD is not set
29868 +# CONFIG_BLK_CPQ_DA is not set
29869 +# CONFIG_BLK_CPQ_CISS_DA is not set
29870 +# CONFIG_BLK_DEV_DAC960 is not set
29871 +# CONFIG_BLK_DEV_UMEM is not set
29872 +# CONFIG_BLK_DEV_COW_COMMON is not set
29873 +CONFIG_BLK_DEV_LOOP=y
29874 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
29875 +# CONFIG_BLK_DEV_NBD is not set
29876 +# CONFIG_BLK_DEV_SX8 is not set
29877 +CONFIG_BLK_DEV_RAM=y
29878 +CONFIG_BLK_DEV_RAM_COUNT=16
29879 +CONFIG_BLK_DEV_RAM_SIZE=32768
29880 +# CONFIG_BLK_DEV_XIP is not set
29881 +# CONFIG_CDROM_PKTCDVD is not set
29882 +# CONFIG_ATA_OVER_ETH is not set
29883 +CONFIG_MISC_DEVICES=y
29884 +# CONFIG_PHANTOM is not set
29885 +# CONFIG_EEPROM_93CX6 is not set
29886 +# CONFIG_SGI_IOC4 is not set
29887 +# CONFIG_TIFM_CORE is not set
29888 +# CONFIG_ENCLOSURE_SERVICES is not set
29889 +CONFIG_HAVE_IDE=y
29890 +# CONFIG_IDE is not set
29891 +
29892 +#
29893 +# SCSI device support
29894 +#
29895 +# CONFIG_RAID_ATTRS is not set
29896 +CONFIG_SCSI=y
29897 +CONFIG_SCSI_DMA=y
29898 +# CONFIG_SCSI_TGT is not set
29899 +# CONFIG_SCSI_NETLINK is not set
29900 +CONFIG_SCSI_PROC_FS=y
29901 +
29902 +#
29903 +# SCSI support type (disk, tape, CD-ROM)
29904 +#
29905 +# CONFIG_BLK_DEV_SD is not set
29906 +# CONFIG_CHR_DEV_ST is not set
29907 +# CONFIG_CHR_DEV_OSST is not set
29908 +# CONFIG_BLK_DEV_SR is not set
29909 +# CONFIG_CHR_DEV_SG is not set
29910 +# CONFIG_CHR_DEV_SCH is not set
29911 +
29912 +#
29913 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
29914 +#
29915 +# CONFIG_SCSI_MULTI_LUN is not set
29916 +# CONFIG_SCSI_CONSTANTS is not set
29917 +# CONFIG_SCSI_LOGGING is not set
29918 +# CONFIG_SCSI_SCAN_ASYNC is not set
29919 +CONFIG_SCSI_WAIT_SCAN=m
29920 +
29921 +#
29922 +# SCSI Transports
29923 +#
29924 +# CONFIG_SCSI_SPI_ATTRS is not set
29925 +# CONFIG_SCSI_FC_ATTRS is not set
29926 +# CONFIG_SCSI_ISCSI_ATTRS is not set
29927 +# CONFIG_SCSI_SAS_LIBSAS is not set
29928 +# CONFIG_SCSI_SRP_ATTRS is not set
29929 +CONFIG_SCSI_LOWLEVEL=y
29930 +# CONFIG_ISCSI_TCP is not set
29931 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
29932 +# CONFIG_SCSI_3W_9XXX is not set
29933 +# CONFIG_SCSI_ACARD is not set
29934 +# CONFIG_SCSI_AACRAID is not set
29935 +# CONFIG_SCSI_AIC7XXX is not set
29936 +# CONFIG_SCSI_AIC7XXX_OLD is not set
29937 +# CONFIG_SCSI_AIC79XX is not set
29938 +# CONFIG_SCSI_AIC94XX is not set
29939 +# CONFIG_SCSI_DPT_I2O is not set
29940 +# CONFIG_SCSI_ADVANSYS is not set
29941 +# CONFIG_SCSI_ARCMSR is not set
29942 +# CONFIG_MEGARAID_NEWGEN is not set
29943 +# CONFIG_MEGARAID_LEGACY is not set
29944 +# CONFIG_MEGARAID_SAS is not set
29945 +# CONFIG_SCSI_HPTIOP is not set
29946 +# CONFIG_SCSI_BUSLOGIC is not set
29947 +# CONFIG_SCSI_DMX3191D is not set
29948 +# CONFIG_SCSI_EATA is not set
29949 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
29950 +# CONFIG_SCSI_GDTH is not set
29951 +# CONFIG_SCSI_IPS is not set
29952 +# CONFIG_SCSI_INITIO is not set
29953 +# CONFIG_SCSI_INIA100 is not set
29954 +# CONFIG_SCSI_MVSAS is not set
29955 +# CONFIG_SCSI_STEX is not set
29956 +# CONFIG_SCSI_SYM53C8XX_2 is not set
29957 +# CONFIG_SCSI_QLOGIC_1280 is not set
29958 +# CONFIG_SCSI_QLA_FC is not set
29959 +# CONFIG_SCSI_QLA_ISCSI is not set
29960 +# CONFIG_SCSI_LPFC is not set
29961 +# CONFIG_SCSI_DC395x is not set
29962 +# CONFIG_SCSI_DC390T is not set
29963 +# CONFIG_SCSI_NSP32 is not set
29964 +# CONFIG_SCSI_DEBUG is not set
29965 +# CONFIG_SCSI_SRP is not set
29966 +# CONFIG_ATA is not set
29967 +# CONFIG_MD is not set
29968 +# CONFIG_FUSION is not set
29969 +
29970 +#
29971 +# IEEE 1394 (FireWire) support
29972 +#
29973 +# CONFIG_FIREWIRE is not set
29974 +# CONFIG_IEEE1394 is not set
29975 +# CONFIG_I2O is not set
29976 +# CONFIG_MACINTOSH_DRIVERS is not set
29977 +CONFIG_NETDEVICES=y
29978 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
29979 +# CONFIG_DUMMY is not set
29980 +# CONFIG_BONDING is not set
29981 +# CONFIG_MACVLAN is not set
29982 +# CONFIG_EQUALIZER is not set
29983 +# CONFIG_TUN is not set
29984 +# CONFIG_VETH is not set
29985 +# CONFIG_ARCNET is not set
29986 +CONFIG_PHYLIB=y
29987 +
29988 +#
29989 +# MII PHY device drivers
29990 +#
29991 +CONFIG_MARVELL_PHY=y
29992 +# CONFIG_DAVICOM_PHY is not set
29993 +# CONFIG_QSEMI_PHY is not set
29994 +# CONFIG_LXT_PHY is not set
29995 +# CONFIG_CICADA_PHY is not set
29996 +# CONFIG_VITESSE_PHY is not set
29997 +# CONFIG_SMSC_PHY is not set
29998 +# CONFIG_BROADCOM_PHY is not set
29999 +# CONFIG_ICPLUS_PHY is not set
30000 +# CONFIG_REALTEK_PHY is not set
30001 +# CONFIG_FIXED_PHY is not set
30002 +# CONFIG_MDIO_BITBANG is not set
30003 +CONFIG_NET_ETHERNET=y
30004 +CONFIG_MII=y
30005 +# CONFIG_HAPPYMEAL is not set
30006 +# CONFIG_SUNGEM is not set
30007 +# CONFIG_CASSINI is not set
30008 +# CONFIG_NET_VENDOR_3COM is not set
30009 +# CONFIG_NET_TULIP is not set
30010 +# CONFIG_HP100 is not set
30011 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
30012 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
30013 +# CONFIG_IBM_NEW_EMAC_TAH is not set
30014 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
30015 +# CONFIG_NET_PCI is not set
30016 +# CONFIG_B44 is not set
30017 +CONFIG_NETDEV_1000=y
30018 +# CONFIG_ACENIC is not set
30019 +# CONFIG_DL2K is not set
30020 +# CONFIG_E1000 is not set
30021 +# CONFIG_E1000E is not set
30022 +# CONFIG_E1000E_ENABLED is not set
30023 +# CONFIG_IP1000 is not set
30024 +# CONFIG_IGB is not set
30025 +# CONFIG_NS83820 is not set
30026 +# CONFIG_HAMACHI is not set
30027 +# CONFIG_YELLOWFIN is not set
30028 +# CONFIG_R8169 is not set
30029 +# CONFIG_SIS190 is not set
30030 +# CONFIG_SKGE is not set
30031 +# CONFIG_SKY2 is not set
30032 +# CONFIG_SK98LIN is not set
30033 +# CONFIG_VIA_VELOCITY is not set
30034 +# CONFIG_TIGON3 is not set
30035 +# CONFIG_BNX2 is not set
30036 +# CONFIG_GIANFAR is not set
30037 +CONFIG_UCC_GETH=y
30038 +# CONFIG_UGETH_NAPI is not set
30039 +# CONFIG_UGETH_MAGIC_PACKET is not set
30040 +# CONFIG_UGETH_FILTERING is not set
30041 +# CONFIG_UGETH_TX_ON_DEMAND is not set
30042 +# CONFIG_QLA3XXX is not set
30043 +# CONFIG_ATL1 is not set
30044 +CONFIG_NETDEV_10000=y
30045 +# CONFIG_CHELSIO_T1 is not set
30046 +# CONFIG_CHELSIO_T3 is not set
30047 +# CONFIG_IXGBE is not set
30048 +# CONFIG_IXGB is not set
30049 +# CONFIG_S2IO is not set
30050 +# CONFIG_MYRI10GE is not set
30051 +# CONFIG_NETXEN_NIC is not set
30052 +# CONFIG_NIU is not set
30053 +# CONFIG_MLX4_CORE is not set
30054 +# CONFIG_TEHUTI is not set
30055 +# CONFIG_BNX2X is not set
30056 +# CONFIG_TR is not set
30057 +
30058 +#
30059 +# Wireless LAN
30060 +#
30061 +# CONFIG_WLAN_PRE80211 is not set
30062 +# CONFIG_WLAN_80211 is not set
30063 +# CONFIG_WAN is not set
30064 +# CONFIG_FDDI is not set
30065 +# CONFIG_HIPPI is not set
30066 +# CONFIG_PPP is not set
30067 +# CONFIG_SLIP is not set
30068 +# CONFIG_NET_FC is not set
30069 +# CONFIG_NETCONSOLE is not set
30070 +# CONFIG_NETPOLL is not set
30071 +# CONFIG_NET_POLL_CONTROLLER is not set
30072 +# CONFIG_ISDN is not set
30073 +# CONFIG_PHONE is not set
30074 +
30075 +#
30076 +# Input device support
30077 +#
30078 +CONFIG_INPUT=y
30079 +# CONFIG_INPUT_FF_MEMLESS is not set
30080 +# CONFIG_INPUT_POLLDEV is not set
30081 +
30082 +#
30083 +# Userland interfaces
30084 +#
30085 +# CONFIG_INPUT_MOUSEDEV is not set
30086 +# CONFIG_INPUT_JOYDEV is not set
30087 +# CONFIG_INPUT_EVDEV is not set
30088 +# CONFIG_INPUT_EVBUG is not set
30089 +
30090 +#
30091 +# Input Device Drivers
30092 +#
30093 +# CONFIG_INPUT_KEYBOARD is not set
30094 +# CONFIG_INPUT_MOUSE is not set
30095 +# CONFIG_INPUT_JOYSTICK is not set
30096 +# CONFIG_INPUT_TABLET is not set
30097 +# CONFIG_INPUT_TOUCHSCREEN is not set
30098 +# CONFIG_INPUT_MISC is not set
30099 +
30100 +#
30101 +# Hardware I/O ports
30102 +#
30103 +# CONFIG_SERIO is not set
30104 +# CONFIG_GAMEPORT is not set
30105 +
30106 +#
30107 +# Character devices
30108 +#
30109 +# CONFIG_VT is not set
30110 +# CONFIG_SERIAL_NONSTANDARD is not set
30111 +# CONFIG_NOZOMI is not set
30112 +
30113 +#
30114 +# Serial drivers
30115 +#
30116 +CONFIG_SERIAL_8250=y
30117 +CONFIG_SERIAL_8250_CONSOLE=y
30118 +CONFIG_SERIAL_8250_PCI=y
30119 +CONFIG_SERIAL_8250_NR_UARTS=4
30120 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
30121 +# CONFIG_SERIAL_8250_EXTENDED is not set
30122 +
30123 +#
30124 +# Non-8250 serial port support
30125 +#
30126 +# CONFIG_SERIAL_UARTLITE is not set
30127 +CONFIG_SERIAL_CORE=y
30128 +CONFIG_SERIAL_CORE_CONSOLE=y
30129 +# CONFIG_SERIAL_JSM is not set
30130 +# CONFIG_SERIAL_OF_PLATFORM is not set
30131 +# CONFIG_SERIAL_QE is not set
30132 +CONFIG_UNIX98_PTYS=y
30133 +CONFIG_LEGACY_PTYS=y
30134 +CONFIG_LEGACY_PTY_COUNT=256
30135 +# CONFIG_IPMI_HANDLER is not set
30136 +CONFIG_HW_RANDOM=y
30137 +# CONFIG_NVRAM is not set
30138 +# CONFIG_GEN_RTC is not set
30139 +# CONFIG_R3964 is not set
30140 +# CONFIG_APPLICOM is not set
30141 +# CONFIG_RAW_DRIVER is not set
30142 +# CONFIG_TCG_TPM is not set
30143 +CONFIG_DEVPORT=y
30144 +CONFIG_I2C=y
30145 +CONFIG_I2C_BOARDINFO=y
30146 +CONFIG_I2C_CHARDEV=y
30147 +
30148 +#
30149 +# I2C Algorithms
30150 +#
30151 +# CONFIG_I2C_ALGOBIT is not set
30152 +# CONFIG_I2C_ALGOPCF is not set
30153 +# CONFIG_I2C_ALGOPCA is not set
30154 +
30155 +#
30156 +# I2C Hardware Bus support
30157 +#
30158 +# CONFIG_I2C_ALI1535 is not set
30159 +# CONFIG_I2C_ALI1563 is not set
30160 +# CONFIG_I2C_ALI15X3 is not set
30161 +# CONFIG_I2C_AMD756 is not set
30162 +# CONFIG_I2C_AMD8111 is not set
30163 +# CONFIG_I2C_I801 is not set
30164 +# CONFIG_I2C_I810 is not set
30165 +# CONFIG_I2C_PIIX4 is not set
30166 +CONFIG_I2C_MPC=y
30167 +# CONFIG_I2C_NFORCE2 is not set
30168 +# CONFIG_I2C_OCORES is not set
30169 +# CONFIG_I2C_PARPORT_LIGHT is not set
30170 +# CONFIG_I2C_PROSAVAGE is not set
30171 +# CONFIG_I2C_SAVAGE4 is not set
30172 +# CONFIG_I2C_SIMTEC is not set
30173 +# CONFIG_I2C_SIS5595 is not set
30174 +# CONFIG_I2C_SIS630 is not set
30175 +# CONFIG_I2C_SIS96X is not set
30176 +# CONFIG_I2C_TAOS_EVM is not set
30177 +# CONFIG_I2C_STUB is not set
30178 +# CONFIG_I2C_VIA is not set
30179 +# CONFIG_I2C_VIAPRO is not set
30180 +# CONFIG_I2C_VOODOO3 is not set
30181 +
30182 +#
30183 +# Miscellaneous I2C Chip support
30184 +#
30185 +# CONFIG_DS1682 is not set
30186 +# CONFIG_SENSORS_EEPROM is not set
30187 +# CONFIG_SENSORS_PCF8574 is not set
30188 +# CONFIG_PCF8575 is not set
30189 +# CONFIG_SENSORS_PCF8591 is not set
30190 +# CONFIG_TPS65010 is not set
30191 +# CONFIG_SENSORS_MAX6875 is not set
30192 +# CONFIG_SENSORS_TSL2550 is not set
30193 +# CONFIG_I2C_DEBUG_CORE is not set
30194 +# CONFIG_I2C_DEBUG_ALGO is not set
30195 +# CONFIG_I2C_DEBUG_BUS is not set
30196 +# CONFIG_I2C_DEBUG_CHIP is not set
30197 +
30198 +#
30199 +# SPI support
30200 +#
30201 +# CONFIG_SPI is not set
30202 +# CONFIG_SPI_MASTER is not set
30203 +# CONFIG_W1 is not set
30204 +# CONFIG_POWER_SUPPLY is not set
30205 +CONFIG_HWMON=y
30206 +# CONFIG_HWMON_VID is not set
30207 +# CONFIG_SENSORS_AD7418 is not set
30208 +# CONFIG_SENSORS_ADM1021 is not set
30209 +# CONFIG_SENSORS_ADM1025 is not set
30210 +# CONFIG_SENSORS_ADM1026 is not set
30211 +# CONFIG_SENSORS_ADM1029 is not set
30212 +# CONFIG_SENSORS_ADM1031 is not set
30213 +# CONFIG_SENSORS_ADM9240 is not set
30214 +# CONFIG_SENSORS_ADT7470 is not set
30215 +# CONFIG_SENSORS_ADT7473 is not set
30216 +# CONFIG_SENSORS_ATXP1 is not set
30217 +# CONFIG_SENSORS_DS1621 is not set
30218 +# CONFIG_SENSORS_I5K_AMB is not set
30219 +# CONFIG_SENSORS_F71805F is not set
30220 +# CONFIG_SENSORS_F71882FG is not set
30221 +# CONFIG_SENSORS_F75375S is not set
30222 +# CONFIG_SENSORS_GL518SM is not set
30223 +# CONFIG_SENSORS_GL520SM is not set
30224 +# CONFIG_SENSORS_IT87 is not set
30225 +# CONFIG_SENSORS_LM63 is not set
30226 +# CONFIG_SENSORS_LM75 is not set
30227 +# CONFIG_SENSORS_LM77 is not set
30228 +# CONFIG_SENSORS_LM78 is not set
30229 +# CONFIG_SENSORS_LM80 is not set
30230 +# CONFIG_SENSORS_LM83 is not set
30231 +# CONFIG_SENSORS_LM85 is not set
30232 +# CONFIG_SENSORS_LM87 is not set
30233 +# CONFIG_SENSORS_LM90 is not set
30234 +# CONFIG_SENSORS_LM92 is not set
30235 +# CONFIG_SENSORS_LM93 is not set
30236 +# CONFIG_SENSORS_MAX1619 is not set
30237 +# CONFIG_SENSORS_MAX6650 is not set
30238 +# CONFIG_SENSORS_PC87360 is not set
30239 +# CONFIG_SENSORS_PC87427 is not set
30240 +# CONFIG_SENSORS_SIS5595 is not set
30241 +# CONFIG_SENSORS_DME1737 is not set
30242 +# CONFIG_SENSORS_SMSC47M1 is not set
30243 +# CONFIG_SENSORS_SMSC47M192 is not set
30244 +# CONFIG_SENSORS_SMSC47B397 is not set
30245 +# CONFIG_SENSORS_ADS7828 is not set
30246 +# CONFIG_SENSORS_THMC50 is not set
30247 +# CONFIG_SENSORS_VIA686A is not set
30248 +# CONFIG_SENSORS_VT1211 is not set
30249 +# CONFIG_SENSORS_VT8231 is not set
30250 +# CONFIG_SENSORS_W83781D is not set
30251 +# CONFIG_SENSORS_W83791D is not set
30252 +# CONFIG_SENSORS_W83792D is not set
30253 +# CONFIG_SENSORS_W83793 is not set
30254 +# CONFIG_SENSORS_W83L785TS is not set
30255 +# CONFIG_SENSORS_W83L786NG is not set
30256 +# CONFIG_SENSORS_W83627HF is not set
30257 +# CONFIG_SENSORS_W83627EHF is not set
30258 +# CONFIG_HWMON_DEBUG_CHIP is not set
30259 +# CONFIG_THERMAL is not set
30260 +CONFIG_WATCHDOG=y
30261 +# CONFIG_WATCHDOG_NOWAYOUT is not set
30262 +
30263 +#
30264 +# Watchdog Device Drivers
30265 +#
30266 +# CONFIG_SOFT_WATCHDOG is not set
30267 +CONFIG_83xx_WDT=y
30268 +
30269 +#
30270 +# PCI-based Watchdog Cards
30271 +#
30272 +# CONFIG_PCIPCWATCHDOG is not set
30273 +# CONFIG_WDTPCI is not set
30274 +
30275 +#
30276 +# Sonics Silicon Backplane
30277 +#
30278 +CONFIG_SSB_POSSIBLE=y
30279 +# CONFIG_SSB is not set
30280 +
30281 +#
30282 +# Multifunction device drivers
30283 +#
30284 +# CONFIG_MFD_SM501 is not set
30285 +
30286 +#
30287 +# Multimedia devices
30288 +#
30289 +# CONFIG_VIDEO_DEV is not set
30290 +# CONFIG_DVB_CORE is not set
30291 +CONFIG_DAB=y
30292 +
30293 +#
30294 +# Graphics support
30295 +#
30296 +# CONFIG_AGP is not set
30297 +# CONFIG_DRM is not set
30298 +# CONFIG_VGASTATE is not set
30299 +CONFIG_VIDEO_OUTPUT_CONTROL=m
30300 +# CONFIG_FB is not set
30301 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
30302 +
30303 +#
30304 +# Display device support
30305 +#
30306 +# CONFIG_DISPLAY_SUPPORT is not set
30307 +
30308 +#
30309 +# Sound
30310 +#
30311 +# CONFIG_SOUND is not set
30312 +CONFIG_HID_SUPPORT=y
30313 +CONFIG_HID=y
30314 +# CONFIG_HID_DEBUG is not set
30315 +# CONFIG_HIDRAW is not set
30316 +CONFIG_USB_SUPPORT=y
30317 +CONFIG_USB_ARCH_HAS_HCD=y
30318 +CONFIG_USB_ARCH_HAS_OHCI=y
30319 +CONFIG_USB_ARCH_HAS_EHCI=y
30320 +# CONFIG_USB is not set
30321 +
30322 +#
30323 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
30324 +#
30325 +# CONFIG_USB_GADGET is not set
30326 +# CONFIG_MMC is not set
30327 +# CONFIG_MEMSTICK is not set
30328 +# CONFIG_NEW_LEDS is not set
30329 +# CONFIG_INFINIBAND is not set
30330 +# CONFIG_EDAC is not set
30331 +CONFIG_RTC_LIB=y
30332 +CONFIG_RTC_CLASS=y
30333 +CONFIG_RTC_HCTOSYS=y
30334 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
30335 +# CONFIG_RTC_DEBUG is not set
30336 +
30337 +#
30338 +# RTC interfaces
30339 +#
30340 +CONFIG_RTC_INTF_SYSFS=y
30341 +CONFIG_RTC_INTF_PROC=y
30342 +CONFIG_RTC_INTF_DEV=y
30343 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
30344 +# CONFIG_RTC_DRV_TEST is not set
30345 +
30346 +#
30347 +# I2C RTC drivers
30348 +#
30349 +# CONFIG_RTC_DRV_DS1307 is not set
30350 +CONFIG_RTC_DRV_DS1374=y
30351 +# CONFIG_RTC_DRV_DS1672 is not set
30352 +# CONFIG_RTC_DRV_MAX6900 is not set
30353 +# CONFIG_RTC_DRV_RS5C372 is not set
30354 +# CONFIG_RTC_DRV_ISL1208 is not set
30355 +# CONFIG_RTC_DRV_X1205 is not set
30356 +# CONFIG_RTC_DRV_PCF8563 is not set
30357 +# CONFIG_RTC_DRV_PCF8583 is not set
30358 +# CONFIG_RTC_DRV_M41T80 is not set
30359 +# CONFIG_RTC_DRV_S35390A is not set
30360 +
30361 +#
30362 +# SPI RTC drivers
30363 +#
30364 +
30365 +#
30366 +# Platform RTC drivers
30367 +#
30368 +# CONFIG_RTC_DRV_CMOS is not set
30369 +# CONFIG_RTC_DRV_DS1511 is not set
30370 +# CONFIG_RTC_DRV_DS1553 is not set
30371 +# CONFIG_RTC_DRV_DS1742 is not set
30372 +# CONFIG_RTC_DRV_STK17TA8 is not set
30373 +# CONFIG_RTC_DRV_M48T86 is not set
30374 +# CONFIG_RTC_DRV_M48T59 is not set
30375 +# CONFIG_RTC_DRV_V3020 is not set
30376 +
30377 +#
30378 +# on-CPU RTC drivers
30379 +#
30380 +# CONFIG_DMADEVICES is not set
30381 +
30382 +#
30383 +# Userspace I/O
30384 +#
30385 +# CONFIG_UIO is not set
30386 +
30387 +#
30388 +# File systems
30389 +#
30390 +CONFIG_EXT2_FS=y
30391 +# CONFIG_EXT2_FS_XATTR is not set
30392 +# CONFIG_EXT2_FS_XIP is not set
30393 +CONFIG_EXT3_FS=y
30394 +CONFIG_EXT3_FS_XATTR=y
30395 +# CONFIG_EXT3_FS_POSIX_ACL is not set
30396 +# CONFIG_EXT3_FS_SECURITY is not set
30397 +# CONFIG_EXT4DEV_FS is not set
30398 +CONFIG_JBD=y
30399 +CONFIG_FS_MBCACHE=y
30400 +# CONFIG_REISERFS_FS is not set
30401 +# CONFIG_JFS_FS is not set
30402 +# CONFIG_FS_POSIX_ACL is not set
30403 +# CONFIG_XFS_FS is not set
30404 +# CONFIG_GFS2_FS is not set
30405 +# CONFIG_OCFS2_FS is not set
30406 +CONFIG_DNOTIFY=y
30407 +CONFIG_INOTIFY=y
30408 +CONFIG_INOTIFY_USER=y
30409 +# CONFIG_QUOTA is not set
30410 +# CONFIG_AUTOFS_FS is not set
30411 +# CONFIG_AUTOFS4_FS is not set
30412 +# CONFIG_FUSE_FS is not set
30413 +
30414 +#
30415 +# CD-ROM/DVD Filesystems
30416 +#
30417 +# CONFIG_ISO9660_FS is not set
30418 +# CONFIG_UDF_FS is not set
30419 +
30420 +#
30421 +# DOS/FAT/NT Filesystems
30422 +#
30423 +# CONFIG_MSDOS_FS is not set
30424 +# CONFIG_VFAT_FS is not set
30425 +# CONFIG_NTFS_FS is not set
30426 +
30427 +#
30428 +# Pseudo filesystems
30429 +#
30430 +CONFIG_PROC_FS=y
30431 +CONFIG_PROC_KCORE=y
30432 +CONFIG_PROC_SYSCTL=y
30433 +CONFIG_SYSFS=y
30434 +CONFIG_TMPFS=y
30435 +# CONFIG_TMPFS_POSIX_ACL is not set
30436 +# CONFIG_HUGETLB_PAGE is not set
30437 +# CONFIG_CONFIGFS_FS is not set
30438 +
30439 +#
30440 +# Miscellaneous filesystems
30441 +#
30442 +# CONFIG_ADFS_FS is not set
30443 +# CONFIG_AFFS_FS is not set
30444 +# CONFIG_HFS_FS is not set
30445 +# CONFIG_HFSPLUS_FS is not set
30446 +# CONFIG_BEFS_FS is not set
30447 +# CONFIG_BFS_FS is not set
30448 +# CONFIG_EFS_FS is not set
30449 +# CONFIG_CRAMFS is not set
30450 +# CONFIG_VXFS_FS is not set
30451 +# CONFIG_MINIX_FS is not set
30452 +# CONFIG_HPFS_FS is not set
30453 +# CONFIG_QNX4FS_FS is not set
30454 +# CONFIG_ROMFS_FS is not set
30455 +# CONFIG_SYSV_FS is not set
30456 +# CONFIG_UFS_FS is not set
30457 +CONFIG_NETWORK_FILESYSTEMS=y
30458 +CONFIG_NFS_FS=y
30459 +CONFIG_NFS_V3=y
30460 +# CONFIG_NFS_V3_ACL is not set
30461 +CONFIG_NFS_V4=y
30462 +# CONFIG_NFS_DIRECTIO is not set
30463 +# CONFIG_NFSD is not set
30464 +CONFIG_ROOT_NFS=y
30465 +CONFIG_LOCKD=y
30466 +CONFIG_LOCKD_V4=y
30467 +CONFIG_NFS_COMMON=y
30468 +CONFIG_SUNRPC=y
30469 +CONFIG_SUNRPC_GSS=y
30470 +# CONFIG_SUNRPC_BIND34 is not set
30471 +CONFIG_RPCSEC_GSS_KRB5=y
30472 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
30473 +# CONFIG_SMB_FS is not set
30474 +# CONFIG_CIFS is not set
30475 +# CONFIG_NCP_FS is not set
30476 +# CONFIG_CODA_FS is not set
30477 +# CONFIG_AFS_FS is not set
30478 +
30479 +#
30480 +# Partition Types
30481 +#
30482 +CONFIG_PARTITION_ADVANCED=y
30483 +# CONFIG_ACORN_PARTITION is not set
30484 +# CONFIG_OSF_PARTITION is not set
30485 +# CONFIG_AMIGA_PARTITION is not set
30486 +# CONFIG_ATARI_PARTITION is not set
30487 +# CONFIG_MAC_PARTITION is not set
30488 +# CONFIG_MSDOS_PARTITION is not set
30489 +# CONFIG_LDM_PARTITION is not set
30490 +# CONFIG_SGI_PARTITION is not set
30491 +# CONFIG_ULTRIX_PARTITION is not set
30492 +# CONFIG_SUN_PARTITION is not set
30493 +# CONFIG_KARMA_PARTITION is not set
30494 +# CONFIG_EFI_PARTITION is not set
30495 +# CONFIG_SYSV68_PARTITION is not set
30496 +# CONFIG_NLS is not set
30497 +# CONFIG_DLM is not set
30498 +CONFIG_UCC_FAST=y
30499 +CONFIG_UCC=y
30500 +
30501 +#
30502 +# Library routines
30503 +#
30504 +CONFIG_BITREVERSE=y
30505 +# CONFIG_CRC_CCITT is not set
30506 +# CONFIG_CRC16 is not set
30507 +# CONFIG_CRC_ITU_T is not set
30508 +CONFIG_CRC32=y
30509 +# CONFIG_CRC7 is not set
30510 +# CONFIG_LIBCRC32C is not set
30511 +CONFIG_PLIST=y
30512 +CONFIG_HAS_IOMEM=y
30513 +CONFIG_HAS_IOPORT=y
30514 +CONFIG_HAS_DMA=y
30515 +
30516 +#
30517 +# Kernel hacking
30518 +#
30519 +# CONFIG_PRINTK_TIME is not set
30520 +CONFIG_ENABLE_WARN_DEPRECATED=y
30521 +CONFIG_ENABLE_MUST_CHECK=y
30522 +# CONFIG_MAGIC_SYSRQ is not set
30523 +# CONFIG_UNUSED_SYMBOLS is not set
30524 +# CONFIG_DEBUG_FS is not set
30525 +# CONFIG_HEADERS_CHECK is not set
30526 +# CONFIG_DEBUG_KERNEL is not set
30527 +# CONFIG_SLUB_DEBUG_ON is not set
30528 +# CONFIG_SLUB_STATS is not set
30529 +# CONFIG_DEBUG_BUGVERBOSE is not set
30530 +# CONFIG_SAMPLES is not set
30531 +# CONFIG_PPC_EARLY_DEBUG is not set
30532 +
30533 +#
30534 +# Security options
30535 +#
30536 +# CONFIG_KEYS is not set
30537 +# CONFIG_SECURITY is not set
30538 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
30539 +CONFIG_CRYPTO=y
30540 +CONFIG_CRYPTO_ALGAPI=y
30541 +CONFIG_CRYPTO_BLKCIPHER=y
30542 +# CONFIG_CRYPTO_SEQIV is not set
30543 +CONFIG_CRYPTO_MANAGER=y
30544 +# CONFIG_CRYPTO_HMAC is not set
30545 +# CONFIG_CRYPTO_XCBC is not set
30546 +# CONFIG_CRYPTO_NULL is not set
30547 +# CONFIG_CRYPTO_MD4 is not set
30548 +CONFIG_CRYPTO_MD5=y
30549 +# CONFIG_CRYPTO_SHA1 is not set
30550 +# CONFIG_CRYPTO_SHA256 is not set
30551 +# CONFIG_CRYPTO_SHA512 is not set
30552 +# CONFIG_CRYPTO_WP512 is not set
30553 +# CONFIG_CRYPTO_TGR192 is not set
30554 +# CONFIG_CRYPTO_GF128MUL is not set
30555 +CONFIG_CRYPTO_ECB=m
30556 +CONFIG_CRYPTO_CBC=y
30557 +CONFIG_CRYPTO_PCBC=m
30558 +# CONFIG_CRYPTO_LRW is not set
30559 +# CONFIG_CRYPTO_XTS is not set
30560 +# CONFIG_CRYPTO_CTR is not set
30561 +# CONFIG_CRYPTO_GCM is not set
30562 +# CONFIG_CRYPTO_CCM is not set
30563 +# CONFIG_CRYPTO_CRYPTD is not set
30564 +CONFIG_CRYPTO_DES=y
30565 +# CONFIG_CRYPTO_FCRYPT is not set
30566 +# CONFIG_CRYPTO_BLOWFISH is not set
30567 +# CONFIG_CRYPTO_TWOFISH is not set
30568 +# CONFIG_CRYPTO_SERPENT is not set
30569 +# CONFIG_CRYPTO_AES is not set
30570 +# CONFIG_CRYPTO_CAST5 is not set
30571 +# CONFIG_CRYPTO_CAST6 is not set
30572 +# CONFIG_CRYPTO_TEA is not set
30573 +# CONFIG_CRYPTO_ARC4 is not set
30574 +# CONFIG_CRYPTO_KHAZAD is not set
30575 +# CONFIG_CRYPTO_ANUBIS is not set
30576 +# CONFIG_CRYPTO_SEED is not set
30577 +# CONFIG_CRYPTO_SALSA20 is not set
30578 +# CONFIG_CRYPTO_DEFLATE is not set
30579 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
30580 +# CONFIG_CRYPTO_CRC32C is not set
30581 +# CONFIG_CRYPTO_CAMELLIA is not set
30582 +# CONFIG_CRYPTO_TEST is not set
30583 +# CONFIG_CRYPTO_AUTHENC is not set
30584 +# CONFIG_CRYPTO_LZO is not set
30585 +CONFIG_CRYPTO_HW=y
30586 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
30587 +# CONFIG_PPC_CLOCK is not set
30588 +CONFIG_PPC_LIB_RHEAP=y
30589 --- /dev/null
30590 +++ b/arch/powerpc/configs/83xx/mpc837x_mds_defconfig
30591 @@ -0,0 +1,899 @@
30592 +#
30593 +# Automatically generated make config: don't edit
30594 +# Linux kernel version: 2.6.25-rc6
30595 +# Mon Mar 24 08:48:23 2008
30596 +#
30597 +# CONFIG_PPC64 is not set
30598 +
30599 +#
30600 +# Processor support
30601 +#
30602 +CONFIG_6xx=y
30603 +# CONFIG_PPC_85xx is not set
30604 +# CONFIG_PPC_8xx is not set
30605 +# CONFIG_40x is not set
30606 +# CONFIG_44x is not set
30607 +# CONFIG_E200 is not set
30608 +CONFIG_PPC_FPU=y
30609 +# CONFIG_FSL_EMB_PERFMON is not set
30610 +CONFIG_PPC_STD_MMU=y
30611 +CONFIG_PPC_STD_MMU_32=y
30612 +# CONFIG_PPC_MM_SLICES is not set
30613 +# CONFIG_SMP is not set
30614 +CONFIG_PPC32=y
30615 +CONFIG_WORD_SIZE=32
30616 +CONFIG_PPC_MERGE=y
30617 +CONFIG_MMU=y
30618 +CONFIG_GENERIC_CMOS_UPDATE=y
30619 +CONFIG_GENERIC_TIME=y
30620 +CONFIG_GENERIC_TIME_VSYSCALL=y
30621 +CONFIG_GENERIC_CLOCKEVENTS=y
30622 +CONFIG_GENERIC_HARDIRQS=y
30623 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
30624 +CONFIG_IRQ_PER_CPU=y
30625 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
30626 +CONFIG_ARCH_HAS_ILOG2_U32=y
30627 +CONFIG_GENERIC_HWEIGHT=y
30628 +CONFIG_GENERIC_CALIBRATE_DELAY=y
30629 +CONFIG_GENERIC_FIND_NEXT_BIT=y
30630 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
30631 +CONFIG_PPC=y
30632 +CONFIG_EARLY_PRINTK=y
30633 +CONFIG_GENERIC_NVRAM=y
30634 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
30635 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
30636 +CONFIG_PPC_OF=y
30637 +CONFIG_OF=y
30638 +CONFIG_PPC_UDBG_16550=y
30639 +# CONFIG_GENERIC_TBSYNC is not set
30640 +CONFIG_AUDIT_ARCH=y
30641 +CONFIG_GENERIC_BUG=y
30642 +CONFIG_DEFAULT_UIMAGE=y
30643 +# CONFIG_PPC_DCR_NATIVE is not set
30644 +# CONFIG_PPC_DCR_MMIO is not set
30645 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
30646 +
30647 +#
30648 +# General setup
30649 +#
30650 +CONFIG_EXPERIMENTAL=y
30651 +CONFIG_BROKEN_ON_SMP=y
30652 +CONFIG_INIT_ENV_ARG_LIMIT=32
30653 +CONFIG_LOCALVERSION=""
30654 +CONFIG_LOCALVERSION_AUTO=y
30655 +CONFIG_SWAP=y
30656 +CONFIG_SYSVIPC=y
30657 +CONFIG_SYSVIPC_SYSCTL=y
30658 +# CONFIG_POSIX_MQUEUE is not set
30659 +# CONFIG_BSD_PROCESS_ACCT is not set
30660 +# CONFIG_TASKSTATS is not set
30661 +# CONFIG_AUDIT is not set
30662 +# CONFIG_IKCONFIG is not set
30663 +CONFIG_LOG_BUF_SHIFT=14
30664 +# CONFIG_CGROUPS is not set
30665 +CONFIG_GROUP_SCHED=y
30666 +CONFIG_FAIR_GROUP_SCHED=y
30667 +# CONFIG_RT_GROUP_SCHED is not set
30668 +CONFIG_USER_SCHED=y
30669 +# CONFIG_CGROUP_SCHED is not set
30670 +CONFIG_SYSFS_DEPRECATED=y
30671 +CONFIG_SYSFS_DEPRECATED_V2=y
30672 +# CONFIG_RELAY is not set
30673 +# CONFIG_NAMESPACES is not set
30674 +CONFIG_BLK_DEV_INITRD=y
30675 +CONFIG_INITRAMFS_SOURCE=""
30676 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
30677 +CONFIG_SYSCTL=y
30678 +CONFIG_EMBEDDED=y
30679 +CONFIG_SYSCTL_SYSCALL=y
30680 +CONFIG_KALLSYMS=y
30681 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
30682 +CONFIG_HOTPLUG=y
30683 +CONFIG_PRINTK=y
30684 +CONFIG_BUG=y
30685 +CONFIG_ELF_CORE=y
30686 +CONFIG_COMPAT_BRK=y
30687 +CONFIG_BASE_FULL=y
30688 +CONFIG_FUTEX=y
30689 +CONFIG_ANON_INODES=y
30690 +# CONFIG_EPOLL is not set
30691 +CONFIG_SIGNALFD=y
30692 +CONFIG_TIMERFD=y
30693 +CONFIG_EVENTFD=y
30694 +CONFIG_SHMEM=y
30695 +CONFIG_VM_EVENT_COUNTERS=y
30696 +CONFIG_SLAB=y
30697 +# CONFIG_SLUB is not set
30698 +# CONFIG_SLOB is not set
30699 +# CONFIG_PROFILING is not set
30700 +# CONFIG_MARKERS is not set
30701 +CONFIG_HAVE_OPROFILE=y
30702 +# CONFIG_KPROBES is not set
30703 +CONFIG_HAVE_KPROBES=y
30704 +CONFIG_HAVE_KRETPROBES=y
30705 +CONFIG_PROC_PAGE_MONITOR=y
30706 +CONFIG_SLABINFO=y
30707 +CONFIG_RT_MUTEXES=y
30708 +# CONFIG_TINY_SHMEM is not set
30709 +CONFIG_BASE_SMALL=0
30710 +CONFIG_MODULES=y
30711 +CONFIG_MODULE_UNLOAD=y
30712 +# CONFIG_MODULE_FORCE_UNLOAD is not set
30713 +# CONFIG_MODVERSIONS is not set
30714 +# CONFIG_MODULE_SRCVERSION_ALL is not set
30715 +# CONFIG_KMOD is not set
30716 +CONFIG_BLOCK=y
30717 +# CONFIG_LBD is not set
30718 +# CONFIG_BLK_DEV_IO_TRACE is not set
30719 +# CONFIG_LSF is not set
30720 +# CONFIG_BLK_DEV_BSG is not set
30721 +
30722 +#
30723 +# IO Schedulers
30724 +#
30725 +CONFIG_IOSCHED_NOOP=y
30726 +CONFIG_IOSCHED_AS=y
30727 +CONFIG_IOSCHED_DEADLINE=y
30728 +CONFIG_IOSCHED_CFQ=y
30729 +CONFIG_DEFAULT_AS=y
30730 +# CONFIG_DEFAULT_DEADLINE is not set
30731 +# CONFIG_DEFAULT_CFQ is not set
30732 +# CONFIG_DEFAULT_NOOP is not set
30733 +CONFIG_DEFAULT_IOSCHED="anticipatory"
30734 +CONFIG_CLASSIC_RCU=y
30735 +
30736 +#
30737 +# Platform support
30738 +#
30739 +# CONFIG_PPC_MULTIPLATFORM is not set
30740 +# CONFIG_PPC_82xx is not set
30741 +CONFIG_PPC_83xx=y
30742 +# CONFIG_PPC_86xx is not set
30743 +# CONFIG_PPC_MPC512x is not set
30744 +# CONFIG_PPC_MPC5121 is not set
30745 +# CONFIG_PPC_CELL is not set
30746 +# CONFIG_PPC_CELL_NATIVE is not set
30747 +# CONFIG_PQ2ADS is not set
30748 +CONFIG_MPC83xx=y
30749 +# CONFIG_MPC831x_RDB is not set
30750 +# CONFIG_MPC832x_MDS is not set
30751 +# CONFIG_MPC832x_RDB is not set
30752 +# CONFIG_MPC834x_MDS is not set
30753 +# CONFIG_MPC834x_ITX is not set
30754 +# CONFIG_MPC836x_MDS is not set
30755 +CONFIG_MPC837x_MDS=y
30756 +# CONFIG_MPC837x_RDB is not set
30757 +# CONFIG_SBC834x is not set
30758 +CONFIG_PPC_MPC837x=y
30759 +CONFIG_IPIC=y
30760 +# CONFIG_MPIC is not set
30761 +# CONFIG_MPIC_WEIRD is not set
30762 +# CONFIG_PPC_I8259 is not set
30763 +# CONFIG_PPC_RTAS is not set
30764 +# CONFIG_MMIO_NVRAM is not set
30765 +# CONFIG_PPC_MPC106 is not set
30766 +# CONFIG_PPC_970_NAP is not set
30767 +# CONFIG_PPC_INDIRECT_IO is not set
30768 +# CONFIG_GENERIC_IOMAP is not set
30769 +# CONFIG_CPU_FREQ is not set
30770 +# CONFIG_FSL_ULI1575 is not set
30771 +
30772 +#
30773 +# Kernel options
30774 +#
30775 +# CONFIG_HIGHMEM is not set
30776 +# CONFIG_TICK_ONESHOT is not set
30777 +# CONFIG_NO_HZ is not set
30778 +# CONFIG_HIGH_RES_TIMERS is not set
30779 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
30780 +# CONFIG_HZ_100 is not set
30781 +CONFIG_HZ_250=y
30782 +# CONFIG_HZ_300 is not set
30783 +# CONFIG_HZ_1000 is not set
30784 +CONFIG_HZ=250
30785 +# CONFIG_SCHED_HRTICK is not set
30786 +CONFIG_PREEMPT_NONE=y
30787 +# CONFIG_PREEMPT_VOLUNTARY is not set
30788 +# CONFIG_PREEMPT is not set
30789 +CONFIG_BINFMT_ELF=y
30790 +# CONFIG_BINFMT_MISC is not set
30791 +# CONFIG_IOMMU_HELPER is not set
30792 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
30793 +CONFIG_ARCH_HAS_WALK_MEMORY=y
30794 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
30795 +CONFIG_ARCH_FLATMEM_ENABLE=y
30796 +CONFIG_ARCH_POPULATES_NODE_MAP=y
30797 +CONFIG_SELECT_MEMORY_MODEL=y
30798 +CONFIG_FLATMEM_MANUAL=y
30799 +# CONFIG_DISCONTIGMEM_MANUAL is not set
30800 +# CONFIG_SPARSEMEM_MANUAL is not set
30801 +CONFIG_FLATMEM=y
30802 +CONFIG_FLAT_NODE_MEM_MAP=y
30803 +# CONFIG_SPARSEMEM_STATIC is not set
30804 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
30805 +CONFIG_SPLIT_PTLOCK_CPUS=4
30806 +# CONFIG_RESOURCES_64BIT is not set
30807 +CONFIG_ZONE_DMA_FLAG=1
30808 +CONFIG_BOUNCE=y
30809 +CONFIG_VIRT_TO_BUS=y
30810 +CONFIG_PROC_DEVICETREE=y
30811 +# CONFIG_CMDLINE_BOOL is not set
30812 +# CONFIG_PM is not set
30813 +CONFIG_SECCOMP=y
30814 +CONFIG_ISA_DMA_API=y
30815 +
30816 +#
30817 +# Bus options
30818 +#
30819 +CONFIG_ZONE_DMA=y
30820 +CONFIG_GENERIC_ISA_DMA=y
30821 +CONFIG_PPC_INDIRECT_PCI=y
30822 +CONFIG_FSL_SOC=y
30823 +# CONFIG_PCI is not set
30824 +# CONFIG_PCI_DOMAINS is not set
30825 +# CONFIG_PCI_SYSCALL is not set
30826 +# CONFIG_ARCH_SUPPORTS_MSI is not set
30827 +# CONFIG_PCCARD is not set
30828 +
30829 +#
30830 +# Advanced setup
30831 +#
30832 +# CONFIG_ADVANCED_OPTIONS is not set
30833 +
30834 +#
30835 +# Default settings for advanced configuration options are used
30836 +#
30837 +CONFIG_HIGHMEM_START=0xfe000000
30838 +CONFIG_LOWMEM_SIZE=0x30000000
30839 +CONFIG_KERNEL_START=0xc0000000
30840 +CONFIG_TASK_SIZE=0xc0000000
30841 +CONFIG_BOOT_LOAD=0x00800000
30842 +
30843 +#
30844 +# Networking
30845 +#
30846 +CONFIG_NET=y
30847 +
30848 +#
30849 +# Networking options
30850 +#
30851 +CONFIG_PACKET=y
30852 +# CONFIG_PACKET_MMAP is not set
30853 +CONFIG_UNIX=y
30854 +CONFIG_XFRM=y
30855 +CONFIG_XFRM_USER=m
30856 +# CONFIG_XFRM_SUB_POLICY is not set
30857 +# CONFIG_XFRM_MIGRATE is not set
30858 +# CONFIG_XFRM_STATISTICS is not set
30859 +# CONFIG_NET_KEY is not set
30860 +CONFIG_INET=y
30861 +CONFIG_IP_MULTICAST=y
30862 +# CONFIG_IP_ADVANCED_ROUTER is not set
30863 +CONFIG_IP_FIB_HASH=y
30864 +CONFIG_IP_PNP=y
30865 +CONFIG_IP_PNP_DHCP=y
30866 +CONFIG_IP_PNP_BOOTP=y
30867 +# CONFIG_IP_PNP_RARP is not set
30868 +# CONFIG_NET_IPIP is not set
30869 +# CONFIG_NET_IPGRE is not set
30870 +# CONFIG_IP_MROUTE is not set
30871 +# CONFIG_ARPD is not set
30872 +CONFIG_SYN_COOKIES=y
30873 +# CONFIG_INET_AH is not set
30874 +# CONFIG_INET_ESP is not set
30875 +# CONFIG_INET_IPCOMP is not set
30876 +# CONFIG_INET_XFRM_TUNNEL is not set
30877 +# CONFIG_INET_TUNNEL is not set
30878 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
30879 +CONFIG_INET_XFRM_MODE_TUNNEL=y
30880 +CONFIG_INET_XFRM_MODE_BEET=y
30881 +# CONFIG_INET_LRO is not set
30882 +CONFIG_INET_DIAG=y
30883 +CONFIG_INET_TCP_DIAG=y
30884 +# CONFIG_TCP_CONG_ADVANCED is not set
30885 +CONFIG_TCP_CONG_CUBIC=y
30886 +CONFIG_DEFAULT_TCP_CONG="cubic"
30887 +# CONFIG_TCP_MD5SIG is not set
30888 +# CONFIG_IPV6 is not set
30889 +# CONFIG_INET6_XFRM_TUNNEL is not set
30890 +# CONFIG_INET6_TUNNEL is not set
30891 +# CONFIG_NETWORK_SECMARK is not set
30892 +# CONFIG_NETFILTER is not set
30893 +# CONFIG_IP_DCCP is not set
30894 +# CONFIG_IP_SCTP is not set
30895 +# CONFIG_TIPC is not set
30896 +# CONFIG_ATM is not set
30897 +# CONFIG_BRIDGE is not set
30898 +# CONFIG_VLAN_8021Q is not set
30899 +# CONFIG_DECNET is not set
30900 +# CONFIG_LLC2 is not set
30901 +# CONFIG_IPX is not set
30902 +# CONFIG_ATALK is not set
30903 +# CONFIG_X25 is not set
30904 +# CONFIG_LAPB is not set
30905 +# CONFIG_ECONET is not set
30906 +# CONFIG_WAN_ROUTER is not set
30907 +# CONFIG_NET_SCHED is not set
30908 +
30909 +#
30910 +# Network testing
30911 +#
30912 +# CONFIG_NET_PKTGEN is not set
30913 +# CONFIG_HAMRADIO is not set
30914 +# CONFIG_CAN is not set
30915 +# CONFIG_IRDA is not set
30916 +# CONFIG_BT is not set
30917 +# CONFIG_AF_RXRPC is not set
30918 +
30919 +#
30920 +# Wireless
30921 +#
30922 +# CONFIG_CFG80211 is not set
30923 +# CONFIG_WIRELESS_EXT is not set
30924 +# CONFIG_MAC80211 is not set
30925 +# CONFIG_IEEE80211 is not set
30926 +# CONFIG_RFKILL is not set
30927 +# CONFIG_NET_9P is not set
30928 +
30929 +#
30930 +# Device Drivers
30931 +#
30932 +
30933 +#
30934 +# Generic Driver Options
30935 +#
30936 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
30937 +CONFIG_STANDALONE=y
30938 +CONFIG_PREVENT_FIRMWARE_BUILD=y
30939 +# CONFIG_FW_LOADER is not set
30940 +# CONFIG_SYS_HYPERVISOR is not set
30941 +# CONFIG_CONNECTOR is not set
30942 +# CONFIG_MTD is not set
30943 +CONFIG_OF_DEVICE=y
30944 +# CONFIG_PARPORT is not set
30945 +CONFIG_BLK_DEV=y
30946 +# CONFIG_BLK_DEV_FD is not set
30947 +# CONFIG_BLK_DEV_COW_COMMON is not set
30948 +CONFIG_BLK_DEV_LOOP=y
30949 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
30950 +# CONFIG_BLK_DEV_NBD is not set
30951 +CONFIG_BLK_DEV_RAM=y
30952 +CONFIG_BLK_DEV_RAM_COUNT=16
30953 +CONFIG_BLK_DEV_RAM_SIZE=32768
30954 +# CONFIG_BLK_DEV_XIP is not set
30955 +# CONFIG_CDROM_PKTCDVD is not set
30956 +# CONFIG_ATA_OVER_ETH is not set
30957 +CONFIG_MISC_DEVICES=y
30958 +# CONFIG_EEPROM_93CX6 is not set
30959 +# CONFIG_ENCLOSURE_SERVICES is not set
30960 +CONFIG_HAVE_IDE=y
30961 +# CONFIG_IDE is not set
30962 +
30963 +#
30964 +# SCSI device support
30965 +#
30966 +# CONFIG_RAID_ATTRS is not set
30967 +CONFIG_SCSI=y
30968 +CONFIG_SCSI_DMA=y
30969 +# CONFIG_SCSI_TGT is not set
30970 +# CONFIG_SCSI_NETLINK is not set
30971 +CONFIG_SCSI_PROC_FS=y
30972 +
30973 +#
30974 +# SCSI support type (disk, tape, CD-ROM)
30975 +#
30976 +CONFIG_BLK_DEV_SD=y
30977 +# CONFIG_CHR_DEV_ST is not set
30978 +# CONFIG_CHR_DEV_OSST is not set
30979 +# CONFIG_BLK_DEV_SR is not set
30980 +CONFIG_CHR_DEV_SG=y
30981 +# CONFIG_CHR_DEV_SCH is not set
30982 +
30983 +#
30984 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
30985 +#
30986 +# CONFIG_SCSI_MULTI_LUN is not set
30987 +# CONFIG_SCSI_CONSTANTS is not set
30988 +# CONFIG_SCSI_LOGGING is not set
30989 +# CONFIG_SCSI_SCAN_ASYNC is not set
30990 +CONFIG_SCSI_WAIT_SCAN=m
30991 +
30992 +#
30993 +# SCSI Transports
30994 +#
30995 +# CONFIG_SCSI_SPI_ATTRS is not set
30996 +# CONFIG_SCSI_FC_ATTRS is not set
30997 +# CONFIG_SCSI_ISCSI_ATTRS is not set
30998 +# CONFIG_SCSI_SAS_LIBSAS is not set
30999 +# CONFIG_SCSI_SRP_ATTRS is not set
31000 +CONFIG_SCSI_LOWLEVEL=y
31001 +# CONFIG_ISCSI_TCP is not set
31002 +# CONFIG_SCSI_DEBUG is not set
31003 +CONFIG_ATA=y
31004 +# CONFIG_ATA_NONSTANDARD is not set
31005 +# CONFIG_SATA_MV is not set
31006 +CONFIG_SATA_FSL=y
31007 +# CONFIG_PATA_PLATFORM is not set
31008 +# CONFIG_MD is not set
31009 +# CONFIG_MACINTOSH_DRIVERS is not set
31010 +CONFIG_NETDEVICES=y
31011 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
31012 +# CONFIG_DUMMY is not set
31013 +# CONFIG_BONDING is not set
31014 +# CONFIG_MACVLAN is not set
31015 +# CONFIG_EQUALIZER is not set
31016 +# CONFIG_TUN is not set
31017 +# CONFIG_VETH is not set
31018 +CONFIG_PHYLIB=y
31019 +
31020 +#
31021 +# MII PHY device drivers
31022 +#
31023 +CONFIG_MARVELL_PHY=y
31024 +# CONFIG_DAVICOM_PHY is not set
31025 +# CONFIG_QSEMI_PHY is not set
31026 +# CONFIG_LXT_PHY is not set
31027 +# CONFIG_CICADA_PHY is not set
31028 +# CONFIG_VITESSE_PHY is not set
31029 +# CONFIG_SMSC_PHY is not set
31030 +# CONFIG_BROADCOM_PHY is not set
31031 +# CONFIG_ICPLUS_PHY is not set
31032 +# CONFIG_REALTEK_PHY is not set
31033 +# CONFIG_FIXED_PHY is not set
31034 +# CONFIG_MDIO_BITBANG is not set
31035 +CONFIG_NET_ETHERNET=y
31036 +CONFIG_MII=y
31037 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
31038 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
31039 +# CONFIG_IBM_NEW_EMAC_TAH is not set
31040 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
31041 +# CONFIG_B44 is not set
31042 +CONFIG_NETDEV_1000=y
31043 +# CONFIG_E1000E_ENABLED is not set
31044 +CONFIG_GIANFAR=y
31045 +# CONFIG_GFAR_NAPI is not set
31046 +CONFIG_NETDEV_10000=y
31047 +
31048 +#
31049 +# Wireless LAN
31050 +#
31051 +# CONFIG_WLAN_PRE80211 is not set
31052 +# CONFIG_WLAN_80211 is not set
31053 +# CONFIG_WAN is not set
31054 +# CONFIG_PPP is not set
31055 +# CONFIG_SLIP is not set
31056 +# CONFIG_NETCONSOLE is not set
31057 +# CONFIG_NETPOLL is not set
31058 +# CONFIG_NET_POLL_CONTROLLER is not set
31059 +# CONFIG_ISDN is not set
31060 +# CONFIG_PHONE is not set
31061 +
31062 +#
31063 +# Input device support
31064 +#
31065 +CONFIG_INPUT=y
31066 +# CONFIG_INPUT_FF_MEMLESS is not set
31067 +# CONFIG_INPUT_POLLDEV is not set
31068 +
31069 +#
31070 +# Userland interfaces
31071 +#
31072 +# CONFIG_INPUT_MOUSEDEV is not set
31073 +# CONFIG_INPUT_JOYDEV is not set
31074 +# CONFIG_INPUT_EVDEV is not set
31075 +# CONFIG_INPUT_EVBUG is not set
31076 +
31077 +#
31078 +# Input Device Drivers
31079 +#
31080 +# CONFIG_INPUT_KEYBOARD is not set
31081 +# CONFIG_INPUT_MOUSE is not set
31082 +# CONFIG_INPUT_JOYSTICK is not set
31083 +# CONFIG_INPUT_TABLET is not set
31084 +# CONFIG_INPUT_TOUCHSCREEN is not set
31085 +# CONFIG_INPUT_MISC is not set
31086 +
31087 +#
31088 +# Hardware I/O ports
31089 +#
31090 +# CONFIG_SERIO is not set
31091 +# CONFIG_GAMEPORT is not set
31092 +
31093 +#
31094 +# Character devices
31095 +#
31096 +# CONFIG_VT is not set
31097 +# CONFIG_SERIAL_NONSTANDARD is not set
31098 +
31099 +#
31100 +# Serial drivers
31101 +#
31102 +CONFIG_SERIAL_8250=y
31103 +CONFIG_SERIAL_8250_CONSOLE=y
31104 +CONFIG_SERIAL_8250_NR_UARTS=4
31105 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
31106 +# CONFIG_SERIAL_8250_EXTENDED is not set
31107 +
31108 +#
31109 +# Non-8250 serial port support
31110 +#
31111 +# CONFIG_SERIAL_UARTLITE is not set
31112 +CONFIG_SERIAL_CORE=y
31113 +CONFIG_SERIAL_CORE_CONSOLE=y
31114 +# CONFIG_SERIAL_OF_PLATFORM is not set
31115 +CONFIG_UNIX98_PTYS=y
31116 +CONFIG_LEGACY_PTYS=y
31117 +CONFIG_LEGACY_PTY_COUNT=256
31118 +# CONFIG_IPMI_HANDLER is not set
31119 +# CONFIG_HW_RANDOM is not set
31120 +# CONFIG_NVRAM is not set
31121 +CONFIG_GEN_RTC=y
31122 +# CONFIG_GEN_RTC_X is not set
31123 +# CONFIG_R3964 is not set
31124 +# CONFIG_RAW_DRIVER is not set
31125 +# CONFIG_TCG_TPM is not set
31126 +CONFIG_I2C=y
31127 +CONFIG_I2C_BOARDINFO=y
31128 +CONFIG_I2C_CHARDEV=y
31129 +
31130 +#
31131 +# I2C Algorithms
31132 +#
31133 +# CONFIG_I2C_ALGOBIT is not set
31134 +# CONFIG_I2C_ALGOPCF is not set
31135 +# CONFIG_I2C_ALGOPCA is not set
31136 +
31137 +#
31138 +# I2C Hardware Bus support
31139 +#
31140 +CONFIG_I2C_MPC=y
31141 +# CONFIG_I2C_OCORES is not set
31142 +# CONFIG_I2C_PARPORT_LIGHT is not set
31143 +# CONFIG_I2C_SIMTEC is not set
31144 +# CONFIG_I2C_TAOS_EVM is not set
31145 +# CONFIG_I2C_STUB is not set
31146 +
31147 +#
31148 +# Miscellaneous I2C Chip support
31149 +#
31150 +# CONFIG_DS1682 is not set
31151 +# CONFIG_SENSORS_EEPROM is not set
31152 +# CONFIG_SENSORS_PCF8574 is not set
31153 +# CONFIG_PCF8575 is not set
31154 +# CONFIG_SENSORS_PCF8591 is not set
31155 +# CONFIG_TPS65010 is not set
31156 +# CONFIG_SENSORS_MAX6875 is not set
31157 +# CONFIG_SENSORS_TSL2550 is not set
31158 +# CONFIG_I2C_DEBUG_CORE is not set
31159 +# CONFIG_I2C_DEBUG_ALGO is not set
31160 +# CONFIG_I2C_DEBUG_BUS is not set
31161 +# CONFIG_I2C_DEBUG_CHIP is not set
31162 +
31163 +#
31164 +# SPI support
31165 +#
31166 +# CONFIG_SPI is not set
31167 +# CONFIG_SPI_MASTER is not set
31168 +# CONFIG_W1 is not set
31169 +# CONFIG_POWER_SUPPLY is not set
31170 +CONFIG_HWMON=y
31171 +# CONFIG_HWMON_VID is not set
31172 +# CONFIG_SENSORS_AD7418 is not set
31173 +# CONFIG_SENSORS_ADM1021 is not set
31174 +# CONFIG_SENSORS_ADM1025 is not set
31175 +# CONFIG_SENSORS_ADM1026 is not set
31176 +# CONFIG_SENSORS_ADM1029 is not set
31177 +# CONFIG_SENSORS_ADM1031 is not set
31178 +# CONFIG_SENSORS_ADM9240 is not set
31179 +# CONFIG_SENSORS_ADT7470 is not set
31180 +# CONFIG_SENSORS_ADT7473 is not set
31181 +# CONFIG_SENSORS_ATXP1 is not set
31182 +# CONFIG_SENSORS_DS1621 is not set
31183 +# CONFIG_SENSORS_F71805F is not set
31184 +# CONFIG_SENSORS_F71882FG is not set
31185 +# CONFIG_SENSORS_F75375S is not set
31186 +# CONFIG_SENSORS_GL518SM is not set
31187 +# CONFIG_SENSORS_GL520SM is not set
31188 +# CONFIG_SENSORS_IT87 is not set
31189 +# CONFIG_SENSORS_LM63 is not set
31190 +# CONFIG_SENSORS_LM75 is not set
31191 +# CONFIG_SENSORS_LM77 is not set
31192 +# CONFIG_SENSORS_LM78 is not set
31193 +# CONFIG_SENSORS_LM80 is not set
31194 +# CONFIG_SENSORS_LM83 is not set
31195 +# CONFIG_SENSORS_LM85 is not set
31196 +# CONFIG_SENSORS_LM87 is not set
31197 +# CONFIG_SENSORS_LM90 is not set
31198 +# CONFIG_SENSORS_LM92 is not set
31199 +# CONFIG_SENSORS_LM93 is not set
31200 +# CONFIG_SENSORS_MAX1619 is not set
31201 +# CONFIG_SENSORS_MAX6650 is not set
31202 +# CONFIG_SENSORS_PC87360 is not set
31203 +# CONFIG_SENSORS_PC87427 is not set
31204 +# CONFIG_SENSORS_DME1737 is not set
31205 +# CONFIG_SENSORS_SMSC47M1 is not set
31206 +# CONFIG_SENSORS_SMSC47M192 is not set
31207 +# CONFIG_SENSORS_SMSC47B397 is not set
31208 +# CONFIG_SENSORS_ADS7828 is not set
31209 +# CONFIG_SENSORS_THMC50 is not set
31210 +# CONFIG_SENSORS_VT1211 is not set
31211 +# CONFIG_SENSORS_W83781D is not set
31212 +# CONFIG_SENSORS_W83791D is not set
31213 +# CONFIG_SENSORS_W83792D is not set
31214 +# CONFIG_SENSORS_W83793 is not set
31215 +# CONFIG_SENSORS_W83L785TS is not set
31216 +# CONFIG_SENSORS_W83L786NG is not set
31217 +# CONFIG_SENSORS_W83627HF is not set
31218 +# CONFIG_SENSORS_W83627EHF is not set
31219 +# CONFIG_HWMON_DEBUG_CHIP is not set
31220 +# CONFIG_THERMAL is not set
31221 +CONFIG_WATCHDOG=y
31222 +# CONFIG_WATCHDOG_NOWAYOUT is not set
31223 +
31224 +#
31225 +# Watchdog Device Drivers
31226 +#
31227 +# CONFIG_SOFT_WATCHDOG is not set
31228 +CONFIG_83xx_WDT=y
31229 +
31230 +#
31231 +# Sonics Silicon Backplane
31232 +#
31233 +CONFIG_SSB_POSSIBLE=y
31234 +# CONFIG_SSB is not set
31235 +
31236 +#
31237 +# Multifunction device drivers
31238 +#
31239 +# CONFIG_MFD_SM501 is not set
31240 +
31241 +#
31242 +# Multimedia devices
31243 +#
31244 +# CONFIG_VIDEO_DEV is not set
31245 +# CONFIG_DVB_CORE is not set
31246 +CONFIG_DAB=y
31247 +
31248 +#
31249 +# Graphics support
31250 +#
31251 +# CONFIG_VGASTATE is not set
31252 +CONFIG_VIDEO_OUTPUT_CONTROL=m
31253 +# CONFIG_FB is not set
31254 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
31255 +
31256 +#
31257 +# Display device support
31258 +#
31259 +# CONFIG_DISPLAY_SUPPORT is not set
31260 +
31261 +#
31262 +# Sound
31263 +#
31264 +# CONFIG_SOUND is not set
31265 +CONFIG_HID_SUPPORT=y
31266 +CONFIG_HID=y
31267 +# CONFIG_HID_DEBUG is not set
31268 +# CONFIG_HIDRAW is not set
31269 +CONFIG_USB_SUPPORT=y
31270 +CONFIG_USB_ARCH_HAS_HCD=y
31271 +# CONFIG_USB_ARCH_HAS_OHCI is not set
31272 +CONFIG_USB_ARCH_HAS_EHCI=y
31273 +# CONFIG_USB is not set
31274 +
31275 +#
31276 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
31277 +#
31278 +# CONFIG_USB_GADGET is not set
31279 +# CONFIG_MMC is not set
31280 +# CONFIG_MEMSTICK is not set
31281 +# CONFIG_NEW_LEDS is not set
31282 +# CONFIG_EDAC is not set
31283 +# CONFIG_RTC_CLASS is not set
31284 +# CONFIG_DMADEVICES is not set
31285 +
31286 +#
31287 +# Userspace I/O
31288 +#
31289 +# CONFIG_UIO is not set
31290 +
31291 +#
31292 +# File systems
31293 +#
31294 +CONFIG_EXT2_FS=y
31295 +# CONFIG_EXT2_FS_XATTR is not set
31296 +# CONFIG_EXT2_FS_XIP is not set
31297 +CONFIG_EXT3_FS=y
31298 +CONFIG_EXT3_FS_XATTR=y
31299 +# CONFIG_EXT3_FS_POSIX_ACL is not set
31300 +# CONFIG_EXT3_FS_SECURITY is not set
31301 +# CONFIG_EXT4DEV_FS is not set
31302 +CONFIG_JBD=y
31303 +CONFIG_FS_MBCACHE=y
31304 +# CONFIG_REISERFS_FS is not set
31305 +# CONFIG_JFS_FS is not set
31306 +# CONFIG_FS_POSIX_ACL is not set
31307 +# CONFIG_XFS_FS is not set
31308 +# CONFIG_GFS2_FS is not set
31309 +# CONFIG_OCFS2_FS is not set
31310 +CONFIG_DNOTIFY=y
31311 +CONFIG_INOTIFY=y
31312 +CONFIG_INOTIFY_USER=y
31313 +# CONFIG_QUOTA is not set
31314 +# CONFIG_AUTOFS_FS is not set
31315 +# CONFIG_AUTOFS4_FS is not set
31316 +# CONFIG_FUSE_FS is not set
31317 +
31318 +#
31319 +# CD-ROM/DVD Filesystems
31320 +#
31321 +# CONFIG_ISO9660_FS is not set
31322 +# CONFIG_UDF_FS is not set
31323 +
31324 +#
31325 +# DOS/FAT/NT Filesystems
31326 +#
31327 +# CONFIG_MSDOS_FS is not set
31328 +# CONFIG_VFAT_FS is not set
31329 +# CONFIG_NTFS_FS is not set
31330 +
31331 +#
31332 +# Pseudo filesystems
31333 +#
31334 +CONFIG_PROC_FS=y
31335 +CONFIG_PROC_KCORE=y
31336 +CONFIG_PROC_SYSCTL=y
31337 +CONFIG_SYSFS=y
31338 +CONFIG_TMPFS=y
31339 +# CONFIG_TMPFS_POSIX_ACL is not set
31340 +# CONFIG_HUGETLB_PAGE is not set
31341 +# CONFIG_CONFIGFS_FS is not set
31342 +
31343 +#
31344 +# Miscellaneous filesystems
31345 +#
31346 +# CONFIG_ADFS_FS is not set
31347 +# CONFIG_AFFS_FS is not set
31348 +# CONFIG_HFS_FS is not set
31349 +# CONFIG_HFSPLUS_FS is not set
31350 +# CONFIG_BEFS_FS is not set
31351 +# CONFIG_BFS_FS is not set
31352 +# CONFIG_EFS_FS is not set
31353 +# CONFIG_CRAMFS is not set
31354 +# CONFIG_VXFS_FS is not set
31355 +# CONFIG_MINIX_FS is not set
31356 +# CONFIG_HPFS_FS is not set
31357 +# CONFIG_QNX4FS_FS is not set
31358 +# CONFIG_ROMFS_FS is not set
31359 +# CONFIG_SYSV_FS is not set
31360 +# CONFIG_UFS_FS is not set
31361 +CONFIG_NETWORK_FILESYSTEMS=y
31362 +CONFIG_NFS_FS=y
31363 +CONFIG_NFS_V3=y
31364 +# CONFIG_NFS_V3_ACL is not set
31365 +CONFIG_NFS_V4=y
31366 +# CONFIG_NFS_DIRECTIO is not set
31367 +# CONFIG_NFSD is not set
31368 +CONFIG_ROOT_NFS=y
31369 +CONFIG_LOCKD=y
31370 +CONFIG_LOCKD_V4=y
31371 +CONFIG_NFS_COMMON=y
31372 +CONFIG_SUNRPC=y
31373 +CONFIG_SUNRPC_GSS=y
31374 +# CONFIG_SUNRPC_BIND34 is not set
31375 +CONFIG_RPCSEC_GSS_KRB5=y
31376 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
31377 +# CONFIG_SMB_FS is not set
31378 +# CONFIG_CIFS is not set
31379 +# CONFIG_NCP_FS is not set
31380 +# CONFIG_CODA_FS is not set
31381 +# CONFIG_AFS_FS is not set
31382 +
31383 +#
31384 +# Partition Types
31385 +#
31386 +CONFIG_PARTITION_ADVANCED=y
31387 +# CONFIG_ACORN_PARTITION is not set
31388 +# CONFIG_OSF_PARTITION is not set
31389 +# CONFIG_AMIGA_PARTITION is not set
31390 +# CONFIG_ATARI_PARTITION is not set
31391 +# CONFIG_MAC_PARTITION is not set
31392 +CONFIG_MSDOS_PARTITION=y
31393 +# CONFIG_BSD_DISKLABEL is not set
31394 +# CONFIG_MINIX_SUBPARTITION is not set
31395 +# CONFIG_SOLARIS_X86_PARTITION is not set
31396 +# CONFIG_UNIXWARE_DISKLABEL is not set
31397 +# CONFIG_LDM_PARTITION is not set
31398 +# CONFIG_SGI_PARTITION is not set
31399 +# CONFIG_ULTRIX_PARTITION is not set
31400 +# CONFIG_SUN_PARTITION is not set
31401 +# CONFIG_KARMA_PARTITION is not set
31402 +# CONFIG_EFI_PARTITION is not set
31403 +# CONFIG_SYSV68_PARTITION is not set
31404 +# CONFIG_NLS is not set
31405 +# CONFIG_DLM is not set
31406 +
31407 +#
31408 +# Library routines
31409 +#
31410 +CONFIG_BITREVERSE=y
31411 +# CONFIG_CRC_CCITT is not set
31412 +# CONFIG_CRC16 is not set
31413 +# CONFIG_CRC_ITU_T is not set
31414 +CONFIG_CRC32=y
31415 +# CONFIG_CRC7 is not set
31416 +# CONFIG_LIBCRC32C is not set
31417 +CONFIG_PLIST=y
31418 +CONFIG_HAS_IOMEM=y
31419 +CONFIG_HAS_IOPORT=y
31420 +CONFIG_HAS_DMA=y
31421 +
31422 +#
31423 +# Kernel hacking
31424 +#
31425 +# CONFIG_PRINTK_TIME is not set
31426 +CONFIG_ENABLE_WARN_DEPRECATED=y
31427 +CONFIG_ENABLE_MUST_CHECK=y
31428 +# CONFIG_MAGIC_SYSRQ is not set
31429 +# CONFIG_UNUSED_SYMBOLS is not set
31430 +# CONFIG_DEBUG_FS is not set
31431 +# CONFIG_HEADERS_CHECK is not set
31432 +# CONFIG_DEBUG_KERNEL is not set
31433 +# CONFIG_DEBUG_BUGVERBOSE is not set
31434 +# CONFIG_SAMPLES is not set
31435 +# CONFIG_PPC_EARLY_DEBUG is not set
31436 +
31437 +#
31438 +# Security options
31439 +#
31440 +# CONFIG_KEYS is not set
31441 +# CONFIG_SECURITY is not set
31442 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
31443 +CONFIG_CRYPTO=y
31444 +CONFIG_CRYPTO_ALGAPI=y
31445 +CONFIG_CRYPTO_BLKCIPHER=y
31446 +# CONFIG_CRYPTO_SEQIV is not set
31447 +CONFIG_CRYPTO_MANAGER=y
31448 +# CONFIG_CRYPTO_HMAC is not set
31449 +# CONFIG_CRYPTO_XCBC is not set
31450 +# CONFIG_CRYPTO_NULL is not set
31451 +# CONFIG_CRYPTO_MD4 is not set
31452 +CONFIG_CRYPTO_MD5=y
31453 +# CONFIG_CRYPTO_SHA1 is not set
31454 +# CONFIG_CRYPTO_SHA256 is not set
31455 +# CONFIG_CRYPTO_SHA512 is not set
31456 +# CONFIG_CRYPTO_WP512 is not set
31457 +# CONFIG_CRYPTO_TGR192 is not set
31458 +# CONFIG_CRYPTO_GF128MUL is not set
31459 +CONFIG_CRYPTO_ECB=m
31460 +CONFIG_CRYPTO_CBC=y
31461 +CONFIG_CRYPTO_PCBC=m
31462 +# CONFIG_CRYPTO_LRW is not set
31463 +# CONFIG_CRYPTO_XTS is not set
31464 +# CONFIG_CRYPTO_CTR is not set
31465 +# CONFIG_CRYPTO_GCM is not set
31466 +# CONFIG_CRYPTO_CCM is not set
31467 +# CONFIG_CRYPTO_CRYPTD is not set
31468 +CONFIG_CRYPTO_DES=y
31469 +# CONFIG_CRYPTO_FCRYPT is not set
31470 +# CONFIG_CRYPTO_BLOWFISH is not set
31471 +# CONFIG_CRYPTO_TWOFISH is not set
31472 +# CONFIG_CRYPTO_SERPENT is not set
31473 +# CONFIG_CRYPTO_AES is not set
31474 +# CONFIG_CRYPTO_CAST5 is not set
31475 +# CONFIG_CRYPTO_CAST6 is not set
31476 +# CONFIG_CRYPTO_TEA is not set
31477 +# CONFIG_CRYPTO_ARC4 is not set
31478 +# CONFIG_CRYPTO_KHAZAD is not set
31479 +# CONFIG_CRYPTO_ANUBIS is not set
31480 +# CONFIG_CRYPTO_SEED is not set
31481 +# CONFIG_CRYPTO_SALSA20 is not set
31482 +# CONFIG_CRYPTO_DEFLATE is not set
31483 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
31484 +# CONFIG_CRYPTO_CRC32C is not set
31485 +# CONFIG_CRYPTO_CAMELLIA is not set
31486 +# CONFIG_CRYPTO_TEST is not set
31487 +# CONFIG_CRYPTO_AUTHENC is not set
31488 +# CONFIG_CRYPTO_LZO is not set
31489 +CONFIG_CRYPTO_HW=y
31490 +# CONFIG_PPC_CLOCK is not set
31491 --- /dev/null
31492 +++ b/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
31493 @@ -0,0 +1,930 @@
31494 +#
31495 +# Automatically generated make config: don't edit
31496 +# Linux kernel version: 2.6.25-rc6
31497 +# Mon Mar 24 08:48:24 2008
31498 +#
31499 +# CONFIG_PPC64 is not set
31500 +
31501 +#
31502 +# Processor support
31503 +#
31504 +CONFIG_6xx=y
31505 +# CONFIG_PPC_85xx is not set
31506 +# CONFIG_PPC_8xx is not set
31507 +# CONFIG_40x is not set
31508 +# CONFIG_44x is not set
31509 +# CONFIG_E200 is not set
31510 +CONFIG_PPC_FPU=y
31511 +# CONFIG_FSL_EMB_PERFMON is not set
31512 +CONFIG_PPC_STD_MMU=y
31513 +CONFIG_PPC_STD_MMU_32=y
31514 +# CONFIG_PPC_MM_SLICES is not set
31515 +# CONFIG_SMP is not set
31516 +CONFIG_PPC32=y
31517 +CONFIG_WORD_SIZE=32
31518 +CONFIG_PPC_MERGE=y
31519 +CONFIG_MMU=y
31520 +CONFIG_GENERIC_CMOS_UPDATE=y
31521 +CONFIG_GENERIC_TIME=y
31522 +CONFIG_GENERIC_TIME_VSYSCALL=y
31523 +CONFIG_GENERIC_CLOCKEVENTS=y
31524 +CONFIG_GENERIC_HARDIRQS=y
31525 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
31526 +CONFIG_IRQ_PER_CPU=y
31527 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
31528 +CONFIG_ARCH_HAS_ILOG2_U32=y
31529 +CONFIG_GENERIC_HWEIGHT=y
31530 +CONFIG_GENERIC_CALIBRATE_DELAY=y
31531 +CONFIG_GENERIC_FIND_NEXT_BIT=y
31532 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
31533 +CONFIG_PPC=y
31534 +CONFIG_EARLY_PRINTK=y
31535 +CONFIG_GENERIC_NVRAM=y
31536 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
31537 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
31538 +CONFIG_PPC_OF=y
31539 +CONFIG_OF=y
31540 +CONFIG_PPC_UDBG_16550=y
31541 +# CONFIG_GENERIC_TBSYNC is not set
31542 +CONFIG_AUDIT_ARCH=y
31543 +CONFIG_GENERIC_BUG=y
31544 +CONFIG_DEFAULT_UIMAGE=y
31545 +# CONFIG_PPC_DCR_NATIVE is not set
31546 +# CONFIG_PPC_DCR_MMIO is not set
31547 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
31548 +
31549 +#
31550 +# General setup
31551 +#
31552 +CONFIG_EXPERIMENTAL=y
31553 +CONFIG_BROKEN_ON_SMP=y
31554 +CONFIG_INIT_ENV_ARG_LIMIT=32
31555 +CONFIG_LOCALVERSION=""
31556 +CONFIG_LOCALVERSION_AUTO=y
31557 +CONFIG_SWAP=y
31558 +CONFIG_SYSVIPC=y
31559 +CONFIG_SYSVIPC_SYSCTL=y
31560 +# CONFIG_POSIX_MQUEUE is not set
31561 +# CONFIG_BSD_PROCESS_ACCT is not set
31562 +# CONFIG_TASKSTATS is not set
31563 +# CONFIG_AUDIT is not set
31564 +# CONFIG_IKCONFIG is not set
31565 +CONFIG_LOG_BUF_SHIFT=14
31566 +# CONFIG_CGROUPS is not set
31567 +CONFIG_GROUP_SCHED=y
31568 +CONFIG_FAIR_GROUP_SCHED=y
31569 +# CONFIG_RT_GROUP_SCHED is not set
31570 +CONFIG_USER_SCHED=y
31571 +# CONFIG_CGROUP_SCHED is not set
31572 +CONFIG_SYSFS_DEPRECATED=y
31573 +CONFIG_SYSFS_DEPRECATED_V2=y
31574 +# CONFIG_RELAY is not set
31575 +# CONFIG_NAMESPACES is not set
31576 +CONFIG_BLK_DEV_INITRD=y
31577 +CONFIG_INITRAMFS_SOURCE=""
31578 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
31579 +CONFIG_SYSCTL=y
31580 +CONFIG_EMBEDDED=y
31581 +CONFIG_SYSCTL_SYSCALL=y
31582 +CONFIG_KALLSYMS=y
31583 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
31584 +CONFIG_HOTPLUG=y
31585 +CONFIG_PRINTK=y
31586 +CONFIG_BUG=y
31587 +CONFIG_ELF_CORE=y
31588 +CONFIG_COMPAT_BRK=y
31589 +CONFIG_BASE_FULL=y
31590 +CONFIG_FUTEX=y
31591 +CONFIG_ANON_INODES=y
31592 +# CONFIG_EPOLL is not set
31593 +CONFIG_SIGNALFD=y
31594 +CONFIG_TIMERFD=y
31595 +CONFIG_EVENTFD=y
31596 +CONFIG_SHMEM=y
31597 +CONFIG_VM_EVENT_COUNTERS=y
31598 +CONFIG_SLAB=y
31599 +# CONFIG_SLUB is not set
31600 +# CONFIG_SLOB is not set
31601 +# CONFIG_PROFILING is not set
31602 +# CONFIG_MARKERS is not set
31603 +CONFIG_HAVE_OPROFILE=y
31604 +# CONFIG_KPROBES is not set
31605 +CONFIG_HAVE_KPROBES=y
31606 +CONFIG_HAVE_KRETPROBES=y
31607 +CONFIG_PROC_PAGE_MONITOR=y
31608 +CONFIG_SLABINFO=y
31609 +CONFIG_RT_MUTEXES=y
31610 +# CONFIG_TINY_SHMEM is not set
31611 +CONFIG_BASE_SMALL=0
31612 +CONFIG_MODULES=y
31613 +CONFIG_MODULE_UNLOAD=y
31614 +# CONFIG_MODULE_FORCE_UNLOAD is not set
31615 +# CONFIG_MODVERSIONS is not set
31616 +# CONFIG_MODULE_SRCVERSION_ALL is not set
31617 +# CONFIG_KMOD is not set
31618 +CONFIG_BLOCK=y
31619 +# CONFIG_LBD is not set
31620 +# CONFIG_BLK_DEV_IO_TRACE is not set
31621 +# CONFIG_LSF is not set
31622 +# CONFIG_BLK_DEV_BSG is not set
31623 +
31624 +#
31625 +# IO Schedulers
31626 +#
31627 +CONFIG_IOSCHED_NOOP=y
31628 +CONFIG_IOSCHED_AS=y
31629 +CONFIG_IOSCHED_DEADLINE=y
31630 +CONFIG_IOSCHED_CFQ=y
31631 +CONFIG_DEFAULT_AS=y
31632 +# CONFIG_DEFAULT_DEADLINE is not set
31633 +# CONFIG_DEFAULT_CFQ is not set
31634 +# CONFIG_DEFAULT_NOOP is not set
31635 +CONFIG_DEFAULT_IOSCHED="anticipatory"
31636 +CONFIG_CLASSIC_RCU=y
31637 +
31638 +#
31639 +# Platform support
31640 +#
31641 +# CONFIG_PPC_MULTIPLATFORM is not set
31642 +# CONFIG_PPC_82xx is not set
31643 +CONFIG_PPC_83xx=y
31644 +# CONFIG_PPC_86xx is not set
31645 +# CONFIG_PPC_MPC512x is not set
31646 +# CONFIG_PPC_MPC5121 is not set
31647 +# CONFIG_PPC_CELL is not set
31648 +# CONFIG_PPC_CELL_NATIVE is not set
31649 +# CONFIG_PQ2ADS is not set
31650 +CONFIG_MPC83xx=y
31651 +# CONFIG_MPC831x_RDB is not set
31652 +# CONFIG_MPC832x_MDS is not set
31653 +# CONFIG_MPC832x_RDB is not set
31654 +# CONFIG_MPC834x_MDS is not set
31655 +# CONFIG_MPC834x_ITX is not set
31656 +# CONFIG_MPC836x_MDS is not set
31657 +# CONFIG_MPC837x_MDS is not set
31658 +CONFIG_MPC837x_RDB=y
31659 +# CONFIG_SBC834x is not set
31660 +CONFIG_PPC_MPC837x=y
31661 +CONFIG_IPIC=y
31662 +# CONFIG_MPIC is not set
31663 +# CONFIG_MPIC_WEIRD is not set
31664 +# CONFIG_PPC_I8259 is not set
31665 +# CONFIG_PPC_RTAS is not set
31666 +# CONFIG_MMIO_NVRAM is not set
31667 +# CONFIG_PPC_MPC106 is not set
31668 +# CONFIG_PPC_970_NAP is not set
31669 +# CONFIG_PPC_INDIRECT_IO is not set
31670 +# CONFIG_GENERIC_IOMAP is not set
31671 +# CONFIG_CPU_FREQ is not set
31672 +# CONFIG_FSL_ULI1575 is not set
31673 +
31674 +#
31675 +# Kernel options
31676 +#
31677 +# CONFIG_HIGHMEM is not set
31678 +# CONFIG_TICK_ONESHOT is not set
31679 +# CONFIG_NO_HZ is not set
31680 +# CONFIG_HIGH_RES_TIMERS is not set
31681 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
31682 +# CONFIG_HZ_100 is not set
31683 +CONFIG_HZ_250=y
31684 +# CONFIG_HZ_300 is not set
31685 +# CONFIG_HZ_1000 is not set
31686 +CONFIG_HZ=250
31687 +# CONFIG_SCHED_HRTICK is not set
31688 +CONFIG_PREEMPT_NONE=y
31689 +# CONFIG_PREEMPT_VOLUNTARY is not set
31690 +# CONFIG_PREEMPT is not set
31691 +CONFIG_BINFMT_ELF=y
31692 +# CONFIG_BINFMT_MISC is not set
31693 +# CONFIG_IOMMU_HELPER is not set
31694 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
31695 +CONFIG_ARCH_HAS_WALK_MEMORY=y
31696 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
31697 +CONFIG_ARCH_FLATMEM_ENABLE=y
31698 +CONFIG_ARCH_POPULATES_NODE_MAP=y
31699 +CONFIG_SELECT_MEMORY_MODEL=y
31700 +CONFIG_FLATMEM_MANUAL=y
31701 +# CONFIG_DISCONTIGMEM_MANUAL is not set
31702 +# CONFIG_SPARSEMEM_MANUAL is not set
31703 +CONFIG_FLATMEM=y
31704 +CONFIG_FLAT_NODE_MEM_MAP=y
31705 +# CONFIG_SPARSEMEM_STATIC is not set
31706 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
31707 +CONFIG_SPLIT_PTLOCK_CPUS=4
31708 +# CONFIG_RESOURCES_64BIT is not set
31709 +CONFIG_ZONE_DMA_FLAG=1
31710 +CONFIG_BOUNCE=y
31711 +CONFIG_VIRT_TO_BUS=y
31712 +CONFIG_PROC_DEVICETREE=y
31713 +# CONFIG_CMDLINE_BOOL is not set
31714 +# CONFIG_PM is not set
31715 +CONFIG_SECCOMP=y
31716 +CONFIG_ISA_DMA_API=y
31717 +
31718 +#
31719 +# Bus options
31720 +#
31721 +CONFIG_ZONE_DMA=y
31722 +CONFIG_GENERIC_ISA_DMA=y
31723 +CONFIG_PPC_INDIRECT_PCI=y
31724 +CONFIG_FSL_SOC=y
31725 +# CONFIG_PCI is not set
31726 +# CONFIG_PCI_DOMAINS is not set
31727 +# CONFIG_PCI_SYSCALL is not set
31728 +# CONFIG_ARCH_SUPPORTS_MSI is not set
31729 +# CONFIG_PCCARD is not set
31730 +
31731 +#
31732 +# Advanced setup
31733 +#
31734 +# CONFIG_ADVANCED_OPTIONS is not set
31735 +
31736 +#
31737 +# Default settings for advanced configuration options are used
31738 +#
31739 +CONFIG_HIGHMEM_START=0xfe000000
31740 +CONFIG_LOWMEM_SIZE=0x30000000
31741 +CONFIG_KERNEL_START=0xc0000000
31742 +CONFIG_TASK_SIZE=0xc0000000
31743 +CONFIG_BOOT_LOAD=0x00800000
31744 +
31745 +#
31746 +# Networking
31747 +#
31748 +CONFIG_NET=y
31749 +
31750 +#
31751 +# Networking options
31752 +#
31753 +CONFIG_PACKET=y
31754 +# CONFIG_PACKET_MMAP is not set
31755 +CONFIG_UNIX=y
31756 +# CONFIG_NET_KEY is not set
31757 +CONFIG_INET=y
31758 +CONFIG_IP_MULTICAST=y
31759 +# CONFIG_IP_ADVANCED_ROUTER is not set
31760 +CONFIG_IP_FIB_HASH=y
31761 +CONFIG_IP_PNP=y
31762 +CONFIG_IP_PNP_DHCP=y
31763 +CONFIG_IP_PNP_BOOTP=y
31764 +# CONFIG_IP_PNP_RARP is not set
31765 +# CONFIG_NET_IPIP is not set
31766 +# CONFIG_NET_IPGRE is not set
31767 +# CONFIG_IP_MROUTE is not set
31768 +# CONFIG_ARPD is not set
31769 +CONFIG_SYN_COOKIES=y
31770 +# CONFIG_INET_AH is not set
31771 +# CONFIG_INET_ESP is not set
31772 +# CONFIG_INET_IPCOMP is not set
31773 +# CONFIG_INET_XFRM_TUNNEL is not set
31774 +# CONFIG_INET_TUNNEL is not set
31775 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
31776 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
31777 +# CONFIG_INET_XFRM_MODE_BEET is not set
31778 +# CONFIG_INET_LRO is not set
31779 +CONFIG_INET_DIAG=y
31780 +CONFIG_INET_TCP_DIAG=y
31781 +# CONFIG_TCP_CONG_ADVANCED is not set
31782 +CONFIG_TCP_CONG_CUBIC=y
31783 +CONFIG_DEFAULT_TCP_CONG="cubic"
31784 +# CONFIG_TCP_MD5SIG is not set
31785 +# CONFIG_IPV6 is not set
31786 +# CONFIG_INET6_XFRM_TUNNEL is not set
31787 +# CONFIG_INET6_TUNNEL is not set
31788 +# CONFIG_NETWORK_SECMARK is not set
31789 +# CONFIG_NETFILTER is not set
31790 +# CONFIG_IP_DCCP is not set
31791 +# CONFIG_IP_SCTP is not set
31792 +# CONFIG_TIPC is not set
31793 +# CONFIG_ATM is not set
31794 +# CONFIG_BRIDGE is not set
31795 +# CONFIG_VLAN_8021Q is not set
31796 +# CONFIG_DECNET is not set
31797 +# CONFIG_LLC2 is not set
31798 +# CONFIG_IPX is not set
31799 +# CONFIG_ATALK is not set
31800 +# CONFIG_X25 is not set
31801 +# CONFIG_LAPB is not set
31802 +# CONFIG_ECONET is not set
31803 +# CONFIG_WAN_ROUTER is not set
31804 +# CONFIG_NET_SCHED is not set
31805 +
31806 +#
31807 +# Network testing
31808 +#
31809 +# CONFIG_NET_PKTGEN is not set
31810 +# CONFIG_HAMRADIO is not set
31811 +# CONFIG_CAN is not set
31812 +# CONFIG_IRDA is not set
31813 +# CONFIG_BT is not set
31814 +# CONFIG_AF_RXRPC is not set
31815 +
31816 +#
31817 +# Wireless
31818 +#
31819 +# CONFIG_CFG80211 is not set
31820 +# CONFIG_WIRELESS_EXT is not set
31821 +# CONFIG_MAC80211 is not set
31822 +# CONFIG_IEEE80211 is not set
31823 +# CONFIG_RFKILL is not set
31824 +# CONFIG_NET_9P is not set
31825 +
31826 +#
31827 +# Device Drivers
31828 +#
31829 +
31830 +#
31831 +# Generic Driver Options
31832 +#
31833 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
31834 +CONFIG_STANDALONE=y
31835 +CONFIG_PREVENT_FIRMWARE_BUILD=y
31836 +# CONFIG_FW_LOADER is not set
31837 +# CONFIG_SYS_HYPERVISOR is not set
31838 +# CONFIG_CONNECTOR is not set
31839 +# CONFIG_MTD is not set
31840 +CONFIG_OF_DEVICE=y
31841 +# CONFIG_PARPORT is not set
31842 +CONFIG_BLK_DEV=y
31843 +# CONFIG_BLK_DEV_FD is not set
31844 +# CONFIG_BLK_DEV_COW_COMMON is not set
31845 +CONFIG_BLK_DEV_LOOP=y
31846 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
31847 +# CONFIG_BLK_DEV_NBD is not set
31848 +CONFIG_BLK_DEV_RAM=y
31849 +CONFIG_BLK_DEV_RAM_COUNT=16
31850 +CONFIG_BLK_DEV_RAM_SIZE=32768
31851 +# CONFIG_BLK_DEV_XIP is not set
31852 +# CONFIG_CDROM_PKTCDVD is not set
31853 +# CONFIG_ATA_OVER_ETH is not set
31854 +CONFIG_MISC_DEVICES=y
31855 +# CONFIG_EEPROM_93CX6 is not set
31856 +# CONFIG_ENCLOSURE_SERVICES is not set
31857 +CONFIG_HAVE_IDE=y
31858 +# CONFIG_IDE is not set
31859 +
31860 +#
31861 +# SCSI device support
31862 +#
31863 +# CONFIG_RAID_ATTRS is not set
31864 +CONFIG_SCSI=y
31865 +CONFIG_SCSI_DMA=y
31866 +# CONFIG_SCSI_TGT is not set
31867 +# CONFIG_SCSI_NETLINK is not set
31868 +CONFIG_SCSI_PROC_FS=y
31869 +
31870 +#
31871 +# SCSI support type (disk, tape, CD-ROM)
31872 +#
31873 +CONFIG_BLK_DEV_SD=y
31874 +# CONFIG_CHR_DEV_ST is not set
31875 +# CONFIG_CHR_DEV_OSST is not set
31876 +# CONFIG_BLK_DEV_SR is not set
31877 +CONFIG_CHR_DEV_SG=y
31878 +# CONFIG_CHR_DEV_SCH is not set
31879 +
31880 +#
31881 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
31882 +#
31883 +# CONFIG_SCSI_MULTI_LUN is not set
31884 +# CONFIG_SCSI_CONSTANTS is not set
31885 +# CONFIG_SCSI_LOGGING is not set
31886 +# CONFIG_SCSI_SCAN_ASYNC is not set
31887 +CONFIG_SCSI_WAIT_SCAN=m
31888 +
31889 +#
31890 +# SCSI Transports
31891 +#
31892 +# CONFIG_SCSI_SPI_ATTRS is not set
31893 +# CONFIG_SCSI_FC_ATTRS is not set
31894 +# CONFIG_SCSI_ISCSI_ATTRS is not set
31895 +# CONFIG_SCSI_SAS_LIBSAS is not set
31896 +# CONFIG_SCSI_SRP_ATTRS is not set
31897 +CONFIG_SCSI_LOWLEVEL=y
31898 +# CONFIG_ISCSI_TCP is not set
31899 +# CONFIG_SCSI_DEBUG is not set
31900 +CONFIG_ATA=y
31901 +# CONFIG_ATA_NONSTANDARD is not set
31902 +# CONFIG_SATA_MV is not set
31903 +CONFIG_SATA_FSL=y
31904 +# CONFIG_PATA_PLATFORM is not set
31905 +CONFIG_MD=y
31906 +CONFIG_BLK_DEV_MD=y
31907 +# CONFIG_MD_LINEAR is not set
31908 +# CONFIG_MD_RAID0 is not set
31909 +CONFIG_MD_RAID1=y
31910 +# CONFIG_MD_RAID10 is not set
31911 +CONFIG_MD_RAID456=y
31912 +CONFIG_MD_RAID5_RESHAPE=y
31913 +# CONFIG_MD_MULTIPATH is not set
31914 +# CONFIG_MD_FAULTY is not set
31915 +# CONFIG_BLK_DEV_DM is not set
31916 +# CONFIG_MACINTOSH_DRIVERS is not set
31917 +CONFIG_NETDEVICES=y
31918 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
31919 +# CONFIG_DUMMY is not set
31920 +# CONFIG_BONDING is not set
31921 +# CONFIG_MACVLAN is not set
31922 +# CONFIG_EQUALIZER is not set
31923 +# CONFIG_TUN is not set
31924 +# CONFIG_VETH is not set
31925 +CONFIG_PHYLIB=y
31926 +
31927 +#
31928 +# MII PHY device drivers
31929 +#
31930 +CONFIG_MARVELL_PHY=y
31931 +# CONFIG_DAVICOM_PHY is not set
31932 +# CONFIG_QSEMI_PHY is not set
31933 +# CONFIG_LXT_PHY is not set
31934 +# CONFIG_CICADA_PHY is not set
31935 +# CONFIG_VITESSE_PHY is not set
31936 +# CONFIG_SMSC_PHY is not set
31937 +# CONFIG_BROADCOM_PHY is not set
31938 +# CONFIG_ICPLUS_PHY is not set
31939 +# CONFIG_REALTEK_PHY is not set
31940 +# CONFIG_FIXED_PHY is not set
31941 +# CONFIG_MDIO_BITBANG is not set
31942 +CONFIG_NET_ETHERNET=y
31943 +CONFIG_MII=y
31944 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
31945 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
31946 +# CONFIG_IBM_NEW_EMAC_TAH is not set
31947 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
31948 +# CONFIG_B44 is not set
31949 +CONFIG_NETDEV_1000=y
31950 +# CONFIG_E1000E_ENABLED is not set
31951 +CONFIG_GIANFAR=y
31952 +CONFIG_GFAR_NAPI=y
31953 +# CONFIG_NETDEV_10000 is not set
31954 +
31955 +#
31956 +# Wireless LAN
31957 +#
31958 +# CONFIG_WLAN_PRE80211 is not set
31959 +# CONFIG_WLAN_80211 is not set
31960 +# CONFIG_WAN is not set
31961 +# CONFIG_PPP is not set
31962 +# CONFIG_SLIP is not set
31963 +# CONFIG_NETCONSOLE is not set
31964 +# CONFIG_NETPOLL is not set
31965 +# CONFIG_NET_POLL_CONTROLLER is not set
31966 +# CONFIG_ISDN is not set
31967 +# CONFIG_PHONE is not set
31968 +
31969 +#
31970 +# Input device support
31971 +#
31972 +CONFIG_INPUT=y
31973 +# CONFIG_INPUT_FF_MEMLESS is not set
31974 +# CONFIG_INPUT_POLLDEV is not set
31975 +
31976 +#
31977 +# Userland interfaces
31978 +#
31979 +# CONFIG_INPUT_MOUSEDEV is not set
31980 +# CONFIG_INPUT_JOYDEV is not set
31981 +# CONFIG_INPUT_EVDEV is not set
31982 +# CONFIG_INPUT_EVBUG is not set
31983 +
31984 +#
31985 +# Input Device Drivers
31986 +#
31987 +# CONFIG_INPUT_KEYBOARD is not set
31988 +# CONFIG_INPUT_MOUSE is not set
31989 +# CONFIG_INPUT_JOYSTICK is not set
31990 +# CONFIG_INPUT_TABLET is not set
31991 +# CONFIG_INPUT_TOUCHSCREEN is not set
31992 +# CONFIG_INPUT_MISC is not set
31993 +
31994 +#
31995 +# Hardware I/O ports
31996 +#
31997 +# CONFIG_SERIO is not set
31998 +# CONFIG_GAMEPORT is not set
31999 +
32000 +#
32001 +# Character devices
32002 +#
32003 +# CONFIG_VT is not set
32004 +# CONFIG_SERIAL_NONSTANDARD is not set
32005 +
32006 +#
32007 +# Serial drivers
32008 +#
32009 +CONFIG_SERIAL_8250=y
32010 +CONFIG_SERIAL_8250_CONSOLE=y
32011 +CONFIG_SERIAL_8250_NR_UARTS=4
32012 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
32013 +# CONFIG_SERIAL_8250_EXTENDED is not set
32014 +
32015 +#
32016 +# Non-8250 serial port support
32017 +#
32018 +# CONFIG_SERIAL_UARTLITE is not set
32019 +CONFIG_SERIAL_CORE=y
32020 +CONFIG_SERIAL_CORE_CONSOLE=y
32021 +# CONFIG_SERIAL_OF_PLATFORM is not set
32022 +CONFIG_UNIX98_PTYS=y
32023 +CONFIG_LEGACY_PTYS=y
32024 +CONFIG_LEGACY_PTY_COUNT=256
32025 +# CONFIG_IPMI_HANDLER is not set
32026 +# CONFIG_HW_RANDOM is not set
32027 +# CONFIG_NVRAM is not set
32028 +CONFIG_GEN_RTC=y
32029 +# CONFIG_GEN_RTC_X is not set
32030 +# CONFIG_R3964 is not set
32031 +# CONFIG_RAW_DRIVER is not set
32032 +# CONFIG_TCG_TPM is not set
32033 +CONFIG_I2C=y
32034 +CONFIG_I2C_BOARDINFO=y
32035 +CONFIG_I2C_CHARDEV=y
32036 +
32037 +#
32038 +# I2C Algorithms
32039 +#
32040 +# CONFIG_I2C_ALGOBIT is not set
32041 +# CONFIG_I2C_ALGOPCF is not set
32042 +# CONFIG_I2C_ALGOPCA is not set
32043 +
32044 +#
32045 +# I2C Hardware Bus support
32046 +#
32047 +CONFIG_I2C_MPC=y
32048 +# CONFIG_I2C_OCORES is not set
32049 +# CONFIG_I2C_PARPORT_LIGHT is not set
32050 +# CONFIG_I2C_SIMTEC is not set
32051 +# CONFIG_I2C_TAOS_EVM is not set
32052 +# CONFIG_I2C_STUB is not set
32053 +
32054 +#
32055 +# Miscellaneous I2C Chip support
32056 +#
32057 +# CONFIG_DS1682 is not set
32058 +# CONFIG_SENSORS_EEPROM is not set
32059 +# CONFIG_SENSORS_PCF8574 is not set
32060 +# CONFIG_PCF8575 is not set
32061 +# CONFIG_SENSORS_PCF8591 is not set
32062 +# CONFIG_TPS65010 is not set
32063 +# CONFIG_SENSORS_MAX6875 is not set
32064 +# CONFIG_SENSORS_TSL2550 is not set
32065 +# CONFIG_I2C_DEBUG_CORE is not set
32066 +# CONFIG_I2C_DEBUG_ALGO is not set
32067 +# CONFIG_I2C_DEBUG_BUS is not set
32068 +# CONFIG_I2C_DEBUG_CHIP is not set
32069 +
32070 +#
32071 +# SPI support
32072 +#
32073 +# CONFIG_SPI is not set
32074 +# CONFIG_SPI_MASTER is not set
32075 +# CONFIG_W1 is not set
32076 +# CONFIG_POWER_SUPPLY is not set
32077 +CONFIG_HWMON=y
32078 +# CONFIG_HWMON_VID is not set
32079 +# CONFIG_SENSORS_AD7418 is not set
32080 +# CONFIG_SENSORS_ADM1021 is not set
32081 +# CONFIG_SENSORS_ADM1025 is not set
32082 +# CONFIG_SENSORS_ADM1026 is not set
32083 +# CONFIG_SENSORS_ADM1029 is not set
32084 +# CONFIG_SENSORS_ADM1031 is not set
32085 +# CONFIG_SENSORS_ADM9240 is not set
32086 +# CONFIG_SENSORS_ADT7470 is not set
32087 +# CONFIG_SENSORS_ADT7473 is not set
32088 +# CONFIG_SENSORS_ATXP1 is not set
32089 +# CONFIG_SENSORS_DS1621 is not set
32090 +# CONFIG_SENSORS_F71805F is not set
32091 +# CONFIG_SENSORS_F71882FG is not set
32092 +# CONFIG_SENSORS_F75375S is not set
32093 +# CONFIG_SENSORS_GL518SM is not set
32094 +# CONFIG_SENSORS_GL520SM is not set
32095 +# CONFIG_SENSORS_IT87 is not set
32096 +# CONFIG_SENSORS_LM63 is not set
32097 +# CONFIG_SENSORS_LM75 is not set
32098 +# CONFIG_SENSORS_LM77 is not set
32099 +# CONFIG_SENSORS_LM78 is not set
32100 +# CONFIG_SENSORS_LM80 is not set
32101 +# CONFIG_SENSORS_LM83 is not set
32102 +# CONFIG_SENSORS_LM85 is not set
32103 +# CONFIG_SENSORS_LM87 is not set
32104 +# CONFIG_SENSORS_LM90 is not set
32105 +# CONFIG_SENSORS_LM92 is not set
32106 +# CONFIG_SENSORS_LM93 is not set
32107 +# CONFIG_SENSORS_MAX1619 is not set
32108 +# CONFIG_SENSORS_MAX6650 is not set
32109 +# CONFIG_SENSORS_PC87360 is not set
32110 +# CONFIG_SENSORS_PC87427 is not set
32111 +# CONFIG_SENSORS_DME1737 is not set
32112 +# CONFIG_SENSORS_SMSC47M1 is not set
32113 +# CONFIG_SENSORS_SMSC47M192 is not set
32114 +# CONFIG_SENSORS_SMSC47B397 is not set
32115 +# CONFIG_SENSORS_ADS7828 is not set
32116 +# CONFIG_SENSORS_THMC50 is not set
32117 +# CONFIG_SENSORS_VT1211 is not set
32118 +# CONFIG_SENSORS_W83781D is not set
32119 +# CONFIG_SENSORS_W83791D is not set
32120 +# CONFIG_SENSORS_W83792D is not set
32121 +# CONFIG_SENSORS_W83793 is not set
32122 +# CONFIG_SENSORS_W83L785TS is not set
32123 +# CONFIG_SENSORS_W83L786NG is not set
32124 +# CONFIG_SENSORS_W83627HF is not set
32125 +# CONFIG_SENSORS_W83627EHF is not set
32126 +# CONFIG_HWMON_DEBUG_CHIP is not set
32127 +# CONFIG_THERMAL is not set
32128 +CONFIG_WATCHDOG=y
32129 +# CONFIG_WATCHDOG_NOWAYOUT is not set
32130 +
32131 +#
32132 +# Watchdog Device Drivers
32133 +#
32134 +# CONFIG_SOFT_WATCHDOG is not set
32135 +CONFIG_83xx_WDT=y
32136 +
32137 +#
32138 +# Sonics Silicon Backplane
32139 +#
32140 +CONFIG_SSB_POSSIBLE=y
32141 +# CONFIG_SSB is not set
32142 +
32143 +#
32144 +# Multifunction device drivers
32145 +#
32146 +# CONFIG_MFD_SM501 is not set
32147 +
32148 +#
32149 +# Multimedia devices
32150 +#
32151 +# CONFIG_VIDEO_DEV is not set
32152 +# CONFIG_DVB_CORE is not set
32153 +CONFIG_DAB=y
32154 +
32155 +#
32156 +# Graphics support
32157 +#
32158 +# CONFIG_VGASTATE is not set
32159 +CONFIG_VIDEO_OUTPUT_CONTROL=m
32160 +# CONFIG_FB is not set
32161 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
32162 +
32163 +#
32164 +# Display device support
32165 +#
32166 +# CONFIG_DISPLAY_SUPPORT is not set
32167 +
32168 +#
32169 +# Sound
32170 +#
32171 +# CONFIG_SOUND is not set
32172 +CONFIG_HID_SUPPORT=y
32173 +CONFIG_HID=y
32174 +# CONFIG_HID_DEBUG is not set
32175 +# CONFIG_HIDRAW is not set
32176 +CONFIG_USB_SUPPORT=y
32177 +CONFIG_USB_ARCH_HAS_HCD=y
32178 +# CONFIG_USB_ARCH_HAS_OHCI is not set
32179 +CONFIG_USB_ARCH_HAS_EHCI=y
32180 +CONFIG_USB=y
32181 +# CONFIG_USB_DEBUG is not set
32182 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
32183 +
32184 +#
32185 +# Miscellaneous USB options
32186 +#
32187 +# CONFIG_USB_DEVICEFS is not set
32188 +CONFIG_USB_DEVICE_CLASS=y
32189 +# CONFIG_USB_DYNAMIC_MINORS is not set
32190 +# CONFIG_USB_OTG is not set
32191 +
32192 +#
32193 +# USB Host Controller Drivers
32194 +#
32195 +CONFIG_USB_EHCI_HCD=y
32196 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
32197 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
32198 +CONFIG_USB_EHCI_FSL=y
32199 +CONFIG_USB_EHCI_HCD_PPC_OF=y
32200 +# CONFIG_USB_ISP116X_HCD is not set
32201 +# CONFIG_USB_SL811_HCD is not set
32202 +# CONFIG_USB_R8A66597_HCD is not set
32203 +
32204 +#
32205 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
32206 +#
32207 +# CONFIG_USB_GADGET is not set
32208 +# CONFIG_MMC is not set
32209 +# CONFIG_MEMSTICK is not set
32210 +# CONFIG_NEW_LEDS is not set
32211 +# CONFIG_EDAC is not set
32212 +# CONFIG_RTC_CLASS is not set
32213 +# CONFIG_DMADEVICES is not set
32214 +
32215 +#
32216 +# Userspace I/O
32217 +#
32218 +# CONFIG_UIO is not set
32219 +
32220 +#
32221 +# File systems
32222 +#
32223 +CONFIG_EXT2_FS=y
32224 +# CONFIG_EXT2_FS_XATTR is not set
32225 +# CONFIG_EXT2_FS_XIP is not set
32226 +CONFIG_EXT3_FS=y
32227 +CONFIG_EXT3_FS_XATTR=y
32228 +# CONFIG_EXT3_FS_POSIX_ACL is not set
32229 +# CONFIG_EXT3_FS_SECURITY is not set
32230 +# CONFIG_EXT4DEV_FS is not set
32231 +CONFIG_JBD=y
32232 +CONFIG_FS_MBCACHE=y
32233 +# CONFIG_REISERFS_FS is not set
32234 +# CONFIG_JFS_FS is not set
32235 +# CONFIG_FS_POSIX_ACL is not set
32236 +# CONFIG_XFS_FS is not set
32237 +# CONFIG_GFS2_FS is not set
32238 +# CONFIG_OCFS2_FS is not set
32239 +CONFIG_DNOTIFY=y
32240 +CONFIG_INOTIFY=y
32241 +CONFIG_INOTIFY_USER=y
32242 +# CONFIG_QUOTA is not set
32243 +# CONFIG_AUTOFS_FS is not set
32244 +# CONFIG_AUTOFS4_FS is not set
32245 +# CONFIG_FUSE_FS is not set
32246 +
32247 +#
32248 +# CD-ROM/DVD Filesystems
32249 +#
32250 +# CONFIG_ISO9660_FS is not set
32251 +# CONFIG_UDF_FS is not set
32252 +
32253 +#
32254 +# DOS/FAT/NT Filesystems
32255 +#
32256 +# CONFIG_MSDOS_FS is not set
32257 +# CONFIG_VFAT_FS is not set
32258 +# CONFIG_NTFS_FS is not set
32259 +
32260 +#
32261 +# Pseudo filesystems
32262 +#
32263 +CONFIG_PROC_FS=y
32264 +CONFIG_PROC_KCORE=y
32265 +CONFIG_PROC_SYSCTL=y
32266 +CONFIG_SYSFS=y
32267 +CONFIG_TMPFS=y
32268 +# CONFIG_TMPFS_POSIX_ACL is not set
32269 +# CONFIG_HUGETLB_PAGE is not set
32270 +# CONFIG_CONFIGFS_FS is not set
32271 +
32272 +#
32273 +# Miscellaneous filesystems
32274 +#
32275 +# CONFIG_ADFS_FS is not set
32276 +# CONFIG_AFFS_FS is not set
32277 +# CONFIG_HFS_FS is not set
32278 +# CONFIG_HFSPLUS_FS is not set
32279 +# CONFIG_BEFS_FS is not set
32280 +# CONFIG_BFS_FS is not set
32281 +# CONFIG_EFS_FS is not set
32282 +# CONFIG_CRAMFS is not set
32283 +# CONFIG_VXFS_FS is not set
32284 +# CONFIG_MINIX_FS is not set
32285 +# CONFIG_HPFS_FS is not set
32286 +# CONFIG_QNX4FS_FS is not set
32287 +# CONFIG_ROMFS_FS is not set
32288 +# CONFIG_SYSV_FS is not set
32289 +# CONFIG_UFS_FS is not set
32290 +CONFIG_NETWORK_FILESYSTEMS=y
32291 +CONFIG_NFS_FS=y
32292 +CONFIG_NFS_V3=y
32293 +# CONFIG_NFS_V3_ACL is not set
32294 +CONFIG_NFS_V4=y
32295 +# CONFIG_NFS_DIRECTIO is not set
32296 +# CONFIG_NFSD is not set
32297 +CONFIG_ROOT_NFS=y
32298 +CONFIG_LOCKD=y
32299 +CONFIG_LOCKD_V4=y
32300 +CONFIG_NFS_COMMON=y
32301 +CONFIG_SUNRPC=y
32302 +CONFIG_SUNRPC_GSS=y
32303 +# CONFIG_SUNRPC_BIND34 is not set
32304 +CONFIG_RPCSEC_GSS_KRB5=y
32305 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
32306 +# CONFIG_SMB_FS is not set
32307 +# CONFIG_CIFS is not set
32308 +# CONFIG_NCP_FS is not set
32309 +# CONFIG_CODA_FS is not set
32310 +# CONFIG_AFS_FS is not set
32311 +
32312 +#
32313 +# Partition Types
32314 +#
32315 +CONFIG_PARTITION_ADVANCED=y
32316 +# CONFIG_ACORN_PARTITION is not set
32317 +# CONFIG_OSF_PARTITION is not set
32318 +# CONFIG_AMIGA_PARTITION is not set
32319 +# CONFIG_ATARI_PARTITION is not set
32320 +# CONFIG_MAC_PARTITION is not set
32321 +CONFIG_MSDOS_PARTITION=y
32322 +# CONFIG_BSD_DISKLABEL is not set
32323 +# CONFIG_MINIX_SUBPARTITION is not set
32324 +# CONFIG_SOLARIS_X86_PARTITION is not set
32325 +# CONFIG_UNIXWARE_DISKLABEL is not set
32326 +# CONFIG_LDM_PARTITION is not set
32327 +# CONFIG_SGI_PARTITION is not set
32328 +# CONFIG_ULTRIX_PARTITION is not set
32329 +# CONFIG_SUN_PARTITION is not set
32330 +# CONFIG_KARMA_PARTITION is not set
32331 +# CONFIG_EFI_PARTITION is not set
32332 +# CONFIG_SYSV68_PARTITION is not set
32333 +# CONFIG_NLS is not set
32334 +# CONFIG_DLM is not set
32335 +
32336 +#
32337 +# Library routines
32338 +#
32339 +CONFIG_BITREVERSE=y
32340 +# CONFIG_CRC_CCITT is not set
32341 +# CONFIG_CRC16 is not set
32342 +# CONFIG_CRC_ITU_T is not set
32343 +CONFIG_CRC32=y
32344 +# CONFIG_CRC7 is not set
32345 +# CONFIG_LIBCRC32C is not set
32346 +CONFIG_PLIST=y
32347 +CONFIG_HAS_IOMEM=y
32348 +CONFIG_HAS_IOPORT=y
32349 +CONFIG_HAS_DMA=y
32350 +
32351 +#
32352 +# Kernel hacking
32353 +#
32354 +# CONFIG_PRINTK_TIME is not set
32355 +CONFIG_ENABLE_WARN_DEPRECATED=y
32356 +# CONFIG_ENABLE_MUST_CHECK is not set
32357 +# CONFIG_MAGIC_SYSRQ is not set
32358 +# CONFIG_UNUSED_SYMBOLS is not set
32359 +# CONFIG_DEBUG_FS is not set
32360 +# CONFIG_HEADERS_CHECK is not set
32361 +# CONFIG_DEBUG_KERNEL is not set
32362 +# CONFIG_DEBUG_BUGVERBOSE is not set
32363 +# CONFIG_SAMPLES is not set
32364 +# CONFIG_PPC_EARLY_DEBUG is not set
32365 +
32366 +#
32367 +# Security options
32368 +#
32369 +# CONFIG_KEYS is not set
32370 +# CONFIG_SECURITY is not set
32371 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
32372 +CONFIG_XOR_BLOCKS=y
32373 +CONFIG_ASYNC_CORE=y
32374 +CONFIG_ASYNC_MEMCPY=y
32375 +CONFIG_ASYNC_XOR=y
32376 +CONFIG_CRYPTO=y
32377 +CONFIG_CRYPTO_ALGAPI=y
32378 +CONFIG_CRYPTO_BLKCIPHER=y
32379 +# CONFIG_CRYPTO_SEQIV is not set
32380 +CONFIG_CRYPTO_MANAGER=y
32381 +# CONFIG_CRYPTO_HMAC is not set
32382 +# CONFIG_CRYPTO_XCBC is not set
32383 +# CONFIG_CRYPTO_NULL is not set
32384 +# CONFIG_CRYPTO_MD4 is not set
32385 +CONFIG_CRYPTO_MD5=y
32386 +# CONFIG_CRYPTO_SHA1 is not set
32387 +# CONFIG_CRYPTO_SHA256 is not set
32388 +# CONFIG_CRYPTO_SHA512 is not set
32389 +# CONFIG_CRYPTO_WP512 is not set
32390 +# CONFIG_CRYPTO_TGR192 is not set
32391 +# CONFIG_CRYPTO_GF128MUL is not set
32392 +CONFIG_CRYPTO_ECB=m
32393 +CONFIG_CRYPTO_CBC=y
32394 +CONFIG_CRYPTO_PCBC=m
32395 +# CONFIG_CRYPTO_LRW is not set
32396 +# CONFIG_CRYPTO_XTS is not set
32397 +# CONFIG_CRYPTO_CTR is not set
32398 +# CONFIG_CRYPTO_GCM is not set
32399 +# CONFIG_CRYPTO_CCM is not set
32400 +# CONFIG_CRYPTO_CRYPTD is not set
32401 +CONFIG_CRYPTO_DES=y
32402 +# CONFIG_CRYPTO_FCRYPT is not set
32403 +# CONFIG_CRYPTO_BLOWFISH is not set
32404 +# CONFIG_CRYPTO_TWOFISH is not set
32405 +# CONFIG_CRYPTO_SERPENT is not set
32406 +# CONFIG_CRYPTO_AES is not set
32407 +# CONFIG_CRYPTO_CAST5 is not set
32408 +# CONFIG_CRYPTO_CAST6 is not set
32409 +# CONFIG_CRYPTO_TEA is not set
32410 +# CONFIG_CRYPTO_ARC4 is not set
32411 +# CONFIG_CRYPTO_KHAZAD is not set
32412 +# CONFIG_CRYPTO_ANUBIS is not set
32413 +# CONFIG_CRYPTO_SEED is not set
32414 +# CONFIG_CRYPTO_SALSA20 is not set
32415 +# CONFIG_CRYPTO_DEFLATE is not set
32416 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
32417 +# CONFIG_CRYPTO_CRC32C is not set
32418 +# CONFIG_CRYPTO_CAMELLIA is not set
32419 +# CONFIG_CRYPTO_TEST is not set
32420 +# CONFIG_CRYPTO_AUTHENC is not set
32421 +# CONFIG_CRYPTO_LZO is not set
32422 +CONFIG_CRYPTO_HW=y
32423 +# CONFIG_PPC_CLOCK is not set
32424 --- /dev/null
32425 +++ b/arch/powerpc/configs/83xx/sbc834x_defconfig
32426 @@ -0,0 +1,828 @@
32427 +#
32428 +# Automatically generated make config: don't edit
32429 +# Linux kernel version: 2.6.25-rc6
32430 +# Mon Mar 24 08:48:38 2008
32431 +#
32432 +# CONFIG_PPC64 is not set
32433 +
32434 +#
32435 +# Processor support
32436 +#
32437 +CONFIG_6xx=y
32438 +# CONFIG_PPC_85xx is not set
32439 +# CONFIG_PPC_8xx is not set
32440 +# CONFIG_40x is not set
32441 +# CONFIG_44x is not set
32442 +# CONFIG_E200 is not set
32443 +CONFIG_PPC_FPU=y
32444 +# CONFIG_FSL_EMB_PERFMON is not set
32445 +CONFIG_PPC_STD_MMU=y
32446 +CONFIG_PPC_STD_MMU_32=y
32447 +# CONFIG_PPC_MM_SLICES is not set
32448 +# CONFIG_SMP is not set
32449 +CONFIG_PPC32=y
32450 +CONFIG_WORD_SIZE=32
32451 +CONFIG_PPC_MERGE=y
32452 +CONFIG_MMU=y
32453 +CONFIG_GENERIC_CMOS_UPDATE=y
32454 +CONFIG_GENERIC_TIME=y
32455 +CONFIG_GENERIC_TIME_VSYSCALL=y
32456 +CONFIG_GENERIC_CLOCKEVENTS=y
32457 +CONFIG_GENERIC_HARDIRQS=y
32458 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
32459 +CONFIG_IRQ_PER_CPU=y
32460 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
32461 +CONFIG_ARCH_HAS_ILOG2_U32=y
32462 +CONFIG_GENERIC_HWEIGHT=y
32463 +CONFIG_GENERIC_CALIBRATE_DELAY=y
32464 +CONFIG_GENERIC_FIND_NEXT_BIT=y
32465 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
32466 +CONFIG_PPC=y
32467 +CONFIG_EARLY_PRINTK=y
32468 +CONFIG_GENERIC_NVRAM=y
32469 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
32470 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
32471 +CONFIG_PPC_OF=y
32472 +CONFIG_OF=y
32473 +CONFIG_PPC_UDBG_16550=y
32474 +# CONFIG_GENERIC_TBSYNC is not set
32475 +CONFIG_AUDIT_ARCH=y
32476 +CONFIG_GENERIC_BUG=y
32477 +CONFIG_DEFAULT_UIMAGE=y
32478 +# CONFIG_PPC_DCR_NATIVE is not set
32479 +# CONFIG_PPC_DCR_MMIO is not set
32480 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
32481 +
32482 +#
32483 +# General setup
32484 +#
32485 +CONFIG_EXPERIMENTAL=y
32486 +CONFIG_BROKEN_ON_SMP=y
32487 +CONFIG_INIT_ENV_ARG_LIMIT=32
32488 +CONFIG_LOCALVERSION=""
32489 +CONFIG_LOCALVERSION_AUTO=y
32490 +CONFIG_SWAP=y
32491 +CONFIG_SYSVIPC=y
32492 +CONFIG_SYSVIPC_SYSCTL=y
32493 +# CONFIG_POSIX_MQUEUE is not set
32494 +# CONFIG_BSD_PROCESS_ACCT is not set
32495 +# CONFIG_TASKSTATS is not set
32496 +# CONFIG_AUDIT is not set
32497 +# CONFIG_IKCONFIG is not set
32498 +CONFIG_LOG_BUF_SHIFT=14
32499 +# CONFIG_CGROUPS is not set
32500 +CONFIG_GROUP_SCHED=y
32501 +CONFIG_FAIR_GROUP_SCHED=y
32502 +# CONFIG_RT_GROUP_SCHED is not set
32503 +CONFIG_USER_SCHED=y
32504 +# CONFIG_CGROUP_SCHED is not set
32505 +CONFIG_SYSFS_DEPRECATED=y
32506 +CONFIG_SYSFS_DEPRECATED_V2=y
32507 +# CONFIG_RELAY is not set
32508 +# CONFIG_NAMESPACES is not set
32509 +CONFIG_BLK_DEV_INITRD=y
32510 +CONFIG_INITRAMFS_SOURCE=""
32511 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
32512 +CONFIG_SYSCTL=y
32513 +CONFIG_EMBEDDED=y
32514 +CONFIG_SYSCTL_SYSCALL=y
32515 +# CONFIG_KALLSYMS is not set
32516 +CONFIG_HOTPLUG=y
32517 +CONFIG_PRINTK=y
32518 +CONFIG_BUG=y
32519 +CONFIG_ELF_CORE=y
32520 +CONFIG_COMPAT_BRK=y
32521 +CONFIG_BASE_FULL=y
32522 +CONFIG_FUTEX=y
32523 +CONFIG_ANON_INODES=y
32524 +# CONFIG_EPOLL is not set
32525 +CONFIG_SIGNALFD=y
32526 +CONFIG_TIMERFD=y
32527 +CONFIG_EVENTFD=y
32528 +CONFIG_SHMEM=y
32529 +CONFIG_VM_EVENT_COUNTERS=y
32530 +CONFIG_SLAB=y
32531 +# CONFIG_SLUB is not set
32532 +# CONFIG_SLOB is not set
32533 +# CONFIG_PROFILING is not set
32534 +# CONFIG_MARKERS is not set
32535 +CONFIG_HAVE_OPROFILE=y
32536 +CONFIG_HAVE_KPROBES=y
32537 +CONFIG_HAVE_KRETPROBES=y
32538 +CONFIG_PROC_PAGE_MONITOR=y
32539 +CONFIG_SLABINFO=y
32540 +CONFIG_RT_MUTEXES=y
32541 +# CONFIG_TINY_SHMEM is not set
32542 +CONFIG_BASE_SMALL=0
32543 +CONFIG_MODULES=y
32544 +CONFIG_MODULE_UNLOAD=y
32545 +# CONFIG_MODULE_FORCE_UNLOAD is not set
32546 +# CONFIG_MODVERSIONS is not set
32547 +# CONFIG_MODULE_SRCVERSION_ALL is not set
32548 +# CONFIG_KMOD is not set
32549 +CONFIG_BLOCK=y
32550 +# CONFIG_LBD is not set
32551 +# CONFIG_BLK_DEV_IO_TRACE is not set
32552 +# CONFIG_LSF is not set
32553 +# CONFIG_BLK_DEV_BSG is not set
32554 +
32555 +#
32556 +# IO Schedulers
32557 +#
32558 +CONFIG_IOSCHED_NOOP=y
32559 +CONFIG_IOSCHED_AS=y
32560 +CONFIG_IOSCHED_DEADLINE=y
32561 +CONFIG_IOSCHED_CFQ=y
32562 +CONFIG_DEFAULT_AS=y
32563 +# CONFIG_DEFAULT_DEADLINE is not set
32564 +# CONFIG_DEFAULT_CFQ is not set
32565 +# CONFIG_DEFAULT_NOOP is not set
32566 +CONFIG_DEFAULT_IOSCHED="anticipatory"
32567 +CONFIG_CLASSIC_RCU=y
32568 +
32569 +#
32570 +# Platform support
32571 +#
32572 +# CONFIG_PPC_MULTIPLATFORM is not set
32573 +# CONFIG_PPC_82xx is not set
32574 +CONFIG_PPC_83xx=y
32575 +# CONFIG_PPC_86xx is not set
32576 +# CONFIG_PPC_MPC512x is not set
32577 +# CONFIG_PPC_MPC5121 is not set
32578 +# CONFIG_PPC_CELL is not set
32579 +# CONFIG_PPC_CELL_NATIVE is not set
32580 +# CONFIG_PQ2ADS is not set
32581 +CONFIG_MPC83xx=y
32582 +# CONFIG_MPC831x_RDB is not set
32583 +# CONFIG_MPC832x_MDS is not set
32584 +# CONFIG_MPC832x_RDB is not set
32585 +# CONFIG_MPC834x_MDS is not set
32586 +# CONFIG_MPC834x_ITX is not set
32587 +# CONFIG_MPC836x_MDS is not set
32588 +# CONFIG_MPC837x_MDS is not set
32589 +# CONFIG_MPC837x_RDB is not set
32590 +CONFIG_SBC834x=y
32591 +CONFIG_PPC_MPC834x=y
32592 +CONFIG_IPIC=y
32593 +# CONFIG_MPIC is not set
32594 +# CONFIG_MPIC_WEIRD is not set
32595 +# CONFIG_PPC_I8259 is not set
32596 +# CONFIG_PPC_RTAS is not set
32597 +# CONFIG_MMIO_NVRAM is not set
32598 +# CONFIG_PPC_MPC106 is not set
32599 +# CONFIG_PPC_970_NAP is not set
32600 +# CONFIG_PPC_INDIRECT_IO is not set
32601 +# CONFIG_GENERIC_IOMAP is not set
32602 +# CONFIG_CPU_FREQ is not set
32603 +# CONFIG_FSL_ULI1575 is not set
32604 +
32605 +#
32606 +# Kernel options
32607 +#
32608 +# CONFIG_HIGHMEM is not set
32609 +# CONFIG_TICK_ONESHOT is not set
32610 +# CONFIG_NO_HZ is not set
32611 +# CONFIG_HIGH_RES_TIMERS is not set
32612 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
32613 +# CONFIG_HZ_100 is not set
32614 +CONFIG_HZ_250=y
32615 +# CONFIG_HZ_300 is not set
32616 +# CONFIG_HZ_1000 is not set
32617 +CONFIG_HZ=250
32618 +# CONFIG_SCHED_HRTICK is not set
32619 +CONFIG_PREEMPT_NONE=y
32620 +# CONFIG_PREEMPT_VOLUNTARY is not set
32621 +# CONFIG_PREEMPT is not set
32622 +CONFIG_BINFMT_ELF=y
32623 +# CONFIG_BINFMT_MISC is not set
32624 +# CONFIG_IOMMU_HELPER is not set
32625 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
32626 +CONFIG_ARCH_HAS_WALK_MEMORY=y
32627 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
32628 +CONFIG_ARCH_FLATMEM_ENABLE=y
32629 +CONFIG_ARCH_POPULATES_NODE_MAP=y
32630 +CONFIG_SELECT_MEMORY_MODEL=y
32631 +CONFIG_FLATMEM_MANUAL=y
32632 +# CONFIG_DISCONTIGMEM_MANUAL is not set
32633 +# CONFIG_SPARSEMEM_MANUAL is not set
32634 +CONFIG_FLATMEM=y
32635 +CONFIG_FLAT_NODE_MEM_MAP=y
32636 +# CONFIG_SPARSEMEM_STATIC is not set
32637 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
32638 +CONFIG_SPLIT_PTLOCK_CPUS=4
32639 +# CONFIG_RESOURCES_64BIT is not set
32640 +CONFIG_ZONE_DMA_FLAG=1
32641 +CONFIG_BOUNCE=y
32642 +CONFIG_VIRT_TO_BUS=y
32643 +CONFIG_PROC_DEVICETREE=y
32644 +# CONFIG_CMDLINE_BOOL is not set
32645 +# CONFIG_PM is not set
32646 +CONFIG_SECCOMP=y
32647 +CONFIG_ISA_DMA_API=y
32648 +
32649 +#
32650 +# Bus options
32651 +#
32652 +CONFIG_ZONE_DMA=y
32653 +CONFIG_GENERIC_ISA_DMA=y
32654 +CONFIG_PPC_INDIRECT_PCI=y
32655 +CONFIG_FSL_SOC=y
32656 +# CONFIG_PCI is not set
32657 +# CONFIG_PCI_DOMAINS is not set
32658 +# CONFIG_PCI_SYSCALL is not set
32659 +# CONFIG_ARCH_SUPPORTS_MSI is not set
32660 +# CONFIG_PCCARD is not set
32661 +
32662 +#
32663 +# Advanced setup
32664 +#
32665 +# CONFIG_ADVANCED_OPTIONS is not set
32666 +
32667 +#
32668 +# Default settings for advanced configuration options are used
32669 +#
32670 +CONFIG_HIGHMEM_START=0xfe000000
32671 +CONFIG_LOWMEM_SIZE=0x30000000
32672 +CONFIG_KERNEL_START=0xc0000000
32673 +CONFIG_TASK_SIZE=0xc0000000
32674 +CONFIG_BOOT_LOAD=0x00800000
32675 +
32676 +#
32677 +# Networking
32678 +#
32679 +CONFIG_NET=y
32680 +
32681 +#
32682 +# Networking options
32683 +#
32684 +CONFIG_PACKET=y
32685 +# CONFIG_PACKET_MMAP is not set
32686 +CONFIG_UNIX=y
32687 +CONFIG_XFRM=y
32688 +CONFIG_XFRM_USER=m
32689 +# CONFIG_XFRM_SUB_POLICY is not set
32690 +# CONFIG_XFRM_MIGRATE is not set
32691 +# CONFIG_XFRM_STATISTICS is not set
32692 +# CONFIG_NET_KEY is not set
32693 +CONFIG_INET=y
32694 +CONFIG_IP_MULTICAST=y
32695 +# CONFIG_IP_ADVANCED_ROUTER is not set
32696 +CONFIG_IP_FIB_HASH=y
32697 +CONFIG_IP_PNP=y
32698 +CONFIG_IP_PNP_DHCP=y
32699 +CONFIG_IP_PNP_BOOTP=y
32700 +# CONFIG_IP_PNP_RARP is not set
32701 +# CONFIG_NET_IPIP is not set
32702 +# CONFIG_NET_IPGRE is not set
32703 +# CONFIG_IP_MROUTE is not set
32704 +# CONFIG_ARPD is not set
32705 +CONFIG_SYN_COOKIES=y
32706 +# CONFIG_INET_AH is not set
32707 +# CONFIG_INET_ESP is not set
32708 +# CONFIG_INET_IPCOMP is not set
32709 +# CONFIG_INET_XFRM_TUNNEL is not set
32710 +# CONFIG_INET_TUNNEL is not set
32711 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
32712 +CONFIG_INET_XFRM_MODE_TUNNEL=y
32713 +CONFIG_INET_XFRM_MODE_BEET=y
32714 +# CONFIG_INET_LRO is not set
32715 +CONFIG_INET_DIAG=y
32716 +CONFIG_INET_TCP_DIAG=y
32717 +# CONFIG_TCP_CONG_ADVANCED is not set
32718 +CONFIG_TCP_CONG_CUBIC=y
32719 +CONFIG_DEFAULT_TCP_CONG="cubic"
32720 +# CONFIG_TCP_MD5SIG is not set
32721 +# CONFIG_IPV6 is not set
32722 +# CONFIG_INET6_XFRM_TUNNEL is not set
32723 +# CONFIG_INET6_TUNNEL is not set
32724 +# CONFIG_NETWORK_SECMARK is not set
32725 +# CONFIG_NETFILTER is not set
32726 +# CONFIG_IP_DCCP is not set
32727 +# CONFIG_IP_SCTP is not set
32728 +# CONFIG_TIPC is not set
32729 +# CONFIG_ATM is not set
32730 +# CONFIG_BRIDGE is not set
32731 +# CONFIG_VLAN_8021Q is not set
32732 +# CONFIG_DECNET is not set
32733 +# CONFIG_LLC2 is not set
32734 +# CONFIG_IPX is not set
32735 +# CONFIG_ATALK is not set
32736 +# CONFIG_X25 is not set
32737 +# CONFIG_LAPB is not set
32738 +# CONFIG_ECONET is not set
32739 +# CONFIG_WAN_ROUTER is not set
32740 +# CONFIG_NET_SCHED is not set
32741 +
32742 +#
32743 +# Network testing
32744 +#
32745 +# CONFIG_NET_PKTGEN is not set
32746 +# CONFIG_HAMRADIO is not set
32747 +# CONFIG_CAN is not set
32748 +# CONFIG_IRDA is not set
32749 +# CONFIG_BT is not set
32750 +# CONFIG_AF_RXRPC is not set
32751 +
32752 +#
32753 +# Wireless
32754 +#
32755 +# CONFIG_CFG80211 is not set
32756 +# CONFIG_WIRELESS_EXT is not set
32757 +# CONFIG_MAC80211 is not set
32758 +# CONFIG_IEEE80211 is not set
32759 +# CONFIG_RFKILL is not set
32760 +# CONFIG_NET_9P is not set
32761 +
32762 +#
32763 +# Device Drivers
32764 +#
32765 +
32766 +#
32767 +# Generic Driver Options
32768 +#
32769 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
32770 +CONFIG_STANDALONE=y
32771 +CONFIG_PREVENT_FIRMWARE_BUILD=y
32772 +# CONFIG_FW_LOADER is not set
32773 +# CONFIG_SYS_HYPERVISOR is not set
32774 +# CONFIG_CONNECTOR is not set
32775 +# CONFIG_MTD is not set
32776 +CONFIG_OF_DEVICE=y
32777 +# CONFIG_PARPORT is not set
32778 +CONFIG_BLK_DEV=y
32779 +# CONFIG_BLK_DEV_FD is not set
32780 +# CONFIG_BLK_DEV_COW_COMMON is not set
32781 +CONFIG_BLK_DEV_LOOP=y
32782 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
32783 +# CONFIG_BLK_DEV_NBD is not set
32784 +CONFIG_BLK_DEV_RAM=y
32785 +CONFIG_BLK_DEV_RAM_COUNT=16
32786 +CONFIG_BLK_DEV_RAM_SIZE=32768
32787 +# CONFIG_BLK_DEV_XIP is not set
32788 +# CONFIG_CDROM_PKTCDVD is not set
32789 +# CONFIG_ATA_OVER_ETH is not set
32790 +CONFIG_MISC_DEVICES=y
32791 +# CONFIG_EEPROM_93CX6 is not set
32792 +# CONFIG_ENCLOSURE_SERVICES is not set
32793 +CONFIG_HAVE_IDE=y
32794 +# CONFIG_IDE is not set
32795 +
32796 +#
32797 +# SCSI device support
32798 +#
32799 +# CONFIG_RAID_ATTRS is not set
32800 +# CONFIG_SCSI is not set
32801 +# CONFIG_SCSI_DMA is not set
32802 +# CONFIG_SCSI_NETLINK is not set
32803 +# CONFIG_ATA is not set
32804 +# CONFIG_MD is not set
32805 +# CONFIG_MACINTOSH_DRIVERS is not set
32806 +CONFIG_NETDEVICES=y
32807 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
32808 +# CONFIG_DUMMY is not set
32809 +# CONFIG_BONDING is not set
32810 +# CONFIG_MACVLAN is not set
32811 +# CONFIG_EQUALIZER is not set
32812 +# CONFIG_TUN is not set
32813 +# CONFIG_VETH is not set
32814 +CONFIG_PHYLIB=y
32815 +
32816 +#
32817 +# MII PHY device drivers
32818 +#
32819 +# CONFIG_MARVELL_PHY is not set
32820 +# CONFIG_DAVICOM_PHY is not set
32821 +# CONFIG_QSEMI_PHY is not set
32822 +# CONFIG_LXT_PHY is not set
32823 +# CONFIG_CICADA_PHY is not set
32824 +# CONFIG_VITESSE_PHY is not set
32825 +# CONFIG_SMSC_PHY is not set
32826 +CONFIG_BROADCOM_PHY=y
32827 +# CONFIG_ICPLUS_PHY is not set
32828 +# CONFIG_REALTEK_PHY is not set
32829 +# CONFIG_FIXED_PHY is not set
32830 +# CONFIG_MDIO_BITBANG is not set
32831 +CONFIG_NET_ETHERNET=y
32832 +CONFIG_MII=y
32833 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
32834 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
32835 +# CONFIG_IBM_NEW_EMAC_TAH is not set
32836 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
32837 +# CONFIG_B44 is not set
32838 +CONFIG_NETDEV_1000=y
32839 +# CONFIG_E1000E_ENABLED is not set
32840 +CONFIG_GIANFAR=y
32841 +# CONFIG_GFAR_NAPI is not set
32842 +# CONFIG_NETDEV_10000 is not set
32843 +
32844 +#
32845 +# Wireless LAN
32846 +#
32847 +# CONFIG_WLAN_PRE80211 is not set
32848 +# CONFIG_WLAN_80211 is not set
32849 +# CONFIG_WAN is not set
32850 +# CONFIG_PPP is not set
32851 +# CONFIG_SLIP is not set
32852 +# CONFIG_NETCONSOLE is not set
32853 +# CONFIG_NETPOLL is not set
32854 +# CONFIG_NET_POLL_CONTROLLER is not set
32855 +# CONFIG_ISDN is not set
32856 +# CONFIG_PHONE is not set
32857 +
32858 +#
32859 +# Input device support
32860 +#
32861 +CONFIG_INPUT=y
32862 +# CONFIG_INPUT_FF_MEMLESS is not set
32863 +# CONFIG_INPUT_POLLDEV is not set
32864 +
32865 +#
32866 +# Userland interfaces
32867 +#
32868 +# CONFIG_INPUT_MOUSEDEV is not set
32869 +# CONFIG_INPUT_JOYDEV is not set
32870 +# CONFIG_INPUT_EVDEV is not set
32871 +# CONFIG_INPUT_EVBUG is not set
32872 +
32873 +#
32874 +# Input Device Drivers
32875 +#
32876 +# CONFIG_INPUT_KEYBOARD is not set
32877 +# CONFIG_INPUT_MOUSE is not set
32878 +# CONFIG_INPUT_JOYSTICK is not set
32879 +# CONFIG_INPUT_TABLET is not set
32880 +# CONFIG_INPUT_TOUCHSCREEN is not set
32881 +# CONFIG_INPUT_MISC is not set
32882 +
32883 +#
32884 +# Hardware I/O ports
32885 +#
32886 +# CONFIG_SERIO is not set
32887 +# CONFIG_GAMEPORT is not set
32888 +
32889 +#
32890 +# Character devices
32891 +#
32892 +# CONFIG_VT is not set
32893 +# CONFIG_SERIAL_NONSTANDARD is not set
32894 +
32895 +#
32896 +# Serial drivers
32897 +#
32898 +CONFIG_SERIAL_8250=y
32899 +CONFIG_SERIAL_8250_CONSOLE=y
32900 +CONFIG_SERIAL_8250_NR_UARTS=4
32901 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
32902 +# CONFIG_SERIAL_8250_EXTENDED is not set
32903 +
32904 +#
32905 +# Non-8250 serial port support
32906 +#
32907 +# CONFIG_SERIAL_UARTLITE is not set
32908 +CONFIG_SERIAL_CORE=y
32909 +CONFIG_SERIAL_CORE_CONSOLE=y
32910 +# CONFIG_SERIAL_OF_PLATFORM is not set
32911 +CONFIG_UNIX98_PTYS=y
32912 +CONFIG_LEGACY_PTYS=y
32913 +CONFIG_LEGACY_PTY_COUNT=256
32914 +# CONFIG_IPMI_HANDLER is not set
32915 +# CONFIG_HW_RANDOM is not set
32916 +# CONFIG_NVRAM is not set
32917 +CONFIG_GEN_RTC=y
32918 +# CONFIG_GEN_RTC_X is not set
32919 +# CONFIG_R3964 is not set
32920 +# CONFIG_RAW_DRIVER is not set
32921 +# CONFIG_TCG_TPM is not set
32922 +CONFIG_I2C=y
32923 +CONFIG_I2C_BOARDINFO=y
32924 +CONFIG_I2C_CHARDEV=y
32925 +
32926 +#
32927 +# I2C Algorithms
32928 +#
32929 +# CONFIG_I2C_ALGOBIT is not set
32930 +# CONFIG_I2C_ALGOPCF is not set
32931 +# CONFIG_I2C_ALGOPCA is not set
32932 +
32933 +#
32934 +# I2C Hardware Bus support
32935 +#
32936 +CONFIG_I2C_MPC=y
32937 +# CONFIG_I2C_OCORES is not set
32938 +# CONFIG_I2C_PARPORT_LIGHT is not set
32939 +# CONFIG_I2C_SIMTEC is not set
32940 +# CONFIG_I2C_TAOS_EVM is not set
32941 +# CONFIG_I2C_STUB is not set
32942 +
32943 +#
32944 +# Miscellaneous I2C Chip support
32945 +#
32946 +# CONFIG_DS1682 is not set
32947 +# CONFIG_SENSORS_EEPROM is not set
32948 +# CONFIG_SENSORS_PCF8574 is not set
32949 +# CONFIG_PCF8575 is not set
32950 +# CONFIG_SENSORS_PCF8591 is not set
32951 +# CONFIG_TPS65010 is not set
32952 +# CONFIG_SENSORS_MAX6875 is not set
32953 +# CONFIG_SENSORS_TSL2550 is not set
32954 +# CONFIG_I2C_DEBUG_CORE is not set
32955 +# CONFIG_I2C_DEBUG_ALGO is not set
32956 +# CONFIG_I2C_DEBUG_BUS is not set
32957 +# CONFIG_I2C_DEBUG_CHIP is not set
32958 +
32959 +#
32960 +# SPI support
32961 +#
32962 +# CONFIG_SPI is not set
32963 +# CONFIG_SPI_MASTER is not set
32964 +# CONFIG_W1 is not set
32965 +# CONFIG_POWER_SUPPLY is not set
32966 +CONFIG_HWMON=y
32967 +# CONFIG_HWMON_VID is not set
32968 +# CONFIG_SENSORS_AD7418 is not set
32969 +# CONFIG_SENSORS_ADM1021 is not set
32970 +# CONFIG_SENSORS_ADM1025 is not set
32971 +# CONFIG_SENSORS_ADM1026 is not set
32972 +# CONFIG_SENSORS_ADM1029 is not set
32973 +# CONFIG_SENSORS_ADM1031 is not set
32974 +# CONFIG_SENSORS_ADM9240 is not set
32975 +# CONFIG_SENSORS_ADT7470 is not set
32976 +# CONFIG_SENSORS_ADT7473 is not set
32977 +# CONFIG_SENSORS_ATXP1 is not set
32978 +# CONFIG_SENSORS_DS1621 is not set
32979 +# CONFIG_SENSORS_F71805F is not set
32980 +# CONFIG_SENSORS_F71882FG is not set
32981 +# CONFIG_SENSORS_F75375S is not set
32982 +# CONFIG_SENSORS_GL518SM is not set
32983 +# CONFIG_SENSORS_GL520SM is not set
32984 +# CONFIG_SENSORS_IT87 is not set
32985 +# CONFIG_SENSORS_LM63 is not set
32986 +# CONFIG_SENSORS_LM75 is not set
32987 +# CONFIG_SENSORS_LM77 is not set
32988 +# CONFIG_SENSORS_LM78 is not set
32989 +# CONFIG_SENSORS_LM80 is not set
32990 +# CONFIG_SENSORS_LM83 is not set
32991 +# CONFIG_SENSORS_LM85 is not set
32992 +# CONFIG_SENSORS_LM87 is not set
32993 +# CONFIG_SENSORS_LM90 is not set
32994 +# CONFIG_SENSORS_LM92 is not set
32995 +# CONFIG_SENSORS_LM93 is not set
32996 +# CONFIG_SENSORS_MAX1619 is not set
32997 +# CONFIG_SENSORS_MAX6650 is not set
32998 +# CONFIG_SENSORS_PC87360 is not set
32999 +# CONFIG_SENSORS_PC87427 is not set
33000 +# CONFIG_SENSORS_DME1737 is not set
33001 +# CONFIG_SENSORS_SMSC47M1 is not set
33002 +# CONFIG_SENSORS_SMSC47M192 is not set
33003 +# CONFIG_SENSORS_SMSC47B397 is not set
33004 +# CONFIG_SENSORS_ADS7828 is not set
33005 +# CONFIG_SENSORS_THMC50 is not set
33006 +# CONFIG_SENSORS_VT1211 is not set
33007 +# CONFIG_SENSORS_W83781D is not set
33008 +# CONFIG_SENSORS_W83791D is not set
33009 +# CONFIG_SENSORS_W83792D is not set
33010 +# CONFIG_SENSORS_W83793 is not set
33011 +# CONFIG_SENSORS_W83L785TS is not set
33012 +# CONFIG_SENSORS_W83L786NG is not set
33013 +# CONFIG_SENSORS_W83627HF is not set
33014 +# CONFIG_SENSORS_W83627EHF is not set
33015 +# CONFIG_HWMON_DEBUG_CHIP is not set
33016 +# CONFIG_THERMAL is not set
33017 +CONFIG_WATCHDOG=y
33018 +# CONFIG_WATCHDOG_NOWAYOUT is not set
33019 +
33020 +#
33021 +# Watchdog Device Drivers
33022 +#
33023 +# CONFIG_SOFT_WATCHDOG is not set
33024 +CONFIG_83xx_WDT=y
33025 +
33026 +#
33027 +# Sonics Silicon Backplane
33028 +#
33029 +CONFIG_SSB_POSSIBLE=y
33030 +# CONFIG_SSB is not set
33031 +
33032 +#
33033 +# Multifunction device drivers
33034 +#
33035 +# CONFIG_MFD_SM501 is not set
33036 +
33037 +#
33038 +# Multimedia devices
33039 +#
33040 +# CONFIG_VIDEO_DEV is not set
33041 +# CONFIG_DVB_CORE is not set
33042 +# CONFIG_DAB is not set
33043 +
33044 +#
33045 +# Graphics support
33046 +#
33047 +# CONFIG_VGASTATE is not set
33048 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
33049 +# CONFIG_FB is not set
33050 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
33051 +
33052 +#
33053 +# Display device support
33054 +#
33055 +# CONFIG_DISPLAY_SUPPORT is not set
33056 +
33057 +#
33058 +# Sound
33059 +#
33060 +# CONFIG_SOUND is not set
33061 +CONFIG_HID_SUPPORT=y
33062 +CONFIG_HID=y
33063 +# CONFIG_HID_DEBUG is not set
33064 +# CONFIG_HIDRAW is not set
33065 +# CONFIG_USB_SUPPORT is not set
33066 +# CONFIG_MMC is not set
33067 +# CONFIG_MEMSTICK is not set
33068 +# CONFIG_NEW_LEDS is not set
33069 +# CONFIG_EDAC is not set
33070 +# CONFIG_RTC_CLASS is not set
33071 +# CONFIG_DMADEVICES is not set
33072 +
33073 +#
33074 +# Userspace I/O
33075 +#
33076 +# CONFIG_UIO is not set
33077 +
33078 +#
33079 +# File systems
33080 +#
33081 +# CONFIG_EXT2_FS is not set
33082 +# CONFIG_EXT3_FS is not set
33083 +# CONFIG_EXT4DEV_FS is not set
33084 +# CONFIG_REISERFS_FS is not set
33085 +# CONFIG_JFS_FS is not set
33086 +# CONFIG_FS_POSIX_ACL is not set
33087 +# CONFIG_XFS_FS is not set
33088 +# CONFIG_GFS2_FS is not set
33089 +# CONFIG_OCFS2_FS is not set
33090 +CONFIG_DNOTIFY=y
33091 +CONFIG_INOTIFY=y
33092 +CONFIG_INOTIFY_USER=y
33093 +# CONFIG_QUOTA is not set
33094 +# CONFIG_AUTOFS_FS is not set
33095 +# CONFIG_AUTOFS4_FS is not set
33096 +# CONFIG_FUSE_FS is not set
33097 +
33098 +#
33099 +# CD-ROM/DVD Filesystems
33100 +#
33101 +# CONFIG_ISO9660_FS is not set
33102 +# CONFIG_UDF_FS is not set
33103 +
33104 +#
33105 +# DOS/FAT/NT Filesystems
33106 +#
33107 +# CONFIG_MSDOS_FS is not set
33108 +# CONFIG_VFAT_FS is not set
33109 +# CONFIG_NTFS_FS is not set
33110 +
33111 +#
33112 +# Pseudo filesystems
33113 +#
33114 +CONFIG_PROC_FS=y
33115 +CONFIG_PROC_KCORE=y
33116 +CONFIG_PROC_SYSCTL=y
33117 +CONFIG_SYSFS=y
33118 +CONFIG_TMPFS=y
33119 +# CONFIG_TMPFS_POSIX_ACL is not set
33120 +# CONFIG_HUGETLB_PAGE is not set
33121 +# CONFIG_CONFIGFS_FS is not set
33122 +
33123 +#
33124 +# Miscellaneous filesystems
33125 +#
33126 +# CONFIG_ADFS_FS is not set
33127 +# CONFIG_AFFS_FS is not set
33128 +# CONFIG_HFS_FS is not set
33129 +# CONFIG_HFSPLUS_FS is not set
33130 +# CONFIG_BEFS_FS is not set
33131 +# CONFIG_BFS_FS is not set
33132 +# CONFIG_EFS_FS is not set
33133 +# CONFIG_CRAMFS is not set
33134 +# CONFIG_VXFS_FS is not set
33135 +# CONFIG_MINIX_FS is not set
33136 +# CONFIG_HPFS_FS is not set
33137 +# CONFIG_QNX4FS_FS is not set
33138 +# CONFIG_ROMFS_FS is not set
33139 +# CONFIG_SYSV_FS is not set
33140 +# CONFIG_UFS_FS is not set
33141 +CONFIG_NETWORK_FILESYSTEMS=y
33142 +CONFIG_NFS_FS=y
33143 +CONFIG_NFS_V3=y
33144 +# CONFIG_NFS_V3_ACL is not set
33145 +CONFIG_NFS_V4=y
33146 +# CONFIG_NFS_DIRECTIO is not set
33147 +# CONFIG_NFSD is not set
33148 +CONFIG_ROOT_NFS=y
33149 +CONFIG_LOCKD=y
33150 +CONFIG_LOCKD_V4=y
33151 +CONFIG_NFS_COMMON=y
33152 +CONFIG_SUNRPC=y
33153 +CONFIG_SUNRPC_GSS=y
33154 +# CONFIG_SUNRPC_BIND34 is not set
33155 +CONFIG_RPCSEC_GSS_KRB5=y
33156 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
33157 +# CONFIG_SMB_FS is not set
33158 +# CONFIG_CIFS is not set
33159 +# CONFIG_NCP_FS is not set
33160 +# CONFIG_CODA_FS is not set
33161 +# CONFIG_AFS_FS is not set
33162 +
33163 +#
33164 +# Partition Types
33165 +#
33166 +# CONFIG_PARTITION_ADVANCED is not set
33167 +CONFIG_MSDOS_PARTITION=y
33168 +# CONFIG_NLS is not set
33169 +# CONFIG_DLM is not set
33170 +
33171 +#
33172 +# Library routines
33173 +#
33174 +CONFIG_BITREVERSE=y
33175 +# CONFIG_CRC_CCITT is not set
33176 +# CONFIG_CRC16 is not set
33177 +# CONFIG_CRC_ITU_T is not set
33178 +CONFIG_CRC32=y
33179 +# CONFIG_CRC7 is not set
33180 +# CONFIG_LIBCRC32C is not set
33181 +CONFIG_PLIST=y
33182 +CONFIG_HAS_IOMEM=y
33183 +CONFIG_HAS_IOPORT=y
33184 +CONFIG_HAS_DMA=y
33185 +
33186 +#
33187 +# Kernel hacking
33188 +#
33189 +# CONFIG_PRINTK_TIME is not set
33190 +CONFIG_ENABLE_WARN_DEPRECATED=y
33191 +CONFIG_ENABLE_MUST_CHECK=y
33192 +# CONFIG_MAGIC_SYSRQ is not set
33193 +# CONFIG_UNUSED_SYMBOLS is not set
33194 +# CONFIG_DEBUG_FS is not set
33195 +# CONFIG_HEADERS_CHECK is not set
33196 +# CONFIG_DEBUG_KERNEL is not set
33197 +# CONFIG_DEBUG_BUGVERBOSE is not set
33198 +# CONFIG_SAMPLES is not set
33199 +# CONFIG_PPC_EARLY_DEBUG is not set
33200 +
33201 +#
33202 +# Security options
33203 +#
33204 +# CONFIG_KEYS is not set
33205 +# CONFIG_SECURITY is not set
33206 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
33207 +CONFIG_CRYPTO=y
33208 +CONFIG_CRYPTO_ALGAPI=y
33209 +CONFIG_CRYPTO_BLKCIPHER=y
33210 +# CONFIG_CRYPTO_SEQIV is not set
33211 +CONFIG_CRYPTO_MANAGER=y
33212 +# CONFIG_CRYPTO_HMAC is not set
33213 +# CONFIG_CRYPTO_XCBC is not set
33214 +# CONFIG_CRYPTO_NULL is not set
33215 +# CONFIG_CRYPTO_MD4 is not set
33216 +CONFIG_CRYPTO_MD5=y
33217 +# CONFIG_CRYPTO_SHA1 is not set
33218 +# CONFIG_CRYPTO_SHA256 is not set
33219 +# CONFIG_CRYPTO_SHA512 is not set
33220 +# CONFIG_CRYPTO_WP512 is not set
33221 +# CONFIG_CRYPTO_TGR192 is not set
33222 +# CONFIG_CRYPTO_GF128MUL is not set
33223 +CONFIG_CRYPTO_ECB=m
33224 +CONFIG_CRYPTO_CBC=y
33225 +CONFIG_CRYPTO_PCBC=m
33226 +# CONFIG_CRYPTO_LRW is not set
33227 +# CONFIG_CRYPTO_XTS is not set
33228 +# CONFIG_CRYPTO_CTR is not set
33229 +# CONFIG_CRYPTO_GCM is not set
33230 +# CONFIG_CRYPTO_CCM is not set
33231 +# CONFIG_CRYPTO_CRYPTD is not set
33232 +CONFIG_CRYPTO_DES=y
33233 +# CONFIG_CRYPTO_FCRYPT is not set
33234 +# CONFIG_CRYPTO_BLOWFISH is not set
33235 +# CONFIG_CRYPTO_TWOFISH is not set
33236 +# CONFIG_CRYPTO_SERPENT is not set
33237 +# CONFIG_CRYPTO_AES is not set
33238 +# CONFIG_CRYPTO_CAST5 is not set
33239 +# CONFIG_CRYPTO_CAST6 is not set
33240 +# CONFIG_CRYPTO_TEA is not set
33241 +# CONFIG_CRYPTO_ARC4 is not set
33242 +# CONFIG_CRYPTO_KHAZAD is not set
33243 +# CONFIG_CRYPTO_ANUBIS is not set
33244 +# CONFIG_CRYPTO_SEED is not set
33245 +# CONFIG_CRYPTO_SALSA20 is not set
33246 +# CONFIG_CRYPTO_DEFLATE is not set
33247 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
33248 +# CONFIG_CRYPTO_CRC32C is not set
33249 +# CONFIG_CRYPTO_CAMELLIA is not set
33250 +# CONFIG_CRYPTO_TEST is not set
33251 +# CONFIG_CRYPTO_AUTHENC is not set
33252 +# CONFIG_CRYPTO_LZO is not set
33253 +# CONFIG_CRYPTO_HW is not set
33254 +# CONFIG_PPC_CLOCK is not set
33255 --- /dev/null
33256 +++ b/arch/powerpc/configs/85xx/ksi8560_defconfig
33257 @@ -0,0 +1,899 @@
33258 +#
33259 +# Automatically generated make config: don't edit
33260 +# Linux kernel version: 2.6.24
33261 +# Mon Feb 11 16:25:19 2008
33262 +#
33263 +# CONFIG_PPC64 is not set
33264 +
33265 +#
33266 +# Processor support
33267 +#
33268 +# CONFIG_6xx is not set
33269 +CONFIG_PPC_85xx=y
33270 +# CONFIG_PPC_8xx is not set
33271 +# CONFIG_40x is not set
33272 +# CONFIG_44x is not set
33273 +# CONFIG_E200 is not set
33274 +CONFIG_E500=y
33275 +CONFIG_BOOKE=y
33276 +CONFIG_FSL_BOOKE=y
33277 +CONFIG_FSL_EMB_PERFMON=y
33278 +# CONFIG_PHYS_64BIT is not set
33279 +CONFIG_SPE=y
33280 +# CONFIG_PPC_MM_SLICES is not set
33281 +CONFIG_PPC32=y
33282 +CONFIG_WORD_SIZE=32
33283 +CONFIG_PPC_MERGE=y
33284 +CONFIG_MMU=y
33285 +CONFIG_GENERIC_CMOS_UPDATE=y
33286 +CONFIG_GENERIC_TIME=y
33287 +CONFIG_GENERIC_TIME_VSYSCALL=y
33288 +CONFIG_GENERIC_CLOCKEVENTS=y
33289 +CONFIG_GENERIC_HARDIRQS=y
33290 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
33291 +CONFIG_IRQ_PER_CPU=y
33292 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
33293 +CONFIG_ARCH_HAS_ILOG2_U32=y
33294 +CONFIG_GENERIC_HWEIGHT=y
33295 +CONFIG_GENERIC_CALIBRATE_DELAY=y
33296 +CONFIG_GENERIC_FIND_NEXT_BIT=y
33297 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
33298 +CONFIG_PPC=y
33299 +CONFIG_EARLY_PRINTK=y
33300 +CONFIG_GENERIC_NVRAM=y
33301 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
33302 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
33303 +CONFIG_PPC_OF=y
33304 +CONFIG_OF=y
33305 +CONFIG_PPC_UDBG_16550=y
33306 +# CONFIG_GENERIC_TBSYNC is not set
33307 +CONFIG_AUDIT_ARCH=y
33308 +CONFIG_GENERIC_BUG=y
33309 +CONFIG_DEFAULT_UIMAGE=y
33310 +# CONFIG_PPC_DCR_NATIVE is not set
33311 +# CONFIG_PPC_DCR_MMIO is not set
33312 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
33313 +
33314 +#
33315 +# General setup
33316 +#
33317 +CONFIG_EXPERIMENTAL=y
33318 +CONFIG_BROKEN_ON_SMP=y
33319 +CONFIG_INIT_ENV_ARG_LIMIT=32
33320 +CONFIG_LOCALVERSION=""
33321 +CONFIG_LOCALVERSION_AUTO=y
33322 +CONFIG_SWAP=y
33323 +CONFIG_SYSVIPC=y
33324 +CONFIG_SYSVIPC_SYSCTL=y
33325 +# CONFIG_POSIX_MQUEUE is not set
33326 +# CONFIG_BSD_PROCESS_ACCT is not set
33327 +# CONFIG_TASKSTATS is not set
33328 +# CONFIG_USER_NS is not set
33329 +# CONFIG_PID_NS is not set
33330 +# CONFIG_AUDIT is not set
33331 +# CONFIG_IKCONFIG is not set
33332 +CONFIG_LOG_BUF_SHIFT=14
33333 +# CONFIG_CGROUPS is not set
33334 +CONFIG_FAIR_GROUP_SCHED=y
33335 +CONFIG_FAIR_USER_SCHED=y
33336 +# CONFIG_FAIR_CGROUP_SCHED is not set
33337 +CONFIG_SYSFS_DEPRECATED=y
33338 +# CONFIG_RELAY is not set
33339 +CONFIG_BLK_DEV_INITRD=y
33340 +CONFIG_INITRAMFS_SOURCE=""
33341 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
33342 +CONFIG_SYSCTL=y
33343 +CONFIG_EMBEDDED=y
33344 +CONFIG_SYSCTL_SYSCALL=y
33345 +CONFIG_KALLSYMS=y
33346 +# CONFIG_KALLSYMS_ALL is not set
33347 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
33348 +CONFIG_HOTPLUG=y
33349 +CONFIG_PRINTK=y
33350 +CONFIG_BUG=y
33351 +CONFIG_ELF_CORE=y
33352 +CONFIG_BASE_FULL=y
33353 +CONFIG_FUTEX=y
33354 +CONFIG_ANON_INODES=y
33355 +CONFIG_EPOLL=y
33356 +CONFIG_SIGNALFD=y
33357 +CONFIG_TIMERFD=y
33358 +CONFIG_EVENTFD=y
33359 +CONFIG_SHMEM=y
33360 +CONFIG_VM_EVENT_COUNTERS=y
33361 +CONFIG_SLUB_DEBUG=y
33362 +# CONFIG_SLAB is not set
33363 +CONFIG_SLUB=y
33364 +# CONFIG_SLOB is not set
33365 +# CONFIG_PROFILING is not set
33366 +# CONFIG_MARKERS is not set
33367 +CONFIG_HAVE_OPROFILE=y
33368 +CONFIG_HAVE_KPROBES=y
33369 +CONFIG_PROC_PAGE_MONITOR=y
33370 +CONFIG_SLABINFO=y
33371 +CONFIG_RT_MUTEXES=y
33372 +# CONFIG_TINY_SHMEM is not set
33373 +CONFIG_BASE_SMALL=0
33374 +# CONFIG_MODULES is not set
33375 +CONFIG_BLOCK=y
33376 +# CONFIG_LBD is not set
33377 +# CONFIG_BLK_DEV_IO_TRACE is not set
33378 +# CONFIG_LSF is not set
33379 +# CONFIG_BLK_DEV_BSG is not set
33380 +
33381 +#
33382 +# IO Schedulers
33383 +#
33384 +CONFIG_IOSCHED_NOOP=y
33385 +CONFIG_IOSCHED_AS=y
33386 +CONFIG_IOSCHED_DEADLINE=y
33387 +CONFIG_IOSCHED_CFQ=y
33388 +CONFIG_DEFAULT_AS=y
33389 +# CONFIG_DEFAULT_DEADLINE is not set
33390 +# CONFIG_DEFAULT_CFQ is not set
33391 +# CONFIG_DEFAULT_NOOP is not set
33392 +CONFIG_DEFAULT_IOSCHED="anticipatory"
33393 +CONFIG_CLASSIC_RCU=y
33394 +# CONFIG_PREEMPT_RCU is not set
33395 +
33396 +#
33397 +# Platform support
33398 +#
33399 +# CONFIG_PPC_MPC512x is not set
33400 +# CONFIG_PPC_MPC5121 is not set
33401 +# CONFIG_PPC_CELL is not set
33402 +# CONFIG_PPC_CELL_NATIVE is not set
33403 +# CONFIG_PQ2ADS is not set
33404 +CONFIG_MPC85xx=y
33405 +# CONFIG_MPC8540_ADS is not set
33406 +# CONFIG_MPC8560_ADS is not set
33407 +# CONFIG_MPC85xx_CDS is not set
33408 +# CONFIG_MPC85xx_MDS is not set
33409 +# CONFIG_MPC85xx_DS is not set
33410 +CONFIG_KSI8560=y
33411 +# CONFIG_STX_GP3 is not set
33412 +# CONFIG_TQM8540 is not set
33413 +# CONFIG_TQM8541 is not set
33414 +# CONFIG_TQM8555 is not set
33415 +# CONFIG_TQM8560 is not set
33416 +# CONFIG_SBC8548 is not set
33417 +# CONFIG_SBC8560 is not set
33418 +# CONFIG_IPIC is not set
33419 +CONFIG_MPIC=y
33420 +# CONFIG_MPIC_WEIRD is not set
33421 +# CONFIG_PPC_I8259 is not set
33422 +# CONFIG_PPC_RTAS is not set
33423 +# CONFIG_MMIO_NVRAM is not set
33424 +# CONFIG_PPC_MPC106 is not set
33425 +# CONFIG_PPC_970_NAP is not set
33426 +# CONFIG_PPC_INDIRECT_IO is not set
33427 +# CONFIG_GENERIC_IOMAP is not set
33428 +# CONFIG_CPU_FREQ is not set
33429 +CONFIG_CPM2=y
33430 +CONFIG_PPC_CPM_NEW_BINDING=y
33431 +# CONFIG_FSL_ULI1575 is not set
33432 +CONFIG_CPM=y
33433 +
33434 +#
33435 +# Kernel options
33436 +#
33437 +CONFIG_HIGHMEM=y
33438 +# CONFIG_TICK_ONESHOT is not set
33439 +# CONFIG_NO_HZ is not set
33440 +# CONFIG_HIGH_RES_TIMERS is not set
33441 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
33442 +# CONFIG_HZ_100 is not set
33443 +CONFIG_HZ_250=y
33444 +# CONFIG_HZ_300 is not set
33445 +# CONFIG_HZ_1000 is not set
33446 +CONFIG_HZ=250
33447 +# CONFIG_SCHED_HRTICK is not set
33448 +CONFIG_PREEMPT_NONE=y
33449 +# CONFIG_PREEMPT_VOLUNTARY is not set
33450 +# CONFIG_PREEMPT is not set
33451 +CONFIG_RCU_TRACE=y
33452 +CONFIG_BINFMT_ELF=y
33453 +CONFIG_BINFMT_MISC=y
33454 +CONFIG_MATH_EMULATION=y
33455 +# CONFIG_IOMMU_HELPER is not set
33456 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
33457 +CONFIG_ARCH_FLATMEM_ENABLE=y
33458 +CONFIG_ARCH_POPULATES_NODE_MAP=y
33459 +CONFIG_SELECT_MEMORY_MODEL=y
33460 +CONFIG_FLATMEM_MANUAL=y
33461 +# CONFIG_DISCONTIGMEM_MANUAL is not set
33462 +# CONFIG_SPARSEMEM_MANUAL is not set
33463 +CONFIG_FLATMEM=y
33464 +CONFIG_FLAT_NODE_MEM_MAP=y
33465 +# CONFIG_SPARSEMEM_STATIC is not set
33466 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
33467 +CONFIG_SPLIT_PTLOCK_CPUS=4
33468 +# CONFIG_RESOURCES_64BIT is not set
33469 +CONFIG_ZONE_DMA_FLAG=1
33470 +CONFIG_BOUNCE=y
33471 +CONFIG_VIRT_TO_BUS=y
33472 +# CONFIG_PROC_DEVICETREE is not set
33473 +# CONFIG_CMDLINE_BOOL is not set
33474 +# CONFIG_PM is not set
33475 +# CONFIG_SECCOMP is not set
33476 +CONFIG_WANT_DEVICE_TREE=y
33477 +CONFIG_ISA_DMA_API=y
33478 +
33479 +#
33480 +# Bus options
33481 +#
33482 +CONFIG_ZONE_DMA=y
33483 +CONFIG_FSL_SOC=y
33484 +# CONFIG_PCI is not set
33485 +# CONFIG_PCI_DOMAINS is not set
33486 +# CONFIG_PCI_SYSCALL is not set
33487 +# CONFIG_ARCH_SUPPORTS_MSI is not set
33488 +# CONFIG_PCCARD is not set
33489 +
33490 +#
33491 +# Advanced setup
33492 +#
33493 +# CONFIG_ADVANCED_OPTIONS is not set
33494 +
33495 +#
33496 +# Default settings for advanced configuration options are used
33497 +#
33498 +CONFIG_HIGHMEM_START=0xfe000000
33499 +CONFIG_LOWMEM_SIZE=0x30000000
33500 +CONFIG_KERNEL_START=0xc0000000
33501 +CONFIG_TASK_SIZE=0xc0000000
33502 +CONFIG_BOOT_LOAD=0x00800000
33503 +
33504 +#
33505 +# Networking
33506 +#
33507 +CONFIG_NET=y
33508 +
33509 +#
33510 +# Networking options
33511 +#
33512 +CONFIG_PACKET=y
33513 +# CONFIG_PACKET_MMAP is not set
33514 +CONFIG_UNIX=y
33515 +CONFIG_XFRM=y
33516 +# CONFIG_XFRM_USER is not set
33517 +# CONFIG_XFRM_SUB_POLICY is not set
33518 +# CONFIG_XFRM_MIGRATE is not set
33519 +# CONFIG_XFRM_STATISTICS is not set
33520 +# CONFIG_NET_KEY is not set
33521 +CONFIG_INET=y
33522 +CONFIG_IP_MULTICAST=y
33523 +# CONFIG_IP_ADVANCED_ROUTER is not set
33524 +CONFIG_IP_FIB_HASH=y
33525 +CONFIG_IP_PNP=y
33526 +CONFIG_IP_PNP_DHCP=y
33527 +CONFIG_IP_PNP_BOOTP=y
33528 +# CONFIG_IP_PNP_RARP is not set
33529 +# CONFIG_NET_IPIP is not set
33530 +# CONFIG_NET_IPGRE is not set
33531 +# CONFIG_IP_MROUTE is not set
33532 +# CONFIG_ARPD is not set
33533 +CONFIG_SYN_COOKIES=y
33534 +# CONFIG_INET_AH is not set
33535 +# CONFIG_INET_ESP is not set
33536 +# CONFIG_INET_IPCOMP is not set
33537 +# CONFIG_INET_XFRM_TUNNEL is not set
33538 +# CONFIG_INET_TUNNEL is not set
33539 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
33540 +CONFIG_INET_XFRM_MODE_TUNNEL=y
33541 +CONFIG_INET_XFRM_MODE_BEET=y
33542 +# CONFIG_INET_LRO is not set
33543 +CONFIG_INET_DIAG=y
33544 +CONFIG_INET_TCP_DIAG=y
33545 +# CONFIG_TCP_CONG_ADVANCED is not set
33546 +CONFIG_TCP_CONG_CUBIC=y
33547 +CONFIG_DEFAULT_TCP_CONG="cubic"
33548 +# CONFIG_TCP_MD5SIG is not set
33549 +# CONFIG_IPV6 is not set
33550 +# CONFIG_INET6_XFRM_TUNNEL is not set
33551 +# CONFIG_INET6_TUNNEL is not set
33552 +# CONFIG_NETWORK_SECMARK is not set
33553 +# CONFIG_NETFILTER is not set
33554 +# CONFIG_IP_DCCP is not set
33555 +# CONFIG_IP_SCTP is not set
33556 +# CONFIG_TIPC is not set
33557 +# CONFIG_ATM is not set
33558 +# CONFIG_BRIDGE is not set
33559 +# CONFIG_VLAN_8021Q is not set
33560 +# CONFIG_DECNET is not set
33561 +# CONFIG_LLC2 is not set
33562 +# CONFIG_IPX is not set
33563 +# CONFIG_ATALK is not set
33564 +# CONFIG_X25 is not set
33565 +# CONFIG_LAPB is not set
33566 +# CONFIG_ECONET is not set
33567 +# CONFIG_WAN_ROUTER is not set
33568 +# CONFIG_NET_SCHED is not set
33569 +
33570 +#
33571 +# Network testing
33572 +#
33573 +# CONFIG_NET_PKTGEN is not set
33574 +# CONFIG_HAMRADIO is not set
33575 +# CONFIG_CAN is not set
33576 +# CONFIG_IRDA is not set
33577 +# CONFIG_BT is not set
33578 +# CONFIG_AF_RXRPC is not set
33579 +
33580 +#
33581 +# Wireless
33582 +#
33583 +# CONFIG_CFG80211 is not set
33584 +# CONFIG_WIRELESS_EXT is not set
33585 +# CONFIG_MAC80211 is not set
33586 +# CONFIG_IEEE80211 is not set
33587 +# CONFIG_RFKILL is not set
33588 +# CONFIG_NET_9P is not set
33589 +
33590 +#
33591 +# Device Drivers
33592 +#
33593 +
33594 +#
33595 +# Generic Driver Options
33596 +#
33597 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
33598 +CONFIG_STANDALONE=y
33599 +CONFIG_PREVENT_FIRMWARE_BUILD=y
33600 +# CONFIG_FW_LOADER is not set
33601 +# CONFIG_DEBUG_DRIVER is not set
33602 +# CONFIG_DEBUG_DEVRES is not set
33603 +# CONFIG_SYS_HYPERVISOR is not set
33604 +# CONFIG_CONNECTOR is not set
33605 +CONFIG_MTD=y
33606 +# CONFIG_MTD_DEBUG is not set
33607 +CONFIG_MTD_CONCAT=y
33608 +CONFIG_MTD_PARTITIONS=y
33609 +# CONFIG_MTD_REDBOOT_PARTS is not set
33610 +# CONFIG_MTD_CMDLINE_PARTS is not set
33611 +
33612 +#
33613 +# User Modules And Translation Layers
33614 +#
33615 +CONFIG_MTD_CHAR=y
33616 +CONFIG_MTD_BLKDEVS=y
33617 +CONFIG_MTD_BLOCK=y
33618 +# CONFIG_FTL is not set
33619 +# CONFIG_NFTL is not set
33620 +# CONFIG_INFTL is not set
33621 +# CONFIG_RFD_FTL is not set
33622 +# CONFIG_SSFDC is not set
33623 +# CONFIG_MTD_OOPS is not set
33624 +
33625 +#
33626 +# RAM/ROM/Flash chip drivers
33627 +#
33628 +CONFIG_MTD_CFI=y
33629 +CONFIG_MTD_JEDECPROBE=y
33630 +CONFIG_MTD_GEN_PROBE=y
33631 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
33632 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
33633 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
33634 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
33635 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
33636 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
33637 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
33638 +CONFIG_MTD_CFI_I1=y
33639 +CONFIG_MTD_CFI_I2=y
33640 +# CONFIG_MTD_CFI_I4 is not set
33641 +# CONFIG_MTD_CFI_I8 is not set
33642 +# CONFIG_MTD_CFI_INTELEXT is not set
33643 +CONFIG_MTD_CFI_AMDSTD=y
33644 +# CONFIG_MTD_CFI_STAA is not set
33645 +CONFIG_MTD_CFI_UTIL=y
33646 +# CONFIG_MTD_RAM is not set
33647 +# CONFIG_MTD_ROM is not set
33648 +# CONFIG_MTD_ABSENT is not set
33649 +
33650 +#
33651 +# Mapping drivers for chip access
33652 +#
33653 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
33654 +# CONFIG_MTD_PHYSMAP is not set
33655 +CONFIG_MTD_PHYSMAP_OF=y
33656 +# CONFIG_MTD_PLATRAM is not set
33657 +
33658 +#
33659 +# Self-contained MTD device drivers
33660 +#
33661 +# CONFIG_MTD_SLRAM is not set
33662 +# CONFIG_MTD_PHRAM is not set
33663 +# CONFIG_MTD_MTDRAM is not set
33664 +# CONFIG_MTD_BLOCK2MTD is not set
33665 +
33666 +#
33667 +# Disk-On-Chip Device Drivers
33668 +#
33669 +# CONFIG_MTD_DOC2000 is not set
33670 +# CONFIG_MTD_DOC2001 is not set
33671 +# CONFIG_MTD_DOC2001PLUS is not set
33672 +# CONFIG_MTD_NAND is not set
33673 +# CONFIG_MTD_ONENAND is not set
33674 +
33675 +#
33676 +# UBI - Unsorted block images
33677 +#
33678 +# CONFIG_MTD_UBI is not set
33679 +CONFIG_OF_DEVICE=y
33680 +# CONFIG_PARPORT is not set
33681 +CONFIG_BLK_DEV=y
33682 +# CONFIG_BLK_DEV_FD is not set
33683 +# CONFIG_BLK_DEV_COW_COMMON is not set
33684 +CONFIG_BLK_DEV_LOOP=y
33685 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
33686 +# CONFIG_BLK_DEV_NBD is not set
33687 +CONFIG_BLK_DEV_RAM=y
33688 +CONFIG_BLK_DEV_RAM_COUNT=16
33689 +CONFIG_BLK_DEV_RAM_SIZE=32768
33690 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
33691 +# CONFIG_CDROM_PKTCDVD is not set
33692 +# CONFIG_ATA_OVER_ETH is not set
33693 +CONFIG_MISC_DEVICES=y
33694 +# CONFIG_EEPROM_93CX6 is not set
33695 +CONFIG_IDE=y
33696 +CONFIG_IDE_MAX_HWIFS=4
33697 +CONFIG_BLK_DEV_IDE=y
33698 +
33699 +#
33700 +# Please see Documentation/ide.txt for help/info on IDE drives
33701 +#
33702 +# CONFIG_BLK_DEV_IDE_SATA is not set
33703 +# CONFIG_BLK_DEV_IDEDISK is not set
33704 +# CONFIG_IDEDISK_MULTI_MODE is not set
33705 +# CONFIG_BLK_DEV_IDECD is not set
33706 +# CONFIG_BLK_DEV_IDETAPE is not set
33707 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
33708 +# CONFIG_IDE_TASK_IOCTL is not set
33709 +CONFIG_IDE_PROC_FS=y
33710 +
33711 +#
33712 +# IDE chipset support/bugfixes
33713 +#
33714 +CONFIG_IDE_GENERIC=y
33715 +# CONFIG_BLK_DEV_PLATFORM is not set
33716 +# CONFIG_BLK_DEV_IDEDMA is not set
33717 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
33718 +# CONFIG_BLK_DEV_HD is not set
33719 +
33720 +#
33721 +# SCSI device support
33722 +#
33723 +# CONFIG_RAID_ATTRS is not set
33724 +# CONFIG_SCSI is not set
33725 +# CONFIG_SCSI_DMA is not set
33726 +# CONFIG_SCSI_NETLINK is not set
33727 +# CONFIG_ATA is not set
33728 +# CONFIG_MD is not set
33729 +# CONFIG_MACINTOSH_DRIVERS is not set
33730 +CONFIG_NETDEVICES=y
33731 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
33732 +# CONFIG_DUMMY is not set
33733 +# CONFIG_BONDING is not set
33734 +# CONFIG_MACVLAN is not set
33735 +# CONFIG_EQUALIZER is not set
33736 +# CONFIG_TUN is not set
33737 +# CONFIG_VETH is not set
33738 +CONFIG_PHYLIB=y
33739 +
33740 +#
33741 +# MII PHY device drivers
33742 +#
33743 +CONFIG_MARVELL_PHY=y
33744 +# CONFIG_DAVICOM_PHY is not set
33745 +# CONFIG_QSEMI_PHY is not set
33746 +# CONFIG_LXT_PHY is not set
33747 +# CONFIG_CICADA_PHY is not set
33748 +# CONFIG_VITESSE_PHY is not set
33749 +# CONFIG_SMSC_PHY is not set
33750 +# CONFIG_BROADCOM_PHY is not set
33751 +# CONFIG_ICPLUS_PHY is not set
33752 +# CONFIG_REALTEK_PHY is not set
33753 +# CONFIG_FIXED_PHY is not set
33754 +CONFIG_MDIO_BITBANG=y
33755 +CONFIG_NET_ETHERNET=y
33756 +CONFIG_MII=y
33757 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
33758 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
33759 +# CONFIG_IBM_NEW_EMAC_TAH is not set
33760 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
33761 +# CONFIG_B44 is not set
33762 +CONFIG_FS_ENET=y
33763 +# CONFIG_FS_ENET_HAS_SCC is not set
33764 +CONFIG_FS_ENET_HAS_FCC=y
33765 +CONFIG_FS_ENET_MDIO_FCC=y
33766 +CONFIG_NETDEV_1000=y
33767 +# CONFIG_E1000E_ENABLED is not set
33768 +CONFIG_GIANFAR=y
33769 +CONFIG_GFAR_NAPI=y
33770 +CONFIG_NETDEV_10000=y
33771 +
33772 +#
33773 +# Wireless LAN
33774 +#
33775 +# CONFIG_WLAN_PRE80211 is not set
33776 +# CONFIG_WLAN_80211 is not set
33777 +# CONFIG_WAN is not set
33778 +# CONFIG_PPP is not set
33779 +# CONFIG_SLIP is not set
33780 +# CONFIG_NETCONSOLE is not set
33781 +# CONFIG_NETPOLL is not set
33782 +# CONFIG_NET_POLL_CONTROLLER is not set
33783 +# CONFIG_ISDN is not set
33784 +# CONFIG_PHONE is not set
33785 +
33786 +#
33787 +# Input device support
33788 +#
33789 +CONFIG_INPUT=y
33790 +# CONFIG_INPUT_FF_MEMLESS is not set
33791 +# CONFIG_INPUT_POLLDEV is not set
33792 +
33793 +#
33794 +# Userland interfaces
33795 +#
33796 +# CONFIG_INPUT_MOUSEDEV is not set
33797 +# CONFIG_INPUT_JOYDEV is not set
33798 +# CONFIG_INPUT_EVDEV is not set
33799 +# CONFIG_INPUT_EVBUG is not set
33800 +
33801 +#
33802 +# Input Device Drivers
33803 +#
33804 +# CONFIG_INPUT_KEYBOARD is not set
33805 +# CONFIG_INPUT_MOUSE is not set
33806 +# CONFIG_INPUT_JOYSTICK is not set
33807 +# CONFIG_INPUT_TABLET is not set
33808 +# CONFIG_INPUT_TOUCHSCREEN is not set
33809 +# CONFIG_INPUT_MISC is not set
33810 +
33811 +#
33812 +# Hardware I/O ports
33813 +#
33814 +# CONFIG_SERIO is not set
33815 +# CONFIG_GAMEPORT is not set
33816 +
33817 +#
33818 +# Character devices
33819 +#
33820 +# CONFIG_VT is not set
33821 +# CONFIG_SERIAL_NONSTANDARD is not set
33822 +
33823 +#
33824 +# Serial drivers
33825 +#
33826 +# CONFIG_SERIAL_8250 is not set
33827 +
33828 +#
33829 +# Non-8250 serial port support
33830 +#
33831 +# CONFIG_SERIAL_UARTLITE is not set
33832 +CONFIG_SERIAL_CORE=y
33833 +CONFIG_SERIAL_CORE_CONSOLE=y
33834 +CONFIG_SERIAL_CPM=y
33835 +CONFIG_SERIAL_CPM_CONSOLE=y
33836 +CONFIG_SERIAL_CPM_SCC1=y
33837 +# CONFIG_SERIAL_CPM_SCC2 is not set
33838 +# CONFIG_SERIAL_CPM_SCC3 is not set
33839 +# CONFIG_SERIAL_CPM_SCC4 is not set
33840 +# CONFIG_SERIAL_CPM_SMC1 is not set
33841 +# CONFIG_SERIAL_CPM_SMC2 is not set
33842 +CONFIG_UNIX98_PTYS=y
33843 +CONFIG_LEGACY_PTYS=y
33844 +CONFIG_LEGACY_PTY_COUNT=256
33845 +# CONFIG_IPMI_HANDLER is not set
33846 +CONFIG_HW_RANDOM=y
33847 +# CONFIG_NVRAM is not set
33848 +CONFIG_GEN_RTC=y
33849 +# CONFIG_GEN_RTC_X is not set
33850 +# CONFIG_R3964 is not set
33851 +# CONFIG_RAW_DRIVER is not set
33852 +# CONFIG_TCG_TPM is not set
33853 +# CONFIG_I2C is not set
33854 +
33855 +#
33856 +# SPI support
33857 +#
33858 +# CONFIG_SPI is not set
33859 +# CONFIG_SPI_MASTER is not set
33860 +# CONFIG_W1 is not set
33861 +# CONFIG_POWER_SUPPLY is not set
33862 +CONFIG_HWMON=y
33863 +# CONFIG_HWMON_VID is not set
33864 +# CONFIG_SENSORS_F71805F is not set
33865 +# CONFIG_SENSORS_F71882FG is not set
33866 +# CONFIG_SENSORS_IT87 is not set
33867 +# CONFIG_SENSORS_PC87360 is not set
33868 +# CONFIG_SENSORS_PC87427 is not set
33869 +# CONFIG_SENSORS_SMSC47M1 is not set
33870 +# CONFIG_SENSORS_SMSC47B397 is not set
33871 +# CONFIG_SENSORS_VT1211 is not set
33872 +# CONFIG_SENSORS_W83627HF is not set
33873 +# CONFIG_SENSORS_W83627EHF is not set
33874 +# CONFIG_HWMON_DEBUG_CHIP is not set
33875 +# CONFIG_WATCHDOG is not set
33876 +
33877 +#
33878 +# Sonics Silicon Backplane
33879 +#
33880 +CONFIG_SSB_POSSIBLE=y
33881 +# CONFIG_SSB is not set
33882 +
33883 +#
33884 +# Multifunction device drivers
33885 +#
33886 +# CONFIG_MFD_SM501 is not set
33887 +
33888 +#
33889 +# Multimedia devices
33890 +#
33891 +# CONFIG_VIDEO_DEV is not set
33892 +# CONFIG_DVB_CORE is not set
33893 +CONFIG_DAB=y
33894 +
33895 +#
33896 +# Graphics support
33897 +#
33898 +# CONFIG_VGASTATE is not set
33899 +CONFIG_VIDEO_OUTPUT_CONTROL=y
33900 +# CONFIG_FB is not set
33901 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
33902 +
33903 +#
33904 +# Display device support
33905 +#
33906 +# CONFIG_DISPLAY_SUPPORT is not set
33907 +
33908 +#
33909 +# Sound
33910 +#
33911 +# CONFIG_SOUND is not set
33912 +CONFIG_HID_SUPPORT=y
33913 +CONFIG_HID=y
33914 +# CONFIG_HID_DEBUG is not set
33915 +# CONFIG_HIDRAW is not set
33916 +CONFIG_USB_SUPPORT=y
33917 +# CONFIG_USB_ARCH_HAS_HCD is not set
33918 +# CONFIG_USB_ARCH_HAS_OHCI is not set
33919 +# CONFIG_USB_ARCH_HAS_EHCI is not set
33920 +
33921 +#
33922 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
33923 +#
33924 +# CONFIG_USB_GADGET is not set
33925 +# CONFIG_MMC is not set
33926 +# CONFIG_NEW_LEDS is not set
33927 +# CONFIG_EDAC is not set
33928 +# CONFIG_RTC_CLASS is not set
33929 +
33930 +#
33931 +# Userspace I/O
33932 +#
33933 +# CONFIG_UIO is not set
33934 +
33935 +#
33936 +# File systems
33937 +#
33938 +CONFIG_EXT2_FS=y
33939 +# CONFIG_EXT2_FS_XATTR is not set
33940 +# CONFIG_EXT2_FS_XIP is not set
33941 +CONFIG_EXT3_FS=y
33942 +CONFIG_EXT3_FS_XATTR=y
33943 +# CONFIG_EXT3_FS_POSIX_ACL is not set
33944 +# CONFIG_EXT3_FS_SECURITY is not set
33945 +# CONFIG_EXT4DEV_FS is not set
33946 +CONFIG_JBD=y
33947 +# CONFIG_JBD_DEBUG is not set
33948 +CONFIG_FS_MBCACHE=y
33949 +# CONFIG_REISERFS_FS is not set
33950 +# CONFIG_JFS_FS is not set
33951 +# CONFIG_FS_POSIX_ACL is not set
33952 +# CONFIG_XFS_FS is not set
33953 +# CONFIG_GFS2_FS is not set
33954 +# CONFIG_OCFS2_FS is not set
33955 +# CONFIG_MINIX_FS is not set
33956 +# CONFIG_ROMFS_FS is not set
33957 +CONFIG_INOTIFY=y
33958 +CONFIG_INOTIFY_USER=y
33959 +# CONFIG_QUOTA is not set
33960 +CONFIG_DNOTIFY=y
33961 +# CONFIG_AUTOFS_FS is not set
33962 +# CONFIG_AUTOFS4_FS is not set
33963 +# CONFIG_FUSE_FS is not set
33964 +
33965 +#
33966 +# CD-ROM/DVD Filesystems
33967 +#
33968 +# CONFIG_ISO9660_FS is not set
33969 +# CONFIG_UDF_FS is not set
33970 +
33971 +#
33972 +# DOS/FAT/NT Filesystems
33973 +#
33974 +# CONFIG_MSDOS_FS is not set
33975 +# CONFIG_VFAT_FS is not set
33976 +# CONFIG_NTFS_FS is not set
33977 +
33978 +#
33979 +# Pseudo filesystems
33980 +#
33981 +CONFIG_PROC_FS=y
33982 +CONFIG_PROC_KCORE=y
33983 +CONFIG_PROC_SYSCTL=y
33984 +CONFIG_SYSFS=y
33985 +CONFIG_TMPFS=y
33986 +# CONFIG_TMPFS_POSIX_ACL is not set
33987 +# CONFIG_HUGETLB_PAGE is not set
33988 +# CONFIG_CONFIGFS_FS is not set
33989 +
33990 +#
33991 +# Miscellaneous filesystems
33992 +#
33993 +# CONFIG_ADFS_FS is not set
33994 +# CONFIG_AFFS_FS is not set
33995 +# CONFIG_HFS_FS is not set
33996 +# CONFIG_HFSPLUS_FS is not set
33997 +# CONFIG_BEFS_FS is not set
33998 +# CONFIG_BFS_FS is not set
33999 +# CONFIG_EFS_FS is not set
34000 +# CONFIG_JFFS2_FS is not set
34001 +# CONFIG_CRAMFS is not set
34002 +# CONFIG_VXFS_FS is not set
34003 +# CONFIG_HPFS_FS is not set
34004 +# CONFIG_QNX4FS_FS is not set
34005 +# CONFIG_SYSV_FS is not set
34006 +# CONFIG_UFS_FS is not set
34007 +CONFIG_NETWORK_FILESYSTEMS=y
34008 +CONFIG_NFS_FS=y
34009 +# CONFIG_NFS_V3 is not set
34010 +# CONFIG_NFS_V4 is not set
34011 +# CONFIG_NFS_DIRECTIO is not set
34012 +# CONFIG_NFSD is not set
34013 +CONFIG_ROOT_NFS=y
34014 +CONFIG_LOCKD=y
34015 +CONFIG_NFS_COMMON=y
34016 +CONFIG_SUNRPC=y
34017 +# CONFIG_SUNRPC_BIND34 is not set
34018 +# CONFIG_RPCSEC_GSS_KRB5 is not set
34019 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
34020 +# CONFIG_SMB_FS is not set
34021 +# CONFIG_CIFS is not set
34022 +# CONFIG_NCP_FS is not set
34023 +# CONFIG_CODA_FS is not set
34024 +# CONFIG_AFS_FS is not set
34025 +
34026 +#
34027 +# Partition Types
34028 +#
34029 +CONFIG_PARTITION_ADVANCED=y
34030 +# CONFIG_ACORN_PARTITION is not set
34031 +# CONFIG_OSF_PARTITION is not set
34032 +# CONFIG_AMIGA_PARTITION is not set
34033 +# CONFIG_ATARI_PARTITION is not set
34034 +# CONFIG_MAC_PARTITION is not set
34035 +# CONFIG_MSDOS_PARTITION is not set
34036 +# CONFIG_LDM_PARTITION is not set
34037 +# CONFIG_SGI_PARTITION is not set
34038 +# CONFIG_ULTRIX_PARTITION is not set
34039 +# CONFIG_SUN_PARTITION is not set
34040 +# CONFIG_KARMA_PARTITION is not set
34041 +# CONFIG_EFI_PARTITION is not set
34042 +# CONFIG_SYSV68_PARTITION is not set
34043 +# CONFIG_NLS is not set
34044 +# CONFIG_DLM is not set
34045 +
34046 +#
34047 +# Library routines
34048 +#
34049 +CONFIG_BITREVERSE=y
34050 +# CONFIG_CRC_CCITT is not set
34051 +# CONFIG_CRC16 is not set
34052 +# CONFIG_CRC_ITU_T is not set
34053 +CONFIG_CRC32=y
34054 +# CONFIG_CRC7 is not set
34055 +# CONFIG_LIBCRC32C is not set
34056 +CONFIG_PLIST=y
34057 +CONFIG_HAS_IOMEM=y
34058 +CONFIG_HAS_IOPORT=y
34059 +CONFIG_HAS_DMA=y
34060 +
34061 +#
34062 +# Kernel hacking
34063 +#
34064 +# CONFIG_PRINTK_TIME is not set
34065 +CONFIG_ENABLE_WARN_DEPRECATED=y
34066 +CONFIG_ENABLE_MUST_CHECK=y
34067 +# CONFIG_MAGIC_SYSRQ is not set
34068 +# CONFIG_UNUSED_SYMBOLS is not set
34069 +CONFIG_DEBUG_FS=y
34070 +# CONFIG_HEADERS_CHECK is not set
34071 +CONFIG_DEBUG_KERNEL=y
34072 +# CONFIG_DEBUG_SHIRQ is not set
34073 +CONFIG_DETECT_SOFTLOCKUP=y
34074 +CONFIG_SCHED_DEBUG=y
34075 +# CONFIG_SCHEDSTATS is not set
34076 +# CONFIG_TIMER_STATS is not set
34077 +# CONFIG_SLUB_DEBUG_ON is not set
34078 +# CONFIG_DEBUG_RT_MUTEXES is not set
34079 +# CONFIG_RT_MUTEX_TESTER is not set
34080 +# CONFIG_DEBUG_SPINLOCK is not set
34081 +CONFIG_DEBUG_MUTEXES=y
34082 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
34083 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
34084 +# CONFIG_DEBUG_KOBJECT is not set
34085 +# CONFIG_DEBUG_HIGHMEM is not set
34086 +# CONFIG_DEBUG_BUGVERBOSE is not set
34087 +# CONFIG_DEBUG_INFO is not set
34088 +# CONFIG_DEBUG_VM is not set
34089 +# CONFIG_DEBUG_LIST is not set
34090 +# CONFIG_DEBUG_SG is not set
34091 +CONFIG_FORCED_INLINING=y
34092 +# CONFIG_BOOT_PRINTK_DELAY is not set
34093 +# CONFIG_BACKTRACE_SELF_TEST is not set
34094 +# CONFIG_FAULT_INJECTION is not set
34095 +# CONFIG_SAMPLES is not set
34096 +# CONFIG_DEBUG_STACKOVERFLOW is not set
34097 +# CONFIG_DEBUG_STACK_USAGE is not set
34098 +# CONFIG_DEBUG_PAGEALLOC is not set
34099 +# CONFIG_DEBUGGER is not set
34100 +# CONFIG_KGDB_CONSOLE is not set
34101 +# CONFIG_VIRQ_DEBUG is not set
34102 +# CONFIG_BDI_SWITCH is not set
34103 +# CONFIG_PPC_EARLY_DEBUG is not set
34104 +
34105 +#
34106 +# Security options
34107 +#
34108 +# CONFIG_KEYS is not set
34109 +# CONFIG_SECURITY is not set
34110 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
34111 +CONFIG_CRYPTO=y
34112 +# CONFIG_CRYPTO_SEQIV is not set
34113 +# CONFIG_CRYPTO_MANAGER is not set
34114 +# CONFIG_CRYPTO_HMAC is not set
34115 +# CONFIG_CRYPTO_XCBC is not set
34116 +# CONFIG_CRYPTO_NULL is not set
34117 +# CONFIG_CRYPTO_MD4 is not set
34118 +# CONFIG_CRYPTO_MD5 is not set
34119 +# CONFIG_CRYPTO_SHA1 is not set
34120 +# CONFIG_CRYPTO_SHA256 is not set
34121 +# CONFIG_CRYPTO_SHA512 is not set
34122 +# CONFIG_CRYPTO_WP512 is not set
34123 +# CONFIG_CRYPTO_TGR192 is not set
34124 +# CONFIG_CRYPTO_GF128MUL is not set
34125 +# CONFIG_CRYPTO_ECB is not set
34126 +# CONFIG_CRYPTO_CBC is not set
34127 +# CONFIG_CRYPTO_PCBC is not set
34128 +# CONFIG_CRYPTO_LRW is not set
34129 +# CONFIG_CRYPTO_XTS is not set
34130 +# CONFIG_CRYPTO_CTR is not set
34131 +# CONFIG_CRYPTO_GCM is not set
34132 +# CONFIG_CRYPTO_CCM is not set
34133 +# CONFIG_CRYPTO_CRYPTD is not set
34134 +# CONFIG_CRYPTO_DES is not set
34135 +# CONFIG_CRYPTO_FCRYPT is not set
34136 +# CONFIG_CRYPTO_BLOWFISH is not set
34137 +# CONFIG_CRYPTO_TWOFISH is not set
34138 +# CONFIG_CRYPTO_SERPENT is not set
34139 +# CONFIG_CRYPTO_AES is not set
34140 +# CONFIG_CRYPTO_CAST5 is not set
34141 +# CONFIG_CRYPTO_CAST6 is not set
34142 +# CONFIG_CRYPTO_TEA is not set
34143 +# CONFIG_CRYPTO_ARC4 is not set
34144 +# CONFIG_CRYPTO_KHAZAD is not set
34145 +# CONFIG_CRYPTO_ANUBIS is not set
34146 +# CONFIG_CRYPTO_SEED is not set
34147 +# CONFIG_CRYPTO_SALSA20 is not set
34148 +# CONFIG_CRYPTO_DEFLATE is not set
34149 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
34150 +# CONFIG_CRYPTO_CRC32C is not set
34151 +# CONFIG_CRYPTO_CAMELLIA is not set
34152 +# CONFIG_CRYPTO_AUTHENC is not set
34153 +# CONFIG_CRYPTO_LZO is not set
34154 +CONFIG_CRYPTO_HW=y
34155 +# CONFIG_PPC_CLOCK is not set
34156 +CONFIG_PPC_LIB_RHEAP=y
34157 --- /dev/null
34158 +++ b/arch/powerpc/configs/85xx/mpc8540_ads_defconfig
34159 @@ -0,0 +1,796 @@
34160 +#
34161 +# Automatically generated make config: don't edit
34162 +# Linux kernel version: 2.6.25-rc6
34163 +# Mon Mar 24 08:48:25 2008
34164 +#
34165 +# CONFIG_PPC64 is not set
34166 +
34167 +#
34168 +# Processor support
34169 +#
34170 +# CONFIG_6xx is not set
34171 +CONFIG_PPC_85xx=y
34172 +# CONFIG_PPC_8xx is not set
34173 +# CONFIG_40x is not set
34174 +# CONFIG_44x is not set
34175 +# CONFIG_E200 is not set
34176 +CONFIG_E500=y
34177 +CONFIG_BOOKE=y
34178 +CONFIG_FSL_BOOKE=y
34179 +CONFIG_FSL_EMB_PERFMON=y
34180 +# CONFIG_PHYS_64BIT is not set
34181 +CONFIG_SPE=y
34182 +# CONFIG_PPC_MM_SLICES is not set
34183 +CONFIG_PPC32=y
34184 +CONFIG_WORD_SIZE=32
34185 +CONFIG_PPC_MERGE=y
34186 +CONFIG_MMU=y
34187 +CONFIG_GENERIC_CMOS_UPDATE=y
34188 +CONFIG_GENERIC_TIME=y
34189 +CONFIG_GENERIC_TIME_VSYSCALL=y
34190 +CONFIG_GENERIC_CLOCKEVENTS=y
34191 +CONFIG_GENERIC_HARDIRQS=y
34192 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
34193 +CONFIG_IRQ_PER_CPU=y
34194 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
34195 +CONFIG_ARCH_HAS_ILOG2_U32=y
34196 +CONFIG_GENERIC_HWEIGHT=y
34197 +CONFIG_GENERIC_CALIBRATE_DELAY=y
34198 +CONFIG_GENERIC_FIND_NEXT_BIT=y
34199 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
34200 +CONFIG_PPC=y
34201 +CONFIG_EARLY_PRINTK=y
34202 +CONFIG_GENERIC_NVRAM=y
34203 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
34204 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
34205 +CONFIG_PPC_OF=y
34206 +CONFIG_OF=y
34207 +CONFIG_PPC_UDBG_16550=y
34208 +# CONFIG_GENERIC_TBSYNC is not set
34209 +CONFIG_AUDIT_ARCH=y
34210 +CONFIG_GENERIC_BUG=y
34211 +CONFIG_DEFAULT_UIMAGE=y
34212 +# CONFIG_PPC_DCR_NATIVE is not set
34213 +# CONFIG_PPC_DCR_MMIO is not set
34214 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
34215 +
34216 +#
34217 +# General setup
34218 +#
34219 +CONFIG_EXPERIMENTAL=y
34220 +CONFIG_BROKEN_ON_SMP=y
34221 +CONFIG_INIT_ENV_ARG_LIMIT=32
34222 +CONFIG_LOCALVERSION=""
34223 +CONFIG_LOCALVERSION_AUTO=y
34224 +CONFIG_SWAP=y
34225 +CONFIG_SYSVIPC=y
34226 +CONFIG_SYSVIPC_SYSCTL=y
34227 +# CONFIG_POSIX_MQUEUE is not set
34228 +# CONFIG_BSD_PROCESS_ACCT is not set
34229 +# CONFIG_TASKSTATS is not set
34230 +# CONFIG_AUDIT is not set
34231 +# CONFIG_IKCONFIG is not set
34232 +CONFIG_LOG_BUF_SHIFT=14
34233 +# CONFIG_CGROUPS is not set
34234 +CONFIG_GROUP_SCHED=y
34235 +# CONFIG_FAIR_GROUP_SCHED is not set
34236 +# CONFIG_RT_GROUP_SCHED is not set
34237 +CONFIG_USER_SCHED=y
34238 +# CONFIG_CGROUP_SCHED is not set
34239 +CONFIG_SYSFS_DEPRECATED=y
34240 +CONFIG_SYSFS_DEPRECATED_V2=y
34241 +# CONFIG_RELAY is not set
34242 +# CONFIG_NAMESPACES is not set
34243 +CONFIG_BLK_DEV_INITRD=y
34244 +CONFIG_INITRAMFS_SOURCE=""
34245 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
34246 +CONFIG_SYSCTL=y
34247 +CONFIG_EMBEDDED=y
34248 +CONFIG_SYSCTL_SYSCALL=y
34249 +CONFIG_KALLSYMS=y
34250 +# CONFIG_KALLSYMS_ALL is not set
34251 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
34252 +CONFIG_HOTPLUG=y
34253 +CONFIG_PRINTK=y
34254 +CONFIG_BUG=y
34255 +CONFIG_ELF_CORE=y
34256 +CONFIG_COMPAT_BRK=y
34257 +CONFIG_BASE_FULL=y
34258 +CONFIG_FUTEX=y
34259 +CONFIG_ANON_INODES=y
34260 +CONFIG_EPOLL=y
34261 +CONFIG_SIGNALFD=y
34262 +CONFIG_TIMERFD=y
34263 +CONFIG_EVENTFD=y
34264 +CONFIG_SHMEM=y
34265 +CONFIG_VM_EVENT_COUNTERS=y
34266 +CONFIG_SLUB_DEBUG=y
34267 +# CONFIG_SLAB is not set
34268 +CONFIG_SLUB=y
34269 +# CONFIG_SLOB is not set
34270 +# CONFIG_PROFILING is not set
34271 +# CONFIG_MARKERS is not set
34272 +CONFIG_HAVE_OPROFILE=y
34273 +CONFIG_HAVE_KPROBES=y
34274 +CONFIG_HAVE_KRETPROBES=y
34275 +CONFIG_PROC_PAGE_MONITOR=y
34276 +CONFIG_SLABINFO=y
34277 +CONFIG_RT_MUTEXES=y
34278 +# CONFIG_TINY_SHMEM is not set
34279 +CONFIG_BASE_SMALL=0
34280 +# CONFIG_MODULES is not set
34281 +CONFIG_BLOCK=y
34282 +# CONFIG_LBD is not set
34283 +# CONFIG_BLK_DEV_IO_TRACE is not set
34284 +# CONFIG_LSF is not set
34285 +# CONFIG_BLK_DEV_BSG is not set
34286 +
34287 +#
34288 +# IO Schedulers
34289 +#
34290 +CONFIG_IOSCHED_NOOP=y
34291 +CONFIG_IOSCHED_AS=y
34292 +CONFIG_IOSCHED_DEADLINE=y
34293 +CONFIG_IOSCHED_CFQ=y
34294 +CONFIG_DEFAULT_AS=y
34295 +# CONFIG_DEFAULT_DEADLINE is not set
34296 +# CONFIG_DEFAULT_CFQ is not set
34297 +# CONFIG_DEFAULT_NOOP is not set
34298 +CONFIG_DEFAULT_IOSCHED="anticipatory"
34299 +CONFIG_CLASSIC_RCU=y
34300 +
34301 +#
34302 +# Platform support
34303 +#
34304 +# CONFIG_PPC_MPC512x is not set
34305 +# CONFIG_PPC_MPC5121 is not set
34306 +# CONFIG_PPC_CELL is not set
34307 +# CONFIG_PPC_CELL_NATIVE is not set
34308 +# CONFIG_PQ2ADS is not set
34309 +CONFIG_MPC85xx=y
34310 +CONFIG_MPC8540_ADS=y
34311 +# CONFIG_MPC8560_ADS is not set
34312 +# CONFIG_MPC85xx_CDS is not set
34313 +# CONFIG_MPC85xx_MDS is not set
34314 +# CONFIG_MPC85xx_DS is not set
34315 +# CONFIG_STX_GP3 is not set
34316 +# CONFIG_TQM8540 is not set
34317 +# CONFIG_TQM8541 is not set
34318 +# CONFIG_TQM8555 is not set
34319 +# CONFIG_TQM8560 is not set
34320 +# CONFIG_SBC8548 is not set
34321 +# CONFIG_SBC8560 is not set
34322 +# CONFIG_IPIC is not set
34323 +CONFIG_MPIC=y
34324 +# CONFIG_MPIC_WEIRD is not set
34325 +# CONFIG_PPC_I8259 is not set
34326 +# CONFIG_PPC_RTAS is not set
34327 +# CONFIG_MMIO_NVRAM is not set
34328 +# CONFIG_PPC_MPC106 is not set
34329 +# CONFIG_PPC_970_NAP is not set
34330 +# CONFIG_PPC_INDIRECT_IO is not set
34331 +# CONFIG_GENERIC_IOMAP is not set
34332 +# CONFIG_CPU_FREQ is not set
34333 +# CONFIG_CPM2 is not set
34334 +# CONFIG_FSL_ULI1575 is not set
34335 +
34336 +#
34337 +# Kernel options
34338 +#
34339 +# CONFIG_HIGHMEM is not set
34340 +CONFIG_TICK_ONESHOT=y
34341 +CONFIG_NO_HZ=y
34342 +CONFIG_HIGH_RES_TIMERS=y
34343 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
34344 +# CONFIG_HZ_100 is not set
34345 +CONFIG_HZ_250=y
34346 +# CONFIG_HZ_300 is not set
34347 +# CONFIG_HZ_1000 is not set
34348 +CONFIG_HZ=250
34349 +# CONFIG_SCHED_HRTICK is not set
34350 +CONFIG_PREEMPT_NONE=y
34351 +# CONFIG_PREEMPT_VOLUNTARY is not set
34352 +# CONFIG_PREEMPT is not set
34353 +CONFIG_BINFMT_ELF=y
34354 +CONFIG_BINFMT_MISC=y
34355 +CONFIG_MATH_EMULATION=y
34356 +# CONFIG_IOMMU_HELPER is not set
34357 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
34358 +CONFIG_ARCH_HAS_WALK_MEMORY=y
34359 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
34360 +CONFIG_ARCH_FLATMEM_ENABLE=y
34361 +CONFIG_ARCH_POPULATES_NODE_MAP=y
34362 +CONFIG_SELECT_MEMORY_MODEL=y
34363 +CONFIG_FLATMEM_MANUAL=y
34364 +# CONFIG_DISCONTIGMEM_MANUAL is not set
34365 +# CONFIG_SPARSEMEM_MANUAL is not set
34366 +CONFIG_FLATMEM=y
34367 +CONFIG_FLAT_NODE_MEM_MAP=y
34368 +# CONFIG_SPARSEMEM_STATIC is not set
34369 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
34370 +CONFIG_SPLIT_PTLOCK_CPUS=4
34371 +# CONFIG_RESOURCES_64BIT is not set
34372 +CONFIG_ZONE_DMA_FLAG=1
34373 +CONFIG_BOUNCE=y
34374 +CONFIG_VIRT_TO_BUS=y
34375 +CONFIG_PROC_DEVICETREE=y
34376 +# CONFIG_CMDLINE_BOOL is not set
34377 +# CONFIG_PM is not set
34378 +# CONFIG_SECCOMP is not set
34379 +CONFIG_ISA_DMA_API=y
34380 +
34381 +#
34382 +# Bus options
34383 +#
34384 +CONFIG_ZONE_DMA=y
34385 +CONFIG_FSL_SOC=y
34386 +# CONFIG_PCI is not set
34387 +# CONFIG_PCI_DOMAINS is not set
34388 +# CONFIG_PCI_SYSCALL is not set
34389 +# CONFIG_ARCH_SUPPORTS_MSI is not set
34390 +# CONFIG_PCCARD is not set
34391 +
34392 +#
34393 +# Advanced setup
34394 +#
34395 +# CONFIG_ADVANCED_OPTIONS is not set
34396 +
34397 +#
34398 +# Default settings for advanced configuration options are used
34399 +#
34400 +CONFIG_HIGHMEM_START=0xfe000000
34401 +CONFIG_LOWMEM_SIZE=0x30000000
34402 +CONFIG_KERNEL_START=0xc0000000
34403 +CONFIG_TASK_SIZE=0xc0000000
34404 +CONFIG_BOOT_LOAD=0x00800000
34405 +
34406 +#
34407 +# Networking
34408 +#
34409 +CONFIG_NET=y
34410 +
34411 +#
34412 +# Networking options
34413 +#
34414 +CONFIG_PACKET=y
34415 +# CONFIG_PACKET_MMAP is not set
34416 +CONFIG_UNIX=y
34417 +CONFIG_XFRM=y
34418 +CONFIG_XFRM_USER=y
34419 +# CONFIG_XFRM_SUB_POLICY is not set
34420 +# CONFIG_XFRM_MIGRATE is not set
34421 +# CONFIG_XFRM_STATISTICS is not set
34422 +# CONFIG_NET_KEY is not set
34423 +CONFIG_INET=y
34424 +CONFIG_IP_MULTICAST=y
34425 +# CONFIG_IP_ADVANCED_ROUTER is not set
34426 +CONFIG_IP_FIB_HASH=y
34427 +CONFIG_IP_PNP=y
34428 +CONFIG_IP_PNP_DHCP=y
34429 +CONFIG_IP_PNP_BOOTP=y
34430 +# CONFIG_IP_PNP_RARP is not set
34431 +# CONFIG_NET_IPIP is not set
34432 +# CONFIG_NET_IPGRE is not set
34433 +# CONFIG_IP_MROUTE is not set
34434 +# CONFIG_ARPD is not set
34435 +CONFIG_SYN_COOKIES=y
34436 +# CONFIG_INET_AH is not set
34437 +# CONFIG_INET_ESP is not set
34438 +# CONFIG_INET_IPCOMP is not set
34439 +# CONFIG_INET_XFRM_TUNNEL is not set
34440 +# CONFIG_INET_TUNNEL is not set
34441 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
34442 +CONFIG_INET_XFRM_MODE_TUNNEL=y
34443 +CONFIG_INET_XFRM_MODE_BEET=y
34444 +# CONFIG_INET_LRO is not set
34445 +CONFIG_INET_DIAG=y
34446 +CONFIG_INET_TCP_DIAG=y
34447 +# CONFIG_TCP_CONG_ADVANCED is not set
34448 +CONFIG_TCP_CONG_CUBIC=y
34449 +CONFIG_DEFAULT_TCP_CONG="cubic"
34450 +# CONFIG_TCP_MD5SIG is not set
34451 +# CONFIG_IPV6 is not set
34452 +# CONFIG_INET6_XFRM_TUNNEL is not set
34453 +# CONFIG_INET6_TUNNEL is not set
34454 +# CONFIG_NETWORK_SECMARK is not set
34455 +# CONFIG_NETFILTER is not set
34456 +# CONFIG_IP_DCCP is not set
34457 +# CONFIG_IP_SCTP is not set
34458 +# CONFIG_TIPC is not set
34459 +# CONFIG_ATM is not set
34460 +# CONFIG_BRIDGE is not set
34461 +# CONFIG_VLAN_8021Q is not set
34462 +# CONFIG_DECNET is not set
34463 +# CONFIG_LLC2 is not set
34464 +# CONFIG_IPX is not set
34465 +# CONFIG_ATALK is not set
34466 +# CONFIG_X25 is not set
34467 +# CONFIG_LAPB is not set
34468 +# CONFIG_ECONET is not set
34469 +# CONFIG_WAN_ROUTER is not set
34470 +# CONFIG_NET_SCHED is not set
34471 +
34472 +#
34473 +# Network testing
34474 +#
34475 +# CONFIG_NET_PKTGEN is not set
34476 +# CONFIG_HAMRADIO is not set
34477 +# CONFIG_CAN is not set
34478 +# CONFIG_IRDA is not set
34479 +# CONFIG_BT is not set
34480 +# CONFIG_AF_RXRPC is not set
34481 +
34482 +#
34483 +# Wireless
34484 +#
34485 +# CONFIG_CFG80211 is not set
34486 +# CONFIG_WIRELESS_EXT is not set
34487 +# CONFIG_MAC80211 is not set
34488 +# CONFIG_IEEE80211 is not set
34489 +# CONFIG_RFKILL is not set
34490 +# CONFIG_NET_9P is not set
34491 +
34492 +#
34493 +# Device Drivers
34494 +#
34495 +
34496 +#
34497 +# Generic Driver Options
34498 +#
34499 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
34500 +CONFIG_STANDALONE=y
34501 +CONFIG_PREVENT_FIRMWARE_BUILD=y
34502 +# CONFIG_FW_LOADER is not set
34503 +# CONFIG_DEBUG_DRIVER is not set
34504 +# CONFIG_DEBUG_DEVRES is not set
34505 +# CONFIG_SYS_HYPERVISOR is not set
34506 +# CONFIG_CONNECTOR is not set
34507 +# CONFIG_MTD is not set
34508 +CONFIG_OF_DEVICE=y
34509 +# CONFIG_PARPORT is not set
34510 +CONFIG_BLK_DEV=y
34511 +# CONFIG_BLK_DEV_FD is not set
34512 +# CONFIG_BLK_DEV_COW_COMMON is not set
34513 +CONFIG_BLK_DEV_LOOP=y
34514 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
34515 +# CONFIG_BLK_DEV_NBD is not set
34516 +CONFIG_BLK_DEV_RAM=y
34517 +CONFIG_BLK_DEV_RAM_COUNT=16
34518 +CONFIG_BLK_DEV_RAM_SIZE=32768
34519 +# CONFIG_BLK_DEV_XIP is not set
34520 +# CONFIG_CDROM_PKTCDVD is not set
34521 +# CONFIG_ATA_OVER_ETH is not set
34522 +CONFIG_MISC_DEVICES=y
34523 +# CONFIG_EEPROM_93CX6 is not set
34524 +# CONFIG_ENCLOSURE_SERVICES is not set
34525 +CONFIG_HAVE_IDE=y
34526 +# CONFIG_IDE is not set
34527 +
34528 +#
34529 +# SCSI device support
34530 +#
34531 +# CONFIG_RAID_ATTRS is not set
34532 +# CONFIG_SCSI is not set
34533 +# CONFIG_SCSI_DMA is not set
34534 +# CONFIG_SCSI_NETLINK is not set
34535 +# CONFIG_ATA is not set
34536 +# CONFIG_MD is not set
34537 +# CONFIG_MACINTOSH_DRIVERS is not set
34538 +CONFIG_NETDEVICES=y
34539 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
34540 +# CONFIG_DUMMY is not set
34541 +# CONFIG_BONDING is not set
34542 +# CONFIG_MACVLAN is not set
34543 +# CONFIG_EQUALIZER is not set
34544 +# CONFIG_TUN is not set
34545 +# CONFIG_VETH is not set
34546 +CONFIG_PHYLIB=y
34547 +
34548 +#
34549 +# MII PHY device drivers
34550 +#
34551 +# CONFIG_MARVELL_PHY is not set
34552 +# CONFIG_DAVICOM_PHY is not set
34553 +# CONFIG_QSEMI_PHY is not set
34554 +# CONFIG_LXT_PHY is not set
34555 +# CONFIG_CICADA_PHY is not set
34556 +# CONFIG_VITESSE_PHY is not set
34557 +# CONFIG_SMSC_PHY is not set
34558 +# CONFIG_BROADCOM_PHY is not set
34559 +# CONFIG_ICPLUS_PHY is not set
34560 +# CONFIG_REALTEK_PHY is not set
34561 +# CONFIG_FIXED_PHY is not set
34562 +# CONFIG_MDIO_BITBANG is not set
34563 +CONFIG_NET_ETHERNET=y
34564 +CONFIG_MII=y
34565 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
34566 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
34567 +# CONFIG_IBM_NEW_EMAC_TAH is not set
34568 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
34569 +# CONFIG_B44 is not set
34570 +CONFIG_NETDEV_1000=y
34571 +# CONFIG_E1000E_ENABLED is not set
34572 +CONFIG_GIANFAR=y
34573 +CONFIG_GFAR_NAPI=y
34574 +CONFIG_NETDEV_10000=y
34575 +
34576 +#
34577 +# Wireless LAN
34578 +#
34579 +# CONFIG_WLAN_PRE80211 is not set
34580 +# CONFIG_WLAN_80211 is not set
34581 +# CONFIG_WAN is not set
34582 +# CONFIG_PPP is not set
34583 +# CONFIG_SLIP is not set
34584 +# CONFIG_NETCONSOLE is not set
34585 +# CONFIG_NETPOLL is not set
34586 +# CONFIG_NET_POLL_CONTROLLER is not set
34587 +# CONFIG_ISDN is not set
34588 +# CONFIG_PHONE is not set
34589 +
34590 +#
34591 +# Input device support
34592 +#
34593 +CONFIG_INPUT=y
34594 +# CONFIG_INPUT_FF_MEMLESS is not set
34595 +# CONFIG_INPUT_POLLDEV is not set
34596 +
34597 +#
34598 +# Userland interfaces
34599 +#
34600 +# CONFIG_INPUT_MOUSEDEV is not set
34601 +# CONFIG_INPUT_JOYDEV is not set
34602 +# CONFIG_INPUT_EVDEV is not set
34603 +# CONFIG_INPUT_EVBUG is not set
34604 +
34605 +#
34606 +# Input Device Drivers
34607 +#
34608 +# CONFIG_INPUT_KEYBOARD is not set
34609 +# CONFIG_INPUT_MOUSE is not set
34610 +# CONFIG_INPUT_JOYSTICK is not set
34611 +# CONFIG_INPUT_TABLET is not set
34612 +# CONFIG_INPUT_TOUCHSCREEN is not set
34613 +# CONFIG_INPUT_MISC is not set
34614 +
34615 +#
34616 +# Hardware I/O ports
34617 +#
34618 +# CONFIG_SERIO is not set
34619 +# CONFIG_GAMEPORT is not set
34620 +
34621 +#
34622 +# Character devices
34623 +#
34624 +# CONFIG_VT is not set
34625 +# CONFIG_SERIAL_NONSTANDARD is not set
34626 +
34627 +#
34628 +# Serial drivers
34629 +#
34630 +CONFIG_SERIAL_8250=y
34631 +CONFIG_SERIAL_8250_CONSOLE=y
34632 +CONFIG_SERIAL_8250_NR_UARTS=4
34633 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
34634 +# CONFIG_SERIAL_8250_EXTENDED is not set
34635 +CONFIG_SERIAL_8250_SHARE_IRQ=y
34636 +
34637 +#
34638 +# Non-8250 serial port support
34639 +#
34640 +# CONFIG_SERIAL_UARTLITE is not set
34641 +CONFIG_SERIAL_CORE=y
34642 +CONFIG_SERIAL_CORE_CONSOLE=y
34643 +# CONFIG_SERIAL_OF_PLATFORM is not set
34644 +CONFIG_UNIX98_PTYS=y
34645 +CONFIG_LEGACY_PTYS=y
34646 +CONFIG_LEGACY_PTY_COUNT=256
34647 +# CONFIG_IPMI_HANDLER is not set
34648 +# CONFIG_HW_RANDOM is not set
34649 +# CONFIG_NVRAM is not set
34650 +CONFIG_GEN_RTC=y
34651 +# CONFIG_GEN_RTC_X is not set
34652 +# CONFIG_R3964 is not set
34653 +# CONFIG_RAW_DRIVER is not set
34654 +# CONFIG_TCG_TPM is not set
34655 +# CONFIG_I2C is not set
34656 +
34657 +#
34658 +# SPI support
34659 +#
34660 +# CONFIG_SPI is not set
34661 +# CONFIG_SPI_MASTER is not set
34662 +# CONFIG_W1 is not set
34663 +# CONFIG_POWER_SUPPLY is not set
34664 +CONFIG_HWMON=y
34665 +# CONFIG_HWMON_VID is not set
34666 +# CONFIG_SENSORS_F71805F is not set
34667 +# CONFIG_SENSORS_F71882FG is not set
34668 +# CONFIG_SENSORS_IT87 is not set
34669 +# CONFIG_SENSORS_PC87360 is not set
34670 +# CONFIG_SENSORS_PC87427 is not set
34671 +# CONFIG_SENSORS_SMSC47M1 is not set
34672 +# CONFIG_SENSORS_SMSC47B397 is not set
34673 +# CONFIG_SENSORS_VT1211 is not set
34674 +# CONFIG_SENSORS_W83627HF is not set
34675 +# CONFIG_SENSORS_W83627EHF is not set
34676 +# CONFIG_HWMON_DEBUG_CHIP is not set
34677 +# CONFIG_THERMAL is not set
34678 +# CONFIG_WATCHDOG is not set
34679 +
34680 +#
34681 +# Sonics Silicon Backplane
34682 +#
34683 +CONFIG_SSB_POSSIBLE=y
34684 +# CONFIG_SSB is not set
34685 +
34686 +#
34687 +# Multifunction device drivers
34688 +#
34689 +# CONFIG_MFD_SM501 is not set
34690 +
34691 +#
34692 +# Multimedia devices
34693 +#
34694 +# CONFIG_VIDEO_DEV is not set
34695 +# CONFIG_DVB_CORE is not set
34696 +CONFIG_DAB=y
34697 +
34698 +#
34699 +# Graphics support
34700 +#
34701 +# CONFIG_VGASTATE is not set
34702 +CONFIG_VIDEO_OUTPUT_CONTROL=y
34703 +# CONFIG_FB is not set
34704 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
34705 +
34706 +#
34707 +# Display device support
34708 +#
34709 +# CONFIG_DISPLAY_SUPPORT is not set
34710 +
34711 +#
34712 +# Sound
34713 +#
34714 +# CONFIG_SOUND is not set
34715 +CONFIG_HID_SUPPORT=y
34716 +CONFIG_HID=y
34717 +# CONFIG_HID_DEBUG is not set
34718 +# CONFIG_HIDRAW is not set
34719 +CONFIG_USB_SUPPORT=y
34720 +# CONFIG_USB_ARCH_HAS_HCD is not set
34721 +# CONFIG_USB_ARCH_HAS_OHCI is not set
34722 +# CONFIG_USB_ARCH_HAS_EHCI is not set
34723 +
34724 +#
34725 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
34726 +#
34727 +# CONFIG_USB_GADGET is not set
34728 +# CONFIG_MMC is not set
34729 +# CONFIG_MEMSTICK is not set
34730 +# CONFIG_NEW_LEDS is not set
34731 +# CONFIG_EDAC is not set
34732 +# CONFIG_RTC_CLASS is not set
34733 +# CONFIG_DMADEVICES is not set
34734 +
34735 +#
34736 +# Userspace I/O
34737 +#
34738 +# CONFIG_UIO is not set
34739 +
34740 +#
34741 +# File systems
34742 +#
34743 +CONFIG_EXT2_FS=y
34744 +# CONFIG_EXT2_FS_XATTR is not set
34745 +# CONFIG_EXT2_FS_XIP is not set
34746 +CONFIG_EXT3_FS=y
34747 +CONFIG_EXT3_FS_XATTR=y
34748 +# CONFIG_EXT3_FS_POSIX_ACL is not set
34749 +# CONFIG_EXT3_FS_SECURITY is not set
34750 +# CONFIG_EXT4DEV_FS is not set
34751 +CONFIG_JBD=y
34752 +CONFIG_FS_MBCACHE=y
34753 +# CONFIG_REISERFS_FS is not set
34754 +# CONFIG_JFS_FS is not set
34755 +# CONFIG_FS_POSIX_ACL is not set
34756 +# CONFIG_XFS_FS is not set
34757 +# CONFIG_GFS2_FS is not set
34758 +# CONFIG_OCFS2_FS is not set
34759 +CONFIG_DNOTIFY=y
34760 +CONFIG_INOTIFY=y
34761 +CONFIG_INOTIFY_USER=y
34762 +# CONFIG_QUOTA is not set
34763 +# CONFIG_AUTOFS_FS is not set
34764 +# CONFIG_AUTOFS4_FS is not set
34765 +# CONFIG_FUSE_FS is not set
34766 +
34767 +#
34768 +# CD-ROM/DVD Filesystems
34769 +#
34770 +# CONFIG_ISO9660_FS is not set
34771 +# CONFIG_UDF_FS is not set
34772 +
34773 +#
34774 +# DOS/FAT/NT Filesystems
34775 +#
34776 +# CONFIG_MSDOS_FS is not set
34777 +# CONFIG_VFAT_FS is not set
34778 +# CONFIG_NTFS_FS is not set
34779 +
34780 +#
34781 +# Pseudo filesystems
34782 +#
34783 +CONFIG_PROC_FS=y
34784 +CONFIG_PROC_KCORE=y
34785 +CONFIG_PROC_SYSCTL=y
34786 +CONFIG_SYSFS=y
34787 +CONFIG_TMPFS=y
34788 +# CONFIG_TMPFS_POSIX_ACL is not set
34789 +# CONFIG_HUGETLB_PAGE is not set
34790 +# CONFIG_CONFIGFS_FS is not set
34791 +
34792 +#
34793 +# Miscellaneous filesystems
34794 +#
34795 +# CONFIG_ADFS_FS is not set
34796 +# CONFIG_AFFS_FS is not set
34797 +# CONFIG_HFS_FS is not set
34798 +# CONFIG_HFSPLUS_FS is not set
34799 +# CONFIG_BEFS_FS is not set
34800 +# CONFIG_BFS_FS is not set
34801 +# CONFIG_EFS_FS is not set
34802 +# CONFIG_CRAMFS is not set
34803 +# CONFIG_VXFS_FS is not set
34804 +# CONFIG_MINIX_FS is not set
34805 +# CONFIG_HPFS_FS is not set
34806 +# CONFIG_QNX4FS_FS is not set
34807 +# CONFIG_ROMFS_FS is not set
34808 +# CONFIG_SYSV_FS is not set
34809 +# CONFIG_UFS_FS is not set
34810 +CONFIG_NETWORK_FILESYSTEMS=y
34811 +CONFIG_NFS_FS=y
34812 +# CONFIG_NFS_V3 is not set
34813 +# CONFIG_NFS_V4 is not set
34814 +# CONFIG_NFS_DIRECTIO is not set
34815 +# CONFIG_NFSD is not set
34816 +CONFIG_ROOT_NFS=y
34817 +CONFIG_LOCKD=y
34818 +CONFIG_NFS_COMMON=y
34819 +CONFIG_SUNRPC=y
34820 +# CONFIG_SUNRPC_BIND34 is not set
34821 +# CONFIG_RPCSEC_GSS_KRB5 is not set
34822 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
34823 +# CONFIG_SMB_FS is not set
34824 +# CONFIG_CIFS is not set
34825 +# CONFIG_NCP_FS is not set
34826 +# CONFIG_CODA_FS is not set
34827 +# CONFIG_AFS_FS is not set
34828 +
34829 +#
34830 +# Partition Types
34831 +#
34832 +CONFIG_PARTITION_ADVANCED=y
34833 +# CONFIG_ACORN_PARTITION is not set
34834 +# CONFIG_OSF_PARTITION is not set
34835 +# CONFIG_AMIGA_PARTITION is not set
34836 +# CONFIG_ATARI_PARTITION is not set
34837 +# CONFIG_MAC_PARTITION is not set
34838 +# CONFIG_MSDOS_PARTITION is not set
34839 +# CONFIG_LDM_PARTITION is not set
34840 +# CONFIG_SGI_PARTITION is not set
34841 +# CONFIG_ULTRIX_PARTITION is not set
34842 +# CONFIG_SUN_PARTITION is not set
34843 +# CONFIG_KARMA_PARTITION is not set
34844 +# CONFIG_EFI_PARTITION is not set
34845 +# CONFIG_SYSV68_PARTITION is not set
34846 +# CONFIG_NLS is not set
34847 +# CONFIG_DLM is not set
34848 +
34849 +#
34850 +# Library routines
34851 +#
34852 +CONFIG_BITREVERSE=y
34853 +# CONFIG_CRC_CCITT is not set
34854 +# CONFIG_CRC16 is not set
34855 +# CONFIG_CRC_ITU_T is not set
34856 +CONFIG_CRC32=y
34857 +# CONFIG_CRC7 is not set
34858 +# CONFIG_LIBCRC32C is not set
34859 +CONFIG_PLIST=y
34860 +CONFIG_HAS_IOMEM=y
34861 +CONFIG_HAS_IOPORT=y
34862 +CONFIG_HAS_DMA=y
34863 +
34864 +#
34865 +# Kernel hacking
34866 +#
34867 +# CONFIG_PRINTK_TIME is not set
34868 +CONFIG_ENABLE_WARN_DEPRECATED=y
34869 +CONFIG_ENABLE_MUST_CHECK=y
34870 +# CONFIG_MAGIC_SYSRQ is not set
34871 +# CONFIG_UNUSED_SYMBOLS is not set
34872 +# CONFIG_DEBUG_FS is not set
34873 +# CONFIG_HEADERS_CHECK is not set
34874 +CONFIG_DEBUG_KERNEL=y
34875 +# CONFIG_DEBUG_SHIRQ is not set
34876 +CONFIG_DETECT_SOFTLOCKUP=y
34877 +CONFIG_SCHED_DEBUG=y
34878 +# CONFIG_SCHEDSTATS is not set
34879 +# CONFIG_TIMER_STATS is not set
34880 +# CONFIG_SLUB_DEBUG_ON is not set
34881 +# CONFIG_SLUB_STATS is not set
34882 +# CONFIG_DEBUG_RT_MUTEXES is not set
34883 +# CONFIG_RT_MUTEX_TESTER is not set
34884 +# CONFIG_DEBUG_SPINLOCK is not set
34885 +CONFIG_DEBUG_MUTEXES=y
34886 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
34887 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
34888 +# CONFIG_DEBUG_KOBJECT is not set
34889 +# CONFIG_DEBUG_BUGVERBOSE is not set
34890 +# CONFIG_DEBUG_INFO is not set
34891 +# CONFIG_DEBUG_VM is not set
34892 +# CONFIG_DEBUG_LIST is not set
34893 +# CONFIG_DEBUG_SG is not set
34894 +# CONFIG_BOOT_PRINTK_DELAY is not set
34895 +# CONFIG_BACKTRACE_SELF_TEST is not set
34896 +# CONFIG_FAULT_INJECTION is not set
34897 +# CONFIG_SAMPLES is not set
34898 +# CONFIG_DEBUG_STACKOVERFLOW is not set
34899 +# CONFIG_DEBUG_STACK_USAGE is not set
34900 +# CONFIG_DEBUG_PAGEALLOC is not set
34901 +# CONFIG_DEBUGGER is not set
34902 +# CONFIG_BDI_SWITCH is not set
34903 +# CONFIG_PPC_EARLY_DEBUG is not set
34904 +
34905 +#
34906 +# Security options
34907 +#
34908 +# CONFIG_KEYS is not set
34909 +# CONFIG_SECURITY is not set
34910 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
34911 +CONFIG_CRYPTO=y
34912 +# CONFIG_CRYPTO_SEQIV is not set
34913 +# CONFIG_CRYPTO_MANAGER is not set
34914 +# CONFIG_CRYPTO_HMAC is not set
34915 +# CONFIG_CRYPTO_XCBC is not set
34916 +# CONFIG_CRYPTO_NULL is not set
34917 +# CONFIG_CRYPTO_MD4 is not set
34918 +# CONFIG_CRYPTO_MD5 is not set
34919 +# CONFIG_CRYPTO_SHA1 is not set
34920 +# CONFIG_CRYPTO_SHA256 is not set
34921 +# CONFIG_CRYPTO_SHA512 is not set
34922 +# CONFIG_CRYPTO_WP512 is not set
34923 +# CONFIG_CRYPTO_TGR192 is not set
34924 +# CONFIG_CRYPTO_GF128MUL is not set
34925 +# CONFIG_CRYPTO_ECB is not set
34926 +# CONFIG_CRYPTO_CBC is not set
34927 +# CONFIG_CRYPTO_PCBC is not set
34928 +# CONFIG_CRYPTO_LRW is not set
34929 +# CONFIG_CRYPTO_XTS is not set
34930 +# CONFIG_CRYPTO_CTR is not set
34931 +# CONFIG_CRYPTO_GCM is not set
34932 +# CONFIG_CRYPTO_CCM is not set
34933 +# CONFIG_CRYPTO_CRYPTD is not set
34934 +# CONFIG_CRYPTO_DES is not set
34935 +# CONFIG_CRYPTO_FCRYPT is not set
34936 +# CONFIG_CRYPTO_BLOWFISH is not set
34937 +# CONFIG_CRYPTO_TWOFISH is not set
34938 +# CONFIG_CRYPTO_SERPENT is not set
34939 +# CONFIG_CRYPTO_AES is not set
34940 +# CONFIG_CRYPTO_CAST5 is not set
34941 +# CONFIG_CRYPTO_CAST6 is not set
34942 +# CONFIG_CRYPTO_TEA is not set
34943 +# CONFIG_CRYPTO_ARC4 is not set
34944 +# CONFIG_CRYPTO_KHAZAD is not set
34945 +# CONFIG_CRYPTO_ANUBIS is not set
34946 +# CONFIG_CRYPTO_SEED is not set
34947 +# CONFIG_CRYPTO_SALSA20 is not set
34948 +# CONFIG_CRYPTO_DEFLATE is not set
34949 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
34950 +# CONFIG_CRYPTO_CRC32C is not set
34951 +# CONFIG_CRYPTO_CAMELLIA is not set
34952 +# CONFIG_CRYPTO_AUTHENC is not set
34953 +# CONFIG_CRYPTO_LZO is not set
34954 +CONFIG_CRYPTO_HW=y
34955 +# CONFIG_PPC_CLOCK is not set
34956 --- /dev/null
34957 +++ b/arch/powerpc/configs/85xx/mpc8544_ds_defconfig
34958 @@ -0,0 +1,1564 @@
34959 +#
34960 +# Automatically generated make config: don't edit
34961 +# Linux kernel version: 2.6.25-rc7
34962 +# Mon Mar 31 11:37:03 2008
34963 +#
34964 +# CONFIG_PPC64 is not set
34965 +
34966 +#
34967 +# Processor support
34968 +#
34969 +# CONFIG_6xx is not set
34970 +CONFIG_PPC_85xx=y
34971 +# CONFIG_PPC_8xx is not set
34972 +# CONFIG_40x is not set
34973 +# CONFIG_44x is not set
34974 +# CONFIG_E200 is not set
34975 +CONFIG_E500=y
34976 +CONFIG_BOOKE=y
34977 +CONFIG_FSL_BOOKE=y
34978 +CONFIG_FSL_EMB_PERFMON=y
34979 +# CONFIG_PHYS_64BIT is not set
34980 +CONFIG_SPE=y
34981 +# CONFIG_PPC_MM_SLICES is not set
34982 +CONFIG_PPC32=y
34983 +CONFIG_WORD_SIZE=32
34984 +CONFIG_PPC_MERGE=y
34985 +CONFIG_MMU=y
34986 +CONFIG_GENERIC_CMOS_UPDATE=y
34987 +CONFIG_GENERIC_TIME=y
34988 +CONFIG_GENERIC_TIME_VSYSCALL=y
34989 +CONFIG_GENERIC_CLOCKEVENTS=y
34990 +CONFIG_GENERIC_HARDIRQS=y
34991 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
34992 +CONFIG_IRQ_PER_CPU=y
34993 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
34994 +CONFIG_ARCH_HAS_ILOG2_U32=y
34995 +CONFIG_GENERIC_HWEIGHT=y
34996 +CONFIG_GENERIC_CALIBRATE_DELAY=y
34997 +CONFIG_GENERIC_FIND_NEXT_BIT=y
34998 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
34999 +CONFIG_PPC=y
35000 +CONFIG_EARLY_PRINTK=y
35001 +CONFIG_GENERIC_NVRAM=y
35002 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
35003 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
35004 +CONFIG_PPC_OF=y
35005 +CONFIG_OF=y
35006 +CONFIG_PPC_UDBG_16550=y
35007 +# CONFIG_GENERIC_TBSYNC is not set
35008 +CONFIG_AUDIT_ARCH=y
35009 +CONFIG_GENERIC_BUG=y
35010 +CONFIG_DEFAULT_UIMAGE=y
35011 +# CONFIG_PPC_DCR_NATIVE is not set
35012 +# CONFIG_PPC_DCR_MMIO is not set
35013 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
35014 +
35015 +#
35016 +# General setup
35017 +#
35018 +CONFIG_EXPERIMENTAL=y
35019 +CONFIG_BROKEN_ON_SMP=y
35020 +CONFIG_INIT_ENV_ARG_LIMIT=32
35021 +CONFIG_LOCALVERSION=""
35022 +CONFIG_LOCALVERSION_AUTO=y
35023 +CONFIG_SWAP=y
35024 +CONFIG_SYSVIPC=y
35025 +CONFIG_SYSVIPC_SYSCTL=y
35026 +CONFIG_POSIX_MQUEUE=y
35027 +CONFIG_BSD_PROCESS_ACCT=y
35028 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
35029 +# CONFIG_TASKSTATS is not set
35030 +CONFIG_AUDIT=y
35031 +# CONFIG_AUDITSYSCALL is not set
35032 +CONFIG_IKCONFIG=y
35033 +CONFIG_IKCONFIG_PROC=y
35034 +CONFIG_LOG_BUF_SHIFT=14
35035 +# CONFIG_CGROUPS is not set
35036 +CONFIG_GROUP_SCHED=y
35037 +# CONFIG_FAIR_GROUP_SCHED is not set
35038 +# CONFIG_RT_GROUP_SCHED is not set
35039 +CONFIG_USER_SCHED=y
35040 +# CONFIG_CGROUP_SCHED is not set
35041 +CONFIG_SYSFS_DEPRECATED=y
35042 +CONFIG_SYSFS_DEPRECATED_V2=y
35043 +# CONFIG_RELAY is not set
35044 +# CONFIG_NAMESPACES is not set
35045 +CONFIG_BLK_DEV_INITRD=y
35046 +CONFIG_INITRAMFS_SOURCE=""
35047 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
35048 +CONFIG_SYSCTL=y
35049 +CONFIG_EMBEDDED=y
35050 +CONFIG_SYSCTL_SYSCALL=y
35051 +CONFIG_KALLSYMS=y
35052 +CONFIG_KALLSYMS_ALL=y
35053 +CONFIG_KALLSYMS_EXTRA_PASS=y
35054 +CONFIG_HOTPLUG=y
35055 +CONFIG_PRINTK=y
35056 +CONFIG_BUG=y
35057 +CONFIG_ELF_CORE=y
35058 +CONFIG_COMPAT_BRK=y
35059 +CONFIG_BASE_FULL=y
35060 +CONFIG_FUTEX=y
35061 +CONFIG_ANON_INODES=y
35062 +CONFIG_EPOLL=y
35063 +CONFIG_SIGNALFD=y
35064 +CONFIG_TIMERFD=y
35065 +CONFIG_EVENTFD=y
35066 +CONFIG_SHMEM=y
35067 +CONFIG_VM_EVENT_COUNTERS=y
35068 +CONFIG_SLUB_DEBUG=y
35069 +# CONFIG_SLAB is not set
35070 +CONFIG_SLUB=y
35071 +# CONFIG_SLOB is not set
35072 +# CONFIG_PROFILING is not set
35073 +# CONFIG_MARKERS is not set
35074 +CONFIG_HAVE_OPROFILE=y
35075 +# CONFIG_KPROBES is not set
35076 +CONFIG_HAVE_KPROBES=y
35077 +CONFIG_HAVE_KRETPROBES=y
35078 +CONFIG_PROC_PAGE_MONITOR=y
35079 +CONFIG_SLABINFO=y
35080 +CONFIG_RT_MUTEXES=y
35081 +# CONFIG_TINY_SHMEM is not set
35082 +CONFIG_BASE_SMALL=0
35083 +CONFIG_MODULES=y
35084 +CONFIG_MODULE_UNLOAD=y
35085 +CONFIG_MODULE_FORCE_UNLOAD=y
35086 +CONFIG_MODVERSIONS=y
35087 +# CONFIG_MODULE_SRCVERSION_ALL is not set
35088 +CONFIG_KMOD=y
35089 +CONFIG_BLOCK=y
35090 +CONFIG_LBD=y
35091 +# CONFIG_BLK_DEV_IO_TRACE is not set
35092 +# CONFIG_LSF is not set
35093 +# CONFIG_BLK_DEV_BSG is not set
35094 +
35095 +#
35096 +# IO Schedulers
35097 +#
35098 +CONFIG_IOSCHED_NOOP=y
35099 +CONFIG_IOSCHED_AS=y
35100 +CONFIG_IOSCHED_DEADLINE=y
35101 +CONFIG_IOSCHED_CFQ=y
35102 +# CONFIG_DEFAULT_AS is not set
35103 +# CONFIG_DEFAULT_DEADLINE is not set
35104 +CONFIG_DEFAULT_CFQ=y
35105 +# CONFIG_DEFAULT_NOOP is not set
35106 +CONFIG_DEFAULT_IOSCHED="cfq"
35107 +CONFIG_CLASSIC_RCU=y
35108 +
35109 +#
35110 +# Platform support
35111 +#
35112 +# CONFIG_PPC_MPC512x is not set
35113 +# CONFIG_PPC_MPC5121 is not set
35114 +# CONFIG_PPC_CELL is not set
35115 +# CONFIG_PPC_CELL_NATIVE is not set
35116 +# CONFIG_PQ2ADS is not set
35117 +CONFIG_MPC85xx=y
35118 +# CONFIG_MPC8540_ADS is not set
35119 +# CONFIG_MPC8560_ADS is not set
35120 +# CONFIG_MPC85xx_CDS is not set
35121 +# CONFIG_MPC85xx_MDS is not set
35122 +CONFIG_MPC85xx_DS=y
35123 +# CONFIG_KSI8560 is not set
35124 +# CONFIG_STX_GP3 is not set
35125 +# CONFIG_TQM8540 is not set
35126 +# CONFIG_TQM8541 is not set
35127 +# CONFIG_TQM8555 is not set
35128 +# CONFIG_TQM8560 is not set
35129 +# CONFIG_SBC8548 is not set
35130 +# CONFIG_SBC8560 is not set
35131 +# CONFIG_IPIC is not set
35132 +CONFIG_MPIC=y
35133 +# CONFIG_MPIC_WEIRD is not set
35134 +CONFIG_PPC_I8259=y
35135 +# CONFIG_PPC_RTAS is not set
35136 +# CONFIG_MMIO_NVRAM is not set
35137 +# CONFIG_PPC_MPC106 is not set
35138 +# CONFIG_PPC_970_NAP is not set
35139 +# CONFIG_PPC_INDIRECT_IO is not set
35140 +# CONFIG_GENERIC_IOMAP is not set
35141 +# CONFIG_CPU_FREQ is not set
35142 +# CONFIG_CPM2 is not set
35143 +CONFIG_FSL_ULI1575=y
35144 +
35145 +#
35146 +# Kernel options
35147 +#
35148 +CONFIG_HIGHMEM=y
35149 +CONFIG_TICK_ONESHOT=y
35150 +CONFIG_NO_HZ=y
35151 +CONFIG_HIGH_RES_TIMERS=y
35152 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
35153 +# CONFIG_HZ_100 is not set
35154 +CONFIG_HZ_250=y
35155 +# CONFIG_HZ_300 is not set
35156 +# CONFIG_HZ_1000 is not set
35157 +CONFIG_HZ=250
35158 +# CONFIG_SCHED_HRTICK is not set
35159 +CONFIG_PREEMPT_NONE=y
35160 +# CONFIG_PREEMPT_VOLUNTARY is not set
35161 +# CONFIG_PREEMPT is not set
35162 +CONFIG_BINFMT_ELF=y
35163 +CONFIG_BINFMT_MISC=m
35164 +CONFIG_FORCE_MAX_ZONEORDER=11
35165 +CONFIG_MATH_EMULATION=y
35166 +# CONFIG_IOMMU_HELPER is not set
35167 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
35168 +CONFIG_ARCH_HAS_WALK_MEMORY=y
35169 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
35170 +CONFIG_ARCH_FLATMEM_ENABLE=y
35171 +CONFIG_ARCH_POPULATES_NODE_MAP=y
35172 +CONFIG_SELECT_MEMORY_MODEL=y
35173 +CONFIG_FLATMEM_MANUAL=y
35174 +# CONFIG_DISCONTIGMEM_MANUAL is not set
35175 +# CONFIG_SPARSEMEM_MANUAL is not set
35176 +CONFIG_FLATMEM=y
35177 +CONFIG_FLAT_NODE_MEM_MAP=y
35178 +# CONFIG_SPARSEMEM_STATIC is not set
35179 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
35180 +CONFIG_SPLIT_PTLOCK_CPUS=4
35181 +# CONFIG_RESOURCES_64BIT is not set
35182 +CONFIG_ZONE_DMA_FLAG=1
35183 +CONFIG_BOUNCE=y
35184 +CONFIG_VIRT_TO_BUS=y
35185 +CONFIG_PROC_DEVICETREE=y
35186 +# CONFIG_CMDLINE_BOOL is not set
35187 +# CONFIG_PM is not set
35188 +CONFIG_SECCOMP=y
35189 +CONFIG_ISA_DMA_API=y
35190 +
35191 +#
35192 +# Bus options
35193 +#
35194 +CONFIG_ZONE_DMA=y
35195 +CONFIG_GENERIC_ISA_DMA=y
35196 +CONFIG_PPC_INDIRECT_PCI=y
35197 +CONFIG_FSL_SOC=y
35198 +CONFIG_FSL_PCI=y
35199 +CONFIG_PCI=y
35200 +CONFIG_PCI_DOMAINS=y
35201 +CONFIG_PCI_SYSCALL=y
35202 +# CONFIG_PCIEPORTBUS is not set
35203 +CONFIG_ARCH_SUPPORTS_MSI=y
35204 +# CONFIG_PCI_MSI is not set
35205 +CONFIG_PCI_LEGACY=y
35206 +# CONFIG_PCI_DEBUG is not set
35207 +# CONFIG_PCCARD is not set
35208 +# CONFIG_HOTPLUG_PCI is not set
35209 +
35210 +#
35211 +# Advanced setup
35212 +#
35213 +# CONFIG_ADVANCED_OPTIONS is not set
35214 +
35215 +#
35216 +# Default settings for advanced configuration options are used
35217 +#
35218 +CONFIG_HIGHMEM_START=0xfe000000
35219 +CONFIG_LOWMEM_SIZE=0x30000000
35220 +CONFIG_KERNEL_START=0xc0000000
35221 +CONFIG_TASK_SIZE=0xc0000000
35222 +CONFIG_BOOT_LOAD=0x00800000
35223 +
35224 +#
35225 +# Networking
35226 +#
35227 +CONFIG_NET=y
35228 +
35229 +#
35230 +# Networking options
35231 +#
35232 +CONFIG_PACKET=y
35233 +# CONFIG_PACKET_MMAP is not set
35234 +CONFIG_UNIX=y
35235 +CONFIG_XFRM=y
35236 +CONFIG_XFRM_USER=y
35237 +# CONFIG_XFRM_SUB_POLICY is not set
35238 +# CONFIG_XFRM_MIGRATE is not set
35239 +# CONFIG_XFRM_STATISTICS is not set
35240 +CONFIG_NET_KEY=m
35241 +# CONFIG_NET_KEY_MIGRATE is not set
35242 +CONFIG_INET=y
35243 +CONFIG_IP_MULTICAST=y
35244 +CONFIG_IP_ADVANCED_ROUTER=y
35245 +CONFIG_ASK_IP_FIB_HASH=y
35246 +# CONFIG_IP_FIB_TRIE is not set
35247 +CONFIG_IP_FIB_HASH=y
35248 +CONFIG_IP_MULTIPLE_TABLES=y
35249 +CONFIG_IP_ROUTE_MULTIPATH=y
35250 +CONFIG_IP_ROUTE_VERBOSE=y
35251 +CONFIG_IP_PNP=y
35252 +CONFIG_IP_PNP_DHCP=y
35253 +CONFIG_IP_PNP_BOOTP=y
35254 +CONFIG_IP_PNP_RARP=y
35255 +CONFIG_NET_IPIP=y
35256 +CONFIG_NET_IPGRE=y
35257 +CONFIG_NET_IPGRE_BROADCAST=y
35258 +CONFIG_IP_MROUTE=y
35259 +CONFIG_IP_PIMSM_V1=y
35260 +CONFIG_IP_PIMSM_V2=y
35261 +CONFIG_ARPD=y
35262 +# CONFIG_SYN_COOKIES is not set
35263 +# CONFIG_INET_AH is not set
35264 +# CONFIG_INET_ESP is not set
35265 +# CONFIG_INET_IPCOMP is not set
35266 +# CONFIG_INET_XFRM_TUNNEL is not set
35267 +CONFIG_INET_TUNNEL=y
35268 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
35269 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
35270 +# CONFIG_INET_XFRM_MODE_BEET is not set
35271 +# CONFIG_INET_LRO is not set
35272 +CONFIG_INET_DIAG=y
35273 +CONFIG_INET_TCP_DIAG=y
35274 +# CONFIG_TCP_CONG_ADVANCED is not set
35275 +CONFIG_TCP_CONG_CUBIC=y
35276 +CONFIG_DEFAULT_TCP_CONG="cubic"
35277 +# CONFIG_TCP_MD5SIG is not set
35278 +CONFIG_IPV6=y
35279 +# CONFIG_IPV6_PRIVACY is not set
35280 +# CONFIG_IPV6_ROUTER_PREF is not set
35281 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
35282 +# CONFIG_INET6_AH is not set
35283 +# CONFIG_INET6_ESP is not set
35284 +# CONFIG_INET6_IPCOMP is not set
35285 +# CONFIG_IPV6_MIP6 is not set
35286 +# CONFIG_INET6_XFRM_TUNNEL is not set
35287 +# CONFIG_INET6_TUNNEL is not set
35288 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
35289 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
35290 +CONFIG_INET6_XFRM_MODE_BEET=y
35291 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
35292 +CONFIG_IPV6_SIT=y
35293 +# CONFIG_IPV6_TUNNEL is not set
35294 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
35295 +# CONFIG_NETWORK_SECMARK is not set
35296 +# CONFIG_NETFILTER is not set
35297 +# CONFIG_IP_DCCP is not set
35298 +CONFIG_IP_SCTP=m
35299 +# CONFIG_SCTP_DBG_MSG is not set
35300 +# CONFIG_SCTP_DBG_OBJCNT is not set
35301 +# CONFIG_SCTP_HMAC_NONE is not set
35302 +# CONFIG_SCTP_HMAC_SHA1 is not set
35303 +CONFIG_SCTP_HMAC_MD5=y
35304 +# CONFIG_TIPC is not set
35305 +# CONFIG_ATM is not set
35306 +# CONFIG_BRIDGE is not set
35307 +# CONFIG_VLAN_8021Q is not set
35308 +# CONFIG_DECNET is not set
35309 +# CONFIG_LLC2 is not set
35310 +# CONFIG_IPX is not set
35311 +# CONFIG_ATALK is not set
35312 +# CONFIG_X25 is not set
35313 +# CONFIG_LAPB is not set
35314 +# CONFIG_ECONET is not set
35315 +# CONFIG_WAN_ROUTER is not set
35316 +# CONFIG_NET_SCHED is not set
35317 +
35318 +#
35319 +# Network testing
35320 +#
35321 +# CONFIG_NET_PKTGEN is not set
35322 +# CONFIG_HAMRADIO is not set
35323 +# CONFIG_CAN is not set
35324 +# CONFIG_IRDA is not set
35325 +# CONFIG_BT is not set
35326 +# CONFIG_AF_RXRPC is not set
35327 +CONFIG_FIB_RULES=y
35328 +
35329 +#
35330 +# Wireless
35331 +#
35332 +# CONFIG_CFG80211 is not set
35333 +# CONFIG_WIRELESS_EXT is not set
35334 +# CONFIG_MAC80211 is not set
35335 +# CONFIG_IEEE80211 is not set
35336 +# CONFIG_RFKILL is not set
35337 +# CONFIG_NET_9P is not set
35338 +
35339 +#
35340 +# Device Drivers
35341 +#
35342 +
35343 +#
35344 +# Generic Driver Options
35345 +#
35346 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
35347 +CONFIG_STANDALONE=y
35348 +CONFIG_PREVENT_FIRMWARE_BUILD=y
35349 +CONFIG_FW_LOADER=y
35350 +# CONFIG_DEBUG_DRIVER is not set
35351 +# CONFIG_DEBUG_DEVRES is not set
35352 +# CONFIG_SYS_HYPERVISOR is not set
35353 +# CONFIG_CONNECTOR is not set
35354 +# CONFIG_MTD is not set
35355 +CONFIG_OF_DEVICE=y
35356 +# CONFIG_PARPORT is not set
35357 +CONFIG_BLK_DEV=y
35358 +# CONFIG_BLK_DEV_FD is not set
35359 +# CONFIG_BLK_CPQ_DA is not set
35360 +# CONFIG_BLK_CPQ_CISS_DA is not set
35361 +# CONFIG_BLK_DEV_DAC960 is not set
35362 +# CONFIG_BLK_DEV_UMEM is not set
35363 +# CONFIG_BLK_DEV_COW_COMMON is not set
35364 +CONFIG_BLK_DEV_LOOP=y
35365 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
35366 +CONFIG_BLK_DEV_NBD=y
35367 +# CONFIG_BLK_DEV_SX8 is not set
35368 +# CONFIG_BLK_DEV_UB is not set
35369 +CONFIG_BLK_DEV_RAM=y
35370 +CONFIG_BLK_DEV_RAM_COUNT=16
35371 +CONFIG_BLK_DEV_RAM_SIZE=131072
35372 +# CONFIG_BLK_DEV_XIP is not set
35373 +# CONFIG_CDROM_PKTCDVD is not set
35374 +# CONFIG_ATA_OVER_ETH is not set
35375 +CONFIG_MISC_DEVICES=y
35376 +# CONFIG_PHANTOM is not set
35377 +# CONFIG_EEPROM_93CX6 is not set
35378 +# CONFIG_SGI_IOC4 is not set
35379 +# CONFIG_TIFM_CORE is not set
35380 +# CONFIG_ENCLOSURE_SERVICES is not set
35381 +CONFIG_HAVE_IDE=y
35382 +# CONFIG_IDE is not set
35383 +
35384 +#
35385 +# SCSI device support
35386 +#
35387 +# CONFIG_RAID_ATTRS is not set
35388 +CONFIG_SCSI=y
35389 +CONFIG_SCSI_DMA=y
35390 +# CONFIG_SCSI_TGT is not set
35391 +# CONFIG_SCSI_NETLINK is not set
35392 +CONFIG_SCSI_PROC_FS=y
35393 +
35394 +#
35395 +# SCSI support type (disk, tape, CD-ROM)
35396 +#
35397 +CONFIG_BLK_DEV_SD=y
35398 +CONFIG_CHR_DEV_ST=y
35399 +# CONFIG_CHR_DEV_OSST is not set
35400 +CONFIG_BLK_DEV_SR=y
35401 +# CONFIG_BLK_DEV_SR_VENDOR is not set
35402 +CONFIG_CHR_DEV_SG=y
35403 +# CONFIG_CHR_DEV_SCH is not set
35404 +
35405 +#
35406 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
35407 +#
35408 +CONFIG_SCSI_MULTI_LUN=y
35409 +# CONFIG_SCSI_CONSTANTS is not set
35410 +CONFIG_SCSI_LOGGING=y
35411 +# CONFIG_SCSI_SCAN_ASYNC is not set
35412 +CONFIG_SCSI_WAIT_SCAN=m
35413 +
35414 +#
35415 +# SCSI Transports
35416 +#
35417 +# CONFIG_SCSI_SPI_ATTRS is not set
35418 +# CONFIG_SCSI_FC_ATTRS is not set
35419 +# CONFIG_SCSI_ISCSI_ATTRS is not set
35420 +# CONFIG_SCSI_SAS_LIBSAS is not set
35421 +# CONFIG_SCSI_SRP_ATTRS is not set
35422 +CONFIG_SCSI_LOWLEVEL=y
35423 +# CONFIG_ISCSI_TCP is not set
35424 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
35425 +# CONFIG_SCSI_3W_9XXX is not set
35426 +# CONFIG_SCSI_ACARD is not set
35427 +# CONFIG_SCSI_AACRAID is not set
35428 +# CONFIG_SCSI_AIC7XXX is not set
35429 +# CONFIG_SCSI_AIC7XXX_OLD is not set
35430 +# CONFIG_SCSI_AIC79XX is not set
35431 +# CONFIG_SCSI_AIC94XX is not set
35432 +# CONFIG_SCSI_DPT_I2O is not set
35433 +# CONFIG_SCSI_ADVANSYS is not set
35434 +# CONFIG_SCSI_ARCMSR is not set
35435 +# CONFIG_MEGARAID_NEWGEN is not set
35436 +# CONFIG_MEGARAID_LEGACY is not set
35437 +# CONFIG_MEGARAID_SAS is not set
35438 +# CONFIG_SCSI_HPTIOP is not set
35439 +# CONFIG_SCSI_BUSLOGIC is not set
35440 +# CONFIG_SCSI_DMX3191D is not set
35441 +# CONFIG_SCSI_EATA is not set
35442 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
35443 +# CONFIG_SCSI_GDTH is not set
35444 +# CONFIG_SCSI_IPS is not set
35445 +# CONFIG_SCSI_INITIO is not set
35446 +# CONFIG_SCSI_INIA100 is not set
35447 +# CONFIG_SCSI_MVSAS is not set
35448 +# CONFIG_SCSI_STEX is not set
35449 +# CONFIG_SCSI_SYM53C8XX_2 is not set
35450 +# CONFIG_SCSI_IPR is not set
35451 +# CONFIG_SCSI_QLOGIC_1280 is not set
35452 +# CONFIG_SCSI_QLA_FC is not set
35453 +# CONFIG_SCSI_QLA_ISCSI is not set
35454 +# CONFIG_SCSI_LPFC is not set
35455 +# CONFIG_SCSI_DC395x is not set
35456 +# CONFIG_SCSI_DC390T is not set
35457 +# CONFIG_SCSI_NSP32 is not set
35458 +# CONFIG_SCSI_DEBUG is not set
35459 +# CONFIG_SCSI_SRP is not set
35460 +CONFIG_ATA=y
35461 +# CONFIG_ATA_NONSTANDARD is not set
35462 +CONFIG_SATA_AHCI=y
35463 +# CONFIG_SATA_SVW is not set
35464 +# CONFIG_ATA_PIIX is not set
35465 +# CONFIG_SATA_MV is not set
35466 +# CONFIG_SATA_NV is not set
35467 +# CONFIG_PDC_ADMA is not set
35468 +# CONFIG_SATA_QSTOR is not set
35469 +# CONFIG_SATA_PROMISE is not set
35470 +# CONFIG_SATA_SX4 is not set
35471 +# CONFIG_SATA_SIL is not set
35472 +# CONFIG_SATA_SIL24 is not set
35473 +# CONFIG_SATA_SIS is not set
35474 +# CONFIG_SATA_ULI is not set
35475 +# CONFIG_SATA_VIA is not set
35476 +# CONFIG_SATA_VITESSE is not set
35477 +# CONFIG_SATA_INIC162X is not set
35478 +# CONFIG_SATA_FSL is not set
35479 +CONFIG_PATA_ALI=y
35480 +# CONFIG_PATA_AMD is not set
35481 +# CONFIG_PATA_ARTOP is not set
35482 +# CONFIG_PATA_ATIIXP is not set
35483 +# CONFIG_PATA_CMD640_PCI is not set
35484 +# CONFIG_PATA_CMD64X is not set
35485 +# CONFIG_PATA_CS5520 is not set
35486 +# CONFIG_PATA_CS5530 is not set
35487 +# CONFIG_PATA_CYPRESS is not set
35488 +# CONFIG_PATA_EFAR is not set
35489 +# CONFIG_ATA_GENERIC is not set
35490 +# CONFIG_PATA_HPT366 is not set
35491 +# CONFIG_PATA_HPT37X is not set
35492 +# CONFIG_PATA_HPT3X2N is not set
35493 +# CONFIG_PATA_HPT3X3 is not set
35494 +# CONFIG_PATA_IT821X is not set
35495 +# CONFIG_PATA_IT8213 is not set
35496 +# CONFIG_PATA_JMICRON is not set
35497 +# CONFIG_PATA_TRIFLEX is not set
35498 +# CONFIG_PATA_MARVELL is not set
35499 +# CONFIG_PATA_MPIIX is not set
35500 +# CONFIG_PATA_OLDPIIX is not set
35501 +# CONFIG_PATA_NETCELL is not set
35502 +# CONFIG_PATA_NINJA32 is not set
35503 +# CONFIG_PATA_NS87410 is not set
35504 +# CONFIG_PATA_NS87415 is not set
35505 +# CONFIG_PATA_OPTI is not set
35506 +# CONFIG_PATA_OPTIDMA is not set
35507 +# CONFIG_PATA_PDC_OLD is not set
35508 +# CONFIG_PATA_RADISYS is not set
35509 +# CONFIG_PATA_RZ1000 is not set
35510 +# CONFIG_PATA_SC1200 is not set
35511 +# CONFIG_PATA_SERVERWORKS is not set
35512 +# CONFIG_PATA_PDC2027X is not set
35513 +# CONFIG_PATA_SIL680 is not set
35514 +# CONFIG_PATA_SIS is not set
35515 +# CONFIG_PATA_VIA is not set
35516 +# CONFIG_PATA_WINBOND is not set
35517 +# CONFIG_PATA_PLATFORM is not set
35518 +# CONFIG_MD is not set
35519 +# CONFIG_FUSION is not set
35520 +
35521 +#
35522 +# IEEE 1394 (FireWire) support
35523 +#
35524 +# CONFIG_FIREWIRE is not set
35525 +# CONFIG_IEEE1394 is not set
35526 +# CONFIG_I2O is not set
35527 +# CONFIG_MACINTOSH_DRIVERS is not set
35528 +CONFIG_NETDEVICES=y
35529 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
35530 +CONFIG_DUMMY=y
35531 +# CONFIG_BONDING is not set
35532 +# CONFIG_MACVLAN is not set
35533 +# CONFIG_EQUALIZER is not set
35534 +# CONFIG_TUN is not set
35535 +# CONFIG_VETH is not set
35536 +# CONFIG_ARCNET is not set
35537 +CONFIG_PHYLIB=y
35538 +
35539 +#
35540 +# MII PHY device drivers
35541 +#
35542 +# CONFIG_MARVELL_PHY is not set
35543 +# CONFIG_DAVICOM_PHY is not set
35544 +# CONFIG_QSEMI_PHY is not set
35545 +# CONFIG_LXT_PHY is not set
35546 +# CONFIG_CICADA_PHY is not set
35547 +CONFIG_VITESSE_PHY=y
35548 +# CONFIG_SMSC_PHY is not set
35549 +# CONFIG_BROADCOM_PHY is not set
35550 +# CONFIG_ICPLUS_PHY is not set
35551 +# CONFIG_REALTEK_PHY is not set
35552 +# CONFIG_FIXED_PHY is not set
35553 +# CONFIG_MDIO_BITBANG is not set
35554 +CONFIG_NET_ETHERNET=y
35555 +CONFIG_MII=y
35556 +# CONFIG_HAPPYMEAL is not set
35557 +# CONFIG_SUNGEM is not set
35558 +# CONFIG_CASSINI is not set
35559 +# CONFIG_NET_VENDOR_3COM is not set
35560 +# CONFIG_NET_TULIP is not set
35561 +# CONFIG_HP100 is not set
35562 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
35563 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
35564 +# CONFIG_IBM_NEW_EMAC_TAH is not set
35565 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
35566 +# CONFIG_NET_PCI is not set
35567 +# CONFIG_B44 is not set
35568 +CONFIG_NETDEV_1000=y
35569 +# CONFIG_ACENIC is not set
35570 +# CONFIG_DL2K is not set
35571 +# CONFIG_E1000 is not set
35572 +# CONFIG_E1000E is not set
35573 +# CONFIG_E1000E_ENABLED is not set
35574 +# CONFIG_IP1000 is not set
35575 +# CONFIG_IGB is not set
35576 +# CONFIG_NS83820 is not set
35577 +# CONFIG_HAMACHI is not set
35578 +# CONFIG_YELLOWFIN is not set
35579 +# CONFIG_R8169 is not set
35580 +# CONFIG_SIS190 is not set
35581 +# CONFIG_SKGE is not set
35582 +# CONFIG_SKY2 is not set
35583 +# CONFIG_SK98LIN is not set
35584 +# CONFIG_VIA_VELOCITY is not set
35585 +# CONFIG_TIGON3 is not set
35586 +# CONFIG_BNX2 is not set
35587 +CONFIG_GIANFAR=y
35588 +CONFIG_GFAR_NAPI=y
35589 +# CONFIG_QLA3XXX is not set
35590 +# CONFIG_ATL1 is not set
35591 +CONFIG_NETDEV_10000=y
35592 +# CONFIG_CHELSIO_T1 is not set
35593 +# CONFIG_CHELSIO_T3 is not set
35594 +# CONFIG_IXGBE is not set
35595 +# CONFIG_IXGB is not set
35596 +# CONFIG_S2IO is not set
35597 +# CONFIG_MYRI10GE is not set
35598 +# CONFIG_NETXEN_NIC is not set
35599 +# CONFIG_NIU is not set
35600 +# CONFIG_MLX4_CORE is not set
35601 +# CONFIG_TEHUTI is not set
35602 +# CONFIG_BNX2X is not set
35603 +# CONFIG_TR is not set
35604 +
35605 +#
35606 +# Wireless LAN
35607 +#
35608 +# CONFIG_WLAN_PRE80211 is not set
35609 +# CONFIG_WLAN_80211 is not set
35610 +
35611 +#
35612 +# USB Network Adapters
35613 +#
35614 +# CONFIG_USB_CATC is not set
35615 +# CONFIG_USB_KAWETH is not set
35616 +# CONFIG_USB_PEGASUS is not set
35617 +# CONFIG_USB_RTL8150 is not set
35618 +# CONFIG_USB_USBNET is not set
35619 +# CONFIG_WAN is not set
35620 +# CONFIG_FDDI is not set
35621 +# CONFIG_HIPPI is not set
35622 +# CONFIG_PPP is not set
35623 +# CONFIG_SLIP is not set
35624 +# CONFIG_NET_FC is not set
35625 +# CONFIG_NETCONSOLE is not set
35626 +# CONFIG_NETPOLL is not set
35627 +# CONFIG_NET_POLL_CONTROLLER is not set
35628 +# CONFIG_ISDN is not set
35629 +# CONFIG_PHONE is not set
35630 +
35631 +#
35632 +# Input device support
35633 +#
35634 +CONFIG_INPUT=y
35635 +# CONFIG_INPUT_FF_MEMLESS is not set
35636 +# CONFIG_INPUT_POLLDEV is not set
35637 +
35638 +#
35639 +# Userland interfaces
35640 +#
35641 +# CONFIG_INPUT_MOUSEDEV is not set
35642 +# CONFIG_INPUT_JOYDEV is not set
35643 +# CONFIG_INPUT_EVDEV is not set
35644 +# CONFIG_INPUT_EVBUG is not set
35645 +
35646 +#
35647 +# Input Device Drivers
35648 +#
35649 +# CONFIG_INPUT_KEYBOARD is not set
35650 +# CONFIG_INPUT_MOUSE is not set
35651 +# CONFIG_INPUT_JOYSTICK is not set
35652 +# CONFIG_INPUT_TABLET is not set
35653 +# CONFIG_INPUT_TOUCHSCREEN is not set
35654 +# CONFIG_INPUT_MISC is not set
35655 +
35656 +#
35657 +# Hardware I/O ports
35658 +#
35659 +CONFIG_SERIO=y
35660 +CONFIG_SERIO_I8042=y
35661 +CONFIG_SERIO_SERPORT=y
35662 +# CONFIG_SERIO_PCIPS2 is not set
35663 +CONFIG_SERIO_LIBPS2=y
35664 +# CONFIG_SERIO_RAW is not set
35665 +# CONFIG_GAMEPORT is not set
35666 +
35667 +#
35668 +# Character devices
35669 +#
35670 +CONFIG_VT=y
35671 +CONFIG_VT_CONSOLE=y
35672 +CONFIG_HW_CONSOLE=y
35673 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
35674 +# CONFIG_SERIAL_NONSTANDARD is not set
35675 +# CONFIG_NOZOMI is not set
35676 +
35677 +#
35678 +# Serial drivers
35679 +#
35680 +CONFIG_SERIAL_8250=y
35681 +CONFIG_SERIAL_8250_CONSOLE=y
35682 +CONFIG_SERIAL_8250_PCI=y
35683 +CONFIG_SERIAL_8250_NR_UARTS=2
35684 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
35685 +CONFIG_SERIAL_8250_EXTENDED=y
35686 +CONFIG_SERIAL_8250_MANY_PORTS=y
35687 +CONFIG_SERIAL_8250_SHARE_IRQ=y
35688 +CONFIG_SERIAL_8250_DETECT_IRQ=y
35689 +CONFIG_SERIAL_8250_RSA=y
35690 +
35691 +#
35692 +# Non-8250 serial port support
35693 +#
35694 +# CONFIG_SERIAL_UARTLITE is not set
35695 +CONFIG_SERIAL_CORE=y
35696 +CONFIG_SERIAL_CORE_CONSOLE=y
35697 +# CONFIG_SERIAL_JSM is not set
35698 +# CONFIG_SERIAL_OF_PLATFORM is not set
35699 +CONFIG_UNIX98_PTYS=y
35700 +CONFIG_LEGACY_PTYS=y
35701 +CONFIG_LEGACY_PTY_COUNT=256
35702 +# CONFIG_IPMI_HANDLER is not set
35703 +# CONFIG_HW_RANDOM is not set
35704 +CONFIG_NVRAM=y
35705 +# CONFIG_GEN_RTC is not set
35706 +# CONFIG_R3964 is not set
35707 +# CONFIG_APPLICOM is not set
35708 +# CONFIG_RAW_DRIVER is not set
35709 +# CONFIG_TCG_TPM is not set
35710 +CONFIG_DEVPORT=y
35711 +CONFIG_I2C=y
35712 +CONFIG_I2C_BOARDINFO=y
35713 +# CONFIG_I2C_CHARDEV is not set
35714 +
35715 +#
35716 +# I2C Algorithms
35717 +#
35718 +# CONFIG_I2C_ALGOBIT is not set
35719 +# CONFIG_I2C_ALGOPCF is not set
35720 +# CONFIG_I2C_ALGOPCA is not set
35721 +
35722 +#
35723 +# I2C Hardware Bus support
35724 +#
35725 +# CONFIG_I2C_ALI1535 is not set
35726 +# CONFIG_I2C_ALI1563 is not set
35727 +# CONFIG_I2C_ALI15X3 is not set
35728 +# CONFIG_I2C_AMD756 is not set
35729 +# CONFIG_I2C_AMD8111 is not set
35730 +# CONFIG_I2C_I801 is not set
35731 +# CONFIG_I2C_I810 is not set
35732 +# CONFIG_I2C_PIIX4 is not set
35733 +CONFIG_I2C_MPC=y
35734 +# CONFIG_I2C_NFORCE2 is not set
35735 +# CONFIG_I2C_OCORES is not set
35736 +# CONFIG_I2C_PARPORT_LIGHT is not set
35737 +# CONFIG_I2C_PROSAVAGE is not set
35738 +# CONFIG_I2C_SAVAGE4 is not set
35739 +# CONFIG_I2C_SIMTEC is not set
35740 +# CONFIG_I2C_SIS5595 is not set
35741 +# CONFIG_I2C_SIS630 is not set
35742 +# CONFIG_I2C_SIS96X is not set
35743 +# CONFIG_I2C_TAOS_EVM is not set
35744 +# CONFIG_I2C_STUB is not set
35745 +# CONFIG_I2C_TINY_USB is not set
35746 +# CONFIG_I2C_VIA is not set
35747 +# CONFIG_I2C_VIAPRO is not set
35748 +# CONFIG_I2C_VOODOO3 is not set
35749 +
35750 +#
35751 +# Miscellaneous I2C Chip support
35752 +#
35753 +# CONFIG_DS1682 is not set
35754 +CONFIG_SENSORS_EEPROM=y
35755 +# CONFIG_SENSORS_PCF8574 is not set
35756 +# CONFIG_PCF8575 is not set
35757 +# CONFIG_SENSORS_PCF8591 is not set
35758 +# CONFIG_TPS65010 is not set
35759 +# CONFIG_SENSORS_MAX6875 is not set
35760 +# CONFIG_SENSORS_TSL2550 is not set
35761 +# CONFIG_I2C_DEBUG_CORE is not set
35762 +# CONFIG_I2C_DEBUG_ALGO is not set
35763 +# CONFIG_I2C_DEBUG_BUS is not set
35764 +# CONFIG_I2C_DEBUG_CHIP is not set
35765 +
35766 +#
35767 +# SPI support
35768 +#
35769 +# CONFIG_SPI is not set
35770 +# CONFIG_SPI_MASTER is not set
35771 +# CONFIG_W1 is not set
35772 +# CONFIG_POWER_SUPPLY is not set
35773 +# CONFIG_HWMON is not set
35774 +# CONFIG_THERMAL is not set
35775 +# CONFIG_WATCHDOG is not set
35776 +
35777 +#
35778 +# Sonics Silicon Backplane
35779 +#
35780 +CONFIG_SSB_POSSIBLE=y
35781 +# CONFIG_SSB is not set
35782 +
35783 +#
35784 +# Multifunction device drivers
35785 +#
35786 +# CONFIG_MFD_SM501 is not set
35787 +
35788 +#
35789 +# Multimedia devices
35790 +#
35791 +# CONFIG_VIDEO_DEV is not set
35792 +CONFIG_DVB_CORE=m
35793 +# CONFIG_DVB_CORE_ATTACH is not set
35794 +CONFIG_DVB_CAPTURE_DRIVERS=y
35795 +
35796 +#
35797 +# Supported SAA7146 based PCI Adapters
35798 +#
35799 +# CONFIG_TTPCI_EEPROM is not set
35800 +# CONFIG_DVB_BUDGET_CORE is not set
35801 +
35802 +#
35803 +# Supported USB Adapters
35804 +#
35805 +# CONFIG_DVB_USB is not set
35806 +# CONFIG_DVB_TTUSB_BUDGET is not set
35807 +# CONFIG_DVB_TTUSB_DEC is not set
35808 +# CONFIG_DVB_CINERGYT2 is not set
35809 +
35810 +#
35811 +# Supported FlexCopII (B2C2) Adapters
35812 +#
35813 +# CONFIG_DVB_B2C2_FLEXCOP is not set
35814 +
35815 +#
35816 +# Supported BT878 Adapters
35817 +#
35818 +
35819 +#
35820 +# Supported Pluto2 Adapters
35821 +#
35822 +# CONFIG_DVB_PLUTO2 is not set
35823 +
35824 +#
35825 +# Supported DVB Frontends
35826 +#
35827 +
35828 +#
35829 +# Customise DVB Frontends
35830 +#
35831 +# CONFIG_DVB_FE_CUSTOMISE is not set
35832 +
35833 +#
35834 +# DVB-S (satellite) frontends
35835 +#
35836 +# CONFIG_DVB_STV0299 is not set
35837 +# CONFIG_DVB_CX24110 is not set
35838 +# CONFIG_DVB_CX24123 is not set
35839 +# CONFIG_DVB_TDA8083 is not set
35840 +# CONFIG_DVB_MT312 is not set
35841 +# CONFIG_DVB_VES1X93 is not set
35842 +# CONFIG_DVB_S5H1420 is not set
35843 +# CONFIG_DVB_TDA10086 is not set
35844 +
35845 +#
35846 +# DVB-T (terrestrial) frontends
35847 +#
35848 +# CONFIG_DVB_SP8870 is not set
35849 +# CONFIG_DVB_SP887X is not set
35850 +# CONFIG_DVB_CX22700 is not set
35851 +# CONFIG_DVB_CX22702 is not set
35852 +# CONFIG_DVB_L64781 is not set
35853 +# CONFIG_DVB_TDA1004X is not set
35854 +# CONFIG_DVB_NXT6000 is not set
35855 +# CONFIG_DVB_MT352 is not set
35856 +# CONFIG_DVB_ZL10353 is not set
35857 +# CONFIG_DVB_DIB3000MB is not set
35858 +# CONFIG_DVB_DIB3000MC is not set
35859 +# CONFIG_DVB_DIB7000M is not set
35860 +# CONFIG_DVB_DIB7000P is not set
35861 +
35862 +#
35863 +# DVB-C (cable) frontends
35864 +#
35865 +# CONFIG_DVB_VES1820 is not set
35866 +# CONFIG_DVB_TDA10021 is not set
35867 +# CONFIG_DVB_TDA10023 is not set
35868 +# CONFIG_DVB_STV0297 is not set
35869 +
35870 +#
35871 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
35872 +#
35873 +# CONFIG_DVB_NXT200X is not set
35874 +# CONFIG_DVB_OR51211 is not set
35875 +# CONFIG_DVB_OR51132 is not set
35876 +# CONFIG_DVB_BCM3510 is not set
35877 +# CONFIG_DVB_LGDT330X is not set
35878 +# CONFIG_DVB_S5H1409 is not set
35879 +
35880 +#
35881 +# Tuners/PLL support
35882 +#
35883 +# CONFIG_DVB_PLL is not set
35884 +# CONFIG_DVB_TDA826X is not set
35885 +# CONFIG_DVB_TDA827X is not set
35886 +# CONFIG_DVB_TDA18271 is not set
35887 +# CONFIG_DVB_TUNER_QT1010 is not set
35888 +# CONFIG_DVB_TUNER_MT2060 is not set
35889 +# CONFIG_DVB_TUNER_MT2266 is not set
35890 +# CONFIG_DVB_TUNER_MT2131 is not set
35891 +# CONFIG_DVB_TUNER_DIB0070 is not set
35892 +# CONFIG_DVB_TUNER_XC5000 is not set
35893 +
35894 +#
35895 +# Miscellaneous devices
35896 +#
35897 +# CONFIG_DVB_LNBP21 is not set
35898 +# CONFIG_DVB_ISL6421 is not set
35899 +# CONFIG_DVB_TUA6100 is not set
35900 +CONFIG_DAB=y
35901 +# CONFIG_USB_DABUSB is not set
35902 +
35903 +#
35904 +# Graphics support
35905 +#
35906 +# CONFIG_AGP is not set
35907 +# CONFIG_DRM is not set
35908 +# CONFIG_VGASTATE is not set
35909 +CONFIG_VIDEO_OUTPUT_CONTROL=y
35910 +# CONFIG_FB is not set
35911 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
35912 +
35913 +#
35914 +# Display device support
35915 +#
35916 +# CONFIG_DISPLAY_SUPPORT is not set
35917 +
35918 +#
35919 +# Console display driver support
35920 +#
35921 +CONFIG_VGA_CONSOLE=y
35922 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
35923 +CONFIG_DUMMY_CONSOLE=y
35924 +
35925 +#
35926 +# Sound
35927 +#
35928 +CONFIG_SOUND=y
35929 +
35930 +#
35931 +# Advanced Linux Sound Architecture
35932 +#
35933 +CONFIG_SND=y
35934 +CONFIG_SND_TIMER=y
35935 +CONFIG_SND_PCM=y
35936 +# CONFIG_SND_SEQUENCER is not set
35937 +# CONFIG_SND_MIXER_OSS is not set
35938 +# CONFIG_SND_PCM_OSS is not set
35939 +# CONFIG_SND_DYNAMIC_MINORS is not set
35940 +CONFIG_SND_SUPPORT_OLD_API=y
35941 +CONFIG_SND_VERBOSE_PROCFS=y
35942 +# CONFIG_SND_VERBOSE_PRINTK is not set
35943 +# CONFIG_SND_DEBUG is not set
35944 +
35945 +#
35946 +# Generic devices
35947 +#
35948 +CONFIG_SND_AC97_CODEC=y
35949 +# CONFIG_SND_DUMMY is not set
35950 +# CONFIG_SND_MTPAV is not set
35951 +# CONFIG_SND_SERIAL_U16550 is not set
35952 +# CONFIG_SND_MPU401 is not set
35953 +
35954 +#
35955 +# PCI devices
35956 +#
35957 +# CONFIG_SND_AD1889 is not set
35958 +# CONFIG_SND_ALS300 is not set
35959 +# CONFIG_SND_ALS4000 is not set
35960 +# CONFIG_SND_ALI5451 is not set
35961 +# CONFIG_SND_ATIIXP is not set
35962 +# CONFIG_SND_ATIIXP_MODEM is not set
35963 +# CONFIG_SND_AU8810 is not set
35964 +# CONFIG_SND_AU8820 is not set
35965 +# CONFIG_SND_AU8830 is not set
35966 +# CONFIG_SND_AZT3328 is not set
35967 +# CONFIG_SND_BT87X is not set
35968 +# CONFIG_SND_CA0106 is not set
35969 +# CONFIG_SND_CMIPCI is not set
35970 +# CONFIG_SND_OXYGEN is not set
35971 +# CONFIG_SND_CS4281 is not set
35972 +# CONFIG_SND_CS46XX is not set
35973 +# CONFIG_SND_CS5530 is not set
35974 +# CONFIG_SND_DARLA20 is not set
35975 +# CONFIG_SND_GINA20 is not set
35976 +# CONFIG_SND_LAYLA20 is not set
35977 +# CONFIG_SND_DARLA24 is not set
35978 +# CONFIG_SND_GINA24 is not set
35979 +# CONFIG_SND_LAYLA24 is not set
35980 +# CONFIG_SND_MONA is not set
35981 +# CONFIG_SND_MIA is not set
35982 +# CONFIG_SND_ECHO3G is not set
35983 +# CONFIG_SND_INDIGO is not set
35984 +# CONFIG_SND_INDIGOIO is not set
35985 +# CONFIG_SND_INDIGODJ is not set
35986 +# CONFIG_SND_EMU10K1 is not set
35987 +# CONFIG_SND_EMU10K1X is not set
35988 +# CONFIG_SND_ENS1370 is not set
35989 +# CONFIG_SND_ENS1371 is not set
35990 +# CONFIG_SND_ES1938 is not set
35991 +# CONFIG_SND_ES1968 is not set
35992 +# CONFIG_SND_FM801 is not set
35993 +# CONFIG_SND_HDA_INTEL is not set
35994 +# CONFIG_SND_HDSP is not set
35995 +# CONFIG_SND_HDSPM is not set
35996 +# CONFIG_SND_HIFIER is not set
35997 +# CONFIG_SND_ICE1712 is not set
35998 +# CONFIG_SND_ICE1724 is not set
35999 +CONFIG_SND_INTEL8X0=y
36000 +# CONFIG_SND_INTEL8X0M is not set
36001 +# CONFIG_SND_KORG1212 is not set
36002 +# CONFIG_SND_MAESTRO3 is not set
36003 +# CONFIG_SND_MIXART is not set
36004 +# CONFIG_SND_NM256 is not set
36005 +# CONFIG_SND_PCXHR is not set
36006 +# CONFIG_SND_RIPTIDE is not set
36007 +# CONFIG_SND_RME32 is not set
36008 +# CONFIG_SND_RME96 is not set
36009 +# CONFIG_SND_RME9652 is not set
36010 +# CONFIG_SND_SONICVIBES is not set
36011 +# CONFIG_SND_TRIDENT is not set
36012 +# CONFIG_SND_VIA82XX is not set
36013 +# CONFIG_SND_VIA82XX_MODEM is not set
36014 +# CONFIG_SND_VIRTUOSO is not set
36015 +# CONFIG_SND_VX222 is not set
36016 +# CONFIG_SND_YMFPCI is not set
36017 +# CONFIG_SND_AC97_POWER_SAVE is not set
36018 +
36019 +#
36020 +# ALSA PowerMac devices
36021 +#
36022 +
36023 +#
36024 +# ALSA PowerPC devices
36025 +#
36026 +
36027 +#
36028 +# USB devices
36029 +#
36030 +# CONFIG_SND_USB_AUDIO is not set
36031 +# CONFIG_SND_USB_USX2Y is not set
36032 +# CONFIG_SND_USB_CAIAQ is not set
36033 +
36034 +#
36035 +# System on Chip audio support
36036 +#
36037 +# CONFIG_SND_SOC is not set
36038 +
36039 +#
36040 +# SoC Audio support for SuperH
36041 +#
36042 +
36043 +#
36044 +# ALSA SoC audio for Freescale SOCs
36045 +#
36046 +
36047 +#
36048 +# Open Sound System
36049 +#
36050 +# CONFIG_SOUND_PRIME is not set
36051 +CONFIG_AC97_BUS=y
36052 +CONFIG_HID_SUPPORT=y
36053 +CONFIG_HID=y
36054 +# CONFIG_HID_DEBUG is not set
36055 +# CONFIG_HIDRAW is not set
36056 +
36057 +#
36058 +# USB Input Devices
36059 +#
36060 +CONFIG_USB_HID=y
36061 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
36062 +# CONFIG_HID_FF is not set
36063 +# CONFIG_USB_HIDDEV is not set
36064 +CONFIG_USB_SUPPORT=y
36065 +CONFIG_USB_ARCH_HAS_HCD=y
36066 +CONFIG_USB_ARCH_HAS_OHCI=y
36067 +CONFIG_USB_ARCH_HAS_EHCI=y
36068 +CONFIG_USB=y
36069 +# CONFIG_USB_DEBUG is not set
36070 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
36071 +
36072 +#
36073 +# Miscellaneous USB options
36074 +#
36075 +CONFIG_USB_DEVICEFS=y
36076 +CONFIG_USB_DEVICE_CLASS=y
36077 +# CONFIG_USB_DYNAMIC_MINORS is not set
36078 +# CONFIG_USB_OTG is not set
36079 +
36080 +#
36081 +# USB Host Controller Drivers
36082 +#
36083 +CONFIG_USB_EHCI_HCD=y
36084 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
36085 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
36086 +# CONFIG_USB_EHCI_FSL is not set
36087 +CONFIG_USB_EHCI_HCD_PPC_OF=y
36088 +# CONFIG_USB_ISP116X_HCD is not set
36089 +CONFIG_USB_OHCI_HCD=y
36090 +CONFIG_USB_OHCI_HCD_PPC_OF=y
36091 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
36092 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
36093 +CONFIG_USB_OHCI_HCD_PCI=y
36094 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
36095 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
36096 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
36097 +# CONFIG_USB_UHCI_HCD is not set
36098 +# CONFIG_USB_SL811_HCD is not set
36099 +# CONFIG_USB_R8A66597_HCD is not set
36100 +
36101 +#
36102 +# USB Device Class drivers
36103 +#
36104 +# CONFIG_USB_ACM is not set
36105 +# CONFIG_USB_PRINTER is not set
36106 +
36107 +#
36108 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
36109 +#
36110 +
36111 +#
36112 +# may also be needed; see USB_STORAGE Help for more information
36113 +#
36114 +CONFIG_USB_STORAGE=y
36115 +# CONFIG_USB_STORAGE_DEBUG is not set
36116 +# CONFIG_USB_STORAGE_DATAFAB is not set
36117 +# CONFIG_USB_STORAGE_FREECOM is not set
36118 +# CONFIG_USB_STORAGE_ISD200 is not set
36119 +# CONFIG_USB_STORAGE_DPCM is not set
36120 +# CONFIG_USB_STORAGE_USBAT is not set
36121 +# CONFIG_USB_STORAGE_SDDR09 is not set
36122 +# CONFIG_USB_STORAGE_SDDR55 is not set
36123 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
36124 +# CONFIG_USB_STORAGE_ALAUDA is not set
36125 +# CONFIG_USB_STORAGE_KARMA is not set
36126 +# CONFIG_USB_LIBUSUAL is not set
36127 +
36128 +#
36129 +# USB Imaging devices
36130 +#
36131 +# CONFIG_USB_MDC800 is not set
36132 +# CONFIG_USB_MICROTEK is not set
36133 +CONFIG_USB_MON=y
36134 +
36135 +#
36136 +# USB port drivers
36137 +#
36138 +# CONFIG_USB_SERIAL is not set
36139 +
36140 +#
36141 +# USB Miscellaneous drivers
36142 +#
36143 +# CONFIG_USB_EMI62 is not set
36144 +# CONFIG_USB_EMI26 is not set
36145 +# CONFIG_USB_ADUTUX is not set
36146 +# CONFIG_USB_AUERSWALD is not set
36147 +# CONFIG_USB_RIO500 is not set
36148 +# CONFIG_USB_LEGOTOWER is not set
36149 +# CONFIG_USB_LCD is not set
36150 +# CONFIG_USB_BERRY_CHARGE is not set
36151 +# CONFIG_USB_LED is not set
36152 +# CONFIG_USB_CYPRESS_CY7C63 is not set
36153 +# CONFIG_USB_CYTHERM is not set
36154 +# CONFIG_USB_PHIDGET is not set
36155 +# CONFIG_USB_IDMOUSE is not set
36156 +# CONFIG_USB_FTDI_ELAN is not set
36157 +# CONFIG_USB_APPLEDISPLAY is not set
36158 +# CONFIG_USB_SISUSBVGA is not set
36159 +# CONFIG_USB_LD is not set
36160 +# CONFIG_USB_TRANCEVIBRATOR is not set
36161 +# CONFIG_USB_IOWARRIOR is not set
36162 +# CONFIG_USB_TEST is not set
36163 +# CONFIG_USB_GADGET is not set
36164 +# CONFIG_MMC is not set
36165 +# CONFIG_MEMSTICK is not set
36166 +# CONFIG_NEW_LEDS is not set
36167 +# CONFIG_INFINIBAND is not set
36168 +# CONFIG_EDAC is not set
36169 +CONFIG_RTC_LIB=y
36170 +CONFIG_RTC_CLASS=y
36171 +CONFIG_RTC_HCTOSYS=y
36172 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
36173 +# CONFIG_RTC_DEBUG is not set
36174 +
36175 +#
36176 +# RTC interfaces
36177 +#
36178 +CONFIG_RTC_INTF_SYSFS=y
36179 +CONFIG_RTC_INTF_PROC=y
36180 +CONFIG_RTC_INTF_DEV=y
36181 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
36182 +# CONFIG_RTC_DRV_TEST is not set
36183 +
36184 +#
36185 +# I2C RTC drivers
36186 +#
36187 +# CONFIG_RTC_DRV_DS1307 is not set
36188 +# CONFIG_RTC_DRV_DS1374 is not set
36189 +# CONFIG_RTC_DRV_DS1672 is not set
36190 +# CONFIG_RTC_DRV_MAX6900 is not set
36191 +# CONFIG_RTC_DRV_RS5C372 is not set
36192 +# CONFIG_RTC_DRV_ISL1208 is not set
36193 +# CONFIG_RTC_DRV_X1205 is not set
36194 +# CONFIG_RTC_DRV_PCF8563 is not set
36195 +# CONFIG_RTC_DRV_PCF8583 is not set
36196 +# CONFIG_RTC_DRV_M41T80 is not set
36197 +# CONFIG_RTC_DRV_S35390A is not set
36198 +
36199 +#
36200 +# SPI RTC drivers
36201 +#
36202 +
36203 +#
36204 +# Platform RTC drivers
36205 +#
36206 +CONFIG_RTC_DRV_CMOS=y
36207 +# CONFIG_RTC_DRV_DS1511 is not set
36208 +# CONFIG_RTC_DRV_DS1553 is not set
36209 +# CONFIG_RTC_DRV_DS1742 is not set
36210 +# CONFIG_RTC_DRV_STK17TA8 is not set
36211 +# CONFIG_RTC_DRV_M48T86 is not set
36212 +# CONFIG_RTC_DRV_M48T59 is not set
36213 +# CONFIG_RTC_DRV_V3020 is not set
36214 +
36215 +#
36216 +# on-CPU RTC drivers
36217 +#
36218 +CONFIG_DMADEVICES=y
36219 +
36220 +#
36221 +# DMA Devices
36222 +#
36223 +CONFIG_FSL_DMA=y
36224 +# CONFIG_FSL_DMA_SELFTEST is not set
36225 +CONFIG_DMA_ENGINE=y
36226 +
36227 +#
36228 +# DMA Clients
36229 +#
36230 +# CONFIG_NET_DMA is not set
36231 +
36232 +#
36233 +# Userspace I/O
36234 +#
36235 +# CONFIG_UIO is not set
36236 +
36237 +#
36238 +# File systems
36239 +#
36240 +CONFIG_EXT2_FS=y
36241 +# CONFIG_EXT2_FS_XATTR is not set
36242 +# CONFIG_EXT2_FS_XIP is not set
36243 +CONFIG_EXT3_FS=y
36244 +CONFIG_EXT3_FS_XATTR=y
36245 +# CONFIG_EXT3_FS_POSIX_ACL is not set
36246 +# CONFIG_EXT3_FS_SECURITY is not set
36247 +# CONFIG_EXT4DEV_FS is not set
36248 +CONFIG_JBD=y
36249 +CONFIG_FS_MBCACHE=y
36250 +# CONFIG_REISERFS_FS is not set
36251 +# CONFIG_JFS_FS is not set
36252 +# CONFIG_FS_POSIX_ACL is not set
36253 +# CONFIG_XFS_FS is not set
36254 +# CONFIG_GFS2_FS is not set
36255 +# CONFIG_OCFS2_FS is not set
36256 +CONFIG_DNOTIFY=y
36257 +CONFIG_INOTIFY=y
36258 +CONFIG_INOTIFY_USER=y
36259 +# CONFIG_QUOTA is not set
36260 +# CONFIG_AUTOFS_FS is not set
36261 +# CONFIG_AUTOFS4_FS is not set
36262 +# CONFIG_FUSE_FS is not set
36263 +
36264 +#
36265 +# CD-ROM/DVD Filesystems
36266 +#
36267 +CONFIG_ISO9660_FS=m
36268 +CONFIG_JOLIET=y
36269 +CONFIG_ZISOFS=y
36270 +CONFIG_UDF_FS=m
36271 +CONFIG_UDF_NLS=y
36272 +
36273 +#
36274 +# DOS/FAT/NT Filesystems
36275 +#
36276 +CONFIG_FAT_FS=y
36277 +CONFIG_MSDOS_FS=m
36278 +CONFIG_VFAT_FS=y
36279 +CONFIG_FAT_DEFAULT_CODEPAGE=437
36280 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
36281 +CONFIG_NTFS_FS=y
36282 +# CONFIG_NTFS_DEBUG is not set
36283 +# CONFIG_NTFS_RW is not set
36284 +
36285 +#
36286 +# Pseudo filesystems
36287 +#
36288 +CONFIG_PROC_FS=y
36289 +CONFIG_PROC_KCORE=y
36290 +CONFIG_PROC_SYSCTL=y
36291 +CONFIG_SYSFS=y
36292 +CONFIG_TMPFS=y
36293 +# CONFIG_TMPFS_POSIX_ACL is not set
36294 +# CONFIG_HUGETLB_PAGE is not set
36295 +# CONFIG_CONFIGFS_FS is not set
36296 +
36297 +#
36298 +# Miscellaneous filesystems
36299 +#
36300 +CONFIG_ADFS_FS=m
36301 +# CONFIG_ADFS_FS_RW is not set
36302 +CONFIG_AFFS_FS=m
36303 +CONFIG_HFS_FS=m
36304 +CONFIG_HFSPLUS_FS=m
36305 +CONFIG_BEFS_FS=m
36306 +# CONFIG_BEFS_DEBUG is not set
36307 +CONFIG_BFS_FS=m
36308 +CONFIG_EFS_FS=m
36309 +CONFIG_CRAMFS=y
36310 +CONFIG_VXFS_FS=m
36311 +# CONFIG_MINIX_FS is not set
36312 +CONFIG_HPFS_FS=m
36313 +CONFIG_QNX4FS_FS=m
36314 +# CONFIG_ROMFS_FS is not set
36315 +CONFIG_SYSV_FS=m
36316 +CONFIG_UFS_FS=m
36317 +# CONFIG_UFS_FS_WRITE is not set
36318 +# CONFIG_UFS_DEBUG is not set
36319 +CONFIG_NETWORK_FILESYSTEMS=y
36320 +CONFIG_NFS_FS=y
36321 +CONFIG_NFS_V3=y
36322 +# CONFIG_NFS_V3_ACL is not set
36323 +CONFIG_NFS_V4=y
36324 +# CONFIG_NFS_DIRECTIO is not set
36325 +CONFIG_NFSD=y
36326 +# CONFIG_NFSD_V3 is not set
36327 +CONFIG_NFSD_TCP=y
36328 +CONFIG_ROOT_NFS=y
36329 +CONFIG_LOCKD=y
36330 +CONFIG_LOCKD_V4=y
36331 +CONFIG_EXPORTFS=y
36332 +CONFIG_NFS_COMMON=y
36333 +CONFIG_SUNRPC=y
36334 +CONFIG_SUNRPC_GSS=y
36335 +# CONFIG_SUNRPC_BIND34 is not set
36336 +CONFIG_RPCSEC_GSS_KRB5=y
36337 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
36338 +# CONFIG_SMB_FS is not set
36339 +# CONFIG_CIFS is not set
36340 +# CONFIG_NCP_FS is not set
36341 +# CONFIG_CODA_FS is not set
36342 +# CONFIG_AFS_FS is not set
36343 +
36344 +#
36345 +# Partition Types
36346 +#
36347 +CONFIG_PARTITION_ADVANCED=y
36348 +# CONFIG_ACORN_PARTITION is not set
36349 +# CONFIG_OSF_PARTITION is not set
36350 +# CONFIG_AMIGA_PARTITION is not set
36351 +# CONFIG_ATARI_PARTITION is not set
36352 +CONFIG_MAC_PARTITION=y
36353 +CONFIG_MSDOS_PARTITION=y
36354 +# CONFIG_BSD_DISKLABEL is not set
36355 +# CONFIG_MINIX_SUBPARTITION is not set
36356 +# CONFIG_SOLARIS_X86_PARTITION is not set
36357 +# CONFIG_UNIXWARE_DISKLABEL is not set
36358 +# CONFIG_LDM_PARTITION is not set
36359 +# CONFIG_SGI_PARTITION is not set
36360 +# CONFIG_ULTRIX_PARTITION is not set
36361 +# CONFIG_SUN_PARTITION is not set
36362 +# CONFIG_KARMA_PARTITION is not set
36363 +# CONFIG_EFI_PARTITION is not set
36364 +# CONFIG_SYSV68_PARTITION is not set
36365 +CONFIG_NLS=y
36366 +CONFIG_NLS_DEFAULT="iso8859-1"
36367 +# CONFIG_NLS_CODEPAGE_437 is not set
36368 +# CONFIG_NLS_CODEPAGE_737 is not set
36369 +# CONFIG_NLS_CODEPAGE_775 is not set
36370 +# CONFIG_NLS_CODEPAGE_850 is not set
36371 +# CONFIG_NLS_CODEPAGE_852 is not set
36372 +# CONFIG_NLS_CODEPAGE_855 is not set
36373 +# CONFIG_NLS_CODEPAGE_857 is not set
36374 +# CONFIG_NLS_CODEPAGE_860 is not set
36375 +# CONFIG_NLS_CODEPAGE_861 is not set
36376 +# CONFIG_NLS_CODEPAGE_862 is not set
36377 +# CONFIG_NLS_CODEPAGE_863 is not set
36378 +# CONFIG_NLS_CODEPAGE_864 is not set
36379 +# CONFIG_NLS_CODEPAGE_865 is not set
36380 +# CONFIG_NLS_CODEPAGE_866 is not set
36381 +# CONFIG_NLS_CODEPAGE_869 is not set
36382 +# CONFIG_NLS_CODEPAGE_936 is not set
36383 +# CONFIG_NLS_CODEPAGE_950 is not set
36384 +# CONFIG_NLS_CODEPAGE_932 is not set
36385 +# CONFIG_NLS_CODEPAGE_949 is not set
36386 +# CONFIG_NLS_CODEPAGE_874 is not set
36387 +# CONFIG_NLS_ISO8859_8 is not set
36388 +# CONFIG_NLS_CODEPAGE_1250 is not set
36389 +# CONFIG_NLS_CODEPAGE_1251 is not set
36390 +# CONFIG_NLS_ASCII is not set
36391 +# CONFIG_NLS_ISO8859_1 is not set
36392 +# CONFIG_NLS_ISO8859_2 is not set
36393 +# CONFIG_NLS_ISO8859_3 is not set
36394 +# CONFIG_NLS_ISO8859_4 is not set
36395 +# CONFIG_NLS_ISO8859_5 is not set
36396 +# CONFIG_NLS_ISO8859_6 is not set
36397 +# CONFIG_NLS_ISO8859_7 is not set
36398 +# CONFIG_NLS_ISO8859_9 is not set
36399 +# CONFIG_NLS_ISO8859_13 is not set
36400 +# CONFIG_NLS_ISO8859_14 is not set
36401 +# CONFIG_NLS_ISO8859_15 is not set
36402 +# CONFIG_NLS_KOI8_R is not set
36403 +# CONFIG_NLS_KOI8_U is not set
36404 +CONFIG_NLS_UTF8=m
36405 +# CONFIG_DLM is not set
36406 +
36407 +#
36408 +# Library routines
36409 +#
36410 +CONFIG_BITREVERSE=y
36411 +# CONFIG_CRC_CCITT is not set
36412 +# CONFIG_CRC16 is not set
36413 +# CONFIG_CRC_ITU_T is not set
36414 +CONFIG_CRC32=y
36415 +# CONFIG_CRC7 is not set
36416 +CONFIG_LIBCRC32C=m
36417 +CONFIG_ZLIB_INFLATE=y
36418 +CONFIG_PLIST=y
36419 +CONFIG_HAS_IOMEM=y
36420 +CONFIG_HAS_IOPORT=y
36421 +CONFIG_HAS_DMA=y
36422 +CONFIG_HAVE_LMB=y
36423 +
36424 +#
36425 +# Kernel hacking
36426 +#
36427 +# CONFIG_PRINTK_TIME is not set
36428 +CONFIG_ENABLE_WARN_DEPRECATED=y
36429 +CONFIG_ENABLE_MUST_CHECK=y
36430 +# CONFIG_MAGIC_SYSRQ is not set
36431 +# CONFIG_UNUSED_SYMBOLS is not set
36432 +# CONFIG_DEBUG_FS is not set
36433 +# CONFIG_HEADERS_CHECK is not set
36434 +CONFIG_DEBUG_KERNEL=y
36435 +# CONFIG_DEBUG_SHIRQ is not set
36436 +CONFIG_DETECT_SOFTLOCKUP=y
36437 +CONFIG_SCHED_DEBUG=y
36438 +# CONFIG_SCHEDSTATS is not set
36439 +# CONFIG_TIMER_STATS is not set
36440 +# CONFIG_SLUB_DEBUG_ON is not set
36441 +# CONFIG_SLUB_STATS is not set
36442 +# CONFIG_DEBUG_RT_MUTEXES is not set
36443 +# CONFIG_RT_MUTEX_TESTER is not set
36444 +# CONFIG_DEBUG_SPINLOCK is not set
36445 +# CONFIG_DEBUG_MUTEXES is not set
36446 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
36447 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
36448 +# CONFIG_DEBUG_KOBJECT is not set
36449 +# CONFIG_DEBUG_HIGHMEM is not set
36450 +# CONFIG_DEBUG_BUGVERBOSE is not set
36451 +CONFIG_DEBUG_INFO=y
36452 +# CONFIG_DEBUG_VM is not set
36453 +# CONFIG_DEBUG_LIST is not set
36454 +# CONFIG_DEBUG_SG is not set
36455 +# CONFIG_BOOT_PRINTK_DELAY is not set
36456 +# CONFIG_RCU_TORTURE_TEST is not set
36457 +# CONFIG_BACKTRACE_SELF_TEST is not set
36458 +# CONFIG_FAULT_INJECTION is not set
36459 +# CONFIG_SAMPLES is not set
36460 +# CONFIG_DEBUG_STACKOVERFLOW is not set
36461 +# CONFIG_DEBUG_STACK_USAGE is not set
36462 +# CONFIG_DEBUG_PAGEALLOC is not set
36463 +# CONFIG_DEBUGGER is not set
36464 +# CONFIG_BDI_SWITCH is not set
36465 +# CONFIG_PPC_EARLY_DEBUG is not set
36466 +
36467 +#
36468 +# Security options
36469 +#
36470 +# CONFIG_KEYS is not set
36471 +# CONFIG_SECURITY is not set
36472 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
36473 +CONFIG_CRYPTO=y
36474 +CONFIG_CRYPTO_ALGAPI=y
36475 +CONFIG_CRYPTO_BLKCIPHER=y
36476 +# CONFIG_CRYPTO_SEQIV is not set
36477 +CONFIG_CRYPTO_HASH=y
36478 +CONFIG_CRYPTO_MANAGER=y
36479 +CONFIG_CRYPTO_HMAC=y
36480 +# CONFIG_CRYPTO_XCBC is not set
36481 +# CONFIG_CRYPTO_NULL is not set
36482 +# CONFIG_CRYPTO_MD4 is not set
36483 +CONFIG_CRYPTO_MD5=y
36484 +CONFIG_CRYPTO_SHA1=m
36485 +# CONFIG_CRYPTO_SHA256 is not set
36486 +# CONFIG_CRYPTO_SHA512 is not set
36487 +# CONFIG_CRYPTO_WP512 is not set
36488 +# CONFIG_CRYPTO_TGR192 is not set
36489 +# CONFIG_CRYPTO_GF128MUL is not set
36490 +# CONFIG_CRYPTO_ECB is not set
36491 +CONFIG_CRYPTO_CBC=y
36492 +CONFIG_CRYPTO_PCBC=m
36493 +# CONFIG_CRYPTO_LRW is not set
36494 +# CONFIG_CRYPTO_XTS is not set
36495 +# CONFIG_CRYPTO_CTR is not set
36496 +# CONFIG_CRYPTO_GCM is not set
36497 +# CONFIG_CRYPTO_CCM is not set
36498 +# CONFIG_CRYPTO_CRYPTD is not set
36499 +CONFIG_CRYPTO_DES=y
36500 +# CONFIG_CRYPTO_FCRYPT is not set
36501 +# CONFIG_CRYPTO_BLOWFISH is not set
36502 +# CONFIG_CRYPTO_TWOFISH is not set
36503 +# CONFIG_CRYPTO_SERPENT is not set
36504 +# CONFIG_CRYPTO_AES is not set
36505 +# CONFIG_CRYPTO_CAST5 is not set
36506 +# CONFIG_CRYPTO_CAST6 is not set
36507 +# CONFIG_CRYPTO_TEA is not set
36508 +# CONFIG_CRYPTO_ARC4 is not set
36509 +# CONFIG_CRYPTO_KHAZAD is not set
36510 +# CONFIG_CRYPTO_ANUBIS is not set
36511 +# CONFIG_CRYPTO_SEED is not set
36512 +# CONFIG_CRYPTO_SALSA20 is not set
36513 +# CONFIG_CRYPTO_DEFLATE is not set
36514 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
36515 +# CONFIG_CRYPTO_CRC32C is not set
36516 +# CONFIG_CRYPTO_CAMELLIA is not set
36517 +# CONFIG_CRYPTO_TEST is not set
36518 +# CONFIG_CRYPTO_AUTHENC is not set
36519 +# CONFIG_CRYPTO_LZO is not set
36520 +CONFIG_CRYPTO_HW=y
36521 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
36522 +# CONFIG_PPC_CLOCK is not set
36523 --- /dev/null
36524 +++ b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig
36525 @@ -0,0 +1,885 @@
36526 +#
36527 +# Automatically generated make config: don't edit
36528 +# Linux kernel version: 2.6.25-rc6
36529 +# Mon Mar 24 08:48:27 2008
36530 +#
36531 +# CONFIG_PPC64 is not set
36532 +
36533 +#
36534 +# Processor support
36535 +#
36536 +# CONFIG_6xx is not set
36537 +CONFIG_PPC_85xx=y
36538 +# CONFIG_PPC_8xx is not set
36539 +# CONFIG_40x is not set
36540 +# CONFIG_44x is not set
36541 +# CONFIG_E200 is not set
36542 +CONFIG_E500=y
36543 +CONFIG_BOOKE=y
36544 +CONFIG_FSL_BOOKE=y
36545 +CONFIG_FSL_EMB_PERFMON=y
36546 +# CONFIG_PHYS_64BIT is not set
36547 +CONFIG_SPE=y
36548 +# CONFIG_PPC_MM_SLICES is not set
36549 +CONFIG_PPC32=y
36550 +CONFIG_WORD_SIZE=32
36551 +CONFIG_PPC_MERGE=y
36552 +CONFIG_MMU=y
36553 +CONFIG_GENERIC_CMOS_UPDATE=y
36554 +CONFIG_GENERIC_TIME=y
36555 +CONFIG_GENERIC_TIME_VSYSCALL=y
36556 +CONFIG_GENERIC_CLOCKEVENTS=y
36557 +CONFIG_GENERIC_HARDIRQS=y
36558 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
36559 +CONFIG_IRQ_PER_CPU=y
36560 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
36561 +CONFIG_ARCH_HAS_ILOG2_U32=y
36562 +CONFIG_GENERIC_HWEIGHT=y
36563 +CONFIG_GENERIC_CALIBRATE_DELAY=y
36564 +CONFIG_GENERIC_FIND_NEXT_BIT=y
36565 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
36566 +CONFIG_PPC=y
36567 +CONFIG_EARLY_PRINTK=y
36568 +CONFIG_GENERIC_NVRAM=y
36569 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
36570 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
36571 +CONFIG_PPC_OF=y
36572 +CONFIG_OF=y
36573 +CONFIG_PPC_UDBG_16550=y
36574 +# CONFIG_GENERIC_TBSYNC is not set
36575 +CONFIG_AUDIT_ARCH=y
36576 +CONFIG_GENERIC_BUG=y
36577 +CONFIG_DEFAULT_UIMAGE=y
36578 +# CONFIG_PPC_DCR_NATIVE is not set
36579 +# CONFIG_PPC_DCR_MMIO is not set
36580 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
36581 +
36582 +#
36583 +# General setup
36584 +#
36585 +CONFIG_EXPERIMENTAL=y
36586 +CONFIG_BROKEN_ON_SMP=y
36587 +CONFIG_INIT_ENV_ARG_LIMIT=32
36588 +CONFIG_LOCALVERSION=""
36589 +CONFIG_LOCALVERSION_AUTO=y
36590 +CONFIG_SWAP=y
36591 +CONFIG_SYSVIPC=y
36592 +CONFIG_SYSVIPC_SYSCTL=y
36593 +# CONFIG_POSIX_MQUEUE is not set
36594 +# CONFIG_BSD_PROCESS_ACCT is not set
36595 +# CONFIG_TASKSTATS is not set
36596 +# CONFIG_AUDIT is not set
36597 +# CONFIG_IKCONFIG is not set
36598 +CONFIG_LOG_BUF_SHIFT=14
36599 +# CONFIG_CGROUPS is not set
36600 +CONFIG_GROUP_SCHED=y
36601 +# CONFIG_FAIR_GROUP_SCHED is not set
36602 +# CONFIG_RT_GROUP_SCHED is not set
36603 +CONFIG_USER_SCHED=y
36604 +# CONFIG_CGROUP_SCHED is not set
36605 +CONFIG_SYSFS_DEPRECATED=y
36606 +CONFIG_SYSFS_DEPRECATED_V2=y
36607 +# CONFIG_RELAY is not set
36608 +# CONFIG_NAMESPACES is not set
36609 +CONFIG_BLK_DEV_INITRD=y
36610 +CONFIG_INITRAMFS_SOURCE=""
36611 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
36612 +CONFIG_SYSCTL=y
36613 +CONFIG_EMBEDDED=y
36614 +CONFIG_SYSCTL_SYSCALL=y
36615 +CONFIG_KALLSYMS=y
36616 +# CONFIG_KALLSYMS_ALL is not set
36617 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
36618 +CONFIG_HOTPLUG=y
36619 +CONFIG_PRINTK=y
36620 +CONFIG_BUG=y
36621 +CONFIG_ELF_CORE=y
36622 +CONFIG_COMPAT_BRK=y
36623 +CONFIG_BASE_FULL=y
36624 +CONFIG_FUTEX=y
36625 +CONFIG_ANON_INODES=y
36626 +CONFIG_EPOLL=y
36627 +CONFIG_SIGNALFD=y
36628 +CONFIG_TIMERFD=y
36629 +CONFIG_EVENTFD=y
36630 +CONFIG_SHMEM=y
36631 +CONFIG_VM_EVENT_COUNTERS=y
36632 +CONFIG_SLUB_DEBUG=y
36633 +# CONFIG_SLAB is not set
36634 +CONFIG_SLUB=y
36635 +# CONFIG_SLOB is not set
36636 +# CONFIG_PROFILING is not set
36637 +# CONFIG_MARKERS is not set
36638 +CONFIG_HAVE_OPROFILE=y
36639 +CONFIG_HAVE_KPROBES=y
36640 +CONFIG_HAVE_KRETPROBES=y
36641 +CONFIG_PROC_PAGE_MONITOR=y
36642 +CONFIG_SLABINFO=y
36643 +CONFIG_RT_MUTEXES=y
36644 +# CONFIG_TINY_SHMEM is not set
36645 +CONFIG_BASE_SMALL=0
36646 +# CONFIG_MODULES is not set
36647 +CONFIG_BLOCK=y
36648 +# CONFIG_LBD is not set
36649 +# CONFIG_BLK_DEV_IO_TRACE is not set
36650 +# CONFIG_LSF is not set
36651 +# CONFIG_BLK_DEV_BSG is not set
36652 +
36653 +#
36654 +# IO Schedulers
36655 +#
36656 +CONFIG_IOSCHED_NOOP=y
36657 +CONFIG_IOSCHED_AS=y
36658 +CONFIG_IOSCHED_DEADLINE=y
36659 +CONFIG_IOSCHED_CFQ=y
36660 +CONFIG_DEFAULT_AS=y
36661 +# CONFIG_DEFAULT_DEADLINE is not set
36662 +# CONFIG_DEFAULT_CFQ is not set
36663 +# CONFIG_DEFAULT_NOOP is not set
36664 +CONFIG_DEFAULT_IOSCHED="anticipatory"
36665 +CONFIG_CLASSIC_RCU=y
36666 +
36667 +#
36668 +# Platform support
36669 +#
36670 +# CONFIG_PPC_MPC512x is not set
36671 +# CONFIG_PPC_MPC5121 is not set
36672 +# CONFIG_PPC_CELL is not set
36673 +# CONFIG_PPC_CELL_NATIVE is not set
36674 +# CONFIG_PQ2ADS is not set
36675 +CONFIG_MPC85xx=y
36676 +# CONFIG_MPC8540_ADS is not set
36677 +CONFIG_MPC8560_ADS=y
36678 +# CONFIG_MPC85xx_CDS is not set
36679 +# CONFIG_MPC85xx_MDS is not set
36680 +# CONFIG_MPC85xx_DS is not set
36681 +# CONFIG_STX_GP3 is not set
36682 +# CONFIG_TQM8540 is not set
36683 +# CONFIG_TQM8541 is not set
36684 +# CONFIG_TQM8555 is not set
36685 +# CONFIG_TQM8560 is not set
36686 +# CONFIG_SBC8548 is not set
36687 +# CONFIG_SBC8560 is not set
36688 +# CONFIG_IPIC is not set
36689 +CONFIG_MPIC=y
36690 +# CONFIG_MPIC_WEIRD is not set
36691 +# CONFIG_PPC_I8259 is not set
36692 +# CONFIG_PPC_RTAS is not set
36693 +# CONFIG_MMIO_NVRAM is not set
36694 +# CONFIG_PPC_MPC106 is not set
36695 +# CONFIG_PPC_970_NAP is not set
36696 +# CONFIG_PPC_INDIRECT_IO is not set
36697 +# CONFIG_GENERIC_IOMAP is not set
36698 +# CONFIG_CPU_FREQ is not set
36699 +CONFIG_CPM2=y
36700 +CONFIG_PPC_CPM_NEW_BINDING=y
36701 +# CONFIG_FSL_ULI1575 is not set
36702 +CONFIG_CPM=y
36703 +
36704 +#
36705 +# Kernel options
36706 +#
36707 +# CONFIG_HIGHMEM is not set
36708 +# CONFIG_TICK_ONESHOT is not set
36709 +# CONFIG_NO_HZ is not set
36710 +# CONFIG_HIGH_RES_TIMERS is not set
36711 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
36712 +# CONFIG_HZ_100 is not set
36713 +CONFIG_HZ_250=y
36714 +# CONFIG_HZ_300 is not set
36715 +# CONFIG_HZ_1000 is not set
36716 +CONFIG_HZ=250
36717 +# CONFIG_SCHED_HRTICK is not set
36718 +CONFIG_PREEMPT_NONE=y
36719 +# CONFIG_PREEMPT_VOLUNTARY is not set
36720 +# CONFIG_PREEMPT is not set
36721 +CONFIG_BINFMT_ELF=y
36722 +CONFIG_BINFMT_MISC=y
36723 +CONFIG_MATH_EMULATION=y
36724 +# CONFIG_IOMMU_HELPER is not set
36725 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
36726 +CONFIG_ARCH_HAS_WALK_MEMORY=y
36727 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
36728 +CONFIG_ARCH_FLATMEM_ENABLE=y
36729 +CONFIG_ARCH_POPULATES_NODE_MAP=y
36730 +CONFIG_SELECT_MEMORY_MODEL=y
36731 +CONFIG_FLATMEM_MANUAL=y
36732 +# CONFIG_DISCONTIGMEM_MANUAL is not set
36733 +# CONFIG_SPARSEMEM_MANUAL is not set
36734 +CONFIG_FLATMEM=y
36735 +CONFIG_FLAT_NODE_MEM_MAP=y
36736 +# CONFIG_SPARSEMEM_STATIC is not set
36737 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
36738 +CONFIG_SPLIT_PTLOCK_CPUS=4
36739 +# CONFIG_RESOURCES_64BIT is not set
36740 +CONFIG_ZONE_DMA_FLAG=1
36741 +CONFIG_BOUNCE=y
36742 +CONFIG_VIRT_TO_BUS=y
36743 +# CONFIG_PROC_DEVICETREE is not set
36744 +# CONFIG_CMDLINE_BOOL is not set
36745 +# CONFIG_PM is not set
36746 +# CONFIG_SECCOMP is not set
36747 +CONFIG_ISA_DMA_API=y
36748 +
36749 +#
36750 +# Bus options
36751 +#
36752 +CONFIG_ZONE_DMA=y
36753 +CONFIG_PPC_INDIRECT_PCI=y
36754 +CONFIG_FSL_SOC=y
36755 +CONFIG_FSL_PCI=y
36756 +CONFIG_PCI=y
36757 +CONFIG_PCI_DOMAINS=y
36758 +CONFIG_PCI_SYSCALL=y
36759 +# CONFIG_PCIEPORTBUS is not set
36760 +CONFIG_ARCH_SUPPORTS_MSI=y
36761 +# CONFIG_PCI_MSI is not set
36762 +CONFIG_PCI_LEGACY=y
36763 +CONFIG_PCI_DEBUG=y
36764 +# CONFIG_PCCARD is not set
36765 +# CONFIG_HOTPLUG_PCI is not set
36766 +
36767 +#
36768 +# Advanced setup
36769 +#
36770 +# CONFIG_ADVANCED_OPTIONS is not set
36771 +
36772 +#
36773 +# Default settings for advanced configuration options are used
36774 +#
36775 +CONFIG_HIGHMEM_START=0xfe000000
36776 +CONFIG_LOWMEM_SIZE=0x30000000
36777 +CONFIG_KERNEL_START=0xc0000000
36778 +CONFIG_TASK_SIZE=0xc0000000
36779 +CONFIG_BOOT_LOAD=0x00800000
36780 +
36781 +#
36782 +# Networking
36783 +#
36784 +CONFIG_NET=y
36785 +
36786 +#
36787 +# Networking options
36788 +#
36789 +CONFIG_PACKET=y
36790 +# CONFIG_PACKET_MMAP is not set
36791 +CONFIG_UNIX=y
36792 +CONFIG_XFRM=y
36793 +# CONFIG_XFRM_USER is not set
36794 +# CONFIG_XFRM_SUB_POLICY is not set
36795 +# CONFIG_XFRM_MIGRATE is not set
36796 +# CONFIG_XFRM_STATISTICS is not set
36797 +# CONFIG_NET_KEY is not set
36798 +CONFIG_INET=y
36799 +CONFIG_IP_MULTICAST=y
36800 +# CONFIG_IP_ADVANCED_ROUTER is not set
36801 +CONFIG_IP_FIB_HASH=y
36802 +CONFIG_IP_PNP=y
36803 +CONFIG_IP_PNP_DHCP=y
36804 +CONFIG_IP_PNP_BOOTP=y
36805 +# CONFIG_IP_PNP_RARP is not set
36806 +# CONFIG_NET_IPIP is not set
36807 +# CONFIG_NET_IPGRE is not set
36808 +# CONFIG_IP_MROUTE is not set
36809 +# CONFIG_ARPD is not set
36810 +CONFIG_SYN_COOKIES=y
36811 +# CONFIG_INET_AH is not set
36812 +# CONFIG_INET_ESP is not set
36813 +# CONFIG_INET_IPCOMP is not set
36814 +# CONFIG_INET_XFRM_TUNNEL is not set
36815 +# CONFIG_INET_TUNNEL is not set
36816 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
36817 +CONFIG_INET_XFRM_MODE_TUNNEL=y
36818 +CONFIG_INET_XFRM_MODE_BEET=y
36819 +# CONFIG_INET_LRO is not set
36820 +CONFIG_INET_DIAG=y
36821 +CONFIG_INET_TCP_DIAG=y
36822 +# CONFIG_TCP_CONG_ADVANCED is not set
36823 +CONFIG_TCP_CONG_CUBIC=y
36824 +CONFIG_DEFAULT_TCP_CONG="cubic"
36825 +# CONFIG_TCP_MD5SIG is not set
36826 +# CONFIG_IPV6 is not set
36827 +# CONFIG_INET6_XFRM_TUNNEL is not set
36828 +# CONFIG_INET6_TUNNEL is not set
36829 +# CONFIG_NETWORK_SECMARK is not set
36830 +# CONFIG_NETFILTER is not set
36831 +# CONFIG_IP_DCCP is not set
36832 +# CONFIG_IP_SCTP is not set
36833 +# CONFIG_TIPC is not set
36834 +# CONFIG_ATM is not set
36835 +# CONFIG_BRIDGE is not set
36836 +# CONFIG_VLAN_8021Q is not set
36837 +# CONFIG_DECNET is not set
36838 +# CONFIG_LLC2 is not set
36839 +# CONFIG_IPX is not set
36840 +# CONFIG_ATALK is not set
36841 +# CONFIG_X25 is not set
36842 +# CONFIG_LAPB is not set
36843 +# CONFIG_ECONET is not set
36844 +# CONFIG_WAN_ROUTER is not set
36845 +# CONFIG_NET_SCHED is not set
36846 +
36847 +#
36848 +# Network testing
36849 +#
36850 +# CONFIG_NET_PKTGEN is not set
36851 +# CONFIG_HAMRADIO is not set
36852 +# CONFIG_CAN is not set
36853 +# CONFIG_IRDA is not set
36854 +# CONFIG_BT is not set
36855 +# CONFIG_AF_RXRPC is not set
36856 +
36857 +#
36858 +# Wireless
36859 +#
36860 +# CONFIG_CFG80211 is not set
36861 +# CONFIG_WIRELESS_EXT is not set
36862 +# CONFIG_MAC80211 is not set
36863 +# CONFIG_IEEE80211 is not set
36864 +# CONFIG_RFKILL is not set
36865 +# CONFIG_NET_9P is not set
36866 +
36867 +#
36868 +# Device Drivers
36869 +#
36870 +
36871 +#
36872 +# Generic Driver Options
36873 +#
36874 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
36875 +CONFIG_STANDALONE=y
36876 +CONFIG_PREVENT_FIRMWARE_BUILD=y
36877 +# CONFIG_FW_LOADER is not set
36878 +# CONFIG_DEBUG_DRIVER is not set
36879 +# CONFIG_DEBUG_DEVRES is not set
36880 +# CONFIG_SYS_HYPERVISOR is not set
36881 +# CONFIG_CONNECTOR is not set
36882 +# CONFIG_MTD is not set
36883 +CONFIG_OF_DEVICE=y
36884 +# CONFIG_PARPORT is not set
36885 +CONFIG_BLK_DEV=y
36886 +# CONFIG_BLK_DEV_FD is not set
36887 +# CONFIG_BLK_CPQ_DA is not set
36888 +# CONFIG_BLK_CPQ_CISS_DA is not set
36889 +# CONFIG_BLK_DEV_DAC960 is not set
36890 +# CONFIG_BLK_DEV_UMEM is not set
36891 +# CONFIG_BLK_DEV_COW_COMMON is not set
36892 +CONFIG_BLK_DEV_LOOP=y
36893 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
36894 +# CONFIG_BLK_DEV_NBD is not set
36895 +# CONFIG_BLK_DEV_SX8 is not set
36896 +CONFIG_BLK_DEV_RAM=y
36897 +CONFIG_BLK_DEV_RAM_COUNT=16
36898 +CONFIG_BLK_DEV_RAM_SIZE=32768
36899 +# CONFIG_BLK_DEV_XIP is not set
36900 +# CONFIG_CDROM_PKTCDVD is not set
36901 +# CONFIG_ATA_OVER_ETH is not set
36902 +CONFIG_MISC_DEVICES=y
36903 +# CONFIG_PHANTOM is not set
36904 +# CONFIG_EEPROM_93CX6 is not set
36905 +# CONFIG_SGI_IOC4 is not set
36906 +# CONFIG_TIFM_CORE is not set
36907 +# CONFIG_ENCLOSURE_SERVICES is not set
36908 +CONFIG_HAVE_IDE=y
36909 +# CONFIG_IDE is not set
36910 +
36911 +#
36912 +# SCSI device support
36913 +#
36914 +# CONFIG_RAID_ATTRS is not set
36915 +# CONFIG_SCSI is not set
36916 +# CONFIG_SCSI_DMA is not set
36917 +# CONFIG_SCSI_NETLINK is not set
36918 +# CONFIG_ATA is not set
36919 +# CONFIG_MD is not set
36920 +# CONFIG_FUSION is not set
36921 +
36922 +#
36923 +# IEEE 1394 (FireWire) support
36924 +#
36925 +# CONFIG_FIREWIRE is not set
36926 +# CONFIG_IEEE1394 is not set
36927 +# CONFIG_I2O is not set
36928 +# CONFIG_MACINTOSH_DRIVERS is not set
36929 +CONFIG_NETDEVICES=y
36930 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
36931 +# CONFIG_DUMMY is not set
36932 +# CONFIG_BONDING is not set
36933 +# CONFIG_MACVLAN is not set
36934 +# CONFIG_EQUALIZER is not set
36935 +# CONFIG_TUN is not set
36936 +# CONFIG_VETH is not set
36937 +# CONFIG_ARCNET is not set
36938 +CONFIG_PHYLIB=y
36939 +
36940 +#
36941 +# MII PHY device drivers
36942 +#
36943 +CONFIG_MARVELL_PHY=y
36944 +CONFIG_DAVICOM_PHY=y
36945 +# CONFIG_QSEMI_PHY is not set
36946 +# CONFIG_LXT_PHY is not set
36947 +# CONFIG_CICADA_PHY is not set
36948 +# CONFIG_VITESSE_PHY is not set
36949 +# CONFIG_SMSC_PHY is not set
36950 +# CONFIG_BROADCOM_PHY is not set
36951 +# CONFIG_ICPLUS_PHY is not set
36952 +# CONFIG_REALTEK_PHY is not set
36953 +# CONFIG_FIXED_PHY is not set
36954 +# CONFIG_MDIO_BITBANG is not set
36955 +CONFIG_NET_ETHERNET=y
36956 +CONFIG_MII=y
36957 +# CONFIG_HAPPYMEAL is not set
36958 +# CONFIG_SUNGEM is not set
36959 +# CONFIG_CASSINI is not set
36960 +# CONFIG_NET_VENDOR_3COM is not set
36961 +# CONFIG_NET_TULIP is not set
36962 +# CONFIG_HP100 is not set
36963 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
36964 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
36965 +# CONFIG_IBM_NEW_EMAC_TAH is not set
36966 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
36967 +# CONFIG_NET_PCI is not set
36968 +# CONFIG_B44 is not set
36969 +CONFIG_FS_ENET=y
36970 +# CONFIG_FS_ENET_HAS_SCC is not set
36971 +CONFIG_FS_ENET_HAS_FCC=y
36972 +# CONFIG_FS_ENET_MDIO_FCC is not set
36973 +CONFIG_NETDEV_1000=y
36974 +# CONFIG_ACENIC is not set
36975 +# CONFIG_DL2K is not set
36976 +CONFIG_E1000=y
36977 +CONFIG_E1000_NAPI=y
36978 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
36979 +# CONFIG_E1000E is not set
36980 +# CONFIG_E1000E_ENABLED is not set
36981 +# CONFIG_IP1000 is not set
36982 +# CONFIG_IGB is not set
36983 +# CONFIG_NS83820 is not set
36984 +# CONFIG_HAMACHI is not set
36985 +# CONFIG_YELLOWFIN is not set
36986 +# CONFIG_R8169 is not set
36987 +# CONFIG_SIS190 is not set
36988 +# CONFIG_SKGE is not set
36989 +# CONFIG_SKY2 is not set
36990 +# CONFIG_SK98LIN is not set
36991 +# CONFIG_VIA_VELOCITY is not set
36992 +# CONFIG_TIGON3 is not set
36993 +# CONFIG_BNX2 is not set
36994 +CONFIG_GIANFAR=y
36995 +CONFIG_GFAR_NAPI=y
36996 +# CONFIG_QLA3XXX is not set
36997 +# CONFIG_ATL1 is not set
36998 +CONFIG_NETDEV_10000=y
36999 +# CONFIG_CHELSIO_T1 is not set
37000 +# CONFIG_CHELSIO_T3 is not set
37001 +# CONFIG_IXGBE is not set
37002 +# CONFIG_IXGB is not set
37003 +# CONFIG_S2IO is not set
37004 +# CONFIG_MYRI10GE is not set
37005 +# CONFIG_NETXEN_NIC is not set
37006 +# CONFIG_NIU is not set
37007 +# CONFIG_MLX4_CORE is not set
37008 +# CONFIG_TEHUTI is not set
37009 +# CONFIG_BNX2X is not set
37010 +# CONFIG_TR is not set
37011 +
37012 +#
37013 +# Wireless LAN
37014 +#
37015 +# CONFIG_WLAN_PRE80211 is not set
37016 +# CONFIG_WLAN_80211 is not set
37017 +# CONFIG_WAN is not set
37018 +# CONFIG_FDDI is not set
37019 +# CONFIG_HIPPI is not set
37020 +# CONFIG_PPP is not set
37021 +# CONFIG_SLIP is not set
37022 +# CONFIG_NETCONSOLE is not set
37023 +# CONFIG_NETPOLL is not set
37024 +# CONFIG_NET_POLL_CONTROLLER is not set
37025 +# CONFIG_ISDN is not set
37026 +# CONFIG_PHONE is not set
37027 +
37028 +#
37029 +# Input device support
37030 +#
37031 +CONFIG_INPUT=y
37032 +# CONFIG_INPUT_FF_MEMLESS is not set
37033 +# CONFIG_INPUT_POLLDEV is not set
37034 +
37035 +#
37036 +# Userland interfaces
37037 +#
37038 +# CONFIG_INPUT_MOUSEDEV is not set
37039 +# CONFIG_INPUT_JOYDEV is not set
37040 +# CONFIG_INPUT_EVDEV is not set
37041 +# CONFIG_INPUT_EVBUG is not set
37042 +
37043 +#
37044 +# Input Device Drivers
37045 +#
37046 +# CONFIG_INPUT_KEYBOARD is not set
37047 +# CONFIG_INPUT_MOUSE is not set
37048 +# CONFIG_INPUT_JOYSTICK is not set
37049 +# CONFIG_INPUT_TABLET is not set
37050 +# CONFIG_INPUT_TOUCHSCREEN is not set
37051 +# CONFIG_INPUT_MISC is not set
37052 +
37053 +#
37054 +# Hardware I/O ports
37055 +#
37056 +# CONFIG_SERIO is not set
37057 +# CONFIG_GAMEPORT is not set
37058 +
37059 +#
37060 +# Character devices
37061 +#
37062 +# CONFIG_VT is not set
37063 +# CONFIG_SERIAL_NONSTANDARD is not set
37064 +# CONFIG_NOZOMI is not set
37065 +
37066 +#
37067 +# Serial drivers
37068 +#
37069 +# CONFIG_SERIAL_8250 is not set
37070 +
37071 +#
37072 +# Non-8250 serial port support
37073 +#
37074 +# CONFIG_SERIAL_UARTLITE is not set
37075 +CONFIG_SERIAL_CORE=y
37076 +CONFIG_SERIAL_CORE_CONSOLE=y
37077 +CONFIG_SERIAL_CPM=y
37078 +CONFIG_SERIAL_CPM_CONSOLE=y
37079 +CONFIG_SERIAL_CPM_SCC1=y
37080 +CONFIG_SERIAL_CPM_SCC2=y
37081 +# CONFIG_SERIAL_CPM_SCC3 is not set
37082 +# CONFIG_SERIAL_CPM_SCC4 is not set
37083 +# CONFIG_SERIAL_CPM_SMC1 is not set
37084 +# CONFIG_SERIAL_CPM_SMC2 is not set
37085 +# CONFIG_SERIAL_JSM is not set
37086 +CONFIG_UNIX98_PTYS=y
37087 +CONFIG_LEGACY_PTYS=y
37088 +CONFIG_LEGACY_PTY_COUNT=256
37089 +# CONFIG_IPMI_HANDLER is not set
37090 +CONFIG_HW_RANDOM=y
37091 +# CONFIG_NVRAM is not set
37092 +CONFIG_GEN_RTC=y
37093 +# CONFIG_GEN_RTC_X is not set
37094 +# CONFIG_R3964 is not set
37095 +# CONFIG_APPLICOM is not set
37096 +# CONFIG_RAW_DRIVER is not set
37097 +# CONFIG_TCG_TPM is not set
37098 +CONFIG_DEVPORT=y
37099 +# CONFIG_I2C is not set
37100 +
37101 +#
37102 +# SPI support
37103 +#
37104 +# CONFIG_SPI is not set
37105 +# CONFIG_SPI_MASTER is not set
37106 +# CONFIG_W1 is not set
37107 +# CONFIG_POWER_SUPPLY is not set
37108 +CONFIG_HWMON=y
37109 +# CONFIG_HWMON_VID is not set
37110 +# CONFIG_SENSORS_I5K_AMB is not set
37111 +# CONFIG_SENSORS_F71805F is not set
37112 +# CONFIG_SENSORS_F71882FG is not set
37113 +# CONFIG_SENSORS_IT87 is not set
37114 +# CONFIG_SENSORS_PC87360 is not set
37115 +# CONFIG_SENSORS_PC87427 is not set
37116 +# CONFIG_SENSORS_SIS5595 is not set
37117 +# CONFIG_SENSORS_SMSC47M1 is not set
37118 +# CONFIG_SENSORS_SMSC47B397 is not set
37119 +# CONFIG_SENSORS_VIA686A is not set
37120 +# CONFIG_SENSORS_VT1211 is not set
37121 +# CONFIG_SENSORS_VT8231 is not set
37122 +# CONFIG_SENSORS_W83627HF is not set
37123 +# CONFIG_SENSORS_W83627EHF is not set
37124 +# CONFIG_HWMON_DEBUG_CHIP is not set
37125 +# CONFIG_THERMAL is not set
37126 +# CONFIG_WATCHDOG is not set
37127 +
37128 +#
37129 +# Sonics Silicon Backplane
37130 +#
37131 +CONFIG_SSB_POSSIBLE=y
37132 +# CONFIG_SSB is not set
37133 +
37134 +#
37135 +# Multifunction device drivers
37136 +#
37137 +# CONFIG_MFD_SM501 is not set
37138 +
37139 +#
37140 +# Multimedia devices
37141 +#
37142 +# CONFIG_VIDEO_DEV is not set
37143 +# CONFIG_DVB_CORE is not set
37144 +CONFIG_DAB=y
37145 +
37146 +#
37147 +# Graphics support
37148 +#
37149 +# CONFIG_AGP is not set
37150 +# CONFIG_DRM is not set
37151 +# CONFIG_VGASTATE is not set
37152 +CONFIG_VIDEO_OUTPUT_CONTROL=y
37153 +# CONFIG_FB is not set
37154 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
37155 +
37156 +#
37157 +# Display device support
37158 +#
37159 +# CONFIG_DISPLAY_SUPPORT is not set
37160 +
37161 +#
37162 +# Sound
37163 +#
37164 +# CONFIG_SOUND is not set
37165 +CONFIG_HID_SUPPORT=y
37166 +CONFIG_HID=y
37167 +# CONFIG_HID_DEBUG is not set
37168 +# CONFIG_HIDRAW is not set
37169 +CONFIG_USB_SUPPORT=y
37170 +CONFIG_USB_ARCH_HAS_HCD=y
37171 +CONFIG_USB_ARCH_HAS_OHCI=y
37172 +CONFIG_USB_ARCH_HAS_EHCI=y
37173 +# CONFIG_USB is not set
37174 +
37175 +#
37176 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
37177 +#
37178 +# CONFIG_USB_GADGET is not set
37179 +# CONFIG_MMC is not set
37180 +# CONFIG_MEMSTICK is not set
37181 +# CONFIG_NEW_LEDS is not set
37182 +# CONFIG_INFINIBAND is not set
37183 +# CONFIG_EDAC is not set
37184 +# CONFIG_RTC_CLASS is not set
37185 +# CONFIG_DMADEVICES is not set
37186 +
37187 +#
37188 +# Userspace I/O
37189 +#
37190 +# CONFIG_UIO is not set
37191 +
37192 +#
37193 +# File systems
37194 +#
37195 +CONFIG_EXT2_FS=y
37196 +# CONFIG_EXT2_FS_XATTR is not set
37197 +# CONFIG_EXT2_FS_XIP is not set
37198 +CONFIG_EXT3_FS=y
37199 +CONFIG_EXT3_FS_XATTR=y
37200 +# CONFIG_EXT3_FS_POSIX_ACL is not set
37201 +# CONFIG_EXT3_FS_SECURITY is not set
37202 +# CONFIG_EXT4DEV_FS is not set
37203 +CONFIG_JBD=y
37204 +CONFIG_FS_MBCACHE=y
37205 +# CONFIG_REISERFS_FS is not set
37206 +# CONFIG_JFS_FS is not set
37207 +# CONFIG_FS_POSIX_ACL is not set
37208 +# CONFIG_XFS_FS is not set
37209 +# CONFIG_GFS2_FS is not set
37210 +# CONFIG_OCFS2_FS is not set
37211 +CONFIG_DNOTIFY=y
37212 +CONFIG_INOTIFY=y
37213 +CONFIG_INOTIFY_USER=y
37214 +# CONFIG_QUOTA is not set
37215 +# CONFIG_AUTOFS_FS is not set
37216 +# CONFIG_AUTOFS4_FS is not set
37217 +# CONFIG_FUSE_FS is not set
37218 +
37219 +#
37220 +# CD-ROM/DVD Filesystems
37221 +#
37222 +# CONFIG_ISO9660_FS is not set
37223 +# CONFIG_UDF_FS is not set
37224 +
37225 +#
37226 +# DOS/FAT/NT Filesystems
37227 +#
37228 +# CONFIG_MSDOS_FS is not set
37229 +# CONFIG_VFAT_FS is not set
37230 +# CONFIG_NTFS_FS is not set
37231 +
37232 +#
37233 +# Pseudo filesystems
37234 +#
37235 +CONFIG_PROC_FS=y
37236 +CONFIG_PROC_KCORE=y
37237 +CONFIG_PROC_SYSCTL=y
37238 +CONFIG_SYSFS=y
37239 +CONFIG_TMPFS=y
37240 +# CONFIG_TMPFS_POSIX_ACL is not set
37241 +# CONFIG_HUGETLB_PAGE is not set
37242 +# CONFIG_CONFIGFS_FS is not set
37243 +
37244 +#
37245 +# Miscellaneous filesystems
37246 +#
37247 +# CONFIG_ADFS_FS is not set
37248 +# CONFIG_AFFS_FS is not set
37249 +# CONFIG_HFS_FS is not set
37250 +# CONFIG_HFSPLUS_FS is not set
37251 +# CONFIG_BEFS_FS is not set
37252 +# CONFIG_BFS_FS is not set
37253 +# CONFIG_EFS_FS is not set
37254 +# CONFIG_CRAMFS is not set
37255 +# CONFIG_VXFS_FS is not set
37256 +# CONFIG_MINIX_FS is not set
37257 +# CONFIG_HPFS_FS is not set
37258 +# CONFIG_QNX4FS_FS is not set
37259 +# CONFIG_ROMFS_FS is not set
37260 +# CONFIG_SYSV_FS is not set
37261 +# CONFIG_UFS_FS is not set
37262 +CONFIG_NETWORK_FILESYSTEMS=y
37263 +CONFIG_NFS_FS=y
37264 +# CONFIG_NFS_V3 is not set
37265 +# CONFIG_NFS_V4 is not set
37266 +# CONFIG_NFS_DIRECTIO is not set
37267 +# CONFIG_NFSD is not set
37268 +CONFIG_ROOT_NFS=y
37269 +CONFIG_LOCKD=y
37270 +CONFIG_NFS_COMMON=y
37271 +CONFIG_SUNRPC=y
37272 +# CONFIG_SUNRPC_BIND34 is not set
37273 +# CONFIG_RPCSEC_GSS_KRB5 is not set
37274 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
37275 +# CONFIG_SMB_FS is not set
37276 +# CONFIG_CIFS is not set
37277 +# CONFIG_NCP_FS is not set
37278 +# CONFIG_CODA_FS is not set
37279 +# CONFIG_AFS_FS is not set
37280 +
37281 +#
37282 +# Partition Types
37283 +#
37284 +CONFIG_PARTITION_ADVANCED=y
37285 +# CONFIG_ACORN_PARTITION is not set
37286 +# CONFIG_OSF_PARTITION is not set
37287 +# CONFIG_AMIGA_PARTITION is not set
37288 +# CONFIG_ATARI_PARTITION is not set
37289 +# CONFIG_MAC_PARTITION is not set
37290 +# CONFIG_MSDOS_PARTITION is not set
37291 +# CONFIG_LDM_PARTITION is not set
37292 +# CONFIG_SGI_PARTITION is not set
37293 +# CONFIG_ULTRIX_PARTITION is not set
37294 +# CONFIG_SUN_PARTITION is not set
37295 +# CONFIG_KARMA_PARTITION is not set
37296 +# CONFIG_EFI_PARTITION is not set
37297 +# CONFIG_SYSV68_PARTITION is not set
37298 +# CONFIG_NLS is not set
37299 +# CONFIG_DLM is not set
37300 +
37301 +#
37302 +# Library routines
37303 +#
37304 +CONFIG_BITREVERSE=y
37305 +# CONFIG_CRC_CCITT is not set
37306 +# CONFIG_CRC16 is not set
37307 +# CONFIG_CRC_ITU_T is not set
37308 +CONFIG_CRC32=y
37309 +# CONFIG_CRC7 is not set
37310 +# CONFIG_LIBCRC32C is not set
37311 +CONFIG_PLIST=y
37312 +CONFIG_HAS_IOMEM=y
37313 +CONFIG_HAS_IOPORT=y
37314 +CONFIG_HAS_DMA=y
37315 +
37316 +#
37317 +# Kernel hacking
37318 +#
37319 +# CONFIG_PRINTK_TIME is not set
37320 +CONFIG_ENABLE_WARN_DEPRECATED=y
37321 +CONFIG_ENABLE_MUST_CHECK=y
37322 +# CONFIG_MAGIC_SYSRQ is not set
37323 +# CONFIG_UNUSED_SYMBOLS is not set
37324 +# CONFIG_DEBUG_FS is not set
37325 +# CONFIG_HEADERS_CHECK is not set
37326 +CONFIG_DEBUG_KERNEL=y
37327 +# CONFIG_DEBUG_SHIRQ is not set
37328 +CONFIG_DETECT_SOFTLOCKUP=y
37329 +CONFIG_SCHED_DEBUG=y
37330 +# CONFIG_SCHEDSTATS is not set
37331 +# CONFIG_TIMER_STATS is not set
37332 +# CONFIG_SLUB_DEBUG_ON is not set
37333 +# CONFIG_SLUB_STATS is not set
37334 +# CONFIG_DEBUG_RT_MUTEXES is not set
37335 +# CONFIG_RT_MUTEX_TESTER is not set
37336 +# CONFIG_DEBUG_SPINLOCK is not set
37337 +CONFIG_DEBUG_MUTEXES=y
37338 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
37339 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
37340 +# CONFIG_DEBUG_KOBJECT is not set
37341 +# CONFIG_DEBUG_BUGVERBOSE is not set
37342 +# CONFIG_DEBUG_INFO is not set
37343 +# CONFIG_DEBUG_VM is not set
37344 +# CONFIG_DEBUG_LIST is not set
37345 +# CONFIG_DEBUG_SG is not set
37346 +# CONFIG_BOOT_PRINTK_DELAY is not set
37347 +# CONFIG_BACKTRACE_SELF_TEST is not set
37348 +# CONFIG_FAULT_INJECTION is not set
37349 +# CONFIG_SAMPLES is not set
37350 +# CONFIG_DEBUG_STACKOVERFLOW is not set
37351 +# CONFIG_DEBUG_STACK_USAGE is not set
37352 +# CONFIG_DEBUG_PAGEALLOC is not set
37353 +# CONFIG_DEBUGGER is not set
37354 +# CONFIG_KGDB_CONSOLE is not set
37355 +# CONFIG_BDI_SWITCH is not set
37356 +# CONFIG_PPC_EARLY_DEBUG is not set
37357 +
37358 +#
37359 +# Security options
37360 +#
37361 +# CONFIG_KEYS is not set
37362 +# CONFIG_SECURITY is not set
37363 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
37364 +CONFIG_CRYPTO=y
37365 +# CONFIG_CRYPTO_SEQIV is not set
37366 +# CONFIG_CRYPTO_MANAGER is not set
37367 +# CONFIG_CRYPTO_HMAC is not set
37368 +# CONFIG_CRYPTO_XCBC is not set
37369 +# CONFIG_CRYPTO_NULL is not set
37370 +# CONFIG_CRYPTO_MD4 is not set
37371 +# CONFIG_CRYPTO_MD5 is not set
37372 +# CONFIG_CRYPTO_SHA1 is not set
37373 +# CONFIG_CRYPTO_SHA256 is not set
37374 +# CONFIG_CRYPTO_SHA512 is not set
37375 +# CONFIG_CRYPTO_WP512 is not set
37376 +# CONFIG_CRYPTO_TGR192 is not set
37377 +# CONFIG_CRYPTO_GF128MUL is not set
37378 +# CONFIG_CRYPTO_ECB is not set
37379 +# CONFIG_CRYPTO_CBC is not set
37380 +# CONFIG_CRYPTO_PCBC is not set
37381 +# CONFIG_CRYPTO_LRW is not set
37382 +# CONFIG_CRYPTO_XTS is not set
37383 +# CONFIG_CRYPTO_CTR is not set
37384 +# CONFIG_CRYPTO_GCM is not set
37385 +# CONFIG_CRYPTO_CCM is not set
37386 +# CONFIG_CRYPTO_CRYPTD is not set
37387 +# CONFIG_CRYPTO_DES is not set
37388 +# CONFIG_CRYPTO_FCRYPT is not set
37389 +# CONFIG_CRYPTO_BLOWFISH is not set
37390 +# CONFIG_CRYPTO_TWOFISH is not set
37391 +# CONFIG_CRYPTO_SERPENT is not set
37392 +# CONFIG_CRYPTO_AES is not set
37393 +# CONFIG_CRYPTO_CAST5 is not set
37394 +# CONFIG_CRYPTO_CAST6 is not set
37395 +# CONFIG_CRYPTO_TEA is not set
37396 +# CONFIG_CRYPTO_ARC4 is not set
37397 +# CONFIG_CRYPTO_KHAZAD is not set
37398 +# CONFIG_CRYPTO_ANUBIS is not set
37399 +# CONFIG_CRYPTO_SEED is not set
37400 +# CONFIG_CRYPTO_SALSA20 is not set
37401 +# CONFIG_CRYPTO_DEFLATE is not set
37402 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
37403 +# CONFIG_CRYPTO_CRC32C is not set
37404 +# CONFIG_CRYPTO_CAMELLIA is not set
37405 +# CONFIG_CRYPTO_AUTHENC is not set
37406 +# CONFIG_CRYPTO_LZO is not set
37407 +CONFIG_CRYPTO_HW=y
37408 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
37409 +# CONFIG_PPC_CLOCK is not set
37410 +CONFIG_PPC_LIB_RHEAP=y
37411 --- /dev/null
37412 +++ b/arch/powerpc/configs/85xx/mpc8568mds_defconfig
37413 @@ -0,0 +1,1117 @@
37414 +#
37415 +# Automatically generated make config: don't edit
37416 +# Linux kernel version: 2.6.25-rc7
37417 +# Mon Mar 31 11:37:05 2008
37418 +#
37419 +# CONFIG_PPC64 is not set
37420 +
37421 +#
37422 +# Processor support
37423 +#
37424 +# CONFIG_6xx is not set
37425 +CONFIG_PPC_85xx=y
37426 +# CONFIG_PPC_8xx is not set
37427 +# CONFIG_40x is not set
37428 +# CONFIG_44x is not set
37429 +# CONFIG_E200 is not set
37430 +CONFIG_E500=y
37431 +CONFIG_BOOKE=y
37432 +CONFIG_FSL_BOOKE=y
37433 +CONFIG_FSL_EMB_PERFMON=y
37434 +# CONFIG_PHYS_64BIT is not set
37435 +CONFIG_SPE=y
37436 +# CONFIG_PPC_MM_SLICES is not set
37437 +CONFIG_PPC32=y
37438 +CONFIG_WORD_SIZE=32
37439 +CONFIG_PPC_MERGE=y
37440 +CONFIG_MMU=y
37441 +CONFIG_GENERIC_CMOS_UPDATE=y
37442 +CONFIG_GENERIC_TIME=y
37443 +CONFIG_GENERIC_TIME_VSYSCALL=y
37444 +CONFIG_GENERIC_CLOCKEVENTS=y
37445 +CONFIG_GENERIC_HARDIRQS=y
37446 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
37447 +CONFIG_IRQ_PER_CPU=y
37448 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
37449 +CONFIG_ARCH_HAS_ILOG2_U32=y
37450 +CONFIG_GENERIC_HWEIGHT=y
37451 +CONFIG_GENERIC_CALIBRATE_DELAY=y
37452 +CONFIG_GENERIC_FIND_NEXT_BIT=y
37453 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
37454 +CONFIG_PPC=y
37455 +CONFIG_EARLY_PRINTK=y
37456 +CONFIG_GENERIC_NVRAM=y
37457 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
37458 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
37459 +CONFIG_PPC_OF=y
37460 +CONFIG_OF=y
37461 +CONFIG_PPC_UDBG_16550=y
37462 +# CONFIG_GENERIC_TBSYNC is not set
37463 +CONFIG_AUDIT_ARCH=y
37464 +CONFIG_GENERIC_BUG=y
37465 +CONFIG_DEFAULT_UIMAGE=y
37466 +# CONFIG_PPC_DCR_NATIVE is not set
37467 +# CONFIG_PPC_DCR_MMIO is not set
37468 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
37469 +
37470 +#
37471 +# General setup
37472 +#
37473 +CONFIG_EXPERIMENTAL=y
37474 +CONFIG_BROKEN_ON_SMP=y
37475 +CONFIG_INIT_ENV_ARG_LIMIT=32
37476 +CONFIG_LOCALVERSION=""
37477 +CONFIG_LOCALVERSION_AUTO=y
37478 +CONFIG_SWAP=y
37479 +CONFIG_SYSVIPC=y
37480 +CONFIG_SYSVIPC_SYSCTL=y
37481 +# CONFIG_POSIX_MQUEUE is not set
37482 +# CONFIG_BSD_PROCESS_ACCT is not set
37483 +# CONFIG_TASKSTATS is not set
37484 +# CONFIG_AUDIT is not set
37485 +# CONFIG_IKCONFIG is not set
37486 +CONFIG_LOG_BUF_SHIFT=14
37487 +# CONFIG_CGROUPS is not set
37488 +CONFIG_GROUP_SCHED=y
37489 +# CONFIG_FAIR_GROUP_SCHED is not set
37490 +# CONFIG_RT_GROUP_SCHED is not set
37491 +CONFIG_USER_SCHED=y
37492 +# CONFIG_CGROUP_SCHED is not set
37493 +CONFIG_SYSFS_DEPRECATED=y
37494 +CONFIG_SYSFS_DEPRECATED_V2=y
37495 +# CONFIG_RELAY is not set
37496 +# CONFIG_NAMESPACES is not set
37497 +CONFIG_BLK_DEV_INITRD=y
37498 +CONFIG_INITRAMFS_SOURCE=""
37499 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
37500 +CONFIG_SYSCTL=y
37501 +CONFIG_EMBEDDED=y
37502 +CONFIG_SYSCTL_SYSCALL=y
37503 +# CONFIG_KALLSYMS is not set
37504 +CONFIG_HOTPLUG=y
37505 +CONFIG_PRINTK=y
37506 +CONFIG_BUG=y
37507 +CONFIG_ELF_CORE=y
37508 +CONFIG_COMPAT_BRK=y
37509 +CONFIG_BASE_FULL=y
37510 +CONFIG_FUTEX=y
37511 +CONFIG_ANON_INODES=y
37512 +# CONFIG_EPOLL is not set
37513 +CONFIG_SIGNALFD=y
37514 +CONFIG_TIMERFD=y
37515 +CONFIG_EVENTFD=y
37516 +CONFIG_SHMEM=y
37517 +CONFIG_VM_EVENT_COUNTERS=y
37518 +CONFIG_SLUB_DEBUG=y
37519 +# CONFIG_SLAB is not set
37520 +CONFIG_SLUB=y
37521 +# CONFIG_SLOB is not set
37522 +# CONFIG_PROFILING is not set
37523 +# CONFIG_MARKERS is not set
37524 +CONFIG_HAVE_OPROFILE=y
37525 +CONFIG_HAVE_KPROBES=y
37526 +CONFIG_HAVE_KRETPROBES=y
37527 +CONFIG_PROC_PAGE_MONITOR=y
37528 +CONFIG_SLABINFO=y
37529 +CONFIG_RT_MUTEXES=y
37530 +# CONFIG_TINY_SHMEM is not set
37531 +CONFIG_BASE_SMALL=0
37532 +CONFIG_MODULES=y
37533 +CONFIG_MODULE_UNLOAD=y
37534 +# CONFIG_MODULE_FORCE_UNLOAD is not set
37535 +# CONFIG_MODVERSIONS is not set
37536 +# CONFIG_MODULE_SRCVERSION_ALL is not set
37537 +# CONFIG_KMOD is not set
37538 +CONFIG_BLOCK=y
37539 +# CONFIG_LBD is not set
37540 +# CONFIG_BLK_DEV_IO_TRACE is not set
37541 +# CONFIG_LSF is not set
37542 +# CONFIG_BLK_DEV_BSG is not set
37543 +
37544 +#
37545 +# IO Schedulers
37546 +#
37547 +CONFIG_IOSCHED_NOOP=y
37548 +CONFIG_IOSCHED_AS=y
37549 +CONFIG_IOSCHED_DEADLINE=y
37550 +CONFIG_IOSCHED_CFQ=y
37551 +CONFIG_DEFAULT_AS=y
37552 +# CONFIG_DEFAULT_DEADLINE is not set
37553 +# CONFIG_DEFAULT_CFQ is not set
37554 +# CONFIG_DEFAULT_NOOP is not set
37555 +CONFIG_DEFAULT_IOSCHED="anticipatory"
37556 +CONFIG_CLASSIC_RCU=y
37557 +
37558 +#
37559 +# Platform support
37560 +#
37561 +# CONFIG_PPC_MPC512x is not set
37562 +# CONFIG_PPC_MPC5121 is not set
37563 +# CONFIG_PPC_CELL is not set
37564 +# CONFIG_PPC_CELL_NATIVE is not set
37565 +# CONFIG_PQ2ADS is not set
37566 +CONFIG_MPC85xx=y
37567 +# CONFIG_MPC8540_ADS is not set
37568 +# CONFIG_MPC8560_ADS is not set
37569 +# CONFIG_MPC85xx_CDS is not set
37570 +CONFIG_MPC85xx_MDS=y
37571 +# CONFIG_MPC85xx_DS is not set
37572 +# CONFIG_STX_GP3 is not set
37573 +# CONFIG_TQM8540 is not set
37574 +# CONFIG_TQM8541 is not set
37575 +# CONFIG_TQM8555 is not set
37576 +# CONFIG_TQM8560 is not set
37577 +# CONFIG_SBC8548 is not set
37578 +# CONFIG_SBC8560 is not set
37579 +# CONFIG_IPIC is not set
37580 +CONFIG_MPIC=y
37581 +# CONFIG_MPIC_WEIRD is not set
37582 +# CONFIG_PPC_I8259 is not set
37583 +# CONFIG_PPC_RTAS is not set
37584 +# CONFIG_MMIO_NVRAM is not set
37585 +# CONFIG_PPC_MPC106 is not set
37586 +# CONFIG_PPC_970_NAP is not set
37587 +# CONFIG_PPC_INDIRECT_IO is not set
37588 +# CONFIG_GENERIC_IOMAP is not set
37589 +# CONFIG_CPU_FREQ is not set
37590 +CONFIG_QUICC_ENGINE=y
37591 +# CONFIG_CPM2 is not set
37592 +# CONFIG_FSL_ULI1575 is not set
37593 +
37594 +#
37595 +# Kernel options
37596 +#
37597 +# CONFIG_HIGHMEM is not set
37598 +CONFIG_TICK_ONESHOT=y
37599 +CONFIG_NO_HZ=y
37600 +CONFIG_HIGH_RES_TIMERS=y
37601 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
37602 +# CONFIG_HZ_100 is not set
37603 +CONFIG_HZ_250=y
37604 +# CONFIG_HZ_300 is not set
37605 +# CONFIG_HZ_1000 is not set
37606 +CONFIG_HZ=250
37607 +# CONFIG_SCHED_HRTICK is not set
37608 +CONFIG_PREEMPT_NONE=y
37609 +# CONFIG_PREEMPT_VOLUNTARY is not set
37610 +# CONFIG_PREEMPT is not set
37611 +CONFIG_BINFMT_ELF=y
37612 +# CONFIG_BINFMT_MISC is not set
37613 +CONFIG_MATH_EMULATION=y
37614 +# CONFIG_IOMMU_HELPER is not set
37615 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
37616 +CONFIG_ARCH_HAS_WALK_MEMORY=y
37617 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
37618 +CONFIG_ARCH_FLATMEM_ENABLE=y
37619 +CONFIG_ARCH_POPULATES_NODE_MAP=y
37620 +CONFIG_SELECT_MEMORY_MODEL=y
37621 +CONFIG_FLATMEM_MANUAL=y
37622 +# CONFIG_DISCONTIGMEM_MANUAL is not set
37623 +# CONFIG_SPARSEMEM_MANUAL is not set
37624 +CONFIG_FLATMEM=y
37625 +CONFIG_FLAT_NODE_MEM_MAP=y
37626 +# CONFIG_SPARSEMEM_STATIC is not set
37627 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
37628 +CONFIG_SPLIT_PTLOCK_CPUS=4
37629 +# CONFIG_RESOURCES_64BIT is not set
37630 +CONFIG_ZONE_DMA_FLAG=1
37631 +CONFIG_BOUNCE=y
37632 +CONFIG_VIRT_TO_BUS=y
37633 +CONFIG_PROC_DEVICETREE=y
37634 +# CONFIG_CMDLINE_BOOL is not set
37635 +# CONFIG_PM is not set
37636 +CONFIG_SECCOMP=y
37637 +CONFIG_ISA_DMA_API=y
37638 +
37639 +#
37640 +# Bus options
37641 +#
37642 +CONFIG_ZONE_DMA=y
37643 +CONFIG_PPC_INDIRECT_PCI=y
37644 +CONFIG_FSL_SOC=y
37645 +CONFIG_FSL_PCI=y
37646 +CONFIG_PCI=y
37647 +CONFIG_PCI_DOMAINS=y
37648 +CONFIG_PCI_SYSCALL=y
37649 +# CONFIG_PCIEPORTBUS is not set
37650 +CONFIG_ARCH_SUPPORTS_MSI=y
37651 +# CONFIG_PCI_MSI is not set
37652 +CONFIG_PCI_LEGACY=y
37653 +# CONFIG_PCI_DEBUG is not set
37654 +# CONFIG_PCCARD is not set
37655 +# CONFIG_HOTPLUG_PCI is not set
37656 +
37657 +#
37658 +# Advanced setup
37659 +#
37660 +# CONFIG_ADVANCED_OPTIONS is not set
37661 +
37662 +#
37663 +# Default settings for advanced configuration options are used
37664 +#
37665 +CONFIG_HIGHMEM_START=0xfe000000
37666 +CONFIG_LOWMEM_SIZE=0x30000000
37667 +CONFIG_KERNEL_START=0xc0000000
37668 +CONFIG_TASK_SIZE=0xc0000000
37669 +CONFIG_BOOT_LOAD=0x00800000
37670 +
37671 +#
37672 +# Networking
37673 +#
37674 +CONFIG_NET=y
37675 +
37676 +#
37677 +# Networking options
37678 +#
37679 +CONFIG_PACKET=y
37680 +# CONFIG_PACKET_MMAP is not set
37681 +CONFIG_UNIX=y
37682 +CONFIG_XFRM=y
37683 +# CONFIG_XFRM_USER is not set
37684 +# CONFIG_XFRM_SUB_POLICY is not set
37685 +# CONFIG_XFRM_MIGRATE is not set
37686 +# CONFIG_XFRM_STATISTICS is not set
37687 +# CONFIG_NET_KEY is not set
37688 +CONFIG_INET=y
37689 +CONFIG_IP_MULTICAST=y
37690 +# CONFIG_IP_ADVANCED_ROUTER is not set
37691 +CONFIG_IP_FIB_HASH=y
37692 +CONFIG_IP_PNP=y
37693 +CONFIG_IP_PNP_DHCP=y
37694 +CONFIG_IP_PNP_BOOTP=y
37695 +# CONFIG_IP_PNP_RARP is not set
37696 +# CONFIG_NET_IPIP is not set
37697 +# CONFIG_NET_IPGRE is not set
37698 +# CONFIG_IP_MROUTE is not set
37699 +# CONFIG_ARPD is not set
37700 +CONFIG_SYN_COOKIES=y
37701 +# CONFIG_INET_AH is not set
37702 +# CONFIG_INET_ESP is not set
37703 +# CONFIG_INET_IPCOMP is not set
37704 +# CONFIG_INET_XFRM_TUNNEL is not set
37705 +# CONFIG_INET_TUNNEL is not set
37706 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
37707 +CONFIG_INET_XFRM_MODE_TUNNEL=y
37708 +CONFIG_INET_XFRM_MODE_BEET=y
37709 +# CONFIG_INET_LRO is not set
37710 +CONFIG_INET_DIAG=y
37711 +CONFIG_INET_TCP_DIAG=y
37712 +# CONFIG_TCP_CONG_ADVANCED is not set
37713 +CONFIG_TCP_CONG_CUBIC=y
37714 +CONFIG_DEFAULT_TCP_CONG="cubic"
37715 +# CONFIG_TCP_MD5SIG is not set
37716 +# CONFIG_IPV6 is not set
37717 +# CONFIG_INET6_XFRM_TUNNEL is not set
37718 +# CONFIG_INET6_TUNNEL is not set
37719 +# CONFIG_NETWORK_SECMARK is not set
37720 +# CONFIG_NETFILTER is not set
37721 +# CONFIG_IP_DCCP is not set
37722 +# CONFIG_IP_SCTP is not set
37723 +# CONFIG_TIPC is not set
37724 +# CONFIG_ATM is not set
37725 +# CONFIG_BRIDGE is not set
37726 +# CONFIG_VLAN_8021Q is not set
37727 +# CONFIG_DECNET is not set
37728 +# CONFIG_LLC2 is not set
37729 +# CONFIG_IPX is not set
37730 +# CONFIG_ATALK is not set
37731 +# CONFIG_X25 is not set
37732 +# CONFIG_LAPB is not set
37733 +# CONFIG_ECONET is not set
37734 +# CONFIG_WAN_ROUTER is not set
37735 +# CONFIG_NET_SCHED is not set
37736 +
37737 +#
37738 +# Network testing
37739 +#
37740 +# CONFIG_NET_PKTGEN is not set
37741 +# CONFIG_HAMRADIO is not set
37742 +# CONFIG_CAN is not set
37743 +# CONFIG_IRDA is not set
37744 +# CONFIG_BT is not set
37745 +# CONFIG_AF_RXRPC is not set
37746 +
37747 +#
37748 +# Wireless
37749 +#
37750 +# CONFIG_CFG80211 is not set
37751 +# CONFIG_WIRELESS_EXT is not set
37752 +# CONFIG_MAC80211 is not set
37753 +# CONFIG_IEEE80211 is not set
37754 +# CONFIG_RFKILL is not set
37755 +# CONFIG_NET_9P is not set
37756 +
37757 +#
37758 +# Device Drivers
37759 +#
37760 +
37761 +#
37762 +# Generic Driver Options
37763 +#
37764 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
37765 +CONFIG_STANDALONE=y
37766 +CONFIG_PREVENT_FIRMWARE_BUILD=y
37767 +# CONFIG_FW_LOADER is not set
37768 +# CONFIG_DEBUG_DRIVER is not set
37769 +# CONFIG_DEBUG_DEVRES is not set
37770 +# CONFIG_SYS_HYPERVISOR is not set
37771 +# CONFIG_CONNECTOR is not set
37772 +# CONFIG_MTD is not set
37773 +CONFIG_OF_DEVICE=y
37774 +# CONFIG_PARPORT is not set
37775 +CONFIG_BLK_DEV=y
37776 +# CONFIG_BLK_DEV_FD is not set
37777 +# CONFIG_BLK_CPQ_DA is not set
37778 +# CONFIG_BLK_CPQ_CISS_DA is not set
37779 +# CONFIG_BLK_DEV_DAC960 is not set
37780 +# CONFIG_BLK_DEV_UMEM is not set
37781 +# CONFIG_BLK_DEV_COW_COMMON is not set
37782 +CONFIG_BLK_DEV_LOOP=y
37783 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
37784 +# CONFIG_BLK_DEV_NBD is not set
37785 +# CONFIG_BLK_DEV_SX8 is not set
37786 +CONFIG_BLK_DEV_RAM=y
37787 +CONFIG_BLK_DEV_RAM_COUNT=16
37788 +CONFIG_BLK_DEV_RAM_SIZE=32768
37789 +# CONFIG_BLK_DEV_XIP is not set
37790 +# CONFIG_CDROM_PKTCDVD is not set
37791 +# CONFIG_ATA_OVER_ETH is not set
37792 +CONFIG_MISC_DEVICES=y
37793 +# CONFIG_PHANTOM is not set
37794 +# CONFIG_EEPROM_93CX6 is not set
37795 +# CONFIG_SGI_IOC4 is not set
37796 +# CONFIG_TIFM_CORE is not set
37797 +# CONFIG_ENCLOSURE_SERVICES is not set
37798 +CONFIG_HAVE_IDE=y
37799 +# CONFIG_IDE is not set
37800 +
37801 +#
37802 +# SCSI device support
37803 +#
37804 +# CONFIG_RAID_ATTRS is not set
37805 +CONFIG_SCSI=y
37806 +CONFIG_SCSI_DMA=y
37807 +# CONFIG_SCSI_TGT is not set
37808 +# CONFIG_SCSI_NETLINK is not set
37809 +CONFIG_SCSI_PROC_FS=y
37810 +
37811 +#
37812 +# SCSI support type (disk, tape, CD-ROM)
37813 +#
37814 +# CONFIG_BLK_DEV_SD is not set
37815 +# CONFIG_CHR_DEV_ST is not set
37816 +# CONFIG_CHR_DEV_OSST is not set
37817 +# CONFIG_BLK_DEV_SR is not set
37818 +# CONFIG_CHR_DEV_SG is not set
37819 +# CONFIG_CHR_DEV_SCH is not set
37820 +
37821 +#
37822 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
37823 +#
37824 +# CONFIG_SCSI_MULTI_LUN is not set
37825 +# CONFIG_SCSI_CONSTANTS is not set
37826 +# CONFIG_SCSI_LOGGING is not set
37827 +# CONFIG_SCSI_SCAN_ASYNC is not set
37828 +CONFIG_SCSI_WAIT_SCAN=m
37829 +
37830 +#
37831 +# SCSI Transports
37832 +#
37833 +# CONFIG_SCSI_SPI_ATTRS is not set
37834 +# CONFIG_SCSI_FC_ATTRS is not set
37835 +# CONFIG_SCSI_ISCSI_ATTRS is not set
37836 +# CONFIG_SCSI_SAS_LIBSAS is not set
37837 +# CONFIG_SCSI_SRP_ATTRS is not set
37838 +CONFIG_SCSI_LOWLEVEL=y
37839 +# CONFIG_ISCSI_TCP is not set
37840 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
37841 +# CONFIG_SCSI_3W_9XXX is not set
37842 +# CONFIG_SCSI_ACARD is not set
37843 +# CONFIG_SCSI_AACRAID is not set
37844 +# CONFIG_SCSI_AIC7XXX is not set
37845 +# CONFIG_SCSI_AIC7XXX_OLD is not set
37846 +# CONFIG_SCSI_AIC79XX is not set
37847 +# CONFIG_SCSI_AIC94XX is not set
37848 +# CONFIG_SCSI_DPT_I2O is not set
37849 +# CONFIG_SCSI_ADVANSYS is not set
37850 +# CONFIG_SCSI_ARCMSR is not set
37851 +# CONFIG_MEGARAID_NEWGEN is not set
37852 +# CONFIG_MEGARAID_LEGACY is not set
37853 +# CONFIG_MEGARAID_SAS is not set
37854 +# CONFIG_SCSI_HPTIOP is not set
37855 +# CONFIG_SCSI_BUSLOGIC is not set
37856 +# CONFIG_SCSI_DMX3191D is not set
37857 +# CONFIG_SCSI_EATA is not set
37858 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
37859 +# CONFIG_SCSI_GDTH is not set
37860 +# CONFIG_SCSI_IPS is not set
37861 +# CONFIG_SCSI_INITIO is not set
37862 +# CONFIG_SCSI_INIA100 is not set
37863 +# CONFIG_SCSI_MVSAS is not set
37864 +# CONFIG_SCSI_STEX is not set
37865 +# CONFIG_SCSI_SYM53C8XX_2 is not set
37866 +# CONFIG_SCSI_QLOGIC_1280 is not set
37867 +# CONFIG_SCSI_QLA_FC is not set
37868 +# CONFIG_SCSI_QLA_ISCSI is not set
37869 +# CONFIG_SCSI_LPFC is not set
37870 +# CONFIG_SCSI_DC395x is not set
37871 +# CONFIG_SCSI_DC390T is not set
37872 +# CONFIG_SCSI_NSP32 is not set
37873 +# CONFIG_SCSI_DEBUG is not set
37874 +# CONFIG_SCSI_SRP is not set
37875 +# CONFIG_ATA is not set
37876 +# CONFIG_MD is not set
37877 +# CONFIG_FUSION is not set
37878 +
37879 +#
37880 +# IEEE 1394 (FireWire) support
37881 +#
37882 +# CONFIG_FIREWIRE is not set
37883 +# CONFIG_IEEE1394 is not set
37884 +# CONFIG_I2O is not set
37885 +# CONFIG_MACINTOSH_DRIVERS is not set
37886 +CONFIG_NETDEVICES=y
37887 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
37888 +# CONFIG_DUMMY is not set
37889 +# CONFIG_BONDING is not set
37890 +# CONFIG_MACVLAN is not set
37891 +# CONFIG_EQUALIZER is not set
37892 +# CONFIG_TUN is not set
37893 +# CONFIG_VETH is not set
37894 +# CONFIG_ARCNET is not set
37895 +CONFIG_PHYLIB=y
37896 +
37897 +#
37898 +# MII PHY device drivers
37899 +#
37900 +CONFIG_MARVELL_PHY=y
37901 +# CONFIG_DAVICOM_PHY is not set
37902 +# CONFIG_QSEMI_PHY is not set
37903 +# CONFIG_LXT_PHY is not set
37904 +# CONFIG_CICADA_PHY is not set
37905 +# CONFIG_VITESSE_PHY is not set
37906 +# CONFIG_SMSC_PHY is not set
37907 +# CONFIG_BROADCOM_PHY is not set
37908 +# CONFIG_ICPLUS_PHY is not set
37909 +# CONFIG_REALTEK_PHY is not set
37910 +# CONFIG_FIXED_PHY is not set
37911 +# CONFIG_MDIO_BITBANG is not set
37912 +CONFIG_NET_ETHERNET=y
37913 +CONFIG_MII=y
37914 +# CONFIG_HAPPYMEAL is not set
37915 +# CONFIG_SUNGEM is not set
37916 +# CONFIG_CASSINI is not set
37917 +# CONFIG_NET_VENDOR_3COM is not set
37918 +# CONFIG_NET_TULIP is not set
37919 +# CONFIG_HP100 is not set
37920 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
37921 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
37922 +# CONFIG_IBM_NEW_EMAC_TAH is not set
37923 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
37924 +# CONFIG_NET_PCI is not set
37925 +# CONFIG_B44 is not set
37926 +CONFIG_NETDEV_1000=y
37927 +# CONFIG_ACENIC is not set
37928 +# CONFIG_DL2K is not set
37929 +# CONFIG_E1000 is not set
37930 +# CONFIG_E1000E is not set
37931 +# CONFIG_E1000E_ENABLED is not set
37932 +# CONFIG_IP1000 is not set
37933 +# CONFIG_IGB is not set
37934 +# CONFIG_NS83820 is not set
37935 +# CONFIG_HAMACHI is not set
37936 +# CONFIG_YELLOWFIN is not set
37937 +# CONFIG_R8169 is not set
37938 +# CONFIG_SIS190 is not set
37939 +# CONFIG_SKGE is not set
37940 +# CONFIG_SKY2 is not set
37941 +# CONFIG_SK98LIN is not set
37942 +# CONFIG_VIA_VELOCITY is not set
37943 +# CONFIG_TIGON3 is not set
37944 +# CONFIG_BNX2 is not set
37945 +CONFIG_GIANFAR=y
37946 +CONFIG_GFAR_NAPI=y
37947 +# CONFIG_UCC_GETH is not set
37948 +# CONFIG_QLA3XXX is not set
37949 +# CONFIG_ATL1 is not set
37950 +CONFIG_NETDEV_10000=y
37951 +# CONFIG_CHELSIO_T1 is not set
37952 +# CONFIG_CHELSIO_T3 is not set
37953 +# CONFIG_IXGBE is not set
37954 +# CONFIG_IXGB is not set
37955 +# CONFIG_S2IO is not set
37956 +# CONFIG_MYRI10GE is not set
37957 +# CONFIG_NETXEN_NIC is not set
37958 +# CONFIG_NIU is not set
37959 +# CONFIG_MLX4_CORE is not set
37960 +# CONFIG_TEHUTI is not set
37961 +# CONFIG_BNX2X is not set
37962 +# CONFIG_TR is not set
37963 +
37964 +#
37965 +# Wireless LAN
37966 +#
37967 +# CONFIG_WLAN_PRE80211 is not set
37968 +# CONFIG_WLAN_80211 is not set
37969 +# CONFIG_WAN is not set
37970 +# CONFIG_FDDI is not set
37971 +# CONFIG_HIPPI is not set
37972 +# CONFIG_PPP is not set
37973 +# CONFIG_SLIP is not set
37974 +# CONFIG_NET_FC is not set
37975 +# CONFIG_NETCONSOLE is not set
37976 +# CONFIG_NETPOLL is not set
37977 +# CONFIG_NET_POLL_CONTROLLER is not set
37978 +# CONFIG_ISDN is not set
37979 +# CONFIG_PHONE is not set
37980 +
37981 +#
37982 +# Input device support
37983 +#
37984 +CONFIG_INPUT=y
37985 +# CONFIG_INPUT_FF_MEMLESS is not set
37986 +# CONFIG_INPUT_POLLDEV is not set
37987 +
37988 +#
37989 +# Userland interfaces
37990 +#
37991 +# CONFIG_INPUT_MOUSEDEV is not set
37992 +# CONFIG_INPUT_JOYDEV is not set
37993 +# CONFIG_INPUT_EVDEV is not set
37994 +# CONFIG_INPUT_EVBUG is not set
37995 +
37996 +#
37997 +# Input Device Drivers
37998 +#
37999 +# CONFIG_INPUT_KEYBOARD is not set
38000 +# CONFIG_INPUT_MOUSE is not set
38001 +# CONFIG_INPUT_JOYSTICK is not set
38002 +# CONFIG_INPUT_TABLET is not set
38003 +# CONFIG_INPUT_TOUCHSCREEN is not set
38004 +# CONFIG_INPUT_MISC is not set
38005 +
38006 +#
38007 +# Hardware I/O ports
38008 +#
38009 +# CONFIG_SERIO is not set
38010 +# CONFIG_GAMEPORT is not set
38011 +
38012 +#
38013 +# Character devices
38014 +#
38015 +# CONFIG_VT is not set
38016 +# CONFIG_SERIAL_NONSTANDARD is not set
38017 +# CONFIG_NOZOMI is not set
38018 +
38019 +#
38020 +# Serial drivers
38021 +#
38022 +CONFIG_SERIAL_8250=y
38023 +CONFIG_SERIAL_8250_CONSOLE=y
38024 +CONFIG_SERIAL_8250_PCI=y
38025 +CONFIG_SERIAL_8250_NR_UARTS=4
38026 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
38027 +# CONFIG_SERIAL_8250_EXTENDED is not set
38028 +CONFIG_SERIAL_8250_SHARE_IRQ=y
38029 +
38030 +#
38031 +# Non-8250 serial port support
38032 +#
38033 +# CONFIG_SERIAL_UARTLITE is not set
38034 +CONFIG_SERIAL_CORE=y
38035 +CONFIG_SERIAL_CORE_CONSOLE=y
38036 +# CONFIG_SERIAL_JSM is not set
38037 +# CONFIG_SERIAL_OF_PLATFORM is not set
38038 +# CONFIG_SERIAL_QE is not set
38039 +CONFIG_UNIX98_PTYS=y
38040 +CONFIG_LEGACY_PTYS=y
38041 +CONFIG_LEGACY_PTY_COUNT=256
38042 +# CONFIG_IPMI_HANDLER is not set
38043 +CONFIG_HW_RANDOM=y
38044 +# CONFIG_NVRAM is not set
38045 +# CONFIG_GEN_RTC is not set
38046 +# CONFIG_R3964 is not set
38047 +# CONFIG_APPLICOM is not set
38048 +# CONFIG_RAW_DRIVER is not set
38049 +# CONFIG_TCG_TPM is not set
38050 +CONFIG_DEVPORT=y
38051 +CONFIG_I2C=y
38052 +CONFIG_I2C_BOARDINFO=y
38053 +CONFIG_I2C_CHARDEV=y
38054 +
38055 +#
38056 +# I2C Algorithms
38057 +#
38058 +# CONFIG_I2C_ALGOBIT is not set
38059 +# CONFIG_I2C_ALGOPCF is not set
38060 +# CONFIG_I2C_ALGOPCA is not set
38061 +
38062 +#
38063 +# I2C Hardware Bus support
38064 +#
38065 +# CONFIG_I2C_ALI1535 is not set
38066 +# CONFIG_I2C_ALI1563 is not set
38067 +# CONFIG_I2C_ALI15X3 is not set
38068 +# CONFIG_I2C_AMD756 is not set
38069 +# CONFIG_I2C_AMD8111 is not set
38070 +# CONFIG_I2C_I801 is not set
38071 +# CONFIG_I2C_I810 is not set
38072 +# CONFIG_I2C_PIIX4 is not set
38073 +CONFIG_I2C_MPC=y
38074 +# CONFIG_I2C_NFORCE2 is not set
38075 +# CONFIG_I2C_OCORES is not set
38076 +# CONFIG_I2C_PARPORT_LIGHT is not set
38077 +# CONFIG_I2C_PROSAVAGE is not set
38078 +# CONFIG_I2C_SAVAGE4 is not set
38079 +# CONFIG_I2C_SIMTEC is not set
38080 +# CONFIG_I2C_SIS5595 is not set
38081 +# CONFIG_I2C_SIS630 is not set
38082 +# CONFIG_I2C_SIS96X is not set
38083 +# CONFIG_I2C_TAOS_EVM is not set
38084 +# CONFIG_I2C_STUB is not set
38085 +# CONFIG_I2C_VIA is not set
38086 +# CONFIG_I2C_VIAPRO is not set
38087 +# CONFIG_I2C_VOODOO3 is not set
38088 +
38089 +#
38090 +# Miscellaneous I2C Chip support
38091 +#
38092 +# CONFIG_DS1682 is not set
38093 +# CONFIG_SENSORS_EEPROM is not set
38094 +# CONFIG_SENSORS_PCF8574 is not set
38095 +# CONFIG_PCF8575 is not set
38096 +# CONFIG_SENSORS_PCF8591 is not set
38097 +# CONFIG_TPS65010 is not set
38098 +# CONFIG_SENSORS_MAX6875 is not set
38099 +# CONFIG_SENSORS_TSL2550 is not set
38100 +# CONFIG_I2C_DEBUG_CORE is not set
38101 +# CONFIG_I2C_DEBUG_ALGO is not set
38102 +# CONFIG_I2C_DEBUG_BUS is not set
38103 +# CONFIG_I2C_DEBUG_CHIP is not set
38104 +
38105 +#
38106 +# SPI support
38107 +#
38108 +# CONFIG_SPI is not set
38109 +# CONFIG_SPI_MASTER is not set
38110 +# CONFIG_W1 is not set
38111 +# CONFIG_POWER_SUPPLY is not set
38112 +CONFIG_HWMON=y
38113 +# CONFIG_HWMON_VID is not set
38114 +# CONFIG_SENSORS_AD7418 is not set
38115 +# CONFIG_SENSORS_ADM1021 is not set
38116 +# CONFIG_SENSORS_ADM1025 is not set
38117 +# CONFIG_SENSORS_ADM1026 is not set
38118 +# CONFIG_SENSORS_ADM1029 is not set
38119 +# CONFIG_SENSORS_ADM1031 is not set
38120 +# CONFIG_SENSORS_ADM9240 is not set
38121 +# CONFIG_SENSORS_ADT7470 is not set
38122 +# CONFIG_SENSORS_ADT7473 is not set
38123 +# CONFIG_SENSORS_ATXP1 is not set
38124 +# CONFIG_SENSORS_DS1621 is not set
38125 +# CONFIG_SENSORS_I5K_AMB is not set
38126 +# CONFIG_SENSORS_F71805F is not set
38127 +# CONFIG_SENSORS_F71882FG is not set
38128 +# CONFIG_SENSORS_F75375S is not set
38129 +# CONFIG_SENSORS_GL518SM is not set
38130 +# CONFIG_SENSORS_GL520SM is not set
38131 +# CONFIG_SENSORS_IT87 is not set
38132 +# CONFIG_SENSORS_LM63 is not set
38133 +# CONFIG_SENSORS_LM75 is not set
38134 +# CONFIG_SENSORS_LM77 is not set
38135 +# CONFIG_SENSORS_LM78 is not set
38136 +# CONFIG_SENSORS_LM80 is not set
38137 +# CONFIG_SENSORS_LM83 is not set
38138 +# CONFIG_SENSORS_LM85 is not set
38139 +# CONFIG_SENSORS_LM87 is not set
38140 +# CONFIG_SENSORS_LM90 is not set
38141 +# CONFIG_SENSORS_LM92 is not set
38142 +# CONFIG_SENSORS_LM93 is not set
38143 +# CONFIG_SENSORS_MAX1619 is not set
38144 +# CONFIG_SENSORS_MAX6650 is not set
38145 +# CONFIG_SENSORS_PC87360 is not set
38146 +# CONFIG_SENSORS_PC87427 is not set
38147 +# CONFIG_SENSORS_SIS5595 is not set
38148 +# CONFIG_SENSORS_DME1737 is not set
38149 +# CONFIG_SENSORS_SMSC47M1 is not set
38150 +# CONFIG_SENSORS_SMSC47M192 is not set
38151 +# CONFIG_SENSORS_SMSC47B397 is not set
38152 +# CONFIG_SENSORS_ADS7828 is not set
38153 +# CONFIG_SENSORS_THMC50 is not set
38154 +# CONFIG_SENSORS_VIA686A is not set
38155 +# CONFIG_SENSORS_VT1211 is not set
38156 +# CONFIG_SENSORS_VT8231 is not set
38157 +# CONFIG_SENSORS_W83781D is not set
38158 +# CONFIG_SENSORS_W83791D is not set
38159 +# CONFIG_SENSORS_W83792D is not set
38160 +# CONFIG_SENSORS_W83793 is not set
38161 +# CONFIG_SENSORS_W83L785TS is not set
38162 +# CONFIG_SENSORS_W83L786NG is not set
38163 +# CONFIG_SENSORS_W83627HF is not set
38164 +# CONFIG_SENSORS_W83627EHF is not set
38165 +# CONFIG_HWMON_DEBUG_CHIP is not set
38166 +# CONFIG_THERMAL is not set
38167 +CONFIG_WATCHDOG=y
38168 +# CONFIG_WATCHDOG_NOWAYOUT is not set
38169 +
38170 +#
38171 +# Watchdog Device Drivers
38172 +#
38173 +# CONFIG_SOFT_WATCHDOG is not set
38174 +# CONFIG_BOOKE_WDT is not set
38175 +
38176 +#
38177 +# PCI-based Watchdog Cards
38178 +#
38179 +# CONFIG_PCIPCWATCHDOG is not set
38180 +# CONFIG_WDTPCI is not set
38181 +
38182 +#
38183 +# Sonics Silicon Backplane
38184 +#
38185 +CONFIG_SSB_POSSIBLE=y
38186 +# CONFIG_SSB is not set
38187 +
38188 +#
38189 +# Multifunction device drivers
38190 +#
38191 +# CONFIG_MFD_SM501 is not set
38192 +
38193 +#
38194 +# Multimedia devices
38195 +#
38196 +# CONFIG_VIDEO_DEV is not set
38197 +# CONFIG_DVB_CORE is not set
38198 +CONFIG_DAB=y
38199 +
38200 +#
38201 +# Graphics support
38202 +#
38203 +# CONFIG_AGP is not set
38204 +# CONFIG_DRM is not set
38205 +# CONFIG_VGASTATE is not set
38206 +CONFIG_VIDEO_OUTPUT_CONTROL=m
38207 +# CONFIG_FB is not set
38208 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
38209 +
38210 +#
38211 +# Display device support
38212 +#
38213 +# CONFIG_DISPLAY_SUPPORT is not set
38214 +
38215 +#
38216 +# Sound
38217 +#
38218 +# CONFIG_SOUND is not set
38219 +CONFIG_HID_SUPPORT=y
38220 +CONFIG_HID=y
38221 +# CONFIG_HID_DEBUG is not set
38222 +# CONFIG_HIDRAW is not set
38223 +CONFIG_USB_SUPPORT=y
38224 +CONFIG_USB_ARCH_HAS_HCD=y
38225 +CONFIG_USB_ARCH_HAS_OHCI=y
38226 +CONFIG_USB_ARCH_HAS_EHCI=y
38227 +# CONFIG_USB is not set
38228 +
38229 +#
38230 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
38231 +#
38232 +# CONFIG_USB_GADGET is not set
38233 +# CONFIG_MMC is not set
38234 +# CONFIG_MEMSTICK is not set
38235 +# CONFIG_NEW_LEDS is not set
38236 +# CONFIG_INFINIBAND is not set
38237 +# CONFIG_EDAC is not set
38238 +CONFIG_RTC_LIB=y
38239 +CONFIG_RTC_CLASS=y
38240 +CONFIG_RTC_HCTOSYS=y
38241 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
38242 +# CONFIG_RTC_DEBUG is not set
38243 +
38244 +#
38245 +# RTC interfaces
38246 +#
38247 +CONFIG_RTC_INTF_SYSFS=y
38248 +CONFIG_RTC_INTF_PROC=y
38249 +CONFIG_RTC_INTF_DEV=y
38250 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
38251 +# CONFIG_RTC_DRV_TEST is not set
38252 +
38253 +#
38254 +# I2C RTC drivers
38255 +#
38256 +# CONFIG_RTC_DRV_DS1307 is not set
38257 +CONFIG_RTC_DRV_DS1374=y
38258 +# CONFIG_RTC_DRV_DS1672 is not set
38259 +# CONFIG_RTC_DRV_MAX6900 is not set
38260 +# CONFIG_RTC_DRV_RS5C372 is not set
38261 +# CONFIG_RTC_DRV_ISL1208 is not set
38262 +# CONFIG_RTC_DRV_X1205 is not set
38263 +# CONFIG_RTC_DRV_PCF8563 is not set
38264 +# CONFIG_RTC_DRV_PCF8583 is not set
38265 +# CONFIG_RTC_DRV_M41T80 is not set
38266 +# CONFIG_RTC_DRV_S35390A is not set
38267 +
38268 +#
38269 +# SPI RTC drivers
38270 +#
38271 +
38272 +#
38273 +# Platform RTC drivers
38274 +#
38275 +# CONFIG_RTC_DRV_CMOS is not set
38276 +# CONFIG_RTC_DRV_DS1511 is not set
38277 +# CONFIG_RTC_DRV_DS1553 is not set
38278 +# CONFIG_RTC_DRV_DS1742 is not set
38279 +# CONFIG_RTC_DRV_STK17TA8 is not set
38280 +# CONFIG_RTC_DRV_M48T86 is not set
38281 +# CONFIG_RTC_DRV_M48T59 is not set
38282 +# CONFIG_RTC_DRV_V3020 is not set
38283 +
38284 +#
38285 +# on-CPU RTC drivers
38286 +#
38287 +# CONFIG_DMADEVICES is not set
38288 +
38289 +#
38290 +# Userspace I/O
38291 +#
38292 +# CONFIG_UIO is not set
38293 +
38294 +#
38295 +# File systems
38296 +#
38297 +CONFIG_EXT2_FS=y
38298 +# CONFIG_EXT2_FS_XATTR is not set
38299 +# CONFIG_EXT2_FS_XIP is not set
38300 +CONFIG_EXT3_FS=y
38301 +CONFIG_EXT3_FS_XATTR=y
38302 +# CONFIG_EXT3_FS_POSIX_ACL is not set
38303 +# CONFIG_EXT3_FS_SECURITY is not set
38304 +# CONFIG_EXT4DEV_FS is not set
38305 +CONFIG_JBD=y
38306 +CONFIG_FS_MBCACHE=y
38307 +# CONFIG_REISERFS_FS is not set
38308 +# CONFIG_JFS_FS is not set
38309 +# CONFIG_FS_POSIX_ACL is not set
38310 +# CONFIG_XFS_FS is not set
38311 +# CONFIG_GFS2_FS is not set
38312 +# CONFIG_OCFS2_FS is not set
38313 +CONFIG_DNOTIFY=y
38314 +CONFIG_INOTIFY=y
38315 +CONFIG_INOTIFY_USER=y
38316 +# CONFIG_QUOTA is not set
38317 +# CONFIG_AUTOFS_FS is not set
38318 +# CONFIG_AUTOFS4_FS is not set
38319 +# CONFIG_FUSE_FS is not set
38320 +
38321 +#
38322 +# CD-ROM/DVD Filesystems
38323 +#
38324 +# CONFIG_ISO9660_FS is not set
38325 +# CONFIG_UDF_FS is not set
38326 +
38327 +#
38328 +# DOS/FAT/NT Filesystems
38329 +#
38330 +# CONFIG_MSDOS_FS is not set
38331 +# CONFIG_VFAT_FS is not set
38332 +# CONFIG_NTFS_FS is not set
38333 +
38334 +#
38335 +# Pseudo filesystems
38336 +#
38337 +CONFIG_PROC_FS=y
38338 +CONFIG_PROC_KCORE=y
38339 +CONFIG_PROC_SYSCTL=y
38340 +CONFIG_SYSFS=y
38341 +CONFIG_TMPFS=y
38342 +# CONFIG_TMPFS_POSIX_ACL is not set
38343 +# CONFIG_HUGETLB_PAGE is not set
38344 +# CONFIG_CONFIGFS_FS is not set
38345 +
38346 +#
38347 +# Miscellaneous filesystems
38348 +#
38349 +# CONFIG_ADFS_FS is not set
38350 +# CONFIG_AFFS_FS is not set
38351 +# CONFIG_HFS_FS is not set
38352 +# CONFIG_HFSPLUS_FS is not set
38353 +# CONFIG_BEFS_FS is not set
38354 +# CONFIG_BFS_FS is not set
38355 +# CONFIG_EFS_FS is not set
38356 +# CONFIG_CRAMFS is not set
38357 +# CONFIG_VXFS_FS is not set
38358 +# CONFIG_MINIX_FS is not set
38359 +# CONFIG_HPFS_FS is not set
38360 +# CONFIG_QNX4FS_FS is not set
38361 +# CONFIG_ROMFS_FS is not set
38362 +# CONFIG_SYSV_FS is not set
38363 +# CONFIG_UFS_FS is not set
38364 +CONFIG_NETWORK_FILESYSTEMS=y
38365 +CONFIG_NFS_FS=y
38366 +CONFIG_NFS_V3=y
38367 +# CONFIG_NFS_V3_ACL is not set
38368 +CONFIG_NFS_V4=y
38369 +# CONFIG_NFS_DIRECTIO is not set
38370 +# CONFIG_NFSD is not set
38371 +CONFIG_ROOT_NFS=y
38372 +CONFIG_LOCKD=y
38373 +CONFIG_LOCKD_V4=y
38374 +CONFIG_NFS_COMMON=y
38375 +CONFIG_SUNRPC=y
38376 +CONFIG_SUNRPC_GSS=y
38377 +# CONFIG_SUNRPC_BIND34 is not set
38378 +CONFIG_RPCSEC_GSS_KRB5=y
38379 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
38380 +# CONFIG_SMB_FS is not set
38381 +# CONFIG_CIFS is not set
38382 +# CONFIG_NCP_FS is not set
38383 +# CONFIG_CODA_FS is not set
38384 +# CONFIG_AFS_FS is not set
38385 +
38386 +#
38387 +# Partition Types
38388 +#
38389 +CONFIG_PARTITION_ADVANCED=y
38390 +# CONFIG_ACORN_PARTITION is not set
38391 +# CONFIG_OSF_PARTITION is not set
38392 +# CONFIG_AMIGA_PARTITION is not set
38393 +# CONFIG_ATARI_PARTITION is not set
38394 +# CONFIG_MAC_PARTITION is not set
38395 +# CONFIG_MSDOS_PARTITION is not set
38396 +# CONFIG_LDM_PARTITION is not set
38397 +# CONFIG_SGI_PARTITION is not set
38398 +# CONFIG_ULTRIX_PARTITION is not set
38399 +# CONFIG_SUN_PARTITION is not set
38400 +# CONFIG_KARMA_PARTITION is not set
38401 +# CONFIG_EFI_PARTITION is not set
38402 +# CONFIG_SYSV68_PARTITION is not set
38403 +# CONFIG_NLS is not set
38404 +# CONFIG_DLM is not set
38405 +
38406 +#
38407 +# Library routines
38408 +#
38409 +CONFIG_BITREVERSE=y
38410 +# CONFIG_CRC_CCITT is not set
38411 +# CONFIG_CRC16 is not set
38412 +# CONFIG_CRC_ITU_T is not set
38413 +CONFIG_CRC32=y
38414 +# CONFIG_CRC7 is not set
38415 +# CONFIG_LIBCRC32C is not set
38416 +CONFIG_PLIST=y
38417 +CONFIG_HAS_IOMEM=y
38418 +CONFIG_HAS_IOPORT=y
38419 +CONFIG_HAS_DMA=y
38420 +
38421 +#
38422 +# Kernel hacking
38423 +#
38424 +# CONFIG_PRINTK_TIME is not set
38425 +CONFIG_ENABLE_WARN_DEPRECATED=y
38426 +CONFIG_ENABLE_MUST_CHECK=y
38427 +# CONFIG_MAGIC_SYSRQ is not set
38428 +# CONFIG_UNUSED_SYMBOLS is not set
38429 +# CONFIG_DEBUG_FS is not set
38430 +# CONFIG_HEADERS_CHECK is not set
38431 +CONFIG_DEBUG_KERNEL=y
38432 +# CONFIG_DEBUG_SHIRQ is not set
38433 +CONFIG_DETECT_SOFTLOCKUP=y
38434 +CONFIG_SCHED_DEBUG=y
38435 +# CONFIG_SCHEDSTATS is not set
38436 +# CONFIG_TIMER_STATS is not set
38437 +# CONFIG_SLUB_DEBUG_ON is not set
38438 +# CONFIG_SLUB_STATS is not set
38439 +# CONFIG_DEBUG_RT_MUTEXES is not set
38440 +# CONFIG_RT_MUTEX_TESTER is not set
38441 +# CONFIG_DEBUG_SPINLOCK is not set
38442 +# CONFIG_DEBUG_MUTEXES is not set
38443 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
38444 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
38445 +# CONFIG_DEBUG_KOBJECT is not set
38446 +# CONFIG_DEBUG_BUGVERBOSE is not set
38447 +# CONFIG_DEBUG_INFO is not set
38448 +# CONFIG_DEBUG_VM is not set
38449 +# CONFIG_DEBUG_LIST is not set
38450 +# CONFIG_DEBUG_SG is not set
38451 +# CONFIG_BOOT_PRINTK_DELAY is not set
38452 +# CONFIG_RCU_TORTURE_TEST is not set
38453 +# CONFIG_BACKTRACE_SELF_TEST is not set
38454 +# CONFIG_FAULT_INJECTION is not set
38455 +# CONFIG_SAMPLES is not set
38456 +# CONFIG_DEBUG_STACKOVERFLOW is not set
38457 +# CONFIG_DEBUG_STACK_USAGE is not set
38458 +# CONFIG_DEBUG_PAGEALLOC is not set
38459 +CONFIG_DEBUGGER=y
38460 +# CONFIG_XMON is not set
38461 +# CONFIG_BDI_SWITCH is not set
38462 +CONFIG_PPC_EARLY_DEBUG=y
38463 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
38464 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
38465 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
38466 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
38467 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
38468 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
38469 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
38470 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
38471 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
38472 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
38473 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
38474 +
38475 +#
38476 +# Security options
38477 +#
38478 +# CONFIG_KEYS is not set
38479 +# CONFIG_SECURITY is not set
38480 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
38481 +CONFIG_CRYPTO=y
38482 +CONFIG_CRYPTO_ALGAPI=y
38483 +CONFIG_CRYPTO_BLKCIPHER=y
38484 +# CONFIG_CRYPTO_SEQIV is not set
38485 +CONFIG_CRYPTO_MANAGER=y
38486 +# CONFIG_CRYPTO_HMAC is not set
38487 +# CONFIG_CRYPTO_XCBC is not set
38488 +# CONFIG_CRYPTO_NULL is not set
38489 +# CONFIG_CRYPTO_MD4 is not set
38490 +CONFIG_CRYPTO_MD5=y
38491 +# CONFIG_CRYPTO_SHA1 is not set
38492 +# CONFIG_CRYPTO_SHA256 is not set
38493 +# CONFIG_CRYPTO_SHA512 is not set
38494 +# CONFIG_CRYPTO_WP512 is not set
38495 +# CONFIG_CRYPTO_TGR192 is not set
38496 +# CONFIG_CRYPTO_GF128MUL is not set
38497 +CONFIG_CRYPTO_ECB=m
38498 +CONFIG_CRYPTO_CBC=y
38499 +CONFIG_CRYPTO_PCBC=m
38500 +# CONFIG_CRYPTO_LRW is not set
38501 +# CONFIG_CRYPTO_XTS is not set
38502 +# CONFIG_CRYPTO_CTR is not set
38503 +# CONFIG_CRYPTO_GCM is not set
38504 +# CONFIG_CRYPTO_CCM is not set
38505 +# CONFIG_CRYPTO_CRYPTD is not set
38506 +CONFIG_CRYPTO_DES=y
38507 +# CONFIG_CRYPTO_FCRYPT is not set
38508 +# CONFIG_CRYPTO_BLOWFISH is not set
38509 +# CONFIG_CRYPTO_TWOFISH is not set
38510 +# CONFIG_CRYPTO_SERPENT is not set
38511 +# CONFIG_CRYPTO_AES is not set
38512 +# CONFIG_CRYPTO_CAST5 is not set
38513 +# CONFIG_CRYPTO_CAST6 is not set
38514 +# CONFIG_CRYPTO_TEA is not set
38515 +# CONFIG_CRYPTO_ARC4 is not set
38516 +# CONFIG_CRYPTO_KHAZAD is not set
38517 +# CONFIG_CRYPTO_ANUBIS is not set
38518 +# CONFIG_CRYPTO_SEED is not set
38519 +# CONFIG_CRYPTO_SALSA20 is not set
38520 +# CONFIG_CRYPTO_DEFLATE is not set
38521 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
38522 +# CONFIG_CRYPTO_CRC32C is not set
38523 +# CONFIG_CRYPTO_CAMELLIA is not set
38524 +# CONFIG_CRYPTO_TEST is not set
38525 +# CONFIG_CRYPTO_AUTHENC is not set
38526 +# CONFIG_CRYPTO_LZO is not set
38527 +CONFIG_CRYPTO_HW=y
38528 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
38529 +# CONFIG_PPC_CLOCK is not set
38530 +CONFIG_PPC_LIB_RHEAP=y
38531 --- /dev/null
38532 +++ b/arch/powerpc/configs/85xx/mpc8572_ds_defconfig
38533 @@ -0,0 +1,1549 @@
38534 +#
38535 +# Automatically generated make config: don't edit
38536 +# Linux kernel version: 2.6.25-rc7
38537 +# Mon Mar 31 11:37:06 2008
38538 +#
38539 +# CONFIG_PPC64 is not set
38540 +
38541 +#
38542 +# Processor support
38543 +#
38544 +# CONFIG_6xx is not set
38545 +CONFIG_PPC_85xx=y
38546 +# CONFIG_PPC_8xx is not set
38547 +# CONFIG_40x is not set
38548 +# CONFIG_44x is not set
38549 +# CONFIG_E200 is not set
38550 +CONFIG_E500=y
38551 +CONFIG_BOOKE=y
38552 +CONFIG_FSL_BOOKE=y
38553 +CONFIG_FSL_EMB_PERFMON=y
38554 +# CONFIG_PHYS_64BIT is not set
38555 +CONFIG_SPE=y
38556 +# CONFIG_PPC_MM_SLICES is not set
38557 +CONFIG_PPC32=y
38558 +CONFIG_WORD_SIZE=32
38559 +CONFIG_PPC_MERGE=y
38560 +CONFIG_MMU=y
38561 +CONFIG_GENERIC_CMOS_UPDATE=y
38562 +CONFIG_GENERIC_TIME=y
38563 +CONFIG_GENERIC_TIME_VSYSCALL=y
38564 +CONFIG_GENERIC_CLOCKEVENTS=y
38565 +CONFIG_GENERIC_HARDIRQS=y
38566 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
38567 +CONFIG_IRQ_PER_CPU=y
38568 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
38569 +CONFIG_ARCH_HAS_ILOG2_U32=y
38570 +CONFIG_GENERIC_HWEIGHT=y
38571 +CONFIG_GENERIC_CALIBRATE_DELAY=y
38572 +CONFIG_GENERIC_FIND_NEXT_BIT=y
38573 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
38574 +CONFIG_PPC=y
38575 +CONFIG_EARLY_PRINTK=y
38576 +CONFIG_GENERIC_NVRAM=y
38577 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
38578 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
38579 +CONFIG_PPC_OF=y
38580 +CONFIG_OF=y
38581 +CONFIG_PPC_UDBG_16550=y
38582 +# CONFIG_GENERIC_TBSYNC is not set
38583 +CONFIG_AUDIT_ARCH=y
38584 +CONFIG_GENERIC_BUG=y
38585 +CONFIG_DEFAULT_UIMAGE=y
38586 +# CONFIG_PPC_DCR_NATIVE is not set
38587 +# CONFIG_PPC_DCR_MMIO is not set
38588 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
38589 +
38590 +#
38591 +# General setup
38592 +#
38593 +CONFIG_EXPERIMENTAL=y
38594 +CONFIG_BROKEN_ON_SMP=y
38595 +CONFIG_INIT_ENV_ARG_LIMIT=32
38596 +CONFIG_LOCALVERSION=""
38597 +CONFIG_LOCALVERSION_AUTO=y
38598 +CONFIG_SWAP=y
38599 +CONFIG_SYSVIPC=y
38600 +CONFIG_SYSVIPC_SYSCTL=y
38601 +CONFIG_POSIX_MQUEUE=y
38602 +CONFIG_BSD_PROCESS_ACCT=y
38603 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
38604 +# CONFIG_TASKSTATS is not set
38605 +CONFIG_AUDIT=y
38606 +# CONFIG_AUDITSYSCALL is not set
38607 +CONFIG_IKCONFIG=y
38608 +CONFIG_IKCONFIG_PROC=y
38609 +CONFIG_LOG_BUF_SHIFT=14
38610 +# CONFIG_CGROUPS is not set
38611 +CONFIG_GROUP_SCHED=y
38612 +# CONFIG_FAIR_GROUP_SCHED is not set
38613 +# CONFIG_RT_GROUP_SCHED is not set
38614 +CONFIG_USER_SCHED=y
38615 +# CONFIG_CGROUP_SCHED is not set
38616 +CONFIG_SYSFS_DEPRECATED=y
38617 +CONFIG_SYSFS_DEPRECATED_V2=y
38618 +# CONFIG_RELAY is not set
38619 +# CONFIG_NAMESPACES is not set
38620 +CONFIG_BLK_DEV_INITRD=y
38621 +CONFIG_INITRAMFS_SOURCE=""
38622 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
38623 +CONFIG_SYSCTL=y
38624 +CONFIG_EMBEDDED=y
38625 +CONFIG_SYSCTL_SYSCALL=y
38626 +CONFIG_KALLSYMS=y
38627 +CONFIG_KALLSYMS_ALL=y
38628 +CONFIG_KALLSYMS_EXTRA_PASS=y
38629 +CONFIG_HOTPLUG=y
38630 +CONFIG_PRINTK=y
38631 +CONFIG_BUG=y
38632 +CONFIG_ELF_CORE=y
38633 +CONFIG_COMPAT_BRK=y
38634 +CONFIG_BASE_FULL=y
38635 +CONFIG_FUTEX=y
38636 +CONFIG_ANON_INODES=y
38637 +CONFIG_EPOLL=y
38638 +CONFIG_SIGNALFD=y
38639 +CONFIG_TIMERFD=y
38640 +CONFIG_EVENTFD=y
38641 +CONFIG_SHMEM=y
38642 +CONFIG_VM_EVENT_COUNTERS=y
38643 +CONFIG_SLUB_DEBUG=y
38644 +# CONFIG_SLAB is not set
38645 +CONFIG_SLUB=y
38646 +# CONFIG_SLOB is not set
38647 +# CONFIG_PROFILING is not set
38648 +# CONFIG_MARKERS is not set
38649 +CONFIG_HAVE_OPROFILE=y
38650 +# CONFIG_KPROBES is not set
38651 +CONFIG_HAVE_KPROBES=y
38652 +CONFIG_HAVE_KRETPROBES=y
38653 +CONFIG_PROC_PAGE_MONITOR=y
38654 +CONFIG_SLABINFO=y
38655 +CONFIG_RT_MUTEXES=y
38656 +# CONFIG_TINY_SHMEM is not set
38657 +CONFIG_BASE_SMALL=0
38658 +CONFIG_MODULES=y
38659 +CONFIG_MODULE_UNLOAD=y
38660 +CONFIG_MODULE_FORCE_UNLOAD=y
38661 +CONFIG_MODVERSIONS=y
38662 +# CONFIG_MODULE_SRCVERSION_ALL is not set
38663 +CONFIG_KMOD=y
38664 +CONFIG_BLOCK=y
38665 +CONFIG_LBD=y
38666 +# CONFIG_BLK_DEV_IO_TRACE is not set
38667 +# CONFIG_LSF is not set
38668 +# CONFIG_BLK_DEV_BSG is not set
38669 +
38670 +#
38671 +# IO Schedulers
38672 +#
38673 +CONFIG_IOSCHED_NOOP=y
38674 +CONFIG_IOSCHED_AS=y
38675 +CONFIG_IOSCHED_DEADLINE=y
38676 +CONFIG_IOSCHED_CFQ=y
38677 +# CONFIG_DEFAULT_AS is not set
38678 +# CONFIG_DEFAULT_DEADLINE is not set
38679 +CONFIG_DEFAULT_CFQ=y
38680 +# CONFIG_DEFAULT_NOOP is not set
38681 +CONFIG_DEFAULT_IOSCHED="cfq"
38682 +CONFIG_CLASSIC_RCU=y
38683 +
38684 +#
38685 +# Platform support
38686 +#
38687 +# CONFIG_PPC_MPC512x is not set
38688 +# CONFIG_PPC_MPC5121 is not set
38689 +# CONFIG_PPC_CELL is not set
38690 +# CONFIG_PPC_CELL_NATIVE is not set
38691 +# CONFIG_PQ2ADS is not set
38692 +CONFIG_MPC85xx=y
38693 +# CONFIG_MPC8540_ADS is not set
38694 +# CONFIG_MPC8560_ADS is not set
38695 +# CONFIG_MPC85xx_CDS is not set
38696 +# CONFIG_MPC85xx_MDS is not set
38697 +CONFIG_MPC85xx_DS=y
38698 +# CONFIG_STX_GP3 is not set
38699 +# CONFIG_TQM8540 is not set
38700 +# CONFIG_TQM8541 is not set
38701 +# CONFIG_TQM8555 is not set
38702 +# CONFIG_TQM8560 is not set
38703 +# CONFIG_SBC8548 is not set
38704 +# CONFIG_SBC8560 is not set
38705 +# CONFIG_IPIC is not set
38706 +CONFIG_MPIC=y
38707 +# CONFIG_MPIC_WEIRD is not set
38708 +CONFIG_PPC_I8259=y
38709 +# CONFIG_PPC_RTAS is not set
38710 +# CONFIG_MMIO_NVRAM is not set
38711 +# CONFIG_PPC_MPC106 is not set
38712 +# CONFIG_PPC_970_NAP is not set
38713 +# CONFIG_PPC_INDIRECT_IO is not set
38714 +# CONFIG_GENERIC_IOMAP is not set
38715 +# CONFIG_CPU_FREQ is not set
38716 +# CONFIG_CPM2 is not set
38717 +CONFIG_FSL_ULI1575=y
38718 +
38719 +#
38720 +# Kernel options
38721 +#
38722 +CONFIG_HIGHMEM=y
38723 +CONFIG_TICK_ONESHOT=y
38724 +CONFIG_NO_HZ=y
38725 +CONFIG_HIGH_RES_TIMERS=y
38726 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
38727 +# CONFIG_HZ_100 is not set
38728 +CONFIG_HZ_250=y
38729 +# CONFIG_HZ_300 is not set
38730 +# CONFIG_HZ_1000 is not set
38731 +CONFIG_HZ=250
38732 +# CONFIG_SCHED_HRTICK is not set
38733 +CONFIG_PREEMPT_NONE=y
38734 +# CONFIG_PREEMPT_VOLUNTARY is not set
38735 +# CONFIG_PREEMPT is not set
38736 +CONFIG_BINFMT_ELF=y
38737 +CONFIG_BINFMT_MISC=m
38738 +CONFIG_MATH_EMULATION=y
38739 +# CONFIG_IOMMU_HELPER is not set
38740 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
38741 +CONFIG_ARCH_HAS_WALK_MEMORY=y
38742 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
38743 +CONFIG_ARCH_FLATMEM_ENABLE=y
38744 +CONFIG_ARCH_POPULATES_NODE_MAP=y
38745 +CONFIG_SELECT_MEMORY_MODEL=y
38746 +CONFIG_FLATMEM_MANUAL=y
38747 +# CONFIG_DISCONTIGMEM_MANUAL is not set
38748 +# CONFIG_SPARSEMEM_MANUAL is not set
38749 +CONFIG_FLATMEM=y
38750 +CONFIG_FLAT_NODE_MEM_MAP=y
38751 +# CONFIG_SPARSEMEM_STATIC is not set
38752 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
38753 +CONFIG_SPLIT_PTLOCK_CPUS=4
38754 +# CONFIG_RESOURCES_64BIT is not set
38755 +CONFIG_ZONE_DMA_FLAG=1
38756 +CONFIG_BOUNCE=y
38757 +CONFIG_VIRT_TO_BUS=y
38758 +CONFIG_PROC_DEVICETREE=y
38759 +# CONFIG_CMDLINE_BOOL is not set
38760 +# CONFIG_PM is not set
38761 +CONFIG_SECCOMP=y
38762 +CONFIG_ISA_DMA_API=y
38763 +
38764 +#
38765 +# Bus options
38766 +#
38767 +CONFIG_ZONE_DMA=y
38768 +CONFIG_GENERIC_ISA_DMA=y
38769 +CONFIG_PPC_INDIRECT_PCI=y
38770 +CONFIG_FSL_SOC=y
38771 +CONFIG_FSL_PCI=y
38772 +CONFIG_PCI=y
38773 +CONFIG_PCI_DOMAINS=y
38774 +CONFIG_PCI_SYSCALL=y
38775 +# CONFIG_PCIEPORTBUS is not set
38776 +CONFIG_ARCH_SUPPORTS_MSI=y
38777 +# CONFIG_PCI_MSI is not set
38778 +CONFIG_PCI_LEGACY=y
38779 +# CONFIG_PCI_DEBUG is not set
38780 +# CONFIG_PCCARD is not set
38781 +# CONFIG_HOTPLUG_PCI is not set
38782 +
38783 +#
38784 +# Advanced setup
38785 +#
38786 +# CONFIG_ADVANCED_OPTIONS is not set
38787 +
38788 +#
38789 +# Default settings for advanced configuration options are used
38790 +#
38791 +CONFIG_HIGHMEM_START=0xfe000000
38792 +CONFIG_LOWMEM_SIZE=0x30000000
38793 +CONFIG_KERNEL_START=0xc0000000
38794 +CONFIG_TASK_SIZE=0xc0000000
38795 +CONFIG_BOOT_LOAD=0x00800000
38796 +
38797 +#
38798 +# Networking
38799 +#
38800 +CONFIG_NET=y
38801 +
38802 +#
38803 +# Networking options
38804 +#
38805 +CONFIG_PACKET=y
38806 +# CONFIG_PACKET_MMAP is not set
38807 +CONFIG_UNIX=y
38808 +CONFIG_XFRM=y
38809 +CONFIG_XFRM_USER=y
38810 +# CONFIG_XFRM_SUB_POLICY is not set
38811 +# CONFIG_XFRM_MIGRATE is not set
38812 +# CONFIG_XFRM_STATISTICS is not set
38813 +CONFIG_NET_KEY=m
38814 +# CONFIG_NET_KEY_MIGRATE is not set
38815 +CONFIG_INET=y
38816 +CONFIG_IP_MULTICAST=y
38817 +CONFIG_IP_ADVANCED_ROUTER=y
38818 +CONFIG_ASK_IP_FIB_HASH=y
38819 +# CONFIG_IP_FIB_TRIE is not set
38820 +CONFIG_IP_FIB_HASH=y
38821 +CONFIG_IP_MULTIPLE_TABLES=y
38822 +CONFIG_IP_ROUTE_MULTIPATH=y
38823 +CONFIG_IP_ROUTE_VERBOSE=y
38824 +CONFIG_IP_PNP=y
38825 +CONFIG_IP_PNP_DHCP=y
38826 +CONFIG_IP_PNP_BOOTP=y
38827 +CONFIG_IP_PNP_RARP=y
38828 +CONFIG_NET_IPIP=y
38829 +CONFIG_NET_IPGRE=y
38830 +CONFIG_NET_IPGRE_BROADCAST=y
38831 +CONFIG_IP_MROUTE=y
38832 +CONFIG_IP_PIMSM_V1=y
38833 +CONFIG_IP_PIMSM_V2=y
38834 +CONFIG_ARPD=y
38835 +# CONFIG_SYN_COOKIES is not set
38836 +# CONFIG_INET_AH is not set
38837 +# CONFIG_INET_ESP is not set
38838 +# CONFIG_INET_IPCOMP is not set
38839 +# CONFIG_INET_XFRM_TUNNEL is not set
38840 +CONFIG_INET_TUNNEL=y
38841 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
38842 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
38843 +# CONFIG_INET_XFRM_MODE_BEET is not set
38844 +# CONFIG_INET_LRO is not set
38845 +CONFIG_INET_DIAG=y
38846 +CONFIG_INET_TCP_DIAG=y
38847 +# CONFIG_TCP_CONG_ADVANCED is not set
38848 +CONFIG_TCP_CONG_CUBIC=y
38849 +CONFIG_DEFAULT_TCP_CONG="cubic"
38850 +# CONFIG_TCP_MD5SIG is not set
38851 +CONFIG_IPV6=y
38852 +# CONFIG_IPV6_PRIVACY is not set
38853 +# CONFIG_IPV6_ROUTER_PREF is not set
38854 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
38855 +# CONFIG_INET6_AH is not set
38856 +# CONFIG_INET6_ESP is not set
38857 +# CONFIG_INET6_IPCOMP is not set
38858 +# CONFIG_IPV6_MIP6 is not set
38859 +# CONFIG_INET6_XFRM_TUNNEL is not set
38860 +# CONFIG_INET6_TUNNEL is not set
38861 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
38862 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
38863 +CONFIG_INET6_XFRM_MODE_BEET=y
38864 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
38865 +CONFIG_IPV6_SIT=y
38866 +# CONFIG_IPV6_TUNNEL is not set
38867 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
38868 +# CONFIG_NETWORK_SECMARK is not set
38869 +# CONFIG_NETFILTER is not set
38870 +# CONFIG_IP_DCCP is not set
38871 +CONFIG_IP_SCTP=m
38872 +# CONFIG_SCTP_DBG_MSG is not set
38873 +# CONFIG_SCTP_DBG_OBJCNT is not set
38874 +# CONFIG_SCTP_HMAC_NONE is not set
38875 +# CONFIG_SCTP_HMAC_SHA1 is not set
38876 +CONFIG_SCTP_HMAC_MD5=y
38877 +# CONFIG_TIPC is not set
38878 +# CONFIG_ATM is not set
38879 +# CONFIG_BRIDGE is not set
38880 +# CONFIG_VLAN_8021Q is not set
38881 +# CONFIG_DECNET is not set
38882 +# CONFIG_LLC2 is not set
38883 +# CONFIG_IPX is not set
38884 +# CONFIG_ATALK is not set
38885 +# CONFIG_X25 is not set
38886 +# CONFIG_LAPB is not set
38887 +# CONFIG_ECONET is not set
38888 +# CONFIG_WAN_ROUTER is not set
38889 +# CONFIG_NET_SCHED is not set
38890 +
38891 +#
38892 +# Network testing
38893 +#
38894 +# CONFIG_NET_PKTGEN is not set
38895 +# CONFIG_HAMRADIO is not set
38896 +# CONFIG_CAN is not set
38897 +# CONFIG_IRDA is not set
38898 +# CONFIG_BT is not set
38899 +# CONFIG_AF_RXRPC is not set
38900 +CONFIG_FIB_RULES=y
38901 +
38902 +#
38903 +# Wireless
38904 +#
38905 +# CONFIG_CFG80211 is not set
38906 +# CONFIG_WIRELESS_EXT is not set
38907 +# CONFIG_MAC80211 is not set
38908 +# CONFIG_IEEE80211 is not set
38909 +# CONFIG_RFKILL is not set
38910 +# CONFIG_NET_9P is not set
38911 +
38912 +#
38913 +# Device Drivers
38914 +#
38915 +
38916 +#
38917 +# Generic Driver Options
38918 +#
38919 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
38920 +CONFIG_STANDALONE=y
38921 +CONFIG_PREVENT_FIRMWARE_BUILD=y
38922 +CONFIG_FW_LOADER=y
38923 +# CONFIG_DEBUG_DRIVER is not set
38924 +# CONFIG_DEBUG_DEVRES is not set
38925 +# CONFIG_SYS_HYPERVISOR is not set
38926 +# CONFIG_CONNECTOR is not set
38927 +# CONFIG_MTD is not set
38928 +CONFIG_OF_DEVICE=y
38929 +# CONFIG_PARPORT is not set
38930 +CONFIG_BLK_DEV=y
38931 +# CONFIG_BLK_DEV_FD is not set
38932 +# CONFIG_BLK_CPQ_DA is not set
38933 +# CONFIG_BLK_CPQ_CISS_DA is not set
38934 +# CONFIG_BLK_DEV_DAC960 is not set
38935 +# CONFIG_BLK_DEV_UMEM is not set
38936 +# CONFIG_BLK_DEV_COW_COMMON is not set
38937 +CONFIG_BLK_DEV_LOOP=y
38938 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
38939 +CONFIG_BLK_DEV_NBD=y
38940 +# CONFIG_BLK_DEV_SX8 is not set
38941 +# CONFIG_BLK_DEV_UB is not set
38942 +CONFIG_BLK_DEV_RAM=y
38943 +CONFIG_BLK_DEV_RAM_COUNT=16
38944 +CONFIG_BLK_DEV_RAM_SIZE=131072
38945 +# CONFIG_BLK_DEV_XIP is not set
38946 +# CONFIG_CDROM_PKTCDVD is not set
38947 +# CONFIG_ATA_OVER_ETH is not set
38948 +CONFIG_MISC_DEVICES=y
38949 +# CONFIG_PHANTOM is not set
38950 +# CONFIG_EEPROM_93CX6 is not set
38951 +# CONFIG_SGI_IOC4 is not set
38952 +# CONFIG_TIFM_CORE is not set
38953 +# CONFIG_ENCLOSURE_SERVICES is not set
38954 +CONFIG_HAVE_IDE=y
38955 +# CONFIG_IDE is not set
38956 +
38957 +#
38958 +# SCSI device support
38959 +#
38960 +# CONFIG_RAID_ATTRS is not set
38961 +CONFIG_SCSI=y
38962 +CONFIG_SCSI_DMA=y
38963 +# CONFIG_SCSI_TGT is not set
38964 +# CONFIG_SCSI_NETLINK is not set
38965 +CONFIG_SCSI_PROC_FS=y
38966 +
38967 +#
38968 +# SCSI support type (disk, tape, CD-ROM)
38969 +#
38970 +CONFIG_BLK_DEV_SD=y
38971 +CONFIG_CHR_DEV_ST=y
38972 +# CONFIG_CHR_DEV_OSST is not set
38973 +CONFIG_BLK_DEV_SR=y
38974 +# CONFIG_BLK_DEV_SR_VENDOR is not set
38975 +CONFIG_CHR_DEV_SG=y
38976 +# CONFIG_CHR_DEV_SCH is not set
38977 +
38978 +#
38979 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
38980 +#
38981 +CONFIG_SCSI_MULTI_LUN=y
38982 +# CONFIG_SCSI_CONSTANTS is not set
38983 +CONFIG_SCSI_LOGGING=y
38984 +# CONFIG_SCSI_SCAN_ASYNC is not set
38985 +CONFIG_SCSI_WAIT_SCAN=m
38986 +
38987 +#
38988 +# SCSI Transports
38989 +#
38990 +# CONFIG_SCSI_SPI_ATTRS is not set
38991 +# CONFIG_SCSI_FC_ATTRS is not set
38992 +# CONFIG_SCSI_ISCSI_ATTRS is not set
38993 +# CONFIG_SCSI_SAS_LIBSAS is not set
38994 +# CONFIG_SCSI_SRP_ATTRS is not set
38995 +CONFIG_SCSI_LOWLEVEL=y
38996 +# CONFIG_ISCSI_TCP is not set
38997 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
38998 +# CONFIG_SCSI_3W_9XXX is not set
38999 +# CONFIG_SCSI_ACARD is not set
39000 +# CONFIG_SCSI_AACRAID is not set
39001 +# CONFIG_SCSI_AIC7XXX is not set
39002 +# CONFIG_SCSI_AIC7XXX_OLD is not set
39003 +# CONFIG_SCSI_AIC79XX is not set
39004 +# CONFIG_SCSI_AIC94XX is not set
39005 +# CONFIG_SCSI_DPT_I2O is not set
39006 +# CONFIG_SCSI_ADVANSYS is not set
39007 +# CONFIG_SCSI_ARCMSR is not set
39008 +# CONFIG_MEGARAID_NEWGEN is not set
39009 +# CONFIG_MEGARAID_LEGACY is not set
39010 +# CONFIG_MEGARAID_SAS is not set
39011 +# CONFIG_SCSI_HPTIOP is not set
39012 +# CONFIG_SCSI_BUSLOGIC is not set
39013 +# CONFIG_SCSI_DMX3191D is not set
39014 +# CONFIG_SCSI_EATA is not set
39015 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
39016 +# CONFIG_SCSI_GDTH is not set
39017 +# CONFIG_SCSI_IPS is not set
39018 +# CONFIG_SCSI_INITIO is not set
39019 +# CONFIG_SCSI_INIA100 is not set
39020 +# CONFIG_SCSI_MVSAS is not set
39021 +# CONFIG_SCSI_STEX is not set
39022 +# CONFIG_SCSI_SYM53C8XX_2 is not set
39023 +# CONFIG_SCSI_IPR is not set
39024 +# CONFIG_SCSI_QLOGIC_1280 is not set
39025 +# CONFIG_SCSI_QLA_FC is not set
39026 +# CONFIG_SCSI_QLA_ISCSI is not set
39027 +# CONFIG_SCSI_LPFC is not set
39028 +# CONFIG_SCSI_DC395x is not set
39029 +# CONFIG_SCSI_DC390T is not set
39030 +# CONFIG_SCSI_NSP32 is not set
39031 +# CONFIG_SCSI_DEBUG is not set
39032 +# CONFIG_SCSI_SRP is not set
39033 +CONFIG_ATA=y
39034 +# CONFIG_ATA_NONSTANDARD is not set
39035 +CONFIG_SATA_AHCI=y
39036 +# CONFIG_SATA_SVW is not set
39037 +# CONFIG_ATA_PIIX is not set
39038 +# CONFIG_SATA_MV is not set
39039 +# CONFIG_SATA_NV is not set
39040 +# CONFIG_PDC_ADMA is not set
39041 +# CONFIG_SATA_QSTOR is not set
39042 +# CONFIG_SATA_PROMISE is not set
39043 +# CONFIG_SATA_SX4 is not set
39044 +# CONFIG_SATA_SIL is not set
39045 +# CONFIG_SATA_SIL24 is not set
39046 +# CONFIG_SATA_SIS is not set
39047 +# CONFIG_SATA_ULI is not set
39048 +# CONFIG_SATA_VIA is not set
39049 +# CONFIG_SATA_VITESSE is not set
39050 +# CONFIG_SATA_INIC162X is not set
39051 +# CONFIG_SATA_FSL is not set
39052 +CONFIG_PATA_ALI=y
39053 +# CONFIG_PATA_AMD is not set
39054 +# CONFIG_PATA_ARTOP is not set
39055 +# CONFIG_PATA_ATIIXP is not set
39056 +# CONFIG_PATA_CMD640_PCI is not set
39057 +# CONFIG_PATA_CMD64X is not set
39058 +# CONFIG_PATA_CS5520 is not set
39059 +# CONFIG_PATA_CS5530 is not set
39060 +# CONFIG_PATA_CYPRESS is not set
39061 +# CONFIG_PATA_EFAR is not set
39062 +# CONFIG_ATA_GENERIC is not set
39063 +# CONFIG_PATA_HPT366 is not set
39064 +# CONFIG_PATA_HPT37X is not set
39065 +# CONFIG_PATA_HPT3X2N is not set
39066 +# CONFIG_PATA_HPT3X3 is not set
39067 +# CONFIG_PATA_IT821X is not set
39068 +# CONFIG_PATA_IT8213 is not set
39069 +# CONFIG_PATA_JMICRON is not set
39070 +# CONFIG_PATA_TRIFLEX is not set
39071 +# CONFIG_PATA_MARVELL is not set
39072 +# CONFIG_PATA_MPIIX is not set
39073 +# CONFIG_PATA_OLDPIIX is not set
39074 +# CONFIG_PATA_NETCELL is not set
39075 +# CONFIG_PATA_NINJA32 is not set
39076 +# CONFIG_PATA_NS87410 is not set
39077 +# CONFIG_PATA_NS87415 is not set
39078 +# CONFIG_PATA_OPTI is not set
39079 +# CONFIG_PATA_OPTIDMA is not set
39080 +# CONFIG_PATA_PDC_OLD is not set
39081 +# CONFIG_PATA_RADISYS is not set
39082 +# CONFIG_PATA_RZ1000 is not set
39083 +# CONFIG_PATA_SC1200 is not set
39084 +# CONFIG_PATA_SERVERWORKS is not set
39085 +# CONFIG_PATA_PDC2027X is not set
39086 +# CONFIG_PATA_SIL680 is not set
39087 +# CONFIG_PATA_SIS is not set
39088 +# CONFIG_PATA_VIA is not set
39089 +# CONFIG_PATA_WINBOND is not set
39090 +# CONFIG_PATA_PLATFORM is not set
39091 +# CONFIG_MD is not set
39092 +# CONFIG_FUSION is not set
39093 +
39094 +#
39095 +# IEEE 1394 (FireWire) support
39096 +#
39097 +# CONFIG_FIREWIRE is not set
39098 +# CONFIG_IEEE1394 is not set
39099 +# CONFIG_I2O is not set
39100 +# CONFIG_MACINTOSH_DRIVERS is not set
39101 +CONFIG_NETDEVICES=y
39102 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
39103 +CONFIG_DUMMY=y
39104 +# CONFIG_BONDING is not set
39105 +# CONFIG_MACVLAN is not set
39106 +# CONFIG_EQUALIZER is not set
39107 +# CONFIG_TUN is not set
39108 +# CONFIG_VETH is not set
39109 +# CONFIG_ARCNET is not set
39110 +CONFIG_PHYLIB=y
39111 +
39112 +#
39113 +# MII PHY device drivers
39114 +#
39115 +# CONFIG_MARVELL_PHY is not set
39116 +# CONFIG_DAVICOM_PHY is not set
39117 +# CONFIG_QSEMI_PHY is not set
39118 +# CONFIG_LXT_PHY is not set
39119 +# CONFIG_CICADA_PHY is not set
39120 +CONFIG_VITESSE_PHY=y
39121 +# CONFIG_SMSC_PHY is not set
39122 +# CONFIG_BROADCOM_PHY is not set
39123 +# CONFIG_ICPLUS_PHY is not set
39124 +# CONFIG_REALTEK_PHY is not set
39125 +# CONFIG_FIXED_PHY is not set
39126 +# CONFIG_MDIO_BITBANG is not set
39127 +CONFIG_NET_ETHERNET=y
39128 +CONFIG_MII=y
39129 +# CONFIG_HAPPYMEAL is not set
39130 +# CONFIG_SUNGEM is not set
39131 +# CONFIG_CASSINI is not set
39132 +# CONFIG_NET_VENDOR_3COM is not set
39133 +# CONFIG_NET_TULIP is not set
39134 +# CONFIG_HP100 is not set
39135 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
39136 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
39137 +# CONFIG_IBM_NEW_EMAC_TAH is not set
39138 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
39139 +# CONFIG_NET_PCI is not set
39140 +# CONFIG_B44 is not set
39141 +CONFIG_NETDEV_1000=y
39142 +# CONFIG_ACENIC is not set
39143 +# CONFIG_DL2K is not set
39144 +# CONFIG_E1000 is not set
39145 +# CONFIG_E1000E is not set
39146 +# CONFIG_E1000E_ENABLED is not set
39147 +# CONFIG_IP1000 is not set
39148 +# CONFIG_IGB is not set
39149 +# CONFIG_NS83820 is not set
39150 +# CONFIG_HAMACHI is not set
39151 +# CONFIG_YELLOWFIN is not set
39152 +# CONFIG_R8169 is not set
39153 +# CONFIG_SIS190 is not set
39154 +# CONFIG_SKGE is not set
39155 +# CONFIG_SKY2 is not set
39156 +# CONFIG_SK98LIN is not set
39157 +# CONFIG_VIA_VELOCITY is not set
39158 +# CONFIG_TIGON3 is not set
39159 +# CONFIG_BNX2 is not set
39160 +CONFIG_GIANFAR=y
39161 +CONFIG_GFAR_NAPI=y
39162 +# CONFIG_QLA3XXX is not set
39163 +# CONFIG_ATL1 is not set
39164 +CONFIG_NETDEV_10000=y
39165 +# CONFIG_CHELSIO_T1 is not set
39166 +# CONFIG_CHELSIO_T3 is not set
39167 +# CONFIG_IXGBE is not set
39168 +# CONFIG_IXGB is not set
39169 +# CONFIG_S2IO is not set
39170 +# CONFIG_MYRI10GE is not set
39171 +# CONFIG_NETXEN_NIC is not set
39172 +# CONFIG_NIU is not set
39173 +# CONFIG_MLX4_CORE is not set
39174 +# CONFIG_TEHUTI is not set
39175 +# CONFIG_BNX2X is not set
39176 +# CONFIG_TR is not set
39177 +
39178 +#
39179 +# Wireless LAN
39180 +#
39181 +# CONFIG_WLAN_PRE80211 is not set
39182 +# CONFIG_WLAN_80211 is not set
39183 +
39184 +#
39185 +# USB Network Adapters
39186 +#
39187 +# CONFIG_USB_CATC is not set
39188 +# CONFIG_USB_KAWETH is not set
39189 +# CONFIG_USB_PEGASUS is not set
39190 +# CONFIG_USB_RTL8150 is not set
39191 +# CONFIG_USB_USBNET is not set
39192 +# CONFIG_WAN is not set
39193 +# CONFIG_FDDI is not set
39194 +# CONFIG_HIPPI is not set
39195 +# CONFIG_PPP is not set
39196 +# CONFIG_SLIP is not set
39197 +# CONFIG_NET_FC is not set
39198 +# CONFIG_NETCONSOLE is not set
39199 +# CONFIG_NETPOLL is not set
39200 +# CONFIG_NET_POLL_CONTROLLER is not set
39201 +# CONFIG_ISDN is not set
39202 +# CONFIG_PHONE is not set
39203 +
39204 +#
39205 +# Input device support
39206 +#
39207 +CONFIG_INPUT=y
39208 +# CONFIG_INPUT_FF_MEMLESS is not set
39209 +# CONFIG_INPUT_POLLDEV is not set
39210 +
39211 +#
39212 +# Userland interfaces
39213 +#
39214 +# CONFIG_INPUT_MOUSEDEV is not set
39215 +# CONFIG_INPUT_JOYDEV is not set
39216 +# CONFIG_INPUT_EVDEV is not set
39217 +# CONFIG_INPUT_EVBUG is not set
39218 +
39219 +#
39220 +# Input Device Drivers
39221 +#
39222 +# CONFIG_INPUT_KEYBOARD is not set
39223 +# CONFIG_INPUT_MOUSE is not set
39224 +# CONFIG_INPUT_JOYSTICK is not set
39225 +# CONFIG_INPUT_TABLET is not set
39226 +# CONFIG_INPUT_TOUCHSCREEN is not set
39227 +# CONFIG_INPUT_MISC is not set
39228 +
39229 +#
39230 +# Hardware I/O ports
39231 +#
39232 +CONFIG_SERIO=y
39233 +CONFIG_SERIO_I8042=y
39234 +CONFIG_SERIO_SERPORT=y
39235 +# CONFIG_SERIO_PCIPS2 is not set
39236 +CONFIG_SERIO_LIBPS2=y
39237 +# CONFIG_SERIO_RAW is not set
39238 +# CONFIG_GAMEPORT is not set
39239 +
39240 +#
39241 +# Character devices
39242 +#
39243 +CONFIG_VT=y
39244 +CONFIG_VT_CONSOLE=y
39245 +CONFIG_HW_CONSOLE=y
39246 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
39247 +# CONFIG_SERIAL_NONSTANDARD is not set
39248 +# CONFIG_NOZOMI is not set
39249 +
39250 +#
39251 +# Serial drivers
39252 +#
39253 +CONFIG_SERIAL_8250=y
39254 +CONFIG_SERIAL_8250_CONSOLE=y
39255 +CONFIG_SERIAL_8250_PCI=y
39256 +CONFIG_SERIAL_8250_NR_UARTS=2
39257 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
39258 +CONFIG_SERIAL_8250_EXTENDED=y
39259 +CONFIG_SERIAL_8250_MANY_PORTS=y
39260 +CONFIG_SERIAL_8250_SHARE_IRQ=y
39261 +CONFIG_SERIAL_8250_DETECT_IRQ=y
39262 +CONFIG_SERIAL_8250_RSA=y
39263 +
39264 +#
39265 +# Non-8250 serial port support
39266 +#
39267 +# CONFIG_SERIAL_UARTLITE is not set
39268 +CONFIG_SERIAL_CORE=y
39269 +CONFIG_SERIAL_CORE_CONSOLE=y
39270 +# CONFIG_SERIAL_JSM is not set
39271 +# CONFIG_SERIAL_OF_PLATFORM is not set
39272 +CONFIG_UNIX98_PTYS=y
39273 +CONFIG_LEGACY_PTYS=y
39274 +CONFIG_LEGACY_PTY_COUNT=256
39275 +# CONFIG_IPMI_HANDLER is not set
39276 +# CONFIG_HW_RANDOM is not set
39277 +CONFIG_NVRAM=y
39278 +# CONFIG_GEN_RTC is not set
39279 +# CONFIG_R3964 is not set
39280 +# CONFIG_APPLICOM is not set
39281 +# CONFIG_RAW_DRIVER is not set
39282 +# CONFIG_TCG_TPM is not set
39283 +CONFIG_DEVPORT=y
39284 +CONFIG_I2C=y
39285 +CONFIG_I2C_BOARDINFO=y
39286 +# CONFIG_I2C_CHARDEV is not set
39287 +
39288 +#
39289 +# I2C Algorithms
39290 +#
39291 +# CONFIG_I2C_ALGOBIT is not set
39292 +# CONFIG_I2C_ALGOPCF is not set
39293 +# CONFIG_I2C_ALGOPCA is not set
39294 +
39295 +#
39296 +# I2C Hardware Bus support
39297 +#
39298 +# CONFIG_I2C_ALI1535 is not set
39299 +# CONFIG_I2C_ALI1563 is not set
39300 +# CONFIG_I2C_ALI15X3 is not set
39301 +# CONFIG_I2C_AMD756 is not set
39302 +# CONFIG_I2C_AMD8111 is not set
39303 +# CONFIG_I2C_I801 is not set
39304 +# CONFIG_I2C_I810 is not set
39305 +# CONFIG_I2C_PIIX4 is not set
39306 +CONFIG_I2C_MPC=y
39307 +# CONFIG_I2C_NFORCE2 is not set
39308 +# CONFIG_I2C_OCORES is not set
39309 +# CONFIG_I2C_PARPORT_LIGHT is not set
39310 +# CONFIG_I2C_PROSAVAGE is not set
39311 +# CONFIG_I2C_SAVAGE4 is not set
39312 +# CONFIG_I2C_SIMTEC is not set
39313 +# CONFIG_I2C_SIS5595 is not set
39314 +# CONFIG_I2C_SIS630 is not set
39315 +# CONFIG_I2C_SIS96X is not set
39316 +# CONFIG_I2C_TAOS_EVM is not set
39317 +# CONFIG_I2C_STUB is not set
39318 +# CONFIG_I2C_TINY_USB is not set
39319 +# CONFIG_I2C_VIA is not set
39320 +# CONFIG_I2C_VIAPRO is not set
39321 +# CONFIG_I2C_VOODOO3 is not set
39322 +
39323 +#
39324 +# Miscellaneous I2C Chip support
39325 +#
39326 +# CONFIG_DS1682 is not set
39327 +CONFIG_SENSORS_EEPROM=y
39328 +# CONFIG_SENSORS_PCF8574 is not set
39329 +# CONFIG_PCF8575 is not set
39330 +# CONFIG_SENSORS_PCF8591 is not set
39331 +# CONFIG_TPS65010 is not set
39332 +# CONFIG_SENSORS_MAX6875 is not set
39333 +# CONFIG_SENSORS_TSL2550 is not set
39334 +# CONFIG_I2C_DEBUG_CORE is not set
39335 +# CONFIG_I2C_DEBUG_ALGO is not set
39336 +# CONFIG_I2C_DEBUG_BUS is not set
39337 +# CONFIG_I2C_DEBUG_CHIP is not set
39338 +
39339 +#
39340 +# SPI support
39341 +#
39342 +# CONFIG_SPI is not set
39343 +# CONFIG_SPI_MASTER is not set
39344 +# CONFIG_W1 is not set
39345 +# CONFIG_POWER_SUPPLY is not set
39346 +# CONFIG_HWMON is not set
39347 +# CONFIG_THERMAL is not set
39348 +# CONFIG_WATCHDOG is not set
39349 +
39350 +#
39351 +# Sonics Silicon Backplane
39352 +#
39353 +CONFIG_SSB_POSSIBLE=y
39354 +# CONFIG_SSB is not set
39355 +
39356 +#
39357 +# Multifunction device drivers
39358 +#
39359 +# CONFIG_MFD_SM501 is not set
39360 +
39361 +#
39362 +# Multimedia devices
39363 +#
39364 +# CONFIG_VIDEO_DEV is not set
39365 +CONFIG_DVB_CORE=m
39366 +# CONFIG_DVB_CORE_ATTACH is not set
39367 +CONFIG_DVB_CAPTURE_DRIVERS=y
39368 +
39369 +#
39370 +# Supported SAA7146 based PCI Adapters
39371 +#
39372 +# CONFIG_TTPCI_EEPROM is not set
39373 +# CONFIG_DVB_BUDGET_CORE is not set
39374 +
39375 +#
39376 +# Supported USB Adapters
39377 +#
39378 +# CONFIG_DVB_USB is not set
39379 +# CONFIG_DVB_TTUSB_BUDGET is not set
39380 +# CONFIG_DVB_TTUSB_DEC is not set
39381 +# CONFIG_DVB_CINERGYT2 is not set
39382 +
39383 +#
39384 +# Supported FlexCopII (B2C2) Adapters
39385 +#
39386 +# CONFIG_DVB_B2C2_FLEXCOP is not set
39387 +
39388 +#
39389 +# Supported BT878 Adapters
39390 +#
39391 +
39392 +#
39393 +# Supported Pluto2 Adapters
39394 +#
39395 +# CONFIG_DVB_PLUTO2 is not set
39396 +
39397 +#
39398 +# Supported DVB Frontends
39399 +#
39400 +
39401 +#
39402 +# Customise DVB Frontends
39403 +#
39404 +# CONFIG_DVB_FE_CUSTOMISE is not set
39405 +
39406 +#
39407 +# DVB-S (satellite) frontends
39408 +#
39409 +# CONFIG_DVB_STV0299 is not set
39410 +# CONFIG_DVB_CX24110 is not set
39411 +# CONFIG_DVB_CX24123 is not set
39412 +# CONFIG_DVB_TDA8083 is not set
39413 +# CONFIG_DVB_MT312 is not set
39414 +# CONFIG_DVB_VES1X93 is not set
39415 +# CONFIG_DVB_S5H1420 is not set
39416 +# CONFIG_DVB_TDA10086 is not set
39417 +
39418 +#
39419 +# DVB-T (terrestrial) frontends
39420 +#
39421 +# CONFIG_DVB_SP8870 is not set
39422 +# CONFIG_DVB_SP887X is not set
39423 +# CONFIG_DVB_CX22700 is not set
39424 +# CONFIG_DVB_CX22702 is not set
39425 +# CONFIG_DVB_L64781 is not set
39426 +# CONFIG_DVB_TDA1004X is not set
39427 +# CONFIG_DVB_NXT6000 is not set
39428 +# CONFIG_DVB_MT352 is not set
39429 +# CONFIG_DVB_ZL10353 is not set
39430 +# CONFIG_DVB_DIB3000MB is not set
39431 +# CONFIG_DVB_DIB3000MC is not set
39432 +# CONFIG_DVB_DIB7000M is not set
39433 +# CONFIG_DVB_DIB7000P is not set
39434 +
39435 +#
39436 +# DVB-C (cable) frontends
39437 +#
39438 +# CONFIG_DVB_VES1820 is not set
39439 +# CONFIG_DVB_TDA10021 is not set
39440 +# CONFIG_DVB_TDA10023 is not set
39441 +# CONFIG_DVB_STV0297 is not set
39442 +
39443 +#
39444 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
39445 +#
39446 +# CONFIG_DVB_NXT200X is not set
39447 +# CONFIG_DVB_OR51211 is not set
39448 +# CONFIG_DVB_OR51132 is not set
39449 +# CONFIG_DVB_BCM3510 is not set
39450 +# CONFIG_DVB_LGDT330X is not set
39451 +# CONFIG_DVB_S5H1409 is not set
39452 +
39453 +#
39454 +# Tuners/PLL support
39455 +#
39456 +# CONFIG_DVB_PLL is not set
39457 +# CONFIG_DVB_TDA826X is not set
39458 +# CONFIG_DVB_TDA827X is not set
39459 +# CONFIG_DVB_TDA18271 is not set
39460 +# CONFIG_DVB_TUNER_QT1010 is not set
39461 +# CONFIG_DVB_TUNER_MT2060 is not set
39462 +# CONFIG_DVB_TUNER_MT2266 is not set
39463 +# CONFIG_DVB_TUNER_MT2131 is not set
39464 +# CONFIG_DVB_TUNER_DIB0070 is not set
39465 +# CONFIG_DVB_TUNER_XC5000 is not set
39466 +
39467 +#
39468 +# Miscellaneous devices
39469 +#
39470 +# CONFIG_DVB_LNBP21 is not set
39471 +# CONFIG_DVB_ISL6421 is not set
39472 +# CONFIG_DVB_TUA6100 is not set
39473 +CONFIG_DAB=y
39474 +# CONFIG_USB_DABUSB is not set
39475 +
39476 +#
39477 +# Graphics support
39478 +#
39479 +# CONFIG_AGP is not set
39480 +# CONFIG_DRM is not set
39481 +# CONFIG_VGASTATE is not set
39482 +CONFIG_VIDEO_OUTPUT_CONTROL=y
39483 +# CONFIG_FB is not set
39484 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
39485 +
39486 +#
39487 +# Display device support
39488 +#
39489 +# CONFIG_DISPLAY_SUPPORT is not set
39490 +
39491 +#
39492 +# Console display driver support
39493 +#
39494 +CONFIG_VGA_CONSOLE=y
39495 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
39496 +CONFIG_DUMMY_CONSOLE=y
39497 +
39498 +#
39499 +# Sound
39500 +#
39501 +CONFIG_SOUND=y
39502 +
39503 +#
39504 +# Advanced Linux Sound Architecture
39505 +#
39506 +CONFIG_SND=y
39507 +CONFIG_SND_TIMER=y
39508 +CONFIG_SND_PCM=y
39509 +# CONFIG_SND_SEQUENCER is not set
39510 +# CONFIG_SND_MIXER_OSS is not set
39511 +# CONFIG_SND_PCM_OSS is not set
39512 +# CONFIG_SND_DYNAMIC_MINORS is not set
39513 +CONFIG_SND_SUPPORT_OLD_API=y
39514 +CONFIG_SND_VERBOSE_PROCFS=y
39515 +# CONFIG_SND_VERBOSE_PRINTK is not set
39516 +# CONFIG_SND_DEBUG is not set
39517 +
39518 +#
39519 +# Generic devices
39520 +#
39521 +CONFIG_SND_AC97_CODEC=y
39522 +# CONFIG_SND_DUMMY is not set
39523 +# CONFIG_SND_MTPAV is not set
39524 +# CONFIG_SND_SERIAL_U16550 is not set
39525 +# CONFIG_SND_MPU401 is not set
39526 +
39527 +#
39528 +# PCI devices
39529 +#
39530 +# CONFIG_SND_AD1889 is not set
39531 +# CONFIG_SND_ALS300 is not set
39532 +# CONFIG_SND_ALS4000 is not set
39533 +# CONFIG_SND_ALI5451 is not set
39534 +# CONFIG_SND_ATIIXP is not set
39535 +# CONFIG_SND_ATIIXP_MODEM is not set
39536 +# CONFIG_SND_AU8810 is not set
39537 +# CONFIG_SND_AU8820 is not set
39538 +# CONFIG_SND_AU8830 is not set
39539 +# CONFIG_SND_AZT3328 is not set
39540 +# CONFIG_SND_BT87X is not set
39541 +# CONFIG_SND_CA0106 is not set
39542 +# CONFIG_SND_CMIPCI is not set
39543 +# CONFIG_SND_OXYGEN is not set
39544 +# CONFIG_SND_CS4281 is not set
39545 +# CONFIG_SND_CS46XX is not set
39546 +# CONFIG_SND_CS5530 is not set
39547 +# CONFIG_SND_DARLA20 is not set
39548 +# CONFIG_SND_GINA20 is not set
39549 +# CONFIG_SND_LAYLA20 is not set
39550 +# CONFIG_SND_DARLA24 is not set
39551 +# CONFIG_SND_GINA24 is not set
39552 +# CONFIG_SND_LAYLA24 is not set
39553 +# CONFIG_SND_MONA is not set
39554 +# CONFIG_SND_MIA is not set
39555 +# CONFIG_SND_ECHO3G is not set
39556 +# CONFIG_SND_INDIGO is not set
39557 +# CONFIG_SND_INDIGOIO is not set
39558 +# CONFIG_SND_INDIGODJ is not set
39559 +# CONFIG_SND_EMU10K1 is not set
39560 +# CONFIG_SND_EMU10K1X is not set
39561 +# CONFIG_SND_ENS1370 is not set
39562 +# CONFIG_SND_ENS1371 is not set
39563 +# CONFIG_SND_ES1938 is not set
39564 +# CONFIG_SND_ES1968 is not set
39565 +# CONFIG_SND_FM801 is not set
39566 +# CONFIG_SND_HDA_INTEL is not set
39567 +# CONFIG_SND_HDSP is not set
39568 +# CONFIG_SND_HDSPM is not set
39569 +# CONFIG_SND_HIFIER is not set
39570 +# CONFIG_SND_ICE1712 is not set
39571 +# CONFIG_SND_ICE1724 is not set
39572 +CONFIG_SND_INTEL8X0=y
39573 +# CONFIG_SND_INTEL8X0M is not set
39574 +# CONFIG_SND_KORG1212 is not set
39575 +# CONFIG_SND_MAESTRO3 is not set
39576 +# CONFIG_SND_MIXART is not set
39577 +# CONFIG_SND_NM256 is not set
39578 +# CONFIG_SND_PCXHR is not set
39579 +# CONFIG_SND_RIPTIDE is not set
39580 +# CONFIG_SND_RME32 is not set
39581 +# CONFIG_SND_RME96 is not set
39582 +# CONFIG_SND_RME9652 is not set
39583 +# CONFIG_SND_SONICVIBES is not set
39584 +# CONFIG_SND_TRIDENT is not set
39585 +# CONFIG_SND_VIA82XX is not set
39586 +# CONFIG_SND_VIA82XX_MODEM is not set
39587 +# CONFIG_SND_VIRTUOSO is not set
39588 +# CONFIG_SND_VX222 is not set
39589 +# CONFIG_SND_YMFPCI is not set
39590 +# CONFIG_SND_AC97_POWER_SAVE is not set
39591 +
39592 +#
39593 +# ALSA PowerMac devices
39594 +#
39595 +
39596 +#
39597 +# ALSA PowerPC devices
39598 +#
39599 +
39600 +#
39601 +# USB devices
39602 +#
39603 +# CONFIG_SND_USB_AUDIO is not set
39604 +# CONFIG_SND_USB_USX2Y is not set
39605 +# CONFIG_SND_USB_CAIAQ is not set
39606 +
39607 +#
39608 +# System on Chip audio support
39609 +#
39610 +# CONFIG_SND_SOC is not set
39611 +
39612 +#
39613 +# SoC Audio support for SuperH
39614 +#
39615 +
39616 +#
39617 +# ALSA SoC audio for Freescale SOCs
39618 +#
39619 +
39620 +#
39621 +# Open Sound System
39622 +#
39623 +# CONFIG_SOUND_PRIME is not set
39624 +CONFIG_AC97_BUS=y
39625 +CONFIG_HID_SUPPORT=y
39626 +CONFIG_HID=y
39627 +# CONFIG_HID_DEBUG is not set
39628 +# CONFIG_HIDRAW is not set
39629 +
39630 +#
39631 +# USB Input Devices
39632 +#
39633 +CONFIG_USB_HID=y
39634 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
39635 +# CONFIG_HID_FF is not set
39636 +# CONFIG_USB_HIDDEV is not set
39637 +CONFIG_USB_SUPPORT=y
39638 +CONFIG_USB_ARCH_HAS_HCD=y
39639 +CONFIG_USB_ARCH_HAS_OHCI=y
39640 +CONFIG_USB_ARCH_HAS_EHCI=y
39641 +CONFIG_USB=y
39642 +# CONFIG_USB_DEBUG is not set
39643 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
39644 +
39645 +#
39646 +# Miscellaneous USB options
39647 +#
39648 +CONFIG_USB_DEVICEFS=y
39649 +CONFIG_USB_DEVICE_CLASS=y
39650 +# CONFIG_USB_DYNAMIC_MINORS is not set
39651 +# CONFIG_USB_OTG is not set
39652 +
39653 +#
39654 +# USB Host Controller Drivers
39655 +#
39656 +CONFIG_USB_EHCI_HCD=y
39657 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
39658 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
39659 +# CONFIG_USB_EHCI_FSL is not set
39660 +CONFIG_USB_EHCI_HCD_PPC_OF=y
39661 +# CONFIG_USB_ISP116X_HCD is not set
39662 +CONFIG_USB_OHCI_HCD=y
39663 +CONFIG_USB_OHCI_HCD_PPC_OF=y
39664 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
39665 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
39666 +CONFIG_USB_OHCI_HCD_PCI=y
39667 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
39668 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
39669 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
39670 +# CONFIG_USB_UHCI_HCD is not set
39671 +# CONFIG_USB_SL811_HCD is not set
39672 +# CONFIG_USB_R8A66597_HCD is not set
39673 +
39674 +#
39675 +# USB Device Class drivers
39676 +#
39677 +# CONFIG_USB_ACM is not set
39678 +# CONFIG_USB_PRINTER is not set
39679 +
39680 +#
39681 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
39682 +#
39683 +
39684 +#
39685 +# may also be needed; see USB_STORAGE Help for more information
39686 +#
39687 +CONFIG_USB_STORAGE=y
39688 +# CONFIG_USB_STORAGE_DEBUG is not set
39689 +# CONFIG_USB_STORAGE_DATAFAB is not set
39690 +# CONFIG_USB_STORAGE_FREECOM is not set
39691 +# CONFIG_USB_STORAGE_ISD200 is not set
39692 +# CONFIG_USB_STORAGE_DPCM is not set
39693 +# CONFIG_USB_STORAGE_USBAT is not set
39694 +# CONFIG_USB_STORAGE_SDDR09 is not set
39695 +# CONFIG_USB_STORAGE_SDDR55 is not set
39696 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
39697 +# CONFIG_USB_STORAGE_ALAUDA is not set
39698 +# CONFIG_USB_STORAGE_KARMA is not set
39699 +# CONFIG_USB_LIBUSUAL is not set
39700 +
39701 +#
39702 +# USB Imaging devices
39703 +#
39704 +# CONFIG_USB_MDC800 is not set
39705 +# CONFIG_USB_MICROTEK is not set
39706 +CONFIG_USB_MON=y
39707 +
39708 +#
39709 +# USB port drivers
39710 +#
39711 +# CONFIG_USB_SERIAL is not set
39712 +
39713 +#
39714 +# USB Miscellaneous drivers
39715 +#
39716 +# CONFIG_USB_EMI62 is not set
39717 +# CONFIG_USB_EMI26 is not set
39718 +# CONFIG_USB_ADUTUX is not set
39719 +# CONFIG_USB_AUERSWALD is not set
39720 +# CONFIG_USB_RIO500 is not set
39721 +# CONFIG_USB_LEGOTOWER is not set
39722 +# CONFIG_USB_LCD is not set
39723 +# CONFIG_USB_BERRY_CHARGE is not set
39724 +# CONFIG_USB_LED is not set
39725 +# CONFIG_USB_CYPRESS_CY7C63 is not set
39726 +# CONFIG_USB_CYTHERM is not set
39727 +# CONFIG_USB_PHIDGET is not set
39728 +# CONFIG_USB_IDMOUSE is not set
39729 +# CONFIG_USB_FTDI_ELAN is not set
39730 +# CONFIG_USB_APPLEDISPLAY is not set
39731 +# CONFIG_USB_SISUSBVGA is not set
39732 +# CONFIG_USB_LD is not set
39733 +# CONFIG_USB_TRANCEVIBRATOR is not set
39734 +# CONFIG_USB_IOWARRIOR is not set
39735 +# CONFIG_USB_TEST is not set
39736 +# CONFIG_USB_GADGET is not set
39737 +# CONFIG_MMC is not set
39738 +# CONFIG_MEMSTICK is not set
39739 +# CONFIG_NEW_LEDS is not set
39740 +# CONFIG_INFINIBAND is not set
39741 +# CONFIG_EDAC is not set
39742 +CONFIG_RTC_LIB=y
39743 +CONFIG_RTC_CLASS=y
39744 +CONFIG_RTC_HCTOSYS=y
39745 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
39746 +# CONFIG_RTC_DEBUG is not set
39747 +
39748 +#
39749 +# RTC interfaces
39750 +#
39751 +CONFIG_RTC_INTF_SYSFS=y
39752 +CONFIG_RTC_INTF_PROC=y
39753 +CONFIG_RTC_INTF_DEV=y
39754 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
39755 +# CONFIG_RTC_DRV_TEST is not set
39756 +
39757 +#
39758 +# I2C RTC drivers
39759 +#
39760 +# CONFIG_RTC_DRV_DS1307 is not set
39761 +# CONFIG_RTC_DRV_DS1374 is not set
39762 +# CONFIG_RTC_DRV_DS1672 is not set
39763 +# CONFIG_RTC_DRV_MAX6900 is not set
39764 +# CONFIG_RTC_DRV_RS5C372 is not set
39765 +# CONFIG_RTC_DRV_ISL1208 is not set
39766 +# CONFIG_RTC_DRV_X1205 is not set
39767 +# CONFIG_RTC_DRV_PCF8563 is not set
39768 +# CONFIG_RTC_DRV_PCF8583 is not set
39769 +# CONFIG_RTC_DRV_M41T80 is not set
39770 +# CONFIG_RTC_DRV_S35390A is not set
39771 +
39772 +#
39773 +# SPI RTC drivers
39774 +#
39775 +
39776 +#
39777 +# Platform RTC drivers
39778 +#
39779 +CONFIG_RTC_DRV_CMOS=y
39780 +# CONFIG_RTC_DRV_DS1511 is not set
39781 +# CONFIG_RTC_DRV_DS1553 is not set
39782 +# CONFIG_RTC_DRV_DS1742 is not set
39783 +# CONFIG_RTC_DRV_STK17TA8 is not set
39784 +# CONFIG_RTC_DRV_M48T86 is not set
39785 +# CONFIG_RTC_DRV_M48T59 is not set
39786 +# CONFIG_RTC_DRV_V3020 is not set
39787 +
39788 +#
39789 +# on-CPU RTC drivers
39790 +#
39791 +# CONFIG_DMADEVICES is not set
39792 +
39793 +#
39794 +# Userspace I/O
39795 +#
39796 +# CONFIG_UIO is not set
39797 +
39798 +#
39799 +# File systems
39800 +#
39801 +CONFIG_EXT2_FS=y
39802 +# CONFIG_EXT2_FS_XATTR is not set
39803 +# CONFIG_EXT2_FS_XIP is not set
39804 +CONFIG_EXT3_FS=y
39805 +CONFIG_EXT3_FS_XATTR=y
39806 +# CONFIG_EXT3_FS_POSIX_ACL is not set
39807 +# CONFIG_EXT3_FS_SECURITY is not set
39808 +# CONFIG_EXT4DEV_FS is not set
39809 +CONFIG_JBD=y
39810 +CONFIG_FS_MBCACHE=y
39811 +# CONFIG_REISERFS_FS is not set
39812 +# CONFIG_JFS_FS is not set
39813 +# CONFIG_FS_POSIX_ACL is not set
39814 +# CONFIG_XFS_FS is not set
39815 +# CONFIG_GFS2_FS is not set
39816 +# CONFIG_OCFS2_FS is not set
39817 +CONFIG_DNOTIFY=y
39818 +CONFIG_INOTIFY=y
39819 +CONFIG_INOTIFY_USER=y
39820 +# CONFIG_QUOTA is not set
39821 +# CONFIG_AUTOFS_FS is not set
39822 +# CONFIG_AUTOFS4_FS is not set
39823 +# CONFIG_FUSE_FS is not set
39824 +
39825 +#
39826 +# CD-ROM/DVD Filesystems
39827 +#
39828 +CONFIG_ISO9660_FS=m
39829 +CONFIG_JOLIET=y
39830 +CONFIG_ZISOFS=y
39831 +CONFIG_UDF_FS=m
39832 +CONFIG_UDF_NLS=y
39833 +
39834 +#
39835 +# DOS/FAT/NT Filesystems
39836 +#
39837 +CONFIG_FAT_FS=y
39838 +CONFIG_MSDOS_FS=m
39839 +CONFIG_VFAT_FS=y
39840 +CONFIG_FAT_DEFAULT_CODEPAGE=437
39841 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
39842 +CONFIG_NTFS_FS=y
39843 +# CONFIG_NTFS_DEBUG is not set
39844 +# CONFIG_NTFS_RW is not set
39845 +
39846 +#
39847 +# Pseudo filesystems
39848 +#
39849 +CONFIG_PROC_FS=y
39850 +CONFIG_PROC_KCORE=y
39851 +CONFIG_PROC_SYSCTL=y
39852 +CONFIG_SYSFS=y
39853 +CONFIG_TMPFS=y
39854 +# CONFIG_TMPFS_POSIX_ACL is not set
39855 +# CONFIG_HUGETLB_PAGE is not set
39856 +# CONFIG_CONFIGFS_FS is not set
39857 +
39858 +#
39859 +# Miscellaneous filesystems
39860 +#
39861 +CONFIG_ADFS_FS=m
39862 +# CONFIG_ADFS_FS_RW is not set
39863 +CONFIG_AFFS_FS=m
39864 +CONFIG_HFS_FS=m
39865 +CONFIG_HFSPLUS_FS=m
39866 +CONFIG_BEFS_FS=m
39867 +# CONFIG_BEFS_DEBUG is not set
39868 +CONFIG_BFS_FS=m
39869 +CONFIG_EFS_FS=m
39870 +CONFIG_CRAMFS=y
39871 +CONFIG_VXFS_FS=m
39872 +# CONFIG_MINIX_FS is not set
39873 +CONFIG_HPFS_FS=m
39874 +CONFIG_QNX4FS_FS=m
39875 +# CONFIG_ROMFS_FS is not set
39876 +CONFIG_SYSV_FS=m
39877 +CONFIG_UFS_FS=m
39878 +# CONFIG_UFS_FS_WRITE is not set
39879 +# CONFIG_UFS_DEBUG is not set
39880 +CONFIG_NETWORK_FILESYSTEMS=y
39881 +CONFIG_NFS_FS=y
39882 +CONFIG_NFS_V3=y
39883 +# CONFIG_NFS_V3_ACL is not set
39884 +CONFIG_NFS_V4=y
39885 +# CONFIG_NFS_DIRECTIO is not set
39886 +CONFIG_NFSD=y
39887 +# CONFIG_NFSD_V3 is not set
39888 +CONFIG_NFSD_TCP=y
39889 +CONFIG_ROOT_NFS=y
39890 +CONFIG_LOCKD=y
39891 +CONFIG_LOCKD_V4=y
39892 +CONFIG_EXPORTFS=y
39893 +CONFIG_NFS_COMMON=y
39894 +CONFIG_SUNRPC=y
39895 +CONFIG_SUNRPC_GSS=y
39896 +# CONFIG_SUNRPC_BIND34 is not set
39897 +CONFIG_RPCSEC_GSS_KRB5=y
39898 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
39899 +# CONFIG_SMB_FS is not set
39900 +# CONFIG_CIFS is not set
39901 +# CONFIG_NCP_FS is not set
39902 +# CONFIG_CODA_FS is not set
39903 +# CONFIG_AFS_FS is not set
39904 +
39905 +#
39906 +# Partition Types
39907 +#
39908 +CONFIG_PARTITION_ADVANCED=y
39909 +# CONFIG_ACORN_PARTITION is not set
39910 +# CONFIG_OSF_PARTITION is not set
39911 +# CONFIG_AMIGA_PARTITION is not set
39912 +# CONFIG_ATARI_PARTITION is not set
39913 +CONFIG_MAC_PARTITION=y
39914 +CONFIG_MSDOS_PARTITION=y
39915 +# CONFIG_BSD_DISKLABEL is not set
39916 +# CONFIG_MINIX_SUBPARTITION is not set
39917 +# CONFIG_SOLARIS_X86_PARTITION is not set
39918 +# CONFIG_UNIXWARE_DISKLABEL is not set
39919 +# CONFIG_LDM_PARTITION is not set
39920 +# CONFIG_SGI_PARTITION is not set
39921 +# CONFIG_ULTRIX_PARTITION is not set
39922 +# CONFIG_SUN_PARTITION is not set
39923 +# CONFIG_KARMA_PARTITION is not set
39924 +# CONFIG_EFI_PARTITION is not set
39925 +# CONFIG_SYSV68_PARTITION is not set
39926 +CONFIG_NLS=y
39927 +CONFIG_NLS_DEFAULT="iso8859-1"
39928 +# CONFIG_NLS_CODEPAGE_437 is not set
39929 +# CONFIG_NLS_CODEPAGE_737 is not set
39930 +# CONFIG_NLS_CODEPAGE_775 is not set
39931 +# CONFIG_NLS_CODEPAGE_850 is not set
39932 +# CONFIG_NLS_CODEPAGE_852 is not set
39933 +# CONFIG_NLS_CODEPAGE_855 is not set
39934 +# CONFIG_NLS_CODEPAGE_857 is not set
39935 +# CONFIG_NLS_CODEPAGE_860 is not set
39936 +# CONFIG_NLS_CODEPAGE_861 is not set
39937 +# CONFIG_NLS_CODEPAGE_862 is not set
39938 +# CONFIG_NLS_CODEPAGE_863 is not set
39939 +# CONFIG_NLS_CODEPAGE_864 is not set
39940 +# CONFIG_NLS_CODEPAGE_865 is not set
39941 +# CONFIG_NLS_CODEPAGE_866 is not set
39942 +# CONFIG_NLS_CODEPAGE_869 is not set
39943 +# CONFIG_NLS_CODEPAGE_936 is not set
39944 +# CONFIG_NLS_CODEPAGE_950 is not set
39945 +# CONFIG_NLS_CODEPAGE_932 is not set
39946 +# CONFIG_NLS_CODEPAGE_949 is not set
39947 +# CONFIG_NLS_CODEPAGE_874 is not set
39948 +# CONFIG_NLS_ISO8859_8 is not set
39949 +# CONFIG_NLS_CODEPAGE_1250 is not set
39950 +# CONFIG_NLS_CODEPAGE_1251 is not set
39951 +# CONFIG_NLS_ASCII is not set
39952 +# CONFIG_NLS_ISO8859_1 is not set
39953 +# CONFIG_NLS_ISO8859_2 is not set
39954 +# CONFIG_NLS_ISO8859_3 is not set
39955 +# CONFIG_NLS_ISO8859_4 is not set
39956 +# CONFIG_NLS_ISO8859_5 is not set
39957 +# CONFIG_NLS_ISO8859_6 is not set
39958 +# CONFIG_NLS_ISO8859_7 is not set
39959 +# CONFIG_NLS_ISO8859_9 is not set
39960 +# CONFIG_NLS_ISO8859_13 is not set
39961 +# CONFIG_NLS_ISO8859_14 is not set
39962 +# CONFIG_NLS_ISO8859_15 is not set
39963 +# CONFIG_NLS_KOI8_R is not set
39964 +# CONFIG_NLS_KOI8_U is not set
39965 +CONFIG_NLS_UTF8=m
39966 +# CONFIG_DLM is not set
39967 +
39968 +#
39969 +# Library routines
39970 +#
39971 +CONFIG_BITREVERSE=y
39972 +# CONFIG_CRC_CCITT is not set
39973 +# CONFIG_CRC16 is not set
39974 +# CONFIG_CRC_ITU_T is not set
39975 +CONFIG_CRC32=y
39976 +# CONFIG_CRC7 is not set
39977 +CONFIG_LIBCRC32C=m
39978 +CONFIG_ZLIB_INFLATE=y
39979 +CONFIG_PLIST=y
39980 +CONFIG_HAS_IOMEM=y
39981 +CONFIG_HAS_IOPORT=y
39982 +CONFIG_HAS_DMA=y
39983 +
39984 +#
39985 +# Kernel hacking
39986 +#
39987 +# CONFIG_PRINTK_TIME is not set
39988 +CONFIG_ENABLE_WARN_DEPRECATED=y
39989 +CONFIG_ENABLE_MUST_CHECK=y
39990 +# CONFIG_MAGIC_SYSRQ is not set
39991 +# CONFIG_UNUSED_SYMBOLS is not set
39992 +# CONFIG_DEBUG_FS is not set
39993 +# CONFIG_HEADERS_CHECK is not set
39994 +CONFIG_DEBUG_KERNEL=y
39995 +# CONFIG_DEBUG_SHIRQ is not set
39996 +CONFIG_DETECT_SOFTLOCKUP=y
39997 +CONFIG_SCHED_DEBUG=y
39998 +# CONFIG_SCHEDSTATS is not set
39999 +# CONFIG_TIMER_STATS is not set
40000 +# CONFIG_SLUB_DEBUG_ON is not set
40001 +# CONFIG_SLUB_STATS is not set
40002 +# CONFIG_DEBUG_RT_MUTEXES is not set
40003 +# CONFIG_RT_MUTEX_TESTER is not set
40004 +# CONFIG_DEBUG_SPINLOCK is not set
40005 +# CONFIG_DEBUG_MUTEXES is not set
40006 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
40007 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
40008 +# CONFIG_DEBUG_KOBJECT is not set
40009 +# CONFIG_DEBUG_HIGHMEM is not set
40010 +# CONFIG_DEBUG_BUGVERBOSE is not set
40011 +CONFIG_DEBUG_INFO=y
40012 +# CONFIG_DEBUG_VM is not set
40013 +# CONFIG_DEBUG_LIST is not set
40014 +# CONFIG_DEBUG_SG is not set
40015 +# CONFIG_BOOT_PRINTK_DELAY is not set
40016 +# CONFIG_RCU_TORTURE_TEST is not set
40017 +# CONFIG_BACKTRACE_SELF_TEST is not set
40018 +# CONFIG_FAULT_INJECTION is not set
40019 +# CONFIG_SAMPLES is not set
40020 +# CONFIG_DEBUG_STACKOVERFLOW is not set
40021 +# CONFIG_DEBUG_STACK_USAGE is not set
40022 +# CONFIG_DEBUG_PAGEALLOC is not set
40023 +# CONFIG_DEBUGGER is not set
40024 +# CONFIG_BDI_SWITCH is not set
40025 +# CONFIG_PPC_EARLY_DEBUG is not set
40026 +
40027 +#
40028 +# Security options
40029 +#
40030 +# CONFIG_KEYS is not set
40031 +# CONFIG_SECURITY is not set
40032 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
40033 +CONFIG_CRYPTO=y
40034 +CONFIG_CRYPTO_ALGAPI=y
40035 +CONFIG_CRYPTO_BLKCIPHER=y
40036 +# CONFIG_CRYPTO_SEQIV is not set
40037 +CONFIG_CRYPTO_HASH=y
40038 +CONFIG_CRYPTO_MANAGER=y
40039 +CONFIG_CRYPTO_HMAC=y
40040 +# CONFIG_CRYPTO_XCBC is not set
40041 +# CONFIG_CRYPTO_NULL is not set
40042 +# CONFIG_CRYPTO_MD4 is not set
40043 +CONFIG_CRYPTO_MD5=y
40044 +CONFIG_CRYPTO_SHA1=m
40045 +# CONFIG_CRYPTO_SHA256 is not set
40046 +# CONFIG_CRYPTO_SHA512 is not set
40047 +# CONFIG_CRYPTO_WP512 is not set
40048 +# CONFIG_CRYPTO_TGR192 is not set
40049 +# CONFIG_CRYPTO_GF128MUL is not set
40050 +# CONFIG_CRYPTO_ECB is not set
40051 +CONFIG_CRYPTO_CBC=y
40052 +CONFIG_CRYPTO_PCBC=m
40053 +# CONFIG_CRYPTO_LRW is not set
40054 +# CONFIG_CRYPTO_XTS is not set
40055 +# CONFIG_CRYPTO_CTR is not set
40056 +# CONFIG_CRYPTO_GCM is not set
40057 +# CONFIG_CRYPTO_CCM is not set
40058 +# CONFIG_CRYPTO_CRYPTD is not set
40059 +CONFIG_CRYPTO_DES=y
40060 +# CONFIG_CRYPTO_FCRYPT is not set
40061 +# CONFIG_CRYPTO_BLOWFISH is not set
40062 +# CONFIG_CRYPTO_TWOFISH is not set
40063 +# CONFIG_CRYPTO_SERPENT is not set
40064 +# CONFIG_CRYPTO_AES is not set
40065 +# CONFIG_CRYPTO_CAST5 is not set
40066 +# CONFIG_CRYPTO_CAST6 is not set
40067 +# CONFIG_CRYPTO_TEA is not set
40068 +# CONFIG_CRYPTO_ARC4 is not set
40069 +# CONFIG_CRYPTO_KHAZAD is not set
40070 +# CONFIG_CRYPTO_ANUBIS is not set
40071 +# CONFIG_CRYPTO_SEED is not set
40072 +# CONFIG_CRYPTO_SALSA20 is not set
40073 +# CONFIG_CRYPTO_DEFLATE is not set
40074 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
40075 +# CONFIG_CRYPTO_CRC32C is not set
40076 +# CONFIG_CRYPTO_CAMELLIA is not set
40077 +# CONFIG_CRYPTO_TEST is not set
40078 +# CONFIG_CRYPTO_AUTHENC is not set
40079 +# CONFIG_CRYPTO_LZO is not set
40080 +CONFIG_CRYPTO_HW=y
40081 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
40082 +# CONFIG_PPC_CLOCK is not set
40083 --- /dev/null
40084 +++ b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
40085 @@ -0,0 +1,935 @@
40086 +#
40087 +# Automatically generated make config: don't edit
40088 +# Linux kernel version: 2.6.25-rc6
40089 +# Mon Mar 24 08:48:30 2008
40090 +#
40091 +# CONFIG_PPC64 is not set
40092 +
40093 +#
40094 +# Processor support
40095 +#
40096 +# CONFIG_6xx is not set
40097 +CONFIG_PPC_85xx=y
40098 +# CONFIG_PPC_8xx is not set
40099 +# CONFIG_40x is not set
40100 +# CONFIG_44x is not set
40101 +# CONFIG_E200 is not set
40102 +CONFIG_E500=y
40103 +CONFIG_BOOKE=y
40104 +CONFIG_FSL_BOOKE=y
40105 +CONFIG_FSL_EMB_PERFMON=y
40106 +# CONFIG_PHYS_64BIT is not set
40107 +CONFIG_SPE=y
40108 +# CONFIG_PPC_MM_SLICES is not set
40109 +CONFIG_PPC32=y
40110 +CONFIG_WORD_SIZE=32
40111 +CONFIG_PPC_MERGE=y
40112 +CONFIG_MMU=y
40113 +CONFIG_GENERIC_CMOS_UPDATE=y
40114 +CONFIG_GENERIC_TIME=y
40115 +CONFIG_GENERIC_TIME_VSYSCALL=y
40116 +CONFIG_GENERIC_CLOCKEVENTS=y
40117 +CONFIG_GENERIC_HARDIRQS=y
40118 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
40119 +CONFIG_IRQ_PER_CPU=y
40120 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
40121 +CONFIG_ARCH_HAS_ILOG2_U32=y
40122 +CONFIG_GENERIC_HWEIGHT=y
40123 +CONFIG_GENERIC_CALIBRATE_DELAY=y
40124 +CONFIG_GENERIC_FIND_NEXT_BIT=y
40125 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
40126 +CONFIG_PPC=y
40127 +CONFIG_EARLY_PRINTK=y
40128 +CONFIG_GENERIC_NVRAM=y
40129 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
40130 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
40131 +CONFIG_PPC_OF=y
40132 +CONFIG_OF=y
40133 +CONFIG_PPC_UDBG_16550=y
40134 +# CONFIG_GENERIC_TBSYNC is not set
40135 +CONFIG_AUDIT_ARCH=y
40136 +CONFIG_GENERIC_BUG=y
40137 +CONFIG_DEFAULT_UIMAGE=y
40138 +# CONFIG_PPC_DCR_NATIVE is not set
40139 +# CONFIG_PPC_DCR_MMIO is not set
40140 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
40141 +
40142 +#
40143 +# General setup
40144 +#
40145 +CONFIG_EXPERIMENTAL=y
40146 +CONFIG_BROKEN_ON_SMP=y
40147 +CONFIG_INIT_ENV_ARG_LIMIT=32
40148 +CONFIG_LOCALVERSION=""
40149 +CONFIG_LOCALVERSION_AUTO=y
40150 +CONFIG_SWAP=y
40151 +CONFIG_SYSVIPC=y
40152 +CONFIG_SYSVIPC_SYSCTL=y
40153 +# CONFIG_POSIX_MQUEUE is not set
40154 +# CONFIG_BSD_PROCESS_ACCT is not set
40155 +# CONFIG_TASKSTATS is not set
40156 +# CONFIG_AUDIT is not set
40157 +# CONFIG_IKCONFIG is not set
40158 +CONFIG_LOG_BUF_SHIFT=14
40159 +# CONFIG_CGROUPS is not set
40160 +CONFIG_GROUP_SCHED=y
40161 +# CONFIG_FAIR_GROUP_SCHED is not set
40162 +# CONFIG_RT_GROUP_SCHED is not set
40163 +CONFIG_USER_SCHED=y
40164 +# CONFIG_CGROUP_SCHED is not set
40165 +CONFIG_SYSFS_DEPRECATED=y
40166 +CONFIG_SYSFS_DEPRECATED_V2=y
40167 +# CONFIG_RELAY is not set
40168 +# CONFIG_NAMESPACES is not set
40169 +CONFIG_BLK_DEV_INITRD=y
40170 +CONFIG_INITRAMFS_SOURCE=""
40171 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40172 +CONFIG_SYSCTL=y
40173 +CONFIG_EMBEDDED=y
40174 +CONFIG_SYSCTL_SYSCALL=y
40175 +CONFIG_KALLSYMS=y
40176 +# CONFIG_KALLSYMS_ALL is not set
40177 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
40178 +CONFIG_HOTPLUG=y
40179 +CONFIG_PRINTK=y
40180 +CONFIG_BUG=y
40181 +CONFIG_ELF_CORE=y
40182 +CONFIG_COMPAT_BRK=y
40183 +CONFIG_BASE_FULL=y
40184 +CONFIG_FUTEX=y
40185 +CONFIG_ANON_INODES=y
40186 +CONFIG_EPOLL=y
40187 +CONFIG_SIGNALFD=y
40188 +CONFIG_TIMERFD=y
40189 +CONFIG_EVENTFD=y
40190 +CONFIG_SHMEM=y
40191 +CONFIG_VM_EVENT_COUNTERS=y
40192 +CONFIG_SLUB_DEBUG=y
40193 +# CONFIG_SLAB is not set
40194 +CONFIG_SLUB=y
40195 +# CONFIG_SLOB is not set
40196 +# CONFIG_PROFILING is not set
40197 +# CONFIG_MARKERS is not set
40198 +CONFIG_HAVE_OPROFILE=y
40199 +CONFIG_HAVE_KPROBES=y
40200 +CONFIG_HAVE_KRETPROBES=y
40201 +CONFIG_PROC_PAGE_MONITOR=y
40202 +CONFIG_SLABINFO=y
40203 +CONFIG_RT_MUTEXES=y
40204 +# CONFIG_TINY_SHMEM is not set
40205 +CONFIG_BASE_SMALL=0
40206 +# CONFIG_MODULES is not set
40207 +CONFIG_BLOCK=y
40208 +# CONFIG_LBD is not set
40209 +# CONFIG_BLK_DEV_IO_TRACE is not set
40210 +# CONFIG_LSF is not set
40211 +# CONFIG_BLK_DEV_BSG is not set
40212 +
40213 +#
40214 +# IO Schedulers
40215 +#
40216 +CONFIG_IOSCHED_NOOP=y
40217 +CONFIG_IOSCHED_AS=y
40218 +CONFIG_IOSCHED_DEADLINE=y
40219 +CONFIG_IOSCHED_CFQ=y
40220 +CONFIG_DEFAULT_AS=y
40221 +# CONFIG_DEFAULT_DEADLINE is not set
40222 +# CONFIG_DEFAULT_CFQ is not set
40223 +# CONFIG_DEFAULT_NOOP is not set
40224 +CONFIG_DEFAULT_IOSCHED="anticipatory"
40225 +CONFIG_CLASSIC_RCU=y
40226 +
40227 +#
40228 +# Platform support
40229 +#
40230 +# CONFIG_PPC_MPC512x is not set
40231 +# CONFIG_PPC_MPC5121 is not set
40232 +# CONFIG_PPC_CELL is not set
40233 +# CONFIG_PPC_CELL_NATIVE is not set
40234 +# CONFIG_PQ2ADS is not set
40235 +CONFIG_MPC85xx=y
40236 +# CONFIG_MPC8540_ADS is not set
40237 +# CONFIG_MPC8560_ADS is not set
40238 +CONFIG_MPC85xx_CDS=y
40239 +# CONFIG_MPC85xx_MDS is not set
40240 +# CONFIG_MPC85xx_DS is not set
40241 +# CONFIG_STX_GP3 is not set
40242 +# CONFIG_TQM8540 is not set
40243 +# CONFIG_TQM8541 is not set
40244 +# CONFIG_TQM8555 is not set
40245 +# CONFIG_TQM8560 is not set
40246 +# CONFIG_SBC8548 is not set
40247 +# CONFIG_SBC8560 is not set
40248 +# CONFIG_IPIC is not set
40249 +CONFIG_MPIC=y
40250 +# CONFIG_MPIC_WEIRD is not set
40251 +CONFIG_PPC_I8259=y
40252 +# CONFIG_PPC_RTAS is not set
40253 +# CONFIG_MMIO_NVRAM is not set
40254 +# CONFIG_PPC_MPC106 is not set
40255 +# CONFIG_PPC_970_NAP is not set
40256 +# CONFIG_PPC_INDIRECT_IO is not set
40257 +# CONFIG_GENERIC_IOMAP is not set
40258 +# CONFIG_CPU_FREQ is not set
40259 +# CONFIG_CPM2 is not set
40260 +# CONFIG_FSL_ULI1575 is not set
40261 +
40262 +#
40263 +# Kernel options
40264 +#
40265 +# CONFIG_HIGHMEM is not set
40266 +CONFIG_TICK_ONESHOT=y
40267 +CONFIG_NO_HZ=y
40268 +CONFIG_HIGH_RES_TIMERS=y
40269 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
40270 +# CONFIG_HZ_100 is not set
40271 +CONFIG_HZ_250=y
40272 +# CONFIG_HZ_300 is not set
40273 +# CONFIG_HZ_1000 is not set
40274 +CONFIG_HZ=250
40275 +# CONFIG_SCHED_HRTICK is not set
40276 +CONFIG_PREEMPT_NONE=y
40277 +# CONFIG_PREEMPT_VOLUNTARY is not set
40278 +# CONFIG_PREEMPT is not set
40279 +CONFIG_BINFMT_ELF=y
40280 +CONFIG_BINFMT_MISC=y
40281 +CONFIG_MATH_EMULATION=y
40282 +# CONFIG_IOMMU_HELPER is not set
40283 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
40284 +CONFIG_ARCH_HAS_WALK_MEMORY=y
40285 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
40286 +CONFIG_ARCH_FLATMEM_ENABLE=y
40287 +CONFIG_ARCH_POPULATES_NODE_MAP=y
40288 +CONFIG_SELECT_MEMORY_MODEL=y
40289 +CONFIG_FLATMEM_MANUAL=y
40290 +# CONFIG_DISCONTIGMEM_MANUAL is not set
40291 +# CONFIG_SPARSEMEM_MANUAL is not set
40292 +CONFIG_FLATMEM=y
40293 +CONFIG_FLAT_NODE_MEM_MAP=y
40294 +# CONFIG_SPARSEMEM_STATIC is not set
40295 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
40296 +CONFIG_SPLIT_PTLOCK_CPUS=4
40297 +# CONFIG_RESOURCES_64BIT is not set
40298 +CONFIG_ZONE_DMA_FLAG=1
40299 +CONFIG_BOUNCE=y
40300 +CONFIG_VIRT_TO_BUS=y
40301 +CONFIG_PROC_DEVICETREE=y
40302 +# CONFIG_CMDLINE_BOOL is not set
40303 +# CONFIG_PM is not set
40304 +# CONFIG_SECCOMP is not set
40305 +CONFIG_ISA_DMA_API=y
40306 +
40307 +#
40308 +# Bus options
40309 +#
40310 +CONFIG_ZONE_DMA=y
40311 +CONFIG_PPC_INDIRECT_PCI=y
40312 +CONFIG_FSL_SOC=y
40313 +CONFIG_FSL_PCI=y
40314 +CONFIG_PCI=y
40315 +CONFIG_PCI_DOMAINS=y
40316 +CONFIG_PCI_SYSCALL=y
40317 +# CONFIG_PCIEPORTBUS is not set
40318 +CONFIG_ARCH_SUPPORTS_MSI=y
40319 +# CONFIG_PCI_MSI is not set
40320 +CONFIG_PCI_LEGACY=y
40321 +# CONFIG_PCI_DEBUG is not set
40322 +# CONFIG_PCCARD is not set
40323 +# CONFIG_HOTPLUG_PCI is not set
40324 +
40325 +#
40326 +# Advanced setup
40327 +#
40328 +# CONFIG_ADVANCED_OPTIONS is not set
40329 +
40330 +#
40331 +# Default settings for advanced configuration options are used
40332 +#
40333 +CONFIG_HIGHMEM_START=0xfe000000
40334 +CONFIG_LOWMEM_SIZE=0x30000000
40335 +CONFIG_KERNEL_START=0xc0000000
40336 +CONFIG_TASK_SIZE=0xc0000000
40337 +CONFIG_BOOT_LOAD=0x00800000
40338 +
40339 +#
40340 +# Networking
40341 +#
40342 +CONFIG_NET=y
40343 +
40344 +#
40345 +# Networking options
40346 +#
40347 +CONFIG_PACKET=y
40348 +# CONFIG_PACKET_MMAP is not set
40349 +CONFIG_UNIX=y
40350 +CONFIG_XFRM=y
40351 +CONFIG_XFRM_USER=y
40352 +# CONFIG_XFRM_SUB_POLICY is not set
40353 +# CONFIG_XFRM_MIGRATE is not set
40354 +# CONFIG_XFRM_STATISTICS is not set
40355 +# CONFIG_NET_KEY is not set
40356 +CONFIG_INET=y
40357 +CONFIG_IP_MULTICAST=y
40358 +# CONFIG_IP_ADVANCED_ROUTER is not set
40359 +CONFIG_IP_FIB_HASH=y
40360 +CONFIG_IP_PNP=y
40361 +CONFIG_IP_PNP_DHCP=y
40362 +CONFIG_IP_PNP_BOOTP=y
40363 +# CONFIG_IP_PNP_RARP is not set
40364 +# CONFIG_NET_IPIP is not set
40365 +# CONFIG_NET_IPGRE is not set
40366 +# CONFIG_IP_MROUTE is not set
40367 +# CONFIG_ARPD is not set
40368 +CONFIG_SYN_COOKIES=y
40369 +# CONFIG_INET_AH is not set
40370 +# CONFIG_INET_ESP is not set
40371 +# CONFIG_INET_IPCOMP is not set
40372 +# CONFIG_INET_XFRM_TUNNEL is not set
40373 +# CONFIG_INET_TUNNEL is not set
40374 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
40375 +CONFIG_INET_XFRM_MODE_TUNNEL=y
40376 +CONFIG_INET_XFRM_MODE_BEET=y
40377 +# CONFIG_INET_LRO is not set
40378 +CONFIG_INET_DIAG=y
40379 +CONFIG_INET_TCP_DIAG=y
40380 +# CONFIG_TCP_CONG_ADVANCED is not set
40381 +CONFIG_TCP_CONG_CUBIC=y
40382 +CONFIG_DEFAULT_TCP_CONG="cubic"
40383 +# CONFIG_TCP_MD5SIG is not set
40384 +# CONFIG_IPV6 is not set
40385 +# CONFIG_INET6_XFRM_TUNNEL is not set
40386 +# CONFIG_INET6_TUNNEL is not set
40387 +# CONFIG_NETWORK_SECMARK is not set
40388 +# CONFIG_NETFILTER is not set
40389 +# CONFIG_IP_DCCP is not set
40390 +# CONFIG_IP_SCTP is not set
40391 +# CONFIG_TIPC is not set
40392 +# CONFIG_ATM is not set
40393 +# CONFIG_BRIDGE is not set
40394 +# CONFIG_VLAN_8021Q is not set
40395 +# CONFIG_DECNET is not set
40396 +# CONFIG_LLC2 is not set
40397 +# CONFIG_IPX is not set
40398 +# CONFIG_ATALK is not set
40399 +# CONFIG_X25 is not set
40400 +# CONFIG_LAPB is not set
40401 +# CONFIG_ECONET is not set
40402 +# CONFIG_WAN_ROUTER is not set
40403 +# CONFIG_NET_SCHED is not set
40404 +
40405 +#
40406 +# Network testing
40407 +#
40408 +# CONFIG_NET_PKTGEN is not set
40409 +# CONFIG_HAMRADIO is not set
40410 +# CONFIG_CAN is not set
40411 +# CONFIG_IRDA is not set
40412 +# CONFIG_BT is not set
40413 +# CONFIG_AF_RXRPC is not set
40414 +
40415 +#
40416 +# Wireless
40417 +#
40418 +# CONFIG_CFG80211 is not set
40419 +# CONFIG_WIRELESS_EXT is not set
40420 +# CONFIG_MAC80211 is not set
40421 +# CONFIG_IEEE80211 is not set
40422 +# CONFIG_RFKILL is not set
40423 +# CONFIG_NET_9P is not set
40424 +
40425 +#
40426 +# Device Drivers
40427 +#
40428 +
40429 +#
40430 +# Generic Driver Options
40431 +#
40432 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
40433 +CONFIG_STANDALONE=y
40434 +CONFIG_PREVENT_FIRMWARE_BUILD=y
40435 +# CONFIG_FW_LOADER is not set
40436 +# CONFIG_DEBUG_DRIVER is not set
40437 +# CONFIG_DEBUG_DEVRES is not set
40438 +# CONFIG_SYS_HYPERVISOR is not set
40439 +# CONFIG_CONNECTOR is not set
40440 +# CONFIG_MTD is not set
40441 +CONFIG_OF_DEVICE=y
40442 +# CONFIG_PARPORT is not set
40443 +CONFIG_BLK_DEV=y
40444 +# CONFIG_BLK_DEV_FD is not set
40445 +# CONFIG_BLK_CPQ_DA is not set
40446 +# CONFIG_BLK_CPQ_CISS_DA is not set
40447 +# CONFIG_BLK_DEV_DAC960 is not set
40448 +# CONFIG_BLK_DEV_UMEM is not set
40449 +# CONFIG_BLK_DEV_COW_COMMON is not set
40450 +CONFIG_BLK_DEV_LOOP=y
40451 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
40452 +# CONFIG_BLK_DEV_NBD is not set
40453 +# CONFIG_BLK_DEV_SX8 is not set
40454 +CONFIG_BLK_DEV_RAM=y
40455 +CONFIG_BLK_DEV_RAM_COUNT=16
40456 +CONFIG_BLK_DEV_RAM_SIZE=32768
40457 +# CONFIG_BLK_DEV_XIP is not set
40458 +# CONFIG_CDROM_PKTCDVD is not set
40459 +# CONFIG_ATA_OVER_ETH is not set
40460 +CONFIG_MISC_DEVICES=y
40461 +# CONFIG_PHANTOM is not set
40462 +# CONFIG_EEPROM_93CX6 is not set
40463 +# CONFIG_SGI_IOC4 is not set
40464 +# CONFIG_TIFM_CORE is not set
40465 +# CONFIG_ENCLOSURE_SERVICES is not set
40466 +CONFIG_HAVE_IDE=y
40467 +CONFIG_IDE=y
40468 +CONFIG_IDE_MAX_HWIFS=4
40469 +CONFIG_BLK_DEV_IDE=y
40470 +
40471 +#
40472 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
40473 +#
40474 +# CONFIG_BLK_DEV_IDE_SATA is not set
40475 +# CONFIG_BLK_DEV_IDEDISK is not set
40476 +# CONFIG_IDEDISK_MULTI_MODE is not set
40477 +# CONFIG_BLK_DEV_IDECD is not set
40478 +# CONFIG_BLK_DEV_IDETAPE is not set
40479 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
40480 +# CONFIG_IDE_TASK_IOCTL is not set
40481 +CONFIG_IDE_PROC_FS=y
40482 +
40483 +#
40484 +# IDE chipset support/bugfixes
40485 +#
40486 +CONFIG_IDE_GENERIC=y
40487 +# CONFIG_BLK_DEV_PLATFORM is not set
40488 +CONFIG_BLK_DEV_IDEDMA_SFF=y
40489 +
40490 +#
40491 +# PCI IDE chipsets support
40492 +#
40493 +CONFIG_BLK_DEV_IDEPCI=y
40494 +CONFIG_IDEPCI_PCIBUS_ORDER=y
40495 +# CONFIG_BLK_DEV_OFFBOARD is not set
40496 +CONFIG_BLK_DEV_GENERIC=y
40497 +# CONFIG_BLK_DEV_OPTI621 is not set
40498 +CONFIG_BLK_DEV_IDEDMA_PCI=y
40499 +# CONFIG_BLK_DEV_AEC62XX is not set
40500 +# CONFIG_BLK_DEV_ALI15X3 is not set
40501 +# CONFIG_BLK_DEV_AMD74XX is not set
40502 +# CONFIG_BLK_DEV_CMD64X is not set
40503 +# CONFIG_BLK_DEV_TRIFLEX is not set
40504 +# CONFIG_BLK_DEV_CY82C693 is not set
40505 +# CONFIG_BLK_DEV_CS5520 is not set
40506 +# CONFIG_BLK_DEV_CS5530 is not set
40507 +# CONFIG_BLK_DEV_HPT34X is not set
40508 +# CONFIG_BLK_DEV_HPT366 is not set
40509 +# CONFIG_BLK_DEV_JMICRON is not set
40510 +# CONFIG_BLK_DEV_SC1200 is not set
40511 +# CONFIG_BLK_DEV_PIIX is not set
40512 +# CONFIG_BLK_DEV_IT8213 is not set
40513 +# CONFIG_BLK_DEV_IT821X is not set
40514 +# CONFIG_BLK_DEV_NS87415 is not set
40515 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
40516 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
40517 +# CONFIG_BLK_DEV_SVWKS is not set
40518 +# CONFIG_BLK_DEV_SIIMAGE is not set
40519 +# CONFIG_BLK_DEV_SL82C105 is not set
40520 +# CONFIG_BLK_DEV_SLC90E66 is not set
40521 +# CONFIG_BLK_DEV_TRM290 is not set
40522 +CONFIG_BLK_DEV_VIA82CXXX=y
40523 +# CONFIG_BLK_DEV_TC86C001 is not set
40524 +CONFIG_BLK_DEV_IDEDMA=y
40525 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
40526 +# CONFIG_BLK_DEV_HD is not set
40527 +
40528 +#
40529 +# SCSI device support
40530 +#
40531 +# CONFIG_RAID_ATTRS is not set
40532 +# CONFIG_SCSI is not set
40533 +# CONFIG_SCSI_DMA is not set
40534 +# CONFIG_SCSI_NETLINK is not set
40535 +# CONFIG_ATA is not set
40536 +# CONFIG_MD is not set
40537 +# CONFIG_FUSION is not set
40538 +
40539 +#
40540 +# IEEE 1394 (FireWire) support
40541 +#
40542 +# CONFIG_FIREWIRE is not set
40543 +# CONFIG_IEEE1394 is not set
40544 +# CONFIG_I2O is not set
40545 +# CONFIG_MACINTOSH_DRIVERS is not set
40546 +CONFIG_NETDEVICES=y
40547 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
40548 +# CONFIG_DUMMY is not set
40549 +# CONFIG_BONDING is not set
40550 +# CONFIG_MACVLAN is not set
40551 +# CONFIG_EQUALIZER is not set
40552 +# CONFIG_TUN is not set
40553 +# CONFIG_VETH is not set
40554 +# CONFIG_ARCNET is not set
40555 +CONFIG_PHYLIB=y
40556 +
40557 +#
40558 +# MII PHY device drivers
40559 +#
40560 +# CONFIG_MARVELL_PHY is not set
40561 +# CONFIG_DAVICOM_PHY is not set
40562 +# CONFIG_QSEMI_PHY is not set
40563 +# CONFIG_LXT_PHY is not set
40564 +# CONFIG_CICADA_PHY is not set
40565 +# CONFIG_VITESSE_PHY is not set
40566 +# CONFIG_SMSC_PHY is not set
40567 +# CONFIG_BROADCOM_PHY is not set
40568 +# CONFIG_ICPLUS_PHY is not set
40569 +# CONFIG_REALTEK_PHY is not set
40570 +# CONFIG_FIXED_PHY is not set
40571 +# CONFIG_MDIO_BITBANG is not set
40572 +CONFIG_NET_ETHERNET=y
40573 +CONFIG_MII=y
40574 +# CONFIG_HAPPYMEAL is not set
40575 +# CONFIG_SUNGEM is not set
40576 +# CONFIG_CASSINI is not set
40577 +# CONFIG_NET_VENDOR_3COM is not set
40578 +# CONFIG_NET_TULIP is not set
40579 +# CONFIG_HP100 is not set
40580 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
40581 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
40582 +# CONFIG_IBM_NEW_EMAC_TAH is not set
40583 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
40584 +# CONFIG_NET_PCI is not set
40585 +# CONFIG_B44 is not set
40586 +CONFIG_NETDEV_1000=y
40587 +# CONFIG_ACENIC is not set
40588 +# CONFIG_DL2K is not set
40589 +CONFIG_E1000=y
40590 +CONFIG_E1000_NAPI=y
40591 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
40592 +# CONFIG_E1000E is not set
40593 +# CONFIG_E1000E_ENABLED is not set
40594 +# CONFIG_IP1000 is not set
40595 +# CONFIG_IGB is not set
40596 +# CONFIG_NS83820 is not set
40597 +# CONFIG_HAMACHI is not set
40598 +# CONFIG_YELLOWFIN is not set
40599 +# CONFIG_R8169 is not set
40600 +# CONFIG_SIS190 is not set
40601 +# CONFIG_SKGE is not set
40602 +# CONFIG_SKY2 is not set
40603 +# CONFIG_SK98LIN is not set
40604 +# CONFIG_VIA_VELOCITY is not set
40605 +# CONFIG_TIGON3 is not set
40606 +# CONFIG_BNX2 is not set
40607 +CONFIG_GIANFAR=y
40608 +CONFIG_GFAR_NAPI=y
40609 +# CONFIG_QLA3XXX is not set
40610 +# CONFIG_ATL1 is not set
40611 +CONFIG_NETDEV_10000=y
40612 +# CONFIG_CHELSIO_T1 is not set
40613 +# CONFIG_CHELSIO_T3 is not set
40614 +# CONFIG_IXGBE is not set
40615 +# CONFIG_IXGB is not set
40616 +# CONFIG_S2IO is not set
40617 +# CONFIG_MYRI10GE is not set
40618 +# CONFIG_NETXEN_NIC is not set
40619 +# CONFIG_NIU is not set
40620 +# CONFIG_MLX4_CORE is not set
40621 +# CONFIG_TEHUTI is not set
40622 +# CONFIG_BNX2X is not set
40623 +# CONFIG_TR is not set
40624 +
40625 +#
40626 +# Wireless LAN
40627 +#
40628 +# CONFIG_WLAN_PRE80211 is not set
40629 +# CONFIG_WLAN_80211 is not set
40630 +# CONFIG_WAN is not set
40631 +# CONFIG_FDDI is not set
40632 +# CONFIG_HIPPI is not set
40633 +# CONFIG_PPP is not set
40634 +# CONFIG_SLIP is not set
40635 +# CONFIG_NETCONSOLE is not set
40636 +# CONFIG_NETPOLL is not set
40637 +# CONFIG_NET_POLL_CONTROLLER is not set
40638 +# CONFIG_ISDN is not set
40639 +# CONFIG_PHONE is not set
40640 +
40641 +#
40642 +# Input device support
40643 +#
40644 +CONFIG_INPUT=y
40645 +# CONFIG_INPUT_FF_MEMLESS is not set
40646 +# CONFIG_INPUT_POLLDEV is not set
40647 +
40648 +#
40649 +# Userland interfaces
40650 +#
40651 +# CONFIG_INPUT_MOUSEDEV is not set
40652 +# CONFIG_INPUT_JOYDEV is not set
40653 +# CONFIG_INPUT_EVDEV is not set
40654 +# CONFIG_INPUT_EVBUG is not set
40655 +
40656 +#
40657 +# Input Device Drivers
40658 +#
40659 +# CONFIG_INPUT_KEYBOARD is not set
40660 +# CONFIG_INPUT_MOUSE is not set
40661 +# CONFIG_INPUT_JOYSTICK is not set
40662 +# CONFIG_INPUT_TABLET is not set
40663 +# CONFIG_INPUT_TOUCHSCREEN is not set
40664 +# CONFIG_INPUT_MISC is not set
40665 +
40666 +#
40667 +# Hardware I/O ports
40668 +#
40669 +# CONFIG_SERIO is not set
40670 +# CONFIG_GAMEPORT is not set
40671 +
40672 +#
40673 +# Character devices
40674 +#
40675 +# CONFIG_VT is not set
40676 +# CONFIG_SERIAL_NONSTANDARD is not set
40677 +# CONFIG_NOZOMI is not set
40678 +
40679 +#
40680 +# Serial drivers
40681 +#
40682 +CONFIG_SERIAL_8250=y
40683 +CONFIG_SERIAL_8250_CONSOLE=y
40684 +CONFIG_SERIAL_8250_PCI=y
40685 +CONFIG_SERIAL_8250_NR_UARTS=4
40686 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
40687 +# CONFIG_SERIAL_8250_EXTENDED is not set
40688 +CONFIG_SERIAL_8250_SHARE_IRQ=y
40689 +
40690 +#
40691 +# Non-8250 serial port support
40692 +#
40693 +# CONFIG_SERIAL_UARTLITE is not set
40694 +CONFIG_SERIAL_CORE=y
40695 +CONFIG_SERIAL_CORE_CONSOLE=y
40696 +# CONFIG_SERIAL_JSM is not set
40697 +# CONFIG_SERIAL_OF_PLATFORM is not set
40698 +CONFIG_UNIX98_PTYS=y
40699 +CONFIG_LEGACY_PTYS=y
40700 +CONFIG_LEGACY_PTY_COUNT=256
40701 +# CONFIG_IPMI_HANDLER is not set
40702 +# CONFIG_HW_RANDOM is not set
40703 +# CONFIG_NVRAM is not set
40704 +CONFIG_GEN_RTC=y
40705 +# CONFIG_GEN_RTC_X is not set
40706 +# CONFIG_R3964 is not set
40707 +# CONFIG_APPLICOM is not set
40708 +# CONFIG_RAW_DRIVER is not set
40709 +# CONFIG_TCG_TPM is not set
40710 +CONFIG_DEVPORT=y
40711 +# CONFIG_I2C is not set
40712 +
40713 +#
40714 +# SPI support
40715 +#
40716 +# CONFIG_SPI is not set
40717 +# CONFIG_SPI_MASTER is not set
40718 +# CONFIG_W1 is not set
40719 +# CONFIG_POWER_SUPPLY is not set
40720 +CONFIG_HWMON=y
40721 +# CONFIG_HWMON_VID is not set
40722 +# CONFIG_SENSORS_I5K_AMB is not set
40723 +# CONFIG_SENSORS_F71805F is not set
40724 +# CONFIG_SENSORS_F71882FG is not set
40725 +# CONFIG_SENSORS_IT87 is not set
40726 +# CONFIG_SENSORS_PC87360 is not set
40727 +# CONFIG_SENSORS_PC87427 is not set
40728 +# CONFIG_SENSORS_SIS5595 is not set
40729 +# CONFIG_SENSORS_SMSC47M1 is not set
40730 +# CONFIG_SENSORS_SMSC47B397 is not set
40731 +# CONFIG_SENSORS_VIA686A is not set
40732 +# CONFIG_SENSORS_VT1211 is not set
40733 +# CONFIG_SENSORS_VT8231 is not set
40734 +# CONFIG_SENSORS_W83627HF is not set
40735 +# CONFIG_SENSORS_W83627EHF is not set
40736 +# CONFIG_HWMON_DEBUG_CHIP is not set
40737 +# CONFIG_THERMAL is not set
40738 +# CONFIG_WATCHDOG is not set
40739 +
40740 +#
40741 +# Sonics Silicon Backplane
40742 +#
40743 +CONFIG_SSB_POSSIBLE=y
40744 +# CONFIG_SSB is not set
40745 +
40746 +#
40747 +# Multifunction device drivers
40748 +#
40749 +# CONFIG_MFD_SM501 is not set
40750 +
40751 +#
40752 +# Multimedia devices
40753 +#
40754 +# CONFIG_VIDEO_DEV is not set
40755 +# CONFIG_DVB_CORE is not set
40756 +CONFIG_DAB=y
40757 +
40758 +#
40759 +# Graphics support
40760 +#
40761 +# CONFIG_AGP is not set
40762 +# CONFIG_DRM is not set
40763 +# CONFIG_VGASTATE is not set
40764 +CONFIG_VIDEO_OUTPUT_CONTROL=y
40765 +# CONFIG_FB is not set
40766 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
40767 +
40768 +#
40769 +# Display device support
40770 +#
40771 +# CONFIG_DISPLAY_SUPPORT is not set
40772 +
40773 +#
40774 +# Sound
40775 +#
40776 +# CONFIG_SOUND is not set
40777 +CONFIG_HID_SUPPORT=y
40778 +CONFIG_HID=y
40779 +# CONFIG_HID_DEBUG is not set
40780 +# CONFIG_HIDRAW is not set
40781 +CONFIG_USB_SUPPORT=y
40782 +CONFIG_USB_ARCH_HAS_HCD=y
40783 +CONFIG_USB_ARCH_HAS_OHCI=y
40784 +CONFIG_USB_ARCH_HAS_EHCI=y
40785 +# CONFIG_USB is not set
40786 +
40787 +#
40788 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
40789 +#
40790 +# CONFIG_USB_GADGET is not set
40791 +# CONFIG_MMC is not set
40792 +# CONFIG_MEMSTICK is not set
40793 +# CONFIG_NEW_LEDS is not set
40794 +# CONFIG_INFINIBAND is not set
40795 +# CONFIG_EDAC is not set
40796 +# CONFIG_RTC_CLASS is not set
40797 +# CONFIG_DMADEVICES is not set
40798 +
40799 +#
40800 +# Userspace I/O
40801 +#
40802 +# CONFIG_UIO is not set
40803 +
40804 +#
40805 +# File systems
40806 +#
40807 +CONFIG_EXT2_FS=y
40808 +# CONFIG_EXT2_FS_XATTR is not set
40809 +# CONFIG_EXT2_FS_XIP is not set
40810 +CONFIG_EXT3_FS=y
40811 +CONFIG_EXT3_FS_XATTR=y
40812 +# CONFIG_EXT3_FS_POSIX_ACL is not set
40813 +# CONFIG_EXT3_FS_SECURITY is not set
40814 +# CONFIG_EXT4DEV_FS is not set
40815 +CONFIG_JBD=y
40816 +CONFIG_FS_MBCACHE=y
40817 +# CONFIG_REISERFS_FS is not set
40818 +# CONFIG_JFS_FS is not set
40819 +# CONFIG_FS_POSIX_ACL is not set
40820 +# CONFIG_XFS_FS is not set
40821 +# CONFIG_GFS2_FS is not set
40822 +# CONFIG_OCFS2_FS is not set
40823 +CONFIG_DNOTIFY=y
40824 +CONFIG_INOTIFY=y
40825 +CONFIG_INOTIFY_USER=y
40826 +# CONFIG_QUOTA is not set
40827 +# CONFIG_AUTOFS_FS is not set
40828 +# CONFIG_AUTOFS4_FS is not set
40829 +# CONFIG_FUSE_FS is not set
40830 +
40831 +#
40832 +# CD-ROM/DVD Filesystems
40833 +#
40834 +# CONFIG_ISO9660_FS is not set
40835 +# CONFIG_UDF_FS is not set
40836 +
40837 +#
40838 +# DOS/FAT/NT Filesystems
40839 +#
40840 +# CONFIG_MSDOS_FS is not set
40841 +# CONFIG_VFAT_FS is not set
40842 +# CONFIG_NTFS_FS is not set
40843 +
40844 +#
40845 +# Pseudo filesystems
40846 +#
40847 +CONFIG_PROC_FS=y
40848 +CONFIG_PROC_KCORE=y
40849 +CONFIG_PROC_SYSCTL=y
40850 +CONFIG_SYSFS=y
40851 +CONFIG_TMPFS=y
40852 +# CONFIG_TMPFS_POSIX_ACL is not set
40853 +# CONFIG_HUGETLB_PAGE is not set
40854 +# CONFIG_CONFIGFS_FS is not set
40855 +
40856 +#
40857 +# Miscellaneous filesystems
40858 +#
40859 +# CONFIG_ADFS_FS is not set
40860 +# CONFIG_AFFS_FS is not set
40861 +# CONFIG_HFS_FS is not set
40862 +# CONFIG_HFSPLUS_FS is not set
40863 +# CONFIG_BEFS_FS is not set
40864 +# CONFIG_BFS_FS is not set
40865 +# CONFIG_EFS_FS is not set
40866 +# CONFIG_CRAMFS is not set
40867 +# CONFIG_VXFS_FS is not set
40868 +# CONFIG_MINIX_FS is not set
40869 +# CONFIG_HPFS_FS is not set
40870 +# CONFIG_QNX4FS_FS is not set
40871 +# CONFIG_ROMFS_FS is not set
40872 +# CONFIG_SYSV_FS is not set
40873 +# CONFIG_UFS_FS is not set
40874 +CONFIG_NETWORK_FILESYSTEMS=y
40875 +CONFIG_NFS_FS=y
40876 +# CONFIG_NFS_V3 is not set
40877 +# CONFIG_NFS_V4 is not set
40878 +# CONFIG_NFS_DIRECTIO is not set
40879 +# CONFIG_NFSD is not set
40880 +CONFIG_ROOT_NFS=y
40881 +CONFIG_LOCKD=y
40882 +CONFIG_NFS_COMMON=y
40883 +CONFIG_SUNRPC=y
40884 +# CONFIG_SUNRPC_BIND34 is not set
40885 +# CONFIG_RPCSEC_GSS_KRB5 is not set
40886 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
40887 +# CONFIG_SMB_FS is not set
40888 +# CONFIG_CIFS is not set
40889 +# CONFIG_NCP_FS is not set
40890 +# CONFIG_CODA_FS is not set
40891 +# CONFIG_AFS_FS is not set
40892 +
40893 +#
40894 +# Partition Types
40895 +#
40896 +CONFIG_PARTITION_ADVANCED=y
40897 +# CONFIG_ACORN_PARTITION is not set
40898 +# CONFIG_OSF_PARTITION is not set
40899 +# CONFIG_AMIGA_PARTITION is not set
40900 +# CONFIG_ATARI_PARTITION is not set
40901 +# CONFIG_MAC_PARTITION is not set
40902 +# CONFIG_MSDOS_PARTITION is not set
40903 +# CONFIG_LDM_PARTITION is not set
40904 +# CONFIG_SGI_PARTITION is not set
40905 +# CONFIG_ULTRIX_PARTITION is not set
40906 +# CONFIG_SUN_PARTITION is not set
40907 +# CONFIG_KARMA_PARTITION is not set
40908 +# CONFIG_EFI_PARTITION is not set
40909 +# CONFIG_SYSV68_PARTITION is not set
40910 +# CONFIG_NLS is not set
40911 +# CONFIG_DLM is not set
40912 +
40913 +#
40914 +# Library routines
40915 +#
40916 +CONFIG_BITREVERSE=y
40917 +# CONFIG_CRC_CCITT is not set
40918 +# CONFIG_CRC16 is not set
40919 +# CONFIG_CRC_ITU_T is not set
40920 +CONFIG_CRC32=y
40921 +# CONFIG_CRC7 is not set
40922 +# CONFIG_LIBCRC32C is not set
40923 +CONFIG_PLIST=y
40924 +CONFIG_HAS_IOMEM=y
40925 +CONFIG_HAS_IOPORT=y
40926 +CONFIG_HAS_DMA=y
40927 +
40928 +#
40929 +# Kernel hacking
40930 +#
40931 +# CONFIG_PRINTK_TIME is not set
40932 +CONFIG_ENABLE_WARN_DEPRECATED=y
40933 +CONFIG_ENABLE_MUST_CHECK=y
40934 +# CONFIG_MAGIC_SYSRQ is not set
40935 +# CONFIG_UNUSED_SYMBOLS is not set
40936 +# CONFIG_DEBUG_FS is not set
40937 +# CONFIG_HEADERS_CHECK is not set
40938 +CONFIG_DEBUG_KERNEL=y
40939 +# CONFIG_DEBUG_SHIRQ is not set
40940 +CONFIG_DETECT_SOFTLOCKUP=y
40941 +CONFIG_SCHED_DEBUG=y
40942 +# CONFIG_SCHEDSTATS is not set
40943 +# CONFIG_TIMER_STATS is not set
40944 +# CONFIG_SLUB_DEBUG_ON is not set
40945 +# CONFIG_SLUB_STATS is not set
40946 +# CONFIG_DEBUG_RT_MUTEXES is not set
40947 +# CONFIG_RT_MUTEX_TESTER is not set
40948 +# CONFIG_DEBUG_SPINLOCK is not set
40949 +CONFIG_DEBUG_MUTEXES=y
40950 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
40951 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
40952 +# CONFIG_DEBUG_KOBJECT is not set
40953 +# CONFIG_DEBUG_BUGVERBOSE is not set
40954 +# CONFIG_DEBUG_INFO is not set
40955 +# CONFIG_DEBUG_VM is not set
40956 +# CONFIG_DEBUG_LIST is not set
40957 +# CONFIG_DEBUG_SG is not set
40958 +# CONFIG_BOOT_PRINTK_DELAY is not set
40959 +# CONFIG_BACKTRACE_SELF_TEST is not set
40960 +# CONFIG_FAULT_INJECTION is not set
40961 +# CONFIG_SAMPLES is not set
40962 +# CONFIG_DEBUG_STACKOVERFLOW is not set
40963 +# CONFIG_DEBUG_STACK_USAGE is not set
40964 +# CONFIG_DEBUG_PAGEALLOC is not set
40965 +# CONFIG_DEBUGGER is not set
40966 +# CONFIG_BDI_SWITCH is not set
40967 +# CONFIG_PPC_EARLY_DEBUG is not set
40968 +
40969 +#
40970 +# Security options
40971 +#
40972 +# CONFIG_KEYS is not set
40973 +# CONFIG_SECURITY is not set
40974 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
40975 +CONFIG_CRYPTO=y
40976 +# CONFIG_CRYPTO_SEQIV is not set
40977 +# CONFIG_CRYPTO_MANAGER is not set
40978 +# CONFIG_CRYPTO_HMAC is not set
40979 +# CONFIG_CRYPTO_XCBC is not set
40980 +# CONFIG_CRYPTO_NULL is not set
40981 +# CONFIG_CRYPTO_MD4 is not set
40982 +# CONFIG_CRYPTO_MD5 is not set
40983 +# CONFIG_CRYPTO_SHA1 is not set
40984 +# CONFIG_CRYPTO_SHA256 is not set
40985 +# CONFIG_CRYPTO_SHA512 is not set
40986 +# CONFIG_CRYPTO_WP512 is not set
40987 +# CONFIG_CRYPTO_TGR192 is not set
40988 +# CONFIG_CRYPTO_GF128MUL is not set
40989 +# CONFIG_CRYPTO_ECB is not set
40990 +# CONFIG_CRYPTO_CBC is not set
40991 +# CONFIG_CRYPTO_PCBC is not set
40992 +# CONFIG_CRYPTO_LRW is not set
40993 +# CONFIG_CRYPTO_XTS is not set
40994 +# CONFIG_CRYPTO_CTR is not set
40995 +# CONFIG_CRYPTO_GCM is not set
40996 +# CONFIG_CRYPTO_CCM is not set
40997 +# CONFIG_CRYPTO_CRYPTD is not set
40998 +# CONFIG_CRYPTO_DES is not set
40999 +# CONFIG_CRYPTO_FCRYPT is not set
41000 +# CONFIG_CRYPTO_BLOWFISH is not set
41001 +# CONFIG_CRYPTO_TWOFISH is not set
41002 +# CONFIG_CRYPTO_SERPENT is not set
41003 +# CONFIG_CRYPTO_AES is not set
41004 +# CONFIG_CRYPTO_CAST5 is not set
41005 +# CONFIG_CRYPTO_CAST6 is not set
41006 +# CONFIG_CRYPTO_TEA is not set
41007 +# CONFIG_CRYPTO_ARC4 is not set
41008 +# CONFIG_CRYPTO_KHAZAD is not set
41009 +# CONFIG_CRYPTO_ANUBIS is not set
41010 +# CONFIG_CRYPTO_SEED is not set
41011 +# CONFIG_CRYPTO_SALSA20 is not set
41012 +# CONFIG_CRYPTO_DEFLATE is not set
41013 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
41014 +# CONFIG_CRYPTO_CRC32C is not set
41015 +# CONFIG_CRYPTO_CAMELLIA is not set
41016 +# CONFIG_CRYPTO_AUTHENC is not set
41017 +# CONFIG_CRYPTO_LZO is not set
41018 +CONFIG_CRYPTO_HW=y
41019 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
41020 +# CONFIG_PPC_CLOCK is not set
41021 --- /dev/null
41022 +++ b/arch/powerpc/configs/85xx/sbc8548_defconfig
41023 @@ -0,0 +1,812 @@
41024 +#
41025 +# Automatically generated make config: don't edit
41026 +# Linux kernel version: 2.6.25-rc6
41027 +# Mon Mar 24 08:48:39 2008
41028 +#
41029 +# CONFIG_PPC64 is not set
41030 +
41031 +#
41032 +# Processor support
41033 +#
41034 +# CONFIG_6xx is not set
41035 +CONFIG_PPC_85xx=y
41036 +# CONFIG_PPC_8xx is not set
41037 +# CONFIG_40x is not set
41038 +# CONFIG_44x is not set
41039 +# CONFIG_E200 is not set
41040 +CONFIG_E500=y
41041 +CONFIG_BOOKE=y
41042 +CONFIG_FSL_BOOKE=y
41043 +CONFIG_FSL_EMB_PERFMON=y
41044 +# CONFIG_PHYS_64BIT is not set
41045 +CONFIG_SPE=y
41046 +# CONFIG_PPC_MM_SLICES is not set
41047 +CONFIG_PPC32=y
41048 +CONFIG_WORD_SIZE=32
41049 +CONFIG_PPC_MERGE=y
41050 +CONFIG_MMU=y
41051 +CONFIG_GENERIC_CMOS_UPDATE=y
41052 +CONFIG_GENERIC_TIME=y
41053 +CONFIG_GENERIC_TIME_VSYSCALL=y
41054 +CONFIG_GENERIC_CLOCKEVENTS=y
41055 +CONFIG_GENERIC_HARDIRQS=y
41056 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
41057 +CONFIG_IRQ_PER_CPU=y
41058 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
41059 +CONFIG_ARCH_HAS_ILOG2_U32=y
41060 +CONFIG_GENERIC_HWEIGHT=y
41061 +CONFIG_GENERIC_CALIBRATE_DELAY=y
41062 +CONFIG_GENERIC_FIND_NEXT_BIT=y
41063 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
41064 +CONFIG_PPC=y
41065 +CONFIG_EARLY_PRINTK=y
41066 +CONFIG_GENERIC_NVRAM=y
41067 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
41068 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
41069 +CONFIG_PPC_OF=y
41070 +CONFIG_OF=y
41071 +CONFIG_PPC_UDBG_16550=y
41072 +# CONFIG_GENERIC_TBSYNC is not set
41073 +CONFIG_AUDIT_ARCH=y
41074 +CONFIG_GENERIC_BUG=y
41075 +CONFIG_DEFAULT_UIMAGE=y
41076 +# CONFIG_PPC_DCR_NATIVE is not set
41077 +# CONFIG_PPC_DCR_MMIO is not set
41078 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41079 +
41080 +#
41081 +# General setup
41082 +#
41083 +CONFIG_EXPERIMENTAL=y
41084 +CONFIG_BROKEN_ON_SMP=y
41085 +CONFIG_INIT_ENV_ARG_LIMIT=32
41086 +CONFIG_LOCALVERSION=""
41087 +CONFIG_LOCALVERSION_AUTO=y
41088 +CONFIG_SWAP=y
41089 +CONFIG_SYSVIPC=y
41090 +CONFIG_SYSVIPC_SYSCTL=y
41091 +# CONFIG_POSIX_MQUEUE is not set
41092 +# CONFIG_BSD_PROCESS_ACCT is not set
41093 +# CONFIG_TASKSTATS is not set
41094 +# CONFIG_AUDIT is not set
41095 +# CONFIG_IKCONFIG is not set
41096 +CONFIG_LOG_BUF_SHIFT=14
41097 +# CONFIG_CGROUPS is not set
41098 +CONFIG_GROUP_SCHED=y
41099 +CONFIG_FAIR_GROUP_SCHED=y
41100 +# CONFIG_RT_GROUP_SCHED is not set
41101 +CONFIG_USER_SCHED=y
41102 +# CONFIG_CGROUP_SCHED is not set
41103 +CONFIG_SYSFS_DEPRECATED=y
41104 +CONFIG_SYSFS_DEPRECATED_V2=y
41105 +# CONFIG_RELAY is not set
41106 +# CONFIG_NAMESPACES is not set
41107 +CONFIG_BLK_DEV_INITRD=y
41108 +CONFIG_INITRAMFS_SOURCE=""
41109 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41110 +CONFIG_SYSCTL=y
41111 +CONFIG_EMBEDDED=y
41112 +CONFIG_SYSCTL_SYSCALL=y
41113 +CONFIG_KALLSYMS=y
41114 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
41115 +CONFIG_HOTPLUG=y
41116 +CONFIG_PRINTK=y
41117 +CONFIG_BUG=y
41118 +CONFIG_ELF_CORE=y
41119 +CONFIG_COMPAT_BRK=y
41120 +CONFIG_BASE_FULL=y
41121 +CONFIG_FUTEX=y
41122 +CONFIG_ANON_INODES=y
41123 +CONFIG_EPOLL=y
41124 +CONFIG_SIGNALFD=y
41125 +CONFIG_TIMERFD=y
41126 +CONFIG_EVENTFD=y
41127 +CONFIG_SHMEM=y
41128 +CONFIG_VM_EVENT_COUNTERS=y
41129 +CONFIG_SLAB=y
41130 +# CONFIG_SLUB is not set
41131 +# CONFIG_SLOB is not set
41132 +# CONFIG_PROFILING is not set
41133 +# CONFIG_MARKERS is not set
41134 +CONFIG_HAVE_OPROFILE=y
41135 +CONFIG_HAVE_KPROBES=y
41136 +CONFIG_HAVE_KRETPROBES=y
41137 +CONFIG_PROC_PAGE_MONITOR=y
41138 +CONFIG_SLABINFO=y
41139 +CONFIG_RT_MUTEXES=y
41140 +# CONFIG_TINY_SHMEM is not set
41141 +CONFIG_BASE_SMALL=0
41142 +# CONFIG_MODULES is not set
41143 +CONFIG_BLOCK=y
41144 +# CONFIG_LBD is not set
41145 +# CONFIG_BLK_DEV_IO_TRACE is not set
41146 +# CONFIG_LSF is not set
41147 +# CONFIG_BLK_DEV_BSG is not set
41148 +
41149 +#
41150 +# IO Schedulers
41151 +#
41152 +CONFIG_IOSCHED_NOOP=y
41153 +CONFIG_IOSCHED_AS=y
41154 +CONFIG_IOSCHED_DEADLINE=y
41155 +CONFIG_IOSCHED_CFQ=y
41156 +CONFIG_DEFAULT_AS=y
41157 +# CONFIG_DEFAULT_DEADLINE is not set
41158 +# CONFIG_DEFAULT_CFQ is not set
41159 +# CONFIG_DEFAULT_NOOP is not set
41160 +CONFIG_DEFAULT_IOSCHED="anticipatory"
41161 +CONFIG_CLASSIC_RCU=y
41162 +
41163 +#
41164 +# Platform support
41165 +#
41166 +# CONFIG_PPC_MPC512x is not set
41167 +# CONFIG_PPC_MPC5121 is not set
41168 +# CONFIG_PPC_CELL is not set
41169 +# CONFIG_PPC_CELL_NATIVE is not set
41170 +# CONFIG_PQ2ADS is not set
41171 +CONFIG_MPC85xx=y
41172 +# CONFIG_MPC8540_ADS is not set
41173 +# CONFIG_MPC8560_ADS is not set
41174 +# CONFIG_MPC85xx_CDS is not set
41175 +# CONFIG_MPC85xx_MDS is not set
41176 +# CONFIG_MPC85xx_DS is not set
41177 +# CONFIG_STX_GP3 is not set
41178 +# CONFIG_TQM8540 is not set
41179 +# CONFIG_TQM8541 is not set
41180 +# CONFIG_TQM8555 is not set
41181 +# CONFIG_TQM8560 is not set
41182 +CONFIG_SBC8548=y
41183 +# CONFIG_SBC8560 is not set
41184 +# CONFIG_IPIC is not set
41185 +CONFIG_MPIC=y
41186 +# CONFIG_MPIC_WEIRD is not set
41187 +# CONFIG_PPC_I8259 is not set
41188 +# CONFIG_PPC_RTAS is not set
41189 +# CONFIG_MMIO_NVRAM is not set
41190 +# CONFIG_PPC_MPC106 is not set
41191 +# CONFIG_PPC_970_NAP is not set
41192 +# CONFIG_PPC_INDIRECT_IO is not set
41193 +# CONFIG_GENERIC_IOMAP is not set
41194 +# CONFIG_CPU_FREQ is not set
41195 +# CONFIG_CPM2 is not set
41196 +# CONFIG_FSL_ULI1575 is not set
41197 +
41198 +#
41199 +# Kernel options
41200 +#
41201 +# CONFIG_HIGHMEM is not set
41202 +# CONFIG_TICK_ONESHOT is not set
41203 +# CONFIG_NO_HZ is not set
41204 +# CONFIG_HIGH_RES_TIMERS is not set
41205 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
41206 +# CONFIG_HZ_100 is not set
41207 +CONFIG_HZ_250=y
41208 +# CONFIG_HZ_300 is not set
41209 +# CONFIG_HZ_1000 is not set
41210 +CONFIG_HZ=250
41211 +# CONFIG_SCHED_HRTICK is not set
41212 +CONFIG_PREEMPT_NONE=y
41213 +# CONFIG_PREEMPT_VOLUNTARY is not set
41214 +# CONFIG_PREEMPT is not set
41215 +CONFIG_BINFMT_ELF=y
41216 +CONFIG_BINFMT_MISC=y
41217 +CONFIG_MATH_EMULATION=y
41218 +# CONFIG_IOMMU_HELPER is not set
41219 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
41220 +CONFIG_ARCH_HAS_WALK_MEMORY=y
41221 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
41222 +CONFIG_ARCH_FLATMEM_ENABLE=y
41223 +CONFIG_ARCH_POPULATES_NODE_MAP=y
41224 +CONFIG_SELECT_MEMORY_MODEL=y
41225 +CONFIG_FLATMEM_MANUAL=y
41226 +# CONFIG_DISCONTIGMEM_MANUAL is not set
41227 +# CONFIG_SPARSEMEM_MANUAL is not set
41228 +CONFIG_FLATMEM=y
41229 +CONFIG_FLAT_NODE_MEM_MAP=y
41230 +# CONFIG_SPARSEMEM_STATIC is not set
41231 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
41232 +CONFIG_SPLIT_PTLOCK_CPUS=4
41233 +# CONFIG_RESOURCES_64BIT is not set
41234 +CONFIG_ZONE_DMA_FLAG=1
41235 +CONFIG_BOUNCE=y
41236 +CONFIG_VIRT_TO_BUS=y
41237 +CONFIG_PROC_DEVICETREE=y
41238 +# CONFIG_CMDLINE_BOOL is not set
41239 +# CONFIG_PM is not set
41240 +# CONFIG_SECCOMP is not set
41241 +CONFIG_ISA_DMA_API=y
41242 +
41243 +#
41244 +# Bus options
41245 +#
41246 +CONFIG_ZONE_DMA=y
41247 +CONFIG_PPC_INDIRECT_PCI=y
41248 +CONFIG_FSL_SOC=y
41249 +CONFIG_FSL_PCI=y
41250 +CONFIG_PCI=y
41251 +CONFIG_PCI_DOMAINS=y
41252 +CONFIG_PCI_SYSCALL=y
41253 +# CONFIG_PCIEPORTBUS is not set
41254 +CONFIG_ARCH_SUPPORTS_MSI=y
41255 +# CONFIG_PCI_MSI is not set
41256 +CONFIG_PCI_LEGACY=y
41257 +# CONFIG_PCCARD is not set
41258 +# CONFIG_HOTPLUG_PCI is not set
41259 +
41260 +#
41261 +# Advanced setup
41262 +#
41263 +# CONFIG_ADVANCED_OPTIONS is not set
41264 +
41265 +#
41266 +# Default settings for advanced configuration options are used
41267 +#
41268 +CONFIG_HIGHMEM_START=0xfe000000
41269 +CONFIG_LOWMEM_SIZE=0x30000000
41270 +CONFIG_KERNEL_START=0xc0000000
41271 +CONFIG_TASK_SIZE=0xc0000000
41272 +CONFIG_BOOT_LOAD=0x00800000
41273 +
41274 +#
41275 +# Networking
41276 +#
41277 +CONFIG_NET=y
41278 +
41279 +#
41280 +# Networking options
41281 +#
41282 +CONFIG_PACKET=y
41283 +# CONFIG_PACKET_MMAP is not set
41284 +CONFIG_UNIX=y
41285 +CONFIG_XFRM=y
41286 +CONFIG_XFRM_USER=y
41287 +# CONFIG_XFRM_SUB_POLICY is not set
41288 +# CONFIG_XFRM_MIGRATE is not set
41289 +# CONFIG_XFRM_STATISTICS is not set
41290 +# CONFIG_NET_KEY is not set
41291 +CONFIG_INET=y
41292 +CONFIG_IP_MULTICAST=y
41293 +# CONFIG_IP_ADVANCED_ROUTER is not set
41294 +CONFIG_IP_FIB_HASH=y
41295 +CONFIG_IP_PNP=y
41296 +CONFIG_IP_PNP_DHCP=y
41297 +CONFIG_IP_PNP_BOOTP=y
41298 +# CONFIG_IP_PNP_RARP is not set
41299 +# CONFIG_NET_IPIP is not set
41300 +# CONFIG_NET_IPGRE is not set
41301 +# CONFIG_IP_MROUTE is not set
41302 +# CONFIG_ARPD is not set
41303 +CONFIG_SYN_COOKIES=y
41304 +# CONFIG_INET_AH is not set
41305 +# CONFIG_INET_ESP is not set
41306 +# CONFIG_INET_IPCOMP is not set
41307 +# CONFIG_INET_XFRM_TUNNEL is not set
41308 +# CONFIG_INET_TUNNEL is not set
41309 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
41310 +CONFIG_INET_XFRM_MODE_TUNNEL=y
41311 +CONFIG_INET_XFRM_MODE_BEET=y
41312 +# CONFIG_INET_LRO is not set
41313 +CONFIG_INET_DIAG=y
41314 +CONFIG_INET_TCP_DIAG=y
41315 +# CONFIG_TCP_CONG_ADVANCED is not set
41316 +CONFIG_TCP_CONG_CUBIC=y
41317 +CONFIG_DEFAULT_TCP_CONG="cubic"
41318 +# CONFIG_TCP_MD5SIG is not set
41319 +# CONFIG_IPV6 is not set
41320 +# CONFIG_INET6_XFRM_TUNNEL is not set
41321 +# CONFIG_INET6_TUNNEL is not set
41322 +# CONFIG_NETWORK_SECMARK is not set
41323 +# CONFIG_NETFILTER is not set
41324 +# CONFIG_IP_DCCP is not set
41325 +# CONFIG_IP_SCTP is not set
41326 +# CONFIG_TIPC is not set
41327 +# CONFIG_ATM is not set
41328 +# CONFIG_BRIDGE is not set
41329 +# CONFIG_VLAN_8021Q is not set
41330 +# CONFIG_DECNET is not set
41331 +# CONFIG_LLC2 is not set
41332 +# CONFIG_IPX is not set
41333 +# CONFIG_ATALK is not set
41334 +# CONFIG_X25 is not set
41335 +# CONFIG_LAPB is not set
41336 +# CONFIG_ECONET is not set
41337 +# CONFIG_WAN_ROUTER is not set
41338 +# CONFIG_NET_SCHED is not set
41339 +
41340 +#
41341 +# Network testing
41342 +#
41343 +# CONFIG_NET_PKTGEN is not set
41344 +# CONFIG_HAMRADIO is not set
41345 +# CONFIG_CAN is not set
41346 +# CONFIG_IRDA is not set
41347 +# CONFIG_BT is not set
41348 +# CONFIG_AF_RXRPC is not set
41349 +
41350 +#
41351 +# Wireless
41352 +#
41353 +# CONFIG_CFG80211 is not set
41354 +# CONFIG_WIRELESS_EXT is not set
41355 +# CONFIG_MAC80211 is not set
41356 +# CONFIG_IEEE80211 is not set
41357 +# CONFIG_RFKILL is not set
41358 +# CONFIG_NET_9P is not set
41359 +
41360 +#
41361 +# Device Drivers
41362 +#
41363 +
41364 +#
41365 +# Generic Driver Options
41366 +#
41367 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
41368 +CONFIG_STANDALONE=y
41369 +CONFIG_PREVENT_FIRMWARE_BUILD=y
41370 +# CONFIG_FW_LOADER is not set
41371 +# CONFIG_SYS_HYPERVISOR is not set
41372 +# CONFIG_CONNECTOR is not set
41373 +# CONFIG_MTD is not set
41374 +CONFIG_OF_DEVICE=y
41375 +# CONFIG_PARPORT is not set
41376 +CONFIG_BLK_DEV=y
41377 +# CONFIG_BLK_DEV_FD is not set
41378 +# CONFIG_BLK_CPQ_DA is not set
41379 +# CONFIG_BLK_CPQ_CISS_DA is not set
41380 +# CONFIG_BLK_DEV_DAC960 is not set
41381 +# CONFIG_BLK_DEV_UMEM is not set
41382 +# CONFIG_BLK_DEV_COW_COMMON is not set
41383 +CONFIG_BLK_DEV_LOOP=y
41384 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
41385 +# CONFIG_BLK_DEV_NBD is not set
41386 +# CONFIG_BLK_DEV_SX8 is not set
41387 +CONFIG_BLK_DEV_RAM=y
41388 +CONFIG_BLK_DEV_RAM_COUNT=16
41389 +CONFIG_BLK_DEV_RAM_SIZE=4096
41390 +# CONFIG_BLK_DEV_XIP is not set
41391 +# CONFIG_CDROM_PKTCDVD is not set
41392 +# CONFIG_ATA_OVER_ETH is not set
41393 +CONFIG_MISC_DEVICES=y
41394 +# CONFIG_PHANTOM is not set
41395 +# CONFIG_EEPROM_93CX6 is not set
41396 +# CONFIG_SGI_IOC4 is not set
41397 +# CONFIG_TIFM_CORE is not set
41398 +# CONFIG_ENCLOSURE_SERVICES is not set
41399 +CONFIG_HAVE_IDE=y
41400 +# CONFIG_IDE is not set
41401 +
41402 +#
41403 +# SCSI device support
41404 +#
41405 +# CONFIG_RAID_ATTRS is not set
41406 +# CONFIG_SCSI is not set
41407 +# CONFIG_SCSI_DMA is not set
41408 +# CONFIG_SCSI_NETLINK is not set
41409 +# CONFIG_ATA is not set
41410 +# CONFIG_MD is not set
41411 +# CONFIG_FUSION is not set
41412 +
41413 +#
41414 +# IEEE 1394 (FireWire) support
41415 +#
41416 +# CONFIG_FIREWIRE is not set
41417 +# CONFIG_IEEE1394 is not set
41418 +# CONFIG_I2O is not set
41419 +# CONFIG_MACINTOSH_DRIVERS is not set
41420 +CONFIG_NETDEVICES=y
41421 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
41422 +# CONFIG_DUMMY is not set
41423 +# CONFIG_BONDING is not set
41424 +# CONFIG_MACVLAN is not set
41425 +# CONFIG_EQUALIZER is not set
41426 +# CONFIG_TUN is not set
41427 +# CONFIG_VETH is not set
41428 +# CONFIG_ARCNET is not set
41429 +CONFIG_PHYLIB=y
41430 +
41431 +#
41432 +# MII PHY device drivers
41433 +#
41434 +# CONFIG_MARVELL_PHY is not set
41435 +# CONFIG_DAVICOM_PHY is not set
41436 +# CONFIG_QSEMI_PHY is not set
41437 +# CONFIG_LXT_PHY is not set
41438 +# CONFIG_CICADA_PHY is not set
41439 +# CONFIG_VITESSE_PHY is not set
41440 +# CONFIG_SMSC_PHY is not set
41441 +CONFIG_BROADCOM_PHY=y
41442 +# CONFIG_ICPLUS_PHY is not set
41443 +# CONFIG_REALTEK_PHY is not set
41444 +# CONFIG_FIXED_PHY is not set
41445 +# CONFIG_MDIO_BITBANG is not set
41446 +CONFIG_NET_ETHERNET=y
41447 +CONFIG_MII=y
41448 +# CONFIG_HAPPYMEAL is not set
41449 +# CONFIG_SUNGEM is not set
41450 +# CONFIG_CASSINI is not set
41451 +# CONFIG_NET_VENDOR_3COM is not set
41452 +# CONFIG_NET_TULIP is not set
41453 +# CONFIG_HP100 is not set
41454 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
41455 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
41456 +# CONFIG_IBM_NEW_EMAC_TAH is not set
41457 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
41458 +# CONFIG_NET_PCI is not set
41459 +# CONFIG_B44 is not set
41460 +CONFIG_NETDEV_1000=y
41461 +# CONFIG_ACENIC is not set
41462 +# CONFIG_DL2K is not set
41463 +# CONFIG_E1000 is not set
41464 +# CONFIG_E1000E is not set
41465 +# CONFIG_E1000E_ENABLED is not set
41466 +# CONFIG_IP1000 is not set
41467 +# CONFIG_IGB is not set
41468 +# CONFIG_NS83820 is not set
41469 +# CONFIG_HAMACHI is not set
41470 +# CONFIG_YELLOWFIN is not set
41471 +# CONFIG_R8169 is not set
41472 +# CONFIG_SIS190 is not set
41473 +# CONFIG_SKGE is not set
41474 +# CONFIG_SKY2 is not set
41475 +# CONFIG_SK98LIN is not set
41476 +# CONFIG_VIA_VELOCITY is not set
41477 +# CONFIG_TIGON3 is not set
41478 +# CONFIG_BNX2 is not set
41479 +CONFIG_GIANFAR=y
41480 +CONFIG_GFAR_NAPI=y
41481 +# CONFIG_QLA3XXX is not set
41482 +# CONFIG_ATL1 is not set
41483 +CONFIG_NETDEV_10000=y
41484 +# CONFIG_CHELSIO_T1 is not set
41485 +# CONFIG_CHELSIO_T3 is not set
41486 +# CONFIG_IXGBE is not set
41487 +# CONFIG_IXGB is not set
41488 +# CONFIG_S2IO is not set
41489 +# CONFIG_MYRI10GE is not set
41490 +# CONFIG_NETXEN_NIC is not set
41491 +# CONFIG_NIU is not set
41492 +# CONFIG_MLX4_CORE is not set
41493 +# CONFIG_TEHUTI is not set
41494 +# CONFIG_BNX2X is not set
41495 +# CONFIG_TR is not set
41496 +
41497 +#
41498 +# Wireless LAN
41499 +#
41500 +# CONFIG_WLAN_PRE80211 is not set
41501 +# CONFIG_WLAN_80211 is not set
41502 +# CONFIG_WAN is not set
41503 +# CONFIG_FDDI is not set
41504 +# CONFIG_HIPPI is not set
41505 +# CONFIG_PPP is not set
41506 +# CONFIG_SLIP is not set
41507 +# CONFIG_NETCONSOLE is not set
41508 +# CONFIG_NETPOLL is not set
41509 +# CONFIG_NET_POLL_CONTROLLER is not set
41510 +# CONFIG_ISDN is not set
41511 +# CONFIG_PHONE is not set
41512 +
41513 +#
41514 +# Input device support
41515 +#
41516 +CONFIG_INPUT=y
41517 +# CONFIG_INPUT_FF_MEMLESS is not set
41518 +# CONFIG_INPUT_POLLDEV is not set
41519 +
41520 +#
41521 +# Userland interfaces
41522 +#
41523 +# CONFIG_INPUT_MOUSEDEV is not set
41524 +# CONFIG_INPUT_JOYDEV is not set
41525 +# CONFIG_INPUT_EVDEV is not set
41526 +# CONFIG_INPUT_EVBUG is not set
41527 +
41528 +#
41529 +# Input Device Drivers
41530 +#
41531 +# CONFIG_INPUT_KEYBOARD is not set
41532 +# CONFIG_INPUT_MOUSE is not set
41533 +# CONFIG_INPUT_JOYSTICK is not set
41534 +# CONFIG_INPUT_TABLET is not set
41535 +# CONFIG_INPUT_TOUCHSCREEN is not set
41536 +# CONFIG_INPUT_MISC is not set
41537 +
41538 +#
41539 +# Hardware I/O ports
41540 +#
41541 +# CONFIG_SERIO is not set
41542 +# CONFIG_GAMEPORT is not set
41543 +
41544 +#
41545 +# Character devices
41546 +#
41547 +# CONFIG_VT is not set
41548 +# CONFIG_SERIAL_NONSTANDARD is not set
41549 +# CONFIG_NOZOMI is not set
41550 +
41551 +#
41552 +# Serial drivers
41553 +#
41554 +CONFIG_SERIAL_8250=y
41555 +CONFIG_SERIAL_8250_CONSOLE=y
41556 +CONFIG_SERIAL_8250_PCI=y
41557 +CONFIG_SERIAL_8250_NR_UARTS=4
41558 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
41559 +# CONFIG_SERIAL_8250_EXTENDED is not set
41560 +CONFIG_SERIAL_8250_SHARE_IRQ=y
41561 +
41562 +#
41563 +# Non-8250 serial port support
41564 +#
41565 +# CONFIG_SERIAL_UARTLITE is not set
41566 +CONFIG_SERIAL_CORE=y
41567 +CONFIG_SERIAL_CORE_CONSOLE=y
41568 +# CONFIG_SERIAL_JSM is not set
41569 +# CONFIG_SERIAL_OF_PLATFORM is not set
41570 +CONFIG_UNIX98_PTYS=y
41571 +CONFIG_LEGACY_PTYS=y
41572 +CONFIG_LEGACY_PTY_COUNT=256
41573 +# CONFIG_IPMI_HANDLER is not set
41574 +# CONFIG_HW_RANDOM is not set
41575 +# CONFIG_NVRAM is not set
41576 +CONFIG_GEN_RTC=y
41577 +# CONFIG_GEN_RTC_X is not set
41578 +# CONFIG_R3964 is not set
41579 +# CONFIG_APPLICOM is not set
41580 +# CONFIG_RAW_DRIVER is not set
41581 +# CONFIG_TCG_TPM is not set
41582 +CONFIG_DEVPORT=y
41583 +# CONFIG_I2C is not set
41584 +
41585 +#
41586 +# SPI support
41587 +#
41588 +# CONFIG_SPI is not set
41589 +# CONFIG_SPI_MASTER is not set
41590 +# CONFIG_W1 is not set
41591 +# CONFIG_POWER_SUPPLY is not set
41592 +CONFIG_HWMON=y
41593 +# CONFIG_HWMON_VID is not set
41594 +# CONFIG_SENSORS_I5K_AMB is not set
41595 +# CONFIG_SENSORS_F71805F is not set
41596 +# CONFIG_SENSORS_F71882FG is not set
41597 +# CONFIG_SENSORS_IT87 is not set
41598 +# CONFIG_SENSORS_PC87360 is not set
41599 +# CONFIG_SENSORS_PC87427 is not set
41600 +# CONFIG_SENSORS_SIS5595 is not set
41601 +# CONFIG_SENSORS_SMSC47M1 is not set
41602 +# CONFIG_SENSORS_SMSC47B397 is not set
41603 +# CONFIG_SENSORS_VIA686A is not set
41604 +# CONFIG_SENSORS_VT1211 is not set
41605 +# CONFIG_SENSORS_VT8231 is not set
41606 +# CONFIG_SENSORS_W83627HF is not set
41607 +# CONFIG_SENSORS_W83627EHF is not set
41608 +# CONFIG_HWMON_DEBUG_CHIP is not set
41609 +# CONFIG_THERMAL is not set
41610 +# CONFIG_WATCHDOG is not set
41611 +
41612 +#
41613 +# Sonics Silicon Backplane
41614 +#
41615 +CONFIG_SSB_POSSIBLE=y
41616 +# CONFIG_SSB is not set
41617 +
41618 +#
41619 +# Multifunction device drivers
41620 +#
41621 +# CONFIG_MFD_SM501 is not set
41622 +
41623 +#
41624 +# Multimedia devices
41625 +#
41626 +# CONFIG_VIDEO_DEV is not set
41627 +# CONFIG_DVB_CORE is not set
41628 +CONFIG_DAB=y
41629 +
41630 +#
41631 +# Graphics support
41632 +#
41633 +# CONFIG_AGP is not set
41634 +# CONFIG_DRM is not set
41635 +# CONFIG_VGASTATE is not set
41636 +CONFIG_VIDEO_OUTPUT_CONTROL=y
41637 +# CONFIG_FB is not set
41638 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
41639 +
41640 +#
41641 +# Display device support
41642 +#
41643 +# CONFIG_DISPLAY_SUPPORT is not set
41644 +
41645 +#
41646 +# Sound
41647 +#
41648 +# CONFIG_SOUND is not set
41649 +# CONFIG_HID_SUPPORT is not set
41650 +# CONFIG_USB_SUPPORT is not set
41651 +# CONFIG_MMC is not set
41652 +# CONFIG_MEMSTICK is not set
41653 +# CONFIG_NEW_LEDS is not set
41654 +# CONFIG_INFINIBAND is not set
41655 +# CONFIG_EDAC is not set
41656 +# CONFIG_RTC_CLASS is not set
41657 +# CONFIG_DMADEVICES is not set
41658 +
41659 +#
41660 +# Userspace I/O
41661 +#
41662 +# CONFIG_UIO is not set
41663 +
41664 +#
41665 +# File systems
41666 +#
41667 +# CONFIG_EXT2_FS is not set
41668 +# CONFIG_EXT3_FS is not set
41669 +# CONFIG_EXT4DEV_FS is not set
41670 +# CONFIG_REISERFS_FS is not set
41671 +# CONFIG_JFS_FS is not set
41672 +# CONFIG_FS_POSIX_ACL is not set
41673 +# CONFIG_XFS_FS is not set
41674 +# CONFIG_GFS2_FS is not set
41675 +# CONFIG_OCFS2_FS is not set
41676 +CONFIG_DNOTIFY=y
41677 +CONFIG_INOTIFY=y
41678 +CONFIG_INOTIFY_USER=y
41679 +# CONFIG_QUOTA is not set
41680 +# CONFIG_AUTOFS_FS is not set
41681 +# CONFIG_AUTOFS4_FS is not set
41682 +# CONFIG_FUSE_FS is not set
41683 +
41684 +#
41685 +# CD-ROM/DVD Filesystems
41686 +#
41687 +# CONFIG_ISO9660_FS is not set
41688 +# CONFIG_UDF_FS is not set
41689 +
41690 +#
41691 +# DOS/FAT/NT Filesystems
41692 +#
41693 +# CONFIG_MSDOS_FS is not set
41694 +# CONFIG_VFAT_FS is not set
41695 +# CONFIG_NTFS_FS is not set
41696 +
41697 +#
41698 +# Pseudo filesystems
41699 +#
41700 +CONFIG_PROC_FS=y
41701 +CONFIG_PROC_KCORE=y
41702 +CONFIG_PROC_SYSCTL=y
41703 +CONFIG_SYSFS=y
41704 +CONFIG_TMPFS=y
41705 +# CONFIG_TMPFS_POSIX_ACL is not set
41706 +# CONFIG_HUGETLB_PAGE is not set
41707 +# CONFIG_CONFIGFS_FS is not set
41708 +
41709 +#
41710 +# Miscellaneous filesystems
41711 +#
41712 +# CONFIG_ADFS_FS is not set
41713 +# CONFIG_AFFS_FS is not set
41714 +# CONFIG_HFS_FS is not set
41715 +# CONFIG_HFSPLUS_FS is not set
41716 +# CONFIG_BEFS_FS is not set
41717 +# CONFIG_BFS_FS is not set
41718 +# CONFIG_EFS_FS is not set
41719 +# CONFIG_CRAMFS is not set
41720 +# CONFIG_VXFS_FS is not set
41721 +# CONFIG_MINIX_FS is not set
41722 +# CONFIG_HPFS_FS is not set
41723 +# CONFIG_QNX4FS_FS is not set
41724 +# CONFIG_ROMFS_FS is not set
41725 +# CONFIG_SYSV_FS is not set
41726 +# CONFIG_UFS_FS is not set
41727 +CONFIG_NETWORK_FILESYSTEMS=y
41728 +CONFIG_NFS_FS=y
41729 +# CONFIG_NFS_V3 is not set
41730 +# CONFIG_NFS_V4 is not set
41731 +# CONFIG_NFS_DIRECTIO is not set
41732 +# CONFIG_NFSD is not set
41733 +CONFIG_ROOT_NFS=y
41734 +CONFIG_LOCKD=y
41735 +CONFIG_NFS_COMMON=y
41736 +CONFIG_SUNRPC=y
41737 +# CONFIG_SUNRPC_BIND34 is not set
41738 +# CONFIG_RPCSEC_GSS_KRB5 is not set
41739 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
41740 +# CONFIG_SMB_FS is not set
41741 +# CONFIG_CIFS is not set
41742 +# CONFIG_NCP_FS is not set
41743 +# CONFIG_CODA_FS is not set
41744 +# CONFIG_AFS_FS is not set
41745 +
41746 +#
41747 +# Partition Types
41748 +#
41749 +# CONFIG_PARTITION_ADVANCED is not set
41750 +CONFIG_MSDOS_PARTITION=y
41751 +# CONFIG_NLS is not set
41752 +# CONFIG_DLM is not set
41753 +
41754 +#
41755 +# Library routines
41756 +#
41757 +CONFIG_BITREVERSE=y
41758 +# CONFIG_CRC_CCITT is not set
41759 +# CONFIG_CRC16 is not set
41760 +# CONFIG_CRC_ITU_T is not set
41761 +CONFIG_CRC32=y
41762 +# CONFIG_CRC7 is not set
41763 +# CONFIG_LIBCRC32C is not set
41764 +CONFIG_PLIST=y
41765 +CONFIG_HAS_IOMEM=y
41766 +CONFIG_HAS_IOPORT=y
41767 +CONFIG_HAS_DMA=y
41768 +
41769 +#
41770 +# Kernel hacking
41771 +#
41772 +# CONFIG_PRINTK_TIME is not set
41773 +CONFIG_ENABLE_WARN_DEPRECATED=y
41774 +CONFIG_ENABLE_MUST_CHECK=y
41775 +# CONFIG_MAGIC_SYSRQ is not set
41776 +# CONFIG_UNUSED_SYMBOLS is not set
41777 +# CONFIG_DEBUG_FS is not set
41778 +# CONFIG_HEADERS_CHECK is not set
41779 +# CONFIG_DEBUG_KERNEL is not set
41780 +# CONFIG_DEBUG_BUGVERBOSE is not set
41781 +# CONFIG_SAMPLES is not set
41782 +# CONFIG_PPC_EARLY_DEBUG is not set
41783 +
41784 +#
41785 +# Security options
41786 +#
41787 +# CONFIG_KEYS is not set
41788 +# CONFIG_SECURITY is not set
41789 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
41790 +CONFIG_CRYPTO=y
41791 +# CONFIG_CRYPTO_SEQIV is not set
41792 +# CONFIG_CRYPTO_MANAGER is not set
41793 +# CONFIG_CRYPTO_HMAC is not set
41794 +# CONFIG_CRYPTO_XCBC is not set
41795 +# CONFIG_CRYPTO_NULL is not set
41796 +# CONFIG_CRYPTO_MD4 is not set
41797 +# CONFIG_CRYPTO_MD5 is not set
41798 +# CONFIG_CRYPTO_SHA1 is not set
41799 +# CONFIG_CRYPTO_SHA256 is not set
41800 +# CONFIG_CRYPTO_SHA512 is not set
41801 +# CONFIG_CRYPTO_WP512 is not set
41802 +# CONFIG_CRYPTO_TGR192 is not set
41803 +# CONFIG_CRYPTO_GF128MUL is not set
41804 +# CONFIG_CRYPTO_ECB is not set
41805 +# CONFIG_CRYPTO_CBC is not set
41806 +# CONFIG_CRYPTO_PCBC is not set
41807 +# CONFIG_CRYPTO_LRW is not set
41808 +# CONFIG_CRYPTO_XTS is not set
41809 +# CONFIG_CRYPTO_CTR is not set
41810 +# CONFIG_CRYPTO_GCM is not set
41811 +# CONFIG_CRYPTO_CCM is not set
41812 +# CONFIG_CRYPTO_CRYPTD is not set
41813 +# CONFIG_CRYPTO_DES is not set
41814 +# CONFIG_CRYPTO_FCRYPT is not set
41815 +# CONFIG_CRYPTO_BLOWFISH is not set
41816 +# CONFIG_CRYPTO_TWOFISH is not set
41817 +# CONFIG_CRYPTO_SERPENT is not set
41818 +# CONFIG_CRYPTO_AES is not set
41819 +# CONFIG_CRYPTO_CAST5 is not set
41820 +# CONFIG_CRYPTO_CAST6 is not set
41821 +# CONFIG_CRYPTO_TEA is not set
41822 +# CONFIG_CRYPTO_ARC4 is not set
41823 +# CONFIG_CRYPTO_KHAZAD is not set
41824 +# CONFIG_CRYPTO_ANUBIS is not set
41825 +# CONFIG_CRYPTO_SEED is not set
41826 +# CONFIG_CRYPTO_SALSA20 is not set
41827 +# CONFIG_CRYPTO_DEFLATE is not set
41828 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
41829 +# CONFIG_CRYPTO_CRC32C is not set
41830 +# CONFIG_CRYPTO_CAMELLIA is not set
41831 +# CONFIG_CRYPTO_AUTHENC is not set
41832 +# CONFIG_CRYPTO_LZO is not set
41833 +CONFIG_CRYPTO_HW=y
41834 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
41835 +# CONFIG_PPC_CLOCK is not set
41836 --- /dev/null
41837 +++ b/arch/powerpc/configs/85xx/sbc8560_defconfig
41838 @@ -0,0 +1,830 @@
41839 +#
41840 +# Automatically generated make config: don't edit
41841 +# Linux kernel version: 2.6.25-rc6
41842 +# Mon Mar 24 08:48:39 2008
41843 +#
41844 +# CONFIG_PPC64 is not set
41845 +
41846 +#
41847 +# Processor support
41848 +#
41849 +# CONFIG_6xx is not set
41850 +CONFIG_PPC_85xx=y
41851 +# CONFIG_PPC_8xx is not set
41852 +# CONFIG_40x is not set
41853 +# CONFIG_44x is not set
41854 +# CONFIG_E200 is not set
41855 +CONFIG_E500=y
41856 +CONFIG_BOOKE=y
41857 +CONFIG_FSL_BOOKE=y
41858 +CONFIG_FSL_EMB_PERFMON=y
41859 +# CONFIG_PHYS_64BIT is not set
41860 +CONFIG_SPE=y
41861 +# CONFIG_PPC_MM_SLICES is not set
41862 +CONFIG_PPC32=y
41863 +CONFIG_WORD_SIZE=32
41864 +CONFIG_PPC_MERGE=y
41865 +CONFIG_MMU=y
41866 +CONFIG_GENERIC_CMOS_UPDATE=y
41867 +CONFIG_GENERIC_TIME=y
41868 +CONFIG_GENERIC_TIME_VSYSCALL=y
41869 +CONFIG_GENERIC_CLOCKEVENTS=y
41870 +CONFIG_GENERIC_HARDIRQS=y
41871 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
41872 +CONFIG_IRQ_PER_CPU=y
41873 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
41874 +CONFIG_ARCH_HAS_ILOG2_U32=y
41875 +CONFIG_GENERIC_HWEIGHT=y
41876 +CONFIG_GENERIC_CALIBRATE_DELAY=y
41877 +CONFIG_GENERIC_FIND_NEXT_BIT=y
41878 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
41879 +CONFIG_PPC=y
41880 +CONFIG_EARLY_PRINTK=y
41881 +CONFIG_GENERIC_NVRAM=y
41882 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
41883 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
41884 +CONFIG_PPC_OF=y
41885 +CONFIG_OF=y
41886 +CONFIG_PPC_UDBG_16550=y
41887 +# CONFIG_GENERIC_TBSYNC is not set
41888 +CONFIG_AUDIT_ARCH=y
41889 +CONFIG_GENERIC_BUG=y
41890 +CONFIG_DEFAULT_UIMAGE=y
41891 +# CONFIG_PPC_DCR_NATIVE is not set
41892 +# CONFIG_PPC_DCR_MMIO is not set
41893 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41894 +
41895 +#
41896 +# General setup
41897 +#
41898 +CONFIG_EXPERIMENTAL=y
41899 +CONFIG_BROKEN_ON_SMP=y
41900 +CONFIG_INIT_ENV_ARG_LIMIT=32
41901 +CONFIG_LOCALVERSION=""
41902 +CONFIG_LOCALVERSION_AUTO=y
41903 +CONFIG_SWAP=y
41904 +CONFIG_SYSVIPC=y
41905 +CONFIG_SYSVIPC_SYSCTL=y
41906 +# CONFIG_POSIX_MQUEUE is not set
41907 +# CONFIG_BSD_PROCESS_ACCT is not set
41908 +# CONFIG_TASKSTATS is not set
41909 +# CONFIG_AUDIT is not set
41910 +# CONFIG_IKCONFIG is not set
41911 +CONFIG_LOG_BUF_SHIFT=14
41912 +# CONFIG_CGROUPS is not set
41913 +CONFIG_GROUP_SCHED=y
41914 +CONFIG_FAIR_GROUP_SCHED=y
41915 +# CONFIG_RT_GROUP_SCHED is not set
41916 +CONFIG_USER_SCHED=y
41917 +# CONFIG_CGROUP_SCHED is not set
41918 +CONFIG_SYSFS_DEPRECATED=y
41919 +CONFIG_SYSFS_DEPRECATED_V2=y
41920 +# CONFIG_RELAY is not set
41921 +# CONFIG_NAMESPACES is not set
41922 +CONFIG_BLK_DEV_INITRD=y
41923 +CONFIG_INITRAMFS_SOURCE=""
41924 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41925 +CONFIG_SYSCTL=y
41926 +CONFIG_EMBEDDED=y
41927 +CONFIG_SYSCTL_SYSCALL=y
41928 +CONFIG_KALLSYMS=y
41929 +# CONFIG_KALLSYMS_ALL is not set
41930 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
41931 +CONFIG_HOTPLUG=y
41932 +CONFIG_PRINTK=y
41933 +CONFIG_BUG=y
41934 +CONFIG_ELF_CORE=y
41935 +CONFIG_COMPAT_BRK=y
41936 +CONFIG_BASE_FULL=y
41937 +CONFIG_FUTEX=y
41938 +CONFIG_ANON_INODES=y
41939 +CONFIG_EPOLL=y
41940 +CONFIG_SIGNALFD=y
41941 +CONFIG_TIMERFD=y
41942 +CONFIG_EVENTFD=y
41943 +CONFIG_SHMEM=y
41944 +CONFIG_VM_EVENT_COUNTERS=y
41945 +CONFIG_SLAB=y
41946 +# CONFIG_SLUB is not set
41947 +# CONFIG_SLOB is not set
41948 +# CONFIG_PROFILING is not set
41949 +# CONFIG_MARKERS is not set
41950 +CONFIG_HAVE_OPROFILE=y
41951 +CONFIG_HAVE_KPROBES=y
41952 +CONFIG_HAVE_KRETPROBES=y
41953 +CONFIG_PROC_PAGE_MONITOR=y
41954 +CONFIG_SLABINFO=y
41955 +CONFIG_RT_MUTEXES=y
41956 +# CONFIG_TINY_SHMEM is not set
41957 +CONFIG_BASE_SMALL=0
41958 +# CONFIG_MODULES is not set
41959 +CONFIG_BLOCK=y
41960 +# CONFIG_LBD is not set
41961 +# CONFIG_BLK_DEV_IO_TRACE is not set
41962 +# CONFIG_LSF is not set
41963 +# CONFIG_BLK_DEV_BSG is not set
41964 +
41965 +#
41966 +# IO Schedulers
41967 +#
41968 +CONFIG_IOSCHED_NOOP=y
41969 +CONFIG_IOSCHED_AS=y
41970 +CONFIG_IOSCHED_DEADLINE=y
41971 +CONFIG_IOSCHED_CFQ=y
41972 +CONFIG_DEFAULT_AS=y
41973 +# CONFIG_DEFAULT_DEADLINE is not set
41974 +# CONFIG_DEFAULT_CFQ is not set
41975 +# CONFIG_DEFAULT_NOOP is not set
41976 +CONFIG_DEFAULT_IOSCHED="anticipatory"
41977 +CONFIG_CLASSIC_RCU=y
41978 +
41979 +#
41980 +# Platform support
41981 +#
41982 +# CONFIG_PPC_MPC512x is not set
41983 +# CONFIG_PPC_MPC5121 is not set
41984 +# CONFIG_PPC_CELL is not set
41985 +# CONFIG_PPC_CELL_NATIVE is not set
41986 +# CONFIG_PQ2ADS is not set
41987 +CONFIG_MPC85xx=y
41988 +# CONFIG_MPC8540_ADS is not set
41989 +# CONFIG_MPC8560_ADS is not set
41990 +# CONFIG_MPC85xx_CDS is not set
41991 +# CONFIG_MPC85xx_MDS is not set
41992 +# CONFIG_MPC85xx_DS is not set
41993 +# CONFIG_STX_GP3 is not set
41994 +# CONFIG_TQM8540 is not set
41995 +# CONFIG_TQM8541 is not set
41996 +# CONFIG_TQM8555 is not set
41997 +# CONFIG_TQM8560 is not set
41998 +# CONFIG_SBC8548 is not set
41999 +CONFIG_SBC8560=y
42000 +# CONFIG_IPIC is not set
42001 +CONFIG_MPIC=y
42002 +# CONFIG_MPIC_WEIRD is not set
42003 +# CONFIG_PPC_I8259 is not set
42004 +# CONFIG_PPC_RTAS is not set
42005 +# CONFIG_MMIO_NVRAM is not set
42006 +# CONFIG_PPC_MPC106 is not set
42007 +# CONFIG_PPC_970_NAP is not set
42008 +# CONFIG_PPC_INDIRECT_IO is not set
42009 +# CONFIG_GENERIC_IOMAP is not set
42010 +# CONFIG_CPU_FREQ is not set
42011 +# CONFIG_CPM2 is not set
42012 +# CONFIG_FSL_ULI1575 is not set
42013 +
42014 +#
42015 +# Kernel options
42016 +#
42017 +# CONFIG_HIGHMEM is not set
42018 +# CONFIG_TICK_ONESHOT is not set
42019 +# CONFIG_NO_HZ is not set
42020 +# CONFIG_HIGH_RES_TIMERS is not set
42021 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
42022 +# CONFIG_HZ_100 is not set
42023 +CONFIG_HZ_250=y
42024 +# CONFIG_HZ_300 is not set
42025 +# CONFIG_HZ_1000 is not set
42026 +CONFIG_HZ=250
42027 +# CONFIG_SCHED_HRTICK is not set
42028 +CONFIG_PREEMPT_NONE=y
42029 +# CONFIG_PREEMPT_VOLUNTARY is not set
42030 +# CONFIG_PREEMPT is not set
42031 +CONFIG_BINFMT_ELF=y
42032 +CONFIG_BINFMT_MISC=y
42033 +# CONFIG_MATH_EMULATION is not set
42034 +# CONFIG_IOMMU_HELPER is not set
42035 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
42036 +CONFIG_ARCH_HAS_WALK_MEMORY=y
42037 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
42038 +CONFIG_ARCH_FLATMEM_ENABLE=y
42039 +CONFIG_ARCH_POPULATES_NODE_MAP=y
42040 +CONFIG_SELECT_MEMORY_MODEL=y
42041 +CONFIG_FLATMEM_MANUAL=y
42042 +# CONFIG_DISCONTIGMEM_MANUAL is not set
42043 +# CONFIG_SPARSEMEM_MANUAL is not set
42044 +CONFIG_FLATMEM=y
42045 +CONFIG_FLAT_NODE_MEM_MAP=y
42046 +# CONFIG_SPARSEMEM_STATIC is not set
42047 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
42048 +CONFIG_SPLIT_PTLOCK_CPUS=4
42049 +# CONFIG_RESOURCES_64BIT is not set
42050 +CONFIG_ZONE_DMA_FLAG=1
42051 +CONFIG_BOUNCE=y
42052 +CONFIG_VIRT_TO_BUS=y
42053 +CONFIG_PROC_DEVICETREE=y
42054 +# CONFIG_CMDLINE_BOOL is not set
42055 +# CONFIG_PM is not set
42056 +# CONFIG_SECCOMP is not set
42057 +CONFIG_ISA_DMA_API=y
42058 +
42059 +#
42060 +# Bus options
42061 +#
42062 +CONFIG_ZONE_DMA=y
42063 +CONFIG_FSL_SOC=y
42064 +# CONFIG_PCI is not set
42065 +# CONFIG_PCI_DOMAINS is not set
42066 +# CONFIG_PCI_SYSCALL is not set
42067 +# CONFIG_ARCH_SUPPORTS_MSI is not set
42068 +# CONFIG_PCCARD is not set
42069 +
42070 +#
42071 +# Advanced setup
42072 +#
42073 +# CONFIG_ADVANCED_OPTIONS is not set
42074 +
42075 +#
42076 +# Default settings for advanced configuration options are used
42077 +#
42078 +CONFIG_HIGHMEM_START=0xfe000000
42079 +CONFIG_LOWMEM_SIZE=0x30000000
42080 +CONFIG_KERNEL_START=0xc0000000
42081 +CONFIG_TASK_SIZE=0xc0000000
42082 +CONFIG_BOOT_LOAD=0x00800000
42083 +
42084 +#
42085 +# Networking
42086 +#
42087 +CONFIG_NET=y
42088 +
42089 +#
42090 +# Networking options
42091 +#
42092 +CONFIG_PACKET=y
42093 +# CONFIG_PACKET_MMAP is not set
42094 +CONFIG_UNIX=y
42095 +CONFIG_XFRM=y
42096 +CONFIG_XFRM_USER=y
42097 +# CONFIG_XFRM_SUB_POLICY is not set
42098 +# CONFIG_XFRM_MIGRATE is not set
42099 +# CONFIG_XFRM_STATISTICS is not set
42100 +# CONFIG_NET_KEY is not set
42101 +CONFIG_INET=y
42102 +CONFIG_IP_MULTICAST=y
42103 +# CONFIG_IP_ADVANCED_ROUTER is not set
42104 +CONFIG_IP_FIB_HASH=y
42105 +CONFIG_IP_PNP=y
42106 +CONFIG_IP_PNP_DHCP=y
42107 +CONFIG_IP_PNP_BOOTP=y
42108 +# CONFIG_IP_PNP_RARP is not set
42109 +# CONFIG_NET_IPIP is not set
42110 +# CONFIG_NET_IPGRE is not set
42111 +# CONFIG_IP_MROUTE is not set
42112 +# CONFIG_ARPD is not set
42113 +CONFIG_SYN_COOKIES=y
42114 +# CONFIG_INET_AH is not set
42115 +# CONFIG_INET_ESP is not set
42116 +# CONFIG_INET_IPCOMP is not set
42117 +# CONFIG_INET_XFRM_TUNNEL is not set
42118 +# CONFIG_INET_TUNNEL is not set
42119 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
42120 +CONFIG_INET_XFRM_MODE_TUNNEL=y
42121 +CONFIG_INET_XFRM_MODE_BEET=y
42122 +# CONFIG_INET_LRO is not set
42123 +CONFIG_INET_DIAG=y
42124 +CONFIG_INET_TCP_DIAG=y
42125 +# CONFIG_TCP_CONG_ADVANCED is not set
42126 +CONFIG_TCP_CONG_CUBIC=y
42127 +CONFIG_DEFAULT_TCP_CONG="cubic"
42128 +# CONFIG_TCP_MD5SIG is not set
42129 +# CONFIG_IPV6 is not set
42130 +# CONFIG_INET6_XFRM_TUNNEL is not set
42131 +# CONFIG_INET6_TUNNEL is not set
42132 +# CONFIG_NETWORK_SECMARK is not set
42133 +# CONFIG_NETFILTER is not set
42134 +# CONFIG_IP_DCCP is not set
42135 +# CONFIG_IP_SCTP is not set
42136 +# CONFIG_TIPC is not set
42137 +# CONFIG_ATM is not set
42138 +# CONFIG_BRIDGE is not set
42139 +# CONFIG_VLAN_8021Q is not set
42140 +# CONFIG_DECNET is not set
42141 +# CONFIG_LLC2 is not set
42142 +# CONFIG_IPX is not set
42143 +# CONFIG_ATALK is not set
42144 +# CONFIG_X25 is not set
42145 +# CONFIG_LAPB is not set
42146 +# CONFIG_ECONET is not set
42147 +# CONFIG_WAN_ROUTER is not set
42148 +# CONFIG_NET_SCHED is not set
42149 +
42150 +#
42151 +# Network testing
42152 +#
42153 +# CONFIG_NET_PKTGEN is not set
42154 +# CONFIG_HAMRADIO is not set
42155 +# CONFIG_CAN is not set
42156 +# CONFIG_IRDA is not set
42157 +# CONFIG_BT is not set
42158 +# CONFIG_AF_RXRPC is not set
42159 +
42160 +#
42161 +# Wireless
42162 +#
42163 +# CONFIG_CFG80211 is not set
42164 +# CONFIG_WIRELESS_EXT is not set
42165 +# CONFIG_MAC80211 is not set
42166 +# CONFIG_IEEE80211 is not set
42167 +# CONFIG_RFKILL is not set
42168 +# CONFIG_NET_9P is not set
42169 +
42170 +#
42171 +# Device Drivers
42172 +#
42173 +
42174 +#
42175 +# Generic Driver Options
42176 +#
42177 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
42178 +CONFIG_STANDALONE=y
42179 +CONFIG_PREVENT_FIRMWARE_BUILD=y
42180 +# CONFIG_FW_LOADER is not set
42181 +# CONFIG_DEBUG_DRIVER is not set
42182 +# CONFIG_DEBUG_DEVRES is not set
42183 +# CONFIG_SYS_HYPERVISOR is not set
42184 +# CONFIG_CONNECTOR is not set
42185 +# CONFIG_MTD is not set
42186 +CONFIG_OF_DEVICE=y
42187 +# CONFIG_PARPORT is not set
42188 +CONFIG_BLK_DEV=y
42189 +# CONFIG_BLK_DEV_FD is not set
42190 +# CONFIG_BLK_DEV_COW_COMMON is not set
42191 +CONFIG_BLK_DEV_LOOP=y
42192 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
42193 +# CONFIG_BLK_DEV_NBD is not set
42194 +CONFIG_BLK_DEV_RAM=y
42195 +CONFIG_BLK_DEV_RAM_COUNT=16
42196 +CONFIG_BLK_DEV_RAM_SIZE=32768
42197 +# CONFIG_BLK_DEV_XIP is not set
42198 +# CONFIG_CDROM_PKTCDVD is not set
42199 +# CONFIG_ATA_OVER_ETH is not set
42200 +CONFIG_MISC_DEVICES=y
42201 +# CONFIG_EEPROM_93CX6 is not set
42202 +# CONFIG_ENCLOSURE_SERVICES is not set
42203 +CONFIG_HAVE_IDE=y
42204 +# CONFIG_IDE is not set
42205 +
42206 +#
42207 +# SCSI device support
42208 +#
42209 +# CONFIG_RAID_ATTRS is not set
42210 +# CONFIG_SCSI is not set
42211 +# CONFIG_SCSI_DMA is not set
42212 +# CONFIG_SCSI_NETLINK is not set
42213 +# CONFIG_ATA is not set
42214 +# CONFIG_MD is not set
42215 +# CONFIG_MACINTOSH_DRIVERS is not set
42216 +CONFIG_NETDEVICES=y
42217 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
42218 +# CONFIG_DUMMY is not set
42219 +# CONFIG_BONDING is not set
42220 +# CONFIG_MACVLAN is not set
42221 +# CONFIG_EQUALIZER is not set
42222 +# CONFIG_TUN is not set
42223 +# CONFIG_VETH is not set
42224 +CONFIG_PHYLIB=y
42225 +
42226 +#
42227 +# MII PHY device drivers
42228 +#
42229 +# CONFIG_MARVELL_PHY is not set
42230 +# CONFIG_DAVICOM_PHY is not set
42231 +# CONFIG_QSEMI_PHY is not set
42232 +# CONFIG_LXT_PHY is not set
42233 +# CONFIG_CICADA_PHY is not set
42234 +# CONFIG_VITESSE_PHY is not set
42235 +# CONFIG_SMSC_PHY is not set
42236 +CONFIG_BROADCOM_PHY=y
42237 +# CONFIG_ICPLUS_PHY is not set
42238 +# CONFIG_REALTEK_PHY is not set
42239 +# CONFIG_FIXED_PHY is not set
42240 +# CONFIG_MDIO_BITBANG is not set
42241 +CONFIG_NET_ETHERNET=y
42242 +CONFIG_MII=y
42243 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
42244 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
42245 +# CONFIG_IBM_NEW_EMAC_TAH is not set
42246 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
42247 +# CONFIG_B44 is not set
42248 +CONFIG_NETDEV_1000=y
42249 +# CONFIG_E1000E_ENABLED is not set
42250 +CONFIG_GIANFAR=y
42251 +CONFIG_GFAR_NAPI=y
42252 +CONFIG_NETDEV_10000=y
42253 +
42254 +#
42255 +# Wireless LAN
42256 +#
42257 +# CONFIG_WLAN_PRE80211 is not set
42258 +# CONFIG_WLAN_80211 is not set
42259 +# CONFIG_WAN is not set
42260 +# CONFIG_PPP is not set
42261 +# CONFIG_SLIP is not set
42262 +# CONFIG_NETCONSOLE is not set
42263 +# CONFIG_NETPOLL is not set
42264 +# CONFIG_NET_POLL_CONTROLLER is not set
42265 +# CONFIG_ISDN is not set
42266 +# CONFIG_PHONE is not set
42267 +
42268 +#
42269 +# Input device support
42270 +#
42271 +CONFIG_INPUT=y
42272 +# CONFIG_INPUT_FF_MEMLESS is not set
42273 +# CONFIG_INPUT_POLLDEV is not set
42274 +
42275 +#
42276 +# Userland interfaces
42277 +#
42278 +# CONFIG_INPUT_MOUSEDEV is not set
42279 +# CONFIG_INPUT_JOYDEV is not set
42280 +# CONFIG_INPUT_EVDEV is not set
42281 +# CONFIG_INPUT_EVBUG is not set
42282 +
42283 +#
42284 +# Input Device Drivers
42285 +#
42286 +# CONFIG_INPUT_KEYBOARD is not set
42287 +# CONFIG_INPUT_MOUSE is not set
42288 +# CONFIG_INPUT_JOYSTICK is not set
42289 +# CONFIG_INPUT_TABLET is not set
42290 +# CONFIG_INPUT_TOUCHSCREEN is not set
42291 +# CONFIG_INPUT_MISC is not set
42292 +
42293 +#
42294 +# Hardware I/O ports
42295 +#
42296 +# CONFIG_SERIO is not set
42297 +# CONFIG_GAMEPORT is not set
42298 +
42299 +#
42300 +# Character devices
42301 +#
42302 +# CONFIG_VT is not set
42303 +# CONFIG_SERIAL_NONSTANDARD is not set
42304 +
42305 +#
42306 +# Serial drivers
42307 +#
42308 +CONFIG_SERIAL_8250=y
42309 +CONFIG_SERIAL_8250_CONSOLE=y
42310 +CONFIG_SERIAL_8250_NR_UARTS=2
42311 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
42312 +# CONFIG_SERIAL_8250_EXTENDED is not set
42313 +CONFIG_SERIAL_8250_SHARE_IRQ=y
42314 +
42315 +#
42316 +# Non-8250 serial port support
42317 +#
42318 +# CONFIG_SERIAL_UARTLITE is not set
42319 +CONFIG_SERIAL_CORE=y
42320 +CONFIG_SERIAL_CORE_CONSOLE=y
42321 +# CONFIG_SERIAL_OF_PLATFORM is not set
42322 +CONFIG_UNIX98_PTYS=y
42323 +CONFIG_LEGACY_PTYS=y
42324 +CONFIG_LEGACY_PTY_COUNT=256
42325 +# CONFIG_IPMI_HANDLER is not set
42326 +# CONFIG_HW_RANDOM is not set
42327 +# CONFIG_NVRAM is not set
42328 +# CONFIG_GEN_RTC is not set
42329 +# CONFIG_R3964 is not set
42330 +# CONFIG_RAW_DRIVER is not set
42331 +# CONFIG_TCG_TPM is not set
42332 +# CONFIG_I2C is not set
42333 +
42334 +#
42335 +# SPI support
42336 +#
42337 +# CONFIG_SPI is not set
42338 +# CONFIG_SPI_MASTER is not set
42339 +# CONFIG_W1 is not set
42340 +# CONFIG_POWER_SUPPLY is not set
42341 +CONFIG_HWMON=y
42342 +# CONFIG_HWMON_VID is not set
42343 +# CONFIG_SENSORS_F71805F is not set
42344 +# CONFIG_SENSORS_F71882FG is not set
42345 +# CONFIG_SENSORS_IT87 is not set
42346 +# CONFIG_SENSORS_PC87360 is not set
42347 +# CONFIG_SENSORS_PC87427 is not set
42348 +# CONFIG_SENSORS_SMSC47M1 is not set
42349 +# CONFIG_SENSORS_SMSC47B397 is not set
42350 +# CONFIG_SENSORS_VT1211 is not set
42351 +# CONFIG_SENSORS_W83627HF is not set
42352 +# CONFIG_SENSORS_W83627EHF is not set
42353 +# CONFIG_HWMON_DEBUG_CHIP is not set
42354 +# CONFIG_THERMAL is not set
42355 +# CONFIG_WATCHDOG is not set
42356 +
42357 +#
42358 +# Sonics Silicon Backplane
42359 +#
42360 +CONFIG_SSB_POSSIBLE=y
42361 +# CONFIG_SSB is not set
42362 +
42363 +#
42364 +# Multifunction device drivers
42365 +#
42366 +# CONFIG_MFD_SM501 is not set
42367 +
42368 +#
42369 +# Multimedia devices
42370 +#
42371 +# CONFIG_VIDEO_DEV is not set
42372 +# CONFIG_DVB_CORE is not set
42373 +CONFIG_DAB=y
42374 +
42375 +#
42376 +# Graphics support
42377 +#
42378 +# CONFIG_VGASTATE is not set
42379 +CONFIG_VIDEO_OUTPUT_CONTROL=y
42380 +# CONFIG_FB is not set
42381 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
42382 +
42383 +#
42384 +# Display device support
42385 +#
42386 +# CONFIG_DISPLAY_SUPPORT is not set
42387 +
42388 +#
42389 +# Sound
42390 +#
42391 +# CONFIG_SOUND is not set
42392 +CONFIG_HID_SUPPORT=y
42393 +CONFIG_HID=y
42394 +# CONFIG_HID_DEBUG is not set
42395 +# CONFIG_HIDRAW is not set
42396 +CONFIG_USB_SUPPORT=y
42397 +# CONFIG_USB_ARCH_HAS_HCD is not set
42398 +# CONFIG_USB_ARCH_HAS_OHCI is not set
42399 +# CONFIG_USB_ARCH_HAS_EHCI is not set
42400 +
42401 +#
42402 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
42403 +#
42404 +# CONFIG_USB_GADGET is not set
42405 +# CONFIG_MMC is not set
42406 +# CONFIG_MEMSTICK is not set
42407 +# CONFIG_NEW_LEDS is not set
42408 +# CONFIG_EDAC is not set
42409 +CONFIG_RTC_LIB=y
42410 +CONFIG_RTC_CLASS=y
42411 +CONFIG_RTC_HCTOSYS=y
42412 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
42413 +# CONFIG_RTC_DEBUG is not set
42414 +
42415 +#
42416 +# RTC interfaces
42417 +#
42418 +CONFIG_RTC_INTF_SYSFS=y
42419 +CONFIG_RTC_INTF_PROC=y
42420 +CONFIG_RTC_INTF_DEV=y
42421 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
42422 +# CONFIG_RTC_DRV_TEST is not set
42423 +
42424 +#
42425 +# SPI RTC drivers
42426 +#
42427 +
42428 +#
42429 +# Platform RTC drivers
42430 +#
42431 +# CONFIG_RTC_DRV_CMOS is not set
42432 +# CONFIG_RTC_DRV_DS1511 is not set
42433 +# CONFIG_RTC_DRV_DS1553 is not set
42434 +# CONFIG_RTC_DRV_DS1742 is not set
42435 +# CONFIG_RTC_DRV_STK17TA8 is not set
42436 +# CONFIG_RTC_DRV_M48T86 is not set
42437 +CONFIG_RTC_DRV_M48T59=y
42438 +# CONFIG_RTC_DRV_V3020 is not set
42439 +
42440 +#
42441 +# on-CPU RTC drivers
42442 +#
42443 +# CONFIG_DMADEVICES is not set
42444 +
42445 +#
42446 +# Userspace I/O
42447 +#
42448 +# CONFIG_UIO is not set
42449 +
42450 +#
42451 +# File systems
42452 +#
42453 +# CONFIG_EXT2_FS is not set
42454 +# CONFIG_EXT3_FS is not set
42455 +# CONFIG_EXT4DEV_FS is not set
42456 +# CONFIG_REISERFS_FS is not set
42457 +# CONFIG_JFS_FS is not set
42458 +# CONFIG_FS_POSIX_ACL is not set
42459 +# CONFIG_XFS_FS is not set
42460 +# CONFIG_GFS2_FS is not set
42461 +# CONFIG_OCFS2_FS is not set
42462 +CONFIG_DNOTIFY=y
42463 +CONFIG_INOTIFY=y
42464 +CONFIG_INOTIFY_USER=y
42465 +# CONFIG_QUOTA is not set
42466 +# CONFIG_AUTOFS_FS is not set
42467 +# CONFIG_AUTOFS4_FS is not set
42468 +# CONFIG_FUSE_FS is not set
42469 +
42470 +#
42471 +# CD-ROM/DVD Filesystems
42472 +#
42473 +# CONFIG_ISO9660_FS is not set
42474 +# CONFIG_UDF_FS is not set
42475 +
42476 +#
42477 +# DOS/FAT/NT Filesystems
42478 +#
42479 +# CONFIG_MSDOS_FS is not set
42480 +# CONFIG_VFAT_FS is not set
42481 +# CONFIG_NTFS_FS is not set
42482 +
42483 +#
42484 +# Pseudo filesystems
42485 +#
42486 +CONFIG_PROC_FS=y
42487 +CONFIG_PROC_KCORE=y
42488 +CONFIG_PROC_SYSCTL=y
42489 +CONFIG_SYSFS=y
42490 +CONFIG_TMPFS=y
42491 +# CONFIG_TMPFS_POSIX_ACL is not set
42492 +# CONFIG_HUGETLB_PAGE is not set
42493 +# CONFIG_CONFIGFS_FS is not set
42494 +
42495 +#
42496 +# Miscellaneous filesystems
42497 +#
42498 +# CONFIG_ADFS_FS is not set
42499 +# CONFIG_AFFS_FS is not set
42500 +# CONFIG_HFS_FS is not set
42501 +# CONFIG_HFSPLUS_FS is not set
42502 +# CONFIG_BEFS_FS is not set
42503 +# CONFIG_BFS_FS is not set
42504 +# CONFIG_EFS_FS is not set
42505 +# CONFIG_CRAMFS is not set
42506 +# CONFIG_VXFS_FS is not set
42507 +# CONFIG_MINIX_FS is not set
42508 +# CONFIG_HPFS_FS is not set
42509 +# CONFIG_QNX4FS_FS is not set
42510 +# CONFIG_ROMFS_FS is not set
42511 +# CONFIG_SYSV_FS is not set
42512 +# CONFIG_UFS_FS is not set
42513 +CONFIG_NETWORK_FILESYSTEMS=y
42514 +CONFIG_NFS_FS=y
42515 +# CONFIG_NFS_V3 is not set
42516 +# CONFIG_NFS_V4 is not set
42517 +# CONFIG_NFS_DIRECTIO is not set
42518 +# CONFIG_NFSD is not set
42519 +CONFIG_ROOT_NFS=y
42520 +CONFIG_LOCKD=y
42521 +CONFIG_NFS_COMMON=y
42522 +CONFIG_SUNRPC=y
42523 +# CONFIG_SUNRPC_BIND34 is not set
42524 +# CONFIG_RPCSEC_GSS_KRB5 is not set
42525 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
42526 +# CONFIG_SMB_FS is not set
42527 +# CONFIG_CIFS is not set
42528 +# CONFIG_NCP_FS is not set
42529 +# CONFIG_CODA_FS is not set
42530 +# CONFIG_AFS_FS is not set
42531 +
42532 +#
42533 +# Partition Types
42534 +#
42535 +CONFIG_PARTITION_ADVANCED=y
42536 +# CONFIG_ACORN_PARTITION is not set
42537 +# CONFIG_OSF_PARTITION is not set
42538 +# CONFIG_AMIGA_PARTITION is not set
42539 +# CONFIG_ATARI_PARTITION is not set
42540 +# CONFIG_MAC_PARTITION is not set
42541 +# CONFIG_MSDOS_PARTITION is not set
42542 +# CONFIG_LDM_PARTITION is not set
42543 +# CONFIG_SGI_PARTITION is not set
42544 +# CONFIG_ULTRIX_PARTITION is not set
42545 +# CONFIG_SUN_PARTITION is not set
42546 +# CONFIG_KARMA_PARTITION is not set
42547 +# CONFIG_EFI_PARTITION is not set
42548 +# CONFIG_SYSV68_PARTITION is not set
42549 +# CONFIG_NLS is not set
42550 +# CONFIG_DLM is not set
42551 +
42552 +#
42553 +# Library routines
42554 +#
42555 +CONFIG_BITREVERSE=y
42556 +# CONFIG_CRC_CCITT is not set
42557 +# CONFIG_CRC16 is not set
42558 +# CONFIG_CRC_ITU_T is not set
42559 +CONFIG_CRC32=y
42560 +# CONFIG_CRC7 is not set
42561 +# CONFIG_LIBCRC32C is not set
42562 +CONFIG_PLIST=y
42563 +CONFIG_HAS_IOMEM=y
42564 +CONFIG_HAS_IOPORT=y
42565 +CONFIG_HAS_DMA=y
42566 +
42567 +#
42568 +# Kernel hacking
42569 +#
42570 +# CONFIG_PRINTK_TIME is not set
42571 +CONFIG_ENABLE_WARN_DEPRECATED=y
42572 +CONFIG_ENABLE_MUST_CHECK=y
42573 +CONFIG_MAGIC_SYSRQ=y
42574 +# CONFIG_UNUSED_SYMBOLS is not set
42575 +# CONFIG_DEBUG_FS is not set
42576 +# CONFIG_HEADERS_CHECK is not set
42577 +CONFIG_DEBUG_KERNEL=y
42578 +# CONFIG_DEBUG_SHIRQ is not set
42579 +CONFIG_DETECT_SOFTLOCKUP=y
42580 +CONFIG_SCHED_DEBUG=y
42581 +# CONFIG_SCHEDSTATS is not set
42582 +# CONFIG_TIMER_STATS is not set
42583 +# CONFIG_DEBUG_SLAB is not set
42584 +# CONFIG_DEBUG_RT_MUTEXES is not set
42585 +# CONFIG_RT_MUTEX_TESTER is not set
42586 +# CONFIG_DEBUG_SPINLOCK is not set
42587 +CONFIG_DEBUG_MUTEXES=y
42588 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
42589 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
42590 +# CONFIG_DEBUG_KOBJECT is not set
42591 +# CONFIG_DEBUG_BUGVERBOSE is not set
42592 +# CONFIG_DEBUG_INFO is not set
42593 +# CONFIG_DEBUG_VM is not set
42594 +# CONFIG_DEBUG_LIST is not set
42595 +# CONFIG_DEBUG_SG is not set
42596 +# CONFIG_BOOT_PRINTK_DELAY is not set
42597 +# CONFIG_BACKTRACE_SELF_TEST is not set
42598 +# CONFIG_FAULT_INJECTION is not set
42599 +# CONFIG_SAMPLES is not set
42600 +# CONFIG_DEBUG_STACKOVERFLOW is not set
42601 +# CONFIG_DEBUG_STACK_USAGE is not set
42602 +# CONFIG_DEBUG_PAGEALLOC is not set
42603 +# CONFIG_DEBUGGER is not set
42604 +# CONFIG_BDI_SWITCH is not set
42605 +CONFIG_PPC_EARLY_DEBUG=y
42606 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
42607 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
42608 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
42609 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
42610 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
42611 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
42612 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
42613 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
42614 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
42615 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
42616 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
42617 +
42618 +#
42619 +# Security options
42620 +#
42621 +# CONFIG_KEYS is not set
42622 +# CONFIG_SECURITY is not set
42623 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
42624 +CONFIG_CRYPTO=y
42625 +# CONFIG_CRYPTO_SEQIV is not set
42626 +# CONFIG_CRYPTO_MANAGER is not set
42627 +# CONFIG_CRYPTO_HMAC is not set
42628 +# CONFIG_CRYPTO_XCBC is not set
42629 +# CONFIG_CRYPTO_NULL is not set
42630 +# CONFIG_CRYPTO_MD4 is not set
42631 +# CONFIG_CRYPTO_MD5 is not set
42632 +# CONFIG_CRYPTO_SHA1 is not set
42633 +# CONFIG_CRYPTO_SHA256 is not set
42634 +# CONFIG_CRYPTO_SHA512 is not set
42635 +# CONFIG_CRYPTO_WP512 is not set
42636 +# CONFIG_CRYPTO_TGR192 is not set
42637 +# CONFIG_CRYPTO_GF128MUL is not set
42638 +# CONFIG_CRYPTO_ECB is not set
42639 +# CONFIG_CRYPTO_CBC is not set
42640 +# CONFIG_CRYPTO_PCBC is not set
42641 +# CONFIG_CRYPTO_LRW is not set
42642 +# CONFIG_CRYPTO_XTS is not set
42643 +# CONFIG_CRYPTO_CTR is not set
42644 +# CONFIG_CRYPTO_GCM is not set
42645 +# CONFIG_CRYPTO_CCM is not set
42646 +# CONFIG_CRYPTO_CRYPTD is not set
42647 +# CONFIG_CRYPTO_DES is not set
42648 +# CONFIG_CRYPTO_FCRYPT is not set
42649 +# CONFIG_CRYPTO_BLOWFISH is not set
42650 +# CONFIG_CRYPTO_TWOFISH is not set
42651 +# CONFIG_CRYPTO_SERPENT is not set
42652 +# CONFIG_CRYPTO_AES is not set
42653 +# CONFIG_CRYPTO_CAST5 is not set
42654 +# CONFIG_CRYPTO_CAST6 is not set
42655 +# CONFIG_CRYPTO_TEA is not set
42656 +# CONFIG_CRYPTO_ARC4 is not set
42657 +# CONFIG_CRYPTO_KHAZAD is not set
42658 +# CONFIG_CRYPTO_ANUBIS is not set
42659 +# CONFIG_CRYPTO_SEED is not set
42660 +# CONFIG_CRYPTO_SALSA20 is not set
42661 +# CONFIG_CRYPTO_DEFLATE is not set
42662 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
42663 +# CONFIG_CRYPTO_CRC32C is not set
42664 +# CONFIG_CRYPTO_CAMELLIA is not set
42665 +# CONFIG_CRYPTO_AUTHENC is not set
42666 +# CONFIG_CRYPTO_LZO is not set
42667 +CONFIG_CRYPTO_HW=y
42668 +# CONFIG_PPC_CLOCK is not set
42669 --- /dev/null
42670 +++ b/arch/powerpc/configs/85xx/stx_gp3_defconfig
42671 @@ -0,0 +1,1253 @@
42672 +#
42673 +# Automatically generated make config: don't edit
42674 +# Linux kernel version: 2.6.25-rc6
42675 +# Mon Mar 24 08:48:42 2008
42676 +#
42677 +# CONFIG_PPC64 is not set
42678 +
42679 +#
42680 +# Processor support
42681 +#
42682 +# CONFIG_6xx is not set
42683 +CONFIG_PPC_85xx=y
42684 +# CONFIG_PPC_8xx is not set
42685 +# CONFIG_40x is not set
42686 +# CONFIG_44x is not set
42687 +# CONFIG_E200 is not set
42688 +CONFIG_E500=y
42689 +CONFIG_BOOKE=y
42690 +CONFIG_FSL_BOOKE=y
42691 +CONFIG_FSL_EMB_PERFMON=y
42692 +# CONFIG_PHYS_64BIT is not set
42693 +CONFIG_SPE=y
42694 +# CONFIG_PPC_MM_SLICES is not set
42695 +CONFIG_PPC32=y
42696 +CONFIG_WORD_SIZE=32
42697 +CONFIG_PPC_MERGE=y
42698 +CONFIG_MMU=y
42699 +CONFIG_GENERIC_CMOS_UPDATE=y
42700 +CONFIG_GENERIC_TIME=y
42701 +CONFIG_GENERIC_TIME_VSYSCALL=y
42702 +CONFIG_GENERIC_CLOCKEVENTS=y
42703 +CONFIG_GENERIC_HARDIRQS=y
42704 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
42705 +CONFIG_IRQ_PER_CPU=y
42706 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
42707 +CONFIG_ARCH_HAS_ILOG2_U32=y
42708 +CONFIG_GENERIC_HWEIGHT=y
42709 +CONFIG_GENERIC_CALIBRATE_DELAY=y
42710 +CONFIG_GENERIC_FIND_NEXT_BIT=y
42711 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
42712 +CONFIG_PPC=y
42713 +CONFIG_EARLY_PRINTK=y
42714 +CONFIG_GENERIC_NVRAM=y
42715 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
42716 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
42717 +CONFIG_PPC_OF=y
42718 +CONFIG_OF=y
42719 +CONFIG_PPC_UDBG_16550=y
42720 +# CONFIG_GENERIC_TBSYNC is not set
42721 +CONFIG_AUDIT_ARCH=y
42722 +CONFIG_GENERIC_BUG=y
42723 +CONFIG_DEFAULT_UIMAGE=y
42724 +# CONFIG_PPC_DCR_NATIVE is not set
42725 +# CONFIG_PPC_DCR_MMIO is not set
42726 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
42727 +
42728 +#
42729 +# General setup
42730 +#
42731 +CONFIG_EXPERIMENTAL=y
42732 +CONFIG_BROKEN_ON_SMP=y
42733 +CONFIG_INIT_ENV_ARG_LIMIT=32
42734 +CONFIG_LOCALVERSION=""
42735 +CONFIG_LOCALVERSION_AUTO=y
42736 +CONFIG_SWAP=y
42737 +CONFIG_SYSVIPC=y
42738 +CONFIG_SYSVIPC_SYSCTL=y
42739 +# CONFIG_POSIX_MQUEUE is not set
42740 +# CONFIG_BSD_PROCESS_ACCT is not set
42741 +# CONFIG_TASKSTATS is not set
42742 +# CONFIG_AUDIT is not set
42743 +# CONFIG_IKCONFIG is not set
42744 +CONFIG_LOG_BUF_SHIFT=14
42745 +# CONFIG_CGROUPS is not set
42746 +CONFIG_GROUP_SCHED=y
42747 +CONFIG_FAIR_GROUP_SCHED=y
42748 +# CONFIG_RT_GROUP_SCHED is not set
42749 +CONFIG_USER_SCHED=y
42750 +# CONFIG_CGROUP_SCHED is not set
42751 +CONFIG_SYSFS_DEPRECATED=y
42752 +CONFIG_SYSFS_DEPRECATED_V2=y
42753 +# CONFIG_RELAY is not set
42754 +# CONFIG_NAMESPACES is not set
42755 +CONFIG_BLK_DEV_INITRD=y
42756 +CONFIG_INITRAMFS_SOURCE=""
42757 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
42758 +CONFIG_SYSCTL=y
42759 +CONFIG_EMBEDDED=y
42760 +CONFIG_SYSCTL_SYSCALL=y
42761 +CONFIG_KALLSYMS=y
42762 +# CONFIG_KALLSYMS_ALL is not set
42763 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
42764 +CONFIG_HOTPLUG=y
42765 +CONFIG_PRINTK=y
42766 +CONFIG_BUG=y
42767 +CONFIG_ELF_CORE=y
42768 +CONFIG_COMPAT_BRK=y
42769 +CONFIG_BASE_FULL=y
42770 +CONFIG_FUTEX=y
42771 +CONFIG_ANON_INODES=y
42772 +CONFIG_EPOLL=y
42773 +CONFIG_SIGNALFD=y
42774 +CONFIG_TIMERFD=y
42775 +CONFIG_EVENTFD=y
42776 +CONFIG_SHMEM=y
42777 +CONFIG_VM_EVENT_COUNTERS=y
42778 +CONFIG_SLUB_DEBUG=y
42779 +# CONFIG_SLAB is not set
42780 +CONFIG_SLUB=y
42781 +# CONFIG_SLOB is not set
42782 +# CONFIG_PROFILING is not set
42783 +# CONFIG_MARKERS is not set
42784 +CONFIG_HAVE_OPROFILE=y
42785 +# CONFIG_KPROBES is not set
42786 +CONFIG_HAVE_KPROBES=y
42787 +CONFIG_HAVE_KRETPROBES=y
42788 +CONFIG_PROC_PAGE_MONITOR=y
42789 +CONFIG_SLABINFO=y
42790 +CONFIG_RT_MUTEXES=y
42791 +# CONFIG_TINY_SHMEM is not set
42792 +CONFIG_BASE_SMALL=0
42793 +CONFIG_MODULES=y
42794 +# CONFIG_MODULE_UNLOAD is not set
42795 +CONFIG_MODVERSIONS=y
42796 +# CONFIG_MODULE_SRCVERSION_ALL is not set
42797 +CONFIG_KMOD=y
42798 +CONFIG_BLOCK=y
42799 +# CONFIG_LBD is not set
42800 +# CONFIG_BLK_DEV_IO_TRACE is not set
42801 +# CONFIG_LSF is not set
42802 +# CONFIG_BLK_DEV_BSG is not set
42803 +
42804 +#
42805 +# IO Schedulers
42806 +#
42807 +CONFIG_IOSCHED_NOOP=y
42808 +CONFIG_IOSCHED_AS=y
42809 +CONFIG_IOSCHED_DEADLINE=y
42810 +CONFIG_IOSCHED_CFQ=y
42811 +# CONFIG_DEFAULT_AS is not set
42812 +# CONFIG_DEFAULT_DEADLINE is not set
42813 +CONFIG_DEFAULT_CFQ=y
42814 +# CONFIG_DEFAULT_NOOP is not set
42815 +CONFIG_DEFAULT_IOSCHED="cfq"
42816 +CONFIG_CLASSIC_RCU=y
42817 +
42818 +#
42819 +# Platform support
42820 +#
42821 +# CONFIG_PPC_MPC512x is not set
42822 +# CONFIG_PPC_MPC5121 is not set
42823 +# CONFIG_PPC_CELL is not set
42824 +# CONFIG_PPC_CELL_NATIVE is not set
42825 +# CONFIG_PQ2ADS is not set
42826 +CONFIG_MPC85xx=y
42827 +# CONFIG_MPC8540_ADS is not set
42828 +# CONFIG_MPC8560_ADS is not set
42829 +# CONFIG_MPC85xx_CDS is not set
42830 +# CONFIG_MPC85xx_MDS is not set
42831 +# CONFIG_MPC85xx_DS is not set
42832 +CONFIG_STX_GP3=y
42833 +# CONFIG_TQM8540 is not set
42834 +# CONFIG_TQM8541 is not set
42835 +# CONFIG_TQM8555 is not set
42836 +# CONFIG_TQM8560 is not set
42837 +# CONFIG_SBC8548 is not set
42838 +# CONFIG_SBC8560 is not set
42839 +# CONFIG_IPIC is not set
42840 +CONFIG_MPIC=y
42841 +# CONFIG_MPIC_WEIRD is not set
42842 +# CONFIG_PPC_I8259 is not set
42843 +# CONFIG_PPC_RTAS is not set
42844 +# CONFIG_MMIO_NVRAM is not set
42845 +# CONFIG_PPC_MPC106 is not set
42846 +# CONFIG_PPC_970_NAP is not set
42847 +# CONFIG_PPC_INDIRECT_IO is not set
42848 +# CONFIG_GENERIC_IOMAP is not set
42849 +# CONFIG_CPU_FREQ is not set
42850 +CONFIG_CPM2=y
42851 +CONFIG_PPC_CPM_NEW_BINDING=y
42852 +# CONFIG_FSL_ULI1575 is not set
42853 +CONFIG_CPM=y
42854 +
42855 +#
42856 +# Kernel options
42857 +#
42858 +CONFIG_HIGHMEM=y
42859 +# CONFIG_TICK_ONESHOT is not set
42860 +# CONFIG_NO_HZ is not set
42861 +# CONFIG_HIGH_RES_TIMERS is not set
42862 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
42863 +# CONFIG_HZ_100 is not set
42864 +CONFIG_HZ_250=y
42865 +# CONFIG_HZ_300 is not set
42866 +# CONFIG_HZ_1000 is not set
42867 +CONFIG_HZ=250
42868 +# CONFIG_SCHED_HRTICK is not set
42869 +CONFIG_PREEMPT_NONE=y
42870 +# CONFIG_PREEMPT_VOLUNTARY is not set
42871 +# CONFIG_PREEMPT is not set
42872 +CONFIG_BINFMT_ELF=y
42873 +CONFIG_BINFMT_MISC=m
42874 +CONFIG_MATH_EMULATION=y
42875 +# CONFIG_IOMMU_HELPER is not set
42876 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
42877 +CONFIG_ARCH_HAS_WALK_MEMORY=y
42878 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
42879 +CONFIG_ARCH_FLATMEM_ENABLE=y
42880 +CONFIG_ARCH_POPULATES_NODE_MAP=y
42881 +CONFIG_SELECT_MEMORY_MODEL=y
42882 +CONFIG_FLATMEM_MANUAL=y
42883 +# CONFIG_DISCONTIGMEM_MANUAL is not set
42884 +# CONFIG_SPARSEMEM_MANUAL is not set
42885 +CONFIG_FLATMEM=y
42886 +CONFIG_FLAT_NODE_MEM_MAP=y
42887 +# CONFIG_SPARSEMEM_STATIC is not set
42888 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
42889 +CONFIG_SPLIT_PTLOCK_CPUS=4
42890 +# CONFIG_RESOURCES_64BIT is not set
42891 +CONFIG_ZONE_DMA_FLAG=1
42892 +CONFIG_BOUNCE=y
42893 +CONFIG_VIRT_TO_BUS=y
42894 +CONFIG_PROC_DEVICETREE=y
42895 +# CONFIG_CMDLINE_BOOL is not set
42896 +# CONFIG_PM is not set
42897 +CONFIG_SECCOMP=y
42898 +CONFIG_ISA_DMA_API=y
42899 +
42900 +#
42901 +# Bus options
42902 +#
42903 +CONFIG_ZONE_DMA=y
42904 +CONFIG_PPC_INDIRECT_PCI=y
42905 +CONFIG_FSL_SOC=y
42906 +CONFIG_FSL_PCI=y
42907 +CONFIG_PCI=y
42908 +CONFIG_PCI_DOMAINS=y
42909 +CONFIG_PCI_SYSCALL=y
42910 +# CONFIG_PCIEPORTBUS is not set
42911 +CONFIG_ARCH_SUPPORTS_MSI=y
42912 +# CONFIG_PCI_MSI is not set
42913 +CONFIG_PCI_LEGACY=y
42914 +# CONFIG_PCI_DEBUG is not set
42915 +# CONFIG_PCCARD is not set
42916 +# CONFIG_HOTPLUG_PCI is not set
42917 +
42918 +#
42919 +# Advanced setup
42920 +#
42921 +# CONFIG_ADVANCED_OPTIONS is not set
42922 +
42923 +#
42924 +# Default settings for advanced configuration options are used
42925 +#
42926 +CONFIG_HIGHMEM_START=0xfe000000
42927 +CONFIG_LOWMEM_SIZE=0x30000000
42928 +CONFIG_KERNEL_START=0xc0000000
42929 +CONFIG_TASK_SIZE=0xc0000000
42930 +CONFIG_BOOT_LOAD=0x00800000
42931 +
42932 +#
42933 +# Networking
42934 +#
42935 +CONFIG_NET=y
42936 +
42937 +#
42938 +# Networking options
42939 +#
42940 +CONFIG_PACKET=y
42941 +# CONFIG_PACKET_MMAP is not set
42942 +CONFIG_UNIX=y
42943 +CONFIG_XFRM=y
42944 +# CONFIG_XFRM_USER is not set
42945 +# CONFIG_XFRM_SUB_POLICY is not set
42946 +# CONFIG_XFRM_MIGRATE is not set
42947 +# CONFIG_XFRM_STATISTICS is not set
42948 +# CONFIG_NET_KEY is not set
42949 +CONFIG_INET=y
42950 +# CONFIG_IP_MULTICAST is not set
42951 +# CONFIG_IP_ADVANCED_ROUTER is not set
42952 +CONFIG_IP_FIB_HASH=y
42953 +CONFIG_IP_PNP=y
42954 +# CONFIG_IP_PNP_DHCP is not set
42955 +CONFIG_IP_PNP_BOOTP=y
42956 +# CONFIG_IP_PNP_RARP is not set
42957 +# CONFIG_NET_IPIP is not set
42958 +# CONFIG_NET_IPGRE is not set
42959 +# CONFIG_ARPD is not set
42960 +# CONFIG_SYN_COOKIES is not set
42961 +# CONFIG_INET_AH is not set
42962 +# CONFIG_INET_ESP is not set
42963 +# CONFIG_INET_IPCOMP is not set
42964 +# CONFIG_INET_XFRM_TUNNEL is not set
42965 +# CONFIG_INET_TUNNEL is not set
42966 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
42967 +CONFIG_INET_XFRM_MODE_TUNNEL=y
42968 +CONFIG_INET_XFRM_MODE_BEET=y
42969 +# CONFIG_INET_LRO is not set
42970 +CONFIG_INET_DIAG=y
42971 +CONFIG_INET_TCP_DIAG=y
42972 +# CONFIG_TCP_CONG_ADVANCED is not set
42973 +CONFIG_TCP_CONG_CUBIC=y
42974 +CONFIG_DEFAULT_TCP_CONG="cubic"
42975 +# CONFIG_TCP_MD5SIG is not set
42976 +# CONFIG_IP_VS is not set
42977 +# CONFIG_IPV6 is not set
42978 +# CONFIG_INET6_XFRM_TUNNEL is not set
42979 +# CONFIG_INET6_TUNNEL is not set
42980 +# CONFIG_NETWORK_SECMARK is not set
42981 +CONFIG_NETFILTER=y
42982 +# CONFIG_NETFILTER_DEBUG is not set
42983 +CONFIG_NETFILTER_ADVANCED=y
42984 +
42985 +#
42986 +# Core Netfilter Configuration
42987 +#
42988 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
42989 +# CONFIG_NETFILTER_NETLINK_LOG is not set
42990 +# CONFIG_NF_CONNTRACK is not set
42991 +CONFIG_NETFILTER_XTABLES=m
42992 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
42993 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
42994 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
42995 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
42996 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
42997 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
42998 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
42999 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
43000 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
43001 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
43002 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
43003 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
43004 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
43005 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
43006 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
43007 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
43008 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
43009 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
43010 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
43011 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
43012 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
43013 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
43014 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
43015 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
43016 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
43017 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
43018 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
43019 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
43020 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
43021 +
43022 +#
43023 +# IP: Netfilter Configuration
43024 +#
43025 +# CONFIG_IP_NF_QUEUE is not set
43026 +CONFIG_IP_NF_IPTABLES=m
43027 +# CONFIG_IP_NF_MATCH_RECENT is not set
43028 +# CONFIG_IP_NF_MATCH_ECN is not set
43029 +# CONFIG_IP_NF_MATCH_AH is not set
43030 +# CONFIG_IP_NF_MATCH_TTL is not set
43031 +# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
43032 +CONFIG_IP_NF_FILTER=m
43033 +# CONFIG_IP_NF_TARGET_REJECT is not set
43034 +# CONFIG_IP_NF_TARGET_LOG is not set
43035 +# CONFIG_IP_NF_TARGET_ULOG is not set
43036 +# CONFIG_IP_NF_MANGLE is not set
43037 +# CONFIG_IP_NF_RAW is not set
43038 +# CONFIG_IP_NF_ARPTABLES is not set
43039 +# CONFIG_IP_DCCP is not set
43040 +# CONFIG_IP_SCTP is not set
43041 +# CONFIG_TIPC is not set
43042 +# CONFIG_ATM is not set
43043 +# CONFIG_BRIDGE is not set
43044 +# CONFIG_VLAN_8021Q is not set
43045 +# CONFIG_DECNET is not set
43046 +# CONFIG_LLC2 is not set
43047 +# CONFIG_IPX is not set
43048 +# CONFIG_ATALK is not set
43049 +# CONFIG_X25 is not set
43050 +# CONFIG_LAPB is not set
43051 +# CONFIG_ECONET is not set
43052 +# CONFIG_WAN_ROUTER is not set
43053 +# CONFIG_NET_SCHED is not set
43054 +
43055 +#
43056 +# Network testing
43057 +#
43058 +CONFIG_NET_PKTGEN=y
43059 +# CONFIG_HAMRADIO is not set
43060 +# CONFIG_CAN is not set
43061 +# CONFIG_IRDA is not set
43062 +# CONFIG_BT is not set
43063 +# CONFIG_AF_RXRPC is not set
43064 +
43065 +#
43066 +# Wireless
43067 +#
43068 +# CONFIG_CFG80211 is not set
43069 +# CONFIG_WIRELESS_EXT is not set
43070 +# CONFIG_MAC80211 is not set
43071 +# CONFIG_IEEE80211 is not set
43072 +# CONFIG_RFKILL is not set
43073 +# CONFIG_NET_9P is not set
43074 +
43075 +#
43076 +# Device Drivers
43077 +#
43078 +
43079 +#
43080 +# Generic Driver Options
43081 +#
43082 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
43083 +CONFIG_STANDALONE=y
43084 +CONFIG_PREVENT_FIRMWARE_BUILD=y
43085 +# CONFIG_FW_LOADER is not set
43086 +# CONFIG_DEBUG_DRIVER is not set
43087 +# CONFIG_DEBUG_DEVRES is not set
43088 +# CONFIG_SYS_HYPERVISOR is not set
43089 +# CONFIG_CONNECTOR is not set
43090 +# CONFIG_MTD is not set
43091 +CONFIG_OF_DEVICE=y
43092 +CONFIG_PARPORT=m
43093 +CONFIG_PARPORT_PC=m
43094 +# CONFIG_PARPORT_PC_FIFO is not set
43095 +# CONFIG_PARPORT_PC_SUPERIO is not set
43096 +# CONFIG_PARPORT_GSC is not set
43097 +# CONFIG_PARPORT_AX88796 is not set
43098 +# CONFIG_PARPORT_1284 is not set
43099 +CONFIG_BLK_DEV=y
43100 +# CONFIG_BLK_DEV_FD is not set
43101 +# CONFIG_PARIDE is not set
43102 +# CONFIG_BLK_CPQ_DA is not set
43103 +# CONFIG_BLK_CPQ_CISS_DA is not set
43104 +# CONFIG_BLK_DEV_DAC960 is not set
43105 +# CONFIG_BLK_DEV_UMEM is not set
43106 +# CONFIG_BLK_DEV_COW_COMMON is not set
43107 +CONFIG_BLK_DEV_LOOP=m
43108 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
43109 +CONFIG_BLK_DEV_NBD=m
43110 +# CONFIG_BLK_DEV_SX8 is not set
43111 +CONFIG_BLK_DEV_RAM=y
43112 +CONFIG_BLK_DEV_RAM_COUNT=16
43113 +CONFIG_BLK_DEV_RAM_SIZE=32768
43114 +# CONFIG_BLK_DEV_XIP is not set
43115 +# CONFIG_CDROM_PKTCDVD is not set
43116 +# CONFIG_ATA_OVER_ETH is not set
43117 +CONFIG_MISC_DEVICES=y
43118 +# CONFIG_PHANTOM is not set
43119 +# CONFIG_EEPROM_93CX6 is not set
43120 +# CONFIG_SGI_IOC4 is not set
43121 +# CONFIG_TIFM_CORE is not set
43122 +# CONFIG_ENCLOSURE_SERVICES is not set
43123 +CONFIG_HAVE_IDE=y
43124 +CONFIG_IDE=y
43125 +CONFIG_IDE_MAX_HWIFS=4
43126 +CONFIG_BLK_DEV_IDE=y
43127 +
43128 +#
43129 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
43130 +#
43131 +# CONFIG_BLK_DEV_IDE_SATA is not set
43132 +CONFIG_BLK_DEV_IDEDISK=y
43133 +# CONFIG_IDEDISK_MULTI_MODE is not set
43134 +CONFIG_BLK_DEV_IDECD=m
43135 +CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
43136 +# CONFIG_BLK_DEV_IDETAPE is not set
43137 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
43138 +# CONFIG_BLK_DEV_IDESCSI is not set
43139 +# CONFIG_IDE_TASK_IOCTL is not set
43140 +CONFIG_IDE_PROC_FS=y
43141 +
43142 +#
43143 +# IDE chipset support/bugfixes
43144 +#
43145 +CONFIG_IDE_GENERIC=y
43146 +# CONFIG_BLK_DEV_PLATFORM is not set
43147 +
43148 +#
43149 +# PCI IDE chipsets support
43150 +#
43151 +# CONFIG_BLK_DEV_GENERIC is not set
43152 +# CONFIG_BLK_DEV_OPTI621 is not set
43153 +# CONFIG_BLK_DEV_AEC62XX is not set
43154 +# CONFIG_BLK_DEV_ALI15X3 is not set
43155 +# CONFIG_BLK_DEV_AMD74XX is not set
43156 +# CONFIG_BLK_DEV_CMD64X is not set
43157 +# CONFIG_BLK_DEV_TRIFLEX is not set
43158 +# CONFIG_BLK_DEV_CY82C693 is not set
43159 +# CONFIG_BLK_DEV_CS5520 is not set
43160 +# CONFIG_BLK_DEV_CS5530 is not set
43161 +# CONFIG_BLK_DEV_HPT34X is not set
43162 +# CONFIG_BLK_DEV_HPT366 is not set
43163 +# CONFIG_BLK_DEV_JMICRON is not set
43164 +# CONFIG_BLK_DEV_SC1200 is not set
43165 +# CONFIG_BLK_DEV_PIIX is not set
43166 +# CONFIG_BLK_DEV_IT8213 is not set
43167 +# CONFIG_BLK_DEV_IT821X is not set
43168 +# CONFIG_BLK_DEV_NS87415 is not set
43169 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
43170 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
43171 +# CONFIG_BLK_DEV_SVWKS is not set
43172 +# CONFIG_BLK_DEV_SIIMAGE is not set
43173 +# CONFIG_BLK_DEV_SL82C105 is not set
43174 +# CONFIG_BLK_DEV_SLC90E66 is not set
43175 +# CONFIG_BLK_DEV_TRM290 is not set
43176 +# CONFIG_BLK_DEV_VIA82CXXX is not set
43177 +# CONFIG_BLK_DEV_TC86C001 is not set
43178 +# CONFIG_BLK_DEV_IDEDMA is not set
43179 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
43180 +# CONFIG_BLK_DEV_HD is not set
43181 +
43182 +#
43183 +# SCSI device support
43184 +#
43185 +# CONFIG_RAID_ATTRS is not set
43186 +CONFIG_SCSI=m
43187 +CONFIG_SCSI_DMA=y
43188 +# CONFIG_SCSI_TGT is not set
43189 +# CONFIG_SCSI_NETLINK is not set
43190 +CONFIG_SCSI_PROC_FS=y
43191 +
43192 +#
43193 +# SCSI support type (disk, tape, CD-ROM)
43194 +#
43195 +CONFIG_BLK_DEV_SD=m
43196 +CONFIG_CHR_DEV_ST=m
43197 +# CONFIG_CHR_DEV_OSST is not set
43198 +CONFIG_BLK_DEV_SR=m
43199 +# CONFIG_BLK_DEV_SR_VENDOR is not set
43200 +CONFIG_CHR_DEV_SG=m
43201 +# CONFIG_CHR_DEV_SCH is not set
43202 +
43203 +#
43204 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
43205 +#
43206 +CONFIG_SCSI_MULTI_LUN=y
43207 +CONFIG_SCSI_CONSTANTS=y
43208 +# CONFIG_SCSI_LOGGING is not set
43209 +# CONFIG_SCSI_SCAN_ASYNC is not set
43210 +CONFIG_SCSI_WAIT_SCAN=m
43211 +
43212 +#
43213 +# SCSI Transports
43214 +#
43215 +# CONFIG_SCSI_SPI_ATTRS is not set
43216 +# CONFIG_SCSI_FC_ATTRS is not set
43217 +# CONFIG_SCSI_ISCSI_ATTRS is not set
43218 +# CONFIG_SCSI_SAS_LIBSAS is not set
43219 +# CONFIG_SCSI_SRP_ATTRS is not set
43220 +CONFIG_SCSI_LOWLEVEL=y
43221 +# CONFIG_ISCSI_TCP is not set
43222 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
43223 +# CONFIG_SCSI_3W_9XXX is not set
43224 +# CONFIG_SCSI_ACARD is not set
43225 +# CONFIG_SCSI_AACRAID is not set
43226 +# CONFIG_SCSI_AIC7XXX is not set
43227 +# CONFIG_SCSI_AIC7XXX_OLD is not set
43228 +# CONFIG_SCSI_AIC79XX is not set
43229 +# CONFIG_SCSI_AIC94XX is not set
43230 +# CONFIG_SCSI_DPT_I2O is not set
43231 +# CONFIG_SCSI_ADVANSYS is not set
43232 +# CONFIG_SCSI_ARCMSR is not set
43233 +# CONFIG_MEGARAID_NEWGEN is not set
43234 +# CONFIG_MEGARAID_LEGACY is not set
43235 +# CONFIG_MEGARAID_SAS is not set
43236 +# CONFIG_SCSI_HPTIOP is not set
43237 +# CONFIG_SCSI_BUSLOGIC is not set
43238 +# CONFIG_SCSI_DMX3191D is not set
43239 +# CONFIG_SCSI_EATA is not set
43240 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
43241 +# CONFIG_SCSI_GDTH is not set
43242 +# CONFIG_SCSI_IPS is not set
43243 +# CONFIG_SCSI_INITIO is not set
43244 +# CONFIG_SCSI_INIA100 is not set
43245 +# CONFIG_SCSI_PPA is not set
43246 +# CONFIG_SCSI_IMM is not set
43247 +# CONFIG_SCSI_MVSAS is not set
43248 +# CONFIG_SCSI_STEX is not set
43249 +# CONFIG_SCSI_SYM53C8XX_2 is not set
43250 +# CONFIG_SCSI_QLOGIC_1280 is not set
43251 +# CONFIG_SCSI_QLA_FC is not set
43252 +# CONFIG_SCSI_QLA_ISCSI is not set
43253 +# CONFIG_SCSI_LPFC is not set
43254 +# CONFIG_SCSI_DC395x is not set
43255 +# CONFIG_SCSI_DC390T is not set
43256 +# CONFIG_SCSI_NSP32 is not set
43257 +# CONFIG_SCSI_DEBUG is not set
43258 +# CONFIG_SCSI_SRP is not set
43259 +# CONFIG_ATA is not set
43260 +# CONFIG_MD is not set
43261 +# CONFIG_FUSION is not set
43262 +
43263 +#
43264 +# IEEE 1394 (FireWire) support
43265 +#
43266 +# CONFIG_FIREWIRE is not set
43267 +# CONFIG_IEEE1394 is not set
43268 +# CONFIG_I2O is not set
43269 +# CONFIG_MACINTOSH_DRIVERS is not set
43270 +CONFIG_NETDEVICES=y
43271 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
43272 +# CONFIG_DUMMY is not set
43273 +# CONFIG_BONDING is not set
43274 +# CONFIG_MACVLAN is not set
43275 +# CONFIG_EQUALIZER is not set
43276 +# CONFIG_TUN is not set
43277 +# CONFIG_VETH is not set
43278 +# CONFIG_ARCNET is not set
43279 +CONFIG_PHYLIB=y
43280 +
43281 +#
43282 +# MII PHY device drivers
43283 +#
43284 +CONFIG_MARVELL_PHY=y
43285 +# CONFIG_DAVICOM_PHY is not set
43286 +# CONFIG_QSEMI_PHY is not set
43287 +# CONFIG_LXT_PHY is not set
43288 +# CONFIG_CICADA_PHY is not set
43289 +# CONFIG_VITESSE_PHY is not set
43290 +# CONFIG_SMSC_PHY is not set
43291 +# CONFIG_BROADCOM_PHY is not set
43292 +# CONFIG_ICPLUS_PHY is not set
43293 +# CONFIG_REALTEK_PHY is not set
43294 +# CONFIG_FIXED_PHY is not set
43295 +# CONFIG_MDIO_BITBANG is not set
43296 +CONFIG_NET_ETHERNET=y
43297 +# CONFIG_MII is not set
43298 +# CONFIG_HAPPYMEAL is not set
43299 +# CONFIG_SUNGEM is not set
43300 +# CONFIG_CASSINI is not set
43301 +# CONFIG_NET_VENDOR_3COM is not set
43302 +# CONFIG_NET_TULIP is not set
43303 +# CONFIG_HP100 is not set
43304 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
43305 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
43306 +# CONFIG_IBM_NEW_EMAC_TAH is not set
43307 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
43308 +# CONFIG_NET_PCI is not set
43309 +# CONFIG_B44 is not set
43310 +# CONFIG_NET_POCKET is not set
43311 +# CONFIG_FS_ENET is not set
43312 +CONFIG_NETDEV_1000=y
43313 +# CONFIG_ACENIC is not set
43314 +# CONFIG_DL2K is not set
43315 +# CONFIG_E1000 is not set
43316 +# CONFIG_E1000E is not set
43317 +# CONFIG_E1000E_ENABLED is not set
43318 +# CONFIG_IP1000 is not set
43319 +# CONFIG_IGB is not set
43320 +# CONFIG_NS83820 is not set
43321 +# CONFIG_HAMACHI is not set
43322 +# CONFIG_YELLOWFIN is not set
43323 +# CONFIG_R8169 is not set
43324 +# CONFIG_SIS190 is not set
43325 +# CONFIG_SKGE is not set
43326 +# CONFIG_SKY2 is not set
43327 +# CONFIG_SK98LIN is not set
43328 +# CONFIG_VIA_VELOCITY is not set
43329 +# CONFIG_TIGON3 is not set
43330 +# CONFIG_BNX2 is not set
43331 +CONFIG_GIANFAR=y
43332 +CONFIG_GFAR_NAPI=y
43333 +# CONFIG_QLA3XXX is not set
43334 +# CONFIG_ATL1 is not set
43335 +CONFIG_NETDEV_10000=y
43336 +# CONFIG_CHELSIO_T1 is not set
43337 +# CONFIG_CHELSIO_T3 is not set
43338 +# CONFIG_IXGBE is not set
43339 +# CONFIG_IXGB is not set
43340 +# CONFIG_S2IO is not set
43341 +# CONFIG_MYRI10GE is not set
43342 +# CONFIG_NETXEN_NIC is not set
43343 +# CONFIG_NIU is not set
43344 +# CONFIG_MLX4_CORE is not set
43345 +# CONFIG_TEHUTI is not set
43346 +# CONFIG_BNX2X is not set
43347 +# CONFIG_TR is not set
43348 +
43349 +#
43350 +# Wireless LAN
43351 +#
43352 +# CONFIG_WLAN_PRE80211 is not set
43353 +# CONFIG_WLAN_80211 is not set
43354 +# CONFIG_WAN is not set
43355 +# CONFIG_FDDI is not set
43356 +# CONFIG_HIPPI is not set
43357 +# CONFIG_PLIP is not set
43358 +# CONFIG_PPP is not set
43359 +# CONFIG_SLIP is not set
43360 +# CONFIG_NET_FC is not set
43361 +# CONFIG_NETCONSOLE is not set
43362 +# CONFIG_NETPOLL is not set
43363 +# CONFIG_NET_POLL_CONTROLLER is not set
43364 +# CONFIG_ISDN is not set
43365 +# CONFIG_PHONE is not set
43366 +
43367 +#
43368 +# Input device support
43369 +#
43370 +CONFIG_INPUT=y
43371 +# CONFIG_INPUT_FF_MEMLESS is not set
43372 +# CONFIG_INPUT_POLLDEV is not set
43373 +
43374 +#
43375 +# Userland interfaces
43376 +#
43377 +CONFIG_INPUT_MOUSEDEV=y
43378 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
43379 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
43380 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
43381 +CONFIG_INPUT_JOYDEV=m
43382 +CONFIG_INPUT_EVDEV=m
43383 +# CONFIG_INPUT_EVBUG is not set
43384 +
43385 +#
43386 +# Input Device Drivers
43387 +#
43388 +CONFIG_INPUT_KEYBOARD=y
43389 +CONFIG_KEYBOARD_ATKBD=y
43390 +# CONFIG_KEYBOARD_SUNKBD is not set
43391 +# CONFIG_KEYBOARD_LKKBD is not set
43392 +# CONFIG_KEYBOARD_XTKBD is not set
43393 +# CONFIG_KEYBOARD_NEWTON is not set
43394 +# CONFIG_KEYBOARD_STOWAWAY is not set
43395 +CONFIG_INPUT_MOUSE=y
43396 +CONFIG_MOUSE_PS2=y
43397 +CONFIG_MOUSE_PS2_ALPS=y
43398 +CONFIG_MOUSE_PS2_LOGIPS2PP=y
43399 +CONFIG_MOUSE_PS2_SYNAPTICS=y
43400 +CONFIG_MOUSE_PS2_LIFEBOOK=y
43401 +CONFIG_MOUSE_PS2_TRACKPOINT=y
43402 +# CONFIG_MOUSE_PS2_TOUCHKIT is not set
43403 +# CONFIG_MOUSE_SERIAL is not set
43404 +# CONFIG_MOUSE_APPLETOUCH is not set
43405 +# CONFIG_MOUSE_VSXXXAA is not set
43406 +# CONFIG_INPUT_JOYSTICK is not set
43407 +# CONFIG_INPUT_TABLET is not set
43408 +# CONFIG_INPUT_TOUCHSCREEN is not set
43409 +# CONFIG_INPUT_MISC is not set
43410 +
43411 +#
43412 +# Hardware I/O ports
43413 +#
43414 +CONFIG_SERIO=y
43415 +CONFIG_SERIO_I8042=y
43416 +CONFIG_SERIO_SERPORT=y
43417 +# CONFIG_SERIO_PARKBD is not set
43418 +# CONFIG_SERIO_PCIPS2 is not set
43419 +CONFIG_SERIO_LIBPS2=y
43420 +# CONFIG_SERIO_RAW is not set
43421 +# CONFIG_GAMEPORT is not set
43422 +
43423 +#
43424 +# Character devices
43425 +#
43426 +# CONFIG_VT is not set
43427 +# CONFIG_SERIAL_NONSTANDARD is not set
43428 +# CONFIG_NOZOMI is not set
43429 +
43430 +#
43431 +# Serial drivers
43432 +#
43433 +# CONFIG_SERIAL_8250 is not set
43434 +
43435 +#
43436 +# Non-8250 serial port support
43437 +#
43438 +# CONFIG_SERIAL_UARTLITE is not set
43439 +CONFIG_SERIAL_CORE=y
43440 +CONFIG_SERIAL_CORE_CONSOLE=y
43441 +CONFIG_SERIAL_CPM=y
43442 +CONFIG_SERIAL_CPM_CONSOLE=y
43443 +# CONFIG_SERIAL_CPM_SCC1 is not set
43444 +CONFIG_SERIAL_CPM_SCC2=y
43445 +# CONFIG_SERIAL_CPM_SCC3 is not set
43446 +# CONFIG_SERIAL_CPM_SCC4 is not set
43447 +# CONFIG_SERIAL_CPM_SMC1 is not set
43448 +# CONFIG_SERIAL_CPM_SMC2 is not set
43449 +# CONFIG_SERIAL_JSM is not set
43450 +CONFIG_UNIX98_PTYS=y
43451 +CONFIG_LEGACY_PTYS=y
43452 +CONFIG_LEGACY_PTY_COUNT=256
43453 +CONFIG_PRINTER=m
43454 +# CONFIG_LP_CONSOLE is not set
43455 +# CONFIG_PPDEV is not set
43456 +# CONFIG_IPMI_HANDLER is not set
43457 +CONFIG_HW_RANDOM=m
43458 +# CONFIG_NVRAM is not set
43459 +# CONFIG_GEN_RTC is not set
43460 +# CONFIG_R3964 is not set
43461 +# CONFIG_APPLICOM is not set
43462 +# CONFIG_RAW_DRIVER is not set
43463 +# CONFIG_TCG_TPM is not set
43464 +CONFIG_DEVPORT=y
43465 +CONFIG_I2C=m
43466 +CONFIG_I2C_BOARDINFO=y
43467 +CONFIG_I2C_CHARDEV=m
43468 +
43469 +#
43470 +# I2C Algorithms
43471 +#
43472 +CONFIG_I2C_ALGOBIT=m
43473 +# CONFIG_I2C_ALGOPCF is not set
43474 +# CONFIG_I2C_ALGOPCA is not set
43475 +
43476 +#
43477 +# I2C Hardware Bus support
43478 +#
43479 +# CONFIG_I2C_ALI1535 is not set
43480 +# CONFIG_I2C_ALI1563 is not set
43481 +# CONFIG_I2C_ALI15X3 is not set
43482 +# CONFIG_I2C_AMD756 is not set
43483 +# CONFIG_I2C_AMD8111 is not set
43484 +# CONFIG_I2C_I801 is not set
43485 +# CONFIG_I2C_I810 is not set
43486 +# CONFIG_I2C_PIIX4 is not set
43487 +# CONFIG_I2C_MPC is not set
43488 +# CONFIG_I2C_NFORCE2 is not set
43489 +# CONFIG_I2C_OCORES is not set
43490 +# CONFIG_I2C_PARPORT is not set
43491 +# CONFIG_I2C_PARPORT_LIGHT is not set
43492 +# CONFIG_I2C_PROSAVAGE is not set
43493 +# CONFIG_I2C_SAVAGE4 is not set
43494 +# CONFIG_I2C_SIMTEC is not set
43495 +# CONFIG_I2C_SIS5595 is not set
43496 +# CONFIG_I2C_SIS630 is not set
43497 +# CONFIG_I2C_SIS96X is not set
43498 +# CONFIG_I2C_TAOS_EVM is not set
43499 +# CONFIG_I2C_STUB is not set
43500 +# CONFIG_I2C_VIA is not set
43501 +# CONFIG_I2C_VIAPRO is not set
43502 +# CONFIG_I2C_VOODOO3 is not set
43503 +
43504 +#
43505 +# Miscellaneous I2C Chip support
43506 +#
43507 +# CONFIG_DS1682 is not set
43508 +# CONFIG_SENSORS_EEPROM is not set
43509 +# CONFIG_SENSORS_PCF8574 is not set
43510 +# CONFIG_PCF8575 is not set
43511 +# CONFIG_SENSORS_PCF8591 is not set
43512 +# CONFIG_TPS65010 is not set
43513 +# CONFIG_SENSORS_MAX6875 is not set
43514 +# CONFIG_SENSORS_TSL2550 is not set
43515 +# CONFIG_I2C_DEBUG_CORE is not set
43516 +# CONFIG_I2C_DEBUG_ALGO is not set
43517 +# CONFIG_I2C_DEBUG_BUS is not set
43518 +# CONFIG_I2C_DEBUG_CHIP is not set
43519 +
43520 +#
43521 +# SPI support
43522 +#
43523 +# CONFIG_SPI is not set
43524 +# CONFIG_SPI_MASTER is not set
43525 +# CONFIG_W1 is not set
43526 +# CONFIG_POWER_SUPPLY is not set
43527 +CONFIG_HWMON=y
43528 +# CONFIG_HWMON_VID is not set
43529 +# CONFIG_SENSORS_AD7418 is not set
43530 +# CONFIG_SENSORS_ADM1021 is not set
43531 +# CONFIG_SENSORS_ADM1025 is not set
43532 +# CONFIG_SENSORS_ADM1026 is not set
43533 +# CONFIG_SENSORS_ADM1029 is not set
43534 +# CONFIG_SENSORS_ADM1031 is not set
43535 +# CONFIG_SENSORS_ADM9240 is not set
43536 +# CONFIG_SENSORS_ADT7470 is not set
43537 +# CONFIG_SENSORS_ADT7473 is not set
43538 +# CONFIG_SENSORS_ATXP1 is not set
43539 +# CONFIG_SENSORS_DS1621 is not set
43540 +# CONFIG_SENSORS_I5K_AMB is not set
43541 +# CONFIG_SENSORS_F71805F is not set
43542 +# CONFIG_SENSORS_F71882FG is not set
43543 +# CONFIG_SENSORS_F75375S is not set
43544 +# CONFIG_SENSORS_GL518SM is not set
43545 +# CONFIG_SENSORS_GL520SM is not set
43546 +# CONFIG_SENSORS_IT87 is not set
43547 +# CONFIG_SENSORS_LM63 is not set
43548 +# CONFIG_SENSORS_LM75 is not set
43549 +# CONFIG_SENSORS_LM77 is not set
43550 +# CONFIG_SENSORS_LM78 is not set
43551 +# CONFIG_SENSORS_LM80 is not set
43552 +# CONFIG_SENSORS_LM83 is not set
43553 +# CONFIG_SENSORS_LM85 is not set
43554 +# CONFIG_SENSORS_LM87 is not set
43555 +# CONFIG_SENSORS_LM90 is not set
43556 +# CONFIG_SENSORS_LM92 is not set
43557 +# CONFIG_SENSORS_LM93 is not set
43558 +# CONFIG_SENSORS_MAX1619 is not set
43559 +# CONFIG_SENSORS_MAX6650 is not set
43560 +# CONFIG_SENSORS_PC87360 is not set
43561 +# CONFIG_SENSORS_PC87427 is not set
43562 +# CONFIG_SENSORS_SIS5595 is not set
43563 +# CONFIG_SENSORS_DME1737 is not set
43564 +# CONFIG_SENSORS_SMSC47M1 is not set
43565 +# CONFIG_SENSORS_SMSC47M192 is not set
43566 +# CONFIG_SENSORS_SMSC47B397 is not set
43567 +# CONFIG_SENSORS_ADS7828 is not set
43568 +# CONFIG_SENSORS_THMC50 is not set
43569 +# CONFIG_SENSORS_VIA686A is not set
43570 +# CONFIG_SENSORS_VT1211 is not set
43571 +# CONFIG_SENSORS_VT8231 is not set
43572 +# CONFIG_SENSORS_W83781D is not set
43573 +# CONFIG_SENSORS_W83791D is not set
43574 +# CONFIG_SENSORS_W83792D is not set
43575 +# CONFIG_SENSORS_W83793 is not set
43576 +# CONFIG_SENSORS_W83L785TS is not set
43577 +# CONFIG_SENSORS_W83L786NG is not set
43578 +# CONFIG_SENSORS_W83627HF is not set
43579 +# CONFIG_SENSORS_W83627EHF is not set
43580 +# CONFIG_HWMON_DEBUG_CHIP is not set
43581 +# CONFIG_THERMAL is not set
43582 +# CONFIG_WATCHDOG is not set
43583 +
43584 +#
43585 +# Sonics Silicon Backplane
43586 +#
43587 +CONFIG_SSB_POSSIBLE=y
43588 +# CONFIG_SSB is not set
43589 +
43590 +#
43591 +# Multifunction device drivers
43592 +#
43593 +# CONFIG_MFD_SM501 is not set
43594 +
43595 +#
43596 +# Multimedia devices
43597 +#
43598 +# CONFIG_VIDEO_DEV is not set
43599 +# CONFIG_DVB_CORE is not set
43600 +CONFIG_DAB=y
43601 +
43602 +#
43603 +# Graphics support
43604 +#
43605 +CONFIG_AGP=m
43606 +CONFIG_DRM=m
43607 +# CONFIG_DRM_TDFX is not set
43608 +# CONFIG_DRM_R128 is not set
43609 +# CONFIG_DRM_RADEON is not set
43610 +# CONFIG_DRM_MGA is not set
43611 +# CONFIG_DRM_SIS is not set
43612 +# CONFIG_DRM_VIA is not set
43613 +# CONFIG_DRM_SAVAGE is not set
43614 +# CONFIG_VGASTATE is not set
43615 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
43616 +# CONFIG_FB is not set
43617 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
43618 +
43619 +#
43620 +# Display device support
43621 +#
43622 +# CONFIG_DISPLAY_SUPPORT is not set
43623 +
43624 +#
43625 +# Sound
43626 +#
43627 +CONFIG_SOUND=m
43628 +
43629 +#
43630 +# Advanced Linux Sound Architecture
43631 +#
43632 +# CONFIG_SND is not set
43633 +
43634 +#
43635 +# Open Sound System
43636 +#
43637 +# CONFIG_SOUND_PRIME is not set
43638 +CONFIG_HID_SUPPORT=y
43639 +CONFIG_HID=y
43640 +# CONFIG_HID_DEBUG is not set
43641 +# CONFIG_HIDRAW is not set
43642 +CONFIG_USB_SUPPORT=y
43643 +CONFIG_USB_ARCH_HAS_HCD=y
43644 +CONFIG_USB_ARCH_HAS_OHCI=y
43645 +CONFIG_USB_ARCH_HAS_EHCI=y
43646 +# CONFIG_USB is not set
43647 +
43648 +#
43649 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
43650 +#
43651 +# CONFIG_USB_GADGET is not set
43652 +# CONFIG_MMC is not set
43653 +# CONFIG_MEMSTICK is not set
43654 +# CONFIG_NEW_LEDS is not set
43655 +# CONFIG_INFINIBAND is not set
43656 +# CONFIG_EDAC is not set
43657 +# CONFIG_RTC_CLASS is not set
43658 +# CONFIG_DMADEVICES is not set
43659 +# CONFIG_AUXDISPLAY is not set
43660 +
43661 +#
43662 +# Userspace I/O
43663 +#
43664 +# CONFIG_UIO is not set
43665 +
43666 +#
43667 +# File systems
43668 +#
43669 +CONFIG_EXT2_FS=y
43670 +# CONFIG_EXT2_FS_XATTR is not set
43671 +# CONFIG_EXT2_FS_XIP is not set
43672 +CONFIG_EXT3_FS=y
43673 +CONFIG_EXT3_FS_XATTR=y
43674 +# CONFIG_EXT3_FS_POSIX_ACL is not set
43675 +# CONFIG_EXT3_FS_SECURITY is not set
43676 +# CONFIG_EXT4DEV_FS is not set
43677 +CONFIG_JBD=y
43678 +CONFIG_FS_MBCACHE=y
43679 +# CONFIG_REISERFS_FS is not set
43680 +# CONFIG_JFS_FS is not set
43681 +# CONFIG_FS_POSIX_ACL is not set
43682 +# CONFIG_XFS_FS is not set
43683 +# CONFIG_GFS2_FS is not set
43684 +# CONFIG_OCFS2_FS is not set
43685 +CONFIG_DNOTIFY=y
43686 +CONFIG_INOTIFY=y
43687 +CONFIG_INOTIFY_USER=y
43688 +# CONFIG_QUOTA is not set
43689 +CONFIG_AUTOFS_FS=m
43690 +CONFIG_AUTOFS4_FS=y
43691 +# CONFIG_FUSE_FS is not set
43692 +
43693 +#
43694 +# CD-ROM/DVD Filesystems
43695 +#
43696 +CONFIG_ISO9660_FS=m
43697 +# CONFIG_JOLIET is not set
43698 +# CONFIG_ZISOFS is not set
43699 +CONFIG_UDF_FS=m
43700 +CONFIG_UDF_NLS=y
43701 +
43702 +#
43703 +# DOS/FAT/NT Filesystems
43704 +#
43705 +CONFIG_FAT_FS=m
43706 +CONFIG_MSDOS_FS=m
43707 +CONFIG_VFAT_FS=m
43708 +CONFIG_FAT_DEFAULT_CODEPAGE=437
43709 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
43710 +# CONFIG_NTFS_FS is not set
43711 +
43712 +#
43713 +# Pseudo filesystems
43714 +#
43715 +CONFIG_PROC_FS=y
43716 +# CONFIG_PROC_KCORE is not set
43717 +CONFIG_PROC_SYSCTL=y
43718 +CONFIG_SYSFS=y
43719 +CONFIG_TMPFS=y
43720 +# CONFIG_TMPFS_POSIX_ACL is not set
43721 +# CONFIG_HUGETLB_PAGE is not set
43722 +# CONFIG_CONFIGFS_FS is not set
43723 +
43724 +#
43725 +# Miscellaneous filesystems
43726 +#
43727 +# CONFIG_ADFS_FS is not set
43728 +# CONFIG_AFFS_FS is not set
43729 +# CONFIG_HFS_FS is not set
43730 +# CONFIG_HFSPLUS_FS is not set
43731 +# CONFIG_BEFS_FS is not set
43732 +# CONFIG_BFS_FS is not set
43733 +# CONFIG_EFS_FS is not set
43734 +CONFIG_CRAMFS=m
43735 +# CONFIG_VXFS_FS is not set
43736 +# CONFIG_MINIX_FS is not set
43737 +# CONFIG_HPFS_FS is not set
43738 +# CONFIG_QNX4FS_FS is not set
43739 +# CONFIG_ROMFS_FS is not set
43740 +# CONFIG_SYSV_FS is not set
43741 +# CONFIG_UFS_FS is not set
43742 +CONFIG_NETWORK_FILESYSTEMS=y
43743 +CONFIG_NFS_FS=y
43744 +CONFIG_NFS_V3=y
43745 +# CONFIG_NFS_V3_ACL is not set
43746 +# CONFIG_NFS_V4 is not set
43747 +# CONFIG_NFS_DIRECTIO is not set
43748 +# CONFIG_NFSD is not set
43749 +CONFIG_ROOT_NFS=y
43750 +CONFIG_LOCKD=y
43751 +CONFIG_LOCKD_V4=y
43752 +CONFIG_NFS_COMMON=y
43753 +CONFIG_SUNRPC=y
43754 +# CONFIG_SUNRPC_BIND34 is not set
43755 +# CONFIG_RPCSEC_GSS_KRB5 is not set
43756 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
43757 +CONFIG_SMB_FS=m
43758 +# CONFIG_SMB_NLS_DEFAULT is not set
43759 +# CONFIG_CIFS is not set
43760 +# CONFIG_NCP_FS is not set
43761 +# CONFIG_CODA_FS is not set
43762 +# CONFIG_AFS_FS is not set
43763 +
43764 +#
43765 +# Partition Types
43766 +#
43767 +# CONFIG_PARTITION_ADVANCED is not set
43768 +CONFIG_MSDOS_PARTITION=y
43769 +CONFIG_NLS=y
43770 +CONFIG_NLS_DEFAULT="iso8859-1"
43771 +# CONFIG_NLS_CODEPAGE_437 is not set
43772 +# CONFIG_NLS_CODEPAGE_737 is not set
43773 +# CONFIG_NLS_CODEPAGE_775 is not set
43774 +# CONFIG_NLS_CODEPAGE_850 is not set
43775 +# CONFIG_NLS_CODEPAGE_852 is not set
43776 +# CONFIG_NLS_CODEPAGE_855 is not set
43777 +# CONFIG_NLS_CODEPAGE_857 is not set
43778 +# CONFIG_NLS_CODEPAGE_860 is not set
43779 +# CONFIG_NLS_CODEPAGE_861 is not set
43780 +# CONFIG_NLS_CODEPAGE_862 is not set
43781 +# CONFIG_NLS_CODEPAGE_863 is not set
43782 +# CONFIG_NLS_CODEPAGE_864 is not set
43783 +# CONFIG_NLS_CODEPAGE_865 is not set
43784 +# CONFIG_NLS_CODEPAGE_866 is not set
43785 +# CONFIG_NLS_CODEPAGE_869 is not set
43786 +# CONFIG_NLS_CODEPAGE_936 is not set
43787 +# CONFIG_NLS_CODEPAGE_950 is not set
43788 +# CONFIG_NLS_CODEPAGE_932 is not set
43789 +# CONFIG_NLS_CODEPAGE_949 is not set
43790 +# CONFIG_NLS_CODEPAGE_874 is not set
43791 +# CONFIG_NLS_ISO8859_8 is not set
43792 +# CONFIG_NLS_CODEPAGE_1250 is not set
43793 +# CONFIG_NLS_CODEPAGE_1251 is not set
43794 +# CONFIG_NLS_ASCII is not set
43795 +# CONFIG_NLS_ISO8859_1 is not set
43796 +# CONFIG_NLS_ISO8859_2 is not set
43797 +# CONFIG_NLS_ISO8859_3 is not set
43798 +# CONFIG_NLS_ISO8859_4 is not set
43799 +# CONFIG_NLS_ISO8859_5 is not set
43800 +# CONFIG_NLS_ISO8859_6 is not set
43801 +# CONFIG_NLS_ISO8859_7 is not set
43802 +# CONFIG_NLS_ISO8859_9 is not set
43803 +# CONFIG_NLS_ISO8859_13 is not set
43804 +# CONFIG_NLS_ISO8859_14 is not set
43805 +# CONFIG_NLS_ISO8859_15 is not set
43806 +# CONFIG_NLS_KOI8_R is not set
43807 +# CONFIG_NLS_KOI8_U is not set
43808 +# CONFIG_NLS_UTF8 is not set
43809 +# CONFIG_DLM is not set
43810 +
43811 +#
43812 +# Library routines
43813 +#
43814 +CONFIG_BITREVERSE=y
43815 +CONFIG_CRC_CCITT=y
43816 +# CONFIG_CRC16 is not set
43817 +# CONFIG_CRC_ITU_T is not set
43818 +CONFIG_CRC32=y
43819 +# CONFIG_CRC7 is not set
43820 +# CONFIG_LIBCRC32C is not set
43821 +CONFIG_ZLIB_INFLATE=m
43822 +CONFIG_PLIST=y
43823 +CONFIG_HAS_IOMEM=y
43824 +CONFIG_HAS_IOPORT=y
43825 +CONFIG_HAS_DMA=y
43826 +
43827 +#
43828 +# Kernel hacking
43829 +#
43830 +# CONFIG_PRINTK_TIME is not set
43831 +CONFIG_ENABLE_WARN_DEPRECATED=y
43832 +CONFIG_ENABLE_MUST_CHECK=y
43833 +# CONFIG_MAGIC_SYSRQ is not set
43834 +# CONFIG_UNUSED_SYMBOLS is not set
43835 +# CONFIG_DEBUG_FS is not set
43836 +# CONFIG_HEADERS_CHECK is not set
43837 +CONFIG_DEBUG_KERNEL=y
43838 +# CONFIG_DEBUG_SHIRQ is not set
43839 +CONFIG_DETECT_SOFTLOCKUP=y
43840 +CONFIG_SCHED_DEBUG=y
43841 +# CONFIG_SCHEDSTATS is not set
43842 +# CONFIG_TIMER_STATS is not set
43843 +# CONFIG_SLUB_DEBUG_ON is not set
43844 +# CONFIG_SLUB_STATS is not set
43845 +# CONFIG_DEBUG_RT_MUTEXES is not set
43846 +# CONFIG_RT_MUTEX_TESTER is not set
43847 +# CONFIG_DEBUG_SPINLOCK is not set
43848 +# CONFIG_DEBUG_MUTEXES is not set
43849 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
43850 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
43851 +# CONFIG_DEBUG_KOBJECT is not set
43852 +# CONFIG_DEBUG_HIGHMEM is not set
43853 +# CONFIG_DEBUG_BUGVERBOSE is not set
43854 +# CONFIG_DEBUG_INFO is not set
43855 +# CONFIG_DEBUG_VM is not set
43856 +# CONFIG_DEBUG_LIST is not set
43857 +# CONFIG_DEBUG_SG is not set
43858 +# CONFIG_BOOT_PRINTK_DELAY is not set
43859 +# CONFIG_RCU_TORTURE_TEST is not set
43860 +# CONFIG_BACKTRACE_SELF_TEST is not set
43861 +# CONFIG_FAULT_INJECTION is not set
43862 +# CONFIG_SAMPLES is not set
43863 +# CONFIG_DEBUG_STACKOVERFLOW is not set
43864 +# CONFIG_DEBUG_STACK_USAGE is not set
43865 +# CONFIG_DEBUG_PAGEALLOC is not set
43866 +# CONFIG_DEBUGGER is not set
43867 +# CONFIG_KGDB_CONSOLE is not set
43868 +CONFIG_BDI_SWITCH=y
43869 +# CONFIG_PPC_EARLY_DEBUG is not set
43870 +
43871 +#
43872 +# Security options
43873 +#
43874 +# CONFIG_KEYS is not set
43875 +# CONFIG_SECURITY is not set
43876 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
43877 +CONFIG_CRYPTO=y
43878 +# CONFIG_CRYPTO_SEQIV is not set
43879 +# CONFIG_CRYPTO_MANAGER is not set
43880 +# CONFIG_CRYPTO_HMAC is not set
43881 +# CONFIG_CRYPTO_XCBC is not set
43882 +# CONFIG_CRYPTO_NULL is not set
43883 +# CONFIG_CRYPTO_MD4 is not set
43884 +# CONFIG_CRYPTO_MD5 is not set
43885 +# CONFIG_CRYPTO_SHA1 is not set
43886 +# CONFIG_CRYPTO_SHA256 is not set
43887 +# CONFIG_CRYPTO_SHA512 is not set
43888 +# CONFIG_CRYPTO_WP512 is not set
43889 +# CONFIG_CRYPTO_TGR192 is not set
43890 +# CONFIG_CRYPTO_GF128MUL is not set
43891 +# CONFIG_CRYPTO_ECB is not set
43892 +# CONFIG_CRYPTO_CBC is not set
43893 +# CONFIG_CRYPTO_PCBC is not set
43894 +# CONFIG_CRYPTO_LRW is not set
43895 +# CONFIG_CRYPTO_XTS is not set
43896 +# CONFIG_CRYPTO_CTR is not set
43897 +# CONFIG_CRYPTO_GCM is not set
43898 +# CONFIG_CRYPTO_CCM is not set
43899 +# CONFIG_CRYPTO_CRYPTD is not set
43900 +# CONFIG_CRYPTO_DES is not set
43901 +# CONFIG_CRYPTO_FCRYPT is not set
43902 +# CONFIG_CRYPTO_BLOWFISH is not set
43903 +# CONFIG_CRYPTO_TWOFISH is not set
43904 +# CONFIG_CRYPTO_SERPENT is not set
43905 +# CONFIG_CRYPTO_AES is not set
43906 +# CONFIG_CRYPTO_CAST5 is not set
43907 +# CONFIG_CRYPTO_CAST6 is not set
43908 +# CONFIG_CRYPTO_TEA is not set
43909 +# CONFIG_CRYPTO_ARC4 is not set
43910 +# CONFIG_CRYPTO_KHAZAD is not set
43911 +# CONFIG_CRYPTO_ANUBIS is not set
43912 +# CONFIG_CRYPTO_SEED is not set
43913 +# CONFIG_CRYPTO_SALSA20 is not set
43914 +# CONFIG_CRYPTO_DEFLATE is not set
43915 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
43916 +# CONFIG_CRYPTO_CRC32C is not set
43917 +# CONFIG_CRYPTO_CAMELLIA is not set
43918 +# CONFIG_CRYPTO_TEST is not set
43919 +# CONFIG_CRYPTO_AUTHENC is not set
43920 +# CONFIG_CRYPTO_LZO is not set
43921 +CONFIG_CRYPTO_HW=y
43922 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
43923 +# CONFIG_PPC_CLOCK is not set
43924 +CONFIG_PPC_LIB_RHEAP=y
43925 --- /dev/null
43926 +++ b/arch/powerpc/configs/85xx/tqm8540_defconfig
43927 @@ -0,0 +1,1097 @@
43928 +#
43929 +# Automatically generated make config: don't edit
43930 +# Linux kernel version: 2.6.25-rc6
43931 +# Mon Mar 24 08:48:43 2008
43932 +#
43933 +# CONFIG_PPC64 is not set
43934 +
43935 +#
43936 +# Processor support
43937 +#
43938 +# CONFIG_6xx is not set
43939 +CONFIG_PPC_85xx=y
43940 +# CONFIG_PPC_8xx is not set
43941 +# CONFIG_40x is not set
43942 +# CONFIG_44x is not set
43943 +# CONFIG_E200 is not set
43944 +CONFIG_E500=y
43945 +CONFIG_BOOKE=y
43946 +CONFIG_FSL_BOOKE=y
43947 +CONFIG_FSL_EMB_PERFMON=y
43948 +# CONFIG_PHYS_64BIT is not set
43949 +CONFIG_SPE=y
43950 +# CONFIG_PPC_MM_SLICES is not set
43951 +CONFIG_PPC32=y
43952 +CONFIG_WORD_SIZE=32
43953 +CONFIG_PPC_MERGE=y
43954 +CONFIG_MMU=y
43955 +CONFIG_GENERIC_CMOS_UPDATE=y
43956 +CONFIG_GENERIC_TIME=y
43957 +CONFIG_GENERIC_TIME_VSYSCALL=y
43958 +CONFIG_GENERIC_CLOCKEVENTS=y
43959 +CONFIG_GENERIC_HARDIRQS=y
43960 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
43961 +CONFIG_IRQ_PER_CPU=y
43962 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
43963 +CONFIG_ARCH_HAS_ILOG2_U32=y
43964 +CONFIG_GENERIC_HWEIGHT=y
43965 +CONFIG_GENERIC_CALIBRATE_DELAY=y
43966 +CONFIG_GENERIC_FIND_NEXT_BIT=y
43967 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
43968 +CONFIG_PPC=y
43969 +CONFIG_EARLY_PRINTK=y
43970 +CONFIG_GENERIC_NVRAM=y
43971 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
43972 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
43973 +CONFIG_PPC_OF=y
43974 +CONFIG_OF=y
43975 +CONFIG_PPC_UDBG_16550=y
43976 +# CONFIG_GENERIC_TBSYNC is not set
43977 +CONFIG_AUDIT_ARCH=y
43978 +CONFIG_GENERIC_BUG=y
43979 +CONFIG_DEFAULT_UIMAGE=y
43980 +# CONFIG_PPC_DCR_NATIVE is not set
43981 +# CONFIG_PPC_DCR_MMIO is not set
43982 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
43983 +
43984 +#
43985 +# General setup
43986 +#
43987 +CONFIG_EXPERIMENTAL=y
43988 +CONFIG_BROKEN_ON_SMP=y
43989 +CONFIG_INIT_ENV_ARG_LIMIT=32
43990 +CONFIG_LOCALVERSION=""
43991 +CONFIG_LOCALVERSION_AUTO=y
43992 +CONFIG_SWAP=y
43993 +CONFIG_SYSVIPC=y
43994 +CONFIG_SYSVIPC_SYSCTL=y
43995 +# CONFIG_POSIX_MQUEUE is not set
43996 +# CONFIG_BSD_PROCESS_ACCT is not set
43997 +# CONFIG_TASKSTATS is not set
43998 +# CONFIG_AUDIT is not set
43999 +# CONFIG_IKCONFIG is not set
44000 +CONFIG_LOG_BUF_SHIFT=14
44001 +# CONFIG_CGROUPS is not set
44002 +CONFIG_GROUP_SCHED=y
44003 +CONFIG_FAIR_GROUP_SCHED=y
44004 +# CONFIG_RT_GROUP_SCHED is not set
44005 +CONFIG_USER_SCHED=y
44006 +# CONFIG_CGROUP_SCHED is not set
44007 +CONFIG_SYSFS_DEPRECATED=y
44008 +CONFIG_SYSFS_DEPRECATED_V2=y
44009 +# CONFIG_RELAY is not set
44010 +# CONFIG_NAMESPACES is not set
44011 +CONFIG_BLK_DEV_INITRD=y
44012 +CONFIG_INITRAMFS_SOURCE=""
44013 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
44014 +CONFIG_SYSCTL=y
44015 +CONFIG_EMBEDDED=y
44016 +CONFIG_SYSCTL_SYSCALL=y
44017 +# CONFIG_KALLSYMS is not set
44018 +# CONFIG_HOTPLUG is not set
44019 +CONFIG_PRINTK=y
44020 +CONFIG_BUG=y
44021 +CONFIG_ELF_CORE=y
44022 +CONFIG_COMPAT_BRK=y
44023 +CONFIG_BASE_FULL=y
44024 +CONFIG_FUTEX=y
44025 +CONFIG_ANON_INODES=y
44026 +# CONFIG_EPOLL is not set
44027 +CONFIG_SIGNALFD=y
44028 +CONFIG_TIMERFD=y
44029 +CONFIG_EVENTFD=y
44030 +CONFIG_SHMEM=y
44031 +CONFIG_VM_EVENT_COUNTERS=y
44032 +CONFIG_SLUB_DEBUG=y
44033 +# CONFIG_SLAB is not set
44034 +CONFIG_SLUB=y
44035 +# CONFIG_SLOB is not set
44036 +# CONFIG_PROFILING is not set
44037 +# CONFIG_MARKERS is not set
44038 +CONFIG_HAVE_OPROFILE=y
44039 +CONFIG_HAVE_KPROBES=y
44040 +CONFIG_HAVE_KRETPROBES=y
44041 +CONFIG_PROC_PAGE_MONITOR=y
44042 +CONFIG_SLABINFO=y
44043 +CONFIG_RT_MUTEXES=y
44044 +# CONFIG_TINY_SHMEM is not set
44045 +CONFIG_BASE_SMALL=0
44046 +# CONFIG_MODULES is not set
44047 +CONFIG_BLOCK=y
44048 +# CONFIG_LBD is not set
44049 +# CONFIG_BLK_DEV_IO_TRACE is not set
44050 +# CONFIG_LSF is not set
44051 +# CONFIG_BLK_DEV_BSG is not set
44052 +
44053 +#
44054 +# IO Schedulers
44055 +#
44056 +CONFIG_IOSCHED_NOOP=y
44057 +CONFIG_IOSCHED_AS=y
44058 +CONFIG_IOSCHED_DEADLINE=y
44059 +CONFIG_IOSCHED_CFQ=y
44060 +CONFIG_DEFAULT_AS=y
44061 +# CONFIG_DEFAULT_DEADLINE is not set
44062 +# CONFIG_DEFAULT_CFQ is not set
44063 +# CONFIG_DEFAULT_NOOP is not set
44064 +CONFIG_DEFAULT_IOSCHED="anticipatory"
44065 +CONFIG_CLASSIC_RCU=y
44066 +
44067 +#
44068 +# Platform support
44069 +#
44070 +# CONFIG_PPC_MPC512x is not set
44071 +# CONFIG_PPC_MPC5121 is not set
44072 +# CONFIG_PPC_CELL is not set
44073 +# CONFIG_PPC_CELL_NATIVE is not set
44074 +# CONFIG_PQ2ADS is not set
44075 +CONFIG_MPC85xx=y
44076 +# CONFIG_MPC8540_ADS is not set
44077 +# CONFIG_MPC8560_ADS is not set
44078 +# CONFIG_MPC85xx_CDS is not set
44079 +# CONFIG_MPC85xx_MDS is not set
44080 +# CONFIG_MPC85xx_DS is not set
44081 +# CONFIG_STX_GP3 is not set
44082 +CONFIG_TQM8540=y
44083 +# CONFIG_TQM8541 is not set
44084 +# CONFIG_TQM8555 is not set
44085 +# CONFIG_TQM8560 is not set
44086 +# CONFIG_SBC8548 is not set
44087 +# CONFIG_SBC8560 is not set
44088 +CONFIG_TQM85xx=y
44089 +# CONFIG_IPIC is not set
44090 +CONFIG_MPIC=y
44091 +# CONFIG_MPIC_WEIRD is not set
44092 +# CONFIG_PPC_I8259 is not set
44093 +# CONFIG_PPC_RTAS is not set
44094 +# CONFIG_MMIO_NVRAM is not set
44095 +# CONFIG_PPC_MPC106 is not set
44096 +# CONFIG_PPC_970_NAP is not set
44097 +# CONFIG_PPC_INDIRECT_IO is not set
44098 +# CONFIG_GENERIC_IOMAP is not set
44099 +# CONFIG_CPU_FREQ is not set
44100 +# CONFIG_CPM2 is not set
44101 +CONFIG_PPC_CPM_NEW_BINDING=y
44102 +# CONFIG_FSL_ULI1575 is not set
44103 +
44104 +#
44105 +# Kernel options
44106 +#
44107 +# CONFIG_HIGHMEM is not set
44108 +# CONFIG_TICK_ONESHOT is not set
44109 +# CONFIG_NO_HZ is not set
44110 +# CONFIG_HIGH_RES_TIMERS is not set
44111 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
44112 +# CONFIG_HZ_100 is not set
44113 +CONFIG_HZ_250=y
44114 +# CONFIG_HZ_300 is not set
44115 +# CONFIG_HZ_1000 is not set
44116 +CONFIG_HZ=250
44117 +# CONFIG_SCHED_HRTICK is not set
44118 +CONFIG_PREEMPT_NONE=y
44119 +# CONFIG_PREEMPT_VOLUNTARY is not set
44120 +# CONFIG_PREEMPT is not set
44121 +CONFIG_BINFMT_ELF=y
44122 +# CONFIG_BINFMT_MISC is not set
44123 +CONFIG_MATH_EMULATION=y
44124 +# CONFIG_IOMMU_HELPER is not set
44125 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
44126 +CONFIG_ARCH_HAS_WALK_MEMORY=y
44127 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
44128 +CONFIG_ARCH_FLATMEM_ENABLE=y
44129 +CONFIG_ARCH_POPULATES_NODE_MAP=y
44130 +CONFIG_SELECT_MEMORY_MODEL=y
44131 +CONFIG_FLATMEM_MANUAL=y
44132 +# CONFIG_DISCONTIGMEM_MANUAL is not set
44133 +# CONFIG_SPARSEMEM_MANUAL is not set
44134 +CONFIG_FLATMEM=y
44135 +CONFIG_FLAT_NODE_MEM_MAP=y
44136 +# CONFIG_SPARSEMEM_STATIC is not set
44137 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
44138 +CONFIG_SPLIT_PTLOCK_CPUS=4
44139 +# CONFIG_RESOURCES_64BIT is not set
44140 +CONFIG_ZONE_DMA_FLAG=1
44141 +CONFIG_BOUNCE=y
44142 +CONFIG_VIRT_TO_BUS=y
44143 +# CONFIG_PROC_DEVICETREE is not set
44144 +# CONFIG_CMDLINE_BOOL is not set
44145 +# CONFIG_PM is not set
44146 +CONFIG_SECCOMP=y
44147 +CONFIG_ISA_DMA_API=y
44148 +
44149 +#
44150 +# Bus options
44151 +#
44152 +CONFIG_ZONE_DMA=y
44153 +CONFIG_PPC_INDIRECT_PCI=y
44154 +CONFIG_FSL_SOC=y
44155 +CONFIG_FSL_PCI=y
44156 +CONFIG_PCI=y
44157 +CONFIG_PCI_DOMAINS=y
44158 +CONFIG_PCI_SYSCALL=y
44159 +# CONFIG_PCIEPORTBUS is not set
44160 +CONFIG_ARCH_SUPPORTS_MSI=y
44161 +# CONFIG_PCI_MSI is not set
44162 +CONFIG_PCI_LEGACY=y
44163 +
44164 +#
44165 +# Advanced setup
44166 +#
44167 +# CONFIG_ADVANCED_OPTIONS is not set
44168 +
44169 +#
44170 +# Default settings for advanced configuration options are used
44171 +#
44172 +CONFIG_HIGHMEM_START=0xfe000000
44173 +CONFIG_LOWMEM_SIZE=0x30000000
44174 +CONFIG_KERNEL_START=0xc0000000
44175 +CONFIG_TASK_SIZE=0xc0000000
44176 +CONFIG_BOOT_LOAD=0x00800000
44177 +
44178 +#
44179 +# Networking
44180 +#
44181 +CONFIG_NET=y
44182 +
44183 +#
44184 +# Networking options
44185 +#
44186 +CONFIG_PACKET=y
44187 +# CONFIG_PACKET_MMAP is not set
44188 +CONFIG_UNIX=y
44189 +CONFIG_XFRM=y
44190 +# CONFIG_XFRM_USER is not set
44191 +# CONFIG_XFRM_SUB_POLICY is not set
44192 +# CONFIG_XFRM_MIGRATE is not set
44193 +# CONFIG_XFRM_STATISTICS is not set
44194 +# CONFIG_NET_KEY is not set
44195 +CONFIG_INET=y
44196 +CONFIG_IP_MULTICAST=y
44197 +# CONFIG_IP_ADVANCED_ROUTER is not set
44198 +CONFIG_IP_FIB_HASH=y
44199 +CONFIG_IP_PNP=y
44200 +CONFIG_IP_PNP_DHCP=y
44201 +CONFIG_IP_PNP_BOOTP=y
44202 +# CONFIG_IP_PNP_RARP is not set
44203 +# CONFIG_NET_IPIP is not set
44204 +# CONFIG_NET_IPGRE is not set
44205 +# CONFIG_IP_MROUTE is not set
44206 +# CONFIG_ARPD is not set
44207 +CONFIG_SYN_COOKIES=y
44208 +# CONFIG_INET_AH is not set
44209 +# CONFIG_INET_ESP is not set
44210 +# CONFIG_INET_IPCOMP is not set
44211 +# CONFIG_INET_XFRM_TUNNEL is not set
44212 +# CONFIG_INET_TUNNEL is not set
44213 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
44214 +CONFIG_INET_XFRM_MODE_TUNNEL=y
44215 +CONFIG_INET_XFRM_MODE_BEET=y
44216 +# CONFIG_INET_LRO is not set
44217 +CONFIG_INET_DIAG=y
44218 +CONFIG_INET_TCP_DIAG=y
44219 +# CONFIG_TCP_CONG_ADVANCED is not set
44220 +CONFIG_TCP_CONG_CUBIC=y
44221 +CONFIG_DEFAULT_TCP_CONG="cubic"
44222 +# CONFIG_TCP_MD5SIG is not set
44223 +# CONFIG_IPV6 is not set
44224 +# CONFIG_INET6_XFRM_TUNNEL is not set
44225 +# CONFIG_INET6_TUNNEL is not set
44226 +# CONFIG_NETWORK_SECMARK is not set
44227 +# CONFIG_NETFILTER is not set
44228 +# CONFIG_IP_DCCP is not set
44229 +# CONFIG_IP_SCTP is not set
44230 +# CONFIG_TIPC is not set
44231 +# CONFIG_ATM is not set
44232 +# CONFIG_BRIDGE is not set
44233 +# CONFIG_VLAN_8021Q is not set
44234 +# CONFIG_DECNET is not set
44235 +# CONFIG_LLC2 is not set
44236 +# CONFIG_IPX is not set
44237 +# CONFIG_ATALK is not set
44238 +# CONFIG_X25 is not set
44239 +# CONFIG_LAPB is not set
44240 +# CONFIG_ECONET is not set
44241 +# CONFIG_WAN_ROUTER is not set
44242 +# CONFIG_NET_SCHED is not set
44243 +
44244 +#
44245 +# Network testing
44246 +#
44247 +# CONFIG_NET_PKTGEN is not set
44248 +# CONFIG_HAMRADIO is not set
44249 +# CONFIG_CAN is not set
44250 +# CONFIG_IRDA is not set
44251 +# CONFIG_BT is not set
44252 +# CONFIG_AF_RXRPC is not set
44253 +
44254 +#
44255 +# Wireless
44256 +#
44257 +# CONFIG_CFG80211 is not set
44258 +# CONFIG_WIRELESS_EXT is not set
44259 +# CONFIG_MAC80211 is not set
44260 +# CONFIG_IEEE80211 is not set
44261 +# CONFIG_RFKILL is not set
44262 +# CONFIG_NET_9P is not set
44263 +
44264 +#
44265 +# Device Drivers
44266 +#
44267 +
44268 +#
44269 +# Generic Driver Options
44270 +#
44271 +CONFIG_STANDALONE=y
44272 +CONFIG_PREVENT_FIRMWARE_BUILD=y
44273 +# CONFIG_SYS_HYPERVISOR is not set
44274 +# CONFIG_CONNECTOR is not set
44275 +CONFIG_MTD=y
44276 +# CONFIG_MTD_DEBUG is not set
44277 +CONFIG_MTD_CONCAT=y
44278 +CONFIG_MTD_PARTITIONS=y
44279 +# CONFIG_MTD_REDBOOT_PARTS is not set
44280 +CONFIG_MTD_CMDLINE_PARTS=y
44281 +# CONFIG_MTD_OF_PARTS is not set
44282 +
44283 +#
44284 +# User Modules And Translation Layers
44285 +#
44286 +CONFIG_MTD_CHAR=y
44287 +CONFIG_MTD_BLKDEVS=y
44288 +CONFIG_MTD_BLOCK=y
44289 +# CONFIG_FTL is not set
44290 +# CONFIG_NFTL is not set
44291 +# CONFIG_INFTL is not set
44292 +# CONFIG_RFD_FTL is not set
44293 +# CONFIG_SSFDC is not set
44294 +# CONFIG_MTD_OOPS is not set
44295 +
44296 +#
44297 +# RAM/ROM/Flash chip drivers
44298 +#
44299 +CONFIG_MTD_CFI=y
44300 +# CONFIG_MTD_JEDECPROBE is not set
44301 +CONFIG_MTD_GEN_PROBE=y
44302 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
44303 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
44304 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
44305 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
44306 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
44307 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
44308 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
44309 +CONFIG_MTD_CFI_I1=y
44310 +CONFIG_MTD_CFI_I2=y
44311 +# CONFIG_MTD_CFI_I4 is not set
44312 +# CONFIG_MTD_CFI_I8 is not set
44313 +# CONFIG_MTD_CFI_INTELEXT is not set
44314 +CONFIG_MTD_CFI_AMDSTD=y
44315 +# CONFIG_MTD_CFI_STAA is not set
44316 +CONFIG_MTD_CFI_UTIL=y
44317 +# CONFIG_MTD_RAM is not set
44318 +# CONFIG_MTD_ROM is not set
44319 +# CONFIG_MTD_ABSENT is not set
44320 +
44321 +#
44322 +# Mapping drivers for chip access
44323 +#
44324 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
44325 +# CONFIG_MTD_PHYSMAP is not set
44326 +# CONFIG_MTD_PHYSMAP_OF is not set
44327 +# CONFIG_MTD_INTEL_VR_NOR is not set
44328 +# CONFIG_MTD_PLATRAM is not set
44329 +
44330 +#
44331 +# Self-contained MTD device drivers
44332 +#
44333 +# CONFIG_MTD_PMC551 is not set
44334 +# CONFIG_MTD_SLRAM is not set
44335 +# CONFIG_MTD_PHRAM is not set
44336 +# CONFIG_MTD_MTDRAM is not set
44337 +# CONFIG_MTD_BLOCK2MTD is not set
44338 +
44339 +#
44340 +# Disk-On-Chip Device Drivers
44341 +#
44342 +# CONFIG_MTD_DOC2000 is not set
44343 +# CONFIG_MTD_DOC2001 is not set
44344 +# CONFIG_MTD_DOC2001PLUS is not set
44345 +# CONFIG_MTD_NAND is not set
44346 +# CONFIG_MTD_ONENAND is not set
44347 +
44348 +#
44349 +# UBI - Unsorted block images
44350 +#
44351 +# CONFIG_MTD_UBI is not set
44352 +CONFIG_OF_DEVICE=y
44353 +# CONFIG_PARPORT is not set
44354 +CONFIG_BLK_DEV=y
44355 +# CONFIG_BLK_DEV_FD is not set
44356 +# CONFIG_BLK_CPQ_DA is not set
44357 +# CONFIG_BLK_CPQ_CISS_DA is not set
44358 +# CONFIG_BLK_DEV_DAC960 is not set
44359 +# CONFIG_BLK_DEV_UMEM is not set
44360 +# CONFIG_BLK_DEV_COW_COMMON is not set
44361 +CONFIG_BLK_DEV_LOOP=y
44362 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
44363 +# CONFIG_BLK_DEV_NBD is not set
44364 +# CONFIG_BLK_DEV_SX8 is not set
44365 +CONFIG_BLK_DEV_RAM=y
44366 +CONFIG_BLK_DEV_RAM_COUNT=16
44367 +CONFIG_BLK_DEV_RAM_SIZE=32768
44368 +# CONFIG_BLK_DEV_XIP is not set
44369 +# CONFIG_CDROM_PKTCDVD is not set
44370 +# CONFIG_ATA_OVER_ETH is not set
44371 +CONFIG_MISC_DEVICES=y
44372 +# CONFIG_PHANTOM is not set
44373 +# CONFIG_EEPROM_93CX6 is not set
44374 +# CONFIG_SGI_IOC4 is not set
44375 +# CONFIG_TIFM_CORE is not set
44376 +# CONFIG_ENCLOSURE_SERVICES is not set
44377 +CONFIG_HAVE_IDE=y
44378 +CONFIG_IDE=y
44379 +CONFIG_IDE_MAX_HWIFS=4
44380 +CONFIG_BLK_DEV_IDE=y
44381 +
44382 +#
44383 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
44384 +#
44385 +# CONFIG_BLK_DEV_IDE_SATA is not set
44386 +CONFIG_BLK_DEV_IDEDISK=y
44387 +# CONFIG_IDEDISK_MULTI_MODE is not set
44388 +# CONFIG_BLK_DEV_IDECD is not set
44389 +# CONFIG_BLK_DEV_IDETAPE is not set
44390 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
44391 +# CONFIG_IDE_TASK_IOCTL is not set
44392 +CONFIG_IDE_PROC_FS=y
44393 +
44394 +#
44395 +# IDE chipset support/bugfixes
44396 +#
44397 +CONFIG_IDE_GENERIC=y
44398 +# CONFIG_BLK_DEV_PLATFORM is not set
44399 +CONFIG_BLK_DEV_IDEDMA_SFF=y
44400 +
44401 +#
44402 +# PCI IDE chipsets support
44403 +#
44404 +CONFIG_BLK_DEV_IDEPCI=y
44405 +CONFIG_IDEPCI_PCIBUS_ORDER=y
44406 +# CONFIG_BLK_DEV_OFFBOARD is not set
44407 +CONFIG_BLK_DEV_GENERIC=y
44408 +# CONFIG_BLK_DEV_OPTI621 is not set
44409 +CONFIG_BLK_DEV_IDEDMA_PCI=y
44410 +# CONFIG_BLK_DEV_AEC62XX is not set
44411 +# CONFIG_BLK_DEV_ALI15X3 is not set
44412 +# CONFIG_BLK_DEV_AMD74XX is not set
44413 +# CONFIG_BLK_DEV_CMD64X is not set
44414 +# CONFIG_BLK_DEV_TRIFLEX is not set
44415 +# CONFIG_BLK_DEV_CY82C693 is not set
44416 +# CONFIG_BLK_DEV_CS5520 is not set
44417 +# CONFIG_BLK_DEV_CS5530 is not set
44418 +# CONFIG_BLK_DEV_HPT34X is not set
44419 +# CONFIG_BLK_DEV_HPT366 is not set
44420 +# CONFIG_BLK_DEV_JMICRON is not set
44421 +# CONFIG_BLK_DEV_SC1200 is not set
44422 +# CONFIG_BLK_DEV_PIIX is not set
44423 +# CONFIG_BLK_DEV_IT8213 is not set
44424 +# CONFIG_BLK_DEV_IT821X is not set
44425 +# CONFIG_BLK_DEV_NS87415 is not set
44426 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
44427 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
44428 +# CONFIG_BLK_DEV_SVWKS is not set
44429 +# CONFIG_BLK_DEV_SIIMAGE is not set
44430 +# CONFIG_BLK_DEV_SL82C105 is not set
44431 +# CONFIG_BLK_DEV_SLC90E66 is not set
44432 +# CONFIG_BLK_DEV_TRM290 is not set
44433 +CONFIG_BLK_DEV_VIA82CXXX=y
44434 +# CONFIG_BLK_DEV_TC86C001 is not set
44435 +CONFIG_BLK_DEV_IDEDMA=y
44436 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
44437 +# CONFIG_BLK_DEV_HD is not set
44438 +
44439 +#
44440 +# SCSI device support
44441 +#
44442 +# CONFIG_RAID_ATTRS is not set
44443 +# CONFIG_SCSI is not set
44444 +# CONFIG_SCSI_DMA is not set
44445 +# CONFIG_SCSI_NETLINK is not set
44446 +# CONFIG_ATA is not set
44447 +# CONFIG_MD is not set
44448 +# CONFIG_FUSION is not set
44449 +
44450 +#
44451 +# IEEE 1394 (FireWire) support
44452 +#
44453 +# CONFIG_FIREWIRE is not set
44454 +# CONFIG_IEEE1394 is not set
44455 +# CONFIG_I2O is not set
44456 +# CONFIG_MACINTOSH_DRIVERS is not set
44457 +CONFIG_NETDEVICES=y
44458 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
44459 +# CONFIG_DUMMY is not set
44460 +# CONFIG_BONDING is not set
44461 +# CONFIG_MACVLAN is not set
44462 +# CONFIG_EQUALIZER is not set
44463 +# CONFIG_TUN is not set
44464 +# CONFIG_VETH is not set
44465 +# CONFIG_ARCNET is not set
44466 +CONFIG_PHYLIB=y
44467 +
44468 +#
44469 +# MII PHY device drivers
44470 +#
44471 +# CONFIG_MARVELL_PHY is not set
44472 +# CONFIG_DAVICOM_PHY is not set
44473 +# CONFIG_QSEMI_PHY is not set
44474 +# CONFIG_LXT_PHY is not set
44475 +# CONFIG_CICADA_PHY is not set
44476 +# CONFIG_VITESSE_PHY is not set
44477 +# CONFIG_SMSC_PHY is not set
44478 +# CONFIG_BROADCOM_PHY is not set
44479 +# CONFIG_ICPLUS_PHY is not set
44480 +# CONFIG_REALTEK_PHY is not set
44481 +# CONFIG_FIXED_PHY is not set
44482 +# CONFIG_MDIO_BITBANG is not set
44483 +CONFIG_NET_ETHERNET=y
44484 +CONFIG_MII=y
44485 +# CONFIG_HAPPYMEAL is not set
44486 +# CONFIG_SUNGEM is not set
44487 +# CONFIG_CASSINI is not set
44488 +# CONFIG_NET_VENDOR_3COM is not set
44489 +# CONFIG_NET_TULIP is not set
44490 +# CONFIG_HP100 is not set
44491 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
44492 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
44493 +# CONFIG_IBM_NEW_EMAC_TAH is not set
44494 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
44495 +CONFIG_NET_PCI=y
44496 +# CONFIG_PCNET32 is not set
44497 +# CONFIG_AMD8111_ETH is not set
44498 +# CONFIG_ADAPTEC_STARFIRE is not set
44499 +# CONFIG_B44 is not set
44500 +# CONFIG_FORCEDETH is not set
44501 +# CONFIG_EEPRO100 is not set
44502 +CONFIG_E100=y
44503 +# CONFIG_FEALNX is not set
44504 +# CONFIG_NATSEMI is not set
44505 +# CONFIG_NE2K_PCI is not set
44506 +# CONFIG_8139CP is not set
44507 +# CONFIG_8139TOO is not set
44508 +# CONFIG_R6040 is not set
44509 +# CONFIG_SIS900 is not set
44510 +# CONFIG_EPIC100 is not set
44511 +# CONFIG_SUNDANCE is not set
44512 +# CONFIG_TLAN is not set
44513 +# CONFIG_VIA_RHINE is not set
44514 +# CONFIG_SC92031 is not set
44515 +CONFIG_NETDEV_1000=y
44516 +# CONFIG_ACENIC is not set
44517 +# CONFIG_DL2K is not set
44518 +# CONFIG_E1000 is not set
44519 +# CONFIG_E1000E is not set
44520 +# CONFIG_E1000E_ENABLED is not set
44521 +# CONFIG_IP1000 is not set
44522 +# CONFIG_IGB is not set
44523 +# CONFIG_NS83820 is not set
44524 +# CONFIG_HAMACHI is not set
44525 +# CONFIG_YELLOWFIN is not set
44526 +# CONFIG_R8169 is not set
44527 +# CONFIG_SIS190 is not set
44528 +# CONFIG_SKGE is not set
44529 +# CONFIG_SKY2 is not set
44530 +# CONFIG_SK98LIN is not set
44531 +# CONFIG_VIA_VELOCITY is not set
44532 +# CONFIG_TIGON3 is not set
44533 +# CONFIG_BNX2 is not set
44534 +CONFIG_GIANFAR=y
44535 +CONFIG_GFAR_NAPI=y
44536 +# CONFIG_QLA3XXX is not set
44537 +# CONFIG_ATL1 is not set
44538 +CONFIG_NETDEV_10000=y
44539 +# CONFIG_CHELSIO_T1 is not set
44540 +# CONFIG_CHELSIO_T3 is not set
44541 +# CONFIG_IXGBE is not set
44542 +# CONFIG_IXGB is not set
44543 +# CONFIG_S2IO is not set
44544 +# CONFIG_MYRI10GE is not set
44545 +# CONFIG_NETXEN_NIC is not set
44546 +# CONFIG_NIU is not set
44547 +# CONFIG_MLX4_CORE is not set
44548 +# CONFIG_TEHUTI is not set
44549 +# CONFIG_BNX2X is not set
44550 +# CONFIG_TR is not set
44551 +
44552 +#
44553 +# Wireless LAN
44554 +#
44555 +# CONFIG_WLAN_PRE80211 is not set
44556 +# CONFIG_WLAN_80211 is not set
44557 +# CONFIG_WAN is not set
44558 +# CONFIG_FDDI is not set
44559 +# CONFIG_HIPPI is not set
44560 +# CONFIG_PPP is not set
44561 +# CONFIG_SLIP is not set
44562 +# CONFIG_NETCONSOLE is not set
44563 +# CONFIG_NETPOLL is not set
44564 +# CONFIG_NET_POLL_CONTROLLER is not set
44565 +# CONFIG_ISDN is not set
44566 +# CONFIG_PHONE is not set
44567 +
44568 +#
44569 +# Input device support
44570 +#
44571 +CONFIG_INPUT=y
44572 +# CONFIG_INPUT_FF_MEMLESS is not set
44573 +# CONFIG_INPUT_POLLDEV is not set
44574 +
44575 +#
44576 +# Userland interfaces
44577 +#
44578 +# CONFIG_INPUT_MOUSEDEV is not set
44579 +# CONFIG_INPUT_JOYDEV is not set
44580 +# CONFIG_INPUT_EVDEV is not set
44581 +# CONFIG_INPUT_EVBUG is not set
44582 +
44583 +#
44584 +# Input Device Drivers
44585 +#
44586 +# CONFIG_INPUT_KEYBOARD is not set
44587 +# CONFIG_INPUT_MOUSE is not set
44588 +# CONFIG_INPUT_JOYSTICK is not set
44589 +# CONFIG_INPUT_TABLET is not set
44590 +# CONFIG_INPUT_TOUCHSCREEN is not set
44591 +# CONFIG_INPUT_MISC is not set
44592 +
44593 +#
44594 +# Hardware I/O ports
44595 +#
44596 +# CONFIG_SERIO is not set
44597 +# CONFIG_GAMEPORT is not set
44598 +
44599 +#
44600 +# Character devices
44601 +#
44602 +# CONFIG_VT is not set
44603 +# CONFIG_SERIAL_NONSTANDARD is not set
44604 +# CONFIG_NOZOMI is not set
44605 +
44606 +#
44607 +# Serial drivers
44608 +#
44609 +CONFIG_SERIAL_8250=y
44610 +CONFIG_SERIAL_8250_CONSOLE=y
44611 +CONFIG_SERIAL_8250_PCI=y
44612 +CONFIG_SERIAL_8250_NR_UARTS=4
44613 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
44614 +# CONFIG_SERIAL_8250_EXTENDED is not set
44615 +CONFIG_SERIAL_8250_SHARE_IRQ=y
44616 +
44617 +#
44618 +# Non-8250 serial port support
44619 +#
44620 +# CONFIG_SERIAL_UARTLITE is not set
44621 +CONFIG_SERIAL_CORE=y
44622 +CONFIG_SERIAL_CORE_CONSOLE=y
44623 +# CONFIG_SERIAL_JSM is not set
44624 +# CONFIG_SERIAL_OF_PLATFORM is not set
44625 +CONFIG_UNIX98_PTYS=y
44626 +CONFIG_LEGACY_PTYS=y
44627 +CONFIG_LEGACY_PTY_COUNT=256
44628 +# CONFIG_IPMI_HANDLER is not set
44629 +CONFIG_HW_RANDOM=y
44630 +# CONFIG_NVRAM is not set
44631 +CONFIG_GEN_RTC=y
44632 +# CONFIG_GEN_RTC_X is not set
44633 +# CONFIG_R3964 is not set
44634 +# CONFIG_APPLICOM is not set
44635 +# CONFIG_RAW_DRIVER is not set
44636 +# CONFIG_TCG_TPM is not set
44637 +CONFIG_DEVPORT=y
44638 +CONFIG_I2C=y
44639 +CONFIG_I2C_BOARDINFO=y
44640 +CONFIG_I2C_CHARDEV=y
44641 +
44642 +#
44643 +# I2C Algorithms
44644 +#
44645 +# CONFIG_I2C_ALGOBIT is not set
44646 +# CONFIG_I2C_ALGOPCF is not set
44647 +# CONFIG_I2C_ALGOPCA is not set
44648 +
44649 +#
44650 +# I2C Hardware Bus support
44651 +#
44652 +# CONFIG_I2C_ALI1535 is not set
44653 +# CONFIG_I2C_ALI1563 is not set
44654 +# CONFIG_I2C_ALI15X3 is not set
44655 +# CONFIG_I2C_AMD756 is not set
44656 +# CONFIG_I2C_AMD8111 is not set
44657 +# CONFIG_I2C_I801 is not set
44658 +# CONFIG_I2C_I810 is not set
44659 +# CONFIG_I2C_PIIX4 is not set
44660 +CONFIG_I2C_MPC=y
44661 +# CONFIG_I2C_NFORCE2 is not set
44662 +# CONFIG_I2C_OCORES is not set
44663 +# CONFIG_I2C_PARPORT_LIGHT is not set
44664 +# CONFIG_I2C_PROSAVAGE is not set
44665 +# CONFIG_I2C_SAVAGE4 is not set
44666 +# CONFIG_I2C_SIMTEC is not set
44667 +# CONFIG_I2C_SIS5595 is not set
44668 +# CONFIG_I2C_SIS630 is not set
44669 +# CONFIG_I2C_SIS96X is not set
44670 +# CONFIG_I2C_TAOS_EVM is not set
44671 +# CONFIG_I2C_VIA is not set
44672 +# CONFIG_I2C_VIAPRO is not set
44673 +# CONFIG_I2C_VOODOO3 is not set
44674 +
44675 +#
44676 +# Miscellaneous I2C Chip support
44677 +#
44678 +# CONFIG_DS1682 is not set
44679 +# CONFIG_SENSORS_EEPROM is not set
44680 +# CONFIG_SENSORS_PCF8574 is not set
44681 +# CONFIG_PCF8575 is not set
44682 +# CONFIG_SENSORS_PCF8591 is not set
44683 +# CONFIG_TPS65010 is not set
44684 +# CONFIG_SENSORS_MAX6875 is not set
44685 +# CONFIG_SENSORS_TSL2550 is not set
44686 +# CONFIG_I2C_DEBUG_CORE is not set
44687 +# CONFIG_I2C_DEBUG_ALGO is not set
44688 +# CONFIG_I2C_DEBUG_BUS is not set
44689 +# CONFIG_I2C_DEBUG_CHIP is not set
44690 +
44691 +#
44692 +# SPI support
44693 +#
44694 +# CONFIG_SPI is not set
44695 +# CONFIG_SPI_MASTER is not set
44696 +# CONFIG_W1 is not set
44697 +# CONFIG_POWER_SUPPLY is not set
44698 +CONFIG_HWMON=y
44699 +# CONFIG_HWMON_VID is not set
44700 +# CONFIG_SENSORS_AD7418 is not set
44701 +# CONFIG_SENSORS_ADM1021 is not set
44702 +# CONFIG_SENSORS_ADM1025 is not set
44703 +# CONFIG_SENSORS_ADM1026 is not set
44704 +# CONFIG_SENSORS_ADM1029 is not set
44705 +# CONFIG_SENSORS_ADM1031 is not set
44706 +# CONFIG_SENSORS_ADM9240 is not set
44707 +# CONFIG_SENSORS_ADT7470 is not set
44708 +# CONFIG_SENSORS_ADT7473 is not set
44709 +# CONFIG_SENSORS_ATXP1 is not set
44710 +# CONFIG_SENSORS_DS1621 is not set
44711 +# CONFIG_SENSORS_I5K_AMB is not set
44712 +# CONFIG_SENSORS_F71805F is not set
44713 +# CONFIG_SENSORS_F71882FG is not set
44714 +# CONFIG_SENSORS_F75375S is not set
44715 +# CONFIG_SENSORS_GL518SM is not set
44716 +# CONFIG_SENSORS_GL520SM is not set
44717 +# CONFIG_SENSORS_IT87 is not set
44718 +# CONFIG_SENSORS_LM63 is not set
44719 +CONFIG_SENSORS_LM75=y
44720 +# CONFIG_SENSORS_LM77 is not set
44721 +# CONFIG_SENSORS_LM78 is not set
44722 +# CONFIG_SENSORS_LM80 is not set
44723 +# CONFIG_SENSORS_LM83 is not set
44724 +# CONFIG_SENSORS_LM85 is not set
44725 +# CONFIG_SENSORS_LM87 is not set
44726 +# CONFIG_SENSORS_LM90 is not set
44727 +# CONFIG_SENSORS_LM92 is not set
44728 +# CONFIG_SENSORS_LM93 is not set
44729 +# CONFIG_SENSORS_MAX1619 is not set
44730 +# CONFIG_SENSORS_MAX6650 is not set
44731 +# CONFIG_SENSORS_PC87360 is not set
44732 +# CONFIG_SENSORS_PC87427 is not set
44733 +# CONFIG_SENSORS_SIS5595 is not set
44734 +# CONFIG_SENSORS_DME1737 is not set
44735 +# CONFIG_SENSORS_SMSC47M1 is not set
44736 +# CONFIG_SENSORS_SMSC47M192 is not set
44737 +# CONFIG_SENSORS_SMSC47B397 is not set
44738 +# CONFIG_SENSORS_ADS7828 is not set
44739 +# CONFIG_SENSORS_THMC50 is not set
44740 +# CONFIG_SENSORS_VIA686A is not set
44741 +# CONFIG_SENSORS_VT1211 is not set
44742 +# CONFIG_SENSORS_VT8231 is not set
44743 +# CONFIG_SENSORS_W83781D is not set
44744 +# CONFIG_SENSORS_W83791D is not set
44745 +# CONFIG_SENSORS_W83792D is not set
44746 +# CONFIG_SENSORS_W83793 is not set
44747 +# CONFIG_SENSORS_W83L785TS is not set
44748 +# CONFIG_SENSORS_W83L786NG is not set
44749 +# CONFIG_SENSORS_W83627HF is not set
44750 +# CONFIG_SENSORS_W83627EHF is not set
44751 +CONFIG_HWMON_DEBUG_CHIP=y
44752 +# CONFIG_THERMAL is not set
44753 +# CONFIG_WATCHDOG is not set
44754 +
44755 +#
44756 +# Sonics Silicon Backplane
44757 +#
44758 +CONFIG_SSB_POSSIBLE=y
44759 +# CONFIG_SSB is not set
44760 +
44761 +#
44762 +# Multifunction device drivers
44763 +#
44764 +# CONFIG_MFD_SM501 is not set
44765 +
44766 +#
44767 +# Multimedia devices
44768 +#
44769 +# CONFIG_VIDEO_DEV is not set
44770 +# CONFIG_DVB_CORE is not set
44771 +CONFIG_DAB=y
44772 +
44773 +#
44774 +# Graphics support
44775 +#
44776 +# CONFIG_AGP is not set
44777 +# CONFIG_DRM is not set
44778 +# CONFIG_VGASTATE is not set
44779 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
44780 +# CONFIG_FB is not set
44781 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
44782 +
44783 +#
44784 +# Display device support
44785 +#
44786 +# CONFIG_DISPLAY_SUPPORT is not set
44787 +
44788 +#
44789 +# Sound
44790 +#
44791 +# CONFIG_SOUND is not set
44792 +CONFIG_HID_SUPPORT=y
44793 +CONFIG_HID=y
44794 +# CONFIG_HID_DEBUG is not set
44795 +# CONFIG_HIDRAW is not set
44796 +CONFIG_USB_SUPPORT=y
44797 +CONFIG_USB_ARCH_HAS_HCD=y
44798 +CONFIG_USB_ARCH_HAS_OHCI=y
44799 +CONFIG_USB_ARCH_HAS_EHCI=y
44800 +# CONFIG_USB is not set
44801 +
44802 +#
44803 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
44804 +#
44805 +# CONFIG_USB_GADGET is not set
44806 +# CONFIG_MMC is not set
44807 +# CONFIG_MEMSTICK is not set
44808 +# CONFIG_NEW_LEDS is not set
44809 +# CONFIG_INFINIBAND is not set
44810 +# CONFIG_EDAC is not set
44811 +# CONFIG_RTC_CLASS is not set
44812 +# CONFIG_DMADEVICES is not set
44813 +
44814 +#
44815 +# Userspace I/O
44816 +#
44817 +# CONFIG_UIO is not set
44818 +
44819 +#
44820 +# File systems
44821 +#
44822 +CONFIG_EXT2_FS=y
44823 +# CONFIG_EXT2_FS_XATTR is not set
44824 +# CONFIG_EXT2_FS_XIP is not set
44825 +CONFIG_EXT3_FS=y
44826 +CONFIG_EXT3_FS_XATTR=y
44827 +# CONFIG_EXT3_FS_POSIX_ACL is not set
44828 +# CONFIG_EXT3_FS_SECURITY is not set
44829 +# CONFIG_EXT4DEV_FS is not set
44830 +CONFIG_JBD=y
44831 +CONFIG_FS_MBCACHE=y
44832 +# CONFIG_REISERFS_FS is not set
44833 +# CONFIG_JFS_FS is not set
44834 +# CONFIG_FS_POSIX_ACL is not set
44835 +# CONFIG_XFS_FS is not set
44836 +# CONFIG_GFS2_FS is not set
44837 +# CONFIG_OCFS2_FS is not set
44838 +CONFIG_DNOTIFY=y
44839 +CONFIG_INOTIFY=y
44840 +CONFIG_INOTIFY_USER=y
44841 +# CONFIG_QUOTA is not set
44842 +# CONFIG_AUTOFS_FS is not set
44843 +# CONFIG_AUTOFS4_FS is not set
44844 +# CONFIG_FUSE_FS is not set
44845 +
44846 +#
44847 +# CD-ROM/DVD Filesystems
44848 +#
44849 +# CONFIG_ISO9660_FS is not set
44850 +# CONFIG_UDF_FS is not set
44851 +
44852 +#
44853 +# DOS/FAT/NT Filesystems
44854 +#
44855 +# CONFIG_MSDOS_FS is not set
44856 +# CONFIG_VFAT_FS is not set
44857 +# CONFIG_NTFS_FS is not set
44858 +
44859 +#
44860 +# Pseudo filesystems
44861 +#
44862 +CONFIG_PROC_FS=y
44863 +CONFIG_PROC_KCORE=y
44864 +CONFIG_PROC_SYSCTL=y
44865 +CONFIG_SYSFS=y
44866 +CONFIG_TMPFS=y
44867 +# CONFIG_TMPFS_POSIX_ACL is not set
44868 +# CONFIG_HUGETLB_PAGE is not set
44869 +# CONFIG_CONFIGFS_FS is not set
44870 +
44871 +#
44872 +# Miscellaneous filesystems
44873 +#
44874 +# CONFIG_ADFS_FS is not set
44875 +# CONFIG_AFFS_FS is not set
44876 +# CONFIG_HFS_FS is not set
44877 +# CONFIG_HFSPLUS_FS is not set
44878 +# CONFIG_BEFS_FS is not set
44879 +# CONFIG_BFS_FS is not set
44880 +# CONFIG_EFS_FS is not set
44881 +CONFIG_JFFS2_FS=y
44882 +CONFIG_JFFS2_FS_DEBUG=0
44883 +CONFIG_JFFS2_FS_WRITEBUFFER=y
44884 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
44885 +# CONFIG_JFFS2_SUMMARY is not set
44886 +# CONFIG_JFFS2_FS_XATTR is not set
44887 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
44888 +CONFIG_JFFS2_ZLIB=y
44889 +# CONFIG_JFFS2_LZO is not set
44890 +CONFIG_JFFS2_RTIME=y
44891 +# CONFIG_JFFS2_RUBIN is not set
44892 +CONFIG_CRAMFS=y
44893 +# CONFIG_VXFS_FS is not set
44894 +# CONFIG_MINIX_FS is not set
44895 +# CONFIG_HPFS_FS is not set
44896 +# CONFIG_QNX4FS_FS is not set
44897 +# CONFIG_ROMFS_FS is not set
44898 +# CONFIG_SYSV_FS is not set
44899 +# CONFIG_UFS_FS is not set
44900 +CONFIG_NETWORK_FILESYSTEMS=y
44901 +CONFIG_NFS_FS=y
44902 +# CONFIG_NFS_V3 is not set
44903 +# CONFIG_NFS_V4 is not set
44904 +# CONFIG_NFS_DIRECTIO is not set
44905 +# CONFIG_NFSD is not set
44906 +CONFIG_ROOT_NFS=y
44907 +CONFIG_LOCKD=y
44908 +CONFIG_NFS_COMMON=y
44909 +CONFIG_SUNRPC=y
44910 +# CONFIG_SUNRPC_BIND34 is not set
44911 +# CONFIG_RPCSEC_GSS_KRB5 is not set
44912 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
44913 +# CONFIG_SMB_FS is not set
44914 +# CONFIG_CIFS is not set
44915 +# CONFIG_NCP_FS is not set
44916 +# CONFIG_CODA_FS is not set
44917 +# CONFIG_AFS_FS is not set
44918 +
44919 +#
44920 +# Partition Types
44921 +#
44922 +CONFIG_PARTITION_ADVANCED=y
44923 +# CONFIG_ACORN_PARTITION is not set
44924 +# CONFIG_OSF_PARTITION is not set
44925 +# CONFIG_AMIGA_PARTITION is not set
44926 +# CONFIG_ATARI_PARTITION is not set
44927 +# CONFIG_MAC_PARTITION is not set
44928 +# CONFIG_MSDOS_PARTITION is not set
44929 +# CONFIG_LDM_PARTITION is not set
44930 +# CONFIG_SGI_PARTITION is not set
44931 +# CONFIG_ULTRIX_PARTITION is not set
44932 +# CONFIG_SUN_PARTITION is not set
44933 +# CONFIG_KARMA_PARTITION is not set
44934 +# CONFIG_EFI_PARTITION is not set
44935 +# CONFIG_SYSV68_PARTITION is not set
44936 +# CONFIG_NLS is not set
44937 +# CONFIG_DLM is not set
44938 +
44939 +#
44940 +# Library routines
44941 +#
44942 +CONFIG_BITREVERSE=y
44943 +# CONFIG_CRC_CCITT is not set
44944 +# CONFIG_CRC16 is not set
44945 +# CONFIG_CRC_ITU_T is not set
44946 +CONFIG_CRC32=y
44947 +# CONFIG_CRC7 is not set
44948 +# CONFIG_LIBCRC32C is not set
44949 +CONFIG_ZLIB_INFLATE=y
44950 +CONFIG_ZLIB_DEFLATE=y
44951 +CONFIG_PLIST=y
44952 +CONFIG_HAS_IOMEM=y
44953 +CONFIG_HAS_IOPORT=y
44954 +CONFIG_HAS_DMA=y
44955 +
44956 +#
44957 +# Kernel hacking
44958 +#
44959 +# CONFIG_PRINTK_TIME is not set
44960 +CONFIG_ENABLE_WARN_DEPRECATED=y
44961 +CONFIG_ENABLE_MUST_CHECK=y
44962 +# CONFIG_MAGIC_SYSRQ is not set
44963 +# CONFIG_UNUSED_SYMBOLS is not set
44964 +# CONFIG_DEBUG_FS is not set
44965 +# CONFIG_HEADERS_CHECK is not set
44966 +# CONFIG_DEBUG_KERNEL is not set
44967 +# CONFIG_SLUB_DEBUG_ON is not set
44968 +# CONFIG_SLUB_STATS is not set
44969 +# CONFIG_DEBUG_BUGVERBOSE is not set
44970 +# CONFIG_SAMPLES is not set
44971 +# CONFIG_PPC_EARLY_DEBUG is not set
44972 +
44973 +#
44974 +# Security options
44975 +#
44976 +# CONFIG_KEYS is not set
44977 +# CONFIG_SECURITY is not set
44978 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
44979 +CONFIG_CRYPTO=y
44980 +# CONFIG_CRYPTO_SEQIV is not set
44981 +# CONFIG_CRYPTO_MANAGER is not set
44982 +# CONFIG_CRYPTO_HMAC is not set
44983 +# CONFIG_CRYPTO_XCBC is not set
44984 +# CONFIG_CRYPTO_NULL is not set
44985 +# CONFIG_CRYPTO_MD4 is not set
44986 +# CONFIG_CRYPTO_MD5 is not set
44987 +# CONFIG_CRYPTO_SHA1 is not set
44988 +# CONFIG_CRYPTO_SHA256 is not set
44989 +# CONFIG_CRYPTO_SHA512 is not set
44990 +# CONFIG_CRYPTO_WP512 is not set
44991 +# CONFIG_CRYPTO_TGR192 is not set
44992 +# CONFIG_CRYPTO_GF128MUL is not set
44993 +# CONFIG_CRYPTO_ECB is not set
44994 +# CONFIG_CRYPTO_CBC is not set
44995 +# CONFIG_CRYPTO_PCBC is not set
44996 +# CONFIG_CRYPTO_LRW is not set
44997 +# CONFIG_CRYPTO_XTS is not set
44998 +# CONFIG_CRYPTO_CTR is not set
44999 +# CONFIG_CRYPTO_GCM is not set
45000 +# CONFIG_CRYPTO_CCM is not set
45001 +# CONFIG_CRYPTO_CRYPTD is not set
45002 +# CONFIG_CRYPTO_DES is not set
45003 +# CONFIG_CRYPTO_FCRYPT is not set
45004 +# CONFIG_CRYPTO_BLOWFISH is not set
45005 +# CONFIG_CRYPTO_TWOFISH is not set
45006 +# CONFIG_CRYPTO_SERPENT is not set
45007 +# CONFIG_CRYPTO_AES is not set
45008 +# CONFIG_CRYPTO_CAST5 is not set
45009 +# CONFIG_CRYPTO_CAST6 is not set
45010 +# CONFIG_CRYPTO_TEA is not set
45011 +# CONFIG_CRYPTO_ARC4 is not set
45012 +# CONFIG_CRYPTO_KHAZAD is not set
45013 +# CONFIG_CRYPTO_ANUBIS is not set
45014 +# CONFIG_CRYPTO_SEED is not set
45015 +# CONFIG_CRYPTO_SALSA20 is not set
45016 +# CONFIG_CRYPTO_DEFLATE is not set
45017 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
45018 +# CONFIG_CRYPTO_CRC32C is not set
45019 +# CONFIG_CRYPTO_CAMELLIA is not set
45020 +# CONFIG_CRYPTO_AUTHENC is not set
45021 +# CONFIG_CRYPTO_LZO is not set
45022 +CONFIG_CRYPTO_HW=y
45023 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
45024 +# CONFIG_PPC_CLOCK is not set
45025 --- /dev/null
45026 +++ b/arch/powerpc/configs/85xx/tqm8541_defconfig
45027 @@ -0,0 +1,1109 @@
45028 +#
45029 +# Automatically generated make config: don't edit
45030 +# Linux kernel version: 2.6.25-rc6
45031 +# Mon Mar 24 08:48:44 2008
45032 +#
45033 +# CONFIG_PPC64 is not set
45034 +
45035 +#
45036 +# Processor support
45037 +#
45038 +# CONFIG_6xx is not set
45039 +CONFIG_PPC_85xx=y
45040 +# CONFIG_PPC_8xx is not set
45041 +# CONFIG_40x is not set
45042 +# CONFIG_44x is not set
45043 +# CONFIG_E200 is not set
45044 +CONFIG_E500=y
45045 +CONFIG_BOOKE=y
45046 +CONFIG_FSL_BOOKE=y
45047 +CONFIG_FSL_EMB_PERFMON=y
45048 +# CONFIG_PHYS_64BIT is not set
45049 +CONFIG_SPE=y
45050 +# CONFIG_PPC_MM_SLICES is not set
45051 +CONFIG_PPC32=y
45052 +CONFIG_WORD_SIZE=32
45053 +CONFIG_PPC_MERGE=y
45054 +CONFIG_MMU=y
45055 +CONFIG_GENERIC_CMOS_UPDATE=y
45056 +CONFIG_GENERIC_TIME=y
45057 +CONFIG_GENERIC_TIME_VSYSCALL=y
45058 +CONFIG_GENERIC_CLOCKEVENTS=y
45059 +CONFIG_GENERIC_HARDIRQS=y
45060 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
45061 +CONFIG_IRQ_PER_CPU=y
45062 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
45063 +CONFIG_ARCH_HAS_ILOG2_U32=y
45064 +CONFIG_GENERIC_HWEIGHT=y
45065 +CONFIG_GENERIC_CALIBRATE_DELAY=y
45066 +CONFIG_GENERIC_FIND_NEXT_BIT=y
45067 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
45068 +CONFIG_PPC=y
45069 +CONFIG_EARLY_PRINTK=y
45070 +CONFIG_GENERIC_NVRAM=y
45071 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
45072 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
45073 +CONFIG_PPC_OF=y
45074 +CONFIG_OF=y
45075 +CONFIG_PPC_UDBG_16550=y
45076 +# CONFIG_GENERIC_TBSYNC is not set
45077 +CONFIG_AUDIT_ARCH=y
45078 +CONFIG_GENERIC_BUG=y
45079 +CONFIG_DEFAULT_UIMAGE=y
45080 +# CONFIG_PPC_DCR_NATIVE is not set
45081 +# CONFIG_PPC_DCR_MMIO is not set
45082 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
45083 +
45084 +#
45085 +# General setup
45086 +#
45087 +CONFIG_EXPERIMENTAL=y
45088 +CONFIG_BROKEN_ON_SMP=y
45089 +CONFIG_INIT_ENV_ARG_LIMIT=32
45090 +CONFIG_LOCALVERSION=""
45091 +CONFIG_LOCALVERSION_AUTO=y
45092 +CONFIG_SWAP=y
45093 +CONFIG_SYSVIPC=y
45094 +CONFIG_SYSVIPC_SYSCTL=y
45095 +# CONFIG_POSIX_MQUEUE is not set
45096 +# CONFIG_BSD_PROCESS_ACCT is not set
45097 +# CONFIG_TASKSTATS is not set
45098 +# CONFIG_AUDIT is not set
45099 +# CONFIG_IKCONFIG is not set
45100 +CONFIG_LOG_BUF_SHIFT=14
45101 +# CONFIG_CGROUPS is not set
45102 +CONFIG_GROUP_SCHED=y
45103 +CONFIG_FAIR_GROUP_SCHED=y
45104 +# CONFIG_RT_GROUP_SCHED is not set
45105 +CONFIG_USER_SCHED=y
45106 +# CONFIG_CGROUP_SCHED is not set
45107 +CONFIG_SYSFS_DEPRECATED=y
45108 +CONFIG_SYSFS_DEPRECATED_V2=y
45109 +# CONFIG_RELAY is not set
45110 +# CONFIG_NAMESPACES is not set
45111 +CONFIG_BLK_DEV_INITRD=y
45112 +CONFIG_INITRAMFS_SOURCE=""
45113 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
45114 +CONFIG_SYSCTL=y
45115 +CONFIG_EMBEDDED=y
45116 +CONFIG_SYSCTL_SYSCALL=y
45117 +# CONFIG_KALLSYMS is not set
45118 +# CONFIG_HOTPLUG is not set
45119 +CONFIG_PRINTK=y
45120 +CONFIG_BUG=y
45121 +CONFIG_ELF_CORE=y
45122 +CONFIG_COMPAT_BRK=y
45123 +CONFIG_BASE_FULL=y
45124 +CONFIG_FUTEX=y
45125 +CONFIG_ANON_INODES=y
45126 +# CONFIG_EPOLL is not set
45127 +CONFIG_SIGNALFD=y
45128 +CONFIG_TIMERFD=y
45129 +CONFIG_EVENTFD=y
45130 +CONFIG_SHMEM=y
45131 +CONFIG_VM_EVENT_COUNTERS=y
45132 +CONFIG_SLUB_DEBUG=y
45133 +# CONFIG_SLAB is not set
45134 +CONFIG_SLUB=y
45135 +# CONFIG_SLOB is not set
45136 +# CONFIG_PROFILING is not set
45137 +# CONFIG_MARKERS is not set
45138 +CONFIG_HAVE_OPROFILE=y
45139 +CONFIG_HAVE_KPROBES=y
45140 +CONFIG_HAVE_KRETPROBES=y
45141 +CONFIG_PROC_PAGE_MONITOR=y
45142 +CONFIG_SLABINFO=y
45143 +CONFIG_RT_MUTEXES=y
45144 +# CONFIG_TINY_SHMEM is not set
45145 +CONFIG_BASE_SMALL=0
45146 +# CONFIG_MODULES is not set
45147 +CONFIG_BLOCK=y
45148 +# CONFIG_LBD is not set
45149 +# CONFIG_BLK_DEV_IO_TRACE is not set
45150 +# CONFIG_LSF is not set
45151 +# CONFIG_BLK_DEV_BSG is not set
45152 +
45153 +#
45154 +# IO Schedulers
45155 +#
45156 +CONFIG_IOSCHED_NOOP=y
45157 +CONFIG_IOSCHED_AS=y
45158 +CONFIG_IOSCHED_DEADLINE=y
45159 +CONFIG_IOSCHED_CFQ=y
45160 +CONFIG_DEFAULT_AS=y
45161 +# CONFIG_DEFAULT_DEADLINE is not set
45162 +# CONFIG_DEFAULT_CFQ is not set
45163 +# CONFIG_DEFAULT_NOOP is not set
45164 +CONFIG_DEFAULT_IOSCHED="anticipatory"
45165 +CONFIG_CLASSIC_RCU=y
45166 +
45167 +#
45168 +# Platform support
45169 +#
45170 +# CONFIG_PPC_MPC512x is not set
45171 +# CONFIG_PPC_MPC5121 is not set
45172 +# CONFIG_PPC_CELL is not set
45173 +# CONFIG_PPC_CELL_NATIVE is not set
45174 +# CONFIG_PQ2ADS is not set
45175 +CONFIG_MPC85xx=y
45176 +# CONFIG_MPC8540_ADS is not set
45177 +# CONFIG_MPC8560_ADS is not set
45178 +# CONFIG_MPC85xx_CDS is not set
45179 +# CONFIG_MPC85xx_MDS is not set
45180 +# CONFIG_MPC85xx_DS is not set
45181 +# CONFIG_STX_GP3 is not set
45182 +# CONFIG_TQM8540 is not set
45183 +CONFIG_TQM8541=y
45184 +# CONFIG_TQM8555 is not set
45185 +# CONFIG_TQM8560 is not set
45186 +# CONFIG_SBC8548 is not set
45187 +# CONFIG_SBC8560 is not set
45188 +CONFIG_TQM85xx=y
45189 +# CONFIG_IPIC is not set
45190 +CONFIG_MPIC=y
45191 +# CONFIG_MPIC_WEIRD is not set
45192 +# CONFIG_PPC_I8259 is not set
45193 +# CONFIG_PPC_RTAS is not set
45194 +# CONFIG_MMIO_NVRAM is not set
45195 +# CONFIG_PPC_MPC106 is not set
45196 +# CONFIG_PPC_970_NAP is not set
45197 +# CONFIG_PPC_INDIRECT_IO is not set
45198 +# CONFIG_GENERIC_IOMAP is not set
45199 +# CONFIG_CPU_FREQ is not set
45200 +CONFIG_CPM2=y
45201 +CONFIG_PPC_CPM_NEW_BINDING=y
45202 +# CONFIG_FSL_ULI1575 is not set
45203 +CONFIG_CPM=y
45204 +
45205 +#
45206 +# Kernel options
45207 +#
45208 +# CONFIG_HIGHMEM is not set
45209 +# CONFIG_TICK_ONESHOT is not set
45210 +# CONFIG_NO_HZ is not set
45211 +# CONFIG_HIGH_RES_TIMERS is not set
45212 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
45213 +# CONFIG_HZ_100 is not set
45214 +CONFIG_HZ_250=y
45215 +# CONFIG_HZ_300 is not set
45216 +# CONFIG_HZ_1000 is not set
45217 +CONFIG_HZ=250
45218 +# CONFIG_SCHED_HRTICK is not set
45219 +CONFIG_PREEMPT_NONE=y
45220 +# CONFIG_PREEMPT_VOLUNTARY is not set
45221 +# CONFIG_PREEMPT is not set
45222 +CONFIG_BINFMT_ELF=y
45223 +# CONFIG_BINFMT_MISC is not set
45224 +CONFIG_MATH_EMULATION=y
45225 +# CONFIG_IOMMU_HELPER is not set
45226 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
45227 +CONFIG_ARCH_HAS_WALK_MEMORY=y
45228 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
45229 +CONFIG_ARCH_FLATMEM_ENABLE=y
45230 +CONFIG_ARCH_POPULATES_NODE_MAP=y
45231 +CONFIG_SELECT_MEMORY_MODEL=y
45232 +CONFIG_FLATMEM_MANUAL=y
45233 +# CONFIG_DISCONTIGMEM_MANUAL is not set
45234 +# CONFIG_SPARSEMEM_MANUAL is not set
45235 +CONFIG_FLATMEM=y
45236 +CONFIG_FLAT_NODE_MEM_MAP=y
45237 +# CONFIG_SPARSEMEM_STATIC is not set
45238 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
45239 +CONFIG_SPLIT_PTLOCK_CPUS=4
45240 +# CONFIG_RESOURCES_64BIT is not set
45241 +CONFIG_ZONE_DMA_FLAG=1
45242 +CONFIG_BOUNCE=y
45243 +CONFIG_VIRT_TO_BUS=y
45244 +# CONFIG_PROC_DEVICETREE is not set
45245 +# CONFIG_CMDLINE_BOOL is not set
45246 +# CONFIG_PM is not set
45247 +CONFIG_SECCOMP=y
45248 +CONFIG_ISA_DMA_API=y
45249 +
45250 +#
45251 +# Bus options
45252 +#
45253 +CONFIG_ZONE_DMA=y
45254 +CONFIG_PPC_INDIRECT_PCI=y
45255 +CONFIG_FSL_SOC=y
45256 +CONFIG_FSL_PCI=y
45257 +CONFIG_PCI=y
45258 +CONFIG_PCI_DOMAINS=y
45259 +CONFIG_PCI_SYSCALL=y
45260 +# CONFIG_PCIEPORTBUS is not set
45261 +CONFIG_ARCH_SUPPORTS_MSI=y
45262 +# CONFIG_PCI_MSI is not set
45263 +CONFIG_PCI_LEGACY=y
45264 +
45265 +#
45266 +# Advanced setup
45267 +#
45268 +# CONFIG_ADVANCED_OPTIONS is not set
45269 +
45270 +#
45271 +# Default settings for advanced configuration options are used
45272 +#
45273 +CONFIG_HIGHMEM_START=0xfe000000
45274 +CONFIG_LOWMEM_SIZE=0x30000000
45275 +CONFIG_KERNEL_START=0xc0000000
45276 +CONFIG_TASK_SIZE=0xc0000000
45277 +CONFIG_BOOT_LOAD=0x00800000
45278 +
45279 +#
45280 +# Networking
45281 +#
45282 +CONFIG_NET=y
45283 +
45284 +#
45285 +# Networking options
45286 +#
45287 +CONFIG_PACKET=y
45288 +# CONFIG_PACKET_MMAP is not set
45289 +CONFIG_UNIX=y
45290 +CONFIG_XFRM=y
45291 +# CONFIG_XFRM_USER is not set
45292 +# CONFIG_XFRM_SUB_POLICY is not set
45293 +# CONFIG_XFRM_MIGRATE is not set
45294 +# CONFIG_XFRM_STATISTICS is not set
45295 +# CONFIG_NET_KEY is not set
45296 +CONFIG_INET=y
45297 +CONFIG_IP_MULTICAST=y
45298 +# CONFIG_IP_ADVANCED_ROUTER is not set
45299 +CONFIG_IP_FIB_HASH=y
45300 +CONFIG_IP_PNP=y
45301 +CONFIG_IP_PNP_DHCP=y
45302 +CONFIG_IP_PNP_BOOTP=y
45303 +# CONFIG_IP_PNP_RARP is not set
45304 +# CONFIG_NET_IPIP is not set
45305 +# CONFIG_NET_IPGRE is not set
45306 +# CONFIG_IP_MROUTE is not set
45307 +# CONFIG_ARPD is not set
45308 +CONFIG_SYN_COOKIES=y
45309 +# CONFIG_INET_AH is not set
45310 +# CONFIG_INET_ESP is not set
45311 +# CONFIG_INET_IPCOMP is not set
45312 +# CONFIG_INET_XFRM_TUNNEL is not set
45313 +# CONFIG_INET_TUNNEL is not set
45314 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
45315 +CONFIG_INET_XFRM_MODE_TUNNEL=y
45316 +CONFIG_INET_XFRM_MODE_BEET=y
45317 +# CONFIG_INET_LRO is not set
45318 +CONFIG_INET_DIAG=y
45319 +CONFIG_INET_TCP_DIAG=y
45320 +# CONFIG_TCP_CONG_ADVANCED is not set
45321 +CONFIG_TCP_CONG_CUBIC=y
45322 +CONFIG_DEFAULT_TCP_CONG="cubic"
45323 +# CONFIG_TCP_MD5SIG is not set
45324 +# CONFIG_IPV6 is not set
45325 +# CONFIG_INET6_XFRM_TUNNEL is not set
45326 +# CONFIG_INET6_TUNNEL is not set
45327 +# CONFIG_NETWORK_SECMARK is not set
45328 +# CONFIG_NETFILTER is not set
45329 +# CONFIG_IP_DCCP is not set
45330 +# CONFIG_IP_SCTP is not set
45331 +# CONFIG_TIPC is not set
45332 +# CONFIG_ATM is not set
45333 +# CONFIG_BRIDGE is not set
45334 +# CONFIG_VLAN_8021Q is not set
45335 +# CONFIG_DECNET is not set
45336 +# CONFIG_LLC2 is not set
45337 +# CONFIG_IPX is not set
45338 +# CONFIG_ATALK is not set
45339 +# CONFIG_X25 is not set
45340 +# CONFIG_LAPB is not set
45341 +# CONFIG_ECONET is not set
45342 +# CONFIG_WAN_ROUTER is not set
45343 +# CONFIG_NET_SCHED is not set
45344 +
45345 +#
45346 +# Network testing
45347 +#
45348 +# CONFIG_NET_PKTGEN is not set
45349 +# CONFIG_HAMRADIO is not set
45350 +# CONFIG_CAN is not set
45351 +# CONFIG_IRDA is not set
45352 +# CONFIG_BT is not set
45353 +# CONFIG_AF_RXRPC is not set
45354 +
45355 +#
45356 +# Wireless
45357 +#
45358 +# CONFIG_CFG80211 is not set
45359 +# CONFIG_WIRELESS_EXT is not set
45360 +# CONFIG_MAC80211 is not set
45361 +# CONFIG_IEEE80211 is not set
45362 +# CONFIG_RFKILL is not set
45363 +# CONFIG_NET_9P is not set
45364 +
45365 +#
45366 +# Device Drivers
45367 +#
45368 +
45369 +#
45370 +# Generic Driver Options
45371 +#
45372 +CONFIG_STANDALONE=y
45373 +CONFIG_PREVENT_FIRMWARE_BUILD=y
45374 +# CONFIG_SYS_HYPERVISOR is not set
45375 +# CONFIG_CONNECTOR is not set
45376 +CONFIG_MTD=y
45377 +# CONFIG_MTD_DEBUG is not set
45378 +CONFIG_MTD_CONCAT=y
45379 +CONFIG_MTD_PARTITIONS=y
45380 +# CONFIG_MTD_REDBOOT_PARTS is not set
45381 +CONFIG_MTD_CMDLINE_PARTS=y
45382 +# CONFIG_MTD_OF_PARTS is not set
45383 +
45384 +#
45385 +# User Modules And Translation Layers
45386 +#
45387 +CONFIG_MTD_CHAR=y
45388 +CONFIG_MTD_BLKDEVS=y
45389 +CONFIG_MTD_BLOCK=y
45390 +# CONFIG_FTL is not set
45391 +# CONFIG_NFTL is not set
45392 +# CONFIG_INFTL is not set
45393 +# CONFIG_RFD_FTL is not set
45394 +# CONFIG_SSFDC is not set
45395 +# CONFIG_MTD_OOPS is not set
45396 +
45397 +#
45398 +# RAM/ROM/Flash chip drivers
45399 +#
45400 +CONFIG_MTD_CFI=y
45401 +# CONFIG_MTD_JEDECPROBE is not set
45402 +CONFIG_MTD_GEN_PROBE=y
45403 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
45404 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
45405 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
45406 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
45407 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
45408 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
45409 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
45410 +CONFIG_MTD_CFI_I1=y
45411 +CONFIG_MTD_CFI_I2=y
45412 +# CONFIG_MTD_CFI_I4 is not set
45413 +# CONFIG_MTD_CFI_I8 is not set
45414 +# CONFIG_MTD_CFI_INTELEXT is not set
45415 +CONFIG_MTD_CFI_AMDSTD=y
45416 +# CONFIG_MTD_CFI_STAA is not set
45417 +CONFIG_MTD_CFI_UTIL=y
45418 +# CONFIG_MTD_RAM is not set
45419 +# CONFIG_MTD_ROM is not set
45420 +# CONFIG_MTD_ABSENT is not set
45421 +
45422 +#
45423 +# Mapping drivers for chip access
45424 +#
45425 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
45426 +# CONFIG_MTD_PHYSMAP is not set
45427 +# CONFIG_MTD_PHYSMAP_OF is not set
45428 +# CONFIG_MTD_INTEL_VR_NOR is not set
45429 +# CONFIG_MTD_PLATRAM is not set
45430 +
45431 +#
45432 +# Self-contained MTD device drivers
45433 +#
45434 +# CONFIG_MTD_PMC551 is not set
45435 +# CONFIG_MTD_SLRAM is not set
45436 +# CONFIG_MTD_PHRAM is not set
45437 +# CONFIG_MTD_MTDRAM is not set
45438 +# CONFIG_MTD_BLOCK2MTD is not set
45439 +
45440 +#
45441 +# Disk-On-Chip Device Drivers
45442 +#
45443 +# CONFIG_MTD_DOC2000 is not set
45444 +# CONFIG_MTD_DOC2001 is not set
45445 +# CONFIG_MTD_DOC2001PLUS is not set
45446 +# CONFIG_MTD_NAND is not set
45447 +# CONFIG_MTD_ONENAND is not set
45448 +
45449 +#
45450 +# UBI - Unsorted block images
45451 +#
45452 +# CONFIG_MTD_UBI is not set
45453 +CONFIG_OF_DEVICE=y
45454 +# CONFIG_PARPORT is not set
45455 +CONFIG_BLK_DEV=y
45456 +# CONFIG_BLK_DEV_FD is not set
45457 +# CONFIG_BLK_CPQ_DA is not set
45458 +# CONFIG_BLK_CPQ_CISS_DA is not set
45459 +# CONFIG_BLK_DEV_DAC960 is not set
45460 +# CONFIG_BLK_DEV_UMEM is not set
45461 +# CONFIG_BLK_DEV_COW_COMMON is not set
45462 +CONFIG_BLK_DEV_LOOP=y
45463 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
45464 +# CONFIG_BLK_DEV_NBD is not set
45465 +# CONFIG_BLK_DEV_SX8 is not set
45466 +CONFIG_BLK_DEV_RAM=y
45467 +CONFIG_BLK_DEV_RAM_COUNT=16
45468 +CONFIG_BLK_DEV_RAM_SIZE=32768
45469 +# CONFIG_BLK_DEV_XIP is not set
45470 +# CONFIG_CDROM_PKTCDVD is not set
45471 +# CONFIG_ATA_OVER_ETH is not set
45472 +CONFIG_MISC_DEVICES=y
45473 +# CONFIG_PHANTOM is not set
45474 +# CONFIG_EEPROM_93CX6 is not set
45475 +# CONFIG_SGI_IOC4 is not set
45476 +# CONFIG_TIFM_CORE is not set
45477 +# CONFIG_ENCLOSURE_SERVICES is not set
45478 +CONFIG_HAVE_IDE=y
45479 +CONFIG_IDE=y
45480 +CONFIG_IDE_MAX_HWIFS=4
45481 +CONFIG_BLK_DEV_IDE=y
45482 +
45483 +#
45484 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
45485 +#
45486 +# CONFIG_BLK_DEV_IDE_SATA is not set
45487 +CONFIG_BLK_DEV_IDEDISK=y
45488 +# CONFIG_IDEDISK_MULTI_MODE is not set
45489 +# CONFIG_BLK_DEV_IDECD is not set
45490 +# CONFIG_BLK_DEV_IDETAPE is not set
45491 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
45492 +# CONFIG_IDE_TASK_IOCTL is not set
45493 +CONFIG_IDE_PROC_FS=y
45494 +
45495 +#
45496 +# IDE chipset support/bugfixes
45497 +#
45498 +CONFIG_IDE_GENERIC=y
45499 +# CONFIG_BLK_DEV_PLATFORM is not set
45500 +CONFIG_BLK_DEV_IDEDMA_SFF=y
45501 +
45502 +#
45503 +# PCI IDE chipsets support
45504 +#
45505 +CONFIG_BLK_DEV_IDEPCI=y
45506 +CONFIG_IDEPCI_PCIBUS_ORDER=y
45507 +# CONFIG_BLK_DEV_OFFBOARD is not set
45508 +CONFIG_BLK_DEV_GENERIC=y
45509 +# CONFIG_BLK_DEV_OPTI621 is not set
45510 +CONFIG_BLK_DEV_IDEDMA_PCI=y
45511 +# CONFIG_BLK_DEV_AEC62XX is not set
45512 +# CONFIG_BLK_DEV_ALI15X3 is not set
45513 +# CONFIG_BLK_DEV_AMD74XX is not set
45514 +# CONFIG_BLK_DEV_CMD64X is not set
45515 +# CONFIG_BLK_DEV_TRIFLEX is not set
45516 +# CONFIG_BLK_DEV_CY82C693 is not set
45517 +# CONFIG_BLK_DEV_CS5520 is not set
45518 +# CONFIG_BLK_DEV_CS5530 is not set
45519 +# CONFIG_BLK_DEV_HPT34X is not set
45520 +# CONFIG_BLK_DEV_HPT366 is not set
45521 +# CONFIG_BLK_DEV_JMICRON is not set
45522 +# CONFIG_BLK_DEV_SC1200 is not set
45523 +# CONFIG_BLK_DEV_PIIX is not set
45524 +# CONFIG_BLK_DEV_IT8213 is not set
45525 +# CONFIG_BLK_DEV_IT821X is not set
45526 +# CONFIG_BLK_DEV_NS87415 is not set
45527 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
45528 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
45529 +# CONFIG_BLK_DEV_SVWKS is not set
45530 +# CONFIG_BLK_DEV_SIIMAGE is not set
45531 +# CONFIG_BLK_DEV_SL82C105 is not set
45532 +# CONFIG_BLK_DEV_SLC90E66 is not set
45533 +# CONFIG_BLK_DEV_TRM290 is not set
45534 +CONFIG_BLK_DEV_VIA82CXXX=y
45535 +# CONFIG_BLK_DEV_TC86C001 is not set
45536 +CONFIG_BLK_DEV_IDEDMA=y
45537 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
45538 +# CONFIG_BLK_DEV_HD is not set
45539 +
45540 +#
45541 +# SCSI device support
45542 +#
45543 +# CONFIG_RAID_ATTRS is not set
45544 +# CONFIG_SCSI is not set
45545 +# CONFIG_SCSI_DMA is not set
45546 +# CONFIG_SCSI_NETLINK is not set
45547 +# CONFIG_ATA is not set
45548 +# CONFIG_MD is not set
45549 +# CONFIG_FUSION is not set
45550 +
45551 +#
45552 +# IEEE 1394 (FireWire) support
45553 +#
45554 +# CONFIG_FIREWIRE is not set
45555 +# CONFIG_IEEE1394 is not set
45556 +# CONFIG_I2O is not set
45557 +# CONFIG_MACINTOSH_DRIVERS is not set
45558 +CONFIG_NETDEVICES=y
45559 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
45560 +# CONFIG_DUMMY is not set
45561 +# CONFIG_BONDING is not set
45562 +# CONFIG_MACVLAN is not set
45563 +# CONFIG_EQUALIZER is not set
45564 +# CONFIG_TUN is not set
45565 +# CONFIG_VETH is not set
45566 +# CONFIG_ARCNET is not set
45567 +CONFIG_PHYLIB=y
45568 +
45569 +#
45570 +# MII PHY device drivers
45571 +#
45572 +# CONFIG_MARVELL_PHY is not set
45573 +# CONFIG_DAVICOM_PHY is not set
45574 +# CONFIG_QSEMI_PHY is not set
45575 +# CONFIG_LXT_PHY is not set
45576 +# CONFIG_CICADA_PHY is not set
45577 +# CONFIG_VITESSE_PHY is not set
45578 +# CONFIG_SMSC_PHY is not set
45579 +# CONFIG_BROADCOM_PHY is not set
45580 +# CONFIG_ICPLUS_PHY is not set
45581 +# CONFIG_REALTEK_PHY is not set
45582 +# CONFIG_FIXED_PHY is not set
45583 +# CONFIG_MDIO_BITBANG is not set
45584 +CONFIG_NET_ETHERNET=y
45585 +CONFIG_MII=y
45586 +# CONFIG_HAPPYMEAL is not set
45587 +# CONFIG_SUNGEM is not set
45588 +# CONFIG_CASSINI is not set
45589 +# CONFIG_NET_VENDOR_3COM is not set
45590 +# CONFIG_NET_TULIP is not set
45591 +# CONFIG_HP100 is not set
45592 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
45593 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
45594 +# CONFIG_IBM_NEW_EMAC_TAH is not set
45595 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
45596 +CONFIG_NET_PCI=y
45597 +# CONFIG_PCNET32 is not set
45598 +# CONFIG_AMD8111_ETH is not set
45599 +# CONFIG_ADAPTEC_STARFIRE is not set
45600 +# CONFIG_B44 is not set
45601 +# CONFIG_FORCEDETH is not set
45602 +# CONFIG_EEPRO100 is not set
45603 +CONFIG_E100=y
45604 +# CONFIG_FEALNX is not set
45605 +# CONFIG_NATSEMI is not set
45606 +# CONFIG_NE2K_PCI is not set
45607 +# CONFIG_8139CP is not set
45608 +# CONFIG_8139TOO is not set
45609 +# CONFIG_R6040 is not set
45610 +# CONFIG_SIS900 is not set
45611 +# CONFIG_EPIC100 is not set
45612 +# CONFIG_SUNDANCE is not set
45613 +# CONFIG_TLAN is not set
45614 +# CONFIG_VIA_RHINE is not set
45615 +# CONFIG_SC92031 is not set
45616 +# CONFIG_FS_ENET is not set
45617 +CONFIG_NETDEV_1000=y
45618 +# CONFIG_ACENIC is not set
45619 +# CONFIG_DL2K is not set
45620 +# CONFIG_E1000 is not set
45621 +# CONFIG_E1000E is not set
45622 +# CONFIG_E1000E_ENABLED is not set
45623 +# CONFIG_IP1000 is not set
45624 +# CONFIG_IGB is not set
45625 +# CONFIG_NS83820 is not set
45626 +# CONFIG_HAMACHI is not set
45627 +# CONFIG_YELLOWFIN is not set
45628 +# CONFIG_R8169 is not set
45629 +# CONFIG_SIS190 is not set
45630 +# CONFIG_SKGE is not set
45631 +# CONFIG_SKY2 is not set
45632 +# CONFIG_SK98LIN is not set
45633 +# CONFIG_VIA_VELOCITY is not set
45634 +# CONFIG_TIGON3 is not set
45635 +# CONFIG_BNX2 is not set
45636 +CONFIG_GIANFAR=y
45637 +CONFIG_GFAR_NAPI=y
45638 +# CONFIG_QLA3XXX is not set
45639 +# CONFIG_ATL1 is not set
45640 +CONFIG_NETDEV_10000=y
45641 +# CONFIG_CHELSIO_T1 is not set
45642 +# CONFIG_CHELSIO_T3 is not set
45643 +# CONFIG_IXGBE is not set
45644 +# CONFIG_IXGB is not set
45645 +# CONFIG_S2IO is not set
45646 +# CONFIG_MYRI10GE is not set
45647 +# CONFIG_NETXEN_NIC is not set
45648 +# CONFIG_NIU is not set
45649 +# CONFIG_MLX4_CORE is not set
45650 +# CONFIG_TEHUTI is not set
45651 +# CONFIG_BNX2X is not set
45652 +# CONFIG_TR is not set
45653 +
45654 +#
45655 +# Wireless LAN
45656 +#
45657 +# CONFIG_WLAN_PRE80211 is not set
45658 +# CONFIG_WLAN_80211 is not set
45659 +# CONFIG_WAN is not set
45660 +# CONFIG_FDDI is not set
45661 +# CONFIG_HIPPI is not set
45662 +# CONFIG_PPP is not set
45663 +# CONFIG_SLIP is not set
45664 +# CONFIG_NETCONSOLE is not set
45665 +# CONFIG_NETPOLL is not set
45666 +# CONFIG_NET_POLL_CONTROLLER is not set
45667 +# CONFIG_ISDN is not set
45668 +# CONFIG_PHONE is not set
45669 +
45670 +#
45671 +# Input device support
45672 +#
45673 +CONFIG_INPUT=y
45674 +# CONFIG_INPUT_FF_MEMLESS is not set
45675 +# CONFIG_INPUT_POLLDEV is not set
45676 +
45677 +#
45678 +# Userland interfaces
45679 +#
45680 +# CONFIG_INPUT_MOUSEDEV is not set
45681 +# CONFIG_INPUT_JOYDEV is not set
45682 +# CONFIG_INPUT_EVDEV is not set
45683 +# CONFIG_INPUT_EVBUG is not set
45684 +
45685 +#
45686 +# Input Device Drivers
45687 +#
45688 +# CONFIG_INPUT_KEYBOARD is not set
45689 +# CONFIG_INPUT_MOUSE is not set
45690 +# CONFIG_INPUT_JOYSTICK is not set
45691 +# CONFIG_INPUT_TABLET is not set
45692 +# CONFIG_INPUT_TOUCHSCREEN is not set
45693 +# CONFIG_INPUT_MISC is not set
45694 +
45695 +#
45696 +# Hardware I/O ports
45697 +#
45698 +# CONFIG_SERIO is not set
45699 +# CONFIG_GAMEPORT is not set
45700 +
45701 +#
45702 +# Character devices
45703 +#
45704 +# CONFIG_VT is not set
45705 +# CONFIG_SERIAL_NONSTANDARD is not set
45706 +# CONFIG_NOZOMI is not set
45707 +
45708 +#
45709 +# Serial drivers
45710 +#
45711 +CONFIG_SERIAL_8250=y
45712 +CONFIG_SERIAL_8250_CONSOLE=y
45713 +CONFIG_SERIAL_8250_PCI=y
45714 +CONFIG_SERIAL_8250_NR_UARTS=4
45715 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
45716 +# CONFIG_SERIAL_8250_EXTENDED is not set
45717 +CONFIG_SERIAL_8250_SHARE_IRQ=y
45718 +
45719 +#
45720 +# Non-8250 serial port support
45721 +#
45722 +# CONFIG_SERIAL_UARTLITE is not set
45723 +CONFIG_SERIAL_CORE=y
45724 +CONFIG_SERIAL_CORE_CONSOLE=y
45725 +CONFIG_SERIAL_CPM=y
45726 +CONFIG_SERIAL_CPM_CONSOLE=y
45727 +CONFIG_SERIAL_CPM_SCC1=y
45728 +# CONFIG_SERIAL_CPM_SCC2 is not set
45729 +# CONFIG_SERIAL_CPM_SCC3 is not set
45730 +# CONFIG_SERIAL_CPM_SCC4 is not set
45731 +# CONFIG_SERIAL_CPM_SMC1 is not set
45732 +# CONFIG_SERIAL_CPM_SMC2 is not set
45733 +# CONFIG_SERIAL_JSM is not set
45734 +# CONFIG_SERIAL_OF_PLATFORM is not set
45735 +CONFIG_UNIX98_PTYS=y
45736 +CONFIG_LEGACY_PTYS=y
45737 +CONFIG_LEGACY_PTY_COUNT=256
45738 +# CONFIG_IPMI_HANDLER is not set
45739 +CONFIG_HW_RANDOM=y
45740 +# CONFIG_NVRAM is not set
45741 +CONFIG_GEN_RTC=y
45742 +# CONFIG_GEN_RTC_X is not set
45743 +# CONFIG_R3964 is not set
45744 +# CONFIG_APPLICOM is not set
45745 +# CONFIG_RAW_DRIVER is not set
45746 +# CONFIG_TCG_TPM is not set
45747 +CONFIG_DEVPORT=y
45748 +CONFIG_I2C=y
45749 +CONFIG_I2C_BOARDINFO=y
45750 +CONFIG_I2C_CHARDEV=y
45751 +
45752 +#
45753 +# I2C Algorithms
45754 +#
45755 +# CONFIG_I2C_ALGOBIT is not set
45756 +# CONFIG_I2C_ALGOPCF is not set
45757 +# CONFIG_I2C_ALGOPCA is not set
45758 +
45759 +#
45760 +# I2C Hardware Bus support
45761 +#
45762 +# CONFIG_I2C_ALI1535 is not set
45763 +# CONFIG_I2C_ALI1563 is not set
45764 +# CONFIG_I2C_ALI15X3 is not set
45765 +# CONFIG_I2C_AMD756 is not set
45766 +# CONFIG_I2C_AMD8111 is not set
45767 +# CONFIG_I2C_I801 is not set
45768 +# CONFIG_I2C_I810 is not set
45769 +# CONFIG_I2C_PIIX4 is not set
45770 +CONFIG_I2C_MPC=y
45771 +# CONFIG_I2C_NFORCE2 is not set
45772 +# CONFIG_I2C_OCORES is not set
45773 +# CONFIG_I2C_PARPORT_LIGHT is not set
45774 +# CONFIG_I2C_PROSAVAGE is not set
45775 +# CONFIG_I2C_SAVAGE4 is not set
45776 +# CONFIG_I2C_SIMTEC is not set
45777 +# CONFIG_I2C_SIS5595 is not set
45778 +# CONFIG_I2C_SIS630 is not set
45779 +# CONFIG_I2C_SIS96X is not set
45780 +# CONFIG_I2C_TAOS_EVM is not set
45781 +# CONFIG_I2C_VIA is not set
45782 +# CONFIG_I2C_VIAPRO is not set
45783 +# CONFIG_I2C_VOODOO3 is not set
45784 +
45785 +#
45786 +# Miscellaneous I2C Chip support
45787 +#
45788 +# CONFIG_DS1682 is not set
45789 +# CONFIG_SENSORS_EEPROM is not set
45790 +# CONFIG_SENSORS_PCF8574 is not set
45791 +# CONFIG_PCF8575 is not set
45792 +# CONFIG_SENSORS_PCF8591 is not set
45793 +# CONFIG_TPS65010 is not set
45794 +# CONFIG_SENSORS_MAX6875 is not set
45795 +# CONFIG_SENSORS_TSL2550 is not set
45796 +# CONFIG_I2C_DEBUG_CORE is not set
45797 +# CONFIG_I2C_DEBUG_ALGO is not set
45798 +# CONFIG_I2C_DEBUG_BUS is not set
45799 +# CONFIG_I2C_DEBUG_CHIP is not set
45800 +
45801 +#
45802 +# SPI support
45803 +#
45804 +# CONFIG_SPI is not set
45805 +# CONFIG_SPI_MASTER is not set
45806 +# CONFIG_W1 is not set
45807 +# CONFIG_POWER_SUPPLY is not set
45808 +CONFIG_HWMON=y
45809 +# CONFIG_HWMON_VID is not set
45810 +# CONFIG_SENSORS_AD7418 is not set
45811 +# CONFIG_SENSORS_ADM1021 is not set
45812 +# CONFIG_SENSORS_ADM1025 is not set
45813 +# CONFIG_SENSORS_ADM1026 is not set
45814 +# CONFIG_SENSORS_ADM1029 is not set
45815 +# CONFIG_SENSORS_ADM1031 is not set
45816 +# CONFIG_SENSORS_ADM9240 is not set
45817 +# CONFIG_SENSORS_ADT7470 is not set
45818 +# CONFIG_SENSORS_ADT7473 is not set
45819 +# CONFIG_SENSORS_ATXP1 is not set
45820 +# CONFIG_SENSORS_DS1621 is not set
45821 +# CONFIG_SENSORS_I5K_AMB is not set
45822 +# CONFIG_SENSORS_F71805F is not set
45823 +# CONFIG_SENSORS_F71882FG is not set
45824 +# CONFIG_SENSORS_F75375S is not set
45825 +# CONFIG_SENSORS_GL518SM is not set
45826 +# CONFIG_SENSORS_GL520SM is not set
45827 +# CONFIG_SENSORS_IT87 is not set
45828 +# CONFIG_SENSORS_LM63 is not set
45829 +CONFIG_SENSORS_LM75=y
45830 +# CONFIG_SENSORS_LM77 is not set
45831 +# CONFIG_SENSORS_LM78 is not set
45832 +# CONFIG_SENSORS_LM80 is not set
45833 +# CONFIG_SENSORS_LM83 is not set
45834 +# CONFIG_SENSORS_LM85 is not set
45835 +# CONFIG_SENSORS_LM87 is not set
45836 +# CONFIG_SENSORS_LM90 is not set
45837 +# CONFIG_SENSORS_LM92 is not set
45838 +# CONFIG_SENSORS_LM93 is not set
45839 +# CONFIG_SENSORS_MAX1619 is not set
45840 +# CONFIG_SENSORS_MAX6650 is not set
45841 +# CONFIG_SENSORS_PC87360 is not set
45842 +# CONFIG_SENSORS_PC87427 is not set
45843 +# CONFIG_SENSORS_SIS5595 is not set
45844 +# CONFIG_SENSORS_DME1737 is not set
45845 +# CONFIG_SENSORS_SMSC47M1 is not set
45846 +# CONFIG_SENSORS_SMSC47M192 is not set
45847 +# CONFIG_SENSORS_SMSC47B397 is not set
45848 +# CONFIG_SENSORS_ADS7828 is not set
45849 +# CONFIG_SENSORS_THMC50 is not set
45850 +# CONFIG_SENSORS_VIA686A is not set
45851 +# CONFIG_SENSORS_VT1211 is not set
45852 +# CONFIG_SENSORS_VT8231 is not set
45853 +# CONFIG_SENSORS_W83781D is not set
45854 +# CONFIG_SENSORS_W83791D is not set
45855 +# CONFIG_SENSORS_W83792D is not set
45856 +# CONFIG_SENSORS_W83793 is not set
45857 +# CONFIG_SENSORS_W83L785TS is not set
45858 +# CONFIG_SENSORS_W83L786NG is not set
45859 +# CONFIG_SENSORS_W83627HF is not set
45860 +# CONFIG_SENSORS_W83627EHF is not set
45861 +CONFIG_HWMON_DEBUG_CHIP=y
45862 +# CONFIG_THERMAL is not set
45863 +# CONFIG_WATCHDOG is not set
45864 +
45865 +#
45866 +# Sonics Silicon Backplane
45867 +#
45868 +CONFIG_SSB_POSSIBLE=y
45869 +# CONFIG_SSB is not set
45870 +
45871 +#
45872 +# Multifunction device drivers
45873 +#
45874 +# CONFIG_MFD_SM501 is not set
45875 +
45876 +#
45877 +# Multimedia devices
45878 +#
45879 +# CONFIG_VIDEO_DEV is not set
45880 +# CONFIG_DVB_CORE is not set
45881 +CONFIG_DAB=y
45882 +
45883 +#
45884 +# Graphics support
45885 +#
45886 +# CONFIG_AGP is not set
45887 +# CONFIG_DRM is not set
45888 +# CONFIG_VGASTATE is not set
45889 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
45890 +# CONFIG_FB is not set
45891 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
45892 +
45893 +#
45894 +# Display device support
45895 +#
45896 +# CONFIG_DISPLAY_SUPPORT is not set
45897 +
45898 +#
45899 +# Sound
45900 +#
45901 +# CONFIG_SOUND is not set
45902 +CONFIG_HID_SUPPORT=y
45903 +CONFIG_HID=y
45904 +# CONFIG_HID_DEBUG is not set
45905 +# CONFIG_HIDRAW is not set
45906 +CONFIG_USB_SUPPORT=y
45907 +CONFIG_USB_ARCH_HAS_HCD=y
45908 +CONFIG_USB_ARCH_HAS_OHCI=y
45909 +CONFIG_USB_ARCH_HAS_EHCI=y
45910 +# CONFIG_USB is not set
45911 +
45912 +#
45913 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
45914 +#
45915 +# CONFIG_USB_GADGET is not set
45916 +# CONFIG_MMC is not set
45917 +# CONFIG_MEMSTICK is not set
45918 +# CONFIG_NEW_LEDS is not set
45919 +# CONFIG_INFINIBAND is not set
45920 +# CONFIG_EDAC is not set
45921 +# CONFIG_RTC_CLASS is not set
45922 +# CONFIG_DMADEVICES is not set
45923 +
45924 +#
45925 +# Userspace I/O
45926 +#
45927 +# CONFIG_UIO is not set
45928 +
45929 +#
45930 +# File systems
45931 +#
45932 +CONFIG_EXT2_FS=y
45933 +# CONFIG_EXT2_FS_XATTR is not set
45934 +# CONFIG_EXT2_FS_XIP is not set
45935 +CONFIG_EXT3_FS=y
45936 +CONFIG_EXT3_FS_XATTR=y
45937 +# CONFIG_EXT3_FS_POSIX_ACL is not set
45938 +# CONFIG_EXT3_FS_SECURITY is not set
45939 +# CONFIG_EXT4DEV_FS is not set
45940 +CONFIG_JBD=y
45941 +CONFIG_FS_MBCACHE=y
45942 +# CONFIG_REISERFS_FS is not set
45943 +# CONFIG_JFS_FS is not set
45944 +# CONFIG_FS_POSIX_ACL is not set
45945 +# CONFIG_XFS_FS is not set
45946 +# CONFIG_GFS2_FS is not set
45947 +# CONFIG_OCFS2_FS is not set
45948 +CONFIG_DNOTIFY=y
45949 +CONFIG_INOTIFY=y
45950 +CONFIG_INOTIFY_USER=y
45951 +# CONFIG_QUOTA is not set
45952 +# CONFIG_AUTOFS_FS is not set
45953 +# CONFIG_AUTOFS4_FS is not set
45954 +# CONFIG_FUSE_FS is not set
45955 +
45956 +#
45957 +# CD-ROM/DVD Filesystems
45958 +#
45959 +# CONFIG_ISO9660_FS is not set
45960 +# CONFIG_UDF_FS is not set
45961 +
45962 +#
45963 +# DOS/FAT/NT Filesystems
45964 +#
45965 +# CONFIG_MSDOS_FS is not set
45966 +# CONFIG_VFAT_FS is not set
45967 +# CONFIG_NTFS_FS is not set
45968 +
45969 +#
45970 +# Pseudo filesystems
45971 +#
45972 +CONFIG_PROC_FS=y
45973 +CONFIG_PROC_KCORE=y
45974 +CONFIG_PROC_SYSCTL=y
45975 +CONFIG_SYSFS=y
45976 +CONFIG_TMPFS=y
45977 +# CONFIG_TMPFS_POSIX_ACL is not set
45978 +# CONFIG_HUGETLB_PAGE is not set
45979 +# CONFIG_CONFIGFS_FS is not set
45980 +
45981 +#
45982 +# Miscellaneous filesystems
45983 +#
45984 +# CONFIG_ADFS_FS is not set
45985 +# CONFIG_AFFS_FS is not set
45986 +# CONFIG_HFS_FS is not set
45987 +# CONFIG_HFSPLUS_FS is not set
45988 +# CONFIG_BEFS_FS is not set
45989 +# CONFIG_BFS_FS is not set
45990 +# CONFIG_EFS_FS is not set
45991 +CONFIG_JFFS2_FS=y
45992 +CONFIG_JFFS2_FS_DEBUG=0
45993 +CONFIG_JFFS2_FS_WRITEBUFFER=y
45994 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
45995 +# CONFIG_JFFS2_SUMMARY is not set
45996 +# CONFIG_JFFS2_FS_XATTR is not set
45997 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
45998 +CONFIG_JFFS2_ZLIB=y
45999 +# CONFIG_JFFS2_LZO is not set
46000 +CONFIG_JFFS2_RTIME=y
46001 +# CONFIG_JFFS2_RUBIN is not set
46002 +CONFIG_CRAMFS=y
46003 +# CONFIG_VXFS_FS is not set
46004 +# CONFIG_MINIX_FS is not set
46005 +# CONFIG_HPFS_FS is not set
46006 +# CONFIG_QNX4FS_FS is not set
46007 +# CONFIG_ROMFS_FS is not set
46008 +# CONFIG_SYSV_FS is not set
46009 +# CONFIG_UFS_FS is not set
46010 +CONFIG_NETWORK_FILESYSTEMS=y
46011 +CONFIG_NFS_FS=y
46012 +# CONFIG_NFS_V3 is not set
46013 +# CONFIG_NFS_V4 is not set
46014 +# CONFIG_NFS_DIRECTIO is not set
46015 +# CONFIG_NFSD is not set
46016 +CONFIG_ROOT_NFS=y
46017 +CONFIG_LOCKD=y
46018 +CONFIG_NFS_COMMON=y
46019 +CONFIG_SUNRPC=y
46020 +# CONFIG_SUNRPC_BIND34 is not set
46021 +# CONFIG_RPCSEC_GSS_KRB5 is not set
46022 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
46023 +# CONFIG_SMB_FS is not set
46024 +# CONFIG_CIFS is not set
46025 +# CONFIG_NCP_FS is not set
46026 +# CONFIG_CODA_FS is not set
46027 +# CONFIG_AFS_FS is not set
46028 +
46029 +#
46030 +# Partition Types
46031 +#
46032 +CONFIG_PARTITION_ADVANCED=y
46033 +# CONFIG_ACORN_PARTITION is not set
46034 +# CONFIG_OSF_PARTITION is not set
46035 +# CONFIG_AMIGA_PARTITION is not set
46036 +# CONFIG_ATARI_PARTITION is not set
46037 +# CONFIG_MAC_PARTITION is not set
46038 +# CONFIG_MSDOS_PARTITION is not set
46039 +# CONFIG_LDM_PARTITION is not set
46040 +# CONFIG_SGI_PARTITION is not set
46041 +# CONFIG_ULTRIX_PARTITION is not set
46042 +# CONFIG_SUN_PARTITION is not set
46043 +# CONFIG_KARMA_PARTITION is not set
46044 +# CONFIG_EFI_PARTITION is not set
46045 +# CONFIG_SYSV68_PARTITION is not set
46046 +# CONFIG_NLS is not set
46047 +# CONFIG_DLM is not set
46048 +
46049 +#
46050 +# Library routines
46051 +#
46052 +CONFIG_BITREVERSE=y
46053 +# CONFIG_CRC_CCITT is not set
46054 +# CONFIG_CRC16 is not set
46055 +# CONFIG_CRC_ITU_T is not set
46056 +CONFIG_CRC32=y
46057 +# CONFIG_CRC7 is not set
46058 +# CONFIG_LIBCRC32C is not set
46059 +CONFIG_ZLIB_INFLATE=y
46060 +CONFIG_ZLIB_DEFLATE=y
46061 +CONFIG_PLIST=y
46062 +CONFIG_HAS_IOMEM=y
46063 +CONFIG_HAS_IOPORT=y
46064 +CONFIG_HAS_DMA=y
46065 +
46066 +#
46067 +# Kernel hacking
46068 +#
46069 +# CONFIG_PRINTK_TIME is not set
46070 +CONFIG_ENABLE_WARN_DEPRECATED=y
46071 +CONFIG_ENABLE_MUST_CHECK=y
46072 +# CONFIG_MAGIC_SYSRQ is not set
46073 +# CONFIG_UNUSED_SYMBOLS is not set
46074 +# CONFIG_DEBUG_FS is not set
46075 +# CONFIG_HEADERS_CHECK is not set
46076 +# CONFIG_DEBUG_KERNEL is not set
46077 +# CONFIG_SLUB_DEBUG_ON is not set
46078 +# CONFIG_SLUB_STATS is not set
46079 +# CONFIG_DEBUG_BUGVERBOSE is not set
46080 +# CONFIG_SAMPLES is not set
46081 +# CONFIG_KGDB_CONSOLE is not set
46082 +# CONFIG_PPC_EARLY_DEBUG is not set
46083 +
46084 +#
46085 +# Security options
46086 +#
46087 +# CONFIG_KEYS is not set
46088 +# CONFIG_SECURITY is not set
46089 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
46090 +CONFIG_CRYPTO=y
46091 +# CONFIG_CRYPTO_SEQIV is not set
46092 +# CONFIG_CRYPTO_MANAGER is not set
46093 +# CONFIG_CRYPTO_HMAC is not set
46094 +# CONFIG_CRYPTO_XCBC is not set
46095 +# CONFIG_CRYPTO_NULL is not set
46096 +# CONFIG_CRYPTO_MD4 is not set
46097 +# CONFIG_CRYPTO_MD5 is not set
46098 +# CONFIG_CRYPTO_SHA1 is not set
46099 +# CONFIG_CRYPTO_SHA256 is not set
46100 +# CONFIG_CRYPTO_SHA512 is not set
46101 +# CONFIG_CRYPTO_WP512 is not set
46102 +# CONFIG_CRYPTO_TGR192 is not set
46103 +# CONFIG_CRYPTO_GF128MUL is not set
46104 +# CONFIG_CRYPTO_ECB is not set
46105 +# CONFIG_CRYPTO_CBC is not set
46106 +# CONFIG_CRYPTO_PCBC is not set
46107 +# CONFIG_CRYPTO_LRW is not set
46108 +# CONFIG_CRYPTO_XTS is not set
46109 +# CONFIG_CRYPTO_CTR is not set
46110 +# CONFIG_CRYPTO_GCM is not set
46111 +# CONFIG_CRYPTO_CCM is not set
46112 +# CONFIG_CRYPTO_CRYPTD is not set
46113 +# CONFIG_CRYPTO_DES is not set
46114 +# CONFIG_CRYPTO_FCRYPT is not set
46115 +# CONFIG_CRYPTO_BLOWFISH is not set
46116 +# CONFIG_CRYPTO_TWOFISH is not set
46117 +# CONFIG_CRYPTO_SERPENT is not set
46118 +# CONFIG_CRYPTO_AES is not set
46119 +# CONFIG_CRYPTO_CAST5 is not set
46120 +# CONFIG_CRYPTO_CAST6 is not set
46121 +# CONFIG_CRYPTO_TEA is not set
46122 +# CONFIG_CRYPTO_ARC4 is not set
46123 +# CONFIG_CRYPTO_KHAZAD is not set
46124 +# CONFIG_CRYPTO_ANUBIS is not set
46125 +# CONFIG_CRYPTO_SEED is not set
46126 +# CONFIG_CRYPTO_SALSA20 is not set
46127 +# CONFIG_CRYPTO_DEFLATE is not set
46128 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
46129 +# CONFIG_CRYPTO_CRC32C is not set
46130 +# CONFIG_CRYPTO_CAMELLIA is not set
46131 +# CONFIG_CRYPTO_AUTHENC is not set
46132 +# CONFIG_CRYPTO_LZO is not set
46133 +CONFIG_CRYPTO_HW=y
46134 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
46135 +# CONFIG_PPC_CLOCK is not set
46136 +CONFIG_PPC_LIB_RHEAP=y
46137 --- /dev/null
46138 +++ b/arch/powerpc/configs/85xx/tqm8555_defconfig
46139 @@ -0,0 +1,1109 @@
46140 +#
46141 +# Automatically generated make config: don't edit
46142 +# Linux kernel version: 2.6.25-rc6
46143 +# Mon Mar 24 08:48:44 2008
46144 +#
46145 +# CONFIG_PPC64 is not set
46146 +
46147 +#
46148 +# Processor support
46149 +#
46150 +# CONFIG_6xx is not set
46151 +CONFIG_PPC_85xx=y
46152 +# CONFIG_PPC_8xx is not set
46153 +# CONFIG_40x is not set
46154 +# CONFIG_44x is not set
46155 +# CONFIG_E200 is not set
46156 +CONFIG_E500=y
46157 +CONFIG_BOOKE=y
46158 +CONFIG_FSL_BOOKE=y
46159 +CONFIG_FSL_EMB_PERFMON=y
46160 +# CONFIG_PHYS_64BIT is not set
46161 +CONFIG_SPE=y
46162 +# CONFIG_PPC_MM_SLICES is not set
46163 +CONFIG_PPC32=y
46164 +CONFIG_WORD_SIZE=32
46165 +CONFIG_PPC_MERGE=y
46166 +CONFIG_MMU=y
46167 +CONFIG_GENERIC_CMOS_UPDATE=y
46168 +CONFIG_GENERIC_TIME=y
46169 +CONFIG_GENERIC_TIME_VSYSCALL=y
46170 +CONFIG_GENERIC_CLOCKEVENTS=y
46171 +CONFIG_GENERIC_HARDIRQS=y
46172 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
46173 +CONFIG_IRQ_PER_CPU=y
46174 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
46175 +CONFIG_ARCH_HAS_ILOG2_U32=y
46176 +CONFIG_GENERIC_HWEIGHT=y
46177 +CONFIG_GENERIC_CALIBRATE_DELAY=y
46178 +CONFIG_GENERIC_FIND_NEXT_BIT=y
46179 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
46180 +CONFIG_PPC=y
46181 +CONFIG_EARLY_PRINTK=y
46182 +CONFIG_GENERIC_NVRAM=y
46183 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
46184 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
46185 +CONFIG_PPC_OF=y
46186 +CONFIG_OF=y
46187 +CONFIG_PPC_UDBG_16550=y
46188 +# CONFIG_GENERIC_TBSYNC is not set
46189 +CONFIG_AUDIT_ARCH=y
46190 +CONFIG_GENERIC_BUG=y
46191 +CONFIG_DEFAULT_UIMAGE=y
46192 +# CONFIG_PPC_DCR_NATIVE is not set
46193 +# CONFIG_PPC_DCR_MMIO is not set
46194 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
46195 +
46196 +#
46197 +# General setup
46198 +#
46199 +CONFIG_EXPERIMENTAL=y
46200 +CONFIG_BROKEN_ON_SMP=y
46201 +CONFIG_INIT_ENV_ARG_LIMIT=32
46202 +CONFIG_LOCALVERSION=""
46203 +CONFIG_LOCALVERSION_AUTO=y
46204 +CONFIG_SWAP=y
46205 +CONFIG_SYSVIPC=y
46206 +CONFIG_SYSVIPC_SYSCTL=y
46207 +# CONFIG_POSIX_MQUEUE is not set
46208 +# CONFIG_BSD_PROCESS_ACCT is not set
46209 +# CONFIG_TASKSTATS is not set
46210 +# CONFIG_AUDIT is not set
46211 +# CONFIG_IKCONFIG is not set
46212 +CONFIG_LOG_BUF_SHIFT=14
46213 +# CONFIG_CGROUPS is not set
46214 +CONFIG_GROUP_SCHED=y
46215 +CONFIG_FAIR_GROUP_SCHED=y
46216 +# CONFIG_RT_GROUP_SCHED is not set
46217 +CONFIG_USER_SCHED=y
46218 +# CONFIG_CGROUP_SCHED is not set
46219 +CONFIG_SYSFS_DEPRECATED=y
46220 +CONFIG_SYSFS_DEPRECATED_V2=y
46221 +# CONFIG_RELAY is not set
46222 +# CONFIG_NAMESPACES is not set
46223 +CONFIG_BLK_DEV_INITRD=y
46224 +CONFIG_INITRAMFS_SOURCE=""
46225 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
46226 +CONFIG_SYSCTL=y
46227 +CONFIG_EMBEDDED=y
46228 +CONFIG_SYSCTL_SYSCALL=y
46229 +# CONFIG_KALLSYMS is not set
46230 +# CONFIG_HOTPLUG is not set
46231 +CONFIG_PRINTK=y
46232 +CONFIG_BUG=y
46233 +CONFIG_ELF_CORE=y
46234 +CONFIG_COMPAT_BRK=y
46235 +CONFIG_BASE_FULL=y
46236 +CONFIG_FUTEX=y
46237 +CONFIG_ANON_INODES=y
46238 +# CONFIG_EPOLL is not set
46239 +CONFIG_SIGNALFD=y
46240 +CONFIG_TIMERFD=y
46241 +CONFIG_EVENTFD=y
46242 +CONFIG_SHMEM=y
46243 +CONFIG_VM_EVENT_COUNTERS=y
46244 +CONFIG_SLUB_DEBUG=y
46245 +# CONFIG_SLAB is not set
46246 +CONFIG_SLUB=y
46247 +# CONFIG_SLOB is not set
46248 +# CONFIG_PROFILING is not set
46249 +# CONFIG_MARKERS is not set
46250 +CONFIG_HAVE_OPROFILE=y
46251 +CONFIG_HAVE_KPROBES=y
46252 +CONFIG_HAVE_KRETPROBES=y
46253 +CONFIG_PROC_PAGE_MONITOR=y
46254 +CONFIG_SLABINFO=y
46255 +CONFIG_RT_MUTEXES=y
46256 +# CONFIG_TINY_SHMEM is not set
46257 +CONFIG_BASE_SMALL=0
46258 +# CONFIG_MODULES is not set
46259 +CONFIG_BLOCK=y
46260 +# CONFIG_LBD is not set
46261 +# CONFIG_BLK_DEV_IO_TRACE is not set
46262 +# CONFIG_LSF is not set
46263 +# CONFIG_BLK_DEV_BSG is not set
46264 +
46265 +#
46266 +# IO Schedulers
46267 +#
46268 +CONFIG_IOSCHED_NOOP=y
46269 +CONFIG_IOSCHED_AS=y
46270 +CONFIG_IOSCHED_DEADLINE=y
46271 +CONFIG_IOSCHED_CFQ=y
46272 +CONFIG_DEFAULT_AS=y
46273 +# CONFIG_DEFAULT_DEADLINE is not set
46274 +# CONFIG_DEFAULT_CFQ is not set
46275 +# CONFIG_DEFAULT_NOOP is not set
46276 +CONFIG_DEFAULT_IOSCHED="anticipatory"
46277 +CONFIG_CLASSIC_RCU=y
46278 +
46279 +#
46280 +# Platform support
46281 +#
46282 +# CONFIG_PPC_MPC512x is not set
46283 +# CONFIG_PPC_MPC5121 is not set
46284 +# CONFIG_PPC_CELL is not set
46285 +# CONFIG_PPC_CELL_NATIVE is not set
46286 +# CONFIG_PQ2ADS is not set
46287 +CONFIG_MPC85xx=y
46288 +# CONFIG_MPC8540_ADS is not set
46289 +# CONFIG_MPC8560_ADS is not set
46290 +# CONFIG_MPC85xx_CDS is not set
46291 +# CONFIG_MPC85xx_MDS is not set
46292 +# CONFIG_MPC85xx_DS is not set
46293 +# CONFIG_STX_GP3 is not set
46294 +# CONFIG_TQM8540 is not set
46295 +# CONFIG_TQM8541 is not set
46296 +CONFIG_TQM8555=y
46297 +# CONFIG_TQM8560 is not set
46298 +# CONFIG_SBC8548 is not set
46299 +# CONFIG_SBC8560 is not set
46300 +CONFIG_TQM85xx=y
46301 +# CONFIG_IPIC is not set
46302 +CONFIG_MPIC=y
46303 +# CONFIG_MPIC_WEIRD is not set
46304 +# CONFIG_PPC_I8259 is not set
46305 +# CONFIG_PPC_RTAS is not set
46306 +# CONFIG_MMIO_NVRAM is not set
46307 +# CONFIG_PPC_MPC106 is not set
46308 +# CONFIG_PPC_970_NAP is not set
46309 +# CONFIG_PPC_INDIRECT_IO is not set
46310 +# CONFIG_GENERIC_IOMAP is not set
46311 +# CONFIG_CPU_FREQ is not set
46312 +CONFIG_CPM2=y
46313 +CONFIG_PPC_CPM_NEW_BINDING=y
46314 +# CONFIG_FSL_ULI1575 is not set
46315 +CONFIG_CPM=y
46316 +
46317 +#
46318 +# Kernel options
46319 +#
46320 +# CONFIG_HIGHMEM is not set
46321 +# CONFIG_TICK_ONESHOT is not set
46322 +# CONFIG_NO_HZ is not set
46323 +# CONFIG_HIGH_RES_TIMERS is not set
46324 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
46325 +# CONFIG_HZ_100 is not set
46326 +CONFIG_HZ_250=y
46327 +# CONFIG_HZ_300 is not set
46328 +# CONFIG_HZ_1000 is not set
46329 +CONFIG_HZ=250
46330 +# CONFIG_SCHED_HRTICK is not set
46331 +CONFIG_PREEMPT_NONE=y
46332 +# CONFIG_PREEMPT_VOLUNTARY is not set
46333 +# CONFIG_PREEMPT is not set
46334 +CONFIG_BINFMT_ELF=y
46335 +# CONFIG_BINFMT_MISC is not set
46336 +CONFIG_MATH_EMULATION=y
46337 +# CONFIG_IOMMU_HELPER is not set
46338 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
46339 +CONFIG_ARCH_HAS_WALK_MEMORY=y
46340 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
46341 +CONFIG_ARCH_FLATMEM_ENABLE=y
46342 +CONFIG_ARCH_POPULATES_NODE_MAP=y
46343 +CONFIG_SELECT_MEMORY_MODEL=y
46344 +CONFIG_FLATMEM_MANUAL=y
46345 +# CONFIG_DISCONTIGMEM_MANUAL is not set
46346 +# CONFIG_SPARSEMEM_MANUAL is not set
46347 +CONFIG_FLATMEM=y
46348 +CONFIG_FLAT_NODE_MEM_MAP=y
46349 +# CONFIG_SPARSEMEM_STATIC is not set
46350 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
46351 +CONFIG_SPLIT_PTLOCK_CPUS=4
46352 +# CONFIG_RESOURCES_64BIT is not set
46353 +CONFIG_ZONE_DMA_FLAG=1
46354 +CONFIG_BOUNCE=y
46355 +CONFIG_VIRT_TO_BUS=y
46356 +# CONFIG_PROC_DEVICETREE is not set
46357 +# CONFIG_CMDLINE_BOOL is not set
46358 +# CONFIG_PM is not set
46359 +CONFIG_SECCOMP=y
46360 +CONFIG_ISA_DMA_API=y
46361 +
46362 +#
46363 +# Bus options
46364 +#
46365 +CONFIG_ZONE_DMA=y
46366 +CONFIG_PPC_INDIRECT_PCI=y
46367 +CONFIG_FSL_SOC=y
46368 +CONFIG_FSL_PCI=y
46369 +CONFIG_PCI=y
46370 +CONFIG_PCI_DOMAINS=y
46371 +CONFIG_PCI_SYSCALL=y
46372 +# CONFIG_PCIEPORTBUS is not set
46373 +CONFIG_ARCH_SUPPORTS_MSI=y
46374 +# CONFIG_PCI_MSI is not set
46375 +CONFIG_PCI_LEGACY=y
46376 +
46377 +#
46378 +# Advanced setup
46379 +#
46380 +# CONFIG_ADVANCED_OPTIONS is not set
46381 +
46382 +#
46383 +# Default settings for advanced configuration options are used
46384 +#
46385 +CONFIG_HIGHMEM_START=0xfe000000
46386 +CONFIG_LOWMEM_SIZE=0x30000000
46387 +CONFIG_KERNEL_START=0xc0000000
46388 +CONFIG_TASK_SIZE=0xc0000000
46389 +CONFIG_BOOT_LOAD=0x00800000
46390 +
46391 +#
46392 +# Networking
46393 +#
46394 +CONFIG_NET=y
46395 +
46396 +#
46397 +# Networking options
46398 +#
46399 +CONFIG_PACKET=y
46400 +# CONFIG_PACKET_MMAP is not set
46401 +CONFIG_UNIX=y
46402 +CONFIG_XFRM=y
46403 +# CONFIG_XFRM_USER is not set
46404 +# CONFIG_XFRM_SUB_POLICY is not set
46405 +# CONFIG_XFRM_MIGRATE is not set
46406 +# CONFIG_XFRM_STATISTICS is not set
46407 +# CONFIG_NET_KEY is not set
46408 +CONFIG_INET=y
46409 +CONFIG_IP_MULTICAST=y
46410 +# CONFIG_IP_ADVANCED_ROUTER is not set
46411 +CONFIG_IP_FIB_HASH=y
46412 +CONFIG_IP_PNP=y
46413 +CONFIG_IP_PNP_DHCP=y
46414 +CONFIG_IP_PNP_BOOTP=y
46415 +# CONFIG_IP_PNP_RARP is not set
46416 +# CONFIG_NET_IPIP is not set
46417 +# CONFIG_NET_IPGRE is not set
46418 +# CONFIG_IP_MROUTE is not set
46419 +# CONFIG_ARPD is not set
46420 +CONFIG_SYN_COOKIES=y
46421 +# CONFIG_INET_AH is not set
46422 +# CONFIG_INET_ESP is not set
46423 +# CONFIG_INET_IPCOMP is not set
46424 +# CONFIG_INET_XFRM_TUNNEL is not set
46425 +# CONFIG_INET_TUNNEL is not set
46426 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
46427 +CONFIG_INET_XFRM_MODE_TUNNEL=y
46428 +CONFIG_INET_XFRM_MODE_BEET=y
46429 +# CONFIG_INET_LRO is not set
46430 +CONFIG_INET_DIAG=y
46431 +CONFIG_INET_TCP_DIAG=y
46432 +# CONFIG_TCP_CONG_ADVANCED is not set
46433 +CONFIG_TCP_CONG_CUBIC=y
46434 +CONFIG_DEFAULT_TCP_CONG="cubic"
46435 +# CONFIG_TCP_MD5SIG is not set
46436 +# CONFIG_IPV6 is not set
46437 +# CONFIG_INET6_XFRM_TUNNEL is not set
46438 +# CONFIG_INET6_TUNNEL is not set
46439 +# CONFIG_NETWORK_SECMARK is not set
46440 +# CONFIG_NETFILTER is not set
46441 +# CONFIG_IP_DCCP is not set
46442 +# CONFIG_IP_SCTP is not set
46443 +# CONFIG_TIPC is not set
46444 +# CONFIG_ATM is not set
46445 +# CONFIG_BRIDGE is not set
46446 +# CONFIG_VLAN_8021Q is not set
46447 +# CONFIG_DECNET is not set
46448 +# CONFIG_LLC2 is not set
46449 +# CONFIG_IPX is not set
46450 +# CONFIG_ATALK is not set
46451 +# CONFIG_X25 is not set
46452 +# CONFIG_LAPB is not set
46453 +# CONFIG_ECONET is not set
46454 +# CONFIG_WAN_ROUTER is not set
46455 +# CONFIG_NET_SCHED is not set
46456 +
46457 +#
46458 +# Network testing
46459 +#
46460 +# CONFIG_NET_PKTGEN is not set
46461 +# CONFIG_HAMRADIO is not set
46462 +# CONFIG_CAN is not set
46463 +# CONFIG_IRDA is not set
46464 +# CONFIG_BT is not set
46465 +# CONFIG_AF_RXRPC is not set
46466 +
46467 +#
46468 +# Wireless
46469 +#
46470 +# CONFIG_CFG80211 is not set
46471 +# CONFIG_WIRELESS_EXT is not set
46472 +# CONFIG_MAC80211 is not set
46473 +# CONFIG_IEEE80211 is not set
46474 +# CONFIG_RFKILL is not set
46475 +# CONFIG_NET_9P is not set
46476 +
46477 +#
46478 +# Device Drivers
46479 +#
46480 +
46481 +#
46482 +# Generic Driver Options
46483 +#
46484 +CONFIG_STANDALONE=y
46485 +CONFIG_PREVENT_FIRMWARE_BUILD=y
46486 +# CONFIG_SYS_HYPERVISOR is not set
46487 +# CONFIG_CONNECTOR is not set
46488 +CONFIG_MTD=y
46489 +# CONFIG_MTD_DEBUG is not set
46490 +CONFIG_MTD_CONCAT=y
46491 +CONFIG_MTD_PARTITIONS=y
46492 +# CONFIG_MTD_REDBOOT_PARTS is not set
46493 +CONFIG_MTD_CMDLINE_PARTS=y
46494 +# CONFIG_MTD_OF_PARTS is not set
46495 +
46496 +#
46497 +# User Modules And Translation Layers
46498 +#
46499 +CONFIG_MTD_CHAR=y
46500 +CONFIG_MTD_BLKDEVS=y
46501 +CONFIG_MTD_BLOCK=y
46502 +# CONFIG_FTL is not set
46503 +# CONFIG_NFTL is not set
46504 +# CONFIG_INFTL is not set
46505 +# CONFIG_RFD_FTL is not set
46506 +# CONFIG_SSFDC is not set
46507 +# CONFIG_MTD_OOPS is not set
46508 +
46509 +#
46510 +# RAM/ROM/Flash chip drivers
46511 +#
46512 +CONFIG_MTD_CFI=y
46513 +# CONFIG_MTD_JEDECPROBE is not set
46514 +CONFIG_MTD_GEN_PROBE=y
46515 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
46516 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
46517 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
46518 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
46519 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
46520 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
46521 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
46522 +CONFIG_MTD_CFI_I1=y
46523 +CONFIG_MTD_CFI_I2=y
46524 +# CONFIG_MTD_CFI_I4 is not set
46525 +# CONFIG_MTD_CFI_I8 is not set
46526 +# CONFIG_MTD_CFI_INTELEXT is not set
46527 +CONFIG_MTD_CFI_AMDSTD=y
46528 +# CONFIG_MTD_CFI_STAA is not set
46529 +CONFIG_MTD_CFI_UTIL=y
46530 +# CONFIG_MTD_RAM is not set
46531 +# CONFIG_MTD_ROM is not set
46532 +# CONFIG_MTD_ABSENT is not set
46533 +
46534 +#
46535 +# Mapping drivers for chip access
46536 +#
46537 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
46538 +# CONFIG_MTD_PHYSMAP is not set
46539 +# CONFIG_MTD_PHYSMAP_OF is not set
46540 +# CONFIG_MTD_INTEL_VR_NOR is not set
46541 +# CONFIG_MTD_PLATRAM is not set
46542 +
46543 +#
46544 +# Self-contained MTD device drivers
46545 +#
46546 +# CONFIG_MTD_PMC551 is not set
46547 +# CONFIG_MTD_SLRAM is not set
46548 +# CONFIG_MTD_PHRAM is not set
46549 +# CONFIG_MTD_MTDRAM is not set
46550 +# CONFIG_MTD_BLOCK2MTD is not set
46551 +
46552 +#
46553 +# Disk-On-Chip Device Drivers
46554 +#
46555 +# CONFIG_MTD_DOC2000 is not set
46556 +# CONFIG_MTD_DOC2001 is not set
46557 +# CONFIG_MTD_DOC2001PLUS is not set
46558 +# CONFIG_MTD_NAND is not set
46559 +# CONFIG_MTD_ONENAND is not set
46560 +
46561 +#
46562 +# UBI - Unsorted block images
46563 +#
46564 +# CONFIG_MTD_UBI is not set
46565 +CONFIG_OF_DEVICE=y
46566 +# CONFIG_PARPORT is not set
46567 +CONFIG_BLK_DEV=y
46568 +# CONFIG_BLK_DEV_FD is not set
46569 +# CONFIG_BLK_CPQ_DA is not set
46570 +# CONFIG_BLK_CPQ_CISS_DA is not set
46571 +# CONFIG_BLK_DEV_DAC960 is not set
46572 +# CONFIG_BLK_DEV_UMEM is not set
46573 +# CONFIG_BLK_DEV_COW_COMMON is not set
46574 +CONFIG_BLK_DEV_LOOP=y
46575 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
46576 +# CONFIG_BLK_DEV_NBD is not set
46577 +# CONFIG_BLK_DEV_SX8 is not set
46578 +CONFIG_BLK_DEV_RAM=y
46579 +CONFIG_BLK_DEV_RAM_COUNT=16
46580 +CONFIG_BLK_DEV_RAM_SIZE=32768
46581 +# CONFIG_BLK_DEV_XIP is not set
46582 +# CONFIG_CDROM_PKTCDVD is not set
46583 +# CONFIG_ATA_OVER_ETH is not set
46584 +CONFIG_MISC_DEVICES=y
46585 +# CONFIG_PHANTOM is not set
46586 +# CONFIG_EEPROM_93CX6 is not set
46587 +# CONFIG_SGI_IOC4 is not set
46588 +# CONFIG_TIFM_CORE is not set
46589 +# CONFIG_ENCLOSURE_SERVICES is not set
46590 +CONFIG_HAVE_IDE=y
46591 +CONFIG_IDE=y
46592 +CONFIG_IDE_MAX_HWIFS=4
46593 +CONFIG_BLK_DEV_IDE=y
46594 +
46595 +#
46596 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
46597 +#
46598 +# CONFIG_BLK_DEV_IDE_SATA is not set
46599 +CONFIG_BLK_DEV_IDEDISK=y
46600 +# CONFIG_IDEDISK_MULTI_MODE is not set
46601 +# CONFIG_BLK_DEV_IDECD is not set
46602 +# CONFIG_BLK_DEV_IDETAPE is not set
46603 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
46604 +# CONFIG_IDE_TASK_IOCTL is not set
46605 +CONFIG_IDE_PROC_FS=y
46606 +
46607 +#
46608 +# IDE chipset support/bugfixes
46609 +#
46610 +CONFIG_IDE_GENERIC=y
46611 +# CONFIG_BLK_DEV_PLATFORM is not set
46612 +CONFIG_BLK_DEV_IDEDMA_SFF=y
46613 +
46614 +#
46615 +# PCI IDE chipsets support
46616 +#
46617 +CONFIG_BLK_DEV_IDEPCI=y
46618 +CONFIG_IDEPCI_PCIBUS_ORDER=y
46619 +# CONFIG_BLK_DEV_OFFBOARD is not set
46620 +CONFIG_BLK_DEV_GENERIC=y
46621 +# CONFIG_BLK_DEV_OPTI621 is not set
46622 +CONFIG_BLK_DEV_IDEDMA_PCI=y
46623 +# CONFIG_BLK_DEV_AEC62XX is not set
46624 +# CONFIG_BLK_DEV_ALI15X3 is not set
46625 +# CONFIG_BLK_DEV_AMD74XX is not set
46626 +# CONFIG_BLK_DEV_CMD64X is not set
46627 +# CONFIG_BLK_DEV_TRIFLEX is not set
46628 +# CONFIG_BLK_DEV_CY82C693 is not set
46629 +# CONFIG_BLK_DEV_CS5520 is not set
46630 +# CONFIG_BLK_DEV_CS5530 is not set
46631 +# CONFIG_BLK_DEV_HPT34X is not set
46632 +# CONFIG_BLK_DEV_HPT366 is not set
46633 +# CONFIG_BLK_DEV_JMICRON is not set
46634 +# CONFIG_BLK_DEV_SC1200 is not set
46635 +# CONFIG_BLK_DEV_PIIX is not set
46636 +# CONFIG_BLK_DEV_IT8213 is not set
46637 +# CONFIG_BLK_DEV_IT821X is not set
46638 +# CONFIG_BLK_DEV_NS87415 is not set
46639 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
46640 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
46641 +# CONFIG_BLK_DEV_SVWKS is not set
46642 +# CONFIG_BLK_DEV_SIIMAGE is not set
46643 +# CONFIG_BLK_DEV_SL82C105 is not set
46644 +# CONFIG_BLK_DEV_SLC90E66 is not set
46645 +# CONFIG_BLK_DEV_TRM290 is not set
46646 +CONFIG_BLK_DEV_VIA82CXXX=y
46647 +# CONFIG_BLK_DEV_TC86C001 is not set
46648 +CONFIG_BLK_DEV_IDEDMA=y
46649 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
46650 +# CONFIG_BLK_DEV_HD is not set
46651 +
46652 +#
46653 +# SCSI device support
46654 +#
46655 +# CONFIG_RAID_ATTRS is not set
46656 +# CONFIG_SCSI is not set
46657 +# CONFIG_SCSI_DMA is not set
46658 +# CONFIG_SCSI_NETLINK is not set
46659 +# CONFIG_ATA is not set
46660 +# CONFIG_MD is not set
46661 +# CONFIG_FUSION is not set
46662 +
46663 +#
46664 +# IEEE 1394 (FireWire) support
46665 +#
46666 +# CONFIG_FIREWIRE is not set
46667 +# CONFIG_IEEE1394 is not set
46668 +# CONFIG_I2O is not set
46669 +# CONFIG_MACINTOSH_DRIVERS is not set
46670 +CONFIG_NETDEVICES=y
46671 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
46672 +# CONFIG_DUMMY is not set
46673 +# CONFIG_BONDING is not set
46674 +# CONFIG_MACVLAN is not set
46675 +# CONFIG_EQUALIZER is not set
46676 +# CONFIG_TUN is not set
46677 +# CONFIG_VETH is not set
46678 +# CONFIG_ARCNET is not set
46679 +CONFIG_PHYLIB=y
46680 +
46681 +#
46682 +# MII PHY device drivers
46683 +#
46684 +# CONFIG_MARVELL_PHY is not set
46685 +# CONFIG_DAVICOM_PHY is not set
46686 +# CONFIG_QSEMI_PHY is not set
46687 +# CONFIG_LXT_PHY is not set
46688 +# CONFIG_CICADA_PHY is not set
46689 +# CONFIG_VITESSE_PHY is not set
46690 +# CONFIG_SMSC_PHY is not set
46691 +# CONFIG_BROADCOM_PHY is not set
46692 +# CONFIG_ICPLUS_PHY is not set
46693 +# CONFIG_REALTEK_PHY is not set
46694 +# CONFIG_FIXED_PHY is not set
46695 +# CONFIG_MDIO_BITBANG is not set
46696 +CONFIG_NET_ETHERNET=y
46697 +CONFIG_MII=y
46698 +# CONFIG_HAPPYMEAL is not set
46699 +# CONFIG_SUNGEM is not set
46700 +# CONFIG_CASSINI is not set
46701 +# CONFIG_NET_VENDOR_3COM is not set
46702 +# CONFIG_NET_TULIP is not set
46703 +# CONFIG_HP100 is not set
46704 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
46705 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
46706 +# CONFIG_IBM_NEW_EMAC_TAH is not set
46707 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
46708 +CONFIG_NET_PCI=y
46709 +# CONFIG_PCNET32 is not set
46710 +# CONFIG_AMD8111_ETH is not set
46711 +# CONFIG_ADAPTEC_STARFIRE is not set
46712 +# CONFIG_B44 is not set
46713 +# CONFIG_FORCEDETH is not set
46714 +# CONFIG_EEPRO100 is not set
46715 +CONFIG_E100=y
46716 +# CONFIG_FEALNX is not set
46717 +# CONFIG_NATSEMI is not set
46718 +# CONFIG_NE2K_PCI is not set
46719 +# CONFIG_8139CP is not set
46720 +# CONFIG_8139TOO is not set
46721 +# CONFIG_R6040 is not set
46722 +# CONFIG_SIS900 is not set
46723 +# CONFIG_EPIC100 is not set
46724 +# CONFIG_SUNDANCE is not set
46725 +# CONFIG_TLAN is not set
46726 +# CONFIG_VIA_RHINE is not set
46727 +# CONFIG_SC92031 is not set
46728 +# CONFIG_FS_ENET is not set
46729 +CONFIG_NETDEV_1000=y
46730 +# CONFIG_ACENIC is not set
46731 +# CONFIG_DL2K is not set
46732 +# CONFIG_E1000 is not set
46733 +# CONFIG_E1000E is not set
46734 +# CONFIG_E1000E_ENABLED is not set
46735 +# CONFIG_IP1000 is not set
46736 +# CONFIG_IGB is not set
46737 +# CONFIG_NS83820 is not set
46738 +# CONFIG_HAMACHI is not set
46739 +# CONFIG_YELLOWFIN is not set
46740 +# CONFIG_R8169 is not set
46741 +# CONFIG_SIS190 is not set
46742 +# CONFIG_SKGE is not set
46743 +# CONFIG_SKY2 is not set
46744 +# CONFIG_SK98LIN is not set
46745 +# CONFIG_VIA_VELOCITY is not set
46746 +# CONFIG_TIGON3 is not set
46747 +# CONFIG_BNX2 is not set
46748 +CONFIG_GIANFAR=y
46749 +CONFIG_GFAR_NAPI=y
46750 +# CONFIG_QLA3XXX is not set
46751 +# CONFIG_ATL1 is not set
46752 +CONFIG_NETDEV_10000=y
46753 +# CONFIG_CHELSIO_T1 is not set
46754 +# CONFIG_CHELSIO_T3 is not set
46755 +# CONFIG_IXGBE is not set
46756 +# CONFIG_IXGB is not set
46757 +# CONFIG_S2IO is not set
46758 +# CONFIG_MYRI10GE is not set
46759 +# CONFIG_NETXEN_NIC is not set
46760 +# CONFIG_NIU is not set
46761 +# CONFIG_MLX4_CORE is not set
46762 +# CONFIG_TEHUTI is not set
46763 +# CONFIG_BNX2X is not set
46764 +# CONFIG_TR is not set
46765 +
46766 +#
46767 +# Wireless LAN
46768 +#
46769 +# CONFIG_WLAN_PRE80211 is not set
46770 +# CONFIG_WLAN_80211 is not set
46771 +# CONFIG_WAN is not set
46772 +# CONFIG_FDDI is not set
46773 +# CONFIG_HIPPI is not set
46774 +# CONFIG_PPP is not set
46775 +# CONFIG_SLIP is not set
46776 +# CONFIG_NETCONSOLE is not set
46777 +# CONFIG_NETPOLL is not set
46778 +# CONFIG_NET_POLL_CONTROLLER is not set
46779 +# CONFIG_ISDN is not set
46780 +# CONFIG_PHONE is not set
46781 +
46782 +#
46783 +# Input device support
46784 +#
46785 +CONFIG_INPUT=y
46786 +# CONFIG_INPUT_FF_MEMLESS is not set
46787 +# CONFIG_INPUT_POLLDEV is not set
46788 +
46789 +#
46790 +# Userland interfaces
46791 +#
46792 +# CONFIG_INPUT_MOUSEDEV is not set
46793 +# CONFIG_INPUT_JOYDEV is not set
46794 +# CONFIG_INPUT_EVDEV is not set
46795 +# CONFIG_INPUT_EVBUG is not set
46796 +
46797 +#
46798 +# Input Device Drivers
46799 +#
46800 +# CONFIG_INPUT_KEYBOARD is not set
46801 +# CONFIG_INPUT_MOUSE is not set
46802 +# CONFIG_INPUT_JOYSTICK is not set
46803 +# CONFIG_INPUT_TABLET is not set
46804 +# CONFIG_INPUT_TOUCHSCREEN is not set
46805 +# CONFIG_INPUT_MISC is not set
46806 +
46807 +#
46808 +# Hardware I/O ports
46809 +#
46810 +# CONFIG_SERIO is not set
46811 +# CONFIG_GAMEPORT is not set
46812 +
46813 +#
46814 +# Character devices
46815 +#
46816 +# CONFIG_VT is not set
46817 +# CONFIG_SERIAL_NONSTANDARD is not set
46818 +# CONFIG_NOZOMI is not set
46819 +
46820 +#
46821 +# Serial drivers
46822 +#
46823 +CONFIG_SERIAL_8250=y
46824 +CONFIG_SERIAL_8250_CONSOLE=y
46825 +CONFIG_SERIAL_8250_PCI=y
46826 +CONFIG_SERIAL_8250_NR_UARTS=4
46827 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
46828 +# CONFIG_SERIAL_8250_EXTENDED is not set
46829 +CONFIG_SERIAL_8250_SHARE_IRQ=y
46830 +
46831 +#
46832 +# Non-8250 serial port support
46833 +#
46834 +# CONFIG_SERIAL_UARTLITE is not set
46835 +CONFIG_SERIAL_CORE=y
46836 +CONFIG_SERIAL_CORE_CONSOLE=y
46837 +CONFIG_SERIAL_CPM=y
46838 +CONFIG_SERIAL_CPM_CONSOLE=y
46839 +CONFIG_SERIAL_CPM_SCC1=y
46840 +# CONFIG_SERIAL_CPM_SCC2 is not set
46841 +# CONFIG_SERIAL_CPM_SCC3 is not set
46842 +# CONFIG_SERIAL_CPM_SCC4 is not set
46843 +# CONFIG_SERIAL_CPM_SMC1 is not set
46844 +# CONFIG_SERIAL_CPM_SMC2 is not set
46845 +# CONFIG_SERIAL_JSM is not set
46846 +# CONFIG_SERIAL_OF_PLATFORM is not set
46847 +CONFIG_UNIX98_PTYS=y
46848 +CONFIG_LEGACY_PTYS=y
46849 +CONFIG_LEGACY_PTY_COUNT=256
46850 +# CONFIG_IPMI_HANDLER is not set
46851 +CONFIG_HW_RANDOM=y
46852 +# CONFIG_NVRAM is not set
46853 +CONFIG_GEN_RTC=y
46854 +# CONFIG_GEN_RTC_X is not set
46855 +# CONFIG_R3964 is not set
46856 +# CONFIG_APPLICOM is not set
46857 +# CONFIG_RAW_DRIVER is not set
46858 +# CONFIG_TCG_TPM is not set
46859 +CONFIG_DEVPORT=y
46860 +CONFIG_I2C=y
46861 +CONFIG_I2C_BOARDINFO=y
46862 +CONFIG_I2C_CHARDEV=y
46863 +
46864 +#
46865 +# I2C Algorithms
46866 +#
46867 +# CONFIG_I2C_ALGOBIT is not set
46868 +# CONFIG_I2C_ALGOPCF is not set
46869 +# CONFIG_I2C_ALGOPCA is not set
46870 +
46871 +#
46872 +# I2C Hardware Bus support
46873 +#
46874 +# CONFIG_I2C_ALI1535 is not set
46875 +# CONFIG_I2C_ALI1563 is not set
46876 +# CONFIG_I2C_ALI15X3 is not set
46877 +# CONFIG_I2C_AMD756 is not set
46878 +# CONFIG_I2C_AMD8111 is not set
46879 +# CONFIG_I2C_I801 is not set
46880 +# CONFIG_I2C_I810 is not set
46881 +# CONFIG_I2C_PIIX4 is not set
46882 +CONFIG_I2C_MPC=y
46883 +# CONFIG_I2C_NFORCE2 is not set
46884 +# CONFIG_I2C_OCORES is not set
46885 +# CONFIG_I2C_PARPORT_LIGHT is not set
46886 +# CONFIG_I2C_PROSAVAGE is not set
46887 +# CONFIG_I2C_SAVAGE4 is not set
46888 +# CONFIG_I2C_SIMTEC is not set
46889 +# CONFIG_I2C_SIS5595 is not set
46890 +# CONFIG_I2C_SIS630 is not set
46891 +# CONFIG_I2C_SIS96X is not set
46892 +# CONFIG_I2C_TAOS_EVM is not set
46893 +# CONFIG_I2C_VIA is not set
46894 +# CONFIG_I2C_VIAPRO is not set
46895 +# CONFIG_I2C_VOODOO3 is not set
46896 +
46897 +#
46898 +# Miscellaneous I2C Chip support
46899 +#
46900 +# CONFIG_DS1682 is not set
46901 +# CONFIG_SENSORS_EEPROM is not set
46902 +# CONFIG_SENSORS_PCF8574 is not set
46903 +# CONFIG_PCF8575 is not set
46904 +# CONFIG_SENSORS_PCF8591 is not set
46905 +# CONFIG_TPS65010 is not set
46906 +# CONFIG_SENSORS_MAX6875 is not set
46907 +# CONFIG_SENSORS_TSL2550 is not set
46908 +# CONFIG_I2C_DEBUG_CORE is not set
46909 +# CONFIG_I2C_DEBUG_ALGO is not set
46910 +# CONFIG_I2C_DEBUG_BUS is not set
46911 +# CONFIG_I2C_DEBUG_CHIP is not set
46912 +
46913 +#
46914 +# SPI support
46915 +#
46916 +# CONFIG_SPI is not set
46917 +# CONFIG_SPI_MASTER is not set
46918 +# CONFIG_W1 is not set
46919 +# CONFIG_POWER_SUPPLY is not set
46920 +CONFIG_HWMON=y
46921 +# CONFIG_HWMON_VID is not set
46922 +# CONFIG_SENSORS_AD7418 is not set
46923 +# CONFIG_SENSORS_ADM1021 is not set
46924 +# CONFIG_SENSORS_ADM1025 is not set
46925 +# CONFIG_SENSORS_ADM1026 is not set
46926 +# CONFIG_SENSORS_ADM1029 is not set
46927 +# CONFIG_SENSORS_ADM1031 is not set
46928 +# CONFIG_SENSORS_ADM9240 is not set
46929 +# CONFIG_SENSORS_ADT7470 is not set
46930 +# CONFIG_SENSORS_ADT7473 is not set
46931 +# CONFIG_SENSORS_ATXP1 is not set
46932 +# CONFIG_SENSORS_DS1621 is not set
46933 +# CONFIG_SENSORS_I5K_AMB is not set
46934 +# CONFIG_SENSORS_F71805F is not set
46935 +# CONFIG_SENSORS_F71882FG is not set
46936 +# CONFIG_SENSORS_F75375S is not set
46937 +# CONFIG_SENSORS_GL518SM is not set
46938 +# CONFIG_SENSORS_GL520SM is not set
46939 +# CONFIG_SENSORS_IT87 is not set
46940 +# CONFIG_SENSORS_LM63 is not set
46941 +CONFIG_SENSORS_LM75=y
46942 +# CONFIG_SENSORS_LM77 is not set
46943 +# CONFIG_SENSORS_LM78 is not set
46944 +# CONFIG_SENSORS_LM80 is not set
46945 +# CONFIG_SENSORS_LM83 is not set
46946 +# CONFIG_SENSORS_LM85 is not set
46947 +# CONFIG_SENSORS_LM87 is not set
46948 +# CONFIG_SENSORS_LM90 is not set
46949 +# CONFIG_SENSORS_LM92 is not set
46950 +# CONFIG_SENSORS_LM93 is not set
46951 +# CONFIG_SENSORS_MAX1619 is not set
46952 +# CONFIG_SENSORS_MAX6650 is not set
46953 +# CONFIG_SENSORS_PC87360 is not set
46954 +# CONFIG_SENSORS_PC87427 is not set
46955 +# CONFIG_SENSORS_SIS5595 is not set
46956 +# CONFIG_SENSORS_DME1737 is not set
46957 +# CONFIG_SENSORS_SMSC47M1 is not set
46958 +# CONFIG_SENSORS_SMSC47M192 is not set
46959 +# CONFIG_SENSORS_SMSC47B397 is not set
46960 +# CONFIG_SENSORS_ADS7828 is not set
46961 +# CONFIG_SENSORS_THMC50 is not set
46962 +# CONFIG_SENSORS_VIA686A is not set
46963 +# CONFIG_SENSORS_VT1211 is not set
46964 +# CONFIG_SENSORS_VT8231 is not set
46965 +# CONFIG_SENSORS_W83781D is not set
46966 +# CONFIG_SENSORS_W83791D is not set
46967 +# CONFIG_SENSORS_W83792D is not set
46968 +# CONFIG_SENSORS_W83793 is not set
46969 +# CONFIG_SENSORS_W83L785TS is not set
46970 +# CONFIG_SENSORS_W83L786NG is not set
46971 +# CONFIG_SENSORS_W83627HF is not set
46972 +# CONFIG_SENSORS_W83627EHF is not set
46973 +CONFIG_HWMON_DEBUG_CHIP=y
46974 +# CONFIG_THERMAL is not set
46975 +# CONFIG_WATCHDOG is not set
46976 +
46977 +#
46978 +# Sonics Silicon Backplane
46979 +#
46980 +CONFIG_SSB_POSSIBLE=y
46981 +# CONFIG_SSB is not set
46982 +
46983 +#
46984 +# Multifunction device drivers
46985 +#
46986 +# CONFIG_MFD_SM501 is not set
46987 +
46988 +#
46989 +# Multimedia devices
46990 +#
46991 +# CONFIG_VIDEO_DEV is not set
46992 +# CONFIG_DVB_CORE is not set
46993 +CONFIG_DAB=y
46994 +
46995 +#
46996 +# Graphics support
46997 +#
46998 +# CONFIG_AGP is not set
46999 +# CONFIG_DRM is not set
47000 +# CONFIG_VGASTATE is not set
47001 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
47002 +# CONFIG_FB is not set
47003 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
47004 +
47005 +#
47006 +# Display device support
47007 +#
47008 +# CONFIG_DISPLAY_SUPPORT is not set
47009 +
47010 +#
47011 +# Sound
47012 +#
47013 +# CONFIG_SOUND is not set
47014 +CONFIG_HID_SUPPORT=y
47015 +CONFIG_HID=y
47016 +# CONFIG_HID_DEBUG is not set
47017 +# CONFIG_HIDRAW is not set
47018 +CONFIG_USB_SUPPORT=y
47019 +CONFIG_USB_ARCH_HAS_HCD=y
47020 +CONFIG_USB_ARCH_HAS_OHCI=y
47021 +CONFIG_USB_ARCH_HAS_EHCI=y
47022 +# CONFIG_USB is not set
47023 +
47024 +#
47025 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
47026 +#
47027 +# CONFIG_USB_GADGET is not set
47028 +# CONFIG_MMC is not set
47029 +# CONFIG_MEMSTICK is not set
47030 +# CONFIG_NEW_LEDS is not set
47031 +# CONFIG_INFINIBAND is not set
47032 +# CONFIG_EDAC is not set
47033 +# CONFIG_RTC_CLASS is not set
47034 +# CONFIG_DMADEVICES is not set
47035 +
47036 +#
47037 +# Userspace I/O
47038 +#
47039 +# CONFIG_UIO is not set
47040 +
47041 +#
47042 +# File systems
47043 +#
47044 +CONFIG_EXT2_FS=y
47045 +# CONFIG_EXT2_FS_XATTR is not set
47046 +# CONFIG_EXT2_FS_XIP is not set
47047 +CONFIG_EXT3_FS=y
47048 +CONFIG_EXT3_FS_XATTR=y
47049 +# CONFIG_EXT3_FS_POSIX_ACL is not set
47050 +# CONFIG_EXT3_FS_SECURITY is not set
47051 +# CONFIG_EXT4DEV_FS is not set
47052 +CONFIG_JBD=y
47053 +CONFIG_FS_MBCACHE=y
47054 +# CONFIG_REISERFS_FS is not set
47055 +# CONFIG_JFS_FS is not set
47056 +# CONFIG_FS_POSIX_ACL is not set
47057 +# CONFIG_XFS_FS is not set
47058 +# CONFIG_GFS2_FS is not set
47059 +# CONFIG_OCFS2_FS is not set
47060 +CONFIG_DNOTIFY=y
47061 +CONFIG_INOTIFY=y
47062 +CONFIG_INOTIFY_USER=y
47063 +# CONFIG_QUOTA is not set
47064 +# CONFIG_AUTOFS_FS is not set
47065 +# CONFIG_AUTOFS4_FS is not set
47066 +# CONFIG_FUSE_FS is not set
47067 +
47068 +#
47069 +# CD-ROM/DVD Filesystems
47070 +#
47071 +# CONFIG_ISO9660_FS is not set
47072 +# CONFIG_UDF_FS is not set
47073 +
47074 +#
47075 +# DOS/FAT/NT Filesystems
47076 +#
47077 +# CONFIG_MSDOS_FS is not set
47078 +# CONFIG_VFAT_FS is not set
47079 +# CONFIG_NTFS_FS is not set
47080 +
47081 +#
47082 +# Pseudo filesystems
47083 +#
47084 +CONFIG_PROC_FS=y
47085 +CONFIG_PROC_KCORE=y
47086 +CONFIG_PROC_SYSCTL=y
47087 +CONFIG_SYSFS=y
47088 +CONFIG_TMPFS=y
47089 +# CONFIG_TMPFS_POSIX_ACL is not set
47090 +# CONFIG_HUGETLB_PAGE is not set
47091 +# CONFIG_CONFIGFS_FS is not set
47092 +
47093 +#
47094 +# Miscellaneous filesystems
47095 +#
47096 +# CONFIG_ADFS_FS is not set
47097 +# CONFIG_AFFS_FS is not set
47098 +# CONFIG_HFS_FS is not set
47099 +# CONFIG_HFSPLUS_FS is not set
47100 +# CONFIG_BEFS_FS is not set
47101 +# CONFIG_BFS_FS is not set
47102 +# CONFIG_EFS_FS is not set
47103 +CONFIG_JFFS2_FS=y
47104 +CONFIG_JFFS2_FS_DEBUG=0
47105 +CONFIG_JFFS2_FS_WRITEBUFFER=y
47106 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
47107 +# CONFIG_JFFS2_SUMMARY is not set
47108 +# CONFIG_JFFS2_FS_XATTR is not set
47109 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
47110 +CONFIG_JFFS2_ZLIB=y
47111 +# CONFIG_JFFS2_LZO is not set
47112 +CONFIG_JFFS2_RTIME=y
47113 +# CONFIG_JFFS2_RUBIN is not set
47114 +CONFIG_CRAMFS=y
47115 +# CONFIG_VXFS_FS is not set
47116 +# CONFIG_MINIX_FS is not set
47117 +# CONFIG_HPFS_FS is not set
47118 +# CONFIG_QNX4FS_FS is not set
47119 +# CONFIG_ROMFS_FS is not set
47120 +# CONFIG_SYSV_FS is not set
47121 +# CONFIG_UFS_FS is not set
47122 +CONFIG_NETWORK_FILESYSTEMS=y
47123 +CONFIG_NFS_FS=y
47124 +# CONFIG_NFS_V3 is not set
47125 +# CONFIG_NFS_V4 is not set
47126 +# CONFIG_NFS_DIRECTIO is not set
47127 +# CONFIG_NFSD is not set
47128 +CONFIG_ROOT_NFS=y
47129 +CONFIG_LOCKD=y
47130 +CONFIG_NFS_COMMON=y
47131 +CONFIG_SUNRPC=y
47132 +# CONFIG_SUNRPC_BIND34 is not set
47133 +# CONFIG_RPCSEC_GSS_KRB5 is not set
47134 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
47135 +# CONFIG_SMB_FS is not set
47136 +# CONFIG_CIFS is not set
47137 +# CONFIG_NCP_FS is not set
47138 +# CONFIG_CODA_FS is not set
47139 +# CONFIG_AFS_FS is not set
47140 +
47141 +#
47142 +# Partition Types
47143 +#
47144 +CONFIG_PARTITION_ADVANCED=y
47145 +# CONFIG_ACORN_PARTITION is not set
47146 +# CONFIG_OSF_PARTITION is not set
47147 +# CONFIG_AMIGA_PARTITION is not set
47148 +# CONFIG_ATARI_PARTITION is not set
47149 +# CONFIG_MAC_PARTITION is not set
47150 +# CONFIG_MSDOS_PARTITION is not set
47151 +# CONFIG_LDM_PARTITION is not set
47152 +# CONFIG_SGI_PARTITION is not set
47153 +# CONFIG_ULTRIX_PARTITION is not set
47154 +# CONFIG_SUN_PARTITION is not set
47155 +# CONFIG_KARMA_PARTITION is not set
47156 +# CONFIG_EFI_PARTITION is not set
47157 +# CONFIG_SYSV68_PARTITION is not set
47158 +# CONFIG_NLS is not set
47159 +# CONFIG_DLM is not set
47160 +
47161 +#
47162 +# Library routines
47163 +#
47164 +CONFIG_BITREVERSE=y
47165 +# CONFIG_CRC_CCITT is not set
47166 +# CONFIG_CRC16 is not set
47167 +# CONFIG_CRC_ITU_T is not set
47168 +CONFIG_CRC32=y
47169 +# CONFIG_CRC7 is not set
47170 +# CONFIG_LIBCRC32C is not set
47171 +CONFIG_ZLIB_INFLATE=y
47172 +CONFIG_ZLIB_DEFLATE=y
47173 +CONFIG_PLIST=y
47174 +CONFIG_HAS_IOMEM=y
47175 +CONFIG_HAS_IOPORT=y
47176 +CONFIG_HAS_DMA=y
47177 +
47178 +#
47179 +# Kernel hacking
47180 +#
47181 +# CONFIG_PRINTK_TIME is not set
47182 +CONFIG_ENABLE_WARN_DEPRECATED=y
47183 +CONFIG_ENABLE_MUST_CHECK=y
47184 +# CONFIG_MAGIC_SYSRQ is not set
47185 +# CONFIG_UNUSED_SYMBOLS is not set
47186 +# CONFIG_DEBUG_FS is not set
47187 +# CONFIG_HEADERS_CHECK is not set
47188 +# CONFIG_DEBUG_KERNEL is not set
47189 +# CONFIG_SLUB_DEBUG_ON is not set
47190 +# CONFIG_SLUB_STATS is not set
47191 +# CONFIG_DEBUG_BUGVERBOSE is not set
47192 +# CONFIG_SAMPLES is not set
47193 +# CONFIG_KGDB_CONSOLE is not set
47194 +# CONFIG_PPC_EARLY_DEBUG is not set
47195 +
47196 +#
47197 +# Security options
47198 +#
47199 +# CONFIG_KEYS is not set
47200 +# CONFIG_SECURITY is not set
47201 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
47202 +CONFIG_CRYPTO=y
47203 +# CONFIG_CRYPTO_SEQIV is not set
47204 +# CONFIG_CRYPTO_MANAGER is not set
47205 +# CONFIG_CRYPTO_HMAC is not set
47206 +# CONFIG_CRYPTO_XCBC is not set
47207 +# CONFIG_CRYPTO_NULL is not set
47208 +# CONFIG_CRYPTO_MD4 is not set
47209 +# CONFIG_CRYPTO_MD5 is not set
47210 +# CONFIG_CRYPTO_SHA1 is not set
47211 +# CONFIG_CRYPTO_SHA256 is not set
47212 +# CONFIG_CRYPTO_SHA512 is not set
47213 +# CONFIG_CRYPTO_WP512 is not set
47214 +# CONFIG_CRYPTO_TGR192 is not set
47215 +# CONFIG_CRYPTO_GF128MUL is not set
47216 +# CONFIG_CRYPTO_ECB is not set
47217 +# CONFIG_CRYPTO_CBC is not set
47218 +# CONFIG_CRYPTO_PCBC is not set
47219 +# CONFIG_CRYPTO_LRW is not set
47220 +# CONFIG_CRYPTO_XTS is not set
47221 +# CONFIG_CRYPTO_CTR is not set
47222 +# CONFIG_CRYPTO_GCM is not set
47223 +# CONFIG_CRYPTO_CCM is not set
47224 +# CONFIG_CRYPTO_CRYPTD is not set
47225 +# CONFIG_CRYPTO_DES is not set
47226 +# CONFIG_CRYPTO_FCRYPT is not set
47227 +# CONFIG_CRYPTO_BLOWFISH is not set
47228 +# CONFIG_CRYPTO_TWOFISH is not set
47229 +# CONFIG_CRYPTO_SERPENT is not set
47230 +# CONFIG_CRYPTO_AES is not set
47231 +# CONFIG_CRYPTO_CAST5 is not set
47232 +# CONFIG_CRYPTO_CAST6 is not set
47233 +# CONFIG_CRYPTO_TEA is not set
47234 +# CONFIG_CRYPTO_ARC4 is not set
47235 +# CONFIG_CRYPTO_KHAZAD is not set
47236 +# CONFIG_CRYPTO_ANUBIS is not set
47237 +# CONFIG_CRYPTO_SEED is not set
47238 +# CONFIG_CRYPTO_SALSA20 is not set
47239 +# CONFIG_CRYPTO_DEFLATE is not set
47240 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
47241 +# CONFIG_CRYPTO_CRC32C is not set
47242 +# CONFIG_CRYPTO_CAMELLIA is not set
47243 +# CONFIG_CRYPTO_AUTHENC is not set
47244 +# CONFIG_CRYPTO_LZO is not set
47245 +CONFIG_CRYPTO_HW=y
47246 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
47247 +# CONFIG_PPC_CLOCK is not set
47248 +CONFIG_PPC_LIB_RHEAP=y
47249 --- /dev/null
47250 +++ b/arch/powerpc/configs/85xx/tqm8560_defconfig
47251 @@ -0,0 +1,1109 @@
47252 +#
47253 +# Automatically generated make config: don't edit
47254 +# Linux kernel version: 2.6.25-rc6
47255 +# Mon Mar 24 08:48:45 2008
47256 +#
47257 +# CONFIG_PPC64 is not set
47258 +
47259 +#
47260 +# Processor support
47261 +#
47262 +# CONFIG_6xx is not set
47263 +CONFIG_PPC_85xx=y
47264 +# CONFIG_PPC_8xx is not set
47265 +# CONFIG_40x is not set
47266 +# CONFIG_44x is not set
47267 +# CONFIG_E200 is not set
47268 +CONFIG_E500=y
47269 +CONFIG_BOOKE=y
47270 +CONFIG_FSL_BOOKE=y
47271 +CONFIG_FSL_EMB_PERFMON=y
47272 +# CONFIG_PHYS_64BIT is not set
47273 +CONFIG_SPE=y
47274 +# CONFIG_PPC_MM_SLICES is not set
47275 +CONFIG_PPC32=y
47276 +CONFIG_WORD_SIZE=32
47277 +CONFIG_PPC_MERGE=y
47278 +CONFIG_MMU=y
47279 +CONFIG_GENERIC_CMOS_UPDATE=y
47280 +CONFIG_GENERIC_TIME=y
47281 +CONFIG_GENERIC_TIME_VSYSCALL=y
47282 +CONFIG_GENERIC_CLOCKEVENTS=y
47283 +CONFIG_GENERIC_HARDIRQS=y
47284 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
47285 +CONFIG_IRQ_PER_CPU=y
47286 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
47287 +CONFIG_ARCH_HAS_ILOG2_U32=y
47288 +CONFIG_GENERIC_HWEIGHT=y
47289 +CONFIG_GENERIC_CALIBRATE_DELAY=y
47290 +CONFIG_GENERIC_FIND_NEXT_BIT=y
47291 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
47292 +CONFIG_PPC=y
47293 +CONFIG_EARLY_PRINTK=y
47294 +CONFIG_GENERIC_NVRAM=y
47295 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
47296 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
47297 +CONFIG_PPC_OF=y
47298 +CONFIG_OF=y
47299 +CONFIG_PPC_UDBG_16550=y
47300 +# CONFIG_GENERIC_TBSYNC is not set
47301 +CONFIG_AUDIT_ARCH=y
47302 +CONFIG_GENERIC_BUG=y
47303 +CONFIG_DEFAULT_UIMAGE=y
47304 +# CONFIG_PPC_DCR_NATIVE is not set
47305 +# CONFIG_PPC_DCR_MMIO is not set
47306 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
47307 +
47308 +#
47309 +# General setup
47310 +#
47311 +CONFIG_EXPERIMENTAL=y
47312 +CONFIG_BROKEN_ON_SMP=y
47313 +CONFIG_INIT_ENV_ARG_LIMIT=32
47314 +CONFIG_LOCALVERSION=""
47315 +CONFIG_LOCALVERSION_AUTO=y
47316 +CONFIG_SWAP=y
47317 +CONFIG_SYSVIPC=y
47318 +CONFIG_SYSVIPC_SYSCTL=y
47319 +# CONFIG_POSIX_MQUEUE is not set
47320 +# CONFIG_BSD_PROCESS_ACCT is not set
47321 +# CONFIG_TASKSTATS is not set
47322 +# CONFIG_AUDIT is not set
47323 +# CONFIG_IKCONFIG is not set
47324 +CONFIG_LOG_BUF_SHIFT=14
47325 +# CONFIG_CGROUPS is not set
47326 +CONFIG_GROUP_SCHED=y
47327 +CONFIG_FAIR_GROUP_SCHED=y
47328 +# CONFIG_RT_GROUP_SCHED is not set
47329 +CONFIG_USER_SCHED=y
47330 +# CONFIG_CGROUP_SCHED is not set
47331 +CONFIG_SYSFS_DEPRECATED=y
47332 +CONFIG_SYSFS_DEPRECATED_V2=y
47333 +# CONFIG_RELAY is not set
47334 +# CONFIG_NAMESPACES is not set
47335 +CONFIG_BLK_DEV_INITRD=y
47336 +CONFIG_INITRAMFS_SOURCE=""
47337 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47338 +CONFIG_SYSCTL=y
47339 +CONFIG_EMBEDDED=y
47340 +CONFIG_SYSCTL_SYSCALL=y
47341 +# CONFIG_KALLSYMS is not set
47342 +# CONFIG_HOTPLUG is not set
47343 +CONFIG_PRINTK=y
47344 +CONFIG_BUG=y
47345 +CONFIG_ELF_CORE=y
47346 +CONFIG_COMPAT_BRK=y
47347 +CONFIG_BASE_FULL=y
47348 +CONFIG_FUTEX=y
47349 +CONFIG_ANON_INODES=y
47350 +# CONFIG_EPOLL is not set
47351 +CONFIG_SIGNALFD=y
47352 +CONFIG_TIMERFD=y
47353 +CONFIG_EVENTFD=y
47354 +CONFIG_SHMEM=y
47355 +CONFIG_VM_EVENT_COUNTERS=y
47356 +CONFIG_SLUB_DEBUG=y
47357 +# CONFIG_SLAB is not set
47358 +CONFIG_SLUB=y
47359 +# CONFIG_SLOB is not set
47360 +# CONFIG_PROFILING is not set
47361 +# CONFIG_MARKERS is not set
47362 +CONFIG_HAVE_OPROFILE=y
47363 +CONFIG_HAVE_KPROBES=y
47364 +CONFIG_HAVE_KRETPROBES=y
47365 +CONFIG_PROC_PAGE_MONITOR=y
47366 +CONFIG_SLABINFO=y
47367 +CONFIG_RT_MUTEXES=y
47368 +# CONFIG_TINY_SHMEM is not set
47369 +CONFIG_BASE_SMALL=0
47370 +# CONFIG_MODULES is not set
47371 +CONFIG_BLOCK=y
47372 +# CONFIG_LBD is not set
47373 +# CONFIG_BLK_DEV_IO_TRACE is not set
47374 +# CONFIG_LSF is not set
47375 +# CONFIG_BLK_DEV_BSG is not set
47376 +
47377 +#
47378 +# IO Schedulers
47379 +#
47380 +CONFIG_IOSCHED_NOOP=y
47381 +CONFIG_IOSCHED_AS=y
47382 +CONFIG_IOSCHED_DEADLINE=y
47383 +CONFIG_IOSCHED_CFQ=y
47384 +CONFIG_DEFAULT_AS=y
47385 +# CONFIG_DEFAULT_DEADLINE is not set
47386 +# CONFIG_DEFAULT_CFQ is not set
47387 +# CONFIG_DEFAULT_NOOP is not set
47388 +CONFIG_DEFAULT_IOSCHED="anticipatory"
47389 +CONFIG_CLASSIC_RCU=y
47390 +
47391 +#
47392 +# Platform support
47393 +#
47394 +# CONFIG_PPC_MPC512x is not set
47395 +# CONFIG_PPC_MPC5121 is not set
47396 +# CONFIG_PPC_CELL is not set
47397 +# CONFIG_PPC_CELL_NATIVE is not set
47398 +# CONFIG_PQ2ADS is not set
47399 +CONFIG_MPC85xx=y
47400 +# CONFIG_MPC8540_ADS is not set
47401 +# CONFIG_MPC8560_ADS is not set
47402 +# CONFIG_MPC85xx_CDS is not set
47403 +# CONFIG_MPC85xx_MDS is not set
47404 +# CONFIG_MPC85xx_DS is not set
47405 +# CONFIG_STX_GP3 is not set
47406 +# CONFIG_TQM8540 is not set
47407 +# CONFIG_TQM8541 is not set
47408 +# CONFIG_TQM8555 is not set
47409 +CONFIG_TQM8560=y
47410 +# CONFIG_SBC8548 is not set
47411 +# CONFIG_SBC8560 is not set
47412 +CONFIG_TQM85xx=y
47413 +# CONFIG_IPIC is not set
47414 +CONFIG_MPIC=y
47415 +# CONFIG_MPIC_WEIRD is not set
47416 +# CONFIG_PPC_I8259 is not set
47417 +# CONFIG_PPC_RTAS is not set
47418 +# CONFIG_MMIO_NVRAM is not set
47419 +# CONFIG_PPC_MPC106 is not set
47420 +# CONFIG_PPC_970_NAP is not set
47421 +# CONFIG_PPC_INDIRECT_IO is not set
47422 +# CONFIG_GENERIC_IOMAP is not set
47423 +# CONFIG_CPU_FREQ is not set
47424 +CONFIG_CPM2=y
47425 +CONFIG_PPC_CPM_NEW_BINDING=y
47426 +# CONFIG_FSL_ULI1575 is not set
47427 +CONFIG_CPM=y
47428 +
47429 +#
47430 +# Kernel options
47431 +#
47432 +# CONFIG_HIGHMEM is not set
47433 +# CONFIG_TICK_ONESHOT is not set
47434 +# CONFIG_NO_HZ is not set
47435 +# CONFIG_HIGH_RES_TIMERS is not set
47436 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
47437 +# CONFIG_HZ_100 is not set
47438 +CONFIG_HZ_250=y
47439 +# CONFIG_HZ_300 is not set
47440 +# CONFIG_HZ_1000 is not set
47441 +CONFIG_HZ=250
47442 +# CONFIG_SCHED_HRTICK is not set
47443 +CONFIG_PREEMPT_NONE=y
47444 +# CONFIG_PREEMPT_VOLUNTARY is not set
47445 +# CONFIG_PREEMPT is not set
47446 +CONFIG_BINFMT_ELF=y
47447 +# CONFIG_BINFMT_MISC is not set
47448 +CONFIG_MATH_EMULATION=y
47449 +# CONFIG_IOMMU_HELPER is not set
47450 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
47451 +CONFIG_ARCH_HAS_WALK_MEMORY=y
47452 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
47453 +CONFIG_ARCH_FLATMEM_ENABLE=y
47454 +CONFIG_ARCH_POPULATES_NODE_MAP=y
47455 +CONFIG_SELECT_MEMORY_MODEL=y
47456 +CONFIG_FLATMEM_MANUAL=y
47457 +# CONFIG_DISCONTIGMEM_MANUAL is not set
47458 +# CONFIG_SPARSEMEM_MANUAL is not set
47459 +CONFIG_FLATMEM=y
47460 +CONFIG_FLAT_NODE_MEM_MAP=y
47461 +# CONFIG_SPARSEMEM_STATIC is not set
47462 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
47463 +CONFIG_SPLIT_PTLOCK_CPUS=4
47464 +# CONFIG_RESOURCES_64BIT is not set
47465 +CONFIG_ZONE_DMA_FLAG=1
47466 +CONFIG_BOUNCE=y
47467 +CONFIG_VIRT_TO_BUS=y
47468 +# CONFIG_PROC_DEVICETREE is not set
47469 +# CONFIG_CMDLINE_BOOL is not set
47470 +# CONFIG_PM is not set
47471 +CONFIG_SECCOMP=y
47472 +CONFIG_ISA_DMA_API=y
47473 +
47474 +#
47475 +# Bus options
47476 +#
47477 +CONFIG_ZONE_DMA=y
47478 +CONFIG_PPC_INDIRECT_PCI=y
47479 +CONFIG_FSL_SOC=y
47480 +CONFIG_FSL_PCI=y
47481 +CONFIG_PCI=y
47482 +CONFIG_PCI_DOMAINS=y
47483 +CONFIG_PCI_SYSCALL=y
47484 +# CONFIG_PCIEPORTBUS is not set
47485 +CONFIG_ARCH_SUPPORTS_MSI=y
47486 +# CONFIG_PCI_MSI is not set
47487 +CONFIG_PCI_LEGACY=y
47488 +
47489 +#
47490 +# Advanced setup
47491 +#
47492 +# CONFIG_ADVANCED_OPTIONS is not set
47493 +
47494 +#
47495 +# Default settings for advanced configuration options are used
47496 +#
47497 +CONFIG_HIGHMEM_START=0xfe000000
47498 +CONFIG_LOWMEM_SIZE=0x30000000
47499 +CONFIG_KERNEL_START=0xc0000000
47500 +CONFIG_TASK_SIZE=0xc0000000
47501 +CONFIG_BOOT_LOAD=0x00800000
47502 +
47503 +#
47504 +# Networking
47505 +#
47506 +CONFIG_NET=y
47507 +
47508 +#
47509 +# Networking options
47510 +#
47511 +CONFIG_PACKET=y
47512 +# CONFIG_PACKET_MMAP is not set
47513 +CONFIG_UNIX=y
47514 +CONFIG_XFRM=y
47515 +# CONFIG_XFRM_USER is not set
47516 +# CONFIG_XFRM_SUB_POLICY is not set
47517 +# CONFIG_XFRM_MIGRATE is not set
47518 +# CONFIG_XFRM_STATISTICS is not set
47519 +# CONFIG_NET_KEY is not set
47520 +CONFIG_INET=y
47521 +CONFIG_IP_MULTICAST=y
47522 +# CONFIG_IP_ADVANCED_ROUTER is not set
47523 +CONFIG_IP_FIB_HASH=y
47524 +CONFIG_IP_PNP=y
47525 +CONFIG_IP_PNP_DHCP=y
47526 +CONFIG_IP_PNP_BOOTP=y
47527 +# CONFIG_IP_PNP_RARP is not set
47528 +# CONFIG_NET_IPIP is not set
47529 +# CONFIG_NET_IPGRE is not set
47530 +# CONFIG_IP_MROUTE is not set
47531 +# CONFIG_ARPD is not set
47532 +CONFIG_SYN_COOKIES=y
47533 +# CONFIG_INET_AH is not set
47534 +# CONFIG_INET_ESP is not set
47535 +# CONFIG_INET_IPCOMP is not set
47536 +# CONFIG_INET_XFRM_TUNNEL is not set
47537 +# CONFIG_INET_TUNNEL is not set
47538 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
47539 +CONFIG_INET_XFRM_MODE_TUNNEL=y
47540 +CONFIG_INET_XFRM_MODE_BEET=y
47541 +# CONFIG_INET_LRO is not set
47542 +CONFIG_INET_DIAG=y
47543 +CONFIG_INET_TCP_DIAG=y
47544 +# CONFIG_TCP_CONG_ADVANCED is not set
47545 +CONFIG_TCP_CONG_CUBIC=y
47546 +CONFIG_DEFAULT_TCP_CONG="cubic"
47547 +# CONFIG_TCP_MD5SIG is not set
47548 +# CONFIG_IPV6 is not set
47549 +# CONFIG_INET6_XFRM_TUNNEL is not set
47550 +# CONFIG_INET6_TUNNEL is not set
47551 +# CONFIG_NETWORK_SECMARK is not set
47552 +# CONFIG_NETFILTER is not set
47553 +# CONFIG_IP_DCCP is not set
47554 +# CONFIG_IP_SCTP is not set
47555 +# CONFIG_TIPC is not set
47556 +# CONFIG_ATM is not set
47557 +# CONFIG_BRIDGE is not set
47558 +# CONFIG_VLAN_8021Q is not set
47559 +# CONFIG_DECNET is not set
47560 +# CONFIG_LLC2 is not set
47561 +# CONFIG_IPX is not set
47562 +# CONFIG_ATALK is not set
47563 +# CONFIG_X25 is not set
47564 +# CONFIG_LAPB is not set
47565 +# CONFIG_ECONET is not set
47566 +# CONFIG_WAN_ROUTER is not set
47567 +# CONFIG_NET_SCHED is not set
47568 +
47569 +#
47570 +# Network testing
47571 +#
47572 +# CONFIG_NET_PKTGEN is not set
47573 +# CONFIG_HAMRADIO is not set
47574 +# CONFIG_CAN is not set
47575 +# CONFIG_IRDA is not set
47576 +# CONFIG_BT is not set
47577 +# CONFIG_AF_RXRPC is not set
47578 +
47579 +#
47580 +# Wireless
47581 +#
47582 +# CONFIG_CFG80211 is not set
47583 +# CONFIG_WIRELESS_EXT is not set
47584 +# CONFIG_MAC80211 is not set
47585 +# CONFIG_IEEE80211 is not set
47586 +# CONFIG_RFKILL is not set
47587 +# CONFIG_NET_9P is not set
47588 +
47589 +#
47590 +# Device Drivers
47591 +#
47592 +
47593 +#
47594 +# Generic Driver Options
47595 +#
47596 +CONFIG_STANDALONE=y
47597 +CONFIG_PREVENT_FIRMWARE_BUILD=y
47598 +# CONFIG_SYS_HYPERVISOR is not set
47599 +# CONFIG_CONNECTOR is not set
47600 +CONFIG_MTD=y
47601 +# CONFIG_MTD_DEBUG is not set
47602 +CONFIG_MTD_CONCAT=y
47603 +CONFIG_MTD_PARTITIONS=y
47604 +# CONFIG_MTD_REDBOOT_PARTS is not set
47605 +CONFIG_MTD_CMDLINE_PARTS=y
47606 +# CONFIG_MTD_OF_PARTS is not set
47607 +
47608 +#
47609 +# User Modules And Translation Layers
47610 +#
47611 +CONFIG_MTD_CHAR=y
47612 +CONFIG_MTD_BLKDEVS=y
47613 +CONFIG_MTD_BLOCK=y
47614 +# CONFIG_FTL is not set
47615 +# CONFIG_NFTL is not set
47616 +# CONFIG_INFTL is not set
47617 +# CONFIG_RFD_FTL is not set
47618 +# CONFIG_SSFDC is not set
47619 +# CONFIG_MTD_OOPS is not set
47620 +
47621 +#
47622 +# RAM/ROM/Flash chip drivers
47623 +#
47624 +CONFIG_MTD_CFI=y
47625 +# CONFIG_MTD_JEDECPROBE is not set
47626 +CONFIG_MTD_GEN_PROBE=y
47627 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
47628 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
47629 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
47630 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
47631 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
47632 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
47633 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
47634 +CONFIG_MTD_CFI_I1=y
47635 +CONFIG_MTD_CFI_I2=y
47636 +# CONFIG_MTD_CFI_I4 is not set
47637 +# CONFIG_MTD_CFI_I8 is not set
47638 +# CONFIG_MTD_CFI_INTELEXT is not set
47639 +CONFIG_MTD_CFI_AMDSTD=y
47640 +# CONFIG_MTD_CFI_STAA is not set
47641 +CONFIG_MTD_CFI_UTIL=y
47642 +# CONFIG_MTD_RAM is not set
47643 +# CONFIG_MTD_ROM is not set
47644 +# CONFIG_MTD_ABSENT is not set
47645 +
47646 +#
47647 +# Mapping drivers for chip access
47648 +#
47649 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
47650 +# CONFIG_MTD_PHYSMAP is not set
47651 +# CONFIG_MTD_PHYSMAP_OF is not set
47652 +# CONFIG_MTD_INTEL_VR_NOR is not set
47653 +# CONFIG_MTD_PLATRAM is not set
47654 +
47655 +#
47656 +# Self-contained MTD device drivers
47657 +#
47658 +# CONFIG_MTD_PMC551 is not set
47659 +# CONFIG_MTD_SLRAM is not set
47660 +# CONFIG_MTD_PHRAM is not set
47661 +# CONFIG_MTD_MTDRAM is not set
47662 +# CONFIG_MTD_BLOCK2MTD is not set
47663 +
47664 +#
47665 +# Disk-On-Chip Device Drivers
47666 +#
47667 +# CONFIG_MTD_DOC2000 is not set
47668 +# CONFIG_MTD_DOC2001 is not set
47669 +# CONFIG_MTD_DOC2001PLUS is not set
47670 +# CONFIG_MTD_NAND is not set
47671 +# CONFIG_MTD_ONENAND is not set
47672 +
47673 +#
47674 +# UBI - Unsorted block images
47675 +#
47676 +# CONFIG_MTD_UBI is not set
47677 +CONFIG_OF_DEVICE=y
47678 +# CONFIG_PARPORT is not set
47679 +CONFIG_BLK_DEV=y
47680 +# CONFIG_BLK_DEV_FD is not set
47681 +# CONFIG_BLK_CPQ_DA is not set
47682 +# CONFIG_BLK_CPQ_CISS_DA is not set
47683 +# CONFIG_BLK_DEV_DAC960 is not set
47684 +# CONFIG_BLK_DEV_UMEM is not set
47685 +# CONFIG_BLK_DEV_COW_COMMON is not set
47686 +CONFIG_BLK_DEV_LOOP=y
47687 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
47688 +# CONFIG_BLK_DEV_NBD is not set
47689 +# CONFIG_BLK_DEV_SX8 is not set
47690 +CONFIG_BLK_DEV_RAM=y
47691 +CONFIG_BLK_DEV_RAM_COUNT=16
47692 +CONFIG_BLK_DEV_RAM_SIZE=32768
47693 +# CONFIG_BLK_DEV_XIP is not set
47694 +# CONFIG_CDROM_PKTCDVD is not set
47695 +# CONFIG_ATA_OVER_ETH is not set
47696 +CONFIG_MISC_DEVICES=y
47697 +# CONFIG_PHANTOM is not set
47698 +# CONFIG_EEPROM_93CX6 is not set
47699 +# CONFIG_SGI_IOC4 is not set
47700 +# CONFIG_TIFM_CORE is not set
47701 +# CONFIG_ENCLOSURE_SERVICES is not set
47702 +CONFIG_HAVE_IDE=y
47703 +CONFIG_IDE=y
47704 +CONFIG_IDE_MAX_HWIFS=4
47705 +CONFIG_BLK_DEV_IDE=y
47706 +
47707 +#
47708 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
47709 +#
47710 +# CONFIG_BLK_DEV_IDE_SATA is not set
47711 +CONFIG_BLK_DEV_IDEDISK=y
47712 +# CONFIG_IDEDISK_MULTI_MODE is not set
47713 +# CONFIG_BLK_DEV_IDECD is not set
47714 +# CONFIG_BLK_DEV_IDETAPE is not set
47715 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
47716 +# CONFIG_IDE_TASK_IOCTL is not set
47717 +CONFIG_IDE_PROC_FS=y
47718 +
47719 +#
47720 +# IDE chipset support/bugfixes
47721 +#
47722 +CONFIG_IDE_GENERIC=y
47723 +# CONFIG_BLK_DEV_PLATFORM is not set
47724 +CONFIG_BLK_DEV_IDEDMA_SFF=y
47725 +
47726 +#
47727 +# PCI IDE chipsets support
47728 +#
47729 +CONFIG_BLK_DEV_IDEPCI=y
47730 +CONFIG_IDEPCI_PCIBUS_ORDER=y
47731 +# CONFIG_BLK_DEV_OFFBOARD is not set
47732 +CONFIG_BLK_DEV_GENERIC=y
47733 +# CONFIG_BLK_DEV_OPTI621 is not set
47734 +CONFIG_BLK_DEV_IDEDMA_PCI=y
47735 +# CONFIG_BLK_DEV_AEC62XX is not set
47736 +# CONFIG_BLK_DEV_ALI15X3 is not set
47737 +# CONFIG_BLK_DEV_AMD74XX is not set
47738 +# CONFIG_BLK_DEV_CMD64X is not set
47739 +# CONFIG_BLK_DEV_TRIFLEX is not set
47740 +# CONFIG_BLK_DEV_CY82C693 is not set
47741 +# CONFIG_BLK_DEV_CS5520 is not set
47742 +# CONFIG_BLK_DEV_CS5530 is not set
47743 +# CONFIG_BLK_DEV_HPT34X is not set
47744 +# CONFIG_BLK_DEV_HPT366 is not set
47745 +# CONFIG_BLK_DEV_JMICRON is not set
47746 +# CONFIG_BLK_DEV_SC1200 is not set
47747 +# CONFIG_BLK_DEV_PIIX is not set
47748 +# CONFIG_BLK_DEV_IT8213 is not set
47749 +# CONFIG_BLK_DEV_IT821X is not set
47750 +# CONFIG_BLK_DEV_NS87415 is not set
47751 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
47752 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
47753 +# CONFIG_BLK_DEV_SVWKS is not set
47754 +# CONFIG_BLK_DEV_SIIMAGE is not set
47755 +# CONFIG_BLK_DEV_SL82C105 is not set
47756 +# CONFIG_BLK_DEV_SLC90E66 is not set
47757 +# CONFIG_BLK_DEV_TRM290 is not set
47758 +CONFIG_BLK_DEV_VIA82CXXX=y
47759 +# CONFIG_BLK_DEV_TC86C001 is not set
47760 +CONFIG_BLK_DEV_IDEDMA=y
47761 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
47762 +# CONFIG_BLK_DEV_HD is not set
47763 +
47764 +#
47765 +# SCSI device support
47766 +#
47767 +# CONFIG_RAID_ATTRS is not set
47768 +# CONFIG_SCSI is not set
47769 +# CONFIG_SCSI_DMA is not set
47770 +# CONFIG_SCSI_NETLINK is not set
47771 +# CONFIG_ATA is not set
47772 +# CONFIG_MD is not set
47773 +# CONFIG_FUSION is not set
47774 +
47775 +#
47776 +# IEEE 1394 (FireWire) support
47777 +#
47778 +# CONFIG_FIREWIRE is not set
47779 +# CONFIG_IEEE1394 is not set
47780 +# CONFIG_I2O is not set
47781 +# CONFIG_MACINTOSH_DRIVERS is not set
47782 +CONFIG_NETDEVICES=y
47783 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
47784 +# CONFIG_DUMMY is not set
47785 +# CONFIG_BONDING is not set
47786 +# CONFIG_MACVLAN is not set
47787 +# CONFIG_EQUALIZER is not set
47788 +# CONFIG_TUN is not set
47789 +# CONFIG_VETH is not set
47790 +# CONFIG_ARCNET is not set
47791 +CONFIG_PHYLIB=y
47792 +
47793 +#
47794 +# MII PHY device drivers
47795 +#
47796 +# CONFIG_MARVELL_PHY is not set
47797 +# CONFIG_DAVICOM_PHY is not set
47798 +# CONFIG_QSEMI_PHY is not set
47799 +# CONFIG_LXT_PHY is not set
47800 +# CONFIG_CICADA_PHY is not set
47801 +# CONFIG_VITESSE_PHY is not set
47802 +# CONFIG_SMSC_PHY is not set
47803 +# CONFIG_BROADCOM_PHY is not set
47804 +# CONFIG_ICPLUS_PHY is not set
47805 +# CONFIG_REALTEK_PHY is not set
47806 +# CONFIG_FIXED_PHY is not set
47807 +# CONFIG_MDIO_BITBANG is not set
47808 +CONFIG_NET_ETHERNET=y
47809 +CONFIG_MII=y
47810 +# CONFIG_HAPPYMEAL is not set
47811 +# CONFIG_SUNGEM is not set
47812 +# CONFIG_CASSINI is not set
47813 +# CONFIG_NET_VENDOR_3COM is not set
47814 +# CONFIG_NET_TULIP is not set
47815 +# CONFIG_HP100 is not set
47816 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
47817 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
47818 +# CONFIG_IBM_NEW_EMAC_TAH is not set
47819 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
47820 +CONFIG_NET_PCI=y
47821 +# CONFIG_PCNET32 is not set
47822 +# CONFIG_AMD8111_ETH is not set
47823 +# CONFIG_ADAPTEC_STARFIRE is not set
47824 +# CONFIG_B44 is not set
47825 +# CONFIG_FORCEDETH is not set
47826 +# CONFIG_EEPRO100 is not set
47827 +CONFIG_E100=y
47828 +# CONFIG_FEALNX is not set
47829 +# CONFIG_NATSEMI is not set
47830 +# CONFIG_NE2K_PCI is not set
47831 +# CONFIG_8139CP is not set
47832 +# CONFIG_8139TOO is not set
47833 +# CONFIG_R6040 is not set
47834 +# CONFIG_SIS900 is not set
47835 +# CONFIG_EPIC100 is not set
47836 +# CONFIG_SUNDANCE is not set
47837 +# CONFIG_TLAN is not set
47838 +# CONFIG_VIA_RHINE is not set
47839 +# CONFIG_SC92031 is not set
47840 +# CONFIG_FS_ENET is not set
47841 +CONFIG_NETDEV_1000=y
47842 +# CONFIG_ACENIC is not set
47843 +# CONFIG_DL2K is not set
47844 +# CONFIG_E1000 is not set
47845 +# CONFIG_E1000E is not set
47846 +# CONFIG_E1000E_ENABLED is not set
47847 +# CONFIG_IP1000 is not set
47848 +# CONFIG_IGB is not set
47849 +# CONFIG_NS83820 is not set
47850 +# CONFIG_HAMACHI is not set
47851 +# CONFIG_YELLOWFIN is not set
47852 +# CONFIG_R8169 is not set
47853 +# CONFIG_SIS190 is not set
47854 +# CONFIG_SKGE is not set
47855 +# CONFIG_SKY2 is not set
47856 +# CONFIG_SK98LIN is not set
47857 +# CONFIG_VIA_VELOCITY is not set
47858 +# CONFIG_TIGON3 is not set
47859 +# CONFIG_BNX2 is not set
47860 +CONFIG_GIANFAR=y
47861 +CONFIG_GFAR_NAPI=y
47862 +# CONFIG_QLA3XXX is not set
47863 +# CONFIG_ATL1 is not set
47864 +CONFIG_NETDEV_10000=y
47865 +# CONFIG_CHELSIO_T1 is not set
47866 +# CONFIG_CHELSIO_T3 is not set
47867 +# CONFIG_IXGBE is not set
47868 +# CONFIG_IXGB is not set
47869 +# CONFIG_S2IO is not set
47870 +# CONFIG_MYRI10GE is not set
47871 +# CONFIG_NETXEN_NIC is not set
47872 +# CONFIG_NIU is not set
47873 +# CONFIG_MLX4_CORE is not set
47874 +# CONFIG_TEHUTI is not set
47875 +# CONFIG_BNX2X is not set
47876 +# CONFIG_TR is not set
47877 +
47878 +#
47879 +# Wireless LAN
47880 +#
47881 +# CONFIG_WLAN_PRE80211 is not set
47882 +# CONFIG_WLAN_80211 is not set
47883 +# CONFIG_WAN is not set
47884 +# CONFIG_FDDI is not set
47885 +# CONFIG_HIPPI is not set
47886 +# CONFIG_PPP is not set
47887 +# CONFIG_SLIP is not set
47888 +# CONFIG_NETCONSOLE is not set
47889 +# CONFIG_NETPOLL is not set
47890 +# CONFIG_NET_POLL_CONTROLLER is not set
47891 +# CONFIG_ISDN is not set
47892 +# CONFIG_PHONE is not set
47893 +
47894 +#
47895 +# Input device support
47896 +#
47897 +CONFIG_INPUT=y
47898 +# CONFIG_INPUT_FF_MEMLESS is not set
47899 +# CONFIG_INPUT_POLLDEV is not set
47900 +
47901 +#
47902 +# Userland interfaces
47903 +#
47904 +# CONFIG_INPUT_MOUSEDEV is not set
47905 +# CONFIG_INPUT_JOYDEV is not set
47906 +# CONFIG_INPUT_EVDEV is not set
47907 +# CONFIG_INPUT_EVBUG is not set
47908 +
47909 +#
47910 +# Input Device Drivers
47911 +#
47912 +# CONFIG_INPUT_KEYBOARD is not set
47913 +# CONFIG_INPUT_MOUSE is not set
47914 +# CONFIG_INPUT_JOYSTICK is not set
47915 +# CONFIG_INPUT_TABLET is not set
47916 +# CONFIG_INPUT_TOUCHSCREEN is not set
47917 +# CONFIG_INPUT_MISC is not set
47918 +
47919 +#
47920 +# Hardware I/O ports
47921 +#
47922 +# CONFIG_SERIO is not set
47923 +# CONFIG_GAMEPORT is not set
47924 +
47925 +#
47926 +# Character devices
47927 +#
47928 +# CONFIG_VT is not set
47929 +# CONFIG_SERIAL_NONSTANDARD is not set
47930 +# CONFIG_NOZOMI is not set
47931 +
47932 +#
47933 +# Serial drivers
47934 +#
47935 +CONFIG_SERIAL_8250=y
47936 +CONFIG_SERIAL_8250_CONSOLE=y
47937 +CONFIG_SERIAL_8250_PCI=y
47938 +CONFIG_SERIAL_8250_NR_UARTS=4
47939 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
47940 +# CONFIG_SERIAL_8250_EXTENDED is not set
47941 +CONFIG_SERIAL_8250_SHARE_IRQ=y
47942 +
47943 +#
47944 +# Non-8250 serial port support
47945 +#
47946 +# CONFIG_SERIAL_UARTLITE is not set
47947 +CONFIG_SERIAL_CORE=y
47948 +CONFIG_SERIAL_CORE_CONSOLE=y
47949 +CONFIG_SERIAL_CPM=y
47950 +CONFIG_SERIAL_CPM_CONSOLE=y
47951 +CONFIG_SERIAL_CPM_SCC1=y
47952 +# CONFIG_SERIAL_CPM_SCC2 is not set
47953 +# CONFIG_SERIAL_CPM_SCC3 is not set
47954 +# CONFIG_SERIAL_CPM_SCC4 is not set
47955 +# CONFIG_SERIAL_CPM_SMC1 is not set
47956 +# CONFIG_SERIAL_CPM_SMC2 is not set
47957 +# CONFIG_SERIAL_JSM is not set
47958 +# CONFIG_SERIAL_OF_PLATFORM is not set
47959 +CONFIG_UNIX98_PTYS=y
47960 +CONFIG_LEGACY_PTYS=y
47961 +CONFIG_LEGACY_PTY_COUNT=256
47962 +# CONFIG_IPMI_HANDLER is not set
47963 +CONFIG_HW_RANDOM=y
47964 +# CONFIG_NVRAM is not set
47965 +CONFIG_GEN_RTC=y
47966 +# CONFIG_GEN_RTC_X is not set
47967 +# CONFIG_R3964 is not set
47968 +# CONFIG_APPLICOM is not set
47969 +# CONFIG_RAW_DRIVER is not set
47970 +# CONFIG_TCG_TPM is not set
47971 +CONFIG_DEVPORT=y
47972 +CONFIG_I2C=y
47973 +CONFIG_I2C_BOARDINFO=y
47974 +CONFIG_I2C_CHARDEV=y
47975 +
47976 +#
47977 +# I2C Algorithms
47978 +#
47979 +# CONFIG_I2C_ALGOBIT is not set
47980 +# CONFIG_I2C_ALGOPCF is not set
47981 +# CONFIG_I2C_ALGOPCA is not set
47982 +
47983 +#
47984 +# I2C Hardware Bus support
47985 +#
47986 +# CONFIG_I2C_ALI1535 is not set
47987 +# CONFIG_I2C_ALI1563 is not set
47988 +# CONFIG_I2C_ALI15X3 is not set
47989 +# CONFIG_I2C_AMD756 is not set
47990 +# CONFIG_I2C_AMD8111 is not set
47991 +# CONFIG_I2C_I801 is not set
47992 +# CONFIG_I2C_I810 is not set
47993 +# CONFIG_I2C_PIIX4 is not set
47994 +CONFIG_I2C_MPC=y
47995 +# CONFIG_I2C_NFORCE2 is not set
47996 +# CONFIG_I2C_OCORES is not set
47997 +# CONFIG_I2C_PARPORT_LIGHT is not set
47998 +# CONFIG_I2C_PROSAVAGE is not set
47999 +# CONFIG_I2C_SAVAGE4 is not set
48000 +# CONFIG_I2C_SIMTEC is not set
48001 +# CONFIG_I2C_SIS5595 is not set
48002 +# CONFIG_I2C_SIS630 is not set
48003 +# CONFIG_I2C_SIS96X is not set
48004 +# CONFIG_I2C_TAOS_EVM is not set
48005 +# CONFIG_I2C_VIA is not set
48006 +# CONFIG_I2C_VIAPRO is not set
48007 +# CONFIG_I2C_VOODOO3 is not set
48008 +
48009 +#
48010 +# Miscellaneous I2C Chip support
48011 +#
48012 +# CONFIG_DS1682 is not set
48013 +# CONFIG_SENSORS_EEPROM is not set
48014 +# CONFIG_SENSORS_PCF8574 is not set
48015 +# CONFIG_PCF8575 is not set
48016 +# CONFIG_SENSORS_PCF8591 is not set
48017 +# CONFIG_TPS65010 is not set
48018 +# CONFIG_SENSORS_MAX6875 is not set
48019 +# CONFIG_SENSORS_TSL2550 is not set
48020 +# CONFIG_I2C_DEBUG_CORE is not set
48021 +# CONFIG_I2C_DEBUG_ALGO is not set
48022 +# CONFIG_I2C_DEBUG_BUS is not set
48023 +# CONFIG_I2C_DEBUG_CHIP is not set
48024 +
48025 +#
48026 +# SPI support
48027 +#
48028 +# CONFIG_SPI is not set
48029 +# CONFIG_SPI_MASTER is not set
48030 +# CONFIG_W1 is not set
48031 +# CONFIG_POWER_SUPPLY is not set
48032 +CONFIG_HWMON=y
48033 +# CONFIG_HWMON_VID is not set
48034 +# CONFIG_SENSORS_AD7418 is not set
48035 +# CONFIG_SENSORS_ADM1021 is not set
48036 +# CONFIG_SENSORS_ADM1025 is not set
48037 +# CONFIG_SENSORS_ADM1026 is not set
48038 +# CONFIG_SENSORS_ADM1029 is not set
48039 +# CONFIG_SENSORS_ADM1031 is not set
48040 +# CONFIG_SENSORS_ADM9240 is not set
48041 +# CONFIG_SENSORS_ADT7470 is not set
48042 +# CONFIG_SENSORS_ADT7473 is not set
48043 +# CONFIG_SENSORS_ATXP1 is not set
48044 +# CONFIG_SENSORS_DS1621 is not set
48045 +# CONFIG_SENSORS_I5K_AMB is not set
48046 +# CONFIG_SENSORS_F71805F is not set
48047 +# CONFIG_SENSORS_F71882FG is not set
48048 +# CONFIG_SENSORS_F75375S is not set
48049 +# CONFIG_SENSORS_GL518SM is not set
48050 +# CONFIG_SENSORS_GL520SM is not set
48051 +# CONFIG_SENSORS_IT87 is not set
48052 +# CONFIG_SENSORS_LM63 is not set
48053 +CONFIG_SENSORS_LM75=y
48054 +# CONFIG_SENSORS_LM77 is not set
48055 +# CONFIG_SENSORS_LM78 is not set
48056 +# CONFIG_SENSORS_LM80 is not set
48057 +# CONFIG_SENSORS_LM83 is not set
48058 +# CONFIG_SENSORS_LM85 is not set
48059 +# CONFIG_SENSORS_LM87 is not set
48060 +# CONFIG_SENSORS_LM90 is not set
48061 +# CONFIG_SENSORS_LM92 is not set
48062 +# CONFIG_SENSORS_LM93 is not set
48063 +# CONFIG_SENSORS_MAX1619 is not set
48064 +# CONFIG_SENSORS_MAX6650 is not set
48065 +# CONFIG_SENSORS_PC87360 is not set
48066 +# CONFIG_SENSORS_PC87427 is not set
48067 +# CONFIG_SENSORS_SIS5595 is not set
48068 +# CONFIG_SENSORS_DME1737 is not set
48069 +# CONFIG_SENSORS_SMSC47M1 is not set
48070 +# CONFIG_SENSORS_SMSC47M192 is not set
48071 +# CONFIG_SENSORS_SMSC47B397 is not set
48072 +# CONFIG_SENSORS_ADS7828 is not set
48073 +# CONFIG_SENSORS_THMC50 is not set
48074 +# CONFIG_SENSORS_VIA686A is not set
48075 +# CONFIG_SENSORS_VT1211 is not set
48076 +# CONFIG_SENSORS_VT8231 is not set
48077 +# CONFIG_SENSORS_W83781D is not set
48078 +# CONFIG_SENSORS_W83791D is not set
48079 +# CONFIG_SENSORS_W83792D is not set
48080 +# CONFIG_SENSORS_W83793 is not set
48081 +# CONFIG_SENSORS_W83L785TS is not set
48082 +# CONFIG_SENSORS_W83L786NG is not set
48083 +# CONFIG_SENSORS_W83627HF is not set
48084 +# CONFIG_SENSORS_W83627EHF is not set
48085 +CONFIG_HWMON_DEBUG_CHIP=y
48086 +# CONFIG_THERMAL is not set
48087 +# CONFIG_WATCHDOG is not set
48088 +
48089 +#
48090 +# Sonics Silicon Backplane
48091 +#
48092 +CONFIG_SSB_POSSIBLE=y
48093 +# CONFIG_SSB is not set
48094 +
48095 +#
48096 +# Multifunction device drivers
48097 +#
48098 +# CONFIG_MFD_SM501 is not set
48099 +
48100 +#
48101 +# Multimedia devices
48102 +#
48103 +# CONFIG_VIDEO_DEV is not set
48104 +# CONFIG_DVB_CORE is not set
48105 +CONFIG_DAB=y
48106 +
48107 +#
48108 +# Graphics support
48109 +#
48110 +# CONFIG_AGP is not set
48111 +# CONFIG_DRM is not set
48112 +# CONFIG_VGASTATE is not set
48113 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
48114 +# CONFIG_FB is not set
48115 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
48116 +
48117 +#
48118 +# Display device support
48119 +#
48120 +# CONFIG_DISPLAY_SUPPORT is not set
48121 +
48122 +#
48123 +# Sound
48124 +#
48125 +# CONFIG_SOUND is not set
48126 +CONFIG_HID_SUPPORT=y
48127 +CONFIG_HID=y
48128 +# CONFIG_HID_DEBUG is not set
48129 +# CONFIG_HIDRAW is not set
48130 +CONFIG_USB_SUPPORT=y
48131 +CONFIG_USB_ARCH_HAS_HCD=y
48132 +CONFIG_USB_ARCH_HAS_OHCI=y
48133 +CONFIG_USB_ARCH_HAS_EHCI=y
48134 +# CONFIG_USB is not set
48135 +
48136 +#
48137 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
48138 +#
48139 +# CONFIG_USB_GADGET is not set
48140 +# CONFIG_MMC is not set
48141 +# CONFIG_MEMSTICK is not set
48142 +# CONFIG_NEW_LEDS is not set
48143 +# CONFIG_INFINIBAND is not set
48144 +# CONFIG_EDAC is not set
48145 +# CONFIG_RTC_CLASS is not set
48146 +# CONFIG_DMADEVICES is not set
48147 +
48148 +#
48149 +# Userspace I/O
48150 +#
48151 +# CONFIG_UIO is not set
48152 +
48153 +#
48154 +# File systems
48155 +#
48156 +CONFIG_EXT2_FS=y
48157 +# CONFIG_EXT2_FS_XATTR is not set
48158 +# CONFIG_EXT2_FS_XIP is not set
48159 +CONFIG_EXT3_FS=y
48160 +CONFIG_EXT3_FS_XATTR=y
48161 +# CONFIG_EXT3_FS_POSIX_ACL is not set
48162 +# CONFIG_EXT3_FS_SECURITY is not set
48163 +# CONFIG_EXT4DEV_FS is not set
48164 +CONFIG_JBD=y
48165 +CONFIG_FS_MBCACHE=y
48166 +# CONFIG_REISERFS_FS is not set
48167 +# CONFIG_JFS_FS is not set
48168 +# CONFIG_FS_POSIX_ACL is not set
48169 +# CONFIG_XFS_FS is not set
48170 +# CONFIG_GFS2_FS is not set
48171 +# CONFIG_OCFS2_FS is not set
48172 +CONFIG_DNOTIFY=y
48173 +CONFIG_INOTIFY=y
48174 +CONFIG_INOTIFY_USER=y
48175 +# CONFIG_QUOTA is not set
48176 +# CONFIG_AUTOFS_FS is not set
48177 +# CONFIG_AUTOFS4_FS is not set
48178 +# CONFIG_FUSE_FS is not set
48179 +
48180 +#
48181 +# CD-ROM/DVD Filesystems
48182 +#
48183 +# CONFIG_ISO9660_FS is not set
48184 +# CONFIG_UDF_FS is not set
48185 +
48186 +#
48187 +# DOS/FAT/NT Filesystems
48188 +#
48189 +# CONFIG_MSDOS_FS is not set
48190 +# CONFIG_VFAT_FS is not set
48191 +# CONFIG_NTFS_FS is not set
48192 +
48193 +#
48194 +# Pseudo filesystems
48195 +#
48196 +CONFIG_PROC_FS=y
48197 +CONFIG_PROC_KCORE=y
48198 +CONFIG_PROC_SYSCTL=y
48199 +CONFIG_SYSFS=y
48200 +CONFIG_TMPFS=y
48201 +# CONFIG_TMPFS_POSIX_ACL is not set
48202 +# CONFIG_HUGETLB_PAGE is not set
48203 +# CONFIG_CONFIGFS_FS is not set
48204 +
48205 +#
48206 +# Miscellaneous filesystems
48207 +#
48208 +# CONFIG_ADFS_FS is not set
48209 +# CONFIG_AFFS_FS is not set
48210 +# CONFIG_HFS_FS is not set
48211 +# CONFIG_HFSPLUS_FS is not set
48212 +# CONFIG_BEFS_FS is not set
48213 +# CONFIG_BFS_FS is not set
48214 +# CONFIG_EFS_FS is not set
48215 +CONFIG_JFFS2_FS=y
48216 +CONFIG_JFFS2_FS_DEBUG=0
48217 +CONFIG_JFFS2_FS_WRITEBUFFER=y
48218 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
48219 +# CONFIG_JFFS2_SUMMARY is not set
48220 +# CONFIG_JFFS2_FS_XATTR is not set
48221 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
48222 +CONFIG_JFFS2_ZLIB=y
48223 +# CONFIG_JFFS2_LZO is not set
48224 +CONFIG_JFFS2_RTIME=y
48225 +# CONFIG_JFFS2_RUBIN is not set
48226 +CONFIG_CRAMFS=y
48227 +# CONFIG_VXFS_FS is not set
48228 +# CONFIG_MINIX_FS is not set
48229 +# CONFIG_HPFS_FS is not set
48230 +# CONFIG_QNX4FS_FS is not set
48231 +# CONFIG_ROMFS_FS is not set
48232 +# CONFIG_SYSV_FS is not set
48233 +# CONFIG_UFS_FS is not set
48234 +CONFIG_NETWORK_FILESYSTEMS=y
48235 +CONFIG_NFS_FS=y
48236 +# CONFIG_NFS_V3 is not set
48237 +# CONFIG_NFS_V4 is not set
48238 +# CONFIG_NFS_DIRECTIO is not set
48239 +# CONFIG_NFSD is not set
48240 +CONFIG_ROOT_NFS=y
48241 +CONFIG_LOCKD=y
48242 +CONFIG_NFS_COMMON=y
48243 +CONFIG_SUNRPC=y
48244 +# CONFIG_SUNRPC_BIND34 is not set
48245 +# CONFIG_RPCSEC_GSS_KRB5 is not set
48246 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
48247 +# CONFIG_SMB_FS is not set
48248 +# CONFIG_CIFS is not set
48249 +# CONFIG_NCP_FS is not set
48250 +# CONFIG_CODA_FS is not set
48251 +# CONFIG_AFS_FS is not set
48252 +
48253 +#
48254 +# Partition Types
48255 +#
48256 +CONFIG_PARTITION_ADVANCED=y
48257 +# CONFIG_ACORN_PARTITION is not set
48258 +# CONFIG_OSF_PARTITION is not set
48259 +# CONFIG_AMIGA_PARTITION is not set
48260 +# CONFIG_ATARI_PARTITION is not set
48261 +# CONFIG_MAC_PARTITION is not set
48262 +# CONFIG_MSDOS_PARTITION is not set
48263 +# CONFIG_LDM_PARTITION is not set
48264 +# CONFIG_SGI_PARTITION is not set
48265 +# CONFIG_ULTRIX_PARTITION is not set
48266 +# CONFIG_SUN_PARTITION is not set
48267 +# CONFIG_KARMA_PARTITION is not set
48268 +# CONFIG_EFI_PARTITION is not set
48269 +# CONFIG_SYSV68_PARTITION is not set
48270 +# CONFIG_NLS is not set
48271 +# CONFIG_DLM is not set
48272 +
48273 +#
48274 +# Library routines
48275 +#
48276 +CONFIG_BITREVERSE=y
48277 +# CONFIG_CRC_CCITT is not set
48278 +# CONFIG_CRC16 is not set
48279 +# CONFIG_CRC_ITU_T is not set
48280 +CONFIG_CRC32=y
48281 +# CONFIG_CRC7 is not set
48282 +# CONFIG_LIBCRC32C is not set
48283 +CONFIG_ZLIB_INFLATE=y
48284 +CONFIG_ZLIB_DEFLATE=y
48285 +CONFIG_PLIST=y
48286 +CONFIG_HAS_IOMEM=y
48287 +CONFIG_HAS_IOPORT=y
48288 +CONFIG_HAS_DMA=y
48289 +
48290 +#
48291 +# Kernel hacking
48292 +#
48293 +# CONFIG_PRINTK_TIME is not set
48294 +CONFIG_ENABLE_WARN_DEPRECATED=y
48295 +CONFIG_ENABLE_MUST_CHECK=y
48296 +# CONFIG_MAGIC_SYSRQ is not set
48297 +# CONFIG_UNUSED_SYMBOLS is not set
48298 +# CONFIG_DEBUG_FS is not set
48299 +# CONFIG_HEADERS_CHECK is not set
48300 +# CONFIG_DEBUG_KERNEL is not set
48301 +# CONFIG_SLUB_DEBUG_ON is not set
48302 +# CONFIG_SLUB_STATS is not set
48303 +# CONFIG_DEBUG_BUGVERBOSE is not set
48304 +# CONFIG_SAMPLES is not set
48305 +# CONFIG_KGDB_CONSOLE is not set
48306 +# CONFIG_PPC_EARLY_DEBUG is not set
48307 +
48308 +#
48309 +# Security options
48310 +#
48311 +# CONFIG_KEYS is not set
48312 +# CONFIG_SECURITY is not set
48313 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
48314 +CONFIG_CRYPTO=y
48315 +# CONFIG_CRYPTO_SEQIV is not set
48316 +# CONFIG_CRYPTO_MANAGER is not set
48317 +# CONFIG_CRYPTO_HMAC is not set
48318 +# CONFIG_CRYPTO_XCBC is not set
48319 +# CONFIG_CRYPTO_NULL is not set
48320 +# CONFIG_CRYPTO_MD4 is not set
48321 +# CONFIG_CRYPTO_MD5 is not set
48322 +# CONFIG_CRYPTO_SHA1 is not set
48323 +# CONFIG_CRYPTO_SHA256 is not set
48324 +# CONFIG_CRYPTO_SHA512 is not set
48325 +# CONFIG_CRYPTO_WP512 is not set
48326 +# CONFIG_CRYPTO_TGR192 is not set
48327 +# CONFIG_CRYPTO_GF128MUL is not set
48328 +# CONFIG_CRYPTO_ECB is not set
48329 +# CONFIG_CRYPTO_CBC is not set
48330 +# CONFIG_CRYPTO_PCBC is not set
48331 +# CONFIG_CRYPTO_LRW is not set
48332 +# CONFIG_CRYPTO_XTS is not set
48333 +# CONFIG_CRYPTO_CTR is not set
48334 +# CONFIG_CRYPTO_GCM is not set
48335 +# CONFIG_CRYPTO_CCM is not set
48336 +# CONFIG_CRYPTO_CRYPTD is not set
48337 +# CONFIG_CRYPTO_DES is not set
48338 +# CONFIG_CRYPTO_FCRYPT is not set
48339 +# CONFIG_CRYPTO_BLOWFISH is not set
48340 +# CONFIG_CRYPTO_TWOFISH is not set
48341 +# CONFIG_CRYPTO_SERPENT is not set
48342 +# CONFIG_CRYPTO_AES is not set
48343 +# CONFIG_CRYPTO_CAST5 is not set
48344 +# CONFIG_CRYPTO_CAST6 is not set
48345 +# CONFIG_CRYPTO_TEA is not set
48346 +# CONFIG_CRYPTO_ARC4 is not set
48347 +# CONFIG_CRYPTO_KHAZAD is not set
48348 +# CONFIG_CRYPTO_ANUBIS is not set
48349 +# CONFIG_CRYPTO_SEED is not set
48350 +# CONFIG_CRYPTO_SALSA20 is not set
48351 +# CONFIG_CRYPTO_DEFLATE is not set
48352 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
48353 +# CONFIG_CRYPTO_CRC32C is not set
48354 +# CONFIG_CRYPTO_CAMELLIA is not set
48355 +# CONFIG_CRYPTO_AUTHENC is not set
48356 +# CONFIG_CRYPTO_LZO is not set
48357 +CONFIG_CRYPTO_HW=y
48358 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
48359 +# CONFIG_PPC_CLOCK is not set
48360 +CONFIG_PPC_LIB_RHEAP=y
48361 --- a/arch/powerpc/configs/bamboo_defconfig
48362 +++ /dev/null
48363 @@ -1,815 +0,0 @@
48364 -#
48365 -# Automatically generated make config: don't edit
48366 -# Linux kernel version: 2.6.25-rc2
48367 -# Fri Feb 15 21:36:39 2008
48368 -#
48369 -# CONFIG_PPC64 is not set
48370 -
48371 -#
48372 -# Processor support
48373 -#
48374 -# CONFIG_6xx is not set
48375 -# CONFIG_PPC_85xx is not set
48376 -# CONFIG_PPC_8xx is not set
48377 -# CONFIG_40x is not set
48378 -CONFIG_44x=y
48379 -# CONFIG_E200 is not set
48380 -CONFIG_PPC_FPU=y
48381 -CONFIG_4xx=y
48382 -CONFIG_BOOKE=y
48383 -CONFIG_PTE_64BIT=y
48384 -CONFIG_PHYS_64BIT=y
48385 -# CONFIG_PPC_MM_SLICES is not set
48386 -CONFIG_NOT_COHERENT_CACHE=y
48387 -CONFIG_PPC32=y
48388 -CONFIG_WORD_SIZE=32
48389 -CONFIG_PPC_MERGE=y
48390 -CONFIG_MMU=y
48391 -CONFIG_GENERIC_CMOS_UPDATE=y
48392 -CONFIG_GENERIC_TIME=y
48393 -CONFIG_GENERIC_TIME_VSYSCALL=y
48394 -CONFIG_GENERIC_CLOCKEVENTS=y
48395 -CONFIG_GENERIC_HARDIRQS=y
48396 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
48397 -CONFIG_IRQ_PER_CPU=y
48398 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
48399 -CONFIG_ARCH_HAS_ILOG2_U32=y
48400 -CONFIG_GENERIC_HWEIGHT=y
48401 -CONFIG_GENERIC_CALIBRATE_DELAY=y
48402 -CONFIG_GENERIC_FIND_NEXT_BIT=y
48403 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
48404 -CONFIG_PPC=y
48405 -CONFIG_EARLY_PRINTK=y
48406 -CONFIG_GENERIC_NVRAM=y
48407 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
48408 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
48409 -CONFIG_PPC_OF=y
48410 -CONFIG_OF=y
48411 -CONFIG_PPC_UDBG_16550=y
48412 -# CONFIG_GENERIC_TBSYNC is not set
48413 -CONFIG_AUDIT_ARCH=y
48414 -CONFIG_GENERIC_BUG=y
48415 -# CONFIG_DEFAULT_UIMAGE is not set
48416 -CONFIG_PPC_DCR_NATIVE=y
48417 -# CONFIG_PPC_DCR_MMIO is not set
48418 -CONFIG_PPC_DCR=y
48419 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
48420 -
48421 -#
48422 -# General setup
48423 -#
48424 -CONFIG_EXPERIMENTAL=y
48425 -CONFIG_BROKEN_ON_SMP=y
48426 -CONFIG_INIT_ENV_ARG_LIMIT=32
48427 -CONFIG_LOCALVERSION=""
48428 -CONFIG_LOCALVERSION_AUTO=y
48429 -CONFIG_SWAP=y
48430 -CONFIG_SYSVIPC=y
48431 -CONFIG_SYSVIPC_SYSCTL=y
48432 -CONFIG_POSIX_MQUEUE=y
48433 -# CONFIG_BSD_PROCESS_ACCT is not set
48434 -# CONFIG_TASKSTATS is not set
48435 -# CONFIG_AUDIT is not set
48436 -# CONFIG_IKCONFIG is not set
48437 -CONFIG_LOG_BUF_SHIFT=14
48438 -# CONFIG_CGROUPS is not set
48439 -CONFIG_GROUP_SCHED=y
48440 -CONFIG_FAIR_GROUP_SCHED=y
48441 -# CONFIG_RT_GROUP_SCHED is not set
48442 -CONFIG_USER_SCHED=y
48443 -# CONFIG_CGROUP_SCHED is not set
48444 -CONFIG_SYSFS_DEPRECATED=y
48445 -# CONFIG_RELAY is not set
48446 -# CONFIG_NAMESPACES is not set
48447 -CONFIG_BLK_DEV_INITRD=y
48448 -CONFIG_INITRAMFS_SOURCE=""
48449 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
48450 -CONFIG_SYSCTL=y
48451 -CONFIG_EMBEDDED=y
48452 -CONFIG_SYSCTL_SYSCALL=y
48453 -CONFIG_KALLSYMS=y
48454 -# CONFIG_KALLSYMS_ALL is not set
48455 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
48456 -CONFIG_HOTPLUG=y
48457 -CONFIG_PRINTK=y
48458 -CONFIG_BUG=y
48459 -CONFIG_ELF_CORE=y
48460 -CONFIG_COMPAT_BRK=y
48461 -CONFIG_BASE_FULL=y
48462 -CONFIG_FUTEX=y
48463 -CONFIG_ANON_INODES=y
48464 -CONFIG_EPOLL=y
48465 -CONFIG_SIGNALFD=y
48466 -CONFIG_TIMERFD=y
48467 -CONFIG_EVENTFD=y
48468 -CONFIG_SHMEM=y
48469 -CONFIG_VM_EVENT_COUNTERS=y
48470 -CONFIG_SLUB_DEBUG=y
48471 -# CONFIG_SLAB is not set
48472 -CONFIG_SLUB=y
48473 -# CONFIG_SLOB is not set
48474 -# CONFIG_PROFILING is not set
48475 -# CONFIG_MARKERS is not set
48476 -CONFIG_HAVE_OPROFILE=y
48477 -# CONFIG_KPROBES is not set
48478 -CONFIG_HAVE_KPROBES=y
48479 -CONFIG_PROC_PAGE_MONITOR=y
48480 -CONFIG_SLABINFO=y
48481 -CONFIG_RT_MUTEXES=y
48482 -# CONFIG_TINY_SHMEM is not set
48483 -CONFIG_BASE_SMALL=0
48484 -CONFIG_MODULES=y
48485 -CONFIG_MODULE_UNLOAD=y
48486 -# CONFIG_MODULE_FORCE_UNLOAD is not set
48487 -# CONFIG_MODVERSIONS is not set
48488 -# CONFIG_MODULE_SRCVERSION_ALL is not set
48489 -CONFIG_KMOD=y
48490 -CONFIG_BLOCK=y
48491 -CONFIG_LBD=y
48492 -# CONFIG_BLK_DEV_IO_TRACE is not set
48493 -# CONFIG_LSF is not set
48494 -# CONFIG_BLK_DEV_BSG is not set
48495 -
48496 -#
48497 -# IO Schedulers
48498 -#
48499 -CONFIG_IOSCHED_NOOP=y
48500 -CONFIG_IOSCHED_AS=y
48501 -CONFIG_IOSCHED_DEADLINE=y
48502 -CONFIG_IOSCHED_CFQ=y
48503 -CONFIG_DEFAULT_AS=y
48504 -# CONFIG_DEFAULT_DEADLINE is not set
48505 -# CONFIG_DEFAULT_CFQ is not set
48506 -# CONFIG_DEFAULT_NOOP is not set
48507 -CONFIG_DEFAULT_IOSCHED="anticipatory"
48508 -CONFIG_CLASSIC_RCU=y
48509 -# CONFIG_PREEMPT_RCU is not set
48510 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
48511 -
48512 -#
48513 -# Platform support
48514 -#
48515 -# CONFIG_PPC_MPC512x is not set
48516 -# CONFIG_PPC_MPC5121 is not set
48517 -# CONFIG_PPC_CELL is not set
48518 -# CONFIG_PPC_CELL_NATIVE is not set
48519 -# CONFIG_PQ2ADS is not set
48520 -CONFIG_BAMBOO=y
48521 -# CONFIG_EBONY is not set
48522 -# CONFIG_SEQUOIA is not set
48523 -# CONFIG_TAISHAN is not set
48524 -# CONFIG_KATMAI is not set
48525 -# CONFIG_RAINIER is not set
48526 -# CONFIG_WARP is not set
48527 -CONFIG_440EP=y
48528 -CONFIG_IBM440EP_ERR42=y
48529 -# CONFIG_IPIC is not set
48530 -# CONFIG_MPIC is not set
48531 -# CONFIG_MPIC_WEIRD is not set
48532 -# CONFIG_PPC_I8259 is not set
48533 -# CONFIG_PPC_RTAS is not set
48534 -# CONFIG_MMIO_NVRAM is not set
48535 -# CONFIG_PPC_MPC106 is not set
48536 -# CONFIG_PPC_970_NAP is not set
48537 -# CONFIG_PPC_INDIRECT_IO is not set
48538 -# CONFIG_GENERIC_IOMAP is not set
48539 -# CONFIG_CPU_FREQ is not set
48540 -# CONFIG_FSL_ULI1575 is not set
48541 -
48542 -#
48543 -# Kernel options
48544 -#
48545 -# CONFIG_HIGHMEM is not set
48546 -# CONFIG_TICK_ONESHOT is not set
48547 -# CONFIG_NO_HZ is not set
48548 -# CONFIG_HIGH_RES_TIMERS is not set
48549 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
48550 -# CONFIG_HZ_100 is not set
48551 -CONFIG_HZ_250=y
48552 -# CONFIG_HZ_300 is not set
48553 -# CONFIG_HZ_1000 is not set
48554 -CONFIG_HZ=250
48555 -# CONFIG_SCHED_HRTICK is not set
48556 -CONFIG_PREEMPT_NONE=y
48557 -# CONFIG_PREEMPT_VOLUNTARY is not set
48558 -# CONFIG_PREEMPT is not set
48559 -CONFIG_RCU_TRACE=y
48560 -CONFIG_BINFMT_ELF=y
48561 -# CONFIG_BINFMT_MISC is not set
48562 -# CONFIG_MATH_EMULATION is not set
48563 -# CONFIG_IOMMU_HELPER is not set
48564 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
48565 -CONFIG_ARCH_HAS_WALK_MEMORY=y
48566 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
48567 -CONFIG_ARCH_FLATMEM_ENABLE=y
48568 -CONFIG_ARCH_POPULATES_NODE_MAP=y
48569 -CONFIG_SELECT_MEMORY_MODEL=y
48570 -CONFIG_FLATMEM_MANUAL=y
48571 -# CONFIG_DISCONTIGMEM_MANUAL is not set
48572 -# CONFIG_SPARSEMEM_MANUAL is not set
48573 -CONFIG_FLATMEM=y
48574 -CONFIG_FLAT_NODE_MEM_MAP=y
48575 -# CONFIG_SPARSEMEM_STATIC is not set
48576 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
48577 -CONFIG_SPLIT_PTLOCK_CPUS=4
48578 -CONFIG_RESOURCES_64BIT=y
48579 -CONFIG_ZONE_DMA_FLAG=1
48580 -CONFIG_BOUNCE=y
48581 -CONFIG_VIRT_TO_BUS=y
48582 -CONFIG_PROC_DEVICETREE=y
48583 -CONFIG_CMDLINE_BOOL=y
48584 -CONFIG_CMDLINE=""
48585 -CONFIG_SECCOMP=y
48586 -CONFIG_ISA_DMA_API=y
48587 -
48588 -#
48589 -# Bus options
48590 -#
48591 -CONFIG_ZONE_DMA=y
48592 -CONFIG_PPC_INDIRECT_PCI=y
48593 -CONFIG_PCI=y
48594 -CONFIG_PCI_DOMAINS=y
48595 -CONFIG_PCI_SYSCALL=y
48596 -# CONFIG_PCIEPORTBUS is not set
48597 -CONFIG_ARCH_SUPPORTS_MSI=y
48598 -# CONFIG_PCI_MSI is not set
48599 -CONFIG_PCI_LEGACY=y
48600 -# CONFIG_PCI_DEBUG is not set
48601 -# CONFIG_PCCARD is not set
48602 -# CONFIG_HOTPLUG_PCI is not set
48603 -
48604 -#
48605 -# Advanced setup
48606 -#
48607 -# CONFIG_ADVANCED_OPTIONS is not set
48608 -
48609 -#
48610 -# Default settings for advanced configuration options are used
48611 -#
48612 -CONFIG_HIGHMEM_START=0xfe000000
48613 -CONFIG_LOWMEM_SIZE=0x30000000
48614 -CONFIG_KERNEL_START=0xc0000000
48615 -CONFIG_TASK_SIZE=0xc0000000
48616 -CONFIG_CONSISTENT_START=0xff100000
48617 -CONFIG_CONSISTENT_SIZE=0x00200000
48618 -CONFIG_BOOT_LOAD=0x01000000
48619 -
48620 -#
48621 -# Networking
48622 -#
48623 -CONFIG_NET=y
48624 -
48625 -#
48626 -# Networking options
48627 -#
48628 -CONFIG_PACKET=y
48629 -# CONFIG_PACKET_MMAP is not set
48630 -CONFIG_UNIX=y
48631 -# CONFIG_NET_KEY is not set
48632 -CONFIG_INET=y
48633 -# CONFIG_IP_MULTICAST is not set
48634 -# CONFIG_IP_ADVANCED_ROUTER is not set
48635 -CONFIG_IP_FIB_HASH=y
48636 -CONFIG_IP_PNP=y
48637 -CONFIG_IP_PNP_DHCP=y
48638 -CONFIG_IP_PNP_BOOTP=y
48639 -# CONFIG_IP_PNP_RARP is not set
48640 -# CONFIG_NET_IPIP is not set
48641 -# CONFIG_NET_IPGRE is not set
48642 -# CONFIG_ARPD is not set
48643 -# CONFIG_SYN_COOKIES is not set
48644 -# CONFIG_INET_AH is not set
48645 -# CONFIG_INET_ESP is not set
48646 -# CONFIG_INET_IPCOMP is not set
48647 -# CONFIG_INET_XFRM_TUNNEL is not set
48648 -# CONFIG_INET_TUNNEL is not set
48649 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
48650 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
48651 -# CONFIG_INET_XFRM_MODE_BEET is not set
48652 -# CONFIG_INET_LRO is not set
48653 -CONFIG_INET_DIAG=y
48654 -CONFIG_INET_TCP_DIAG=y
48655 -# CONFIG_TCP_CONG_ADVANCED is not set
48656 -CONFIG_TCP_CONG_CUBIC=y
48657 -CONFIG_DEFAULT_TCP_CONG="cubic"
48658 -# CONFIG_TCP_MD5SIG is not set
48659 -# CONFIG_IPV6 is not set
48660 -# CONFIG_INET6_XFRM_TUNNEL is not set
48661 -# CONFIG_INET6_TUNNEL is not set
48662 -# CONFIG_NETWORK_SECMARK is not set
48663 -# CONFIG_NETFILTER is not set
48664 -# CONFIG_IP_DCCP is not set
48665 -# CONFIG_IP_SCTP is not set
48666 -# CONFIG_TIPC is not set
48667 -# CONFIG_ATM is not set
48668 -# CONFIG_BRIDGE is not set
48669 -# CONFIG_VLAN_8021Q is not set
48670 -# CONFIG_DECNET is not set
48671 -# CONFIG_LLC2 is not set
48672 -# CONFIG_IPX is not set
48673 -# CONFIG_ATALK is not set
48674 -# CONFIG_X25 is not set
48675 -# CONFIG_LAPB is not set
48676 -# CONFIG_ECONET is not set
48677 -# CONFIG_WAN_ROUTER is not set
48678 -# CONFIG_NET_SCHED is not set
48679 -
48680 -#
48681 -# Network testing
48682 -#
48683 -# CONFIG_NET_PKTGEN is not set
48684 -# CONFIG_HAMRADIO is not set
48685 -# CONFIG_CAN is not set
48686 -# CONFIG_IRDA is not set
48687 -# CONFIG_BT is not set
48688 -# CONFIG_AF_RXRPC is not set
48689 -
48690 -#
48691 -# Wireless
48692 -#
48693 -# CONFIG_CFG80211 is not set
48694 -# CONFIG_WIRELESS_EXT is not set
48695 -# CONFIG_MAC80211 is not set
48696 -# CONFIG_IEEE80211 is not set
48697 -# CONFIG_RFKILL is not set
48698 -# CONFIG_NET_9P is not set
48699 -
48700 -#
48701 -# Device Drivers
48702 -#
48703 -
48704 -#
48705 -# Generic Driver Options
48706 -#
48707 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
48708 -CONFIG_STANDALONE=y
48709 -CONFIG_PREVENT_FIRMWARE_BUILD=y
48710 -CONFIG_FW_LOADER=y
48711 -# CONFIG_DEBUG_DRIVER is not set
48712 -# CONFIG_DEBUG_DEVRES is not set
48713 -# CONFIG_SYS_HYPERVISOR is not set
48714 -CONFIG_CONNECTOR=y
48715 -CONFIG_PROC_EVENTS=y
48716 -# CONFIG_MTD is not set
48717 -CONFIG_OF_DEVICE=y
48718 -# CONFIG_PARPORT is not set
48719 -CONFIG_BLK_DEV=y
48720 -# CONFIG_BLK_DEV_FD is not set
48721 -# CONFIG_BLK_CPQ_DA is not set
48722 -# CONFIG_BLK_CPQ_CISS_DA is not set
48723 -# CONFIG_BLK_DEV_DAC960 is not set
48724 -# CONFIG_BLK_DEV_UMEM is not set
48725 -# CONFIG_BLK_DEV_COW_COMMON is not set
48726 -# CONFIG_BLK_DEV_LOOP is not set
48727 -# CONFIG_BLK_DEV_NBD is not set
48728 -# CONFIG_BLK_DEV_SX8 is not set
48729 -CONFIG_BLK_DEV_RAM=y
48730 -CONFIG_BLK_DEV_RAM_COUNT=16
48731 -CONFIG_BLK_DEV_RAM_SIZE=35000
48732 -# CONFIG_BLK_DEV_XIP is not set
48733 -# CONFIG_CDROM_PKTCDVD is not set
48734 -# CONFIG_ATA_OVER_ETH is not set
48735 -# CONFIG_XILINX_SYSACE is not set
48736 -CONFIG_MISC_DEVICES=y
48737 -# CONFIG_PHANTOM is not set
48738 -# CONFIG_EEPROM_93CX6 is not set
48739 -# CONFIG_SGI_IOC4 is not set
48740 -# CONFIG_TIFM_CORE is not set
48741 -# CONFIG_ENCLOSURE_SERVICES is not set
48742 -CONFIG_HAVE_IDE=y
48743 -# CONFIG_IDE is not set
48744 -
48745 -#
48746 -# SCSI device support
48747 -#
48748 -# CONFIG_RAID_ATTRS is not set
48749 -# CONFIG_SCSI is not set
48750 -# CONFIG_SCSI_DMA is not set
48751 -# CONFIG_SCSI_NETLINK is not set
48752 -# CONFIG_ATA is not set
48753 -# CONFIG_MD is not set
48754 -# CONFIG_FUSION is not set
48755 -
48756 -#
48757 -# IEEE 1394 (FireWire) support
48758 -#
48759 -# CONFIG_FIREWIRE is not set
48760 -# CONFIG_IEEE1394 is not set
48761 -# CONFIG_I2O is not set
48762 -# CONFIG_MACINTOSH_DRIVERS is not set
48763 -CONFIG_NETDEVICES=y
48764 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
48765 -# CONFIG_DUMMY is not set
48766 -# CONFIG_BONDING is not set
48767 -# CONFIG_MACVLAN is not set
48768 -# CONFIG_EQUALIZER is not set
48769 -# CONFIG_TUN is not set
48770 -# CONFIG_VETH is not set
48771 -# CONFIG_ARCNET is not set
48772 -# CONFIG_PHYLIB is not set
48773 -CONFIG_NET_ETHERNET=y
48774 -# CONFIG_MII is not set
48775 -# CONFIG_HAPPYMEAL is not set
48776 -# CONFIG_SUNGEM is not set
48777 -# CONFIG_CASSINI is not set
48778 -# CONFIG_NET_VENDOR_3COM is not set
48779 -# CONFIG_NET_TULIP is not set
48780 -# CONFIG_HP100 is not set
48781 -CONFIG_IBM_NEW_EMAC=y
48782 -CONFIG_IBM_NEW_EMAC_RXB=128
48783 -CONFIG_IBM_NEW_EMAC_TXB=64
48784 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
48785 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
48786 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
48787 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
48788 -CONFIG_IBM_NEW_EMAC_ZMII=y
48789 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
48790 -# CONFIG_IBM_NEW_EMAC_TAH is not set
48791 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
48792 -# CONFIG_NET_PCI is not set
48793 -# CONFIG_B44 is not set
48794 -CONFIG_NETDEV_1000=y
48795 -# CONFIG_ACENIC is not set
48796 -# CONFIG_DL2K is not set
48797 -# CONFIG_E1000 is not set
48798 -# CONFIG_E1000E is not set
48799 -# CONFIG_E1000E_ENABLED is not set
48800 -# CONFIG_IP1000 is not set
48801 -# CONFIG_IGB is not set
48802 -# CONFIG_NS83820 is not set
48803 -# CONFIG_HAMACHI is not set
48804 -# CONFIG_YELLOWFIN is not set
48805 -# CONFIG_R8169 is not set
48806 -# CONFIG_SIS190 is not set
48807 -# CONFIG_SKGE is not set
48808 -# CONFIG_SKY2 is not set
48809 -# CONFIG_SK98LIN is not set
48810 -# CONFIG_VIA_VELOCITY is not set
48811 -# CONFIG_TIGON3 is not set
48812 -# CONFIG_BNX2 is not set
48813 -# CONFIG_QLA3XXX is not set
48814 -# CONFIG_ATL1 is not set
48815 -CONFIG_NETDEV_10000=y
48816 -# CONFIG_CHELSIO_T1 is not set
48817 -# CONFIG_CHELSIO_T3 is not set
48818 -# CONFIG_IXGBE is not set
48819 -# CONFIG_IXGB is not set
48820 -# CONFIG_S2IO is not set
48821 -# CONFIG_MYRI10GE is not set
48822 -# CONFIG_NETXEN_NIC is not set
48823 -# CONFIG_NIU is not set
48824 -# CONFIG_MLX4_CORE is not set
48825 -# CONFIG_TEHUTI is not set
48826 -# CONFIG_BNX2X is not set
48827 -# CONFIG_TR is not set
48828 -
48829 -#
48830 -# Wireless LAN
48831 -#
48832 -# CONFIG_WLAN_PRE80211 is not set
48833 -# CONFIG_WLAN_80211 is not set
48834 -# CONFIG_WAN is not set
48835 -# CONFIG_FDDI is not set
48836 -# CONFIG_HIPPI is not set
48837 -# CONFIG_PPP is not set
48838 -# CONFIG_SLIP is not set
48839 -# CONFIG_NETCONSOLE is not set
48840 -# CONFIG_NETPOLL is not set
48841 -# CONFIG_NET_POLL_CONTROLLER is not set
48842 -# CONFIG_ISDN is not set
48843 -# CONFIG_PHONE is not set
48844 -
48845 -#
48846 -# Input device support
48847 -#
48848 -# CONFIG_INPUT is not set
48849 -
48850 -#
48851 -# Hardware I/O ports
48852 -#
48853 -# CONFIG_SERIO is not set
48854 -# CONFIG_GAMEPORT is not set
48855 -
48856 -#
48857 -# Character devices
48858 -#
48859 -# CONFIG_VT is not set
48860 -# CONFIG_SERIAL_NONSTANDARD is not set
48861 -# CONFIG_NOZOMI is not set
48862 -
48863 -#
48864 -# Serial drivers
48865 -#
48866 -CONFIG_SERIAL_8250=y
48867 -CONFIG_SERIAL_8250_CONSOLE=y
48868 -# CONFIG_SERIAL_8250_PCI is not set
48869 -CONFIG_SERIAL_8250_NR_UARTS=4
48870 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
48871 -CONFIG_SERIAL_8250_EXTENDED=y
48872 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
48873 -CONFIG_SERIAL_8250_SHARE_IRQ=y
48874 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
48875 -# CONFIG_SERIAL_8250_RSA is not set
48876 -
48877 -#
48878 -# Non-8250 serial port support
48879 -#
48880 -# CONFIG_SERIAL_UARTLITE is not set
48881 -CONFIG_SERIAL_CORE=y
48882 -CONFIG_SERIAL_CORE_CONSOLE=y
48883 -# CONFIG_SERIAL_JSM is not set
48884 -CONFIG_SERIAL_OF_PLATFORM=y
48885 -CONFIG_UNIX98_PTYS=y
48886 -CONFIG_LEGACY_PTYS=y
48887 -CONFIG_LEGACY_PTY_COUNT=256
48888 -# CONFIG_IPMI_HANDLER is not set
48889 -# CONFIG_HW_RANDOM is not set
48890 -# CONFIG_NVRAM is not set
48891 -# CONFIG_GEN_RTC is not set
48892 -# CONFIG_R3964 is not set
48893 -# CONFIG_APPLICOM is not set
48894 -# CONFIG_RAW_DRIVER is not set
48895 -# CONFIG_TCG_TPM is not set
48896 -CONFIG_DEVPORT=y
48897 -# CONFIG_I2C is not set
48898 -
48899 -#
48900 -# SPI support
48901 -#
48902 -# CONFIG_SPI is not set
48903 -# CONFIG_SPI_MASTER is not set
48904 -# CONFIG_W1 is not set
48905 -# CONFIG_POWER_SUPPLY is not set
48906 -# CONFIG_HWMON is not set
48907 -CONFIG_THERMAL=y
48908 -# CONFIG_WATCHDOG is not set
48909 -
48910 -#
48911 -# Sonics Silicon Backplane
48912 -#
48913 -CONFIG_SSB_POSSIBLE=y
48914 -# CONFIG_SSB is not set
48915 -
48916 -#
48917 -# Multifunction device drivers
48918 -#
48919 -# CONFIG_MFD_SM501 is not set
48920 -
48921 -#
48922 -# Multimedia devices
48923 -#
48924 -# CONFIG_VIDEO_DEV is not set
48925 -# CONFIG_DVB_CORE is not set
48926 -CONFIG_DAB=y
48927 -
48928 -#
48929 -# Graphics support
48930 -#
48931 -# CONFIG_AGP is not set
48932 -# CONFIG_DRM is not set
48933 -# CONFIG_VGASTATE is not set
48934 -CONFIG_VIDEO_OUTPUT_CONTROL=m
48935 -# CONFIG_FB is not set
48936 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
48937 -
48938 -#
48939 -# Display device support
48940 -#
48941 -# CONFIG_DISPLAY_SUPPORT is not set
48942 -
48943 -#
48944 -# Sound
48945 -#
48946 -# CONFIG_SOUND is not set
48947 -CONFIG_USB_SUPPORT=y
48948 -CONFIG_USB_ARCH_HAS_HCD=y
48949 -CONFIG_USB_ARCH_HAS_OHCI=y
48950 -CONFIG_USB_ARCH_HAS_EHCI=y
48951 -# CONFIG_USB is not set
48952 -
48953 -#
48954 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
48955 -#
48956 -# CONFIG_USB_GADGET is not set
48957 -# CONFIG_MMC is not set
48958 -# CONFIG_MEMSTICK is not set
48959 -# CONFIG_NEW_LEDS is not set
48960 -# CONFIG_INFINIBAND is not set
48961 -# CONFIG_EDAC is not set
48962 -# CONFIG_RTC_CLASS is not set
48963 -
48964 -#
48965 -# Userspace I/O
48966 -#
48967 -# CONFIG_UIO is not set
48968 -
48969 -#
48970 -# File systems
48971 -#
48972 -CONFIG_EXT2_FS=y
48973 -# CONFIG_EXT2_FS_XATTR is not set
48974 -# CONFIG_EXT2_FS_XIP is not set
48975 -# CONFIG_EXT3_FS is not set
48976 -# CONFIG_EXT4DEV_FS is not set
48977 -# CONFIG_REISERFS_FS is not set
48978 -# CONFIG_JFS_FS is not set
48979 -# CONFIG_FS_POSIX_ACL is not set
48980 -# CONFIG_XFS_FS is not set
48981 -# CONFIG_GFS2_FS is not set
48982 -# CONFIG_OCFS2_FS is not set
48983 -CONFIG_DNOTIFY=y
48984 -CONFIG_INOTIFY=y
48985 -CONFIG_INOTIFY_USER=y
48986 -# CONFIG_QUOTA is not set
48987 -# CONFIG_AUTOFS_FS is not set
48988 -# CONFIG_AUTOFS4_FS is not set
48989 -# CONFIG_FUSE_FS is not set
48990 -
48991 -#
48992 -# CD-ROM/DVD Filesystems
48993 -#
48994 -# CONFIG_ISO9660_FS is not set
48995 -# CONFIG_UDF_FS is not set
48996 -
48997 -#
48998 -# DOS/FAT/NT Filesystems
48999 -#
49000 -# CONFIG_MSDOS_FS is not set
49001 -# CONFIG_VFAT_FS is not set
49002 -# CONFIG_NTFS_FS is not set
49003 -
49004 -#
49005 -# Pseudo filesystems
49006 -#
49007 -CONFIG_PROC_FS=y
49008 -CONFIG_PROC_KCORE=y
49009 -CONFIG_PROC_SYSCTL=y
49010 -CONFIG_SYSFS=y
49011 -CONFIG_TMPFS=y
49012 -# CONFIG_TMPFS_POSIX_ACL is not set
49013 -# CONFIG_HUGETLB_PAGE is not set
49014 -# CONFIG_CONFIGFS_FS is not set
49015 -
49016 -#
49017 -# Miscellaneous filesystems
49018 -#
49019 -# CONFIG_ADFS_FS is not set
49020 -# CONFIG_AFFS_FS is not set
49021 -# CONFIG_HFS_FS is not set
49022 -# CONFIG_HFSPLUS_FS is not set
49023 -# CONFIG_BEFS_FS is not set
49024 -# CONFIG_BFS_FS is not set
49025 -# CONFIG_EFS_FS is not set
49026 -CONFIG_CRAMFS=y
49027 -# CONFIG_VXFS_FS is not set
49028 -# CONFIG_MINIX_FS is not set
49029 -# CONFIG_HPFS_FS is not set
49030 -# CONFIG_QNX4FS_FS is not set
49031 -# CONFIG_ROMFS_FS is not set
49032 -# CONFIG_SYSV_FS is not set
49033 -# CONFIG_UFS_FS is not set
49034 -CONFIG_NETWORK_FILESYSTEMS=y
49035 -CONFIG_NFS_FS=y
49036 -CONFIG_NFS_V3=y
49037 -# CONFIG_NFS_V3_ACL is not set
49038 -# CONFIG_NFS_V4 is not set
49039 -# CONFIG_NFS_DIRECTIO is not set
49040 -# CONFIG_NFSD is not set
49041 -CONFIG_ROOT_NFS=y
49042 -CONFIG_LOCKD=y
49043 -CONFIG_LOCKD_V4=y
49044 -CONFIG_NFS_COMMON=y
49045 -CONFIG_SUNRPC=y
49046 -# CONFIG_SUNRPC_BIND34 is not set
49047 -# CONFIG_RPCSEC_GSS_KRB5 is not set
49048 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
49049 -# CONFIG_SMB_FS is not set
49050 -# CONFIG_CIFS is not set
49051 -# CONFIG_NCP_FS is not set
49052 -# CONFIG_CODA_FS is not set
49053 -# CONFIG_AFS_FS is not set
49054 -
49055 -#
49056 -# Partition Types
49057 -#
49058 -# CONFIG_PARTITION_ADVANCED is not set
49059 -CONFIG_MSDOS_PARTITION=y
49060 -# CONFIG_NLS is not set
49061 -# CONFIG_DLM is not set
49062 -
49063 -#
49064 -# Library routines
49065 -#
49066 -CONFIG_BITREVERSE=y
49067 -# CONFIG_CRC_CCITT is not set
49068 -# CONFIG_CRC16 is not set
49069 -# CONFIG_CRC_ITU_T is not set
49070 -CONFIG_CRC32=y
49071 -# CONFIG_CRC7 is not set
49072 -# CONFIG_LIBCRC32C is not set
49073 -CONFIG_ZLIB_INFLATE=y
49074 -CONFIG_PLIST=y
49075 -CONFIG_HAS_IOMEM=y
49076 -CONFIG_HAS_IOPORT=y
49077 -CONFIG_HAS_DMA=y
49078 -
49079 -#
49080 -# Kernel hacking
49081 -#
49082 -# CONFIG_PRINTK_TIME is not set
49083 -CONFIG_ENABLE_WARN_DEPRECATED=y
49084 -CONFIG_ENABLE_MUST_CHECK=y
49085 -CONFIG_MAGIC_SYSRQ=y
49086 -# CONFIG_UNUSED_SYMBOLS is not set
49087 -CONFIG_DEBUG_FS=y
49088 -# CONFIG_HEADERS_CHECK is not set
49089 -CONFIG_DEBUG_KERNEL=y
49090 -# CONFIG_DEBUG_SHIRQ is not set
49091 -CONFIG_DETECT_SOFTLOCKUP=y
49092 -CONFIG_SCHED_DEBUG=y
49093 -# CONFIG_SCHEDSTATS is not set
49094 -# CONFIG_TIMER_STATS is not set
49095 -# CONFIG_SLUB_DEBUG_ON is not set
49096 -# CONFIG_SLUB_STATS is not set
49097 -# CONFIG_DEBUG_RT_MUTEXES is not set
49098 -# CONFIG_RT_MUTEX_TESTER is not set
49099 -# CONFIG_DEBUG_SPINLOCK is not set
49100 -# CONFIG_DEBUG_MUTEXES is not set
49101 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
49102 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
49103 -# CONFIG_DEBUG_KOBJECT is not set
49104 -# CONFIG_DEBUG_BUGVERBOSE is not set
49105 -# CONFIG_DEBUG_INFO is not set
49106 -# CONFIG_DEBUG_VM is not set
49107 -# CONFIG_DEBUG_LIST is not set
49108 -# CONFIG_DEBUG_SG is not set
49109 -# CONFIG_BOOT_PRINTK_DELAY is not set
49110 -# CONFIG_RCU_TORTURE_TEST is not set
49111 -# CONFIG_BACKTRACE_SELF_TEST is not set
49112 -# CONFIG_FAULT_INJECTION is not set
49113 -# CONFIG_SAMPLES is not set
49114 -# CONFIG_DEBUG_STACKOVERFLOW is not set
49115 -# CONFIG_DEBUG_STACK_USAGE is not set
49116 -# CONFIG_DEBUG_PAGEALLOC is not set
49117 -CONFIG_DEBUGGER=y
49118 -# CONFIG_KGDB is not set
49119 -# CONFIG_XMON is not set
49120 -# CONFIG_VIRQ_DEBUG is not set
49121 -# CONFIG_BDI_SWITCH is not set
49122 -# CONFIG_PPC_EARLY_DEBUG is not set
49123 -
49124 -#
49125 -# Security options
49126 -#
49127 -# CONFIG_KEYS is not set
49128 -# CONFIG_SECURITY is not set
49129 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
49130 -CONFIG_CRYPTO=y
49131 -CONFIG_CRYPTO_ALGAPI=y
49132 -CONFIG_CRYPTO_BLKCIPHER=y
49133 -# CONFIG_CRYPTO_SEQIV is not set
49134 -CONFIG_CRYPTO_MANAGER=y
49135 -# CONFIG_CRYPTO_HMAC is not set
49136 -# CONFIG_CRYPTO_XCBC is not set
49137 -# CONFIG_CRYPTO_NULL is not set
49138 -# CONFIG_CRYPTO_MD4 is not set
49139 -CONFIG_CRYPTO_MD5=y
49140 -# CONFIG_CRYPTO_SHA1 is not set
49141 -# CONFIG_CRYPTO_SHA256 is not set
49142 -# CONFIG_CRYPTO_SHA512 is not set
49143 -# CONFIG_CRYPTO_WP512 is not set
49144 -# CONFIG_CRYPTO_TGR192 is not set
49145 -# CONFIG_CRYPTO_GF128MUL is not set
49146 -CONFIG_CRYPTO_ECB=y
49147 -CONFIG_CRYPTO_CBC=y
49148 -CONFIG_CRYPTO_PCBC=y
49149 -# CONFIG_CRYPTO_LRW is not set
49150 -# CONFIG_CRYPTO_XTS is not set
49151 -# CONFIG_CRYPTO_CTR is not set
49152 -# CONFIG_CRYPTO_GCM is not set
49153 -# CONFIG_CRYPTO_CCM is not set
49154 -# CONFIG_CRYPTO_CRYPTD is not set
49155 -CONFIG_CRYPTO_DES=y
49156 -# CONFIG_CRYPTO_FCRYPT is not set
49157 -# CONFIG_CRYPTO_BLOWFISH is not set
49158 -# CONFIG_CRYPTO_TWOFISH is not set
49159 -# CONFIG_CRYPTO_SERPENT is not set
49160 -# CONFIG_CRYPTO_AES is not set
49161 -# CONFIG_CRYPTO_CAST5 is not set
49162 -# CONFIG_CRYPTO_CAST6 is not set
49163 -# CONFIG_CRYPTO_TEA is not set
49164 -# CONFIG_CRYPTO_ARC4 is not set
49165 -# CONFIG_CRYPTO_KHAZAD is not set
49166 -# CONFIG_CRYPTO_ANUBIS is not set
49167 -# CONFIG_CRYPTO_SEED is not set
49168 -# CONFIG_CRYPTO_SALSA20 is not set
49169 -# CONFIG_CRYPTO_DEFLATE is not set
49170 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
49171 -# CONFIG_CRYPTO_CRC32C is not set
49172 -# CONFIG_CRYPTO_CAMELLIA is not set
49173 -# CONFIG_CRYPTO_TEST is not set
49174 -# CONFIG_CRYPTO_AUTHENC is not set
49175 -# CONFIG_CRYPTO_LZO is not set
49176 -CONFIG_CRYPTO_HW=y
49177 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
49178 -# CONFIG_PPC_CLOCK is not set
49179 --- a/arch/powerpc/configs/chrp32_defconfig
49180 +++ b/arch/powerpc/configs/chrp32_defconfig
49181 @@ -1,7 +1,7 @@
49182 #
49183 # Automatically generated make config: don't edit
49184 # Linux kernel version: 2.6.25-rc6
49185 -# Thu Mar 20 10:33:36 2008
49186 +# Thu Mar 27 13:55:37 2008
49187 #
49188 # CONFIG_PPC64 is not set
49189
49190 @@ -74,8 +74,6 @@
49191 CONFIG_LOG_BUF_SHIFT=15
49192 # CONFIG_CGROUPS is not set
49193 # CONFIG_GROUP_SCHED is not set
49194 -# CONFIG_USER_SCHED is not set
49195 -# CONFIG_CGROUP_SCHED is not set
49196 CONFIG_SYSFS_DEPRECATED=y
49197 CONFIG_SYSFS_DEPRECATED_V2=y
49198 # CONFIG_RELAY is not set
49199 @@ -243,7 +241,7 @@
49200 # CONFIG_PCIEPORTBUS is not set
49201 CONFIG_ARCH_SUPPORTS_MSI=y
49202 # CONFIG_PCI_MSI is not set
49203 -CONFIG_PCI_LEGACY=y
49204 +# CONFIG_PCI_LEGACY is not set
49205 # CONFIG_PCI_DEBUG is not set
49206 # CONFIG_PCCARD is not set
49207 # CONFIG_HOTPLUG_PCI is not set
49208 @@ -1328,6 +1326,7 @@
49209 CONFIG_HAS_IOMEM=y
49210 CONFIG_HAS_IOPORT=y
49211 CONFIG_HAS_DMA=y
49212 +CONFIG_HAVE_LMB=y
49213
49214 #
49215 # Kernel hacking
49216 --- a/arch/powerpc/configs/ebony_defconfig
49217 +++ /dev/null
49218 @@ -1,898 +0,0 @@
49219 -#
49220 -# Automatically generated make config: don't edit
49221 -# Linux kernel version: 2.6.25-rc2
49222 -# Fri Feb 15 21:50:44 2008
49223 -#
49224 -# CONFIG_PPC64 is not set
49225 -
49226 -#
49227 -# Processor support
49228 -#
49229 -# CONFIG_6xx is not set
49230 -# CONFIG_PPC_85xx is not set
49231 -# CONFIG_PPC_8xx is not set
49232 -# CONFIG_40x is not set
49233 -CONFIG_44x=y
49234 -# CONFIG_E200 is not set
49235 -CONFIG_4xx=y
49236 -CONFIG_BOOKE=y
49237 -CONFIG_PTE_64BIT=y
49238 -CONFIG_PHYS_64BIT=y
49239 -# CONFIG_PPC_MM_SLICES is not set
49240 -CONFIG_NOT_COHERENT_CACHE=y
49241 -CONFIG_PPC32=y
49242 -CONFIG_WORD_SIZE=32
49243 -CONFIG_PPC_MERGE=y
49244 -CONFIG_MMU=y
49245 -CONFIG_GENERIC_CMOS_UPDATE=y
49246 -CONFIG_GENERIC_TIME=y
49247 -CONFIG_GENERIC_TIME_VSYSCALL=y
49248 -CONFIG_GENERIC_CLOCKEVENTS=y
49249 -CONFIG_GENERIC_HARDIRQS=y
49250 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
49251 -CONFIG_IRQ_PER_CPU=y
49252 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
49253 -CONFIG_ARCH_HAS_ILOG2_U32=y
49254 -CONFIG_GENERIC_HWEIGHT=y
49255 -CONFIG_GENERIC_CALIBRATE_DELAY=y
49256 -CONFIG_GENERIC_FIND_NEXT_BIT=y
49257 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
49258 -CONFIG_PPC=y
49259 -CONFIG_EARLY_PRINTK=y
49260 -CONFIG_GENERIC_NVRAM=y
49261 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
49262 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
49263 -CONFIG_PPC_OF=y
49264 -CONFIG_OF=y
49265 -CONFIG_PPC_UDBG_16550=y
49266 -# CONFIG_GENERIC_TBSYNC is not set
49267 -CONFIG_AUDIT_ARCH=y
49268 -CONFIG_GENERIC_BUG=y
49269 -# CONFIG_DEFAULT_UIMAGE is not set
49270 -CONFIG_PPC_DCR_NATIVE=y
49271 -# CONFIG_PPC_DCR_MMIO is not set
49272 -CONFIG_PPC_DCR=y
49273 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
49274 -
49275 -#
49276 -# General setup
49277 -#
49278 -CONFIG_EXPERIMENTAL=y
49279 -CONFIG_BROKEN_ON_SMP=y
49280 -CONFIG_INIT_ENV_ARG_LIMIT=32
49281 -CONFIG_LOCALVERSION=""
49282 -CONFIG_LOCALVERSION_AUTO=y
49283 -CONFIG_SWAP=y
49284 -CONFIG_SYSVIPC=y
49285 -CONFIG_SYSVIPC_SYSCTL=y
49286 -CONFIG_POSIX_MQUEUE=y
49287 -# CONFIG_BSD_PROCESS_ACCT is not set
49288 -# CONFIG_TASKSTATS is not set
49289 -# CONFIG_AUDIT is not set
49290 -# CONFIG_IKCONFIG is not set
49291 -CONFIG_LOG_BUF_SHIFT=14
49292 -# CONFIG_CGROUPS is not set
49293 -CONFIG_GROUP_SCHED=y
49294 -CONFIG_FAIR_GROUP_SCHED=y
49295 -# CONFIG_RT_GROUP_SCHED is not set
49296 -CONFIG_USER_SCHED=y
49297 -# CONFIG_CGROUP_SCHED is not set
49298 -CONFIG_SYSFS_DEPRECATED=y
49299 -# CONFIG_RELAY is not set
49300 -# CONFIG_NAMESPACES is not set
49301 -CONFIG_BLK_DEV_INITRD=y
49302 -CONFIG_INITRAMFS_SOURCE=""
49303 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
49304 -CONFIG_SYSCTL=y
49305 -CONFIG_EMBEDDED=y
49306 -CONFIG_SYSCTL_SYSCALL=y
49307 -CONFIG_KALLSYMS=y
49308 -CONFIG_KALLSYMS_ALL=y
49309 -CONFIG_KALLSYMS_EXTRA_PASS=y
49310 -CONFIG_HOTPLUG=y
49311 -CONFIG_PRINTK=y
49312 -CONFIG_BUG=y
49313 -CONFIG_ELF_CORE=y
49314 -CONFIG_COMPAT_BRK=y
49315 -CONFIG_BASE_FULL=y
49316 -CONFIG_FUTEX=y
49317 -CONFIG_ANON_INODES=y
49318 -CONFIG_EPOLL=y
49319 -CONFIG_SIGNALFD=y
49320 -CONFIG_TIMERFD=y
49321 -CONFIG_EVENTFD=y
49322 -CONFIG_SHMEM=y
49323 -CONFIG_VM_EVENT_COUNTERS=y
49324 -CONFIG_SLUB_DEBUG=y
49325 -# CONFIG_SLAB is not set
49326 -CONFIG_SLUB=y
49327 -# CONFIG_SLOB is not set
49328 -# CONFIG_PROFILING is not set
49329 -# CONFIG_MARKERS is not set
49330 -CONFIG_HAVE_OPROFILE=y
49331 -# CONFIG_KPROBES is not set
49332 -CONFIG_HAVE_KPROBES=y
49333 -CONFIG_PROC_PAGE_MONITOR=y
49334 -CONFIG_SLABINFO=y
49335 -CONFIG_RT_MUTEXES=y
49336 -# CONFIG_TINY_SHMEM is not set
49337 -CONFIG_BASE_SMALL=0
49338 -CONFIG_MODULES=y
49339 -CONFIG_MODULE_UNLOAD=y
49340 -# CONFIG_MODULE_FORCE_UNLOAD is not set
49341 -# CONFIG_MODVERSIONS is not set
49342 -# CONFIG_MODULE_SRCVERSION_ALL is not set
49343 -CONFIG_KMOD=y
49344 -CONFIG_BLOCK=y
49345 -CONFIG_LBD=y
49346 -# CONFIG_BLK_DEV_IO_TRACE is not set
49347 -# CONFIG_LSF is not set
49348 -# CONFIG_BLK_DEV_BSG is not set
49349 -
49350 -#
49351 -# IO Schedulers
49352 -#
49353 -CONFIG_IOSCHED_NOOP=y
49354 -CONFIG_IOSCHED_AS=y
49355 -CONFIG_IOSCHED_DEADLINE=y
49356 -CONFIG_IOSCHED_CFQ=y
49357 -CONFIG_DEFAULT_AS=y
49358 -# CONFIG_DEFAULT_DEADLINE is not set
49359 -# CONFIG_DEFAULT_CFQ is not set
49360 -# CONFIG_DEFAULT_NOOP is not set
49361 -CONFIG_DEFAULT_IOSCHED="anticipatory"
49362 -CONFIG_CLASSIC_RCU=y
49363 -# CONFIG_PREEMPT_RCU is not set
49364 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
49365 -
49366 -#
49367 -# Platform support
49368 -#
49369 -# CONFIG_PPC_MPC512x is not set
49370 -# CONFIG_PPC_MPC5121 is not set
49371 -# CONFIG_PPC_CELL is not set
49372 -# CONFIG_PPC_CELL_NATIVE is not set
49373 -# CONFIG_PQ2ADS is not set
49374 -# CONFIG_BAMBOO is not set
49375 -CONFIG_EBONY=y
49376 -# CONFIG_SEQUOIA is not set
49377 -# CONFIG_TAISHAN is not set
49378 -# CONFIG_KATMAI is not set
49379 -# CONFIG_RAINIER is not set
49380 -# CONFIG_WARP is not set
49381 -CONFIG_440GP=y
49382 -# CONFIG_IPIC is not set
49383 -# CONFIG_MPIC is not set
49384 -# CONFIG_MPIC_WEIRD is not set
49385 -# CONFIG_PPC_I8259 is not set
49386 -# CONFIG_PPC_RTAS is not set
49387 -# CONFIG_MMIO_NVRAM is not set
49388 -# CONFIG_PPC_MPC106 is not set
49389 -# CONFIG_PPC_970_NAP is not set
49390 -# CONFIG_PPC_INDIRECT_IO is not set
49391 -# CONFIG_GENERIC_IOMAP is not set
49392 -# CONFIG_CPU_FREQ is not set
49393 -# CONFIG_FSL_ULI1575 is not set
49394 -CONFIG_OF_RTC=y
49395 -
49396 -#
49397 -# Kernel options
49398 -#
49399 -# CONFIG_HIGHMEM is not set
49400 -# CONFIG_TICK_ONESHOT is not set
49401 -# CONFIG_NO_HZ is not set
49402 -# CONFIG_HIGH_RES_TIMERS is not set
49403 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
49404 -# CONFIG_HZ_100 is not set
49405 -CONFIG_HZ_250=y
49406 -# CONFIG_HZ_300 is not set
49407 -# CONFIG_HZ_1000 is not set
49408 -CONFIG_HZ=250
49409 -# CONFIG_SCHED_HRTICK is not set
49410 -CONFIG_PREEMPT_NONE=y
49411 -# CONFIG_PREEMPT_VOLUNTARY is not set
49412 -# CONFIG_PREEMPT is not set
49413 -CONFIG_RCU_TRACE=y
49414 -CONFIG_BINFMT_ELF=y
49415 -# CONFIG_BINFMT_MISC is not set
49416 -CONFIG_MATH_EMULATION=y
49417 -# CONFIG_IOMMU_HELPER is not set
49418 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
49419 -CONFIG_ARCH_HAS_WALK_MEMORY=y
49420 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
49421 -CONFIG_ARCH_FLATMEM_ENABLE=y
49422 -CONFIG_ARCH_POPULATES_NODE_MAP=y
49423 -CONFIG_SELECT_MEMORY_MODEL=y
49424 -CONFIG_FLATMEM_MANUAL=y
49425 -# CONFIG_DISCONTIGMEM_MANUAL is not set
49426 -# CONFIG_SPARSEMEM_MANUAL is not set
49427 -CONFIG_FLATMEM=y
49428 -CONFIG_FLAT_NODE_MEM_MAP=y
49429 -# CONFIG_SPARSEMEM_STATIC is not set
49430 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
49431 -CONFIG_SPLIT_PTLOCK_CPUS=4
49432 -CONFIG_RESOURCES_64BIT=y
49433 -CONFIG_ZONE_DMA_FLAG=1
49434 -CONFIG_BOUNCE=y
49435 -CONFIG_VIRT_TO_BUS=y
49436 -CONFIG_PROC_DEVICETREE=y
49437 -# CONFIG_CMDLINE_BOOL is not set
49438 -CONFIG_SECCOMP=y
49439 -CONFIG_ISA_DMA_API=y
49440 -
49441 -#
49442 -# Bus options
49443 -#
49444 -CONFIG_ZONE_DMA=y
49445 -CONFIG_PPC_INDIRECT_PCI=y
49446 -CONFIG_PCI=y
49447 -CONFIG_PCI_DOMAINS=y
49448 -CONFIG_PCI_SYSCALL=y
49449 -# CONFIG_PCIEPORTBUS is not set
49450 -CONFIG_ARCH_SUPPORTS_MSI=y
49451 -# CONFIG_PCI_MSI is not set
49452 -CONFIG_PCI_LEGACY=y
49453 -# CONFIG_PCI_DEBUG is not set
49454 -# CONFIG_PCCARD is not set
49455 -# CONFIG_HOTPLUG_PCI is not set
49456 -
49457 -#
49458 -# Advanced setup
49459 -#
49460 -# CONFIG_ADVANCED_OPTIONS is not set
49461 -
49462 -#
49463 -# Default settings for advanced configuration options are used
49464 -#
49465 -CONFIG_HIGHMEM_START=0xfe000000
49466 -CONFIG_LOWMEM_SIZE=0x30000000
49467 -CONFIG_KERNEL_START=0xc0000000
49468 -CONFIG_TASK_SIZE=0xc0000000
49469 -CONFIG_CONSISTENT_START=0xff100000
49470 -CONFIG_CONSISTENT_SIZE=0x00200000
49471 -CONFIG_BOOT_LOAD=0x01000000
49472 -
49473 -#
49474 -# Networking
49475 -#
49476 -CONFIG_NET=y
49477 -
49478 -#
49479 -# Networking options
49480 -#
49481 -CONFIG_PACKET=y
49482 -# CONFIG_PACKET_MMAP is not set
49483 -CONFIG_UNIX=y
49484 -# CONFIG_NET_KEY is not set
49485 -CONFIG_INET=y
49486 -# CONFIG_IP_MULTICAST is not set
49487 -# CONFIG_IP_ADVANCED_ROUTER is not set
49488 -CONFIG_IP_FIB_HASH=y
49489 -CONFIG_IP_PNP=y
49490 -CONFIG_IP_PNP_DHCP=y
49491 -CONFIG_IP_PNP_BOOTP=y
49492 -# CONFIG_IP_PNP_RARP is not set
49493 -# CONFIG_NET_IPIP is not set
49494 -# CONFIG_NET_IPGRE is not set
49495 -# CONFIG_ARPD is not set
49496 -# CONFIG_SYN_COOKIES is not set
49497 -# CONFIG_INET_AH is not set
49498 -# CONFIG_INET_ESP is not set
49499 -# CONFIG_INET_IPCOMP is not set
49500 -# CONFIG_INET_XFRM_TUNNEL is not set
49501 -# CONFIG_INET_TUNNEL is not set
49502 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
49503 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
49504 -# CONFIG_INET_XFRM_MODE_BEET is not set
49505 -# CONFIG_INET_LRO is not set
49506 -CONFIG_INET_DIAG=y
49507 -CONFIG_INET_TCP_DIAG=y
49508 -# CONFIG_TCP_CONG_ADVANCED is not set
49509 -CONFIG_TCP_CONG_CUBIC=y
49510 -CONFIG_DEFAULT_TCP_CONG="cubic"
49511 -# CONFIG_TCP_MD5SIG is not set
49512 -# CONFIG_IPV6 is not set
49513 -# CONFIG_INET6_XFRM_TUNNEL is not set
49514 -# CONFIG_INET6_TUNNEL is not set
49515 -# CONFIG_NETWORK_SECMARK is not set
49516 -# CONFIG_NETFILTER is not set
49517 -# CONFIG_IP_DCCP is not set
49518 -# CONFIG_IP_SCTP is not set
49519 -# CONFIG_TIPC is not set
49520 -# CONFIG_ATM is not set
49521 -# CONFIG_BRIDGE is not set
49522 -# CONFIG_VLAN_8021Q is not set
49523 -# CONFIG_DECNET is not set
49524 -# CONFIG_LLC2 is not set
49525 -# CONFIG_IPX is not set
49526 -# CONFIG_ATALK is not set
49527 -# CONFIG_X25 is not set
49528 -# CONFIG_LAPB is not set
49529 -# CONFIG_ECONET is not set
49530 -# CONFIG_WAN_ROUTER is not set
49531 -# CONFIG_NET_SCHED is not set
49532 -
49533 -#
49534 -# Network testing
49535 -#
49536 -# CONFIG_NET_PKTGEN is not set
49537 -# CONFIG_HAMRADIO is not set
49538 -# CONFIG_CAN is not set
49539 -# CONFIG_IRDA is not set
49540 -# CONFIG_BT is not set
49541 -# CONFIG_AF_RXRPC is not set
49542 -
49543 -#
49544 -# Wireless
49545 -#
49546 -# CONFIG_CFG80211 is not set
49547 -# CONFIG_WIRELESS_EXT is not set
49548 -# CONFIG_MAC80211 is not set
49549 -# CONFIG_IEEE80211 is not set
49550 -# CONFIG_RFKILL is not set
49551 -# CONFIG_NET_9P is not set
49552 -
49553 -#
49554 -# Device Drivers
49555 -#
49556 -
49557 -#
49558 -# Generic Driver Options
49559 -#
49560 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
49561 -CONFIG_STANDALONE=y
49562 -CONFIG_PREVENT_FIRMWARE_BUILD=y
49563 -CONFIG_FW_LOADER=y
49564 -# CONFIG_DEBUG_DRIVER is not set
49565 -# CONFIG_DEBUG_DEVRES is not set
49566 -# CONFIG_SYS_HYPERVISOR is not set
49567 -CONFIG_CONNECTOR=y
49568 -CONFIG_PROC_EVENTS=y
49569 -CONFIG_MTD=y
49570 -# CONFIG_MTD_DEBUG is not set
49571 -# CONFIG_MTD_CONCAT is not set
49572 -CONFIG_MTD_PARTITIONS=y
49573 -# CONFIG_MTD_REDBOOT_PARTS is not set
49574 -# CONFIG_MTD_CMDLINE_PARTS is not set
49575 -CONFIG_MTD_OF_PARTS=y
49576 -
49577 -#
49578 -# User Modules And Translation Layers
49579 -#
49580 -CONFIG_MTD_CHAR=y
49581 -CONFIG_MTD_BLKDEVS=y
49582 -CONFIG_MTD_BLOCK=y
49583 -# CONFIG_FTL is not set
49584 -# CONFIG_NFTL is not set
49585 -# CONFIG_INFTL is not set
49586 -# CONFIG_RFD_FTL is not set
49587 -# CONFIG_SSFDC is not set
49588 -# CONFIG_MTD_OOPS is not set
49589 -
49590 -#
49591 -# RAM/ROM/Flash chip drivers
49592 -#
49593 -CONFIG_MTD_CFI=y
49594 -CONFIG_MTD_JEDECPROBE=y
49595 -CONFIG_MTD_GEN_PROBE=y
49596 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
49597 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
49598 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
49599 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
49600 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
49601 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
49602 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
49603 -CONFIG_MTD_CFI_I1=y
49604 -CONFIG_MTD_CFI_I2=y
49605 -# CONFIG_MTD_CFI_I4 is not set
49606 -# CONFIG_MTD_CFI_I8 is not set
49607 -# CONFIG_MTD_CFI_INTELEXT is not set
49608 -CONFIG_MTD_CFI_AMDSTD=y
49609 -# CONFIG_MTD_CFI_STAA is not set
49610 -CONFIG_MTD_CFI_UTIL=y
49611 -# CONFIG_MTD_RAM is not set
49612 -# CONFIG_MTD_ROM is not set
49613 -# CONFIG_MTD_ABSENT is not set
49614 -
49615 -#
49616 -# Mapping drivers for chip access
49617 -#
49618 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
49619 -# CONFIG_MTD_PHYSMAP is not set
49620 -CONFIG_MTD_PHYSMAP_OF=y
49621 -# CONFIG_MTD_INTEL_VR_NOR is not set
49622 -# CONFIG_MTD_PLATRAM is not set
49623 -
49624 -#
49625 -# Self-contained MTD device drivers
49626 -#
49627 -# CONFIG_MTD_PMC551 is not set
49628 -# CONFIG_MTD_SLRAM is not set
49629 -# CONFIG_MTD_PHRAM is not set
49630 -# CONFIG_MTD_MTDRAM is not set
49631 -# CONFIG_MTD_BLOCK2MTD is not set
49632 -
49633 -#
49634 -# Disk-On-Chip Device Drivers
49635 -#
49636 -# CONFIG_MTD_DOC2000 is not set
49637 -# CONFIG_MTD_DOC2001 is not set
49638 -# CONFIG_MTD_DOC2001PLUS is not set
49639 -# CONFIG_MTD_NAND is not set
49640 -# CONFIG_MTD_ONENAND is not set
49641 -
49642 -#
49643 -# UBI - Unsorted block images
49644 -#
49645 -# CONFIG_MTD_UBI is not set
49646 -CONFIG_OF_DEVICE=y
49647 -# CONFIG_PARPORT is not set
49648 -CONFIG_BLK_DEV=y
49649 -# CONFIG_BLK_DEV_FD is not set
49650 -# CONFIG_BLK_CPQ_DA is not set
49651 -# CONFIG_BLK_CPQ_CISS_DA is not set
49652 -# CONFIG_BLK_DEV_DAC960 is not set
49653 -# CONFIG_BLK_DEV_UMEM is not set
49654 -# CONFIG_BLK_DEV_COW_COMMON is not set
49655 -# CONFIG_BLK_DEV_LOOP is not set
49656 -# CONFIG_BLK_DEV_NBD is not set
49657 -# CONFIG_BLK_DEV_SX8 is not set
49658 -CONFIG_BLK_DEV_RAM=y
49659 -CONFIG_BLK_DEV_RAM_COUNT=16
49660 -CONFIG_BLK_DEV_RAM_SIZE=35000
49661 -# CONFIG_BLK_DEV_XIP is not set
49662 -# CONFIG_CDROM_PKTCDVD is not set
49663 -# CONFIG_ATA_OVER_ETH is not set
49664 -# CONFIG_XILINX_SYSACE is not set
49665 -CONFIG_MISC_DEVICES=y
49666 -# CONFIG_PHANTOM is not set
49667 -# CONFIG_EEPROM_93CX6 is not set
49668 -# CONFIG_SGI_IOC4 is not set
49669 -# CONFIG_TIFM_CORE is not set
49670 -# CONFIG_ENCLOSURE_SERVICES is not set
49671 -CONFIG_HAVE_IDE=y
49672 -# CONFIG_IDE is not set
49673 -
49674 -#
49675 -# SCSI device support
49676 -#
49677 -# CONFIG_RAID_ATTRS is not set
49678 -# CONFIG_SCSI is not set
49679 -# CONFIG_SCSI_DMA is not set
49680 -# CONFIG_SCSI_NETLINK is not set
49681 -# CONFIG_ATA is not set
49682 -# CONFIG_MD is not set
49683 -# CONFIG_FUSION is not set
49684 -
49685 -#
49686 -# IEEE 1394 (FireWire) support
49687 -#
49688 -# CONFIG_FIREWIRE is not set
49689 -# CONFIG_IEEE1394 is not set
49690 -# CONFIG_I2O is not set
49691 -# CONFIG_MACINTOSH_DRIVERS is not set
49692 -CONFIG_NETDEVICES=y
49693 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
49694 -# CONFIG_DUMMY is not set
49695 -# CONFIG_BONDING is not set
49696 -# CONFIG_MACVLAN is not set
49697 -# CONFIG_EQUALIZER is not set
49698 -# CONFIG_TUN is not set
49699 -# CONFIG_VETH is not set
49700 -# CONFIG_ARCNET is not set
49701 -# CONFIG_PHYLIB is not set
49702 -CONFIG_NET_ETHERNET=y
49703 -# CONFIG_MII is not set
49704 -# CONFIG_HAPPYMEAL is not set
49705 -# CONFIG_SUNGEM is not set
49706 -# CONFIG_CASSINI is not set
49707 -# CONFIG_NET_VENDOR_3COM is not set
49708 -# CONFIG_NET_TULIP is not set
49709 -# CONFIG_HP100 is not set
49710 -CONFIG_IBM_NEW_EMAC=y
49711 -CONFIG_IBM_NEW_EMAC_RXB=128
49712 -CONFIG_IBM_NEW_EMAC_TXB=64
49713 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
49714 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
49715 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
49716 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
49717 -CONFIG_IBM_NEW_EMAC_ZMII=y
49718 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
49719 -# CONFIG_IBM_NEW_EMAC_TAH is not set
49720 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
49721 -# CONFIG_NET_PCI is not set
49722 -# CONFIG_B44 is not set
49723 -CONFIG_NETDEV_1000=y
49724 -# CONFIG_ACENIC is not set
49725 -# CONFIG_DL2K is not set
49726 -# CONFIG_E1000 is not set
49727 -# CONFIG_E1000E is not set
49728 -# CONFIG_E1000E_ENABLED is not set
49729 -# CONFIG_IP1000 is not set
49730 -# CONFIG_IGB is not set
49731 -# CONFIG_NS83820 is not set
49732 -# CONFIG_HAMACHI is not set
49733 -# CONFIG_YELLOWFIN is not set
49734 -# CONFIG_R8169 is not set
49735 -# CONFIG_SIS190 is not set
49736 -# CONFIG_SKGE is not set
49737 -# CONFIG_SKY2 is not set
49738 -# CONFIG_SK98LIN is not set
49739 -# CONFIG_VIA_VELOCITY is not set
49740 -# CONFIG_TIGON3 is not set
49741 -# CONFIG_BNX2 is not set
49742 -# CONFIG_QLA3XXX is not set
49743 -# CONFIG_ATL1 is not set
49744 -CONFIG_NETDEV_10000=y
49745 -# CONFIG_CHELSIO_T1 is not set
49746 -# CONFIG_CHELSIO_T3 is not set
49747 -# CONFIG_IXGBE is not set
49748 -# CONFIG_IXGB is not set
49749 -# CONFIG_S2IO is not set
49750 -# CONFIG_MYRI10GE is not set
49751 -# CONFIG_NETXEN_NIC is not set
49752 -# CONFIG_NIU is not set
49753 -# CONFIG_MLX4_CORE is not set
49754 -# CONFIG_TEHUTI is not set
49755 -# CONFIG_BNX2X is not set
49756 -# CONFIG_TR is not set
49757 -
49758 -#
49759 -# Wireless LAN
49760 -#
49761 -# CONFIG_WLAN_PRE80211 is not set
49762 -# CONFIG_WLAN_80211 is not set
49763 -# CONFIG_WAN is not set
49764 -# CONFIG_FDDI is not set
49765 -# CONFIG_HIPPI is not set
49766 -# CONFIG_PPP is not set
49767 -# CONFIG_SLIP is not set
49768 -# CONFIG_NETCONSOLE is not set
49769 -# CONFIG_NETPOLL is not set
49770 -# CONFIG_NET_POLL_CONTROLLER is not set
49771 -# CONFIG_ISDN is not set
49772 -# CONFIG_PHONE is not set
49773 -
49774 -#
49775 -# Input device support
49776 -#
49777 -# CONFIG_INPUT is not set
49778 -
49779 -#
49780 -# Hardware I/O ports
49781 -#
49782 -# CONFIG_SERIO is not set
49783 -# CONFIG_GAMEPORT is not set
49784 -
49785 -#
49786 -# Character devices
49787 -#
49788 -# CONFIG_VT is not set
49789 -# CONFIG_SERIAL_NONSTANDARD is not set
49790 -# CONFIG_NOZOMI is not set
49791 -
49792 -#
49793 -# Serial drivers
49794 -#
49795 -CONFIG_SERIAL_8250=y
49796 -CONFIG_SERIAL_8250_CONSOLE=y
49797 -# CONFIG_SERIAL_8250_PCI is not set
49798 -CONFIG_SERIAL_8250_NR_UARTS=4
49799 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
49800 -CONFIG_SERIAL_8250_EXTENDED=y
49801 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
49802 -CONFIG_SERIAL_8250_SHARE_IRQ=y
49803 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
49804 -# CONFIG_SERIAL_8250_RSA is not set
49805 -
49806 -#
49807 -# Non-8250 serial port support
49808 -#
49809 -# CONFIG_SERIAL_UARTLITE is not set
49810 -CONFIG_SERIAL_CORE=y
49811 -CONFIG_SERIAL_CORE_CONSOLE=y
49812 -# CONFIG_SERIAL_JSM is not set
49813 -CONFIG_SERIAL_OF_PLATFORM=y
49814 -CONFIG_UNIX98_PTYS=y
49815 -CONFIG_LEGACY_PTYS=y
49816 -CONFIG_LEGACY_PTY_COUNT=256
49817 -# CONFIG_IPMI_HANDLER is not set
49818 -# CONFIG_HW_RANDOM is not set
49819 -# CONFIG_NVRAM is not set
49820 -# CONFIG_GEN_RTC is not set
49821 -# CONFIG_R3964 is not set
49822 -# CONFIG_APPLICOM is not set
49823 -# CONFIG_RAW_DRIVER is not set
49824 -# CONFIG_TCG_TPM is not set
49825 -CONFIG_DEVPORT=y
49826 -# CONFIG_I2C is not set
49827 -
49828 -#
49829 -# SPI support
49830 -#
49831 -# CONFIG_SPI is not set
49832 -# CONFIG_SPI_MASTER is not set
49833 -# CONFIG_W1 is not set
49834 -# CONFIG_POWER_SUPPLY is not set
49835 -# CONFIG_HWMON is not set
49836 -CONFIG_THERMAL=y
49837 -# CONFIG_WATCHDOG is not set
49838 -
49839 -#
49840 -# Sonics Silicon Backplane
49841 -#
49842 -CONFIG_SSB_POSSIBLE=y
49843 -# CONFIG_SSB is not set
49844 -
49845 -#
49846 -# Multifunction device drivers
49847 -#
49848 -# CONFIG_MFD_SM501 is not set
49849 -
49850 -#
49851 -# Multimedia devices
49852 -#
49853 -# CONFIG_VIDEO_DEV is not set
49854 -# CONFIG_DVB_CORE is not set
49855 -# CONFIG_DAB is not set
49856 -
49857 -#
49858 -# Graphics support
49859 -#
49860 -# CONFIG_AGP is not set
49861 -# CONFIG_DRM is not set
49862 -# CONFIG_VGASTATE is not set
49863 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
49864 -# CONFIG_FB is not set
49865 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
49866 -
49867 -#
49868 -# Display device support
49869 -#
49870 -# CONFIG_DISPLAY_SUPPORT is not set
49871 -
49872 -#
49873 -# Sound
49874 -#
49875 -# CONFIG_SOUND is not set
49876 -CONFIG_USB_SUPPORT=y
49877 -CONFIG_USB_ARCH_HAS_HCD=y
49878 -CONFIG_USB_ARCH_HAS_OHCI=y
49879 -CONFIG_USB_ARCH_HAS_EHCI=y
49880 -# CONFIG_USB is not set
49881 -
49882 -#
49883 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
49884 -#
49885 -# CONFIG_USB_GADGET is not set
49886 -# CONFIG_MMC is not set
49887 -# CONFIG_MEMSTICK is not set
49888 -# CONFIG_NEW_LEDS is not set
49889 -# CONFIG_INFINIBAND is not set
49890 -# CONFIG_EDAC is not set
49891 -# CONFIG_RTC_CLASS is not set
49892 -
49893 -#
49894 -# Userspace I/O
49895 -#
49896 -# CONFIG_UIO is not set
49897 -
49898 -#
49899 -# File systems
49900 -#
49901 -CONFIG_EXT2_FS=y
49902 -# CONFIG_EXT2_FS_XATTR is not set
49903 -# CONFIG_EXT2_FS_XIP is not set
49904 -# CONFIG_EXT3_FS is not set
49905 -# CONFIG_EXT4DEV_FS is not set
49906 -# CONFIG_REISERFS_FS is not set
49907 -# CONFIG_JFS_FS is not set
49908 -# CONFIG_FS_POSIX_ACL is not set
49909 -# CONFIG_XFS_FS is not set
49910 -# CONFIG_GFS2_FS is not set
49911 -# CONFIG_OCFS2_FS is not set
49912 -CONFIG_DNOTIFY=y
49913 -CONFIG_INOTIFY=y
49914 -CONFIG_INOTIFY_USER=y
49915 -# CONFIG_QUOTA is not set
49916 -# CONFIG_AUTOFS_FS is not set
49917 -# CONFIG_AUTOFS4_FS is not set
49918 -# CONFIG_FUSE_FS is not set
49919 -
49920 -#
49921 -# CD-ROM/DVD Filesystems
49922 -#
49923 -# CONFIG_ISO9660_FS is not set
49924 -# CONFIG_UDF_FS is not set
49925 -
49926 -#
49927 -# DOS/FAT/NT Filesystems
49928 -#
49929 -# CONFIG_MSDOS_FS is not set
49930 -# CONFIG_VFAT_FS is not set
49931 -# CONFIG_NTFS_FS is not set
49932 -
49933 -#
49934 -# Pseudo filesystems
49935 -#
49936 -CONFIG_PROC_FS=y
49937 -CONFIG_PROC_KCORE=y
49938 -CONFIG_PROC_SYSCTL=y
49939 -CONFIG_SYSFS=y
49940 -CONFIG_TMPFS=y
49941 -# CONFIG_TMPFS_POSIX_ACL is not set
49942 -# CONFIG_HUGETLB_PAGE is not set
49943 -# CONFIG_CONFIGFS_FS is not set
49944 -
49945 -#
49946 -# Miscellaneous filesystems
49947 -#
49948 -# CONFIG_ADFS_FS is not set
49949 -# CONFIG_AFFS_FS is not set
49950 -# CONFIG_HFS_FS is not set
49951 -# CONFIG_HFSPLUS_FS is not set
49952 -# CONFIG_BEFS_FS is not set
49953 -# CONFIG_BFS_FS is not set
49954 -# CONFIG_EFS_FS is not set
49955 -CONFIG_JFFS2_FS=y
49956 -CONFIG_JFFS2_FS_DEBUG=0
49957 -CONFIG_JFFS2_FS_WRITEBUFFER=y
49958 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
49959 -# CONFIG_JFFS2_SUMMARY is not set
49960 -# CONFIG_JFFS2_FS_XATTR is not set
49961 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
49962 -CONFIG_JFFS2_ZLIB=y
49963 -# CONFIG_JFFS2_LZO is not set
49964 -CONFIG_JFFS2_RTIME=y
49965 -# CONFIG_JFFS2_RUBIN is not set
49966 -CONFIG_CRAMFS=y
49967 -# CONFIG_VXFS_FS is not set
49968 -# CONFIG_MINIX_FS is not set
49969 -# CONFIG_HPFS_FS is not set
49970 -# CONFIG_QNX4FS_FS is not set
49971 -# CONFIG_ROMFS_FS is not set
49972 -# CONFIG_SYSV_FS is not set
49973 -# CONFIG_UFS_FS is not set
49974 -CONFIG_NETWORK_FILESYSTEMS=y
49975 -CONFIG_NFS_FS=y
49976 -CONFIG_NFS_V3=y
49977 -# CONFIG_NFS_V3_ACL is not set
49978 -# CONFIG_NFS_V4 is not set
49979 -# CONFIG_NFS_DIRECTIO is not set
49980 -# CONFIG_NFSD is not set
49981 -CONFIG_ROOT_NFS=y
49982 -CONFIG_LOCKD=y
49983 -CONFIG_LOCKD_V4=y
49984 -CONFIG_NFS_COMMON=y
49985 -CONFIG_SUNRPC=y
49986 -# CONFIG_SUNRPC_BIND34 is not set
49987 -# CONFIG_RPCSEC_GSS_KRB5 is not set
49988 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
49989 -# CONFIG_SMB_FS is not set
49990 -# CONFIG_CIFS is not set
49991 -# CONFIG_NCP_FS is not set
49992 -# CONFIG_CODA_FS is not set
49993 -# CONFIG_AFS_FS is not set
49994 -
49995 -#
49996 -# Partition Types
49997 -#
49998 -# CONFIG_PARTITION_ADVANCED is not set
49999 -CONFIG_MSDOS_PARTITION=y
50000 -# CONFIG_NLS is not set
50001 -# CONFIG_DLM is not set
50002 -
50003 -#
50004 -# Library routines
50005 -#
50006 -CONFIG_BITREVERSE=y
50007 -# CONFIG_CRC_CCITT is not set
50008 -# CONFIG_CRC16 is not set
50009 -# CONFIG_CRC_ITU_T is not set
50010 -CONFIG_CRC32=y
50011 -# CONFIG_CRC7 is not set
50012 -# CONFIG_LIBCRC32C is not set
50013 -CONFIG_ZLIB_INFLATE=y
50014 -CONFIG_ZLIB_DEFLATE=y
50015 -CONFIG_PLIST=y
50016 -CONFIG_HAS_IOMEM=y
50017 -CONFIG_HAS_IOPORT=y
50018 -CONFIG_HAS_DMA=y
50019 -
50020 -#
50021 -# Kernel hacking
50022 -#
50023 -# CONFIG_PRINTK_TIME is not set
50024 -CONFIG_ENABLE_WARN_DEPRECATED=y
50025 -CONFIG_ENABLE_MUST_CHECK=y
50026 -CONFIG_MAGIC_SYSRQ=y
50027 -# CONFIG_UNUSED_SYMBOLS is not set
50028 -CONFIG_DEBUG_FS=y
50029 -# CONFIG_HEADERS_CHECK is not set
50030 -CONFIG_DEBUG_KERNEL=y
50031 -# CONFIG_DEBUG_SHIRQ is not set
50032 -CONFIG_DETECT_SOFTLOCKUP=y
50033 -CONFIG_SCHED_DEBUG=y
50034 -# CONFIG_SCHEDSTATS is not set
50035 -# CONFIG_TIMER_STATS is not set
50036 -# CONFIG_SLUB_DEBUG_ON is not set
50037 -# CONFIG_SLUB_STATS is not set
50038 -# CONFIG_DEBUG_RT_MUTEXES is not set
50039 -# CONFIG_RT_MUTEX_TESTER is not set
50040 -# CONFIG_DEBUG_SPINLOCK is not set
50041 -# CONFIG_DEBUG_MUTEXES is not set
50042 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
50043 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
50044 -# CONFIG_DEBUG_KOBJECT is not set
50045 -CONFIG_DEBUG_BUGVERBOSE=y
50046 -# CONFIG_DEBUG_INFO is not set
50047 -# CONFIG_DEBUG_VM is not set
50048 -# CONFIG_DEBUG_LIST is not set
50049 -# CONFIG_DEBUG_SG is not set
50050 -# CONFIG_BOOT_PRINTK_DELAY is not set
50051 -# CONFIG_RCU_TORTURE_TEST is not set
50052 -# CONFIG_BACKTRACE_SELF_TEST is not set
50053 -# CONFIG_FAULT_INJECTION is not set
50054 -# CONFIG_SAMPLES is not set
50055 -# CONFIG_DEBUG_STACKOVERFLOW is not set
50056 -# CONFIG_DEBUG_STACK_USAGE is not set
50057 -# CONFIG_DEBUG_PAGEALLOC is not set
50058 -# CONFIG_DEBUGGER is not set
50059 -# CONFIG_VIRQ_DEBUG is not set
50060 -# CONFIG_BDI_SWITCH is not set
50061 -# CONFIG_PPC_EARLY_DEBUG is not set
50062 -
50063 -#
50064 -# Security options
50065 -#
50066 -# CONFIG_KEYS is not set
50067 -# CONFIG_SECURITY is not set
50068 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
50069 -CONFIG_CRYPTO=y
50070 -CONFIG_CRYPTO_ALGAPI=y
50071 -CONFIG_CRYPTO_BLKCIPHER=y
50072 -# CONFIG_CRYPTO_SEQIV is not set
50073 -CONFIG_CRYPTO_MANAGER=y
50074 -# CONFIG_CRYPTO_HMAC is not set
50075 -# CONFIG_CRYPTO_XCBC is not set
50076 -# CONFIG_CRYPTO_NULL is not set
50077 -# CONFIG_CRYPTO_MD4 is not set
50078 -CONFIG_CRYPTO_MD5=y
50079 -# CONFIG_CRYPTO_SHA1 is not set
50080 -# CONFIG_CRYPTO_SHA256 is not set
50081 -# CONFIG_CRYPTO_SHA512 is not set
50082 -# CONFIG_CRYPTO_WP512 is not set
50083 -# CONFIG_CRYPTO_TGR192 is not set
50084 -# CONFIG_CRYPTO_GF128MUL is not set
50085 -CONFIG_CRYPTO_ECB=y
50086 -CONFIG_CRYPTO_CBC=y
50087 -CONFIG_CRYPTO_PCBC=y
50088 -# CONFIG_CRYPTO_LRW is not set
50089 -# CONFIG_CRYPTO_XTS is not set
50090 -# CONFIG_CRYPTO_CTR is not set
50091 -# CONFIG_CRYPTO_GCM is not set
50092 -# CONFIG_CRYPTO_CCM is not set
50093 -# CONFIG_CRYPTO_CRYPTD is not set
50094 -CONFIG_CRYPTO_DES=y
50095 -# CONFIG_CRYPTO_FCRYPT is not set
50096 -# CONFIG_CRYPTO_BLOWFISH is not set
50097 -# CONFIG_CRYPTO_TWOFISH is not set
50098 -# CONFIG_CRYPTO_SERPENT is not set
50099 -# CONFIG_CRYPTO_AES is not set
50100 -# CONFIG_CRYPTO_CAST5 is not set
50101 -# CONFIG_CRYPTO_CAST6 is not set
50102 -# CONFIG_CRYPTO_TEA is not set
50103 -# CONFIG_CRYPTO_ARC4 is not set
50104 -# CONFIG_CRYPTO_KHAZAD is not set
50105 -# CONFIG_CRYPTO_ANUBIS is not set
50106 -# CONFIG_CRYPTO_SEED is not set
50107 -# CONFIG_CRYPTO_SALSA20 is not set
50108 -# CONFIG_CRYPTO_DEFLATE is not set
50109 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
50110 -# CONFIG_CRYPTO_CRC32C is not set
50111 -# CONFIG_CRYPTO_CAMELLIA is not set
50112 -# CONFIG_CRYPTO_TEST is not set
50113 -# CONFIG_CRYPTO_AUTHENC is not set
50114 -# CONFIG_CRYPTO_LZO is not set
50115 -# CONFIG_CRYPTO_HW is not set
50116 -# CONFIG_PPC_CLOCK is not set
50117 --- a/arch/powerpc/configs/ep405_defconfig
50118 +++ /dev/null
50119 @@ -1,968 +0,0 @@
50120 -#
50121 -# Automatically generated make config: don't edit
50122 -# Linux kernel version: 2.6.25-rc2
50123 -# Fri Feb 15 21:50:09 2008
50124 -#
50125 -# CONFIG_PPC64 is not set
50126 -
50127 -#
50128 -# Processor support
50129 -#
50130 -# CONFIG_6xx is not set
50131 -# CONFIG_PPC_85xx is not set
50132 -# CONFIG_PPC_8xx is not set
50133 -CONFIG_40x=y
50134 -# CONFIG_44x is not set
50135 -# CONFIG_E200 is not set
50136 -CONFIG_4xx=y
50137 -# CONFIG_PPC_MM_SLICES is not set
50138 -CONFIG_NOT_COHERENT_CACHE=y
50139 -CONFIG_PPC32=y
50140 -CONFIG_WORD_SIZE=32
50141 -CONFIG_PPC_MERGE=y
50142 -CONFIG_MMU=y
50143 -CONFIG_GENERIC_CMOS_UPDATE=y
50144 -CONFIG_GENERIC_TIME=y
50145 -CONFIG_GENERIC_TIME_VSYSCALL=y
50146 -CONFIG_GENERIC_CLOCKEVENTS=y
50147 -CONFIG_GENERIC_HARDIRQS=y
50148 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
50149 -CONFIG_IRQ_PER_CPU=y
50150 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
50151 -CONFIG_ARCH_HAS_ILOG2_U32=y
50152 -CONFIG_GENERIC_HWEIGHT=y
50153 -CONFIG_GENERIC_CALIBRATE_DELAY=y
50154 -CONFIG_GENERIC_FIND_NEXT_BIT=y
50155 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
50156 -CONFIG_PPC=y
50157 -CONFIG_EARLY_PRINTK=y
50158 -CONFIG_GENERIC_NVRAM=y
50159 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
50160 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
50161 -CONFIG_PPC_OF=y
50162 -CONFIG_OF=y
50163 -CONFIG_PPC_UDBG_16550=y
50164 -# CONFIG_GENERIC_TBSYNC is not set
50165 -CONFIG_AUDIT_ARCH=y
50166 -CONFIG_GENERIC_BUG=y
50167 -# CONFIG_DEFAULT_UIMAGE is not set
50168 -CONFIG_PPC_DCR_NATIVE=y
50169 -# CONFIG_PPC_DCR_MMIO is not set
50170 -CONFIG_PPC_DCR=y
50171 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
50172 -
50173 -#
50174 -# General setup
50175 -#
50176 -CONFIG_EXPERIMENTAL=y
50177 -CONFIG_BROKEN_ON_SMP=y
50178 -CONFIG_INIT_ENV_ARG_LIMIT=32
50179 -CONFIG_LOCALVERSION=""
50180 -CONFIG_LOCALVERSION_AUTO=y
50181 -CONFIG_SWAP=y
50182 -CONFIG_SYSVIPC=y
50183 -CONFIG_SYSVIPC_SYSCTL=y
50184 -CONFIG_POSIX_MQUEUE=y
50185 -# CONFIG_BSD_PROCESS_ACCT is not set
50186 -# CONFIG_TASKSTATS is not set
50187 -# CONFIG_AUDIT is not set
50188 -# CONFIG_IKCONFIG is not set
50189 -CONFIG_LOG_BUF_SHIFT=14
50190 -# CONFIG_CGROUPS is not set
50191 -CONFIG_GROUP_SCHED=y
50192 -CONFIG_FAIR_GROUP_SCHED=y
50193 -# CONFIG_RT_GROUP_SCHED is not set
50194 -CONFIG_USER_SCHED=y
50195 -# CONFIG_CGROUP_SCHED is not set
50196 -CONFIG_SYSFS_DEPRECATED=y
50197 -# CONFIG_RELAY is not set
50198 -# CONFIG_NAMESPACES is not set
50199 -CONFIG_BLK_DEV_INITRD=y
50200 -CONFIG_INITRAMFS_SOURCE=""
50201 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
50202 -CONFIG_SYSCTL=y
50203 -CONFIG_EMBEDDED=y
50204 -CONFIG_SYSCTL_SYSCALL=y
50205 -CONFIG_KALLSYMS=y
50206 -CONFIG_KALLSYMS_ALL=y
50207 -CONFIG_KALLSYMS_EXTRA_PASS=y
50208 -CONFIG_HOTPLUG=y
50209 -CONFIG_PRINTK=y
50210 -CONFIG_BUG=y
50211 -CONFIG_ELF_CORE=y
50212 -CONFIG_COMPAT_BRK=y
50213 -CONFIG_BASE_FULL=y
50214 -CONFIG_FUTEX=y
50215 -CONFIG_ANON_INODES=y
50216 -CONFIG_EPOLL=y
50217 -CONFIG_SIGNALFD=y
50218 -CONFIG_TIMERFD=y
50219 -CONFIG_EVENTFD=y
50220 -CONFIG_SHMEM=y
50221 -CONFIG_VM_EVENT_COUNTERS=y
50222 -CONFIG_SLUB_DEBUG=y
50223 -# CONFIG_SLAB is not set
50224 -CONFIG_SLUB=y
50225 -# CONFIG_SLOB is not set
50226 -# CONFIG_PROFILING is not set
50227 -# CONFIG_MARKERS is not set
50228 -CONFIG_HAVE_OPROFILE=y
50229 -# CONFIG_KPROBES is not set
50230 -CONFIG_HAVE_KPROBES=y
50231 -CONFIG_PROC_PAGE_MONITOR=y
50232 -CONFIG_SLABINFO=y
50233 -CONFIG_RT_MUTEXES=y
50234 -# CONFIG_TINY_SHMEM is not set
50235 -CONFIG_BASE_SMALL=0
50236 -CONFIG_MODULES=y
50237 -CONFIG_MODULE_UNLOAD=y
50238 -# CONFIG_MODULE_FORCE_UNLOAD is not set
50239 -# CONFIG_MODVERSIONS is not set
50240 -# CONFIG_MODULE_SRCVERSION_ALL is not set
50241 -CONFIG_KMOD=y
50242 -CONFIG_BLOCK=y
50243 -CONFIG_LBD=y
50244 -# CONFIG_BLK_DEV_IO_TRACE is not set
50245 -# CONFIG_LSF is not set
50246 -# CONFIG_BLK_DEV_BSG is not set
50247 -
50248 -#
50249 -# IO Schedulers
50250 -#
50251 -CONFIG_IOSCHED_NOOP=y
50252 -CONFIG_IOSCHED_AS=y
50253 -CONFIG_IOSCHED_DEADLINE=y
50254 -CONFIG_IOSCHED_CFQ=y
50255 -CONFIG_DEFAULT_AS=y
50256 -# CONFIG_DEFAULT_DEADLINE is not set
50257 -# CONFIG_DEFAULT_CFQ is not set
50258 -# CONFIG_DEFAULT_NOOP is not set
50259 -CONFIG_DEFAULT_IOSCHED="anticipatory"
50260 -CONFIG_CLASSIC_RCU=y
50261 -# CONFIG_PREEMPT_RCU is not set
50262 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
50263 -
50264 -#
50265 -# Platform support
50266 -#
50267 -# CONFIG_PPC_MPC512x is not set
50268 -# CONFIG_PPC_MPC5121 is not set
50269 -# CONFIG_PPC_CELL is not set
50270 -# CONFIG_PPC_CELL_NATIVE is not set
50271 -# CONFIG_PQ2ADS is not set
50272 -CONFIG_EP405=y
50273 -# CONFIG_KILAUEA is not set
50274 -# CONFIG_MAKALU is not set
50275 -# CONFIG_WALNUT is not set
50276 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
50277 -CONFIG_405GP=y
50278 -CONFIG_IBM405_ERR77=y
50279 -CONFIG_IBM405_ERR51=y
50280 -# CONFIG_IPIC is not set
50281 -# CONFIG_MPIC is not set
50282 -# CONFIG_MPIC_WEIRD is not set
50283 -# CONFIG_PPC_I8259 is not set
50284 -# CONFIG_PPC_RTAS is not set
50285 -# CONFIG_MMIO_NVRAM is not set
50286 -# CONFIG_PPC_MPC106 is not set
50287 -# CONFIG_PPC_970_NAP is not set
50288 -# CONFIG_PPC_INDIRECT_IO is not set
50289 -# CONFIG_GENERIC_IOMAP is not set
50290 -# CONFIG_CPU_FREQ is not set
50291 -# CONFIG_FSL_ULI1575 is not set
50292 -
50293 -#
50294 -# Kernel options
50295 -#
50296 -# CONFIG_HIGHMEM is not set
50297 -# CONFIG_TICK_ONESHOT is not set
50298 -# CONFIG_NO_HZ is not set
50299 -# CONFIG_HIGH_RES_TIMERS is not set
50300 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
50301 -# CONFIG_HZ_100 is not set
50302 -CONFIG_HZ_250=y
50303 -# CONFIG_HZ_300 is not set
50304 -# CONFIG_HZ_1000 is not set
50305 -CONFIG_HZ=250
50306 -# CONFIG_SCHED_HRTICK is not set
50307 -CONFIG_PREEMPT_NONE=y
50308 -# CONFIG_PREEMPT_VOLUNTARY is not set
50309 -# CONFIG_PREEMPT is not set
50310 -CONFIG_RCU_TRACE=y
50311 -CONFIG_BINFMT_ELF=y
50312 -# CONFIG_BINFMT_MISC is not set
50313 -# CONFIG_MATH_EMULATION is not set
50314 -# CONFIG_IOMMU_HELPER is not set
50315 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
50316 -CONFIG_ARCH_HAS_WALK_MEMORY=y
50317 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
50318 -CONFIG_ARCH_FLATMEM_ENABLE=y
50319 -CONFIG_ARCH_POPULATES_NODE_MAP=y
50320 -CONFIG_SELECT_MEMORY_MODEL=y
50321 -CONFIG_FLATMEM_MANUAL=y
50322 -# CONFIG_DISCONTIGMEM_MANUAL is not set
50323 -# CONFIG_SPARSEMEM_MANUAL is not set
50324 -CONFIG_FLATMEM=y
50325 -CONFIG_FLAT_NODE_MEM_MAP=y
50326 -# CONFIG_SPARSEMEM_STATIC is not set
50327 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
50328 -CONFIG_SPLIT_PTLOCK_CPUS=4
50329 -# CONFIG_RESOURCES_64BIT is not set
50330 -CONFIG_ZONE_DMA_FLAG=1
50331 -CONFIG_BOUNCE=y
50332 -CONFIG_VIRT_TO_BUS=y
50333 -CONFIG_PROC_DEVICETREE=y
50334 -# CONFIG_CMDLINE_BOOL is not set
50335 -# CONFIG_PM is not set
50336 -CONFIG_SECCOMP=y
50337 -CONFIG_ISA_DMA_API=y
50338 -
50339 -#
50340 -# Bus options
50341 -#
50342 -CONFIG_ZONE_DMA=y
50343 -CONFIG_PPC_INDIRECT_PCI=y
50344 -CONFIG_PCI=y
50345 -CONFIG_PCI_DOMAINS=y
50346 -CONFIG_PCI_SYSCALL=y
50347 -# CONFIG_PCIEPORTBUS is not set
50348 -CONFIG_ARCH_SUPPORTS_MSI=y
50349 -# CONFIG_PCI_MSI is not set
50350 -CONFIG_PCI_LEGACY=y
50351 -# CONFIG_PCI_DEBUG is not set
50352 -# CONFIG_PCCARD is not set
50353 -# CONFIG_HOTPLUG_PCI is not set
50354 -
50355 -#
50356 -# Advanced setup
50357 -#
50358 -# CONFIG_ADVANCED_OPTIONS is not set
50359 -
50360 -#
50361 -# Default settings for advanced configuration options are used
50362 -#
50363 -CONFIG_HIGHMEM_START=0xfe000000
50364 -CONFIG_LOWMEM_SIZE=0x30000000
50365 -CONFIG_KERNEL_START=0xc0000000
50366 -CONFIG_TASK_SIZE=0xc0000000
50367 -CONFIG_CONSISTENT_START=0xff100000
50368 -CONFIG_CONSISTENT_SIZE=0x00200000
50369 -CONFIG_BOOT_LOAD=0x00400000
50370 -
50371 -#
50372 -# Networking
50373 -#
50374 -CONFIG_NET=y
50375 -
50376 -#
50377 -# Networking options
50378 -#
50379 -CONFIG_PACKET=y
50380 -# CONFIG_PACKET_MMAP is not set
50381 -CONFIG_UNIX=y
50382 -# CONFIG_NET_KEY is not set
50383 -CONFIG_INET=y
50384 -# CONFIG_IP_MULTICAST is not set
50385 -# CONFIG_IP_ADVANCED_ROUTER is not set
50386 -CONFIG_IP_FIB_HASH=y
50387 -CONFIG_IP_PNP=y
50388 -CONFIG_IP_PNP_DHCP=y
50389 -CONFIG_IP_PNP_BOOTP=y
50390 -# CONFIG_IP_PNP_RARP is not set
50391 -# CONFIG_NET_IPIP is not set
50392 -# CONFIG_NET_IPGRE is not set
50393 -# CONFIG_ARPD is not set
50394 -# CONFIG_SYN_COOKIES is not set
50395 -# CONFIG_INET_AH is not set
50396 -# CONFIG_INET_ESP is not set
50397 -# CONFIG_INET_IPCOMP is not set
50398 -# CONFIG_INET_XFRM_TUNNEL is not set
50399 -# CONFIG_INET_TUNNEL is not set
50400 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
50401 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
50402 -# CONFIG_INET_XFRM_MODE_BEET is not set
50403 -# CONFIG_INET_LRO is not set
50404 -CONFIG_INET_DIAG=y
50405 -CONFIG_INET_TCP_DIAG=y
50406 -# CONFIG_TCP_CONG_ADVANCED is not set
50407 -CONFIG_TCP_CONG_CUBIC=y
50408 -CONFIG_DEFAULT_TCP_CONG="cubic"
50409 -# CONFIG_TCP_MD5SIG is not set
50410 -# CONFIG_IPV6 is not set
50411 -# CONFIG_INET6_XFRM_TUNNEL is not set
50412 -# CONFIG_INET6_TUNNEL is not set
50413 -# CONFIG_NETWORK_SECMARK is not set
50414 -# CONFIG_NETFILTER is not set
50415 -# CONFIG_IP_DCCP is not set
50416 -# CONFIG_IP_SCTP is not set
50417 -# CONFIG_TIPC is not set
50418 -# CONFIG_ATM is not set
50419 -# CONFIG_BRIDGE is not set
50420 -# CONFIG_VLAN_8021Q is not set
50421 -# CONFIG_DECNET is not set
50422 -# CONFIG_LLC2 is not set
50423 -# CONFIG_IPX is not set
50424 -# CONFIG_ATALK is not set
50425 -# CONFIG_X25 is not set
50426 -# CONFIG_LAPB is not set
50427 -# CONFIG_ECONET is not set
50428 -# CONFIG_WAN_ROUTER is not set
50429 -# CONFIG_NET_SCHED is not set
50430 -
50431 -#
50432 -# Network testing
50433 -#
50434 -# CONFIG_NET_PKTGEN is not set
50435 -# CONFIG_HAMRADIO is not set
50436 -# CONFIG_CAN is not set
50437 -# CONFIG_IRDA is not set
50438 -# CONFIG_BT is not set
50439 -# CONFIG_AF_RXRPC is not set
50440 -
50441 -#
50442 -# Wireless
50443 -#
50444 -# CONFIG_CFG80211 is not set
50445 -# CONFIG_WIRELESS_EXT is not set
50446 -# CONFIG_MAC80211 is not set
50447 -# CONFIG_IEEE80211 is not set
50448 -# CONFIG_RFKILL is not set
50449 -# CONFIG_NET_9P is not set
50450 -
50451 -#
50452 -# Device Drivers
50453 -#
50454 -
50455 -#
50456 -# Generic Driver Options
50457 -#
50458 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
50459 -CONFIG_STANDALONE=y
50460 -CONFIG_PREVENT_FIRMWARE_BUILD=y
50461 -CONFIG_FW_LOADER=y
50462 -# CONFIG_DEBUG_DRIVER is not set
50463 -# CONFIG_DEBUG_DEVRES is not set
50464 -# CONFIG_SYS_HYPERVISOR is not set
50465 -CONFIG_CONNECTOR=y
50466 -CONFIG_PROC_EVENTS=y
50467 -CONFIG_MTD=y
50468 -# CONFIG_MTD_DEBUG is not set
50469 -# CONFIG_MTD_CONCAT is not set
50470 -CONFIG_MTD_PARTITIONS=y
50471 -# CONFIG_MTD_REDBOOT_PARTS is not set
50472 -CONFIG_MTD_CMDLINE_PARTS=y
50473 -CONFIG_MTD_OF_PARTS=y
50474 -
50475 -#
50476 -# User Modules And Translation Layers
50477 -#
50478 -CONFIG_MTD_CHAR=y
50479 -CONFIG_MTD_BLKDEVS=m
50480 -CONFIG_MTD_BLOCK=m
50481 -# CONFIG_MTD_BLOCK_RO is not set
50482 -# CONFIG_FTL is not set
50483 -# CONFIG_NFTL is not set
50484 -# CONFIG_INFTL is not set
50485 -# CONFIG_RFD_FTL is not set
50486 -# CONFIG_SSFDC is not set
50487 -# CONFIG_MTD_OOPS is not set
50488 -
50489 -#
50490 -# RAM/ROM/Flash chip drivers
50491 -#
50492 -CONFIG_MTD_CFI=y
50493 -CONFIG_MTD_JEDECPROBE=y
50494 -CONFIG_MTD_GEN_PROBE=y
50495 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
50496 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
50497 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
50498 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
50499 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
50500 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
50501 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
50502 -CONFIG_MTD_CFI_I1=y
50503 -CONFIG_MTD_CFI_I2=y
50504 -# CONFIG_MTD_CFI_I4 is not set
50505 -# CONFIG_MTD_CFI_I8 is not set
50506 -# CONFIG_MTD_CFI_INTELEXT is not set
50507 -CONFIG_MTD_CFI_AMDSTD=y
50508 -# CONFIG_MTD_CFI_STAA is not set
50509 -CONFIG_MTD_CFI_UTIL=y
50510 -# CONFIG_MTD_RAM is not set
50511 -# CONFIG_MTD_ROM is not set
50512 -# CONFIG_MTD_ABSENT is not set
50513 -
50514 -#
50515 -# Mapping drivers for chip access
50516 -#
50517 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
50518 -# CONFIG_MTD_PHYSMAP is not set
50519 -CONFIG_MTD_PHYSMAP_OF=y
50520 -# CONFIG_MTD_INTEL_VR_NOR is not set
50521 -# CONFIG_MTD_PLATRAM is not set
50522 -
50523 -#
50524 -# Self-contained MTD device drivers
50525 -#
50526 -# CONFIG_MTD_PMC551 is not set
50527 -# CONFIG_MTD_SLRAM is not set
50528 -# CONFIG_MTD_PHRAM is not set
50529 -# CONFIG_MTD_MTDRAM is not set
50530 -# CONFIG_MTD_BLOCK2MTD is not set
50531 -
50532 -#
50533 -# Disk-On-Chip Device Drivers
50534 -#
50535 -# CONFIG_MTD_DOC2000 is not set
50536 -# CONFIG_MTD_DOC2001 is not set
50537 -# CONFIG_MTD_DOC2001PLUS is not set
50538 -# CONFIG_MTD_NAND is not set
50539 -# CONFIG_MTD_ONENAND is not set
50540 -
50541 -#
50542 -# UBI - Unsorted block images
50543 -#
50544 -# CONFIG_MTD_UBI is not set
50545 -CONFIG_OF_DEVICE=y
50546 -# CONFIG_PARPORT is not set
50547 -CONFIG_BLK_DEV=y
50548 -# CONFIG_BLK_DEV_FD is not set
50549 -# CONFIG_BLK_CPQ_DA is not set
50550 -# CONFIG_BLK_CPQ_CISS_DA is not set
50551 -# CONFIG_BLK_DEV_DAC960 is not set
50552 -# CONFIG_BLK_DEV_UMEM is not set
50553 -# CONFIG_BLK_DEV_COW_COMMON is not set
50554 -# CONFIG_BLK_DEV_LOOP is not set
50555 -# CONFIG_BLK_DEV_NBD is not set
50556 -# CONFIG_BLK_DEV_SX8 is not set
50557 -# CONFIG_BLK_DEV_UB is not set
50558 -CONFIG_BLK_DEV_RAM=y
50559 -CONFIG_BLK_DEV_RAM_COUNT=16
50560 -CONFIG_BLK_DEV_RAM_SIZE=35000
50561 -# CONFIG_BLK_DEV_XIP is not set
50562 -# CONFIG_CDROM_PKTCDVD is not set
50563 -# CONFIG_ATA_OVER_ETH is not set
50564 -# CONFIG_XILINX_SYSACE is not set
50565 -CONFIG_MISC_DEVICES=y
50566 -# CONFIG_PHANTOM is not set
50567 -# CONFIG_EEPROM_93CX6 is not set
50568 -# CONFIG_SGI_IOC4 is not set
50569 -# CONFIG_TIFM_CORE is not set
50570 -# CONFIG_ENCLOSURE_SERVICES is not set
50571 -CONFIG_HAVE_IDE=y
50572 -# CONFIG_IDE is not set
50573 -
50574 -#
50575 -# SCSI device support
50576 -#
50577 -# CONFIG_RAID_ATTRS is not set
50578 -# CONFIG_SCSI is not set
50579 -# CONFIG_SCSI_DMA is not set
50580 -# CONFIG_SCSI_NETLINK is not set
50581 -# CONFIG_ATA is not set
50582 -# CONFIG_MD is not set
50583 -# CONFIG_FUSION is not set
50584 -
50585 -#
50586 -# IEEE 1394 (FireWire) support
50587 -#
50588 -# CONFIG_FIREWIRE is not set
50589 -# CONFIG_IEEE1394 is not set
50590 -# CONFIG_I2O is not set
50591 -# CONFIG_MACINTOSH_DRIVERS is not set
50592 -CONFIG_NETDEVICES=y
50593 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
50594 -# CONFIG_DUMMY is not set
50595 -# CONFIG_BONDING is not set
50596 -# CONFIG_MACVLAN is not set
50597 -# CONFIG_EQUALIZER is not set
50598 -# CONFIG_TUN is not set
50599 -# CONFIG_VETH is not set
50600 -# CONFIG_ARCNET is not set
50601 -# CONFIG_PHYLIB is not set
50602 -CONFIG_NET_ETHERNET=y
50603 -# CONFIG_MII is not set
50604 -# CONFIG_HAPPYMEAL is not set
50605 -# CONFIG_SUNGEM is not set
50606 -# CONFIG_CASSINI is not set
50607 -# CONFIG_NET_VENDOR_3COM is not set
50608 -# CONFIG_NET_TULIP is not set
50609 -# CONFIG_HP100 is not set
50610 -CONFIG_IBM_NEW_EMAC=y
50611 -CONFIG_IBM_NEW_EMAC_RXB=128
50612 -CONFIG_IBM_NEW_EMAC_TXB=64
50613 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
50614 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
50615 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
50616 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
50617 -CONFIG_IBM_NEW_EMAC_ZMII=y
50618 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
50619 -# CONFIG_IBM_NEW_EMAC_TAH is not set
50620 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
50621 -# CONFIG_NET_PCI is not set
50622 -# CONFIG_B44 is not set
50623 -CONFIG_NETDEV_1000=y
50624 -# CONFIG_ACENIC is not set
50625 -# CONFIG_DL2K is not set
50626 -# CONFIG_E1000 is not set
50627 -# CONFIG_E1000E is not set
50628 -# CONFIG_E1000E_ENABLED is not set
50629 -# CONFIG_IP1000 is not set
50630 -# CONFIG_IGB is not set
50631 -# CONFIG_NS83820 is not set
50632 -# CONFIG_HAMACHI is not set
50633 -# CONFIG_YELLOWFIN is not set
50634 -# CONFIG_R8169 is not set
50635 -# CONFIG_SIS190 is not set
50636 -# CONFIG_SKGE is not set
50637 -# CONFIG_SKY2 is not set
50638 -# CONFIG_SK98LIN is not set
50639 -# CONFIG_VIA_VELOCITY is not set
50640 -# CONFIG_TIGON3 is not set
50641 -# CONFIG_BNX2 is not set
50642 -# CONFIG_QLA3XXX is not set
50643 -# CONFIG_ATL1 is not set
50644 -CONFIG_NETDEV_10000=y
50645 -# CONFIG_CHELSIO_T1 is not set
50646 -# CONFIG_CHELSIO_T3 is not set
50647 -# CONFIG_IXGBE is not set
50648 -# CONFIG_IXGB is not set
50649 -# CONFIG_S2IO is not set
50650 -# CONFIG_MYRI10GE is not set
50651 -# CONFIG_NETXEN_NIC is not set
50652 -# CONFIG_NIU is not set
50653 -# CONFIG_MLX4_CORE is not set
50654 -# CONFIG_TEHUTI is not set
50655 -# CONFIG_BNX2X is not set
50656 -# CONFIG_TR is not set
50657 -
50658 -#
50659 -# Wireless LAN
50660 -#
50661 -# CONFIG_WLAN_PRE80211 is not set
50662 -# CONFIG_WLAN_80211 is not set
50663 -
50664 -#
50665 -# USB Network Adapters
50666 -#
50667 -# CONFIG_USB_CATC is not set
50668 -# CONFIG_USB_KAWETH is not set
50669 -# CONFIG_USB_PEGASUS is not set
50670 -# CONFIG_USB_RTL8150 is not set
50671 -# CONFIG_USB_USBNET is not set
50672 -# CONFIG_WAN is not set
50673 -# CONFIG_FDDI is not set
50674 -# CONFIG_HIPPI is not set
50675 -# CONFIG_PPP is not set
50676 -# CONFIG_SLIP is not set
50677 -# CONFIG_NETCONSOLE is not set
50678 -# CONFIG_NETPOLL is not set
50679 -# CONFIG_NET_POLL_CONTROLLER is not set
50680 -# CONFIG_ISDN is not set
50681 -# CONFIG_PHONE is not set
50682 -
50683 -#
50684 -# Input device support
50685 -#
50686 -# CONFIG_INPUT is not set
50687 -
50688 -#
50689 -# Hardware I/O ports
50690 -#
50691 -# CONFIG_SERIO is not set
50692 -# CONFIG_GAMEPORT is not set
50693 -
50694 -#
50695 -# Character devices
50696 -#
50697 -# CONFIG_VT is not set
50698 -# CONFIG_SERIAL_NONSTANDARD is not set
50699 -# CONFIG_NOZOMI is not set
50700 -
50701 -#
50702 -# Serial drivers
50703 -#
50704 -CONFIG_SERIAL_8250=y
50705 -CONFIG_SERIAL_8250_CONSOLE=y
50706 -CONFIG_SERIAL_8250_PCI=y
50707 -CONFIG_SERIAL_8250_NR_UARTS=4
50708 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
50709 -CONFIG_SERIAL_8250_EXTENDED=y
50710 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
50711 -CONFIG_SERIAL_8250_SHARE_IRQ=y
50712 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
50713 -# CONFIG_SERIAL_8250_RSA is not set
50714 -
50715 -#
50716 -# Non-8250 serial port support
50717 -#
50718 -# CONFIG_SERIAL_UARTLITE is not set
50719 -CONFIG_SERIAL_CORE=y
50720 -CONFIG_SERIAL_CORE_CONSOLE=y
50721 -# CONFIG_SERIAL_JSM is not set
50722 -CONFIG_SERIAL_OF_PLATFORM=y
50723 -CONFIG_UNIX98_PTYS=y
50724 -CONFIG_LEGACY_PTYS=y
50725 -CONFIG_LEGACY_PTY_COUNT=256
50726 -# CONFIG_IPMI_HANDLER is not set
50727 -# CONFIG_HW_RANDOM is not set
50728 -# CONFIG_NVRAM is not set
50729 -# CONFIG_GEN_RTC is not set
50730 -# CONFIG_R3964 is not set
50731 -# CONFIG_APPLICOM is not set
50732 -# CONFIG_RAW_DRIVER is not set
50733 -# CONFIG_TCG_TPM is not set
50734 -CONFIG_DEVPORT=y
50735 -# CONFIG_I2C is not set
50736 -
50737 -#
50738 -# SPI support
50739 -#
50740 -# CONFIG_SPI is not set
50741 -# CONFIG_SPI_MASTER is not set
50742 -# CONFIG_W1 is not set
50743 -# CONFIG_POWER_SUPPLY is not set
50744 -# CONFIG_HWMON is not set
50745 -CONFIG_THERMAL=y
50746 -# CONFIG_WATCHDOG is not set
50747 -
50748 -#
50749 -# Sonics Silicon Backplane
50750 -#
50751 -CONFIG_SSB_POSSIBLE=y
50752 -# CONFIG_SSB is not set
50753 -
50754 -#
50755 -# Multifunction device drivers
50756 -#
50757 -# CONFIG_MFD_SM501 is not set
50758 -
50759 -#
50760 -# Multimedia devices
50761 -#
50762 -# CONFIG_VIDEO_DEV is not set
50763 -# CONFIG_DVB_CORE is not set
50764 -# CONFIG_DAB is not set
50765 -
50766 -#
50767 -# Graphics support
50768 -#
50769 -# CONFIG_AGP is not set
50770 -# CONFIG_DRM is not set
50771 -# CONFIG_VGASTATE is not set
50772 -CONFIG_VIDEO_OUTPUT_CONTROL=m
50773 -# CONFIG_FB is not set
50774 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
50775 -
50776 -#
50777 -# Display device support
50778 -#
50779 -# CONFIG_DISPLAY_SUPPORT is not set
50780 -
50781 -#
50782 -# Sound
50783 -#
50784 -# CONFIG_SOUND is not set
50785 -CONFIG_USB_SUPPORT=y
50786 -CONFIG_USB_ARCH_HAS_HCD=y
50787 -CONFIG_USB_ARCH_HAS_OHCI=y
50788 -CONFIG_USB_ARCH_HAS_EHCI=y
50789 -CONFIG_USB=y
50790 -# CONFIG_USB_DEBUG is not set
50791 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
50792 -
50793 -#
50794 -# Miscellaneous USB options
50795 -#
50796 -CONFIG_USB_DEVICEFS=y
50797 -CONFIG_USB_DEVICE_CLASS=y
50798 -# CONFIG_USB_DYNAMIC_MINORS is not set
50799 -# CONFIG_USB_OTG is not set
50800 -
50801 -#
50802 -# USB Host Controller Drivers
50803 -#
50804 -# CONFIG_USB_EHCI_HCD is not set
50805 -# CONFIG_USB_ISP116X_HCD is not set
50806 -CONFIG_USB_OHCI_HCD=y
50807 -CONFIG_USB_OHCI_HCD_PPC_OF=y
50808 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
50809 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
50810 -CONFIG_USB_OHCI_HCD_PCI=y
50811 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
50812 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
50813 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
50814 -# CONFIG_USB_UHCI_HCD is not set
50815 -# CONFIG_USB_SL811_HCD is not set
50816 -# CONFIG_USB_R8A66597_HCD is not set
50817 -
50818 -#
50819 -# USB Device Class drivers
50820 -#
50821 -# CONFIG_USB_ACM is not set
50822 -# CONFIG_USB_PRINTER is not set
50823 -
50824 -#
50825 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
50826 -#
50827 -
50828 -#
50829 -# may also be needed; see USB_STORAGE Help for more information
50830 -#
50831 -# CONFIG_USB_LIBUSUAL is not set
50832 -
50833 -#
50834 -# USB Imaging devices
50835 -#
50836 -# CONFIG_USB_MDC800 is not set
50837 -CONFIG_USB_MON=y
50838 -
50839 -#
50840 -# USB port drivers
50841 -#
50842 -# CONFIG_USB_SERIAL is not set
50843 -
50844 -#
50845 -# USB Miscellaneous drivers
50846 -#
50847 -# CONFIG_USB_EMI62 is not set
50848 -# CONFIG_USB_EMI26 is not set
50849 -# CONFIG_USB_ADUTUX is not set
50850 -# CONFIG_USB_AUERSWALD is not set
50851 -# CONFIG_USB_RIO500 is not set
50852 -# CONFIG_USB_LEGOTOWER is not set
50853 -# CONFIG_USB_LCD is not set
50854 -# CONFIG_USB_BERRY_CHARGE is not set
50855 -# CONFIG_USB_LED is not set
50856 -# CONFIG_USB_CYPRESS_CY7C63 is not set
50857 -# CONFIG_USB_CYTHERM is not set
50858 -# CONFIG_USB_PHIDGET is not set
50859 -# CONFIG_USB_IDMOUSE is not set
50860 -# CONFIG_USB_FTDI_ELAN is not set
50861 -# CONFIG_USB_APPLEDISPLAY is not set
50862 -# CONFIG_USB_LD is not set
50863 -# CONFIG_USB_TRANCEVIBRATOR is not set
50864 -# CONFIG_USB_IOWARRIOR is not set
50865 -# CONFIG_USB_TEST is not set
50866 -# CONFIG_USB_GADGET is not set
50867 -# CONFIG_MMC is not set
50868 -# CONFIG_MEMSTICK is not set
50869 -# CONFIG_NEW_LEDS is not set
50870 -# CONFIG_INFINIBAND is not set
50871 -# CONFIG_EDAC is not set
50872 -# CONFIG_RTC_CLASS is not set
50873 -
50874 -#
50875 -# Userspace I/O
50876 -#
50877 -# CONFIG_UIO is not set
50878 -
50879 -#
50880 -# File systems
50881 -#
50882 -CONFIG_EXT2_FS=y
50883 -# CONFIG_EXT2_FS_XATTR is not set
50884 -# CONFIG_EXT2_FS_XIP is not set
50885 -# CONFIG_EXT3_FS is not set
50886 -# CONFIG_EXT4DEV_FS is not set
50887 -# CONFIG_REISERFS_FS is not set
50888 -# CONFIG_JFS_FS is not set
50889 -# CONFIG_FS_POSIX_ACL is not set
50890 -# CONFIG_XFS_FS is not set
50891 -# CONFIG_GFS2_FS is not set
50892 -# CONFIG_OCFS2_FS is not set
50893 -CONFIG_DNOTIFY=y
50894 -CONFIG_INOTIFY=y
50895 -CONFIG_INOTIFY_USER=y
50896 -# CONFIG_QUOTA is not set
50897 -# CONFIG_AUTOFS_FS is not set
50898 -# CONFIG_AUTOFS4_FS is not set
50899 -# CONFIG_FUSE_FS is not set
50900 -
50901 -#
50902 -# CD-ROM/DVD Filesystems
50903 -#
50904 -# CONFIG_ISO9660_FS is not set
50905 -# CONFIG_UDF_FS is not set
50906 -
50907 -#
50908 -# DOS/FAT/NT Filesystems
50909 -#
50910 -# CONFIG_MSDOS_FS is not set
50911 -# CONFIG_VFAT_FS is not set
50912 -# CONFIG_NTFS_FS is not set
50913 -
50914 -#
50915 -# Pseudo filesystems
50916 -#
50917 -CONFIG_PROC_FS=y
50918 -CONFIG_PROC_KCORE=y
50919 -CONFIG_PROC_SYSCTL=y
50920 -CONFIG_SYSFS=y
50921 -CONFIG_TMPFS=y
50922 -# CONFIG_TMPFS_POSIX_ACL is not set
50923 -# CONFIG_HUGETLB_PAGE is not set
50924 -# CONFIG_CONFIGFS_FS is not set
50925 -
50926 -#
50927 -# Miscellaneous filesystems
50928 -#
50929 -# CONFIG_ADFS_FS is not set
50930 -# CONFIG_AFFS_FS is not set
50931 -# CONFIG_HFS_FS is not set
50932 -# CONFIG_HFSPLUS_FS is not set
50933 -# CONFIG_BEFS_FS is not set
50934 -# CONFIG_BFS_FS is not set
50935 -# CONFIG_EFS_FS is not set
50936 -# CONFIG_JFFS2_FS is not set
50937 -CONFIG_CRAMFS=y
50938 -# CONFIG_VXFS_FS is not set
50939 -# CONFIG_MINIX_FS is not set
50940 -# CONFIG_HPFS_FS is not set
50941 -# CONFIG_QNX4FS_FS is not set
50942 -# CONFIG_ROMFS_FS is not set
50943 -# CONFIG_SYSV_FS is not set
50944 -# CONFIG_UFS_FS is not set
50945 -CONFIG_NETWORK_FILESYSTEMS=y
50946 -CONFIG_NFS_FS=y
50947 -CONFIG_NFS_V3=y
50948 -# CONFIG_NFS_V3_ACL is not set
50949 -# CONFIG_NFS_V4 is not set
50950 -# CONFIG_NFS_DIRECTIO is not set
50951 -# CONFIG_NFSD is not set
50952 -CONFIG_ROOT_NFS=y
50953 -CONFIG_LOCKD=y
50954 -CONFIG_LOCKD_V4=y
50955 -CONFIG_NFS_COMMON=y
50956 -CONFIG_SUNRPC=y
50957 -# CONFIG_SUNRPC_BIND34 is not set
50958 -# CONFIG_RPCSEC_GSS_KRB5 is not set
50959 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
50960 -# CONFIG_SMB_FS is not set
50961 -# CONFIG_CIFS is not set
50962 -# CONFIG_NCP_FS is not set
50963 -# CONFIG_CODA_FS is not set
50964 -# CONFIG_AFS_FS is not set
50965 -
50966 -#
50967 -# Partition Types
50968 -#
50969 -# CONFIG_PARTITION_ADVANCED is not set
50970 -CONFIG_MSDOS_PARTITION=y
50971 -# CONFIG_NLS is not set
50972 -# CONFIG_DLM is not set
50973 -
50974 -#
50975 -# Library routines
50976 -#
50977 -CONFIG_BITREVERSE=y
50978 -# CONFIG_CRC_CCITT is not set
50979 -# CONFIG_CRC16 is not set
50980 -# CONFIG_CRC_ITU_T is not set
50981 -CONFIG_CRC32=y
50982 -# CONFIG_CRC7 is not set
50983 -# CONFIG_LIBCRC32C is not set
50984 -CONFIG_ZLIB_INFLATE=y
50985 -CONFIG_PLIST=y
50986 -CONFIG_HAS_IOMEM=y
50987 -CONFIG_HAS_IOPORT=y
50988 -CONFIG_HAS_DMA=y
50989 -
50990 -#
50991 -# Kernel hacking
50992 -#
50993 -# CONFIG_PRINTK_TIME is not set
50994 -CONFIG_ENABLE_WARN_DEPRECATED=y
50995 -CONFIG_ENABLE_MUST_CHECK=y
50996 -CONFIG_MAGIC_SYSRQ=y
50997 -# CONFIG_UNUSED_SYMBOLS is not set
50998 -CONFIG_DEBUG_FS=y
50999 -# CONFIG_HEADERS_CHECK is not set
51000 -CONFIG_DEBUG_KERNEL=y
51001 -# CONFIG_DEBUG_SHIRQ is not set
51002 -CONFIG_DETECT_SOFTLOCKUP=y
51003 -CONFIG_SCHED_DEBUG=y
51004 -# CONFIG_SCHEDSTATS is not set
51005 -# CONFIG_TIMER_STATS is not set
51006 -# CONFIG_SLUB_DEBUG_ON is not set
51007 -# CONFIG_SLUB_STATS is not set
51008 -# CONFIG_DEBUG_RT_MUTEXES is not set
51009 -# CONFIG_RT_MUTEX_TESTER is not set
51010 -# CONFIG_DEBUG_SPINLOCK is not set
51011 -# CONFIG_DEBUG_MUTEXES is not set
51012 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
51013 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
51014 -# CONFIG_DEBUG_KOBJECT is not set
51015 -CONFIG_DEBUG_BUGVERBOSE=y
51016 -# CONFIG_DEBUG_INFO is not set
51017 -# CONFIG_DEBUG_VM is not set
51018 -# CONFIG_DEBUG_LIST is not set
51019 -# CONFIG_DEBUG_SG is not set
51020 -# CONFIG_BOOT_PRINTK_DELAY is not set
51021 -# CONFIG_RCU_TORTURE_TEST is not set
51022 -# CONFIG_BACKTRACE_SELF_TEST is not set
51023 -# CONFIG_FAULT_INJECTION is not set
51024 -# CONFIG_SAMPLES is not set
51025 -# CONFIG_DEBUG_STACKOVERFLOW is not set
51026 -# CONFIG_DEBUG_STACK_USAGE is not set
51027 -# CONFIG_DEBUG_PAGEALLOC is not set
51028 -# CONFIG_DEBUGGER is not set
51029 -# CONFIG_VIRQ_DEBUG is not set
51030 -# CONFIG_BDI_SWITCH is not set
51031 -# CONFIG_PPC_EARLY_DEBUG is not set
51032 -
51033 -#
51034 -# Security options
51035 -#
51036 -# CONFIG_KEYS is not set
51037 -# CONFIG_SECURITY is not set
51038 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
51039 -CONFIG_CRYPTO=y
51040 -CONFIG_CRYPTO_ALGAPI=y
51041 -CONFIG_CRYPTO_BLKCIPHER=y
51042 -# CONFIG_CRYPTO_SEQIV is not set
51043 -CONFIG_CRYPTO_MANAGER=y
51044 -# CONFIG_CRYPTO_HMAC is not set
51045 -# CONFIG_CRYPTO_XCBC is not set
51046 -# CONFIG_CRYPTO_NULL is not set
51047 -# CONFIG_CRYPTO_MD4 is not set
51048 -CONFIG_CRYPTO_MD5=y
51049 -# CONFIG_CRYPTO_SHA1 is not set
51050 -# CONFIG_CRYPTO_SHA256 is not set
51051 -# CONFIG_CRYPTO_SHA512 is not set
51052 -# CONFIG_CRYPTO_WP512 is not set
51053 -# CONFIG_CRYPTO_TGR192 is not set
51054 -# CONFIG_CRYPTO_GF128MUL is not set
51055 -CONFIG_CRYPTO_ECB=y
51056 -CONFIG_CRYPTO_CBC=y
51057 -CONFIG_CRYPTO_PCBC=y
51058 -# CONFIG_CRYPTO_LRW is not set
51059 -# CONFIG_CRYPTO_XTS is not set
51060 -# CONFIG_CRYPTO_CTR is not set
51061 -# CONFIG_CRYPTO_GCM is not set
51062 -# CONFIG_CRYPTO_CCM is not set
51063 -# CONFIG_CRYPTO_CRYPTD is not set
51064 -CONFIG_CRYPTO_DES=y
51065 -# CONFIG_CRYPTO_FCRYPT is not set
51066 -# CONFIG_CRYPTO_BLOWFISH is not set
51067 -# CONFIG_CRYPTO_TWOFISH is not set
51068 -# CONFIG_CRYPTO_SERPENT is not set
51069 -# CONFIG_CRYPTO_AES is not set
51070 -# CONFIG_CRYPTO_CAST5 is not set
51071 -# CONFIG_CRYPTO_CAST6 is not set
51072 -# CONFIG_CRYPTO_TEA is not set
51073 -# CONFIG_CRYPTO_ARC4 is not set
51074 -# CONFIG_CRYPTO_KHAZAD is not set
51075 -# CONFIG_CRYPTO_ANUBIS is not set
51076 -# CONFIG_CRYPTO_SEED is not set
51077 -# CONFIG_CRYPTO_SALSA20 is not set
51078 -# CONFIG_CRYPTO_DEFLATE is not set
51079 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
51080 -# CONFIG_CRYPTO_CRC32C is not set
51081 -# CONFIG_CRYPTO_CAMELLIA is not set
51082 -# CONFIG_CRYPTO_TEST is not set
51083 -# CONFIG_CRYPTO_AUTHENC is not set
51084 -# CONFIG_CRYPTO_LZO is not set
51085 -CONFIG_CRYPTO_HW=y
51086 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
51087 -# CONFIG_PPC_CLOCK is not set
51088 --- a/arch/powerpc/configs/g5_defconfig
51089 +++ b/arch/powerpc/configs/g5_defconfig
51090 @@ -1,7 +1,7 @@
51091 #
51092 # Automatically generated make config: don't edit
51093 # Linux kernel version: 2.6.25-rc6
51094 -# Thu Mar 20 10:36:41 2008
51095 +# Thu Mar 27 13:55:43 2008
51096 #
51097 CONFIG_PPC64=y
51098
51099 @@ -77,8 +77,6 @@
51100 CONFIG_LOG_BUF_SHIFT=17
51101 # CONFIG_CGROUPS is not set
51102 # CONFIG_GROUP_SCHED is not set
51103 -# CONFIG_USER_SCHED is not set
51104 -# CONFIG_CGROUP_SCHED is not set
51105 CONFIG_SYSFS_DEPRECATED=y
51106 CONFIG_SYSFS_DEPRECATED_V2=y
51107 # CONFIG_RELAY is not set
51108 @@ -276,7 +274,7 @@
51109 # CONFIG_PCIEPORTBUS is not set
51110 CONFIG_ARCH_SUPPORTS_MSI=y
51111 CONFIG_PCI_MSI=y
51112 -CONFIG_PCI_LEGACY=y
51113 +# CONFIG_PCI_LEGACY is not set
51114 # CONFIG_PCI_DEBUG is not set
51115 # CONFIG_PCCARD is not set
51116 # CONFIG_HOTPLUG_PCI is not set
51117 @@ -1596,6 +1594,7 @@
51118 CONFIG_HAS_IOMEM=y
51119 CONFIG_HAS_IOPORT=y
51120 CONFIG_HAS_DMA=y
51121 +CONFIG_HAVE_LMB=y
51122
51123 #
51124 # Kernel hacking
51125 --- a/arch/powerpc/configs/iseries_defconfig
51126 +++ b/arch/powerpc/configs/iseries_defconfig
51127 @@ -1,7 +1,7 @@
51128 #
51129 # Automatically generated make config: don't edit
51130 # Linux kernel version: 2.6.25-rc6
51131 -# Thu Mar 20 10:43:46 2008
51132 +# Thu Mar 27 13:55:45 2008
51133 #
51134 CONFIG_PPC64=y
51135
51136 @@ -77,8 +77,6 @@
51137 CONFIG_LOG_BUF_SHIFT=17
51138 # CONFIG_CGROUPS is not set
51139 # CONFIG_GROUP_SCHED is not set
51140 -# CONFIG_USER_SCHED is not set
51141 -# CONFIG_CGROUP_SCHED is not set
51142 CONFIG_SYSFS_DEPRECATED=y
51143 CONFIG_SYSFS_DEPRECATED_V2=y
51144 # CONFIG_RELAY is not set
51145 @@ -261,7 +259,7 @@
51146 # CONFIG_PCIEPORTBUS is not set
51147 CONFIG_ARCH_SUPPORTS_MSI=y
51148 # CONFIG_PCI_MSI is not set
51149 -CONFIG_PCI_LEGACY=y
51150 +# CONFIG_PCI_LEGACY is not set
51151 # CONFIG_PCI_DEBUG is not set
51152 # CONFIG_PCCARD is not set
51153 # CONFIG_HOTPLUG_PCI is not set
51154 @@ -1065,6 +1063,7 @@
51155 CONFIG_HAS_IOMEM=y
51156 CONFIG_HAS_IOPORT=y
51157 CONFIG_HAS_DMA=y
51158 +CONFIG_HAVE_LMB=y
51159
51160 #
51161 # Kernel hacking
51162 --- a/arch/powerpc/configs/katmai_defconfig
51163 +++ /dev/null
51164 @@ -1,790 +0,0 @@
51165 -#
51166 -# Automatically generated make config: don't edit
51167 -# Linux kernel version: 2.6.24-rc6
51168 -# Mon Dec 24 11:17:43 2007
51169 -#
51170 -# CONFIG_PPC64 is not set
51171 -
51172 -#
51173 -# Processor support
51174 -#
51175 -# CONFIG_6xx is not set
51176 -# CONFIG_PPC_85xx is not set
51177 -# CONFIG_PPC_8xx is not set
51178 -# CONFIG_40x is not set
51179 -CONFIG_44x=y
51180 -# CONFIG_E200 is not set
51181 -CONFIG_4xx=y
51182 -CONFIG_BOOKE=y
51183 -CONFIG_PTE_64BIT=y
51184 -CONFIG_PHYS_64BIT=y
51185 -# CONFIG_PPC_MM_SLICES is not set
51186 -CONFIG_NOT_COHERENT_CACHE=y
51187 -CONFIG_PPC32=y
51188 -CONFIG_WORD_SIZE=32
51189 -CONFIG_PPC_MERGE=y
51190 -CONFIG_MMU=y
51191 -CONFIG_GENERIC_CMOS_UPDATE=y
51192 -CONFIG_GENERIC_TIME=y
51193 -CONFIG_GENERIC_TIME_VSYSCALL=y
51194 -CONFIG_GENERIC_CLOCKEVENTS=y
51195 -CONFIG_GENERIC_HARDIRQS=y
51196 -CONFIG_IRQ_PER_CPU=y
51197 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
51198 -CONFIG_ARCH_HAS_ILOG2_U32=y
51199 -CONFIG_GENERIC_HWEIGHT=y
51200 -CONFIG_GENERIC_CALIBRATE_DELAY=y
51201 -CONFIG_GENERIC_FIND_NEXT_BIT=y
51202 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
51203 -CONFIG_PPC=y
51204 -CONFIG_EARLY_PRINTK=y
51205 -CONFIG_GENERIC_NVRAM=y
51206 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
51207 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
51208 -CONFIG_PPC_OF=y
51209 -CONFIG_OF=y
51210 -CONFIG_PPC_UDBG_16550=y
51211 -# CONFIG_GENERIC_TBSYNC is not set
51212 -CONFIG_AUDIT_ARCH=y
51213 -CONFIG_GENERIC_BUG=y
51214 -# CONFIG_DEFAULT_UIMAGE is not set
51215 -CONFIG_PPC_DCR_NATIVE=y
51216 -# CONFIG_PPC_DCR_MMIO is not set
51217 -CONFIG_PPC_DCR=y
51218 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
51219 -
51220 -#
51221 -# General setup
51222 -#
51223 -CONFIG_EXPERIMENTAL=y
51224 -CONFIG_BROKEN_ON_SMP=y
51225 -CONFIG_INIT_ENV_ARG_LIMIT=32
51226 -CONFIG_LOCALVERSION=""
51227 -CONFIG_LOCALVERSION_AUTO=y
51228 -CONFIG_SWAP=y
51229 -CONFIG_SYSVIPC=y
51230 -CONFIG_SYSVIPC_SYSCTL=y
51231 -CONFIG_POSIX_MQUEUE=y
51232 -# CONFIG_BSD_PROCESS_ACCT is not set
51233 -# CONFIG_TASKSTATS is not set
51234 -# CONFIG_USER_NS is not set
51235 -# CONFIG_PID_NS is not set
51236 -# CONFIG_AUDIT is not set
51237 -# CONFIG_IKCONFIG is not set
51238 -CONFIG_LOG_BUF_SHIFT=14
51239 -# CONFIG_CGROUPS is not set
51240 -CONFIG_FAIR_GROUP_SCHED=y
51241 -CONFIG_FAIR_USER_SCHED=y
51242 -# CONFIG_FAIR_CGROUP_SCHED is not set
51243 -CONFIG_SYSFS_DEPRECATED=y
51244 -# CONFIG_RELAY is not set
51245 -CONFIG_BLK_DEV_INITRD=y
51246 -CONFIG_INITRAMFS_SOURCE=""
51247 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
51248 -CONFIG_SYSCTL=y
51249 -CONFIG_EMBEDDED=y
51250 -CONFIG_SYSCTL_SYSCALL=y
51251 -CONFIG_KALLSYMS=y
51252 -# CONFIG_KALLSYMS_ALL is not set
51253 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
51254 -CONFIG_HOTPLUG=y
51255 -CONFIG_PRINTK=y
51256 -CONFIG_BUG=y
51257 -CONFIG_ELF_CORE=y
51258 -CONFIG_BASE_FULL=y
51259 -CONFIG_FUTEX=y
51260 -CONFIG_ANON_INODES=y
51261 -CONFIG_EPOLL=y
51262 -CONFIG_SIGNALFD=y
51263 -CONFIG_EVENTFD=y
51264 -CONFIG_SHMEM=y
51265 -CONFIG_VM_EVENT_COUNTERS=y
51266 -CONFIG_SLUB_DEBUG=y
51267 -# CONFIG_SLAB is not set
51268 -CONFIG_SLUB=y
51269 -# CONFIG_SLOB is not set
51270 -CONFIG_RT_MUTEXES=y
51271 -# CONFIG_TINY_SHMEM is not set
51272 -CONFIG_BASE_SMALL=0
51273 -CONFIG_MODULES=y
51274 -CONFIG_MODULE_UNLOAD=y
51275 -# CONFIG_MODULE_FORCE_UNLOAD is not set
51276 -# CONFIG_MODVERSIONS is not set
51277 -# CONFIG_MODULE_SRCVERSION_ALL is not set
51278 -CONFIG_KMOD=y
51279 -CONFIG_BLOCK=y
51280 -CONFIG_LBD=y
51281 -# CONFIG_BLK_DEV_IO_TRACE is not set
51282 -# CONFIG_LSF is not set
51283 -# CONFIG_BLK_DEV_BSG is not set
51284 -
51285 -#
51286 -# IO Schedulers
51287 -#
51288 -CONFIG_IOSCHED_NOOP=y
51289 -CONFIG_IOSCHED_AS=y
51290 -CONFIG_IOSCHED_DEADLINE=y
51291 -CONFIG_IOSCHED_CFQ=y
51292 -CONFIG_DEFAULT_AS=y
51293 -# CONFIG_DEFAULT_DEADLINE is not set
51294 -# CONFIG_DEFAULT_CFQ is not set
51295 -# CONFIG_DEFAULT_NOOP is not set
51296 -CONFIG_DEFAULT_IOSCHED="anticipatory"
51297 -CONFIG_PPC4xx_PCI_EXPRESS=y
51298 -
51299 -#
51300 -# Platform support
51301 -#
51302 -# CONFIG_PPC_MPC52xx is not set
51303 -# CONFIG_PPC_MPC5200 is not set
51304 -# CONFIG_PPC_CELL is not set
51305 -# CONFIG_PPC_CELL_NATIVE is not set
51306 -# CONFIG_PQ2ADS is not set
51307 -# CONFIG_BAMBOO is not set
51308 -# CONFIG_EBONY is not set
51309 -# CONFIG_SEQUOIA is not set
51310 -# CONFIG_TAISHAN is not set
51311 -CONFIG_KATMAI=y
51312 -# CONFIG_RAINIER is not set
51313 -CONFIG_440SPe=y
51314 -# CONFIG_MPIC is not set
51315 -# CONFIG_MPIC_WEIRD is not set
51316 -# CONFIG_PPC_I8259 is not set
51317 -# CONFIG_PPC_RTAS is not set
51318 -# CONFIG_MMIO_NVRAM is not set
51319 -# CONFIG_PPC_MPC106 is not set
51320 -# CONFIG_PPC_970_NAP is not set
51321 -# CONFIG_PPC_INDIRECT_IO is not set
51322 -# CONFIG_GENERIC_IOMAP is not set
51323 -# CONFIG_CPU_FREQ is not set
51324 -# CONFIG_CPM2 is not set
51325 -# CONFIG_FSL_ULI1575 is not set
51326 -
51327 -#
51328 -# Kernel options
51329 -#
51330 -# CONFIG_HIGHMEM is not set
51331 -# CONFIG_TICK_ONESHOT is not set
51332 -# CONFIG_NO_HZ is not set
51333 -# CONFIG_HIGH_RES_TIMERS is not set
51334 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
51335 -# CONFIG_HZ_100 is not set
51336 -CONFIG_HZ_250=y
51337 -# CONFIG_HZ_300 is not set
51338 -# CONFIG_HZ_1000 is not set
51339 -CONFIG_HZ=250
51340 -CONFIG_PREEMPT_NONE=y
51341 -# CONFIG_PREEMPT_VOLUNTARY is not set
51342 -# CONFIG_PREEMPT is not set
51343 -CONFIG_BINFMT_ELF=y
51344 -# CONFIG_BINFMT_MISC is not set
51345 -# CONFIG_MATH_EMULATION is not set
51346 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
51347 -CONFIG_ARCH_FLATMEM_ENABLE=y
51348 -CONFIG_ARCH_POPULATES_NODE_MAP=y
51349 -CONFIG_SELECT_MEMORY_MODEL=y
51350 -CONFIG_FLATMEM_MANUAL=y
51351 -# CONFIG_DISCONTIGMEM_MANUAL is not set
51352 -# CONFIG_SPARSEMEM_MANUAL is not set
51353 -CONFIG_FLATMEM=y
51354 -CONFIG_FLAT_NODE_MEM_MAP=y
51355 -# CONFIG_SPARSEMEM_STATIC is not set
51356 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
51357 -CONFIG_SPLIT_PTLOCK_CPUS=4
51358 -CONFIG_RESOURCES_64BIT=y
51359 -CONFIG_ZONE_DMA_FLAG=1
51360 -CONFIG_BOUNCE=y
51361 -CONFIG_VIRT_TO_BUS=y
51362 -CONFIG_PROC_DEVICETREE=y
51363 -CONFIG_CMDLINE_BOOL=y
51364 -CONFIG_CMDLINE=""
51365 -CONFIG_SECCOMP=y
51366 -CONFIG_WANT_DEVICE_TREE=y
51367 -CONFIG_DEVICE_TREE="katmai.dts"
51368 -CONFIG_ISA_DMA_API=y
51369 -
51370 -#
51371 -# Bus options
51372 -#
51373 -CONFIG_ZONE_DMA=y
51374 -CONFIG_PPC_INDIRECT_PCI=y
51375 -CONFIG_PCI=y
51376 -CONFIG_PCI_DOMAINS=y
51377 -CONFIG_PCI_SYSCALL=y
51378 -# CONFIG_PCIEPORTBUS is not set
51379 -CONFIG_ARCH_SUPPORTS_MSI=y
51380 -# CONFIG_PCI_MSI is not set
51381 -CONFIG_PCI_LEGACY=y
51382 -# CONFIG_PCI_DEBUG is not set
51383 -# CONFIG_PCCARD is not set
51384 -# CONFIG_HOTPLUG_PCI is not set
51385 -
51386 -#
51387 -# Advanced setup
51388 -#
51389 -# CONFIG_ADVANCED_OPTIONS is not set
51390 -
51391 -#
51392 -# Default settings for advanced configuration options are used
51393 -#
51394 -CONFIG_HIGHMEM_START=0xfe000000
51395 -CONFIG_LOWMEM_SIZE=0x30000000
51396 -CONFIG_KERNEL_START=0xc0000000
51397 -CONFIG_TASK_SIZE=0xc0000000
51398 -CONFIG_CONSISTENT_START=0xff100000
51399 -CONFIG_CONSISTENT_SIZE=0x00200000
51400 -CONFIG_BOOT_LOAD=0x01000000
51401 -
51402 -#
51403 -# Networking
51404 -#
51405 -CONFIG_NET=y
51406 -
51407 -#
51408 -# Networking options
51409 -#
51410 -CONFIG_PACKET=y
51411 -# CONFIG_PACKET_MMAP is not set
51412 -CONFIG_UNIX=y
51413 -# CONFIG_NET_KEY is not set
51414 -CONFIG_INET=y
51415 -# CONFIG_IP_MULTICAST is not set
51416 -# CONFIG_IP_ADVANCED_ROUTER is not set
51417 -CONFIG_IP_FIB_HASH=y
51418 -CONFIG_IP_PNP=y
51419 -CONFIG_IP_PNP_DHCP=y
51420 -CONFIG_IP_PNP_BOOTP=y
51421 -# CONFIG_IP_PNP_RARP is not set
51422 -# CONFIG_NET_IPIP is not set
51423 -# CONFIG_NET_IPGRE is not set
51424 -# CONFIG_ARPD is not set
51425 -# CONFIG_SYN_COOKIES is not set
51426 -# CONFIG_INET_AH is not set
51427 -# CONFIG_INET_ESP is not set
51428 -# CONFIG_INET_IPCOMP is not set
51429 -# CONFIG_INET_XFRM_TUNNEL is not set
51430 -# CONFIG_INET_TUNNEL is not set
51431 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
51432 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
51433 -# CONFIG_INET_XFRM_MODE_BEET is not set
51434 -# CONFIG_INET_LRO is not set
51435 -CONFIG_INET_DIAG=y
51436 -CONFIG_INET_TCP_DIAG=y
51437 -# CONFIG_TCP_CONG_ADVANCED is not set
51438 -CONFIG_TCP_CONG_CUBIC=y
51439 -CONFIG_DEFAULT_TCP_CONG="cubic"
51440 -# CONFIG_TCP_MD5SIG is not set
51441 -# CONFIG_IPV6 is not set
51442 -# CONFIG_INET6_XFRM_TUNNEL is not set
51443 -# CONFIG_INET6_TUNNEL is not set
51444 -# CONFIG_NETWORK_SECMARK is not set
51445 -# CONFIG_NETFILTER is not set
51446 -# CONFIG_IP_DCCP is not set
51447 -# CONFIG_IP_SCTP is not set
51448 -# CONFIG_TIPC is not set
51449 -# CONFIG_ATM is not set
51450 -# CONFIG_BRIDGE is not set
51451 -# CONFIG_VLAN_8021Q is not set
51452 -# CONFIG_DECNET is not set
51453 -# CONFIG_LLC2 is not set
51454 -# CONFIG_IPX is not set
51455 -# CONFIG_ATALK is not set
51456 -# CONFIG_X25 is not set
51457 -# CONFIG_LAPB is not set
51458 -# CONFIG_ECONET is not set
51459 -# CONFIG_WAN_ROUTER is not set
51460 -# CONFIG_NET_SCHED is not set
51461 -
51462 -#
51463 -# Network testing
51464 -#
51465 -# CONFIG_NET_PKTGEN is not set
51466 -# CONFIG_HAMRADIO is not set
51467 -# CONFIG_IRDA is not set
51468 -# CONFIG_BT is not set
51469 -# CONFIG_AF_RXRPC is not set
51470 -
51471 -#
51472 -# Wireless
51473 -#
51474 -# CONFIG_CFG80211 is not set
51475 -# CONFIG_WIRELESS_EXT is not set
51476 -# CONFIG_MAC80211 is not set
51477 -# CONFIG_IEEE80211 is not set
51478 -# CONFIG_RFKILL is not set
51479 -# CONFIG_NET_9P is not set
51480 -
51481 -#
51482 -# Device Drivers
51483 -#
51484 -
51485 -#
51486 -# Generic Driver Options
51487 -#
51488 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
51489 -CONFIG_STANDALONE=y
51490 -CONFIG_PREVENT_FIRMWARE_BUILD=y
51491 -CONFIG_FW_LOADER=y
51492 -# CONFIG_DEBUG_DRIVER is not set
51493 -# CONFIG_DEBUG_DEVRES is not set
51494 -# CONFIG_SYS_HYPERVISOR is not set
51495 -CONFIG_CONNECTOR=y
51496 -CONFIG_PROC_EVENTS=y
51497 -# CONFIG_MTD is not set
51498 -CONFIG_OF_DEVICE=y
51499 -# CONFIG_PARPORT is not set
51500 -CONFIG_BLK_DEV=y
51501 -# CONFIG_BLK_DEV_FD is not set
51502 -# CONFIG_BLK_CPQ_DA is not set
51503 -# CONFIG_BLK_CPQ_CISS_DA is not set
51504 -# CONFIG_BLK_DEV_DAC960 is not set
51505 -# CONFIG_BLK_DEV_UMEM is not set
51506 -# CONFIG_BLK_DEV_COW_COMMON is not set
51507 -# CONFIG_BLK_DEV_LOOP is not set
51508 -# CONFIG_BLK_DEV_NBD is not set
51509 -# CONFIG_BLK_DEV_SX8 is not set
51510 -CONFIG_BLK_DEV_RAM=y
51511 -CONFIG_BLK_DEV_RAM_COUNT=16
51512 -CONFIG_BLK_DEV_RAM_SIZE=35000
51513 -CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
51514 -# CONFIG_CDROM_PKTCDVD is not set
51515 -# CONFIG_ATA_OVER_ETH is not set
51516 -# CONFIG_XILINX_SYSACE is not set
51517 -CONFIG_MISC_DEVICES=y
51518 -# CONFIG_PHANTOM is not set
51519 -# CONFIG_EEPROM_93CX6 is not set
51520 -# CONFIG_SGI_IOC4 is not set
51521 -# CONFIG_TIFM_CORE is not set
51522 -# CONFIG_IDE is not set
51523 -
51524 -#
51525 -# SCSI device support
51526 -#
51527 -# CONFIG_RAID_ATTRS is not set
51528 -# CONFIG_SCSI is not set
51529 -# CONFIG_SCSI_DMA is not set
51530 -# CONFIG_SCSI_NETLINK is not set
51531 -# CONFIG_ATA is not set
51532 -# CONFIG_MD is not set
51533 -# CONFIG_FUSION is not set
51534 -
51535 -#
51536 -# IEEE 1394 (FireWire) support
51537 -#
51538 -# CONFIG_FIREWIRE is not set
51539 -# CONFIG_IEEE1394 is not set
51540 -# CONFIG_I2O is not set
51541 -CONFIG_MACINTOSH_DRIVERS=y
51542 -# CONFIG_MAC_EMUMOUSEBTN is not set
51543 -# CONFIG_WINDFARM is not set
51544 -CONFIG_NETDEVICES=y
51545 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
51546 -# CONFIG_DUMMY is not set
51547 -# CONFIG_BONDING is not set
51548 -# CONFIG_MACVLAN is not set
51549 -# CONFIG_EQUALIZER is not set
51550 -# CONFIG_TUN is not set
51551 -# CONFIG_VETH is not set
51552 -# CONFIG_IP1000 is not set
51553 -# CONFIG_ARCNET is not set
51554 -# CONFIG_PHYLIB is not set
51555 -CONFIG_NET_ETHERNET=y
51556 -# CONFIG_MII is not set
51557 -# CONFIG_HAPPYMEAL is not set
51558 -# CONFIG_SUNGEM is not set
51559 -# CONFIG_CASSINI is not set
51560 -# CONFIG_NET_VENDOR_3COM is not set
51561 -# CONFIG_NET_TULIP is not set
51562 -# CONFIG_HP100 is not set
51563 -CONFIG_IBM_NEW_EMAC=y
51564 -CONFIG_IBM_NEW_EMAC_RXB=128
51565 -CONFIG_IBM_NEW_EMAC_TXB=64
51566 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
51567 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
51568 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
51569 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
51570 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
51571 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
51572 -# CONFIG_IBM_NEW_EMAC_TAH is not set
51573 -CONFIG_IBM_NEW_EMAC_EMAC4=y
51574 -# CONFIG_NET_PCI is not set
51575 -# CONFIG_B44 is not set
51576 -CONFIG_NETDEV_1000=y
51577 -# CONFIG_ACENIC is not set
51578 -# CONFIG_DL2K is not set
51579 -# CONFIG_E1000 is not set
51580 -# CONFIG_E1000E is not set
51581 -# CONFIG_NS83820 is not set
51582 -# CONFIG_HAMACHI is not set
51583 -# CONFIG_YELLOWFIN is not set
51584 -# CONFIG_R8169 is not set
51585 -# CONFIG_SIS190 is not set
51586 -# CONFIG_SKGE is not set
51587 -# CONFIG_SKY2 is not set
51588 -# CONFIG_SK98LIN is not set
51589 -# CONFIG_VIA_VELOCITY is not set
51590 -# CONFIG_TIGON3 is not set
51591 -# CONFIG_BNX2 is not set
51592 -# CONFIG_QLA3XXX is not set
51593 -# CONFIG_ATL1 is not set
51594 -CONFIG_NETDEV_10000=y
51595 -# CONFIG_CHELSIO_T1 is not set
51596 -# CONFIG_CHELSIO_T3 is not set
51597 -# CONFIG_IXGBE is not set
51598 -# CONFIG_IXGB is not set
51599 -# CONFIG_S2IO is not set
51600 -# CONFIG_MYRI10GE is not set
51601 -# CONFIG_NETXEN_NIC is not set
51602 -# CONFIG_NIU is not set
51603 -# CONFIG_MLX4_CORE is not set
51604 -# CONFIG_TEHUTI is not set
51605 -# CONFIG_TR is not set
51606 -
51607 -#
51608 -# Wireless LAN
51609 -#
51610 -# CONFIG_WLAN_PRE80211 is not set
51611 -# CONFIG_WLAN_80211 is not set
51612 -# CONFIG_WAN is not set
51613 -# CONFIG_FDDI is not set
51614 -# CONFIG_HIPPI is not set
51615 -# CONFIG_PPP is not set
51616 -# CONFIG_SLIP is not set
51617 -# CONFIG_SHAPER is not set
51618 -# CONFIG_NETCONSOLE is not set
51619 -# CONFIG_NETPOLL is not set
51620 -# CONFIG_NET_POLL_CONTROLLER is not set
51621 -# CONFIG_ISDN is not set
51622 -# CONFIG_PHONE is not set
51623 -
51624 -#
51625 -# Input device support
51626 -#
51627 -# CONFIG_INPUT is not set
51628 -
51629 -#
51630 -# Hardware I/O ports
51631 -#
51632 -# CONFIG_SERIO is not set
51633 -# CONFIG_GAMEPORT is not set
51634 -
51635 -#
51636 -# Character devices
51637 -#
51638 -# CONFIG_VT is not set
51639 -# CONFIG_SERIAL_NONSTANDARD is not set
51640 -
51641 -#
51642 -# Serial drivers
51643 -#
51644 -CONFIG_SERIAL_8250=y
51645 -CONFIG_SERIAL_8250_CONSOLE=y
51646 -# CONFIG_SERIAL_8250_PCI is not set
51647 -CONFIG_SERIAL_8250_NR_UARTS=4
51648 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
51649 -CONFIG_SERIAL_8250_EXTENDED=y
51650 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
51651 -CONFIG_SERIAL_8250_SHARE_IRQ=y
51652 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
51653 -# CONFIG_SERIAL_8250_RSA is not set
51654 -
51655 -#
51656 -# Non-8250 serial port support
51657 -#
51658 -# CONFIG_SERIAL_UARTLITE is not set
51659 -CONFIG_SERIAL_CORE=y
51660 -CONFIG_SERIAL_CORE_CONSOLE=y
51661 -# CONFIG_SERIAL_JSM is not set
51662 -CONFIG_SERIAL_OF_PLATFORM=y
51663 -CONFIG_UNIX98_PTYS=y
51664 -CONFIG_LEGACY_PTYS=y
51665 -CONFIG_LEGACY_PTY_COUNT=256
51666 -# CONFIG_IPMI_HANDLER is not set
51667 -# CONFIG_HW_RANDOM is not set
51668 -# CONFIG_NVRAM is not set
51669 -# CONFIG_GEN_RTC is not set
51670 -# CONFIG_R3964 is not set
51671 -# CONFIG_APPLICOM is not set
51672 -# CONFIG_RAW_DRIVER is not set
51673 -# CONFIG_TCG_TPM is not set
51674 -CONFIG_DEVPORT=y
51675 -# CONFIG_I2C is not set
51676 -
51677 -#
51678 -# SPI support
51679 -#
51680 -# CONFIG_SPI is not set
51681 -# CONFIG_SPI_MASTER is not set
51682 -# CONFIG_W1 is not set
51683 -# CONFIG_POWER_SUPPLY is not set
51684 -# CONFIG_HWMON is not set
51685 -# CONFIG_WATCHDOG is not set
51686 -
51687 -#
51688 -# Sonics Silicon Backplane
51689 -#
51690 -CONFIG_SSB_POSSIBLE=y
51691 -# CONFIG_SSB is not set
51692 -
51693 -#
51694 -# Multifunction device drivers
51695 -#
51696 -# CONFIG_MFD_SM501 is not set
51697 -
51698 -#
51699 -# Multimedia devices
51700 -#
51701 -# CONFIG_VIDEO_DEV is not set
51702 -# CONFIG_DVB_CORE is not set
51703 -CONFIG_DAB=y
51704 -
51705 -#
51706 -# Graphics support
51707 -#
51708 -# CONFIG_AGP is not set
51709 -# CONFIG_DRM is not set
51710 -# CONFIG_VGASTATE is not set
51711 -CONFIG_VIDEO_OUTPUT_CONTROL=m
51712 -# CONFIG_FB is not set
51713 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
51714 -
51715 -#
51716 -# Display device support
51717 -#
51718 -# CONFIG_DISPLAY_SUPPORT is not set
51719 -
51720 -#
51721 -# Sound
51722 -#
51723 -# CONFIG_SOUND is not set
51724 -CONFIG_USB_SUPPORT=y
51725 -CONFIG_USB_ARCH_HAS_HCD=y
51726 -CONFIG_USB_ARCH_HAS_OHCI=y
51727 -CONFIG_USB_ARCH_HAS_EHCI=y
51728 -# CONFIG_USB is not set
51729 -
51730 -#
51731 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
51732 -#
51733 -
51734 -#
51735 -# USB Gadget Support
51736 -#
51737 -# CONFIG_USB_GADGET is not set
51738 -# CONFIG_MMC is not set
51739 -# CONFIG_NEW_LEDS is not set
51740 -# CONFIG_INFINIBAND is not set
51741 -# CONFIG_EDAC is not set
51742 -# CONFIG_RTC_CLASS is not set
51743 -
51744 -#
51745 -# Userspace I/O
51746 -#
51747 -# CONFIG_UIO is not set
51748 -
51749 -#
51750 -# File systems
51751 -#
51752 -CONFIG_EXT2_FS=y
51753 -# CONFIG_EXT2_FS_XATTR is not set
51754 -# CONFIG_EXT2_FS_XIP is not set
51755 -# CONFIG_EXT3_FS is not set
51756 -# CONFIG_EXT4DEV_FS is not set
51757 -# CONFIG_REISERFS_FS is not set
51758 -# CONFIG_JFS_FS is not set
51759 -# CONFIG_FS_POSIX_ACL is not set
51760 -# CONFIG_XFS_FS is not set
51761 -# CONFIG_GFS2_FS is not set
51762 -# CONFIG_OCFS2_FS is not set
51763 -# CONFIG_MINIX_FS is not set
51764 -# CONFIG_ROMFS_FS is not set
51765 -CONFIG_INOTIFY=y
51766 -CONFIG_INOTIFY_USER=y
51767 -# CONFIG_QUOTA is not set
51768 -CONFIG_DNOTIFY=y
51769 -# CONFIG_AUTOFS_FS is not set
51770 -# CONFIG_AUTOFS4_FS is not set
51771 -# CONFIG_FUSE_FS is not set
51772 -
51773 -#
51774 -# CD-ROM/DVD Filesystems
51775 -#
51776 -# CONFIG_ISO9660_FS is not set
51777 -# CONFIG_UDF_FS is not set
51778 -
51779 -#
51780 -# DOS/FAT/NT Filesystems
51781 -#
51782 -# CONFIG_MSDOS_FS is not set
51783 -# CONFIG_VFAT_FS is not set
51784 -# CONFIG_NTFS_FS is not set
51785 -
51786 -#
51787 -# Pseudo filesystems
51788 -#
51789 -CONFIG_PROC_FS=y
51790 -CONFIG_PROC_KCORE=y
51791 -CONFIG_PROC_SYSCTL=y
51792 -CONFIG_SYSFS=y
51793 -CONFIG_TMPFS=y
51794 -# CONFIG_TMPFS_POSIX_ACL is not set
51795 -# CONFIG_HUGETLB_PAGE is not set
51796 -# CONFIG_CONFIGFS_FS is not set
51797 -
51798 -#
51799 -# Miscellaneous filesystems
51800 -#
51801 -# CONFIG_ADFS_FS is not set
51802 -# CONFIG_AFFS_FS is not set
51803 -# CONFIG_HFS_FS is not set
51804 -# CONFIG_HFSPLUS_FS is not set
51805 -# CONFIG_BEFS_FS is not set
51806 -# CONFIG_BFS_FS is not set
51807 -# CONFIG_EFS_FS is not set
51808 -CONFIG_CRAMFS=y
51809 -# CONFIG_VXFS_FS is not set
51810 -# CONFIG_HPFS_FS is not set
51811 -# CONFIG_QNX4FS_FS is not set
51812 -# CONFIG_SYSV_FS is not set
51813 -# CONFIG_UFS_FS is not set
51814 -CONFIG_NETWORK_FILESYSTEMS=y
51815 -CONFIG_NFS_FS=y
51816 -CONFIG_NFS_V3=y
51817 -# CONFIG_NFS_V3_ACL is not set
51818 -# CONFIG_NFS_V4 is not set
51819 -# CONFIG_NFS_DIRECTIO is not set
51820 -# CONFIG_NFSD is not set
51821 -CONFIG_ROOT_NFS=y
51822 -CONFIG_LOCKD=y
51823 -CONFIG_LOCKD_V4=y
51824 -CONFIG_NFS_COMMON=y
51825 -CONFIG_SUNRPC=y
51826 -# CONFIG_SUNRPC_BIND34 is not set
51827 -# CONFIG_RPCSEC_GSS_KRB5 is not set
51828 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
51829 -# CONFIG_SMB_FS is not set
51830 -# CONFIG_CIFS is not set
51831 -# CONFIG_NCP_FS is not set
51832 -# CONFIG_CODA_FS is not set
51833 -# CONFIG_AFS_FS is not set
51834 -
51835 -#
51836 -# Partition Types
51837 -#
51838 -# CONFIG_PARTITION_ADVANCED is not set
51839 -CONFIG_MSDOS_PARTITION=y
51840 -# CONFIG_NLS is not set
51841 -# CONFIG_DLM is not set
51842 -# CONFIG_UCC_SLOW is not set
51843 -
51844 -#
51845 -# Library routines
51846 -#
51847 -CONFIG_BITREVERSE=y
51848 -# CONFIG_CRC_CCITT is not set
51849 -# CONFIG_CRC16 is not set
51850 -# CONFIG_CRC_ITU_T is not set
51851 -CONFIG_CRC32=y
51852 -# CONFIG_CRC7 is not set
51853 -# CONFIG_LIBCRC32C is not set
51854 -CONFIG_ZLIB_INFLATE=y
51855 -CONFIG_PLIST=y
51856 -CONFIG_HAS_IOMEM=y
51857 -CONFIG_HAS_IOPORT=y
51858 -CONFIG_HAS_DMA=y
51859 -CONFIG_INSTRUMENTATION=y
51860 -# CONFIG_PROFILING is not set
51861 -# CONFIG_KPROBES is not set
51862 -# CONFIG_MARKERS is not set
51863 -
51864 -#
51865 -# Kernel hacking
51866 -#
51867 -# CONFIG_PRINTK_TIME is not set
51868 -CONFIG_ENABLE_WARN_DEPRECATED=y
51869 -CONFIG_ENABLE_MUST_CHECK=y
51870 -CONFIG_MAGIC_SYSRQ=y
51871 -# CONFIG_UNUSED_SYMBOLS is not set
51872 -# CONFIG_DEBUG_FS is not set
51873 -# CONFIG_HEADERS_CHECK is not set
51874 -CONFIG_DEBUG_KERNEL=y
51875 -# CONFIG_DEBUG_SHIRQ is not set
51876 -CONFIG_DETECT_SOFTLOCKUP=y
51877 -CONFIG_SCHED_DEBUG=y
51878 -# CONFIG_SCHEDSTATS is not set
51879 -# CONFIG_TIMER_STATS is not set
51880 -# CONFIG_SLUB_DEBUG_ON is not set
51881 -# CONFIG_DEBUG_RT_MUTEXES is not set
51882 -# CONFIG_RT_MUTEX_TESTER is not set
51883 -# CONFIG_DEBUG_SPINLOCK is not set
51884 -# CONFIG_DEBUG_MUTEXES is not set
51885 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
51886 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
51887 -# CONFIG_DEBUG_KOBJECT is not set
51888 -# CONFIG_DEBUG_BUGVERBOSE is not set
51889 -# CONFIG_DEBUG_INFO is not set
51890 -# CONFIG_DEBUG_VM is not set
51891 -# CONFIG_DEBUG_LIST is not set
51892 -# CONFIG_DEBUG_SG is not set
51893 -CONFIG_FORCED_INLINING=y
51894 -# CONFIG_BOOT_PRINTK_DELAY is not set
51895 -# CONFIG_RCU_TORTURE_TEST is not set
51896 -# CONFIG_FAULT_INJECTION is not set
51897 -# CONFIG_SAMPLES is not set
51898 -# CONFIG_DEBUG_STACKOVERFLOW is not set
51899 -# CONFIG_DEBUG_STACK_USAGE is not set
51900 -# CONFIG_DEBUG_PAGEALLOC is not set
51901 -CONFIG_DEBUGGER=y
51902 -# CONFIG_KGDB is not set
51903 -# CONFIG_XMON is not set
51904 -# CONFIG_BDI_SWITCH is not set
51905 -# CONFIG_PPC_EARLY_DEBUG is not set
51906 -
51907 -#
51908 -# Security options
51909 -#
51910 -# CONFIG_KEYS is not set
51911 -# CONFIG_SECURITY is not set
51912 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
51913 -CONFIG_CRYPTO=y
51914 -CONFIG_CRYPTO_ALGAPI=y
51915 -CONFIG_CRYPTO_BLKCIPHER=y
51916 -CONFIG_CRYPTO_MANAGER=y
51917 -# CONFIG_CRYPTO_HMAC is not set
51918 -# CONFIG_CRYPTO_XCBC is not set
51919 -# CONFIG_CRYPTO_NULL is not set
51920 -# CONFIG_CRYPTO_MD4 is not set
51921 -CONFIG_CRYPTO_MD5=y
51922 -# CONFIG_CRYPTO_SHA1 is not set
51923 -# CONFIG_CRYPTO_SHA256 is not set
51924 -# CONFIG_CRYPTO_SHA512 is not set
51925 -# CONFIG_CRYPTO_WP512 is not set
51926 -# CONFIG_CRYPTO_TGR192 is not set
51927 -# CONFIG_CRYPTO_GF128MUL is not set
51928 -CONFIG_CRYPTO_ECB=y
51929 -CONFIG_CRYPTO_CBC=y
51930 -CONFIG_CRYPTO_PCBC=y
51931 -# CONFIG_CRYPTO_LRW is not set
51932 -# CONFIG_CRYPTO_XTS is not set
51933 -# CONFIG_CRYPTO_CRYPTD is not set
51934 -CONFIG_CRYPTO_DES=y
51935 -# CONFIG_CRYPTO_FCRYPT is not set
51936 -# CONFIG_CRYPTO_BLOWFISH is not set
51937 -# CONFIG_CRYPTO_TWOFISH is not set
51938 -# CONFIG_CRYPTO_SERPENT is not set
51939 -# CONFIG_CRYPTO_AES is not set
51940 -# CONFIG_CRYPTO_CAST5 is not set
51941 -# CONFIG_CRYPTO_CAST6 is not set
51942 -# CONFIG_CRYPTO_TEA is not set
51943 -# CONFIG_CRYPTO_ARC4 is not set
51944 -# CONFIG_CRYPTO_KHAZAD is not set
51945 -# CONFIG_CRYPTO_ANUBIS is not set
51946 -# CONFIG_CRYPTO_SEED is not set
51947 -# CONFIG_CRYPTO_DEFLATE is not set
51948 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
51949 -# CONFIG_CRYPTO_CRC32C is not set
51950 -# CONFIG_CRYPTO_CAMELLIA is not set
51951 -# CONFIG_CRYPTO_TEST is not set
51952 -# CONFIG_CRYPTO_AUTHENC is not set
51953 -CONFIG_CRYPTO_HW=y
51954 -# CONFIG_PPC_CLOCK is not set
51955 --- a/arch/powerpc/configs/kilauea_defconfig
51956 +++ /dev/null
51957 @@ -1,839 +0,0 @@
51958 -#
51959 -# Automatically generated make config: don't edit
51960 -# Linux kernel version: 2.6.25-rc2
51961 -# Fri Feb 15 21:51:43 2008
51962 -#
51963 -# CONFIG_PPC64 is not set
51964 -
51965 -#
51966 -# Processor support
51967 -#
51968 -# CONFIG_6xx is not set
51969 -# CONFIG_PPC_85xx is not set
51970 -# CONFIG_PPC_8xx is not set
51971 -CONFIG_40x=y
51972 -# CONFIG_44x is not set
51973 -# CONFIG_E200 is not set
51974 -CONFIG_4xx=y
51975 -# CONFIG_PPC_MM_SLICES is not set
51976 -CONFIG_NOT_COHERENT_CACHE=y
51977 -CONFIG_PPC32=y
51978 -CONFIG_WORD_SIZE=32
51979 -CONFIG_PPC_MERGE=y
51980 -CONFIG_MMU=y
51981 -CONFIG_GENERIC_CMOS_UPDATE=y
51982 -CONFIG_GENERIC_TIME=y
51983 -CONFIG_GENERIC_TIME_VSYSCALL=y
51984 -CONFIG_GENERIC_CLOCKEVENTS=y
51985 -CONFIG_GENERIC_HARDIRQS=y
51986 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
51987 -CONFIG_IRQ_PER_CPU=y
51988 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
51989 -CONFIG_ARCH_HAS_ILOG2_U32=y
51990 -CONFIG_GENERIC_HWEIGHT=y
51991 -CONFIG_GENERIC_CALIBRATE_DELAY=y
51992 -CONFIG_GENERIC_FIND_NEXT_BIT=y
51993 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
51994 -CONFIG_PPC=y
51995 -CONFIG_EARLY_PRINTK=y
51996 -CONFIG_GENERIC_NVRAM=y
51997 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
51998 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
51999 -CONFIG_PPC_OF=y
52000 -CONFIG_OF=y
52001 -CONFIG_PPC_UDBG_16550=y
52002 -# CONFIG_GENERIC_TBSYNC is not set
52003 -CONFIG_AUDIT_ARCH=y
52004 -CONFIG_GENERIC_BUG=y
52005 -# CONFIG_DEFAULT_UIMAGE is not set
52006 -CONFIG_PPC_DCR_NATIVE=y
52007 -# CONFIG_PPC_DCR_MMIO is not set
52008 -CONFIG_PPC_DCR=y
52009 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
52010 -
52011 -#
52012 -# General setup
52013 -#
52014 -CONFIG_EXPERIMENTAL=y
52015 -CONFIG_BROKEN_ON_SMP=y
52016 -CONFIG_INIT_ENV_ARG_LIMIT=32
52017 -CONFIG_LOCALVERSION=""
52018 -CONFIG_LOCALVERSION_AUTO=y
52019 -CONFIG_SWAP=y
52020 -CONFIG_SYSVIPC=y
52021 -CONFIG_SYSVIPC_SYSCTL=y
52022 -CONFIG_POSIX_MQUEUE=y
52023 -# CONFIG_BSD_PROCESS_ACCT is not set
52024 -# CONFIG_TASKSTATS is not set
52025 -# CONFIG_AUDIT is not set
52026 -# CONFIG_IKCONFIG is not set
52027 -CONFIG_LOG_BUF_SHIFT=14
52028 -# CONFIG_CGROUPS is not set
52029 -CONFIG_GROUP_SCHED=y
52030 -# CONFIG_FAIR_GROUP_SCHED is not set
52031 -# CONFIG_RT_GROUP_SCHED is not set
52032 -CONFIG_USER_SCHED=y
52033 -# CONFIG_CGROUP_SCHED is not set
52034 -CONFIG_SYSFS_DEPRECATED=y
52035 -# CONFIG_RELAY is not set
52036 -# CONFIG_NAMESPACES is not set
52037 -CONFIG_BLK_DEV_INITRD=y
52038 -CONFIG_INITRAMFS_SOURCE=""
52039 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
52040 -CONFIG_SYSCTL=y
52041 -CONFIG_EMBEDDED=y
52042 -CONFIG_SYSCTL_SYSCALL=y
52043 -CONFIG_KALLSYMS=y
52044 -CONFIG_KALLSYMS_ALL=y
52045 -CONFIG_KALLSYMS_EXTRA_PASS=y
52046 -CONFIG_HOTPLUG=y
52047 -CONFIG_PRINTK=y
52048 -CONFIG_BUG=y
52049 -CONFIG_ELF_CORE=y
52050 -CONFIG_COMPAT_BRK=y
52051 -CONFIG_BASE_FULL=y
52052 -CONFIG_FUTEX=y
52053 -CONFIG_ANON_INODES=y
52054 -CONFIG_EPOLL=y
52055 -CONFIG_SIGNALFD=y
52056 -CONFIG_TIMERFD=y
52057 -CONFIG_EVENTFD=y
52058 -CONFIG_SHMEM=y
52059 -CONFIG_VM_EVENT_COUNTERS=y
52060 -CONFIG_SLUB_DEBUG=y
52061 -# CONFIG_SLAB is not set
52062 -CONFIG_SLUB=y
52063 -# CONFIG_SLOB is not set
52064 -# CONFIG_PROFILING is not set
52065 -# CONFIG_MARKERS is not set
52066 -CONFIG_HAVE_OPROFILE=y
52067 -# CONFIG_KPROBES is not set
52068 -CONFIG_HAVE_KPROBES=y
52069 -CONFIG_PROC_PAGE_MONITOR=y
52070 -CONFIG_SLABINFO=y
52071 -CONFIG_RT_MUTEXES=y
52072 -# CONFIG_TINY_SHMEM is not set
52073 -CONFIG_BASE_SMALL=0
52074 -CONFIG_MODULES=y
52075 -CONFIG_MODULE_UNLOAD=y
52076 -# CONFIG_MODULE_FORCE_UNLOAD is not set
52077 -# CONFIG_MODVERSIONS is not set
52078 -# CONFIG_MODULE_SRCVERSION_ALL is not set
52079 -CONFIG_KMOD=y
52080 -CONFIG_BLOCK=y
52081 -CONFIG_LBD=y
52082 -# CONFIG_BLK_DEV_IO_TRACE is not set
52083 -# CONFIG_LSF is not set
52084 -# CONFIG_BLK_DEV_BSG is not set
52085 -
52086 -#
52087 -# IO Schedulers
52088 -#
52089 -CONFIG_IOSCHED_NOOP=y
52090 -CONFIG_IOSCHED_AS=y
52091 -CONFIG_IOSCHED_DEADLINE=y
52092 -CONFIG_IOSCHED_CFQ=y
52093 -CONFIG_DEFAULT_AS=y
52094 -# CONFIG_DEFAULT_DEADLINE is not set
52095 -# CONFIG_DEFAULT_CFQ is not set
52096 -# CONFIG_DEFAULT_NOOP is not set
52097 -CONFIG_DEFAULT_IOSCHED="anticipatory"
52098 -CONFIG_CLASSIC_RCU=y
52099 -# CONFIG_PREEMPT_RCU is not set
52100 -CONFIG_PPC4xx_PCI_EXPRESS=y
52101 -
52102 -#
52103 -# Platform support
52104 -#
52105 -# CONFIG_PPC_MPC512x is not set
52106 -# CONFIG_PPC_MPC5121 is not set
52107 -# CONFIG_PPC_CELL is not set
52108 -# CONFIG_PPC_CELL_NATIVE is not set
52109 -# CONFIG_PQ2ADS is not set
52110 -# CONFIG_EP405 is not set
52111 -CONFIG_KILAUEA=y
52112 -# CONFIG_MAKALU is not set
52113 -# CONFIG_WALNUT is not set
52114 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
52115 -CONFIG_405EX=y
52116 -# CONFIG_IPIC is not set
52117 -# CONFIG_MPIC is not set
52118 -# CONFIG_MPIC_WEIRD is not set
52119 -# CONFIG_PPC_I8259 is not set
52120 -# CONFIG_PPC_RTAS is not set
52121 -# CONFIG_MMIO_NVRAM is not set
52122 -# CONFIG_PPC_MPC106 is not set
52123 -# CONFIG_PPC_970_NAP is not set
52124 -# CONFIG_PPC_INDIRECT_IO is not set
52125 -# CONFIG_GENERIC_IOMAP is not set
52126 -# CONFIG_CPU_FREQ is not set
52127 -# CONFIG_FSL_ULI1575 is not set
52128 -
52129 -#
52130 -# Kernel options
52131 -#
52132 -# CONFIG_HIGHMEM is not set
52133 -# CONFIG_TICK_ONESHOT is not set
52134 -# CONFIG_NO_HZ is not set
52135 -# CONFIG_HIGH_RES_TIMERS is not set
52136 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
52137 -# CONFIG_HZ_100 is not set
52138 -CONFIG_HZ_250=y
52139 -# CONFIG_HZ_300 is not set
52140 -# CONFIG_HZ_1000 is not set
52141 -CONFIG_HZ=250
52142 -# CONFIG_SCHED_HRTICK is not set
52143 -CONFIG_PREEMPT_NONE=y
52144 -# CONFIG_PREEMPT_VOLUNTARY is not set
52145 -# CONFIG_PREEMPT is not set
52146 -CONFIG_RCU_TRACE=y
52147 -CONFIG_BINFMT_ELF=y
52148 -# CONFIG_BINFMT_MISC is not set
52149 -# CONFIG_MATH_EMULATION is not set
52150 -# CONFIG_IOMMU_HELPER is not set
52151 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
52152 -CONFIG_ARCH_HAS_WALK_MEMORY=y
52153 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
52154 -CONFIG_ARCH_FLATMEM_ENABLE=y
52155 -CONFIG_ARCH_POPULATES_NODE_MAP=y
52156 -CONFIG_SELECT_MEMORY_MODEL=y
52157 -CONFIG_FLATMEM_MANUAL=y
52158 -# CONFIG_DISCONTIGMEM_MANUAL is not set
52159 -# CONFIG_SPARSEMEM_MANUAL is not set
52160 -CONFIG_FLATMEM=y
52161 -CONFIG_FLAT_NODE_MEM_MAP=y
52162 -# CONFIG_SPARSEMEM_STATIC is not set
52163 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
52164 -CONFIG_SPLIT_PTLOCK_CPUS=4
52165 -# CONFIG_RESOURCES_64BIT is not set
52166 -CONFIG_ZONE_DMA_FLAG=1
52167 -CONFIG_BOUNCE=y
52168 -CONFIG_VIRT_TO_BUS=y
52169 -CONFIG_PROC_DEVICETREE=y
52170 -# CONFIG_CMDLINE_BOOL is not set
52171 -# CONFIG_PM is not set
52172 -CONFIG_SECCOMP=y
52173 -CONFIG_ISA_DMA_API=y
52174 -
52175 -#
52176 -# Bus options
52177 -#
52178 -CONFIG_ZONE_DMA=y
52179 -CONFIG_PPC_INDIRECT_PCI=y
52180 -CONFIG_PCI=y
52181 -CONFIG_PCI_DOMAINS=y
52182 -CONFIG_PCI_SYSCALL=y
52183 -# CONFIG_PCIEPORTBUS is not set
52184 -CONFIG_ARCH_SUPPORTS_MSI=y
52185 -# CONFIG_PCI_MSI is not set
52186 -CONFIG_PCI_LEGACY=y
52187 -# CONFIG_PCI_DEBUG is not set
52188 -# CONFIG_PCCARD is not set
52189 -# CONFIG_HOTPLUG_PCI is not set
52190 -
52191 -#
52192 -# Advanced setup
52193 -#
52194 -# CONFIG_ADVANCED_OPTIONS is not set
52195 -
52196 -#
52197 -# Default settings for advanced configuration options are used
52198 -#
52199 -CONFIG_HIGHMEM_START=0xfe000000
52200 -CONFIG_LOWMEM_SIZE=0x30000000
52201 -CONFIG_KERNEL_START=0xc0000000
52202 -CONFIG_TASK_SIZE=0xc0000000
52203 -CONFIG_CONSISTENT_START=0xff100000
52204 -CONFIG_CONSISTENT_SIZE=0x00200000
52205 -CONFIG_BOOT_LOAD=0x00400000
52206 -
52207 -#
52208 -# Networking
52209 -#
52210 -CONFIG_NET=y
52211 -
52212 -#
52213 -# Networking options
52214 -#
52215 -CONFIG_PACKET=y
52216 -# CONFIG_PACKET_MMAP is not set
52217 -CONFIG_UNIX=y
52218 -# CONFIG_NET_KEY is not set
52219 -CONFIG_INET=y
52220 -# CONFIG_IP_MULTICAST is not set
52221 -# CONFIG_IP_ADVANCED_ROUTER is not set
52222 -CONFIG_IP_FIB_HASH=y
52223 -CONFIG_IP_PNP=y
52224 -CONFIG_IP_PNP_DHCP=y
52225 -CONFIG_IP_PNP_BOOTP=y
52226 -# CONFIG_IP_PNP_RARP is not set
52227 -# CONFIG_NET_IPIP is not set
52228 -# CONFIG_NET_IPGRE is not set
52229 -# CONFIG_ARPD is not set
52230 -# CONFIG_SYN_COOKIES is not set
52231 -# CONFIG_INET_AH is not set
52232 -# CONFIG_INET_ESP is not set
52233 -# CONFIG_INET_IPCOMP is not set
52234 -# CONFIG_INET_XFRM_TUNNEL is not set
52235 -# CONFIG_INET_TUNNEL is not set
52236 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
52237 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
52238 -# CONFIG_INET_XFRM_MODE_BEET is not set
52239 -# CONFIG_INET_LRO is not set
52240 -CONFIG_INET_DIAG=y
52241 -CONFIG_INET_TCP_DIAG=y
52242 -# CONFIG_TCP_CONG_ADVANCED is not set
52243 -CONFIG_TCP_CONG_CUBIC=y
52244 -CONFIG_DEFAULT_TCP_CONG="cubic"
52245 -# CONFIG_TCP_MD5SIG is not set
52246 -# CONFIG_IPV6 is not set
52247 -# CONFIG_INET6_XFRM_TUNNEL is not set
52248 -# CONFIG_INET6_TUNNEL is not set
52249 -# CONFIG_NETWORK_SECMARK is not set
52250 -# CONFIG_NETFILTER is not set
52251 -# CONFIG_IP_DCCP is not set
52252 -# CONFIG_IP_SCTP is not set
52253 -# CONFIG_TIPC is not set
52254 -# CONFIG_ATM is not set
52255 -# CONFIG_BRIDGE is not set
52256 -# CONFIG_VLAN_8021Q is not set
52257 -# CONFIG_DECNET is not set
52258 -# CONFIG_LLC2 is not set
52259 -# CONFIG_IPX is not set
52260 -# CONFIG_ATALK is not set
52261 -# CONFIG_X25 is not set
52262 -# CONFIG_LAPB is not set
52263 -# CONFIG_ECONET is not set
52264 -# CONFIG_WAN_ROUTER is not set
52265 -# CONFIG_NET_SCHED is not set
52266 -
52267 -#
52268 -# Network testing
52269 -#
52270 -# CONFIG_NET_PKTGEN is not set
52271 -# CONFIG_HAMRADIO is not set
52272 -# CONFIG_CAN is not set
52273 -# CONFIG_IRDA is not set
52274 -# CONFIG_BT is not set
52275 -# CONFIG_AF_RXRPC is not set
52276 -
52277 -#
52278 -# Wireless
52279 -#
52280 -# CONFIG_CFG80211 is not set
52281 -# CONFIG_WIRELESS_EXT is not set
52282 -# CONFIG_MAC80211 is not set
52283 -# CONFIG_IEEE80211 is not set
52284 -# CONFIG_RFKILL is not set
52285 -# CONFIG_NET_9P is not set
52286 -
52287 -#
52288 -# Device Drivers
52289 -#
52290 -
52291 -#
52292 -# Generic Driver Options
52293 -#
52294 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
52295 -CONFIG_STANDALONE=y
52296 -CONFIG_PREVENT_FIRMWARE_BUILD=y
52297 -CONFIG_FW_LOADER=y
52298 -# CONFIG_DEBUG_DRIVER is not set
52299 -# CONFIG_DEBUG_DEVRES is not set
52300 -# CONFIG_SYS_HYPERVISOR is not set
52301 -CONFIG_CONNECTOR=y
52302 -CONFIG_PROC_EVENTS=y
52303 -CONFIG_MTD=y
52304 -# CONFIG_MTD_DEBUG is not set
52305 -# CONFIG_MTD_CONCAT is not set
52306 -CONFIG_MTD_PARTITIONS=y
52307 -# CONFIG_MTD_REDBOOT_PARTS is not set
52308 -CONFIG_MTD_CMDLINE_PARTS=y
52309 -CONFIG_MTD_OF_PARTS=y
52310 -
52311 -#
52312 -# User Modules And Translation Layers
52313 -#
52314 -CONFIG_MTD_CHAR=y
52315 -CONFIG_MTD_BLKDEVS=m
52316 -CONFIG_MTD_BLOCK=m
52317 -# CONFIG_MTD_BLOCK_RO is not set
52318 -# CONFIG_FTL is not set
52319 -# CONFIG_NFTL is not set
52320 -# CONFIG_INFTL is not set
52321 -# CONFIG_RFD_FTL is not set
52322 -# CONFIG_SSFDC is not set
52323 -# CONFIG_MTD_OOPS is not set
52324 -
52325 -#
52326 -# RAM/ROM/Flash chip drivers
52327 -#
52328 -CONFIG_MTD_CFI=y
52329 -CONFIG_MTD_JEDECPROBE=y
52330 -CONFIG_MTD_GEN_PROBE=y
52331 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
52332 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
52333 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
52334 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
52335 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
52336 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
52337 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
52338 -CONFIG_MTD_CFI_I1=y
52339 -CONFIG_MTD_CFI_I2=y
52340 -# CONFIG_MTD_CFI_I4 is not set
52341 -# CONFIG_MTD_CFI_I8 is not set
52342 -# CONFIG_MTD_CFI_INTELEXT is not set
52343 -CONFIG_MTD_CFI_AMDSTD=y
52344 -# CONFIG_MTD_CFI_STAA is not set
52345 -CONFIG_MTD_CFI_UTIL=y
52346 -# CONFIG_MTD_RAM is not set
52347 -# CONFIG_MTD_ROM is not set
52348 -# CONFIG_MTD_ABSENT is not set
52349 -
52350 -#
52351 -# Mapping drivers for chip access
52352 -#
52353 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
52354 -# CONFIG_MTD_PHYSMAP is not set
52355 -CONFIG_MTD_PHYSMAP_OF=y
52356 -# CONFIG_MTD_INTEL_VR_NOR is not set
52357 -# CONFIG_MTD_PLATRAM is not set
52358 -
52359 -#
52360 -# Self-contained MTD device drivers
52361 -#
52362 -# CONFIG_MTD_PMC551 is not set
52363 -# CONFIG_MTD_SLRAM is not set
52364 -# CONFIG_MTD_PHRAM is not set
52365 -# CONFIG_MTD_MTDRAM is not set
52366 -# CONFIG_MTD_BLOCK2MTD is not set
52367 -
52368 -#
52369 -# Disk-On-Chip Device Drivers
52370 -#
52371 -# CONFIG_MTD_DOC2000 is not set
52372 -# CONFIG_MTD_DOC2001 is not set
52373 -# CONFIG_MTD_DOC2001PLUS is not set
52374 -# CONFIG_MTD_NAND is not set
52375 -# CONFIG_MTD_ONENAND is not set
52376 -
52377 -#
52378 -# UBI - Unsorted block images
52379 -#
52380 -# CONFIG_MTD_UBI is not set
52381 -CONFIG_OF_DEVICE=y
52382 -# CONFIG_PARPORT is not set
52383 -CONFIG_BLK_DEV=y
52384 -# CONFIG_BLK_DEV_FD is not set
52385 -# CONFIG_BLK_CPQ_DA is not set
52386 -# CONFIG_BLK_CPQ_CISS_DA is not set
52387 -# CONFIG_BLK_DEV_DAC960 is not set
52388 -# CONFIG_BLK_DEV_UMEM is not set
52389 -# CONFIG_BLK_DEV_COW_COMMON is not set
52390 -# CONFIG_BLK_DEV_LOOP is not set
52391 -# CONFIG_BLK_DEV_NBD is not set
52392 -# CONFIG_BLK_DEV_SX8 is not set
52393 -CONFIG_BLK_DEV_RAM=y
52394 -CONFIG_BLK_DEV_RAM_COUNT=16
52395 -CONFIG_BLK_DEV_RAM_SIZE=35000
52396 -# CONFIG_BLK_DEV_XIP is not set
52397 -# CONFIG_CDROM_PKTCDVD is not set
52398 -# CONFIG_ATA_OVER_ETH is not set
52399 -# CONFIG_XILINX_SYSACE is not set
52400 -# CONFIG_MISC_DEVICES is not set
52401 -CONFIG_HAVE_IDE=y
52402 -# CONFIG_IDE is not set
52403 -
52404 -#
52405 -# SCSI device support
52406 -#
52407 -# CONFIG_RAID_ATTRS is not set
52408 -# CONFIG_SCSI is not set
52409 -# CONFIG_SCSI_DMA is not set
52410 -# CONFIG_SCSI_NETLINK is not set
52411 -# CONFIG_ATA is not set
52412 -# CONFIG_MD is not set
52413 -# CONFIG_FUSION is not set
52414 -
52415 -#
52416 -# IEEE 1394 (FireWire) support
52417 -#
52418 -# CONFIG_FIREWIRE is not set
52419 -# CONFIG_IEEE1394 is not set
52420 -# CONFIG_I2O is not set
52421 -# CONFIG_MACINTOSH_DRIVERS is not set
52422 -CONFIG_NETDEVICES=y
52423 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
52424 -# CONFIG_DUMMY is not set
52425 -# CONFIG_BONDING is not set
52426 -# CONFIG_MACVLAN is not set
52427 -# CONFIG_EQUALIZER is not set
52428 -# CONFIG_TUN is not set
52429 -# CONFIG_VETH is not set
52430 -# CONFIG_ARCNET is not set
52431 -# CONFIG_PHYLIB is not set
52432 -CONFIG_NET_ETHERNET=y
52433 -# CONFIG_MII is not set
52434 -# CONFIG_HAPPYMEAL is not set
52435 -# CONFIG_SUNGEM is not set
52436 -# CONFIG_CASSINI is not set
52437 -# CONFIG_NET_VENDOR_3COM is not set
52438 -# CONFIG_NET_TULIP is not set
52439 -# CONFIG_HP100 is not set
52440 -CONFIG_IBM_NEW_EMAC=y
52441 -CONFIG_IBM_NEW_EMAC_RXB=256
52442 -CONFIG_IBM_NEW_EMAC_TXB=256
52443 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
52444 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
52445 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
52446 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
52447 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
52448 -CONFIG_IBM_NEW_EMAC_RGMII=y
52449 -# CONFIG_IBM_NEW_EMAC_TAH is not set
52450 -CONFIG_IBM_NEW_EMAC_EMAC4=y
52451 -# CONFIG_NET_PCI is not set
52452 -# CONFIG_B44 is not set
52453 -# CONFIG_NETDEV_1000 is not set
52454 -# CONFIG_NETDEV_10000 is not set
52455 -# CONFIG_TR is not set
52456 -
52457 -#
52458 -# Wireless LAN
52459 -#
52460 -# CONFIG_WLAN_PRE80211 is not set
52461 -# CONFIG_WLAN_80211 is not set
52462 -# CONFIG_WAN is not set
52463 -# CONFIG_FDDI is not set
52464 -# CONFIG_HIPPI is not set
52465 -# CONFIG_PPP is not set
52466 -# CONFIG_SLIP is not set
52467 -# CONFIG_NETCONSOLE is not set
52468 -# CONFIG_NETPOLL is not set
52469 -# CONFIG_NET_POLL_CONTROLLER is not set
52470 -# CONFIG_ISDN is not set
52471 -# CONFIG_PHONE is not set
52472 -
52473 -#
52474 -# Input device support
52475 -#
52476 -# CONFIG_INPUT is not set
52477 -
52478 -#
52479 -# Hardware I/O ports
52480 -#
52481 -# CONFIG_SERIO is not set
52482 -# CONFIG_GAMEPORT is not set
52483 -
52484 -#
52485 -# Character devices
52486 -#
52487 -# CONFIG_VT is not set
52488 -# CONFIG_SERIAL_NONSTANDARD is not set
52489 -# CONFIG_NOZOMI is not set
52490 -
52491 -#
52492 -# Serial drivers
52493 -#
52494 -CONFIG_SERIAL_8250=y
52495 -CONFIG_SERIAL_8250_CONSOLE=y
52496 -CONFIG_SERIAL_8250_PCI=y
52497 -CONFIG_SERIAL_8250_NR_UARTS=4
52498 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
52499 -CONFIG_SERIAL_8250_EXTENDED=y
52500 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
52501 -CONFIG_SERIAL_8250_SHARE_IRQ=y
52502 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
52503 -# CONFIG_SERIAL_8250_RSA is not set
52504 -
52505 -#
52506 -# Non-8250 serial port support
52507 -#
52508 -# CONFIG_SERIAL_UARTLITE is not set
52509 -CONFIG_SERIAL_CORE=y
52510 -CONFIG_SERIAL_CORE_CONSOLE=y
52511 -# CONFIG_SERIAL_JSM is not set
52512 -CONFIG_SERIAL_OF_PLATFORM=y
52513 -CONFIG_UNIX98_PTYS=y
52514 -CONFIG_LEGACY_PTYS=y
52515 -CONFIG_LEGACY_PTY_COUNT=256
52516 -# CONFIG_IPMI_HANDLER is not set
52517 -# CONFIG_HW_RANDOM is not set
52518 -# CONFIG_NVRAM is not set
52519 -# CONFIG_GEN_RTC is not set
52520 -# CONFIG_R3964 is not set
52521 -# CONFIG_APPLICOM is not set
52522 -# CONFIG_RAW_DRIVER is not set
52523 -# CONFIG_TCG_TPM is not set
52524 -CONFIG_DEVPORT=y
52525 -# CONFIG_I2C is not set
52526 -
52527 -#
52528 -# SPI support
52529 -#
52530 -# CONFIG_SPI is not set
52531 -# CONFIG_SPI_MASTER is not set
52532 -# CONFIG_W1 is not set
52533 -# CONFIG_POWER_SUPPLY is not set
52534 -# CONFIG_HWMON is not set
52535 -CONFIG_THERMAL=y
52536 -# CONFIG_WATCHDOG is not set
52537 -
52538 -#
52539 -# Sonics Silicon Backplane
52540 -#
52541 -CONFIG_SSB_POSSIBLE=y
52542 -# CONFIG_SSB is not set
52543 -
52544 -#
52545 -# Multifunction device drivers
52546 -#
52547 -# CONFIG_MFD_SM501 is not set
52548 -
52549 -#
52550 -# Multimedia devices
52551 -#
52552 -# CONFIG_VIDEO_DEV is not set
52553 -# CONFIG_DVB_CORE is not set
52554 -# CONFIG_DAB is not set
52555 -
52556 -#
52557 -# Graphics support
52558 -#
52559 -# CONFIG_AGP is not set
52560 -# CONFIG_DRM is not set
52561 -# CONFIG_VGASTATE is not set
52562 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
52563 -# CONFIG_FB is not set
52564 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
52565 -
52566 -#
52567 -# Display device support
52568 -#
52569 -# CONFIG_DISPLAY_SUPPORT is not set
52570 -
52571 -#
52572 -# Sound
52573 -#
52574 -# CONFIG_SOUND is not set
52575 -# CONFIG_USB_SUPPORT is not set
52576 -# CONFIG_MMC is not set
52577 -# CONFIG_MEMSTICK is not set
52578 -# CONFIG_NEW_LEDS is not set
52579 -# CONFIG_INFINIBAND is not set
52580 -# CONFIG_EDAC is not set
52581 -# CONFIG_RTC_CLASS is not set
52582 -
52583 -#
52584 -# Userspace I/O
52585 -#
52586 -# CONFIG_UIO is not set
52587 -
52588 -#
52589 -# File systems
52590 -#
52591 -CONFIG_EXT2_FS=y
52592 -# CONFIG_EXT2_FS_XATTR is not set
52593 -# CONFIG_EXT2_FS_XIP is not set
52594 -# CONFIG_EXT3_FS is not set
52595 -# CONFIG_EXT4DEV_FS is not set
52596 -# CONFIG_REISERFS_FS is not set
52597 -# CONFIG_JFS_FS is not set
52598 -# CONFIG_FS_POSIX_ACL is not set
52599 -# CONFIG_XFS_FS is not set
52600 -# CONFIG_GFS2_FS is not set
52601 -# CONFIG_OCFS2_FS is not set
52602 -CONFIG_DNOTIFY=y
52603 -CONFIG_INOTIFY=y
52604 -CONFIG_INOTIFY_USER=y
52605 -# CONFIG_QUOTA is not set
52606 -# CONFIG_AUTOFS_FS is not set
52607 -# CONFIG_AUTOFS4_FS is not set
52608 -# CONFIG_FUSE_FS is not set
52609 -
52610 -#
52611 -# CD-ROM/DVD Filesystems
52612 -#
52613 -# CONFIG_ISO9660_FS is not set
52614 -# CONFIG_UDF_FS is not set
52615 -
52616 -#
52617 -# DOS/FAT/NT Filesystems
52618 -#
52619 -# CONFIG_MSDOS_FS is not set
52620 -# CONFIG_VFAT_FS is not set
52621 -# CONFIG_NTFS_FS is not set
52622 -
52623 -#
52624 -# Pseudo filesystems
52625 -#
52626 -CONFIG_PROC_FS=y
52627 -CONFIG_PROC_KCORE=y
52628 -CONFIG_PROC_SYSCTL=y
52629 -CONFIG_SYSFS=y
52630 -CONFIG_TMPFS=y
52631 -# CONFIG_TMPFS_POSIX_ACL is not set
52632 -# CONFIG_HUGETLB_PAGE is not set
52633 -# CONFIG_CONFIGFS_FS is not set
52634 -
52635 -#
52636 -# Miscellaneous filesystems
52637 -#
52638 -# CONFIG_ADFS_FS is not set
52639 -# CONFIG_AFFS_FS is not set
52640 -# CONFIG_HFS_FS is not set
52641 -# CONFIG_HFSPLUS_FS is not set
52642 -# CONFIG_BEFS_FS is not set
52643 -# CONFIG_BFS_FS is not set
52644 -# CONFIG_EFS_FS is not set
52645 -# CONFIG_JFFS2_FS is not set
52646 -CONFIG_CRAMFS=y
52647 -# CONFIG_VXFS_FS is not set
52648 -# CONFIG_MINIX_FS is not set
52649 -# CONFIG_HPFS_FS is not set
52650 -# CONFIG_QNX4FS_FS is not set
52651 -# CONFIG_ROMFS_FS is not set
52652 -# CONFIG_SYSV_FS is not set
52653 -# CONFIG_UFS_FS is not set
52654 -CONFIG_NETWORK_FILESYSTEMS=y
52655 -CONFIG_NFS_FS=y
52656 -CONFIG_NFS_V3=y
52657 -# CONFIG_NFS_V3_ACL is not set
52658 -# CONFIG_NFS_V4 is not set
52659 -# CONFIG_NFS_DIRECTIO is not set
52660 -# CONFIG_NFSD is not set
52661 -CONFIG_ROOT_NFS=y
52662 -CONFIG_LOCKD=y
52663 -CONFIG_LOCKD_V4=y
52664 -CONFIG_NFS_COMMON=y
52665 -CONFIG_SUNRPC=y
52666 -# CONFIG_SUNRPC_BIND34 is not set
52667 -# CONFIG_RPCSEC_GSS_KRB5 is not set
52668 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
52669 -# CONFIG_SMB_FS is not set
52670 -# CONFIG_CIFS is not set
52671 -# CONFIG_NCP_FS is not set
52672 -# CONFIG_CODA_FS is not set
52673 -# CONFIG_AFS_FS is not set
52674 -
52675 -#
52676 -# Partition Types
52677 -#
52678 -# CONFIG_PARTITION_ADVANCED is not set
52679 -CONFIG_MSDOS_PARTITION=y
52680 -# CONFIG_NLS is not set
52681 -# CONFIG_DLM is not set
52682 -
52683 -#
52684 -# Library routines
52685 -#
52686 -CONFIG_BITREVERSE=y
52687 -# CONFIG_CRC_CCITT is not set
52688 -# CONFIG_CRC16 is not set
52689 -# CONFIG_CRC_ITU_T is not set
52690 -CONFIG_CRC32=y
52691 -# CONFIG_CRC7 is not set
52692 -# CONFIG_LIBCRC32C is not set
52693 -CONFIG_ZLIB_INFLATE=y
52694 -CONFIG_PLIST=y
52695 -CONFIG_HAS_IOMEM=y
52696 -CONFIG_HAS_IOPORT=y
52697 -CONFIG_HAS_DMA=y
52698 -
52699 -#
52700 -# Kernel hacking
52701 -#
52702 -# CONFIG_PRINTK_TIME is not set
52703 -CONFIG_ENABLE_WARN_DEPRECATED=y
52704 -CONFIG_ENABLE_MUST_CHECK=y
52705 -CONFIG_MAGIC_SYSRQ=y
52706 -# CONFIG_UNUSED_SYMBOLS is not set
52707 -CONFIG_DEBUG_FS=y
52708 -# CONFIG_HEADERS_CHECK is not set
52709 -CONFIG_DEBUG_KERNEL=y
52710 -# CONFIG_DEBUG_SHIRQ is not set
52711 -CONFIG_DETECT_SOFTLOCKUP=y
52712 -CONFIG_SCHED_DEBUG=y
52713 -# CONFIG_SCHEDSTATS is not set
52714 -# CONFIG_TIMER_STATS is not set
52715 -# CONFIG_SLUB_DEBUG_ON is not set
52716 -# CONFIG_SLUB_STATS is not set
52717 -# CONFIG_DEBUG_RT_MUTEXES is not set
52718 -# CONFIG_RT_MUTEX_TESTER is not set
52719 -# CONFIG_DEBUG_SPINLOCK is not set
52720 -# CONFIG_DEBUG_MUTEXES is not set
52721 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
52722 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
52723 -# CONFIG_DEBUG_KOBJECT is not set
52724 -CONFIG_DEBUG_BUGVERBOSE=y
52725 -# CONFIG_DEBUG_INFO is not set
52726 -# CONFIG_DEBUG_VM is not set
52727 -# CONFIG_DEBUG_LIST is not set
52728 -# CONFIG_DEBUG_SG is not set
52729 -# CONFIG_BOOT_PRINTK_DELAY is not set
52730 -# CONFIG_RCU_TORTURE_TEST is not set
52731 -# CONFIG_BACKTRACE_SELF_TEST is not set
52732 -# CONFIG_FAULT_INJECTION is not set
52733 -# CONFIG_SAMPLES is not set
52734 -# CONFIG_DEBUG_STACKOVERFLOW is not set
52735 -# CONFIG_DEBUG_STACK_USAGE is not set
52736 -# CONFIG_DEBUG_PAGEALLOC is not set
52737 -# CONFIG_DEBUGGER is not set
52738 -# CONFIG_VIRQ_DEBUG is not set
52739 -# CONFIG_BDI_SWITCH is not set
52740 -# CONFIG_PPC_EARLY_DEBUG is not set
52741 -
52742 -#
52743 -# Security options
52744 -#
52745 -# CONFIG_KEYS is not set
52746 -# CONFIG_SECURITY is not set
52747 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
52748 -CONFIG_CRYPTO=y
52749 -CONFIG_CRYPTO_ALGAPI=y
52750 -CONFIG_CRYPTO_BLKCIPHER=y
52751 -# CONFIG_CRYPTO_SEQIV is not set
52752 -CONFIG_CRYPTO_MANAGER=y
52753 -# CONFIG_CRYPTO_HMAC is not set
52754 -# CONFIG_CRYPTO_XCBC is not set
52755 -# CONFIG_CRYPTO_NULL is not set
52756 -# CONFIG_CRYPTO_MD4 is not set
52757 -CONFIG_CRYPTO_MD5=y
52758 -# CONFIG_CRYPTO_SHA1 is not set
52759 -# CONFIG_CRYPTO_SHA256 is not set
52760 -# CONFIG_CRYPTO_SHA512 is not set
52761 -# CONFIG_CRYPTO_WP512 is not set
52762 -# CONFIG_CRYPTO_TGR192 is not set
52763 -# CONFIG_CRYPTO_GF128MUL is not set
52764 -CONFIG_CRYPTO_ECB=y
52765 -CONFIG_CRYPTO_CBC=y
52766 -CONFIG_CRYPTO_PCBC=y
52767 -# CONFIG_CRYPTO_LRW is not set
52768 -# CONFIG_CRYPTO_XTS is not set
52769 -# CONFIG_CRYPTO_CTR is not set
52770 -# CONFIG_CRYPTO_GCM is not set
52771 -# CONFIG_CRYPTO_CCM is not set
52772 -# CONFIG_CRYPTO_CRYPTD is not set
52773 -CONFIG_CRYPTO_DES=y
52774 -# CONFIG_CRYPTO_FCRYPT is not set
52775 -# CONFIG_CRYPTO_BLOWFISH is not set
52776 -# CONFIG_CRYPTO_TWOFISH is not set
52777 -# CONFIG_CRYPTO_SERPENT is not set
52778 -# CONFIG_CRYPTO_AES is not set
52779 -# CONFIG_CRYPTO_CAST5 is not set
52780 -# CONFIG_CRYPTO_CAST6 is not set
52781 -# CONFIG_CRYPTO_TEA is not set
52782 -# CONFIG_CRYPTO_ARC4 is not set
52783 -# CONFIG_CRYPTO_KHAZAD is not set
52784 -# CONFIG_CRYPTO_ANUBIS is not set
52785 -# CONFIG_CRYPTO_SEED is not set
52786 -# CONFIG_CRYPTO_SALSA20 is not set
52787 -# CONFIG_CRYPTO_DEFLATE is not set
52788 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
52789 -# CONFIG_CRYPTO_CRC32C is not set
52790 -# CONFIG_CRYPTO_CAMELLIA is not set
52791 -# CONFIG_CRYPTO_TEST is not set
52792 -# CONFIG_CRYPTO_AUTHENC is not set
52793 -# CONFIG_CRYPTO_LZO is not set
52794 -CONFIG_CRYPTO_HW=y
52795 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
52796 -# CONFIG_PPC_CLOCK is not set
52797 --- a/arch/powerpc/configs/makalu_defconfig
52798 +++ /dev/null
52799 @@ -1,839 +0,0 @@
52800 -#
52801 -# Automatically generated make config: don't edit
52802 -# Linux kernel version: 2.6.25-rc2
52803 -# Fri Feb 15 21:52:30 2008
52804 -#
52805 -# CONFIG_PPC64 is not set
52806 -
52807 -#
52808 -# Processor support
52809 -#
52810 -# CONFIG_6xx is not set
52811 -# CONFIG_PPC_85xx is not set
52812 -# CONFIG_PPC_8xx is not set
52813 -CONFIG_40x=y
52814 -# CONFIG_44x is not set
52815 -# CONFIG_E200 is not set
52816 -CONFIG_4xx=y
52817 -# CONFIG_PPC_MM_SLICES is not set
52818 -CONFIG_NOT_COHERENT_CACHE=y
52819 -CONFIG_PPC32=y
52820 -CONFIG_WORD_SIZE=32
52821 -CONFIG_PPC_MERGE=y
52822 -CONFIG_MMU=y
52823 -CONFIG_GENERIC_CMOS_UPDATE=y
52824 -CONFIG_GENERIC_TIME=y
52825 -CONFIG_GENERIC_TIME_VSYSCALL=y
52826 -CONFIG_GENERIC_CLOCKEVENTS=y
52827 -CONFIG_GENERIC_HARDIRQS=y
52828 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
52829 -CONFIG_IRQ_PER_CPU=y
52830 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
52831 -CONFIG_ARCH_HAS_ILOG2_U32=y
52832 -CONFIG_GENERIC_HWEIGHT=y
52833 -CONFIG_GENERIC_CALIBRATE_DELAY=y
52834 -CONFIG_GENERIC_FIND_NEXT_BIT=y
52835 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
52836 -CONFIG_PPC=y
52837 -CONFIG_EARLY_PRINTK=y
52838 -CONFIG_GENERIC_NVRAM=y
52839 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
52840 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
52841 -CONFIG_PPC_OF=y
52842 -CONFIG_OF=y
52843 -CONFIG_PPC_UDBG_16550=y
52844 -# CONFIG_GENERIC_TBSYNC is not set
52845 -CONFIG_AUDIT_ARCH=y
52846 -CONFIG_GENERIC_BUG=y
52847 -# CONFIG_DEFAULT_UIMAGE is not set
52848 -CONFIG_PPC_DCR_NATIVE=y
52849 -# CONFIG_PPC_DCR_MMIO is not set
52850 -CONFIG_PPC_DCR=y
52851 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
52852 -
52853 -#
52854 -# General setup
52855 -#
52856 -CONFIG_EXPERIMENTAL=y
52857 -CONFIG_BROKEN_ON_SMP=y
52858 -CONFIG_INIT_ENV_ARG_LIMIT=32
52859 -CONFIG_LOCALVERSION=""
52860 -CONFIG_LOCALVERSION_AUTO=y
52861 -CONFIG_SWAP=y
52862 -CONFIG_SYSVIPC=y
52863 -CONFIG_SYSVIPC_SYSCTL=y
52864 -CONFIG_POSIX_MQUEUE=y
52865 -# CONFIG_BSD_PROCESS_ACCT is not set
52866 -# CONFIG_TASKSTATS is not set
52867 -# CONFIG_AUDIT is not set
52868 -# CONFIG_IKCONFIG is not set
52869 -CONFIG_LOG_BUF_SHIFT=14
52870 -# CONFIG_CGROUPS is not set
52871 -CONFIG_GROUP_SCHED=y
52872 -# CONFIG_FAIR_GROUP_SCHED is not set
52873 -# CONFIG_RT_GROUP_SCHED is not set
52874 -CONFIG_USER_SCHED=y
52875 -# CONFIG_CGROUP_SCHED is not set
52876 -CONFIG_SYSFS_DEPRECATED=y
52877 -# CONFIG_RELAY is not set
52878 -# CONFIG_NAMESPACES is not set
52879 -CONFIG_BLK_DEV_INITRD=y
52880 -CONFIG_INITRAMFS_SOURCE=""
52881 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
52882 -CONFIG_SYSCTL=y
52883 -CONFIG_EMBEDDED=y
52884 -CONFIG_SYSCTL_SYSCALL=y
52885 -CONFIG_KALLSYMS=y
52886 -CONFIG_KALLSYMS_ALL=y
52887 -CONFIG_KALLSYMS_EXTRA_PASS=y
52888 -CONFIG_HOTPLUG=y
52889 -CONFIG_PRINTK=y
52890 -CONFIG_BUG=y
52891 -CONFIG_ELF_CORE=y
52892 -CONFIG_COMPAT_BRK=y
52893 -CONFIG_BASE_FULL=y
52894 -CONFIG_FUTEX=y
52895 -CONFIG_ANON_INODES=y
52896 -CONFIG_EPOLL=y
52897 -CONFIG_SIGNALFD=y
52898 -CONFIG_TIMERFD=y
52899 -CONFIG_EVENTFD=y
52900 -CONFIG_SHMEM=y
52901 -CONFIG_VM_EVENT_COUNTERS=y
52902 -CONFIG_SLUB_DEBUG=y
52903 -# CONFIG_SLAB is not set
52904 -CONFIG_SLUB=y
52905 -# CONFIG_SLOB is not set
52906 -# CONFIG_PROFILING is not set
52907 -# CONFIG_MARKERS is not set
52908 -CONFIG_HAVE_OPROFILE=y
52909 -# CONFIG_KPROBES is not set
52910 -CONFIG_HAVE_KPROBES=y
52911 -CONFIG_PROC_PAGE_MONITOR=y
52912 -CONFIG_SLABINFO=y
52913 -CONFIG_RT_MUTEXES=y
52914 -# CONFIG_TINY_SHMEM is not set
52915 -CONFIG_BASE_SMALL=0
52916 -CONFIG_MODULES=y
52917 -CONFIG_MODULE_UNLOAD=y
52918 -# CONFIG_MODULE_FORCE_UNLOAD is not set
52919 -# CONFIG_MODVERSIONS is not set
52920 -# CONFIG_MODULE_SRCVERSION_ALL is not set
52921 -CONFIG_KMOD=y
52922 -CONFIG_BLOCK=y
52923 -CONFIG_LBD=y
52924 -# CONFIG_BLK_DEV_IO_TRACE is not set
52925 -# CONFIG_LSF is not set
52926 -# CONFIG_BLK_DEV_BSG is not set
52927 -
52928 -#
52929 -# IO Schedulers
52930 -#
52931 -CONFIG_IOSCHED_NOOP=y
52932 -CONFIG_IOSCHED_AS=y
52933 -CONFIG_IOSCHED_DEADLINE=y
52934 -CONFIG_IOSCHED_CFQ=y
52935 -CONFIG_DEFAULT_AS=y
52936 -# CONFIG_DEFAULT_DEADLINE is not set
52937 -# CONFIG_DEFAULT_CFQ is not set
52938 -# CONFIG_DEFAULT_NOOP is not set
52939 -CONFIG_DEFAULT_IOSCHED="anticipatory"
52940 -CONFIG_CLASSIC_RCU=y
52941 -# CONFIG_PREEMPT_RCU is not set
52942 -CONFIG_PPC4xx_PCI_EXPRESS=y
52943 -
52944 -#
52945 -# Platform support
52946 -#
52947 -# CONFIG_PPC_MPC512x is not set
52948 -# CONFIG_PPC_MPC5121 is not set
52949 -# CONFIG_PPC_CELL is not set
52950 -# CONFIG_PPC_CELL_NATIVE is not set
52951 -# CONFIG_PQ2ADS is not set
52952 -# CONFIG_EP405 is not set
52953 -# CONFIG_KILAUEA is not set
52954 -CONFIG_MAKALU=y
52955 -# CONFIG_WALNUT is not set
52956 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
52957 -CONFIG_405EX=y
52958 -# CONFIG_IPIC is not set
52959 -# CONFIG_MPIC is not set
52960 -# CONFIG_MPIC_WEIRD is not set
52961 -# CONFIG_PPC_I8259 is not set
52962 -# CONFIG_PPC_RTAS is not set
52963 -# CONFIG_MMIO_NVRAM is not set
52964 -# CONFIG_PPC_MPC106 is not set
52965 -# CONFIG_PPC_970_NAP is not set
52966 -# CONFIG_PPC_INDIRECT_IO is not set
52967 -# CONFIG_GENERIC_IOMAP is not set
52968 -# CONFIG_CPU_FREQ is not set
52969 -# CONFIG_FSL_ULI1575 is not set
52970 -
52971 -#
52972 -# Kernel options
52973 -#
52974 -# CONFIG_HIGHMEM is not set
52975 -# CONFIG_TICK_ONESHOT is not set
52976 -# CONFIG_NO_HZ is not set
52977 -# CONFIG_HIGH_RES_TIMERS is not set
52978 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
52979 -# CONFIG_HZ_100 is not set
52980 -CONFIG_HZ_250=y
52981 -# CONFIG_HZ_300 is not set
52982 -# CONFIG_HZ_1000 is not set
52983 -CONFIG_HZ=250
52984 -# CONFIG_SCHED_HRTICK is not set
52985 -CONFIG_PREEMPT_NONE=y
52986 -# CONFIG_PREEMPT_VOLUNTARY is not set
52987 -# CONFIG_PREEMPT is not set
52988 -CONFIG_RCU_TRACE=y
52989 -CONFIG_BINFMT_ELF=y
52990 -# CONFIG_BINFMT_MISC is not set
52991 -# CONFIG_MATH_EMULATION is not set
52992 -# CONFIG_IOMMU_HELPER is not set
52993 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
52994 -CONFIG_ARCH_HAS_WALK_MEMORY=y
52995 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
52996 -CONFIG_ARCH_FLATMEM_ENABLE=y
52997 -CONFIG_ARCH_POPULATES_NODE_MAP=y
52998 -CONFIG_SELECT_MEMORY_MODEL=y
52999 -CONFIG_FLATMEM_MANUAL=y
53000 -# CONFIG_DISCONTIGMEM_MANUAL is not set
53001 -# CONFIG_SPARSEMEM_MANUAL is not set
53002 -CONFIG_FLATMEM=y
53003 -CONFIG_FLAT_NODE_MEM_MAP=y
53004 -# CONFIG_SPARSEMEM_STATIC is not set
53005 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
53006 -CONFIG_SPLIT_PTLOCK_CPUS=4
53007 -# CONFIG_RESOURCES_64BIT is not set
53008 -CONFIG_ZONE_DMA_FLAG=1
53009 -CONFIG_BOUNCE=y
53010 -CONFIG_VIRT_TO_BUS=y
53011 -CONFIG_PROC_DEVICETREE=y
53012 -# CONFIG_CMDLINE_BOOL is not set
53013 -# CONFIG_PM is not set
53014 -CONFIG_SECCOMP=y
53015 -CONFIG_ISA_DMA_API=y
53016 -
53017 -#
53018 -# Bus options
53019 -#
53020 -CONFIG_ZONE_DMA=y
53021 -CONFIG_PPC_INDIRECT_PCI=y
53022 -CONFIG_PCI=y
53023 -CONFIG_PCI_DOMAINS=y
53024 -CONFIG_PCI_SYSCALL=y
53025 -# CONFIG_PCIEPORTBUS is not set
53026 -CONFIG_ARCH_SUPPORTS_MSI=y
53027 -# CONFIG_PCI_MSI is not set
53028 -CONFIG_PCI_LEGACY=y
53029 -# CONFIG_PCI_DEBUG is not set
53030 -# CONFIG_PCCARD is not set
53031 -# CONFIG_HOTPLUG_PCI is not set
53032 -
53033 -#
53034 -# Advanced setup
53035 -#
53036 -# CONFIG_ADVANCED_OPTIONS is not set
53037 -
53038 -#
53039 -# Default settings for advanced configuration options are used
53040 -#
53041 -CONFIG_HIGHMEM_START=0xfe000000
53042 -CONFIG_LOWMEM_SIZE=0x30000000
53043 -CONFIG_KERNEL_START=0xc0000000
53044 -CONFIG_TASK_SIZE=0xc0000000
53045 -CONFIG_CONSISTENT_START=0xff100000
53046 -CONFIG_CONSISTENT_SIZE=0x00200000
53047 -CONFIG_BOOT_LOAD=0x00400000
53048 -
53049 -#
53050 -# Networking
53051 -#
53052 -CONFIG_NET=y
53053 -
53054 -#
53055 -# Networking options
53056 -#
53057 -CONFIG_PACKET=y
53058 -# CONFIG_PACKET_MMAP is not set
53059 -CONFIG_UNIX=y
53060 -# CONFIG_NET_KEY is not set
53061 -CONFIG_INET=y
53062 -# CONFIG_IP_MULTICAST is not set
53063 -# CONFIG_IP_ADVANCED_ROUTER is not set
53064 -CONFIG_IP_FIB_HASH=y
53065 -CONFIG_IP_PNP=y
53066 -CONFIG_IP_PNP_DHCP=y
53067 -CONFIG_IP_PNP_BOOTP=y
53068 -# CONFIG_IP_PNP_RARP is not set
53069 -# CONFIG_NET_IPIP is not set
53070 -# CONFIG_NET_IPGRE is not set
53071 -# CONFIG_ARPD is not set
53072 -# CONFIG_SYN_COOKIES is not set
53073 -# CONFIG_INET_AH is not set
53074 -# CONFIG_INET_ESP is not set
53075 -# CONFIG_INET_IPCOMP is not set
53076 -# CONFIG_INET_XFRM_TUNNEL is not set
53077 -# CONFIG_INET_TUNNEL is not set
53078 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
53079 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
53080 -# CONFIG_INET_XFRM_MODE_BEET is not set
53081 -# CONFIG_INET_LRO is not set
53082 -CONFIG_INET_DIAG=y
53083 -CONFIG_INET_TCP_DIAG=y
53084 -# CONFIG_TCP_CONG_ADVANCED is not set
53085 -CONFIG_TCP_CONG_CUBIC=y
53086 -CONFIG_DEFAULT_TCP_CONG="cubic"
53087 -# CONFIG_TCP_MD5SIG is not set
53088 -# CONFIG_IPV6 is not set
53089 -# CONFIG_INET6_XFRM_TUNNEL is not set
53090 -# CONFIG_INET6_TUNNEL is not set
53091 -# CONFIG_NETWORK_SECMARK is not set
53092 -# CONFIG_NETFILTER is not set
53093 -# CONFIG_IP_DCCP is not set
53094 -# CONFIG_IP_SCTP is not set
53095 -# CONFIG_TIPC is not set
53096 -# CONFIG_ATM is not set
53097 -# CONFIG_BRIDGE is not set
53098 -# CONFIG_VLAN_8021Q is not set
53099 -# CONFIG_DECNET is not set
53100 -# CONFIG_LLC2 is not set
53101 -# CONFIG_IPX is not set
53102 -# CONFIG_ATALK is not set
53103 -# CONFIG_X25 is not set
53104 -# CONFIG_LAPB is not set
53105 -# CONFIG_ECONET is not set
53106 -# CONFIG_WAN_ROUTER is not set
53107 -# CONFIG_NET_SCHED is not set
53108 -
53109 -#
53110 -# Network testing
53111 -#
53112 -# CONFIG_NET_PKTGEN is not set
53113 -# CONFIG_HAMRADIO is not set
53114 -# CONFIG_CAN is not set
53115 -# CONFIG_IRDA is not set
53116 -# CONFIG_BT is not set
53117 -# CONFIG_AF_RXRPC is not set
53118 -
53119 -#
53120 -# Wireless
53121 -#
53122 -# CONFIG_CFG80211 is not set
53123 -# CONFIG_WIRELESS_EXT is not set
53124 -# CONFIG_MAC80211 is not set
53125 -# CONFIG_IEEE80211 is not set
53126 -# CONFIG_RFKILL is not set
53127 -# CONFIG_NET_9P is not set
53128 -
53129 -#
53130 -# Device Drivers
53131 -#
53132 -
53133 -#
53134 -# Generic Driver Options
53135 -#
53136 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
53137 -CONFIG_STANDALONE=y
53138 -CONFIG_PREVENT_FIRMWARE_BUILD=y
53139 -CONFIG_FW_LOADER=y
53140 -# CONFIG_DEBUG_DRIVER is not set
53141 -# CONFIG_DEBUG_DEVRES is not set
53142 -# CONFIG_SYS_HYPERVISOR is not set
53143 -CONFIG_CONNECTOR=y
53144 -CONFIG_PROC_EVENTS=y
53145 -CONFIG_MTD=y
53146 -# CONFIG_MTD_DEBUG is not set
53147 -# CONFIG_MTD_CONCAT is not set
53148 -CONFIG_MTD_PARTITIONS=y
53149 -# CONFIG_MTD_REDBOOT_PARTS is not set
53150 -CONFIG_MTD_CMDLINE_PARTS=y
53151 -CONFIG_MTD_OF_PARTS=y
53152 -
53153 -#
53154 -# User Modules And Translation Layers
53155 -#
53156 -CONFIG_MTD_CHAR=y
53157 -CONFIG_MTD_BLKDEVS=m
53158 -CONFIG_MTD_BLOCK=m
53159 -# CONFIG_MTD_BLOCK_RO is not set
53160 -# CONFIG_FTL is not set
53161 -# CONFIG_NFTL is not set
53162 -# CONFIG_INFTL is not set
53163 -# CONFIG_RFD_FTL is not set
53164 -# CONFIG_SSFDC is not set
53165 -# CONFIG_MTD_OOPS is not set
53166 -
53167 -#
53168 -# RAM/ROM/Flash chip drivers
53169 -#
53170 -CONFIG_MTD_CFI=y
53171 -CONFIG_MTD_JEDECPROBE=y
53172 -CONFIG_MTD_GEN_PROBE=y
53173 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
53174 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
53175 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
53176 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
53177 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
53178 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
53179 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
53180 -CONFIG_MTD_CFI_I1=y
53181 -CONFIG_MTD_CFI_I2=y
53182 -# CONFIG_MTD_CFI_I4 is not set
53183 -# CONFIG_MTD_CFI_I8 is not set
53184 -# CONFIG_MTD_CFI_INTELEXT is not set
53185 -CONFIG_MTD_CFI_AMDSTD=y
53186 -# CONFIG_MTD_CFI_STAA is not set
53187 -CONFIG_MTD_CFI_UTIL=y
53188 -# CONFIG_MTD_RAM is not set
53189 -# CONFIG_MTD_ROM is not set
53190 -# CONFIG_MTD_ABSENT is not set
53191 -
53192 -#
53193 -# Mapping drivers for chip access
53194 -#
53195 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
53196 -# CONFIG_MTD_PHYSMAP is not set
53197 -CONFIG_MTD_PHYSMAP_OF=y
53198 -# CONFIG_MTD_INTEL_VR_NOR is not set
53199 -# CONFIG_MTD_PLATRAM is not set
53200 -
53201 -#
53202 -# Self-contained MTD device drivers
53203 -#
53204 -# CONFIG_MTD_PMC551 is not set
53205 -# CONFIG_MTD_SLRAM is not set
53206 -# CONFIG_MTD_PHRAM is not set
53207 -# CONFIG_MTD_MTDRAM is not set
53208 -# CONFIG_MTD_BLOCK2MTD is not set
53209 -
53210 -#
53211 -# Disk-On-Chip Device Drivers
53212 -#
53213 -# CONFIG_MTD_DOC2000 is not set
53214 -# CONFIG_MTD_DOC2001 is not set
53215 -# CONFIG_MTD_DOC2001PLUS is not set
53216 -# CONFIG_MTD_NAND is not set
53217 -# CONFIG_MTD_ONENAND is not set
53218 -
53219 -#
53220 -# UBI - Unsorted block images
53221 -#
53222 -# CONFIG_MTD_UBI is not set
53223 -CONFIG_OF_DEVICE=y
53224 -# CONFIG_PARPORT is not set
53225 -CONFIG_BLK_DEV=y
53226 -# CONFIG_BLK_DEV_FD is not set
53227 -# CONFIG_BLK_CPQ_DA is not set
53228 -# CONFIG_BLK_CPQ_CISS_DA is not set
53229 -# CONFIG_BLK_DEV_DAC960 is not set
53230 -# CONFIG_BLK_DEV_UMEM is not set
53231 -# CONFIG_BLK_DEV_COW_COMMON is not set
53232 -# CONFIG_BLK_DEV_LOOP is not set
53233 -# CONFIG_BLK_DEV_NBD is not set
53234 -# CONFIG_BLK_DEV_SX8 is not set
53235 -CONFIG_BLK_DEV_RAM=y
53236 -CONFIG_BLK_DEV_RAM_COUNT=16
53237 -CONFIG_BLK_DEV_RAM_SIZE=35000
53238 -# CONFIG_BLK_DEV_XIP is not set
53239 -# CONFIG_CDROM_PKTCDVD is not set
53240 -# CONFIG_ATA_OVER_ETH is not set
53241 -# CONFIG_XILINX_SYSACE is not set
53242 -# CONFIG_MISC_DEVICES is not set
53243 -CONFIG_HAVE_IDE=y
53244 -# CONFIG_IDE is not set
53245 -
53246 -#
53247 -# SCSI device support
53248 -#
53249 -# CONFIG_RAID_ATTRS is not set
53250 -# CONFIG_SCSI is not set
53251 -# CONFIG_SCSI_DMA is not set
53252 -# CONFIG_SCSI_NETLINK is not set
53253 -# CONFIG_ATA is not set
53254 -# CONFIG_MD is not set
53255 -# CONFIG_FUSION is not set
53256 -
53257 -#
53258 -# IEEE 1394 (FireWire) support
53259 -#
53260 -# CONFIG_FIREWIRE is not set
53261 -# CONFIG_IEEE1394 is not set
53262 -# CONFIG_I2O is not set
53263 -# CONFIG_MACINTOSH_DRIVERS is not set
53264 -CONFIG_NETDEVICES=y
53265 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
53266 -# CONFIG_DUMMY is not set
53267 -# CONFIG_BONDING is not set
53268 -# CONFIG_MACVLAN is not set
53269 -# CONFIG_EQUALIZER is not set
53270 -# CONFIG_TUN is not set
53271 -# CONFIG_VETH is not set
53272 -# CONFIG_ARCNET is not set
53273 -# CONFIG_PHYLIB is not set
53274 -CONFIG_NET_ETHERNET=y
53275 -# CONFIG_MII is not set
53276 -# CONFIG_HAPPYMEAL is not set
53277 -# CONFIG_SUNGEM is not set
53278 -# CONFIG_CASSINI is not set
53279 -# CONFIG_NET_VENDOR_3COM is not set
53280 -# CONFIG_NET_TULIP is not set
53281 -# CONFIG_HP100 is not set
53282 -CONFIG_IBM_NEW_EMAC=y
53283 -CONFIG_IBM_NEW_EMAC_RXB=256
53284 -CONFIG_IBM_NEW_EMAC_TXB=256
53285 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
53286 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
53287 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
53288 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
53289 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
53290 -CONFIG_IBM_NEW_EMAC_RGMII=y
53291 -# CONFIG_IBM_NEW_EMAC_TAH is not set
53292 -CONFIG_IBM_NEW_EMAC_EMAC4=y
53293 -# CONFIG_NET_PCI is not set
53294 -# CONFIG_B44 is not set
53295 -# CONFIG_NETDEV_1000 is not set
53296 -# CONFIG_NETDEV_10000 is not set
53297 -# CONFIG_TR is not set
53298 -
53299 -#
53300 -# Wireless LAN
53301 -#
53302 -# CONFIG_WLAN_PRE80211 is not set
53303 -# CONFIG_WLAN_80211 is not set
53304 -# CONFIG_WAN is not set
53305 -# CONFIG_FDDI is not set
53306 -# CONFIG_HIPPI is not set
53307 -# CONFIG_PPP is not set
53308 -# CONFIG_SLIP is not set
53309 -# CONFIG_NETCONSOLE is not set
53310 -# CONFIG_NETPOLL is not set
53311 -# CONFIG_NET_POLL_CONTROLLER is not set
53312 -# CONFIG_ISDN is not set
53313 -# CONFIG_PHONE is not set
53314 -
53315 -#
53316 -# Input device support
53317 -#
53318 -# CONFIG_INPUT is not set
53319 -
53320 -#
53321 -# Hardware I/O ports
53322 -#
53323 -# CONFIG_SERIO is not set
53324 -# CONFIG_GAMEPORT is not set
53325 -
53326 -#
53327 -# Character devices
53328 -#
53329 -# CONFIG_VT is not set
53330 -# CONFIG_SERIAL_NONSTANDARD is not set
53331 -# CONFIG_NOZOMI is not set
53332 -
53333 -#
53334 -# Serial drivers
53335 -#
53336 -CONFIG_SERIAL_8250=y
53337 -CONFIG_SERIAL_8250_CONSOLE=y
53338 -CONFIG_SERIAL_8250_PCI=y
53339 -CONFIG_SERIAL_8250_NR_UARTS=4
53340 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
53341 -CONFIG_SERIAL_8250_EXTENDED=y
53342 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
53343 -CONFIG_SERIAL_8250_SHARE_IRQ=y
53344 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
53345 -# CONFIG_SERIAL_8250_RSA is not set
53346 -
53347 -#
53348 -# Non-8250 serial port support
53349 -#
53350 -# CONFIG_SERIAL_UARTLITE is not set
53351 -CONFIG_SERIAL_CORE=y
53352 -CONFIG_SERIAL_CORE_CONSOLE=y
53353 -# CONFIG_SERIAL_JSM is not set
53354 -CONFIG_SERIAL_OF_PLATFORM=y
53355 -CONFIG_UNIX98_PTYS=y
53356 -CONFIG_LEGACY_PTYS=y
53357 -CONFIG_LEGACY_PTY_COUNT=256
53358 -# CONFIG_IPMI_HANDLER is not set
53359 -# CONFIG_HW_RANDOM is not set
53360 -# CONFIG_NVRAM is not set
53361 -# CONFIG_GEN_RTC is not set
53362 -# CONFIG_R3964 is not set
53363 -# CONFIG_APPLICOM is not set
53364 -# CONFIG_RAW_DRIVER is not set
53365 -# CONFIG_TCG_TPM is not set
53366 -CONFIG_DEVPORT=y
53367 -# CONFIG_I2C is not set
53368 -
53369 -#
53370 -# SPI support
53371 -#
53372 -# CONFIG_SPI is not set
53373 -# CONFIG_SPI_MASTER is not set
53374 -# CONFIG_W1 is not set
53375 -# CONFIG_POWER_SUPPLY is not set
53376 -# CONFIG_HWMON is not set
53377 -CONFIG_THERMAL=y
53378 -# CONFIG_WATCHDOG is not set
53379 -
53380 -#
53381 -# Sonics Silicon Backplane
53382 -#
53383 -CONFIG_SSB_POSSIBLE=y
53384 -# CONFIG_SSB is not set
53385 -
53386 -#
53387 -# Multifunction device drivers
53388 -#
53389 -# CONFIG_MFD_SM501 is not set
53390 -
53391 -#
53392 -# Multimedia devices
53393 -#
53394 -# CONFIG_VIDEO_DEV is not set
53395 -# CONFIG_DVB_CORE is not set
53396 -# CONFIG_DAB is not set
53397 -
53398 -#
53399 -# Graphics support
53400 -#
53401 -# CONFIG_AGP is not set
53402 -# CONFIG_DRM is not set
53403 -# CONFIG_VGASTATE is not set
53404 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
53405 -# CONFIG_FB is not set
53406 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
53407 -
53408 -#
53409 -# Display device support
53410 -#
53411 -# CONFIG_DISPLAY_SUPPORT is not set
53412 -
53413 -#
53414 -# Sound
53415 -#
53416 -# CONFIG_SOUND is not set
53417 -# CONFIG_USB_SUPPORT is not set
53418 -# CONFIG_MMC is not set
53419 -# CONFIG_MEMSTICK is not set
53420 -# CONFIG_NEW_LEDS is not set
53421 -# CONFIG_INFINIBAND is not set
53422 -# CONFIG_EDAC is not set
53423 -# CONFIG_RTC_CLASS is not set
53424 -
53425 -#
53426 -# Userspace I/O
53427 -#
53428 -# CONFIG_UIO is not set
53429 -
53430 -#
53431 -# File systems
53432 -#
53433 -CONFIG_EXT2_FS=y
53434 -# CONFIG_EXT2_FS_XATTR is not set
53435 -# CONFIG_EXT2_FS_XIP is not set
53436 -# CONFIG_EXT3_FS is not set
53437 -# CONFIG_EXT4DEV_FS is not set
53438 -# CONFIG_REISERFS_FS is not set
53439 -# CONFIG_JFS_FS is not set
53440 -# CONFIG_FS_POSIX_ACL is not set
53441 -# CONFIG_XFS_FS is not set
53442 -# CONFIG_GFS2_FS is not set
53443 -# CONFIG_OCFS2_FS is not set
53444 -CONFIG_DNOTIFY=y
53445 -CONFIG_INOTIFY=y
53446 -CONFIG_INOTIFY_USER=y
53447 -# CONFIG_QUOTA is not set
53448 -# CONFIG_AUTOFS_FS is not set
53449 -# CONFIG_AUTOFS4_FS is not set
53450 -# CONFIG_FUSE_FS is not set
53451 -
53452 -#
53453 -# CD-ROM/DVD Filesystems
53454 -#
53455 -# CONFIG_ISO9660_FS is not set
53456 -# CONFIG_UDF_FS is not set
53457 -
53458 -#
53459 -# DOS/FAT/NT Filesystems
53460 -#
53461 -# CONFIG_MSDOS_FS is not set
53462 -# CONFIG_VFAT_FS is not set
53463 -# CONFIG_NTFS_FS is not set
53464 -
53465 -#
53466 -# Pseudo filesystems
53467 -#
53468 -CONFIG_PROC_FS=y
53469 -CONFIG_PROC_KCORE=y
53470 -CONFIG_PROC_SYSCTL=y
53471 -CONFIG_SYSFS=y
53472 -CONFIG_TMPFS=y
53473 -# CONFIG_TMPFS_POSIX_ACL is not set
53474 -# CONFIG_HUGETLB_PAGE is not set
53475 -# CONFIG_CONFIGFS_FS is not set
53476 -
53477 -#
53478 -# Miscellaneous filesystems
53479 -#
53480 -# CONFIG_ADFS_FS is not set
53481 -# CONFIG_AFFS_FS is not set
53482 -# CONFIG_HFS_FS is not set
53483 -# CONFIG_HFSPLUS_FS is not set
53484 -# CONFIG_BEFS_FS is not set
53485 -# CONFIG_BFS_FS is not set
53486 -# CONFIG_EFS_FS is not set
53487 -# CONFIG_JFFS2_FS is not set
53488 -CONFIG_CRAMFS=y
53489 -# CONFIG_VXFS_FS is not set
53490 -# CONFIG_MINIX_FS is not set
53491 -# CONFIG_HPFS_FS is not set
53492 -# CONFIG_QNX4FS_FS is not set
53493 -# CONFIG_ROMFS_FS is not set
53494 -# CONFIG_SYSV_FS is not set
53495 -# CONFIG_UFS_FS is not set
53496 -CONFIG_NETWORK_FILESYSTEMS=y
53497 -CONFIG_NFS_FS=y
53498 -CONFIG_NFS_V3=y
53499 -# CONFIG_NFS_V3_ACL is not set
53500 -# CONFIG_NFS_V4 is not set
53501 -# CONFIG_NFS_DIRECTIO is not set
53502 -# CONFIG_NFSD is not set
53503 -CONFIG_ROOT_NFS=y
53504 -CONFIG_LOCKD=y
53505 -CONFIG_LOCKD_V4=y
53506 -CONFIG_NFS_COMMON=y
53507 -CONFIG_SUNRPC=y
53508 -# CONFIG_SUNRPC_BIND34 is not set
53509 -# CONFIG_RPCSEC_GSS_KRB5 is not set
53510 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
53511 -# CONFIG_SMB_FS is not set
53512 -# CONFIG_CIFS is not set
53513 -# CONFIG_NCP_FS is not set
53514 -# CONFIG_CODA_FS is not set
53515 -# CONFIG_AFS_FS is not set
53516 -
53517 -#
53518 -# Partition Types
53519 -#
53520 -# CONFIG_PARTITION_ADVANCED is not set
53521 -CONFIG_MSDOS_PARTITION=y
53522 -# CONFIG_NLS is not set
53523 -# CONFIG_DLM is not set
53524 -
53525 -#
53526 -# Library routines
53527 -#
53528 -CONFIG_BITREVERSE=y
53529 -# CONFIG_CRC_CCITT is not set
53530 -# CONFIG_CRC16 is not set
53531 -# CONFIG_CRC_ITU_T is not set
53532 -CONFIG_CRC32=y
53533 -# CONFIG_CRC7 is not set
53534 -# CONFIG_LIBCRC32C is not set
53535 -CONFIG_ZLIB_INFLATE=y
53536 -CONFIG_PLIST=y
53537 -CONFIG_HAS_IOMEM=y
53538 -CONFIG_HAS_IOPORT=y
53539 -CONFIG_HAS_DMA=y
53540 -
53541 -#
53542 -# Kernel hacking
53543 -#
53544 -# CONFIG_PRINTK_TIME is not set
53545 -CONFIG_ENABLE_WARN_DEPRECATED=y
53546 -CONFIG_ENABLE_MUST_CHECK=y
53547 -CONFIG_MAGIC_SYSRQ=y
53548 -# CONFIG_UNUSED_SYMBOLS is not set
53549 -CONFIG_DEBUG_FS=y
53550 -# CONFIG_HEADERS_CHECK is not set
53551 -CONFIG_DEBUG_KERNEL=y
53552 -# CONFIG_DEBUG_SHIRQ is not set
53553 -CONFIG_DETECT_SOFTLOCKUP=y
53554 -CONFIG_SCHED_DEBUG=y
53555 -# CONFIG_SCHEDSTATS is not set
53556 -# CONFIG_TIMER_STATS is not set
53557 -# CONFIG_SLUB_DEBUG_ON is not set
53558 -# CONFIG_SLUB_STATS is not set
53559 -# CONFIG_DEBUG_RT_MUTEXES is not set
53560 -# CONFIG_RT_MUTEX_TESTER is not set
53561 -# CONFIG_DEBUG_SPINLOCK is not set
53562 -# CONFIG_DEBUG_MUTEXES is not set
53563 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
53564 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
53565 -# CONFIG_DEBUG_KOBJECT is not set
53566 -CONFIG_DEBUG_BUGVERBOSE=y
53567 -# CONFIG_DEBUG_INFO is not set
53568 -# CONFIG_DEBUG_VM is not set
53569 -# CONFIG_DEBUG_LIST is not set
53570 -# CONFIG_DEBUG_SG is not set
53571 -# CONFIG_BOOT_PRINTK_DELAY is not set
53572 -# CONFIG_RCU_TORTURE_TEST is not set
53573 -# CONFIG_BACKTRACE_SELF_TEST is not set
53574 -# CONFIG_FAULT_INJECTION is not set
53575 -# CONFIG_SAMPLES is not set
53576 -# CONFIG_DEBUG_STACKOVERFLOW is not set
53577 -# CONFIG_DEBUG_STACK_USAGE is not set
53578 -# CONFIG_DEBUG_PAGEALLOC is not set
53579 -# CONFIG_DEBUGGER is not set
53580 -# CONFIG_VIRQ_DEBUG is not set
53581 -# CONFIG_BDI_SWITCH is not set
53582 -# CONFIG_PPC_EARLY_DEBUG is not set
53583 -
53584 -#
53585 -# Security options
53586 -#
53587 -# CONFIG_KEYS is not set
53588 -# CONFIG_SECURITY is not set
53589 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
53590 -CONFIG_CRYPTO=y
53591 -CONFIG_CRYPTO_ALGAPI=y
53592 -CONFIG_CRYPTO_BLKCIPHER=y
53593 -# CONFIG_CRYPTO_SEQIV is not set
53594 -CONFIG_CRYPTO_MANAGER=y
53595 -# CONFIG_CRYPTO_HMAC is not set
53596 -# CONFIG_CRYPTO_XCBC is not set
53597 -# CONFIG_CRYPTO_NULL is not set
53598 -# CONFIG_CRYPTO_MD4 is not set
53599 -CONFIG_CRYPTO_MD5=y
53600 -# CONFIG_CRYPTO_SHA1 is not set
53601 -# CONFIG_CRYPTO_SHA256 is not set
53602 -# CONFIG_CRYPTO_SHA512 is not set
53603 -# CONFIG_CRYPTO_WP512 is not set
53604 -# CONFIG_CRYPTO_TGR192 is not set
53605 -# CONFIG_CRYPTO_GF128MUL is not set
53606 -CONFIG_CRYPTO_ECB=y
53607 -CONFIG_CRYPTO_CBC=y
53608 -CONFIG_CRYPTO_PCBC=y
53609 -# CONFIG_CRYPTO_LRW is not set
53610 -# CONFIG_CRYPTO_XTS is not set
53611 -# CONFIG_CRYPTO_CTR is not set
53612 -# CONFIG_CRYPTO_GCM is not set
53613 -# CONFIG_CRYPTO_CCM is not set
53614 -# CONFIG_CRYPTO_CRYPTD is not set
53615 -CONFIG_CRYPTO_DES=y
53616 -# CONFIG_CRYPTO_FCRYPT is not set
53617 -# CONFIG_CRYPTO_BLOWFISH is not set
53618 -# CONFIG_CRYPTO_TWOFISH is not set
53619 -# CONFIG_CRYPTO_SERPENT is not set
53620 -# CONFIG_CRYPTO_AES is not set
53621 -# CONFIG_CRYPTO_CAST5 is not set
53622 -# CONFIG_CRYPTO_CAST6 is not set
53623 -# CONFIG_CRYPTO_TEA is not set
53624 -# CONFIG_CRYPTO_ARC4 is not set
53625 -# CONFIG_CRYPTO_KHAZAD is not set
53626 -# CONFIG_CRYPTO_ANUBIS is not set
53627 -# CONFIG_CRYPTO_SEED is not set
53628 -# CONFIG_CRYPTO_SALSA20 is not set
53629 -# CONFIG_CRYPTO_DEFLATE is not set
53630 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
53631 -# CONFIG_CRYPTO_CRC32C is not set
53632 -# CONFIG_CRYPTO_CAMELLIA is not set
53633 -# CONFIG_CRYPTO_TEST is not set
53634 -# CONFIG_CRYPTO_AUTHENC is not set
53635 -# CONFIG_CRYPTO_LZO is not set
53636 -CONFIG_CRYPTO_HW=y
53637 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
53638 -# CONFIG_PPC_CLOCK is not set
53639 --- a/arch/powerpc/configs/maple_defconfig
53640 +++ b/arch/powerpc/configs/maple_defconfig
53641 @@ -333,7 +333,7 @@
53642 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
53643 CONFIG_STANDALONE=y
53644 CONFIG_PREVENT_FIRMWARE_BUILD=y
53645 -# CONFIG_FW_LOADER is not set
53646 +CONFIG_FW_LOADER=y
53647 # CONFIG_DEBUG_DRIVER is not set
53648 # CONFIG_DEBUG_DEVRES is not set
53649 # CONFIG_SYS_HYPERVISOR is not set
53650 @@ -374,6 +374,7 @@
53651 CONFIG_BLK_DEV_IDECD=y
53652 # CONFIG_BLK_DEV_IDETAPE is not set
53653 # CONFIG_BLK_DEV_IDEFLOPPY is not set
53654 +# CONFIG_BLK_DEV_IDESCSI is not set
53655 CONFIG_IDE_TASK_IOCTL=y
53656 CONFIG_IDE_PROC_FS=y
53657
53658 @@ -427,10 +428,129 @@
53659 # SCSI device support
53660 #
53661 # CONFIG_RAID_ATTRS is not set
53662 -# CONFIG_SCSI is not set
53663 -# CONFIG_SCSI_DMA is not set
53664 +CONFIG_SCSI=y
53665 +CONFIG_SCSI_DMA=y
53666 +# CONFIG_SCSI_TGT is not set
53667 # CONFIG_SCSI_NETLINK is not set
53668 -# CONFIG_ATA is not set
53669 +# CONFIG_SCSI_PROC_FS is not set
53670 +
53671 +#
53672 +# SCSI support type (disk, tape, CD-ROM)
53673 +#
53674 +CONFIG_BLK_DEV_SD=y
53675 +# CONFIG_CHR_DEV_ST is not set
53676 +# CONFIG_CHR_DEV_OSST is not set
53677 +# CONFIG_BLK_DEV_SR is not set
53678 +CONFIG_CHR_DEV_SG=y
53679 +# CONFIG_CHR_DEV_SCH is not set
53680 +
53681 +#
53682 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
53683 +#
53684 +# CONFIG_SCSI_MULTI_LUN is not set
53685 +# CONFIG_SCSI_CONSTANTS is not set
53686 +# CONFIG_SCSI_LOGGING is not set
53687 +# CONFIG_SCSI_SCAN_ASYNC is not set
53688 +CONFIG_SCSI_WAIT_SCAN=m
53689 +
53690 +#
53691 +# SCSI Transports
53692 +#
53693 +# CONFIG_SCSI_SPI_ATTRS is not set
53694 +# CONFIG_SCSI_FC_ATTRS is not set
53695 +# CONFIG_SCSI_ISCSI_ATTRS is not set
53696 +# CONFIG_SCSI_SAS_LIBSAS is not set
53697 +# CONFIG_SCSI_SRP_ATTRS is not set
53698 +CONFIG_SCSI_LOWLEVEL=y
53699 +# CONFIG_ISCSI_TCP is not set
53700 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
53701 +# CONFIG_SCSI_3W_9XXX is not set
53702 +# CONFIG_SCSI_ACARD is not set
53703 +# CONFIG_SCSI_AACRAID is not set
53704 +# CONFIG_SCSI_AIC7XXX is not set
53705 +# CONFIG_SCSI_AIC7XXX_OLD is not set
53706 +# CONFIG_SCSI_AIC79XX is not set
53707 +# CONFIG_SCSI_AIC94XX is not set
53708 +# CONFIG_SCSI_ARCMSR is not set
53709 +# CONFIG_MEGARAID_NEWGEN is not set
53710 +# CONFIG_MEGARAID_LEGACY is not set
53711 +# CONFIG_MEGARAID_SAS is not set
53712 +# CONFIG_SCSI_HPTIOP is not set
53713 +# CONFIG_SCSI_DMX3191D is not set
53714 +# CONFIG_SCSI_EATA is not set
53715 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
53716 +# CONFIG_SCSI_GDTH is not set
53717 +# CONFIG_SCSI_IPS is not set
53718 +# CONFIG_SCSI_INITIO is not set
53719 +# CONFIG_SCSI_INIA100 is not set
53720 +# CONFIG_SCSI_STEX is not set
53721 +# CONFIG_SCSI_SYM53C8XX_2 is not set
53722 +CONFIG_SCSI_IPR=y
53723 +CONFIG_SCSI_IPR_TRACE=y
53724 +CONFIG_SCSI_IPR_DUMP=y
53725 +# CONFIG_SCSI_QLOGIC_1280 is not set
53726 +# CONFIG_SCSI_QLA_FC is not set
53727 +# CONFIG_SCSI_QLA_ISCSI is not set
53728 +# CONFIG_SCSI_LPFC is not set
53729 +# CONFIG_SCSI_DC395x is not set
53730 +# CONFIG_SCSI_DC390T is not set
53731 +# CONFIG_SCSI_DEBUG is not set
53732 +# CONFIG_SCSI_SRP is not set
53733 +CONFIG_ATA=y
53734 +CONFIG_ATA_NONSTANDARD=y
53735 +# CONFIG_SATA_AHCI is not set
53736 +# CONFIG_SATA_SVW is not set
53737 +# CONFIG_ATA_PIIX is not set
53738 +# CONFIG_SATA_MV is not set
53739 +# CONFIG_SATA_NV is not set
53740 +# CONFIG_PDC_ADMA is not set
53741 +# CONFIG_SATA_QSTOR is not set
53742 +# CONFIG_SATA_PROMISE is not set
53743 +# CONFIG_SATA_SX4 is not set
53744 +# CONFIG_SATA_SIL is not set
53745 +# CONFIG_SATA_SIL24 is not set
53746 +# CONFIG_SATA_SIS is not set
53747 +# CONFIG_SATA_ULI is not set
53748 +# CONFIG_SATA_VIA is not set
53749 +# CONFIG_SATA_VITESSE is not set
53750 +# CONFIG_SATA_INIC162X is not set
53751 +# CONFIG_PATA_ALI is not set
53752 +# CONFIG_PATA_AMD is not set
53753 +# CONFIG_PATA_ARTOP is not set
53754 +# CONFIG_PATA_ATIIXP is not set
53755 +# CONFIG_PATA_CMD640_PCI is not set
53756 +# CONFIG_PATA_CMD64X is not set
53757 +# CONFIG_PATA_CS5520 is not set
53758 +# CONFIG_PATA_CS5530 is not set
53759 +# CONFIG_PATA_CYPRESS is not set
53760 +# CONFIG_PATA_EFAR is not set
53761 +# CONFIG_ATA_GENERIC is not set
53762 +# CONFIG_PATA_HPT366 is not set
53763 +# CONFIG_PATA_HPT37X is not set
53764 +# CONFIG_PATA_HPT3X2N is not set
53765 +# CONFIG_PATA_HPT3X3 is not set
53766 +# CONFIG_PATA_IT821X is not set
53767 +# CONFIG_PATA_IT8213 is not set
53768 +# CONFIG_PATA_JMICRON is not set
53769 +# CONFIG_PATA_TRIFLEX is not set
53770 +# CONFIG_PATA_MARVELL is not set
53771 +# CONFIG_PATA_MPIIX is not set
53772 +# CONFIG_PATA_OLDPIIX is not set
53773 +# CONFIG_PATA_NETCELL is not set
53774 +# CONFIG_PATA_NS87410 is not set
53775 +# CONFIG_PATA_NS87415 is not set
53776 +# CONFIG_PATA_OPTI is not set
53777 +# CONFIG_PATA_OPTIDMA is not set
53778 +# CONFIG_PATA_PDC_OLD is not set
53779 +# CONFIG_PATA_RADISYS is not set
53780 +# CONFIG_PATA_RZ1000 is not set
53781 +# CONFIG_PATA_SC1200 is not set
53782 +# CONFIG_PATA_SERVERWORKS is not set
53783 +# CONFIG_PATA_PDC2027X is not set
53784 +# CONFIG_PATA_SIL680 is not set
53785 +# CONFIG_PATA_SIS is not set
53786 +# CONFIG_PATA_VIA is not set
53787 +# CONFIG_PATA_WINBOND is not set
53788 # CONFIG_MD is not set
53789 # CONFIG_FUSION is not set
53790
53791 @@ -536,6 +656,7 @@
53792 # CONFIG_HIPPI is not set
53793 # CONFIG_PPP is not set
53794 # CONFIG_SLIP is not set
53795 +# CONFIG_NET_FC is not set
53796 # CONFIG_SHAPER is not set
53797 # CONFIG_NETCONSOLE is not set
53798 # CONFIG_NETPOLL is not set
53799 @@ -783,12 +904,14 @@
53800 #
53801 # may also be needed; see USB_STORAGE Help for more information
53802 #
53803 +# CONFIG_USB_STORAGE is not set
53804 # CONFIG_USB_LIBUSUAL is not set
53805
53806 #
53807 # USB Imaging devices
53808 #
53809 # CONFIG_USB_MDC800 is not set
53810 +# CONFIG_USB_MICROTEK is not set
53811 CONFIG_USB_MON=y
53812
53813 #
53814 --- a/arch/powerpc/configs/mpc8313_rdb_defconfig
53815 +++ /dev/null
53816 @@ -1,1393 +0,0 @@
53817 -#
53818 -# Automatically generated make config: don't edit
53819 -# Linux kernel version: 2.6.25-rc6
53820 -# Mon Mar 24 08:48:14 2008
53821 -#
53822 -# CONFIG_PPC64 is not set
53823 -
53824 -#
53825 -# Processor support
53826 -#
53827 -CONFIG_6xx=y
53828 -# CONFIG_PPC_85xx is not set
53829 -# CONFIG_PPC_8xx is not set
53830 -# CONFIG_40x is not set
53831 -# CONFIG_44x is not set
53832 -# CONFIG_E200 is not set
53833 -CONFIG_PPC_FPU=y
53834 -# CONFIG_FSL_EMB_PERFMON is not set
53835 -CONFIG_PPC_STD_MMU=y
53836 -CONFIG_PPC_STD_MMU_32=y
53837 -# CONFIG_PPC_MM_SLICES is not set
53838 -# CONFIG_SMP is not set
53839 -CONFIG_PPC32=y
53840 -CONFIG_WORD_SIZE=32
53841 -CONFIG_PPC_MERGE=y
53842 -CONFIG_MMU=y
53843 -CONFIG_GENERIC_CMOS_UPDATE=y
53844 -CONFIG_GENERIC_TIME=y
53845 -CONFIG_GENERIC_TIME_VSYSCALL=y
53846 -CONFIG_GENERIC_CLOCKEVENTS=y
53847 -CONFIG_GENERIC_HARDIRQS=y
53848 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
53849 -CONFIG_IRQ_PER_CPU=y
53850 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
53851 -CONFIG_ARCH_HAS_ILOG2_U32=y
53852 -CONFIG_GENERIC_HWEIGHT=y
53853 -CONFIG_GENERIC_CALIBRATE_DELAY=y
53854 -CONFIG_GENERIC_FIND_NEXT_BIT=y
53855 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
53856 -CONFIG_PPC=y
53857 -CONFIG_EARLY_PRINTK=y
53858 -CONFIG_GENERIC_NVRAM=y
53859 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
53860 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
53861 -CONFIG_PPC_OF=y
53862 -CONFIG_OF=y
53863 -CONFIG_PPC_UDBG_16550=y
53864 -# CONFIG_GENERIC_TBSYNC is not set
53865 -CONFIG_AUDIT_ARCH=y
53866 -CONFIG_GENERIC_BUG=y
53867 -CONFIG_DEFAULT_UIMAGE=y
53868 -# CONFIG_PPC_DCR_NATIVE is not set
53869 -# CONFIG_PPC_DCR_MMIO is not set
53870 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
53871 -
53872 -#
53873 -# General setup
53874 -#
53875 -CONFIG_EXPERIMENTAL=y
53876 -CONFIG_BROKEN_ON_SMP=y
53877 -CONFIG_INIT_ENV_ARG_LIMIT=32
53878 -CONFIG_LOCALVERSION=""
53879 -CONFIG_LOCALVERSION_AUTO=y
53880 -CONFIG_SWAP=y
53881 -CONFIG_SYSVIPC=y
53882 -CONFIG_SYSVIPC_SYSCTL=y
53883 -# CONFIG_POSIX_MQUEUE is not set
53884 -# CONFIG_BSD_PROCESS_ACCT is not set
53885 -# CONFIG_TASKSTATS is not set
53886 -# CONFIG_AUDIT is not set
53887 -# CONFIG_IKCONFIG is not set
53888 -CONFIG_LOG_BUF_SHIFT=14
53889 -# CONFIG_CGROUPS is not set
53890 -CONFIG_GROUP_SCHED=y
53891 -# CONFIG_FAIR_GROUP_SCHED is not set
53892 -# CONFIG_RT_GROUP_SCHED is not set
53893 -CONFIG_USER_SCHED=y
53894 -# CONFIG_CGROUP_SCHED is not set
53895 -CONFIG_SYSFS_DEPRECATED=y
53896 -CONFIG_SYSFS_DEPRECATED_V2=y
53897 -# CONFIG_RELAY is not set
53898 -# CONFIG_NAMESPACES is not set
53899 -CONFIG_BLK_DEV_INITRD=y
53900 -CONFIG_INITRAMFS_SOURCE=""
53901 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
53902 -CONFIG_SYSCTL=y
53903 -CONFIG_EMBEDDED=y
53904 -CONFIG_SYSCTL_SYSCALL=y
53905 -# CONFIG_KALLSYMS is not set
53906 -CONFIG_HOTPLUG=y
53907 -CONFIG_PRINTK=y
53908 -CONFIG_BUG=y
53909 -CONFIG_ELF_CORE=y
53910 -CONFIG_COMPAT_BRK=y
53911 -CONFIG_BASE_FULL=y
53912 -CONFIG_FUTEX=y
53913 -CONFIG_ANON_INODES=y
53914 -# CONFIG_EPOLL is not set
53915 -CONFIG_SIGNALFD=y
53916 -CONFIG_TIMERFD=y
53917 -CONFIG_EVENTFD=y
53918 -CONFIG_SHMEM=y
53919 -CONFIG_VM_EVENT_COUNTERS=y
53920 -CONFIG_SLUB_DEBUG=y
53921 -# CONFIG_SLAB is not set
53922 -CONFIG_SLUB=y
53923 -# CONFIG_SLOB is not set
53924 -# CONFIG_PROFILING is not set
53925 -# CONFIG_MARKERS is not set
53926 -CONFIG_HAVE_OPROFILE=y
53927 -CONFIG_HAVE_KPROBES=y
53928 -CONFIG_HAVE_KRETPROBES=y
53929 -CONFIG_PROC_PAGE_MONITOR=y
53930 -CONFIG_SLABINFO=y
53931 -CONFIG_RT_MUTEXES=y
53932 -# CONFIG_TINY_SHMEM is not set
53933 -CONFIG_BASE_SMALL=0
53934 -CONFIG_MODULES=y
53935 -CONFIG_MODULE_UNLOAD=y
53936 -# CONFIG_MODULE_FORCE_UNLOAD is not set
53937 -# CONFIG_MODVERSIONS is not set
53938 -# CONFIG_MODULE_SRCVERSION_ALL is not set
53939 -# CONFIG_KMOD is not set
53940 -CONFIG_BLOCK=y
53941 -# CONFIG_LBD is not set
53942 -# CONFIG_BLK_DEV_IO_TRACE is not set
53943 -# CONFIG_LSF is not set
53944 -# CONFIG_BLK_DEV_BSG is not set
53945 -
53946 -#
53947 -# IO Schedulers
53948 -#
53949 -CONFIG_IOSCHED_NOOP=y
53950 -CONFIG_IOSCHED_AS=y
53951 -CONFIG_IOSCHED_DEADLINE=y
53952 -CONFIG_IOSCHED_CFQ=y
53953 -CONFIG_DEFAULT_AS=y
53954 -# CONFIG_DEFAULT_DEADLINE is not set
53955 -# CONFIG_DEFAULT_CFQ is not set
53956 -# CONFIG_DEFAULT_NOOP is not set
53957 -CONFIG_DEFAULT_IOSCHED="anticipatory"
53958 -CONFIG_CLASSIC_RCU=y
53959 -
53960 -#
53961 -# Platform support
53962 -#
53963 -# CONFIG_PPC_MULTIPLATFORM is not set
53964 -# CONFIG_PPC_82xx is not set
53965 -CONFIG_PPC_83xx=y
53966 -# CONFIG_PPC_86xx is not set
53967 -# CONFIG_PPC_MPC512x is not set
53968 -# CONFIG_PPC_MPC5121 is not set
53969 -# CONFIG_PPC_CELL is not set
53970 -# CONFIG_PPC_CELL_NATIVE is not set
53971 -# CONFIG_PQ2ADS is not set
53972 -CONFIG_MPC83xx=y
53973 -CONFIG_MPC831x_RDB=y
53974 -# CONFIG_MPC832x_MDS is not set
53975 -# CONFIG_MPC832x_RDB is not set
53976 -# CONFIG_MPC834x_MDS is not set
53977 -# CONFIG_MPC834x_ITX is not set
53978 -# CONFIG_MPC836x_MDS is not set
53979 -# CONFIG_MPC837x_MDS is not set
53980 -# CONFIG_MPC837x_RDB is not set
53981 -# CONFIG_SBC834x is not set
53982 -CONFIG_PPC_MPC831x=y
53983 -CONFIG_IPIC=y
53984 -# CONFIG_MPIC is not set
53985 -# CONFIG_MPIC_WEIRD is not set
53986 -# CONFIG_PPC_I8259 is not set
53987 -# CONFIG_PPC_RTAS is not set
53988 -# CONFIG_MMIO_NVRAM is not set
53989 -# CONFIG_PPC_MPC106 is not set
53990 -# CONFIG_PPC_970_NAP is not set
53991 -# CONFIG_PPC_INDIRECT_IO is not set
53992 -# CONFIG_GENERIC_IOMAP is not set
53993 -# CONFIG_CPU_FREQ is not set
53994 -# CONFIG_FSL_ULI1575 is not set
53995 -
53996 -#
53997 -# Kernel options
53998 -#
53999 -# CONFIG_HIGHMEM is not set
54000 -CONFIG_TICK_ONESHOT=y
54001 -CONFIG_NO_HZ=y
54002 -CONFIG_HIGH_RES_TIMERS=y
54003 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
54004 -# CONFIG_HZ_100 is not set
54005 -CONFIG_HZ_250=y
54006 -# CONFIG_HZ_300 is not set
54007 -# CONFIG_HZ_1000 is not set
54008 -CONFIG_HZ=250
54009 -# CONFIG_SCHED_HRTICK is not set
54010 -CONFIG_PREEMPT_NONE=y
54011 -# CONFIG_PREEMPT_VOLUNTARY is not set
54012 -# CONFIG_PREEMPT is not set
54013 -CONFIG_BINFMT_ELF=y
54014 -# CONFIG_BINFMT_MISC is not set
54015 -# CONFIG_IOMMU_HELPER is not set
54016 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
54017 -CONFIG_ARCH_HAS_WALK_MEMORY=y
54018 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
54019 -CONFIG_ARCH_FLATMEM_ENABLE=y
54020 -CONFIG_ARCH_POPULATES_NODE_MAP=y
54021 -CONFIG_SELECT_MEMORY_MODEL=y
54022 -CONFIG_FLATMEM_MANUAL=y
54023 -# CONFIG_DISCONTIGMEM_MANUAL is not set
54024 -# CONFIG_SPARSEMEM_MANUAL is not set
54025 -CONFIG_FLATMEM=y
54026 -CONFIG_FLAT_NODE_MEM_MAP=y
54027 -# CONFIG_SPARSEMEM_STATIC is not set
54028 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
54029 -CONFIG_SPLIT_PTLOCK_CPUS=4
54030 -# CONFIG_RESOURCES_64BIT is not set
54031 -CONFIG_ZONE_DMA_FLAG=1
54032 -CONFIG_BOUNCE=y
54033 -CONFIG_VIRT_TO_BUS=y
54034 -CONFIG_PROC_DEVICETREE=y
54035 -# CONFIG_CMDLINE_BOOL is not set
54036 -# CONFIG_PM is not set
54037 -CONFIG_SECCOMP=y
54038 -CONFIG_ISA_DMA_API=y
54039 -
54040 -#
54041 -# Bus options
54042 -#
54043 -CONFIG_ZONE_DMA=y
54044 -CONFIG_GENERIC_ISA_DMA=y
54045 -CONFIG_PPC_INDIRECT_PCI=y
54046 -CONFIG_FSL_SOC=y
54047 -CONFIG_PCI=y
54048 -CONFIG_PCI_DOMAINS=y
54049 -CONFIG_PCI_SYSCALL=y
54050 -# CONFIG_PCIEPORTBUS is not set
54051 -CONFIG_ARCH_SUPPORTS_MSI=y
54052 -# CONFIG_PCI_MSI is not set
54053 -CONFIG_PCI_LEGACY=y
54054 -# CONFIG_PCI_DEBUG is not set
54055 -# CONFIG_PCCARD is not set
54056 -# CONFIG_HOTPLUG_PCI is not set
54057 -
54058 -#
54059 -# Advanced setup
54060 -#
54061 -# CONFIG_ADVANCED_OPTIONS is not set
54062 -
54063 -#
54064 -# Default settings for advanced configuration options are used
54065 -#
54066 -CONFIG_HIGHMEM_START=0xfe000000
54067 -CONFIG_LOWMEM_SIZE=0x30000000
54068 -CONFIG_KERNEL_START=0xc0000000
54069 -CONFIG_TASK_SIZE=0xc0000000
54070 -CONFIG_BOOT_LOAD=0x00800000
54071 -
54072 -#
54073 -# Networking
54074 -#
54075 -CONFIG_NET=y
54076 -
54077 -#
54078 -# Networking options
54079 -#
54080 -CONFIG_PACKET=y
54081 -# CONFIG_PACKET_MMAP is not set
54082 -CONFIG_UNIX=y
54083 -CONFIG_XFRM=y
54084 -# CONFIG_XFRM_USER is not set
54085 -# CONFIG_XFRM_SUB_POLICY is not set
54086 -# CONFIG_XFRM_MIGRATE is not set
54087 -# CONFIG_XFRM_STATISTICS is not set
54088 -# CONFIG_NET_KEY is not set
54089 -CONFIG_INET=y
54090 -CONFIG_IP_MULTICAST=y
54091 -# CONFIG_IP_ADVANCED_ROUTER is not set
54092 -CONFIG_IP_FIB_HASH=y
54093 -CONFIG_IP_PNP=y
54094 -CONFIG_IP_PNP_DHCP=y
54095 -CONFIG_IP_PNP_BOOTP=y
54096 -# CONFIG_IP_PNP_RARP is not set
54097 -# CONFIG_NET_IPIP is not set
54098 -# CONFIG_NET_IPGRE is not set
54099 -# CONFIG_IP_MROUTE is not set
54100 -# CONFIG_ARPD is not set
54101 -CONFIG_SYN_COOKIES=y
54102 -# CONFIG_INET_AH is not set
54103 -# CONFIG_INET_ESP is not set
54104 -# CONFIG_INET_IPCOMP is not set
54105 -# CONFIG_INET_XFRM_TUNNEL is not set
54106 -# CONFIG_INET_TUNNEL is not set
54107 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
54108 -CONFIG_INET_XFRM_MODE_TUNNEL=y
54109 -CONFIG_INET_XFRM_MODE_BEET=y
54110 -# CONFIG_INET_LRO is not set
54111 -CONFIG_INET_DIAG=y
54112 -CONFIG_INET_TCP_DIAG=y
54113 -# CONFIG_TCP_CONG_ADVANCED is not set
54114 -CONFIG_TCP_CONG_CUBIC=y
54115 -CONFIG_DEFAULT_TCP_CONG="cubic"
54116 -# CONFIG_TCP_MD5SIG is not set
54117 -# CONFIG_IPV6 is not set
54118 -# CONFIG_INET6_XFRM_TUNNEL is not set
54119 -# CONFIG_INET6_TUNNEL is not set
54120 -# CONFIG_NETWORK_SECMARK is not set
54121 -# CONFIG_NETFILTER is not set
54122 -# CONFIG_IP_DCCP is not set
54123 -# CONFIG_IP_SCTP is not set
54124 -# CONFIG_TIPC is not set
54125 -# CONFIG_ATM is not set
54126 -# CONFIG_BRIDGE is not set
54127 -# CONFIG_VLAN_8021Q is not set
54128 -# CONFIG_DECNET is not set
54129 -# CONFIG_LLC2 is not set
54130 -# CONFIG_IPX is not set
54131 -# CONFIG_ATALK is not set
54132 -# CONFIG_X25 is not set
54133 -# CONFIG_LAPB is not set
54134 -# CONFIG_ECONET is not set
54135 -# CONFIG_WAN_ROUTER is not set
54136 -# CONFIG_NET_SCHED is not set
54137 -
54138 -#
54139 -# Network testing
54140 -#
54141 -# CONFIG_NET_PKTGEN is not set
54142 -# CONFIG_HAMRADIO is not set
54143 -# CONFIG_CAN is not set
54144 -# CONFIG_IRDA is not set
54145 -# CONFIG_BT is not set
54146 -# CONFIG_AF_RXRPC is not set
54147 -
54148 -#
54149 -# Wireless
54150 -#
54151 -# CONFIG_CFG80211 is not set
54152 -# CONFIG_WIRELESS_EXT is not set
54153 -# CONFIG_MAC80211 is not set
54154 -# CONFIG_IEEE80211 is not set
54155 -# CONFIG_RFKILL is not set
54156 -# CONFIG_NET_9P is not set
54157 -
54158 -#
54159 -# Device Drivers
54160 -#
54161 -
54162 -#
54163 -# Generic Driver Options
54164 -#
54165 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
54166 -CONFIG_STANDALONE=y
54167 -CONFIG_PREVENT_FIRMWARE_BUILD=y
54168 -# CONFIG_FW_LOADER is not set
54169 -# CONFIG_DEBUG_DRIVER is not set
54170 -# CONFIG_DEBUG_DEVRES is not set
54171 -# CONFIG_SYS_HYPERVISOR is not set
54172 -# CONFIG_CONNECTOR is not set
54173 -CONFIG_MTD=y
54174 -# CONFIG_MTD_DEBUG is not set
54175 -# CONFIG_MTD_CONCAT is not set
54176 -CONFIG_MTD_PARTITIONS=y
54177 -# CONFIG_MTD_REDBOOT_PARTS is not set
54178 -# CONFIG_MTD_CMDLINE_PARTS is not set
54179 -# CONFIG_MTD_OF_PARTS is not set
54180 -
54181 -#
54182 -# User Modules And Translation Layers
54183 -#
54184 -CONFIG_MTD_CHAR=y
54185 -CONFIG_MTD_BLKDEVS=y
54186 -CONFIG_MTD_BLOCK=y
54187 -# CONFIG_FTL is not set
54188 -# CONFIG_NFTL is not set
54189 -# CONFIG_INFTL is not set
54190 -# CONFIG_RFD_FTL is not set
54191 -# CONFIG_SSFDC is not set
54192 -# CONFIG_MTD_OOPS is not set
54193 -
54194 -#
54195 -# RAM/ROM/Flash chip drivers
54196 -#
54197 -CONFIG_MTD_CFI=y
54198 -# CONFIG_MTD_JEDECPROBE is not set
54199 -CONFIG_MTD_GEN_PROBE=y
54200 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
54201 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
54202 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
54203 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
54204 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
54205 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
54206 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
54207 -CONFIG_MTD_CFI_I1=y
54208 -CONFIG_MTD_CFI_I2=y
54209 -# CONFIG_MTD_CFI_I4 is not set
54210 -# CONFIG_MTD_CFI_I8 is not set
54211 -# CONFIG_MTD_CFI_INTELEXT is not set
54212 -CONFIG_MTD_CFI_AMDSTD=y
54213 -# CONFIG_MTD_CFI_STAA is not set
54214 -CONFIG_MTD_CFI_UTIL=y
54215 -# CONFIG_MTD_RAM is not set
54216 -# CONFIG_MTD_ROM is not set
54217 -# CONFIG_MTD_ABSENT is not set
54218 -
54219 -#
54220 -# Mapping drivers for chip access
54221 -#
54222 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
54223 -# CONFIG_MTD_PHYSMAP is not set
54224 -CONFIG_MTD_PHYSMAP_OF=y
54225 -# CONFIG_MTD_INTEL_VR_NOR is not set
54226 -# CONFIG_MTD_PLATRAM is not set
54227 -
54228 -#
54229 -# Self-contained MTD device drivers
54230 -#
54231 -# CONFIG_MTD_PMC551 is not set
54232 -# CONFIG_MTD_DATAFLASH is not set
54233 -# CONFIG_MTD_M25P80 is not set
54234 -# CONFIG_MTD_SLRAM is not set
54235 -# CONFIG_MTD_PHRAM is not set
54236 -# CONFIG_MTD_MTDRAM is not set
54237 -# CONFIG_MTD_BLOCK2MTD is not set
54238 -
54239 -#
54240 -# Disk-On-Chip Device Drivers
54241 -#
54242 -# CONFIG_MTD_DOC2000 is not set
54243 -# CONFIG_MTD_DOC2001 is not set
54244 -# CONFIG_MTD_DOC2001PLUS is not set
54245 -CONFIG_MTD_NAND=y
54246 -CONFIG_MTD_NAND_VERIFY_WRITE=y
54247 -# CONFIG_MTD_NAND_ECC_SMC is not set
54248 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
54249 -CONFIG_MTD_NAND_IDS=y
54250 -# CONFIG_MTD_NAND_DISKONCHIP is not set
54251 -# CONFIG_MTD_NAND_CAFE is not set
54252 -# CONFIG_MTD_NAND_NANDSIM is not set
54253 -# CONFIG_MTD_NAND_PLATFORM is not set
54254 -# CONFIG_MTD_ALAUDA is not set
54255 -# CONFIG_MTD_NAND_FSL_ELBC is not set
54256 -# CONFIG_MTD_ONENAND is not set
54257 -
54258 -#
54259 -# UBI - Unsorted block images
54260 -#
54261 -# CONFIG_MTD_UBI is not set
54262 -CONFIG_OF_DEVICE=y
54263 -# CONFIG_PARPORT is not set
54264 -CONFIG_BLK_DEV=y
54265 -# CONFIG_BLK_DEV_FD is not set
54266 -# CONFIG_BLK_CPQ_DA is not set
54267 -# CONFIG_BLK_CPQ_CISS_DA is not set
54268 -# CONFIG_BLK_DEV_DAC960 is not set
54269 -# CONFIG_BLK_DEV_UMEM is not set
54270 -# CONFIG_BLK_DEV_COW_COMMON is not set
54271 -CONFIG_BLK_DEV_LOOP=y
54272 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
54273 -# CONFIG_BLK_DEV_NBD is not set
54274 -# CONFIG_BLK_DEV_SX8 is not set
54275 -# CONFIG_BLK_DEV_UB is not set
54276 -CONFIG_BLK_DEV_RAM=y
54277 -CONFIG_BLK_DEV_RAM_COUNT=16
54278 -CONFIG_BLK_DEV_RAM_SIZE=32768
54279 -# CONFIG_BLK_DEV_XIP is not set
54280 -# CONFIG_CDROM_PKTCDVD is not set
54281 -# CONFIG_ATA_OVER_ETH is not set
54282 -CONFIG_MISC_DEVICES=y
54283 -# CONFIG_PHANTOM is not set
54284 -# CONFIG_EEPROM_93CX6 is not set
54285 -# CONFIG_SGI_IOC4 is not set
54286 -# CONFIG_TIFM_CORE is not set
54287 -# CONFIG_ENCLOSURE_SERVICES is not set
54288 -CONFIG_HAVE_IDE=y
54289 -# CONFIG_IDE is not set
54290 -
54291 -#
54292 -# SCSI device support
54293 -#
54294 -# CONFIG_RAID_ATTRS is not set
54295 -CONFIG_SCSI=y
54296 -CONFIG_SCSI_DMA=y
54297 -# CONFIG_SCSI_TGT is not set
54298 -# CONFIG_SCSI_NETLINK is not set
54299 -CONFIG_SCSI_PROC_FS=y
54300 -
54301 -#
54302 -# SCSI support type (disk, tape, CD-ROM)
54303 -#
54304 -# CONFIG_BLK_DEV_SD is not set
54305 -# CONFIG_CHR_DEV_ST is not set
54306 -# CONFIG_CHR_DEV_OSST is not set
54307 -# CONFIG_BLK_DEV_SR is not set
54308 -CONFIG_CHR_DEV_SG=y
54309 -# CONFIG_CHR_DEV_SCH is not set
54310 -
54311 -#
54312 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
54313 -#
54314 -# CONFIG_SCSI_MULTI_LUN is not set
54315 -# CONFIG_SCSI_CONSTANTS is not set
54316 -# CONFIG_SCSI_LOGGING is not set
54317 -# CONFIG_SCSI_SCAN_ASYNC is not set
54318 -CONFIG_SCSI_WAIT_SCAN=m
54319 -
54320 -#
54321 -# SCSI Transports
54322 -#
54323 -CONFIG_SCSI_SPI_ATTRS=y
54324 -# CONFIG_SCSI_FC_ATTRS is not set
54325 -# CONFIG_SCSI_ISCSI_ATTRS is not set
54326 -# CONFIG_SCSI_SAS_LIBSAS is not set
54327 -# CONFIG_SCSI_SRP_ATTRS is not set
54328 -CONFIG_SCSI_LOWLEVEL=y
54329 -# CONFIG_ISCSI_TCP is not set
54330 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
54331 -# CONFIG_SCSI_3W_9XXX is not set
54332 -# CONFIG_SCSI_ACARD is not set
54333 -# CONFIG_SCSI_AACRAID is not set
54334 -# CONFIG_SCSI_AIC7XXX is not set
54335 -# CONFIG_SCSI_AIC7XXX_OLD is not set
54336 -# CONFIG_SCSI_AIC79XX is not set
54337 -# CONFIG_SCSI_AIC94XX is not set
54338 -# CONFIG_SCSI_DPT_I2O is not set
54339 -# CONFIG_SCSI_ADVANSYS is not set
54340 -# CONFIG_SCSI_ARCMSR is not set
54341 -# CONFIG_MEGARAID_NEWGEN is not set
54342 -# CONFIG_MEGARAID_LEGACY is not set
54343 -# CONFIG_MEGARAID_SAS is not set
54344 -# CONFIG_SCSI_HPTIOP is not set
54345 -# CONFIG_SCSI_BUSLOGIC is not set
54346 -# CONFIG_SCSI_DMX3191D is not set
54347 -# CONFIG_SCSI_EATA is not set
54348 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
54349 -# CONFIG_SCSI_GDTH is not set
54350 -# CONFIG_SCSI_IPS is not set
54351 -# CONFIG_SCSI_INITIO is not set
54352 -# CONFIG_SCSI_INIA100 is not set
54353 -# CONFIG_SCSI_MVSAS is not set
54354 -# CONFIG_SCSI_STEX is not set
54355 -# CONFIG_SCSI_SYM53C8XX_2 is not set
54356 -# CONFIG_SCSI_QLOGIC_1280 is not set
54357 -# CONFIG_SCSI_QLA_FC is not set
54358 -# CONFIG_SCSI_QLA_ISCSI is not set
54359 -# CONFIG_SCSI_LPFC is not set
54360 -# CONFIG_SCSI_DC395x is not set
54361 -# CONFIG_SCSI_DC390T is not set
54362 -# CONFIG_SCSI_NSP32 is not set
54363 -# CONFIG_SCSI_DEBUG is not set
54364 -# CONFIG_SCSI_SRP is not set
54365 -# CONFIG_ATA is not set
54366 -CONFIG_MD=y
54367 -CONFIG_BLK_DEV_MD=y
54368 -CONFIG_MD_LINEAR=y
54369 -CONFIG_MD_RAID0=y
54370 -CONFIG_MD_RAID1=y
54371 -# CONFIG_MD_RAID10 is not set
54372 -# CONFIG_MD_RAID456 is not set
54373 -# CONFIG_MD_MULTIPATH is not set
54374 -# CONFIG_MD_FAULTY is not set
54375 -# CONFIG_BLK_DEV_DM is not set
54376 -# CONFIG_FUSION is not set
54377 -
54378 -#
54379 -# IEEE 1394 (FireWire) support
54380 -#
54381 -# CONFIG_FIREWIRE is not set
54382 -# CONFIG_IEEE1394 is not set
54383 -# CONFIG_I2O is not set
54384 -# CONFIG_MACINTOSH_DRIVERS is not set
54385 -CONFIG_NETDEVICES=y
54386 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
54387 -# CONFIG_DUMMY is not set
54388 -# CONFIG_BONDING is not set
54389 -# CONFIG_MACVLAN is not set
54390 -# CONFIG_EQUALIZER is not set
54391 -# CONFIG_TUN is not set
54392 -# CONFIG_VETH is not set
54393 -# CONFIG_ARCNET is not set
54394 -CONFIG_PHYLIB=y
54395 -
54396 -#
54397 -# MII PHY device drivers
54398 -#
54399 -# CONFIG_MARVELL_PHY is not set
54400 -# CONFIG_DAVICOM_PHY is not set
54401 -# CONFIG_QSEMI_PHY is not set
54402 -# CONFIG_LXT_PHY is not set
54403 -CONFIG_CICADA_PHY=y
54404 -# CONFIG_VITESSE_PHY is not set
54405 -# CONFIG_SMSC_PHY is not set
54406 -# CONFIG_BROADCOM_PHY is not set
54407 -# CONFIG_ICPLUS_PHY is not set
54408 -# CONFIG_REALTEK_PHY is not set
54409 -# CONFIG_FIXED_PHY is not set
54410 -# CONFIG_MDIO_BITBANG is not set
54411 -CONFIG_NET_ETHERNET=y
54412 -CONFIG_MII=y
54413 -# CONFIG_HAPPYMEAL is not set
54414 -# CONFIG_SUNGEM is not set
54415 -# CONFIG_CASSINI is not set
54416 -# CONFIG_NET_VENDOR_3COM is not set
54417 -# CONFIG_ENC28J60 is not set
54418 -# CONFIG_NET_TULIP is not set
54419 -# CONFIG_HP100 is not set
54420 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
54421 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
54422 -# CONFIG_IBM_NEW_EMAC_TAH is not set
54423 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
54424 -CONFIG_NET_PCI=y
54425 -# CONFIG_PCNET32 is not set
54426 -# CONFIG_AMD8111_ETH is not set
54427 -# CONFIG_ADAPTEC_STARFIRE is not set
54428 -# CONFIG_B44 is not set
54429 -# CONFIG_FORCEDETH is not set
54430 -# CONFIG_EEPRO100 is not set
54431 -CONFIG_E100=y
54432 -# CONFIG_FEALNX is not set
54433 -# CONFIG_NATSEMI is not set
54434 -# CONFIG_NE2K_PCI is not set
54435 -# CONFIG_8139CP is not set
54436 -# CONFIG_8139TOO is not set
54437 -# CONFIG_R6040 is not set
54438 -# CONFIG_SIS900 is not set
54439 -# CONFIG_EPIC100 is not set
54440 -# CONFIG_SUNDANCE is not set
54441 -# CONFIG_TLAN is not set
54442 -# CONFIG_VIA_RHINE is not set
54443 -# CONFIG_SC92031 is not set
54444 -CONFIG_NETDEV_1000=y
54445 -# CONFIG_ACENIC is not set
54446 -# CONFIG_DL2K is not set
54447 -# CONFIG_E1000 is not set
54448 -# CONFIG_E1000E is not set
54449 -# CONFIG_E1000E_ENABLED is not set
54450 -# CONFIG_IP1000 is not set
54451 -# CONFIG_IGB is not set
54452 -# CONFIG_NS83820 is not set
54453 -# CONFIG_HAMACHI is not set
54454 -# CONFIG_YELLOWFIN is not set
54455 -# CONFIG_R8169 is not set
54456 -# CONFIG_SIS190 is not set
54457 -# CONFIG_SKGE is not set
54458 -# CONFIG_SKY2 is not set
54459 -# CONFIG_SK98LIN is not set
54460 -# CONFIG_VIA_VELOCITY is not set
54461 -# CONFIG_TIGON3 is not set
54462 -# CONFIG_BNX2 is not set
54463 -CONFIG_GIANFAR=y
54464 -CONFIG_GFAR_NAPI=y
54465 -# CONFIG_QLA3XXX is not set
54466 -# CONFIG_ATL1 is not set
54467 -CONFIG_NETDEV_10000=y
54468 -# CONFIG_CHELSIO_T1 is not set
54469 -# CONFIG_CHELSIO_T3 is not set
54470 -# CONFIG_IXGBE is not set
54471 -# CONFIG_IXGB is not set
54472 -# CONFIG_S2IO is not set
54473 -# CONFIG_MYRI10GE is not set
54474 -# CONFIG_NETXEN_NIC is not set
54475 -# CONFIG_NIU is not set
54476 -# CONFIG_MLX4_CORE is not set
54477 -# CONFIG_TEHUTI is not set
54478 -# CONFIG_BNX2X is not set
54479 -# CONFIG_TR is not set
54480 -
54481 -#
54482 -# Wireless LAN
54483 -#
54484 -# CONFIG_WLAN_PRE80211 is not set
54485 -# CONFIG_WLAN_80211 is not set
54486 -
54487 -#
54488 -# USB Network Adapters
54489 -#
54490 -# CONFIG_USB_CATC is not set
54491 -# CONFIG_USB_KAWETH is not set
54492 -# CONFIG_USB_PEGASUS is not set
54493 -# CONFIG_USB_RTL8150 is not set
54494 -# CONFIG_USB_USBNET is not set
54495 -# CONFIG_WAN is not set
54496 -# CONFIG_FDDI is not set
54497 -# CONFIG_HIPPI is not set
54498 -# CONFIG_PPP is not set
54499 -# CONFIG_SLIP is not set
54500 -# CONFIG_NET_FC is not set
54501 -# CONFIG_NETCONSOLE is not set
54502 -# CONFIG_NETPOLL is not set
54503 -# CONFIG_NET_POLL_CONTROLLER is not set
54504 -# CONFIG_ISDN is not set
54505 -# CONFIG_PHONE is not set
54506 -
54507 -#
54508 -# Input device support
54509 -#
54510 -CONFIG_INPUT=y
54511 -# CONFIG_INPUT_FF_MEMLESS is not set
54512 -# CONFIG_INPUT_POLLDEV is not set
54513 -
54514 -#
54515 -# Userland interfaces
54516 -#
54517 -# CONFIG_INPUT_MOUSEDEV is not set
54518 -# CONFIG_INPUT_JOYDEV is not set
54519 -# CONFIG_INPUT_EVDEV is not set
54520 -# CONFIG_INPUT_EVBUG is not set
54521 -
54522 -#
54523 -# Input Device Drivers
54524 -#
54525 -# CONFIG_INPUT_KEYBOARD is not set
54526 -# CONFIG_INPUT_MOUSE is not set
54527 -# CONFIG_INPUT_JOYSTICK is not set
54528 -# CONFIG_INPUT_TABLET is not set
54529 -# CONFIG_INPUT_TOUCHSCREEN is not set
54530 -# CONFIG_INPUT_MISC is not set
54531 -
54532 -#
54533 -# Hardware I/O ports
54534 -#
54535 -# CONFIG_SERIO is not set
54536 -# CONFIG_GAMEPORT is not set
54537 -
54538 -#
54539 -# Character devices
54540 -#
54541 -# CONFIG_VT is not set
54542 -# CONFIG_SERIAL_NONSTANDARD is not set
54543 -# CONFIG_NOZOMI is not set
54544 -
54545 -#
54546 -# Serial drivers
54547 -#
54548 -CONFIG_SERIAL_8250=y
54549 -CONFIG_SERIAL_8250_CONSOLE=y
54550 -CONFIG_SERIAL_8250_PCI=y
54551 -CONFIG_SERIAL_8250_NR_UARTS=4
54552 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
54553 -# CONFIG_SERIAL_8250_EXTENDED is not set
54554 -
54555 -#
54556 -# Non-8250 serial port support
54557 -#
54558 -# CONFIG_SERIAL_UARTLITE is not set
54559 -CONFIG_SERIAL_CORE=y
54560 -CONFIG_SERIAL_CORE_CONSOLE=y
54561 -# CONFIG_SERIAL_JSM is not set
54562 -# CONFIG_SERIAL_OF_PLATFORM is not set
54563 -CONFIG_UNIX98_PTYS=y
54564 -CONFIG_LEGACY_PTYS=y
54565 -CONFIG_LEGACY_PTY_COUNT=256
54566 -# CONFIG_IPMI_HANDLER is not set
54567 -CONFIG_HW_RANDOM=y
54568 -# CONFIG_NVRAM is not set
54569 -# CONFIG_GEN_RTC is not set
54570 -# CONFIG_R3964 is not set
54571 -# CONFIG_APPLICOM is not set
54572 -# CONFIG_RAW_DRIVER is not set
54573 -# CONFIG_TCG_TPM is not set
54574 -CONFIG_DEVPORT=y
54575 -CONFIG_I2C=y
54576 -CONFIG_I2C_BOARDINFO=y
54577 -CONFIG_I2C_CHARDEV=y
54578 -
54579 -#
54580 -# I2C Algorithms
54581 -#
54582 -# CONFIG_I2C_ALGOBIT is not set
54583 -# CONFIG_I2C_ALGOPCF is not set
54584 -# CONFIG_I2C_ALGOPCA is not set
54585 -
54586 -#
54587 -# I2C Hardware Bus support
54588 -#
54589 -# CONFIG_I2C_ALI1535 is not set
54590 -# CONFIG_I2C_ALI1563 is not set
54591 -# CONFIG_I2C_ALI15X3 is not set
54592 -# CONFIG_I2C_AMD756 is not set
54593 -# CONFIG_I2C_AMD8111 is not set
54594 -# CONFIG_I2C_I801 is not set
54595 -# CONFIG_I2C_I810 is not set
54596 -# CONFIG_I2C_PIIX4 is not set
54597 -CONFIG_I2C_MPC=y
54598 -# CONFIG_I2C_NFORCE2 is not set
54599 -# CONFIG_I2C_OCORES is not set
54600 -# CONFIG_I2C_PARPORT_LIGHT is not set
54601 -# CONFIG_I2C_PROSAVAGE is not set
54602 -# CONFIG_I2C_SAVAGE4 is not set
54603 -# CONFIG_I2C_SIMTEC is not set
54604 -# CONFIG_I2C_SIS5595 is not set
54605 -# CONFIG_I2C_SIS630 is not set
54606 -# CONFIG_I2C_SIS96X is not set
54607 -# CONFIG_I2C_TAOS_EVM is not set
54608 -# CONFIG_I2C_STUB is not set
54609 -# CONFIG_I2C_TINY_USB is not set
54610 -# CONFIG_I2C_VIA is not set
54611 -# CONFIG_I2C_VIAPRO is not set
54612 -# CONFIG_I2C_VOODOO3 is not set
54613 -
54614 -#
54615 -# Miscellaneous I2C Chip support
54616 -#
54617 -# CONFIG_DS1682 is not set
54618 -# CONFIG_SENSORS_EEPROM is not set
54619 -# CONFIG_SENSORS_PCF8574 is not set
54620 -# CONFIG_PCF8575 is not set
54621 -# CONFIG_SENSORS_PCF8591 is not set
54622 -# CONFIG_TPS65010 is not set
54623 -# CONFIG_SENSORS_MAX6875 is not set
54624 -# CONFIG_SENSORS_TSL2550 is not set
54625 -# CONFIG_I2C_DEBUG_CORE is not set
54626 -# CONFIG_I2C_DEBUG_ALGO is not set
54627 -# CONFIG_I2C_DEBUG_BUS is not set
54628 -# CONFIG_I2C_DEBUG_CHIP is not set
54629 -
54630 -#
54631 -# SPI support
54632 -#
54633 -CONFIG_SPI=y
54634 -# CONFIG_SPI_DEBUG is not set
54635 -CONFIG_SPI_MASTER=y
54636 -
54637 -#
54638 -# SPI Master Controller Drivers
54639 -#
54640 -CONFIG_SPI_BITBANG=y
54641 -CONFIG_SPI_MPC83xx=y
54642 -
54643 -#
54644 -# SPI Protocol Masters
54645 -#
54646 -# CONFIG_SPI_AT25 is not set
54647 -# CONFIG_SPI_SPIDEV is not set
54648 -# CONFIG_SPI_TLE62X0 is not set
54649 -# CONFIG_W1 is not set
54650 -# CONFIG_POWER_SUPPLY is not set
54651 -CONFIG_HWMON=y
54652 -# CONFIG_HWMON_VID is not set
54653 -# CONFIG_SENSORS_AD7418 is not set
54654 -# CONFIG_SENSORS_ADM1021 is not set
54655 -# CONFIG_SENSORS_ADM1025 is not set
54656 -# CONFIG_SENSORS_ADM1026 is not set
54657 -# CONFIG_SENSORS_ADM1029 is not set
54658 -# CONFIG_SENSORS_ADM1031 is not set
54659 -# CONFIG_SENSORS_ADM9240 is not set
54660 -# CONFIG_SENSORS_ADT7470 is not set
54661 -# CONFIG_SENSORS_ADT7473 is not set
54662 -# CONFIG_SENSORS_ATXP1 is not set
54663 -# CONFIG_SENSORS_DS1621 is not set
54664 -# CONFIG_SENSORS_I5K_AMB is not set
54665 -# CONFIG_SENSORS_F71805F is not set
54666 -# CONFIG_SENSORS_F71882FG is not set
54667 -# CONFIG_SENSORS_F75375S is not set
54668 -# CONFIG_SENSORS_GL518SM is not set
54669 -# CONFIG_SENSORS_GL520SM is not set
54670 -# CONFIG_SENSORS_IT87 is not set
54671 -# CONFIG_SENSORS_LM63 is not set
54672 -# CONFIG_SENSORS_LM70 is not set
54673 -# CONFIG_SENSORS_LM75 is not set
54674 -# CONFIG_SENSORS_LM77 is not set
54675 -# CONFIG_SENSORS_LM78 is not set
54676 -# CONFIG_SENSORS_LM80 is not set
54677 -# CONFIG_SENSORS_LM83 is not set
54678 -# CONFIG_SENSORS_LM85 is not set
54679 -# CONFIG_SENSORS_LM87 is not set
54680 -# CONFIG_SENSORS_LM90 is not set
54681 -# CONFIG_SENSORS_LM92 is not set
54682 -# CONFIG_SENSORS_LM93 is not set
54683 -# CONFIG_SENSORS_MAX1619 is not set
54684 -# CONFIG_SENSORS_MAX6650 is not set
54685 -# CONFIG_SENSORS_PC87360 is not set
54686 -# CONFIG_SENSORS_PC87427 is not set
54687 -# CONFIG_SENSORS_SIS5595 is not set
54688 -# CONFIG_SENSORS_DME1737 is not set
54689 -# CONFIG_SENSORS_SMSC47M1 is not set
54690 -# CONFIG_SENSORS_SMSC47M192 is not set
54691 -# CONFIG_SENSORS_SMSC47B397 is not set
54692 -# CONFIG_SENSORS_ADS7828 is not set
54693 -# CONFIG_SENSORS_THMC50 is not set
54694 -# CONFIG_SENSORS_VIA686A is not set
54695 -# CONFIG_SENSORS_VT1211 is not set
54696 -# CONFIG_SENSORS_VT8231 is not set
54697 -# CONFIG_SENSORS_W83781D is not set
54698 -# CONFIG_SENSORS_W83791D is not set
54699 -# CONFIG_SENSORS_W83792D is not set
54700 -# CONFIG_SENSORS_W83793 is not set
54701 -# CONFIG_SENSORS_W83L785TS is not set
54702 -# CONFIG_SENSORS_W83L786NG is not set
54703 -# CONFIG_SENSORS_W83627HF is not set
54704 -# CONFIG_SENSORS_W83627EHF is not set
54705 -# CONFIG_HWMON_DEBUG_CHIP is not set
54706 -# CONFIG_THERMAL is not set
54707 -CONFIG_WATCHDOG=y
54708 -# CONFIG_WATCHDOG_NOWAYOUT is not set
54709 -
54710 -#
54711 -# Watchdog Device Drivers
54712 -#
54713 -# CONFIG_SOFT_WATCHDOG is not set
54714 -CONFIG_83xx_WDT=y
54715 -
54716 -#
54717 -# PCI-based Watchdog Cards
54718 -#
54719 -# CONFIG_PCIPCWATCHDOG is not set
54720 -# CONFIG_WDTPCI is not set
54721 -
54722 -#
54723 -# USB-based Watchdog Cards
54724 -#
54725 -# CONFIG_USBPCWATCHDOG is not set
54726 -
54727 -#
54728 -# Sonics Silicon Backplane
54729 -#
54730 -CONFIG_SSB_POSSIBLE=y
54731 -# CONFIG_SSB is not set
54732 -
54733 -#
54734 -# Multifunction device drivers
54735 -#
54736 -# CONFIG_MFD_SM501 is not set
54737 -
54738 -#
54739 -# Multimedia devices
54740 -#
54741 -# CONFIG_VIDEO_DEV is not set
54742 -# CONFIG_DVB_CORE is not set
54743 -CONFIG_DAB=y
54744 -# CONFIG_USB_DABUSB is not set
54745 -
54746 -#
54747 -# Graphics support
54748 -#
54749 -# CONFIG_AGP is not set
54750 -# CONFIG_DRM is not set
54751 -# CONFIG_VGASTATE is not set
54752 -CONFIG_VIDEO_OUTPUT_CONTROL=m
54753 -# CONFIG_FB is not set
54754 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
54755 -
54756 -#
54757 -# Display device support
54758 -#
54759 -# CONFIG_DISPLAY_SUPPORT is not set
54760 -
54761 -#
54762 -# Sound
54763 -#
54764 -# CONFIG_SOUND is not set
54765 -CONFIG_HID_SUPPORT=y
54766 -CONFIG_HID=y
54767 -# CONFIG_HID_DEBUG is not set
54768 -# CONFIG_HIDRAW is not set
54769 -
54770 -#
54771 -# USB Input Devices
54772 -#
54773 -# CONFIG_USB_HID is not set
54774 -
54775 -#
54776 -# USB HID Boot Protocol drivers
54777 -#
54778 -# CONFIG_USB_KBD is not set
54779 -# CONFIG_USB_MOUSE is not set
54780 -CONFIG_USB_SUPPORT=y
54781 -CONFIG_USB_ARCH_HAS_HCD=y
54782 -CONFIG_USB_ARCH_HAS_OHCI=y
54783 -CONFIG_USB_ARCH_HAS_EHCI=y
54784 -CONFIG_USB=y
54785 -# CONFIG_USB_DEBUG is not set
54786 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
54787 -
54788 -#
54789 -# Miscellaneous USB options
54790 -#
54791 -CONFIG_USB_DEVICEFS=y
54792 -CONFIG_USB_DEVICE_CLASS=y
54793 -# CONFIG_USB_DYNAMIC_MINORS is not set
54794 -# CONFIG_USB_OTG is not set
54795 -
54796 -#
54797 -# USB Host Controller Drivers
54798 -#
54799 -CONFIG_USB_EHCI_HCD=y
54800 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
54801 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
54802 -CONFIG_USB_EHCI_FSL=y
54803 -CONFIG_USB_EHCI_HCD_PPC_OF=y
54804 -# CONFIG_USB_ISP116X_HCD is not set
54805 -CONFIG_USB_OHCI_HCD=y
54806 -CONFIG_USB_OHCI_HCD_PPC_OF=y
54807 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
54808 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
54809 -CONFIG_USB_OHCI_HCD_PCI=y
54810 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
54811 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
54812 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
54813 -CONFIG_USB_UHCI_HCD=y
54814 -# CONFIG_USB_SL811_HCD is not set
54815 -# CONFIG_USB_R8A66597_HCD is not set
54816 -
54817 -#
54818 -# USB Device Class drivers
54819 -#
54820 -# CONFIG_USB_ACM is not set
54821 -# CONFIG_USB_PRINTER is not set
54822 -
54823 -#
54824 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
54825 -#
54826 -
54827 -#
54828 -# may also be needed; see USB_STORAGE Help for more information
54829 -#
54830 -CONFIG_USB_STORAGE=y
54831 -# CONFIG_USB_STORAGE_DEBUG is not set
54832 -# CONFIG_USB_STORAGE_DATAFAB is not set
54833 -# CONFIG_USB_STORAGE_FREECOM is not set
54834 -# CONFIG_USB_STORAGE_ISD200 is not set
54835 -# CONFIG_USB_STORAGE_DPCM is not set
54836 -# CONFIG_USB_STORAGE_USBAT is not set
54837 -# CONFIG_USB_STORAGE_SDDR09 is not set
54838 -# CONFIG_USB_STORAGE_SDDR55 is not set
54839 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
54840 -# CONFIG_USB_STORAGE_ALAUDA is not set
54841 -# CONFIG_USB_STORAGE_KARMA is not set
54842 -# CONFIG_USB_LIBUSUAL is not set
54843 -
54844 -#
54845 -# USB Imaging devices
54846 -#
54847 -# CONFIG_USB_MDC800 is not set
54848 -# CONFIG_USB_MICROTEK is not set
54849 -CONFIG_USB_MON=y
54850 -
54851 -#
54852 -# USB port drivers
54853 -#
54854 -# CONFIG_USB_SERIAL is not set
54855 -
54856 -#
54857 -# USB Miscellaneous drivers
54858 -#
54859 -# CONFIG_USB_EMI62 is not set
54860 -# CONFIG_USB_EMI26 is not set
54861 -# CONFIG_USB_ADUTUX is not set
54862 -# CONFIG_USB_AUERSWALD is not set
54863 -# CONFIG_USB_RIO500 is not set
54864 -# CONFIG_USB_LEGOTOWER is not set
54865 -# CONFIG_USB_LCD is not set
54866 -# CONFIG_USB_BERRY_CHARGE is not set
54867 -# CONFIG_USB_LED is not set
54868 -# CONFIG_USB_CYPRESS_CY7C63 is not set
54869 -# CONFIG_USB_CYTHERM is not set
54870 -# CONFIG_USB_PHIDGET is not set
54871 -# CONFIG_USB_IDMOUSE is not set
54872 -# CONFIG_USB_FTDI_ELAN is not set
54873 -# CONFIG_USB_APPLEDISPLAY is not set
54874 -# CONFIG_USB_SISUSBVGA is not set
54875 -# CONFIG_USB_LD is not set
54876 -# CONFIG_USB_TRANCEVIBRATOR is not set
54877 -# CONFIG_USB_IOWARRIOR is not set
54878 -# CONFIG_USB_TEST is not set
54879 -CONFIG_USB_GADGET=y
54880 -# CONFIG_USB_GADGET_DEBUG is not set
54881 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
54882 -CONFIG_USB_GADGET_SELECTED=y
54883 -# CONFIG_USB_GADGET_AMD5536UDC is not set
54884 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
54885 -# CONFIG_USB_GADGET_FSL_USB2 is not set
54886 -CONFIG_USB_GADGET_NET2280=y
54887 -CONFIG_USB_NET2280=y
54888 -# CONFIG_USB_GADGET_PXA2XX is not set
54889 -# CONFIG_USB_GADGET_M66592 is not set
54890 -# CONFIG_USB_GADGET_GOKU is not set
54891 -# CONFIG_USB_GADGET_LH7A40X is not set
54892 -# CONFIG_USB_GADGET_OMAP is not set
54893 -# CONFIG_USB_GADGET_S3C2410 is not set
54894 -# CONFIG_USB_GADGET_AT91 is not set
54895 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
54896 -CONFIG_USB_GADGET_DUALSPEED=y
54897 -# CONFIG_USB_ZERO is not set
54898 -CONFIG_USB_ETH=y
54899 -CONFIG_USB_ETH_RNDIS=y
54900 -# CONFIG_USB_GADGETFS is not set
54901 -# CONFIG_USB_FILE_STORAGE is not set
54902 -# CONFIG_USB_G_SERIAL is not set
54903 -# CONFIG_USB_MIDI_GADGET is not set
54904 -# CONFIG_USB_G_PRINTER is not set
54905 -# CONFIG_MMC is not set
54906 -# CONFIG_MEMSTICK is not set
54907 -# CONFIG_NEW_LEDS is not set
54908 -# CONFIG_INFINIBAND is not set
54909 -# CONFIG_EDAC is not set
54910 -CONFIG_RTC_LIB=y
54911 -CONFIG_RTC_CLASS=y
54912 -CONFIG_RTC_HCTOSYS=y
54913 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
54914 -# CONFIG_RTC_DEBUG is not set
54915 -
54916 -#
54917 -# RTC interfaces
54918 -#
54919 -CONFIG_RTC_INTF_SYSFS=y
54920 -CONFIG_RTC_INTF_PROC=y
54921 -CONFIG_RTC_INTF_DEV=y
54922 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
54923 -# CONFIG_RTC_DRV_TEST is not set
54924 -
54925 -#
54926 -# I2C RTC drivers
54927 -#
54928 -CONFIG_RTC_DRV_DS1307=y
54929 -# CONFIG_RTC_DRV_DS1374 is not set
54930 -# CONFIG_RTC_DRV_DS1672 is not set
54931 -# CONFIG_RTC_DRV_MAX6900 is not set
54932 -# CONFIG_RTC_DRV_RS5C372 is not set
54933 -# CONFIG_RTC_DRV_ISL1208 is not set
54934 -# CONFIG_RTC_DRV_X1205 is not set
54935 -# CONFIG_RTC_DRV_PCF8563 is not set
54936 -# CONFIG_RTC_DRV_PCF8583 is not set
54937 -# CONFIG_RTC_DRV_M41T80 is not set
54938 -# CONFIG_RTC_DRV_S35390A is not set
54939 -
54940 -#
54941 -# SPI RTC drivers
54942 -#
54943 -# CONFIG_RTC_DRV_MAX6902 is not set
54944 -# CONFIG_RTC_DRV_R9701 is not set
54945 -# CONFIG_RTC_DRV_RS5C348 is not set
54946 -
54947 -#
54948 -# Platform RTC drivers
54949 -#
54950 -# CONFIG_RTC_DRV_CMOS is not set
54951 -# CONFIG_RTC_DRV_DS1511 is not set
54952 -# CONFIG_RTC_DRV_DS1553 is not set
54953 -# CONFIG_RTC_DRV_DS1742 is not set
54954 -# CONFIG_RTC_DRV_STK17TA8 is not set
54955 -# CONFIG_RTC_DRV_M48T86 is not set
54956 -# CONFIG_RTC_DRV_M48T59 is not set
54957 -# CONFIG_RTC_DRV_V3020 is not set
54958 -
54959 -#
54960 -# on-CPU RTC drivers
54961 -#
54962 -# CONFIG_DMADEVICES is not set
54963 -
54964 -#
54965 -# Userspace I/O
54966 -#
54967 -# CONFIG_UIO is not set
54968 -
54969 -#
54970 -# File systems
54971 -#
54972 -CONFIG_EXT2_FS=y
54973 -# CONFIG_EXT2_FS_XATTR is not set
54974 -# CONFIG_EXT2_FS_XIP is not set
54975 -CONFIG_EXT3_FS=y
54976 -CONFIG_EXT3_FS_XATTR=y
54977 -# CONFIG_EXT3_FS_POSIX_ACL is not set
54978 -# CONFIG_EXT3_FS_SECURITY is not set
54979 -# CONFIG_EXT4DEV_FS is not set
54980 -CONFIG_JBD=y
54981 -CONFIG_FS_MBCACHE=y
54982 -# CONFIG_REISERFS_FS is not set
54983 -# CONFIG_JFS_FS is not set
54984 -# CONFIG_FS_POSIX_ACL is not set
54985 -# CONFIG_XFS_FS is not set
54986 -# CONFIG_GFS2_FS is not set
54987 -# CONFIG_OCFS2_FS is not set
54988 -CONFIG_DNOTIFY=y
54989 -CONFIG_INOTIFY=y
54990 -CONFIG_INOTIFY_USER=y
54991 -# CONFIG_QUOTA is not set
54992 -# CONFIG_AUTOFS_FS is not set
54993 -# CONFIG_AUTOFS4_FS is not set
54994 -# CONFIG_FUSE_FS is not set
54995 -
54996 -#
54997 -# CD-ROM/DVD Filesystems
54998 -#
54999 -# CONFIG_ISO9660_FS is not set
55000 -# CONFIG_UDF_FS is not set
55001 -
55002 -#
55003 -# DOS/FAT/NT Filesystems
55004 -#
55005 -# CONFIG_MSDOS_FS is not set
55006 -# CONFIG_VFAT_FS is not set
55007 -# CONFIG_NTFS_FS is not set
55008 -
55009 -#
55010 -# Pseudo filesystems
55011 -#
55012 -CONFIG_PROC_FS=y
55013 -CONFIG_PROC_KCORE=y
55014 -CONFIG_PROC_SYSCTL=y
55015 -CONFIG_SYSFS=y
55016 -CONFIG_TMPFS=y
55017 -# CONFIG_TMPFS_POSIX_ACL is not set
55018 -# CONFIG_HUGETLB_PAGE is not set
55019 -# CONFIG_CONFIGFS_FS is not set
55020 -
55021 -#
55022 -# Miscellaneous filesystems
55023 -#
55024 -# CONFIG_ADFS_FS is not set
55025 -# CONFIG_AFFS_FS is not set
55026 -# CONFIG_HFS_FS is not set
55027 -# CONFIG_HFSPLUS_FS is not set
55028 -# CONFIG_BEFS_FS is not set
55029 -# CONFIG_BFS_FS is not set
55030 -# CONFIG_EFS_FS is not set
55031 -CONFIG_JFFS2_FS=y
55032 -CONFIG_JFFS2_FS_DEBUG=0
55033 -CONFIG_JFFS2_FS_WRITEBUFFER=y
55034 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
55035 -# CONFIG_JFFS2_SUMMARY is not set
55036 -# CONFIG_JFFS2_FS_XATTR is not set
55037 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
55038 -CONFIG_JFFS2_ZLIB=y
55039 -# CONFIG_JFFS2_LZO is not set
55040 -CONFIG_JFFS2_RTIME=y
55041 -# CONFIG_JFFS2_RUBIN is not set
55042 -# CONFIG_CRAMFS is not set
55043 -# CONFIG_VXFS_FS is not set
55044 -# CONFIG_MINIX_FS is not set
55045 -# CONFIG_HPFS_FS is not set
55046 -# CONFIG_QNX4FS_FS is not set
55047 -# CONFIG_ROMFS_FS is not set
55048 -# CONFIG_SYSV_FS is not set
55049 -# CONFIG_UFS_FS is not set
55050 -CONFIG_NETWORK_FILESYSTEMS=y
55051 -CONFIG_NFS_FS=y
55052 -CONFIG_NFS_V3=y
55053 -# CONFIG_NFS_V3_ACL is not set
55054 -CONFIG_NFS_V4=y
55055 -# CONFIG_NFS_DIRECTIO is not set
55056 -# CONFIG_NFSD is not set
55057 -CONFIG_ROOT_NFS=y
55058 -CONFIG_LOCKD=y
55059 -CONFIG_LOCKD_V4=y
55060 -CONFIG_NFS_COMMON=y
55061 -CONFIG_SUNRPC=y
55062 -CONFIG_SUNRPC_GSS=y
55063 -# CONFIG_SUNRPC_BIND34 is not set
55064 -CONFIG_RPCSEC_GSS_KRB5=y
55065 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
55066 -# CONFIG_SMB_FS is not set
55067 -# CONFIG_CIFS is not set
55068 -# CONFIG_NCP_FS is not set
55069 -# CONFIG_CODA_FS is not set
55070 -# CONFIG_AFS_FS is not set
55071 -
55072 -#
55073 -# Partition Types
55074 -#
55075 -CONFIG_PARTITION_ADVANCED=y
55076 -# CONFIG_ACORN_PARTITION is not set
55077 -# CONFIG_OSF_PARTITION is not set
55078 -# CONFIG_AMIGA_PARTITION is not set
55079 -# CONFIG_ATARI_PARTITION is not set
55080 -# CONFIG_MAC_PARTITION is not set
55081 -CONFIG_MSDOS_PARTITION=y
55082 -# CONFIG_BSD_DISKLABEL is not set
55083 -# CONFIG_MINIX_SUBPARTITION is not set
55084 -# CONFIG_SOLARIS_X86_PARTITION is not set
55085 -# CONFIG_UNIXWARE_DISKLABEL is not set
55086 -# CONFIG_LDM_PARTITION is not set
55087 -# CONFIG_SGI_PARTITION is not set
55088 -# CONFIG_ULTRIX_PARTITION is not set
55089 -# CONFIG_SUN_PARTITION is not set
55090 -# CONFIG_KARMA_PARTITION is not set
55091 -# CONFIG_EFI_PARTITION is not set
55092 -# CONFIG_SYSV68_PARTITION is not set
55093 -# CONFIG_NLS is not set
55094 -# CONFIG_DLM is not set
55095 -
55096 -#
55097 -# Library routines
55098 -#
55099 -CONFIG_BITREVERSE=y
55100 -# CONFIG_CRC_CCITT is not set
55101 -# CONFIG_CRC16 is not set
55102 -# CONFIG_CRC_ITU_T is not set
55103 -CONFIG_CRC32=y
55104 -# CONFIG_CRC7 is not set
55105 -# CONFIG_LIBCRC32C is not set
55106 -CONFIG_ZLIB_INFLATE=y
55107 -CONFIG_ZLIB_DEFLATE=y
55108 -CONFIG_PLIST=y
55109 -CONFIG_HAS_IOMEM=y
55110 -CONFIG_HAS_IOPORT=y
55111 -CONFIG_HAS_DMA=y
55112 -
55113 -#
55114 -# Kernel hacking
55115 -#
55116 -# CONFIG_PRINTK_TIME is not set
55117 -CONFIG_ENABLE_WARN_DEPRECATED=y
55118 -CONFIG_ENABLE_MUST_CHECK=y
55119 -# CONFIG_MAGIC_SYSRQ is not set
55120 -# CONFIG_UNUSED_SYMBOLS is not set
55121 -# CONFIG_DEBUG_FS is not set
55122 -# CONFIG_HEADERS_CHECK is not set
55123 -CONFIG_DEBUG_KERNEL=y
55124 -# CONFIG_DEBUG_SHIRQ is not set
55125 -CONFIG_DETECT_SOFTLOCKUP=y
55126 -CONFIG_SCHED_DEBUG=y
55127 -# CONFIG_SCHEDSTATS is not set
55128 -# CONFIG_TIMER_STATS is not set
55129 -# CONFIG_SLUB_DEBUG_ON is not set
55130 -# CONFIG_SLUB_STATS is not set
55131 -# CONFIG_DEBUG_RT_MUTEXES is not set
55132 -# CONFIG_RT_MUTEX_TESTER is not set
55133 -# CONFIG_DEBUG_SPINLOCK is not set
55134 -# CONFIG_DEBUG_MUTEXES is not set
55135 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
55136 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
55137 -# CONFIG_DEBUG_KOBJECT is not set
55138 -# CONFIG_DEBUG_BUGVERBOSE is not set
55139 -# CONFIG_DEBUG_INFO is not set
55140 -# CONFIG_DEBUG_VM is not set
55141 -# CONFIG_DEBUG_LIST is not set
55142 -# CONFIG_DEBUG_SG is not set
55143 -# CONFIG_BOOT_PRINTK_DELAY is not set
55144 -# CONFIG_RCU_TORTURE_TEST is not set
55145 -# CONFIG_BACKTRACE_SELF_TEST is not set
55146 -# CONFIG_FAULT_INJECTION is not set
55147 -# CONFIG_SAMPLES is not set
55148 -# CONFIG_DEBUG_STACKOVERFLOW is not set
55149 -# CONFIG_DEBUG_STACK_USAGE is not set
55150 -# CONFIG_DEBUG_PAGEALLOC is not set
55151 -# CONFIG_DEBUGGER is not set
55152 -# CONFIG_BDI_SWITCH is not set
55153 -# CONFIG_PPC_EARLY_DEBUG is not set
55154 -
55155 -#
55156 -# Security options
55157 -#
55158 -# CONFIG_KEYS is not set
55159 -# CONFIG_SECURITY is not set
55160 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
55161 -CONFIG_CRYPTO=y
55162 -CONFIG_CRYPTO_ALGAPI=y
55163 -CONFIG_CRYPTO_BLKCIPHER=y
55164 -# CONFIG_CRYPTO_SEQIV is not set
55165 -CONFIG_CRYPTO_MANAGER=y
55166 -# CONFIG_CRYPTO_HMAC is not set
55167 -# CONFIG_CRYPTO_XCBC is not set
55168 -# CONFIG_CRYPTO_NULL is not set
55169 -# CONFIG_CRYPTO_MD4 is not set
55170 -CONFIG_CRYPTO_MD5=y
55171 -# CONFIG_CRYPTO_SHA1 is not set
55172 -# CONFIG_CRYPTO_SHA256 is not set
55173 -# CONFIG_CRYPTO_SHA512 is not set
55174 -# CONFIG_CRYPTO_WP512 is not set
55175 -# CONFIG_CRYPTO_TGR192 is not set
55176 -# CONFIG_CRYPTO_GF128MUL is not set
55177 -# CONFIG_CRYPTO_ECB is not set
55178 -CONFIG_CRYPTO_CBC=y
55179 -CONFIG_CRYPTO_PCBC=m
55180 -# CONFIG_CRYPTO_LRW is not set
55181 -# CONFIG_CRYPTO_XTS is not set
55182 -# CONFIG_CRYPTO_CTR is not set
55183 -# CONFIG_CRYPTO_GCM is not set
55184 -# CONFIG_CRYPTO_CCM is not set
55185 -# CONFIG_CRYPTO_CRYPTD is not set
55186 -CONFIG_CRYPTO_DES=y
55187 -# CONFIG_CRYPTO_FCRYPT is not set
55188 -# CONFIG_CRYPTO_BLOWFISH is not set
55189 -# CONFIG_CRYPTO_TWOFISH is not set
55190 -# CONFIG_CRYPTO_SERPENT is not set
55191 -# CONFIG_CRYPTO_AES is not set
55192 -# CONFIG_CRYPTO_CAST5 is not set
55193 -# CONFIG_CRYPTO_CAST6 is not set
55194 -# CONFIG_CRYPTO_TEA is not set
55195 -# CONFIG_CRYPTO_ARC4 is not set
55196 -# CONFIG_CRYPTO_KHAZAD is not set
55197 -# CONFIG_CRYPTO_ANUBIS is not set
55198 -# CONFIG_CRYPTO_SEED is not set
55199 -# CONFIG_CRYPTO_SALSA20 is not set
55200 -# CONFIG_CRYPTO_DEFLATE is not set
55201 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
55202 -# CONFIG_CRYPTO_CRC32C is not set
55203 -# CONFIG_CRYPTO_CAMELLIA is not set
55204 -# CONFIG_CRYPTO_TEST is not set
55205 -# CONFIG_CRYPTO_AUTHENC is not set
55206 -# CONFIG_CRYPTO_LZO is not set
55207 -CONFIG_CRYPTO_HW=y
55208 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
55209 -# CONFIG_PPC_CLOCK is not set
55210 --- a/arch/powerpc/configs/mpc8315_rdb_defconfig
55211 +++ /dev/null
55212 @@ -1,1451 +0,0 @@
55213 -#
55214 -# Automatically generated make config: don't edit
55215 -# Linux kernel version: 2.6.25-rc6
55216 -# Mon Mar 24 08:48:15 2008
55217 -#
55218 -# CONFIG_PPC64 is not set
55219 -
55220 -#
55221 -# Processor support
55222 -#
55223 -CONFIG_6xx=y
55224 -# CONFIG_PPC_85xx is not set
55225 -# CONFIG_PPC_8xx is not set
55226 -# CONFIG_40x is not set
55227 -# CONFIG_44x is not set
55228 -# CONFIG_E200 is not set
55229 -CONFIG_PPC_FPU=y
55230 -# CONFIG_FSL_EMB_PERFMON is not set
55231 -CONFIG_PPC_STD_MMU=y
55232 -CONFIG_PPC_STD_MMU_32=y
55233 -# CONFIG_PPC_MM_SLICES is not set
55234 -# CONFIG_SMP is not set
55235 -CONFIG_PPC32=y
55236 -CONFIG_WORD_SIZE=32
55237 -CONFIG_PPC_MERGE=y
55238 -CONFIG_MMU=y
55239 -CONFIG_GENERIC_CMOS_UPDATE=y
55240 -CONFIG_GENERIC_TIME=y
55241 -CONFIG_GENERIC_TIME_VSYSCALL=y
55242 -CONFIG_GENERIC_CLOCKEVENTS=y
55243 -CONFIG_GENERIC_HARDIRQS=y
55244 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
55245 -CONFIG_IRQ_PER_CPU=y
55246 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
55247 -CONFIG_ARCH_HAS_ILOG2_U32=y
55248 -CONFIG_GENERIC_HWEIGHT=y
55249 -CONFIG_GENERIC_CALIBRATE_DELAY=y
55250 -CONFIG_GENERIC_FIND_NEXT_BIT=y
55251 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
55252 -CONFIG_PPC=y
55253 -CONFIG_EARLY_PRINTK=y
55254 -CONFIG_GENERIC_NVRAM=y
55255 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
55256 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
55257 -CONFIG_PPC_OF=y
55258 -CONFIG_OF=y
55259 -CONFIG_PPC_UDBG_16550=y
55260 -# CONFIG_GENERIC_TBSYNC is not set
55261 -CONFIG_AUDIT_ARCH=y
55262 -CONFIG_GENERIC_BUG=y
55263 -CONFIG_DEFAULT_UIMAGE=y
55264 -# CONFIG_PPC_DCR_NATIVE is not set
55265 -# CONFIG_PPC_DCR_MMIO is not set
55266 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
55267 -
55268 -#
55269 -# General setup
55270 -#
55271 -CONFIG_EXPERIMENTAL=y
55272 -CONFIG_BROKEN_ON_SMP=y
55273 -CONFIG_INIT_ENV_ARG_LIMIT=32
55274 -CONFIG_LOCALVERSION=""
55275 -CONFIG_LOCALVERSION_AUTO=y
55276 -CONFIG_SWAP=y
55277 -CONFIG_SYSVIPC=y
55278 -CONFIG_SYSVIPC_SYSCTL=y
55279 -# CONFIG_POSIX_MQUEUE is not set
55280 -# CONFIG_BSD_PROCESS_ACCT is not set
55281 -# CONFIG_TASKSTATS is not set
55282 -# CONFIG_AUDIT is not set
55283 -# CONFIG_IKCONFIG is not set
55284 -CONFIG_LOG_BUF_SHIFT=14
55285 -# CONFIG_CGROUPS is not set
55286 -CONFIG_GROUP_SCHED=y
55287 -# CONFIG_FAIR_GROUP_SCHED is not set
55288 -# CONFIG_RT_GROUP_SCHED is not set
55289 -CONFIG_USER_SCHED=y
55290 -# CONFIG_CGROUP_SCHED is not set
55291 -CONFIG_SYSFS_DEPRECATED=y
55292 -CONFIG_SYSFS_DEPRECATED_V2=y
55293 -# CONFIG_RELAY is not set
55294 -# CONFIG_NAMESPACES is not set
55295 -CONFIG_BLK_DEV_INITRD=y
55296 -CONFIG_INITRAMFS_SOURCE=""
55297 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
55298 -CONFIG_SYSCTL=y
55299 -CONFIG_EMBEDDED=y
55300 -CONFIG_SYSCTL_SYSCALL=y
55301 -# CONFIG_KALLSYMS is not set
55302 -CONFIG_HOTPLUG=y
55303 -CONFIG_PRINTK=y
55304 -CONFIG_BUG=y
55305 -CONFIG_ELF_CORE=y
55306 -CONFIG_COMPAT_BRK=y
55307 -CONFIG_BASE_FULL=y
55308 -CONFIG_FUTEX=y
55309 -CONFIG_ANON_INODES=y
55310 -# CONFIG_EPOLL is not set
55311 -CONFIG_SIGNALFD=y
55312 -CONFIG_TIMERFD=y
55313 -CONFIG_EVENTFD=y
55314 -CONFIG_SHMEM=y
55315 -CONFIG_VM_EVENT_COUNTERS=y
55316 -CONFIG_SLUB_DEBUG=y
55317 -# CONFIG_SLAB is not set
55318 -CONFIG_SLUB=y
55319 -# CONFIG_SLOB is not set
55320 -# CONFIG_PROFILING is not set
55321 -# CONFIG_MARKERS is not set
55322 -CONFIG_HAVE_OPROFILE=y
55323 -CONFIG_HAVE_KPROBES=y
55324 -CONFIG_HAVE_KRETPROBES=y
55325 -CONFIG_PROC_PAGE_MONITOR=y
55326 -CONFIG_SLABINFO=y
55327 -CONFIG_RT_MUTEXES=y
55328 -# CONFIG_TINY_SHMEM is not set
55329 -CONFIG_BASE_SMALL=0
55330 -CONFIG_MODULES=y
55331 -CONFIG_MODULE_UNLOAD=y
55332 -# CONFIG_MODULE_FORCE_UNLOAD is not set
55333 -# CONFIG_MODVERSIONS is not set
55334 -# CONFIG_MODULE_SRCVERSION_ALL is not set
55335 -# CONFIG_KMOD is not set
55336 -CONFIG_BLOCK=y
55337 -# CONFIG_LBD is not set
55338 -# CONFIG_BLK_DEV_IO_TRACE is not set
55339 -# CONFIG_LSF is not set
55340 -# CONFIG_BLK_DEV_BSG is not set
55341 -
55342 -#
55343 -# IO Schedulers
55344 -#
55345 -CONFIG_IOSCHED_NOOP=y
55346 -CONFIG_IOSCHED_AS=y
55347 -CONFIG_IOSCHED_DEADLINE=y
55348 -CONFIG_IOSCHED_CFQ=y
55349 -CONFIG_DEFAULT_AS=y
55350 -# CONFIG_DEFAULT_DEADLINE is not set
55351 -# CONFIG_DEFAULT_CFQ is not set
55352 -# CONFIG_DEFAULT_NOOP is not set
55353 -CONFIG_DEFAULT_IOSCHED="anticipatory"
55354 -CONFIG_CLASSIC_RCU=y
55355 -
55356 -#
55357 -# Platform support
55358 -#
55359 -# CONFIG_PPC_MULTIPLATFORM is not set
55360 -# CONFIG_PPC_82xx is not set
55361 -CONFIG_PPC_83xx=y
55362 -# CONFIG_PPC_86xx is not set
55363 -# CONFIG_PPC_MPC512x is not set
55364 -# CONFIG_PPC_MPC5121 is not set
55365 -# CONFIG_PPC_CELL is not set
55366 -# CONFIG_PPC_CELL_NATIVE is not set
55367 -# CONFIG_PQ2ADS is not set
55368 -CONFIG_MPC83xx=y
55369 -CONFIG_MPC831x_RDB=y
55370 -# CONFIG_MPC832x_MDS is not set
55371 -# CONFIG_MPC832x_RDB is not set
55372 -# CONFIG_MPC834x_MDS is not set
55373 -# CONFIG_MPC834x_ITX is not set
55374 -# CONFIG_MPC836x_MDS is not set
55375 -# CONFIG_MPC837x_MDS is not set
55376 -# CONFIG_MPC837x_RDB is not set
55377 -# CONFIG_SBC834x is not set
55378 -CONFIG_PPC_MPC831x=y
55379 -CONFIG_IPIC=y
55380 -# CONFIG_MPIC is not set
55381 -# CONFIG_MPIC_WEIRD is not set
55382 -# CONFIG_PPC_I8259 is not set
55383 -# CONFIG_PPC_RTAS is not set
55384 -# CONFIG_MMIO_NVRAM is not set
55385 -# CONFIG_PPC_MPC106 is not set
55386 -# CONFIG_PPC_970_NAP is not set
55387 -# CONFIG_PPC_INDIRECT_IO is not set
55388 -# CONFIG_GENERIC_IOMAP is not set
55389 -# CONFIG_CPU_FREQ is not set
55390 -# CONFIG_FSL_ULI1575 is not set
55391 -
55392 -#
55393 -# Kernel options
55394 -#
55395 -# CONFIG_HIGHMEM is not set
55396 -CONFIG_TICK_ONESHOT=y
55397 -CONFIG_NO_HZ=y
55398 -CONFIG_HIGH_RES_TIMERS=y
55399 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
55400 -# CONFIG_HZ_100 is not set
55401 -CONFIG_HZ_250=y
55402 -# CONFIG_HZ_300 is not set
55403 -# CONFIG_HZ_1000 is not set
55404 -CONFIG_HZ=250
55405 -# CONFIG_SCHED_HRTICK is not set
55406 -CONFIG_PREEMPT_NONE=y
55407 -# CONFIG_PREEMPT_VOLUNTARY is not set
55408 -# CONFIG_PREEMPT is not set
55409 -CONFIG_BINFMT_ELF=y
55410 -# CONFIG_BINFMT_MISC is not set
55411 -# CONFIG_IOMMU_HELPER is not set
55412 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
55413 -CONFIG_ARCH_HAS_WALK_MEMORY=y
55414 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
55415 -CONFIG_ARCH_FLATMEM_ENABLE=y
55416 -CONFIG_ARCH_POPULATES_NODE_MAP=y
55417 -CONFIG_SELECT_MEMORY_MODEL=y
55418 -CONFIG_FLATMEM_MANUAL=y
55419 -# CONFIG_DISCONTIGMEM_MANUAL is not set
55420 -# CONFIG_SPARSEMEM_MANUAL is not set
55421 -CONFIG_FLATMEM=y
55422 -CONFIG_FLAT_NODE_MEM_MAP=y
55423 -# CONFIG_SPARSEMEM_STATIC is not set
55424 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
55425 -CONFIG_SPLIT_PTLOCK_CPUS=4
55426 -# CONFIG_RESOURCES_64BIT is not set
55427 -CONFIG_ZONE_DMA_FLAG=1
55428 -CONFIG_BOUNCE=y
55429 -CONFIG_VIRT_TO_BUS=y
55430 -CONFIG_PROC_DEVICETREE=y
55431 -# CONFIG_CMDLINE_BOOL is not set
55432 -# CONFIG_PM is not set
55433 -CONFIG_SECCOMP=y
55434 -CONFIG_ISA_DMA_API=y
55435 -
55436 -#
55437 -# Bus options
55438 -#
55439 -CONFIG_ZONE_DMA=y
55440 -CONFIG_GENERIC_ISA_DMA=y
55441 -CONFIG_PPC_INDIRECT_PCI=y
55442 -CONFIG_FSL_SOC=y
55443 -CONFIG_PCI=y
55444 -CONFIG_PCI_DOMAINS=y
55445 -CONFIG_PCI_SYSCALL=y
55446 -# CONFIG_PCIEPORTBUS is not set
55447 -CONFIG_ARCH_SUPPORTS_MSI=y
55448 -# CONFIG_PCI_MSI is not set
55449 -CONFIG_PCI_LEGACY=y
55450 -# CONFIG_PCI_DEBUG is not set
55451 -# CONFIG_PCCARD is not set
55452 -# CONFIG_HOTPLUG_PCI is not set
55453 -
55454 -#
55455 -# Advanced setup
55456 -#
55457 -# CONFIG_ADVANCED_OPTIONS is not set
55458 -
55459 -#
55460 -# Default settings for advanced configuration options are used
55461 -#
55462 -CONFIG_HIGHMEM_START=0xfe000000
55463 -CONFIG_LOWMEM_SIZE=0x30000000
55464 -CONFIG_KERNEL_START=0xc0000000
55465 -CONFIG_TASK_SIZE=0xc0000000
55466 -CONFIG_BOOT_LOAD=0x00800000
55467 -
55468 -#
55469 -# Networking
55470 -#
55471 -CONFIG_NET=y
55472 -
55473 -#
55474 -# Networking options
55475 -#
55476 -CONFIG_PACKET=y
55477 -# CONFIG_PACKET_MMAP is not set
55478 -CONFIG_UNIX=y
55479 -CONFIG_XFRM=y
55480 -# CONFIG_XFRM_USER is not set
55481 -# CONFIG_XFRM_SUB_POLICY is not set
55482 -# CONFIG_XFRM_MIGRATE is not set
55483 -# CONFIG_XFRM_STATISTICS is not set
55484 -# CONFIG_NET_KEY is not set
55485 -CONFIG_INET=y
55486 -CONFIG_IP_MULTICAST=y
55487 -# CONFIG_IP_ADVANCED_ROUTER is not set
55488 -CONFIG_IP_FIB_HASH=y
55489 -CONFIG_IP_PNP=y
55490 -CONFIG_IP_PNP_DHCP=y
55491 -CONFIG_IP_PNP_BOOTP=y
55492 -# CONFIG_IP_PNP_RARP is not set
55493 -# CONFIG_NET_IPIP is not set
55494 -# CONFIG_NET_IPGRE is not set
55495 -# CONFIG_IP_MROUTE is not set
55496 -# CONFIG_ARPD is not set
55497 -CONFIG_SYN_COOKIES=y
55498 -# CONFIG_INET_AH is not set
55499 -# CONFIG_INET_ESP is not set
55500 -# CONFIG_INET_IPCOMP is not set
55501 -# CONFIG_INET_XFRM_TUNNEL is not set
55502 -# CONFIG_INET_TUNNEL is not set
55503 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
55504 -CONFIG_INET_XFRM_MODE_TUNNEL=y
55505 -CONFIG_INET_XFRM_MODE_BEET=y
55506 -# CONFIG_INET_LRO is not set
55507 -CONFIG_INET_DIAG=y
55508 -CONFIG_INET_TCP_DIAG=y
55509 -# CONFIG_TCP_CONG_ADVANCED is not set
55510 -CONFIG_TCP_CONG_CUBIC=y
55511 -CONFIG_DEFAULT_TCP_CONG="cubic"
55512 -# CONFIG_TCP_MD5SIG is not set
55513 -# CONFIG_IPV6 is not set
55514 -# CONFIG_INET6_XFRM_TUNNEL is not set
55515 -# CONFIG_INET6_TUNNEL is not set
55516 -# CONFIG_NETWORK_SECMARK is not set
55517 -# CONFIG_NETFILTER is not set
55518 -# CONFIG_IP_DCCP is not set
55519 -# CONFIG_IP_SCTP is not set
55520 -# CONFIG_TIPC is not set
55521 -# CONFIG_ATM is not set
55522 -# CONFIG_BRIDGE is not set
55523 -# CONFIG_VLAN_8021Q is not set
55524 -# CONFIG_DECNET is not set
55525 -# CONFIG_LLC2 is not set
55526 -# CONFIG_IPX is not set
55527 -# CONFIG_ATALK is not set
55528 -# CONFIG_X25 is not set
55529 -# CONFIG_LAPB is not set
55530 -# CONFIG_ECONET is not set
55531 -# CONFIG_WAN_ROUTER is not set
55532 -# CONFIG_NET_SCHED is not set
55533 -
55534 -#
55535 -# Network testing
55536 -#
55537 -# CONFIG_NET_PKTGEN is not set
55538 -# CONFIG_HAMRADIO is not set
55539 -# CONFIG_CAN is not set
55540 -# CONFIG_IRDA is not set
55541 -# CONFIG_BT is not set
55542 -# CONFIG_AF_RXRPC is not set
55543 -
55544 -#
55545 -# Wireless
55546 -#
55547 -# CONFIG_CFG80211 is not set
55548 -# CONFIG_WIRELESS_EXT is not set
55549 -# CONFIG_MAC80211 is not set
55550 -# CONFIG_IEEE80211 is not set
55551 -# CONFIG_RFKILL is not set
55552 -# CONFIG_NET_9P is not set
55553 -
55554 -#
55555 -# Device Drivers
55556 -#
55557 -
55558 -#
55559 -# Generic Driver Options
55560 -#
55561 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
55562 -CONFIG_STANDALONE=y
55563 -CONFIG_PREVENT_FIRMWARE_BUILD=y
55564 -# CONFIG_FW_LOADER is not set
55565 -# CONFIG_DEBUG_DRIVER is not set
55566 -# CONFIG_DEBUG_DEVRES is not set
55567 -# CONFIG_SYS_HYPERVISOR is not set
55568 -# CONFIG_CONNECTOR is not set
55569 -CONFIG_MTD=y
55570 -# CONFIG_MTD_DEBUG is not set
55571 -# CONFIG_MTD_CONCAT is not set
55572 -CONFIG_MTD_PARTITIONS=y
55573 -# CONFIG_MTD_REDBOOT_PARTS is not set
55574 -# CONFIG_MTD_CMDLINE_PARTS is not set
55575 -# CONFIG_MTD_OF_PARTS is not set
55576 -
55577 -#
55578 -# User Modules And Translation Layers
55579 -#
55580 -CONFIG_MTD_CHAR=y
55581 -CONFIG_MTD_BLKDEVS=y
55582 -CONFIG_MTD_BLOCK=y
55583 -# CONFIG_FTL is not set
55584 -# CONFIG_NFTL is not set
55585 -# CONFIG_INFTL is not set
55586 -# CONFIG_RFD_FTL is not set
55587 -# CONFIG_SSFDC is not set
55588 -# CONFIG_MTD_OOPS is not set
55589 -
55590 -#
55591 -# RAM/ROM/Flash chip drivers
55592 -#
55593 -CONFIG_MTD_CFI=y
55594 -# CONFIG_MTD_JEDECPROBE is not set
55595 -CONFIG_MTD_GEN_PROBE=y
55596 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
55597 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
55598 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
55599 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
55600 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
55601 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
55602 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
55603 -CONFIG_MTD_CFI_I1=y
55604 -CONFIG_MTD_CFI_I2=y
55605 -# CONFIG_MTD_CFI_I4 is not set
55606 -# CONFIG_MTD_CFI_I8 is not set
55607 -# CONFIG_MTD_CFI_INTELEXT is not set
55608 -CONFIG_MTD_CFI_AMDSTD=y
55609 -# CONFIG_MTD_CFI_STAA is not set
55610 -CONFIG_MTD_CFI_UTIL=y
55611 -# CONFIG_MTD_RAM is not set
55612 -# CONFIG_MTD_ROM is not set
55613 -# CONFIG_MTD_ABSENT is not set
55614 -
55615 -#
55616 -# Mapping drivers for chip access
55617 -#
55618 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
55619 -# CONFIG_MTD_PHYSMAP is not set
55620 -CONFIG_MTD_PHYSMAP_OF=y
55621 -# CONFIG_MTD_INTEL_VR_NOR is not set
55622 -# CONFIG_MTD_PLATRAM is not set
55623 -
55624 -#
55625 -# Self-contained MTD device drivers
55626 -#
55627 -# CONFIG_MTD_PMC551 is not set
55628 -# CONFIG_MTD_DATAFLASH is not set
55629 -# CONFIG_MTD_M25P80 is not set
55630 -# CONFIG_MTD_SLRAM is not set
55631 -# CONFIG_MTD_PHRAM is not set
55632 -# CONFIG_MTD_MTDRAM is not set
55633 -# CONFIG_MTD_BLOCK2MTD is not set
55634 -
55635 -#
55636 -# Disk-On-Chip Device Drivers
55637 -#
55638 -# CONFIG_MTD_DOC2000 is not set
55639 -# CONFIG_MTD_DOC2001 is not set
55640 -# CONFIG_MTD_DOC2001PLUS is not set
55641 -CONFIG_MTD_NAND=y
55642 -CONFIG_MTD_NAND_VERIFY_WRITE=y
55643 -# CONFIG_MTD_NAND_ECC_SMC is not set
55644 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
55645 -CONFIG_MTD_NAND_IDS=y
55646 -# CONFIG_MTD_NAND_DISKONCHIP is not set
55647 -# CONFIG_MTD_NAND_CAFE is not set
55648 -# CONFIG_MTD_NAND_NANDSIM is not set
55649 -# CONFIG_MTD_NAND_PLATFORM is not set
55650 -# CONFIG_MTD_ALAUDA is not set
55651 -# CONFIG_MTD_NAND_FSL_ELBC is not set
55652 -# CONFIG_MTD_ONENAND is not set
55653 -
55654 -#
55655 -# UBI - Unsorted block images
55656 -#
55657 -# CONFIG_MTD_UBI is not set
55658 -CONFIG_OF_DEVICE=y
55659 -# CONFIG_PARPORT is not set
55660 -CONFIG_BLK_DEV=y
55661 -# CONFIG_BLK_DEV_FD is not set
55662 -# CONFIG_BLK_CPQ_DA is not set
55663 -# CONFIG_BLK_CPQ_CISS_DA is not set
55664 -# CONFIG_BLK_DEV_DAC960 is not set
55665 -# CONFIG_BLK_DEV_UMEM is not set
55666 -# CONFIG_BLK_DEV_COW_COMMON is not set
55667 -CONFIG_BLK_DEV_LOOP=y
55668 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
55669 -# CONFIG_BLK_DEV_NBD is not set
55670 -# CONFIG_BLK_DEV_SX8 is not set
55671 -# CONFIG_BLK_DEV_UB is not set
55672 -CONFIG_BLK_DEV_RAM=y
55673 -CONFIG_BLK_DEV_RAM_COUNT=16
55674 -CONFIG_BLK_DEV_RAM_SIZE=32768
55675 -# CONFIG_BLK_DEV_XIP is not set
55676 -# CONFIG_CDROM_PKTCDVD is not set
55677 -# CONFIG_ATA_OVER_ETH is not set
55678 -CONFIG_MISC_DEVICES=y
55679 -# CONFIG_PHANTOM is not set
55680 -# CONFIG_EEPROM_93CX6 is not set
55681 -# CONFIG_SGI_IOC4 is not set
55682 -# CONFIG_TIFM_CORE is not set
55683 -# CONFIG_ENCLOSURE_SERVICES is not set
55684 -CONFIG_HAVE_IDE=y
55685 -# CONFIG_IDE is not set
55686 -
55687 -#
55688 -# SCSI device support
55689 -#
55690 -# CONFIG_RAID_ATTRS is not set
55691 -CONFIG_SCSI=y
55692 -CONFIG_SCSI_DMA=y
55693 -# CONFIG_SCSI_TGT is not set
55694 -# CONFIG_SCSI_NETLINK is not set
55695 -CONFIG_SCSI_PROC_FS=y
55696 -
55697 -#
55698 -# SCSI support type (disk, tape, CD-ROM)
55699 -#
55700 -# CONFIG_BLK_DEV_SD is not set
55701 -# CONFIG_CHR_DEV_ST is not set
55702 -# CONFIG_CHR_DEV_OSST is not set
55703 -# CONFIG_BLK_DEV_SR is not set
55704 -CONFIG_CHR_DEV_SG=y
55705 -# CONFIG_CHR_DEV_SCH is not set
55706 -
55707 -#
55708 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
55709 -#
55710 -# CONFIG_SCSI_MULTI_LUN is not set
55711 -# CONFIG_SCSI_CONSTANTS is not set
55712 -# CONFIG_SCSI_LOGGING is not set
55713 -# CONFIG_SCSI_SCAN_ASYNC is not set
55714 -CONFIG_SCSI_WAIT_SCAN=m
55715 -
55716 -#
55717 -# SCSI Transports
55718 -#
55719 -CONFIG_SCSI_SPI_ATTRS=y
55720 -# CONFIG_SCSI_FC_ATTRS is not set
55721 -# CONFIG_SCSI_ISCSI_ATTRS is not set
55722 -# CONFIG_SCSI_SAS_LIBSAS is not set
55723 -# CONFIG_SCSI_SRP_ATTRS is not set
55724 -CONFIG_SCSI_LOWLEVEL=y
55725 -# CONFIG_ISCSI_TCP is not set
55726 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
55727 -# CONFIG_SCSI_3W_9XXX is not set
55728 -# CONFIG_SCSI_ACARD is not set
55729 -# CONFIG_SCSI_AACRAID is not set
55730 -# CONFIG_SCSI_AIC7XXX is not set
55731 -# CONFIG_SCSI_AIC7XXX_OLD is not set
55732 -# CONFIG_SCSI_AIC79XX is not set
55733 -# CONFIG_SCSI_AIC94XX is not set
55734 -# CONFIG_SCSI_DPT_I2O is not set
55735 -# CONFIG_SCSI_ADVANSYS is not set
55736 -# CONFIG_SCSI_ARCMSR is not set
55737 -# CONFIG_MEGARAID_NEWGEN is not set
55738 -# CONFIG_MEGARAID_LEGACY is not set
55739 -# CONFIG_MEGARAID_SAS is not set
55740 -# CONFIG_SCSI_HPTIOP is not set
55741 -# CONFIG_SCSI_BUSLOGIC is not set
55742 -# CONFIG_SCSI_DMX3191D is not set
55743 -# CONFIG_SCSI_EATA is not set
55744 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
55745 -# CONFIG_SCSI_GDTH is not set
55746 -# CONFIG_SCSI_IPS is not set
55747 -# CONFIG_SCSI_INITIO is not set
55748 -# CONFIG_SCSI_INIA100 is not set
55749 -# CONFIG_SCSI_MVSAS is not set
55750 -# CONFIG_SCSI_STEX is not set
55751 -# CONFIG_SCSI_SYM53C8XX_2 is not set
55752 -# CONFIG_SCSI_IPR is not set
55753 -# CONFIG_SCSI_QLOGIC_1280 is not set
55754 -# CONFIG_SCSI_QLA_FC is not set
55755 -# CONFIG_SCSI_QLA_ISCSI is not set
55756 -# CONFIG_SCSI_LPFC is not set
55757 -# CONFIG_SCSI_DC395x is not set
55758 -# CONFIG_SCSI_DC390T is not set
55759 -# CONFIG_SCSI_NSP32 is not set
55760 -# CONFIG_SCSI_DEBUG is not set
55761 -# CONFIG_SCSI_SRP is not set
55762 -CONFIG_ATA=y
55763 -# CONFIG_ATA_NONSTANDARD is not set
55764 -# CONFIG_SATA_AHCI is not set
55765 -# CONFIG_SATA_SVW is not set
55766 -# CONFIG_ATA_PIIX is not set
55767 -# CONFIG_SATA_MV is not set
55768 -# CONFIG_SATA_NV is not set
55769 -# CONFIG_PDC_ADMA is not set
55770 -# CONFIG_SATA_QSTOR is not set
55771 -# CONFIG_SATA_PROMISE is not set
55772 -# CONFIG_SATA_SX4 is not set
55773 -# CONFIG_SATA_SIL is not set
55774 -# CONFIG_SATA_SIL24 is not set
55775 -# CONFIG_SATA_SIS is not set
55776 -# CONFIG_SATA_ULI is not set
55777 -# CONFIG_SATA_VIA is not set
55778 -# CONFIG_SATA_VITESSE is not set
55779 -# CONFIG_SATA_INIC162X is not set
55780 -CONFIG_SATA_FSL=y
55781 -# CONFIG_PATA_ALI is not set
55782 -# CONFIG_PATA_AMD is not set
55783 -# CONFIG_PATA_ARTOP is not set
55784 -# CONFIG_PATA_ATIIXP is not set
55785 -# CONFIG_PATA_CMD640_PCI is not set
55786 -# CONFIG_PATA_CMD64X is not set
55787 -# CONFIG_PATA_CS5520 is not set
55788 -# CONFIG_PATA_CS5530 is not set
55789 -# CONFIG_PATA_CYPRESS is not set
55790 -# CONFIG_PATA_EFAR is not set
55791 -# CONFIG_ATA_GENERIC is not set
55792 -# CONFIG_PATA_HPT366 is not set
55793 -# CONFIG_PATA_HPT37X is not set
55794 -# CONFIG_PATA_HPT3X2N is not set
55795 -# CONFIG_PATA_HPT3X3 is not set
55796 -# CONFIG_PATA_IT821X is not set
55797 -# CONFIG_PATA_IT8213 is not set
55798 -# CONFIG_PATA_JMICRON is not set
55799 -# CONFIG_PATA_TRIFLEX is not set
55800 -# CONFIG_PATA_MARVELL is not set
55801 -# CONFIG_PATA_MPIIX is not set
55802 -# CONFIG_PATA_OLDPIIX is not set
55803 -# CONFIG_PATA_NETCELL is not set
55804 -# CONFIG_PATA_NINJA32 is not set
55805 -# CONFIG_PATA_NS87410 is not set
55806 -# CONFIG_PATA_NS87415 is not set
55807 -# CONFIG_PATA_OPTI is not set
55808 -# CONFIG_PATA_OPTIDMA is not set
55809 -# CONFIG_PATA_PDC_OLD is not set
55810 -# CONFIG_PATA_RADISYS is not set
55811 -# CONFIG_PATA_RZ1000 is not set
55812 -# CONFIG_PATA_SC1200 is not set
55813 -# CONFIG_PATA_SERVERWORKS is not set
55814 -# CONFIG_PATA_PDC2027X is not set
55815 -# CONFIG_PATA_SIL680 is not set
55816 -# CONFIG_PATA_SIS is not set
55817 -# CONFIG_PATA_VIA is not set
55818 -# CONFIG_PATA_WINBOND is not set
55819 -# CONFIG_PATA_PLATFORM is not set
55820 -CONFIG_MD=y
55821 -CONFIG_BLK_DEV_MD=y
55822 -CONFIG_MD_LINEAR=y
55823 -CONFIG_MD_RAID0=y
55824 -CONFIG_MD_RAID1=y
55825 -# CONFIG_MD_RAID10 is not set
55826 -# CONFIG_MD_RAID456 is not set
55827 -# CONFIG_MD_MULTIPATH is not set
55828 -# CONFIG_MD_FAULTY is not set
55829 -# CONFIG_BLK_DEV_DM is not set
55830 -# CONFIG_FUSION is not set
55831 -
55832 -#
55833 -# IEEE 1394 (FireWire) support
55834 -#
55835 -# CONFIG_FIREWIRE is not set
55836 -# CONFIG_IEEE1394 is not set
55837 -# CONFIG_I2O is not set
55838 -# CONFIG_MACINTOSH_DRIVERS is not set
55839 -CONFIG_NETDEVICES=y
55840 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
55841 -# CONFIG_DUMMY is not set
55842 -# CONFIG_BONDING is not set
55843 -# CONFIG_MACVLAN is not set
55844 -# CONFIG_EQUALIZER is not set
55845 -# CONFIG_TUN is not set
55846 -# CONFIG_VETH is not set
55847 -# CONFIG_ARCNET is not set
55848 -CONFIG_PHYLIB=y
55849 -
55850 -#
55851 -# MII PHY device drivers
55852 -#
55853 -# CONFIG_MARVELL_PHY is not set
55854 -# CONFIG_DAVICOM_PHY is not set
55855 -# CONFIG_QSEMI_PHY is not set
55856 -# CONFIG_LXT_PHY is not set
55857 -# CONFIG_CICADA_PHY is not set
55858 -# CONFIG_VITESSE_PHY is not set
55859 -# CONFIG_SMSC_PHY is not set
55860 -# CONFIG_BROADCOM_PHY is not set
55861 -# CONFIG_ICPLUS_PHY is not set
55862 -# CONFIG_REALTEK_PHY is not set
55863 -# CONFIG_FIXED_PHY is not set
55864 -# CONFIG_MDIO_BITBANG is not set
55865 -CONFIG_NET_ETHERNET=y
55866 -CONFIG_MII=y
55867 -# CONFIG_HAPPYMEAL is not set
55868 -# CONFIG_SUNGEM is not set
55869 -# CONFIG_CASSINI is not set
55870 -# CONFIG_NET_VENDOR_3COM is not set
55871 -# CONFIG_ENC28J60 is not set
55872 -# CONFIG_NET_TULIP is not set
55873 -# CONFIG_HP100 is not set
55874 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
55875 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
55876 -# CONFIG_IBM_NEW_EMAC_TAH is not set
55877 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
55878 -CONFIG_NET_PCI=y
55879 -# CONFIG_PCNET32 is not set
55880 -# CONFIG_AMD8111_ETH is not set
55881 -# CONFIG_ADAPTEC_STARFIRE is not set
55882 -# CONFIG_B44 is not set
55883 -# CONFIG_FORCEDETH is not set
55884 -# CONFIG_EEPRO100 is not set
55885 -CONFIG_E100=y
55886 -# CONFIG_FEALNX is not set
55887 -# CONFIG_NATSEMI is not set
55888 -# CONFIG_NE2K_PCI is not set
55889 -# CONFIG_8139CP is not set
55890 -# CONFIG_8139TOO is not set
55891 -# CONFIG_R6040 is not set
55892 -# CONFIG_SIS900 is not set
55893 -# CONFIG_EPIC100 is not set
55894 -# CONFIG_SUNDANCE is not set
55895 -# CONFIG_TLAN is not set
55896 -# CONFIG_VIA_RHINE is not set
55897 -# CONFIG_SC92031 is not set
55898 -CONFIG_NETDEV_1000=y
55899 -# CONFIG_ACENIC is not set
55900 -# CONFIG_DL2K is not set
55901 -# CONFIG_E1000 is not set
55902 -# CONFIG_E1000E is not set
55903 -# CONFIG_E1000E_ENABLED is not set
55904 -# CONFIG_IP1000 is not set
55905 -# CONFIG_IGB is not set
55906 -# CONFIG_NS83820 is not set
55907 -# CONFIG_HAMACHI is not set
55908 -# CONFIG_YELLOWFIN is not set
55909 -# CONFIG_R8169 is not set
55910 -# CONFIG_SIS190 is not set
55911 -# CONFIG_SKGE is not set
55912 -# CONFIG_SKY2 is not set
55913 -# CONFIG_SK98LIN is not set
55914 -# CONFIG_VIA_VELOCITY is not set
55915 -# CONFIG_TIGON3 is not set
55916 -# CONFIG_BNX2 is not set
55917 -CONFIG_GIANFAR=y
55918 -CONFIG_GFAR_NAPI=y
55919 -# CONFIG_QLA3XXX is not set
55920 -# CONFIG_ATL1 is not set
55921 -CONFIG_NETDEV_10000=y
55922 -# CONFIG_CHELSIO_T1 is not set
55923 -# CONFIG_CHELSIO_T3 is not set
55924 -# CONFIG_IXGBE is not set
55925 -# CONFIG_IXGB is not set
55926 -# CONFIG_S2IO is not set
55927 -# CONFIG_MYRI10GE is not set
55928 -# CONFIG_NETXEN_NIC is not set
55929 -# CONFIG_NIU is not set
55930 -# CONFIG_MLX4_CORE is not set
55931 -# CONFIG_TEHUTI is not set
55932 -# CONFIG_BNX2X is not set
55933 -# CONFIG_TR is not set
55934 -
55935 -#
55936 -# Wireless LAN
55937 -#
55938 -# CONFIG_WLAN_PRE80211 is not set
55939 -# CONFIG_WLAN_80211 is not set
55940 -
55941 -#
55942 -# USB Network Adapters
55943 -#
55944 -# CONFIG_USB_CATC is not set
55945 -# CONFIG_USB_KAWETH is not set
55946 -# CONFIG_USB_PEGASUS is not set
55947 -# CONFIG_USB_RTL8150 is not set
55948 -# CONFIG_USB_USBNET is not set
55949 -# CONFIG_WAN is not set
55950 -# CONFIG_FDDI is not set
55951 -# CONFIG_HIPPI is not set
55952 -# CONFIG_PPP is not set
55953 -# CONFIG_SLIP is not set
55954 -# CONFIG_NET_FC is not set
55955 -# CONFIG_NETCONSOLE is not set
55956 -# CONFIG_NETPOLL is not set
55957 -# CONFIG_NET_POLL_CONTROLLER is not set
55958 -# CONFIG_ISDN is not set
55959 -# CONFIG_PHONE is not set
55960 -
55961 -#
55962 -# Input device support
55963 -#
55964 -CONFIG_INPUT=y
55965 -# CONFIG_INPUT_FF_MEMLESS is not set
55966 -# CONFIG_INPUT_POLLDEV is not set
55967 -
55968 -#
55969 -# Userland interfaces
55970 -#
55971 -# CONFIG_INPUT_MOUSEDEV is not set
55972 -# CONFIG_INPUT_JOYDEV is not set
55973 -# CONFIG_INPUT_EVDEV is not set
55974 -# CONFIG_INPUT_EVBUG is not set
55975 -
55976 -#
55977 -# Input Device Drivers
55978 -#
55979 -# CONFIG_INPUT_KEYBOARD is not set
55980 -# CONFIG_INPUT_MOUSE is not set
55981 -# CONFIG_INPUT_JOYSTICK is not set
55982 -# CONFIG_INPUT_TABLET is not set
55983 -# CONFIG_INPUT_TOUCHSCREEN is not set
55984 -# CONFIG_INPUT_MISC is not set
55985 -
55986 -#
55987 -# Hardware I/O ports
55988 -#
55989 -# CONFIG_SERIO is not set
55990 -# CONFIG_GAMEPORT is not set
55991 -
55992 -#
55993 -# Character devices
55994 -#
55995 -# CONFIG_VT is not set
55996 -# CONFIG_SERIAL_NONSTANDARD is not set
55997 -# CONFIG_NOZOMI is not set
55998 -
55999 -#
56000 -# Serial drivers
56001 -#
56002 -CONFIG_SERIAL_8250=y
56003 -CONFIG_SERIAL_8250_CONSOLE=y
56004 -CONFIG_SERIAL_8250_PCI=y
56005 -CONFIG_SERIAL_8250_NR_UARTS=4
56006 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
56007 -# CONFIG_SERIAL_8250_EXTENDED is not set
56008 -
56009 -#
56010 -# Non-8250 serial port support
56011 -#
56012 -# CONFIG_SERIAL_UARTLITE is not set
56013 -CONFIG_SERIAL_CORE=y
56014 -CONFIG_SERIAL_CORE_CONSOLE=y
56015 -# CONFIG_SERIAL_JSM is not set
56016 -# CONFIG_SERIAL_OF_PLATFORM is not set
56017 -CONFIG_UNIX98_PTYS=y
56018 -CONFIG_LEGACY_PTYS=y
56019 -CONFIG_LEGACY_PTY_COUNT=256
56020 -# CONFIG_IPMI_HANDLER is not set
56021 -CONFIG_HW_RANDOM=y
56022 -# CONFIG_NVRAM is not set
56023 -# CONFIG_GEN_RTC is not set
56024 -# CONFIG_R3964 is not set
56025 -# CONFIG_APPLICOM is not set
56026 -# CONFIG_RAW_DRIVER is not set
56027 -# CONFIG_TCG_TPM is not set
56028 -CONFIG_DEVPORT=y
56029 -CONFIG_I2C=y
56030 -CONFIG_I2C_BOARDINFO=y
56031 -CONFIG_I2C_CHARDEV=y
56032 -
56033 -#
56034 -# I2C Algorithms
56035 -#
56036 -# CONFIG_I2C_ALGOBIT is not set
56037 -# CONFIG_I2C_ALGOPCF is not set
56038 -# CONFIG_I2C_ALGOPCA is not set
56039 -
56040 -#
56041 -# I2C Hardware Bus support
56042 -#
56043 -# CONFIG_I2C_ALI1535 is not set
56044 -# CONFIG_I2C_ALI1563 is not set
56045 -# CONFIG_I2C_ALI15X3 is not set
56046 -# CONFIG_I2C_AMD756 is not set
56047 -# CONFIG_I2C_AMD8111 is not set
56048 -# CONFIG_I2C_I801 is not set
56049 -# CONFIG_I2C_I810 is not set
56050 -# CONFIG_I2C_PIIX4 is not set
56051 -CONFIG_I2C_MPC=y
56052 -# CONFIG_I2C_NFORCE2 is not set
56053 -# CONFIG_I2C_OCORES is not set
56054 -# CONFIG_I2C_PARPORT_LIGHT is not set
56055 -# CONFIG_I2C_PROSAVAGE is not set
56056 -# CONFIG_I2C_SAVAGE4 is not set
56057 -# CONFIG_I2C_SIMTEC is not set
56058 -# CONFIG_I2C_SIS5595 is not set
56059 -# CONFIG_I2C_SIS630 is not set
56060 -# CONFIG_I2C_SIS96X is not set
56061 -# CONFIG_I2C_TAOS_EVM is not set
56062 -# CONFIG_I2C_STUB is not set
56063 -# CONFIG_I2C_TINY_USB is not set
56064 -# CONFIG_I2C_VIA is not set
56065 -# CONFIG_I2C_VIAPRO is not set
56066 -# CONFIG_I2C_VOODOO3 is not set
56067 -
56068 -#
56069 -# Miscellaneous I2C Chip support
56070 -#
56071 -# CONFIG_DS1682 is not set
56072 -# CONFIG_SENSORS_EEPROM is not set
56073 -# CONFIG_SENSORS_PCF8574 is not set
56074 -# CONFIG_PCF8575 is not set
56075 -# CONFIG_SENSORS_PCF8591 is not set
56076 -# CONFIG_TPS65010 is not set
56077 -# CONFIG_SENSORS_MAX6875 is not set
56078 -# CONFIG_SENSORS_TSL2550 is not set
56079 -# CONFIG_I2C_DEBUG_CORE is not set
56080 -# CONFIG_I2C_DEBUG_ALGO is not set
56081 -# CONFIG_I2C_DEBUG_BUS is not set
56082 -# CONFIG_I2C_DEBUG_CHIP is not set
56083 -
56084 -#
56085 -# SPI support
56086 -#
56087 -CONFIG_SPI=y
56088 -# CONFIG_SPI_DEBUG is not set
56089 -CONFIG_SPI_MASTER=y
56090 -
56091 -#
56092 -# SPI Master Controller Drivers
56093 -#
56094 -CONFIG_SPI_BITBANG=y
56095 -CONFIG_SPI_MPC83xx=y
56096 -
56097 -#
56098 -# SPI Protocol Masters
56099 -#
56100 -# CONFIG_SPI_AT25 is not set
56101 -# CONFIG_SPI_SPIDEV is not set
56102 -# CONFIG_SPI_TLE62X0 is not set
56103 -# CONFIG_W1 is not set
56104 -# CONFIG_POWER_SUPPLY is not set
56105 -CONFIG_HWMON=y
56106 -# CONFIG_HWMON_VID is not set
56107 -# CONFIG_SENSORS_AD7418 is not set
56108 -# CONFIG_SENSORS_ADM1021 is not set
56109 -# CONFIG_SENSORS_ADM1025 is not set
56110 -# CONFIG_SENSORS_ADM1026 is not set
56111 -# CONFIG_SENSORS_ADM1029 is not set
56112 -# CONFIG_SENSORS_ADM1031 is not set
56113 -# CONFIG_SENSORS_ADM9240 is not set
56114 -# CONFIG_SENSORS_ADT7470 is not set
56115 -# CONFIG_SENSORS_ADT7473 is not set
56116 -# CONFIG_SENSORS_ATXP1 is not set
56117 -# CONFIG_SENSORS_DS1621 is not set
56118 -# CONFIG_SENSORS_I5K_AMB is not set
56119 -# CONFIG_SENSORS_F71805F is not set
56120 -# CONFIG_SENSORS_F71882FG is not set
56121 -# CONFIG_SENSORS_F75375S is not set
56122 -# CONFIG_SENSORS_GL518SM is not set
56123 -# CONFIG_SENSORS_GL520SM is not set
56124 -# CONFIG_SENSORS_IT87 is not set
56125 -# CONFIG_SENSORS_LM63 is not set
56126 -# CONFIG_SENSORS_LM70 is not set
56127 -# CONFIG_SENSORS_LM75 is not set
56128 -# CONFIG_SENSORS_LM77 is not set
56129 -# CONFIG_SENSORS_LM78 is not set
56130 -# CONFIG_SENSORS_LM80 is not set
56131 -# CONFIG_SENSORS_LM83 is not set
56132 -# CONFIG_SENSORS_LM85 is not set
56133 -# CONFIG_SENSORS_LM87 is not set
56134 -# CONFIG_SENSORS_LM90 is not set
56135 -# CONFIG_SENSORS_LM92 is not set
56136 -# CONFIG_SENSORS_LM93 is not set
56137 -# CONFIG_SENSORS_MAX1619 is not set
56138 -# CONFIG_SENSORS_MAX6650 is not set
56139 -# CONFIG_SENSORS_PC87360 is not set
56140 -# CONFIG_SENSORS_PC87427 is not set
56141 -# CONFIG_SENSORS_SIS5595 is not set
56142 -# CONFIG_SENSORS_DME1737 is not set
56143 -# CONFIG_SENSORS_SMSC47M1 is not set
56144 -# CONFIG_SENSORS_SMSC47M192 is not set
56145 -# CONFIG_SENSORS_SMSC47B397 is not set
56146 -# CONFIG_SENSORS_ADS7828 is not set
56147 -# CONFIG_SENSORS_THMC50 is not set
56148 -# CONFIG_SENSORS_VIA686A is not set
56149 -# CONFIG_SENSORS_VT1211 is not set
56150 -# CONFIG_SENSORS_VT8231 is not set
56151 -# CONFIG_SENSORS_W83781D is not set
56152 -# CONFIG_SENSORS_W83791D is not set
56153 -# CONFIG_SENSORS_W83792D is not set
56154 -# CONFIG_SENSORS_W83793 is not set
56155 -# CONFIG_SENSORS_W83L785TS is not set
56156 -# CONFIG_SENSORS_W83L786NG is not set
56157 -# CONFIG_SENSORS_W83627HF is not set
56158 -# CONFIG_SENSORS_W83627EHF is not set
56159 -# CONFIG_HWMON_DEBUG_CHIP is not set
56160 -# CONFIG_THERMAL is not set
56161 -CONFIG_WATCHDOG=y
56162 -# CONFIG_WATCHDOG_NOWAYOUT is not set
56163 -
56164 -#
56165 -# Watchdog Device Drivers
56166 -#
56167 -# CONFIG_SOFT_WATCHDOG is not set
56168 -CONFIG_83xx_WDT=y
56169 -
56170 -#
56171 -# PCI-based Watchdog Cards
56172 -#
56173 -# CONFIG_PCIPCWATCHDOG is not set
56174 -# CONFIG_WDTPCI is not set
56175 -
56176 -#
56177 -# USB-based Watchdog Cards
56178 -#
56179 -# CONFIG_USBPCWATCHDOG is not set
56180 -
56181 -#
56182 -# Sonics Silicon Backplane
56183 -#
56184 -CONFIG_SSB_POSSIBLE=y
56185 -# CONFIG_SSB is not set
56186 -
56187 -#
56188 -# Multifunction device drivers
56189 -#
56190 -# CONFIG_MFD_SM501 is not set
56191 -
56192 -#
56193 -# Multimedia devices
56194 -#
56195 -# CONFIG_VIDEO_DEV is not set
56196 -# CONFIG_DVB_CORE is not set
56197 -CONFIG_DAB=y
56198 -# CONFIG_USB_DABUSB is not set
56199 -
56200 -#
56201 -# Graphics support
56202 -#
56203 -# CONFIG_AGP is not set
56204 -# CONFIG_DRM is not set
56205 -# CONFIG_VGASTATE is not set
56206 -CONFIG_VIDEO_OUTPUT_CONTROL=m
56207 -# CONFIG_FB is not set
56208 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
56209 -
56210 -#
56211 -# Display device support
56212 -#
56213 -# CONFIG_DISPLAY_SUPPORT is not set
56214 -
56215 -#
56216 -# Sound
56217 -#
56218 -# CONFIG_SOUND is not set
56219 -CONFIG_HID_SUPPORT=y
56220 -CONFIG_HID=y
56221 -# CONFIG_HID_DEBUG is not set
56222 -# CONFIG_HIDRAW is not set
56223 -
56224 -#
56225 -# USB Input Devices
56226 -#
56227 -# CONFIG_USB_HID is not set
56228 -
56229 -#
56230 -# USB HID Boot Protocol drivers
56231 -#
56232 -# CONFIG_USB_KBD is not set
56233 -# CONFIG_USB_MOUSE is not set
56234 -CONFIG_USB_SUPPORT=y
56235 -CONFIG_USB_ARCH_HAS_HCD=y
56236 -CONFIG_USB_ARCH_HAS_OHCI=y
56237 -CONFIG_USB_ARCH_HAS_EHCI=y
56238 -CONFIG_USB=y
56239 -# CONFIG_USB_DEBUG is not set
56240 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
56241 -
56242 -#
56243 -# Miscellaneous USB options
56244 -#
56245 -CONFIG_USB_DEVICEFS=y
56246 -CONFIG_USB_DEVICE_CLASS=y
56247 -# CONFIG_USB_DYNAMIC_MINORS is not set
56248 -# CONFIG_USB_OTG is not set
56249 -
56250 -#
56251 -# USB Host Controller Drivers
56252 -#
56253 -CONFIG_USB_EHCI_HCD=y
56254 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
56255 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
56256 -CONFIG_USB_EHCI_FSL=y
56257 -CONFIG_USB_EHCI_HCD_PPC_OF=y
56258 -# CONFIG_USB_ISP116X_HCD is not set
56259 -CONFIG_USB_OHCI_HCD=y
56260 -CONFIG_USB_OHCI_HCD_PPC_OF=y
56261 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
56262 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
56263 -CONFIG_USB_OHCI_HCD_PCI=y
56264 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
56265 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
56266 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
56267 -CONFIG_USB_UHCI_HCD=y
56268 -# CONFIG_USB_SL811_HCD is not set
56269 -# CONFIG_USB_R8A66597_HCD is not set
56270 -
56271 -#
56272 -# USB Device Class drivers
56273 -#
56274 -# CONFIG_USB_ACM is not set
56275 -# CONFIG_USB_PRINTER is not set
56276 -
56277 -#
56278 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
56279 -#
56280 -
56281 -#
56282 -# may also be needed; see USB_STORAGE Help for more information
56283 -#
56284 -CONFIG_USB_STORAGE=y
56285 -# CONFIG_USB_STORAGE_DEBUG is not set
56286 -# CONFIG_USB_STORAGE_DATAFAB is not set
56287 -# CONFIG_USB_STORAGE_FREECOM is not set
56288 -# CONFIG_USB_STORAGE_ISD200 is not set
56289 -# CONFIG_USB_STORAGE_DPCM is not set
56290 -# CONFIG_USB_STORAGE_USBAT is not set
56291 -# CONFIG_USB_STORAGE_SDDR09 is not set
56292 -# CONFIG_USB_STORAGE_SDDR55 is not set
56293 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
56294 -# CONFIG_USB_STORAGE_ALAUDA is not set
56295 -# CONFIG_USB_STORAGE_KARMA is not set
56296 -# CONFIG_USB_LIBUSUAL is not set
56297 -
56298 -#
56299 -# USB Imaging devices
56300 -#
56301 -# CONFIG_USB_MDC800 is not set
56302 -# CONFIG_USB_MICROTEK is not set
56303 -CONFIG_USB_MON=y
56304 -
56305 -#
56306 -# USB port drivers
56307 -#
56308 -# CONFIG_USB_SERIAL is not set
56309 -
56310 -#
56311 -# USB Miscellaneous drivers
56312 -#
56313 -# CONFIG_USB_EMI62 is not set
56314 -# CONFIG_USB_EMI26 is not set
56315 -# CONFIG_USB_ADUTUX is not set
56316 -# CONFIG_USB_AUERSWALD is not set
56317 -# CONFIG_USB_RIO500 is not set
56318 -# CONFIG_USB_LEGOTOWER is not set
56319 -# CONFIG_USB_LCD is not set
56320 -# CONFIG_USB_BERRY_CHARGE is not set
56321 -# CONFIG_USB_LED is not set
56322 -# CONFIG_USB_CYPRESS_CY7C63 is not set
56323 -# CONFIG_USB_CYTHERM is not set
56324 -# CONFIG_USB_PHIDGET is not set
56325 -# CONFIG_USB_IDMOUSE is not set
56326 -# CONFIG_USB_FTDI_ELAN is not set
56327 -# CONFIG_USB_APPLEDISPLAY is not set
56328 -# CONFIG_USB_SISUSBVGA is not set
56329 -# CONFIG_USB_LD is not set
56330 -# CONFIG_USB_TRANCEVIBRATOR is not set
56331 -# CONFIG_USB_IOWARRIOR is not set
56332 -# CONFIG_USB_TEST is not set
56333 -CONFIG_USB_GADGET=y
56334 -# CONFIG_USB_GADGET_DEBUG is not set
56335 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
56336 -CONFIG_USB_GADGET_SELECTED=y
56337 -# CONFIG_USB_GADGET_AMD5536UDC is not set
56338 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
56339 -# CONFIG_USB_GADGET_FSL_USB2 is not set
56340 -CONFIG_USB_GADGET_NET2280=y
56341 -CONFIG_USB_NET2280=y
56342 -# CONFIG_USB_GADGET_PXA2XX is not set
56343 -# CONFIG_USB_GADGET_M66592 is not set
56344 -# CONFIG_USB_GADGET_GOKU is not set
56345 -# CONFIG_USB_GADGET_LH7A40X is not set
56346 -# CONFIG_USB_GADGET_OMAP is not set
56347 -# CONFIG_USB_GADGET_S3C2410 is not set
56348 -# CONFIG_USB_GADGET_AT91 is not set
56349 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
56350 -CONFIG_USB_GADGET_DUALSPEED=y
56351 -# CONFIG_USB_ZERO is not set
56352 -CONFIG_USB_ETH=y
56353 -CONFIG_USB_ETH_RNDIS=y
56354 -# CONFIG_USB_GADGETFS is not set
56355 -# CONFIG_USB_FILE_STORAGE is not set
56356 -# CONFIG_USB_G_SERIAL is not set
56357 -# CONFIG_USB_MIDI_GADGET is not set
56358 -# CONFIG_USB_G_PRINTER is not set
56359 -# CONFIG_MMC is not set
56360 -# CONFIG_MEMSTICK is not set
56361 -# CONFIG_NEW_LEDS is not set
56362 -# CONFIG_INFINIBAND is not set
56363 -# CONFIG_EDAC is not set
56364 -CONFIG_RTC_LIB=y
56365 -CONFIG_RTC_CLASS=y
56366 -CONFIG_RTC_HCTOSYS=y
56367 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
56368 -# CONFIG_RTC_DEBUG is not set
56369 -
56370 -#
56371 -# RTC interfaces
56372 -#
56373 -CONFIG_RTC_INTF_SYSFS=y
56374 -CONFIG_RTC_INTF_PROC=y
56375 -CONFIG_RTC_INTF_DEV=y
56376 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
56377 -# CONFIG_RTC_DRV_TEST is not set
56378 -
56379 -#
56380 -# I2C RTC drivers
56381 -#
56382 -CONFIG_RTC_DRV_DS1307=y
56383 -# CONFIG_RTC_DRV_DS1374 is not set
56384 -# CONFIG_RTC_DRV_DS1672 is not set
56385 -# CONFIG_RTC_DRV_MAX6900 is not set
56386 -# CONFIG_RTC_DRV_RS5C372 is not set
56387 -# CONFIG_RTC_DRV_ISL1208 is not set
56388 -# CONFIG_RTC_DRV_X1205 is not set
56389 -# CONFIG_RTC_DRV_PCF8563 is not set
56390 -# CONFIG_RTC_DRV_PCF8583 is not set
56391 -# CONFIG_RTC_DRV_M41T80 is not set
56392 -# CONFIG_RTC_DRV_S35390A is not set
56393 -
56394 -#
56395 -# SPI RTC drivers
56396 -#
56397 -# CONFIG_RTC_DRV_MAX6902 is not set
56398 -# CONFIG_RTC_DRV_R9701 is not set
56399 -# CONFIG_RTC_DRV_RS5C348 is not set
56400 -
56401 -#
56402 -# Platform RTC drivers
56403 -#
56404 -# CONFIG_RTC_DRV_CMOS is not set
56405 -# CONFIG_RTC_DRV_DS1511 is not set
56406 -# CONFIG_RTC_DRV_DS1553 is not set
56407 -# CONFIG_RTC_DRV_DS1742 is not set
56408 -# CONFIG_RTC_DRV_STK17TA8 is not set
56409 -# CONFIG_RTC_DRV_M48T86 is not set
56410 -# CONFIG_RTC_DRV_M48T59 is not set
56411 -# CONFIG_RTC_DRV_V3020 is not set
56412 -
56413 -#
56414 -# on-CPU RTC drivers
56415 -#
56416 -# CONFIG_DMADEVICES is not set
56417 -
56418 -#
56419 -# Userspace I/O
56420 -#
56421 -# CONFIG_UIO is not set
56422 -
56423 -#
56424 -# File systems
56425 -#
56426 -CONFIG_EXT2_FS=y
56427 -# CONFIG_EXT2_FS_XATTR is not set
56428 -# CONFIG_EXT2_FS_XIP is not set
56429 -CONFIG_EXT3_FS=y
56430 -CONFIG_EXT3_FS_XATTR=y
56431 -# CONFIG_EXT3_FS_POSIX_ACL is not set
56432 -# CONFIG_EXT3_FS_SECURITY is not set
56433 -# CONFIG_EXT4DEV_FS is not set
56434 -CONFIG_JBD=y
56435 -CONFIG_FS_MBCACHE=y
56436 -# CONFIG_REISERFS_FS is not set
56437 -# CONFIG_JFS_FS is not set
56438 -# CONFIG_FS_POSIX_ACL is not set
56439 -# CONFIG_XFS_FS is not set
56440 -# CONFIG_GFS2_FS is not set
56441 -# CONFIG_OCFS2_FS is not set
56442 -CONFIG_DNOTIFY=y
56443 -CONFIG_INOTIFY=y
56444 -CONFIG_INOTIFY_USER=y
56445 -# CONFIG_QUOTA is not set
56446 -# CONFIG_AUTOFS_FS is not set
56447 -# CONFIG_AUTOFS4_FS is not set
56448 -# CONFIG_FUSE_FS is not set
56449 -
56450 -#
56451 -# CD-ROM/DVD Filesystems
56452 -#
56453 -# CONFIG_ISO9660_FS is not set
56454 -# CONFIG_UDF_FS is not set
56455 -
56456 -#
56457 -# DOS/FAT/NT Filesystems
56458 -#
56459 -# CONFIG_MSDOS_FS is not set
56460 -# CONFIG_VFAT_FS is not set
56461 -# CONFIG_NTFS_FS is not set
56462 -
56463 -#
56464 -# Pseudo filesystems
56465 -#
56466 -CONFIG_PROC_FS=y
56467 -CONFIG_PROC_KCORE=y
56468 -CONFIG_PROC_SYSCTL=y
56469 -CONFIG_SYSFS=y
56470 -CONFIG_TMPFS=y
56471 -# CONFIG_TMPFS_POSIX_ACL is not set
56472 -# CONFIG_HUGETLB_PAGE is not set
56473 -# CONFIG_CONFIGFS_FS is not set
56474 -
56475 -#
56476 -# Miscellaneous filesystems
56477 -#
56478 -# CONFIG_ADFS_FS is not set
56479 -# CONFIG_AFFS_FS is not set
56480 -# CONFIG_HFS_FS is not set
56481 -# CONFIG_HFSPLUS_FS is not set
56482 -# CONFIG_BEFS_FS is not set
56483 -# CONFIG_BFS_FS is not set
56484 -# CONFIG_EFS_FS is not set
56485 -CONFIG_JFFS2_FS=y
56486 -CONFIG_JFFS2_FS_DEBUG=0
56487 -CONFIG_JFFS2_FS_WRITEBUFFER=y
56488 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
56489 -# CONFIG_JFFS2_SUMMARY is not set
56490 -# CONFIG_JFFS2_FS_XATTR is not set
56491 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
56492 -CONFIG_JFFS2_ZLIB=y
56493 -# CONFIG_JFFS2_LZO is not set
56494 -CONFIG_JFFS2_RTIME=y
56495 -# CONFIG_JFFS2_RUBIN is not set
56496 -# CONFIG_CRAMFS is not set
56497 -# CONFIG_VXFS_FS is not set
56498 -# CONFIG_MINIX_FS is not set
56499 -# CONFIG_HPFS_FS is not set
56500 -# CONFIG_QNX4FS_FS is not set
56501 -# CONFIG_ROMFS_FS is not set
56502 -# CONFIG_SYSV_FS is not set
56503 -# CONFIG_UFS_FS is not set
56504 -CONFIG_NETWORK_FILESYSTEMS=y
56505 -CONFIG_NFS_FS=y
56506 -CONFIG_NFS_V3=y
56507 -# CONFIG_NFS_V3_ACL is not set
56508 -CONFIG_NFS_V4=y
56509 -# CONFIG_NFS_DIRECTIO is not set
56510 -# CONFIG_NFSD is not set
56511 -CONFIG_ROOT_NFS=y
56512 -CONFIG_LOCKD=y
56513 -CONFIG_LOCKD_V4=y
56514 -CONFIG_NFS_COMMON=y
56515 -CONFIG_SUNRPC=y
56516 -CONFIG_SUNRPC_GSS=y
56517 -# CONFIG_SUNRPC_BIND34 is not set
56518 -CONFIG_RPCSEC_GSS_KRB5=y
56519 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
56520 -# CONFIG_SMB_FS is not set
56521 -# CONFIG_CIFS is not set
56522 -# CONFIG_NCP_FS is not set
56523 -# CONFIG_CODA_FS is not set
56524 -# CONFIG_AFS_FS is not set
56525 -
56526 -#
56527 -# Partition Types
56528 -#
56529 -CONFIG_PARTITION_ADVANCED=y
56530 -# CONFIG_ACORN_PARTITION is not set
56531 -# CONFIG_OSF_PARTITION is not set
56532 -# CONFIG_AMIGA_PARTITION is not set
56533 -# CONFIG_ATARI_PARTITION is not set
56534 -# CONFIG_MAC_PARTITION is not set
56535 -CONFIG_MSDOS_PARTITION=y
56536 -# CONFIG_BSD_DISKLABEL is not set
56537 -# CONFIG_MINIX_SUBPARTITION is not set
56538 -# CONFIG_SOLARIS_X86_PARTITION is not set
56539 -# CONFIG_UNIXWARE_DISKLABEL is not set
56540 -# CONFIG_LDM_PARTITION is not set
56541 -# CONFIG_SGI_PARTITION is not set
56542 -# CONFIG_ULTRIX_PARTITION is not set
56543 -# CONFIG_SUN_PARTITION is not set
56544 -# CONFIG_KARMA_PARTITION is not set
56545 -# CONFIG_EFI_PARTITION is not set
56546 -# CONFIG_SYSV68_PARTITION is not set
56547 -# CONFIG_NLS is not set
56548 -# CONFIG_DLM is not set
56549 -
56550 -#
56551 -# Library routines
56552 -#
56553 -CONFIG_BITREVERSE=y
56554 -# CONFIG_CRC_CCITT is not set
56555 -# CONFIG_CRC16 is not set
56556 -# CONFIG_CRC_ITU_T is not set
56557 -CONFIG_CRC32=y
56558 -# CONFIG_CRC7 is not set
56559 -# CONFIG_LIBCRC32C is not set
56560 -CONFIG_ZLIB_INFLATE=y
56561 -CONFIG_ZLIB_DEFLATE=y
56562 -CONFIG_PLIST=y
56563 -CONFIG_HAS_IOMEM=y
56564 -CONFIG_HAS_IOPORT=y
56565 -CONFIG_HAS_DMA=y
56566 -
56567 -#
56568 -# Kernel hacking
56569 -#
56570 -# CONFIG_PRINTK_TIME is not set
56571 -CONFIG_ENABLE_WARN_DEPRECATED=y
56572 -CONFIG_ENABLE_MUST_CHECK=y
56573 -# CONFIG_MAGIC_SYSRQ is not set
56574 -# CONFIG_UNUSED_SYMBOLS is not set
56575 -# CONFIG_DEBUG_FS is not set
56576 -# CONFIG_HEADERS_CHECK is not set
56577 -CONFIG_DEBUG_KERNEL=y
56578 -# CONFIG_DEBUG_SHIRQ is not set
56579 -CONFIG_DETECT_SOFTLOCKUP=y
56580 -CONFIG_SCHED_DEBUG=y
56581 -# CONFIG_SCHEDSTATS is not set
56582 -# CONFIG_TIMER_STATS is not set
56583 -# CONFIG_SLUB_DEBUG_ON is not set
56584 -# CONFIG_SLUB_STATS is not set
56585 -# CONFIG_DEBUG_RT_MUTEXES is not set
56586 -# CONFIG_RT_MUTEX_TESTER is not set
56587 -# CONFIG_DEBUG_SPINLOCK is not set
56588 -# CONFIG_DEBUG_MUTEXES is not set
56589 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
56590 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
56591 -# CONFIG_DEBUG_KOBJECT is not set
56592 -# CONFIG_DEBUG_BUGVERBOSE is not set
56593 -# CONFIG_DEBUG_INFO is not set
56594 -# CONFIG_DEBUG_VM is not set
56595 -# CONFIG_DEBUG_LIST is not set
56596 -# CONFIG_DEBUG_SG is not set
56597 -# CONFIG_BOOT_PRINTK_DELAY is not set
56598 -# CONFIG_RCU_TORTURE_TEST is not set
56599 -# CONFIG_BACKTRACE_SELF_TEST is not set
56600 -# CONFIG_FAULT_INJECTION is not set
56601 -# CONFIG_SAMPLES is not set
56602 -# CONFIG_DEBUG_STACKOVERFLOW is not set
56603 -# CONFIG_DEBUG_STACK_USAGE is not set
56604 -# CONFIG_DEBUG_PAGEALLOC is not set
56605 -# CONFIG_DEBUGGER is not set
56606 -# CONFIG_BDI_SWITCH is not set
56607 -# CONFIG_PPC_EARLY_DEBUG is not set
56608 -
56609 -#
56610 -# Security options
56611 -#
56612 -# CONFIG_KEYS is not set
56613 -# CONFIG_SECURITY is not set
56614 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
56615 -CONFIG_CRYPTO=y
56616 -CONFIG_CRYPTO_ALGAPI=y
56617 -CONFIG_CRYPTO_BLKCIPHER=y
56618 -# CONFIG_CRYPTO_SEQIV is not set
56619 -CONFIG_CRYPTO_MANAGER=y
56620 -# CONFIG_CRYPTO_HMAC is not set
56621 -# CONFIG_CRYPTO_XCBC is not set
56622 -# CONFIG_CRYPTO_NULL is not set
56623 -# CONFIG_CRYPTO_MD4 is not set
56624 -CONFIG_CRYPTO_MD5=y
56625 -# CONFIG_CRYPTO_SHA1 is not set
56626 -# CONFIG_CRYPTO_SHA256 is not set
56627 -# CONFIG_CRYPTO_SHA512 is not set
56628 -# CONFIG_CRYPTO_WP512 is not set
56629 -# CONFIG_CRYPTO_TGR192 is not set
56630 -# CONFIG_CRYPTO_GF128MUL is not set
56631 -# CONFIG_CRYPTO_ECB is not set
56632 -CONFIG_CRYPTO_CBC=y
56633 -CONFIG_CRYPTO_PCBC=m
56634 -# CONFIG_CRYPTO_LRW is not set
56635 -# CONFIG_CRYPTO_XTS is not set
56636 -# CONFIG_CRYPTO_CTR is not set
56637 -# CONFIG_CRYPTO_GCM is not set
56638 -# CONFIG_CRYPTO_CCM is not set
56639 -# CONFIG_CRYPTO_CRYPTD is not set
56640 -CONFIG_CRYPTO_DES=y
56641 -# CONFIG_CRYPTO_FCRYPT is not set
56642 -# CONFIG_CRYPTO_BLOWFISH is not set
56643 -# CONFIG_CRYPTO_TWOFISH is not set
56644 -# CONFIG_CRYPTO_SERPENT is not set
56645 -# CONFIG_CRYPTO_AES is not set
56646 -# CONFIG_CRYPTO_CAST5 is not set
56647 -# CONFIG_CRYPTO_CAST6 is not set
56648 -# CONFIG_CRYPTO_TEA is not set
56649 -# CONFIG_CRYPTO_ARC4 is not set
56650 -# CONFIG_CRYPTO_KHAZAD is not set
56651 -# CONFIG_CRYPTO_ANUBIS is not set
56652 -# CONFIG_CRYPTO_SEED is not set
56653 -# CONFIG_CRYPTO_SALSA20 is not set
56654 -# CONFIG_CRYPTO_DEFLATE is not set
56655 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
56656 -# CONFIG_CRYPTO_CRC32C is not set
56657 -# CONFIG_CRYPTO_CAMELLIA is not set
56658 -# CONFIG_CRYPTO_TEST is not set
56659 -# CONFIG_CRYPTO_AUTHENC is not set
56660 -# CONFIG_CRYPTO_LZO is not set
56661 -CONFIG_CRYPTO_HW=y
56662 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
56663 -# CONFIG_PPC_CLOCK is not set
56664 --- a/arch/powerpc/configs/mpc832x_mds_defconfig
56665 +++ /dev/null
56666 @@ -1,1081 +0,0 @@
56667 -#
56668 -# Automatically generated make config: don't edit
56669 -# Linux kernel version: 2.6.25-rc7
56670 -# Mon Mar 31 11:36:51 2008
56671 -#
56672 -# CONFIG_PPC64 is not set
56673 -
56674 -#
56675 -# Processor support
56676 -#
56677 -CONFIG_6xx=y
56678 -# CONFIG_PPC_85xx is not set
56679 -# CONFIG_PPC_8xx is not set
56680 -# CONFIG_40x is not set
56681 -# CONFIG_44x is not set
56682 -# CONFIG_E200 is not set
56683 -CONFIG_PPC_FPU=y
56684 -# CONFIG_FSL_EMB_PERFMON is not set
56685 -CONFIG_PPC_STD_MMU=y
56686 -CONFIG_PPC_STD_MMU_32=y
56687 -# CONFIG_PPC_MM_SLICES is not set
56688 -# CONFIG_SMP is not set
56689 -CONFIG_PPC32=y
56690 -CONFIG_WORD_SIZE=32
56691 -CONFIG_PPC_MERGE=y
56692 -CONFIG_MMU=y
56693 -CONFIG_GENERIC_CMOS_UPDATE=y
56694 -CONFIG_GENERIC_TIME=y
56695 -CONFIG_GENERIC_TIME_VSYSCALL=y
56696 -CONFIG_GENERIC_CLOCKEVENTS=y
56697 -CONFIG_GENERIC_HARDIRQS=y
56698 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
56699 -CONFIG_IRQ_PER_CPU=y
56700 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
56701 -CONFIG_ARCH_HAS_ILOG2_U32=y
56702 -CONFIG_GENERIC_HWEIGHT=y
56703 -CONFIG_GENERIC_CALIBRATE_DELAY=y
56704 -CONFIG_GENERIC_FIND_NEXT_BIT=y
56705 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
56706 -CONFIG_PPC=y
56707 -CONFIG_EARLY_PRINTK=y
56708 -CONFIG_GENERIC_NVRAM=y
56709 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
56710 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
56711 -CONFIG_PPC_OF=y
56712 -CONFIG_OF=y
56713 -CONFIG_PPC_UDBG_16550=y
56714 -# CONFIG_GENERIC_TBSYNC is not set
56715 -CONFIG_AUDIT_ARCH=y
56716 -CONFIG_GENERIC_BUG=y
56717 -CONFIG_DEFAULT_UIMAGE=y
56718 -# CONFIG_PPC_DCR_NATIVE is not set
56719 -# CONFIG_PPC_DCR_MMIO is not set
56720 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
56721 -
56722 -#
56723 -# General setup
56724 -#
56725 -CONFIG_EXPERIMENTAL=y
56726 -CONFIG_BROKEN_ON_SMP=y
56727 -CONFIG_INIT_ENV_ARG_LIMIT=32
56728 -CONFIG_LOCALVERSION=""
56729 -CONFIG_LOCALVERSION_AUTO=y
56730 -CONFIG_SWAP=y
56731 -CONFIG_SYSVIPC=y
56732 -CONFIG_SYSVIPC_SYSCTL=y
56733 -# CONFIG_POSIX_MQUEUE is not set
56734 -# CONFIG_BSD_PROCESS_ACCT is not set
56735 -# CONFIG_TASKSTATS is not set
56736 -# CONFIG_AUDIT is not set
56737 -# CONFIG_IKCONFIG is not set
56738 -CONFIG_LOG_BUF_SHIFT=14
56739 -# CONFIG_CGROUPS is not set
56740 -CONFIG_GROUP_SCHED=y
56741 -# CONFIG_FAIR_GROUP_SCHED is not set
56742 -# CONFIG_RT_GROUP_SCHED is not set
56743 -CONFIG_USER_SCHED=y
56744 -# CONFIG_CGROUP_SCHED is not set
56745 -CONFIG_SYSFS_DEPRECATED=y
56746 -CONFIG_SYSFS_DEPRECATED_V2=y
56747 -# CONFIG_RELAY is not set
56748 -# CONFIG_NAMESPACES is not set
56749 -CONFIG_BLK_DEV_INITRD=y
56750 -CONFIG_INITRAMFS_SOURCE=""
56751 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
56752 -CONFIG_SYSCTL=y
56753 -CONFIG_EMBEDDED=y
56754 -CONFIG_SYSCTL_SYSCALL=y
56755 -# CONFIG_KALLSYMS is not set
56756 -CONFIG_HOTPLUG=y
56757 -CONFIG_PRINTK=y
56758 -CONFIG_BUG=y
56759 -CONFIG_ELF_CORE=y
56760 -CONFIG_COMPAT_BRK=y
56761 -CONFIG_BASE_FULL=y
56762 -CONFIG_FUTEX=y
56763 -CONFIG_ANON_INODES=y
56764 -# CONFIG_EPOLL is not set
56765 -CONFIG_SIGNALFD=y
56766 -CONFIG_TIMERFD=y
56767 -CONFIG_EVENTFD=y
56768 -CONFIG_SHMEM=y
56769 -CONFIG_VM_EVENT_COUNTERS=y
56770 -CONFIG_SLUB_DEBUG=y
56771 -# CONFIG_SLAB is not set
56772 -CONFIG_SLUB=y
56773 -# CONFIG_SLOB is not set
56774 -# CONFIG_PROFILING is not set
56775 -# CONFIG_MARKERS is not set
56776 -CONFIG_HAVE_OPROFILE=y
56777 -CONFIG_HAVE_KPROBES=y
56778 -CONFIG_HAVE_KRETPROBES=y
56779 -CONFIG_PROC_PAGE_MONITOR=y
56780 -CONFIG_SLABINFO=y
56781 -CONFIG_RT_MUTEXES=y
56782 -# CONFIG_TINY_SHMEM is not set
56783 -CONFIG_BASE_SMALL=0
56784 -CONFIG_MODULES=y
56785 -CONFIG_MODULE_UNLOAD=y
56786 -# CONFIG_MODULE_FORCE_UNLOAD is not set
56787 -# CONFIG_MODVERSIONS is not set
56788 -# CONFIG_MODULE_SRCVERSION_ALL is not set
56789 -# CONFIG_KMOD is not set
56790 -CONFIG_BLOCK=y
56791 -# CONFIG_LBD is not set
56792 -# CONFIG_BLK_DEV_IO_TRACE is not set
56793 -# CONFIG_LSF is not set
56794 -# CONFIG_BLK_DEV_BSG is not set
56795 -
56796 -#
56797 -# IO Schedulers
56798 -#
56799 -CONFIG_IOSCHED_NOOP=y
56800 -CONFIG_IOSCHED_AS=y
56801 -CONFIG_IOSCHED_DEADLINE=y
56802 -CONFIG_IOSCHED_CFQ=y
56803 -CONFIG_DEFAULT_AS=y
56804 -# CONFIG_DEFAULT_DEADLINE is not set
56805 -# CONFIG_DEFAULT_CFQ is not set
56806 -# CONFIG_DEFAULT_NOOP is not set
56807 -CONFIG_DEFAULT_IOSCHED="anticipatory"
56808 -CONFIG_CLASSIC_RCU=y
56809 -
56810 -#
56811 -# Platform support
56812 -#
56813 -# CONFIG_PPC_MULTIPLATFORM is not set
56814 -# CONFIG_PPC_82xx is not set
56815 -CONFIG_PPC_83xx=y
56816 -# CONFIG_PPC_86xx is not set
56817 -# CONFIG_PPC_MPC512x is not set
56818 -# CONFIG_PPC_MPC5121 is not set
56819 -# CONFIG_PPC_CELL is not set
56820 -# CONFIG_PPC_CELL_NATIVE is not set
56821 -# CONFIG_PQ2ADS is not set
56822 -CONFIG_MPC83xx=y
56823 -# CONFIG_MPC831x_RDB is not set
56824 -CONFIG_MPC832x_MDS=y
56825 -# CONFIG_MPC832x_RDB is not set
56826 -# CONFIG_MPC834x_MDS is not set
56827 -# CONFIG_MPC834x_ITX is not set
56828 -# CONFIG_MPC836x_MDS is not set
56829 -# CONFIG_MPC837x_MDS is not set
56830 -# CONFIG_MPC837x_RDB is not set
56831 -# CONFIG_SBC834x is not set
56832 -CONFIG_PPC_MPC832x=y
56833 -CONFIG_IPIC=y
56834 -# CONFIG_MPIC is not set
56835 -# CONFIG_MPIC_WEIRD is not set
56836 -# CONFIG_PPC_I8259 is not set
56837 -# CONFIG_PPC_RTAS is not set
56838 -# CONFIG_MMIO_NVRAM is not set
56839 -# CONFIG_PPC_MPC106 is not set
56840 -# CONFIG_PPC_970_NAP is not set
56841 -# CONFIG_PPC_INDIRECT_IO is not set
56842 -# CONFIG_GENERIC_IOMAP is not set
56843 -# CONFIG_CPU_FREQ is not set
56844 -CONFIG_QUICC_ENGINE=y
56845 -# CONFIG_FSL_ULI1575 is not set
56846 -
56847 -#
56848 -# Kernel options
56849 -#
56850 -# CONFIG_HIGHMEM is not set
56851 -CONFIG_TICK_ONESHOT=y
56852 -CONFIG_NO_HZ=y
56853 -CONFIG_HIGH_RES_TIMERS=y
56854 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
56855 -# CONFIG_HZ_100 is not set
56856 -CONFIG_HZ_250=y
56857 -# CONFIG_HZ_300 is not set
56858 -# CONFIG_HZ_1000 is not set
56859 -CONFIG_HZ=250
56860 -# CONFIG_SCHED_HRTICK is not set
56861 -CONFIG_PREEMPT_NONE=y
56862 -# CONFIG_PREEMPT_VOLUNTARY is not set
56863 -# CONFIG_PREEMPT is not set
56864 -CONFIG_BINFMT_ELF=y
56865 -# CONFIG_BINFMT_MISC is not set
56866 -CONFIG_MATH_EMULATION=y
56867 -# CONFIG_IOMMU_HELPER is not set
56868 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
56869 -CONFIG_ARCH_HAS_WALK_MEMORY=y
56870 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
56871 -CONFIG_ARCH_FLATMEM_ENABLE=y
56872 -CONFIG_ARCH_POPULATES_NODE_MAP=y
56873 -CONFIG_SELECT_MEMORY_MODEL=y
56874 -CONFIG_FLATMEM_MANUAL=y
56875 -# CONFIG_DISCONTIGMEM_MANUAL is not set
56876 -# CONFIG_SPARSEMEM_MANUAL is not set
56877 -CONFIG_FLATMEM=y
56878 -CONFIG_FLAT_NODE_MEM_MAP=y
56879 -# CONFIG_SPARSEMEM_STATIC is not set
56880 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
56881 -CONFIG_SPLIT_PTLOCK_CPUS=4
56882 -# CONFIG_RESOURCES_64BIT is not set
56883 -CONFIG_ZONE_DMA_FLAG=1
56884 -CONFIG_BOUNCE=y
56885 -CONFIG_VIRT_TO_BUS=y
56886 -CONFIG_PROC_DEVICETREE=y
56887 -# CONFIG_CMDLINE_BOOL is not set
56888 -# CONFIG_PM is not set
56889 -CONFIG_SECCOMP=y
56890 -CONFIG_ISA_DMA_API=y
56891 -
56892 -#
56893 -# Bus options
56894 -#
56895 -CONFIG_ZONE_DMA=y
56896 -CONFIG_GENERIC_ISA_DMA=y
56897 -CONFIG_PPC_INDIRECT_PCI=y
56898 -CONFIG_FSL_SOC=y
56899 -CONFIG_PCI=y
56900 -CONFIG_PCI_DOMAINS=y
56901 -CONFIG_PCI_SYSCALL=y
56902 -# CONFIG_PCIEPORTBUS is not set
56903 -CONFIG_ARCH_SUPPORTS_MSI=y
56904 -# CONFIG_PCI_MSI is not set
56905 -CONFIG_PCI_LEGACY=y
56906 -# CONFIG_PCCARD is not set
56907 -# CONFIG_HOTPLUG_PCI is not set
56908 -
56909 -#
56910 -# Advanced setup
56911 -#
56912 -# CONFIG_ADVANCED_OPTIONS is not set
56913 -
56914 -#
56915 -# Default settings for advanced configuration options are used
56916 -#
56917 -CONFIG_HIGHMEM_START=0xfe000000
56918 -CONFIG_LOWMEM_SIZE=0x30000000
56919 -CONFIG_KERNEL_START=0xc0000000
56920 -CONFIG_TASK_SIZE=0xc0000000
56921 -CONFIG_BOOT_LOAD=0x00800000
56922 -
56923 -#
56924 -# Networking
56925 -#
56926 -CONFIG_NET=y
56927 -
56928 -#
56929 -# Networking options
56930 -#
56931 -CONFIG_PACKET=y
56932 -# CONFIG_PACKET_MMAP is not set
56933 -CONFIG_UNIX=y
56934 -CONFIG_XFRM=y
56935 -# CONFIG_XFRM_USER is not set
56936 -# CONFIG_XFRM_SUB_POLICY is not set
56937 -# CONFIG_XFRM_MIGRATE is not set
56938 -# CONFIG_XFRM_STATISTICS is not set
56939 -# CONFIG_NET_KEY is not set
56940 -CONFIG_INET=y
56941 -CONFIG_IP_MULTICAST=y
56942 -# CONFIG_IP_ADVANCED_ROUTER is not set
56943 -CONFIG_IP_FIB_HASH=y
56944 -CONFIG_IP_PNP=y
56945 -CONFIG_IP_PNP_DHCP=y
56946 -CONFIG_IP_PNP_BOOTP=y
56947 -# CONFIG_IP_PNP_RARP is not set
56948 -# CONFIG_NET_IPIP is not set
56949 -# CONFIG_NET_IPGRE is not set
56950 -# CONFIG_IP_MROUTE is not set
56951 -# CONFIG_ARPD is not set
56952 -CONFIG_SYN_COOKIES=y
56953 -# CONFIG_INET_AH is not set
56954 -# CONFIG_INET_ESP is not set
56955 -# CONFIG_INET_IPCOMP is not set
56956 -# CONFIG_INET_XFRM_TUNNEL is not set
56957 -# CONFIG_INET_TUNNEL is not set
56958 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
56959 -CONFIG_INET_XFRM_MODE_TUNNEL=y
56960 -CONFIG_INET_XFRM_MODE_BEET=y
56961 -# CONFIG_INET_LRO is not set
56962 -CONFIG_INET_DIAG=y
56963 -CONFIG_INET_TCP_DIAG=y
56964 -# CONFIG_TCP_CONG_ADVANCED is not set
56965 -CONFIG_TCP_CONG_CUBIC=y
56966 -CONFIG_DEFAULT_TCP_CONG="cubic"
56967 -# CONFIG_TCP_MD5SIG is not set
56968 -# CONFIG_IPV6 is not set
56969 -# CONFIG_INET6_XFRM_TUNNEL is not set
56970 -# CONFIG_INET6_TUNNEL is not set
56971 -# CONFIG_NETWORK_SECMARK is not set
56972 -# CONFIG_NETFILTER is not set
56973 -# CONFIG_IP_DCCP is not set
56974 -# CONFIG_IP_SCTP is not set
56975 -# CONFIG_TIPC is not set
56976 -# CONFIG_ATM is not set
56977 -# CONFIG_BRIDGE is not set
56978 -# CONFIG_VLAN_8021Q is not set
56979 -# CONFIG_DECNET is not set
56980 -# CONFIG_LLC2 is not set
56981 -# CONFIG_IPX is not set
56982 -# CONFIG_ATALK is not set
56983 -# CONFIG_X25 is not set
56984 -# CONFIG_LAPB is not set
56985 -# CONFIG_ECONET is not set
56986 -# CONFIG_WAN_ROUTER is not set
56987 -# CONFIG_NET_SCHED is not set
56988 -
56989 -#
56990 -# Network testing
56991 -#
56992 -# CONFIG_NET_PKTGEN is not set
56993 -# CONFIG_HAMRADIO is not set
56994 -# CONFIG_CAN is not set
56995 -# CONFIG_IRDA is not set
56996 -# CONFIG_BT is not set
56997 -# CONFIG_AF_RXRPC is not set
56998 -
56999 -#
57000 -# Wireless
57001 -#
57002 -# CONFIG_CFG80211 is not set
57003 -# CONFIG_WIRELESS_EXT is not set
57004 -# CONFIG_MAC80211 is not set
57005 -# CONFIG_IEEE80211 is not set
57006 -# CONFIG_RFKILL is not set
57007 -# CONFIG_NET_9P is not set
57008 -
57009 -#
57010 -# Device Drivers
57011 -#
57012 -
57013 -#
57014 -# Generic Driver Options
57015 -#
57016 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
57017 -CONFIG_STANDALONE=y
57018 -CONFIG_PREVENT_FIRMWARE_BUILD=y
57019 -# CONFIG_FW_LOADER is not set
57020 -# CONFIG_SYS_HYPERVISOR is not set
57021 -# CONFIG_CONNECTOR is not set
57022 -# CONFIG_MTD is not set
57023 -CONFIG_OF_DEVICE=y
57024 -# CONFIG_PARPORT is not set
57025 -CONFIG_BLK_DEV=y
57026 -# CONFIG_BLK_DEV_FD is not set
57027 -# CONFIG_BLK_CPQ_DA is not set
57028 -# CONFIG_BLK_CPQ_CISS_DA is not set
57029 -# CONFIG_BLK_DEV_DAC960 is not set
57030 -# CONFIG_BLK_DEV_UMEM is not set
57031 -# CONFIG_BLK_DEV_COW_COMMON is not set
57032 -CONFIG_BLK_DEV_LOOP=y
57033 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
57034 -# CONFIG_BLK_DEV_NBD is not set
57035 -# CONFIG_BLK_DEV_SX8 is not set
57036 -CONFIG_BLK_DEV_RAM=y
57037 -CONFIG_BLK_DEV_RAM_COUNT=16
57038 -CONFIG_BLK_DEV_RAM_SIZE=32768
57039 -# CONFIG_BLK_DEV_XIP is not set
57040 -# CONFIG_CDROM_PKTCDVD is not set
57041 -# CONFIG_ATA_OVER_ETH is not set
57042 -CONFIG_MISC_DEVICES=y
57043 -# CONFIG_PHANTOM is not set
57044 -# CONFIG_EEPROM_93CX6 is not set
57045 -# CONFIG_SGI_IOC4 is not set
57046 -# CONFIG_TIFM_CORE is not set
57047 -# CONFIG_ENCLOSURE_SERVICES is not set
57048 -CONFIG_HAVE_IDE=y
57049 -# CONFIG_IDE is not set
57050 -
57051 -#
57052 -# SCSI device support
57053 -#
57054 -# CONFIG_RAID_ATTRS is not set
57055 -CONFIG_SCSI=y
57056 -CONFIG_SCSI_DMA=y
57057 -# CONFIG_SCSI_TGT is not set
57058 -# CONFIG_SCSI_NETLINK is not set
57059 -CONFIG_SCSI_PROC_FS=y
57060 -
57061 -#
57062 -# SCSI support type (disk, tape, CD-ROM)
57063 -#
57064 -# CONFIG_BLK_DEV_SD is not set
57065 -# CONFIG_CHR_DEV_ST is not set
57066 -# CONFIG_CHR_DEV_OSST is not set
57067 -# CONFIG_BLK_DEV_SR is not set
57068 -# CONFIG_CHR_DEV_SG is not set
57069 -# CONFIG_CHR_DEV_SCH is not set
57070 -
57071 -#
57072 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
57073 -#
57074 -# CONFIG_SCSI_MULTI_LUN is not set
57075 -# CONFIG_SCSI_CONSTANTS is not set
57076 -# CONFIG_SCSI_LOGGING is not set
57077 -# CONFIG_SCSI_SCAN_ASYNC is not set
57078 -CONFIG_SCSI_WAIT_SCAN=m
57079 -
57080 -#
57081 -# SCSI Transports
57082 -#
57083 -# CONFIG_SCSI_SPI_ATTRS is not set
57084 -# CONFIG_SCSI_FC_ATTRS is not set
57085 -# CONFIG_SCSI_ISCSI_ATTRS is not set
57086 -# CONFIG_SCSI_SAS_LIBSAS is not set
57087 -# CONFIG_SCSI_SRP_ATTRS is not set
57088 -CONFIG_SCSI_LOWLEVEL=y
57089 -# CONFIG_ISCSI_TCP is not set
57090 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
57091 -# CONFIG_SCSI_3W_9XXX is not set
57092 -# CONFIG_SCSI_ACARD is not set
57093 -# CONFIG_SCSI_AACRAID is not set
57094 -# CONFIG_SCSI_AIC7XXX is not set
57095 -# CONFIG_SCSI_AIC7XXX_OLD is not set
57096 -# CONFIG_SCSI_AIC79XX is not set
57097 -# CONFIG_SCSI_AIC94XX is not set
57098 -# CONFIG_SCSI_DPT_I2O is not set
57099 -# CONFIG_SCSI_ADVANSYS is not set
57100 -# CONFIG_SCSI_ARCMSR is not set
57101 -# CONFIG_MEGARAID_NEWGEN is not set
57102 -# CONFIG_MEGARAID_LEGACY is not set
57103 -# CONFIG_MEGARAID_SAS is not set
57104 -# CONFIG_SCSI_HPTIOP is not set
57105 -# CONFIG_SCSI_BUSLOGIC is not set
57106 -# CONFIG_SCSI_DMX3191D is not set
57107 -# CONFIG_SCSI_EATA is not set
57108 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
57109 -# CONFIG_SCSI_GDTH is not set
57110 -# CONFIG_SCSI_IPS is not set
57111 -# CONFIG_SCSI_INITIO is not set
57112 -# CONFIG_SCSI_INIA100 is not set
57113 -# CONFIG_SCSI_MVSAS is not set
57114 -# CONFIG_SCSI_STEX is not set
57115 -# CONFIG_SCSI_SYM53C8XX_2 is not set
57116 -# CONFIG_SCSI_QLOGIC_1280 is not set
57117 -# CONFIG_SCSI_QLA_FC is not set
57118 -# CONFIG_SCSI_QLA_ISCSI is not set
57119 -# CONFIG_SCSI_LPFC is not set
57120 -# CONFIG_SCSI_DC395x is not set
57121 -# CONFIG_SCSI_DC390T is not set
57122 -# CONFIG_SCSI_NSP32 is not set
57123 -# CONFIG_SCSI_DEBUG is not set
57124 -# CONFIG_SCSI_SRP is not set
57125 -# CONFIG_ATA is not set
57126 -# CONFIG_MD is not set
57127 -# CONFIG_FUSION is not set
57128 -
57129 -#
57130 -# IEEE 1394 (FireWire) support
57131 -#
57132 -# CONFIG_FIREWIRE is not set
57133 -# CONFIG_IEEE1394 is not set
57134 -# CONFIG_I2O is not set
57135 -# CONFIG_MACINTOSH_DRIVERS is not set
57136 -CONFIG_NETDEVICES=y
57137 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
57138 -# CONFIG_DUMMY is not set
57139 -# CONFIG_BONDING is not set
57140 -# CONFIG_MACVLAN is not set
57141 -# CONFIG_EQUALIZER is not set
57142 -# CONFIG_TUN is not set
57143 -# CONFIG_VETH is not set
57144 -# CONFIG_ARCNET is not set
57145 -CONFIG_PHYLIB=y
57146 -
57147 -#
57148 -# MII PHY device drivers
57149 -#
57150 -# CONFIG_MARVELL_PHY is not set
57151 -CONFIG_DAVICOM_PHY=y
57152 -# CONFIG_QSEMI_PHY is not set
57153 -# CONFIG_LXT_PHY is not set
57154 -# CONFIG_CICADA_PHY is not set
57155 -# CONFIG_VITESSE_PHY is not set
57156 -# CONFIG_SMSC_PHY is not set
57157 -# CONFIG_BROADCOM_PHY is not set
57158 -# CONFIG_ICPLUS_PHY is not set
57159 -# CONFIG_REALTEK_PHY is not set
57160 -# CONFIG_FIXED_PHY is not set
57161 -# CONFIG_MDIO_BITBANG is not set
57162 -CONFIG_NET_ETHERNET=y
57163 -CONFIG_MII=y
57164 -# CONFIG_HAPPYMEAL is not set
57165 -# CONFIG_SUNGEM is not set
57166 -# CONFIG_CASSINI is not set
57167 -# CONFIG_NET_VENDOR_3COM is not set
57168 -# CONFIG_NET_TULIP is not set
57169 -# CONFIG_HP100 is not set
57170 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
57171 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
57172 -# CONFIG_IBM_NEW_EMAC_TAH is not set
57173 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
57174 -# CONFIG_NET_PCI is not set
57175 -# CONFIG_B44 is not set
57176 -CONFIG_NETDEV_1000=y
57177 -# CONFIG_ACENIC is not set
57178 -# CONFIG_DL2K is not set
57179 -# CONFIG_E1000 is not set
57180 -# CONFIG_E1000E is not set
57181 -# CONFIG_E1000E_ENABLED is not set
57182 -# CONFIG_IP1000 is not set
57183 -# CONFIG_IGB is not set
57184 -# CONFIG_NS83820 is not set
57185 -# CONFIG_HAMACHI is not set
57186 -# CONFIG_YELLOWFIN is not set
57187 -# CONFIG_R8169 is not set
57188 -# CONFIG_SIS190 is not set
57189 -# CONFIG_SKGE is not set
57190 -# CONFIG_SKY2 is not set
57191 -# CONFIG_SK98LIN is not set
57192 -# CONFIG_VIA_VELOCITY is not set
57193 -# CONFIG_TIGON3 is not set
57194 -# CONFIG_BNX2 is not set
57195 -# CONFIG_GIANFAR is not set
57196 -CONFIG_UCC_GETH=y
57197 -# CONFIG_UGETH_NAPI is not set
57198 -# CONFIG_UGETH_MAGIC_PACKET is not set
57199 -# CONFIG_UGETH_FILTERING is not set
57200 -# CONFIG_UGETH_TX_ON_DEMAND is not set
57201 -# CONFIG_QLA3XXX is not set
57202 -# CONFIG_ATL1 is not set
57203 -CONFIG_NETDEV_10000=y
57204 -# CONFIG_CHELSIO_T1 is not set
57205 -# CONFIG_CHELSIO_T3 is not set
57206 -# CONFIG_IXGBE is not set
57207 -# CONFIG_IXGB is not set
57208 -# CONFIG_S2IO is not set
57209 -# CONFIG_MYRI10GE is not set
57210 -# CONFIG_NETXEN_NIC is not set
57211 -# CONFIG_NIU is not set
57212 -# CONFIG_MLX4_CORE is not set
57213 -# CONFIG_TEHUTI is not set
57214 -# CONFIG_BNX2X is not set
57215 -# CONFIG_TR is not set
57216 -
57217 -#
57218 -# Wireless LAN
57219 -#
57220 -# CONFIG_WLAN_PRE80211 is not set
57221 -# CONFIG_WLAN_80211 is not set
57222 -# CONFIG_WAN is not set
57223 -# CONFIG_FDDI is not set
57224 -# CONFIG_HIPPI is not set
57225 -# CONFIG_PPP is not set
57226 -# CONFIG_SLIP is not set
57227 -# CONFIG_NET_FC is not set
57228 -# CONFIG_NETCONSOLE is not set
57229 -# CONFIG_NETPOLL is not set
57230 -# CONFIG_NET_POLL_CONTROLLER is not set
57231 -# CONFIG_ISDN is not set
57232 -# CONFIG_PHONE is not set
57233 -
57234 -#
57235 -# Input device support
57236 -#
57237 -CONFIG_INPUT=y
57238 -# CONFIG_INPUT_FF_MEMLESS is not set
57239 -# CONFIG_INPUT_POLLDEV is not set
57240 -
57241 -#
57242 -# Userland interfaces
57243 -#
57244 -# CONFIG_INPUT_MOUSEDEV is not set
57245 -# CONFIG_INPUT_JOYDEV is not set
57246 -# CONFIG_INPUT_EVDEV is not set
57247 -# CONFIG_INPUT_EVBUG is not set
57248 -
57249 -#
57250 -# Input Device Drivers
57251 -#
57252 -# CONFIG_INPUT_KEYBOARD is not set
57253 -# CONFIG_INPUT_MOUSE is not set
57254 -# CONFIG_INPUT_JOYSTICK is not set
57255 -# CONFIG_INPUT_TABLET is not set
57256 -# CONFIG_INPUT_TOUCHSCREEN is not set
57257 -# CONFIG_INPUT_MISC is not set
57258 -
57259 -#
57260 -# Hardware I/O ports
57261 -#
57262 -# CONFIG_SERIO is not set
57263 -# CONFIG_GAMEPORT is not set
57264 -
57265 -#
57266 -# Character devices
57267 -#
57268 -# CONFIG_VT is not set
57269 -# CONFIG_SERIAL_NONSTANDARD is not set
57270 -# CONFIG_NOZOMI is not set
57271 -
57272 -#
57273 -# Serial drivers
57274 -#
57275 -CONFIG_SERIAL_8250=y
57276 -CONFIG_SERIAL_8250_CONSOLE=y
57277 -CONFIG_SERIAL_8250_PCI=y
57278 -CONFIG_SERIAL_8250_NR_UARTS=4
57279 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
57280 -# CONFIG_SERIAL_8250_EXTENDED is not set
57281 -
57282 -#
57283 -# Non-8250 serial port support
57284 -#
57285 -# CONFIG_SERIAL_UARTLITE is not set
57286 -CONFIG_SERIAL_CORE=y
57287 -CONFIG_SERIAL_CORE_CONSOLE=y
57288 -# CONFIG_SERIAL_JSM is not set
57289 -# CONFIG_SERIAL_OF_PLATFORM is not set
57290 -# CONFIG_SERIAL_QE is not set
57291 -CONFIG_UNIX98_PTYS=y
57292 -CONFIG_LEGACY_PTYS=y
57293 -CONFIG_LEGACY_PTY_COUNT=256
57294 -# CONFIG_IPMI_HANDLER is not set
57295 -CONFIG_HW_RANDOM=y
57296 -# CONFIG_NVRAM is not set
57297 -# CONFIG_GEN_RTC is not set
57298 -# CONFIG_R3964 is not set
57299 -# CONFIG_APPLICOM is not set
57300 -# CONFIG_RAW_DRIVER is not set
57301 -# CONFIG_TCG_TPM is not set
57302 -CONFIG_DEVPORT=y
57303 -CONFIG_I2C=y
57304 -CONFIG_I2C_BOARDINFO=y
57305 -CONFIG_I2C_CHARDEV=y
57306 -
57307 -#
57308 -# I2C Algorithms
57309 -#
57310 -# CONFIG_I2C_ALGOBIT is not set
57311 -# CONFIG_I2C_ALGOPCF is not set
57312 -# CONFIG_I2C_ALGOPCA is not set
57313 -
57314 -#
57315 -# I2C Hardware Bus support
57316 -#
57317 -# CONFIG_I2C_ALI1535 is not set
57318 -# CONFIG_I2C_ALI1563 is not set
57319 -# CONFIG_I2C_ALI15X3 is not set
57320 -# CONFIG_I2C_AMD756 is not set
57321 -# CONFIG_I2C_AMD8111 is not set
57322 -# CONFIG_I2C_I801 is not set
57323 -# CONFIG_I2C_I810 is not set
57324 -# CONFIG_I2C_PIIX4 is not set
57325 -CONFIG_I2C_MPC=y
57326 -# CONFIG_I2C_NFORCE2 is not set
57327 -# CONFIG_I2C_OCORES is not set
57328 -# CONFIG_I2C_PARPORT_LIGHT is not set
57329 -# CONFIG_I2C_PROSAVAGE is not set
57330 -# CONFIG_I2C_SAVAGE4 is not set
57331 -# CONFIG_I2C_SIMTEC is not set
57332 -# CONFIG_I2C_SIS5595 is not set
57333 -# CONFIG_I2C_SIS630 is not set
57334 -# CONFIG_I2C_SIS96X is not set
57335 -# CONFIG_I2C_TAOS_EVM is not set
57336 -# CONFIG_I2C_STUB is not set
57337 -# CONFIG_I2C_VIA is not set
57338 -# CONFIG_I2C_VIAPRO is not set
57339 -# CONFIG_I2C_VOODOO3 is not set
57340 -
57341 -#
57342 -# Miscellaneous I2C Chip support
57343 -#
57344 -# CONFIG_DS1682 is not set
57345 -# CONFIG_SENSORS_EEPROM is not set
57346 -# CONFIG_SENSORS_PCF8574 is not set
57347 -# CONFIG_PCF8575 is not set
57348 -# CONFIG_SENSORS_PCF8591 is not set
57349 -# CONFIG_TPS65010 is not set
57350 -# CONFIG_SENSORS_MAX6875 is not set
57351 -# CONFIG_SENSORS_TSL2550 is not set
57352 -# CONFIG_I2C_DEBUG_CORE is not set
57353 -# CONFIG_I2C_DEBUG_ALGO is not set
57354 -# CONFIG_I2C_DEBUG_BUS is not set
57355 -# CONFIG_I2C_DEBUG_CHIP is not set
57356 -
57357 -#
57358 -# SPI support
57359 -#
57360 -# CONFIG_SPI is not set
57361 -# CONFIG_SPI_MASTER is not set
57362 -# CONFIG_W1 is not set
57363 -# CONFIG_POWER_SUPPLY is not set
57364 -CONFIG_HWMON=y
57365 -# CONFIG_HWMON_VID is not set
57366 -# CONFIG_SENSORS_AD7418 is not set
57367 -# CONFIG_SENSORS_ADM1021 is not set
57368 -# CONFIG_SENSORS_ADM1025 is not set
57369 -# CONFIG_SENSORS_ADM1026 is not set
57370 -# CONFIG_SENSORS_ADM1029 is not set
57371 -# CONFIG_SENSORS_ADM1031 is not set
57372 -# CONFIG_SENSORS_ADM9240 is not set
57373 -# CONFIG_SENSORS_ADT7470 is not set
57374 -# CONFIG_SENSORS_ADT7473 is not set
57375 -# CONFIG_SENSORS_ATXP1 is not set
57376 -# CONFIG_SENSORS_DS1621 is not set
57377 -# CONFIG_SENSORS_I5K_AMB is not set
57378 -# CONFIG_SENSORS_F71805F is not set
57379 -# CONFIG_SENSORS_F71882FG is not set
57380 -# CONFIG_SENSORS_F75375S is not set
57381 -# CONFIG_SENSORS_GL518SM is not set
57382 -# CONFIG_SENSORS_GL520SM is not set
57383 -# CONFIG_SENSORS_IT87 is not set
57384 -# CONFIG_SENSORS_LM63 is not set
57385 -# CONFIG_SENSORS_LM75 is not set
57386 -# CONFIG_SENSORS_LM77 is not set
57387 -# CONFIG_SENSORS_LM78 is not set
57388 -# CONFIG_SENSORS_LM80 is not set
57389 -# CONFIG_SENSORS_LM83 is not set
57390 -# CONFIG_SENSORS_LM85 is not set
57391 -# CONFIG_SENSORS_LM87 is not set
57392 -# CONFIG_SENSORS_LM90 is not set
57393 -# CONFIG_SENSORS_LM92 is not set
57394 -# CONFIG_SENSORS_LM93 is not set
57395 -# CONFIG_SENSORS_MAX1619 is not set
57396 -# CONFIG_SENSORS_MAX6650 is not set
57397 -# CONFIG_SENSORS_PC87360 is not set
57398 -# CONFIG_SENSORS_PC87427 is not set
57399 -# CONFIG_SENSORS_SIS5595 is not set
57400 -# CONFIG_SENSORS_DME1737 is not set
57401 -# CONFIG_SENSORS_SMSC47M1 is not set
57402 -# CONFIG_SENSORS_SMSC47M192 is not set
57403 -# CONFIG_SENSORS_SMSC47B397 is not set
57404 -# CONFIG_SENSORS_ADS7828 is not set
57405 -# CONFIG_SENSORS_THMC50 is not set
57406 -# CONFIG_SENSORS_VIA686A is not set
57407 -# CONFIG_SENSORS_VT1211 is not set
57408 -# CONFIG_SENSORS_VT8231 is not set
57409 -# CONFIG_SENSORS_W83781D is not set
57410 -# CONFIG_SENSORS_W83791D is not set
57411 -# CONFIG_SENSORS_W83792D is not set
57412 -# CONFIG_SENSORS_W83793 is not set
57413 -# CONFIG_SENSORS_W83L785TS is not set
57414 -# CONFIG_SENSORS_W83L786NG is not set
57415 -# CONFIG_SENSORS_W83627HF is not set
57416 -# CONFIG_SENSORS_W83627EHF is not set
57417 -# CONFIG_HWMON_DEBUG_CHIP is not set
57418 -# CONFIG_THERMAL is not set
57419 -CONFIG_WATCHDOG=y
57420 -# CONFIG_WATCHDOG_NOWAYOUT is not set
57421 -
57422 -#
57423 -# Watchdog Device Drivers
57424 -#
57425 -# CONFIG_SOFT_WATCHDOG is not set
57426 -CONFIG_83xx_WDT=y
57427 -
57428 -#
57429 -# PCI-based Watchdog Cards
57430 -#
57431 -# CONFIG_PCIPCWATCHDOG is not set
57432 -# CONFIG_WDTPCI is not set
57433 -
57434 -#
57435 -# Sonics Silicon Backplane
57436 -#
57437 -CONFIG_SSB_POSSIBLE=y
57438 -# CONFIG_SSB is not set
57439 -
57440 -#
57441 -# Multifunction device drivers
57442 -#
57443 -# CONFIG_MFD_SM501 is not set
57444 -
57445 -#
57446 -# Multimedia devices
57447 -#
57448 -# CONFIG_VIDEO_DEV is not set
57449 -# CONFIG_DVB_CORE is not set
57450 -CONFIG_DAB=y
57451 -
57452 -#
57453 -# Graphics support
57454 -#
57455 -# CONFIG_AGP is not set
57456 -# CONFIG_DRM is not set
57457 -# CONFIG_VGASTATE is not set
57458 -CONFIG_VIDEO_OUTPUT_CONTROL=m
57459 -# CONFIG_FB is not set
57460 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
57461 -
57462 -#
57463 -# Display device support
57464 -#
57465 -# CONFIG_DISPLAY_SUPPORT is not set
57466 -
57467 -#
57468 -# Sound
57469 -#
57470 -# CONFIG_SOUND is not set
57471 -CONFIG_HID_SUPPORT=y
57472 -CONFIG_HID=y
57473 -# CONFIG_HID_DEBUG is not set
57474 -# CONFIG_HIDRAW is not set
57475 -CONFIG_USB_SUPPORT=y
57476 -CONFIG_USB_ARCH_HAS_HCD=y
57477 -CONFIG_USB_ARCH_HAS_OHCI=y
57478 -CONFIG_USB_ARCH_HAS_EHCI=y
57479 -# CONFIG_USB is not set
57480 -
57481 -#
57482 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
57483 -#
57484 -# CONFIG_USB_GADGET is not set
57485 -# CONFIG_MMC is not set
57486 -# CONFIG_MEMSTICK is not set
57487 -# CONFIG_NEW_LEDS is not set
57488 -# CONFIG_INFINIBAND is not set
57489 -# CONFIG_EDAC is not set
57490 -CONFIG_RTC_LIB=y
57491 -CONFIG_RTC_CLASS=y
57492 -CONFIG_RTC_HCTOSYS=y
57493 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
57494 -# CONFIG_RTC_DEBUG is not set
57495 -
57496 -#
57497 -# RTC interfaces
57498 -#
57499 -CONFIG_RTC_INTF_SYSFS=y
57500 -CONFIG_RTC_INTF_PROC=y
57501 -CONFIG_RTC_INTF_DEV=y
57502 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
57503 -# CONFIG_RTC_DRV_TEST is not set
57504 -
57505 -#
57506 -# I2C RTC drivers
57507 -#
57508 -# CONFIG_RTC_DRV_DS1307 is not set
57509 -CONFIG_RTC_DRV_DS1374=y
57510 -# CONFIG_RTC_DRV_DS1672 is not set
57511 -# CONFIG_RTC_DRV_MAX6900 is not set
57512 -# CONFIG_RTC_DRV_RS5C372 is not set
57513 -# CONFIG_RTC_DRV_ISL1208 is not set
57514 -# CONFIG_RTC_DRV_X1205 is not set
57515 -# CONFIG_RTC_DRV_PCF8563 is not set
57516 -# CONFIG_RTC_DRV_PCF8583 is not set
57517 -# CONFIG_RTC_DRV_M41T80 is not set
57518 -# CONFIG_RTC_DRV_S35390A is not set
57519 -
57520 -#
57521 -# SPI RTC drivers
57522 -#
57523 -
57524 -#
57525 -# Platform RTC drivers
57526 -#
57527 -# CONFIG_RTC_DRV_CMOS is not set
57528 -# CONFIG_RTC_DRV_DS1511 is not set
57529 -# CONFIG_RTC_DRV_DS1553 is not set
57530 -# CONFIG_RTC_DRV_DS1742 is not set
57531 -# CONFIG_RTC_DRV_STK17TA8 is not set
57532 -# CONFIG_RTC_DRV_M48T86 is not set
57533 -# CONFIG_RTC_DRV_M48T59 is not set
57534 -# CONFIG_RTC_DRV_V3020 is not set
57535 -
57536 -#
57537 -# on-CPU RTC drivers
57538 -#
57539 -# CONFIG_DMADEVICES is not set
57540 -
57541 -#
57542 -# Userspace I/O
57543 -#
57544 -# CONFIG_UIO is not set
57545 -
57546 -#
57547 -# File systems
57548 -#
57549 -CONFIG_EXT2_FS=y
57550 -# CONFIG_EXT2_FS_XATTR is not set
57551 -# CONFIG_EXT2_FS_XIP is not set
57552 -CONFIG_EXT3_FS=y
57553 -CONFIG_EXT3_FS_XATTR=y
57554 -# CONFIG_EXT3_FS_POSIX_ACL is not set
57555 -# CONFIG_EXT3_FS_SECURITY is not set
57556 -# CONFIG_EXT4DEV_FS is not set
57557 -CONFIG_JBD=y
57558 -CONFIG_FS_MBCACHE=y
57559 -# CONFIG_REISERFS_FS is not set
57560 -# CONFIG_JFS_FS is not set
57561 -# CONFIG_FS_POSIX_ACL is not set
57562 -# CONFIG_XFS_FS is not set
57563 -# CONFIG_GFS2_FS is not set
57564 -# CONFIG_OCFS2_FS is not set
57565 -CONFIG_DNOTIFY=y
57566 -CONFIG_INOTIFY=y
57567 -CONFIG_INOTIFY_USER=y
57568 -# CONFIG_QUOTA is not set
57569 -# CONFIG_AUTOFS_FS is not set
57570 -# CONFIG_AUTOFS4_FS is not set
57571 -# CONFIG_FUSE_FS is not set
57572 -
57573 -#
57574 -# CD-ROM/DVD Filesystems
57575 -#
57576 -# CONFIG_ISO9660_FS is not set
57577 -# CONFIG_UDF_FS is not set
57578 -
57579 -#
57580 -# DOS/FAT/NT Filesystems
57581 -#
57582 -# CONFIG_MSDOS_FS is not set
57583 -# CONFIG_VFAT_FS is not set
57584 -# CONFIG_NTFS_FS is not set
57585 -
57586 -#
57587 -# Pseudo filesystems
57588 -#
57589 -CONFIG_PROC_FS=y
57590 -CONFIG_PROC_KCORE=y
57591 -CONFIG_PROC_SYSCTL=y
57592 -CONFIG_SYSFS=y
57593 -CONFIG_TMPFS=y
57594 -# CONFIG_TMPFS_POSIX_ACL is not set
57595 -# CONFIG_HUGETLB_PAGE is not set
57596 -# CONFIG_CONFIGFS_FS is not set
57597 -
57598 -#
57599 -# Miscellaneous filesystems
57600 -#
57601 -# CONFIG_ADFS_FS is not set
57602 -# CONFIG_AFFS_FS is not set
57603 -# CONFIG_HFS_FS is not set
57604 -# CONFIG_HFSPLUS_FS is not set
57605 -# CONFIG_BEFS_FS is not set
57606 -# CONFIG_BFS_FS is not set
57607 -# CONFIG_EFS_FS is not set
57608 -# CONFIG_CRAMFS is not set
57609 -# CONFIG_VXFS_FS is not set
57610 -# CONFIG_MINIX_FS is not set
57611 -# CONFIG_HPFS_FS is not set
57612 -# CONFIG_QNX4FS_FS is not set
57613 -# CONFIG_ROMFS_FS is not set
57614 -# CONFIG_SYSV_FS is not set
57615 -# CONFIG_UFS_FS is not set
57616 -CONFIG_NETWORK_FILESYSTEMS=y
57617 -CONFIG_NFS_FS=y
57618 -CONFIG_NFS_V3=y
57619 -# CONFIG_NFS_V3_ACL is not set
57620 -CONFIG_NFS_V4=y
57621 -# CONFIG_NFS_DIRECTIO is not set
57622 -# CONFIG_NFSD is not set
57623 -CONFIG_ROOT_NFS=y
57624 -CONFIG_LOCKD=y
57625 -CONFIG_LOCKD_V4=y
57626 -CONFIG_NFS_COMMON=y
57627 -CONFIG_SUNRPC=y
57628 -CONFIG_SUNRPC_GSS=y
57629 -# CONFIG_SUNRPC_BIND34 is not set
57630 -CONFIG_RPCSEC_GSS_KRB5=y
57631 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
57632 -# CONFIG_SMB_FS is not set
57633 -# CONFIG_CIFS is not set
57634 -# CONFIG_NCP_FS is not set
57635 -# CONFIG_CODA_FS is not set
57636 -# CONFIG_AFS_FS is not set
57637 -
57638 -#
57639 -# Partition Types
57640 -#
57641 -CONFIG_PARTITION_ADVANCED=y
57642 -# CONFIG_ACORN_PARTITION is not set
57643 -# CONFIG_OSF_PARTITION is not set
57644 -# CONFIG_AMIGA_PARTITION is not set
57645 -# CONFIG_ATARI_PARTITION is not set
57646 -# CONFIG_MAC_PARTITION is not set
57647 -# CONFIG_MSDOS_PARTITION is not set
57648 -# CONFIG_LDM_PARTITION is not set
57649 -# CONFIG_SGI_PARTITION is not set
57650 -# CONFIG_ULTRIX_PARTITION is not set
57651 -# CONFIG_SUN_PARTITION is not set
57652 -# CONFIG_KARMA_PARTITION is not set
57653 -# CONFIG_EFI_PARTITION is not set
57654 -# CONFIG_SYSV68_PARTITION is not set
57655 -# CONFIG_NLS is not set
57656 -# CONFIG_DLM is not set
57657 -CONFIG_UCC_FAST=y
57658 -CONFIG_UCC=y
57659 -
57660 -#
57661 -# Library routines
57662 -#
57663 -CONFIG_BITREVERSE=y
57664 -# CONFIG_CRC_CCITT is not set
57665 -# CONFIG_CRC16 is not set
57666 -# CONFIG_CRC_ITU_T is not set
57667 -CONFIG_CRC32=y
57668 -# CONFIG_CRC7 is not set
57669 -# CONFIG_LIBCRC32C is not set
57670 -CONFIG_PLIST=y
57671 -CONFIG_HAS_IOMEM=y
57672 -CONFIG_HAS_IOPORT=y
57673 -CONFIG_HAS_DMA=y
57674 -
57675 -#
57676 -# Kernel hacking
57677 -#
57678 -# CONFIG_PRINTK_TIME is not set
57679 -CONFIG_ENABLE_WARN_DEPRECATED=y
57680 -CONFIG_ENABLE_MUST_CHECK=y
57681 -# CONFIG_MAGIC_SYSRQ is not set
57682 -# CONFIG_UNUSED_SYMBOLS is not set
57683 -# CONFIG_DEBUG_FS is not set
57684 -# CONFIG_HEADERS_CHECK is not set
57685 -# CONFIG_DEBUG_KERNEL is not set
57686 -# CONFIG_SLUB_DEBUG_ON is not set
57687 -# CONFIG_SLUB_STATS is not set
57688 -# CONFIG_DEBUG_BUGVERBOSE is not set
57689 -# CONFIG_SAMPLES is not set
57690 -# CONFIG_PPC_EARLY_DEBUG is not set
57691 -
57692 -#
57693 -# Security options
57694 -#
57695 -# CONFIG_KEYS is not set
57696 -# CONFIG_SECURITY is not set
57697 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
57698 -CONFIG_CRYPTO=y
57699 -CONFIG_CRYPTO_ALGAPI=y
57700 -CONFIG_CRYPTO_BLKCIPHER=y
57701 -# CONFIG_CRYPTO_SEQIV is not set
57702 -CONFIG_CRYPTO_MANAGER=y
57703 -# CONFIG_CRYPTO_HMAC is not set
57704 -# CONFIG_CRYPTO_XCBC is not set
57705 -# CONFIG_CRYPTO_NULL is not set
57706 -# CONFIG_CRYPTO_MD4 is not set
57707 -CONFIG_CRYPTO_MD5=y
57708 -# CONFIG_CRYPTO_SHA1 is not set
57709 -# CONFIG_CRYPTO_SHA256 is not set
57710 -# CONFIG_CRYPTO_SHA512 is not set
57711 -# CONFIG_CRYPTO_WP512 is not set
57712 -# CONFIG_CRYPTO_TGR192 is not set
57713 -# CONFIG_CRYPTO_GF128MUL is not set
57714 -CONFIG_CRYPTO_ECB=m
57715 -CONFIG_CRYPTO_CBC=y
57716 -CONFIG_CRYPTO_PCBC=m
57717 -# CONFIG_CRYPTO_LRW is not set
57718 -# CONFIG_CRYPTO_XTS is not set
57719 -# CONFIG_CRYPTO_CTR is not set
57720 -# CONFIG_CRYPTO_GCM is not set
57721 -# CONFIG_CRYPTO_CCM is not set
57722 -# CONFIG_CRYPTO_CRYPTD is not set
57723 -CONFIG_CRYPTO_DES=y
57724 -# CONFIG_CRYPTO_FCRYPT is not set
57725 -# CONFIG_CRYPTO_BLOWFISH is not set
57726 -# CONFIG_CRYPTO_TWOFISH is not set
57727 -# CONFIG_CRYPTO_SERPENT is not set
57728 -# CONFIG_CRYPTO_AES is not set
57729 -# CONFIG_CRYPTO_CAST5 is not set
57730 -# CONFIG_CRYPTO_CAST6 is not set
57731 -# CONFIG_CRYPTO_TEA is not set
57732 -# CONFIG_CRYPTO_ARC4 is not set
57733 -# CONFIG_CRYPTO_KHAZAD is not set
57734 -# CONFIG_CRYPTO_ANUBIS is not set
57735 -# CONFIG_CRYPTO_SEED is not set
57736 -# CONFIG_CRYPTO_SALSA20 is not set
57737 -# CONFIG_CRYPTO_DEFLATE is not set
57738 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
57739 -# CONFIG_CRYPTO_CRC32C is not set
57740 -# CONFIG_CRYPTO_CAMELLIA is not set
57741 -# CONFIG_CRYPTO_TEST is not set
57742 -# CONFIG_CRYPTO_AUTHENC is not set
57743 -# CONFIG_CRYPTO_LZO is not set
57744 -CONFIG_CRYPTO_HW=y
57745 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
57746 -# CONFIG_PPC_CLOCK is not set
57747 -CONFIG_PPC_LIB_RHEAP=y
57748 --- a/arch/powerpc/configs/mpc832x_rdb_defconfig
57749 +++ /dev/null
57750 @@ -1,1233 +0,0 @@
57751 -#
57752 -# Automatically generated make config: don't edit
57753 -# Linux kernel version: 2.6.25-rc6
57754 -# Mon Mar 24 08:48:16 2008
57755 -#
57756 -# CONFIG_PPC64 is not set
57757 -
57758 -#
57759 -# Processor support
57760 -#
57761 -CONFIG_6xx=y
57762 -# CONFIG_PPC_85xx is not set
57763 -# CONFIG_PPC_8xx is not set
57764 -# CONFIG_40x is not set
57765 -# CONFIG_44x is not set
57766 -# CONFIG_E200 is not set
57767 -CONFIG_PPC_FPU=y
57768 -# CONFIG_FSL_EMB_PERFMON is not set
57769 -CONFIG_PPC_STD_MMU=y
57770 -CONFIG_PPC_STD_MMU_32=y
57771 -# CONFIG_PPC_MM_SLICES is not set
57772 -# CONFIG_SMP is not set
57773 -CONFIG_PPC32=y
57774 -CONFIG_WORD_SIZE=32
57775 -CONFIG_PPC_MERGE=y
57776 -CONFIG_MMU=y
57777 -CONFIG_GENERIC_CMOS_UPDATE=y
57778 -CONFIG_GENERIC_TIME=y
57779 -CONFIG_GENERIC_TIME_VSYSCALL=y
57780 -CONFIG_GENERIC_CLOCKEVENTS=y
57781 -CONFIG_GENERIC_HARDIRQS=y
57782 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
57783 -CONFIG_IRQ_PER_CPU=y
57784 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
57785 -CONFIG_ARCH_HAS_ILOG2_U32=y
57786 -CONFIG_GENERIC_HWEIGHT=y
57787 -CONFIG_GENERIC_CALIBRATE_DELAY=y
57788 -CONFIG_GENERIC_FIND_NEXT_BIT=y
57789 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
57790 -CONFIG_PPC=y
57791 -CONFIG_EARLY_PRINTK=y
57792 -CONFIG_GENERIC_NVRAM=y
57793 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
57794 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
57795 -CONFIG_PPC_OF=y
57796 -CONFIG_OF=y
57797 -CONFIG_PPC_UDBG_16550=y
57798 -# CONFIG_GENERIC_TBSYNC is not set
57799 -CONFIG_AUDIT_ARCH=y
57800 -CONFIG_GENERIC_BUG=y
57801 -CONFIG_DEFAULT_UIMAGE=y
57802 -# CONFIG_PPC_DCR_NATIVE is not set
57803 -# CONFIG_PPC_DCR_MMIO is not set
57804 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
57805 -
57806 -#
57807 -# General setup
57808 -#
57809 -CONFIG_EXPERIMENTAL=y
57810 -CONFIG_BROKEN_ON_SMP=y
57811 -CONFIG_INIT_ENV_ARG_LIMIT=32
57812 -CONFIG_LOCALVERSION=""
57813 -CONFIG_LOCALVERSION_AUTO=y
57814 -CONFIG_SWAP=y
57815 -CONFIG_SYSVIPC=y
57816 -CONFIG_SYSVIPC_SYSCTL=y
57817 -# CONFIG_POSIX_MQUEUE is not set
57818 -# CONFIG_BSD_PROCESS_ACCT is not set
57819 -# CONFIG_TASKSTATS is not set
57820 -# CONFIG_AUDIT is not set
57821 -# CONFIG_IKCONFIG is not set
57822 -CONFIG_LOG_BUF_SHIFT=14
57823 -# CONFIG_CGROUPS is not set
57824 -CONFIG_GROUP_SCHED=y
57825 -# CONFIG_FAIR_GROUP_SCHED is not set
57826 -# CONFIG_RT_GROUP_SCHED is not set
57827 -CONFIG_USER_SCHED=y
57828 -# CONFIG_CGROUP_SCHED is not set
57829 -CONFIG_SYSFS_DEPRECATED=y
57830 -CONFIG_SYSFS_DEPRECATED_V2=y
57831 -# CONFIG_RELAY is not set
57832 -# CONFIG_NAMESPACES is not set
57833 -CONFIG_BLK_DEV_INITRD=y
57834 -CONFIG_INITRAMFS_SOURCE=""
57835 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
57836 -CONFIG_SYSCTL=y
57837 -CONFIG_EMBEDDED=y
57838 -CONFIG_SYSCTL_SYSCALL=y
57839 -# CONFIG_KALLSYMS is not set
57840 -CONFIG_HOTPLUG=y
57841 -CONFIG_PRINTK=y
57842 -CONFIG_BUG=y
57843 -CONFIG_ELF_CORE=y
57844 -CONFIG_COMPAT_BRK=y
57845 -CONFIG_BASE_FULL=y
57846 -CONFIG_FUTEX=y
57847 -CONFIG_ANON_INODES=y
57848 -# CONFIG_EPOLL is not set
57849 -CONFIG_SIGNALFD=y
57850 -CONFIG_TIMERFD=y
57851 -CONFIG_EVENTFD=y
57852 -CONFIG_SHMEM=y
57853 -CONFIG_VM_EVENT_COUNTERS=y
57854 -CONFIG_SLUB_DEBUG=y
57855 -# CONFIG_SLAB is not set
57856 -CONFIG_SLUB=y
57857 -# CONFIG_SLOB is not set
57858 -# CONFIG_PROFILING is not set
57859 -# CONFIG_MARKERS is not set
57860 -CONFIG_HAVE_OPROFILE=y
57861 -CONFIG_HAVE_KPROBES=y
57862 -CONFIG_HAVE_KRETPROBES=y
57863 -CONFIG_PROC_PAGE_MONITOR=y
57864 -CONFIG_SLABINFO=y
57865 -CONFIG_RT_MUTEXES=y
57866 -# CONFIG_TINY_SHMEM is not set
57867 -CONFIG_BASE_SMALL=0
57868 -CONFIG_MODULES=y
57869 -CONFIG_MODULE_UNLOAD=y
57870 -# CONFIG_MODULE_FORCE_UNLOAD is not set
57871 -# CONFIG_MODVERSIONS is not set
57872 -# CONFIG_MODULE_SRCVERSION_ALL is not set
57873 -# CONFIG_KMOD is not set
57874 -CONFIG_BLOCK=y
57875 -# CONFIG_LBD is not set
57876 -# CONFIG_BLK_DEV_IO_TRACE is not set
57877 -# CONFIG_LSF is not set
57878 -# CONFIG_BLK_DEV_BSG is not set
57879 -
57880 -#
57881 -# IO Schedulers
57882 -#
57883 -CONFIG_IOSCHED_NOOP=y
57884 -CONFIG_IOSCHED_AS=y
57885 -CONFIG_IOSCHED_DEADLINE=y
57886 -CONFIG_IOSCHED_CFQ=y
57887 -CONFIG_DEFAULT_AS=y
57888 -# CONFIG_DEFAULT_DEADLINE is not set
57889 -# CONFIG_DEFAULT_CFQ is not set
57890 -# CONFIG_DEFAULT_NOOP is not set
57891 -CONFIG_DEFAULT_IOSCHED="anticipatory"
57892 -CONFIG_CLASSIC_RCU=y
57893 -
57894 -#
57895 -# Platform support
57896 -#
57897 -# CONFIG_PPC_MULTIPLATFORM is not set
57898 -# CONFIG_PPC_82xx is not set
57899 -CONFIG_PPC_83xx=y
57900 -# CONFIG_PPC_86xx is not set
57901 -# CONFIG_PPC_MPC512x is not set
57902 -# CONFIG_PPC_MPC5121 is not set
57903 -# CONFIG_PPC_CELL is not set
57904 -# CONFIG_PPC_CELL_NATIVE is not set
57905 -# CONFIG_PQ2ADS is not set
57906 -CONFIG_MPC83xx=y
57907 -# CONFIG_MPC831x_RDB is not set
57908 -# CONFIG_MPC832x_MDS is not set
57909 -CONFIG_MPC832x_RDB=y
57910 -# CONFIG_MPC834x_MDS is not set
57911 -# CONFIG_MPC834x_ITX is not set
57912 -# CONFIG_MPC836x_MDS is not set
57913 -# CONFIG_MPC837x_MDS is not set
57914 -# CONFIG_MPC837x_RDB is not set
57915 -# CONFIG_SBC834x is not set
57916 -CONFIG_PPC_MPC832x=y
57917 -CONFIG_IPIC=y
57918 -# CONFIG_MPIC is not set
57919 -# CONFIG_MPIC_WEIRD is not set
57920 -# CONFIG_PPC_I8259 is not set
57921 -# CONFIG_PPC_RTAS is not set
57922 -# CONFIG_MMIO_NVRAM is not set
57923 -# CONFIG_PPC_MPC106 is not set
57924 -# CONFIG_PPC_970_NAP is not set
57925 -# CONFIG_PPC_INDIRECT_IO is not set
57926 -# CONFIG_GENERIC_IOMAP is not set
57927 -# CONFIG_CPU_FREQ is not set
57928 -CONFIG_QUICC_ENGINE=y
57929 -# CONFIG_FSL_ULI1575 is not set
57930 -
57931 -#
57932 -# Kernel options
57933 -#
57934 -# CONFIG_HIGHMEM is not set
57935 -CONFIG_TICK_ONESHOT=y
57936 -CONFIG_NO_HZ=y
57937 -CONFIG_HIGH_RES_TIMERS=y
57938 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
57939 -# CONFIG_HZ_100 is not set
57940 -CONFIG_HZ_250=y
57941 -# CONFIG_HZ_300 is not set
57942 -# CONFIG_HZ_1000 is not set
57943 -CONFIG_HZ=250
57944 -# CONFIG_SCHED_HRTICK is not set
57945 -CONFIG_PREEMPT_NONE=y
57946 -# CONFIG_PREEMPT_VOLUNTARY is not set
57947 -# CONFIG_PREEMPT is not set
57948 -CONFIG_BINFMT_ELF=y
57949 -# CONFIG_BINFMT_MISC is not set
57950 -CONFIG_MATH_EMULATION=y
57951 -# CONFIG_IOMMU_HELPER is not set
57952 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
57953 -CONFIG_ARCH_HAS_WALK_MEMORY=y
57954 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
57955 -CONFIG_ARCH_FLATMEM_ENABLE=y
57956 -CONFIG_ARCH_POPULATES_NODE_MAP=y
57957 -CONFIG_SELECT_MEMORY_MODEL=y
57958 -CONFIG_FLATMEM_MANUAL=y
57959 -# CONFIG_DISCONTIGMEM_MANUAL is not set
57960 -# CONFIG_SPARSEMEM_MANUAL is not set
57961 -CONFIG_FLATMEM=y
57962 -CONFIG_FLAT_NODE_MEM_MAP=y
57963 -# CONFIG_SPARSEMEM_STATIC is not set
57964 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
57965 -CONFIG_SPLIT_PTLOCK_CPUS=4
57966 -# CONFIG_RESOURCES_64BIT is not set
57967 -CONFIG_ZONE_DMA_FLAG=1
57968 -CONFIG_BOUNCE=y
57969 -CONFIG_VIRT_TO_BUS=y
57970 -CONFIG_PROC_DEVICETREE=y
57971 -# CONFIG_CMDLINE_BOOL is not set
57972 -# CONFIG_PM is not set
57973 -CONFIG_SECCOMP=y
57974 -CONFIG_ISA_DMA_API=y
57975 -
57976 -#
57977 -# Bus options
57978 -#
57979 -CONFIG_ZONE_DMA=y
57980 -CONFIG_GENERIC_ISA_DMA=y
57981 -CONFIG_PPC_INDIRECT_PCI=y
57982 -CONFIG_FSL_SOC=y
57983 -CONFIG_PCI=y
57984 -CONFIG_PCI_DOMAINS=y
57985 -CONFIG_PCI_SYSCALL=y
57986 -# CONFIG_PCIEPORTBUS is not set
57987 -CONFIG_ARCH_SUPPORTS_MSI=y
57988 -# CONFIG_PCI_MSI is not set
57989 -CONFIG_PCI_LEGACY=y
57990 -# CONFIG_PCCARD is not set
57991 -# CONFIG_HOTPLUG_PCI is not set
57992 -
57993 -#
57994 -# Advanced setup
57995 -#
57996 -# CONFIG_ADVANCED_OPTIONS is not set
57997 -
57998 -#
57999 -# Default settings for advanced configuration options are used
58000 -#
58001 -CONFIG_HIGHMEM_START=0xfe000000
58002 -CONFIG_LOWMEM_SIZE=0x30000000
58003 -CONFIG_KERNEL_START=0xc0000000
58004 -CONFIG_TASK_SIZE=0xc0000000
58005 -CONFIG_BOOT_LOAD=0x00800000
58006 -
58007 -#
58008 -# Networking
58009 -#
58010 -CONFIG_NET=y
58011 -
58012 -#
58013 -# Networking options
58014 -#
58015 -CONFIG_PACKET=y
58016 -# CONFIG_PACKET_MMAP is not set
58017 -CONFIG_UNIX=y
58018 -CONFIG_XFRM=y
58019 -# CONFIG_XFRM_USER is not set
58020 -# CONFIG_XFRM_SUB_POLICY is not set
58021 -# CONFIG_XFRM_MIGRATE is not set
58022 -# CONFIG_XFRM_STATISTICS is not set
58023 -# CONFIG_NET_KEY is not set
58024 -CONFIG_INET=y
58025 -CONFIG_IP_MULTICAST=y
58026 -# CONFIG_IP_ADVANCED_ROUTER is not set
58027 -CONFIG_IP_FIB_HASH=y
58028 -CONFIG_IP_PNP=y
58029 -CONFIG_IP_PNP_DHCP=y
58030 -CONFIG_IP_PNP_BOOTP=y
58031 -# CONFIG_IP_PNP_RARP is not set
58032 -# CONFIG_NET_IPIP is not set
58033 -# CONFIG_NET_IPGRE is not set
58034 -# CONFIG_IP_MROUTE is not set
58035 -# CONFIG_ARPD is not set
58036 -CONFIG_SYN_COOKIES=y
58037 -# CONFIG_INET_AH is not set
58038 -# CONFIG_INET_ESP is not set
58039 -# CONFIG_INET_IPCOMP is not set
58040 -# CONFIG_INET_XFRM_TUNNEL is not set
58041 -# CONFIG_INET_TUNNEL is not set
58042 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
58043 -CONFIG_INET_XFRM_MODE_TUNNEL=y
58044 -CONFIG_INET_XFRM_MODE_BEET=y
58045 -# CONFIG_INET_LRO is not set
58046 -CONFIG_INET_DIAG=y
58047 -CONFIG_INET_TCP_DIAG=y
58048 -# CONFIG_TCP_CONG_ADVANCED is not set
58049 -CONFIG_TCP_CONG_CUBIC=y
58050 -CONFIG_DEFAULT_TCP_CONG="cubic"
58051 -# CONFIG_TCP_MD5SIG is not set
58052 -# CONFIG_IPV6 is not set
58053 -# CONFIG_INET6_XFRM_TUNNEL is not set
58054 -# CONFIG_INET6_TUNNEL is not set
58055 -# CONFIG_NETWORK_SECMARK is not set
58056 -# CONFIG_NETFILTER is not set
58057 -# CONFIG_IP_DCCP is not set
58058 -# CONFIG_IP_SCTP is not set
58059 -# CONFIG_TIPC is not set
58060 -# CONFIG_ATM is not set
58061 -# CONFIG_BRIDGE is not set
58062 -# CONFIG_VLAN_8021Q is not set
58063 -# CONFIG_DECNET is not set
58064 -# CONFIG_LLC2 is not set
58065 -# CONFIG_IPX is not set
58066 -# CONFIG_ATALK is not set
58067 -# CONFIG_X25 is not set
58068 -# CONFIG_LAPB is not set
58069 -# CONFIG_ECONET is not set
58070 -# CONFIG_WAN_ROUTER is not set
58071 -# CONFIG_NET_SCHED is not set
58072 -
58073 -#
58074 -# Network testing
58075 -#
58076 -# CONFIG_NET_PKTGEN is not set
58077 -# CONFIG_HAMRADIO is not set
58078 -# CONFIG_CAN is not set
58079 -# CONFIG_IRDA is not set
58080 -# CONFIG_BT is not set
58081 -# CONFIG_AF_RXRPC is not set
58082 -
58083 -#
58084 -# Wireless
58085 -#
58086 -# CONFIG_CFG80211 is not set
58087 -# CONFIG_WIRELESS_EXT is not set
58088 -# CONFIG_MAC80211 is not set
58089 -# CONFIG_IEEE80211 is not set
58090 -# CONFIG_RFKILL is not set
58091 -# CONFIG_NET_9P is not set
58092 -
58093 -#
58094 -# Device Drivers
58095 -#
58096 -
58097 -#
58098 -# Generic Driver Options
58099 -#
58100 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
58101 -CONFIG_STANDALONE=y
58102 -CONFIG_PREVENT_FIRMWARE_BUILD=y
58103 -# CONFIG_FW_LOADER is not set
58104 -# CONFIG_SYS_HYPERVISOR is not set
58105 -# CONFIG_CONNECTOR is not set
58106 -# CONFIG_MTD is not set
58107 -CONFIG_OF_DEVICE=y
58108 -# CONFIG_PARPORT is not set
58109 -CONFIG_BLK_DEV=y
58110 -# CONFIG_BLK_DEV_FD is not set
58111 -# CONFIG_BLK_CPQ_DA is not set
58112 -# CONFIG_BLK_CPQ_CISS_DA is not set
58113 -# CONFIG_BLK_DEV_DAC960 is not set
58114 -# CONFIG_BLK_DEV_UMEM is not set
58115 -# CONFIG_BLK_DEV_COW_COMMON is not set
58116 -CONFIG_BLK_DEV_LOOP=y
58117 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
58118 -# CONFIG_BLK_DEV_NBD is not set
58119 -# CONFIG_BLK_DEV_SX8 is not set
58120 -# CONFIG_BLK_DEV_UB is not set
58121 -CONFIG_BLK_DEV_RAM=y
58122 -CONFIG_BLK_DEV_RAM_COUNT=16
58123 -CONFIG_BLK_DEV_RAM_SIZE=32768
58124 -# CONFIG_BLK_DEV_XIP is not set
58125 -# CONFIG_CDROM_PKTCDVD is not set
58126 -# CONFIG_ATA_OVER_ETH is not set
58127 -CONFIG_MISC_DEVICES=y
58128 -# CONFIG_PHANTOM is not set
58129 -# CONFIG_EEPROM_93CX6 is not set
58130 -# CONFIG_SGI_IOC4 is not set
58131 -# CONFIG_TIFM_CORE is not set
58132 -# CONFIG_ENCLOSURE_SERVICES is not set
58133 -CONFIG_HAVE_IDE=y
58134 -# CONFIG_IDE is not set
58135 -
58136 -#
58137 -# SCSI device support
58138 -#
58139 -# CONFIG_RAID_ATTRS is not set
58140 -CONFIG_SCSI=y
58141 -CONFIG_SCSI_DMA=y
58142 -# CONFIG_SCSI_TGT is not set
58143 -# CONFIG_SCSI_NETLINK is not set
58144 -CONFIG_SCSI_PROC_FS=y
58145 -
58146 -#
58147 -# SCSI support type (disk, tape, CD-ROM)
58148 -#
58149 -CONFIG_BLK_DEV_SD=y
58150 -# CONFIG_CHR_DEV_ST is not set
58151 -# CONFIG_CHR_DEV_OSST is not set
58152 -# CONFIG_BLK_DEV_SR is not set
58153 -# CONFIG_CHR_DEV_SG is not set
58154 -# CONFIG_CHR_DEV_SCH is not set
58155 -
58156 -#
58157 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
58158 -#
58159 -# CONFIG_SCSI_MULTI_LUN is not set
58160 -# CONFIG_SCSI_CONSTANTS is not set
58161 -# CONFIG_SCSI_LOGGING is not set
58162 -# CONFIG_SCSI_SCAN_ASYNC is not set
58163 -CONFIG_SCSI_WAIT_SCAN=m
58164 -
58165 -#
58166 -# SCSI Transports
58167 -#
58168 -# CONFIG_SCSI_SPI_ATTRS is not set
58169 -# CONFIG_SCSI_FC_ATTRS is not set
58170 -# CONFIG_SCSI_ISCSI_ATTRS is not set
58171 -# CONFIG_SCSI_SAS_LIBSAS is not set
58172 -# CONFIG_SCSI_SRP_ATTRS is not set
58173 -CONFIG_SCSI_LOWLEVEL=y
58174 -# CONFIG_ISCSI_TCP is not set
58175 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
58176 -# CONFIG_SCSI_3W_9XXX is not set
58177 -# CONFIG_SCSI_ACARD is not set
58178 -# CONFIG_SCSI_AACRAID is not set
58179 -# CONFIG_SCSI_AIC7XXX is not set
58180 -# CONFIG_SCSI_AIC7XXX_OLD is not set
58181 -# CONFIG_SCSI_AIC79XX is not set
58182 -# CONFIG_SCSI_AIC94XX is not set
58183 -# CONFIG_SCSI_DPT_I2O is not set
58184 -# CONFIG_SCSI_ADVANSYS is not set
58185 -# CONFIG_SCSI_ARCMSR is not set
58186 -# CONFIG_MEGARAID_NEWGEN is not set
58187 -# CONFIG_MEGARAID_LEGACY is not set
58188 -# CONFIG_MEGARAID_SAS is not set
58189 -# CONFIG_SCSI_HPTIOP is not set
58190 -# CONFIG_SCSI_BUSLOGIC is not set
58191 -# CONFIG_SCSI_DMX3191D is not set
58192 -# CONFIG_SCSI_EATA is not set
58193 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
58194 -# CONFIG_SCSI_GDTH is not set
58195 -# CONFIG_SCSI_IPS is not set
58196 -# CONFIG_SCSI_INITIO is not set
58197 -# CONFIG_SCSI_INIA100 is not set
58198 -# CONFIG_SCSI_MVSAS is not set
58199 -# CONFIG_SCSI_STEX is not set
58200 -# CONFIG_SCSI_SYM53C8XX_2 is not set
58201 -# CONFIG_SCSI_QLOGIC_1280 is not set
58202 -# CONFIG_SCSI_QLA_FC is not set
58203 -# CONFIG_SCSI_QLA_ISCSI is not set
58204 -# CONFIG_SCSI_LPFC is not set
58205 -# CONFIG_SCSI_DC395x is not set
58206 -# CONFIG_SCSI_DC390T is not set
58207 -# CONFIG_SCSI_NSP32 is not set
58208 -# CONFIG_SCSI_DEBUG is not set
58209 -# CONFIG_SCSI_SRP is not set
58210 -# CONFIG_ATA is not set
58211 -# CONFIG_MD is not set
58212 -# CONFIG_FUSION is not set
58213 -
58214 -#
58215 -# IEEE 1394 (FireWire) support
58216 -#
58217 -# CONFIG_FIREWIRE is not set
58218 -# CONFIG_IEEE1394 is not set
58219 -# CONFIG_I2O is not set
58220 -# CONFIG_MACINTOSH_DRIVERS is not set
58221 -CONFIG_NETDEVICES=y
58222 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
58223 -# CONFIG_DUMMY is not set
58224 -# CONFIG_BONDING is not set
58225 -# CONFIG_MACVLAN is not set
58226 -# CONFIG_EQUALIZER is not set
58227 -# CONFIG_TUN is not set
58228 -# CONFIG_VETH is not set
58229 -# CONFIG_ARCNET is not set
58230 -CONFIG_PHYLIB=y
58231 -
58232 -#
58233 -# MII PHY device drivers
58234 -#
58235 -# CONFIG_MARVELL_PHY is not set
58236 -# CONFIG_DAVICOM_PHY is not set
58237 -# CONFIG_QSEMI_PHY is not set
58238 -# CONFIG_LXT_PHY is not set
58239 -# CONFIG_CICADA_PHY is not set
58240 -# CONFIG_VITESSE_PHY is not set
58241 -# CONFIG_SMSC_PHY is not set
58242 -# CONFIG_BROADCOM_PHY is not set
58243 -CONFIG_ICPLUS_PHY=y
58244 -# CONFIG_REALTEK_PHY is not set
58245 -# CONFIG_FIXED_PHY is not set
58246 -# CONFIG_MDIO_BITBANG is not set
58247 -CONFIG_NET_ETHERNET=y
58248 -CONFIG_MII=y
58249 -# CONFIG_HAPPYMEAL is not set
58250 -# CONFIG_SUNGEM is not set
58251 -# CONFIG_CASSINI is not set
58252 -# CONFIG_NET_VENDOR_3COM is not set
58253 -# CONFIG_ENC28J60 is not set
58254 -# CONFIG_NET_TULIP is not set
58255 -# CONFIG_HP100 is not set
58256 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
58257 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
58258 -# CONFIG_IBM_NEW_EMAC_TAH is not set
58259 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
58260 -# CONFIG_NET_PCI is not set
58261 -# CONFIG_B44 is not set
58262 -CONFIG_NETDEV_1000=y
58263 -# CONFIG_ACENIC is not set
58264 -# CONFIG_DL2K is not set
58265 -CONFIG_E1000=y
58266 -# CONFIG_E1000_NAPI is not set
58267 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
58268 -# CONFIG_E1000E is not set
58269 -# CONFIG_E1000E_ENABLED is not set
58270 -# CONFIG_IP1000 is not set
58271 -# CONFIG_IGB is not set
58272 -# CONFIG_NS83820 is not set
58273 -# CONFIG_HAMACHI is not set
58274 -# CONFIG_YELLOWFIN is not set
58275 -# CONFIG_R8169 is not set
58276 -# CONFIG_SIS190 is not set
58277 -# CONFIG_SKGE is not set
58278 -# CONFIG_SKY2 is not set
58279 -# CONFIG_SK98LIN is not set
58280 -# CONFIG_VIA_VELOCITY is not set
58281 -# CONFIG_TIGON3 is not set
58282 -# CONFIG_BNX2 is not set
58283 -# CONFIG_GIANFAR is not set
58284 -CONFIG_UCC_GETH=y
58285 -CONFIG_UGETH_NAPI=y
58286 -# CONFIG_UGETH_MAGIC_PACKET is not set
58287 -# CONFIG_UGETH_FILTERING is not set
58288 -# CONFIG_UGETH_TX_ON_DEMAND is not set
58289 -# CONFIG_QLA3XXX is not set
58290 -# CONFIG_ATL1 is not set
58291 -CONFIG_NETDEV_10000=y
58292 -# CONFIG_CHELSIO_T1 is not set
58293 -# CONFIG_CHELSIO_T3 is not set
58294 -# CONFIG_IXGBE is not set
58295 -# CONFIG_IXGB is not set
58296 -# CONFIG_S2IO is not set
58297 -# CONFIG_MYRI10GE is not set
58298 -# CONFIG_NETXEN_NIC is not set
58299 -# CONFIG_NIU is not set
58300 -# CONFIG_MLX4_CORE is not set
58301 -# CONFIG_TEHUTI is not set
58302 -# CONFIG_BNX2X is not set
58303 -# CONFIG_TR is not set
58304 -
58305 -#
58306 -# Wireless LAN
58307 -#
58308 -# CONFIG_WLAN_PRE80211 is not set
58309 -# CONFIG_WLAN_80211 is not set
58310 -
58311 -#
58312 -# USB Network Adapters
58313 -#
58314 -# CONFIG_USB_CATC is not set
58315 -# CONFIG_USB_KAWETH is not set
58316 -# CONFIG_USB_PEGASUS is not set
58317 -# CONFIG_USB_RTL8150 is not set
58318 -# CONFIG_USB_USBNET is not set
58319 -# CONFIG_WAN is not set
58320 -# CONFIG_FDDI is not set
58321 -# CONFIG_HIPPI is not set
58322 -# CONFIG_PPP is not set
58323 -# CONFIG_SLIP is not set
58324 -# CONFIG_NET_FC is not set
58325 -# CONFIG_NETCONSOLE is not set
58326 -# CONFIG_NETPOLL is not set
58327 -# CONFIG_NET_POLL_CONTROLLER is not set
58328 -# CONFIG_ISDN is not set
58329 -# CONFIG_PHONE is not set
58330 -
58331 -#
58332 -# Input device support
58333 -#
58334 -CONFIG_INPUT=y
58335 -# CONFIG_INPUT_FF_MEMLESS is not set
58336 -# CONFIG_INPUT_POLLDEV is not set
58337 -
58338 -#
58339 -# Userland interfaces
58340 -#
58341 -# CONFIG_INPUT_MOUSEDEV is not set
58342 -# CONFIG_INPUT_JOYDEV is not set
58343 -# CONFIG_INPUT_EVDEV is not set
58344 -# CONFIG_INPUT_EVBUG is not set
58345 -
58346 -#
58347 -# Input Device Drivers
58348 -#
58349 -# CONFIG_INPUT_KEYBOARD is not set
58350 -# CONFIG_INPUT_MOUSE is not set
58351 -# CONFIG_INPUT_JOYSTICK is not set
58352 -# CONFIG_INPUT_TABLET is not set
58353 -# CONFIG_INPUT_TOUCHSCREEN is not set
58354 -# CONFIG_INPUT_MISC is not set
58355 -
58356 -#
58357 -# Hardware I/O ports
58358 -#
58359 -# CONFIG_SERIO is not set
58360 -# CONFIG_GAMEPORT is not set
58361 -
58362 -#
58363 -# Character devices
58364 -#
58365 -# CONFIG_VT is not set
58366 -# CONFIG_SERIAL_NONSTANDARD is not set
58367 -# CONFIG_NOZOMI is not set
58368 -
58369 -#
58370 -# Serial drivers
58371 -#
58372 -CONFIG_SERIAL_8250=y
58373 -CONFIG_SERIAL_8250_CONSOLE=y
58374 -CONFIG_SERIAL_8250_PCI=y
58375 -CONFIG_SERIAL_8250_NR_UARTS=4
58376 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
58377 -# CONFIG_SERIAL_8250_EXTENDED is not set
58378 -
58379 -#
58380 -# Non-8250 serial port support
58381 -#
58382 -# CONFIG_SERIAL_UARTLITE is not set
58383 -CONFIG_SERIAL_CORE=y
58384 -CONFIG_SERIAL_CORE_CONSOLE=y
58385 -# CONFIG_SERIAL_JSM is not set
58386 -# CONFIG_SERIAL_OF_PLATFORM is not set
58387 -# CONFIG_SERIAL_QE is not set
58388 -CONFIG_UNIX98_PTYS=y
58389 -CONFIG_LEGACY_PTYS=y
58390 -CONFIG_LEGACY_PTY_COUNT=256
58391 -# CONFIG_IPMI_HANDLER is not set
58392 -CONFIG_HW_RANDOM=y
58393 -# CONFIG_NVRAM is not set
58394 -CONFIG_GEN_RTC=y
58395 -# CONFIG_GEN_RTC_X is not set
58396 -# CONFIG_R3964 is not set
58397 -# CONFIG_APPLICOM is not set
58398 -# CONFIG_RAW_DRIVER is not set
58399 -# CONFIG_TCG_TPM is not set
58400 -CONFIG_DEVPORT=y
58401 -CONFIG_I2C=y
58402 -CONFIG_I2C_BOARDINFO=y
58403 -CONFIG_I2C_CHARDEV=y
58404 -
58405 -#
58406 -# I2C Algorithms
58407 -#
58408 -# CONFIG_I2C_ALGOBIT is not set
58409 -# CONFIG_I2C_ALGOPCF is not set
58410 -# CONFIG_I2C_ALGOPCA is not set
58411 -
58412 -#
58413 -# I2C Hardware Bus support
58414 -#
58415 -# CONFIG_I2C_ALI1535 is not set
58416 -# CONFIG_I2C_ALI1563 is not set
58417 -# CONFIG_I2C_ALI15X3 is not set
58418 -# CONFIG_I2C_AMD756 is not set
58419 -# CONFIG_I2C_AMD8111 is not set
58420 -# CONFIG_I2C_I801 is not set
58421 -# CONFIG_I2C_I810 is not set
58422 -# CONFIG_I2C_PIIX4 is not set
58423 -CONFIG_I2C_MPC=y
58424 -# CONFIG_I2C_NFORCE2 is not set
58425 -# CONFIG_I2C_OCORES is not set
58426 -# CONFIG_I2C_PARPORT_LIGHT is not set
58427 -# CONFIG_I2C_PROSAVAGE is not set
58428 -# CONFIG_I2C_SAVAGE4 is not set
58429 -# CONFIG_I2C_SIMTEC is not set
58430 -# CONFIG_I2C_SIS5595 is not set
58431 -# CONFIG_I2C_SIS630 is not set
58432 -# CONFIG_I2C_SIS96X is not set
58433 -# CONFIG_I2C_TAOS_EVM is not set
58434 -# CONFIG_I2C_STUB is not set
58435 -# CONFIG_I2C_TINY_USB is not set
58436 -# CONFIG_I2C_VIA is not set
58437 -# CONFIG_I2C_VIAPRO is not set
58438 -# CONFIG_I2C_VOODOO3 is not set
58439 -
58440 -#
58441 -# Miscellaneous I2C Chip support
58442 -#
58443 -# CONFIG_DS1682 is not set
58444 -# CONFIG_SENSORS_EEPROM is not set
58445 -# CONFIG_SENSORS_PCF8574 is not set
58446 -# CONFIG_PCF8575 is not set
58447 -# CONFIG_SENSORS_PCF8591 is not set
58448 -# CONFIG_TPS65010 is not set
58449 -# CONFIG_SENSORS_MAX6875 is not set
58450 -# CONFIG_SENSORS_TSL2550 is not set
58451 -# CONFIG_I2C_DEBUG_CORE is not set
58452 -# CONFIG_I2C_DEBUG_ALGO is not set
58453 -# CONFIG_I2C_DEBUG_BUS is not set
58454 -# CONFIG_I2C_DEBUG_CHIP is not set
58455 -
58456 -#
58457 -# SPI support
58458 -#
58459 -CONFIG_SPI=y
58460 -CONFIG_SPI_MASTER=y
58461 -
58462 -#
58463 -# SPI Master Controller Drivers
58464 -#
58465 -CONFIG_SPI_BITBANG=y
58466 -CONFIG_SPI_MPC83xx=y
58467 -
58468 -#
58469 -# SPI Protocol Masters
58470 -#
58471 -# CONFIG_SPI_AT25 is not set
58472 -# CONFIG_SPI_SPIDEV is not set
58473 -# CONFIG_SPI_TLE62X0 is not set
58474 -# CONFIG_W1 is not set
58475 -# CONFIG_POWER_SUPPLY is not set
58476 -CONFIG_HWMON=y
58477 -# CONFIG_HWMON_VID is not set
58478 -# CONFIG_SENSORS_AD7418 is not set
58479 -# CONFIG_SENSORS_ADM1021 is not set
58480 -# CONFIG_SENSORS_ADM1025 is not set
58481 -# CONFIG_SENSORS_ADM1026 is not set
58482 -# CONFIG_SENSORS_ADM1029 is not set
58483 -# CONFIG_SENSORS_ADM1031 is not set
58484 -# CONFIG_SENSORS_ADM9240 is not set
58485 -# CONFIG_SENSORS_ADT7470 is not set
58486 -# CONFIG_SENSORS_ADT7473 is not set
58487 -# CONFIG_SENSORS_ATXP1 is not set
58488 -# CONFIG_SENSORS_DS1621 is not set
58489 -# CONFIG_SENSORS_I5K_AMB is not set
58490 -# CONFIG_SENSORS_F71805F is not set
58491 -# CONFIG_SENSORS_F71882FG is not set
58492 -# CONFIG_SENSORS_F75375S is not set
58493 -# CONFIG_SENSORS_GL518SM is not set
58494 -# CONFIG_SENSORS_GL520SM is not set
58495 -# CONFIG_SENSORS_IT87 is not set
58496 -# CONFIG_SENSORS_LM63 is not set
58497 -# CONFIG_SENSORS_LM70 is not set
58498 -# CONFIG_SENSORS_LM75 is not set
58499 -# CONFIG_SENSORS_LM77 is not set
58500 -# CONFIG_SENSORS_LM78 is not set
58501 -# CONFIG_SENSORS_LM80 is not set
58502 -# CONFIG_SENSORS_LM83 is not set
58503 -# CONFIG_SENSORS_LM85 is not set
58504 -# CONFIG_SENSORS_LM87 is not set
58505 -# CONFIG_SENSORS_LM90 is not set
58506 -# CONFIG_SENSORS_LM92 is not set
58507 -# CONFIG_SENSORS_LM93 is not set
58508 -# CONFIG_SENSORS_MAX1619 is not set
58509 -# CONFIG_SENSORS_MAX6650 is not set
58510 -# CONFIG_SENSORS_PC87360 is not set
58511 -# CONFIG_SENSORS_PC87427 is not set
58512 -# CONFIG_SENSORS_SIS5595 is not set
58513 -# CONFIG_SENSORS_DME1737 is not set
58514 -# CONFIG_SENSORS_SMSC47M1 is not set
58515 -# CONFIG_SENSORS_SMSC47M192 is not set
58516 -# CONFIG_SENSORS_SMSC47B397 is not set
58517 -# CONFIG_SENSORS_ADS7828 is not set
58518 -# CONFIG_SENSORS_THMC50 is not set
58519 -# CONFIG_SENSORS_VIA686A is not set
58520 -# CONFIG_SENSORS_VT1211 is not set
58521 -# CONFIG_SENSORS_VT8231 is not set
58522 -# CONFIG_SENSORS_W83781D is not set
58523 -# CONFIG_SENSORS_W83791D is not set
58524 -# CONFIG_SENSORS_W83792D is not set
58525 -# CONFIG_SENSORS_W83793 is not set
58526 -# CONFIG_SENSORS_W83L785TS is not set
58527 -# CONFIG_SENSORS_W83L786NG is not set
58528 -# CONFIG_SENSORS_W83627HF is not set
58529 -# CONFIG_SENSORS_W83627EHF is not set
58530 -# CONFIG_HWMON_DEBUG_CHIP is not set
58531 -# CONFIG_THERMAL is not set
58532 -CONFIG_WATCHDOG=y
58533 -# CONFIG_WATCHDOG_NOWAYOUT is not set
58534 -
58535 -#
58536 -# Watchdog Device Drivers
58537 -#
58538 -# CONFIG_SOFT_WATCHDOG is not set
58539 -CONFIG_83xx_WDT=y
58540 -
58541 -#
58542 -# PCI-based Watchdog Cards
58543 -#
58544 -# CONFIG_PCIPCWATCHDOG is not set
58545 -# CONFIG_WDTPCI is not set
58546 -
58547 -#
58548 -# USB-based Watchdog Cards
58549 -#
58550 -# CONFIG_USBPCWATCHDOG is not set
58551 -
58552 -#
58553 -# Sonics Silicon Backplane
58554 -#
58555 -CONFIG_SSB_POSSIBLE=y
58556 -# CONFIG_SSB is not set
58557 -
58558 -#
58559 -# Multifunction device drivers
58560 -#
58561 -# CONFIG_MFD_SM501 is not set
58562 -
58563 -#
58564 -# Multimedia devices
58565 -#
58566 -# CONFIG_VIDEO_DEV is not set
58567 -# CONFIG_DVB_CORE is not set
58568 -CONFIG_DAB=y
58569 -# CONFIG_USB_DABUSB is not set
58570 -
58571 -#
58572 -# Graphics support
58573 -#
58574 -# CONFIG_AGP is not set
58575 -# CONFIG_DRM is not set
58576 -# CONFIG_VGASTATE is not set
58577 -CONFIG_VIDEO_OUTPUT_CONTROL=m
58578 -# CONFIG_FB is not set
58579 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
58580 -
58581 -#
58582 -# Display device support
58583 -#
58584 -# CONFIG_DISPLAY_SUPPORT is not set
58585 -
58586 -#
58587 -# Sound
58588 -#
58589 -# CONFIG_SOUND is not set
58590 -CONFIG_HID_SUPPORT=y
58591 -CONFIG_HID=y
58592 -# CONFIG_HID_DEBUG is not set
58593 -# CONFIG_HIDRAW is not set
58594 -
58595 -#
58596 -# USB Input Devices
58597 -#
58598 -# CONFIG_USB_HID is not set
58599 -
58600 -#
58601 -# USB HID Boot Protocol drivers
58602 -#
58603 -# CONFIG_USB_KBD is not set
58604 -# CONFIG_USB_MOUSE is not set
58605 -CONFIG_USB_SUPPORT=y
58606 -CONFIG_USB_ARCH_HAS_HCD=y
58607 -CONFIG_USB_ARCH_HAS_OHCI=y
58608 -CONFIG_USB_ARCH_HAS_EHCI=y
58609 -CONFIG_USB=y
58610 -# CONFIG_USB_DEBUG is not set
58611 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
58612 -
58613 -#
58614 -# Miscellaneous USB options
58615 -#
58616 -CONFIG_USB_DEVICEFS=y
58617 -CONFIG_USB_DEVICE_CLASS=y
58618 -# CONFIG_USB_DYNAMIC_MINORS is not set
58619 -# CONFIG_USB_OTG is not set
58620 -
58621 -#
58622 -# USB Host Controller Drivers
58623 -#
58624 -CONFIG_USB_EHCI_HCD=y
58625 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
58626 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
58627 -# CONFIG_USB_EHCI_FSL is not set
58628 -CONFIG_USB_EHCI_HCD_PPC_OF=y
58629 -# CONFIG_USB_ISP116X_HCD is not set
58630 -CONFIG_USB_OHCI_HCD=y
58631 -CONFIG_USB_OHCI_HCD_PPC_OF=y
58632 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
58633 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
58634 -CONFIG_USB_OHCI_HCD_PCI=y
58635 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
58636 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
58637 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
58638 -# CONFIG_USB_UHCI_HCD is not set
58639 -# CONFIG_USB_SL811_HCD is not set
58640 -# CONFIG_USB_R8A66597_HCD is not set
58641 -
58642 -#
58643 -# USB Device Class drivers
58644 -#
58645 -# CONFIG_USB_ACM is not set
58646 -# CONFIG_USB_PRINTER is not set
58647 -
58648 -#
58649 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
58650 -#
58651 -
58652 -#
58653 -# may also be needed; see USB_STORAGE Help for more information
58654 -#
58655 -CONFIG_USB_STORAGE=y
58656 -# CONFIG_USB_STORAGE_DEBUG is not set
58657 -# CONFIG_USB_STORAGE_DATAFAB is not set
58658 -# CONFIG_USB_STORAGE_FREECOM is not set
58659 -# CONFIG_USB_STORAGE_ISD200 is not set
58660 -# CONFIG_USB_STORAGE_DPCM is not set
58661 -# CONFIG_USB_STORAGE_USBAT is not set
58662 -# CONFIG_USB_STORAGE_SDDR09 is not set
58663 -# CONFIG_USB_STORAGE_SDDR55 is not set
58664 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
58665 -# CONFIG_USB_STORAGE_ALAUDA is not set
58666 -# CONFIG_USB_STORAGE_KARMA is not set
58667 -# CONFIG_USB_LIBUSUAL is not set
58668 -
58669 -#
58670 -# USB Imaging devices
58671 -#
58672 -# CONFIG_USB_MDC800 is not set
58673 -# CONFIG_USB_MICROTEK is not set
58674 -CONFIG_USB_MON=y
58675 -
58676 -#
58677 -# USB port drivers
58678 -#
58679 -# CONFIG_USB_SERIAL is not set
58680 -
58681 -#
58682 -# USB Miscellaneous drivers
58683 -#
58684 -# CONFIG_USB_EMI62 is not set
58685 -# CONFIG_USB_EMI26 is not set
58686 -# CONFIG_USB_ADUTUX is not set
58687 -# CONFIG_USB_AUERSWALD is not set
58688 -# CONFIG_USB_RIO500 is not set
58689 -# CONFIG_USB_LEGOTOWER is not set
58690 -# CONFIG_USB_LCD is not set
58691 -# CONFIG_USB_BERRY_CHARGE is not set
58692 -# CONFIG_USB_LED is not set
58693 -# CONFIG_USB_CYPRESS_CY7C63 is not set
58694 -# CONFIG_USB_CYTHERM is not set
58695 -# CONFIG_USB_PHIDGET is not set
58696 -# CONFIG_USB_IDMOUSE is not set
58697 -# CONFIG_USB_FTDI_ELAN is not set
58698 -# CONFIG_USB_APPLEDISPLAY is not set
58699 -# CONFIG_USB_SISUSBVGA is not set
58700 -# CONFIG_USB_LD is not set
58701 -# CONFIG_USB_TRANCEVIBRATOR is not set
58702 -# CONFIG_USB_IOWARRIOR is not set
58703 -# CONFIG_USB_TEST is not set
58704 -# CONFIG_USB_GADGET is not set
58705 -CONFIG_MMC=y
58706 -# CONFIG_MMC_DEBUG is not set
58707 -# CONFIG_MMC_UNSAFE_RESUME is not set
58708 -
58709 -#
58710 -# MMC/SD Card Drivers
58711 -#
58712 -CONFIG_MMC_BLOCK=y
58713 -CONFIG_MMC_BLOCK_BOUNCE=y
58714 -# CONFIG_SDIO_UART is not set
58715 -
58716 -#
58717 -# MMC/SD Host Controller Drivers
58718 -#
58719 -# CONFIG_MMC_SDHCI is not set
58720 -# CONFIG_MMC_WBSD is not set
58721 -# CONFIG_MMC_TIFM_SD is not set
58722 -CONFIG_MMC_SPI=y
58723 -# CONFIG_MEMSTICK is not set
58724 -# CONFIG_NEW_LEDS is not set
58725 -# CONFIG_INFINIBAND is not set
58726 -# CONFIG_EDAC is not set
58727 -# CONFIG_RTC_CLASS is not set
58728 -# CONFIG_DMADEVICES is not set
58729 -
58730 -#
58731 -# Userspace I/O
58732 -#
58733 -# CONFIG_UIO is not set
58734 -
58735 -#
58736 -# File systems
58737 -#
58738 -CONFIG_EXT2_FS=y
58739 -# CONFIG_EXT2_FS_XATTR is not set
58740 -# CONFIG_EXT2_FS_XIP is not set
58741 -CONFIG_EXT3_FS=y
58742 -CONFIG_EXT3_FS_XATTR=y
58743 -# CONFIG_EXT3_FS_POSIX_ACL is not set
58744 -# CONFIG_EXT3_FS_SECURITY is not set
58745 -# CONFIG_EXT4DEV_FS is not set
58746 -CONFIG_JBD=y
58747 -CONFIG_FS_MBCACHE=y
58748 -# CONFIG_REISERFS_FS is not set
58749 -# CONFIG_JFS_FS is not set
58750 -# CONFIG_FS_POSIX_ACL is not set
58751 -# CONFIG_XFS_FS is not set
58752 -# CONFIG_GFS2_FS is not set
58753 -# CONFIG_OCFS2_FS is not set
58754 -CONFIG_DNOTIFY=y
58755 -CONFIG_INOTIFY=y
58756 -CONFIG_INOTIFY_USER=y
58757 -# CONFIG_QUOTA is not set
58758 -# CONFIG_AUTOFS_FS is not set
58759 -# CONFIG_AUTOFS4_FS is not set
58760 -# CONFIG_FUSE_FS is not set
58761 -
58762 -#
58763 -# CD-ROM/DVD Filesystems
58764 -#
58765 -# CONFIG_ISO9660_FS is not set
58766 -# CONFIG_UDF_FS is not set
58767 -
58768 -#
58769 -# DOS/FAT/NT Filesystems
58770 -#
58771 -CONFIG_FAT_FS=y
58772 -CONFIG_MSDOS_FS=y
58773 -CONFIG_VFAT_FS=y
58774 -CONFIG_FAT_DEFAULT_CODEPAGE=437
58775 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
58776 -# CONFIG_NTFS_FS is not set
58777 -
58778 -#
58779 -# Pseudo filesystems
58780 -#
58781 -CONFIG_PROC_FS=y
58782 -CONFIG_PROC_KCORE=y
58783 -CONFIG_PROC_SYSCTL=y
58784 -CONFIG_SYSFS=y
58785 -CONFIG_TMPFS=y
58786 -# CONFIG_TMPFS_POSIX_ACL is not set
58787 -# CONFIG_HUGETLB_PAGE is not set
58788 -# CONFIG_CONFIGFS_FS is not set
58789 -
58790 -#
58791 -# Miscellaneous filesystems
58792 -#
58793 -# CONFIG_ADFS_FS is not set
58794 -# CONFIG_AFFS_FS is not set
58795 -# CONFIG_HFS_FS is not set
58796 -# CONFIG_HFSPLUS_FS is not set
58797 -# CONFIG_BEFS_FS is not set
58798 -# CONFIG_BFS_FS is not set
58799 -# CONFIG_EFS_FS is not set
58800 -# CONFIG_CRAMFS is not set
58801 -# CONFIG_VXFS_FS is not set
58802 -# CONFIG_MINIX_FS is not set
58803 -# CONFIG_HPFS_FS is not set
58804 -# CONFIG_QNX4FS_FS is not set
58805 -# CONFIG_ROMFS_FS is not set
58806 -# CONFIG_SYSV_FS is not set
58807 -# CONFIG_UFS_FS is not set
58808 -CONFIG_NETWORK_FILESYSTEMS=y
58809 -CONFIG_NFS_FS=y
58810 -CONFIG_NFS_V3=y
58811 -# CONFIG_NFS_V3_ACL is not set
58812 -CONFIG_NFS_V4=y
58813 -# CONFIG_NFS_DIRECTIO is not set
58814 -# CONFIG_NFSD is not set
58815 -CONFIG_ROOT_NFS=y
58816 -CONFIG_LOCKD=y
58817 -CONFIG_LOCKD_V4=y
58818 -CONFIG_NFS_COMMON=y
58819 -CONFIG_SUNRPC=y
58820 -CONFIG_SUNRPC_GSS=y
58821 -# CONFIG_SUNRPC_BIND34 is not set
58822 -CONFIG_RPCSEC_GSS_KRB5=y
58823 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
58824 -# CONFIG_SMB_FS is not set
58825 -# CONFIG_CIFS is not set
58826 -# CONFIG_NCP_FS is not set
58827 -# CONFIG_CODA_FS is not set
58828 -# CONFIG_AFS_FS is not set
58829 -
58830 -#
58831 -# Partition Types
58832 -#
58833 -CONFIG_PARTITION_ADVANCED=y
58834 -# CONFIG_ACORN_PARTITION is not set
58835 -# CONFIG_OSF_PARTITION is not set
58836 -# CONFIG_AMIGA_PARTITION is not set
58837 -# CONFIG_ATARI_PARTITION is not set
58838 -# CONFIG_MAC_PARTITION is not set
58839 -CONFIG_MSDOS_PARTITION=y
58840 -# CONFIG_BSD_DISKLABEL is not set
58841 -# CONFIG_MINIX_SUBPARTITION is not set
58842 -# CONFIG_SOLARIS_X86_PARTITION is not set
58843 -# CONFIG_UNIXWARE_DISKLABEL is not set
58844 -CONFIG_LDM_PARTITION=y
58845 -# CONFIG_LDM_DEBUG is not set
58846 -# CONFIG_SGI_PARTITION is not set
58847 -# CONFIG_ULTRIX_PARTITION is not set
58848 -# CONFIG_SUN_PARTITION is not set
58849 -# CONFIG_KARMA_PARTITION is not set
58850 -# CONFIG_EFI_PARTITION is not set
58851 -# CONFIG_SYSV68_PARTITION is not set
58852 -CONFIG_NLS=y
58853 -CONFIG_NLS_DEFAULT="iso8859-1"
58854 -CONFIG_NLS_CODEPAGE_437=y
58855 -# CONFIG_NLS_CODEPAGE_737 is not set
58856 -# CONFIG_NLS_CODEPAGE_775 is not set
58857 -# CONFIG_NLS_CODEPAGE_850 is not set
58858 -# CONFIG_NLS_CODEPAGE_852 is not set
58859 -# CONFIG_NLS_CODEPAGE_855 is not set
58860 -# CONFIG_NLS_CODEPAGE_857 is not set
58861 -# CONFIG_NLS_CODEPAGE_860 is not set
58862 -# CONFIG_NLS_CODEPAGE_861 is not set
58863 -# CONFIG_NLS_CODEPAGE_862 is not set
58864 -# CONFIG_NLS_CODEPAGE_863 is not set
58865 -# CONFIG_NLS_CODEPAGE_864 is not set
58866 -# CONFIG_NLS_CODEPAGE_865 is not set
58867 -# CONFIG_NLS_CODEPAGE_866 is not set
58868 -# CONFIG_NLS_CODEPAGE_869 is not set
58869 -# CONFIG_NLS_CODEPAGE_936 is not set
58870 -# CONFIG_NLS_CODEPAGE_950 is not set
58871 -CONFIG_NLS_CODEPAGE_932=y
58872 -# CONFIG_NLS_CODEPAGE_949 is not set
58873 -# CONFIG_NLS_CODEPAGE_874 is not set
58874 -CONFIG_NLS_ISO8859_8=y
58875 -# CONFIG_NLS_CODEPAGE_1250 is not set
58876 -# CONFIG_NLS_CODEPAGE_1251 is not set
58877 -# CONFIG_NLS_ASCII is not set
58878 -CONFIG_NLS_ISO8859_1=y
58879 -# CONFIG_NLS_ISO8859_2 is not set
58880 -# CONFIG_NLS_ISO8859_3 is not set
58881 -# CONFIG_NLS_ISO8859_4 is not set
58882 -# CONFIG_NLS_ISO8859_5 is not set
58883 -# CONFIG_NLS_ISO8859_6 is not set
58884 -# CONFIG_NLS_ISO8859_7 is not set
58885 -# CONFIG_NLS_ISO8859_9 is not set
58886 -# CONFIG_NLS_ISO8859_13 is not set
58887 -# CONFIG_NLS_ISO8859_14 is not set
58888 -# CONFIG_NLS_ISO8859_15 is not set
58889 -# CONFIG_NLS_KOI8_R is not set
58890 -# CONFIG_NLS_KOI8_U is not set
58891 -# CONFIG_NLS_UTF8 is not set
58892 -# CONFIG_DLM is not set
58893 -CONFIG_UCC_FAST=y
58894 -CONFIG_UCC=y
58895 -
58896 -#
58897 -# Library routines
58898 -#
58899 -CONFIG_BITREVERSE=y
58900 -# CONFIG_CRC_CCITT is not set
58901 -# CONFIG_CRC16 is not set
58902 -CONFIG_CRC_ITU_T=y
58903 -CONFIG_CRC32=y
58904 -CONFIG_CRC7=y
58905 -# CONFIG_LIBCRC32C is not set
58906 -CONFIG_PLIST=y
58907 -CONFIG_HAS_IOMEM=y
58908 -CONFIG_HAS_IOPORT=y
58909 -CONFIG_HAS_DMA=y
58910 -
58911 -#
58912 -# Kernel hacking
58913 -#
58914 -# CONFIG_PRINTK_TIME is not set
58915 -CONFIG_ENABLE_WARN_DEPRECATED=y
58916 -CONFIG_ENABLE_MUST_CHECK=y
58917 -# CONFIG_MAGIC_SYSRQ is not set
58918 -# CONFIG_UNUSED_SYMBOLS is not set
58919 -# CONFIG_DEBUG_FS is not set
58920 -# CONFIG_HEADERS_CHECK is not set
58921 -# CONFIG_DEBUG_KERNEL is not set
58922 -# CONFIG_SLUB_DEBUG_ON is not set
58923 -# CONFIG_SLUB_STATS is not set
58924 -# CONFIG_DEBUG_BUGVERBOSE is not set
58925 -# CONFIG_SAMPLES is not set
58926 -# CONFIG_PPC_EARLY_DEBUG is not set
58927 -
58928 -#
58929 -# Security options
58930 -#
58931 -# CONFIG_KEYS is not set
58932 -# CONFIG_SECURITY is not set
58933 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
58934 -CONFIG_CRYPTO=y
58935 -CONFIG_CRYPTO_ALGAPI=y
58936 -CONFIG_CRYPTO_BLKCIPHER=y
58937 -# CONFIG_CRYPTO_SEQIV is not set
58938 -CONFIG_CRYPTO_MANAGER=y
58939 -# CONFIG_CRYPTO_HMAC is not set
58940 -# CONFIG_CRYPTO_XCBC is not set
58941 -# CONFIG_CRYPTO_NULL is not set
58942 -# CONFIG_CRYPTO_MD4 is not set
58943 -CONFIG_CRYPTO_MD5=y
58944 -# CONFIG_CRYPTO_SHA1 is not set
58945 -# CONFIG_CRYPTO_SHA256 is not set
58946 -# CONFIG_CRYPTO_SHA512 is not set
58947 -# CONFIG_CRYPTO_WP512 is not set
58948 -# CONFIG_CRYPTO_TGR192 is not set
58949 -# CONFIG_CRYPTO_GF128MUL is not set
58950 -CONFIG_CRYPTO_ECB=m
58951 -CONFIG_CRYPTO_CBC=y
58952 -CONFIG_CRYPTO_PCBC=m
58953 -# CONFIG_CRYPTO_LRW is not set
58954 -# CONFIG_CRYPTO_XTS is not set
58955 -# CONFIG_CRYPTO_CTR is not set
58956 -# CONFIG_CRYPTO_GCM is not set
58957 -# CONFIG_CRYPTO_CCM is not set
58958 -# CONFIG_CRYPTO_CRYPTD is not set
58959 -CONFIG_CRYPTO_DES=y
58960 -# CONFIG_CRYPTO_FCRYPT is not set
58961 -# CONFIG_CRYPTO_BLOWFISH is not set
58962 -# CONFIG_CRYPTO_TWOFISH is not set
58963 -# CONFIG_CRYPTO_SERPENT is not set
58964 -# CONFIG_CRYPTO_AES is not set
58965 -# CONFIG_CRYPTO_CAST5 is not set
58966 -# CONFIG_CRYPTO_CAST6 is not set
58967 -# CONFIG_CRYPTO_TEA is not set
58968 -# CONFIG_CRYPTO_ARC4 is not set
58969 -# CONFIG_CRYPTO_KHAZAD is not set
58970 -# CONFIG_CRYPTO_ANUBIS is not set
58971 -# CONFIG_CRYPTO_SEED is not set
58972 -# CONFIG_CRYPTO_SALSA20 is not set
58973 -# CONFIG_CRYPTO_DEFLATE is not set
58974 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
58975 -# CONFIG_CRYPTO_CRC32C is not set
58976 -# CONFIG_CRYPTO_CAMELLIA is not set
58977 -# CONFIG_CRYPTO_TEST is not set
58978 -# CONFIG_CRYPTO_AUTHENC is not set
58979 -# CONFIG_CRYPTO_LZO is not set
58980 -CONFIG_CRYPTO_HW=y
58981 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
58982 -# CONFIG_PPC_CLOCK is not set
58983 -CONFIG_PPC_LIB_RHEAP=y
58984 --- a/arch/powerpc/configs/mpc834x_itx_defconfig
58985 +++ /dev/null
58986 @@ -1,1295 +0,0 @@
58987 -#
58988 -# Automatically generated make config: don't edit
58989 -# Linux kernel version: 2.6.25-rc6
58990 -# Mon Mar 24 08:48:17 2008
58991 -#
58992 -# CONFIG_PPC64 is not set
58993 -
58994 -#
58995 -# Processor support
58996 -#
58997 -CONFIG_6xx=y
58998 -# CONFIG_PPC_85xx is not set
58999 -# CONFIG_PPC_8xx is not set
59000 -# CONFIG_40x is not set
59001 -# CONFIG_44x is not set
59002 -# CONFIG_E200 is not set
59003 -CONFIG_PPC_FPU=y
59004 -# CONFIG_FSL_EMB_PERFMON is not set
59005 -CONFIG_PPC_STD_MMU=y
59006 -CONFIG_PPC_STD_MMU_32=y
59007 -# CONFIG_PPC_MM_SLICES is not set
59008 -# CONFIG_SMP is not set
59009 -CONFIG_PPC32=y
59010 -CONFIG_WORD_SIZE=32
59011 -CONFIG_PPC_MERGE=y
59012 -CONFIG_MMU=y
59013 -CONFIG_GENERIC_CMOS_UPDATE=y
59014 -CONFIG_GENERIC_TIME=y
59015 -CONFIG_GENERIC_TIME_VSYSCALL=y
59016 -CONFIG_GENERIC_CLOCKEVENTS=y
59017 -CONFIG_GENERIC_HARDIRQS=y
59018 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
59019 -CONFIG_IRQ_PER_CPU=y
59020 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
59021 -CONFIG_ARCH_HAS_ILOG2_U32=y
59022 -CONFIG_GENERIC_HWEIGHT=y
59023 -CONFIG_GENERIC_CALIBRATE_DELAY=y
59024 -CONFIG_GENERIC_FIND_NEXT_BIT=y
59025 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
59026 -CONFIG_PPC=y
59027 -CONFIG_EARLY_PRINTK=y
59028 -CONFIG_GENERIC_NVRAM=y
59029 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
59030 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
59031 -CONFIG_PPC_OF=y
59032 -CONFIG_OF=y
59033 -CONFIG_PPC_UDBG_16550=y
59034 -# CONFIG_GENERIC_TBSYNC is not set
59035 -CONFIG_AUDIT_ARCH=y
59036 -CONFIG_GENERIC_BUG=y
59037 -CONFIG_DEFAULT_UIMAGE=y
59038 -# CONFIG_PPC_DCR_NATIVE is not set
59039 -# CONFIG_PPC_DCR_MMIO is not set
59040 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
59041 -
59042 -#
59043 -# General setup
59044 -#
59045 -CONFIG_EXPERIMENTAL=y
59046 -CONFIG_BROKEN_ON_SMP=y
59047 -CONFIG_INIT_ENV_ARG_LIMIT=32
59048 -CONFIG_LOCALVERSION=""
59049 -CONFIG_LOCALVERSION_AUTO=y
59050 -CONFIG_SWAP=y
59051 -CONFIG_SYSVIPC=y
59052 -CONFIG_SYSVIPC_SYSCTL=y
59053 -# CONFIG_POSIX_MQUEUE is not set
59054 -# CONFIG_BSD_PROCESS_ACCT is not set
59055 -# CONFIG_TASKSTATS is not set
59056 -# CONFIG_AUDIT is not set
59057 -# CONFIG_IKCONFIG is not set
59058 -CONFIG_LOG_BUF_SHIFT=14
59059 -# CONFIG_CGROUPS is not set
59060 -CONFIG_GROUP_SCHED=y
59061 -# CONFIG_FAIR_GROUP_SCHED is not set
59062 -# CONFIG_RT_GROUP_SCHED is not set
59063 -CONFIG_USER_SCHED=y
59064 -# CONFIG_CGROUP_SCHED is not set
59065 -CONFIG_SYSFS_DEPRECATED=y
59066 -CONFIG_SYSFS_DEPRECATED_V2=y
59067 -# CONFIG_RELAY is not set
59068 -# CONFIG_NAMESPACES is not set
59069 -CONFIG_BLK_DEV_INITRD=y
59070 -CONFIG_INITRAMFS_SOURCE=""
59071 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
59072 -CONFIG_SYSCTL=y
59073 -CONFIG_EMBEDDED=y
59074 -CONFIG_SYSCTL_SYSCALL=y
59075 -# CONFIG_KALLSYMS is not set
59076 -CONFIG_HOTPLUG=y
59077 -CONFIG_PRINTK=y
59078 -CONFIG_BUG=y
59079 -CONFIG_ELF_CORE=y
59080 -CONFIG_COMPAT_BRK=y
59081 -CONFIG_BASE_FULL=y
59082 -CONFIG_FUTEX=y
59083 -CONFIG_ANON_INODES=y
59084 -# CONFIG_EPOLL is not set
59085 -CONFIG_SIGNALFD=y
59086 -CONFIG_TIMERFD=y
59087 -CONFIG_EVENTFD=y
59088 -CONFIG_SHMEM=y
59089 -CONFIG_VM_EVENT_COUNTERS=y
59090 -CONFIG_SLUB_DEBUG=y
59091 -# CONFIG_SLAB is not set
59092 -CONFIG_SLUB=y
59093 -# CONFIG_SLOB is not set
59094 -# CONFIG_PROFILING is not set
59095 -# CONFIG_MARKERS is not set
59096 -CONFIG_HAVE_OPROFILE=y
59097 -CONFIG_HAVE_KPROBES=y
59098 -CONFIG_HAVE_KRETPROBES=y
59099 -CONFIG_PROC_PAGE_MONITOR=y
59100 -CONFIG_SLABINFO=y
59101 -CONFIG_RT_MUTEXES=y
59102 -# CONFIG_TINY_SHMEM is not set
59103 -CONFIG_BASE_SMALL=0
59104 -CONFIG_MODULES=y
59105 -CONFIG_MODULE_UNLOAD=y
59106 -# CONFIG_MODULE_FORCE_UNLOAD is not set
59107 -# CONFIG_MODVERSIONS is not set
59108 -# CONFIG_MODULE_SRCVERSION_ALL is not set
59109 -# CONFIG_KMOD is not set
59110 -CONFIG_BLOCK=y
59111 -# CONFIG_LBD is not set
59112 -# CONFIG_BLK_DEV_IO_TRACE is not set
59113 -# CONFIG_LSF is not set
59114 -# CONFIG_BLK_DEV_BSG is not set
59115 -
59116 -#
59117 -# IO Schedulers
59118 -#
59119 -CONFIG_IOSCHED_NOOP=y
59120 -CONFIG_IOSCHED_AS=y
59121 -CONFIG_IOSCHED_DEADLINE=y
59122 -CONFIG_IOSCHED_CFQ=y
59123 -CONFIG_DEFAULT_AS=y
59124 -# CONFIG_DEFAULT_DEADLINE is not set
59125 -# CONFIG_DEFAULT_CFQ is not set
59126 -# CONFIG_DEFAULT_NOOP is not set
59127 -CONFIG_DEFAULT_IOSCHED="anticipatory"
59128 -CONFIG_CLASSIC_RCU=y
59129 -
59130 -#
59131 -# Platform support
59132 -#
59133 -# CONFIG_PPC_MULTIPLATFORM is not set
59134 -# CONFIG_PPC_82xx is not set
59135 -CONFIG_PPC_83xx=y
59136 -# CONFIG_PPC_86xx is not set
59137 -# CONFIG_PPC_MPC512x is not set
59138 -# CONFIG_PPC_MPC5121 is not set
59139 -# CONFIG_PPC_CELL is not set
59140 -# CONFIG_PPC_CELL_NATIVE is not set
59141 -# CONFIG_PQ2ADS is not set
59142 -CONFIG_MPC83xx=y
59143 -# CONFIG_MPC831x_RDB is not set
59144 -# CONFIG_MPC832x_MDS is not set
59145 -# CONFIG_MPC832x_RDB is not set
59146 -# CONFIG_MPC834x_MDS is not set
59147 -CONFIG_MPC834x_ITX=y
59148 -# CONFIG_MPC836x_MDS is not set
59149 -# CONFIG_MPC837x_MDS is not set
59150 -# CONFIG_MPC837x_RDB is not set
59151 -# CONFIG_SBC834x is not set
59152 -CONFIG_PPC_MPC834x=y
59153 -CONFIG_IPIC=y
59154 -# CONFIG_MPIC is not set
59155 -# CONFIG_MPIC_WEIRD is not set
59156 -# CONFIG_PPC_I8259 is not set
59157 -# CONFIG_PPC_RTAS is not set
59158 -# CONFIG_MMIO_NVRAM is not set
59159 -# CONFIG_PPC_MPC106 is not set
59160 -# CONFIG_PPC_970_NAP is not set
59161 -# CONFIG_PPC_INDIRECT_IO is not set
59162 -# CONFIG_GENERIC_IOMAP is not set
59163 -# CONFIG_CPU_FREQ is not set
59164 -# CONFIG_FSL_ULI1575 is not set
59165 -
59166 -#
59167 -# Kernel options
59168 -#
59169 -# CONFIG_HIGHMEM is not set
59170 -CONFIG_TICK_ONESHOT=y
59171 -CONFIG_NO_HZ=y
59172 -CONFIG_HIGH_RES_TIMERS=y
59173 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
59174 -# CONFIG_HZ_100 is not set
59175 -CONFIG_HZ_250=y
59176 -# CONFIG_HZ_300 is not set
59177 -# CONFIG_HZ_1000 is not set
59178 -CONFIG_HZ=250
59179 -# CONFIG_SCHED_HRTICK is not set
59180 -CONFIG_PREEMPT_NONE=y
59181 -# CONFIG_PREEMPT_VOLUNTARY is not set
59182 -# CONFIG_PREEMPT is not set
59183 -CONFIG_BINFMT_ELF=y
59184 -# CONFIG_BINFMT_MISC is not set
59185 -# CONFIG_IOMMU_HELPER is not set
59186 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
59187 -CONFIG_ARCH_HAS_WALK_MEMORY=y
59188 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
59189 -CONFIG_ARCH_FLATMEM_ENABLE=y
59190 -CONFIG_ARCH_POPULATES_NODE_MAP=y
59191 -CONFIG_SELECT_MEMORY_MODEL=y
59192 -CONFIG_FLATMEM_MANUAL=y
59193 -# CONFIG_DISCONTIGMEM_MANUAL is not set
59194 -# CONFIG_SPARSEMEM_MANUAL is not set
59195 -CONFIG_FLATMEM=y
59196 -CONFIG_FLAT_NODE_MEM_MAP=y
59197 -# CONFIG_SPARSEMEM_STATIC is not set
59198 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
59199 -CONFIG_SPLIT_PTLOCK_CPUS=4
59200 -# CONFIG_RESOURCES_64BIT is not set
59201 -CONFIG_ZONE_DMA_FLAG=1
59202 -CONFIG_BOUNCE=y
59203 -CONFIG_VIRT_TO_BUS=y
59204 -CONFIG_PROC_DEVICETREE=y
59205 -# CONFIG_CMDLINE_BOOL is not set
59206 -# CONFIG_PM is not set
59207 -CONFIG_SECCOMP=y
59208 -CONFIG_ISA_DMA_API=y
59209 -
59210 -#
59211 -# Bus options
59212 -#
59213 -CONFIG_ZONE_DMA=y
59214 -CONFIG_GENERIC_ISA_DMA=y
59215 -CONFIG_PPC_INDIRECT_PCI=y
59216 -CONFIG_FSL_SOC=y
59217 -CONFIG_PCI=y
59218 -CONFIG_PCI_DOMAINS=y
59219 -CONFIG_PCI_SYSCALL=y
59220 -# CONFIG_PCIEPORTBUS is not set
59221 -CONFIG_ARCH_SUPPORTS_MSI=y
59222 -# CONFIG_PCI_MSI is not set
59223 -CONFIG_PCI_LEGACY=y
59224 -# CONFIG_PCCARD is not set
59225 -# CONFIG_HOTPLUG_PCI is not set
59226 -
59227 -#
59228 -# Advanced setup
59229 -#
59230 -# CONFIG_ADVANCED_OPTIONS is not set
59231 -
59232 -#
59233 -# Default settings for advanced configuration options are used
59234 -#
59235 -CONFIG_HIGHMEM_START=0xfe000000
59236 -CONFIG_LOWMEM_SIZE=0x30000000
59237 -CONFIG_KERNEL_START=0xc0000000
59238 -CONFIG_TASK_SIZE=0xc0000000
59239 -CONFIG_BOOT_LOAD=0x00800000
59240 -
59241 -#
59242 -# Networking
59243 -#
59244 -CONFIG_NET=y
59245 -
59246 -#
59247 -# Networking options
59248 -#
59249 -CONFIG_PACKET=y
59250 -# CONFIG_PACKET_MMAP is not set
59251 -CONFIG_UNIX=y
59252 -CONFIG_XFRM=y
59253 -# CONFIG_XFRM_USER is not set
59254 -# CONFIG_XFRM_SUB_POLICY is not set
59255 -# CONFIG_XFRM_MIGRATE is not set
59256 -# CONFIG_XFRM_STATISTICS is not set
59257 -# CONFIG_NET_KEY is not set
59258 -CONFIG_INET=y
59259 -CONFIG_IP_MULTICAST=y
59260 -# CONFIG_IP_ADVANCED_ROUTER is not set
59261 -CONFIG_IP_FIB_HASH=y
59262 -CONFIG_IP_PNP=y
59263 -CONFIG_IP_PNP_DHCP=y
59264 -CONFIG_IP_PNP_BOOTP=y
59265 -# CONFIG_IP_PNP_RARP is not set
59266 -# CONFIG_NET_IPIP is not set
59267 -# CONFIG_NET_IPGRE is not set
59268 -# CONFIG_IP_MROUTE is not set
59269 -# CONFIG_ARPD is not set
59270 -CONFIG_SYN_COOKIES=y
59271 -# CONFIG_INET_AH is not set
59272 -# CONFIG_INET_ESP is not set
59273 -# CONFIG_INET_IPCOMP is not set
59274 -# CONFIG_INET_XFRM_TUNNEL is not set
59275 -# CONFIG_INET_TUNNEL is not set
59276 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
59277 -CONFIG_INET_XFRM_MODE_TUNNEL=y
59278 -CONFIG_INET_XFRM_MODE_BEET=y
59279 -# CONFIG_INET_LRO is not set
59280 -CONFIG_INET_DIAG=y
59281 -CONFIG_INET_TCP_DIAG=y
59282 -# CONFIG_TCP_CONG_ADVANCED is not set
59283 -CONFIG_TCP_CONG_CUBIC=y
59284 -CONFIG_DEFAULT_TCP_CONG="cubic"
59285 -# CONFIG_TCP_MD5SIG is not set
59286 -# CONFIG_IPV6 is not set
59287 -# CONFIG_INET6_XFRM_TUNNEL is not set
59288 -# CONFIG_INET6_TUNNEL is not set
59289 -# CONFIG_NETWORK_SECMARK is not set
59290 -# CONFIG_NETFILTER is not set
59291 -# CONFIG_IP_DCCP is not set
59292 -# CONFIG_IP_SCTP is not set
59293 -# CONFIG_TIPC is not set
59294 -# CONFIG_ATM is not set
59295 -# CONFIG_BRIDGE is not set
59296 -# CONFIG_VLAN_8021Q is not set
59297 -# CONFIG_DECNET is not set
59298 -# CONFIG_LLC2 is not set
59299 -# CONFIG_IPX is not set
59300 -# CONFIG_ATALK is not set
59301 -# CONFIG_X25 is not set
59302 -# CONFIG_LAPB is not set
59303 -# CONFIG_ECONET is not set
59304 -# CONFIG_WAN_ROUTER is not set
59305 -# CONFIG_NET_SCHED is not set
59306 -
59307 -#
59308 -# Network testing
59309 -#
59310 -# CONFIG_NET_PKTGEN is not set
59311 -# CONFIG_HAMRADIO is not set
59312 -# CONFIG_CAN is not set
59313 -# CONFIG_IRDA is not set
59314 -# CONFIG_BT is not set
59315 -# CONFIG_AF_RXRPC is not set
59316 -
59317 -#
59318 -# Wireless
59319 -#
59320 -# CONFIG_CFG80211 is not set
59321 -# CONFIG_WIRELESS_EXT is not set
59322 -# CONFIG_MAC80211 is not set
59323 -# CONFIG_IEEE80211 is not set
59324 -# CONFIG_RFKILL is not set
59325 -# CONFIG_NET_9P is not set
59326 -
59327 -#
59328 -# Device Drivers
59329 -#
59330 -
59331 -#
59332 -# Generic Driver Options
59333 -#
59334 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
59335 -CONFIG_STANDALONE=y
59336 -CONFIG_PREVENT_FIRMWARE_BUILD=y
59337 -# CONFIG_FW_LOADER is not set
59338 -# CONFIG_SYS_HYPERVISOR is not set
59339 -# CONFIG_CONNECTOR is not set
59340 -CONFIG_MTD=y
59341 -# CONFIG_MTD_DEBUG is not set
59342 -# CONFIG_MTD_CONCAT is not set
59343 -# CONFIG_MTD_PARTITIONS is not set
59344 -
59345 -#
59346 -# User Modules And Translation Layers
59347 -#
59348 -CONFIG_MTD_CHAR=y
59349 -# CONFIG_MTD_BLKDEVS is not set
59350 -# CONFIG_MTD_BLOCK is not set
59351 -# CONFIG_MTD_BLOCK_RO is not set
59352 -# CONFIG_FTL is not set
59353 -# CONFIG_NFTL is not set
59354 -# CONFIG_INFTL is not set
59355 -# CONFIG_RFD_FTL is not set
59356 -# CONFIG_SSFDC is not set
59357 -# CONFIG_MTD_OOPS is not set
59358 -
59359 -#
59360 -# RAM/ROM/Flash chip drivers
59361 -#
59362 -CONFIG_MTD_CFI=y
59363 -# CONFIG_MTD_JEDECPROBE is not set
59364 -CONFIG_MTD_GEN_PROBE=y
59365 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
59366 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
59367 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
59368 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
59369 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
59370 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
59371 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
59372 -CONFIG_MTD_CFI_I1=y
59373 -CONFIG_MTD_CFI_I2=y
59374 -# CONFIG_MTD_CFI_I4 is not set
59375 -# CONFIG_MTD_CFI_I8 is not set
59376 -# CONFIG_MTD_CFI_INTELEXT is not set
59377 -CONFIG_MTD_CFI_AMDSTD=y
59378 -# CONFIG_MTD_CFI_STAA is not set
59379 -CONFIG_MTD_CFI_UTIL=y
59380 -# CONFIG_MTD_RAM is not set
59381 -# CONFIG_MTD_ROM is not set
59382 -# CONFIG_MTD_ABSENT is not set
59383 -
59384 -#
59385 -# Mapping drivers for chip access
59386 -#
59387 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
59388 -CONFIG_MTD_PHYSMAP=y
59389 -CONFIG_MTD_PHYSMAP_START=0xfe000000
59390 -CONFIG_MTD_PHYSMAP_LEN=0x1000000
59391 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
59392 -# CONFIG_MTD_PHYSMAP_OF is not set
59393 -# CONFIG_MTD_INTEL_VR_NOR is not set
59394 -# CONFIG_MTD_PLATRAM is not set
59395 -
59396 -#
59397 -# Self-contained MTD device drivers
59398 -#
59399 -# CONFIG_MTD_PMC551 is not set
59400 -# CONFIG_MTD_DATAFLASH is not set
59401 -# CONFIG_MTD_M25P80 is not set
59402 -# CONFIG_MTD_SLRAM is not set
59403 -# CONFIG_MTD_PHRAM is not set
59404 -# CONFIG_MTD_MTDRAM is not set
59405 -# CONFIG_MTD_BLOCK2MTD is not set
59406 -
59407 -#
59408 -# Disk-On-Chip Device Drivers
59409 -#
59410 -# CONFIG_MTD_DOC2000 is not set
59411 -# CONFIG_MTD_DOC2001 is not set
59412 -# CONFIG_MTD_DOC2001PLUS is not set
59413 -# CONFIG_MTD_NAND is not set
59414 -# CONFIG_MTD_ONENAND is not set
59415 -
59416 -#
59417 -# UBI - Unsorted block images
59418 -#
59419 -# CONFIG_MTD_UBI is not set
59420 -CONFIG_OF_DEVICE=y
59421 -# CONFIG_PARPORT is not set
59422 -CONFIG_BLK_DEV=y
59423 -# CONFIG_BLK_DEV_FD is not set
59424 -# CONFIG_BLK_CPQ_DA is not set
59425 -# CONFIG_BLK_CPQ_CISS_DA is not set
59426 -# CONFIG_BLK_DEV_DAC960 is not set
59427 -# CONFIG_BLK_DEV_UMEM is not set
59428 -# CONFIG_BLK_DEV_COW_COMMON is not set
59429 -CONFIG_BLK_DEV_LOOP=y
59430 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
59431 -# CONFIG_BLK_DEV_NBD is not set
59432 -# CONFIG_BLK_DEV_SX8 is not set
59433 -# CONFIG_BLK_DEV_UB is not set
59434 -CONFIG_BLK_DEV_RAM=y
59435 -CONFIG_BLK_DEV_RAM_COUNT=16
59436 -CONFIG_BLK_DEV_RAM_SIZE=32768
59437 -# CONFIG_BLK_DEV_XIP is not set
59438 -# CONFIG_CDROM_PKTCDVD is not set
59439 -# CONFIG_ATA_OVER_ETH is not set
59440 -CONFIG_MISC_DEVICES=y
59441 -# CONFIG_PHANTOM is not set
59442 -# CONFIG_EEPROM_93CX6 is not set
59443 -# CONFIG_SGI_IOC4 is not set
59444 -# CONFIG_TIFM_CORE is not set
59445 -# CONFIG_ENCLOSURE_SERVICES is not set
59446 -CONFIG_HAVE_IDE=y
59447 -CONFIG_IDE=y
59448 -CONFIG_IDE_MAX_HWIFS=4
59449 -# CONFIG_BLK_DEV_IDE is not set
59450 -# CONFIG_BLK_DEV_HD_ONLY is not set
59451 -# CONFIG_BLK_DEV_HD is not set
59452 -
59453 -#
59454 -# SCSI device support
59455 -#
59456 -# CONFIG_RAID_ATTRS is not set
59457 -CONFIG_SCSI=y
59458 -CONFIG_SCSI_DMA=y
59459 -# CONFIG_SCSI_TGT is not set
59460 -# CONFIG_SCSI_NETLINK is not set
59461 -CONFIG_SCSI_PROC_FS=y
59462 -
59463 -#
59464 -# SCSI support type (disk, tape, CD-ROM)
59465 -#
59466 -CONFIG_BLK_DEV_SD=y
59467 -# CONFIG_CHR_DEV_ST is not set
59468 -# CONFIG_CHR_DEV_OSST is not set
59469 -# CONFIG_BLK_DEV_SR is not set
59470 -CONFIG_CHR_DEV_SG=y
59471 -# CONFIG_CHR_DEV_SCH is not set
59472 -
59473 -#
59474 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
59475 -#
59476 -# CONFIG_SCSI_MULTI_LUN is not set
59477 -# CONFIG_SCSI_CONSTANTS is not set
59478 -# CONFIG_SCSI_LOGGING is not set
59479 -# CONFIG_SCSI_SCAN_ASYNC is not set
59480 -CONFIG_SCSI_WAIT_SCAN=m
59481 -
59482 -#
59483 -# SCSI Transports
59484 -#
59485 -CONFIG_SCSI_SPI_ATTRS=y
59486 -# CONFIG_SCSI_FC_ATTRS is not set
59487 -# CONFIG_SCSI_ISCSI_ATTRS is not set
59488 -# CONFIG_SCSI_SAS_LIBSAS is not set
59489 -# CONFIG_SCSI_SRP_ATTRS is not set
59490 -CONFIG_SCSI_LOWLEVEL=y
59491 -# CONFIG_ISCSI_TCP is not set
59492 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
59493 -# CONFIG_SCSI_3W_9XXX is not set
59494 -# CONFIG_SCSI_ACARD is not set
59495 -# CONFIG_SCSI_AACRAID is not set
59496 -# CONFIG_SCSI_AIC7XXX is not set
59497 -# CONFIG_SCSI_AIC7XXX_OLD is not set
59498 -# CONFIG_SCSI_AIC79XX is not set
59499 -# CONFIG_SCSI_AIC94XX is not set
59500 -# CONFIG_SCSI_DPT_I2O is not set
59501 -# CONFIG_SCSI_ADVANSYS is not set
59502 -# CONFIG_SCSI_ARCMSR is not set
59503 -# CONFIG_MEGARAID_NEWGEN is not set
59504 -# CONFIG_MEGARAID_LEGACY is not set
59505 -# CONFIG_MEGARAID_SAS is not set
59506 -# CONFIG_SCSI_HPTIOP is not set
59507 -# CONFIG_SCSI_BUSLOGIC is not set
59508 -# CONFIG_SCSI_DMX3191D is not set
59509 -# CONFIG_SCSI_EATA is not set
59510 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
59511 -# CONFIG_SCSI_GDTH is not set
59512 -# CONFIG_SCSI_IPS is not set
59513 -# CONFIG_SCSI_INITIO is not set
59514 -# CONFIG_SCSI_INIA100 is not set
59515 -# CONFIG_SCSI_MVSAS is not set
59516 -# CONFIG_SCSI_STEX is not set
59517 -# CONFIG_SCSI_SYM53C8XX_2 is not set
59518 -# CONFIG_SCSI_IPR is not set
59519 -# CONFIG_SCSI_QLOGIC_1280 is not set
59520 -# CONFIG_SCSI_QLA_FC is not set
59521 -# CONFIG_SCSI_QLA_ISCSI is not set
59522 -# CONFIG_SCSI_LPFC is not set
59523 -# CONFIG_SCSI_DC395x is not set
59524 -# CONFIG_SCSI_DC390T is not set
59525 -# CONFIG_SCSI_NSP32 is not set
59526 -# CONFIG_SCSI_DEBUG is not set
59527 -# CONFIG_SCSI_SRP is not set
59528 -CONFIG_ATA=y
59529 -# CONFIG_ATA_NONSTANDARD is not set
59530 -# CONFIG_SATA_AHCI is not set
59531 -# CONFIG_SATA_SVW is not set
59532 -# CONFIG_ATA_PIIX is not set
59533 -# CONFIG_SATA_MV is not set
59534 -# CONFIG_SATA_NV is not set
59535 -# CONFIG_PDC_ADMA is not set
59536 -# CONFIG_SATA_QSTOR is not set
59537 -# CONFIG_SATA_PROMISE is not set
59538 -# CONFIG_SATA_SX4 is not set
59539 -CONFIG_SATA_SIL=y
59540 -# CONFIG_SATA_SIL24 is not set
59541 -# CONFIG_SATA_SIS is not set
59542 -# CONFIG_SATA_ULI is not set
59543 -# CONFIG_SATA_VIA is not set
59544 -# CONFIG_SATA_VITESSE is not set
59545 -# CONFIG_SATA_INIC162X is not set
59546 -# CONFIG_SATA_FSL is not set
59547 -# CONFIG_PATA_ALI is not set
59548 -# CONFIG_PATA_AMD is not set
59549 -# CONFIG_PATA_ARTOP is not set
59550 -# CONFIG_PATA_ATIIXP is not set
59551 -# CONFIG_PATA_CMD640_PCI is not set
59552 -# CONFIG_PATA_CMD64X is not set
59553 -# CONFIG_PATA_CS5520 is not set
59554 -# CONFIG_PATA_CS5530 is not set
59555 -# CONFIG_PATA_CYPRESS is not set
59556 -# CONFIG_PATA_EFAR is not set
59557 -# CONFIG_ATA_GENERIC is not set
59558 -# CONFIG_PATA_HPT366 is not set
59559 -# CONFIG_PATA_HPT37X is not set
59560 -# CONFIG_PATA_HPT3X2N is not set
59561 -# CONFIG_PATA_HPT3X3 is not set
59562 -# CONFIG_PATA_IT821X is not set
59563 -# CONFIG_PATA_IT8213 is not set
59564 -# CONFIG_PATA_JMICRON is not set
59565 -# CONFIG_PATA_TRIFLEX is not set
59566 -# CONFIG_PATA_MARVELL is not set
59567 -# CONFIG_PATA_MPIIX is not set
59568 -# CONFIG_PATA_OLDPIIX is not set
59569 -# CONFIG_PATA_NETCELL is not set
59570 -# CONFIG_PATA_NINJA32 is not set
59571 -# CONFIG_PATA_NS87410 is not set
59572 -# CONFIG_PATA_NS87415 is not set
59573 -# CONFIG_PATA_OPTI is not set
59574 -# CONFIG_PATA_OPTIDMA is not set
59575 -# CONFIG_PATA_PDC_OLD is not set
59576 -# CONFIG_PATA_RADISYS is not set
59577 -# CONFIG_PATA_RZ1000 is not set
59578 -# CONFIG_PATA_SC1200 is not set
59579 -# CONFIG_PATA_SERVERWORKS is not set
59580 -# CONFIG_PATA_PDC2027X is not set
59581 -# CONFIG_PATA_SIL680 is not set
59582 -# CONFIG_PATA_SIS is not set
59583 -# CONFIG_PATA_VIA is not set
59584 -# CONFIG_PATA_WINBOND is not set
59585 -CONFIG_PATA_PLATFORM=y
59586 -CONFIG_PATA_OF_PLATFORM=y
59587 -CONFIG_MD=y
59588 -CONFIG_BLK_DEV_MD=y
59589 -CONFIG_MD_LINEAR=y
59590 -CONFIG_MD_RAID0=y
59591 -CONFIG_MD_RAID1=y
59592 -# CONFIG_MD_RAID10 is not set
59593 -# CONFIG_MD_RAID456 is not set
59594 -# CONFIG_MD_MULTIPATH is not set
59595 -# CONFIG_MD_FAULTY is not set
59596 -# CONFIG_BLK_DEV_DM is not set
59597 -# CONFIG_FUSION is not set
59598 -
59599 -#
59600 -# IEEE 1394 (FireWire) support
59601 -#
59602 -# CONFIG_FIREWIRE is not set
59603 -# CONFIG_IEEE1394 is not set
59604 -# CONFIG_I2O is not set
59605 -# CONFIG_MACINTOSH_DRIVERS is not set
59606 -CONFIG_NETDEVICES=y
59607 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
59608 -# CONFIG_DUMMY is not set
59609 -# CONFIG_BONDING is not set
59610 -# CONFIG_MACVLAN is not set
59611 -# CONFIG_EQUALIZER is not set
59612 -# CONFIG_TUN is not set
59613 -# CONFIG_VETH is not set
59614 -# CONFIG_ARCNET is not set
59615 -CONFIG_PHYLIB=y
59616 -
59617 -#
59618 -# MII PHY device drivers
59619 -#
59620 -# CONFIG_MARVELL_PHY is not set
59621 -# CONFIG_DAVICOM_PHY is not set
59622 -# CONFIG_QSEMI_PHY is not set
59623 -# CONFIG_LXT_PHY is not set
59624 -CONFIG_CICADA_PHY=y
59625 -# CONFIG_VITESSE_PHY is not set
59626 -# CONFIG_SMSC_PHY is not set
59627 -# CONFIG_BROADCOM_PHY is not set
59628 -# CONFIG_ICPLUS_PHY is not set
59629 -# CONFIG_REALTEK_PHY is not set
59630 -# CONFIG_FIXED_PHY is not set
59631 -# CONFIG_MDIO_BITBANG is not set
59632 -# CONFIG_NET_ETHERNET is not set
59633 -CONFIG_NETDEV_1000=y
59634 -# CONFIG_ACENIC is not set
59635 -# CONFIG_DL2K is not set
59636 -# CONFIG_E1000 is not set
59637 -# CONFIG_E1000E is not set
59638 -# CONFIG_E1000E_ENABLED is not set
59639 -# CONFIG_IP1000 is not set
59640 -# CONFIG_IGB is not set
59641 -# CONFIG_NS83820 is not set
59642 -# CONFIG_HAMACHI is not set
59643 -# CONFIG_YELLOWFIN is not set
59644 -# CONFIG_R8169 is not set
59645 -# CONFIG_SIS190 is not set
59646 -# CONFIG_SKGE is not set
59647 -# CONFIG_SKY2 is not set
59648 -# CONFIG_SK98LIN is not set
59649 -# CONFIG_VIA_VELOCITY is not set
59650 -# CONFIG_TIGON3 is not set
59651 -# CONFIG_BNX2 is not set
59652 -CONFIG_GIANFAR=y
59653 -CONFIG_GFAR_NAPI=y
59654 -# CONFIG_QLA3XXX is not set
59655 -# CONFIG_ATL1 is not set
59656 -CONFIG_NETDEV_10000=y
59657 -# CONFIG_CHELSIO_T1 is not set
59658 -# CONFIG_CHELSIO_T3 is not set
59659 -# CONFIG_IXGBE is not set
59660 -# CONFIG_IXGB is not set
59661 -# CONFIG_S2IO is not set
59662 -# CONFIG_MYRI10GE is not set
59663 -# CONFIG_NETXEN_NIC is not set
59664 -# CONFIG_NIU is not set
59665 -# CONFIG_MLX4_CORE is not set
59666 -# CONFIG_TEHUTI is not set
59667 -# CONFIG_BNX2X is not set
59668 -# CONFIG_TR is not set
59669 -
59670 -#
59671 -# Wireless LAN
59672 -#
59673 -# CONFIG_WLAN_PRE80211 is not set
59674 -# CONFIG_WLAN_80211 is not set
59675 -
59676 -#
59677 -# USB Network Adapters
59678 -#
59679 -# CONFIG_USB_CATC is not set
59680 -# CONFIG_USB_KAWETH is not set
59681 -# CONFIG_USB_PEGASUS is not set
59682 -# CONFIG_USB_RTL8150 is not set
59683 -# CONFIG_USB_USBNET is not set
59684 -# CONFIG_WAN is not set
59685 -# CONFIG_FDDI is not set
59686 -# CONFIG_HIPPI is not set
59687 -# CONFIG_PPP is not set
59688 -# CONFIG_SLIP is not set
59689 -# CONFIG_NET_FC is not set
59690 -# CONFIG_NETCONSOLE is not set
59691 -# CONFIG_NETPOLL is not set
59692 -# CONFIG_NET_POLL_CONTROLLER is not set
59693 -# CONFIG_ISDN is not set
59694 -# CONFIG_PHONE is not set
59695 -
59696 -#
59697 -# Input device support
59698 -#
59699 -# CONFIG_INPUT is not set
59700 -
59701 -#
59702 -# Hardware I/O ports
59703 -#
59704 -# CONFIG_SERIO is not set
59705 -# CONFIG_GAMEPORT is not set
59706 -
59707 -#
59708 -# Character devices
59709 -#
59710 -# CONFIG_VT is not set
59711 -# CONFIG_SERIAL_NONSTANDARD is not set
59712 -# CONFIG_NOZOMI is not set
59713 -
59714 -#
59715 -# Serial drivers
59716 -#
59717 -CONFIG_SERIAL_8250=y
59718 -CONFIG_SERIAL_8250_CONSOLE=y
59719 -# CONFIG_SERIAL_8250_PCI is not set
59720 -CONFIG_SERIAL_8250_NR_UARTS=4
59721 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
59722 -# CONFIG_SERIAL_8250_EXTENDED is not set
59723 -
59724 -#
59725 -# Non-8250 serial port support
59726 -#
59727 -# CONFIG_SERIAL_UARTLITE is not set
59728 -CONFIG_SERIAL_CORE=y
59729 -CONFIG_SERIAL_CORE_CONSOLE=y
59730 -# CONFIG_SERIAL_JSM is not set
59731 -# CONFIG_SERIAL_OF_PLATFORM is not set
59732 -CONFIG_UNIX98_PTYS=y
59733 -CONFIG_LEGACY_PTYS=y
59734 -CONFIG_LEGACY_PTY_COUNT=256
59735 -# CONFIG_IPMI_HANDLER is not set
59736 -CONFIG_HW_RANDOM=y
59737 -# CONFIG_NVRAM is not set
59738 -# CONFIG_GEN_RTC is not set
59739 -# CONFIG_R3964 is not set
59740 -# CONFIG_APPLICOM is not set
59741 -# CONFIG_RAW_DRIVER is not set
59742 -# CONFIG_TCG_TPM is not set
59743 -CONFIG_DEVPORT=y
59744 -CONFIG_I2C=y
59745 -CONFIG_I2C_BOARDINFO=y
59746 -CONFIG_I2C_CHARDEV=y
59747 -
59748 -#
59749 -# I2C Algorithms
59750 -#
59751 -# CONFIG_I2C_ALGOBIT is not set
59752 -# CONFIG_I2C_ALGOPCF is not set
59753 -# CONFIG_I2C_ALGOPCA is not set
59754 -
59755 -#
59756 -# I2C Hardware Bus support
59757 -#
59758 -# CONFIG_I2C_ALI1535 is not set
59759 -# CONFIG_I2C_ALI1563 is not set
59760 -# CONFIG_I2C_ALI15X3 is not set
59761 -# CONFIG_I2C_AMD756 is not set
59762 -# CONFIG_I2C_AMD8111 is not set
59763 -# CONFIG_I2C_I801 is not set
59764 -# CONFIG_I2C_I810 is not set
59765 -# CONFIG_I2C_PIIX4 is not set
59766 -CONFIG_I2C_MPC=y
59767 -# CONFIG_I2C_NFORCE2 is not set
59768 -# CONFIG_I2C_OCORES is not set
59769 -# CONFIG_I2C_PARPORT_LIGHT is not set
59770 -# CONFIG_I2C_PROSAVAGE is not set
59771 -# CONFIG_I2C_SAVAGE4 is not set
59772 -# CONFIG_I2C_SIMTEC is not set
59773 -# CONFIG_I2C_SIS5595 is not set
59774 -# CONFIG_I2C_SIS630 is not set
59775 -# CONFIG_I2C_SIS96X is not set
59776 -# CONFIG_I2C_TAOS_EVM is not set
59777 -# CONFIG_I2C_STUB is not set
59778 -# CONFIG_I2C_TINY_USB is not set
59779 -# CONFIG_I2C_VIA is not set
59780 -# CONFIG_I2C_VIAPRO is not set
59781 -# CONFIG_I2C_VOODOO3 is not set
59782 -
59783 -#
59784 -# Miscellaneous I2C Chip support
59785 -#
59786 -# CONFIG_DS1682 is not set
59787 -# CONFIG_SENSORS_EEPROM is not set
59788 -CONFIG_SENSORS_PCF8574=y
59789 -# CONFIG_PCF8575 is not set
59790 -# CONFIG_SENSORS_PCF8591 is not set
59791 -# CONFIG_TPS65010 is not set
59792 -# CONFIG_SENSORS_MAX6875 is not set
59793 -# CONFIG_SENSORS_TSL2550 is not set
59794 -# CONFIG_I2C_DEBUG_CORE is not set
59795 -# CONFIG_I2C_DEBUG_ALGO is not set
59796 -# CONFIG_I2C_DEBUG_BUS is not set
59797 -# CONFIG_I2C_DEBUG_CHIP is not set
59798 -
59799 -#
59800 -# SPI support
59801 -#
59802 -CONFIG_SPI=y
59803 -CONFIG_SPI_MASTER=y
59804 -
59805 -#
59806 -# SPI Master Controller Drivers
59807 -#
59808 -CONFIG_SPI_BITBANG=y
59809 -CONFIG_SPI_MPC83xx=y
59810 -
59811 -#
59812 -# SPI Protocol Masters
59813 -#
59814 -# CONFIG_SPI_AT25 is not set
59815 -# CONFIG_SPI_SPIDEV is not set
59816 -# CONFIG_SPI_TLE62X0 is not set
59817 -# CONFIG_W1 is not set
59818 -# CONFIG_POWER_SUPPLY is not set
59819 -# CONFIG_HWMON is not set
59820 -# CONFIG_THERMAL is not set
59821 -CONFIG_WATCHDOG=y
59822 -# CONFIG_WATCHDOG_NOWAYOUT is not set
59823 -
59824 -#
59825 -# Watchdog Device Drivers
59826 -#
59827 -# CONFIG_SOFT_WATCHDOG is not set
59828 -CONFIG_83xx_WDT=y
59829 -
59830 -#
59831 -# PCI-based Watchdog Cards
59832 -#
59833 -# CONFIG_PCIPCWATCHDOG is not set
59834 -# CONFIG_WDTPCI is not set
59835 -
59836 -#
59837 -# USB-based Watchdog Cards
59838 -#
59839 -# CONFIG_USBPCWATCHDOG is not set
59840 -
59841 -#
59842 -# Sonics Silicon Backplane
59843 -#
59844 -CONFIG_SSB_POSSIBLE=y
59845 -# CONFIG_SSB is not set
59846 -
59847 -#
59848 -# Multifunction device drivers
59849 -#
59850 -# CONFIG_MFD_SM501 is not set
59851 -
59852 -#
59853 -# Multimedia devices
59854 -#
59855 -# CONFIG_VIDEO_DEV is not set
59856 -# CONFIG_DVB_CORE is not set
59857 -CONFIG_DAB=y
59858 -# CONFIG_USB_DABUSB is not set
59859 -
59860 -#
59861 -# Graphics support
59862 -#
59863 -# CONFIG_AGP is not set
59864 -# CONFIG_DRM is not set
59865 -# CONFIG_VGASTATE is not set
59866 -CONFIG_VIDEO_OUTPUT_CONTROL=m
59867 -# CONFIG_FB is not set
59868 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
59869 -
59870 -#
59871 -# Display device support
59872 -#
59873 -# CONFIG_DISPLAY_SUPPORT is not set
59874 -
59875 -#
59876 -# Sound
59877 -#
59878 -# CONFIG_SOUND is not set
59879 -CONFIG_USB_SUPPORT=y
59880 -CONFIG_USB_ARCH_HAS_HCD=y
59881 -CONFIG_USB_ARCH_HAS_OHCI=y
59882 -CONFIG_USB_ARCH_HAS_EHCI=y
59883 -CONFIG_USB=y
59884 -# CONFIG_USB_DEBUG is not set
59885 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
59886 -
59887 -#
59888 -# Miscellaneous USB options
59889 -#
59890 -CONFIG_USB_DEVICEFS=y
59891 -CONFIG_USB_DEVICE_CLASS=y
59892 -# CONFIG_USB_DYNAMIC_MINORS is not set
59893 -# CONFIG_USB_OTG is not set
59894 -
59895 -#
59896 -# USB Host Controller Drivers
59897 -#
59898 -CONFIG_USB_EHCI_HCD=y
59899 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
59900 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
59901 -CONFIG_USB_EHCI_FSL=y
59902 -CONFIG_USB_EHCI_HCD_PPC_OF=y
59903 -# CONFIG_USB_ISP116X_HCD is not set
59904 -# CONFIG_USB_OHCI_HCD is not set
59905 -CONFIG_USB_UHCI_HCD=y
59906 -# CONFIG_USB_SL811_HCD is not set
59907 -# CONFIG_USB_R8A66597_HCD is not set
59908 -
59909 -#
59910 -# USB Device Class drivers
59911 -#
59912 -# CONFIG_USB_ACM is not set
59913 -# CONFIG_USB_PRINTER is not set
59914 -
59915 -#
59916 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
59917 -#
59918 -
59919 -#
59920 -# may also be needed; see USB_STORAGE Help for more information
59921 -#
59922 -CONFIG_USB_STORAGE=y
59923 -# CONFIG_USB_STORAGE_DEBUG is not set
59924 -# CONFIG_USB_STORAGE_DATAFAB is not set
59925 -# CONFIG_USB_STORAGE_FREECOM is not set
59926 -# CONFIG_USB_STORAGE_ISD200 is not set
59927 -# CONFIG_USB_STORAGE_DPCM is not set
59928 -# CONFIG_USB_STORAGE_USBAT is not set
59929 -# CONFIG_USB_STORAGE_SDDR09 is not set
59930 -# CONFIG_USB_STORAGE_SDDR55 is not set
59931 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
59932 -# CONFIG_USB_STORAGE_ALAUDA is not set
59933 -# CONFIG_USB_STORAGE_KARMA is not set
59934 -# CONFIG_USB_LIBUSUAL is not set
59935 -
59936 -#
59937 -# USB Imaging devices
59938 -#
59939 -# CONFIG_USB_MDC800 is not set
59940 -# CONFIG_USB_MICROTEK is not set
59941 -CONFIG_USB_MON=y
59942 -
59943 -#
59944 -# USB port drivers
59945 -#
59946 -# CONFIG_USB_SERIAL is not set
59947 -
59948 -#
59949 -# USB Miscellaneous drivers
59950 -#
59951 -# CONFIG_USB_EMI62 is not set
59952 -# CONFIG_USB_EMI26 is not set
59953 -# CONFIG_USB_ADUTUX is not set
59954 -# CONFIG_USB_AUERSWALD is not set
59955 -# CONFIG_USB_RIO500 is not set
59956 -# CONFIG_USB_LEGOTOWER is not set
59957 -# CONFIG_USB_LCD is not set
59958 -# CONFIG_USB_BERRY_CHARGE is not set
59959 -# CONFIG_USB_LED is not set
59960 -# CONFIG_USB_CYPRESS_CY7C63 is not set
59961 -# CONFIG_USB_CYTHERM is not set
59962 -# CONFIG_USB_PHIDGET is not set
59963 -# CONFIG_USB_IDMOUSE is not set
59964 -# CONFIG_USB_FTDI_ELAN is not set
59965 -# CONFIG_USB_APPLEDISPLAY is not set
59966 -# CONFIG_USB_SISUSBVGA is not set
59967 -# CONFIG_USB_LD is not set
59968 -# CONFIG_USB_TRANCEVIBRATOR is not set
59969 -# CONFIG_USB_IOWARRIOR is not set
59970 -# CONFIG_USB_TEST is not set
59971 -# CONFIG_USB_GADGET is not set
59972 -# CONFIG_MMC is not set
59973 -# CONFIG_MEMSTICK is not set
59974 -# CONFIG_NEW_LEDS is not set
59975 -# CONFIG_INFINIBAND is not set
59976 -# CONFIG_EDAC is not set
59977 -CONFIG_RTC_LIB=y
59978 -CONFIG_RTC_CLASS=y
59979 -CONFIG_RTC_HCTOSYS=y
59980 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
59981 -# CONFIG_RTC_DEBUG is not set
59982 -
59983 -#
59984 -# RTC interfaces
59985 -#
59986 -CONFIG_RTC_INTF_SYSFS=y
59987 -CONFIG_RTC_INTF_PROC=y
59988 -CONFIG_RTC_INTF_DEV=y
59989 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
59990 -# CONFIG_RTC_DRV_TEST is not set
59991 -
59992 -#
59993 -# I2C RTC drivers
59994 -#
59995 -CONFIG_RTC_DRV_DS1307=y
59996 -# CONFIG_RTC_DRV_DS1374 is not set
59997 -# CONFIG_RTC_DRV_DS1672 is not set
59998 -# CONFIG_RTC_DRV_MAX6900 is not set
59999 -# CONFIG_RTC_DRV_RS5C372 is not set
60000 -# CONFIG_RTC_DRV_ISL1208 is not set
60001 -# CONFIG_RTC_DRV_X1205 is not set
60002 -# CONFIG_RTC_DRV_PCF8563 is not set
60003 -# CONFIG_RTC_DRV_PCF8583 is not set
60004 -# CONFIG_RTC_DRV_M41T80 is not set
60005 -# CONFIG_RTC_DRV_S35390A is not set
60006 -
60007 -#
60008 -# SPI RTC drivers
60009 -#
60010 -# CONFIG_RTC_DRV_MAX6902 is not set
60011 -# CONFIG_RTC_DRV_R9701 is not set
60012 -# CONFIG_RTC_DRV_RS5C348 is not set
60013 -
60014 -#
60015 -# Platform RTC drivers
60016 -#
60017 -# CONFIG_RTC_DRV_CMOS is not set
60018 -# CONFIG_RTC_DRV_DS1511 is not set
60019 -# CONFIG_RTC_DRV_DS1553 is not set
60020 -# CONFIG_RTC_DRV_DS1742 is not set
60021 -# CONFIG_RTC_DRV_STK17TA8 is not set
60022 -# CONFIG_RTC_DRV_M48T86 is not set
60023 -# CONFIG_RTC_DRV_M48T59 is not set
60024 -# CONFIG_RTC_DRV_V3020 is not set
60025 -
60026 -#
60027 -# on-CPU RTC drivers
60028 -#
60029 -# CONFIG_DMADEVICES is not set
60030 -
60031 -#
60032 -# Userspace I/O
60033 -#
60034 -# CONFIG_UIO is not set
60035 -
60036 -#
60037 -# File systems
60038 -#
60039 -CONFIG_EXT2_FS=y
60040 -# CONFIG_EXT2_FS_XATTR is not set
60041 -# CONFIG_EXT2_FS_XIP is not set
60042 -CONFIG_EXT3_FS=y
60043 -CONFIG_EXT3_FS_XATTR=y
60044 -# CONFIG_EXT3_FS_POSIX_ACL is not set
60045 -# CONFIG_EXT3_FS_SECURITY is not set
60046 -# CONFIG_EXT4DEV_FS is not set
60047 -CONFIG_JBD=y
60048 -CONFIG_FS_MBCACHE=y
60049 -# CONFIG_REISERFS_FS is not set
60050 -# CONFIG_JFS_FS is not set
60051 -# CONFIG_FS_POSIX_ACL is not set
60052 -# CONFIG_XFS_FS is not set
60053 -# CONFIG_GFS2_FS is not set
60054 -# CONFIG_OCFS2_FS is not set
60055 -CONFIG_DNOTIFY=y
60056 -CONFIG_INOTIFY=y
60057 -CONFIG_INOTIFY_USER=y
60058 -# CONFIG_QUOTA is not set
60059 -# CONFIG_AUTOFS_FS is not set
60060 -# CONFIG_AUTOFS4_FS is not set
60061 -# CONFIG_FUSE_FS is not set
60062 -
60063 -#
60064 -# CD-ROM/DVD Filesystems
60065 -#
60066 -# CONFIG_ISO9660_FS is not set
60067 -# CONFIG_UDF_FS is not set
60068 -
60069 -#
60070 -# DOS/FAT/NT Filesystems
60071 -#
60072 -CONFIG_FAT_FS=y
60073 -CONFIG_MSDOS_FS=y
60074 -CONFIG_VFAT_FS=y
60075 -CONFIG_FAT_DEFAULT_CODEPAGE=437
60076 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
60077 -# CONFIG_NTFS_FS is not set
60078 -
60079 -#
60080 -# Pseudo filesystems
60081 -#
60082 -CONFIG_PROC_FS=y
60083 -CONFIG_PROC_KCORE=y
60084 -CONFIG_PROC_SYSCTL=y
60085 -CONFIG_SYSFS=y
60086 -CONFIG_TMPFS=y
60087 -# CONFIG_TMPFS_POSIX_ACL is not set
60088 -# CONFIG_HUGETLB_PAGE is not set
60089 -# CONFIG_CONFIGFS_FS is not set
60090 -
60091 -#
60092 -# Miscellaneous filesystems
60093 -#
60094 -# CONFIG_ADFS_FS is not set
60095 -# CONFIG_AFFS_FS is not set
60096 -# CONFIG_HFS_FS is not set
60097 -# CONFIG_HFSPLUS_FS is not set
60098 -# CONFIG_BEFS_FS is not set
60099 -# CONFIG_BFS_FS is not set
60100 -# CONFIG_EFS_FS is not set
60101 -# CONFIG_JFFS2_FS is not set
60102 -# CONFIG_CRAMFS is not set
60103 -# CONFIG_VXFS_FS is not set
60104 -# CONFIG_MINIX_FS is not set
60105 -# CONFIG_HPFS_FS is not set
60106 -# CONFIG_QNX4FS_FS is not set
60107 -# CONFIG_ROMFS_FS is not set
60108 -# CONFIG_SYSV_FS is not set
60109 -# CONFIG_UFS_FS is not set
60110 -CONFIG_NETWORK_FILESYSTEMS=y
60111 -CONFIG_NFS_FS=y
60112 -CONFIG_NFS_V3=y
60113 -# CONFIG_NFS_V3_ACL is not set
60114 -CONFIG_NFS_V4=y
60115 -# CONFIG_NFS_DIRECTIO is not set
60116 -# CONFIG_NFSD is not set
60117 -CONFIG_ROOT_NFS=y
60118 -CONFIG_LOCKD=y
60119 -CONFIG_LOCKD_V4=y
60120 -CONFIG_NFS_COMMON=y
60121 -CONFIG_SUNRPC=y
60122 -CONFIG_SUNRPC_GSS=y
60123 -# CONFIG_SUNRPC_BIND34 is not set
60124 -CONFIG_RPCSEC_GSS_KRB5=y
60125 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
60126 -# CONFIG_SMB_FS is not set
60127 -# CONFIG_CIFS is not set
60128 -# CONFIG_NCP_FS is not set
60129 -# CONFIG_CODA_FS is not set
60130 -# CONFIG_AFS_FS is not set
60131 -
60132 -#
60133 -# Partition Types
60134 -#
60135 -CONFIG_PARTITION_ADVANCED=y
60136 -# CONFIG_ACORN_PARTITION is not set
60137 -# CONFIG_OSF_PARTITION is not set
60138 -# CONFIG_AMIGA_PARTITION is not set
60139 -# CONFIG_ATARI_PARTITION is not set
60140 -CONFIG_MAC_PARTITION=y
60141 -CONFIG_MSDOS_PARTITION=y
60142 -# CONFIG_BSD_DISKLABEL is not set
60143 -# CONFIG_MINIX_SUBPARTITION is not set
60144 -# CONFIG_SOLARIS_X86_PARTITION is not set
60145 -# CONFIG_UNIXWARE_DISKLABEL is not set
60146 -# CONFIG_LDM_PARTITION is not set
60147 -# CONFIG_SGI_PARTITION is not set
60148 -# CONFIG_ULTRIX_PARTITION is not set
60149 -# CONFIG_SUN_PARTITION is not set
60150 -# CONFIG_KARMA_PARTITION is not set
60151 -# CONFIG_EFI_PARTITION is not set
60152 -# CONFIG_SYSV68_PARTITION is not set
60153 -CONFIG_NLS=y
60154 -CONFIG_NLS_DEFAULT="iso8859-1"
60155 -# CONFIG_NLS_CODEPAGE_437 is not set
60156 -# CONFIG_NLS_CODEPAGE_737 is not set
60157 -# CONFIG_NLS_CODEPAGE_775 is not set
60158 -# CONFIG_NLS_CODEPAGE_850 is not set
60159 -# CONFIG_NLS_CODEPAGE_852 is not set
60160 -# CONFIG_NLS_CODEPAGE_855 is not set
60161 -# CONFIG_NLS_CODEPAGE_857 is not set
60162 -# CONFIG_NLS_CODEPAGE_860 is not set
60163 -# CONFIG_NLS_CODEPAGE_861 is not set
60164 -# CONFIG_NLS_CODEPAGE_862 is not set
60165 -# CONFIG_NLS_CODEPAGE_863 is not set
60166 -# CONFIG_NLS_CODEPAGE_864 is not set
60167 -# CONFIG_NLS_CODEPAGE_865 is not set
60168 -# CONFIG_NLS_CODEPAGE_866 is not set
60169 -# CONFIG_NLS_CODEPAGE_869 is not set
60170 -# CONFIG_NLS_CODEPAGE_936 is not set
60171 -# CONFIG_NLS_CODEPAGE_950 is not set
60172 -# CONFIG_NLS_CODEPAGE_932 is not set
60173 -# CONFIG_NLS_CODEPAGE_949 is not set
60174 -# CONFIG_NLS_CODEPAGE_874 is not set
60175 -# CONFIG_NLS_ISO8859_8 is not set
60176 -# CONFIG_NLS_CODEPAGE_1250 is not set
60177 -# CONFIG_NLS_CODEPAGE_1251 is not set
60178 -# CONFIG_NLS_ASCII is not set
60179 -# CONFIG_NLS_ISO8859_1 is not set
60180 -# CONFIG_NLS_ISO8859_2 is not set
60181 -# CONFIG_NLS_ISO8859_3 is not set
60182 -# CONFIG_NLS_ISO8859_4 is not set
60183 -# CONFIG_NLS_ISO8859_5 is not set
60184 -# CONFIG_NLS_ISO8859_6 is not set
60185 -# CONFIG_NLS_ISO8859_7 is not set
60186 -# CONFIG_NLS_ISO8859_9 is not set
60187 -# CONFIG_NLS_ISO8859_13 is not set
60188 -# CONFIG_NLS_ISO8859_14 is not set
60189 -# CONFIG_NLS_ISO8859_15 is not set
60190 -# CONFIG_NLS_KOI8_R is not set
60191 -# CONFIG_NLS_KOI8_U is not set
60192 -# CONFIG_NLS_UTF8 is not set
60193 -# CONFIG_DLM is not set
60194 -
60195 -#
60196 -# Library routines
60197 -#
60198 -CONFIG_BITREVERSE=y
60199 -# CONFIG_CRC_CCITT is not set
60200 -# CONFIG_CRC16 is not set
60201 -# CONFIG_CRC_ITU_T is not set
60202 -CONFIG_CRC32=y
60203 -# CONFIG_CRC7 is not set
60204 -# CONFIG_LIBCRC32C is not set
60205 -CONFIG_PLIST=y
60206 -CONFIG_HAS_IOMEM=y
60207 -CONFIG_HAS_IOPORT=y
60208 -CONFIG_HAS_DMA=y
60209 -
60210 -#
60211 -# Kernel hacking
60212 -#
60213 -# CONFIG_PRINTK_TIME is not set
60214 -CONFIG_ENABLE_WARN_DEPRECATED=y
60215 -CONFIG_ENABLE_MUST_CHECK=y
60216 -# CONFIG_MAGIC_SYSRQ is not set
60217 -# CONFIG_UNUSED_SYMBOLS is not set
60218 -# CONFIG_DEBUG_FS is not set
60219 -# CONFIG_HEADERS_CHECK is not set
60220 -# CONFIG_DEBUG_KERNEL is not set
60221 -# CONFIG_SLUB_DEBUG_ON is not set
60222 -# CONFIG_SLUB_STATS is not set
60223 -# CONFIG_DEBUG_BUGVERBOSE is not set
60224 -# CONFIG_SAMPLES is not set
60225 -# CONFIG_PPC_EARLY_DEBUG is not set
60226 -
60227 -#
60228 -# Security options
60229 -#
60230 -# CONFIG_KEYS is not set
60231 -# CONFIG_SECURITY is not set
60232 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
60233 -CONFIG_CRYPTO=y
60234 -CONFIG_CRYPTO_ALGAPI=y
60235 -CONFIG_CRYPTO_BLKCIPHER=y
60236 -# CONFIG_CRYPTO_SEQIV is not set
60237 -CONFIG_CRYPTO_MANAGER=y
60238 -# CONFIG_CRYPTO_HMAC is not set
60239 -# CONFIG_CRYPTO_XCBC is not set
60240 -# CONFIG_CRYPTO_NULL is not set
60241 -# CONFIG_CRYPTO_MD4 is not set
60242 -CONFIG_CRYPTO_MD5=y
60243 -# CONFIG_CRYPTO_SHA1 is not set
60244 -# CONFIG_CRYPTO_SHA256 is not set
60245 -# CONFIG_CRYPTO_SHA512 is not set
60246 -# CONFIG_CRYPTO_WP512 is not set
60247 -# CONFIG_CRYPTO_TGR192 is not set
60248 -# CONFIG_CRYPTO_GF128MUL is not set
60249 -# CONFIG_CRYPTO_ECB is not set
60250 -CONFIG_CRYPTO_CBC=y
60251 -CONFIG_CRYPTO_PCBC=m
60252 -# CONFIG_CRYPTO_LRW is not set
60253 -# CONFIG_CRYPTO_XTS is not set
60254 -# CONFIG_CRYPTO_CTR is not set
60255 -# CONFIG_CRYPTO_GCM is not set
60256 -# CONFIG_CRYPTO_CCM is not set
60257 -# CONFIG_CRYPTO_CRYPTD is not set
60258 -CONFIG_CRYPTO_DES=y
60259 -# CONFIG_CRYPTO_FCRYPT is not set
60260 -# CONFIG_CRYPTO_BLOWFISH is not set
60261 -# CONFIG_CRYPTO_TWOFISH is not set
60262 -# CONFIG_CRYPTO_SERPENT is not set
60263 -# CONFIG_CRYPTO_AES is not set
60264 -# CONFIG_CRYPTO_CAST5 is not set
60265 -# CONFIG_CRYPTO_CAST6 is not set
60266 -# CONFIG_CRYPTO_TEA is not set
60267 -# CONFIG_CRYPTO_ARC4 is not set
60268 -# CONFIG_CRYPTO_KHAZAD is not set
60269 -# CONFIG_CRYPTO_ANUBIS is not set
60270 -# CONFIG_CRYPTO_SEED is not set
60271 -# CONFIG_CRYPTO_SALSA20 is not set
60272 -# CONFIG_CRYPTO_DEFLATE is not set
60273 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
60274 -# CONFIG_CRYPTO_CRC32C is not set
60275 -# CONFIG_CRYPTO_CAMELLIA is not set
60276 -# CONFIG_CRYPTO_TEST is not set
60277 -# CONFIG_CRYPTO_AUTHENC is not set
60278 -# CONFIG_CRYPTO_LZO is not set
60279 -CONFIG_CRYPTO_HW=y
60280 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
60281 -# CONFIG_PPC_CLOCK is not set
60282 --- a/arch/powerpc/configs/mpc834x_itxgp_defconfig
60283 +++ /dev/null
60284 @@ -1,1222 +0,0 @@
60285 -#
60286 -# Automatically generated make config: don't edit
60287 -# Linux kernel version: 2.6.25-rc6
60288 -# Mon Mar 24 08:48:18 2008
60289 -#
60290 -# CONFIG_PPC64 is not set
60291 -
60292 -#
60293 -# Processor support
60294 -#
60295 -CONFIG_6xx=y
60296 -# CONFIG_PPC_85xx is not set
60297 -# CONFIG_PPC_8xx is not set
60298 -# CONFIG_40x is not set
60299 -# CONFIG_44x is not set
60300 -# CONFIG_E200 is not set
60301 -CONFIG_PPC_FPU=y
60302 -# CONFIG_FSL_EMB_PERFMON is not set
60303 -CONFIG_PPC_STD_MMU=y
60304 -CONFIG_PPC_STD_MMU_32=y
60305 -# CONFIG_PPC_MM_SLICES is not set
60306 -# CONFIG_SMP is not set
60307 -CONFIG_PPC32=y
60308 -CONFIG_WORD_SIZE=32
60309 -CONFIG_PPC_MERGE=y
60310 -CONFIG_MMU=y
60311 -CONFIG_GENERIC_CMOS_UPDATE=y
60312 -CONFIG_GENERIC_TIME=y
60313 -CONFIG_GENERIC_TIME_VSYSCALL=y
60314 -CONFIG_GENERIC_CLOCKEVENTS=y
60315 -CONFIG_GENERIC_HARDIRQS=y
60316 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
60317 -CONFIG_IRQ_PER_CPU=y
60318 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
60319 -CONFIG_ARCH_HAS_ILOG2_U32=y
60320 -CONFIG_GENERIC_HWEIGHT=y
60321 -CONFIG_GENERIC_CALIBRATE_DELAY=y
60322 -CONFIG_GENERIC_FIND_NEXT_BIT=y
60323 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
60324 -CONFIG_PPC=y
60325 -CONFIG_EARLY_PRINTK=y
60326 -CONFIG_GENERIC_NVRAM=y
60327 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
60328 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
60329 -CONFIG_PPC_OF=y
60330 -CONFIG_OF=y
60331 -CONFIG_PPC_UDBG_16550=y
60332 -# CONFIG_GENERIC_TBSYNC is not set
60333 -CONFIG_AUDIT_ARCH=y
60334 -CONFIG_GENERIC_BUG=y
60335 -CONFIG_DEFAULT_UIMAGE=y
60336 -# CONFIG_PPC_DCR_NATIVE is not set
60337 -# CONFIG_PPC_DCR_MMIO is not set
60338 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
60339 -
60340 -#
60341 -# General setup
60342 -#
60343 -CONFIG_EXPERIMENTAL=y
60344 -CONFIG_BROKEN_ON_SMP=y
60345 -CONFIG_INIT_ENV_ARG_LIMIT=32
60346 -CONFIG_LOCALVERSION=""
60347 -CONFIG_LOCALVERSION_AUTO=y
60348 -CONFIG_SWAP=y
60349 -CONFIG_SYSVIPC=y
60350 -CONFIG_SYSVIPC_SYSCTL=y
60351 -# CONFIG_POSIX_MQUEUE is not set
60352 -# CONFIG_BSD_PROCESS_ACCT is not set
60353 -# CONFIG_TASKSTATS is not set
60354 -# CONFIG_AUDIT is not set
60355 -# CONFIG_IKCONFIG is not set
60356 -CONFIG_LOG_BUF_SHIFT=14
60357 -# CONFIG_CGROUPS is not set
60358 -CONFIG_GROUP_SCHED=y
60359 -# CONFIG_FAIR_GROUP_SCHED is not set
60360 -# CONFIG_RT_GROUP_SCHED is not set
60361 -CONFIG_USER_SCHED=y
60362 -# CONFIG_CGROUP_SCHED is not set
60363 -CONFIG_SYSFS_DEPRECATED=y
60364 -CONFIG_SYSFS_DEPRECATED_V2=y
60365 -# CONFIG_RELAY is not set
60366 -# CONFIG_NAMESPACES is not set
60367 -CONFIG_BLK_DEV_INITRD=y
60368 -CONFIG_INITRAMFS_SOURCE=""
60369 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
60370 -CONFIG_SYSCTL=y
60371 -CONFIG_EMBEDDED=y
60372 -CONFIG_SYSCTL_SYSCALL=y
60373 -# CONFIG_KALLSYMS is not set
60374 -CONFIG_HOTPLUG=y
60375 -CONFIG_PRINTK=y
60376 -CONFIG_BUG=y
60377 -CONFIG_ELF_CORE=y
60378 -CONFIG_COMPAT_BRK=y
60379 -CONFIG_BASE_FULL=y
60380 -CONFIG_FUTEX=y
60381 -CONFIG_ANON_INODES=y
60382 -# CONFIG_EPOLL is not set
60383 -CONFIG_SIGNALFD=y
60384 -CONFIG_TIMERFD=y
60385 -CONFIG_EVENTFD=y
60386 -CONFIG_SHMEM=y
60387 -CONFIG_VM_EVENT_COUNTERS=y
60388 -CONFIG_SLUB_DEBUG=y
60389 -# CONFIG_SLAB is not set
60390 -CONFIG_SLUB=y
60391 -# CONFIG_SLOB is not set
60392 -# CONFIG_PROFILING is not set
60393 -# CONFIG_MARKERS is not set
60394 -CONFIG_HAVE_OPROFILE=y
60395 -CONFIG_HAVE_KPROBES=y
60396 -CONFIG_HAVE_KRETPROBES=y
60397 -CONFIG_PROC_PAGE_MONITOR=y
60398 -CONFIG_SLABINFO=y
60399 -CONFIG_RT_MUTEXES=y
60400 -# CONFIG_TINY_SHMEM is not set
60401 -CONFIG_BASE_SMALL=0
60402 -CONFIG_MODULES=y
60403 -CONFIG_MODULE_UNLOAD=y
60404 -# CONFIG_MODULE_FORCE_UNLOAD is not set
60405 -# CONFIG_MODVERSIONS is not set
60406 -# CONFIG_MODULE_SRCVERSION_ALL is not set
60407 -# CONFIG_KMOD is not set
60408 -CONFIG_BLOCK=y
60409 -# CONFIG_LBD is not set
60410 -# CONFIG_BLK_DEV_IO_TRACE is not set
60411 -# CONFIG_LSF is not set
60412 -# CONFIG_BLK_DEV_BSG is not set
60413 -
60414 -#
60415 -# IO Schedulers
60416 -#
60417 -CONFIG_IOSCHED_NOOP=y
60418 -CONFIG_IOSCHED_AS=y
60419 -CONFIG_IOSCHED_DEADLINE=y
60420 -CONFIG_IOSCHED_CFQ=y
60421 -CONFIG_DEFAULT_AS=y
60422 -# CONFIG_DEFAULT_DEADLINE is not set
60423 -# CONFIG_DEFAULT_CFQ is not set
60424 -# CONFIG_DEFAULT_NOOP is not set
60425 -CONFIG_DEFAULT_IOSCHED="anticipatory"
60426 -CONFIG_CLASSIC_RCU=y
60427 -
60428 -#
60429 -# Platform support
60430 -#
60431 -# CONFIG_PPC_MULTIPLATFORM is not set
60432 -# CONFIG_PPC_82xx is not set
60433 -CONFIG_PPC_83xx=y
60434 -# CONFIG_PPC_86xx is not set
60435 -# CONFIG_PPC_MPC512x is not set
60436 -# CONFIG_PPC_MPC5121 is not set
60437 -# CONFIG_PPC_CELL is not set
60438 -# CONFIG_PPC_CELL_NATIVE is not set
60439 -# CONFIG_PQ2ADS is not set
60440 -CONFIG_MPC83xx=y
60441 -# CONFIG_MPC831x_RDB is not set
60442 -# CONFIG_MPC832x_MDS is not set
60443 -# CONFIG_MPC832x_RDB is not set
60444 -# CONFIG_MPC834x_MDS is not set
60445 -CONFIG_MPC834x_ITX=y
60446 -# CONFIG_MPC836x_MDS is not set
60447 -# CONFIG_MPC837x_MDS is not set
60448 -# CONFIG_MPC837x_RDB is not set
60449 -# CONFIG_SBC834x is not set
60450 -CONFIG_PPC_MPC834x=y
60451 -CONFIG_IPIC=y
60452 -# CONFIG_MPIC is not set
60453 -# CONFIG_MPIC_WEIRD is not set
60454 -# CONFIG_PPC_I8259 is not set
60455 -# CONFIG_PPC_RTAS is not set
60456 -# CONFIG_MMIO_NVRAM is not set
60457 -# CONFIG_PPC_MPC106 is not set
60458 -# CONFIG_PPC_970_NAP is not set
60459 -# CONFIG_PPC_INDIRECT_IO is not set
60460 -# CONFIG_GENERIC_IOMAP is not set
60461 -# CONFIG_CPU_FREQ is not set
60462 -# CONFIG_FSL_ULI1575 is not set
60463 -
60464 -#
60465 -# Kernel options
60466 -#
60467 -# CONFIG_HIGHMEM is not set
60468 -CONFIG_TICK_ONESHOT=y
60469 -CONFIG_NO_HZ=y
60470 -CONFIG_HIGH_RES_TIMERS=y
60471 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
60472 -# CONFIG_HZ_100 is not set
60473 -CONFIG_HZ_250=y
60474 -# CONFIG_HZ_300 is not set
60475 -# CONFIG_HZ_1000 is not set
60476 -CONFIG_HZ=250
60477 -# CONFIG_SCHED_HRTICK is not set
60478 -CONFIG_PREEMPT_NONE=y
60479 -# CONFIG_PREEMPT_VOLUNTARY is not set
60480 -# CONFIG_PREEMPT is not set
60481 -CONFIG_BINFMT_ELF=y
60482 -# CONFIG_BINFMT_MISC is not set
60483 -# CONFIG_IOMMU_HELPER is not set
60484 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
60485 -CONFIG_ARCH_HAS_WALK_MEMORY=y
60486 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
60487 -CONFIG_ARCH_FLATMEM_ENABLE=y
60488 -CONFIG_ARCH_POPULATES_NODE_MAP=y
60489 -CONFIG_SELECT_MEMORY_MODEL=y
60490 -CONFIG_FLATMEM_MANUAL=y
60491 -# CONFIG_DISCONTIGMEM_MANUAL is not set
60492 -# CONFIG_SPARSEMEM_MANUAL is not set
60493 -CONFIG_FLATMEM=y
60494 -CONFIG_FLAT_NODE_MEM_MAP=y
60495 -# CONFIG_SPARSEMEM_STATIC is not set
60496 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
60497 -CONFIG_SPLIT_PTLOCK_CPUS=4
60498 -# CONFIG_RESOURCES_64BIT is not set
60499 -CONFIG_ZONE_DMA_FLAG=1
60500 -CONFIG_BOUNCE=y
60501 -CONFIG_VIRT_TO_BUS=y
60502 -CONFIG_PROC_DEVICETREE=y
60503 -# CONFIG_CMDLINE_BOOL is not set
60504 -# CONFIG_PM is not set
60505 -CONFIG_SECCOMP=y
60506 -CONFIG_ISA_DMA_API=y
60507 -
60508 -#
60509 -# Bus options
60510 -#
60511 -CONFIG_ZONE_DMA=y
60512 -CONFIG_GENERIC_ISA_DMA=y
60513 -CONFIG_PPC_INDIRECT_PCI=y
60514 -CONFIG_FSL_SOC=y
60515 -CONFIG_PCI=y
60516 -CONFIG_PCI_DOMAINS=y
60517 -CONFIG_PCI_SYSCALL=y
60518 -# CONFIG_PCIEPORTBUS is not set
60519 -CONFIG_ARCH_SUPPORTS_MSI=y
60520 -# CONFIG_PCI_MSI is not set
60521 -CONFIG_PCI_LEGACY=y
60522 -# CONFIG_PCCARD is not set
60523 -# CONFIG_HOTPLUG_PCI is not set
60524 -
60525 -#
60526 -# Advanced setup
60527 -#
60528 -# CONFIG_ADVANCED_OPTIONS is not set
60529 -
60530 -#
60531 -# Default settings for advanced configuration options are used
60532 -#
60533 -CONFIG_HIGHMEM_START=0xfe000000
60534 -CONFIG_LOWMEM_SIZE=0x30000000
60535 -CONFIG_KERNEL_START=0xc0000000
60536 -CONFIG_TASK_SIZE=0xc0000000
60537 -CONFIG_BOOT_LOAD=0x00800000
60538 -
60539 -#
60540 -# Networking
60541 -#
60542 -CONFIG_NET=y
60543 -
60544 -#
60545 -# Networking options
60546 -#
60547 -CONFIG_PACKET=y
60548 -# CONFIG_PACKET_MMAP is not set
60549 -CONFIG_UNIX=y
60550 -CONFIG_XFRM=y
60551 -# CONFIG_XFRM_USER is not set
60552 -# CONFIG_XFRM_SUB_POLICY is not set
60553 -# CONFIG_XFRM_MIGRATE is not set
60554 -# CONFIG_XFRM_STATISTICS is not set
60555 -# CONFIG_NET_KEY is not set
60556 -CONFIG_INET=y
60557 -CONFIG_IP_MULTICAST=y
60558 -# CONFIG_IP_ADVANCED_ROUTER is not set
60559 -CONFIG_IP_FIB_HASH=y
60560 -CONFIG_IP_PNP=y
60561 -CONFIG_IP_PNP_DHCP=y
60562 -CONFIG_IP_PNP_BOOTP=y
60563 -# CONFIG_IP_PNP_RARP is not set
60564 -# CONFIG_NET_IPIP is not set
60565 -# CONFIG_NET_IPGRE is not set
60566 -# CONFIG_IP_MROUTE is not set
60567 -# CONFIG_ARPD is not set
60568 -CONFIG_SYN_COOKIES=y
60569 -# CONFIG_INET_AH is not set
60570 -# CONFIG_INET_ESP is not set
60571 -# CONFIG_INET_IPCOMP is not set
60572 -# CONFIG_INET_XFRM_TUNNEL is not set
60573 -# CONFIG_INET_TUNNEL is not set
60574 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
60575 -CONFIG_INET_XFRM_MODE_TUNNEL=y
60576 -CONFIG_INET_XFRM_MODE_BEET=y
60577 -# CONFIG_INET_LRO is not set
60578 -CONFIG_INET_DIAG=y
60579 -CONFIG_INET_TCP_DIAG=y
60580 -# CONFIG_TCP_CONG_ADVANCED is not set
60581 -CONFIG_TCP_CONG_CUBIC=y
60582 -CONFIG_DEFAULT_TCP_CONG="cubic"
60583 -# CONFIG_TCP_MD5SIG is not set
60584 -# CONFIG_IPV6 is not set
60585 -# CONFIG_INET6_XFRM_TUNNEL is not set
60586 -# CONFIG_INET6_TUNNEL is not set
60587 -# CONFIG_NETWORK_SECMARK is not set
60588 -# CONFIG_NETFILTER is not set
60589 -# CONFIG_IP_DCCP is not set
60590 -# CONFIG_IP_SCTP is not set
60591 -# CONFIG_TIPC is not set
60592 -# CONFIG_ATM is not set
60593 -# CONFIG_BRIDGE is not set
60594 -# CONFIG_VLAN_8021Q is not set
60595 -# CONFIG_DECNET is not set
60596 -# CONFIG_LLC2 is not set
60597 -# CONFIG_IPX is not set
60598 -# CONFIG_ATALK is not set
60599 -# CONFIG_X25 is not set
60600 -# CONFIG_LAPB is not set
60601 -# CONFIG_ECONET is not set
60602 -# CONFIG_WAN_ROUTER is not set
60603 -# CONFIG_NET_SCHED is not set
60604 -
60605 -#
60606 -# Network testing
60607 -#
60608 -# CONFIG_NET_PKTGEN is not set
60609 -# CONFIG_HAMRADIO is not set
60610 -# CONFIG_CAN is not set
60611 -# CONFIG_IRDA is not set
60612 -# CONFIG_BT is not set
60613 -# CONFIG_AF_RXRPC is not set
60614 -
60615 -#
60616 -# Wireless
60617 -#
60618 -# CONFIG_CFG80211 is not set
60619 -# CONFIG_WIRELESS_EXT is not set
60620 -# CONFIG_MAC80211 is not set
60621 -# CONFIG_IEEE80211 is not set
60622 -# CONFIG_RFKILL is not set
60623 -# CONFIG_NET_9P is not set
60624 -
60625 -#
60626 -# Device Drivers
60627 -#
60628 -
60629 -#
60630 -# Generic Driver Options
60631 -#
60632 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
60633 -CONFIG_STANDALONE=y
60634 -CONFIG_PREVENT_FIRMWARE_BUILD=y
60635 -# CONFIG_FW_LOADER is not set
60636 -# CONFIG_SYS_HYPERVISOR is not set
60637 -# CONFIG_CONNECTOR is not set
60638 -CONFIG_MTD=y
60639 -# CONFIG_MTD_DEBUG is not set
60640 -# CONFIG_MTD_CONCAT is not set
60641 -# CONFIG_MTD_PARTITIONS is not set
60642 -
60643 -#
60644 -# User Modules And Translation Layers
60645 -#
60646 -CONFIG_MTD_CHAR=y
60647 -# CONFIG_MTD_BLKDEVS is not set
60648 -# CONFIG_MTD_BLOCK is not set
60649 -# CONFIG_MTD_BLOCK_RO is not set
60650 -# CONFIG_FTL is not set
60651 -# CONFIG_NFTL is not set
60652 -# CONFIG_INFTL is not set
60653 -# CONFIG_RFD_FTL is not set
60654 -# CONFIG_SSFDC is not set
60655 -# CONFIG_MTD_OOPS is not set
60656 -
60657 -#
60658 -# RAM/ROM/Flash chip drivers
60659 -#
60660 -CONFIG_MTD_CFI=y
60661 -# CONFIG_MTD_JEDECPROBE is not set
60662 -CONFIG_MTD_GEN_PROBE=y
60663 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
60664 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
60665 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
60666 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
60667 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
60668 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
60669 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
60670 -CONFIG_MTD_CFI_I1=y
60671 -CONFIG_MTD_CFI_I2=y
60672 -# CONFIG_MTD_CFI_I4 is not set
60673 -# CONFIG_MTD_CFI_I8 is not set
60674 -# CONFIG_MTD_CFI_INTELEXT is not set
60675 -CONFIG_MTD_CFI_AMDSTD=y
60676 -# CONFIG_MTD_CFI_STAA is not set
60677 -CONFIG_MTD_CFI_UTIL=y
60678 -# CONFIG_MTD_RAM is not set
60679 -# CONFIG_MTD_ROM is not set
60680 -# CONFIG_MTD_ABSENT is not set
60681 -
60682 -#
60683 -# Mapping drivers for chip access
60684 -#
60685 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
60686 -CONFIG_MTD_PHYSMAP=y
60687 -CONFIG_MTD_PHYSMAP_START=0xfe000000
60688 -CONFIG_MTD_PHYSMAP_LEN=0x800000
60689 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
60690 -# CONFIG_MTD_PHYSMAP_OF is not set
60691 -# CONFIG_MTD_INTEL_VR_NOR is not set
60692 -# CONFIG_MTD_PLATRAM is not set
60693 -
60694 -#
60695 -# Self-contained MTD device drivers
60696 -#
60697 -# CONFIG_MTD_PMC551 is not set
60698 -# CONFIG_MTD_DATAFLASH is not set
60699 -# CONFIG_MTD_M25P80 is not set
60700 -# CONFIG_MTD_SLRAM is not set
60701 -# CONFIG_MTD_PHRAM is not set
60702 -# CONFIG_MTD_MTDRAM is not set
60703 -# CONFIG_MTD_BLOCK2MTD is not set
60704 -
60705 -#
60706 -# Disk-On-Chip Device Drivers
60707 -#
60708 -# CONFIG_MTD_DOC2000 is not set
60709 -# CONFIG_MTD_DOC2001 is not set
60710 -# CONFIG_MTD_DOC2001PLUS is not set
60711 -# CONFIG_MTD_NAND is not set
60712 -# CONFIG_MTD_ONENAND is not set
60713 -
60714 -#
60715 -# UBI - Unsorted block images
60716 -#
60717 -# CONFIG_MTD_UBI is not set
60718 -CONFIG_OF_DEVICE=y
60719 -# CONFIG_PARPORT is not set
60720 -CONFIG_BLK_DEV=y
60721 -# CONFIG_BLK_DEV_FD is not set
60722 -# CONFIG_BLK_CPQ_DA is not set
60723 -# CONFIG_BLK_CPQ_CISS_DA is not set
60724 -# CONFIG_BLK_DEV_DAC960 is not set
60725 -# CONFIG_BLK_DEV_UMEM is not set
60726 -# CONFIG_BLK_DEV_COW_COMMON is not set
60727 -CONFIG_BLK_DEV_LOOP=y
60728 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
60729 -# CONFIG_BLK_DEV_NBD is not set
60730 -# CONFIG_BLK_DEV_SX8 is not set
60731 -# CONFIG_BLK_DEV_UB is not set
60732 -CONFIG_BLK_DEV_RAM=y
60733 -CONFIG_BLK_DEV_RAM_COUNT=16
60734 -CONFIG_BLK_DEV_RAM_SIZE=32768
60735 -# CONFIG_BLK_DEV_XIP is not set
60736 -# CONFIG_CDROM_PKTCDVD is not set
60737 -# CONFIG_ATA_OVER_ETH is not set
60738 -CONFIG_MISC_DEVICES=y
60739 -# CONFIG_PHANTOM is not set
60740 -# CONFIG_EEPROM_93CX6 is not set
60741 -# CONFIG_SGI_IOC4 is not set
60742 -# CONFIG_TIFM_CORE is not set
60743 -# CONFIG_ENCLOSURE_SERVICES is not set
60744 -CONFIG_HAVE_IDE=y
60745 -# CONFIG_IDE is not set
60746 -
60747 -#
60748 -# SCSI device support
60749 -#
60750 -# CONFIG_RAID_ATTRS is not set
60751 -CONFIG_SCSI=y
60752 -CONFIG_SCSI_DMA=y
60753 -# CONFIG_SCSI_TGT is not set
60754 -# CONFIG_SCSI_NETLINK is not set
60755 -CONFIG_SCSI_PROC_FS=y
60756 -
60757 -#
60758 -# SCSI support type (disk, tape, CD-ROM)
60759 -#
60760 -CONFIG_BLK_DEV_SD=y
60761 -# CONFIG_CHR_DEV_ST is not set
60762 -# CONFIG_CHR_DEV_OSST is not set
60763 -# CONFIG_BLK_DEV_SR is not set
60764 -CONFIG_CHR_DEV_SG=y
60765 -# CONFIG_CHR_DEV_SCH is not set
60766 -
60767 -#
60768 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
60769 -#
60770 -# CONFIG_SCSI_MULTI_LUN is not set
60771 -# CONFIG_SCSI_CONSTANTS is not set
60772 -# CONFIG_SCSI_LOGGING is not set
60773 -# CONFIG_SCSI_SCAN_ASYNC is not set
60774 -CONFIG_SCSI_WAIT_SCAN=m
60775 -
60776 -#
60777 -# SCSI Transports
60778 -#
60779 -CONFIG_SCSI_SPI_ATTRS=y
60780 -# CONFIG_SCSI_FC_ATTRS is not set
60781 -# CONFIG_SCSI_ISCSI_ATTRS is not set
60782 -# CONFIG_SCSI_SAS_LIBSAS is not set
60783 -# CONFIG_SCSI_SRP_ATTRS is not set
60784 -CONFIG_SCSI_LOWLEVEL=y
60785 -# CONFIG_ISCSI_TCP is not set
60786 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
60787 -# CONFIG_SCSI_3W_9XXX is not set
60788 -# CONFIG_SCSI_ACARD is not set
60789 -# CONFIG_SCSI_AACRAID is not set
60790 -# CONFIG_SCSI_AIC7XXX is not set
60791 -# CONFIG_SCSI_AIC7XXX_OLD is not set
60792 -# CONFIG_SCSI_AIC79XX is not set
60793 -# CONFIG_SCSI_AIC94XX is not set
60794 -# CONFIG_SCSI_DPT_I2O is not set
60795 -# CONFIG_SCSI_ADVANSYS is not set
60796 -# CONFIG_SCSI_ARCMSR is not set
60797 -# CONFIG_MEGARAID_NEWGEN is not set
60798 -# CONFIG_MEGARAID_LEGACY is not set
60799 -# CONFIG_MEGARAID_SAS is not set
60800 -# CONFIG_SCSI_HPTIOP is not set
60801 -# CONFIG_SCSI_BUSLOGIC is not set
60802 -# CONFIG_SCSI_DMX3191D is not set
60803 -# CONFIG_SCSI_EATA is not set
60804 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
60805 -# CONFIG_SCSI_GDTH is not set
60806 -# CONFIG_SCSI_IPS is not set
60807 -# CONFIG_SCSI_INITIO is not set
60808 -# CONFIG_SCSI_INIA100 is not set
60809 -# CONFIG_SCSI_MVSAS is not set
60810 -# CONFIG_SCSI_STEX is not set
60811 -# CONFIG_SCSI_SYM53C8XX_2 is not set
60812 -# CONFIG_SCSI_QLOGIC_1280 is not set
60813 -# CONFIG_SCSI_QLA_FC is not set
60814 -# CONFIG_SCSI_QLA_ISCSI is not set
60815 -# CONFIG_SCSI_LPFC is not set
60816 -# CONFIG_SCSI_DC395x is not set
60817 -# CONFIG_SCSI_DC390T is not set
60818 -# CONFIG_SCSI_NSP32 is not set
60819 -# CONFIG_SCSI_DEBUG is not set
60820 -# CONFIG_SCSI_SRP is not set
60821 -# CONFIG_ATA is not set
60822 -# CONFIG_MD is not set
60823 -# CONFIG_FUSION is not set
60824 -
60825 -#
60826 -# IEEE 1394 (FireWire) support
60827 -#
60828 -# CONFIG_FIREWIRE is not set
60829 -# CONFIG_IEEE1394 is not set
60830 -# CONFIG_I2O is not set
60831 -# CONFIG_MACINTOSH_DRIVERS is not set
60832 -CONFIG_NETDEVICES=y
60833 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
60834 -# CONFIG_DUMMY is not set
60835 -# CONFIG_BONDING is not set
60836 -# CONFIG_MACVLAN is not set
60837 -# CONFIG_EQUALIZER is not set
60838 -# CONFIG_TUN is not set
60839 -# CONFIG_VETH is not set
60840 -# CONFIG_ARCNET is not set
60841 -CONFIG_PHYLIB=y
60842 -
60843 -#
60844 -# MII PHY device drivers
60845 -#
60846 -# CONFIG_MARVELL_PHY is not set
60847 -# CONFIG_DAVICOM_PHY is not set
60848 -# CONFIG_QSEMI_PHY is not set
60849 -# CONFIG_LXT_PHY is not set
60850 -CONFIG_CICADA_PHY=y
60851 -# CONFIG_VITESSE_PHY is not set
60852 -# CONFIG_SMSC_PHY is not set
60853 -# CONFIG_BROADCOM_PHY is not set
60854 -# CONFIG_ICPLUS_PHY is not set
60855 -# CONFIG_REALTEK_PHY is not set
60856 -# CONFIG_FIXED_PHY is not set
60857 -# CONFIG_MDIO_BITBANG is not set
60858 -# CONFIG_NET_ETHERNET is not set
60859 -CONFIG_NETDEV_1000=y
60860 -# CONFIG_ACENIC is not set
60861 -# CONFIG_DL2K is not set
60862 -# CONFIG_E1000 is not set
60863 -# CONFIG_E1000E is not set
60864 -# CONFIG_E1000E_ENABLED is not set
60865 -# CONFIG_IP1000 is not set
60866 -# CONFIG_IGB is not set
60867 -# CONFIG_NS83820 is not set
60868 -# CONFIG_HAMACHI is not set
60869 -# CONFIG_YELLOWFIN is not set
60870 -# CONFIG_R8169 is not set
60871 -# CONFIG_SIS190 is not set
60872 -# CONFIG_SKGE is not set
60873 -# CONFIG_SKY2 is not set
60874 -# CONFIG_SK98LIN is not set
60875 -# CONFIG_VIA_VELOCITY is not set
60876 -# CONFIG_TIGON3 is not set
60877 -# CONFIG_BNX2 is not set
60878 -CONFIG_GIANFAR=y
60879 -CONFIG_GFAR_NAPI=y
60880 -# CONFIG_QLA3XXX is not set
60881 -# CONFIG_ATL1 is not set
60882 -CONFIG_NETDEV_10000=y
60883 -# CONFIG_CHELSIO_T1 is not set
60884 -# CONFIG_CHELSIO_T3 is not set
60885 -# CONFIG_IXGBE is not set
60886 -# CONFIG_IXGB is not set
60887 -# CONFIG_S2IO is not set
60888 -# CONFIG_MYRI10GE is not set
60889 -# CONFIG_NETXEN_NIC is not set
60890 -# CONFIG_NIU is not set
60891 -# CONFIG_MLX4_CORE is not set
60892 -# CONFIG_TEHUTI is not set
60893 -# CONFIG_BNX2X is not set
60894 -# CONFIG_TR is not set
60895 -
60896 -#
60897 -# Wireless LAN
60898 -#
60899 -# CONFIG_WLAN_PRE80211 is not set
60900 -# CONFIG_WLAN_80211 is not set
60901 -
60902 -#
60903 -# USB Network Adapters
60904 -#
60905 -# CONFIG_USB_CATC is not set
60906 -# CONFIG_USB_KAWETH is not set
60907 -# CONFIG_USB_PEGASUS is not set
60908 -# CONFIG_USB_RTL8150 is not set
60909 -# CONFIG_USB_USBNET is not set
60910 -# CONFIG_WAN is not set
60911 -# CONFIG_FDDI is not set
60912 -# CONFIG_HIPPI is not set
60913 -# CONFIG_PPP is not set
60914 -# CONFIG_SLIP is not set
60915 -# CONFIG_NET_FC is not set
60916 -# CONFIG_NETCONSOLE is not set
60917 -# CONFIG_NETPOLL is not set
60918 -# CONFIG_NET_POLL_CONTROLLER is not set
60919 -# CONFIG_ISDN is not set
60920 -# CONFIG_PHONE is not set
60921 -
60922 -#
60923 -# Input device support
60924 -#
60925 -# CONFIG_INPUT is not set
60926 -
60927 -#
60928 -# Hardware I/O ports
60929 -#
60930 -# CONFIG_SERIO is not set
60931 -# CONFIG_GAMEPORT is not set
60932 -
60933 -#
60934 -# Character devices
60935 -#
60936 -# CONFIG_VT is not set
60937 -# CONFIG_SERIAL_NONSTANDARD is not set
60938 -# CONFIG_NOZOMI is not set
60939 -
60940 -#
60941 -# Serial drivers
60942 -#
60943 -CONFIG_SERIAL_8250=y
60944 -CONFIG_SERIAL_8250_CONSOLE=y
60945 -# CONFIG_SERIAL_8250_PCI is not set
60946 -CONFIG_SERIAL_8250_NR_UARTS=4
60947 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
60948 -# CONFIG_SERIAL_8250_EXTENDED is not set
60949 -
60950 -#
60951 -# Non-8250 serial port support
60952 -#
60953 -# CONFIG_SERIAL_UARTLITE is not set
60954 -CONFIG_SERIAL_CORE=y
60955 -CONFIG_SERIAL_CORE_CONSOLE=y
60956 -# CONFIG_SERIAL_JSM is not set
60957 -# CONFIG_SERIAL_OF_PLATFORM is not set
60958 -CONFIG_UNIX98_PTYS=y
60959 -CONFIG_LEGACY_PTYS=y
60960 -CONFIG_LEGACY_PTY_COUNT=256
60961 -# CONFIG_IPMI_HANDLER is not set
60962 -CONFIG_HW_RANDOM=y
60963 -# CONFIG_NVRAM is not set
60964 -# CONFIG_GEN_RTC is not set
60965 -# CONFIG_R3964 is not set
60966 -# CONFIG_APPLICOM is not set
60967 -# CONFIG_RAW_DRIVER is not set
60968 -# CONFIG_TCG_TPM is not set
60969 -CONFIG_DEVPORT=y
60970 -CONFIG_I2C=y
60971 -CONFIG_I2C_BOARDINFO=y
60972 -CONFIG_I2C_CHARDEV=y
60973 -
60974 -#
60975 -# I2C Algorithms
60976 -#
60977 -# CONFIG_I2C_ALGOBIT is not set
60978 -# CONFIG_I2C_ALGOPCF is not set
60979 -# CONFIG_I2C_ALGOPCA is not set
60980 -
60981 -#
60982 -# I2C Hardware Bus support
60983 -#
60984 -# CONFIG_I2C_ALI1535 is not set
60985 -# CONFIG_I2C_ALI1563 is not set
60986 -# CONFIG_I2C_ALI15X3 is not set
60987 -# CONFIG_I2C_AMD756 is not set
60988 -# CONFIG_I2C_AMD8111 is not set
60989 -# CONFIG_I2C_I801 is not set
60990 -# CONFIG_I2C_I810 is not set
60991 -# CONFIG_I2C_PIIX4 is not set
60992 -CONFIG_I2C_MPC=y
60993 -# CONFIG_I2C_NFORCE2 is not set
60994 -# CONFIG_I2C_OCORES is not set
60995 -# CONFIG_I2C_PARPORT_LIGHT is not set
60996 -# CONFIG_I2C_PROSAVAGE is not set
60997 -# CONFIG_I2C_SAVAGE4 is not set
60998 -# CONFIG_I2C_SIMTEC is not set
60999 -# CONFIG_I2C_SIS5595 is not set
61000 -# CONFIG_I2C_SIS630 is not set
61001 -# CONFIG_I2C_SIS96X is not set
61002 -# CONFIG_I2C_TAOS_EVM is not set
61003 -# CONFIG_I2C_STUB is not set
61004 -# CONFIG_I2C_TINY_USB is not set
61005 -# CONFIG_I2C_VIA is not set
61006 -# CONFIG_I2C_VIAPRO is not set
61007 -# CONFIG_I2C_VOODOO3 is not set
61008 -
61009 -#
61010 -# Miscellaneous I2C Chip support
61011 -#
61012 -# CONFIG_DS1682 is not set
61013 -# CONFIG_SENSORS_EEPROM is not set
61014 -CONFIG_SENSORS_PCF8574=y
61015 -# CONFIG_PCF8575 is not set
61016 -# CONFIG_SENSORS_PCF8591 is not set
61017 -# CONFIG_TPS65010 is not set
61018 -# CONFIG_SENSORS_MAX6875 is not set
61019 -# CONFIG_SENSORS_TSL2550 is not set
61020 -# CONFIG_I2C_DEBUG_CORE is not set
61021 -# CONFIG_I2C_DEBUG_ALGO is not set
61022 -# CONFIG_I2C_DEBUG_BUS is not set
61023 -# CONFIG_I2C_DEBUG_CHIP is not set
61024 -
61025 -#
61026 -# SPI support
61027 -#
61028 -CONFIG_SPI=y
61029 -CONFIG_SPI_MASTER=y
61030 -
61031 -#
61032 -# SPI Master Controller Drivers
61033 -#
61034 -CONFIG_SPI_BITBANG=y
61035 -CONFIG_SPI_MPC83xx=y
61036 -
61037 -#
61038 -# SPI Protocol Masters
61039 -#
61040 -# CONFIG_SPI_AT25 is not set
61041 -# CONFIG_SPI_SPIDEV is not set
61042 -# CONFIG_SPI_TLE62X0 is not set
61043 -# CONFIG_W1 is not set
61044 -# CONFIG_POWER_SUPPLY is not set
61045 -# CONFIG_HWMON is not set
61046 -# CONFIG_THERMAL is not set
61047 -CONFIG_WATCHDOG=y
61048 -# CONFIG_WATCHDOG_NOWAYOUT is not set
61049 -
61050 -#
61051 -# Watchdog Device Drivers
61052 -#
61053 -# CONFIG_SOFT_WATCHDOG is not set
61054 -CONFIG_83xx_WDT=y
61055 -
61056 -#
61057 -# PCI-based Watchdog Cards
61058 -#
61059 -# CONFIG_PCIPCWATCHDOG is not set
61060 -# CONFIG_WDTPCI is not set
61061 -
61062 -#
61063 -# USB-based Watchdog Cards
61064 -#
61065 -# CONFIG_USBPCWATCHDOG is not set
61066 -
61067 -#
61068 -# Sonics Silicon Backplane
61069 -#
61070 -CONFIG_SSB_POSSIBLE=y
61071 -# CONFIG_SSB is not set
61072 -
61073 -#
61074 -# Multifunction device drivers
61075 -#
61076 -# CONFIG_MFD_SM501 is not set
61077 -
61078 -#
61079 -# Multimedia devices
61080 -#
61081 -# CONFIG_VIDEO_DEV is not set
61082 -# CONFIG_DVB_CORE is not set
61083 -CONFIG_DAB=y
61084 -# CONFIG_USB_DABUSB is not set
61085 -
61086 -#
61087 -# Graphics support
61088 -#
61089 -# CONFIG_AGP is not set
61090 -# CONFIG_DRM is not set
61091 -# CONFIG_VGASTATE is not set
61092 -CONFIG_VIDEO_OUTPUT_CONTROL=m
61093 -# CONFIG_FB is not set
61094 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
61095 -
61096 -#
61097 -# Display device support
61098 -#
61099 -# CONFIG_DISPLAY_SUPPORT is not set
61100 -
61101 -#
61102 -# Sound
61103 -#
61104 -# CONFIG_SOUND is not set
61105 -CONFIG_USB_SUPPORT=y
61106 -CONFIG_USB_ARCH_HAS_HCD=y
61107 -CONFIG_USB_ARCH_HAS_OHCI=y
61108 -CONFIG_USB_ARCH_HAS_EHCI=y
61109 -CONFIG_USB=y
61110 -# CONFIG_USB_DEBUG is not set
61111 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
61112 -
61113 -#
61114 -# Miscellaneous USB options
61115 -#
61116 -# CONFIG_USB_DEVICEFS is not set
61117 -CONFIG_USB_DEVICE_CLASS=y
61118 -# CONFIG_USB_DYNAMIC_MINORS is not set
61119 -# CONFIG_USB_OTG is not set
61120 -
61121 -#
61122 -# USB Host Controller Drivers
61123 -#
61124 -CONFIG_USB_EHCI_HCD=y
61125 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
61126 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
61127 -CONFIG_USB_EHCI_FSL=y
61128 -CONFIG_USB_EHCI_HCD_PPC_OF=y
61129 -# CONFIG_USB_ISP116X_HCD is not set
61130 -# CONFIG_USB_OHCI_HCD is not set
61131 -CONFIG_USB_UHCI_HCD=y
61132 -# CONFIG_USB_SL811_HCD is not set
61133 -# CONFIG_USB_R8A66597_HCD is not set
61134 -
61135 -#
61136 -# USB Device Class drivers
61137 -#
61138 -# CONFIG_USB_ACM is not set
61139 -# CONFIG_USB_PRINTER is not set
61140 -
61141 -#
61142 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
61143 -#
61144 -
61145 -#
61146 -# may also be needed; see USB_STORAGE Help for more information
61147 -#
61148 -CONFIG_USB_STORAGE=y
61149 -# CONFIG_USB_STORAGE_DEBUG is not set
61150 -# CONFIG_USB_STORAGE_DATAFAB is not set
61151 -# CONFIG_USB_STORAGE_FREECOM is not set
61152 -# CONFIG_USB_STORAGE_ISD200 is not set
61153 -# CONFIG_USB_STORAGE_DPCM is not set
61154 -# CONFIG_USB_STORAGE_USBAT is not set
61155 -# CONFIG_USB_STORAGE_SDDR09 is not set
61156 -# CONFIG_USB_STORAGE_SDDR55 is not set
61157 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
61158 -# CONFIG_USB_STORAGE_ALAUDA is not set
61159 -# CONFIG_USB_STORAGE_KARMA is not set
61160 -# CONFIG_USB_LIBUSUAL is not set
61161 -
61162 -#
61163 -# USB Imaging devices
61164 -#
61165 -# CONFIG_USB_MDC800 is not set
61166 -# CONFIG_USB_MICROTEK is not set
61167 -CONFIG_USB_MON=y
61168 -
61169 -#
61170 -# USB port drivers
61171 -#
61172 -# CONFIG_USB_SERIAL is not set
61173 -
61174 -#
61175 -# USB Miscellaneous drivers
61176 -#
61177 -# CONFIG_USB_EMI62 is not set
61178 -# CONFIG_USB_EMI26 is not set
61179 -# CONFIG_USB_ADUTUX is not set
61180 -# CONFIG_USB_AUERSWALD is not set
61181 -# CONFIG_USB_RIO500 is not set
61182 -# CONFIG_USB_LEGOTOWER is not set
61183 -# CONFIG_USB_LCD is not set
61184 -# CONFIG_USB_BERRY_CHARGE is not set
61185 -# CONFIG_USB_LED is not set
61186 -# CONFIG_USB_CYPRESS_CY7C63 is not set
61187 -# CONFIG_USB_CYTHERM is not set
61188 -# CONFIG_USB_PHIDGET is not set
61189 -# CONFIG_USB_IDMOUSE is not set
61190 -# CONFIG_USB_FTDI_ELAN is not set
61191 -# CONFIG_USB_APPLEDISPLAY is not set
61192 -# CONFIG_USB_SISUSBVGA is not set
61193 -# CONFIG_USB_LD is not set
61194 -# CONFIG_USB_TRANCEVIBRATOR is not set
61195 -# CONFIG_USB_IOWARRIOR is not set
61196 -# CONFIG_USB_GADGET is not set
61197 -# CONFIG_MMC is not set
61198 -# CONFIG_MEMSTICK is not set
61199 -# CONFIG_NEW_LEDS is not set
61200 -# CONFIG_INFINIBAND is not set
61201 -# CONFIG_EDAC is not set
61202 -CONFIG_RTC_LIB=y
61203 -CONFIG_RTC_CLASS=y
61204 -CONFIG_RTC_HCTOSYS=y
61205 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
61206 -# CONFIG_RTC_DEBUG is not set
61207 -
61208 -#
61209 -# RTC interfaces
61210 -#
61211 -CONFIG_RTC_INTF_SYSFS=y
61212 -CONFIG_RTC_INTF_PROC=y
61213 -CONFIG_RTC_INTF_DEV=y
61214 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
61215 -# CONFIG_RTC_DRV_TEST is not set
61216 -
61217 -#
61218 -# I2C RTC drivers
61219 -#
61220 -CONFIG_RTC_DRV_DS1307=y
61221 -# CONFIG_RTC_DRV_DS1374 is not set
61222 -# CONFIG_RTC_DRV_DS1672 is not set
61223 -# CONFIG_RTC_DRV_MAX6900 is not set
61224 -# CONFIG_RTC_DRV_RS5C372 is not set
61225 -# CONFIG_RTC_DRV_ISL1208 is not set
61226 -# CONFIG_RTC_DRV_X1205 is not set
61227 -# CONFIG_RTC_DRV_PCF8563 is not set
61228 -# CONFIG_RTC_DRV_PCF8583 is not set
61229 -# CONFIG_RTC_DRV_M41T80 is not set
61230 -# CONFIG_RTC_DRV_S35390A is not set
61231 -
61232 -#
61233 -# SPI RTC drivers
61234 -#
61235 -# CONFIG_RTC_DRV_MAX6902 is not set
61236 -# CONFIG_RTC_DRV_R9701 is not set
61237 -# CONFIG_RTC_DRV_RS5C348 is not set
61238 -
61239 -#
61240 -# Platform RTC drivers
61241 -#
61242 -# CONFIG_RTC_DRV_CMOS is not set
61243 -# CONFIG_RTC_DRV_DS1511 is not set
61244 -# CONFIG_RTC_DRV_DS1553 is not set
61245 -# CONFIG_RTC_DRV_DS1742 is not set
61246 -# CONFIG_RTC_DRV_STK17TA8 is not set
61247 -# CONFIG_RTC_DRV_M48T86 is not set
61248 -# CONFIG_RTC_DRV_M48T59 is not set
61249 -# CONFIG_RTC_DRV_V3020 is not set
61250 -
61251 -#
61252 -# on-CPU RTC drivers
61253 -#
61254 -# CONFIG_DMADEVICES is not set
61255 -
61256 -#
61257 -# Userspace I/O
61258 -#
61259 -# CONFIG_UIO is not set
61260 -
61261 -#
61262 -# File systems
61263 -#
61264 -CONFIG_EXT2_FS=y
61265 -# CONFIG_EXT2_FS_XATTR is not set
61266 -# CONFIG_EXT2_FS_XIP is not set
61267 -CONFIG_EXT3_FS=y
61268 -CONFIG_EXT3_FS_XATTR=y
61269 -# CONFIG_EXT3_FS_POSIX_ACL is not set
61270 -# CONFIG_EXT3_FS_SECURITY is not set
61271 -# CONFIG_EXT4DEV_FS is not set
61272 -CONFIG_JBD=y
61273 -CONFIG_FS_MBCACHE=y
61274 -# CONFIG_REISERFS_FS is not set
61275 -# CONFIG_JFS_FS is not set
61276 -# CONFIG_FS_POSIX_ACL is not set
61277 -# CONFIG_XFS_FS is not set
61278 -# CONFIG_GFS2_FS is not set
61279 -# CONFIG_OCFS2_FS is not set
61280 -CONFIG_DNOTIFY=y
61281 -CONFIG_INOTIFY=y
61282 -CONFIG_INOTIFY_USER=y
61283 -# CONFIG_QUOTA is not set
61284 -# CONFIG_AUTOFS_FS is not set
61285 -# CONFIG_AUTOFS4_FS is not set
61286 -# CONFIG_FUSE_FS is not set
61287 -
61288 -#
61289 -# CD-ROM/DVD Filesystems
61290 -#
61291 -# CONFIG_ISO9660_FS is not set
61292 -# CONFIG_UDF_FS is not set
61293 -
61294 -#
61295 -# DOS/FAT/NT Filesystems
61296 -#
61297 -CONFIG_FAT_FS=y
61298 -CONFIG_MSDOS_FS=y
61299 -CONFIG_VFAT_FS=y
61300 -CONFIG_FAT_DEFAULT_CODEPAGE=437
61301 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
61302 -# CONFIG_NTFS_FS is not set
61303 -
61304 -#
61305 -# Pseudo filesystems
61306 -#
61307 -CONFIG_PROC_FS=y
61308 -CONFIG_PROC_KCORE=y
61309 -CONFIG_PROC_SYSCTL=y
61310 -CONFIG_SYSFS=y
61311 -CONFIG_TMPFS=y
61312 -# CONFIG_TMPFS_POSIX_ACL is not set
61313 -# CONFIG_HUGETLB_PAGE is not set
61314 -# CONFIG_CONFIGFS_FS is not set
61315 -
61316 -#
61317 -# Miscellaneous filesystems
61318 -#
61319 -# CONFIG_ADFS_FS is not set
61320 -# CONFIG_AFFS_FS is not set
61321 -# CONFIG_HFS_FS is not set
61322 -# CONFIG_HFSPLUS_FS is not set
61323 -# CONFIG_BEFS_FS is not set
61324 -# CONFIG_BFS_FS is not set
61325 -# CONFIG_EFS_FS is not set
61326 -# CONFIG_JFFS2_FS is not set
61327 -# CONFIG_CRAMFS is not set
61328 -# CONFIG_VXFS_FS is not set
61329 -# CONFIG_MINIX_FS is not set
61330 -# CONFIG_HPFS_FS is not set
61331 -# CONFIG_QNX4FS_FS is not set
61332 -# CONFIG_ROMFS_FS is not set
61333 -# CONFIG_SYSV_FS is not set
61334 -# CONFIG_UFS_FS is not set
61335 -CONFIG_NETWORK_FILESYSTEMS=y
61336 -CONFIG_NFS_FS=y
61337 -CONFIG_NFS_V3=y
61338 -# CONFIG_NFS_V3_ACL is not set
61339 -CONFIG_NFS_V4=y
61340 -# CONFIG_NFS_DIRECTIO is not set
61341 -# CONFIG_NFSD is not set
61342 -CONFIG_ROOT_NFS=y
61343 -CONFIG_LOCKD=y
61344 -CONFIG_LOCKD_V4=y
61345 -CONFIG_NFS_COMMON=y
61346 -CONFIG_SUNRPC=y
61347 -CONFIG_SUNRPC_GSS=y
61348 -# CONFIG_SUNRPC_BIND34 is not set
61349 -CONFIG_RPCSEC_GSS_KRB5=y
61350 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
61351 -# CONFIG_SMB_FS is not set
61352 -# CONFIG_CIFS is not set
61353 -# CONFIG_NCP_FS is not set
61354 -# CONFIG_CODA_FS is not set
61355 -# CONFIG_AFS_FS is not set
61356 -
61357 -#
61358 -# Partition Types
61359 -#
61360 -CONFIG_PARTITION_ADVANCED=y
61361 -# CONFIG_ACORN_PARTITION is not set
61362 -# CONFIG_OSF_PARTITION is not set
61363 -# CONFIG_AMIGA_PARTITION is not set
61364 -# CONFIG_ATARI_PARTITION is not set
61365 -CONFIG_MAC_PARTITION=y
61366 -CONFIG_MSDOS_PARTITION=y
61367 -# CONFIG_BSD_DISKLABEL is not set
61368 -# CONFIG_MINIX_SUBPARTITION is not set
61369 -# CONFIG_SOLARIS_X86_PARTITION is not set
61370 -# CONFIG_UNIXWARE_DISKLABEL is not set
61371 -# CONFIG_LDM_PARTITION is not set
61372 -# CONFIG_SGI_PARTITION is not set
61373 -# CONFIG_ULTRIX_PARTITION is not set
61374 -# CONFIG_SUN_PARTITION is not set
61375 -# CONFIG_KARMA_PARTITION is not set
61376 -# CONFIG_EFI_PARTITION is not set
61377 -# CONFIG_SYSV68_PARTITION is not set
61378 -CONFIG_NLS=y
61379 -CONFIG_NLS_DEFAULT="iso8859-1"
61380 -# CONFIG_NLS_CODEPAGE_437 is not set
61381 -# CONFIG_NLS_CODEPAGE_737 is not set
61382 -# CONFIG_NLS_CODEPAGE_775 is not set
61383 -# CONFIG_NLS_CODEPAGE_850 is not set
61384 -# CONFIG_NLS_CODEPAGE_852 is not set
61385 -# CONFIG_NLS_CODEPAGE_855 is not set
61386 -# CONFIG_NLS_CODEPAGE_857 is not set
61387 -# CONFIG_NLS_CODEPAGE_860 is not set
61388 -# CONFIG_NLS_CODEPAGE_861 is not set
61389 -# CONFIG_NLS_CODEPAGE_862 is not set
61390 -# CONFIG_NLS_CODEPAGE_863 is not set
61391 -# CONFIG_NLS_CODEPAGE_864 is not set
61392 -# CONFIG_NLS_CODEPAGE_865 is not set
61393 -# CONFIG_NLS_CODEPAGE_866 is not set
61394 -# CONFIG_NLS_CODEPAGE_869 is not set
61395 -# CONFIG_NLS_CODEPAGE_936 is not set
61396 -# CONFIG_NLS_CODEPAGE_950 is not set
61397 -# CONFIG_NLS_CODEPAGE_932 is not set
61398 -# CONFIG_NLS_CODEPAGE_949 is not set
61399 -# CONFIG_NLS_CODEPAGE_874 is not set
61400 -# CONFIG_NLS_ISO8859_8 is not set
61401 -# CONFIG_NLS_CODEPAGE_1250 is not set
61402 -# CONFIG_NLS_CODEPAGE_1251 is not set
61403 -# CONFIG_NLS_ASCII is not set
61404 -# CONFIG_NLS_ISO8859_1 is not set
61405 -# CONFIG_NLS_ISO8859_2 is not set
61406 -# CONFIG_NLS_ISO8859_3 is not set
61407 -# CONFIG_NLS_ISO8859_4 is not set
61408 -# CONFIG_NLS_ISO8859_5 is not set
61409 -# CONFIG_NLS_ISO8859_6 is not set
61410 -# CONFIG_NLS_ISO8859_7 is not set
61411 -# CONFIG_NLS_ISO8859_9 is not set
61412 -# CONFIG_NLS_ISO8859_13 is not set
61413 -# CONFIG_NLS_ISO8859_14 is not set
61414 -# CONFIG_NLS_ISO8859_15 is not set
61415 -# CONFIG_NLS_KOI8_R is not set
61416 -# CONFIG_NLS_KOI8_U is not set
61417 -# CONFIG_NLS_UTF8 is not set
61418 -# CONFIG_DLM is not set
61419 -
61420 -#
61421 -# Library routines
61422 -#
61423 -CONFIG_BITREVERSE=y
61424 -# CONFIG_CRC_CCITT is not set
61425 -# CONFIG_CRC16 is not set
61426 -# CONFIG_CRC_ITU_T is not set
61427 -CONFIG_CRC32=y
61428 -# CONFIG_CRC7 is not set
61429 -# CONFIG_LIBCRC32C is not set
61430 -CONFIG_PLIST=y
61431 -CONFIG_HAS_IOMEM=y
61432 -CONFIG_HAS_IOPORT=y
61433 -CONFIG_HAS_DMA=y
61434 -
61435 -#
61436 -# Kernel hacking
61437 -#
61438 -# CONFIG_PRINTK_TIME is not set
61439 -CONFIG_ENABLE_WARN_DEPRECATED=y
61440 -CONFIG_ENABLE_MUST_CHECK=y
61441 -# CONFIG_MAGIC_SYSRQ is not set
61442 -# CONFIG_UNUSED_SYMBOLS is not set
61443 -# CONFIG_DEBUG_FS is not set
61444 -# CONFIG_HEADERS_CHECK is not set
61445 -# CONFIG_DEBUG_KERNEL is not set
61446 -# CONFIG_SLUB_DEBUG_ON is not set
61447 -# CONFIG_SLUB_STATS is not set
61448 -# CONFIG_DEBUG_BUGVERBOSE is not set
61449 -# CONFIG_SAMPLES is not set
61450 -# CONFIG_PPC_EARLY_DEBUG is not set
61451 -
61452 -#
61453 -# Security options
61454 -#
61455 -# CONFIG_KEYS is not set
61456 -# CONFIG_SECURITY is not set
61457 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
61458 -CONFIG_CRYPTO=y
61459 -CONFIG_CRYPTO_ALGAPI=y
61460 -CONFIG_CRYPTO_BLKCIPHER=y
61461 -# CONFIG_CRYPTO_SEQIV is not set
61462 -CONFIG_CRYPTO_MANAGER=y
61463 -# CONFIG_CRYPTO_HMAC is not set
61464 -# CONFIG_CRYPTO_XCBC is not set
61465 -# CONFIG_CRYPTO_NULL is not set
61466 -# CONFIG_CRYPTO_MD4 is not set
61467 -CONFIG_CRYPTO_MD5=y
61468 -# CONFIG_CRYPTO_SHA1 is not set
61469 -# CONFIG_CRYPTO_SHA256 is not set
61470 -# CONFIG_CRYPTO_SHA512 is not set
61471 -# CONFIG_CRYPTO_WP512 is not set
61472 -# CONFIG_CRYPTO_TGR192 is not set
61473 -# CONFIG_CRYPTO_GF128MUL is not set
61474 -# CONFIG_CRYPTO_ECB is not set
61475 -CONFIG_CRYPTO_CBC=y
61476 -CONFIG_CRYPTO_PCBC=m
61477 -# CONFIG_CRYPTO_LRW is not set
61478 -# CONFIG_CRYPTO_XTS is not set
61479 -# CONFIG_CRYPTO_CTR is not set
61480 -# CONFIG_CRYPTO_GCM is not set
61481 -# CONFIG_CRYPTO_CCM is not set
61482 -# CONFIG_CRYPTO_CRYPTD is not set
61483 -CONFIG_CRYPTO_DES=y
61484 -# CONFIG_CRYPTO_FCRYPT is not set
61485 -# CONFIG_CRYPTO_BLOWFISH is not set
61486 -# CONFIG_CRYPTO_TWOFISH is not set
61487 -# CONFIG_CRYPTO_SERPENT is not set
61488 -# CONFIG_CRYPTO_AES is not set
61489 -# CONFIG_CRYPTO_CAST5 is not set
61490 -# CONFIG_CRYPTO_CAST6 is not set
61491 -# CONFIG_CRYPTO_TEA is not set
61492 -# CONFIG_CRYPTO_ARC4 is not set
61493 -# CONFIG_CRYPTO_KHAZAD is not set
61494 -# CONFIG_CRYPTO_ANUBIS is not set
61495 -# CONFIG_CRYPTO_SEED is not set
61496 -# CONFIG_CRYPTO_SALSA20 is not set
61497 -# CONFIG_CRYPTO_DEFLATE is not set
61498 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
61499 -# CONFIG_CRYPTO_CRC32C is not set
61500 -# CONFIG_CRYPTO_CAMELLIA is not set
61501 -# CONFIG_CRYPTO_TEST is not set
61502 -# CONFIG_CRYPTO_AUTHENC is not set
61503 -# CONFIG_CRYPTO_LZO is not set
61504 -CONFIG_CRYPTO_HW=y
61505 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
61506 -# CONFIG_PPC_CLOCK is not set
61507 --- a/arch/powerpc/configs/mpc834x_mds_defconfig
61508 +++ /dev/null
61509 @@ -1,1021 +0,0 @@
61510 -#
61511 -# Automatically generated make config: don't edit
61512 -# Linux kernel version: 2.6.25-rc7
61513 -# Mon Mar 31 11:36:56 2008
61514 -#
61515 -# CONFIG_PPC64 is not set
61516 -
61517 -#
61518 -# Processor support
61519 -#
61520 -CONFIG_6xx=y
61521 -# CONFIG_PPC_85xx is not set
61522 -# CONFIG_PPC_8xx is not set
61523 -# CONFIG_40x is not set
61524 -# CONFIG_44x is not set
61525 -# CONFIG_E200 is not set
61526 -CONFIG_PPC_FPU=y
61527 -# CONFIG_FSL_EMB_PERFMON is not set
61528 -CONFIG_PPC_STD_MMU=y
61529 -CONFIG_PPC_STD_MMU_32=y
61530 -# CONFIG_PPC_MM_SLICES is not set
61531 -# CONFIG_SMP is not set
61532 -CONFIG_PPC32=y
61533 -CONFIG_WORD_SIZE=32
61534 -CONFIG_PPC_MERGE=y
61535 -CONFIG_MMU=y
61536 -CONFIG_GENERIC_CMOS_UPDATE=y
61537 -CONFIG_GENERIC_TIME=y
61538 -CONFIG_GENERIC_TIME_VSYSCALL=y
61539 -CONFIG_GENERIC_CLOCKEVENTS=y
61540 -CONFIG_GENERIC_HARDIRQS=y
61541 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
61542 -CONFIG_IRQ_PER_CPU=y
61543 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
61544 -CONFIG_ARCH_HAS_ILOG2_U32=y
61545 -CONFIG_GENERIC_HWEIGHT=y
61546 -CONFIG_GENERIC_CALIBRATE_DELAY=y
61547 -CONFIG_GENERIC_FIND_NEXT_BIT=y
61548 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
61549 -CONFIG_PPC=y
61550 -CONFIG_EARLY_PRINTK=y
61551 -CONFIG_GENERIC_NVRAM=y
61552 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
61553 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
61554 -CONFIG_PPC_OF=y
61555 -CONFIG_OF=y
61556 -CONFIG_PPC_UDBG_16550=y
61557 -# CONFIG_GENERIC_TBSYNC is not set
61558 -CONFIG_AUDIT_ARCH=y
61559 -CONFIG_GENERIC_BUG=y
61560 -CONFIG_DEFAULT_UIMAGE=y
61561 -# CONFIG_PPC_DCR_NATIVE is not set
61562 -# CONFIG_PPC_DCR_MMIO is not set
61563 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
61564 -
61565 -#
61566 -# General setup
61567 -#
61568 -CONFIG_EXPERIMENTAL=y
61569 -CONFIG_BROKEN_ON_SMP=y
61570 -CONFIG_INIT_ENV_ARG_LIMIT=32
61571 -CONFIG_LOCALVERSION=""
61572 -CONFIG_LOCALVERSION_AUTO=y
61573 -CONFIG_SWAP=y
61574 -CONFIG_SYSVIPC=y
61575 -CONFIG_SYSVIPC_SYSCTL=y
61576 -# CONFIG_POSIX_MQUEUE is not set
61577 -# CONFIG_BSD_PROCESS_ACCT is not set
61578 -# CONFIG_TASKSTATS is not set
61579 -# CONFIG_AUDIT is not set
61580 -# CONFIG_IKCONFIG is not set
61581 -CONFIG_LOG_BUF_SHIFT=14
61582 -# CONFIG_CGROUPS is not set
61583 -CONFIG_GROUP_SCHED=y
61584 -# CONFIG_FAIR_GROUP_SCHED is not set
61585 -# CONFIG_RT_GROUP_SCHED is not set
61586 -CONFIG_USER_SCHED=y
61587 -# CONFIG_CGROUP_SCHED is not set
61588 -CONFIG_SYSFS_DEPRECATED=y
61589 -CONFIG_SYSFS_DEPRECATED_V2=y
61590 -# CONFIG_RELAY is not set
61591 -# CONFIG_NAMESPACES is not set
61592 -CONFIG_BLK_DEV_INITRD=y
61593 -CONFIG_INITRAMFS_SOURCE=""
61594 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
61595 -CONFIG_SYSCTL=y
61596 -CONFIG_EMBEDDED=y
61597 -CONFIG_SYSCTL_SYSCALL=y
61598 -# CONFIG_KALLSYMS is not set
61599 -CONFIG_HOTPLUG=y
61600 -CONFIG_PRINTK=y
61601 -CONFIG_BUG=y
61602 -CONFIG_ELF_CORE=y
61603 -CONFIG_COMPAT_BRK=y
61604 -CONFIG_BASE_FULL=y
61605 -CONFIG_FUTEX=y
61606 -CONFIG_ANON_INODES=y
61607 -# CONFIG_EPOLL is not set
61608 -CONFIG_SIGNALFD=y
61609 -CONFIG_TIMERFD=y
61610 -CONFIG_EVENTFD=y
61611 -CONFIG_SHMEM=y
61612 -CONFIG_VM_EVENT_COUNTERS=y
61613 -CONFIG_SLUB_DEBUG=y
61614 -# CONFIG_SLAB is not set
61615 -CONFIG_SLUB=y
61616 -# CONFIG_SLOB is not set
61617 -# CONFIG_PROFILING is not set
61618 -# CONFIG_MARKERS is not set
61619 -CONFIG_HAVE_OPROFILE=y
61620 -CONFIG_HAVE_KPROBES=y
61621 -CONFIG_HAVE_KRETPROBES=y
61622 -CONFIG_PROC_PAGE_MONITOR=y
61623 -CONFIG_SLABINFO=y
61624 -CONFIG_RT_MUTEXES=y
61625 -# CONFIG_TINY_SHMEM is not set
61626 -CONFIG_BASE_SMALL=0
61627 -CONFIG_MODULES=y
61628 -CONFIG_MODULE_UNLOAD=y
61629 -# CONFIG_MODULE_FORCE_UNLOAD is not set
61630 -# CONFIG_MODVERSIONS is not set
61631 -# CONFIG_MODULE_SRCVERSION_ALL is not set
61632 -# CONFIG_KMOD is not set
61633 -CONFIG_BLOCK=y
61634 -# CONFIG_LBD is not set
61635 -# CONFIG_BLK_DEV_IO_TRACE is not set
61636 -# CONFIG_LSF is not set
61637 -# CONFIG_BLK_DEV_BSG is not set
61638 -
61639 -#
61640 -# IO Schedulers
61641 -#
61642 -CONFIG_IOSCHED_NOOP=y
61643 -CONFIG_IOSCHED_AS=y
61644 -CONFIG_IOSCHED_DEADLINE=y
61645 -CONFIG_IOSCHED_CFQ=y
61646 -CONFIG_DEFAULT_AS=y
61647 -# CONFIG_DEFAULT_DEADLINE is not set
61648 -# CONFIG_DEFAULT_CFQ is not set
61649 -# CONFIG_DEFAULT_NOOP is not set
61650 -CONFIG_DEFAULT_IOSCHED="anticipatory"
61651 -CONFIG_CLASSIC_RCU=y
61652 -
61653 -#
61654 -# Platform support
61655 -#
61656 -# CONFIG_PPC_MULTIPLATFORM is not set
61657 -# CONFIG_PPC_82xx is not set
61658 -CONFIG_PPC_83xx=y
61659 -# CONFIG_PPC_86xx is not set
61660 -# CONFIG_PPC_MPC512x is not set
61661 -# CONFIG_PPC_MPC5121 is not set
61662 -# CONFIG_PPC_CELL is not set
61663 -# CONFIG_PPC_CELL_NATIVE is not set
61664 -# CONFIG_PQ2ADS is not set
61665 -CONFIG_MPC83xx=y
61666 -# CONFIG_MPC831x_RDB is not set
61667 -# CONFIG_MPC832x_MDS is not set
61668 -# CONFIG_MPC832x_RDB is not set
61669 -CONFIG_MPC834x_MDS=y
61670 -# CONFIG_MPC834x_ITX is not set
61671 -# CONFIG_MPC836x_MDS is not set
61672 -# CONFIG_MPC837x_MDS is not set
61673 -# CONFIG_MPC837x_RDB is not set
61674 -# CONFIG_SBC834x is not set
61675 -CONFIG_PPC_MPC834x=y
61676 -CONFIG_IPIC=y
61677 -# CONFIG_MPIC is not set
61678 -# CONFIG_MPIC_WEIRD is not set
61679 -# CONFIG_PPC_I8259 is not set
61680 -# CONFIG_PPC_RTAS is not set
61681 -# CONFIG_MMIO_NVRAM is not set
61682 -# CONFIG_PPC_MPC106 is not set
61683 -# CONFIG_PPC_970_NAP is not set
61684 -# CONFIG_PPC_INDIRECT_IO is not set
61685 -# CONFIG_GENERIC_IOMAP is not set
61686 -# CONFIG_CPU_FREQ is not set
61687 -# CONFIG_FSL_ULI1575 is not set
61688 -
61689 -#
61690 -# Kernel options
61691 -#
61692 -# CONFIG_HIGHMEM is not set
61693 -CONFIG_TICK_ONESHOT=y
61694 -CONFIG_NO_HZ=y
61695 -CONFIG_HIGH_RES_TIMERS=y
61696 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
61697 -# CONFIG_HZ_100 is not set
61698 -CONFIG_HZ_250=y
61699 -# CONFIG_HZ_300 is not set
61700 -# CONFIG_HZ_1000 is not set
61701 -CONFIG_HZ=250
61702 -# CONFIG_SCHED_HRTICK is not set
61703 -CONFIG_PREEMPT_NONE=y
61704 -# CONFIG_PREEMPT_VOLUNTARY is not set
61705 -# CONFIG_PREEMPT is not set
61706 -CONFIG_BINFMT_ELF=y
61707 -# CONFIG_BINFMT_MISC is not set
61708 -# CONFIG_IOMMU_HELPER is not set
61709 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
61710 -CONFIG_ARCH_HAS_WALK_MEMORY=y
61711 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
61712 -CONFIG_ARCH_FLATMEM_ENABLE=y
61713 -CONFIG_ARCH_POPULATES_NODE_MAP=y
61714 -CONFIG_SELECT_MEMORY_MODEL=y
61715 -CONFIG_FLATMEM_MANUAL=y
61716 -# CONFIG_DISCONTIGMEM_MANUAL is not set
61717 -# CONFIG_SPARSEMEM_MANUAL is not set
61718 -CONFIG_FLATMEM=y
61719 -CONFIG_FLAT_NODE_MEM_MAP=y
61720 -# CONFIG_SPARSEMEM_STATIC is not set
61721 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
61722 -CONFIG_SPLIT_PTLOCK_CPUS=4
61723 -# CONFIG_RESOURCES_64BIT is not set
61724 -CONFIG_ZONE_DMA_FLAG=1
61725 -CONFIG_BOUNCE=y
61726 -CONFIG_VIRT_TO_BUS=y
61727 -CONFIG_PROC_DEVICETREE=y
61728 -# CONFIG_CMDLINE_BOOL is not set
61729 -# CONFIG_PM is not set
61730 -CONFIG_SECCOMP=y
61731 -CONFIG_ISA_DMA_API=y
61732 -
61733 -#
61734 -# Bus options
61735 -#
61736 -CONFIG_ZONE_DMA=y
61737 -CONFIG_GENERIC_ISA_DMA=y
61738 -CONFIG_PPC_INDIRECT_PCI=y
61739 -CONFIG_FSL_SOC=y
61740 -CONFIG_PCI=y
61741 -CONFIG_PCI_DOMAINS=y
61742 -CONFIG_PCI_SYSCALL=y
61743 -# CONFIG_PCIEPORTBUS is not set
61744 -CONFIG_ARCH_SUPPORTS_MSI=y
61745 -# CONFIG_PCI_MSI is not set
61746 -CONFIG_PCI_LEGACY=y
61747 -# CONFIG_PCCARD is not set
61748 -# CONFIG_HOTPLUG_PCI is not set
61749 -
61750 -#
61751 -# Advanced setup
61752 -#
61753 -# CONFIG_ADVANCED_OPTIONS is not set
61754 -
61755 -#
61756 -# Default settings for advanced configuration options are used
61757 -#
61758 -CONFIG_HIGHMEM_START=0xfe000000
61759 -CONFIG_LOWMEM_SIZE=0x30000000
61760 -CONFIG_KERNEL_START=0xc0000000
61761 -CONFIG_TASK_SIZE=0xc0000000
61762 -CONFIG_BOOT_LOAD=0x00800000
61763 -
61764 -#
61765 -# Networking
61766 -#
61767 -CONFIG_NET=y
61768 -
61769 -#
61770 -# Networking options
61771 -#
61772 -CONFIG_PACKET=y
61773 -# CONFIG_PACKET_MMAP is not set
61774 -CONFIG_UNIX=y
61775 -CONFIG_XFRM=y
61776 -CONFIG_XFRM_USER=m
61777 -# CONFIG_XFRM_SUB_POLICY is not set
61778 -# CONFIG_XFRM_MIGRATE is not set
61779 -# CONFIG_XFRM_STATISTICS is not set
61780 -# CONFIG_NET_KEY is not set
61781 -CONFIG_INET=y
61782 -CONFIG_IP_MULTICAST=y
61783 -# CONFIG_IP_ADVANCED_ROUTER is not set
61784 -CONFIG_IP_FIB_HASH=y
61785 -CONFIG_IP_PNP=y
61786 -CONFIG_IP_PNP_DHCP=y
61787 -CONFIG_IP_PNP_BOOTP=y
61788 -# CONFIG_IP_PNP_RARP is not set
61789 -# CONFIG_NET_IPIP is not set
61790 -# CONFIG_NET_IPGRE is not set
61791 -# CONFIG_IP_MROUTE is not set
61792 -# CONFIG_ARPD is not set
61793 -CONFIG_SYN_COOKIES=y
61794 -# CONFIG_INET_AH is not set
61795 -# CONFIG_INET_ESP is not set
61796 -# CONFIG_INET_IPCOMP is not set
61797 -# CONFIG_INET_XFRM_TUNNEL is not set
61798 -# CONFIG_INET_TUNNEL is not set
61799 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
61800 -CONFIG_INET_XFRM_MODE_TUNNEL=y
61801 -CONFIG_INET_XFRM_MODE_BEET=y
61802 -# CONFIG_INET_LRO is not set
61803 -CONFIG_INET_DIAG=y
61804 -CONFIG_INET_TCP_DIAG=y
61805 -# CONFIG_TCP_CONG_ADVANCED is not set
61806 -CONFIG_TCP_CONG_CUBIC=y
61807 -CONFIG_DEFAULT_TCP_CONG="cubic"
61808 -# CONFIG_TCP_MD5SIG is not set
61809 -# CONFIG_IPV6 is not set
61810 -# CONFIG_INET6_XFRM_TUNNEL is not set
61811 -# CONFIG_INET6_TUNNEL is not set
61812 -# CONFIG_NETWORK_SECMARK is not set
61813 -# CONFIG_NETFILTER is not set
61814 -# CONFIG_IP_DCCP is not set
61815 -# CONFIG_IP_SCTP is not set
61816 -# CONFIG_TIPC is not set
61817 -# CONFIG_ATM is not set
61818 -# CONFIG_BRIDGE is not set
61819 -# CONFIG_VLAN_8021Q is not set
61820 -# CONFIG_DECNET is not set
61821 -# CONFIG_LLC2 is not set
61822 -# CONFIG_IPX is not set
61823 -# CONFIG_ATALK is not set
61824 -# CONFIG_X25 is not set
61825 -# CONFIG_LAPB is not set
61826 -# CONFIG_ECONET is not set
61827 -# CONFIG_WAN_ROUTER is not set
61828 -# CONFIG_NET_SCHED is not set
61829 -
61830 -#
61831 -# Network testing
61832 -#
61833 -# CONFIG_NET_PKTGEN is not set
61834 -# CONFIG_HAMRADIO is not set
61835 -# CONFIG_CAN is not set
61836 -# CONFIG_IRDA is not set
61837 -# CONFIG_BT is not set
61838 -# CONFIG_AF_RXRPC is not set
61839 -
61840 -#
61841 -# Wireless
61842 -#
61843 -# CONFIG_CFG80211 is not set
61844 -# CONFIG_WIRELESS_EXT is not set
61845 -# CONFIG_MAC80211 is not set
61846 -# CONFIG_IEEE80211 is not set
61847 -# CONFIG_RFKILL is not set
61848 -# CONFIG_NET_9P is not set
61849 -
61850 -#
61851 -# Device Drivers
61852 -#
61853 -
61854 -#
61855 -# Generic Driver Options
61856 -#
61857 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
61858 -CONFIG_STANDALONE=y
61859 -CONFIG_PREVENT_FIRMWARE_BUILD=y
61860 -# CONFIG_FW_LOADER is not set
61861 -# CONFIG_SYS_HYPERVISOR is not set
61862 -# CONFIG_CONNECTOR is not set
61863 -# CONFIG_MTD is not set
61864 -CONFIG_OF_DEVICE=y
61865 -# CONFIG_PARPORT is not set
61866 -CONFIG_BLK_DEV=y
61867 -# CONFIG_BLK_DEV_FD is not set
61868 -# CONFIG_BLK_CPQ_DA is not set
61869 -# CONFIG_BLK_CPQ_CISS_DA is not set
61870 -# CONFIG_BLK_DEV_DAC960 is not set
61871 -# CONFIG_BLK_DEV_UMEM is not set
61872 -# CONFIG_BLK_DEV_COW_COMMON is not set
61873 -CONFIG_BLK_DEV_LOOP=y
61874 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
61875 -# CONFIG_BLK_DEV_NBD is not set
61876 -# CONFIG_BLK_DEV_SX8 is not set
61877 -CONFIG_BLK_DEV_RAM=y
61878 -CONFIG_BLK_DEV_RAM_COUNT=16
61879 -CONFIG_BLK_DEV_RAM_SIZE=32768
61880 -# CONFIG_BLK_DEV_XIP is not set
61881 -# CONFIG_CDROM_PKTCDVD is not set
61882 -# CONFIG_ATA_OVER_ETH is not set
61883 -CONFIG_MISC_DEVICES=y
61884 -# CONFIG_PHANTOM is not set
61885 -# CONFIG_EEPROM_93CX6 is not set
61886 -# CONFIG_SGI_IOC4 is not set
61887 -# CONFIG_TIFM_CORE is not set
61888 -# CONFIG_ENCLOSURE_SERVICES is not set
61889 -CONFIG_HAVE_IDE=y
61890 -# CONFIG_IDE is not set
61891 -
61892 -#
61893 -# SCSI device support
61894 -#
61895 -# CONFIG_RAID_ATTRS is not set
61896 -# CONFIG_SCSI is not set
61897 -# CONFIG_SCSI_DMA is not set
61898 -# CONFIG_SCSI_NETLINK is not set
61899 -# CONFIG_ATA is not set
61900 -# CONFIG_MD is not set
61901 -# CONFIG_FUSION is not set
61902 -
61903 -#
61904 -# IEEE 1394 (FireWire) support
61905 -#
61906 -# CONFIG_FIREWIRE is not set
61907 -# CONFIG_IEEE1394 is not set
61908 -# CONFIG_I2O is not set
61909 -# CONFIG_MACINTOSH_DRIVERS is not set
61910 -CONFIG_NETDEVICES=y
61911 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
61912 -# CONFIG_DUMMY is not set
61913 -# CONFIG_BONDING is not set
61914 -# CONFIG_MACVLAN is not set
61915 -# CONFIG_EQUALIZER is not set
61916 -# CONFIG_TUN is not set
61917 -# CONFIG_VETH is not set
61918 -# CONFIG_ARCNET is not set
61919 -CONFIG_PHYLIB=y
61920 -
61921 -#
61922 -# MII PHY device drivers
61923 -#
61924 -CONFIG_MARVELL_PHY=y
61925 -# CONFIG_DAVICOM_PHY is not set
61926 -# CONFIG_QSEMI_PHY is not set
61927 -# CONFIG_LXT_PHY is not set
61928 -# CONFIG_CICADA_PHY is not set
61929 -# CONFIG_VITESSE_PHY is not set
61930 -# CONFIG_SMSC_PHY is not set
61931 -# CONFIG_BROADCOM_PHY is not set
61932 -# CONFIG_ICPLUS_PHY is not set
61933 -# CONFIG_REALTEK_PHY is not set
61934 -# CONFIG_FIXED_PHY is not set
61935 -# CONFIG_MDIO_BITBANG is not set
61936 -CONFIG_NET_ETHERNET=y
61937 -CONFIG_MII=y
61938 -# CONFIG_HAPPYMEAL is not set
61939 -# CONFIG_SUNGEM is not set
61940 -# CONFIG_CASSINI is not set
61941 -# CONFIG_NET_VENDOR_3COM is not set
61942 -# CONFIG_NET_TULIP is not set
61943 -# CONFIG_HP100 is not set
61944 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
61945 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
61946 -# CONFIG_IBM_NEW_EMAC_TAH is not set
61947 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
61948 -CONFIG_NET_PCI=y
61949 -# CONFIG_PCNET32 is not set
61950 -# CONFIG_AMD8111_ETH is not set
61951 -# CONFIG_ADAPTEC_STARFIRE is not set
61952 -# CONFIG_B44 is not set
61953 -# CONFIG_FORCEDETH is not set
61954 -# CONFIG_EEPRO100 is not set
61955 -CONFIG_E100=y
61956 -# CONFIG_FEALNX is not set
61957 -# CONFIG_NATSEMI is not set
61958 -# CONFIG_NE2K_PCI is not set
61959 -# CONFIG_8139CP is not set
61960 -# CONFIG_8139TOO is not set
61961 -# CONFIG_R6040 is not set
61962 -# CONFIG_SIS900 is not set
61963 -# CONFIG_EPIC100 is not set
61964 -# CONFIG_SUNDANCE is not set
61965 -# CONFIG_TLAN is not set
61966 -# CONFIG_VIA_RHINE is not set
61967 -# CONFIG_SC92031 is not set
61968 -CONFIG_NETDEV_1000=y
61969 -# CONFIG_ACENIC is not set
61970 -# CONFIG_DL2K is not set
61971 -# CONFIG_E1000 is not set
61972 -# CONFIG_E1000E is not set
61973 -# CONFIG_E1000E_ENABLED is not set
61974 -# CONFIG_IP1000 is not set
61975 -# CONFIG_IGB is not set
61976 -# CONFIG_NS83820 is not set
61977 -# CONFIG_HAMACHI is not set
61978 -# CONFIG_YELLOWFIN is not set
61979 -# CONFIG_R8169 is not set
61980 -# CONFIG_SIS190 is not set
61981 -# CONFIG_SKGE is not set
61982 -# CONFIG_SKY2 is not set
61983 -# CONFIG_SK98LIN is not set
61984 -# CONFIG_VIA_VELOCITY is not set
61985 -# CONFIG_TIGON3 is not set
61986 -# CONFIG_BNX2 is not set
61987 -CONFIG_GIANFAR=y
61988 -# CONFIG_GFAR_NAPI is not set
61989 -# CONFIG_QLA3XXX is not set
61990 -# CONFIG_ATL1 is not set
61991 -CONFIG_NETDEV_10000=y
61992 -# CONFIG_CHELSIO_T1 is not set
61993 -# CONFIG_CHELSIO_T3 is not set
61994 -# CONFIG_IXGBE is not set
61995 -# CONFIG_IXGB is not set
61996 -# CONFIG_S2IO is not set
61997 -# CONFIG_MYRI10GE is not set
61998 -# CONFIG_NETXEN_NIC is not set
61999 -# CONFIG_NIU is not set
62000 -# CONFIG_MLX4_CORE is not set
62001 -# CONFIG_TEHUTI is not set
62002 -# CONFIG_BNX2X is not set
62003 -# CONFIG_TR is not set
62004 -
62005 -#
62006 -# Wireless LAN
62007 -#
62008 -# CONFIG_WLAN_PRE80211 is not set
62009 -# CONFIG_WLAN_80211 is not set
62010 -# CONFIG_WAN is not set
62011 -# CONFIG_FDDI is not set
62012 -# CONFIG_HIPPI is not set
62013 -# CONFIG_PPP is not set
62014 -# CONFIG_SLIP is not set
62015 -# CONFIG_NETCONSOLE is not set
62016 -# CONFIG_NETPOLL is not set
62017 -# CONFIG_NET_POLL_CONTROLLER is not set
62018 -# CONFIG_ISDN is not set
62019 -# CONFIG_PHONE is not set
62020 -
62021 -#
62022 -# Input device support
62023 -#
62024 -CONFIG_INPUT=y
62025 -# CONFIG_INPUT_FF_MEMLESS is not set
62026 -# CONFIG_INPUT_POLLDEV is not set
62027 -
62028 -#
62029 -# Userland interfaces
62030 -#
62031 -# CONFIG_INPUT_MOUSEDEV is not set
62032 -# CONFIG_INPUT_JOYDEV is not set
62033 -# CONFIG_INPUT_EVDEV is not set
62034 -# CONFIG_INPUT_EVBUG is not set
62035 -
62036 -#
62037 -# Input Device Drivers
62038 -#
62039 -# CONFIG_INPUT_KEYBOARD is not set
62040 -# CONFIG_INPUT_MOUSE is not set
62041 -# CONFIG_INPUT_JOYSTICK is not set
62042 -# CONFIG_INPUT_TABLET is not set
62043 -# CONFIG_INPUT_TOUCHSCREEN is not set
62044 -# CONFIG_INPUT_MISC is not set
62045 -
62046 -#
62047 -# Hardware I/O ports
62048 -#
62049 -# CONFIG_SERIO is not set
62050 -# CONFIG_GAMEPORT is not set
62051 -
62052 -#
62053 -# Character devices
62054 -#
62055 -# CONFIG_VT is not set
62056 -# CONFIG_SERIAL_NONSTANDARD is not set
62057 -# CONFIG_NOZOMI is not set
62058 -
62059 -#
62060 -# Serial drivers
62061 -#
62062 -CONFIG_SERIAL_8250=y
62063 -CONFIG_SERIAL_8250_CONSOLE=y
62064 -CONFIG_SERIAL_8250_PCI=y
62065 -CONFIG_SERIAL_8250_NR_UARTS=4
62066 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
62067 -# CONFIG_SERIAL_8250_EXTENDED is not set
62068 -
62069 -#
62070 -# Non-8250 serial port support
62071 -#
62072 -# CONFIG_SERIAL_UARTLITE is not set
62073 -CONFIG_SERIAL_CORE=y
62074 -CONFIG_SERIAL_CORE_CONSOLE=y
62075 -# CONFIG_SERIAL_JSM is not set
62076 -# CONFIG_SERIAL_OF_PLATFORM is not set
62077 -CONFIG_UNIX98_PTYS=y
62078 -CONFIG_LEGACY_PTYS=y
62079 -CONFIG_LEGACY_PTY_COUNT=256
62080 -# CONFIG_IPMI_HANDLER is not set
62081 -# CONFIG_HW_RANDOM is not set
62082 -# CONFIG_NVRAM is not set
62083 -# CONFIG_GEN_RTC is not set
62084 -# CONFIG_R3964 is not set
62085 -# CONFIG_APPLICOM is not set
62086 -# CONFIG_RAW_DRIVER is not set
62087 -# CONFIG_TCG_TPM is not set
62088 -CONFIG_DEVPORT=y
62089 -CONFIG_I2C=y
62090 -CONFIG_I2C_BOARDINFO=y
62091 -CONFIG_I2C_CHARDEV=y
62092 -
62093 -#
62094 -# I2C Algorithms
62095 -#
62096 -# CONFIG_I2C_ALGOBIT is not set
62097 -# CONFIG_I2C_ALGOPCF is not set
62098 -# CONFIG_I2C_ALGOPCA is not set
62099 -
62100 -#
62101 -# I2C Hardware Bus support
62102 -#
62103 -# CONFIG_I2C_ALI1535 is not set
62104 -# CONFIG_I2C_ALI1563 is not set
62105 -# CONFIG_I2C_ALI15X3 is not set
62106 -# CONFIG_I2C_AMD756 is not set
62107 -# CONFIG_I2C_AMD8111 is not set
62108 -# CONFIG_I2C_I801 is not set
62109 -# CONFIG_I2C_I810 is not set
62110 -# CONFIG_I2C_PIIX4 is not set
62111 -CONFIG_I2C_MPC=y
62112 -# CONFIG_I2C_NFORCE2 is not set
62113 -# CONFIG_I2C_OCORES is not set
62114 -# CONFIG_I2C_PARPORT_LIGHT is not set
62115 -# CONFIG_I2C_PROSAVAGE is not set
62116 -# CONFIG_I2C_SAVAGE4 is not set
62117 -# CONFIG_I2C_SIMTEC is not set
62118 -# CONFIG_I2C_SIS5595 is not set
62119 -# CONFIG_I2C_SIS630 is not set
62120 -# CONFIG_I2C_SIS96X is not set
62121 -# CONFIG_I2C_TAOS_EVM is not set
62122 -# CONFIG_I2C_STUB is not set
62123 -# CONFIG_I2C_VIA is not set
62124 -# CONFIG_I2C_VIAPRO is not set
62125 -# CONFIG_I2C_VOODOO3 is not set
62126 -
62127 -#
62128 -# Miscellaneous I2C Chip support
62129 -#
62130 -# CONFIG_DS1682 is not set
62131 -# CONFIG_SENSORS_EEPROM is not set
62132 -# CONFIG_SENSORS_PCF8574 is not set
62133 -# CONFIG_PCF8575 is not set
62134 -# CONFIG_SENSORS_PCF8591 is not set
62135 -# CONFIG_TPS65010 is not set
62136 -# CONFIG_SENSORS_MAX6875 is not set
62137 -# CONFIG_SENSORS_TSL2550 is not set
62138 -# CONFIG_I2C_DEBUG_CORE is not set
62139 -# CONFIG_I2C_DEBUG_ALGO is not set
62140 -# CONFIG_I2C_DEBUG_BUS is not set
62141 -# CONFIG_I2C_DEBUG_CHIP is not set
62142 -
62143 -#
62144 -# SPI support
62145 -#
62146 -# CONFIG_SPI is not set
62147 -# CONFIG_SPI_MASTER is not set
62148 -# CONFIG_W1 is not set
62149 -# CONFIG_POWER_SUPPLY is not set
62150 -CONFIG_HWMON=y
62151 -# CONFIG_HWMON_VID is not set
62152 -# CONFIG_SENSORS_AD7418 is not set
62153 -# CONFIG_SENSORS_ADM1021 is not set
62154 -# CONFIG_SENSORS_ADM1025 is not set
62155 -# CONFIG_SENSORS_ADM1026 is not set
62156 -# CONFIG_SENSORS_ADM1029 is not set
62157 -# CONFIG_SENSORS_ADM1031 is not set
62158 -# CONFIG_SENSORS_ADM9240 is not set
62159 -# CONFIG_SENSORS_ADT7470 is not set
62160 -# CONFIG_SENSORS_ADT7473 is not set
62161 -# CONFIG_SENSORS_ATXP1 is not set
62162 -# CONFIG_SENSORS_DS1621 is not set
62163 -# CONFIG_SENSORS_I5K_AMB is not set
62164 -# CONFIG_SENSORS_F71805F is not set
62165 -# CONFIG_SENSORS_F71882FG is not set
62166 -# CONFIG_SENSORS_F75375S is not set
62167 -# CONFIG_SENSORS_GL518SM is not set
62168 -# CONFIG_SENSORS_GL520SM is not set
62169 -# CONFIG_SENSORS_IT87 is not set
62170 -# CONFIG_SENSORS_LM63 is not set
62171 -# CONFIG_SENSORS_LM75 is not set
62172 -# CONFIG_SENSORS_LM77 is not set
62173 -# CONFIG_SENSORS_LM78 is not set
62174 -# CONFIG_SENSORS_LM80 is not set
62175 -# CONFIG_SENSORS_LM83 is not set
62176 -# CONFIG_SENSORS_LM85 is not set
62177 -# CONFIG_SENSORS_LM87 is not set
62178 -# CONFIG_SENSORS_LM90 is not set
62179 -# CONFIG_SENSORS_LM92 is not set
62180 -# CONFIG_SENSORS_LM93 is not set
62181 -# CONFIG_SENSORS_MAX1619 is not set
62182 -# CONFIG_SENSORS_MAX6650 is not set
62183 -# CONFIG_SENSORS_PC87360 is not set
62184 -# CONFIG_SENSORS_PC87427 is not set
62185 -# CONFIG_SENSORS_SIS5595 is not set
62186 -# CONFIG_SENSORS_DME1737 is not set
62187 -# CONFIG_SENSORS_SMSC47M1 is not set
62188 -# CONFIG_SENSORS_SMSC47M192 is not set
62189 -# CONFIG_SENSORS_SMSC47B397 is not set
62190 -# CONFIG_SENSORS_ADS7828 is not set
62191 -# CONFIG_SENSORS_THMC50 is not set
62192 -# CONFIG_SENSORS_VIA686A is not set
62193 -# CONFIG_SENSORS_VT1211 is not set
62194 -# CONFIG_SENSORS_VT8231 is not set
62195 -# CONFIG_SENSORS_W83781D is not set
62196 -# CONFIG_SENSORS_W83791D is not set
62197 -# CONFIG_SENSORS_W83792D is not set
62198 -# CONFIG_SENSORS_W83793 is not set
62199 -# CONFIG_SENSORS_W83L785TS is not set
62200 -# CONFIG_SENSORS_W83L786NG is not set
62201 -# CONFIG_SENSORS_W83627HF is not set
62202 -# CONFIG_SENSORS_W83627EHF is not set
62203 -# CONFIG_HWMON_DEBUG_CHIP is not set
62204 -# CONFIG_THERMAL is not set
62205 -CONFIG_WATCHDOG=y
62206 -# CONFIG_WATCHDOG_NOWAYOUT is not set
62207 -
62208 -#
62209 -# Watchdog Device Drivers
62210 -#
62211 -# CONFIG_SOFT_WATCHDOG is not set
62212 -CONFIG_83xx_WDT=y
62213 -
62214 -#
62215 -# PCI-based Watchdog Cards
62216 -#
62217 -# CONFIG_PCIPCWATCHDOG is not set
62218 -# CONFIG_WDTPCI is not set
62219 -
62220 -#
62221 -# Sonics Silicon Backplane
62222 -#
62223 -CONFIG_SSB_POSSIBLE=y
62224 -# CONFIG_SSB is not set
62225 -
62226 -#
62227 -# Multifunction device drivers
62228 -#
62229 -# CONFIG_MFD_SM501 is not set
62230 -
62231 -#
62232 -# Multimedia devices
62233 -#
62234 -# CONFIG_VIDEO_DEV is not set
62235 -# CONFIG_DVB_CORE is not set
62236 -CONFIG_DAB=y
62237 -
62238 -#
62239 -# Graphics support
62240 -#
62241 -# CONFIG_AGP is not set
62242 -# CONFIG_DRM is not set
62243 -# CONFIG_VGASTATE is not set
62244 -CONFIG_VIDEO_OUTPUT_CONTROL=m
62245 -# CONFIG_FB is not set
62246 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
62247 -
62248 -#
62249 -# Display device support
62250 -#
62251 -# CONFIG_DISPLAY_SUPPORT is not set
62252 -
62253 -#
62254 -# Sound
62255 -#
62256 -# CONFIG_SOUND is not set
62257 -CONFIG_HID_SUPPORT=y
62258 -CONFIG_HID=y
62259 -# CONFIG_HID_DEBUG is not set
62260 -# CONFIG_HIDRAW is not set
62261 -CONFIG_USB_SUPPORT=y
62262 -CONFIG_USB_ARCH_HAS_HCD=y
62263 -CONFIG_USB_ARCH_HAS_OHCI=y
62264 -CONFIG_USB_ARCH_HAS_EHCI=y
62265 -# CONFIG_USB is not set
62266 -
62267 -#
62268 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
62269 -#
62270 -# CONFIG_USB_GADGET is not set
62271 -# CONFIG_MMC is not set
62272 -# CONFIG_MEMSTICK is not set
62273 -# CONFIG_NEW_LEDS is not set
62274 -# CONFIG_INFINIBAND is not set
62275 -# CONFIG_EDAC is not set
62276 -CONFIG_RTC_LIB=y
62277 -CONFIG_RTC_CLASS=y
62278 -CONFIG_RTC_HCTOSYS=y
62279 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
62280 -# CONFIG_RTC_DEBUG is not set
62281 -
62282 -#
62283 -# RTC interfaces
62284 -#
62285 -CONFIG_RTC_INTF_SYSFS=y
62286 -CONFIG_RTC_INTF_PROC=y
62287 -CONFIG_RTC_INTF_DEV=y
62288 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
62289 -# CONFIG_RTC_DRV_TEST is not set
62290 -
62291 -#
62292 -# I2C RTC drivers
62293 -#
62294 -# CONFIG_RTC_DRV_DS1307 is not set
62295 -CONFIG_RTC_DRV_DS1374=y
62296 -# CONFIG_RTC_DRV_DS1672 is not set
62297 -# CONFIG_RTC_DRV_MAX6900 is not set
62298 -# CONFIG_RTC_DRV_RS5C372 is not set
62299 -# CONFIG_RTC_DRV_ISL1208 is not set
62300 -# CONFIG_RTC_DRV_X1205 is not set
62301 -# CONFIG_RTC_DRV_PCF8563 is not set
62302 -# CONFIG_RTC_DRV_PCF8583 is not set
62303 -# CONFIG_RTC_DRV_M41T80 is not set
62304 -# CONFIG_RTC_DRV_S35390A is not set
62305 -
62306 -#
62307 -# SPI RTC drivers
62308 -#
62309 -
62310 -#
62311 -# Platform RTC drivers
62312 -#
62313 -# CONFIG_RTC_DRV_CMOS is not set
62314 -# CONFIG_RTC_DRV_DS1511 is not set
62315 -# CONFIG_RTC_DRV_DS1553 is not set
62316 -# CONFIG_RTC_DRV_DS1742 is not set
62317 -# CONFIG_RTC_DRV_STK17TA8 is not set
62318 -# CONFIG_RTC_DRV_M48T86 is not set
62319 -# CONFIG_RTC_DRV_M48T59 is not set
62320 -# CONFIG_RTC_DRV_V3020 is not set
62321 -
62322 -#
62323 -# on-CPU RTC drivers
62324 -#
62325 -# CONFIG_DMADEVICES is not set
62326 -
62327 -#
62328 -# Userspace I/O
62329 -#
62330 -# CONFIG_UIO is not set
62331 -
62332 -#
62333 -# File systems
62334 -#
62335 -CONFIG_EXT2_FS=y
62336 -# CONFIG_EXT2_FS_XATTR is not set
62337 -# CONFIG_EXT2_FS_XIP is not set
62338 -CONFIG_EXT3_FS=y
62339 -CONFIG_EXT3_FS_XATTR=y
62340 -# CONFIG_EXT3_FS_POSIX_ACL is not set
62341 -# CONFIG_EXT3_FS_SECURITY is not set
62342 -# CONFIG_EXT4DEV_FS is not set
62343 -CONFIG_JBD=y
62344 -CONFIG_FS_MBCACHE=y
62345 -# CONFIG_REISERFS_FS is not set
62346 -# CONFIG_JFS_FS is not set
62347 -# CONFIG_FS_POSIX_ACL is not set
62348 -# CONFIG_XFS_FS is not set
62349 -# CONFIG_GFS2_FS is not set
62350 -# CONFIG_OCFS2_FS is not set
62351 -CONFIG_DNOTIFY=y
62352 -CONFIG_INOTIFY=y
62353 -CONFIG_INOTIFY_USER=y
62354 -# CONFIG_QUOTA is not set
62355 -# CONFIG_AUTOFS_FS is not set
62356 -# CONFIG_AUTOFS4_FS is not set
62357 -# CONFIG_FUSE_FS is not set
62358 -
62359 -#
62360 -# CD-ROM/DVD Filesystems
62361 -#
62362 -# CONFIG_ISO9660_FS is not set
62363 -# CONFIG_UDF_FS is not set
62364 -
62365 -#
62366 -# DOS/FAT/NT Filesystems
62367 -#
62368 -# CONFIG_MSDOS_FS is not set
62369 -# CONFIG_VFAT_FS is not set
62370 -# CONFIG_NTFS_FS is not set
62371 -
62372 -#
62373 -# Pseudo filesystems
62374 -#
62375 -CONFIG_PROC_FS=y
62376 -CONFIG_PROC_KCORE=y
62377 -CONFIG_PROC_SYSCTL=y
62378 -CONFIG_SYSFS=y
62379 -CONFIG_TMPFS=y
62380 -# CONFIG_TMPFS_POSIX_ACL is not set
62381 -# CONFIG_HUGETLB_PAGE is not set
62382 -# CONFIG_CONFIGFS_FS is not set
62383 -
62384 -#
62385 -# Miscellaneous filesystems
62386 -#
62387 -# CONFIG_ADFS_FS is not set
62388 -# CONFIG_AFFS_FS is not set
62389 -# CONFIG_HFS_FS is not set
62390 -# CONFIG_HFSPLUS_FS is not set
62391 -# CONFIG_BEFS_FS is not set
62392 -# CONFIG_BFS_FS is not set
62393 -# CONFIG_EFS_FS is not set
62394 -# CONFIG_CRAMFS is not set
62395 -# CONFIG_VXFS_FS is not set
62396 -# CONFIG_MINIX_FS is not set
62397 -# CONFIG_HPFS_FS is not set
62398 -# CONFIG_QNX4FS_FS is not set
62399 -# CONFIG_ROMFS_FS is not set
62400 -# CONFIG_SYSV_FS is not set
62401 -# CONFIG_UFS_FS is not set
62402 -CONFIG_NETWORK_FILESYSTEMS=y
62403 -CONFIG_NFS_FS=y
62404 -CONFIG_NFS_V3=y
62405 -# CONFIG_NFS_V3_ACL is not set
62406 -CONFIG_NFS_V4=y
62407 -# CONFIG_NFS_DIRECTIO is not set
62408 -# CONFIG_NFSD is not set
62409 -CONFIG_ROOT_NFS=y
62410 -CONFIG_LOCKD=y
62411 -CONFIG_LOCKD_V4=y
62412 -CONFIG_NFS_COMMON=y
62413 -CONFIG_SUNRPC=y
62414 -CONFIG_SUNRPC_GSS=y
62415 -# CONFIG_SUNRPC_BIND34 is not set
62416 -CONFIG_RPCSEC_GSS_KRB5=y
62417 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
62418 -# CONFIG_SMB_FS is not set
62419 -# CONFIG_CIFS is not set
62420 -# CONFIG_NCP_FS is not set
62421 -# CONFIG_CODA_FS is not set
62422 -# CONFIG_AFS_FS is not set
62423 -
62424 -#
62425 -# Partition Types
62426 -#
62427 -CONFIG_PARTITION_ADVANCED=y
62428 -# CONFIG_ACORN_PARTITION is not set
62429 -# CONFIG_OSF_PARTITION is not set
62430 -# CONFIG_AMIGA_PARTITION is not set
62431 -# CONFIG_ATARI_PARTITION is not set
62432 -# CONFIG_MAC_PARTITION is not set
62433 -# CONFIG_MSDOS_PARTITION is not set
62434 -# CONFIG_LDM_PARTITION is not set
62435 -# CONFIG_SGI_PARTITION is not set
62436 -# CONFIG_ULTRIX_PARTITION is not set
62437 -# CONFIG_SUN_PARTITION is not set
62438 -# CONFIG_KARMA_PARTITION is not set
62439 -# CONFIG_EFI_PARTITION is not set
62440 -# CONFIG_SYSV68_PARTITION is not set
62441 -# CONFIG_NLS is not set
62442 -# CONFIG_DLM is not set
62443 -
62444 -#
62445 -# Library routines
62446 -#
62447 -CONFIG_BITREVERSE=y
62448 -# CONFIG_CRC_CCITT is not set
62449 -# CONFIG_CRC16 is not set
62450 -# CONFIG_CRC_ITU_T is not set
62451 -CONFIG_CRC32=y
62452 -# CONFIG_CRC7 is not set
62453 -# CONFIG_LIBCRC32C is not set
62454 -CONFIG_PLIST=y
62455 -CONFIG_HAS_IOMEM=y
62456 -CONFIG_HAS_IOPORT=y
62457 -CONFIG_HAS_DMA=y
62458 -
62459 -#
62460 -# Kernel hacking
62461 -#
62462 -# CONFIG_PRINTK_TIME is not set
62463 -CONFIG_ENABLE_WARN_DEPRECATED=y
62464 -CONFIG_ENABLE_MUST_CHECK=y
62465 -# CONFIG_MAGIC_SYSRQ is not set
62466 -# CONFIG_UNUSED_SYMBOLS is not set
62467 -# CONFIG_DEBUG_FS is not set
62468 -# CONFIG_HEADERS_CHECK is not set
62469 -# CONFIG_DEBUG_KERNEL is not set
62470 -# CONFIG_SLUB_DEBUG_ON is not set
62471 -# CONFIG_SLUB_STATS is not set
62472 -# CONFIG_DEBUG_BUGVERBOSE is not set
62473 -# CONFIG_SAMPLES is not set
62474 -# CONFIG_PPC_EARLY_DEBUG is not set
62475 -
62476 -#
62477 -# Security options
62478 -#
62479 -# CONFIG_KEYS is not set
62480 -# CONFIG_SECURITY is not set
62481 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
62482 -CONFIG_CRYPTO=y
62483 -CONFIG_CRYPTO_ALGAPI=y
62484 -CONFIG_CRYPTO_BLKCIPHER=y
62485 -# CONFIG_CRYPTO_SEQIV is not set
62486 -CONFIG_CRYPTO_MANAGER=y
62487 -# CONFIG_CRYPTO_HMAC is not set
62488 -# CONFIG_CRYPTO_XCBC is not set
62489 -# CONFIG_CRYPTO_NULL is not set
62490 -# CONFIG_CRYPTO_MD4 is not set
62491 -CONFIG_CRYPTO_MD5=y
62492 -# CONFIG_CRYPTO_SHA1 is not set
62493 -# CONFIG_CRYPTO_SHA256 is not set
62494 -# CONFIG_CRYPTO_SHA512 is not set
62495 -# CONFIG_CRYPTO_WP512 is not set
62496 -# CONFIG_CRYPTO_TGR192 is not set
62497 -# CONFIG_CRYPTO_GF128MUL is not set
62498 -CONFIG_CRYPTO_ECB=m
62499 -CONFIG_CRYPTO_CBC=y
62500 -CONFIG_CRYPTO_PCBC=m
62501 -# CONFIG_CRYPTO_LRW is not set
62502 -# CONFIG_CRYPTO_XTS is not set
62503 -# CONFIG_CRYPTO_CTR is not set
62504 -# CONFIG_CRYPTO_GCM is not set
62505 -# CONFIG_CRYPTO_CCM is not set
62506 -# CONFIG_CRYPTO_CRYPTD is not set
62507 -CONFIG_CRYPTO_DES=y
62508 -# CONFIG_CRYPTO_FCRYPT is not set
62509 -# CONFIG_CRYPTO_BLOWFISH is not set
62510 -# CONFIG_CRYPTO_TWOFISH is not set
62511 -# CONFIG_CRYPTO_SERPENT is not set
62512 -# CONFIG_CRYPTO_AES is not set
62513 -# CONFIG_CRYPTO_CAST5 is not set
62514 -# CONFIG_CRYPTO_CAST6 is not set
62515 -# CONFIG_CRYPTO_TEA is not set
62516 -# CONFIG_CRYPTO_ARC4 is not set
62517 -# CONFIG_CRYPTO_KHAZAD is not set
62518 -# CONFIG_CRYPTO_ANUBIS is not set
62519 -# CONFIG_CRYPTO_SEED is not set
62520 -# CONFIG_CRYPTO_SALSA20 is not set
62521 -# CONFIG_CRYPTO_DEFLATE is not set
62522 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
62523 -# CONFIG_CRYPTO_CRC32C is not set
62524 -# CONFIG_CRYPTO_CAMELLIA is not set
62525 -# CONFIG_CRYPTO_TEST is not set
62526 -# CONFIG_CRYPTO_AUTHENC is not set
62527 -# CONFIG_CRYPTO_LZO is not set
62528 -CONFIG_CRYPTO_HW=y
62529 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
62530 -# CONFIG_PPC_CLOCK is not set
62531 --- a/arch/powerpc/configs/mpc836x_mds_defconfig
62532 +++ /dev/null
62533 @@ -1,1079 +0,0 @@
62534 -#
62535 -# Automatically generated make config: don't edit
62536 -# Linux kernel version: 2.6.25-rc7
62537 -# Mon Mar 31 11:36:57 2008
62538 -#
62539 -# CONFIG_PPC64 is not set
62540 -
62541 -#
62542 -# Processor support
62543 -#
62544 -CONFIG_6xx=y
62545 -# CONFIG_PPC_85xx is not set
62546 -# CONFIG_PPC_8xx is not set
62547 -# CONFIG_40x is not set
62548 -# CONFIG_44x is not set
62549 -# CONFIG_E200 is not set
62550 -CONFIG_PPC_FPU=y
62551 -# CONFIG_FSL_EMB_PERFMON is not set
62552 -CONFIG_PPC_STD_MMU=y
62553 -CONFIG_PPC_STD_MMU_32=y
62554 -# CONFIG_PPC_MM_SLICES is not set
62555 -# CONFIG_SMP is not set
62556 -CONFIG_PPC32=y
62557 -CONFIG_WORD_SIZE=32
62558 -CONFIG_PPC_MERGE=y
62559 -CONFIG_MMU=y
62560 -CONFIG_GENERIC_CMOS_UPDATE=y
62561 -CONFIG_GENERIC_TIME=y
62562 -CONFIG_GENERIC_TIME_VSYSCALL=y
62563 -CONFIG_GENERIC_CLOCKEVENTS=y
62564 -CONFIG_GENERIC_HARDIRQS=y
62565 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
62566 -CONFIG_IRQ_PER_CPU=y
62567 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
62568 -CONFIG_ARCH_HAS_ILOG2_U32=y
62569 -CONFIG_GENERIC_HWEIGHT=y
62570 -CONFIG_GENERIC_CALIBRATE_DELAY=y
62571 -CONFIG_GENERIC_FIND_NEXT_BIT=y
62572 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
62573 -CONFIG_PPC=y
62574 -CONFIG_EARLY_PRINTK=y
62575 -CONFIG_GENERIC_NVRAM=y
62576 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
62577 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
62578 -CONFIG_PPC_OF=y
62579 -CONFIG_OF=y
62580 -CONFIG_PPC_UDBG_16550=y
62581 -# CONFIG_GENERIC_TBSYNC is not set
62582 -CONFIG_AUDIT_ARCH=y
62583 -CONFIG_GENERIC_BUG=y
62584 -CONFIG_DEFAULT_UIMAGE=y
62585 -# CONFIG_PPC_DCR_NATIVE is not set
62586 -# CONFIG_PPC_DCR_MMIO is not set
62587 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
62588 -
62589 -#
62590 -# General setup
62591 -#
62592 -CONFIG_EXPERIMENTAL=y
62593 -CONFIG_BROKEN_ON_SMP=y
62594 -CONFIG_INIT_ENV_ARG_LIMIT=32
62595 -CONFIG_LOCALVERSION=""
62596 -CONFIG_LOCALVERSION_AUTO=y
62597 -CONFIG_SWAP=y
62598 -CONFIG_SYSVIPC=y
62599 -CONFIG_SYSVIPC_SYSCTL=y
62600 -# CONFIG_POSIX_MQUEUE is not set
62601 -# CONFIG_BSD_PROCESS_ACCT is not set
62602 -# CONFIG_TASKSTATS is not set
62603 -# CONFIG_AUDIT is not set
62604 -# CONFIG_IKCONFIG is not set
62605 -CONFIG_LOG_BUF_SHIFT=14
62606 -# CONFIG_CGROUPS is not set
62607 -CONFIG_GROUP_SCHED=y
62608 -# CONFIG_FAIR_GROUP_SCHED is not set
62609 -# CONFIG_RT_GROUP_SCHED is not set
62610 -CONFIG_USER_SCHED=y
62611 -# CONFIG_CGROUP_SCHED is not set
62612 -CONFIG_SYSFS_DEPRECATED=y
62613 -CONFIG_SYSFS_DEPRECATED_V2=y
62614 -# CONFIG_RELAY is not set
62615 -# CONFIG_NAMESPACES is not set
62616 -CONFIG_BLK_DEV_INITRD=y
62617 -CONFIG_INITRAMFS_SOURCE=""
62618 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
62619 -CONFIG_SYSCTL=y
62620 -CONFIG_EMBEDDED=y
62621 -CONFIG_SYSCTL_SYSCALL=y
62622 -# CONFIG_KALLSYMS is not set
62623 -CONFIG_HOTPLUG=y
62624 -CONFIG_PRINTK=y
62625 -CONFIG_BUG=y
62626 -CONFIG_ELF_CORE=y
62627 -CONFIG_COMPAT_BRK=y
62628 -CONFIG_BASE_FULL=y
62629 -CONFIG_FUTEX=y
62630 -CONFIG_ANON_INODES=y
62631 -# CONFIG_EPOLL is not set
62632 -CONFIG_SIGNALFD=y
62633 -CONFIG_TIMERFD=y
62634 -CONFIG_EVENTFD=y
62635 -CONFIG_SHMEM=y
62636 -CONFIG_VM_EVENT_COUNTERS=y
62637 -CONFIG_SLUB_DEBUG=y
62638 -# CONFIG_SLAB is not set
62639 -CONFIG_SLUB=y
62640 -# CONFIG_SLOB is not set
62641 -# CONFIG_PROFILING is not set
62642 -# CONFIG_MARKERS is not set
62643 -CONFIG_HAVE_OPROFILE=y
62644 -CONFIG_HAVE_KPROBES=y
62645 -CONFIG_HAVE_KRETPROBES=y
62646 -CONFIG_PROC_PAGE_MONITOR=y
62647 -CONFIG_SLABINFO=y
62648 -CONFIG_RT_MUTEXES=y
62649 -# CONFIG_TINY_SHMEM is not set
62650 -CONFIG_BASE_SMALL=0
62651 -CONFIG_MODULES=y
62652 -CONFIG_MODULE_UNLOAD=y
62653 -# CONFIG_MODULE_FORCE_UNLOAD is not set
62654 -# CONFIG_MODVERSIONS is not set
62655 -# CONFIG_MODULE_SRCVERSION_ALL is not set
62656 -# CONFIG_KMOD is not set
62657 -CONFIG_BLOCK=y
62658 -# CONFIG_LBD is not set
62659 -# CONFIG_BLK_DEV_IO_TRACE is not set
62660 -# CONFIG_LSF is not set
62661 -# CONFIG_BLK_DEV_BSG is not set
62662 -
62663 -#
62664 -# IO Schedulers
62665 -#
62666 -CONFIG_IOSCHED_NOOP=y
62667 -CONFIG_IOSCHED_AS=y
62668 -CONFIG_IOSCHED_DEADLINE=y
62669 -CONFIG_IOSCHED_CFQ=y
62670 -CONFIG_DEFAULT_AS=y
62671 -# CONFIG_DEFAULT_DEADLINE is not set
62672 -# CONFIG_DEFAULT_CFQ is not set
62673 -# CONFIG_DEFAULT_NOOP is not set
62674 -CONFIG_DEFAULT_IOSCHED="anticipatory"
62675 -CONFIG_CLASSIC_RCU=y
62676 -
62677 -#
62678 -# Platform support
62679 -#
62680 -# CONFIG_PPC_MULTIPLATFORM is not set
62681 -# CONFIG_PPC_82xx is not set
62682 -CONFIG_PPC_83xx=y
62683 -# CONFIG_PPC_86xx is not set
62684 -# CONFIG_PPC_MPC512x is not set
62685 -# CONFIG_PPC_MPC5121 is not set
62686 -# CONFIG_PPC_CELL is not set
62687 -# CONFIG_PPC_CELL_NATIVE is not set
62688 -# CONFIG_PQ2ADS is not set
62689 -CONFIG_MPC83xx=y
62690 -# CONFIG_MPC831x_RDB is not set
62691 -# CONFIG_MPC832x_MDS is not set
62692 -# CONFIG_MPC832x_RDB is not set
62693 -# CONFIG_MPC834x_MDS is not set
62694 -# CONFIG_MPC834x_ITX is not set
62695 -CONFIG_MPC836x_MDS=y
62696 -# CONFIG_MPC837x_MDS is not set
62697 -# CONFIG_MPC837x_RDB is not set
62698 -# CONFIG_SBC834x is not set
62699 -CONFIG_IPIC=y
62700 -# CONFIG_MPIC is not set
62701 -# CONFIG_MPIC_WEIRD is not set
62702 -# CONFIG_PPC_I8259 is not set
62703 -# CONFIG_PPC_RTAS is not set
62704 -# CONFIG_MMIO_NVRAM is not set
62705 -# CONFIG_PPC_MPC106 is not set
62706 -# CONFIG_PPC_970_NAP is not set
62707 -# CONFIG_PPC_INDIRECT_IO is not set
62708 -# CONFIG_GENERIC_IOMAP is not set
62709 -# CONFIG_CPU_FREQ is not set
62710 -CONFIG_QUICC_ENGINE=y
62711 -# CONFIG_FSL_ULI1575 is not set
62712 -
62713 -#
62714 -# Kernel options
62715 -#
62716 -# CONFIG_HIGHMEM is not set
62717 -CONFIG_TICK_ONESHOT=y
62718 -CONFIG_NO_HZ=y
62719 -CONFIG_HIGH_RES_TIMERS=y
62720 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
62721 -# CONFIG_HZ_100 is not set
62722 -CONFIG_HZ_250=y
62723 -# CONFIG_HZ_300 is not set
62724 -# CONFIG_HZ_1000 is not set
62725 -CONFIG_HZ=250
62726 -# CONFIG_SCHED_HRTICK is not set
62727 -CONFIG_PREEMPT_NONE=y
62728 -# CONFIG_PREEMPT_VOLUNTARY is not set
62729 -# CONFIG_PREEMPT is not set
62730 -CONFIG_BINFMT_ELF=y
62731 -# CONFIG_BINFMT_MISC is not set
62732 -# CONFIG_IOMMU_HELPER is not set
62733 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
62734 -CONFIG_ARCH_HAS_WALK_MEMORY=y
62735 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
62736 -CONFIG_ARCH_FLATMEM_ENABLE=y
62737 -CONFIG_ARCH_POPULATES_NODE_MAP=y
62738 -CONFIG_SELECT_MEMORY_MODEL=y
62739 -CONFIG_FLATMEM_MANUAL=y
62740 -# CONFIG_DISCONTIGMEM_MANUAL is not set
62741 -# CONFIG_SPARSEMEM_MANUAL is not set
62742 -CONFIG_FLATMEM=y
62743 -CONFIG_FLAT_NODE_MEM_MAP=y
62744 -# CONFIG_SPARSEMEM_STATIC is not set
62745 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
62746 -CONFIG_SPLIT_PTLOCK_CPUS=4
62747 -# CONFIG_RESOURCES_64BIT is not set
62748 -CONFIG_ZONE_DMA_FLAG=1
62749 -CONFIG_BOUNCE=y
62750 -CONFIG_VIRT_TO_BUS=y
62751 -CONFIG_PROC_DEVICETREE=y
62752 -# CONFIG_CMDLINE_BOOL is not set
62753 -# CONFIG_PM is not set
62754 -CONFIG_SECCOMP=y
62755 -CONFIG_ISA_DMA_API=y
62756 -
62757 -#
62758 -# Bus options
62759 -#
62760 -CONFIG_ZONE_DMA=y
62761 -CONFIG_GENERIC_ISA_DMA=y
62762 -CONFIG_PPC_INDIRECT_PCI=y
62763 -CONFIG_FSL_SOC=y
62764 -CONFIG_PCI=y
62765 -CONFIG_PCI_DOMAINS=y
62766 -CONFIG_PCI_SYSCALL=y
62767 -# CONFIG_PCIEPORTBUS is not set
62768 -CONFIG_ARCH_SUPPORTS_MSI=y
62769 -# CONFIG_PCI_MSI is not set
62770 -CONFIG_PCI_LEGACY=y
62771 -# CONFIG_PCCARD is not set
62772 -# CONFIG_HOTPLUG_PCI is not set
62773 -
62774 -#
62775 -# Advanced setup
62776 -#
62777 -# CONFIG_ADVANCED_OPTIONS is not set
62778 -
62779 -#
62780 -# Default settings for advanced configuration options are used
62781 -#
62782 -CONFIG_HIGHMEM_START=0xfe000000
62783 -CONFIG_LOWMEM_SIZE=0x30000000
62784 -CONFIG_KERNEL_START=0xc0000000
62785 -CONFIG_TASK_SIZE=0xc0000000
62786 -CONFIG_BOOT_LOAD=0x00800000
62787 -
62788 -#
62789 -# Networking
62790 -#
62791 -CONFIG_NET=y
62792 -
62793 -#
62794 -# Networking options
62795 -#
62796 -CONFIG_PACKET=y
62797 -# CONFIG_PACKET_MMAP is not set
62798 -CONFIG_UNIX=y
62799 -CONFIG_XFRM=y
62800 -# CONFIG_XFRM_USER is not set
62801 -# CONFIG_XFRM_SUB_POLICY is not set
62802 -# CONFIG_XFRM_MIGRATE is not set
62803 -# CONFIG_XFRM_STATISTICS is not set
62804 -# CONFIG_NET_KEY is not set
62805 -CONFIG_INET=y
62806 -CONFIG_IP_MULTICAST=y
62807 -# CONFIG_IP_ADVANCED_ROUTER is not set
62808 -CONFIG_IP_FIB_HASH=y
62809 -CONFIG_IP_PNP=y
62810 -CONFIG_IP_PNP_DHCP=y
62811 -CONFIG_IP_PNP_BOOTP=y
62812 -# CONFIG_IP_PNP_RARP is not set
62813 -# CONFIG_NET_IPIP is not set
62814 -# CONFIG_NET_IPGRE is not set
62815 -# CONFIG_IP_MROUTE is not set
62816 -# CONFIG_ARPD is not set
62817 -CONFIG_SYN_COOKIES=y
62818 -# CONFIG_INET_AH is not set
62819 -# CONFIG_INET_ESP is not set
62820 -# CONFIG_INET_IPCOMP is not set
62821 -# CONFIG_INET_XFRM_TUNNEL is not set
62822 -# CONFIG_INET_TUNNEL is not set
62823 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
62824 -CONFIG_INET_XFRM_MODE_TUNNEL=y
62825 -CONFIG_INET_XFRM_MODE_BEET=y
62826 -# CONFIG_INET_LRO is not set
62827 -CONFIG_INET_DIAG=y
62828 -CONFIG_INET_TCP_DIAG=y
62829 -# CONFIG_TCP_CONG_ADVANCED is not set
62830 -CONFIG_TCP_CONG_CUBIC=y
62831 -CONFIG_DEFAULT_TCP_CONG="cubic"
62832 -# CONFIG_TCP_MD5SIG is not set
62833 -# CONFIG_IPV6 is not set
62834 -# CONFIG_INET6_XFRM_TUNNEL is not set
62835 -# CONFIG_INET6_TUNNEL is not set
62836 -# CONFIG_NETWORK_SECMARK is not set
62837 -# CONFIG_NETFILTER is not set
62838 -# CONFIG_IP_DCCP is not set
62839 -# CONFIG_IP_SCTP is not set
62840 -# CONFIG_TIPC is not set
62841 -# CONFIG_ATM is not set
62842 -# CONFIG_BRIDGE is not set
62843 -# CONFIG_VLAN_8021Q is not set
62844 -# CONFIG_DECNET is not set
62845 -# CONFIG_LLC2 is not set
62846 -# CONFIG_IPX is not set
62847 -# CONFIG_ATALK is not set
62848 -# CONFIG_X25 is not set
62849 -# CONFIG_LAPB is not set
62850 -# CONFIG_ECONET is not set
62851 -# CONFIG_WAN_ROUTER is not set
62852 -# CONFIG_NET_SCHED is not set
62853 -
62854 -#
62855 -# Network testing
62856 -#
62857 -# CONFIG_NET_PKTGEN is not set
62858 -# CONFIG_HAMRADIO is not set
62859 -# CONFIG_CAN is not set
62860 -# CONFIG_IRDA is not set
62861 -# CONFIG_BT is not set
62862 -# CONFIG_AF_RXRPC is not set
62863 -
62864 -#
62865 -# Wireless
62866 -#
62867 -# CONFIG_CFG80211 is not set
62868 -# CONFIG_WIRELESS_EXT is not set
62869 -# CONFIG_MAC80211 is not set
62870 -# CONFIG_IEEE80211 is not set
62871 -# CONFIG_RFKILL is not set
62872 -# CONFIG_NET_9P is not set
62873 -
62874 -#
62875 -# Device Drivers
62876 -#
62877 -
62878 -#
62879 -# Generic Driver Options
62880 -#
62881 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
62882 -CONFIG_STANDALONE=y
62883 -CONFIG_PREVENT_FIRMWARE_BUILD=y
62884 -# CONFIG_FW_LOADER is not set
62885 -# CONFIG_SYS_HYPERVISOR is not set
62886 -# CONFIG_CONNECTOR is not set
62887 -# CONFIG_MTD is not set
62888 -CONFIG_OF_DEVICE=y
62889 -# CONFIG_PARPORT is not set
62890 -CONFIG_BLK_DEV=y
62891 -# CONFIG_BLK_DEV_FD is not set
62892 -# CONFIG_BLK_CPQ_DA is not set
62893 -# CONFIG_BLK_CPQ_CISS_DA is not set
62894 -# CONFIG_BLK_DEV_DAC960 is not set
62895 -# CONFIG_BLK_DEV_UMEM is not set
62896 -# CONFIG_BLK_DEV_COW_COMMON is not set
62897 -CONFIG_BLK_DEV_LOOP=y
62898 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
62899 -# CONFIG_BLK_DEV_NBD is not set
62900 -# CONFIG_BLK_DEV_SX8 is not set
62901 -CONFIG_BLK_DEV_RAM=y
62902 -CONFIG_BLK_DEV_RAM_COUNT=16
62903 -CONFIG_BLK_DEV_RAM_SIZE=32768
62904 -# CONFIG_BLK_DEV_XIP is not set
62905 -# CONFIG_CDROM_PKTCDVD is not set
62906 -# CONFIG_ATA_OVER_ETH is not set
62907 -CONFIG_MISC_DEVICES=y
62908 -# CONFIG_PHANTOM is not set
62909 -# CONFIG_EEPROM_93CX6 is not set
62910 -# CONFIG_SGI_IOC4 is not set
62911 -# CONFIG_TIFM_CORE is not set
62912 -# CONFIG_ENCLOSURE_SERVICES is not set
62913 -CONFIG_HAVE_IDE=y
62914 -# CONFIG_IDE is not set
62915 -
62916 -#
62917 -# SCSI device support
62918 -#
62919 -# CONFIG_RAID_ATTRS is not set
62920 -CONFIG_SCSI=y
62921 -CONFIG_SCSI_DMA=y
62922 -# CONFIG_SCSI_TGT is not set
62923 -# CONFIG_SCSI_NETLINK is not set
62924 -CONFIG_SCSI_PROC_FS=y
62925 -
62926 -#
62927 -# SCSI support type (disk, tape, CD-ROM)
62928 -#
62929 -# CONFIG_BLK_DEV_SD is not set
62930 -# CONFIG_CHR_DEV_ST is not set
62931 -# CONFIG_CHR_DEV_OSST is not set
62932 -# CONFIG_BLK_DEV_SR is not set
62933 -# CONFIG_CHR_DEV_SG is not set
62934 -# CONFIG_CHR_DEV_SCH is not set
62935 -
62936 -#
62937 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
62938 -#
62939 -# CONFIG_SCSI_MULTI_LUN is not set
62940 -# CONFIG_SCSI_CONSTANTS is not set
62941 -# CONFIG_SCSI_LOGGING is not set
62942 -# CONFIG_SCSI_SCAN_ASYNC is not set
62943 -CONFIG_SCSI_WAIT_SCAN=m
62944 -
62945 -#
62946 -# SCSI Transports
62947 -#
62948 -# CONFIG_SCSI_SPI_ATTRS is not set
62949 -# CONFIG_SCSI_FC_ATTRS is not set
62950 -# CONFIG_SCSI_ISCSI_ATTRS is not set
62951 -# CONFIG_SCSI_SAS_LIBSAS is not set
62952 -# CONFIG_SCSI_SRP_ATTRS is not set
62953 -CONFIG_SCSI_LOWLEVEL=y
62954 -# CONFIG_ISCSI_TCP is not set
62955 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
62956 -# CONFIG_SCSI_3W_9XXX is not set
62957 -# CONFIG_SCSI_ACARD is not set
62958 -# CONFIG_SCSI_AACRAID is not set
62959 -# CONFIG_SCSI_AIC7XXX is not set
62960 -# CONFIG_SCSI_AIC7XXX_OLD is not set
62961 -# CONFIG_SCSI_AIC79XX is not set
62962 -# CONFIG_SCSI_AIC94XX is not set
62963 -# CONFIG_SCSI_DPT_I2O is not set
62964 -# CONFIG_SCSI_ADVANSYS is not set
62965 -# CONFIG_SCSI_ARCMSR is not set
62966 -# CONFIG_MEGARAID_NEWGEN is not set
62967 -# CONFIG_MEGARAID_LEGACY is not set
62968 -# CONFIG_MEGARAID_SAS is not set
62969 -# CONFIG_SCSI_HPTIOP is not set
62970 -# CONFIG_SCSI_BUSLOGIC is not set
62971 -# CONFIG_SCSI_DMX3191D is not set
62972 -# CONFIG_SCSI_EATA is not set
62973 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
62974 -# CONFIG_SCSI_GDTH is not set
62975 -# CONFIG_SCSI_IPS is not set
62976 -# CONFIG_SCSI_INITIO is not set
62977 -# CONFIG_SCSI_INIA100 is not set
62978 -# CONFIG_SCSI_MVSAS is not set
62979 -# CONFIG_SCSI_STEX is not set
62980 -# CONFIG_SCSI_SYM53C8XX_2 is not set
62981 -# CONFIG_SCSI_QLOGIC_1280 is not set
62982 -# CONFIG_SCSI_QLA_FC is not set
62983 -# CONFIG_SCSI_QLA_ISCSI is not set
62984 -# CONFIG_SCSI_LPFC is not set
62985 -# CONFIG_SCSI_DC395x is not set
62986 -# CONFIG_SCSI_DC390T is not set
62987 -# CONFIG_SCSI_NSP32 is not set
62988 -# CONFIG_SCSI_DEBUG is not set
62989 -# CONFIG_SCSI_SRP is not set
62990 -# CONFIG_ATA is not set
62991 -# CONFIG_MD is not set
62992 -# CONFIG_FUSION is not set
62993 -
62994 -#
62995 -# IEEE 1394 (FireWire) support
62996 -#
62997 -# CONFIG_FIREWIRE is not set
62998 -# CONFIG_IEEE1394 is not set
62999 -# CONFIG_I2O is not set
63000 -# CONFIG_MACINTOSH_DRIVERS is not set
63001 -CONFIG_NETDEVICES=y
63002 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
63003 -# CONFIG_DUMMY is not set
63004 -# CONFIG_BONDING is not set
63005 -# CONFIG_MACVLAN is not set
63006 -# CONFIG_EQUALIZER is not set
63007 -# CONFIG_TUN is not set
63008 -# CONFIG_VETH is not set
63009 -# CONFIG_ARCNET is not set
63010 -CONFIG_PHYLIB=y
63011 -
63012 -#
63013 -# MII PHY device drivers
63014 -#
63015 -CONFIG_MARVELL_PHY=y
63016 -# CONFIG_DAVICOM_PHY is not set
63017 -# CONFIG_QSEMI_PHY is not set
63018 -# CONFIG_LXT_PHY is not set
63019 -# CONFIG_CICADA_PHY is not set
63020 -# CONFIG_VITESSE_PHY is not set
63021 -# CONFIG_SMSC_PHY is not set
63022 -# CONFIG_BROADCOM_PHY is not set
63023 -# CONFIG_ICPLUS_PHY is not set
63024 -# CONFIG_REALTEK_PHY is not set
63025 -# CONFIG_FIXED_PHY is not set
63026 -# CONFIG_MDIO_BITBANG is not set
63027 -CONFIG_NET_ETHERNET=y
63028 -CONFIG_MII=y
63029 -# CONFIG_HAPPYMEAL is not set
63030 -# CONFIG_SUNGEM is not set
63031 -# CONFIG_CASSINI is not set
63032 -# CONFIG_NET_VENDOR_3COM is not set
63033 -# CONFIG_NET_TULIP is not set
63034 -# CONFIG_HP100 is not set
63035 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
63036 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
63037 -# CONFIG_IBM_NEW_EMAC_TAH is not set
63038 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
63039 -# CONFIG_NET_PCI is not set
63040 -# CONFIG_B44 is not set
63041 -CONFIG_NETDEV_1000=y
63042 -# CONFIG_ACENIC is not set
63043 -# CONFIG_DL2K is not set
63044 -# CONFIG_E1000 is not set
63045 -# CONFIG_E1000E is not set
63046 -# CONFIG_E1000E_ENABLED is not set
63047 -# CONFIG_IP1000 is not set
63048 -# CONFIG_IGB is not set
63049 -# CONFIG_NS83820 is not set
63050 -# CONFIG_HAMACHI is not set
63051 -# CONFIG_YELLOWFIN is not set
63052 -# CONFIG_R8169 is not set
63053 -# CONFIG_SIS190 is not set
63054 -# CONFIG_SKGE is not set
63055 -# CONFIG_SKY2 is not set
63056 -# CONFIG_SK98LIN is not set
63057 -# CONFIG_VIA_VELOCITY is not set
63058 -# CONFIG_TIGON3 is not set
63059 -# CONFIG_BNX2 is not set
63060 -# CONFIG_GIANFAR is not set
63061 -CONFIG_UCC_GETH=y
63062 -# CONFIG_UGETH_NAPI is not set
63063 -# CONFIG_UGETH_MAGIC_PACKET is not set
63064 -# CONFIG_UGETH_FILTERING is not set
63065 -# CONFIG_UGETH_TX_ON_DEMAND is not set
63066 -# CONFIG_QLA3XXX is not set
63067 -# CONFIG_ATL1 is not set
63068 -CONFIG_NETDEV_10000=y
63069 -# CONFIG_CHELSIO_T1 is not set
63070 -# CONFIG_CHELSIO_T3 is not set
63071 -# CONFIG_IXGBE is not set
63072 -# CONFIG_IXGB is not set
63073 -# CONFIG_S2IO is not set
63074 -# CONFIG_MYRI10GE is not set
63075 -# CONFIG_NETXEN_NIC is not set
63076 -# CONFIG_NIU is not set
63077 -# CONFIG_MLX4_CORE is not set
63078 -# CONFIG_TEHUTI is not set
63079 -# CONFIG_BNX2X is not set
63080 -# CONFIG_TR is not set
63081 -
63082 -#
63083 -# Wireless LAN
63084 -#
63085 -# CONFIG_WLAN_PRE80211 is not set
63086 -# CONFIG_WLAN_80211 is not set
63087 -# CONFIG_WAN is not set
63088 -# CONFIG_FDDI is not set
63089 -# CONFIG_HIPPI is not set
63090 -# CONFIG_PPP is not set
63091 -# CONFIG_SLIP is not set
63092 -# CONFIG_NET_FC is not set
63093 -# CONFIG_NETCONSOLE is not set
63094 -# CONFIG_NETPOLL is not set
63095 -# CONFIG_NET_POLL_CONTROLLER is not set
63096 -# CONFIG_ISDN is not set
63097 -# CONFIG_PHONE is not set
63098 -
63099 -#
63100 -# Input device support
63101 -#
63102 -CONFIG_INPUT=y
63103 -# CONFIG_INPUT_FF_MEMLESS is not set
63104 -# CONFIG_INPUT_POLLDEV is not set
63105 -
63106 -#
63107 -# Userland interfaces
63108 -#
63109 -# CONFIG_INPUT_MOUSEDEV is not set
63110 -# CONFIG_INPUT_JOYDEV is not set
63111 -# CONFIG_INPUT_EVDEV is not set
63112 -# CONFIG_INPUT_EVBUG is not set
63113 -
63114 -#
63115 -# Input Device Drivers
63116 -#
63117 -# CONFIG_INPUT_KEYBOARD is not set
63118 -# CONFIG_INPUT_MOUSE is not set
63119 -# CONFIG_INPUT_JOYSTICK is not set
63120 -# CONFIG_INPUT_TABLET is not set
63121 -# CONFIG_INPUT_TOUCHSCREEN is not set
63122 -# CONFIG_INPUT_MISC is not set
63123 -
63124 -#
63125 -# Hardware I/O ports
63126 -#
63127 -# CONFIG_SERIO is not set
63128 -# CONFIG_GAMEPORT is not set
63129 -
63130 -#
63131 -# Character devices
63132 -#
63133 -# CONFIG_VT is not set
63134 -# CONFIG_SERIAL_NONSTANDARD is not set
63135 -# CONFIG_NOZOMI is not set
63136 -
63137 -#
63138 -# Serial drivers
63139 -#
63140 -CONFIG_SERIAL_8250=y
63141 -CONFIG_SERIAL_8250_CONSOLE=y
63142 -CONFIG_SERIAL_8250_PCI=y
63143 -CONFIG_SERIAL_8250_NR_UARTS=4
63144 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
63145 -# CONFIG_SERIAL_8250_EXTENDED is not set
63146 -
63147 -#
63148 -# Non-8250 serial port support
63149 -#
63150 -# CONFIG_SERIAL_UARTLITE is not set
63151 -CONFIG_SERIAL_CORE=y
63152 -CONFIG_SERIAL_CORE_CONSOLE=y
63153 -# CONFIG_SERIAL_JSM is not set
63154 -# CONFIG_SERIAL_OF_PLATFORM is not set
63155 -# CONFIG_SERIAL_QE is not set
63156 -CONFIG_UNIX98_PTYS=y
63157 -CONFIG_LEGACY_PTYS=y
63158 -CONFIG_LEGACY_PTY_COUNT=256
63159 -# CONFIG_IPMI_HANDLER is not set
63160 -CONFIG_HW_RANDOM=y
63161 -# CONFIG_NVRAM is not set
63162 -# CONFIG_GEN_RTC is not set
63163 -# CONFIG_R3964 is not set
63164 -# CONFIG_APPLICOM is not set
63165 -# CONFIG_RAW_DRIVER is not set
63166 -# CONFIG_TCG_TPM is not set
63167 -CONFIG_DEVPORT=y
63168 -CONFIG_I2C=y
63169 -CONFIG_I2C_BOARDINFO=y
63170 -CONFIG_I2C_CHARDEV=y
63171 -
63172 -#
63173 -# I2C Algorithms
63174 -#
63175 -# CONFIG_I2C_ALGOBIT is not set
63176 -# CONFIG_I2C_ALGOPCF is not set
63177 -# CONFIG_I2C_ALGOPCA is not set
63178 -
63179 -#
63180 -# I2C Hardware Bus support
63181 -#
63182 -# CONFIG_I2C_ALI1535 is not set
63183 -# CONFIG_I2C_ALI1563 is not set
63184 -# CONFIG_I2C_ALI15X3 is not set
63185 -# CONFIG_I2C_AMD756 is not set
63186 -# CONFIG_I2C_AMD8111 is not set
63187 -# CONFIG_I2C_I801 is not set
63188 -# CONFIG_I2C_I810 is not set
63189 -# CONFIG_I2C_PIIX4 is not set
63190 -CONFIG_I2C_MPC=y
63191 -# CONFIG_I2C_NFORCE2 is not set
63192 -# CONFIG_I2C_OCORES is not set
63193 -# CONFIG_I2C_PARPORT_LIGHT is not set
63194 -# CONFIG_I2C_PROSAVAGE is not set
63195 -# CONFIG_I2C_SAVAGE4 is not set
63196 -# CONFIG_I2C_SIMTEC is not set
63197 -# CONFIG_I2C_SIS5595 is not set
63198 -# CONFIG_I2C_SIS630 is not set
63199 -# CONFIG_I2C_SIS96X is not set
63200 -# CONFIG_I2C_TAOS_EVM is not set
63201 -# CONFIG_I2C_STUB is not set
63202 -# CONFIG_I2C_VIA is not set
63203 -# CONFIG_I2C_VIAPRO is not set
63204 -# CONFIG_I2C_VOODOO3 is not set
63205 -
63206 -#
63207 -# Miscellaneous I2C Chip support
63208 -#
63209 -# CONFIG_DS1682 is not set
63210 -# CONFIG_SENSORS_EEPROM is not set
63211 -# CONFIG_SENSORS_PCF8574 is not set
63212 -# CONFIG_PCF8575 is not set
63213 -# CONFIG_SENSORS_PCF8591 is not set
63214 -# CONFIG_TPS65010 is not set
63215 -# CONFIG_SENSORS_MAX6875 is not set
63216 -# CONFIG_SENSORS_TSL2550 is not set
63217 -# CONFIG_I2C_DEBUG_CORE is not set
63218 -# CONFIG_I2C_DEBUG_ALGO is not set
63219 -# CONFIG_I2C_DEBUG_BUS is not set
63220 -# CONFIG_I2C_DEBUG_CHIP is not set
63221 -
63222 -#
63223 -# SPI support
63224 -#
63225 -# CONFIG_SPI is not set
63226 -# CONFIG_SPI_MASTER is not set
63227 -# CONFIG_W1 is not set
63228 -# CONFIG_POWER_SUPPLY is not set
63229 -CONFIG_HWMON=y
63230 -# CONFIG_HWMON_VID is not set
63231 -# CONFIG_SENSORS_AD7418 is not set
63232 -# CONFIG_SENSORS_ADM1021 is not set
63233 -# CONFIG_SENSORS_ADM1025 is not set
63234 -# CONFIG_SENSORS_ADM1026 is not set
63235 -# CONFIG_SENSORS_ADM1029 is not set
63236 -# CONFIG_SENSORS_ADM1031 is not set
63237 -# CONFIG_SENSORS_ADM9240 is not set
63238 -# CONFIG_SENSORS_ADT7470 is not set
63239 -# CONFIG_SENSORS_ADT7473 is not set
63240 -# CONFIG_SENSORS_ATXP1 is not set
63241 -# CONFIG_SENSORS_DS1621 is not set
63242 -# CONFIG_SENSORS_I5K_AMB is not set
63243 -# CONFIG_SENSORS_F71805F is not set
63244 -# CONFIG_SENSORS_F71882FG is not set
63245 -# CONFIG_SENSORS_F75375S is not set
63246 -# CONFIG_SENSORS_GL518SM is not set
63247 -# CONFIG_SENSORS_GL520SM is not set
63248 -# CONFIG_SENSORS_IT87 is not set
63249 -# CONFIG_SENSORS_LM63 is not set
63250 -# CONFIG_SENSORS_LM75 is not set
63251 -# CONFIG_SENSORS_LM77 is not set
63252 -# CONFIG_SENSORS_LM78 is not set
63253 -# CONFIG_SENSORS_LM80 is not set
63254 -# CONFIG_SENSORS_LM83 is not set
63255 -# CONFIG_SENSORS_LM85 is not set
63256 -# CONFIG_SENSORS_LM87 is not set
63257 -# CONFIG_SENSORS_LM90 is not set
63258 -# CONFIG_SENSORS_LM92 is not set
63259 -# CONFIG_SENSORS_LM93 is not set
63260 -# CONFIG_SENSORS_MAX1619 is not set
63261 -# CONFIG_SENSORS_MAX6650 is not set
63262 -# CONFIG_SENSORS_PC87360 is not set
63263 -# CONFIG_SENSORS_PC87427 is not set
63264 -# CONFIG_SENSORS_SIS5595 is not set
63265 -# CONFIG_SENSORS_DME1737 is not set
63266 -# CONFIG_SENSORS_SMSC47M1 is not set
63267 -# CONFIG_SENSORS_SMSC47M192 is not set
63268 -# CONFIG_SENSORS_SMSC47B397 is not set
63269 -# CONFIG_SENSORS_ADS7828 is not set
63270 -# CONFIG_SENSORS_THMC50 is not set
63271 -# CONFIG_SENSORS_VIA686A is not set
63272 -# CONFIG_SENSORS_VT1211 is not set
63273 -# CONFIG_SENSORS_VT8231 is not set
63274 -# CONFIG_SENSORS_W83781D is not set
63275 -# CONFIG_SENSORS_W83791D is not set
63276 -# CONFIG_SENSORS_W83792D is not set
63277 -# CONFIG_SENSORS_W83793 is not set
63278 -# CONFIG_SENSORS_W83L785TS is not set
63279 -# CONFIG_SENSORS_W83L786NG is not set
63280 -# CONFIG_SENSORS_W83627HF is not set
63281 -# CONFIG_SENSORS_W83627EHF is not set
63282 -# CONFIG_HWMON_DEBUG_CHIP is not set
63283 -# CONFIG_THERMAL is not set
63284 -CONFIG_WATCHDOG=y
63285 -# CONFIG_WATCHDOG_NOWAYOUT is not set
63286 -
63287 -#
63288 -# Watchdog Device Drivers
63289 -#
63290 -# CONFIG_SOFT_WATCHDOG is not set
63291 -CONFIG_83xx_WDT=y
63292 -
63293 -#
63294 -# PCI-based Watchdog Cards
63295 -#
63296 -# CONFIG_PCIPCWATCHDOG is not set
63297 -# CONFIG_WDTPCI is not set
63298 -
63299 -#
63300 -# Sonics Silicon Backplane
63301 -#
63302 -CONFIG_SSB_POSSIBLE=y
63303 -# CONFIG_SSB is not set
63304 -
63305 -#
63306 -# Multifunction device drivers
63307 -#
63308 -# CONFIG_MFD_SM501 is not set
63309 -
63310 -#
63311 -# Multimedia devices
63312 -#
63313 -# CONFIG_VIDEO_DEV is not set
63314 -# CONFIG_DVB_CORE is not set
63315 -CONFIG_DAB=y
63316 -
63317 -#
63318 -# Graphics support
63319 -#
63320 -# CONFIG_AGP is not set
63321 -# CONFIG_DRM is not set
63322 -# CONFIG_VGASTATE is not set
63323 -CONFIG_VIDEO_OUTPUT_CONTROL=m
63324 -# CONFIG_FB is not set
63325 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
63326 -
63327 -#
63328 -# Display device support
63329 -#
63330 -# CONFIG_DISPLAY_SUPPORT is not set
63331 -
63332 -#
63333 -# Sound
63334 -#
63335 -# CONFIG_SOUND is not set
63336 -CONFIG_HID_SUPPORT=y
63337 -CONFIG_HID=y
63338 -# CONFIG_HID_DEBUG is not set
63339 -# CONFIG_HIDRAW is not set
63340 -CONFIG_USB_SUPPORT=y
63341 -CONFIG_USB_ARCH_HAS_HCD=y
63342 -CONFIG_USB_ARCH_HAS_OHCI=y
63343 -CONFIG_USB_ARCH_HAS_EHCI=y
63344 -# CONFIG_USB is not set
63345 -
63346 -#
63347 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
63348 -#
63349 -# CONFIG_USB_GADGET is not set
63350 -# CONFIG_MMC is not set
63351 -# CONFIG_MEMSTICK is not set
63352 -# CONFIG_NEW_LEDS is not set
63353 -# CONFIG_INFINIBAND is not set
63354 -# CONFIG_EDAC is not set
63355 -CONFIG_RTC_LIB=y
63356 -CONFIG_RTC_CLASS=y
63357 -CONFIG_RTC_HCTOSYS=y
63358 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
63359 -# CONFIG_RTC_DEBUG is not set
63360 -
63361 -#
63362 -# RTC interfaces
63363 -#
63364 -CONFIG_RTC_INTF_SYSFS=y
63365 -CONFIG_RTC_INTF_PROC=y
63366 -CONFIG_RTC_INTF_DEV=y
63367 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
63368 -# CONFIG_RTC_DRV_TEST is not set
63369 -
63370 -#
63371 -# I2C RTC drivers
63372 -#
63373 -# CONFIG_RTC_DRV_DS1307 is not set
63374 -CONFIG_RTC_DRV_DS1374=y
63375 -# CONFIG_RTC_DRV_DS1672 is not set
63376 -# CONFIG_RTC_DRV_MAX6900 is not set
63377 -# CONFIG_RTC_DRV_RS5C372 is not set
63378 -# CONFIG_RTC_DRV_ISL1208 is not set
63379 -# CONFIG_RTC_DRV_X1205 is not set
63380 -# CONFIG_RTC_DRV_PCF8563 is not set
63381 -# CONFIG_RTC_DRV_PCF8583 is not set
63382 -# CONFIG_RTC_DRV_M41T80 is not set
63383 -# CONFIG_RTC_DRV_S35390A is not set
63384 -
63385 -#
63386 -# SPI RTC drivers
63387 -#
63388 -
63389 -#
63390 -# Platform RTC drivers
63391 -#
63392 -# CONFIG_RTC_DRV_CMOS is not set
63393 -# CONFIG_RTC_DRV_DS1511 is not set
63394 -# CONFIG_RTC_DRV_DS1553 is not set
63395 -# CONFIG_RTC_DRV_DS1742 is not set
63396 -# CONFIG_RTC_DRV_STK17TA8 is not set
63397 -# CONFIG_RTC_DRV_M48T86 is not set
63398 -# CONFIG_RTC_DRV_M48T59 is not set
63399 -# CONFIG_RTC_DRV_V3020 is not set
63400 -
63401 -#
63402 -# on-CPU RTC drivers
63403 -#
63404 -# CONFIG_DMADEVICES is not set
63405 -
63406 -#
63407 -# Userspace I/O
63408 -#
63409 -# CONFIG_UIO is not set
63410 -
63411 -#
63412 -# File systems
63413 -#
63414 -CONFIG_EXT2_FS=y
63415 -# CONFIG_EXT2_FS_XATTR is not set
63416 -# CONFIG_EXT2_FS_XIP is not set
63417 -CONFIG_EXT3_FS=y
63418 -CONFIG_EXT3_FS_XATTR=y
63419 -# CONFIG_EXT3_FS_POSIX_ACL is not set
63420 -# CONFIG_EXT3_FS_SECURITY is not set
63421 -# CONFIG_EXT4DEV_FS is not set
63422 -CONFIG_JBD=y
63423 -CONFIG_FS_MBCACHE=y
63424 -# CONFIG_REISERFS_FS is not set
63425 -# CONFIG_JFS_FS is not set
63426 -# CONFIG_FS_POSIX_ACL is not set
63427 -# CONFIG_XFS_FS is not set
63428 -# CONFIG_GFS2_FS is not set
63429 -# CONFIG_OCFS2_FS is not set
63430 -CONFIG_DNOTIFY=y
63431 -CONFIG_INOTIFY=y
63432 -CONFIG_INOTIFY_USER=y
63433 -# CONFIG_QUOTA is not set
63434 -# CONFIG_AUTOFS_FS is not set
63435 -# CONFIG_AUTOFS4_FS is not set
63436 -# CONFIG_FUSE_FS is not set
63437 -
63438 -#
63439 -# CD-ROM/DVD Filesystems
63440 -#
63441 -# CONFIG_ISO9660_FS is not set
63442 -# CONFIG_UDF_FS is not set
63443 -
63444 -#
63445 -# DOS/FAT/NT Filesystems
63446 -#
63447 -# CONFIG_MSDOS_FS is not set
63448 -# CONFIG_VFAT_FS is not set
63449 -# CONFIG_NTFS_FS is not set
63450 -
63451 -#
63452 -# Pseudo filesystems
63453 -#
63454 -CONFIG_PROC_FS=y
63455 -CONFIG_PROC_KCORE=y
63456 -CONFIG_PROC_SYSCTL=y
63457 -CONFIG_SYSFS=y
63458 -CONFIG_TMPFS=y
63459 -# CONFIG_TMPFS_POSIX_ACL is not set
63460 -# CONFIG_HUGETLB_PAGE is not set
63461 -# CONFIG_CONFIGFS_FS is not set
63462 -
63463 -#
63464 -# Miscellaneous filesystems
63465 -#
63466 -# CONFIG_ADFS_FS is not set
63467 -# CONFIG_AFFS_FS is not set
63468 -# CONFIG_HFS_FS is not set
63469 -# CONFIG_HFSPLUS_FS is not set
63470 -# CONFIG_BEFS_FS is not set
63471 -# CONFIG_BFS_FS is not set
63472 -# CONFIG_EFS_FS is not set
63473 -# CONFIG_CRAMFS is not set
63474 -# CONFIG_VXFS_FS is not set
63475 -# CONFIG_MINIX_FS is not set
63476 -# CONFIG_HPFS_FS is not set
63477 -# CONFIG_QNX4FS_FS is not set
63478 -# CONFIG_ROMFS_FS is not set
63479 -# CONFIG_SYSV_FS is not set
63480 -# CONFIG_UFS_FS is not set
63481 -CONFIG_NETWORK_FILESYSTEMS=y
63482 -CONFIG_NFS_FS=y
63483 -CONFIG_NFS_V3=y
63484 -# CONFIG_NFS_V3_ACL is not set
63485 -CONFIG_NFS_V4=y
63486 -# CONFIG_NFS_DIRECTIO is not set
63487 -# CONFIG_NFSD is not set
63488 -CONFIG_ROOT_NFS=y
63489 -CONFIG_LOCKD=y
63490 -CONFIG_LOCKD_V4=y
63491 -CONFIG_NFS_COMMON=y
63492 -CONFIG_SUNRPC=y
63493 -CONFIG_SUNRPC_GSS=y
63494 -# CONFIG_SUNRPC_BIND34 is not set
63495 -CONFIG_RPCSEC_GSS_KRB5=y
63496 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
63497 -# CONFIG_SMB_FS is not set
63498 -# CONFIG_CIFS is not set
63499 -# CONFIG_NCP_FS is not set
63500 -# CONFIG_CODA_FS is not set
63501 -# CONFIG_AFS_FS is not set
63502 -
63503 -#
63504 -# Partition Types
63505 -#
63506 -CONFIG_PARTITION_ADVANCED=y
63507 -# CONFIG_ACORN_PARTITION is not set
63508 -# CONFIG_OSF_PARTITION is not set
63509 -# CONFIG_AMIGA_PARTITION is not set
63510 -# CONFIG_ATARI_PARTITION is not set
63511 -# CONFIG_MAC_PARTITION is not set
63512 -# CONFIG_MSDOS_PARTITION is not set
63513 -# CONFIG_LDM_PARTITION is not set
63514 -# CONFIG_SGI_PARTITION is not set
63515 -# CONFIG_ULTRIX_PARTITION is not set
63516 -# CONFIG_SUN_PARTITION is not set
63517 -# CONFIG_KARMA_PARTITION is not set
63518 -# CONFIG_EFI_PARTITION is not set
63519 -# CONFIG_SYSV68_PARTITION is not set
63520 -# CONFIG_NLS is not set
63521 -# CONFIG_DLM is not set
63522 -CONFIG_UCC_FAST=y
63523 -CONFIG_UCC=y
63524 -
63525 -#
63526 -# Library routines
63527 -#
63528 -CONFIG_BITREVERSE=y
63529 -# CONFIG_CRC_CCITT is not set
63530 -# CONFIG_CRC16 is not set
63531 -# CONFIG_CRC_ITU_T is not set
63532 -CONFIG_CRC32=y
63533 -# CONFIG_CRC7 is not set
63534 -# CONFIG_LIBCRC32C is not set
63535 -CONFIG_PLIST=y
63536 -CONFIG_HAS_IOMEM=y
63537 -CONFIG_HAS_IOPORT=y
63538 -CONFIG_HAS_DMA=y
63539 -
63540 -#
63541 -# Kernel hacking
63542 -#
63543 -# CONFIG_PRINTK_TIME is not set
63544 -CONFIG_ENABLE_WARN_DEPRECATED=y
63545 -CONFIG_ENABLE_MUST_CHECK=y
63546 -# CONFIG_MAGIC_SYSRQ is not set
63547 -# CONFIG_UNUSED_SYMBOLS is not set
63548 -# CONFIG_DEBUG_FS is not set
63549 -# CONFIG_HEADERS_CHECK is not set
63550 -# CONFIG_DEBUG_KERNEL is not set
63551 -# CONFIG_SLUB_DEBUG_ON is not set
63552 -# CONFIG_SLUB_STATS is not set
63553 -# CONFIG_DEBUG_BUGVERBOSE is not set
63554 -# CONFIG_SAMPLES is not set
63555 -# CONFIG_PPC_EARLY_DEBUG is not set
63556 -
63557 -#
63558 -# Security options
63559 -#
63560 -# CONFIG_KEYS is not set
63561 -# CONFIG_SECURITY is not set
63562 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
63563 -CONFIG_CRYPTO=y
63564 -CONFIG_CRYPTO_ALGAPI=y
63565 -CONFIG_CRYPTO_BLKCIPHER=y
63566 -# CONFIG_CRYPTO_SEQIV is not set
63567 -CONFIG_CRYPTO_MANAGER=y
63568 -# CONFIG_CRYPTO_HMAC is not set
63569 -# CONFIG_CRYPTO_XCBC is not set
63570 -# CONFIG_CRYPTO_NULL is not set
63571 -# CONFIG_CRYPTO_MD4 is not set
63572 -CONFIG_CRYPTO_MD5=y
63573 -# CONFIG_CRYPTO_SHA1 is not set
63574 -# CONFIG_CRYPTO_SHA256 is not set
63575 -# CONFIG_CRYPTO_SHA512 is not set
63576 -# CONFIG_CRYPTO_WP512 is not set
63577 -# CONFIG_CRYPTO_TGR192 is not set
63578 -# CONFIG_CRYPTO_GF128MUL is not set
63579 -CONFIG_CRYPTO_ECB=m
63580 -CONFIG_CRYPTO_CBC=y
63581 -CONFIG_CRYPTO_PCBC=m
63582 -# CONFIG_CRYPTO_LRW is not set
63583 -# CONFIG_CRYPTO_XTS is not set
63584 -# CONFIG_CRYPTO_CTR is not set
63585 -# CONFIG_CRYPTO_GCM is not set
63586 -# CONFIG_CRYPTO_CCM is not set
63587 -# CONFIG_CRYPTO_CRYPTD is not set
63588 -CONFIG_CRYPTO_DES=y
63589 -# CONFIG_CRYPTO_FCRYPT is not set
63590 -# CONFIG_CRYPTO_BLOWFISH is not set
63591 -# CONFIG_CRYPTO_TWOFISH is not set
63592 -# CONFIG_CRYPTO_SERPENT is not set
63593 -# CONFIG_CRYPTO_AES is not set
63594 -# CONFIG_CRYPTO_CAST5 is not set
63595 -# CONFIG_CRYPTO_CAST6 is not set
63596 -# CONFIG_CRYPTO_TEA is not set
63597 -# CONFIG_CRYPTO_ARC4 is not set
63598 -# CONFIG_CRYPTO_KHAZAD is not set
63599 -# CONFIG_CRYPTO_ANUBIS is not set
63600 -# CONFIG_CRYPTO_SEED is not set
63601 -# CONFIG_CRYPTO_SALSA20 is not set
63602 -# CONFIG_CRYPTO_DEFLATE is not set
63603 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
63604 -# CONFIG_CRYPTO_CRC32C is not set
63605 -# CONFIG_CRYPTO_CAMELLIA is not set
63606 -# CONFIG_CRYPTO_TEST is not set
63607 -# CONFIG_CRYPTO_AUTHENC is not set
63608 -# CONFIG_CRYPTO_LZO is not set
63609 -CONFIG_CRYPTO_HW=y
63610 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
63611 -# CONFIG_PPC_CLOCK is not set
63612 -CONFIG_PPC_LIB_RHEAP=y
63613 --- a/arch/powerpc/configs/mpc837x_mds_defconfig
63614 +++ /dev/null
63615 @@ -1,899 +0,0 @@
63616 -#
63617 -# Automatically generated make config: don't edit
63618 -# Linux kernel version: 2.6.25-rc6
63619 -# Mon Mar 24 08:48:23 2008
63620 -#
63621 -# CONFIG_PPC64 is not set
63622 -
63623 -#
63624 -# Processor support
63625 -#
63626 -CONFIG_6xx=y
63627 -# CONFIG_PPC_85xx is not set
63628 -# CONFIG_PPC_8xx is not set
63629 -# CONFIG_40x is not set
63630 -# CONFIG_44x is not set
63631 -# CONFIG_E200 is not set
63632 -CONFIG_PPC_FPU=y
63633 -# CONFIG_FSL_EMB_PERFMON is not set
63634 -CONFIG_PPC_STD_MMU=y
63635 -CONFIG_PPC_STD_MMU_32=y
63636 -# CONFIG_PPC_MM_SLICES is not set
63637 -# CONFIG_SMP is not set
63638 -CONFIG_PPC32=y
63639 -CONFIG_WORD_SIZE=32
63640 -CONFIG_PPC_MERGE=y
63641 -CONFIG_MMU=y
63642 -CONFIG_GENERIC_CMOS_UPDATE=y
63643 -CONFIG_GENERIC_TIME=y
63644 -CONFIG_GENERIC_TIME_VSYSCALL=y
63645 -CONFIG_GENERIC_CLOCKEVENTS=y
63646 -CONFIG_GENERIC_HARDIRQS=y
63647 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
63648 -CONFIG_IRQ_PER_CPU=y
63649 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
63650 -CONFIG_ARCH_HAS_ILOG2_U32=y
63651 -CONFIG_GENERIC_HWEIGHT=y
63652 -CONFIG_GENERIC_CALIBRATE_DELAY=y
63653 -CONFIG_GENERIC_FIND_NEXT_BIT=y
63654 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
63655 -CONFIG_PPC=y
63656 -CONFIG_EARLY_PRINTK=y
63657 -CONFIG_GENERIC_NVRAM=y
63658 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
63659 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
63660 -CONFIG_PPC_OF=y
63661 -CONFIG_OF=y
63662 -CONFIG_PPC_UDBG_16550=y
63663 -# CONFIG_GENERIC_TBSYNC is not set
63664 -CONFIG_AUDIT_ARCH=y
63665 -CONFIG_GENERIC_BUG=y
63666 -CONFIG_DEFAULT_UIMAGE=y
63667 -# CONFIG_PPC_DCR_NATIVE is not set
63668 -# CONFIG_PPC_DCR_MMIO is not set
63669 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
63670 -
63671 -#
63672 -# General setup
63673 -#
63674 -CONFIG_EXPERIMENTAL=y
63675 -CONFIG_BROKEN_ON_SMP=y
63676 -CONFIG_INIT_ENV_ARG_LIMIT=32
63677 -CONFIG_LOCALVERSION=""
63678 -CONFIG_LOCALVERSION_AUTO=y
63679 -CONFIG_SWAP=y
63680 -CONFIG_SYSVIPC=y
63681 -CONFIG_SYSVIPC_SYSCTL=y
63682 -# CONFIG_POSIX_MQUEUE is not set
63683 -# CONFIG_BSD_PROCESS_ACCT is not set
63684 -# CONFIG_TASKSTATS is not set
63685 -# CONFIG_AUDIT is not set
63686 -# CONFIG_IKCONFIG is not set
63687 -CONFIG_LOG_BUF_SHIFT=14
63688 -# CONFIG_CGROUPS is not set
63689 -CONFIG_GROUP_SCHED=y
63690 -CONFIG_FAIR_GROUP_SCHED=y
63691 -# CONFIG_RT_GROUP_SCHED is not set
63692 -CONFIG_USER_SCHED=y
63693 -# CONFIG_CGROUP_SCHED is not set
63694 -CONFIG_SYSFS_DEPRECATED=y
63695 -CONFIG_SYSFS_DEPRECATED_V2=y
63696 -# CONFIG_RELAY is not set
63697 -# CONFIG_NAMESPACES is not set
63698 -CONFIG_BLK_DEV_INITRD=y
63699 -CONFIG_INITRAMFS_SOURCE=""
63700 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
63701 -CONFIG_SYSCTL=y
63702 -CONFIG_EMBEDDED=y
63703 -CONFIG_SYSCTL_SYSCALL=y
63704 -CONFIG_KALLSYMS=y
63705 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
63706 -CONFIG_HOTPLUG=y
63707 -CONFIG_PRINTK=y
63708 -CONFIG_BUG=y
63709 -CONFIG_ELF_CORE=y
63710 -CONFIG_COMPAT_BRK=y
63711 -CONFIG_BASE_FULL=y
63712 -CONFIG_FUTEX=y
63713 -CONFIG_ANON_INODES=y
63714 -# CONFIG_EPOLL is not set
63715 -CONFIG_SIGNALFD=y
63716 -CONFIG_TIMERFD=y
63717 -CONFIG_EVENTFD=y
63718 -CONFIG_SHMEM=y
63719 -CONFIG_VM_EVENT_COUNTERS=y
63720 -CONFIG_SLAB=y
63721 -# CONFIG_SLUB is not set
63722 -# CONFIG_SLOB is not set
63723 -# CONFIG_PROFILING is not set
63724 -# CONFIG_MARKERS is not set
63725 -CONFIG_HAVE_OPROFILE=y
63726 -# CONFIG_KPROBES is not set
63727 -CONFIG_HAVE_KPROBES=y
63728 -CONFIG_HAVE_KRETPROBES=y
63729 -CONFIG_PROC_PAGE_MONITOR=y
63730 -CONFIG_SLABINFO=y
63731 -CONFIG_RT_MUTEXES=y
63732 -# CONFIG_TINY_SHMEM is not set
63733 -CONFIG_BASE_SMALL=0
63734 -CONFIG_MODULES=y
63735 -CONFIG_MODULE_UNLOAD=y
63736 -# CONFIG_MODULE_FORCE_UNLOAD is not set
63737 -# CONFIG_MODVERSIONS is not set
63738 -# CONFIG_MODULE_SRCVERSION_ALL is not set
63739 -# CONFIG_KMOD is not set
63740 -CONFIG_BLOCK=y
63741 -# CONFIG_LBD is not set
63742 -# CONFIG_BLK_DEV_IO_TRACE is not set
63743 -# CONFIG_LSF is not set
63744 -# CONFIG_BLK_DEV_BSG is not set
63745 -
63746 -#
63747 -# IO Schedulers
63748 -#
63749 -CONFIG_IOSCHED_NOOP=y
63750 -CONFIG_IOSCHED_AS=y
63751 -CONFIG_IOSCHED_DEADLINE=y
63752 -CONFIG_IOSCHED_CFQ=y
63753 -CONFIG_DEFAULT_AS=y
63754 -# CONFIG_DEFAULT_DEADLINE is not set
63755 -# CONFIG_DEFAULT_CFQ is not set
63756 -# CONFIG_DEFAULT_NOOP is not set
63757 -CONFIG_DEFAULT_IOSCHED="anticipatory"
63758 -CONFIG_CLASSIC_RCU=y
63759 -
63760 -#
63761 -# Platform support
63762 -#
63763 -# CONFIG_PPC_MULTIPLATFORM is not set
63764 -# CONFIG_PPC_82xx is not set
63765 -CONFIG_PPC_83xx=y
63766 -# CONFIG_PPC_86xx is not set
63767 -# CONFIG_PPC_MPC512x is not set
63768 -# CONFIG_PPC_MPC5121 is not set
63769 -# CONFIG_PPC_CELL is not set
63770 -# CONFIG_PPC_CELL_NATIVE is not set
63771 -# CONFIG_PQ2ADS is not set
63772 -CONFIG_MPC83xx=y
63773 -# CONFIG_MPC831x_RDB is not set
63774 -# CONFIG_MPC832x_MDS is not set
63775 -# CONFIG_MPC832x_RDB is not set
63776 -# CONFIG_MPC834x_MDS is not set
63777 -# CONFIG_MPC834x_ITX is not set
63778 -# CONFIG_MPC836x_MDS is not set
63779 -CONFIG_MPC837x_MDS=y
63780 -# CONFIG_MPC837x_RDB is not set
63781 -# CONFIG_SBC834x is not set
63782 -CONFIG_PPC_MPC837x=y
63783 -CONFIG_IPIC=y
63784 -# CONFIG_MPIC is not set
63785 -# CONFIG_MPIC_WEIRD is not set
63786 -# CONFIG_PPC_I8259 is not set
63787 -# CONFIG_PPC_RTAS is not set
63788 -# CONFIG_MMIO_NVRAM is not set
63789 -# CONFIG_PPC_MPC106 is not set
63790 -# CONFIG_PPC_970_NAP is not set
63791 -# CONFIG_PPC_INDIRECT_IO is not set
63792 -# CONFIG_GENERIC_IOMAP is not set
63793 -# CONFIG_CPU_FREQ is not set
63794 -# CONFIG_FSL_ULI1575 is not set
63795 -
63796 -#
63797 -# Kernel options
63798 -#
63799 -# CONFIG_HIGHMEM is not set
63800 -# CONFIG_TICK_ONESHOT is not set
63801 -# CONFIG_NO_HZ is not set
63802 -# CONFIG_HIGH_RES_TIMERS is not set
63803 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
63804 -# CONFIG_HZ_100 is not set
63805 -CONFIG_HZ_250=y
63806 -# CONFIG_HZ_300 is not set
63807 -# CONFIG_HZ_1000 is not set
63808 -CONFIG_HZ=250
63809 -# CONFIG_SCHED_HRTICK is not set
63810 -CONFIG_PREEMPT_NONE=y
63811 -# CONFIG_PREEMPT_VOLUNTARY is not set
63812 -# CONFIG_PREEMPT is not set
63813 -CONFIG_BINFMT_ELF=y
63814 -# CONFIG_BINFMT_MISC is not set
63815 -# CONFIG_IOMMU_HELPER is not set
63816 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
63817 -CONFIG_ARCH_HAS_WALK_MEMORY=y
63818 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
63819 -CONFIG_ARCH_FLATMEM_ENABLE=y
63820 -CONFIG_ARCH_POPULATES_NODE_MAP=y
63821 -CONFIG_SELECT_MEMORY_MODEL=y
63822 -CONFIG_FLATMEM_MANUAL=y
63823 -# CONFIG_DISCONTIGMEM_MANUAL is not set
63824 -# CONFIG_SPARSEMEM_MANUAL is not set
63825 -CONFIG_FLATMEM=y
63826 -CONFIG_FLAT_NODE_MEM_MAP=y
63827 -# CONFIG_SPARSEMEM_STATIC is not set
63828 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
63829 -CONFIG_SPLIT_PTLOCK_CPUS=4
63830 -# CONFIG_RESOURCES_64BIT is not set
63831 -CONFIG_ZONE_DMA_FLAG=1
63832 -CONFIG_BOUNCE=y
63833 -CONFIG_VIRT_TO_BUS=y
63834 -CONFIG_PROC_DEVICETREE=y
63835 -# CONFIG_CMDLINE_BOOL is not set
63836 -# CONFIG_PM is not set
63837 -CONFIG_SECCOMP=y
63838 -CONFIG_ISA_DMA_API=y
63839 -
63840 -#
63841 -# Bus options
63842 -#
63843 -CONFIG_ZONE_DMA=y
63844 -CONFIG_GENERIC_ISA_DMA=y
63845 -CONFIG_PPC_INDIRECT_PCI=y
63846 -CONFIG_FSL_SOC=y
63847 -# CONFIG_PCI is not set
63848 -# CONFIG_PCI_DOMAINS is not set
63849 -# CONFIG_PCI_SYSCALL is not set
63850 -# CONFIG_ARCH_SUPPORTS_MSI is not set
63851 -# CONFIG_PCCARD is not set
63852 -
63853 -#
63854 -# Advanced setup
63855 -#
63856 -# CONFIG_ADVANCED_OPTIONS is not set
63857 -
63858 -#
63859 -# Default settings for advanced configuration options are used
63860 -#
63861 -CONFIG_HIGHMEM_START=0xfe000000
63862 -CONFIG_LOWMEM_SIZE=0x30000000
63863 -CONFIG_KERNEL_START=0xc0000000
63864 -CONFIG_TASK_SIZE=0xc0000000
63865 -CONFIG_BOOT_LOAD=0x00800000
63866 -
63867 -#
63868 -# Networking
63869 -#
63870 -CONFIG_NET=y
63871 -
63872 -#
63873 -# Networking options
63874 -#
63875 -CONFIG_PACKET=y
63876 -# CONFIG_PACKET_MMAP is not set
63877 -CONFIG_UNIX=y
63878 -CONFIG_XFRM=y
63879 -CONFIG_XFRM_USER=m
63880 -# CONFIG_XFRM_SUB_POLICY is not set
63881 -# CONFIG_XFRM_MIGRATE is not set
63882 -# CONFIG_XFRM_STATISTICS is not set
63883 -# CONFIG_NET_KEY is not set
63884 -CONFIG_INET=y
63885 -CONFIG_IP_MULTICAST=y
63886 -# CONFIG_IP_ADVANCED_ROUTER is not set
63887 -CONFIG_IP_FIB_HASH=y
63888 -CONFIG_IP_PNP=y
63889 -CONFIG_IP_PNP_DHCP=y
63890 -CONFIG_IP_PNP_BOOTP=y
63891 -# CONFIG_IP_PNP_RARP is not set
63892 -# CONFIG_NET_IPIP is not set
63893 -# CONFIG_NET_IPGRE is not set
63894 -# CONFIG_IP_MROUTE is not set
63895 -# CONFIG_ARPD is not set
63896 -CONFIG_SYN_COOKIES=y
63897 -# CONFIG_INET_AH is not set
63898 -# CONFIG_INET_ESP is not set
63899 -# CONFIG_INET_IPCOMP is not set
63900 -# CONFIG_INET_XFRM_TUNNEL is not set
63901 -# CONFIG_INET_TUNNEL is not set
63902 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
63903 -CONFIG_INET_XFRM_MODE_TUNNEL=y
63904 -CONFIG_INET_XFRM_MODE_BEET=y
63905 -# CONFIG_INET_LRO is not set
63906 -CONFIG_INET_DIAG=y
63907 -CONFIG_INET_TCP_DIAG=y
63908 -# CONFIG_TCP_CONG_ADVANCED is not set
63909 -CONFIG_TCP_CONG_CUBIC=y
63910 -CONFIG_DEFAULT_TCP_CONG="cubic"
63911 -# CONFIG_TCP_MD5SIG is not set
63912 -# CONFIG_IPV6 is not set
63913 -# CONFIG_INET6_XFRM_TUNNEL is not set
63914 -# CONFIG_INET6_TUNNEL is not set
63915 -# CONFIG_NETWORK_SECMARK is not set
63916 -# CONFIG_NETFILTER is not set
63917 -# CONFIG_IP_DCCP is not set
63918 -# CONFIG_IP_SCTP is not set
63919 -# CONFIG_TIPC is not set
63920 -# CONFIG_ATM is not set
63921 -# CONFIG_BRIDGE is not set
63922 -# CONFIG_VLAN_8021Q is not set
63923 -# CONFIG_DECNET is not set
63924 -# CONFIG_LLC2 is not set
63925 -# CONFIG_IPX is not set
63926 -# CONFIG_ATALK is not set
63927 -# CONFIG_X25 is not set
63928 -# CONFIG_LAPB is not set
63929 -# CONFIG_ECONET is not set
63930 -# CONFIG_WAN_ROUTER is not set
63931 -# CONFIG_NET_SCHED is not set
63932 -
63933 -#
63934 -# Network testing
63935 -#
63936 -# CONFIG_NET_PKTGEN is not set
63937 -# CONFIG_HAMRADIO is not set
63938 -# CONFIG_CAN is not set
63939 -# CONFIG_IRDA is not set
63940 -# CONFIG_BT is not set
63941 -# CONFIG_AF_RXRPC is not set
63942 -
63943 -#
63944 -# Wireless
63945 -#
63946 -# CONFIG_CFG80211 is not set
63947 -# CONFIG_WIRELESS_EXT is not set
63948 -# CONFIG_MAC80211 is not set
63949 -# CONFIG_IEEE80211 is not set
63950 -# CONFIG_RFKILL is not set
63951 -# CONFIG_NET_9P is not set
63952 -
63953 -#
63954 -# Device Drivers
63955 -#
63956 -
63957 -#
63958 -# Generic Driver Options
63959 -#
63960 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
63961 -CONFIG_STANDALONE=y
63962 -CONFIG_PREVENT_FIRMWARE_BUILD=y
63963 -# CONFIG_FW_LOADER is not set
63964 -# CONFIG_SYS_HYPERVISOR is not set
63965 -# CONFIG_CONNECTOR is not set
63966 -# CONFIG_MTD is not set
63967 -CONFIG_OF_DEVICE=y
63968 -# CONFIG_PARPORT is not set
63969 -CONFIG_BLK_DEV=y
63970 -# CONFIG_BLK_DEV_FD is not set
63971 -# CONFIG_BLK_DEV_COW_COMMON is not set
63972 -CONFIG_BLK_DEV_LOOP=y
63973 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
63974 -# CONFIG_BLK_DEV_NBD is not set
63975 -CONFIG_BLK_DEV_RAM=y
63976 -CONFIG_BLK_DEV_RAM_COUNT=16
63977 -CONFIG_BLK_DEV_RAM_SIZE=32768
63978 -# CONFIG_BLK_DEV_XIP is not set
63979 -# CONFIG_CDROM_PKTCDVD is not set
63980 -# CONFIG_ATA_OVER_ETH is not set
63981 -CONFIG_MISC_DEVICES=y
63982 -# CONFIG_EEPROM_93CX6 is not set
63983 -# CONFIG_ENCLOSURE_SERVICES is not set
63984 -CONFIG_HAVE_IDE=y
63985 -# CONFIG_IDE is not set
63986 -
63987 -#
63988 -# SCSI device support
63989 -#
63990 -# CONFIG_RAID_ATTRS is not set
63991 -CONFIG_SCSI=y
63992 -CONFIG_SCSI_DMA=y
63993 -# CONFIG_SCSI_TGT is not set
63994 -# CONFIG_SCSI_NETLINK is not set
63995 -CONFIG_SCSI_PROC_FS=y
63996 -
63997 -#
63998 -# SCSI support type (disk, tape, CD-ROM)
63999 -#
64000 -CONFIG_BLK_DEV_SD=y
64001 -# CONFIG_CHR_DEV_ST is not set
64002 -# CONFIG_CHR_DEV_OSST is not set
64003 -# CONFIG_BLK_DEV_SR is not set
64004 -CONFIG_CHR_DEV_SG=y
64005 -# CONFIG_CHR_DEV_SCH is not set
64006 -
64007 -#
64008 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
64009 -#
64010 -# CONFIG_SCSI_MULTI_LUN is not set
64011 -# CONFIG_SCSI_CONSTANTS is not set
64012 -# CONFIG_SCSI_LOGGING is not set
64013 -# CONFIG_SCSI_SCAN_ASYNC is not set
64014 -CONFIG_SCSI_WAIT_SCAN=m
64015 -
64016 -#
64017 -# SCSI Transports
64018 -#
64019 -# CONFIG_SCSI_SPI_ATTRS is not set
64020 -# CONFIG_SCSI_FC_ATTRS is not set
64021 -# CONFIG_SCSI_ISCSI_ATTRS is not set
64022 -# CONFIG_SCSI_SAS_LIBSAS is not set
64023 -# CONFIG_SCSI_SRP_ATTRS is not set
64024 -CONFIG_SCSI_LOWLEVEL=y
64025 -# CONFIG_ISCSI_TCP is not set
64026 -# CONFIG_SCSI_DEBUG is not set
64027 -CONFIG_ATA=y
64028 -# CONFIG_ATA_NONSTANDARD is not set
64029 -# CONFIG_SATA_MV is not set
64030 -CONFIG_SATA_FSL=y
64031 -# CONFIG_PATA_PLATFORM is not set
64032 -# CONFIG_MD is not set
64033 -# CONFIG_MACINTOSH_DRIVERS is not set
64034 -CONFIG_NETDEVICES=y
64035 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
64036 -# CONFIG_DUMMY is not set
64037 -# CONFIG_BONDING is not set
64038 -# CONFIG_MACVLAN is not set
64039 -# CONFIG_EQUALIZER is not set
64040 -# CONFIG_TUN is not set
64041 -# CONFIG_VETH is not set
64042 -CONFIG_PHYLIB=y
64043 -
64044 -#
64045 -# MII PHY device drivers
64046 -#
64047 -CONFIG_MARVELL_PHY=y
64048 -# CONFIG_DAVICOM_PHY is not set
64049 -# CONFIG_QSEMI_PHY is not set
64050 -# CONFIG_LXT_PHY is not set
64051 -# CONFIG_CICADA_PHY is not set
64052 -# CONFIG_VITESSE_PHY is not set
64053 -# CONFIG_SMSC_PHY is not set
64054 -# CONFIG_BROADCOM_PHY is not set
64055 -# CONFIG_ICPLUS_PHY is not set
64056 -# CONFIG_REALTEK_PHY is not set
64057 -# CONFIG_FIXED_PHY is not set
64058 -# CONFIG_MDIO_BITBANG is not set
64059 -CONFIG_NET_ETHERNET=y
64060 -CONFIG_MII=y
64061 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
64062 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
64063 -# CONFIG_IBM_NEW_EMAC_TAH is not set
64064 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
64065 -# CONFIG_B44 is not set
64066 -CONFIG_NETDEV_1000=y
64067 -# CONFIG_E1000E_ENABLED is not set
64068 -CONFIG_GIANFAR=y
64069 -# CONFIG_GFAR_NAPI is not set
64070 -CONFIG_NETDEV_10000=y
64071 -
64072 -#
64073 -# Wireless LAN
64074 -#
64075 -# CONFIG_WLAN_PRE80211 is not set
64076 -# CONFIG_WLAN_80211 is not set
64077 -# CONFIG_WAN is not set
64078 -# CONFIG_PPP is not set
64079 -# CONFIG_SLIP is not set
64080 -# CONFIG_NETCONSOLE is not set
64081 -# CONFIG_NETPOLL is not set
64082 -# CONFIG_NET_POLL_CONTROLLER is not set
64083 -# CONFIG_ISDN is not set
64084 -# CONFIG_PHONE is not set
64085 -
64086 -#
64087 -# Input device support
64088 -#
64089 -CONFIG_INPUT=y
64090 -# CONFIG_INPUT_FF_MEMLESS is not set
64091 -# CONFIG_INPUT_POLLDEV is not set
64092 -
64093 -#
64094 -# Userland interfaces
64095 -#
64096 -# CONFIG_INPUT_MOUSEDEV is not set
64097 -# CONFIG_INPUT_JOYDEV is not set
64098 -# CONFIG_INPUT_EVDEV is not set
64099 -# CONFIG_INPUT_EVBUG is not set
64100 -
64101 -#
64102 -# Input Device Drivers
64103 -#
64104 -# CONFIG_INPUT_KEYBOARD is not set
64105 -# CONFIG_INPUT_MOUSE is not set
64106 -# CONFIG_INPUT_JOYSTICK is not set
64107 -# CONFIG_INPUT_TABLET is not set
64108 -# CONFIG_INPUT_TOUCHSCREEN is not set
64109 -# CONFIG_INPUT_MISC is not set
64110 -
64111 -#
64112 -# Hardware I/O ports
64113 -#
64114 -# CONFIG_SERIO is not set
64115 -# CONFIG_GAMEPORT is not set
64116 -
64117 -#
64118 -# Character devices
64119 -#
64120 -# CONFIG_VT is not set
64121 -# CONFIG_SERIAL_NONSTANDARD is not set
64122 -
64123 -#
64124 -# Serial drivers
64125 -#
64126 -CONFIG_SERIAL_8250=y
64127 -CONFIG_SERIAL_8250_CONSOLE=y
64128 -CONFIG_SERIAL_8250_NR_UARTS=4
64129 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
64130 -# CONFIG_SERIAL_8250_EXTENDED is not set
64131 -
64132 -#
64133 -# Non-8250 serial port support
64134 -#
64135 -# CONFIG_SERIAL_UARTLITE is not set
64136 -CONFIG_SERIAL_CORE=y
64137 -CONFIG_SERIAL_CORE_CONSOLE=y
64138 -# CONFIG_SERIAL_OF_PLATFORM is not set
64139 -CONFIG_UNIX98_PTYS=y
64140 -CONFIG_LEGACY_PTYS=y
64141 -CONFIG_LEGACY_PTY_COUNT=256
64142 -# CONFIG_IPMI_HANDLER is not set
64143 -# CONFIG_HW_RANDOM is not set
64144 -# CONFIG_NVRAM is not set
64145 -CONFIG_GEN_RTC=y
64146 -# CONFIG_GEN_RTC_X is not set
64147 -# CONFIG_R3964 is not set
64148 -# CONFIG_RAW_DRIVER is not set
64149 -# CONFIG_TCG_TPM is not set
64150 -CONFIG_I2C=y
64151 -CONFIG_I2C_BOARDINFO=y
64152 -CONFIG_I2C_CHARDEV=y
64153 -
64154 -#
64155 -# I2C Algorithms
64156 -#
64157 -# CONFIG_I2C_ALGOBIT is not set
64158 -# CONFIG_I2C_ALGOPCF is not set
64159 -# CONFIG_I2C_ALGOPCA is not set
64160 -
64161 -#
64162 -# I2C Hardware Bus support
64163 -#
64164 -CONFIG_I2C_MPC=y
64165 -# CONFIG_I2C_OCORES is not set
64166 -# CONFIG_I2C_PARPORT_LIGHT is not set
64167 -# CONFIG_I2C_SIMTEC is not set
64168 -# CONFIG_I2C_TAOS_EVM is not set
64169 -# CONFIG_I2C_STUB is not set
64170 -
64171 -#
64172 -# Miscellaneous I2C Chip support
64173 -#
64174 -# CONFIG_DS1682 is not set
64175 -# CONFIG_SENSORS_EEPROM is not set
64176 -# CONFIG_SENSORS_PCF8574 is not set
64177 -# CONFIG_PCF8575 is not set
64178 -# CONFIG_SENSORS_PCF8591 is not set
64179 -# CONFIG_TPS65010 is not set
64180 -# CONFIG_SENSORS_MAX6875 is not set
64181 -# CONFIG_SENSORS_TSL2550 is not set
64182 -# CONFIG_I2C_DEBUG_CORE is not set
64183 -# CONFIG_I2C_DEBUG_ALGO is not set
64184 -# CONFIG_I2C_DEBUG_BUS is not set
64185 -# CONFIG_I2C_DEBUG_CHIP is not set
64186 -
64187 -#
64188 -# SPI support
64189 -#
64190 -# CONFIG_SPI is not set
64191 -# CONFIG_SPI_MASTER is not set
64192 -# CONFIG_W1 is not set
64193 -# CONFIG_POWER_SUPPLY is not set
64194 -CONFIG_HWMON=y
64195 -# CONFIG_HWMON_VID is not set
64196 -# CONFIG_SENSORS_AD7418 is not set
64197 -# CONFIG_SENSORS_ADM1021 is not set
64198 -# CONFIG_SENSORS_ADM1025 is not set
64199 -# CONFIG_SENSORS_ADM1026 is not set
64200 -# CONFIG_SENSORS_ADM1029 is not set
64201 -# CONFIG_SENSORS_ADM1031 is not set
64202 -# CONFIG_SENSORS_ADM9240 is not set
64203 -# CONFIG_SENSORS_ADT7470 is not set
64204 -# CONFIG_SENSORS_ADT7473 is not set
64205 -# CONFIG_SENSORS_ATXP1 is not set
64206 -# CONFIG_SENSORS_DS1621 is not set
64207 -# CONFIG_SENSORS_F71805F is not set
64208 -# CONFIG_SENSORS_F71882FG is not set
64209 -# CONFIG_SENSORS_F75375S is not set
64210 -# CONFIG_SENSORS_GL518SM is not set
64211 -# CONFIG_SENSORS_GL520SM is not set
64212 -# CONFIG_SENSORS_IT87 is not set
64213 -# CONFIG_SENSORS_LM63 is not set
64214 -# CONFIG_SENSORS_LM75 is not set
64215 -# CONFIG_SENSORS_LM77 is not set
64216 -# CONFIG_SENSORS_LM78 is not set
64217 -# CONFIG_SENSORS_LM80 is not set
64218 -# CONFIG_SENSORS_LM83 is not set
64219 -# CONFIG_SENSORS_LM85 is not set
64220 -# CONFIG_SENSORS_LM87 is not set
64221 -# CONFIG_SENSORS_LM90 is not set
64222 -# CONFIG_SENSORS_LM92 is not set
64223 -# CONFIG_SENSORS_LM93 is not set
64224 -# CONFIG_SENSORS_MAX1619 is not set
64225 -# CONFIG_SENSORS_MAX6650 is not set
64226 -# CONFIG_SENSORS_PC87360 is not set
64227 -# CONFIG_SENSORS_PC87427 is not set
64228 -# CONFIG_SENSORS_DME1737 is not set
64229 -# CONFIG_SENSORS_SMSC47M1 is not set
64230 -# CONFIG_SENSORS_SMSC47M192 is not set
64231 -# CONFIG_SENSORS_SMSC47B397 is not set
64232 -# CONFIG_SENSORS_ADS7828 is not set
64233 -# CONFIG_SENSORS_THMC50 is not set
64234 -# CONFIG_SENSORS_VT1211 is not set
64235 -# CONFIG_SENSORS_W83781D is not set
64236 -# CONFIG_SENSORS_W83791D is not set
64237 -# CONFIG_SENSORS_W83792D is not set
64238 -# CONFIG_SENSORS_W83793 is not set
64239 -# CONFIG_SENSORS_W83L785TS is not set
64240 -# CONFIG_SENSORS_W83L786NG is not set
64241 -# CONFIG_SENSORS_W83627HF is not set
64242 -# CONFIG_SENSORS_W83627EHF is not set
64243 -# CONFIG_HWMON_DEBUG_CHIP is not set
64244 -# CONFIG_THERMAL is not set
64245 -CONFIG_WATCHDOG=y
64246 -# CONFIG_WATCHDOG_NOWAYOUT is not set
64247 -
64248 -#
64249 -# Watchdog Device Drivers
64250 -#
64251 -# CONFIG_SOFT_WATCHDOG is not set
64252 -CONFIG_83xx_WDT=y
64253 -
64254 -#
64255 -# Sonics Silicon Backplane
64256 -#
64257 -CONFIG_SSB_POSSIBLE=y
64258 -# CONFIG_SSB is not set
64259 -
64260 -#
64261 -# Multifunction device drivers
64262 -#
64263 -# CONFIG_MFD_SM501 is not set
64264 -
64265 -#
64266 -# Multimedia devices
64267 -#
64268 -# CONFIG_VIDEO_DEV is not set
64269 -# CONFIG_DVB_CORE is not set
64270 -CONFIG_DAB=y
64271 -
64272 -#
64273 -# Graphics support
64274 -#
64275 -# CONFIG_VGASTATE is not set
64276 -CONFIG_VIDEO_OUTPUT_CONTROL=m
64277 -# CONFIG_FB is not set
64278 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
64279 -
64280 -#
64281 -# Display device support
64282 -#
64283 -# CONFIG_DISPLAY_SUPPORT is not set
64284 -
64285 -#
64286 -# Sound
64287 -#
64288 -# CONFIG_SOUND is not set
64289 -CONFIG_HID_SUPPORT=y
64290 -CONFIG_HID=y
64291 -# CONFIG_HID_DEBUG is not set
64292 -# CONFIG_HIDRAW is not set
64293 -CONFIG_USB_SUPPORT=y
64294 -CONFIG_USB_ARCH_HAS_HCD=y
64295 -# CONFIG_USB_ARCH_HAS_OHCI is not set
64296 -CONFIG_USB_ARCH_HAS_EHCI=y
64297 -# CONFIG_USB is not set
64298 -
64299 -#
64300 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
64301 -#
64302 -# CONFIG_USB_GADGET is not set
64303 -# CONFIG_MMC is not set
64304 -# CONFIG_MEMSTICK is not set
64305 -# CONFIG_NEW_LEDS is not set
64306 -# CONFIG_EDAC is not set
64307 -# CONFIG_RTC_CLASS is not set
64308 -# CONFIG_DMADEVICES is not set
64309 -
64310 -#
64311 -# Userspace I/O
64312 -#
64313 -# CONFIG_UIO is not set
64314 -
64315 -#
64316 -# File systems
64317 -#
64318 -CONFIG_EXT2_FS=y
64319 -# CONFIG_EXT2_FS_XATTR is not set
64320 -# CONFIG_EXT2_FS_XIP is not set
64321 -CONFIG_EXT3_FS=y
64322 -CONFIG_EXT3_FS_XATTR=y
64323 -# CONFIG_EXT3_FS_POSIX_ACL is not set
64324 -# CONFIG_EXT3_FS_SECURITY is not set
64325 -# CONFIG_EXT4DEV_FS is not set
64326 -CONFIG_JBD=y
64327 -CONFIG_FS_MBCACHE=y
64328 -# CONFIG_REISERFS_FS is not set
64329 -# CONFIG_JFS_FS is not set
64330 -# CONFIG_FS_POSIX_ACL is not set
64331 -# CONFIG_XFS_FS is not set
64332 -# CONFIG_GFS2_FS is not set
64333 -# CONFIG_OCFS2_FS is not set
64334 -CONFIG_DNOTIFY=y
64335 -CONFIG_INOTIFY=y
64336 -CONFIG_INOTIFY_USER=y
64337 -# CONFIG_QUOTA is not set
64338 -# CONFIG_AUTOFS_FS is not set
64339 -# CONFIG_AUTOFS4_FS is not set
64340 -# CONFIG_FUSE_FS is not set
64341 -
64342 -#
64343 -# CD-ROM/DVD Filesystems
64344 -#
64345 -# CONFIG_ISO9660_FS is not set
64346 -# CONFIG_UDF_FS is not set
64347 -
64348 -#
64349 -# DOS/FAT/NT Filesystems
64350 -#
64351 -# CONFIG_MSDOS_FS is not set
64352 -# CONFIG_VFAT_FS is not set
64353 -# CONFIG_NTFS_FS is not set
64354 -
64355 -#
64356 -# Pseudo filesystems
64357 -#
64358 -CONFIG_PROC_FS=y
64359 -CONFIG_PROC_KCORE=y
64360 -CONFIG_PROC_SYSCTL=y
64361 -CONFIG_SYSFS=y
64362 -CONFIG_TMPFS=y
64363 -# CONFIG_TMPFS_POSIX_ACL is not set
64364 -# CONFIG_HUGETLB_PAGE is not set
64365 -# CONFIG_CONFIGFS_FS is not set
64366 -
64367 -#
64368 -# Miscellaneous filesystems
64369 -#
64370 -# CONFIG_ADFS_FS is not set
64371 -# CONFIG_AFFS_FS is not set
64372 -# CONFIG_HFS_FS is not set
64373 -# CONFIG_HFSPLUS_FS is not set
64374 -# CONFIG_BEFS_FS is not set
64375 -# CONFIG_BFS_FS is not set
64376 -# CONFIG_EFS_FS is not set
64377 -# CONFIG_CRAMFS is not set
64378 -# CONFIG_VXFS_FS is not set
64379 -# CONFIG_MINIX_FS is not set
64380 -# CONFIG_HPFS_FS is not set
64381 -# CONFIG_QNX4FS_FS is not set
64382 -# CONFIG_ROMFS_FS is not set
64383 -# CONFIG_SYSV_FS is not set
64384 -# CONFIG_UFS_FS is not set
64385 -CONFIG_NETWORK_FILESYSTEMS=y
64386 -CONFIG_NFS_FS=y
64387 -CONFIG_NFS_V3=y
64388 -# CONFIG_NFS_V3_ACL is not set
64389 -CONFIG_NFS_V4=y
64390 -# CONFIG_NFS_DIRECTIO is not set
64391 -# CONFIG_NFSD is not set
64392 -CONFIG_ROOT_NFS=y
64393 -CONFIG_LOCKD=y
64394 -CONFIG_LOCKD_V4=y
64395 -CONFIG_NFS_COMMON=y
64396 -CONFIG_SUNRPC=y
64397 -CONFIG_SUNRPC_GSS=y
64398 -# CONFIG_SUNRPC_BIND34 is not set
64399 -CONFIG_RPCSEC_GSS_KRB5=y
64400 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
64401 -# CONFIG_SMB_FS is not set
64402 -# CONFIG_CIFS is not set
64403 -# CONFIG_NCP_FS is not set
64404 -# CONFIG_CODA_FS is not set
64405 -# CONFIG_AFS_FS is not set
64406 -
64407 -#
64408 -# Partition Types
64409 -#
64410 -CONFIG_PARTITION_ADVANCED=y
64411 -# CONFIG_ACORN_PARTITION is not set
64412 -# CONFIG_OSF_PARTITION is not set
64413 -# CONFIG_AMIGA_PARTITION is not set
64414 -# CONFIG_ATARI_PARTITION is not set
64415 -# CONFIG_MAC_PARTITION is not set
64416 -CONFIG_MSDOS_PARTITION=y
64417 -# CONFIG_BSD_DISKLABEL is not set
64418 -# CONFIG_MINIX_SUBPARTITION is not set
64419 -# CONFIG_SOLARIS_X86_PARTITION is not set
64420 -# CONFIG_UNIXWARE_DISKLABEL is not set
64421 -# CONFIG_LDM_PARTITION is not set
64422 -# CONFIG_SGI_PARTITION is not set
64423 -# CONFIG_ULTRIX_PARTITION is not set
64424 -# CONFIG_SUN_PARTITION is not set
64425 -# CONFIG_KARMA_PARTITION is not set
64426 -# CONFIG_EFI_PARTITION is not set
64427 -# CONFIG_SYSV68_PARTITION is not set
64428 -# CONFIG_NLS is not set
64429 -# CONFIG_DLM is not set
64430 -
64431 -#
64432 -# Library routines
64433 -#
64434 -CONFIG_BITREVERSE=y
64435 -# CONFIG_CRC_CCITT is not set
64436 -# CONFIG_CRC16 is not set
64437 -# CONFIG_CRC_ITU_T is not set
64438 -CONFIG_CRC32=y
64439 -# CONFIG_CRC7 is not set
64440 -# CONFIG_LIBCRC32C is not set
64441 -CONFIG_PLIST=y
64442 -CONFIG_HAS_IOMEM=y
64443 -CONFIG_HAS_IOPORT=y
64444 -CONFIG_HAS_DMA=y
64445 -
64446 -#
64447 -# Kernel hacking
64448 -#
64449 -# CONFIG_PRINTK_TIME is not set
64450 -CONFIG_ENABLE_WARN_DEPRECATED=y
64451 -CONFIG_ENABLE_MUST_CHECK=y
64452 -# CONFIG_MAGIC_SYSRQ is not set
64453 -# CONFIG_UNUSED_SYMBOLS is not set
64454 -# CONFIG_DEBUG_FS is not set
64455 -# CONFIG_HEADERS_CHECK is not set
64456 -# CONFIG_DEBUG_KERNEL is not set
64457 -# CONFIG_DEBUG_BUGVERBOSE is not set
64458 -# CONFIG_SAMPLES is not set
64459 -# CONFIG_PPC_EARLY_DEBUG is not set
64460 -
64461 -#
64462 -# Security options
64463 -#
64464 -# CONFIG_KEYS is not set
64465 -# CONFIG_SECURITY is not set
64466 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
64467 -CONFIG_CRYPTO=y
64468 -CONFIG_CRYPTO_ALGAPI=y
64469 -CONFIG_CRYPTO_BLKCIPHER=y
64470 -# CONFIG_CRYPTO_SEQIV is not set
64471 -CONFIG_CRYPTO_MANAGER=y
64472 -# CONFIG_CRYPTO_HMAC is not set
64473 -# CONFIG_CRYPTO_XCBC is not set
64474 -# CONFIG_CRYPTO_NULL is not set
64475 -# CONFIG_CRYPTO_MD4 is not set
64476 -CONFIG_CRYPTO_MD5=y
64477 -# CONFIG_CRYPTO_SHA1 is not set
64478 -# CONFIG_CRYPTO_SHA256 is not set
64479 -# CONFIG_CRYPTO_SHA512 is not set
64480 -# CONFIG_CRYPTO_WP512 is not set
64481 -# CONFIG_CRYPTO_TGR192 is not set
64482 -# CONFIG_CRYPTO_GF128MUL is not set
64483 -CONFIG_CRYPTO_ECB=m
64484 -CONFIG_CRYPTO_CBC=y
64485 -CONFIG_CRYPTO_PCBC=m
64486 -# CONFIG_CRYPTO_LRW is not set
64487 -# CONFIG_CRYPTO_XTS is not set
64488 -# CONFIG_CRYPTO_CTR is not set
64489 -# CONFIG_CRYPTO_GCM is not set
64490 -# CONFIG_CRYPTO_CCM is not set
64491 -# CONFIG_CRYPTO_CRYPTD is not set
64492 -CONFIG_CRYPTO_DES=y
64493 -# CONFIG_CRYPTO_FCRYPT is not set
64494 -# CONFIG_CRYPTO_BLOWFISH is not set
64495 -# CONFIG_CRYPTO_TWOFISH is not set
64496 -# CONFIG_CRYPTO_SERPENT is not set
64497 -# CONFIG_CRYPTO_AES is not set
64498 -# CONFIG_CRYPTO_CAST5 is not set
64499 -# CONFIG_CRYPTO_CAST6 is not set
64500 -# CONFIG_CRYPTO_TEA is not set
64501 -# CONFIG_CRYPTO_ARC4 is not set
64502 -# CONFIG_CRYPTO_KHAZAD is not set
64503 -# CONFIG_CRYPTO_ANUBIS is not set
64504 -# CONFIG_CRYPTO_SEED is not set
64505 -# CONFIG_CRYPTO_SALSA20 is not set
64506 -# CONFIG_CRYPTO_DEFLATE is not set
64507 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
64508 -# CONFIG_CRYPTO_CRC32C is not set
64509 -# CONFIG_CRYPTO_CAMELLIA is not set
64510 -# CONFIG_CRYPTO_TEST is not set
64511 -# CONFIG_CRYPTO_AUTHENC is not set
64512 -# CONFIG_CRYPTO_LZO is not set
64513 -CONFIG_CRYPTO_HW=y
64514 -# CONFIG_PPC_CLOCK is not set
64515 --- a/arch/powerpc/configs/mpc837x_rdb_defconfig
64516 +++ /dev/null
64517 @@ -1,930 +0,0 @@
64518 -#
64519 -# Automatically generated make config: don't edit
64520 -# Linux kernel version: 2.6.25-rc6
64521 -# Mon Mar 24 08:48:24 2008
64522 -#
64523 -# CONFIG_PPC64 is not set
64524 -
64525 -#
64526 -# Processor support
64527 -#
64528 -CONFIG_6xx=y
64529 -# CONFIG_PPC_85xx is not set
64530 -# CONFIG_PPC_8xx is not set
64531 -# CONFIG_40x is not set
64532 -# CONFIG_44x is not set
64533 -# CONFIG_E200 is not set
64534 -CONFIG_PPC_FPU=y
64535 -# CONFIG_FSL_EMB_PERFMON is not set
64536 -CONFIG_PPC_STD_MMU=y
64537 -CONFIG_PPC_STD_MMU_32=y
64538 -# CONFIG_PPC_MM_SLICES is not set
64539 -# CONFIG_SMP is not set
64540 -CONFIG_PPC32=y
64541 -CONFIG_WORD_SIZE=32
64542 -CONFIG_PPC_MERGE=y
64543 -CONFIG_MMU=y
64544 -CONFIG_GENERIC_CMOS_UPDATE=y
64545 -CONFIG_GENERIC_TIME=y
64546 -CONFIG_GENERIC_TIME_VSYSCALL=y
64547 -CONFIG_GENERIC_CLOCKEVENTS=y
64548 -CONFIG_GENERIC_HARDIRQS=y
64549 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
64550 -CONFIG_IRQ_PER_CPU=y
64551 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
64552 -CONFIG_ARCH_HAS_ILOG2_U32=y
64553 -CONFIG_GENERIC_HWEIGHT=y
64554 -CONFIG_GENERIC_CALIBRATE_DELAY=y
64555 -CONFIG_GENERIC_FIND_NEXT_BIT=y
64556 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
64557 -CONFIG_PPC=y
64558 -CONFIG_EARLY_PRINTK=y
64559 -CONFIG_GENERIC_NVRAM=y
64560 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
64561 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
64562 -CONFIG_PPC_OF=y
64563 -CONFIG_OF=y
64564 -CONFIG_PPC_UDBG_16550=y
64565 -# CONFIG_GENERIC_TBSYNC is not set
64566 -CONFIG_AUDIT_ARCH=y
64567 -CONFIG_GENERIC_BUG=y
64568 -CONFIG_DEFAULT_UIMAGE=y
64569 -# CONFIG_PPC_DCR_NATIVE is not set
64570 -# CONFIG_PPC_DCR_MMIO is not set
64571 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
64572 -
64573 -#
64574 -# General setup
64575 -#
64576 -CONFIG_EXPERIMENTAL=y
64577 -CONFIG_BROKEN_ON_SMP=y
64578 -CONFIG_INIT_ENV_ARG_LIMIT=32
64579 -CONFIG_LOCALVERSION=""
64580 -CONFIG_LOCALVERSION_AUTO=y
64581 -CONFIG_SWAP=y
64582 -CONFIG_SYSVIPC=y
64583 -CONFIG_SYSVIPC_SYSCTL=y
64584 -# CONFIG_POSIX_MQUEUE is not set
64585 -# CONFIG_BSD_PROCESS_ACCT is not set
64586 -# CONFIG_TASKSTATS is not set
64587 -# CONFIG_AUDIT is not set
64588 -# CONFIG_IKCONFIG is not set
64589 -CONFIG_LOG_BUF_SHIFT=14
64590 -# CONFIG_CGROUPS is not set
64591 -CONFIG_GROUP_SCHED=y
64592 -CONFIG_FAIR_GROUP_SCHED=y
64593 -# CONFIG_RT_GROUP_SCHED is not set
64594 -CONFIG_USER_SCHED=y
64595 -# CONFIG_CGROUP_SCHED is not set
64596 -CONFIG_SYSFS_DEPRECATED=y
64597 -CONFIG_SYSFS_DEPRECATED_V2=y
64598 -# CONFIG_RELAY is not set
64599 -# CONFIG_NAMESPACES is not set
64600 -CONFIG_BLK_DEV_INITRD=y
64601 -CONFIG_INITRAMFS_SOURCE=""
64602 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
64603 -CONFIG_SYSCTL=y
64604 -CONFIG_EMBEDDED=y
64605 -CONFIG_SYSCTL_SYSCALL=y
64606 -CONFIG_KALLSYMS=y
64607 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
64608 -CONFIG_HOTPLUG=y
64609 -CONFIG_PRINTK=y
64610 -CONFIG_BUG=y
64611 -CONFIG_ELF_CORE=y
64612 -CONFIG_COMPAT_BRK=y
64613 -CONFIG_BASE_FULL=y
64614 -CONFIG_FUTEX=y
64615 -CONFIG_ANON_INODES=y
64616 -# CONFIG_EPOLL is not set
64617 -CONFIG_SIGNALFD=y
64618 -CONFIG_TIMERFD=y
64619 -CONFIG_EVENTFD=y
64620 -CONFIG_SHMEM=y
64621 -CONFIG_VM_EVENT_COUNTERS=y
64622 -CONFIG_SLAB=y
64623 -# CONFIG_SLUB is not set
64624 -# CONFIG_SLOB is not set
64625 -# CONFIG_PROFILING is not set
64626 -# CONFIG_MARKERS is not set
64627 -CONFIG_HAVE_OPROFILE=y
64628 -# CONFIG_KPROBES is not set
64629 -CONFIG_HAVE_KPROBES=y
64630 -CONFIG_HAVE_KRETPROBES=y
64631 -CONFIG_PROC_PAGE_MONITOR=y
64632 -CONFIG_SLABINFO=y
64633 -CONFIG_RT_MUTEXES=y
64634 -# CONFIG_TINY_SHMEM is not set
64635 -CONFIG_BASE_SMALL=0
64636 -CONFIG_MODULES=y
64637 -CONFIG_MODULE_UNLOAD=y
64638 -# CONFIG_MODULE_FORCE_UNLOAD is not set
64639 -# CONFIG_MODVERSIONS is not set
64640 -# CONFIG_MODULE_SRCVERSION_ALL is not set
64641 -# CONFIG_KMOD is not set
64642 -CONFIG_BLOCK=y
64643 -# CONFIG_LBD is not set
64644 -# CONFIG_BLK_DEV_IO_TRACE is not set
64645 -# CONFIG_LSF is not set
64646 -# CONFIG_BLK_DEV_BSG is not set
64647 -
64648 -#
64649 -# IO Schedulers
64650 -#
64651 -CONFIG_IOSCHED_NOOP=y
64652 -CONFIG_IOSCHED_AS=y
64653 -CONFIG_IOSCHED_DEADLINE=y
64654 -CONFIG_IOSCHED_CFQ=y
64655 -CONFIG_DEFAULT_AS=y
64656 -# CONFIG_DEFAULT_DEADLINE is not set
64657 -# CONFIG_DEFAULT_CFQ is not set
64658 -# CONFIG_DEFAULT_NOOP is not set
64659 -CONFIG_DEFAULT_IOSCHED="anticipatory"
64660 -CONFIG_CLASSIC_RCU=y
64661 -
64662 -#
64663 -# Platform support
64664 -#
64665 -# CONFIG_PPC_MULTIPLATFORM is not set
64666 -# CONFIG_PPC_82xx is not set
64667 -CONFIG_PPC_83xx=y
64668 -# CONFIG_PPC_86xx is not set
64669 -# CONFIG_PPC_MPC512x is not set
64670 -# CONFIG_PPC_MPC5121 is not set
64671 -# CONFIG_PPC_CELL is not set
64672 -# CONFIG_PPC_CELL_NATIVE is not set
64673 -# CONFIG_PQ2ADS is not set
64674 -CONFIG_MPC83xx=y
64675 -# CONFIG_MPC831x_RDB is not set
64676 -# CONFIG_MPC832x_MDS is not set
64677 -# CONFIG_MPC832x_RDB is not set
64678 -# CONFIG_MPC834x_MDS is not set
64679 -# CONFIG_MPC834x_ITX is not set
64680 -# CONFIG_MPC836x_MDS is not set
64681 -# CONFIG_MPC837x_MDS is not set
64682 -CONFIG_MPC837x_RDB=y
64683 -# CONFIG_SBC834x is not set
64684 -CONFIG_PPC_MPC837x=y
64685 -CONFIG_IPIC=y
64686 -# CONFIG_MPIC is not set
64687 -# CONFIG_MPIC_WEIRD is not set
64688 -# CONFIG_PPC_I8259 is not set
64689 -# CONFIG_PPC_RTAS is not set
64690 -# CONFIG_MMIO_NVRAM is not set
64691 -# CONFIG_PPC_MPC106 is not set
64692 -# CONFIG_PPC_970_NAP is not set
64693 -# CONFIG_PPC_INDIRECT_IO is not set
64694 -# CONFIG_GENERIC_IOMAP is not set
64695 -# CONFIG_CPU_FREQ is not set
64696 -# CONFIG_FSL_ULI1575 is not set
64697 -
64698 -#
64699 -# Kernel options
64700 -#
64701 -# CONFIG_HIGHMEM is not set
64702 -# CONFIG_TICK_ONESHOT is not set
64703 -# CONFIG_NO_HZ is not set
64704 -# CONFIG_HIGH_RES_TIMERS is not set
64705 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
64706 -# CONFIG_HZ_100 is not set
64707 -CONFIG_HZ_250=y
64708 -# CONFIG_HZ_300 is not set
64709 -# CONFIG_HZ_1000 is not set
64710 -CONFIG_HZ=250
64711 -# CONFIG_SCHED_HRTICK is not set
64712 -CONFIG_PREEMPT_NONE=y
64713 -# CONFIG_PREEMPT_VOLUNTARY is not set
64714 -# CONFIG_PREEMPT is not set
64715 -CONFIG_BINFMT_ELF=y
64716 -# CONFIG_BINFMT_MISC is not set
64717 -# CONFIG_IOMMU_HELPER is not set
64718 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
64719 -CONFIG_ARCH_HAS_WALK_MEMORY=y
64720 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
64721 -CONFIG_ARCH_FLATMEM_ENABLE=y
64722 -CONFIG_ARCH_POPULATES_NODE_MAP=y
64723 -CONFIG_SELECT_MEMORY_MODEL=y
64724 -CONFIG_FLATMEM_MANUAL=y
64725 -# CONFIG_DISCONTIGMEM_MANUAL is not set
64726 -# CONFIG_SPARSEMEM_MANUAL is not set
64727 -CONFIG_FLATMEM=y
64728 -CONFIG_FLAT_NODE_MEM_MAP=y
64729 -# CONFIG_SPARSEMEM_STATIC is not set
64730 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
64731 -CONFIG_SPLIT_PTLOCK_CPUS=4
64732 -# CONFIG_RESOURCES_64BIT is not set
64733 -CONFIG_ZONE_DMA_FLAG=1
64734 -CONFIG_BOUNCE=y
64735 -CONFIG_VIRT_TO_BUS=y
64736 -CONFIG_PROC_DEVICETREE=y
64737 -# CONFIG_CMDLINE_BOOL is not set
64738 -# CONFIG_PM is not set
64739 -CONFIG_SECCOMP=y
64740 -CONFIG_ISA_DMA_API=y
64741 -
64742 -#
64743 -# Bus options
64744 -#
64745 -CONFIG_ZONE_DMA=y
64746 -CONFIG_GENERIC_ISA_DMA=y
64747 -CONFIG_PPC_INDIRECT_PCI=y
64748 -CONFIG_FSL_SOC=y
64749 -# CONFIG_PCI is not set
64750 -# CONFIG_PCI_DOMAINS is not set
64751 -# CONFIG_PCI_SYSCALL is not set
64752 -# CONFIG_ARCH_SUPPORTS_MSI is not set
64753 -# CONFIG_PCCARD is not set
64754 -
64755 -#
64756 -# Advanced setup
64757 -#
64758 -# CONFIG_ADVANCED_OPTIONS is not set
64759 -
64760 -#
64761 -# Default settings for advanced configuration options are used
64762 -#
64763 -CONFIG_HIGHMEM_START=0xfe000000
64764 -CONFIG_LOWMEM_SIZE=0x30000000
64765 -CONFIG_KERNEL_START=0xc0000000
64766 -CONFIG_TASK_SIZE=0xc0000000
64767 -CONFIG_BOOT_LOAD=0x00800000
64768 -
64769 -#
64770 -# Networking
64771 -#
64772 -CONFIG_NET=y
64773 -
64774 -#
64775 -# Networking options
64776 -#
64777 -CONFIG_PACKET=y
64778 -# CONFIG_PACKET_MMAP is not set
64779 -CONFIG_UNIX=y
64780 -# CONFIG_NET_KEY is not set
64781 -CONFIG_INET=y
64782 -CONFIG_IP_MULTICAST=y
64783 -# CONFIG_IP_ADVANCED_ROUTER is not set
64784 -CONFIG_IP_FIB_HASH=y
64785 -CONFIG_IP_PNP=y
64786 -CONFIG_IP_PNP_DHCP=y
64787 -CONFIG_IP_PNP_BOOTP=y
64788 -# CONFIG_IP_PNP_RARP is not set
64789 -# CONFIG_NET_IPIP is not set
64790 -# CONFIG_NET_IPGRE is not set
64791 -# CONFIG_IP_MROUTE is not set
64792 -# CONFIG_ARPD is not set
64793 -CONFIG_SYN_COOKIES=y
64794 -# CONFIG_INET_AH is not set
64795 -# CONFIG_INET_ESP is not set
64796 -# CONFIG_INET_IPCOMP is not set
64797 -# CONFIG_INET_XFRM_TUNNEL is not set
64798 -# CONFIG_INET_TUNNEL is not set
64799 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
64800 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
64801 -# CONFIG_INET_XFRM_MODE_BEET is not set
64802 -# CONFIG_INET_LRO is not set
64803 -CONFIG_INET_DIAG=y
64804 -CONFIG_INET_TCP_DIAG=y
64805 -# CONFIG_TCP_CONG_ADVANCED is not set
64806 -CONFIG_TCP_CONG_CUBIC=y
64807 -CONFIG_DEFAULT_TCP_CONG="cubic"
64808 -# CONFIG_TCP_MD5SIG is not set
64809 -# CONFIG_IPV6 is not set
64810 -# CONFIG_INET6_XFRM_TUNNEL is not set
64811 -# CONFIG_INET6_TUNNEL is not set
64812 -# CONFIG_NETWORK_SECMARK is not set
64813 -# CONFIG_NETFILTER is not set
64814 -# CONFIG_IP_DCCP is not set
64815 -# CONFIG_IP_SCTP is not set
64816 -# CONFIG_TIPC is not set
64817 -# CONFIG_ATM is not set
64818 -# CONFIG_BRIDGE is not set
64819 -# CONFIG_VLAN_8021Q is not set
64820 -# CONFIG_DECNET is not set
64821 -# CONFIG_LLC2 is not set
64822 -# CONFIG_IPX is not set
64823 -# CONFIG_ATALK is not set
64824 -# CONFIG_X25 is not set
64825 -# CONFIG_LAPB is not set
64826 -# CONFIG_ECONET is not set
64827 -# CONFIG_WAN_ROUTER is not set
64828 -# CONFIG_NET_SCHED is not set
64829 -
64830 -#
64831 -# Network testing
64832 -#
64833 -# CONFIG_NET_PKTGEN is not set
64834 -# CONFIG_HAMRADIO is not set
64835 -# CONFIG_CAN is not set
64836 -# CONFIG_IRDA is not set
64837 -# CONFIG_BT is not set
64838 -# CONFIG_AF_RXRPC is not set
64839 -
64840 -#
64841 -# Wireless
64842 -#
64843 -# CONFIG_CFG80211 is not set
64844 -# CONFIG_WIRELESS_EXT is not set
64845 -# CONFIG_MAC80211 is not set
64846 -# CONFIG_IEEE80211 is not set
64847 -# CONFIG_RFKILL is not set
64848 -# CONFIG_NET_9P is not set
64849 -
64850 -#
64851 -# Device Drivers
64852 -#
64853 -
64854 -#
64855 -# Generic Driver Options
64856 -#
64857 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
64858 -CONFIG_STANDALONE=y
64859 -CONFIG_PREVENT_FIRMWARE_BUILD=y
64860 -# CONFIG_FW_LOADER is not set
64861 -# CONFIG_SYS_HYPERVISOR is not set
64862 -# CONFIG_CONNECTOR is not set
64863 -# CONFIG_MTD is not set
64864 -CONFIG_OF_DEVICE=y
64865 -# CONFIG_PARPORT is not set
64866 -CONFIG_BLK_DEV=y
64867 -# CONFIG_BLK_DEV_FD is not set
64868 -# CONFIG_BLK_DEV_COW_COMMON is not set
64869 -CONFIG_BLK_DEV_LOOP=y
64870 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
64871 -# CONFIG_BLK_DEV_NBD is not set
64872 -CONFIG_BLK_DEV_RAM=y
64873 -CONFIG_BLK_DEV_RAM_COUNT=16
64874 -CONFIG_BLK_DEV_RAM_SIZE=32768
64875 -# CONFIG_BLK_DEV_XIP is not set
64876 -# CONFIG_CDROM_PKTCDVD is not set
64877 -# CONFIG_ATA_OVER_ETH is not set
64878 -CONFIG_MISC_DEVICES=y
64879 -# CONFIG_EEPROM_93CX6 is not set
64880 -# CONFIG_ENCLOSURE_SERVICES is not set
64881 -CONFIG_HAVE_IDE=y
64882 -# CONFIG_IDE is not set
64883 -
64884 -#
64885 -# SCSI device support
64886 -#
64887 -# CONFIG_RAID_ATTRS is not set
64888 -CONFIG_SCSI=y
64889 -CONFIG_SCSI_DMA=y
64890 -# CONFIG_SCSI_TGT is not set
64891 -# CONFIG_SCSI_NETLINK is not set
64892 -CONFIG_SCSI_PROC_FS=y
64893 -
64894 -#
64895 -# SCSI support type (disk, tape, CD-ROM)
64896 -#
64897 -CONFIG_BLK_DEV_SD=y
64898 -# CONFIG_CHR_DEV_ST is not set
64899 -# CONFIG_CHR_DEV_OSST is not set
64900 -# CONFIG_BLK_DEV_SR is not set
64901 -CONFIG_CHR_DEV_SG=y
64902 -# CONFIG_CHR_DEV_SCH is not set
64903 -
64904 -#
64905 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
64906 -#
64907 -# CONFIG_SCSI_MULTI_LUN is not set
64908 -# CONFIG_SCSI_CONSTANTS is not set
64909 -# CONFIG_SCSI_LOGGING is not set
64910 -# CONFIG_SCSI_SCAN_ASYNC is not set
64911 -CONFIG_SCSI_WAIT_SCAN=m
64912 -
64913 -#
64914 -# SCSI Transports
64915 -#
64916 -# CONFIG_SCSI_SPI_ATTRS is not set
64917 -# CONFIG_SCSI_FC_ATTRS is not set
64918 -# CONFIG_SCSI_ISCSI_ATTRS is not set
64919 -# CONFIG_SCSI_SAS_LIBSAS is not set
64920 -# CONFIG_SCSI_SRP_ATTRS is not set
64921 -CONFIG_SCSI_LOWLEVEL=y
64922 -# CONFIG_ISCSI_TCP is not set
64923 -# CONFIG_SCSI_DEBUG is not set
64924 -CONFIG_ATA=y
64925 -# CONFIG_ATA_NONSTANDARD is not set
64926 -# CONFIG_SATA_MV is not set
64927 -CONFIG_SATA_FSL=y
64928 -# CONFIG_PATA_PLATFORM is not set
64929 -CONFIG_MD=y
64930 -CONFIG_BLK_DEV_MD=y
64931 -# CONFIG_MD_LINEAR is not set
64932 -# CONFIG_MD_RAID0 is not set
64933 -CONFIG_MD_RAID1=y
64934 -# CONFIG_MD_RAID10 is not set
64935 -CONFIG_MD_RAID456=y
64936 -CONFIG_MD_RAID5_RESHAPE=y
64937 -# CONFIG_MD_MULTIPATH is not set
64938 -# CONFIG_MD_FAULTY is not set
64939 -# CONFIG_BLK_DEV_DM is not set
64940 -# CONFIG_MACINTOSH_DRIVERS is not set
64941 -CONFIG_NETDEVICES=y
64942 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
64943 -# CONFIG_DUMMY is not set
64944 -# CONFIG_BONDING is not set
64945 -# CONFIG_MACVLAN is not set
64946 -# CONFIG_EQUALIZER is not set
64947 -# CONFIG_TUN is not set
64948 -# CONFIG_VETH is not set
64949 -CONFIG_PHYLIB=y
64950 -
64951 -#
64952 -# MII PHY device drivers
64953 -#
64954 -CONFIG_MARVELL_PHY=y
64955 -# CONFIG_DAVICOM_PHY is not set
64956 -# CONFIG_QSEMI_PHY is not set
64957 -# CONFIG_LXT_PHY is not set
64958 -# CONFIG_CICADA_PHY is not set
64959 -# CONFIG_VITESSE_PHY is not set
64960 -# CONFIG_SMSC_PHY is not set
64961 -# CONFIG_BROADCOM_PHY is not set
64962 -# CONFIG_ICPLUS_PHY is not set
64963 -# CONFIG_REALTEK_PHY is not set
64964 -# CONFIG_FIXED_PHY is not set
64965 -# CONFIG_MDIO_BITBANG is not set
64966 -CONFIG_NET_ETHERNET=y
64967 -CONFIG_MII=y
64968 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
64969 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
64970 -# CONFIG_IBM_NEW_EMAC_TAH is not set
64971 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
64972 -# CONFIG_B44 is not set
64973 -CONFIG_NETDEV_1000=y
64974 -# CONFIG_E1000E_ENABLED is not set
64975 -CONFIG_GIANFAR=y
64976 -CONFIG_GFAR_NAPI=y
64977 -# CONFIG_NETDEV_10000 is not set
64978 -
64979 -#
64980 -# Wireless LAN
64981 -#
64982 -# CONFIG_WLAN_PRE80211 is not set
64983 -# CONFIG_WLAN_80211 is not set
64984 -# CONFIG_WAN is not set
64985 -# CONFIG_PPP is not set
64986 -# CONFIG_SLIP is not set
64987 -# CONFIG_NETCONSOLE is not set
64988 -# CONFIG_NETPOLL is not set
64989 -# CONFIG_NET_POLL_CONTROLLER is not set
64990 -# CONFIG_ISDN is not set
64991 -# CONFIG_PHONE is not set
64992 -
64993 -#
64994 -# Input device support
64995 -#
64996 -CONFIG_INPUT=y
64997 -# CONFIG_INPUT_FF_MEMLESS is not set
64998 -# CONFIG_INPUT_POLLDEV is not set
64999 -
65000 -#
65001 -# Userland interfaces
65002 -#
65003 -# CONFIG_INPUT_MOUSEDEV is not set
65004 -# CONFIG_INPUT_JOYDEV is not set
65005 -# CONFIG_INPUT_EVDEV is not set
65006 -# CONFIG_INPUT_EVBUG is not set
65007 -
65008 -#
65009 -# Input Device Drivers
65010 -#
65011 -# CONFIG_INPUT_KEYBOARD is not set
65012 -# CONFIG_INPUT_MOUSE is not set
65013 -# CONFIG_INPUT_JOYSTICK is not set
65014 -# CONFIG_INPUT_TABLET is not set
65015 -# CONFIG_INPUT_TOUCHSCREEN is not set
65016 -# CONFIG_INPUT_MISC is not set
65017 -
65018 -#
65019 -# Hardware I/O ports
65020 -#
65021 -# CONFIG_SERIO is not set
65022 -# CONFIG_GAMEPORT is not set
65023 -
65024 -#
65025 -# Character devices
65026 -#
65027 -# CONFIG_VT is not set
65028 -# CONFIG_SERIAL_NONSTANDARD is not set
65029 -
65030 -#
65031 -# Serial drivers
65032 -#
65033 -CONFIG_SERIAL_8250=y
65034 -CONFIG_SERIAL_8250_CONSOLE=y
65035 -CONFIG_SERIAL_8250_NR_UARTS=4
65036 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
65037 -# CONFIG_SERIAL_8250_EXTENDED is not set
65038 -
65039 -#
65040 -# Non-8250 serial port support
65041 -#
65042 -# CONFIG_SERIAL_UARTLITE is not set
65043 -CONFIG_SERIAL_CORE=y
65044 -CONFIG_SERIAL_CORE_CONSOLE=y
65045 -# CONFIG_SERIAL_OF_PLATFORM is not set
65046 -CONFIG_UNIX98_PTYS=y
65047 -CONFIG_LEGACY_PTYS=y
65048 -CONFIG_LEGACY_PTY_COUNT=256
65049 -# CONFIG_IPMI_HANDLER is not set
65050 -# CONFIG_HW_RANDOM is not set
65051 -# CONFIG_NVRAM is not set
65052 -CONFIG_GEN_RTC=y
65053 -# CONFIG_GEN_RTC_X is not set
65054 -# CONFIG_R3964 is not set
65055 -# CONFIG_RAW_DRIVER is not set
65056 -# CONFIG_TCG_TPM is not set
65057 -CONFIG_I2C=y
65058 -CONFIG_I2C_BOARDINFO=y
65059 -CONFIG_I2C_CHARDEV=y
65060 -
65061 -#
65062 -# I2C Algorithms
65063 -#
65064 -# CONFIG_I2C_ALGOBIT is not set
65065 -# CONFIG_I2C_ALGOPCF is not set
65066 -# CONFIG_I2C_ALGOPCA is not set
65067 -
65068 -#
65069 -# I2C Hardware Bus support
65070 -#
65071 -CONFIG_I2C_MPC=y
65072 -# CONFIG_I2C_OCORES is not set
65073 -# CONFIG_I2C_PARPORT_LIGHT is not set
65074 -# CONFIG_I2C_SIMTEC is not set
65075 -# CONFIG_I2C_TAOS_EVM is not set
65076 -# CONFIG_I2C_STUB is not set
65077 -
65078 -#
65079 -# Miscellaneous I2C Chip support
65080 -#
65081 -# CONFIG_DS1682 is not set
65082 -# CONFIG_SENSORS_EEPROM is not set
65083 -# CONFIG_SENSORS_PCF8574 is not set
65084 -# CONFIG_PCF8575 is not set
65085 -# CONFIG_SENSORS_PCF8591 is not set
65086 -# CONFIG_TPS65010 is not set
65087 -# CONFIG_SENSORS_MAX6875 is not set
65088 -# CONFIG_SENSORS_TSL2550 is not set
65089 -# CONFIG_I2C_DEBUG_CORE is not set
65090 -# CONFIG_I2C_DEBUG_ALGO is not set
65091 -# CONFIG_I2C_DEBUG_BUS is not set
65092 -# CONFIG_I2C_DEBUG_CHIP is not set
65093 -
65094 -#
65095 -# SPI support
65096 -#
65097 -# CONFIG_SPI is not set
65098 -# CONFIG_SPI_MASTER is not set
65099 -# CONFIG_W1 is not set
65100 -# CONFIG_POWER_SUPPLY is not set
65101 -CONFIG_HWMON=y
65102 -# CONFIG_HWMON_VID is not set
65103 -# CONFIG_SENSORS_AD7418 is not set
65104 -# CONFIG_SENSORS_ADM1021 is not set
65105 -# CONFIG_SENSORS_ADM1025 is not set
65106 -# CONFIG_SENSORS_ADM1026 is not set
65107 -# CONFIG_SENSORS_ADM1029 is not set
65108 -# CONFIG_SENSORS_ADM1031 is not set
65109 -# CONFIG_SENSORS_ADM9240 is not set
65110 -# CONFIG_SENSORS_ADT7470 is not set
65111 -# CONFIG_SENSORS_ADT7473 is not set
65112 -# CONFIG_SENSORS_ATXP1 is not set
65113 -# CONFIG_SENSORS_DS1621 is not set
65114 -# CONFIG_SENSORS_F71805F is not set
65115 -# CONFIG_SENSORS_F71882FG is not set
65116 -# CONFIG_SENSORS_F75375S is not set
65117 -# CONFIG_SENSORS_GL518SM is not set
65118 -# CONFIG_SENSORS_GL520SM is not set
65119 -# CONFIG_SENSORS_IT87 is not set
65120 -# CONFIG_SENSORS_LM63 is not set
65121 -# CONFIG_SENSORS_LM75 is not set
65122 -# CONFIG_SENSORS_LM77 is not set
65123 -# CONFIG_SENSORS_LM78 is not set
65124 -# CONFIG_SENSORS_LM80 is not set
65125 -# CONFIG_SENSORS_LM83 is not set
65126 -# CONFIG_SENSORS_LM85 is not set
65127 -# CONFIG_SENSORS_LM87 is not set
65128 -# CONFIG_SENSORS_LM90 is not set
65129 -# CONFIG_SENSORS_LM92 is not set
65130 -# CONFIG_SENSORS_LM93 is not set
65131 -# CONFIG_SENSORS_MAX1619 is not set
65132 -# CONFIG_SENSORS_MAX6650 is not set
65133 -# CONFIG_SENSORS_PC87360 is not set
65134 -# CONFIG_SENSORS_PC87427 is not set
65135 -# CONFIG_SENSORS_DME1737 is not set
65136 -# CONFIG_SENSORS_SMSC47M1 is not set
65137 -# CONFIG_SENSORS_SMSC47M192 is not set
65138 -# CONFIG_SENSORS_SMSC47B397 is not set
65139 -# CONFIG_SENSORS_ADS7828 is not set
65140 -# CONFIG_SENSORS_THMC50 is not set
65141 -# CONFIG_SENSORS_VT1211 is not set
65142 -# CONFIG_SENSORS_W83781D is not set
65143 -# CONFIG_SENSORS_W83791D is not set
65144 -# CONFIG_SENSORS_W83792D is not set
65145 -# CONFIG_SENSORS_W83793 is not set
65146 -# CONFIG_SENSORS_W83L785TS is not set
65147 -# CONFIG_SENSORS_W83L786NG is not set
65148 -# CONFIG_SENSORS_W83627HF is not set
65149 -# CONFIG_SENSORS_W83627EHF is not set
65150 -# CONFIG_HWMON_DEBUG_CHIP is not set
65151 -# CONFIG_THERMAL is not set
65152 -CONFIG_WATCHDOG=y
65153 -# CONFIG_WATCHDOG_NOWAYOUT is not set
65154 -
65155 -#
65156 -# Watchdog Device Drivers
65157 -#
65158 -# CONFIG_SOFT_WATCHDOG is not set
65159 -CONFIG_83xx_WDT=y
65160 -
65161 -#
65162 -# Sonics Silicon Backplane
65163 -#
65164 -CONFIG_SSB_POSSIBLE=y
65165 -# CONFIG_SSB is not set
65166 -
65167 -#
65168 -# Multifunction device drivers
65169 -#
65170 -# CONFIG_MFD_SM501 is not set
65171 -
65172 -#
65173 -# Multimedia devices
65174 -#
65175 -# CONFIG_VIDEO_DEV is not set
65176 -# CONFIG_DVB_CORE is not set
65177 -CONFIG_DAB=y
65178 -
65179 -#
65180 -# Graphics support
65181 -#
65182 -# CONFIG_VGASTATE is not set
65183 -CONFIG_VIDEO_OUTPUT_CONTROL=m
65184 -# CONFIG_FB is not set
65185 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
65186 -
65187 -#
65188 -# Display device support
65189 -#
65190 -# CONFIG_DISPLAY_SUPPORT is not set
65191 -
65192 -#
65193 -# Sound
65194 -#
65195 -# CONFIG_SOUND is not set
65196 -CONFIG_HID_SUPPORT=y
65197 -CONFIG_HID=y
65198 -# CONFIG_HID_DEBUG is not set
65199 -# CONFIG_HIDRAW is not set
65200 -CONFIG_USB_SUPPORT=y
65201 -CONFIG_USB_ARCH_HAS_HCD=y
65202 -# CONFIG_USB_ARCH_HAS_OHCI is not set
65203 -CONFIG_USB_ARCH_HAS_EHCI=y
65204 -CONFIG_USB=y
65205 -# CONFIG_USB_DEBUG is not set
65206 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
65207 -
65208 -#
65209 -# Miscellaneous USB options
65210 -#
65211 -# CONFIG_USB_DEVICEFS is not set
65212 -CONFIG_USB_DEVICE_CLASS=y
65213 -# CONFIG_USB_DYNAMIC_MINORS is not set
65214 -# CONFIG_USB_OTG is not set
65215 -
65216 -#
65217 -# USB Host Controller Drivers
65218 -#
65219 -CONFIG_USB_EHCI_HCD=y
65220 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
65221 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
65222 -CONFIG_USB_EHCI_FSL=y
65223 -CONFIG_USB_EHCI_HCD_PPC_OF=y
65224 -# CONFIG_USB_ISP116X_HCD is not set
65225 -# CONFIG_USB_SL811_HCD is not set
65226 -# CONFIG_USB_R8A66597_HCD is not set
65227 -
65228 -#
65229 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
65230 -#
65231 -# CONFIG_USB_GADGET is not set
65232 -# CONFIG_MMC is not set
65233 -# CONFIG_MEMSTICK is not set
65234 -# CONFIG_NEW_LEDS is not set
65235 -# CONFIG_EDAC is not set
65236 -# CONFIG_RTC_CLASS is not set
65237 -# CONFIG_DMADEVICES is not set
65238 -
65239 -#
65240 -# Userspace I/O
65241 -#
65242 -# CONFIG_UIO is not set
65243 -
65244 -#
65245 -# File systems
65246 -#
65247 -CONFIG_EXT2_FS=y
65248 -# CONFIG_EXT2_FS_XATTR is not set
65249 -# CONFIG_EXT2_FS_XIP is not set
65250 -CONFIG_EXT3_FS=y
65251 -CONFIG_EXT3_FS_XATTR=y
65252 -# CONFIG_EXT3_FS_POSIX_ACL is not set
65253 -# CONFIG_EXT3_FS_SECURITY is not set
65254 -# CONFIG_EXT4DEV_FS is not set
65255 -CONFIG_JBD=y
65256 -CONFIG_FS_MBCACHE=y
65257 -# CONFIG_REISERFS_FS is not set
65258 -# CONFIG_JFS_FS is not set
65259 -# CONFIG_FS_POSIX_ACL is not set
65260 -# CONFIG_XFS_FS is not set
65261 -# CONFIG_GFS2_FS is not set
65262 -# CONFIG_OCFS2_FS is not set
65263 -CONFIG_DNOTIFY=y
65264 -CONFIG_INOTIFY=y
65265 -CONFIG_INOTIFY_USER=y
65266 -# CONFIG_QUOTA is not set
65267 -# CONFIG_AUTOFS_FS is not set
65268 -# CONFIG_AUTOFS4_FS is not set
65269 -# CONFIG_FUSE_FS is not set
65270 -
65271 -#
65272 -# CD-ROM/DVD Filesystems
65273 -#
65274 -# CONFIG_ISO9660_FS is not set
65275 -# CONFIG_UDF_FS is not set
65276 -
65277 -#
65278 -# DOS/FAT/NT Filesystems
65279 -#
65280 -# CONFIG_MSDOS_FS is not set
65281 -# CONFIG_VFAT_FS is not set
65282 -# CONFIG_NTFS_FS is not set
65283 -
65284 -#
65285 -# Pseudo filesystems
65286 -#
65287 -CONFIG_PROC_FS=y
65288 -CONFIG_PROC_KCORE=y
65289 -CONFIG_PROC_SYSCTL=y
65290 -CONFIG_SYSFS=y
65291 -CONFIG_TMPFS=y
65292 -# CONFIG_TMPFS_POSIX_ACL is not set
65293 -# CONFIG_HUGETLB_PAGE is not set
65294 -# CONFIG_CONFIGFS_FS is not set
65295 -
65296 -#
65297 -# Miscellaneous filesystems
65298 -#
65299 -# CONFIG_ADFS_FS is not set
65300 -# CONFIG_AFFS_FS is not set
65301 -# CONFIG_HFS_FS is not set
65302 -# CONFIG_HFSPLUS_FS is not set
65303 -# CONFIG_BEFS_FS is not set
65304 -# CONFIG_BFS_FS is not set
65305 -# CONFIG_EFS_FS is not set
65306 -# CONFIG_CRAMFS is not set
65307 -# CONFIG_VXFS_FS is not set
65308 -# CONFIG_MINIX_FS is not set
65309 -# CONFIG_HPFS_FS is not set
65310 -# CONFIG_QNX4FS_FS is not set
65311 -# CONFIG_ROMFS_FS is not set
65312 -# CONFIG_SYSV_FS is not set
65313 -# CONFIG_UFS_FS is not set
65314 -CONFIG_NETWORK_FILESYSTEMS=y
65315 -CONFIG_NFS_FS=y
65316 -CONFIG_NFS_V3=y
65317 -# CONFIG_NFS_V3_ACL is not set
65318 -CONFIG_NFS_V4=y
65319 -# CONFIG_NFS_DIRECTIO is not set
65320 -# CONFIG_NFSD is not set
65321 -CONFIG_ROOT_NFS=y
65322 -CONFIG_LOCKD=y
65323 -CONFIG_LOCKD_V4=y
65324 -CONFIG_NFS_COMMON=y
65325 -CONFIG_SUNRPC=y
65326 -CONFIG_SUNRPC_GSS=y
65327 -# CONFIG_SUNRPC_BIND34 is not set
65328 -CONFIG_RPCSEC_GSS_KRB5=y
65329 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
65330 -# CONFIG_SMB_FS is not set
65331 -# CONFIG_CIFS is not set
65332 -# CONFIG_NCP_FS is not set
65333 -# CONFIG_CODA_FS is not set
65334 -# CONFIG_AFS_FS is not set
65335 -
65336 -#
65337 -# Partition Types
65338 -#
65339 -CONFIG_PARTITION_ADVANCED=y
65340 -# CONFIG_ACORN_PARTITION is not set
65341 -# CONFIG_OSF_PARTITION is not set
65342 -# CONFIG_AMIGA_PARTITION is not set
65343 -# CONFIG_ATARI_PARTITION is not set
65344 -# CONFIG_MAC_PARTITION is not set
65345 -CONFIG_MSDOS_PARTITION=y
65346 -# CONFIG_BSD_DISKLABEL is not set
65347 -# CONFIG_MINIX_SUBPARTITION is not set
65348 -# CONFIG_SOLARIS_X86_PARTITION is not set
65349 -# CONFIG_UNIXWARE_DISKLABEL is not set
65350 -# CONFIG_LDM_PARTITION is not set
65351 -# CONFIG_SGI_PARTITION is not set
65352 -# CONFIG_ULTRIX_PARTITION is not set
65353 -# CONFIG_SUN_PARTITION is not set
65354 -# CONFIG_KARMA_PARTITION is not set
65355 -# CONFIG_EFI_PARTITION is not set
65356 -# CONFIG_SYSV68_PARTITION is not set
65357 -# CONFIG_NLS is not set
65358 -# CONFIG_DLM is not set
65359 -
65360 -#
65361 -# Library routines
65362 -#
65363 -CONFIG_BITREVERSE=y
65364 -# CONFIG_CRC_CCITT is not set
65365 -# CONFIG_CRC16 is not set
65366 -# CONFIG_CRC_ITU_T is not set
65367 -CONFIG_CRC32=y
65368 -# CONFIG_CRC7 is not set
65369 -# CONFIG_LIBCRC32C is not set
65370 -CONFIG_PLIST=y
65371 -CONFIG_HAS_IOMEM=y
65372 -CONFIG_HAS_IOPORT=y
65373 -CONFIG_HAS_DMA=y
65374 -
65375 -#
65376 -# Kernel hacking
65377 -#
65378 -# CONFIG_PRINTK_TIME is not set
65379 -CONFIG_ENABLE_WARN_DEPRECATED=y
65380 -# CONFIG_ENABLE_MUST_CHECK is not set
65381 -# CONFIG_MAGIC_SYSRQ is not set
65382 -# CONFIG_UNUSED_SYMBOLS is not set
65383 -# CONFIG_DEBUG_FS is not set
65384 -# CONFIG_HEADERS_CHECK is not set
65385 -# CONFIG_DEBUG_KERNEL is not set
65386 -# CONFIG_DEBUG_BUGVERBOSE is not set
65387 -# CONFIG_SAMPLES is not set
65388 -# CONFIG_PPC_EARLY_DEBUG is not set
65389 -
65390 -#
65391 -# Security options
65392 -#
65393 -# CONFIG_KEYS is not set
65394 -# CONFIG_SECURITY is not set
65395 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
65396 -CONFIG_XOR_BLOCKS=y
65397 -CONFIG_ASYNC_CORE=y
65398 -CONFIG_ASYNC_MEMCPY=y
65399 -CONFIG_ASYNC_XOR=y
65400 -CONFIG_CRYPTO=y
65401 -CONFIG_CRYPTO_ALGAPI=y
65402 -CONFIG_CRYPTO_BLKCIPHER=y
65403 -# CONFIG_CRYPTO_SEQIV is not set
65404 -CONFIG_CRYPTO_MANAGER=y
65405 -# CONFIG_CRYPTO_HMAC is not set
65406 -# CONFIG_CRYPTO_XCBC is not set
65407 -# CONFIG_CRYPTO_NULL is not set
65408 -# CONFIG_CRYPTO_MD4 is not set
65409 -CONFIG_CRYPTO_MD5=y
65410 -# CONFIG_CRYPTO_SHA1 is not set
65411 -# CONFIG_CRYPTO_SHA256 is not set
65412 -# CONFIG_CRYPTO_SHA512 is not set
65413 -# CONFIG_CRYPTO_WP512 is not set
65414 -# CONFIG_CRYPTO_TGR192 is not set
65415 -# CONFIG_CRYPTO_GF128MUL is not set
65416 -CONFIG_CRYPTO_ECB=m
65417 -CONFIG_CRYPTO_CBC=y
65418 -CONFIG_CRYPTO_PCBC=m
65419 -# CONFIG_CRYPTO_LRW is not set
65420 -# CONFIG_CRYPTO_XTS is not set
65421 -# CONFIG_CRYPTO_CTR is not set
65422 -# CONFIG_CRYPTO_GCM is not set
65423 -# CONFIG_CRYPTO_CCM is not set
65424 -# CONFIG_CRYPTO_CRYPTD is not set
65425 -CONFIG_CRYPTO_DES=y
65426 -# CONFIG_CRYPTO_FCRYPT is not set
65427 -# CONFIG_CRYPTO_BLOWFISH is not set
65428 -# CONFIG_CRYPTO_TWOFISH is not set
65429 -# CONFIG_CRYPTO_SERPENT is not set
65430 -# CONFIG_CRYPTO_AES is not set
65431 -# CONFIG_CRYPTO_CAST5 is not set
65432 -# CONFIG_CRYPTO_CAST6 is not set
65433 -# CONFIG_CRYPTO_TEA is not set
65434 -# CONFIG_CRYPTO_ARC4 is not set
65435 -# CONFIG_CRYPTO_KHAZAD is not set
65436 -# CONFIG_CRYPTO_ANUBIS is not set
65437 -# CONFIG_CRYPTO_SEED is not set
65438 -# CONFIG_CRYPTO_SALSA20 is not set
65439 -# CONFIG_CRYPTO_DEFLATE is not set
65440 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
65441 -# CONFIG_CRYPTO_CRC32C is not set
65442 -# CONFIG_CRYPTO_CAMELLIA is not set
65443 -# CONFIG_CRYPTO_TEST is not set
65444 -# CONFIG_CRYPTO_AUTHENC is not set
65445 -# CONFIG_CRYPTO_LZO is not set
65446 -CONFIG_CRYPTO_HW=y
65447 -# CONFIG_PPC_CLOCK is not set
65448 --- a/arch/powerpc/configs/mpc83xx_defconfig
65449 +++ b/arch/powerpc/configs/mpc83xx_defconfig
65450 @@ -1,7 +1,7 @@
65451 #
65452 # Automatically generated make config: don't edit
65453 -# Linux kernel version: 2.6.25-rc6
65454 -# Mon Mar 24 08:48:25 2008
65455 +# Linux kernel version: 2.6.25-rc9
65456 +# Tue Apr 15 18:07:36 2008
65457 #
65458 # CONFIG_PPC64 is not set
65459
65460 @@ -201,6 +201,7 @@
65461 # CONFIG_PREEMPT is not set
65462 CONFIG_BINFMT_ELF=y
65463 # CONFIG_BINFMT_MISC is not set
65464 +CONFIG_FORCE_MAX_ZONEORDER=11
65465 CONFIG_MATH_EMULATION=y
65466 # CONFIG_IOMMU_HELPER is not set
65467 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
65468 @@ -353,7 +354,90 @@
65469 # CONFIG_FW_LOADER is not set
65470 # CONFIG_SYS_HYPERVISOR is not set
65471 # CONFIG_CONNECTOR is not set
65472 -# CONFIG_MTD is not set
65473 +CONFIG_MTD=y
65474 +# CONFIG_MTD_DEBUG is not set
65475 +# CONFIG_MTD_CONCAT is not set
65476 +CONFIG_MTD_PARTITIONS=y
65477 +# CONFIG_MTD_REDBOOT_PARTS is not set
65478 +# CONFIG_MTD_CMDLINE_PARTS is not set
65479 +CONFIG_MTD_OF_PARTS=y
65480 +
65481 +#
65482 +# User Modules And Translation Layers
65483 +#
65484 +CONFIG_MTD_CHAR=y
65485 +CONFIG_MTD_BLKDEVS=y
65486 +CONFIG_MTD_BLOCK=y
65487 +# CONFIG_FTL is not set
65488 +# CONFIG_NFTL is not set
65489 +# CONFIG_INFTL is not set
65490 +# CONFIG_RFD_FTL is not set
65491 +# CONFIG_SSFDC is not set
65492 +# CONFIG_MTD_OOPS is not set
65493 +
65494 +#
65495 +# RAM/ROM/Flash chip drivers
65496 +#
65497 +CONFIG_MTD_CFI=y
65498 +# CONFIG_MTD_JEDECPROBE is not set
65499 +CONFIG_MTD_GEN_PROBE=y
65500 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
65501 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
65502 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
65503 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
65504 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
65505 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
65506 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
65507 +CONFIG_MTD_CFI_I1=y
65508 +CONFIG_MTD_CFI_I2=y
65509 +# CONFIG_MTD_CFI_I4 is not set
65510 +# CONFIG_MTD_CFI_I8 is not set
65511 +# CONFIG_MTD_CFI_INTELEXT is not set
65512 +CONFIG_MTD_CFI_AMDSTD=y
65513 +# CONFIG_MTD_CFI_STAA is not set
65514 +CONFIG_MTD_CFI_UTIL=y
65515 +# CONFIG_MTD_RAM is not set
65516 +# CONFIG_MTD_ROM is not set
65517 +# CONFIG_MTD_ABSENT is not set
65518 +
65519 +#
65520 +# Mapping drivers for chip access
65521 +#
65522 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
65523 +# CONFIG_MTD_PHYSMAP is not set
65524 +CONFIG_MTD_PHYSMAP_OF=y
65525 +# CONFIG_MTD_PLATRAM is not set
65526 +
65527 +#
65528 +# Self-contained MTD device drivers
65529 +#
65530 +# CONFIG_MTD_SLRAM is not set
65531 +# CONFIG_MTD_PHRAM is not set
65532 +# CONFIG_MTD_MTDRAM is not set
65533 +# CONFIG_MTD_BLOCK2MTD is not set
65534 +
65535 +#
65536 +# Disk-On-Chip Device Drivers
65537 +#
65538 +# CONFIG_MTD_DOC2000 is not set
65539 +# CONFIG_MTD_DOC2001 is not set
65540 +# CONFIG_MTD_DOC2001PLUS is not set
65541 +CONFIG_MTD_NAND=y
65542 +CONFIG_MTD_NAND_VERIFY_WRITE=y
65543 +# CONFIG_MTD_NAND_ECC_SMC is not set
65544 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
65545 +CONFIG_MTD_NAND_IDS=y
65546 +# CONFIG_MTD_NAND_DISKONCHIP is not set
65547 +# CONFIG_MTD_NAND_NANDSIM is not set
65548 +# CONFIG_MTD_NAND_PLATFORM is not set
65549 +# CONFIG_MTD_ALAUDA is not set
65550 +CONFIG_MTD_NAND_FSL_ELBC=y
65551 +# CONFIG_MTD_ONENAND is not set
65552 +
65553 +#
65554 +# UBI - Unsorted block images
65555 +#
65556 +# CONFIG_MTD_UBI is not set
65557 CONFIG_OF_DEVICE=y
65558 # CONFIG_PARPORT is not set
65559 CONFIG_BLK_DEV=y
65560 @@ -362,6 +446,7 @@
65561 CONFIG_BLK_DEV_LOOP=y
65562 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
65563 # CONFIG_BLK_DEV_NBD is not set
65564 +# CONFIG_BLK_DEV_UB is not set
65565 CONFIG_BLK_DEV_RAM=y
65566 CONFIG_BLK_DEV_RAM_COUNT=16
65567 CONFIG_BLK_DEV_RAM_SIZE=32768
65568 @@ -469,6 +554,15 @@
65569 #
65570 # CONFIG_WLAN_PRE80211 is not set
65571 # CONFIG_WLAN_80211 is not set
65572 +
65573 +#
65574 +# USB Network Adapters
65575 +#
65576 +# CONFIG_USB_CATC is not set
65577 +# CONFIG_USB_KAWETH is not set
65578 +# CONFIG_USB_PEGASUS is not set
65579 +# CONFIG_USB_RTL8150 is not set
65580 +# CONFIG_USB_USBNET is not set
65581 # CONFIG_WAN is not set
65582 # CONFIG_PPP is not set
65583 # CONFIG_SLIP is not set
65584 @@ -563,6 +657,7 @@
65585 # CONFIG_I2C_SIMTEC is not set
65586 # CONFIG_I2C_TAOS_EVM is not set
65587 # CONFIG_I2C_STUB is not set
65588 +# CONFIG_I2C_TINY_USB is not set
65589
65590 #
65591 # Miscellaneous I2C Chip support
65592 @@ -648,6 +743,11 @@
65593 CONFIG_83xx_WDT=y
65594
65595 #
65596 +# USB-based Watchdog Cards
65597 +#
65598 +# CONFIG_USBPCWATCHDOG is not set
65599 +
65600 +#
65601 # Sonics Silicon Backplane
65602 #
65603 CONFIG_SSB_POSSIBLE=y
65604 @@ -664,6 +764,7 @@
65605 # CONFIG_VIDEO_DEV is not set
65606 # CONFIG_DVB_CORE is not set
65607 CONFIG_DAB=y
65608 +# CONFIG_USB_DABUSB is not set
65609
65610 #
65611 # Graphics support
65612 @@ -686,6 +787,14 @@
65613 CONFIG_HID=y
65614 # CONFIG_HID_DEBUG is not set
65615 # CONFIG_HIDRAW is not set
65616 +
65617 +#
65618 +# USB Input Devices
65619 +#
65620 +CONFIG_USB_HID=y
65621 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
65622 +# CONFIG_HID_FF is not set
65623 +# CONFIG_USB_HIDDEV is not set
65624 CONFIG_USB_SUPPORT=y
65625 CONFIG_USB_ARCH_HAS_HCD=y
65626 # CONFIG_USB_ARCH_HAS_OHCI is not set
65627 @@ -715,8 +824,55 @@
65628 # CONFIG_USB_R8A66597_HCD is not set
65629
65630 #
65631 +# USB Device Class drivers
65632 +#
65633 +# CONFIG_USB_ACM is not set
65634 +# CONFIG_USB_PRINTER is not set
65635 +
65636 +#
65637 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
65638 #
65639 +
65640 +#
65641 +# may also be needed; see USB_STORAGE Help for more information
65642 +#
65643 +# CONFIG_USB_STORAGE is not set
65644 +# CONFIG_USB_LIBUSUAL is not set
65645 +
65646 +#
65647 +# USB Imaging devices
65648 +#
65649 +# CONFIG_USB_MDC800 is not set
65650 +# CONFIG_USB_MICROTEK is not set
65651 +CONFIG_USB_MON=y
65652 +
65653 +#
65654 +# USB port drivers
65655 +#
65656 +# CONFIG_USB_SERIAL is not set
65657 +
65658 +#
65659 +# USB Miscellaneous drivers
65660 +#
65661 +# CONFIG_USB_EMI62 is not set
65662 +# CONFIG_USB_EMI26 is not set
65663 +# CONFIG_USB_ADUTUX is not set
65664 +# CONFIG_USB_AUERSWALD is not set
65665 +# CONFIG_USB_RIO500 is not set
65666 +# CONFIG_USB_LEGOTOWER is not set
65667 +# CONFIG_USB_LCD is not set
65668 +# CONFIG_USB_BERRY_CHARGE is not set
65669 +# CONFIG_USB_LED is not set
65670 +# CONFIG_USB_CYPRESS_CY7C63 is not set
65671 +# CONFIG_USB_CYTHERM is not set
65672 +# CONFIG_USB_PHIDGET is not set
65673 +# CONFIG_USB_IDMOUSE is not set
65674 +# CONFIG_USB_FTDI_ELAN is not set
65675 +# CONFIG_USB_APPLEDISPLAY is not set
65676 +# CONFIG_USB_SISUSBVGA is not set
65677 +# CONFIG_USB_LD is not set
65678 +# CONFIG_USB_TRANCEVIBRATOR is not set
65679 +# CONFIG_USB_IOWARRIOR is not set
65680 # CONFIG_USB_GADGET is not set
65681 # CONFIG_MMC is not set
65682 # CONFIG_MEMSTICK is not set
65683 @@ -792,6 +948,7 @@
65684 # CONFIG_BEFS_FS is not set
65685 # CONFIG_BFS_FS is not set
65686 # CONFIG_EFS_FS is not set
65687 +# CONFIG_JFFS2_FS is not set
65688 # CONFIG_CRAMFS is not set
65689 # CONFIG_VXFS_FS is not set
65690 # CONFIG_MINIX_FS is not set
65691 @@ -862,6 +1019,7 @@
65692 CONFIG_HAS_IOMEM=y
65693 CONFIG_HAS_IOPORT=y
65694 CONFIG_HAS_DMA=y
65695 +CONFIG_HAVE_LMB=y
65696
65697 #
65698 # Kernel hacking
65699 --- a/arch/powerpc/configs/mpc8540_ads_defconfig
65700 +++ /dev/null
65701 @@ -1,796 +0,0 @@
65702 -#
65703 -# Automatically generated make config: don't edit
65704 -# Linux kernel version: 2.6.25-rc6
65705 -# Mon Mar 24 08:48:25 2008
65706 -#
65707 -# CONFIG_PPC64 is not set
65708 -
65709 -#
65710 -# Processor support
65711 -#
65712 -# CONFIG_6xx is not set
65713 -CONFIG_PPC_85xx=y
65714 -# CONFIG_PPC_8xx is not set
65715 -# CONFIG_40x is not set
65716 -# CONFIG_44x is not set
65717 -# CONFIG_E200 is not set
65718 -CONFIG_E500=y
65719 -CONFIG_BOOKE=y
65720 -CONFIG_FSL_BOOKE=y
65721 -CONFIG_FSL_EMB_PERFMON=y
65722 -# CONFIG_PHYS_64BIT is not set
65723 -CONFIG_SPE=y
65724 -# CONFIG_PPC_MM_SLICES is not set
65725 -CONFIG_PPC32=y
65726 -CONFIG_WORD_SIZE=32
65727 -CONFIG_PPC_MERGE=y
65728 -CONFIG_MMU=y
65729 -CONFIG_GENERIC_CMOS_UPDATE=y
65730 -CONFIG_GENERIC_TIME=y
65731 -CONFIG_GENERIC_TIME_VSYSCALL=y
65732 -CONFIG_GENERIC_CLOCKEVENTS=y
65733 -CONFIG_GENERIC_HARDIRQS=y
65734 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
65735 -CONFIG_IRQ_PER_CPU=y
65736 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
65737 -CONFIG_ARCH_HAS_ILOG2_U32=y
65738 -CONFIG_GENERIC_HWEIGHT=y
65739 -CONFIG_GENERIC_CALIBRATE_DELAY=y
65740 -CONFIG_GENERIC_FIND_NEXT_BIT=y
65741 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
65742 -CONFIG_PPC=y
65743 -CONFIG_EARLY_PRINTK=y
65744 -CONFIG_GENERIC_NVRAM=y
65745 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
65746 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
65747 -CONFIG_PPC_OF=y
65748 -CONFIG_OF=y
65749 -CONFIG_PPC_UDBG_16550=y
65750 -# CONFIG_GENERIC_TBSYNC is not set
65751 -CONFIG_AUDIT_ARCH=y
65752 -CONFIG_GENERIC_BUG=y
65753 -CONFIG_DEFAULT_UIMAGE=y
65754 -# CONFIG_PPC_DCR_NATIVE is not set
65755 -# CONFIG_PPC_DCR_MMIO is not set
65756 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
65757 -
65758 -#
65759 -# General setup
65760 -#
65761 -CONFIG_EXPERIMENTAL=y
65762 -CONFIG_BROKEN_ON_SMP=y
65763 -CONFIG_INIT_ENV_ARG_LIMIT=32
65764 -CONFIG_LOCALVERSION=""
65765 -CONFIG_LOCALVERSION_AUTO=y
65766 -CONFIG_SWAP=y
65767 -CONFIG_SYSVIPC=y
65768 -CONFIG_SYSVIPC_SYSCTL=y
65769 -# CONFIG_POSIX_MQUEUE is not set
65770 -# CONFIG_BSD_PROCESS_ACCT is not set
65771 -# CONFIG_TASKSTATS is not set
65772 -# CONFIG_AUDIT is not set
65773 -# CONFIG_IKCONFIG is not set
65774 -CONFIG_LOG_BUF_SHIFT=14
65775 -# CONFIG_CGROUPS is not set
65776 -CONFIG_GROUP_SCHED=y
65777 -# CONFIG_FAIR_GROUP_SCHED is not set
65778 -# CONFIG_RT_GROUP_SCHED is not set
65779 -CONFIG_USER_SCHED=y
65780 -# CONFIG_CGROUP_SCHED is not set
65781 -CONFIG_SYSFS_DEPRECATED=y
65782 -CONFIG_SYSFS_DEPRECATED_V2=y
65783 -# CONFIG_RELAY is not set
65784 -# CONFIG_NAMESPACES is not set
65785 -CONFIG_BLK_DEV_INITRD=y
65786 -CONFIG_INITRAMFS_SOURCE=""
65787 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
65788 -CONFIG_SYSCTL=y
65789 -CONFIG_EMBEDDED=y
65790 -CONFIG_SYSCTL_SYSCALL=y
65791 -CONFIG_KALLSYMS=y
65792 -# CONFIG_KALLSYMS_ALL is not set
65793 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
65794 -CONFIG_HOTPLUG=y
65795 -CONFIG_PRINTK=y
65796 -CONFIG_BUG=y
65797 -CONFIG_ELF_CORE=y
65798 -CONFIG_COMPAT_BRK=y
65799 -CONFIG_BASE_FULL=y
65800 -CONFIG_FUTEX=y
65801 -CONFIG_ANON_INODES=y
65802 -CONFIG_EPOLL=y
65803 -CONFIG_SIGNALFD=y
65804 -CONFIG_TIMERFD=y
65805 -CONFIG_EVENTFD=y
65806 -CONFIG_SHMEM=y
65807 -CONFIG_VM_EVENT_COUNTERS=y
65808 -CONFIG_SLUB_DEBUG=y
65809 -# CONFIG_SLAB is not set
65810 -CONFIG_SLUB=y
65811 -# CONFIG_SLOB is not set
65812 -# CONFIG_PROFILING is not set
65813 -# CONFIG_MARKERS is not set
65814 -CONFIG_HAVE_OPROFILE=y
65815 -CONFIG_HAVE_KPROBES=y
65816 -CONFIG_HAVE_KRETPROBES=y
65817 -CONFIG_PROC_PAGE_MONITOR=y
65818 -CONFIG_SLABINFO=y
65819 -CONFIG_RT_MUTEXES=y
65820 -# CONFIG_TINY_SHMEM is not set
65821 -CONFIG_BASE_SMALL=0
65822 -# CONFIG_MODULES is not set
65823 -CONFIG_BLOCK=y
65824 -# CONFIG_LBD is not set
65825 -# CONFIG_BLK_DEV_IO_TRACE is not set
65826 -# CONFIG_LSF is not set
65827 -# CONFIG_BLK_DEV_BSG is not set
65828 -
65829 -#
65830 -# IO Schedulers
65831 -#
65832 -CONFIG_IOSCHED_NOOP=y
65833 -CONFIG_IOSCHED_AS=y
65834 -CONFIG_IOSCHED_DEADLINE=y
65835 -CONFIG_IOSCHED_CFQ=y
65836 -CONFIG_DEFAULT_AS=y
65837 -# CONFIG_DEFAULT_DEADLINE is not set
65838 -# CONFIG_DEFAULT_CFQ is not set
65839 -# CONFIG_DEFAULT_NOOP is not set
65840 -CONFIG_DEFAULT_IOSCHED="anticipatory"
65841 -CONFIG_CLASSIC_RCU=y
65842 -
65843 -#
65844 -# Platform support
65845 -#
65846 -# CONFIG_PPC_MPC512x is not set
65847 -# CONFIG_PPC_MPC5121 is not set
65848 -# CONFIG_PPC_CELL is not set
65849 -# CONFIG_PPC_CELL_NATIVE is not set
65850 -# CONFIG_PQ2ADS is not set
65851 -CONFIG_MPC85xx=y
65852 -CONFIG_MPC8540_ADS=y
65853 -# CONFIG_MPC8560_ADS is not set
65854 -# CONFIG_MPC85xx_CDS is not set
65855 -# CONFIG_MPC85xx_MDS is not set
65856 -# CONFIG_MPC85xx_DS is not set
65857 -# CONFIG_STX_GP3 is not set
65858 -# CONFIG_TQM8540 is not set
65859 -# CONFIG_TQM8541 is not set
65860 -# CONFIG_TQM8555 is not set
65861 -# CONFIG_TQM8560 is not set
65862 -# CONFIG_SBC8548 is not set
65863 -# CONFIG_SBC8560 is not set
65864 -# CONFIG_IPIC is not set
65865 -CONFIG_MPIC=y
65866 -# CONFIG_MPIC_WEIRD is not set
65867 -# CONFIG_PPC_I8259 is not set
65868 -# CONFIG_PPC_RTAS is not set
65869 -# CONFIG_MMIO_NVRAM is not set
65870 -# CONFIG_PPC_MPC106 is not set
65871 -# CONFIG_PPC_970_NAP is not set
65872 -# CONFIG_PPC_INDIRECT_IO is not set
65873 -# CONFIG_GENERIC_IOMAP is not set
65874 -# CONFIG_CPU_FREQ is not set
65875 -# CONFIG_CPM2 is not set
65876 -# CONFIG_FSL_ULI1575 is not set
65877 -
65878 -#
65879 -# Kernel options
65880 -#
65881 -# CONFIG_HIGHMEM is not set
65882 -CONFIG_TICK_ONESHOT=y
65883 -CONFIG_NO_HZ=y
65884 -CONFIG_HIGH_RES_TIMERS=y
65885 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
65886 -# CONFIG_HZ_100 is not set
65887 -CONFIG_HZ_250=y
65888 -# CONFIG_HZ_300 is not set
65889 -# CONFIG_HZ_1000 is not set
65890 -CONFIG_HZ=250
65891 -# CONFIG_SCHED_HRTICK is not set
65892 -CONFIG_PREEMPT_NONE=y
65893 -# CONFIG_PREEMPT_VOLUNTARY is not set
65894 -# CONFIG_PREEMPT is not set
65895 -CONFIG_BINFMT_ELF=y
65896 -CONFIG_BINFMT_MISC=y
65897 -CONFIG_MATH_EMULATION=y
65898 -# CONFIG_IOMMU_HELPER is not set
65899 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
65900 -CONFIG_ARCH_HAS_WALK_MEMORY=y
65901 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
65902 -CONFIG_ARCH_FLATMEM_ENABLE=y
65903 -CONFIG_ARCH_POPULATES_NODE_MAP=y
65904 -CONFIG_SELECT_MEMORY_MODEL=y
65905 -CONFIG_FLATMEM_MANUAL=y
65906 -# CONFIG_DISCONTIGMEM_MANUAL is not set
65907 -# CONFIG_SPARSEMEM_MANUAL is not set
65908 -CONFIG_FLATMEM=y
65909 -CONFIG_FLAT_NODE_MEM_MAP=y
65910 -# CONFIG_SPARSEMEM_STATIC is not set
65911 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
65912 -CONFIG_SPLIT_PTLOCK_CPUS=4
65913 -# CONFIG_RESOURCES_64BIT is not set
65914 -CONFIG_ZONE_DMA_FLAG=1
65915 -CONFIG_BOUNCE=y
65916 -CONFIG_VIRT_TO_BUS=y
65917 -CONFIG_PROC_DEVICETREE=y
65918 -# CONFIG_CMDLINE_BOOL is not set
65919 -# CONFIG_PM is not set
65920 -# CONFIG_SECCOMP is not set
65921 -CONFIG_ISA_DMA_API=y
65922 -
65923 -#
65924 -# Bus options
65925 -#
65926 -CONFIG_ZONE_DMA=y
65927 -CONFIG_FSL_SOC=y
65928 -# CONFIG_PCI is not set
65929 -# CONFIG_PCI_DOMAINS is not set
65930 -# CONFIG_PCI_SYSCALL is not set
65931 -# CONFIG_ARCH_SUPPORTS_MSI is not set
65932 -# CONFIG_PCCARD is not set
65933 -
65934 -#
65935 -# Advanced setup
65936 -#
65937 -# CONFIG_ADVANCED_OPTIONS is not set
65938 -
65939 -#
65940 -# Default settings for advanced configuration options are used
65941 -#
65942 -CONFIG_HIGHMEM_START=0xfe000000
65943 -CONFIG_LOWMEM_SIZE=0x30000000
65944 -CONFIG_KERNEL_START=0xc0000000
65945 -CONFIG_TASK_SIZE=0xc0000000
65946 -CONFIG_BOOT_LOAD=0x00800000
65947 -
65948 -#
65949 -# Networking
65950 -#
65951 -CONFIG_NET=y
65952 -
65953 -#
65954 -# Networking options
65955 -#
65956 -CONFIG_PACKET=y
65957 -# CONFIG_PACKET_MMAP is not set
65958 -CONFIG_UNIX=y
65959 -CONFIG_XFRM=y
65960 -CONFIG_XFRM_USER=y
65961 -# CONFIG_XFRM_SUB_POLICY is not set
65962 -# CONFIG_XFRM_MIGRATE is not set
65963 -# CONFIG_XFRM_STATISTICS is not set
65964 -# CONFIG_NET_KEY is not set
65965 -CONFIG_INET=y
65966 -CONFIG_IP_MULTICAST=y
65967 -# CONFIG_IP_ADVANCED_ROUTER is not set
65968 -CONFIG_IP_FIB_HASH=y
65969 -CONFIG_IP_PNP=y
65970 -CONFIG_IP_PNP_DHCP=y
65971 -CONFIG_IP_PNP_BOOTP=y
65972 -# CONFIG_IP_PNP_RARP is not set
65973 -# CONFIG_NET_IPIP is not set
65974 -# CONFIG_NET_IPGRE is not set
65975 -# CONFIG_IP_MROUTE is not set
65976 -# CONFIG_ARPD is not set
65977 -CONFIG_SYN_COOKIES=y
65978 -# CONFIG_INET_AH is not set
65979 -# CONFIG_INET_ESP is not set
65980 -# CONFIG_INET_IPCOMP is not set
65981 -# CONFIG_INET_XFRM_TUNNEL is not set
65982 -# CONFIG_INET_TUNNEL is not set
65983 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
65984 -CONFIG_INET_XFRM_MODE_TUNNEL=y
65985 -CONFIG_INET_XFRM_MODE_BEET=y
65986 -# CONFIG_INET_LRO is not set
65987 -CONFIG_INET_DIAG=y
65988 -CONFIG_INET_TCP_DIAG=y
65989 -# CONFIG_TCP_CONG_ADVANCED is not set
65990 -CONFIG_TCP_CONG_CUBIC=y
65991 -CONFIG_DEFAULT_TCP_CONG="cubic"
65992 -# CONFIG_TCP_MD5SIG is not set
65993 -# CONFIG_IPV6 is not set
65994 -# CONFIG_INET6_XFRM_TUNNEL is not set
65995 -# CONFIG_INET6_TUNNEL is not set
65996 -# CONFIG_NETWORK_SECMARK is not set
65997 -# CONFIG_NETFILTER is not set
65998 -# CONFIG_IP_DCCP is not set
65999 -# CONFIG_IP_SCTP is not set
66000 -# CONFIG_TIPC is not set
66001 -# CONFIG_ATM is not set
66002 -# CONFIG_BRIDGE is not set
66003 -# CONFIG_VLAN_8021Q is not set
66004 -# CONFIG_DECNET is not set
66005 -# CONFIG_LLC2 is not set
66006 -# CONFIG_IPX is not set
66007 -# CONFIG_ATALK is not set
66008 -# CONFIG_X25 is not set
66009 -# CONFIG_LAPB is not set
66010 -# CONFIG_ECONET is not set
66011 -# CONFIG_WAN_ROUTER is not set
66012 -# CONFIG_NET_SCHED is not set
66013 -
66014 -#
66015 -# Network testing
66016 -#
66017 -# CONFIG_NET_PKTGEN is not set
66018 -# CONFIG_HAMRADIO is not set
66019 -# CONFIG_CAN is not set
66020 -# CONFIG_IRDA is not set
66021 -# CONFIG_BT is not set
66022 -# CONFIG_AF_RXRPC is not set
66023 -
66024 -#
66025 -# Wireless
66026 -#
66027 -# CONFIG_CFG80211 is not set
66028 -# CONFIG_WIRELESS_EXT is not set
66029 -# CONFIG_MAC80211 is not set
66030 -# CONFIG_IEEE80211 is not set
66031 -# CONFIG_RFKILL is not set
66032 -# CONFIG_NET_9P is not set
66033 -
66034 -#
66035 -# Device Drivers
66036 -#
66037 -
66038 -#
66039 -# Generic Driver Options
66040 -#
66041 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
66042 -CONFIG_STANDALONE=y
66043 -CONFIG_PREVENT_FIRMWARE_BUILD=y
66044 -# CONFIG_FW_LOADER is not set
66045 -# CONFIG_DEBUG_DRIVER is not set
66046 -# CONFIG_DEBUG_DEVRES is not set
66047 -# CONFIG_SYS_HYPERVISOR is not set
66048 -# CONFIG_CONNECTOR is not set
66049 -# CONFIG_MTD is not set
66050 -CONFIG_OF_DEVICE=y
66051 -# CONFIG_PARPORT is not set
66052 -CONFIG_BLK_DEV=y
66053 -# CONFIG_BLK_DEV_FD is not set
66054 -# CONFIG_BLK_DEV_COW_COMMON is not set
66055 -CONFIG_BLK_DEV_LOOP=y
66056 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
66057 -# CONFIG_BLK_DEV_NBD is not set
66058 -CONFIG_BLK_DEV_RAM=y
66059 -CONFIG_BLK_DEV_RAM_COUNT=16
66060 -CONFIG_BLK_DEV_RAM_SIZE=32768
66061 -# CONFIG_BLK_DEV_XIP is not set
66062 -# CONFIG_CDROM_PKTCDVD is not set
66063 -# CONFIG_ATA_OVER_ETH is not set
66064 -CONFIG_MISC_DEVICES=y
66065 -# CONFIG_EEPROM_93CX6 is not set
66066 -# CONFIG_ENCLOSURE_SERVICES is not set
66067 -CONFIG_HAVE_IDE=y
66068 -# CONFIG_IDE is not set
66069 -
66070 -#
66071 -# SCSI device support
66072 -#
66073 -# CONFIG_RAID_ATTRS is not set
66074 -# CONFIG_SCSI is not set
66075 -# CONFIG_SCSI_DMA is not set
66076 -# CONFIG_SCSI_NETLINK is not set
66077 -# CONFIG_ATA is not set
66078 -# CONFIG_MD is not set
66079 -# CONFIG_MACINTOSH_DRIVERS is not set
66080 -CONFIG_NETDEVICES=y
66081 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
66082 -# CONFIG_DUMMY is not set
66083 -# CONFIG_BONDING is not set
66084 -# CONFIG_MACVLAN is not set
66085 -# CONFIG_EQUALIZER is not set
66086 -# CONFIG_TUN is not set
66087 -# CONFIG_VETH is not set
66088 -CONFIG_PHYLIB=y
66089 -
66090 -#
66091 -# MII PHY device drivers
66092 -#
66093 -# CONFIG_MARVELL_PHY is not set
66094 -# CONFIG_DAVICOM_PHY is not set
66095 -# CONFIG_QSEMI_PHY is not set
66096 -# CONFIG_LXT_PHY is not set
66097 -# CONFIG_CICADA_PHY is not set
66098 -# CONFIG_VITESSE_PHY is not set
66099 -# CONFIG_SMSC_PHY is not set
66100 -# CONFIG_BROADCOM_PHY is not set
66101 -# CONFIG_ICPLUS_PHY is not set
66102 -# CONFIG_REALTEK_PHY is not set
66103 -# CONFIG_FIXED_PHY is not set
66104 -# CONFIG_MDIO_BITBANG is not set
66105 -CONFIG_NET_ETHERNET=y
66106 -CONFIG_MII=y
66107 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
66108 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
66109 -# CONFIG_IBM_NEW_EMAC_TAH is not set
66110 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
66111 -# CONFIG_B44 is not set
66112 -CONFIG_NETDEV_1000=y
66113 -# CONFIG_E1000E_ENABLED is not set
66114 -CONFIG_GIANFAR=y
66115 -CONFIG_GFAR_NAPI=y
66116 -CONFIG_NETDEV_10000=y
66117 -
66118 -#
66119 -# Wireless LAN
66120 -#
66121 -# CONFIG_WLAN_PRE80211 is not set
66122 -# CONFIG_WLAN_80211 is not set
66123 -# CONFIG_WAN is not set
66124 -# CONFIG_PPP is not set
66125 -# CONFIG_SLIP is not set
66126 -# CONFIG_NETCONSOLE is not set
66127 -# CONFIG_NETPOLL is not set
66128 -# CONFIG_NET_POLL_CONTROLLER is not set
66129 -# CONFIG_ISDN is not set
66130 -# CONFIG_PHONE is not set
66131 -
66132 -#
66133 -# Input device support
66134 -#
66135 -CONFIG_INPUT=y
66136 -# CONFIG_INPUT_FF_MEMLESS is not set
66137 -# CONFIG_INPUT_POLLDEV is not set
66138 -
66139 -#
66140 -# Userland interfaces
66141 -#
66142 -# CONFIG_INPUT_MOUSEDEV is not set
66143 -# CONFIG_INPUT_JOYDEV is not set
66144 -# CONFIG_INPUT_EVDEV is not set
66145 -# CONFIG_INPUT_EVBUG is not set
66146 -
66147 -#
66148 -# Input Device Drivers
66149 -#
66150 -# CONFIG_INPUT_KEYBOARD is not set
66151 -# CONFIG_INPUT_MOUSE is not set
66152 -# CONFIG_INPUT_JOYSTICK is not set
66153 -# CONFIG_INPUT_TABLET is not set
66154 -# CONFIG_INPUT_TOUCHSCREEN is not set
66155 -# CONFIG_INPUT_MISC is not set
66156 -
66157 -#
66158 -# Hardware I/O ports
66159 -#
66160 -# CONFIG_SERIO is not set
66161 -# CONFIG_GAMEPORT is not set
66162 -
66163 -#
66164 -# Character devices
66165 -#
66166 -# CONFIG_VT is not set
66167 -# CONFIG_SERIAL_NONSTANDARD is not set
66168 -
66169 -#
66170 -# Serial drivers
66171 -#
66172 -CONFIG_SERIAL_8250=y
66173 -CONFIG_SERIAL_8250_CONSOLE=y
66174 -CONFIG_SERIAL_8250_NR_UARTS=4
66175 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
66176 -# CONFIG_SERIAL_8250_EXTENDED is not set
66177 -CONFIG_SERIAL_8250_SHARE_IRQ=y
66178 -
66179 -#
66180 -# Non-8250 serial port support
66181 -#
66182 -# CONFIG_SERIAL_UARTLITE is not set
66183 -CONFIG_SERIAL_CORE=y
66184 -CONFIG_SERIAL_CORE_CONSOLE=y
66185 -# CONFIG_SERIAL_OF_PLATFORM is not set
66186 -CONFIG_UNIX98_PTYS=y
66187 -CONFIG_LEGACY_PTYS=y
66188 -CONFIG_LEGACY_PTY_COUNT=256
66189 -# CONFIG_IPMI_HANDLER is not set
66190 -# CONFIG_HW_RANDOM is not set
66191 -# CONFIG_NVRAM is not set
66192 -CONFIG_GEN_RTC=y
66193 -# CONFIG_GEN_RTC_X is not set
66194 -# CONFIG_R3964 is not set
66195 -# CONFIG_RAW_DRIVER is not set
66196 -# CONFIG_TCG_TPM is not set
66197 -# CONFIG_I2C is not set
66198 -
66199 -#
66200 -# SPI support
66201 -#
66202 -# CONFIG_SPI is not set
66203 -# CONFIG_SPI_MASTER is not set
66204 -# CONFIG_W1 is not set
66205 -# CONFIG_POWER_SUPPLY is not set
66206 -CONFIG_HWMON=y
66207 -# CONFIG_HWMON_VID is not set
66208 -# CONFIG_SENSORS_F71805F is not set
66209 -# CONFIG_SENSORS_F71882FG is not set
66210 -# CONFIG_SENSORS_IT87 is not set
66211 -# CONFIG_SENSORS_PC87360 is not set
66212 -# CONFIG_SENSORS_PC87427 is not set
66213 -# CONFIG_SENSORS_SMSC47M1 is not set
66214 -# CONFIG_SENSORS_SMSC47B397 is not set
66215 -# CONFIG_SENSORS_VT1211 is not set
66216 -# CONFIG_SENSORS_W83627HF is not set
66217 -# CONFIG_SENSORS_W83627EHF is not set
66218 -# CONFIG_HWMON_DEBUG_CHIP is not set
66219 -# CONFIG_THERMAL is not set
66220 -# CONFIG_WATCHDOG is not set
66221 -
66222 -#
66223 -# Sonics Silicon Backplane
66224 -#
66225 -CONFIG_SSB_POSSIBLE=y
66226 -# CONFIG_SSB is not set
66227 -
66228 -#
66229 -# Multifunction device drivers
66230 -#
66231 -# CONFIG_MFD_SM501 is not set
66232 -
66233 -#
66234 -# Multimedia devices
66235 -#
66236 -# CONFIG_VIDEO_DEV is not set
66237 -# CONFIG_DVB_CORE is not set
66238 -CONFIG_DAB=y
66239 -
66240 -#
66241 -# Graphics support
66242 -#
66243 -# CONFIG_VGASTATE is not set
66244 -CONFIG_VIDEO_OUTPUT_CONTROL=y
66245 -# CONFIG_FB is not set
66246 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
66247 -
66248 -#
66249 -# Display device support
66250 -#
66251 -# CONFIG_DISPLAY_SUPPORT is not set
66252 -
66253 -#
66254 -# Sound
66255 -#
66256 -# CONFIG_SOUND is not set
66257 -CONFIG_HID_SUPPORT=y
66258 -CONFIG_HID=y
66259 -# CONFIG_HID_DEBUG is not set
66260 -# CONFIG_HIDRAW is not set
66261 -CONFIG_USB_SUPPORT=y
66262 -# CONFIG_USB_ARCH_HAS_HCD is not set
66263 -# CONFIG_USB_ARCH_HAS_OHCI is not set
66264 -# CONFIG_USB_ARCH_HAS_EHCI is not set
66265 -
66266 -#
66267 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
66268 -#
66269 -# CONFIG_USB_GADGET is not set
66270 -# CONFIG_MMC is not set
66271 -# CONFIG_MEMSTICK is not set
66272 -# CONFIG_NEW_LEDS is not set
66273 -# CONFIG_EDAC is not set
66274 -# CONFIG_RTC_CLASS is not set
66275 -# CONFIG_DMADEVICES is not set
66276 -
66277 -#
66278 -# Userspace I/O
66279 -#
66280 -# CONFIG_UIO is not set
66281 -
66282 -#
66283 -# File systems
66284 -#
66285 -CONFIG_EXT2_FS=y
66286 -# CONFIG_EXT2_FS_XATTR is not set
66287 -# CONFIG_EXT2_FS_XIP is not set
66288 -CONFIG_EXT3_FS=y
66289 -CONFIG_EXT3_FS_XATTR=y
66290 -# CONFIG_EXT3_FS_POSIX_ACL is not set
66291 -# CONFIG_EXT3_FS_SECURITY is not set
66292 -# CONFIG_EXT4DEV_FS is not set
66293 -CONFIG_JBD=y
66294 -CONFIG_FS_MBCACHE=y
66295 -# CONFIG_REISERFS_FS is not set
66296 -# CONFIG_JFS_FS is not set
66297 -# CONFIG_FS_POSIX_ACL is not set
66298 -# CONFIG_XFS_FS is not set
66299 -# CONFIG_GFS2_FS is not set
66300 -# CONFIG_OCFS2_FS is not set
66301 -CONFIG_DNOTIFY=y
66302 -CONFIG_INOTIFY=y
66303 -CONFIG_INOTIFY_USER=y
66304 -# CONFIG_QUOTA is not set
66305 -# CONFIG_AUTOFS_FS is not set
66306 -# CONFIG_AUTOFS4_FS is not set
66307 -# CONFIG_FUSE_FS is not set
66308 -
66309 -#
66310 -# CD-ROM/DVD Filesystems
66311 -#
66312 -# CONFIG_ISO9660_FS is not set
66313 -# CONFIG_UDF_FS is not set
66314 -
66315 -#
66316 -# DOS/FAT/NT Filesystems
66317 -#
66318 -# CONFIG_MSDOS_FS is not set
66319 -# CONFIG_VFAT_FS is not set
66320 -# CONFIG_NTFS_FS is not set
66321 -
66322 -#
66323 -# Pseudo filesystems
66324 -#
66325 -CONFIG_PROC_FS=y
66326 -CONFIG_PROC_KCORE=y
66327 -CONFIG_PROC_SYSCTL=y
66328 -CONFIG_SYSFS=y
66329 -CONFIG_TMPFS=y
66330 -# CONFIG_TMPFS_POSIX_ACL is not set
66331 -# CONFIG_HUGETLB_PAGE is not set
66332 -# CONFIG_CONFIGFS_FS is not set
66333 -
66334 -#
66335 -# Miscellaneous filesystems
66336 -#
66337 -# CONFIG_ADFS_FS is not set
66338 -# CONFIG_AFFS_FS is not set
66339 -# CONFIG_HFS_FS is not set
66340 -# CONFIG_HFSPLUS_FS is not set
66341 -# CONFIG_BEFS_FS is not set
66342 -# CONFIG_BFS_FS is not set
66343 -# CONFIG_EFS_FS is not set
66344 -# CONFIG_CRAMFS is not set
66345 -# CONFIG_VXFS_FS is not set
66346 -# CONFIG_MINIX_FS is not set
66347 -# CONFIG_HPFS_FS is not set
66348 -# CONFIG_QNX4FS_FS is not set
66349 -# CONFIG_ROMFS_FS is not set
66350 -# CONFIG_SYSV_FS is not set
66351 -# CONFIG_UFS_FS is not set
66352 -CONFIG_NETWORK_FILESYSTEMS=y
66353 -CONFIG_NFS_FS=y
66354 -# CONFIG_NFS_V3 is not set
66355 -# CONFIG_NFS_V4 is not set
66356 -# CONFIG_NFS_DIRECTIO is not set
66357 -# CONFIG_NFSD is not set
66358 -CONFIG_ROOT_NFS=y
66359 -CONFIG_LOCKD=y
66360 -CONFIG_NFS_COMMON=y
66361 -CONFIG_SUNRPC=y
66362 -# CONFIG_SUNRPC_BIND34 is not set
66363 -# CONFIG_RPCSEC_GSS_KRB5 is not set
66364 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
66365 -# CONFIG_SMB_FS is not set
66366 -# CONFIG_CIFS is not set
66367 -# CONFIG_NCP_FS is not set
66368 -# CONFIG_CODA_FS is not set
66369 -# CONFIG_AFS_FS is not set
66370 -
66371 -#
66372 -# Partition Types
66373 -#
66374 -CONFIG_PARTITION_ADVANCED=y
66375 -# CONFIG_ACORN_PARTITION is not set
66376 -# CONFIG_OSF_PARTITION is not set
66377 -# CONFIG_AMIGA_PARTITION is not set
66378 -# CONFIG_ATARI_PARTITION is not set
66379 -# CONFIG_MAC_PARTITION is not set
66380 -# CONFIG_MSDOS_PARTITION is not set
66381 -# CONFIG_LDM_PARTITION is not set
66382 -# CONFIG_SGI_PARTITION is not set
66383 -# CONFIG_ULTRIX_PARTITION is not set
66384 -# CONFIG_SUN_PARTITION is not set
66385 -# CONFIG_KARMA_PARTITION is not set
66386 -# CONFIG_EFI_PARTITION is not set
66387 -# CONFIG_SYSV68_PARTITION is not set
66388 -# CONFIG_NLS is not set
66389 -# CONFIG_DLM is not set
66390 -
66391 -#
66392 -# Library routines
66393 -#
66394 -CONFIG_BITREVERSE=y
66395 -# CONFIG_CRC_CCITT is not set
66396 -# CONFIG_CRC16 is not set
66397 -# CONFIG_CRC_ITU_T is not set
66398 -CONFIG_CRC32=y
66399 -# CONFIG_CRC7 is not set
66400 -# CONFIG_LIBCRC32C is not set
66401 -CONFIG_PLIST=y
66402 -CONFIG_HAS_IOMEM=y
66403 -CONFIG_HAS_IOPORT=y
66404 -CONFIG_HAS_DMA=y
66405 -
66406 -#
66407 -# Kernel hacking
66408 -#
66409 -# CONFIG_PRINTK_TIME is not set
66410 -CONFIG_ENABLE_WARN_DEPRECATED=y
66411 -CONFIG_ENABLE_MUST_CHECK=y
66412 -# CONFIG_MAGIC_SYSRQ is not set
66413 -# CONFIG_UNUSED_SYMBOLS is not set
66414 -# CONFIG_DEBUG_FS is not set
66415 -# CONFIG_HEADERS_CHECK is not set
66416 -CONFIG_DEBUG_KERNEL=y
66417 -# CONFIG_DEBUG_SHIRQ is not set
66418 -CONFIG_DETECT_SOFTLOCKUP=y
66419 -CONFIG_SCHED_DEBUG=y
66420 -# CONFIG_SCHEDSTATS is not set
66421 -# CONFIG_TIMER_STATS is not set
66422 -# CONFIG_SLUB_DEBUG_ON is not set
66423 -# CONFIG_SLUB_STATS is not set
66424 -# CONFIG_DEBUG_RT_MUTEXES is not set
66425 -# CONFIG_RT_MUTEX_TESTER is not set
66426 -# CONFIG_DEBUG_SPINLOCK is not set
66427 -CONFIG_DEBUG_MUTEXES=y
66428 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
66429 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
66430 -# CONFIG_DEBUG_KOBJECT is not set
66431 -# CONFIG_DEBUG_BUGVERBOSE is not set
66432 -# CONFIG_DEBUG_INFO is not set
66433 -# CONFIG_DEBUG_VM is not set
66434 -# CONFIG_DEBUG_LIST is not set
66435 -# CONFIG_DEBUG_SG is not set
66436 -# CONFIG_BOOT_PRINTK_DELAY is not set
66437 -# CONFIG_BACKTRACE_SELF_TEST is not set
66438 -# CONFIG_FAULT_INJECTION is not set
66439 -# CONFIG_SAMPLES is not set
66440 -# CONFIG_DEBUG_STACKOVERFLOW is not set
66441 -# CONFIG_DEBUG_STACK_USAGE is not set
66442 -# CONFIG_DEBUG_PAGEALLOC is not set
66443 -# CONFIG_DEBUGGER is not set
66444 -# CONFIG_BDI_SWITCH is not set
66445 -# CONFIG_PPC_EARLY_DEBUG is not set
66446 -
66447 -#
66448 -# Security options
66449 -#
66450 -# CONFIG_KEYS is not set
66451 -# CONFIG_SECURITY is not set
66452 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
66453 -CONFIG_CRYPTO=y
66454 -# CONFIG_CRYPTO_SEQIV is not set
66455 -# CONFIG_CRYPTO_MANAGER is not set
66456 -# CONFIG_CRYPTO_HMAC is not set
66457 -# CONFIG_CRYPTO_XCBC is not set
66458 -# CONFIG_CRYPTO_NULL is not set
66459 -# CONFIG_CRYPTO_MD4 is not set
66460 -# CONFIG_CRYPTO_MD5 is not set
66461 -# CONFIG_CRYPTO_SHA1 is not set
66462 -# CONFIG_CRYPTO_SHA256 is not set
66463 -# CONFIG_CRYPTO_SHA512 is not set
66464 -# CONFIG_CRYPTO_WP512 is not set
66465 -# CONFIG_CRYPTO_TGR192 is not set
66466 -# CONFIG_CRYPTO_GF128MUL is not set
66467 -# CONFIG_CRYPTO_ECB is not set
66468 -# CONFIG_CRYPTO_CBC is not set
66469 -# CONFIG_CRYPTO_PCBC is not set
66470 -# CONFIG_CRYPTO_LRW is not set
66471 -# CONFIG_CRYPTO_XTS is not set
66472 -# CONFIG_CRYPTO_CTR is not set
66473 -# CONFIG_CRYPTO_GCM is not set
66474 -# CONFIG_CRYPTO_CCM is not set
66475 -# CONFIG_CRYPTO_CRYPTD is not set
66476 -# CONFIG_CRYPTO_DES is not set
66477 -# CONFIG_CRYPTO_FCRYPT is not set
66478 -# CONFIG_CRYPTO_BLOWFISH is not set
66479 -# CONFIG_CRYPTO_TWOFISH is not set
66480 -# CONFIG_CRYPTO_SERPENT is not set
66481 -# CONFIG_CRYPTO_AES is not set
66482 -# CONFIG_CRYPTO_CAST5 is not set
66483 -# CONFIG_CRYPTO_CAST6 is not set
66484 -# CONFIG_CRYPTO_TEA is not set
66485 -# CONFIG_CRYPTO_ARC4 is not set
66486 -# CONFIG_CRYPTO_KHAZAD is not set
66487 -# CONFIG_CRYPTO_ANUBIS is not set
66488 -# CONFIG_CRYPTO_SEED is not set
66489 -# CONFIG_CRYPTO_SALSA20 is not set
66490 -# CONFIG_CRYPTO_DEFLATE is not set
66491 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
66492 -# CONFIG_CRYPTO_CRC32C is not set
66493 -# CONFIG_CRYPTO_CAMELLIA is not set
66494 -# CONFIG_CRYPTO_AUTHENC is not set
66495 -# CONFIG_CRYPTO_LZO is not set
66496 -CONFIG_CRYPTO_HW=y
66497 -# CONFIG_PPC_CLOCK is not set
66498 --- a/arch/powerpc/configs/mpc8544_ds_defconfig
66499 +++ /dev/null
66500 @@ -1,1549 +0,0 @@
66501 -#
66502 -# Automatically generated make config: don't edit
66503 -# Linux kernel version: 2.6.25-rc7
66504 -# Mon Mar 31 11:37:03 2008
66505 -#
66506 -# CONFIG_PPC64 is not set
66507 -
66508 -#
66509 -# Processor support
66510 -#
66511 -# CONFIG_6xx is not set
66512 -CONFIG_PPC_85xx=y
66513 -# CONFIG_PPC_8xx is not set
66514 -# CONFIG_40x is not set
66515 -# CONFIG_44x is not set
66516 -# CONFIG_E200 is not set
66517 -CONFIG_E500=y
66518 -CONFIG_BOOKE=y
66519 -CONFIG_FSL_BOOKE=y
66520 -CONFIG_FSL_EMB_PERFMON=y
66521 -# CONFIG_PHYS_64BIT is not set
66522 -CONFIG_SPE=y
66523 -# CONFIG_PPC_MM_SLICES is not set
66524 -CONFIG_PPC32=y
66525 -CONFIG_WORD_SIZE=32
66526 -CONFIG_PPC_MERGE=y
66527 -CONFIG_MMU=y
66528 -CONFIG_GENERIC_CMOS_UPDATE=y
66529 -CONFIG_GENERIC_TIME=y
66530 -CONFIG_GENERIC_TIME_VSYSCALL=y
66531 -CONFIG_GENERIC_CLOCKEVENTS=y
66532 -CONFIG_GENERIC_HARDIRQS=y
66533 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
66534 -CONFIG_IRQ_PER_CPU=y
66535 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
66536 -CONFIG_ARCH_HAS_ILOG2_U32=y
66537 -CONFIG_GENERIC_HWEIGHT=y
66538 -CONFIG_GENERIC_CALIBRATE_DELAY=y
66539 -CONFIG_GENERIC_FIND_NEXT_BIT=y
66540 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
66541 -CONFIG_PPC=y
66542 -CONFIG_EARLY_PRINTK=y
66543 -CONFIG_GENERIC_NVRAM=y
66544 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
66545 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
66546 -CONFIG_PPC_OF=y
66547 -CONFIG_OF=y
66548 -CONFIG_PPC_UDBG_16550=y
66549 -# CONFIG_GENERIC_TBSYNC is not set
66550 -CONFIG_AUDIT_ARCH=y
66551 -CONFIG_GENERIC_BUG=y
66552 -CONFIG_DEFAULT_UIMAGE=y
66553 -# CONFIG_PPC_DCR_NATIVE is not set
66554 -# CONFIG_PPC_DCR_MMIO is not set
66555 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
66556 -
66557 -#
66558 -# General setup
66559 -#
66560 -CONFIG_EXPERIMENTAL=y
66561 -CONFIG_BROKEN_ON_SMP=y
66562 -CONFIG_INIT_ENV_ARG_LIMIT=32
66563 -CONFIG_LOCALVERSION=""
66564 -CONFIG_LOCALVERSION_AUTO=y
66565 -CONFIG_SWAP=y
66566 -CONFIG_SYSVIPC=y
66567 -CONFIG_SYSVIPC_SYSCTL=y
66568 -CONFIG_POSIX_MQUEUE=y
66569 -CONFIG_BSD_PROCESS_ACCT=y
66570 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
66571 -# CONFIG_TASKSTATS is not set
66572 -CONFIG_AUDIT=y
66573 -# CONFIG_AUDITSYSCALL is not set
66574 -CONFIG_IKCONFIG=y
66575 -CONFIG_IKCONFIG_PROC=y
66576 -CONFIG_LOG_BUF_SHIFT=14
66577 -# CONFIG_CGROUPS is not set
66578 -CONFIG_GROUP_SCHED=y
66579 -# CONFIG_FAIR_GROUP_SCHED is not set
66580 -# CONFIG_RT_GROUP_SCHED is not set
66581 -CONFIG_USER_SCHED=y
66582 -# CONFIG_CGROUP_SCHED is not set
66583 -CONFIG_SYSFS_DEPRECATED=y
66584 -CONFIG_SYSFS_DEPRECATED_V2=y
66585 -# CONFIG_RELAY is not set
66586 -# CONFIG_NAMESPACES is not set
66587 -CONFIG_BLK_DEV_INITRD=y
66588 -CONFIG_INITRAMFS_SOURCE=""
66589 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
66590 -CONFIG_SYSCTL=y
66591 -CONFIG_EMBEDDED=y
66592 -CONFIG_SYSCTL_SYSCALL=y
66593 -CONFIG_KALLSYMS=y
66594 -CONFIG_KALLSYMS_ALL=y
66595 -CONFIG_KALLSYMS_EXTRA_PASS=y
66596 -CONFIG_HOTPLUG=y
66597 -CONFIG_PRINTK=y
66598 -CONFIG_BUG=y
66599 -CONFIG_ELF_CORE=y
66600 -CONFIG_COMPAT_BRK=y
66601 -CONFIG_BASE_FULL=y
66602 -CONFIG_FUTEX=y
66603 -CONFIG_ANON_INODES=y
66604 -CONFIG_EPOLL=y
66605 -CONFIG_SIGNALFD=y
66606 -CONFIG_TIMERFD=y
66607 -CONFIG_EVENTFD=y
66608 -CONFIG_SHMEM=y
66609 -CONFIG_VM_EVENT_COUNTERS=y
66610 -CONFIG_SLUB_DEBUG=y
66611 -# CONFIG_SLAB is not set
66612 -CONFIG_SLUB=y
66613 -# CONFIG_SLOB is not set
66614 -# CONFIG_PROFILING is not set
66615 -# CONFIG_MARKERS is not set
66616 -CONFIG_HAVE_OPROFILE=y
66617 -# CONFIG_KPROBES is not set
66618 -CONFIG_HAVE_KPROBES=y
66619 -CONFIG_HAVE_KRETPROBES=y
66620 -CONFIG_PROC_PAGE_MONITOR=y
66621 -CONFIG_SLABINFO=y
66622 -CONFIG_RT_MUTEXES=y
66623 -# CONFIG_TINY_SHMEM is not set
66624 -CONFIG_BASE_SMALL=0
66625 -CONFIG_MODULES=y
66626 -CONFIG_MODULE_UNLOAD=y
66627 -CONFIG_MODULE_FORCE_UNLOAD=y
66628 -CONFIG_MODVERSIONS=y
66629 -# CONFIG_MODULE_SRCVERSION_ALL is not set
66630 -CONFIG_KMOD=y
66631 -CONFIG_BLOCK=y
66632 -CONFIG_LBD=y
66633 -# CONFIG_BLK_DEV_IO_TRACE is not set
66634 -# CONFIG_LSF is not set
66635 -# CONFIG_BLK_DEV_BSG is not set
66636 -
66637 -#
66638 -# IO Schedulers
66639 -#
66640 -CONFIG_IOSCHED_NOOP=y
66641 -CONFIG_IOSCHED_AS=y
66642 -CONFIG_IOSCHED_DEADLINE=y
66643 -CONFIG_IOSCHED_CFQ=y
66644 -# CONFIG_DEFAULT_AS is not set
66645 -# CONFIG_DEFAULT_DEADLINE is not set
66646 -CONFIG_DEFAULT_CFQ=y
66647 -# CONFIG_DEFAULT_NOOP is not set
66648 -CONFIG_DEFAULT_IOSCHED="cfq"
66649 -CONFIG_CLASSIC_RCU=y
66650 -
66651 -#
66652 -# Platform support
66653 -#
66654 -# CONFIG_PPC_MPC512x is not set
66655 -# CONFIG_PPC_MPC5121 is not set
66656 -# CONFIG_PPC_CELL is not set
66657 -# CONFIG_PPC_CELL_NATIVE is not set
66658 -# CONFIG_PQ2ADS is not set
66659 -CONFIG_MPC85xx=y
66660 -# CONFIG_MPC8540_ADS is not set
66661 -# CONFIG_MPC8560_ADS is not set
66662 -# CONFIG_MPC85xx_CDS is not set
66663 -# CONFIG_MPC85xx_MDS is not set
66664 -CONFIG_MPC85xx_DS=y
66665 -# CONFIG_STX_GP3 is not set
66666 -# CONFIG_TQM8540 is not set
66667 -# CONFIG_TQM8541 is not set
66668 -# CONFIG_TQM8555 is not set
66669 -# CONFIG_TQM8560 is not set
66670 -# CONFIG_SBC8548 is not set
66671 -# CONFIG_SBC8560 is not set
66672 -# CONFIG_IPIC is not set
66673 -CONFIG_MPIC=y
66674 -# CONFIG_MPIC_WEIRD is not set
66675 -CONFIG_PPC_I8259=y
66676 -# CONFIG_PPC_RTAS is not set
66677 -# CONFIG_MMIO_NVRAM is not set
66678 -# CONFIG_PPC_MPC106 is not set
66679 -# CONFIG_PPC_970_NAP is not set
66680 -# CONFIG_PPC_INDIRECT_IO is not set
66681 -# CONFIG_GENERIC_IOMAP is not set
66682 -# CONFIG_CPU_FREQ is not set
66683 -# CONFIG_CPM2 is not set
66684 -CONFIG_FSL_ULI1575=y
66685 -
66686 -#
66687 -# Kernel options
66688 -#
66689 -CONFIG_HIGHMEM=y
66690 -CONFIG_TICK_ONESHOT=y
66691 -CONFIG_NO_HZ=y
66692 -CONFIG_HIGH_RES_TIMERS=y
66693 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
66694 -# CONFIG_HZ_100 is not set
66695 -CONFIG_HZ_250=y
66696 -# CONFIG_HZ_300 is not set
66697 -# CONFIG_HZ_1000 is not set
66698 -CONFIG_HZ=250
66699 -# CONFIG_SCHED_HRTICK is not set
66700 -CONFIG_PREEMPT_NONE=y
66701 -# CONFIG_PREEMPT_VOLUNTARY is not set
66702 -# CONFIG_PREEMPT is not set
66703 -CONFIG_BINFMT_ELF=y
66704 -CONFIG_BINFMT_MISC=m
66705 -CONFIG_MATH_EMULATION=y
66706 -# CONFIG_IOMMU_HELPER is not set
66707 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
66708 -CONFIG_ARCH_HAS_WALK_MEMORY=y
66709 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
66710 -CONFIG_ARCH_FLATMEM_ENABLE=y
66711 -CONFIG_ARCH_POPULATES_NODE_MAP=y
66712 -CONFIG_SELECT_MEMORY_MODEL=y
66713 -CONFIG_FLATMEM_MANUAL=y
66714 -# CONFIG_DISCONTIGMEM_MANUAL is not set
66715 -# CONFIG_SPARSEMEM_MANUAL is not set
66716 -CONFIG_FLATMEM=y
66717 -CONFIG_FLAT_NODE_MEM_MAP=y
66718 -# CONFIG_SPARSEMEM_STATIC is not set
66719 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
66720 -CONFIG_SPLIT_PTLOCK_CPUS=4
66721 -# CONFIG_RESOURCES_64BIT is not set
66722 -CONFIG_ZONE_DMA_FLAG=1
66723 -CONFIG_BOUNCE=y
66724 -CONFIG_VIRT_TO_BUS=y
66725 -CONFIG_PROC_DEVICETREE=y
66726 -# CONFIG_CMDLINE_BOOL is not set
66727 -# CONFIG_PM is not set
66728 -CONFIG_SECCOMP=y
66729 -CONFIG_ISA_DMA_API=y
66730 -
66731 -#
66732 -# Bus options
66733 -#
66734 -CONFIG_ZONE_DMA=y
66735 -CONFIG_GENERIC_ISA_DMA=y
66736 -CONFIG_PPC_INDIRECT_PCI=y
66737 -CONFIG_FSL_SOC=y
66738 -CONFIG_FSL_PCI=y
66739 -CONFIG_PCI=y
66740 -CONFIG_PCI_DOMAINS=y
66741 -CONFIG_PCI_SYSCALL=y
66742 -# CONFIG_PCIEPORTBUS is not set
66743 -CONFIG_ARCH_SUPPORTS_MSI=y
66744 -# CONFIG_PCI_MSI is not set
66745 -CONFIG_PCI_LEGACY=y
66746 -# CONFIG_PCI_DEBUG is not set
66747 -# CONFIG_PCCARD is not set
66748 -# CONFIG_HOTPLUG_PCI is not set
66749 -
66750 -#
66751 -# Advanced setup
66752 -#
66753 -# CONFIG_ADVANCED_OPTIONS is not set
66754 -
66755 -#
66756 -# Default settings for advanced configuration options are used
66757 -#
66758 -CONFIG_HIGHMEM_START=0xfe000000
66759 -CONFIG_LOWMEM_SIZE=0x30000000
66760 -CONFIG_KERNEL_START=0xc0000000
66761 -CONFIG_TASK_SIZE=0xc0000000
66762 -CONFIG_BOOT_LOAD=0x00800000
66763 -
66764 -#
66765 -# Networking
66766 -#
66767 -CONFIG_NET=y
66768 -
66769 -#
66770 -# Networking options
66771 -#
66772 -CONFIG_PACKET=y
66773 -# CONFIG_PACKET_MMAP is not set
66774 -CONFIG_UNIX=y
66775 -CONFIG_XFRM=y
66776 -CONFIG_XFRM_USER=y
66777 -# CONFIG_XFRM_SUB_POLICY is not set
66778 -# CONFIG_XFRM_MIGRATE is not set
66779 -# CONFIG_XFRM_STATISTICS is not set
66780 -CONFIG_NET_KEY=m
66781 -# CONFIG_NET_KEY_MIGRATE is not set
66782 -CONFIG_INET=y
66783 -CONFIG_IP_MULTICAST=y
66784 -CONFIG_IP_ADVANCED_ROUTER=y
66785 -CONFIG_ASK_IP_FIB_HASH=y
66786 -# CONFIG_IP_FIB_TRIE is not set
66787 -CONFIG_IP_FIB_HASH=y
66788 -CONFIG_IP_MULTIPLE_TABLES=y
66789 -CONFIG_IP_ROUTE_MULTIPATH=y
66790 -CONFIG_IP_ROUTE_VERBOSE=y
66791 -CONFIG_IP_PNP=y
66792 -CONFIG_IP_PNP_DHCP=y
66793 -CONFIG_IP_PNP_BOOTP=y
66794 -CONFIG_IP_PNP_RARP=y
66795 -CONFIG_NET_IPIP=y
66796 -CONFIG_NET_IPGRE=y
66797 -CONFIG_NET_IPGRE_BROADCAST=y
66798 -CONFIG_IP_MROUTE=y
66799 -CONFIG_IP_PIMSM_V1=y
66800 -CONFIG_IP_PIMSM_V2=y
66801 -CONFIG_ARPD=y
66802 -# CONFIG_SYN_COOKIES is not set
66803 -# CONFIG_INET_AH is not set
66804 -# CONFIG_INET_ESP is not set
66805 -# CONFIG_INET_IPCOMP is not set
66806 -# CONFIG_INET_XFRM_TUNNEL is not set
66807 -CONFIG_INET_TUNNEL=y
66808 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
66809 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
66810 -# CONFIG_INET_XFRM_MODE_BEET is not set
66811 -# CONFIG_INET_LRO is not set
66812 -CONFIG_INET_DIAG=y
66813 -CONFIG_INET_TCP_DIAG=y
66814 -# CONFIG_TCP_CONG_ADVANCED is not set
66815 -CONFIG_TCP_CONG_CUBIC=y
66816 -CONFIG_DEFAULT_TCP_CONG="cubic"
66817 -# CONFIG_TCP_MD5SIG is not set
66818 -CONFIG_IPV6=y
66819 -# CONFIG_IPV6_PRIVACY is not set
66820 -# CONFIG_IPV6_ROUTER_PREF is not set
66821 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
66822 -# CONFIG_INET6_AH is not set
66823 -# CONFIG_INET6_ESP is not set
66824 -# CONFIG_INET6_IPCOMP is not set
66825 -# CONFIG_IPV6_MIP6 is not set
66826 -# CONFIG_INET6_XFRM_TUNNEL is not set
66827 -# CONFIG_INET6_TUNNEL is not set
66828 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
66829 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
66830 -CONFIG_INET6_XFRM_MODE_BEET=y
66831 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
66832 -CONFIG_IPV6_SIT=y
66833 -# CONFIG_IPV6_TUNNEL is not set
66834 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
66835 -# CONFIG_NETWORK_SECMARK is not set
66836 -# CONFIG_NETFILTER is not set
66837 -# CONFIG_IP_DCCP is not set
66838 -CONFIG_IP_SCTP=m
66839 -# CONFIG_SCTP_DBG_MSG is not set
66840 -# CONFIG_SCTP_DBG_OBJCNT is not set
66841 -# CONFIG_SCTP_HMAC_NONE is not set
66842 -# CONFIG_SCTP_HMAC_SHA1 is not set
66843 -CONFIG_SCTP_HMAC_MD5=y
66844 -# CONFIG_TIPC is not set
66845 -# CONFIG_ATM is not set
66846 -# CONFIG_BRIDGE is not set
66847 -# CONFIG_VLAN_8021Q is not set
66848 -# CONFIG_DECNET is not set
66849 -# CONFIG_LLC2 is not set
66850 -# CONFIG_IPX is not set
66851 -# CONFIG_ATALK is not set
66852 -# CONFIG_X25 is not set
66853 -# CONFIG_LAPB is not set
66854 -# CONFIG_ECONET is not set
66855 -# CONFIG_WAN_ROUTER is not set
66856 -# CONFIG_NET_SCHED is not set
66857 -
66858 -#
66859 -# Network testing
66860 -#
66861 -# CONFIG_NET_PKTGEN is not set
66862 -# CONFIG_HAMRADIO is not set
66863 -# CONFIG_CAN is not set
66864 -# CONFIG_IRDA is not set
66865 -# CONFIG_BT is not set
66866 -# CONFIG_AF_RXRPC is not set
66867 -CONFIG_FIB_RULES=y
66868 -
66869 -#
66870 -# Wireless
66871 -#
66872 -# CONFIG_CFG80211 is not set
66873 -# CONFIG_WIRELESS_EXT is not set
66874 -# CONFIG_MAC80211 is not set
66875 -# CONFIG_IEEE80211 is not set
66876 -# CONFIG_RFKILL is not set
66877 -# CONFIG_NET_9P is not set
66878 -
66879 -#
66880 -# Device Drivers
66881 -#
66882 -
66883 -#
66884 -# Generic Driver Options
66885 -#
66886 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
66887 -CONFIG_STANDALONE=y
66888 -CONFIG_PREVENT_FIRMWARE_BUILD=y
66889 -CONFIG_FW_LOADER=y
66890 -# CONFIG_DEBUG_DRIVER is not set
66891 -# CONFIG_DEBUG_DEVRES is not set
66892 -# CONFIG_SYS_HYPERVISOR is not set
66893 -# CONFIG_CONNECTOR is not set
66894 -# CONFIG_MTD is not set
66895 -CONFIG_OF_DEVICE=y
66896 -# CONFIG_PARPORT is not set
66897 -CONFIG_BLK_DEV=y
66898 -# CONFIG_BLK_DEV_FD is not set
66899 -# CONFIG_BLK_CPQ_DA is not set
66900 -# CONFIG_BLK_CPQ_CISS_DA is not set
66901 -# CONFIG_BLK_DEV_DAC960 is not set
66902 -# CONFIG_BLK_DEV_UMEM is not set
66903 -# CONFIG_BLK_DEV_COW_COMMON is not set
66904 -CONFIG_BLK_DEV_LOOP=y
66905 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
66906 -CONFIG_BLK_DEV_NBD=y
66907 -# CONFIG_BLK_DEV_SX8 is not set
66908 -# CONFIG_BLK_DEV_UB is not set
66909 -CONFIG_BLK_DEV_RAM=y
66910 -CONFIG_BLK_DEV_RAM_COUNT=16
66911 -CONFIG_BLK_DEV_RAM_SIZE=131072
66912 -# CONFIG_BLK_DEV_XIP is not set
66913 -# CONFIG_CDROM_PKTCDVD is not set
66914 -# CONFIG_ATA_OVER_ETH is not set
66915 -CONFIG_MISC_DEVICES=y
66916 -# CONFIG_PHANTOM is not set
66917 -# CONFIG_EEPROM_93CX6 is not set
66918 -# CONFIG_SGI_IOC4 is not set
66919 -# CONFIG_TIFM_CORE is not set
66920 -# CONFIG_ENCLOSURE_SERVICES is not set
66921 -CONFIG_HAVE_IDE=y
66922 -# CONFIG_IDE is not set
66923 -
66924 -#
66925 -# SCSI device support
66926 -#
66927 -# CONFIG_RAID_ATTRS is not set
66928 -CONFIG_SCSI=y
66929 -CONFIG_SCSI_DMA=y
66930 -# CONFIG_SCSI_TGT is not set
66931 -# CONFIG_SCSI_NETLINK is not set
66932 -CONFIG_SCSI_PROC_FS=y
66933 -
66934 -#
66935 -# SCSI support type (disk, tape, CD-ROM)
66936 -#
66937 -CONFIG_BLK_DEV_SD=y
66938 -CONFIG_CHR_DEV_ST=y
66939 -# CONFIG_CHR_DEV_OSST is not set
66940 -CONFIG_BLK_DEV_SR=y
66941 -# CONFIG_BLK_DEV_SR_VENDOR is not set
66942 -CONFIG_CHR_DEV_SG=y
66943 -# CONFIG_CHR_DEV_SCH is not set
66944 -
66945 -#
66946 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
66947 -#
66948 -CONFIG_SCSI_MULTI_LUN=y
66949 -# CONFIG_SCSI_CONSTANTS is not set
66950 -CONFIG_SCSI_LOGGING=y
66951 -# CONFIG_SCSI_SCAN_ASYNC is not set
66952 -CONFIG_SCSI_WAIT_SCAN=m
66953 -
66954 -#
66955 -# SCSI Transports
66956 -#
66957 -# CONFIG_SCSI_SPI_ATTRS is not set
66958 -# CONFIG_SCSI_FC_ATTRS is not set
66959 -# CONFIG_SCSI_ISCSI_ATTRS is not set
66960 -# CONFIG_SCSI_SAS_LIBSAS is not set
66961 -# CONFIG_SCSI_SRP_ATTRS is not set
66962 -CONFIG_SCSI_LOWLEVEL=y
66963 -# CONFIG_ISCSI_TCP is not set
66964 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
66965 -# CONFIG_SCSI_3W_9XXX is not set
66966 -# CONFIG_SCSI_ACARD is not set
66967 -# CONFIG_SCSI_AACRAID is not set
66968 -# CONFIG_SCSI_AIC7XXX is not set
66969 -# CONFIG_SCSI_AIC7XXX_OLD is not set
66970 -# CONFIG_SCSI_AIC79XX is not set
66971 -# CONFIG_SCSI_AIC94XX is not set
66972 -# CONFIG_SCSI_DPT_I2O is not set
66973 -# CONFIG_SCSI_ADVANSYS is not set
66974 -# CONFIG_SCSI_ARCMSR is not set
66975 -# CONFIG_MEGARAID_NEWGEN is not set
66976 -# CONFIG_MEGARAID_LEGACY is not set
66977 -# CONFIG_MEGARAID_SAS is not set
66978 -# CONFIG_SCSI_HPTIOP is not set
66979 -# CONFIG_SCSI_BUSLOGIC is not set
66980 -# CONFIG_SCSI_DMX3191D is not set
66981 -# CONFIG_SCSI_EATA is not set
66982 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
66983 -# CONFIG_SCSI_GDTH is not set
66984 -# CONFIG_SCSI_IPS is not set
66985 -# CONFIG_SCSI_INITIO is not set
66986 -# CONFIG_SCSI_INIA100 is not set
66987 -# CONFIG_SCSI_MVSAS is not set
66988 -# CONFIG_SCSI_STEX is not set
66989 -# CONFIG_SCSI_SYM53C8XX_2 is not set
66990 -# CONFIG_SCSI_IPR is not set
66991 -# CONFIG_SCSI_QLOGIC_1280 is not set
66992 -# CONFIG_SCSI_QLA_FC is not set
66993 -# CONFIG_SCSI_QLA_ISCSI is not set
66994 -# CONFIG_SCSI_LPFC is not set
66995 -# CONFIG_SCSI_DC395x is not set
66996 -# CONFIG_SCSI_DC390T is not set
66997 -# CONFIG_SCSI_NSP32 is not set
66998 -# CONFIG_SCSI_DEBUG is not set
66999 -# CONFIG_SCSI_SRP is not set
67000 -CONFIG_ATA=y
67001 -# CONFIG_ATA_NONSTANDARD is not set
67002 -CONFIG_SATA_AHCI=y
67003 -# CONFIG_SATA_SVW is not set
67004 -# CONFIG_ATA_PIIX is not set
67005 -# CONFIG_SATA_MV is not set
67006 -# CONFIG_SATA_NV is not set
67007 -# CONFIG_PDC_ADMA is not set
67008 -# CONFIG_SATA_QSTOR is not set
67009 -# CONFIG_SATA_PROMISE is not set
67010 -# CONFIG_SATA_SX4 is not set
67011 -# CONFIG_SATA_SIL is not set
67012 -# CONFIG_SATA_SIL24 is not set
67013 -# CONFIG_SATA_SIS is not set
67014 -# CONFIG_SATA_ULI is not set
67015 -# CONFIG_SATA_VIA is not set
67016 -# CONFIG_SATA_VITESSE is not set
67017 -# CONFIG_SATA_INIC162X is not set
67018 -# CONFIG_SATA_FSL is not set
67019 -CONFIG_PATA_ALI=y
67020 -# CONFIG_PATA_AMD is not set
67021 -# CONFIG_PATA_ARTOP is not set
67022 -# CONFIG_PATA_ATIIXP is not set
67023 -# CONFIG_PATA_CMD640_PCI is not set
67024 -# CONFIG_PATA_CMD64X is not set
67025 -# CONFIG_PATA_CS5520 is not set
67026 -# CONFIG_PATA_CS5530 is not set
67027 -# CONFIG_PATA_CYPRESS is not set
67028 -# CONFIG_PATA_EFAR is not set
67029 -# CONFIG_ATA_GENERIC is not set
67030 -# CONFIG_PATA_HPT366 is not set
67031 -# CONFIG_PATA_HPT37X is not set
67032 -# CONFIG_PATA_HPT3X2N is not set
67033 -# CONFIG_PATA_HPT3X3 is not set
67034 -# CONFIG_PATA_IT821X is not set
67035 -# CONFIG_PATA_IT8213 is not set
67036 -# CONFIG_PATA_JMICRON is not set
67037 -# CONFIG_PATA_TRIFLEX is not set
67038 -# CONFIG_PATA_MARVELL is not set
67039 -# CONFIG_PATA_MPIIX is not set
67040 -# CONFIG_PATA_OLDPIIX is not set
67041 -# CONFIG_PATA_NETCELL is not set
67042 -# CONFIG_PATA_NINJA32 is not set
67043 -# CONFIG_PATA_NS87410 is not set
67044 -# CONFIG_PATA_NS87415 is not set
67045 -# CONFIG_PATA_OPTI is not set
67046 -# CONFIG_PATA_OPTIDMA is not set
67047 -# CONFIG_PATA_PDC_OLD is not set
67048 -# CONFIG_PATA_RADISYS is not set
67049 -# CONFIG_PATA_RZ1000 is not set
67050 -# CONFIG_PATA_SC1200 is not set
67051 -# CONFIG_PATA_SERVERWORKS is not set
67052 -# CONFIG_PATA_PDC2027X is not set
67053 -# CONFIG_PATA_SIL680 is not set
67054 -# CONFIG_PATA_SIS is not set
67055 -# CONFIG_PATA_VIA is not set
67056 -# CONFIG_PATA_WINBOND is not set
67057 -# CONFIG_PATA_PLATFORM is not set
67058 -# CONFIG_MD is not set
67059 -# CONFIG_FUSION is not set
67060 -
67061 -#
67062 -# IEEE 1394 (FireWire) support
67063 -#
67064 -# CONFIG_FIREWIRE is not set
67065 -# CONFIG_IEEE1394 is not set
67066 -# CONFIG_I2O is not set
67067 -# CONFIG_MACINTOSH_DRIVERS is not set
67068 -CONFIG_NETDEVICES=y
67069 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
67070 -CONFIG_DUMMY=y
67071 -# CONFIG_BONDING is not set
67072 -# CONFIG_MACVLAN is not set
67073 -# CONFIG_EQUALIZER is not set
67074 -# CONFIG_TUN is not set
67075 -# CONFIG_VETH is not set
67076 -# CONFIG_ARCNET is not set
67077 -CONFIG_PHYLIB=y
67078 -
67079 -#
67080 -# MII PHY device drivers
67081 -#
67082 -# CONFIG_MARVELL_PHY is not set
67083 -# CONFIG_DAVICOM_PHY is not set
67084 -# CONFIG_QSEMI_PHY is not set
67085 -# CONFIG_LXT_PHY is not set
67086 -# CONFIG_CICADA_PHY is not set
67087 -CONFIG_VITESSE_PHY=y
67088 -# CONFIG_SMSC_PHY is not set
67089 -# CONFIG_BROADCOM_PHY is not set
67090 -# CONFIG_ICPLUS_PHY is not set
67091 -# CONFIG_REALTEK_PHY is not set
67092 -# CONFIG_FIXED_PHY is not set
67093 -# CONFIG_MDIO_BITBANG is not set
67094 -CONFIG_NET_ETHERNET=y
67095 -CONFIG_MII=y
67096 -# CONFIG_HAPPYMEAL is not set
67097 -# CONFIG_SUNGEM is not set
67098 -# CONFIG_CASSINI is not set
67099 -# CONFIG_NET_VENDOR_3COM is not set
67100 -# CONFIG_NET_TULIP is not set
67101 -# CONFIG_HP100 is not set
67102 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
67103 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
67104 -# CONFIG_IBM_NEW_EMAC_TAH is not set
67105 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
67106 -# CONFIG_NET_PCI is not set
67107 -# CONFIG_B44 is not set
67108 -CONFIG_NETDEV_1000=y
67109 -# CONFIG_ACENIC is not set
67110 -# CONFIG_DL2K is not set
67111 -# CONFIG_E1000 is not set
67112 -# CONFIG_E1000E is not set
67113 -# CONFIG_E1000E_ENABLED is not set
67114 -# CONFIG_IP1000 is not set
67115 -# CONFIG_IGB is not set
67116 -# CONFIG_NS83820 is not set
67117 -# CONFIG_HAMACHI is not set
67118 -# CONFIG_YELLOWFIN is not set
67119 -# CONFIG_R8169 is not set
67120 -# CONFIG_SIS190 is not set
67121 -# CONFIG_SKGE is not set
67122 -# CONFIG_SKY2 is not set
67123 -# CONFIG_SK98LIN is not set
67124 -# CONFIG_VIA_VELOCITY is not set
67125 -# CONFIG_TIGON3 is not set
67126 -# CONFIG_BNX2 is not set
67127 -CONFIG_GIANFAR=y
67128 -CONFIG_GFAR_NAPI=y
67129 -# CONFIG_QLA3XXX is not set
67130 -# CONFIG_ATL1 is not set
67131 -CONFIG_NETDEV_10000=y
67132 -# CONFIG_CHELSIO_T1 is not set
67133 -# CONFIG_CHELSIO_T3 is not set
67134 -# CONFIG_IXGBE is not set
67135 -# CONFIG_IXGB is not set
67136 -# CONFIG_S2IO is not set
67137 -# CONFIG_MYRI10GE is not set
67138 -# CONFIG_NETXEN_NIC is not set
67139 -# CONFIG_NIU is not set
67140 -# CONFIG_MLX4_CORE is not set
67141 -# CONFIG_TEHUTI is not set
67142 -# CONFIG_BNX2X is not set
67143 -# CONFIG_TR is not set
67144 -
67145 -#
67146 -# Wireless LAN
67147 -#
67148 -# CONFIG_WLAN_PRE80211 is not set
67149 -# CONFIG_WLAN_80211 is not set
67150 -
67151 -#
67152 -# USB Network Adapters
67153 -#
67154 -# CONFIG_USB_CATC is not set
67155 -# CONFIG_USB_KAWETH is not set
67156 -# CONFIG_USB_PEGASUS is not set
67157 -# CONFIG_USB_RTL8150 is not set
67158 -# CONFIG_USB_USBNET is not set
67159 -# CONFIG_WAN is not set
67160 -# CONFIG_FDDI is not set
67161 -# CONFIG_HIPPI is not set
67162 -# CONFIG_PPP is not set
67163 -# CONFIG_SLIP is not set
67164 -# CONFIG_NET_FC is not set
67165 -# CONFIG_NETCONSOLE is not set
67166 -# CONFIG_NETPOLL is not set
67167 -# CONFIG_NET_POLL_CONTROLLER is not set
67168 -# CONFIG_ISDN is not set
67169 -# CONFIG_PHONE is not set
67170 -
67171 -#
67172 -# Input device support
67173 -#
67174 -CONFIG_INPUT=y
67175 -# CONFIG_INPUT_FF_MEMLESS is not set
67176 -# CONFIG_INPUT_POLLDEV is not set
67177 -
67178 -#
67179 -# Userland interfaces
67180 -#
67181 -# CONFIG_INPUT_MOUSEDEV is not set
67182 -# CONFIG_INPUT_JOYDEV is not set
67183 -# CONFIG_INPUT_EVDEV is not set
67184 -# CONFIG_INPUT_EVBUG is not set
67185 -
67186 -#
67187 -# Input Device Drivers
67188 -#
67189 -# CONFIG_INPUT_KEYBOARD is not set
67190 -# CONFIG_INPUT_MOUSE is not set
67191 -# CONFIG_INPUT_JOYSTICK is not set
67192 -# CONFIG_INPUT_TABLET is not set
67193 -# CONFIG_INPUT_TOUCHSCREEN is not set
67194 -# CONFIG_INPUT_MISC is not set
67195 -
67196 -#
67197 -# Hardware I/O ports
67198 -#
67199 -CONFIG_SERIO=y
67200 -CONFIG_SERIO_I8042=y
67201 -CONFIG_SERIO_SERPORT=y
67202 -# CONFIG_SERIO_PCIPS2 is not set
67203 -CONFIG_SERIO_LIBPS2=y
67204 -# CONFIG_SERIO_RAW is not set
67205 -# CONFIG_GAMEPORT is not set
67206 -
67207 -#
67208 -# Character devices
67209 -#
67210 -CONFIG_VT=y
67211 -CONFIG_VT_CONSOLE=y
67212 -CONFIG_HW_CONSOLE=y
67213 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
67214 -# CONFIG_SERIAL_NONSTANDARD is not set
67215 -# CONFIG_NOZOMI is not set
67216 -
67217 -#
67218 -# Serial drivers
67219 -#
67220 -CONFIG_SERIAL_8250=y
67221 -CONFIG_SERIAL_8250_CONSOLE=y
67222 -CONFIG_SERIAL_8250_PCI=y
67223 -CONFIG_SERIAL_8250_NR_UARTS=2
67224 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
67225 -CONFIG_SERIAL_8250_EXTENDED=y
67226 -CONFIG_SERIAL_8250_MANY_PORTS=y
67227 -CONFIG_SERIAL_8250_SHARE_IRQ=y
67228 -CONFIG_SERIAL_8250_DETECT_IRQ=y
67229 -CONFIG_SERIAL_8250_RSA=y
67230 -
67231 -#
67232 -# Non-8250 serial port support
67233 -#
67234 -# CONFIG_SERIAL_UARTLITE is not set
67235 -CONFIG_SERIAL_CORE=y
67236 -CONFIG_SERIAL_CORE_CONSOLE=y
67237 -# CONFIG_SERIAL_JSM is not set
67238 -# CONFIG_SERIAL_OF_PLATFORM is not set
67239 -CONFIG_UNIX98_PTYS=y
67240 -CONFIG_LEGACY_PTYS=y
67241 -CONFIG_LEGACY_PTY_COUNT=256
67242 -# CONFIG_IPMI_HANDLER is not set
67243 -# CONFIG_HW_RANDOM is not set
67244 -CONFIG_NVRAM=y
67245 -# CONFIG_GEN_RTC is not set
67246 -# CONFIG_R3964 is not set
67247 -# CONFIG_APPLICOM is not set
67248 -# CONFIG_RAW_DRIVER is not set
67249 -# CONFIG_TCG_TPM is not set
67250 -CONFIG_DEVPORT=y
67251 -CONFIG_I2C=y
67252 -CONFIG_I2C_BOARDINFO=y
67253 -# CONFIG_I2C_CHARDEV is not set
67254 -
67255 -#
67256 -# I2C Algorithms
67257 -#
67258 -# CONFIG_I2C_ALGOBIT is not set
67259 -# CONFIG_I2C_ALGOPCF is not set
67260 -# CONFIG_I2C_ALGOPCA is not set
67261 -
67262 -#
67263 -# I2C Hardware Bus support
67264 -#
67265 -# CONFIG_I2C_ALI1535 is not set
67266 -# CONFIG_I2C_ALI1563 is not set
67267 -# CONFIG_I2C_ALI15X3 is not set
67268 -# CONFIG_I2C_AMD756 is not set
67269 -# CONFIG_I2C_AMD8111 is not set
67270 -# CONFIG_I2C_I801 is not set
67271 -# CONFIG_I2C_I810 is not set
67272 -# CONFIG_I2C_PIIX4 is not set
67273 -CONFIG_I2C_MPC=y
67274 -# CONFIG_I2C_NFORCE2 is not set
67275 -# CONFIG_I2C_OCORES is not set
67276 -# CONFIG_I2C_PARPORT_LIGHT is not set
67277 -# CONFIG_I2C_PROSAVAGE is not set
67278 -# CONFIG_I2C_SAVAGE4 is not set
67279 -# CONFIG_I2C_SIMTEC is not set
67280 -# CONFIG_I2C_SIS5595 is not set
67281 -# CONFIG_I2C_SIS630 is not set
67282 -# CONFIG_I2C_SIS96X is not set
67283 -# CONFIG_I2C_TAOS_EVM is not set
67284 -# CONFIG_I2C_STUB is not set
67285 -# CONFIG_I2C_TINY_USB is not set
67286 -# CONFIG_I2C_VIA is not set
67287 -# CONFIG_I2C_VIAPRO is not set
67288 -# CONFIG_I2C_VOODOO3 is not set
67289 -
67290 -#
67291 -# Miscellaneous I2C Chip support
67292 -#
67293 -# CONFIG_DS1682 is not set
67294 -CONFIG_SENSORS_EEPROM=y
67295 -# CONFIG_SENSORS_PCF8574 is not set
67296 -# CONFIG_PCF8575 is not set
67297 -# CONFIG_SENSORS_PCF8591 is not set
67298 -# CONFIG_TPS65010 is not set
67299 -# CONFIG_SENSORS_MAX6875 is not set
67300 -# CONFIG_SENSORS_TSL2550 is not set
67301 -# CONFIG_I2C_DEBUG_CORE is not set
67302 -# CONFIG_I2C_DEBUG_ALGO is not set
67303 -# CONFIG_I2C_DEBUG_BUS is not set
67304 -# CONFIG_I2C_DEBUG_CHIP is not set
67305 -
67306 -#
67307 -# SPI support
67308 -#
67309 -# CONFIG_SPI is not set
67310 -# CONFIG_SPI_MASTER is not set
67311 -# CONFIG_W1 is not set
67312 -# CONFIG_POWER_SUPPLY is not set
67313 -# CONFIG_HWMON is not set
67314 -# CONFIG_THERMAL is not set
67315 -# CONFIG_WATCHDOG is not set
67316 -
67317 -#
67318 -# Sonics Silicon Backplane
67319 -#
67320 -CONFIG_SSB_POSSIBLE=y
67321 -# CONFIG_SSB is not set
67322 -
67323 -#
67324 -# Multifunction device drivers
67325 -#
67326 -# CONFIG_MFD_SM501 is not set
67327 -
67328 -#
67329 -# Multimedia devices
67330 -#
67331 -# CONFIG_VIDEO_DEV is not set
67332 -CONFIG_DVB_CORE=m
67333 -# CONFIG_DVB_CORE_ATTACH is not set
67334 -CONFIG_DVB_CAPTURE_DRIVERS=y
67335 -
67336 -#
67337 -# Supported SAA7146 based PCI Adapters
67338 -#
67339 -# CONFIG_TTPCI_EEPROM is not set
67340 -# CONFIG_DVB_BUDGET_CORE is not set
67341 -
67342 -#
67343 -# Supported USB Adapters
67344 -#
67345 -# CONFIG_DVB_USB is not set
67346 -# CONFIG_DVB_TTUSB_BUDGET is not set
67347 -# CONFIG_DVB_TTUSB_DEC is not set
67348 -# CONFIG_DVB_CINERGYT2 is not set
67349 -
67350 -#
67351 -# Supported FlexCopII (B2C2) Adapters
67352 -#
67353 -# CONFIG_DVB_B2C2_FLEXCOP is not set
67354 -
67355 -#
67356 -# Supported BT878 Adapters
67357 -#
67358 -
67359 -#
67360 -# Supported Pluto2 Adapters
67361 -#
67362 -# CONFIG_DVB_PLUTO2 is not set
67363 -
67364 -#
67365 -# Supported DVB Frontends
67366 -#
67367 -
67368 -#
67369 -# Customise DVB Frontends
67370 -#
67371 -# CONFIG_DVB_FE_CUSTOMISE is not set
67372 -
67373 -#
67374 -# DVB-S (satellite) frontends
67375 -#
67376 -# CONFIG_DVB_STV0299 is not set
67377 -# CONFIG_DVB_CX24110 is not set
67378 -# CONFIG_DVB_CX24123 is not set
67379 -# CONFIG_DVB_TDA8083 is not set
67380 -# CONFIG_DVB_MT312 is not set
67381 -# CONFIG_DVB_VES1X93 is not set
67382 -# CONFIG_DVB_S5H1420 is not set
67383 -# CONFIG_DVB_TDA10086 is not set
67384 -
67385 -#
67386 -# DVB-T (terrestrial) frontends
67387 -#
67388 -# CONFIG_DVB_SP8870 is not set
67389 -# CONFIG_DVB_SP887X is not set
67390 -# CONFIG_DVB_CX22700 is not set
67391 -# CONFIG_DVB_CX22702 is not set
67392 -# CONFIG_DVB_L64781 is not set
67393 -# CONFIG_DVB_TDA1004X is not set
67394 -# CONFIG_DVB_NXT6000 is not set
67395 -# CONFIG_DVB_MT352 is not set
67396 -# CONFIG_DVB_ZL10353 is not set
67397 -# CONFIG_DVB_DIB3000MB is not set
67398 -# CONFIG_DVB_DIB3000MC is not set
67399 -# CONFIG_DVB_DIB7000M is not set
67400 -# CONFIG_DVB_DIB7000P is not set
67401 -
67402 -#
67403 -# DVB-C (cable) frontends
67404 -#
67405 -# CONFIG_DVB_VES1820 is not set
67406 -# CONFIG_DVB_TDA10021 is not set
67407 -# CONFIG_DVB_TDA10023 is not set
67408 -# CONFIG_DVB_STV0297 is not set
67409 -
67410 -#
67411 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
67412 -#
67413 -# CONFIG_DVB_NXT200X is not set
67414 -# CONFIG_DVB_OR51211 is not set
67415 -# CONFIG_DVB_OR51132 is not set
67416 -# CONFIG_DVB_BCM3510 is not set
67417 -# CONFIG_DVB_LGDT330X is not set
67418 -# CONFIG_DVB_S5H1409 is not set
67419 -
67420 -#
67421 -# Tuners/PLL support
67422 -#
67423 -# CONFIG_DVB_PLL is not set
67424 -# CONFIG_DVB_TDA826X is not set
67425 -# CONFIG_DVB_TDA827X is not set
67426 -# CONFIG_DVB_TDA18271 is not set
67427 -# CONFIG_DVB_TUNER_QT1010 is not set
67428 -# CONFIG_DVB_TUNER_MT2060 is not set
67429 -# CONFIG_DVB_TUNER_MT2266 is not set
67430 -# CONFIG_DVB_TUNER_MT2131 is not set
67431 -# CONFIG_DVB_TUNER_DIB0070 is not set
67432 -# CONFIG_DVB_TUNER_XC5000 is not set
67433 -
67434 -#
67435 -# Miscellaneous devices
67436 -#
67437 -# CONFIG_DVB_LNBP21 is not set
67438 -# CONFIG_DVB_ISL6421 is not set
67439 -# CONFIG_DVB_TUA6100 is not set
67440 -CONFIG_DAB=y
67441 -# CONFIG_USB_DABUSB is not set
67442 -
67443 -#
67444 -# Graphics support
67445 -#
67446 -# CONFIG_AGP is not set
67447 -# CONFIG_DRM is not set
67448 -# CONFIG_VGASTATE is not set
67449 -CONFIG_VIDEO_OUTPUT_CONTROL=y
67450 -# CONFIG_FB is not set
67451 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
67452 -
67453 -#
67454 -# Display device support
67455 -#
67456 -# CONFIG_DISPLAY_SUPPORT is not set
67457 -
67458 -#
67459 -# Console display driver support
67460 -#
67461 -CONFIG_VGA_CONSOLE=y
67462 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
67463 -CONFIG_DUMMY_CONSOLE=y
67464 -
67465 -#
67466 -# Sound
67467 -#
67468 -CONFIG_SOUND=y
67469 -
67470 -#
67471 -# Advanced Linux Sound Architecture
67472 -#
67473 -CONFIG_SND=y
67474 -CONFIG_SND_TIMER=y
67475 -CONFIG_SND_PCM=y
67476 -# CONFIG_SND_SEQUENCER is not set
67477 -# CONFIG_SND_MIXER_OSS is not set
67478 -# CONFIG_SND_PCM_OSS is not set
67479 -# CONFIG_SND_DYNAMIC_MINORS is not set
67480 -CONFIG_SND_SUPPORT_OLD_API=y
67481 -CONFIG_SND_VERBOSE_PROCFS=y
67482 -# CONFIG_SND_VERBOSE_PRINTK is not set
67483 -# CONFIG_SND_DEBUG is not set
67484 -
67485 -#
67486 -# Generic devices
67487 -#
67488 -CONFIG_SND_AC97_CODEC=y
67489 -# CONFIG_SND_DUMMY is not set
67490 -# CONFIG_SND_MTPAV is not set
67491 -# CONFIG_SND_SERIAL_U16550 is not set
67492 -# CONFIG_SND_MPU401 is not set
67493 -
67494 -#
67495 -# PCI devices
67496 -#
67497 -# CONFIG_SND_AD1889 is not set
67498 -# CONFIG_SND_ALS300 is not set
67499 -# CONFIG_SND_ALS4000 is not set
67500 -# CONFIG_SND_ALI5451 is not set
67501 -# CONFIG_SND_ATIIXP is not set
67502 -# CONFIG_SND_ATIIXP_MODEM is not set
67503 -# CONFIG_SND_AU8810 is not set
67504 -# CONFIG_SND_AU8820 is not set
67505 -# CONFIG_SND_AU8830 is not set
67506 -# CONFIG_SND_AZT3328 is not set
67507 -# CONFIG_SND_BT87X is not set
67508 -# CONFIG_SND_CA0106 is not set
67509 -# CONFIG_SND_CMIPCI is not set
67510 -# CONFIG_SND_OXYGEN is not set
67511 -# CONFIG_SND_CS4281 is not set
67512 -# CONFIG_SND_CS46XX is not set
67513 -# CONFIG_SND_CS5530 is not set
67514 -# CONFIG_SND_DARLA20 is not set
67515 -# CONFIG_SND_GINA20 is not set
67516 -# CONFIG_SND_LAYLA20 is not set
67517 -# CONFIG_SND_DARLA24 is not set
67518 -# CONFIG_SND_GINA24 is not set
67519 -# CONFIG_SND_LAYLA24 is not set
67520 -# CONFIG_SND_MONA is not set
67521 -# CONFIG_SND_MIA is not set
67522 -# CONFIG_SND_ECHO3G is not set
67523 -# CONFIG_SND_INDIGO is not set
67524 -# CONFIG_SND_INDIGOIO is not set
67525 -# CONFIG_SND_INDIGODJ is not set
67526 -# CONFIG_SND_EMU10K1 is not set
67527 -# CONFIG_SND_EMU10K1X is not set
67528 -# CONFIG_SND_ENS1370 is not set
67529 -# CONFIG_SND_ENS1371 is not set
67530 -# CONFIG_SND_ES1938 is not set
67531 -# CONFIG_SND_ES1968 is not set
67532 -# CONFIG_SND_FM801 is not set
67533 -# CONFIG_SND_HDA_INTEL is not set
67534 -# CONFIG_SND_HDSP is not set
67535 -# CONFIG_SND_HDSPM is not set
67536 -# CONFIG_SND_HIFIER is not set
67537 -# CONFIG_SND_ICE1712 is not set
67538 -# CONFIG_SND_ICE1724 is not set
67539 -CONFIG_SND_INTEL8X0=y
67540 -# CONFIG_SND_INTEL8X0M is not set
67541 -# CONFIG_SND_KORG1212 is not set
67542 -# CONFIG_SND_MAESTRO3 is not set
67543 -# CONFIG_SND_MIXART is not set
67544 -# CONFIG_SND_NM256 is not set
67545 -# CONFIG_SND_PCXHR is not set
67546 -# CONFIG_SND_RIPTIDE is not set
67547 -# CONFIG_SND_RME32 is not set
67548 -# CONFIG_SND_RME96 is not set
67549 -# CONFIG_SND_RME9652 is not set
67550 -# CONFIG_SND_SONICVIBES is not set
67551 -# CONFIG_SND_TRIDENT is not set
67552 -# CONFIG_SND_VIA82XX is not set
67553 -# CONFIG_SND_VIA82XX_MODEM is not set
67554 -# CONFIG_SND_VIRTUOSO is not set
67555 -# CONFIG_SND_VX222 is not set
67556 -# CONFIG_SND_YMFPCI is not set
67557 -# CONFIG_SND_AC97_POWER_SAVE is not set
67558 -
67559 -#
67560 -# ALSA PowerMac devices
67561 -#
67562 -
67563 -#
67564 -# ALSA PowerPC devices
67565 -#
67566 -
67567 -#
67568 -# USB devices
67569 -#
67570 -# CONFIG_SND_USB_AUDIO is not set
67571 -# CONFIG_SND_USB_USX2Y is not set
67572 -# CONFIG_SND_USB_CAIAQ is not set
67573 -
67574 -#
67575 -# System on Chip audio support
67576 -#
67577 -# CONFIG_SND_SOC is not set
67578 -
67579 -#
67580 -# SoC Audio support for SuperH
67581 -#
67582 -
67583 -#
67584 -# ALSA SoC audio for Freescale SOCs
67585 -#
67586 -
67587 -#
67588 -# Open Sound System
67589 -#
67590 -# CONFIG_SOUND_PRIME is not set
67591 -CONFIG_AC97_BUS=y
67592 -CONFIG_HID_SUPPORT=y
67593 -CONFIG_HID=y
67594 -# CONFIG_HID_DEBUG is not set
67595 -# CONFIG_HIDRAW is not set
67596 -
67597 -#
67598 -# USB Input Devices
67599 -#
67600 -CONFIG_USB_HID=y
67601 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
67602 -# CONFIG_HID_FF is not set
67603 -# CONFIG_USB_HIDDEV is not set
67604 -CONFIG_USB_SUPPORT=y
67605 -CONFIG_USB_ARCH_HAS_HCD=y
67606 -CONFIG_USB_ARCH_HAS_OHCI=y
67607 -CONFIG_USB_ARCH_HAS_EHCI=y
67608 -CONFIG_USB=y
67609 -# CONFIG_USB_DEBUG is not set
67610 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
67611 -
67612 -#
67613 -# Miscellaneous USB options
67614 -#
67615 -CONFIG_USB_DEVICEFS=y
67616 -CONFIG_USB_DEVICE_CLASS=y
67617 -# CONFIG_USB_DYNAMIC_MINORS is not set
67618 -# CONFIG_USB_OTG is not set
67619 -
67620 -#
67621 -# USB Host Controller Drivers
67622 -#
67623 -CONFIG_USB_EHCI_HCD=y
67624 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
67625 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
67626 -# CONFIG_USB_EHCI_FSL is not set
67627 -CONFIG_USB_EHCI_HCD_PPC_OF=y
67628 -# CONFIG_USB_ISP116X_HCD is not set
67629 -CONFIG_USB_OHCI_HCD=y
67630 -CONFIG_USB_OHCI_HCD_PPC_OF=y
67631 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
67632 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
67633 -CONFIG_USB_OHCI_HCD_PCI=y
67634 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
67635 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
67636 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
67637 -# CONFIG_USB_UHCI_HCD is not set
67638 -# CONFIG_USB_SL811_HCD is not set
67639 -# CONFIG_USB_R8A66597_HCD is not set
67640 -
67641 -#
67642 -# USB Device Class drivers
67643 -#
67644 -# CONFIG_USB_ACM is not set
67645 -# CONFIG_USB_PRINTER is not set
67646 -
67647 -#
67648 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
67649 -#
67650 -
67651 -#
67652 -# may also be needed; see USB_STORAGE Help for more information
67653 -#
67654 -CONFIG_USB_STORAGE=y
67655 -# CONFIG_USB_STORAGE_DEBUG is not set
67656 -# CONFIG_USB_STORAGE_DATAFAB is not set
67657 -# CONFIG_USB_STORAGE_FREECOM is not set
67658 -# CONFIG_USB_STORAGE_ISD200 is not set
67659 -# CONFIG_USB_STORAGE_DPCM is not set
67660 -# CONFIG_USB_STORAGE_USBAT is not set
67661 -# CONFIG_USB_STORAGE_SDDR09 is not set
67662 -# CONFIG_USB_STORAGE_SDDR55 is not set
67663 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
67664 -# CONFIG_USB_STORAGE_ALAUDA is not set
67665 -# CONFIG_USB_STORAGE_KARMA is not set
67666 -# CONFIG_USB_LIBUSUAL is not set
67667 -
67668 -#
67669 -# USB Imaging devices
67670 -#
67671 -# CONFIG_USB_MDC800 is not set
67672 -# CONFIG_USB_MICROTEK is not set
67673 -CONFIG_USB_MON=y
67674 -
67675 -#
67676 -# USB port drivers
67677 -#
67678 -# CONFIG_USB_SERIAL is not set
67679 -
67680 -#
67681 -# USB Miscellaneous drivers
67682 -#
67683 -# CONFIG_USB_EMI62 is not set
67684 -# CONFIG_USB_EMI26 is not set
67685 -# CONFIG_USB_ADUTUX is not set
67686 -# CONFIG_USB_AUERSWALD is not set
67687 -# CONFIG_USB_RIO500 is not set
67688 -# CONFIG_USB_LEGOTOWER is not set
67689 -# CONFIG_USB_LCD is not set
67690 -# CONFIG_USB_BERRY_CHARGE is not set
67691 -# CONFIG_USB_LED is not set
67692 -# CONFIG_USB_CYPRESS_CY7C63 is not set
67693 -# CONFIG_USB_CYTHERM is not set
67694 -# CONFIG_USB_PHIDGET is not set
67695 -# CONFIG_USB_IDMOUSE is not set
67696 -# CONFIG_USB_FTDI_ELAN is not set
67697 -# CONFIG_USB_APPLEDISPLAY is not set
67698 -# CONFIG_USB_SISUSBVGA is not set
67699 -# CONFIG_USB_LD is not set
67700 -# CONFIG_USB_TRANCEVIBRATOR is not set
67701 -# CONFIG_USB_IOWARRIOR is not set
67702 -# CONFIG_USB_TEST is not set
67703 -# CONFIG_USB_GADGET is not set
67704 -# CONFIG_MMC is not set
67705 -# CONFIG_MEMSTICK is not set
67706 -# CONFIG_NEW_LEDS is not set
67707 -# CONFIG_INFINIBAND is not set
67708 -# CONFIG_EDAC is not set
67709 -CONFIG_RTC_LIB=y
67710 -CONFIG_RTC_CLASS=y
67711 -CONFIG_RTC_HCTOSYS=y
67712 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
67713 -# CONFIG_RTC_DEBUG is not set
67714 -
67715 -#
67716 -# RTC interfaces
67717 -#
67718 -CONFIG_RTC_INTF_SYSFS=y
67719 -CONFIG_RTC_INTF_PROC=y
67720 -CONFIG_RTC_INTF_DEV=y
67721 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
67722 -# CONFIG_RTC_DRV_TEST is not set
67723 -
67724 -#
67725 -# I2C RTC drivers
67726 -#
67727 -# CONFIG_RTC_DRV_DS1307 is not set
67728 -# CONFIG_RTC_DRV_DS1374 is not set
67729 -# CONFIG_RTC_DRV_DS1672 is not set
67730 -# CONFIG_RTC_DRV_MAX6900 is not set
67731 -# CONFIG_RTC_DRV_RS5C372 is not set
67732 -# CONFIG_RTC_DRV_ISL1208 is not set
67733 -# CONFIG_RTC_DRV_X1205 is not set
67734 -# CONFIG_RTC_DRV_PCF8563 is not set
67735 -# CONFIG_RTC_DRV_PCF8583 is not set
67736 -# CONFIG_RTC_DRV_M41T80 is not set
67737 -# CONFIG_RTC_DRV_S35390A is not set
67738 -
67739 -#
67740 -# SPI RTC drivers
67741 -#
67742 -
67743 -#
67744 -# Platform RTC drivers
67745 -#
67746 -CONFIG_RTC_DRV_CMOS=y
67747 -# CONFIG_RTC_DRV_DS1511 is not set
67748 -# CONFIG_RTC_DRV_DS1553 is not set
67749 -# CONFIG_RTC_DRV_DS1742 is not set
67750 -# CONFIG_RTC_DRV_STK17TA8 is not set
67751 -# CONFIG_RTC_DRV_M48T86 is not set
67752 -# CONFIG_RTC_DRV_M48T59 is not set
67753 -# CONFIG_RTC_DRV_V3020 is not set
67754 -
67755 -#
67756 -# on-CPU RTC drivers
67757 -#
67758 -# CONFIG_DMADEVICES is not set
67759 -
67760 -#
67761 -# Userspace I/O
67762 -#
67763 -# CONFIG_UIO is not set
67764 -
67765 -#
67766 -# File systems
67767 -#
67768 -CONFIG_EXT2_FS=y
67769 -# CONFIG_EXT2_FS_XATTR is not set
67770 -# CONFIG_EXT2_FS_XIP is not set
67771 -CONFIG_EXT3_FS=y
67772 -CONFIG_EXT3_FS_XATTR=y
67773 -# CONFIG_EXT3_FS_POSIX_ACL is not set
67774 -# CONFIG_EXT3_FS_SECURITY is not set
67775 -# CONFIG_EXT4DEV_FS is not set
67776 -CONFIG_JBD=y
67777 -CONFIG_FS_MBCACHE=y
67778 -# CONFIG_REISERFS_FS is not set
67779 -# CONFIG_JFS_FS is not set
67780 -# CONFIG_FS_POSIX_ACL is not set
67781 -# CONFIG_XFS_FS is not set
67782 -# CONFIG_GFS2_FS is not set
67783 -# CONFIG_OCFS2_FS is not set
67784 -CONFIG_DNOTIFY=y
67785 -CONFIG_INOTIFY=y
67786 -CONFIG_INOTIFY_USER=y
67787 -# CONFIG_QUOTA is not set
67788 -# CONFIG_AUTOFS_FS is not set
67789 -# CONFIG_AUTOFS4_FS is not set
67790 -# CONFIG_FUSE_FS is not set
67791 -
67792 -#
67793 -# CD-ROM/DVD Filesystems
67794 -#
67795 -CONFIG_ISO9660_FS=m
67796 -CONFIG_JOLIET=y
67797 -CONFIG_ZISOFS=y
67798 -CONFIG_UDF_FS=m
67799 -CONFIG_UDF_NLS=y
67800 -
67801 -#
67802 -# DOS/FAT/NT Filesystems
67803 -#
67804 -CONFIG_FAT_FS=y
67805 -CONFIG_MSDOS_FS=m
67806 -CONFIG_VFAT_FS=y
67807 -CONFIG_FAT_DEFAULT_CODEPAGE=437
67808 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
67809 -CONFIG_NTFS_FS=y
67810 -# CONFIG_NTFS_DEBUG is not set
67811 -# CONFIG_NTFS_RW is not set
67812 -
67813 -#
67814 -# Pseudo filesystems
67815 -#
67816 -CONFIG_PROC_FS=y
67817 -CONFIG_PROC_KCORE=y
67818 -CONFIG_PROC_SYSCTL=y
67819 -CONFIG_SYSFS=y
67820 -CONFIG_TMPFS=y
67821 -# CONFIG_TMPFS_POSIX_ACL is not set
67822 -# CONFIG_HUGETLB_PAGE is not set
67823 -# CONFIG_CONFIGFS_FS is not set
67824 -
67825 -#
67826 -# Miscellaneous filesystems
67827 -#
67828 -CONFIG_ADFS_FS=m
67829 -# CONFIG_ADFS_FS_RW is not set
67830 -CONFIG_AFFS_FS=m
67831 -CONFIG_HFS_FS=m
67832 -CONFIG_HFSPLUS_FS=m
67833 -CONFIG_BEFS_FS=m
67834 -# CONFIG_BEFS_DEBUG is not set
67835 -CONFIG_BFS_FS=m
67836 -CONFIG_EFS_FS=m
67837 -CONFIG_CRAMFS=y
67838 -CONFIG_VXFS_FS=m
67839 -# CONFIG_MINIX_FS is not set
67840 -CONFIG_HPFS_FS=m
67841 -CONFIG_QNX4FS_FS=m
67842 -# CONFIG_ROMFS_FS is not set
67843 -CONFIG_SYSV_FS=m
67844 -CONFIG_UFS_FS=m
67845 -# CONFIG_UFS_FS_WRITE is not set
67846 -# CONFIG_UFS_DEBUG is not set
67847 -CONFIG_NETWORK_FILESYSTEMS=y
67848 -CONFIG_NFS_FS=y
67849 -CONFIG_NFS_V3=y
67850 -# CONFIG_NFS_V3_ACL is not set
67851 -CONFIG_NFS_V4=y
67852 -# CONFIG_NFS_DIRECTIO is not set
67853 -CONFIG_NFSD=y
67854 -# CONFIG_NFSD_V3 is not set
67855 -CONFIG_NFSD_TCP=y
67856 -CONFIG_ROOT_NFS=y
67857 -CONFIG_LOCKD=y
67858 -CONFIG_LOCKD_V4=y
67859 -CONFIG_EXPORTFS=y
67860 -CONFIG_NFS_COMMON=y
67861 -CONFIG_SUNRPC=y
67862 -CONFIG_SUNRPC_GSS=y
67863 -# CONFIG_SUNRPC_BIND34 is not set
67864 -CONFIG_RPCSEC_GSS_KRB5=y
67865 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
67866 -# CONFIG_SMB_FS is not set
67867 -# CONFIG_CIFS is not set
67868 -# CONFIG_NCP_FS is not set
67869 -# CONFIG_CODA_FS is not set
67870 -# CONFIG_AFS_FS is not set
67871 -
67872 -#
67873 -# Partition Types
67874 -#
67875 -CONFIG_PARTITION_ADVANCED=y
67876 -# CONFIG_ACORN_PARTITION is not set
67877 -# CONFIG_OSF_PARTITION is not set
67878 -# CONFIG_AMIGA_PARTITION is not set
67879 -# CONFIG_ATARI_PARTITION is not set
67880 -CONFIG_MAC_PARTITION=y
67881 -CONFIG_MSDOS_PARTITION=y
67882 -# CONFIG_BSD_DISKLABEL is not set
67883 -# CONFIG_MINIX_SUBPARTITION is not set
67884 -# CONFIG_SOLARIS_X86_PARTITION is not set
67885 -# CONFIG_UNIXWARE_DISKLABEL is not set
67886 -# CONFIG_LDM_PARTITION is not set
67887 -# CONFIG_SGI_PARTITION is not set
67888 -# CONFIG_ULTRIX_PARTITION is not set
67889 -# CONFIG_SUN_PARTITION is not set
67890 -# CONFIG_KARMA_PARTITION is not set
67891 -# CONFIG_EFI_PARTITION is not set
67892 -# CONFIG_SYSV68_PARTITION is not set
67893 -CONFIG_NLS=y
67894 -CONFIG_NLS_DEFAULT="iso8859-1"
67895 -# CONFIG_NLS_CODEPAGE_437 is not set
67896 -# CONFIG_NLS_CODEPAGE_737 is not set
67897 -# CONFIG_NLS_CODEPAGE_775 is not set
67898 -# CONFIG_NLS_CODEPAGE_850 is not set
67899 -# CONFIG_NLS_CODEPAGE_852 is not set
67900 -# CONFIG_NLS_CODEPAGE_855 is not set
67901 -# CONFIG_NLS_CODEPAGE_857 is not set
67902 -# CONFIG_NLS_CODEPAGE_860 is not set
67903 -# CONFIG_NLS_CODEPAGE_861 is not set
67904 -# CONFIG_NLS_CODEPAGE_862 is not set
67905 -# CONFIG_NLS_CODEPAGE_863 is not set
67906 -# CONFIG_NLS_CODEPAGE_864 is not set
67907 -# CONFIG_NLS_CODEPAGE_865 is not set
67908 -# CONFIG_NLS_CODEPAGE_866 is not set
67909 -# CONFIG_NLS_CODEPAGE_869 is not set
67910 -# CONFIG_NLS_CODEPAGE_936 is not set
67911 -# CONFIG_NLS_CODEPAGE_950 is not set
67912 -# CONFIG_NLS_CODEPAGE_932 is not set
67913 -# CONFIG_NLS_CODEPAGE_949 is not set
67914 -# CONFIG_NLS_CODEPAGE_874 is not set
67915 -# CONFIG_NLS_ISO8859_8 is not set
67916 -# CONFIG_NLS_CODEPAGE_1250 is not set
67917 -# CONFIG_NLS_CODEPAGE_1251 is not set
67918 -# CONFIG_NLS_ASCII is not set
67919 -# CONFIG_NLS_ISO8859_1 is not set
67920 -# CONFIG_NLS_ISO8859_2 is not set
67921 -# CONFIG_NLS_ISO8859_3 is not set
67922 -# CONFIG_NLS_ISO8859_4 is not set
67923 -# CONFIG_NLS_ISO8859_5 is not set
67924 -# CONFIG_NLS_ISO8859_6 is not set
67925 -# CONFIG_NLS_ISO8859_7 is not set
67926 -# CONFIG_NLS_ISO8859_9 is not set
67927 -# CONFIG_NLS_ISO8859_13 is not set
67928 -# CONFIG_NLS_ISO8859_14 is not set
67929 -# CONFIG_NLS_ISO8859_15 is not set
67930 -# CONFIG_NLS_KOI8_R is not set
67931 -# CONFIG_NLS_KOI8_U is not set
67932 -CONFIG_NLS_UTF8=m
67933 -# CONFIG_DLM is not set
67934 -
67935 -#
67936 -# Library routines
67937 -#
67938 -CONFIG_BITREVERSE=y
67939 -# CONFIG_CRC_CCITT is not set
67940 -# CONFIG_CRC16 is not set
67941 -# CONFIG_CRC_ITU_T is not set
67942 -CONFIG_CRC32=y
67943 -# CONFIG_CRC7 is not set
67944 -CONFIG_LIBCRC32C=m
67945 -CONFIG_ZLIB_INFLATE=y
67946 -CONFIG_PLIST=y
67947 -CONFIG_HAS_IOMEM=y
67948 -CONFIG_HAS_IOPORT=y
67949 -CONFIG_HAS_DMA=y
67950 -
67951 -#
67952 -# Kernel hacking
67953 -#
67954 -# CONFIG_PRINTK_TIME is not set
67955 -CONFIG_ENABLE_WARN_DEPRECATED=y
67956 -CONFIG_ENABLE_MUST_CHECK=y
67957 -# CONFIG_MAGIC_SYSRQ is not set
67958 -# CONFIG_UNUSED_SYMBOLS is not set
67959 -# CONFIG_DEBUG_FS is not set
67960 -# CONFIG_HEADERS_CHECK is not set
67961 -CONFIG_DEBUG_KERNEL=y
67962 -# CONFIG_DEBUG_SHIRQ is not set
67963 -CONFIG_DETECT_SOFTLOCKUP=y
67964 -CONFIG_SCHED_DEBUG=y
67965 -# CONFIG_SCHEDSTATS is not set
67966 -# CONFIG_TIMER_STATS is not set
67967 -# CONFIG_SLUB_DEBUG_ON is not set
67968 -# CONFIG_SLUB_STATS is not set
67969 -# CONFIG_DEBUG_RT_MUTEXES is not set
67970 -# CONFIG_RT_MUTEX_TESTER is not set
67971 -# CONFIG_DEBUG_SPINLOCK is not set
67972 -# CONFIG_DEBUG_MUTEXES is not set
67973 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
67974 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
67975 -# CONFIG_DEBUG_KOBJECT is not set
67976 -# CONFIG_DEBUG_HIGHMEM is not set
67977 -# CONFIG_DEBUG_BUGVERBOSE is not set
67978 -CONFIG_DEBUG_INFO=y
67979 -# CONFIG_DEBUG_VM is not set
67980 -# CONFIG_DEBUG_LIST is not set
67981 -# CONFIG_DEBUG_SG is not set
67982 -# CONFIG_BOOT_PRINTK_DELAY is not set
67983 -# CONFIG_RCU_TORTURE_TEST is not set
67984 -# CONFIG_BACKTRACE_SELF_TEST is not set
67985 -# CONFIG_FAULT_INJECTION is not set
67986 -# CONFIG_SAMPLES is not set
67987 -# CONFIG_DEBUG_STACKOVERFLOW is not set
67988 -# CONFIG_DEBUG_STACK_USAGE is not set
67989 -# CONFIG_DEBUG_PAGEALLOC is not set
67990 -# CONFIG_DEBUGGER is not set
67991 -# CONFIG_BDI_SWITCH is not set
67992 -# CONFIG_PPC_EARLY_DEBUG is not set
67993 -
67994 -#
67995 -# Security options
67996 -#
67997 -# CONFIG_KEYS is not set
67998 -# CONFIG_SECURITY is not set
67999 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
68000 -CONFIG_CRYPTO=y
68001 -CONFIG_CRYPTO_ALGAPI=y
68002 -CONFIG_CRYPTO_BLKCIPHER=y
68003 -# CONFIG_CRYPTO_SEQIV is not set
68004 -CONFIG_CRYPTO_HASH=y
68005 -CONFIG_CRYPTO_MANAGER=y
68006 -CONFIG_CRYPTO_HMAC=y
68007 -# CONFIG_CRYPTO_XCBC is not set
68008 -# CONFIG_CRYPTO_NULL is not set
68009 -# CONFIG_CRYPTO_MD4 is not set
68010 -CONFIG_CRYPTO_MD5=y
68011 -CONFIG_CRYPTO_SHA1=m
68012 -# CONFIG_CRYPTO_SHA256 is not set
68013 -# CONFIG_CRYPTO_SHA512 is not set
68014 -# CONFIG_CRYPTO_WP512 is not set
68015 -# CONFIG_CRYPTO_TGR192 is not set
68016 -# CONFIG_CRYPTO_GF128MUL is not set
68017 -# CONFIG_CRYPTO_ECB is not set
68018 -CONFIG_CRYPTO_CBC=y
68019 -CONFIG_CRYPTO_PCBC=m
68020 -# CONFIG_CRYPTO_LRW is not set
68021 -# CONFIG_CRYPTO_XTS is not set
68022 -# CONFIG_CRYPTO_CTR is not set
68023 -# CONFIG_CRYPTO_GCM is not set
68024 -# CONFIG_CRYPTO_CCM is not set
68025 -# CONFIG_CRYPTO_CRYPTD is not set
68026 -CONFIG_CRYPTO_DES=y
68027 -# CONFIG_CRYPTO_FCRYPT is not set
68028 -# CONFIG_CRYPTO_BLOWFISH is not set
68029 -# CONFIG_CRYPTO_TWOFISH is not set
68030 -# CONFIG_CRYPTO_SERPENT is not set
68031 -# CONFIG_CRYPTO_AES is not set
68032 -# CONFIG_CRYPTO_CAST5 is not set
68033 -# CONFIG_CRYPTO_CAST6 is not set
68034 -# CONFIG_CRYPTO_TEA is not set
68035 -# CONFIG_CRYPTO_ARC4 is not set
68036 -# CONFIG_CRYPTO_KHAZAD is not set
68037 -# CONFIG_CRYPTO_ANUBIS is not set
68038 -# CONFIG_CRYPTO_SEED is not set
68039 -# CONFIG_CRYPTO_SALSA20 is not set
68040 -# CONFIG_CRYPTO_DEFLATE is not set
68041 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
68042 -# CONFIG_CRYPTO_CRC32C is not set
68043 -# CONFIG_CRYPTO_CAMELLIA is not set
68044 -# CONFIG_CRYPTO_TEST is not set
68045 -# CONFIG_CRYPTO_AUTHENC is not set
68046 -# CONFIG_CRYPTO_LZO is not set
68047 -CONFIG_CRYPTO_HW=y
68048 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
68049 -# CONFIG_PPC_CLOCK is not set
68050 --- a/arch/powerpc/configs/mpc8560_ads_defconfig
68051 +++ /dev/null
68052 @@ -1,885 +0,0 @@
68053 -#
68054 -# Automatically generated make config: don't edit
68055 -# Linux kernel version: 2.6.25-rc6
68056 -# Mon Mar 24 08:48:27 2008
68057 -#
68058 -# CONFIG_PPC64 is not set
68059 -
68060 -#
68061 -# Processor support
68062 -#
68063 -# CONFIG_6xx is not set
68064 -CONFIG_PPC_85xx=y
68065 -# CONFIG_PPC_8xx is not set
68066 -# CONFIG_40x is not set
68067 -# CONFIG_44x is not set
68068 -# CONFIG_E200 is not set
68069 -CONFIG_E500=y
68070 -CONFIG_BOOKE=y
68071 -CONFIG_FSL_BOOKE=y
68072 -CONFIG_FSL_EMB_PERFMON=y
68073 -# CONFIG_PHYS_64BIT is not set
68074 -CONFIG_SPE=y
68075 -# CONFIG_PPC_MM_SLICES is not set
68076 -CONFIG_PPC32=y
68077 -CONFIG_WORD_SIZE=32
68078 -CONFIG_PPC_MERGE=y
68079 -CONFIG_MMU=y
68080 -CONFIG_GENERIC_CMOS_UPDATE=y
68081 -CONFIG_GENERIC_TIME=y
68082 -CONFIG_GENERIC_TIME_VSYSCALL=y
68083 -CONFIG_GENERIC_CLOCKEVENTS=y
68084 -CONFIG_GENERIC_HARDIRQS=y
68085 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
68086 -CONFIG_IRQ_PER_CPU=y
68087 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
68088 -CONFIG_ARCH_HAS_ILOG2_U32=y
68089 -CONFIG_GENERIC_HWEIGHT=y
68090 -CONFIG_GENERIC_CALIBRATE_DELAY=y
68091 -CONFIG_GENERIC_FIND_NEXT_BIT=y
68092 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
68093 -CONFIG_PPC=y
68094 -CONFIG_EARLY_PRINTK=y
68095 -CONFIG_GENERIC_NVRAM=y
68096 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
68097 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
68098 -CONFIG_PPC_OF=y
68099 -CONFIG_OF=y
68100 -CONFIG_PPC_UDBG_16550=y
68101 -# CONFIG_GENERIC_TBSYNC is not set
68102 -CONFIG_AUDIT_ARCH=y
68103 -CONFIG_GENERIC_BUG=y
68104 -CONFIG_DEFAULT_UIMAGE=y
68105 -# CONFIG_PPC_DCR_NATIVE is not set
68106 -# CONFIG_PPC_DCR_MMIO is not set
68107 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
68108 -
68109 -#
68110 -# General setup
68111 -#
68112 -CONFIG_EXPERIMENTAL=y
68113 -CONFIG_BROKEN_ON_SMP=y
68114 -CONFIG_INIT_ENV_ARG_LIMIT=32
68115 -CONFIG_LOCALVERSION=""
68116 -CONFIG_LOCALVERSION_AUTO=y
68117 -CONFIG_SWAP=y
68118 -CONFIG_SYSVIPC=y
68119 -CONFIG_SYSVIPC_SYSCTL=y
68120 -# CONFIG_POSIX_MQUEUE is not set
68121 -# CONFIG_BSD_PROCESS_ACCT is not set
68122 -# CONFIG_TASKSTATS is not set
68123 -# CONFIG_AUDIT is not set
68124 -# CONFIG_IKCONFIG is not set
68125 -CONFIG_LOG_BUF_SHIFT=14
68126 -# CONFIG_CGROUPS is not set
68127 -CONFIG_GROUP_SCHED=y
68128 -# CONFIG_FAIR_GROUP_SCHED is not set
68129 -# CONFIG_RT_GROUP_SCHED is not set
68130 -CONFIG_USER_SCHED=y
68131 -# CONFIG_CGROUP_SCHED is not set
68132 -CONFIG_SYSFS_DEPRECATED=y
68133 -CONFIG_SYSFS_DEPRECATED_V2=y
68134 -# CONFIG_RELAY is not set
68135 -# CONFIG_NAMESPACES is not set
68136 -CONFIG_BLK_DEV_INITRD=y
68137 -CONFIG_INITRAMFS_SOURCE=""
68138 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
68139 -CONFIG_SYSCTL=y
68140 -CONFIG_EMBEDDED=y
68141 -CONFIG_SYSCTL_SYSCALL=y
68142 -CONFIG_KALLSYMS=y
68143 -# CONFIG_KALLSYMS_ALL is not set
68144 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
68145 -CONFIG_HOTPLUG=y
68146 -CONFIG_PRINTK=y
68147 -CONFIG_BUG=y
68148 -CONFIG_ELF_CORE=y
68149 -CONFIG_COMPAT_BRK=y
68150 -CONFIG_BASE_FULL=y
68151 -CONFIG_FUTEX=y
68152 -CONFIG_ANON_INODES=y
68153 -CONFIG_EPOLL=y
68154 -CONFIG_SIGNALFD=y
68155 -CONFIG_TIMERFD=y
68156 -CONFIG_EVENTFD=y
68157 -CONFIG_SHMEM=y
68158 -CONFIG_VM_EVENT_COUNTERS=y
68159 -CONFIG_SLUB_DEBUG=y
68160 -# CONFIG_SLAB is not set
68161 -CONFIG_SLUB=y
68162 -# CONFIG_SLOB is not set
68163 -# CONFIG_PROFILING is not set
68164 -# CONFIG_MARKERS is not set
68165 -CONFIG_HAVE_OPROFILE=y
68166 -CONFIG_HAVE_KPROBES=y
68167 -CONFIG_HAVE_KRETPROBES=y
68168 -CONFIG_PROC_PAGE_MONITOR=y
68169 -CONFIG_SLABINFO=y
68170 -CONFIG_RT_MUTEXES=y
68171 -# CONFIG_TINY_SHMEM is not set
68172 -CONFIG_BASE_SMALL=0
68173 -# CONFIG_MODULES is not set
68174 -CONFIG_BLOCK=y
68175 -# CONFIG_LBD is not set
68176 -# CONFIG_BLK_DEV_IO_TRACE is not set
68177 -# CONFIG_LSF is not set
68178 -# CONFIG_BLK_DEV_BSG is not set
68179 -
68180 -#
68181 -# IO Schedulers
68182 -#
68183 -CONFIG_IOSCHED_NOOP=y
68184 -CONFIG_IOSCHED_AS=y
68185 -CONFIG_IOSCHED_DEADLINE=y
68186 -CONFIG_IOSCHED_CFQ=y
68187 -CONFIG_DEFAULT_AS=y
68188 -# CONFIG_DEFAULT_DEADLINE is not set
68189 -# CONFIG_DEFAULT_CFQ is not set
68190 -# CONFIG_DEFAULT_NOOP is not set
68191 -CONFIG_DEFAULT_IOSCHED="anticipatory"
68192 -CONFIG_CLASSIC_RCU=y
68193 -
68194 -#
68195 -# Platform support
68196 -#
68197 -# CONFIG_PPC_MPC512x is not set
68198 -# CONFIG_PPC_MPC5121 is not set
68199 -# CONFIG_PPC_CELL is not set
68200 -# CONFIG_PPC_CELL_NATIVE is not set
68201 -# CONFIG_PQ2ADS is not set
68202 -CONFIG_MPC85xx=y
68203 -# CONFIG_MPC8540_ADS is not set
68204 -CONFIG_MPC8560_ADS=y
68205 -# CONFIG_MPC85xx_CDS is not set
68206 -# CONFIG_MPC85xx_MDS is not set
68207 -# CONFIG_MPC85xx_DS is not set
68208 -# CONFIG_STX_GP3 is not set
68209 -# CONFIG_TQM8540 is not set
68210 -# CONFIG_TQM8541 is not set
68211 -# CONFIG_TQM8555 is not set
68212 -# CONFIG_TQM8560 is not set
68213 -# CONFIG_SBC8548 is not set
68214 -# CONFIG_SBC8560 is not set
68215 -# CONFIG_IPIC is not set
68216 -CONFIG_MPIC=y
68217 -# CONFIG_MPIC_WEIRD is not set
68218 -# CONFIG_PPC_I8259 is not set
68219 -# CONFIG_PPC_RTAS is not set
68220 -# CONFIG_MMIO_NVRAM is not set
68221 -# CONFIG_PPC_MPC106 is not set
68222 -# CONFIG_PPC_970_NAP is not set
68223 -# CONFIG_PPC_INDIRECT_IO is not set
68224 -# CONFIG_GENERIC_IOMAP is not set
68225 -# CONFIG_CPU_FREQ is not set
68226 -CONFIG_CPM2=y
68227 -CONFIG_PPC_CPM_NEW_BINDING=y
68228 -# CONFIG_FSL_ULI1575 is not set
68229 -CONFIG_CPM=y
68230 -
68231 -#
68232 -# Kernel options
68233 -#
68234 -# CONFIG_HIGHMEM is not set
68235 -# CONFIG_TICK_ONESHOT is not set
68236 -# CONFIG_NO_HZ is not set
68237 -# CONFIG_HIGH_RES_TIMERS is not set
68238 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
68239 -# CONFIG_HZ_100 is not set
68240 -CONFIG_HZ_250=y
68241 -# CONFIG_HZ_300 is not set
68242 -# CONFIG_HZ_1000 is not set
68243 -CONFIG_HZ=250
68244 -# CONFIG_SCHED_HRTICK is not set
68245 -CONFIG_PREEMPT_NONE=y
68246 -# CONFIG_PREEMPT_VOLUNTARY is not set
68247 -# CONFIG_PREEMPT is not set
68248 -CONFIG_BINFMT_ELF=y
68249 -CONFIG_BINFMT_MISC=y
68250 -CONFIG_MATH_EMULATION=y
68251 -# CONFIG_IOMMU_HELPER is not set
68252 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
68253 -CONFIG_ARCH_HAS_WALK_MEMORY=y
68254 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
68255 -CONFIG_ARCH_FLATMEM_ENABLE=y
68256 -CONFIG_ARCH_POPULATES_NODE_MAP=y
68257 -CONFIG_SELECT_MEMORY_MODEL=y
68258 -CONFIG_FLATMEM_MANUAL=y
68259 -# CONFIG_DISCONTIGMEM_MANUAL is not set
68260 -# CONFIG_SPARSEMEM_MANUAL is not set
68261 -CONFIG_FLATMEM=y
68262 -CONFIG_FLAT_NODE_MEM_MAP=y
68263 -# CONFIG_SPARSEMEM_STATIC is not set
68264 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
68265 -CONFIG_SPLIT_PTLOCK_CPUS=4
68266 -# CONFIG_RESOURCES_64BIT is not set
68267 -CONFIG_ZONE_DMA_FLAG=1
68268 -CONFIG_BOUNCE=y
68269 -CONFIG_VIRT_TO_BUS=y
68270 -# CONFIG_PROC_DEVICETREE is not set
68271 -# CONFIG_CMDLINE_BOOL is not set
68272 -# CONFIG_PM is not set
68273 -# CONFIG_SECCOMP is not set
68274 -CONFIG_ISA_DMA_API=y
68275 -
68276 -#
68277 -# Bus options
68278 -#
68279 -CONFIG_ZONE_DMA=y
68280 -CONFIG_PPC_INDIRECT_PCI=y
68281 -CONFIG_FSL_SOC=y
68282 -CONFIG_FSL_PCI=y
68283 -CONFIG_PCI=y
68284 -CONFIG_PCI_DOMAINS=y
68285 -CONFIG_PCI_SYSCALL=y
68286 -# CONFIG_PCIEPORTBUS is not set
68287 -CONFIG_ARCH_SUPPORTS_MSI=y
68288 -# CONFIG_PCI_MSI is not set
68289 -CONFIG_PCI_LEGACY=y
68290 -CONFIG_PCI_DEBUG=y
68291 -# CONFIG_PCCARD is not set
68292 -# CONFIG_HOTPLUG_PCI is not set
68293 -
68294 -#
68295 -# Advanced setup
68296 -#
68297 -# CONFIG_ADVANCED_OPTIONS is not set
68298 -
68299 -#
68300 -# Default settings for advanced configuration options are used
68301 -#
68302 -CONFIG_HIGHMEM_START=0xfe000000
68303 -CONFIG_LOWMEM_SIZE=0x30000000
68304 -CONFIG_KERNEL_START=0xc0000000
68305 -CONFIG_TASK_SIZE=0xc0000000
68306 -CONFIG_BOOT_LOAD=0x00800000
68307 -
68308 -#
68309 -# Networking
68310 -#
68311 -CONFIG_NET=y
68312 -
68313 -#
68314 -# Networking options
68315 -#
68316 -CONFIG_PACKET=y
68317 -# CONFIG_PACKET_MMAP is not set
68318 -CONFIG_UNIX=y
68319 -CONFIG_XFRM=y
68320 -# CONFIG_XFRM_USER is not set
68321 -# CONFIG_XFRM_SUB_POLICY is not set
68322 -# CONFIG_XFRM_MIGRATE is not set
68323 -# CONFIG_XFRM_STATISTICS is not set
68324 -# CONFIG_NET_KEY is not set
68325 -CONFIG_INET=y
68326 -CONFIG_IP_MULTICAST=y
68327 -# CONFIG_IP_ADVANCED_ROUTER is not set
68328 -CONFIG_IP_FIB_HASH=y
68329 -CONFIG_IP_PNP=y
68330 -CONFIG_IP_PNP_DHCP=y
68331 -CONFIG_IP_PNP_BOOTP=y
68332 -# CONFIG_IP_PNP_RARP is not set
68333 -# CONFIG_NET_IPIP is not set
68334 -# CONFIG_NET_IPGRE is not set
68335 -# CONFIG_IP_MROUTE is not set
68336 -# CONFIG_ARPD is not set
68337 -CONFIG_SYN_COOKIES=y
68338 -# CONFIG_INET_AH is not set
68339 -# CONFIG_INET_ESP is not set
68340 -# CONFIG_INET_IPCOMP is not set
68341 -# CONFIG_INET_XFRM_TUNNEL is not set
68342 -# CONFIG_INET_TUNNEL is not set
68343 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
68344 -CONFIG_INET_XFRM_MODE_TUNNEL=y
68345 -CONFIG_INET_XFRM_MODE_BEET=y
68346 -# CONFIG_INET_LRO is not set
68347 -CONFIG_INET_DIAG=y
68348 -CONFIG_INET_TCP_DIAG=y
68349 -# CONFIG_TCP_CONG_ADVANCED is not set
68350 -CONFIG_TCP_CONG_CUBIC=y
68351 -CONFIG_DEFAULT_TCP_CONG="cubic"
68352 -# CONFIG_TCP_MD5SIG is not set
68353 -# CONFIG_IPV6 is not set
68354 -# CONFIG_INET6_XFRM_TUNNEL is not set
68355 -# CONFIG_INET6_TUNNEL is not set
68356 -# CONFIG_NETWORK_SECMARK is not set
68357 -# CONFIG_NETFILTER is not set
68358 -# CONFIG_IP_DCCP is not set
68359 -# CONFIG_IP_SCTP is not set
68360 -# CONFIG_TIPC is not set
68361 -# CONFIG_ATM is not set
68362 -# CONFIG_BRIDGE is not set
68363 -# CONFIG_VLAN_8021Q is not set
68364 -# CONFIG_DECNET is not set
68365 -# CONFIG_LLC2 is not set
68366 -# CONFIG_IPX is not set
68367 -# CONFIG_ATALK is not set
68368 -# CONFIG_X25 is not set
68369 -# CONFIG_LAPB is not set
68370 -# CONFIG_ECONET is not set
68371 -# CONFIG_WAN_ROUTER is not set
68372 -# CONFIG_NET_SCHED is not set
68373 -
68374 -#
68375 -# Network testing
68376 -#
68377 -# CONFIG_NET_PKTGEN is not set
68378 -# CONFIG_HAMRADIO is not set
68379 -# CONFIG_CAN is not set
68380 -# CONFIG_IRDA is not set
68381 -# CONFIG_BT is not set
68382 -# CONFIG_AF_RXRPC is not set
68383 -
68384 -#
68385 -# Wireless
68386 -#
68387 -# CONFIG_CFG80211 is not set
68388 -# CONFIG_WIRELESS_EXT is not set
68389 -# CONFIG_MAC80211 is not set
68390 -# CONFIG_IEEE80211 is not set
68391 -# CONFIG_RFKILL is not set
68392 -# CONFIG_NET_9P is not set
68393 -
68394 -#
68395 -# Device Drivers
68396 -#
68397 -
68398 -#
68399 -# Generic Driver Options
68400 -#
68401 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
68402 -CONFIG_STANDALONE=y
68403 -CONFIG_PREVENT_FIRMWARE_BUILD=y
68404 -# CONFIG_FW_LOADER is not set
68405 -# CONFIG_DEBUG_DRIVER is not set
68406 -# CONFIG_DEBUG_DEVRES is not set
68407 -# CONFIG_SYS_HYPERVISOR is not set
68408 -# CONFIG_CONNECTOR is not set
68409 -# CONFIG_MTD is not set
68410 -CONFIG_OF_DEVICE=y
68411 -# CONFIG_PARPORT is not set
68412 -CONFIG_BLK_DEV=y
68413 -# CONFIG_BLK_DEV_FD is not set
68414 -# CONFIG_BLK_CPQ_DA is not set
68415 -# CONFIG_BLK_CPQ_CISS_DA is not set
68416 -# CONFIG_BLK_DEV_DAC960 is not set
68417 -# CONFIG_BLK_DEV_UMEM is not set
68418 -# CONFIG_BLK_DEV_COW_COMMON is not set
68419 -CONFIG_BLK_DEV_LOOP=y
68420 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
68421 -# CONFIG_BLK_DEV_NBD is not set
68422 -# CONFIG_BLK_DEV_SX8 is not set
68423 -CONFIG_BLK_DEV_RAM=y
68424 -CONFIG_BLK_DEV_RAM_COUNT=16
68425 -CONFIG_BLK_DEV_RAM_SIZE=32768
68426 -# CONFIG_BLK_DEV_XIP is not set
68427 -# CONFIG_CDROM_PKTCDVD is not set
68428 -# CONFIG_ATA_OVER_ETH is not set
68429 -CONFIG_MISC_DEVICES=y
68430 -# CONFIG_PHANTOM is not set
68431 -# CONFIG_EEPROM_93CX6 is not set
68432 -# CONFIG_SGI_IOC4 is not set
68433 -# CONFIG_TIFM_CORE is not set
68434 -# CONFIG_ENCLOSURE_SERVICES is not set
68435 -CONFIG_HAVE_IDE=y
68436 -# CONFIG_IDE is not set
68437 -
68438 -#
68439 -# SCSI device support
68440 -#
68441 -# CONFIG_RAID_ATTRS is not set
68442 -# CONFIG_SCSI is not set
68443 -# CONFIG_SCSI_DMA is not set
68444 -# CONFIG_SCSI_NETLINK is not set
68445 -# CONFIG_ATA is not set
68446 -# CONFIG_MD is not set
68447 -# CONFIG_FUSION is not set
68448 -
68449 -#
68450 -# IEEE 1394 (FireWire) support
68451 -#
68452 -# CONFIG_FIREWIRE is not set
68453 -# CONFIG_IEEE1394 is not set
68454 -# CONFIG_I2O is not set
68455 -# CONFIG_MACINTOSH_DRIVERS is not set
68456 -CONFIG_NETDEVICES=y
68457 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
68458 -# CONFIG_DUMMY is not set
68459 -# CONFIG_BONDING is not set
68460 -# CONFIG_MACVLAN is not set
68461 -# CONFIG_EQUALIZER is not set
68462 -# CONFIG_TUN is not set
68463 -# CONFIG_VETH is not set
68464 -# CONFIG_ARCNET is not set
68465 -CONFIG_PHYLIB=y
68466 -
68467 -#
68468 -# MII PHY device drivers
68469 -#
68470 -CONFIG_MARVELL_PHY=y
68471 -CONFIG_DAVICOM_PHY=y
68472 -# CONFIG_QSEMI_PHY is not set
68473 -# CONFIG_LXT_PHY is not set
68474 -# CONFIG_CICADA_PHY is not set
68475 -# CONFIG_VITESSE_PHY is not set
68476 -# CONFIG_SMSC_PHY is not set
68477 -# CONFIG_BROADCOM_PHY is not set
68478 -# CONFIG_ICPLUS_PHY is not set
68479 -# CONFIG_REALTEK_PHY is not set
68480 -# CONFIG_FIXED_PHY is not set
68481 -# CONFIG_MDIO_BITBANG is not set
68482 -CONFIG_NET_ETHERNET=y
68483 -CONFIG_MII=y
68484 -# CONFIG_HAPPYMEAL is not set
68485 -# CONFIG_SUNGEM is not set
68486 -# CONFIG_CASSINI is not set
68487 -# CONFIG_NET_VENDOR_3COM is not set
68488 -# CONFIG_NET_TULIP is not set
68489 -# CONFIG_HP100 is not set
68490 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
68491 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
68492 -# CONFIG_IBM_NEW_EMAC_TAH is not set
68493 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
68494 -# CONFIG_NET_PCI is not set
68495 -# CONFIG_B44 is not set
68496 -CONFIG_FS_ENET=y
68497 -# CONFIG_FS_ENET_HAS_SCC is not set
68498 -CONFIG_FS_ENET_HAS_FCC=y
68499 -# CONFIG_FS_ENET_MDIO_FCC is not set
68500 -CONFIG_NETDEV_1000=y
68501 -# CONFIG_ACENIC is not set
68502 -# CONFIG_DL2K is not set
68503 -CONFIG_E1000=y
68504 -CONFIG_E1000_NAPI=y
68505 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
68506 -# CONFIG_E1000E is not set
68507 -# CONFIG_E1000E_ENABLED is not set
68508 -# CONFIG_IP1000 is not set
68509 -# CONFIG_IGB is not set
68510 -# CONFIG_NS83820 is not set
68511 -# CONFIG_HAMACHI is not set
68512 -# CONFIG_YELLOWFIN is not set
68513 -# CONFIG_R8169 is not set
68514 -# CONFIG_SIS190 is not set
68515 -# CONFIG_SKGE is not set
68516 -# CONFIG_SKY2 is not set
68517 -# CONFIG_SK98LIN is not set
68518 -# CONFIG_VIA_VELOCITY is not set
68519 -# CONFIG_TIGON3 is not set
68520 -# CONFIG_BNX2 is not set
68521 -CONFIG_GIANFAR=y
68522 -CONFIG_GFAR_NAPI=y
68523 -# CONFIG_QLA3XXX is not set
68524 -# CONFIG_ATL1 is not set
68525 -CONFIG_NETDEV_10000=y
68526 -# CONFIG_CHELSIO_T1 is not set
68527 -# CONFIG_CHELSIO_T3 is not set
68528 -# CONFIG_IXGBE is not set
68529 -# CONFIG_IXGB is not set
68530 -# CONFIG_S2IO is not set
68531 -# CONFIG_MYRI10GE is not set
68532 -# CONFIG_NETXEN_NIC is not set
68533 -# CONFIG_NIU is not set
68534 -# CONFIG_MLX4_CORE is not set
68535 -# CONFIG_TEHUTI is not set
68536 -# CONFIG_BNX2X is not set
68537 -# CONFIG_TR is not set
68538 -
68539 -#
68540 -# Wireless LAN
68541 -#
68542 -# CONFIG_WLAN_PRE80211 is not set
68543 -# CONFIG_WLAN_80211 is not set
68544 -# CONFIG_WAN is not set
68545 -# CONFIG_FDDI is not set
68546 -# CONFIG_HIPPI is not set
68547 -# CONFIG_PPP is not set
68548 -# CONFIG_SLIP is not set
68549 -# CONFIG_NETCONSOLE is not set
68550 -# CONFIG_NETPOLL is not set
68551 -# CONFIG_NET_POLL_CONTROLLER is not set
68552 -# CONFIG_ISDN is not set
68553 -# CONFIG_PHONE is not set
68554 -
68555 -#
68556 -# Input device support
68557 -#
68558 -CONFIG_INPUT=y
68559 -# CONFIG_INPUT_FF_MEMLESS is not set
68560 -# CONFIG_INPUT_POLLDEV is not set
68561 -
68562 -#
68563 -# Userland interfaces
68564 -#
68565 -# CONFIG_INPUT_MOUSEDEV is not set
68566 -# CONFIG_INPUT_JOYDEV is not set
68567 -# CONFIG_INPUT_EVDEV is not set
68568 -# CONFIG_INPUT_EVBUG is not set
68569 -
68570 -#
68571 -# Input Device Drivers
68572 -#
68573 -# CONFIG_INPUT_KEYBOARD is not set
68574 -# CONFIG_INPUT_MOUSE is not set
68575 -# CONFIG_INPUT_JOYSTICK is not set
68576 -# CONFIG_INPUT_TABLET is not set
68577 -# CONFIG_INPUT_TOUCHSCREEN is not set
68578 -# CONFIG_INPUT_MISC is not set
68579 -
68580 -#
68581 -# Hardware I/O ports
68582 -#
68583 -# CONFIG_SERIO is not set
68584 -# CONFIG_GAMEPORT is not set
68585 -
68586 -#
68587 -# Character devices
68588 -#
68589 -# CONFIG_VT is not set
68590 -# CONFIG_SERIAL_NONSTANDARD is not set
68591 -# CONFIG_NOZOMI is not set
68592 -
68593 -#
68594 -# Serial drivers
68595 -#
68596 -# CONFIG_SERIAL_8250 is not set
68597 -
68598 -#
68599 -# Non-8250 serial port support
68600 -#
68601 -# CONFIG_SERIAL_UARTLITE is not set
68602 -CONFIG_SERIAL_CORE=y
68603 -CONFIG_SERIAL_CORE_CONSOLE=y
68604 -CONFIG_SERIAL_CPM=y
68605 -CONFIG_SERIAL_CPM_CONSOLE=y
68606 -CONFIG_SERIAL_CPM_SCC1=y
68607 -CONFIG_SERIAL_CPM_SCC2=y
68608 -# CONFIG_SERIAL_CPM_SCC3 is not set
68609 -# CONFIG_SERIAL_CPM_SCC4 is not set
68610 -# CONFIG_SERIAL_CPM_SMC1 is not set
68611 -# CONFIG_SERIAL_CPM_SMC2 is not set
68612 -# CONFIG_SERIAL_JSM is not set
68613 -CONFIG_UNIX98_PTYS=y
68614 -CONFIG_LEGACY_PTYS=y
68615 -CONFIG_LEGACY_PTY_COUNT=256
68616 -# CONFIG_IPMI_HANDLER is not set
68617 -CONFIG_HW_RANDOM=y
68618 -# CONFIG_NVRAM is not set
68619 -CONFIG_GEN_RTC=y
68620 -# CONFIG_GEN_RTC_X is not set
68621 -# CONFIG_R3964 is not set
68622 -# CONFIG_APPLICOM is not set
68623 -# CONFIG_RAW_DRIVER is not set
68624 -# CONFIG_TCG_TPM is not set
68625 -CONFIG_DEVPORT=y
68626 -# CONFIG_I2C is not set
68627 -
68628 -#
68629 -# SPI support
68630 -#
68631 -# CONFIG_SPI is not set
68632 -# CONFIG_SPI_MASTER is not set
68633 -# CONFIG_W1 is not set
68634 -# CONFIG_POWER_SUPPLY is not set
68635 -CONFIG_HWMON=y
68636 -# CONFIG_HWMON_VID is not set
68637 -# CONFIG_SENSORS_I5K_AMB is not set
68638 -# CONFIG_SENSORS_F71805F is not set
68639 -# CONFIG_SENSORS_F71882FG is not set
68640 -# CONFIG_SENSORS_IT87 is not set
68641 -# CONFIG_SENSORS_PC87360 is not set
68642 -# CONFIG_SENSORS_PC87427 is not set
68643 -# CONFIG_SENSORS_SIS5595 is not set
68644 -# CONFIG_SENSORS_SMSC47M1 is not set
68645 -# CONFIG_SENSORS_SMSC47B397 is not set
68646 -# CONFIG_SENSORS_VIA686A is not set
68647 -# CONFIG_SENSORS_VT1211 is not set
68648 -# CONFIG_SENSORS_VT8231 is not set
68649 -# CONFIG_SENSORS_W83627HF is not set
68650 -# CONFIG_SENSORS_W83627EHF is not set
68651 -# CONFIG_HWMON_DEBUG_CHIP is not set
68652 -# CONFIG_THERMAL is not set
68653 -# CONFIG_WATCHDOG is not set
68654 -
68655 -#
68656 -# Sonics Silicon Backplane
68657 -#
68658 -CONFIG_SSB_POSSIBLE=y
68659 -# CONFIG_SSB is not set
68660 -
68661 -#
68662 -# Multifunction device drivers
68663 -#
68664 -# CONFIG_MFD_SM501 is not set
68665 -
68666 -#
68667 -# Multimedia devices
68668 -#
68669 -# CONFIG_VIDEO_DEV is not set
68670 -# CONFIG_DVB_CORE is not set
68671 -CONFIG_DAB=y
68672 -
68673 -#
68674 -# Graphics support
68675 -#
68676 -# CONFIG_AGP is not set
68677 -# CONFIG_DRM is not set
68678 -# CONFIG_VGASTATE is not set
68679 -CONFIG_VIDEO_OUTPUT_CONTROL=y
68680 -# CONFIG_FB is not set
68681 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
68682 -
68683 -#
68684 -# Display device support
68685 -#
68686 -# CONFIG_DISPLAY_SUPPORT is not set
68687 -
68688 -#
68689 -# Sound
68690 -#
68691 -# CONFIG_SOUND is not set
68692 -CONFIG_HID_SUPPORT=y
68693 -CONFIG_HID=y
68694 -# CONFIG_HID_DEBUG is not set
68695 -# CONFIG_HIDRAW is not set
68696 -CONFIG_USB_SUPPORT=y
68697 -CONFIG_USB_ARCH_HAS_HCD=y
68698 -CONFIG_USB_ARCH_HAS_OHCI=y
68699 -CONFIG_USB_ARCH_HAS_EHCI=y
68700 -# CONFIG_USB is not set
68701 -
68702 -#
68703 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
68704 -#
68705 -# CONFIG_USB_GADGET is not set
68706 -# CONFIG_MMC is not set
68707 -# CONFIG_MEMSTICK is not set
68708 -# CONFIG_NEW_LEDS is not set
68709 -# CONFIG_INFINIBAND is not set
68710 -# CONFIG_EDAC is not set
68711 -# CONFIG_RTC_CLASS is not set
68712 -# CONFIG_DMADEVICES is not set
68713 -
68714 -#
68715 -# Userspace I/O
68716 -#
68717 -# CONFIG_UIO is not set
68718 -
68719 -#
68720 -# File systems
68721 -#
68722 -CONFIG_EXT2_FS=y
68723 -# CONFIG_EXT2_FS_XATTR is not set
68724 -# CONFIG_EXT2_FS_XIP is not set
68725 -CONFIG_EXT3_FS=y
68726 -CONFIG_EXT3_FS_XATTR=y
68727 -# CONFIG_EXT3_FS_POSIX_ACL is not set
68728 -# CONFIG_EXT3_FS_SECURITY is not set
68729 -# CONFIG_EXT4DEV_FS is not set
68730 -CONFIG_JBD=y
68731 -CONFIG_FS_MBCACHE=y
68732 -# CONFIG_REISERFS_FS is not set
68733 -# CONFIG_JFS_FS is not set
68734 -# CONFIG_FS_POSIX_ACL is not set
68735 -# CONFIG_XFS_FS is not set
68736 -# CONFIG_GFS2_FS is not set
68737 -# CONFIG_OCFS2_FS is not set
68738 -CONFIG_DNOTIFY=y
68739 -CONFIG_INOTIFY=y
68740 -CONFIG_INOTIFY_USER=y
68741 -# CONFIG_QUOTA is not set
68742 -# CONFIG_AUTOFS_FS is not set
68743 -# CONFIG_AUTOFS4_FS is not set
68744 -# CONFIG_FUSE_FS is not set
68745 -
68746 -#
68747 -# CD-ROM/DVD Filesystems
68748 -#
68749 -# CONFIG_ISO9660_FS is not set
68750 -# CONFIG_UDF_FS is not set
68751 -
68752 -#
68753 -# DOS/FAT/NT Filesystems
68754 -#
68755 -# CONFIG_MSDOS_FS is not set
68756 -# CONFIG_VFAT_FS is not set
68757 -# CONFIG_NTFS_FS is not set
68758 -
68759 -#
68760 -# Pseudo filesystems
68761 -#
68762 -CONFIG_PROC_FS=y
68763 -CONFIG_PROC_KCORE=y
68764 -CONFIG_PROC_SYSCTL=y
68765 -CONFIG_SYSFS=y
68766 -CONFIG_TMPFS=y
68767 -# CONFIG_TMPFS_POSIX_ACL is not set
68768 -# CONFIG_HUGETLB_PAGE is not set
68769 -# CONFIG_CONFIGFS_FS is not set
68770 -
68771 -#
68772 -# Miscellaneous filesystems
68773 -#
68774 -# CONFIG_ADFS_FS is not set
68775 -# CONFIG_AFFS_FS is not set
68776 -# CONFIG_HFS_FS is not set
68777 -# CONFIG_HFSPLUS_FS is not set
68778 -# CONFIG_BEFS_FS is not set
68779 -# CONFIG_BFS_FS is not set
68780 -# CONFIG_EFS_FS is not set
68781 -# CONFIG_CRAMFS is not set
68782 -# CONFIG_VXFS_FS is not set
68783 -# CONFIG_MINIX_FS is not set
68784 -# CONFIG_HPFS_FS is not set
68785 -# CONFIG_QNX4FS_FS is not set
68786 -# CONFIG_ROMFS_FS is not set
68787 -# CONFIG_SYSV_FS is not set
68788 -# CONFIG_UFS_FS is not set
68789 -CONFIG_NETWORK_FILESYSTEMS=y
68790 -CONFIG_NFS_FS=y
68791 -# CONFIG_NFS_V3 is not set
68792 -# CONFIG_NFS_V4 is not set
68793 -# CONFIG_NFS_DIRECTIO is not set
68794 -# CONFIG_NFSD is not set
68795 -CONFIG_ROOT_NFS=y
68796 -CONFIG_LOCKD=y
68797 -CONFIG_NFS_COMMON=y
68798 -CONFIG_SUNRPC=y
68799 -# CONFIG_SUNRPC_BIND34 is not set
68800 -# CONFIG_RPCSEC_GSS_KRB5 is not set
68801 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
68802 -# CONFIG_SMB_FS is not set
68803 -# CONFIG_CIFS is not set
68804 -# CONFIG_NCP_FS is not set
68805 -# CONFIG_CODA_FS is not set
68806 -# CONFIG_AFS_FS is not set
68807 -
68808 -#
68809 -# Partition Types
68810 -#
68811 -CONFIG_PARTITION_ADVANCED=y
68812 -# CONFIG_ACORN_PARTITION is not set
68813 -# CONFIG_OSF_PARTITION is not set
68814 -# CONFIG_AMIGA_PARTITION is not set
68815 -# CONFIG_ATARI_PARTITION is not set
68816 -# CONFIG_MAC_PARTITION is not set
68817 -# CONFIG_MSDOS_PARTITION is not set
68818 -# CONFIG_LDM_PARTITION is not set
68819 -# CONFIG_SGI_PARTITION is not set
68820 -# CONFIG_ULTRIX_PARTITION is not set
68821 -# CONFIG_SUN_PARTITION is not set
68822 -# CONFIG_KARMA_PARTITION is not set
68823 -# CONFIG_EFI_PARTITION is not set
68824 -# CONFIG_SYSV68_PARTITION is not set
68825 -# CONFIG_NLS is not set
68826 -# CONFIG_DLM is not set
68827 -
68828 -#
68829 -# Library routines
68830 -#
68831 -CONFIG_BITREVERSE=y
68832 -# CONFIG_CRC_CCITT is not set
68833 -# CONFIG_CRC16 is not set
68834 -# CONFIG_CRC_ITU_T is not set
68835 -CONFIG_CRC32=y
68836 -# CONFIG_CRC7 is not set
68837 -# CONFIG_LIBCRC32C is not set
68838 -CONFIG_PLIST=y
68839 -CONFIG_HAS_IOMEM=y
68840 -CONFIG_HAS_IOPORT=y
68841 -CONFIG_HAS_DMA=y
68842 -
68843 -#
68844 -# Kernel hacking
68845 -#
68846 -# CONFIG_PRINTK_TIME is not set
68847 -CONFIG_ENABLE_WARN_DEPRECATED=y
68848 -CONFIG_ENABLE_MUST_CHECK=y
68849 -# CONFIG_MAGIC_SYSRQ is not set
68850 -# CONFIG_UNUSED_SYMBOLS is not set
68851 -# CONFIG_DEBUG_FS is not set
68852 -# CONFIG_HEADERS_CHECK is not set
68853 -CONFIG_DEBUG_KERNEL=y
68854 -# CONFIG_DEBUG_SHIRQ is not set
68855 -CONFIG_DETECT_SOFTLOCKUP=y
68856 -CONFIG_SCHED_DEBUG=y
68857 -# CONFIG_SCHEDSTATS is not set
68858 -# CONFIG_TIMER_STATS is not set
68859 -# CONFIG_SLUB_DEBUG_ON is not set
68860 -# CONFIG_SLUB_STATS is not set
68861 -# CONFIG_DEBUG_RT_MUTEXES is not set
68862 -# CONFIG_RT_MUTEX_TESTER is not set
68863 -# CONFIG_DEBUG_SPINLOCK is not set
68864 -CONFIG_DEBUG_MUTEXES=y
68865 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
68866 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
68867 -# CONFIG_DEBUG_KOBJECT is not set
68868 -# CONFIG_DEBUG_BUGVERBOSE is not set
68869 -# CONFIG_DEBUG_INFO is not set
68870 -# CONFIG_DEBUG_VM is not set
68871 -# CONFIG_DEBUG_LIST is not set
68872 -# CONFIG_DEBUG_SG is not set
68873 -# CONFIG_BOOT_PRINTK_DELAY is not set
68874 -# CONFIG_BACKTRACE_SELF_TEST is not set
68875 -# CONFIG_FAULT_INJECTION is not set
68876 -# CONFIG_SAMPLES is not set
68877 -# CONFIG_DEBUG_STACKOVERFLOW is not set
68878 -# CONFIG_DEBUG_STACK_USAGE is not set
68879 -# CONFIG_DEBUG_PAGEALLOC is not set
68880 -# CONFIG_DEBUGGER is not set
68881 -# CONFIG_KGDB_CONSOLE is not set
68882 -# CONFIG_BDI_SWITCH is not set
68883 -# CONFIG_PPC_EARLY_DEBUG is not set
68884 -
68885 -#
68886 -# Security options
68887 -#
68888 -# CONFIG_KEYS is not set
68889 -# CONFIG_SECURITY is not set
68890 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
68891 -CONFIG_CRYPTO=y
68892 -# CONFIG_CRYPTO_SEQIV is not set
68893 -# CONFIG_CRYPTO_MANAGER is not set
68894 -# CONFIG_CRYPTO_HMAC is not set
68895 -# CONFIG_CRYPTO_XCBC is not set
68896 -# CONFIG_CRYPTO_NULL is not set
68897 -# CONFIG_CRYPTO_MD4 is not set
68898 -# CONFIG_CRYPTO_MD5 is not set
68899 -# CONFIG_CRYPTO_SHA1 is not set
68900 -# CONFIG_CRYPTO_SHA256 is not set
68901 -# CONFIG_CRYPTO_SHA512 is not set
68902 -# CONFIG_CRYPTO_WP512 is not set
68903 -# CONFIG_CRYPTO_TGR192 is not set
68904 -# CONFIG_CRYPTO_GF128MUL is not set
68905 -# CONFIG_CRYPTO_ECB is not set
68906 -# CONFIG_CRYPTO_CBC is not set
68907 -# CONFIG_CRYPTO_PCBC is not set
68908 -# CONFIG_CRYPTO_LRW is not set
68909 -# CONFIG_CRYPTO_XTS is not set
68910 -# CONFIG_CRYPTO_CTR is not set
68911 -# CONFIG_CRYPTO_GCM is not set
68912 -# CONFIG_CRYPTO_CCM is not set
68913 -# CONFIG_CRYPTO_CRYPTD is not set
68914 -# CONFIG_CRYPTO_DES is not set
68915 -# CONFIG_CRYPTO_FCRYPT is not set
68916 -# CONFIG_CRYPTO_BLOWFISH is not set
68917 -# CONFIG_CRYPTO_TWOFISH is not set
68918 -# CONFIG_CRYPTO_SERPENT is not set
68919 -# CONFIG_CRYPTO_AES is not set
68920 -# CONFIG_CRYPTO_CAST5 is not set
68921 -# CONFIG_CRYPTO_CAST6 is not set
68922 -# CONFIG_CRYPTO_TEA is not set
68923 -# CONFIG_CRYPTO_ARC4 is not set
68924 -# CONFIG_CRYPTO_KHAZAD is not set
68925 -# CONFIG_CRYPTO_ANUBIS is not set
68926 -# CONFIG_CRYPTO_SEED is not set
68927 -# CONFIG_CRYPTO_SALSA20 is not set
68928 -# CONFIG_CRYPTO_DEFLATE is not set
68929 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
68930 -# CONFIG_CRYPTO_CRC32C is not set
68931 -# CONFIG_CRYPTO_CAMELLIA is not set
68932 -# CONFIG_CRYPTO_AUTHENC is not set
68933 -# CONFIG_CRYPTO_LZO is not set
68934 -CONFIG_CRYPTO_HW=y
68935 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
68936 -# CONFIG_PPC_CLOCK is not set
68937 -CONFIG_PPC_LIB_RHEAP=y
68938 --- a/arch/powerpc/configs/mpc8568mds_defconfig
68939 +++ /dev/null
68940 @@ -1,1117 +0,0 @@
68941 -#
68942 -# Automatically generated make config: don't edit
68943 -# Linux kernel version: 2.6.25-rc7
68944 -# Mon Mar 31 11:37:05 2008
68945 -#
68946 -# CONFIG_PPC64 is not set
68947 -
68948 -#
68949 -# Processor support
68950 -#
68951 -# CONFIG_6xx is not set
68952 -CONFIG_PPC_85xx=y
68953 -# CONFIG_PPC_8xx is not set
68954 -# CONFIG_40x is not set
68955 -# CONFIG_44x is not set
68956 -# CONFIG_E200 is not set
68957 -CONFIG_E500=y
68958 -CONFIG_BOOKE=y
68959 -CONFIG_FSL_BOOKE=y
68960 -CONFIG_FSL_EMB_PERFMON=y
68961 -# CONFIG_PHYS_64BIT is not set
68962 -CONFIG_SPE=y
68963 -# CONFIG_PPC_MM_SLICES is not set
68964 -CONFIG_PPC32=y
68965 -CONFIG_WORD_SIZE=32
68966 -CONFIG_PPC_MERGE=y
68967 -CONFIG_MMU=y
68968 -CONFIG_GENERIC_CMOS_UPDATE=y
68969 -CONFIG_GENERIC_TIME=y
68970 -CONFIG_GENERIC_TIME_VSYSCALL=y
68971 -CONFIG_GENERIC_CLOCKEVENTS=y
68972 -CONFIG_GENERIC_HARDIRQS=y
68973 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
68974 -CONFIG_IRQ_PER_CPU=y
68975 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
68976 -CONFIG_ARCH_HAS_ILOG2_U32=y
68977 -CONFIG_GENERIC_HWEIGHT=y
68978 -CONFIG_GENERIC_CALIBRATE_DELAY=y
68979 -CONFIG_GENERIC_FIND_NEXT_BIT=y
68980 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
68981 -CONFIG_PPC=y
68982 -CONFIG_EARLY_PRINTK=y
68983 -CONFIG_GENERIC_NVRAM=y
68984 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
68985 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
68986 -CONFIG_PPC_OF=y
68987 -CONFIG_OF=y
68988 -CONFIG_PPC_UDBG_16550=y
68989 -# CONFIG_GENERIC_TBSYNC is not set
68990 -CONFIG_AUDIT_ARCH=y
68991 -CONFIG_GENERIC_BUG=y
68992 -CONFIG_DEFAULT_UIMAGE=y
68993 -# CONFIG_PPC_DCR_NATIVE is not set
68994 -# CONFIG_PPC_DCR_MMIO is not set
68995 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
68996 -
68997 -#
68998 -# General setup
68999 -#
69000 -CONFIG_EXPERIMENTAL=y
69001 -CONFIG_BROKEN_ON_SMP=y
69002 -CONFIG_INIT_ENV_ARG_LIMIT=32
69003 -CONFIG_LOCALVERSION=""
69004 -CONFIG_LOCALVERSION_AUTO=y
69005 -CONFIG_SWAP=y
69006 -CONFIG_SYSVIPC=y
69007 -CONFIG_SYSVIPC_SYSCTL=y
69008 -# CONFIG_POSIX_MQUEUE is not set
69009 -# CONFIG_BSD_PROCESS_ACCT is not set
69010 -# CONFIG_TASKSTATS is not set
69011 -# CONFIG_AUDIT is not set
69012 -# CONFIG_IKCONFIG is not set
69013 -CONFIG_LOG_BUF_SHIFT=14
69014 -# CONFIG_CGROUPS is not set
69015 -CONFIG_GROUP_SCHED=y
69016 -# CONFIG_FAIR_GROUP_SCHED is not set
69017 -# CONFIG_RT_GROUP_SCHED is not set
69018 -CONFIG_USER_SCHED=y
69019 -# CONFIG_CGROUP_SCHED is not set
69020 -CONFIG_SYSFS_DEPRECATED=y
69021 -CONFIG_SYSFS_DEPRECATED_V2=y
69022 -# CONFIG_RELAY is not set
69023 -# CONFIG_NAMESPACES is not set
69024 -CONFIG_BLK_DEV_INITRD=y
69025 -CONFIG_INITRAMFS_SOURCE=""
69026 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
69027 -CONFIG_SYSCTL=y
69028 -CONFIG_EMBEDDED=y
69029 -CONFIG_SYSCTL_SYSCALL=y
69030 -# CONFIG_KALLSYMS is not set
69031 -CONFIG_HOTPLUG=y
69032 -CONFIG_PRINTK=y
69033 -CONFIG_BUG=y
69034 -CONFIG_ELF_CORE=y
69035 -CONFIG_COMPAT_BRK=y
69036 -CONFIG_BASE_FULL=y
69037 -CONFIG_FUTEX=y
69038 -CONFIG_ANON_INODES=y
69039 -# CONFIG_EPOLL is not set
69040 -CONFIG_SIGNALFD=y
69041 -CONFIG_TIMERFD=y
69042 -CONFIG_EVENTFD=y
69043 -CONFIG_SHMEM=y
69044 -CONFIG_VM_EVENT_COUNTERS=y
69045 -CONFIG_SLUB_DEBUG=y
69046 -# CONFIG_SLAB is not set
69047 -CONFIG_SLUB=y
69048 -# CONFIG_SLOB is not set
69049 -# CONFIG_PROFILING is not set
69050 -# CONFIG_MARKERS is not set
69051 -CONFIG_HAVE_OPROFILE=y
69052 -CONFIG_HAVE_KPROBES=y
69053 -CONFIG_HAVE_KRETPROBES=y
69054 -CONFIG_PROC_PAGE_MONITOR=y
69055 -CONFIG_SLABINFO=y
69056 -CONFIG_RT_MUTEXES=y
69057 -# CONFIG_TINY_SHMEM is not set
69058 -CONFIG_BASE_SMALL=0
69059 -CONFIG_MODULES=y
69060 -CONFIG_MODULE_UNLOAD=y
69061 -# CONFIG_MODULE_FORCE_UNLOAD is not set
69062 -# CONFIG_MODVERSIONS is not set
69063 -# CONFIG_MODULE_SRCVERSION_ALL is not set
69064 -# CONFIG_KMOD is not set
69065 -CONFIG_BLOCK=y
69066 -# CONFIG_LBD is not set
69067 -# CONFIG_BLK_DEV_IO_TRACE is not set
69068 -# CONFIG_LSF is not set
69069 -# CONFIG_BLK_DEV_BSG is not set
69070 -
69071 -#
69072 -# IO Schedulers
69073 -#
69074 -CONFIG_IOSCHED_NOOP=y
69075 -CONFIG_IOSCHED_AS=y
69076 -CONFIG_IOSCHED_DEADLINE=y
69077 -CONFIG_IOSCHED_CFQ=y
69078 -CONFIG_DEFAULT_AS=y
69079 -# CONFIG_DEFAULT_DEADLINE is not set
69080 -# CONFIG_DEFAULT_CFQ is not set
69081 -# CONFIG_DEFAULT_NOOP is not set
69082 -CONFIG_DEFAULT_IOSCHED="anticipatory"
69083 -CONFIG_CLASSIC_RCU=y
69084 -
69085 -#
69086 -# Platform support
69087 -#
69088 -# CONFIG_PPC_MPC512x is not set
69089 -# CONFIG_PPC_MPC5121 is not set
69090 -# CONFIG_PPC_CELL is not set
69091 -# CONFIG_PPC_CELL_NATIVE is not set
69092 -# CONFIG_PQ2ADS is not set
69093 -CONFIG_MPC85xx=y
69094 -# CONFIG_MPC8540_ADS is not set
69095 -# CONFIG_MPC8560_ADS is not set
69096 -# CONFIG_MPC85xx_CDS is not set
69097 -CONFIG_MPC85xx_MDS=y
69098 -# CONFIG_MPC85xx_DS is not set
69099 -# CONFIG_STX_GP3 is not set
69100 -# CONFIG_TQM8540 is not set
69101 -# CONFIG_TQM8541 is not set
69102 -# CONFIG_TQM8555 is not set
69103 -# CONFIG_TQM8560 is not set
69104 -# CONFIG_SBC8548 is not set
69105 -# CONFIG_SBC8560 is not set
69106 -# CONFIG_IPIC is not set
69107 -CONFIG_MPIC=y
69108 -# CONFIG_MPIC_WEIRD is not set
69109 -# CONFIG_PPC_I8259 is not set
69110 -# CONFIG_PPC_RTAS is not set
69111 -# CONFIG_MMIO_NVRAM is not set
69112 -# CONFIG_PPC_MPC106 is not set
69113 -# CONFIG_PPC_970_NAP is not set
69114 -# CONFIG_PPC_INDIRECT_IO is not set
69115 -# CONFIG_GENERIC_IOMAP is not set
69116 -# CONFIG_CPU_FREQ is not set
69117 -CONFIG_QUICC_ENGINE=y
69118 -# CONFIG_CPM2 is not set
69119 -# CONFIG_FSL_ULI1575 is not set
69120 -
69121 -#
69122 -# Kernel options
69123 -#
69124 -# CONFIG_HIGHMEM is not set
69125 -CONFIG_TICK_ONESHOT=y
69126 -CONFIG_NO_HZ=y
69127 -CONFIG_HIGH_RES_TIMERS=y
69128 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
69129 -# CONFIG_HZ_100 is not set
69130 -CONFIG_HZ_250=y
69131 -# CONFIG_HZ_300 is not set
69132 -# CONFIG_HZ_1000 is not set
69133 -CONFIG_HZ=250
69134 -# CONFIG_SCHED_HRTICK is not set
69135 -CONFIG_PREEMPT_NONE=y
69136 -# CONFIG_PREEMPT_VOLUNTARY is not set
69137 -# CONFIG_PREEMPT is not set
69138 -CONFIG_BINFMT_ELF=y
69139 -# CONFIG_BINFMT_MISC is not set
69140 -CONFIG_MATH_EMULATION=y
69141 -# CONFIG_IOMMU_HELPER is not set
69142 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
69143 -CONFIG_ARCH_HAS_WALK_MEMORY=y
69144 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
69145 -CONFIG_ARCH_FLATMEM_ENABLE=y
69146 -CONFIG_ARCH_POPULATES_NODE_MAP=y
69147 -CONFIG_SELECT_MEMORY_MODEL=y
69148 -CONFIG_FLATMEM_MANUAL=y
69149 -# CONFIG_DISCONTIGMEM_MANUAL is not set
69150 -# CONFIG_SPARSEMEM_MANUAL is not set
69151 -CONFIG_FLATMEM=y
69152 -CONFIG_FLAT_NODE_MEM_MAP=y
69153 -# CONFIG_SPARSEMEM_STATIC is not set
69154 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
69155 -CONFIG_SPLIT_PTLOCK_CPUS=4
69156 -# CONFIG_RESOURCES_64BIT is not set
69157 -CONFIG_ZONE_DMA_FLAG=1
69158 -CONFIG_BOUNCE=y
69159 -CONFIG_VIRT_TO_BUS=y
69160 -CONFIG_PROC_DEVICETREE=y
69161 -# CONFIG_CMDLINE_BOOL is not set
69162 -# CONFIG_PM is not set
69163 -CONFIG_SECCOMP=y
69164 -CONFIG_ISA_DMA_API=y
69165 -
69166 -#
69167 -# Bus options
69168 -#
69169 -CONFIG_ZONE_DMA=y
69170 -CONFIG_PPC_INDIRECT_PCI=y
69171 -CONFIG_FSL_SOC=y
69172 -CONFIG_FSL_PCI=y
69173 -CONFIG_PCI=y
69174 -CONFIG_PCI_DOMAINS=y
69175 -CONFIG_PCI_SYSCALL=y
69176 -# CONFIG_PCIEPORTBUS is not set
69177 -CONFIG_ARCH_SUPPORTS_MSI=y
69178 -# CONFIG_PCI_MSI is not set
69179 -CONFIG_PCI_LEGACY=y
69180 -# CONFIG_PCI_DEBUG is not set
69181 -# CONFIG_PCCARD is not set
69182 -# CONFIG_HOTPLUG_PCI is not set
69183 -
69184 -#
69185 -# Advanced setup
69186 -#
69187 -# CONFIG_ADVANCED_OPTIONS is not set
69188 -
69189 -#
69190 -# Default settings for advanced configuration options are used
69191 -#
69192 -CONFIG_HIGHMEM_START=0xfe000000
69193 -CONFIG_LOWMEM_SIZE=0x30000000
69194 -CONFIG_KERNEL_START=0xc0000000
69195 -CONFIG_TASK_SIZE=0xc0000000
69196 -CONFIG_BOOT_LOAD=0x00800000
69197 -
69198 -#
69199 -# Networking
69200 -#
69201 -CONFIG_NET=y
69202 -
69203 -#
69204 -# Networking options
69205 -#
69206 -CONFIG_PACKET=y
69207 -# CONFIG_PACKET_MMAP is not set
69208 -CONFIG_UNIX=y
69209 -CONFIG_XFRM=y
69210 -# CONFIG_XFRM_USER is not set
69211 -# CONFIG_XFRM_SUB_POLICY is not set
69212 -# CONFIG_XFRM_MIGRATE is not set
69213 -# CONFIG_XFRM_STATISTICS is not set
69214 -# CONFIG_NET_KEY is not set
69215 -CONFIG_INET=y
69216 -CONFIG_IP_MULTICAST=y
69217 -# CONFIG_IP_ADVANCED_ROUTER is not set
69218 -CONFIG_IP_FIB_HASH=y
69219 -CONFIG_IP_PNP=y
69220 -CONFIG_IP_PNP_DHCP=y
69221 -CONFIG_IP_PNP_BOOTP=y
69222 -# CONFIG_IP_PNP_RARP is not set
69223 -# CONFIG_NET_IPIP is not set
69224 -# CONFIG_NET_IPGRE is not set
69225 -# CONFIG_IP_MROUTE is not set
69226 -# CONFIG_ARPD is not set
69227 -CONFIG_SYN_COOKIES=y
69228 -# CONFIG_INET_AH is not set
69229 -# CONFIG_INET_ESP is not set
69230 -# CONFIG_INET_IPCOMP is not set
69231 -# CONFIG_INET_XFRM_TUNNEL is not set
69232 -# CONFIG_INET_TUNNEL is not set
69233 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
69234 -CONFIG_INET_XFRM_MODE_TUNNEL=y
69235 -CONFIG_INET_XFRM_MODE_BEET=y
69236 -# CONFIG_INET_LRO is not set
69237 -CONFIG_INET_DIAG=y
69238 -CONFIG_INET_TCP_DIAG=y
69239 -# CONFIG_TCP_CONG_ADVANCED is not set
69240 -CONFIG_TCP_CONG_CUBIC=y
69241 -CONFIG_DEFAULT_TCP_CONG="cubic"
69242 -# CONFIG_TCP_MD5SIG is not set
69243 -# CONFIG_IPV6 is not set
69244 -# CONFIG_INET6_XFRM_TUNNEL is not set
69245 -# CONFIG_INET6_TUNNEL is not set
69246 -# CONFIG_NETWORK_SECMARK is not set
69247 -# CONFIG_NETFILTER is not set
69248 -# CONFIG_IP_DCCP is not set
69249 -# CONFIG_IP_SCTP is not set
69250 -# CONFIG_TIPC is not set
69251 -# CONFIG_ATM is not set
69252 -# CONFIG_BRIDGE is not set
69253 -# CONFIG_VLAN_8021Q is not set
69254 -# CONFIG_DECNET is not set
69255 -# CONFIG_LLC2 is not set
69256 -# CONFIG_IPX is not set
69257 -# CONFIG_ATALK is not set
69258 -# CONFIG_X25 is not set
69259 -# CONFIG_LAPB is not set
69260 -# CONFIG_ECONET is not set
69261 -# CONFIG_WAN_ROUTER is not set
69262 -# CONFIG_NET_SCHED is not set
69263 -
69264 -#
69265 -# Network testing
69266 -#
69267 -# CONFIG_NET_PKTGEN is not set
69268 -# CONFIG_HAMRADIO is not set
69269 -# CONFIG_CAN is not set
69270 -# CONFIG_IRDA is not set
69271 -# CONFIG_BT is not set
69272 -# CONFIG_AF_RXRPC is not set
69273 -
69274 -#
69275 -# Wireless
69276 -#
69277 -# CONFIG_CFG80211 is not set
69278 -# CONFIG_WIRELESS_EXT is not set
69279 -# CONFIG_MAC80211 is not set
69280 -# CONFIG_IEEE80211 is not set
69281 -# CONFIG_RFKILL is not set
69282 -# CONFIG_NET_9P is not set
69283 -
69284 -#
69285 -# Device Drivers
69286 -#
69287 -
69288 -#
69289 -# Generic Driver Options
69290 -#
69291 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
69292 -CONFIG_STANDALONE=y
69293 -CONFIG_PREVENT_FIRMWARE_BUILD=y
69294 -# CONFIG_FW_LOADER is not set
69295 -# CONFIG_DEBUG_DRIVER is not set
69296 -# CONFIG_DEBUG_DEVRES is not set
69297 -# CONFIG_SYS_HYPERVISOR is not set
69298 -# CONFIG_CONNECTOR is not set
69299 -# CONFIG_MTD is not set
69300 -CONFIG_OF_DEVICE=y
69301 -# CONFIG_PARPORT is not set
69302 -CONFIG_BLK_DEV=y
69303 -# CONFIG_BLK_DEV_FD is not set
69304 -# CONFIG_BLK_CPQ_DA is not set
69305 -# CONFIG_BLK_CPQ_CISS_DA is not set
69306 -# CONFIG_BLK_DEV_DAC960 is not set
69307 -# CONFIG_BLK_DEV_UMEM is not set
69308 -# CONFIG_BLK_DEV_COW_COMMON is not set
69309 -CONFIG_BLK_DEV_LOOP=y
69310 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
69311 -# CONFIG_BLK_DEV_NBD is not set
69312 -# CONFIG_BLK_DEV_SX8 is not set
69313 -CONFIG_BLK_DEV_RAM=y
69314 -CONFIG_BLK_DEV_RAM_COUNT=16
69315 -CONFIG_BLK_DEV_RAM_SIZE=32768
69316 -# CONFIG_BLK_DEV_XIP is not set
69317 -# CONFIG_CDROM_PKTCDVD is not set
69318 -# CONFIG_ATA_OVER_ETH is not set
69319 -CONFIG_MISC_DEVICES=y
69320 -# CONFIG_PHANTOM is not set
69321 -# CONFIG_EEPROM_93CX6 is not set
69322 -# CONFIG_SGI_IOC4 is not set
69323 -# CONFIG_TIFM_CORE is not set
69324 -# CONFIG_ENCLOSURE_SERVICES is not set
69325 -CONFIG_HAVE_IDE=y
69326 -# CONFIG_IDE is not set
69327 -
69328 -#
69329 -# SCSI device support
69330 -#
69331 -# CONFIG_RAID_ATTRS is not set
69332 -CONFIG_SCSI=y
69333 -CONFIG_SCSI_DMA=y
69334 -# CONFIG_SCSI_TGT is not set
69335 -# CONFIG_SCSI_NETLINK is not set
69336 -CONFIG_SCSI_PROC_FS=y
69337 -
69338 -#
69339 -# SCSI support type (disk, tape, CD-ROM)
69340 -#
69341 -# CONFIG_BLK_DEV_SD is not set
69342 -# CONFIG_CHR_DEV_ST is not set
69343 -# CONFIG_CHR_DEV_OSST is not set
69344 -# CONFIG_BLK_DEV_SR is not set
69345 -# CONFIG_CHR_DEV_SG is not set
69346 -# CONFIG_CHR_DEV_SCH is not set
69347 -
69348 -#
69349 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
69350 -#
69351 -# CONFIG_SCSI_MULTI_LUN is not set
69352 -# CONFIG_SCSI_CONSTANTS is not set
69353 -# CONFIG_SCSI_LOGGING is not set
69354 -# CONFIG_SCSI_SCAN_ASYNC is not set
69355 -CONFIG_SCSI_WAIT_SCAN=m
69356 -
69357 -#
69358 -# SCSI Transports
69359 -#
69360 -# CONFIG_SCSI_SPI_ATTRS is not set
69361 -# CONFIG_SCSI_FC_ATTRS is not set
69362 -# CONFIG_SCSI_ISCSI_ATTRS is not set
69363 -# CONFIG_SCSI_SAS_LIBSAS is not set
69364 -# CONFIG_SCSI_SRP_ATTRS is not set
69365 -CONFIG_SCSI_LOWLEVEL=y
69366 -# CONFIG_ISCSI_TCP is not set
69367 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
69368 -# CONFIG_SCSI_3W_9XXX is not set
69369 -# CONFIG_SCSI_ACARD is not set
69370 -# CONFIG_SCSI_AACRAID is not set
69371 -# CONFIG_SCSI_AIC7XXX is not set
69372 -# CONFIG_SCSI_AIC7XXX_OLD is not set
69373 -# CONFIG_SCSI_AIC79XX is not set
69374 -# CONFIG_SCSI_AIC94XX is not set
69375 -# CONFIG_SCSI_DPT_I2O is not set
69376 -# CONFIG_SCSI_ADVANSYS is not set
69377 -# CONFIG_SCSI_ARCMSR is not set
69378 -# CONFIG_MEGARAID_NEWGEN is not set
69379 -# CONFIG_MEGARAID_LEGACY is not set
69380 -# CONFIG_MEGARAID_SAS is not set
69381 -# CONFIG_SCSI_HPTIOP is not set
69382 -# CONFIG_SCSI_BUSLOGIC is not set
69383 -# CONFIG_SCSI_DMX3191D is not set
69384 -# CONFIG_SCSI_EATA is not set
69385 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
69386 -# CONFIG_SCSI_GDTH is not set
69387 -# CONFIG_SCSI_IPS is not set
69388 -# CONFIG_SCSI_INITIO is not set
69389 -# CONFIG_SCSI_INIA100 is not set
69390 -# CONFIG_SCSI_MVSAS is not set
69391 -# CONFIG_SCSI_STEX is not set
69392 -# CONFIG_SCSI_SYM53C8XX_2 is not set
69393 -# CONFIG_SCSI_QLOGIC_1280 is not set
69394 -# CONFIG_SCSI_QLA_FC is not set
69395 -# CONFIG_SCSI_QLA_ISCSI is not set
69396 -# CONFIG_SCSI_LPFC is not set
69397 -# CONFIG_SCSI_DC395x is not set
69398 -# CONFIG_SCSI_DC390T is not set
69399 -# CONFIG_SCSI_NSP32 is not set
69400 -# CONFIG_SCSI_DEBUG is not set
69401 -# CONFIG_SCSI_SRP is not set
69402 -# CONFIG_ATA is not set
69403 -# CONFIG_MD is not set
69404 -# CONFIG_FUSION is not set
69405 -
69406 -#
69407 -# IEEE 1394 (FireWire) support
69408 -#
69409 -# CONFIG_FIREWIRE is not set
69410 -# CONFIG_IEEE1394 is not set
69411 -# CONFIG_I2O is not set
69412 -# CONFIG_MACINTOSH_DRIVERS is not set
69413 -CONFIG_NETDEVICES=y
69414 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
69415 -# CONFIG_DUMMY is not set
69416 -# CONFIG_BONDING is not set
69417 -# CONFIG_MACVLAN is not set
69418 -# CONFIG_EQUALIZER is not set
69419 -# CONFIG_TUN is not set
69420 -# CONFIG_VETH is not set
69421 -# CONFIG_ARCNET is not set
69422 -CONFIG_PHYLIB=y
69423 -
69424 -#
69425 -# MII PHY device drivers
69426 -#
69427 -CONFIG_MARVELL_PHY=y
69428 -# CONFIG_DAVICOM_PHY is not set
69429 -# CONFIG_QSEMI_PHY is not set
69430 -# CONFIG_LXT_PHY is not set
69431 -# CONFIG_CICADA_PHY is not set
69432 -# CONFIG_VITESSE_PHY is not set
69433 -# CONFIG_SMSC_PHY is not set
69434 -# CONFIG_BROADCOM_PHY is not set
69435 -# CONFIG_ICPLUS_PHY is not set
69436 -# CONFIG_REALTEK_PHY is not set
69437 -# CONFIG_FIXED_PHY is not set
69438 -# CONFIG_MDIO_BITBANG is not set
69439 -CONFIG_NET_ETHERNET=y
69440 -CONFIG_MII=y
69441 -# CONFIG_HAPPYMEAL is not set
69442 -# CONFIG_SUNGEM is not set
69443 -# CONFIG_CASSINI is not set
69444 -# CONFIG_NET_VENDOR_3COM is not set
69445 -# CONFIG_NET_TULIP is not set
69446 -# CONFIG_HP100 is not set
69447 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
69448 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
69449 -# CONFIG_IBM_NEW_EMAC_TAH is not set
69450 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
69451 -# CONFIG_NET_PCI is not set
69452 -# CONFIG_B44 is not set
69453 -CONFIG_NETDEV_1000=y
69454 -# CONFIG_ACENIC is not set
69455 -# CONFIG_DL2K is not set
69456 -# CONFIG_E1000 is not set
69457 -# CONFIG_E1000E is not set
69458 -# CONFIG_E1000E_ENABLED is not set
69459 -# CONFIG_IP1000 is not set
69460 -# CONFIG_IGB is not set
69461 -# CONFIG_NS83820 is not set
69462 -# CONFIG_HAMACHI is not set
69463 -# CONFIG_YELLOWFIN is not set
69464 -# CONFIG_R8169 is not set
69465 -# CONFIG_SIS190 is not set
69466 -# CONFIG_SKGE is not set
69467 -# CONFIG_SKY2 is not set
69468 -# CONFIG_SK98LIN is not set
69469 -# CONFIG_VIA_VELOCITY is not set
69470 -# CONFIG_TIGON3 is not set
69471 -# CONFIG_BNX2 is not set
69472 -CONFIG_GIANFAR=y
69473 -CONFIG_GFAR_NAPI=y
69474 -# CONFIG_UCC_GETH is not set
69475 -# CONFIG_QLA3XXX is not set
69476 -# CONFIG_ATL1 is not set
69477 -CONFIG_NETDEV_10000=y
69478 -# CONFIG_CHELSIO_T1 is not set
69479 -# CONFIG_CHELSIO_T3 is not set
69480 -# CONFIG_IXGBE is not set
69481 -# CONFIG_IXGB is not set
69482 -# CONFIG_S2IO is not set
69483 -# CONFIG_MYRI10GE is not set
69484 -# CONFIG_NETXEN_NIC is not set
69485 -# CONFIG_NIU is not set
69486 -# CONFIG_MLX4_CORE is not set
69487 -# CONFIG_TEHUTI is not set
69488 -# CONFIG_BNX2X is not set
69489 -# CONFIG_TR is not set
69490 -
69491 -#
69492 -# Wireless LAN
69493 -#
69494 -# CONFIG_WLAN_PRE80211 is not set
69495 -# CONFIG_WLAN_80211 is not set
69496 -# CONFIG_WAN is not set
69497 -# CONFIG_FDDI is not set
69498 -# CONFIG_HIPPI is not set
69499 -# CONFIG_PPP is not set
69500 -# CONFIG_SLIP is not set
69501 -# CONFIG_NET_FC is not set
69502 -# CONFIG_NETCONSOLE is not set
69503 -# CONFIG_NETPOLL is not set
69504 -# CONFIG_NET_POLL_CONTROLLER is not set
69505 -# CONFIG_ISDN is not set
69506 -# CONFIG_PHONE is not set
69507 -
69508 -#
69509 -# Input device support
69510 -#
69511 -CONFIG_INPUT=y
69512 -# CONFIG_INPUT_FF_MEMLESS is not set
69513 -# CONFIG_INPUT_POLLDEV is not set
69514 -
69515 -#
69516 -# Userland interfaces
69517 -#
69518 -# CONFIG_INPUT_MOUSEDEV is not set
69519 -# CONFIG_INPUT_JOYDEV is not set
69520 -# CONFIG_INPUT_EVDEV is not set
69521 -# CONFIG_INPUT_EVBUG is not set
69522 -
69523 -#
69524 -# Input Device Drivers
69525 -#
69526 -# CONFIG_INPUT_KEYBOARD is not set
69527 -# CONFIG_INPUT_MOUSE is not set
69528 -# CONFIG_INPUT_JOYSTICK is not set
69529 -# CONFIG_INPUT_TABLET is not set
69530 -# CONFIG_INPUT_TOUCHSCREEN is not set
69531 -# CONFIG_INPUT_MISC is not set
69532 -
69533 -#
69534 -# Hardware I/O ports
69535 -#
69536 -# CONFIG_SERIO is not set
69537 -# CONFIG_GAMEPORT is not set
69538 -
69539 -#
69540 -# Character devices
69541 -#
69542 -# CONFIG_VT is not set
69543 -# CONFIG_SERIAL_NONSTANDARD is not set
69544 -# CONFIG_NOZOMI is not set
69545 -
69546 -#
69547 -# Serial drivers
69548 -#
69549 -CONFIG_SERIAL_8250=y
69550 -CONFIG_SERIAL_8250_CONSOLE=y
69551 -CONFIG_SERIAL_8250_PCI=y
69552 -CONFIG_SERIAL_8250_NR_UARTS=4
69553 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
69554 -# CONFIG_SERIAL_8250_EXTENDED is not set
69555 -CONFIG_SERIAL_8250_SHARE_IRQ=y
69556 -
69557 -#
69558 -# Non-8250 serial port support
69559 -#
69560 -# CONFIG_SERIAL_UARTLITE is not set
69561 -CONFIG_SERIAL_CORE=y
69562 -CONFIG_SERIAL_CORE_CONSOLE=y
69563 -# CONFIG_SERIAL_JSM is not set
69564 -# CONFIG_SERIAL_OF_PLATFORM is not set
69565 -# CONFIG_SERIAL_QE is not set
69566 -CONFIG_UNIX98_PTYS=y
69567 -CONFIG_LEGACY_PTYS=y
69568 -CONFIG_LEGACY_PTY_COUNT=256
69569 -# CONFIG_IPMI_HANDLER is not set
69570 -CONFIG_HW_RANDOM=y
69571 -# CONFIG_NVRAM is not set
69572 -# CONFIG_GEN_RTC is not set
69573 -# CONFIG_R3964 is not set
69574 -# CONFIG_APPLICOM is not set
69575 -# CONFIG_RAW_DRIVER is not set
69576 -# CONFIG_TCG_TPM is not set
69577 -CONFIG_DEVPORT=y
69578 -CONFIG_I2C=y
69579 -CONFIG_I2C_BOARDINFO=y
69580 -CONFIG_I2C_CHARDEV=y
69581 -
69582 -#
69583 -# I2C Algorithms
69584 -#
69585 -# CONFIG_I2C_ALGOBIT is not set
69586 -# CONFIG_I2C_ALGOPCF is not set
69587 -# CONFIG_I2C_ALGOPCA is not set
69588 -
69589 -#
69590 -# I2C Hardware Bus support
69591 -#
69592 -# CONFIG_I2C_ALI1535 is not set
69593 -# CONFIG_I2C_ALI1563 is not set
69594 -# CONFIG_I2C_ALI15X3 is not set
69595 -# CONFIG_I2C_AMD756 is not set
69596 -# CONFIG_I2C_AMD8111 is not set
69597 -# CONFIG_I2C_I801 is not set
69598 -# CONFIG_I2C_I810 is not set
69599 -# CONFIG_I2C_PIIX4 is not set
69600 -CONFIG_I2C_MPC=y
69601 -# CONFIG_I2C_NFORCE2 is not set
69602 -# CONFIG_I2C_OCORES is not set
69603 -# CONFIG_I2C_PARPORT_LIGHT is not set
69604 -# CONFIG_I2C_PROSAVAGE is not set
69605 -# CONFIG_I2C_SAVAGE4 is not set
69606 -# CONFIG_I2C_SIMTEC is not set
69607 -# CONFIG_I2C_SIS5595 is not set
69608 -# CONFIG_I2C_SIS630 is not set
69609 -# CONFIG_I2C_SIS96X is not set
69610 -# CONFIG_I2C_TAOS_EVM is not set
69611 -# CONFIG_I2C_STUB is not set
69612 -# CONFIG_I2C_VIA is not set
69613 -# CONFIG_I2C_VIAPRO is not set
69614 -# CONFIG_I2C_VOODOO3 is not set
69615 -
69616 -#
69617 -# Miscellaneous I2C Chip support
69618 -#
69619 -# CONFIG_DS1682 is not set
69620 -# CONFIG_SENSORS_EEPROM is not set
69621 -# CONFIG_SENSORS_PCF8574 is not set
69622 -# CONFIG_PCF8575 is not set
69623 -# CONFIG_SENSORS_PCF8591 is not set
69624 -# CONFIG_TPS65010 is not set
69625 -# CONFIG_SENSORS_MAX6875 is not set
69626 -# CONFIG_SENSORS_TSL2550 is not set
69627 -# CONFIG_I2C_DEBUG_CORE is not set
69628 -# CONFIG_I2C_DEBUG_ALGO is not set
69629 -# CONFIG_I2C_DEBUG_BUS is not set
69630 -# CONFIG_I2C_DEBUG_CHIP is not set
69631 -
69632 -#
69633 -# SPI support
69634 -#
69635 -# CONFIG_SPI is not set
69636 -# CONFIG_SPI_MASTER is not set
69637 -# CONFIG_W1 is not set
69638 -# CONFIG_POWER_SUPPLY is not set
69639 -CONFIG_HWMON=y
69640 -# CONFIG_HWMON_VID is not set
69641 -# CONFIG_SENSORS_AD7418 is not set
69642 -# CONFIG_SENSORS_ADM1021 is not set
69643 -# CONFIG_SENSORS_ADM1025 is not set
69644 -# CONFIG_SENSORS_ADM1026 is not set
69645 -# CONFIG_SENSORS_ADM1029 is not set
69646 -# CONFIG_SENSORS_ADM1031 is not set
69647 -# CONFIG_SENSORS_ADM9240 is not set
69648 -# CONFIG_SENSORS_ADT7470 is not set
69649 -# CONFIG_SENSORS_ADT7473 is not set
69650 -# CONFIG_SENSORS_ATXP1 is not set
69651 -# CONFIG_SENSORS_DS1621 is not set
69652 -# CONFIG_SENSORS_I5K_AMB is not set
69653 -# CONFIG_SENSORS_F71805F is not set
69654 -# CONFIG_SENSORS_F71882FG is not set
69655 -# CONFIG_SENSORS_F75375S is not set
69656 -# CONFIG_SENSORS_GL518SM is not set
69657 -# CONFIG_SENSORS_GL520SM is not set
69658 -# CONFIG_SENSORS_IT87 is not set
69659 -# CONFIG_SENSORS_LM63 is not set
69660 -# CONFIG_SENSORS_LM75 is not set
69661 -# CONFIG_SENSORS_LM77 is not set
69662 -# CONFIG_SENSORS_LM78 is not set
69663 -# CONFIG_SENSORS_LM80 is not set
69664 -# CONFIG_SENSORS_LM83 is not set
69665 -# CONFIG_SENSORS_LM85 is not set
69666 -# CONFIG_SENSORS_LM87 is not set
69667 -# CONFIG_SENSORS_LM90 is not set
69668 -# CONFIG_SENSORS_LM92 is not set
69669 -# CONFIG_SENSORS_LM93 is not set
69670 -# CONFIG_SENSORS_MAX1619 is not set
69671 -# CONFIG_SENSORS_MAX6650 is not set
69672 -# CONFIG_SENSORS_PC87360 is not set
69673 -# CONFIG_SENSORS_PC87427 is not set
69674 -# CONFIG_SENSORS_SIS5595 is not set
69675 -# CONFIG_SENSORS_DME1737 is not set
69676 -# CONFIG_SENSORS_SMSC47M1 is not set
69677 -# CONFIG_SENSORS_SMSC47M192 is not set
69678 -# CONFIG_SENSORS_SMSC47B397 is not set
69679 -# CONFIG_SENSORS_ADS7828 is not set
69680 -# CONFIG_SENSORS_THMC50 is not set
69681 -# CONFIG_SENSORS_VIA686A is not set
69682 -# CONFIG_SENSORS_VT1211 is not set
69683 -# CONFIG_SENSORS_VT8231 is not set
69684 -# CONFIG_SENSORS_W83781D is not set
69685 -# CONFIG_SENSORS_W83791D is not set
69686 -# CONFIG_SENSORS_W83792D is not set
69687 -# CONFIG_SENSORS_W83793 is not set
69688 -# CONFIG_SENSORS_W83L785TS is not set
69689 -# CONFIG_SENSORS_W83L786NG is not set
69690 -# CONFIG_SENSORS_W83627HF is not set
69691 -# CONFIG_SENSORS_W83627EHF is not set
69692 -# CONFIG_HWMON_DEBUG_CHIP is not set
69693 -# CONFIG_THERMAL is not set
69694 -CONFIG_WATCHDOG=y
69695 -# CONFIG_WATCHDOG_NOWAYOUT is not set
69696 -
69697 -#
69698 -# Watchdog Device Drivers
69699 -#
69700 -# CONFIG_SOFT_WATCHDOG is not set
69701 -# CONFIG_BOOKE_WDT is not set
69702 -
69703 -#
69704 -# PCI-based Watchdog Cards
69705 -#
69706 -# CONFIG_PCIPCWATCHDOG is not set
69707 -# CONFIG_WDTPCI is not set
69708 -
69709 -#
69710 -# Sonics Silicon Backplane
69711 -#
69712 -CONFIG_SSB_POSSIBLE=y
69713 -# CONFIG_SSB is not set
69714 -
69715 -#
69716 -# Multifunction device drivers
69717 -#
69718 -# CONFIG_MFD_SM501 is not set
69719 -
69720 -#
69721 -# Multimedia devices
69722 -#
69723 -# CONFIG_VIDEO_DEV is not set
69724 -# CONFIG_DVB_CORE is not set
69725 -CONFIG_DAB=y
69726 -
69727 -#
69728 -# Graphics support
69729 -#
69730 -# CONFIG_AGP is not set
69731 -# CONFIG_DRM is not set
69732 -# CONFIG_VGASTATE is not set
69733 -CONFIG_VIDEO_OUTPUT_CONTROL=m
69734 -# CONFIG_FB is not set
69735 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
69736 -
69737 -#
69738 -# Display device support
69739 -#
69740 -# CONFIG_DISPLAY_SUPPORT is not set
69741 -
69742 -#
69743 -# Sound
69744 -#
69745 -# CONFIG_SOUND is not set
69746 -CONFIG_HID_SUPPORT=y
69747 -CONFIG_HID=y
69748 -# CONFIG_HID_DEBUG is not set
69749 -# CONFIG_HIDRAW is not set
69750 -CONFIG_USB_SUPPORT=y
69751 -CONFIG_USB_ARCH_HAS_HCD=y
69752 -CONFIG_USB_ARCH_HAS_OHCI=y
69753 -CONFIG_USB_ARCH_HAS_EHCI=y
69754 -# CONFIG_USB is not set
69755 -
69756 -#
69757 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
69758 -#
69759 -# CONFIG_USB_GADGET is not set
69760 -# CONFIG_MMC is not set
69761 -# CONFIG_MEMSTICK is not set
69762 -# CONFIG_NEW_LEDS is not set
69763 -# CONFIG_INFINIBAND is not set
69764 -# CONFIG_EDAC is not set
69765 -CONFIG_RTC_LIB=y
69766 -CONFIG_RTC_CLASS=y
69767 -CONFIG_RTC_HCTOSYS=y
69768 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
69769 -# CONFIG_RTC_DEBUG is not set
69770 -
69771 -#
69772 -# RTC interfaces
69773 -#
69774 -CONFIG_RTC_INTF_SYSFS=y
69775 -CONFIG_RTC_INTF_PROC=y
69776 -CONFIG_RTC_INTF_DEV=y
69777 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
69778 -# CONFIG_RTC_DRV_TEST is not set
69779 -
69780 -#
69781 -# I2C RTC drivers
69782 -#
69783 -# CONFIG_RTC_DRV_DS1307 is not set
69784 -CONFIG_RTC_DRV_DS1374=y
69785 -# CONFIG_RTC_DRV_DS1672 is not set
69786 -# CONFIG_RTC_DRV_MAX6900 is not set
69787 -# CONFIG_RTC_DRV_RS5C372 is not set
69788 -# CONFIG_RTC_DRV_ISL1208 is not set
69789 -# CONFIG_RTC_DRV_X1205 is not set
69790 -# CONFIG_RTC_DRV_PCF8563 is not set
69791 -# CONFIG_RTC_DRV_PCF8583 is not set
69792 -# CONFIG_RTC_DRV_M41T80 is not set
69793 -# CONFIG_RTC_DRV_S35390A is not set
69794 -
69795 -#
69796 -# SPI RTC drivers
69797 -#
69798 -
69799 -#
69800 -# Platform RTC drivers
69801 -#
69802 -# CONFIG_RTC_DRV_CMOS is not set
69803 -# CONFIG_RTC_DRV_DS1511 is not set
69804 -# CONFIG_RTC_DRV_DS1553 is not set
69805 -# CONFIG_RTC_DRV_DS1742 is not set
69806 -# CONFIG_RTC_DRV_STK17TA8 is not set
69807 -# CONFIG_RTC_DRV_M48T86 is not set
69808 -# CONFIG_RTC_DRV_M48T59 is not set
69809 -# CONFIG_RTC_DRV_V3020 is not set
69810 -
69811 -#
69812 -# on-CPU RTC drivers
69813 -#
69814 -# CONFIG_DMADEVICES is not set
69815 -
69816 -#
69817 -# Userspace I/O
69818 -#
69819 -# CONFIG_UIO is not set
69820 -
69821 -#
69822 -# File systems
69823 -#
69824 -CONFIG_EXT2_FS=y
69825 -# CONFIG_EXT2_FS_XATTR is not set
69826 -# CONFIG_EXT2_FS_XIP is not set
69827 -CONFIG_EXT3_FS=y
69828 -CONFIG_EXT3_FS_XATTR=y
69829 -# CONFIG_EXT3_FS_POSIX_ACL is not set
69830 -# CONFIG_EXT3_FS_SECURITY is not set
69831 -# CONFIG_EXT4DEV_FS is not set
69832 -CONFIG_JBD=y
69833 -CONFIG_FS_MBCACHE=y
69834 -# CONFIG_REISERFS_FS is not set
69835 -# CONFIG_JFS_FS is not set
69836 -# CONFIG_FS_POSIX_ACL is not set
69837 -# CONFIG_XFS_FS is not set
69838 -# CONFIG_GFS2_FS is not set
69839 -# CONFIG_OCFS2_FS is not set
69840 -CONFIG_DNOTIFY=y
69841 -CONFIG_INOTIFY=y
69842 -CONFIG_INOTIFY_USER=y
69843 -# CONFIG_QUOTA is not set
69844 -# CONFIG_AUTOFS_FS is not set
69845 -# CONFIG_AUTOFS4_FS is not set
69846 -# CONFIG_FUSE_FS is not set
69847 -
69848 -#
69849 -# CD-ROM/DVD Filesystems
69850 -#
69851 -# CONFIG_ISO9660_FS is not set
69852 -# CONFIG_UDF_FS is not set
69853 -
69854 -#
69855 -# DOS/FAT/NT Filesystems
69856 -#
69857 -# CONFIG_MSDOS_FS is not set
69858 -# CONFIG_VFAT_FS is not set
69859 -# CONFIG_NTFS_FS is not set
69860 -
69861 -#
69862 -# Pseudo filesystems
69863 -#
69864 -CONFIG_PROC_FS=y
69865 -CONFIG_PROC_KCORE=y
69866 -CONFIG_PROC_SYSCTL=y
69867 -CONFIG_SYSFS=y
69868 -CONFIG_TMPFS=y
69869 -# CONFIG_TMPFS_POSIX_ACL is not set
69870 -# CONFIG_HUGETLB_PAGE is not set
69871 -# CONFIG_CONFIGFS_FS is not set
69872 -
69873 -#
69874 -# Miscellaneous filesystems
69875 -#
69876 -# CONFIG_ADFS_FS is not set
69877 -# CONFIG_AFFS_FS is not set
69878 -# CONFIG_HFS_FS is not set
69879 -# CONFIG_HFSPLUS_FS is not set
69880 -# CONFIG_BEFS_FS is not set
69881 -# CONFIG_BFS_FS is not set
69882 -# CONFIG_EFS_FS is not set
69883 -# CONFIG_CRAMFS is not set
69884 -# CONFIG_VXFS_FS is not set
69885 -# CONFIG_MINIX_FS is not set
69886 -# CONFIG_HPFS_FS is not set
69887 -# CONFIG_QNX4FS_FS is not set
69888 -# CONFIG_ROMFS_FS is not set
69889 -# CONFIG_SYSV_FS is not set
69890 -# CONFIG_UFS_FS is not set
69891 -CONFIG_NETWORK_FILESYSTEMS=y
69892 -CONFIG_NFS_FS=y
69893 -CONFIG_NFS_V3=y
69894 -# CONFIG_NFS_V3_ACL is not set
69895 -CONFIG_NFS_V4=y
69896 -# CONFIG_NFS_DIRECTIO is not set
69897 -# CONFIG_NFSD is not set
69898 -CONFIG_ROOT_NFS=y
69899 -CONFIG_LOCKD=y
69900 -CONFIG_LOCKD_V4=y
69901 -CONFIG_NFS_COMMON=y
69902 -CONFIG_SUNRPC=y
69903 -CONFIG_SUNRPC_GSS=y
69904 -# CONFIG_SUNRPC_BIND34 is not set
69905 -CONFIG_RPCSEC_GSS_KRB5=y
69906 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
69907 -# CONFIG_SMB_FS is not set
69908 -# CONFIG_CIFS is not set
69909 -# CONFIG_NCP_FS is not set
69910 -# CONFIG_CODA_FS is not set
69911 -# CONFIG_AFS_FS is not set
69912 -
69913 -#
69914 -# Partition Types
69915 -#
69916 -CONFIG_PARTITION_ADVANCED=y
69917 -# CONFIG_ACORN_PARTITION is not set
69918 -# CONFIG_OSF_PARTITION is not set
69919 -# CONFIG_AMIGA_PARTITION is not set
69920 -# CONFIG_ATARI_PARTITION is not set
69921 -# CONFIG_MAC_PARTITION is not set
69922 -# CONFIG_MSDOS_PARTITION is not set
69923 -# CONFIG_LDM_PARTITION is not set
69924 -# CONFIG_SGI_PARTITION is not set
69925 -# CONFIG_ULTRIX_PARTITION is not set
69926 -# CONFIG_SUN_PARTITION is not set
69927 -# CONFIG_KARMA_PARTITION is not set
69928 -# CONFIG_EFI_PARTITION is not set
69929 -# CONFIG_SYSV68_PARTITION is not set
69930 -# CONFIG_NLS is not set
69931 -# CONFIG_DLM is not set
69932 -
69933 -#
69934 -# Library routines
69935 -#
69936 -CONFIG_BITREVERSE=y
69937 -# CONFIG_CRC_CCITT is not set
69938 -# CONFIG_CRC16 is not set
69939 -# CONFIG_CRC_ITU_T is not set
69940 -CONFIG_CRC32=y
69941 -# CONFIG_CRC7 is not set
69942 -# CONFIG_LIBCRC32C is not set
69943 -CONFIG_PLIST=y
69944 -CONFIG_HAS_IOMEM=y
69945 -CONFIG_HAS_IOPORT=y
69946 -CONFIG_HAS_DMA=y
69947 -
69948 -#
69949 -# Kernel hacking
69950 -#
69951 -# CONFIG_PRINTK_TIME is not set
69952 -CONFIG_ENABLE_WARN_DEPRECATED=y
69953 -CONFIG_ENABLE_MUST_CHECK=y
69954 -# CONFIG_MAGIC_SYSRQ is not set
69955 -# CONFIG_UNUSED_SYMBOLS is not set
69956 -# CONFIG_DEBUG_FS is not set
69957 -# CONFIG_HEADERS_CHECK is not set
69958 -CONFIG_DEBUG_KERNEL=y
69959 -# CONFIG_DEBUG_SHIRQ is not set
69960 -CONFIG_DETECT_SOFTLOCKUP=y
69961 -CONFIG_SCHED_DEBUG=y
69962 -# CONFIG_SCHEDSTATS is not set
69963 -# CONFIG_TIMER_STATS is not set
69964 -# CONFIG_SLUB_DEBUG_ON is not set
69965 -# CONFIG_SLUB_STATS is not set
69966 -# CONFIG_DEBUG_RT_MUTEXES is not set
69967 -# CONFIG_RT_MUTEX_TESTER is not set
69968 -# CONFIG_DEBUG_SPINLOCK is not set
69969 -# CONFIG_DEBUG_MUTEXES is not set
69970 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
69971 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
69972 -# CONFIG_DEBUG_KOBJECT is not set
69973 -# CONFIG_DEBUG_BUGVERBOSE is not set
69974 -# CONFIG_DEBUG_INFO is not set
69975 -# CONFIG_DEBUG_VM is not set
69976 -# CONFIG_DEBUG_LIST is not set
69977 -# CONFIG_DEBUG_SG is not set
69978 -# CONFIG_BOOT_PRINTK_DELAY is not set
69979 -# CONFIG_RCU_TORTURE_TEST is not set
69980 -# CONFIG_BACKTRACE_SELF_TEST is not set
69981 -# CONFIG_FAULT_INJECTION is not set
69982 -# CONFIG_SAMPLES is not set
69983 -# CONFIG_DEBUG_STACKOVERFLOW is not set
69984 -# CONFIG_DEBUG_STACK_USAGE is not set
69985 -# CONFIG_DEBUG_PAGEALLOC is not set
69986 -CONFIG_DEBUGGER=y
69987 -# CONFIG_XMON is not set
69988 -# CONFIG_BDI_SWITCH is not set
69989 -CONFIG_PPC_EARLY_DEBUG=y
69990 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
69991 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
69992 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
69993 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
69994 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
69995 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
69996 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
69997 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
69998 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
69999 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
70000 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
70001 -
70002 -#
70003 -# Security options
70004 -#
70005 -# CONFIG_KEYS is not set
70006 -# CONFIG_SECURITY is not set
70007 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
70008 -CONFIG_CRYPTO=y
70009 -CONFIG_CRYPTO_ALGAPI=y
70010 -CONFIG_CRYPTO_BLKCIPHER=y
70011 -# CONFIG_CRYPTO_SEQIV is not set
70012 -CONFIG_CRYPTO_MANAGER=y
70013 -# CONFIG_CRYPTO_HMAC is not set
70014 -# CONFIG_CRYPTO_XCBC is not set
70015 -# CONFIG_CRYPTO_NULL is not set
70016 -# CONFIG_CRYPTO_MD4 is not set
70017 -CONFIG_CRYPTO_MD5=y
70018 -# CONFIG_CRYPTO_SHA1 is not set
70019 -# CONFIG_CRYPTO_SHA256 is not set
70020 -# CONFIG_CRYPTO_SHA512 is not set
70021 -# CONFIG_CRYPTO_WP512 is not set
70022 -# CONFIG_CRYPTO_TGR192 is not set
70023 -# CONFIG_CRYPTO_GF128MUL is not set
70024 -CONFIG_CRYPTO_ECB=m
70025 -CONFIG_CRYPTO_CBC=y
70026 -CONFIG_CRYPTO_PCBC=m
70027 -# CONFIG_CRYPTO_LRW is not set
70028 -# CONFIG_CRYPTO_XTS is not set
70029 -# CONFIG_CRYPTO_CTR is not set
70030 -# CONFIG_CRYPTO_GCM is not set
70031 -# CONFIG_CRYPTO_CCM is not set
70032 -# CONFIG_CRYPTO_CRYPTD is not set
70033 -CONFIG_CRYPTO_DES=y
70034 -# CONFIG_CRYPTO_FCRYPT is not set
70035 -# CONFIG_CRYPTO_BLOWFISH is not set
70036 -# CONFIG_CRYPTO_TWOFISH is not set
70037 -# CONFIG_CRYPTO_SERPENT is not set
70038 -# CONFIG_CRYPTO_AES is not set
70039 -# CONFIG_CRYPTO_CAST5 is not set
70040 -# CONFIG_CRYPTO_CAST6 is not set
70041 -# CONFIG_CRYPTO_TEA is not set
70042 -# CONFIG_CRYPTO_ARC4 is not set
70043 -# CONFIG_CRYPTO_KHAZAD is not set
70044 -# CONFIG_CRYPTO_ANUBIS is not set
70045 -# CONFIG_CRYPTO_SEED is not set
70046 -# CONFIG_CRYPTO_SALSA20 is not set
70047 -# CONFIG_CRYPTO_DEFLATE is not set
70048 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
70049 -# CONFIG_CRYPTO_CRC32C is not set
70050 -# CONFIG_CRYPTO_CAMELLIA is not set
70051 -# CONFIG_CRYPTO_TEST is not set
70052 -# CONFIG_CRYPTO_AUTHENC is not set
70053 -# CONFIG_CRYPTO_LZO is not set
70054 -CONFIG_CRYPTO_HW=y
70055 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
70056 -# CONFIG_PPC_CLOCK is not set
70057 -CONFIG_PPC_LIB_RHEAP=y
70058 --- a/arch/powerpc/configs/mpc8572_ds_defconfig
70059 +++ /dev/null
70060 @@ -1,1549 +0,0 @@
70061 -#
70062 -# Automatically generated make config: don't edit
70063 -# Linux kernel version: 2.6.25-rc7
70064 -# Mon Mar 31 11:37:06 2008
70065 -#
70066 -# CONFIG_PPC64 is not set
70067 -
70068 -#
70069 -# Processor support
70070 -#
70071 -# CONFIG_6xx is not set
70072 -CONFIG_PPC_85xx=y
70073 -# CONFIG_PPC_8xx is not set
70074 -# CONFIG_40x is not set
70075 -# CONFIG_44x is not set
70076 -# CONFIG_E200 is not set
70077 -CONFIG_E500=y
70078 -CONFIG_BOOKE=y
70079 -CONFIG_FSL_BOOKE=y
70080 -CONFIG_FSL_EMB_PERFMON=y
70081 -# CONFIG_PHYS_64BIT is not set
70082 -CONFIG_SPE=y
70083 -# CONFIG_PPC_MM_SLICES is not set
70084 -CONFIG_PPC32=y
70085 -CONFIG_WORD_SIZE=32
70086 -CONFIG_PPC_MERGE=y
70087 -CONFIG_MMU=y
70088 -CONFIG_GENERIC_CMOS_UPDATE=y
70089 -CONFIG_GENERIC_TIME=y
70090 -CONFIG_GENERIC_TIME_VSYSCALL=y
70091 -CONFIG_GENERIC_CLOCKEVENTS=y
70092 -CONFIG_GENERIC_HARDIRQS=y
70093 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
70094 -CONFIG_IRQ_PER_CPU=y
70095 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
70096 -CONFIG_ARCH_HAS_ILOG2_U32=y
70097 -CONFIG_GENERIC_HWEIGHT=y
70098 -CONFIG_GENERIC_CALIBRATE_DELAY=y
70099 -CONFIG_GENERIC_FIND_NEXT_BIT=y
70100 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
70101 -CONFIG_PPC=y
70102 -CONFIG_EARLY_PRINTK=y
70103 -CONFIG_GENERIC_NVRAM=y
70104 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
70105 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
70106 -CONFIG_PPC_OF=y
70107 -CONFIG_OF=y
70108 -CONFIG_PPC_UDBG_16550=y
70109 -# CONFIG_GENERIC_TBSYNC is not set
70110 -CONFIG_AUDIT_ARCH=y
70111 -CONFIG_GENERIC_BUG=y
70112 -CONFIG_DEFAULT_UIMAGE=y
70113 -# CONFIG_PPC_DCR_NATIVE is not set
70114 -# CONFIG_PPC_DCR_MMIO is not set
70115 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
70116 -
70117 -#
70118 -# General setup
70119 -#
70120 -CONFIG_EXPERIMENTAL=y
70121 -CONFIG_BROKEN_ON_SMP=y
70122 -CONFIG_INIT_ENV_ARG_LIMIT=32
70123 -CONFIG_LOCALVERSION=""
70124 -CONFIG_LOCALVERSION_AUTO=y
70125 -CONFIG_SWAP=y
70126 -CONFIG_SYSVIPC=y
70127 -CONFIG_SYSVIPC_SYSCTL=y
70128 -CONFIG_POSIX_MQUEUE=y
70129 -CONFIG_BSD_PROCESS_ACCT=y
70130 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
70131 -# CONFIG_TASKSTATS is not set
70132 -CONFIG_AUDIT=y
70133 -# CONFIG_AUDITSYSCALL is not set
70134 -CONFIG_IKCONFIG=y
70135 -CONFIG_IKCONFIG_PROC=y
70136 -CONFIG_LOG_BUF_SHIFT=14
70137 -# CONFIG_CGROUPS is not set
70138 -CONFIG_GROUP_SCHED=y
70139 -# CONFIG_FAIR_GROUP_SCHED is not set
70140 -# CONFIG_RT_GROUP_SCHED is not set
70141 -CONFIG_USER_SCHED=y
70142 -# CONFIG_CGROUP_SCHED is not set
70143 -CONFIG_SYSFS_DEPRECATED=y
70144 -CONFIG_SYSFS_DEPRECATED_V2=y
70145 -# CONFIG_RELAY is not set
70146 -# CONFIG_NAMESPACES is not set
70147 -CONFIG_BLK_DEV_INITRD=y
70148 -CONFIG_INITRAMFS_SOURCE=""
70149 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
70150 -CONFIG_SYSCTL=y
70151 -CONFIG_EMBEDDED=y
70152 -CONFIG_SYSCTL_SYSCALL=y
70153 -CONFIG_KALLSYMS=y
70154 -CONFIG_KALLSYMS_ALL=y
70155 -CONFIG_KALLSYMS_EXTRA_PASS=y
70156 -CONFIG_HOTPLUG=y
70157 -CONFIG_PRINTK=y
70158 -CONFIG_BUG=y
70159 -CONFIG_ELF_CORE=y
70160 -CONFIG_COMPAT_BRK=y
70161 -CONFIG_BASE_FULL=y
70162 -CONFIG_FUTEX=y
70163 -CONFIG_ANON_INODES=y
70164 -CONFIG_EPOLL=y
70165 -CONFIG_SIGNALFD=y
70166 -CONFIG_TIMERFD=y
70167 -CONFIG_EVENTFD=y
70168 -CONFIG_SHMEM=y
70169 -CONFIG_VM_EVENT_COUNTERS=y
70170 -CONFIG_SLUB_DEBUG=y
70171 -# CONFIG_SLAB is not set
70172 -CONFIG_SLUB=y
70173 -# CONFIG_SLOB is not set
70174 -# CONFIG_PROFILING is not set
70175 -# CONFIG_MARKERS is not set
70176 -CONFIG_HAVE_OPROFILE=y
70177 -# CONFIG_KPROBES is not set
70178 -CONFIG_HAVE_KPROBES=y
70179 -CONFIG_HAVE_KRETPROBES=y
70180 -CONFIG_PROC_PAGE_MONITOR=y
70181 -CONFIG_SLABINFO=y
70182 -CONFIG_RT_MUTEXES=y
70183 -# CONFIG_TINY_SHMEM is not set
70184 -CONFIG_BASE_SMALL=0
70185 -CONFIG_MODULES=y
70186 -CONFIG_MODULE_UNLOAD=y
70187 -CONFIG_MODULE_FORCE_UNLOAD=y
70188 -CONFIG_MODVERSIONS=y
70189 -# CONFIG_MODULE_SRCVERSION_ALL is not set
70190 -CONFIG_KMOD=y
70191 -CONFIG_BLOCK=y
70192 -CONFIG_LBD=y
70193 -# CONFIG_BLK_DEV_IO_TRACE is not set
70194 -# CONFIG_LSF is not set
70195 -# CONFIG_BLK_DEV_BSG is not set
70196 -
70197 -#
70198 -# IO Schedulers
70199 -#
70200 -CONFIG_IOSCHED_NOOP=y
70201 -CONFIG_IOSCHED_AS=y
70202 -CONFIG_IOSCHED_DEADLINE=y
70203 -CONFIG_IOSCHED_CFQ=y
70204 -# CONFIG_DEFAULT_AS is not set
70205 -# CONFIG_DEFAULT_DEADLINE is not set
70206 -CONFIG_DEFAULT_CFQ=y
70207 -# CONFIG_DEFAULT_NOOP is not set
70208 -CONFIG_DEFAULT_IOSCHED="cfq"
70209 -CONFIG_CLASSIC_RCU=y
70210 -
70211 -#
70212 -# Platform support
70213 -#
70214 -# CONFIG_PPC_MPC512x is not set
70215 -# CONFIG_PPC_MPC5121 is not set
70216 -# CONFIG_PPC_CELL is not set
70217 -# CONFIG_PPC_CELL_NATIVE is not set
70218 -# CONFIG_PQ2ADS is not set
70219 -CONFIG_MPC85xx=y
70220 -# CONFIG_MPC8540_ADS is not set
70221 -# CONFIG_MPC8560_ADS is not set
70222 -# CONFIG_MPC85xx_CDS is not set
70223 -# CONFIG_MPC85xx_MDS is not set
70224 -CONFIG_MPC85xx_DS=y
70225 -# CONFIG_STX_GP3 is not set
70226 -# CONFIG_TQM8540 is not set
70227 -# CONFIG_TQM8541 is not set
70228 -# CONFIG_TQM8555 is not set
70229 -# CONFIG_TQM8560 is not set
70230 -# CONFIG_SBC8548 is not set
70231 -# CONFIG_SBC8560 is not set
70232 -# CONFIG_IPIC is not set
70233 -CONFIG_MPIC=y
70234 -# CONFIG_MPIC_WEIRD is not set
70235 -CONFIG_PPC_I8259=y
70236 -# CONFIG_PPC_RTAS is not set
70237 -# CONFIG_MMIO_NVRAM is not set
70238 -# CONFIG_PPC_MPC106 is not set
70239 -# CONFIG_PPC_970_NAP is not set
70240 -# CONFIG_PPC_INDIRECT_IO is not set
70241 -# CONFIG_GENERIC_IOMAP is not set
70242 -# CONFIG_CPU_FREQ is not set
70243 -# CONFIG_CPM2 is not set
70244 -CONFIG_FSL_ULI1575=y
70245 -
70246 -#
70247 -# Kernel options
70248 -#
70249 -CONFIG_HIGHMEM=y
70250 -CONFIG_TICK_ONESHOT=y
70251 -CONFIG_NO_HZ=y
70252 -CONFIG_HIGH_RES_TIMERS=y
70253 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
70254 -# CONFIG_HZ_100 is not set
70255 -CONFIG_HZ_250=y
70256 -# CONFIG_HZ_300 is not set
70257 -# CONFIG_HZ_1000 is not set
70258 -CONFIG_HZ=250
70259 -# CONFIG_SCHED_HRTICK is not set
70260 -CONFIG_PREEMPT_NONE=y
70261 -# CONFIG_PREEMPT_VOLUNTARY is not set
70262 -# CONFIG_PREEMPT is not set
70263 -CONFIG_BINFMT_ELF=y
70264 -CONFIG_BINFMT_MISC=m
70265 -CONFIG_MATH_EMULATION=y
70266 -# CONFIG_IOMMU_HELPER is not set
70267 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
70268 -CONFIG_ARCH_HAS_WALK_MEMORY=y
70269 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
70270 -CONFIG_ARCH_FLATMEM_ENABLE=y
70271 -CONFIG_ARCH_POPULATES_NODE_MAP=y
70272 -CONFIG_SELECT_MEMORY_MODEL=y
70273 -CONFIG_FLATMEM_MANUAL=y
70274 -# CONFIG_DISCONTIGMEM_MANUAL is not set
70275 -# CONFIG_SPARSEMEM_MANUAL is not set
70276 -CONFIG_FLATMEM=y
70277 -CONFIG_FLAT_NODE_MEM_MAP=y
70278 -# CONFIG_SPARSEMEM_STATIC is not set
70279 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
70280 -CONFIG_SPLIT_PTLOCK_CPUS=4
70281 -# CONFIG_RESOURCES_64BIT is not set
70282 -CONFIG_ZONE_DMA_FLAG=1
70283 -CONFIG_BOUNCE=y
70284 -CONFIG_VIRT_TO_BUS=y
70285 -CONFIG_PROC_DEVICETREE=y
70286 -# CONFIG_CMDLINE_BOOL is not set
70287 -# CONFIG_PM is not set
70288 -CONFIG_SECCOMP=y
70289 -CONFIG_ISA_DMA_API=y
70290 -
70291 -#
70292 -# Bus options
70293 -#
70294 -CONFIG_ZONE_DMA=y
70295 -CONFIG_GENERIC_ISA_DMA=y
70296 -CONFIG_PPC_INDIRECT_PCI=y
70297 -CONFIG_FSL_SOC=y
70298 -CONFIG_FSL_PCI=y
70299 -CONFIG_PCI=y
70300 -CONFIG_PCI_DOMAINS=y
70301 -CONFIG_PCI_SYSCALL=y
70302 -# CONFIG_PCIEPORTBUS is not set
70303 -CONFIG_ARCH_SUPPORTS_MSI=y
70304 -# CONFIG_PCI_MSI is not set
70305 -CONFIG_PCI_LEGACY=y
70306 -# CONFIG_PCI_DEBUG is not set
70307 -# CONFIG_PCCARD is not set
70308 -# CONFIG_HOTPLUG_PCI is not set
70309 -
70310 -#
70311 -# Advanced setup
70312 -#
70313 -# CONFIG_ADVANCED_OPTIONS is not set
70314 -
70315 -#
70316 -# Default settings for advanced configuration options are used
70317 -#
70318 -CONFIG_HIGHMEM_START=0xfe000000
70319 -CONFIG_LOWMEM_SIZE=0x30000000
70320 -CONFIG_KERNEL_START=0xc0000000
70321 -CONFIG_TASK_SIZE=0xc0000000
70322 -CONFIG_BOOT_LOAD=0x00800000
70323 -
70324 -#
70325 -# Networking
70326 -#
70327 -CONFIG_NET=y
70328 -
70329 -#
70330 -# Networking options
70331 -#
70332 -CONFIG_PACKET=y
70333 -# CONFIG_PACKET_MMAP is not set
70334 -CONFIG_UNIX=y
70335 -CONFIG_XFRM=y
70336 -CONFIG_XFRM_USER=y
70337 -# CONFIG_XFRM_SUB_POLICY is not set
70338 -# CONFIG_XFRM_MIGRATE is not set
70339 -# CONFIG_XFRM_STATISTICS is not set
70340 -CONFIG_NET_KEY=m
70341 -# CONFIG_NET_KEY_MIGRATE is not set
70342 -CONFIG_INET=y
70343 -CONFIG_IP_MULTICAST=y
70344 -CONFIG_IP_ADVANCED_ROUTER=y
70345 -CONFIG_ASK_IP_FIB_HASH=y
70346 -# CONFIG_IP_FIB_TRIE is not set
70347 -CONFIG_IP_FIB_HASH=y
70348 -CONFIG_IP_MULTIPLE_TABLES=y
70349 -CONFIG_IP_ROUTE_MULTIPATH=y
70350 -CONFIG_IP_ROUTE_VERBOSE=y
70351 -CONFIG_IP_PNP=y
70352 -CONFIG_IP_PNP_DHCP=y
70353 -CONFIG_IP_PNP_BOOTP=y
70354 -CONFIG_IP_PNP_RARP=y
70355 -CONFIG_NET_IPIP=y
70356 -CONFIG_NET_IPGRE=y
70357 -CONFIG_NET_IPGRE_BROADCAST=y
70358 -CONFIG_IP_MROUTE=y
70359 -CONFIG_IP_PIMSM_V1=y
70360 -CONFIG_IP_PIMSM_V2=y
70361 -CONFIG_ARPD=y
70362 -# CONFIG_SYN_COOKIES is not set
70363 -# CONFIG_INET_AH is not set
70364 -# CONFIG_INET_ESP is not set
70365 -# CONFIG_INET_IPCOMP is not set
70366 -# CONFIG_INET_XFRM_TUNNEL is not set
70367 -CONFIG_INET_TUNNEL=y
70368 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
70369 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
70370 -# CONFIG_INET_XFRM_MODE_BEET is not set
70371 -# CONFIG_INET_LRO is not set
70372 -CONFIG_INET_DIAG=y
70373 -CONFIG_INET_TCP_DIAG=y
70374 -# CONFIG_TCP_CONG_ADVANCED is not set
70375 -CONFIG_TCP_CONG_CUBIC=y
70376 -CONFIG_DEFAULT_TCP_CONG="cubic"
70377 -# CONFIG_TCP_MD5SIG is not set
70378 -CONFIG_IPV6=y
70379 -# CONFIG_IPV6_PRIVACY is not set
70380 -# CONFIG_IPV6_ROUTER_PREF is not set
70381 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
70382 -# CONFIG_INET6_AH is not set
70383 -# CONFIG_INET6_ESP is not set
70384 -# CONFIG_INET6_IPCOMP is not set
70385 -# CONFIG_IPV6_MIP6 is not set
70386 -# CONFIG_INET6_XFRM_TUNNEL is not set
70387 -# CONFIG_INET6_TUNNEL is not set
70388 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
70389 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
70390 -CONFIG_INET6_XFRM_MODE_BEET=y
70391 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
70392 -CONFIG_IPV6_SIT=y
70393 -# CONFIG_IPV6_TUNNEL is not set
70394 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
70395 -# CONFIG_NETWORK_SECMARK is not set
70396 -# CONFIG_NETFILTER is not set
70397 -# CONFIG_IP_DCCP is not set
70398 -CONFIG_IP_SCTP=m
70399 -# CONFIG_SCTP_DBG_MSG is not set
70400 -# CONFIG_SCTP_DBG_OBJCNT is not set
70401 -# CONFIG_SCTP_HMAC_NONE is not set
70402 -# CONFIG_SCTP_HMAC_SHA1 is not set
70403 -CONFIG_SCTP_HMAC_MD5=y
70404 -# CONFIG_TIPC is not set
70405 -# CONFIG_ATM is not set
70406 -# CONFIG_BRIDGE is not set
70407 -# CONFIG_VLAN_8021Q is not set
70408 -# CONFIG_DECNET is not set
70409 -# CONFIG_LLC2 is not set
70410 -# CONFIG_IPX is not set
70411 -# CONFIG_ATALK is not set
70412 -# CONFIG_X25 is not set
70413 -# CONFIG_LAPB is not set
70414 -# CONFIG_ECONET is not set
70415 -# CONFIG_WAN_ROUTER is not set
70416 -# CONFIG_NET_SCHED is not set
70417 -
70418 -#
70419 -# Network testing
70420 -#
70421 -# CONFIG_NET_PKTGEN is not set
70422 -# CONFIG_HAMRADIO is not set
70423 -# CONFIG_CAN is not set
70424 -# CONFIG_IRDA is not set
70425 -# CONFIG_BT is not set
70426 -# CONFIG_AF_RXRPC is not set
70427 -CONFIG_FIB_RULES=y
70428 -
70429 -#
70430 -# Wireless
70431 -#
70432 -# CONFIG_CFG80211 is not set
70433 -# CONFIG_WIRELESS_EXT is not set
70434 -# CONFIG_MAC80211 is not set
70435 -# CONFIG_IEEE80211 is not set
70436 -# CONFIG_RFKILL is not set
70437 -# CONFIG_NET_9P is not set
70438 -
70439 -#
70440 -# Device Drivers
70441 -#
70442 -
70443 -#
70444 -# Generic Driver Options
70445 -#
70446 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
70447 -CONFIG_STANDALONE=y
70448 -CONFIG_PREVENT_FIRMWARE_BUILD=y
70449 -CONFIG_FW_LOADER=y
70450 -# CONFIG_DEBUG_DRIVER is not set
70451 -# CONFIG_DEBUG_DEVRES is not set
70452 -# CONFIG_SYS_HYPERVISOR is not set
70453 -# CONFIG_CONNECTOR is not set
70454 -# CONFIG_MTD is not set
70455 -CONFIG_OF_DEVICE=y
70456 -# CONFIG_PARPORT is not set
70457 -CONFIG_BLK_DEV=y
70458 -# CONFIG_BLK_DEV_FD is not set
70459 -# CONFIG_BLK_CPQ_DA is not set
70460 -# CONFIG_BLK_CPQ_CISS_DA is not set
70461 -# CONFIG_BLK_DEV_DAC960 is not set
70462 -# CONFIG_BLK_DEV_UMEM is not set
70463 -# CONFIG_BLK_DEV_COW_COMMON is not set
70464 -CONFIG_BLK_DEV_LOOP=y
70465 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
70466 -CONFIG_BLK_DEV_NBD=y
70467 -# CONFIG_BLK_DEV_SX8 is not set
70468 -# CONFIG_BLK_DEV_UB is not set
70469 -CONFIG_BLK_DEV_RAM=y
70470 -CONFIG_BLK_DEV_RAM_COUNT=16
70471 -CONFIG_BLK_DEV_RAM_SIZE=131072
70472 -# CONFIG_BLK_DEV_XIP is not set
70473 -# CONFIG_CDROM_PKTCDVD is not set
70474 -# CONFIG_ATA_OVER_ETH is not set
70475 -CONFIG_MISC_DEVICES=y
70476 -# CONFIG_PHANTOM is not set
70477 -# CONFIG_EEPROM_93CX6 is not set
70478 -# CONFIG_SGI_IOC4 is not set
70479 -# CONFIG_TIFM_CORE is not set
70480 -# CONFIG_ENCLOSURE_SERVICES is not set
70481 -CONFIG_HAVE_IDE=y
70482 -# CONFIG_IDE is not set
70483 -
70484 -#
70485 -# SCSI device support
70486 -#
70487 -# CONFIG_RAID_ATTRS is not set
70488 -CONFIG_SCSI=y
70489 -CONFIG_SCSI_DMA=y
70490 -# CONFIG_SCSI_TGT is not set
70491 -# CONFIG_SCSI_NETLINK is not set
70492 -CONFIG_SCSI_PROC_FS=y
70493 -
70494 -#
70495 -# SCSI support type (disk, tape, CD-ROM)
70496 -#
70497 -CONFIG_BLK_DEV_SD=y
70498 -CONFIG_CHR_DEV_ST=y
70499 -# CONFIG_CHR_DEV_OSST is not set
70500 -CONFIG_BLK_DEV_SR=y
70501 -# CONFIG_BLK_DEV_SR_VENDOR is not set
70502 -CONFIG_CHR_DEV_SG=y
70503 -# CONFIG_CHR_DEV_SCH is not set
70504 -
70505 -#
70506 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
70507 -#
70508 -CONFIG_SCSI_MULTI_LUN=y
70509 -# CONFIG_SCSI_CONSTANTS is not set
70510 -CONFIG_SCSI_LOGGING=y
70511 -# CONFIG_SCSI_SCAN_ASYNC is not set
70512 -CONFIG_SCSI_WAIT_SCAN=m
70513 -
70514 -#
70515 -# SCSI Transports
70516 -#
70517 -# CONFIG_SCSI_SPI_ATTRS is not set
70518 -# CONFIG_SCSI_FC_ATTRS is not set
70519 -# CONFIG_SCSI_ISCSI_ATTRS is not set
70520 -# CONFIG_SCSI_SAS_LIBSAS is not set
70521 -# CONFIG_SCSI_SRP_ATTRS is not set
70522 -CONFIG_SCSI_LOWLEVEL=y
70523 -# CONFIG_ISCSI_TCP is not set
70524 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
70525 -# CONFIG_SCSI_3W_9XXX is not set
70526 -# CONFIG_SCSI_ACARD is not set
70527 -# CONFIG_SCSI_AACRAID is not set
70528 -# CONFIG_SCSI_AIC7XXX is not set
70529 -# CONFIG_SCSI_AIC7XXX_OLD is not set
70530 -# CONFIG_SCSI_AIC79XX is not set
70531 -# CONFIG_SCSI_AIC94XX is not set
70532 -# CONFIG_SCSI_DPT_I2O is not set
70533 -# CONFIG_SCSI_ADVANSYS is not set
70534 -# CONFIG_SCSI_ARCMSR is not set
70535 -# CONFIG_MEGARAID_NEWGEN is not set
70536 -# CONFIG_MEGARAID_LEGACY is not set
70537 -# CONFIG_MEGARAID_SAS is not set
70538 -# CONFIG_SCSI_HPTIOP is not set
70539 -# CONFIG_SCSI_BUSLOGIC is not set
70540 -# CONFIG_SCSI_DMX3191D is not set
70541 -# CONFIG_SCSI_EATA is not set
70542 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
70543 -# CONFIG_SCSI_GDTH is not set
70544 -# CONFIG_SCSI_IPS is not set
70545 -# CONFIG_SCSI_INITIO is not set
70546 -# CONFIG_SCSI_INIA100 is not set
70547 -# CONFIG_SCSI_MVSAS is not set
70548 -# CONFIG_SCSI_STEX is not set
70549 -# CONFIG_SCSI_SYM53C8XX_2 is not set
70550 -# CONFIG_SCSI_IPR is not set
70551 -# CONFIG_SCSI_QLOGIC_1280 is not set
70552 -# CONFIG_SCSI_QLA_FC is not set
70553 -# CONFIG_SCSI_QLA_ISCSI is not set
70554 -# CONFIG_SCSI_LPFC is not set
70555 -# CONFIG_SCSI_DC395x is not set
70556 -# CONFIG_SCSI_DC390T is not set
70557 -# CONFIG_SCSI_NSP32 is not set
70558 -# CONFIG_SCSI_DEBUG is not set
70559 -# CONFIG_SCSI_SRP is not set
70560 -CONFIG_ATA=y
70561 -# CONFIG_ATA_NONSTANDARD is not set
70562 -CONFIG_SATA_AHCI=y
70563 -# CONFIG_SATA_SVW is not set
70564 -# CONFIG_ATA_PIIX is not set
70565 -# CONFIG_SATA_MV is not set
70566 -# CONFIG_SATA_NV is not set
70567 -# CONFIG_PDC_ADMA is not set
70568 -# CONFIG_SATA_QSTOR is not set
70569 -# CONFIG_SATA_PROMISE is not set
70570 -# CONFIG_SATA_SX4 is not set
70571 -# CONFIG_SATA_SIL is not set
70572 -# CONFIG_SATA_SIL24 is not set
70573 -# CONFIG_SATA_SIS is not set
70574 -# CONFIG_SATA_ULI is not set
70575 -# CONFIG_SATA_VIA is not set
70576 -# CONFIG_SATA_VITESSE is not set
70577 -# CONFIG_SATA_INIC162X is not set
70578 -# CONFIG_SATA_FSL is not set
70579 -CONFIG_PATA_ALI=y
70580 -# CONFIG_PATA_AMD is not set
70581 -# CONFIG_PATA_ARTOP is not set
70582 -# CONFIG_PATA_ATIIXP is not set
70583 -# CONFIG_PATA_CMD640_PCI is not set
70584 -# CONFIG_PATA_CMD64X is not set
70585 -# CONFIG_PATA_CS5520 is not set
70586 -# CONFIG_PATA_CS5530 is not set
70587 -# CONFIG_PATA_CYPRESS is not set
70588 -# CONFIG_PATA_EFAR is not set
70589 -# CONFIG_ATA_GENERIC is not set
70590 -# CONFIG_PATA_HPT366 is not set
70591 -# CONFIG_PATA_HPT37X is not set
70592 -# CONFIG_PATA_HPT3X2N is not set
70593 -# CONFIG_PATA_HPT3X3 is not set
70594 -# CONFIG_PATA_IT821X is not set
70595 -# CONFIG_PATA_IT8213 is not set
70596 -# CONFIG_PATA_JMICRON is not set
70597 -# CONFIG_PATA_TRIFLEX is not set
70598 -# CONFIG_PATA_MARVELL is not set
70599 -# CONFIG_PATA_MPIIX is not set
70600 -# CONFIG_PATA_OLDPIIX is not set
70601 -# CONFIG_PATA_NETCELL is not set
70602 -# CONFIG_PATA_NINJA32 is not set
70603 -# CONFIG_PATA_NS87410 is not set
70604 -# CONFIG_PATA_NS87415 is not set
70605 -# CONFIG_PATA_OPTI is not set
70606 -# CONFIG_PATA_OPTIDMA is not set
70607 -# CONFIG_PATA_PDC_OLD is not set
70608 -# CONFIG_PATA_RADISYS is not set
70609 -# CONFIG_PATA_RZ1000 is not set
70610 -# CONFIG_PATA_SC1200 is not set
70611 -# CONFIG_PATA_SERVERWORKS is not set
70612 -# CONFIG_PATA_PDC2027X is not set
70613 -# CONFIG_PATA_SIL680 is not set
70614 -# CONFIG_PATA_SIS is not set
70615 -# CONFIG_PATA_VIA is not set
70616 -# CONFIG_PATA_WINBOND is not set
70617 -# CONFIG_PATA_PLATFORM is not set
70618 -# CONFIG_MD is not set
70619 -# CONFIG_FUSION is not set
70620 -
70621 -#
70622 -# IEEE 1394 (FireWire) support
70623 -#
70624 -# CONFIG_FIREWIRE is not set
70625 -# CONFIG_IEEE1394 is not set
70626 -# CONFIG_I2O is not set
70627 -# CONFIG_MACINTOSH_DRIVERS is not set
70628 -CONFIG_NETDEVICES=y
70629 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
70630 -CONFIG_DUMMY=y
70631 -# CONFIG_BONDING is not set
70632 -# CONFIG_MACVLAN is not set
70633 -# CONFIG_EQUALIZER is not set
70634 -# CONFIG_TUN is not set
70635 -# CONFIG_VETH is not set
70636 -# CONFIG_ARCNET is not set
70637 -CONFIG_PHYLIB=y
70638 -
70639 -#
70640 -# MII PHY device drivers
70641 -#
70642 -# CONFIG_MARVELL_PHY is not set
70643 -# CONFIG_DAVICOM_PHY is not set
70644 -# CONFIG_QSEMI_PHY is not set
70645 -# CONFIG_LXT_PHY is not set
70646 -# CONFIG_CICADA_PHY is not set
70647 -CONFIG_VITESSE_PHY=y
70648 -# CONFIG_SMSC_PHY is not set
70649 -# CONFIG_BROADCOM_PHY is not set
70650 -# CONFIG_ICPLUS_PHY is not set
70651 -# CONFIG_REALTEK_PHY is not set
70652 -# CONFIG_FIXED_PHY is not set
70653 -# CONFIG_MDIO_BITBANG is not set
70654 -CONFIG_NET_ETHERNET=y
70655 -CONFIG_MII=y
70656 -# CONFIG_HAPPYMEAL is not set
70657 -# CONFIG_SUNGEM is not set
70658 -# CONFIG_CASSINI is not set
70659 -# CONFIG_NET_VENDOR_3COM is not set
70660 -# CONFIG_NET_TULIP is not set
70661 -# CONFIG_HP100 is not set
70662 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
70663 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
70664 -# CONFIG_IBM_NEW_EMAC_TAH is not set
70665 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
70666 -# CONFIG_NET_PCI is not set
70667 -# CONFIG_B44 is not set
70668 -CONFIG_NETDEV_1000=y
70669 -# CONFIG_ACENIC is not set
70670 -# CONFIG_DL2K is not set
70671 -# CONFIG_E1000 is not set
70672 -# CONFIG_E1000E is not set
70673 -# CONFIG_E1000E_ENABLED is not set
70674 -# CONFIG_IP1000 is not set
70675 -# CONFIG_IGB is not set
70676 -# CONFIG_NS83820 is not set
70677 -# CONFIG_HAMACHI is not set
70678 -# CONFIG_YELLOWFIN is not set
70679 -# CONFIG_R8169 is not set
70680 -# CONFIG_SIS190 is not set
70681 -# CONFIG_SKGE is not set
70682 -# CONFIG_SKY2 is not set
70683 -# CONFIG_SK98LIN is not set
70684 -# CONFIG_VIA_VELOCITY is not set
70685 -# CONFIG_TIGON3 is not set
70686 -# CONFIG_BNX2 is not set
70687 -CONFIG_GIANFAR=y
70688 -CONFIG_GFAR_NAPI=y
70689 -# CONFIG_QLA3XXX is not set
70690 -# CONFIG_ATL1 is not set
70691 -CONFIG_NETDEV_10000=y
70692 -# CONFIG_CHELSIO_T1 is not set
70693 -# CONFIG_CHELSIO_T3 is not set
70694 -# CONFIG_IXGBE is not set
70695 -# CONFIG_IXGB is not set
70696 -# CONFIG_S2IO is not set
70697 -# CONFIG_MYRI10GE is not set
70698 -# CONFIG_NETXEN_NIC is not set
70699 -# CONFIG_NIU is not set
70700 -# CONFIG_MLX4_CORE is not set
70701 -# CONFIG_TEHUTI is not set
70702 -# CONFIG_BNX2X is not set
70703 -# CONFIG_TR is not set
70704 -
70705 -#
70706 -# Wireless LAN
70707 -#
70708 -# CONFIG_WLAN_PRE80211 is not set
70709 -# CONFIG_WLAN_80211 is not set
70710 -
70711 -#
70712 -# USB Network Adapters
70713 -#
70714 -# CONFIG_USB_CATC is not set
70715 -# CONFIG_USB_KAWETH is not set
70716 -# CONFIG_USB_PEGASUS is not set
70717 -# CONFIG_USB_RTL8150 is not set
70718 -# CONFIG_USB_USBNET is not set
70719 -# CONFIG_WAN is not set
70720 -# CONFIG_FDDI is not set
70721 -# CONFIG_HIPPI is not set
70722 -# CONFIG_PPP is not set
70723 -# CONFIG_SLIP is not set
70724 -# CONFIG_NET_FC is not set
70725 -# CONFIG_NETCONSOLE is not set
70726 -# CONFIG_NETPOLL is not set
70727 -# CONFIG_NET_POLL_CONTROLLER is not set
70728 -# CONFIG_ISDN is not set
70729 -# CONFIG_PHONE is not set
70730 -
70731 -#
70732 -# Input device support
70733 -#
70734 -CONFIG_INPUT=y
70735 -# CONFIG_INPUT_FF_MEMLESS is not set
70736 -# CONFIG_INPUT_POLLDEV is not set
70737 -
70738 -#
70739 -# Userland interfaces
70740 -#
70741 -# CONFIG_INPUT_MOUSEDEV is not set
70742 -# CONFIG_INPUT_JOYDEV is not set
70743 -# CONFIG_INPUT_EVDEV is not set
70744 -# CONFIG_INPUT_EVBUG is not set
70745 -
70746 -#
70747 -# Input Device Drivers
70748 -#
70749 -# CONFIG_INPUT_KEYBOARD is not set
70750 -# CONFIG_INPUT_MOUSE is not set
70751 -# CONFIG_INPUT_JOYSTICK is not set
70752 -# CONFIG_INPUT_TABLET is not set
70753 -# CONFIG_INPUT_TOUCHSCREEN is not set
70754 -# CONFIG_INPUT_MISC is not set
70755 -
70756 -#
70757 -# Hardware I/O ports
70758 -#
70759 -CONFIG_SERIO=y
70760 -CONFIG_SERIO_I8042=y
70761 -CONFIG_SERIO_SERPORT=y
70762 -# CONFIG_SERIO_PCIPS2 is not set
70763 -CONFIG_SERIO_LIBPS2=y
70764 -# CONFIG_SERIO_RAW is not set
70765 -# CONFIG_GAMEPORT is not set
70766 -
70767 -#
70768 -# Character devices
70769 -#
70770 -CONFIG_VT=y
70771 -CONFIG_VT_CONSOLE=y
70772 -CONFIG_HW_CONSOLE=y
70773 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
70774 -# CONFIG_SERIAL_NONSTANDARD is not set
70775 -# CONFIG_NOZOMI is not set
70776 -
70777 -#
70778 -# Serial drivers
70779 -#
70780 -CONFIG_SERIAL_8250=y
70781 -CONFIG_SERIAL_8250_CONSOLE=y
70782 -CONFIG_SERIAL_8250_PCI=y
70783 -CONFIG_SERIAL_8250_NR_UARTS=2
70784 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
70785 -CONFIG_SERIAL_8250_EXTENDED=y
70786 -CONFIG_SERIAL_8250_MANY_PORTS=y
70787 -CONFIG_SERIAL_8250_SHARE_IRQ=y
70788 -CONFIG_SERIAL_8250_DETECT_IRQ=y
70789 -CONFIG_SERIAL_8250_RSA=y
70790 -
70791 -#
70792 -# Non-8250 serial port support
70793 -#
70794 -# CONFIG_SERIAL_UARTLITE is not set
70795 -CONFIG_SERIAL_CORE=y
70796 -CONFIG_SERIAL_CORE_CONSOLE=y
70797 -# CONFIG_SERIAL_JSM is not set
70798 -# CONFIG_SERIAL_OF_PLATFORM is not set
70799 -CONFIG_UNIX98_PTYS=y
70800 -CONFIG_LEGACY_PTYS=y
70801 -CONFIG_LEGACY_PTY_COUNT=256
70802 -# CONFIG_IPMI_HANDLER is not set
70803 -# CONFIG_HW_RANDOM is not set
70804 -CONFIG_NVRAM=y
70805 -# CONFIG_GEN_RTC is not set
70806 -# CONFIG_R3964 is not set
70807 -# CONFIG_APPLICOM is not set
70808 -# CONFIG_RAW_DRIVER is not set
70809 -# CONFIG_TCG_TPM is not set
70810 -CONFIG_DEVPORT=y
70811 -CONFIG_I2C=y
70812 -CONFIG_I2C_BOARDINFO=y
70813 -# CONFIG_I2C_CHARDEV is not set
70814 -
70815 -#
70816 -# I2C Algorithms
70817 -#
70818 -# CONFIG_I2C_ALGOBIT is not set
70819 -# CONFIG_I2C_ALGOPCF is not set
70820 -# CONFIG_I2C_ALGOPCA is not set
70821 -
70822 -#
70823 -# I2C Hardware Bus support
70824 -#
70825 -# CONFIG_I2C_ALI1535 is not set
70826 -# CONFIG_I2C_ALI1563 is not set
70827 -# CONFIG_I2C_ALI15X3 is not set
70828 -# CONFIG_I2C_AMD756 is not set
70829 -# CONFIG_I2C_AMD8111 is not set
70830 -# CONFIG_I2C_I801 is not set
70831 -# CONFIG_I2C_I810 is not set
70832 -# CONFIG_I2C_PIIX4 is not set
70833 -CONFIG_I2C_MPC=y
70834 -# CONFIG_I2C_NFORCE2 is not set
70835 -# CONFIG_I2C_OCORES is not set
70836 -# CONFIG_I2C_PARPORT_LIGHT is not set
70837 -# CONFIG_I2C_PROSAVAGE is not set
70838 -# CONFIG_I2C_SAVAGE4 is not set
70839 -# CONFIG_I2C_SIMTEC is not set
70840 -# CONFIG_I2C_SIS5595 is not set
70841 -# CONFIG_I2C_SIS630 is not set
70842 -# CONFIG_I2C_SIS96X is not set
70843 -# CONFIG_I2C_TAOS_EVM is not set
70844 -# CONFIG_I2C_STUB is not set
70845 -# CONFIG_I2C_TINY_USB is not set
70846 -# CONFIG_I2C_VIA is not set
70847 -# CONFIG_I2C_VIAPRO is not set
70848 -# CONFIG_I2C_VOODOO3 is not set
70849 -
70850 -#
70851 -# Miscellaneous I2C Chip support
70852 -#
70853 -# CONFIG_DS1682 is not set
70854 -CONFIG_SENSORS_EEPROM=y
70855 -# CONFIG_SENSORS_PCF8574 is not set
70856 -# CONFIG_PCF8575 is not set
70857 -# CONFIG_SENSORS_PCF8591 is not set
70858 -# CONFIG_TPS65010 is not set
70859 -# CONFIG_SENSORS_MAX6875 is not set
70860 -# CONFIG_SENSORS_TSL2550 is not set
70861 -# CONFIG_I2C_DEBUG_CORE is not set
70862 -# CONFIG_I2C_DEBUG_ALGO is not set
70863 -# CONFIG_I2C_DEBUG_BUS is not set
70864 -# CONFIG_I2C_DEBUG_CHIP is not set
70865 -
70866 -#
70867 -# SPI support
70868 -#
70869 -# CONFIG_SPI is not set
70870 -# CONFIG_SPI_MASTER is not set
70871 -# CONFIG_W1 is not set
70872 -# CONFIG_POWER_SUPPLY is not set
70873 -# CONFIG_HWMON is not set
70874 -# CONFIG_THERMAL is not set
70875 -# CONFIG_WATCHDOG is not set
70876 -
70877 -#
70878 -# Sonics Silicon Backplane
70879 -#
70880 -CONFIG_SSB_POSSIBLE=y
70881 -# CONFIG_SSB is not set
70882 -
70883 -#
70884 -# Multifunction device drivers
70885 -#
70886 -# CONFIG_MFD_SM501 is not set
70887 -
70888 -#
70889 -# Multimedia devices
70890 -#
70891 -# CONFIG_VIDEO_DEV is not set
70892 -CONFIG_DVB_CORE=m
70893 -# CONFIG_DVB_CORE_ATTACH is not set
70894 -CONFIG_DVB_CAPTURE_DRIVERS=y
70895 -
70896 -#
70897 -# Supported SAA7146 based PCI Adapters
70898 -#
70899 -# CONFIG_TTPCI_EEPROM is not set
70900 -# CONFIG_DVB_BUDGET_CORE is not set
70901 -
70902 -#
70903 -# Supported USB Adapters
70904 -#
70905 -# CONFIG_DVB_USB is not set
70906 -# CONFIG_DVB_TTUSB_BUDGET is not set
70907 -# CONFIG_DVB_TTUSB_DEC is not set
70908 -# CONFIG_DVB_CINERGYT2 is not set
70909 -
70910 -#
70911 -# Supported FlexCopII (B2C2) Adapters
70912 -#
70913 -# CONFIG_DVB_B2C2_FLEXCOP is not set
70914 -
70915 -#
70916 -# Supported BT878 Adapters
70917 -#
70918 -
70919 -#
70920 -# Supported Pluto2 Adapters
70921 -#
70922 -# CONFIG_DVB_PLUTO2 is not set
70923 -
70924 -#
70925 -# Supported DVB Frontends
70926 -#
70927 -
70928 -#
70929 -# Customise DVB Frontends
70930 -#
70931 -# CONFIG_DVB_FE_CUSTOMISE is not set
70932 -
70933 -#
70934 -# DVB-S (satellite) frontends
70935 -#
70936 -# CONFIG_DVB_STV0299 is not set
70937 -# CONFIG_DVB_CX24110 is not set
70938 -# CONFIG_DVB_CX24123 is not set
70939 -# CONFIG_DVB_TDA8083 is not set
70940 -# CONFIG_DVB_MT312 is not set
70941 -# CONFIG_DVB_VES1X93 is not set
70942 -# CONFIG_DVB_S5H1420 is not set
70943 -# CONFIG_DVB_TDA10086 is not set
70944 -
70945 -#
70946 -# DVB-T (terrestrial) frontends
70947 -#
70948 -# CONFIG_DVB_SP8870 is not set
70949 -# CONFIG_DVB_SP887X is not set
70950 -# CONFIG_DVB_CX22700 is not set
70951 -# CONFIG_DVB_CX22702 is not set
70952 -# CONFIG_DVB_L64781 is not set
70953 -# CONFIG_DVB_TDA1004X is not set
70954 -# CONFIG_DVB_NXT6000 is not set
70955 -# CONFIG_DVB_MT352 is not set
70956 -# CONFIG_DVB_ZL10353 is not set
70957 -# CONFIG_DVB_DIB3000MB is not set
70958 -# CONFIG_DVB_DIB3000MC is not set
70959 -# CONFIG_DVB_DIB7000M is not set
70960 -# CONFIG_DVB_DIB7000P is not set
70961 -
70962 -#
70963 -# DVB-C (cable) frontends
70964 -#
70965 -# CONFIG_DVB_VES1820 is not set
70966 -# CONFIG_DVB_TDA10021 is not set
70967 -# CONFIG_DVB_TDA10023 is not set
70968 -# CONFIG_DVB_STV0297 is not set
70969 -
70970 -#
70971 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
70972 -#
70973 -# CONFIG_DVB_NXT200X is not set
70974 -# CONFIG_DVB_OR51211 is not set
70975 -# CONFIG_DVB_OR51132 is not set
70976 -# CONFIG_DVB_BCM3510 is not set
70977 -# CONFIG_DVB_LGDT330X is not set
70978 -# CONFIG_DVB_S5H1409 is not set
70979 -
70980 -#
70981 -# Tuners/PLL support
70982 -#
70983 -# CONFIG_DVB_PLL is not set
70984 -# CONFIG_DVB_TDA826X is not set
70985 -# CONFIG_DVB_TDA827X is not set
70986 -# CONFIG_DVB_TDA18271 is not set
70987 -# CONFIG_DVB_TUNER_QT1010 is not set
70988 -# CONFIG_DVB_TUNER_MT2060 is not set
70989 -# CONFIG_DVB_TUNER_MT2266 is not set
70990 -# CONFIG_DVB_TUNER_MT2131 is not set
70991 -# CONFIG_DVB_TUNER_DIB0070 is not set
70992 -# CONFIG_DVB_TUNER_XC5000 is not set
70993 -
70994 -#
70995 -# Miscellaneous devices
70996 -#
70997 -# CONFIG_DVB_LNBP21 is not set
70998 -# CONFIG_DVB_ISL6421 is not set
70999 -# CONFIG_DVB_TUA6100 is not set
71000 -CONFIG_DAB=y
71001 -# CONFIG_USB_DABUSB is not set
71002 -
71003 -#
71004 -# Graphics support
71005 -#
71006 -# CONFIG_AGP is not set
71007 -# CONFIG_DRM is not set
71008 -# CONFIG_VGASTATE is not set
71009 -CONFIG_VIDEO_OUTPUT_CONTROL=y
71010 -# CONFIG_FB is not set
71011 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
71012 -
71013 -#
71014 -# Display device support
71015 -#
71016 -# CONFIG_DISPLAY_SUPPORT is not set
71017 -
71018 -#
71019 -# Console display driver support
71020 -#
71021 -CONFIG_VGA_CONSOLE=y
71022 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
71023 -CONFIG_DUMMY_CONSOLE=y
71024 -
71025 -#
71026 -# Sound
71027 -#
71028 -CONFIG_SOUND=y
71029 -
71030 -#
71031 -# Advanced Linux Sound Architecture
71032 -#
71033 -CONFIG_SND=y
71034 -CONFIG_SND_TIMER=y
71035 -CONFIG_SND_PCM=y
71036 -# CONFIG_SND_SEQUENCER is not set
71037 -# CONFIG_SND_MIXER_OSS is not set
71038 -# CONFIG_SND_PCM_OSS is not set
71039 -# CONFIG_SND_DYNAMIC_MINORS is not set
71040 -CONFIG_SND_SUPPORT_OLD_API=y
71041 -CONFIG_SND_VERBOSE_PROCFS=y
71042 -# CONFIG_SND_VERBOSE_PRINTK is not set
71043 -# CONFIG_SND_DEBUG is not set
71044 -
71045 -#
71046 -# Generic devices
71047 -#
71048 -CONFIG_SND_AC97_CODEC=y
71049 -# CONFIG_SND_DUMMY is not set
71050 -# CONFIG_SND_MTPAV is not set
71051 -# CONFIG_SND_SERIAL_U16550 is not set
71052 -# CONFIG_SND_MPU401 is not set
71053 -
71054 -#
71055 -# PCI devices
71056 -#
71057 -# CONFIG_SND_AD1889 is not set
71058 -# CONFIG_SND_ALS300 is not set
71059 -# CONFIG_SND_ALS4000 is not set
71060 -# CONFIG_SND_ALI5451 is not set
71061 -# CONFIG_SND_ATIIXP is not set
71062 -# CONFIG_SND_ATIIXP_MODEM is not set
71063 -# CONFIG_SND_AU8810 is not set
71064 -# CONFIG_SND_AU8820 is not set
71065 -# CONFIG_SND_AU8830 is not set
71066 -# CONFIG_SND_AZT3328 is not set
71067 -# CONFIG_SND_BT87X is not set
71068 -# CONFIG_SND_CA0106 is not set
71069 -# CONFIG_SND_CMIPCI is not set
71070 -# CONFIG_SND_OXYGEN is not set
71071 -# CONFIG_SND_CS4281 is not set
71072 -# CONFIG_SND_CS46XX is not set
71073 -# CONFIG_SND_CS5530 is not set
71074 -# CONFIG_SND_DARLA20 is not set
71075 -# CONFIG_SND_GINA20 is not set
71076 -# CONFIG_SND_LAYLA20 is not set
71077 -# CONFIG_SND_DARLA24 is not set
71078 -# CONFIG_SND_GINA24 is not set
71079 -# CONFIG_SND_LAYLA24 is not set
71080 -# CONFIG_SND_MONA is not set
71081 -# CONFIG_SND_MIA is not set
71082 -# CONFIG_SND_ECHO3G is not set
71083 -# CONFIG_SND_INDIGO is not set
71084 -# CONFIG_SND_INDIGOIO is not set
71085 -# CONFIG_SND_INDIGODJ is not set
71086 -# CONFIG_SND_EMU10K1 is not set
71087 -# CONFIG_SND_EMU10K1X is not set
71088 -# CONFIG_SND_ENS1370 is not set
71089 -# CONFIG_SND_ENS1371 is not set
71090 -# CONFIG_SND_ES1938 is not set
71091 -# CONFIG_SND_ES1968 is not set
71092 -# CONFIG_SND_FM801 is not set
71093 -# CONFIG_SND_HDA_INTEL is not set
71094 -# CONFIG_SND_HDSP is not set
71095 -# CONFIG_SND_HDSPM is not set
71096 -# CONFIG_SND_HIFIER is not set
71097 -# CONFIG_SND_ICE1712 is not set
71098 -# CONFIG_SND_ICE1724 is not set
71099 -CONFIG_SND_INTEL8X0=y
71100 -# CONFIG_SND_INTEL8X0M is not set
71101 -# CONFIG_SND_KORG1212 is not set
71102 -# CONFIG_SND_MAESTRO3 is not set
71103 -# CONFIG_SND_MIXART is not set
71104 -# CONFIG_SND_NM256 is not set
71105 -# CONFIG_SND_PCXHR is not set
71106 -# CONFIG_SND_RIPTIDE is not set
71107 -# CONFIG_SND_RME32 is not set
71108 -# CONFIG_SND_RME96 is not set
71109 -# CONFIG_SND_RME9652 is not set
71110 -# CONFIG_SND_SONICVIBES is not set
71111 -# CONFIG_SND_TRIDENT is not set
71112 -# CONFIG_SND_VIA82XX is not set
71113 -# CONFIG_SND_VIA82XX_MODEM is not set
71114 -# CONFIG_SND_VIRTUOSO is not set
71115 -# CONFIG_SND_VX222 is not set
71116 -# CONFIG_SND_YMFPCI is not set
71117 -# CONFIG_SND_AC97_POWER_SAVE is not set
71118 -
71119 -#
71120 -# ALSA PowerMac devices
71121 -#
71122 -
71123 -#
71124 -# ALSA PowerPC devices
71125 -#
71126 -
71127 -#
71128 -# USB devices
71129 -#
71130 -# CONFIG_SND_USB_AUDIO is not set
71131 -# CONFIG_SND_USB_USX2Y is not set
71132 -# CONFIG_SND_USB_CAIAQ is not set
71133 -
71134 -#
71135 -# System on Chip audio support
71136 -#
71137 -# CONFIG_SND_SOC is not set
71138 -
71139 -#
71140 -# SoC Audio support for SuperH
71141 -#
71142 -
71143 -#
71144 -# ALSA SoC audio for Freescale SOCs
71145 -#
71146 -
71147 -#
71148 -# Open Sound System
71149 -#
71150 -# CONFIG_SOUND_PRIME is not set
71151 -CONFIG_AC97_BUS=y
71152 -CONFIG_HID_SUPPORT=y
71153 -CONFIG_HID=y
71154 -# CONFIG_HID_DEBUG is not set
71155 -# CONFIG_HIDRAW is not set
71156 -
71157 -#
71158 -# USB Input Devices
71159 -#
71160 -CONFIG_USB_HID=y
71161 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
71162 -# CONFIG_HID_FF is not set
71163 -# CONFIG_USB_HIDDEV is not set
71164 -CONFIG_USB_SUPPORT=y
71165 -CONFIG_USB_ARCH_HAS_HCD=y
71166 -CONFIG_USB_ARCH_HAS_OHCI=y
71167 -CONFIG_USB_ARCH_HAS_EHCI=y
71168 -CONFIG_USB=y
71169 -# CONFIG_USB_DEBUG is not set
71170 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
71171 -
71172 -#
71173 -# Miscellaneous USB options
71174 -#
71175 -CONFIG_USB_DEVICEFS=y
71176 -CONFIG_USB_DEVICE_CLASS=y
71177 -# CONFIG_USB_DYNAMIC_MINORS is not set
71178 -# CONFIG_USB_OTG is not set
71179 -
71180 -#
71181 -# USB Host Controller Drivers
71182 -#
71183 -CONFIG_USB_EHCI_HCD=y
71184 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
71185 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
71186 -# CONFIG_USB_EHCI_FSL is not set
71187 -CONFIG_USB_EHCI_HCD_PPC_OF=y
71188 -# CONFIG_USB_ISP116X_HCD is not set
71189 -CONFIG_USB_OHCI_HCD=y
71190 -CONFIG_USB_OHCI_HCD_PPC_OF=y
71191 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
71192 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
71193 -CONFIG_USB_OHCI_HCD_PCI=y
71194 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
71195 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
71196 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
71197 -# CONFIG_USB_UHCI_HCD is not set
71198 -# CONFIG_USB_SL811_HCD is not set
71199 -# CONFIG_USB_R8A66597_HCD is not set
71200 -
71201 -#
71202 -# USB Device Class drivers
71203 -#
71204 -# CONFIG_USB_ACM is not set
71205 -# CONFIG_USB_PRINTER is not set
71206 -
71207 -#
71208 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
71209 -#
71210 -
71211 -#
71212 -# may also be needed; see USB_STORAGE Help for more information
71213 -#
71214 -CONFIG_USB_STORAGE=y
71215 -# CONFIG_USB_STORAGE_DEBUG is not set
71216 -# CONFIG_USB_STORAGE_DATAFAB is not set
71217 -# CONFIG_USB_STORAGE_FREECOM is not set
71218 -# CONFIG_USB_STORAGE_ISD200 is not set
71219 -# CONFIG_USB_STORAGE_DPCM is not set
71220 -# CONFIG_USB_STORAGE_USBAT is not set
71221 -# CONFIG_USB_STORAGE_SDDR09 is not set
71222 -# CONFIG_USB_STORAGE_SDDR55 is not set
71223 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
71224 -# CONFIG_USB_STORAGE_ALAUDA is not set
71225 -# CONFIG_USB_STORAGE_KARMA is not set
71226 -# CONFIG_USB_LIBUSUAL is not set
71227 -
71228 -#
71229 -# USB Imaging devices
71230 -#
71231 -# CONFIG_USB_MDC800 is not set
71232 -# CONFIG_USB_MICROTEK is not set
71233 -CONFIG_USB_MON=y
71234 -
71235 -#
71236 -# USB port drivers
71237 -#
71238 -# CONFIG_USB_SERIAL is not set
71239 -
71240 -#
71241 -# USB Miscellaneous drivers
71242 -#
71243 -# CONFIG_USB_EMI62 is not set
71244 -# CONFIG_USB_EMI26 is not set
71245 -# CONFIG_USB_ADUTUX is not set
71246 -# CONFIG_USB_AUERSWALD is not set
71247 -# CONFIG_USB_RIO500 is not set
71248 -# CONFIG_USB_LEGOTOWER is not set
71249 -# CONFIG_USB_LCD is not set
71250 -# CONFIG_USB_BERRY_CHARGE is not set
71251 -# CONFIG_USB_LED is not set
71252 -# CONFIG_USB_CYPRESS_CY7C63 is not set
71253 -# CONFIG_USB_CYTHERM is not set
71254 -# CONFIG_USB_PHIDGET is not set
71255 -# CONFIG_USB_IDMOUSE is not set
71256 -# CONFIG_USB_FTDI_ELAN is not set
71257 -# CONFIG_USB_APPLEDISPLAY is not set
71258 -# CONFIG_USB_SISUSBVGA is not set
71259 -# CONFIG_USB_LD is not set
71260 -# CONFIG_USB_TRANCEVIBRATOR is not set
71261 -# CONFIG_USB_IOWARRIOR is not set
71262 -# CONFIG_USB_TEST is not set
71263 -# CONFIG_USB_GADGET is not set
71264 -# CONFIG_MMC is not set
71265 -# CONFIG_MEMSTICK is not set
71266 -# CONFIG_NEW_LEDS is not set
71267 -# CONFIG_INFINIBAND is not set
71268 -# CONFIG_EDAC is not set
71269 -CONFIG_RTC_LIB=y
71270 -CONFIG_RTC_CLASS=y
71271 -CONFIG_RTC_HCTOSYS=y
71272 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
71273 -# CONFIG_RTC_DEBUG is not set
71274 -
71275 -#
71276 -# RTC interfaces
71277 -#
71278 -CONFIG_RTC_INTF_SYSFS=y
71279 -CONFIG_RTC_INTF_PROC=y
71280 -CONFIG_RTC_INTF_DEV=y
71281 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
71282 -# CONFIG_RTC_DRV_TEST is not set
71283 -
71284 -#
71285 -# I2C RTC drivers
71286 -#
71287 -# CONFIG_RTC_DRV_DS1307 is not set
71288 -# CONFIG_RTC_DRV_DS1374 is not set
71289 -# CONFIG_RTC_DRV_DS1672 is not set
71290 -# CONFIG_RTC_DRV_MAX6900 is not set
71291 -# CONFIG_RTC_DRV_RS5C372 is not set
71292 -# CONFIG_RTC_DRV_ISL1208 is not set
71293 -# CONFIG_RTC_DRV_X1205 is not set
71294 -# CONFIG_RTC_DRV_PCF8563 is not set
71295 -# CONFIG_RTC_DRV_PCF8583 is not set
71296 -# CONFIG_RTC_DRV_M41T80 is not set
71297 -# CONFIG_RTC_DRV_S35390A is not set
71298 -
71299 -#
71300 -# SPI RTC drivers
71301 -#
71302 -
71303 -#
71304 -# Platform RTC drivers
71305 -#
71306 -CONFIG_RTC_DRV_CMOS=y
71307 -# CONFIG_RTC_DRV_DS1511 is not set
71308 -# CONFIG_RTC_DRV_DS1553 is not set
71309 -# CONFIG_RTC_DRV_DS1742 is not set
71310 -# CONFIG_RTC_DRV_STK17TA8 is not set
71311 -# CONFIG_RTC_DRV_M48T86 is not set
71312 -# CONFIG_RTC_DRV_M48T59 is not set
71313 -# CONFIG_RTC_DRV_V3020 is not set
71314 -
71315 -#
71316 -# on-CPU RTC drivers
71317 -#
71318 -# CONFIG_DMADEVICES is not set
71319 -
71320 -#
71321 -# Userspace I/O
71322 -#
71323 -# CONFIG_UIO is not set
71324 -
71325 -#
71326 -# File systems
71327 -#
71328 -CONFIG_EXT2_FS=y
71329 -# CONFIG_EXT2_FS_XATTR is not set
71330 -# CONFIG_EXT2_FS_XIP is not set
71331 -CONFIG_EXT3_FS=y
71332 -CONFIG_EXT3_FS_XATTR=y
71333 -# CONFIG_EXT3_FS_POSIX_ACL is not set
71334 -# CONFIG_EXT3_FS_SECURITY is not set
71335 -# CONFIG_EXT4DEV_FS is not set
71336 -CONFIG_JBD=y
71337 -CONFIG_FS_MBCACHE=y
71338 -# CONFIG_REISERFS_FS is not set
71339 -# CONFIG_JFS_FS is not set
71340 -# CONFIG_FS_POSIX_ACL is not set
71341 -# CONFIG_XFS_FS is not set
71342 -# CONFIG_GFS2_FS is not set
71343 -# CONFIG_OCFS2_FS is not set
71344 -CONFIG_DNOTIFY=y
71345 -CONFIG_INOTIFY=y
71346 -CONFIG_INOTIFY_USER=y
71347 -# CONFIG_QUOTA is not set
71348 -# CONFIG_AUTOFS_FS is not set
71349 -# CONFIG_AUTOFS4_FS is not set
71350 -# CONFIG_FUSE_FS is not set
71351 -
71352 -#
71353 -# CD-ROM/DVD Filesystems
71354 -#
71355 -CONFIG_ISO9660_FS=m
71356 -CONFIG_JOLIET=y
71357 -CONFIG_ZISOFS=y
71358 -CONFIG_UDF_FS=m
71359 -CONFIG_UDF_NLS=y
71360 -
71361 -#
71362 -# DOS/FAT/NT Filesystems
71363 -#
71364 -CONFIG_FAT_FS=y
71365 -CONFIG_MSDOS_FS=m
71366 -CONFIG_VFAT_FS=y
71367 -CONFIG_FAT_DEFAULT_CODEPAGE=437
71368 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
71369 -CONFIG_NTFS_FS=y
71370 -# CONFIG_NTFS_DEBUG is not set
71371 -# CONFIG_NTFS_RW is not set
71372 -
71373 -#
71374 -# Pseudo filesystems
71375 -#
71376 -CONFIG_PROC_FS=y
71377 -CONFIG_PROC_KCORE=y
71378 -CONFIG_PROC_SYSCTL=y
71379 -CONFIG_SYSFS=y
71380 -CONFIG_TMPFS=y
71381 -# CONFIG_TMPFS_POSIX_ACL is not set
71382 -# CONFIG_HUGETLB_PAGE is not set
71383 -# CONFIG_CONFIGFS_FS is not set
71384 -
71385 -#
71386 -# Miscellaneous filesystems
71387 -#
71388 -CONFIG_ADFS_FS=m
71389 -# CONFIG_ADFS_FS_RW is not set
71390 -CONFIG_AFFS_FS=m
71391 -CONFIG_HFS_FS=m
71392 -CONFIG_HFSPLUS_FS=m
71393 -CONFIG_BEFS_FS=m
71394 -# CONFIG_BEFS_DEBUG is not set
71395 -CONFIG_BFS_FS=m
71396 -CONFIG_EFS_FS=m
71397 -CONFIG_CRAMFS=y
71398 -CONFIG_VXFS_FS=m
71399 -# CONFIG_MINIX_FS is not set
71400 -CONFIG_HPFS_FS=m
71401 -CONFIG_QNX4FS_FS=m
71402 -# CONFIG_ROMFS_FS is not set
71403 -CONFIG_SYSV_FS=m
71404 -CONFIG_UFS_FS=m
71405 -# CONFIG_UFS_FS_WRITE is not set
71406 -# CONFIG_UFS_DEBUG is not set
71407 -CONFIG_NETWORK_FILESYSTEMS=y
71408 -CONFIG_NFS_FS=y
71409 -CONFIG_NFS_V3=y
71410 -# CONFIG_NFS_V3_ACL is not set
71411 -CONFIG_NFS_V4=y
71412 -# CONFIG_NFS_DIRECTIO is not set
71413 -CONFIG_NFSD=y
71414 -# CONFIG_NFSD_V3 is not set
71415 -CONFIG_NFSD_TCP=y
71416 -CONFIG_ROOT_NFS=y
71417 -CONFIG_LOCKD=y
71418 -CONFIG_LOCKD_V4=y
71419 -CONFIG_EXPORTFS=y
71420 -CONFIG_NFS_COMMON=y
71421 -CONFIG_SUNRPC=y
71422 -CONFIG_SUNRPC_GSS=y
71423 -# CONFIG_SUNRPC_BIND34 is not set
71424 -CONFIG_RPCSEC_GSS_KRB5=y
71425 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
71426 -# CONFIG_SMB_FS is not set
71427 -# CONFIG_CIFS is not set
71428 -# CONFIG_NCP_FS is not set
71429 -# CONFIG_CODA_FS is not set
71430 -# CONFIG_AFS_FS is not set
71431 -
71432 -#
71433 -# Partition Types
71434 -#
71435 -CONFIG_PARTITION_ADVANCED=y
71436 -# CONFIG_ACORN_PARTITION is not set
71437 -# CONFIG_OSF_PARTITION is not set
71438 -# CONFIG_AMIGA_PARTITION is not set
71439 -# CONFIG_ATARI_PARTITION is not set
71440 -CONFIG_MAC_PARTITION=y
71441 -CONFIG_MSDOS_PARTITION=y
71442 -# CONFIG_BSD_DISKLABEL is not set
71443 -# CONFIG_MINIX_SUBPARTITION is not set
71444 -# CONFIG_SOLARIS_X86_PARTITION is not set
71445 -# CONFIG_UNIXWARE_DISKLABEL is not set
71446 -# CONFIG_LDM_PARTITION is not set
71447 -# CONFIG_SGI_PARTITION is not set
71448 -# CONFIG_ULTRIX_PARTITION is not set
71449 -# CONFIG_SUN_PARTITION is not set
71450 -# CONFIG_KARMA_PARTITION is not set
71451 -# CONFIG_EFI_PARTITION is not set
71452 -# CONFIG_SYSV68_PARTITION is not set
71453 -CONFIG_NLS=y
71454 -CONFIG_NLS_DEFAULT="iso8859-1"
71455 -# CONFIG_NLS_CODEPAGE_437 is not set
71456 -# CONFIG_NLS_CODEPAGE_737 is not set
71457 -# CONFIG_NLS_CODEPAGE_775 is not set
71458 -# CONFIG_NLS_CODEPAGE_850 is not set
71459 -# CONFIG_NLS_CODEPAGE_852 is not set
71460 -# CONFIG_NLS_CODEPAGE_855 is not set
71461 -# CONFIG_NLS_CODEPAGE_857 is not set
71462 -# CONFIG_NLS_CODEPAGE_860 is not set
71463 -# CONFIG_NLS_CODEPAGE_861 is not set
71464 -# CONFIG_NLS_CODEPAGE_862 is not set
71465 -# CONFIG_NLS_CODEPAGE_863 is not set
71466 -# CONFIG_NLS_CODEPAGE_864 is not set
71467 -# CONFIG_NLS_CODEPAGE_865 is not set
71468 -# CONFIG_NLS_CODEPAGE_866 is not set
71469 -# CONFIG_NLS_CODEPAGE_869 is not set
71470 -# CONFIG_NLS_CODEPAGE_936 is not set
71471 -# CONFIG_NLS_CODEPAGE_950 is not set
71472 -# CONFIG_NLS_CODEPAGE_932 is not set
71473 -# CONFIG_NLS_CODEPAGE_949 is not set
71474 -# CONFIG_NLS_CODEPAGE_874 is not set
71475 -# CONFIG_NLS_ISO8859_8 is not set
71476 -# CONFIG_NLS_CODEPAGE_1250 is not set
71477 -# CONFIG_NLS_CODEPAGE_1251 is not set
71478 -# CONFIG_NLS_ASCII is not set
71479 -# CONFIG_NLS_ISO8859_1 is not set
71480 -# CONFIG_NLS_ISO8859_2 is not set
71481 -# CONFIG_NLS_ISO8859_3 is not set
71482 -# CONFIG_NLS_ISO8859_4 is not set
71483 -# CONFIG_NLS_ISO8859_5 is not set
71484 -# CONFIG_NLS_ISO8859_6 is not set
71485 -# CONFIG_NLS_ISO8859_7 is not set
71486 -# CONFIG_NLS_ISO8859_9 is not set
71487 -# CONFIG_NLS_ISO8859_13 is not set
71488 -# CONFIG_NLS_ISO8859_14 is not set
71489 -# CONFIG_NLS_ISO8859_15 is not set
71490 -# CONFIG_NLS_KOI8_R is not set
71491 -# CONFIG_NLS_KOI8_U is not set
71492 -CONFIG_NLS_UTF8=m
71493 -# CONFIG_DLM is not set
71494 -
71495 -#
71496 -# Library routines
71497 -#
71498 -CONFIG_BITREVERSE=y
71499 -# CONFIG_CRC_CCITT is not set
71500 -# CONFIG_CRC16 is not set
71501 -# CONFIG_CRC_ITU_T is not set
71502 -CONFIG_CRC32=y
71503 -# CONFIG_CRC7 is not set
71504 -CONFIG_LIBCRC32C=m
71505 -CONFIG_ZLIB_INFLATE=y
71506 -CONFIG_PLIST=y
71507 -CONFIG_HAS_IOMEM=y
71508 -CONFIG_HAS_IOPORT=y
71509 -CONFIG_HAS_DMA=y
71510 -
71511 -#
71512 -# Kernel hacking
71513 -#
71514 -# CONFIG_PRINTK_TIME is not set
71515 -CONFIG_ENABLE_WARN_DEPRECATED=y
71516 -CONFIG_ENABLE_MUST_CHECK=y
71517 -# CONFIG_MAGIC_SYSRQ is not set
71518 -# CONFIG_UNUSED_SYMBOLS is not set
71519 -# CONFIG_DEBUG_FS is not set
71520 -# CONFIG_HEADERS_CHECK is not set
71521 -CONFIG_DEBUG_KERNEL=y
71522 -# CONFIG_DEBUG_SHIRQ is not set
71523 -CONFIG_DETECT_SOFTLOCKUP=y
71524 -CONFIG_SCHED_DEBUG=y
71525 -# CONFIG_SCHEDSTATS is not set
71526 -# CONFIG_TIMER_STATS is not set
71527 -# CONFIG_SLUB_DEBUG_ON is not set
71528 -# CONFIG_SLUB_STATS is not set
71529 -# CONFIG_DEBUG_RT_MUTEXES is not set
71530 -# CONFIG_RT_MUTEX_TESTER is not set
71531 -# CONFIG_DEBUG_SPINLOCK is not set
71532 -# CONFIG_DEBUG_MUTEXES is not set
71533 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
71534 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
71535 -# CONFIG_DEBUG_KOBJECT is not set
71536 -# CONFIG_DEBUG_HIGHMEM is not set
71537 -# CONFIG_DEBUG_BUGVERBOSE is not set
71538 -CONFIG_DEBUG_INFO=y
71539 -# CONFIG_DEBUG_VM is not set
71540 -# CONFIG_DEBUG_LIST is not set
71541 -# CONFIG_DEBUG_SG is not set
71542 -# CONFIG_BOOT_PRINTK_DELAY is not set
71543 -# CONFIG_RCU_TORTURE_TEST is not set
71544 -# CONFIG_BACKTRACE_SELF_TEST is not set
71545 -# CONFIG_FAULT_INJECTION is not set
71546 -# CONFIG_SAMPLES is not set
71547 -# CONFIG_DEBUG_STACKOVERFLOW is not set
71548 -# CONFIG_DEBUG_STACK_USAGE is not set
71549 -# CONFIG_DEBUG_PAGEALLOC is not set
71550 -# CONFIG_DEBUGGER is not set
71551 -# CONFIG_BDI_SWITCH is not set
71552 -# CONFIG_PPC_EARLY_DEBUG is not set
71553 -
71554 -#
71555 -# Security options
71556 -#
71557 -# CONFIG_KEYS is not set
71558 -# CONFIG_SECURITY is not set
71559 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
71560 -CONFIG_CRYPTO=y
71561 -CONFIG_CRYPTO_ALGAPI=y
71562 -CONFIG_CRYPTO_BLKCIPHER=y
71563 -# CONFIG_CRYPTO_SEQIV is not set
71564 -CONFIG_CRYPTO_HASH=y
71565 -CONFIG_CRYPTO_MANAGER=y
71566 -CONFIG_CRYPTO_HMAC=y
71567 -# CONFIG_CRYPTO_XCBC is not set
71568 -# CONFIG_CRYPTO_NULL is not set
71569 -# CONFIG_CRYPTO_MD4 is not set
71570 -CONFIG_CRYPTO_MD5=y
71571 -CONFIG_CRYPTO_SHA1=m
71572 -# CONFIG_CRYPTO_SHA256 is not set
71573 -# CONFIG_CRYPTO_SHA512 is not set
71574 -# CONFIG_CRYPTO_WP512 is not set
71575 -# CONFIG_CRYPTO_TGR192 is not set
71576 -# CONFIG_CRYPTO_GF128MUL is not set
71577 -# CONFIG_CRYPTO_ECB is not set
71578 -CONFIG_CRYPTO_CBC=y
71579 -CONFIG_CRYPTO_PCBC=m
71580 -# CONFIG_CRYPTO_LRW is not set
71581 -# CONFIG_CRYPTO_XTS is not set
71582 -# CONFIG_CRYPTO_CTR is not set
71583 -# CONFIG_CRYPTO_GCM is not set
71584 -# CONFIG_CRYPTO_CCM is not set
71585 -# CONFIG_CRYPTO_CRYPTD is not set
71586 -CONFIG_CRYPTO_DES=y
71587 -# CONFIG_CRYPTO_FCRYPT is not set
71588 -# CONFIG_CRYPTO_BLOWFISH is not set
71589 -# CONFIG_CRYPTO_TWOFISH is not set
71590 -# CONFIG_CRYPTO_SERPENT is not set
71591 -# CONFIG_CRYPTO_AES is not set
71592 -# CONFIG_CRYPTO_CAST5 is not set
71593 -# CONFIG_CRYPTO_CAST6 is not set
71594 -# CONFIG_CRYPTO_TEA is not set
71595 -# CONFIG_CRYPTO_ARC4 is not set
71596 -# CONFIG_CRYPTO_KHAZAD is not set
71597 -# CONFIG_CRYPTO_ANUBIS is not set
71598 -# CONFIG_CRYPTO_SEED is not set
71599 -# CONFIG_CRYPTO_SALSA20 is not set
71600 -# CONFIG_CRYPTO_DEFLATE is not set
71601 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
71602 -# CONFIG_CRYPTO_CRC32C is not set
71603 -# CONFIG_CRYPTO_CAMELLIA is not set
71604 -# CONFIG_CRYPTO_TEST is not set
71605 -# CONFIG_CRYPTO_AUTHENC is not set
71606 -# CONFIG_CRYPTO_LZO is not set
71607 -CONFIG_CRYPTO_HW=y
71608 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
71609 -# CONFIG_PPC_CLOCK is not set
71610 --- a/arch/powerpc/configs/mpc85xx_cds_defconfig
71611 +++ /dev/null
71612 @@ -1,935 +0,0 @@
71613 -#
71614 -# Automatically generated make config: don't edit
71615 -# Linux kernel version: 2.6.25-rc6
71616 -# Mon Mar 24 08:48:30 2008
71617 -#
71618 -# CONFIG_PPC64 is not set
71619 -
71620 -#
71621 -# Processor support
71622 -#
71623 -# CONFIG_6xx is not set
71624 -CONFIG_PPC_85xx=y
71625 -# CONFIG_PPC_8xx is not set
71626 -# CONFIG_40x is not set
71627 -# CONFIG_44x is not set
71628 -# CONFIG_E200 is not set
71629 -CONFIG_E500=y
71630 -CONFIG_BOOKE=y
71631 -CONFIG_FSL_BOOKE=y
71632 -CONFIG_FSL_EMB_PERFMON=y
71633 -# CONFIG_PHYS_64BIT is not set
71634 -CONFIG_SPE=y
71635 -# CONFIG_PPC_MM_SLICES is not set
71636 -CONFIG_PPC32=y
71637 -CONFIG_WORD_SIZE=32
71638 -CONFIG_PPC_MERGE=y
71639 -CONFIG_MMU=y
71640 -CONFIG_GENERIC_CMOS_UPDATE=y
71641 -CONFIG_GENERIC_TIME=y
71642 -CONFIG_GENERIC_TIME_VSYSCALL=y
71643 -CONFIG_GENERIC_CLOCKEVENTS=y
71644 -CONFIG_GENERIC_HARDIRQS=y
71645 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
71646 -CONFIG_IRQ_PER_CPU=y
71647 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
71648 -CONFIG_ARCH_HAS_ILOG2_U32=y
71649 -CONFIG_GENERIC_HWEIGHT=y
71650 -CONFIG_GENERIC_CALIBRATE_DELAY=y
71651 -CONFIG_GENERIC_FIND_NEXT_BIT=y
71652 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
71653 -CONFIG_PPC=y
71654 -CONFIG_EARLY_PRINTK=y
71655 -CONFIG_GENERIC_NVRAM=y
71656 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
71657 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
71658 -CONFIG_PPC_OF=y
71659 -CONFIG_OF=y
71660 -CONFIG_PPC_UDBG_16550=y
71661 -# CONFIG_GENERIC_TBSYNC is not set
71662 -CONFIG_AUDIT_ARCH=y
71663 -CONFIG_GENERIC_BUG=y
71664 -CONFIG_DEFAULT_UIMAGE=y
71665 -# CONFIG_PPC_DCR_NATIVE is not set
71666 -# CONFIG_PPC_DCR_MMIO is not set
71667 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
71668 -
71669 -#
71670 -# General setup
71671 -#
71672 -CONFIG_EXPERIMENTAL=y
71673 -CONFIG_BROKEN_ON_SMP=y
71674 -CONFIG_INIT_ENV_ARG_LIMIT=32
71675 -CONFIG_LOCALVERSION=""
71676 -CONFIG_LOCALVERSION_AUTO=y
71677 -CONFIG_SWAP=y
71678 -CONFIG_SYSVIPC=y
71679 -CONFIG_SYSVIPC_SYSCTL=y
71680 -# CONFIG_POSIX_MQUEUE is not set
71681 -# CONFIG_BSD_PROCESS_ACCT is not set
71682 -# CONFIG_TASKSTATS is not set
71683 -# CONFIG_AUDIT is not set
71684 -# CONFIG_IKCONFIG is not set
71685 -CONFIG_LOG_BUF_SHIFT=14
71686 -# CONFIG_CGROUPS is not set
71687 -CONFIG_GROUP_SCHED=y
71688 -# CONFIG_FAIR_GROUP_SCHED is not set
71689 -# CONFIG_RT_GROUP_SCHED is not set
71690 -CONFIG_USER_SCHED=y
71691 -# CONFIG_CGROUP_SCHED is not set
71692 -CONFIG_SYSFS_DEPRECATED=y
71693 -CONFIG_SYSFS_DEPRECATED_V2=y
71694 -# CONFIG_RELAY is not set
71695 -# CONFIG_NAMESPACES is not set
71696 -CONFIG_BLK_DEV_INITRD=y
71697 -CONFIG_INITRAMFS_SOURCE=""
71698 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
71699 -CONFIG_SYSCTL=y
71700 -CONFIG_EMBEDDED=y
71701 -CONFIG_SYSCTL_SYSCALL=y
71702 -CONFIG_KALLSYMS=y
71703 -# CONFIG_KALLSYMS_ALL is not set
71704 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
71705 -CONFIG_HOTPLUG=y
71706 -CONFIG_PRINTK=y
71707 -CONFIG_BUG=y
71708 -CONFIG_ELF_CORE=y
71709 -CONFIG_COMPAT_BRK=y
71710 -CONFIG_BASE_FULL=y
71711 -CONFIG_FUTEX=y
71712 -CONFIG_ANON_INODES=y
71713 -CONFIG_EPOLL=y
71714 -CONFIG_SIGNALFD=y
71715 -CONFIG_TIMERFD=y
71716 -CONFIG_EVENTFD=y
71717 -CONFIG_SHMEM=y
71718 -CONFIG_VM_EVENT_COUNTERS=y
71719 -CONFIG_SLUB_DEBUG=y
71720 -# CONFIG_SLAB is not set
71721 -CONFIG_SLUB=y
71722 -# CONFIG_SLOB is not set
71723 -# CONFIG_PROFILING is not set
71724 -# CONFIG_MARKERS is not set
71725 -CONFIG_HAVE_OPROFILE=y
71726 -CONFIG_HAVE_KPROBES=y
71727 -CONFIG_HAVE_KRETPROBES=y
71728 -CONFIG_PROC_PAGE_MONITOR=y
71729 -CONFIG_SLABINFO=y
71730 -CONFIG_RT_MUTEXES=y
71731 -# CONFIG_TINY_SHMEM is not set
71732 -CONFIG_BASE_SMALL=0
71733 -# CONFIG_MODULES is not set
71734 -CONFIG_BLOCK=y
71735 -# CONFIG_LBD is not set
71736 -# CONFIG_BLK_DEV_IO_TRACE is not set
71737 -# CONFIG_LSF is not set
71738 -# CONFIG_BLK_DEV_BSG is not set
71739 -
71740 -#
71741 -# IO Schedulers
71742 -#
71743 -CONFIG_IOSCHED_NOOP=y
71744 -CONFIG_IOSCHED_AS=y
71745 -CONFIG_IOSCHED_DEADLINE=y
71746 -CONFIG_IOSCHED_CFQ=y
71747 -CONFIG_DEFAULT_AS=y
71748 -# CONFIG_DEFAULT_DEADLINE is not set
71749 -# CONFIG_DEFAULT_CFQ is not set
71750 -# CONFIG_DEFAULT_NOOP is not set
71751 -CONFIG_DEFAULT_IOSCHED="anticipatory"
71752 -CONFIG_CLASSIC_RCU=y
71753 -
71754 -#
71755 -# Platform support
71756 -#
71757 -# CONFIG_PPC_MPC512x is not set
71758 -# CONFIG_PPC_MPC5121 is not set
71759 -# CONFIG_PPC_CELL is not set
71760 -# CONFIG_PPC_CELL_NATIVE is not set
71761 -# CONFIG_PQ2ADS is not set
71762 -CONFIG_MPC85xx=y
71763 -# CONFIG_MPC8540_ADS is not set
71764 -# CONFIG_MPC8560_ADS is not set
71765 -CONFIG_MPC85xx_CDS=y
71766 -# CONFIG_MPC85xx_MDS is not set
71767 -# CONFIG_MPC85xx_DS is not set
71768 -# CONFIG_STX_GP3 is not set
71769 -# CONFIG_TQM8540 is not set
71770 -# CONFIG_TQM8541 is not set
71771 -# CONFIG_TQM8555 is not set
71772 -# CONFIG_TQM8560 is not set
71773 -# CONFIG_SBC8548 is not set
71774 -# CONFIG_SBC8560 is not set
71775 -# CONFIG_IPIC is not set
71776 -CONFIG_MPIC=y
71777 -# CONFIG_MPIC_WEIRD is not set
71778 -CONFIG_PPC_I8259=y
71779 -# CONFIG_PPC_RTAS is not set
71780 -# CONFIG_MMIO_NVRAM is not set
71781 -# CONFIG_PPC_MPC106 is not set
71782 -# CONFIG_PPC_970_NAP is not set
71783 -# CONFIG_PPC_INDIRECT_IO is not set
71784 -# CONFIG_GENERIC_IOMAP is not set
71785 -# CONFIG_CPU_FREQ is not set
71786 -# CONFIG_CPM2 is not set
71787 -# CONFIG_FSL_ULI1575 is not set
71788 -
71789 -#
71790 -# Kernel options
71791 -#
71792 -# CONFIG_HIGHMEM is not set
71793 -CONFIG_TICK_ONESHOT=y
71794 -CONFIG_NO_HZ=y
71795 -CONFIG_HIGH_RES_TIMERS=y
71796 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
71797 -# CONFIG_HZ_100 is not set
71798 -CONFIG_HZ_250=y
71799 -# CONFIG_HZ_300 is not set
71800 -# CONFIG_HZ_1000 is not set
71801 -CONFIG_HZ=250
71802 -# CONFIG_SCHED_HRTICK is not set
71803 -CONFIG_PREEMPT_NONE=y
71804 -# CONFIG_PREEMPT_VOLUNTARY is not set
71805 -# CONFIG_PREEMPT is not set
71806 -CONFIG_BINFMT_ELF=y
71807 -CONFIG_BINFMT_MISC=y
71808 -CONFIG_MATH_EMULATION=y
71809 -# CONFIG_IOMMU_HELPER is not set
71810 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
71811 -CONFIG_ARCH_HAS_WALK_MEMORY=y
71812 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
71813 -CONFIG_ARCH_FLATMEM_ENABLE=y
71814 -CONFIG_ARCH_POPULATES_NODE_MAP=y
71815 -CONFIG_SELECT_MEMORY_MODEL=y
71816 -CONFIG_FLATMEM_MANUAL=y
71817 -# CONFIG_DISCONTIGMEM_MANUAL is not set
71818 -# CONFIG_SPARSEMEM_MANUAL is not set
71819 -CONFIG_FLATMEM=y
71820 -CONFIG_FLAT_NODE_MEM_MAP=y
71821 -# CONFIG_SPARSEMEM_STATIC is not set
71822 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
71823 -CONFIG_SPLIT_PTLOCK_CPUS=4
71824 -# CONFIG_RESOURCES_64BIT is not set
71825 -CONFIG_ZONE_DMA_FLAG=1
71826 -CONFIG_BOUNCE=y
71827 -CONFIG_VIRT_TO_BUS=y
71828 -CONFIG_PROC_DEVICETREE=y
71829 -# CONFIG_CMDLINE_BOOL is not set
71830 -# CONFIG_PM is not set
71831 -# CONFIG_SECCOMP is not set
71832 -CONFIG_ISA_DMA_API=y
71833 -
71834 -#
71835 -# Bus options
71836 -#
71837 -CONFIG_ZONE_DMA=y
71838 -CONFIG_PPC_INDIRECT_PCI=y
71839 -CONFIG_FSL_SOC=y
71840 -CONFIG_FSL_PCI=y
71841 -CONFIG_PCI=y
71842 -CONFIG_PCI_DOMAINS=y
71843 -CONFIG_PCI_SYSCALL=y
71844 -# CONFIG_PCIEPORTBUS is not set
71845 -CONFIG_ARCH_SUPPORTS_MSI=y
71846 -# CONFIG_PCI_MSI is not set
71847 -CONFIG_PCI_LEGACY=y
71848 -# CONFIG_PCI_DEBUG is not set
71849 -# CONFIG_PCCARD is not set
71850 -# CONFIG_HOTPLUG_PCI is not set
71851 -
71852 -#
71853 -# Advanced setup
71854 -#
71855 -# CONFIG_ADVANCED_OPTIONS is not set
71856 -
71857 -#
71858 -# Default settings for advanced configuration options are used
71859 -#
71860 -CONFIG_HIGHMEM_START=0xfe000000
71861 -CONFIG_LOWMEM_SIZE=0x30000000
71862 -CONFIG_KERNEL_START=0xc0000000
71863 -CONFIG_TASK_SIZE=0xc0000000
71864 -CONFIG_BOOT_LOAD=0x00800000
71865 -
71866 -#
71867 -# Networking
71868 -#
71869 -CONFIG_NET=y
71870 -
71871 -#
71872 -# Networking options
71873 -#
71874 -CONFIG_PACKET=y
71875 -# CONFIG_PACKET_MMAP is not set
71876 -CONFIG_UNIX=y
71877 -CONFIG_XFRM=y
71878 -CONFIG_XFRM_USER=y
71879 -# CONFIG_XFRM_SUB_POLICY is not set
71880 -# CONFIG_XFRM_MIGRATE is not set
71881 -# CONFIG_XFRM_STATISTICS is not set
71882 -# CONFIG_NET_KEY is not set
71883 -CONFIG_INET=y
71884 -CONFIG_IP_MULTICAST=y
71885 -# CONFIG_IP_ADVANCED_ROUTER is not set
71886 -CONFIG_IP_FIB_HASH=y
71887 -CONFIG_IP_PNP=y
71888 -CONFIG_IP_PNP_DHCP=y
71889 -CONFIG_IP_PNP_BOOTP=y
71890 -# CONFIG_IP_PNP_RARP is not set
71891 -# CONFIG_NET_IPIP is not set
71892 -# CONFIG_NET_IPGRE is not set
71893 -# CONFIG_IP_MROUTE is not set
71894 -# CONFIG_ARPD is not set
71895 -CONFIG_SYN_COOKIES=y
71896 -# CONFIG_INET_AH is not set
71897 -# CONFIG_INET_ESP is not set
71898 -# CONFIG_INET_IPCOMP is not set
71899 -# CONFIG_INET_XFRM_TUNNEL is not set
71900 -# CONFIG_INET_TUNNEL is not set
71901 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
71902 -CONFIG_INET_XFRM_MODE_TUNNEL=y
71903 -CONFIG_INET_XFRM_MODE_BEET=y
71904 -# CONFIG_INET_LRO is not set
71905 -CONFIG_INET_DIAG=y
71906 -CONFIG_INET_TCP_DIAG=y
71907 -# CONFIG_TCP_CONG_ADVANCED is not set
71908 -CONFIG_TCP_CONG_CUBIC=y
71909 -CONFIG_DEFAULT_TCP_CONG="cubic"
71910 -# CONFIG_TCP_MD5SIG is not set
71911 -# CONFIG_IPV6 is not set
71912 -# CONFIG_INET6_XFRM_TUNNEL is not set
71913 -# CONFIG_INET6_TUNNEL is not set
71914 -# CONFIG_NETWORK_SECMARK is not set
71915 -# CONFIG_NETFILTER is not set
71916 -# CONFIG_IP_DCCP is not set
71917 -# CONFIG_IP_SCTP is not set
71918 -# CONFIG_TIPC is not set
71919 -# CONFIG_ATM is not set
71920 -# CONFIG_BRIDGE is not set
71921 -# CONFIG_VLAN_8021Q is not set
71922 -# CONFIG_DECNET is not set
71923 -# CONFIG_LLC2 is not set
71924 -# CONFIG_IPX is not set
71925 -# CONFIG_ATALK is not set
71926 -# CONFIG_X25 is not set
71927 -# CONFIG_LAPB is not set
71928 -# CONFIG_ECONET is not set
71929 -# CONFIG_WAN_ROUTER is not set
71930 -# CONFIG_NET_SCHED is not set
71931 -
71932 -#
71933 -# Network testing
71934 -#
71935 -# CONFIG_NET_PKTGEN is not set
71936 -# CONFIG_HAMRADIO is not set
71937 -# CONFIG_CAN is not set
71938 -# CONFIG_IRDA is not set
71939 -# CONFIG_BT is not set
71940 -# CONFIG_AF_RXRPC is not set
71941 -
71942 -#
71943 -# Wireless
71944 -#
71945 -# CONFIG_CFG80211 is not set
71946 -# CONFIG_WIRELESS_EXT is not set
71947 -# CONFIG_MAC80211 is not set
71948 -# CONFIG_IEEE80211 is not set
71949 -# CONFIG_RFKILL is not set
71950 -# CONFIG_NET_9P is not set
71951 -
71952 -#
71953 -# Device Drivers
71954 -#
71955 -
71956 -#
71957 -# Generic Driver Options
71958 -#
71959 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
71960 -CONFIG_STANDALONE=y
71961 -CONFIG_PREVENT_FIRMWARE_BUILD=y
71962 -# CONFIG_FW_LOADER is not set
71963 -# CONFIG_DEBUG_DRIVER is not set
71964 -# CONFIG_DEBUG_DEVRES is not set
71965 -# CONFIG_SYS_HYPERVISOR is not set
71966 -# CONFIG_CONNECTOR is not set
71967 -# CONFIG_MTD is not set
71968 -CONFIG_OF_DEVICE=y
71969 -# CONFIG_PARPORT is not set
71970 -CONFIG_BLK_DEV=y
71971 -# CONFIG_BLK_DEV_FD is not set
71972 -# CONFIG_BLK_CPQ_DA is not set
71973 -# CONFIG_BLK_CPQ_CISS_DA is not set
71974 -# CONFIG_BLK_DEV_DAC960 is not set
71975 -# CONFIG_BLK_DEV_UMEM is not set
71976 -# CONFIG_BLK_DEV_COW_COMMON is not set
71977 -CONFIG_BLK_DEV_LOOP=y
71978 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
71979 -# CONFIG_BLK_DEV_NBD is not set
71980 -# CONFIG_BLK_DEV_SX8 is not set
71981 -CONFIG_BLK_DEV_RAM=y
71982 -CONFIG_BLK_DEV_RAM_COUNT=16
71983 -CONFIG_BLK_DEV_RAM_SIZE=32768
71984 -# CONFIG_BLK_DEV_XIP is not set
71985 -# CONFIG_CDROM_PKTCDVD is not set
71986 -# CONFIG_ATA_OVER_ETH is not set
71987 -CONFIG_MISC_DEVICES=y
71988 -# CONFIG_PHANTOM is not set
71989 -# CONFIG_EEPROM_93CX6 is not set
71990 -# CONFIG_SGI_IOC4 is not set
71991 -# CONFIG_TIFM_CORE is not set
71992 -# CONFIG_ENCLOSURE_SERVICES is not set
71993 -CONFIG_HAVE_IDE=y
71994 -CONFIG_IDE=y
71995 -CONFIG_IDE_MAX_HWIFS=4
71996 -CONFIG_BLK_DEV_IDE=y
71997 -
71998 -#
71999 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
72000 -#
72001 -# CONFIG_BLK_DEV_IDE_SATA is not set
72002 -# CONFIG_BLK_DEV_IDEDISK is not set
72003 -# CONFIG_IDEDISK_MULTI_MODE is not set
72004 -# CONFIG_BLK_DEV_IDECD is not set
72005 -# CONFIG_BLK_DEV_IDETAPE is not set
72006 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
72007 -# CONFIG_IDE_TASK_IOCTL is not set
72008 -CONFIG_IDE_PROC_FS=y
72009 -
72010 -#
72011 -# IDE chipset support/bugfixes
72012 -#
72013 -CONFIG_IDE_GENERIC=y
72014 -# CONFIG_BLK_DEV_PLATFORM is not set
72015 -CONFIG_BLK_DEV_IDEDMA_SFF=y
72016 -
72017 -#
72018 -# PCI IDE chipsets support
72019 -#
72020 -CONFIG_BLK_DEV_IDEPCI=y
72021 -CONFIG_IDEPCI_PCIBUS_ORDER=y
72022 -# CONFIG_BLK_DEV_OFFBOARD is not set
72023 -CONFIG_BLK_DEV_GENERIC=y
72024 -# CONFIG_BLK_DEV_OPTI621 is not set
72025 -CONFIG_BLK_DEV_IDEDMA_PCI=y
72026 -# CONFIG_BLK_DEV_AEC62XX is not set
72027 -# CONFIG_BLK_DEV_ALI15X3 is not set
72028 -# CONFIG_BLK_DEV_AMD74XX is not set
72029 -# CONFIG_BLK_DEV_CMD64X is not set
72030 -# CONFIG_BLK_DEV_TRIFLEX is not set
72031 -# CONFIG_BLK_DEV_CY82C693 is not set
72032 -# CONFIG_BLK_DEV_CS5520 is not set
72033 -# CONFIG_BLK_DEV_CS5530 is not set
72034 -# CONFIG_BLK_DEV_HPT34X is not set
72035 -# CONFIG_BLK_DEV_HPT366 is not set
72036 -# CONFIG_BLK_DEV_JMICRON is not set
72037 -# CONFIG_BLK_DEV_SC1200 is not set
72038 -# CONFIG_BLK_DEV_PIIX is not set
72039 -# CONFIG_BLK_DEV_IT8213 is not set
72040 -# CONFIG_BLK_DEV_IT821X is not set
72041 -# CONFIG_BLK_DEV_NS87415 is not set
72042 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
72043 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
72044 -# CONFIG_BLK_DEV_SVWKS is not set
72045 -# CONFIG_BLK_DEV_SIIMAGE is not set
72046 -# CONFIG_BLK_DEV_SL82C105 is not set
72047 -# CONFIG_BLK_DEV_SLC90E66 is not set
72048 -# CONFIG_BLK_DEV_TRM290 is not set
72049 -CONFIG_BLK_DEV_VIA82CXXX=y
72050 -# CONFIG_BLK_DEV_TC86C001 is not set
72051 -CONFIG_BLK_DEV_IDEDMA=y
72052 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
72053 -# CONFIG_BLK_DEV_HD is not set
72054 -
72055 -#
72056 -# SCSI device support
72057 -#
72058 -# CONFIG_RAID_ATTRS is not set
72059 -# CONFIG_SCSI is not set
72060 -# CONFIG_SCSI_DMA is not set
72061 -# CONFIG_SCSI_NETLINK is not set
72062 -# CONFIG_ATA is not set
72063 -# CONFIG_MD is not set
72064 -# CONFIG_FUSION is not set
72065 -
72066 -#
72067 -# IEEE 1394 (FireWire) support
72068 -#
72069 -# CONFIG_FIREWIRE is not set
72070 -# CONFIG_IEEE1394 is not set
72071 -# CONFIG_I2O is not set
72072 -# CONFIG_MACINTOSH_DRIVERS is not set
72073 -CONFIG_NETDEVICES=y
72074 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
72075 -# CONFIG_DUMMY is not set
72076 -# CONFIG_BONDING is not set
72077 -# CONFIG_MACVLAN is not set
72078 -# CONFIG_EQUALIZER is not set
72079 -# CONFIG_TUN is not set
72080 -# CONFIG_VETH is not set
72081 -# CONFIG_ARCNET is not set
72082 -CONFIG_PHYLIB=y
72083 -
72084 -#
72085 -# MII PHY device drivers
72086 -#
72087 -# CONFIG_MARVELL_PHY is not set
72088 -# CONFIG_DAVICOM_PHY is not set
72089 -# CONFIG_QSEMI_PHY is not set
72090 -# CONFIG_LXT_PHY is not set
72091 -# CONFIG_CICADA_PHY is not set
72092 -# CONFIG_VITESSE_PHY is not set
72093 -# CONFIG_SMSC_PHY is not set
72094 -# CONFIG_BROADCOM_PHY is not set
72095 -# CONFIG_ICPLUS_PHY is not set
72096 -# CONFIG_REALTEK_PHY is not set
72097 -# CONFIG_FIXED_PHY is not set
72098 -# CONFIG_MDIO_BITBANG is not set
72099 -CONFIG_NET_ETHERNET=y
72100 -CONFIG_MII=y
72101 -# CONFIG_HAPPYMEAL is not set
72102 -# CONFIG_SUNGEM is not set
72103 -# CONFIG_CASSINI is not set
72104 -# CONFIG_NET_VENDOR_3COM is not set
72105 -# CONFIG_NET_TULIP is not set
72106 -# CONFIG_HP100 is not set
72107 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
72108 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
72109 -# CONFIG_IBM_NEW_EMAC_TAH is not set
72110 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
72111 -# CONFIG_NET_PCI is not set
72112 -# CONFIG_B44 is not set
72113 -CONFIG_NETDEV_1000=y
72114 -# CONFIG_ACENIC is not set
72115 -# CONFIG_DL2K is not set
72116 -CONFIG_E1000=y
72117 -CONFIG_E1000_NAPI=y
72118 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
72119 -# CONFIG_E1000E is not set
72120 -# CONFIG_E1000E_ENABLED is not set
72121 -# CONFIG_IP1000 is not set
72122 -# CONFIG_IGB is not set
72123 -# CONFIG_NS83820 is not set
72124 -# CONFIG_HAMACHI is not set
72125 -# CONFIG_YELLOWFIN is not set
72126 -# CONFIG_R8169 is not set
72127 -# CONFIG_SIS190 is not set
72128 -# CONFIG_SKGE is not set
72129 -# CONFIG_SKY2 is not set
72130 -# CONFIG_SK98LIN is not set
72131 -# CONFIG_VIA_VELOCITY is not set
72132 -# CONFIG_TIGON3 is not set
72133 -# CONFIG_BNX2 is not set
72134 -CONFIG_GIANFAR=y
72135 -CONFIG_GFAR_NAPI=y
72136 -# CONFIG_QLA3XXX is not set
72137 -# CONFIG_ATL1 is not set
72138 -CONFIG_NETDEV_10000=y
72139 -# CONFIG_CHELSIO_T1 is not set
72140 -# CONFIG_CHELSIO_T3 is not set
72141 -# CONFIG_IXGBE is not set
72142 -# CONFIG_IXGB is not set
72143 -# CONFIG_S2IO is not set
72144 -# CONFIG_MYRI10GE is not set
72145 -# CONFIG_NETXEN_NIC is not set
72146 -# CONFIG_NIU is not set
72147 -# CONFIG_MLX4_CORE is not set
72148 -# CONFIG_TEHUTI is not set
72149 -# CONFIG_BNX2X is not set
72150 -# CONFIG_TR is not set
72151 -
72152 -#
72153 -# Wireless LAN
72154 -#
72155 -# CONFIG_WLAN_PRE80211 is not set
72156 -# CONFIG_WLAN_80211 is not set
72157 -# CONFIG_WAN is not set
72158 -# CONFIG_FDDI is not set
72159 -# CONFIG_HIPPI is not set
72160 -# CONFIG_PPP is not set
72161 -# CONFIG_SLIP is not set
72162 -# CONFIG_NETCONSOLE is not set
72163 -# CONFIG_NETPOLL is not set
72164 -# CONFIG_NET_POLL_CONTROLLER is not set
72165 -# CONFIG_ISDN is not set
72166 -# CONFIG_PHONE is not set
72167 -
72168 -#
72169 -# Input device support
72170 -#
72171 -CONFIG_INPUT=y
72172 -# CONFIG_INPUT_FF_MEMLESS is not set
72173 -# CONFIG_INPUT_POLLDEV is not set
72174 -
72175 -#
72176 -# Userland interfaces
72177 -#
72178 -# CONFIG_INPUT_MOUSEDEV is not set
72179 -# CONFIG_INPUT_JOYDEV is not set
72180 -# CONFIG_INPUT_EVDEV is not set
72181 -# CONFIG_INPUT_EVBUG is not set
72182 -
72183 -#
72184 -# Input Device Drivers
72185 -#
72186 -# CONFIG_INPUT_KEYBOARD is not set
72187 -# CONFIG_INPUT_MOUSE is not set
72188 -# CONFIG_INPUT_JOYSTICK is not set
72189 -# CONFIG_INPUT_TABLET is not set
72190 -# CONFIG_INPUT_TOUCHSCREEN is not set
72191 -# CONFIG_INPUT_MISC is not set
72192 -
72193 -#
72194 -# Hardware I/O ports
72195 -#
72196 -# CONFIG_SERIO is not set
72197 -# CONFIG_GAMEPORT is not set
72198 -
72199 -#
72200 -# Character devices
72201 -#
72202 -# CONFIG_VT is not set
72203 -# CONFIG_SERIAL_NONSTANDARD is not set
72204 -# CONFIG_NOZOMI is not set
72205 -
72206 -#
72207 -# Serial drivers
72208 -#
72209 -CONFIG_SERIAL_8250=y
72210 -CONFIG_SERIAL_8250_CONSOLE=y
72211 -CONFIG_SERIAL_8250_PCI=y
72212 -CONFIG_SERIAL_8250_NR_UARTS=4
72213 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
72214 -# CONFIG_SERIAL_8250_EXTENDED is not set
72215 -CONFIG_SERIAL_8250_SHARE_IRQ=y
72216 -
72217 -#
72218 -# Non-8250 serial port support
72219 -#
72220 -# CONFIG_SERIAL_UARTLITE is not set
72221 -CONFIG_SERIAL_CORE=y
72222 -CONFIG_SERIAL_CORE_CONSOLE=y
72223 -# CONFIG_SERIAL_JSM is not set
72224 -# CONFIG_SERIAL_OF_PLATFORM is not set
72225 -CONFIG_UNIX98_PTYS=y
72226 -CONFIG_LEGACY_PTYS=y
72227 -CONFIG_LEGACY_PTY_COUNT=256
72228 -# CONFIG_IPMI_HANDLER is not set
72229 -# CONFIG_HW_RANDOM is not set
72230 -# CONFIG_NVRAM is not set
72231 -CONFIG_GEN_RTC=y
72232 -# CONFIG_GEN_RTC_X is not set
72233 -# CONFIG_R3964 is not set
72234 -# CONFIG_APPLICOM is not set
72235 -# CONFIG_RAW_DRIVER is not set
72236 -# CONFIG_TCG_TPM is not set
72237 -CONFIG_DEVPORT=y
72238 -# CONFIG_I2C is not set
72239 -
72240 -#
72241 -# SPI support
72242 -#
72243 -# CONFIG_SPI is not set
72244 -# CONFIG_SPI_MASTER is not set
72245 -# CONFIG_W1 is not set
72246 -# CONFIG_POWER_SUPPLY is not set
72247 -CONFIG_HWMON=y
72248 -# CONFIG_HWMON_VID is not set
72249 -# CONFIG_SENSORS_I5K_AMB is not set
72250 -# CONFIG_SENSORS_F71805F is not set
72251 -# CONFIG_SENSORS_F71882FG is not set
72252 -# CONFIG_SENSORS_IT87 is not set
72253 -# CONFIG_SENSORS_PC87360 is not set
72254 -# CONFIG_SENSORS_PC87427 is not set
72255 -# CONFIG_SENSORS_SIS5595 is not set
72256 -# CONFIG_SENSORS_SMSC47M1 is not set
72257 -# CONFIG_SENSORS_SMSC47B397 is not set
72258 -# CONFIG_SENSORS_VIA686A is not set
72259 -# CONFIG_SENSORS_VT1211 is not set
72260 -# CONFIG_SENSORS_VT8231 is not set
72261 -# CONFIG_SENSORS_W83627HF is not set
72262 -# CONFIG_SENSORS_W83627EHF is not set
72263 -# CONFIG_HWMON_DEBUG_CHIP is not set
72264 -# CONFIG_THERMAL is not set
72265 -# CONFIG_WATCHDOG is not set
72266 -
72267 -#
72268 -# Sonics Silicon Backplane
72269 -#
72270 -CONFIG_SSB_POSSIBLE=y
72271 -# CONFIG_SSB is not set
72272 -
72273 -#
72274 -# Multifunction device drivers
72275 -#
72276 -# CONFIG_MFD_SM501 is not set
72277 -
72278 -#
72279 -# Multimedia devices
72280 -#
72281 -# CONFIG_VIDEO_DEV is not set
72282 -# CONFIG_DVB_CORE is not set
72283 -CONFIG_DAB=y
72284 -
72285 -#
72286 -# Graphics support
72287 -#
72288 -# CONFIG_AGP is not set
72289 -# CONFIG_DRM is not set
72290 -# CONFIG_VGASTATE is not set
72291 -CONFIG_VIDEO_OUTPUT_CONTROL=y
72292 -# CONFIG_FB is not set
72293 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
72294 -
72295 -#
72296 -# Display device support
72297 -#
72298 -# CONFIG_DISPLAY_SUPPORT is not set
72299 -
72300 -#
72301 -# Sound
72302 -#
72303 -# CONFIG_SOUND is not set
72304 -CONFIG_HID_SUPPORT=y
72305 -CONFIG_HID=y
72306 -# CONFIG_HID_DEBUG is not set
72307 -# CONFIG_HIDRAW is not set
72308 -CONFIG_USB_SUPPORT=y
72309 -CONFIG_USB_ARCH_HAS_HCD=y
72310 -CONFIG_USB_ARCH_HAS_OHCI=y
72311 -CONFIG_USB_ARCH_HAS_EHCI=y
72312 -# CONFIG_USB is not set
72313 -
72314 -#
72315 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
72316 -#
72317 -# CONFIG_USB_GADGET is not set
72318 -# CONFIG_MMC is not set
72319 -# CONFIG_MEMSTICK is not set
72320 -# CONFIG_NEW_LEDS is not set
72321 -# CONFIG_INFINIBAND is not set
72322 -# CONFIG_EDAC is not set
72323 -# CONFIG_RTC_CLASS is not set
72324 -# CONFIG_DMADEVICES is not set
72325 -
72326 -#
72327 -# Userspace I/O
72328 -#
72329 -# CONFIG_UIO is not set
72330 -
72331 -#
72332 -# File systems
72333 -#
72334 -CONFIG_EXT2_FS=y
72335 -# CONFIG_EXT2_FS_XATTR is not set
72336 -# CONFIG_EXT2_FS_XIP is not set
72337 -CONFIG_EXT3_FS=y
72338 -CONFIG_EXT3_FS_XATTR=y
72339 -# CONFIG_EXT3_FS_POSIX_ACL is not set
72340 -# CONFIG_EXT3_FS_SECURITY is not set
72341 -# CONFIG_EXT4DEV_FS is not set
72342 -CONFIG_JBD=y
72343 -CONFIG_FS_MBCACHE=y
72344 -# CONFIG_REISERFS_FS is not set
72345 -# CONFIG_JFS_FS is not set
72346 -# CONFIG_FS_POSIX_ACL is not set
72347 -# CONFIG_XFS_FS is not set
72348 -# CONFIG_GFS2_FS is not set
72349 -# CONFIG_OCFS2_FS is not set
72350 -CONFIG_DNOTIFY=y
72351 -CONFIG_INOTIFY=y
72352 -CONFIG_INOTIFY_USER=y
72353 -# CONFIG_QUOTA is not set
72354 -# CONFIG_AUTOFS_FS is not set
72355 -# CONFIG_AUTOFS4_FS is not set
72356 -# CONFIG_FUSE_FS is not set
72357 -
72358 -#
72359 -# CD-ROM/DVD Filesystems
72360 -#
72361 -# CONFIG_ISO9660_FS is not set
72362 -# CONFIG_UDF_FS is not set
72363 -
72364 -#
72365 -# DOS/FAT/NT Filesystems
72366 -#
72367 -# CONFIG_MSDOS_FS is not set
72368 -# CONFIG_VFAT_FS is not set
72369 -# CONFIG_NTFS_FS is not set
72370 -
72371 -#
72372 -# Pseudo filesystems
72373 -#
72374 -CONFIG_PROC_FS=y
72375 -CONFIG_PROC_KCORE=y
72376 -CONFIG_PROC_SYSCTL=y
72377 -CONFIG_SYSFS=y
72378 -CONFIG_TMPFS=y
72379 -# CONFIG_TMPFS_POSIX_ACL is not set
72380 -# CONFIG_HUGETLB_PAGE is not set
72381 -# CONFIG_CONFIGFS_FS is not set
72382 -
72383 -#
72384 -# Miscellaneous filesystems
72385 -#
72386 -# CONFIG_ADFS_FS is not set
72387 -# CONFIG_AFFS_FS is not set
72388 -# CONFIG_HFS_FS is not set
72389 -# CONFIG_HFSPLUS_FS is not set
72390 -# CONFIG_BEFS_FS is not set
72391 -# CONFIG_BFS_FS is not set
72392 -# CONFIG_EFS_FS is not set
72393 -# CONFIG_CRAMFS is not set
72394 -# CONFIG_VXFS_FS is not set
72395 -# CONFIG_MINIX_FS is not set
72396 -# CONFIG_HPFS_FS is not set
72397 -# CONFIG_QNX4FS_FS is not set
72398 -# CONFIG_ROMFS_FS is not set
72399 -# CONFIG_SYSV_FS is not set
72400 -# CONFIG_UFS_FS is not set
72401 -CONFIG_NETWORK_FILESYSTEMS=y
72402 -CONFIG_NFS_FS=y
72403 -# CONFIG_NFS_V3 is not set
72404 -# CONFIG_NFS_V4 is not set
72405 -# CONFIG_NFS_DIRECTIO is not set
72406 -# CONFIG_NFSD is not set
72407 -CONFIG_ROOT_NFS=y
72408 -CONFIG_LOCKD=y
72409 -CONFIG_NFS_COMMON=y
72410 -CONFIG_SUNRPC=y
72411 -# CONFIG_SUNRPC_BIND34 is not set
72412 -# CONFIG_RPCSEC_GSS_KRB5 is not set
72413 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
72414 -# CONFIG_SMB_FS is not set
72415 -# CONFIG_CIFS is not set
72416 -# CONFIG_NCP_FS is not set
72417 -# CONFIG_CODA_FS is not set
72418 -# CONFIG_AFS_FS is not set
72419 -
72420 -#
72421 -# Partition Types
72422 -#
72423 -CONFIG_PARTITION_ADVANCED=y
72424 -# CONFIG_ACORN_PARTITION is not set
72425 -# CONFIG_OSF_PARTITION is not set
72426 -# CONFIG_AMIGA_PARTITION is not set
72427 -# CONFIG_ATARI_PARTITION is not set
72428 -# CONFIG_MAC_PARTITION is not set
72429 -# CONFIG_MSDOS_PARTITION is not set
72430 -# CONFIG_LDM_PARTITION is not set
72431 -# CONFIG_SGI_PARTITION is not set
72432 -# CONFIG_ULTRIX_PARTITION is not set
72433 -# CONFIG_SUN_PARTITION is not set
72434 -# CONFIG_KARMA_PARTITION is not set
72435 -# CONFIG_EFI_PARTITION is not set
72436 -# CONFIG_SYSV68_PARTITION is not set
72437 -# CONFIG_NLS is not set
72438 -# CONFIG_DLM is not set
72439 -
72440 -#
72441 -# Library routines
72442 -#
72443 -CONFIG_BITREVERSE=y
72444 -# CONFIG_CRC_CCITT is not set
72445 -# CONFIG_CRC16 is not set
72446 -# CONFIG_CRC_ITU_T is not set
72447 -CONFIG_CRC32=y
72448 -# CONFIG_CRC7 is not set
72449 -# CONFIG_LIBCRC32C is not set
72450 -CONFIG_PLIST=y
72451 -CONFIG_HAS_IOMEM=y
72452 -CONFIG_HAS_IOPORT=y
72453 -CONFIG_HAS_DMA=y
72454 -
72455 -#
72456 -# Kernel hacking
72457 -#
72458 -# CONFIG_PRINTK_TIME is not set
72459 -CONFIG_ENABLE_WARN_DEPRECATED=y
72460 -CONFIG_ENABLE_MUST_CHECK=y
72461 -# CONFIG_MAGIC_SYSRQ is not set
72462 -# CONFIG_UNUSED_SYMBOLS is not set
72463 -# CONFIG_DEBUG_FS is not set
72464 -# CONFIG_HEADERS_CHECK is not set
72465 -CONFIG_DEBUG_KERNEL=y
72466 -# CONFIG_DEBUG_SHIRQ is not set
72467 -CONFIG_DETECT_SOFTLOCKUP=y
72468 -CONFIG_SCHED_DEBUG=y
72469 -# CONFIG_SCHEDSTATS is not set
72470 -# CONFIG_TIMER_STATS is not set
72471 -# CONFIG_SLUB_DEBUG_ON is not set
72472 -# CONFIG_SLUB_STATS is not set
72473 -# CONFIG_DEBUG_RT_MUTEXES is not set
72474 -# CONFIG_RT_MUTEX_TESTER is not set
72475 -# CONFIG_DEBUG_SPINLOCK is not set
72476 -CONFIG_DEBUG_MUTEXES=y
72477 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
72478 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
72479 -# CONFIG_DEBUG_KOBJECT is not set
72480 -# CONFIG_DEBUG_BUGVERBOSE is not set
72481 -# CONFIG_DEBUG_INFO is not set
72482 -# CONFIG_DEBUG_VM is not set
72483 -# CONFIG_DEBUG_LIST is not set
72484 -# CONFIG_DEBUG_SG is not set
72485 -# CONFIG_BOOT_PRINTK_DELAY is not set
72486 -# CONFIG_BACKTRACE_SELF_TEST is not set
72487 -# CONFIG_FAULT_INJECTION is not set
72488 -# CONFIG_SAMPLES is not set
72489 -# CONFIG_DEBUG_STACKOVERFLOW is not set
72490 -# CONFIG_DEBUG_STACK_USAGE is not set
72491 -# CONFIG_DEBUG_PAGEALLOC is not set
72492 -# CONFIG_DEBUGGER is not set
72493 -# CONFIG_BDI_SWITCH is not set
72494 -# CONFIG_PPC_EARLY_DEBUG is not set
72495 -
72496 -#
72497 -# Security options
72498 -#
72499 -# CONFIG_KEYS is not set
72500 -# CONFIG_SECURITY is not set
72501 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
72502 -CONFIG_CRYPTO=y
72503 -# CONFIG_CRYPTO_SEQIV is not set
72504 -# CONFIG_CRYPTO_MANAGER is not set
72505 -# CONFIG_CRYPTO_HMAC is not set
72506 -# CONFIG_CRYPTO_XCBC is not set
72507 -# CONFIG_CRYPTO_NULL is not set
72508 -# CONFIG_CRYPTO_MD4 is not set
72509 -# CONFIG_CRYPTO_MD5 is not set
72510 -# CONFIG_CRYPTO_SHA1 is not set
72511 -# CONFIG_CRYPTO_SHA256 is not set
72512 -# CONFIG_CRYPTO_SHA512 is not set
72513 -# CONFIG_CRYPTO_WP512 is not set
72514 -# CONFIG_CRYPTO_TGR192 is not set
72515 -# CONFIG_CRYPTO_GF128MUL is not set
72516 -# CONFIG_CRYPTO_ECB is not set
72517 -# CONFIG_CRYPTO_CBC is not set
72518 -# CONFIG_CRYPTO_PCBC is not set
72519 -# CONFIG_CRYPTO_LRW is not set
72520 -# CONFIG_CRYPTO_XTS is not set
72521 -# CONFIG_CRYPTO_CTR is not set
72522 -# CONFIG_CRYPTO_GCM is not set
72523 -# CONFIG_CRYPTO_CCM is not set
72524 -# CONFIG_CRYPTO_CRYPTD is not set
72525 -# CONFIG_CRYPTO_DES is not set
72526 -# CONFIG_CRYPTO_FCRYPT is not set
72527 -# CONFIG_CRYPTO_BLOWFISH is not set
72528 -# CONFIG_CRYPTO_TWOFISH is not set
72529 -# CONFIG_CRYPTO_SERPENT is not set
72530 -# CONFIG_CRYPTO_AES is not set
72531 -# CONFIG_CRYPTO_CAST5 is not set
72532 -# CONFIG_CRYPTO_CAST6 is not set
72533 -# CONFIG_CRYPTO_TEA is not set
72534 -# CONFIG_CRYPTO_ARC4 is not set
72535 -# CONFIG_CRYPTO_KHAZAD is not set
72536 -# CONFIG_CRYPTO_ANUBIS is not set
72537 -# CONFIG_CRYPTO_SEED is not set
72538 -# CONFIG_CRYPTO_SALSA20 is not set
72539 -# CONFIG_CRYPTO_DEFLATE is not set
72540 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
72541 -# CONFIG_CRYPTO_CRC32C is not set
72542 -# CONFIG_CRYPTO_CAMELLIA is not set
72543 -# CONFIG_CRYPTO_AUTHENC is not set
72544 -# CONFIG_CRYPTO_LZO is not set
72545 -CONFIG_CRYPTO_HW=y
72546 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
72547 -# CONFIG_PPC_CLOCK is not set
72548 --- a/arch/powerpc/configs/pmac32_defconfig
72549 +++ b/arch/powerpc/configs/pmac32_defconfig
72550 @@ -1,7 +1,7 @@
72551 #
72552 # Automatically generated make config: don't edit
72553 # Linux kernel version: 2.6.25-rc6
72554 -# Thu Mar 20 11:05:14 2008
72555 +# Thu Mar 27 13:56:21 2008
72556 #
72557 # CONFIG_PPC64 is not set
72558
72559 @@ -77,8 +77,6 @@
72560 CONFIG_LOG_BUF_SHIFT=14
72561 # CONFIG_CGROUPS is not set
72562 # CONFIG_GROUP_SCHED is not set
72563 -# CONFIG_USER_SCHED is not set
72564 -# CONFIG_CGROUP_SCHED is not set
72565 CONFIG_SYSFS_DEPRECATED=y
72566 CONFIG_SYSFS_DEPRECATED_V2=y
72567 # CONFIG_RELAY is not set
72568 @@ -272,7 +270,7 @@
72569 # CONFIG_PCIEPORTBUS is not set
72570 CONFIG_ARCH_SUPPORTS_MSI=y
72571 # CONFIG_PCI_MSI is not set
72572 -CONFIG_PCI_LEGACY=y
72573 +# CONFIG_PCI_LEGACY is not set
72574 # CONFIG_PCI_DEBUG is not set
72575 CONFIG_PCCARD=m
72576 # CONFIG_PCMCIA_DEBUG is not set
72577 @@ -1895,6 +1893,7 @@
72578 CONFIG_HAS_IOMEM=y
72579 CONFIG_HAS_IOPORT=y
72580 CONFIG_HAS_DMA=y
72581 +CONFIG_HAVE_LMB=y
72582
72583 #
72584 # Kernel hacking
72585 --- /dev/null
72586 +++ b/arch/powerpc/configs/ppc40x_defconfig
72587 @@ -0,0 +1,896 @@
72588 +#
72589 +# Automatically generated make config: don't edit
72590 +# Linux kernel version: 2.6.25-rc9
72591 +# Tue Apr 15 08:46:44 2008
72592 +#
72593 +# CONFIG_PPC64 is not set
72594 +
72595 +#
72596 +# Processor support
72597 +#
72598 +# CONFIG_6xx is not set
72599 +# CONFIG_PPC_85xx is not set
72600 +# CONFIG_PPC_8xx is not set
72601 +CONFIG_40x=y
72602 +# CONFIG_44x is not set
72603 +# CONFIG_E200 is not set
72604 +CONFIG_4xx=y
72605 +# CONFIG_PPC_MM_SLICES is not set
72606 +CONFIG_NOT_COHERENT_CACHE=y
72607 +CONFIG_PPC32=y
72608 +CONFIG_WORD_SIZE=32
72609 +CONFIG_PPC_MERGE=y
72610 +CONFIG_MMU=y
72611 +CONFIG_GENERIC_CMOS_UPDATE=y
72612 +CONFIG_GENERIC_TIME=y
72613 +CONFIG_GENERIC_TIME_VSYSCALL=y
72614 +CONFIG_GENERIC_CLOCKEVENTS=y
72615 +CONFIG_GENERIC_HARDIRQS=y
72616 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
72617 +CONFIG_IRQ_PER_CPU=y
72618 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
72619 +CONFIG_ARCH_HAS_ILOG2_U32=y
72620 +CONFIG_GENERIC_HWEIGHT=y
72621 +CONFIG_GENERIC_CALIBRATE_DELAY=y
72622 +CONFIG_GENERIC_FIND_NEXT_BIT=y
72623 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
72624 +CONFIG_PPC=y
72625 +CONFIG_EARLY_PRINTK=y
72626 +CONFIG_GENERIC_NVRAM=y
72627 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
72628 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
72629 +CONFIG_PPC_OF=y
72630 +CONFIG_OF=y
72631 +CONFIG_PPC_UDBG_16550=y
72632 +# CONFIG_GENERIC_TBSYNC is not set
72633 +CONFIG_AUDIT_ARCH=y
72634 +CONFIG_GENERIC_BUG=y
72635 +# CONFIG_DEFAULT_UIMAGE is not set
72636 +CONFIG_PPC_DCR_NATIVE=y
72637 +# CONFIG_PPC_DCR_MMIO is not set
72638 +CONFIG_PPC_DCR=y
72639 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
72640 +
72641 +#
72642 +# General setup
72643 +#
72644 +CONFIG_EXPERIMENTAL=y
72645 +CONFIG_BROKEN_ON_SMP=y
72646 +CONFIG_INIT_ENV_ARG_LIMIT=32
72647 +CONFIG_LOCALVERSION=""
72648 +CONFIG_LOCALVERSION_AUTO=y
72649 +CONFIG_SWAP=y
72650 +CONFIG_SYSVIPC=y
72651 +CONFIG_SYSVIPC_SYSCTL=y
72652 +CONFIG_POSIX_MQUEUE=y
72653 +# CONFIG_BSD_PROCESS_ACCT is not set
72654 +# CONFIG_TASKSTATS is not set
72655 +# CONFIG_AUDIT is not set
72656 +# CONFIG_IKCONFIG is not set
72657 +CONFIG_LOG_BUF_SHIFT=14
72658 +# CONFIG_CGROUPS is not set
72659 +CONFIG_GROUP_SCHED=y
72660 +CONFIG_FAIR_GROUP_SCHED=y
72661 +# CONFIG_RT_GROUP_SCHED is not set
72662 +CONFIG_USER_SCHED=y
72663 +# CONFIG_CGROUP_SCHED is not set
72664 +CONFIG_SYSFS_DEPRECATED=y
72665 +CONFIG_SYSFS_DEPRECATED_V2=y
72666 +# CONFIG_RELAY is not set
72667 +# CONFIG_NAMESPACES is not set
72668 +CONFIG_BLK_DEV_INITRD=y
72669 +CONFIG_INITRAMFS_SOURCE=""
72670 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
72671 +CONFIG_SYSCTL=y
72672 +CONFIG_EMBEDDED=y
72673 +CONFIG_SYSCTL_SYSCALL=y
72674 +CONFIG_KALLSYMS=y
72675 +CONFIG_KALLSYMS_ALL=y
72676 +CONFIG_KALLSYMS_EXTRA_PASS=y
72677 +CONFIG_HOTPLUG=y
72678 +CONFIG_PRINTK=y
72679 +CONFIG_BUG=y
72680 +CONFIG_ELF_CORE=y
72681 +CONFIG_COMPAT_BRK=y
72682 +CONFIG_BASE_FULL=y
72683 +CONFIG_FUTEX=y
72684 +CONFIG_ANON_INODES=y
72685 +CONFIG_EPOLL=y
72686 +CONFIG_SIGNALFD=y
72687 +CONFIG_TIMERFD=y
72688 +CONFIG_EVENTFD=y
72689 +CONFIG_SHMEM=y
72690 +CONFIG_VM_EVENT_COUNTERS=y
72691 +CONFIG_SLUB_DEBUG=y
72692 +# CONFIG_SLAB is not set
72693 +CONFIG_SLUB=y
72694 +# CONFIG_SLOB is not set
72695 +# CONFIG_PROFILING is not set
72696 +# CONFIG_MARKERS is not set
72697 +CONFIG_HAVE_OPROFILE=y
72698 +# CONFIG_KPROBES is not set
72699 +CONFIG_HAVE_KPROBES=y
72700 +CONFIG_HAVE_KRETPROBES=y
72701 +CONFIG_PROC_PAGE_MONITOR=y
72702 +CONFIG_SLABINFO=y
72703 +CONFIG_RT_MUTEXES=y
72704 +# CONFIG_TINY_SHMEM is not set
72705 +CONFIG_BASE_SMALL=0
72706 +CONFIG_MODULES=y
72707 +CONFIG_MODULE_UNLOAD=y
72708 +# CONFIG_MODULE_FORCE_UNLOAD is not set
72709 +# CONFIG_MODVERSIONS is not set
72710 +# CONFIG_MODULE_SRCVERSION_ALL is not set
72711 +CONFIG_KMOD=y
72712 +CONFIG_BLOCK=y
72713 +CONFIG_LBD=y
72714 +# CONFIG_BLK_DEV_IO_TRACE is not set
72715 +# CONFIG_LSF is not set
72716 +# CONFIG_BLK_DEV_BSG is not set
72717 +
72718 +#
72719 +# IO Schedulers
72720 +#
72721 +CONFIG_IOSCHED_NOOP=y
72722 +CONFIG_IOSCHED_AS=y
72723 +CONFIG_IOSCHED_DEADLINE=y
72724 +CONFIG_IOSCHED_CFQ=y
72725 +CONFIG_DEFAULT_AS=y
72726 +# CONFIG_DEFAULT_DEADLINE is not set
72727 +# CONFIG_DEFAULT_CFQ is not set
72728 +# CONFIG_DEFAULT_NOOP is not set
72729 +CONFIG_DEFAULT_IOSCHED="anticipatory"
72730 +CONFIG_CLASSIC_RCU=y
72731 +CONFIG_PPC4xx_PCI_EXPRESS=y
72732 +
72733 +#
72734 +# Platform support
72735 +#
72736 +# CONFIG_PPC_MPC512x is not set
72737 +# CONFIG_PPC_MPC5121 is not set
72738 +# CONFIG_PPC_CELL is not set
72739 +# CONFIG_PPC_CELL_NATIVE is not set
72740 +# CONFIG_PQ2ADS is not set
72741 +CONFIG_EP405=y
72742 +CONFIG_KILAUEA=y
72743 +CONFIG_MAKALU=y
72744 +CONFIG_WALNUT=y
72745 +CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y
72746 +CONFIG_405GP=y
72747 +CONFIG_405EX=y
72748 +CONFIG_XILINX_VIRTEX=y
72749 +CONFIG_XILINX_VIRTEX_II_PRO=y
72750 +CONFIG_XILINX_VIRTEX_4_FX=y
72751 +CONFIG_IBM405_ERR77=y
72752 +CONFIG_IBM405_ERR51=y
72753 +# CONFIG_IPIC is not set
72754 +# CONFIG_MPIC is not set
72755 +# CONFIG_MPIC_WEIRD is not set
72756 +# CONFIG_PPC_I8259 is not set
72757 +# CONFIG_PPC_RTAS is not set
72758 +# CONFIG_MMIO_NVRAM is not set
72759 +# CONFIG_PPC_MPC106 is not set
72760 +# CONFIG_PPC_970_NAP is not set
72761 +# CONFIG_PPC_INDIRECT_IO is not set
72762 +# CONFIG_GENERIC_IOMAP is not set
72763 +# CONFIG_CPU_FREQ is not set
72764 +# CONFIG_FSL_ULI1575 is not set
72765 +CONFIG_OF_RTC=y
72766 +
72767 +#
72768 +# Kernel options
72769 +#
72770 +# CONFIG_HIGHMEM is not set
72771 +# CONFIG_TICK_ONESHOT is not set
72772 +# CONFIG_NO_HZ is not set
72773 +# CONFIG_HIGH_RES_TIMERS is not set
72774 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
72775 +# CONFIG_HZ_100 is not set
72776 +CONFIG_HZ_250=y
72777 +# CONFIG_HZ_300 is not set
72778 +# CONFIG_HZ_1000 is not set
72779 +CONFIG_HZ=250
72780 +# CONFIG_SCHED_HRTICK is not set
72781 +CONFIG_PREEMPT_NONE=y
72782 +# CONFIG_PREEMPT_VOLUNTARY is not set
72783 +# CONFIG_PREEMPT is not set
72784 +CONFIG_BINFMT_ELF=y
72785 +# CONFIG_BINFMT_MISC is not set
72786 +# CONFIG_MATH_EMULATION is not set
72787 +# CONFIG_IOMMU_HELPER is not set
72788 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
72789 +CONFIG_ARCH_HAS_WALK_MEMORY=y
72790 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
72791 +CONFIG_ARCH_FLATMEM_ENABLE=y
72792 +CONFIG_ARCH_POPULATES_NODE_MAP=y
72793 +CONFIG_SELECT_MEMORY_MODEL=y
72794 +CONFIG_FLATMEM_MANUAL=y
72795 +# CONFIG_DISCONTIGMEM_MANUAL is not set
72796 +# CONFIG_SPARSEMEM_MANUAL is not set
72797 +CONFIG_FLATMEM=y
72798 +CONFIG_FLAT_NODE_MEM_MAP=y
72799 +# CONFIG_SPARSEMEM_STATIC is not set
72800 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
72801 +CONFIG_SPLIT_PTLOCK_CPUS=4
72802 +CONFIG_RESOURCES_64BIT=y
72803 +CONFIG_ZONE_DMA_FLAG=1
72804 +CONFIG_BOUNCE=y
72805 +CONFIG_VIRT_TO_BUS=y
72806 +CONFIG_FORCE_MAX_ZONEORDER=11
72807 +CONFIG_PROC_DEVICETREE=y
72808 +# CONFIG_CMDLINE_BOOL is not set
72809 +# CONFIG_PM is not set
72810 +CONFIG_SECCOMP=y
72811 +CONFIG_ISA_DMA_API=y
72812 +
72813 +#
72814 +# Bus options
72815 +#
72816 +CONFIG_ZONE_DMA=y
72817 +CONFIG_PPC_INDIRECT_PCI=y
72818 +CONFIG_4xx_SOC=y
72819 +CONFIG_PCI=y
72820 +CONFIG_PCI_DOMAINS=y
72821 +CONFIG_PCI_SYSCALL=y
72822 +# CONFIG_PCIEPORTBUS is not set
72823 +CONFIG_ARCH_SUPPORTS_MSI=y
72824 +# CONFIG_PCI_MSI is not set
72825 +# CONFIG_PCI_LEGACY is not set
72826 +# CONFIG_PCI_DEBUG is not set
72827 +# CONFIG_PCCARD is not set
72828 +# CONFIG_HOTPLUG_PCI is not set
72829 +
72830 +#
72831 +# Advanced setup
72832 +#
72833 +# CONFIG_ADVANCED_OPTIONS is not set
72834 +
72835 +#
72836 +# Default settings for advanced configuration options are used
72837 +#
72838 +CONFIG_HIGHMEM_START=0xfe000000
72839 +CONFIG_LOWMEM_SIZE=0x30000000
72840 +CONFIG_KERNEL_START=0xc0000000
72841 +CONFIG_TASK_SIZE=0xc0000000
72842 +CONFIG_CONSISTENT_START=0xff100000
72843 +CONFIG_CONSISTENT_SIZE=0x00200000
72844 +CONFIG_BOOT_LOAD=0x00400000
72845 +
72846 +#
72847 +# Networking
72848 +#
72849 +CONFIG_NET=y
72850 +
72851 +#
72852 +# Networking options
72853 +#
72854 +CONFIG_PACKET=y
72855 +# CONFIG_PACKET_MMAP is not set
72856 +CONFIG_UNIX=y
72857 +# CONFIG_NET_KEY is not set
72858 +CONFIG_INET=y
72859 +# CONFIG_IP_MULTICAST is not set
72860 +# CONFIG_IP_ADVANCED_ROUTER is not set
72861 +CONFIG_IP_FIB_HASH=y
72862 +CONFIG_IP_PNP=y
72863 +CONFIG_IP_PNP_DHCP=y
72864 +CONFIG_IP_PNP_BOOTP=y
72865 +# CONFIG_IP_PNP_RARP is not set
72866 +# CONFIG_NET_IPIP is not set
72867 +# CONFIG_NET_IPGRE is not set
72868 +# CONFIG_ARPD is not set
72869 +# CONFIG_SYN_COOKIES is not set
72870 +# CONFIG_INET_AH is not set
72871 +# CONFIG_INET_ESP is not set
72872 +# CONFIG_INET_IPCOMP is not set
72873 +# CONFIG_INET_XFRM_TUNNEL is not set
72874 +# CONFIG_INET_TUNNEL is not set
72875 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
72876 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
72877 +# CONFIG_INET_XFRM_MODE_BEET is not set
72878 +# CONFIG_INET_LRO is not set
72879 +CONFIG_INET_DIAG=y
72880 +CONFIG_INET_TCP_DIAG=y
72881 +# CONFIG_TCP_CONG_ADVANCED is not set
72882 +CONFIG_TCP_CONG_CUBIC=y
72883 +CONFIG_DEFAULT_TCP_CONG="cubic"
72884 +# CONFIG_TCP_MD5SIG is not set
72885 +# CONFIG_IPV6 is not set
72886 +# CONFIG_INET6_XFRM_TUNNEL is not set
72887 +# CONFIG_INET6_TUNNEL is not set
72888 +# CONFIG_NETWORK_SECMARK is not set
72889 +# CONFIG_NETFILTER is not set
72890 +# CONFIG_IP_DCCP is not set
72891 +# CONFIG_IP_SCTP is not set
72892 +# CONFIG_TIPC is not set
72893 +# CONFIG_ATM is not set
72894 +# CONFIG_BRIDGE is not set
72895 +# CONFIG_VLAN_8021Q is not set
72896 +# CONFIG_DECNET is not set
72897 +# CONFIG_LLC2 is not set
72898 +# CONFIG_IPX is not set
72899 +# CONFIG_ATALK is not set
72900 +# CONFIG_X25 is not set
72901 +# CONFIG_LAPB is not set
72902 +# CONFIG_ECONET is not set
72903 +# CONFIG_WAN_ROUTER is not set
72904 +# CONFIG_NET_SCHED is not set
72905 +
72906 +#
72907 +# Network testing
72908 +#
72909 +# CONFIG_NET_PKTGEN is not set
72910 +# CONFIG_HAMRADIO is not set
72911 +# CONFIG_CAN is not set
72912 +# CONFIG_IRDA is not set
72913 +# CONFIG_BT is not set
72914 +# CONFIG_AF_RXRPC is not set
72915 +
72916 +#
72917 +# Wireless
72918 +#
72919 +# CONFIG_CFG80211 is not set
72920 +# CONFIG_WIRELESS_EXT is not set
72921 +# CONFIG_MAC80211 is not set
72922 +# CONFIG_IEEE80211 is not set
72923 +# CONFIG_RFKILL is not set
72924 +# CONFIG_NET_9P is not set
72925 +
72926 +#
72927 +# Device Drivers
72928 +#
72929 +
72930 +#
72931 +# Generic Driver Options
72932 +#
72933 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
72934 +CONFIG_STANDALONE=y
72935 +CONFIG_PREVENT_FIRMWARE_BUILD=y
72936 +CONFIG_FW_LOADER=y
72937 +# CONFIG_DEBUG_DRIVER is not set
72938 +# CONFIG_DEBUG_DEVRES is not set
72939 +# CONFIG_SYS_HYPERVISOR is not set
72940 +CONFIG_CONNECTOR=y
72941 +CONFIG_PROC_EVENTS=y
72942 +CONFIG_MTD=y
72943 +# CONFIG_MTD_DEBUG is not set
72944 +# CONFIG_MTD_CONCAT is not set
72945 +CONFIG_MTD_PARTITIONS=y
72946 +# CONFIG_MTD_REDBOOT_PARTS is not set
72947 +CONFIG_MTD_CMDLINE_PARTS=y
72948 +CONFIG_MTD_OF_PARTS=y
72949 +
72950 +#
72951 +# User Modules And Translation Layers
72952 +#
72953 +CONFIG_MTD_CHAR=y
72954 +CONFIG_MTD_BLKDEVS=m
72955 +CONFIG_MTD_BLOCK=m
72956 +# CONFIG_MTD_BLOCK_RO is not set
72957 +# CONFIG_FTL is not set
72958 +# CONFIG_NFTL is not set
72959 +# CONFIG_INFTL is not set
72960 +# CONFIG_RFD_FTL is not set
72961 +# CONFIG_SSFDC is not set
72962 +# CONFIG_MTD_OOPS is not set
72963 +
72964 +#
72965 +# RAM/ROM/Flash chip drivers
72966 +#
72967 +CONFIG_MTD_CFI=y
72968 +CONFIG_MTD_JEDECPROBE=y
72969 +CONFIG_MTD_GEN_PROBE=y
72970 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
72971 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
72972 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
72973 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
72974 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
72975 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
72976 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
72977 +CONFIG_MTD_CFI_I1=y
72978 +CONFIG_MTD_CFI_I2=y
72979 +# CONFIG_MTD_CFI_I4 is not set
72980 +# CONFIG_MTD_CFI_I8 is not set
72981 +# CONFIG_MTD_CFI_INTELEXT is not set
72982 +CONFIG_MTD_CFI_AMDSTD=y
72983 +# CONFIG_MTD_CFI_STAA is not set
72984 +CONFIG_MTD_CFI_UTIL=y
72985 +# CONFIG_MTD_RAM is not set
72986 +# CONFIG_MTD_ROM is not set
72987 +# CONFIG_MTD_ABSENT is not set
72988 +
72989 +#
72990 +# Mapping drivers for chip access
72991 +#
72992 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
72993 +# CONFIG_MTD_PHYSMAP is not set
72994 +CONFIG_MTD_PHYSMAP_OF=y
72995 +# CONFIG_MTD_INTEL_VR_NOR is not set
72996 +# CONFIG_MTD_PLATRAM is not set
72997 +
72998 +#
72999 +# Self-contained MTD device drivers
73000 +#
73001 +# CONFIG_MTD_PMC551 is not set
73002 +# CONFIG_MTD_SLRAM is not set
73003 +# CONFIG_MTD_PHRAM is not set
73004 +# CONFIG_MTD_MTDRAM is not set
73005 +# CONFIG_MTD_BLOCK2MTD is not set
73006 +
73007 +#
73008 +# Disk-On-Chip Device Drivers
73009 +#
73010 +# CONFIG_MTD_DOC2000 is not set
73011 +# CONFIG_MTD_DOC2001 is not set
73012 +# CONFIG_MTD_DOC2001PLUS is not set
73013 +# CONFIG_MTD_NAND is not set
73014 +# CONFIG_MTD_ONENAND is not set
73015 +
73016 +#
73017 +# UBI - Unsorted block images
73018 +#
73019 +# CONFIG_MTD_UBI is not set
73020 +CONFIG_OF_DEVICE=y
73021 +# CONFIG_PARPORT is not set
73022 +CONFIG_BLK_DEV=y
73023 +# CONFIG_BLK_DEV_FD is not set
73024 +# CONFIG_BLK_CPQ_DA is not set
73025 +# CONFIG_BLK_CPQ_CISS_DA is not set
73026 +# CONFIG_BLK_DEV_DAC960 is not set
73027 +# CONFIG_BLK_DEV_UMEM is not set
73028 +# CONFIG_BLK_DEV_COW_COMMON is not set
73029 +# CONFIG_BLK_DEV_LOOP is not set
73030 +# CONFIG_BLK_DEV_NBD is not set
73031 +# CONFIG_BLK_DEV_SX8 is not set
73032 +CONFIG_BLK_DEV_RAM=y
73033 +CONFIG_BLK_DEV_RAM_COUNT=16
73034 +CONFIG_BLK_DEV_RAM_SIZE=35000
73035 +# CONFIG_BLK_DEV_XIP is not set
73036 +# CONFIG_CDROM_PKTCDVD is not set
73037 +# CONFIG_ATA_OVER_ETH is not set
73038 +# CONFIG_XILINX_SYSACE is not set
73039 +CONFIG_MISC_DEVICES=y
73040 +# CONFIG_PHANTOM is not set
73041 +# CONFIG_EEPROM_93CX6 is not set
73042 +# CONFIG_SGI_IOC4 is not set
73043 +# CONFIG_TIFM_CORE is not set
73044 +# CONFIG_ENCLOSURE_SERVICES is not set
73045 +CONFIG_HAVE_IDE=y
73046 +# CONFIG_IDE is not set
73047 +
73048 +#
73049 +# SCSI device support
73050 +#
73051 +# CONFIG_RAID_ATTRS is not set
73052 +# CONFIG_SCSI is not set
73053 +# CONFIG_SCSI_DMA is not set
73054 +# CONFIG_SCSI_NETLINK is not set
73055 +# CONFIG_ATA is not set
73056 +# CONFIG_MD is not set
73057 +# CONFIG_FUSION is not set
73058 +
73059 +#
73060 +# IEEE 1394 (FireWire) support
73061 +#
73062 +# CONFIG_FIREWIRE is not set
73063 +# CONFIG_IEEE1394 is not set
73064 +# CONFIG_I2O is not set
73065 +# CONFIG_MACINTOSH_DRIVERS is not set
73066 +CONFIG_NETDEVICES=y
73067 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
73068 +# CONFIG_DUMMY is not set
73069 +# CONFIG_BONDING is not set
73070 +# CONFIG_MACVLAN is not set
73071 +# CONFIG_EQUALIZER is not set
73072 +# CONFIG_TUN is not set
73073 +# CONFIG_VETH is not set
73074 +# CONFIG_ARCNET is not set
73075 +# CONFIG_PHYLIB is not set
73076 +CONFIG_NET_ETHERNET=y
73077 +# CONFIG_MII is not set
73078 +# CONFIG_HAPPYMEAL is not set
73079 +# CONFIG_SUNGEM is not set
73080 +# CONFIG_CASSINI is not set
73081 +# CONFIG_NET_VENDOR_3COM is not set
73082 +# CONFIG_NET_TULIP is not set
73083 +# CONFIG_HP100 is not set
73084 +CONFIG_IBM_NEW_EMAC=y
73085 +CONFIG_IBM_NEW_EMAC_RXB=128
73086 +CONFIG_IBM_NEW_EMAC_TXB=64
73087 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
73088 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
73089 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
73090 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
73091 +CONFIG_IBM_NEW_EMAC_ZMII=y
73092 +CONFIG_IBM_NEW_EMAC_RGMII=y
73093 +# CONFIG_IBM_NEW_EMAC_TAH is not set
73094 +CONFIG_IBM_NEW_EMAC_EMAC4=y
73095 +# CONFIG_NET_PCI is not set
73096 +# CONFIG_B44 is not set
73097 +CONFIG_NETDEV_1000=y
73098 +# CONFIG_ACENIC is not set
73099 +# CONFIG_DL2K is not set
73100 +# CONFIG_E1000 is not set
73101 +# CONFIG_E1000E is not set
73102 +# CONFIG_E1000E_ENABLED is not set
73103 +# CONFIG_IP1000 is not set
73104 +# CONFIG_IGB is not set
73105 +# CONFIG_NS83820 is not set
73106 +# CONFIG_HAMACHI is not set
73107 +# CONFIG_YELLOWFIN is not set
73108 +# CONFIG_R8169 is not set
73109 +# CONFIG_SIS190 is not set
73110 +# CONFIG_SKGE is not set
73111 +# CONFIG_SKY2 is not set
73112 +# CONFIG_SK98LIN is not set
73113 +# CONFIG_VIA_VELOCITY is not set
73114 +# CONFIG_TIGON3 is not set
73115 +# CONFIG_BNX2 is not set
73116 +# CONFIG_QLA3XXX is not set
73117 +# CONFIG_ATL1 is not set
73118 +CONFIG_NETDEV_10000=y
73119 +# CONFIG_CHELSIO_T1 is not set
73120 +# CONFIG_CHELSIO_T3 is not set
73121 +# CONFIG_IXGBE is not set
73122 +# CONFIG_IXGB is not set
73123 +# CONFIG_S2IO is not set
73124 +# CONFIG_MYRI10GE is not set
73125 +# CONFIG_NETXEN_NIC is not set
73126 +# CONFIG_NIU is not set
73127 +# CONFIG_MLX4_CORE is not set
73128 +# CONFIG_TEHUTI is not set
73129 +# CONFIG_BNX2X is not set
73130 +# CONFIG_TR is not set
73131 +
73132 +#
73133 +# Wireless LAN
73134 +#
73135 +# CONFIG_WLAN_PRE80211 is not set
73136 +# CONFIG_WLAN_80211 is not set
73137 +# CONFIG_WAN is not set
73138 +# CONFIG_FDDI is not set
73139 +# CONFIG_HIPPI is not set
73140 +# CONFIG_PPP is not set
73141 +# CONFIG_SLIP is not set
73142 +# CONFIG_NETCONSOLE is not set
73143 +# CONFIG_NETPOLL is not set
73144 +# CONFIG_NET_POLL_CONTROLLER is not set
73145 +# CONFIG_ISDN is not set
73146 +# CONFIG_PHONE is not set
73147 +
73148 +#
73149 +# Input device support
73150 +#
73151 +# CONFIG_INPUT is not set
73152 +
73153 +#
73154 +# Hardware I/O ports
73155 +#
73156 +# CONFIG_SERIO is not set
73157 +# CONFIG_GAMEPORT is not set
73158 +
73159 +#
73160 +# Character devices
73161 +#
73162 +# CONFIG_VT is not set
73163 +# CONFIG_SERIAL_NONSTANDARD is not set
73164 +# CONFIG_NOZOMI is not set
73165 +
73166 +#
73167 +# Serial drivers
73168 +#
73169 +CONFIG_SERIAL_8250=y
73170 +CONFIG_SERIAL_8250_CONSOLE=y
73171 +CONFIG_SERIAL_8250_PCI=y
73172 +CONFIG_SERIAL_8250_NR_UARTS=4
73173 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
73174 +CONFIG_SERIAL_8250_EXTENDED=y
73175 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
73176 +CONFIG_SERIAL_8250_SHARE_IRQ=y
73177 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
73178 +# CONFIG_SERIAL_8250_RSA is not set
73179 +
73180 +#
73181 +# Non-8250 serial port support
73182 +#
73183 +# CONFIG_SERIAL_UARTLITE is not set
73184 +CONFIG_SERIAL_CORE=y
73185 +CONFIG_SERIAL_CORE_CONSOLE=y
73186 +# CONFIG_SERIAL_JSM is not set
73187 +CONFIG_SERIAL_OF_PLATFORM=y
73188 +CONFIG_UNIX98_PTYS=y
73189 +CONFIG_LEGACY_PTYS=y
73190 +CONFIG_LEGACY_PTY_COUNT=256
73191 +# CONFIG_IPMI_HANDLER is not set
73192 +# CONFIG_HW_RANDOM is not set
73193 +# CONFIG_NVRAM is not set
73194 +# CONFIG_GEN_RTC is not set
73195 +CONFIG_XILINX_HWICAP=m
73196 +# CONFIG_R3964 is not set
73197 +# CONFIG_APPLICOM is not set
73198 +# CONFIG_RAW_DRIVER is not set
73199 +# CONFIG_TCG_TPM is not set
73200 +CONFIG_DEVPORT=y
73201 +# CONFIG_I2C is not set
73202 +
73203 +#
73204 +# SPI support
73205 +#
73206 +# CONFIG_SPI is not set
73207 +# CONFIG_SPI_MASTER is not set
73208 +# CONFIG_W1 is not set
73209 +# CONFIG_POWER_SUPPLY is not set
73210 +# CONFIG_HWMON is not set
73211 +CONFIG_THERMAL=y
73212 +# CONFIG_WATCHDOG is not set
73213 +
73214 +#
73215 +# Sonics Silicon Backplane
73216 +#
73217 +CONFIG_SSB_POSSIBLE=y
73218 +# CONFIG_SSB is not set
73219 +
73220 +#
73221 +# Multifunction device drivers
73222 +#
73223 +# CONFIG_MFD_SM501 is not set
73224 +
73225 +#
73226 +# Multimedia devices
73227 +#
73228 +# CONFIG_VIDEO_DEV is not set
73229 +# CONFIG_DVB_CORE is not set
73230 +# CONFIG_DAB is not set
73231 +
73232 +#
73233 +# Graphics support
73234 +#
73235 +# CONFIG_AGP is not set
73236 +# CONFIG_DRM is not set
73237 +# CONFIG_VGASTATE is not set
73238 +CONFIG_VIDEO_OUTPUT_CONTROL=m
73239 +# CONFIG_FB is not set
73240 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
73241 +
73242 +#
73243 +# Display device support
73244 +#
73245 +# CONFIG_DISPLAY_SUPPORT is not set
73246 +
73247 +#
73248 +# Sound
73249 +#
73250 +# CONFIG_SOUND is not set
73251 +CONFIG_USB_SUPPORT=y
73252 +CONFIG_USB_ARCH_HAS_HCD=y
73253 +CONFIG_USB_ARCH_HAS_OHCI=y
73254 +CONFIG_USB_ARCH_HAS_EHCI=y
73255 +# CONFIG_USB is not set
73256 +
73257 +#
73258 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
73259 +#
73260 +# CONFIG_USB_GADGET is not set
73261 +# CONFIG_MMC is not set
73262 +# CONFIG_MEMSTICK is not set
73263 +# CONFIG_NEW_LEDS is not set
73264 +# CONFIG_INFINIBAND is not set
73265 +# CONFIG_EDAC is not set
73266 +# CONFIG_RTC_CLASS is not set
73267 +# CONFIG_DMADEVICES is not set
73268 +
73269 +#
73270 +# Userspace I/O
73271 +#
73272 +# CONFIG_UIO is not set
73273 +
73274 +#
73275 +# File systems
73276 +#
73277 +CONFIG_EXT2_FS=y
73278 +# CONFIG_EXT2_FS_XATTR is not set
73279 +# CONFIG_EXT2_FS_XIP is not set
73280 +# CONFIG_EXT3_FS is not set
73281 +# CONFIG_EXT4DEV_FS is not set
73282 +# CONFIG_REISERFS_FS is not set
73283 +# CONFIG_JFS_FS is not set
73284 +# CONFIG_FS_POSIX_ACL is not set
73285 +# CONFIG_XFS_FS is not set
73286 +# CONFIG_GFS2_FS is not set
73287 +# CONFIG_OCFS2_FS is not set
73288 +CONFIG_DNOTIFY=y
73289 +CONFIG_INOTIFY=y
73290 +CONFIG_INOTIFY_USER=y
73291 +# CONFIG_QUOTA is not set
73292 +# CONFIG_AUTOFS_FS is not set
73293 +# CONFIG_AUTOFS4_FS is not set
73294 +# CONFIG_FUSE_FS is not set
73295 +
73296 +#
73297 +# CD-ROM/DVD Filesystems
73298 +#
73299 +# CONFIG_ISO9660_FS is not set
73300 +# CONFIG_UDF_FS is not set
73301 +
73302 +#
73303 +# DOS/FAT/NT Filesystems
73304 +#
73305 +# CONFIG_MSDOS_FS is not set
73306 +# CONFIG_VFAT_FS is not set
73307 +# CONFIG_NTFS_FS is not set
73308 +
73309 +#
73310 +# Pseudo filesystems
73311 +#
73312 +CONFIG_PROC_FS=y
73313 +CONFIG_PROC_KCORE=y
73314 +CONFIG_PROC_SYSCTL=y
73315 +CONFIG_SYSFS=y
73316 +CONFIG_TMPFS=y
73317 +# CONFIG_TMPFS_POSIX_ACL is not set
73318 +# CONFIG_HUGETLB_PAGE is not set
73319 +# CONFIG_CONFIGFS_FS is not set
73320 +
73321 +#
73322 +# Miscellaneous filesystems
73323 +#
73324 +# CONFIG_ADFS_FS is not set
73325 +# CONFIG_AFFS_FS is not set
73326 +# CONFIG_HFS_FS is not set
73327 +# CONFIG_HFSPLUS_FS is not set
73328 +# CONFIG_BEFS_FS is not set
73329 +# CONFIG_BFS_FS is not set
73330 +# CONFIG_EFS_FS is not set
73331 +# CONFIG_JFFS2_FS is not set
73332 +CONFIG_CRAMFS=y
73333 +# CONFIG_VXFS_FS is not set
73334 +# CONFIG_MINIX_FS is not set
73335 +# CONFIG_HPFS_FS is not set
73336 +# CONFIG_QNX4FS_FS is not set
73337 +# CONFIG_ROMFS_FS is not set
73338 +# CONFIG_SYSV_FS is not set
73339 +# CONFIG_UFS_FS is not set
73340 +CONFIG_NETWORK_FILESYSTEMS=y
73341 +CONFIG_NFS_FS=y
73342 +CONFIG_NFS_V3=y
73343 +# CONFIG_NFS_V3_ACL is not set
73344 +# CONFIG_NFS_V4 is not set
73345 +# CONFIG_NFS_DIRECTIO is not set
73346 +# CONFIG_NFSD is not set
73347 +CONFIG_ROOT_NFS=y
73348 +CONFIG_LOCKD=y
73349 +CONFIG_LOCKD_V4=y
73350 +CONFIG_NFS_COMMON=y
73351 +CONFIG_SUNRPC=y
73352 +# CONFIG_SUNRPC_BIND34 is not set
73353 +# CONFIG_RPCSEC_GSS_KRB5 is not set
73354 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
73355 +# CONFIG_SMB_FS is not set
73356 +# CONFIG_CIFS is not set
73357 +# CONFIG_NCP_FS is not set
73358 +# CONFIG_CODA_FS is not set
73359 +# CONFIG_AFS_FS is not set
73360 +
73361 +#
73362 +# Partition Types
73363 +#
73364 +# CONFIG_PARTITION_ADVANCED is not set
73365 +CONFIG_MSDOS_PARTITION=y
73366 +# CONFIG_NLS is not set
73367 +# CONFIG_DLM is not set
73368 +
73369 +#
73370 +# Library routines
73371 +#
73372 +CONFIG_BITREVERSE=y
73373 +# CONFIG_CRC_CCITT is not set
73374 +# CONFIG_CRC16 is not set
73375 +# CONFIG_CRC_ITU_T is not set
73376 +CONFIG_CRC32=y
73377 +# CONFIG_CRC7 is not set
73378 +# CONFIG_LIBCRC32C is not set
73379 +CONFIG_ZLIB_INFLATE=y
73380 +CONFIG_PLIST=y
73381 +CONFIG_HAS_IOMEM=y
73382 +CONFIG_HAS_IOPORT=y
73383 +CONFIG_HAS_DMA=y
73384 +CONFIG_HAVE_LMB=y
73385 +
73386 +#
73387 +# Kernel hacking
73388 +#
73389 +# CONFIG_PRINTK_TIME is not set
73390 +CONFIG_ENABLE_WARN_DEPRECATED=y
73391 +CONFIG_ENABLE_MUST_CHECK=y
73392 +CONFIG_MAGIC_SYSRQ=y
73393 +# CONFIG_UNUSED_SYMBOLS is not set
73394 +CONFIG_DEBUG_FS=y
73395 +# CONFIG_HEADERS_CHECK is not set
73396 +CONFIG_DEBUG_KERNEL=y
73397 +# CONFIG_DEBUG_SHIRQ is not set
73398 +CONFIG_DETECT_SOFTLOCKUP=y
73399 +CONFIG_SCHED_DEBUG=y
73400 +# CONFIG_SCHEDSTATS is not set
73401 +# CONFIG_TIMER_STATS is not set
73402 +# CONFIG_SLUB_DEBUG_ON is not set
73403 +# CONFIG_SLUB_STATS is not set
73404 +# CONFIG_DEBUG_RT_MUTEXES is not set
73405 +# CONFIG_RT_MUTEX_TESTER is not set
73406 +# CONFIG_DEBUG_SPINLOCK is not set
73407 +# CONFIG_DEBUG_MUTEXES is not set
73408 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
73409 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
73410 +# CONFIG_DEBUG_KOBJECT is not set
73411 +CONFIG_DEBUG_BUGVERBOSE=y
73412 +# CONFIG_DEBUG_INFO is not set
73413 +# CONFIG_DEBUG_VM is not set
73414 +# CONFIG_DEBUG_LIST is not set
73415 +# CONFIG_DEBUG_SG is not set
73416 +# CONFIG_BOOT_PRINTK_DELAY is not set
73417 +# CONFIG_RCU_TORTURE_TEST is not set
73418 +# CONFIG_BACKTRACE_SELF_TEST is not set
73419 +# CONFIG_FAULT_INJECTION is not set
73420 +# CONFIG_SAMPLES is not set
73421 +# CONFIG_DEBUG_STACKOVERFLOW is not set
73422 +# CONFIG_DEBUG_STACK_USAGE is not set
73423 +# CONFIG_DEBUG_PAGEALLOC is not set
73424 +# CONFIG_DEBUGGER is not set
73425 +# CONFIG_VIRQ_DEBUG is not set
73426 +# CONFIG_BDI_SWITCH is not set
73427 +# CONFIG_PPC_EARLY_DEBUG is not set
73428 +
73429 +#
73430 +# Security options
73431 +#
73432 +# CONFIG_KEYS is not set
73433 +# CONFIG_SECURITY is not set
73434 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
73435 +CONFIG_CRYPTO=y
73436 +CONFIG_CRYPTO_ALGAPI=y
73437 +CONFIG_CRYPTO_BLKCIPHER=y
73438 +# CONFIG_CRYPTO_SEQIV is not set
73439 +CONFIG_CRYPTO_MANAGER=y
73440 +# CONFIG_CRYPTO_HMAC is not set
73441 +# CONFIG_CRYPTO_XCBC is not set
73442 +# CONFIG_CRYPTO_NULL is not set
73443 +# CONFIG_CRYPTO_MD4 is not set
73444 +CONFIG_CRYPTO_MD5=y
73445 +# CONFIG_CRYPTO_SHA1 is not set
73446 +# CONFIG_CRYPTO_SHA256 is not set
73447 +# CONFIG_CRYPTO_SHA512 is not set
73448 +# CONFIG_CRYPTO_WP512 is not set
73449 +# CONFIG_CRYPTO_TGR192 is not set
73450 +# CONFIG_CRYPTO_GF128MUL is not set
73451 +CONFIG_CRYPTO_ECB=y
73452 +CONFIG_CRYPTO_CBC=y
73453 +CONFIG_CRYPTO_PCBC=y
73454 +# CONFIG_CRYPTO_LRW is not set
73455 +# CONFIG_CRYPTO_XTS is not set
73456 +# CONFIG_CRYPTO_CTR is not set
73457 +# CONFIG_CRYPTO_GCM is not set
73458 +# CONFIG_CRYPTO_CCM is not set
73459 +# CONFIG_CRYPTO_CRYPTD is not set
73460 +CONFIG_CRYPTO_DES=y
73461 +# CONFIG_CRYPTO_FCRYPT is not set
73462 +# CONFIG_CRYPTO_BLOWFISH is not set
73463 +# CONFIG_CRYPTO_TWOFISH is not set
73464 +# CONFIG_CRYPTO_SERPENT is not set
73465 +# CONFIG_CRYPTO_AES is not set
73466 +# CONFIG_CRYPTO_CAST5 is not set
73467 +# CONFIG_CRYPTO_CAST6 is not set
73468 +# CONFIG_CRYPTO_TEA is not set
73469 +# CONFIG_CRYPTO_ARC4 is not set
73470 +# CONFIG_CRYPTO_KHAZAD is not set
73471 +# CONFIG_CRYPTO_ANUBIS is not set
73472 +# CONFIG_CRYPTO_SEED is not set
73473 +# CONFIG_CRYPTO_SALSA20 is not set
73474 +# CONFIG_CRYPTO_DEFLATE is not set
73475 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
73476 +# CONFIG_CRYPTO_CRC32C is not set
73477 +# CONFIG_CRYPTO_CAMELLIA is not set
73478 +# CONFIG_CRYPTO_TEST is not set
73479 +# CONFIG_CRYPTO_AUTHENC is not set
73480 +# CONFIG_CRYPTO_LZO is not set
73481 +CONFIG_CRYPTO_HW=y
73482 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
73483 +# CONFIG_PPC_CLOCK is not set
73484 --- a/arch/powerpc/configs/ppc44x_defconfig
73485 +++ b/arch/powerpc/configs/ppc44x_defconfig
73486 @@ -1,7 +1,7 @@
73487 #
73488 # Automatically generated make config: don't edit
73489 -# Linux kernel version: 2.6.25-rc2
73490 -# Fri Feb 15 21:57:35 2008
73491 +# Linux kernel version: 2.6.25-rc6
73492 +# Sat Apr 5 09:35:48 2008
73493 #
73494 # CONFIG_PPC64 is not set
73495
73496 @@ -79,6 +79,7 @@
73497 CONFIG_USER_SCHED=y
73498 # CONFIG_CGROUP_SCHED is not set
73499 CONFIG_SYSFS_DEPRECATED=y
73500 +CONFIG_SYSFS_DEPRECATED_V2=y
73501 # CONFIG_RELAY is not set
73502 # CONFIG_NAMESPACES is not set
73503 CONFIG_BLK_DEV_INITRD=y
73504 @@ -113,6 +114,7 @@
73505 CONFIG_HAVE_OPROFILE=y
73506 # CONFIG_KPROBES is not set
73507 CONFIG_HAVE_KPROBES=y
73508 +CONFIG_HAVE_KRETPROBES=y
73509 CONFIG_PROC_PAGE_MONITOR=y
73510 CONFIG_SLABINFO=y
73511 CONFIG_RT_MUTEXES=y
73512 @@ -143,7 +145,6 @@
73513 # CONFIG_DEFAULT_NOOP is not set
73514 CONFIG_DEFAULT_IOSCHED="anticipatory"
73515 CONFIG_CLASSIC_RCU=y
73516 -# CONFIG_PREEMPT_RCU is not set
73517 CONFIG_PPC4xx_PCI_EXPRESS=y
73518
73519 #
73520 @@ -161,12 +162,15 @@
73521 CONFIG_KATMAI=y
73522 CONFIG_RAINIER=y
73523 CONFIG_WARP=y
73524 +CONFIG_CANYONLANDS=y
73525 +CONFIG_YOSEMITE=y
73526 CONFIG_440EP=y
73527 CONFIG_440EPX=y
73528 CONFIG_440GRX=y
73529 CONFIG_440GP=y
73530 CONFIG_440GX=y
73531 CONFIG_440SPe=y
73532 +CONFIG_460EX=y
73533 CONFIG_IBM440EP_ERR42=y
73534 # CONFIG_IPIC is not set
73535 # CONFIG_MPIC is not set
73536 @@ -199,7 +203,6 @@
73537 CONFIG_PREEMPT_NONE=y
73538 # CONFIG_PREEMPT_VOLUNTARY is not set
73539 # CONFIG_PREEMPT is not set
73540 -# CONFIG_RCU_TRACE is not set
73541 CONFIG_BINFMT_ELF=y
73542 # CONFIG_BINFMT_MISC is not set
73543 CONFIG_MATH_EMULATION=y
73544 @@ -232,6 +235,7 @@
73545 #
73546 CONFIG_ZONE_DMA=y
73547 CONFIG_PPC_INDIRECT_PCI=y
73548 +CONFIG_4xx_SOC=y
73549 CONFIG_PCI=y
73550 CONFIG_PCI_DOMAINS=y
73551 CONFIG_PCI_SYSCALL=y
73552 @@ -678,6 +682,7 @@
73553 # CONFIG_INFINIBAND is not set
73554 # CONFIG_EDAC is not set
73555 # CONFIG_RTC_CLASS is not set
73556 +# CONFIG_DMADEVICES is not set
73557
73558 #
73559 # Userspace I/O
73560 @@ -805,6 +810,7 @@
73561 CONFIG_HAS_IOMEM=y
73562 CONFIG_HAS_IOPORT=y
73563 CONFIG_HAS_DMA=y
73564 +CONFIG_HAVE_LMB=y
73565
73566 #
73567 # Kernel hacking
73568 --- a/arch/powerpc/configs/ppc64_defconfig
73569 +++ b/arch/powerpc/configs/ppc64_defconfig
73570 @@ -1,7 +1,7 @@
73571 #
73572 # Automatically generated make config: don't edit
73573 # Linux kernel version: 2.6.25-rc6
73574 -# Thu Mar 20 11:06:28 2008
73575 +# Thu Mar 27 13:56:24 2008
73576 #
73577 CONFIG_PPC64=y
73578
73579 @@ -84,8 +84,6 @@
73580 # CONFIG_CGROUP_NS is not set
73581 CONFIG_CPUSETS=y
73582 # CONFIG_GROUP_SCHED is not set
73583 -# CONFIG_USER_SCHED is not set
73584 -# CONFIG_CGROUP_SCHED is not set
73585 # CONFIG_CGROUP_CPUACCT is not set
73586 # CONFIG_RESOURCE_COUNTERS is not set
73587 CONFIG_SYSFS_DEPRECATED=y
73588 @@ -289,6 +287,7 @@
73589 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73590 CONFIG_KEXEC=y
73591 # CONFIG_CRASH_DUMP is not set
73592 +# CONFIG_PHYP_DUMP is not set
73593 CONFIG_IRQ_ALL_CPUS=y
73594 # CONFIG_NUMA is not set
73595 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
73596 @@ -335,7 +334,7 @@
73597 # CONFIG_PCIEPORTBUS is not set
73598 CONFIG_ARCH_SUPPORTS_MSI=y
73599 CONFIG_PCI_MSI=y
73600 -CONFIG_PCI_LEGACY=y
73601 +# CONFIG_PCI_LEGACY is not set
73602 # CONFIG_PCI_DEBUG is not set
73603 CONFIG_PCCARD=y
73604 # CONFIG_PCMCIA_DEBUG is not set
73605 @@ -1881,6 +1880,7 @@
73606 CONFIG_HAS_IOMEM=y
73607 CONFIG_HAS_IOPORT=y
73608 CONFIG_HAS_DMA=y
73609 +CONFIG_HAVE_LMB=y
73610
73611 #
73612 # Kernel hacking
73613 --- a/arch/powerpc/configs/pseries_defconfig
73614 +++ b/arch/powerpc/configs/pseries_defconfig
73615 @@ -1,7 +1,7 @@
73616 #
73617 # Automatically generated make config: don't edit
73618 # Linux kernel version: 2.6.25-rc6
73619 -# Thu Mar 20 11:08:01 2008
73620 +# Thu Mar 27 13:56:28 2008
73621 #
73622 CONFIG_PPC64=y
73623
73624 @@ -83,8 +83,6 @@
73625 CONFIG_CGROUP_NS=y
73626 CONFIG_CPUSETS=y
73627 # CONFIG_GROUP_SCHED is not set
73628 -# CONFIG_USER_SCHED is not set
73629 -# CONFIG_CGROUP_SCHED is not set
73630 CONFIG_CGROUP_CPUACCT=y
73631 # CONFIG_RESOURCE_COUNTERS is not set
73632 CONFIG_SYSFS_DEPRECATED=y
73633 @@ -237,6 +235,7 @@
73634 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73635 CONFIG_KEXEC=y
73636 # CONFIG_CRASH_DUMP is not set
73637 +# CONFIG_PHYP_DUMP is not set
73638 CONFIG_IRQ_ALL_CPUS=y
73639 CONFIG_NUMA=y
73640 CONFIG_NODES_SHIFT=4
73641 @@ -283,7 +282,7 @@
73642 # CONFIG_PCIEPORTBUS is not set
73643 CONFIG_ARCH_SUPPORTS_MSI=y
73644 CONFIG_PCI_MSI=y
73645 -CONFIG_PCI_LEGACY=y
73646 +# CONFIG_PCI_LEGACY is not set
73647 # CONFIG_PCI_DEBUG is not set
73648 # CONFIG_PCCARD is not set
73649 CONFIG_HOTPLUG_PCI=m
73650 @@ -1519,6 +1518,7 @@
73651 CONFIG_HAS_IOMEM=y
73652 CONFIG_HAS_IOPORT=y
73653 CONFIG_HAS_DMA=y
73654 +CONFIG_HAVE_LMB=y
73655
73656 #
73657 # Kernel hacking
73658 --- a/arch/powerpc/configs/rainier_defconfig
73659 +++ /dev/null
73660 @@ -1,899 +0,0 @@
73661 -#
73662 -# Automatically generated make config: don't edit
73663 -# Linux kernel version: 2.6.25-rc2
73664 -# Fri Feb 15 21:53:10 2008
73665 -#
73666 -# CONFIG_PPC64 is not set
73667 -
73668 -#
73669 -# Processor support
73670 -#
73671 -# CONFIG_6xx is not set
73672 -# CONFIG_PPC_85xx is not set
73673 -# CONFIG_PPC_8xx is not set
73674 -# CONFIG_40x is not set
73675 -CONFIG_44x=y
73676 -# CONFIG_E200 is not set
73677 -CONFIG_4xx=y
73678 -CONFIG_BOOKE=y
73679 -CONFIG_PTE_64BIT=y
73680 -CONFIG_PHYS_64BIT=y
73681 -# CONFIG_PPC_MM_SLICES is not set
73682 -CONFIG_NOT_COHERENT_CACHE=y
73683 -CONFIG_PPC32=y
73684 -CONFIG_WORD_SIZE=32
73685 -CONFIG_PPC_MERGE=y
73686 -CONFIG_MMU=y
73687 -CONFIG_GENERIC_CMOS_UPDATE=y
73688 -CONFIG_GENERIC_TIME=y
73689 -CONFIG_GENERIC_TIME_VSYSCALL=y
73690 -CONFIG_GENERIC_CLOCKEVENTS=y
73691 -CONFIG_GENERIC_HARDIRQS=y
73692 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
73693 -CONFIG_IRQ_PER_CPU=y
73694 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
73695 -CONFIG_ARCH_HAS_ILOG2_U32=y
73696 -CONFIG_GENERIC_HWEIGHT=y
73697 -CONFIG_GENERIC_CALIBRATE_DELAY=y
73698 -CONFIG_GENERIC_FIND_NEXT_BIT=y
73699 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
73700 -CONFIG_PPC=y
73701 -CONFIG_EARLY_PRINTK=y
73702 -CONFIG_GENERIC_NVRAM=y
73703 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
73704 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
73705 -CONFIG_PPC_OF=y
73706 -CONFIG_OF=y
73707 -CONFIG_PPC_UDBG_16550=y
73708 -# CONFIG_GENERIC_TBSYNC is not set
73709 -CONFIG_AUDIT_ARCH=y
73710 -CONFIG_GENERIC_BUG=y
73711 -# CONFIG_DEFAULT_UIMAGE is not set
73712 -CONFIG_PPC_DCR_NATIVE=y
73713 -# CONFIG_PPC_DCR_MMIO is not set
73714 -CONFIG_PPC_DCR=y
73715 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
73716 -
73717 -#
73718 -# General setup
73719 -#
73720 -CONFIG_EXPERIMENTAL=y
73721 -CONFIG_BROKEN_ON_SMP=y
73722 -CONFIG_INIT_ENV_ARG_LIMIT=32
73723 -CONFIG_LOCALVERSION=""
73724 -CONFIG_LOCALVERSION_AUTO=y
73725 -CONFIG_SWAP=y
73726 -CONFIG_SYSVIPC=y
73727 -CONFIG_SYSVIPC_SYSCTL=y
73728 -CONFIG_POSIX_MQUEUE=y
73729 -# CONFIG_BSD_PROCESS_ACCT is not set
73730 -# CONFIG_TASKSTATS is not set
73731 -# CONFIG_AUDIT is not set
73732 -# CONFIG_IKCONFIG is not set
73733 -CONFIG_LOG_BUF_SHIFT=14
73734 -# CONFIG_CGROUPS is not set
73735 -CONFIG_GROUP_SCHED=y
73736 -CONFIG_FAIR_GROUP_SCHED=y
73737 -# CONFIG_RT_GROUP_SCHED is not set
73738 -CONFIG_USER_SCHED=y
73739 -# CONFIG_CGROUP_SCHED is not set
73740 -CONFIG_SYSFS_DEPRECATED=y
73741 -# CONFIG_RELAY is not set
73742 -# CONFIG_NAMESPACES is not set
73743 -CONFIG_BLK_DEV_INITRD=y
73744 -CONFIG_INITRAMFS_SOURCE=""
73745 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
73746 -CONFIG_SYSCTL=y
73747 -CONFIG_EMBEDDED=y
73748 -CONFIG_SYSCTL_SYSCALL=y
73749 -CONFIG_KALLSYMS=y
73750 -# CONFIG_KALLSYMS_ALL is not set
73751 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
73752 -CONFIG_HOTPLUG=y
73753 -CONFIG_PRINTK=y
73754 -CONFIG_BUG=y
73755 -CONFIG_ELF_CORE=y
73756 -CONFIG_COMPAT_BRK=y
73757 -CONFIG_BASE_FULL=y
73758 -CONFIG_FUTEX=y
73759 -CONFIG_ANON_INODES=y
73760 -CONFIG_EPOLL=y
73761 -CONFIG_SIGNALFD=y
73762 -CONFIG_TIMERFD=y
73763 -CONFIG_EVENTFD=y
73764 -CONFIG_SHMEM=y
73765 -CONFIG_VM_EVENT_COUNTERS=y
73766 -CONFIG_SLUB_DEBUG=y
73767 -# CONFIG_SLAB is not set
73768 -CONFIG_SLUB=y
73769 -# CONFIG_SLOB is not set
73770 -# CONFIG_PROFILING is not set
73771 -# CONFIG_MARKERS is not set
73772 -CONFIG_HAVE_OPROFILE=y
73773 -# CONFIG_KPROBES is not set
73774 -CONFIG_HAVE_KPROBES=y
73775 -CONFIG_PROC_PAGE_MONITOR=y
73776 -CONFIG_SLABINFO=y
73777 -CONFIG_RT_MUTEXES=y
73778 -# CONFIG_TINY_SHMEM is not set
73779 -CONFIG_BASE_SMALL=0
73780 -CONFIG_MODULES=y
73781 -CONFIG_MODULE_UNLOAD=y
73782 -# CONFIG_MODULE_FORCE_UNLOAD is not set
73783 -# CONFIG_MODVERSIONS is not set
73784 -# CONFIG_MODULE_SRCVERSION_ALL is not set
73785 -CONFIG_KMOD=y
73786 -CONFIG_BLOCK=y
73787 -CONFIG_LBD=y
73788 -# CONFIG_BLK_DEV_IO_TRACE is not set
73789 -# CONFIG_LSF is not set
73790 -# CONFIG_BLK_DEV_BSG is not set
73791 -
73792 -#
73793 -# IO Schedulers
73794 -#
73795 -CONFIG_IOSCHED_NOOP=y
73796 -CONFIG_IOSCHED_AS=y
73797 -CONFIG_IOSCHED_DEADLINE=y
73798 -CONFIG_IOSCHED_CFQ=y
73799 -CONFIG_DEFAULT_AS=y
73800 -# CONFIG_DEFAULT_DEADLINE is not set
73801 -# CONFIG_DEFAULT_CFQ is not set
73802 -# CONFIG_DEFAULT_NOOP is not set
73803 -CONFIG_DEFAULT_IOSCHED="anticipatory"
73804 -CONFIG_CLASSIC_RCU=y
73805 -# CONFIG_PREEMPT_RCU is not set
73806 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
73807 -
73808 -#
73809 -# Platform support
73810 -#
73811 -# CONFIG_PPC_MPC512x is not set
73812 -# CONFIG_PPC_MPC5121 is not set
73813 -# CONFIG_PPC_CELL is not set
73814 -# CONFIG_PPC_CELL_NATIVE is not set
73815 -# CONFIG_PQ2ADS is not set
73816 -# CONFIG_BAMBOO is not set
73817 -# CONFIG_EBONY is not set
73818 -# CONFIG_SEQUOIA is not set
73819 -# CONFIG_TAISHAN is not set
73820 -# CONFIG_KATMAI is not set
73821 -CONFIG_RAINIER=y
73822 -# CONFIG_WARP is not set
73823 -CONFIG_440GRX=y
73824 -# CONFIG_IPIC is not set
73825 -# CONFIG_MPIC is not set
73826 -# CONFIG_MPIC_WEIRD is not set
73827 -# CONFIG_PPC_I8259 is not set
73828 -# CONFIG_PPC_RTAS is not set
73829 -# CONFIG_MMIO_NVRAM is not set
73830 -# CONFIG_PPC_MPC106 is not set
73831 -# CONFIG_PPC_970_NAP is not set
73832 -# CONFIG_PPC_INDIRECT_IO is not set
73833 -# CONFIG_GENERIC_IOMAP is not set
73834 -# CONFIG_CPU_FREQ is not set
73835 -# CONFIG_FSL_ULI1575 is not set
73836 -
73837 -#
73838 -# Kernel options
73839 -#
73840 -# CONFIG_HIGHMEM is not set
73841 -# CONFIG_TICK_ONESHOT is not set
73842 -# CONFIG_NO_HZ is not set
73843 -# CONFIG_HIGH_RES_TIMERS is not set
73844 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
73845 -# CONFIG_HZ_100 is not set
73846 -CONFIG_HZ_250=y
73847 -# CONFIG_HZ_300 is not set
73848 -# CONFIG_HZ_1000 is not set
73849 -CONFIG_HZ=250
73850 -# CONFIG_SCHED_HRTICK is not set
73851 -CONFIG_PREEMPT_NONE=y
73852 -# CONFIG_PREEMPT_VOLUNTARY is not set
73853 -# CONFIG_PREEMPT is not set
73854 -CONFIG_RCU_TRACE=y
73855 -CONFIG_BINFMT_ELF=y
73856 -# CONFIG_BINFMT_MISC is not set
73857 -CONFIG_MATH_EMULATION=y
73858 -# CONFIG_IOMMU_HELPER is not set
73859 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
73860 -CONFIG_ARCH_HAS_WALK_MEMORY=y
73861 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73862 -CONFIG_ARCH_FLATMEM_ENABLE=y
73863 -CONFIG_ARCH_POPULATES_NODE_MAP=y
73864 -CONFIG_SELECT_MEMORY_MODEL=y
73865 -CONFIG_FLATMEM_MANUAL=y
73866 -# CONFIG_DISCONTIGMEM_MANUAL is not set
73867 -# CONFIG_SPARSEMEM_MANUAL is not set
73868 -CONFIG_FLATMEM=y
73869 -CONFIG_FLAT_NODE_MEM_MAP=y
73870 -# CONFIG_SPARSEMEM_STATIC is not set
73871 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
73872 -CONFIG_SPLIT_PTLOCK_CPUS=4
73873 -CONFIG_RESOURCES_64BIT=y
73874 -CONFIG_ZONE_DMA_FLAG=1
73875 -CONFIG_BOUNCE=y
73876 -CONFIG_VIRT_TO_BUS=y
73877 -CONFIG_PROC_DEVICETREE=y
73878 -CONFIG_CMDLINE_BOOL=y
73879 -CONFIG_CMDLINE=""
73880 -CONFIG_SECCOMP=y
73881 -CONFIG_ISA_DMA_API=y
73882 -
73883 -#
73884 -# Bus options
73885 -#
73886 -CONFIG_ZONE_DMA=y
73887 -CONFIG_PPC_INDIRECT_PCI=y
73888 -CONFIG_PCI=y
73889 -CONFIG_PCI_DOMAINS=y
73890 -CONFIG_PCI_SYSCALL=y
73891 -# CONFIG_PCIEPORTBUS is not set
73892 -CONFIG_ARCH_SUPPORTS_MSI=y
73893 -# CONFIG_PCI_MSI is not set
73894 -CONFIG_PCI_LEGACY=y
73895 -# CONFIG_PCI_DEBUG is not set
73896 -# CONFIG_PCCARD is not set
73897 -# CONFIG_HOTPLUG_PCI is not set
73898 -
73899 -#
73900 -# Advanced setup
73901 -#
73902 -# CONFIG_ADVANCED_OPTIONS is not set
73903 -
73904 -#
73905 -# Default settings for advanced configuration options are used
73906 -#
73907 -CONFIG_HIGHMEM_START=0xfe000000
73908 -CONFIG_LOWMEM_SIZE=0x30000000
73909 -CONFIG_KERNEL_START=0xc0000000
73910 -CONFIG_TASK_SIZE=0xc0000000
73911 -CONFIG_CONSISTENT_START=0xff100000
73912 -CONFIG_CONSISTENT_SIZE=0x00200000
73913 -CONFIG_BOOT_LOAD=0x01000000
73914 -
73915 -#
73916 -# Networking
73917 -#
73918 -CONFIG_NET=y
73919 -
73920 -#
73921 -# Networking options
73922 -#
73923 -CONFIG_PACKET=y
73924 -# CONFIG_PACKET_MMAP is not set
73925 -CONFIG_UNIX=y
73926 -# CONFIG_NET_KEY is not set
73927 -CONFIG_INET=y
73928 -# CONFIG_IP_MULTICAST is not set
73929 -# CONFIG_IP_ADVANCED_ROUTER is not set
73930 -CONFIG_IP_FIB_HASH=y
73931 -CONFIG_IP_PNP=y
73932 -CONFIG_IP_PNP_DHCP=y
73933 -CONFIG_IP_PNP_BOOTP=y
73934 -# CONFIG_IP_PNP_RARP is not set
73935 -# CONFIG_NET_IPIP is not set
73936 -# CONFIG_NET_IPGRE is not set
73937 -# CONFIG_ARPD is not set
73938 -# CONFIG_SYN_COOKIES is not set
73939 -# CONFIG_INET_AH is not set
73940 -# CONFIG_INET_ESP is not set
73941 -# CONFIG_INET_IPCOMP is not set
73942 -# CONFIG_INET_XFRM_TUNNEL is not set
73943 -# CONFIG_INET_TUNNEL is not set
73944 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
73945 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
73946 -# CONFIG_INET_XFRM_MODE_BEET is not set
73947 -# CONFIG_INET_LRO is not set
73948 -CONFIG_INET_DIAG=y
73949 -CONFIG_INET_TCP_DIAG=y
73950 -# CONFIG_TCP_CONG_ADVANCED is not set
73951 -CONFIG_TCP_CONG_CUBIC=y
73952 -CONFIG_DEFAULT_TCP_CONG="cubic"
73953 -# CONFIG_TCP_MD5SIG is not set
73954 -# CONFIG_IPV6 is not set
73955 -# CONFIG_INET6_XFRM_TUNNEL is not set
73956 -# CONFIG_INET6_TUNNEL is not set
73957 -# CONFIG_NETWORK_SECMARK is not set
73958 -# CONFIG_NETFILTER is not set
73959 -# CONFIG_IP_DCCP is not set
73960 -# CONFIG_IP_SCTP is not set
73961 -# CONFIG_TIPC is not set
73962 -# CONFIG_ATM is not set
73963 -# CONFIG_BRIDGE is not set
73964 -# CONFIG_VLAN_8021Q is not set
73965 -# CONFIG_DECNET is not set
73966 -# CONFIG_LLC2 is not set
73967 -# CONFIG_IPX is not set
73968 -# CONFIG_ATALK is not set
73969 -# CONFIG_X25 is not set
73970 -# CONFIG_LAPB is not set
73971 -# CONFIG_ECONET is not set
73972 -# CONFIG_WAN_ROUTER is not set
73973 -# CONFIG_NET_SCHED is not set
73974 -
73975 -#
73976 -# Network testing
73977 -#
73978 -# CONFIG_NET_PKTGEN is not set
73979 -# CONFIG_HAMRADIO is not set
73980 -# CONFIG_CAN is not set
73981 -# CONFIG_IRDA is not set
73982 -# CONFIG_BT is not set
73983 -# CONFIG_AF_RXRPC is not set
73984 -
73985 -#
73986 -# Wireless
73987 -#
73988 -# CONFIG_CFG80211 is not set
73989 -# CONFIG_WIRELESS_EXT is not set
73990 -# CONFIG_MAC80211 is not set
73991 -# CONFIG_IEEE80211 is not set
73992 -# CONFIG_RFKILL is not set
73993 -# CONFIG_NET_9P is not set
73994 -
73995 -#
73996 -# Device Drivers
73997 -#
73998 -
73999 -#
74000 -# Generic Driver Options
74001 -#
74002 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
74003 -CONFIG_STANDALONE=y
74004 -CONFIG_PREVENT_FIRMWARE_BUILD=y
74005 -CONFIG_FW_LOADER=y
74006 -# CONFIG_DEBUG_DRIVER is not set
74007 -# CONFIG_DEBUG_DEVRES is not set
74008 -# CONFIG_SYS_HYPERVISOR is not set
74009 -CONFIG_CONNECTOR=y
74010 -CONFIG_PROC_EVENTS=y
74011 -CONFIG_MTD=y
74012 -# CONFIG_MTD_DEBUG is not set
74013 -# CONFIG_MTD_CONCAT is not set
74014 -CONFIG_MTD_PARTITIONS=y
74015 -# CONFIG_MTD_REDBOOT_PARTS is not set
74016 -CONFIG_MTD_CMDLINE_PARTS=y
74017 -CONFIG_MTD_OF_PARTS=y
74018 -
74019 -#
74020 -# User Modules And Translation Layers
74021 -#
74022 -CONFIG_MTD_CHAR=y
74023 -# CONFIG_MTD_BLKDEVS is not set
74024 -# CONFIG_MTD_BLOCK is not set
74025 -# CONFIG_MTD_BLOCK_RO is not set
74026 -# CONFIG_FTL is not set
74027 -# CONFIG_NFTL is not set
74028 -# CONFIG_INFTL is not set
74029 -# CONFIG_RFD_FTL is not set
74030 -# CONFIG_SSFDC is not set
74031 -# CONFIG_MTD_OOPS is not set
74032 -
74033 -#
74034 -# RAM/ROM/Flash chip drivers
74035 -#
74036 -CONFIG_MTD_CFI=y
74037 -CONFIG_MTD_JEDECPROBE=y
74038 -CONFIG_MTD_GEN_PROBE=y
74039 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
74040 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
74041 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
74042 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
74043 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
74044 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
74045 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
74046 -CONFIG_MTD_CFI_I1=y
74047 -CONFIG_MTD_CFI_I2=y
74048 -# CONFIG_MTD_CFI_I4 is not set
74049 -# CONFIG_MTD_CFI_I8 is not set
74050 -CONFIG_MTD_CFI_INTELEXT=y
74051 -CONFIG_MTD_CFI_AMDSTD=y
74052 -# CONFIG_MTD_CFI_STAA is not set
74053 -CONFIG_MTD_CFI_UTIL=y
74054 -# CONFIG_MTD_RAM is not set
74055 -# CONFIG_MTD_ROM is not set
74056 -# CONFIG_MTD_ABSENT is not set
74057 -
74058 -#
74059 -# Mapping drivers for chip access
74060 -#
74061 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
74062 -# CONFIG_MTD_PHYSMAP is not set
74063 -CONFIG_MTD_PHYSMAP_OF=y
74064 -# CONFIG_MTD_INTEL_VR_NOR is not set
74065 -# CONFIG_MTD_PLATRAM is not set
74066 -
74067 -#
74068 -# Self-contained MTD device drivers
74069 -#
74070 -# CONFIG_MTD_PMC551 is not set
74071 -# CONFIG_MTD_SLRAM is not set
74072 -# CONFIG_MTD_PHRAM is not set
74073 -# CONFIG_MTD_MTDRAM is not set
74074 -# CONFIG_MTD_BLOCK2MTD is not set
74075 -
74076 -#
74077 -# Disk-On-Chip Device Drivers
74078 -#
74079 -# CONFIG_MTD_DOC2000 is not set
74080 -# CONFIG_MTD_DOC2001 is not set
74081 -# CONFIG_MTD_DOC2001PLUS is not set
74082 -# CONFIG_MTD_NAND is not set
74083 -# CONFIG_MTD_ONENAND is not set
74084 -
74085 -#
74086 -# UBI - Unsorted block images
74087 -#
74088 -# CONFIG_MTD_UBI is not set
74089 -CONFIG_OF_DEVICE=y
74090 -# CONFIG_PARPORT is not set
74091 -CONFIG_BLK_DEV=y
74092 -# CONFIG_BLK_DEV_FD is not set
74093 -# CONFIG_BLK_CPQ_DA is not set
74094 -# CONFIG_BLK_CPQ_CISS_DA is not set
74095 -# CONFIG_BLK_DEV_DAC960 is not set
74096 -# CONFIG_BLK_DEV_UMEM is not set
74097 -# CONFIG_BLK_DEV_COW_COMMON is not set
74098 -# CONFIG_BLK_DEV_LOOP is not set
74099 -# CONFIG_BLK_DEV_NBD is not set
74100 -# CONFIG_BLK_DEV_SX8 is not set
74101 -CONFIG_BLK_DEV_RAM=y
74102 -CONFIG_BLK_DEV_RAM_COUNT=16
74103 -CONFIG_BLK_DEV_RAM_SIZE=35000
74104 -# CONFIG_BLK_DEV_XIP is not set
74105 -# CONFIG_CDROM_PKTCDVD is not set
74106 -# CONFIG_ATA_OVER_ETH is not set
74107 -# CONFIG_XILINX_SYSACE is not set
74108 -CONFIG_MISC_DEVICES=y
74109 -# CONFIG_PHANTOM is not set
74110 -# CONFIG_EEPROM_93CX6 is not set
74111 -# CONFIG_SGI_IOC4 is not set
74112 -# CONFIG_TIFM_CORE is not set
74113 -# CONFIG_ENCLOSURE_SERVICES is not set
74114 -CONFIG_HAVE_IDE=y
74115 -# CONFIG_IDE is not set
74116 -
74117 -#
74118 -# SCSI device support
74119 -#
74120 -# CONFIG_RAID_ATTRS is not set
74121 -# CONFIG_SCSI is not set
74122 -# CONFIG_SCSI_DMA is not set
74123 -# CONFIG_SCSI_NETLINK is not set
74124 -# CONFIG_ATA is not set
74125 -# CONFIG_MD is not set
74126 -# CONFIG_FUSION is not set
74127 -
74128 -#
74129 -# IEEE 1394 (FireWire) support
74130 -#
74131 -# CONFIG_FIREWIRE is not set
74132 -# CONFIG_IEEE1394 is not set
74133 -# CONFIG_I2O is not set
74134 -CONFIG_MACINTOSH_DRIVERS=y
74135 -# CONFIG_MAC_EMUMOUSEBTN is not set
74136 -# CONFIG_WINDFARM is not set
74137 -CONFIG_NETDEVICES=y
74138 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
74139 -# CONFIG_DUMMY is not set
74140 -# CONFIG_BONDING is not set
74141 -# CONFIG_MACVLAN is not set
74142 -# CONFIG_EQUALIZER is not set
74143 -# CONFIG_TUN is not set
74144 -# CONFIG_VETH is not set
74145 -# CONFIG_ARCNET is not set
74146 -# CONFIG_NET_ETHERNET is not set
74147 -CONFIG_IBM_NEW_EMAC_ZMII=y
74148 -CONFIG_IBM_NEW_EMAC_RGMII=y
74149 -CONFIG_IBM_NEW_EMAC_EMAC4=y
74150 -CONFIG_NETDEV_1000=y
74151 -# CONFIG_ACENIC is not set
74152 -# CONFIG_DL2K is not set
74153 -# CONFIG_E1000 is not set
74154 -# CONFIG_E1000E is not set
74155 -# CONFIG_E1000E_ENABLED is not set
74156 -# CONFIG_IP1000 is not set
74157 -# CONFIG_IGB is not set
74158 -# CONFIG_NS83820 is not set
74159 -# CONFIG_HAMACHI is not set
74160 -# CONFIG_YELLOWFIN is not set
74161 -# CONFIG_R8169 is not set
74162 -# CONFIG_SIS190 is not set
74163 -# CONFIG_SKGE is not set
74164 -# CONFIG_SKY2 is not set
74165 -# CONFIG_SK98LIN is not set
74166 -# CONFIG_VIA_VELOCITY is not set
74167 -# CONFIG_TIGON3 is not set
74168 -# CONFIG_BNX2 is not set
74169 -# CONFIG_QLA3XXX is not set
74170 -# CONFIG_ATL1 is not set
74171 -CONFIG_NETDEV_10000=y
74172 -# CONFIG_CHELSIO_T1 is not set
74173 -# CONFIG_CHELSIO_T3 is not set
74174 -# CONFIG_IXGBE is not set
74175 -# CONFIG_IXGB is not set
74176 -# CONFIG_S2IO is not set
74177 -# CONFIG_MYRI10GE is not set
74178 -# CONFIG_NETXEN_NIC is not set
74179 -# CONFIG_NIU is not set
74180 -# CONFIG_MLX4_CORE is not set
74181 -# CONFIG_TEHUTI is not set
74182 -# CONFIG_BNX2X is not set
74183 -# CONFIG_TR is not set
74184 -
74185 -#
74186 -# Wireless LAN
74187 -#
74188 -# CONFIG_WLAN_PRE80211 is not set
74189 -# CONFIG_WLAN_80211 is not set
74190 -# CONFIG_WAN is not set
74191 -# CONFIG_FDDI is not set
74192 -# CONFIG_HIPPI is not set
74193 -# CONFIG_PPP is not set
74194 -# CONFIG_SLIP is not set
74195 -# CONFIG_NETCONSOLE is not set
74196 -# CONFIG_NETPOLL is not set
74197 -# CONFIG_NET_POLL_CONTROLLER is not set
74198 -# CONFIG_ISDN is not set
74199 -# CONFIG_PHONE is not set
74200 -
74201 -#
74202 -# Input device support
74203 -#
74204 -# CONFIG_INPUT is not set
74205 -
74206 -#
74207 -# Hardware I/O ports
74208 -#
74209 -# CONFIG_SERIO is not set
74210 -# CONFIG_GAMEPORT is not set
74211 -
74212 -#
74213 -# Character devices
74214 -#
74215 -# CONFIG_VT is not set
74216 -# CONFIG_SERIAL_NONSTANDARD is not set
74217 -# CONFIG_NOZOMI is not set
74218 -
74219 -#
74220 -# Serial drivers
74221 -#
74222 -CONFIG_SERIAL_8250=y
74223 -CONFIG_SERIAL_8250_CONSOLE=y
74224 -# CONFIG_SERIAL_8250_PCI is not set
74225 -CONFIG_SERIAL_8250_NR_UARTS=4
74226 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
74227 -CONFIG_SERIAL_8250_EXTENDED=y
74228 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
74229 -CONFIG_SERIAL_8250_SHARE_IRQ=y
74230 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
74231 -# CONFIG_SERIAL_8250_RSA is not set
74232 -
74233 -#
74234 -# Non-8250 serial port support
74235 -#
74236 -# CONFIG_SERIAL_UARTLITE is not set
74237 -CONFIG_SERIAL_CORE=y
74238 -CONFIG_SERIAL_CORE_CONSOLE=y
74239 -# CONFIG_SERIAL_JSM is not set
74240 -CONFIG_SERIAL_OF_PLATFORM=y
74241 -CONFIG_UNIX98_PTYS=y
74242 -CONFIG_LEGACY_PTYS=y
74243 -CONFIG_LEGACY_PTY_COUNT=256
74244 -# CONFIG_IPMI_HANDLER is not set
74245 -# CONFIG_HW_RANDOM is not set
74246 -# CONFIG_NVRAM is not set
74247 -# CONFIG_GEN_RTC is not set
74248 -# CONFIG_R3964 is not set
74249 -# CONFIG_APPLICOM is not set
74250 -# CONFIG_RAW_DRIVER is not set
74251 -# CONFIG_TCG_TPM is not set
74252 -CONFIG_DEVPORT=y
74253 -# CONFIG_I2C is not set
74254 -
74255 -#
74256 -# SPI support
74257 -#
74258 -# CONFIG_SPI is not set
74259 -# CONFIG_SPI_MASTER is not set
74260 -# CONFIG_W1 is not set
74261 -# CONFIG_POWER_SUPPLY is not set
74262 -# CONFIG_HWMON is not set
74263 -CONFIG_THERMAL=y
74264 -# CONFIG_WATCHDOG is not set
74265 -
74266 -#
74267 -# Sonics Silicon Backplane
74268 -#
74269 -CONFIG_SSB_POSSIBLE=y
74270 -# CONFIG_SSB is not set
74271 -
74272 -#
74273 -# Multifunction device drivers
74274 -#
74275 -# CONFIG_MFD_SM501 is not set
74276 -
74277 -#
74278 -# Multimedia devices
74279 -#
74280 -# CONFIG_VIDEO_DEV is not set
74281 -# CONFIG_DVB_CORE is not set
74282 -CONFIG_DAB=y
74283 -
74284 -#
74285 -# Graphics support
74286 -#
74287 -# CONFIG_AGP is not set
74288 -# CONFIG_DRM is not set
74289 -# CONFIG_VGASTATE is not set
74290 -CONFIG_VIDEO_OUTPUT_CONTROL=m
74291 -# CONFIG_FB is not set
74292 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
74293 -
74294 -#
74295 -# Display device support
74296 -#
74297 -# CONFIG_DISPLAY_SUPPORT is not set
74298 -
74299 -#
74300 -# Sound
74301 -#
74302 -# CONFIG_SOUND is not set
74303 -CONFIG_USB_SUPPORT=y
74304 -CONFIG_USB_ARCH_HAS_HCD=y
74305 -CONFIG_USB_ARCH_HAS_OHCI=y
74306 -CONFIG_USB_ARCH_HAS_EHCI=y
74307 -# CONFIG_USB is not set
74308 -
74309 -#
74310 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
74311 -#
74312 -# CONFIG_USB_GADGET is not set
74313 -# CONFIG_MMC is not set
74314 -# CONFIG_MEMSTICK is not set
74315 -# CONFIG_NEW_LEDS is not set
74316 -# CONFIG_INFINIBAND is not set
74317 -# CONFIG_EDAC is not set
74318 -# CONFIG_RTC_CLASS is not set
74319 -
74320 -#
74321 -# Userspace I/O
74322 -#
74323 -# CONFIG_UIO is not set
74324 -
74325 -#
74326 -# File systems
74327 -#
74328 -CONFIG_EXT2_FS=y
74329 -# CONFIG_EXT2_FS_XATTR is not set
74330 -# CONFIG_EXT2_FS_XIP is not set
74331 -# CONFIG_EXT3_FS is not set
74332 -# CONFIG_EXT4DEV_FS is not set
74333 -# CONFIG_REISERFS_FS is not set
74334 -# CONFIG_JFS_FS is not set
74335 -# CONFIG_FS_POSIX_ACL is not set
74336 -# CONFIG_XFS_FS is not set
74337 -# CONFIG_GFS2_FS is not set
74338 -# CONFIG_OCFS2_FS is not set
74339 -CONFIG_DNOTIFY=y
74340 -CONFIG_INOTIFY=y
74341 -CONFIG_INOTIFY_USER=y
74342 -# CONFIG_QUOTA is not set
74343 -# CONFIG_AUTOFS_FS is not set
74344 -# CONFIG_AUTOFS4_FS is not set
74345 -# CONFIG_FUSE_FS is not set
74346 -
74347 -#
74348 -# CD-ROM/DVD Filesystems
74349 -#
74350 -# CONFIG_ISO9660_FS is not set
74351 -# CONFIG_UDF_FS is not set
74352 -
74353 -#
74354 -# DOS/FAT/NT Filesystems
74355 -#
74356 -# CONFIG_MSDOS_FS is not set
74357 -# CONFIG_VFAT_FS is not set
74358 -# CONFIG_NTFS_FS is not set
74359 -
74360 -#
74361 -# Pseudo filesystems
74362 -#
74363 -CONFIG_PROC_FS=y
74364 -CONFIG_PROC_KCORE=y
74365 -CONFIG_PROC_SYSCTL=y
74366 -CONFIG_SYSFS=y
74367 -CONFIG_TMPFS=y
74368 -# CONFIG_TMPFS_POSIX_ACL is not set
74369 -# CONFIG_HUGETLB_PAGE is not set
74370 -# CONFIG_CONFIGFS_FS is not set
74371 -
74372 -#
74373 -# Miscellaneous filesystems
74374 -#
74375 -# CONFIG_ADFS_FS is not set
74376 -# CONFIG_AFFS_FS is not set
74377 -# CONFIG_HFS_FS is not set
74378 -# CONFIG_HFSPLUS_FS is not set
74379 -# CONFIG_BEFS_FS is not set
74380 -# CONFIG_BFS_FS is not set
74381 -# CONFIG_EFS_FS is not set
74382 -CONFIG_JFFS2_FS=y
74383 -CONFIG_JFFS2_FS_DEBUG=0
74384 -CONFIG_JFFS2_FS_WRITEBUFFER=y
74385 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
74386 -# CONFIG_JFFS2_SUMMARY is not set
74387 -# CONFIG_JFFS2_FS_XATTR is not set
74388 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
74389 -CONFIG_JFFS2_ZLIB=y
74390 -# CONFIG_JFFS2_LZO is not set
74391 -CONFIG_JFFS2_RTIME=y
74392 -# CONFIG_JFFS2_RUBIN is not set
74393 -CONFIG_CRAMFS=y
74394 -# CONFIG_VXFS_FS is not set
74395 -# CONFIG_MINIX_FS is not set
74396 -# CONFIG_HPFS_FS is not set
74397 -# CONFIG_QNX4FS_FS is not set
74398 -# CONFIG_ROMFS_FS is not set
74399 -# CONFIG_SYSV_FS is not set
74400 -# CONFIG_UFS_FS is not set
74401 -CONFIG_NETWORK_FILESYSTEMS=y
74402 -CONFIG_NFS_FS=y
74403 -CONFIG_NFS_V3=y
74404 -# CONFIG_NFS_V3_ACL is not set
74405 -# CONFIG_NFS_V4 is not set
74406 -# CONFIG_NFS_DIRECTIO is not set
74407 -# CONFIG_NFSD is not set
74408 -CONFIG_ROOT_NFS=y
74409 -CONFIG_LOCKD=y
74410 -CONFIG_LOCKD_V4=y
74411 -CONFIG_NFS_COMMON=y
74412 -CONFIG_SUNRPC=y
74413 -# CONFIG_SUNRPC_BIND34 is not set
74414 -# CONFIG_RPCSEC_GSS_KRB5 is not set
74415 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
74416 -# CONFIG_SMB_FS is not set
74417 -# CONFIG_CIFS is not set
74418 -# CONFIG_NCP_FS is not set
74419 -# CONFIG_CODA_FS is not set
74420 -# CONFIG_AFS_FS is not set
74421 -
74422 -#
74423 -# Partition Types
74424 -#
74425 -# CONFIG_PARTITION_ADVANCED is not set
74426 -CONFIG_MSDOS_PARTITION=y
74427 -# CONFIG_NLS is not set
74428 -# CONFIG_DLM is not set
74429 -
74430 -#
74431 -# Library routines
74432 -#
74433 -CONFIG_BITREVERSE=y
74434 -# CONFIG_CRC_CCITT is not set
74435 -# CONFIG_CRC16 is not set
74436 -# CONFIG_CRC_ITU_T is not set
74437 -CONFIG_CRC32=y
74438 -# CONFIG_CRC7 is not set
74439 -# CONFIG_LIBCRC32C is not set
74440 -CONFIG_ZLIB_INFLATE=y
74441 -CONFIG_ZLIB_DEFLATE=y
74442 -CONFIG_PLIST=y
74443 -CONFIG_HAS_IOMEM=y
74444 -CONFIG_HAS_IOPORT=y
74445 -CONFIG_HAS_DMA=y
74446 -
74447 -#
74448 -# Kernel hacking
74449 -#
74450 -# CONFIG_PRINTK_TIME is not set
74451 -CONFIG_ENABLE_WARN_DEPRECATED=y
74452 -CONFIG_ENABLE_MUST_CHECK=y
74453 -CONFIG_MAGIC_SYSRQ=y
74454 -# CONFIG_UNUSED_SYMBOLS is not set
74455 -CONFIG_DEBUG_FS=y
74456 -# CONFIG_HEADERS_CHECK is not set
74457 -CONFIG_DEBUG_KERNEL=y
74458 -# CONFIG_DEBUG_SHIRQ is not set
74459 -CONFIG_DETECT_SOFTLOCKUP=y
74460 -CONFIG_SCHED_DEBUG=y
74461 -# CONFIG_SCHEDSTATS is not set
74462 -# CONFIG_TIMER_STATS is not set
74463 -# CONFIG_SLUB_DEBUG_ON is not set
74464 -# CONFIG_SLUB_STATS is not set
74465 -# CONFIG_DEBUG_RT_MUTEXES is not set
74466 -# CONFIG_RT_MUTEX_TESTER is not set
74467 -# CONFIG_DEBUG_SPINLOCK is not set
74468 -# CONFIG_DEBUG_MUTEXES is not set
74469 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
74470 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
74471 -# CONFIG_DEBUG_KOBJECT is not set
74472 -# CONFIG_DEBUG_BUGVERBOSE is not set
74473 -# CONFIG_DEBUG_INFO is not set
74474 -# CONFIG_DEBUG_VM is not set
74475 -# CONFIG_DEBUG_LIST is not set
74476 -# CONFIG_DEBUG_SG is not set
74477 -# CONFIG_BOOT_PRINTK_DELAY is not set
74478 -# CONFIG_RCU_TORTURE_TEST is not set
74479 -# CONFIG_BACKTRACE_SELF_TEST is not set
74480 -# CONFIG_FAULT_INJECTION is not set
74481 -# CONFIG_SAMPLES is not set
74482 -# CONFIG_DEBUG_STACKOVERFLOW is not set
74483 -# CONFIG_DEBUG_STACK_USAGE is not set
74484 -# CONFIG_DEBUG_PAGEALLOC is not set
74485 -CONFIG_DEBUGGER=y
74486 -# CONFIG_KGDB is not set
74487 -# CONFIG_XMON is not set
74488 -# CONFIG_VIRQ_DEBUG is not set
74489 -# CONFIG_BDI_SWITCH is not set
74490 -CONFIG_PPC_EARLY_DEBUG=y
74491 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
74492 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
74493 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
74494 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
74495 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
74496 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
74497 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
74498 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
74499 -CONFIG_PPC_EARLY_DEBUG_44x=y
74500 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
74501 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
74502 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
74503 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
74504 -
74505 -#
74506 -# Security options
74507 -#
74508 -# CONFIG_KEYS is not set
74509 -# CONFIG_SECURITY is not set
74510 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
74511 -CONFIG_CRYPTO=y
74512 -CONFIG_CRYPTO_ALGAPI=y
74513 -CONFIG_CRYPTO_BLKCIPHER=y
74514 -# CONFIG_CRYPTO_SEQIV is not set
74515 -CONFIG_CRYPTO_MANAGER=y
74516 -# CONFIG_CRYPTO_HMAC is not set
74517 -# CONFIG_CRYPTO_XCBC is not set
74518 -# CONFIG_CRYPTO_NULL is not set
74519 -# CONFIG_CRYPTO_MD4 is not set
74520 -CONFIG_CRYPTO_MD5=y
74521 -# CONFIG_CRYPTO_SHA1 is not set
74522 -# CONFIG_CRYPTO_SHA256 is not set
74523 -# CONFIG_CRYPTO_SHA512 is not set
74524 -# CONFIG_CRYPTO_WP512 is not set
74525 -# CONFIG_CRYPTO_TGR192 is not set
74526 -# CONFIG_CRYPTO_GF128MUL is not set
74527 -CONFIG_CRYPTO_ECB=y
74528 -CONFIG_CRYPTO_CBC=y
74529 -CONFIG_CRYPTO_PCBC=y
74530 -# CONFIG_CRYPTO_LRW is not set
74531 -# CONFIG_CRYPTO_XTS is not set
74532 -# CONFIG_CRYPTO_CTR is not set
74533 -# CONFIG_CRYPTO_GCM is not set
74534 -# CONFIG_CRYPTO_CCM is not set
74535 -# CONFIG_CRYPTO_CRYPTD is not set
74536 -CONFIG_CRYPTO_DES=y
74537 -# CONFIG_CRYPTO_FCRYPT is not set
74538 -# CONFIG_CRYPTO_BLOWFISH is not set
74539 -# CONFIG_CRYPTO_TWOFISH is not set
74540 -# CONFIG_CRYPTO_SERPENT is not set
74541 -# CONFIG_CRYPTO_AES is not set
74542 -# CONFIG_CRYPTO_CAST5 is not set
74543 -# CONFIG_CRYPTO_CAST6 is not set
74544 -# CONFIG_CRYPTO_TEA is not set
74545 -# CONFIG_CRYPTO_ARC4 is not set
74546 -# CONFIG_CRYPTO_KHAZAD is not set
74547 -# CONFIG_CRYPTO_ANUBIS is not set
74548 -# CONFIG_CRYPTO_SEED is not set
74549 -# CONFIG_CRYPTO_SALSA20 is not set
74550 -# CONFIG_CRYPTO_DEFLATE is not set
74551 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
74552 -# CONFIG_CRYPTO_CRC32C is not set
74553 -# CONFIG_CRYPTO_CAMELLIA is not set
74554 -# CONFIG_CRYPTO_TEST is not set
74555 -# CONFIG_CRYPTO_AUTHENC is not set
74556 -# CONFIG_CRYPTO_LZO is not set
74557 -CONFIG_CRYPTO_HW=y
74558 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
74559 -# CONFIG_PPC_CLOCK is not set
74560 --- a/arch/powerpc/configs/sbc834x_defconfig
74561 +++ /dev/null
74562 @@ -1,828 +0,0 @@
74563 -#
74564 -# Automatically generated make config: don't edit
74565 -# Linux kernel version: 2.6.25-rc6
74566 -# Mon Mar 24 08:48:38 2008
74567 -#
74568 -# CONFIG_PPC64 is not set
74569 -
74570 -#
74571 -# Processor support
74572 -#
74573 -CONFIG_6xx=y
74574 -# CONFIG_PPC_85xx is not set
74575 -# CONFIG_PPC_8xx is not set
74576 -# CONFIG_40x is not set
74577 -# CONFIG_44x is not set
74578 -# CONFIG_E200 is not set
74579 -CONFIG_PPC_FPU=y
74580 -# CONFIG_FSL_EMB_PERFMON is not set
74581 -CONFIG_PPC_STD_MMU=y
74582 -CONFIG_PPC_STD_MMU_32=y
74583 -# CONFIG_PPC_MM_SLICES is not set
74584 -# CONFIG_SMP is not set
74585 -CONFIG_PPC32=y
74586 -CONFIG_WORD_SIZE=32
74587 -CONFIG_PPC_MERGE=y
74588 -CONFIG_MMU=y
74589 -CONFIG_GENERIC_CMOS_UPDATE=y
74590 -CONFIG_GENERIC_TIME=y
74591 -CONFIG_GENERIC_TIME_VSYSCALL=y
74592 -CONFIG_GENERIC_CLOCKEVENTS=y
74593 -CONFIG_GENERIC_HARDIRQS=y
74594 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
74595 -CONFIG_IRQ_PER_CPU=y
74596 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
74597 -CONFIG_ARCH_HAS_ILOG2_U32=y
74598 -CONFIG_GENERIC_HWEIGHT=y
74599 -CONFIG_GENERIC_CALIBRATE_DELAY=y
74600 -CONFIG_GENERIC_FIND_NEXT_BIT=y
74601 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
74602 -CONFIG_PPC=y
74603 -CONFIG_EARLY_PRINTK=y
74604 -CONFIG_GENERIC_NVRAM=y
74605 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
74606 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
74607 -CONFIG_PPC_OF=y
74608 -CONFIG_OF=y
74609 -CONFIG_PPC_UDBG_16550=y
74610 -# CONFIG_GENERIC_TBSYNC is not set
74611 -CONFIG_AUDIT_ARCH=y
74612 -CONFIG_GENERIC_BUG=y
74613 -CONFIG_DEFAULT_UIMAGE=y
74614 -# CONFIG_PPC_DCR_NATIVE is not set
74615 -# CONFIG_PPC_DCR_MMIO is not set
74616 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
74617 -
74618 -#
74619 -# General setup
74620 -#
74621 -CONFIG_EXPERIMENTAL=y
74622 -CONFIG_BROKEN_ON_SMP=y
74623 -CONFIG_INIT_ENV_ARG_LIMIT=32
74624 -CONFIG_LOCALVERSION=""
74625 -CONFIG_LOCALVERSION_AUTO=y
74626 -CONFIG_SWAP=y
74627 -CONFIG_SYSVIPC=y
74628 -CONFIG_SYSVIPC_SYSCTL=y
74629 -# CONFIG_POSIX_MQUEUE is not set
74630 -# CONFIG_BSD_PROCESS_ACCT is not set
74631 -# CONFIG_TASKSTATS is not set
74632 -# CONFIG_AUDIT is not set
74633 -# CONFIG_IKCONFIG is not set
74634 -CONFIG_LOG_BUF_SHIFT=14
74635 -# CONFIG_CGROUPS is not set
74636 -CONFIG_GROUP_SCHED=y
74637 -CONFIG_FAIR_GROUP_SCHED=y
74638 -# CONFIG_RT_GROUP_SCHED is not set
74639 -CONFIG_USER_SCHED=y
74640 -# CONFIG_CGROUP_SCHED is not set
74641 -CONFIG_SYSFS_DEPRECATED=y
74642 -CONFIG_SYSFS_DEPRECATED_V2=y
74643 -# CONFIG_RELAY is not set
74644 -# CONFIG_NAMESPACES is not set
74645 -CONFIG_BLK_DEV_INITRD=y
74646 -CONFIG_INITRAMFS_SOURCE=""
74647 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
74648 -CONFIG_SYSCTL=y
74649 -CONFIG_EMBEDDED=y
74650 -CONFIG_SYSCTL_SYSCALL=y
74651 -# CONFIG_KALLSYMS is not set
74652 -CONFIG_HOTPLUG=y
74653 -CONFIG_PRINTK=y
74654 -CONFIG_BUG=y
74655 -CONFIG_ELF_CORE=y
74656 -CONFIG_COMPAT_BRK=y
74657 -CONFIG_BASE_FULL=y
74658 -CONFIG_FUTEX=y
74659 -CONFIG_ANON_INODES=y
74660 -# CONFIG_EPOLL is not set
74661 -CONFIG_SIGNALFD=y
74662 -CONFIG_TIMERFD=y
74663 -CONFIG_EVENTFD=y
74664 -CONFIG_SHMEM=y
74665 -CONFIG_VM_EVENT_COUNTERS=y
74666 -CONFIG_SLAB=y
74667 -# CONFIG_SLUB is not set
74668 -# CONFIG_SLOB is not set
74669 -# CONFIG_PROFILING is not set
74670 -# CONFIG_MARKERS is not set
74671 -CONFIG_HAVE_OPROFILE=y
74672 -CONFIG_HAVE_KPROBES=y
74673 -CONFIG_HAVE_KRETPROBES=y
74674 -CONFIG_PROC_PAGE_MONITOR=y
74675 -CONFIG_SLABINFO=y
74676 -CONFIG_RT_MUTEXES=y
74677 -# CONFIG_TINY_SHMEM is not set
74678 -CONFIG_BASE_SMALL=0
74679 -CONFIG_MODULES=y
74680 -CONFIG_MODULE_UNLOAD=y
74681 -# CONFIG_MODULE_FORCE_UNLOAD is not set
74682 -# CONFIG_MODVERSIONS is not set
74683 -# CONFIG_MODULE_SRCVERSION_ALL is not set
74684 -# CONFIG_KMOD is not set
74685 -CONFIG_BLOCK=y
74686 -# CONFIG_LBD is not set
74687 -# CONFIG_BLK_DEV_IO_TRACE is not set
74688 -# CONFIG_LSF is not set
74689 -# CONFIG_BLK_DEV_BSG is not set
74690 -
74691 -#
74692 -# IO Schedulers
74693 -#
74694 -CONFIG_IOSCHED_NOOP=y
74695 -CONFIG_IOSCHED_AS=y
74696 -CONFIG_IOSCHED_DEADLINE=y
74697 -CONFIG_IOSCHED_CFQ=y
74698 -CONFIG_DEFAULT_AS=y
74699 -# CONFIG_DEFAULT_DEADLINE is not set
74700 -# CONFIG_DEFAULT_CFQ is not set
74701 -# CONFIG_DEFAULT_NOOP is not set
74702 -CONFIG_DEFAULT_IOSCHED="anticipatory"
74703 -CONFIG_CLASSIC_RCU=y
74704 -
74705 -#
74706 -# Platform support
74707 -#
74708 -# CONFIG_PPC_MULTIPLATFORM is not set
74709 -# CONFIG_PPC_82xx is not set
74710 -CONFIG_PPC_83xx=y
74711 -# CONFIG_PPC_86xx is not set
74712 -# CONFIG_PPC_MPC512x is not set
74713 -# CONFIG_PPC_MPC5121 is not set
74714 -# CONFIG_PPC_CELL is not set
74715 -# CONFIG_PPC_CELL_NATIVE is not set
74716 -# CONFIG_PQ2ADS is not set
74717 -CONFIG_MPC83xx=y
74718 -# CONFIG_MPC831x_RDB is not set
74719 -# CONFIG_MPC832x_MDS is not set
74720 -# CONFIG_MPC832x_RDB is not set
74721 -# CONFIG_MPC834x_MDS is not set
74722 -# CONFIG_MPC834x_ITX is not set
74723 -# CONFIG_MPC836x_MDS is not set
74724 -# CONFIG_MPC837x_MDS is not set
74725 -# CONFIG_MPC837x_RDB is not set
74726 -CONFIG_SBC834x=y
74727 -CONFIG_PPC_MPC834x=y
74728 -CONFIG_IPIC=y
74729 -# CONFIG_MPIC is not set
74730 -# CONFIG_MPIC_WEIRD is not set
74731 -# CONFIG_PPC_I8259 is not set
74732 -# CONFIG_PPC_RTAS is not set
74733 -# CONFIG_MMIO_NVRAM is not set
74734 -# CONFIG_PPC_MPC106 is not set
74735 -# CONFIG_PPC_970_NAP is not set
74736 -# CONFIG_PPC_INDIRECT_IO is not set
74737 -# CONFIG_GENERIC_IOMAP is not set
74738 -# CONFIG_CPU_FREQ is not set
74739 -# CONFIG_FSL_ULI1575 is not set
74740 -
74741 -#
74742 -# Kernel options
74743 -#
74744 -# CONFIG_HIGHMEM is not set
74745 -# CONFIG_TICK_ONESHOT is not set
74746 -# CONFIG_NO_HZ is not set
74747 -# CONFIG_HIGH_RES_TIMERS is not set
74748 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
74749 -# CONFIG_HZ_100 is not set
74750 -CONFIG_HZ_250=y
74751 -# CONFIG_HZ_300 is not set
74752 -# CONFIG_HZ_1000 is not set
74753 -CONFIG_HZ=250
74754 -# CONFIG_SCHED_HRTICK is not set
74755 -CONFIG_PREEMPT_NONE=y
74756 -# CONFIG_PREEMPT_VOLUNTARY is not set
74757 -# CONFIG_PREEMPT is not set
74758 -CONFIG_BINFMT_ELF=y
74759 -# CONFIG_BINFMT_MISC is not set
74760 -# CONFIG_IOMMU_HELPER is not set
74761 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
74762 -CONFIG_ARCH_HAS_WALK_MEMORY=y
74763 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
74764 -CONFIG_ARCH_FLATMEM_ENABLE=y
74765 -CONFIG_ARCH_POPULATES_NODE_MAP=y
74766 -CONFIG_SELECT_MEMORY_MODEL=y
74767 -CONFIG_FLATMEM_MANUAL=y
74768 -# CONFIG_DISCONTIGMEM_MANUAL is not set
74769 -# CONFIG_SPARSEMEM_MANUAL is not set
74770 -CONFIG_FLATMEM=y
74771 -CONFIG_FLAT_NODE_MEM_MAP=y
74772 -# CONFIG_SPARSEMEM_STATIC is not set
74773 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
74774 -CONFIG_SPLIT_PTLOCK_CPUS=4
74775 -# CONFIG_RESOURCES_64BIT is not set
74776 -CONFIG_ZONE_DMA_FLAG=1
74777 -CONFIG_BOUNCE=y
74778 -CONFIG_VIRT_TO_BUS=y
74779 -CONFIG_PROC_DEVICETREE=y
74780 -# CONFIG_CMDLINE_BOOL is not set
74781 -# CONFIG_PM is not set
74782 -CONFIG_SECCOMP=y
74783 -CONFIG_ISA_DMA_API=y
74784 -
74785 -#
74786 -# Bus options
74787 -#
74788 -CONFIG_ZONE_DMA=y
74789 -CONFIG_GENERIC_ISA_DMA=y
74790 -CONFIG_PPC_INDIRECT_PCI=y
74791 -CONFIG_FSL_SOC=y
74792 -# CONFIG_PCI is not set
74793 -# CONFIG_PCI_DOMAINS is not set
74794 -# CONFIG_PCI_SYSCALL is not set
74795 -# CONFIG_ARCH_SUPPORTS_MSI is not set
74796 -# CONFIG_PCCARD is not set
74797 -
74798 -#
74799 -# Advanced setup
74800 -#
74801 -# CONFIG_ADVANCED_OPTIONS is not set
74802 -
74803 -#
74804 -# Default settings for advanced configuration options are used
74805 -#
74806 -CONFIG_HIGHMEM_START=0xfe000000
74807 -CONFIG_LOWMEM_SIZE=0x30000000
74808 -CONFIG_KERNEL_START=0xc0000000
74809 -CONFIG_TASK_SIZE=0xc0000000
74810 -CONFIG_BOOT_LOAD=0x00800000
74811 -
74812 -#
74813 -# Networking
74814 -#
74815 -CONFIG_NET=y
74816 -
74817 -#
74818 -# Networking options
74819 -#
74820 -CONFIG_PACKET=y
74821 -# CONFIG_PACKET_MMAP is not set
74822 -CONFIG_UNIX=y
74823 -CONFIG_XFRM=y
74824 -CONFIG_XFRM_USER=m
74825 -# CONFIG_XFRM_SUB_POLICY is not set
74826 -# CONFIG_XFRM_MIGRATE is not set
74827 -# CONFIG_XFRM_STATISTICS is not set
74828 -# CONFIG_NET_KEY is not set
74829 -CONFIG_INET=y
74830 -CONFIG_IP_MULTICAST=y
74831 -# CONFIG_IP_ADVANCED_ROUTER is not set
74832 -CONFIG_IP_FIB_HASH=y
74833 -CONFIG_IP_PNP=y
74834 -CONFIG_IP_PNP_DHCP=y
74835 -CONFIG_IP_PNP_BOOTP=y
74836 -# CONFIG_IP_PNP_RARP is not set
74837 -# CONFIG_NET_IPIP is not set
74838 -# CONFIG_NET_IPGRE is not set
74839 -# CONFIG_IP_MROUTE is not set
74840 -# CONFIG_ARPD is not set
74841 -CONFIG_SYN_COOKIES=y
74842 -# CONFIG_INET_AH is not set
74843 -# CONFIG_INET_ESP is not set
74844 -# CONFIG_INET_IPCOMP is not set
74845 -# CONFIG_INET_XFRM_TUNNEL is not set
74846 -# CONFIG_INET_TUNNEL is not set
74847 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
74848 -CONFIG_INET_XFRM_MODE_TUNNEL=y
74849 -CONFIG_INET_XFRM_MODE_BEET=y
74850 -# CONFIG_INET_LRO is not set
74851 -CONFIG_INET_DIAG=y
74852 -CONFIG_INET_TCP_DIAG=y
74853 -# CONFIG_TCP_CONG_ADVANCED is not set
74854 -CONFIG_TCP_CONG_CUBIC=y
74855 -CONFIG_DEFAULT_TCP_CONG="cubic"
74856 -# CONFIG_TCP_MD5SIG is not set
74857 -# CONFIG_IPV6 is not set
74858 -# CONFIG_INET6_XFRM_TUNNEL is not set
74859 -# CONFIG_INET6_TUNNEL is not set
74860 -# CONFIG_NETWORK_SECMARK is not set
74861 -# CONFIG_NETFILTER is not set
74862 -# CONFIG_IP_DCCP is not set
74863 -# CONFIG_IP_SCTP is not set
74864 -# CONFIG_TIPC is not set
74865 -# CONFIG_ATM is not set
74866 -# CONFIG_BRIDGE is not set
74867 -# CONFIG_VLAN_8021Q is not set
74868 -# CONFIG_DECNET is not set
74869 -# CONFIG_LLC2 is not set
74870 -# CONFIG_IPX is not set
74871 -# CONFIG_ATALK is not set
74872 -# CONFIG_X25 is not set
74873 -# CONFIG_LAPB is not set
74874 -# CONFIG_ECONET is not set
74875 -# CONFIG_WAN_ROUTER is not set
74876 -# CONFIG_NET_SCHED is not set
74877 -
74878 -#
74879 -# Network testing
74880 -#
74881 -# CONFIG_NET_PKTGEN is not set
74882 -# CONFIG_HAMRADIO is not set
74883 -# CONFIG_CAN is not set
74884 -# CONFIG_IRDA is not set
74885 -# CONFIG_BT is not set
74886 -# CONFIG_AF_RXRPC is not set
74887 -
74888 -#
74889 -# Wireless
74890 -#
74891 -# CONFIG_CFG80211 is not set
74892 -# CONFIG_WIRELESS_EXT is not set
74893 -# CONFIG_MAC80211 is not set
74894 -# CONFIG_IEEE80211 is not set
74895 -# CONFIG_RFKILL is not set
74896 -# CONFIG_NET_9P is not set
74897 -
74898 -#
74899 -# Device Drivers
74900 -#
74901 -
74902 -#
74903 -# Generic Driver Options
74904 -#
74905 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
74906 -CONFIG_STANDALONE=y
74907 -CONFIG_PREVENT_FIRMWARE_BUILD=y
74908 -# CONFIG_FW_LOADER is not set
74909 -# CONFIG_SYS_HYPERVISOR is not set
74910 -# CONFIG_CONNECTOR is not set
74911 -# CONFIG_MTD is not set
74912 -CONFIG_OF_DEVICE=y
74913 -# CONFIG_PARPORT is not set
74914 -CONFIG_BLK_DEV=y
74915 -# CONFIG_BLK_DEV_FD is not set
74916 -# CONFIG_BLK_DEV_COW_COMMON is not set
74917 -CONFIG_BLK_DEV_LOOP=y
74918 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
74919 -# CONFIG_BLK_DEV_NBD is not set
74920 -CONFIG_BLK_DEV_RAM=y
74921 -CONFIG_BLK_DEV_RAM_COUNT=16
74922 -CONFIG_BLK_DEV_RAM_SIZE=32768
74923 -# CONFIG_BLK_DEV_XIP is not set
74924 -# CONFIG_CDROM_PKTCDVD is not set
74925 -# CONFIG_ATA_OVER_ETH is not set
74926 -CONFIG_MISC_DEVICES=y
74927 -# CONFIG_EEPROM_93CX6 is not set
74928 -# CONFIG_ENCLOSURE_SERVICES is not set
74929 -CONFIG_HAVE_IDE=y
74930 -# CONFIG_IDE is not set
74931 -
74932 -#
74933 -# SCSI device support
74934 -#
74935 -# CONFIG_RAID_ATTRS is not set
74936 -# CONFIG_SCSI is not set
74937 -# CONFIG_SCSI_DMA is not set
74938 -# CONFIG_SCSI_NETLINK is not set
74939 -# CONFIG_ATA is not set
74940 -# CONFIG_MD is not set
74941 -# CONFIG_MACINTOSH_DRIVERS is not set
74942 -CONFIG_NETDEVICES=y
74943 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
74944 -# CONFIG_DUMMY is not set
74945 -# CONFIG_BONDING is not set
74946 -# CONFIG_MACVLAN is not set
74947 -# CONFIG_EQUALIZER is not set
74948 -# CONFIG_TUN is not set
74949 -# CONFIG_VETH is not set
74950 -CONFIG_PHYLIB=y
74951 -
74952 -#
74953 -# MII PHY device drivers
74954 -#
74955 -# CONFIG_MARVELL_PHY is not set
74956 -# CONFIG_DAVICOM_PHY is not set
74957 -# CONFIG_QSEMI_PHY is not set
74958 -# CONFIG_LXT_PHY is not set
74959 -# CONFIG_CICADA_PHY is not set
74960 -# CONFIG_VITESSE_PHY is not set
74961 -# CONFIG_SMSC_PHY is not set
74962 -CONFIG_BROADCOM_PHY=y
74963 -# CONFIG_ICPLUS_PHY is not set
74964 -# CONFIG_REALTEK_PHY is not set
74965 -# CONFIG_FIXED_PHY is not set
74966 -# CONFIG_MDIO_BITBANG is not set
74967 -CONFIG_NET_ETHERNET=y
74968 -CONFIG_MII=y
74969 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
74970 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
74971 -# CONFIG_IBM_NEW_EMAC_TAH is not set
74972 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
74973 -# CONFIG_B44 is not set
74974 -CONFIG_NETDEV_1000=y
74975 -# CONFIG_E1000E_ENABLED is not set
74976 -CONFIG_GIANFAR=y
74977 -# CONFIG_GFAR_NAPI is not set
74978 -# CONFIG_NETDEV_10000 is not set
74979 -
74980 -#
74981 -# Wireless LAN
74982 -#
74983 -# CONFIG_WLAN_PRE80211 is not set
74984 -# CONFIG_WLAN_80211 is not set
74985 -# CONFIG_WAN is not set
74986 -# CONFIG_PPP is not set
74987 -# CONFIG_SLIP is not set
74988 -# CONFIG_NETCONSOLE is not set
74989 -# CONFIG_NETPOLL is not set
74990 -# CONFIG_NET_POLL_CONTROLLER is not set
74991 -# CONFIG_ISDN is not set
74992 -# CONFIG_PHONE is not set
74993 -
74994 -#
74995 -# Input device support
74996 -#
74997 -CONFIG_INPUT=y
74998 -# CONFIG_INPUT_FF_MEMLESS is not set
74999 -# CONFIG_INPUT_POLLDEV is not set
75000 -
75001 -#
75002 -# Userland interfaces
75003 -#
75004 -# CONFIG_INPUT_MOUSEDEV is not set
75005 -# CONFIG_INPUT_JOYDEV is not set
75006 -# CONFIG_INPUT_EVDEV is not set
75007 -# CONFIG_INPUT_EVBUG is not set
75008 -
75009 -#
75010 -# Input Device Drivers
75011 -#
75012 -# CONFIG_INPUT_KEYBOARD is not set
75013 -# CONFIG_INPUT_MOUSE is not set
75014 -# CONFIG_INPUT_JOYSTICK is not set
75015 -# CONFIG_INPUT_TABLET is not set
75016 -# CONFIG_INPUT_TOUCHSCREEN is not set
75017 -# CONFIG_INPUT_MISC is not set
75018 -
75019 -#
75020 -# Hardware I/O ports
75021 -#
75022 -# CONFIG_SERIO is not set
75023 -# CONFIG_GAMEPORT is not set
75024 -
75025 -#
75026 -# Character devices
75027 -#
75028 -# CONFIG_VT is not set
75029 -# CONFIG_SERIAL_NONSTANDARD is not set
75030 -
75031 -#
75032 -# Serial drivers
75033 -#
75034 -CONFIG_SERIAL_8250=y
75035 -CONFIG_SERIAL_8250_CONSOLE=y
75036 -CONFIG_SERIAL_8250_NR_UARTS=4
75037 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
75038 -# CONFIG_SERIAL_8250_EXTENDED is not set
75039 -
75040 -#
75041 -# Non-8250 serial port support
75042 -#
75043 -# CONFIG_SERIAL_UARTLITE is not set
75044 -CONFIG_SERIAL_CORE=y
75045 -CONFIG_SERIAL_CORE_CONSOLE=y
75046 -# CONFIG_SERIAL_OF_PLATFORM is not set
75047 -CONFIG_UNIX98_PTYS=y
75048 -CONFIG_LEGACY_PTYS=y
75049 -CONFIG_LEGACY_PTY_COUNT=256
75050 -# CONFIG_IPMI_HANDLER is not set
75051 -# CONFIG_HW_RANDOM is not set
75052 -# CONFIG_NVRAM is not set
75053 -CONFIG_GEN_RTC=y
75054 -# CONFIG_GEN_RTC_X is not set
75055 -# CONFIG_R3964 is not set
75056 -# CONFIG_RAW_DRIVER is not set
75057 -# CONFIG_TCG_TPM is not set
75058 -CONFIG_I2C=y
75059 -CONFIG_I2C_BOARDINFO=y
75060 -CONFIG_I2C_CHARDEV=y
75061 -
75062 -#
75063 -# I2C Algorithms
75064 -#
75065 -# CONFIG_I2C_ALGOBIT is not set
75066 -# CONFIG_I2C_ALGOPCF is not set
75067 -# CONFIG_I2C_ALGOPCA is not set
75068 -
75069 -#
75070 -# I2C Hardware Bus support
75071 -#
75072 -CONFIG_I2C_MPC=y
75073 -# CONFIG_I2C_OCORES is not set
75074 -# CONFIG_I2C_PARPORT_LIGHT is not set
75075 -# CONFIG_I2C_SIMTEC is not set
75076 -# CONFIG_I2C_TAOS_EVM is not set
75077 -# CONFIG_I2C_STUB is not set
75078 -
75079 -#
75080 -# Miscellaneous I2C Chip support
75081 -#
75082 -# CONFIG_DS1682 is not set
75083 -# CONFIG_SENSORS_EEPROM is not set
75084 -# CONFIG_SENSORS_PCF8574 is not set
75085 -# CONFIG_PCF8575 is not set
75086 -# CONFIG_SENSORS_PCF8591 is not set
75087 -# CONFIG_TPS65010 is not set
75088 -# CONFIG_SENSORS_MAX6875 is not set
75089 -# CONFIG_SENSORS_TSL2550 is not set
75090 -# CONFIG_I2C_DEBUG_CORE is not set
75091 -# CONFIG_I2C_DEBUG_ALGO is not set
75092 -# CONFIG_I2C_DEBUG_BUS is not set
75093 -# CONFIG_I2C_DEBUG_CHIP is not set
75094 -
75095 -#
75096 -# SPI support
75097 -#
75098 -# CONFIG_SPI is not set
75099 -# CONFIG_SPI_MASTER is not set
75100 -# CONFIG_W1 is not set
75101 -# CONFIG_POWER_SUPPLY is not set
75102 -CONFIG_HWMON=y
75103 -# CONFIG_HWMON_VID is not set
75104 -# CONFIG_SENSORS_AD7418 is not set
75105 -# CONFIG_SENSORS_ADM1021 is not set
75106 -# CONFIG_SENSORS_ADM1025 is not set
75107 -# CONFIG_SENSORS_ADM1026 is not set
75108 -# CONFIG_SENSORS_ADM1029 is not set
75109 -# CONFIG_SENSORS_ADM1031 is not set
75110 -# CONFIG_SENSORS_ADM9240 is not set
75111 -# CONFIG_SENSORS_ADT7470 is not set
75112 -# CONFIG_SENSORS_ADT7473 is not set
75113 -# CONFIG_SENSORS_ATXP1 is not set
75114 -# CONFIG_SENSORS_DS1621 is not set
75115 -# CONFIG_SENSORS_F71805F is not set
75116 -# CONFIG_SENSORS_F71882FG is not set
75117 -# CONFIG_SENSORS_F75375S is not set
75118 -# CONFIG_SENSORS_GL518SM is not set
75119 -# CONFIG_SENSORS_GL520SM is not set
75120 -# CONFIG_SENSORS_IT87 is not set
75121 -# CONFIG_SENSORS_LM63 is not set
75122 -# CONFIG_SENSORS_LM75 is not set
75123 -# CONFIG_SENSORS_LM77 is not set
75124 -# CONFIG_SENSORS_LM78 is not set
75125 -# CONFIG_SENSORS_LM80 is not set
75126 -# CONFIG_SENSORS_LM83 is not set
75127 -# CONFIG_SENSORS_LM85 is not set
75128 -# CONFIG_SENSORS_LM87 is not set
75129 -# CONFIG_SENSORS_LM90 is not set
75130 -# CONFIG_SENSORS_LM92 is not set
75131 -# CONFIG_SENSORS_LM93 is not set
75132 -# CONFIG_SENSORS_MAX1619 is not set
75133 -# CONFIG_SENSORS_MAX6650 is not set
75134 -# CONFIG_SENSORS_PC87360 is not set
75135 -# CONFIG_SENSORS_PC87427 is not set
75136 -# CONFIG_SENSORS_DME1737 is not set
75137 -# CONFIG_SENSORS_SMSC47M1 is not set
75138 -# CONFIG_SENSORS_SMSC47M192 is not set
75139 -# CONFIG_SENSORS_SMSC47B397 is not set
75140 -# CONFIG_SENSORS_ADS7828 is not set
75141 -# CONFIG_SENSORS_THMC50 is not set
75142 -# CONFIG_SENSORS_VT1211 is not set
75143 -# CONFIG_SENSORS_W83781D is not set
75144 -# CONFIG_SENSORS_W83791D is not set
75145 -# CONFIG_SENSORS_W83792D is not set
75146 -# CONFIG_SENSORS_W83793 is not set
75147 -# CONFIG_SENSORS_W83L785TS is not set
75148 -# CONFIG_SENSORS_W83L786NG is not set
75149 -# CONFIG_SENSORS_W83627HF is not set
75150 -# CONFIG_SENSORS_W83627EHF is not set
75151 -# CONFIG_HWMON_DEBUG_CHIP is not set
75152 -# CONFIG_THERMAL is not set
75153 -CONFIG_WATCHDOG=y
75154 -# CONFIG_WATCHDOG_NOWAYOUT is not set
75155 -
75156 -#
75157 -# Watchdog Device Drivers
75158 -#
75159 -# CONFIG_SOFT_WATCHDOG is not set
75160 -CONFIG_83xx_WDT=y
75161 -
75162 -#
75163 -# Sonics Silicon Backplane
75164 -#
75165 -CONFIG_SSB_POSSIBLE=y
75166 -# CONFIG_SSB is not set
75167 -
75168 -#
75169 -# Multifunction device drivers
75170 -#
75171 -# CONFIG_MFD_SM501 is not set
75172 -
75173 -#
75174 -# Multimedia devices
75175 -#
75176 -# CONFIG_VIDEO_DEV is not set
75177 -# CONFIG_DVB_CORE is not set
75178 -# CONFIG_DAB is not set
75179 -
75180 -#
75181 -# Graphics support
75182 -#
75183 -# CONFIG_VGASTATE is not set
75184 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
75185 -# CONFIG_FB is not set
75186 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
75187 -
75188 -#
75189 -# Display device support
75190 -#
75191 -# CONFIG_DISPLAY_SUPPORT is not set
75192 -
75193 -#
75194 -# Sound
75195 -#
75196 -# CONFIG_SOUND is not set
75197 -CONFIG_HID_SUPPORT=y
75198 -CONFIG_HID=y
75199 -# CONFIG_HID_DEBUG is not set
75200 -# CONFIG_HIDRAW is not set
75201 -# CONFIG_USB_SUPPORT is not set
75202 -# CONFIG_MMC is not set
75203 -# CONFIG_MEMSTICK is not set
75204 -# CONFIG_NEW_LEDS is not set
75205 -# CONFIG_EDAC is not set
75206 -# CONFIG_RTC_CLASS is not set
75207 -# CONFIG_DMADEVICES is not set
75208 -
75209 -#
75210 -# Userspace I/O
75211 -#
75212 -# CONFIG_UIO is not set
75213 -
75214 -#
75215 -# File systems
75216 -#
75217 -# CONFIG_EXT2_FS is not set
75218 -# CONFIG_EXT3_FS is not set
75219 -# CONFIG_EXT4DEV_FS is not set
75220 -# CONFIG_REISERFS_FS is not set
75221 -# CONFIG_JFS_FS is not set
75222 -# CONFIG_FS_POSIX_ACL is not set
75223 -# CONFIG_XFS_FS is not set
75224 -# CONFIG_GFS2_FS is not set
75225 -# CONFIG_OCFS2_FS is not set
75226 -CONFIG_DNOTIFY=y
75227 -CONFIG_INOTIFY=y
75228 -CONFIG_INOTIFY_USER=y
75229 -# CONFIG_QUOTA is not set
75230 -# CONFIG_AUTOFS_FS is not set
75231 -# CONFIG_AUTOFS4_FS is not set
75232 -# CONFIG_FUSE_FS is not set
75233 -
75234 -#
75235 -# CD-ROM/DVD Filesystems
75236 -#
75237 -# CONFIG_ISO9660_FS is not set
75238 -# CONFIG_UDF_FS is not set
75239 -
75240 -#
75241 -# DOS/FAT/NT Filesystems
75242 -#
75243 -# CONFIG_MSDOS_FS is not set
75244 -# CONFIG_VFAT_FS is not set
75245 -# CONFIG_NTFS_FS is not set
75246 -
75247 -#
75248 -# Pseudo filesystems
75249 -#
75250 -CONFIG_PROC_FS=y
75251 -CONFIG_PROC_KCORE=y
75252 -CONFIG_PROC_SYSCTL=y
75253 -CONFIG_SYSFS=y
75254 -CONFIG_TMPFS=y
75255 -# CONFIG_TMPFS_POSIX_ACL is not set
75256 -# CONFIG_HUGETLB_PAGE is not set
75257 -# CONFIG_CONFIGFS_FS is not set
75258 -
75259 -#
75260 -# Miscellaneous filesystems
75261 -#
75262 -# CONFIG_ADFS_FS is not set
75263 -# CONFIG_AFFS_FS is not set
75264 -# CONFIG_HFS_FS is not set
75265 -# CONFIG_HFSPLUS_FS is not set
75266 -# CONFIG_BEFS_FS is not set
75267 -# CONFIG_BFS_FS is not set
75268 -# CONFIG_EFS_FS is not set
75269 -# CONFIG_CRAMFS is not set
75270 -# CONFIG_VXFS_FS is not set
75271 -# CONFIG_MINIX_FS is not set
75272 -# CONFIG_HPFS_FS is not set
75273 -# CONFIG_QNX4FS_FS is not set
75274 -# CONFIG_ROMFS_FS is not set
75275 -# CONFIG_SYSV_FS is not set
75276 -# CONFIG_UFS_FS is not set
75277 -CONFIG_NETWORK_FILESYSTEMS=y
75278 -CONFIG_NFS_FS=y
75279 -CONFIG_NFS_V3=y
75280 -# CONFIG_NFS_V3_ACL is not set
75281 -CONFIG_NFS_V4=y
75282 -# CONFIG_NFS_DIRECTIO is not set
75283 -# CONFIG_NFSD is not set
75284 -CONFIG_ROOT_NFS=y
75285 -CONFIG_LOCKD=y
75286 -CONFIG_LOCKD_V4=y
75287 -CONFIG_NFS_COMMON=y
75288 -CONFIG_SUNRPC=y
75289 -CONFIG_SUNRPC_GSS=y
75290 -# CONFIG_SUNRPC_BIND34 is not set
75291 -CONFIG_RPCSEC_GSS_KRB5=y
75292 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
75293 -# CONFIG_SMB_FS is not set
75294 -# CONFIG_CIFS is not set
75295 -# CONFIG_NCP_FS is not set
75296 -# CONFIG_CODA_FS is not set
75297 -# CONFIG_AFS_FS is not set
75298 -
75299 -#
75300 -# Partition Types
75301 -#
75302 -# CONFIG_PARTITION_ADVANCED is not set
75303 -CONFIG_MSDOS_PARTITION=y
75304 -# CONFIG_NLS is not set
75305 -# CONFIG_DLM is not set
75306 -
75307 -#
75308 -# Library routines
75309 -#
75310 -CONFIG_BITREVERSE=y
75311 -# CONFIG_CRC_CCITT is not set
75312 -# CONFIG_CRC16 is not set
75313 -# CONFIG_CRC_ITU_T is not set
75314 -CONFIG_CRC32=y
75315 -# CONFIG_CRC7 is not set
75316 -# CONFIG_LIBCRC32C is not set
75317 -CONFIG_PLIST=y
75318 -CONFIG_HAS_IOMEM=y
75319 -CONFIG_HAS_IOPORT=y
75320 -CONFIG_HAS_DMA=y
75321 -
75322 -#
75323 -# Kernel hacking
75324 -#
75325 -# CONFIG_PRINTK_TIME is not set
75326 -CONFIG_ENABLE_WARN_DEPRECATED=y
75327 -CONFIG_ENABLE_MUST_CHECK=y
75328 -# CONFIG_MAGIC_SYSRQ is not set
75329 -# CONFIG_UNUSED_SYMBOLS is not set
75330 -# CONFIG_DEBUG_FS is not set
75331 -# CONFIG_HEADERS_CHECK is not set
75332 -# CONFIG_DEBUG_KERNEL is not set
75333 -# CONFIG_DEBUG_BUGVERBOSE is not set
75334 -# CONFIG_SAMPLES is not set
75335 -# CONFIG_PPC_EARLY_DEBUG is not set
75336 -
75337 -#
75338 -# Security options
75339 -#
75340 -# CONFIG_KEYS is not set
75341 -# CONFIG_SECURITY is not set
75342 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
75343 -CONFIG_CRYPTO=y
75344 -CONFIG_CRYPTO_ALGAPI=y
75345 -CONFIG_CRYPTO_BLKCIPHER=y
75346 -# CONFIG_CRYPTO_SEQIV is not set
75347 -CONFIG_CRYPTO_MANAGER=y
75348 -# CONFIG_CRYPTO_HMAC is not set
75349 -# CONFIG_CRYPTO_XCBC is not set
75350 -# CONFIG_CRYPTO_NULL is not set
75351 -# CONFIG_CRYPTO_MD4 is not set
75352 -CONFIG_CRYPTO_MD5=y
75353 -# CONFIG_CRYPTO_SHA1 is not set
75354 -# CONFIG_CRYPTO_SHA256 is not set
75355 -# CONFIG_CRYPTO_SHA512 is not set
75356 -# CONFIG_CRYPTO_WP512 is not set
75357 -# CONFIG_CRYPTO_TGR192 is not set
75358 -# CONFIG_CRYPTO_GF128MUL is not set
75359 -CONFIG_CRYPTO_ECB=m
75360 -CONFIG_CRYPTO_CBC=y
75361 -CONFIG_CRYPTO_PCBC=m
75362 -# CONFIG_CRYPTO_LRW is not set
75363 -# CONFIG_CRYPTO_XTS is not set
75364 -# CONFIG_CRYPTO_CTR is not set
75365 -# CONFIG_CRYPTO_GCM is not set
75366 -# CONFIG_CRYPTO_CCM is not set
75367 -# CONFIG_CRYPTO_CRYPTD is not set
75368 -CONFIG_CRYPTO_DES=y
75369 -# CONFIG_CRYPTO_FCRYPT is not set
75370 -# CONFIG_CRYPTO_BLOWFISH is not set
75371 -# CONFIG_CRYPTO_TWOFISH is not set
75372 -# CONFIG_CRYPTO_SERPENT is not set
75373 -# CONFIG_CRYPTO_AES is not set
75374 -# CONFIG_CRYPTO_CAST5 is not set
75375 -# CONFIG_CRYPTO_CAST6 is not set
75376 -# CONFIG_CRYPTO_TEA is not set
75377 -# CONFIG_CRYPTO_ARC4 is not set
75378 -# CONFIG_CRYPTO_KHAZAD is not set
75379 -# CONFIG_CRYPTO_ANUBIS is not set
75380 -# CONFIG_CRYPTO_SEED is not set
75381 -# CONFIG_CRYPTO_SALSA20 is not set
75382 -# CONFIG_CRYPTO_DEFLATE is not set
75383 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
75384 -# CONFIG_CRYPTO_CRC32C is not set
75385 -# CONFIG_CRYPTO_CAMELLIA is not set
75386 -# CONFIG_CRYPTO_TEST is not set
75387 -# CONFIG_CRYPTO_AUTHENC is not set
75388 -# CONFIG_CRYPTO_LZO is not set
75389 -# CONFIG_CRYPTO_HW is not set
75390 -# CONFIG_PPC_CLOCK is not set
75391 --- a/arch/powerpc/configs/sbc8548_defconfig
75392 +++ /dev/null
75393 @@ -1,812 +0,0 @@
75394 -#
75395 -# Automatically generated make config: don't edit
75396 -# Linux kernel version: 2.6.25-rc6
75397 -# Mon Mar 24 08:48:39 2008
75398 -#
75399 -# CONFIG_PPC64 is not set
75400 -
75401 -#
75402 -# Processor support
75403 -#
75404 -# CONFIG_6xx is not set
75405 -CONFIG_PPC_85xx=y
75406 -# CONFIG_PPC_8xx is not set
75407 -# CONFIG_40x is not set
75408 -# CONFIG_44x is not set
75409 -# CONFIG_E200 is not set
75410 -CONFIG_E500=y
75411 -CONFIG_BOOKE=y
75412 -CONFIG_FSL_BOOKE=y
75413 -CONFIG_FSL_EMB_PERFMON=y
75414 -# CONFIG_PHYS_64BIT is not set
75415 -CONFIG_SPE=y
75416 -# CONFIG_PPC_MM_SLICES is not set
75417 -CONFIG_PPC32=y
75418 -CONFIG_WORD_SIZE=32
75419 -CONFIG_PPC_MERGE=y
75420 -CONFIG_MMU=y
75421 -CONFIG_GENERIC_CMOS_UPDATE=y
75422 -CONFIG_GENERIC_TIME=y
75423 -CONFIG_GENERIC_TIME_VSYSCALL=y
75424 -CONFIG_GENERIC_CLOCKEVENTS=y
75425 -CONFIG_GENERIC_HARDIRQS=y
75426 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
75427 -CONFIG_IRQ_PER_CPU=y
75428 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
75429 -CONFIG_ARCH_HAS_ILOG2_U32=y
75430 -CONFIG_GENERIC_HWEIGHT=y
75431 -CONFIG_GENERIC_CALIBRATE_DELAY=y
75432 -CONFIG_GENERIC_FIND_NEXT_BIT=y
75433 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
75434 -CONFIG_PPC=y
75435 -CONFIG_EARLY_PRINTK=y
75436 -CONFIG_GENERIC_NVRAM=y
75437 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
75438 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
75439 -CONFIG_PPC_OF=y
75440 -CONFIG_OF=y
75441 -CONFIG_PPC_UDBG_16550=y
75442 -# CONFIG_GENERIC_TBSYNC is not set
75443 -CONFIG_AUDIT_ARCH=y
75444 -CONFIG_GENERIC_BUG=y
75445 -CONFIG_DEFAULT_UIMAGE=y
75446 -# CONFIG_PPC_DCR_NATIVE is not set
75447 -# CONFIG_PPC_DCR_MMIO is not set
75448 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
75449 -
75450 -#
75451 -# General setup
75452 -#
75453 -CONFIG_EXPERIMENTAL=y
75454 -CONFIG_BROKEN_ON_SMP=y
75455 -CONFIG_INIT_ENV_ARG_LIMIT=32
75456 -CONFIG_LOCALVERSION=""
75457 -CONFIG_LOCALVERSION_AUTO=y
75458 -CONFIG_SWAP=y
75459 -CONFIG_SYSVIPC=y
75460 -CONFIG_SYSVIPC_SYSCTL=y
75461 -# CONFIG_POSIX_MQUEUE is not set
75462 -# CONFIG_BSD_PROCESS_ACCT is not set
75463 -# CONFIG_TASKSTATS is not set
75464 -# CONFIG_AUDIT is not set
75465 -# CONFIG_IKCONFIG is not set
75466 -CONFIG_LOG_BUF_SHIFT=14
75467 -# CONFIG_CGROUPS is not set
75468 -CONFIG_GROUP_SCHED=y
75469 -CONFIG_FAIR_GROUP_SCHED=y
75470 -# CONFIG_RT_GROUP_SCHED is not set
75471 -CONFIG_USER_SCHED=y
75472 -# CONFIG_CGROUP_SCHED is not set
75473 -CONFIG_SYSFS_DEPRECATED=y
75474 -CONFIG_SYSFS_DEPRECATED_V2=y
75475 -# CONFIG_RELAY is not set
75476 -# CONFIG_NAMESPACES is not set
75477 -CONFIG_BLK_DEV_INITRD=y
75478 -CONFIG_INITRAMFS_SOURCE=""
75479 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
75480 -CONFIG_SYSCTL=y
75481 -CONFIG_EMBEDDED=y
75482 -CONFIG_SYSCTL_SYSCALL=y
75483 -CONFIG_KALLSYMS=y
75484 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
75485 -CONFIG_HOTPLUG=y
75486 -CONFIG_PRINTK=y
75487 -CONFIG_BUG=y
75488 -CONFIG_ELF_CORE=y
75489 -CONFIG_COMPAT_BRK=y
75490 -CONFIG_BASE_FULL=y
75491 -CONFIG_FUTEX=y
75492 -CONFIG_ANON_INODES=y
75493 -CONFIG_EPOLL=y
75494 -CONFIG_SIGNALFD=y
75495 -CONFIG_TIMERFD=y
75496 -CONFIG_EVENTFD=y
75497 -CONFIG_SHMEM=y
75498 -CONFIG_VM_EVENT_COUNTERS=y
75499 -CONFIG_SLAB=y
75500 -# CONFIG_SLUB is not set
75501 -# CONFIG_SLOB is not set
75502 -# CONFIG_PROFILING is not set
75503 -# CONFIG_MARKERS is not set
75504 -CONFIG_HAVE_OPROFILE=y
75505 -CONFIG_HAVE_KPROBES=y
75506 -CONFIG_HAVE_KRETPROBES=y
75507 -CONFIG_PROC_PAGE_MONITOR=y
75508 -CONFIG_SLABINFO=y
75509 -CONFIG_RT_MUTEXES=y
75510 -# CONFIG_TINY_SHMEM is not set
75511 -CONFIG_BASE_SMALL=0
75512 -# CONFIG_MODULES is not set
75513 -CONFIG_BLOCK=y
75514 -# CONFIG_LBD is not set
75515 -# CONFIG_BLK_DEV_IO_TRACE is not set
75516 -# CONFIG_LSF is not set
75517 -# CONFIG_BLK_DEV_BSG is not set
75518 -
75519 -#
75520 -# IO Schedulers
75521 -#
75522 -CONFIG_IOSCHED_NOOP=y
75523 -CONFIG_IOSCHED_AS=y
75524 -CONFIG_IOSCHED_DEADLINE=y
75525 -CONFIG_IOSCHED_CFQ=y
75526 -CONFIG_DEFAULT_AS=y
75527 -# CONFIG_DEFAULT_DEADLINE is not set
75528 -# CONFIG_DEFAULT_CFQ is not set
75529 -# CONFIG_DEFAULT_NOOP is not set
75530 -CONFIG_DEFAULT_IOSCHED="anticipatory"
75531 -CONFIG_CLASSIC_RCU=y
75532 -
75533 -#
75534 -# Platform support
75535 -#
75536 -# CONFIG_PPC_MPC512x is not set
75537 -# CONFIG_PPC_MPC5121 is not set
75538 -# CONFIG_PPC_CELL is not set
75539 -# CONFIG_PPC_CELL_NATIVE is not set
75540 -# CONFIG_PQ2ADS is not set
75541 -CONFIG_MPC85xx=y
75542 -# CONFIG_MPC8540_ADS is not set
75543 -# CONFIG_MPC8560_ADS is not set
75544 -# CONFIG_MPC85xx_CDS is not set
75545 -# CONFIG_MPC85xx_MDS is not set
75546 -# CONFIG_MPC85xx_DS is not set
75547 -# CONFIG_STX_GP3 is not set
75548 -# CONFIG_TQM8540 is not set
75549 -# CONFIG_TQM8541 is not set
75550 -# CONFIG_TQM8555 is not set
75551 -# CONFIG_TQM8560 is not set
75552 -CONFIG_SBC8548=y
75553 -# CONFIG_SBC8560 is not set
75554 -# CONFIG_IPIC is not set
75555 -CONFIG_MPIC=y
75556 -# CONFIG_MPIC_WEIRD is not set
75557 -# CONFIG_PPC_I8259 is not set
75558 -# CONFIG_PPC_RTAS is not set
75559 -# CONFIG_MMIO_NVRAM is not set
75560 -# CONFIG_PPC_MPC106 is not set
75561 -# CONFIG_PPC_970_NAP is not set
75562 -# CONFIG_PPC_INDIRECT_IO is not set
75563 -# CONFIG_GENERIC_IOMAP is not set
75564 -# CONFIG_CPU_FREQ is not set
75565 -# CONFIG_CPM2 is not set
75566 -# CONFIG_FSL_ULI1575 is not set
75567 -
75568 -#
75569 -# Kernel options
75570 -#
75571 -# CONFIG_HIGHMEM is not set
75572 -# CONFIG_TICK_ONESHOT is not set
75573 -# CONFIG_NO_HZ is not set
75574 -# CONFIG_HIGH_RES_TIMERS is not set
75575 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
75576 -# CONFIG_HZ_100 is not set
75577 -CONFIG_HZ_250=y
75578 -# CONFIG_HZ_300 is not set
75579 -# CONFIG_HZ_1000 is not set
75580 -CONFIG_HZ=250
75581 -# CONFIG_SCHED_HRTICK is not set
75582 -CONFIG_PREEMPT_NONE=y
75583 -# CONFIG_PREEMPT_VOLUNTARY is not set
75584 -# CONFIG_PREEMPT is not set
75585 -CONFIG_BINFMT_ELF=y
75586 -CONFIG_BINFMT_MISC=y
75587 -CONFIG_MATH_EMULATION=y
75588 -# CONFIG_IOMMU_HELPER is not set
75589 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
75590 -CONFIG_ARCH_HAS_WALK_MEMORY=y
75591 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
75592 -CONFIG_ARCH_FLATMEM_ENABLE=y
75593 -CONFIG_ARCH_POPULATES_NODE_MAP=y
75594 -CONFIG_SELECT_MEMORY_MODEL=y
75595 -CONFIG_FLATMEM_MANUAL=y
75596 -# CONFIG_DISCONTIGMEM_MANUAL is not set
75597 -# CONFIG_SPARSEMEM_MANUAL is not set
75598 -CONFIG_FLATMEM=y
75599 -CONFIG_FLAT_NODE_MEM_MAP=y
75600 -# CONFIG_SPARSEMEM_STATIC is not set
75601 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
75602 -CONFIG_SPLIT_PTLOCK_CPUS=4
75603 -# CONFIG_RESOURCES_64BIT is not set
75604 -CONFIG_ZONE_DMA_FLAG=1
75605 -CONFIG_BOUNCE=y
75606 -CONFIG_VIRT_TO_BUS=y
75607 -CONFIG_PROC_DEVICETREE=y
75608 -# CONFIG_CMDLINE_BOOL is not set
75609 -# CONFIG_PM is not set
75610 -# CONFIG_SECCOMP is not set
75611 -CONFIG_ISA_DMA_API=y
75612 -
75613 -#
75614 -# Bus options
75615 -#
75616 -CONFIG_ZONE_DMA=y
75617 -CONFIG_PPC_INDIRECT_PCI=y
75618 -CONFIG_FSL_SOC=y
75619 -CONFIG_FSL_PCI=y
75620 -CONFIG_PCI=y
75621 -CONFIG_PCI_DOMAINS=y
75622 -CONFIG_PCI_SYSCALL=y
75623 -# CONFIG_PCIEPORTBUS is not set
75624 -CONFIG_ARCH_SUPPORTS_MSI=y
75625 -# CONFIG_PCI_MSI is not set
75626 -CONFIG_PCI_LEGACY=y
75627 -# CONFIG_PCCARD is not set
75628 -# CONFIG_HOTPLUG_PCI is not set
75629 -
75630 -#
75631 -# Advanced setup
75632 -#
75633 -# CONFIG_ADVANCED_OPTIONS is not set
75634 -
75635 -#
75636 -# Default settings for advanced configuration options are used
75637 -#
75638 -CONFIG_HIGHMEM_START=0xfe000000
75639 -CONFIG_LOWMEM_SIZE=0x30000000
75640 -CONFIG_KERNEL_START=0xc0000000
75641 -CONFIG_TASK_SIZE=0xc0000000
75642 -CONFIG_BOOT_LOAD=0x00800000
75643 -
75644 -#
75645 -# Networking
75646 -#
75647 -CONFIG_NET=y
75648 -
75649 -#
75650 -# Networking options
75651 -#
75652 -CONFIG_PACKET=y
75653 -# CONFIG_PACKET_MMAP is not set
75654 -CONFIG_UNIX=y
75655 -CONFIG_XFRM=y
75656 -CONFIG_XFRM_USER=y
75657 -# CONFIG_XFRM_SUB_POLICY is not set
75658 -# CONFIG_XFRM_MIGRATE is not set
75659 -# CONFIG_XFRM_STATISTICS is not set
75660 -# CONFIG_NET_KEY is not set
75661 -CONFIG_INET=y
75662 -CONFIG_IP_MULTICAST=y
75663 -# CONFIG_IP_ADVANCED_ROUTER is not set
75664 -CONFIG_IP_FIB_HASH=y
75665 -CONFIG_IP_PNP=y
75666 -CONFIG_IP_PNP_DHCP=y
75667 -CONFIG_IP_PNP_BOOTP=y
75668 -# CONFIG_IP_PNP_RARP is not set
75669 -# CONFIG_NET_IPIP is not set
75670 -# CONFIG_NET_IPGRE is not set
75671 -# CONFIG_IP_MROUTE is not set
75672 -# CONFIG_ARPD is not set
75673 -CONFIG_SYN_COOKIES=y
75674 -# CONFIG_INET_AH is not set
75675 -# CONFIG_INET_ESP is not set
75676 -# CONFIG_INET_IPCOMP is not set
75677 -# CONFIG_INET_XFRM_TUNNEL is not set
75678 -# CONFIG_INET_TUNNEL is not set
75679 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
75680 -CONFIG_INET_XFRM_MODE_TUNNEL=y
75681 -CONFIG_INET_XFRM_MODE_BEET=y
75682 -# CONFIG_INET_LRO is not set
75683 -CONFIG_INET_DIAG=y
75684 -CONFIG_INET_TCP_DIAG=y
75685 -# CONFIG_TCP_CONG_ADVANCED is not set
75686 -CONFIG_TCP_CONG_CUBIC=y
75687 -CONFIG_DEFAULT_TCP_CONG="cubic"
75688 -# CONFIG_TCP_MD5SIG is not set
75689 -# CONFIG_IPV6 is not set
75690 -# CONFIG_INET6_XFRM_TUNNEL is not set
75691 -# CONFIG_INET6_TUNNEL is not set
75692 -# CONFIG_NETWORK_SECMARK is not set
75693 -# CONFIG_NETFILTER is not set
75694 -# CONFIG_IP_DCCP is not set
75695 -# CONFIG_IP_SCTP is not set
75696 -# CONFIG_TIPC is not set
75697 -# CONFIG_ATM is not set
75698 -# CONFIG_BRIDGE is not set
75699 -# CONFIG_VLAN_8021Q is not set
75700 -# CONFIG_DECNET is not set
75701 -# CONFIG_LLC2 is not set
75702 -# CONFIG_IPX is not set
75703 -# CONFIG_ATALK is not set
75704 -# CONFIG_X25 is not set
75705 -# CONFIG_LAPB is not set
75706 -# CONFIG_ECONET is not set
75707 -# CONFIG_WAN_ROUTER is not set
75708 -# CONFIG_NET_SCHED is not set
75709 -
75710 -#
75711 -# Network testing
75712 -#
75713 -# CONFIG_NET_PKTGEN is not set
75714 -# CONFIG_HAMRADIO is not set
75715 -# CONFIG_CAN is not set
75716 -# CONFIG_IRDA is not set
75717 -# CONFIG_BT is not set
75718 -# CONFIG_AF_RXRPC is not set
75719 -
75720 -#
75721 -# Wireless
75722 -#
75723 -# CONFIG_CFG80211 is not set
75724 -# CONFIG_WIRELESS_EXT is not set
75725 -# CONFIG_MAC80211 is not set
75726 -# CONFIG_IEEE80211 is not set
75727 -# CONFIG_RFKILL is not set
75728 -# CONFIG_NET_9P is not set
75729 -
75730 -#
75731 -# Device Drivers
75732 -#
75733 -
75734 -#
75735 -# Generic Driver Options
75736 -#
75737 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
75738 -CONFIG_STANDALONE=y
75739 -CONFIG_PREVENT_FIRMWARE_BUILD=y
75740 -# CONFIG_FW_LOADER is not set
75741 -# CONFIG_SYS_HYPERVISOR is not set
75742 -# CONFIG_CONNECTOR is not set
75743 -# CONFIG_MTD is not set
75744 -CONFIG_OF_DEVICE=y
75745 -# CONFIG_PARPORT is not set
75746 -CONFIG_BLK_DEV=y
75747 -# CONFIG_BLK_DEV_FD is not set
75748 -# CONFIG_BLK_CPQ_DA is not set
75749 -# CONFIG_BLK_CPQ_CISS_DA is not set
75750 -# CONFIG_BLK_DEV_DAC960 is not set
75751 -# CONFIG_BLK_DEV_UMEM is not set
75752 -# CONFIG_BLK_DEV_COW_COMMON is not set
75753 -CONFIG_BLK_DEV_LOOP=y
75754 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
75755 -# CONFIG_BLK_DEV_NBD is not set
75756 -# CONFIG_BLK_DEV_SX8 is not set
75757 -CONFIG_BLK_DEV_RAM=y
75758 -CONFIG_BLK_DEV_RAM_COUNT=16
75759 -CONFIG_BLK_DEV_RAM_SIZE=4096
75760 -# CONFIG_BLK_DEV_XIP is not set
75761 -# CONFIG_CDROM_PKTCDVD is not set
75762 -# CONFIG_ATA_OVER_ETH is not set
75763 -CONFIG_MISC_DEVICES=y
75764 -# CONFIG_PHANTOM is not set
75765 -# CONFIG_EEPROM_93CX6 is not set
75766 -# CONFIG_SGI_IOC4 is not set
75767 -# CONFIG_TIFM_CORE is not set
75768 -# CONFIG_ENCLOSURE_SERVICES is not set
75769 -CONFIG_HAVE_IDE=y
75770 -# CONFIG_IDE is not set
75771 -
75772 -#
75773 -# SCSI device support
75774 -#
75775 -# CONFIG_RAID_ATTRS is not set
75776 -# CONFIG_SCSI is not set
75777 -# CONFIG_SCSI_DMA is not set
75778 -# CONFIG_SCSI_NETLINK is not set
75779 -# CONFIG_ATA is not set
75780 -# CONFIG_MD is not set
75781 -# CONFIG_FUSION is not set
75782 -
75783 -#
75784 -# IEEE 1394 (FireWire) support
75785 -#
75786 -# CONFIG_FIREWIRE is not set
75787 -# CONFIG_IEEE1394 is not set
75788 -# CONFIG_I2O is not set
75789 -# CONFIG_MACINTOSH_DRIVERS is not set
75790 -CONFIG_NETDEVICES=y
75791 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
75792 -# CONFIG_DUMMY is not set
75793 -# CONFIG_BONDING is not set
75794 -# CONFIG_MACVLAN is not set
75795 -# CONFIG_EQUALIZER is not set
75796 -# CONFIG_TUN is not set
75797 -# CONFIG_VETH is not set
75798 -# CONFIG_ARCNET is not set
75799 -CONFIG_PHYLIB=y
75800 -
75801 -#
75802 -# MII PHY device drivers
75803 -#
75804 -# CONFIG_MARVELL_PHY is not set
75805 -# CONFIG_DAVICOM_PHY is not set
75806 -# CONFIG_QSEMI_PHY is not set
75807 -# CONFIG_LXT_PHY is not set
75808 -# CONFIG_CICADA_PHY is not set
75809 -# CONFIG_VITESSE_PHY is not set
75810 -# CONFIG_SMSC_PHY is not set
75811 -CONFIG_BROADCOM_PHY=y
75812 -# CONFIG_ICPLUS_PHY is not set
75813 -# CONFIG_REALTEK_PHY is not set
75814 -# CONFIG_FIXED_PHY is not set
75815 -# CONFIG_MDIO_BITBANG is not set
75816 -CONFIG_NET_ETHERNET=y
75817 -CONFIG_MII=y
75818 -# CONFIG_HAPPYMEAL is not set
75819 -# CONFIG_SUNGEM is not set
75820 -# CONFIG_CASSINI is not set
75821 -# CONFIG_NET_VENDOR_3COM is not set
75822 -# CONFIG_NET_TULIP is not set
75823 -# CONFIG_HP100 is not set
75824 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
75825 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
75826 -# CONFIG_IBM_NEW_EMAC_TAH is not set
75827 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
75828 -# CONFIG_NET_PCI is not set
75829 -# CONFIG_B44 is not set
75830 -CONFIG_NETDEV_1000=y
75831 -# CONFIG_ACENIC is not set
75832 -# CONFIG_DL2K is not set
75833 -# CONFIG_E1000 is not set
75834 -# CONFIG_E1000E is not set
75835 -# CONFIG_E1000E_ENABLED is not set
75836 -# CONFIG_IP1000 is not set
75837 -# CONFIG_IGB is not set
75838 -# CONFIG_NS83820 is not set
75839 -# CONFIG_HAMACHI is not set
75840 -# CONFIG_YELLOWFIN is not set
75841 -# CONFIG_R8169 is not set
75842 -# CONFIG_SIS190 is not set
75843 -# CONFIG_SKGE is not set
75844 -# CONFIG_SKY2 is not set
75845 -# CONFIG_SK98LIN is not set
75846 -# CONFIG_VIA_VELOCITY is not set
75847 -# CONFIG_TIGON3 is not set
75848 -# CONFIG_BNX2 is not set
75849 -CONFIG_GIANFAR=y
75850 -CONFIG_GFAR_NAPI=y
75851 -# CONFIG_QLA3XXX is not set
75852 -# CONFIG_ATL1 is not set
75853 -CONFIG_NETDEV_10000=y
75854 -# CONFIG_CHELSIO_T1 is not set
75855 -# CONFIG_CHELSIO_T3 is not set
75856 -# CONFIG_IXGBE is not set
75857 -# CONFIG_IXGB is not set
75858 -# CONFIG_S2IO is not set
75859 -# CONFIG_MYRI10GE is not set
75860 -# CONFIG_NETXEN_NIC is not set
75861 -# CONFIG_NIU is not set
75862 -# CONFIG_MLX4_CORE is not set
75863 -# CONFIG_TEHUTI is not set
75864 -# CONFIG_BNX2X is not set
75865 -# CONFIG_TR is not set
75866 -
75867 -#
75868 -# Wireless LAN
75869 -#
75870 -# CONFIG_WLAN_PRE80211 is not set
75871 -# CONFIG_WLAN_80211 is not set
75872 -# CONFIG_WAN is not set
75873 -# CONFIG_FDDI is not set
75874 -# CONFIG_HIPPI is not set
75875 -# CONFIG_PPP is not set
75876 -# CONFIG_SLIP is not set
75877 -# CONFIG_NETCONSOLE is not set
75878 -# CONFIG_NETPOLL is not set
75879 -# CONFIG_NET_POLL_CONTROLLER is not set
75880 -# CONFIG_ISDN is not set
75881 -# CONFIG_PHONE is not set
75882 -
75883 -#
75884 -# Input device support
75885 -#
75886 -CONFIG_INPUT=y
75887 -# CONFIG_INPUT_FF_MEMLESS is not set
75888 -# CONFIG_INPUT_POLLDEV is not set
75889 -
75890 -#
75891 -# Userland interfaces
75892 -#
75893 -# CONFIG_INPUT_MOUSEDEV is not set
75894 -# CONFIG_INPUT_JOYDEV is not set
75895 -# CONFIG_INPUT_EVDEV is not set
75896 -# CONFIG_INPUT_EVBUG is not set
75897 -
75898 -#
75899 -# Input Device Drivers
75900 -#
75901 -# CONFIG_INPUT_KEYBOARD is not set
75902 -# CONFIG_INPUT_MOUSE is not set
75903 -# CONFIG_INPUT_JOYSTICK is not set
75904 -# CONFIG_INPUT_TABLET is not set
75905 -# CONFIG_INPUT_TOUCHSCREEN is not set
75906 -# CONFIG_INPUT_MISC is not set
75907 -
75908 -#
75909 -# Hardware I/O ports
75910 -#
75911 -# CONFIG_SERIO is not set
75912 -# CONFIG_GAMEPORT is not set
75913 -
75914 -#
75915 -# Character devices
75916 -#
75917 -# CONFIG_VT is not set
75918 -# CONFIG_SERIAL_NONSTANDARD is not set
75919 -# CONFIG_NOZOMI is not set
75920 -
75921 -#
75922 -# Serial drivers
75923 -#
75924 -CONFIG_SERIAL_8250=y
75925 -CONFIG_SERIAL_8250_CONSOLE=y
75926 -CONFIG_SERIAL_8250_PCI=y
75927 -CONFIG_SERIAL_8250_NR_UARTS=4
75928 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
75929 -# CONFIG_SERIAL_8250_EXTENDED is not set
75930 -CONFIG_SERIAL_8250_SHARE_IRQ=y
75931 -
75932 -#
75933 -# Non-8250 serial port support
75934 -#
75935 -# CONFIG_SERIAL_UARTLITE is not set
75936 -CONFIG_SERIAL_CORE=y
75937 -CONFIG_SERIAL_CORE_CONSOLE=y
75938 -# CONFIG_SERIAL_JSM is not set
75939 -# CONFIG_SERIAL_OF_PLATFORM is not set
75940 -CONFIG_UNIX98_PTYS=y
75941 -CONFIG_LEGACY_PTYS=y
75942 -CONFIG_LEGACY_PTY_COUNT=256
75943 -# CONFIG_IPMI_HANDLER is not set
75944 -# CONFIG_HW_RANDOM is not set
75945 -# CONFIG_NVRAM is not set
75946 -CONFIG_GEN_RTC=y
75947 -# CONFIG_GEN_RTC_X is not set
75948 -# CONFIG_R3964 is not set
75949 -# CONFIG_APPLICOM is not set
75950 -# CONFIG_RAW_DRIVER is not set
75951 -# CONFIG_TCG_TPM is not set
75952 -CONFIG_DEVPORT=y
75953 -# CONFIG_I2C is not set
75954 -
75955 -#
75956 -# SPI support
75957 -#
75958 -# CONFIG_SPI is not set
75959 -# CONFIG_SPI_MASTER is not set
75960 -# CONFIG_W1 is not set
75961 -# CONFIG_POWER_SUPPLY is not set
75962 -CONFIG_HWMON=y
75963 -# CONFIG_HWMON_VID is not set
75964 -# CONFIG_SENSORS_I5K_AMB is not set
75965 -# CONFIG_SENSORS_F71805F is not set
75966 -# CONFIG_SENSORS_F71882FG is not set
75967 -# CONFIG_SENSORS_IT87 is not set
75968 -# CONFIG_SENSORS_PC87360 is not set
75969 -# CONFIG_SENSORS_PC87427 is not set
75970 -# CONFIG_SENSORS_SIS5595 is not set
75971 -# CONFIG_SENSORS_SMSC47M1 is not set
75972 -# CONFIG_SENSORS_SMSC47B397 is not set
75973 -# CONFIG_SENSORS_VIA686A is not set
75974 -# CONFIG_SENSORS_VT1211 is not set
75975 -# CONFIG_SENSORS_VT8231 is not set
75976 -# CONFIG_SENSORS_W83627HF is not set
75977 -# CONFIG_SENSORS_W83627EHF is not set
75978 -# CONFIG_HWMON_DEBUG_CHIP is not set
75979 -# CONFIG_THERMAL is not set
75980 -# CONFIG_WATCHDOG is not set
75981 -
75982 -#
75983 -# Sonics Silicon Backplane
75984 -#
75985 -CONFIG_SSB_POSSIBLE=y
75986 -# CONFIG_SSB is not set
75987 -
75988 -#
75989 -# Multifunction device drivers
75990 -#
75991 -# CONFIG_MFD_SM501 is not set
75992 -
75993 -#
75994 -# Multimedia devices
75995 -#
75996 -# CONFIG_VIDEO_DEV is not set
75997 -# CONFIG_DVB_CORE is not set
75998 -CONFIG_DAB=y
75999 -
76000 -#
76001 -# Graphics support
76002 -#
76003 -# CONFIG_AGP is not set
76004 -# CONFIG_DRM is not set
76005 -# CONFIG_VGASTATE is not set
76006 -CONFIG_VIDEO_OUTPUT_CONTROL=y
76007 -# CONFIG_FB is not set
76008 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
76009 -
76010 -#
76011 -# Display device support
76012 -#
76013 -# CONFIG_DISPLAY_SUPPORT is not set
76014 -
76015 -#
76016 -# Sound
76017 -#
76018 -# CONFIG_SOUND is not set
76019 -# CONFIG_HID_SUPPORT is not set
76020 -# CONFIG_USB_SUPPORT is not set
76021 -# CONFIG_MMC is not set
76022 -# CONFIG_MEMSTICK is not set
76023 -# CONFIG_NEW_LEDS is not set
76024 -# CONFIG_INFINIBAND is not set
76025 -# CONFIG_EDAC is not set
76026 -# CONFIG_RTC_CLASS is not set
76027 -# CONFIG_DMADEVICES is not set
76028 -
76029 -#
76030 -# Userspace I/O
76031 -#
76032 -# CONFIG_UIO is not set
76033 -
76034 -#
76035 -# File systems
76036 -#
76037 -# CONFIG_EXT2_FS is not set
76038 -# CONFIG_EXT3_FS is not set
76039 -# CONFIG_EXT4DEV_FS is not set
76040 -# CONFIG_REISERFS_FS is not set
76041 -# CONFIG_JFS_FS is not set
76042 -# CONFIG_FS_POSIX_ACL is not set
76043 -# CONFIG_XFS_FS is not set
76044 -# CONFIG_GFS2_FS is not set
76045 -# CONFIG_OCFS2_FS is not set
76046 -CONFIG_DNOTIFY=y
76047 -CONFIG_INOTIFY=y
76048 -CONFIG_INOTIFY_USER=y
76049 -# CONFIG_QUOTA is not set
76050 -# CONFIG_AUTOFS_FS is not set
76051 -# CONFIG_AUTOFS4_FS is not set
76052 -# CONFIG_FUSE_FS is not set
76053 -
76054 -#
76055 -# CD-ROM/DVD Filesystems
76056 -#
76057 -# CONFIG_ISO9660_FS is not set
76058 -# CONFIG_UDF_FS is not set
76059 -
76060 -#
76061 -# DOS/FAT/NT Filesystems
76062 -#
76063 -# CONFIG_MSDOS_FS is not set
76064 -# CONFIG_VFAT_FS is not set
76065 -# CONFIG_NTFS_FS is not set
76066 -
76067 -#
76068 -# Pseudo filesystems
76069 -#
76070 -CONFIG_PROC_FS=y
76071 -CONFIG_PROC_KCORE=y
76072 -CONFIG_PROC_SYSCTL=y
76073 -CONFIG_SYSFS=y
76074 -CONFIG_TMPFS=y
76075 -# CONFIG_TMPFS_POSIX_ACL is not set
76076 -# CONFIG_HUGETLB_PAGE is not set
76077 -# CONFIG_CONFIGFS_FS is not set
76078 -
76079 -#
76080 -# Miscellaneous filesystems
76081 -#
76082 -# CONFIG_ADFS_FS is not set
76083 -# CONFIG_AFFS_FS is not set
76084 -# CONFIG_HFS_FS is not set
76085 -# CONFIG_HFSPLUS_FS is not set
76086 -# CONFIG_BEFS_FS is not set
76087 -# CONFIG_BFS_FS is not set
76088 -# CONFIG_EFS_FS is not set
76089 -# CONFIG_CRAMFS is not set
76090 -# CONFIG_VXFS_FS is not set
76091 -# CONFIG_MINIX_FS is not set
76092 -# CONFIG_HPFS_FS is not set
76093 -# CONFIG_QNX4FS_FS is not set
76094 -# CONFIG_ROMFS_FS is not set
76095 -# CONFIG_SYSV_FS is not set
76096 -# CONFIG_UFS_FS is not set
76097 -CONFIG_NETWORK_FILESYSTEMS=y
76098 -CONFIG_NFS_FS=y
76099 -# CONFIG_NFS_V3 is not set
76100 -# CONFIG_NFS_V4 is not set
76101 -# CONFIG_NFS_DIRECTIO is not set
76102 -# CONFIG_NFSD is not set
76103 -CONFIG_ROOT_NFS=y
76104 -CONFIG_LOCKD=y
76105 -CONFIG_NFS_COMMON=y
76106 -CONFIG_SUNRPC=y
76107 -# CONFIG_SUNRPC_BIND34 is not set
76108 -# CONFIG_RPCSEC_GSS_KRB5 is not set
76109 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
76110 -# CONFIG_SMB_FS is not set
76111 -# CONFIG_CIFS is not set
76112 -# CONFIG_NCP_FS is not set
76113 -# CONFIG_CODA_FS is not set
76114 -# CONFIG_AFS_FS is not set
76115 -
76116 -#
76117 -# Partition Types
76118 -#
76119 -# CONFIG_PARTITION_ADVANCED is not set
76120 -CONFIG_MSDOS_PARTITION=y
76121 -# CONFIG_NLS is not set
76122 -# CONFIG_DLM is not set
76123 -
76124 -#
76125 -# Library routines
76126 -#
76127 -CONFIG_BITREVERSE=y
76128 -# CONFIG_CRC_CCITT is not set
76129 -# CONFIG_CRC16 is not set
76130 -# CONFIG_CRC_ITU_T is not set
76131 -CONFIG_CRC32=y
76132 -# CONFIG_CRC7 is not set
76133 -# CONFIG_LIBCRC32C is not set
76134 -CONFIG_PLIST=y
76135 -CONFIG_HAS_IOMEM=y
76136 -CONFIG_HAS_IOPORT=y
76137 -CONFIG_HAS_DMA=y
76138 -
76139 -#
76140 -# Kernel hacking
76141 -#
76142 -# CONFIG_PRINTK_TIME is not set
76143 -CONFIG_ENABLE_WARN_DEPRECATED=y
76144 -CONFIG_ENABLE_MUST_CHECK=y
76145 -# CONFIG_MAGIC_SYSRQ is not set
76146 -# CONFIG_UNUSED_SYMBOLS is not set
76147 -# CONFIG_DEBUG_FS is not set
76148 -# CONFIG_HEADERS_CHECK is not set
76149 -# CONFIG_DEBUG_KERNEL is not set
76150 -# CONFIG_DEBUG_BUGVERBOSE is not set
76151 -# CONFIG_SAMPLES is not set
76152 -# CONFIG_PPC_EARLY_DEBUG is not set
76153 -
76154 -#
76155 -# Security options
76156 -#
76157 -# CONFIG_KEYS is not set
76158 -# CONFIG_SECURITY is not set
76159 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
76160 -CONFIG_CRYPTO=y
76161 -# CONFIG_CRYPTO_SEQIV is not set
76162 -# CONFIG_CRYPTO_MANAGER is not set
76163 -# CONFIG_CRYPTO_HMAC is not set
76164 -# CONFIG_CRYPTO_XCBC is not set
76165 -# CONFIG_CRYPTO_NULL is not set
76166 -# CONFIG_CRYPTO_MD4 is not set
76167 -# CONFIG_CRYPTO_MD5 is not set
76168 -# CONFIG_CRYPTO_SHA1 is not set
76169 -# CONFIG_CRYPTO_SHA256 is not set
76170 -# CONFIG_CRYPTO_SHA512 is not set
76171 -# CONFIG_CRYPTO_WP512 is not set
76172 -# CONFIG_CRYPTO_TGR192 is not set
76173 -# CONFIG_CRYPTO_GF128MUL is not set
76174 -# CONFIG_CRYPTO_ECB is not set
76175 -# CONFIG_CRYPTO_CBC is not set
76176 -# CONFIG_CRYPTO_PCBC is not set
76177 -# CONFIG_CRYPTO_LRW is not set
76178 -# CONFIG_CRYPTO_XTS is not set
76179 -# CONFIG_CRYPTO_CTR is not set
76180 -# CONFIG_CRYPTO_GCM is not set
76181 -# CONFIG_CRYPTO_CCM is not set
76182 -# CONFIG_CRYPTO_CRYPTD is not set
76183 -# CONFIG_CRYPTO_DES is not set
76184 -# CONFIG_CRYPTO_FCRYPT is not set
76185 -# CONFIG_CRYPTO_BLOWFISH is not set
76186 -# CONFIG_CRYPTO_TWOFISH is not set
76187 -# CONFIG_CRYPTO_SERPENT is not set
76188 -# CONFIG_CRYPTO_AES is not set
76189 -# CONFIG_CRYPTO_CAST5 is not set
76190 -# CONFIG_CRYPTO_CAST6 is not set
76191 -# CONFIG_CRYPTO_TEA is not set
76192 -# CONFIG_CRYPTO_ARC4 is not set
76193 -# CONFIG_CRYPTO_KHAZAD is not set
76194 -# CONFIG_CRYPTO_ANUBIS is not set
76195 -# CONFIG_CRYPTO_SEED is not set
76196 -# CONFIG_CRYPTO_SALSA20 is not set
76197 -# CONFIG_CRYPTO_DEFLATE is not set
76198 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
76199 -# CONFIG_CRYPTO_CRC32C is not set
76200 -# CONFIG_CRYPTO_CAMELLIA is not set
76201 -# CONFIG_CRYPTO_AUTHENC is not set
76202 -# CONFIG_CRYPTO_LZO is not set
76203 -CONFIG_CRYPTO_HW=y
76204 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
76205 -# CONFIG_PPC_CLOCK is not set
76206 --- a/arch/powerpc/configs/sbc8560_defconfig
76207 +++ /dev/null
76208 @@ -1,830 +0,0 @@
76209 -#
76210 -# Automatically generated make config: don't edit
76211 -# Linux kernel version: 2.6.25-rc6
76212 -# Mon Mar 24 08:48:39 2008
76213 -#
76214 -# CONFIG_PPC64 is not set
76215 -
76216 -#
76217 -# Processor support
76218 -#
76219 -# CONFIG_6xx is not set
76220 -CONFIG_PPC_85xx=y
76221 -# CONFIG_PPC_8xx is not set
76222 -# CONFIG_40x is not set
76223 -# CONFIG_44x is not set
76224 -# CONFIG_E200 is not set
76225 -CONFIG_E500=y
76226 -CONFIG_BOOKE=y
76227 -CONFIG_FSL_BOOKE=y
76228 -CONFIG_FSL_EMB_PERFMON=y
76229 -# CONFIG_PHYS_64BIT is not set
76230 -CONFIG_SPE=y
76231 -# CONFIG_PPC_MM_SLICES is not set
76232 -CONFIG_PPC32=y
76233 -CONFIG_WORD_SIZE=32
76234 -CONFIG_PPC_MERGE=y
76235 -CONFIG_MMU=y
76236 -CONFIG_GENERIC_CMOS_UPDATE=y
76237 -CONFIG_GENERIC_TIME=y
76238 -CONFIG_GENERIC_TIME_VSYSCALL=y
76239 -CONFIG_GENERIC_CLOCKEVENTS=y
76240 -CONFIG_GENERIC_HARDIRQS=y
76241 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
76242 -CONFIG_IRQ_PER_CPU=y
76243 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
76244 -CONFIG_ARCH_HAS_ILOG2_U32=y
76245 -CONFIG_GENERIC_HWEIGHT=y
76246 -CONFIG_GENERIC_CALIBRATE_DELAY=y
76247 -CONFIG_GENERIC_FIND_NEXT_BIT=y
76248 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
76249 -CONFIG_PPC=y
76250 -CONFIG_EARLY_PRINTK=y
76251 -CONFIG_GENERIC_NVRAM=y
76252 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
76253 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
76254 -CONFIG_PPC_OF=y
76255 -CONFIG_OF=y
76256 -CONFIG_PPC_UDBG_16550=y
76257 -# CONFIG_GENERIC_TBSYNC is not set
76258 -CONFIG_AUDIT_ARCH=y
76259 -CONFIG_GENERIC_BUG=y
76260 -CONFIG_DEFAULT_UIMAGE=y
76261 -# CONFIG_PPC_DCR_NATIVE is not set
76262 -# CONFIG_PPC_DCR_MMIO is not set
76263 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
76264 -
76265 -#
76266 -# General setup
76267 -#
76268 -CONFIG_EXPERIMENTAL=y
76269 -CONFIG_BROKEN_ON_SMP=y
76270 -CONFIG_INIT_ENV_ARG_LIMIT=32
76271 -CONFIG_LOCALVERSION=""
76272 -CONFIG_LOCALVERSION_AUTO=y
76273 -CONFIG_SWAP=y
76274 -CONFIG_SYSVIPC=y
76275 -CONFIG_SYSVIPC_SYSCTL=y
76276 -# CONFIG_POSIX_MQUEUE is not set
76277 -# CONFIG_BSD_PROCESS_ACCT is not set
76278 -# CONFIG_TASKSTATS is not set
76279 -# CONFIG_AUDIT is not set
76280 -# CONFIG_IKCONFIG is not set
76281 -CONFIG_LOG_BUF_SHIFT=14
76282 -# CONFIG_CGROUPS is not set
76283 -CONFIG_GROUP_SCHED=y
76284 -CONFIG_FAIR_GROUP_SCHED=y
76285 -# CONFIG_RT_GROUP_SCHED is not set
76286 -CONFIG_USER_SCHED=y
76287 -# CONFIG_CGROUP_SCHED is not set
76288 -CONFIG_SYSFS_DEPRECATED=y
76289 -CONFIG_SYSFS_DEPRECATED_V2=y
76290 -# CONFIG_RELAY is not set
76291 -# CONFIG_NAMESPACES is not set
76292 -CONFIG_BLK_DEV_INITRD=y
76293 -CONFIG_INITRAMFS_SOURCE=""
76294 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
76295 -CONFIG_SYSCTL=y
76296 -CONFIG_EMBEDDED=y
76297 -CONFIG_SYSCTL_SYSCALL=y
76298 -CONFIG_KALLSYMS=y
76299 -# CONFIG_KALLSYMS_ALL is not set
76300 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
76301 -CONFIG_HOTPLUG=y
76302 -CONFIG_PRINTK=y
76303 -CONFIG_BUG=y
76304 -CONFIG_ELF_CORE=y
76305 -CONFIG_COMPAT_BRK=y
76306 -CONFIG_BASE_FULL=y
76307 -CONFIG_FUTEX=y
76308 -CONFIG_ANON_INODES=y
76309 -CONFIG_EPOLL=y
76310 -CONFIG_SIGNALFD=y
76311 -CONFIG_TIMERFD=y
76312 -CONFIG_EVENTFD=y
76313 -CONFIG_SHMEM=y
76314 -CONFIG_VM_EVENT_COUNTERS=y
76315 -CONFIG_SLAB=y
76316 -# CONFIG_SLUB is not set
76317 -# CONFIG_SLOB is not set
76318 -# CONFIG_PROFILING is not set
76319 -# CONFIG_MARKERS is not set
76320 -CONFIG_HAVE_OPROFILE=y
76321 -CONFIG_HAVE_KPROBES=y
76322 -CONFIG_HAVE_KRETPROBES=y
76323 -CONFIG_PROC_PAGE_MONITOR=y
76324 -CONFIG_SLABINFO=y
76325 -CONFIG_RT_MUTEXES=y
76326 -# CONFIG_TINY_SHMEM is not set
76327 -CONFIG_BASE_SMALL=0
76328 -# CONFIG_MODULES is not set
76329 -CONFIG_BLOCK=y
76330 -# CONFIG_LBD is not set
76331 -# CONFIG_BLK_DEV_IO_TRACE is not set
76332 -# CONFIG_LSF is not set
76333 -# CONFIG_BLK_DEV_BSG is not set
76334 -
76335 -#
76336 -# IO Schedulers
76337 -#
76338 -CONFIG_IOSCHED_NOOP=y
76339 -CONFIG_IOSCHED_AS=y
76340 -CONFIG_IOSCHED_DEADLINE=y
76341 -CONFIG_IOSCHED_CFQ=y
76342 -CONFIG_DEFAULT_AS=y
76343 -# CONFIG_DEFAULT_DEADLINE is not set
76344 -# CONFIG_DEFAULT_CFQ is not set
76345 -# CONFIG_DEFAULT_NOOP is not set
76346 -CONFIG_DEFAULT_IOSCHED="anticipatory"
76347 -CONFIG_CLASSIC_RCU=y
76348 -
76349 -#
76350 -# Platform support
76351 -#
76352 -# CONFIG_PPC_MPC512x is not set
76353 -# CONFIG_PPC_MPC5121 is not set
76354 -# CONFIG_PPC_CELL is not set
76355 -# CONFIG_PPC_CELL_NATIVE is not set
76356 -# CONFIG_PQ2ADS is not set
76357 -CONFIG_MPC85xx=y
76358 -# CONFIG_MPC8540_ADS is not set
76359 -# CONFIG_MPC8560_ADS is not set
76360 -# CONFIG_MPC85xx_CDS is not set
76361 -# CONFIG_MPC85xx_MDS is not set
76362 -# CONFIG_MPC85xx_DS is not set
76363 -# CONFIG_STX_GP3 is not set
76364 -# CONFIG_TQM8540 is not set
76365 -# CONFIG_TQM8541 is not set
76366 -# CONFIG_TQM8555 is not set
76367 -# CONFIG_TQM8560 is not set
76368 -# CONFIG_SBC8548 is not set
76369 -CONFIG_SBC8560=y
76370 -# CONFIG_IPIC is not set
76371 -CONFIG_MPIC=y
76372 -# CONFIG_MPIC_WEIRD is not set
76373 -# CONFIG_PPC_I8259 is not set
76374 -# CONFIG_PPC_RTAS is not set
76375 -# CONFIG_MMIO_NVRAM is not set
76376 -# CONFIG_PPC_MPC106 is not set
76377 -# CONFIG_PPC_970_NAP is not set
76378 -# CONFIG_PPC_INDIRECT_IO is not set
76379 -# CONFIG_GENERIC_IOMAP is not set
76380 -# CONFIG_CPU_FREQ is not set
76381 -# CONFIG_CPM2 is not set
76382 -# CONFIG_FSL_ULI1575 is not set
76383 -
76384 -#
76385 -# Kernel options
76386 -#
76387 -# CONFIG_HIGHMEM is not set
76388 -# CONFIG_TICK_ONESHOT is not set
76389 -# CONFIG_NO_HZ is not set
76390 -# CONFIG_HIGH_RES_TIMERS is not set
76391 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
76392 -# CONFIG_HZ_100 is not set
76393 -CONFIG_HZ_250=y
76394 -# CONFIG_HZ_300 is not set
76395 -# CONFIG_HZ_1000 is not set
76396 -CONFIG_HZ=250
76397 -# CONFIG_SCHED_HRTICK is not set
76398 -CONFIG_PREEMPT_NONE=y
76399 -# CONFIG_PREEMPT_VOLUNTARY is not set
76400 -# CONFIG_PREEMPT is not set
76401 -CONFIG_BINFMT_ELF=y
76402 -CONFIG_BINFMT_MISC=y
76403 -# CONFIG_MATH_EMULATION is not set
76404 -# CONFIG_IOMMU_HELPER is not set
76405 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
76406 -CONFIG_ARCH_HAS_WALK_MEMORY=y
76407 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
76408 -CONFIG_ARCH_FLATMEM_ENABLE=y
76409 -CONFIG_ARCH_POPULATES_NODE_MAP=y
76410 -CONFIG_SELECT_MEMORY_MODEL=y
76411 -CONFIG_FLATMEM_MANUAL=y
76412 -# CONFIG_DISCONTIGMEM_MANUAL is not set
76413 -# CONFIG_SPARSEMEM_MANUAL is not set
76414 -CONFIG_FLATMEM=y
76415 -CONFIG_FLAT_NODE_MEM_MAP=y
76416 -# CONFIG_SPARSEMEM_STATIC is not set
76417 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
76418 -CONFIG_SPLIT_PTLOCK_CPUS=4
76419 -# CONFIG_RESOURCES_64BIT is not set
76420 -CONFIG_ZONE_DMA_FLAG=1
76421 -CONFIG_BOUNCE=y
76422 -CONFIG_VIRT_TO_BUS=y
76423 -CONFIG_PROC_DEVICETREE=y
76424 -# CONFIG_CMDLINE_BOOL is not set
76425 -# CONFIG_PM is not set
76426 -# CONFIG_SECCOMP is not set
76427 -CONFIG_ISA_DMA_API=y
76428 -
76429 -#
76430 -# Bus options
76431 -#
76432 -CONFIG_ZONE_DMA=y
76433 -CONFIG_FSL_SOC=y
76434 -# CONFIG_PCI is not set
76435 -# CONFIG_PCI_DOMAINS is not set
76436 -# CONFIG_PCI_SYSCALL is not set
76437 -# CONFIG_ARCH_SUPPORTS_MSI is not set
76438 -# CONFIG_PCCARD is not set
76439 -
76440 -#
76441 -# Advanced setup
76442 -#
76443 -# CONFIG_ADVANCED_OPTIONS is not set
76444 -
76445 -#
76446 -# Default settings for advanced configuration options are used
76447 -#
76448 -CONFIG_HIGHMEM_START=0xfe000000
76449 -CONFIG_LOWMEM_SIZE=0x30000000
76450 -CONFIG_KERNEL_START=0xc0000000
76451 -CONFIG_TASK_SIZE=0xc0000000
76452 -CONFIG_BOOT_LOAD=0x00800000
76453 -
76454 -#
76455 -# Networking
76456 -#
76457 -CONFIG_NET=y
76458 -
76459 -#
76460 -# Networking options
76461 -#
76462 -CONFIG_PACKET=y
76463 -# CONFIG_PACKET_MMAP is not set
76464 -CONFIG_UNIX=y
76465 -CONFIG_XFRM=y
76466 -CONFIG_XFRM_USER=y
76467 -# CONFIG_XFRM_SUB_POLICY is not set
76468 -# CONFIG_XFRM_MIGRATE is not set
76469 -# CONFIG_XFRM_STATISTICS is not set
76470 -# CONFIG_NET_KEY is not set
76471 -CONFIG_INET=y
76472 -CONFIG_IP_MULTICAST=y
76473 -# CONFIG_IP_ADVANCED_ROUTER is not set
76474 -CONFIG_IP_FIB_HASH=y
76475 -CONFIG_IP_PNP=y
76476 -CONFIG_IP_PNP_DHCP=y
76477 -CONFIG_IP_PNP_BOOTP=y
76478 -# CONFIG_IP_PNP_RARP is not set
76479 -# CONFIG_NET_IPIP is not set
76480 -# CONFIG_NET_IPGRE is not set
76481 -# CONFIG_IP_MROUTE is not set
76482 -# CONFIG_ARPD is not set
76483 -CONFIG_SYN_COOKIES=y
76484 -# CONFIG_INET_AH is not set
76485 -# CONFIG_INET_ESP is not set
76486 -# CONFIG_INET_IPCOMP is not set
76487 -# CONFIG_INET_XFRM_TUNNEL is not set
76488 -# CONFIG_INET_TUNNEL is not set
76489 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
76490 -CONFIG_INET_XFRM_MODE_TUNNEL=y
76491 -CONFIG_INET_XFRM_MODE_BEET=y
76492 -# CONFIG_INET_LRO is not set
76493 -CONFIG_INET_DIAG=y
76494 -CONFIG_INET_TCP_DIAG=y
76495 -# CONFIG_TCP_CONG_ADVANCED is not set
76496 -CONFIG_TCP_CONG_CUBIC=y
76497 -CONFIG_DEFAULT_TCP_CONG="cubic"
76498 -# CONFIG_TCP_MD5SIG is not set
76499 -# CONFIG_IPV6 is not set
76500 -# CONFIG_INET6_XFRM_TUNNEL is not set
76501 -# CONFIG_INET6_TUNNEL is not set
76502 -# CONFIG_NETWORK_SECMARK is not set
76503 -# CONFIG_NETFILTER is not set
76504 -# CONFIG_IP_DCCP is not set
76505 -# CONFIG_IP_SCTP is not set
76506 -# CONFIG_TIPC is not set
76507 -# CONFIG_ATM is not set
76508 -# CONFIG_BRIDGE is not set
76509 -# CONFIG_VLAN_8021Q is not set
76510 -# CONFIG_DECNET is not set
76511 -# CONFIG_LLC2 is not set
76512 -# CONFIG_IPX is not set
76513 -# CONFIG_ATALK is not set
76514 -# CONFIG_X25 is not set
76515 -# CONFIG_LAPB is not set
76516 -# CONFIG_ECONET is not set
76517 -# CONFIG_WAN_ROUTER is not set
76518 -# CONFIG_NET_SCHED is not set
76519 -
76520 -#
76521 -# Network testing
76522 -#
76523 -# CONFIG_NET_PKTGEN is not set
76524 -# CONFIG_HAMRADIO is not set
76525 -# CONFIG_CAN is not set
76526 -# CONFIG_IRDA is not set
76527 -# CONFIG_BT is not set
76528 -# CONFIG_AF_RXRPC is not set
76529 -
76530 -#
76531 -# Wireless
76532 -#
76533 -# CONFIG_CFG80211 is not set
76534 -# CONFIG_WIRELESS_EXT is not set
76535 -# CONFIG_MAC80211 is not set
76536 -# CONFIG_IEEE80211 is not set
76537 -# CONFIG_RFKILL is not set
76538 -# CONFIG_NET_9P is not set
76539 -
76540 -#
76541 -# Device Drivers
76542 -#
76543 -
76544 -#
76545 -# Generic Driver Options
76546 -#
76547 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
76548 -CONFIG_STANDALONE=y
76549 -CONFIG_PREVENT_FIRMWARE_BUILD=y
76550 -# CONFIG_FW_LOADER is not set
76551 -# CONFIG_DEBUG_DRIVER is not set
76552 -# CONFIG_DEBUG_DEVRES is not set
76553 -# CONFIG_SYS_HYPERVISOR is not set
76554 -# CONFIG_CONNECTOR is not set
76555 -# CONFIG_MTD is not set
76556 -CONFIG_OF_DEVICE=y
76557 -# CONFIG_PARPORT is not set
76558 -CONFIG_BLK_DEV=y
76559 -# CONFIG_BLK_DEV_FD is not set
76560 -# CONFIG_BLK_DEV_COW_COMMON is not set
76561 -CONFIG_BLK_DEV_LOOP=y
76562 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
76563 -# CONFIG_BLK_DEV_NBD is not set
76564 -CONFIG_BLK_DEV_RAM=y
76565 -CONFIG_BLK_DEV_RAM_COUNT=16
76566 -CONFIG_BLK_DEV_RAM_SIZE=32768
76567 -# CONFIG_BLK_DEV_XIP is not set
76568 -# CONFIG_CDROM_PKTCDVD is not set
76569 -# CONFIG_ATA_OVER_ETH is not set
76570 -CONFIG_MISC_DEVICES=y
76571 -# CONFIG_EEPROM_93CX6 is not set
76572 -# CONFIG_ENCLOSURE_SERVICES is not set
76573 -CONFIG_HAVE_IDE=y
76574 -# CONFIG_IDE is not set
76575 -
76576 -#
76577 -# SCSI device support
76578 -#
76579 -# CONFIG_RAID_ATTRS is not set
76580 -# CONFIG_SCSI is not set
76581 -# CONFIG_SCSI_DMA is not set
76582 -# CONFIG_SCSI_NETLINK is not set
76583 -# CONFIG_ATA is not set
76584 -# CONFIG_MD is not set
76585 -# CONFIG_MACINTOSH_DRIVERS is not set
76586 -CONFIG_NETDEVICES=y
76587 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
76588 -# CONFIG_DUMMY is not set
76589 -# CONFIG_BONDING is not set
76590 -# CONFIG_MACVLAN is not set
76591 -# CONFIG_EQUALIZER is not set
76592 -# CONFIG_TUN is not set
76593 -# CONFIG_VETH is not set
76594 -CONFIG_PHYLIB=y
76595 -
76596 -#
76597 -# MII PHY device drivers
76598 -#
76599 -# CONFIG_MARVELL_PHY is not set
76600 -# CONFIG_DAVICOM_PHY is not set
76601 -# CONFIG_QSEMI_PHY is not set
76602 -# CONFIG_LXT_PHY is not set
76603 -# CONFIG_CICADA_PHY is not set
76604 -# CONFIG_VITESSE_PHY is not set
76605 -# CONFIG_SMSC_PHY is not set
76606 -CONFIG_BROADCOM_PHY=y
76607 -# CONFIG_ICPLUS_PHY is not set
76608 -# CONFIG_REALTEK_PHY is not set
76609 -# CONFIG_FIXED_PHY is not set
76610 -# CONFIG_MDIO_BITBANG is not set
76611 -CONFIG_NET_ETHERNET=y
76612 -CONFIG_MII=y
76613 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
76614 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
76615 -# CONFIG_IBM_NEW_EMAC_TAH is not set
76616 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
76617 -# CONFIG_B44 is not set
76618 -CONFIG_NETDEV_1000=y
76619 -# CONFIG_E1000E_ENABLED is not set
76620 -CONFIG_GIANFAR=y
76621 -CONFIG_GFAR_NAPI=y
76622 -CONFIG_NETDEV_10000=y
76623 -
76624 -#
76625 -# Wireless LAN
76626 -#
76627 -# CONFIG_WLAN_PRE80211 is not set
76628 -# CONFIG_WLAN_80211 is not set
76629 -# CONFIG_WAN is not set
76630 -# CONFIG_PPP is not set
76631 -# CONFIG_SLIP is not set
76632 -# CONFIG_NETCONSOLE is not set
76633 -# CONFIG_NETPOLL is not set
76634 -# CONFIG_NET_POLL_CONTROLLER is not set
76635 -# CONFIG_ISDN is not set
76636 -# CONFIG_PHONE is not set
76637 -
76638 -#
76639 -# Input device support
76640 -#
76641 -CONFIG_INPUT=y
76642 -# CONFIG_INPUT_FF_MEMLESS is not set
76643 -# CONFIG_INPUT_POLLDEV is not set
76644 -
76645 -#
76646 -# Userland interfaces
76647 -#
76648 -# CONFIG_INPUT_MOUSEDEV is not set
76649 -# CONFIG_INPUT_JOYDEV is not set
76650 -# CONFIG_INPUT_EVDEV is not set
76651 -# CONFIG_INPUT_EVBUG is not set
76652 -
76653 -#
76654 -# Input Device Drivers
76655 -#
76656 -# CONFIG_INPUT_KEYBOARD is not set
76657 -# CONFIG_INPUT_MOUSE is not set
76658 -# CONFIG_INPUT_JOYSTICK is not set
76659 -# CONFIG_INPUT_TABLET is not set
76660 -# CONFIG_INPUT_TOUCHSCREEN is not set
76661 -# CONFIG_INPUT_MISC is not set
76662 -
76663 -#
76664 -# Hardware I/O ports
76665 -#
76666 -# CONFIG_SERIO is not set
76667 -# CONFIG_GAMEPORT is not set
76668 -
76669 -#
76670 -# Character devices
76671 -#
76672 -# CONFIG_VT is not set
76673 -# CONFIG_SERIAL_NONSTANDARD is not set
76674 -
76675 -#
76676 -# Serial drivers
76677 -#
76678 -CONFIG_SERIAL_8250=y
76679 -CONFIG_SERIAL_8250_CONSOLE=y
76680 -CONFIG_SERIAL_8250_NR_UARTS=2
76681 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
76682 -# CONFIG_SERIAL_8250_EXTENDED is not set
76683 -CONFIG_SERIAL_8250_SHARE_IRQ=y
76684 -
76685 -#
76686 -# Non-8250 serial port support
76687 -#
76688 -# CONFIG_SERIAL_UARTLITE is not set
76689 -CONFIG_SERIAL_CORE=y
76690 -CONFIG_SERIAL_CORE_CONSOLE=y
76691 -# CONFIG_SERIAL_OF_PLATFORM is not set
76692 -CONFIG_UNIX98_PTYS=y
76693 -CONFIG_LEGACY_PTYS=y
76694 -CONFIG_LEGACY_PTY_COUNT=256
76695 -# CONFIG_IPMI_HANDLER is not set
76696 -# CONFIG_HW_RANDOM is not set
76697 -# CONFIG_NVRAM is not set
76698 -# CONFIG_GEN_RTC is not set
76699 -# CONFIG_R3964 is not set
76700 -# CONFIG_RAW_DRIVER is not set
76701 -# CONFIG_TCG_TPM is not set
76702 -# CONFIG_I2C is not set
76703 -
76704 -#
76705 -# SPI support
76706 -#
76707 -# CONFIG_SPI is not set
76708 -# CONFIG_SPI_MASTER is not set
76709 -# CONFIG_W1 is not set
76710 -# CONFIG_POWER_SUPPLY is not set
76711 -CONFIG_HWMON=y
76712 -# CONFIG_HWMON_VID is not set
76713 -# CONFIG_SENSORS_F71805F is not set
76714 -# CONFIG_SENSORS_F71882FG is not set
76715 -# CONFIG_SENSORS_IT87 is not set
76716 -# CONFIG_SENSORS_PC87360 is not set
76717 -# CONFIG_SENSORS_PC87427 is not set
76718 -# CONFIG_SENSORS_SMSC47M1 is not set
76719 -# CONFIG_SENSORS_SMSC47B397 is not set
76720 -# CONFIG_SENSORS_VT1211 is not set
76721 -# CONFIG_SENSORS_W83627HF is not set
76722 -# CONFIG_SENSORS_W83627EHF is not set
76723 -# CONFIG_HWMON_DEBUG_CHIP is not set
76724 -# CONFIG_THERMAL is not set
76725 -# CONFIG_WATCHDOG is not set
76726 -
76727 -#
76728 -# Sonics Silicon Backplane
76729 -#
76730 -CONFIG_SSB_POSSIBLE=y
76731 -# CONFIG_SSB is not set
76732 -
76733 -#
76734 -# Multifunction device drivers
76735 -#
76736 -# CONFIG_MFD_SM501 is not set
76737 -
76738 -#
76739 -# Multimedia devices
76740 -#
76741 -# CONFIG_VIDEO_DEV is not set
76742 -# CONFIG_DVB_CORE is not set
76743 -CONFIG_DAB=y
76744 -
76745 -#
76746 -# Graphics support
76747 -#
76748 -# CONFIG_VGASTATE is not set
76749 -CONFIG_VIDEO_OUTPUT_CONTROL=y
76750 -# CONFIG_FB is not set
76751 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
76752 -
76753 -#
76754 -# Display device support
76755 -#
76756 -# CONFIG_DISPLAY_SUPPORT is not set
76757 -
76758 -#
76759 -# Sound
76760 -#
76761 -# CONFIG_SOUND is not set
76762 -CONFIG_HID_SUPPORT=y
76763 -CONFIG_HID=y
76764 -# CONFIG_HID_DEBUG is not set
76765 -# CONFIG_HIDRAW is not set
76766 -CONFIG_USB_SUPPORT=y
76767 -# CONFIG_USB_ARCH_HAS_HCD is not set
76768 -# CONFIG_USB_ARCH_HAS_OHCI is not set
76769 -# CONFIG_USB_ARCH_HAS_EHCI is not set
76770 -
76771 -#
76772 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
76773 -#
76774 -# CONFIG_USB_GADGET is not set
76775 -# CONFIG_MMC is not set
76776 -# CONFIG_MEMSTICK is not set
76777 -# CONFIG_NEW_LEDS is not set
76778 -# CONFIG_EDAC is not set
76779 -CONFIG_RTC_LIB=y
76780 -CONFIG_RTC_CLASS=y
76781 -CONFIG_RTC_HCTOSYS=y
76782 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
76783 -# CONFIG_RTC_DEBUG is not set
76784 -
76785 -#
76786 -# RTC interfaces
76787 -#
76788 -CONFIG_RTC_INTF_SYSFS=y
76789 -CONFIG_RTC_INTF_PROC=y
76790 -CONFIG_RTC_INTF_DEV=y
76791 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
76792 -# CONFIG_RTC_DRV_TEST is not set
76793 -
76794 -#
76795 -# SPI RTC drivers
76796 -#
76797 -
76798 -#
76799 -# Platform RTC drivers
76800 -#
76801 -# CONFIG_RTC_DRV_CMOS is not set
76802 -# CONFIG_RTC_DRV_DS1511 is not set
76803 -# CONFIG_RTC_DRV_DS1553 is not set
76804 -# CONFIG_RTC_DRV_DS1742 is not set
76805 -# CONFIG_RTC_DRV_STK17TA8 is not set
76806 -# CONFIG_RTC_DRV_M48T86 is not set
76807 -CONFIG_RTC_DRV_M48T59=y
76808 -# CONFIG_RTC_DRV_V3020 is not set
76809 -
76810 -#
76811 -# on-CPU RTC drivers
76812 -#
76813 -# CONFIG_DMADEVICES is not set
76814 -
76815 -#
76816 -# Userspace I/O
76817 -#
76818 -# CONFIG_UIO is not set
76819 -
76820 -#
76821 -# File systems
76822 -#
76823 -# CONFIG_EXT2_FS is not set
76824 -# CONFIG_EXT3_FS is not set
76825 -# CONFIG_EXT4DEV_FS is not set
76826 -# CONFIG_REISERFS_FS is not set
76827 -# CONFIG_JFS_FS is not set
76828 -# CONFIG_FS_POSIX_ACL is not set
76829 -# CONFIG_XFS_FS is not set
76830 -# CONFIG_GFS2_FS is not set
76831 -# CONFIG_OCFS2_FS is not set
76832 -CONFIG_DNOTIFY=y
76833 -CONFIG_INOTIFY=y
76834 -CONFIG_INOTIFY_USER=y
76835 -# CONFIG_QUOTA is not set
76836 -# CONFIG_AUTOFS_FS is not set
76837 -# CONFIG_AUTOFS4_FS is not set
76838 -# CONFIG_FUSE_FS is not set
76839 -
76840 -#
76841 -# CD-ROM/DVD Filesystems
76842 -#
76843 -# CONFIG_ISO9660_FS is not set
76844 -# CONFIG_UDF_FS is not set
76845 -
76846 -#
76847 -# DOS/FAT/NT Filesystems
76848 -#
76849 -# CONFIG_MSDOS_FS is not set
76850 -# CONFIG_VFAT_FS is not set
76851 -# CONFIG_NTFS_FS is not set
76852 -
76853 -#
76854 -# Pseudo filesystems
76855 -#
76856 -CONFIG_PROC_FS=y
76857 -CONFIG_PROC_KCORE=y
76858 -CONFIG_PROC_SYSCTL=y
76859 -CONFIG_SYSFS=y
76860 -CONFIG_TMPFS=y
76861 -# CONFIG_TMPFS_POSIX_ACL is not set
76862 -# CONFIG_HUGETLB_PAGE is not set
76863 -# CONFIG_CONFIGFS_FS is not set
76864 -
76865 -#
76866 -# Miscellaneous filesystems
76867 -#
76868 -# CONFIG_ADFS_FS is not set
76869 -# CONFIG_AFFS_FS is not set
76870 -# CONFIG_HFS_FS is not set
76871 -# CONFIG_HFSPLUS_FS is not set
76872 -# CONFIG_BEFS_FS is not set
76873 -# CONFIG_BFS_FS is not set
76874 -# CONFIG_EFS_FS is not set
76875 -# CONFIG_CRAMFS is not set
76876 -# CONFIG_VXFS_FS is not set
76877 -# CONFIG_MINIX_FS is not set
76878 -# CONFIG_HPFS_FS is not set
76879 -# CONFIG_QNX4FS_FS is not set
76880 -# CONFIG_ROMFS_FS is not set
76881 -# CONFIG_SYSV_FS is not set
76882 -# CONFIG_UFS_FS is not set
76883 -CONFIG_NETWORK_FILESYSTEMS=y
76884 -CONFIG_NFS_FS=y
76885 -# CONFIG_NFS_V3 is not set
76886 -# CONFIG_NFS_V4 is not set
76887 -# CONFIG_NFS_DIRECTIO is not set
76888 -# CONFIG_NFSD is not set
76889 -CONFIG_ROOT_NFS=y
76890 -CONFIG_LOCKD=y
76891 -CONFIG_NFS_COMMON=y
76892 -CONFIG_SUNRPC=y
76893 -# CONFIG_SUNRPC_BIND34 is not set
76894 -# CONFIG_RPCSEC_GSS_KRB5 is not set
76895 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
76896 -# CONFIG_SMB_FS is not set
76897 -# CONFIG_CIFS is not set
76898 -# CONFIG_NCP_FS is not set
76899 -# CONFIG_CODA_FS is not set
76900 -# CONFIG_AFS_FS is not set
76901 -
76902 -#
76903 -# Partition Types
76904 -#
76905 -CONFIG_PARTITION_ADVANCED=y
76906 -# CONFIG_ACORN_PARTITION is not set
76907 -# CONFIG_OSF_PARTITION is not set
76908 -# CONFIG_AMIGA_PARTITION is not set
76909 -# CONFIG_ATARI_PARTITION is not set
76910 -# CONFIG_MAC_PARTITION is not set
76911 -# CONFIG_MSDOS_PARTITION is not set
76912 -# CONFIG_LDM_PARTITION is not set
76913 -# CONFIG_SGI_PARTITION is not set
76914 -# CONFIG_ULTRIX_PARTITION is not set
76915 -# CONFIG_SUN_PARTITION is not set
76916 -# CONFIG_KARMA_PARTITION is not set
76917 -# CONFIG_EFI_PARTITION is not set
76918 -# CONFIG_SYSV68_PARTITION is not set
76919 -# CONFIG_NLS is not set
76920 -# CONFIG_DLM is not set
76921 -
76922 -#
76923 -# Library routines
76924 -#
76925 -CONFIG_BITREVERSE=y
76926 -# CONFIG_CRC_CCITT is not set
76927 -# CONFIG_CRC16 is not set
76928 -# CONFIG_CRC_ITU_T is not set
76929 -CONFIG_CRC32=y
76930 -# CONFIG_CRC7 is not set
76931 -# CONFIG_LIBCRC32C is not set
76932 -CONFIG_PLIST=y
76933 -CONFIG_HAS_IOMEM=y
76934 -CONFIG_HAS_IOPORT=y
76935 -CONFIG_HAS_DMA=y
76936 -
76937 -#
76938 -# Kernel hacking
76939 -#
76940 -# CONFIG_PRINTK_TIME is not set
76941 -CONFIG_ENABLE_WARN_DEPRECATED=y
76942 -CONFIG_ENABLE_MUST_CHECK=y
76943 -CONFIG_MAGIC_SYSRQ=y
76944 -# CONFIG_UNUSED_SYMBOLS is not set
76945 -# CONFIG_DEBUG_FS is not set
76946 -# CONFIG_HEADERS_CHECK is not set
76947 -CONFIG_DEBUG_KERNEL=y
76948 -# CONFIG_DEBUG_SHIRQ is not set
76949 -CONFIG_DETECT_SOFTLOCKUP=y
76950 -CONFIG_SCHED_DEBUG=y
76951 -# CONFIG_SCHEDSTATS is not set
76952 -# CONFIG_TIMER_STATS is not set
76953 -# CONFIG_DEBUG_SLAB is not set
76954 -# CONFIG_DEBUG_RT_MUTEXES is not set
76955 -# CONFIG_RT_MUTEX_TESTER is not set
76956 -# CONFIG_DEBUG_SPINLOCK is not set
76957 -CONFIG_DEBUG_MUTEXES=y
76958 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
76959 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
76960 -# CONFIG_DEBUG_KOBJECT is not set
76961 -# CONFIG_DEBUG_BUGVERBOSE is not set
76962 -# CONFIG_DEBUG_INFO is not set
76963 -# CONFIG_DEBUG_VM is not set
76964 -# CONFIG_DEBUG_LIST is not set
76965 -# CONFIG_DEBUG_SG is not set
76966 -# CONFIG_BOOT_PRINTK_DELAY is not set
76967 -# CONFIG_BACKTRACE_SELF_TEST is not set
76968 -# CONFIG_FAULT_INJECTION is not set
76969 -# CONFIG_SAMPLES is not set
76970 -# CONFIG_DEBUG_STACKOVERFLOW is not set
76971 -# CONFIG_DEBUG_STACK_USAGE is not set
76972 -# CONFIG_DEBUG_PAGEALLOC is not set
76973 -# CONFIG_DEBUGGER is not set
76974 -# CONFIG_BDI_SWITCH is not set
76975 -CONFIG_PPC_EARLY_DEBUG=y
76976 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
76977 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
76978 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
76979 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
76980 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
76981 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
76982 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
76983 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
76984 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
76985 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
76986 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
76987 -
76988 -#
76989 -# Security options
76990 -#
76991 -# CONFIG_KEYS is not set
76992 -# CONFIG_SECURITY is not set
76993 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
76994 -CONFIG_CRYPTO=y
76995 -# CONFIG_CRYPTO_SEQIV is not set
76996 -# CONFIG_CRYPTO_MANAGER is not set
76997 -# CONFIG_CRYPTO_HMAC is not set
76998 -# CONFIG_CRYPTO_XCBC is not set
76999 -# CONFIG_CRYPTO_NULL is not set
77000 -# CONFIG_CRYPTO_MD4 is not set
77001 -# CONFIG_CRYPTO_MD5 is not set
77002 -# CONFIG_CRYPTO_SHA1 is not set
77003 -# CONFIG_CRYPTO_SHA256 is not set
77004 -# CONFIG_CRYPTO_SHA512 is not set
77005 -# CONFIG_CRYPTO_WP512 is not set
77006 -# CONFIG_CRYPTO_TGR192 is not set
77007 -# CONFIG_CRYPTO_GF128MUL is not set
77008 -# CONFIG_CRYPTO_ECB is not set
77009 -# CONFIG_CRYPTO_CBC is not set
77010 -# CONFIG_CRYPTO_PCBC is not set
77011 -# CONFIG_CRYPTO_LRW is not set
77012 -# CONFIG_CRYPTO_XTS is not set
77013 -# CONFIG_CRYPTO_CTR is not set
77014 -# CONFIG_CRYPTO_GCM is not set
77015 -# CONFIG_CRYPTO_CCM is not set
77016 -# CONFIG_CRYPTO_CRYPTD is not set
77017 -# CONFIG_CRYPTO_DES is not set
77018 -# CONFIG_CRYPTO_FCRYPT is not set
77019 -# CONFIG_CRYPTO_BLOWFISH is not set
77020 -# CONFIG_CRYPTO_TWOFISH is not set
77021 -# CONFIG_CRYPTO_SERPENT is not set
77022 -# CONFIG_CRYPTO_AES is not set
77023 -# CONFIG_CRYPTO_CAST5 is not set
77024 -# CONFIG_CRYPTO_CAST6 is not set
77025 -# CONFIG_CRYPTO_TEA is not set
77026 -# CONFIG_CRYPTO_ARC4 is not set
77027 -# CONFIG_CRYPTO_KHAZAD is not set
77028 -# CONFIG_CRYPTO_ANUBIS is not set
77029 -# CONFIG_CRYPTO_SEED is not set
77030 -# CONFIG_CRYPTO_SALSA20 is not set
77031 -# CONFIG_CRYPTO_DEFLATE is not set
77032 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
77033 -# CONFIG_CRYPTO_CRC32C is not set
77034 -# CONFIG_CRYPTO_CAMELLIA is not set
77035 -# CONFIG_CRYPTO_AUTHENC is not set
77036 -# CONFIG_CRYPTO_LZO is not set
77037 -CONFIG_CRYPTO_HW=y
77038 -# CONFIG_PPC_CLOCK is not set
77039 --- /dev/null
77040 +++ b/arch/powerpc/configs/sbc8641d_defconfig
77041 @@ -0,0 +1,1342 @@
77042 +#
77043 +# Automatically generated make config: don't edit
77044 +# Linux kernel version: 2.6.25-rc6
77045 +# Thu Apr 10 18:03:25 2008
77046 +#
77047 +# CONFIG_PPC64 is not set
77048 +
77049 +#
77050 +# Processor support
77051 +#
77052 +CONFIG_6xx=y
77053 +# CONFIG_PPC_85xx is not set
77054 +# CONFIG_PPC_8xx is not set
77055 +# CONFIG_40x is not set
77056 +# CONFIG_44x is not set
77057 +# CONFIG_E200 is not set
77058 +CONFIG_PPC_FPU=y
77059 +CONFIG_ALTIVEC=y
77060 +CONFIG_PPC_STD_MMU=y
77061 +CONFIG_PPC_STD_MMU_32=y
77062 +# CONFIG_PPC_MM_SLICES is not set
77063 +CONFIG_SMP=y
77064 +CONFIG_NR_CPUS=2
77065 +CONFIG_PPC32=y
77066 +CONFIG_WORD_SIZE=32
77067 +CONFIG_PPC_MERGE=y
77068 +CONFIG_MMU=y
77069 +CONFIG_GENERIC_CMOS_UPDATE=y
77070 +CONFIG_GENERIC_TIME=y
77071 +CONFIG_GENERIC_TIME_VSYSCALL=y
77072 +CONFIG_GENERIC_CLOCKEVENTS=y
77073 +CONFIG_GENERIC_HARDIRQS=y
77074 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
77075 +CONFIG_IRQ_PER_CPU=y
77076 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
77077 +CONFIG_GENERIC_LOCKBREAK=y
77078 +CONFIG_ARCH_HAS_ILOG2_U32=y
77079 +CONFIG_GENERIC_HWEIGHT=y
77080 +CONFIG_GENERIC_CALIBRATE_DELAY=y
77081 +CONFIG_GENERIC_FIND_NEXT_BIT=y
77082 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
77083 +CONFIG_PPC=y
77084 +CONFIG_EARLY_PRINTK=y
77085 +CONFIG_GENERIC_NVRAM=y
77086 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
77087 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
77088 +CONFIG_PPC_OF=y
77089 +CONFIG_OF=y
77090 +CONFIG_PPC_UDBG_16550=y
77091 +CONFIG_GENERIC_TBSYNC=y
77092 +CONFIG_AUDIT_ARCH=y
77093 +CONFIG_GENERIC_BUG=y
77094 +CONFIG_DEFAULT_UIMAGE=y
77095 +# CONFIG_PPC_DCR_NATIVE is not set
77096 +# CONFIG_PPC_DCR_MMIO is not set
77097 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
77098 +
77099 +#
77100 +# General setup
77101 +#
77102 +CONFIG_EXPERIMENTAL=y
77103 +CONFIG_LOCK_KERNEL=y
77104 +CONFIG_INIT_ENV_ARG_LIMIT=32
77105 +CONFIG_LOCALVERSION=""
77106 +CONFIG_LOCALVERSION_AUTO=y
77107 +CONFIG_SWAP=y
77108 +CONFIG_SYSVIPC=y
77109 +CONFIG_SYSVIPC_SYSCTL=y
77110 +CONFIG_POSIX_MQUEUE=y
77111 +CONFIG_BSD_PROCESS_ACCT=y
77112 +CONFIG_BSD_PROCESS_ACCT_V3=y
77113 +# CONFIG_TASKSTATS is not set
77114 +# CONFIG_AUDIT is not set
77115 +CONFIG_IKCONFIG=y
77116 +CONFIG_IKCONFIG_PROC=y
77117 +CONFIG_LOG_BUF_SHIFT=14
77118 +# CONFIG_CGROUPS is not set
77119 +CONFIG_GROUP_SCHED=y
77120 +CONFIG_FAIR_GROUP_SCHED=y
77121 +# CONFIG_RT_GROUP_SCHED is not set
77122 +CONFIG_USER_SCHED=y
77123 +# CONFIG_CGROUP_SCHED is not set
77124 +CONFIG_SYSFS_DEPRECATED=y
77125 +CONFIG_SYSFS_DEPRECATED_V2=y
77126 +CONFIG_RELAY=y
77127 +# CONFIG_NAMESPACES is not set
77128 +CONFIG_BLK_DEV_INITRD=y
77129 +CONFIG_INITRAMFS_SOURCE=""
77130 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
77131 +CONFIG_SYSCTL=y
77132 +CONFIG_EMBEDDED=y
77133 +CONFIG_SYSCTL_SYSCALL=y
77134 +CONFIG_KALLSYMS=y
77135 +# CONFIG_KALLSYMS_ALL is not set
77136 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
77137 +CONFIG_HOTPLUG=y
77138 +CONFIG_PRINTK=y
77139 +CONFIG_BUG=y
77140 +CONFIG_ELF_CORE=y
77141 +CONFIG_COMPAT_BRK=y
77142 +CONFIG_BASE_FULL=y
77143 +CONFIG_FUTEX=y
77144 +CONFIG_ANON_INODES=y
77145 +CONFIG_EPOLL=y
77146 +CONFIG_SIGNALFD=y
77147 +CONFIG_TIMERFD=y
77148 +CONFIG_EVENTFD=y
77149 +CONFIG_SHMEM=y
77150 +CONFIG_VM_EVENT_COUNTERS=y
77151 +CONFIG_SLAB=y
77152 +# CONFIG_SLUB is not set
77153 +# CONFIG_SLOB is not set
77154 +# CONFIG_PROFILING is not set
77155 +# CONFIG_MARKERS is not set
77156 +CONFIG_HAVE_OPROFILE=y
77157 +# CONFIG_KPROBES is not set
77158 +CONFIG_HAVE_KPROBES=y
77159 +CONFIG_HAVE_KRETPROBES=y
77160 +CONFIG_PROC_PAGE_MONITOR=y
77161 +CONFIG_SLABINFO=y
77162 +CONFIG_RT_MUTEXES=y
77163 +# CONFIG_TINY_SHMEM is not set
77164 +CONFIG_BASE_SMALL=0
77165 +CONFIG_MODULES=y
77166 +CONFIG_MODULE_UNLOAD=y
77167 +# CONFIG_MODULE_FORCE_UNLOAD is not set
77168 +# CONFIG_MODVERSIONS is not set
77169 +# CONFIG_MODULE_SRCVERSION_ALL is not set
77170 +CONFIG_KMOD=y
77171 +CONFIG_STOP_MACHINE=y
77172 +CONFIG_BLOCK=y
77173 +# CONFIG_LBD is not set
77174 +# CONFIG_BLK_DEV_IO_TRACE is not set
77175 +# CONFIG_LSF is not set
77176 +# CONFIG_BLK_DEV_BSG is not set
77177 +
77178 +#
77179 +# IO Schedulers
77180 +#
77181 +CONFIG_IOSCHED_NOOP=y
77182 +CONFIG_IOSCHED_AS=y
77183 +CONFIG_IOSCHED_DEADLINE=y
77184 +CONFIG_IOSCHED_CFQ=y
77185 +# CONFIG_DEFAULT_AS is not set
77186 +# CONFIG_DEFAULT_DEADLINE is not set
77187 +CONFIG_DEFAULT_CFQ=y
77188 +# CONFIG_DEFAULT_NOOP is not set
77189 +CONFIG_DEFAULT_IOSCHED="cfq"
77190 +CONFIG_CLASSIC_RCU=y
77191 +
77192 +#
77193 +# Platform support
77194 +#
77195 +# CONFIG_PPC_MULTIPLATFORM is not set
77196 +# CONFIG_PPC_82xx is not set
77197 +# CONFIG_PPC_83xx is not set
77198 +CONFIG_PPC_86xx=y
77199 +# CONFIG_PPC_MPC512x is not set
77200 +# CONFIG_PPC_MPC5121 is not set
77201 +# CONFIG_PPC_CELL is not set
77202 +# CONFIG_PPC_CELL_NATIVE is not set
77203 +# CONFIG_PQ2ADS is not set
77204 +# CONFIG_MPC8641_HPCN is not set
77205 +CONFIG_SBC8641D=y
77206 +# CONFIG_MPC8610_HPCD is not set
77207 +CONFIG_MPC8641=y
77208 +# CONFIG_IPIC is not set
77209 +CONFIG_MPIC=y
77210 +# CONFIG_MPIC_WEIRD is not set
77211 +# CONFIG_PPC_I8259 is not set
77212 +# CONFIG_PPC_RTAS is not set
77213 +# CONFIG_MMIO_NVRAM is not set
77214 +# CONFIG_PPC_MPC106 is not set
77215 +# CONFIG_PPC_970_NAP is not set
77216 +# CONFIG_PPC_INDIRECT_IO is not set
77217 +# CONFIG_GENERIC_IOMAP is not set
77218 +# CONFIG_CPU_FREQ is not set
77219 +# CONFIG_FSL_ULI1575 is not set
77220 +
77221 +#
77222 +# Kernel options
77223 +#
77224 +# CONFIG_HIGHMEM is not set
77225 +CONFIG_TICK_ONESHOT=y
77226 +# CONFIG_NO_HZ is not set
77227 +CONFIG_HIGH_RES_TIMERS=y
77228 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
77229 +# CONFIG_HZ_100 is not set
77230 +CONFIG_HZ_250=y
77231 +# CONFIG_HZ_300 is not set
77232 +# CONFIG_HZ_1000 is not set
77233 +CONFIG_HZ=250
77234 +# CONFIG_SCHED_HRTICK is not set
77235 +# CONFIG_PREEMPT_NONE is not set
77236 +# CONFIG_PREEMPT_VOLUNTARY is not set
77237 +CONFIG_PREEMPT=y
77238 +# CONFIG_PREEMPT_RCU is not set
77239 +CONFIG_BINFMT_ELF=y
77240 +CONFIG_BINFMT_MISC=m
77241 +CONFIG_FORCE_MAX_ZONEORDER=11
77242 +# CONFIG_IOMMU_HELPER is not set
77243 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
77244 +CONFIG_ARCH_HAS_WALK_MEMORY=y
77245 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
77246 +CONFIG_IRQ_ALL_CPUS=y
77247 +CONFIG_ARCH_FLATMEM_ENABLE=y
77248 +CONFIG_ARCH_POPULATES_NODE_MAP=y
77249 +CONFIG_SELECT_MEMORY_MODEL=y
77250 +CONFIG_FLATMEM_MANUAL=y
77251 +# CONFIG_DISCONTIGMEM_MANUAL is not set
77252 +# CONFIG_SPARSEMEM_MANUAL is not set
77253 +CONFIG_FLATMEM=y
77254 +CONFIG_FLAT_NODE_MEM_MAP=y
77255 +# CONFIG_SPARSEMEM_STATIC is not set
77256 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
77257 +CONFIG_SPLIT_PTLOCK_CPUS=4
77258 +# CONFIG_RESOURCES_64BIT is not set
77259 +CONFIG_ZONE_DMA_FLAG=1
77260 +CONFIG_BOUNCE=y
77261 +CONFIG_VIRT_TO_BUS=y
77262 +# CONFIG_PROC_DEVICETREE is not set
77263 +# CONFIG_CMDLINE_BOOL is not set
77264 +# CONFIG_PM is not set
77265 +CONFIG_SECCOMP=y
77266 +CONFIG_ISA_DMA_API=y
77267 +
77268 +#
77269 +# Bus options
77270 +#
77271 +CONFIG_ZONE_DMA=y
77272 +CONFIG_GENERIC_ISA_DMA=y
77273 +CONFIG_PPC_INDIRECT_PCI=y
77274 +CONFIG_FSL_SOC=y
77275 +CONFIG_FSL_PCI=y
77276 +CONFIG_PCI=y
77277 +CONFIG_PCI_DOMAINS=y
77278 +CONFIG_PCI_SYSCALL=y
77279 +CONFIG_PCIEPORTBUS=y
77280 +CONFIG_PCIEAER=y
77281 +CONFIG_ARCH_SUPPORTS_MSI=y
77282 +# CONFIG_PCI_MSI is not set
77283 +CONFIG_PCI_LEGACY=y
77284 +# CONFIG_PCI_DEBUG is not set
77285 +# CONFIG_PCCARD is not set
77286 +# CONFIG_HOTPLUG_PCI is not set
77287 +
77288 +#
77289 +# Advanced setup
77290 +#
77291 +# CONFIG_ADVANCED_OPTIONS is not set
77292 +
77293 +#
77294 +# Default settings for advanced configuration options are used
77295 +#
77296 +CONFIG_HIGHMEM_START=0xfe000000
77297 +CONFIG_LOWMEM_SIZE=0x30000000
77298 +CONFIG_KERNEL_START=0xc0000000
77299 +CONFIG_TASK_SIZE=0xc0000000
77300 +CONFIG_BOOT_LOAD=0x00800000
77301 +
77302 +#
77303 +# Networking
77304 +#
77305 +CONFIG_NET=y
77306 +
77307 +#
77308 +# Networking options
77309 +#
77310 +CONFIG_PACKET=y
77311 +CONFIG_PACKET_MMAP=y
77312 +CONFIG_UNIX=y
77313 +CONFIG_XFRM=y
77314 +CONFIG_XFRM_USER=m
77315 +# CONFIG_XFRM_SUB_POLICY is not set
77316 +# CONFIG_XFRM_MIGRATE is not set
77317 +# CONFIG_XFRM_STATISTICS is not set
77318 +CONFIG_NET_KEY=m
77319 +# CONFIG_NET_KEY_MIGRATE is not set
77320 +CONFIG_INET=y
77321 +CONFIG_IP_MULTICAST=y
77322 +CONFIG_IP_ADVANCED_ROUTER=y
77323 +CONFIG_ASK_IP_FIB_HASH=y
77324 +# CONFIG_IP_FIB_TRIE is not set
77325 +CONFIG_IP_FIB_HASH=y
77326 +CONFIG_IP_MULTIPLE_TABLES=y
77327 +CONFIG_IP_ROUTE_MULTIPATH=y
77328 +CONFIG_IP_ROUTE_VERBOSE=y
77329 +CONFIG_IP_PNP=y
77330 +CONFIG_IP_PNP_DHCP=y
77331 +CONFIG_IP_PNP_BOOTP=y
77332 +CONFIG_IP_PNP_RARP=y
77333 +CONFIG_NET_IPIP=m
77334 +CONFIG_NET_IPGRE=m
77335 +CONFIG_NET_IPGRE_BROADCAST=y
77336 +CONFIG_IP_MROUTE=y
77337 +CONFIG_IP_PIMSM_V1=y
77338 +CONFIG_IP_PIMSM_V2=y
77339 +# CONFIG_ARPD is not set
77340 +CONFIG_SYN_COOKIES=y
77341 +CONFIG_INET_AH=m
77342 +CONFIG_INET_ESP=m
77343 +CONFIG_INET_IPCOMP=m
77344 +CONFIG_INET_XFRM_TUNNEL=m
77345 +CONFIG_INET_TUNNEL=m
77346 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
77347 +CONFIG_INET_XFRM_MODE_TUNNEL=y
77348 +CONFIG_INET_XFRM_MODE_BEET=y
77349 +# CONFIG_INET_LRO is not set
77350 +CONFIG_INET_DIAG=y
77351 +CONFIG_INET_TCP_DIAG=y
77352 +# CONFIG_TCP_CONG_ADVANCED is not set
77353 +CONFIG_TCP_CONG_CUBIC=y
77354 +CONFIG_DEFAULT_TCP_CONG="cubic"
77355 +# CONFIG_TCP_MD5SIG is not set
77356 +# CONFIG_IP_VS is not set
77357 +CONFIG_IPV6=m
77358 +# CONFIG_IPV6_PRIVACY is not set
77359 +# CONFIG_IPV6_ROUTER_PREF is not set
77360 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
77361 +CONFIG_INET6_AH=m
77362 +CONFIG_INET6_ESP=m
77363 +CONFIG_INET6_IPCOMP=m
77364 +# CONFIG_IPV6_MIP6 is not set
77365 +CONFIG_INET6_XFRM_TUNNEL=m
77366 +CONFIG_INET6_TUNNEL=m
77367 +CONFIG_INET6_XFRM_MODE_TRANSPORT=m
77368 +CONFIG_INET6_XFRM_MODE_TUNNEL=m
77369 +CONFIG_INET6_XFRM_MODE_BEET=m
77370 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
77371 +CONFIG_IPV6_SIT=m
77372 +CONFIG_IPV6_TUNNEL=m
77373 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
77374 +# CONFIG_NETLABEL is not set
77375 +# CONFIG_NETWORK_SECMARK is not set
77376 +CONFIG_NETFILTER=y
77377 +# CONFIG_NETFILTER_DEBUG is not set
77378 +CONFIG_NETFILTER_ADVANCED=y
77379 +CONFIG_BRIDGE_NETFILTER=y
77380 +
77381 +#
77382 +# Core Netfilter Configuration
77383 +#
77384 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
77385 +# CONFIG_NETFILTER_NETLINK_LOG is not set
77386 +# CONFIG_NF_CONNTRACK is not set
77387 +CONFIG_NETFILTER_XTABLES=m
77388 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
77389 +# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
77390 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
77391 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
77392 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
77393 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
77394 +# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
77395 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
77396 +# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
77397 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
77398 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
77399 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
77400 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
77401 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
77402 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
77403 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
77404 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
77405 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
77406 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
77407 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
77408 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
77409 +# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
77410 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
77411 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
77412 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
77413 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
77414 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
77415 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
77416 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
77417 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
77418 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
77419 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
77420 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
77421 +
77422 +#
77423 +# IP: Netfilter Configuration
77424 +#
77425 +CONFIG_IP_NF_QUEUE=m
77426 +CONFIG_IP_NF_IPTABLES=m
77427 +CONFIG_IP_NF_MATCH_RECENT=m
77428 +CONFIG_IP_NF_MATCH_ECN=m
77429 +# CONFIG_IP_NF_MATCH_AH is not set
77430 +CONFIG_IP_NF_MATCH_TTL=m
77431 +CONFIG_IP_NF_MATCH_ADDRTYPE=m
77432 +CONFIG_IP_NF_FILTER=m
77433 +CONFIG_IP_NF_TARGET_REJECT=m
77434 +CONFIG_IP_NF_TARGET_LOG=m
77435 +CONFIG_IP_NF_TARGET_ULOG=m
77436 +CONFIG_IP_NF_MANGLE=m
77437 +CONFIG_IP_NF_TARGET_ECN=m
77438 +# CONFIG_IP_NF_TARGET_TTL is not set
77439 +CONFIG_IP_NF_RAW=m
77440 +CONFIG_IP_NF_ARPTABLES=m
77441 +CONFIG_IP_NF_ARPFILTER=m
77442 +CONFIG_IP_NF_ARP_MANGLE=m
77443 +
77444 +#
77445 +# IPv6: Netfilter Configuration
77446 +#
77447 +CONFIG_IP6_NF_QUEUE=m
77448 +CONFIG_IP6_NF_IPTABLES=m
77449 +CONFIG_IP6_NF_MATCH_RT=m
77450 +CONFIG_IP6_NF_MATCH_OPTS=m
77451 +CONFIG_IP6_NF_MATCH_FRAG=m
77452 +CONFIG_IP6_NF_MATCH_HL=m
77453 +CONFIG_IP6_NF_MATCH_IPV6HEADER=m
77454 +# CONFIG_IP6_NF_MATCH_AH is not set
77455 +# CONFIG_IP6_NF_MATCH_MH is not set
77456 +CONFIG_IP6_NF_MATCH_EUI64=m
77457 +CONFIG_IP6_NF_FILTER=m
77458 +CONFIG_IP6_NF_TARGET_LOG=m
77459 +# CONFIG_IP6_NF_TARGET_REJECT is not set
77460 +CONFIG_IP6_NF_MANGLE=m
77461 +# CONFIG_IP6_NF_TARGET_HL is not set
77462 +CONFIG_IP6_NF_RAW=m
77463 +
77464 +#
77465 +# Bridge: Netfilter Configuration
77466 +#
77467 +# CONFIG_BRIDGE_NF_EBTABLES is not set
77468 +# CONFIG_IP_DCCP is not set
77469 +CONFIG_IP_SCTP=m
77470 +# CONFIG_SCTP_DBG_MSG is not set
77471 +# CONFIG_SCTP_DBG_OBJCNT is not set
77472 +# CONFIG_SCTP_HMAC_NONE is not set
77473 +# CONFIG_SCTP_HMAC_SHA1 is not set
77474 +CONFIG_SCTP_HMAC_MD5=y
77475 +CONFIG_TIPC=m
77476 +# CONFIG_TIPC_ADVANCED is not set
77477 +# CONFIG_TIPC_DEBUG is not set
77478 +CONFIG_ATM=m
77479 +CONFIG_ATM_CLIP=m
77480 +# CONFIG_ATM_CLIP_NO_ICMP is not set
77481 +CONFIG_ATM_LANE=m
77482 +CONFIG_ATM_MPOA=m
77483 +CONFIG_ATM_BR2684=m
77484 +# CONFIG_ATM_BR2684_IPFILTER is not set
77485 +CONFIG_BRIDGE=m
77486 +CONFIG_VLAN_8021Q=m
77487 +# CONFIG_DECNET is not set
77488 +CONFIG_LLC=m
77489 +# CONFIG_LLC2 is not set
77490 +# CONFIG_IPX is not set
77491 +# CONFIG_ATALK is not set
77492 +# CONFIG_X25 is not set
77493 +# CONFIG_LAPB is not set
77494 +# CONFIG_ECONET is not set
77495 +CONFIG_WAN_ROUTER=m
77496 +CONFIG_NET_SCHED=y
77497 +
77498 +#
77499 +# Queueing/Scheduling
77500 +#
77501 +CONFIG_NET_SCH_CBQ=m
77502 +CONFIG_NET_SCH_HTB=m
77503 +CONFIG_NET_SCH_HFSC=m
77504 +CONFIG_NET_SCH_ATM=m
77505 +CONFIG_NET_SCH_PRIO=m
77506 +# CONFIG_NET_SCH_RR is not set
77507 +CONFIG_NET_SCH_RED=m
77508 +CONFIG_NET_SCH_SFQ=m
77509 +CONFIG_NET_SCH_TEQL=m
77510 +CONFIG_NET_SCH_TBF=m
77511 +CONFIG_NET_SCH_GRED=m
77512 +CONFIG_NET_SCH_DSMARK=m
77513 +CONFIG_NET_SCH_NETEM=m
77514 +
77515 +#
77516 +# Classification
77517 +#
77518 +CONFIG_NET_CLS=y
77519 +# CONFIG_NET_CLS_BASIC is not set
77520 +CONFIG_NET_CLS_TCINDEX=m
77521 +CONFIG_NET_CLS_ROUTE4=m
77522 +CONFIG_NET_CLS_ROUTE=y
77523 +CONFIG_NET_CLS_FW=m
77524 +CONFIG_NET_CLS_U32=m
77525 +# CONFIG_CLS_U32_PERF is not set
77526 +# CONFIG_CLS_U32_MARK is not set
77527 +CONFIG_NET_CLS_RSVP=m
77528 +CONFIG_NET_CLS_RSVP6=m
77529 +# CONFIG_NET_CLS_FLOW is not set
77530 +# CONFIG_NET_EMATCH is not set
77531 +# CONFIG_NET_CLS_ACT is not set
77532 +# CONFIG_NET_CLS_IND is not set
77533 +CONFIG_NET_SCH_FIFO=y
77534 +
77535 +#
77536 +# Network testing
77537 +#
77538 +CONFIG_NET_PKTGEN=m
77539 +# CONFIG_HAMRADIO is not set
77540 +# CONFIG_CAN is not set
77541 +# CONFIG_IRDA is not set
77542 +# CONFIG_BT is not set
77543 +# CONFIG_AF_RXRPC is not set
77544 +CONFIG_FIB_RULES=y
77545 +
77546 +#
77547 +# Wireless
77548 +#
77549 +# CONFIG_CFG80211 is not set
77550 +# CONFIG_WIRELESS_EXT is not set
77551 +# CONFIG_MAC80211 is not set
77552 +# CONFIG_IEEE80211 is not set
77553 +# CONFIG_RFKILL is not set
77554 +# CONFIG_NET_9P is not set
77555 +
77556 +#
77557 +# Device Drivers
77558 +#
77559 +
77560 +#
77561 +# Generic Driver Options
77562 +#
77563 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
77564 +CONFIG_STANDALONE=y
77565 +CONFIG_PREVENT_FIRMWARE_BUILD=y
77566 +# CONFIG_FW_LOADER is not set
77567 +# CONFIG_DEBUG_DRIVER is not set
77568 +# CONFIG_DEBUG_DEVRES is not set
77569 +# CONFIG_SYS_HYPERVISOR is not set
77570 +# CONFIG_CONNECTOR is not set
77571 +CONFIG_MTD=y
77572 +# CONFIG_MTD_DEBUG is not set
77573 +CONFIG_MTD_CONCAT=y
77574 +CONFIG_MTD_PARTITIONS=y
77575 +# CONFIG_MTD_REDBOOT_PARTS is not set
77576 +# CONFIG_MTD_CMDLINE_PARTS is not set
77577 +# CONFIG_MTD_OF_PARTS is not set
77578 +
77579 +#
77580 +# User Modules And Translation Layers
77581 +#
77582 +CONFIG_MTD_CHAR=y
77583 +CONFIG_MTD_BLKDEVS=y
77584 +CONFIG_MTD_BLOCK=y
77585 +# CONFIG_FTL is not set
77586 +# CONFIG_NFTL is not set
77587 +# CONFIG_INFTL is not set
77588 +# CONFIG_RFD_FTL is not set
77589 +# CONFIG_SSFDC is not set
77590 +# CONFIG_MTD_OOPS is not set
77591 +
77592 +#
77593 +# RAM/ROM/Flash chip drivers
77594 +#
77595 +CONFIG_MTD_CFI=y
77596 +# CONFIG_MTD_JEDECPROBE is not set
77597 +CONFIG_MTD_GEN_PROBE=y
77598 +CONFIG_MTD_CFI_ADV_OPTIONS=y
77599 +# CONFIG_MTD_CFI_NOSWAP is not set
77600 +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
77601 +CONFIG_MTD_CFI_LE_BYTE_SWAP=y
77602 +# CONFIG_MTD_CFI_GEOMETRY is not set
77603 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
77604 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
77605 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
77606 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
77607 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
77608 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
77609 +CONFIG_MTD_CFI_I1=y
77610 +CONFIG_MTD_CFI_I2=y
77611 +# CONFIG_MTD_CFI_I4 is not set
77612 +# CONFIG_MTD_CFI_I8 is not set
77613 +# CONFIG_MTD_OTP is not set
77614 +CONFIG_MTD_CFI_INTELEXT=y
77615 +# CONFIG_MTD_CFI_AMDSTD is not set
77616 +# CONFIG_MTD_CFI_STAA is not set
77617 +CONFIG_MTD_CFI_UTIL=y
77618 +# CONFIG_MTD_RAM is not set
77619 +# CONFIG_MTD_ROM is not set
77620 +# CONFIG_MTD_ABSENT is not set
77621 +
77622 +#
77623 +# Mapping drivers for chip access
77624 +#
77625 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
77626 +# CONFIG_MTD_PHYSMAP is not set
77627 +CONFIG_MTD_PHYSMAP_OF=y
77628 +# CONFIG_MTD_INTEL_VR_NOR is not set
77629 +# CONFIG_MTD_PLATRAM is not set
77630 +
77631 +#
77632 +# Self-contained MTD device drivers
77633 +#
77634 +# CONFIG_MTD_PMC551 is not set
77635 +# CONFIG_MTD_SLRAM is not set
77636 +# CONFIG_MTD_PHRAM is not set
77637 +# CONFIG_MTD_MTDRAM is not set
77638 +# CONFIG_MTD_BLOCK2MTD is not set
77639 +
77640 +#
77641 +# Disk-On-Chip Device Drivers
77642 +#
77643 +# CONFIG_MTD_DOC2000 is not set
77644 +# CONFIG_MTD_DOC2001 is not set
77645 +# CONFIG_MTD_DOC2001PLUS is not set
77646 +# CONFIG_MTD_NAND is not set
77647 +# CONFIG_MTD_ONENAND is not set
77648 +
77649 +#
77650 +# UBI - Unsorted block images
77651 +#
77652 +# CONFIG_MTD_UBI is not set
77653 +CONFIG_OF_DEVICE=y
77654 +# CONFIG_PARPORT is not set
77655 +CONFIG_BLK_DEV=y
77656 +# CONFIG_BLK_DEV_FD is not set
77657 +# CONFIG_BLK_CPQ_DA is not set
77658 +# CONFIG_BLK_CPQ_CISS_DA is not set
77659 +# CONFIG_BLK_DEV_DAC960 is not set
77660 +# CONFIG_BLK_DEV_UMEM is not set
77661 +# CONFIG_BLK_DEV_COW_COMMON is not set
77662 +CONFIG_BLK_DEV_LOOP=m
77663 +CONFIG_BLK_DEV_CRYPTOLOOP=m
77664 +CONFIG_BLK_DEV_NBD=m
77665 +# CONFIG_BLK_DEV_SX8 is not set
77666 +CONFIG_BLK_DEV_RAM=y
77667 +CONFIG_BLK_DEV_RAM_COUNT=16
77668 +CONFIG_BLK_DEV_RAM_SIZE=4096
77669 +# CONFIG_BLK_DEV_XIP is not set
77670 +# CONFIG_CDROM_PKTCDVD is not set
77671 +# CONFIG_ATA_OVER_ETH is not set
77672 +CONFIG_MISC_DEVICES=y
77673 +# CONFIG_PHANTOM is not set
77674 +# CONFIG_EEPROM_93CX6 is not set
77675 +# CONFIG_SGI_IOC4 is not set
77676 +# CONFIG_TIFM_CORE is not set
77677 +# CONFIG_ENCLOSURE_SERVICES is not set
77678 +CONFIG_HAVE_IDE=y
77679 +# CONFIG_IDE is not set
77680 +
77681 +#
77682 +# SCSI device support
77683 +#
77684 +# CONFIG_RAID_ATTRS is not set
77685 +# CONFIG_SCSI is not set
77686 +# CONFIG_SCSI_DMA is not set
77687 +# CONFIG_SCSI_NETLINK is not set
77688 +# CONFIG_ATA is not set
77689 +CONFIG_MD=y
77690 +CONFIG_BLK_DEV_MD=y
77691 +CONFIG_MD_LINEAR=y
77692 +CONFIG_MD_RAID0=y
77693 +CONFIG_MD_RAID1=y
77694 +CONFIG_MD_RAID10=y
77695 +# CONFIG_MD_RAID456 is not set
77696 +CONFIG_MD_MULTIPATH=y
77697 +CONFIG_MD_FAULTY=y
77698 +CONFIG_BLK_DEV_DM=y
77699 +# CONFIG_DM_DEBUG is not set
77700 +CONFIG_DM_CRYPT=y
77701 +CONFIG_DM_SNAPSHOT=y
77702 +CONFIG_DM_MIRROR=y
77703 +CONFIG_DM_ZERO=y
77704 +# CONFIG_DM_MULTIPATH is not set
77705 +# CONFIG_DM_DELAY is not set
77706 +# CONFIG_DM_UEVENT is not set
77707 +# CONFIG_FUSION is not set
77708 +
77709 +#
77710 +# IEEE 1394 (FireWire) support
77711 +#
77712 +# CONFIG_FIREWIRE is not set
77713 +# CONFIG_IEEE1394 is not set
77714 +# CONFIG_I2O is not set
77715 +# CONFIG_MACINTOSH_DRIVERS is not set
77716 +CONFIG_NETDEVICES=y
77717 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
77718 +CONFIG_DUMMY=m
77719 +CONFIG_BONDING=m
77720 +# CONFIG_MACVLAN is not set
77721 +# CONFIG_EQUALIZER is not set
77722 +CONFIG_TUN=m
77723 +# CONFIG_VETH is not set
77724 +# CONFIG_ARCNET is not set
77725 +CONFIG_PHYLIB=y
77726 +
77727 +#
77728 +# MII PHY device drivers
77729 +#
77730 +# CONFIG_MARVELL_PHY is not set
77731 +# CONFIG_DAVICOM_PHY is not set
77732 +# CONFIG_QSEMI_PHY is not set
77733 +# CONFIG_LXT_PHY is not set
77734 +# CONFIG_CICADA_PHY is not set
77735 +# CONFIG_VITESSE_PHY is not set
77736 +# CONFIG_SMSC_PHY is not set
77737 +CONFIG_BROADCOM_PHY=y
77738 +# CONFIG_ICPLUS_PHY is not set
77739 +# CONFIG_REALTEK_PHY is not set
77740 +# CONFIG_FIXED_PHY is not set
77741 +# CONFIG_MDIO_BITBANG is not set
77742 +CONFIG_NET_ETHERNET=y
77743 +CONFIG_MII=y
77744 +# CONFIG_HAPPYMEAL is not set
77745 +# CONFIG_SUNGEM is not set
77746 +# CONFIG_CASSINI is not set
77747 +# CONFIG_NET_VENDOR_3COM is not set
77748 +# CONFIG_NET_TULIP is not set
77749 +# CONFIG_HP100 is not set
77750 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
77751 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
77752 +# CONFIG_IBM_NEW_EMAC_TAH is not set
77753 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
77754 +# CONFIG_NET_PCI is not set
77755 +# CONFIG_B44 is not set
77756 +CONFIG_NETDEV_1000=y
77757 +# CONFIG_ACENIC is not set
77758 +# CONFIG_DL2K is not set
77759 +# CONFIG_E1000 is not set
77760 +# CONFIG_E1000E is not set
77761 +# CONFIG_E1000E_ENABLED is not set
77762 +# CONFIG_IP1000 is not set
77763 +# CONFIG_IGB is not set
77764 +# CONFIG_NS83820 is not set
77765 +# CONFIG_HAMACHI is not set
77766 +# CONFIG_YELLOWFIN is not set
77767 +# CONFIG_R8169 is not set
77768 +# CONFIG_SIS190 is not set
77769 +# CONFIG_SKGE is not set
77770 +# CONFIG_SKY2 is not set
77771 +# CONFIG_SK98LIN is not set
77772 +# CONFIG_VIA_VELOCITY is not set
77773 +# CONFIG_TIGON3 is not set
77774 +# CONFIG_BNX2 is not set
77775 +CONFIG_GIANFAR=y
77776 +# CONFIG_GFAR_NAPI is not set
77777 +# CONFIG_QLA3XXX is not set
77778 +# CONFIG_ATL1 is not set
77779 +# CONFIG_NETDEV_10000 is not set
77780 +# CONFIG_TR is not set
77781 +
77782 +#
77783 +# Wireless LAN
77784 +#
77785 +# CONFIG_WLAN_PRE80211 is not set
77786 +# CONFIG_WLAN_80211 is not set
77787 +# CONFIG_WAN is not set
77788 +CONFIG_ATM_DRIVERS=y
77789 +# CONFIG_ATM_DUMMY is not set
77790 +# CONFIG_ATM_TCP is not set
77791 +# CONFIG_ATM_LANAI is not set
77792 +# CONFIG_ATM_ENI is not set
77793 +# CONFIG_ATM_FIRESTREAM is not set
77794 +# CONFIG_ATM_ZATM is not set
77795 +# CONFIG_ATM_NICSTAR is not set
77796 +# CONFIG_ATM_IDT77252 is not set
77797 +# CONFIG_ATM_AMBASSADOR is not set
77798 +# CONFIG_ATM_HORIZON is not set
77799 +# CONFIG_ATM_IA is not set
77800 +# CONFIG_ATM_FORE200E_MAYBE is not set
77801 +# CONFIG_ATM_HE is not set
77802 +# CONFIG_FDDI is not set
77803 +# CONFIG_HIPPI is not set
77804 +CONFIG_PPP=m
77805 +CONFIG_PPP_MULTILINK=y
77806 +CONFIG_PPP_FILTER=y
77807 +CONFIG_PPP_ASYNC=m
77808 +CONFIG_PPP_SYNC_TTY=m
77809 +CONFIG_PPP_DEFLATE=m
77810 +CONFIG_PPP_BSDCOMP=m
77811 +# CONFIG_PPP_MPPE is not set
77812 +CONFIG_PPPOE=m
77813 +CONFIG_PPPOATM=m
77814 +# CONFIG_PPPOL2TP is not set
77815 +CONFIG_SLIP=m
77816 +CONFIG_SLIP_COMPRESSED=y
77817 +CONFIG_SLHC=m
77818 +CONFIG_SLIP_SMART=y
77819 +CONFIG_SLIP_MODE_SLIP6=y
77820 +CONFIG_NETCONSOLE=y
77821 +# CONFIG_NETCONSOLE_DYNAMIC is not set
77822 +CONFIG_NETPOLL=y
77823 +CONFIG_NETPOLL_TRAP=y
77824 +CONFIG_NET_POLL_CONTROLLER=y
77825 +# CONFIG_ISDN is not set
77826 +# CONFIG_PHONE is not set
77827 +
77828 +#
77829 +# Input device support
77830 +#
77831 +CONFIG_INPUT=y
77832 +# CONFIG_INPUT_FF_MEMLESS is not set
77833 +# CONFIG_INPUT_POLLDEV is not set
77834 +
77835 +#
77836 +# Userland interfaces
77837 +#
77838 +CONFIG_INPUT_MOUSEDEV=y
77839 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
77840 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
77841 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
77842 +# CONFIG_INPUT_JOYDEV is not set
77843 +# CONFIG_INPUT_EVDEV is not set
77844 +# CONFIG_INPUT_EVBUG is not set
77845 +
77846 +#
77847 +# Input Device Drivers
77848 +#
77849 +# CONFIG_INPUT_KEYBOARD is not set
77850 +# CONFIG_INPUT_MOUSE is not set
77851 +# CONFIG_INPUT_JOYSTICK is not set
77852 +# CONFIG_INPUT_TABLET is not set
77853 +# CONFIG_INPUT_TOUCHSCREEN is not set
77854 +# CONFIG_INPUT_MISC is not set
77855 +
77856 +#
77857 +# Hardware I/O ports
77858 +#
77859 +# CONFIG_SERIO is not set
77860 +# CONFIG_GAMEPORT is not set
77861 +
77862 +#
77863 +# Character devices
77864 +#
77865 +CONFIG_VT=y
77866 +CONFIG_VT_CONSOLE=y
77867 +CONFIG_HW_CONSOLE=y
77868 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
77869 +# CONFIG_SERIAL_NONSTANDARD is not set
77870 +# CONFIG_NOZOMI is not set
77871 +
77872 +#
77873 +# Serial drivers
77874 +#
77875 +CONFIG_SERIAL_8250=y
77876 +CONFIG_SERIAL_8250_CONSOLE=y
77877 +# CONFIG_SERIAL_8250_PCI is not set
77878 +CONFIG_SERIAL_8250_NR_UARTS=2
77879 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
77880 +# CONFIG_SERIAL_8250_EXTENDED is not set
77881 +
77882 +#
77883 +# Non-8250 serial port support
77884 +#
77885 +# CONFIG_SERIAL_UARTLITE is not set
77886 +CONFIG_SERIAL_CORE=y
77887 +CONFIG_SERIAL_CORE_CONSOLE=y
77888 +# CONFIG_SERIAL_JSM is not set
77889 +# CONFIG_SERIAL_OF_PLATFORM is not set
77890 +CONFIG_UNIX98_PTYS=y
77891 +CONFIG_LEGACY_PTYS=y
77892 +CONFIG_LEGACY_PTY_COUNT=256
77893 +# CONFIG_IPMI_HANDLER is not set
77894 +CONFIG_HW_RANDOM=m
77895 +# CONFIG_NVRAM is not set
77896 +# CONFIG_GEN_RTC is not set
77897 +# CONFIG_R3964 is not set
77898 +# CONFIG_APPLICOM is not set
77899 +# CONFIG_RAW_DRIVER is not set
77900 +# CONFIG_TCG_TPM is not set
77901 +CONFIG_DEVPORT=y
77902 +CONFIG_I2C=y
77903 +CONFIG_I2C_BOARDINFO=y
77904 +CONFIG_I2C_CHARDEV=y
77905 +
77906 +#
77907 +# I2C Algorithms
77908 +#
77909 +# CONFIG_I2C_ALGOBIT is not set
77910 +# CONFIG_I2C_ALGOPCF is not set
77911 +# CONFIG_I2C_ALGOPCA is not set
77912 +
77913 +#
77914 +# I2C Hardware Bus support
77915 +#
77916 +# CONFIG_I2C_ALI1535 is not set
77917 +# CONFIG_I2C_ALI1563 is not set
77918 +# CONFIG_I2C_ALI15X3 is not set
77919 +# CONFIG_I2C_AMD756 is not set
77920 +# CONFIG_I2C_AMD8111 is not set
77921 +# CONFIG_I2C_I801 is not set
77922 +# CONFIG_I2C_I810 is not set
77923 +# CONFIG_I2C_PIIX4 is not set
77924 +CONFIG_I2C_MPC=y
77925 +# CONFIG_I2C_NFORCE2 is not set
77926 +# CONFIG_I2C_OCORES is not set
77927 +# CONFIG_I2C_PARPORT_LIGHT is not set
77928 +# CONFIG_I2C_PROSAVAGE is not set
77929 +# CONFIG_I2C_SAVAGE4 is not set
77930 +# CONFIG_I2C_SIMTEC is not set
77931 +# CONFIG_I2C_SIS5595 is not set
77932 +# CONFIG_I2C_SIS630 is not set
77933 +# CONFIG_I2C_SIS96X is not set
77934 +# CONFIG_I2C_TAOS_EVM is not set
77935 +# CONFIG_I2C_STUB is not set
77936 +# CONFIG_I2C_VIA is not set
77937 +# CONFIG_I2C_VIAPRO is not set
77938 +# CONFIG_I2C_VOODOO3 is not set
77939 +
77940 +#
77941 +# Miscellaneous I2C Chip support
77942 +#
77943 +# CONFIG_DS1682 is not set
77944 +# CONFIG_SENSORS_EEPROM is not set
77945 +# CONFIG_SENSORS_PCF8574 is not set
77946 +# CONFIG_PCF8575 is not set
77947 +# CONFIG_SENSORS_PCF8591 is not set
77948 +# CONFIG_TPS65010 is not set
77949 +# CONFIG_SENSORS_MAX6875 is not set
77950 +# CONFIG_SENSORS_TSL2550 is not set
77951 +# CONFIG_I2C_DEBUG_CORE is not set
77952 +# CONFIG_I2C_DEBUG_ALGO is not set
77953 +# CONFIG_I2C_DEBUG_BUS is not set
77954 +# CONFIG_I2C_DEBUG_CHIP is not set
77955 +
77956 +#
77957 +# SPI support
77958 +#
77959 +# CONFIG_SPI is not set
77960 +# CONFIG_SPI_MASTER is not set
77961 +# CONFIG_W1 is not set
77962 +# CONFIG_POWER_SUPPLY is not set
77963 +CONFIG_HWMON=y
77964 +# CONFIG_HWMON_VID is not set
77965 +# CONFIG_SENSORS_AD7418 is not set
77966 +# CONFIG_SENSORS_ADM1021 is not set
77967 +# CONFIG_SENSORS_ADM1025 is not set
77968 +# CONFIG_SENSORS_ADM1026 is not set
77969 +# CONFIG_SENSORS_ADM1029 is not set
77970 +# CONFIG_SENSORS_ADM1031 is not set
77971 +# CONFIG_SENSORS_ADM9240 is not set
77972 +# CONFIG_SENSORS_ADT7470 is not set
77973 +# CONFIG_SENSORS_ADT7473 is not set
77974 +# CONFIG_SENSORS_ATXP1 is not set
77975 +# CONFIG_SENSORS_DS1621 is not set
77976 +# CONFIG_SENSORS_I5K_AMB is not set
77977 +# CONFIG_SENSORS_F71805F is not set
77978 +# CONFIG_SENSORS_F71882FG is not set
77979 +# CONFIG_SENSORS_F75375S is not set
77980 +# CONFIG_SENSORS_GL518SM is not set
77981 +# CONFIG_SENSORS_GL520SM is not set
77982 +# CONFIG_SENSORS_IT87 is not set
77983 +# CONFIG_SENSORS_LM63 is not set
77984 +# CONFIG_SENSORS_LM75 is not set
77985 +# CONFIG_SENSORS_LM77 is not set
77986 +# CONFIG_SENSORS_LM78 is not set
77987 +# CONFIG_SENSORS_LM80 is not set
77988 +# CONFIG_SENSORS_LM83 is not set
77989 +# CONFIG_SENSORS_LM85 is not set
77990 +# CONFIG_SENSORS_LM87 is not set
77991 +# CONFIG_SENSORS_LM90 is not set
77992 +# CONFIG_SENSORS_LM92 is not set
77993 +# CONFIG_SENSORS_LM93 is not set
77994 +# CONFIG_SENSORS_MAX1619 is not set
77995 +# CONFIG_SENSORS_MAX6650 is not set
77996 +# CONFIG_SENSORS_PC87360 is not set
77997 +# CONFIG_SENSORS_PC87427 is not set
77998 +# CONFIG_SENSORS_SIS5595 is not set
77999 +# CONFIG_SENSORS_DME1737 is not set
78000 +# CONFIG_SENSORS_SMSC47M1 is not set
78001 +# CONFIG_SENSORS_SMSC47M192 is not set
78002 +# CONFIG_SENSORS_SMSC47B397 is not set
78003 +# CONFIG_SENSORS_ADS7828 is not set
78004 +# CONFIG_SENSORS_THMC50 is not set
78005 +# CONFIG_SENSORS_VIA686A is not set
78006 +# CONFIG_SENSORS_VT1211 is not set
78007 +# CONFIG_SENSORS_VT8231 is not set
78008 +# CONFIG_SENSORS_W83781D is not set
78009 +# CONFIG_SENSORS_W83791D is not set
78010 +# CONFIG_SENSORS_W83792D is not set
78011 +# CONFIG_SENSORS_W83793 is not set
78012 +# CONFIG_SENSORS_W83L785TS is not set
78013 +# CONFIG_SENSORS_W83L786NG is not set
78014 +# CONFIG_SENSORS_W83627HF is not set
78015 +# CONFIG_SENSORS_W83627EHF is not set
78016 +# CONFIG_HWMON_DEBUG_CHIP is not set
78017 +# CONFIG_THERMAL is not set
78018 +CONFIG_WATCHDOG=y
78019 +# CONFIG_WATCHDOG_NOWAYOUT is not set
78020 +
78021 +#
78022 +# Watchdog Device Drivers
78023 +#
78024 +CONFIG_SOFT_WATCHDOG=m
78025 +
78026 +#
78027 +# PCI-based Watchdog Cards
78028 +#
78029 +# CONFIG_PCIPCWATCHDOG is not set
78030 +# CONFIG_WDTPCI is not set
78031 +
78032 +#
78033 +# Sonics Silicon Backplane
78034 +#
78035 +CONFIG_SSB_POSSIBLE=y
78036 +# CONFIG_SSB is not set
78037 +
78038 +#
78039 +# Multifunction device drivers
78040 +#
78041 +# CONFIG_MFD_SM501 is not set
78042 +
78043 +#
78044 +# Multimedia devices
78045 +#
78046 +# CONFIG_VIDEO_DEV is not set
78047 +# CONFIG_DVB_CORE is not set
78048 +CONFIG_DAB=y
78049 +
78050 +#
78051 +# Graphics support
78052 +#
78053 +# CONFIG_AGP is not set
78054 +# CONFIG_DRM is not set
78055 +# CONFIG_VGASTATE is not set
78056 +CONFIG_VIDEO_OUTPUT_CONTROL=m
78057 +# CONFIG_FB is not set
78058 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
78059 +
78060 +#
78061 +# Display device support
78062 +#
78063 +# CONFIG_DISPLAY_SUPPORT is not set
78064 +
78065 +#
78066 +# Console display driver support
78067 +#
78068 +CONFIG_VGA_CONSOLE=y
78069 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
78070 +CONFIG_DUMMY_CONSOLE=y
78071 +
78072 +#
78073 +# Sound
78074 +#
78075 +# CONFIG_SOUND is not set
78076 +CONFIG_HID_SUPPORT=y
78077 +CONFIG_HID=y
78078 +# CONFIG_HID_DEBUG is not set
78079 +# CONFIG_HIDRAW is not set
78080 +CONFIG_USB_SUPPORT=y
78081 +CONFIG_USB_ARCH_HAS_HCD=y
78082 +CONFIG_USB_ARCH_HAS_OHCI=y
78083 +CONFIG_USB_ARCH_HAS_EHCI=y
78084 +# CONFIG_USB is not set
78085 +
78086 +#
78087 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
78088 +#
78089 +# CONFIG_USB_GADGET is not set
78090 +# CONFIG_MMC is not set
78091 +# CONFIG_MEMSTICK is not set
78092 +# CONFIG_NEW_LEDS is not set
78093 +# CONFIG_INFINIBAND is not set
78094 +# CONFIG_EDAC is not set
78095 +# CONFIG_RTC_CLASS is not set
78096 +# CONFIG_DMADEVICES is not set
78097 +
78098 +#
78099 +# Userspace I/O
78100 +#
78101 +# CONFIG_UIO is not set
78102 +
78103 +#
78104 +# File systems
78105 +#
78106 +CONFIG_EXT2_FS=y
78107 +CONFIG_EXT2_FS_XATTR=y
78108 +CONFIG_EXT2_FS_POSIX_ACL=y
78109 +# CONFIG_EXT2_FS_SECURITY is not set
78110 +# CONFIG_EXT2_FS_XIP is not set
78111 +CONFIG_EXT3_FS=y
78112 +CONFIG_EXT3_FS_XATTR=y
78113 +CONFIG_EXT3_FS_POSIX_ACL=y
78114 +# CONFIG_EXT3_FS_SECURITY is not set
78115 +# CONFIG_EXT4DEV_FS is not set
78116 +CONFIG_JBD=y
78117 +# CONFIG_JBD_DEBUG is not set
78118 +CONFIG_FS_MBCACHE=y
78119 +CONFIG_REISERFS_FS=m
78120 +# CONFIG_REISERFS_CHECK is not set
78121 +# CONFIG_REISERFS_PROC_INFO is not set
78122 +CONFIG_REISERFS_FS_XATTR=y
78123 +CONFIG_REISERFS_FS_POSIX_ACL=y
78124 +# CONFIG_REISERFS_FS_SECURITY is not set
78125 +# CONFIG_JFS_FS is not set
78126 +CONFIG_FS_POSIX_ACL=y
78127 +# CONFIG_XFS_FS is not set
78128 +# CONFIG_GFS2_FS is not set
78129 +CONFIG_OCFS2_FS=m
78130 +CONFIG_OCFS2_DEBUG_MASKLOG=y
78131 +# CONFIG_OCFS2_DEBUG_FS is not set
78132 +CONFIG_DNOTIFY=y
78133 +CONFIG_INOTIFY=y
78134 +CONFIG_INOTIFY_USER=y
78135 +# CONFIG_QUOTA is not set
78136 +CONFIG_AUTOFS_FS=m
78137 +CONFIG_AUTOFS4_FS=m
78138 +# CONFIG_FUSE_FS is not set
78139 +
78140 +#
78141 +# CD-ROM/DVD Filesystems
78142 +#
78143 +# CONFIG_ISO9660_FS is not set
78144 +# CONFIG_UDF_FS is not set
78145 +
78146 +#
78147 +# DOS/FAT/NT Filesystems
78148 +#
78149 +# CONFIG_MSDOS_FS is not set
78150 +# CONFIG_VFAT_FS is not set
78151 +# CONFIG_NTFS_FS is not set
78152 +
78153 +#
78154 +# Pseudo filesystems
78155 +#
78156 +CONFIG_PROC_FS=y
78157 +CONFIG_PROC_KCORE=y
78158 +CONFIG_PROC_SYSCTL=y
78159 +CONFIG_SYSFS=y
78160 +CONFIG_TMPFS=y
78161 +# CONFIG_TMPFS_POSIX_ACL is not set
78162 +# CONFIG_HUGETLB_PAGE is not set
78163 +CONFIG_CONFIGFS_FS=m
78164 +
78165 +#
78166 +# Miscellaneous filesystems
78167 +#
78168 +# CONFIG_ADFS_FS is not set
78169 +# CONFIG_AFFS_FS is not set
78170 +# CONFIG_HFS_FS is not set
78171 +# CONFIG_HFSPLUS_FS is not set
78172 +# CONFIG_BEFS_FS is not set
78173 +# CONFIG_BFS_FS is not set
78174 +# CONFIG_EFS_FS is not set
78175 +# CONFIG_JFFS2_FS is not set
78176 +# CONFIG_CRAMFS is not set
78177 +# CONFIG_VXFS_FS is not set
78178 +CONFIG_MINIX_FS=m
78179 +# CONFIG_HPFS_FS is not set
78180 +# CONFIG_QNX4FS_FS is not set
78181 +CONFIG_ROMFS_FS=m
78182 +# CONFIG_SYSV_FS is not set
78183 +# CONFIG_UFS_FS is not set
78184 +CONFIG_NETWORK_FILESYSTEMS=y
78185 +CONFIG_NFS_FS=y
78186 +CONFIG_NFS_V3=y
78187 +# CONFIG_NFS_V3_ACL is not set
78188 +CONFIG_NFS_V4=y
78189 +CONFIG_NFS_DIRECTIO=y
78190 +# CONFIG_NFSD is not set
78191 +CONFIG_ROOT_NFS=y
78192 +CONFIG_LOCKD=y
78193 +CONFIG_LOCKD_V4=y
78194 +CONFIG_NFS_COMMON=y
78195 +CONFIG_SUNRPC=y
78196 +CONFIG_SUNRPC_GSS=y
78197 +# CONFIG_SUNRPC_BIND34 is not set
78198 +CONFIG_RPCSEC_GSS_KRB5=y
78199 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
78200 +CONFIG_SMB_FS=m
78201 +CONFIG_SMB_NLS_DEFAULT=y
78202 +CONFIG_SMB_NLS_REMOTE="cp437"
78203 +CONFIG_CIFS=m
78204 +# CONFIG_CIFS_STATS is not set
78205 +# CONFIG_CIFS_WEAK_PW_HASH is not set
78206 +CONFIG_CIFS_XATTR=y
78207 +CONFIG_CIFS_POSIX=y
78208 +# CONFIG_CIFS_DEBUG2 is not set
78209 +# CONFIG_CIFS_EXPERIMENTAL is not set
78210 +# CONFIG_NCP_FS is not set
78211 +# CONFIG_CODA_FS is not set
78212 +# CONFIG_AFS_FS is not set
78213 +
78214 +#
78215 +# Partition Types
78216 +#
78217 +# CONFIG_PARTITION_ADVANCED is not set
78218 +CONFIG_MSDOS_PARTITION=y
78219 +CONFIG_NLS=m
78220 +CONFIG_NLS_DEFAULT="iso8859-1"
78221 +CONFIG_NLS_CODEPAGE_437=m
78222 +CONFIG_NLS_CODEPAGE_737=m
78223 +CONFIG_NLS_CODEPAGE_775=m
78224 +CONFIG_NLS_CODEPAGE_850=m
78225 +CONFIG_NLS_CODEPAGE_852=m
78226 +CONFIG_NLS_CODEPAGE_855=m
78227 +CONFIG_NLS_CODEPAGE_857=m
78228 +CONFIG_NLS_CODEPAGE_860=m
78229 +CONFIG_NLS_CODEPAGE_861=m
78230 +CONFIG_NLS_CODEPAGE_862=m
78231 +CONFIG_NLS_CODEPAGE_863=m
78232 +CONFIG_NLS_CODEPAGE_864=m
78233 +CONFIG_NLS_CODEPAGE_865=m
78234 +CONFIG_NLS_CODEPAGE_866=m
78235 +CONFIG_NLS_CODEPAGE_869=m
78236 +CONFIG_NLS_CODEPAGE_936=m
78237 +CONFIG_NLS_CODEPAGE_950=m
78238 +CONFIG_NLS_CODEPAGE_932=m
78239 +CONFIG_NLS_CODEPAGE_949=m
78240 +CONFIG_NLS_CODEPAGE_874=m
78241 +CONFIG_NLS_ISO8859_8=m
78242 +CONFIG_NLS_CODEPAGE_1250=m
78243 +CONFIG_NLS_CODEPAGE_1251=m
78244 +CONFIG_NLS_ASCII=m
78245 +CONFIG_NLS_ISO8859_1=m
78246 +CONFIG_NLS_ISO8859_2=m
78247 +CONFIG_NLS_ISO8859_3=m
78248 +CONFIG_NLS_ISO8859_4=m
78249 +CONFIG_NLS_ISO8859_5=m
78250 +CONFIG_NLS_ISO8859_6=m
78251 +CONFIG_NLS_ISO8859_7=m
78252 +CONFIG_NLS_ISO8859_9=m
78253 +CONFIG_NLS_ISO8859_13=m
78254 +CONFIG_NLS_ISO8859_14=m
78255 +CONFIG_NLS_ISO8859_15=m
78256 +CONFIG_NLS_KOI8_R=m
78257 +CONFIG_NLS_KOI8_U=m
78258 +CONFIG_NLS_UTF8=m
78259 +# CONFIG_DLM is not set
78260 +
78261 +#
78262 +# Library routines
78263 +#
78264 +CONFIG_BITREVERSE=y
78265 +CONFIG_CRC_CCITT=m
78266 +# CONFIG_CRC16 is not set
78267 +# CONFIG_CRC_ITU_T is not set
78268 +CONFIG_CRC32=y
78269 +# CONFIG_CRC7 is not set
78270 +CONFIG_LIBCRC32C=m
78271 +CONFIG_ZLIB_INFLATE=m
78272 +CONFIG_ZLIB_DEFLATE=m
78273 +CONFIG_PLIST=y
78274 +CONFIG_HAS_IOMEM=y
78275 +CONFIG_HAS_IOPORT=y
78276 +CONFIG_HAS_DMA=y
78277 +CONFIG_HAVE_LMB=y
78278 +
78279 +#
78280 +# Kernel hacking
78281 +#
78282 +# CONFIG_PRINTK_TIME is not set
78283 +CONFIG_ENABLE_WARN_DEPRECATED=y
78284 +CONFIG_ENABLE_MUST_CHECK=y
78285 +CONFIG_MAGIC_SYSRQ=y
78286 +# CONFIG_UNUSED_SYMBOLS is not set
78287 +CONFIG_DEBUG_FS=y
78288 +# CONFIG_HEADERS_CHECK is not set
78289 +CONFIG_DEBUG_KERNEL=y
78290 +# CONFIG_DEBUG_SHIRQ is not set
78291 +CONFIG_DETECT_SOFTLOCKUP=y
78292 +CONFIG_SCHED_DEBUG=y
78293 +# CONFIG_SCHEDSTATS is not set
78294 +# CONFIG_TIMER_STATS is not set
78295 +# CONFIG_DEBUG_SLAB is not set
78296 +# CONFIG_DEBUG_RT_MUTEXES is not set
78297 +# CONFIG_RT_MUTEX_TESTER is not set
78298 +# CONFIG_DEBUG_SPINLOCK is not set
78299 +# CONFIG_DEBUG_MUTEXES is not set
78300 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
78301 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
78302 +# CONFIG_DEBUG_KOBJECT is not set
78303 +# CONFIG_DEBUG_BUGVERBOSE is not set
78304 +CONFIG_DEBUG_INFO=y
78305 +# CONFIG_DEBUG_VM is not set
78306 +# CONFIG_DEBUG_LIST is not set
78307 +# CONFIG_DEBUG_SG is not set
78308 +# CONFIG_BOOT_PRINTK_DELAY is not set
78309 +# CONFIG_RCU_TORTURE_TEST is not set
78310 +# CONFIG_BACKTRACE_SELF_TEST is not set
78311 +# CONFIG_FAULT_INJECTION is not set
78312 +# CONFIG_SAMPLES is not set
78313 +# CONFIG_DEBUG_STACKOVERFLOW is not set
78314 +# CONFIG_DEBUG_STACK_USAGE is not set
78315 +# CONFIG_DEBUG_PAGEALLOC is not set
78316 +CONFIG_DEBUGGER=y
78317 +# CONFIG_XMON is not set
78318 +# CONFIG_VIRQ_DEBUG is not set
78319 +# CONFIG_BDI_SWITCH is not set
78320 +# CONFIG_PPC_EARLY_DEBUG is not set
78321 +
78322 +#
78323 +# Security options
78324 +#
78325 +# CONFIG_KEYS is not set
78326 +CONFIG_SECURITY=y
78327 +CONFIG_SECURITY_NETWORK=y
78328 +# CONFIG_SECURITY_NETWORK_XFRM is not set
78329 +CONFIG_SECURITY_CAPABILITIES=y
78330 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
78331 +CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
78332 +CONFIG_CRYPTO=y
78333 +CONFIG_CRYPTO_ALGAPI=y
78334 +CONFIG_CRYPTO_AEAD=m
78335 +CONFIG_CRYPTO_BLKCIPHER=y
78336 +# CONFIG_CRYPTO_SEQIV is not set
78337 +CONFIG_CRYPTO_HASH=y
78338 +CONFIG_CRYPTO_MANAGER=y
78339 +CONFIG_CRYPTO_HMAC=y
78340 +# CONFIG_CRYPTO_XCBC is not set
78341 +CONFIG_CRYPTO_NULL=m
78342 +CONFIG_CRYPTO_MD4=m
78343 +CONFIG_CRYPTO_MD5=y
78344 +CONFIG_CRYPTO_SHA1=m
78345 +CONFIG_CRYPTO_SHA256=m
78346 +CONFIG_CRYPTO_SHA512=m
78347 +CONFIG_CRYPTO_WP512=m
78348 +# CONFIG_CRYPTO_TGR192 is not set
78349 +# CONFIG_CRYPTO_GF128MUL is not set
78350 +CONFIG_CRYPTO_ECB=m
78351 +CONFIG_CRYPTO_CBC=y
78352 +CONFIG_CRYPTO_PCBC=m
78353 +# CONFIG_CRYPTO_LRW is not set
78354 +# CONFIG_CRYPTO_XTS is not set
78355 +# CONFIG_CRYPTO_CTR is not set
78356 +# CONFIG_CRYPTO_GCM is not set
78357 +# CONFIG_CRYPTO_CCM is not set
78358 +# CONFIG_CRYPTO_CRYPTD is not set
78359 +CONFIG_CRYPTO_DES=y
78360 +# CONFIG_CRYPTO_FCRYPT is not set
78361 +CONFIG_CRYPTO_BLOWFISH=m
78362 +CONFIG_CRYPTO_TWOFISH=m
78363 +CONFIG_CRYPTO_TWOFISH_COMMON=m
78364 +CONFIG_CRYPTO_SERPENT=m
78365 +CONFIG_CRYPTO_AES=m
78366 +CONFIG_CRYPTO_CAST5=m
78367 +CONFIG_CRYPTO_CAST6=m
78368 +CONFIG_CRYPTO_TEA=m
78369 +CONFIG_CRYPTO_ARC4=m
78370 +CONFIG_CRYPTO_KHAZAD=m
78371 +CONFIG_CRYPTO_ANUBIS=m
78372 +# CONFIG_CRYPTO_SEED is not set
78373 +# CONFIG_CRYPTO_SALSA20 is not set
78374 +CONFIG_CRYPTO_DEFLATE=m
78375 +CONFIG_CRYPTO_MICHAEL_MIC=m
78376 +CONFIG_CRYPTO_CRC32C=m
78377 +# CONFIG_CRYPTO_CAMELLIA is not set
78378 +CONFIG_CRYPTO_TEST=m
78379 +CONFIG_CRYPTO_AUTHENC=m
78380 +# CONFIG_CRYPTO_LZO is not set
78381 +CONFIG_CRYPTO_HW=y
78382 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
78383 +# CONFIG_PPC_CLOCK is not set
78384 --- a/arch/powerpc/configs/sequoia_defconfig
78385 +++ /dev/null
78386 @@ -1,916 +0,0 @@
78387 -#
78388 -# Automatically generated make config: don't edit
78389 -# Linux kernel version: 2.6.25-rc2
78390 -# Fri Feb 15 21:53:46 2008
78391 -#
78392 -# CONFIG_PPC64 is not set
78393 -
78394 -#
78395 -# Processor support
78396 -#
78397 -# CONFIG_6xx is not set
78398 -# CONFIG_PPC_85xx is not set
78399 -# CONFIG_PPC_8xx is not set
78400 -# CONFIG_40x is not set
78401 -CONFIG_44x=y
78402 -# CONFIG_E200 is not set
78403 -CONFIG_PPC_FPU=y
78404 -CONFIG_4xx=y
78405 -CONFIG_BOOKE=y
78406 -CONFIG_PTE_64BIT=y
78407 -CONFIG_PHYS_64BIT=y
78408 -# CONFIG_PPC_MM_SLICES is not set
78409 -CONFIG_NOT_COHERENT_CACHE=y
78410 -CONFIG_PPC32=y
78411 -CONFIG_WORD_SIZE=32
78412 -CONFIG_PPC_MERGE=y
78413 -CONFIG_MMU=y
78414 -CONFIG_GENERIC_CMOS_UPDATE=y
78415 -CONFIG_GENERIC_TIME=y
78416 -CONFIG_GENERIC_TIME_VSYSCALL=y
78417 -CONFIG_GENERIC_CLOCKEVENTS=y
78418 -CONFIG_GENERIC_HARDIRQS=y
78419 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
78420 -CONFIG_IRQ_PER_CPU=y
78421 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
78422 -CONFIG_ARCH_HAS_ILOG2_U32=y
78423 -CONFIG_GENERIC_HWEIGHT=y
78424 -CONFIG_GENERIC_CALIBRATE_DELAY=y
78425 -CONFIG_GENERIC_FIND_NEXT_BIT=y
78426 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
78427 -CONFIG_PPC=y
78428 -CONFIG_EARLY_PRINTK=y
78429 -CONFIG_GENERIC_NVRAM=y
78430 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
78431 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
78432 -CONFIG_PPC_OF=y
78433 -CONFIG_OF=y
78434 -CONFIG_PPC_UDBG_16550=y
78435 -# CONFIG_GENERIC_TBSYNC is not set
78436 -CONFIG_AUDIT_ARCH=y
78437 -CONFIG_GENERIC_BUG=y
78438 -# CONFIG_DEFAULT_UIMAGE is not set
78439 -CONFIG_PPC_DCR_NATIVE=y
78440 -# CONFIG_PPC_DCR_MMIO is not set
78441 -CONFIG_PPC_DCR=y
78442 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
78443 -
78444 -#
78445 -# General setup
78446 -#
78447 -CONFIG_EXPERIMENTAL=y
78448 -CONFIG_BROKEN_ON_SMP=y
78449 -CONFIG_INIT_ENV_ARG_LIMIT=32
78450 -CONFIG_LOCALVERSION=""
78451 -CONFIG_LOCALVERSION_AUTO=y
78452 -CONFIG_SWAP=y
78453 -CONFIG_SYSVIPC=y
78454 -CONFIG_SYSVIPC_SYSCTL=y
78455 -CONFIG_POSIX_MQUEUE=y
78456 -# CONFIG_BSD_PROCESS_ACCT is not set
78457 -# CONFIG_TASKSTATS is not set
78458 -# CONFIG_AUDIT is not set
78459 -# CONFIG_IKCONFIG is not set
78460 -CONFIG_LOG_BUF_SHIFT=14
78461 -# CONFIG_CGROUPS is not set
78462 -CONFIG_GROUP_SCHED=y
78463 -# CONFIG_FAIR_GROUP_SCHED is not set
78464 -# CONFIG_RT_GROUP_SCHED is not set
78465 -CONFIG_USER_SCHED=y
78466 -# CONFIG_CGROUP_SCHED is not set
78467 -CONFIG_SYSFS_DEPRECATED=y
78468 -# CONFIG_RELAY is not set
78469 -# CONFIG_NAMESPACES is not set
78470 -CONFIG_BLK_DEV_INITRD=y
78471 -CONFIG_INITRAMFS_SOURCE=""
78472 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
78473 -CONFIG_SYSCTL=y
78474 -CONFIG_EMBEDDED=y
78475 -CONFIG_SYSCTL_SYSCALL=y
78476 -CONFIG_KALLSYMS=y
78477 -# CONFIG_KALLSYMS_ALL is not set
78478 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
78479 -CONFIG_HOTPLUG=y
78480 -CONFIG_PRINTK=y
78481 -CONFIG_BUG=y
78482 -CONFIG_ELF_CORE=y
78483 -CONFIG_COMPAT_BRK=y
78484 -CONFIG_BASE_FULL=y
78485 -CONFIG_FUTEX=y
78486 -CONFIG_ANON_INODES=y
78487 -CONFIG_EPOLL=y
78488 -CONFIG_SIGNALFD=y
78489 -CONFIG_TIMERFD=y
78490 -CONFIG_EVENTFD=y
78491 -CONFIG_SHMEM=y
78492 -CONFIG_VM_EVENT_COUNTERS=y
78493 -CONFIG_SLUB_DEBUG=y
78494 -# CONFIG_SLAB is not set
78495 -CONFIG_SLUB=y
78496 -# CONFIG_SLOB is not set
78497 -# CONFIG_PROFILING is not set
78498 -# CONFIG_MARKERS is not set
78499 -CONFIG_HAVE_OPROFILE=y
78500 -# CONFIG_KPROBES is not set
78501 -CONFIG_HAVE_KPROBES=y
78502 -CONFIG_PROC_PAGE_MONITOR=y
78503 -CONFIG_SLABINFO=y
78504 -CONFIG_RT_MUTEXES=y
78505 -# CONFIG_TINY_SHMEM is not set
78506 -CONFIG_BASE_SMALL=0
78507 -CONFIG_MODULES=y
78508 -CONFIG_MODULE_UNLOAD=y
78509 -# CONFIG_MODULE_FORCE_UNLOAD is not set
78510 -# CONFIG_MODVERSIONS is not set
78511 -# CONFIG_MODULE_SRCVERSION_ALL is not set
78512 -CONFIG_KMOD=y
78513 -CONFIG_BLOCK=y
78514 -CONFIG_LBD=y
78515 -# CONFIG_BLK_DEV_IO_TRACE is not set
78516 -# CONFIG_LSF is not set
78517 -# CONFIG_BLK_DEV_BSG is not set
78518 -
78519 -#
78520 -# IO Schedulers
78521 -#
78522 -CONFIG_IOSCHED_NOOP=y
78523 -CONFIG_IOSCHED_AS=y
78524 -CONFIG_IOSCHED_DEADLINE=y
78525 -CONFIG_IOSCHED_CFQ=y
78526 -CONFIG_DEFAULT_AS=y
78527 -# CONFIG_DEFAULT_DEADLINE is not set
78528 -# CONFIG_DEFAULT_CFQ is not set
78529 -# CONFIG_DEFAULT_NOOP is not set
78530 -CONFIG_DEFAULT_IOSCHED="anticipatory"
78531 -CONFIG_CLASSIC_RCU=y
78532 -# CONFIG_PREEMPT_RCU is not set
78533 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
78534 -
78535 -#
78536 -# Platform support
78537 -#
78538 -# CONFIG_PPC_MPC512x is not set
78539 -# CONFIG_PPC_MPC5121 is not set
78540 -# CONFIG_PPC_CELL is not set
78541 -# CONFIG_PPC_CELL_NATIVE is not set
78542 -# CONFIG_PQ2ADS is not set
78543 -# CONFIG_BAMBOO is not set
78544 -# CONFIG_EBONY is not set
78545 -CONFIG_SEQUOIA=y
78546 -# CONFIG_TAISHAN is not set
78547 -# CONFIG_KATMAI is not set
78548 -# CONFIG_RAINIER is not set
78549 -# CONFIG_WARP is not set
78550 -CONFIG_440EPX=y
78551 -# CONFIG_IPIC is not set
78552 -# CONFIG_MPIC is not set
78553 -# CONFIG_MPIC_WEIRD is not set
78554 -# CONFIG_PPC_I8259 is not set
78555 -# CONFIG_PPC_RTAS is not set
78556 -# CONFIG_MMIO_NVRAM is not set
78557 -# CONFIG_PPC_MPC106 is not set
78558 -# CONFIG_PPC_970_NAP is not set
78559 -# CONFIG_PPC_INDIRECT_IO is not set
78560 -# CONFIG_GENERIC_IOMAP is not set
78561 -# CONFIG_CPU_FREQ is not set
78562 -# CONFIG_FSL_ULI1575 is not set
78563 -
78564 -#
78565 -# Kernel options
78566 -#
78567 -# CONFIG_HIGHMEM is not set
78568 -CONFIG_TICK_ONESHOT=y
78569 -CONFIG_NO_HZ=y
78570 -CONFIG_HIGH_RES_TIMERS=y
78571 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
78572 -# CONFIG_HZ_100 is not set
78573 -CONFIG_HZ_250=y
78574 -# CONFIG_HZ_300 is not set
78575 -# CONFIG_HZ_1000 is not set
78576 -CONFIG_HZ=250
78577 -# CONFIG_SCHED_HRTICK is not set
78578 -CONFIG_PREEMPT_NONE=y
78579 -# CONFIG_PREEMPT_VOLUNTARY is not set
78580 -# CONFIG_PREEMPT is not set
78581 -CONFIG_RCU_TRACE=y
78582 -CONFIG_BINFMT_ELF=y
78583 -# CONFIG_BINFMT_MISC is not set
78584 -# CONFIG_MATH_EMULATION is not set
78585 -# CONFIG_IOMMU_HELPER is not set
78586 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
78587 -CONFIG_ARCH_HAS_WALK_MEMORY=y
78588 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
78589 -CONFIG_ARCH_FLATMEM_ENABLE=y
78590 -CONFIG_ARCH_POPULATES_NODE_MAP=y
78591 -CONFIG_SELECT_MEMORY_MODEL=y
78592 -CONFIG_FLATMEM_MANUAL=y
78593 -# CONFIG_DISCONTIGMEM_MANUAL is not set
78594 -# CONFIG_SPARSEMEM_MANUAL is not set
78595 -CONFIG_FLATMEM=y
78596 -CONFIG_FLAT_NODE_MEM_MAP=y
78597 -# CONFIG_SPARSEMEM_STATIC is not set
78598 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
78599 -CONFIG_SPLIT_PTLOCK_CPUS=4
78600 -CONFIG_RESOURCES_64BIT=y
78601 -CONFIG_ZONE_DMA_FLAG=1
78602 -CONFIG_BOUNCE=y
78603 -CONFIG_VIRT_TO_BUS=y
78604 -CONFIG_PROC_DEVICETREE=y
78605 -CONFIG_CMDLINE_BOOL=y
78606 -CONFIG_CMDLINE=""
78607 -CONFIG_SECCOMP=y
78608 -CONFIG_ISA_DMA_API=y
78609 -
78610 -#
78611 -# Bus options
78612 -#
78613 -CONFIG_ZONE_DMA=y
78614 -CONFIG_PPC_INDIRECT_PCI=y
78615 -CONFIG_PCI=y
78616 -CONFIG_PCI_DOMAINS=y
78617 -CONFIG_PCI_SYSCALL=y
78618 -# CONFIG_PCIEPORTBUS is not set
78619 -CONFIG_ARCH_SUPPORTS_MSI=y
78620 -# CONFIG_PCI_MSI is not set
78621 -CONFIG_PCI_LEGACY=y
78622 -# CONFIG_PCI_DEBUG is not set
78623 -# CONFIG_PCCARD is not set
78624 -# CONFIG_HOTPLUG_PCI is not set
78625 -
78626 -#
78627 -# Advanced setup
78628 -#
78629 -# CONFIG_ADVANCED_OPTIONS is not set
78630 -
78631 -#
78632 -# Default settings for advanced configuration options are used
78633 -#
78634 -CONFIG_HIGHMEM_START=0xfe000000
78635 -CONFIG_LOWMEM_SIZE=0x30000000
78636 -CONFIG_KERNEL_START=0xc0000000
78637 -CONFIG_TASK_SIZE=0xc0000000
78638 -CONFIG_CONSISTENT_START=0xff100000
78639 -CONFIG_CONSISTENT_SIZE=0x00200000
78640 -CONFIG_BOOT_LOAD=0x01000000
78641 -
78642 -#
78643 -# Networking
78644 -#
78645 -CONFIG_NET=y
78646 -
78647 -#
78648 -# Networking options
78649 -#
78650 -CONFIG_PACKET=y
78651 -# CONFIG_PACKET_MMAP is not set
78652 -CONFIG_UNIX=y
78653 -# CONFIG_NET_KEY is not set
78654 -CONFIG_INET=y
78655 -# CONFIG_IP_MULTICAST is not set
78656 -# CONFIG_IP_ADVANCED_ROUTER is not set
78657 -CONFIG_IP_FIB_HASH=y
78658 -CONFIG_IP_PNP=y
78659 -CONFIG_IP_PNP_DHCP=y
78660 -CONFIG_IP_PNP_BOOTP=y
78661 -# CONFIG_IP_PNP_RARP is not set
78662 -# CONFIG_NET_IPIP is not set
78663 -# CONFIG_NET_IPGRE is not set
78664 -# CONFIG_ARPD is not set
78665 -# CONFIG_SYN_COOKIES is not set
78666 -# CONFIG_INET_AH is not set
78667 -# CONFIG_INET_ESP is not set
78668 -# CONFIG_INET_IPCOMP is not set
78669 -# CONFIG_INET_XFRM_TUNNEL is not set
78670 -# CONFIG_INET_TUNNEL is not set
78671 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
78672 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
78673 -# CONFIG_INET_XFRM_MODE_BEET is not set
78674 -# CONFIG_INET_LRO is not set
78675 -CONFIG_INET_DIAG=y
78676 -CONFIG_INET_TCP_DIAG=y
78677 -# CONFIG_TCP_CONG_ADVANCED is not set
78678 -CONFIG_TCP_CONG_CUBIC=y
78679 -CONFIG_DEFAULT_TCP_CONG="cubic"
78680 -# CONFIG_TCP_MD5SIG is not set
78681 -# CONFIG_IPV6 is not set
78682 -# CONFIG_INET6_XFRM_TUNNEL is not set
78683 -# CONFIG_INET6_TUNNEL is not set
78684 -# CONFIG_NETWORK_SECMARK is not set
78685 -# CONFIG_NETFILTER is not set
78686 -# CONFIG_IP_DCCP is not set
78687 -# CONFIG_IP_SCTP is not set
78688 -# CONFIG_TIPC is not set
78689 -# CONFIG_ATM is not set
78690 -# CONFIG_BRIDGE is not set
78691 -# CONFIG_VLAN_8021Q is not set
78692 -# CONFIG_DECNET is not set
78693 -# CONFIG_LLC2 is not set
78694 -# CONFIG_IPX is not set
78695 -# CONFIG_ATALK is not set
78696 -# CONFIG_X25 is not set
78697 -# CONFIG_LAPB is not set
78698 -# CONFIG_ECONET is not set
78699 -# CONFIG_WAN_ROUTER is not set
78700 -# CONFIG_NET_SCHED is not set
78701 -
78702 -#
78703 -# Network testing
78704 -#
78705 -# CONFIG_NET_PKTGEN is not set
78706 -# CONFIG_HAMRADIO is not set
78707 -# CONFIG_CAN is not set
78708 -# CONFIG_IRDA is not set
78709 -# CONFIG_BT is not set
78710 -# CONFIG_AF_RXRPC is not set
78711 -
78712 -#
78713 -# Wireless
78714 -#
78715 -# CONFIG_CFG80211 is not set
78716 -# CONFIG_WIRELESS_EXT is not set
78717 -# CONFIG_MAC80211 is not set
78718 -# CONFIG_IEEE80211 is not set
78719 -# CONFIG_RFKILL is not set
78720 -# CONFIG_NET_9P is not set
78721 -
78722 -#
78723 -# Device Drivers
78724 -#
78725 -
78726 -#
78727 -# Generic Driver Options
78728 -#
78729 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
78730 -CONFIG_STANDALONE=y
78731 -CONFIG_PREVENT_FIRMWARE_BUILD=y
78732 -CONFIG_FW_LOADER=y
78733 -# CONFIG_DEBUG_DRIVER is not set
78734 -# CONFIG_DEBUG_DEVRES is not set
78735 -# CONFIG_SYS_HYPERVISOR is not set
78736 -CONFIG_CONNECTOR=y
78737 -CONFIG_PROC_EVENTS=y
78738 -CONFIG_MTD=y
78739 -# CONFIG_MTD_DEBUG is not set
78740 -# CONFIG_MTD_CONCAT is not set
78741 -CONFIG_MTD_PARTITIONS=y
78742 -# CONFIG_MTD_REDBOOT_PARTS is not set
78743 -CONFIG_MTD_CMDLINE_PARTS=y
78744 -CONFIG_MTD_OF_PARTS=y
78745 -
78746 -#
78747 -# User Modules And Translation Layers
78748 -#
78749 -CONFIG_MTD_CHAR=y
78750 -# CONFIG_MTD_BLKDEVS is not set
78751 -# CONFIG_MTD_BLOCK is not set
78752 -# CONFIG_MTD_BLOCK_RO is not set
78753 -# CONFIG_FTL is not set
78754 -# CONFIG_NFTL is not set
78755 -# CONFIG_INFTL is not set
78756 -# CONFIG_RFD_FTL is not set
78757 -# CONFIG_SSFDC is not set
78758 -# CONFIG_MTD_OOPS is not set
78759 -
78760 -#
78761 -# RAM/ROM/Flash chip drivers
78762 -#
78763 -CONFIG_MTD_CFI=y
78764 -CONFIG_MTD_JEDECPROBE=y
78765 -CONFIG_MTD_GEN_PROBE=y
78766 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
78767 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
78768 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
78769 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
78770 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
78771 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
78772 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
78773 -CONFIG_MTD_CFI_I1=y
78774 -CONFIG_MTD_CFI_I2=y
78775 -# CONFIG_MTD_CFI_I4 is not set
78776 -# CONFIG_MTD_CFI_I8 is not set
78777 -CONFIG_MTD_CFI_INTELEXT=y
78778 -CONFIG_MTD_CFI_AMDSTD=y
78779 -# CONFIG_MTD_CFI_STAA is not set
78780 -CONFIG_MTD_CFI_UTIL=y
78781 -# CONFIG_MTD_RAM is not set
78782 -# CONFIG_MTD_ROM is not set
78783 -# CONFIG_MTD_ABSENT is not set
78784 -
78785 -#
78786 -# Mapping drivers for chip access
78787 -#
78788 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
78789 -# CONFIG_MTD_PHYSMAP is not set
78790 -CONFIG_MTD_PHYSMAP_OF=y
78791 -# CONFIG_MTD_INTEL_VR_NOR is not set
78792 -# CONFIG_MTD_PLATRAM is not set
78793 -
78794 -#
78795 -# Self-contained MTD device drivers
78796 -#
78797 -# CONFIG_MTD_PMC551 is not set
78798 -# CONFIG_MTD_SLRAM is not set
78799 -# CONFIG_MTD_PHRAM is not set
78800 -# CONFIG_MTD_MTDRAM is not set
78801 -# CONFIG_MTD_BLOCK2MTD is not set
78802 -
78803 -#
78804 -# Disk-On-Chip Device Drivers
78805 -#
78806 -# CONFIG_MTD_DOC2000 is not set
78807 -# CONFIG_MTD_DOC2001 is not set
78808 -# CONFIG_MTD_DOC2001PLUS is not set
78809 -# CONFIG_MTD_NAND is not set
78810 -# CONFIG_MTD_ONENAND is not set
78811 -
78812 -#
78813 -# UBI - Unsorted block images
78814 -#
78815 -# CONFIG_MTD_UBI is not set
78816 -CONFIG_OF_DEVICE=y
78817 -# CONFIG_PARPORT is not set
78818 -CONFIG_BLK_DEV=y
78819 -# CONFIG_BLK_DEV_FD is not set
78820 -# CONFIG_BLK_CPQ_DA is not set
78821 -# CONFIG_BLK_CPQ_CISS_DA is not set
78822 -# CONFIG_BLK_DEV_DAC960 is not set
78823 -# CONFIG_BLK_DEV_UMEM is not set
78824 -# CONFIG_BLK_DEV_COW_COMMON is not set
78825 -# CONFIG_BLK_DEV_LOOP is not set
78826 -# CONFIG_BLK_DEV_NBD is not set
78827 -# CONFIG_BLK_DEV_SX8 is not set
78828 -CONFIG_BLK_DEV_RAM=y
78829 -CONFIG_BLK_DEV_RAM_COUNT=16
78830 -CONFIG_BLK_DEV_RAM_SIZE=35000
78831 -# CONFIG_BLK_DEV_XIP is not set
78832 -# CONFIG_CDROM_PKTCDVD is not set
78833 -# CONFIG_ATA_OVER_ETH is not set
78834 -# CONFIG_XILINX_SYSACE is not set
78835 -CONFIG_MISC_DEVICES=y
78836 -# CONFIG_PHANTOM is not set
78837 -# CONFIG_EEPROM_93CX6 is not set
78838 -# CONFIG_SGI_IOC4 is not set
78839 -# CONFIG_TIFM_CORE is not set
78840 -# CONFIG_ENCLOSURE_SERVICES is not set
78841 -CONFIG_HAVE_IDE=y
78842 -# CONFIG_IDE is not set
78843 -
78844 -#
78845 -# SCSI device support
78846 -#
78847 -# CONFIG_RAID_ATTRS is not set
78848 -# CONFIG_SCSI is not set
78849 -# CONFIG_SCSI_DMA is not set
78850 -# CONFIG_SCSI_NETLINK is not set
78851 -# CONFIG_ATA is not set
78852 -# CONFIG_MD is not set
78853 -# CONFIG_FUSION is not set
78854 -
78855 -#
78856 -# IEEE 1394 (FireWire) support
78857 -#
78858 -# CONFIG_FIREWIRE is not set
78859 -# CONFIG_IEEE1394 is not set
78860 -# CONFIG_I2O is not set
78861 -# CONFIG_MACINTOSH_DRIVERS is not set
78862 -CONFIG_NETDEVICES=y
78863 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
78864 -# CONFIG_DUMMY is not set
78865 -# CONFIG_BONDING is not set
78866 -# CONFIG_MACVLAN is not set
78867 -# CONFIG_EQUALIZER is not set
78868 -# CONFIG_TUN is not set
78869 -# CONFIG_VETH is not set
78870 -# CONFIG_ARCNET is not set
78871 -# CONFIG_PHYLIB is not set
78872 -CONFIG_NET_ETHERNET=y
78873 -# CONFIG_MII is not set
78874 -# CONFIG_HAPPYMEAL is not set
78875 -# CONFIG_SUNGEM is not set
78876 -# CONFIG_CASSINI is not set
78877 -# CONFIG_NET_VENDOR_3COM is not set
78878 -# CONFIG_NET_TULIP is not set
78879 -# CONFIG_HP100 is not set
78880 -CONFIG_IBM_NEW_EMAC=y
78881 -CONFIG_IBM_NEW_EMAC_RXB=128
78882 -CONFIG_IBM_NEW_EMAC_TXB=64
78883 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
78884 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
78885 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
78886 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
78887 -CONFIG_IBM_NEW_EMAC_ZMII=y
78888 -CONFIG_IBM_NEW_EMAC_RGMII=y
78889 -# CONFIG_IBM_NEW_EMAC_TAH is not set
78890 -CONFIG_IBM_NEW_EMAC_EMAC4=y
78891 -# CONFIG_NET_PCI is not set
78892 -# CONFIG_B44 is not set
78893 -CONFIG_NETDEV_1000=y
78894 -# CONFIG_ACENIC is not set
78895 -# CONFIG_DL2K is not set
78896 -# CONFIG_E1000 is not set
78897 -# CONFIG_E1000E is not set
78898 -# CONFIG_E1000E_ENABLED is not set
78899 -# CONFIG_IP1000 is not set
78900 -# CONFIG_IGB is not set
78901 -# CONFIG_NS83820 is not set
78902 -# CONFIG_HAMACHI is not set
78903 -# CONFIG_YELLOWFIN is not set
78904 -# CONFIG_R8169 is not set
78905 -# CONFIG_SIS190 is not set
78906 -# CONFIG_SKGE is not set
78907 -# CONFIG_SKY2 is not set
78908 -# CONFIG_SK98LIN is not set
78909 -# CONFIG_VIA_VELOCITY is not set
78910 -# CONFIG_TIGON3 is not set
78911 -# CONFIG_BNX2 is not set
78912 -# CONFIG_QLA3XXX is not set
78913 -# CONFIG_ATL1 is not set
78914 -CONFIG_NETDEV_10000=y
78915 -# CONFIG_CHELSIO_T1 is not set
78916 -# CONFIG_CHELSIO_T3 is not set
78917 -# CONFIG_IXGBE is not set
78918 -# CONFIG_IXGB is not set
78919 -# CONFIG_S2IO is not set
78920 -# CONFIG_MYRI10GE is not set
78921 -# CONFIG_NETXEN_NIC is not set
78922 -# CONFIG_NIU is not set
78923 -# CONFIG_MLX4_CORE is not set
78924 -# CONFIG_TEHUTI is not set
78925 -# CONFIG_BNX2X is not set
78926 -# CONFIG_TR is not set
78927 -
78928 -#
78929 -# Wireless LAN
78930 -#
78931 -# CONFIG_WLAN_PRE80211 is not set
78932 -# CONFIG_WLAN_80211 is not set
78933 -# CONFIG_WAN is not set
78934 -# CONFIG_FDDI is not set
78935 -# CONFIG_HIPPI is not set
78936 -# CONFIG_PPP is not set
78937 -# CONFIG_SLIP is not set
78938 -# CONFIG_NETCONSOLE is not set
78939 -# CONFIG_NETPOLL is not set
78940 -# CONFIG_NET_POLL_CONTROLLER is not set
78941 -# CONFIG_ISDN is not set
78942 -# CONFIG_PHONE is not set
78943 -
78944 -#
78945 -# Input device support
78946 -#
78947 -# CONFIG_INPUT is not set
78948 -
78949 -#
78950 -# Hardware I/O ports
78951 -#
78952 -# CONFIG_SERIO is not set
78953 -# CONFIG_GAMEPORT is not set
78954 -
78955 -#
78956 -# Character devices
78957 -#
78958 -# CONFIG_VT is not set
78959 -# CONFIG_SERIAL_NONSTANDARD is not set
78960 -# CONFIG_NOZOMI is not set
78961 -
78962 -#
78963 -# Serial drivers
78964 -#
78965 -CONFIG_SERIAL_8250=y
78966 -CONFIG_SERIAL_8250_CONSOLE=y
78967 -# CONFIG_SERIAL_8250_PCI is not set
78968 -CONFIG_SERIAL_8250_NR_UARTS=4
78969 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
78970 -CONFIG_SERIAL_8250_EXTENDED=y
78971 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
78972 -CONFIG_SERIAL_8250_SHARE_IRQ=y
78973 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
78974 -# CONFIG_SERIAL_8250_RSA is not set
78975 -
78976 -#
78977 -# Non-8250 serial port support
78978 -#
78979 -# CONFIG_SERIAL_UARTLITE is not set
78980 -CONFIG_SERIAL_CORE=y
78981 -CONFIG_SERIAL_CORE_CONSOLE=y
78982 -# CONFIG_SERIAL_JSM is not set
78983 -CONFIG_SERIAL_OF_PLATFORM=y
78984 -CONFIG_UNIX98_PTYS=y
78985 -CONFIG_LEGACY_PTYS=y
78986 -CONFIG_LEGACY_PTY_COUNT=256
78987 -# CONFIG_IPMI_HANDLER is not set
78988 -# CONFIG_HW_RANDOM is not set
78989 -# CONFIG_NVRAM is not set
78990 -# CONFIG_GEN_RTC is not set
78991 -# CONFIG_R3964 is not set
78992 -# CONFIG_APPLICOM is not set
78993 -# CONFIG_RAW_DRIVER is not set
78994 -# CONFIG_TCG_TPM is not set
78995 -CONFIG_DEVPORT=y
78996 -# CONFIG_I2C is not set
78997 -
78998 -#
78999 -# SPI support
79000 -#
79001 -# CONFIG_SPI is not set
79002 -# CONFIG_SPI_MASTER is not set
79003 -# CONFIG_W1 is not set
79004 -# CONFIG_POWER_SUPPLY is not set
79005 -# CONFIG_HWMON is not set
79006 -CONFIG_THERMAL=y
79007 -# CONFIG_WATCHDOG is not set
79008 -
79009 -#
79010 -# Sonics Silicon Backplane
79011 -#
79012 -CONFIG_SSB_POSSIBLE=y
79013 -# CONFIG_SSB is not set
79014 -
79015 -#
79016 -# Multifunction device drivers
79017 -#
79018 -# CONFIG_MFD_SM501 is not set
79019 -
79020 -#
79021 -# Multimedia devices
79022 -#
79023 -# CONFIG_VIDEO_DEV is not set
79024 -# CONFIG_DVB_CORE is not set
79025 -CONFIG_DAB=y
79026 -
79027 -#
79028 -# Graphics support
79029 -#
79030 -# CONFIG_AGP is not set
79031 -# CONFIG_DRM is not set
79032 -# CONFIG_VGASTATE is not set
79033 -CONFIG_VIDEO_OUTPUT_CONTROL=m
79034 -# CONFIG_FB is not set
79035 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
79036 -
79037 -#
79038 -# Display device support
79039 -#
79040 -# CONFIG_DISPLAY_SUPPORT is not set
79041 -
79042 -#
79043 -# Sound
79044 -#
79045 -# CONFIG_SOUND is not set
79046 -CONFIG_USB_SUPPORT=y
79047 -CONFIG_USB_ARCH_HAS_HCD=y
79048 -CONFIG_USB_ARCH_HAS_OHCI=y
79049 -CONFIG_USB_ARCH_HAS_EHCI=y
79050 -# CONFIG_USB is not set
79051 -
79052 -#
79053 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
79054 -#
79055 -# CONFIG_USB_GADGET is not set
79056 -# CONFIG_MMC is not set
79057 -# CONFIG_MEMSTICK is not set
79058 -# CONFIG_NEW_LEDS is not set
79059 -# CONFIG_INFINIBAND is not set
79060 -# CONFIG_EDAC is not set
79061 -# CONFIG_RTC_CLASS is not set
79062 -
79063 -#
79064 -# Userspace I/O
79065 -#
79066 -# CONFIG_UIO is not set
79067 -
79068 -#
79069 -# File systems
79070 -#
79071 -CONFIG_EXT2_FS=y
79072 -# CONFIG_EXT2_FS_XATTR is not set
79073 -# CONFIG_EXT2_FS_XIP is not set
79074 -# CONFIG_EXT3_FS is not set
79075 -# CONFIG_EXT4DEV_FS is not set
79076 -# CONFIG_REISERFS_FS is not set
79077 -# CONFIG_JFS_FS is not set
79078 -# CONFIG_FS_POSIX_ACL is not set
79079 -# CONFIG_XFS_FS is not set
79080 -# CONFIG_GFS2_FS is not set
79081 -# CONFIG_OCFS2_FS is not set
79082 -CONFIG_DNOTIFY=y
79083 -CONFIG_INOTIFY=y
79084 -CONFIG_INOTIFY_USER=y
79085 -# CONFIG_QUOTA is not set
79086 -# CONFIG_AUTOFS_FS is not set
79087 -# CONFIG_AUTOFS4_FS is not set
79088 -# CONFIG_FUSE_FS is not set
79089 -
79090 -#
79091 -# CD-ROM/DVD Filesystems
79092 -#
79093 -# CONFIG_ISO9660_FS is not set
79094 -# CONFIG_UDF_FS is not set
79095 -
79096 -#
79097 -# DOS/FAT/NT Filesystems
79098 -#
79099 -# CONFIG_MSDOS_FS is not set
79100 -# CONFIG_VFAT_FS is not set
79101 -# CONFIG_NTFS_FS is not set
79102 -
79103 -#
79104 -# Pseudo filesystems
79105 -#
79106 -CONFIG_PROC_FS=y
79107 -CONFIG_PROC_KCORE=y
79108 -CONFIG_PROC_SYSCTL=y
79109 -CONFIG_SYSFS=y
79110 -CONFIG_TMPFS=y
79111 -# CONFIG_TMPFS_POSIX_ACL is not set
79112 -# CONFIG_HUGETLB_PAGE is not set
79113 -# CONFIG_CONFIGFS_FS is not set
79114 -
79115 -#
79116 -# Miscellaneous filesystems
79117 -#
79118 -# CONFIG_ADFS_FS is not set
79119 -# CONFIG_AFFS_FS is not set
79120 -# CONFIG_HFS_FS is not set
79121 -# CONFIG_HFSPLUS_FS is not set
79122 -# CONFIG_BEFS_FS is not set
79123 -# CONFIG_BFS_FS is not set
79124 -# CONFIG_EFS_FS is not set
79125 -CONFIG_JFFS2_FS=y
79126 -CONFIG_JFFS2_FS_DEBUG=0
79127 -CONFIG_JFFS2_FS_WRITEBUFFER=y
79128 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
79129 -# CONFIG_JFFS2_SUMMARY is not set
79130 -# CONFIG_JFFS2_FS_XATTR is not set
79131 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
79132 -CONFIG_JFFS2_ZLIB=y
79133 -# CONFIG_JFFS2_LZO is not set
79134 -CONFIG_JFFS2_RTIME=y
79135 -# CONFIG_JFFS2_RUBIN is not set
79136 -CONFIG_CRAMFS=y
79137 -# CONFIG_VXFS_FS is not set
79138 -# CONFIG_MINIX_FS is not set
79139 -# CONFIG_HPFS_FS is not set
79140 -# CONFIG_QNX4FS_FS is not set
79141 -# CONFIG_ROMFS_FS is not set
79142 -# CONFIG_SYSV_FS is not set
79143 -# CONFIG_UFS_FS is not set
79144 -CONFIG_NETWORK_FILESYSTEMS=y
79145 -CONFIG_NFS_FS=y
79146 -CONFIG_NFS_V3=y
79147 -# CONFIG_NFS_V3_ACL is not set
79148 -# CONFIG_NFS_V4 is not set
79149 -# CONFIG_NFS_DIRECTIO is not set
79150 -# CONFIG_NFSD is not set
79151 -CONFIG_ROOT_NFS=y
79152 -CONFIG_LOCKD=y
79153 -CONFIG_LOCKD_V4=y
79154 -CONFIG_NFS_COMMON=y
79155 -CONFIG_SUNRPC=y
79156 -# CONFIG_SUNRPC_BIND34 is not set
79157 -# CONFIG_RPCSEC_GSS_KRB5 is not set
79158 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
79159 -# CONFIG_SMB_FS is not set
79160 -# CONFIG_CIFS is not set
79161 -# CONFIG_NCP_FS is not set
79162 -# CONFIG_CODA_FS is not set
79163 -# CONFIG_AFS_FS is not set
79164 -
79165 -#
79166 -# Partition Types
79167 -#
79168 -# CONFIG_PARTITION_ADVANCED is not set
79169 -CONFIG_MSDOS_PARTITION=y
79170 -# CONFIG_NLS is not set
79171 -# CONFIG_DLM is not set
79172 -
79173 -#
79174 -# Library routines
79175 -#
79176 -CONFIG_BITREVERSE=y
79177 -# CONFIG_CRC_CCITT is not set
79178 -# CONFIG_CRC16 is not set
79179 -# CONFIG_CRC_ITU_T is not set
79180 -CONFIG_CRC32=y
79181 -# CONFIG_CRC7 is not set
79182 -# CONFIG_LIBCRC32C is not set
79183 -CONFIG_ZLIB_INFLATE=y
79184 -CONFIG_ZLIB_DEFLATE=y
79185 -CONFIG_PLIST=y
79186 -CONFIG_HAS_IOMEM=y
79187 -CONFIG_HAS_IOPORT=y
79188 -CONFIG_HAS_DMA=y
79189 -
79190 -#
79191 -# Kernel hacking
79192 -#
79193 -# CONFIG_PRINTK_TIME is not set
79194 -CONFIG_ENABLE_WARN_DEPRECATED=y
79195 -CONFIG_ENABLE_MUST_CHECK=y
79196 -CONFIG_MAGIC_SYSRQ=y
79197 -# CONFIG_UNUSED_SYMBOLS is not set
79198 -CONFIG_DEBUG_FS=y
79199 -# CONFIG_HEADERS_CHECK is not set
79200 -CONFIG_DEBUG_KERNEL=y
79201 -# CONFIG_DEBUG_SHIRQ is not set
79202 -CONFIG_DETECT_SOFTLOCKUP=y
79203 -CONFIG_SCHED_DEBUG=y
79204 -# CONFIG_SCHEDSTATS is not set
79205 -# CONFIG_TIMER_STATS is not set
79206 -# CONFIG_SLUB_DEBUG_ON is not set
79207 -# CONFIG_SLUB_STATS is not set
79208 -# CONFIG_DEBUG_RT_MUTEXES is not set
79209 -# CONFIG_RT_MUTEX_TESTER is not set
79210 -# CONFIG_DEBUG_SPINLOCK is not set
79211 -# CONFIG_DEBUG_MUTEXES is not set
79212 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
79213 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
79214 -# CONFIG_DEBUG_KOBJECT is not set
79215 -# CONFIG_DEBUG_BUGVERBOSE is not set
79216 -# CONFIG_DEBUG_INFO is not set
79217 -# CONFIG_DEBUG_VM is not set
79218 -# CONFIG_DEBUG_LIST is not set
79219 -# CONFIG_DEBUG_SG is not set
79220 -# CONFIG_BOOT_PRINTK_DELAY is not set
79221 -# CONFIG_RCU_TORTURE_TEST is not set
79222 -# CONFIG_BACKTRACE_SELF_TEST is not set
79223 -# CONFIG_FAULT_INJECTION is not set
79224 -# CONFIG_SAMPLES is not set
79225 -# CONFIG_DEBUG_STACKOVERFLOW is not set
79226 -# CONFIG_DEBUG_STACK_USAGE is not set
79227 -# CONFIG_DEBUG_PAGEALLOC is not set
79228 -CONFIG_DEBUGGER=y
79229 -# CONFIG_KGDB is not set
79230 -# CONFIG_XMON is not set
79231 -# CONFIG_VIRQ_DEBUG is not set
79232 -# CONFIG_BDI_SWITCH is not set
79233 -CONFIG_PPC_EARLY_DEBUG=y
79234 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
79235 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
79236 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
79237 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
79238 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
79239 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
79240 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
79241 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
79242 -CONFIG_PPC_EARLY_DEBUG_44x=y
79243 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
79244 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
79245 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
79246 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
79247 -
79248 -#
79249 -# Security options
79250 -#
79251 -# CONFIG_KEYS is not set
79252 -# CONFIG_SECURITY is not set
79253 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
79254 -CONFIG_CRYPTO=y
79255 -CONFIG_CRYPTO_ALGAPI=y
79256 -CONFIG_CRYPTO_BLKCIPHER=y
79257 -# CONFIG_CRYPTO_SEQIV is not set
79258 -CONFIG_CRYPTO_MANAGER=y
79259 -# CONFIG_CRYPTO_HMAC is not set
79260 -# CONFIG_CRYPTO_XCBC is not set
79261 -# CONFIG_CRYPTO_NULL is not set
79262 -# CONFIG_CRYPTO_MD4 is not set
79263 -CONFIG_CRYPTO_MD5=y
79264 -# CONFIG_CRYPTO_SHA1 is not set
79265 -# CONFIG_CRYPTO_SHA256 is not set
79266 -# CONFIG_CRYPTO_SHA512 is not set
79267 -# CONFIG_CRYPTO_WP512 is not set
79268 -# CONFIG_CRYPTO_TGR192 is not set
79269 -# CONFIG_CRYPTO_GF128MUL is not set
79270 -CONFIG_CRYPTO_ECB=y
79271 -CONFIG_CRYPTO_CBC=y
79272 -CONFIG_CRYPTO_PCBC=y
79273 -# CONFIG_CRYPTO_LRW is not set
79274 -# CONFIG_CRYPTO_XTS is not set
79275 -# CONFIG_CRYPTO_CTR is not set
79276 -# CONFIG_CRYPTO_GCM is not set
79277 -# CONFIG_CRYPTO_CCM is not set
79278 -# CONFIG_CRYPTO_CRYPTD is not set
79279 -CONFIG_CRYPTO_DES=y
79280 -# CONFIG_CRYPTO_FCRYPT is not set
79281 -# CONFIG_CRYPTO_BLOWFISH is not set
79282 -# CONFIG_CRYPTO_TWOFISH is not set
79283 -# CONFIG_CRYPTO_SERPENT is not set
79284 -# CONFIG_CRYPTO_AES is not set
79285 -# CONFIG_CRYPTO_CAST5 is not set
79286 -# CONFIG_CRYPTO_CAST6 is not set
79287 -# CONFIG_CRYPTO_TEA is not set
79288 -# CONFIG_CRYPTO_ARC4 is not set
79289 -# CONFIG_CRYPTO_KHAZAD is not set
79290 -# CONFIG_CRYPTO_ANUBIS is not set
79291 -# CONFIG_CRYPTO_SEED is not set
79292 -# CONFIG_CRYPTO_SALSA20 is not set
79293 -# CONFIG_CRYPTO_DEFLATE is not set
79294 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
79295 -# CONFIG_CRYPTO_CRC32C is not set
79296 -# CONFIG_CRYPTO_CAMELLIA is not set
79297 -# CONFIG_CRYPTO_TEST is not set
79298 -# CONFIG_CRYPTO_AUTHENC is not set
79299 -# CONFIG_CRYPTO_LZO is not set
79300 -CONFIG_CRYPTO_HW=y
79301 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
79302 -# CONFIG_PPC_CLOCK is not set
79303 --- a/arch/powerpc/configs/stx_gp3_defconfig
79304 +++ /dev/null
79305 @@ -1,1253 +0,0 @@
79306 -#
79307 -# Automatically generated make config: don't edit
79308 -# Linux kernel version: 2.6.25-rc6
79309 -# Mon Mar 24 08:48:42 2008
79310 -#
79311 -# CONFIG_PPC64 is not set
79312 -
79313 -#
79314 -# Processor support
79315 -#
79316 -# CONFIG_6xx is not set
79317 -CONFIG_PPC_85xx=y
79318 -# CONFIG_PPC_8xx is not set
79319 -# CONFIG_40x is not set
79320 -# CONFIG_44x is not set
79321 -# CONFIG_E200 is not set
79322 -CONFIG_E500=y
79323 -CONFIG_BOOKE=y
79324 -CONFIG_FSL_BOOKE=y
79325 -CONFIG_FSL_EMB_PERFMON=y
79326 -# CONFIG_PHYS_64BIT is not set
79327 -CONFIG_SPE=y
79328 -# CONFIG_PPC_MM_SLICES is not set
79329 -CONFIG_PPC32=y
79330 -CONFIG_WORD_SIZE=32
79331 -CONFIG_PPC_MERGE=y
79332 -CONFIG_MMU=y
79333 -CONFIG_GENERIC_CMOS_UPDATE=y
79334 -CONFIG_GENERIC_TIME=y
79335 -CONFIG_GENERIC_TIME_VSYSCALL=y
79336 -CONFIG_GENERIC_CLOCKEVENTS=y
79337 -CONFIG_GENERIC_HARDIRQS=y
79338 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
79339 -CONFIG_IRQ_PER_CPU=y
79340 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
79341 -CONFIG_ARCH_HAS_ILOG2_U32=y
79342 -CONFIG_GENERIC_HWEIGHT=y
79343 -CONFIG_GENERIC_CALIBRATE_DELAY=y
79344 -CONFIG_GENERIC_FIND_NEXT_BIT=y
79345 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
79346 -CONFIG_PPC=y
79347 -CONFIG_EARLY_PRINTK=y
79348 -CONFIG_GENERIC_NVRAM=y
79349 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
79350 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
79351 -CONFIG_PPC_OF=y
79352 -CONFIG_OF=y
79353 -CONFIG_PPC_UDBG_16550=y
79354 -# CONFIG_GENERIC_TBSYNC is not set
79355 -CONFIG_AUDIT_ARCH=y
79356 -CONFIG_GENERIC_BUG=y
79357 -CONFIG_DEFAULT_UIMAGE=y
79358 -# CONFIG_PPC_DCR_NATIVE is not set
79359 -# CONFIG_PPC_DCR_MMIO is not set
79360 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
79361 -
79362 -#
79363 -# General setup
79364 -#
79365 -CONFIG_EXPERIMENTAL=y
79366 -CONFIG_BROKEN_ON_SMP=y
79367 -CONFIG_INIT_ENV_ARG_LIMIT=32
79368 -CONFIG_LOCALVERSION=""
79369 -CONFIG_LOCALVERSION_AUTO=y
79370 -CONFIG_SWAP=y
79371 -CONFIG_SYSVIPC=y
79372 -CONFIG_SYSVIPC_SYSCTL=y
79373 -# CONFIG_POSIX_MQUEUE is not set
79374 -# CONFIG_BSD_PROCESS_ACCT is not set
79375 -# CONFIG_TASKSTATS is not set
79376 -# CONFIG_AUDIT is not set
79377 -# CONFIG_IKCONFIG is not set
79378 -CONFIG_LOG_BUF_SHIFT=14
79379 -# CONFIG_CGROUPS is not set
79380 -CONFIG_GROUP_SCHED=y
79381 -CONFIG_FAIR_GROUP_SCHED=y
79382 -# CONFIG_RT_GROUP_SCHED is not set
79383 -CONFIG_USER_SCHED=y
79384 -# CONFIG_CGROUP_SCHED is not set
79385 -CONFIG_SYSFS_DEPRECATED=y
79386 -CONFIG_SYSFS_DEPRECATED_V2=y
79387 -# CONFIG_RELAY is not set
79388 -# CONFIG_NAMESPACES is not set
79389 -CONFIG_BLK_DEV_INITRD=y
79390 -CONFIG_INITRAMFS_SOURCE=""
79391 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
79392 -CONFIG_SYSCTL=y
79393 -CONFIG_EMBEDDED=y
79394 -CONFIG_SYSCTL_SYSCALL=y
79395 -CONFIG_KALLSYMS=y
79396 -# CONFIG_KALLSYMS_ALL is not set
79397 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
79398 -CONFIG_HOTPLUG=y
79399 -CONFIG_PRINTK=y
79400 -CONFIG_BUG=y
79401 -CONFIG_ELF_CORE=y
79402 -CONFIG_COMPAT_BRK=y
79403 -CONFIG_BASE_FULL=y
79404 -CONFIG_FUTEX=y
79405 -CONFIG_ANON_INODES=y
79406 -CONFIG_EPOLL=y
79407 -CONFIG_SIGNALFD=y
79408 -CONFIG_TIMERFD=y
79409 -CONFIG_EVENTFD=y
79410 -CONFIG_SHMEM=y
79411 -CONFIG_VM_EVENT_COUNTERS=y
79412 -CONFIG_SLUB_DEBUG=y
79413 -# CONFIG_SLAB is not set
79414 -CONFIG_SLUB=y
79415 -# CONFIG_SLOB is not set
79416 -# CONFIG_PROFILING is not set
79417 -# CONFIG_MARKERS is not set
79418 -CONFIG_HAVE_OPROFILE=y
79419 -# CONFIG_KPROBES is not set
79420 -CONFIG_HAVE_KPROBES=y
79421 -CONFIG_HAVE_KRETPROBES=y
79422 -CONFIG_PROC_PAGE_MONITOR=y
79423 -CONFIG_SLABINFO=y
79424 -CONFIG_RT_MUTEXES=y
79425 -# CONFIG_TINY_SHMEM is not set
79426 -CONFIG_BASE_SMALL=0
79427 -CONFIG_MODULES=y
79428 -# CONFIG_MODULE_UNLOAD is not set
79429 -CONFIG_MODVERSIONS=y
79430 -# CONFIG_MODULE_SRCVERSION_ALL is not set
79431 -CONFIG_KMOD=y
79432 -CONFIG_BLOCK=y
79433 -# CONFIG_LBD is not set
79434 -# CONFIG_BLK_DEV_IO_TRACE is not set
79435 -# CONFIG_LSF is not set
79436 -# CONFIG_BLK_DEV_BSG is not set
79437 -
79438 -#
79439 -# IO Schedulers
79440 -#
79441 -CONFIG_IOSCHED_NOOP=y
79442 -CONFIG_IOSCHED_AS=y
79443 -CONFIG_IOSCHED_DEADLINE=y
79444 -CONFIG_IOSCHED_CFQ=y
79445 -# CONFIG_DEFAULT_AS is not set
79446 -# CONFIG_DEFAULT_DEADLINE is not set
79447 -CONFIG_DEFAULT_CFQ=y
79448 -# CONFIG_DEFAULT_NOOP is not set
79449 -CONFIG_DEFAULT_IOSCHED="cfq"
79450 -CONFIG_CLASSIC_RCU=y
79451 -
79452 -#
79453 -# Platform support
79454 -#
79455 -# CONFIG_PPC_MPC512x is not set
79456 -# CONFIG_PPC_MPC5121 is not set
79457 -# CONFIG_PPC_CELL is not set
79458 -# CONFIG_PPC_CELL_NATIVE is not set
79459 -# CONFIG_PQ2ADS is not set
79460 -CONFIG_MPC85xx=y
79461 -# CONFIG_MPC8540_ADS is not set
79462 -# CONFIG_MPC8560_ADS is not set
79463 -# CONFIG_MPC85xx_CDS is not set
79464 -# CONFIG_MPC85xx_MDS is not set
79465 -# CONFIG_MPC85xx_DS is not set
79466 -CONFIG_STX_GP3=y
79467 -# CONFIG_TQM8540 is not set
79468 -# CONFIG_TQM8541 is not set
79469 -# CONFIG_TQM8555 is not set
79470 -# CONFIG_TQM8560 is not set
79471 -# CONFIG_SBC8548 is not set
79472 -# CONFIG_SBC8560 is not set
79473 -# CONFIG_IPIC is not set
79474 -CONFIG_MPIC=y
79475 -# CONFIG_MPIC_WEIRD is not set
79476 -# CONFIG_PPC_I8259 is not set
79477 -# CONFIG_PPC_RTAS is not set
79478 -# CONFIG_MMIO_NVRAM is not set
79479 -# CONFIG_PPC_MPC106 is not set
79480 -# CONFIG_PPC_970_NAP is not set
79481 -# CONFIG_PPC_INDIRECT_IO is not set
79482 -# CONFIG_GENERIC_IOMAP is not set
79483 -# CONFIG_CPU_FREQ is not set
79484 -CONFIG_CPM2=y
79485 -CONFIG_PPC_CPM_NEW_BINDING=y
79486 -# CONFIG_FSL_ULI1575 is not set
79487 -CONFIG_CPM=y
79488 -
79489 -#
79490 -# Kernel options
79491 -#
79492 -CONFIG_HIGHMEM=y
79493 -# CONFIG_TICK_ONESHOT is not set
79494 -# CONFIG_NO_HZ is not set
79495 -# CONFIG_HIGH_RES_TIMERS is not set
79496 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
79497 -# CONFIG_HZ_100 is not set
79498 -CONFIG_HZ_250=y
79499 -# CONFIG_HZ_300 is not set
79500 -# CONFIG_HZ_1000 is not set
79501 -CONFIG_HZ=250
79502 -# CONFIG_SCHED_HRTICK is not set
79503 -CONFIG_PREEMPT_NONE=y
79504 -# CONFIG_PREEMPT_VOLUNTARY is not set
79505 -# CONFIG_PREEMPT is not set
79506 -CONFIG_BINFMT_ELF=y
79507 -CONFIG_BINFMT_MISC=m
79508 -CONFIG_MATH_EMULATION=y
79509 -# CONFIG_IOMMU_HELPER is not set
79510 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
79511 -CONFIG_ARCH_HAS_WALK_MEMORY=y
79512 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
79513 -CONFIG_ARCH_FLATMEM_ENABLE=y
79514 -CONFIG_ARCH_POPULATES_NODE_MAP=y
79515 -CONFIG_SELECT_MEMORY_MODEL=y
79516 -CONFIG_FLATMEM_MANUAL=y
79517 -# CONFIG_DISCONTIGMEM_MANUAL is not set
79518 -# CONFIG_SPARSEMEM_MANUAL is not set
79519 -CONFIG_FLATMEM=y
79520 -CONFIG_FLAT_NODE_MEM_MAP=y
79521 -# CONFIG_SPARSEMEM_STATIC is not set
79522 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
79523 -CONFIG_SPLIT_PTLOCK_CPUS=4
79524 -# CONFIG_RESOURCES_64BIT is not set
79525 -CONFIG_ZONE_DMA_FLAG=1
79526 -CONFIG_BOUNCE=y
79527 -CONFIG_VIRT_TO_BUS=y
79528 -CONFIG_PROC_DEVICETREE=y
79529 -# CONFIG_CMDLINE_BOOL is not set
79530 -# CONFIG_PM is not set
79531 -CONFIG_SECCOMP=y
79532 -CONFIG_ISA_DMA_API=y
79533 -
79534 -#
79535 -# Bus options
79536 -#
79537 -CONFIG_ZONE_DMA=y
79538 -CONFIG_PPC_INDIRECT_PCI=y
79539 -CONFIG_FSL_SOC=y
79540 -CONFIG_FSL_PCI=y
79541 -CONFIG_PCI=y
79542 -CONFIG_PCI_DOMAINS=y
79543 -CONFIG_PCI_SYSCALL=y
79544 -# CONFIG_PCIEPORTBUS is not set
79545 -CONFIG_ARCH_SUPPORTS_MSI=y
79546 -# CONFIG_PCI_MSI is not set
79547 -CONFIG_PCI_LEGACY=y
79548 -# CONFIG_PCI_DEBUG is not set
79549 -# CONFIG_PCCARD is not set
79550 -# CONFIG_HOTPLUG_PCI is not set
79551 -
79552 -#
79553 -# Advanced setup
79554 -#
79555 -# CONFIG_ADVANCED_OPTIONS is not set
79556 -
79557 -#
79558 -# Default settings for advanced configuration options are used
79559 -#
79560 -CONFIG_HIGHMEM_START=0xfe000000
79561 -CONFIG_LOWMEM_SIZE=0x30000000
79562 -CONFIG_KERNEL_START=0xc0000000
79563 -CONFIG_TASK_SIZE=0xc0000000
79564 -CONFIG_BOOT_LOAD=0x00800000
79565 -
79566 -#
79567 -# Networking
79568 -#
79569 -CONFIG_NET=y
79570 -
79571 -#
79572 -# Networking options
79573 -#
79574 -CONFIG_PACKET=y
79575 -# CONFIG_PACKET_MMAP is not set
79576 -CONFIG_UNIX=y
79577 -CONFIG_XFRM=y
79578 -# CONFIG_XFRM_USER is not set
79579 -# CONFIG_XFRM_SUB_POLICY is not set
79580 -# CONFIG_XFRM_MIGRATE is not set
79581 -# CONFIG_XFRM_STATISTICS is not set
79582 -# CONFIG_NET_KEY is not set
79583 -CONFIG_INET=y
79584 -# CONFIG_IP_MULTICAST is not set
79585 -# CONFIG_IP_ADVANCED_ROUTER is not set
79586 -CONFIG_IP_FIB_HASH=y
79587 -CONFIG_IP_PNP=y
79588 -# CONFIG_IP_PNP_DHCP is not set
79589 -CONFIG_IP_PNP_BOOTP=y
79590 -# CONFIG_IP_PNP_RARP is not set
79591 -# CONFIG_NET_IPIP is not set
79592 -# CONFIG_NET_IPGRE is not set
79593 -# CONFIG_ARPD is not set
79594 -# CONFIG_SYN_COOKIES is not set
79595 -# CONFIG_INET_AH is not set
79596 -# CONFIG_INET_ESP is not set
79597 -# CONFIG_INET_IPCOMP is not set
79598 -# CONFIG_INET_XFRM_TUNNEL is not set
79599 -# CONFIG_INET_TUNNEL is not set
79600 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
79601 -CONFIG_INET_XFRM_MODE_TUNNEL=y
79602 -CONFIG_INET_XFRM_MODE_BEET=y
79603 -# CONFIG_INET_LRO is not set
79604 -CONFIG_INET_DIAG=y
79605 -CONFIG_INET_TCP_DIAG=y
79606 -# CONFIG_TCP_CONG_ADVANCED is not set
79607 -CONFIG_TCP_CONG_CUBIC=y
79608 -CONFIG_DEFAULT_TCP_CONG="cubic"
79609 -# CONFIG_TCP_MD5SIG is not set
79610 -# CONFIG_IP_VS is not set
79611 -# CONFIG_IPV6 is not set
79612 -# CONFIG_INET6_XFRM_TUNNEL is not set
79613 -# CONFIG_INET6_TUNNEL is not set
79614 -# CONFIG_NETWORK_SECMARK is not set
79615 -CONFIG_NETFILTER=y
79616 -# CONFIG_NETFILTER_DEBUG is not set
79617 -CONFIG_NETFILTER_ADVANCED=y
79618 -
79619 -#
79620 -# Core Netfilter Configuration
79621 -#
79622 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
79623 -# CONFIG_NETFILTER_NETLINK_LOG is not set
79624 -# CONFIG_NF_CONNTRACK is not set
79625 -CONFIG_NETFILTER_XTABLES=m
79626 -# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
79627 -# CONFIG_NETFILTER_XT_TARGET_MARK is not set
79628 -# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
79629 -# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
79630 -# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
79631 -# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
79632 -# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
79633 -# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
79634 -# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
79635 -# CONFIG_NETFILTER_XT_MATCH_ESP is not set
79636 -# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
79637 -# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
79638 -# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
79639 -# CONFIG_NETFILTER_XT_MATCH_MAC is not set
79640 -# CONFIG_NETFILTER_XT_MATCH_MARK is not set
79641 -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
79642 -# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
79643 -# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
79644 -# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
79645 -# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
79646 -# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
79647 -# CONFIG_NETFILTER_XT_MATCH_REALM is not set
79648 -# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
79649 -# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
79650 -# CONFIG_NETFILTER_XT_MATCH_STRING is not set
79651 -# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
79652 -# CONFIG_NETFILTER_XT_MATCH_TIME is not set
79653 -# CONFIG_NETFILTER_XT_MATCH_U32 is not set
79654 -# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
79655 -
79656 -#
79657 -# IP: Netfilter Configuration
79658 -#
79659 -# CONFIG_IP_NF_QUEUE is not set
79660 -CONFIG_IP_NF_IPTABLES=m
79661 -# CONFIG_IP_NF_MATCH_RECENT is not set
79662 -# CONFIG_IP_NF_MATCH_ECN is not set
79663 -# CONFIG_IP_NF_MATCH_AH is not set
79664 -# CONFIG_IP_NF_MATCH_TTL is not set
79665 -# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
79666 -CONFIG_IP_NF_FILTER=m
79667 -# CONFIG_IP_NF_TARGET_REJECT is not set
79668 -# CONFIG_IP_NF_TARGET_LOG is not set
79669 -# CONFIG_IP_NF_TARGET_ULOG is not set
79670 -# CONFIG_IP_NF_MANGLE is not set
79671 -# CONFIG_IP_NF_RAW is not set
79672 -# CONFIG_IP_NF_ARPTABLES is not set
79673 -# CONFIG_IP_DCCP is not set
79674 -# CONFIG_IP_SCTP is not set
79675 -# CONFIG_TIPC is not set
79676 -# CONFIG_ATM is not set
79677 -# CONFIG_BRIDGE is not set
79678 -# CONFIG_VLAN_8021Q is not set
79679 -# CONFIG_DECNET is not set
79680 -# CONFIG_LLC2 is not set
79681 -# CONFIG_IPX is not set
79682 -# CONFIG_ATALK is not set
79683 -# CONFIG_X25 is not set
79684 -# CONFIG_LAPB is not set
79685 -# CONFIG_ECONET is not set
79686 -# CONFIG_WAN_ROUTER is not set
79687 -# CONFIG_NET_SCHED is not set
79688 -
79689 -#
79690 -# Network testing
79691 -#
79692 -CONFIG_NET_PKTGEN=y
79693 -# CONFIG_HAMRADIO is not set
79694 -# CONFIG_CAN is not set
79695 -# CONFIG_IRDA is not set
79696 -# CONFIG_BT is not set
79697 -# CONFIG_AF_RXRPC is not set
79698 -
79699 -#
79700 -# Wireless
79701 -#
79702 -# CONFIG_CFG80211 is not set
79703 -# CONFIG_WIRELESS_EXT is not set
79704 -# CONFIG_MAC80211 is not set
79705 -# CONFIG_IEEE80211 is not set
79706 -# CONFIG_RFKILL is not set
79707 -# CONFIG_NET_9P is not set
79708 -
79709 -#
79710 -# Device Drivers
79711 -#
79712 -
79713 -#
79714 -# Generic Driver Options
79715 -#
79716 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
79717 -CONFIG_STANDALONE=y
79718 -CONFIG_PREVENT_FIRMWARE_BUILD=y
79719 -# CONFIG_FW_LOADER is not set
79720 -# CONFIG_DEBUG_DRIVER is not set
79721 -# CONFIG_DEBUG_DEVRES is not set
79722 -# CONFIG_SYS_HYPERVISOR is not set
79723 -# CONFIG_CONNECTOR is not set
79724 -# CONFIG_MTD is not set
79725 -CONFIG_OF_DEVICE=y
79726 -CONFIG_PARPORT=m
79727 -CONFIG_PARPORT_PC=m
79728 -# CONFIG_PARPORT_PC_FIFO is not set
79729 -# CONFIG_PARPORT_PC_SUPERIO is not set
79730 -# CONFIG_PARPORT_GSC is not set
79731 -# CONFIG_PARPORT_AX88796 is not set
79732 -# CONFIG_PARPORT_1284 is not set
79733 -CONFIG_BLK_DEV=y
79734 -# CONFIG_BLK_DEV_FD is not set
79735 -# CONFIG_PARIDE is not set
79736 -# CONFIG_BLK_CPQ_DA is not set
79737 -# CONFIG_BLK_CPQ_CISS_DA is not set
79738 -# CONFIG_BLK_DEV_DAC960 is not set
79739 -# CONFIG_BLK_DEV_UMEM is not set
79740 -# CONFIG_BLK_DEV_COW_COMMON is not set
79741 -CONFIG_BLK_DEV_LOOP=m
79742 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
79743 -CONFIG_BLK_DEV_NBD=m
79744 -# CONFIG_BLK_DEV_SX8 is not set
79745 -CONFIG_BLK_DEV_RAM=y
79746 -CONFIG_BLK_DEV_RAM_COUNT=16
79747 -CONFIG_BLK_DEV_RAM_SIZE=32768
79748 -# CONFIG_BLK_DEV_XIP is not set
79749 -# CONFIG_CDROM_PKTCDVD is not set
79750 -# CONFIG_ATA_OVER_ETH is not set
79751 -CONFIG_MISC_DEVICES=y
79752 -# CONFIG_PHANTOM is not set
79753 -# CONFIG_EEPROM_93CX6 is not set
79754 -# CONFIG_SGI_IOC4 is not set
79755 -# CONFIG_TIFM_CORE is not set
79756 -# CONFIG_ENCLOSURE_SERVICES is not set
79757 -CONFIG_HAVE_IDE=y
79758 -CONFIG_IDE=y
79759 -CONFIG_IDE_MAX_HWIFS=4
79760 -CONFIG_BLK_DEV_IDE=y
79761 -
79762 -#
79763 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
79764 -#
79765 -# CONFIG_BLK_DEV_IDE_SATA is not set
79766 -CONFIG_BLK_DEV_IDEDISK=y
79767 -# CONFIG_IDEDISK_MULTI_MODE is not set
79768 -CONFIG_BLK_DEV_IDECD=m
79769 -CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
79770 -# CONFIG_BLK_DEV_IDETAPE is not set
79771 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
79772 -# CONFIG_BLK_DEV_IDESCSI is not set
79773 -# CONFIG_IDE_TASK_IOCTL is not set
79774 -CONFIG_IDE_PROC_FS=y
79775 -
79776 -#
79777 -# IDE chipset support/bugfixes
79778 -#
79779 -CONFIG_IDE_GENERIC=y
79780 -# CONFIG_BLK_DEV_PLATFORM is not set
79781 -
79782 -#
79783 -# PCI IDE chipsets support
79784 -#
79785 -# CONFIG_BLK_DEV_GENERIC is not set
79786 -# CONFIG_BLK_DEV_OPTI621 is not set
79787 -# CONFIG_BLK_DEV_AEC62XX is not set
79788 -# CONFIG_BLK_DEV_ALI15X3 is not set
79789 -# CONFIG_BLK_DEV_AMD74XX is not set
79790 -# CONFIG_BLK_DEV_CMD64X is not set
79791 -# CONFIG_BLK_DEV_TRIFLEX is not set
79792 -# CONFIG_BLK_DEV_CY82C693 is not set
79793 -# CONFIG_BLK_DEV_CS5520 is not set
79794 -# CONFIG_BLK_DEV_CS5530 is not set
79795 -# CONFIG_BLK_DEV_HPT34X is not set
79796 -# CONFIG_BLK_DEV_HPT366 is not set
79797 -# CONFIG_BLK_DEV_JMICRON is not set
79798 -# CONFIG_BLK_DEV_SC1200 is not set
79799 -# CONFIG_BLK_DEV_PIIX is not set
79800 -# CONFIG_BLK_DEV_IT8213 is not set
79801 -# CONFIG_BLK_DEV_IT821X is not set
79802 -# CONFIG_BLK_DEV_NS87415 is not set
79803 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
79804 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
79805 -# CONFIG_BLK_DEV_SVWKS is not set
79806 -# CONFIG_BLK_DEV_SIIMAGE is not set
79807 -# CONFIG_BLK_DEV_SL82C105 is not set
79808 -# CONFIG_BLK_DEV_SLC90E66 is not set
79809 -# CONFIG_BLK_DEV_TRM290 is not set
79810 -# CONFIG_BLK_DEV_VIA82CXXX is not set
79811 -# CONFIG_BLK_DEV_TC86C001 is not set
79812 -# CONFIG_BLK_DEV_IDEDMA is not set
79813 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
79814 -# CONFIG_BLK_DEV_HD is not set
79815 -
79816 -#
79817 -# SCSI device support
79818 -#
79819 -# CONFIG_RAID_ATTRS is not set
79820 -CONFIG_SCSI=m
79821 -CONFIG_SCSI_DMA=y
79822 -# CONFIG_SCSI_TGT is not set
79823 -# CONFIG_SCSI_NETLINK is not set
79824 -CONFIG_SCSI_PROC_FS=y
79825 -
79826 -#
79827 -# SCSI support type (disk, tape, CD-ROM)
79828 -#
79829 -CONFIG_BLK_DEV_SD=m
79830 -CONFIG_CHR_DEV_ST=m
79831 -# CONFIG_CHR_DEV_OSST is not set
79832 -CONFIG_BLK_DEV_SR=m
79833 -# CONFIG_BLK_DEV_SR_VENDOR is not set
79834 -CONFIG_CHR_DEV_SG=m
79835 -# CONFIG_CHR_DEV_SCH is not set
79836 -
79837 -#
79838 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
79839 -#
79840 -CONFIG_SCSI_MULTI_LUN=y
79841 -CONFIG_SCSI_CONSTANTS=y
79842 -# CONFIG_SCSI_LOGGING is not set
79843 -# CONFIG_SCSI_SCAN_ASYNC is not set
79844 -CONFIG_SCSI_WAIT_SCAN=m
79845 -
79846 -#
79847 -# SCSI Transports
79848 -#
79849 -# CONFIG_SCSI_SPI_ATTRS is not set
79850 -# CONFIG_SCSI_FC_ATTRS is not set
79851 -# CONFIG_SCSI_ISCSI_ATTRS is not set
79852 -# CONFIG_SCSI_SAS_LIBSAS is not set
79853 -# CONFIG_SCSI_SRP_ATTRS is not set
79854 -CONFIG_SCSI_LOWLEVEL=y
79855 -# CONFIG_ISCSI_TCP is not set
79856 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
79857 -# CONFIG_SCSI_3W_9XXX is not set
79858 -# CONFIG_SCSI_ACARD is not set
79859 -# CONFIG_SCSI_AACRAID is not set
79860 -# CONFIG_SCSI_AIC7XXX is not set
79861 -# CONFIG_SCSI_AIC7XXX_OLD is not set
79862 -# CONFIG_SCSI_AIC79XX is not set
79863 -# CONFIG_SCSI_AIC94XX is not set
79864 -# CONFIG_SCSI_DPT_I2O is not set
79865 -# CONFIG_SCSI_ADVANSYS is not set
79866 -# CONFIG_SCSI_ARCMSR is not set
79867 -# CONFIG_MEGARAID_NEWGEN is not set
79868 -# CONFIG_MEGARAID_LEGACY is not set
79869 -# CONFIG_MEGARAID_SAS is not set
79870 -# CONFIG_SCSI_HPTIOP is not set
79871 -# CONFIG_SCSI_BUSLOGIC is not set
79872 -# CONFIG_SCSI_DMX3191D is not set
79873 -# CONFIG_SCSI_EATA is not set
79874 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
79875 -# CONFIG_SCSI_GDTH is not set
79876 -# CONFIG_SCSI_IPS is not set
79877 -# CONFIG_SCSI_INITIO is not set
79878 -# CONFIG_SCSI_INIA100 is not set
79879 -# CONFIG_SCSI_PPA is not set
79880 -# CONFIG_SCSI_IMM is not set
79881 -# CONFIG_SCSI_MVSAS is not set
79882 -# CONFIG_SCSI_STEX is not set
79883 -# CONFIG_SCSI_SYM53C8XX_2 is not set
79884 -# CONFIG_SCSI_QLOGIC_1280 is not set
79885 -# CONFIG_SCSI_QLA_FC is not set
79886 -# CONFIG_SCSI_QLA_ISCSI is not set
79887 -# CONFIG_SCSI_LPFC is not set
79888 -# CONFIG_SCSI_DC395x is not set
79889 -# CONFIG_SCSI_DC390T is not set
79890 -# CONFIG_SCSI_NSP32 is not set
79891 -# CONFIG_SCSI_DEBUG is not set
79892 -# CONFIG_SCSI_SRP is not set
79893 -# CONFIG_ATA is not set
79894 -# CONFIG_MD is not set
79895 -# CONFIG_FUSION is not set
79896 -
79897 -#
79898 -# IEEE 1394 (FireWire) support
79899 -#
79900 -# CONFIG_FIREWIRE is not set
79901 -# CONFIG_IEEE1394 is not set
79902 -# CONFIG_I2O is not set
79903 -# CONFIG_MACINTOSH_DRIVERS is not set
79904 -CONFIG_NETDEVICES=y
79905 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
79906 -# CONFIG_DUMMY is not set
79907 -# CONFIG_BONDING is not set
79908 -# CONFIG_MACVLAN is not set
79909 -# CONFIG_EQUALIZER is not set
79910 -# CONFIG_TUN is not set
79911 -# CONFIG_VETH is not set
79912 -# CONFIG_ARCNET is not set
79913 -CONFIG_PHYLIB=y
79914 -
79915 -#
79916 -# MII PHY device drivers
79917 -#
79918 -CONFIG_MARVELL_PHY=y
79919 -# CONFIG_DAVICOM_PHY is not set
79920 -# CONFIG_QSEMI_PHY is not set
79921 -# CONFIG_LXT_PHY is not set
79922 -# CONFIG_CICADA_PHY is not set
79923 -# CONFIG_VITESSE_PHY is not set
79924 -# CONFIG_SMSC_PHY is not set
79925 -# CONFIG_BROADCOM_PHY is not set
79926 -# CONFIG_ICPLUS_PHY is not set
79927 -# CONFIG_REALTEK_PHY is not set
79928 -# CONFIG_FIXED_PHY is not set
79929 -# CONFIG_MDIO_BITBANG is not set
79930 -CONFIG_NET_ETHERNET=y
79931 -# CONFIG_MII is not set
79932 -# CONFIG_HAPPYMEAL is not set
79933 -# CONFIG_SUNGEM is not set
79934 -# CONFIG_CASSINI is not set
79935 -# CONFIG_NET_VENDOR_3COM is not set
79936 -# CONFIG_NET_TULIP is not set
79937 -# CONFIG_HP100 is not set
79938 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
79939 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
79940 -# CONFIG_IBM_NEW_EMAC_TAH is not set
79941 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
79942 -# CONFIG_NET_PCI is not set
79943 -# CONFIG_B44 is not set
79944 -# CONFIG_NET_POCKET is not set
79945 -# CONFIG_FS_ENET is not set
79946 -CONFIG_NETDEV_1000=y
79947 -# CONFIG_ACENIC is not set
79948 -# CONFIG_DL2K is not set
79949 -# CONFIG_E1000 is not set
79950 -# CONFIG_E1000E is not set
79951 -# CONFIG_E1000E_ENABLED is not set
79952 -# CONFIG_IP1000 is not set
79953 -# CONFIG_IGB is not set
79954 -# CONFIG_NS83820 is not set
79955 -# CONFIG_HAMACHI is not set
79956 -# CONFIG_YELLOWFIN is not set
79957 -# CONFIG_R8169 is not set
79958 -# CONFIG_SIS190 is not set
79959 -# CONFIG_SKGE is not set
79960 -# CONFIG_SKY2 is not set
79961 -# CONFIG_SK98LIN is not set
79962 -# CONFIG_VIA_VELOCITY is not set
79963 -# CONFIG_TIGON3 is not set
79964 -# CONFIG_BNX2 is not set
79965 -CONFIG_GIANFAR=y
79966 -CONFIG_GFAR_NAPI=y
79967 -# CONFIG_QLA3XXX is not set
79968 -# CONFIG_ATL1 is not set
79969 -CONFIG_NETDEV_10000=y
79970 -# CONFIG_CHELSIO_T1 is not set
79971 -# CONFIG_CHELSIO_T3 is not set
79972 -# CONFIG_IXGBE is not set
79973 -# CONFIG_IXGB is not set
79974 -# CONFIG_S2IO is not set
79975 -# CONFIG_MYRI10GE is not set
79976 -# CONFIG_NETXEN_NIC is not set
79977 -# CONFIG_NIU is not set
79978 -# CONFIG_MLX4_CORE is not set
79979 -# CONFIG_TEHUTI is not set
79980 -# CONFIG_BNX2X is not set
79981 -# CONFIG_TR is not set
79982 -
79983 -#
79984 -# Wireless LAN
79985 -#
79986 -# CONFIG_WLAN_PRE80211 is not set
79987 -# CONFIG_WLAN_80211 is not set
79988 -# CONFIG_WAN is not set
79989 -# CONFIG_FDDI is not set
79990 -# CONFIG_HIPPI is not set
79991 -# CONFIG_PLIP is not set
79992 -# CONFIG_PPP is not set
79993 -# CONFIG_SLIP is not set
79994 -# CONFIG_NET_FC is not set
79995 -# CONFIG_NETCONSOLE is not set
79996 -# CONFIG_NETPOLL is not set
79997 -# CONFIG_NET_POLL_CONTROLLER is not set
79998 -# CONFIG_ISDN is not set
79999 -# CONFIG_PHONE is not set
80000 -
80001 -#
80002 -# Input device support
80003 -#
80004 -CONFIG_INPUT=y
80005 -# CONFIG_INPUT_FF_MEMLESS is not set
80006 -# CONFIG_INPUT_POLLDEV is not set
80007 -
80008 -#
80009 -# Userland interfaces
80010 -#
80011 -CONFIG_INPUT_MOUSEDEV=y
80012 -CONFIG_INPUT_MOUSEDEV_PSAUX=y
80013 -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
80014 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
80015 -CONFIG_INPUT_JOYDEV=m
80016 -CONFIG_INPUT_EVDEV=m
80017 -# CONFIG_INPUT_EVBUG is not set
80018 -
80019 -#
80020 -# Input Device Drivers
80021 -#
80022 -CONFIG_INPUT_KEYBOARD=y
80023 -CONFIG_KEYBOARD_ATKBD=y
80024 -# CONFIG_KEYBOARD_SUNKBD is not set
80025 -# CONFIG_KEYBOARD_LKKBD is not set
80026 -# CONFIG_KEYBOARD_XTKBD is not set
80027 -# CONFIG_KEYBOARD_NEWTON is not set
80028 -# CONFIG_KEYBOARD_STOWAWAY is not set
80029 -CONFIG_INPUT_MOUSE=y
80030 -CONFIG_MOUSE_PS2=y
80031 -CONFIG_MOUSE_PS2_ALPS=y
80032 -CONFIG_MOUSE_PS2_LOGIPS2PP=y
80033 -CONFIG_MOUSE_PS2_SYNAPTICS=y
80034 -CONFIG_MOUSE_PS2_LIFEBOOK=y
80035 -CONFIG_MOUSE_PS2_TRACKPOINT=y
80036 -# CONFIG_MOUSE_PS2_TOUCHKIT is not set
80037 -# CONFIG_MOUSE_SERIAL is not set
80038 -# CONFIG_MOUSE_APPLETOUCH is not set
80039 -# CONFIG_MOUSE_VSXXXAA is not set
80040 -# CONFIG_INPUT_JOYSTICK is not set
80041 -# CONFIG_INPUT_TABLET is not set
80042 -# CONFIG_INPUT_TOUCHSCREEN is not set
80043 -# CONFIG_INPUT_MISC is not set
80044 -
80045 -#
80046 -# Hardware I/O ports
80047 -#
80048 -CONFIG_SERIO=y
80049 -CONFIG_SERIO_I8042=y
80050 -CONFIG_SERIO_SERPORT=y
80051 -# CONFIG_SERIO_PARKBD is not set
80052 -# CONFIG_SERIO_PCIPS2 is not set
80053 -CONFIG_SERIO_LIBPS2=y
80054 -# CONFIG_SERIO_RAW is not set
80055 -# CONFIG_GAMEPORT is not set
80056 -
80057 -#
80058 -# Character devices
80059 -#
80060 -# CONFIG_VT is not set
80061 -# CONFIG_SERIAL_NONSTANDARD is not set
80062 -# CONFIG_NOZOMI is not set
80063 -
80064 -#
80065 -# Serial drivers
80066 -#
80067 -# CONFIG_SERIAL_8250 is not set
80068 -
80069 -#
80070 -# Non-8250 serial port support
80071 -#
80072 -# CONFIG_SERIAL_UARTLITE is not set
80073 -CONFIG_SERIAL_CORE=y
80074 -CONFIG_SERIAL_CORE_CONSOLE=y
80075 -CONFIG_SERIAL_CPM=y
80076 -CONFIG_SERIAL_CPM_CONSOLE=y
80077 -# CONFIG_SERIAL_CPM_SCC1 is not set
80078 -CONFIG_SERIAL_CPM_SCC2=y
80079 -# CONFIG_SERIAL_CPM_SCC3 is not set
80080 -# CONFIG_SERIAL_CPM_SCC4 is not set
80081 -# CONFIG_SERIAL_CPM_SMC1 is not set
80082 -# CONFIG_SERIAL_CPM_SMC2 is not set
80083 -# CONFIG_SERIAL_JSM is not set
80084 -CONFIG_UNIX98_PTYS=y
80085 -CONFIG_LEGACY_PTYS=y
80086 -CONFIG_LEGACY_PTY_COUNT=256
80087 -CONFIG_PRINTER=m
80088 -# CONFIG_LP_CONSOLE is not set
80089 -# CONFIG_PPDEV is not set
80090 -# CONFIG_IPMI_HANDLER is not set
80091 -CONFIG_HW_RANDOM=m
80092 -# CONFIG_NVRAM is not set
80093 -# CONFIG_GEN_RTC is not set
80094 -# CONFIG_R3964 is not set
80095 -# CONFIG_APPLICOM is not set
80096 -# CONFIG_RAW_DRIVER is not set
80097 -# CONFIG_TCG_TPM is not set
80098 -CONFIG_DEVPORT=y
80099 -CONFIG_I2C=m
80100 -CONFIG_I2C_BOARDINFO=y
80101 -CONFIG_I2C_CHARDEV=m
80102 -
80103 -#
80104 -# I2C Algorithms
80105 -#
80106 -CONFIG_I2C_ALGOBIT=m
80107 -# CONFIG_I2C_ALGOPCF is not set
80108 -# CONFIG_I2C_ALGOPCA is not set
80109 -
80110 -#
80111 -# I2C Hardware Bus support
80112 -#
80113 -# CONFIG_I2C_ALI1535 is not set
80114 -# CONFIG_I2C_ALI1563 is not set
80115 -# CONFIG_I2C_ALI15X3 is not set
80116 -# CONFIG_I2C_AMD756 is not set
80117 -# CONFIG_I2C_AMD8111 is not set
80118 -# CONFIG_I2C_I801 is not set
80119 -# CONFIG_I2C_I810 is not set
80120 -# CONFIG_I2C_PIIX4 is not set
80121 -# CONFIG_I2C_MPC is not set
80122 -# CONFIG_I2C_NFORCE2 is not set
80123 -# CONFIG_I2C_OCORES is not set
80124 -# CONFIG_I2C_PARPORT is not set
80125 -# CONFIG_I2C_PARPORT_LIGHT is not set
80126 -# CONFIG_I2C_PROSAVAGE is not set
80127 -# CONFIG_I2C_SAVAGE4 is not set
80128 -# CONFIG_I2C_SIMTEC is not set
80129 -# CONFIG_I2C_SIS5595 is not set
80130 -# CONFIG_I2C_SIS630 is not set
80131 -# CONFIG_I2C_SIS96X is not set
80132 -# CONFIG_I2C_TAOS_EVM is not set
80133 -# CONFIG_I2C_STUB is not set
80134 -# CONFIG_I2C_VIA is not set
80135 -# CONFIG_I2C_VIAPRO is not set
80136 -# CONFIG_I2C_VOODOO3 is not set
80137 -
80138 -#
80139 -# Miscellaneous I2C Chip support
80140 -#
80141 -# CONFIG_DS1682 is not set
80142 -# CONFIG_SENSORS_EEPROM is not set
80143 -# CONFIG_SENSORS_PCF8574 is not set
80144 -# CONFIG_PCF8575 is not set
80145 -# CONFIG_SENSORS_PCF8591 is not set
80146 -# CONFIG_TPS65010 is not set
80147 -# CONFIG_SENSORS_MAX6875 is not set
80148 -# CONFIG_SENSORS_TSL2550 is not set
80149 -# CONFIG_I2C_DEBUG_CORE is not set
80150 -# CONFIG_I2C_DEBUG_ALGO is not set
80151 -# CONFIG_I2C_DEBUG_BUS is not set
80152 -# CONFIG_I2C_DEBUG_CHIP is not set
80153 -
80154 -#
80155 -# SPI support
80156 -#
80157 -# CONFIG_SPI is not set
80158 -# CONFIG_SPI_MASTER is not set
80159 -# CONFIG_W1 is not set
80160 -# CONFIG_POWER_SUPPLY is not set
80161 -CONFIG_HWMON=y
80162 -# CONFIG_HWMON_VID is not set
80163 -# CONFIG_SENSORS_AD7418 is not set
80164 -# CONFIG_SENSORS_ADM1021 is not set
80165 -# CONFIG_SENSORS_ADM1025 is not set
80166 -# CONFIG_SENSORS_ADM1026 is not set
80167 -# CONFIG_SENSORS_ADM1029 is not set
80168 -# CONFIG_SENSORS_ADM1031 is not set
80169 -# CONFIG_SENSORS_ADM9240 is not set
80170 -# CONFIG_SENSORS_ADT7470 is not set
80171 -# CONFIG_SENSORS_ADT7473 is not set
80172 -# CONFIG_SENSORS_ATXP1 is not set
80173 -# CONFIG_SENSORS_DS1621 is not set
80174 -# CONFIG_SENSORS_I5K_AMB is not set
80175 -# CONFIG_SENSORS_F71805F is not set
80176 -# CONFIG_SENSORS_F71882FG is not set
80177 -# CONFIG_SENSORS_F75375S is not set
80178 -# CONFIG_SENSORS_GL518SM is not set
80179 -# CONFIG_SENSORS_GL520SM is not set
80180 -# CONFIG_SENSORS_IT87 is not set
80181 -# CONFIG_SENSORS_LM63 is not set
80182 -# CONFIG_SENSORS_LM75 is not set
80183 -# CONFIG_SENSORS_LM77 is not set
80184 -# CONFIG_SENSORS_LM78 is not set
80185 -# CONFIG_SENSORS_LM80 is not set
80186 -# CONFIG_SENSORS_LM83 is not set
80187 -# CONFIG_SENSORS_LM85 is not set
80188 -# CONFIG_SENSORS_LM87 is not set
80189 -# CONFIG_SENSORS_LM90 is not set
80190 -# CONFIG_SENSORS_LM92 is not set
80191 -# CONFIG_SENSORS_LM93 is not set
80192 -# CONFIG_SENSORS_MAX1619 is not set
80193 -# CONFIG_SENSORS_MAX6650 is not set
80194 -# CONFIG_SENSORS_PC87360 is not set
80195 -# CONFIG_SENSORS_PC87427 is not set
80196 -# CONFIG_SENSORS_SIS5595 is not set
80197 -# CONFIG_SENSORS_DME1737 is not set
80198 -# CONFIG_SENSORS_SMSC47M1 is not set
80199 -# CONFIG_SENSORS_SMSC47M192 is not set
80200 -# CONFIG_SENSORS_SMSC47B397 is not set
80201 -# CONFIG_SENSORS_ADS7828 is not set
80202 -# CONFIG_SENSORS_THMC50 is not set
80203 -# CONFIG_SENSORS_VIA686A is not set
80204 -# CONFIG_SENSORS_VT1211 is not set
80205 -# CONFIG_SENSORS_VT8231 is not set
80206 -# CONFIG_SENSORS_W83781D is not set
80207 -# CONFIG_SENSORS_W83791D is not set
80208 -# CONFIG_SENSORS_W83792D is not set
80209 -# CONFIG_SENSORS_W83793 is not set
80210 -# CONFIG_SENSORS_W83L785TS is not set
80211 -# CONFIG_SENSORS_W83L786NG is not set
80212 -# CONFIG_SENSORS_W83627HF is not set
80213 -# CONFIG_SENSORS_W83627EHF is not set
80214 -# CONFIG_HWMON_DEBUG_CHIP is not set
80215 -# CONFIG_THERMAL is not set
80216 -# CONFIG_WATCHDOG is not set
80217 -
80218 -#
80219 -# Sonics Silicon Backplane
80220 -#
80221 -CONFIG_SSB_POSSIBLE=y
80222 -# CONFIG_SSB is not set
80223 -
80224 -#
80225 -# Multifunction device drivers
80226 -#
80227 -# CONFIG_MFD_SM501 is not set
80228 -
80229 -#
80230 -# Multimedia devices
80231 -#
80232 -# CONFIG_VIDEO_DEV is not set
80233 -# CONFIG_DVB_CORE is not set
80234 -CONFIG_DAB=y
80235 -
80236 -#
80237 -# Graphics support
80238 -#
80239 -CONFIG_AGP=m
80240 -CONFIG_DRM=m
80241 -# CONFIG_DRM_TDFX is not set
80242 -# CONFIG_DRM_R128 is not set
80243 -# CONFIG_DRM_RADEON is not set
80244 -# CONFIG_DRM_MGA is not set
80245 -# CONFIG_DRM_SIS is not set
80246 -# CONFIG_DRM_VIA is not set
80247 -# CONFIG_DRM_SAVAGE is not set
80248 -# CONFIG_VGASTATE is not set
80249 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
80250 -# CONFIG_FB is not set
80251 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
80252 -
80253 -#
80254 -# Display device support
80255 -#
80256 -# CONFIG_DISPLAY_SUPPORT is not set
80257 -
80258 -#
80259 -# Sound
80260 -#
80261 -CONFIG_SOUND=m
80262 -
80263 -#
80264 -# Advanced Linux Sound Architecture
80265 -#
80266 -# CONFIG_SND is not set
80267 -
80268 -#
80269 -# Open Sound System
80270 -#
80271 -# CONFIG_SOUND_PRIME is not set
80272 -CONFIG_HID_SUPPORT=y
80273 -CONFIG_HID=y
80274 -# CONFIG_HID_DEBUG is not set
80275 -# CONFIG_HIDRAW is not set
80276 -CONFIG_USB_SUPPORT=y
80277 -CONFIG_USB_ARCH_HAS_HCD=y
80278 -CONFIG_USB_ARCH_HAS_OHCI=y
80279 -CONFIG_USB_ARCH_HAS_EHCI=y
80280 -# CONFIG_USB is not set
80281 -
80282 -#
80283 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
80284 -#
80285 -# CONFIG_USB_GADGET is not set
80286 -# CONFIG_MMC is not set
80287 -# CONFIG_MEMSTICK is not set
80288 -# CONFIG_NEW_LEDS is not set
80289 -# CONFIG_INFINIBAND is not set
80290 -# CONFIG_EDAC is not set
80291 -# CONFIG_RTC_CLASS is not set
80292 -# CONFIG_DMADEVICES is not set
80293 -# CONFIG_AUXDISPLAY is not set
80294 -
80295 -#
80296 -# Userspace I/O
80297 -#
80298 -# CONFIG_UIO is not set
80299 -
80300 -#
80301 -# File systems
80302 -#
80303 -CONFIG_EXT2_FS=y
80304 -# CONFIG_EXT2_FS_XATTR is not set
80305 -# CONFIG_EXT2_FS_XIP is not set
80306 -CONFIG_EXT3_FS=y
80307 -CONFIG_EXT3_FS_XATTR=y
80308 -# CONFIG_EXT3_FS_POSIX_ACL is not set
80309 -# CONFIG_EXT3_FS_SECURITY is not set
80310 -# CONFIG_EXT4DEV_FS is not set
80311 -CONFIG_JBD=y
80312 -CONFIG_FS_MBCACHE=y
80313 -# CONFIG_REISERFS_FS is not set
80314 -# CONFIG_JFS_FS is not set
80315 -# CONFIG_FS_POSIX_ACL is not set
80316 -# CONFIG_XFS_FS is not set
80317 -# CONFIG_GFS2_FS is not set
80318 -# CONFIG_OCFS2_FS is not set
80319 -CONFIG_DNOTIFY=y
80320 -CONFIG_INOTIFY=y
80321 -CONFIG_INOTIFY_USER=y
80322 -# CONFIG_QUOTA is not set
80323 -CONFIG_AUTOFS_FS=m
80324 -CONFIG_AUTOFS4_FS=y
80325 -# CONFIG_FUSE_FS is not set
80326 -
80327 -#
80328 -# CD-ROM/DVD Filesystems
80329 -#
80330 -CONFIG_ISO9660_FS=m
80331 -# CONFIG_JOLIET is not set
80332 -# CONFIG_ZISOFS is not set
80333 -CONFIG_UDF_FS=m
80334 -CONFIG_UDF_NLS=y
80335 -
80336 -#
80337 -# DOS/FAT/NT Filesystems
80338 -#
80339 -CONFIG_FAT_FS=m
80340 -CONFIG_MSDOS_FS=m
80341 -CONFIG_VFAT_FS=m
80342 -CONFIG_FAT_DEFAULT_CODEPAGE=437
80343 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
80344 -# CONFIG_NTFS_FS is not set
80345 -
80346 -#
80347 -# Pseudo filesystems
80348 -#
80349 -CONFIG_PROC_FS=y
80350 -# CONFIG_PROC_KCORE is not set
80351 -CONFIG_PROC_SYSCTL=y
80352 -CONFIG_SYSFS=y
80353 -CONFIG_TMPFS=y
80354 -# CONFIG_TMPFS_POSIX_ACL is not set
80355 -# CONFIG_HUGETLB_PAGE is not set
80356 -# CONFIG_CONFIGFS_FS is not set
80357 -
80358 -#
80359 -# Miscellaneous filesystems
80360 -#
80361 -# CONFIG_ADFS_FS is not set
80362 -# CONFIG_AFFS_FS is not set
80363 -# CONFIG_HFS_FS is not set
80364 -# CONFIG_HFSPLUS_FS is not set
80365 -# CONFIG_BEFS_FS is not set
80366 -# CONFIG_BFS_FS is not set
80367 -# CONFIG_EFS_FS is not set
80368 -CONFIG_CRAMFS=m
80369 -# CONFIG_VXFS_FS is not set
80370 -# CONFIG_MINIX_FS is not set
80371 -# CONFIG_HPFS_FS is not set
80372 -# CONFIG_QNX4FS_FS is not set
80373 -# CONFIG_ROMFS_FS is not set
80374 -# CONFIG_SYSV_FS is not set
80375 -# CONFIG_UFS_FS is not set
80376 -CONFIG_NETWORK_FILESYSTEMS=y
80377 -CONFIG_NFS_FS=y
80378 -CONFIG_NFS_V3=y
80379 -# CONFIG_NFS_V3_ACL is not set
80380 -# CONFIG_NFS_V4 is not set
80381 -# CONFIG_NFS_DIRECTIO is not set
80382 -# CONFIG_NFSD is not set
80383 -CONFIG_ROOT_NFS=y
80384 -CONFIG_LOCKD=y
80385 -CONFIG_LOCKD_V4=y
80386 -CONFIG_NFS_COMMON=y
80387 -CONFIG_SUNRPC=y
80388 -# CONFIG_SUNRPC_BIND34 is not set
80389 -# CONFIG_RPCSEC_GSS_KRB5 is not set
80390 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
80391 -CONFIG_SMB_FS=m
80392 -# CONFIG_SMB_NLS_DEFAULT is not set
80393 -# CONFIG_CIFS is not set
80394 -# CONFIG_NCP_FS is not set
80395 -# CONFIG_CODA_FS is not set
80396 -# CONFIG_AFS_FS is not set
80397 -
80398 -#
80399 -# Partition Types
80400 -#
80401 -# CONFIG_PARTITION_ADVANCED is not set
80402 -CONFIG_MSDOS_PARTITION=y
80403 -CONFIG_NLS=y
80404 -CONFIG_NLS_DEFAULT="iso8859-1"
80405 -# CONFIG_NLS_CODEPAGE_437 is not set
80406 -# CONFIG_NLS_CODEPAGE_737 is not set
80407 -# CONFIG_NLS_CODEPAGE_775 is not set
80408 -# CONFIG_NLS_CODEPAGE_850 is not set
80409 -# CONFIG_NLS_CODEPAGE_852 is not set
80410 -# CONFIG_NLS_CODEPAGE_855 is not set
80411 -# CONFIG_NLS_CODEPAGE_857 is not set
80412 -# CONFIG_NLS_CODEPAGE_860 is not set
80413 -# CONFIG_NLS_CODEPAGE_861 is not set
80414 -# CONFIG_NLS_CODEPAGE_862 is not set
80415 -# CONFIG_NLS_CODEPAGE_863 is not set
80416 -# CONFIG_NLS_CODEPAGE_864 is not set
80417 -# CONFIG_NLS_CODEPAGE_865 is not set
80418 -# CONFIG_NLS_CODEPAGE_866 is not set
80419 -# CONFIG_NLS_CODEPAGE_869 is not set
80420 -# CONFIG_NLS_CODEPAGE_936 is not set
80421 -# CONFIG_NLS_CODEPAGE_950 is not set
80422 -# CONFIG_NLS_CODEPAGE_932 is not set
80423 -# CONFIG_NLS_CODEPAGE_949 is not set
80424 -# CONFIG_NLS_CODEPAGE_874 is not set
80425 -# CONFIG_NLS_ISO8859_8 is not set
80426 -# CONFIG_NLS_CODEPAGE_1250 is not set
80427 -# CONFIG_NLS_CODEPAGE_1251 is not set
80428 -# CONFIG_NLS_ASCII is not set
80429 -# CONFIG_NLS_ISO8859_1 is not set
80430 -# CONFIG_NLS_ISO8859_2 is not set
80431 -# CONFIG_NLS_ISO8859_3 is not set
80432 -# CONFIG_NLS_ISO8859_4 is not set
80433 -# CONFIG_NLS_ISO8859_5 is not set
80434 -# CONFIG_NLS_ISO8859_6 is not set
80435 -# CONFIG_NLS_ISO8859_7 is not set
80436 -# CONFIG_NLS_ISO8859_9 is not set
80437 -# CONFIG_NLS_ISO8859_13 is not set
80438 -# CONFIG_NLS_ISO8859_14 is not set
80439 -# CONFIG_NLS_ISO8859_15 is not set
80440 -# CONFIG_NLS_KOI8_R is not set
80441 -# CONFIG_NLS_KOI8_U is not set
80442 -# CONFIG_NLS_UTF8 is not set
80443 -# CONFIG_DLM is not set
80444 -
80445 -#
80446 -# Library routines
80447 -#
80448 -CONFIG_BITREVERSE=y
80449 -CONFIG_CRC_CCITT=y
80450 -# CONFIG_CRC16 is not set
80451 -# CONFIG_CRC_ITU_T is not set
80452 -CONFIG_CRC32=y
80453 -# CONFIG_CRC7 is not set
80454 -# CONFIG_LIBCRC32C is not set
80455 -CONFIG_ZLIB_INFLATE=m
80456 -CONFIG_PLIST=y
80457 -CONFIG_HAS_IOMEM=y
80458 -CONFIG_HAS_IOPORT=y
80459 -CONFIG_HAS_DMA=y
80460 -
80461 -#
80462 -# Kernel hacking
80463 -#
80464 -# CONFIG_PRINTK_TIME is not set
80465 -CONFIG_ENABLE_WARN_DEPRECATED=y
80466 -CONFIG_ENABLE_MUST_CHECK=y
80467 -# CONFIG_MAGIC_SYSRQ is not set
80468 -# CONFIG_UNUSED_SYMBOLS is not set
80469 -# CONFIG_DEBUG_FS is not set
80470 -# CONFIG_HEADERS_CHECK is not set
80471 -CONFIG_DEBUG_KERNEL=y
80472 -# CONFIG_DEBUG_SHIRQ is not set
80473 -CONFIG_DETECT_SOFTLOCKUP=y
80474 -CONFIG_SCHED_DEBUG=y
80475 -# CONFIG_SCHEDSTATS is not set
80476 -# CONFIG_TIMER_STATS is not set
80477 -# CONFIG_SLUB_DEBUG_ON is not set
80478 -# CONFIG_SLUB_STATS is not set
80479 -# CONFIG_DEBUG_RT_MUTEXES is not set
80480 -# CONFIG_RT_MUTEX_TESTER is not set
80481 -# CONFIG_DEBUG_SPINLOCK is not set
80482 -# CONFIG_DEBUG_MUTEXES is not set
80483 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
80484 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
80485 -# CONFIG_DEBUG_KOBJECT is not set
80486 -# CONFIG_DEBUG_HIGHMEM is not set
80487 -# CONFIG_DEBUG_BUGVERBOSE is not set
80488 -# CONFIG_DEBUG_INFO is not set
80489 -# CONFIG_DEBUG_VM is not set
80490 -# CONFIG_DEBUG_LIST is not set
80491 -# CONFIG_DEBUG_SG is not set
80492 -# CONFIG_BOOT_PRINTK_DELAY is not set
80493 -# CONFIG_RCU_TORTURE_TEST is not set
80494 -# CONFIG_BACKTRACE_SELF_TEST is not set
80495 -# CONFIG_FAULT_INJECTION is not set
80496 -# CONFIG_SAMPLES is not set
80497 -# CONFIG_DEBUG_STACKOVERFLOW is not set
80498 -# CONFIG_DEBUG_STACK_USAGE is not set
80499 -# CONFIG_DEBUG_PAGEALLOC is not set
80500 -# CONFIG_DEBUGGER is not set
80501 -# CONFIG_KGDB_CONSOLE is not set
80502 -CONFIG_BDI_SWITCH=y
80503 -# CONFIG_PPC_EARLY_DEBUG is not set
80504 -
80505 -#
80506 -# Security options
80507 -#
80508 -# CONFIG_KEYS is not set
80509 -# CONFIG_SECURITY is not set
80510 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
80511 -CONFIG_CRYPTO=y
80512 -# CONFIG_CRYPTO_SEQIV is not set
80513 -# CONFIG_CRYPTO_MANAGER is not set
80514 -# CONFIG_CRYPTO_HMAC is not set
80515 -# CONFIG_CRYPTO_XCBC is not set
80516 -# CONFIG_CRYPTO_NULL is not set
80517 -# CONFIG_CRYPTO_MD4 is not set
80518 -# CONFIG_CRYPTO_MD5 is not set
80519 -# CONFIG_CRYPTO_SHA1 is not set
80520 -# CONFIG_CRYPTO_SHA256 is not set
80521 -# CONFIG_CRYPTO_SHA512 is not set
80522 -# CONFIG_CRYPTO_WP512 is not set
80523 -# CONFIG_CRYPTO_TGR192 is not set
80524 -# CONFIG_CRYPTO_GF128MUL is not set
80525 -# CONFIG_CRYPTO_ECB is not set
80526 -# CONFIG_CRYPTO_CBC is not set
80527 -# CONFIG_CRYPTO_PCBC is not set
80528 -# CONFIG_CRYPTO_LRW is not set
80529 -# CONFIG_CRYPTO_XTS is not set
80530 -# CONFIG_CRYPTO_CTR is not set
80531 -# CONFIG_CRYPTO_GCM is not set
80532 -# CONFIG_CRYPTO_CCM is not set
80533 -# CONFIG_CRYPTO_CRYPTD is not set
80534 -# CONFIG_CRYPTO_DES is not set
80535 -# CONFIG_CRYPTO_FCRYPT is not set
80536 -# CONFIG_CRYPTO_BLOWFISH is not set
80537 -# CONFIG_CRYPTO_TWOFISH is not set
80538 -# CONFIG_CRYPTO_SERPENT is not set
80539 -# CONFIG_CRYPTO_AES is not set
80540 -# CONFIG_CRYPTO_CAST5 is not set
80541 -# CONFIG_CRYPTO_CAST6 is not set
80542 -# CONFIG_CRYPTO_TEA is not set
80543 -# CONFIG_CRYPTO_ARC4 is not set
80544 -# CONFIG_CRYPTO_KHAZAD is not set
80545 -# CONFIG_CRYPTO_ANUBIS is not set
80546 -# CONFIG_CRYPTO_SEED is not set
80547 -# CONFIG_CRYPTO_SALSA20 is not set
80548 -# CONFIG_CRYPTO_DEFLATE is not set
80549 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
80550 -# CONFIG_CRYPTO_CRC32C is not set
80551 -# CONFIG_CRYPTO_CAMELLIA is not set
80552 -# CONFIG_CRYPTO_TEST is not set
80553 -# CONFIG_CRYPTO_AUTHENC is not set
80554 -# CONFIG_CRYPTO_LZO is not set
80555 -CONFIG_CRYPTO_HW=y
80556 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
80557 -# CONFIG_PPC_CLOCK is not set
80558 -CONFIG_PPC_LIB_RHEAP=y
80559 --- a/arch/powerpc/configs/taishan_defconfig
80560 +++ /dev/null
80561 @@ -1,815 +0,0 @@
80562 -#
80563 -# Automatically generated make config: don't edit
80564 -# Linux kernel version: 2.6.25-rc2
80565 -# Fri Feb 15 21:40:44 2008
80566 -#
80567 -# CONFIG_PPC64 is not set
80568 -
80569 -#
80570 -# Processor support
80571 -#
80572 -# CONFIG_6xx is not set
80573 -# CONFIG_PPC_85xx is not set
80574 -# CONFIG_PPC_8xx is not set
80575 -# CONFIG_40x is not set
80576 -CONFIG_44x=y
80577 -# CONFIG_E200 is not set
80578 -CONFIG_4xx=y
80579 -CONFIG_BOOKE=y
80580 -CONFIG_PTE_64BIT=y
80581 -CONFIG_PHYS_64BIT=y
80582 -# CONFIG_PPC_MM_SLICES is not set
80583 -CONFIG_NOT_COHERENT_CACHE=y
80584 -CONFIG_PPC32=y
80585 -CONFIG_WORD_SIZE=32
80586 -CONFIG_PPC_MERGE=y
80587 -CONFIG_MMU=y
80588 -CONFIG_GENERIC_CMOS_UPDATE=y
80589 -CONFIG_GENERIC_TIME=y
80590 -CONFIG_GENERIC_TIME_VSYSCALL=y
80591 -CONFIG_GENERIC_CLOCKEVENTS=y
80592 -CONFIG_GENERIC_HARDIRQS=y
80593 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
80594 -CONFIG_IRQ_PER_CPU=y
80595 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
80596 -CONFIG_ARCH_HAS_ILOG2_U32=y
80597 -CONFIG_GENERIC_HWEIGHT=y
80598 -CONFIG_GENERIC_CALIBRATE_DELAY=y
80599 -CONFIG_GENERIC_FIND_NEXT_BIT=y
80600 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
80601 -CONFIG_PPC=y
80602 -CONFIG_EARLY_PRINTK=y
80603 -CONFIG_GENERIC_NVRAM=y
80604 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
80605 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
80606 -CONFIG_PPC_OF=y
80607 -CONFIG_OF=y
80608 -CONFIG_PPC_UDBG_16550=y
80609 -# CONFIG_GENERIC_TBSYNC is not set
80610 -CONFIG_AUDIT_ARCH=y
80611 -CONFIG_GENERIC_BUG=y
80612 -# CONFIG_DEFAULT_UIMAGE is not set
80613 -CONFIG_PPC_DCR_NATIVE=y
80614 -# CONFIG_PPC_DCR_MMIO is not set
80615 -CONFIG_PPC_DCR=y
80616 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
80617 -
80618 -#
80619 -# General setup
80620 -#
80621 -CONFIG_EXPERIMENTAL=y
80622 -CONFIG_BROKEN_ON_SMP=y
80623 -CONFIG_INIT_ENV_ARG_LIMIT=32
80624 -CONFIG_LOCALVERSION=""
80625 -CONFIG_LOCALVERSION_AUTO=y
80626 -CONFIG_SWAP=y
80627 -CONFIG_SYSVIPC=y
80628 -CONFIG_SYSVIPC_SYSCTL=y
80629 -CONFIG_POSIX_MQUEUE=y
80630 -# CONFIG_BSD_PROCESS_ACCT is not set
80631 -# CONFIG_TASKSTATS is not set
80632 -# CONFIG_AUDIT is not set
80633 -# CONFIG_IKCONFIG is not set
80634 -CONFIG_LOG_BUF_SHIFT=14
80635 -# CONFIG_CGROUPS is not set
80636 -CONFIG_GROUP_SCHED=y
80637 -CONFIG_FAIR_GROUP_SCHED=y
80638 -# CONFIG_RT_GROUP_SCHED is not set
80639 -CONFIG_USER_SCHED=y
80640 -# CONFIG_CGROUP_SCHED is not set
80641 -CONFIG_SYSFS_DEPRECATED=y
80642 -# CONFIG_RELAY is not set
80643 -# CONFIG_NAMESPACES is not set
80644 -CONFIG_BLK_DEV_INITRD=y
80645 -CONFIG_INITRAMFS_SOURCE=""
80646 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
80647 -CONFIG_SYSCTL=y
80648 -CONFIG_EMBEDDED=y
80649 -CONFIG_SYSCTL_SYSCALL=y
80650 -CONFIG_KALLSYMS=y
80651 -# CONFIG_KALLSYMS_ALL is not set
80652 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
80653 -CONFIG_HOTPLUG=y
80654 -CONFIG_PRINTK=y
80655 -CONFIG_BUG=y
80656 -CONFIG_ELF_CORE=y
80657 -CONFIG_COMPAT_BRK=y
80658 -CONFIG_BASE_FULL=y
80659 -CONFIG_FUTEX=y
80660 -CONFIG_ANON_INODES=y
80661 -CONFIG_EPOLL=y
80662 -CONFIG_SIGNALFD=y
80663 -CONFIG_TIMERFD=y
80664 -CONFIG_EVENTFD=y
80665 -CONFIG_SHMEM=y
80666 -CONFIG_VM_EVENT_COUNTERS=y
80667 -CONFIG_SLUB_DEBUG=y
80668 -# CONFIG_SLAB is not set
80669 -CONFIG_SLUB=y
80670 -# CONFIG_SLOB is not set
80671 -# CONFIG_PROFILING is not set
80672 -# CONFIG_MARKERS is not set
80673 -CONFIG_HAVE_OPROFILE=y
80674 -# CONFIG_KPROBES is not set
80675 -CONFIG_HAVE_KPROBES=y
80676 -CONFIG_PROC_PAGE_MONITOR=y
80677 -CONFIG_SLABINFO=y
80678 -CONFIG_RT_MUTEXES=y
80679 -# CONFIG_TINY_SHMEM is not set
80680 -CONFIG_BASE_SMALL=0
80681 -CONFIG_MODULES=y
80682 -CONFIG_MODULE_UNLOAD=y
80683 -# CONFIG_MODULE_FORCE_UNLOAD is not set
80684 -# CONFIG_MODVERSIONS is not set
80685 -# CONFIG_MODULE_SRCVERSION_ALL is not set
80686 -CONFIG_KMOD=y
80687 -CONFIG_BLOCK=y
80688 -CONFIG_LBD=y
80689 -# CONFIG_BLK_DEV_IO_TRACE is not set
80690 -# CONFIG_LSF is not set
80691 -# CONFIG_BLK_DEV_BSG is not set
80692 -
80693 -#
80694 -# IO Schedulers
80695 -#
80696 -CONFIG_IOSCHED_NOOP=y
80697 -CONFIG_IOSCHED_AS=y
80698 -CONFIG_IOSCHED_DEADLINE=y
80699 -CONFIG_IOSCHED_CFQ=y
80700 -CONFIG_DEFAULT_AS=y
80701 -# CONFIG_DEFAULT_DEADLINE is not set
80702 -# CONFIG_DEFAULT_CFQ is not set
80703 -# CONFIG_DEFAULT_NOOP is not set
80704 -CONFIG_DEFAULT_IOSCHED="anticipatory"
80705 -CONFIG_CLASSIC_RCU=y
80706 -# CONFIG_PREEMPT_RCU is not set
80707 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
80708 -
80709 -#
80710 -# Platform support
80711 -#
80712 -# CONFIG_PPC_MPC512x is not set
80713 -# CONFIG_PPC_MPC5121 is not set
80714 -# CONFIG_PPC_CELL is not set
80715 -# CONFIG_PPC_CELL_NATIVE is not set
80716 -# CONFIG_PQ2ADS is not set
80717 -# CONFIG_BAMBOO is not set
80718 -# CONFIG_EBONY is not set
80719 -# CONFIG_SEQUOIA is not set
80720 -CONFIG_TAISHAN=y
80721 -# CONFIG_KATMAI is not set
80722 -# CONFIG_RAINIER is not set
80723 -# CONFIG_WARP is not set
80724 -CONFIG_440GX=y
80725 -# CONFIG_IPIC is not set
80726 -# CONFIG_MPIC is not set
80727 -# CONFIG_MPIC_WEIRD is not set
80728 -# CONFIG_PPC_I8259 is not set
80729 -# CONFIG_PPC_RTAS is not set
80730 -# CONFIG_MMIO_NVRAM is not set
80731 -# CONFIG_PPC_MPC106 is not set
80732 -# CONFIG_PPC_970_NAP is not set
80733 -# CONFIG_PPC_INDIRECT_IO is not set
80734 -# CONFIG_GENERIC_IOMAP is not set
80735 -# CONFIG_CPU_FREQ is not set
80736 -# CONFIG_FSL_ULI1575 is not set
80737 -
80738 -#
80739 -# Kernel options
80740 -#
80741 -# CONFIG_HIGHMEM is not set
80742 -# CONFIG_TICK_ONESHOT is not set
80743 -# CONFIG_NO_HZ is not set
80744 -# CONFIG_HIGH_RES_TIMERS is not set
80745 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
80746 -# CONFIG_HZ_100 is not set
80747 -CONFIG_HZ_250=y
80748 -# CONFIG_HZ_300 is not set
80749 -# CONFIG_HZ_1000 is not set
80750 -CONFIG_HZ=250
80751 -# CONFIG_SCHED_HRTICK is not set
80752 -CONFIG_PREEMPT_NONE=y
80753 -# CONFIG_PREEMPT_VOLUNTARY is not set
80754 -# CONFIG_PREEMPT is not set
80755 -CONFIG_RCU_TRACE=y
80756 -CONFIG_BINFMT_ELF=y
80757 -# CONFIG_BINFMT_MISC is not set
80758 -# CONFIG_MATH_EMULATION is not set
80759 -# CONFIG_IOMMU_HELPER is not set
80760 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
80761 -CONFIG_ARCH_HAS_WALK_MEMORY=y
80762 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
80763 -CONFIG_ARCH_FLATMEM_ENABLE=y
80764 -CONFIG_ARCH_POPULATES_NODE_MAP=y
80765 -CONFIG_SELECT_MEMORY_MODEL=y
80766 -CONFIG_FLATMEM_MANUAL=y
80767 -# CONFIG_DISCONTIGMEM_MANUAL is not set
80768 -# CONFIG_SPARSEMEM_MANUAL is not set
80769 -CONFIG_FLATMEM=y
80770 -CONFIG_FLAT_NODE_MEM_MAP=y
80771 -# CONFIG_SPARSEMEM_STATIC is not set
80772 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
80773 -CONFIG_SPLIT_PTLOCK_CPUS=4
80774 -CONFIG_RESOURCES_64BIT=y
80775 -CONFIG_ZONE_DMA_FLAG=1
80776 -CONFIG_BOUNCE=y
80777 -CONFIG_VIRT_TO_BUS=y
80778 -CONFIG_PROC_DEVICETREE=y
80779 -CONFIG_CMDLINE_BOOL=y
80780 -CONFIG_CMDLINE=""
80781 -CONFIG_SECCOMP=y
80782 -CONFIG_ISA_DMA_API=y
80783 -
80784 -#
80785 -# Bus options
80786 -#
80787 -CONFIG_ZONE_DMA=y
80788 -CONFIG_PPC_INDIRECT_PCI=y
80789 -CONFIG_PCI=y
80790 -CONFIG_PCI_DOMAINS=y
80791 -CONFIG_PCI_SYSCALL=y
80792 -# CONFIG_PCIEPORTBUS is not set
80793 -CONFIG_ARCH_SUPPORTS_MSI=y
80794 -# CONFIG_PCI_MSI is not set
80795 -CONFIG_PCI_LEGACY=y
80796 -# CONFIG_PCI_DEBUG is not set
80797 -# CONFIG_PCCARD is not set
80798 -# CONFIG_HOTPLUG_PCI is not set
80799 -
80800 -#
80801 -# Advanced setup
80802 -#
80803 -# CONFIG_ADVANCED_OPTIONS is not set
80804 -
80805 -#
80806 -# Default settings for advanced configuration options are used
80807 -#
80808 -CONFIG_HIGHMEM_START=0xfe000000
80809 -CONFIG_LOWMEM_SIZE=0x30000000
80810 -CONFIG_KERNEL_START=0xc0000000
80811 -CONFIG_TASK_SIZE=0xc0000000
80812 -CONFIG_CONSISTENT_START=0xff100000
80813 -CONFIG_CONSISTENT_SIZE=0x00200000
80814 -CONFIG_BOOT_LOAD=0x01000000
80815 -
80816 -#
80817 -# Networking
80818 -#
80819 -CONFIG_NET=y
80820 -
80821 -#
80822 -# Networking options
80823 -#
80824 -CONFIG_PACKET=y
80825 -# CONFIG_PACKET_MMAP is not set
80826 -CONFIG_UNIX=y
80827 -# CONFIG_NET_KEY is not set
80828 -CONFIG_INET=y
80829 -# CONFIG_IP_MULTICAST is not set
80830 -# CONFIG_IP_ADVANCED_ROUTER is not set
80831 -CONFIG_IP_FIB_HASH=y
80832 -CONFIG_IP_PNP=y
80833 -CONFIG_IP_PNP_DHCP=y
80834 -CONFIG_IP_PNP_BOOTP=y
80835 -# CONFIG_IP_PNP_RARP is not set
80836 -# CONFIG_NET_IPIP is not set
80837 -# CONFIG_NET_IPGRE is not set
80838 -# CONFIG_ARPD is not set
80839 -# CONFIG_SYN_COOKIES is not set
80840 -# CONFIG_INET_AH is not set
80841 -# CONFIG_INET_ESP is not set
80842 -# CONFIG_INET_IPCOMP is not set
80843 -# CONFIG_INET_XFRM_TUNNEL is not set
80844 -# CONFIG_INET_TUNNEL is not set
80845 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
80846 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
80847 -# CONFIG_INET_XFRM_MODE_BEET is not set
80848 -# CONFIG_INET_LRO is not set
80849 -CONFIG_INET_DIAG=y
80850 -CONFIG_INET_TCP_DIAG=y
80851 -# CONFIG_TCP_CONG_ADVANCED is not set
80852 -CONFIG_TCP_CONG_CUBIC=y
80853 -CONFIG_DEFAULT_TCP_CONG="cubic"
80854 -# CONFIG_TCP_MD5SIG is not set
80855 -# CONFIG_IPV6 is not set
80856 -# CONFIG_INET6_XFRM_TUNNEL is not set
80857 -# CONFIG_INET6_TUNNEL is not set
80858 -# CONFIG_NETWORK_SECMARK is not set
80859 -# CONFIG_NETFILTER is not set
80860 -# CONFIG_IP_DCCP is not set
80861 -# CONFIG_IP_SCTP is not set
80862 -# CONFIG_TIPC is not set
80863 -# CONFIG_ATM is not set
80864 -# CONFIG_BRIDGE is not set
80865 -# CONFIG_VLAN_8021Q is not set
80866 -# CONFIG_DECNET is not set
80867 -# CONFIG_LLC2 is not set
80868 -# CONFIG_IPX is not set
80869 -# CONFIG_ATALK is not set
80870 -# CONFIG_X25 is not set
80871 -# CONFIG_LAPB is not set
80872 -# CONFIG_ECONET is not set
80873 -# CONFIG_WAN_ROUTER is not set
80874 -# CONFIG_NET_SCHED is not set
80875 -
80876 -#
80877 -# Network testing
80878 -#
80879 -# CONFIG_NET_PKTGEN is not set
80880 -# CONFIG_HAMRADIO is not set
80881 -# CONFIG_CAN is not set
80882 -# CONFIG_IRDA is not set
80883 -# CONFIG_BT is not set
80884 -# CONFIG_AF_RXRPC is not set
80885 -
80886 -#
80887 -# Wireless
80888 -#
80889 -# CONFIG_CFG80211 is not set
80890 -# CONFIG_WIRELESS_EXT is not set
80891 -# CONFIG_MAC80211 is not set
80892 -# CONFIG_IEEE80211 is not set
80893 -# CONFIG_RFKILL is not set
80894 -# CONFIG_NET_9P is not set
80895 -
80896 -#
80897 -# Device Drivers
80898 -#
80899 -
80900 -#
80901 -# Generic Driver Options
80902 -#
80903 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
80904 -CONFIG_STANDALONE=y
80905 -CONFIG_PREVENT_FIRMWARE_BUILD=y
80906 -CONFIG_FW_LOADER=y
80907 -# CONFIG_DEBUG_DRIVER is not set
80908 -# CONFIG_DEBUG_DEVRES is not set
80909 -# CONFIG_SYS_HYPERVISOR is not set
80910 -CONFIG_CONNECTOR=y
80911 -CONFIG_PROC_EVENTS=y
80912 -# CONFIG_MTD is not set
80913 -CONFIG_OF_DEVICE=y
80914 -# CONFIG_PARPORT is not set
80915 -CONFIG_BLK_DEV=y
80916 -# CONFIG_BLK_DEV_FD is not set
80917 -# CONFIG_BLK_CPQ_DA is not set
80918 -# CONFIG_BLK_CPQ_CISS_DA is not set
80919 -# CONFIG_BLK_DEV_DAC960 is not set
80920 -# CONFIG_BLK_DEV_UMEM is not set
80921 -# CONFIG_BLK_DEV_COW_COMMON is not set
80922 -# CONFIG_BLK_DEV_LOOP is not set
80923 -# CONFIG_BLK_DEV_NBD is not set
80924 -# CONFIG_BLK_DEV_SX8 is not set
80925 -CONFIG_BLK_DEV_RAM=y
80926 -CONFIG_BLK_DEV_RAM_COUNT=16
80927 -CONFIG_BLK_DEV_RAM_SIZE=35000
80928 -# CONFIG_BLK_DEV_XIP is not set
80929 -# CONFIG_CDROM_PKTCDVD is not set
80930 -# CONFIG_ATA_OVER_ETH is not set
80931 -# CONFIG_XILINX_SYSACE is not set
80932 -CONFIG_MISC_DEVICES=y
80933 -# CONFIG_PHANTOM is not set
80934 -# CONFIG_EEPROM_93CX6 is not set
80935 -# CONFIG_SGI_IOC4 is not set
80936 -# CONFIG_TIFM_CORE is not set
80937 -# CONFIG_ENCLOSURE_SERVICES is not set
80938 -CONFIG_HAVE_IDE=y
80939 -# CONFIG_IDE is not set
80940 -
80941 -#
80942 -# SCSI device support
80943 -#
80944 -# CONFIG_RAID_ATTRS is not set
80945 -# CONFIG_SCSI is not set
80946 -# CONFIG_SCSI_DMA is not set
80947 -# CONFIG_SCSI_NETLINK is not set
80948 -# CONFIG_ATA is not set
80949 -# CONFIG_MD is not set
80950 -# CONFIG_FUSION is not set
80951 -
80952 -#
80953 -# IEEE 1394 (FireWire) support
80954 -#
80955 -# CONFIG_FIREWIRE is not set
80956 -# CONFIG_IEEE1394 is not set
80957 -# CONFIG_I2O is not set
80958 -CONFIG_MACINTOSH_DRIVERS=y
80959 -# CONFIG_MAC_EMUMOUSEBTN is not set
80960 -# CONFIG_WINDFARM is not set
80961 -CONFIG_NETDEVICES=y
80962 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
80963 -# CONFIG_DUMMY is not set
80964 -# CONFIG_BONDING is not set
80965 -# CONFIG_MACVLAN is not set
80966 -# CONFIG_EQUALIZER is not set
80967 -# CONFIG_TUN is not set
80968 -# CONFIG_VETH is not set
80969 -# CONFIG_ARCNET is not set
80970 -# CONFIG_PHYLIB is not set
80971 -CONFIG_NET_ETHERNET=y
80972 -# CONFIG_MII is not set
80973 -# CONFIG_HAPPYMEAL is not set
80974 -# CONFIG_SUNGEM is not set
80975 -# CONFIG_CASSINI is not set
80976 -# CONFIG_NET_VENDOR_3COM is not set
80977 -# CONFIG_NET_TULIP is not set
80978 -# CONFIG_HP100 is not set
80979 -CONFIG_IBM_NEW_EMAC=y
80980 -CONFIG_IBM_NEW_EMAC_RXB=128
80981 -CONFIG_IBM_NEW_EMAC_TXB=64
80982 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
80983 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
80984 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
80985 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
80986 -CONFIG_IBM_NEW_EMAC_ZMII=y
80987 -CONFIG_IBM_NEW_EMAC_RGMII=y
80988 -CONFIG_IBM_NEW_EMAC_TAH=y
80989 -CONFIG_IBM_NEW_EMAC_EMAC4=y
80990 -# CONFIG_NET_PCI is not set
80991 -# CONFIG_B44 is not set
80992 -CONFIG_NETDEV_1000=y
80993 -# CONFIG_ACENIC is not set
80994 -# CONFIG_DL2K is not set
80995 -# CONFIG_E1000 is not set
80996 -# CONFIG_E1000E is not set
80997 -# CONFIG_E1000E_ENABLED is not set
80998 -# CONFIG_IP1000 is not set
80999 -# CONFIG_IGB is not set
81000 -# CONFIG_NS83820 is not set
81001 -# CONFIG_HAMACHI is not set
81002 -# CONFIG_YELLOWFIN is not set
81003 -# CONFIG_R8169 is not set
81004 -# CONFIG_SIS190 is not set
81005 -# CONFIG_SKGE is not set
81006 -# CONFIG_SKY2 is not set
81007 -# CONFIG_SK98LIN is not set
81008 -# CONFIG_VIA_VELOCITY is not set
81009 -# CONFIG_TIGON3 is not set
81010 -# CONFIG_BNX2 is not set
81011 -# CONFIG_QLA3XXX is not set
81012 -# CONFIG_ATL1 is not set
81013 -CONFIG_NETDEV_10000=y
81014 -# CONFIG_CHELSIO_T1 is not set
81015 -# CONFIG_CHELSIO_T3 is not set
81016 -# CONFIG_IXGBE is not set
81017 -# CONFIG_IXGB is not set
81018 -# CONFIG_S2IO is not set
81019 -# CONFIG_MYRI10GE is not set
81020 -# CONFIG_NETXEN_NIC is not set
81021 -# CONFIG_NIU is not set
81022 -# CONFIG_MLX4_CORE is not set
81023 -# CONFIG_TEHUTI is not set
81024 -# CONFIG_BNX2X is not set
81025 -# CONFIG_TR is not set
81026 -
81027 -#
81028 -# Wireless LAN
81029 -#
81030 -# CONFIG_WLAN_PRE80211 is not set
81031 -# CONFIG_WLAN_80211 is not set
81032 -# CONFIG_WAN is not set
81033 -# CONFIG_FDDI is not set
81034 -# CONFIG_HIPPI is not set
81035 -# CONFIG_PPP is not set
81036 -# CONFIG_SLIP is not set
81037 -# CONFIG_NETCONSOLE is not set
81038 -# CONFIG_NETPOLL is not set
81039 -# CONFIG_NET_POLL_CONTROLLER is not set
81040 -# CONFIG_ISDN is not set
81041 -# CONFIG_PHONE is not set
81042 -
81043 -#
81044 -# Input device support
81045 -#
81046 -# CONFIG_INPUT is not set
81047 -
81048 -#
81049 -# Hardware I/O ports
81050 -#
81051 -# CONFIG_SERIO is not set
81052 -# CONFIG_GAMEPORT is not set
81053 -
81054 -#
81055 -# Character devices
81056 -#
81057 -# CONFIG_VT is not set
81058 -# CONFIG_SERIAL_NONSTANDARD is not set
81059 -# CONFIG_NOZOMI is not set
81060 -
81061 -#
81062 -# Serial drivers
81063 -#
81064 -CONFIG_SERIAL_8250=y
81065 -CONFIG_SERIAL_8250_CONSOLE=y
81066 -# CONFIG_SERIAL_8250_PCI is not set
81067 -CONFIG_SERIAL_8250_NR_UARTS=4
81068 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
81069 -CONFIG_SERIAL_8250_EXTENDED=y
81070 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
81071 -CONFIG_SERIAL_8250_SHARE_IRQ=y
81072 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
81073 -# CONFIG_SERIAL_8250_RSA is not set
81074 -
81075 -#
81076 -# Non-8250 serial port support
81077 -#
81078 -# CONFIG_SERIAL_UARTLITE is not set
81079 -CONFIG_SERIAL_CORE=y
81080 -CONFIG_SERIAL_CORE_CONSOLE=y
81081 -# CONFIG_SERIAL_JSM is not set
81082 -CONFIG_SERIAL_OF_PLATFORM=y
81083 -CONFIG_UNIX98_PTYS=y
81084 -CONFIG_LEGACY_PTYS=y
81085 -CONFIG_LEGACY_PTY_COUNT=256
81086 -# CONFIG_IPMI_HANDLER is not set
81087 -# CONFIG_HW_RANDOM is not set
81088 -# CONFIG_NVRAM is not set
81089 -# CONFIG_GEN_RTC is not set
81090 -# CONFIG_R3964 is not set
81091 -# CONFIG_APPLICOM is not set
81092 -# CONFIG_RAW_DRIVER is not set
81093 -# CONFIG_TCG_TPM is not set
81094 -CONFIG_DEVPORT=y
81095 -# CONFIG_I2C is not set
81096 -
81097 -#
81098 -# SPI support
81099 -#
81100 -# CONFIG_SPI is not set
81101 -# CONFIG_SPI_MASTER is not set
81102 -# CONFIG_W1 is not set
81103 -# CONFIG_POWER_SUPPLY is not set
81104 -# CONFIG_HWMON is not set
81105 -CONFIG_THERMAL=y
81106 -# CONFIG_WATCHDOG is not set
81107 -
81108 -#
81109 -# Sonics Silicon Backplane
81110 -#
81111 -CONFIG_SSB_POSSIBLE=y
81112 -# CONFIG_SSB is not set
81113 -
81114 -#
81115 -# Multifunction device drivers
81116 -#
81117 -# CONFIG_MFD_SM501 is not set
81118 -
81119 -#
81120 -# Multimedia devices
81121 -#
81122 -# CONFIG_VIDEO_DEV is not set
81123 -# CONFIG_DVB_CORE is not set
81124 -CONFIG_DAB=y
81125 -
81126 -#
81127 -# Graphics support
81128 -#
81129 -# CONFIG_AGP is not set
81130 -# CONFIG_DRM is not set
81131 -# CONFIG_VGASTATE is not set
81132 -CONFIG_VIDEO_OUTPUT_CONTROL=m
81133 -# CONFIG_FB is not set
81134 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
81135 -
81136 -#
81137 -# Display device support
81138 -#
81139 -# CONFIG_DISPLAY_SUPPORT is not set
81140 -
81141 -#
81142 -# Sound
81143 -#
81144 -# CONFIG_SOUND is not set
81145 -CONFIG_USB_SUPPORT=y
81146 -CONFIG_USB_ARCH_HAS_HCD=y
81147 -CONFIG_USB_ARCH_HAS_OHCI=y
81148 -CONFIG_USB_ARCH_HAS_EHCI=y
81149 -# CONFIG_USB is not set
81150 -
81151 -#
81152 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
81153 -#
81154 -# CONFIG_USB_GADGET is not set
81155 -# CONFIG_MMC is not set
81156 -# CONFIG_MEMSTICK is not set
81157 -# CONFIG_NEW_LEDS is not set
81158 -# CONFIG_INFINIBAND is not set
81159 -# CONFIG_EDAC is not set
81160 -# CONFIG_RTC_CLASS is not set
81161 -
81162 -#
81163 -# Userspace I/O
81164 -#
81165 -# CONFIG_UIO is not set
81166 -
81167 -#
81168 -# File systems
81169 -#
81170 -CONFIG_EXT2_FS=y
81171 -# CONFIG_EXT2_FS_XATTR is not set
81172 -# CONFIG_EXT2_FS_XIP is not set
81173 -# CONFIG_EXT3_FS is not set
81174 -# CONFIG_EXT4DEV_FS is not set
81175 -# CONFIG_REISERFS_FS is not set
81176 -# CONFIG_JFS_FS is not set
81177 -# CONFIG_FS_POSIX_ACL is not set
81178 -# CONFIG_XFS_FS is not set
81179 -# CONFIG_GFS2_FS is not set
81180 -# CONFIG_OCFS2_FS is not set
81181 -CONFIG_DNOTIFY=y
81182 -CONFIG_INOTIFY=y
81183 -CONFIG_INOTIFY_USER=y
81184 -# CONFIG_QUOTA is not set
81185 -# CONFIG_AUTOFS_FS is not set
81186 -# CONFIG_AUTOFS4_FS is not set
81187 -# CONFIG_FUSE_FS is not set
81188 -
81189 -#
81190 -# CD-ROM/DVD Filesystems
81191 -#
81192 -# CONFIG_ISO9660_FS is not set
81193 -# CONFIG_UDF_FS is not set
81194 -
81195 -#
81196 -# DOS/FAT/NT Filesystems
81197 -#
81198 -# CONFIG_MSDOS_FS is not set
81199 -# CONFIG_VFAT_FS is not set
81200 -# CONFIG_NTFS_FS is not set
81201 -
81202 -#
81203 -# Pseudo filesystems
81204 -#
81205 -CONFIG_PROC_FS=y
81206 -CONFIG_PROC_KCORE=y
81207 -CONFIG_PROC_SYSCTL=y
81208 -CONFIG_SYSFS=y
81209 -CONFIG_TMPFS=y
81210 -# CONFIG_TMPFS_POSIX_ACL is not set
81211 -# CONFIG_HUGETLB_PAGE is not set
81212 -# CONFIG_CONFIGFS_FS is not set
81213 -
81214 -#
81215 -# Miscellaneous filesystems
81216 -#
81217 -# CONFIG_ADFS_FS is not set
81218 -# CONFIG_AFFS_FS is not set
81219 -# CONFIG_HFS_FS is not set
81220 -# CONFIG_HFSPLUS_FS is not set
81221 -# CONFIG_BEFS_FS is not set
81222 -# CONFIG_BFS_FS is not set
81223 -# CONFIG_EFS_FS is not set
81224 -CONFIG_CRAMFS=y
81225 -# CONFIG_VXFS_FS is not set
81226 -# CONFIG_MINIX_FS is not set
81227 -# CONFIG_HPFS_FS is not set
81228 -# CONFIG_QNX4FS_FS is not set
81229 -# CONFIG_ROMFS_FS is not set
81230 -# CONFIG_SYSV_FS is not set
81231 -# CONFIG_UFS_FS is not set
81232 -CONFIG_NETWORK_FILESYSTEMS=y
81233 -CONFIG_NFS_FS=y
81234 -CONFIG_NFS_V3=y
81235 -# CONFIG_NFS_V3_ACL is not set
81236 -# CONFIG_NFS_V4 is not set
81237 -# CONFIG_NFS_DIRECTIO is not set
81238 -# CONFIG_NFSD is not set
81239 -CONFIG_ROOT_NFS=y
81240 -CONFIG_LOCKD=y
81241 -CONFIG_LOCKD_V4=y
81242 -CONFIG_NFS_COMMON=y
81243 -CONFIG_SUNRPC=y
81244 -# CONFIG_SUNRPC_BIND34 is not set
81245 -# CONFIG_RPCSEC_GSS_KRB5 is not set
81246 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
81247 -# CONFIG_SMB_FS is not set
81248 -# CONFIG_CIFS is not set
81249 -# CONFIG_NCP_FS is not set
81250 -# CONFIG_CODA_FS is not set
81251 -# CONFIG_AFS_FS is not set
81252 -
81253 -#
81254 -# Partition Types
81255 -#
81256 -# CONFIG_PARTITION_ADVANCED is not set
81257 -CONFIG_MSDOS_PARTITION=y
81258 -# CONFIG_NLS is not set
81259 -# CONFIG_DLM is not set
81260 -
81261 -#
81262 -# Library routines
81263 -#
81264 -CONFIG_BITREVERSE=y
81265 -# CONFIG_CRC_CCITT is not set
81266 -# CONFIG_CRC16 is not set
81267 -# CONFIG_CRC_ITU_T is not set
81268 -CONFIG_CRC32=y
81269 -# CONFIG_CRC7 is not set
81270 -# CONFIG_LIBCRC32C is not set
81271 -CONFIG_ZLIB_INFLATE=y
81272 -CONFIG_PLIST=y
81273 -CONFIG_HAS_IOMEM=y
81274 -CONFIG_HAS_IOPORT=y
81275 -CONFIG_HAS_DMA=y
81276 -
81277 -#
81278 -# Kernel hacking
81279 -#
81280 -# CONFIG_PRINTK_TIME is not set
81281 -CONFIG_ENABLE_WARN_DEPRECATED=y
81282 -CONFIG_ENABLE_MUST_CHECK=y
81283 -CONFIG_MAGIC_SYSRQ=y
81284 -# CONFIG_UNUSED_SYMBOLS is not set
81285 -CONFIG_DEBUG_FS=y
81286 -# CONFIG_HEADERS_CHECK is not set
81287 -CONFIG_DEBUG_KERNEL=y
81288 -# CONFIG_DEBUG_SHIRQ is not set
81289 -CONFIG_DETECT_SOFTLOCKUP=y
81290 -CONFIG_SCHED_DEBUG=y
81291 -# CONFIG_SCHEDSTATS is not set
81292 -# CONFIG_TIMER_STATS is not set
81293 -# CONFIG_SLUB_DEBUG_ON is not set
81294 -# CONFIG_SLUB_STATS is not set
81295 -# CONFIG_DEBUG_RT_MUTEXES is not set
81296 -# CONFIG_RT_MUTEX_TESTER is not set
81297 -# CONFIG_DEBUG_SPINLOCK is not set
81298 -# CONFIG_DEBUG_MUTEXES is not set
81299 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
81300 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
81301 -# CONFIG_DEBUG_KOBJECT is not set
81302 -# CONFIG_DEBUG_BUGVERBOSE is not set
81303 -# CONFIG_DEBUG_INFO is not set
81304 -# CONFIG_DEBUG_VM is not set
81305 -# CONFIG_DEBUG_LIST is not set
81306 -# CONFIG_DEBUG_SG is not set
81307 -# CONFIG_BOOT_PRINTK_DELAY is not set
81308 -# CONFIG_RCU_TORTURE_TEST is not set
81309 -# CONFIG_BACKTRACE_SELF_TEST is not set
81310 -# CONFIG_FAULT_INJECTION is not set
81311 -# CONFIG_SAMPLES is not set
81312 -# CONFIG_DEBUG_STACKOVERFLOW is not set
81313 -# CONFIG_DEBUG_STACK_USAGE is not set
81314 -# CONFIG_DEBUG_PAGEALLOC is not set
81315 -CONFIG_DEBUGGER=y
81316 -# CONFIG_KGDB is not set
81317 -# CONFIG_XMON is not set
81318 -# CONFIG_VIRQ_DEBUG is not set
81319 -# CONFIG_BDI_SWITCH is not set
81320 -# CONFIG_PPC_EARLY_DEBUG is not set
81321 -
81322 -#
81323 -# Security options
81324 -#
81325 -# CONFIG_KEYS is not set
81326 -# CONFIG_SECURITY is not set
81327 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
81328 -CONFIG_CRYPTO=y
81329 -CONFIG_CRYPTO_ALGAPI=y
81330 -CONFIG_CRYPTO_BLKCIPHER=y
81331 -# CONFIG_CRYPTO_SEQIV is not set
81332 -CONFIG_CRYPTO_MANAGER=y
81333 -# CONFIG_CRYPTO_HMAC is not set
81334 -# CONFIG_CRYPTO_XCBC is not set
81335 -# CONFIG_CRYPTO_NULL is not set
81336 -# CONFIG_CRYPTO_MD4 is not set
81337 -CONFIG_CRYPTO_MD5=y
81338 -# CONFIG_CRYPTO_SHA1 is not set
81339 -# CONFIG_CRYPTO_SHA256 is not set
81340 -# CONFIG_CRYPTO_SHA512 is not set
81341 -# CONFIG_CRYPTO_WP512 is not set
81342 -# CONFIG_CRYPTO_TGR192 is not set
81343 -# CONFIG_CRYPTO_GF128MUL is not set
81344 -CONFIG_CRYPTO_ECB=y
81345 -CONFIG_CRYPTO_CBC=y
81346 -CONFIG_CRYPTO_PCBC=y
81347 -# CONFIG_CRYPTO_LRW is not set
81348 -# CONFIG_CRYPTO_XTS is not set
81349 -# CONFIG_CRYPTO_CTR is not set
81350 -# CONFIG_CRYPTO_GCM is not set
81351 -# CONFIG_CRYPTO_CCM is not set
81352 -# CONFIG_CRYPTO_CRYPTD is not set
81353 -CONFIG_CRYPTO_DES=y
81354 -# CONFIG_CRYPTO_FCRYPT is not set
81355 -# CONFIG_CRYPTO_BLOWFISH is not set
81356 -# CONFIG_CRYPTO_TWOFISH is not set
81357 -# CONFIG_CRYPTO_SERPENT is not set
81358 -# CONFIG_CRYPTO_AES is not set
81359 -# CONFIG_CRYPTO_CAST5 is not set
81360 -# CONFIG_CRYPTO_CAST6 is not set
81361 -# CONFIG_CRYPTO_TEA is not set
81362 -# CONFIG_CRYPTO_ARC4 is not set
81363 -# CONFIG_CRYPTO_KHAZAD is not set
81364 -# CONFIG_CRYPTO_ANUBIS is not set
81365 -# CONFIG_CRYPTO_SEED is not set
81366 -# CONFIG_CRYPTO_SALSA20 is not set
81367 -# CONFIG_CRYPTO_DEFLATE is not set
81368 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
81369 -# CONFIG_CRYPTO_CRC32C is not set
81370 -# CONFIG_CRYPTO_CAMELLIA is not set
81371 -# CONFIG_CRYPTO_TEST is not set
81372 -# CONFIG_CRYPTO_AUTHENC is not set
81373 -# CONFIG_CRYPTO_LZO is not set
81374 -CONFIG_CRYPTO_HW=y
81375 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
81376 -# CONFIG_PPC_CLOCK is not set
81377 --- a/arch/powerpc/configs/tqm8540_defconfig
81378 +++ /dev/null
81379 @@ -1,1097 +0,0 @@
81380 -#
81381 -# Automatically generated make config: don't edit
81382 -# Linux kernel version: 2.6.25-rc6
81383 -# Mon Mar 24 08:48:43 2008
81384 -#
81385 -# CONFIG_PPC64 is not set
81386 -
81387 -#
81388 -# Processor support
81389 -#
81390 -# CONFIG_6xx is not set
81391 -CONFIG_PPC_85xx=y
81392 -# CONFIG_PPC_8xx is not set
81393 -# CONFIG_40x is not set
81394 -# CONFIG_44x is not set
81395 -# CONFIG_E200 is not set
81396 -CONFIG_E500=y
81397 -CONFIG_BOOKE=y
81398 -CONFIG_FSL_BOOKE=y
81399 -CONFIG_FSL_EMB_PERFMON=y
81400 -# CONFIG_PHYS_64BIT is not set
81401 -CONFIG_SPE=y
81402 -# CONFIG_PPC_MM_SLICES is not set
81403 -CONFIG_PPC32=y
81404 -CONFIG_WORD_SIZE=32
81405 -CONFIG_PPC_MERGE=y
81406 -CONFIG_MMU=y
81407 -CONFIG_GENERIC_CMOS_UPDATE=y
81408 -CONFIG_GENERIC_TIME=y
81409 -CONFIG_GENERIC_TIME_VSYSCALL=y
81410 -CONFIG_GENERIC_CLOCKEVENTS=y
81411 -CONFIG_GENERIC_HARDIRQS=y
81412 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
81413 -CONFIG_IRQ_PER_CPU=y
81414 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
81415 -CONFIG_ARCH_HAS_ILOG2_U32=y
81416 -CONFIG_GENERIC_HWEIGHT=y
81417 -CONFIG_GENERIC_CALIBRATE_DELAY=y
81418 -CONFIG_GENERIC_FIND_NEXT_BIT=y
81419 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
81420 -CONFIG_PPC=y
81421 -CONFIG_EARLY_PRINTK=y
81422 -CONFIG_GENERIC_NVRAM=y
81423 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
81424 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
81425 -CONFIG_PPC_OF=y
81426 -CONFIG_OF=y
81427 -CONFIG_PPC_UDBG_16550=y
81428 -# CONFIG_GENERIC_TBSYNC is not set
81429 -CONFIG_AUDIT_ARCH=y
81430 -CONFIG_GENERIC_BUG=y
81431 -CONFIG_DEFAULT_UIMAGE=y
81432 -# CONFIG_PPC_DCR_NATIVE is not set
81433 -# CONFIG_PPC_DCR_MMIO is not set
81434 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
81435 -
81436 -#
81437 -# General setup
81438 -#
81439 -CONFIG_EXPERIMENTAL=y
81440 -CONFIG_BROKEN_ON_SMP=y
81441 -CONFIG_INIT_ENV_ARG_LIMIT=32
81442 -CONFIG_LOCALVERSION=""
81443 -CONFIG_LOCALVERSION_AUTO=y
81444 -CONFIG_SWAP=y
81445 -CONFIG_SYSVIPC=y
81446 -CONFIG_SYSVIPC_SYSCTL=y
81447 -# CONFIG_POSIX_MQUEUE is not set
81448 -# CONFIG_BSD_PROCESS_ACCT is not set
81449 -# CONFIG_TASKSTATS is not set
81450 -# CONFIG_AUDIT is not set
81451 -# CONFIG_IKCONFIG is not set
81452 -CONFIG_LOG_BUF_SHIFT=14
81453 -# CONFIG_CGROUPS is not set
81454 -CONFIG_GROUP_SCHED=y
81455 -CONFIG_FAIR_GROUP_SCHED=y
81456 -# CONFIG_RT_GROUP_SCHED is not set
81457 -CONFIG_USER_SCHED=y
81458 -# CONFIG_CGROUP_SCHED is not set
81459 -CONFIG_SYSFS_DEPRECATED=y
81460 -CONFIG_SYSFS_DEPRECATED_V2=y
81461 -# CONFIG_RELAY is not set
81462 -# CONFIG_NAMESPACES is not set
81463 -CONFIG_BLK_DEV_INITRD=y
81464 -CONFIG_INITRAMFS_SOURCE=""
81465 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
81466 -CONFIG_SYSCTL=y
81467 -CONFIG_EMBEDDED=y
81468 -CONFIG_SYSCTL_SYSCALL=y
81469 -# CONFIG_KALLSYMS is not set
81470 -# CONFIG_HOTPLUG is not set
81471 -CONFIG_PRINTK=y
81472 -CONFIG_BUG=y
81473 -CONFIG_ELF_CORE=y
81474 -CONFIG_COMPAT_BRK=y
81475 -CONFIG_BASE_FULL=y
81476 -CONFIG_FUTEX=y
81477 -CONFIG_ANON_INODES=y
81478 -# CONFIG_EPOLL is not set
81479 -CONFIG_SIGNALFD=y
81480 -CONFIG_TIMERFD=y
81481 -CONFIG_EVENTFD=y
81482 -CONFIG_SHMEM=y
81483 -CONFIG_VM_EVENT_COUNTERS=y
81484 -CONFIG_SLUB_DEBUG=y
81485 -# CONFIG_SLAB is not set
81486 -CONFIG_SLUB=y
81487 -# CONFIG_SLOB is not set
81488 -# CONFIG_PROFILING is not set
81489 -# CONFIG_MARKERS is not set
81490 -CONFIG_HAVE_OPROFILE=y
81491 -CONFIG_HAVE_KPROBES=y
81492 -CONFIG_HAVE_KRETPROBES=y
81493 -CONFIG_PROC_PAGE_MONITOR=y
81494 -CONFIG_SLABINFO=y
81495 -CONFIG_RT_MUTEXES=y
81496 -# CONFIG_TINY_SHMEM is not set
81497 -CONFIG_BASE_SMALL=0
81498 -# CONFIG_MODULES is not set
81499 -CONFIG_BLOCK=y
81500 -# CONFIG_LBD is not set
81501 -# CONFIG_BLK_DEV_IO_TRACE is not set
81502 -# CONFIG_LSF is not set
81503 -# CONFIG_BLK_DEV_BSG is not set
81504 -
81505 -#
81506 -# IO Schedulers
81507 -#
81508 -CONFIG_IOSCHED_NOOP=y
81509 -CONFIG_IOSCHED_AS=y
81510 -CONFIG_IOSCHED_DEADLINE=y
81511 -CONFIG_IOSCHED_CFQ=y
81512 -CONFIG_DEFAULT_AS=y
81513 -# CONFIG_DEFAULT_DEADLINE is not set
81514 -# CONFIG_DEFAULT_CFQ is not set
81515 -# CONFIG_DEFAULT_NOOP is not set
81516 -CONFIG_DEFAULT_IOSCHED="anticipatory"
81517 -CONFIG_CLASSIC_RCU=y
81518 -
81519 -#
81520 -# Platform support
81521 -#
81522 -# CONFIG_PPC_MPC512x is not set
81523 -# CONFIG_PPC_MPC5121 is not set
81524 -# CONFIG_PPC_CELL is not set
81525 -# CONFIG_PPC_CELL_NATIVE is not set
81526 -# CONFIG_PQ2ADS is not set
81527 -CONFIG_MPC85xx=y
81528 -# CONFIG_MPC8540_ADS is not set
81529 -# CONFIG_MPC8560_ADS is not set
81530 -# CONFIG_MPC85xx_CDS is not set
81531 -# CONFIG_MPC85xx_MDS is not set
81532 -# CONFIG_MPC85xx_DS is not set
81533 -# CONFIG_STX_GP3 is not set
81534 -CONFIG_TQM8540=y
81535 -# CONFIG_TQM8541 is not set
81536 -# CONFIG_TQM8555 is not set
81537 -# CONFIG_TQM8560 is not set
81538 -# CONFIG_SBC8548 is not set
81539 -# CONFIG_SBC8560 is not set
81540 -CONFIG_TQM85xx=y
81541 -# CONFIG_IPIC is not set
81542 -CONFIG_MPIC=y
81543 -# CONFIG_MPIC_WEIRD is not set
81544 -# CONFIG_PPC_I8259 is not set
81545 -# CONFIG_PPC_RTAS is not set
81546 -# CONFIG_MMIO_NVRAM is not set
81547 -# CONFIG_PPC_MPC106 is not set
81548 -# CONFIG_PPC_970_NAP is not set
81549 -# CONFIG_PPC_INDIRECT_IO is not set
81550 -# CONFIG_GENERIC_IOMAP is not set
81551 -# CONFIG_CPU_FREQ is not set
81552 -# CONFIG_CPM2 is not set
81553 -CONFIG_PPC_CPM_NEW_BINDING=y
81554 -# CONFIG_FSL_ULI1575 is not set
81555 -
81556 -#
81557 -# Kernel options
81558 -#
81559 -# CONFIG_HIGHMEM is not set
81560 -# CONFIG_TICK_ONESHOT is not set
81561 -# CONFIG_NO_HZ is not set
81562 -# CONFIG_HIGH_RES_TIMERS is not set
81563 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
81564 -# CONFIG_HZ_100 is not set
81565 -CONFIG_HZ_250=y
81566 -# CONFIG_HZ_300 is not set
81567 -# CONFIG_HZ_1000 is not set
81568 -CONFIG_HZ=250
81569 -# CONFIG_SCHED_HRTICK is not set
81570 -CONFIG_PREEMPT_NONE=y
81571 -# CONFIG_PREEMPT_VOLUNTARY is not set
81572 -# CONFIG_PREEMPT is not set
81573 -CONFIG_BINFMT_ELF=y
81574 -# CONFIG_BINFMT_MISC is not set
81575 -CONFIG_MATH_EMULATION=y
81576 -# CONFIG_IOMMU_HELPER is not set
81577 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
81578 -CONFIG_ARCH_HAS_WALK_MEMORY=y
81579 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
81580 -CONFIG_ARCH_FLATMEM_ENABLE=y
81581 -CONFIG_ARCH_POPULATES_NODE_MAP=y
81582 -CONFIG_SELECT_MEMORY_MODEL=y
81583 -CONFIG_FLATMEM_MANUAL=y
81584 -# CONFIG_DISCONTIGMEM_MANUAL is not set
81585 -# CONFIG_SPARSEMEM_MANUAL is not set
81586 -CONFIG_FLATMEM=y
81587 -CONFIG_FLAT_NODE_MEM_MAP=y
81588 -# CONFIG_SPARSEMEM_STATIC is not set
81589 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
81590 -CONFIG_SPLIT_PTLOCK_CPUS=4
81591 -# CONFIG_RESOURCES_64BIT is not set
81592 -CONFIG_ZONE_DMA_FLAG=1
81593 -CONFIG_BOUNCE=y
81594 -CONFIG_VIRT_TO_BUS=y
81595 -# CONFIG_PROC_DEVICETREE is not set
81596 -# CONFIG_CMDLINE_BOOL is not set
81597 -# CONFIG_PM is not set
81598 -CONFIG_SECCOMP=y
81599 -CONFIG_ISA_DMA_API=y
81600 -
81601 -#
81602 -# Bus options
81603 -#
81604 -CONFIG_ZONE_DMA=y
81605 -CONFIG_PPC_INDIRECT_PCI=y
81606 -CONFIG_FSL_SOC=y
81607 -CONFIG_FSL_PCI=y
81608 -CONFIG_PCI=y
81609 -CONFIG_PCI_DOMAINS=y
81610 -CONFIG_PCI_SYSCALL=y
81611 -# CONFIG_PCIEPORTBUS is not set
81612 -CONFIG_ARCH_SUPPORTS_MSI=y
81613 -# CONFIG_PCI_MSI is not set
81614 -CONFIG_PCI_LEGACY=y
81615 -
81616 -#
81617 -# Advanced setup
81618 -#
81619 -# CONFIG_ADVANCED_OPTIONS is not set
81620 -
81621 -#
81622 -# Default settings for advanced configuration options are used
81623 -#
81624 -CONFIG_HIGHMEM_START=0xfe000000
81625 -CONFIG_LOWMEM_SIZE=0x30000000
81626 -CONFIG_KERNEL_START=0xc0000000
81627 -CONFIG_TASK_SIZE=0xc0000000
81628 -CONFIG_BOOT_LOAD=0x00800000
81629 -
81630 -#
81631 -# Networking
81632 -#
81633 -CONFIG_NET=y
81634 -
81635 -#
81636 -# Networking options
81637 -#
81638 -CONFIG_PACKET=y
81639 -# CONFIG_PACKET_MMAP is not set
81640 -CONFIG_UNIX=y
81641 -CONFIG_XFRM=y
81642 -# CONFIG_XFRM_USER is not set
81643 -# CONFIG_XFRM_SUB_POLICY is not set
81644 -# CONFIG_XFRM_MIGRATE is not set
81645 -# CONFIG_XFRM_STATISTICS is not set
81646 -# CONFIG_NET_KEY is not set
81647 -CONFIG_INET=y
81648 -CONFIG_IP_MULTICAST=y
81649 -# CONFIG_IP_ADVANCED_ROUTER is not set
81650 -CONFIG_IP_FIB_HASH=y
81651 -CONFIG_IP_PNP=y
81652 -CONFIG_IP_PNP_DHCP=y
81653 -CONFIG_IP_PNP_BOOTP=y
81654 -# CONFIG_IP_PNP_RARP is not set
81655 -# CONFIG_NET_IPIP is not set
81656 -# CONFIG_NET_IPGRE is not set
81657 -# CONFIG_IP_MROUTE is not set
81658 -# CONFIG_ARPD is not set
81659 -CONFIG_SYN_COOKIES=y
81660 -# CONFIG_INET_AH is not set
81661 -# CONFIG_INET_ESP is not set
81662 -# CONFIG_INET_IPCOMP is not set
81663 -# CONFIG_INET_XFRM_TUNNEL is not set
81664 -# CONFIG_INET_TUNNEL is not set
81665 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
81666 -CONFIG_INET_XFRM_MODE_TUNNEL=y
81667 -CONFIG_INET_XFRM_MODE_BEET=y
81668 -# CONFIG_INET_LRO is not set
81669 -CONFIG_INET_DIAG=y
81670 -CONFIG_INET_TCP_DIAG=y
81671 -# CONFIG_TCP_CONG_ADVANCED is not set
81672 -CONFIG_TCP_CONG_CUBIC=y
81673 -CONFIG_DEFAULT_TCP_CONG="cubic"
81674 -# CONFIG_TCP_MD5SIG is not set
81675 -# CONFIG_IPV6 is not set
81676 -# CONFIG_INET6_XFRM_TUNNEL is not set
81677 -# CONFIG_INET6_TUNNEL is not set
81678 -# CONFIG_NETWORK_SECMARK is not set
81679 -# CONFIG_NETFILTER is not set
81680 -# CONFIG_IP_DCCP is not set
81681 -# CONFIG_IP_SCTP is not set
81682 -# CONFIG_TIPC is not set
81683 -# CONFIG_ATM is not set
81684 -# CONFIG_BRIDGE is not set
81685 -# CONFIG_VLAN_8021Q is not set
81686 -# CONFIG_DECNET is not set
81687 -# CONFIG_LLC2 is not set
81688 -# CONFIG_IPX is not set
81689 -# CONFIG_ATALK is not set
81690 -# CONFIG_X25 is not set
81691 -# CONFIG_LAPB is not set
81692 -# CONFIG_ECONET is not set
81693 -# CONFIG_WAN_ROUTER is not set
81694 -# CONFIG_NET_SCHED is not set
81695 -
81696 -#
81697 -# Network testing
81698 -#
81699 -# CONFIG_NET_PKTGEN is not set
81700 -# CONFIG_HAMRADIO is not set
81701 -# CONFIG_CAN is not set
81702 -# CONFIG_IRDA is not set
81703 -# CONFIG_BT is not set
81704 -# CONFIG_AF_RXRPC is not set
81705 -
81706 -#
81707 -# Wireless
81708 -#
81709 -# CONFIG_CFG80211 is not set
81710 -# CONFIG_WIRELESS_EXT is not set
81711 -# CONFIG_MAC80211 is not set
81712 -# CONFIG_IEEE80211 is not set
81713 -# CONFIG_RFKILL is not set
81714 -# CONFIG_NET_9P is not set
81715 -
81716 -#
81717 -# Device Drivers
81718 -#
81719 -
81720 -#
81721 -# Generic Driver Options
81722 -#
81723 -CONFIG_STANDALONE=y
81724 -CONFIG_PREVENT_FIRMWARE_BUILD=y
81725 -# CONFIG_SYS_HYPERVISOR is not set
81726 -# CONFIG_CONNECTOR is not set
81727 -CONFIG_MTD=y
81728 -# CONFIG_MTD_DEBUG is not set
81729 -CONFIG_MTD_CONCAT=y
81730 -CONFIG_MTD_PARTITIONS=y
81731 -# CONFIG_MTD_REDBOOT_PARTS is not set
81732 -CONFIG_MTD_CMDLINE_PARTS=y
81733 -# CONFIG_MTD_OF_PARTS is not set
81734 -
81735 -#
81736 -# User Modules And Translation Layers
81737 -#
81738 -CONFIG_MTD_CHAR=y
81739 -CONFIG_MTD_BLKDEVS=y
81740 -CONFIG_MTD_BLOCK=y
81741 -# CONFIG_FTL is not set
81742 -# CONFIG_NFTL is not set
81743 -# CONFIG_INFTL is not set
81744 -# CONFIG_RFD_FTL is not set
81745 -# CONFIG_SSFDC is not set
81746 -# CONFIG_MTD_OOPS is not set
81747 -
81748 -#
81749 -# RAM/ROM/Flash chip drivers
81750 -#
81751 -CONFIG_MTD_CFI=y
81752 -# CONFIG_MTD_JEDECPROBE is not set
81753 -CONFIG_MTD_GEN_PROBE=y
81754 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
81755 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
81756 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
81757 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
81758 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
81759 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
81760 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
81761 -CONFIG_MTD_CFI_I1=y
81762 -CONFIG_MTD_CFI_I2=y
81763 -# CONFIG_MTD_CFI_I4 is not set
81764 -# CONFIG_MTD_CFI_I8 is not set
81765 -# CONFIG_MTD_CFI_INTELEXT is not set
81766 -CONFIG_MTD_CFI_AMDSTD=y
81767 -# CONFIG_MTD_CFI_STAA is not set
81768 -CONFIG_MTD_CFI_UTIL=y
81769 -# CONFIG_MTD_RAM is not set
81770 -# CONFIG_MTD_ROM is not set
81771 -# CONFIG_MTD_ABSENT is not set
81772 -
81773 -#
81774 -# Mapping drivers for chip access
81775 -#
81776 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
81777 -# CONFIG_MTD_PHYSMAP is not set
81778 -# CONFIG_MTD_PHYSMAP_OF is not set
81779 -# CONFIG_MTD_INTEL_VR_NOR is not set
81780 -# CONFIG_MTD_PLATRAM is not set
81781 -
81782 -#
81783 -# Self-contained MTD device drivers
81784 -#
81785 -# CONFIG_MTD_PMC551 is not set
81786 -# CONFIG_MTD_SLRAM is not set
81787 -# CONFIG_MTD_PHRAM is not set
81788 -# CONFIG_MTD_MTDRAM is not set
81789 -# CONFIG_MTD_BLOCK2MTD is not set
81790 -
81791 -#
81792 -# Disk-On-Chip Device Drivers
81793 -#
81794 -# CONFIG_MTD_DOC2000 is not set
81795 -# CONFIG_MTD_DOC2001 is not set
81796 -# CONFIG_MTD_DOC2001PLUS is not set
81797 -# CONFIG_MTD_NAND is not set
81798 -# CONFIG_MTD_ONENAND is not set
81799 -
81800 -#
81801 -# UBI - Unsorted block images
81802 -#
81803 -# CONFIG_MTD_UBI is not set
81804 -CONFIG_OF_DEVICE=y
81805 -# CONFIG_PARPORT is not set
81806 -CONFIG_BLK_DEV=y
81807 -# CONFIG_BLK_DEV_FD is not set
81808 -# CONFIG_BLK_CPQ_DA is not set
81809 -# CONFIG_BLK_CPQ_CISS_DA is not set
81810 -# CONFIG_BLK_DEV_DAC960 is not set
81811 -# CONFIG_BLK_DEV_UMEM is not set
81812 -# CONFIG_BLK_DEV_COW_COMMON is not set
81813 -CONFIG_BLK_DEV_LOOP=y
81814 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
81815 -# CONFIG_BLK_DEV_NBD is not set
81816 -# CONFIG_BLK_DEV_SX8 is not set
81817 -CONFIG_BLK_DEV_RAM=y
81818 -CONFIG_BLK_DEV_RAM_COUNT=16
81819 -CONFIG_BLK_DEV_RAM_SIZE=32768
81820 -# CONFIG_BLK_DEV_XIP is not set
81821 -# CONFIG_CDROM_PKTCDVD is not set
81822 -# CONFIG_ATA_OVER_ETH is not set
81823 -CONFIG_MISC_DEVICES=y
81824 -# CONFIG_PHANTOM is not set
81825 -# CONFIG_EEPROM_93CX6 is not set
81826 -# CONFIG_SGI_IOC4 is not set
81827 -# CONFIG_TIFM_CORE is not set
81828 -# CONFIG_ENCLOSURE_SERVICES is not set
81829 -CONFIG_HAVE_IDE=y
81830 -CONFIG_IDE=y
81831 -CONFIG_IDE_MAX_HWIFS=4
81832 -CONFIG_BLK_DEV_IDE=y
81833 -
81834 -#
81835 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
81836 -#
81837 -# CONFIG_BLK_DEV_IDE_SATA is not set
81838 -CONFIG_BLK_DEV_IDEDISK=y
81839 -# CONFIG_IDEDISK_MULTI_MODE is not set
81840 -# CONFIG_BLK_DEV_IDECD is not set
81841 -# CONFIG_BLK_DEV_IDETAPE is not set
81842 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
81843 -# CONFIG_IDE_TASK_IOCTL is not set
81844 -CONFIG_IDE_PROC_FS=y
81845 -
81846 -#
81847 -# IDE chipset support/bugfixes
81848 -#
81849 -CONFIG_IDE_GENERIC=y
81850 -# CONFIG_BLK_DEV_PLATFORM is not set
81851 -CONFIG_BLK_DEV_IDEDMA_SFF=y
81852 -
81853 -#
81854 -# PCI IDE chipsets support
81855 -#
81856 -CONFIG_BLK_DEV_IDEPCI=y
81857 -CONFIG_IDEPCI_PCIBUS_ORDER=y
81858 -# CONFIG_BLK_DEV_OFFBOARD is not set
81859 -CONFIG_BLK_DEV_GENERIC=y
81860 -# CONFIG_BLK_DEV_OPTI621 is not set
81861 -CONFIG_BLK_DEV_IDEDMA_PCI=y
81862 -# CONFIG_BLK_DEV_AEC62XX is not set
81863 -# CONFIG_BLK_DEV_ALI15X3 is not set
81864 -# CONFIG_BLK_DEV_AMD74XX is not set
81865 -# CONFIG_BLK_DEV_CMD64X is not set
81866 -# CONFIG_BLK_DEV_TRIFLEX is not set
81867 -# CONFIG_BLK_DEV_CY82C693 is not set
81868 -# CONFIG_BLK_DEV_CS5520 is not set
81869 -# CONFIG_BLK_DEV_CS5530 is not set
81870 -# CONFIG_BLK_DEV_HPT34X is not set
81871 -# CONFIG_BLK_DEV_HPT366 is not set
81872 -# CONFIG_BLK_DEV_JMICRON is not set
81873 -# CONFIG_BLK_DEV_SC1200 is not set
81874 -# CONFIG_BLK_DEV_PIIX is not set
81875 -# CONFIG_BLK_DEV_IT8213 is not set
81876 -# CONFIG_BLK_DEV_IT821X is not set
81877 -# CONFIG_BLK_DEV_NS87415 is not set
81878 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
81879 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
81880 -# CONFIG_BLK_DEV_SVWKS is not set
81881 -# CONFIG_BLK_DEV_SIIMAGE is not set
81882 -# CONFIG_BLK_DEV_SL82C105 is not set
81883 -# CONFIG_BLK_DEV_SLC90E66 is not set
81884 -# CONFIG_BLK_DEV_TRM290 is not set
81885 -CONFIG_BLK_DEV_VIA82CXXX=y
81886 -# CONFIG_BLK_DEV_TC86C001 is not set
81887 -CONFIG_BLK_DEV_IDEDMA=y
81888 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
81889 -# CONFIG_BLK_DEV_HD is not set
81890 -
81891 -#
81892 -# SCSI device support
81893 -#
81894 -# CONFIG_RAID_ATTRS is not set
81895 -# CONFIG_SCSI is not set
81896 -# CONFIG_SCSI_DMA is not set
81897 -# CONFIG_SCSI_NETLINK is not set
81898 -# CONFIG_ATA is not set
81899 -# CONFIG_MD is not set
81900 -# CONFIG_FUSION is not set
81901 -
81902 -#
81903 -# IEEE 1394 (FireWire) support
81904 -#
81905 -# CONFIG_FIREWIRE is not set
81906 -# CONFIG_IEEE1394 is not set
81907 -# CONFIG_I2O is not set
81908 -# CONFIG_MACINTOSH_DRIVERS is not set
81909 -CONFIG_NETDEVICES=y
81910 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
81911 -# CONFIG_DUMMY is not set
81912 -# CONFIG_BONDING is not set
81913 -# CONFIG_MACVLAN is not set
81914 -# CONFIG_EQUALIZER is not set
81915 -# CONFIG_TUN is not set
81916 -# CONFIG_VETH is not set
81917 -# CONFIG_ARCNET is not set
81918 -CONFIG_PHYLIB=y
81919 -
81920 -#
81921 -# MII PHY device drivers
81922 -#
81923 -# CONFIG_MARVELL_PHY is not set
81924 -# CONFIG_DAVICOM_PHY is not set
81925 -# CONFIG_QSEMI_PHY is not set
81926 -# CONFIG_LXT_PHY is not set
81927 -# CONFIG_CICADA_PHY is not set
81928 -# CONFIG_VITESSE_PHY is not set
81929 -# CONFIG_SMSC_PHY is not set
81930 -# CONFIG_BROADCOM_PHY is not set
81931 -# CONFIG_ICPLUS_PHY is not set
81932 -# CONFIG_REALTEK_PHY is not set
81933 -# CONFIG_FIXED_PHY is not set
81934 -# CONFIG_MDIO_BITBANG is not set
81935 -CONFIG_NET_ETHERNET=y
81936 -CONFIG_MII=y
81937 -# CONFIG_HAPPYMEAL is not set
81938 -# CONFIG_SUNGEM is not set
81939 -# CONFIG_CASSINI is not set
81940 -# CONFIG_NET_VENDOR_3COM is not set
81941 -# CONFIG_NET_TULIP is not set
81942 -# CONFIG_HP100 is not set
81943 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
81944 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
81945 -# CONFIG_IBM_NEW_EMAC_TAH is not set
81946 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
81947 -CONFIG_NET_PCI=y
81948 -# CONFIG_PCNET32 is not set
81949 -# CONFIG_AMD8111_ETH is not set
81950 -# CONFIG_ADAPTEC_STARFIRE is not set
81951 -# CONFIG_B44 is not set
81952 -# CONFIG_FORCEDETH is not set
81953 -# CONFIG_EEPRO100 is not set
81954 -CONFIG_E100=y
81955 -# CONFIG_FEALNX is not set
81956 -# CONFIG_NATSEMI is not set
81957 -# CONFIG_NE2K_PCI is not set
81958 -# CONFIG_8139CP is not set
81959 -# CONFIG_8139TOO is not set
81960 -# CONFIG_R6040 is not set
81961 -# CONFIG_SIS900 is not set
81962 -# CONFIG_EPIC100 is not set
81963 -# CONFIG_SUNDANCE is not set
81964 -# CONFIG_TLAN is not set
81965 -# CONFIG_VIA_RHINE is not set
81966 -# CONFIG_SC92031 is not set
81967 -CONFIG_NETDEV_1000=y
81968 -# CONFIG_ACENIC is not set
81969 -# CONFIG_DL2K is not set
81970 -# CONFIG_E1000 is not set
81971 -# CONFIG_E1000E is not set
81972 -# CONFIG_E1000E_ENABLED is not set
81973 -# CONFIG_IP1000 is not set
81974 -# CONFIG_IGB is not set
81975 -# CONFIG_NS83820 is not set
81976 -# CONFIG_HAMACHI is not set
81977 -# CONFIG_YELLOWFIN is not set
81978 -# CONFIG_R8169 is not set
81979 -# CONFIG_SIS190 is not set
81980 -# CONFIG_SKGE is not set
81981 -# CONFIG_SKY2 is not set
81982 -# CONFIG_SK98LIN is not set
81983 -# CONFIG_VIA_VELOCITY is not set
81984 -# CONFIG_TIGON3 is not set
81985 -# CONFIG_BNX2 is not set
81986 -CONFIG_GIANFAR=y
81987 -CONFIG_GFAR_NAPI=y
81988 -# CONFIG_QLA3XXX is not set
81989 -# CONFIG_ATL1 is not set
81990 -CONFIG_NETDEV_10000=y
81991 -# CONFIG_CHELSIO_T1 is not set
81992 -# CONFIG_CHELSIO_T3 is not set
81993 -# CONFIG_IXGBE is not set
81994 -# CONFIG_IXGB is not set
81995 -# CONFIG_S2IO is not set
81996 -# CONFIG_MYRI10GE is not set
81997 -# CONFIG_NETXEN_NIC is not set
81998 -# CONFIG_NIU is not set
81999 -# CONFIG_MLX4_CORE is not set
82000 -# CONFIG_TEHUTI is not set
82001 -# CONFIG_BNX2X is not set
82002 -# CONFIG_TR is not set
82003 -
82004 -#
82005 -# Wireless LAN
82006 -#
82007 -# CONFIG_WLAN_PRE80211 is not set
82008 -# CONFIG_WLAN_80211 is not set
82009 -# CONFIG_WAN is not set
82010 -# CONFIG_FDDI is not set
82011 -# CONFIG_HIPPI is not set
82012 -# CONFIG_PPP is not set
82013 -# CONFIG_SLIP is not set
82014 -# CONFIG_NETCONSOLE is not set
82015 -# CONFIG_NETPOLL is not set
82016 -# CONFIG_NET_POLL_CONTROLLER is not set
82017 -# CONFIG_ISDN is not set
82018 -# CONFIG_PHONE is not set
82019 -
82020 -#
82021 -# Input device support
82022 -#
82023 -CONFIG_INPUT=y
82024 -# CONFIG_INPUT_FF_MEMLESS is not set
82025 -# CONFIG_INPUT_POLLDEV is not set
82026 -
82027 -#
82028 -# Userland interfaces
82029 -#
82030 -# CONFIG_INPUT_MOUSEDEV is not set
82031 -# CONFIG_INPUT_JOYDEV is not set
82032 -# CONFIG_INPUT_EVDEV is not set
82033 -# CONFIG_INPUT_EVBUG is not set
82034 -
82035 -#
82036 -# Input Device Drivers
82037 -#
82038 -# CONFIG_INPUT_KEYBOARD is not set
82039 -# CONFIG_INPUT_MOUSE is not set
82040 -# CONFIG_INPUT_JOYSTICK is not set
82041 -# CONFIG_INPUT_TABLET is not set
82042 -# CONFIG_INPUT_TOUCHSCREEN is not set
82043 -# CONFIG_INPUT_MISC is not set
82044 -
82045 -#
82046 -# Hardware I/O ports
82047 -#
82048 -# CONFIG_SERIO is not set
82049 -# CONFIG_GAMEPORT is not set
82050 -
82051 -#
82052 -# Character devices
82053 -#
82054 -# CONFIG_VT is not set
82055 -# CONFIG_SERIAL_NONSTANDARD is not set
82056 -# CONFIG_NOZOMI is not set
82057 -
82058 -#
82059 -# Serial drivers
82060 -#
82061 -CONFIG_SERIAL_8250=y
82062 -CONFIG_SERIAL_8250_CONSOLE=y
82063 -CONFIG_SERIAL_8250_PCI=y
82064 -CONFIG_SERIAL_8250_NR_UARTS=4
82065 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
82066 -# CONFIG_SERIAL_8250_EXTENDED is not set
82067 -CONFIG_SERIAL_8250_SHARE_IRQ=y
82068 -
82069 -#
82070 -# Non-8250 serial port support
82071 -#
82072 -# CONFIG_SERIAL_UARTLITE is not set
82073 -CONFIG_SERIAL_CORE=y
82074 -CONFIG_SERIAL_CORE_CONSOLE=y
82075 -# CONFIG_SERIAL_JSM is not set
82076 -# CONFIG_SERIAL_OF_PLATFORM is not set
82077 -CONFIG_UNIX98_PTYS=y
82078 -CONFIG_LEGACY_PTYS=y
82079 -CONFIG_LEGACY_PTY_COUNT=256
82080 -# CONFIG_IPMI_HANDLER is not set
82081 -CONFIG_HW_RANDOM=y
82082 -# CONFIG_NVRAM is not set
82083 -CONFIG_GEN_RTC=y
82084 -# CONFIG_GEN_RTC_X is not set
82085 -# CONFIG_R3964 is not set
82086 -# CONFIG_APPLICOM is not set
82087 -# CONFIG_RAW_DRIVER is not set
82088 -# CONFIG_TCG_TPM is not set
82089 -CONFIG_DEVPORT=y
82090 -CONFIG_I2C=y
82091 -CONFIG_I2C_BOARDINFO=y
82092 -CONFIG_I2C_CHARDEV=y
82093 -
82094 -#
82095 -# I2C Algorithms
82096 -#
82097 -# CONFIG_I2C_ALGOBIT is not set
82098 -# CONFIG_I2C_ALGOPCF is not set
82099 -# CONFIG_I2C_ALGOPCA is not set
82100 -
82101 -#
82102 -# I2C Hardware Bus support
82103 -#
82104 -# CONFIG_I2C_ALI1535 is not set
82105 -# CONFIG_I2C_ALI1563 is not set
82106 -# CONFIG_I2C_ALI15X3 is not set
82107 -# CONFIG_I2C_AMD756 is not set
82108 -# CONFIG_I2C_AMD8111 is not set
82109 -# CONFIG_I2C_I801 is not set
82110 -# CONFIG_I2C_I810 is not set
82111 -# CONFIG_I2C_PIIX4 is not set
82112 -CONFIG_I2C_MPC=y
82113 -# CONFIG_I2C_NFORCE2 is not set
82114 -# CONFIG_I2C_OCORES is not set
82115 -# CONFIG_I2C_PARPORT_LIGHT is not set
82116 -# CONFIG_I2C_PROSAVAGE is not set
82117 -# CONFIG_I2C_SAVAGE4 is not set
82118 -# CONFIG_I2C_SIMTEC is not set
82119 -# CONFIG_I2C_SIS5595 is not set
82120 -# CONFIG_I2C_SIS630 is not set
82121 -# CONFIG_I2C_SIS96X is not set
82122 -# CONFIG_I2C_TAOS_EVM is not set
82123 -# CONFIG_I2C_VIA is not set
82124 -# CONFIG_I2C_VIAPRO is not set
82125 -# CONFIG_I2C_VOODOO3 is not set
82126 -
82127 -#
82128 -# Miscellaneous I2C Chip support
82129 -#
82130 -# CONFIG_DS1682 is not set
82131 -# CONFIG_SENSORS_EEPROM is not set
82132 -# CONFIG_SENSORS_PCF8574 is not set
82133 -# CONFIG_PCF8575 is not set
82134 -# CONFIG_SENSORS_PCF8591 is not set
82135 -# CONFIG_TPS65010 is not set
82136 -# CONFIG_SENSORS_MAX6875 is not set
82137 -# CONFIG_SENSORS_TSL2550 is not set
82138 -# CONFIG_I2C_DEBUG_CORE is not set
82139 -# CONFIG_I2C_DEBUG_ALGO is not set
82140 -# CONFIG_I2C_DEBUG_BUS is not set
82141 -# CONFIG_I2C_DEBUG_CHIP is not set
82142 -
82143 -#
82144 -# SPI support
82145 -#
82146 -# CONFIG_SPI is not set
82147 -# CONFIG_SPI_MASTER is not set
82148 -# CONFIG_W1 is not set
82149 -# CONFIG_POWER_SUPPLY is not set
82150 -CONFIG_HWMON=y
82151 -# CONFIG_HWMON_VID is not set
82152 -# CONFIG_SENSORS_AD7418 is not set
82153 -# CONFIG_SENSORS_ADM1021 is not set
82154 -# CONFIG_SENSORS_ADM1025 is not set
82155 -# CONFIG_SENSORS_ADM1026 is not set
82156 -# CONFIG_SENSORS_ADM1029 is not set
82157 -# CONFIG_SENSORS_ADM1031 is not set
82158 -# CONFIG_SENSORS_ADM9240 is not set
82159 -# CONFIG_SENSORS_ADT7470 is not set
82160 -# CONFIG_SENSORS_ADT7473 is not set
82161 -# CONFIG_SENSORS_ATXP1 is not set
82162 -# CONFIG_SENSORS_DS1621 is not set
82163 -# CONFIG_SENSORS_I5K_AMB is not set
82164 -# CONFIG_SENSORS_F71805F is not set
82165 -# CONFIG_SENSORS_F71882FG is not set
82166 -# CONFIG_SENSORS_F75375S is not set
82167 -# CONFIG_SENSORS_GL518SM is not set
82168 -# CONFIG_SENSORS_GL520SM is not set
82169 -# CONFIG_SENSORS_IT87 is not set
82170 -# CONFIG_SENSORS_LM63 is not set
82171 -CONFIG_SENSORS_LM75=y
82172 -# CONFIG_SENSORS_LM77 is not set
82173 -# CONFIG_SENSORS_LM78 is not set
82174 -# CONFIG_SENSORS_LM80 is not set
82175 -# CONFIG_SENSORS_LM83 is not set
82176 -# CONFIG_SENSORS_LM85 is not set
82177 -# CONFIG_SENSORS_LM87 is not set
82178 -# CONFIG_SENSORS_LM90 is not set
82179 -# CONFIG_SENSORS_LM92 is not set
82180 -# CONFIG_SENSORS_LM93 is not set
82181 -# CONFIG_SENSORS_MAX1619 is not set
82182 -# CONFIG_SENSORS_MAX6650 is not set
82183 -# CONFIG_SENSORS_PC87360 is not set
82184 -# CONFIG_SENSORS_PC87427 is not set
82185 -# CONFIG_SENSORS_SIS5595 is not set
82186 -# CONFIG_SENSORS_DME1737 is not set
82187 -# CONFIG_SENSORS_SMSC47M1 is not set
82188 -# CONFIG_SENSORS_SMSC47M192 is not set
82189 -# CONFIG_SENSORS_SMSC47B397 is not set
82190 -# CONFIG_SENSORS_ADS7828 is not set
82191 -# CONFIG_SENSORS_THMC50 is not set
82192 -# CONFIG_SENSORS_VIA686A is not set
82193 -# CONFIG_SENSORS_VT1211 is not set
82194 -# CONFIG_SENSORS_VT8231 is not set
82195 -# CONFIG_SENSORS_W83781D is not set
82196 -# CONFIG_SENSORS_W83791D is not set
82197 -# CONFIG_SENSORS_W83792D is not set
82198 -# CONFIG_SENSORS_W83793 is not set
82199 -# CONFIG_SENSORS_W83L785TS is not set
82200 -# CONFIG_SENSORS_W83L786NG is not set
82201 -# CONFIG_SENSORS_W83627HF is not set
82202 -# CONFIG_SENSORS_W83627EHF is not set
82203 -CONFIG_HWMON_DEBUG_CHIP=y
82204 -# CONFIG_THERMAL is not set
82205 -# CONFIG_WATCHDOG is not set
82206 -
82207 -#
82208 -# Sonics Silicon Backplane
82209 -#
82210 -CONFIG_SSB_POSSIBLE=y
82211 -# CONFIG_SSB is not set
82212 -
82213 -#
82214 -# Multifunction device drivers
82215 -#
82216 -# CONFIG_MFD_SM501 is not set
82217 -
82218 -#
82219 -# Multimedia devices
82220 -#
82221 -# CONFIG_VIDEO_DEV is not set
82222 -# CONFIG_DVB_CORE is not set
82223 -CONFIG_DAB=y
82224 -
82225 -#
82226 -# Graphics support
82227 -#
82228 -# CONFIG_AGP is not set
82229 -# CONFIG_DRM is not set
82230 -# CONFIG_VGASTATE is not set
82231 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
82232 -# CONFIG_FB is not set
82233 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
82234 -
82235 -#
82236 -# Display device support
82237 -#
82238 -# CONFIG_DISPLAY_SUPPORT is not set
82239 -
82240 -#
82241 -# Sound
82242 -#
82243 -# CONFIG_SOUND is not set
82244 -CONFIG_HID_SUPPORT=y
82245 -CONFIG_HID=y
82246 -# CONFIG_HID_DEBUG is not set
82247 -# CONFIG_HIDRAW is not set
82248 -CONFIG_USB_SUPPORT=y
82249 -CONFIG_USB_ARCH_HAS_HCD=y
82250 -CONFIG_USB_ARCH_HAS_OHCI=y
82251 -CONFIG_USB_ARCH_HAS_EHCI=y
82252 -# CONFIG_USB is not set
82253 -
82254 -#
82255 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
82256 -#
82257 -# CONFIG_USB_GADGET is not set
82258 -# CONFIG_MMC is not set
82259 -# CONFIG_MEMSTICK is not set
82260 -# CONFIG_NEW_LEDS is not set
82261 -# CONFIG_INFINIBAND is not set
82262 -# CONFIG_EDAC is not set
82263 -# CONFIG_RTC_CLASS is not set
82264 -# CONFIG_DMADEVICES is not set
82265 -
82266 -#
82267 -# Userspace I/O
82268 -#
82269 -# CONFIG_UIO is not set
82270 -
82271 -#
82272 -# File systems
82273 -#
82274 -CONFIG_EXT2_FS=y
82275 -# CONFIG_EXT2_FS_XATTR is not set
82276 -# CONFIG_EXT2_FS_XIP is not set
82277 -CONFIG_EXT3_FS=y
82278 -CONFIG_EXT3_FS_XATTR=y
82279 -# CONFIG_EXT3_FS_POSIX_ACL is not set
82280 -# CONFIG_EXT3_FS_SECURITY is not set
82281 -# CONFIG_EXT4DEV_FS is not set
82282 -CONFIG_JBD=y
82283 -CONFIG_FS_MBCACHE=y
82284 -# CONFIG_REISERFS_FS is not set
82285 -# CONFIG_JFS_FS is not set
82286 -# CONFIG_FS_POSIX_ACL is not set
82287 -# CONFIG_XFS_FS is not set
82288 -# CONFIG_GFS2_FS is not set
82289 -# CONFIG_OCFS2_FS is not set
82290 -CONFIG_DNOTIFY=y
82291 -CONFIG_INOTIFY=y
82292 -CONFIG_INOTIFY_USER=y
82293 -# CONFIG_QUOTA is not set
82294 -# CONFIG_AUTOFS_FS is not set
82295 -# CONFIG_AUTOFS4_FS is not set
82296 -# CONFIG_FUSE_FS is not set
82297 -
82298 -#
82299 -# CD-ROM/DVD Filesystems
82300 -#
82301 -# CONFIG_ISO9660_FS is not set
82302 -# CONFIG_UDF_FS is not set
82303 -
82304 -#
82305 -# DOS/FAT/NT Filesystems
82306 -#
82307 -# CONFIG_MSDOS_FS is not set
82308 -# CONFIG_VFAT_FS is not set
82309 -# CONFIG_NTFS_FS is not set
82310 -
82311 -#
82312 -# Pseudo filesystems
82313 -#
82314 -CONFIG_PROC_FS=y
82315 -CONFIG_PROC_KCORE=y
82316 -CONFIG_PROC_SYSCTL=y
82317 -CONFIG_SYSFS=y
82318 -CONFIG_TMPFS=y
82319 -# CONFIG_TMPFS_POSIX_ACL is not set
82320 -# CONFIG_HUGETLB_PAGE is not set
82321 -# CONFIG_CONFIGFS_FS is not set
82322 -
82323 -#
82324 -# Miscellaneous filesystems
82325 -#
82326 -# CONFIG_ADFS_FS is not set
82327 -# CONFIG_AFFS_FS is not set
82328 -# CONFIG_HFS_FS is not set
82329 -# CONFIG_HFSPLUS_FS is not set
82330 -# CONFIG_BEFS_FS is not set
82331 -# CONFIG_BFS_FS is not set
82332 -# CONFIG_EFS_FS is not set
82333 -CONFIG_JFFS2_FS=y
82334 -CONFIG_JFFS2_FS_DEBUG=0
82335 -CONFIG_JFFS2_FS_WRITEBUFFER=y
82336 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
82337 -# CONFIG_JFFS2_SUMMARY is not set
82338 -# CONFIG_JFFS2_FS_XATTR is not set
82339 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
82340 -CONFIG_JFFS2_ZLIB=y
82341 -# CONFIG_JFFS2_LZO is not set
82342 -CONFIG_JFFS2_RTIME=y
82343 -# CONFIG_JFFS2_RUBIN is not set
82344 -CONFIG_CRAMFS=y
82345 -# CONFIG_VXFS_FS is not set
82346 -# CONFIG_MINIX_FS is not set
82347 -# CONFIG_HPFS_FS is not set
82348 -# CONFIG_QNX4FS_FS is not set
82349 -# CONFIG_ROMFS_FS is not set
82350 -# CONFIG_SYSV_FS is not set
82351 -# CONFIG_UFS_FS is not set
82352 -CONFIG_NETWORK_FILESYSTEMS=y
82353 -CONFIG_NFS_FS=y
82354 -# CONFIG_NFS_V3 is not set
82355 -# CONFIG_NFS_V4 is not set
82356 -# CONFIG_NFS_DIRECTIO is not set
82357 -# CONFIG_NFSD is not set
82358 -CONFIG_ROOT_NFS=y
82359 -CONFIG_LOCKD=y
82360 -CONFIG_NFS_COMMON=y
82361 -CONFIG_SUNRPC=y
82362 -# CONFIG_SUNRPC_BIND34 is not set
82363 -# CONFIG_RPCSEC_GSS_KRB5 is not set
82364 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
82365 -# CONFIG_SMB_FS is not set
82366 -# CONFIG_CIFS is not set
82367 -# CONFIG_NCP_FS is not set
82368 -# CONFIG_CODA_FS is not set
82369 -# CONFIG_AFS_FS is not set
82370 -
82371 -#
82372 -# Partition Types
82373 -#
82374 -CONFIG_PARTITION_ADVANCED=y
82375 -# CONFIG_ACORN_PARTITION is not set
82376 -# CONFIG_OSF_PARTITION is not set
82377 -# CONFIG_AMIGA_PARTITION is not set
82378 -# CONFIG_ATARI_PARTITION is not set
82379 -# CONFIG_MAC_PARTITION is not set
82380 -# CONFIG_MSDOS_PARTITION is not set
82381 -# CONFIG_LDM_PARTITION is not set
82382 -# CONFIG_SGI_PARTITION is not set
82383 -# CONFIG_ULTRIX_PARTITION is not set
82384 -# CONFIG_SUN_PARTITION is not set
82385 -# CONFIG_KARMA_PARTITION is not set
82386 -# CONFIG_EFI_PARTITION is not set
82387 -# CONFIG_SYSV68_PARTITION is not set
82388 -# CONFIG_NLS is not set
82389 -# CONFIG_DLM is not set
82390 -
82391 -#
82392 -# Library routines
82393 -#
82394 -CONFIG_BITREVERSE=y
82395 -# CONFIG_CRC_CCITT is not set
82396 -# CONFIG_CRC16 is not set
82397 -# CONFIG_CRC_ITU_T is not set
82398 -CONFIG_CRC32=y
82399 -# CONFIG_CRC7 is not set
82400 -# CONFIG_LIBCRC32C is not set
82401 -CONFIG_ZLIB_INFLATE=y
82402 -CONFIG_ZLIB_DEFLATE=y
82403 -CONFIG_PLIST=y
82404 -CONFIG_HAS_IOMEM=y
82405 -CONFIG_HAS_IOPORT=y
82406 -CONFIG_HAS_DMA=y
82407 -
82408 -#
82409 -# Kernel hacking
82410 -#
82411 -# CONFIG_PRINTK_TIME is not set
82412 -CONFIG_ENABLE_WARN_DEPRECATED=y
82413 -CONFIG_ENABLE_MUST_CHECK=y
82414 -# CONFIG_MAGIC_SYSRQ is not set
82415 -# CONFIG_UNUSED_SYMBOLS is not set
82416 -# CONFIG_DEBUG_FS is not set
82417 -# CONFIG_HEADERS_CHECK is not set
82418 -# CONFIG_DEBUG_KERNEL is not set
82419 -# CONFIG_SLUB_DEBUG_ON is not set
82420 -# CONFIG_SLUB_STATS is not set
82421 -# CONFIG_DEBUG_BUGVERBOSE is not set
82422 -# CONFIG_SAMPLES is not set
82423 -# CONFIG_PPC_EARLY_DEBUG is not set
82424 -
82425 -#
82426 -# Security options
82427 -#
82428 -# CONFIG_KEYS is not set
82429 -# CONFIG_SECURITY is not set
82430 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
82431 -CONFIG_CRYPTO=y
82432 -# CONFIG_CRYPTO_SEQIV is not set
82433 -# CONFIG_CRYPTO_MANAGER is not set
82434 -# CONFIG_CRYPTO_HMAC is not set
82435 -# CONFIG_CRYPTO_XCBC is not set
82436 -# CONFIG_CRYPTO_NULL is not set
82437 -# CONFIG_CRYPTO_MD4 is not set
82438 -# CONFIG_CRYPTO_MD5 is not set
82439 -# CONFIG_CRYPTO_SHA1 is not set
82440 -# CONFIG_CRYPTO_SHA256 is not set
82441 -# CONFIG_CRYPTO_SHA512 is not set
82442 -# CONFIG_CRYPTO_WP512 is not set
82443 -# CONFIG_CRYPTO_TGR192 is not set
82444 -# CONFIG_CRYPTO_GF128MUL is not set
82445 -# CONFIG_CRYPTO_ECB is not set
82446 -# CONFIG_CRYPTO_CBC is not set
82447 -# CONFIG_CRYPTO_PCBC is not set
82448 -# CONFIG_CRYPTO_LRW is not set
82449 -# CONFIG_CRYPTO_XTS is not set
82450 -# CONFIG_CRYPTO_CTR is not set
82451 -# CONFIG_CRYPTO_GCM is not set
82452 -# CONFIG_CRYPTO_CCM is not set
82453 -# CONFIG_CRYPTO_CRYPTD is not set
82454 -# CONFIG_CRYPTO_DES is not set
82455 -# CONFIG_CRYPTO_FCRYPT is not set
82456 -# CONFIG_CRYPTO_BLOWFISH is not set
82457 -# CONFIG_CRYPTO_TWOFISH is not set
82458 -# CONFIG_CRYPTO_SERPENT is not set
82459 -# CONFIG_CRYPTO_AES is not set
82460 -# CONFIG_CRYPTO_CAST5 is not set
82461 -# CONFIG_CRYPTO_CAST6 is not set
82462 -# CONFIG_CRYPTO_TEA is not set
82463 -# CONFIG_CRYPTO_ARC4 is not set
82464 -# CONFIG_CRYPTO_KHAZAD is not set
82465 -# CONFIG_CRYPTO_ANUBIS is not set
82466 -# CONFIG_CRYPTO_SEED is not set
82467 -# CONFIG_CRYPTO_SALSA20 is not set
82468 -# CONFIG_CRYPTO_DEFLATE is not set
82469 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
82470 -# CONFIG_CRYPTO_CRC32C is not set
82471 -# CONFIG_CRYPTO_CAMELLIA is not set
82472 -# CONFIG_CRYPTO_AUTHENC is not set
82473 -# CONFIG_CRYPTO_LZO is not set
82474 -CONFIG_CRYPTO_HW=y
82475 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
82476 -# CONFIG_PPC_CLOCK is not set
82477 --- a/arch/powerpc/configs/tqm8541_defconfig
82478 +++ /dev/null
82479 @@ -1,1109 +0,0 @@
82480 -#
82481 -# Automatically generated make config: don't edit
82482 -# Linux kernel version: 2.6.25-rc6
82483 -# Mon Mar 24 08:48:44 2008
82484 -#
82485 -# CONFIG_PPC64 is not set
82486 -
82487 -#
82488 -# Processor support
82489 -#
82490 -# CONFIG_6xx is not set
82491 -CONFIG_PPC_85xx=y
82492 -# CONFIG_PPC_8xx is not set
82493 -# CONFIG_40x is not set
82494 -# CONFIG_44x is not set
82495 -# CONFIG_E200 is not set
82496 -CONFIG_E500=y
82497 -CONFIG_BOOKE=y
82498 -CONFIG_FSL_BOOKE=y
82499 -CONFIG_FSL_EMB_PERFMON=y
82500 -# CONFIG_PHYS_64BIT is not set
82501 -CONFIG_SPE=y
82502 -# CONFIG_PPC_MM_SLICES is not set
82503 -CONFIG_PPC32=y
82504 -CONFIG_WORD_SIZE=32
82505 -CONFIG_PPC_MERGE=y
82506 -CONFIG_MMU=y
82507 -CONFIG_GENERIC_CMOS_UPDATE=y
82508 -CONFIG_GENERIC_TIME=y
82509 -CONFIG_GENERIC_TIME_VSYSCALL=y
82510 -CONFIG_GENERIC_CLOCKEVENTS=y
82511 -CONFIG_GENERIC_HARDIRQS=y
82512 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
82513 -CONFIG_IRQ_PER_CPU=y
82514 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
82515 -CONFIG_ARCH_HAS_ILOG2_U32=y
82516 -CONFIG_GENERIC_HWEIGHT=y
82517 -CONFIG_GENERIC_CALIBRATE_DELAY=y
82518 -CONFIG_GENERIC_FIND_NEXT_BIT=y
82519 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
82520 -CONFIG_PPC=y
82521 -CONFIG_EARLY_PRINTK=y
82522 -CONFIG_GENERIC_NVRAM=y
82523 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
82524 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
82525 -CONFIG_PPC_OF=y
82526 -CONFIG_OF=y
82527 -CONFIG_PPC_UDBG_16550=y
82528 -# CONFIG_GENERIC_TBSYNC is not set
82529 -CONFIG_AUDIT_ARCH=y
82530 -CONFIG_GENERIC_BUG=y
82531 -CONFIG_DEFAULT_UIMAGE=y
82532 -# CONFIG_PPC_DCR_NATIVE is not set
82533 -# CONFIG_PPC_DCR_MMIO is not set
82534 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
82535 -
82536 -#
82537 -# General setup
82538 -#
82539 -CONFIG_EXPERIMENTAL=y
82540 -CONFIG_BROKEN_ON_SMP=y
82541 -CONFIG_INIT_ENV_ARG_LIMIT=32
82542 -CONFIG_LOCALVERSION=""
82543 -CONFIG_LOCALVERSION_AUTO=y
82544 -CONFIG_SWAP=y
82545 -CONFIG_SYSVIPC=y
82546 -CONFIG_SYSVIPC_SYSCTL=y
82547 -# CONFIG_POSIX_MQUEUE is not set
82548 -# CONFIG_BSD_PROCESS_ACCT is not set
82549 -# CONFIG_TASKSTATS is not set
82550 -# CONFIG_AUDIT is not set
82551 -# CONFIG_IKCONFIG is not set
82552 -CONFIG_LOG_BUF_SHIFT=14
82553 -# CONFIG_CGROUPS is not set
82554 -CONFIG_GROUP_SCHED=y
82555 -CONFIG_FAIR_GROUP_SCHED=y
82556 -# CONFIG_RT_GROUP_SCHED is not set
82557 -CONFIG_USER_SCHED=y
82558 -# CONFIG_CGROUP_SCHED is not set
82559 -CONFIG_SYSFS_DEPRECATED=y
82560 -CONFIG_SYSFS_DEPRECATED_V2=y
82561 -# CONFIG_RELAY is not set
82562 -# CONFIG_NAMESPACES is not set
82563 -CONFIG_BLK_DEV_INITRD=y
82564 -CONFIG_INITRAMFS_SOURCE=""
82565 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
82566 -CONFIG_SYSCTL=y
82567 -CONFIG_EMBEDDED=y
82568 -CONFIG_SYSCTL_SYSCALL=y
82569 -# CONFIG_KALLSYMS is not set
82570 -# CONFIG_HOTPLUG is not set
82571 -CONFIG_PRINTK=y
82572 -CONFIG_BUG=y
82573 -CONFIG_ELF_CORE=y
82574 -CONFIG_COMPAT_BRK=y
82575 -CONFIG_BASE_FULL=y
82576 -CONFIG_FUTEX=y
82577 -CONFIG_ANON_INODES=y
82578 -# CONFIG_EPOLL is not set
82579 -CONFIG_SIGNALFD=y
82580 -CONFIG_TIMERFD=y
82581 -CONFIG_EVENTFD=y
82582 -CONFIG_SHMEM=y
82583 -CONFIG_VM_EVENT_COUNTERS=y
82584 -CONFIG_SLUB_DEBUG=y
82585 -# CONFIG_SLAB is not set
82586 -CONFIG_SLUB=y
82587 -# CONFIG_SLOB is not set
82588 -# CONFIG_PROFILING is not set
82589 -# CONFIG_MARKERS is not set
82590 -CONFIG_HAVE_OPROFILE=y
82591 -CONFIG_HAVE_KPROBES=y
82592 -CONFIG_HAVE_KRETPROBES=y
82593 -CONFIG_PROC_PAGE_MONITOR=y
82594 -CONFIG_SLABINFO=y
82595 -CONFIG_RT_MUTEXES=y
82596 -# CONFIG_TINY_SHMEM is not set
82597 -CONFIG_BASE_SMALL=0
82598 -# CONFIG_MODULES is not set
82599 -CONFIG_BLOCK=y
82600 -# CONFIG_LBD is not set
82601 -# CONFIG_BLK_DEV_IO_TRACE is not set
82602 -# CONFIG_LSF is not set
82603 -# CONFIG_BLK_DEV_BSG is not set
82604 -
82605 -#
82606 -# IO Schedulers
82607 -#
82608 -CONFIG_IOSCHED_NOOP=y
82609 -CONFIG_IOSCHED_AS=y
82610 -CONFIG_IOSCHED_DEADLINE=y
82611 -CONFIG_IOSCHED_CFQ=y
82612 -CONFIG_DEFAULT_AS=y
82613 -# CONFIG_DEFAULT_DEADLINE is not set
82614 -# CONFIG_DEFAULT_CFQ is not set
82615 -# CONFIG_DEFAULT_NOOP is not set
82616 -CONFIG_DEFAULT_IOSCHED="anticipatory"
82617 -CONFIG_CLASSIC_RCU=y
82618 -
82619 -#
82620 -# Platform support
82621 -#
82622 -# CONFIG_PPC_MPC512x is not set
82623 -# CONFIG_PPC_MPC5121 is not set
82624 -# CONFIG_PPC_CELL is not set
82625 -# CONFIG_PPC_CELL_NATIVE is not set
82626 -# CONFIG_PQ2ADS is not set
82627 -CONFIG_MPC85xx=y
82628 -# CONFIG_MPC8540_ADS is not set
82629 -# CONFIG_MPC8560_ADS is not set
82630 -# CONFIG_MPC85xx_CDS is not set
82631 -# CONFIG_MPC85xx_MDS is not set
82632 -# CONFIG_MPC85xx_DS is not set
82633 -# CONFIG_STX_GP3 is not set
82634 -# CONFIG_TQM8540 is not set
82635 -CONFIG_TQM8541=y
82636 -# CONFIG_TQM8555 is not set
82637 -# CONFIG_TQM8560 is not set
82638 -# CONFIG_SBC8548 is not set
82639 -# CONFIG_SBC8560 is not set
82640 -CONFIG_TQM85xx=y
82641 -# CONFIG_IPIC is not set
82642 -CONFIG_MPIC=y
82643 -# CONFIG_MPIC_WEIRD is not set
82644 -# CONFIG_PPC_I8259 is not set
82645 -# CONFIG_PPC_RTAS is not set
82646 -# CONFIG_MMIO_NVRAM is not set
82647 -# CONFIG_PPC_MPC106 is not set
82648 -# CONFIG_PPC_970_NAP is not set
82649 -# CONFIG_PPC_INDIRECT_IO is not set
82650 -# CONFIG_GENERIC_IOMAP is not set
82651 -# CONFIG_CPU_FREQ is not set
82652 -CONFIG_CPM2=y
82653 -CONFIG_PPC_CPM_NEW_BINDING=y
82654 -# CONFIG_FSL_ULI1575 is not set
82655 -CONFIG_CPM=y
82656 -
82657 -#
82658 -# Kernel options
82659 -#
82660 -# CONFIG_HIGHMEM is not set
82661 -# CONFIG_TICK_ONESHOT is not set
82662 -# CONFIG_NO_HZ is not set
82663 -# CONFIG_HIGH_RES_TIMERS is not set
82664 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
82665 -# CONFIG_HZ_100 is not set
82666 -CONFIG_HZ_250=y
82667 -# CONFIG_HZ_300 is not set
82668 -# CONFIG_HZ_1000 is not set
82669 -CONFIG_HZ=250
82670 -# CONFIG_SCHED_HRTICK is not set
82671 -CONFIG_PREEMPT_NONE=y
82672 -# CONFIG_PREEMPT_VOLUNTARY is not set
82673 -# CONFIG_PREEMPT is not set
82674 -CONFIG_BINFMT_ELF=y
82675 -# CONFIG_BINFMT_MISC is not set
82676 -CONFIG_MATH_EMULATION=y
82677 -# CONFIG_IOMMU_HELPER is not set
82678 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
82679 -CONFIG_ARCH_HAS_WALK_MEMORY=y
82680 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
82681 -CONFIG_ARCH_FLATMEM_ENABLE=y
82682 -CONFIG_ARCH_POPULATES_NODE_MAP=y
82683 -CONFIG_SELECT_MEMORY_MODEL=y
82684 -CONFIG_FLATMEM_MANUAL=y
82685 -# CONFIG_DISCONTIGMEM_MANUAL is not set
82686 -# CONFIG_SPARSEMEM_MANUAL is not set
82687 -CONFIG_FLATMEM=y
82688 -CONFIG_FLAT_NODE_MEM_MAP=y
82689 -# CONFIG_SPARSEMEM_STATIC is not set
82690 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
82691 -CONFIG_SPLIT_PTLOCK_CPUS=4
82692 -# CONFIG_RESOURCES_64BIT is not set
82693 -CONFIG_ZONE_DMA_FLAG=1
82694 -CONFIG_BOUNCE=y
82695 -CONFIG_VIRT_TO_BUS=y
82696 -# CONFIG_PROC_DEVICETREE is not set
82697 -# CONFIG_CMDLINE_BOOL is not set
82698 -# CONFIG_PM is not set
82699 -CONFIG_SECCOMP=y
82700 -CONFIG_ISA_DMA_API=y
82701 -
82702 -#
82703 -# Bus options
82704 -#
82705 -CONFIG_ZONE_DMA=y
82706 -CONFIG_PPC_INDIRECT_PCI=y
82707 -CONFIG_FSL_SOC=y
82708 -CONFIG_FSL_PCI=y
82709 -CONFIG_PCI=y
82710 -CONFIG_PCI_DOMAINS=y
82711 -CONFIG_PCI_SYSCALL=y
82712 -# CONFIG_PCIEPORTBUS is not set
82713 -CONFIG_ARCH_SUPPORTS_MSI=y
82714 -# CONFIG_PCI_MSI is not set
82715 -CONFIG_PCI_LEGACY=y
82716 -
82717 -#
82718 -# Advanced setup
82719 -#
82720 -# CONFIG_ADVANCED_OPTIONS is not set
82721 -
82722 -#
82723 -# Default settings for advanced configuration options are used
82724 -#
82725 -CONFIG_HIGHMEM_START=0xfe000000
82726 -CONFIG_LOWMEM_SIZE=0x30000000
82727 -CONFIG_KERNEL_START=0xc0000000
82728 -CONFIG_TASK_SIZE=0xc0000000
82729 -CONFIG_BOOT_LOAD=0x00800000
82730 -
82731 -#
82732 -# Networking
82733 -#
82734 -CONFIG_NET=y
82735 -
82736 -#
82737 -# Networking options
82738 -#
82739 -CONFIG_PACKET=y
82740 -# CONFIG_PACKET_MMAP is not set
82741 -CONFIG_UNIX=y
82742 -CONFIG_XFRM=y
82743 -# CONFIG_XFRM_USER is not set
82744 -# CONFIG_XFRM_SUB_POLICY is not set
82745 -# CONFIG_XFRM_MIGRATE is not set
82746 -# CONFIG_XFRM_STATISTICS is not set
82747 -# CONFIG_NET_KEY is not set
82748 -CONFIG_INET=y
82749 -CONFIG_IP_MULTICAST=y
82750 -# CONFIG_IP_ADVANCED_ROUTER is not set
82751 -CONFIG_IP_FIB_HASH=y
82752 -CONFIG_IP_PNP=y
82753 -CONFIG_IP_PNP_DHCP=y
82754 -CONFIG_IP_PNP_BOOTP=y
82755 -# CONFIG_IP_PNP_RARP is not set
82756 -# CONFIG_NET_IPIP is not set
82757 -# CONFIG_NET_IPGRE is not set
82758 -# CONFIG_IP_MROUTE is not set
82759 -# CONFIG_ARPD is not set
82760 -CONFIG_SYN_COOKIES=y
82761 -# CONFIG_INET_AH is not set
82762 -# CONFIG_INET_ESP is not set
82763 -# CONFIG_INET_IPCOMP is not set
82764 -# CONFIG_INET_XFRM_TUNNEL is not set
82765 -# CONFIG_INET_TUNNEL is not set
82766 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
82767 -CONFIG_INET_XFRM_MODE_TUNNEL=y
82768 -CONFIG_INET_XFRM_MODE_BEET=y
82769 -# CONFIG_INET_LRO is not set
82770 -CONFIG_INET_DIAG=y
82771 -CONFIG_INET_TCP_DIAG=y
82772 -# CONFIG_TCP_CONG_ADVANCED is not set
82773 -CONFIG_TCP_CONG_CUBIC=y
82774 -CONFIG_DEFAULT_TCP_CONG="cubic"
82775 -# CONFIG_TCP_MD5SIG is not set
82776 -# CONFIG_IPV6 is not set
82777 -# CONFIG_INET6_XFRM_TUNNEL is not set
82778 -# CONFIG_INET6_TUNNEL is not set
82779 -# CONFIG_NETWORK_SECMARK is not set
82780 -# CONFIG_NETFILTER is not set
82781 -# CONFIG_IP_DCCP is not set
82782 -# CONFIG_IP_SCTP is not set
82783 -# CONFIG_TIPC is not set
82784 -# CONFIG_ATM is not set
82785 -# CONFIG_BRIDGE is not set
82786 -# CONFIG_VLAN_8021Q is not set
82787 -# CONFIG_DECNET is not set
82788 -# CONFIG_LLC2 is not set
82789 -# CONFIG_IPX is not set
82790 -# CONFIG_ATALK is not set
82791 -# CONFIG_X25 is not set
82792 -# CONFIG_LAPB is not set
82793 -# CONFIG_ECONET is not set
82794 -# CONFIG_WAN_ROUTER is not set
82795 -# CONFIG_NET_SCHED is not set
82796 -
82797 -#
82798 -# Network testing
82799 -#
82800 -# CONFIG_NET_PKTGEN is not set
82801 -# CONFIG_HAMRADIO is not set
82802 -# CONFIG_CAN is not set
82803 -# CONFIG_IRDA is not set
82804 -# CONFIG_BT is not set
82805 -# CONFIG_AF_RXRPC is not set
82806 -
82807 -#
82808 -# Wireless
82809 -#
82810 -# CONFIG_CFG80211 is not set
82811 -# CONFIG_WIRELESS_EXT is not set
82812 -# CONFIG_MAC80211 is not set
82813 -# CONFIG_IEEE80211 is not set
82814 -# CONFIG_RFKILL is not set
82815 -# CONFIG_NET_9P is not set
82816 -
82817 -#
82818 -# Device Drivers
82819 -#
82820 -
82821 -#
82822 -# Generic Driver Options
82823 -#
82824 -CONFIG_STANDALONE=y
82825 -CONFIG_PREVENT_FIRMWARE_BUILD=y
82826 -# CONFIG_SYS_HYPERVISOR is not set
82827 -# CONFIG_CONNECTOR is not set
82828 -CONFIG_MTD=y
82829 -# CONFIG_MTD_DEBUG is not set
82830 -CONFIG_MTD_CONCAT=y
82831 -CONFIG_MTD_PARTITIONS=y
82832 -# CONFIG_MTD_REDBOOT_PARTS is not set
82833 -CONFIG_MTD_CMDLINE_PARTS=y
82834 -# CONFIG_MTD_OF_PARTS is not set
82835 -
82836 -#
82837 -# User Modules And Translation Layers
82838 -#
82839 -CONFIG_MTD_CHAR=y
82840 -CONFIG_MTD_BLKDEVS=y
82841 -CONFIG_MTD_BLOCK=y
82842 -# CONFIG_FTL is not set
82843 -# CONFIG_NFTL is not set
82844 -# CONFIG_INFTL is not set
82845 -# CONFIG_RFD_FTL is not set
82846 -# CONFIG_SSFDC is not set
82847 -# CONFIG_MTD_OOPS is not set
82848 -
82849 -#
82850 -# RAM/ROM/Flash chip drivers
82851 -#
82852 -CONFIG_MTD_CFI=y
82853 -# CONFIG_MTD_JEDECPROBE is not set
82854 -CONFIG_MTD_GEN_PROBE=y
82855 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
82856 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
82857 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
82858 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
82859 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
82860 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
82861 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
82862 -CONFIG_MTD_CFI_I1=y
82863 -CONFIG_MTD_CFI_I2=y
82864 -# CONFIG_MTD_CFI_I4 is not set
82865 -# CONFIG_MTD_CFI_I8 is not set
82866 -# CONFIG_MTD_CFI_INTELEXT is not set
82867 -CONFIG_MTD_CFI_AMDSTD=y
82868 -# CONFIG_MTD_CFI_STAA is not set
82869 -CONFIG_MTD_CFI_UTIL=y
82870 -# CONFIG_MTD_RAM is not set
82871 -# CONFIG_MTD_ROM is not set
82872 -# CONFIG_MTD_ABSENT is not set
82873 -
82874 -#
82875 -# Mapping drivers for chip access
82876 -#
82877 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
82878 -# CONFIG_MTD_PHYSMAP is not set
82879 -# CONFIG_MTD_PHYSMAP_OF is not set
82880 -# CONFIG_MTD_INTEL_VR_NOR is not set
82881 -# CONFIG_MTD_PLATRAM is not set
82882 -
82883 -#
82884 -# Self-contained MTD device drivers
82885 -#
82886 -# CONFIG_MTD_PMC551 is not set
82887 -# CONFIG_MTD_SLRAM is not set
82888 -# CONFIG_MTD_PHRAM is not set
82889 -# CONFIG_MTD_MTDRAM is not set
82890 -# CONFIG_MTD_BLOCK2MTD is not set
82891 -
82892 -#
82893 -# Disk-On-Chip Device Drivers
82894 -#
82895 -# CONFIG_MTD_DOC2000 is not set
82896 -# CONFIG_MTD_DOC2001 is not set
82897 -# CONFIG_MTD_DOC2001PLUS is not set
82898 -# CONFIG_MTD_NAND is not set
82899 -# CONFIG_MTD_ONENAND is not set
82900 -
82901 -#
82902 -# UBI - Unsorted block images
82903 -#
82904 -# CONFIG_MTD_UBI is not set
82905 -CONFIG_OF_DEVICE=y
82906 -# CONFIG_PARPORT is not set
82907 -CONFIG_BLK_DEV=y
82908 -# CONFIG_BLK_DEV_FD is not set
82909 -# CONFIG_BLK_CPQ_DA is not set
82910 -# CONFIG_BLK_CPQ_CISS_DA is not set
82911 -# CONFIG_BLK_DEV_DAC960 is not set
82912 -# CONFIG_BLK_DEV_UMEM is not set
82913 -# CONFIG_BLK_DEV_COW_COMMON is not set
82914 -CONFIG_BLK_DEV_LOOP=y
82915 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
82916 -# CONFIG_BLK_DEV_NBD is not set
82917 -# CONFIG_BLK_DEV_SX8 is not set
82918 -CONFIG_BLK_DEV_RAM=y
82919 -CONFIG_BLK_DEV_RAM_COUNT=16
82920 -CONFIG_BLK_DEV_RAM_SIZE=32768
82921 -# CONFIG_BLK_DEV_XIP is not set
82922 -# CONFIG_CDROM_PKTCDVD is not set
82923 -# CONFIG_ATA_OVER_ETH is not set
82924 -CONFIG_MISC_DEVICES=y
82925 -# CONFIG_PHANTOM is not set
82926 -# CONFIG_EEPROM_93CX6 is not set
82927 -# CONFIG_SGI_IOC4 is not set
82928 -# CONFIG_TIFM_CORE is not set
82929 -# CONFIG_ENCLOSURE_SERVICES is not set
82930 -CONFIG_HAVE_IDE=y
82931 -CONFIG_IDE=y
82932 -CONFIG_IDE_MAX_HWIFS=4
82933 -CONFIG_BLK_DEV_IDE=y
82934 -
82935 -#
82936 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
82937 -#
82938 -# CONFIG_BLK_DEV_IDE_SATA is not set
82939 -CONFIG_BLK_DEV_IDEDISK=y
82940 -# CONFIG_IDEDISK_MULTI_MODE is not set
82941 -# CONFIG_BLK_DEV_IDECD is not set
82942 -# CONFIG_BLK_DEV_IDETAPE is not set
82943 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
82944 -# CONFIG_IDE_TASK_IOCTL is not set
82945 -CONFIG_IDE_PROC_FS=y
82946 -
82947 -#
82948 -# IDE chipset support/bugfixes
82949 -#
82950 -CONFIG_IDE_GENERIC=y
82951 -# CONFIG_BLK_DEV_PLATFORM is not set
82952 -CONFIG_BLK_DEV_IDEDMA_SFF=y
82953 -
82954 -#
82955 -# PCI IDE chipsets support
82956 -#
82957 -CONFIG_BLK_DEV_IDEPCI=y
82958 -CONFIG_IDEPCI_PCIBUS_ORDER=y
82959 -# CONFIG_BLK_DEV_OFFBOARD is not set
82960 -CONFIG_BLK_DEV_GENERIC=y
82961 -# CONFIG_BLK_DEV_OPTI621 is not set
82962 -CONFIG_BLK_DEV_IDEDMA_PCI=y
82963 -# CONFIG_BLK_DEV_AEC62XX is not set
82964 -# CONFIG_BLK_DEV_ALI15X3 is not set
82965 -# CONFIG_BLK_DEV_AMD74XX is not set
82966 -# CONFIG_BLK_DEV_CMD64X is not set
82967 -# CONFIG_BLK_DEV_TRIFLEX is not set
82968 -# CONFIG_BLK_DEV_CY82C693 is not set
82969 -# CONFIG_BLK_DEV_CS5520 is not set
82970 -# CONFIG_BLK_DEV_CS5530 is not set
82971 -# CONFIG_BLK_DEV_HPT34X is not set
82972 -# CONFIG_BLK_DEV_HPT366 is not set
82973 -# CONFIG_BLK_DEV_JMICRON is not set
82974 -# CONFIG_BLK_DEV_SC1200 is not set
82975 -# CONFIG_BLK_DEV_PIIX is not set
82976 -# CONFIG_BLK_DEV_IT8213 is not set
82977 -# CONFIG_BLK_DEV_IT821X is not set
82978 -# CONFIG_BLK_DEV_NS87415 is not set
82979 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
82980 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
82981 -# CONFIG_BLK_DEV_SVWKS is not set
82982 -# CONFIG_BLK_DEV_SIIMAGE is not set
82983 -# CONFIG_BLK_DEV_SL82C105 is not set
82984 -# CONFIG_BLK_DEV_SLC90E66 is not set
82985 -# CONFIG_BLK_DEV_TRM290 is not set
82986 -CONFIG_BLK_DEV_VIA82CXXX=y
82987 -# CONFIG_BLK_DEV_TC86C001 is not set
82988 -CONFIG_BLK_DEV_IDEDMA=y
82989 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
82990 -# CONFIG_BLK_DEV_HD is not set
82991 -
82992 -#
82993 -# SCSI device support
82994 -#
82995 -# CONFIG_RAID_ATTRS is not set
82996 -# CONFIG_SCSI is not set
82997 -# CONFIG_SCSI_DMA is not set
82998 -# CONFIG_SCSI_NETLINK is not set
82999 -# CONFIG_ATA is not set
83000 -# CONFIG_MD is not set
83001 -# CONFIG_FUSION is not set
83002 -
83003 -#
83004 -# IEEE 1394 (FireWire) support
83005 -#
83006 -# CONFIG_FIREWIRE is not set
83007 -# CONFIG_IEEE1394 is not set
83008 -# CONFIG_I2O is not set
83009 -# CONFIG_MACINTOSH_DRIVERS is not set
83010 -CONFIG_NETDEVICES=y
83011 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
83012 -# CONFIG_DUMMY is not set
83013 -# CONFIG_BONDING is not set
83014 -# CONFIG_MACVLAN is not set
83015 -# CONFIG_EQUALIZER is not set
83016 -# CONFIG_TUN is not set
83017 -# CONFIG_VETH is not set
83018 -# CONFIG_ARCNET is not set
83019 -CONFIG_PHYLIB=y
83020 -
83021 -#
83022 -# MII PHY device drivers
83023 -#
83024 -# CONFIG_MARVELL_PHY is not set
83025 -# CONFIG_DAVICOM_PHY is not set
83026 -# CONFIG_QSEMI_PHY is not set
83027 -# CONFIG_LXT_PHY is not set
83028 -# CONFIG_CICADA_PHY is not set
83029 -# CONFIG_VITESSE_PHY is not set
83030 -# CONFIG_SMSC_PHY is not set
83031 -# CONFIG_BROADCOM_PHY is not set
83032 -# CONFIG_ICPLUS_PHY is not set
83033 -# CONFIG_REALTEK_PHY is not set
83034 -# CONFIG_FIXED_PHY is not set
83035 -# CONFIG_MDIO_BITBANG is not set
83036 -CONFIG_NET_ETHERNET=y
83037 -CONFIG_MII=y
83038 -# CONFIG_HAPPYMEAL is not set
83039 -# CONFIG_SUNGEM is not set
83040 -# CONFIG_CASSINI is not set
83041 -# CONFIG_NET_VENDOR_3COM is not set
83042 -# CONFIG_NET_TULIP is not set
83043 -# CONFIG_HP100 is not set
83044 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
83045 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
83046 -# CONFIG_IBM_NEW_EMAC_TAH is not set
83047 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
83048 -CONFIG_NET_PCI=y
83049 -# CONFIG_PCNET32 is not set
83050 -# CONFIG_AMD8111_ETH is not set
83051 -# CONFIG_ADAPTEC_STARFIRE is not set
83052 -# CONFIG_B44 is not set
83053 -# CONFIG_FORCEDETH is not set
83054 -# CONFIG_EEPRO100 is not set
83055 -CONFIG_E100=y
83056 -# CONFIG_FEALNX is not set
83057 -# CONFIG_NATSEMI is not set
83058 -# CONFIG_NE2K_PCI is not set
83059 -# CONFIG_8139CP is not set
83060 -# CONFIG_8139TOO is not set
83061 -# CONFIG_R6040 is not set
83062 -# CONFIG_SIS900 is not set
83063 -# CONFIG_EPIC100 is not set
83064 -# CONFIG_SUNDANCE is not set
83065 -# CONFIG_TLAN is not set
83066 -# CONFIG_VIA_RHINE is not set
83067 -# CONFIG_SC92031 is not set
83068 -# CONFIG_FS_ENET is not set
83069 -CONFIG_NETDEV_1000=y
83070 -# CONFIG_ACENIC is not set
83071 -# CONFIG_DL2K is not set
83072 -# CONFIG_E1000 is not set
83073 -# CONFIG_E1000E is not set
83074 -# CONFIG_E1000E_ENABLED is not set
83075 -# CONFIG_IP1000 is not set
83076 -# CONFIG_IGB is not set
83077 -# CONFIG_NS83820 is not set
83078 -# CONFIG_HAMACHI is not set
83079 -# CONFIG_YELLOWFIN is not set
83080 -# CONFIG_R8169 is not set
83081 -# CONFIG_SIS190 is not set
83082 -# CONFIG_SKGE is not set
83083 -# CONFIG_SKY2 is not set
83084 -# CONFIG_SK98LIN is not set
83085 -# CONFIG_VIA_VELOCITY is not set
83086 -# CONFIG_TIGON3 is not set
83087 -# CONFIG_BNX2 is not set
83088 -CONFIG_GIANFAR=y
83089 -CONFIG_GFAR_NAPI=y
83090 -# CONFIG_QLA3XXX is not set
83091 -# CONFIG_ATL1 is not set
83092 -CONFIG_NETDEV_10000=y
83093 -# CONFIG_CHELSIO_T1 is not set
83094 -# CONFIG_CHELSIO_T3 is not set
83095 -# CONFIG_IXGBE is not set
83096 -# CONFIG_IXGB is not set
83097 -# CONFIG_S2IO is not set
83098 -# CONFIG_MYRI10GE is not set
83099 -# CONFIG_NETXEN_NIC is not set
83100 -# CONFIG_NIU is not set
83101 -# CONFIG_MLX4_CORE is not set
83102 -# CONFIG_TEHUTI is not set
83103 -# CONFIG_BNX2X is not set
83104 -# CONFIG_TR is not set
83105 -
83106 -#
83107 -# Wireless LAN
83108 -#
83109 -# CONFIG_WLAN_PRE80211 is not set
83110 -# CONFIG_WLAN_80211 is not set
83111 -# CONFIG_WAN is not set
83112 -# CONFIG_FDDI is not set
83113 -# CONFIG_HIPPI is not set
83114 -# CONFIG_PPP is not set
83115 -# CONFIG_SLIP is not set
83116 -# CONFIG_NETCONSOLE is not set
83117 -# CONFIG_NETPOLL is not set
83118 -# CONFIG_NET_POLL_CONTROLLER is not set
83119 -# CONFIG_ISDN is not set
83120 -# CONFIG_PHONE is not set
83121 -
83122 -#
83123 -# Input device support
83124 -#
83125 -CONFIG_INPUT=y
83126 -# CONFIG_INPUT_FF_MEMLESS is not set
83127 -# CONFIG_INPUT_POLLDEV is not set
83128 -
83129 -#
83130 -# Userland interfaces
83131 -#
83132 -# CONFIG_INPUT_MOUSEDEV is not set
83133 -# CONFIG_INPUT_JOYDEV is not set
83134 -# CONFIG_INPUT_EVDEV is not set
83135 -# CONFIG_INPUT_EVBUG is not set
83136 -
83137 -#
83138 -# Input Device Drivers
83139 -#
83140 -# CONFIG_INPUT_KEYBOARD is not set
83141 -# CONFIG_INPUT_MOUSE is not set
83142 -# CONFIG_INPUT_JOYSTICK is not set
83143 -# CONFIG_INPUT_TABLET is not set
83144 -# CONFIG_INPUT_TOUCHSCREEN is not set
83145 -# CONFIG_INPUT_MISC is not set
83146 -
83147 -#
83148 -# Hardware I/O ports
83149 -#
83150 -# CONFIG_SERIO is not set
83151 -# CONFIG_GAMEPORT is not set
83152 -
83153 -#
83154 -# Character devices
83155 -#
83156 -# CONFIG_VT is not set
83157 -# CONFIG_SERIAL_NONSTANDARD is not set
83158 -# CONFIG_NOZOMI is not set
83159 -
83160 -#
83161 -# Serial drivers
83162 -#
83163 -CONFIG_SERIAL_8250=y
83164 -CONFIG_SERIAL_8250_CONSOLE=y
83165 -CONFIG_SERIAL_8250_PCI=y
83166 -CONFIG_SERIAL_8250_NR_UARTS=4
83167 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
83168 -# CONFIG_SERIAL_8250_EXTENDED is not set
83169 -CONFIG_SERIAL_8250_SHARE_IRQ=y
83170 -
83171 -#
83172 -# Non-8250 serial port support
83173 -#
83174 -# CONFIG_SERIAL_UARTLITE is not set
83175 -CONFIG_SERIAL_CORE=y
83176 -CONFIG_SERIAL_CORE_CONSOLE=y
83177 -CONFIG_SERIAL_CPM=y
83178 -CONFIG_SERIAL_CPM_CONSOLE=y
83179 -CONFIG_SERIAL_CPM_SCC1=y
83180 -# CONFIG_SERIAL_CPM_SCC2 is not set
83181 -# CONFIG_SERIAL_CPM_SCC3 is not set
83182 -# CONFIG_SERIAL_CPM_SCC4 is not set
83183 -# CONFIG_SERIAL_CPM_SMC1 is not set
83184 -# CONFIG_SERIAL_CPM_SMC2 is not set
83185 -# CONFIG_SERIAL_JSM is not set
83186 -# CONFIG_SERIAL_OF_PLATFORM is not set
83187 -CONFIG_UNIX98_PTYS=y
83188 -CONFIG_LEGACY_PTYS=y
83189 -CONFIG_LEGACY_PTY_COUNT=256
83190 -# CONFIG_IPMI_HANDLER is not set
83191 -CONFIG_HW_RANDOM=y
83192 -# CONFIG_NVRAM is not set
83193 -CONFIG_GEN_RTC=y
83194 -# CONFIG_GEN_RTC_X is not set
83195 -# CONFIG_R3964 is not set
83196 -# CONFIG_APPLICOM is not set
83197 -# CONFIG_RAW_DRIVER is not set
83198 -# CONFIG_TCG_TPM is not set
83199 -CONFIG_DEVPORT=y
83200 -CONFIG_I2C=y
83201 -CONFIG_I2C_BOARDINFO=y
83202 -CONFIG_I2C_CHARDEV=y
83203 -
83204 -#
83205 -# I2C Algorithms
83206 -#
83207 -# CONFIG_I2C_ALGOBIT is not set
83208 -# CONFIG_I2C_ALGOPCF is not set
83209 -# CONFIG_I2C_ALGOPCA is not set
83210 -
83211 -#
83212 -# I2C Hardware Bus support
83213 -#
83214 -# CONFIG_I2C_ALI1535 is not set
83215 -# CONFIG_I2C_ALI1563 is not set
83216 -# CONFIG_I2C_ALI15X3 is not set
83217 -# CONFIG_I2C_AMD756 is not set
83218 -# CONFIG_I2C_AMD8111 is not set
83219 -# CONFIG_I2C_I801 is not set
83220 -# CONFIG_I2C_I810 is not set
83221 -# CONFIG_I2C_PIIX4 is not set
83222 -CONFIG_I2C_MPC=y
83223 -# CONFIG_I2C_NFORCE2 is not set
83224 -# CONFIG_I2C_OCORES is not set
83225 -# CONFIG_I2C_PARPORT_LIGHT is not set
83226 -# CONFIG_I2C_PROSAVAGE is not set
83227 -# CONFIG_I2C_SAVAGE4 is not set
83228 -# CONFIG_I2C_SIMTEC is not set
83229 -# CONFIG_I2C_SIS5595 is not set
83230 -# CONFIG_I2C_SIS630 is not set
83231 -# CONFIG_I2C_SIS96X is not set
83232 -# CONFIG_I2C_TAOS_EVM is not set
83233 -# CONFIG_I2C_VIA is not set
83234 -# CONFIG_I2C_VIAPRO is not set
83235 -# CONFIG_I2C_VOODOO3 is not set
83236 -
83237 -#
83238 -# Miscellaneous I2C Chip support
83239 -#
83240 -# CONFIG_DS1682 is not set
83241 -# CONFIG_SENSORS_EEPROM is not set
83242 -# CONFIG_SENSORS_PCF8574 is not set
83243 -# CONFIG_PCF8575 is not set
83244 -# CONFIG_SENSORS_PCF8591 is not set
83245 -# CONFIG_TPS65010 is not set
83246 -# CONFIG_SENSORS_MAX6875 is not set
83247 -# CONFIG_SENSORS_TSL2550 is not set
83248 -# CONFIG_I2C_DEBUG_CORE is not set
83249 -# CONFIG_I2C_DEBUG_ALGO is not set
83250 -# CONFIG_I2C_DEBUG_BUS is not set
83251 -# CONFIG_I2C_DEBUG_CHIP is not set
83252 -
83253 -#
83254 -# SPI support
83255 -#
83256 -# CONFIG_SPI is not set
83257 -# CONFIG_SPI_MASTER is not set
83258 -# CONFIG_W1 is not set
83259 -# CONFIG_POWER_SUPPLY is not set
83260 -CONFIG_HWMON=y
83261 -# CONFIG_HWMON_VID is not set
83262 -# CONFIG_SENSORS_AD7418 is not set
83263 -# CONFIG_SENSORS_ADM1021 is not set
83264 -# CONFIG_SENSORS_ADM1025 is not set
83265 -# CONFIG_SENSORS_ADM1026 is not set
83266 -# CONFIG_SENSORS_ADM1029 is not set
83267 -# CONFIG_SENSORS_ADM1031 is not set
83268 -# CONFIG_SENSORS_ADM9240 is not set
83269 -# CONFIG_SENSORS_ADT7470 is not set
83270 -# CONFIG_SENSORS_ADT7473 is not set
83271 -# CONFIG_SENSORS_ATXP1 is not set
83272 -# CONFIG_SENSORS_DS1621 is not set
83273 -# CONFIG_SENSORS_I5K_AMB is not set
83274 -# CONFIG_SENSORS_F71805F is not set
83275 -# CONFIG_SENSORS_F71882FG is not set
83276 -# CONFIG_SENSORS_F75375S is not set
83277 -# CONFIG_SENSORS_GL518SM is not set
83278 -# CONFIG_SENSORS_GL520SM is not set
83279 -# CONFIG_SENSORS_IT87 is not set
83280 -# CONFIG_SENSORS_LM63 is not set
83281 -CONFIG_SENSORS_LM75=y
83282 -# CONFIG_SENSORS_LM77 is not set
83283 -# CONFIG_SENSORS_LM78 is not set
83284 -# CONFIG_SENSORS_LM80 is not set
83285 -# CONFIG_SENSORS_LM83 is not set
83286 -# CONFIG_SENSORS_LM85 is not set
83287 -# CONFIG_SENSORS_LM87 is not set
83288 -# CONFIG_SENSORS_LM90 is not set
83289 -# CONFIG_SENSORS_LM92 is not set
83290 -# CONFIG_SENSORS_LM93 is not set
83291 -# CONFIG_SENSORS_MAX1619 is not set
83292 -# CONFIG_SENSORS_MAX6650 is not set
83293 -# CONFIG_SENSORS_PC87360 is not set
83294 -# CONFIG_SENSORS_PC87427 is not set
83295 -# CONFIG_SENSORS_SIS5595 is not set
83296 -# CONFIG_SENSORS_DME1737 is not set
83297 -# CONFIG_SENSORS_SMSC47M1 is not set
83298 -# CONFIG_SENSORS_SMSC47M192 is not set
83299 -# CONFIG_SENSORS_SMSC47B397 is not set
83300 -# CONFIG_SENSORS_ADS7828 is not set
83301 -# CONFIG_SENSORS_THMC50 is not set
83302 -# CONFIG_SENSORS_VIA686A is not set
83303 -# CONFIG_SENSORS_VT1211 is not set
83304 -# CONFIG_SENSORS_VT8231 is not set
83305 -# CONFIG_SENSORS_W83781D is not set
83306 -# CONFIG_SENSORS_W83791D is not set
83307 -# CONFIG_SENSORS_W83792D is not set
83308 -# CONFIG_SENSORS_W83793 is not set
83309 -# CONFIG_SENSORS_W83L785TS is not set
83310 -# CONFIG_SENSORS_W83L786NG is not set
83311 -# CONFIG_SENSORS_W83627HF is not set
83312 -# CONFIG_SENSORS_W83627EHF is not set
83313 -CONFIG_HWMON_DEBUG_CHIP=y
83314 -# CONFIG_THERMAL is not set
83315 -# CONFIG_WATCHDOG is not set
83316 -
83317 -#
83318 -# Sonics Silicon Backplane
83319 -#
83320 -CONFIG_SSB_POSSIBLE=y
83321 -# CONFIG_SSB is not set
83322 -
83323 -#
83324 -# Multifunction device drivers
83325 -#
83326 -# CONFIG_MFD_SM501 is not set
83327 -
83328 -#
83329 -# Multimedia devices
83330 -#
83331 -# CONFIG_VIDEO_DEV is not set
83332 -# CONFIG_DVB_CORE is not set
83333 -CONFIG_DAB=y
83334 -
83335 -#
83336 -# Graphics support
83337 -#
83338 -# CONFIG_AGP is not set
83339 -# CONFIG_DRM is not set
83340 -# CONFIG_VGASTATE is not set
83341 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
83342 -# CONFIG_FB is not set
83343 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
83344 -
83345 -#
83346 -# Display device support
83347 -#
83348 -# CONFIG_DISPLAY_SUPPORT is not set
83349 -
83350 -#
83351 -# Sound
83352 -#
83353 -# CONFIG_SOUND is not set
83354 -CONFIG_HID_SUPPORT=y
83355 -CONFIG_HID=y
83356 -# CONFIG_HID_DEBUG is not set
83357 -# CONFIG_HIDRAW is not set
83358 -CONFIG_USB_SUPPORT=y
83359 -CONFIG_USB_ARCH_HAS_HCD=y
83360 -CONFIG_USB_ARCH_HAS_OHCI=y
83361 -CONFIG_USB_ARCH_HAS_EHCI=y
83362 -# CONFIG_USB is not set
83363 -
83364 -#
83365 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
83366 -#
83367 -# CONFIG_USB_GADGET is not set
83368 -# CONFIG_MMC is not set
83369 -# CONFIG_MEMSTICK is not set
83370 -# CONFIG_NEW_LEDS is not set
83371 -# CONFIG_INFINIBAND is not set
83372 -# CONFIG_EDAC is not set
83373 -# CONFIG_RTC_CLASS is not set
83374 -# CONFIG_DMADEVICES is not set
83375 -
83376 -#
83377 -# Userspace I/O
83378 -#
83379 -# CONFIG_UIO is not set
83380 -
83381 -#
83382 -# File systems
83383 -#
83384 -CONFIG_EXT2_FS=y
83385 -# CONFIG_EXT2_FS_XATTR is not set
83386 -# CONFIG_EXT2_FS_XIP is not set
83387 -CONFIG_EXT3_FS=y
83388 -CONFIG_EXT3_FS_XATTR=y
83389 -# CONFIG_EXT3_FS_POSIX_ACL is not set
83390 -# CONFIG_EXT3_FS_SECURITY is not set
83391 -# CONFIG_EXT4DEV_FS is not set
83392 -CONFIG_JBD=y
83393 -CONFIG_FS_MBCACHE=y
83394 -# CONFIG_REISERFS_FS is not set
83395 -# CONFIG_JFS_FS is not set
83396 -# CONFIG_FS_POSIX_ACL is not set
83397 -# CONFIG_XFS_FS is not set
83398 -# CONFIG_GFS2_FS is not set
83399 -# CONFIG_OCFS2_FS is not set
83400 -CONFIG_DNOTIFY=y
83401 -CONFIG_INOTIFY=y
83402 -CONFIG_INOTIFY_USER=y
83403 -# CONFIG_QUOTA is not set
83404 -# CONFIG_AUTOFS_FS is not set
83405 -# CONFIG_AUTOFS4_FS is not set
83406 -# CONFIG_FUSE_FS is not set
83407 -
83408 -#
83409 -# CD-ROM/DVD Filesystems
83410 -#
83411 -# CONFIG_ISO9660_FS is not set
83412 -# CONFIG_UDF_FS is not set
83413 -
83414 -#
83415 -# DOS/FAT/NT Filesystems
83416 -#
83417 -# CONFIG_MSDOS_FS is not set
83418 -# CONFIG_VFAT_FS is not set
83419 -# CONFIG_NTFS_FS is not set
83420 -
83421 -#
83422 -# Pseudo filesystems
83423 -#
83424 -CONFIG_PROC_FS=y
83425 -CONFIG_PROC_KCORE=y
83426 -CONFIG_PROC_SYSCTL=y
83427 -CONFIG_SYSFS=y
83428 -CONFIG_TMPFS=y
83429 -# CONFIG_TMPFS_POSIX_ACL is not set
83430 -# CONFIG_HUGETLB_PAGE is not set
83431 -# CONFIG_CONFIGFS_FS is not set
83432 -
83433 -#
83434 -# Miscellaneous filesystems
83435 -#
83436 -# CONFIG_ADFS_FS is not set
83437 -# CONFIG_AFFS_FS is not set
83438 -# CONFIG_HFS_FS is not set
83439 -# CONFIG_HFSPLUS_FS is not set
83440 -# CONFIG_BEFS_FS is not set
83441 -# CONFIG_BFS_FS is not set
83442 -# CONFIG_EFS_FS is not set
83443 -CONFIG_JFFS2_FS=y
83444 -CONFIG_JFFS2_FS_DEBUG=0
83445 -CONFIG_JFFS2_FS_WRITEBUFFER=y
83446 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
83447 -# CONFIG_JFFS2_SUMMARY is not set
83448 -# CONFIG_JFFS2_FS_XATTR is not set
83449 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
83450 -CONFIG_JFFS2_ZLIB=y
83451 -# CONFIG_JFFS2_LZO is not set
83452 -CONFIG_JFFS2_RTIME=y
83453 -# CONFIG_JFFS2_RUBIN is not set
83454 -CONFIG_CRAMFS=y
83455 -# CONFIG_VXFS_FS is not set
83456 -# CONFIG_MINIX_FS is not set
83457 -# CONFIG_HPFS_FS is not set
83458 -# CONFIG_QNX4FS_FS is not set
83459 -# CONFIG_ROMFS_FS is not set
83460 -# CONFIG_SYSV_FS is not set
83461 -# CONFIG_UFS_FS is not set
83462 -CONFIG_NETWORK_FILESYSTEMS=y
83463 -CONFIG_NFS_FS=y
83464 -# CONFIG_NFS_V3 is not set
83465 -# CONFIG_NFS_V4 is not set
83466 -# CONFIG_NFS_DIRECTIO is not set
83467 -# CONFIG_NFSD is not set
83468 -CONFIG_ROOT_NFS=y
83469 -CONFIG_LOCKD=y
83470 -CONFIG_NFS_COMMON=y
83471 -CONFIG_SUNRPC=y
83472 -# CONFIG_SUNRPC_BIND34 is not set
83473 -# CONFIG_RPCSEC_GSS_KRB5 is not set
83474 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
83475 -# CONFIG_SMB_FS is not set
83476 -# CONFIG_CIFS is not set
83477 -# CONFIG_NCP_FS is not set
83478 -# CONFIG_CODA_FS is not set
83479 -# CONFIG_AFS_FS is not set
83480 -
83481 -#
83482 -# Partition Types
83483 -#
83484 -CONFIG_PARTITION_ADVANCED=y
83485 -# CONFIG_ACORN_PARTITION is not set
83486 -# CONFIG_OSF_PARTITION is not set
83487 -# CONFIG_AMIGA_PARTITION is not set
83488 -# CONFIG_ATARI_PARTITION is not set
83489 -# CONFIG_MAC_PARTITION is not set
83490 -# CONFIG_MSDOS_PARTITION is not set
83491 -# CONFIG_LDM_PARTITION is not set
83492 -# CONFIG_SGI_PARTITION is not set
83493 -# CONFIG_ULTRIX_PARTITION is not set
83494 -# CONFIG_SUN_PARTITION is not set
83495 -# CONFIG_KARMA_PARTITION is not set
83496 -# CONFIG_EFI_PARTITION is not set
83497 -# CONFIG_SYSV68_PARTITION is not set
83498 -# CONFIG_NLS is not set
83499 -# CONFIG_DLM is not set
83500 -
83501 -#
83502 -# Library routines
83503 -#
83504 -CONFIG_BITREVERSE=y
83505 -# CONFIG_CRC_CCITT is not set
83506 -# CONFIG_CRC16 is not set
83507 -# CONFIG_CRC_ITU_T is not set
83508 -CONFIG_CRC32=y
83509 -# CONFIG_CRC7 is not set
83510 -# CONFIG_LIBCRC32C is not set
83511 -CONFIG_ZLIB_INFLATE=y
83512 -CONFIG_ZLIB_DEFLATE=y
83513 -CONFIG_PLIST=y
83514 -CONFIG_HAS_IOMEM=y
83515 -CONFIG_HAS_IOPORT=y
83516 -CONFIG_HAS_DMA=y
83517 -
83518 -#
83519 -# Kernel hacking
83520 -#
83521 -# CONFIG_PRINTK_TIME is not set
83522 -CONFIG_ENABLE_WARN_DEPRECATED=y
83523 -CONFIG_ENABLE_MUST_CHECK=y
83524 -# CONFIG_MAGIC_SYSRQ is not set
83525 -# CONFIG_UNUSED_SYMBOLS is not set
83526 -# CONFIG_DEBUG_FS is not set
83527 -# CONFIG_HEADERS_CHECK is not set
83528 -# CONFIG_DEBUG_KERNEL is not set
83529 -# CONFIG_SLUB_DEBUG_ON is not set
83530 -# CONFIG_SLUB_STATS is not set
83531 -# CONFIG_DEBUG_BUGVERBOSE is not set
83532 -# CONFIG_SAMPLES is not set
83533 -# CONFIG_KGDB_CONSOLE is not set
83534 -# CONFIG_PPC_EARLY_DEBUG is not set
83535 -
83536 -#
83537 -# Security options
83538 -#
83539 -# CONFIG_KEYS is not set
83540 -# CONFIG_SECURITY is not set
83541 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
83542 -CONFIG_CRYPTO=y
83543 -# CONFIG_CRYPTO_SEQIV is not set
83544 -# CONFIG_CRYPTO_MANAGER is not set
83545 -# CONFIG_CRYPTO_HMAC is not set
83546 -# CONFIG_CRYPTO_XCBC is not set
83547 -# CONFIG_CRYPTO_NULL is not set
83548 -# CONFIG_CRYPTO_MD4 is not set
83549 -# CONFIG_CRYPTO_MD5 is not set
83550 -# CONFIG_CRYPTO_SHA1 is not set
83551 -# CONFIG_CRYPTO_SHA256 is not set
83552 -# CONFIG_CRYPTO_SHA512 is not set
83553 -# CONFIG_CRYPTO_WP512 is not set
83554 -# CONFIG_CRYPTO_TGR192 is not set
83555 -# CONFIG_CRYPTO_GF128MUL is not set
83556 -# CONFIG_CRYPTO_ECB is not set
83557 -# CONFIG_CRYPTO_CBC is not set
83558 -# CONFIG_CRYPTO_PCBC is not set
83559 -# CONFIG_CRYPTO_LRW is not set
83560 -# CONFIG_CRYPTO_XTS is not set
83561 -# CONFIG_CRYPTO_CTR is not set
83562 -# CONFIG_CRYPTO_GCM is not set
83563 -# CONFIG_CRYPTO_CCM is not set
83564 -# CONFIG_CRYPTO_CRYPTD is not set
83565 -# CONFIG_CRYPTO_DES is not set
83566 -# CONFIG_CRYPTO_FCRYPT is not set
83567 -# CONFIG_CRYPTO_BLOWFISH is not set
83568 -# CONFIG_CRYPTO_TWOFISH is not set
83569 -# CONFIG_CRYPTO_SERPENT is not set
83570 -# CONFIG_CRYPTO_AES is not set
83571 -# CONFIG_CRYPTO_CAST5 is not set
83572 -# CONFIG_CRYPTO_CAST6 is not set
83573 -# CONFIG_CRYPTO_TEA is not set
83574 -# CONFIG_CRYPTO_ARC4 is not set
83575 -# CONFIG_CRYPTO_KHAZAD is not set
83576 -# CONFIG_CRYPTO_ANUBIS is not set
83577 -# CONFIG_CRYPTO_SEED is not set
83578 -# CONFIG_CRYPTO_SALSA20 is not set
83579 -# CONFIG_CRYPTO_DEFLATE is not set
83580 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
83581 -# CONFIG_CRYPTO_CRC32C is not set
83582 -# CONFIG_CRYPTO_CAMELLIA is not set
83583 -# CONFIG_CRYPTO_AUTHENC is not set
83584 -# CONFIG_CRYPTO_LZO is not set
83585 -CONFIG_CRYPTO_HW=y
83586 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
83587 -# CONFIG_PPC_CLOCK is not set
83588 -CONFIG_PPC_LIB_RHEAP=y
83589 --- a/arch/powerpc/configs/tqm8555_defconfig
83590 +++ /dev/null
83591 @@ -1,1109 +0,0 @@
83592 -#
83593 -# Automatically generated make config: don't edit
83594 -# Linux kernel version: 2.6.25-rc6
83595 -# Mon Mar 24 08:48:44 2008
83596 -#
83597 -# CONFIG_PPC64 is not set
83598 -
83599 -#
83600 -# Processor support
83601 -#
83602 -# CONFIG_6xx is not set
83603 -CONFIG_PPC_85xx=y
83604 -# CONFIG_PPC_8xx is not set
83605 -# CONFIG_40x is not set
83606 -# CONFIG_44x is not set
83607 -# CONFIG_E200 is not set
83608 -CONFIG_E500=y
83609 -CONFIG_BOOKE=y
83610 -CONFIG_FSL_BOOKE=y
83611 -CONFIG_FSL_EMB_PERFMON=y
83612 -# CONFIG_PHYS_64BIT is not set
83613 -CONFIG_SPE=y
83614 -# CONFIG_PPC_MM_SLICES is not set
83615 -CONFIG_PPC32=y
83616 -CONFIG_WORD_SIZE=32
83617 -CONFIG_PPC_MERGE=y
83618 -CONFIG_MMU=y
83619 -CONFIG_GENERIC_CMOS_UPDATE=y
83620 -CONFIG_GENERIC_TIME=y
83621 -CONFIG_GENERIC_TIME_VSYSCALL=y
83622 -CONFIG_GENERIC_CLOCKEVENTS=y
83623 -CONFIG_GENERIC_HARDIRQS=y
83624 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
83625 -CONFIG_IRQ_PER_CPU=y
83626 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
83627 -CONFIG_ARCH_HAS_ILOG2_U32=y
83628 -CONFIG_GENERIC_HWEIGHT=y
83629 -CONFIG_GENERIC_CALIBRATE_DELAY=y
83630 -CONFIG_GENERIC_FIND_NEXT_BIT=y
83631 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
83632 -CONFIG_PPC=y
83633 -CONFIG_EARLY_PRINTK=y
83634 -CONFIG_GENERIC_NVRAM=y
83635 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
83636 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
83637 -CONFIG_PPC_OF=y
83638 -CONFIG_OF=y
83639 -CONFIG_PPC_UDBG_16550=y
83640 -# CONFIG_GENERIC_TBSYNC is not set
83641 -CONFIG_AUDIT_ARCH=y
83642 -CONFIG_GENERIC_BUG=y
83643 -CONFIG_DEFAULT_UIMAGE=y
83644 -# CONFIG_PPC_DCR_NATIVE is not set
83645 -# CONFIG_PPC_DCR_MMIO is not set
83646 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
83647 -
83648 -#
83649 -# General setup
83650 -#
83651 -CONFIG_EXPERIMENTAL=y
83652 -CONFIG_BROKEN_ON_SMP=y
83653 -CONFIG_INIT_ENV_ARG_LIMIT=32
83654 -CONFIG_LOCALVERSION=""
83655 -CONFIG_LOCALVERSION_AUTO=y
83656 -CONFIG_SWAP=y
83657 -CONFIG_SYSVIPC=y
83658 -CONFIG_SYSVIPC_SYSCTL=y
83659 -# CONFIG_POSIX_MQUEUE is not set
83660 -# CONFIG_BSD_PROCESS_ACCT is not set
83661 -# CONFIG_TASKSTATS is not set
83662 -# CONFIG_AUDIT is not set
83663 -# CONFIG_IKCONFIG is not set
83664 -CONFIG_LOG_BUF_SHIFT=14
83665 -# CONFIG_CGROUPS is not set
83666 -CONFIG_GROUP_SCHED=y
83667 -CONFIG_FAIR_GROUP_SCHED=y
83668 -# CONFIG_RT_GROUP_SCHED is not set
83669 -CONFIG_USER_SCHED=y
83670 -# CONFIG_CGROUP_SCHED is not set
83671 -CONFIG_SYSFS_DEPRECATED=y
83672 -CONFIG_SYSFS_DEPRECATED_V2=y
83673 -# CONFIG_RELAY is not set
83674 -# CONFIG_NAMESPACES is not set
83675 -CONFIG_BLK_DEV_INITRD=y
83676 -CONFIG_INITRAMFS_SOURCE=""
83677 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
83678 -CONFIG_SYSCTL=y
83679 -CONFIG_EMBEDDED=y
83680 -CONFIG_SYSCTL_SYSCALL=y
83681 -# CONFIG_KALLSYMS is not set
83682 -# CONFIG_HOTPLUG is not set
83683 -CONFIG_PRINTK=y
83684 -CONFIG_BUG=y
83685 -CONFIG_ELF_CORE=y
83686 -CONFIG_COMPAT_BRK=y
83687 -CONFIG_BASE_FULL=y
83688 -CONFIG_FUTEX=y
83689 -CONFIG_ANON_INODES=y
83690 -# CONFIG_EPOLL is not set
83691 -CONFIG_SIGNALFD=y
83692 -CONFIG_TIMERFD=y
83693 -CONFIG_EVENTFD=y
83694 -CONFIG_SHMEM=y
83695 -CONFIG_VM_EVENT_COUNTERS=y
83696 -CONFIG_SLUB_DEBUG=y
83697 -# CONFIG_SLAB is not set
83698 -CONFIG_SLUB=y
83699 -# CONFIG_SLOB is not set
83700 -# CONFIG_PROFILING is not set
83701 -# CONFIG_MARKERS is not set
83702 -CONFIG_HAVE_OPROFILE=y
83703 -CONFIG_HAVE_KPROBES=y
83704 -CONFIG_HAVE_KRETPROBES=y
83705 -CONFIG_PROC_PAGE_MONITOR=y
83706 -CONFIG_SLABINFO=y
83707 -CONFIG_RT_MUTEXES=y
83708 -# CONFIG_TINY_SHMEM is not set
83709 -CONFIG_BASE_SMALL=0
83710 -# CONFIG_MODULES is not set
83711 -CONFIG_BLOCK=y
83712 -# CONFIG_LBD is not set
83713 -# CONFIG_BLK_DEV_IO_TRACE is not set
83714 -# CONFIG_LSF is not set
83715 -# CONFIG_BLK_DEV_BSG is not set
83716 -
83717 -#
83718 -# IO Schedulers
83719 -#
83720 -CONFIG_IOSCHED_NOOP=y
83721 -CONFIG_IOSCHED_AS=y
83722 -CONFIG_IOSCHED_DEADLINE=y
83723 -CONFIG_IOSCHED_CFQ=y
83724 -CONFIG_DEFAULT_AS=y
83725 -# CONFIG_DEFAULT_DEADLINE is not set
83726 -# CONFIG_DEFAULT_CFQ is not set
83727 -# CONFIG_DEFAULT_NOOP is not set
83728 -CONFIG_DEFAULT_IOSCHED="anticipatory"
83729 -CONFIG_CLASSIC_RCU=y
83730 -
83731 -#
83732 -# Platform support
83733 -#
83734 -# CONFIG_PPC_MPC512x is not set
83735 -# CONFIG_PPC_MPC5121 is not set
83736 -# CONFIG_PPC_CELL is not set
83737 -# CONFIG_PPC_CELL_NATIVE is not set
83738 -# CONFIG_PQ2ADS is not set
83739 -CONFIG_MPC85xx=y
83740 -# CONFIG_MPC8540_ADS is not set
83741 -# CONFIG_MPC8560_ADS is not set
83742 -# CONFIG_MPC85xx_CDS is not set
83743 -# CONFIG_MPC85xx_MDS is not set
83744 -# CONFIG_MPC85xx_DS is not set
83745 -# CONFIG_STX_GP3 is not set
83746 -# CONFIG_TQM8540 is not set
83747 -# CONFIG_TQM8541 is not set
83748 -CONFIG_TQM8555=y
83749 -# CONFIG_TQM8560 is not set
83750 -# CONFIG_SBC8548 is not set
83751 -# CONFIG_SBC8560 is not set
83752 -CONFIG_TQM85xx=y
83753 -# CONFIG_IPIC is not set
83754 -CONFIG_MPIC=y
83755 -# CONFIG_MPIC_WEIRD is not set
83756 -# CONFIG_PPC_I8259 is not set
83757 -# CONFIG_PPC_RTAS is not set
83758 -# CONFIG_MMIO_NVRAM is not set
83759 -# CONFIG_PPC_MPC106 is not set
83760 -# CONFIG_PPC_970_NAP is not set
83761 -# CONFIG_PPC_INDIRECT_IO is not set
83762 -# CONFIG_GENERIC_IOMAP is not set
83763 -# CONFIG_CPU_FREQ is not set
83764 -CONFIG_CPM2=y
83765 -CONFIG_PPC_CPM_NEW_BINDING=y
83766 -# CONFIG_FSL_ULI1575 is not set
83767 -CONFIG_CPM=y
83768 -
83769 -#
83770 -# Kernel options
83771 -#
83772 -# CONFIG_HIGHMEM is not set
83773 -# CONFIG_TICK_ONESHOT is not set
83774 -# CONFIG_NO_HZ is not set
83775 -# CONFIG_HIGH_RES_TIMERS is not set
83776 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
83777 -# CONFIG_HZ_100 is not set
83778 -CONFIG_HZ_250=y
83779 -# CONFIG_HZ_300 is not set
83780 -# CONFIG_HZ_1000 is not set
83781 -CONFIG_HZ=250
83782 -# CONFIG_SCHED_HRTICK is not set
83783 -CONFIG_PREEMPT_NONE=y
83784 -# CONFIG_PREEMPT_VOLUNTARY is not set
83785 -# CONFIG_PREEMPT is not set
83786 -CONFIG_BINFMT_ELF=y
83787 -# CONFIG_BINFMT_MISC is not set
83788 -CONFIG_MATH_EMULATION=y
83789 -# CONFIG_IOMMU_HELPER is not set
83790 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
83791 -CONFIG_ARCH_HAS_WALK_MEMORY=y
83792 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
83793 -CONFIG_ARCH_FLATMEM_ENABLE=y
83794 -CONFIG_ARCH_POPULATES_NODE_MAP=y
83795 -CONFIG_SELECT_MEMORY_MODEL=y
83796 -CONFIG_FLATMEM_MANUAL=y
83797 -# CONFIG_DISCONTIGMEM_MANUAL is not set
83798 -# CONFIG_SPARSEMEM_MANUAL is not set
83799 -CONFIG_FLATMEM=y
83800 -CONFIG_FLAT_NODE_MEM_MAP=y
83801 -# CONFIG_SPARSEMEM_STATIC is not set
83802 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
83803 -CONFIG_SPLIT_PTLOCK_CPUS=4
83804 -# CONFIG_RESOURCES_64BIT is not set
83805 -CONFIG_ZONE_DMA_FLAG=1
83806 -CONFIG_BOUNCE=y
83807 -CONFIG_VIRT_TO_BUS=y
83808 -# CONFIG_PROC_DEVICETREE is not set
83809 -# CONFIG_CMDLINE_BOOL is not set
83810 -# CONFIG_PM is not set
83811 -CONFIG_SECCOMP=y
83812 -CONFIG_ISA_DMA_API=y
83813 -
83814 -#
83815 -# Bus options
83816 -#
83817 -CONFIG_ZONE_DMA=y
83818 -CONFIG_PPC_INDIRECT_PCI=y
83819 -CONFIG_FSL_SOC=y
83820 -CONFIG_FSL_PCI=y
83821 -CONFIG_PCI=y
83822 -CONFIG_PCI_DOMAINS=y
83823 -CONFIG_PCI_SYSCALL=y
83824 -# CONFIG_PCIEPORTBUS is not set
83825 -CONFIG_ARCH_SUPPORTS_MSI=y
83826 -# CONFIG_PCI_MSI is not set
83827 -CONFIG_PCI_LEGACY=y
83828 -
83829 -#
83830 -# Advanced setup
83831 -#
83832 -# CONFIG_ADVANCED_OPTIONS is not set
83833 -
83834 -#
83835 -# Default settings for advanced configuration options are used
83836 -#
83837 -CONFIG_HIGHMEM_START=0xfe000000
83838 -CONFIG_LOWMEM_SIZE=0x30000000
83839 -CONFIG_KERNEL_START=0xc0000000
83840 -CONFIG_TASK_SIZE=0xc0000000
83841 -CONFIG_BOOT_LOAD=0x00800000
83842 -
83843 -#
83844 -# Networking
83845 -#
83846 -CONFIG_NET=y
83847 -
83848 -#
83849 -# Networking options
83850 -#
83851 -CONFIG_PACKET=y
83852 -# CONFIG_PACKET_MMAP is not set
83853 -CONFIG_UNIX=y
83854 -CONFIG_XFRM=y
83855 -# CONFIG_XFRM_USER is not set
83856 -# CONFIG_XFRM_SUB_POLICY is not set
83857 -# CONFIG_XFRM_MIGRATE is not set
83858 -# CONFIG_XFRM_STATISTICS is not set
83859 -# CONFIG_NET_KEY is not set
83860 -CONFIG_INET=y
83861 -CONFIG_IP_MULTICAST=y
83862 -# CONFIG_IP_ADVANCED_ROUTER is not set
83863 -CONFIG_IP_FIB_HASH=y
83864 -CONFIG_IP_PNP=y
83865 -CONFIG_IP_PNP_DHCP=y
83866 -CONFIG_IP_PNP_BOOTP=y
83867 -# CONFIG_IP_PNP_RARP is not set
83868 -# CONFIG_NET_IPIP is not set
83869 -# CONFIG_NET_IPGRE is not set
83870 -# CONFIG_IP_MROUTE is not set
83871 -# CONFIG_ARPD is not set
83872 -CONFIG_SYN_COOKIES=y
83873 -# CONFIG_INET_AH is not set
83874 -# CONFIG_INET_ESP is not set
83875 -# CONFIG_INET_IPCOMP is not set
83876 -# CONFIG_INET_XFRM_TUNNEL is not set
83877 -# CONFIG_INET_TUNNEL is not set
83878 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
83879 -CONFIG_INET_XFRM_MODE_TUNNEL=y
83880 -CONFIG_INET_XFRM_MODE_BEET=y
83881 -# CONFIG_INET_LRO is not set
83882 -CONFIG_INET_DIAG=y
83883 -CONFIG_INET_TCP_DIAG=y
83884 -# CONFIG_TCP_CONG_ADVANCED is not set
83885 -CONFIG_TCP_CONG_CUBIC=y
83886 -CONFIG_DEFAULT_TCP_CONG="cubic"
83887 -# CONFIG_TCP_MD5SIG is not set
83888 -# CONFIG_IPV6 is not set
83889 -# CONFIG_INET6_XFRM_TUNNEL is not set
83890 -# CONFIG_INET6_TUNNEL is not set
83891 -# CONFIG_NETWORK_SECMARK is not set
83892 -# CONFIG_NETFILTER is not set
83893 -# CONFIG_IP_DCCP is not set
83894 -# CONFIG_IP_SCTP is not set
83895 -# CONFIG_TIPC is not set
83896 -# CONFIG_ATM is not set
83897 -# CONFIG_BRIDGE is not set
83898 -# CONFIG_VLAN_8021Q is not set
83899 -# CONFIG_DECNET is not set
83900 -# CONFIG_LLC2 is not set
83901 -# CONFIG_IPX is not set
83902 -# CONFIG_ATALK is not set
83903 -# CONFIG_X25 is not set
83904 -# CONFIG_LAPB is not set
83905 -# CONFIG_ECONET is not set
83906 -# CONFIG_WAN_ROUTER is not set
83907 -# CONFIG_NET_SCHED is not set
83908 -
83909 -#
83910 -# Network testing
83911 -#
83912 -# CONFIG_NET_PKTGEN is not set
83913 -# CONFIG_HAMRADIO is not set
83914 -# CONFIG_CAN is not set
83915 -# CONFIG_IRDA is not set
83916 -# CONFIG_BT is not set
83917 -# CONFIG_AF_RXRPC is not set
83918 -
83919 -#
83920 -# Wireless
83921 -#
83922 -# CONFIG_CFG80211 is not set
83923 -# CONFIG_WIRELESS_EXT is not set
83924 -# CONFIG_MAC80211 is not set
83925 -# CONFIG_IEEE80211 is not set
83926 -# CONFIG_RFKILL is not set
83927 -# CONFIG_NET_9P is not set
83928 -
83929 -#
83930 -# Device Drivers
83931 -#
83932 -
83933 -#
83934 -# Generic Driver Options
83935 -#
83936 -CONFIG_STANDALONE=y
83937 -CONFIG_PREVENT_FIRMWARE_BUILD=y
83938 -# CONFIG_SYS_HYPERVISOR is not set
83939 -# CONFIG_CONNECTOR is not set
83940 -CONFIG_MTD=y
83941 -# CONFIG_MTD_DEBUG is not set
83942 -CONFIG_MTD_CONCAT=y
83943 -CONFIG_MTD_PARTITIONS=y
83944 -# CONFIG_MTD_REDBOOT_PARTS is not set
83945 -CONFIG_MTD_CMDLINE_PARTS=y
83946 -# CONFIG_MTD_OF_PARTS is not set
83947 -
83948 -#
83949 -# User Modules And Translation Layers
83950 -#
83951 -CONFIG_MTD_CHAR=y
83952 -CONFIG_MTD_BLKDEVS=y
83953 -CONFIG_MTD_BLOCK=y
83954 -# CONFIG_FTL is not set
83955 -# CONFIG_NFTL is not set
83956 -# CONFIG_INFTL is not set
83957 -# CONFIG_RFD_FTL is not set
83958 -# CONFIG_SSFDC is not set
83959 -# CONFIG_MTD_OOPS is not set
83960 -
83961 -#
83962 -# RAM/ROM/Flash chip drivers
83963 -#
83964 -CONFIG_MTD_CFI=y
83965 -# CONFIG_MTD_JEDECPROBE is not set
83966 -CONFIG_MTD_GEN_PROBE=y
83967 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
83968 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
83969 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
83970 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
83971 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
83972 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
83973 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
83974 -CONFIG_MTD_CFI_I1=y
83975 -CONFIG_MTD_CFI_I2=y
83976 -# CONFIG_MTD_CFI_I4 is not set
83977 -# CONFIG_MTD_CFI_I8 is not set
83978 -# CONFIG_MTD_CFI_INTELEXT is not set
83979 -CONFIG_MTD_CFI_AMDSTD=y
83980 -# CONFIG_MTD_CFI_STAA is not set
83981 -CONFIG_MTD_CFI_UTIL=y
83982 -# CONFIG_MTD_RAM is not set
83983 -# CONFIG_MTD_ROM is not set
83984 -# CONFIG_MTD_ABSENT is not set
83985 -
83986 -#
83987 -# Mapping drivers for chip access
83988 -#
83989 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
83990 -# CONFIG_MTD_PHYSMAP is not set
83991 -# CONFIG_MTD_PHYSMAP_OF is not set
83992 -# CONFIG_MTD_INTEL_VR_NOR is not set
83993 -# CONFIG_MTD_PLATRAM is not set
83994 -
83995 -#
83996 -# Self-contained MTD device drivers
83997 -#
83998 -# CONFIG_MTD_PMC551 is not set
83999 -# CONFIG_MTD_SLRAM is not set
84000 -# CONFIG_MTD_PHRAM is not set
84001 -# CONFIG_MTD_MTDRAM is not set
84002 -# CONFIG_MTD_BLOCK2MTD is not set
84003 -
84004 -#
84005 -# Disk-On-Chip Device Drivers
84006 -#
84007 -# CONFIG_MTD_DOC2000 is not set
84008 -# CONFIG_MTD_DOC2001 is not set
84009 -# CONFIG_MTD_DOC2001PLUS is not set
84010 -# CONFIG_MTD_NAND is not set
84011 -# CONFIG_MTD_ONENAND is not set
84012 -
84013 -#
84014 -# UBI - Unsorted block images
84015 -#
84016 -# CONFIG_MTD_UBI is not set
84017 -CONFIG_OF_DEVICE=y
84018 -# CONFIG_PARPORT is not set
84019 -CONFIG_BLK_DEV=y
84020 -# CONFIG_BLK_DEV_FD is not set
84021 -# CONFIG_BLK_CPQ_DA is not set
84022 -# CONFIG_BLK_CPQ_CISS_DA is not set
84023 -# CONFIG_BLK_DEV_DAC960 is not set
84024 -# CONFIG_BLK_DEV_UMEM is not set
84025 -# CONFIG_BLK_DEV_COW_COMMON is not set
84026 -CONFIG_BLK_DEV_LOOP=y
84027 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
84028 -# CONFIG_BLK_DEV_NBD is not set
84029 -# CONFIG_BLK_DEV_SX8 is not set
84030 -CONFIG_BLK_DEV_RAM=y
84031 -CONFIG_BLK_DEV_RAM_COUNT=16
84032 -CONFIG_BLK_DEV_RAM_SIZE=32768
84033 -# CONFIG_BLK_DEV_XIP is not set
84034 -# CONFIG_CDROM_PKTCDVD is not set
84035 -# CONFIG_ATA_OVER_ETH is not set
84036 -CONFIG_MISC_DEVICES=y
84037 -# CONFIG_PHANTOM is not set
84038 -# CONFIG_EEPROM_93CX6 is not set
84039 -# CONFIG_SGI_IOC4 is not set
84040 -# CONFIG_TIFM_CORE is not set
84041 -# CONFIG_ENCLOSURE_SERVICES is not set
84042 -CONFIG_HAVE_IDE=y
84043 -CONFIG_IDE=y
84044 -CONFIG_IDE_MAX_HWIFS=4
84045 -CONFIG_BLK_DEV_IDE=y
84046 -
84047 -#
84048 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
84049 -#
84050 -# CONFIG_BLK_DEV_IDE_SATA is not set
84051 -CONFIG_BLK_DEV_IDEDISK=y
84052 -# CONFIG_IDEDISK_MULTI_MODE is not set
84053 -# CONFIG_BLK_DEV_IDECD is not set
84054 -# CONFIG_BLK_DEV_IDETAPE is not set
84055 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
84056 -# CONFIG_IDE_TASK_IOCTL is not set
84057 -CONFIG_IDE_PROC_FS=y
84058 -
84059 -#
84060 -# IDE chipset support/bugfixes
84061 -#
84062 -CONFIG_IDE_GENERIC=y
84063 -# CONFIG_BLK_DEV_PLATFORM is not set
84064 -CONFIG_BLK_DEV_IDEDMA_SFF=y
84065 -
84066 -#
84067 -# PCI IDE chipsets support
84068 -#
84069 -CONFIG_BLK_DEV_IDEPCI=y
84070 -CONFIG_IDEPCI_PCIBUS_ORDER=y
84071 -# CONFIG_BLK_DEV_OFFBOARD is not set
84072 -CONFIG_BLK_DEV_GENERIC=y
84073 -# CONFIG_BLK_DEV_OPTI621 is not set
84074 -CONFIG_BLK_DEV_IDEDMA_PCI=y
84075 -# CONFIG_BLK_DEV_AEC62XX is not set
84076 -# CONFIG_BLK_DEV_ALI15X3 is not set
84077 -# CONFIG_BLK_DEV_AMD74XX is not set
84078 -# CONFIG_BLK_DEV_CMD64X is not set
84079 -# CONFIG_BLK_DEV_TRIFLEX is not set
84080 -# CONFIG_BLK_DEV_CY82C693 is not set
84081 -# CONFIG_BLK_DEV_CS5520 is not set
84082 -# CONFIG_BLK_DEV_CS5530 is not set
84083 -# CONFIG_BLK_DEV_HPT34X is not set
84084 -# CONFIG_BLK_DEV_HPT366 is not set
84085 -# CONFIG_BLK_DEV_JMICRON is not set
84086 -# CONFIG_BLK_DEV_SC1200 is not set
84087 -# CONFIG_BLK_DEV_PIIX is not set
84088 -# CONFIG_BLK_DEV_IT8213 is not set
84089 -# CONFIG_BLK_DEV_IT821X is not set
84090 -# CONFIG_BLK_DEV_NS87415 is not set
84091 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
84092 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
84093 -# CONFIG_BLK_DEV_SVWKS is not set
84094 -# CONFIG_BLK_DEV_SIIMAGE is not set
84095 -# CONFIG_BLK_DEV_SL82C105 is not set
84096 -# CONFIG_BLK_DEV_SLC90E66 is not set
84097 -# CONFIG_BLK_DEV_TRM290 is not set
84098 -CONFIG_BLK_DEV_VIA82CXXX=y
84099 -# CONFIG_BLK_DEV_TC86C001 is not set
84100 -CONFIG_BLK_DEV_IDEDMA=y
84101 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
84102 -# CONFIG_BLK_DEV_HD is not set
84103 -
84104 -#
84105 -# SCSI device support
84106 -#
84107 -# CONFIG_RAID_ATTRS is not set
84108 -# CONFIG_SCSI is not set
84109 -# CONFIG_SCSI_DMA is not set
84110 -# CONFIG_SCSI_NETLINK is not set
84111 -# CONFIG_ATA is not set
84112 -# CONFIG_MD is not set
84113 -# CONFIG_FUSION is not set
84114 -
84115 -#
84116 -# IEEE 1394 (FireWire) support
84117 -#
84118 -# CONFIG_FIREWIRE is not set
84119 -# CONFIG_IEEE1394 is not set
84120 -# CONFIG_I2O is not set
84121 -# CONFIG_MACINTOSH_DRIVERS is not set
84122 -CONFIG_NETDEVICES=y
84123 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
84124 -# CONFIG_DUMMY is not set
84125 -# CONFIG_BONDING is not set
84126 -# CONFIG_MACVLAN is not set
84127 -# CONFIG_EQUALIZER is not set
84128 -# CONFIG_TUN is not set
84129 -# CONFIG_VETH is not set
84130 -# CONFIG_ARCNET is not set
84131 -CONFIG_PHYLIB=y
84132 -
84133 -#
84134 -# MII PHY device drivers
84135 -#
84136 -# CONFIG_MARVELL_PHY is not set
84137 -# CONFIG_DAVICOM_PHY is not set
84138 -# CONFIG_QSEMI_PHY is not set
84139 -# CONFIG_LXT_PHY is not set
84140 -# CONFIG_CICADA_PHY is not set
84141 -# CONFIG_VITESSE_PHY is not set
84142 -# CONFIG_SMSC_PHY is not set
84143 -# CONFIG_BROADCOM_PHY is not set
84144 -# CONFIG_ICPLUS_PHY is not set
84145 -# CONFIG_REALTEK_PHY is not set
84146 -# CONFIG_FIXED_PHY is not set
84147 -# CONFIG_MDIO_BITBANG is not set
84148 -CONFIG_NET_ETHERNET=y
84149 -CONFIG_MII=y
84150 -# CONFIG_HAPPYMEAL is not set
84151 -# CONFIG_SUNGEM is not set
84152 -# CONFIG_CASSINI is not set
84153 -# CONFIG_NET_VENDOR_3COM is not set
84154 -# CONFIG_NET_TULIP is not set
84155 -# CONFIG_HP100 is not set
84156 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
84157 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
84158 -# CONFIG_IBM_NEW_EMAC_TAH is not set
84159 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
84160 -CONFIG_NET_PCI=y
84161 -# CONFIG_PCNET32 is not set
84162 -# CONFIG_AMD8111_ETH is not set
84163 -# CONFIG_ADAPTEC_STARFIRE is not set
84164 -# CONFIG_B44 is not set
84165 -# CONFIG_FORCEDETH is not set
84166 -# CONFIG_EEPRO100 is not set
84167 -CONFIG_E100=y
84168 -# CONFIG_FEALNX is not set
84169 -# CONFIG_NATSEMI is not set
84170 -# CONFIG_NE2K_PCI is not set
84171 -# CONFIG_8139CP is not set
84172 -# CONFIG_8139TOO is not set
84173 -# CONFIG_R6040 is not set
84174 -# CONFIG_SIS900 is not set
84175 -# CONFIG_EPIC100 is not set
84176 -# CONFIG_SUNDANCE is not set
84177 -# CONFIG_TLAN is not set
84178 -# CONFIG_VIA_RHINE is not set
84179 -# CONFIG_SC92031 is not set
84180 -# CONFIG_FS_ENET is not set
84181 -CONFIG_NETDEV_1000=y
84182 -# CONFIG_ACENIC is not set
84183 -# CONFIG_DL2K is not set
84184 -# CONFIG_E1000 is not set
84185 -# CONFIG_E1000E is not set
84186 -# CONFIG_E1000E_ENABLED is not set
84187 -# CONFIG_IP1000 is not set
84188 -# CONFIG_IGB is not set
84189 -# CONFIG_NS83820 is not set
84190 -# CONFIG_HAMACHI is not set
84191 -# CONFIG_YELLOWFIN is not set
84192 -# CONFIG_R8169 is not set
84193 -# CONFIG_SIS190 is not set
84194 -# CONFIG_SKGE is not set
84195 -# CONFIG_SKY2 is not set
84196 -# CONFIG_SK98LIN is not set
84197 -# CONFIG_VIA_VELOCITY is not set
84198 -# CONFIG_TIGON3 is not set
84199 -# CONFIG_BNX2 is not set
84200 -CONFIG_GIANFAR=y
84201 -CONFIG_GFAR_NAPI=y
84202 -# CONFIG_QLA3XXX is not set
84203 -# CONFIG_ATL1 is not set
84204 -CONFIG_NETDEV_10000=y
84205 -# CONFIG_CHELSIO_T1 is not set
84206 -# CONFIG_CHELSIO_T3 is not set
84207 -# CONFIG_IXGBE is not set
84208 -# CONFIG_IXGB is not set
84209 -# CONFIG_S2IO is not set
84210 -# CONFIG_MYRI10GE is not set
84211 -# CONFIG_NETXEN_NIC is not set
84212 -# CONFIG_NIU is not set
84213 -# CONFIG_MLX4_CORE is not set
84214 -# CONFIG_TEHUTI is not set
84215 -# CONFIG_BNX2X is not set
84216 -# CONFIG_TR is not set
84217 -
84218 -#
84219 -# Wireless LAN
84220 -#
84221 -# CONFIG_WLAN_PRE80211 is not set
84222 -# CONFIG_WLAN_80211 is not set
84223 -# CONFIG_WAN is not set
84224 -# CONFIG_FDDI is not set
84225 -# CONFIG_HIPPI is not set
84226 -# CONFIG_PPP is not set
84227 -# CONFIG_SLIP is not set
84228 -# CONFIG_NETCONSOLE is not set
84229 -# CONFIG_NETPOLL is not set
84230 -# CONFIG_NET_POLL_CONTROLLER is not set
84231 -# CONFIG_ISDN is not set
84232 -# CONFIG_PHONE is not set
84233 -
84234 -#
84235 -# Input device support
84236 -#
84237 -CONFIG_INPUT=y
84238 -# CONFIG_INPUT_FF_MEMLESS is not set
84239 -# CONFIG_INPUT_POLLDEV is not set
84240 -
84241 -#
84242 -# Userland interfaces
84243 -#
84244 -# CONFIG_INPUT_MOUSEDEV is not set
84245 -# CONFIG_INPUT_JOYDEV is not set
84246 -# CONFIG_INPUT_EVDEV is not set
84247 -# CONFIG_INPUT_EVBUG is not set
84248 -
84249 -#
84250 -# Input Device Drivers
84251 -#
84252 -# CONFIG_INPUT_KEYBOARD is not set
84253 -# CONFIG_INPUT_MOUSE is not set
84254 -# CONFIG_INPUT_JOYSTICK is not set
84255 -# CONFIG_INPUT_TABLET is not set
84256 -# CONFIG_INPUT_TOUCHSCREEN is not set
84257 -# CONFIG_INPUT_MISC is not set
84258 -
84259 -#
84260 -# Hardware I/O ports
84261 -#
84262 -# CONFIG_SERIO is not set
84263 -# CONFIG_GAMEPORT is not set
84264 -
84265 -#
84266 -# Character devices
84267 -#
84268 -# CONFIG_VT is not set
84269 -# CONFIG_SERIAL_NONSTANDARD is not set
84270 -# CONFIG_NOZOMI is not set
84271 -
84272 -#
84273 -# Serial drivers
84274 -#
84275 -CONFIG_SERIAL_8250=y
84276 -CONFIG_SERIAL_8250_CONSOLE=y
84277 -CONFIG_SERIAL_8250_PCI=y
84278 -CONFIG_SERIAL_8250_NR_UARTS=4
84279 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
84280 -# CONFIG_SERIAL_8250_EXTENDED is not set
84281 -CONFIG_SERIAL_8250_SHARE_IRQ=y
84282 -
84283 -#
84284 -# Non-8250 serial port support
84285 -#
84286 -# CONFIG_SERIAL_UARTLITE is not set
84287 -CONFIG_SERIAL_CORE=y
84288 -CONFIG_SERIAL_CORE_CONSOLE=y
84289 -CONFIG_SERIAL_CPM=y
84290 -CONFIG_SERIAL_CPM_CONSOLE=y
84291 -CONFIG_SERIAL_CPM_SCC1=y
84292 -# CONFIG_SERIAL_CPM_SCC2 is not set
84293 -# CONFIG_SERIAL_CPM_SCC3 is not set
84294 -# CONFIG_SERIAL_CPM_SCC4 is not set
84295 -# CONFIG_SERIAL_CPM_SMC1 is not set
84296 -# CONFIG_SERIAL_CPM_SMC2 is not set
84297 -# CONFIG_SERIAL_JSM is not set
84298 -# CONFIG_SERIAL_OF_PLATFORM is not set
84299 -CONFIG_UNIX98_PTYS=y
84300 -CONFIG_LEGACY_PTYS=y
84301 -CONFIG_LEGACY_PTY_COUNT=256
84302 -# CONFIG_IPMI_HANDLER is not set
84303 -CONFIG_HW_RANDOM=y
84304 -# CONFIG_NVRAM is not set
84305 -CONFIG_GEN_RTC=y
84306 -# CONFIG_GEN_RTC_X is not set
84307 -# CONFIG_R3964 is not set
84308 -# CONFIG_APPLICOM is not set
84309 -# CONFIG_RAW_DRIVER is not set
84310 -# CONFIG_TCG_TPM is not set
84311 -CONFIG_DEVPORT=y
84312 -CONFIG_I2C=y
84313 -CONFIG_I2C_BOARDINFO=y
84314 -CONFIG_I2C_CHARDEV=y
84315 -
84316 -#
84317 -# I2C Algorithms
84318 -#
84319 -# CONFIG_I2C_ALGOBIT is not set
84320 -# CONFIG_I2C_ALGOPCF is not set
84321 -# CONFIG_I2C_ALGOPCA is not set
84322 -
84323 -#
84324 -# I2C Hardware Bus support
84325 -#
84326 -# CONFIG_I2C_ALI1535 is not set
84327 -# CONFIG_I2C_ALI1563 is not set
84328 -# CONFIG_I2C_ALI15X3 is not set
84329 -# CONFIG_I2C_AMD756 is not set
84330 -# CONFIG_I2C_AMD8111 is not set
84331 -# CONFIG_I2C_I801 is not set
84332 -# CONFIG_I2C_I810 is not set
84333 -# CONFIG_I2C_PIIX4 is not set
84334 -CONFIG_I2C_MPC=y
84335 -# CONFIG_I2C_NFORCE2 is not set
84336 -# CONFIG_I2C_OCORES is not set
84337 -# CONFIG_I2C_PARPORT_LIGHT is not set
84338 -# CONFIG_I2C_PROSAVAGE is not set
84339 -# CONFIG_I2C_SAVAGE4 is not set
84340 -# CONFIG_I2C_SIMTEC is not set
84341 -# CONFIG_I2C_SIS5595 is not set
84342 -# CONFIG_I2C_SIS630 is not set
84343 -# CONFIG_I2C_SIS96X is not set
84344 -# CONFIG_I2C_TAOS_EVM is not set
84345 -# CONFIG_I2C_VIA is not set
84346 -# CONFIG_I2C_VIAPRO is not set
84347 -# CONFIG_I2C_VOODOO3 is not set
84348 -
84349 -#
84350 -# Miscellaneous I2C Chip support
84351 -#
84352 -# CONFIG_DS1682 is not set
84353 -# CONFIG_SENSORS_EEPROM is not set
84354 -# CONFIG_SENSORS_PCF8574 is not set
84355 -# CONFIG_PCF8575 is not set
84356 -# CONFIG_SENSORS_PCF8591 is not set
84357 -# CONFIG_TPS65010 is not set
84358 -# CONFIG_SENSORS_MAX6875 is not set
84359 -# CONFIG_SENSORS_TSL2550 is not set
84360 -# CONFIG_I2C_DEBUG_CORE is not set
84361 -# CONFIG_I2C_DEBUG_ALGO is not set
84362 -# CONFIG_I2C_DEBUG_BUS is not set
84363 -# CONFIG_I2C_DEBUG_CHIP is not set
84364 -
84365 -#
84366 -# SPI support
84367 -#
84368 -# CONFIG_SPI is not set
84369 -# CONFIG_SPI_MASTER is not set
84370 -# CONFIG_W1 is not set
84371 -# CONFIG_POWER_SUPPLY is not set
84372 -CONFIG_HWMON=y
84373 -# CONFIG_HWMON_VID is not set
84374 -# CONFIG_SENSORS_AD7418 is not set
84375 -# CONFIG_SENSORS_ADM1021 is not set
84376 -# CONFIG_SENSORS_ADM1025 is not set
84377 -# CONFIG_SENSORS_ADM1026 is not set
84378 -# CONFIG_SENSORS_ADM1029 is not set
84379 -# CONFIG_SENSORS_ADM1031 is not set
84380 -# CONFIG_SENSORS_ADM9240 is not set
84381 -# CONFIG_SENSORS_ADT7470 is not set
84382 -# CONFIG_SENSORS_ADT7473 is not set
84383 -# CONFIG_SENSORS_ATXP1 is not set
84384 -# CONFIG_SENSORS_DS1621 is not set
84385 -# CONFIG_SENSORS_I5K_AMB is not set
84386 -# CONFIG_SENSORS_F71805F is not set
84387 -# CONFIG_SENSORS_F71882FG is not set
84388 -# CONFIG_SENSORS_F75375S is not set
84389 -# CONFIG_SENSORS_GL518SM is not set
84390 -# CONFIG_SENSORS_GL520SM is not set
84391 -# CONFIG_SENSORS_IT87 is not set
84392 -# CONFIG_SENSORS_LM63 is not set
84393 -CONFIG_SENSORS_LM75=y
84394 -# CONFIG_SENSORS_LM77 is not set
84395 -# CONFIG_SENSORS_LM78 is not set
84396 -# CONFIG_SENSORS_LM80 is not set
84397 -# CONFIG_SENSORS_LM83 is not set
84398 -# CONFIG_SENSORS_LM85 is not set
84399 -# CONFIG_SENSORS_LM87 is not set
84400 -# CONFIG_SENSORS_LM90 is not set
84401 -# CONFIG_SENSORS_LM92 is not set
84402 -# CONFIG_SENSORS_LM93 is not set
84403 -# CONFIG_SENSORS_MAX1619 is not set
84404 -# CONFIG_SENSORS_MAX6650 is not set
84405 -# CONFIG_SENSORS_PC87360 is not set
84406 -# CONFIG_SENSORS_PC87427 is not set
84407 -# CONFIG_SENSORS_SIS5595 is not set
84408 -# CONFIG_SENSORS_DME1737 is not set
84409 -# CONFIG_SENSORS_SMSC47M1 is not set
84410 -# CONFIG_SENSORS_SMSC47M192 is not set
84411 -# CONFIG_SENSORS_SMSC47B397 is not set
84412 -# CONFIG_SENSORS_ADS7828 is not set
84413 -# CONFIG_SENSORS_THMC50 is not set
84414 -# CONFIG_SENSORS_VIA686A is not set
84415 -# CONFIG_SENSORS_VT1211 is not set
84416 -# CONFIG_SENSORS_VT8231 is not set
84417 -# CONFIG_SENSORS_W83781D is not set
84418 -# CONFIG_SENSORS_W83791D is not set
84419 -# CONFIG_SENSORS_W83792D is not set
84420 -# CONFIG_SENSORS_W83793 is not set
84421 -# CONFIG_SENSORS_W83L785TS is not set
84422 -# CONFIG_SENSORS_W83L786NG is not set
84423 -# CONFIG_SENSORS_W83627HF is not set
84424 -# CONFIG_SENSORS_W83627EHF is not set
84425 -CONFIG_HWMON_DEBUG_CHIP=y
84426 -# CONFIG_THERMAL is not set
84427 -# CONFIG_WATCHDOG is not set
84428 -
84429 -#
84430 -# Sonics Silicon Backplane
84431 -#
84432 -CONFIG_SSB_POSSIBLE=y
84433 -# CONFIG_SSB is not set
84434 -
84435 -#
84436 -# Multifunction device drivers
84437 -#
84438 -# CONFIG_MFD_SM501 is not set
84439 -
84440 -#
84441 -# Multimedia devices
84442 -#
84443 -# CONFIG_VIDEO_DEV is not set
84444 -# CONFIG_DVB_CORE is not set
84445 -CONFIG_DAB=y
84446 -
84447 -#
84448 -# Graphics support
84449 -#
84450 -# CONFIG_AGP is not set
84451 -# CONFIG_DRM is not set
84452 -# CONFIG_VGASTATE is not set
84453 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
84454 -# CONFIG_FB is not set
84455 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
84456 -
84457 -#
84458 -# Display device support
84459 -#
84460 -# CONFIG_DISPLAY_SUPPORT is not set
84461 -
84462 -#
84463 -# Sound
84464 -#
84465 -# CONFIG_SOUND is not set
84466 -CONFIG_HID_SUPPORT=y
84467 -CONFIG_HID=y
84468 -# CONFIG_HID_DEBUG is not set
84469 -# CONFIG_HIDRAW is not set
84470 -CONFIG_USB_SUPPORT=y
84471 -CONFIG_USB_ARCH_HAS_HCD=y
84472 -CONFIG_USB_ARCH_HAS_OHCI=y
84473 -CONFIG_USB_ARCH_HAS_EHCI=y
84474 -# CONFIG_USB is not set
84475 -
84476 -#
84477 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
84478 -#
84479 -# CONFIG_USB_GADGET is not set
84480 -# CONFIG_MMC is not set
84481 -# CONFIG_MEMSTICK is not set
84482 -# CONFIG_NEW_LEDS is not set
84483 -# CONFIG_INFINIBAND is not set
84484 -# CONFIG_EDAC is not set
84485 -# CONFIG_RTC_CLASS is not set
84486 -# CONFIG_DMADEVICES is not set
84487 -
84488 -#
84489 -# Userspace I/O
84490 -#
84491 -# CONFIG_UIO is not set
84492 -
84493 -#
84494 -# File systems
84495 -#
84496 -CONFIG_EXT2_FS=y
84497 -# CONFIG_EXT2_FS_XATTR is not set
84498 -# CONFIG_EXT2_FS_XIP is not set
84499 -CONFIG_EXT3_FS=y
84500 -CONFIG_EXT3_FS_XATTR=y
84501 -# CONFIG_EXT3_FS_POSIX_ACL is not set
84502 -# CONFIG_EXT3_FS_SECURITY is not set
84503 -# CONFIG_EXT4DEV_FS is not set
84504 -CONFIG_JBD=y
84505 -CONFIG_FS_MBCACHE=y
84506 -# CONFIG_REISERFS_FS is not set
84507 -# CONFIG_JFS_FS is not set
84508 -# CONFIG_FS_POSIX_ACL is not set
84509 -# CONFIG_XFS_FS is not set
84510 -# CONFIG_GFS2_FS is not set
84511 -# CONFIG_OCFS2_FS is not set
84512 -CONFIG_DNOTIFY=y
84513 -CONFIG_INOTIFY=y
84514 -CONFIG_INOTIFY_USER=y
84515 -# CONFIG_QUOTA is not set
84516 -# CONFIG_AUTOFS_FS is not set
84517 -# CONFIG_AUTOFS4_FS is not set
84518 -# CONFIG_FUSE_FS is not set
84519 -
84520 -#
84521 -# CD-ROM/DVD Filesystems
84522 -#
84523 -# CONFIG_ISO9660_FS is not set
84524 -# CONFIG_UDF_FS is not set
84525 -
84526 -#
84527 -# DOS/FAT/NT Filesystems
84528 -#
84529 -# CONFIG_MSDOS_FS is not set
84530 -# CONFIG_VFAT_FS is not set
84531 -# CONFIG_NTFS_FS is not set
84532 -
84533 -#
84534 -# Pseudo filesystems
84535 -#
84536 -CONFIG_PROC_FS=y
84537 -CONFIG_PROC_KCORE=y
84538 -CONFIG_PROC_SYSCTL=y
84539 -CONFIG_SYSFS=y
84540 -CONFIG_TMPFS=y
84541 -# CONFIG_TMPFS_POSIX_ACL is not set
84542 -# CONFIG_HUGETLB_PAGE is not set
84543 -# CONFIG_CONFIGFS_FS is not set
84544 -
84545 -#
84546 -# Miscellaneous filesystems
84547 -#
84548 -# CONFIG_ADFS_FS is not set
84549 -# CONFIG_AFFS_FS is not set
84550 -# CONFIG_HFS_FS is not set
84551 -# CONFIG_HFSPLUS_FS is not set
84552 -# CONFIG_BEFS_FS is not set
84553 -# CONFIG_BFS_FS is not set
84554 -# CONFIG_EFS_FS is not set
84555 -CONFIG_JFFS2_FS=y
84556 -CONFIG_JFFS2_FS_DEBUG=0
84557 -CONFIG_JFFS2_FS_WRITEBUFFER=y
84558 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
84559 -# CONFIG_JFFS2_SUMMARY is not set
84560 -# CONFIG_JFFS2_FS_XATTR is not set
84561 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
84562 -CONFIG_JFFS2_ZLIB=y
84563 -# CONFIG_JFFS2_LZO is not set
84564 -CONFIG_JFFS2_RTIME=y
84565 -# CONFIG_JFFS2_RUBIN is not set
84566 -CONFIG_CRAMFS=y
84567 -# CONFIG_VXFS_FS is not set
84568 -# CONFIG_MINIX_FS is not set
84569 -# CONFIG_HPFS_FS is not set
84570 -# CONFIG_QNX4FS_FS is not set
84571 -# CONFIG_ROMFS_FS is not set
84572 -# CONFIG_SYSV_FS is not set
84573 -# CONFIG_UFS_FS is not set
84574 -CONFIG_NETWORK_FILESYSTEMS=y
84575 -CONFIG_NFS_FS=y
84576 -# CONFIG_NFS_V3 is not set
84577 -# CONFIG_NFS_V4 is not set
84578 -# CONFIG_NFS_DIRECTIO is not set
84579 -# CONFIG_NFSD is not set
84580 -CONFIG_ROOT_NFS=y
84581 -CONFIG_LOCKD=y
84582 -CONFIG_NFS_COMMON=y
84583 -CONFIG_SUNRPC=y
84584 -# CONFIG_SUNRPC_BIND34 is not set
84585 -# CONFIG_RPCSEC_GSS_KRB5 is not set
84586 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
84587 -# CONFIG_SMB_FS is not set
84588 -# CONFIG_CIFS is not set
84589 -# CONFIG_NCP_FS is not set
84590 -# CONFIG_CODA_FS is not set
84591 -# CONFIG_AFS_FS is not set
84592 -
84593 -#
84594 -# Partition Types
84595 -#
84596 -CONFIG_PARTITION_ADVANCED=y
84597 -# CONFIG_ACORN_PARTITION is not set
84598 -# CONFIG_OSF_PARTITION is not set
84599 -# CONFIG_AMIGA_PARTITION is not set
84600 -# CONFIG_ATARI_PARTITION is not set
84601 -# CONFIG_MAC_PARTITION is not set
84602 -# CONFIG_MSDOS_PARTITION is not set
84603 -# CONFIG_LDM_PARTITION is not set
84604 -# CONFIG_SGI_PARTITION is not set
84605 -# CONFIG_ULTRIX_PARTITION is not set
84606 -# CONFIG_SUN_PARTITION is not set
84607 -# CONFIG_KARMA_PARTITION is not set
84608 -# CONFIG_EFI_PARTITION is not set
84609 -# CONFIG_SYSV68_PARTITION is not set
84610 -# CONFIG_NLS is not set
84611 -# CONFIG_DLM is not set
84612 -
84613 -#
84614 -# Library routines
84615 -#
84616 -CONFIG_BITREVERSE=y
84617 -# CONFIG_CRC_CCITT is not set
84618 -# CONFIG_CRC16 is not set
84619 -# CONFIG_CRC_ITU_T is not set
84620 -CONFIG_CRC32=y
84621 -# CONFIG_CRC7 is not set
84622 -# CONFIG_LIBCRC32C is not set
84623 -CONFIG_ZLIB_INFLATE=y
84624 -CONFIG_ZLIB_DEFLATE=y
84625 -CONFIG_PLIST=y
84626 -CONFIG_HAS_IOMEM=y
84627 -CONFIG_HAS_IOPORT=y
84628 -CONFIG_HAS_DMA=y
84629 -
84630 -#
84631 -# Kernel hacking
84632 -#
84633 -# CONFIG_PRINTK_TIME is not set
84634 -CONFIG_ENABLE_WARN_DEPRECATED=y
84635 -CONFIG_ENABLE_MUST_CHECK=y
84636 -# CONFIG_MAGIC_SYSRQ is not set
84637 -# CONFIG_UNUSED_SYMBOLS is not set
84638 -# CONFIG_DEBUG_FS is not set
84639 -# CONFIG_HEADERS_CHECK is not set
84640 -# CONFIG_DEBUG_KERNEL is not set
84641 -# CONFIG_SLUB_DEBUG_ON is not set
84642 -# CONFIG_SLUB_STATS is not set
84643 -# CONFIG_DEBUG_BUGVERBOSE is not set
84644 -# CONFIG_SAMPLES is not set
84645 -# CONFIG_KGDB_CONSOLE is not set
84646 -# CONFIG_PPC_EARLY_DEBUG is not set
84647 -
84648 -#
84649 -# Security options
84650 -#
84651 -# CONFIG_KEYS is not set
84652 -# CONFIG_SECURITY is not set
84653 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
84654 -CONFIG_CRYPTO=y
84655 -# CONFIG_CRYPTO_SEQIV is not set
84656 -# CONFIG_CRYPTO_MANAGER is not set
84657 -# CONFIG_CRYPTO_HMAC is not set
84658 -# CONFIG_CRYPTO_XCBC is not set
84659 -# CONFIG_CRYPTO_NULL is not set
84660 -# CONFIG_CRYPTO_MD4 is not set
84661 -# CONFIG_CRYPTO_MD5 is not set
84662 -# CONFIG_CRYPTO_SHA1 is not set
84663 -# CONFIG_CRYPTO_SHA256 is not set
84664 -# CONFIG_CRYPTO_SHA512 is not set
84665 -# CONFIG_CRYPTO_WP512 is not set
84666 -# CONFIG_CRYPTO_TGR192 is not set
84667 -# CONFIG_CRYPTO_GF128MUL is not set
84668 -# CONFIG_CRYPTO_ECB is not set
84669 -# CONFIG_CRYPTO_CBC is not set
84670 -# CONFIG_CRYPTO_PCBC is not set
84671 -# CONFIG_CRYPTO_LRW is not set
84672 -# CONFIG_CRYPTO_XTS is not set
84673 -# CONFIG_CRYPTO_CTR is not set
84674 -# CONFIG_CRYPTO_GCM is not set
84675 -# CONFIG_CRYPTO_CCM is not set
84676 -# CONFIG_CRYPTO_CRYPTD is not set
84677 -# CONFIG_CRYPTO_DES is not set
84678 -# CONFIG_CRYPTO_FCRYPT is not set
84679 -# CONFIG_CRYPTO_BLOWFISH is not set
84680 -# CONFIG_CRYPTO_TWOFISH is not set
84681 -# CONFIG_CRYPTO_SERPENT is not set
84682 -# CONFIG_CRYPTO_AES is not set
84683 -# CONFIG_CRYPTO_CAST5 is not set
84684 -# CONFIG_CRYPTO_CAST6 is not set
84685 -# CONFIG_CRYPTO_TEA is not set
84686 -# CONFIG_CRYPTO_ARC4 is not set
84687 -# CONFIG_CRYPTO_KHAZAD is not set
84688 -# CONFIG_CRYPTO_ANUBIS is not set
84689 -# CONFIG_CRYPTO_SEED is not set
84690 -# CONFIG_CRYPTO_SALSA20 is not set
84691 -# CONFIG_CRYPTO_DEFLATE is not set
84692 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
84693 -# CONFIG_CRYPTO_CRC32C is not set
84694 -# CONFIG_CRYPTO_CAMELLIA is not set
84695 -# CONFIG_CRYPTO_AUTHENC is not set
84696 -# CONFIG_CRYPTO_LZO is not set
84697 -CONFIG_CRYPTO_HW=y
84698 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
84699 -# CONFIG_PPC_CLOCK is not set
84700 -CONFIG_PPC_LIB_RHEAP=y
84701 --- a/arch/powerpc/configs/tqm8560_defconfig
84702 +++ /dev/null
84703 @@ -1,1109 +0,0 @@
84704 -#
84705 -# Automatically generated make config: don't edit
84706 -# Linux kernel version: 2.6.25-rc6
84707 -# Mon Mar 24 08:48:45 2008
84708 -#
84709 -# CONFIG_PPC64 is not set
84710 -
84711 -#
84712 -# Processor support
84713 -#
84714 -# CONFIG_6xx is not set
84715 -CONFIG_PPC_85xx=y
84716 -# CONFIG_PPC_8xx is not set
84717 -# CONFIG_40x is not set
84718 -# CONFIG_44x is not set
84719 -# CONFIG_E200 is not set
84720 -CONFIG_E500=y
84721 -CONFIG_BOOKE=y
84722 -CONFIG_FSL_BOOKE=y
84723 -CONFIG_FSL_EMB_PERFMON=y
84724 -# CONFIG_PHYS_64BIT is not set
84725 -CONFIG_SPE=y
84726 -# CONFIG_PPC_MM_SLICES is not set
84727 -CONFIG_PPC32=y
84728 -CONFIG_WORD_SIZE=32
84729 -CONFIG_PPC_MERGE=y
84730 -CONFIG_MMU=y
84731 -CONFIG_GENERIC_CMOS_UPDATE=y
84732 -CONFIG_GENERIC_TIME=y
84733 -CONFIG_GENERIC_TIME_VSYSCALL=y
84734 -CONFIG_GENERIC_CLOCKEVENTS=y
84735 -CONFIG_GENERIC_HARDIRQS=y
84736 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
84737 -CONFIG_IRQ_PER_CPU=y
84738 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
84739 -CONFIG_ARCH_HAS_ILOG2_U32=y
84740 -CONFIG_GENERIC_HWEIGHT=y
84741 -CONFIG_GENERIC_CALIBRATE_DELAY=y
84742 -CONFIG_GENERIC_FIND_NEXT_BIT=y
84743 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
84744 -CONFIG_PPC=y
84745 -CONFIG_EARLY_PRINTK=y
84746 -CONFIG_GENERIC_NVRAM=y
84747 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
84748 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
84749 -CONFIG_PPC_OF=y
84750 -CONFIG_OF=y
84751 -CONFIG_PPC_UDBG_16550=y
84752 -# CONFIG_GENERIC_TBSYNC is not set
84753 -CONFIG_AUDIT_ARCH=y
84754 -CONFIG_GENERIC_BUG=y
84755 -CONFIG_DEFAULT_UIMAGE=y
84756 -# CONFIG_PPC_DCR_NATIVE is not set
84757 -# CONFIG_PPC_DCR_MMIO is not set
84758 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
84759 -
84760 -#
84761 -# General setup
84762 -#
84763 -CONFIG_EXPERIMENTAL=y
84764 -CONFIG_BROKEN_ON_SMP=y
84765 -CONFIG_INIT_ENV_ARG_LIMIT=32
84766 -CONFIG_LOCALVERSION=""
84767 -CONFIG_LOCALVERSION_AUTO=y
84768 -CONFIG_SWAP=y
84769 -CONFIG_SYSVIPC=y
84770 -CONFIG_SYSVIPC_SYSCTL=y
84771 -# CONFIG_POSIX_MQUEUE is not set
84772 -# CONFIG_BSD_PROCESS_ACCT is not set
84773 -# CONFIG_TASKSTATS is not set
84774 -# CONFIG_AUDIT is not set
84775 -# CONFIG_IKCONFIG is not set
84776 -CONFIG_LOG_BUF_SHIFT=14
84777 -# CONFIG_CGROUPS is not set
84778 -CONFIG_GROUP_SCHED=y
84779 -CONFIG_FAIR_GROUP_SCHED=y
84780 -# CONFIG_RT_GROUP_SCHED is not set
84781 -CONFIG_USER_SCHED=y
84782 -# CONFIG_CGROUP_SCHED is not set
84783 -CONFIG_SYSFS_DEPRECATED=y
84784 -CONFIG_SYSFS_DEPRECATED_V2=y
84785 -# CONFIG_RELAY is not set
84786 -# CONFIG_NAMESPACES is not set
84787 -CONFIG_BLK_DEV_INITRD=y
84788 -CONFIG_INITRAMFS_SOURCE=""
84789 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
84790 -CONFIG_SYSCTL=y
84791 -CONFIG_EMBEDDED=y
84792 -CONFIG_SYSCTL_SYSCALL=y
84793 -# CONFIG_KALLSYMS is not set
84794 -# CONFIG_HOTPLUG is not set
84795 -CONFIG_PRINTK=y
84796 -CONFIG_BUG=y
84797 -CONFIG_ELF_CORE=y
84798 -CONFIG_COMPAT_BRK=y
84799 -CONFIG_BASE_FULL=y
84800 -CONFIG_FUTEX=y
84801 -CONFIG_ANON_INODES=y
84802 -# CONFIG_EPOLL is not set
84803 -CONFIG_SIGNALFD=y
84804 -CONFIG_TIMERFD=y
84805 -CONFIG_EVENTFD=y
84806 -CONFIG_SHMEM=y
84807 -CONFIG_VM_EVENT_COUNTERS=y
84808 -CONFIG_SLUB_DEBUG=y
84809 -# CONFIG_SLAB is not set
84810 -CONFIG_SLUB=y
84811 -# CONFIG_SLOB is not set
84812 -# CONFIG_PROFILING is not set
84813 -# CONFIG_MARKERS is not set
84814 -CONFIG_HAVE_OPROFILE=y
84815 -CONFIG_HAVE_KPROBES=y
84816 -CONFIG_HAVE_KRETPROBES=y
84817 -CONFIG_PROC_PAGE_MONITOR=y
84818 -CONFIG_SLABINFO=y
84819 -CONFIG_RT_MUTEXES=y
84820 -# CONFIG_TINY_SHMEM is not set
84821 -CONFIG_BASE_SMALL=0
84822 -# CONFIG_MODULES is not set
84823 -CONFIG_BLOCK=y
84824 -# CONFIG_LBD is not set
84825 -# CONFIG_BLK_DEV_IO_TRACE is not set
84826 -# CONFIG_LSF is not set
84827 -# CONFIG_BLK_DEV_BSG is not set
84828 -
84829 -#
84830 -# IO Schedulers
84831 -#
84832 -CONFIG_IOSCHED_NOOP=y
84833 -CONFIG_IOSCHED_AS=y
84834 -CONFIG_IOSCHED_DEADLINE=y
84835 -CONFIG_IOSCHED_CFQ=y
84836 -CONFIG_DEFAULT_AS=y
84837 -# CONFIG_DEFAULT_DEADLINE is not set
84838 -# CONFIG_DEFAULT_CFQ is not set
84839 -# CONFIG_DEFAULT_NOOP is not set
84840 -CONFIG_DEFAULT_IOSCHED="anticipatory"
84841 -CONFIG_CLASSIC_RCU=y
84842 -
84843 -#
84844 -# Platform support
84845 -#
84846 -# CONFIG_PPC_MPC512x is not set
84847 -# CONFIG_PPC_MPC5121 is not set
84848 -# CONFIG_PPC_CELL is not set
84849 -# CONFIG_PPC_CELL_NATIVE is not set
84850 -# CONFIG_PQ2ADS is not set
84851 -CONFIG_MPC85xx=y
84852 -# CONFIG_MPC8540_ADS is not set
84853 -# CONFIG_MPC8560_ADS is not set
84854 -# CONFIG_MPC85xx_CDS is not set
84855 -# CONFIG_MPC85xx_MDS is not set
84856 -# CONFIG_MPC85xx_DS is not set
84857 -# CONFIG_STX_GP3 is not set
84858 -# CONFIG_TQM8540 is not set
84859 -# CONFIG_TQM8541 is not set
84860 -# CONFIG_TQM8555 is not set
84861 -CONFIG_TQM8560=y
84862 -# CONFIG_SBC8548 is not set
84863 -# CONFIG_SBC8560 is not set
84864 -CONFIG_TQM85xx=y
84865 -# CONFIG_IPIC is not set
84866 -CONFIG_MPIC=y
84867 -# CONFIG_MPIC_WEIRD is not set
84868 -# CONFIG_PPC_I8259 is not set
84869 -# CONFIG_PPC_RTAS is not set
84870 -# CONFIG_MMIO_NVRAM is not set
84871 -# CONFIG_PPC_MPC106 is not set
84872 -# CONFIG_PPC_970_NAP is not set
84873 -# CONFIG_PPC_INDIRECT_IO is not set
84874 -# CONFIG_GENERIC_IOMAP is not set
84875 -# CONFIG_CPU_FREQ is not set
84876 -CONFIG_CPM2=y
84877 -CONFIG_PPC_CPM_NEW_BINDING=y
84878 -# CONFIG_FSL_ULI1575 is not set
84879 -CONFIG_CPM=y
84880 -
84881 -#
84882 -# Kernel options
84883 -#
84884 -# CONFIG_HIGHMEM is not set
84885 -# CONFIG_TICK_ONESHOT is not set
84886 -# CONFIG_NO_HZ is not set
84887 -# CONFIG_HIGH_RES_TIMERS is not set
84888 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
84889 -# CONFIG_HZ_100 is not set
84890 -CONFIG_HZ_250=y
84891 -# CONFIG_HZ_300 is not set
84892 -# CONFIG_HZ_1000 is not set
84893 -CONFIG_HZ=250
84894 -# CONFIG_SCHED_HRTICK is not set
84895 -CONFIG_PREEMPT_NONE=y
84896 -# CONFIG_PREEMPT_VOLUNTARY is not set
84897 -# CONFIG_PREEMPT is not set
84898 -CONFIG_BINFMT_ELF=y
84899 -# CONFIG_BINFMT_MISC is not set
84900 -CONFIG_MATH_EMULATION=y
84901 -# CONFIG_IOMMU_HELPER is not set
84902 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
84903 -CONFIG_ARCH_HAS_WALK_MEMORY=y
84904 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
84905 -CONFIG_ARCH_FLATMEM_ENABLE=y
84906 -CONFIG_ARCH_POPULATES_NODE_MAP=y
84907 -CONFIG_SELECT_MEMORY_MODEL=y
84908 -CONFIG_FLATMEM_MANUAL=y
84909 -# CONFIG_DISCONTIGMEM_MANUAL is not set
84910 -# CONFIG_SPARSEMEM_MANUAL is not set
84911 -CONFIG_FLATMEM=y
84912 -CONFIG_FLAT_NODE_MEM_MAP=y
84913 -# CONFIG_SPARSEMEM_STATIC is not set
84914 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
84915 -CONFIG_SPLIT_PTLOCK_CPUS=4
84916 -# CONFIG_RESOURCES_64BIT is not set
84917 -CONFIG_ZONE_DMA_FLAG=1
84918 -CONFIG_BOUNCE=y
84919 -CONFIG_VIRT_TO_BUS=y
84920 -# CONFIG_PROC_DEVICETREE is not set
84921 -# CONFIG_CMDLINE_BOOL is not set
84922 -# CONFIG_PM is not set
84923 -CONFIG_SECCOMP=y
84924 -CONFIG_ISA_DMA_API=y
84925 -
84926 -#
84927 -# Bus options
84928 -#
84929 -CONFIG_ZONE_DMA=y
84930 -CONFIG_PPC_INDIRECT_PCI=y
84931 -CONFIG_FSL_SOC=y
84932 -CONFIG_FSL_PCI=y
84933 -CONFIG_PCI=y
84934 -CONFIG_PCI_DOMAINS=y
84935 -CONFIG_PCI_SYSCALL=y
84936 -# CONFIG_PCIEPORTBUS is not set
84937 -CONFIG_ARCH_SUPPORTS_MSI=y
84938 -# CONFIG_PCI_MSI is not set
84939 -CONFIG_PCI_LEGACY=y
84940 -
84941 -#
84942 -# Advanced setup
84943 -#
84944 -# CONFIG_ADVANCED_OPTIONS is not set
84945 -
84946 -#
84947 -# Default settings for advanced configuration options are used
84948 -#
84949 -CONFIG_HIGHMEM_START=0xfe000000
84950 -CONFIG_LOWMEM_SIZE=0x30000000
84951 -CONFIG_KERNEL_START=0xc0000000
84952 -CONFIG_TASK_SIZE=0xc0000000
84953 -CONFIG_BOOT_LOAD=0x00800000
84954 -
84955 -#
84956 -# Networking
84957 -#
84958 -CONFIG_NET=y
84959 -
84960 -#
84961 -# Networking options
84962 -#
84963 -CONFIG_PACKET=y
84964 -# CONFIG_PACKET_MMAP is not set
84965 -CONFIG_UNIX=y
84966 -CONFIG_XFRM=y
84967 -# CONFIG_XFRM_USER is not set
84968 -# CONFIG_XFRM_SUB_POLICY is not set
84969 -# CONFIG_XFRM_MIGRATE is not set
84970 -# CONFIG_XFRM_STATISTICS is not set
84971 -# CONFIG_NET_KEY is not set
84972 -CONFIG_INET=y
84973 -CONFIG_IP_MULTICAST=y
84974 -# CONFIG_IP_ADVANCED_ROUTER is not set
84975 -CONFIG_IP_FIB_HASH=y
84976 -CONFIG_IP_PNP=y
84977 -CONFIG_IP_PNP_DHCP=y
84978 -CONFIG_IP_PNP_BOOTP=y
84979 -# CONFIG_IP_PNP_RARP is not set
84980 -# CONFIG_NET_IPIP is not set
84981 -# CONFIG_NET_IPGRE is not set
84982 -# CONFIG_IP_MROUTE is not set
84983 -# CONFIG_ARPD is not set
84984 -CONFIG_SYN_COOKIES=y
84985 -# CONFIG_INET_AH is not set
84986 -# CONFIG_INET_ESP is not set
84987 -# CONFIG_INET_IPCOMP is not set
84988 -# CONFIG_INET_XFRM_TUNNEL is not set
84989 -# CONFIG_INET_TUNNEL is not set
84990 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
84991 -CONFIG_INET_XFRM_MODE_TUNNEL=y
84992 -CONFIG_INET_XFRM_MODE_BEET=y
84993 -# CONFIG_INET_LRO is not set
84994 -CONFIG_INET_DIAG=y
84995 -CONFIG_INET_TCP_DIAG=y
84996 -# CONFIG_TCP_CONG_ADVANCED is not set
84997 -CONFIG_TCP_CONG_CUBIC=y
84998 -CONFIG_DEFAULT_TCP_CONG="cubic"
84999 -# CONFIG_TCP_MD5SIG is not set
85000 -# CONFIG_IPV6 is not set
85001 -# CONFIG_INET6_XFRM_TUNNEL is not set
85002 -# CONFIG_INET6_TUNNEL is not set
85003 -# CONFIG_NETWORK_SECMARK is not set
85004 -# CONFIG_NETFILTER is not set
85005 -# CONFIG_IP_DCCP is not set
85006 -# CONFIG_IP_SCTP is not set
85007 -# CONFIG_TIPC is not set
85008 -# CONFIG_ATM is not set
85009 -# CONFIG_BRIDGE is not set
85010 -# CONFIG_VLAN_8021Q is not set
85011 -# CONFIG_DECNET is not set
85012 -# CONFIG_LLC2 is not set
85013 -# CONFIG_IPX is not set
85014 -# CONFIG_ATALK is not set
85015 -# CONFIG_X25 is not set
85016 -# CONFIG_LAPB is not set
85017 -# CONFIG_ECONET is not set
85018 -# CONFIG_WAN_ROUTER is not set
85019 -# CONFIG_NET_SCHED is not set
85020 -
85021 -#
85022 -# Network testing
85023 -#
85024 -# CONFIG_NET_PKTGEN is not set
85025 -# CONFIG_HAMRADIO is not set
85026 -# CONFIG_CAN is not set
85027 -# CONFIG_IRDA is not set
85028 -# CONFIG_BT is not set
85029 -# CONFIG_AF_RXRPC is not set
85030 -
85031 -#
85032 -# Wireless
85033 -#
85034 -# CONFIG_CFG80211 is not set
85035 -# CONFIG_WIRELESS_EXT is not set
85036 -# CONFIG_MAC80211 is not set
85037 -# CONFIG_IEEE80211 is not set
85038 -# CONFIG_RFKILL is not set
85039 -# CONFIG_NET_9P is not set
85040 -
85041 -#
85042 -# Device Drivers
85043 -#
85044 -
85045 -#
85046 -# Generic Driver Options
85047 -#
85048 -CONFIG_STANDALONE=y
85049 -CONFIG_PREVENT_FIRMWARE_BUILD=y
85050 -# CONFIG_SYS_HYPERVISOR is not set
85051 -# CONFIG_CONNECTOR is not set
85052 -CONFIG_MTD=y
85053 -# CONFIG_MTD_DEBUG is not set
85054 -CONFIG_MTD_CONCAT=y
85055 -CONFIG_MTD_PARTITIONS=y
85056 -# CONFIG_MTD_REDBOOT_PARTS is not set
85057 -CONFIG_MTD_CMDLINE_PARTS=y
85058 -# CONFIG_MTD_OF_PARTS is not set
85059 -
85060 -#
85061 -# User Modules And Translation Layers
85062 -#
85063 -CONFIG_MTD_CHAR=y
85064 -CONFIG_MTD_BLKDEVS=y
85065 -CONFIG_MTD_BLOCK=y
85066 -# CONFIG_FTL is not set
85067 -# CONFIG_NFTL is not set
85068 -# CONFIG_INFTL is not set
85069 -# CONFIG_RFD_FTL is not set
85070 -# CONFIG_SSFDC is not set
85071 -# CONFIG_MTD_OOPS is not set
85072 -
85073 -#
85074 -# RAM/ROM/Flash chip drivers
85075 -#
85076 -CONFIG_MTD_CFI=y
85077 -# CONFIG_MTD_JEDECPROBE is not set
85078 -CONFIG_MTD_GEN_PROBE=y
85079 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
85080 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
85081 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
85082 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
85083 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
85084 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
85085 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
85086 -CONFIG_MTD_CFI_I1=y
85087 -CONFIG_MTD_CFI_I2=y
85088 -# CONFIG_MTD_CFI_I4 is not set
85089 -# CONFIG_MTD_CFI_I8 is not set
85090 -# CONFIG_MTD_CFI_INTELEXT is not set
85091 -CONFIG_MTD_CFI_AMDSTD=y
85092 -# CONFIG_MTD_CFI_STAA is not set
85093 -CONFIG_MTD_CFI_UTIL=y
85094 -# CONFIG_MTD_RAM is not set
85095 -# CONFIG_MTD_ROM is not set
85096 -# CONFIG_MTD_ABSENT is not set
85097 -
85098 -#
85099 -# Mapping drivers for chip access
85100 -#
85101 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
85102 -# CONFIG_MTD_PHYSMAP is not set
85103 -# CONFIG_MTD_PHYSMAP_OF is not set
85104 -# CONFIG_MTD_INTEL_VR_NOR is not set
85105 -# CONFIG_MTD_PLATRAM is not set
85106 -
85107 -#
85108 -# Self-contained MTD device drivers
85109 -#
85110 -# CONFIG_MTD_PMC551 is not set
85111 -# CONFIG_MTD_SLRAM is not set
85112 -# CONFIG_MTD_PHRAM is not set
85113 -# CONFIG_MTD_MTDRAM is not set
85114 -# CONFIG_MTD_BLOCK2MTD is not set
85115 -
85116 -#
85117 -# Disk-On-Chip Device Drivers
85118 -#
85119 -# CONFIG_MTD_DOC2000 is not set
85120 -# CONFIG_MTD_DOC2001 is not set
85121 -# CONFIG_MTD_DOC2001PLUS is not set
85122 -# CONFIG_MTD_NAND is not set
85123 -# CONFIG_MTD_ONENAND is not set
85124 -
85125 -#
85126 -# UBI - Unsorted block images
85127 -#
85128 -# CONFIG_MTD_UBI is not set
85129 -CONFIG_OF_DEVICE=y
85130 -# CONFIG_PARPORT is not set
85131 -CONFIG_BLK_DEV=y
85132 -# CONFIG_BLK_DEV_FD is not set
85133 -# CONFIG_BLK_CPQ_DA is not set
85134 -# CONFIG_BLK_CPQ_CISS_DA is not set
85135 -# CONFIG_BLK_DEV_DAC960 is not set
85136 -# CONFIG_BLK_DEV_UMEM is not set
85137 -# CONFIG_BLK_DEV_COW_COMMON is not set
85138 -CONFIG_BLK_DEV_LOOP=y
85139 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
85140 -# CONFIG_BLK_DEV_NBD is not set
85141 -# CONFIG_BLK_DEV_SX8 is not set
85142 -CONFIG_BLK_DEV_RAM=y
85143 -CONFIG_BLK_DEV_RAM_COUNT=16
85144 -CONFIG_BLK_DEV_RAM_SIZE=32768
85145 -# CONFIG_BLK_DEV_XIP is not set
85146 -# CONFIG_CDROM_PKTCDVD is not set
85147 -# CONFIG_ATA_OVER_ETH is not set
85148 -CONFIG_MISC_DEVICES=y
85149 -# CONFIG_PHANTOM is not set
85150 -# CONFIG_EEPROM_93CX6 is not set
85151 -# CONFIG_SGI_IOC4 is not set
85152 -# CONFIG_TIFM_CORE is not set
85153 -# CONFIG_ENCLOSURE_SERVICES is not set
85154 -CONFIG_HAVE_IDE=y
85155 -CONFIG_IDE=y
85156 -CONFIG_IDE_MAX_HWIFS=4
85157 -CONFIG_BLK_DEV_IDE=y
85158 -
85159 -#
85160 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
85161 -#
85162 -# CONFIG_BLK_DEV_IDE_SATA is not set
85163 -CONFIG_BLK_DEV_IDEDISK=y
85164 -# CONFIG_IDEDISK_MULTI_MODE is not set
85165 -# CONFIG_BLK_DEV_IDECD is not set
85166 -# CONFIG_BLK_DEV_IDETAPE is not set
85167 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
85168 -# CONFIG_IDE_TASK_IOCTL is not set
85169 -CONFIG_IDE_PROC_FS=y
85170 -
85171 -#
85172 -# IDE chipset support/bugfixes
85173 -#
85174 -CONFIG_IDE_GENERIC=y
85175 -# CONFIG_BLK_DEV_PLATFORM is not set
85176 -CONFIG_BLK_DEV_IDEDMA_SFF=y
85177 -
85178 -#
85179 -# PCI IDE chipsets support
85180 -#
85181 -CONFIG_BLK_DEV_IDEPCI=y
85182 -CONFIG_IDEPCI_PCIBUS_ORDER=y
85183 -# CONFIG_BLK_DEV_OFFBOARD is not set
85184 -CONFIG_BLK_DEV_GENERIC=y
85185 -# CONFIG_BLK_DEV_OPTI621 is not set
85186 -CONFIG_BLK_DEV_IDEDMA_PCI=y
85187 -# CONFIG_BLK_DEV_AEC62XX is not set
85188 -# CONFIG_BLK_DEV_ALI15X3 is not set
85189 -# CONFIG_BLK_DEV_AMD74XX is not set
85190 -# CONFIG_BLK_DEV_CMD64X is not set
85191 -# CONFIG_BLK_DEV_TRIFLEX is not set
85192 -# CONFIG_BLK_DEV_CY82C693 is not set
85193 -# CONFIG_BLK_DEV_CS5520 is not set
85194 -# CONFIG_BLK_DEV_CS5530 is not set
85195 -# CONFIG_BLK_DEV_HPT34X is not set
85196 -# CONFIG_BLK_DEV_HPT366 is not set
85197 -# CONFIG_BLK_DEV_JMICRON is not set
85198 -# CONFIG_BLK_DEV_SC1200 is not set
85199 -# CONFIG_BLK_DEV_PIIX is not set
85200 -# CONFIG_BLK_DEV_IT8213 is not set
85201 -# CONFIG_BLK_DEV_IT821X is not set
85202 -# CONFIG_BLK_DEV_NS87415 is not set
85203 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
85204 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
85205 -# CONFIG_BLK_DEV_SVWKS is not set
85206 -# CONFIG_BLK_DEV_SIIMAGE is not set
85207 -# CONFIG_BLK_DEV_SL82C105 is not set
85208 -# CONFIG_BLK_DEV_SLC90E66 is not set
85209 -# CONFIG_BLK_DEV_TRM290 is not set
85210 -CONFIG_BLK_DEV_VIA82CXXX=y
85211 -# CONFIG_BLK_DEV_TC86C001 is not set
85212 -CONFIG_BLK_DEV_IDEDMA=y
85213 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
85214 -# CONFIG_BLK_DEV_HD is not set
85215 -
85216 -#
85217 -# SCSI device support
85218 -#
85219 -# CONFIG_RAID_ATTRS is not set
85220 -# CONFIG_SCSI is not set
85221 -# CONFIG_SCSI_DMA is not set
85222 -# CONFIG_SCSI_NETLINK is not set
85223 -# CONFIG_ATA is not set
85224 -# CONFIG_MD is not set
85225 -# CONFIG_FUSION is not set
85226 -
85227 -#
85228 -# IEEE 1394 (FireWire) support
85229 -#
85230 -# CONFIG_FIREWIRE is not set
85231 -# CONFIG_IEEE1394 is not set
85232 -# CONFIG_I2O is not set
85233 -# CONFIG_MACINTOSH_DRIVERS is not set
85234 -CONFIG_NETDEVICES=y
85235 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
85236 -# CONFIG_DUMMY is not set
85237 -# CONFIG_BONDING is not set
85238 -# CONFIG_MACVLAN is not set
85239 -# CONFIG_EQUALIZER is not set
85240 -# CONFIG_TUN is not set
85241 -# CONFIG_VETH is not set
85242 -# CONFIG_ARCNET is not set
85243 -CONFIG_PHYLIB=y
85244 -
85245 -#
85246 -# MII PHY device drivers
85247 -#
85248 -# CONFIG_MARVELL_PHY is not set
85249 -# CONFIG_DAVICOM_PHY is not set
85250 -# CONFIG_QSEMI_PHY is not set
85251 -# CONFIG_LXT_PHY is not set
85252 -# CONFIG_CICADA_PHY is not set
85253 -# CONFIG_VITESSE_PHY is not set
85254 -# CONFIG_SMSC_PHY is not set
85255 -# CONFIG_BROADCOM_PHY is not set
85256 -# CONFIG_ICPLUS_PHY is not set
85257 -# CONFIG_REALTEK_PHY is not set
85258 -# CONFIG_FIXED_PHY is not set
85259 -# CONFIG_MDIO_BITBANG is not set
85260 -CONFIG_NET_ETHERNET=y
85261 -CONFIG_MII=y
85262 -# CONFIG_HAPPYMEAL is not set
85263 -# CONFIG_SUNGEM is not set
85264 -# CONFIG_CASSINI is not set
85265 -# CONFIG_NET_VENDOR_3COM is not set
85266 -# CONFIG_NET_TULIP is not set
85267 -# CONFIG_HP100 is not set
85268 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
85269 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
85270 -# CONFIG_IBM_NEW_EMAC_TAH is not set
85271 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
85272 -CONFIG_NET_PCI=y
85273 -# CONFIG_PCNET32 is not set
85274 -# CONFIG_AMD8111_ETH is not set
85275 -# CONFIG_ADAPTEC_STARFIRE is not set
85276 -# CONFIG_B44 is not set
85277 -# CONFIG_FORCEDETH is not set
85278 -# CONFIG_EEPRO100 is not set
85279 -CONFIG_E100=y
85280 -# CONFIG_FEALNX is not set
85281 -# CONFIG_NATSEMI is not set
85282 -# CONFIG_NE2K_PCI is not set
85283 -# CONFIG_8139CP is not set
85284 -# CONFIG_8139TOO is not set
85285 -# CONFIG_R6040 is not set
85286 -# CONFIG_SIS900 is not set
85287 -# CONFIG_EPIC100 is not set
85288 -# CONFIG_SUNDANCE is not set
85289 -# CONFIG_TLAN is not set
85290 -# CONFIG_VIA_RHINE is not set
85291 -# CONFIG_SC92031 is not set
85292 -# CONFIG_FS_ENET is not set
85293 -CONFIG_NETDEV_1000=y
85294 -# CONFIG_ACENIC is not set
85295 -# CONFIG_DL2K is not set
85296 -# CONFIG_E1000 is not set
85297 -# CONFIG_E1000E is not set
85298 -# CONFIG_E1000E_ENABLED is not set
85299 -# CONFIG_IP1000 is not set
85300 -# CONFIG_IGB is not set
85301 -# CONFIG_NS83820 is not set
85302 -# CONFIG_HAMACHI is not set
85303 -# CONFIG_YELLOWFIN is not set
85304 -# CONFIG_R8169 is not set
85305 -# CONFIG_SIS190 is not set
85306 -# CONFIG_SKGE is not set
85307 -# CONFIG_SKY2 is not set
85308 -# CONFIG_SK98LIN is not set
85309 -# CONFIG_VIA_VELOCITY is not set
85310 -# CONFIG_TIGON3 is not set
85311 -# CONFIG_BNX2 is not set
85312 -CONFIG_GIANFAR=y
85313 -CONFIG_GFAR_NAPI=y
85314 -# CONFIG_QLA3XXX is not set
85315 -# CONFIG_ATL1 is not set
85316 -CONFIG_NETDEV_10000=y
85317 -# CONFIG_CHELSIO_T1 is not set
85318 -# CONFIG_CHELSIO_T3 is not set
85319 -# CONFIG_IXGBE is not set
85320 -# CONFIG_IXGB is not set
85321 -# CONFIG_S2IO is not set
85322 -# CONFIG_MYRI10GE is not set
85323 -# CONFIG_NETXEN_NIC is not set
85324 -# CONFIG_NIU is not set
85325 -# CONFIG_MLX4_CORE is not set
85326 -# CONFIG_TEHUTI is not set
85327 -# CONFIG_BNX2X is not set
85328 -# CONFIG_TR is not set
85329 -
85330 -#
85331 -# Wireless LAN
85332 -#
85333 -# CONFIG_WLAN_PRE80211 is not set
85334 -# CONFIG_WLAN_80211 is not set
85335 -# CONFIG_WAN is not set
85336 -# CONFIG_FDDI is not set
85337 -# CONFIG_HIPPI is not set
85338 -# CONFIG_PPP is not set
85339 -# CONFIG_SLIP is not set
85340 -# CONFIG_NETCONSOLE is not set
85341 -# CONFIG_NETPOLL is not set
85342 -# CONFIG_NET_POLL_CONTROLLER is not set
85343 -# CONFIG_ISDN is not set
85344 -# CONFIG_PHONE is not set
85345 -
85346 -#
85347 -# Input device support
85348 -#
85349 -CONFIG_INPUT=y
85350 -# CONFIG_INPUT_FF_MEMLESS is not set
85351 -# CONFIG_INPUT_POLLDEV is not set
85352 -
85353 -#
85354 -# Userland interfaces
85355 -#
85356 -# CONFIG_INPUT_MOUSEDEV is not set
85357 -# CONFIG_INPUT_JOYDEV is not set
85358 -# CONFIG_INPUT_EVDEV is not set
85359 -# CONFIG_INPUT_EVBUG is not set
85360 -
85361 -#
85362 -# Input Device Drivers
85363 -#
85364 -# CONFIG_INPUT_KEYBOARD is not set
85365 -# CONFIG_INPUT_MOUSE is not set
85366 -# CONFIG_INPUT_JOYSTICK is not set
85367 -# CONFIG_INPUT_TABLET is not set
85368 -# CONFIG_INPUT_TOUCHSCREEN is not set
85369 -# CONFIG_INPUT_MISC is not set
85370 -
85371 -#
85372 -# Hardware I/O ports
85373 -#
85374 -# CONFIG_SERIO is not set
85375 -# CONFIG_GAMEPORT is not set
85376 -
85377 -#
85378 -# Character devices
85379 -#
85380 -# CONFIG_VT is not set
85381 -# CONFIG_SERIAL_NONSTANDARD is not set
85382 -# CONFIG_NOZOMI is not set
85383 -
85384 -#
85385 -# Serial drivers
85386 -#
85387 -CONFIG_SERIAL_8250=y
85388 -CONFIG_SERIAL_8250_CONSOLE=y
85389 -CONFIG_SERIAL_8250_PCI=y
85390 -CONFIG_SERIAL_8250_NR_UARTS=4
85391 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
85392 -# CONFIG_SERIAL_8250_EXTENDED is not set
85393 -CONFIG_SERIAL_8250_SHARE_IRQ=y
85394 -
85395 -#
85396 -# Non-8250 serial port support
85397 -#
85398 -# CONFIG_SERIAL_UARTLITE is not set
85399 -CONFIG_SERIAL_CORE=y
85400 -CONFIG_SERIAL_CORE_CONSOLE=y
85401 -CONFIG_SERIAL_CPM=y
85402 -CONFIG_SERIAL_CPM_CONSOLE=y
85403 -CONFIG_SERIAL_CPM_SCC1=y
85404 -# CONFIG_SERIAL_CPM_SCC2 is not set
85405 -# CONFIG_SERIAL_CPM_SCC3 is not set
85406 -# CONFIG_SERIAL_CPM_SCC4 is not set
85407 -# CONFIG_SERIAL_CPM_SMC1 is not set
85408 -# CONFIG_SERIAL_CPM_SMC2 is not set
85409 -# CONFIG_SERIAL_JSM is not set
85410 -# CONFIG_SERIAL_OF_PLATFORM is not set
85411 -CONFIG_UNIX98_PTYS=y
85412 -CONFIG_LEGACY_PTYS=y
85413 -CONFIG_LEGACY_PTY_COUNT=256
85414 -# CONFIG_IPMI_HANDLER is not set
85415 -CONFIG_HW_RANDOM=y
85416 -# CONFIG_NVRAM is not set
85417 -CONFIG_GEN_RTC=y
85418 -# CONFIG_GEN_RTC_X is not set
85419 -# CONFIG_R3964 is not set
85420 -# CONFIG_APPLICOM is not set
85421 -# CONFIG_RAW_DRIVER is not set
85422 -# CONFIG_TCG_TPM is not set
85423 -CONFIG_DEVPORT=y
85424 -CONFIG_I2C=y
85425 -CONFIG_I2C_BOARDINFO=y
85426 -CONFIG_I2C_CHARDEV=y
85427 -
85428 -#
85429 -# I2C Algorithms
85430 -#
85431 -# CONFIG_I2C_ALGOBIT is not set
85432 -# CONFIG_I2C_ALGOPCF is not set
85433 -# CONFIG_I2C_ALGOPCA is not set
85434 -
85435 -#
85436 -# I2C Hardware Bus support
85437 -#
85438 -# CONFIG_I2C_ALI1535 is not set
85439 -# CONFIG_I2C_ALI1563 is not set
85440 -# CONFIG_I2C_ALI15X3 is not set
85441 -# CONFIG_I2C_AMD756 is not set
85442 -# CONFIG_I2C_AMD8111 is not set
85443 -# CONFIG_I2C_I801 is not set
85444 -# CONFIG_I2C_I810 is not set
85445 -# CONFIG_I2C_PIIX4 is not set
85446 -CONFIG_I2C_MPC=y
85447 -# CONFIG_I2C_NFORCE2 is not set
85448 -# CONFIG_I2C_OCORES is not set
85449 -# CONFIG_I2C_PARPORT_LIGHT is not set
85450 -# CONFIG_I2C_PROSAVAGE is not set
85451 -# CONFIG_I2C_SAVAGE4 is not set
85452 -# CONFIG_I2C_SIMTEC is not set
85453 -# CONFIG_I2C_SIS5595 is not set
85454 -# CONFIG_I2C_SIS630 is not set
85455 -# CONFIG_I2C_SIS96X is not set
85456 -# CONFIG_I2C_TAOS_EVM is not set
85457 -# CONFIG_I2C_VIA is not set
85458 -# CONFIG_I2C_VIAPRO is not set
85459 -# CONFIG_I2C_VOODOO3 is not set
85460 -
85461 -#
85462 -# Miscellaneous I2C Chip support
85463 -#
85464 -# CONFIG_DS1682 is not set
85465 -# CONFIG_SENSORS_EEPROM is not set
85466 -# CONFIG_SENSORS_PCF8574 is not set
85467 -# CONFIG_PCF8575 is not set
85468 -# CONFIG_SENSORS_PCF8591 is not set
85469 -# CONFIG_TPS65010 is not set
85470 -# CONFIG_SENSORS_MAX6875 is not set
85471 -# CONFIG_SENSORS_TSL2550 is not set
85472 -# CONFIG_I2C_DEBUG_CORE is not set
85473 -# CONFIG_I2C_DEBUG_ALGO is not set
85474 -# CONFIG_I2C_DEBUG_BUS is not set
85475 -# CONFIG_I2C_DEBUG_CHIP is not set
85476 -
85477 -#
85478 -# SPI support
85479 -#
85480 -# CONFIG_SPI is not set
85481 -# CONFIG_SPI_MASTER is not set
85482 -# CONFIG_W1 is not set
85483 -# CONFIG_POWER_SUPPLY is not set
85484 -CONFIG_HWMON=y
85485 -# CONFIG_HWMON_VID is not set
85486 -# CONFIG_SENSORS_AD7418 is not set
85487 -# CONFIG_SENSORS_ADM1021 is not set
85488 -# CONFIG_SENSORS_ADM1025 is not set
85489 -# CONFIG_SENSORS_ADM1026 is not set
85490 -# CONFIG_SENSORS_ADM1029 is not set
85491 -# CONFIG_SENSORS_ADM1031 is not set
85492 -# CONFIG_SENSORS_ADM9240 is not set
85493 -# CONFIG_SENSORS_ADT7470 is not set
85494 -# CONFIG_SENSORS_ADT7473 is not set
85495 -# CONFIG_SENSORS_ATXP1 is not set
85496 -# CONFIG_SENSORS_DS1621 is not set
85497 -# CONFIG_SENSORS_I5K_AMB is not set
85498 -# CONFIG_SENSORS_F71805F is not set
85499 -# CONFIG_SENSORS_F71882FG is not set
85500 -# CONFIG_SENSORS_F75375S is not set
85501 -# CONFIG_SENSORS_GL518SM is not set
85502 -# CONFIG_SENSORS_GL520SM is not set
85503 -# CONFIG_SENSORS_IT87 is not set
85504 -# CONFIG_SENSORS_LM63 is not set
85505 -CONFIG_SENSORS_LM75=y
85506 -# CONFIG_SENSORS_LM77 is not set
85507 -# CONFIG_SENSORS_LM78 is not set
85508 -# CONFIG_SENSORS_LM80 is not set
85509 -# CONFIG_SENSORS_LM83 is not set
85510 -# CONFIG_SENSORS_LM85 is not set
85511 -# CONFIG_SENSORS_LM87 is not set
85512 -# CONFIG_SENSORS_LM90 is not set
85513 -# CONFIG_SENSORS_LM92 is not set
85514 -# CONFIG_SENSORS_LM93 is not set
85515 -# CONFIG_SENSORS_MAX1619 is not set
85516 -# CONFIG_SENSORS_MAX6650 is not set
85517 -# CONFIG_SENSORS_PC87360 is not set
85518 -# CONFIG_SENSORS_PC87427 is not set
85519 -# CONFIG_SENSORS_SIS5595 is not set
85520 -# CONFIG_SENSORS_DME1737 is not set
85521 -# CONFIG_SENSORS_SMSC47M1 is not set
85522 -# CONFIG_SENSORS_SMSC47M192 is not set
85523 -# CONFIG_SENSORS_SMSC47B397 is not set
85524 -# CONFIG_SENSORS_ADS7828 is not set
85525 -# CONFIG_SENSORS_THMC50 is not set
85526 -# CONFIG_SENSORS_VIA686A is not set
85527 -# CONFIG_SENSORS_VT1211 is not set
85528 -# CONFIG_SENSORS_VT8231 is not set
85529 -# CONFIG_SENSORS_W83781D is not set
85530 -# CONFIG_SENSORS_W83791D is not set
85531 -# CONFIG_SENSORS_W83792D is not set
85532 -# CONFIG_SENSORS_W83793 is not set
85533 -# CONFIG_SENSORS_W83L785TS is not set
85534 -# CONFIG_SENSORS_W83L786NG is not set
85535 -# CONFIG_SENSORS_W83627HF is not set
85536 -# CONFIG_SENSORS_W83627EHF is not set
85537 -CONFIG_HWMON_DEBUG_CHIP=y
85538 -# CONFIG_THERMAL is not set
85539 -# CONFIG_WATCHDOG is not set
85540 -
85541 -#
85542 -# Sonics Silicon Backplane
85543 -#
85544 -CONFIG_SSB_POSSIBLE=y
85545 -# CONFIG_SSB is not set
85546 -
85547 -#
85548 -# Multifunction device drivers
85549 -#
85550 -# CONFIG_MFD_SM501 is not set
85551 -
85552 -#
85553 -# Multimedia devices
85554 -#
85555 -# CONFIG_VIDEO_DEV is not set
85556 -# CONFIG_DVB_CORE is not set
85557 -CONFIG_DAB=y
85558 -
85559 -#
85560 -# Graphics support
85561 -#
85562 -# CONFIG_AGP is not set
85563 -# CONFIG_DRM is not set
85564 -# CONFIG_VGASTATE is not set
85565 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
85566 -# CONFIG_FB is not set
85567 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
85568 -
85569 -#
85570 -# Display device support
85571 -#
85572 -# CONFIG_DISPLAY_SUPPORT is not set
85573 -
85574 -#
85575 -# Sound
85576 -#
85577 -# CONFIG_SOUND is not set
85578 -CONFIG_HID_SUPPORT=y
85579 -CONFIG_HID=y
85580 -# CONFIG_HID_DEBUG is not set
85581 -# CONFIG_HIDRAW is not set
85582 -CONFIG_USB_SUPPORT=y
85583 -CONFIG_USB_ARCH_HAS_HCD=y
85584 -CONFIG_USB_ARCH_HAS_OHCI=y
85585 -CONFIG_USB_ARCH_HAS_EHCI=y
85586 -# CONFIG_USB is not set
85587 -
85588 -#
85589 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
85590 -#
85591 -# CONFIG_USB_GADGET is not set
85592 -# CONFIG_MMC is not set
85593 -# CONFIG_MEMSTICK is not set
85594 -# CONFIG_NEW_LEDS is not set
85595 -# CONFIG_INFINIBAND is not set
85596 -# CONFIG_EDAC is not set
85597 -# CONFIG_RTC_CLASS is not set
85598 -# CONFIG_DMADEVICES is not set
85599 -
85600 -#
85601 -# Userspace I/O
85602 -#
85603 -# CONFIG_UIO is not set
85604 -
85605 -#
85606 -# File systems
85607 -#
85608 -CONFIG_EXT2_FS=y
85609 -# CONFIG_EXT2_FS_XATTR is not set
85610 -# CONFIG_EXT2_FS_XIP is not set
85611 -CONFIG_EXT3_FS=y
85612 -CONFIG_EXT3_FS_XATTR=y
85613 -# CONFIG_EXT3_FS_POSIX_ACL is not set
85614 -# CONFIG_EXT3_FS_SECURITY is not set
85615 -# CONFIG_EXT4DEV_FS is not set
85616 -CONFIG_JBD=y
85617 -CONFIG_FS_MBCACHE=y
85618 -# CONFIG_REISERFS_FS is not set
85619 -# CONFIG_JFS_FS is not set
85620 -# CONFIG_FS_POSIX_ACL is not set
85621 -# CONFIG_XFS_FS is not set
85622 -# CONFIG_GFS2_FS is not set
85623 -# CONFIG_OCFS2_FS is not set
85624 -CONFIG_DNOTIFY=y
85625 -CONFIG_INOTIFY=y
85626 -CONFIG_INOTIFY_USER=y
85627 -# CONFIG_QUOTA is not set
85628 -# CONFIG_AUTOFS_FS is not set
85629 -# CONFIG_AUTOFS4_FS is not set
85630 -# CONFIG_FUSE_FS is not set
85631 -
85632 -#
85633 -# CD-ROM/DVD Filesystems
85634 -#
85635 -# CONFIG_ISO9660_FS is not set
85636 -# CONFIG_UDF_FS is not set
85637 -
85638 -#
85639 -# DOS/FAT/NT Filesystems
85640 -#
85641 -# CONFIG_MSDOS_FS is not set
85642 -# CONFIG_VFAT_FS is not set
85643 -# CONFIG_NTFS_FS is not set
85644 -
85645 -#
85646 -# Pseudo filesystems
85647 -#
85648 -CONFIG_PROC_FS=y
85649 -CONFIG_PROC_KCORE=y
85650 -CONFIG_PROC_SYSCTL=y
85651 -CONFIG_SYSFS=y
85652 -CONFIG_TMPFS=y
85653 -# CONFIG_TMPFS_POSIX_ACL is not set
85654 -# CONFIG_HUGETLB_PAGE is not set
85655 -# CONFIG_CONFIGFS_FS is not set
85656 -
85657 -#
85658 -# Miscellaneous filesystems
85659 -#
85660 -# CONFIG_ADFS_FS is not set
85661 -# CONFIG_AFFS_FS is not set
85662 -# CONFIG_HFS_FS is not set
85663 -# CONFIG_HFSPLUS_FS is not set
85664 -# CONFIG_BEFS_FS is not set
85665 -# CONFIG_BFS_FS is not set
85666 -# CONFIG_EFS_FS is not set
85667 -CONFIG_JFFS2_FS=y
85668 -CONFIG_JFFS2_FS_DEBUG=0
85669 -CONFIG_JFFS2_FS_WRITEBUFFER=y
85670 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
85671 -# CONFIG_JFFS2_SUMMARY is not set
85672 -# CONFIG_JFFS2_FS_XATTR is not set
85673 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
85674 -CONFIG_JFFS2_ZLIB=y
85675 -# CONFIG_JFFS2_LZO is not set
85676 -CONFIG_JFFS2_RTIME=y
85677 -# CONFIG_JFFS2_RUBIN is not set
85678 -CONFIG_CRAMFS=y
85679 -# CONFIG_VXFS_FS is not set
85680 -# CONFIG_MINIX_FS is not set
85681 -# CONFIG_HPFS_FS is not set
85682 -# CONFIG_QNX4FS_FS is not set
85683 -# CONFIG_ROMFS_FS is not set
85684 -# CONFIG_SYSV_FS is not set
85685 -# CONFIG_UFS_FS is not set
85686 -CONFIG_NETWORK_FILESYSTEMS=y
85687 -CONFIG_NFS_FS=y
85688 -# CONFIG_NFS_V3 is not set
85689 -# CONFIG_NFS_V4 is not set
85690 -# CONFIG_NFS_DIRECTIO is not set
85691 -# CONFIG_NFSD is not set
85692 -CONFIG_ROOT_NFS=y
85693 -CONFIG_LOCKD=y
85694 -CONFIG_NFS_COMMON=y
85695 -CONFIG_SUNRPC=y
85696 -# CONFIG_SUNRPC_BIND34 is not set
85697 -# CONFIG_RPCSEC_GSS_KRB5 is not set
85698 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
85699 -# CONFIG_SMB_FS is not set
85700 -# CONFIG_CIFS is not set
85701 -# CONFIG_NCP_FS is not set
85702 -# CONFIG_CODA_FS is not set
85703 -# CONFIG_AFS_FS is not set
85704 -
85705 -#
85706 -# Partition Types
85707 -#
85708 -CONFIG_PARTITION_ADVANCED=y
85709 -# CONFIG_ACORN_PARTITION is not set
85710 -# CONFIG_OSF_PARTITION is not set
85711 -# CONFIG_AMIGA_PARTITION is not set
85712 -# CONFIG_ATARI_PARTITION is not set
85713 -# CONFIG_MAC_PARTITION is not set
85714 -# CONFIG_MSDOS_PARTITION is not set
85715 -# CONFIG_LDM_PARTITION is not set
85716 -# CONFIG_SGI_PARTITION is not set
85717 -# CONFIG_ULTRIX_PARTITION is not set
85718 -# CONFIG_SUN_PARTITION is not set
85719 -# CONFIG_KARMA_PARTITION is not set
85720 -# CONFIG_EFI_PARTITION is not set
85721 -# CONFIG_SYSV68_PARTITION is not set
85722 -# CONFIG_NLS is not set
85723 -# CONFIG_DLM is not set
85724 -
85725 -#
85726 -# Library routines
85727 -#
85728 -CONFIG_BITREVERSE=y
85729 -# CONFIG_CRC_CCITT is not set
85730 -# CONFIG_CRC16 is not set
85731 -# CONFIG_CRC_ITU_T is not set
85732 -CONFIG_CRC32=y
85733 -# CONFIG_CRC7 is not set
85734 -# CONFIG_LIBCRC32C is not set
85735 -CONFIG_ZLIB_INFLATE=y
85736 -CONFIG_ZLIB_DEFLATE=y
85737 -CONFIG_PLIST=y
85738 -CONFIG_HAS_IOMEM=y
85739 -CONFIG_HAS_IOPORT=y
85740 -CONFIG_HAS_DMA=y
85741 -
85742 -#
85743 -# Kernel hacking
85744 -#
85745 -# CONFIG_PRINTK_TIME is not set
85746 -CONFIG_ENABLE_WARN_DEPRECATED=y
85747 -CONFIG_ENABLE_MUST_CHECK=y
85748 -# CONFIG_MAGIC_SYSRQ is not set
85749 -# CONFIG_UNUSED_SYMBOLS is not set
85750 -# CONFIG_DEBUG_FS is not set
85751 -# CONFIG_HEADERS_CHECK is not set
85752 -# CONFIG_DEBUG_KERNEL is not set
85753 -# CONFIG_SLUB_DEBUG_ON is not set
85754 -# CONFIG_SLUB_STATS is not set
85755 -# CONFIG_DEBUG_BUGVERBOSE is not set
85756 -# CONFIG_SAMPLES is not set
85757 -# CONFIG_KGDB_CONSOLE is not set
85758 -# CONFIG_PPC_EARLY_DEBUG is not set
85759 -
85760 -#
85761 -# Security options
85762 -#
85763 -# CONFIG_KEYS is not set
85764 -# CONFIG_SECURITY is not set
85765 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
85766 -CONFIG_CRYPTO=y
85767 -# CONFIG_CRYPTO_SEQIV is not set
85768 -# CONFIG_CRYPTO_MANAGER is not set
85769 -# CONFIG_CRYPTO_HMAC is not set
85770 -# CONFIG_CRYPTO_XCBC is not set
85771 -# CONFIG_CRYPTO_NULL is not set
85772 -# CONFIG_CRYPTO_MD4 is not set
85773 -# CONFIG_CRYPTO_MD5 is not set
85774 -# CONFIG_CRYPTO_SHA1 is not set
85775 -# CONFIG_CRYPTO_SHA256 is not set
85776 -# CONFIG_CRYPTO_SHA512 is not set
85777 -# CONFIG_CRYPTO_WP512 is not set
85778 -# CONFIG_CRYPTO_TGR192 is not set
85779 -# CONFIG_CRYPTO_GF128MUL is not set
85780 -# CONFIG_CRYPTO_ECB is not set
85781 -# CONFIG_CRYPTO_CBC is not set
85782 -# CONFIG_CRYPTO_PCBC is not set
85783 -# CONFIG_CRYPTO_LRW is not set
85784 -# CONFIG_CRYPTO_XTS is not set
85785 -# CONFIG_CRYPTO_CTR is not set
85786 -# CONFIG_CRYPTO_GCM is not set
85787 -# CONFIG_CRYPTO_CCM is not set
85788 -# CONFIG_CRYPTO_CRYPTD is not set
85789 -# CONFIG_CRYPTO_DES is not set
85790 -# CONFIG_CRYPTO_FCRYPT is not set
85791 -# CONFIG_CRYPTO_BLOWFISH is not set
85792 -# CONFIG_CRYPTO_TWOFISH is not set
85793 -# CONFIG_CRYPTO_SERPENT is not set
85794 -# CONFIG_CRYPTO_AES is not set
85795 -# CONFIG_CRYPTO_CAST5 is not set
85796 -# CONFIG_CRYPTO_CAST6 is not set
85797 -# CONFIG_CRYPTO_TEA is not set
85798 -# CONFIG_CRYPTO_ARC4 is not set
85799 -# CONFIG_CRYPTO_KHAZAD is not set
85800 -# CONFIG_CRYPTO_ANUBIS is not set
85801 -# CONFIG_CRYPTO_SEED is not set
85802 -# CONFIG_CRYPTO_SALSA20 is not set
85803 -# CONFIG_CRYPTO_DEFLATE is not set
85804 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
85805 -# CONFIG_CRYPTO_CRC32C is not set
85806 -# CONFIG_CRYPTO_CAMELLIA is not set
85807 -# CONFIG_CRYPTO_AUTHENC is not set
85808 -# CONFIG_CRYPTO_LZO is not set
85809 -CONFIG_CRYPTO_HW=y
85810 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
85811 -# CONFIG_PPC_CLOCK is not set
85812 -CONFIG_PPC_LIB_RHEAP=y
85813 --- a/arch/powerpc/configs/walnut_defconfig
85814 +++ /dev/null
85815 @@ -1,887 +0,0 @@
85816 -#
85817 -# Automatically generated make config: don't edit
85818 -# Linux kernel version: 2.6.25-rc2
85819 -# Fri Feb 15 21:54:12 2008
85820 -#
85821 -# CONFIG_PPC64 is not set
85822 -
85823 -#
85824 -# Processor support
85825 -#
85826 -# CONFIG_6xx is not set
85827 -# CONFIG_PPC_85xx is not set
85828 -# CONFIG_PPC_8xx is not set
85829 -CONFIG_40x=y
85830 -# CONFIG_44x is not set
85831 -# CONFIG_E200 is not set
85832 -CONFIG_4xx=y
85833 -# CONFIG_PPC_MM_SLICES is not set
85834 -CONFIG_NOT_COHERENT_CACHE=y
85835 -CONFIG_PPC32=y
85836 -CONFIG_WORD_SIZE=32
85837 -CONFIG_PPC_MERGE=y
85838 -CONFIG_MMU=y
85839 -CONFIG_GENERIC_CMOS_UPDATE=y
85840 -CONFIG_GENERIC_TIME=y
85841 -CONFIG_GENERIC_TIME_VSYSCALL=y
85842 -CONFIG_GENERIC_CLOCKEVENTS=y
85843 -CONFIG_GENERIC_HARDIRQS=y
85844 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
85845 -CONFIG_IRQ_PER_CPU=y
85846 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
85847 -CONFIG_ARCH_HAS_ILOG2_U32=y
85848 -CONFIG_GENERIC_HWEIGHT=y
85849 -CONFIG_GENERIC_CALIBRATE_DELAY=y
85850 -CONFIG_GENERIC_FIND_NEXT_BIT=y
85851 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
85852 -CONFIG_PPC=y
85853 -CONFIG_EARLY_PRINTK=y
85854 -CONFIG_GENERIC_NVRAM=y
85855 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
85856 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
85857 -CONFIG_PPC_OF=y
85858 -CONFIG_OF=y
85859 -CONFIG_PPC_UDBG_16550=y
85860 -# CONFIG_GENERIC_TBSYNC is not set
85861 -CONFIG_AUDIT_ARCH=y
85862 -CONFIG_GENERIC_BUG=y
85863 -# CONFIG_DEFAULT_UIMAGE is not set
85864 -CONFIG_PPC_DCR_NATIVE=y
85865 -# CONFIG_PPC_DCR_MMIO is not set
85866 -CONFIG_PPC_DCR=y
85867 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
85868 -
85869 -#
85870 -# General setup
85871 -#
85872 -CONFIG_EXPERIMENTAL=y
85873 -CONFIG_BROKEN_ON_SMP=y
85874 -CONFIG_INIT_ENV_ARG_LIMIT=32
85875 -CONFIG_LOCALVERSION=""
85876 -CONFIG_LOCALVERSION_AUTO=y
85877 -CONFIG_SWAP=y
85878 -CONFIG_SYSVIPC=y
85879 -CONFIG_SYSVIPC_SYSCTL=y
85880 -CONFIG_POSIX_MQUEUE=y
85881 -# CONFIG_BSD_PROCESS_ACCT is not set
85882 -# CONFIG_TASKSTATS is not set
85883 -# CONFIG_AUDIT is not set
85884 -# CONFIG_IKCONFIG is not set
85885 -CONFIG_LOG_BUF_SHIFT=14
85886 -# CONFIG_CGROUPS is not set
85887 -CONFIG_GROUP_SCHED=y
85888 -CONFIG_FAIR_GROUP_SCHED=y
85889 -# CONFIG_RT_GROUP_SCHED is not set
85890 -CONFIG_USER_SCHED=y
85891 -# CONFIG_CGROUP_SCHED is not set
85892 -CONFIG_SYSFS_DEPRECATED=y
85893 -# CONFIG_RELAY is not set
85894 -# CONFIG_NAMESPACES is not set
85895 -CONFIG_BLK_DEV_INITRD=y
85896 -CONFIG_INITRAMFS_SOURCE=""
85897 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
85898 -CONFIG_SYSCTL=y
85899 -CONFIG_EMBEDDED=y
85900 -CONFIG_SYSCTL_SYSCALL=y
85901 -CONFIG_KALLSYMS=y
85902 -CONFIG_KALLSYMS_ALL=y
85903 -CONFIG_KALLSYMS_EXTRA_PASS=y
85904 -CONFIG_HOTPLUG=y
85905 -CONFIG_PRINTK=y
85906 -CONFIG_BUG=y
85907 -CONFIG_ELF_CORE=y
85908 -CONFIG_COMPAT_BRK=y
85909 -CONFIG_BASE_FULL=y
85910 -CONFIG_FUTEX=y
85911 -CONFIG_ANON_INODES=y
85912 -CONFIG_EPOLL=y
85913 -CONFIG_SIGNALFD=y
85914 -CONFIG_TIMERFD=y
85915 -CONFIG_EVENTFD=y
85916 -CONFIG_SHMEM=y
85917 -CONFIG_VM_EVENT_COUNTERS=y
85918 -CONFIG_SLUB_DEBUG=y
85919 -# CONFIG_SLAB is not set
85920 -CONFIG_SLUB=y
85921 -# CONFIG_SLOB is not set
85922 -# CONFIG_PROFILING is not set
85923 -# CONFIG_MARKERS is not set
85924 -CONFIG_HAVE_OPROFILE=y
85925 -# CONFIG_KPROBES is not set
85926 -CONFIG_HAVE_KPROBES=y
85927 -CONFIG_PROC_PAGE_MONITOR=y
85928 -CONFIG_SLABINFO=y
85929 -CONFIG_RT_MUTEXES=y
85930 -# CONFIG_TINY_SHMEM is not set
85931 -CONFIG_BASE_SMALL=0
85932 -CONFIG_MODULES=y
85933 -CONFIG_MODULE_UNLOAD=y
85934 -# CONFIG_MODULE_FORCE_UNLOAD is not set
85935 -# CONFIG_MODVERSIONS is not set
85936 -# CONFIG_MODULE_SRCVERSION_ALL is not set
85937 -CONFIG_KMOD=y
85938 -CONFIG_BLOCK=y
85939 -CONFIG_LBD=y
85940 -# CONFIG_BLK_DEV_IO_TRACE is not set
85941 -# CONFIG_LSF is not set
85942 -# CONFIG_BLK_DEV_BSG is not set
85943 -
85944 -#
85945 -# IO Schedulers
85946 -#
85947 -CONFIG_IOSCHED_NOOP=y
85948 -CONFIG_IOSCHED_AS=y
85949 -CONFIG_IOSCHED_DEADLINE=y
85950 -CONFIG_IOSCHED_CFQ=y
85951 -CONFIG_DEFAULT_AS=y
85952 -# CONFIG_DEFAULT_DEADLINE is not set
85953 -# CONFIG_DEFAULT_CFQ is not set
85954 -# CONFIG_DEFAULT_NOOP is not set
85955 -CONFIG_DEFAULT_IOSCHED="anticipatory"
85956 -CONFIG_CLASSIC_RCU=y
85957 -# CONFIG_PREEMPT_RCU is not set
85958 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
85959 -
85960 -#
85961 -# Platform support
85962 -#
85963 -# CONFIG_PPC_MPC512x is not set
85964 -# CONFIG_PPC_MPC5121 is not set
85965 -# CONFIG_PPC_CELL is not set
85966 -# CONFIG_PPC_CELL_NATIVE is not set
85967 -# CONFIG_PQ2ADS is not set
85968 -# CONFIG_EP405 is not set
85969 -# CONFIG_KILAUEA is not set
85970 -# CONFIG_MAKALU is not set
85971 -CONFIG_WALNUT=y
85972 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
85973 -CONFIG_405GP=y
85974 -CONFIG_IBM405_ERR77=y
85975 -CONFIG_IBM405_ERR51=y
85976 -# CONFIG_IPIC is not set
85977 -# CONFIG_MPIC is not set
85978 -# CONFIG_MPIC_WEIRD is not set
85979 -# CONFIG_PPC_I8259 is not set
85980 -# CONFIG_PPC_RTAS is not set
85981 -# CONFIG_MMIO_NVRAM is not set
85982 -# CONFIG_PPC_MPC106 is not set
85983 -# CONFIG_PPC_970_NAP is not set
85984 -# CONFIG_PPC_INDIRECT_IO is not set
85985 -# CONFIG_GENERIC_IOMAP is not set
85986 -# CONFIG_CPU_FREQ is not set
85987 -# CONFIG_FSL_ULI1575 is not set
85988 -CONFIG_OF_RTC=y
85989 -
85990 -#
85991 -# Kernel options
85992 -#
85993 -# CONFIG_HIGHMEM is not set
85994 -# CONFIG_TICK_ONESHOT is not set
85995 -# CONFIG_NO_HZ is not set
85996 -# CONFIG_HIGH_RES_TIMERS is not set
85997 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
85998 -# CONFIG_HZ_100 is not set
85999 -CONFIG_HZ_250=y
86000 -# CONFIG_HZ_300 is not set
86001 -# CONFIG_HZ_1000 is not set
86002 -CONFIG_HZ=250
86003 -# CONFIG_SCHED_HRTICK is not set
86004 -CONFIG_PREEMPT_NONE=y
86005 -# CONFIG_PREEMPT_VOLUNTARY is not set
86006 -# CONFIG_PREEMPT is not set
86007 -CONFIG_RCU_TRACE=y
86008 -CONFIG_BINFMT_ELF=y
86009 -# CONFIG_BINFMT_MISC is not set
86010 -# CONFIG_MATH_EMULATION is not set
86011 -# CONFIG_IOMMU_HELPER is not set
86012 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
86013 -CONFIG_ARCH_HAS_WALK_MEMORY=y
86014 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
86015 -CONFIG_ARCH_FLATMEM_ENABLE=y
86016 -CONFIG_ARCH_POPULATES_NODE_MAP=y
86017 -CONFIG_SELECT_MEMORY_MODEL=y
86018 -CONFIG_FLATMEM_MANUAL=y
86019 -# CONFIG_DISCONTIGMEM_MANUAL is not set
86020 -# CONFIG_SPARSEMEM_MANUAL is not set
86021 -CONFIG_FLATMEM=y
86022 -CONFIG_FLAT_NODE_MEM_MAP=y
86023 -# CONFIG_SPARSEMEM_STATIC is not set
86024 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
86025 -CONFIG_SPLIT_PTLOCK_CPUS=4
86026 -CONFIG_RESOURCES_64BIT=y
86027 -CONFIG_ZONE_DMA_FLAG=1
86028 -CONFIG_BOUNCE=y
86029 -CONFIG_VIRT_TO_BUS=y
86030 -CONFIG_PROC_DEVICETREE=y
86031 -# CONFIG_CMDLINE_BOOL is not set
86032 -# CONFIG_PM is not set
86033 -CONFIG_SECCOMP=y
86034 -CONFIG_ISA_DMA_API=y
86035 -
86036 -#
86037 -# Bus options
86038 -#
86039 -CONFIG_ZONE_DMA=y
86040 -CONFIG_PPC_INDIRECT_PCI=y
86041 -CONFIG_PCI=y
86042 -CONFIG_PCI_DOMAINS=y
86043 -CONFIG_PCI_SYSCALL=y
86044 -# CONFIG_PCIEPORTBUS is not set
86045 -CONFIG_ARCH_SUPPORTS_MSI=y
86046 -# CONFIG_PCI_MSI is not set
86047 -# CONFIG_PCI_LEGACY is not set
86048 -# CONFIG_PCI_DEBUG is not set
86049 -# CONFIG_PCCARD is not set
86050 -# CONFIG_HOTPLUG_PCI is not set
86051 -
86052 -#
86053 -# Advanced setup
86054 -#
86055 -# CONFIG_ADVANCED_OPTIONS is not set
86056 -
86057 -#
86058 -# Default settings for advanced configuration options are used
86059 -#
86060 -CONFIG_HIGHMEM_START=0xfe000000
86061 -CONFIG_LOWMEM_SIZE=0x30000000
86062 -CONFIG_KERNEL_START=0xc0000000
86063 -CONFIG_TASK_SIZE=0xc0000000
86064 -CONFIG_CONSISTENT_START=0xff100000
86065 -CONFIG_CONSISTENT_SIZE=0x00200000
86066 -CONFIG_BOOT_LOAD=0x00400000
86067 -
86068 -#
86069 -# Networking
86070 -#
86071 -CONFIG_NET=y
86072 -
86073 -#
86074 -# Networking options
86075 -#
86076 -CONFIG_PACKET=y
86077 -# CONFIG_PACKET_MMAP is not set
86078 -CONFIG_UNIX=y
86079 -# CONFIG_NET_KEY is not set
86080 -CONFIG_INET=y
86081 -# CONFIG_IP_MULTICAST is not set
86082 -# CONFIG_IP_ADVANCED_ROUTER is not set
86083 -CONFIG_IP_FIB_HASH=y
86084 -CONFIG_IP_PNP=y
86085 -CONFIG_IP_PNP_DHCP=y
86086 -CONFIG_IP_PNP_BOOTP=y
86087 -# CONFIG_IP_PNP_RARP is not set
86088 -# CONFIG_NET_IPIP is not set
86089 -# CONFIG_NET_IPGRE is not set
86090 -# CONFIG_ARPD is not set
86091 -# CONFIG_SYN_COOKIES is not set
86092 -# CONFIG_INET_AH is not set
86093 -# CONFIG_INET_ESP is not set
86094 -# CONFIG_INET_IPCOMP is not set
86095 -# CONFIG_INET_XFRM_TUNNEL is not set
86096 -# CONFIG_INET_TUNNEL is not set
86097 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
86098 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
86099 -# CONFIG_INET_XFRM_MODE_BEET is not set
86100 -# CONFIG_INET_LRO is not set
86101 -CONFIG_INET_DIAG=y
86102 -CONFIG_INET_TCP_DIAG=y
86103 -# CONFIG_TCP_CONG_ADVANCED is not set
86104 -CONFIG_TCP_CONG_CUBIC=y
86105 -CONFIG_DEFAULT_TCP_CONG="cubic"
86106 -# CONFIG_TCP_MD5SIG is not set
86107 -# CONFIG_IPV6 is not set
86108 -# CONFIG_INET6_XFRM_TUNNEL is not set
86109 -# CONFIG_INET6_TUNNEL is not set
86110 -# CONFIG_NETWORK_SECMARK is not set
86111 -# CONFIG_NETFILTER is not set
86112 -# CONFIG_IP_DCCP is not set
86113 -# CONFIG_IP_SCTP is not set
86114 -# CONFIG_TIPC is not set
86115 -# CONFIG_ATM is not set
86116 -# CONFIG_BRIDGE is not set
86117 -# CONFIG_VLAN_8021Q is not set
86118 -# CONFIG_DECNET is not set
86119 -# CONFIG_LLC2 is not set
86120 -# CONFIG_IPX is not set
86121 -# CONFIG_ATALK is not set
86122 -# CONFIG_X25 is not set
86123 -# CONFIG_LAPB is not set
86124 -# CONFIG_ECONET is not set
86125 -# CONFIG_WAN_ROUTER is not set
86126 -# CONFIG_NET_SCHED is not set
86127 -
86128 -#
86129 -# Network testing
86130 -#
86131 -# CONFIG_NET_PKTGEN is not set
86132 -# CONFIG_HAMRADIO is not set
86133 -# CONFIG_CAN is not set
86134 -# CONFIG_IRDA is not set
86135 -# CONFIG_BT is not set
86136 -# CONFIG_AF_RXRPC is not set
86137 -
86138 -#
86139 -# Wireless
86140 -#
86141 -# CONFIG_CFG80211 is not set
86142 -# CONFIG_WIRELESS_EXT is not set
86143 -# CONFIG_MAC80211 is not set
86144 -# CONFIG_IEEE80211 is not set
86145 -# CONFIG_RFKILL is not set
86146 -# CONFIG_NET_9P is not set
86147 -
86148 -#
86149 -# Device Drivers
86150 -#
86151 -
86152 -#
86153 -# Generic Driver Options
86154 -#
86155 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
86156 -CONFIG_STANDALONE=y
86157 -CONFIG_PREVENT_FIRMWARE_BUILD=y
86158 -CONFIG_FW_LOADER=y
86159 -# CONFIG_DEBUG_DRIVER is not set
86160 -# CONFIG_DEBUG_DEVRES is not set
86161 -# CONFIG_SYS_HYPERVISOR is not set
86162 -CONFIG_CONNECTOR=y
86163 -CONFIG_PROC_EVENTS=y
86164 -CONFIG_MTD=y
86165 -# CONFIG_MTD_DEBUG is not set
86166 -# CONFIG_MTD_CONCAT is not set
86167 -CONFIG_MTD_PARTITIONS=y
86168 -# CONFIG_MTD_REDBOOT_PARTS is not set
86169 -CONFIG_MTD_CMDLINE_PARTS=y
86170 -CONFIG_MTD_OF_PARTS=y
86171 -
86172 -#
86173 -# User Modules And Translation Layers
86174 -#
86175 -CONFIG_MTD_CHAR=y
86176 -CONFIG_MTD_BLKDEVS=m
86177 -CONFIG_MTD_BLOCK=m
86178 -# CONFIG_MTD_BLOCK_RO is not set
86179 -# CONFIG_FTL is not set
86180 -# CONFIG_NFTL is not set
86181 -# CONFIG_INFTL is not set
86182 -# CONFIG_RFD_FTL is not set
86183 -# CONFIG_SSFDC is not set
86184 -# CONFIG_MTD_OOPS is not set
86185 -
86186 -#
86187 -# RAM/ROM/Flash chip drivers
86188 -#
86189 -CONFIG_MTD_CFI=y
86190 -CONFIG_MTD_JEDECPROBE=y
86191 -CONFIG_MTD_GEN_PROBE=y
86192 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
86193 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
86194 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
86195 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
86196 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
86197 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
86198 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
86199 -CONFIG_MTD_CFI_I1=y
86200 -CONFIG_MTD_CFI_I2=y
86201 -# CONFIG_MTD_CFI_I4 is not set
86202 -# CONFIG_MTD_CFI_I8 is not set
86203 -# CONFIG_MTD_CFI_INTELEXT is not set
86204 -CONFIG_MTD_CFI_AMDSTD=y
86205 -# CONFIG_MTD_CFI_STAA is not set
86206 -CONFIG_MTD_CFI_UTIL=y
86207 -# CONFIG_MTD_RAM is not set
86208 -# CONFIG_MTD_ROM is not set
86209 -# CONFIG_MTD_ABSENT is not set
86210 -
86211 -#
86212 -# Mapping drivers for chip access
86213 -#
86214 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
86215 -# CONFIG_MTD_PHYSMAP is not set
86216 -CONFIG_MTD_PHYSMAP_OF=y
86217 -# CONFIG_MTD_INTEL_VR_NOR is not set
86218 -# CONFIG_MTD_PLATRAM is not set
86219 -
86220 -#
86221 -# Self-contained MTD device drivers
86222 -#
86223 -# CONFIG_MTD_PMC551 is not set
86224 -# CONFIG_MTD_SLRAM is not set
86225 -# CONFIG_MTD_PHRAM is not set
86226 -# CONFIG_MTD_MTDRAM is not set
86227 -# CONFIG_MTD_BLOCK2MTD is not set
86228 -
86229 -#
86230 -# Disk-On-Chip Device Drivers
86231 -#
86232 -# CONFIG_MTD_DOC2000 is not set
86233 -# CONFIG_MTD_DOC2001 is not set
86234 -# CONFIG_MTD_DOC2001PLUS is not set
86235 -# CONFIG_MTD_NAND is not set
86236 -# CONFIG_MTD_ONENAND is not set
86237 -
86238 -#
86239 -# UBI - Unsorted block images
86240 -#
86241 -# CONFIG_MTD_UBI is not set
86242 -CONFIG_OF_DEVICE=y
86243 -# CONFIG_PARPORT is not set
86244 -CONFIG_BLK_DEV=y
86245 -# CONFIG_BLK_DEV_FD is not set
86246 -# CONFIG_BLK_CPQ_DA is not set
86247 -# CONFIG_BLK_CPQ_CISS_DA is not set
86248 -# CONFIG_BLK_DEV_DAC960 is not set
86249 -# CONFIG_BLK_DEV_UMEM is not set
86250 -# CONFIG_BLK_DEV_COW_COMMON is not set
86251 -# CONFIG_BLK_DEV_LOOP is not set
86252 -# CONFIG_BLK_DEV_NBD is not set
86253 -# CONFIG_BLK_DEV_SX8 is not set
86254 -CONFIG_BLK_DEV_RAM=y
86255 -CONFIG_BLK_DEV_RAM_COUNT=16
86256 -CONFIG_BLK_DEV_RAM_SIZE=35000
86257 -# CONFIG_BLK_DEV_XIP is not set
86258 -# CONFIG_CDROM_PKTCDVD is not set
86259 -# CONFIG_ATA_OVER_ETH is not set
86260 -# CONFIG_XILINX_SYSACE is not set
86261 -CONFIG_MISC_DEVICES=y
86262 -# CONFIG_PHANTOM is not set
86263 -# CONFIG_EEPROM_93CX6 is not set
86264 -# CONFIG_SGI_IOC4 is not set
86265 -# CONFIG_TIFM_CORE is not set
86266 -# CONFIG_ENCLOSURE_SERVICES is not set
86267 -CONFIG_HAVE_IDE=y
86268 -# CONFIG_IDE is not set
86269 -
86270 -#
86271 -# SCSI device support
86272 -#
86273 -# CONFIG_RAID_ATTRS is not set
86274 -# CONFIG_SCSI is not set
86275 -# CONFIG_SCSI_DMA is not set
86276 -# CONFIG_SCSI_NETLINK is not set
86277 -# CONFIG_ATA is not set
86278 -# CONFIG_MD is not set
86279 -# CONFIG_FUSION is not set
86280 -
86281 -#
86282 -# IEEE 1394 (FireWire) support
86283 -#
86284 -# CONFIG_FIREWIRE is not set
86285 -# CONFIG_IEEE1394 is not set
86286 -# CONFIG_I2O is not set
86287 -# CONFIG_MACINTOSH_DRIVERS is not set
86288 -CONFIG_NETDEVICES=y
86289 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
86290 -# CONFIG_DUMMY is not set
86291 -# CONFIG_BONDING is not set
86292 -# CONFIG_MACVLAN is not set
86293 -# CONFIG_EQUALIZER is not set
86294 -# CONFIG_TUN is not set
86295 -# CONFIG_VETH is not set
86296 -# CONFIG_ARCNET is not set
86297 -# CONFIG_PHYLIB is not set
86298 -CONFIG_NET_ETHERNET=y
86299 -# CONFIG_MII is not set
86300 -# CONFIG_HAPPYMEAL is not set
86301 -# CONFIG_SUNGEM is not set
86302 -# CONFIG_CASSINI is not set
86303 -# CONFIG_NET_VENDOR_3COM is not set
86304 -# CONFIG_NET_TULIP is not set
86305 -# CONFIG_HP100 is not set
86306 -CONFIG_IBM_NEW_EMAC=y
86307 -CONFIG_IBM_NEW_EMAC_RXB=128
86308 -CONFIG_IBM_NEW_EMAC_TXB=64
86309 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
86310 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
86311 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
86312 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
86313 -CONFIG_IBM_NEW_EMAC_ZMII=y
86314 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
86315 -# CONFIG_IBM_NEW_EMAC_TAH is not set
86316 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
86317 -# CONFIG_NET_PCI is not set
86318 -# CONFIG_B44 is not set
86319 -CONFIG_NETDEV_1000=y
86320 -# CONFIG_ACENIC is not set
86321 -# CONFIG_DL2K is not set
86322 -# CONFIG_E1000 is not set
86323 -# CONFIG_E1000E is not set
86324 -# CONFIG_E1000E_ENABLED is not set
86325 -# CONFIG_IP1000 is not set
86326 -# CONFIG_IGB is not set
86327 -# CONFIG_NS83820 is not set
86328 -# CONFIG_HAMACHI is not set
86329 -# CONFIG_YELLOWFIN is not set
86330 -# CONFIG_R8169 is not set
86331 -# CONFIG_SIS190 is not set
86332 -# CONFIG_SKGE is not set
86333 -# CONFIG_SKY2 is not set
86334 -# CONFIG_SK98LIN is not set
86335 -# CONFIG_VIA_VELOCITY is not set
86336 -# CONFIG_TIGON3 is not set
86337 -# CONFIG_BNX2 is not set
86338 -# CONFIG_QLA3XXX is not set
86339 -# CONFIG_ATL1 is not set
86340 -CONFIG_NETDEV_10000=y
86341 -# CONFIG_CHELSIO_T1 is not set
86342 -# CONFIG_CHELSIO_T3 is not set
86343 -# CONFIG_IXGBE is not set
86344 -# CONFIG_IXGB is not set
86345 -# CONFIG_S2IO is not set
86346 -# CONFIG_MYRI10GE is not set
86347 -# CONFIG_NETXEN_NIC is not set
86348 -# CONFIG_NIU is not set
86349 -# CONFIG_MLX4_CORE is not set
86350 -# CONFIG_TEHUTI is not set
86351 -# CONFIG_BNX2X is not set
86352 -# CONFIG_TR is not set
86353 -
86354 -#
86355 -# Wireless LAN
86356 -#
86357 -# CONFIG_WLAN_PRE80211 is not set
86358 -# CONFIG_WLAN_80211 is not set
86359 -# CONFIG_WAN is not set
86360 -# CONFIG_FDDI is not set
86361 -# CONFIG_HIPPI is not set
86362 -# CONFIG_PPP is not set
86363 -# CONFIG_SLIP is not set
86364 -# CONFIG_NETCONSOLE is not set
86365 -# CONFIG_NETPOLL is not set
86366 -# CONFIG_NET_POLL_CONTROLLER is not set
86367 -# CONFIG_ISDN is not set
86368 -# CONFIG_PHONE is not set
86369 -
86370 -#
86371 -# Input device support
86372 -#
86373 -# CONFIG_INPUT is not set
86374 -
86375 -#
86376 -# Hardware I/O ports
86377 -#
86378 -# CONFIG_SERIO is not set
86379 -# CONFIG_GAMEPORT is not set
86380 -
86381 -#
86382 -# Character devices
86383 -#
86384 -# CONFIG_VT is not set
86385 -# CONFIG_SERIAL_NONSTANDARD is not set
86386 -# CONFIG_NOZOMI is not set
86387 -
86388 -#
86389 -# Serial drivers
86390 -#
86391 -CONFIG_SERIAL_8250=y
86392 -CONFIG_SERIAL_8250_CONSOLE=y
86393 -CONFIG_SERIAL_8250_PCI=y
86394 -CONFIG_SERIAL_8250_NR_UARTS=4
86395 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
86396 -CONFIG_SERIAL_8250_EXTENDED=y
86397 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
86398 -CONFIG_SERIAL_8250_SHARE_IRQ=y
86399 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
86400 -# CONFIG_SERIAL_8250_RSA is not set
86401 -
86402 -#
86403 -# Non-8250 serial port support
86404 -#
86405 -# CONFIG_SERIAL_UARTLITE is not set
86406 -CONFIG_SERIAL_CORE=y
86407 -CONFIG_SERIAL_CORE_CONSOLE=y
86408 -# CONFIG_SERIAL_JSM is not set
86409 -CONFIG_SERIAL_OF_PLATFORM=y
86410 -CONFIG_UNIX98_PTYS=y
86411 -CONFIG_LEGACY_PTYS=y
86412 -CONFIG_LEGACY_PTY_COUNT=256
86413 -# CONFIG_IPMI_HANDLER is not set
86414 -# CONFIG_HW_RANDOM is not set
86415 -# CONFIG_NVRAM is not set
86416 -# CONFIG_GEN_RTC is not set
86417 -# CONFIG_R3964 is not set
86418 -# CONFIG_APPLICOM is not set
86419 -# CONFIG_RAW_DRIVER is not set
86420 -# CONFIG_TCG_TPM is not set
86421 -CONFIG_DEVPORT=y
86422 -# CONFIG_I2C is not set
86423 -
86424 -#
86425 -# SPI support
86426 -#
86427 -# CONFIG_SPI is not set
86428 -# CONFIG_SPI_MASTER is not set
86429 -# CONFIG_W1 is not set
86430 -# CONFIG_POWER_SUPPLY is not set
86431 -# CONFIG_HWMON is not set
86432 -CONFIG_THERMAL=y
86433 -# CONFIG_WATCHDOG is not set
86434 -
86435 -#
86436 -# Sonics Silicon Backplane
86437 -#
86438 -CONFIG_SSB_POSSIBLE=y
86439 -# CONFIG_SSB is not set
86440 -
86441 -#
86442 -# Multifunction device drivers
86443 -#
86444 -# CONFIG_MFD_SM501 is not set
86445 -
86446 -#
86447 -# Multimedia devices
86448 -#
86449 -# CONFIG_VIDEO_DEV is not set
86450 -# CONFIG_DVB_CORE is not set
86451 -# CONFIG_DAB is not set
86452 -
86453 -#
86454 -# Graphics support
86455 -#
86456 -# CONFIG_AGP is not set
86457 -# CONFIG_DRM is not set
86458 -# CONFIG_VGASTATE is not set
86459 -CONFIG_VIDEO_OUTPUT_CONTROL=m
86460 -# CONFIG_FB is not set
86461 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
86462 -
86463 -#
86464 -# Display device support
86465 -#
86466 -# CONFIG_DISPLAY_SUPPORT is not set
86467 -
86468 -#
86469 -# Sound
86470 -#
86471 -# CONFIG_SOUND is not set
86472 -CONFIG_USB_SUPPORT=y
86473 -CONFIG_USB_ARCH_HAS_HCD=y
86474 -CONFIG_USB_ARCH_HAS_OHCI=y
86475 -CONFIG_USB_ARCH_HAS_EHCI=y
86476 -# CONFIG_USB is not set
86477 -
86478 -#
86479 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
86480 -#
86481 -# CONFIG_USB_GADGET is not set
86482 -# CONFIG_MMC is not set
86483 -# CONFIG_MEMSTICK is not set
86484 -# CONFIG_NEW_LEDS is not set
86485 -# CONFIG_INFINIBAND is not set
86486 -# CONFIG_EDAC is not set
86487 -# CONFIG_RTC_CLASS is not set
86488 -
86489 -#
86490 -# Userspace I/O
86491 -#
86492 -# CONFIG_UIO is not set
86493 -
86494 -#
86495 -# File systems
86496 -#
86497 -CONFIG_EXT2_FS=y
86498 -# CONFIG_EXT2_FS_XATTR is not set
86499 -# CONFIG_EXT2_FS_XIP is not set
86500 -# CONFIG_EXT3_FS is not set
86501 -# CONFIG_EXT4DEV_FS is not set
86502 -# CONFIG_REISERFS_FS is not set
86503 -# CONFIG_JFS_FS is not set
86504 -# CONFIG_FS_POSIX_ACL is not set
86505 -# CONFIG_XFS_FS is not set
86506 -# CONFIG_GFS2_FS is not set
86507 -# CONFIG_OCFS2_FS is not set
86508 -CONFIG_DNOTIFY=y
86509 -CONFIG_INOTIFY=y
86510 -CONFIG_INOTIFY_USER=y
86511 -# CONFIG_QUOTA is not set
86512 -# CONFIG_AUTOFS_FS is not set
86513 -# CONFIG_AUTOFS4_FS is not set
86514 -# CONFIG_FUSE_FS is not set
86515 -
86516 -#
86517 -# CD-ROM/DVD Filesystems
86518 -#
86519 -# CONFIG_ISO9660_FS is not set
86520 -# CONFIG_UDF_FS is not set
86521 -
86522 -#
86523 -# DOS/FAT/NT Filesystems
86524 -#
86525 -# CONFIG_MSDOS_FS is not set
86526 -# CONFIG_VFAT_FS is not set
86527 -# CONFIG_NTFS_FS is not set
86528 -
86529 -#
86530 -# Pseudo filesystems
86531 -#
86532 -CONFIG_PROC_FS=y
86533 -CONFIG_PROC_KCORE=y
86534 -CONFIG_PROC_SYSCTL=y
86535 -CONFIG_SYSFS=y
86536 -CONFIG_TMPFS=y
86537 -# CONFIG_TMPFS_POSIX_ACL is not set
86538 -# CONFIG_HUGETLB_PAGE is not set
86539 -# CONFIG_CONFIGFS_FS is not set
86540 -
86541 -#
86542 -# Miscellaneous filesystems
86543 -#
86544 -# CONFIG_ADFS_FS is not set
86545 -# CONFIG_AFFS_FS is not set
86546 -# CONFIG_HFS_FS is not set
86547 -# CONFIG_HFSPLUS_FS is not set
86548 -# CONFIG_BEFS_FS is not set
86549 -# CONFIG_BFS_FS is not set
86550 -# CONFIG_EFS_FS is not set
86551 -# CONFIG_JFFS2_FS is not set
86552 -CONFIG_CRAMFS=y
86553 -# CONFIG_VXFS_FS is not set
86554 -# CONFIG_MINIX_FS is not set
86555 -# CONFIG_HPFS_FS is not set
86556 -# CONFIG_QNX4FS_FS is not set
86557 -# CONFIG_ROMFS_FS is not set
86558 -# CONFIG_SYSV_FS is not set
86559 -# CONFIG_UFS_FS is not set
86560 -CONFIG_NETWORK_FILESYSTEMS=y
86561 -CONFIG_NFS_FS=y
86562 -CONFIG_NFS_V3=y
86563 -# CONFIG_NFS_V3_ACL is not set
86564 -# CONFIG_NFS_V4 is not set
86565 -# CONFIG_NFS_DIRECTIO is not set
86566 -# CONFIG_NFSD is not set
86567 -CONFIG_ROOT_NFS=y
86568 -CONFIG_LOCKD=y
86569 -CONFIG_LOCKD_V4=y
86570 -CONFIG_NFS_COMMON=y
86571 -CONFIG_SUNRPC=y
86572 -# CONFIG_SUNRPC_BIND34 is not set
86573 -# CONFIG_RPCSEC_GSS_KRB5 is not set
86574 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
86575 -# CONFIG_SMB_FS is not set
86576 -# CONFIG_CIFS is not set
86577 -# CONFIG_NCP_FS is not set
86578 -# CONFIG_CODA_FS is not set
86579 -# CONFIG_AFS_FS is not set
86580 -
86581 -#
86582 -# Partition Types
86583 -#
86584 -# CONFIG_PARTITION_ADVANCED is not set
86585 -CONFIG_MSDOS_PARTITION=y
86586 -# CONFIG_NLS is not set
86587 -# CONFIG_DLM is not set
86588 -
86589 -#
86590 -# Library routines
86591 -#
86592 -CONFIG_BITREVERSE=y
86593 -# CONFIG_CRC_CCITT is not set
86594 -# CONFIG_CRC16 is not set
86595 -# CONFIG_CRC_ITU_T is not set
86596 -CONFIG_CRC32=y
86597 -# CONFIG_CRC7 is not set
86598 -# CONFIG_LIBCRC32C is not set
86599 -CONFIG_ZLIB_INFLATE=y
86600 -CONFIG_PLIST=y
86601 -CONFIG_HAS_IOMEM=y
86602 -CONFIG_HAS_IOPORT=y
86603 -CONFIG_HAS_DMA=y
86604 -
86605 -#
86606 -# Kernel hacking
86607 -#
86608 -# CONFIG_PRINTK_TIME is not set
86609 -CONFIG_ENABLE_WARN_DEPRECATED=y
86610 -CONFIG_ENABLE_MUST_CHECK=y
86611 -CONFIG_MAGIC_SYSRQ=y
86612 -# CONFIG_UNUSED_SYMBOLS is not set
86613 -CONFIG_DEBUG_FS=y
86614 -# CONFIG_HEADERS_CHECK is not set
86615 -CONFIG_DEBUG_KERNEL=y
86616 -# CONFIG_DEBUG_SHIRQ is not set
86617 -CONFIG_DETECT_SOFTLOCKUP=y
86618 -CONFIG_SCHED_DEBUG=y
86619 -# CONFIG_SCHEDSTATS is not set
86620 -# CONFIG_TIMER_STATS is not set
86621 -# CONFIG_SLUB_DEBUG_ON is not set
86622 -# CONFIG_SLUB_STATS is not set
86623 -# CONFIG_DEBUG_RT_MUTEXES is not set
86624 -# CONFIG_RT_MUTEX_TESTER is not set
86625 -# CONFIG_DEBUG_SPINLOCK is not set
86626 -# CONFIG_DEBUG_MUTEXES is not set
86627 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
86628 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
86629 -# CONFIG_DEBUG_KOBJECT is not set
86630 -CONFIG_DEBUG_BUGVERBOSE=y
86631 -# CONFIG_DEBUG_INFO is not set
86632 -# CONFIG_DEBUG_VM is not set
86633 -# CONFIG_DEBUG_LIST is not set
86634 -# CONFIG_DEBUG_SG is not set
86635 -# CONFIG_BOOT_PRINTK_DELAY is not set
86636 -# CONFIG_RCU_TORTURE_TEST is not set
86637 -# CONFIG_BACKTRACE_SELF_TEST is not set
86638 -# CONFIG_FAULT_INJECTION is not set
86639 -# CONFIG_SAMPLES is not set
86640 -# CONFIG_DEBUG_STACKOVERFLOW is not set
86641 -# CONFIG_DEBUG_STACK_USAGE is not set
86642 -# CONFIG_DEBUG_PAGEALLOC is not set
86643 -# CONFIG_DEBUGGER is not set
86644 -# CONFIG_VIRQ_DEBUG is not set
86645 -# CONFIG_BDI_SWITCH is not set
86646 -# CONFIG_PPC_EARLY_DEBUG is not set
86647 -
86648 -#
86649 -# Security options
86650 -#
86651 -# CONFIG_KEYS is not set
86652 -# CONFIG_SECURITY is not set
86653 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
86654 -CONFIG_CRYPTO=y
86655 -CONFIG_CRYPTO_ALGAPI=y
86656 -CONFIG_CRYPTO_BLKCIPHER=y
86657 -# CONFIG_CRYPTO_SEQIV is not set
86658 -CONFIG_CRYPTO_MANAGER=y
86659 -# CONFIG_CRYPTO_HMAC is not set
86660 -# CONFIG_CRYPTO_XCBC is not set
86661 -# CONFIG_CRYPTO_NULL is not set
86662 -# CONFIG_CRYPTO_MD4 is not set
86663 -CONFIG_CRYPTO_MD5=y
86664 -# CONFIG_CRYPTO_SHA1 is not set
86665 -# CONFIG_CRYPTO_SHA256 is not set
86666 -# CONFIG_CRYPTO_SHA512 is not set
86667 -# CONFIG_CRYPTO_WP512 is not set
86668 -# CONFIG_CRYPTO_TGR192 is not set
86669 -# CONFIG_CRYPTO_GF128MUL is not set
86670 -CONFIG_CRYPTO_ECB=y
86671 -CONFIG_CRYPTO_CBC=y
86672 -CONFIG_CRYPTO_PCBC=y
86673 -# CONFIG_CRYPTO_LRW is not set
86674 -# CONFIG_CRYPTO_XTS is not set
86675 -# CONFIG_CRYPTO_CTR is not set
86676 -# CONFIG_CRYPTO_GCM is not set
86677 -# CONFIG_CRYPTO_CCM is not set
86678 -# CONFIG_CRYPTO_CRYPTD is not set
86679 -CONFIG_CRYPTO_DES=y
86680 -# CONFIG_CRYPTO_FCRYPT is not set
86681 -# CONFIG_CRYPTO_BLOWFISH is not set
86682 -# CONFIG_CRYPTO_TWOFISH is not set
86683 -# CONFIG_CRYPTO_SERPENT is not set
86684 -# CONFIG_CRYPTO_AES is not set
86685 -# CONFIG_CRYPTO_CAST5 is not set
86686 -# CONFIG_CRYPTO_CAST6 is not set
86687 -# CONFIG_CRYPTO_TEA is not set
86688 -# CONFIG_CRYPTO_ARC4 is not set
86689 -# CONFIG_CRYPTO_KHAZAD is not set
86690 -# CONFIG_CRYPTO_ANUBIS is not set
86691 -# CONFIG_CRYPTO_SEED is not set
86692 -# CONFIG_CRYPTO_SALSA20 is not set
86693 -# CONFIG_CRYPTO_DEFLATE is not set
86694 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
86695 -# CONFIG_CRYPTO_CRC32C is not set
86696 -# CONFIG_CRYPTO_CAMELLIA is not set
86697 -# CONFIG_CRYPTO_TEST is not set
86698 -# CONFIG_CRYPTO_AUTHENC is not set
86699 -# CONFIG_CRYPTO_LZO is not set
86700 -CONFIG_CRYPTO_HW=y
86701 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
86702 -# CONFIG_PPC_CLOCK is not set
86703 --- a/arch/powerpc/configs/warp_defconfig
86704 +++ /dev/null
86705 @@ -1,1110 +0,0 @@
86706 -#
86707 -# Automatically generated make config: don't edit
86708 -# Linux kernel version: 2.6.25-rc2
86709 -# Fri Feb 15 21:54:43 2008
86710 -#
86711 -# CONFIG_PPC64 is not set
86712 -
86713 -#
86714 -# Processor support
86715 -#
86716 -# CONFIG_6xx is not set
86717 -# CONFIG_PPC_85xx is not set
86718 -# CONFIG_PPC_8xx is not set
86719 -# CONFIG_40x is not set
86720 -CONFIG_44x=y
86721 -# CONFIG_E200 is not set
86722 -CONFIG_PPC_FPU=y
86723 -CONFIG_4xx=y
86724 -CONFIG_BOOKE=y
86725 -CONFIG_PTE_64BIT=y
86726 -CONFIG_PHYS_64BIT=y
86727 -# CONFIG_PPC_MM_SLICES is not set
86728 -CONFIG_NOT_COHERENT_CACHE=y
86729 -CONFIG_PPC32=y
86730 -CONFIG_WORD_SIZE=32
86731 -CONFIG_PPC_MERGE=y
86732 -CONFIG_MMU=y
86733 -CONFIG_GENERIC_CMOS_UPDATE=y
86734 -CONFIG_GENERIC_TIME=y
86735 -CONFIG_GENERIC_TIME_VSYSCALL=y
86736 -CONFIG_GENERIC_CLOCKEVENTS=y
86737 -CONFIG_GENERIC_HARDIRQS=y
86738 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
86739 -CONFIG_IRQ_PER_CPU=y
86740 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
86741 -CONFIG_ARCH_HAS_ILOG2_U32=y
86742 -CONFIG_GENERIC_HWEIGHT=y
86743 -CONFIG_GENERIC_CALIBRATE_DELAY=y
86744 -CONFIG_GENERIC_FIND_NEXT_BIT=y
86745 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
86746 -CONFIG_PPC=y
86747 -CONFIG_EARLY_PRINTK=y
86748 -CONFIG_GENERIC_NVRAM=y
86749 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
86750 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
86751 -CONFIG_PPC_OF=y
86752 -CONFIG_OF=y
86753 -CONFIG_PPC_UDBG_16550=y
86754 -# CONFIG_GENERIC_TBSYNC is not set
86755 -CONFIG_AUDIT_ARCH=y
86756 -CONFIG_GENERIC_BUG=y
86757 -# CONFIG_DEFAULT_UIMAGE is not set
86758 -CONFIG_PPC_DCR_NATIVE=y
86759 -# CONFIG_PPC_DCR_MMIO is not set
86760 -CONFIG_PPC_DCR=y
86761 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
86762 -
86763 -#
86764 -# General setup
86765 -#
86766 -CONFIG_EXPERIMENTAL=y
86767 -CONFIG_BROKEN_ON_SMP=y
86768 -CONFIG_INIT_ENV_ARG_LIMIT=32
86769 -CONFIG_LOCALVERSION="-pika"
86770 -# CONFIG_LOCALVERSION_AUTO is not set
86771 -CONFIG_SWAP=y
86772 -CONFIG_SYSVIPC=y
86773 -CONFIG_SYSVIPC_SYSCTL=y
86774 -# CONFIG_POSIX_MQUEUE is not set
86775 -# CONFIG_BSD_PROCESS_ACCT is not set
86776 -# CONFIG_TASKSTATS is not set
86777 -# CONFIG_AUDIT is not set
86778 -# CONFIG_IKCONFIG is not set
86779 -CONFIG_LOG_BUF_SHIFT=14
86780 -# CONFIG_CGROUPS is not set
86781 -CONFIG_GROUP_SCHED=y
86782 -CONFIG_FAIR_GROUP_SCHED=y
86783 -# CONFIG_RT_GROUP_SCHED is not set
86784 -CONFIG_USER_SCHED=y
86785 -# CONFIG_CGROUP_SCHED is not set
86786 -CONFIG_SYSFS_DEPRECATED=y
86787 -# CONFIG_RELAY is not set
86788 -# CONFIG_NAMESPACES is not set
86789 -CONFIG_BLK_DEV_INITRD=y
86790 -CONFIG_INITRAMFS_SOURCE=""
86791 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
86792 -CONFIG_SYSCTL=y
86793 -CONFIG_EMBEDDED=y
86794 -CONFIG_SYSCTL_SYSCALL=y
86795 -CONFIG_KALLSYMS=y
86796 -# CONFIG_KALLSYMS_ALL is not set
86797 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
86798 -# CONFIG_HOTPLUG is not set
86799 -CONFIG_PRINTK=y
86800 -CONFIG_BUG=y
86801 -CONFIG_ELF_CORE=y
86802 -CONFIG_COMPAT_BRK=y
86803 -CONFIG_BASE_FULL=y
86804 -CONFIG_FUTEX=y
86805 -CONFIG_ANON_INODES=y
86806 -CONFIG_EPOLL=y
86807 -CONFIG_SIGNALFD=y
86808 -CONFIG_TIMERFD=y
86809 -CONFIG_EVENTFD=y
86810 -CONFIG_SHMEM=y
86811 -CONFIG_VM_EVENT_COUNTERS=y
86812 -CONFIG_SLAB=y
86813 -# CONFIG_SLUB is not set
86814 -# CONFIG_SLOB is not set
86815 -# CONFIG_PROFILING is not set
86816 -# CONFIG_MARKERS is not set
86817 -CONFIG_HAVE_OPROFILE=y
86818 -# CONFIG_KPROBES is not set
86819 -CONFIG_HAVE_KPROBES=y
86820 -CONFIG_PROC_PAGE_MONITOR=y
86821 -CONFIG_SLABINFO=y
86822 -CONFIG_RT_MUTEXES=y
86823 -# CONFIG_TINY_SHMEM is not set
86824 -CONFIG_BASE_SMALL=0
86825 -CONFIG_MODULES=y
86826 -CONFIG_MODULE_UNLOAD=y
86827 -# CONFIG_MODULE_FORCE_UNLOAD is not set
86828 -# CONFIG_MODVERSIONS is not set
86829 -# CONFIG_MODULE_SRCVERSION_ALL is not set
86830 -CONFIG_KMOD=y
86831 -CONFIG_BLOCK=y
86832 -# CONFIG_LBD is not set
86833 -# CONFIG_BLK_DEV_IO_TRACE is not set
86834 -# CONFIG_LSF is not set
86835 -# CONFIG_BLK_DEV_BSG is not set
86836 -
86837 -#
86838 -# IO Schedulers
86839 -#
86840 -CONFIG_IOSCHED_NOOP=y
86841 -CONFIG_IOSCHED_AS=y
86842 -CONFIG_IOSCHED_DEADLINE=y
86843 -CONFIG_IOSCHED_CFQ=y
86844 -CONFIG_DEFAULT_AS=y
86845 -# CONFIG_DEFAULT_DEADLINE is not set
86846 -# CONFIG_DEFAULT_CFQ is not set
86847 -# CONFIG_DEFAULT_NOOP is not set
86848 -CONFIG_DEFAULT_IOSCHED="anticipatory"
86849 -CONFIG_CLASSIC_RCU=y
86850 -# CONFIG_PREEMPT_RCU is not set
86851 -
86852 -#
86853 -# Platform support
86854 -#
86855 -# CONFIG_PPC_MPC512x is not set
86856 -# CONFIG_PPC_MPC5121 is not set
86857 -# CONFIG_PPC_CELL is not set
86858 -# CONFIG_PPC_CELL_NATIVE is not set
86859 -# CONFIG_PQ2ADS is not set
86860 -# CONFIG_BAMBOO is not set
86861 -# CONFIG_EBONY is not set
86862 -# CONFIG_SEQUOIA is not set
86863 -# CONFIG_TAISHAN is not set
86864 -# CONFIG_KATMAI is not set
86865 -# CONFIG_RAINIER is not set
86866 -CONFIG_WARP=y
86867 -CONFIG_440EP=y
86868 -CONFIG_IBM440EP_ERR42=y
86869 -# CONFIG_IPIC is not set
86870 -# CONFIG_MPIC is not set
86871 -# CONFIG_MPIC_WEIRD is not set
86872 -# CONFIG_PPC_I8259 is not set
86873 -# CONFIG_PPC_RTAS is not set
86874 -# CONFIG_MMIO_NVRAM is not set
86875 -# CONFIG_PPC_MPC106 is not set
86876 -# CONFIG_PPC_970_NAP is not set
86877 -# CONFIG_PPC_INDIRECT_IO is not set
86878 -# CONFIG_GENERIC_IOMAP is not set
86879 -# CONFIG_CPU_FREQ is not set
86880 -# CONFIG_FSL_ULI1575 is not set
86881 -
86882 -#
86883 -# Kernel options
86884 -#
86885 -# CONFIG_HIGHMEM is not set
86886 -# CONFIG_TICK_ONESHOT is not set
86887 -# CONFIG_NO_HZ is not set
86888 -# CONFIG_HIGH_RES_TIMERS is not set
86889 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
86890 -# CONFIG_HZ_100 is not set
86891 -# CONFIG_HZ_250 is not set
86892 -# CONFIG_HZ_300 is not set
86893 -CONFIG_HZ_1000=y
86894 -CONFIG_HZ=1000
86895 -# CONFIG_SCHED_HRTICK is not set
86896 -CONFIG_PREEMPT_NONE=y
86897 -# CONFIG_PREEMPT_VOLUNTARY is not set
86898 -# CONFIG_PREEMPT is not set
86899 -CONFIG_RCU_TRACE=y
86900 -CONFIG_BINFMT_ELF=y
86901 -# CONFIG_BINFMT_MISC is not set
86902 -# CONFIG_MATH_EMULATION is not set
86903 -# CONFIG_IOMMU_HELPER is not set
86904 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
86905 -CONFIG_ARCH_HAS_WALK_MEMORY=y
86906 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
86907 -CONFIG_ARCH_FLATMEM_ENABLE=y
86908 -CONFIG_ARCH_POPULATES_NODE_MAP=y
86909 -CONFIG_SELECT_MEMORY_MODEL=y
86910 -CONFIG_FLATMEM_MANUAL=y
86911 -# CONFIG_DISCONTIGMEM_MANUAL is not set
86912 -# CONFIG_SPARSEMEM_MANUAL is not set
86913 -CONFIG_FLATMEM=y
86914 -CONFIG_FLAT_NODE_MEM_MAP=y
86915 -# CONFIG_SPARSEMEM_STATIC is not set
86916 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
86917 -CONFIG_SPLIT_PTLOCK_CPUS=4
86918 -CONFIG_RESOURCES_64BIT=y
86919 -CONFIG_ZONE_DMA_FLAG=1
86920 -CONFIG_BOUNCE=y
86921 -CONFIG_VIRT_TO_BUS=y
86922 -CONFIG_PROC_DEVICETREE=y
86923 -CONFIG_CMDLINE_BOOL=y
86924 -CONFIG_CMDLINE="ip=on"
86925 -CONFIG_SECCOMP=y
86926 -CONFIG_ISA_DMA_API=y
86927 -
86928 -#
86929 -# Bus options
86930 -#
86931 -CONFIG_ZONE_DMA=y
86932 -# CONFIG_PCI is not set
86933 -# CONFIG_PCI_DOMAINS is not set
86934 -# CONFIG_PCI_SYSCALL is not set
86935 -# CONFIG_ARCH_SUPPORTS_MSI is not set
86936 -
86937 -#
86938 -# Advanced setup
86939 -#
86940 -# CONFIG_ADVANCED_OPTIONS is not set
86941 -
86942 -#
86943 -# Default settings for advanced configuration options are used
86944 -#
86945 -CONFIG_HIGHMEM_START=0xfe000000
86946 -CONFIG_LOWMEM_SIZE=0x30000000
86947 -CONFIG_KERNEL_START=0xc0000000
86948 -CONFIG_TASK_SIZE=0xc0000000
86949 -CONFIG_CONSISTENT_START=0xff100000
86950 -CONFIG_CONSISTENT_SIZE=0x00200000
86951 -CONFIG_BOOT_LOAD=0x01000000
86952 -
86953 -#
86954 -# Networking
86955 -#
86956 -CONFIG_NET=y
86957 -
86958 -#
86959 -# Networking options
86960 -#
86961 -CONFIG_PACKET=y
86962 -# CONFIG_PACKET_MMAP is not set
86963 -CONFIG_UNIX=y
86964 -CONFIG_XFRM=y
86965 -# CONFIG_XFRM_USER is not set
86966 -# CONFIG_XFRM_SUB_POLICY is not set
86967 -# CONFIG_XFRM_MIGRATE is not set
86968 -# CONFIG_XFRM_STATISTICS is not set
86969 -# CONFIG_NET_KEY is not set
86970 -CONFIG_INET=y
86971 -# CONFIG_IP_MULTICAST is not set
86972 -# CONFIG_IP_ADVANCED_ROUTER is not set
86973 -CONFIG_IP_FIB_HASH=y
86974 -CONFIG_IP_PNP=y
86975 -CONFIG_IP_PNP_DHCP=y
86976 -# CONFIG_IP_PNP_BOOTP is not set
86977 -# CONFIG_IP_PNP_RARP is not set
86978 -# CONFIG_NET_IPIP is not set
86979 -# CONFIG_NET_IPGRE is not set
86980 -# CONFIG_ARPD is not set
86981 -# CONFIG_SYN_COOKIES is not set
86982 -# CONFIG_INET_AH is not set
86983 -# CONFIG_INET_ESP is not set
86984 -# CONFIG_INET_IPCOMP is not set
86985 -# CONFIG_INET_XFRM_TUNNEL is not set
86986 -# CONFIG_INET_TUNNEL is not set
86987 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
86988 -CONFIG_INET_XFRM_MODE_TUNNEL=y
86989 -CONFIG_INET_XFRM_MODE_BEET=y
86990 -# CONFIG_INET_LRO is not set
86991 -CONFIG_INET_DIAG=y
86992 -CONFIG_INET_TCP_DIAG=y
86993 -# CONFIG_TCP_CONG_ADVANCED is not set
86994 -CONFIG_TCP_CONG_CUBIC=y
86995 -CONFIG_DEFAULT_TCP_CONG="cubic"
86996 -# CONFIG_TCP_MD5SIG is not set
86997 -# CONFIG_IP_VS is not set
86998 -# CONFIG_IPV6 is not set
86999 -# CONFIG_INET6_XFRM_TUNNEL is not set
87000 -# CONFIG_INET6_TUNNEL is not set
87001 -# CONFIG_NETWORK_SECMARK is not set
87002 -CONFIG_NETFILTER=y
87003 -# CONFIG_NETFILTER_DEBUG is not set
87004 -CONFIG_NETFILTER_ADVANCED=y
87005 -
87006 -#
87007 -# Core Netfilter Configuration
87008 -#
87009 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
87010 -# CONFIG_NETFILTER_NETLINK_LOG is not set
87011 -# CONFIG_NF_CONNTRACK is not set
87012 -# CONFIG_NETFILTER_XTABLES is not set
87013 -
87014 -#
87015 -# IP: Netfilter Configuration
87016 -#
87017 -# CONFIG_IP_NF_QUEUE is not set
87018 -# CONFIG_IP_NF_IPTABLES is not set
87019 -# CONFIG_IP_NF_ARPTABLES is not set
87020 -# CONFIG_IP_DCCP is not set
87021 -# CONFIG_IP_SCTP is not set
87022 -# CONFIG_TIPC is not set
87023 -# CONFIG_ATM is not set
87024 -# CONFIG_BRIDGE is not set
87025 -CONFIG_VLAN_8021Q=y
87026 -# CONFIG_DECNET is not set
87027 -# CONFIG_LLC2 is not set
87028 -# CONFIG_IPX is not set
87029 -# CONFIG_ATALK is not set
87030 -# CONFIG_X25 is not set
87031 -# CONFIG_LAPB is not set
87032 -# CONFIG_ECONET is not set
87033 -# CONFIG_WAN_ROUTER is not set
87034 -# CONFIG_NET_SCHED is not set
87035 -
87036 -#
87037 -# Network testing
87038 -#
87039 -# CONFIG_NET_PKTGEN is not set
87040 -# CONFIG_HAMRADIO is not set
87041 -# CONFIG_CAN is not set
87042 -# CONFIG_IRDA is not set
87043 -# CONFIG_BT is not set
87044 -# CONFIG_AF_RXRPC is not set
87045 -
87046 -#
87047 -# Wireless
87048 -#
87049 -# CONFIG_CFG80211 is not set
87050 -# CONFIG_WIRELESS_EXT is not set
87051 -# CONFIG_MAC80211 is not set
87052 -# CONFIG_IEEE80211 is not set
87053 -# CONFIG_RFKILL is not set
87054 -# CONFIG_NET_9P is not set
87055 -
87056 -#
87057 -# Device Drivers
87058 -#
87059 -
87060 -#
87061 -# Generic Driver Options
87062 -#
87063 -# CONFIG_STANDALONE is not set
87064 -CONFIG_PREVENT_FIRMWARE_BUILD=y
87065 -# CONFIG_DEBUG_DRIVER is not set
87066 -# CONFIG_DEBUG_DEVRES is not set
87067 -# CONFIG_SYS_HYPERVISOR is not set
87068 -# CONFIG_CONNECTOR is not set
87069 -CONFIG_MTD=y
87070 -# CONFIG_MTD_DEBUG is not set
87071 -# CONFIG_MTD_CONCAT is not set
87072 -CONFIG_MTD_PARTITIONS=y
87073 -# CONFIG_MTD_REDBOOT_PARTS is not set
87074 -# CONFIG_MTD_CMDLINE_PARTS is not set
87075 -CONFIG_MTD_OF_PARTS=y
87076 -
87077 -#
87078 -# User Modules And Translation Layers
87079 -#
87080 -CONFIG_MTD_CHAR=y
87081 -CONFIG_MTD_BLKDEVS=y
87082 -CONFIG_MTD_BLOCK=y
87083 -# CONFIG_FTL is not set
87084 -# CONFIG_NFTL is not set
87085 -# CONFIG_INFTL is not set
87086 -# CONFIG_RFD_FTL is not set
87087 -# CONFIG_SSFDC is not set
87088 -CONFIG_MTD_OOPS=m
87089 -
87090 -#
87091 -# RAM/ROM/Flash chip drivers
87092 -#
87093 -CONFIG_MTD_CFI=y
87094 -# CONFIG_MTD_JEDECPROBE is not set
87095 -CONFIG_MTD_GEN_PROBE=y
87096 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
87097 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
87098 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
87099 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
87100 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
87101 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
87102 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
87103 -CONFIG_MTD_CFI_I1=y
87104 -CONFIG_MTD_CFI_I2=y
87105 -# CONFIG_MTD_CFI_I4 is not set
87106 -# CONFIG_MTD_CFI_I8 is not set
87107 -# CONFIG_MTD_CFI_INTELEXT is not set
87108 -CONFIG_MTD_CFI_AMDSTD=y
87109 -# CONFIG_MTD_CFI_STAA is not set
87110 -CONFIG_MTD_CFI_UTIL=y
87111 -# CONFIG_MTD_RAM is not set
87112 -# CONFIG_MTD_ROM is not set
87113 -# CONFIG_MTD_ABSENT is not set
87114 -
87115 -#
87116 -# Mapping drivers for chip access
87117 -#
87118 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
87119 -# CONFIG_MTD_PHYSMAP is not set
87120 -CONFIG_MTD_PHYSMAP_OF=y
87121 -# CONFIG_MTD_PLATRAM is not set
87122 -
87123 -#
87124 -# Self-contained MTD device drivers
87125 -#
87126 -# CONFIG_MTD_SLRAM is not set
87127 -# CONFIG_MTD_PHRAM is not set
87128 -# CONFIG_MTD_MTDRAM is not set
87129 -# CONFIG_MTD_BLOCK2MTD is not set
87130 -
87131 -#
87132 -# Disk-On-Chip Device Drivers
87133 -#
87134 -# CONFIG_MTD_DOC2000 is not set
87135 -# CONFIG_MTD_DOC2001 is not set
87136 -# CONFIG_MTD_DOC2001PLUS is not set
87137 -CONFIG_MTD_NAND=y
87138 -# CONFIG_MTD_NAND_VERIFY_WRITE is not set
87139 -CONFIG_MTD_NAND_ECC_SMC=y
87140 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
87141 -CONFIG_MTD_NAND_IDS=y
87142 -# CONFIG_MTD_NAND_DISKONCHIP is not set
87143 -# CONFIG_MTD_NAND_NANDSIM is not set
87144 -# CONFIG_MTD_NAND_PLATFORM is not set
87145 -# CONFIG_MTD_ALAUDA is not set
87146 -# CONFIG_MTD_NAND_FSL_ELBC is not set
87147 -# CONFIG_MTD_ONENAND is not set
87148 -
87149 -#
87150 -# UBI - Unsorted block images
87151 -#
87152 -# CONFIG_MTD_UBI is not set
87153 -CONFIG_OF_DEVICE=y
87154 -# CONFIG_PARPORT is not set
87155 -CONFIG_BLK_DEV=y
87156 -# CONFIG_BLK_DEV_FD is not set
87157 -# CONFIG_BLK_DEV_COW_COMMON is not set
87158 -# CONFIG_BLK_DEV_LOOP is not set
87159 -# CONFIG_BLK_DEV_NBD is not set
87160 -# CONFIG_BLK_DEV_UB is not set
87161 -CONFIG_BLK_DEV_RAM=y
87162 -CONFIG_BLK_DEV_RAM_COUNT=16
87163 -CONFIG_BLK_DEV_RAM_SIZE=4096
87164 -# CONFIG_BLK_DEV_XIP is not set
87165 -# CONFIG_CDROM_PKTCDVD is not set
87166 -# CONFIG_ATA_OVER_ETH is not set
87167 -# CONFIG_XILINX_SYSACE is not set
87168 -CONFIG_MISC_DEVICES=y
87169 -# CONFIG_EEPROM_93CX6 is not set
87170 -# CONFIG_ENCLOSURE_SERVICES is not set
87171 -CONFIG_HAVE_IDE=y
87172 -# CONFIG_IDE is not set
87173 -
87174 -#
87175 -# SCSI device support
87176 -#
87177 -# CONFIG_RAID_ATTRS is not set
87178 -CONFIG_SCSI=y
87179 -CONFIG_SCSI_DMA=y
87180 -# CONFIG_SCSI_TGT is not set
87181 -# CONFIG_SCSI_NETLINK is not set
87182 -CONFIG_SCSI_PROC_FS=y
87183 -
87184 -#
87185 -# SCSI support type (disk, tape, CD-ROM)
87186 -#
87187 -CONFIG_BLK_DEV_SD=y
87188 -# CONFIG_CHR_DEV_ST is not set
87189 -# CONFIG_CHR_DEV_OSST is not set
87190 -# CONFIG_BLK_DEV_SR is not set
87191 -# CONFIG_CHR_DEV_SG is not set
87192 -# CONFIG_CHR_DEV_SCH is not set
87193 -
87194 -#
87195 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
87196 -#
87197 -# CONFIG_SCSI_MULTI_LUN is not set
87198 -# CONFIG_SCSI_CONSTANTS is not set
87199 -# CONFIG_SCSI_LOGGING is not set
87200 -# CONFIG_SCSI_SCAN_ASYNC is not set
87201 -CONFIG_SCSI_WAIT_SCAN=m
87202 -
87203 -#
87204 -# SCSI Transports
87205 -#
87206 -CONFIG_SCSI_SPI_ATTRS=y
87207 -# CONFIG_SCSI_FC_ATTRS is not set
87208 -# CONFIG_SCSI_ISCSI_ATTRS is not set
87209 -# CONFIG_SCSI_SAS_LIBSAS is not set
87210 -# CONFIG_SCSI_SRP_ATTRS is not set
87211 -# CONFIG_SCSI_LOWLEVEL is not set
87212 -# CONFIG_ATA is not set
87213 -# CONFIG_MD is not set
87214 -# CONFIG_MACINTOSH_DRIVERS is not set
87215 -CONFIG_NETDEVICES=y
87216 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
87217 -# CONFIG_DUMMY is not set
87218 -# CONFIG_BONDING is not set
87219 -# CONFIG_MACVLAN is not set
87220 -# CONFIG_EQUALIZER is not set
87221 -# CONFIG_TUN is not set
87222 -# CONFIG_VETH is not set
87223 -# CONFIG_PHYLIB is not set
87224 -CONFIG_NET_ETHERNET=y
87225 -CONFIG_MII=y
87226 -CONFIG_IBM_NEW_EMAC=y
87227 -CONFIG_IBM_NEW_EMAC_RXB=128
87228 -CONFIG_IBM_NEW_EMAC_TXB=64
87229 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
87230 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
87231 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
87232 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
87233 -CONFIG_IBM_NEW_EMAC_ZMII=y
87234 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
87235 -# CONFIG_IBM_NEW_EMAC_TAH is not set
87236 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
87237 -# CONFIG_B44 is not set
87238 -# CONFIG_NETDEV_1000 is not set
87239 -# CONFIG_NETDEV_10000 is not set
87240 -
87241 -#
87242 -# Wireless LAN
87243 -#
87244 -# CONFIG_WLAN_PRE80211 is not set
87245 -# CONFIG_WLAN_80211 is not set
87246 -
87247 -#
87248 -# USB Network Adapters
87249 -#
87250 -# CONFIG_USB_CATC is not set
87251 -# CONFIG_USB_KAWETH is not set
87252 -# CONFIG_USB_PEGASUS is not set
87253 -# CONFIG_USB_RTL8150 is not set
87254 -# CONFIG_USB_USBNET is not set
87255 -# CONFIG_WAN is not set
87256 -# CONFIG_PPP is not set
87257 -# CONFIG_SLIP is not set
87258 -# CONFIG_NETCONSOLE is not set
87259 -# CONFIG_NETPOLL is not set
87260 -# CONFIG_NET_POLL_CONTROLLER is not set
87261 -# CONFIG_ISDN is not set
87262 -# CONFIG_PHONE is not set
87263 -
87264 -#
87265 -# Input device support
87266 -#
87267 -# CONFIG_INPUT is not set
87268 -
87269 -#
87270 -# Hardware I/O ports
87271 -#
87272 -# CONFIG_SERIO is not set
87273 -# CONFIG_GAMEPORT is not set
87274 -
87275 -#
87276 -# Character devices
87277 -#
87278 -# CONFIG_VT is not set
87279 -# CONFIG_SERIAL_NONSTANDARD is not set
87280 -
87281 -#
87282 -# Serial drivers
87283 -#
87284 -CONFIG_SERIAL_8250=y
87285 -CONFIG_SERIAL_8250_CONSOLE=y
87286 -CONFIG_SERIAL_8250_NR_UARTS=4
87287 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
87288 -CONFIG_SERIAL_8250_EXTENDED=y
87289 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
87290 -CONFIG_SERIAL_8250_SHARE_IRQ=y
87291 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
87292 -# CONFIG_SERIAL_8250_RSA is not set
87293 -
87294 -#
87295 -# Non-8250 serial port support
87296 -#
87297 -# CONFIG_SERIAL_UARTLITE is not set
87298 -CONFIG_SERIAL_CORE=y
87299 -CONFIG_SERIAL_CORE_CONSOLE=y
87300 -# CONFIG_SERIAL_OF_PLATFORM is not set
87301 -CONFIG_UNIX98_PTYS=y
87302 -CONFIG_LEGACY_PTYS=y
87303 -CONFIG_LEGACY_PTY_COUNT=256
87304 -# CONFIG_IPMI_HANDLER is not set
87305 -CONFIG_HW_RANDOM=y
87306 -# CONFIG_NVRAM is not set
87307 -# CONFIG_GEN_RTC is not set
87308 -# CONFIG_R3964 is not set
87309 -# CONFIG_RAW_DRIVER is not set
87310 -# CONFIG_TCG_TPM is not set
87311 -CONFIG_I2C=y
87312 -CONFIG_I2C_BOARDINFO=y
87313 -# CONFIG_I2C_CHARDEV is not set
87314 -
87315 -#
87316 -# I2C Algorithms
87317 -#
87318 -# CONFIG_I2C_ALGOBIT is not set
87319 -# CONFIG_I2C_ALGOPCF is not set
87320 -# CONFIG_I2C_ALGOPCA is not set
87321 -
87322 -#
87323 -# I2C Hardware Bus support
87324 -#
87325 -# CONFIG_I2C_MPC is not set
87326 -# CONFIG_I2C_OCORES is not set
87327 -# CONFIG_I2C_PARPORT_LIGHT is not set
87328 -# CONFIG_I2C_SIMTEC is not set
87329 -# CONFIG_I2C_TAOS_EVM is not set
87330 -# CONFIG_I2C_STUB is not set
87331 -# CONFIG_I2C_TINY_USB is not set
87332 -
87333 -#
87334 -# Miscellaneous I2C Chip support
87335 -#
87336 -# CONFIG_DS1682 is not set
87337 -CONFIG_SENSORS_EEPROM=y
87338 -# CONFIG_SENSORS_PCF8574 is not set
87339 -# CONFIG_PCF8575 is not set
87340 -# CONFIG_SENSORS_PCF8591 is not set
87341 -# CONFIG_TPS65010 is not set
87342 -# CONFIG_SENSORS_MAX6875 is not set
87343 -# CONFIG_SENSORS_TSL2550 is not set
87344 -# CONFIG_I2C_DEBUG_CORE is not set
87345 -# CONFIG_I2C_DEBUG_ALGO is not set
87346 -# CONFIG_I2C_DEBUG_BUS is not set
87347 -# CONFIG_I2C_DEBUG_CHIP is not set
87348 -
87349 -#
87350 -# SPI support
87351 -#
87352 -# CONFIG_SPI is not set
87353 -# CONFIG_SPI_MASTER is not set
87354 -# CONFIG_W1 is not set
87355 -# CONFIG_POWER_SUPPLY is not set
87356 -CONFIG_HWMON=y
87357 -# CONFIG_HWMON_VID is not set
87358 -# CONFIG_SENSORS_AD7418 is not set
87359 -# CONFIG_SENSORS_ADM1021 is not set
87360 -# CONFIG_SENSORS_ADM1025 is not set
87361 -# CONFIG_SENSORS_ADM1026 is not set
87362 -# CONFIG_SENSORS_ADM1029 is not set
87363 -# CONFIG_SENSORS_ADM1031 is not set
87364 -# CONFIG_SENSORS_ADM9240 is not set
87365 -# CONFIG_SENSORS_ADT7470 is not set
87366 -# CONFIG_SENSORS_ATXP1 is not set
87367 -# CONFIG_SENSORS_DS1621 is not set
87368 -# CONFIG_SENSORS_F71805F is not set
87369 -# CONFIG_SENSORS_F71882FG is not set
87370 -# CONFIG_SENSORS_F75375S is not set
87371 -# CONFIG_SENSORS_GL518SM is not set
87372 -# CONFIG_SENSORS_GL520SM is not set
87373 -# CONFIG_SENSORS_IT87 is not set
87374 -# CONFIG_SENSORS_LM63 is not set
87375 -# CONFIG_SENSORS_LM75 is not set
87376 -# CONFIG_SENSORS_LM77 is not set
87377 -# CONFIG_SENSORS_LM78 is not set
87378 -# CONFIG_SENSORS_LM80 is not set
87379 -# CONFIG_SENSORS_LM83 is not set
87380 -# CONFIG_SENSORS_LM85 is not set
87381 -# CONFIG_SENSORS_LM87 is not set
87382 -# CONFIG_SENSORS_LM90 is not set
87383 -# CONFIG_SENSORS_LM92 is not set
87384 -# CONFIG_SENSORS_LM93 is not set
87385 -# CONFIG_SENSORS_MAX1619 is not set
87386 -# CONFIG_SENSORS_MAX6650 is not set
87387 -# CONFIG_SENSORS_PC87360 is not set
87388 -# CONFIG_SENSORS_PC87427 is not set
87389 -# CONFIG_SENSORS_DME1737 is not set
87390 -# CONFIG_SENSORS_SMSC47M1 is not set
87391 -# CONFIG_SENSORS_SMSC47M192 is not set
87392 -# CONFIG_SENSORS_SMSC47B397 is not set
87393 -# CONFIG_SENSORS_ADS7828 is not set
87394 -# CONFIG_SENSORS_THMC50 is not set
87395 -# CONFIG_SENSORS_VT1211 is not set
87396 -# CONFIG_SENSORS_W83781D is not set
87397 -# CONFIG_SENSORS_W83791D is not set
87398 -# CONFIG_SENSORS_W83792D is not set
87399 -# CONFIG_SENSORS_W83793 is not set
87400 -# CONFIG_SENSORS_W83L785TS is not set
87401 -# CONFIG_SENSORS_W83L786NG is not set
87402 -# CONFIG_SENSORS_W83627HF is not set
87403 -# CONFIG_SENSORS_W83627EHF is not set
87404 -# CONFIG_HWMON_DEBUG_CHIP is not set
87405 -CONFIG_THERMAL=y
87406 -# CONFIG_WATCHDOG is not set
87407 -
87408 -#
87409 -# Sonics Silicon Backplane
87410 -#
87411 -CONFIG_SSB_POSSIBLE=y
87412 -# CONFIG_SSB is not set
87413 -
87414 -#
87415 -# Multifunction device drivers
87416 -#
87417 -# CONFIG_MFD_SM501 is not set
87418 -
87419 -#
87420 -# Multimedia devices
87421 -#
87422 -# CONFIG_VIDEO_DEV is not set
87423 -# CONFIG_DVB_CORE is not set
87424 -# CONFIG_DAB is not set
87425 -
87426 -#
87427 -# Graphics support
87428 -#
87429 -# CONFIG_VGASTATE is not set
87430 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
87431 -# CONFIG_FB is not set
87432 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
87433 -
87434 -#
87435 -# Display device support
87436 -#
87437 -# CONFIG_DISPLAY_SUPPORT is not set
87438 -
87439 -#
87440 -# Sound
87441 -#
87442 -# CONFIG_SOUND is not set
87443 -CONFIG_USB_SUPPORT=y
87444 -CONFIG_USB_ARCH_HAS_HCD=y
87445 -CONFIG_USB_ARCH_HAS_OHCI=y
87446 -# CONFIG_USB_ARCH_HAS_EHCI is not set
87447 -CONFIG_USB=y
87448 -# CONFIG_USB_DEBUG is not set
87449 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
87450 -
87451 -#
87452 -# Miscellaneous USB options
87453 -#
87454 -# CONFIG_USB_DEVICEFS is not set
87455 -CONFIG_USB_DEVICE_CLASS=y
87456 -# CONFIG_USB_DYNAMIC_MINORS is not set
87457 -# CONFIG_USB_OTG is not set
87458 -
87459 -#
87460 -# USB Host Controller Drivers
87461 -#
87462 -# CONFIG_USB_ISP116X_HCD is not set
87463 -CONFIG_USB_OHCI_HCD=y
87464 -CONFIG_USB_OHCI_HCD_PPC_OF=y
87465 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
87466 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
87467 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
87468 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
87469 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
87470 -# CONFIG_USB_SL811_HCD is not set
87471 -# CONFIG_USB_R8A66597_HCD is not set
87472 -
87473 -#
87474 -# USB Device Class drivers
87475 -#
87476 -# CONFIG_USB_ACM is not set
87477 -# CONFIG_USB_PRINTER is not set
87478 -
87479 -#
87480 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
87481 -#
87482 -
87483 -#
87484 -# may also be needed; see USB_STORAGE Help for more information
87485 -#
87486 -CONFIG_USB_STORAGE=y
87487 -# CONFIG_USB_STORAGE_DEBUG is not set
87488 -# CONFIG_USB_STORAGE_DATAFAB is not set
87489 -# CONFIG_USB_STORAGE_FREECOM is not set
87490 -# CONFIG_USB_STORAGE_ISD200 is not set
87491 -# CONFIG_USB_STORAGE_DPCM is not set
87492 -# CONFIG_USB_STORAGE_USBAT is not set
87493 -# CONFIG_USB_STORAGE_SDDR09 is not set
87494 -# CONFIG_USB_STORAGE_SDDR55 is not set
87495 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
87496 -# CONFIG_USB_STORAGE_ALAUDA is not set
87497 -# CONFIG_USB_STORAGE_KARMA is not set
87498 -# CONFIG_USB_LIBUSUAL is not set
87499 -
87500 -#
87501 -# USB Imaging devices
87502 -#
87503 -# CONFIG_USB_MDC800 is not set
87504 -# CONFIG_USB_MICROTEK is not set
87505 -CONFIG_USB_MON=y
87506 -
87507 -#
87508 -# USB port drivers
87509 -#
87510 -# CONFIG_USB_SERIAL is not set
87511 -
87512 -#
87513 -# USB Miscellaneous drivers
87514 -#
87515 -# CONFIG_USB_EMI62 is not set
87516 -# CONFIG_USB_EMI26 is not set
87517 -# CONFIG_USB_ADUTUX is not set
87518 -# CONFIG_USB_AUERSWALD is not set
87519 -# CONFIG_USB_RIO500 is not set
87520 -# CONFIG_USB_LEGOTOWER is not set
87521 -# CONFIG_USB_LCD is not set
87522 -# CONFIG_USB_BERRY_CHARGE is not set
87523 -# CONFIG_USB_LED is not set
87524 -# CONFIG_USB_CYPRESS_CY7C63 is not set
87525 -# CONFIG_USB_CYTHERM is not set
87526 -# CONFIG_USB_PHIDGET is not set
87527 -# CONFIG_USB_IDMOUSE is not set
87528 -# CONFIG_USB_FTDI_ELAN is not set
87529 -# CONFIG_USB_APPLEDISPLAY is not set
87530 -# CONFIG_USB_LD is not set
87531 -# CONFIG_USB_TRANCEVIBRATOR is not set
87532 -# CONFIG_USB_IOWARRIOR is not set
87533 -# CONFIG_USB_GADGET is not set
87534 -CONFIG_MMC=m
87535 -# CONFIG_MMC_DEBUG is not set
87536 -# CONFIG_MMC_UNSAFE_RESUME is not set
87537 -
87538 -#
87539 -# MMC/SD Card Drivers
87540 -#
87541 -CONFIG_MMC_BLOCK=m
87542 -CONFIG_MMC_BLOCK_BOUNCE=y
87543 -# CONFIG_SDIO_UART is not set
87544 -
87545 -#
87546 -# MMC/SD Host Controller Drivers
87547 -#
87548 -# CONFIG_MMC_WBSD is not set
87549 -# CONFIG_MEMSTICK is not set
87550 -# CONFIG_NEW_LEDS is not set
87551 -# CONFIG_EDAC is not set
87552 -# CONFIG_RTC_CLASS is not set
87553 -
87554 -#
87555 -# Userspace I/O
87556 -#
87557 -# CONFIG_UIO is not set
87558 -
87559 -#
87560 -# File systems
87561 -#
87562 -CONFIG_EXT2_FS=y
87563 -# CONFIG_EXT2_FS_XATTR is not set
87564 -# CONFIG_EXT2_FS_XIP is not set
87565 -# CONFIG_EXT3_FS is not set
87566 -# CONFIG_EXT4DEV_FS is not set
87567 -# CONFIG_REISERFS_FS is not set
87568 -# CONFIG_JFS_FS is not set
87569 -# CONFIG_FS_POSIX_ACL is not set
87570 -# CONFIG_XFS_FS is not set
87571 -# CONFIG_GFS2_FS is not set
87572 -# CONFIG_OCFS2_FS is not set
87573 -CONFIG_DNOTIFY=y
87574 -CONFIG_INOTIFY=y
87575 -CONFIG_INOTIFY_USER=y
87576 -# CONFIG_QUOTA is not set
87577 -# CONFIG_AUTOFS_FS is not set
87578 -# CONFIG_AUTOFS4_FS is not set
87579 -# CONFIG_FUSE_FS is not set
87580 -
87581 -#
87582 -# CD-ROM/DVD Filesystems
87583 -#
87584 -# CONFIG_ISO9660_FS is not set
87585 -# CONFIG_UDF_FS is not set
87586 -
87587 -#
87588 -# DOS/FAT/NT Filesystems
87589 -#
87590 -CONFIG_FAT_FS=y
87591 -CONFIG_MSDOS_FS=y
87592 -CONFIG_VFAT_FS=y
87593 -CONFIG_FAT_DEFAULT_CODEPAGE=437
87594 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
87595 -# CONFIG_NTFS_FS is not set
87596 -
87597 -#
87598 -# Pseudo filesystems
87599 -#
87600 -CONFIG_PROC_FS=y
87601 -CONFIG_PROC_KCORE=y
87602 -CONFIG_PROC_SYSCTL=y
87603 -CONFIG_SYSFS=y
87604 -# CONFIG_TMPFS is not set
87605 -# CONFIG_HUGETLB_PAGE is not set
87606 -# CONFIG_CONFIGFS_FS is not set
87607 -
87608 -#
87609 -# Miscellaneous filesystems
87610 -#
87611 -# CONFIG_ADFS_FS is not set
87612 -# CONFIG_AFFS_FS is not set
87613 -# CONFIG_HFS_FS is not set
87614 -# CONFIG_HFSPLUS_FS is not set
87615 -# CONFIG_BEFS_FS is not set
87616 -# CONFIG_BFS_FS is not set
87617 -# CONFIG_EFS_FS is not set
87618 -CONFIG_JFFS2_FS=y
87619 -CONFIG_JFFS2_FS_DEBUG=0
87620 -CONFIG_JFFS2_FS_WRITEBUFFER=y
87621 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
87622 -# CONFIG_JFFS2_SUMMARY is not set
87623 -# CONFIG_JFFS2_FS_XATTR is not set
87624 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
87625 -CONFIG_JFFS2_ZLIB=y
87626 -# CONFIG_JFFS2_LZO is not set
87627 -CONFIG_JFFS2_RTIME=y
87628 -# CONFIG_JFFS2_RUBIN is not set
87629 -CONFIG_CRAMFS=y
87630 -# CONFIG_VXFS_FS is not set
87631 -# CONFIG_MINIX_FS is not set
87632 -# CONFIG_HPFS_FS is not set
87633 -# CONFIG_QNX4FS_FS is not set
87634 -# CONFIG_ROMFS_FS is not set
87635 -# CONFIG_SYSV_FS is not set
87636 -# CONFIG_UFS_FS is not set
87637 -CONFIG_NETWORK_FILESYSTEMS=y
87638 -CONFIG_NFS_FS=y
87639 -CONFIG_NFS_V3=y
87640 -# CONFIG_NFS_V3_ACL is not set
87641 -# CONFIG_NFS_V4 is not set
87642 -# CONFIG_NFS_DIRECTIO is not set
87643 -# CONFIG_NFSD is not set
87644 -CONFIG_ROOT_NFS=y
87645 -CONFIG_LOCKD=y
87646 -CONFIG_LOCKD_V4=y
87647 -CONFIG_NFS_COMMON=y
87648 -CONFIG_SUNRPC=y
87649 -# CONFIG_SUNRPC_BIND34 is not set
87650 -# CONFIG_RPCSEC_GSS_KRB5 is not set
87651 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
87652 -# CONFIG_SMB_FS is not set
87653 -# CONFIG_CIFS is not set
87654 -# CONFIG_NCP_FS is not set
87655 -# CONFIG_CODA_FS is not set
87656 -# CONFIG_AFS_FS is not set
87657 -
87658 -#
87659 -# Partition Types
87660 -#
87661 -# CONFIG_PARTITION_ADVANCED is not set
87662 -CONFIG_MSDOS_PARTITION=y
87663 -CONFIG_NLS=y
87664 -CONFIG_NLS_DEFAULT="iso8859-1"
87665 -CONFIG_NLS_CODEPAGE_437=y
87666 -# CONFIG_NLS_CODEPAGE_737 is not set
87667 -# CONFIG_NLS_CODEPAGE_775 is not set
87668 -CONFIG_NLS_CODEPAGE_850=y
87669 -# CONFIG_NLS_CODEPAGE_852 is not set
87670 -# CONFIG_NLS_CODEPAGE_855 is not set
87671 -# CONFIG_NLS_CODEPAGE_857 is not set
87672 -# CONFIG_NLS_CODEPAGE_860 is not set
87673 -# CONFIG_NLS_CODEPAGE_861 is not set
87674 -# CONFIG_NLS_CODEPAGE_862 is not set
87675 -# CONFIG_NLS_CODEPAGE_863 is not set
87676 -# CONFIG_NLS_CODEPAGE_864 is not set
87677 -# CONFIG_NLS_CODEPAGE_865 is not set
87678 -# CONFIG_NLS_CODEPAGE_866 is not set
87679 -# CONFIG_NLS_CODEPAGE_869 is not set
87680 -# CONFIG_NLS_CODEPAGE_936 is not set
87681 -# CONFIG_NLS_CODEPAGE_950 is not set
87682 -# CONFIG_NLS_CODEPAGE_932 is not set
87683 -# CONFIG_NLS_CODEPAGE_949 is not set
87684 -# CONFIG_NLS_CODEPAGE_874 is not set
87685 -# CONFIG_NLS_ISO8859_8 is not set
87686 -# CONFIG_NLS_CODEPAGE_1250 is not set
87687 -# CONFIG_NLS_CODEPAGE_1251 is not set
87688 -CONFIG_NLS_ASCII=y
87689 -CONFIG_NLS_ISO8859_1=y
87690 -# CONFIG_NLS_ISO8859_2 is not set
87691 -# CONFIG_NLS_ISO8859_3 is not set
87692 -# CONFIG_NLS_ISO8859_4 is not set
87693 -# CONFIG_NLS_ISO8859_5 is not set
87694 -# CONFIG_NLS_ISO8859_6 is not set
87695 -# CONFIG_NLS_ISO8859_7 is not set
87696 -# CONFIG_NLS_ISO8859_9 is not set
87697 -# CONFIG_NLS_ISO8859_13 is not set
87698 -# CONFIG_NLS_ISO8859_14 is not set
87699 -CONFIG_NLS_ISO8859_15=y
87700 -# CONFIG_NLS_KOI8_R is not set
87701 -# CONFIG_NLS_KOI8_U is not set
87702 -CONFIG_NLS_UTF8=y
87703 -# CONFIG_DLM is not set
87704 -
87705 -#
87706 -# Library routines
87707 -#
87708 -CONFIG_BITREVERSE=y
87709 -CONFIG_CRC_CCITT=y
87710 -# CONFIG_CRC16 is not set
87711 -# CONFIG_CRC_ITU_T is not set
87712 -CONFIG_CRC32=y
87713 -# CONFIG_CRC7 is not set
87714 -# CONFIG_LIBCRC32C is not set
87715 -CONFIG_ZLIB_INFLATE=y
87716 -CONFIG_ZLIB_DEFLATE=y
87717 -CONFIG_PLIST=y
87718 -CONFIG_HAS_IOMEM=y
87719 -CONFIG_HAS_IOPORT=y
87720 -CONFIG_HAS_DMA=y
87721 -
87722 -#
87723 -# Kernel hacking
87724 -#
87725 -# CONFIG_PRINTK_TIME is not set
87726 -CONFIG_ENABLE_WARN_DEPRECATED=y
87727 -CONFIG_ENABLE_MUST_CHECK=y
87728 -CONFIG_MAGIC_SYSRQ=y
87729 -# CONFIG_UNUSED_SYMBOLS is not set
87730 -CONFIG_DEBUG_FS=y
87731 -# CONFIG_HEADERS_CHECK is not set
87732 -CONFIG_DEBUG_KERNEL=y
87733 -# CONFIG_DEBUG_SHIRQ is not set
87734 -CONFIG_DETECT_SOFTLOCKUP=y
87735 -# CONFIG_SCHED_DEBUG is not set
87736 -# CONFIG_SCHEDSTATS is not set
87737 -# CONFIG_TIMER_STATS is not set
87738 -# CONFIG_DEBUG_SLAB is not set
87739 -# CONFIG_DEBUG_RT_MUTEXES is not set
87740 -# CONFIG_RT_MUTEX_TESTER is not set
87741 -# CONFIG_DEBUG_SPINLOCK is not set
87742 -# CONFIG_DEBUG_MUTEXES is not set
87743 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
87744 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
87745 -# CONFIG_DEBUG_KOBJECT is not set
87746 -# CONFIG_DEBUG_BUGVERBOSE is not set
87747 -CONFIG_DEBUG_INFO=y
87748 -# CONFIG_DEBUG_VM is not set
87749 -# CONFIG_DEBUG_LIST is not set
87750 -# CONFIG_DEBUG_SG is not set
87751 -# CONFIG_BOOT_PRINTK_DELAY is not set
87752 -# CONFIG_RCU_TORTURE_TEST is not set
87753 -# CONFIG_BACKTRACE_SELF_TEST is not set
87754 -# CONFIG_FAULT_INJECTION is not set
87755 -# CONFIG_SAMPLES is not set
87756 -# CONFIG_DEBUG_STACKOVERFLOW is not set
87757 -# CONFIG_DEBUG_STACK_USAGE is not set
87758 -# CONFIG_DEBUG_PAGEALLOC is not set
87759 -# CONFIG_DEBUGGER is not set
87760 -# CONFIG_VIRQ_DEBUG is not set
87761 -CONFIG_BDI_SWITCH=y
87762 -# CONFIG_PPC_EARLY_DEBUG is not set
87763 -
87764 -#
87765 -# Security options
87766 -#
87767 -# CONFIG_KEYS is not set
87768 -# CONFIG_SECURITY is not set
87769 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
87770 -CONFIG_CRYPTO=y
87771 -# CONFIG_CRYPTO_SEQIV is not set
87772 -# CONFIG_CRYPTO_MANAGER is not set
87773 -# CONFIG_CRYPTO_HMAC is not set
87774 -# CONFIG_CRYPTO_XCBC is not set
87775 -# CONFIG_CRYPTO_NULL is not set
87776 -# CONFIG_CRYPTO_MD4 is not set
87777 -# CONFIG_CRYPTO_MD5 is not set
87778 -# CONFIG_CRYPTO_SHA1 is not set
87779 -# CONFIG_CRYPTO_SHA256 is not set
87780 -# CONFIG_CRYPTO_SHA512 is not set
87781 -# CONFIG_CRYPTO_WP512 is not set
87782 -# CONFIG_CRYPTO_TGR192 is not set
87783 -# CONFIG_CRYPTO_GF128MUL is not set
87784 -# CONFIG_CRYPTO_ECB is not set
87785 -# CONFIG_CRYPTO_CBC is not set
87786 -# CONFIG_CRYPTO_PCBC is not set
87787 -# CONFIG_CRYPTO_LRW is not set
87788 -# CONFIG_CRYPTO_XTS is not set
87789 -# CONFIG_CRYPTO_CTR is not set
87790 -# CONFIG_CRYPTO_GCM is not set
87791 -# CONFIG_CRYPTO_CCM is not set
87792 -# CONFIG_CRYPTO_CRYPTD is not set
87793 -# CONFIG_CRYPTO_DES is not set
87794 -# CONFIG_CRYPTO_FCRYPT is not set
87795 -# CONFIG_CRYPTO_BLOWFISH is not set
87796 -# CONFIG_CRYPTO_TWOFISH is not set
87797 -# CONFIG_CRYPTO_SERPENT is not set
87798 -# CONFIG_CRYPTO_AES is not set
87799 -# CONFIG_CRYPTO_CAST5 is not set
87800 -# CONFIG_CRYPTO_CAST6 is not set
87801 -# CONFIG_CRYPTO_TEA is not set
87802 -# CONFIG_CRYPTO_ARC4 is not set
87803 -# CONFIG_CRYPTO_KHAZAD is not set
87804 -# CONFIG_CRYPTO_ANUBIS is not set
87805 -# CONFIG_CRYPTO_SEED is not set
87806 -# CONFIG_CRYPTO_SALSA20 is not set
87807 -# CONFIG_CRYPTO_DEFLATE is not set
87808 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
87809 -# CONFIG_CRYPTO_CRC32C is not set
87810 -# CONFIG_CRYPTO_CAMELLIA is not set
87811 -# CONFIG_CRYPTO_TEST is not set
87812 -# CONFIG_CRYPTO_AUTHENC is not set
87813 -# CONFIG_CRYPTO_LZO is not set
87814 -CONFIG_CRYPTO_HW=y
87815 -# CONFIG_PPC_CLOCK is not set
87816 --- a/arch/powerpc/kernel/Makefile
87817 +++ b/arch/powerpc/kernel/Makefile
87818 @@ -67,6 +67,7 @@
87819 obj-$(CONFIG_SMP) += smp.o
87820 obj-$(CONFIG_KPROBES) += kprobes.o
87821 obj-$(CONFIG_PPC_UDBG_16550) += legacy_serial.o udbg_16550.o
87822 +obj-$(CONFIG_STACKTRACE) += stacktrace.o
87823
87824 pci64-$(CONFIG_PPC64) += pci_dn.o isa-bridge.o
87825 obj-$(CONFIG_PCI) += pci_$(CONFIG_WORD_SIZE).o $(pci64-y) \
87826 --- a/arch/powerpc/kernel/asm-offsets.c
87827 +++ b/arch/powerpc/kernel/asm-offsets.c
87828 @@ -26,8 +26,6 @@
87829 #ifdef CONFIG_PPC64
87830 #include <linux/time.h>
87831 #include <linux/hardirq.h>
87832 -#else
87833 -#include <linux/ptrace.h>
87834 #endif
87835
87836 #include <asm/io.h>
87837 @@ -46,6 +44,9 @@
87838 #include <asm/mmu.h>
87839 #include <asm/hvcall.h>
87840 #endif
87841 +#ifdef CONFIG_PPC_ISERIES
87842 +#include <asm/iseries/alpaca.h>
87843 +#endif
87844
87845 #define DEFINE(sym, val) \
87846 asm volatile("\n->" #sym " %0 " #val : : "i" (val))
87847 @@ -60,7 +61,6 @@
87848 DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
87849 #else
87850 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
87851 - DEFINE(PTRACE, offsetof(struct task_struct, ptrace));
87852 #endif /* CONFIG_PPC64 */
87853
87854 DEFINE(KSP, offsetof(struct thread_struct, ksp));
87855 @@ -80,7 +80,6 @@
87856 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
87857 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
87858 DEFINE(THREAD_DBCR0, offsetof(struct thread_struct, dbcr0));
87859 - DEFINE(PT_PTRACED, PT_PTRACED);
87860 #endif
87861 #ifdef CONFIG_SPE
87862 DEFINE(THREAD_EVR0, offsetof(struct thread_struct, evr[0]));
87863 @@ -325,6 +324,9 @@
87864 DEFINE(PAGE_OFFSET_VSID, KERNEL_VSID(PAGE_OFFSET));
87865 DEFINE(VMALLOC_START_ESID, GET_ESID(VMALLOC_START));
87866 DEFINE(VMALLOC_START_VSID, KERNEL_VSID(VMALLOC_START));
87867 +
87868 + /* alpaca */
87869 + DEFINE(ALPACA_SIZE, sizeof(struct alpaca));
87870 #endif
87871
87872 DEFINE(PGD_TABLE_SIZE, PGD_TABLE_SIZE);
87873 --- a/arch/powerpc/kernel/btext.c
87874 +++ b/arch/powerpc/kernel/btext.c
87875 @@ -7,6 +7,7 @@
87876 #include <linux/string.h>
87877 #include <linux/init.h>
87878 #include <linux/module.h>
87879 +#include <linux/lmb.h>
87880
87881 #include <asm/sections.h>
87882 #include <asm/prom.h>
87883 @@ -15,7 +16,7 @@
87884 #include <asm/mmu.h>
87885 #include <asm/pgtable.h>
87886 #include <asm/io.h>
87887 -#include <asm/lmb.h>
87888 +#include <asm/prom.h>
87889 #include <asm/processor.h>
87890 #include <asm/udbg.h>
87891
87892 --- a/arch/powerpc/kernel/cpu_setup_44x.S
87893 +++ b/arch/powerpc/kernel/cpu_setup_44x.S
87894 @@ -3,7 +3,7 @@
87895 * Valentine Barshak <vbarshak@ru.mvista.com>
87896 * MontaVista Software, Inc (c) 2007
87897 *
87898 - * Based on cpu_setup_6xx code by
87899 + * Based on cpu_setup_6xx code by
87900 * Benjamin Herrenschmidt <benh@kernel.crashing.org>
87901 *
87902 * This program is free software; you can redistribute it and/or
87903 @@ -32,6 +32,9 @@
87904 bl __fixup_440A_mcheck
87905 mtlr r4
87906 blr
87907 +_GLOBAL(__setup_cpu_460ex)
87908 +_GLOBAL(__setup_cpu_460gt)
87909 + b __init_fpu_44x
87910 _GLOBAL(__setup_cpu_440gx)
87911 _GLOBAL(__setup_cpu_440spe)
87912 b __fixup_440A_mcheck
87913 --- a/arch/powerpc/kernel/cputable.c
87914 +++ b/arch/powerpc/kernel/cputable.c
87915 @@ -36,6 +36,8 @@
87916 extern void __setup_cpu_440gx(unsigned long offset, struct cpu_spec* spec);
87917 extern void __setup_cpu_440grx(unsigned long offset, struct cpu_spec* spec);
87918 extern void __setup_cpu_440spe(unsigned long offset, struct cpu_spec* spec);
87919 +extern void __setup_cpu_460ex(unsigned long offset, struct cpu_spec* spec);
87920 +extern void __setup_cpu_460gt(unsigned long offset, struct cpu_spec* spec);
87921 extern void __setup_cpu_603(unsigned long offset, struct cpu_spec* spec);
87922 extern void __setup_cpu_604(unsigned long offset, struct cpu_spec* spec);
87923 extern void __setup_cpu_750(unsigned long offset, struct cpu_spec* spec);
87924 @@ -1397,6 +1399,30 @@
87925 .machine_check = machine_check_440A,
87926 .platform = "ppc440",
87927 },
87928 + { /* 460EX */
87929 + .pvr_mask = 0xffff0002,
87930 + .pvr_value = 0x13020002,
87931 + .cpu_name = "460EX",
87932 + .cpu_features = CPU_FTRS_44X,
87933 + .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
87934 + .icache_bsize = 32,
87935 + .dcache_bsize = 32,
87936 + .cpu_setup = __setup_cpu_460ex,
87937 + .machine_check = machine_check_440A,
87938 + .platform = "ppc440",
87939 + },
87940 + { /* 460GT */
87941 + .pvr_mask = 0xffff0002,
87942 + .pvr_value = 0x13020000,
87943 + .cpu_name = "460GT",
87944 + .cpu_features = CPU_FTRS_44X,
87945 + .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
87946 + .icache_bsize = 32,
87947 + .dcache_bsize = 32,
87948 + .cpu_setup = __setup_cpu_460gt,
87949 + .machine_check = machine_check_440A,
87950 + .platform = "ppc440",
87951 + },
87952 #endif /* CONFIG_44x */
87953 #ifdef CONFIG_FSL_BOOKE
87954 #ifdef CONFIG_E200
87955 @@ -1512,7 +1538,7 @@
87956 *t = *s;
87957 *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec;
87958 #if defined(CONFIG_PPC64) || defined(CONFIG_BOOKE)
87959 - /* ppc64 and booke expect identify_cpu to also call
87960 + /* ppc64 and booke expect identify_cpu to also call
87961 * setup_cpu for that processor. I will consolidate
87962 * that at a later time, for now, just use #ifdef.
87963 * we also don't need to PTRRELOC the function pointer
87964 --- a/arch/powerpc/kernel/crash.c
87965 +++ b/arch/powerpc/kernel/crash.c
87966 @@ -24,12 +24,13 @@
87967 #include <linux/init.h>
87968 #include <linux/irq.h>
87969 #include <linux/types.h>
87970 +#include <linux/lmb.h>
87971
87972 #include <asm/processor.h>
87973 #include <asm/machdep.h>
87974 #include <asm/kexec.h>
87975 #include <asm/kdump.h>
87976 -#include <asm/lmb.h>
87977 +#include <asm/prom.h>
87978 #include <asm/firmware.h>
87979 #include <asm/smp.h>
87980 #include <asm/system.h>
87981 --- a/arch/powerpc/kernel/crash_dump.c
87982 +++ b/arch/powerpc/kernel/crash_dump.c
87983 @@ -13,8 +13,9 @@
87984
87985 #include <linux/crash_dump.h>
87986 #include <linux/bootmem.h>
87987 +#include <linux/lmb.h>
87988 #include <asm/kdump.h>
87989 -#include <asm/lmb.h>
87990 +#include <asm/prom.h>
87991 #include <asm/firmware.h>
87992 #include <asm/uaccess.h>
87993
87994 --- a/arch/powerpc/kernel/entry_32.S
87995 +++ b/arch/powerpc/kernel/entry_32.S
87996 @@ -110,9 +110,9 @@
87997 stw r11,PT_REGS(r12)
87998 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
87999 /* Check to see if the dbcr0 register is set up to debug. Use the
88000 - single-step bit to do this. */
88001 + internal debug mode bit to do this. */
88002 lwz r12,THREAD_DBCR0(r12)
88003 - andis. r12,r12,DBCR0_IC@h
88004 + andis. r12,r12,DBCR0_IDM@h
88005 beq+ 3f
88006 /* From user and task is ptraced - load up global dbcr0 */
88007 li r12,-1 /* clear all pending debug events */
88008 @@ -120,6 +120,12 @@
88009 lis r11,global_dbcr0@ha
88010 tophys(r11,r11)
88011 addi r11,r11,global_dbcr0@l
88012 +#ifdef CONFIG_SMP
88013 + rlwinm r9,r1,0,0,(31-THREAD_SHIFT)
88014 + lwz r9,TI_CPU(r9)
88015 + slwi r9,r9,3
88016 + add r11,r11,r9
88017 +#endif
88018 lwz r12,0(r11)
88019 mtspr SPRN_DBCR0,r12
88020 lwz r12,4(r11)
88021 @@ -238,10 +244,10 @@
88022 stw r11,_CCR(r1)
88023 syscall_exit_cont:
88024 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88025 - /* If the process has its own DBCR0 value, load it up. The single
88026 - step bit tells us that dbcr0 should be loaded. */
88027 + /* If the process has its own DBCR0 value, load it up. The internal
88028 + debug mode bit tells us that dbcr0 should be loaded. */
88029 lwz r0,THREAD+THREAD_DBCR0(r2)
88030 - andis. r10,r0,DBCR0_IC@h
88031 + andis. r10,r0,DBCR0_IDM@h
88032 bnel- load_dbcr0
88033 #endif
88034 #ifdef CONFIG_44x
88035 @@ -666,10 +672,10 @@
88036
88037 restore_user:
88038 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88039 - /* Check whether this process has its own DBCR0 value. The single
88040 - step bit tells us that dbcr0 should be loaded. */
88041 + /* Check whether this process has its own DBCR0 value. The internal
88042 + debug mode bit tells us that dbcr0 should be loaded. */
88043 lwz r0,THREAD+THREAD_DBCR0(r2)
88044 - andis. r10,r0,DBCR0_IC@h
88045 + andis. r10,r0,DBCR0_IDM@h
88046 bnel- load_dbcr0
88047 #endif
88048
88049 @@ -879,6 +885,12 @@
88050 mfspr r10,SPRN_DBCR0
88051 lis r11,global_dbcr0@ha
88052 addi r11,r11,global_dbcr0@l
88053 +#ifdef CONFIG_SMP
88054 + rlwinm r9,r1,0,0,(31-THREAD_SHIFT)
88055 + lwz r9,TI_CPU(r9)
88056 + slwi r9,r9,3
88057 + add r11,r11,r9
88058 +#endif
88059 stw r10,0(r11)
88060 mtspr SPRN_DBCR0,r0
88061 lwz r10,4(r11)
88062 @@ -891,7 +903,7 @@
88063 .section .bss
88064 .align 4
88065 global_dbcr0:
88066 - .space 8
88067 + .space 8*NR_CPUS
88068 .previous
88069 #endif /* !(CONFIG_4xx || CONFIG_BOOKE) */
88070
88071 --- a/arch/powerpc/kernel/entry_64.S
88072 +++ b/arch/powerpc/kernel/entry_64.S
88073 @@ -29,6 +29,8 @@
88074 #include <asm/cputable.h>
88075 #include <asm/firmware.h>
88076 #include <asm/bug.h>
88077 +#include <asm/ptrace.h>
88078 +#include <asm/irqflags.h>
88079
88080 /*
88081 * System calls.
88082 @@ -39,7 +41,7 @@
88083
88084 /* This value is used to mark exception frames on the stack. */
88085 exception_marker:
88086 - .tc ID_72656773_68657265[TC],0x7265677368657265
88087 + .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
88088
88089 .section ".text"
88090 .align 7
88091 @@ -88,6 +90,14 @@
88092 addi r9,r1,STACK_FRAME_OVERHEAD
88093 ld r11,exception_marker@toc(r2)
88094 std r11,-16(r9) /* "regshere" marker */
88095 +#ifdef CONFIG_TRACE_IRQFLAGS
88096 + bl .trace_hardirqs_on
88097 + REST_GPR(0,r1)
88098 + REST_4GPRS(3,r1)
88099 + REST_2GPRS(7,r1)
88100 + addi r9,r1,STACK_FRAME_OVERHEAD
88101 + ld r12,_MSR(r1)
88102 +#endif /* CONFIG_TRACE_IRQFLAGS */
88103 li r10,1
88104 stb r10,PACASOFTIRQEN(r13)
88105 stb r10,PACAHARDIRQEN(r13)
88106 @@ -102,7 +112,7 @@
88107 b hardware_interrupt_entry
88108 2:
88109 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88110 -#endif
88111 +#endif /* CONFIG_PPC_ISERIES */
88112 mfmsr r11
88113 ori r11,r11,MSR_EE
88114 mtmsrd r11,1
88115 @@ -504,6 +514,10 @@
88116
88117 li r3,0
88118 stb r3,PACASOFTIRQEN(r13) /* ensure we are soft-disabled */
88119 +#ifdef CONFIG_TRACE_IRQFLAGS
88120 + bl .trace_hardirqs_off
88121 + mfmsr r10
88122 +#endif
88123 ori r10,r10,MSR_EE
88124 mtmsrd r10 /* hard-enable again */
88125 addi r3,r1,STACK_FRAME_OVERHEAD
88126 @@ -512,7 +526,7 @@
88127 4:
88128 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88129 #endif
88130 - stb r5,PACASOFTIRQEN(r13)
88131 + TRACE_AND_RESTORE_IRQ(r5);
88132
88133 /* extract EE bit and use it to restore paca->hard_enabled */
88134 ld r3,_MSR(r1)
88135 @@ -580,6 +594,16 @@
88136 bne restore
88137 /* here we are preempting the current task */
88138 1:
88139 +#ifdef CONFIG_TRACE_IRQFLAGS
88140 + bl .trace_hardirqs_on
88141 + /* Note: we just clobbered r10 which used to contain the previous
88142 + * MSR before the hard-disabling done by the caller of do_work.
88143 + * We don't have that value anymore, but it doesn't matter as
88144 + * we will hard-enable unconditionally, we can just reload the
88145 + * current MSR into r10
88146 + */
88147 + mfmsr r10
88148 +#endif /* CONFIG_TRACE_IRQFLAGS */
88149 li r0,1
88150 stb r0,PACASOFTIRQEN(r13)
88151 stb r0,PACAHARDIRQEN(r13)
88152 --- a/arch/powerpc/kernel/head_32.S
88153 +++ b/arch/powerpc/kernel/head_32.S
88154 @@ -30,6 +30,7 @@
88155 #include <asm/thread_info.h>
88156 #include <asm/ppc_asm.h>
88157 #include <asm/asm-offsets.h>
88158 +#include <asm/ptrace.h>
88159
88160 /* 601 only have IBAT; cr0.eq is set on 601 when using this macro */
88161 #define LOAD_BAT(n, reg, RA, RB) \
88162 @@ -268,8 +269,8 @@
88163 li r10,MSR_KERNEL & ~(MSR_IR|MSR_DR); /* can take exceptions */ \
88164 MTMSRD(r10); /* (except for mach check in rtas) */ \
88165 stw r0,GPR0(r11); \
88166 - lis r10,0x7265; /* put exception frame marker */ \
88167 - addi r10,r10,0x6773; \
88168 + lis r10,STACK_FRAME_REGS_MARKER@ha; /* exception frame marker */ \
88169 + addi r10,r10,STACK_FRAME_REGS_MARKER@l; \
88170 stw r10,8(r11); \
88171 SAVE_4GPRS(3, r11); \
88172 SAVE_2GPRS(7, r11)
88173 @@ -763,23 +764,6 @@
88174 b fast_exception_return
88175
88176 /*
88177 - * AltiVec unavailable trap from kernel - print a message, but let
88178 - * the task use AltiVec in the kernel until it returns to user mode.
88179 - */
88180 -KernelAltiVec:
88181 - lwz r3,_MSR(r1)
88182 - oris r3,r3,MSR_VEC@h
88183 - stw r3,_MSR(r1) /* enable use of AltiVec after return */
88184 - lis r3,87f@h
88185 - ori r3,r3,87f@l
88186 - mr r4,r2 /* current */
88187 - lwz r5,_NIP(r1)
88188 - bl printk
88189 - b ret_from_except
88190 -87: .string "AltiVec used in kernel (task=%p, pc=%x) \n"
88191 - .align 4,0
88192 -
88193 -/*
88194 * giveup_altivec(tsk)
88195 * Disable AltiVec for the task given as the argument,
88196 * and save the AltiVec registers in its thread_struct.
88197 --- a/arch/powerpc/kernel/head_44x.S
88198 +++ b/arch/powerpc/kernel/head_44x.S
88199 @@ -211,7 +211,7 @@
88200 SET_IVOR(12, WatchdogTimer);
88201 SET_IVOR(13, DataTLBError);
88202 SET_IVOR(14, InstructionTLBError);
88203 - SET_IVOR(15, Debug);
88204 + SET_IVOR(15, DebugCrit);
88205
88206 /* Establish the interrupt vector base */
88207 lis r4,interrupt_base@h /* IVPR only uses the high 16-bits */
88208 @@ -578,7 +578,7 @@
88209 b InstructionStorage
88210
88211 /* Debug Interrupt */
88212 - DEBUG_EXCEPTION
88213 + DEBUG_CRIT_EXCEPTION
88214
88215 /*
88216 * Local functions
88217 --- a/arch/powerpc/kernel/head_64.S
88218 +++ b/arch/powerpc/kernel/head_64.S
88219 @@ -36,8 +36,7 @@
88220 #include <asm/firmware.h>
88221 #include <asm/page_64.h>
88222 #include <asm/exception.h>
88223 -
88224 -#define DO_SOFT_DISABLE
88225 +#include <asm/irqflags.h>
88226
88227 /*
88228 * We layout physical memory as follows:
88229 @@ -450,8 +449,8 @@
88230 */
88231 fast_exc_return_irq: /* restores irq state too */
88232 ld r3,SOFTE(r1)
88233 + TRACE_AND_RESTORE_IRQ(r3);
88234 ld r12,_MSR(r1)
88235 - stb r3,PACASOFTIRQEN(r13) /* restore paca->soft_enabled */
88236 rldicl r4,r12,49,63 /* get MSR_EE to LSB */
88237 stb r4,PACAHARDIRQEN(r13) /* restore paca->hard_enabled */
88238 b 1f
88239 @@ -621,7 +620,7 @@
88240 mtlr r10
88241
88242 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
88243 - beq- unrecov_slb
88244 + beq- 2f
88245
88246 .machine push
88247 .machine "power4"
88248 @@ -643,6 +642,22 @@
88249 rfid
88250 b . /* prevent speculative execution */
88251
88252 +2:
88253 +#ifdef CONFIG_PPC_ISERIES
88254 +BEGIN_FW_FTR_SECTION
88255 + b unrecov_slb
88256 +END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88257 +#endif /* CONFIG_PPC_ISERIES */
88258 + mfspr r11,SPRN_SRR0
88259 + clrrdi r10,r13,32
88260 + LOAD_HANDLER(r10,unrecov_slb)
88261 + mtspr SPRN_SRR0,r10
88262 + mfmsr r10
88263 + ori r10,r10,MSR_IR|MSR_DR|MSR_RI
88264 + mtspr SPRN_SRR1,r10
88265 + rfid
88266 + b .
88267 +
88268 unrecov_slb:
88269 EXCEPTION_PROLOG_COMMON(0x4100, PACA_EXSLB)
88270 DISABLE_INTS
88271 @@ -808,7 +823,7 @@
88272 * Hash table stuff
88273 */
88274 .align 7
88275 -_GLOBAL(do_hash_page)
88276 +_STATIC(do_hash_page)
88277 std r3,_DAR(r1)
88278 std r4,_DSISR(r1)
88279
88280 @@ -820,6 +835,27 @@
88281 END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
88282
88283 /*
88284 + * On iSeries, we soft-disable interrupts here, then
88285 + * hard-enable interrupts so that the hash_page code can spin on
88286 + * the hash_table_lock without problems on a shared processor.
88287 + */
88288 + DISABLE_INTS
88289 +
88290 + /*
88291 + * Currently, trace_hardirqs_off() will be called by DISABLE_INTS
88292 + * and will clobber volatile registers when irq tracing is enabled
88293 + * so we need to reload them. It may be possible to be smarter here
88294 + * and move the irq tracing elsewhere but let's keep it simple for
88295 + * now
88296 + */
88297 +#ifdef CONFIG_TRACE_IRQFLAGS
88298 + ld r3,_DAR(r1)
88299 + ld r4,_DSISR(r1)
88300 + ld r5,_TRAP(r1)
88301 + ld r12,_MSR(r1)
88302 + clrrdi r5,r5,4
88303 +#endif /* CONFIG_TRACE_IRQFLAGS */
88304 + /*
88305 * We need to set the _PAGE_USER bit if MSR_PR is set or if we are
88306 * accessing a userspace segment (even from the kernel). We assume
88307 * kernel addresses always have the high bit set.
88308 @@ -832,13 +868,6 @@
88309 rlwimi r4,r5,22+2,31-2,31-2 /* Set _PAGE_EXEC if trap is 0x400 */
88310
88311 /*
88312 - * On iSeries, we soft-disable interrupts here, then
88313 - * hard-enable interrupts so that the hash_page code can spin on
88314 - * the hash_table_lock without problems on a shared processor.
88315 - */
88316 - DISABLE_INTS
88317 -
88318 - /*
88319 * r3 contains the faulting address
88320 * r4 contains the required access permissions
88321 * r5 contains the trap number
88322 @@ -848,7 +877,6 @@
88323 bl .hash_page /* build HPTE if possible */
88324 cmpdi r3,0 /* see if hash_page succeeded */
88325
88326 -#ifdef DO_SOFT_DISABLE
88327 BEGIN_FW_FTR_SECTION
88328 /*
88329 * If we had interrupts soft-enabled at the point where the
88330 @@ -860,7 +888,7 @@
88331 */
88332 beq 13f
88333 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88334 -#endif
88335 +
88336 BEGIN_FW_FTR_SECTION
88337 /*
88338 * Here we have interrupts hard-disabled, so it is sufficient
88339 @@ -874,11 +902,12 @@
88340
88341 /*
88342 * hash_page couldn't handle it, set soft interrupt enable back
88343 - * to what it was before the trap. Note that .local_irq_restore
88344 + * to what it was before the trap. Note that .raw_local_irq_restore
88345 * handles any interrupts pending at this point.
88346 */
88347 ld r3,SOFTE(r1)
88348 - bl .local_irq_restore
88349 + TRACE_AND_RESTORE_IRQ_PARTIAL(r3, 11f)
88350 + bl .raw_local_irq_restore
88351 b 11f
88352
88353 /* Here we have a page fault that hash_page can't handle. */
88354 @@ -1477,6 +1506,10 @@
88355 addi r2,r2,0x4000
88356 add r2,r2,r26
88357
88358 + /* Set initial ptr to current */
88359 + LOAD_REG_IMMEDIATE(r4, init_task)
88360 + std r4,PACACURRENT(r13)
88361 +
88362 /* Do very early kernel initializations, including initial hash table,
88363 * stab and slb setup before we turn on relocation. */
88364
88365 @@ -1505,10 +1538,6 @@
88366 li r0,0
88367 stdu r0,-STACK_FRAME_OVERHEAD(r1)
88368
88369 - /* ptr to current */
88370 - LOAD_REG_IMMEDIATE(r4, init_task)
88371 - std r4,PACACURRENT(r13)
88372 -
88373 /* Load the TOC */
88374 ld r2,PACATOC(r13)
88375 std r1,PACAKSAVE(r13)
88376 --- a/arch/powerpc/kernel/head_booke.h
88377 +++ b/arch/powerpc/kernel/head_booke.h
88378 @@ -56,8 +56,17 @@
88379 * is necessary since the MMU is always on, for Book-E parts, and the stacks
88380 * are offset from KERNELBASE.
88381 *
88382 + * There is some space optimization to be had here if desired. However
88383 + * to allow for a common kernel with support for debug exceptions either
88384 + * going to critical or their own debug level we aren't currently
88385 + * providing configurations that micro-optimize space usage.
88386 */
88387 -#define BOOKE_EXCEPTION_STACK_SIZE (8192)
88388 +#ifdef CONFIG_44x
88389 +#define NUM_EXCEPTION_LVLS 2
88390 +#else
88391 +#define NUM_EXCEPTION_LVLS 3
88392 +#endif
88393 +#define BOOKE_EXCEPTION_STACK_SIZE (4096 * NUM_EXCEPTION_LVLS)
88394
88395 /* CRIT_SPRG only used in critical exception handling */
88396 #define CRIT_SPRG SPRN_SPRG2
88397 @@ -68,7 +77,7 @@
88398 #define CRIT_STACK_TOP (exception_stack_top)
88399
88400 /* only on e200 for now */
88401 -#define DEBUG_STACK_TOP (exception_stack_top - 4096)
88402 +#define DEBUG_STACK_TOP (exception_stack_top - 8192)
88403 #define DEBUG_SPRG SPRN_SPRG6W
88404
88405 #ifdef CONFIG_SMP
88406 @@ -212,9 +221,8 @@
88407 * save (and later restore) the MSR via SPRN_CSRR1, which will still have
88408 * the MSR_DE bit set.
88409 */
88410 -#ifdef CONFIG_E200
88411 -#define DEBUG_EXCEPTION \
88412 - START_EXCEPTION(Debug); \
88413 +#define DEBUG_DEBUG_EXCEPTION \
88414 + START_EXCEPTION(DebugDebug); \
88415 DEBUG_EXCEPTION_PROLOG; \
88416 \
88417 /* \
88418 @@ -234,8 +242,8 @@
88419 cmplw r12,r10; \
88420 blt+ 2f; /* addr below exception vectors */ \
88421 \
88422 - lis r10,Debug@h; \
88423 - ori r10,r10,Debug@l; \
88424 + lis r10,DebugDebug@h; \
88425 + ori r10,r10,DebugDebug@l; \
88426 cmplw r12,r10; \
88427 bgt+ 2f; /* addr above exception vectors */ \
88428 \
88429 @@ -265,9 +273,9 @@
88430 2: mfspr r4,SPRN_DBSR; \
88431 addi r3,r1,STACK_FRAME_OVERHEAD; \
88432 EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
88433 -#else
88434 -#define DEBUG_EXCEPTION \
88435 - START_EXCEPTION(Debug); \
88436 +
88437 +#define DEBUG_CRIT_EXCEPTION \
88438 + START_EXCEPTION(DebugCrit); \
88439 CRITICAL_EXCEPTION_PROLOG; \
88440 \
88441 /* \
88442 @@ -287,8 +295,8 @@
88443 cmplw r12,r10; \
88444 blt+ 2f; /* addr below exception vectors */ \
88445 \
88446 - lis r10,Debug@h; \
88447 - ori r10,r10,Debug@l; \
88448 + lis r10,DebugCrit@h; \
88449 + ori r10,r10,DebugCrit@l; \
88450 cmplw r12,r10; \
88451 bgt+ 2f; /* addr above exception vectors */ \
88452 \
88453 @@ -318,7 +326,6 @@
88454 2: mfspr r4,SPRN_DBSR; \
88455 addi r3,r1,STACK_FRAME_OVERHEAD; \
88456 EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, crit_transfer_to_handler, ret_from_crit_exc)
88457 -#endif
88458
88459 #define INSTRUCTION_STORAGE_EXCEPTION \
88460 START_EXCEPTION(InstructionStorage) \
88461 --- a/arch/powerpc/kernel/head_fsl_booke.S
88462 +++ b/arch/powerpc/kernel/head_fsl_booke.S
88463 @@ -68,7 +68,9 @@
88464 mr r29,r5
88465 mr r28,r6
88466 mr r27,r7
88467 + li r25,0 /* phys kernel start (low) */
88468 li r24,0 /* CPU number */
88469 + li r23,0 /* phys kernel start (high) */
88470
88471 /* We try to not make any assumptions about how the boot loader
88472 * setup or used the TLBs. We invalidate all mappings from the
88473 @@ -167,7 +169,28 @@
88474 mtspr SPRN_MAS0,r7
88475 tlbre
88476
88477 - /* Just modify the entry ID, EPN and RPN for the temp mapping */
88478 + /* grab and fixup the RPN */
88479 + mfspr r6,SPRN_MAS1 /* extract MAS1[SIZE] */
88480 + rlwinm r6,r6,25,27,30
88481 + li r8,-1
88482 + addi r6,r6,10
88483 + slw r6,r8,r6 /* convert to mask */
88484 +
88485 + bl 1f /* Find our address */
88486 +1: mflr r7
88487 +
88488 + mfspr r8,SPRN_MAS3
88489 +#ifdef CONFIG_PHYS_64BIT
88490 + mfspr r23,SPRN_MAS7
88491 +#endif
88492 + and r8,r6,r8
88493 + subfic r9,r6,-4096
88494 + and r9,r9,r7
88495 +
88496 + or r25,r8,r9
88497 + ori r8,r25,(MAS3_SX|MAS3_SW|MAS3_SR)
88498 +
88499 + /* Just modify the entry ID and EPN for the temp mapping */
88500 lis r7,0x1000 /* Set MAS0(TLBSEL) = 1 */
88501 rlwimi r7,r5,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r5) */
88502 mtspr SPRN_MAS0,r7
88503 @@ -177,12 +200,10 @@
88504 ori r6,r6,(MAS1_TSIZE(BOOKE_PAGESZ_4K))@l
88505 mtspr SPRN_MAS1,r6
88506 mfspr r6,SPRN_MAS2
88507 - lis r7,PHYSICAL_START@h
88508 + li r7,0 /* temp EPN = 0 */
88509 rlwimi r7,r6,0,20,31
88510 mtspr SPRN_MAS2,r7
88511 - mfspr r6,SPRN_MAS3
88512 - rlwimi r7,r6,0,20,31
88513 - mtspr SPRN_MAS3,r7
88514 + mtspr SPRN_MAS3,r8
88515 tlbwe
88516
88517 xori r6,r4,1
88518 @@ -232,8 +253,7 @@
88519 ori r6,r6,PAGE_OFFSET@l
88520 rlwimi r6,r7,0,20,31
88521 mtspr SPRN_MAS2,r6
88522 - li r7,(MAS3_SX|MAS3_SW|MAS3_SR)
88523 - mtspr SPRN_MAS3,r7
88524 + mtspr SPRN_MAS3,r8
88525 tlbwe
88526
88527 /* 7. Jump to KERNELBASE mapping */
88528 @@ -283,7 +303,10 @@
88529 SET_IVOR(12, WatchdogTimer);
88530 SET_IVOR(13, DataTLBError);
88531 SET_IVOR(14, InstructionTLBError);
88532 - SET_IVOR(15, Debug);
88533 + SET_IVOR(15, DebugDebug);
88534 +#if defined(CONFIG_E500)
88535 + SET_IVOR(15, DebugCrit);
88536 +#endif
88537 SET_IVOR(32, SPEUnavailable);
88538 SET_IVOR(33, SPEFloatingPointData);
88539 SET_IVOR(34, SPEFloatingPointRound);
88540 @@ -718,7 +741,10 @@
88541
88542
88543 /* Debug Interrupt */
88544 - DEBUG_EXCEPTION
88545 + DEBUG_DEBUG_EXCEPTION
88546 +#if defined(CONFIG_E500)
88547 + DEBUG_CRIT_EXCEPTION
88548 +#endif
88549
88550 /*
88551 * Local functions
88552 --- a/arch/powerpc/kernel/ibmebus.c
88553 +++ b/arch/powerpc/kernel/ibmebus.c
88554 @@ -183,7 +183,7 @@
88555 ret = ibmebus_create_device(child);
88556 if (ret) {
88557 printk(KERN_ERR "%s: failed to create device (%i)",
88558 - __FUNCTION__, ret);
88559 + __func__, ret);
88560 of_node_put(child);
88561 break;
88562 }
88563 @@ -269,7 +269,7 @@
88564 if (bus_find_device(&ibmebus_bus_type, NULL, path,
88565 ibmebus_match_path)) {
88566 printk(KERN_WARNING "%s: %s has already been probed\n",
88567 - __FUNCTION__, path);
88568 + __func__, path);
88569 rc = -EEXIST;
88570 goto out;
88571 }
88572 @@ -279,7 +279,7 @@
88573 of_node_put(dn);
88574 } else {
88575 printk(KERN_WARNING "%s: no such device node: %s\n",
88576 - __FUNCTION__, path);
88577 + __func__, path);
88578 rc = -ENODEV;
88579 }
88580
88581 @@ -308,7 +308,7 @@
88582 return count;
88583 } else {
88584 printk(KERN_WARNING "%s: %s not on the bus\n",
88585 - __FUNCTION__, path);
88586 + __func__, path);
88587
88588 kfree(path);
88589 return -ENODEV;
88590 @@ -337,14 +337,14 @@
88591 err = of_bus_type_init(&ibmebus_bus_type, "ibmebus");
88592 if (err) {
88593 printk(KERN_ERR "%s: failed to register IBM eBus.\n",
88594 - __FUNCTION__);
88595 + __func__);
88596 return err;
88597 }
88598
88599 err = device_register(&ibmebus_bus_device);
88600 if (err) {
88601 printk(KERN_WARNING "%s: device_register returned %i\n",
88602 - __FUNCTION__, err);
88603 + __func__, err);
88604 bus_unregister(&ibmebus_bus_type);
88605
88606 return err;
88607 --- a/arch/powerpc/kernel/iommu.c
88608 +++ b/arch/powerpc/kernel/iommu.c
88609 @@ -520,7 +520,7 @@
88610 unsigned int order;
88611
88612 if (!tbl || !tbl->it_map) {
88613 - printk(KERN_ERR "%s: expected TCE map for %s\n", __FUNCTION__,
88614 + printk(KERN_ERR "%s: expected TCE map for %s\n", __func__,
88615 node_name);
88616 return;
88617 }
88618 @@ -530,7 +530,7 @@
88619 for (i = 0; i < (tbl->it_size/64); i++) {
88620 if (tbl->it_map[i] != 0) {
88621 printk(KERN_WARNING "%s: Unexpected TCEs for %s\n",
88622 - __FUNCTION__, node_name);
88623 + __func__, node_name);
88624 break;
88625 }
88626 }
88627 --- a/arch/powerpc/kernel/irq.c
88628 +++ b/arch/powerpc/kernel/irq.c
88629 @@ -114,7 +114,7 @@
88630 : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled)));
88631 }
88632
88633 -void local_irq_restore(unsigned long en)
88634 +void raw_local_irq_restore(unsigned long en)
88635 {
88636 /*
88637 * get_paca()->soft_enabled = en;
88638 @@ -174,6 +174,7 @@
88639
88640 __hard_irq_enable();
88641 }
88642 +EXPORT_SYMBOL(raw_local_irq_restore);
88643 #endif /* CONFIG_PPC64 */
88644
88645 int show_interrupts(struct seq_file *p, void *v)
88646 @@ -310,8 +311,21 @@
88647 handler = &__do_IRQ;
88648 irqtp->task = curtp->task;
88649 irqtp->flags = 0;
88650 +
88651 + /* Copy the softirq bits in preempt_count so that the
88652 + * softirq checks work in the hardirq context.
88653 + */
88654 + irqtp->preempt_count =
88655 + (irqtp->preempt_count & ~SOFTIRQ_MASK) |
88656 + (curtp->preempt_count & SOFTIRQ_MASK);
88657 +
88658 call_handle_irq(irq, desc, irqtp, handler);
88659 irqtp->task = NULL;
88660 +
88661 +
88662 + /* Set any flag that may have been set on the
88663 + * alternate stack
88664 + */
88665 if (irqtp->flags)
88666 set_bits(irqtp->flags, &curtp->flags);
88667 } else
88668 @@ -357,7 +371,7 @@
88669 memset((void *)softirq_ctx[i], 0, THREAD_SIZE);
88670 tp = softirq_ctx[i];
88671 tp->cpu = i;
88672 - tp->preempt_count = SOFTIRQ_OFFSET;
88673 + tp->preempt_count = 0;
88674
88675 memset((void *)hardirq_ctx[i], 0, THREAD_SIZE);
88676 tp = hardirq_ctx[i];
88677 --- a/arch/powerpc/kernel/isa-bridge.c
88678 +++ b/arch/powerpc/kernel/isa-bridge.c
88679 @@ -80,13 +80,13 @@
88680 * (size depending on dev->n_addr_cells)
88681 * cell 5: the size of the range
88682 */
88683 - if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO) {
88684 + if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO) {
88685 range++;
88686 rlen -= sizeof(struct isa_range);
88687 if (rlen < sizeof(struct isa_range))
88688 goto inval_range;
88689 }
88690 - if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO)
88691 + if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO)
88692 goto inval_range;
88693
88694 isa_addr = range->isa_addr.a_lo;
88695 @@ -99,7 +99,7 @@
88696 */
88697 if ((pci_addr != 0) || (isa_addr != 0)) {
88698 printk(KERN_ERR "unexpected isa to pci mapping: %s\n",
88699 - __FUNCTION__);
88700 + __func__);
88701 return;
88702 }
88703
88704 --- a/arch/powerpc/kernel/lparcfg.c
88705 +++ b/arch/powerpc/kernel/lparcfg.c
88706 @@ -226,7 +226,7 @@
88707 unsigned char *local_buffer = kmalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
88708 if (!local_buffer) {
88709 printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
88710 - __FILE__, __FUNCTION__, __LINE__);
88711 + __FILE__, __func__, __LINE__);
88712 return;
88713 }
88714
88715 @@ -243,14 +243,14 @@
88716 if (call_status != 0) {
88717 printk(KERN_INFO
88718 "%s %s Error calling get-system-parameter (0x%x)\n",
88719 - __FILE__, __FUNCTION__, call_status);
88720 + __FILE__, __func__, call_status);
88721 } else {
88722 int splpar_strlen;
88723 int idx, w_idx;
88724 char *workbuffer = kzalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
88725 if (!workbuffer) {
88726 printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
88727 - __FILE__, __FUNCTION__, __LINE__);
88728 + __FILE__, __func__, __LINE__);
88729 kfree(local_buffer);
88730 return;
88731 }
88732 @@ -484,10 +484,10 @@
88733 current_weight = (resource >> 5 * 8) & 0xFF;
88734
88735 pr_debug("%s: current_entitled = %lu, current_weight = %u\n",
88736 - __FUNCTION__, current_entitled, current_weight);
88737 + __func__, current_entitled, current_weight);
88738
88739 pr_debug("%s: new_entitled = %lu, new_weight = %u\n",
88740 - __FUNCTION__, *new_entitled_ptr, *new_weight_ptr);
88741 + __func__, *new_entitled_ptr, *new_weight_ptr);
88742
88743 retval = plpar_hcall_norets(H_SET_PPP, *new_entitled_ptr,
88744 *new_weight_ptr);
88745 @@ -502,7 +502,7 @@
88746 retval = -EINVAL;
88747 } else {
88748 printk(KERN_WARNING "%s: received unknown hv return code %ld",
88749 - __FUNCTION__, retval);
88750 + __func__, retval);
88751 retval = -EIO;
88752 }
88753
88754 --- a/arch/powerpc/kernel/machine_kexec.c
88755 +++ b/arch/powerpc/kernel/machine_kexec.c
88756 @@ -12,8 +12,9 @@
88757 #include <linux/kexec.h>
88758 #include <linux/reboot.h>
88759 #include <linux/threads.h>
88760 +#include <linux/lmb.h>
88761 #include <asm/machdep.h>
88762 -#include <asm/lmb.h>
88763 +#include <asm/prom.h>
88764
88765 void machine_crash_shutdown(struct pt_regs *regs)
88766 {
88767 --- a/arch/powerpc/kernel/paca.c
88768 +++ b/arch/powerpc/kernel/paca.c
88769 @@ -15,7 +15,6 @@
88770 #include <asm/ptrace.h>
88771 #include <asm/page.h>
88772 #include <asm/lppaca.h>
88773 -#include <asm/iseries/it_lp_reg_save.h>
88774 #include <asm/paca.h>
88775 #include <asm/mmu.h>
88776
88777 @@ -25,13 +24,13 @@
88778 extern unsigned long __toc_start;
88779
88780 /*
88781 - * iSeries structure which the hypervisor knows about - this structure
88782 + * The structure which the hypervisor knows about - this structure
88783 * should not cross a page boundary. The vpa_init/register_vpa call
88784 * is now known to fail if the lppaca structure crosses a page
88785 - * boundary. The lppaca is also used on POWER5 pSeries boxes. The
88786 - * lppaca is 640 bytes long, and cannot readily change since the
88787 - * hypervisor knows its layout, so a 1kB alignment will suffice to
88788 - * ensure that it doesn't cross a page boundary.
88789 + * boundary. The lppaca is also used on legacy iSeries and POWER5
88790 + * pSeries boxes. The lppaca is 640 bytes long, and cannot readily
88791 + * change since the hypervisor knows its layout, so a 1kB alignment
88792 + * will suffice to ensure that it doesn't cross a page boundary.
88793 */
88794 struct lppaca lppaca[] = {
88795 [0 ... (NR_CPUS-1)] = {
88796 @@ -66,32 +65,17 @@
88797 * processors. The processor VPD array needs one entry per physical
88798 * processor (not thread).
88799 */
88800 -#define PACA_INIT_COMMON(number) \
88801 +#define PACA_INIT(number) \
88802 +{ \
88803 .lppaca_ptr = &lppaca[number], \
88804 .lock_token = 0x8000, \
88805 .paca_index = (number), /* Paca Index */ \
88806 .kernel_toc = (unsigned long)(&__toc_start) + 0x8000UL, \
88807 .hw_cpu_id = 0xffff, \
88808 - .slb_shadow_ptr = &slb_shadow[number],
88809 -
88810 -#ifdef CONFIG_PPC_ISERIES
88811 -#define PACA_INIT_ISERIES(number) \
88812 - .reg_save_ptr = &iseries_reg_save[number],
88813 -
88814 -#define PACA_INIT(number) \
88815 -{ \
88816 - PACA_INIT_COMMON(number) \
88817 - PACA_INIT_ISERIES(number) \
88818 + .slb_shadow_ptr = &slb_shadow[number], \
88819 + .__current = &init_task, \
88820 }
88821
88822 -#else
88823 -#define PACA_INIT(number) \
88824 -{ \
88825 - PACA_INIT_COMMON(number) \
88826 -}
88827 -
88828 -#endif
88829 -
88830 struct paca_struct paca[] = {
88831 PACA_INIT(0),
88832 #if NR_CPUS > 1
88833 --- a/arch/powerpc/kernel/ppc_ksyms.c
88834 +++ b/arch/powerpc/kernel/ppc_ksyms.c
88835 @@ -45,10 +45,6 @@
88836 #include <asm/signal.h>
88837 #include <asm/dcr.h>
88838
88839 -#ifdef CONFIG_PPC64
88840 -EXPORT_SYMBOL(local_irq_restore);
88841 -#endif
88842 -
88843 #ifdef CONFIG_PPC32
88844 extern void transfer_to_handler(void);
88845 extern void do_IRQ(struct pt_regs *regs);
88846 @@ -58,7 +54,6 @@
88847 extern void single_step_exception(struct pt_regs *regs);
88848 extern int sys_sigreturn(struct pt_regs *regs);
88849
88850 -EXPORT_SYMBOL(empty_zero_page);
88851 EXPORT_SYMBOL(clear_pages);
88852 EXPORT_SYMBOL(copy_page);
88853 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
88854 @@ -79,6 +74,7 @@
88855 EXPORT_SYMBOL(strcat);
88856 EXPORT_SYMBOL(strlen);
88857 EXPORT_SYMBOL(strcmp);
88858 +EXPORT_SYMBOL(strncmp);
88859
88860 EXPORT_SYMBOL(csum_partial);
88861 EXPORT_SYMBOL(csum_partial_copy_generic);
88862 @@ -192,3 +188,4 @@
88863 EXPORT_SYMBOL(__mtdcr);
88864 EXPORT_SYMBOL(__mfdcr);
88865 #endif
88866 +EXPORT_SYMBOL(empty_zero_page);
88867 --- a/arch/powerpc/kernel/process.c
88868 +++ b/arch/powerpc/kernel/process.c
88869 @@ -868,11 +868,6 @@
88870 flush_spe_to_thread(current);
88871 error = do_execve(filename, (char __user * __user *) a1,
88872 (char __user * __user *) a2, regs);
88873 - if (error == 0) {
88874 - task_lock(current);
88875 - current->ptrace &= ~PT_DTRACE;
88876 - task_unlock(current);
88877 - }
88878 putname(filename);
88879 out:
88880 return error;
88881 @@ -919,20 +914,6 @@
88882 return valid_irq_stack(sp, p, nbytes);
88883 }
88884
88885 -#ifdef CONFIG_PPC64
88886 -#define MIN_STACK_FRAME 112 /* same as STACK_FRAME_OVERHEAD, in fact */
88887 -#define FRAME_LR_SAVE 2
88888 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD + 288)
88889 -#define REGS_MARKER 0x7265677368657265ul
88890 -#define FRAME_MARKER 12
88891 -#else
88892 -#define MIN_STACK_FRAME 16
88893 -#define FRAME_LR_SAVE 1
88894 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
88895 -#define REGS_MARKER 0x72656773ul
88896 -#define FRAME_MARKER 2
88897 -#endif
88898 -
88899 EXPORT_SYMBOL(validate_sp);
88900
88901 unsigned long get_wchan(struct task_struct *p)
88902 @@ -944,15 +925,15 @@
88903 return 0;
88904
88905 sp = p->thread.ksp;
88906 - if (!validate_sp(sp, p, MIN_STACK_FRAME))
88907 + if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
88908 return 0;
88909
88910 do {
88911 sp = *(unsigned long *)sp;
88912 - if (!validate_sp(sp, p, MIN_STACK_FRAME))
88913 + if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
88914 return 0;
88915 if (count > 0) {
88916 - ip = ((unsigned long *)sp)[FRAME_LR_SAVE];
88917 + ip = ((unsigned long *)sp)[STACK_FRAME_LR_SAVE];
88918 if (!in_sched_functions(ip))
88919 return ip;
88920 }
88921 @@ -981,12 +962,12 @@
88922 lr = 0;
88923 printk("Call Trace:\n");
88924 do {
88925 - if (!validate_sp(sp, tsk, MIN_STACK_FRAME))
88926 + if (!validate_sp(sp, tsk, STACK_FRAME_OVERHEAD))
88927 return;
88928
88929 stack = (unsigned long *) sp;
88930 newsp = stack[0];
88931 - ip = stack[FRAME_LR_SAVE];
88932 + ip = stack[STACK_FRAME_LR_SAVE];
88933 if (!firstframe || ip != lr) {
88934 printk("["REG"] ["REG"] ", sp, ip);
88935 print_symbol("%s", ip);
88936 @@ -1000,8 +981,8 @@
88937 * See if this is an exception frame.
88938 * We look for the "regshere" marker in the current frame.
88939 */
88940 - if (validate_sp(sp, tsk, INT_FRAME_SIZE)
88941 - && stack[FRAME_MARKER] == REGS_MARKER) {
88942 + if (validate_sp(sp, tsk, STACK_INT_FRAME_SIZE)
88943 + && stack[STACK_FRAME_MARKER] == STACK_FRAME_REGS_MARKER) {
88944 struct pt_regs *regs = (struct pt_regs *)
88945 (sp + STACK_FRAME_OVERHEAD);
88946 printk("--- Exception: %lx", regs->trap);
88947 --- a/arch/powerpc/kernel/prom.c
88948 +++ b/arch/powerpc/kernel/prom.c
88949 @@ -31,10 +31,10 @@
88950 #include <linux/kexec.h>
88951 #include <linux/debugfs.h>
88952 #include <linux/irq.h>
88953 +#include <linux/lmb.h>
88954
88955 #include <asm/prom.h>
88956 #include <asm/rtas.h>
88957 -#include <asm/lmb.h>
88958 #include <asm/page.h>
88959 #include <asm/processor.h>
88960 #include <asm/irq.h>
88961 @@ -51,6 +51,7 @@
88962 #include <asm/machdep.h>
88963 #include <asm/pSeries_reconfig.h>
88964 #include <asm/pci-bridge.h>
88965 +#include <asm/phyp_dump.h>
88966 #include <asm/kexec.h>
88967
88968 #ifdef DEBUG
88969 @@ -436,7 +437,7 @@
88970 * The device tree may be allocated beyond our memory limit, or inside the
88971 * crash kernel region for kdump. If so, move it out of the way.
88972 */
88973 -static void move_device_tree(void)
88974 +static void __init move_device_tree(void)
88975 {
88976 unsigned long start, size;
88977 void *p;
88978 @@ -1040,6 +1041,87 @@
88979 #endif
88980 }
88981
88982 +#ifdef CONFIG_PHYP_DUMP
88983 +/**
88984 + * phyp_dump_calculate_reserve_size() - reserve variable boot area 5% or arg
88985 + *
88986 + * Function to find the largest size we need to reserve
88987 + * during early boot process.
88988 + *
88989 + * It either looks for boot param and returns that OR
88990 + * returns larger of 256 or 5% rounded down to multiples of 256MB.
88991 + *
88992 + */
88993 +static inline unsigned long phyp_dump_calculate_reserve_size(void)
88994 +{
88995 + unsigned long tmp;
88996 +
88997 + if (phyp_dump_info->reserve_bootvar)
88998 + return phyp_dump_info->reserve_bootvar;
88999 +
89000 + /* divide by 20 to get 5% of value */
89001 + tmp = lmb_end_of_DRAM();
89002 + do_div(tmp, 20);
89003 +
89004 + /* round it down in multiples of 256 */
89005 + tmp = tmp & ~0x0FFFFFFFUL;
89006 +
89007 + return (tmp > PHYP_DUMP_RMR_END ? tmp : PHYP_DUMP_RMR_END);
89008 +}
89009 +
89010 +/**
89011 + * phyp_dump_reserve_mem() - reserve all not-yet-dumped mmemory
89012 + *
89013 + * This routine may reserve memory regions in the kernel only
89014 + * if the system is supported and a dump was taken in last
89015 + * boot instance or if the hardware is supported and the
89016 + * scratch area needs to be setup. In other instances it returns
89017 + * without reserving anything. The memory in case of dump being
89018 + * active is freed when the dump is collected (by userland tools).
89019 + */
89020 +static void __init phyp_dump_reserve_mem(void)
89021 +{
89022 + unsigned long base, size;
89023 + unsigned long variable_reserve_size;
89024 +
89025 + if (!phyp_dump_info->phyp_dump_configured) {
89026 + printk(KERN_ERR "Phyp-dump not supported on this hardware\n");
89027 + return;
89028 + }
89029 +
89030 + if (!phyp_dump_info->phyp_dump_at_boot) {
89031 + printk(KERN_INFO "Phyp-dump disabled at boot time\n");
89032 + return;
89033 + }
89034 +
89035 + variable_reserve_size = phyp_dump_calculate_reserve_size();
89036 +
89037 + if (phyp_dump_info->phyp_dump_is_active) {
89038 + /* Reserve *everything* above RMR.Area freed by userland tools*/
89039 + base = variable_reserve_size;
89040 + size = lmb_end_of_DRAM() - base;
89041 +
89042 + /* XXX crashed_ram_end is wrong, since it may be beyond
89043 + * the memory_limit, it will need to be adjusted. */
89044 + lmb_reserve(base, size);
89045 +
89046 + phyp_dump_info->init_reserve_start = base;
89047 + phyp_dump_info->init_reserve_size = size;
89048 + } else {
89049 + size = phyp_dump_info->cpu_state_size +
89050 + phyp_dump_info->hpte_region_size +
89051 + variable_reserve_size;
89052 + base = lmb_end_of_DRAM() - size;
89053 + lmb_reserve(base, size);
89054 + phyp_dump_info->init_reserve_start = base;
89055 + phyp_dump_info->init_reserve_size = size;
89056 + }
89057 +}
89058 +#else
89059 +static inline void __init phyp_dump_reserve_mem(void) {}
89060 +#endif /* CONFIG_PHYP_DUMP && CONFIG_PPC_RTAS */
89061 +
89062 +
89063 void __init early_init_devtree(void *params)
89064 {
89065 DBG(" -> early_init_devtree(%p)\n", params);
89066 @@ -1052,6 +1134,11 @@
89067 of_scan_flat_dt(early_init_dt_scan_rtas, NULL);
89068 #endif
89069
89070 +#ifdef CONFIG_PHYP_DUMP
89071 + /* scan tree to see if dump occured during last boot */
89072 + of_scan_flat_dt(early_init_dt_scan_phyp_dump, NULL);
89073 +#endif
89074 +
89075 /* Retrieve various informations from the /chosen node of the
89076 * device-tree, including the platform type, initrd location and
89077 * size, TCE reserve, and more ...
89078 @@ -1072,6 +1159,7 @@
89079 reserve_kdump_trampoline();
89080 reserve_crashkernel();
89081 early_reserve_mem();
89082 + phyp_dump_reserve_mem();
89083
89084 lmb_enforce_memory_limit(memory_limit);
89085 lmb_analyze();
89086 @@ -1244,12 +1332,14 @@
89087 */
89088 void of_attach_node(struct device_node *np)
89089 {
89090 - write_lock(&devtree_lock);
89091 + unsigned long flags;
89092 +
89093 + write_lock_irqsave(&devtree_lock, flags);
89094 np->sibling = np->parent->child;
89095 np->allnext = allnodes;
89096 np->parent->child = np;
89097 allnodes = np;
89098 - write_unlock(&devtree_lock);
89099 + write_unlock_irqrestore(&devtree_lock, flags);
89100 }
89101
89102 /*
89103 @@ -1260,8 +1350,9 @@
89104 void of_detach_node(struct device_node *np)
89105 {
89106 struct device_node *parent;
89107 + unsigned long flags;
89108
89109 - write_lock(&devtree_lock);
89110 + write_lock_irqsave(&devtree_lock, flags);
89111
89112 parent = np->parent;
89113 if (!parent)
89114 @@ -1292,7 +1383,7 @@
89115 of_node_set_flag(np, OF_DETACHED);
89116
89117 out_unlock:
89118 - write_unlock(&devtree_lock);
89119 + write_unlock_irqrestore(&devtree_lock, flags);
89120 }
89121
89122 #ifdef CONFIG_PPC_PSERIES
89123 @@ -1373,20 +1464,21 @@
89124 int prom_add_property(struct device_node* np, struct property* prop)
89125 {
89126 struct property **next;
89127 + unsigned long flags;
89128
89129 prop->next = NULL;
89130 - write_lock(&devtree_lock);
89131 + write_lock_irqsave(&devtree_lock, flags);
89132 next = &np->properties;
89133 while (*next) {
89134 if (strcmp(prop->name, (*next)->name) == 0) {
89135 /* duplicate ! don't insert it */
89136 - write_unlock(&devtree_lock);
89137 + write_unlock_irqrestore(&devtree_lock, flags);
89138 return -1;
89139 }
89140 next = &(*next)->next;
89141 }
89142 *next = prop;
89143 - write_unlock(&devtree_lock);
89144 + write_unlock_irqrestore(&devtree_lock, flags);
89145
89146 #ifdef CONFIG_PROC_DEVICETREE
89147 /* try to add to proc as well if it was initialized */
89148 @@ -1406,9 +1498,10 @@
89149 int prom_remove_property(struct device_node *np, struct property *prop)
89150 {
89151 struct property **next;
89152 + unsigned long flags;
89153 int found = 0;
89154
89155 - write_lock(&devtree_lock);
89156 + write_lock_irqsave(&devtree_lock, flags);
89157 next = &np->properties;
89158 while (*next) {
89159 if (*next == prop) {
89160 @@ -1421,7 +1514,7 @@
89161 }
89162 next = &(*next)->next;
89163 }
89164 - write_unlock(&devtree_lock);
89165 + write_unlock_irqrestore(&devtree_lock, flags);
89166
89167 if (!found)
89168 return -ENODEV;
89169 @@ -1447,9 +1540,10 @@
89170 struct property *oldprop)
89171 {
89172 struct property **next;
89173 + unsigned long flags;
89174 int found = 0;
89175
89176 - write_lock(&devtree_lock);
89177 + write_lock_irqsave(&devtree_lock, flags);
89178 next = &np->properties;
89179 while (*next) {
89180 if (*next == oldprop) {
89181 @@ -1463,7 +1557,7 @@
89182 }
89183 next = &(*next)->next;
89184 }
89185 - write_unlock(&devtree_lock);
89186 + write_unlock_irqrestore(&devtree_lock, flags);
89187
89188 if (!found)
89189 return -ENODEV;
89190 --- a/arch/powerpc/kernel/prom_init.c
89191 +++ b/arch/powerpc/kernel/prom_init.c
89192 @@ -2240,6 +2240,14 @@
89193 if (rv != PROM_ERROR && (strcmp(prop, "chrp") == 0))
89194 prom_setprop(node, "/", "device_type", "efika", sizeof("efika"));
89195
89196 + /* CODEGEN,description is exposed in /proc/cpuinfo so
89197 + fix that too */
89198 + rv = prom_getprop(node, "CODEGEN,description", prop, sizeof(prop));
89199 + if (rv != PROM_ERROR && (strstr(prop, "CHRP")))
89200 + prom_setprop(node, "/", "CODEGEN,description",
89201 + "Efika 5200B PowerPC System",
89202 + sizeof("Efika 5200B PowerPC System"));
89203 +
89204 /* Fixup bestcomm interrupts property */
89205 node = call_prom("finddevice", 1, 1, ADDR("/builtin/bestcomm"));
89206 if (PHANDLE_VALID(node)) {
89207 --- a/arch/powerpc/kernel/rtas.c
89208 +++ b/arch/powerpc/kernel/rtas.c
89209 @@ -22,6 +22,7 @@
89210 #include <linux/smp.h>
89211 #include <linux/completion.h>
89212 #include <linux/cpumask.h>
89213 +#include <linux/lmb.h>
89214
89215 #include <asm/prom.h>
89216 #include <asm/rtas.h>
89217 @@ -34,7 +35,6 @@
89218 #include <asm/system.h>
89219 #include <asm/delay.h>
89220 #include <asm/uaccess.h>
89221 -#include <asm/lmb.h>
89222 #include <asm/udbg.h>
89223 #include <asm/syscalls.h>
89224 #include <asm/smp.h>
89225 @@ -507,7 +507,7 @@
89226 break;
89227 default:
89228 printk(KERN_ERR "%s: unexpected RTAS error %d\n",
89229 - __FUNCTION__, rtas_rc);
89230 + __func__, rtas_rc);
89231 rc = -ERANGE;
89232 break;
89233 }
89234 --- a/arch/powerpc/kernel/rtas_flash.c
89235 +++ b/arch/powerpc/kernel/rtas_flash.c
89236 @@ -807,7 +807,7 @@
89237 rtas_block_ctor);
89238 if (!flash_block_cache) {
89239 printk(KERN_ERR "%s: failed to create block cache\n",
89240 - __FUNCTION__);
89241 + __func__);
89242 rc = -ENOMEM;
89243 goto cleanup;
89244 }
89245 --- a/arch/powerpc/kernel/rtas_pci.c
89246 +++ b/arch/powerpc/kernel/rtas_pci.c
89247 @@ -56,21 +56,6 @@
89248 return 0;
89249 }
89250
89251 -static int of_device_available(struct device_node * dn)
89252 -{
89253 - const char *status;
89254 -
89255 - status = of_get_property(dn, "status", NULL);
89256 -
89257 - if (!status)
89258 - return 1;
89259 -
89260 - if (!strcmp(status, "okay"))
89261 - return 1;
89262 -
89263 - return 0;
89264 -}
89265 -
89266 int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val)
89267 {
89268 int returnval = -1;
89269 @@ -117,7 +102,7 @@
89270 for (dn = busdn->child; dn; dn = dn->sibling) {
89271 struct pci_dn *pdn = PCI_DN(dn);
89272 if (pdn && pdn->devfn == devfn
89273 - && of_device_available(dn))
89274 + && of_device_is_available(dn))
89275 return rtas_read_config(pdn, where, size, val);
89276 }
89277
89278 @@ -164,7 +149,7 @@
89279 for (dn = busdn->child; dn; dn = dn->sibling) {
89280 struct pci_dn *pdn = PCI_DN(dn);
89281 if (pdn && pdn->devfn == devfn
89282 - && of_device_available(dn))
89283 + && of_device_is_available(dn))
89284 return rtas_write_config(pdn, where, size, val);
89285 }
89286 return PCIBIOS_DEVICE_NOT_FOUND;
89287 @@ -326,7 +311,7 @@
89288
89289 res = b->resource[0];
89290 if (!res->flags) {
89291 - printk(KERN_ERR "%s: no IO resource for PHB %s\n", __FUNCTION__,
89292 + printk(KERN_ERR "%s: no IO resource for PHB %s\n", __func__,
89293 b->name);
89294 return 1;
89295 }
89296 @@ -334,13 +319,13 @@
89297 rc = pcibios_unmap_io_space(b);
89298 if (rc) {
89299 printk(KERN_ERR "%s: failed to unmap IO on bus %s\n",
89300 - __FUNCTION__, b->name);
89301 + __func__, b->name);
89302 return 1;
89303 }
89304
89305 if (release_resource(res)) {
89306 printk(KERN_ERR "%s: failed to release IO on bus %s\n",
89307 - __FUNCTION__, b->name);
89308 + __func__, b->name);
89309 return 1;
89310 }
89311
89312 @@ -348,13 +333,13 @@
89313 res = b->resource[i];
89314 if (!res->flags && i == 0) {
89315 printk(KERN_ERR "%s: no MEM resource for PHB %s\n",
89316 - __FUNCTION__, b->name);
89317 + __func__, b->name);
89318 return 1;
89319 }
89320 if (res->flags && release_resource(res)) {
89321 printk(KERN_ERR
89322 "%s: failed to release IO %d on bus %s\n",
89323 - __FUNCTION__, i, b->name);
89324 + __func__, i, b->name);
89325 return 1;
89326 }
89327 }
89328 --- a/arch/powerpc/kernel/setup-common.c
89329 +++ b/arch/powerpc/kernel/setup-common.c
89330 @@ -34,6 +34,7 @@
89331 #include <linux/serial_8250.h>
89332 #include <linux/debugfs.h>
89333 #include <linux/percpu.h>
89334 +#include <linux/lmb.h>
89335 #include <asm/io.h>
89336 #include <asm/prom.h>
89337 #include <asm/processor.h>
89338 @@ -56,7 +57,6 @@
89339 #include <asm/cache.h>
89340 #include <asm/page.h>
89341 #include <asm/mmu.h>
89342 -#include <asm/lmb.h>
89343 #include <asm/xmon.h>
89344 #include <asm/cputhreads.h>
89345
89346 @@ -167,6 +167,8 @@
89347 unsigned short min;
89348
89349 if (cpu_id == NR_CPUS) {
89350 + struct device_node *root;
89351 + const char *model = NULL;
89352 #if defined(CONFIG_SMP) && defined(CONFIG_PPC32)
89353 unsigned long bogosum = 0;
89354 int i;
89355 @@ -178,6 +180,13 @@
89356 seq_printf(m, "timebase\t: %lu\n", ppc_tb_freq);
89357 if (ppc_md.name)
89358 seq_printf(m, "platform\t: %s\n", ppc_md.name);
89359 + root = of_find_node_by_path("/");
89360 + if (root)
89361 + model = of_get_property(root, "model", NULL);
89362 + if (model)
89363 + seq_printf(m, "model\t\t: %s\n", model);
89364 + of_node_put(root);
89365 +
89366 if (ppc_md.show_cpuinfo != NULL)
89367 ppc_md.show_cpuinfo(m);
89368
89369 --- a/arch/powerpc/kernel/setup_32.c
89370 +++ b/arch/powerpc/kernel/setup_32.c
89371 @@ -172,6 +172,18 @@
89372 }
89373 __setup("l2cr=", ppc_setup_l2cr);
89374
89375 +/* Checks "l3cr=xxxx" command-line option */
89376 +int __init ppc_setup_l3cr(char *str)
89377 +{
89378 + if (cpu_has_feature(CPU_FTR_L3CR)) {
89379 + unsigned long val = simple_strtoul(str, NULL, 0);
89380 + printk(KERN_INFO "l3cr set to %lx\n", val);
89381 + _set_L3CR(val); /* and enable it */
89382 + }
89383 + return 1;
89384 +}
89385 +__setup("l3cr=", ppc_setup_l3cr);
89386 +
89387 #ifdef CONFIG_GENERIC_NVRAM
89388
89389 /* Generic nvram hooks used by drivers/char/gen_nvram.c */
89390 @@ -277,7 +289,7 @@
89391 if (ppc_md.panic)
89392 setup_panic();
89393
89394 - init_mm.start_code = PAGE_OFFSET;
89395 + init_mm.start_code = (unsigned long)_stext;
89396 init_mm.end_code = (unsigned long) _etext;
89397 init_mm.end_data = (unsigned long) _edata;
89398 init_mm.brk = klimit;
89399 --- a/arch/powerpc/kernel/setup_64.c
89400 +++ b/arch/powerpc/kernel/setup_64.c
89401 @@ -33,6 +33,8 @@
89402 #include <linux/serial_8250.h>
89403 #include <linux/bootmem.h>
89404 #include <linux/pci.h>
89405 +#include <linux/lockdep.h>
89406 +#include <linux/lmb.h>
89407 #include <asm/io.h>
89408 #include <asm/kdump.h>
89409 #include <asm/prom.h>
89410 @@ -55,7 +57,6 @@
89411 #include <asm/cache.h>
89412 #include <asm/page.h>
89413 #include <asm/mmu.h>
89414 -#include <asm/lmb.h>
89415 #include <asm/firmware.h>
89416 #include <asm/xmon.h>
89417 #include <asm/udbg.h>
89418 @@ -178,6 +179,9 @@
89419 /* Enable early debugging if any specified (see udbg.h) */
89420 udbg_early_init();
89421
89422 + /* Initialize lockdep early or else spinlocks will blow */
89423 + lockdep_init();
89424 +
89425 DBG(" -> early_setup(), dt_ptr: 0x%lx\n", dt_ptr);
89426
89427 /*
89428 @@ -510,7 +514,7 @@
89429 if (ppc_md.panic)
89430 setup_panic();
89431
89432 - init_mm.start_code = PAGE_OFFSET;
89433 + init_mm.start_code = (unsigned long)_stext;
89434 init_mm.end_code = (unsigned long) _etext;
89435 init_mm.end_data = (unsigned long) _edata;
89436 init_mm.brk = klimit;
89437 --- /dev/null
89438 +++ b/arch/powerpc/kernel/stacktrace.c
89439 @@ -0,0 +1,47 @@
89440 +/*
89441 + * Stack trace utility
89442 + *
89443 + * Copyright 2008 Christoph Hellwig, IBM Corp.
89444 + *
89445 + *
89446 + * This program is free software; you can redistribute it and/or
89447 + * modify it under the terms of the GNU General Public License
89448 + * as published by the Free Software Foundation; either version
89449 + * 2 of the License, or (at your option) any later version.
89450 + */
89451 +
89452 +#include <linux/sched.h>
89453 +#include <linux/stacktrace.h>
89454 +#include <asm/ptrace.h>
89455 +#include <asm/asm-offsets.h>
89456 +
89457 +/*
89458 + * Save stack-backtrace addresses into a stack_trace buffer.
89459 + */
89460 +void save_stack_trace(struct stack_trace *trace)
89461 +{
89462 + unsigned long sp;
89463 +
89464 + asm("mr %0,1" : "=r" (sp));
89465 +
89466 + for (;;) {
89467 + unsigned long *stack = (unsigned long *) sp;
89468 + unsigned long newsp, ip;
89469 +
89470 + if (!validate_sp(sp, current, STACK_FRAME_OVERHEAD))
89471 + return;
89472 +
89473 + newsp = stack[0];
89474 + ip = stack[STACK_FRAME_LR_SAVE];
89475 +
89476 + if (!trace->skip)
89477 + trace->entries[trace->nr_entries++] = ip;
89478 + else
89479 + trace->skip--;
89480 +
89481 + if (trace->nr_entries >= trace->max_entries)
89482 + return;
89483 +
89484 + sp = newsp;
89485 + }
89486 +}
89487 --- a/arch/powerpc/kernel/sys_ppc32.c
89488 +++ b/arch/powerpc/kernel/sys_ppc32.c
89489 @@ -368,11 +368,6 @@
89490
89491 error = compat_do_execve(filename, compat_ptr(a1), compat_ptr(a2), regs);
89492
89493 - if (error == 0) {
89494 - task_lock(current);
89495 - current->ptrace &= ~PT_DTRACE;
89496 - task_unlock(current);
89497 - }
89498 putname(filename);
89499
89500 out:
89501 --- a/arch/powerpc/kernel/vdso.c
89502 +++ b/arch/powerpc/kernel/vdso.c
89503 @@ -21,13 +21,14 @@
89504 #include <linux/elf.h>
89505 #include <linux/security.h>
89506 #include <linux/bootmem.h>
89507 +#include <linux/lmb.h>
89508
89509 #include <asm/pgtable.h>
89510 #include <asm/system.h>
89511 #include <asm/processor.h>
89512 #include <asm/mmu.h>
89513 #include <asm/mmu_context.h>
89514 -#include <asm/lmb.h>
89515 +#include <asm/prom.h>
89516 #include <asm/machdep.h>
89517 #include <asm/cputable.h>
89518 #include <asm/sections.h>
89519 --- a/arch/powerpc/kernel/vio.c
89520 +++ b/arch/powerpc/kernel/vio.c
89521 @@ -139,7 +139,7 @@
89522 */
89523 int vio_register_driver(struct vio_driver *viodrv)
89524 {
89525 - printk(KERN_DEBUG "%s: driver %s registering\n", __FUNCTION__,
89526 + printk(KERN_DEBUG "%s: driver %s registering\n", __func__,
89527 viodrv->driver.name);
89528
89529 /* fill in 'struct driver' fields */
89530 @@ -184,7 +184,7 @@
89531 /* we need the 'device_type' property, in order to match with drivers */
89532 if (of_node->type == NULL) {
89533 printk(KERN_WARNING "%s: node %s missing 'device_type'\n",
89534 - __FUNCTION__,
89535 + __func__,
89536 of_node->name ? of_node->name : "<unknown>");
89537 return NULL;
89538 }
89539 @@ -192,7 +192,7 @@
89540 unit_address = of_get_property(of_node, "reg", NULL);
89541 if (unit_address == NULL) {
89542 printk(KERN_WARNING "%s: node %s missing 'reg'\n",
89543 - __FUNCTION__,
89544 + __func__,
89545 of_node->name ? of_node->name : "<unknown>");
89546 return NULL;
89547 }
89548 @@ -227,7 +227,7 @@
89549 /* register with generic device framework */
89550 if (device_register(&viodev->dev)) {
89551 printk(KERN_ERR "%s: failed to register device %s\n",
89552 - __FUNCTION__, viodev->dev.bus_id);
89553 + __func__, viodev->dev.bus_id);
89554 /* XXX free TCE table */
89555 kfree(viodev);
89556 return NULL;
89557 @@ -258,7 +258,7 @@
89558 err = device_register(&vio_bus_device.dev);
89559 if (err) {
89560 printk(KERN_WARNING "%s: device_register returned %i\n",
89561 - __FUNCTION__, err);
89562 + __func__, err);
89563 return err;
89564 }
89565
89566 --- a/arch/powerpc/kernel/vmlinux.lds.S
89567 +++ b/arch/powerpc/kernel/vmlinux.lds.S
89568 @@ -1,11 +1,9 @@
89569 #ifdef CONFIG_PPC64
89570 -#include <asm/page.h>
89571 #define PROVIDE32(x) PROVIDE(__unused__##x)
89572 #else
89573 -#define PAGE_SIZE 4096
89574 -#define KERNELBASE CONFIG_KERNEL_START
89575 #define PROVIDE32(x) PROVIDE(x)
89576 #endif
89577 +#include <asm/page.h>
89578 #include <asm-generic/vmlinux.lds.h>
89579 #include <asm/cache.h>
89580
89581 @@ -33,7 +31,7 @@
89582 */
89583
89584 /* Text and gots */
89585 - .text : {
89586 + .text : AT(ADDR(.text) - LOAD_OFFSET) {
89587 ALIGN_FUNCTION();
89588 *(.text.head)
89589 _text = .;
89590 @@ -58,7 +56,7 @@
89591 RODATA
89592
89593 /* Exception & bug tables */
89594 - __ex_table : {
89595 + __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
89596 __start___ex_table = .;
89597 *(__ex_table)
89598 __stop___ex_table = .;
89599 @@ -74,7 +72,7 @@
89600 . = ALIGN(PAGE_SIZE);
89601 __init_begin = .;
89602
89603 - .init.text : {
89604 + .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
89605 _sinittext = .;
89606 INIT_TEXT
89607 _einittext = .;
89608 @@ -83,11 +81,11 @@
89609 /* .exit.text is discarded at runtime, not link time,
89610 * to deal with references from __bug_table
89611 */
89612 - .exit.text : {
89613 + .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
89614 EXIT_TEXT
89615 }
89616
89617 - .init.data : {
89618 + .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
89619 INIT_DATA
89620 __vtop_table_begin = .;
89621 *(.vtop_fixup);
89622 @@ -103,19 +101,19 @@
89623 }
89624
89625 . = ALIGN(16);
89626 - .init.setup : {
89627 + .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
89628 __setup_start = .;
89629 *(.init.setup)
89630 __setup_end = .;
89631 }
89632
89633 - .initcall.init : {
89634 + .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET) {
89635 __initcall_start = .;
89636 INITCALLS
89637 __initcall_end = .;
89638 }
89639
89640 - .con_initcall.init : {
89641 + .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET) {
89642 __con_initcall_start = .;
89643 *(.con_initcall.init)
89644 __con_initcall_end = .;
89645 @@ -124,14 +122,14 @@
89646 SECURITY_INIT
89647
89648 . = ALIGN(8);
89649 - __ftr_fixup : {
89650 + __ftr_fixup : AT(ADDR(__ftr_fixup) - LOAD_OFFSET) {
89651 __start___ftr_fixup = .;
89652 *(__ftr_fixup)
89653 __stop___ftr_fixup = .;
89654 }
89655 #ifdef CONFIG_PPC64
89656 . = ALIGN(8);
89657 - __fw_ftr_fixup : {
89658 + __fw_ftr_fixup : AT(ADDR(__fw_ftr_fixup) - LOAD_OFFSET) {
89659 __start___fw_ftr_fixup = .;
89660 *(__fw_ftr_fixup)
89661 __stop___fw_ftr_fixup = .;
89662 @@ -139,14 +137,14 @@
89663 #endif
89664 #ifdef CONFIG_BLK_DEV_INITRD
89665 . = ALIGN(PAGE_SIZE);
89666 - .init.ramfs : {
89667 + .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
89668 __initramfs_start = .;
89669 *(.init.ramfs)
89670 __initramfs_end = .;
89671 }
89672 #endif
89673 . = ALIGN(PAGE_SIZE);
89674 - .data.percpu : {
89675 + .data.percpu : AT(ADDR(.data.percpu) - LOAD_OFFSET) {
89676 __per_cpu_start = .;
89677 *(.data.percpu)
89678 *(.data.percpu.shared_aligned)
89679 @@ -154,7 +152,7 @@
89680 }
89681
89682 . = ALIGN(8);
89683 - .machine.desc : {
89684 + .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) {
89685 __machine_desc_start = . ;
89686 *(.machine.desc)
89687 __machine_desc_end = . ;
89688 @@ -172,25 +170,24 @@
89689 _sdata = .;
89690
89691 #ifdef CONFIG_PPC32
89692 - .data :
89693 - {
89694 + .data : AT(ADDR(.data) - LOAD_OFFSET) {
89695 DATA_DATA
89696 *(.sdata)
89697 *(.got.plt) *(.got)
89698 }
89699 #else
89700 - .data : {
89701 + .data : AT(ADDR(.data) - LOAD_OFFSET) {
89702 DATA_DATA
89703 *(.data.rel*)
89704 *(.toc1)
89705 *(.branch_lt)
89706 }
89707
89708 - .opd : {
89709 + .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
89710 *(.opd)
89711 }
89712
89713 - .got : {
89714 + .got : AT(ADDR(.got) - LOAD_OFFSET) {
89715 __toc_start = .;
89716 *(.got)
89717 *(.toc)
89718 @@ -207,26 +204,26 @@
89719 #else
89720 . = ALIGN(16384);
89721 #endif
89722 - .data.init_task : {
89723 + .data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET) {
89724 *(.data.init_task)
89725 }
89726
89727 . = ALIGN(PAGE_SIZE);
89728 - .data.page_aligned : {
89729 + .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) {
89730 *(.data.page_aligned)
89731 }
89732
89733 - .data.cacheline_aligned : {
89734 + .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) {
89735 *(.data.cacheline_aligned)
89736 }
89737
89738 . = ALIGN(L1_CACHE_BYTES);
89739 - .data.read_mostly : {
89740 + .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET) {
89741 *(.data.read_mostly)
89742 }
89743
89744 . = ALIGN(PAGE_SIZE);
89745 - __data_nosave : {
89746 + .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
89747 __nosave_begin = .;
89748 *(.data.nosave)
89749 . = ALIGN(PAGE_SIZE);
89750 @@ -237,7 +234,7 @@
89751 * And finally the bss
89752 */
89753
89754 - .bss : {
89755 + .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
89756 __bss_start = .;
89757 *(.sbss) *(.scommon)
89758 *(.dynbss)
89759 --- a/arch/powerpc/lib/rheap.c
89760 +++ b/arch/powerpc/lib/rheap.c
89761 @@ -54,7 +54,7 @@
89762
89763 new_blocks = max_blocks - info->max_blocks;
89764
89765 - block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_KERNEL);
89766 + block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_ATOMIC);
89767 if (block == NULL)
89768 return -ENOMEM;
89769
89770 @@ -258,7 +258,7 @@
89771 if ((alignment & (alignment - 1)) != 0)
89772 return ERR_PTR(-EINVAL);
89773
89774 - info = kmalloc(sizeof(*info), GFP_KERNEL);
89775 + info = kmalloc(sizeof(*info), GFP_ATOMIC);
89776 if (info == NULL)
89777 return ERR_PTR(-ENOMEM);
89778
89779 --- a/arch/powerpc/lib/string.S
89780 +++ b/arch/powerpc/lib/string.S
89781 @@ -75,6 +75,20 @@
89782 beq 1b
89783 blr
89784
89785 +_GLOBAL(strncmp)
89786 + PPC_LCMPI r5,0
89787 + beqlr
89788 + mtctr r5
89789 + addi r5,r3,-1
89790 + addi r4,r4,-1
89791 +1: lbzu r3,1(r5)
89792 + cmpwi 1,r3,0
89793 + lbzu r0,1(r4)
89794 + subf. r3,r0,r3
89795 + beqlr 1
89796 + bdnzt eq,1b
89797 + blr
89798 +
89799 _GLOBAL(strlen)
89800 addi r4,r3,-1
89801 1: lbzu r0,1(r4)
89802 --- a/arch/powerpc/math-emu/fabs.c
89803 +++ b/arch/powerpc/math-emu/fabs.c
89804 @@ -9,7 +9,7 @@
89805 frD[1] = frB[1];
89806
89807 #ifdef DEBUG
89808 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89809 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89810 dump_double(frD);
89811 printk("\n");
89812 #endif
89813 --- a/arch/powerpc/math-emu/fadd.c
89814 +++ b/arch/powerpc/math-emu/fadd.c
89815 @@ -14,7 +14,7 @@
89816 int ret = 0;
89817
89818 #ifdef DEBUG
89819 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89820 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89821 #endif
89822
89823 __FP_UNPACK_D(A, frA);
89824 --- a/arch/powerpc/math-emu/fadds.c
89825 +++ b/arch/powerpc/math-emu/fadds.c
89826 @@ -15,7 +15,7 @@
89827 int ret = 0;
89828
89829 #ifdef DEBUG
89830 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89831 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89832 #endif
89833
89834 __FP_UNPACK_D(A, frA);
89835 --- a/arch/powerpc/math-emu/fcmpo.c
89836 +++ b/arch/powerpc/math-emu/fcmpo.c
89837 @@ -15,7 +15,7 @@
89838 int ret = 0;
89839
89840 #ifdef DEBUG
89841 - printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
89842 + printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
89843 #endif
89844
89845 __FP_UNPACK_D(A, frA);
89846 --- a/arch/powerpc/math-emu/fcmpu.c
89847 +++ b/arch/powerpc/math-emu/fcmpu.c
89848 @@ -14,7 +14,7 @@
89849 long cmp;
89850
89851 #ifdef DEBUG
89852 - printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
89853 + printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
89854 #endif
89855
89856 __FP_UNPACK_D(A, frA);
89857 --- a/arch/powerpc/math-emu/fctiw.c
89858 +++ b/arch/powerpc/math-emu/fctiw.c
89859 @@ -16,7 +16,7 @@
89860 frD[1] = r;
89861
89862 #ifdef DEBUG
89863 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89864 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89865 dump_double(frD);
89866 printk("\n");
89867 #endif
89868 --- a/arch/powerpc/math-emu/fctiwz.c
89869 +++ b/arch/powerpc/math-emu/fctiwz.c
89870 @@ -23,7 +23,7 @@
89871 __FPU_FPSCR = fpscr;
89872
89873 #ifdef DEBUG
89874 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89875 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89876 dump_double(frD);
89877 printk("\n");
89878 #endif
89879 --- a/arch/powerpc/math-emu/fdiv.c
89880 +++ b/arch/powerpc/math-emu/fdiv.c
89881 @@ -14,7 +14,7 @@
89882 int ret = 0;
89883
89884 #ifdef DEBUG
89885 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89886 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89887 #endif
89888
89889 __FP_UNPACK_D(A, frA);
89890 @@ -28,13 +28,13 @@
89891 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
89892 ret |= EFLAG_VXZDZ;
89893 #ifdef DEBUG
89894 - printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
89895 + printk("%s: FPSCR_VXZDZ raised\n", __func__);
89896 #endif
89897 }
89898 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
89899 ret |= EFLAG_VXIDI;
89900 #ifdef DEBUG
89901 - printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
89902 + printk("%s: FPSCR_VXIDI raised\n", __func__);
89903 #endif
89904 }
89905
89906 --- a/arch/powerpc/math-emu/fdivs.c
89907 +++ b/arch/powerpc/math-emu/fdivs.c
89908 @@ -15,7 +15,7 @@
89909 int ret = 0;
89910
89911 #ifdef DEBUG
89912 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89913 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89914 #endif
89915
89916 __FP_UNPACK_D(A, frA);
89917 @@ -29,13 +29,13 @@
89918 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
89919 ret |= EFLAG_VXZDZ;
89920 #ifdef DEBUG
89921 - printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
89922 + printk("%s: FPSCR_VXZDZ raised\n", __func__);
89923 #endif
89924 }
89925 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
89926 ret |= EFLAG_VXIDI;
89927 #ifdef DEBUG
89928 - printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
89929 + printk("%s: FPSCR_VXIDI raised\n", __func__);
89930 #endif
89931 }
89932
89933 --- a/arch/powerpc/math-emu/fmadd.c
89934 +++ b/arch/powerpc/math-emu/fmadd.c
89935 @@ -16,7 +16,7 @@
89936 int ret = 0;
89937
89938 #ifdef DEBUG
89939 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89940 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89941 #endif
89942
89943 __FP_UNPACK_D(A, frA);
89944 --- a/arch/powerpc/math-emu/fmadds.c
89945 +++ b/arch/powerpc/math-emu/fmadds.c
89946 @@ -17,7 +17,7 @@
89947 int ret = 0;
89948
89949 #ifdef DEBUG
89950 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89951 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89952 #endif
89953
89954 __FP_UNPACK_D(A, frA);
89955 --- a/arch/powerpc/math-emu/fmr.c
89956 +++ b/arch/powerpc/math-emu/fmr.c
89957 @@ -9,7 +9,7 @@
89958 frD[1] = frB[1];
89959
89960 #ifdef DEBUG
89961 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89962 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89963 dump_double(frD);
89964 printk("\n");
89965 #endif
89966 --- a/arch/powerpc/math-emu/fmsub.c
89967 +++ b/arch/powerpc/math-emu/fmsub.c
89968 @@ -16,7 +16,7 @@
89969 int ret = 0;
89970
89971 #ifdef DEBUG
89972 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89973 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89974 #endif
89975
89976 __FP_UNPACK_D(A, frA);
89977 --- a/arch/powerpc/math-emu/fmsubs.c
89978 +++ b/arch/powerpc/math-emu/fmsubs.c
89979 @@ -17,7 +17,7 @@
89980 int ret = 0;
89981
89982 #ifdef DEBUG
89983 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89984 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89985 #endif
89986
89987 __FP_UNPACK_D(A, frA);
89988 --- a/arch/powerpc/math-emu/fmul.c
89989 +++ b/arch/powerpc/math-emu/fmul.c
89990 @@ -14,7 +14,7 @@
89991 int ret = 0;
89992
89993 #ifdef DEBUG
89994 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89995 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89996 #endif
89997
89998 __FP_UNPACK_D(A, frA);
89999 --- a/arch/powerpc/math-emu/fmuls.c
90000 +++ b/arch/powerpc/math-emu/fmuls.c
90001 @@ -15,7 +15,7 @@
90002 int ret = 0;
90003
90004 #ifdef DEBUG
90005 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90006 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90007 #endif
90008
90009 __FP_UNPACK_D(A, frA);
90010 --- a/arch/powerpc/math-emu/fnabs.c
90011 +++ b/arch/powerpc/math-emu/fnabs.c
90012 @@ -9,7 +9,7 @@
90013 frD[1] = frB[1];
90014
90015 #ifdef DEBUG
90016 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90017 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90018 dump_double(frD);
90019 printk("\n");
90020 #endif
90021 --- a/arch/powerpc/math-emu/fneg.c
90022 +++ b/arch/powerpc/math-emu/fneg.c
90023 @@ -9,7 +9,7 @@
90024 frD[1] = frB[1];
90025
90026 #ifdef DEBUG
90027 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90028 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90029 dump_double(frD);
90030 printk("\n");
90031 #endif
90032 --- a/arch/powerpc/math-emu/fnmadd.c
90033 +++ b/arch/powerpc/math-emu/fnmadd.c
90034 @@ -16,7 +16,7 @@
90035 int ret = 0;
90036
90037 #ifdef DEBUG
90038 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90039 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90040 #endif
90041
90042 __FP_UNPACK_D(A, frA);
90043 --- a/arch/powerpc/math-emu/fnmadds.c
90044 +++ b/arch/powerpc/math-emu/fnmadds.c
90045 @@ -17,7 +17,7 @@
90046 int ret = 0;
90047
90048 #ifdef DEBUG
90049 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90050 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90051 #endif
90052
90053 __FP_UNPACK_D(A, frA);
90054 --- a/arch/powerpc/math-emu/fnmsub.c
90055 +++ b/arch/powerpc/math-emu/fnmsub.c
90056 @@ -16,7 +16,7 @@
90057 int ret = 0;
90058
90059 #ifdef DEBUG
90060 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90061 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90062 #endif
90063
90064 __FP_UNPACK_D(A, frA);
90065 --- a/arch/powerpc/math-emu/fnmsubs.c
90066 +++ b/arch/powerpc/math-emu/fnmsubs.c
90067 @@ -17,7 +17,7 @@
90068 int ret = 0;
90069
90070 #ifdef DEBUG
90071 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90072 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90073 #endif
90074
90075 __FP_UNPACK_D(A, frA);
90076 --- a/arch/powerpc/math-emu/fres.c
90077 +++ b/arch/powerpc/math-emu/fres.c
90078 @@ -6,7 +6,7 @@
90079 fres(void *frD, void *frB)
90080 {
90081 #ifdef DEBUG
90082 - printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90083 + printk("%s: %p %p\n", __func__, frD, frB);
90084 #endif
90085 return -ENOSYS;
90086 }
90087 --- a/arch/powerpc/math-emu/frsp.c
90088 +++ b/arch/powerpc/math-emu/frsp.c
90089 @@ -12,7 +12,7 @@
90090 FP_DECL_D(B);
90091
90092 #ifdef DEBUG
90093 - printk("%s: D %p, B %p\n", __FUNCTION__, frD, frB);
90094 + printk("%s: D %p, B %p\n", __func__, frD, frB);
90095 #endif
90096
90097 __FP_UNPACK_D(B, frB);
90098 --- a/arch/powerpc/math-emu/frsqrte.c
90099 +++ b/arch/powerpc/math-emu/frsqrte.c
90100 @@ -6,7 +6,7 @@
90101 frsqrte(void *frD, void *frB)
90102 {
90103 #ifdef DEBUG
90104 - printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90105 + printk("%s: %p %p\n", __func__, frD, frB);
90106 #endif
90107 return 0;
90108 }
90109 --- a/arch/powerpc/math-emu/fsel.c
90110 +++ b/arch/powerpc/math-emu/fsel.c
90111 @@ -11,7 +11,7 @@
90112 FP_DECL_D(A);
90113
90114 #ifdef DEBUG
90115 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90116 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90117 #endif
90118
90119 __FP_UNPACK_D(A, frA);
90120 --- a/arch/powerpc/math-emu/fsqrt.c
90121 +++ b/arch/powerpc/math-emu/fsqrt.c
90122 @@ -13,7 +13,7 @@
90123 int ret = 0;
90124
90125 #ifdef DEBUG
90126 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90127 + printk("%s: %p %p %p %p\n", __func__, frD, frB);
90128 #endif
90129
90130 __FP_UNPACK_D(B, frB);
90131 --- a/arch/powerpc/math-emu/fsqrts.c
90132 +++ b/arch/powerpc/math-emu/fsqrts.c
90133 @@ -14,7 +14,7 @@
90134 int ret = 0;
90135
90136 #ifdef DEBUG
90137 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90138 + printk("%s: %p %p %p %p\n", __func__, frD, frB);
90139 #endif
90140
90141 __FP_UNPACK_D(B, frB);
90142 --- a/arch/powerpc/math-emu/fsub.c
90143 +++ b/arch/powerpc/math-emu/fsub.c
90144 @@ -14,7 +14,7 @@
90145 int ret = 0;
90146
90147 #ifdef DEBUG
90148 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90149 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90150 #endif
90151
90152 __FP_UNPACK_D(A, frA);
90153 --- a/arch/powerpc/math-emu/fsubs.c
90154 +++ b/arch/powerpc/math-emu/fsubs.c
90155 @@ -15,7 +15,7 @@
90156 int ret = 0;
90157
90158 #ifdef DEBUG
90159 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90160 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90161 #endif
90162
90163 __FP_UNPACK_D(A, frA);
90164 --- a/arch/powerpc/math-emu/lfd.c
90165 +++ b/arch/powerpc/math-emu/lfd.c
90166 @@ -11,7 +11,7 @@
90167 if (copy_from_user(frD, ea, sizeof(double)))
90168 return -EFAULT;
90169 #ifdef DEBUG
90170 - printk("%s: D %p, ea %p: ", __FUNCTION__, frD, ea);
90171 + printk("%s: D %p, ea %p: ", __func__, frD, ea);
90172 dump_double(frD);
90173 printk("\n");
90174 #endif
90175 --- a/arch/powerpc/math-emu/lfs.c
90176 +++ b/arch/powerpc/math-emu/lfs.c
90177 @@ -14,7 +14,7 @@
90178 float f;
90179
90180 #ifdef DEBUG
90181 - printk("%s: D %p, ea %p\n", __FUNCTION__, frD, ea);
90182 + printk("%s: D %p, ea %p\n", __func__, frD, ea);
90183 #endif
90184
90185 if (copy_from_user(&f, ea, sizeof(float)))
90186 --- a/arch/powerpc/math-emu/mcrfs.c
90187 +++ b/arch/powerpc/math-emu/mcrfs.c
90188 @@ -10,7 +10,7 @@
90189 u32 value, clear;
90190
90191 #ifdef DEBUG
90192 - printk("%s: %p (%08x) %d %d\n", __FUNCTION__, ccr, *ccr, crfD, crfS);
90193 + printk("%s: %p (%08x) %d %d\n", __func__, ccr, *ccr, crfD, crfS);
90194 #endif
90195
90196 clear = 15 << ((7 - crfS) << 2);
90197 @@ -24,7 +24,7 @@
90198 *ccr |= (value << ((7 - crfD) << 2));
90199
90200 #ifdef DEBUG
90201 - printk("CR: %08x\n", __FUNCTION__, *ccr);
90202 + printk("CR: %08x\n", __func__, *ccr);
90203 #endif
90204
90205 return 0;
90206 --- a/arch/powerpc/math-emu/mffs.c
90207 +++ b/arch/powerpc/math-emu/mffs.c
90208 @@ -10,7 +10,7 @@
90209 frD[1] = __FPU_FPSCR;
90210
90211 #ifdef DEBUG
90212 - printk("%s: frD %p: %08x.%08x\n", __FUNCTION__, frD, frD[0], frD[1]);
90213 + printk("%s: frD %p: %08x.%08x\n", __func__, frD, frD[0], frD[1]);
90214 #endif
90215
90216 return 0;
90217 --- a/arch/powerpc/math-emu/mtfsb0.c
90218 +++ b/arch/powerpc/math-emu/mtfsb0.c
90219 @@ -11,7 +11,7 @@
90220 __FPU_FPSCR &= ~(1 << (31 - crbD));
90221
90222 #ifdef DEBUG
90223 - printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90224 + printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90225 #endif
90226
90227 return 0;
90228 --- a/arch/powerpc/math-emu/mtfsb1.c
90229 +++ b/arch/powerpc/math-emu/mtfsb1.c
90230 @@ -11,7 +11,7 @@
90231 __FPU_FPSCR |= (1 << (31 - crbD));
90232
90233 #ifdef DEBUG
90234 - printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90235 + printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90236 #endif
90237
90238 return 0;
90239 --- a/arch/powerpc/math-emu/mtfsf.c
90240 +++ b/arch/powerpc/math-emu/mtfsf.c
90241 @@ -38,7 +38,7 @@
90242 __FPU_FPSCR |= (frB[1] & mask);
90243
90244 #ifdef DEBUG
90245 - printk("%s: %02x %p: %08lx\n", __FUNCTION__, FM, frB, __FPU_FPSCR);
90246 + printk("%s: %02x %p: %08lx\n", __func__, FM, frB, __FPU_FPSCR);
90247 #endif
90248
90249 return 0;
90250 --- a/arch/powerpc/math-emu/mtfsfi.c
90251 +++ b/arch/powerpc/math-emu/mtfsfi.c
90252 @@ -16,7 +16,7 @@
90253 __FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2);
90254
90255 #ifdef DEBUG
90256 - printk("%s: %d %x: %08lx\n", __FUNCTION__, crfD, IMM, __FPU_FPSCR);
90257 + printk("%s: %d %x: %08lx\n", __func__, crfD, IMM, __FPU_FPSCR);
90258 #endif
90259
90260 return 0;
90261 --- a/arch/powerpc/math-emu/stfd.c
90262 +++ b/arch/powerpc/math-emu/stfd.c
90263 @@ -7,7 +7,7 @@
90264 {
90265 #if 0
90266 #ifdef DEBUG
90267 - printk("%s: S %p, ea %p: ", __FUNCTION__, frS, ea);
90268 + printk("%s: S %p, ea %p: ", __func__, frS, ea);
90269 dump_double(frS);
90270 printk("\n");
90271 #endif
90272 --- a/arch/powerpc/math-emu/stfiwx.c
90273 +++ b/arch/powerpc/math-emu/stfiwx.c
90274 @@ -6,7 +6,7 @@
90275 stfiwx(u32 *frS, void *ea)
90276 {
90277 #ifdef DEBUG
90278 - printk("%s: %p %p\n", __FUNCTION__, frS, ea);
90279 + printk("%s: %p %p\n", __func__, frS, ea);
90280 #endif
90281
90282 if (copy_to_user(ea, &frS[1], sizeof(frS[1])))
90283 --- a/arch/powerpc/math-emu/stfs.c
90284 +++ b/arch/powerpc/math-emu/stfs.c
90285 @@ -15,7 +15,7 @@
90286 int err;
90287
90288 #ifdef DEBUG
90289 - printk("%s: S %p, ea %p\n", __FUNCTION__, frS, ea);
90290 + printk("%s: S %p, ea %p\n", __func__, frS, ea);
90291 #endif
90292
90293 __FP_UNPACK_D(A, frS);
90294 --- a/arch/powerpc/mm/40x_mmu.c
90295 +++ b/arch/powerpc/mm/40x_mmu.c
90296 @@ -97,7 +97,7 @@
90297 phys_addr_t p;
90298
90299 v = KERNELBASE;
90300 - p = PPC_MEMSTART;
90301 + p = 0;
90302 s = total_lowmem;
90303
90304 if (__map_without_ltlbs)
90305 --- a/arch/powerpc/mm/44x_mmu.c
90306 +++ b/arch/powerpc/mm/44x_mmu.c
90307 @@ -67,7 +67,7 @@
90308
90309 /* Pin in enough TLBs to cover any lowmem not covered by the
90310 * initial 256M mapping established in head_44x.S */
90311 - for (addr = PPC_PIN_SIZE; addr < total_lowmem;
90312 + for (addr = PPC_PIN_SIZE; addr < lowmem_end_addr;
90313 addr += PPC_PIN_SIZE)
90314 ppc44x_pin_tlb(addr + PAGE_OFFSET, addr);
90315
90316 --- a/arch/powerpc/mm/Makefile
90317 +++ b/arch/powerpc/mm/Makefile
90318 @@ -6,7 +6,7 @@
90319 EXTRA_CFLAGS += -mno-minimal-toc
90320 endif
90321
90322 -obj-y := fault.o mem.o lmb.o \
90323 +obj-y := fault.o mem.o \
90324 init_$(CONFIG_WORD_SIZE).o \
90325 pgtable_$(CONFIG_WORD_SIZE).o \
90326 mmu_context_$(CONFIG_WORD_SIZE).o
90327 --- a/arch/powerpc/mm/fsl_booke_mmu.c
90328 +++ b/arch/powerpc/mm/fsl_booke_mmu.c
90329 @@ -49,18 +49,15 @@
90330 #include <asm/mmu.h>
90331 #include <asm/uaccess.h>
90332 #include <asm/smp.h>
90333 -#include <asm/bootx.h>
90334 #include <asm/machdep.h>
90335 #include <asm/setup.h>
90336
90337 +#include "mmu_decl.h"
90338 +
90339 extern void loadcam_entry(unsigned int index);
90340 unsigned int tlbcam_index;
90341 unsigned int num_tlbcam_entries;
90342 static unsigned long __cam0, __cam1, __cam2;
90343 -extern unsigned long total_lowmem;
90344 -extern unsigned long __max_low_memory;
90345 -extern unsigned long __initial_memory_limit;
90346 -#define MAX_LOW_MEM CONFIG_LOWMEM_SIZE
90347
90348 #define NUM_TLBCAMS (16)
90349
90350 @@ -165,15 +162,15 @@
90351 void __init cam_mapin_ram(unsigned long cam0, unsigned long cam1,
90352 unsigned long cam2)
90353 {
90354 - settlbcam(0, PAGE_OFFSET, PPC_MEMSTART, cam0, _PAGE_KERNEL, 0);
90355 + settlbcam(0, PAGE_OFFSET, memstart_addr, cam0, _PAGE_KERNEL, 0);
90356 tlbcam_index++;
90357 if (cam1) {
90358 tlbcam_index++;
90359 - settlbcam(1, PAGE_OFFSET+cam0, PPC_MEMSTART+cam0, cam1, _PAGE_KERNEL, 0);
90360 + settlbcam(1, PAGE_OFFSET+cam0, memstart_addr+cam0, cam1, _PAGE_KERNEL, 0);
90361 }
90362 if (cam2) {
90363 tlbcam_index++;
90364 - settlbcam(2, PAGE_OFFSET+cam0+cam1, PPC_MEMSTART+cam0+cam1, cam2, _PAGE_KERNEL, 0);
90365 + settlbcam(2, PAGE_OFFSET+cam0+cam1, memstart_addr+cam0+cam1, cam2, _PAGE_KERNEL, 0);
90366 }
90367 }
90368
90369 @@ -196,35 +193,32 @@
90370 void __init
90371 adjust_total_lowmem(void)
90372 {
90373 - unsigned long max_low_mem = MAX_LOW_MEM;
90374 - unsigned long cam_max = 0x10000000;
90375 - unsigned long ram;
90376 -
90377 - /* adjust CAM size to max_low_mem */
90378 - if (max_low_mem < cam_max)
90379 - cam_max = max_low_mem;
90380 -
90381 - /* adjust lowmem size to max_low_mem */
90382 - if (max_low_mem < total_lowmem)
90383 - ram = max_low_mem;
90384 - else
90385 - ram = total_lowmem;
90386 + phys_addr_t max_lowmem_size = __max_low_memory;
90387 + phys_addr_t cam_max_size = 0x10000000;
90388 + phys_addr_t ram;
90389 +
90390 + /* adjust CAM size to max_lowmem_size */
90391 + if (max_lowmem_size < cam_max_size)
90392 + cam_max_size = max_lowmem_size;
90393 +
90394 + /* adjust lowmem size to max_lowmem_size */
90395 + ram = min(max_lowmem_size, total_lowmem);
90396
90397 /* Calculate CAM values */
90398 __cam0 = 1UL << 2 * (__ilog2(ram) / 2);
90399 - if (__cam0 > cam_max)
90400 - __cam0 = cam_max;
90401 + if (__cam0 > cam_max_size)
90402 + __cam0 = cam_max_size;
90403 ram -= __cam0;
90404 if (ram) {
90405 __cam1 = 1UL << 2 * (__ilog2(ram) / 2);
90406 - if (__cam1 > cam_max)
90407 - __cam1 = cam_max;
90408 + if (__cam1 > cam_max_size)
90409 + __cam1 = cam_max_size;
90410 ram -= __cam1;
90411 }
90412 if (ram) {
90413 __cam2 = 1UL << 2 * (__ilog2(ram) / 2);
90414 - if (__cam2 > cam_max)
90415 - __cam2 = cam_max;
90416 + if (__cam2 > cam_max_size)
90417 + __cam2 = cam_max_size;
90418 ram -= __cam2;
90419 }
90420
90421 @@ -232,6 +226,6 @@
90422 " CAM2=%ldMb residual: %ldMb\n",
90423 __cam0 >> 20, __cam1 >> 20, __cam2 >> 20,
90424 (total_lowmem - __cam0 - __cam1 - __cam2) >> 20);
90425 - __max_low_memory = max_low_mem = __cam0 + __cam1 + __cam2;
90426 - __initial_memory_limit = __max_low_memory;
90427 + __max_low_memory = __cam0 + __cam1 + __cam2;
90428 + __initial_memory_limit_addr = memstart_addr + __max_low_memory;
90429 }
90430 --- a/arch/powerpc/mm/hash_utils_64.c
90431 +++ b/arch/powerpc/mm/hash_utils_64.c
90432 @@ -31,6 +31,7 @@
90433 #include <linux/cache.h>
90434 #include <linux/init.h>
90435 #include <linux/signal.h>
90436 +#include <linux/lmb.h>
90437
90438 #include <asm/processor.h>
90439 #include <asm/pgtable.h>
90440 @@ -41,7 +42,7 @@
90441 #include <asm/system.h>
90442 #include <asm/uaccess.h>
90443 #include <asm/machdep.h>
90444 -#include <asm/lmb.h>
90445 +#include <asm/prom.h>
90446 #include <asm/abs_addr.h>
90447 #include <asm/tlbflush.h>
90448 #include <asm/io.h>
90449 @@ -191,6 +192,29 @@
90450 return ret < 0 ? ret : 0;
90451 }
90452
90453 +#ifdef CONFIG_MEMORY_HOTPLUG
90454 +static int htab_remove_mapping(unsigned long vstart, unsigned long vend,
90455 + int psize, int ssize)
90456 +{
90457 + unsigned long vaddr;
90458 + unsigned int step, shift;
90459 +
90460 + shift = mmu_psize_defs[psize].shift;
90461 + step = 1 << shift;
90462 +
90463 + if (!ppc_md.hpte_removebolted) {
90464 + printk(KERN_WARNING "Platform doesn't implement "
90465 + "hpte_removebolted\n");
90466 + return -EINVAL;
90467 + }
90468 +
90469 + for (vaddr = vstart; vaddr < vend; vaddr += step)
90470 + ppc_md.hpte_removebolted(vaddr, psize, ssize);
90471 +
90472 + return 0;
90473 +}
90474 +#endif /* CONFIG_MEMORY_HOTPLUG */
90475 +
90476 static int __init htab_dt_scan_seg_sizes(unsigned long node,
90477 const char *uname, int depth,
90478 void *data)
90479 @@ -434,6 +458,12 @@
90480 _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX,
90481 mmu_linear_psize, mmu_kernel_ssize));
90482 }
90483 +
90484 +int remove_section_mapping(unsigned long start, unsigned long end)
90485 +{
90486 + return htab_remove_mapping(start, end, mmu_linear_psize,
90487 + mmu_kernel_ssize);
90488 +}
90489 #endif /* CONFIG_MEMORY_HOTPLUG */
90490
90491 static inline void make_bl(unsigned int *insn_addr, void *func)
90492 --- a/arch/powerpc/mm/init_32.c
90493 +++ b/arch/powerpc/mm/init_32.c
90494 @@ -30,6 +30,7 @@
90495 #include <linux/highmem.h>
90496 #include <linux/initrd.h>
90497 #include <linux/pagemap.h>
90498 +#include <linux/lmb.h>
90499
90500 #include <asm/pgalloc.h>
90501 #include <asm/prom.h>
90502 @@ -41,7 +42,6 @@
90503 #include <asm/machdep.h>
90504 #include <asm/btext.h>
90505 #include <asm/tlb.h>
90506 -#include <asm/lmb.h>
90507 #include <asm/sections.h>
90508
90509 #include "mmu_decl.h"
90510 @@ -59,8 +59,8 @@
90511 unsigned long total_memory;
90512 unsigned long total_lowmem;
90513
90514 -unsigned long ppc_memstart;
90515 -unsigned long ppc_memoffset = PAGE_OFFSET;
90516 +phys_addr_t memstart_addr;
90517 +phys_addr_t lowmem_end_addr;
90518
90519 int boot_mapsize;
90520 #ifdef CONFIG_PPC_PMAC
90521 @@ -95,10 +95,10 @@
90522 unsigned long __max_low_memory = MAX_LOW_MEM;
90523
90524 /*
90525 - * limit of what is accessible with initial MMU setup -
90526 + * address of the limit of what is accessible with initial MMU setup -
90527 * 256MB usually, but only 16MB on 601.
90528 */
90529 -unsigned long __initial_memory_limit = 0x10000000;
90530 +phys_addr_t __initial_memory_limit_addr = (phys_addr_t)0x10000000;
90531
90532 /*
90533 * Check for command-line options that affect what MMU_init will do.
90534 @@ -131,10 +131,10 @@
90535
90536 /* 601 can only access 16MB at the moment */
90537 if (PVR_VER(mfspr(SPRN_PVR)) == 1)
90538 - __initial_memory_limit = 0x01000000;
90539 + __initial_memory_limit_addr = 0x01000000;
90540 /* 8xx can only access 8MB at the moment */
90541 if (PVR_VER(mfspr(SPRN_PVR)) == 0x50)
90542 - __initial_memory_limit = 0x00800000;
90543 + __initial_memory_limit_addr = 0x00800000;
90544
90545 /* parse args from command line */
90546 MMU_setup();
90547 @@ -145,8 +145,8 @@
90548 printk(KERN_WARNING "Only using first contiguous memory region");
90549 }
90550
90551 - total_memory = lmb_end_of_DRAM();
90552 - total_lowmem = total_memory;
90553 + total_lowmem = total_memory = lmb_end_of_DRAM() - memstart_addr;
90554 + lowmem_end_addr = memstart_addr + total_lowmem;
90555
90556 #ifdef CONFIG_FSL_BOOKE
90557 /* Freescale Book-E parts expect lowmem to be mapped by fixed TLB
90558 @@ -157,9 +157,10 @@
90559
90560 if (total_lowmem > __max_low_memory) {
90561 total_lowmem = __max_low_memory;
90562 + lowmem_end_addr = memstart_addr + total_lowmem;
90563 #ifndef CONFIG_HIGHMEM
90564 total_memory = total_lowmem;
90565 - lmb_enforce_memory_limit(total_lowmem);
90566 + lmb_enforce_memory_limit(lowmem_end_addr);
90567 lmb_analyze();
90568 #endif /* CONFIG_HIGHMEM */
90569 }
90570 @@ -184,8 +185,6 @@
90571 /* Map in I/O resources */
90572 if (ppc_md.progress)
90573 ppc_md.progress("MMU:setio", 0x302);
90574 - if (ppc_md.setup_io_mappings)
90575 - ppc_md.setup_io_mappings();
90576
90577 /* Initialize the context management stuff */
90578 mmu_context_init();
90579 @@ -208,7 +207,7 @@
90580 p = alloc_bootmem_pages(PAGE_SIZE);
90581 } else {
90582 p = __va(lmb_alloc_base(PAGE_SIZE, PAGE_SIZE,
90583 - __initial_memory_limit));
90584 + __initial_memory_limit_addr));
90585 }
90586 return p;
90587 }
90588 @@ -276,7 +275,7 @@
90589
90590 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
90591 if (!kcore_mem)
90592 - panic("%s: kmalloc failed\n", __FUNCTION__);
90593 + panic("%s: kmalloc failed\n", __func__);
90594
90595 /* must stay under 32 bits */
90596 if ( 0xfffffffful - (unsigned long)__va(base) < size) {
90597 --- a/arch/powerpc/mm/init_64.c
90598 +++ b/arch/powerpc/mm/init_64.c
90599 @@ -38,11 +38,11 @@
90600 #include <linux/nodemask.h>
90601 #include <linux/module.h>
90602 #include <linux/poison.h>
90603 +#include <linux/lmb.h>
90604
90605 #include <asm/pgalloc.h>
90606 #include <asm/page.h>
90607 #include <asm/prom.h>
90608 -#include <asm/lmb.h>
90609 #include <asm/rtas.h>
90610 #include <asm/io.h>
90611 #include <asm/mmu_context.h>
90612 @@ -72,8 +72,7 @@
90613 #warning TASK_SIZE is smaller than it needs to be.
90614 #endif
90615
90616 -/* max amount of RAM to use */
90617 -unsigned long __max_memory;
90618 +phys_addr_t memstart_addr;
90619
90620 void free_initmem(void)
90621 {
90622 @@ -122,7 +121,7 @@
90623 /* GFP_ATOMIC to avoid might_sleep warnings during boot */
90624 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
90625 if (!kcore_mem)
90626 - panic("%s: kmalloc failed\n", __FUNCTION__);
90627 + panic("%s: kmalloc failed\n", __func__);
90628
90629 kclist_add(kcore_mem, __va(base), size);
90630 }
90631 --- a/arch/powerpc/mm/lmb.c
90632 +++ /dev/null
90633 @@ -1,357 +0,0 @@
90634 -/*
90635 - * Procedures for maintaining information about logical memory blocks.
90636 - *
90637 - * Peter Bergner, IBM Corp. June 2001.
90638 - * Copyright (C) 2001 Peter Bergner.
90639 - *
90640 - * This program is free software; you can redistribute it and/or
90641 - * modify it under the terms of the GNU General Public License
90642 - * as published by the Free Software Foundation; either version
90643 - * 2 of the License, or (at your option) any later version.
90644 - */
90645 -
90646 -#include <linux/kernel.h>
90647 -#include <linux/init.h>
90648 -#include <linux/bitops.h>
90649 -#include <asm/types.h>
90650 -#include <asm/page.h>
90651 -#include <asm/prom.h>
90652 -#include <asm/lmb.h>
90653 -#ifdef CONFIG_PPC32
90654 -#include "mmu_decl.h" /* for __max_low_memory */
90655 -#endif
90656 -
90657 -#undef DEBUG
90658 -
90659 -#ifdef DEBUG
90660 -#include <asm/udbg.h>
90661 -#define DBG(fmt...) udbg_printf(fmt)
90662 -#else
90663 -#define DBG(fmt...)
90664 -#endif
90665 -
90666 -#define LMB_ALLOC_ANYWHERE 0
90667 -
90668 -struct lmb lmb;
90669 -
90670 -void lmb_dump_all(void)
90671 -{
90672 -#ifdef DEBUG
90673 - unsigned long i;
90674 -
90675 - DBG("lmb_dump_all:\n");
90676 - DBG(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
90677 - DBG(" memory.size = 0x%lx\n", lmb.memory.size);
90678 - for (i=0; i < lmb.memory.cnt ;i++) {
90679 - DBG(" memory.region[0x%x].base = 0x%lx\n",
90680 - i, lmb.memory.region[i].base);
90681 - DBG(" .size = 0x%lx\n",
90682 - lmb.memory.region[i].size);
90683 - }
90684 -
90685 - DBG("\n reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
90686 - DBG(" reserved.size = 0x%lx\n", lmb.reserved.size);
90687 - for (i=0; i < lmb.reserved.cnt ;i++) {
90688 - DBG(" reserved.region[0x%x].base = 0x%lx\n",
90689 - i, lmb.reserved.region[i].base);
90690 - DBG(" .size = 0x%lx\n",
90691 - lmb.reserved.region[i].size);
90692 - }
90693 -#endif /* DEBUG */
90694 -}
90695 -
90696 -static unsigned long __init lmb_addrs_overlap(unsigned long base1,
90697 - unsigned long size1, unsigned long base2, unsigned long size2)
90698 -{
90699 - return ((base1 < (base2+size2)) && (base2 < (base1+size1)));
90700 -}
90701 -
90702 -static long __init lmb_addrs_adjacent(unsigned long base1, unsigned long size1,
90703 - unsigned long base2, unsigned long size2)
90704 -{
90705 - if (base2 == base1 + size1)
90706 - return 1;
90707 - else if (base1 == base2 + size2)
90708 - return -1;
90709 -
90710 - return 0;
90711 -}
90712 -
90713 -static long __init lmb_regions_adjacent(struct lmb_region *rgn,
90714 - unsigned long r1, unsigned long r2)
90715 -{
90716 - unsigned long base1 = rgn->region[r1].base;
90717 - unsigned long size1 = rgn->region[r1].size;
90718 - unsigned long base2 = rgn->region[r2].base;
90719 - unsigned long size2 = rgn->region[r2].size;
90720 -
90721 - return lmb_addrs_adjacent(base1, size1, base2, size2);
90722 -}
90723 -
90724 -static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
90725 -{
90726 - unsigned long i;
90727 -
90728 - for (i = r; i < rgn->cnt - 1; i++) {
90729 - rgn->region[i].base = rgn->region[i + 1].base;
90730 - rgn->region[i].size = rgn->region[i + 1].size;
90731 - }
90732 - rgn->cnt--;
90733 -}
90734 -
90735 -/* Assumption: base addr of region 1 < base addr of region 2 */
90736 -static void __init lmb_coalesce_regions(struct lmb_region *rgn,
90737 - unsigned long r1, unsigned long r2)
90738 -{
90739 - rgn->region[r1].size += rgn->region[r2].size;
90740 - lmb_remove_region(rgn, r2);
90741 -}
90742 -
90743 -/* This routine called with relocation disabled. */
90744 -void __init lmb_init(void)
90745 -{
90746 - /* Create a dummy zero size LMB which will get coalesced away later.
90747 - * This simplifies the lmb_add() code below...
90748 - */
90749 - lmb.memory.region[0].base = 0;
90750 - lmb.memory.region[0].size = 0;
90751 - lmb.memory.cnt = 1;
90752 -
90753 - /* Ditto. */
90754 - lmb.reserved.region[0].base = 0;
90755 - lmb.reserved.region[0].size = 0;
90756 - lmb.reserved.cnt = 1;
90757 -}
90758 -
90759 -/* This routine may be called with relocation disabled. */
90760 -void __init lmb_analyze(void)
90761 -{
90762 - int i;
90763 -
90764 - lmb.memory.size = 0;
90765 -
90766 - for (i = 0; i < lmb.memory.cnt; i++)
90767 - lmb.memory.size += lmb.memory.region[i].size;
90768 -}
90769 -
90770 -/* This routine called with relocation disabled. */
90771 -static long __init lmb_add_region(struct lmb_region *rgn, unsigned long base,
90772 - unsigned long size)
90773 -{
90774 - unsigned long coalesced = 0;
90775 - long adjacent, i;
90776 -
90777 - /* First try and coalesce this LMB with another. */
90778 - for (i=0; i < rgn->cnt; i++) {
90779 - unsigned long rgnbase = rgn->region[i].base;
90780 - unsigned long rgnsize = rgn->region[i].size;
90781 -
90782 - if ((rgnbase == base) && (rgnsize == size))
90783 - /* Already have this region, so we're done */
90784 - return 0;
90785 -
90786 - adjacent = lmb_addrs_adjacent(base,size,rgnbase,rgnsize);
90787 - if ( adjacent > 0 ) {
90788 - rgn->region[i].base -= size;
90789 - rgn->region[i].size += size;
90790 - coalesced++;
90791 - break;
90792 - }
90793 - else if ( adjacent < 0 ) {
90794 - rgn->region[i].size += size;
90795 - coalesced++;
90796 - break;
90797 - }
90798 - }
90799 -
90800 - if ((i < rgn->cnt-1) && lmb_regions_adjacent(rgn, i, i+1) ) {
90801 - lmb_coalesce_regions(rgn, i, i+1);
90802 - coalesced++;
90803 - }
90804 -
90805 - if (coalesced)
90806 - return coalesced;
90807 - if (rgn->cnt >= MAX_LMB_REGIONS)
90808 - return -1;
90809 -
90810 - /* Couldn't coalesce the LMB, so add it to the sorted table. */
90811 - for (i = rgn->cnt-1; i >= 0; i--) {
90812 - if (base < rgn->region[i].base) {
90813 - rgn->region[i+1].base = rgn->region[i].base;
90814 - rgn->region[i+1].size = rgn->region[i].size;
90815 - } else {
90816 - rgn->region[i+1].base = base;
90817 - rgn->region[i+1].size = size;
90818 - break;
90819 - }
90820 - }
90821 - rgn->cnt++;
90822 -
90823 - return 0;
90824 -}
90825 -
90826 -/* This routine may be called with relocation disabled. */
90827 -long __init lmb_add(unsigned long base, unsigned long size)
90828 -{
90829 - struct lmb_region *_rgn = &(lmb.memory);
90830 -
90831 - /* On pSeries LPAR systems, the first LMB is our RMO region. */
90832 - if (base == 0)
90833 - lmb.rmo_size = size;
90834 -
90835 - return lmb_add_region(_rgn, base, size);
90836 -
90837 -}
90838 -
90839 -long __init lmb_reserve(unsigned long base, unsigned long size)
90840 -{
90841 - struct lmb_region *_rgn = &(lmb.reserved);
90842 -
90843 - BUG_ON(0 == size);
90844 -
90845 - return lmb_add_region(_rgn, base, size);
90846 -}
90847 -
90848 -long __init lmb_overlaps_region(struct lmb_region *rgn, unsigned long base,
90849 - unsigned long size)
90850 -{
90851 - unsigned long i;
90852 -
90853 - for (i=0; i < rgn->cnt; i++) {
90854 - unsigned long rgnbase = rgn->region[i].base;
90855 - unsigned long rgnsize = rgn->region[i].size;
90856 - if ( lmb_addrs_overlap(base,size,rgnbase,rgnsize) ) {
90857 - break;
90858 - }
90859 - }
90860 -
90861 - return (i < rgn->cnt) ? i : -1;
90862 -}
90863 -
90864 -unsigned long __init lmb_alloc(unsigned long size, unsigned long align)
90865 -{
90866 - return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
90867 -}
90868 -
90869 -unsigned long __init lmb_alloc_base(unsigned long size, unsigned long align,
90870 - unsigned long max_addr)
90871 -{
90872 - unsigned long alloc;
90873 -
90874 - alloc = __lmb_alloc_base(size, align, max_addr);
90875 -
90876 - if (alloc == 0)
90877 - panic("ERROR: Failed to allocate 0x%lx bytes below 0x%lx.\n",
90878 - size, max_addr);
90879 -
90880 - return alloc;
90881 -}
90882 -
90883 -unsigned long __init __lmb_alloc_base(unsigned long size, unsigned long align,
90884 - unsigned long max_addr)
90885 -{
90886 - long i, j;
90887 - unsigned long base = 0;
90888 -
90889 - BUG_ON(0 == size);
90890 -
90891 -#ifdef CONFIG_PPC32
90892 - /* On 32-bit, make sure we allocate lowmem */
90893 - if (max_addr == LMB_ALLOC_ANYWHERE)
90894 - max_addr = __max_low_memory;
90895 -#endif
90896 - for (i = lmb.memory.cnt-1; i >= 0; i--) {
90897 - unsigned long lmbbase = lmb.memory.region[i].base;
90898 - unsigned long lmbsize = lmb.memory.region[i].size;
90899 -
90900 - if (max_addr == LMB_ALLOC_ANYWHERE)
90901 - base = _ALIGN_DOWN(lmbbase + lmbsize - size, align);
90902 - else if (lmbbase < max_addr) {
90903 - base = min(lmbbase + lmbsize, max_addr);
90904 - base = _ALIGN_DOWN(base - size, align);
90905 - } else
90906 - continue;
90907 -
90908 - while ((lmbbase <= base) &&
90909 - ((j = lmb_overlaps_region(&lmb.reserved, base, size)) >= 0) )
90910 - base = _ALIGN_DOWN(lmb.reserved.region[j].base - size,
90911 - align);
90912 -
90913 - if ((base != 0) && (lmbbase <= base))
90914 - break;
90915 - }
90916 -
90917 - if (i < 0)
90918 - return 0;
90919 -
90920 - lmb_add_region(&lmb.reserved, base, size);
90921 -
90922 - return base;
90923 -}
90924 -
90925 -/* You must call lmb_analyze() before this. */
90926 -unsigned long __init lmb_phys_mem_size(void)
90927 -{
90928 - return lmb.memory.size;
90929 -}
90930 -
90931 -unsigned long __init lmb_end_of_DRAM(void)
90932 -{
90933 - int idx = lmb.memory.cnt - 1;
90934 -
90935 - return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
90936 -}
90937 -
90938 -/* You must call lmb_analyze() after this. */
90939 -void __init lmb_enforce_memory_limit(unsigned long memory_limit)
90940 -{
90941 - unsigned long i, limit;
90942 - struct lmb_property *p;
90943 -
90944 - if (! memory_limit)
90945 - return;
90946 -
90947 - /* Truncate the lmb regions to satisfy the memory limit. */
90948 - limit = memory_limit;
90949 - for (i = 0; i < lmb.memory.cnt; i++) {
90950 - if (limit > lmb.memory.region[i].size) {
90951 - limit -= lmb.memory.region[i].size;
90952 - continue;
90953 - }
90954 -
90955 - lmb.memory.region[i].size = limit;
90956 - lmb.memory.cnt = i + 1;
90957 - break;
90958 - }
90959 -
90960 - if (lmb.memory.region[0].size < lmb.rmo_size)
90961 - lmb.rmo_size = lmb.memory.region[0].size;
90962 -
90963 - /* And truncate any reserves above the limit also. */
90964 - for (i = 0; i < lmb.reserved.cnt; i++) {
90965 - p = &lmb.reserved.region[i];
90966 -
90967 - if (p->base > memory_limit)
90968 - p->size = 0;
90969 - else if ((p->base + p->size) > memory_limit)
90970 - p->size = memory_limit - p->base;
90971 -
90972 - if (p->size == 0) {
90973 - lmb_remove_region(&lmb.reserved, i);
90974 - i--;
90975 - }
90976 - }
90977 -}
90978 -
90979 -int __init lmb_is_reserved(unsigned long addr)
90980 -{
90981 - int i;
90982 -
90983 - for (i = 0; i < lmb.reserved.cnt; i++) {
90984 - unsigned long upper = lmb.reserved.region[i].base +
90985 - lmb.reserved.region[i].size - 1;
90986 - if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))
90987 - return 1;
90988 - }
90989 - return 0;
90990 -}
90991 --- a/arch/powerpc/mm/mem.c
90992 +++ b/arch/powerpc/mm/mem.c
90993 @@ -31,6 +31,7 @@
90994 #include <linux/initrd.h>
90995 #include <linux/pagemap.h>
90996 #include <linux/suspend.h>
90997 +#include <linux/lmb.h>
90998
90999 #include <asm/pgalloc.h>
91000 #include <asm/prom.h>
91001 @@ -42,7 +43,6 @@
91002 #include <asm/machdep.h>
91003 #include <asm/btext.h>
91004 #include <asm/tlb.h>
91005 -#include <asm/lmb.h>
91006 #include <asm/sections.h>
91007 #include <asm/vdso.h>
91008
91009 @@ -111,7 +111,7 @@
91010 }
91011 #endif
91012
91013 -int __devinit arch_add_memory(int nid, u64 start, u64 size)
91014 +int arch_add_memory(int nid, u64 start, u64 size)
91015 {
91016 struct pglist_data *pgdata;
91017 struct zone *zone;
91018 @@ -175,7 +175,6 @@
91019
91020 printk("Mem-info:\n");
91021 show_free_areas();
91022 - printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
91023 for_each_online_pgdat(pgdat) {
91024 unsigned long flags;
91025 pgdat_resize_lock(pgdat, &flags);
91026 @@ -217,9 +216,11 @@
91027 unsigned long total_pages;
91028 int boot_mapsize;
91029
91030 - max_pfn = total_pages = lmb_end_of_DRAM() >> PAGE_SHIFT;
91031 + max_pfn = lmb_end_of_DRAM() >> PAGE_SHIFT;
91032 + total_pages = (lmb_end_of_DRAM() - memstart_addr) >> PAGE_SHIFT;
91033 #ifdef CONFIG_HIGHMEM
91034 total_pages = total_lowmem >> PAGE_SHIFT;
91035 + max_low_pfn = lowmem_end_addr >> PAGE_SHIFT;
91036 #endif
91037
91038 /*
91039 @@ -245,18 +246,18 @@
91040 * present.
91041 */
91042 #ifdef CONFIG_HIGHMEM
91043 - free_bootmem_with_active_regions(0, total_lowmem >> PAGE_SHIFT);
91044 + free_bootmem_with_active_regions(0, lowmem_end_addr >> PAGE_SHIFT);
91045
91046 /* reserve the sections we're already using */
91047 for (i = 0; i < lmb.reserved.cnt; i++) {
91048 unsigned long addr = lmb.reserved.region[i].base +
91049 lmb_size_bytes(&lmb.reserved, i) - 1;
91050 - if (addr < total_lowmem)
91051 + if (addr < lowmem_end_addr)
91052 reserve_bootmem(lmb.reserved.region[i].base,
91053 lmb_size_bytes(&lmb.reserved, i),
91054 BOOTMEM_DEFAULT);
91055 - else if (lmb.reserved.region[i].base < total_lowmem) {
91056 - unsigned long adjusted_size = total_lowmem -
91057 + else if (lmb.reserved.region[i].base < lowmem_end_addr) {
91058 + unsigned long adjusted_size = lowmem_end_addr -
91059 lmb.reserved.region[i].base;
91060 reserve_bootmem(lmb.reserved.region[i].base,
91061 adjusted_size, BOOTMEM_DEFAULT);
91062 @@ -326,7 +327,7 @@
91063 (top_of_ram - total_ram) >> 20);
91064 memset(max_zone_pfns, 0, sizeof(max_zone_pfns));
91065 #ifdef CONFIG_HIGHMEM
91066 - max_zone_pfns[ZONE_DMA] = total_lowmem >> PAGE_SHIFT;
91067 + max_zone_pfns[ZONE_DMA] = lowmem_end_addr >> PAGE_SHIFT;
91068 max_zone_pfns[ZONE_HIGHMEM] = top_of_ram >> PAGE_SHIFT;
91069 #else
91070 max_zone_pfns[ZONE_DMA] = top_of_ram >> PAGE_SHIFT;
91071 @@ -381,7 +382,7 @@
91072 {
91073 unsigned long pfn, highmem_mapnr;
91074
91075 - highmem_mapnr = total_lowmem >> PAGE_SHIFT;
91076 + highmem_mapnr = lowmem_end_addr >> PAGE_SHIFT;
91077 for (pfn = highmem_mapnr; pfn < max_mapnr; ++pfn) {
91078 struct page *page = pfn_to_page(pfn);
91079 if (lmb_is_reserved(pfn << PAGE_SHIFT))
91080 --- a/arch/powerpc/mm/mmu_decl.h
91081 +++ b/arch/powerpc/mm/mmu_decl.h
91082 @@ -48,9 +48,11 @@
91083
91084 extern unsigned long ioremap_bot;
91085 extern unsigned long __max_low_memory;
91086 -extern unsigned long __initial_memory_limit;
91087 +extern phys_addr_t __initial_memory_limit_addr;
91088 extern unsigned long total_memory;
91089 extern unsigned long total_lowmem;
91090 +extern phys_addr_t memstart_addr;
91091 +extern phys_addr_t lowmem_end_addr;
91092
91093 /* ...and now those things that may be slightly different between processor
91094 * architectures. -- Dan
91095 --- a/arch/powerpc/mm/numa.c
91096 +++ b/arch/powerpc/mm/numa.c
91097 @@ -17,8 +17,9 @@
91098 #include <linux/nodemask.h>
91099 #include <linux/cpu.h>
91100 #include <linux/notifier.h>
91101 +#include <linux/lmb.h>
91102 #include <asm/sparsemem.h>
91103 -#include <asm/lmb.h>
91104 +#include <asm/prom.h>
91105 #include <asm/system.h>
91106 #include <asm/smp.h>
91107
91108 --- a/arch/powerpc/mm/pgtable_32.c
91109 +++ b/arch/powerpc/mm/pgtable_32.c
91110 @@ -281,12 +281,13 @@
91111 */
91112 void __init mapin_ram(void)
91113 {
91114 - unsigned long v, p, s, f;
91115 + unsigned long v, s, f;
91116 + phys_addr_t p;
91117 int ktext;
91118
91119 s = mmu_mapin_ram();
91120 v = KERNELBASE + s;
91121 - p = PPC_MEMSTART + s;
91122 + p = memstart_addr + s;
91123 for (; s < total_lowmem; s += PAGE_SIZE) {
91124 ktext = ((char *) v >= _stext && (char *) v < etext);
91125 f = ktext ?_PAGE_RAM_TEXT : _PAGE_RAM;
91126 --- a/arch/powerpc/mm/ppc_mmu_32.c
91127 +++ b/arch/powerpc/mm/ppc_mmu_32.c
91128 @@ -26,11 +26,11 @@
91129 #include <linux/mm.h>
91130 #include <linux/init.h>
91131 #include <linux/highmem.h>
91132 +#include <linux/lmb.h>
91133
91134 #include <asm/prom.h>
91135 #include <asm/mmu.h>
91136 #include <asm/machdep.h>
91137 -#include <asm/lmb.h>
91138
91139 #include "mmu_decl.h"
91140
91141 @@ -82,7 +82,6 @@
91142 #else
91143 unsigned long tot, bl, done;
91144 unsigned long max_size = (256<<20);
91145 - unsigned long align;
91146
91147 if (__map_without_bats) {
91148 printk(KERN_DEBUG "RAM mapped without BATs\n");
91149 @@ -93,19 +92,13 @@
91150
91151 /* Make sure we don't map a block larger than the
91152 smallest alignment of the physical address. */
91153 - /* alignment of PPC_MEMSTART */
91154 - align = ~(PPC_MEMSTART-1) & PPC_MEMSTART;
91155 - /* set BAT block size to MIN(max_size, align) */
91156 - if (align && align < max_size)
91157 - max_size = align;
91158 -
91159 tot = total_lowmem;
91160 for (bl = 128<<10; bl < max_size; bl <<= 1) {
91161 if (bl * 2 > tot)
91162 break;
91163 }
91164
91165 - setbat(2, KERNELBASE, PPC_MEMSTART, bl, _PAGE_RAM);
91166 + setbat(2, KERNELBASE, 0, bl, _PAGE_RAM);
91167 done = (unsigned long)bat_addrs[2].limit - KERNELBASE + 1;
91168 if ((done < tot) && !bat_addrs[3].limit) {
91169 /* use BAT3 to cover a bit more */
91170 @@ -113,7 +106,7 @@
91171 for (bl = 128<<10; bl < max_size; bl <<= 1)
91172 if (bl * 2 > tot)
91173 break;
91174 - setbat(3, KERNELBASE+done, PPC_MEMSTART+done, bl, _PAGE_RAM);
91175 + setbat(3, KERNELBASE+done, done, bl, _PAGE_RAM);
91176 done = (unsigned long)bat_addrs[3].limit - KERNELBASE + 1;
91177 }
91178
91179 @@ -240,7 +233,7 @@
91180 */
91181 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322);
91182 Hash = __va(lmb_alloc_base(Hash_size, Hash_size,
91183 - __initial_memory_limit));
91184 + __initial_memory_limit_addr));
91185 cacheable_memzero(Hash, Hash_size);
91186 _SDR1 = __pa(Hash) | SDR1_LOW_BITS;
91187
91188 --- a/arch/powerpc/mm/stab.c
91189 +++ b/arch/powerpc/mm/stab.c
91190 @@ -12,12 +12,14 @@
91191 * 2 of the License, or (at your option) any later version.
91192 */
91193
91194 +#include <linux/lmb.h>
91195 +
91196 #include <asm/pgtable.h>
91197 #include <asm/mmu.h>
91198 #include <asm/mmu_context.h>
91199 #include <asm/paca.h>
91200 #include <asm/cputable.h>
91201 -#include <asm/lmb.h>
91202 +#include <asm/prom.h>
91203 #include <asm/abs_addr.h>
91204 #include <asm/firmware.h>
91205 #include <asm/iseries/hv_call.h>
91206 --- a/arch/powerpc/oprofile/cell/spu_task_sync.c
91207 +++ b/arch/powerpc/oprofile/cell/spu_task_sync.c
91208 @@ -68,7 +68,7 @@
91209 if (spu_num >= num_spu_nodes) {
91210 printk(KERN_ERR "SPU_PROF: "
91211 "%s, line %d: Invalid index %d into spu info cache\n",
91212 - __FUNCTION__, __LINE__, spu_num);
91213 + __func__, __LINE__, spu_num);
91214 ret_info = NULL;
91215 goto out;
91216 }
91217 @@ -115,7 +115,7 @@
91218 if (!info) {
91219 printk(KERN_ERR "SPU_PROF: "
91220 "%s, line %d: create vma_map failed\n",
91221 - __FUNCTION__, __LINE__);
91222 + __func__, __LINE__);
91223 retval = -ENOMEM;
91224 goto err_alloc;
91225 }
91226 @@ -123,7 +123,7 @@
91227 if (!new_map) {
91228 printk(KERN_ERR "SPU_PROF: "
91229 "%s, line %d: create vma_map failed\n",
91230 - __FUNCTION__, __LINE__);
91231 + __func__, __LINE__);
91232 retval = -ENOMEM;
91233 goto err_alloc;
91234 }
91235 @@ -171,7 +171,7 @@
91236 printk(KERN_ERR "SPU_PROF: "
91237 "%s, line %d: "
91238 "Invalid index %d into spu info cache\n",
91239 - __FUNCTION__, __LINE__, spu_index);
91240 + __func__, __LINE__, spu_index);
91241 goto out;
91242 }
91243 end = spu_index + 1;
91244 @@ -273,7 +273,7 @@
91245
91246 printk(KERN_ERR "SPU_PROF: "
91247 "%s, line %d: Cannot find dcookie for SPU binary\n",
91248 - __FUNCTION__, __LINE__);
91249 + __func__, __LINE__);
91250 goto out;
91251 }
91252
91253 @@ -467,7 +467,7 @@
91254 if (ret) {
91255 printk(KERN_ERR "SPU_PROF: "
91256 "%s, line %d: spu_switch_event_unregister returned %d\n",
91257 - __FUNCTION__, __LINE__, ret);
91258 + __func__, __LINE__, ret);
91259 goto out;
91260 }
91261
91262 --- a/arch/powerpc/oprofile/cell/vma_map.c
91263 +++ b/arch/powerpc/oprofile/cell/vma_map.c
91264 @@ -72,7 +72,7 @@
91265 kzalloc(sizeof(struct vma_to_fileoffset_map), GFP_KERNEL);
91266 if (!new) {
91267 printk(KERN_ERR "SPU_PROF: %s, line %d: malloc failed\n",
91268 - __FUNCTION__, __LINE__);
91269 + __func__, __LINE__);
91270 vma_map_free(map);
91271 return NULL;
91272 }
91273 @@ -134,19 +134,19 @@
91274 if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) {
91275 printk(KERN_ERR "SPU_PROF: "
91276 "%s, line %d: Unexpected e_ident parsing SPU ELF\n",
91277 - __FUNCTION__, __LINE__);
91278 + __func__, __LINE__);
91279 goto fail;
91280 }
91281 if (ehdr.e_machine != EM_SPU) {
91282 printk(KERN_ERR "SPU_PROF: "
91283 "%s, line %d: Unexpected e_machine parsing SPU ELF\n",
91284 - __FUNCTION__, __LINE__);
91285 + __func__, __LINE__);
91286 goto fail;
91287 }
91288 if (ehdr.e_type != ET_EXEC) {
91289 printk(KERN_ERR "SPU_PROF: "
91290 "%s, line %d: Unexpected e_type parsing SPU ELF\n",
91291 - __FUNCTION__, __LINE__);
91292 + __func__, __LINE__);
91293 goto fail;
91294 }
91295 phdr_start = spu_elf_start + ehdr.e_phoff;
91296 @@ -232,7 +232,7 @@
91297 if (overlay_tbl_offset < 0) {
91298 printk(KERN_ERR "SPU_PROF: "
91299 "%s, line %d: Error finding SPU overlay table\n",
91300 - __FUNCTION__, __LINE__);
91301 + __func__, __LINE__);
91302 goto fail;
91303 }
91304 ovly_table = spu_elf_start + overlay_tbl_offset;
91305 --- a/arch/powerpc/oprofile/op_model_cell.c
91306 +++ b/arch/powerpc/oprofile/op_model_cell.c
91307 @@ -216,7 +216,7 @@
91308 * failure to stop OProfile.
91309 */
91310 printk(KERN_WARNING "%s: rtas returned: %d\n",
91311 - __FUNCTION__, ret);
91312 + __func__, ret);
91313 }
91314
91315 static int pm_rtas_activate_signals(u32 node, u32 count)
91316 @@ -255,7 +255,7 @@
91317
91318 if (unlikely(ret)) {
91319 printk(KERN_WARNING "%s: rtas returned: %d\n",
91320 - __FUNCTION__, ret);
91321 + __func__, ret);
91322 return -EIO;
91323 }
91324 }
91325 @@ -560,7 +560,7 @@
91326 if (unlikely(spu_rtas_token == RTAS_UNKNOWN_SERVICE)) {
91327 printk(KERN_ERR
91328 "%s: rtas token ibm,cbe-spu-perftools unknown\n",
91329 - __FUNCTION__);
91330 + __func__);
91331 return -EIO;
91332 }
91333 }
91334 @@ -576,7 +576,7 @@
91335 if (unlikely(pm_rtas_token == RTAS_UNKNOWN_SERVICE)) {
91336 printk(KERN_ERR
91337 "%s: rtas token ibm,cbe-perftools unknown\n",
91338 - __FUNCTION__);
91339 + __func__);
91340 return -EIO;
91341 }
91342
91343 @@ -853,7 +853,7 @@
91344
91345 if (unlikely(ret)) {
91346 printk(KERN_WARNING "%s: rtas returned: %d\n",
91347 - __FUNCTION__, ret);
91348 + __func__, ret);
91349 return -EIO;
91350 }
91351
91352 @@ -949,7 +949,7 @@
91353 if (unlikely(ret != 0)) {
91354 printk(KERN_ERR
91355 "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
91356 - __FUNCTION__, ret);
91357 + __func__, ret);
91358 rtas_error = -EIO;
91359 goto out;
91360 }
91361 @@ -1061,7 +1061,7 @@
91362 if (unlikely(rtn_value != 0)) {
91363 printk(KERN_ERR
91364 "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
91365 - __FUNCTION__, rtn_value);
91366 + __func__, rtn_value);
91367 }
91368
91369 /* Deactivate the signals */
91370 --- a/arch/powerpc/platforms/40x/ep405.c
91371 +++ b/arch/powerpc/platforms/40x/ep405.c
91372 @@ -29,6 +29,7 @@
91373 #include <asm/time.h>
91374 #include <asm/uic.h>
91375 #include <asm/pci-bridge.h>
91376 +#include <asm/ppc4xx.h>
91377
91378 static struct device_node *bcsr_node;
91379 static void __iomem *bcsr_regs;
91380 @@ -119,5 +120,6 @@
91381 .progress = udbg_progress,
91382 .init_IRQ = uic_init_tree,
91383 .get_irq = uic_get_irq,
91384 + .restart = ppc4xx_reset_system,
91385 .calibrate_decr = generic_calibrate_decr,
91386 };
91387 --- a/arch/powerpc/platforms/40x/kilauea.c
91388 +++ b/arch/powerpc/platforms/40x/kilauea.c
91389 @@ -1,7 +1,7 @@
91390 /*
91391 * Kilauea board specific routines
91392 *
91393 - * Copyright 2007 DENX Software Engineering, Stefan Roese <sr@denx.de>
91394 + * Copyright 2007-2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
91395 *
91396 * Based on the Walnut code by
91397 * Josh Boyer <jwboyer@linux.vnet.ibm.com>
91398 @@ -20,6 +20,7 @@
91399 #include <asm/time.h>
91400 #include <asm/uic.h>
91401 #include <asm/pci-bridge.h>
91402 +#include <asm/ppc4xx.h>
91403
91404 static __initdata struct of_device_id kilauea_of_bus[] = {
91405 { .compatible = "ibm,plb4", },
91406 @@ -54,5 +55,6 @@
91407 .progress = udbg_progress,
91408 .init_IRQ = uic_init_tree,
91409 .get_irq = uic_get_irq,
91410 + .restart = ppc4xx_reset_system,
91411 .calibrate_decr = generic_calibrate_decr,
91412 };
91413 --- a/arch/powerpc/platforms/40x/makalu.c
91414 +++ b/arch/powerpc/platforms/40x/makalu.c
91415 @@ -20,6 +20,7 @@
91416 #include <asm/time.h>
91417 #include <asm/uic.h>
91418 #include <asm/pci-bridge.h>
91419 +#include <asm/ppc4xx.h>
91420
91421 static __initdata struct of_device_id makalu_of_bus[] = {
91422 { .compatible = "ibm,plb4", },
91423 @@ -54,5 +55,6 @@
91424 .progress = udbg_progress,
91425 .init_IRQ = uic_init_tree,
91426 .get_irq = uic_get_irq,
91427 + .restart = ppc4xx_reset_system,
91428 .calibrate_decr = generic_calibrate_decr,
91429 };
91430 --- a/arch/powerpc/platforms/40x/virtex.c
91431 +++ b/arch/powerpc/platforms/40x/virtex.c
91432 @@ -14,6 +14,7 @@
91433 #include <asm/prom.h>
91434 #include <asm/time.h>
91435 #include <asm/xilinx_intc.h>
91436 +#include <asm/ppc4xx.h>
91437
91438 static struct of_device_id xilinx_of_bus_ids[] __initdata = {
91439 { .compatible = "xlnx,plb-v46-1.00.a", },
91440 @@ -48,5 +49,6 @@
91441 .probe = virtex_probe,
91442 .init_IRQ = xilinx_intc_init_tree,
91443 .get_irq = xilinx_intc_get_irq,
91444 + .restart = ppc4xx_reset_system,
91445 .calibrate_decr = generic_calibrate_decr,
91446 };
91447 --- a/arch/powerpc/platforms/40x/walnut.c
91448 +++ b/arch/powerpc/platforms/40x/walnut.c
91449 @@ -26,6 +26,7 @@
91450 #include <asm/time.h>
91451 #include <asm/uic.h>
91452 #include <asm/pci-bridge.h>
91453 +#include <asm/ppc4xx.h>
91454
91455 static __initdata struct of_device_id walnut_of_bus[] = {
91456 { .compatible = "ibm,plb3", },
91457 @@ -61,5 +62,6 @@
91458 .progress = udbg_progress,
91459 .init_IRQ = uic_init_tree,
91460 .get_irq = uic_get_irq,
91461 - .calibrate_decr = generic_calibrate_decr,
91462 + .restart = ppc4xx_reset_system,
91463 + .calibrate_decr = generic_calibrate_decr,
91464 };
91465 --- a/arch/powerpc/platforms/44x/44x.h
91466 +++ b/arch/powerpc/platforms/44x/44x.h
91467 @@ -3,6 +3,5 @@
91468
91469 extern u8 as1_readb(volatile u8 __iomem *addr);
91470 extern void as1_writeb(u8 data, volatile u8 __iomem *addr);
91471 -extern void ppc44x_reset_system(char *cmd);
91472
91473 #endif /* __POWERPC_PLATFORMS_44X_44X_H */
91474 --- a/arch/powerpc/platforms/44x/Kconfig
91475 +++ b/arch/powerpc/platforms/44x/Kconfig
91476 @@ -67,6 +67,25 @@
91477 See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
91478 Telephony Developers" link for more information.
91479
91480 +config CANYONLANDS
91481 + bool "Canyonlands"
91482 + depends on 44x
91483 + default n
91484 + select 460EX
91485 + select PCI
91486 + select PPC4xx_PCI_EXPRESS
91487 + help
91488 + This option enables support for the AMCC PPC460EX evaluation board.
91489 +
91490 +config YOSEMITE
91491 + bool "Yosemite"
91492 + depends on 44x
91493 + default n
91494 + select 440EP
91495 + select PCI
91496 + help
91497 + This option enables support for the AMCC PPC440EP evaluation board.
91498 +
91499 #config LUAN
91500 # bool "Luan"
91501 # depends on 44x
91502 @@ -122,6 +141,14 @@
91503 bool
91504 select IBM_NEW_EMAC_EMAC4
91505
91506 +config 460EX
91507 + bool
91508 + select PPC_FPU
91509 + select IBM_NEW_EMAC_EMAC4
91510 + select IBM_NEW_EMAC_RGMII
91511 + select IBM_NEW_EMAC_ZMII
91512 + select IBM_NEW_EMAC_TAH
91513 +
91514 # 44x errata/workaround config symbols, selected by the CPU models above
91515 config IBM440EP_ERR42
91516 bool
91517 --- a/arch/powerpc/platforms/44x/Makefile
91518 +++ b/arch/powerpc/platforms/44x/Makefile
91519 @@ -1,9 +1,11 @@
91520 -obj-$(CONFIG_44x) := misc_44x.o
91521 +obj-$(CONFIG_44x) := misc_44x.o idle.o
91522 obj-$(CONFIG_EBONY) += ebony.o
91523 obj-$(CONFIG_TAISHAN) += taishan.o
91524 obj-$(CONFIG_BAMBOO) += bamboo.o
91525 +obj-$(CONFIG_YOSEMITE) += bamboo.o
91526 obj-$(CONFIG_SEQUOIA) += sequoia.o
91527 obj-$(CONFIG_KATMAI) += katmai.o
91528 obj-$(CONFIG_RAINIER) += rainier.o
91529 obj-$(CONFIG_WARP) += warp.o
91530 obj-$(CONFIG_WARP) += warp-nand.o
91531 +obj-$(CONFIG_CANYONLANDS) += canyonlands.o
91532 --- a/arch/powerpc/platforms/44x/bamboo.c
91533 +++ b/arch/powerpc/platforms/44x/bamboo.c
91534 @@ -22,8 +22,7 @@
91535 #include <asm/time.h>
91536 #include <asm/uic.h>
91537 #include <asm/pci-bridge.h>
91538 -
91539 -#include "44x.h"
91540 +#include <asm/ppc4xx.h>
91541
91542 static __initdata struct of_device_id bamboo_of_bus[] = {
91543 { .compatible = "ibm,plb4", },
91544 @@ -53,11 +52,11 @@
91545 }
91546
91547 define_machine(bamboo) {
91548 - .name = "Bamboo",
91549 - .probe = bamboo_probe,
91550 - .progress = udbg_progress,
91551 - .init_IRQ = uic_init_tree,
91552 - .get_irq = uic_get_irq,
91553 - .restart = ppc44x_reset_system,
91554 + .name = "Bamboo",
91555 + .probe = bamboo_probe,
91556 + .progress = udbg_progress,
91557 + .init_IRQ = uic_init_tree,
91558 + .get_irq = uic_get_irq,
91559 + .restart = ppc4xx_reset_system,
91560 .calibrate_decr = generic_calibrate_decr,
91561 };
91562 --- /dev/null
91563 +++ b/arch/powerpc/platforms/44x/canyonlands.c
91564 @@ -0,0 +1,63 @@
91565 +/*
91566 + * Canyonlands board specific routines
91567 + *
91568 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
91569 + *
91570 + * Based on the Katmai code by
91571 + * Benjamin Herrenschmidt <benh@kernel.crashing.org>
91572 + * Copyright 2007 IBM Corp.
91573 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
91574 + * Copyright 2007 IBM Corporation
91575 + *
91576 + * This program is free software; you can redistribute it and/or modify it
91577 + * under the terms of the GNU General Public License as published by the
91578 + * Free Software Foundation; either version 2 of the License, or (at your
91579 + * option) any later version.
91580 + */
91581 +#include <linux/init.h>
91582 +#include <linux/of_platform.h>
91583 +
91584 +#include <asm/machdep.h>
91585 +#include <asm/prom.h>
91586 +#include <asm/udbg.h>
91587 +#include <asm/time.h>
91588 +#include <asm/uic.h>
91589 +#include <asm/pci-bridge.h>
91590 +#include <asm/ppc4xx.h>
91591 +
91592 +static __initdata struct of_device_id canyonlands_of_bus[] = {
91593 + { .compatible = "ibm,plb4", },
91594 + { .compatible = "ibm,opb", },
91595 + { .compatible = "ibm,ebc", },
91596 + {},
91597 +};
91598 +
91599 +static int __init canyonlands_device_probe(void)
91600 +{
91601 + of_platform_bus_probe(NULL, canyonlands_of_bus, NULL);
91602 +
91603 + return 0;
91604 +}
91605 +machine_device_initcall(canyonlands, canyonlands_device_probe);
91606 +
91607 +static int __init canyonlands_probe(void)
91608 +{
91609 + unsigned long root = of_get_flat_dt_root();
91610 +
91611 + if (!of_flat_dt_is_compatible(root, "amcc,canyonlands"))
91612 + return 0;
91613 +
91614 + ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
91615 +
91616 + return 1;
91617 +}
91618 +
91619 +define_machine(canyonlands) {
91620 + .name = "Canyonlands",
91621 + .probe = canyonlands_probe,
91622 + .progress = udbg_progress,
91623 + .init_IRQ = uic_init_tree,
91624 + .get_irq = uic_get_irq,
91625 + .restart = ppc4xx_reset_system,
91626 + .calibrate_decr = generic_calibrate_decr,
91627 +};
91628 --- a/arch/powerpc/platforms/44x/ebony.c
91629 +++ b/arch/powerpc/platforms/44x/ebony.c
91630 @@ -26,8 +26,7 @@
91631 #include <asm/time.h>
91632 #include <asm/uic.h>
91633 #include <asm/pci-bridge.h>
91634 -
91635 -#include "44x.h"
91636 +#include <asm/ppc4xx.h>
91637
91638 static __initdata struct of_device_id ebony_of_bus[] = {
91639 { .compatible = "ibm,plb4", },
91640 @@ -66,6 +65,6 @@
91641 .progress = udbg_progress,
91642 .init_IRQ = uic_init_tree,
91643 .get_irq = uic_get_irq,
91644 - .restart = ppc44x_reset_system,
91645 + .restart = ppc4xx_reset_system,
91646 .calibrate_decr = generic_calibrate_decr,
91647 };
91648 --- /dev/null
91649 +++ b/arch/powerpc/platforms/44x/idle.c
91650 @@ -0,0 +1,67 @@
91651 +/*
91652 + * Copyright 2008 IBM Corp.
91653 + *
91654 + * Based on arch/powerpc/platforms/pasemi/idle.c:
91655 + * Copyright (C) 2006-2007 PA Semi, Inc
91656 + *
91657 + * Added by: Jerone Young <jyoung5@us.ibm.com>
91658 + *
91659 + * This program is free software; you can redistribute it and/or modify
91660 + * it under the terms of the GNU General Public License version 2 as
91661 + * published by the Free Software Foundation.
91662 + *
91663 + * This program is distributed in the hope that it will be useful,
91664 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
91665 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
91666 + * GNU General Public License for more details.
91667 + *
91668 + * You should have received a copy of the GNU General Public License
91669 + * along with this program; if not, write to the Free Software
91670 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
91671 + *
91672 + */
91673 +
91674 +#include <linux/of.h>
91675 +#include <linux/kernel.h>
91676 +#include <asm/machdep.h>
91677 +
91678 +static int mode_spin;
91679 +
91680 +static void ppc44x_idle(void)
91681 +{
91682 + unsigned long msr_save;
91683 +
91684 + msr_save = mfmsr();
91685 + /* set wait state MSR */
91686 + mtmsr(msr_save|MSR_WE|MSR_EE|MSR_CE|MSR_DE);
91687 + isync();
91688 + /* return to initial state */
91689 + mtmsr(msr_save);
91690 + isync();
91691 +}
91692 +
91693 +int __init ppc44x_idle_init(void)
91694 +{
91695 + if (!mode_spin) {
91696 + /* If we are not setting spin mode
91697 + then we set to wait mode */
91698 + ppc_md.power_save = &ppc44x_idle;
91699 + }
91700 +
91701 + return 0;
91702 +}
91703 +
91704 +arch_initcall(ppc44x_idle_init);
91705 +
91706 +static int __init idle_param(char *p)
91707 +{
91708 +
91709 + if (!strcmp("spin", p)) {
91710 + mode_spin = 1;
91711 + ppc_md.power_save = NULL;
91712 + }
91713 +
91714 + return 0;
91715 +}
91716 +
91717 +early_param("idle", idle_param);
91718 --- a/arch/powerpc/platforms/44x/katmai.c
91719 +++ b/arch/powerpc/platforms/44x/katmai.c
91720 @@ -22,8 +22,7 @@
91721 #include <asm/time.h>
91722 #include <asm/uic.h>
91723 #include <asm/pci-bridge.h>
91724 -
91725 -#include "44x.h"
91726 +#include <asm/ppc4xx.h>
91727
91728 static __initdata struct of_device_id katmai_of_bus[] = {
91729 { .compatible = "ibm,plb4", },
91730 @@ -58,6 +57,6 @@
91731 .progress = udbg_progress,
91732 .init_IRQ = uic_init_tree,
91733 .get_irq = uic_get_irq,
91734 - .restart = ppc44x_reset_system,
91735 + .restart = ppc4xx_reset_system,
91736 .calibrate_decr = generic_calibrate_decr,
91737 };
91738 --- a/arch/powerpc/platforms/44x/misc_44x.S
91739 +++ b/arch/powerpc/platforms/44x/misc_44x.S
91740 @@ -44,14 +44,3 @@
91741 sync
91742 isync
91743 blr
91744 -
91745 -/*
91746 - * void ppc44x_reset_system(char *cmd)
91747 - *
91748 - * At present, this routine just applies a system reset.
91749 - */
91750 -_GLOBAL(ppc44x_reset_system)
91751 - mfspr r13,SPRN_DBCR0
91752 - oris r13,r13,DBCR0_RST_SYSTEM@h
91753 - mtspr SPRN_DBCR0,r13
91754 - b . /* Just in case the reset doesn't work */
91755 --- a/arch/powerpc/platforms/44x/rainier.c
91756 +++ b/arch/powerpc/platforms/44x/rainier.c
91757 @@ -22,7 +22,7 @@
91758 #include <asm/time.h>
91759 #include <asm/uic.h>
91760 #include <asm/pci-bridge.h>
91761 -#include "44x.h"
91762 +#include <asm/ppc4xx.h>
91763
91764 static __initdata struct of_device_id rainier_of_bus[] = {
91765 { .compatible = "ibm,plb4", },
91766 @@ -57,6 +57,6 @@
91767 .progress = udbg_progress,
91768 .init_IRQ = uic_init_tree,
91769 .get_irq = uic_get_irq,
91770 - .restart = ppc44x_reset_system,
91771 + .restart = ppc4xx_reset_system,
91772 .calibrate_decr = generic_calibrate_decr,
91773 };
91774 --- a/arch/powerpc/platforms/44x/sequoia.c
91775 +++ b/arch/powerpc/platforms/44x/sequoia.c
91776 @@ -23,7 +23,7 @@
91777 #include <asm/uic.h>
91778 #include <asm/pci-bridge.h>
91779
91780 -#include "44x.h"
91781 +#include <asm/ppc4xx.h>
91782
91783 static __initdata struct of_device_id sequoia_of_bus[] = {
91784 { .compatible = "ibm,plb4", },
91785 @@ -58,6 +58,6 @@
91786 .progress = udbg_progress,
91787 .init_IRQ = uic_init_tree,
91788 .get_irq = uic_get_irq,
91789 - .restart = ppc44x_reset_system,
91790 + .restart = ppc4xx_reset_system,
91791 .calibrate_decr = generic_calibrate_decr,
91792 };
91793 --- a/arch/powerpc/platforms/44x/taishan.c
91794 +++ b/arch/powerpc/platforms/44x/taishan.c
91795 @@ -29,8 +29,7 @@
91796 #include <asm/time.h>
91797 #include <asm/uic.h>
91798 #include <asm/pci-bridge.h>
91799 -
91800 -#include "44x.h"
91801 +#include <asm/ppc4xx.h>
91802
91803 static __initdata struct of_device_id taishan_of_bus[] = {
91804 { .compatible = "ibm,plb4", },
91805 @@ -68,6 +67,6 @@
91806 .progress = udbg_progress,
91807 .init_IRQ = uic_init_tree,
91808 .get_irq = uic_get_irq,
91809 - .restart = ppc44x_reset_system,
91810 + .restart = ppc4xx_reset_system,
91811 .calibrate_decr = generic_calibrate_decr,
91812 };
91813 --- a/arch/powerpc/platforms/44x/warp-nand.c
91814 +++ b/arch/powerpc/platforms/44x/warp-nand.c
91815 @@ -11,6 +11,7 @@
91816 #include <linux/mtd/partitions.h>
91817 #include <linux/mtd/nand.h>
91818 #include <linux/mtd/ndfc.h>
91819 +#include <asm/machdep.h>
91820
91821 #ifdef CONFIG_MTD_NAND_NDFC
91822
91823 @@ -100,6 +101,6 @@
91824
91825 return 0;
91826 }
91827 -device_initcall(warp_setup_nand_flash);
91828 +machine_device_initcall(warp, warp_setup_nand_flash);
91829
91830 #endif
91831 --- a/arch/powerpc/platforms/44x/warp.c
91832 +++ b/arch/powerpc/platforms/44x/warp.c
91833 @@ -18,9 +18,7 @@
91834 #include <asm/udbg.h>
91835 #include <asm/time.h>
91836 #include <asm/uic.h>
91837 -
91838 -#include "44x.h"
91839 -
91840 +#include <asm/ppc4xx.h>
91841
91842 static __initdata struct of_device_id warp_of_bus[] = {
91843 { .compatible = "ibm,plb4", },
91844 @@ -49,7 +47,7 @@
91845 .progress = udbg_progress,
91846 .init_IRQ = uic_init_tree,
91847 .get_irq = uic_get_irq,
91848 - .restart = ppc44x_reset_system,
91849 + .restart = ppc4xx_reset_system,
91850 .calibrate_decr = generic_calibrate_decr,
91851 };
91852
91853 --- a/arch/powerpc/platforms/52xx/lite5200.c
91854 +++ b/arch/powerpc/platforms/52xx/lite5200.c
91855 @@ -63,7 +63,7 @@
91856 of_node_put(np);
91857 if (!cdm) {
91858 printk(KERN_ERR "%s() failed; expect abnormal behaviour\n",
91859 - __FUNCTION__);
91860 + __func__);
91861 return;
91862 }
91863
91864 @@ -98,7 +98,7 @@
91865 of_node_put(np);
91866 if (!gpio) {
91867 printk(KERN_ERR "%s() failed. expect abnormal behavior\n",
91868 - __FUNCTION__);
91869 + __func__);
91870 return;
91871 }
91872
91873 --- a/arch/powerpc/platforms/82xx/Kconfig
91874 +++ b/arch/powerpc/platforms/82xx/Kconfig
91875 @@ -11,7 +11,6 @@
91876 select 8260
91877 select FSL_SOC
91878 select PQ2_ADS_PCI_PIC if PCI
91879 - select PPC_CPM_NEW_BINDING
91880 help
91881 This option enables support for the MPC8272 ADS board
91882
91883 @@ -22,7 +21,6 @@
91884 select 8260
91885 select FSL_SOC
91886 select PQ2_ADS_PCI_PIC if PCI
91887 - select PPC_CPM_NEW_BINDING
91888 help
91889 This option enables support for the PQ2FADS board
91890
91891 @@ -31,7 +29,6 @@
91892 select 8272
91893 select 8260
91894 select FSL_SOC
91895 - select PPC_CPM_NEW_BINDING
91896 select MDIO_BITBANG
91897 help
91898 This enables support for the Embedded Planet EP8248E board.
91899 --- a/arch/powerpc/platforms/83xx/mpc837x_rdb.c
91900 +++ b/arch/powerpc/platforms/83xx/mpc837x_rdb.c
91901 @@ -46,6 +46,7 @@
91902 static struct of_device_id mpc837x_ids[] = {
91903 { .type = "soc", },
91904 { .compatible = "soc", },
91905 + { .compatible = "simple-bus", },
91906 {},
91907 };
91908
91909 --- a/arch/powerpc/platforms/83xx/mpc83xx.h
91910 +++ b/arch/powerpc/platforms/83xx/mpc83xx.h
91911 @@ -16,6 +16,7 @@
91912 #define MPC83XX_SCCR_USB_DRCM_10 0x00200000
91913 #define MPC8315_SCCR_USB_MASK 0x00c00000
91914 #define MPC8315_SCCR_USB_DRCM_11 0x00c00000
91915 +#define MPC8315_SCCR_USB_DRCM_01 0x00400000
91916 #define MPC837X_SCCR_USB_DRCM_11 0x00c00000
91917
91918 /* system i/o configuration register low */
91919 @@ -37,6 +38,7 @@
91920 /* USB Control Register */
91921 #define FSL_USB2_CONTROL_OFFS 0x500
91922 #define CONTROL_UTMI_PHY_EN 0x00000200
91923 +#define CONTROL_REFSEL_24MHZ 0x00000040
91924 #define CONTROL_REFSEL_48MHZ 0x00000080
91925 #define CONTROL_PHY_CLK_SEL_ULPI 0x00000400
91926 #define CONTROL_OTG_PORT 0x00000020
91927 --- a/arch/powerpc/platforms/83xx/usb.c
91928 +++ b/arch/powerpc/platforms/83xx/usb.c
91929 @@ -129,7 +129,7 @@
91930 if (immr_node && of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
91931 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
91932 MPC8315_SCCR_USB_MASK,
91933 - MPC8315_SCCR_USB_DRCM_11);
91934 + MPC8315_SCCR_USB_DRCM_01);
91935 else
91936 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
91937 MPC83XX_SCCR_USB_MASK,
91938 @@ -164,9 +164,15 @@
91939 /* Using on-chip PHY */
91940 if (prop && (!strcmp(prop, "utmi_wide") ||
91941 !strcmp(prop, "utmi"))) {
91942 - /* Set UTMI_PHY_EN, REFSEL to 48MHZ */
91943 + u32 refsel;
91944 +
91945 + if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
91946 + refsel = CONTROL_REFSEL_24MHZ;
91947 + else
91948 + refsel = CONTROL_REFSEL_48MHZ;
91949 + /* Set UTMI_PHY_EN and REFSEL */
91950 out_be32(usb_regs + FSL_USB2_CONTROL_OFFS,
91951 - CONTROL_UTMI_PHY_EN | CONTROL_REFSEL_48MHZ);
91952 + CONTROL_UTMI_PHY_EN | refsel);
91953 /* Using external UPLI PHY */
91954 } else if (prop && !strcmp(prop, "ulpi")) {
91955 /* Set PHY_CLK_SEL to ULPI */
91956 --- a/arch/powerpc/platforms/85xx/Kconfig
91957 +++ b/arch/powerpc/platforms/85xx/Kconfig
91958 @@ -19,7 +19,6 @@
91959 config MPC8560_ADS
91960 bool "Freescale MPC8560 ADS"
91961 select DEFAULT_UIMAGE
91962 - select PPC_CPM_NEW_BINDING
91963 select CPM2
91964 help
91965 This option enables support for the MPC 8560 ADS board
91966 @@ -46,6 +45,12 @@
91967 help
91968 This option enables support for the MPC85xx DS (MPC8544 DS) board
91969
91970 +config KSI8560
91971 + bool "Emerson KSI8560"
91972 + select DEFAULT_UIMAGE
91973 + help
91974 + This option enables support for the Emerson KSI8560 board
91975 +
91976 config STX_GP3
91977 bool "Silicon Turnkey Express GP3"
91978 help
91979 @@ -53,14 +58,12 @@
91980 board.
91981 select CPM2
91982 select DEFAULT_UIMAGE
91983 - select PPC_CPM_NEW_BINDING
91984
91985 config TQM8540
91986 bool "TQ Components TQM8540"
91987 help
91988 This option enables support for the TQ Components TQM8540 board.
91989 select DEFAULT_UIMAGE
91990 - select PPC_CPM_NEW_BINDING
91991 select TQM85xx
91992
91993 config TQM8541
91994 @@ -68,7 +71,6 @@
91995 help
91996 This option enables support for the TQ Components TQM8541 board.
91997 select DEFAULT_UIMAGE
91998 - select PPC_CPM_NEW_BINDING
91999 select TQM85xx
92000 select CPM2
92001
92002 @@ -77,7 +79,6 @@
92003 help
92004 This option enables support for the TQ Components TQM8555 board.
92005 select DEFAULT_UIMAGE
92006 - select PPC_CPM_NEW_BINDING
92007 select TQM85xx
92008 select CPM2
92009
92010 @@ -86,7 +87,6 @@
92011 help
92012 This option enables support for the TQ Components TQM8560 board.
92013 select DEFAULT_UIMAGE
92014 - select PPC_CPM_NEW_BINDING
92015 select TQM85xx
92016 select CPM2
92017
92018 @@ -99,7 +99,6 @@
92019 config SBC8560
92020 bool "Wind River SBC8560"
92021 select DEFAULT_UIMAGE
92022 - select PPC_CPM_NEW_BINDING if CPM2
92023 help
92024 This option enables support for the Wind River SBC8560 board
92025
92026 --- a/arch/powerpc/platforms/85xx/Makefile
92027 +++ b/arch/powerpc/platforms/85xx/Makefile
92028 @@ -10,3 +10,4 @@
92029 obj-$(CONFIG_TQM85xx) += tqm85xx.o
92030 obj-$(CONFIG_SBC8560) += sbc8560.o
92031 obj-$(CONFIG_SBC8548) += sbc8548.o
92032 +obj-$(CONFIG_KSI8560) += ksi8560.o
92033 --- /dev/null
92034 +++ b/arch/powerpc/platforms/85xx/ksi8560.c
92035 @@ -0,0 +1,257 @@
92036 +/*
92037 + * Board setup routines for the Emerson KSI8560
92038 + *
92039 + * Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
92040 + *
92041 + * Based on mpc85xx_ads.c maintained by Kumar Gala
92042 + *
92043 + * 2008 (c) MontaVista, Software, Inc. This file is licensed under
92044 + * the terms of the GNU General Public License version 2. This program
92045 + * is licensed "as is" without any warranty of any kind, whether express
92046 + * or implied.
92047 + *
92048 + */
92049 +
92050 +#include <linux/stddef.h>
92051 +#include <linux/kernel.h>
92052 +#include <linux/pci.h>
92053 +#include <linux/kdev_t.h>
92054 +#include <linux/delay.h>
92055 +#include <linux/seq_file.h>
92056 +#include <linux/of_platform.h>
92057 +
92058 +#include <asm/system.h>
92059 +#include <asm/time.h>
92060 +#include <asm/machdep.h>
92061 +#include <asm/pci-bridge.h>
92062 +#include <asm/mpic.h>
92063 +#include <mm/mmu_decl.h>
92064 +#include <asm/udbg.h>
92065 +#include <asm/prom.h>
92066 +
92067 +#include <sysdev/fsl_soc.h>
92068 +#include <sysdev/fsl_pci.h>
92069 +
92070 +#include <asm/cpm2.h>
92071 +#include <sysdev/cpm2_pic.h>
92072 +
92073 +
92074 +#define KSI8560_CPLD_HVR 0x04 /* Hardware Version Register */
92075 +#define KSI8560_CPLD_PVR 0x08 /* PLD Version Register */
92076 +#define KSI8560_CPLD_RCR1 0x30 /* Reset Command Register 1 */
92077 +
92078 +#define KSI8560_CPLD_RCR1_CPUHR 0x80 /* CPU Hard Reset */
92079 +
92080 +static void __iomem *cpld_base = NULL;
92081 +
92082 +static void machine_restart(char *cmd)
92083 +{
92084 + if (cpld_base)
92085 + out_8(cpld_base + KSI8560_CPLD_RCR1, KSI8560_CPLD_RCR1_CPUHR);
92086 + else
92087 + printk(KERN_ERR "Can't find CPLD base, hang forever\n");
92088 +
92089 + for (;;);
92090 +}
92091 +
92092 +static void cpm2_cascade(unsigned int irq, struct irq_desc *desc)
92093 +{
92094 + int cascade_irq;
92095 +
92096 + while ((cascade_irq = cpm2_get_irq()) >= 0)
92097 + generic_handle_irq(cascade_irq);
92098 +
92099 + desc->chip->eoi(irq);
92100 +}
92101 +
92102 +static void __init ksi8560_pic_init(void)
92103 +{
92104 + struct mpic *mpic;
92105 + struct resource r;
92106 + struct device_node *np;
92107 +#ifdef CONFIG_CPM2
92108 + int irq;
92109 +#endif
92110 +
92111 + np = of_find_node_by_type(NULL, "open-pic");
92112 +
92113 + if (np == NULL) {
92114 + printk(KERN_ERR "Could not find open-pic node\n");
92115 + return;
92116 + }
92117 +
92118 + if (of_address_to_resource(np, 0, &r)) {
92119 + printk(KERN_ERR "Could not map mpic register space\n");
92120 + of_node_put(np);
92121 + return;
92122 + }
92123 +
92124 + mpic = mpic_alloc(np, r.start,
92125 + MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
92126 + 0, 256, " OpenPIC ");
92127 + BUG_ON(mpic == NULL);
92128 + of_node_put(np);
92129 +
92130 + mpic_init(mpic);
92131 +
92132 +#ifdef CONFIG_CPM2
92133 + /* Setup CPM2 PIC */
92134 + np = of_find_compatible_node(NULL, NULL, "fsl,cpm2-pic");
92135 + if (np == NULL) {
92136 + printk(KERN_ERR "PIC init: can not find fsl,cpm2-pic node\n");
92137 + return;
92138 + }
92139 + irq = irq_of_parse_and_map(np, 0);
92140 +
92141 + cpm2_pic_init(np);
92142 + of_node_put(np);
92143 + set_irq_chained_handler(irq, cpm2_cascade);
92144 +
92145 + setup_irq(0, NULL);
92146 +#endif
92147 +}
92148 +
92149 +#ifdef CONFIG_CPM2
92150 +/*
92151 + * Setup I/O ports
92152 + */
92153 +struct cpm_pin {
92154 + int port, pin, flags;
92155 +};
92156 +
92157 +static struct cpm_pin __initdata ksi8560_pins[] = {
92158 + /* SCC1 */
92159 + {3, 29, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92160 + {3, 30, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92161 + {3, 31, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92162 +
92163 + /* SCC2 */
92164 + {3, 26, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92165 + {3, 27, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92166 + {3, 28, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92167 +
92168 + /* FCC1 */
92169 + {0, 14, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92170 + {0, 15, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92171 + {0, 16, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92172 + {0, 17, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92173 + {0, 18, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92174 + {0, 19, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92175 + {0, 20, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92176 + {0, 21, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92177 + {0, 26, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92178 + {0, 27, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92179 + {0, 28, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92180 + {0, 29, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92181 + {0, 30, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92182 + {0, 31, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92183 + {2, 23, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK9 */
92184 + {2, 22, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK10 */
92185 +
92186 +};
92187 +
92188 +static void __init init_ioports(void)
92189 +{
92190 + int i;
92191 +
92192 + for (i = 0; i < ARRAY_SIZE(ksi8560_pins); i++) {
92193 + struct cpm_pin *pin = &ksi8560_pins[i];
92194 + cpm2_set_pin(pin->port, pin->pin, pin->flags);
92195 + }
92196 +
92197 + cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_RX);
92198 + cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_TX);
92199 + cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_RX);
92200 + cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_TX);
92201 + cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK9, CPM_CLK_RX);
92202 + cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK10, CPM_CLK_TX);
92203 +}
92204 +#endif
92205 +
92206 +/*
92207 + * Setup the architecture
92208 + */
92209 +static void __init ksi8560_setup_arch(void)
92210 +{
92211 + struct device_node *cpld;
92212 +
92213 + cpld = of_find_compatible_node(NULL, NULL, "emerson,KSI8560-cpld");
92214 + if (cpld)
92215 + cpld_base = of_iomap(cpld, 0);
92216 + else
92217 + printk(KERN_ERR "Can't find CPLD in device tree\n");
92218 +
92219 + if (ppc_md.progress)
92220 + ppc_md.progress("ksi8560_setup_arch()", 0);
92221 +
92222 +#ifdef CONFIG_CPM2
92223 + cpm2_reset();
92224 + init_ioports();
92225 +#endif
92226 +}
92227 +
92228 +static void ksi8560_show_cpuinfo(struct seq_file *m)
92229 +{
92230 + uint pvid, svid, phid1;
92231 + uint memsize = total_memory;
92232 +
92233 + pvid = mfspr(SPRN_PVR);
92234 + svid = mfspr(SPRN_SVR);
92235 +
92236 + seq_printf(m, "Vendor\t\t: Emerson Network Power\n");
92237 + seq_printf(m, "Board\t\t: KSI8560\n");
92238 +
92239 + if (cpld_base) {
92240 + seq_printf(m, "Hardware rev\t: %d\n",
92241 + in_8(cpld_base + KSI8560_CPLD_HVR));
92242 + seq_printf(m, "CPLD rev\t: %d\n",
92243 + in_8(cpld_base + KSI8560_CPLD_PVR));
92244 + } else
92245 + seq_printf(m, "Unknown Hardware and CPLD revs\n");
92246 +
92247 + seq_printf(m, "PVR\t\t: 0x%x\n", pvid);
92248 + seq_printf(m, "SVR\t\t: 0x%x\n", svid);
92249 +
92250 + /* Display cpu Pll setting */
92251 + phid1 = mfspr(SPRN_HID1);
92252 + seq_printf(m, "PLL setting\t: 0x%x\n", ((phid1 >> 24) & 0x3f));
92253 +
92254 + /* Display the amount of memory */
92255 + seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
92256 +}
92257 +
92258 +static struct of_device_id __initdata of_bus_ids[] = {
92259 + { .type = "soc", },
92260 + { .name = "cpm", },
92261 + { .name = "localbus", },
92262 + {},
92263 +};
92264 +
92265 +static int __init declare_of_platform_devices(void)
92266 +{
92267 + of_platform_bus_probe(NULL, of_bus_ids, NULL);
92268 +
92269 + return 0;
92270 +}
92271 +machine_device_initcall(ksi8560, declare_of_platform_devices);
92272 +
92273 +/*
92274 + * Called very early, device-tree isn't unflattened
92275 + */
92276 +static int __init ksi8560_probe(void)
92277 +{
92278 + unsigned long root = of_get_flat_dt_root();
92279 +
92280 + return of_flat_dt_is_compatible(root, "emerson,KSI8560");
92281 +}
92282 +
92283 +define_machine(ksi8560) {
92284 + .name = "KSI8560",
92285 + .probe = ksi8560_probe,
92286 + .setup_arch = ksi8560_setup_arch,
92287 + .init_IRQ = ksi8560_pic_init,
92288 + .show_cpuinfo = ksi8560_show_cpuinfo,
92289 + .get_irq = mpic_get_irq,
92290 + .restart = machine_restart,
92291 + .calibrate_decr = generic_calibrate_decr,
92292 +};
92293 --- a/arch/powerpc/platforms/85xx/mpc85xx_ads.c
92294 +++ b/arch/powerpc/platforms/85xx/mpc85xx_ads.c
92295 @@ -165,7 +165,7 @@
92296 int i;
92297
92298 for (i = 0; i < ARRAY_SIZE(mpc8560_ads_pins); i++) {
92299 - struct cpm_pin *pin = &mpc8560_ads_pins[i];
92300 + const struct cpm_pin *pin = &mpc8560_ads_pins[i];
92301 cpm2_set_pin(pin->port, pin->pin, pin->flags);
92302 }
92303
92304 --- a/arch/powerpc/platforms/85xx/mpc85xx_ds.c
92305 +++ b/arch/powerpc/platforms/85xx/mpc85xx_ds.c
92306 @@ -19,6 +19,7 @@
92307 #include <linux/delay.h>
92308 #include <linux/seq_file.h>
92309 #include <linux/interrupt.h>
92310 +#include <linux/of_platform.h>
92311
92312 #include <asm/system.h>
92313 #include <asm/time.h>
92314 @@ -36,7 +37,7 @@
92315 #undef DEBUG
92316
92317 #ifdef DEBUG
92318 -#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args)
92319 +#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args)
92320 #else
92321 #define DBG(fmt, args...)
92322 #endif
92323 @@ -183,6 +184,18 @@
92324 }
92325 }
92326
92327 +static struct of_device_id mpc85xxds_ids[] = {
92328 + { .type = "soc", },
92329 + { .compatible = "soc", },
92330 + {},
92331 +};
92332 +
92333 +static int __init mpc85xxds_publish_devices(void)
92334 +{
92335 + return of_platform_bus_probe(NULL, mpc85xxds_ids, NULL);
92336 +}
92337 +machine_device_initcall(mpc8544_ds, mpc85xxds_publish_devices);
92338 +
92339 /*
92340 * Called very early, device-tree isn't unflattened
92341 */
92342 --- a/arch/powerpc/platforms/86xx/Kconfig
92343 +++ b/arch/powerpc/platforms/86xx/Kconfig
92344 @@ -11,6 +11,12 @@
92345 help
92346 This option enables support for the MPC8641 HPCN board.
92347
92348 +config SBC8641D
92349 + bool "Wind River SBC8641D"
92350 + select DEFAULT_UIMAGE
92351 + help
92352 + This option enables support for the WRS SBC8641D board.
92353 +
92354 config MPC8610_HPCD
92355 bool "Freescale MPC8610 HPCD"
92356 select DEFAULT_UIMAGE
92357 @@ -24,7 +30,7 @@
92358 select FSL_PCI if PCI
92359 select PPC_UDBG_16550
92360 select MPIC
92361 - default y if MPC8641_HPCN
92362 + default y if MPC8641_HPCN || SBC8641D
92363
92364 config MPC8610
92365 bool
92366 --- a/arch/powerpc/platforms/86xx/Makefile
92367 +++ b/arch/powerpc/platforms/86xx/Makefile
92368 @@ -4,4 +4,5 @@
92369
92370 obj-$(CONFIG_SMP) += mpc86xx_smp.o
92371 obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
92372 +obj-$(CONFIG_SBC8641D) += sbc8641d.o
92373 obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o
92374 --- a/arch/powerpc/platforms/86xx/mpc8610_hpcd.c
92375 +++ b/arch/powerpc/platforms/86xx/mpc8610_hpcd.c
92376 @@ -52,7 +52,7 @@
92377 }
92378 machine_device_initcall(mpc86xx_hpcd, mpc8610_declare_of_platform_devices);
92379
92380 -void __init
92381 +static void __init
92382 mpc86xx_hpcd_init_irq(void)
92383 {
92384 struct mpic *mpic1;
92385 @@ -200,7 +200,7 @@
92386 return 0;
92387 }
92388
92389 -long __init
92390 +static long __init
92391 mpc86xx_time_init(void)
92392 {
92393 unsigned int temp;
92394 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
92395 +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
92396 @@ -55,7 +55,7 @@
92397 }
92398 #endif /* CONFIG_PCI */
92399
92400 -void __init
92401 +static void __init
92402 mpc86xx_hpcn_init_irq(void)
92403 {
92404 struct mpic *mpic1;
92405 @@ -162,7 +162,7 @@
92406 }
92407
92408
92409 -void
92410 +static void
92411 mpc86xx_hpcn_show_cpuinfo(struct seq_file *m)
92412 {
92413 struct device_node *root;
92414 @@ -190,13 +190,19 @@
92415 {
92416 unsigned long root = of_get_flat_dt_root();
92417
92418 - if (of_flat_dt_is_compatible(root, "mpc86xx"))
92419 + if (of_flat_dt_is_compatible(root, "fsl,mpc8641hpcn"))
92420 return 1; /* Looks good */
92421
92422 + /* Be nice and don't give silent boot death. Delete this in 2.6.27 */
92423 + if (of_flat_dt_is_compatible(root, "mpc86xx")) {
92424 + pr_warning("WARNING: your dts/dtb is old. You must update before the next kernel release\n");
92425 + return 1;
92426 + }
92427 +
92428 return 0;
92429 }
92430
92431 -long __init
92432 +static long __init
92433 mpc86xx_time_init(void)
92434 {
92435 unsigned int temp;
92436 --- /dev/null
92437 +++ b/arch/powerpc/platforms/86xx/sbc8641d.c
92438 @@ -0,0 +1,164 @@
92439 +/*
92440 + * SBC8641D board specific routines
92441 + *
92442 + * Copyright 2008 Wind River Systems Inc.
92443 + *
92444 + * By Paul Gortmaker (see MAINTAINERS for contact information)
92445 + *
92446 + * Based largely on the 8641 HPCN support by Freescale Semiconductor Inc.
92447 + *
92448 + * This program is free software; you can redistribute it and/or modify it
92449 + * under the terms of the GNU General Public License as published by the
92450 + * Free Software Foundation; either version 2 of the License, or (at your
92451 + * option) any later version.
92452 + */
92453 +
92454 +#include <linux/stddef.h>
92455 +#include <linux/kernel.h>
92456 +#include <linux/pci.h>
92457 +#include <linux/kdev_t.h>
92458 +#include <linux/delay.h>
92459 +#include <linux/seq_file.h>
92460 +#include <linux/of_platform.h>
92461 +
92462 +#include <asm/system.h>
92463 +#include <asm/time.h>
92464 +#include <asm/machdep.h>
92465 +#include <asm/pci-bridge.h>
92466 +#include <asm/mpc86xx.h>
92467 +#include <asm/prom.h>
92468 +#include <mm/mmu_decl.h>
92469 +#include <asm/udbg.h>
92470 +
92471 +#include <asm/mpic.h>
92472 +
92473 +#include <sysdev/fsl_pci.h>
92474 +#include <sysdev/fsl_soc.h>
92475 +
92476 +#include "mpc86xx.h"
92477 +
92478 +static void __init
92479 +sbc8641_init_irq(void)
92480 +{
92481 + struct mpic *mpic1;
92482 + struct device_node *np;
92483 + struct resource res;
92484 +
92485 + /* Determine PIC address. */
92486 + np = of_find_node_by_type(NULL, "open-pic");
92487 + if (np == NULL)
92488 + return;
92489 + of_address_to_resource(np, 0, &res);
92490 +
92491 + /* Alloc mpic structure and per isu has 16 INT entries. */
92492 + mpic1 = mpic_alloc(np, res.start,
92493 + MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
92494 + 0, 256, " MPIC ");
92495 + of_node_put(np);
92496 + BUG_ON(mpic1 == NULL);
92497 +
92498 + mpic_init(mpic1);
92499 +}
92500 +
92501 +static void __init
92502 +sbc8641_setup_arch(void)
92503 +{
92504 +#ifdef CONFIG_PCI
92505 + struct device_node *np;
92506 +#endif
92507 +
92508 + if (ppc_md.progress)
92509 + ppc_md.progress("sbc8641_setup_arch()", 0);
92510 +
92511 +#ifdef CONFIG_PCI
92512 + for_each_compatible_node(np, "pci", "fsl,mpc8641-pcie")
92513 + fsl_add_bridge(np, 0);
92514 +#endif
92515 +
92516 + printk("SBC8641 board from Wind River\n");
92517 +
92518 +#ifdef CONFIG_SMP
92519 + mpc86xx_smp_init();
92520 +#endif
92521 +}
92522 +
92523 +
92524 +static void
92525 +sbc8641_show_cpuinfo(struct seq_file *m)
92526 +{
92527 + struct device_node *root;
92528 + uint memsize = total_memory;
92529 + const char *model = "";
92530 + uint svid = mfspr(SPRN_SVR);
92531 +
92532 + seq_printf(m, "Vendor\t\t: Wind River Systems\n");
92533 +
92534 + root = of_find_node_by_path("/");
92535 + if (root)
92536 + model = of_get_property(root, "model", NULL);
92537 + seq_printf(m, "Machine\t\t: %s\n", model);
92538 + of_node_put(root);
92539 +
92540 + seq_printf(m, "SVR\t\t: 0x%x\n", svid);
92541 + seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
92542 +}
92543 +
92544 +
92545 +/*
92546 + * Called very early, device-tree isn't unflattened
92547 + */
92548 +static int __init sbc8641_probe(void)
92549 +{
92550 + unsigned long root = of_get_flat_dt_root();
92551 +
92552 + if (of_flat_dt_is_compatible(root, "wind,sbc8641"))
92553 + return 1; /* Looks good */
92554 +
92555 + return 0;
92556 +}
92557 +
92558 +static long __init
92559 +mpc86xx_time_init(void)
92560 +{
92561 + unsigned int temp;
92562 +
92563 + /* Set the time base to zero */
92564 + mtspr(SPRN_TBWL, 0);
92565 + mtspr(SPRN_TBWU, 0);
92566 +
92567 + temp = mfspr(SPRN_HID0);
92568 + temp |= HID0_TBEN;
92569 + mtspr(SPRN_HID0, temp);
92570 + asm volatile("isync");
92571 +
92572 + return 0;
92573 +}
92574 +
92575 +static __initdata struct of_device_id of_bus_ids[] = {
92576 + { .compatible = "simple-bus", },
92577 + {},
92578 +};
92579 +
92580 +static int __init declare_of_platform_devices(void)
92581 +{
92582 + of_platform_bus_probe(NULL, of_bus_ids, NULL);
92583 +
92584 + return 0;
92585 +}
92586 +machine_device_initcall(sbc8641, declare_of_platform_devices);
92587 +
92588 +define_machine(sbc8641) {
92589 + .name = "SBC8641D",
92590 + .probe = sbc8641_probe,
92591 + .setup_arch = sbc8641_setup_arch,
92592 + .init_IRQ = sbc8641_init_irq,
92593 + .show_cpuinfo = sbc8641_show_cpuinfo,
92594 + .get_irq = mpic_get_irq,
92595 + .restart = fsl_rstcr_restart,
92596 + .time_init = mpc86xx_time_init,
92597 + .calibrate_decr = generic_calibrate_decr,
92598 + .progress = udbg_progress,
92599 +#ifdef CONFIG_PCI
92600 + .pcibios_fixup_bus = fsl_pcibios_fixup_bus,
92601 +#endif
92602 +};
92603 --- a/arch/powerpc/platforms/8xx/Kconfig
92604 +++ b/arch/powerpc/platforms/8xx/Kconfig
92605 @@ -18,7 +18,6 @@
92606 config MPC86XADS
92607 bool "MPC86XADS"
92608 select CPM1
92609 - select PPC_CPM_NEW_BINDING
92610 help
92611 MPC86x Application Development System by Freescale Semiconductor.
92612 The MPC86xADS is meant to serve as a platform for s/w and h/w
92613 @@ -27,7 +26,6 @@
92614 config MPC885ADS
92615 bool "MPC885ADS"
92616 select CPM1
92617 - select PPC_CPM_NEW_BINDING
92618 help
92619 Freescale Semiconductor MPC885 Application Development System (ADS).
92620 Also known as DUET.
92621 @@ -37,7 +35,6 @@
92622 config PPC_EP88XC
92623 bool "Embedded Planet EP88xC (a.k.a. CWH-PPC-885XN-VE)"
92624 select CPM1
92625 - select PPC_CPM_NEW_BINDING
92626 help
92627 This enables support for the Embedded Planet EP88xC board.
92628
92629 @@ -47,7 +44,6 @@
92630 config PPC_ADDER875
92631 bool "Analogue & Micro Adder 875"
92632 select CPM1
92633 - select PPC_CPM_NEW_BINDING
92634 select REDBOOT
92635 help
92636 This enables support for the Analogue & Micro Adder 875
92637 --- a/arch/powerpc/platforms/8xx/m8xx_setup.c
92638 +++ b/arch/powerpc/platforms/8xx/m8xx_setup.c
92639 @@ -111,17 +111,12 @@
92640
92641 /* Processor frequency is MHz.
92642 */
92643 - ppc_tb_freq = 50000000;
92644 - if (!get_freq("bus-frequency", &ppc_tb_freq)) {
92645 - printk(KERN_ERR "WARNING: Estimating decrementer frequency "
92646 - "(not found)\n");
92647 - }
92648 - ppc_tb_freq /= 16;
92649 ppc_proc_freq = 50000000;
92650 if (!get_freq("clock-frequency", &ppc_proc_freq))
92651 printk(KERN_ERR "WARNING: Estimating processor frequency "
92652 "(not found)\n");
92653
92654 + ppc_tb_freq = ppc_proc_freq / 16;
92655 printk("Decrementer Frequency = 0x%lx\n", ppc_tb_freq);
92656
92657 /* Perform some more timer/timebase initialization. This used
92658 --- a/arch/powerpc/platforms/Kconfig
92659 +++ b/arch/powerpc/platforms/Kconfig
92660 @@ -290,13 +290,7 @@
92661 config PPC_CPM_NEW_BINDING
92662 bool
92663 depends on CPM1 || CPM2
92664 - help
92665 - Select this if your board has been converted to use the new
92666 - device tree bindings for CPM, and no longer needs the
92667 - ioport callbacks or the platform device glue code.
92668 -
92669 - The fs_enet and cpm_uart drivers will be built as
92670 - of_platform devices.
92671 + default y
92672
92673 config AXON_RAM
92674 tristate "Axon DDR2 memory device driver"
92675 --- a/arch/powerpc/platforms/Kconfig.cputype
92676 +++ b/arch/powerpc/platforms/Kconfig.cputype
92677 @@ -41,11 +41,13 @@
92678 bool "AMCC 40x"
92679 select PPC_DCR_NATIVE
92680 select PPC_UDBG_16550
92681 + select 4xx_SOC
92682
92683 config 44x
92684 bool "AMCC 44x"
92685 select PPC_DCR_NATIVE
92686 select PPC_UDBG_16550
92687 + select 4xx_SOC
92688
92689 config E200
92690 bool "Freescale e200"
92691 --- a/arch/powerpc/platforms/cell/iommu.c
92692 +++ b/arch/powerpc/platforms/cell/iommu.c
92693 @@ -28,13 +28,13 @@
92694 #include <linux/notifier.h>
92695 #include <linux/of.h>
92696 #include <linux/of_platform.h>
92697 +#include <linux/lmb.h>
92698
92699 #include <asm/prom.h>
92700 #include <asm/iommu.h>
92701 #include <asm/machdep.h>
92702 #include <asm/pci-bridge.h>
92703 #include <asm/udbg.h>
92704 -#include <asm/lmb.h>
92705 #include <asm/firmware.h>
92706 #include <asm/cell-regs.h>
92707
92708 @@ -316,7 +316,7 @@
92709 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT;
92710
92711 pr_debug("%s: iommu[%d]: segments: %lu\n",
92712 - __FUNCTION__, iommu->nid, segments);
92713 + __func__, iommu->nid, segments);
92714
92715 /* set up the segment table */
92716 stab_size = segments * sizeof(unsigned long);
92717 @@ -343,7 +343,7 @@
92718 (1 << 12) / sizeof(unsigned long));
92719
92720 ptab_size = segments * pages_per_segment * sizeof(unsigned long);
92721 - pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __FUNCTION__,
92722 + pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __func__,
92723 iommu->nid, ptab_size, get_order(ptab_size));
92724 page = alloc_pages_node(iommu->nid, GFP_KERNEL, get_order(ptab_size));
92725 BUG_ON(!page);
92726 @@ -355,7 +355,7 @@
92727 n_pte_pages = (pages_per_segment * sizeof(unsigned long)) >> 12;
92728
92729 pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n",
92730 - __FUNCTION__, iommu->nid, iommu->stab, ptab,
92731 + __func__, iommu->nid, iommu->stab, ptab,
92732 n_pte_pages);
92733
92734 /* initialise the STEs */
92735 @@ -394,7 +394,7 @@
92736
92737 if (cell_iommu_find_ioc(iommu->nid, &xlate_base))
92738 panic("%s: missing IOC register mappings for node %d\n",
92739 - __FUNCTION__, iommu->nid);
92740 + __func__, iommu->nid);
92741
92742 iommu->xlate_regs = ioremap(xlate_base, IOC_Reg_Size);
92743 iommu->cmd_regs = iommu->xlate_regs + IOC_IOCmd_Offset;
92744 --- a/arch/powerpc/platforms/cell/pervasive.c
92745 +++ b/arch/powerpc/platforms/cell/pervasive.c
92746 @@ -65,7 +65,7 @@
92747 break;
92748 default:
92749 printk(KERN_WARNING "%s: unknown configuration\n",
92750 - __FUNCTION__);
92751 + __func__);
92752 break;
92753 }
92754 mtspr(SPRN_TSC_CELL, thread_switch_control);
92755 --- a/arch/powerpc/platforms/cell/ras.c
92756 +++ b/arch/powerpc/platforms/cell/ras.c
92757 @@ -132,7 +132,7 @@
92758 (unsigned int)(addr >> 32),
92759 (unsigned int)(addr & 0xffffffff))) {
92760 printk(KERN_ERR "%s: error enabling PTCAL on node %d!\n",
92761 - __FUNCTION__, nid);
92762 + __func__, nid);
92763 goto out_free_pages;
92764 }
92765
92766 @@ -162,7 +162,7 @@
92767 if (!size)
92768 return -ENODEV;
92769
92770 - pr_debug("%s: enabling PTCAL, size = 0x%x\n", __FUNCTION__, *size);
92771 + pr_debug("%s: enabling PTCAL, size = 0x%x\n", __func__, *size);
92772 order = get_order(*size);
92773 of_node_put(np);
92774
92775 @@ -180,7 +180,7 @@
92776 const u32 *nid = of_get_property(np, "node-id", NULL);
92777 if (!nid) {
92778 printk(KERN_ERR "%s: node %s is missing node-id?\n",
92779 - __FUNCTION__, np->full_name);
92780 + __func__, np->full_name);
92781 continue;
92782 }
92783 cbe_ptcal_enable_on_node(*nid, order);
92784 @@ -195,13 +195,13 @@
92785 struct ptcal_area *area, *tmp;
92786 int ret = 0;
92787
92788 - pr_debug("%s: disabling PTCAL\n", __FUNCTION__);
92789 + pr_debug("%s: disabling PTCAL\n", __func__);
92790
92791 list_for_each_entry_safe(area, tmp, &ptcal_list, list) {
92792 /* disable ptcal on this node */
92793 if (rtas_call(ptcal_stop_tok, 1, 1, NULL, area->nid)) {
92794 printk(KERN_ERR "%s: error disabling PTCAL "
92795 - "on node %d!\n", __FUNCTION__,
92796 + "on node %d!\n", __func__,
92797 area->nid);
92798 ret = -EIO;
92799 continue;
92800 --- a/arch/powerpc/platforms/cell/spu_base.c
92801 +++ b/arch/powerpc/platforms/cell/spu_base.c
92802 @@ -165,7 +165,7 @@
92803 struct spu_slb slb;
92804 int psize;
92805
92806 - pr_debug("%s\n", __FUNCTION__);
92807 + pr_debug("%s\n", __func__);
92808
92809 slb.esid = (ea & ESID_MASK) | SLB_ESID_V;
92810
92811 @@ -215,7 +215,7 @@
92812 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap); //XXX
92813 static int __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr)
92814 {
92815 - pr_debug("%s, %lx, %lx\n", __FUNCTION__, dsisr, ea);
92816 + pr_debug("%s, %lx, %lx\n", __func__, dsisr, ea);
92817
92818 /* Handle kernel space hash faults immediately.
92819 User hash faults need to be deferred to process context. */
92820 @@ -351,7 +351,7 @@
92821 __spu_trap_data_seg(spu, dar);
92822
92823 spin_unlock(&spu->register_lock);
92824 - pr_debug("%s: %lx %lx %lx %lx\n", __FUNCTION__, mask, stat,
92825 + pr_debug("%s: %lx %lx %lx %lx\n", __func__, mask, stat,
92826 dar, dsisr);
92827
92828 if (stat & CLASS1_STORAGE_FAULT_INTR)
92829 @@ -726,7 +726,7 @@
92830
92831 if (ret < 0) {
92832 printk(KERN_WARNING "%s: Error initializing spus\n",
92833 - __FUNCTION__);
92834 + __func__);
92835 goto out_unregister_sysdev_class;
92836 }
92837
92838 --- a/arch/powerpc/platforms/cell/spu_callbacks.c
92839 +++ b/arch/powerpc/platforms/cell/spu_callbacks.c
92840 @@ -54,7 +54,7 @@
92841 long (*syscall)(u64 a1, u64 a2, u64 a3, u64 a4, u64 a5, u64 a6);
92842
92843 if (s->nr_ret >= ARRAY_SIZE(spu_syscall_table)) {
92844 - pr_debug("%s: invalid syscall #%ld", __FUNCTION__, s->nr_ret);
92845 + pr_debug("%s: invalid syscall #%ld", __func__, s->nr_ret);
92846 return -ENOSYS;
92847 }
92848
92849 --- a/arch/powerpc/platforms/cell/spu_manage.c
92850 +++ b/arch/powerpc/platforms/cell/spu_manage.c
92851 @@ -92,7 +92,7 @@
92852
92853 tmp = of_get_property(np->parent->parent, "node-id", NULL);
92854 if (!tmp) {
92855 - printk(KERN_WARNING "%s: can't find node-id\n", __FUNCTION__);
92856 + printk(KERN_WARNING "%s: can't find node-id\n", __func__);
92857 nid = spu->node;
92858 } else
92859 nid = tmp[0];
92860 @@ -296,7 +296,7 @@
92861 ret = fn(node);
92862 if (ret) {
92863 printk(KERN_WARNING "%s: Error initializing %s\n",
92864 - __FUNCTION__, node->name);
92865 + __func__, node->name);
92866 break;
92867 }
92868 n++;
92869 @@ -327,7 +327,7 @@
92870 if (!legacy_map) {
92871 legacy_map = 1;
92872 printk(KERN_WARNING "%s: Legacy device tree found, "
92873 - "trying to map old style\n", __FUNCTION__);
92874 + "trying to map old style\n", __func__);
92875 }
92876 ret = spu_map_device_old(spu);
92877 if (ret) {
92878 @@ -342,7 +342,7 @@
92879 if (!legacy_irq) {
92880 legacy_irq = 1;
92881 printk(KERN_WARNING "%s: Legacy device tree found, "
92882 - "trying old style irq\n", __FUNCTION__);
92883 + "trying old style irq\n", __func__);
92884 }
92885 ret = spu_map_interrupts_old(spu, spe);
92886 if (ret) {
92887 --- a/arch/powerpc/platforms/cell/spufs/coredump.c
92888 +++ b/arch/powerpc/platforms/cell/spufs/coredump.c
92889 @@ -133,8 +133,6 @@
92890 if (ctx->flags & SPU_CREATE_NOSCHED)
92891 continue;
92892
92893 - /* start searching the next fd next time we're called */
92894 - (*fd)++;
92895 break;
92896 }
92897
92898 @@ -157,6 +155,9 @@
92899 break;
92900
92901 size += rc;
92902 +
92903 + /* start searching the next fd next time */
92904 + fd++;
92905 }
92906
92907 return size;
92908 @@ -239,6 +240,9 @@
92909 }
92910
92911 spu_release_saved(ctx);
92912 +
92913 + /* start searching the next fd next time */
92914 + fd++;
92915 }
92916
92917 return 0;
92918 --- a/arch/powerpc/platforms/cell/spufs/file.c
92919 +++ b/arch/powerpc/platforms/cell/spufs/file.c
92920 @@ -1337,7 +1337,7 @@
92921 return ctx->ops->signal1_type_get(ctx);
92922 }
92923 DEFINE_SPUFS_ATTRIBUTE(spufs_signal1_type, spufs_signal1_type_get,
92924 - spufs_signal1_type_set, "%llu", SPU_ATTR_ACQUIRE);
92925 + spufs_signal1_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
92926
92927
92928 static int spufs_signal2_type_set(void *data, u64 val)
92929 @@ -1359,7 +1359,7 @@
92930 return ctx->ops->signal2_type_get(ctx);
92931 }
92932 DEFINE_SPUFS_ATTRIBUTE(spufs_signal2_type, spufs_signal2_type_get,
92933 - spufs_signal2_type_set, "%llu", SPU_ATTR_ACQUIRE);
92934 + spufs_signal2_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
92935
92936 #if SPUFS_MMAP_4K
92937 static unsigned long spufs_mss_mmap_nopfn(struct vm_area_struct *vma,
92938 @@ -1556,7 +1556,7 @@
92939
92940 wake_up_all(&ctx->mfc_wq);
92941
92942 - pr_debug("%s %s\n", __FUNCTION__, spu->name);
92943 + pr_debug("%s %s\n", __func__, spu->name);
92944 if (ctx->mfc_fasync) {
92945 u32 free_elements, tagstatus;
92946 unsigned int mask;
92947 @@ -1790,7 +1790,7 @@
92948 if (tagstatus & ctx->tagwait)
92949 mask |= POLLIN | POLLRDNORM;
92950
92951 - pr_debug("%s: free %d tagstatus %d tagwait %d\n", __FUNCTION__,
92952 + pr_debug("%s: free %d tagstatus %d tagwait %d\n", __func__,
92953 free_elements, tagstatus, ctx->tagwait);
92954
92955 return mask;
92956 --- a/arch/powerpc/platforms/cell/spufs/run.c
92957 +++ b/arch/powerpc/platforms/cell/spufs/run.c
92958 @@ -98,7 +98,7 @@
92959 != MFC_CNTL_PURGE_DMA_COMPLETE) {
92960 if (time_after(jiffies, timeout)) {
92961 printk(KERN_ERR "%s: timeout flushing MFC DMA queue\n",
92962 - __FUNCTION__);
92963 + __func__);
92964 ret = -EIO;
92965 goto out;
92966 }
92967 @@ -124,7 +124,7 @@
92968 status_loading) {
92969 if (time_after(jiffies, timeout)) {
92970 printk(KERN_ERR "%s: timeout waiting for loader\n",
92971 - __FUNCTION__);
92972 + __func__);
92973 ret = -EIO;
92974 goto out_drop_priv;
92975 }
92976 @@ -134,7 +134,7 @@
92977 if (!(status & SPU_STATUS_RUNNING)) {
92978 /* If isolated LOAD has failed: run SPU, we will get a stop-and
92979 * signal later. */
92980 - pr_debug("%s: isolated LOAD failed\n", __FUNCTION__);
92981 + pr_debug("%s: isolated LOAD failed\n", __func__);
92982 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE);
92983 ret = -EACCES;
92984 goto out_drop_priv;
92985 @@ -142,7 +142,7 @@
92986
92987 if (!(status & SPU_STATUS_ISOLATED_STATE)) {
92988 /* This isn't allowed by the CBEA, but check anyway */
92989 - pr_debug("%s: SPU fell out of isolated mode?\n", __FUNCTION__);
92990 + pr_debug("%s: SPU fell out of isolated mode?\n", __func__);
92991 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP);
92992 ret = -EINVAL;
92993 goto out_drop_priv;
92994 @@ -282,7 +282,7 @@
92995 break;
92996 default:
92997 printk(KERN_WARNING "%s: unexpected return code %ld\n",
92998 - __FUNCTION__, *spu_ret);
92999 + __func__, *spu_ret);
93000 ret = 0;
93001 }
93002 return ret;
93003 @@ -323,6 +323,10 @@
93004 return -EINTR;
93005 }
93006
93007 + /* need to re-get the ls, as it may have changed when we released the
93008 + * spu */
93009 + ls = (void __iomem *)ctx->ops->get_ls(ctx);
93010 +
93011 /* write result, jump over indirect pointer */
93012 memcpy_toio(ls + ls_pointer, &spu_ret, sizeof(spu_ret));
93013 ctx->ops->npc_write(ctx, npc);
93014 --- a/arch/powerpc/platforms/cell/spufs/switch.c
93015 +++ b/arch/powerpc/platforms/cell/spufs/switch.c
93016 @@ -1815,6 +1815,7 @@
93017 save_mfc_csr_ato(prev, spu); /* Step 24. */
93018 save_mfc_tclass_id(prev, spu); /* Step 25. */
93019 set_mfc_tclass_id(prev, spu); /* Step 26. */
93020 + save_mfc_cmd(prev, spu); /* Step 26a - moved from 44. */
93021 purge_mfc_queue(prev, spu); /* Step 27. */
93022 wait_purge_complete(prev, spu); /* Step 28. */
93023 setup_mfc_sr1(prev, spu); /* Step 30. */
93024 @@ -1831,7 +1832,6 @@
93025 save_ppuint_mb(prev, spu); /* Step 41. */
93026 save_ch_part1(prev, spu); /* Step 42. */
93027 save_spu_mb(prev, spu); /* Step 43. */
93028 - save_mfc_cmd(prev, spu); /* Step 44. */
93029 reset_ch(prev, spu); /* Step 45. */
93030 }
93031
93032 --- a/arch/powerpc/platforms/celleb/beat.c
93033 +++ b/arch/powerpc/platforms/celleb/beat.c
93034 @@ -48,6 +48,7 @@
93035 }
93036
93037 u64 beat_halt_code = 0x1000000000000000UL;
93038 +EXPORT_SYMBOL(beat_halt_code);
93039
93040 void beat_halt(void)
93041 {
93042 @@ -94,9 +95,8 @@
93043 len = count;
93044 if (len > BEAT_NVRW_CNT)
93045 len = BEAT_NVRW_CNT;
93046 - if (beat_eeprom_read(i, len, p)) {
93047 + if (beat_eeprom_read(i, len, p))
93048 return -EIO;
93049 - }
93050
93051 p += len;
93052 i += len;
93053 @@ -121,9 +121,8 @@
93054 len = count;
93055 if (len > BEAT_NVRW_CNT)
93056 len = BEAT_NVRW_CNT;
93057 - if (beat_eeprom_write(i, len, p)) {
93058 + if (beat_eeprom_write(i, len, p))
93059 return -EIO;
93060 - }
93061
93062 p += len;
93063 i += len;
93064 @@ -149,13 +148,14 @@
93065 u64 db[2];
93066 s64 ret;
93067
93068 - ret = beat_get_characters_from_console(vterm, len, (u8*)db);
93069 + ret = beat_get_characters_from_console(vterm, len, (u8 *)db);
93070 if (ret == 0) {
93071 *t1 = db[0];
93072 *t2 = db[1];
93073 }
93074 return ret;
93075 }
93076 +EXPORT_SYMBOL(beat_get_term_char);
93077
93078 int64_t beat_put_term_char(u64 vterm, u64 len, u64 t1, u64 t2)
93079 {
93080 @@ -163,8 +163,9 @@
93081
93082 db[0] = t1;
93083 db[1] = t2;
93084 - return beat_put_characters_to_console(vterm, len, (u8*)db);
93085 + return beat_put_characters_to_console(vterm, len, (u8 *)db);
93086 }
93087 +EXPORT_SYMBOL(beat_put_term_char);
93088
93089 void beat_power_save(void)
93090 {
93091 @@ -261,7 +262,3 @@
93092 }
93093
93094 device_initcall(beat_event_init);
93095 -
93096 -EXPORT_SYMBOL(beat_get_term_char);
93097 -EXPORT_SYMBOL(beat_put_term_char);
93098 -EXPORT_SYMBOL(beat_halt_code);
93099 --- a/arch/powerpc/platforms/celleb/beat.h
93100 +++ b/arch/powerpc/platforms/celleb/beat.h
93101 @@ -21,8 +21,8 @@
93102 #ifndef _CELLEB_BEAT_H
93103 #define _CELLEB_BEAT_H
93104
93105 -int64_t beat_get_term_char(uint64_t,uint64_t*,uint64_t*,uint64_t*);
93106 -int64_t beat_put_term_char(uint64_t,uint64_t,uint64_t,uint64_t);
93107 +int64_t beat_get_term_char(uint64_t, uint64_t *, uint64_t *, uint64_t *);
93108 +int64_t beat_put_term_char(uint64_t, uint64_t, uint64_t, uint64_t);
93109 int64_t beat_repository_encode(int, const char *, uint64_t[4]);
93110 void beat_restart(char *);
93111 void beat_power_off(void);
93112 --- a/arch/powerpc/platforms/celleb/beat_wrapper.h
93113 +++ b/arch/powerpc/platforms/celleb/beat_wrapper.h
93114 @@ -197,7 +197,8 @@
93115 u64 b[2];
93116
93117 memcpy(b, buffer, len);
93118 - return beat_hcall_norets(HV_put_characters_to_console, termno, len, b[0], b[1]);
93119 + return beat_hcall_norets(HV_put_characters_to_console, termno, len,
93120 + b[0], b[1]);
93121 }
93122
93123 static inline s64 beat_get_spe_privileged_state_1_registers(
93124 --- a/arch/powerpc/platforms/celleb/htab.c
93125 +++ b/arch/powerpc/platforms/celleb/htab.c
93126 @@ -35,9 +35,9 @@
93127 #include "beat_wrapper.h"
93128
93129 #ifdef DEBUG_LOW
93130 -#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
93131 +#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
93132 #else
93133 -#define DBG_LOW(fmt...) do { } while(0)
93134 +#define DBG_LOW(fmt...) do { } while (0)
93135 #endif
93136
93137 static DEFINE_SPINLOCK(beat_htab_lock);
93138 @@ -116,7 +116,8 @@
93139 hpte_r &= ~_PAGE_COHERENT;
93140
93141 spin_lock(&beat_htab_lock);
93142 - if ((lpar_rc = beat_read_mask(hpte_group)) == 0) {
93143 + lpar_rc = beat_read_mask(hpte_group);
93144 + if (lpar_rc == 0) {
93145 if (!(vflags & HPTE_V_BOLTED))
93146 DBG_LOW(" full\n");
93147 spin_unlock(&beat_htab_lock);
93148 --- a/arch/powerpc/platforms/celleb/interrupt.c
93149 +++ b/arch/powerpc/platforms/celleb/interrupt.c
93150 @@ -34,7 +34,7 @@
93151 static uint64_t beatic_irq_mask_enable[(MAX_IRQS+255)/64];
93152 static uint64_t beatic_irq_mask_ack[(MAX_IRQS+255)/64];
93153
93154 -static struct irq_host *beatic_host = NULL;
93155 +static struct irq_host *beatic_host;
93156
93157 /*
93158 * In this implementation, "virq" == "IRQ plug number",
93159 @@ -49,13 +49,13 @@
93160
93161 off = (irq_plug / 256) * 4;
93162 masks[0] = beatic_irq_mask_enable[off + 0]
93163 - & beatic_irq_mask_ack[off + 0];
93164 + & beatic_irq_mask_ack[off + 0];
93165 masks[1] = beatic_irq_mask_enable[off + 1]
93166 - & beatic_irq_mask_ack[off + 1];
93167 + & beatic_irq_mask_ack[off + 1];
93168 masks[2] = beatic_irq_mask_enable[off + 2]
93169 - & beatic_irq_mask_ack[off + 2];
93170 + & beatic_irq_mask_ack[off + 2];
93171 masks[3] = beatic_irq_mask_enable[off + 3]
93172 - & beatic_irq_mask_ack[off + 3];
93173 + & beatic_irq_mask_ack[off + 3];
93174 if (beat_set_interrupt_mask(irq_plug&~255UL,
93175 masks[0], masks[1], masks[2], masks[3]) != 0)
93176 panic("Failed to set mask IRQ!");
93177 @@ -96,7 +96,8 @@
93178 s64 err;
93179 unsigned long flags;
93180
93181 - if ((err = beat_downcount_of_interrupt(irq_plug)) != 0) {
93182 + err = beat_downcount_of_interrupt(irq_plug);
93183 + if (err != 0) {
93184 if ((err & 0xFFFFFFFF) != 0xFFFFFFF5) /* -11: wrong state */
93185 panic("Failed to downcount IRQ! Error = %16lx", err);
93186
93187 @@ -138,7 +139,8 @@
93188 struct irq_desc *desc = get_irq_desc(virq);
93189 int64_t err;
93190
93191 - if ((err = beat_construct_and_connect_irq_plug(virq, hw)) < 0)
93192 + err = beat_construct_and_connect_irq_plug(virq, hw);
93193 + if (err < 0)
93194 return -EIO;
93195
93196 desc->status |= IRQ_LEVEL;
93197 @@ -202,22 +204,22 @@
93198 beat_detect_pending_interrupts(i, pending);
93199 __asm__ ("cntlzd %0,%1":"=r"(ub):
93200 "r"(pending[0] & beatic_irq_mask_enable[i/64+0]
93201 - & beatic_irq_mask_ack[i/64+0]));
93202 + & beatic_irq_mask_ack[i/64+0]));
93203 if (ub != 64)
93204 return i + ub + 0;
93205 __asm__ ("cntlzd %0,%1":"=r"(ub):
93206 "r"(pending[1] & beatic_irq_mask_enable[i/64+1]
93207 - & beatic_irq_mask_ack[i/64+1]));
93208 + & beatic_irq_mask_ack[i/64+1]));
93209 if (ub != 64)
93210 return i + ub + 64;
93211 __asm__ ("cntlzd %0,%1":"=r"(ub):
93212 "r"(pending[2] & beatic_irq_mask_enable[i/64+2]
93213 - & beatic_irq_mask_ack[i/64+2]));
93214 + & beatic_irq_mask_ack[i/64+2]));
93215 if (ub != 64)
93216 return i + ub + 128;
93217 __asm__ ("cntlzd %0,%1":"=r"(ub):
93218 "r"(pending[3] & beatic_irq_mask_enable[i/64+3]
93219 - & beatic_irq_mask_ack[i/64+3]));
93220 + & beatic_irq_mask_ack[i/64+3]));
93221 if (ub != 64)
93222 return i + ub + 192;
93223 }
93224 @@ -250,7 +252,7 @@
93225
93226 /* Allocate an irq host */
93227 beatic_host = irq_alloc_host(NULL, IRQ_HOST_MAP_NOMAP, 0,
93228 - &beatic_pic_host_ops,
93229 + &beatic_pic_host_ops,
93230 0);
93231 BUG_ON(beatic_host == NULL);
93232 irq_set_default_host(beatic_host);
93233 --- a/arch/powerpc/platforms/celleb/scc_epci.c
93234 +++ b/arch/powerpc/platforms/celleb/scc_epci.c
93235 @@ -161,9 +161,9 @@
93236 if (bus != hose->bus)
93237 addr = celleb_epci_get_epci_cfg(hose) +
93238 (((bus->number & 0xff) << 16)
93239 - | ((devfn & 0xff) << 8)
93240 - | (where & 0xff)
93241 - | 0x01000000);
93242 + | ((devfn & 0xff) << 8)
93243 + | (where & 0xff)
93244 + | 0x01000000);
93245 else
93246 addr = celleb_epci_get_epci_cfg(hose) +
93247 (((devfn & 0xff) << 8) | (where & 0xff));
93248 @@ -174,7 +174,7 @@
93249 }
93250
93251 static int celleb_epci_read_config(struct pci_bus *bus,
93252 - unsigned int devfn, int where, int size, u32 * val)
93253 + unsigned int devfn, int where, int size, u32 *val)
93254 {
93255 PCI_IO_ADDR epci_base;
93256 PCI_IO_ADDR addr;
93257 --- a/arch/powerpc/platforms/celleb/scc_sio.c
93258 +++ b/arch/powerpc/platforms/celleb/scc_sio.c
93259 @@ -28,7 +28,7 @@
93260
93261 /* sio irq0=0xb00010022 irq0=0xb00010023 irq2=0xb00010024
93262 mmio=0xfff000-0x1000,0xff2000-0x1000 */
93263 -static int txx9_serial_bitmap __initdata = 0;
93264 +static int txx9_serial_bitmap __initdata;
93265
93266 static struct {
93267 uint32_t offset;
93268 @@ -84,7 +84,7 @@
93269 int i;
93270
93271 for (;;) {
93272 - switch(get_option(&ptr, &i)) {
93273 + switch (get_option(&ptr, &i)) {
93274 default:
93275 return 0;
93276 case 2:
93277 --- a/arch/powerpc/platforms/celleb/spu_priv1.c
93278 +++ b/arch/powerpc/platforms/celleb/spu_priv1.c
93279 @@ -183,8 +183,7 @@
93280 return enable;
93281 }
93282
93283 -const struct spu_priv1_ops spu_priv1_beat_ops =
93284 -{
93285 +const struct spu_priv1_ops spu_priv1_beat_ops = {
93286 .int_mask_and = int_mask_and,
93287 .int_mask_or = int_mask_or,
93288 .int_mask_set = int_mask_set,
93289 --- a/arch/powerpc/platforms/celleb/udbg_beat.c
93290 +++ b/arch/powerpc/platforms/celleb/udbg_beat.c
93291 @@ -54,7 +54,8 @@
93292 if (inbuflen == 0) {
93293 /* get some more chars. */
93294 inbuflen = 0;
93295 - rc = beat_get_term_char(celleb_vtermno, &inbuflen, inbuf+0, inbuf+1);
93296 + rc = beat_get_term_char(celleb_vtermno, &inbuflen,
93297 + inbuf+0, inbuf+1);
93298 if (rc != 0)
93299 inbuflen = 0; /* otherwise inbuflen is garbage */
93300 }
93301 @@ -78,7 +79,7 @@
93302 if (ch == -1) {
93303 /* This shouldn't be needed...but... */
93304 volatile unsigned long delay;
93305 - for (delay=0; delay < 2000000; delay++)
93306 + for (delay = 0; delay < 2000000; delay++)
93307 ;
93308 } else {
93309 return ch;
93310 --- a/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
93311 +++ b/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
93312 @@ -117,11 +117,11 @@
93313 }
93314
93315 if (mpic_paddr == 0) {
93316 - printk("%s: No tsi108 PIC found !\n", __FUNCTION__);
93317 + printk("%s: No tsi108 PIC found !\n", __func__);
93318 return;
93319 }
93320
93321 - DBG("%s: tsi108 pic phys_addr = 0x%x\n", __FUNCTION__,
93322 + DBG("%s: tsi108 pic phys_addr = 0x%x\n", __func__,
93323 (u32) mpic_paddr);
93324
93325 mpic = mpic_alloc(tsi_pic, mpic_paddr,
93326 @@ -140,17 +140,17 @@
93327 #ifdef CONFIG_PCI
93328 tsi_pci = of_find_node_by_type(NULL, "pci");
93329 if (tsi_pci == NULL) {
93330 - printk("%s: No tsi108 pci node found !\n", __FUNCTION__);
93331 + printk("%s: No tsi108 pci node found !\n", __func__);
93332 return;
93333 }
93334 cascade_node = of_find_node_by_type(NULL, "pic-router");
93335 if (cascade_node == NULL) {
93336 - printk("%s: No tsi108 pci cascade node found !\n", __FUNCTION__);
93337 + printk("%s: No tsi108 pci cascade node found !\n", __func__);
93338 return;
93339 }
93340
93341 cascade_pci_irq = irq_of_parse_and_map(tsi_pci, 0);
93342 - DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __FUNCTION__,
93343 + DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__,
93344 (u32) cascade_pci_irq);
93345 tsi108_pci_int_init(cascade_node);
93346 set_irq_data(cascade_pci_irq, mpic);
93347 --- a/arch/powerpc/platforms/embedded6xx/prpmc2800.c
93348 +++ b/arch/powerpc/platforms/embedded6xx/prpmc2800.c
93349 @@ -49,13 +49,13 @@
93350 * ioremap mpp and gpp registers in case they are later
93351 * needed by prpmc2800_reset_board().
93352 */
93353 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-mpp");
93354 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-mpp");
93355 reg = of_get_property(np, "reg", NULL);
93356 paddr = of_translate_address(np, reg);
93357 of_node_put(np);
93358 mv64x60_mpp_reg_base = ioremap(paddr, reg[1]);
93359
93360 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
93361 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
93362 reg = of_get_property(np, "reg", NULL);
93363 paddr = of_translate_address(np, reg);
93364 of_node_put(np);
93365 --- a/arch/powerpc/platforms/iseries/exception.S
93366 +++ b/arch/powerpc/platforms/iseries/exception.S
93367 @@ -38,11 +38,19 @@
93368
93369 .globl system_reset_iSeries
93370 system_reset_iSeries:
93371 - mfspr r13,SPRN_SPRG3 /* Get paca address */
93372 + mfspr r13,SPRN_SPRG3 /* Get alpaca address */
93373 + LOAD_REG_IMMEDIATE(r23, alpaca)
93374 + li r0,ALPACA_SIZE
93375 + sub r23,r13,r23
93376 + divdu r23,r23,r0 /* r23 has cpu number */
93377 + LOAD_REG_IMMEDIATE(r13, paca)
93378 + mulli r0,r23,PACA_SIZE
93379 + add r13,r13,r0
93380 + mtspr SPRN_SPRG3,r13 /* Save it away for the future */
93381 mfmsr r24
93382 ori r24,r24,MSR_RI
93383 mtmsrd r24 /* RI on */
93384 - lhz r24,PACAPACAINDEX(r13) /* Get processor # */
93385 + mr r24,r23
93386 cmpwi 0,r24,0 /* Are we processor 0? */
93387 bne 1f
93388 b .__start_initialization_iSeries /* Start up the first processor */
93389 --- a/arch/powerpc/platforms/iseries/ipl_parms.h
93390 +++ b/arch/powerpc/platforms/iseries/ipl_parms.h
93391 @@ -65,6 +65,4 @@
93392 u64 xRsvd13; // Reserved x38-x3F
93393 };
93394
93395 -extern struct ItIplParmsReal xItIplParmsReal;
93396 -
93397 #endif /* _ISERIES_IPL_PARMS_H */
93398 --- a/arch/powerpc/platforms/iseries/lpardata.c
93399 +++ b/arch/powerpc/platforms/iseries/lpardata.c
93400 @@ -14,10 +14,10 @@
93401 #include <asm/ptrace.h>
93402 #include <asm/abs_addr.h>
93403 #include <asm/lppaca.h>
93404 -#include <asm/iseries/it_lp_reg_save.h>
93405 #include <asm/paca.h>
93406 #include <asm/iseries/lpar_map.h>
93407 #include <asm/iseries/it_lp_queue.h>
93408 +#include <asm/iseries/alpaca.h>
93409
93410 #include "naca.h"
93411 #include "vpd_areas.h"
93412 @@ -31,7 +31,7 @@
93413 /* The HvReleaseData is the root of the information shared between
93414 * the hypervisor and Linux.
93415 */
93416 -struct HvReleaseData hvReleaseData = {
93417 +const struct HvReleaseData hvReleaseData = {
93418 .xDesc = 0xc8a5d9c4, /* "HvRD" ebcdic */
93419 .xSize = sizeof(struct HvReleaseData),
93420 .xVpdAreasPtrOffset = offsetof(struct naca_struct, xItVpdAreas),
93421 @@ -61,6 +61,63 @@
93422 .xRamDiskSize = 0,
93423 };
93424
93425 +struct ItLpRegSave {
93426 + u32 xDesc; // Eye catcher "LpRS" ebcdic 000-003
93427 + u16 xSize; // Size of this class 004-005
93428 + u8 xInUse; // Area is live 006-007
93429 + u8 xRsvd1[9]; // Reserved 007-00F
93430 +
93431 + u8 xFixedRegSave[352]; // Fixed Register Save Area 010-16F
93432 + u32 xCTRL; // Control Register 170-173
93433 + u32 xDEC; // Decrementer 174-177
93434 + u32 xFPSCR; // FP Status and Control Reg 178-17B
93435 + u32 xPVR; // Processor Version Number 17C-17F
93436 +
93437 + u64 xMMCR0; // Monitor Mode Control Reg 0 180-187
93438 + u32 xPMC1; // Perf Monitor Counter 1 188-18B
93439 + u32 xPMC2; // Perf Monitor Counter 2 18C-18F
93440 + u32 xPMC3; // Perf Monitor Counter 3 190-193
93441 + u32 xPMC4; // Perf Monitor Counter 4 194-197
93442 + u32 xPIR; // Processor ID Reg 198-19B
93443 +
93444 + u32 xMMCR1; // Monitor Mode Control Reg 1 19C-19F
93445 + u32 xMMCRA; // Monitor Mode Control Reg A 1A0-1A3
93446 + u32 xPMC5; // Perf Monitor Counter 5 1A4-1A7
93447 + u32 xPMC6; // Perf Monitor Counter 6 1A8-1AB
93448 + u32 xPMC7; // Perf Monitor Counter 7 1AC-1AF
93449 + u32 xPMC8; // Perf Monitor Counter 8 1B0-1B3
93450 + u32 xTSC; // Thread Switch Control 1B4-1B7
93451 + u32 xTST; // Thread Switch Timeout 1B8-1BB
93452 + u32 xRsvd; // Reserved 1BC-1BF
93453 +
93454 + u64 xACCR; // Address Compare Control Reg 1C0-1C7
93455 + u64 xIMR; // Instruction Match Register 1C8-1CF
93456 + u64 xSDR1; // Storage Description Reg 1 1D0-1D7
93457 + u64 xSPRG0; // Special Purpose Reg General0 1D8-1DF
93458 + u64 xSPRG1; // Special Purpose Reg General1 1E0-1E7
93459 + u64 xSPRG2; // Special Purpose Reg General2 1E8-1EF
93460 + u64 xSPRG3; // Special Purpose Reg General3 1F0-1F7
93461 + u64 xTB; // Time Base Register 1F8-1FF
93462 +
93463 + u64 xFPR[32]; // Floating Point Registers 200-2FF
93464 +
93465 + u64 xMSR; // Machine State Register 300-307
93466 + u64 xNIA; // Next Instruction Address 308-30F
93467 +
93468 + u64 xDABR; // Data Address Breakpoint Reg 310-317
93469 + u64 xIABR; // Inst Address Breakpoint Reg 318-31F
93470 +
93471 + u64 xHID0; // HW Implementation Dependent0 320-327
93472 +
93473 + u64 xHID4; // HW Implementation Dependent4 328-32F
93474 + u64 xSCOMd; // SCON Data Reg (SPRG4) 330-337
93475 + u64 xSCOMc; // SCON Command Reg (SPRG5) 338-33F
93476 + u64 xSDAR; // Sample Data Address Register 340-347
93477 + u64 xSIAR; // Sample Inst Address Register 348-34F
93478 +
93479 + u8 xRsvd3[176]; // Reserved 350-3FF
93480 +};
93481 +
93482 extern void system_reset_iSeries(void);
93483 extern void machine_check_iSeries(void);
93484 extern void data_access_iSeries(void);
93485 @@ -129,7 +186,7 @@
93486 };
93487
93488 /* May be filled in by the hypervisor so cannot end up in the BSS */
93489 -struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
93490 +static struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
93491
93492 /* May be filled in by the hypervisor so cannot end up in the BSS */
93493 struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data")));
93494 @@ -152,13 +209,54 @@
93495
93496 /* Space for Recovery Log Buffer */
93497 /* May be filled in by the hypervisor so cannot end up in the BSS */
93498 -u64 xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
93499 +static u64 xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
93500
93501 -struct SpCommArea xSpCommArea = {
93502 +static const struct SpCommArea xSpCommArea = {
93503 .xDesc = 0xE2D7C3C2,
93504 .xFormat = 1,
93505 };
93506
93507 +static const struct ItLpRegSave iseries_reg_save[] = {
93508 + [0 ... (NR_CPUS-1)] = {
93509 + .xDesc = 0xd397d9e2, /* "LpRS" */
93510 + .xSize = sizeof(struct ItLpRegSave),
93511 + },
93512 +};
93513 +
93514 +#define ALPACA_INIT(number) \
93515 +{ \
93516 + .lppaca_ptr = &lppaca[number], \
93517 + .reg_save_ptr = &iseries_reg_save[number], \
93518 +}
93519 +
93520 +const struct alpaca alpaca[] = {
93521 + ALPACA_INIT( 0),
93522 +#if NR_CPUS > 1
93523 + ALPACA_INIT( 1), ALPACA_INIT( 2), ALPACA_INIT( 3),
93524 +#if NR_CPUS > 4
93525 + ALPACA_INIT( 4), ALPACA_INIT( 5), ALPACA_INIT( 6), ALPACA_INIT( 7),
93526 +#if NR_CPUS > 8
93527 + ALPACA_INIT( 8), ALPACA_INIT( 9), ALPACA_INIT(10), ALPACA_INIT(11),
93528 + ALPACA_INIT(12), ALPACA_INIT(13), ALPACA_INIT(14), ALPACA_INIT(15),
93529 + ALPACA_INIT(16), ALPACA_INIT(17), ALPACA_INIT(18), ALPACA_INIT(19),
93530 + ALPACA_INIT(20), ALPACA_INIT(21), ALPACA_INIT(22), ALPACA_INIT(23),
93531 + ALPACA_INIT(24), ALPACA_INIT(25), ALPACA_INIT(26), ALPACA_INIT(27),
93532 + ALPACA_INIT(28), ALPACA_INIT(29), ALPACA_INIT(30), ALPACA_INIT(31),
93533 +#if NR_CPUS > 32
93534 + ALPACA_INIT(32), ALPACA_INIT(33), ALPACA_INIT(34), ALPACA_INIT(35),
93535 + ALPACA_INIT(36), ALPACA_INIT(37), ALPACA_INIT(38), ALPACA_INIT(39),
93536 + ALPACA_INIT(40), ALPACA_INIT(41), ALPACA_INIT(42), ALPACA_INIT(43),
93537 + ALPACA_INIT(44), ALPACA_INIT(45), ALPACA_INIT(46), ALPACA_INIT(47),
93538 + ALPACA_INIT(48), ALPACA_INIT(49), ALPACA_INIT(50), ALPACA_INIT(51),
93539 + ALPACA_INIT(52), ALPACA_INIT(53), ALPACA_INIT(54), ALPACA_INIT(55),
93540 + ALPACA_INIT(56), ALPACA_INIT(57), ALPACA_INIT(58), ALPACA_INIT(59),
93541 + ALPACA_INIT(60), ALPACA_INIT(61), ALPACA_INIT(62), ALPACA_INIT(63),
93542 +#endif
93543 +#endif
93544 +#endif
93545 +#endif
93546 +};
93547 +
93548 /* The LparMap data is now located at offset 0x6000 in head.S
93549 * It was put there so that the HvReleaseData could address it
93550 * with a 32-bit offset as required by the iSeries hypervisor
93551 @@ -167,7 +265,7 @@
93552 * the Naca via the HvReleaseData area. The HvReleaseData has the
93553 * offset into the Naca of the pointer to the ItVpdAreas.
93554 */
93555 -struct ItVpdAreas itVpdAreas = {
93556 +const struct ItVpdAreas itVpdAreas = {
93557 .xSlicDesc = 0xc9a3e5c1, /* "ItVA" */
93558 .xSlicSize = sizeof(struct ItVpdAreas),
93559 .xSlicVpdEntries = ItVpdMaxEntries, /* # VPD array entries */
93560 @@ -185,7 +283,7 @@
93561 .xSlicVpdLens = { /* VPD lengths */
93562 0,0,0, /* 0 - 2 */
93563 sizeof(xItExtVpdPanel), /* 3 Extended VPD */
93564 - sizeof(struct paca_struct), /* 4 length of Paca */
93565 + sizeof(struct alpaca), /* 4 length of (fake) Paca */
93566 0, /* 5 */
93567 sizeof(struct ItIplParmsReal),/* 6 length of IPL parms */
93568 26992, /* 7 length of MS VPD */
93569 @@ -203,7 +301,7 @@
93570 .xSlicVpdAdrs = { /* VPD addresses */
93571 0,0,0, /* 0 - 2 */
93572 &xItExtVpdPanel, /* 3 Extended VPD */
93573 - &paca[0], /* 4 first Paca */
93574 + &alpaca[0], /* 4 first (fake) Paca */
93575 0, /* 5 */
93576 &xItIplParmsReal, /* 6 IPL parms */
93577 &xMsVpd, /* 7 MS Vpd */
93578 @@ -219,10 +317,3 @@
93579 0,0
93580 }
93581 };
93582 -
93583 -struct ItLpRegSave iseries_reg_save[] = {
93584 - [0 ... (NR_CPUS-1)] = {
93585 - .xDesc = 0xd397d9e2, /* "LpRS" */
93586 - .xSize = sizeof(struct ItLpRegSave),
93587 - },
93588 -};
93589 --- a/arch/powerpc/platforms/iseries/naca.h
93590 +++ b/arch/powerpc/platforms/iseries/naca.h
93591 @@ -14,7 +14,7 @@
93592
93593 struct naca_struct {
93594 /* Kernel only data - undefined for user space */
93595 - void *xItVpdAreas; /* VPD Data 0x00 */
93596 + const void *xItVpdAreas; /* VPD Data 0x00 */
93597 void *xRamDisk; /* iSeries ramdisk 0x08 */
93598 u64 xRamDiskSize; /* In pages 0x10 */
93599 };
93600 --- a/arch/powerpc/platforms/iseries/pci.c
93601 +++ b/arch/powerpc/platforms/iseries/pci.c
93602 @@ -23,6 +23,7 @@
93603
93604 #undef DEBUG
93605
93606 +#include <linux/jiffies.h>
93607 #include <linux/kernel.h>
93608 #include <linux/list.h>
93609 #include <linux/string.h>
93610 @@ -586,7 +587,7 @@
93611 static unsigned long last_jiffies;
93612 static int num_printed;
93613
93614 - if ((jiffies - last_jiffies) > 60 * HZ) {
93615 + if (time_after(jiffies, last_jiffies + 60 * HZ)) {
93616 last_jiffies = jiffies;
93617 num_printed = 0;
93618 }
93619 --- a/arch/powerpc/platforms/iseries/release_data.h
93620 +++ b/arch/powerpc/platforms/iseries/release_data.h
93621 @@ -58,6 +58,6 @@
93622 char xRsvd3[20]; /* Reserved x2C-x3F */
93623 };
93624
93625 -extern struct HvReleaseData hvReleaseData;
93626 +extern const struct HvReleaseData hvReleaseData;
93627
93628 #endif /* _ISERIES_RELEASE_DATA_H */
93629 --- a/arch/powerpc/platforms/iseries/spcomm_area.h
93630 +++ b/arch/powerpc/platforms/iseries/spcomm_area.h
93631 @@ -31,6 +31,4 @@
93632 u8 xRsvd2[80]; // Reserved 030-07F
93633 };
93634
93635 -extern struct SpCommArea xSpCommArea;
93636 -
93637 #endif /* _ISERIES_SPCOMM_AREA_H */
93638 --- a/arch/powerpc/platforms/iseries/vpd_areas.h
93639 +++ b/arch/powerpc/platforms/iseries/vpd_areas.h
93640 @@ -80,9 +80,9 @@
93641 u32 xPlicDmaLens[ItDmaMaxEntries];// Array of DMA lengths 080-0A7
93642 u32 xPlicDmaToks[ItDmaMaxEntries];// Array of DMA tokens 0A8-0CF
93643 u32 xSlicVpdLens[ItVpdMaxEntries];// Array of VPD lengths 0D0-12F
93644 - void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
93645 + const void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
93646 };
93647
93648 -extern struct ItVpdAreas itVpdAreas;
93649 +extern const struct ItVpdAreas itVpdAreas;
93650
93651 #endif /* _ISERIES_VPD_AREAS_H */
93652 --- a/arch/powerpc/platforms/maple/pci.c
93653 +++ b/arch/powerpc/platforms/maple/pci.c
93654 @@ -592,50 +592,3 @@
93655 }
93656 return irq;
93657 }
93658 -
93659 -/* XXX: To remove once all firmwares are ok */
93660 -static void fixup_maple_ide(struct pci_dev* dev)
93661 -{
93662 - if (!machine_is(maple))
93663 - return;
93664 -
93665 -#if 0 /* Enable this to enable IDE port 0 */
93666 - {
93667 - u8 v;
93668 -
93669 - pci_read_config_byte(dev, 0x40, &v);
93670 - v |= 2;
93671 - pci_write_config_byte(dev, 0x40, v);
93672 - }
93673 -#endif
93674 -#if 0 /* fix bus master base */
93675 - pci_write_config_dword(dev, 0x20, 0xcc01);
93676 - printk("old ide resource: %lx -> %lx \n",
93677 - dev->resource[4].start, dev->resource[4].end);
93678 - dev->resource[4].start = 0xcc00;
93679 - dev->resource[4].end = 0xcc10;
93680 -#endif
93681 -#if 0 /* Enable this to fixup IDE sense/polarity of irqs in IO-APICs */
93682 - {
93683 - struct pci_dev *apicdev;
93684 - u32 v;
93685 -
93686 - apicdev = pci_get_slot (dev->bus, PCI_DEVFN(5,0));
93687 - if (apicdev == NULL)
93688 - printk("IDE Fixup IRQ: Can't find IO-APIC !\n");
93689 - else {
93690 - pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*14);
93691 - pci_read_config_dword(apicdev, 0xf4, &v);
93692 - v &= ~0x00000022;
93693 - pci_write_config_dword(apicdev, 0xf4, v);
93694 - pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*15);
93695 - pci_read_config_dword(apicdev, 0xf4, &v);
93696 - v &= ~0x00000022;
93697 - pci_write_config_dword(apicdev, 0xf4, v);
93698 - pci_dev_put(apicdev);
93699 - }
93700 - }
93701 -#endif
93702 -}
93703 -DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_IDE,
93704 - fixup_maple_ide);
93705 --- a/arch/powerpc/platforms/maple/setup.c
93706 +++ b/arch/powerpc/platforms/maple/setup.c
93707 @@ -43,6 +43,7 @@
93708 #include <linux/smp.h>
93709 #include <linux/bitops.h>
93710 #include <linux/of_device.h>
93711 +#include <linux/lmb.h>
93712
93713 #include <asm/processor.h>
93714 #include <asm/sections.h>
93715 @@ -57,7 +58,6 @@
93716 #include <asm/dma.h>
93717 #include <asm/cputable.h>
93718 #include <asm/time.h>
93719 -#include <asm/lmb.h>
93720 #include <asm/mpic.h>
93721 #include <asm/rtas.h>
93722 #include <asm/udbg.h>
93723 @@ -319,7 +319,7 @@
93724 return 1;
93725 }
93726
93727 -define_machine(maple_md) {
93728 +define_machine(maple) {
93729 .name = "Maple",
93730 .probe = maple_probe,
93731 .setup_arch = maple_setup_arch,
93732 --- a/arch/powerpc/platforms/pasemi/dma_lib.c
93733 +++ b/arch/powerpc/platforms/pasemi/dma_lib.c
93734 @@ -17,6 +17,7 @@
93735 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
93736 */
93737
93738 +#include <linux/kernel.h>
93739 #include <linux/init.h>
93740 #include <linux/module.h>
93741 #include <linux/pci.h>
93742 @@ -26,6 +27,8 @@
93743
93744 #define MAX_TXCH 64
93745 #define MAX_RXCH 64
93746 +#define MAX_FLAGS 64
93747 +#define MAX_FUN 8
93748
93749 static struct pasdma_status *dma_status;
93750
93751 @@ -43,6 +46,8 @@
93752
93753 static DECLARE_BITMAP(txch_free, MAX_TXCH);
93754 static DECLARE_BITMAP(rxch_free, MAX_RXCH);
93755 +static DECLARE_BITMAP(flags_free, MAX_FLAGS);
93756 +static DECLARE_BITMAP(fun_free, MAX_FUN);
93757
93758 /* pasemi_read_iob_reg - read IOB register
93759 * @reg: Register to read (offset into PCI CFG space)
93760 @@ -373,6 +378,106 @@
93761 }
93762 EXPORT_SYMBOL(pasemi_dma_free_buf);
93763
93764 +/* pasemi_dma_alloc_flag - Allocate a flag (event) for channel syncronization
93765 + *
93766 + * Allocates a flag for use with channel syncronization (event descriptors).
93767 + * Returns allocated flag (0-63), < 0 on error.
93768 + */
93769 +int pasemi_dma_alloc_flag(void)
93770 +{
93771 + int bit;
93772 +
93773 +retry:
93774 + bit = find_next_bit(flags_free, MAX_FLAGS, 0);
93775 + if (bit >= MAX_FLAGS)
93776 + return -ENOSPC;
93777 + if (!test_and_clear_bit(bit, flags_free))
93778 + goto retry;
93779 +
93780 + return bit;
93781 +}
93782 +EXPORT_SYMBOL(pasemi_dma_alloc_flag);
93783 +
93784 +
93785 +/* pasemi_dma_free_flag - Deallocates a flag (event)
93786 + * @flag: Flag number to deallocate
93787 + *
93788 + * Frees up a flag so it can be reused for other purposes.
93789 + */
93790 +void pasemi_dma_free_flag(int flag)
93791 +{
93792 + BUG_ON(test_bit(flag, flags_free));
93793 + BUG_ON(flag >= MAX_FLAGS);
93794 + set_bit(flag, flags_free);
93795 +}
93796 +EXPORT_SYMBOL(pasemi_dma_free_flag);
93797 +
93798 +
93799 +/* pasemi_dma_set_flag - Sets a flag (event) to 1
93800 + * @flag: Flag number to set active
93801 + *
93802 + * Sets the flag provided to 1.
93803 + */
93804 +void pasemi_dma_set_flag(int flag)
93805 +{
93806 + BUG_ON(flag >= MAX_FLAGS);
93807 + if (flag < 32)
93808 + pasemi_write_dma_reg(PAS_DMA_TXF_SFLG0, 1 << flag);
93809 + else
93810 + pasemi_write_dma_reg(PAS_DMA_TXF_SFLG1, 1 << flag);
93811 +}
93812 +EXPORT_SYMBOL(pasemi_dma_set_flag);
93813 +
93814 +/* pasemi_dma_clear_flag - Sets a flag (event) to 0
93815 + * @flag: Flag number to set inactive
93816 + *
93817 + * Sets the flag provided to 0.
93818 + */
93819 +void pasemi_dma_clear_flag(int flag)
93820 +{
93821 + BUG_ON(flag >= MAX_FLAGS);
93822 + if (flag < 32)
93823 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 1 << flag);
93824 + else
93825 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 1 << flag);
93826 +}
93827 +EXPORT_SYMBOL(pasemi_dma_clear_flag);
93828 +
93829 +/* pasemi_dma_alloc_fun - Allocate a function engine
93830 + *
93831 + * Allocates a function engine to use for crypto/checksum offload
93832 + * Returns allocated engine (0-8), < 0 on error.
93833 + */
93834 +int pasemi_dma_alloc_fun(void)
93835 +{
93836 + int bit;
93837 +
93838 +retry:
93839 + bit = find_next_bit(fun_free, MAX_FLAGS, 0);
93840 + if (bit >= MAX_FLAGS)
93841 + return -ENOSPC;
93842 + if (!test_and_clear_bit(bit, fun_free))
93843 + goto retry;
93844 +
93845 + return bit;
93846 +}
93847 +EXPORT_SYMBOL(pasemi_dma_alloc_fun);
93848 +
93849 +
93850 +/* pasemi_dma_free_fun - Deallocates a function engine
93851 + * @flag: Engine number to deallocate
93852 + *
93853 + * Frees up a function engine so it can be used for other purposes.
93854 + */
93855 +void pasemi_dma_free_fun(int fun)
93856 +{
93857 + BUG_ON(test_bit(fun, fun_free));
93858 + BUG_ON(fun >= MAX_FLAGS);
93859 + set_bit(fun, fun_free);
93860 +}
93861 +EXPORT_SYMBOL(pasemi_dma_free_fun);
93862 +
93863 +
93864 static void *map_onedev(struct pci_dev *p, int index)
93865 {
93866 struct device_node *dn;
93867 @@ -410,6 +515,7 @@
93868 struct resource res;
93869 struct device_node *dn;
93870 int i, intf, err = 0;
93871 + unsigned long timeout;
93872 u32 tmp;
93873
93874 if (!machine_is(pasemi))
93875 @@ -478,6 +584,44 @@
93876 for (i = 0; i < MAX_RXCH; i++)
93877 __set_bit(i, rxch_free);
93878
93879 + timeout = jiffies + HZ;
93880 + pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, 0);
93881 + while (pasemi_read_dma_reg(PAS_DMA_COM_RXSTA) & 1) {
93882 + if (time_after(jiffies, timeout)) {
93883 + pr_warning("Warning: Could not disable RX section\n");
93884 + break;
93885 + }
93886 + }
93887 +
93888 + timeout = jiffies + HZ;
93889 + pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, 0);
93890 + while (pasemi_read_dma_reg(PAS_DMA_COM_TXSTA) & 1) {
93891 + if (time_after(jiffies, timeout)) {
93892 + pr_warning("Warning: Could not disable TX section\n");
93893 + break;
93894 + }
93895 + }
93896 +
93897 + /* setup resource allocations for the different DMA sections */
93898 + tmp = pasemi_read_dma_reg(PAS_DMA_COM_CFG);
93899 + pasemi_write_dma_reg(PAS_DMA_COM_CFG, tmp | 0x18000000);
93900 +
93901 + /* enable tx section */
93902 + pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
93903 +
93904 + /* enable rx section */
93905 + pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
93906 +
93907 + for (i = 0; i < MAX_FLAGS; i++)
93908 + __set_bit(i, flags_free);
93909 +
93910 + for (i = 0; i < MAX_FUN; i++)
93911 + __set_bit(i, fun_free);
93912 +
93913 + /* clear all status flags */
93914 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 0xffffffff);
93915 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 0xffffffff);
93916 +
93917 printk(KERN_INFO "PA Semi PWRficient DMA library initialized "
93918 "(%d tx, %d rx channels)\n", num_txch, num_rxch);
93919
93920 --- a/arch/powerpc/platforms/pasemi/iommu.c
93921 +++ b/arch/powerpc/platforms/pasemi/iommu.c
93922 @@ -1,5 +1,5 @@
93923 /*
93924 - * Copyright (C) 2005-2007, PA Semi, Inc
93925 + * Copyright (C) 2005-2008, PA Semi, Inc
93926 *
93927 * Maintained by: Olof Johansson <olof@lixom.net>
93928 *
93929 @@ -27,7 +27,6 @@
93930 #include <asm/abs_addr.h>
93931 #include <asm/firmware.h>
93932
93933 -
93934 #define IOBMAP_PAGE_SHIFT 12
93935 #define IOBMAP_PAGE_SIZE (1 << IOBMAP_PAGE_SHIFT)
93936 #define IOBMAP_PAGE_MASK (IOBMAP_PAGE_SIZE - 1)
93937 @@ -35,13 +34,13 @@
93938 #define IOB_BASE 0xe0000000
93939 #define IOB_SIZE 0x3000
93940 /* Configuration registers */
93941 -#define IOBCAP_REG 0x10
93942 -#define IOBCOM_REG 0x40
93943 +#define IOBCAP_REG 0x40
93944 +#define IOBCOM_REG 0x100
93945 /* Enable IOB address translation */
93946 #define IOBCOM_ATEN 0x00000100
93947
93948 /* Address decode configuration register */
93949 -#define IOB_AD_REG 0x53
93950 +#define IOB_AD_REG 0x14c
93951 /* IOBCOM_AD_REG fields */
93952 #define IOB_AD_VGPRT 0x00000e00
93953 #define IOB_AD_VGAEN 0x00000100
93954 @@ -56,13 +55,13 @@
93955 #define IOB_AD_TRNG_2G 0x00000001
93956 #define IOB_AD_TRNG_128G 0x00000003
93957
93958 -#define IOB_TABLEBASE_REG 0x55
93959 +#define IOB_TABLEBASE_REG 0x154
93960
93961 /* Base of the 64 4-byte L1 registers */
93962 -#define IOB_XLT_L1_REGBASE 0xac0
93963 +#define IOB_XLT_L1_REGBASE 0x2b00
93964
93965 /* Register to invalidate TLB entries */
93966 -#define IOB_AT_INVAL_TLB_REG 0xb40
93967 +#define IOB_AT_INVAL_TLB_REG 0x2d00
93968
93969 /* The top two bits of the level 1 entry contains valid and type flags */
93970 #define IOBMAP_L1E_V 0x40000000
93971 @@ -76,7 +75,7 @@
93972 #define IOBMAP_L2E_V 0x80000000
93973 #define IOBMAP_L2E_V_CACHED 0xc0000000
93974
93975 -static u32 __iomem *iob;
93976 +static void __iomem *iob;
93977 static u32 iob_l1_emptyval;
93978 static u32 iob_l2_emptyval;
93979 static u32 *iob_l2_base;
93980 @@ -219,7 +218,7 @@
93981 for (i = 0; i < 64; i++) {
93982 /* Each L1 covers 32MB, i.e. 8K entries = 32K of ram */
93983 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
93984 - out_le32(iob+IOB_XLT_L1_REGBASE+i, regword);
93985 + out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
93986 }
93987
93988 /* set 2GB translation window, based at 0 */
93989 --- a/arch/powerpc/platforms/powermac/setup.c
93990 +++ b/arch/powerpc/platforms/powermac/setup.c
93991 @@ -53,6 +53,7 @@
93992 #include <linux/suspend.h>
93993 #include <linux/of_device.h>
93994 #include <linux/of_platform.h>
93995 +#include <linux/lmb.h>
93996
93997 #include <asm/reg.h>
93998 #include <asm/sections.h>
93999 @@ -74,7 +75,6 @@
94000 #include <asm/iommu.h>
94001 #include <asm/smu.h>
94002 #include <asm/pmc.h>
94003 -#include <asm/lmb.h>
94004 #include <asm/udbg.h>
94005
94006 #include "pmac.h"
94007 --- a/arch/powerpc/platforms/ps3/device-init.c
94008 +++ b/arch/powerpc/platforms/ps3/device-init.c
94009 @@ -499,41 +499,14 @@
94010 }
94011
94012 /**
94013 - * ps3_register_repository_device - Register a device from the repositiory info.
94014 - *
94015 + * ps3_setup_dynamic_device - Setup a dynamic device from the repository
94016 */
94017
94018 -static int ps3_register_repository_device(
94019 - const struct ps3_repository_device *repo)
94020 +static int ps3_setup_dynamic_device(const struct ps3_repository_device *repo)
94021 {
94022 int result;
94023
94024 switch (repo->dev_type) {
94025 - case PS3_DEV_TYPE_SB_GELIC:
94026 - result = ps3_setup_gelic_device(repo);
94027 - if (result) {
94028 - pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94029 - __func__, __LINE__);
94030 - }
94031 - break;
94032 - case PS3_DEV_TYPE_SB_USB:
94033 -
94034 - /* Each USB device has both an EHCI and an OHCI HC */
94035 -
94036 - result = ps3_setup_ehci_device(repo);
94037 -
94038 - if (result) {
94039 - pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94040 - __func__, __LINE__);
94041 - }
94042 -
94043 - result = ps3_setup_ohci_device(repo);
94044 -
94045 - if (result) {
94046 - pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94047 - __func__, __LINE__);
94048 - }
94049 - break;
94050 case PS3_DEV_TYPE_STOR_DISK:
94051 result = ps3_setup_storage_dev(repo, PS3_MATCH_ID_STOR_DISK);
94052
94053 @@ -572,6 +545,48 @@
94054 return result;
94055 }
94056
94057 +/**
94058 + * ps3_setup_static_device - Setup a static device from the repository
94059 + */
94060 +
94061 +static int __init ps3_setup_static_device(const struct ps3_repository_device *repo)
94062 +{
94063 + int result;
94064 +
94065 + switch (repo->dev_type) {
94066 + case PS3_DEV_TYPE_SB_GELIC:
94067 + result = ps3_setup_gelic_device(repo);
94068 + if (result) {
94069 + pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94070 + __func__, __LINE__);
94071 + }
94072 + break;
94073 + case PS3_DEV_TYPE_SB_USB:
94074 +
94075 + /* Each USB device has both an EHCI and an OHCI HC */
94076 +
94077 + result = ps3_setup_ehci_device(repo);
94078 +
94079 + if (result) {
94080 + pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94081 + __func__, __LINE__);
94082 + }
94083 +
94084 + result = ps3_setup_ohci_device(repo);
94085 +
94086 + if (result) {
94087 + pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94088 + __func__, __LINE__);
94089 + }
94090 + break;
94091 +
94092 + default:
94093 + return ps3_setup_dynamic_device(repo);
94094 + }
94095 +
94096 + return result;
94097 +}
94098 +
94099 static void ps3_find_and_add_device(u64 bus_id, u64 dev_id)
94100 {
94101 struct ps3_repository_device repo;
94102 @@ -601,7 +616,7 @@
94103 pr_debug("%s:%u: device %lu:%lu found after %u retries\n",
94104 __func__, __LINE__, bus_id, dev_id, retries);
94105
94106 - ps3_register_repository_device(&repo);
94107 + ps3_setup_dynamic_device(&repo);
94108 return;
94109 }
94110
94111 @@ -905,8 +920,7 @@
94112
94113 ps3_register_graphics_devices();
94114
94115 - ps3_repository_find_devices(PS3_BUS_TYPE_SB,
94116 - ps3_register_repository_device);
94117 + ps3_repository_find_devices(PS3_BUS_TYPE_SB, ps3_setup_static_device);
94118
94119 ps3_register_sound_devices();
94120
94121 --- a/arch/powerpc/platforms/ps3/htab.c
94122 +++ b/arch/powerpc/platforms/ps3/htab.c
94123 @@ -19,9 +19,10 @@
94124 */
94125
94126 #include <linux/kernel.h>
94127 +#include <linux/lmb.h>
94128
94129 #include <asm/machdep.h>
94130 -#include <asm/lmb.h>
94131 +#include <asm/prom.h>
94132 #include <asm/udbg.h>
94133 #include <asm/lv1call.h>
94134 #include <asm/ps3fb.h>
94135 --- a/arch/powerpc/platforms/ps3/interrupt.c
94136 +++ b/arch/powerpc/platforms/ps3/interrupt.c
94137 @@ -709,7 +709,7 @@
94138 asm volatile("cntlzd %0,%1" : "=r" (plug) : "r" (x));
94139 plug &= 0x3f;
94140
94141 - if (unlikely(plug) == NO_IRQ) {
94142 + if (unlikely(plug == NO_IRQ)) {
94143 pr_debug("%s:%d: no plug found: thread_id %lu\n", __func__,
94144 __LINE__, pd->thread_id);
94145 dump_bmp(&per_cpu(ps3_private, 0));
94146 --- a/arch/powerpc/platforms/ps3/mm.c
94147 +++ b/arch/powerpc/platforms/ps3/mm.c
94148 @@ -21,9 +21,10 @@
94149 #include <linux/kernel.h>
94150 #include <linux/module.h>
94151 #include <linux/memory_hotplug.h>
94152 +#include <linux/lmb.h>
94153
94154 #include <asm/firmware.h>
94155 -#include <asm/lmb.h>
94156 +#include <asm/prom.h>
94157 #include <asm/udbg.h>
94158 #include <asm/lv1call.h>
94159
94160 --- a/arch/powerpc/platforms/ps3/os-area.c
94161 +++ b/arch/powerpc/platforms/ps3/os-area.c
94162 @@ -24,8 +24,9 @@
94163 #include <linux/fs.h>
94164 #include <linux/syscalls.h>
94165 #include <linux/ctype.h>
94166 +#include <linux/lmb.h>
94167
94168 -#include <asm/lmb.h>
94169 +#include <asm/prom.h>
94170
94171 #include "platform.h"
94172
94173 --- a/arch/powerpc/platforms/ps3/setup.c
94174 +++ b/arch/powerpc/platforms/ps3/setup.c
94175 @@ -95,6 +95,14 @@
94176 ps3_sys_manager_power_off(); /* never returns */
94177 }
94178
94179 +static void ps3_halt(void)
94180 +{
94181 + DBG("%s:%d\n", __func__, __LINE__);
94182 +
94183 + smp_send_stop();
94184 + ps3_sys_manager_halt(); /* never returns */
94185 +}
94186 +
94187 static void ps3_panic(char *str)
94188 {
94189 DBG("%s:%d %s\n", __func__, __LINE__, str);
94190 @@ -105,7 +113,8 @@
94191 printk(" Please press POWER button.\n");
94192 printk("\n");
94193
94194 - while(1);
94195 + while(1)
94196 + lv1_pause(1);
94197 }
94198
94199 #if defined(CONFIG_FB_PS3) || defined(CONFIG_FB_PS3_MODULE) || \
94200 @@ -117,7 +126,7 @@
94201
94202 p->address = __alloc_bootmem(p->size, p->align, __pa(MAX_DMA_ADDRESS));
94203 if (!p->address) {
94204 - printk(KERN_ERR "%s: Cannot allocate %s\n", __FUNCTION__,
94205 + printk(KERN_ERR "%s: Cannot allocate %s\n", __func__,
94206 p->name);
94207 return;
94208 }
94209 @@ -266,6 +275,7 @@
94210 .progress = ps3_progress,
94211 .restart = ps3_restart,
94212 .power_off = ps3_power_off,
94213 + .halt = ps3_halt,
94214 #if defined(CONFIG_KEXEC)
94215 .kexec_cpu_down = ps3_kexec_cpu_down,
94216 .machine_kexec = default_machine_kexec,
94217 --- a/arch/powerpc/platforms/ps3/spu.c
94218 +++ b/arch/powerpc/platforms/ps3/spu.c
94219 @@ -27,6 +27,7 @@
94220 #include <asm/spu.h>
94221 #include <asm/spu_priv1.h>
94222 #include <asm/lv1call.h>
94223 +#include <asm/ps3.h>
94224
94225 #include "../cell/spufs/spufs.h"
94226 #include "platform.h"
94227 @@ -140,6 +141,12 @@
94228 pr_debug("%s:%d: shadow: %lxh\n", func, line, shadow);
94229 }
94230
94231 +inline u64 ps3_get_spe_id(void *arg)
94232 +{
94233 + return spu_pdata(arg)->spe_id;
94234 +}
94235 +EXPORT_SYMBOL_GPL(ps3_get_spe_id);
94236 +
94237 static unsigned long get_vas_id(void)
94238 {
94239 unsigned long id;
94240 --- a/arch/powerpc/platforms/pseries/Makefile
94241 +++ b/arch/powerpc/platforms/pseries/Makefile
94242 @@ -18,3 +18,4 @@
94243 obj-$(CONFIG_HVC_CONSOLE) += hvconsole.o
94244 obj-$(CONFIG_HVCS) += hvcserver.o
94245 obj-$(CONFIG_HCALL_STATS) += hvCall_inst.o
94246 +obj-$(CONFIG_PHYP_DUMP) += phyp_dump.o
94247 --- a/arch/powerpc/platforms/pseries/eeh.c
94248 +++ b/arch/powerpc/platforms/pseries/eeh.c
94249 @@ -945,7 +945,6 @@
94250 unsigned int rets[3];
94251 struct eeh_early_enable_info *info = data;
94252 int ret;
94253 - const char *status = of_get_property(dn, "status", NULL);
94254 const u32 *class_code = of_get_property(dn, "class-code", NULL);
94255 const u32 *vendor_id = of_get_property(dn, "vendor-id", NULL);
94256 const u32 *device_id = of_get_property(dn, "device-id", NULL);
94257 @@ -959,8 +958,8 @@
94258 pdn->eeh_freeze_count = 0;
94259 pdn->eeh_false_positives = 0;
94260
94261 - if (status && strncmp(status, "ok", 2) != 0)
94262 - return NULL; /* ignore devices with bad status */
94263 + if (!of_device_is_available(dn))
94264 + return NULL;
94265
94266 /* Ignore bad nodes. */
94267 if (!class_code || !vendor_id || !device_id)
94268 --- a/arch/powerpc/platforms/pseries/lpar.c
94269 +++ b/arch/powerpc/platforms/pseries/lpar.c
94270 @@ -40,6 +40,7 @@
94271 #include <asm/smp.h>
94272
94273 #include "plpar_wrappers.h"
94274 +#include "pseries.h"
94275
94276 #ifdef DEBUG_LOW
94277 #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
94278 @@ -203,7 +204,6 @@
94279 struct device_node *stdout_node;
94280 const u32 *termno;
94281 const char *name;
94282 - int add_console;
94283
94284 /* find the boot console from /chosen/stdout */
94285 if (!of_chosen)
94286 @@ -219,8 +219,6 @@
94287 printk(KERN_WARNING "stdout node missing 'name' property!\n");
94288 goto out;
94289 }
94290 - /* The user has requested a console so this is already set up. */
94291 - add_console = !strstr(cmd_line, "console=");
94292
94293 /* Check if it's a virtual terminal */
94294 if (strncmp(name, "vty", 3) != 0)
94295 @@ -234,15 +232,13 @@
94296 udbg_putc = udbg_putcLP;
94297 udbg_getc = udbg_getcLP;
94298 udbg_getc_poll = udbg_getc_pollLP;
94299 - if (add_console)
94300 - add_preferred_console("hvc", termno[0] & 0xff, NULL);
94301 + add_preferred_console("hvc", termno[0] & 0xff, NULL);
94302 } else if (of_device_is_compatible(stdout_node, "hvterm-protocol")) {
94303 vtermno = termno[0];
94304 udbg_putc = udbg_hvsi_putc;
94305 udbg_getc = udbg_hvsi_getc;
94306 udbg_getc_poll = udbg_hvsi_getc_poll;
94307 - if (add_console)
94308 - add_preferred_console("hvsi", termno[0] & 0xff, NULL);
94309 + add_preferred_console("hvsi", termno[0] & 0xff, NULL);
94310 }
94311 out:
94312 of_node_put(stdout_node);
94313 @@ -520,6 +516,20 @@
94314 BUG_ON(lpar_rc != H_SUCCESS);
94315 }
94316
94317 +static void pSeries_lpar_hpte_removebolted(unsigned long ea,
94318 + int psize, int ssize)
94319 +{
94320 + unsigned long slot, vsid, va;
94321 +
94322 + vsid = get_kernel_vsid(ea, ssize);
94323 + va = hpt_va(ea, vsid, ssize);
94324 +
94325 + slot = pSeries_lpar_hpte_find(va, psize, ssize);
94326 + BUG_ON(slot == -1);
94327 +
94328 + pSeries_lpar_hpte_invalidate(slot, va, psize, ssize, 0);
94329 +}
94330 +
94331 /* Flag bits for H_BULK_REMOVE */
94332 #define HBR_REQUEST 0x4000000000000000UL
94333 #define HBR_RESPONSE 0x8000000000000000UL
94334 @@ -597,6 +607,7 @@
94335 ppc_md.hpte_updateboltedpp = pSeries_lpar_hpte_updateboltedpp;
94336 ppc_md.hpte_insert = pSeries_lpar_hpte_insert;
94337 ppc_md.hpte_remove = pSeries_lpar_hpte_remove;
94338 + ppc_md.hpte_removebolted = pSeries_lpar_hpte_removebolted;
94339 ppc_md.flush_hash_range = pSeries_lpar_flush_hash_range;
94340 ppc_md.hpte_clear_all = pSeries_lpar_hptab_clear;
94341 }
94342 --- a/arch/powerpc/platforms/pseries/pci_dlpar.c
94343 +++ b/arch/powerpc/platforms/pseries/pci_dlpar.c
94344 @@ -123,7 +123,7 @@
94345 /* Add to children of PCI bridge dev->bus */
94346 child_bus = pci_add_new_bus(dev->bus, dev, sec_busno);
94347 if (!child_bus) {
94348 - printk (KERN_ERR "%s: could not add second bus\n", __FUNCTION__);
94349 + printk (KERN_ERR "%s: could not add second bus\n", __func__);
94350 return -EIO;
94351 }
94352 sprintf(child_bus->name, "PCI Bus #%02x", child_bus->number);
94353 --- /dev/null
94354 +++ b/arch/powerpc/platforms/pseries/phyp_dump.c
94355 @@ -0,0 +1,507 @@
94356 +/*
94357 + * Hypervisor-assisted dump
94358 + *
94359 + * Linas Vepstas, Manish Ahuja 2008
94360 + * Copyright 2008 IBM Corp.
94361 + *
94362 + * This program is free software; you can redistribute it and/or
94363 + * modify it under the terms of the GNU General Public License
94364 + * as published by the Free Software Foundation; either version
94365 + * 2 of the License, or (at your option) any later version.
94366 + *
94367 + */
94368 +
94369 +#include <linux/init.h>
94370 +#include <linux/kobject.h>
94371 +#include <linux/mm.h>
94372 +#include <linux/of.h>
94373 +#include <linux/pfn.h>
94374 +#include <linux/swap.h>
94375 +#include <linux/sysfs.h>
94376 +
94377 +#include <asm/page.h>
94378 +#include <asm/phyp_dump.h>
94379 +#include <asm/machdep.h>
94380 +#include <asm/prom.h>
94381 +#include <asm/rtas.h>
94382 +
94383 +/* Variables, used to communicate data between early boot and late boot */
94384 +static struct phyp_dump phyp_dump_vars;
94385 +struct phyp_dump *phyp_dump_info = &phyp_dump_vars;
94386 +
94387 +static int ibm_configure_kernel_dump;
94388 +/* ------------------------------------------------- */
94389 +/* RTAS interfaces to declare the dump regions */
94390 +
94391 +struct dump_section {
94392 + u32 dump_flags;
94393 + u16 source_type;
94394 + u16 error_flags;
94395 + u64 source_address;
94396 + u64 source_length;
94397 + u64 length_copied;
94398 + u64 destination_address;
94399 +};
94400 +
94401 +struct phyp_dump_header {
94402 + u32 version;
94403 + u16 num_of_sections;
94404 + u16 status;
94405 +
94406 + u32 first_offset_section;
94407 + u32 dump_disk_section;
94408 + u64 block_num_dd;
94409 + u64 num_of_blocks_dd;
94410 + u32 offset_dd;
94411 + u32 maxtime_to_auto;
94412 + /* No dump disk path string used */
94413 +
94414 + struct dump_section cpu_data;
94415 + struct dump_section hpte_data;
94416 + struct dump_section kernel_data;
94417 +};
94418 +
94419 +/* The dump header *must be* in low memory, so .bss it */
94420 +static struct phyp_dump_header phdr;
94421 +
94422 +#define NUM_DUMP_SECTIONS 3
94423 +#define DUMP_HEADER_VERSION 0x1
94424 +#define DUMP_REQUEST_FLAG 0x1
94425 +#define DUMP_SOURCE_CPU 0x0001
94426 +#define DUMP_SOURCE_HPTE 0x0002
94427 +#define DUMP_SOURCE_RMO 0x0011
94428 +#define DUMP_ERROR_FLAG 0x2000
94429 +#define DUMP_TRIGGERED 0x4000
94430 +#define DUMP_PERFORMED 0x8000
94431 +
94432 +
94433 +/**
94434 + * init_dump_header() - initialize the header declaring a dump
94435 + * Returns: length of dump save area.
94436 + *
94437 + * When the hypervisor saves crashed state, it needs to put
94438 + * it somewhere. The dump header tells the hypervisor where
94439 + * the data can be saved.
94440 + */
94441 +static unsigned long init_dump_header(struct phyp_dump_header *ph)
94442 +{
94443 + unsigned long addr_offset = 0;
94444 +
94445 + /* Set up the dump header */
94446 + ph->version = DUMP_HEADER_VERSION;
94447 + ph->num_of_sections = NUM_DUMP_SECTIONS;
94448 + ph->status = 0;
94449 +
94450 + ph->first_offset_section =
94451 + (u32)offsetof(struct phyp_dump_header, cpu_data);
94452 + ph->dump_disk_section = 0;
94453 + ph->block_num_dd = 0;
94454 + ph->num_of_blocks_dd = 0;
94455 + ph->offset_dd = 0;
94456 +
94457 + ph->maxtime_to_auto = 0; /* disabled */
94458 +
94459 + /* The first two sections are mandatory */
94460 + ph->cpu_data.dump_flags = DUMP_REQUEST_FLAG;
94461 + ph->cpu_data.source_type = DUMP_SOURCE_CPU;
94462 + ph->cpu_data.source_address = 0;
94463 + ph->cpu_data.source_length = phyp_dump_info->cpu_state_size;
94464 + ph->cpu_data.destination_address = addr_offset;
94465 + addr_offset += phyp_dump_info->cpu_state_size;
94466 +
94467 + ph->hpte_data.dump_flags = DUMP_REQUEST_FLAG;
94468 + ph->hpte_data.source_type = DUMP_SOURCE_HPTE;
94469 + ph->hpte_data.source_address = 0;
94470 + ph->hpte_data.source_length = phyp_dump_info->hpte_region_size;
94471 + ph->hpte_data.destination_address = addr_offset;
94472 + addr_offset += phyp_dump_info->hpte_region_size;
94473 +
94474 + /* This section describes the low kernel region */
94475 + ph->kernel_data.dump_flags = DUMP_REQUEST_FLAG;
94476 + ph->kernel_data.source_type = DUMP_SOURCE_RMO;
94477 + ph->kernel_data.source_address = PHYP_DUMP_RMR_START;
94478 + ph->kernel_data.source_length = PHYP_DUMP_RMR_END;
94479 + ph->kernel_data.destination_address = addr_offset;
94480 + addr_offset += ph->kernel_data.source_length;
94481 +
94482 + return addr_offset;
94483 +}
94484 +
94485 +static void print_dump_header(const struct phyp_dump_header *ph)
94486 +{
94487 +#ifdef DEBUG
94488 + printk(KERN_INFO "dump header:\n");
94489 + /* setup some ph->sections required */
94490 + printk(KERN_INFO "version = %d\n", ph->version);
94491 + printk(KERN_INFO "Sections = %d\n", ph->num_of_sections);
94492 + printk(KERN_INFO "Status = 0x%x\n", ph->status);
94493 +
94494 + /* No ph->disk, so all should be set to 0 */
94495 + printk(KERN_INFO "Offset to first section 0x%x\n",
94496 + ph->first_offset_section);
94497 + printk(KERN_INFO "dump disk sections should be zero\n");
94498 + printk(KERN_INFO "dump disk section = %d\n", ph->dump_disk_section);
94499 + printk(KERN_INFO "block num = %ld\n", ph->block_num_dd);
94500 + printk(KERN_INFO "number of blocks = %ld\n", ph->num_of_blocks_dd);
94501 + printk(KERN_INFO "dump disk offset = %d\n", ph->offset_dd);
94502 + printk(KERN_INFO "Max auto time= %d\n", ph->maxtime_to_auto);
94503 +
94504 + /*set cpu state and hpte states as well scratch pad area */
94505 + printk(KERN_INFO " CPU AREA \n");
94506 + printk(KERN_INFO "cpu dump_flags =%d\n", ph->cpu_data.dump_flags);
94507 + printk(KERN_INFO "cpu source_type =%d\n", ph->cpu_data.source_type);
94508 + printk(KERN_INFO "cpu error_flags =%d\n", ph->cpu_data.error_flags);
94509 + printk(KERN_INFO "cpu source_address =%lx\n",
94510 + ph->cpu_data.source_address);
94511 + printk(KERN_INFO "cpu source_length =%lx\n",
94512 + ph->cpu_data.source_length);
94513 + printk(KERN_INFO "cpu length_copied =%lx\n",
94514 + ph->cpu_data.length_copied);
94515 +
94516 + printk(KERN_INFO " HPTE AREA \n");
94517 + printk(KERN_INFO "HPTE dump_flags =%d\n", ph->hpte_data.dump_flags);
94518 + printk(KERN_INFO "HPTE source_type =%d\n", ph->hpte_data.source_type);
94519 + printk(KERN_INFO "HPTE error_flags =%d\n", ph->hpte_data.error_flags);
94520 + printk(KERN_INFO "HPTE source_address =%lx\n",
94521 + ph->hpte_data.source_address);
94522 + printk(KERN_INFO "HPTE source_length =%lx\n",
94523 + ph->hpte_data.source_length);
94524 + printk(KERN_INFO "HPTE length_copied =%lx\n",
94525 + ph->hpte_data.length_copied);
94526 +
94527 + printk(KERN_INFO " SRSD AREA \n");
94528 + printk(KERN_INFO "SRSD dump_flags =%d\n", ph->kernel_data.dump_flags);
94529 + printk(KERN_INFO "SRSD source_type =%d\n", ph->kernel_data.source_type);
94530 + printk(KERN_INFO "SRSD error_flags =%d\n", ph->kernel_data.error_flags);
94531 + printk(KERN_INFO "SRSD source_address =%lx\n",
94532 + ph->kernel_data.source_address);
94533 + printk(KERN_INFO "SRSD source_length =%lx\n",
94534 + ph->kernel_data.source_length);
94535 + printk(KERN_INFO "SRSD length_copied =%lx\n",
94536 + ph->kernel_data.length_copied);
94537 +#endif
94538 +}
94539 +
94540 +static ssize_t show_phyp_dump_active(struct kobject *kobj,
94541 + struct kobj_attribute *attr, char *buf)
94542 +{
94543 +
94544 + /* create filesystem entry so kdump is phyp-dump aware */
94545 + return sprintf(buf, "%lx\n", phyp_dump_info->phyp_dump_at_boot);
94546 +}
94547 +
94548 +static struct kobj_attribute pdl = __ATTR(phyp_dump_active, 0600,
94549 + show_phyp_dump_active,
94550 + NULL);
94551 +
94552 +static void register_dump_area(struct phyp_dump_header *ph, unsigned long addr)
94553 +{
94554 + int rc;
94555 +
94556 + /* Add addr value if not initialized before */
94557 + if (ph->cpu_data.destination_address == 0) {
94558 + ph->cpu_data.destination_address += addr;
94559 + ph->hpte_data.destination_address += addr;
94560 + ph->kernel_data.destination_address += addr;
94561 + }
94562 +
94563 + /* ToDo Invalidate kdump and free memory range. */
94564 +
94565 + do {
94566 + rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
94567 + 1, ph, sizeof(struct phyp_dump_header));
94568 + } while (rtas_busy_delay(rc));
94569 +
94570 + if (rc) {
94571 + printk(KERN_ERR "phyp-dump: unexpected error (%d) on "
94572 + "register\n", rc);
94573 + print_dump_header(ph);
94574 + return;
94575 + }
94576 +
94577 + rc = sysfs_create_file(kernel_kobj, &pdl.attr);
94578 + if (rc)
94579 + printk(KERN_ERR "phyp-dump: unable to create sysfs"
94580 + " file (%d)\n", rc);
94581 +}
94582 +
94583 +static
94584 +void invalidate_last_dump(struct phyp_dump_header *ph, unsigned long addr)
94585 +{
94586 + int rc;
94587 +
94588 + /* Add addr value if not initialized before */
94589 + if (ph->cpu_data.destination_address == 0) {
94590 + ph->cpu_data.destination_address += addr;
94591 + ph->hpte_data.destination_address += addr;
94592 + ph->kernel_data.destination_address += addr;
94593 + }
94594 +
94595 + do {
94596 + rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
94597 + 2, ph, sizeof(struct phyp_dump_header));
94598 + } while (rtas_busy_delay(rc));
94599 +
94600 + if (rc) {
94601 + printk(KERN_ERR "phyp-dump: unexpected error (%d) "
94602 + "on invalidate\n", rc);
94603 + print_dump_header(ph);
94604 + }
94605 +}
94606 +
94607 +/* ------------------------------------------------- */
94608 +/**
94609 + * release_memory_range -- release memory previously lmb_reserved
94610 + * @start_pfn: starting physical frame number
94611 + * @nr_pages: number of pages to free.
94612 + *
94613 + * This routine will release memory that had been previously
94614 + * lmb_reserved in early boot. The released memory becomes
94615 + * available for genreal use.
94616 + */
94617 +static void release_memory_range(unsigned long start_pfn,
94618 + unsigned long nr_pages)
94619 +{
94620 + struct page *rpage;
94621 + unsigned long end_pfn;
94622 + long i;
94623 +
94624 + end_pfn = start_pfn + nr_pages;
94625 +
94626 + for (i = start_pfn; i <= end_pfn; i++) {
94627 + rpage = pfn_to_page(i);
94628 + if (PageReserved(rpage)) {
94629 + ClearPageReserved(rpage);
94630 + init_page_count(rpage);
94631 + __free_page(rpage);
94632 + totalram_pages++;
94633 + }
94634 + }
94635 +}
94636 +
94637 +/**
94638 + * track_freed_range -- Counts the range being freed.
94639 + * Once the counter goes to zero, it re-registers dump for
94640 + * future use.
94641 + */
94642 +static void
94643 +track_freed_range(unsigned long addr, unsigned long length)
94644 +{
94645 + static unsigned long scratch_area_size, reserved_area_size;
94646 +
94647 + if (addr < phyp_dump_info->init_reserve_start)
94648 + return;
94649 +
94650 + if ((addr >= phyp_dump_info->init_reserve_start) &&
94651 + (addr <= phyp_dump_info->init_reserve_start +
94652 + phyp_dump_info->init_reserve_size))
94653 + reserved_area_size += length;
94654 +
94655 + if ((addr >= phyp_dump_info->reserved_scratch_addr) &&
94656 + (addr <= phyp_dump_info->reserved_scratch_addr +
94657 + phyp_dump_info->reserved_scratch_size))
94658 + scratch_area_size += length;
94659 +
94660 + if ((reserved_area_size == phyp_dump_info->init_reserve_size) &&
94661 + (scratch_area_size == phyp_dump_info->reserved_scratch_size)) {
94662 +
94663 + invalidate_last_dump(&phdr,
94664 + phyp_dump_info->reserved_scratch_addr);
94665 + register_dump_area(&phdr,
94666 + phyp_dump_info->reserved_scratch_addr);
94667 + }
94668 +}
94669 +
94670 +/* ------------------------------------------------- */
94671 +/**
94672 + * sysfs_release_region -- sysfs interface to release memory range.
94673 + *
94674 + * Usage:
94675 + * "echo <start addr> <length> > /sys/kernel/release_region"
94676 + *
94677 + * Example:
94678 + * "echo 0x40000000 0x10000000 > /sys/kernel/release_region"
94679 + *
94680 + * will release 256MB starting at 1GB.
94681 + */
94682 +static ssize_t store_release_region(struct kobject *kobj,
94683 + struct kobj_attribute *attr,
94684 + const char *buf, size_t count)
94685 +{
94686 + unsigned long start_addr, length, end_addr;
94687 + unsigned long start_pfn, nr_pages;
94688 + ssize_t ret;
94689 +
94690 + ret = sscanf(buf, "%lx %lx", &start_addr, &length);
94691 + if (ret != 2)
94692 + return -EINVAL;
94693 +
94694 + track_freed_range(start_addr, length);
94695 +
94696 + /* Range-check - don't free any reserved memory that
94697 + * wasn't reserved for phyp-dump */
94698 + if (start_addr < phyp_dump_info->init_reserve_start)
94699 + start_addr = phyp_dump_info->init_reserve_start;
94700 +
94701 + end_addr = phyp_dump_info->init_reserve_start +
94702 + phyp_dump_info->init_reserve_size;
94703 + if (start_addr+length > end_addr)
94704 + length = end_addr - start_addr;
94705 +
94706 + /* Release the region of memory assed in by user */
94707 + start_pfn = PFN_DOWN(start_addr);
94708 + nr_pages = PFN_DOWN(length);
94709 + release_memory_range(start_pfn, nr_pages);
94710 +
94711 + return count;
94712 +}
94713 +
94714 +static ssize_t show_release_region(struct kobject *kobj,
94715 + struct kobj_attribute *attr, char *buf)
94716 +{
94717 + u64 second_addr_range;
94718 +
94719 + /* total reserved size - start of scratch area */
94720 + second_addr_range = phyp_dump_info->init_reserve_size -
94721 + phyp_dump_info->reserved_scratch_size;
94722 + return sprintf(buf, "CPU:0x%lx-0x%lx: HPTE:0x%lx-0x%lx:"
94723 + " DUMP:0x%lx-0x%lx, 0x%lx-0x%lx:\n",
94724 + phdr.cpu_data.destination_address,
94725 + phdr.cpu_data.length_copied,
94726 + phdr.hpte_data.destination_address,
94727 + phdr.hpte_data.length_copied,
94728 + phdr.kernel_data.destination_address,
94729 + phdr.kernel_data.length_copied,
94730 + phyp_dump_info->init_reserve_start,
94731 + second_addr_range);
94732 +}
94733 +
94734 +static struct kobj_attribute rr = __ATTR(release_region, 0600,
94735 + show_release_region,
94736 + store_release_region);
94737 +
94738 +static int __init phyp_dump_setup(void)
94739 +{
94740 + struct device_node *rtas;
94741 + const struct phyp_dump_header *dump_header = NULL;
94742 + unsigned long dump_area_start;
94743 + unsigned long dump_area_length;
94744 + int header_len = 0;
94745 + int rc;
94746 +
94747 + /* If no memory was reserved in early boot, there is nothing to do */
94748 + if (phyp_dump_info->init_reserve_size == 0)
94749 + return 0;
94750 +
94751 + /* Return if phyp dump not supported */
94752 + if (!phyp_dump_info->phyp_dump_configured)
94753 + return -ENOSYS;
94754 +
94755 + /* Is there dump data waiting for us? If there isn't,
94756 + * then register a new dump area, and release all of
94757 + * the rest of the reserved ram.
94758 + *
94759 + * The /rtas/ibm,kernel-dump rtas node is present only
94760 + * if there is dump data waiting for us.
94761 + */
94762 + rtas = of_find_node_by_path("/rtas");
94763 + if (rtas) {
94764 + dump_header = of_get_property(rtas, "ibm,kernel-dump",
94765 + &header_len);
94766 + of_node_put(rtas);
94767 + }
94768 +
94769 + print_dump_header(dump_header);
94770 + dump_area_length = init_dump_header(&phdr);
94771 + /* align down */
94772 + dump_area_start = phyp_dump_info->init_reserve_start & PAGE_MASK;
94773 +
94774 + if (dump_header == NULL) {
94775 + register_dump_area(&phdr, dump_area_start);
94776 + return 0;
94777 + }
94778 +
94779 + /* re-register the dump area, if old dump was invalid */
94780 + if ((dump_header) && (dump_header->status & DUMP_ERROR_FLAG)) {
94781 + invalidate_last_dump(&phdr, dump_area_start);
94782 + register_dump_area(&phdr, dump_area_start);
94783 + return 0;
94784 + }
94785 +
94786 + if (dump_header) {
94787 + phyp_dump_info->reserved_scratch_addr =
94788 + dump_header->cpu_data.destination_address;
94789 + phyp_dump_info->reserved_scratch_size =
94790 + dump_header->cpu_data.source_length +
94791 + dump_header->hpte_data.source_length +
94792 + dump_header->kernel_data.source_length;
94793 + }
94794 +
94795 + /* Should we create a dump_subsys, analogous to s390/ipl.c ? */
94796 + rc = sysfs_create_file(kernel_kobj, &rr.attr);
94797 + if (rc)
94798 + printk(KERN_ERR "phyp-dump: unable to create sysfs file (%d)\n",
94799 + rc);
94800 +
94801 + /* ToDo: re-register the dump area, for next time. */
94802 + return 0;
94803 +}
94804 +machine_subsys_initcall(pseries, phyp_dump_setup);
94805 +
94806 +int __init early_init_dt_scan_phyp_dump(unsigned long node,
94807 + const char *uname, int depth, void *data)
94808 +{
94809 + const unsigned int *sizes;
94810 +
94811 + phyp_dump_info->phyp_dump_configured = 0;
94812 + phyp_dump_info->phyp_dump_is_active = 0;
94813 +
94814 + if (depth != 1 || strcmp(uname, "rtas") != 0)
94815 + return 0;
94816 +
94817 + if (of_get_flat_dt_prop(node, "ibm,configure-kernel-dump", NULL))
94818 + phyp_dump_info->phyp_dump_configured++;
94819 +
94820 + if (of_get_flat_dt_prop(node, "ibm,dump-kernel", NULL))
94821 + phyp_dump_info->phyp_dump_is_active++;
94822 +
94823 + sizes = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes",
94824 + NULL);
94825 + if (!sizes)
94826 + return 0;
94827 +
94828 + if (sizes[0] == 1)
94829 + phyp_dump_info->cpu_state_size = *((unsigned long *)&sizes[1]);
94830 +
94831 + if (sizes[3] == 2)
94832 + phyp_dump_info->hpte_region_size =
94833 + *((unsigned long *)&sizes[4]);
94834 + return 1;
94835 +}
94836 +
94837 +/* Look for phyp_dump= cmdline option */
94838 +static int __init early_phyp_dump_enabled(char *p)
94839 +{
94840 + phyp_dump_info->phyp_dump_at_boot = 1;
94841 +
94842 + if (!p)
94843 + return 0;
94844 +
94845 + if (strncmp(p, "1", 1) == 0)
94846 + phyp_dump_info->phyp_dump_at_boot = 1;
94847 + else if (strncmp(p, "0", 1) == 0)
94848 + phyp_dump_info->phyp_dump_at_boot = 0;
94849 +
94850 + return 0;
94851 +}
94852 +early_param("phyp_dump", early_phyp_dump_enabled);
94853 +
94854 +/* Look for phyp_dump_reserve_size= cmdline option */
94855 +static int __init early_phyp_dump_reserve_size(char *p)
94856 +{
94857 + if (p)
94858 + phyp_dump_info->reserve_bootvar = memparse(p, &p);
94859 +
94860 + return 0;
94861 +}
94862 +early_param("phyp_dump_reserve_size", early_phyp_dump_reserve_size);
94863 --- a/arch/powerpc/platforms/pseries/pseries.h
94864 +++ b/arch/powerpc/platforms/pseries/pseries.h
94865 @@ -38,4 +38,6 @@
94866 /* Poweron flag used for enabling auto ups restart */
94867 extern unsigned long rtas_poweron_auto;
94868
94869 +extern void find_udbg_vterm(void);
94870 +
94871 #endif /* _PSERIES_PSERIES_H */
94872 --- a/arch/powerpc/platforms/pseries/reconfig.c
94873 +++ b/arch/powerpc/platforms/pseries/reconfig.c
94874 @@ -222,14 +222,14 @@
94875 tmp = strchr(buf, ' ');
94876 if (!tmp) {
94877 printk(KERN_ERR "property parse failed in %s at line %d\n",
94878 - __FUNCTION__, __LINE__);
94879 + __func__, __LINE__);
94880 return NULL;
94881 }
94882 *tmp = '\0';
94883
94884 if (++tmp >= end) {
94885 printk(KERN_ERR "property parse failed in %s at line %d\n",
94886 - __FUNCTION__, __LINE__);
94887 + __func__, __LINE__);
94888 return NULL;
94889 }
94890
94891 @@ -238,12 +238,12 @@
94892 *length = simple_strtoul(tmp, &tmp, 10);
94893 if (*length == -1) {
94894 printk(KERN_ERR "property parse failed in %s at line %d\n",
94895 - __FUNCTION__, __LINE__);
94896 + __func__, __LINE__);
94897 return NULL;
94898 }
94899 if (*tmp != ' ' || ++tmp >= end) {
94900 printk(KERN_ERR "property parse failed in %s at line %d\n",
94901 - __FUNCTION__, __LINE__);
94902 + __func__, __LINE__);
94903 return NULL;
94904 }
94905
94906 @@ -252,12 +252,12 @@
94907 tmp += *length;
94908 if (tmp > end) {
94909 printk(KERN_ERR "property parse failed in %s at line %d\n",
94910 - __FUNCTION__, __LINE__);
94911 + __func__, __LINE__);
94912 return NULL;
94913 }
94914 else if (tmp < end && *tmp != ' ' && *tmp != '\0') {
94915 printk(KERN_ERR "property parse failed in %s at line %d\n",
94916 - __FUNCTION__, __LINE__);
94917 + __func__, __LINE__);
94918 return NULL;
94919 }
94920 tmp++;
94921 --- a/arch/powerpc/platforms/pseries/scanlog.c
94922 +++ b/arch/powerpc/platforms/pseries/scanlog.c
94923 @@ -195,31 +195,30 @@
94924 static int __init scanlog_init(void)
94925 {
94926 struct proc_dir_entry *ent;
94927 + void *data;
94928 + int err = -ENOMEM;
94929
94930 ibm_scan_log_dump = rtas_token("ibm,scan-log-dump");
94931 - if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE) {
94932 - printk(KERN_ERR "scan-log-dump not implemented on this system\n");
94933 - return -EIO;
94934 - }
94935 + if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE)
94936 + return -ENODEV;
94937
94938 - ent = create_proc_entry("ppc64/rtas/scan-log-dump", S_IRUSR, NULL);
94939 - if (ent) {
94940 - ent->proc_fops = &scanlog_fops;
94941 - /* Ideally we could allocate a buffer < 4G */
94942 - ent->data = kmalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
94943 - if (!ent->data) {
94944 - printk(KERN_ERR "Failed to allocate a buffer\n");
94945 - remove_proc_entry("scan-log-dump", ent->parent);
94946 - return -ENOMEM;
94947 - }
94948 - ((unsigned int *)ent->data)[0] = 0;
94949 - } else {
94950 - printk(KERN_ERR "Failed to create ppc64/scan-log-dump proc entry\n");
94951 - return -EIO;
94952 - }
94953 + /* Ideally we could allocate a buffer < 4G */
94954 + data = kzalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
94955 + if (!data)
94956 + goto err;
94957 +
94958 + ent = proc_create("ppc64/rtas/scan-log-dump", S_IRUSR, NULL,
94959 + &scanlog_fops);
94960 + if (!ent)
94961 + goto err;
94962 +
94963 + ent->data = data;
94964 proc_ppc64_scan_log_dump = ent;
94965
94966 return 0;
94967 +err:
94968 + kfree(data);
94969 + return err;
94970 }
94971
94972 static void __exit scanlog_cleanup(void)
94973 --- a/arch/powerpc/platforms/pseries/setup.c
94974 +++ b/arch/powerpc/platforms/pseries/setup.c
94975 @@ -76,9 +76,6 @@
94976 #define DBG(fmt...)
94977 #endif
94978
94979 -/* move those away to a .h */
94980 -extern void find_udbg_vterm(void);
94981 -
94982 int fwnmi_active; /* TRUE if an FWNMI handler is present */
94983
94984 static void pseries_shared_idle_sleep(void);
94985 @@ -127,14 +124,60 @@
94986 desc->chip->eoi(irq);
94987 }
94988
94989 -static void __init pseries_mpic_init_IRQ(void)
94990 +static void __init pseries_setup_i8259_cascade(void)
94991 {
94992 - struct device_node *np, *old, *cascade = NULL;
94993 - const unsigned int *addrp;
94994 + struct device_node *np, *old, *found = NULL;
94995 + unsigned int cascade;
94996 + const u32 *addrp;
94997 unsigned long intack = 0;
94998 + int naddr;
94999 +
95000 + for_each_node_by_type(np, "interrupt-controller") {
95001 + if (of_device_is_compatible(np, "chrp,iic")) {
95002 + found = np;
95003 + break;
95004 + }
95005 + }
95006 +
95007 + if (found == NULL) {
95008 + printk(KERN_DEBUG "pic: no ISA interrupt controller\n");
95009 + return;
95010 + }
95011 +
95012 + cascade = irq_of_parse_and_map(found, 0);
95013 + if (cascade == NO_IRQ) {
95014 + printk(KERN_ERR "pic: failed to map cascade interrupt");
95015 + return;
95016 + }
95017 + pr_debug("pic: cascade mapped to irq %d\n", cascade);
95018 +
95019 + for (old = of_node_get(found); old != NULL ; old = np) {
95020 + np = of_get_parent(old);
95021 + of_node_put(old);
95022 + if (np == NULL)
95023 + break;
95024 + if (strcmp(np->name, "pci") != 0)
95025 + continue;
95026 + addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
95027 + if (addrp == NULL)
95028 + continue;
95029 + naddr = of_n_addr_cells(np);
95030 + intack = addrp[naddr-1];
95031 + if (naddr > 1)
95032 + intack |= ((unsigned long)addrp[naddr-2]) << 32;
95033 + }
95034 + if (intack)
95035 + printk(KERN_DEBUG "pic: PCI 8259 intack at 0x%016lx\n", intack);
95036 + i8259_init(found, intack);
95037 + of_node_put(found);
95038 + set_irq_chained_handler(cascade, pseries_8259_cascade);
95039 +}
95040 +
95041 +static void __init pseries_mpic_init_IRQ(void)
95042 +{
95043 + struct device_node *np;
95044 const unsigned int *opprop;
95045 unsigned long openpic_addr = 0;
95046 - unsigned int cascade_irq;
95047 int naddr, n, i, opplen;
95048 struct mpic *mpic;
95049
95050 @@ -167,43 +210,13 @@
95051 mpic_init(mpic);
95052
95053 /* Look for cascade */
95054 - for_each_node_by_type(np, "interrupt-controller")
95055 - if (of_device_is_compatible(np, "chrp,iic")) {
95056 - cascade = np;
95057 - break;
95058 - }
95059 - if (cascade == NULL)
95060 - return;
95061 -
95062 - cascade_irq = irq_of_parse_and_map(cascade, 0);
95063 - if (cascade_irq == NO_IRQ) {
95064 - printk(KERN_ERR "mpic: failed to map cascade interrupt");
95065 - return;
95066 - }
95067 + pseries_setup_i8259_cascade();
95068 +}
95069
95070 - /* Check ACK type */
95071 - for (old = of_node_get(cascade); old != NULL ; old = np) {
95072 - np = of_get_parent(old);
95073 - of_node_put(old);
95074 - if (np == NULL)
95075 - break;
95076 - if (strcmp(np->name, "pci") != 0)
95077 - continue;
95078 - addrp = of_get_property(np, "8259-interrupt-acknowledge",
95079 - NULL);
95080 - if (addrp == NULL)
95081 - continue;
95082 - naddr = of_n_addr_cells(np);
95083 - intack = addrp[naddr-1];
95084 - if (naddr > 1)
95085 - intack |= ((unsigned long)addrp[naddr-2]) << 32;
95086 - }
95087 - if (intack)
95088 - printk(KERN_DEBUG "mpic: PCI 8259 intack at 0x%016lx\n",
95089 - intack);
95090 - i8259_init(cascade, intack);
95091 - of_node_put(cascade);
95092 - set_irq_chained_handler(cascade_irq, pseries_8259_cascade);
95093 +static void __init pseries_xics_init_IRQ(void)
95094 +{
95095 + xics_init_IRQ();
95096 + pseries_setup_i8259_cascade();
95097 }
95098
95099 static void pseries_lpar_enable_pmcs(void)
95100 @@ -235,7 +248,7 @@
95101 smp_init_pseries_mpic();
95102 return;
95103 } else if (strstr(typep, "ppc-xicp")) {
95104 - ppc_md.init_IRQ = xics_init_IRQ;
95105 + ppc_md.init_IRQ = pseries_xics_init_IRQ;
95106 setup_kexec_cpu_down_xics();
95107 smp_init_pseries_xics();
95108 return;
95109 @@ -393,6 +406,7 @@
95110 {
95111 unsigned int cpu = smp_processor_id();
95112 unsigned long start_snooze;
95113 + unsigned long in_purr, out_purr;
95114
95115 /*
95116 * Indicate to the HV that we are idle. Now would be
95117 @@ -400,6 +414,7 @@
95118 */
95119 get_lppaca()->idle = 1;
95120 get_lppaca()->donate_dedicated_cpu = 1;
95121 + in_purr = mfspr(SPRN_PURR);
95122
95123 /*
95124 * We come in with interrupts disabled, and need_resched()
95125 @@ -432,6 +447,8 @@
95126
95127 out:
95128 HMT_medium();
95129 + out_purr = mfspr(SPRN_PURR);
95130 + get_lppaca()->wait_state_cycles += out_purr - in_purr;
95131 get_lppaca()->donate_dedicated_cpu = 0;
95132 get_lppaca()->idle = 0;
95133 }
95134 --- a/arch/powerpc/platforms/pseries/xics.c
95135 +++ b/arch/powerpc/platforms/pseries/xics.c
95136 @@ -516,6 +516,8 @@
95137 .set_affinity = xics_set_affinity
95138 };
95139
95140 +/* Points to the irq_chip we're actually using */
95141 +static struct irq_chip *xics_irq_chip;
95142
95143 static int xics_host_match(struct irq_host *h, struct device_node *node)
95144 {
95145 @@ -526,23 +528,13 @@
95146 return !of_device_is_compatible(node, "chrp,iic");
95147 }
95148
95149 -static int xics_host_map_direct(struct irq_host *h, unsigned int virq,
95150 - irq_hw_number_t hw)
95151 +static int xics_host_map(struct irq_host *h, unsigned int virq,
95152 + irq_hw_number_t hw)
95153 {
95154 - pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95155 + pr_debug("xics: map virq %d, hwirq 0x%lx\n", virq, hw);
95156
95157 get_irq_desc(virq)->status |= IRQ_LEVEL;
95158 - set_irq_chip_and_handler(virq, &xics_pic_direct, handle_fasteoi_irq);
95159 - return 0;
95160 -}
95161 -
95162 -static int xics_host_map_lpar(struct irq_host *h, unsigned int virq,
95163 - irq_hw_number_t hw)
95164 -{
95165 - pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95166 -
95167 - get_irq_desc(virq)->status |= IRQ_LEVEL;
95168 - set_irq_chip_and_handler(virq, &xics_pic_lpar, handle_fasteoi_irq);
95169 + set_irq_chip_and_handler(virq, xics_irq_chip, handle_fasteoi_irq);
95170 return 0;
95171 }
95172
95173 @@ -561,27 +553,20 @@
95174 return 0;
95175 }
95176
95177 -static struct irq_host_ops xics_host_direct_ops = {
95178 - .match = xics_host_match,
95179 - .map = xics_host_map_direct,
95180 - .xlate = xics_host_xlate,
95181 -};
95182 -
95183 -static struct irq_host_ops xics_host_lpar_ops = {
95184 +static struct irq_host_ops xics_host_ops = {
95185 .match = xics_host_match,
95186 - .map = xics_host_map_lpar,
95187 + .map = xics_host_map,
95188 .xlate = xics_host_xlate,
95189 };
95190
95191 static void __init xics_init_host(void)
95192 {
95193 - struct irq_host_ops *ops;
95194 -
95195 if (firmware_has_feature(FW_FEATURE_LPAR))
95196 - ops = &xics_host_lpar_ops;
95197 + xics_irq_chip = &xics_pic_lpar;
95198 else
95199 - ops = &xics_host_direct_ops;
95200 - xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, ops,
95201 + xics_irq_chip = &xics_pic_direct;
95202 +
95203 + xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, &xics_host_ops,
95204 XICS_IRQ_SPURIOUS);
95205 BUG_ON(xics_host == NULL);
95206 irq_set_default_host(xics_host);
95207 @@ -655,52 +640,6 @@
95208 }
95209 }
95210
95211 -
95212 -static void __init xics_setup_8259_cascade(void)
95213 -{
95214 - struct device_node *np, *old, *found = NULL;
95215 - int cascade, naddr;
95216 - const u32 *addrp;
95217 - unsigned long intack = 0;
95218 -
95219 - for_each_node_by_type(np, "interrupt-controller")
95220 - if (of_device_is_compatible(np, "chrp,iic")) {
95221 - found = np;
95222 - break;
95223 - }
95224 - if (found == NULL) {
95225 - printk(KERN_DEBUG "xics: no ISA interrupt controller\n");
95226 - return;
95227 - }
95228 - cascade = irq_of_parse_and_map(found, 0);
95229 - if (cascade == NO_IRQ) {
95230 - printk(KERN_ERR "xics: failed to map cascade interrupt");
95231 - return;
95232 - }
95233 - pr_debug("xics: cascade mapped to irq %d\n", cascade);
95234 -
95235 - for (old = of_node_get(found); old != NULL ; old = np) {
95236 - np = of_get_parent(old);
95237 - of_node_put(old);
95238 - if (np == NULL)
95239 - break;
95240 - if (strcmp(np->name, "pci") != 0)
95241 - continue;
95242 - addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
95243 - if (addrp == NULL)
95244 - continue;
95245 - naddr = of_n_addr_cells(np);
95246 - intack = addrp[naddr-1];
95247 - if (naddr > 1)
95248 - intack |= ((unsigned long)addrp[naddr-2]) << 32;
95249 - }
95250 - if (intack)
95251 - printk(KERN_DEBUG "xics: PCI 8259 intack at 0x%016lx\n", intack);
95252 - i8259_init(found, intack);
95253 - of_node_put(found);
95254 - set_irq_chained_handler(cascade, pseries_8259_cascade);
95255 -}
95256 -
95257 void __init xics_init_IRQ(void)
95258 {
95259 struct device_node *np;
95260 @@ -733,8 +672,6 @@
95261
95262 xics_setup_cpu();
95263
95264 - xics_setup_8259_cascade();
95265 -
95266 ppc64_boot_msg(0x21, "XICS Done");
95267 }
95268
95269 --- a/arch/powerpc/platforms/pseries/xics.h
95270 +++ b/arch/powerpc/platforms/pseries/xics.h
95271 @@ -28,7 +28,4 @@
95272
95273 extern struct xics_ipi_struct xics_ipi_message[NR_CPUS] __cacheline_aligned;
95274
95275 -struct irq_desc;
95276 -extern void pseries_8259_cascade(unsigned int irq, struct irq_desc *desc);
95277 -
95278 #endif /* _POWERPC_KERNEL_XICS_H */
95279 --- a/arch/powerpc/sysdev/Makefile
95280 +++ b/arch/powerpc/sysdev/Makefile
95281 @@ -12,6 +12,7 @@
95282 obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o
95283 obj-$(CONFIG_FSL_SOC) += fsl_soc.o
95284 obj-$(CONFIG_FSL_PCI) += fsl_pci.o
95285 +obj-$(CONFIG_FSL_LBC) += fsl_lbc.o
95286 obj-$(CONFIG_RAPIDIO) += fsl_rio.o
95287 obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o
95288 obj-$(CONFIG_QUICC_ENGINE) += qe_lib/
95289 @@ -27,6 +28,7 @@
95290 obj-$(CONFIG_PPC_I8259) += i8259.o
95291 obj-$(CONFIG_IPIC) += ipic.o
95292 obj-$(CONFIG_4xx) += uic.o
95293 +obj-$(CONFIG_4xx_SOC) += ppc4xx_soc.o
95294 obj-$(CONFIG_XILINX_VIRTEX) += xilinx_intc.o
95295 obj-$(CONFIG_OF_RTC) += of_rtc.o
95296 ifeq ($(CONFIG_PCI),y)
95297 --- a/arch/powerpc/sysdev/cpm1.c
95298 +++ b/arch/powerpc/sysdev/cpm1.c
95299 @@ -44,9 +44,6 @@
95300
95301 #define CPM_MAP_SIZE (0x4000)
95302
95303 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95304 -static void m8xx_cpm_dpinit(void);
95305 -#endif
95306 cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */
95307 immap_t __iomem *mpc8xx_immr;
95308 static cpic8xx_t __iomem *cpic_reg;
95309 @@ -229,12 +226,7 @@
95310 out_be32(&siu_conf->sc_sdcr, 1);
95311 immr_unmap(siu_conf);
95312
95313 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95314 cpm_muram_init();
95315 -#else
95316 - /* Reclaim the DP memory for our use. */
95317 - m8xx_cpm_dpinit();
95318 -#endif
95319 }
95320
95321 static DEFINE_SPINLOCK(cmd_lock);
95322 @@ -257,7 +249,7 @@
95323 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
95324 goto out;
95325
95326 - printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
95327 + printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
95328 ret = -EIO;
95329 out:
95330 spin_unlock_irqrestore(&cmd_lock, flags);
95331 @@ -293,110 +285,6 @@
95332 CPM_BRG_EN | CPM_BRG_DIV16);
95333 }
95334
95335 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95336 -/*
95337 - * dpalloc / dpfree bits.
95338 - */
95339 -static spinlock_t cpm_dpmem_lock;
95340 -/*
95341 - * 16 blocks should be enough to satisfy all requests
95342 - * until the memory subsystem goes up...
95343 - */
95344 -static rh_block_t cpm_boot_dpmem_rh_block[16];
95345 -static rh_info_t cpm_dpmem_info;
95346 -
95347 -#define CPM_DPMEM_ALIGNMENT 8
95348 -static u8 __iomem *dpram_vbase;
95349 -static phys_addr_t dpram_pbase;
95350 -
95351 -static void m8xx_cpm_dpinit(void)
95352 -{
95353 - spin_lock_init(&cpm_dpmem_lock);
95354 -
95355 - dpram_vbase = cpmp->cp_dpmem;
95356 - dpram_pbase = get_immrbase() + offsetof(immap_t, im_cpm.cp_dpmem);
95357 -
95358 - /* Initialize the info header */
95359 - rh_init(&cpm_dpmem_info, CPM_DPMEM_ALIGNMENT,
95360 - sizeof(cpm_boot_dpmem_rh_block) /
95361 - sizeof(cpm_boot_dpmem_rh_block[0]),
95362 - cpm_boot_dpmem_rh_block);
95363 -
95364 - /*
95365 - * Attach the usable dpmem area.
95366 - * XXX: This is actually crap. CPM_DATAONLY_BASE and
95367 - * CPM_DATAONLY_SIZE are a subset of the available dparm. It varies
95368 - * with the processor and the microcode patches applied / activated.
95369 - * But the following should be at least safe.
95370 - */
95371 - rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
95372 -}
95373 -
95374 -/*
95375 - * Allocate the requested size worth of DP memory.
95376 - * This function returns an offset into the DPRAM area.
95377 - * Use cpm_dpram_addr() to get the virtual address of the area.
95378 - */
95379 -unsigned long cpm_dpalloc(uint size, uint align)
95380 -{
95381 - unsigned long start;
95382 - unsigned long flags;
95383 -
95384 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95385 - cpm_dpmem_info.alignment = align;
95386 - start = rh_alloc(&cpm_dpmem_info, size, "commproc");
95387 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95388 -
95389 - return (uint)start;
95390 -}
95391 -EXPORT_SYMBOL(cpm_dpalloc);
95392 -
95393 -int cpm_dpfree(unsigned long offset)
95394 -{
95395 - int ret;
95396 - unsigned long flags;
95397 -
95398 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95399 - ret = rh_free(&cpm_dpmem_info, offset);
95400 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95401 -
95402 - return ret;
95403 -}
95404 -EXPORT_SYMBOL(cpm_dpfree);
95405 -
95406 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
95407 -{
95408 - unsigned long start;
95409 - unsigned long flags;
95410 -
95411 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95412 - cpm_dpmem_info.alignment = align;
95413 - start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
95414 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95415 -
95416 - return start;
95417 -}
95418 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
95419 -
95420 -void cpm_dpdump(void)
95421 -{
95422 - rh_dump(&cpm_dpmem_info);
95423 -}
95424 -EXPORT_SYMBOL(cpm_dpdump);
95425 -
95426 -void *cpm_dpram_addr(unsigned long offset)
95427 -{
95428 - return (void *)(dpram_vbase + offset);
95429 -}
95430 -EXPORT_SYMBOL(cpm_dpram_addr);
95431 -
95432 -uint cpm_dpram_phys(u8 *addr)
95433 -{
95434 - return (dpram_pbase + (uint)(addr - dpram_vbase));
95435 -}
95436 -EXPORT_SYMBOL(cpm_dpram_phys);
95437 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
95438 -
95439 struct cpm_ioport16 {
95440 __be16 dir, par, odr_sor, dat, intr;
95441 __be16 res[3];
95442 --- a/arch/powerpc/sysdev/cpm2.c
95443 +++ b/arch/powerpc/sysdev/cpm2.c
95444 @@ -46,10 +46,6 @@
95445
95446 #include <sysdev/fsl_soc.h>
95447
95448 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95449 -static void cpm2_dpinit(void);
95450 -#endif
95451 -
95452 cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */
95453
95454 /* We allocate this here because it is used almost exclusively for
95455 @@ -71,15 +67,17 @@
95456
95457 /* Reclaim the DP memory for our use.
95458 */
95459 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95460 cpm_muram_init();
95461 -#else
95462 - cpm2_dpinit();
95463 -#endif
95464
95465 /* Tell everyone where the comm processor resides.
95466 */
95467 cpmp = &cpm2_immr->im_cpm;
95468 +
95469 +#ifndef CONFIG_PPC_EARLY_DEBUG_CPM
95470 + /* Reset the CPM.
95471 + */
95472 + cpm_command(CPM_CR_RST, 0);
95473 +#endif
95474 }
95475
95476 static DEFINE_SPINLOCK(cmd_lock);
95477 @@ -99,7 +97,7 @@
95478 if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
95479 goto out;
95480
95481 - printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
95482 + printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
95483 ret = -EIO;
95484 out:
95485 spin_unlock_irqrestore(&cmd_lock, flags);
95486 @@ -347,95 +345,6 @@
95487 return ret;
95488 }
95489
95490 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95491 -/*
95492 - * dpalloc / dpfree bits.
95493 - */
95494 -static spinlock_t cpm_dpmem_lock;
95495 -/* 16 blocks should be enough to satisfy all requests
95496 - * until the memory subsystem goes up... */
95497 -static rh_block_t cpm_boot_dpmem_rh_block[16];
95498 -static rh_info_t cpm_dpmem_info;
95499 -static u8 __iomem *im_dprambase;
95500 -
95501 -static void cpm2_dpinit(void)
95502 -{
95503 - spin_lock_init(&cpm_dpmem_lock);
95504 -
95505 - /* initialize the info header */
95506 - rh_init(&cpm_dpmem_info, 1,
95507 - sizeof(cpm_boot_dpmem_rh_block) /
95508 - sizeof(cpm_boot_dpmem_rh_block[0]),
95509 - cpm_boot_dpmem_rh_block);
95510 -
95511 - im_dprambase = cpm2_immr;
95512 -
95513 - /* Attach the usable dpmem area */
95514 - /* XXX: This is actually crap. CPM_DATAONLY_BASE and
95515 - * CPM_DATAONLY_SIZE is only a subset of the available dpram. It
95516 - * varies with the processor and the microcode patches activated.
95517 - * But the following should be at least safe.
95518 - */
95519 - rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
95520 -}
95521 -
95522 -/* This function returns an index into the DPRAM area.
95523 - */
95524 -unsigned long cpm_dpalloc(uint size, uint align)
95525 -{
95526 - unsigned long start;
95527 - unsigned long flags;
95528 -
95529 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95530 - cpm_dpmem_info.alignment = align;
95531 - start = rh_alloc(&cpm_dpmem_info, size, "commproc");
95532 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95533 -
95534 - return (uint)start;
95535 -}
95536 -EXPORT_SYMBOL(cpm_dpalloc);
95537 -
95538 -int cpm_dpfree(unsigned long offset)
95539 -{
95540 - int ret;
95541 - unsigned long flags;
95542 -
95543 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95544 - ret = rh_free(&cpm_dpmem_info, offset);
95545 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95546 -
95547 - return ret;
95548 -}
95549 -EXPORT_SYMBOL(cpm_dpfree);
95550 -
95551 -/* not sure if this is ever needed */
95552 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
95553 -{
95554 - unsigned long start;
95555 - unsigned long flags;
95556 -
95557 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95558 - cpm_dpmem_info.alignment = align;
95559 - start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
95560 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95561 -
95562 - return start;
95563 -}
95564 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
95565 -
95566 -void cpm_dpdump(void)
95567 -{
95568 - rh_dump(&cpm_dpmem_info);
95569 -}
95570 -EXPORT_SYMBOL(cpm_dpdump);
95571 -
95572 -void *cpm_dpram_addr(unsigned long offset)
95573 -{
95574 - return (void *)(im_dprambase + offset);
95575 -}
95576 -EXPORT_SYMBOL(cpm_dpram_addr);
95577 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
95578 -
95579 struct cpm2_ioports {
95580 u32 dir, par, sor, odr, dat;
95581 u32 res[3];
95582 --- a/arch/powerpc/sysdev/cpm_common.c
95583 +++ b/arch/powerpc/sysdev/cpm_common.c
95584 @@ -58,7 +58,6 @@
95585 }
95586 #endif
95587
95588 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95589 static spinlock_t cpm_muram_lock;
95590 static rh_block_t cpm_boot_muram_rh_block[16];
95591 static rh_info_t cpm_muram_info;
95592 @@ -199,5 +198,3 @@
95593 return muram_pbase + ((u8 __iomem *)addr - muram_vbase);
95594 }
95595 EXPORT_SYMBOL(cpm_muram_dma);
95596 -
95597 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
95598 --- a/arch/powerpc/sysdev/dart_iommu.c
95599 +++ b/arch/powerpc/sysdev/dart_iommu.c
95600 @@ -37,6 +37,7 @@
95601 #include <linux/dma-mapping.h>
95602 #include <linux/vmalloc.h>
95603 #include <linux/suspend.h>
95604 +#include <linux/lmb.h>
95605 #include <asm/io.h>
95606 #include <asm/prom.h>
95607 #include <asm/iommu.h>
95608 @@ -44,7 +45,6 @@
95609 #include <asm/machdep.h>
95610 #include <asm/abs_addr.h>
95611 #include <asm/cacheflush.h>
95612 -#include <asm/lmb.h>
95613 #include <asm/ppc-pci.h>
95614
95615 #include "dart.h"
95616 --- /dev/null
95617 +++ b/arch/powerpc/sysdev/fsl_lbc.c
95618 @@ -0,0 +1,129 @@
95619 +/*
95620 + * Freescale LBC and UPM routines.
95621 + *
95622 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
95623 + *
95624 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
95625 + *
95626 + * This program is free software; you can redistribute it and/or modify
95627 + * it under the terms of the GNU General Public License as published by
95628 + * the Free Software Foundation; either version 2 of the License, or
95629 + * (at your option) any later version.
95630 + */
95631 +
95632 +#include <linux/kernel.h>
95633 +#include <linux/of.h>
95634 +#include <asm/fsl_lbc.h>
95635 +
95636 +spinlock_t fsl_lbc_lock = __SPIN_LOCK_UNLOCKED(fsl_lbc_lock);
95637 +
95638 +struct fsl_lbc_regs __iomem *fsl_lbc_regs;
95639 +EXPORT_SYMBOL(fsl_lbc_regs);
95640 +
95641 +static char __initdata *compat_lbc[] = {
95642 + "fsl,pq2-localbus",
95643 + "fsl,pq2pro-localbus",
95644 + "fsl,pq3-localbus",
95645 + "fsl,elbc",
95646 +};
95647 +
95648 +static int __init fsl_lbc_init(void)
95649 +{
95650 + struct device_node *lbus;
95651 + int i;
95652 +
95653 + for (i = 0; i < ARRAY_SIZE(compat_lbc); i++) {
95654 + lbus = of_find_compatible_node(NULL, NULL, compat_lbc[i]);
95655 + if (lbus)
95656 + goto found;
95657 + }
95658 + return -ENODEV;
95659 +
95660 +found:
95661 + fsl_lbc_regs = of_iomap(lbus, 0);
95662 + of_node_put(lbus);
95663 + if (!fsl_lbc_regs)
95664 + return -ENOMEM;
95665 + return 0;
95666 +}
95667 +arch_initcall(fsl_lbc_init);
95668 +
95669 +/**
95670 + * fsl_lbc_find - find Localbus bank
95671 + * @addr_base: base address of the memory bank
95672 + *
95673 + * This function walks LBC banks comparing "Base address" field of the BR
95674 + * registers with the supplied addr_base argument. When bases match this
95675 + * function returns bank number (starting with 0), otherwise it returns
95676 + * appropriate errno value.
95677 + */
95678 +int fsl_lbc_find(phys_addr_t addr_base)
95679 +{
95680 + int i;
95681 +
95682 + if (!fsl_lbc_regs)
95683 + return -ENODEV;
95684 +
95685 + for (i = 0; i < ARRAY_SIZE(fsl_lbc_regs->bank); i++) {
95686 + __be32 br = in_be32(&fsl_lbc_regs->bank[i].br);
95687 + __be32 or = in_be32(&fsl_lbc_regs->bank[i].or);
95688 +
95689 + if (br & BR_V && (br & or & BR_BA) == addr_base)
95690 + return i;
95691 + }
95692 +
95693 + return -ENOENT;
95694 +}
95695 +EXPORT_SYMBOL(fsl_lbc_find);
95696 +
95697 +/**
95698 + * fsl_upm_find - find pre-programmed UPM via base address
95699 + * @addr_base: base address of the memory bank controlled by the UPM
95700 + * @upm: pointer to the allocated fsl_upm structure
95701 + *
95702 + * This function fills fsl_upm structure so you can use it with the rest of
95703 + * UPM API. On success this function returns 0, otherwise it returns
95704 + * appropriate errno value.
95705 + */
95706 +int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
95707 +{
95708 + int bank;
95709 + __be32 br;
95710 +
95711 + bank = fsl_lbc_find(addr_base);
95712 + if (bank < 0)
95713 + return bank;
95714 +
95715 + br = in_be32(&fsl_lbc_regs->bank[bank].br);
95716 +
95717 + switch (br & BR_MSEL) {
95718 + case BR_MS_UPMA:
95719 + upm->mxmr = &fsl_lbc_regs->mamr;
95720 + break;
95721 + case BR_MS_UPMB:
95722 + upm->mxmr = &fsl_lbc_regs->mbmr;
95723 + break;
95724 + case BR_MS_UPMC:
95725 + upm->mxmr = &fsl_lbc_regs->mcmr;
95726 + break;
95727 + default:
95728 + return -EINVAL;
95729 + }
95730 +
95731 + switch (br & BR_PS) {
95732 + case BR_PS_8:
95733 + upm->width = 8;
95734 + break;
95735 + case BR_PS_16:
95736 + upm->width = 16;
95737 + break;
95738 + case BR_PS_32:
95739 + upm->width = 32;
95740 + break;
95741 + default:
95742 + return -EINVAL;
95743 + }
95744 +
95745 + return 0;
95746 +}
95747 +EXPORT_SYMBOL(fsl_upm_find);
95748 --- a/arch/powerpc/sysdev/fsl_soc.c
95749 +++ b/arch/powerpc/sysdev/fsl_soc.c
95750 @@ -75,6 +75,33 @@
95751
95752 EXPORT_SYMBOL(get_immrbase);
95753
95754 +static u32 sysfreq = -1;
95755 +
95756 +u32 fsl_get_sys_freq(void)
95757 +{
95758 + struct device_node *soc;
95759 + const u32 *prop;
95760 + int size;
95761 +
95762 + if (sysfreq != -1)
95763 + return sysfreq;
95764 +
95765 + soc = of_find_node_by_type(NULL, "soc");
95766 + if (!soc)
95767 + return -1;
95768 +
95769 + prop = of_get_property(soc, "clock-frequency", &size);
95770 + if (!prop || size != sizeof(*prop) || *prop == 0)
95771 + prop = of_get_property(soc, "bus-frequency", &size);
95772 +
95773 + if (prop && size == sizeof(*prop))
95774 + sysfreq = *prop;
95775 +
95776 + of_node_put(soc);
95777 + return sysfreq;
95778 +}
95779 +EXPORT_SYMBOL(fsl_get_sys_freq);
95780 +
95781 #if defined(CONFIG_CPM2) || defined(CONFIG_QUICC_ENGINE) || defined(CONFIG_8xx)
95782
95783 static u32 brgfreq = -1;
95784 @@ -516,9 +543,9 @@
95785 static int __init mpc83xx_wdt_init(void)
95786 {
95787 struct resource r;
95788 - struct device_node *soc, *np;
95789 + struct device_node *np;
95790 struct platform_device *dev;
95791 - const unsigned int *freq;
95792 + u32 freq = fsl_get_sys_freq();
95793 int ret;
95794
95795 np = of_find_compatible_node(NULL, "watchdog", "mpc83xx_wdt");
95796 @@ -528,19 +555,6 @@
95797 goto nodev;
95798 }
95799
95800 - soc = of_find_node_by_type(NULL, "soc");
95801 -
95802 - if (!soc) {
95803 - ret = -ENODEV;
95804 - goto nosoc;
95805 - }
95806 -
95807 - freq = of_get_property(soc, "bus-frequency", NULL);
95808 - if (!freq) {
95809 - ret = -ENODEV;
95810 - goto err;
95811 - }
95812 -
95813 memset(&r, 0, sizeof(r));
95814
95815 ret = of_address_to_resource(np, 0, &r);
95816 @@ -553,20 +567,16 @@
95817 goto err;
95818 }
95819
95820 - ret = platform_device_add_data(dev, freq, sizeof(int));
95821 + ret = platform_device_add_data(dev, &freq, sizeof(freq));
95822 if (ret)
95823 goto unreg;
95824
95825 - of_node_put(soc);
95826 of_node_put(np);
95827 -
95828 return 0;
95829
95830 unreg:
95831 platform_device_unregister(dev);
95832 err:
95833 - of_node_put(soc);
95834 -nosoc:
95835 of_node_put(np);
95836 nodev:
95837 return ret;
95838 @@ -735,547 +745,6 @@
95839
95840 arch_initcall(fsl_usb_of_init);
95841
95842 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95843 -#ifdef CONFIG_CPM2
95844 -
95845 -extern void init_scc_ioports(struct fs_uart_platform_info*);
95846 -
95847 -static const char fcc_regs[] = "fcc_regs";
95848 -static const char fcc_regs_c[] = "fcc_regs_c";
95849 -static const char fcc_pram[] = "fcc_pram";
95850 -static char bus_id[9][BUS_ID_SIZE];
95851 -
95852 -static int __init fs_enet_of_init(void)
95853 -{
95854 - struct device_node *np;
95855 - unsigned int i;
95856 - struct platform_device *fs_enet_dev;
95857 - struct resource res;
95858 - int ret;
95859 -
95860 - for (np = NULL, i = 0;
95861 - (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
95862 - i++) {
95863 - struct resource r[4];
95864 - struct device_node *phy, *mdio;
95865 - struct fs_platform_info fs_enet_data;
95866 - const unsigned int *id, *phy_addr, *phy_irq;
95867 - const void *mac_addr;
95868 - const phandle *ph;
95869 - const char *model;
95870 -
95871 - memset(r, 0, sizeof(r));
95872 - memset(&fs_enet_data, 0, sizeof(fs_enet_data));
95873 -
95874 - ret = of_address_to_resource(np, 0, &r[0]);
95875 - if (ret)
95876 - goto err;
95877 - r[0].name = fcc_regs;
95878 -
95879 - ret = of_address_to_resource(np, 1, &r[1]);
95880 - if (ret)
95881 - goto err;
95882 - r[1].name = fcc_pram;
95883 -
95884 - ret = of_address_to_resource(np, 2, &r[2]);
95885 - if (ret)
95886 - goto err;
95887 - r[2].name = fcc_regs_c;
95888 - fs_enet_data.fcc_regs_c = r[2].start;
95889 -
95890 - of_irq_to_resource(np, 0, &r[3]);
95891 -
95892 - fs_enet_dev =
95893 - platform_device_register_simple("fsl-cpm-fcc", i, &r[0], 4);
95894 -
95895 - if (IS_ERR(fs_enet_dev)) {
95896 - ret = PTR_ERR(fs_enet_dev);
95897 - goto err;
95898 - }
95899 -
95900 - model = of_get_property(np, "model", NULL);
95901 - if (model == NULL) {
95902 - ret = -ENODEV;
95903 - goto unreg;
95904 - }
95905 -
95906 - mac_addr = of_get_mac_address(np);
95907 - if (mac_addr)
95908 - memcpy(fs_enet_data.macaddr, mac_addr, 6);
95909 -
95910 - ph = of_get_property(np, "phy-handle", NULL);
95911 - phy = of_find_node_by_phandle(*ph);
95912 -
95913 - if (phy == NULL) {
95914 - ret = -ENODEV;
95915 - goto unreg;
95916 - }
95917 -
95918 - phy_addr = of_get_property(phy, "reg", NULL);
95919 - fs_enet_data.phy_addr = *phy_addr;
95920 -
95921 - phy_irq = of_get_property(phy, "interrupts", NULL);
95922 -
95923 - id = of_get_property(np, "device-id", NULL);
95924 - fs_enet_data.fs_no = *id;
95925 - strcpy(fs_enet_data.fs_type, model);
95926 -
95927 - mdio = of_get_parent(phy);
95928 - ret = of_address_to_resource(mdio, 0, &res);
95929 - if (ret) {
95930 - of_node_put(phy);
95931 - of_node_put(mdio);
95932 - goto unreg;
95933 - }
95934 -
95935 - fs_enet_data.clk_rx = *((u32 *)of_get_property(np,
95936 - "rx-clock", NULL));
95937 - fs_enet_data.clk_tx = *((u32 *)of_get_property(np,
95938 - "tx-clock", NULL));
95939 -
95940 - if (strstr(model, "FCC")) {
95941 - int fcc_index = *id - 1;
95942 - const unsigned char *mdio_bb_prop;
95943 -
95944 - fs_enet_data.dpram_offset = (u32)cpm_dpram_addr(0);
95945 - fs_enet_data.rx_ring = 32;
95946 - fs_enet_data.tx_ring = 32;
95947 - fs_enet_data.rx_copybreak = 240;
95948 - fs_enet_data.use_napi = 0;
95949 - fs_enet_data.napi_weight = 17;
95950 - fs_enet_data.mem_offset = FCC_MEM_OFFSET(fcc_index);
95951 - fs_enet_data.cp_page = CPM_CR_FCC_PAGE(fcc_index);
95952 - fs_enet_data.cp_block = CPM_CR_FCC_SBLOCK(fcc_index);
95953 -
95954 - snprintf((char*)&bus_id[(*id)], BUS_ID_SIZE, "%x:%02x",
95955 - (u32)res.start, fs_enet_data.phy_addr);
95956 - fs_enet_data.bus_id = (char*)&bus_id[(*id)];
95957 - fs_enet_data.init_ioports = init_fcc_ioports;
95958 -
95959 - mdio_bb_prop = of_get_property(phy, "bitbang", NULL);
95960 - if (mdio_bb_prop) {
95961 - struct platform_device *fs_enet_mdio_bb_dev;
95962 - struct fs_mii_bb_platform_info fs_enet_mdio_bb_data;
95963 -
95964 - fs_enet_mdio_bb_dev =
95965 - platform_device_register_simple("fsl-bb-mdio",
95966 - i, NULL, 0);
95967 - memset(&fs_enet_mdio_bb_data, 0,
95968 - sizeof(struct fs_mii_bb_platform_info));
95969 - fs_enet_mdio_bb_data.mdio_dat.bit =
95970 - mdio_bb_prop[0];
95971 - fs_enet_mdio_bb_data.mdio_dir.bit =
95972 - mdio_bb_prop[1];
95973 - fs_enet_mdio_bb_data.mdc_dat.bit =
95974 - mdio_bb_prop[2];
95975 - fs_enet_mdio_bb_data.mdio_port =
95976 - mdio_bb_prop[3];
95977 - fs_enet_mdio_bb_data.mdc_port =
95978 - mdio_bb_prop[4];
95979 - fs_enet_mdio_bb_data.delay =
95980 - mdio_bb_prop[5];
95981 -
95982 - fs_enet_mdio_bb_data.irq[0] = phy_irq[0];
95983 - fs_enet_mdio_bb_data.irq[1] = -1;
95984 - fs_enet_mdio_bb_data.irq[2] = -1;
95985 - fs_enet_mdio_bb_data.irq[3] = phy_irq[0];
95986 - fs_enet_mdio_bb_data.irq[31] = -1;
95987 -
95988 - fs_enet_mdio_bb_data.mdio_dat.offset =
95989 - (u32)&cpm2_immr->im_ioport.iop_pdatc;
95990 - fs_enet_mdio_bb_data.mdio_dir.offset =
95991 - (u32)&cpm2_immr->im_ioport.iop_pdirc;
95992 - fs_enet_mdio_bb_data.mdc_dat.offset =
95993 - (u32)&cpm2_immr->im_ioport.iop_pdatc;
95994 -
95995 - ret = platform_device_add_data(
95996 - fs_enet_mdio_bb_dev,
95997 - &fs_enet_mdio_bb_data,
95998 - sizeof(struct fs_mii_bb_platform_info));
95999 - if (ret)
96000 - goto unreg;
96001 - }
96002 -
96003 - of_node_put(phy);
96004 - of_node_put(mdio);
96005 -
96006 - ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
96007 - sizeof(struct
96008 - fs_platform_info));
96009 - if (ret)
96010 - goto unreg;
96011 - }
96012 - }
96013 - return 0;
96014 -
96015 -unreg:
96016 - platform_device_unregister(fs_enet_dev);
96017 -err:
96018 - return ret;
96019 -}
96020 -
96021 -arch_initcall(fs_enet_of_init);
96022 -
96023 -static const char scc_regs[] = "regs";
96024 -static const char scc_pram[] = "pram";
96025 -
96026 -static int __init cpm_uart_of_init(void)
96027 -{
96028 - struct device_node *np;
96029 - unsigned int i;
96030 - struct platform_device *cpm_uart_dev;
96031 - int ret;
96032 -
96033 - for (np = NULL, i = 0;
96034 - (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
96035 - i++) {
96036 - struct resource r[3];
96037 - struct fs_uart_platform_info cpm_uart_data;
96038 - const int *id;
96039 - const char *model;
96040 -
96041 - memset(r, 0, sizeof(r));
96042 - memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
96043 -
96044 - ret = of_address_to_resource(np, 0, &r[0]);
96045 - if (ret)
96046 - goto err;
96047 -
96048 - r[0].name = scc_regs;
96049 -
96050 - ret = of_address_to_resource(np, 1, &r[1]);
96051 - if (ret)
96052 - goto err;
96053 - r[1].name = scc_pram;
96054 -
96055 - of_irq_to_resource(np, 0, &r[2]);
96056 -
96057 - cpm_uart_dev =
96058 - platform_device_register_simple("fsl-cpm-scc:uart", i, &r[0], 3);
96059 -
96060 - if (IS_ERR(cpm_uart_dev)) {
96061 - ret = PTR_ERR(cpm_uart_dev);
96062 - goto err;
96063 - }
96064 -
96065 - id = of_get_property(np, "device-id", NULL);
96066 - cpm_uart_data.fs_no = *id;
96067 -
96068 - model = of_get_property(np, "model", NULL);
96069 - strcpy(cpm_uart_data.fs_type, model);
96070 -
96071 - cpm_uart_data.uart_clk = ppc_proc_freq;
96072 -
96073 - cpm_uart_data.tx_num_fifo = 4;
96074 - cpm_uart_data.tx_buf_size = 32;
96075 - cpm_uart_data.rx_num_fifo = 4;
96076 - cpm_uart_data.rx_buf_size = 32;
96077 - cpm_uart_data.clk_rx = *((u32 *)of_get_property(np,
96078 - "rx-clock", NULL));
96079 - cpm_uart_data.clk_tx = *((u32 *)of_get_property(np,
96080 - "tx-clock", NULL));
96081 -
96082 - ret =
96083 - platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
96084 - sizeof(struct
96085 - fs_uart_platform_info));
96086 - if (ret)
96087 - goto unreg;
96088 - }
96089 -
96090 - return 0;
96091 -
96092 -unreg:
96093 - platform_device_unregister(cpm_uart_dev);
96094 -err:
96095 - return ret;
96096 -}
96097 -
96098 -arch_initcall(cpm_uart_of_init);
96099 -#endif /* CONFIG_CPM2 */
96100 -
96101 -#ifdef CONFIG_8xx
96102 -
96103 -extern void init_scc_ioports(struct fs_platform_info*);
96104 -extern int platform_device_skip(const char *model, int id);
96105 -
96106 -static int __init fs_enet_mdio_of_init(void)
96107 -{
96108 - struct device_node *np;
96109 - unsigned int i;
96110 - struct platform_device *mdio_dev;
96111 - struct resource res;
96112 - int ret;
96113 -
96114 - for (np = NULL, i = 0;
96115 - (np = of_find_compatible_node(np, "mdio", "fs_enet")) != NULL;
96116 - i++) {
96117 - struct fs_mii_fec_platform_info mdio_data;
96118 -
96119 - memset(&res, 0, sizeof(res));
96120 - memset(&mdio_data, 0, sizeof(mdio_data));
96121 -
96122 - ret = of_address_to_resource(np, 0, &res);
96123 - if (ret)
96124 - goto err;
96125 -
96126 - mdio_dev =
96127 - platform_device_register_simple("fsl-cpm-fec-mdio",
96128 - res.start, &res, 1);
96129 - if (IS_ERR(mdio_dev)) {
96130 - ret = PTR_ERR(mdio_dev);
96131 - goto err;
96132 - }
96133 -
96134 - mdio_data.mii_speed = ((((ppc_proc_freq + 4999999) / 2500000) / 2) & 0x3F) << 1;
96135 -
96136 - ret =
96137 - platform_device_add_data(mdio_dev, &mdio_data,
96138 - sizeof(struct fs_mii_fec_platform_info));
96139 - if (ret)
96140 - goto unreg;
96141 - }
96142 - return 0;
96143 -
96144 -unreg:
96145 - platform_device_unregister(mdio_dev);
96146 -err:
96147 - return ret;
96148 -}
96149 -
96150 -arch_initcall(fs_enet_mdio_of_init);
96151 -
96152 -static const char *enet_regs = "regs";
96153 -static const char *enet_pram = "pram";
96154 -static const char *enet_irq = "interrupt";
96155 -static char bus_id[9][BUS_ID_SIZE];
96156 -
96157 -static int __init fs_enet_of_init(void)
96158 -{
96159 - struct device_node *np;
96160 - unsigned int i;
96161 - struct platform_device *fs_enet_dev = NULL;
96162 - struct resource res;
96163 - int ret;
96164 -
96165 - for (np = NULL, i = 0;
96166 - (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
96167 - i++) {
96168 - struct resource r[4];
96169 - struct device_node *phy = NULL, *mdio = NULL;
96170 - struct fs_platform_info fs_enet_data;
96171 - const unsigned int *id;
96172 - const unsigned int *phy_addr;
96173 - const void *mac_addr;
96174 - const phandle *ph;
96175 - const char *model;
96176 -
96177 - memset(r, 0, sizeof(r));
96178 - memset(&fs_enet_data, 0, sizeof(fs_enet_data));
96179 -
96180 - model = of_get_property(np, "model", NULL);
96181 - if (model == NULL) {
96182 - ret = -ENODEV;
96183 - goto unreg;
96184 - }
96185 -
96186 - id = of_get_property(np, "device-id", NULL);
96187 - fs_enet_data.fs_no = *id;
96188 -
96189 - if (platform_device_skip(model, *id))
96190 - continue;
96191 -
96192 - ret = of_address_to_resource(np, 0, &r[0]);
96193 - if (ret)
96194 - goto err;
96195 - r[0].name = enet_regs;
96196 -
96197 - mac_addr = of_get_mac_address(np);
96198 - if (mac_addr)
96199 - memcpy(fs_enet_data.macaddr, mac_addr, 6);
96200 -
96201 - ph = of_get_property(np, "phy-handle", NULL);
96202 - if (ph != NULL)
96203 - phy = of_find_node_by_phandle(*ph);
96204 -
96205 - if (phy != NULL) {
96206 - phy_addr = of_get_property(phy, "reg", NULL);
96207 - fs_enet_data.phy_addr = *phy_addr;
96208 - fs_enet_data.has_phy = 1;
96209 -
96210 - mdio = of_get_parent(phy);
96211 - ret = of_address_to_resource(mdio, 0, &res);
96212 - if (ret) {
96213 - of_node_put(phy);
96214 - of_node_put(mdio);
96215 - goto unreg;
96216 - }
96217 - }
96218 -
96219 - model = of_get_property(np, "model", NULL);
96220 - strcpy(fs_enet_data.fs_type, model);
96221 -
96222 - if (strstr(model, "FEC")) {
96223 - r[1].start = r[1].end = irq_of_parse_and_map(np, 0);
96224 - r[1].flags = IORESOURCE_IRQ;
96225 - r[1].name = enet_irq;
96226 -
96227 - fs_enet_dev =
96228 - platform_device_register_simple("fsl-cpm-fec", i, &r[0], 2);
96229 -
96230 - if (IS_ERR(fs_enet_dev)) {
96231 - ret = PTR_ERR(fs_enet_dev);
96232 - goto err;
96233 - }
96234 -
96235 - fs_enet_data.rx_ring = 128;
96236 - fs_enet_data.tx_ring = 16;
96237 - fs_enet_data.rx_copybreak = 240;
96238 - fs_enet_data.use_napi = 1;
96239 - fs_enet_data.napi_weight = 17;
96240 -
96241 - snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%x:%02x",
96242 - (u32)res.start, fs_enet_data.phy_addr);
96243 - fs_enet_data.bus_id = (char*)&bus_id[i];
96244 - fs_enet_data.init_ioports = init_fec_ioports;
96245 - }
96246 - if (strstr(model, "SCC")) {
96247 - ret = of_address_to_resource(np, 1, &r[1]);
96248 - if (ret)
96249 - goto err;
96250 - r[1].name = enet_pram;
96251 -
96252 - r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
96253 - r[2].flags = IORESOURCE_IRQ;
96254 - r[2].name = enet_irq;
96255 -
96256 - fs_enet_dev =
96257 - platform_device_register_simple("fsl-cpm-scc", i, &r[0], 3);
96258 -
96259 - if (IS_ERR(fs_enet_dev)) {
96260 - ret = PTR_ERR(fs_enet_dev);
96261 - goto err;
96262 - }
96263 -
96264 - fs_enet_data.rx_ring = 64;
96265 - fs_enet_data.tx_ring = 8;
96266 - fs_enet_data.rx_copybreak = 240;
96267 - fs_enet_data.use_napi = 1;
96268 - fs_enet_data.napi_weight = 17;
96269 -
96270 - snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%s", "fixed@10:1");
96271 - fs_enet_data.bus_id = (char*)&bus_id[i];
96272 - fs_enet_data.init_ioports = init_scc_ioports;
96273 - }
96274 -
96275 - of_node_put(phy);
96276 - of_node_put(mdio);
96277 -
96278 - ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
96279 - sizeof(struct
96280 - fs_platform_info));
96281 - if (ret)
96282 - goto unreg;
96283 - }
96284 - return 0;
96285 -
96286 -unreg:
96287 - platform_device_unregister(fs_enet_dev);
96288 -err:
96289 - return ret;
96290 -}
96291 -
96292 -arch_initcall(fs_enet_of_init);
96293 -
96294 -static int __init fsl_pcmcia_of_init(void)
96295 -{
96296 - struct device_node *np;
96297 - /*
96298 - * Register all the devices which type is "pcmcia"
96299 - */
96300 - for_each_compatible_node(np, "pcmcia", "fsl,pq-pcmcia")
96301 - of_platform_device_create(np, "m8xx-pcmcia", NULL);
96302 - return 0;
96303 -}
96304 -
96305 -arch_initcall(fsl_pcmcia_of_init);
96306 -
96307 -static const char *smc_regs = "regs";
96308 -static const char *smc_pram = "pram";
96309 -
96310 -static int __init cpm_smc_uart_of_init(void)
96311 -{
96312 - struct device_node *np;
96313 - unsigned int i;
96314 - struct platform_device *cpm_uart_dev;
96315 - int ret;
96316 -
96317 - for (np = NULL, i = 0;
96318 - (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
96319 - i++) {
96320 - struct resource r[3];
96321 - struct fs_uart_platform_info cpm_uart_data;
96322 - const int *id;
96323 - const char *model;
96324 -
96325 - memset(r, 0, sizeof(r));
96326 - memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
96327 -
96328 - ret = of_address_to_resource(np, 0, &r[0]);
96329 - if (ret)
96330 - goto err;
96331 -
96332 - r[0].name = smc_regs;
96333 -
96334 - ret = of_address_to_resource(np, 1, &r[1]);
96335 - if (ret)
96336 - goto err;
96337 - r[1].name = smc_pram;
96338 -
96339 - r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
96340 - r[2].flags = IORESOURCE_IRQ;
96341 -
96342 - cpm_uart_dev =
96343 - platform_device_register_simple("fsl-cpm-smc:uart", i, &r[0], 3);
96344 -
96345 - if (IS_ERR(cpm_uart_dev)) {
96346 - ret = PTR_ERR(cpm_uart_dev);
96347 - goto err;
96348 - }
96349 -
96350 - model = of_get_property(np, "model", NULL);
96351 - strcpy(cpm_uart_data.fs_type, model);
96352 -
96353 - id = of_get_property(np, "device-id", NULL);
96354 - cpm_uart_data.fs_no = *id;
96355 - cpm_uart_data.uart_clk = ppc_proc_freq;
96356 -
96357 - cpm_uart_data.tx_num_fifo = 4;
96358 - cpm_uart_data.tx_buf_size = 32;
96359 - cpm_uart_data.rx_num_fifo = 4;
96360 - cpm_uart_data.rx_buf_size = 32;
96361 -
96362 - ret =
96363 - platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
96364 - sizeof(struct
96365 - fs_uart_platform_info));
96366 - if (ret)
96367 - goto unreg;
96368 - }
96369 -
96370 - return 0;
96371 -
96372 -unreg:
96373 - platform_device_unregister(cpm_uart_dev);
96374 -err:
96375 - return ret;
96376 -}
96377 -
96378 -arch_initcall(cpm_smc_uart_of_init);
96379 -
96380 -#endif /* CONFIG_8xx */
96381 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
96382 -
96383 static int __init of_fsl_spi_probe(char *type, char *compatible, u32 sysclk,
96384 struct spi_board_info *board_infos,
96385 unsigned int num_board_infos,
96386 @@ -1371,25 +840,9 @@
96387 sysclk = get_brgfreq();
96388 #endif
96389 if (sysclk == -1) {
96390 - struct device_node *np;
96391 - const u32 *freq;
96392 - int size;
96393 -
96394 - np = of_find_node_by_type(NULL, "soc");
96395 - if (!np)
96396 + sysclk = fsl_get_sys_freq();
96397 + if (sysclk == -1)
96398 return -ENODEV;
96399 -
96400 - freq = of_get_property(np, "clock-frequency", &size);
96401 - if (!freq || size != sizeof(*freq) || *freq == 0) {
96402 - freq = of_get_property(np, "bus-frequency", &size);
96403 - if (!freq || size != sizeof(*freq) || *freq == 0) {
96404 - of_node_put(np);
96405 - return -ENODEV;
96406 - }
96407 - }
96408 -
96409 - sysclk = *freq;
96410 - of_node_put(np);
96411 }
96412
96413 ret = of_fsl_spi_probe(NULL, "fsl,spi", sysclk, board_infos,
96414 --- a/arch/powerpc/sysdev/fsl_soc.h
96415 +++ b/arch/powerpc/sysdev/fsl_soc.h
96416 @@ -7,6 +7,7 @@
96417 extern phys_addr_t get_immrbase(void);
96418 extern u32 get_brgfreq(void);
96419 extern u32 get_baudrate(void);
96420 +extern u32 fsl_get_sys_freq(void);
96421
96422 struct spi_board_info;
96423
96424 --- a/arch/powerpc/sysdev/mpic.c
96425 +++ b/arch/powerpc/sysdev/mpic.c
96426 @@ -175,13 +175,16 @@
96427 switch(type) {
96428 #ifdef CONFIG_PPC_DCR
96429 case mpic_access_dcr:
96430 - return dcr_write(rb->dhost, reg, value);
96431 + dcr_write(rb->dhost, reg, value);
96432 + break;
96433 #endif
96434 case mpic_access_mmio_be:
96435 - return out_be32(rb->base + (reg >> 2), value);
96436 + out_be32(rb->base + (reg >> 2), value);
96437 + break;
96438 case mpic_access_mmio_le:
96439 default:
96440 - return out_le32(rb->base + (reg >> 2), value);
96441 + out_le32(rb->base + (reg >> 2), value);
96442 + break;
96443 }
96444 }
96445
96446 @@ -1000,7 +1003,7 @@
96447 const char *name)
96448 {
96449 struct mpic *mpic;
96450 - u32 reg;
96451 + u32 greg_feature;
96452 const char *vers;
96453 int i;
96454 int intvec_top;
96455 @@ -1064,7 +1067,8 @@
96456
96457 /* Look for protected sources */
96458 if (node) {
96459 - unsigned int psize, bits, mapsize;
96460 + int psize;
96461 + unsigned int bits, mapsize;
96462 const u32 *psrc =
96463 of_get_property(node, "protected-sources", &psize);
96464 if (psrc) {
96465 @@ -1107,8 +1111,7 @@
96466 * in, try to obtain one
96467 */
96468 if (paddr == 0 && !(mpic->flags & MPIC_USES_DCR)) {
96469 - const u32 *reg;
96470 - reg = of_get_property(node, "reg", NULL);
96471 + const u32 *reg = of_get_property(node, "reg", NULL);
96472 BUG_ON(reg == NULL);
96473 paddr = of_translate_address(node, reg);
96474 BUG_ON(paddr == OF_BAD_ADDR);
96475 @@ -1137,12 +1140,13 @@
96476 * MPICs, num sources as well. On ISU MPICs, sources are counted
96477 * as ISUs are added
96478 */
96479 - reg = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
96480 - mpic->num_cpus = ((reg & MPIC_GREG_FEATURE_LAST_CPU_MASK)
96481 + greg_feature = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
96482 + mpic->num_cpus = ((greg_feature & MPIC_GREG_FEATURE_LAST_CPU_MASK)
96483 >> MPIC_GREG_FEATURE_LAST_CPU_SHIFT) + 1;
96484 if (isu_size == 0)
96485 - mpic->num_sources = ((reg & MPIC_GREG_FEATURE_LAST_SRC_MASK)
96486 - >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
96487 + mpic->num_sources =
96488 + ((greg_feature & MPIC_GREG_FEATURE_LAST_SRC_MASK)
96489 + >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
96490
96491 /* Map the per-CPU registers */
96492 for (i = 0; i < mpic->num_cpus; i++) {
96493 @@ -1161,7 +1165,7 @@
96494 mpic->isu_mask = (1 << mpic->isu_shift) - 1;
96495
96496 /* Display version */
96497 - switch (reg & MPIC_GREG_FEATURE_VERSION_MASK) {
96498 + switch (greg_feature & MPIC_GREG_FEATURE_VERSION_MASK) {
96499 case 1:
96500 vers = "1.0";
96501 break;
96502 @@ -1321,7 +1325,7 @@
96503
96504 void mpic_irq_set_priority(unsigned int irq, unsigned int pri)
96505 {
96506 - int is_ipi;
96507 + unsigned int is_ipi;
96508 struct mpic *mpic = mpic_find(irq, &is_ipi);
96509 unsigned int src = mpic_irq_to_hw(irq);
96510 unsigned long flags;
96511 @@ -1344,7 +1348,7 @@
96512
96513 unsigned int mpic_irq_get_priority(unsigned int irq)
96514 {
96515 - int is_ipi;
96516 + unsigned int is_ipi;
96517 struct mpic *mpic = mpic_find(irq, &is_ipi);
96518 unsigned int src = mpic_irq_to_hw(irq);
96519 unsigned long flags;
96520 @@ -1406,11 +1410,6 @@
96521 mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), prio);
96522 }
96523
96524 -/*
96525 - * XXX: someone who knows mpic should check this.
96526 - * do we need to eoi the ipi including for kexec cpu here (see xics comments)?
96527 - * or can we reset the mpic in the new kernel?
96528 - */
96529 void mpic_teardown_this_cpu(int secondary)
96530 {
96531 struct mpic *mpic = mpic_primary;
96532 @@ -1430,6 +1429,10 @@
96533
96534 /* Set current processor priority to max */
96535 mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0xf);
96536 + /* We need to EOI the IPI since not all platforms reset the MPIC
96537 + * on boot and new interrupts wouldn't get delivered otherwise.
96538 + */
96539 + mpic_eoi(mpic);
96540
96541 spin_unlock_irqrestore(&mpic_lock, flags);
96542 }
96543 --- a/arch/powerpc/sysdev/mv64x60_dev.c
96544 +++ b/arch/powerpc/sysdev/mv64x60_dev.c
96545 @@ -127,7 +127,7 @@
96546 if (err)
96547 return err;
96548
96549 - prop = of_get_property(np, "block-index", NULL);
96550 + prop = of_get_property(np, "cell-index", NULL);
96551 if (!prop)
96552 return -ENODEV;
96553 port_number = *(int *)prop;
96554 @@ -136,6 +136,7 @@
96555
96556 pdata.cache_mgmt = 1; /* All current revs need this set */
96557
96558 + pdata.max_idle = 40; /* default */
96559 prop = of_get_property(np, "max_idle", NULL);
96560 if (prop)
96561 pdata.max_idle = *prop;
96562 @@ -205,30 +206,24 @@
96563 /*
96564 * Create mv64x60_eth platform devices
96565 */
96566 -static int __init eth_register_shared_pdev(struct device_node *np)
96567 +static struct platform_device * __init mv64x60_eth_register_shared_pdev(
96568 + struct device_node *np, int id)
96569 {
96570 struct platform_device *pdev;
96571 struct resource r[1];
96572 int err;
96573
96574 - np = of_get_parent(np);
96575 - if (!np)
96576 - return -ENODEV;
96577 -
96578 err = of_address_to_resource(np, 0, &r[0]);
96579 - of_node_put(np);
96580 if (err)
96581 - return err;
96582 + return ERR_PTR(err);
96583
96584 - pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, 0,
96585 + pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, id,
96586 r, 1);
96587 - if (IS_ERR(pdev))
96588 - return PTR_ERR(pdev);
96589 -
96590 - return 0;
96591 + return pdev;
96592 }
96593
96594 -static int __init mv64x60_eth_device_setup(struct device_node *np, int id)
96595 +static int __init mv64x60_eth_device_setup(struct device_node *np, int id,
96596 + struct platform_device *shared_pdev)
96597 {
96598 struct resource r[1];
96599 struct mv643xx_eth_platform_data pdata;
96600 @@ -239,16 +234,12 @@
96601 const phandle *ph;
96602 int err;
96603
96604 - /* only register the shared platform device the first time through */
96605 - if (id == 0 && (err = eth_register_shared_pdev(np)))
96606 - return err;
96607 -
96608 memset(r, 0, sizeof(r));
96609 of_irq_to_resource(np, 0, &r[0]);
96610
96611 memset(&pdata, 0, sizeof(pdata));
96612
96613 - prop = of_get_property(np, "block-index", NULL);
96614 + prop = of_get_property(np, "reg", NULL);
96615 if (!prop)
96616 return -ENODEV;
96617 pdata.port_number = *prop;
96618 @@ -301,7 +292,7 @@
96619
96620 of_node_put(phy);
96621
96622 - pdev = platform_device_alloc(MV643XX_ETH_NAME, pdata.port_number);
96623 + pdev = platform_device_alloc(MV643XX_ETH_NAME, id);
96624 if (!pdev)
96625 return -ENOMEM;
96626
96627 @@ -345,21 +336,19 @@
96628
96629 memset(&pdata, 0, sizeof(pdata));
96630
96631 + pdata.freq_m = 8; /* default */
96632 prop = of_get_property(np, "freq_m", NULL);
96633 if (!prop)
96634 return -ENODEV;
96635 pdata.freq_m = *prop;
96636
96637 + pdata.freq_m = 3; /* default */
96638 prop = of_get_property(np, "freq_n", NULL);
96639 if (!prop)
96640 return -ENODEV;
96641 pdata.freq_n = *prop;
96642
96643 - prop = of_get_property(np, "timeout", NULL);
96644 - if (prop)
96645 - pdata.timeout = *prop;
96646 - else
96647 - pdata.timeout = 1000; /* 1 second */
96648 + pdata.timeout = 1000; /* default: 1 second */
96649
96650 pdev = platform_device_alloc(MV64XXX_I2C_CTLR_NAME, id);
96651 if (!pdev)
96652 @@ -401,10 +390,7 @@
96653
96654 memset(&pdata, 0, sizeof(pdata));
96655
96656 - prop = of_get_property(np, "timeout", NULL);
96657 - if (!prop)
96658 - return -ENODEV;
96659 - pdata.timeout = *prop;
96660 + pdata.timeout = 10; /* Default: 10 seconds */
96661
96662 np = of_get_parent(np);
96663 if (!np)
96664 @@ -441,27 +427,43 @@
96665
96666 static int __init mv64x60_device_setup(void)
96667 {
96668 - struct device_node *np = NULL;
96669 - int id;
96670 + struct device_node *np, *np2;
96671 + struct platform_device *pdev;
96672 + int id, id2;
96673 int err;
96674
96675 id = 0;
96676 - for_each_compatible_node(np, "serial", "marvell,mpsc")
96677 + for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc")
96678 if ((err = mv64x60_mpsc_device_setup(np, id++)))
96679 goto error;
96680
96681 id = 0;
96682 - for_each_compatible_node(np, "network", "marvell,mv64x60-eth")
96683 - if ((err = mv64x60_eth_device_setup(np, id++)))
96684 + id2 = 0;
96685 + for_each_compatible_node(np, NULL, "marvell,mv64360-eth-group") {
96686 + pdev = mv64x60_eth_register_shared_pdev(np, id++);
96687 + if (IS_ERR(pdev)) {
96688 + err = PTR_ERR(pdev);
96689 goto error;
96690 + }
96691 + for_each_child_of_node(np, np2) {
96692 + if (!of_device_is_compatible(np2,
96693 + "marvell,mv64360-eth"))
96694 + continue;
96695 + err = mv64x60_eth_device_setup(np2, id2++, pdev);
96696 + if (err) {
96697 + of_node_put(np2);
96698 + goto error;
96699 + }
96700 + }
96701 + }
96702
96703 id = 0;
96704 - for_each_compatible_node(np, "i2c", "marvell,mv64x60-i2c")
96705 + for_each_compatible_node(np, "i2c", "marvell,mv64360-i2c")
96706 if ((err = mv64x60_i2c_device_setup(np, id++)))
96707 goto error;
96708
96709 /* support up to one watchdog timer */
96710 - np = of_find_compatible_node(np, NULL, "marvell,mv64x60-wdt");
96711 + np = of_find_compatible_node(np, NULL, "marvell,mv64360-wdt");
96712 if (np) {
96713 if ((err = mv64x60_wdt_device_setup(np, id)))
96714 goto error;
96715 @@ -489,10 +491,10 @@
96716 if (!np)
96717 goto not_mpsc;
96718
96719 - if (!of_device_is_compatible(np, "marvell,mpsc"))
96720 + if (!of_device_is_compatible(np, "marvell,mv64360-mpsc"))
96721 goto not_mpsc;
96722
96723 - prop = of_get_property(np, "block-index", NULL);
96724 + prop = of_get_property(np, "cell-index", NULL);
96725 if (!prop)
96726 goto not_mpsc;
96727
96728 --- a/arch/powerpc/sysdev/mv64x60_pci.c
96729 +++ b/arch/powerpc/sysdev/mv64x60_pci.c
96730 @@ -86,14 +86,14 @@
96731 struct platform_device *pdev;
96732 const unsigned int *prop;
96733
96734 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60");
96735 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360");
96736 if (!np)
96737 return 0;
96738
96739 prop = of_get_property(np, "hs_reg_valid", NULL);
96740 of_node_put(np);
96741
96742 - pdev = platform_device_register_simple("marvell,mv64x60", 0, NULL, 0);
96743 + pdev = platform_device_register_simple("marvell,mv64360", 0, NULL, 0);
96744 if (IS_ERR(pdev))
96745 return PTR_ERR(pdev);
96746
96747 @@ -166,6 +166,6 @@
96748 {
96749 struct device_node *np;
96750
96751 - for_each_compatible_node(np, "pci", "marvell,mv64x60-pci")
96752 + for_each_compatible_node(np, "pci", "marvell,mv64360-pci")
96753 mv64x60_add_bridge(np);
96754 }
96755 --- a/arch/powerpc/sysdev/mv64x60_pic.c
96756 +++ b/arch/powerpc/sysdev/mv64x60_pic.c
96757 @@ -238,13 +238,13 @@
96758 const unsigned int *reg;
96759 unsigned long flags;
96760
96761 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
96762 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
96763 reg = of_get_property(np, "reg", &size);
96764 paddr = of_translate_address(np, reg);
96765 mv64x60_gpp_reg_base = ioremap(paddr, reg[1]);
96766 of_node_put(np);
96767
96768 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-pic");
96769 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-pic");
96770 reg = of_get_property(np, "reg", &size);
96771 paddr = of_translate_address(np, reg);
96772 mv64x60_irq_reg_base = ioremap(paddr, reg[1]);
96773 --- a/arch/powerpc/sysdev/mv64x60_udbg.c
96774 +++ b/arch/powerpc/sysdev/mv64x60_udbg.c
96775 @@ -85,7 +85,7 @@
96776 if (!stdout)
96777 return;
96778
96779 - for_each_compatible_node(np, "serial", "marvell,mpsc") {
96780 + for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc") {
96781 if (np == stdout)
96782 break;
96783 }
96784 --- a/arch/powerpc/sysdev/ppc4xx_pci.c
96785 +++ b/arch/powerpc/sysdev/ppc4xx_pci.c
96786 @@ -527,6 +527,7 @@
96787 *
96788 * ibm,plb-pciex-440spe
96789 * ibm,plb-pciex-405ex
96790 + * ibm,plb-pciex-460ex
96791 *
96792 * Anything else will be rejected for now as they are all subtly
96793 * different unfortunately.
96794 @@ -645,7 +646,7 @@
96795 int time_out = 20;
96796
96797 /* Set PLL clock receiver to LVPECL */
96798 - mtdcri(SDR0, PESDR0_PLLLCT1, mfdcri(SDR0, PESDR0_PLLLCT1) | 1 << 28);
96799 + dcri_clrset(SDR0, PESDR0_PLLLCT1, 0, 1 << 28);
96800
96801 /* Shouldn't we do all the calibration stuff etc... here ? */
96802 if (ppc440spe_pciex_check_reset(np))
96803 @@ -659,8 +660,7 @@
96804 }
96805
96806 /* De-assert reset of PCIe PLL, wait for lock */
96807 - mtdcri(SDR0, PESDR0_PLLLCT1,
96808 - mfdcri(SDR0, PESDR0_PLLLCT1) & ~(1 << 24));
96809 + dcri_clrset(SDR0, PESDR0_PLLLCT1, 1 << 24, 0);
96810 udelay(3);
96811
96812 while (time_out) {
96813 @@ -712,9 +712,8 @@
96814 mtdcri(SDR0, port->sdr_base + PESDRn_440SPE_HSSL7SET1,
96815 0x35000000);
96816 }
96817 - val = mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET);
96818 - mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96819 - (val & ~(1 << 24 | 1 << 16)) | 1 << 12);
96820 + dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET,
96821 + (1 << 24) | (1 << 16), 1 << 12);
96822
96823 return 0;
96824 }
96825 @@ -775,6 +774,115 @@
96826 .setup_utl = ppc440speB_pciex_init_utl,
96827 };
96828
96829 +static int __init ppc460ex_pciex_core_init(struct device_node *np)
96830 +{
96831 + /* Nothing to do, return 2 ports */
96832 + return 2;
96833 +}
96834 +
96835 +static int ppc460ex_pciex_init_port_hw(struct ppc4xx_pciex_port *port)
96836 +{
96837 + u32 val;
96838 + u32 utlset1;
96839 +
96840 + if (port->endpoint)
96841 + val = PTYPE_LEGACY_ENDPOINT << 20;
96842 + else
96843 + val = PTYPE_ROOT_PORT << 20;
96844 +
96845 + if (port->index == 0) {
96846 + val |= LNKW_X1 << 12;
96847 + utlset1 = 0x20000000;
96848 + } else {
96849 + val |= LNKW_X4 << 12;
96850 + utlset1 = 0x20101101;
96851 + }
96852 +
96853 + mtdcri(SDR0, port->sdr_base + PESDRn_DLPSET, val);
96854 + mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET1, utlset1);
96855 + mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET2, 0x01210000);
96856 +
96857 + switch (port->index) {
96858 + case 0:
96859 + mtdcri(SDR0, PESDR0_460EX_L0CDRCTL, 0x00003230);
96860 + mtdcri(SDR0, PESDR0_460EX_L0DRV, 0x00000136);
96861 + mtdcri(SDR0, PESDR0_460EX_L0CLK, 0x00000006);
96862 +
96863 + mtdcri(SDR0, PESDR0_460EX_PHY_CTL_RST,0x10000000);
96864 + break;
96865 +
96866 + case 1:
96867 + mtdcri(SDR0, PESDR1_460EX_L0CDRCTL, 0x00003230);
96868 + mtdcri(SDR0, PESDR1_460EX_L1CDRCTL, 0x00003230);
96869 + mtdcri(SDR0, PESDR1_460EX_L2CDRCTL, 0x00003230);
96870 + mtdcri(SDR0, PESDR1_460EX_L3CDRCTL, 0x00003230);
96871 + mtdcri(SDR0, PESDR1_460EX_L0DRV, 0x00000136);
96872 + mtdcri(SDR0, PESDR1_460EX_L1DRV, 0x00000136);
96873 + mtdcri(SDR0, PESDR1_460EX_L2DRV, 0x00000136);
96874 + mtdcri(SDR0, PESDR1_460EX_L3DRV, 0x00000136);
96875 + mtdcri(SDR0, PESDR1_460EX_L0CLK, 0x00000006);
96876 + mtdcri(SDR0, PESDR1_460EX_L1CLK, 0x00000006);
96877 + mtdcri(SDR0, PESDR1_460EX_L2CLK, 0x00000006);
96878 + mtdcri(SDR0, PESDR1_460EX_L3CLK, 0x00000006);
96879 +
96880 + mtdcri(SDR0, PESDR1_460EX_PHY_CTL_RST,0x10000000);
96881 + break;
96882 + }
96883 +
96884 + mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96885 + mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) |
96886 + (PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTPYN));
96887 +
96888 + /* Poll for PHY reset */
96889 + /* XXX FIXME add timeout */
96890 + switch (port->index) {
96891 + case 0:
96892 + while (!(mfdcri(SDR0, PESDR0_460EX_RSTSTA) & 0x1))
96893 + udelay(10);
96894 + break;
96895 + case 1:
96896 + while (!(mfdcri(SDR0, PESDR1_460EX_RSTSTA) & 0x1))
96897 + udelay(10);
96898 + break;
96899 + }
96900 +
96901 + mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96902 + (mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) &
96903 + ~(PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTDL)) |
96904 + PESDRx_RCSSET_RSTPYN);
96905 +
96906 + port->has_ibpre = 1;
96907 +
96908 + return 0;
96909 +}
96910 +
96911 +static int ppc460ex_pciex_init_utl(struct ppc4xx_pciex_port *port)
96912 +{
96913 + dcr_write(port->dcrs, DCRO_PEGPL_SPECIAL, 0x0);
96914 +
96915 + /*
96916 + * Set buffer allocations and then assert VRB and TXE.
96917 + */
96918 + out_be32(port->utl_base + PEUTL_PBCTL, 0x0800000c);
96919 + out_be32(port->utl_base + PEUTL_OUTTR, 0x08000000);
96920 + out_be32(port->utl_base + PEUTL_INTR, 0x02000000);
96921 + out_be32(port->utl_base + PEUTL_OPDBSZ, 0x04000000);
96922 + out_be32(port->utl_base + PEUTL_PBBSZ, 0x00000000);
96923 + out_be32(port->utl_base + PEUTL_IPHBSZ, 0x02000000);
96924 + out_be32(port->utl_base + PEUTL_IPDBSZ, 0x04000000);
96925 + out_be32(port->utl_base + PEUTL_RCIRQEN,0x00f00000);
96926 + out_be32(port->utl_base + PEUTL_PCTL, 0x80800066);
96927 +
96928 + return 0;
96929 +}
96930 +
96931 +static struct ppc4xx_pciex_hwops ppc460ex_pcie_hwops __initdata =
96932 +{
96933 + .core_init = ppc460ex_pciex_core_init,
96934 + .port_init_hw = ppc460ex_pciex_init_port_hw,
96935 + .setup_utl = ppc460ex_pciex_init_utl,
96936 +};
96937 +
96938 #endif /* CONFIG_44x */
96939
96940 #ifdef CONFIG_40x
96941 @@ -830,17 +938,9 @@
96942 * PCIe boards don't show this problem.
96943 * This has to be re-tested and fixed in a later release!
96944 */
96945 -#if 0 /* XXX FIXME: Not resetting the PHY will leave all resources
96946 - * configured as done previously by U-Boot. Then Linux will currently
96947 - * not reassign them. So the PHY reset is now done always. This will
96948 - * lead to problems with the Atheros PCIe board again.
96949 - */
96950 val = mfdcri(SDR0, port->sdr_base + PESDRn_LOOP);
96951 if (!(val & 0x00001000))
96952 ppc405ex_pcie_phy_reset(port);
96953 -#else
96954 - ppc405ex_pcie_phy_reset(port);
96955 -#endif
96956
96957 dcr_write(port->dcrs, DCRO_PEGPL_CFG, 0x10000000); /* guarded on */
96958
96959 @@ -896,6 +996,8 @@
96960 else
96961 ppc4xx_pciex_hwops = &ppc440speB_pcie_hwops;
96962 }
96963 + if (of_device_is_compatible(np, "ibm,plb-pciex-460ex"))
96964 + ppc4xx_pciex_hwops = &ppc460ex_pcie_hwops;
96965 #endif /* CONFIG_44x */
96966 #ifdef CONFIG_40x
96967 if (of_device_is_compatible(np, "ibm,plb-pciex-405ex"))
96968 @@ -1042,8 +1144,7 @@
96969 port->link = 0;
96970 }
96971
96972 - mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96973 - mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) | 1 << 20);
96974 + dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET, 0, 1 << 20);
96975 msleep(100);
96976
96977 return 0;
96978 --- a/arch/powerpc/sysdev/ppc4xx_pci.h
96979 +++ b/arch/powerpc/sysdev/ppc4xx_pci.h
96980 @@ -271,6 +271,59 @@
96981 #define PESDR1_405EX_PHYSTA 0x044C
96982
96983 /*
96984 + * 460EX additional DCRs
96985 + */
96986 +#define PESDR0_460EX_L0BIST 0x0308
96987 +#define PESDR0_460EX_L0BISTSTS 0x0309
96988 +#define PESDR0_460EX_L0CDRCTL 0x030A
96989 +#define PESDR0_460EX_L0DRV 0x030B
96990 +#define PESDR0_460EX_L0REC 0x030C
96991 +#define PESDR0_460EX_L0LPB 0x030D
96992 +#define PESDR0_460EX_L0CLK 0x030E
96993 +#define PESDR0_460EX_PHY_CTL_RST 0x030F
96994 +#define PESDR0_460EX_RSTSTA 0x0310
96995 +#define PESDR0_460EX_OBS 0x0311
96996 +#define PESDR0_460EX_L0ERRC 0x0320
96997 +
96998 +#define PESDR1_460EX_L0BIST 0x0348
96999 +#define PESDR1_460EX_L1BIST 0x0349
97000 +#define PESDR1_460EX_L2BIST 0x034A
97001 +#define PESDR1_460EX_L3BIST 0x034B
97002 +#define PESDR1_460EX_L0BISTSTS 0x034C
97003 +#define PESDR1_460EX_L1BISTSTS 0x034D
97004 +#define PESDR1_460EX_L2BISTSTS 0x034E
97005 +#define PESDR1_460EX_L3BISTSTS 0x034F
97006 +#define PESDR1_460EX_L0CDRCTL 0x0350
97007 +#define PESDR1_460EX_L1CDRCTL 0x0351
97008 +#define PESDR1_460EX_L2CDRCTL 0x0352
97009 +#define PESDR1_460EX_L3CDRCTL 0x0353
97010 +#define PESDR1_460EX_L0DRV 0x0354
97011 +#define PESDR1_460EX_L1DRV 0x0355
97012 +#define PESDR1_460EX_L2DRV 0x0356
97013 +#define PESDR1_460EX_L3DRV 0x0357
97014 +#define PESDR1_460EX_L0REC 0x0358
97015 +#define PESDR1_460EX_L1REC 0x0359
97016 +#define PESDR1_460EX_L2REC 0x035A
97017 +#define PESDR1_460EX_L3REC 0x035B
97018 +#define PESDR1_460EX_L0LPB 0x035C
97019 +#define PESDR1_460EX_L1LPB 0x035D
97020 +#define PESDR1_460EX_L2LPB 0x035E
97021 +#define PESDR1_460EX_L3LPB 0x035F
97022 +#define PESDR1_460EX_L0CLK 0x0360
97023 +#define PESDR1_460EX_L1CLK 0x0361
97024 +#define PESDR1_460EX_L2CLK 0x0362
97025 +#define PESDR1_460EX_L3CLK 0x0363
97026 +#define PESDR1_460EX_PHY_CTL_RST 0x0364
97027 +#define PESDR1_460EX_RSTSTA 0x0365
97028 +#define PESDR1_460EX_OBS 0x0366
97029 +#define PESDR1_460EX_L0ERRC 0x0368
97030 +#define PESDR1_460EX_L1ERRC 0x0369
97031 +#define PESDR1_460EX_L2ERRC 0x036A
97032 +#define PESDR1_460EX_L3ERRC 0x036B
97033 +#define PESDR0_460EX_IHS1 0x036C
97034 +#define PESDR0_460EX_IHS2 0x036D
97035 +
97036 +/*
97037 * Of the above, some are common offsets from the base
97038 */
97039 #define PESDRn_UTLSET1 0x00
97040 @@ -353,6 +406,12 @@
97041 #define PECFG_POM2LAL 0x390
97042 #define PECFG_POM2LAH 0x394
97043
97044 +/* SDR Bit Mappings */
97045 +#define PESDRx_RCSSET_HLDPLB 0x10000000
97046 +#define PESDRx_RCSSET_RSTGU 0x01000000
97047 +#define PESDRx_RCSSET_RDY 0x00100000
97048 +#define PESDRx_RCSSET_RSTDL 0x00010000
97049 +#define PESDRx_RCSSET_RSTPYN 0x00001000
97050
97051 enum
97052 {
97053 --- /dev/null
97054 +++ b/arch/powerpc/sysdev/ppc4xx_soc.c
97055 @@ -0,0 +1,200 @@
97056 +/*
97057 + * IBM/AMCC PPC4xx SoC setup code
97058 + *
97059 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
97060 + *
97061 + * L2 cache routines cloned from arch/ppc/syslib/ibm440gx_common.c which is:
97062 + * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
97063 + * Copyright (c) 2003 - 2006 Zultys Technologies
97064 + *
97065 + * This program is free software; you can redistribute it and/or modify it
97066 + * under the terms of the GNU General Public License as published by the
97067 + * Free Software Foundation; either version 2 of the License, or (at your
97068 + * option) any later version.
97069 + */
97070 +
97071 +#include <linux/stddef.h>
97072 +#include <linux/kernel.h>
97073 +#include <linux/init.h>
97074 +#include <linux/errno.h>
97075 +#include <linux/interrupt.h>
97076 +#include <linux/irq.h>
97077 +#include <linux/of_platform.h>
97078 +
97079 +#include <asm/dcr.h>
97080 +#include <asm/dcr-regs.h>
97081 +#include <asm/reg.h>
97082 +
97083 +static u32 dcrbase_l2c;
97084 +
97085 +/*
97086 + * L2-cache
97087 + */
97088 +
97089 +/* Issue L2C diagnostic command */
97090 +static inline u32 l2c_diag(u32 addr)
97091 +{
97092 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, addr);
97093 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_DIAG);
97094 + while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
97095 + ;
97096 +
97097 + return mfdcr(dcrbase_l2c + DCRN_L2C0_DATA);
97098 +}
97099 +
97100 +static irqreturn_t l2c_error_handler(int irq, void *dev)
97101 +{
97102 + u32 sr = mfdcr(dcrbase_l2c + DCRN_L2C0_SR);
97103 +
97104 + if (sr & L2C_SR_CPE) {
97105 + /* Read cache trapped address */
97106 + u32 addr = l2c_diag(0x42000000);
97107 + printk(KERN_EMERG "L2C: Cache Parity Error, addr[16:26] = 0x%08x\n",
97108 + addr);
97109 + }
97110 + if (sr & L2C_SR_TPE) {
97111 + /* Read tag trapped address */
97112 + u32 addr = l2c_diag(0x82000000) >> 16;
97113 + printk(KERN_EMERG "L2C: Tag Parity Error, addr[16:26] = 0x%08x\n",
97114 + addr);
97115 + }
97116 +
97117 + /* Clear parity errors */
97118 + if (sr & (L2C_SR_CPE | L2C_SR_TPE)){
97119 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
97120 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
97121 + } else {
97122 + printk(KERN_EMERG "L2C: LRU error\n");
97123 + }
97124 +
97125 + return IRQ_HANDLED;
97126 +}
97127 +
97128 +static int __init ppc4xx_l2c_probe(void)
97129 +{
97130 + struct device_node *np;
97131 + u32 r;
97132 + unsigned long flags;
97133 + int irq;
97134 + const u32 *dcrreg;
97135 + u32 dcrbase_isram;
97136 + int len;
97137 + const u32 *prop;
97138 + u32 l2_size;
97139 +
97140 + np = of_find_compatible_node(NULL, NULL, "ibm,l2-cache");
97141 + if (!np)
97142 + return 0;
97143 +
97144 + /* Get l2 cache size */
97145 + prop = of_get_property(np, "cache-size", NULL);
97146 + if (prop == NULL) {
97147 + printk(KERN_ERR "%s: Can't get cache-size!\n", np->full_name);
97148 + of_node_put(np);
97149 + return -ENODEV;
97150 + }
97151 + l2_size = prop[0];
97152 +
97153 + /* Map DCRs */
97154 + dcrreg = of_get_property(np, "dcr-reg", &len);
97155 + if (!dcrreg || (len != 4 * sizeof(u32))) {
97156 + printk(KERN_ERR "%s: Can't get DCR register base !",
97157 + np->full_name);
97158 + of_node_put(np);
97159 + return -ENODEV;
97160 + }
97161 + dcrbase_isram = dcrreg[0];
97162 + dcrbase_l2c = dcrreg[2];
97163 +
97164 + /* Get and map irq number from device tree */
97165 + irq = irq_of_parse_and_map(np, 0);
97166 + if (irq == NO_IRQ) {
97167 + printk(KERN_ERR "irq_of_parse_and_map failed\n");
97168 + of_node_put(np);
97169 + return -ENODEV;
97170 + }
97171 +
97172 + /* Install error handler */
97173 + if (request_irq(irq, l2c_error_handler, IRQF_DISABLED, "L2C", 0) < 0) {
97174 + printk(KERN_ERR "Cannot install L2C error handler"
97175 + ", cache is not enabled\n");
97176 + of_node_put(np);
97177 + return -ENODEV;
97178 + }
97179 +
97180 + local_irq_save(flags);
97181 + asm volatile ("sync" ::: "memory");
97182 +
97183 + /* Disable SRAM */
97184 + mtdcr(dcrbase_isram + DCRN_SRAM0_DPC,
97185 + mfdcr(dcrbase_isram + DCRN_SRAM0_DPC) & ~SRAM_DPC_ENABLE);
97186 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB0CR,
97187 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB0CR) & ~SRAM_SBCR_BU_MASK);
97188 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB1CR,
97189 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB1CR) & ~SRAM_SBCR_BU_MASK);
97190 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB2CR,
97191 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB2CR) & ~SRAM_SBCR_BU_MASK);
97192 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB3CR,
97193 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB3CR) & ~SRAM_SBCR_BU_MASK);
97194 +
97195 + /* Enable L2_MODE without ICU/DCU */
97196 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG) &
97197 + ~(L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_SS_MASK);
97198 + r |= L2C_CFG_L2M | L2C_CFG_SS_256;
97199 + mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
97200 +
97201 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
97202 +
97203 + /* Hardware Clear Command */
97204 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_HCC);
97205 + while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
97206 + ;
97207 +
97208 + /* Clear Cache Parity and Tag Errors */
97209 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
97210 +
97211 + /* Enable 64G snoop region starting at 0 */
97212 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP0) &
97213 + ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
97214 + r |= L2C_SNP_SSR_32G | L2C_SNP_ESR;
97215 + mtdcr(dcrbase_l2c + DCRN_L2C0_SNP0, r);
97216 +
97217 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP1) &
97218 + ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
97219 + r |= 0x80000000 | L2C_SNP_SSR_32G | L2C_SNP_ESR;
97220 + mtdcr(dcrbase_l2c + DCRN_L2C0_SNP1, r);
97221 +
97222 + asm volatile ("sync" ::: "memory");
97223 +
97224 + /* Enable ICU/DCU ports */
97225 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG);
97226 + r &= ~(L2C_CFG_DCW_MASK | L2C_CFG_PMUX_MASK | L2C_CFG_PMIM
97227 + | L2C_CFG_TPEI | L2C_CFG_CPEI | L2C_CFG_NAM | L2C_CFG_NBRM);
97228 + r |= L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_TPC | L2C_CFG_CPC | L2C_CFG_FRAN
97229 + | L2C_CFG_CPIM | L2C_CFG_TPIM | L2C_CFG_LIM | L2C_CFG_SMCM;
97230 +
97231 + /* Check for 460EX/GT special handling */
97232 + if (of_device_is_compatible(np, "ibm,l2-cache-460ex"))
97233 + r |= L2C_CFG_RDBW;
97234 +
97235 + mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
97236 +
97237 + asm volatile ("sync; isync" ::: "memory");
97238 + local_irq_restore(flags);
97239 +
97240 + printk(KERN_INFO "%dk L2-cache enabled\n", l2_size >> 10);
97241 +
97242 + of_node_put(np);
97243 + return 0;
97244 +}
97245 +arch_initcall(ppc4xx_l2c_probe);
97246 +
97247 +/*
97248 + * At present, this routine just applies a system reset.
97249 + */
97250 +void ppc4xx_reset_system(char *cmd)
97251 +{
97252 + mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_RST_SYSTEM);
97253 + while (1)
97254 + ; /* Just in case the reset doesn't work */
97255 +}
97256 --- a/arch/powerpc/sysdev/qe_lib/qe.c
97257 +++ b/arch/powerpc/sysdev/qe_lib/qe.c
97258 @@ -55,7 +55,7 @@
97259 /* We allocate this here because it is used almost exclusively for
97260 * the communication processor devices.
97261 */
97262 -struct qe_immap *qe_immr = NULL;
97263 +struct qe_immap __iomem *qe_immr;
97264 EXPORT_SYMBOL(qe_immr);
97265
97266 static struct qe_snum snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
97267 @@ -156,7 +156,7 @@
97268 */
97269 static unsigned int brg_clk = 0;
97270
97271 -unsigned int get_brg_clk(void)
97272 +unsigned int qe_get_brg_clk(void)
97273 {
97274 struct device_node *qe;
97275 unsigned int size;
97276 @@ -180,6 +180,7 @@
97277
97278 return brg_clk;
97279 }
97280 +EXPORT_SYMBOL(qe_get_brg_clk);
97281
97282 /* Program the BRG to the given sampling rate and multiplier
97283 *
97284 @@ -197,7 +198,7 @@
97285 if ((brg < QE_BRG1) || (brg > QE_BRG16))
97286 return -EINVAL;
97287
97288 - divisor = get_brg_clk() / (rate * multiplier);
97289 + divisor = qe_get_brg_clk() / (rate * multiplier);
97290
97291 if (divisor > QE_BRGC_DIVISOR_MAX + 1) {
97292 div16 = QE_BRGC_DIV16;
97293 @@ -415,12 +416,6 @@
97294 }
97295 EXPORT_SYMBOL(qe_muram_dump);
97296
97297 -void *qe_muram_addr(unsigned long offset)
97298 -{
97299 - return (void *)&qe_immr->muram[offset];
97300 -}
97301 -EXPORT_SYMBOL(qe_muram_addr);
97302 -
97303 /* The maximum number of RISCs we support */
97304 #define MAX_QE_RISC 2
97305
97306 --- a/arch/powerpc/sysdev/qe_lib/qe_io.c
97307 +++ b/arch/powerpc/sysdev/qe_lib/qe_io.c
97308 @@ -22,6 +22,7 @@
97309 #include <linux/ioport.h>
97310
97311 #include <asm/io.h>
97312 +#include <asm/qe.h>
97313 #include <asm/prom.h>
97314 #include <sysdev/fsl_soc.h>
97315
97316 @@ -41,7 +42,7 @@
97317 #endif
97318 };
97319
97320 -static struct port_regs *par_io = NULL;
97321 +static struct port_regs __iomem *par_io;
97322 static int num_par_io_ports = 0;
97323
97324 int par_io_init(struct device_node *np)
97325 @@ -165,7 +166,7 @@
97326 }
97327
97328 ph = of_get_property(np, "pio-handle", NULL);
97329 - if (ph == 0) {
97330 + if (ph == NULL) {
97331 printk(KERN_ERR "pio-handle not available \n");
97332 return -1;
97333 }
97334 @@ -200,7 +201,7 @@
97335 {
97336 unsigned int i;
97337
97338 - printk(KERN_INFO "%s: par_io=%p\n", __FUNCTION__, par_io);
97339 + printk(KERN_INFO "%s: par_io=%p\n", __func__, par_io);
97340 for (i = 0; i < num_par_io_ports; i++) {
97341 printk(KERN_INFO " cpodr[%u]=%08x\n", i,
97342 in_be32(&par_io[i].cpodr));
97343 --- a/arch/powerpc/sysdev/qe_lib/ucc_fast.c
97344 +++ b/arch/powerpc/sysdev/qe_lib/ucc_fast.c
97345 @@ -148,57 +148,57 @@
97346
97347 /* check if the UCC port number is in range. */
97348 if ((uf_info->ucc_num < 0) || (uf_info->ucc_num > UCC_MAX_NUM - 1)) {
97349 - printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
97350 + printk(KERN_ERR "%s: illegal UCC number\n", __func__);
97351 return -EINVAL;
97352 }
97353
97354 /* Check that 'max_rx_buf_length' is properly aligned (4). */
97355 if (uf_info->max_rx_buf_length & (UCC_FAST_MRBLR_ALIGNMENT - 1)) {
97356 printk(KERN_ERR "%s: max_rx_buf_length not aligned\n",
97357 - __FUNCTION__);
97358 + __func__);
97359 return -EINVAL;
97360 }
97361
97362 /* Validate Virtual Fifo register values */
97363 if (uf_info->urfs < UCC_FAST_URFS_MIN_VAL) {
97364 - printk(KERN_ERR "%s: urfs is too small\n", __FUNCTION__);
97365 + printk(KERN_ERR "%s: urfs is too small\n", __func__);
97366 return -EINVAL;
97367 }
97368
97369 if (uf_info->urfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97370 - printk(KERN_ERR "%s: urfs is not aligned\n", __FUNCTION__);
97371 + printk(KERN_ERR "%s: urfs is not aligned\n", __func__);
97372 return -EINVAL;
97373 }
97374
97375 if (uf_info->urfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97376 - printk(KERN_ERR "%s: urfet is not aligned.\n", __FUNCTION__);
97377 + printk(KERN_ERR "%s: urfet is not aligned.\n", __func__);
97378 return -EINVAL;
97379 }
97380
97381 if (uf_info->urfset & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97382 - printk(KERN_ERR "%s: urfset is not aligned\n", __FUNCTION__);
97383 + printk(KERN_ERR "%s: urfset is not aligned\n", __func__);
97384 return -EINVAL;
97385 }
97386
97387 if (uf_info->utfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97388 - printk(KERN_ERR "%s: utfs is not aligned\n", __FUNCTION__);
97389 + printk(KERN_ERR "%s: utfs is not aligned\n", __func__);
97390 return -EINVAL;
97391 }
97392
97393 if (uf_info->utfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97394 - printk(KERN_ERR "%s: utfet is not aligned\n", __FUNCTION__);
97395 + printk(KERN_ERR "%s: utfet is not aligned\n", __func__);
97396 return -EINVAL;
97397 }
97398
97399 if (uf_info->utftt & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97400 - printk(KERN_ERR "%s: utftt is not aligned\n", __FUNCTION__);
97401 + printk(KERN_ERR "%s: utftt is not aligned\n", __func__);
97402 return -EINVAL;
97403 }
97404
97405 uccf = kzalloc(sizeof(struct ucc_fast_private), GFP_KERNEL);
97406 if (!uccf) {
97407 printk(KERN_ERR "%s: Cannot allocate private data\n",
97408 - __FUNCTION__);
97409 + __func__);
97410 return -ENOMEM;
97411 }
97412
97413 @@ -207,7 +207,7 @@
97414 /* Set the PHY base address */
97415 uccf->uf_regs = ioremap(uf_info->regs, sizeof(struct ucc_fast));
97416 if (uccf->uf_regs == NULL) {
97417 - printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
97418 + printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
97419 return -ENOMEM;
97420 }
97421
97422 @@ -230,7 +230,7 @@
97423 /* Set UCC to fast type */
97424 ret = ucc_set_type(uf_info->ucc_num, UCC_SPEED_TYPE_FAST);
97425 if (ret) {
97426 - printk(KERN_ERR "%s: cannot set UCC type\n", __FUNCTION__);
97427 + printk(KERN_ERR "%s: cannot set UCC type\n", __func__);
97428 ucc_fast_free(uccf);
97429 return ret;
97430 }
97431 @@ -270,7 +270,7 @@
97432 qe_muram_alloc(uf_info->utfs, UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
97433 if (IS_ERR_VALUE(uccf->ucc_fast_tx_virtual_fifo_base_offset)) {
97434 printk(KERN_ERR "%s: cannot allocate MURAM for TX FIFO\n",
97435 - __FUNCTION__);
97436 + __func__);
97437 uccf->ucc_fast_tx_virtual_fifo_base_offset = 0;
97438 ucc_fast_free(uccf);
97439 return -ENOMEM;
97440 @@ -283,7 +283,7 @@
97441 UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
97442 if (IS_ERR_VALUE(uccf->ucc_fast_rx_virtual_fifo_base_offset)) {
97443 printk(KERN_ERR "%s: cannot allocate MURAM for RX FIFO\n",
97444 - __FUNCTION__);
97445 + __func__);
97446 uccf->ucc_fast_rx_virtual_fifo_base_offset = 0;
97447 ucc_fast_free(uccf);
97448 return -ENOMEM;
97449 @@ -314,7 +314,7 @@
97450 ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->rx_clock,
97451 COMM_DIR_RX)) {
97452 printk(KERN_ERR "%s: illegal value for RX clock\n",
97453 - __FUNCTION__);
97454 + __func__);
97455 ucc_fast_free(uccf);
97456 return -EINVAL;
97457 }
97458 @@ -323,7 +323,7 @@
97459 ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->tx_clock,
97460 COMM_DIR_TX)) {
97461 printk(KERN_ERR "%s: illegal value for TX clock\n",
97462 - __FUNCTION__);
97463 + __func__);
97464 ucc_fast_free(uccf);
97465 return -EINVAL;
97466 }
97467 --- a/arch/powerpc/sysdev/qe_lib/ucc_slow.c
97468 +++ b/arch/powerpc/sysdev/qe_lib/ucc_slow.c
97469 @@ -142,7 +142,7 @@
97470
97471 /* check if the UCC port number is in range. */
97472 if ((us_info->ucc_num < 0) || (us_info->ucc_num > UCC_MAX_NUM - 1)) {
97473 - printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
97474 + printk(KERN_ERR "%s: illegal UCC number\n", __func__);
97475 return -EINVAL;
97476 }
97477
97478 @@ -161,7 +161,7 @@
97479 uccs = kzalloc(sizeof(struct ucc_slow_private), GFP_KERNEL);
97480 if (!uccs) {
97481 printk(KERN_ERR "%s: Cannot allocate private data\n",
97482 - __FUNCTION__);
97483 + __func__);
97484 return -ENOMEM;
97485 }
97486
97487 @@ -170,7 +170,7 @@
97488 /* Set the PHY base address */
97489 uccs->us_regs = ioremap(us_info->regs, sizeof(struct ucc_slow));
97490 if (uccs->us_regs == NULL) {
97491 - printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
97492 + printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
97493 return -ENOMEM;
97494 }
97495
97496 @@ -189,7 +189,7 @@
97497 uccs->us_pram_offset =
97498 qe_muram_alloc(UCC_SLOW_PRAM_SIZE, ALIGNMENT_OF_UCC_SLOW_PRAM);
97499 if (IS_ERR_VALUE(uccs->us_pram_offset)) {
97500 - printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __FUNCTION__);
97501 + printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __func__);
97502 ucc_slow_free(uccs);
97503 return -ENOMEM;
97504 }
97505 @@ -202,7 +202,7 @@
97506 /* Set UCC to slow type */
97507 ret = ucc_set_type(us_info->ucc_num, UCC_SPEED_TYPE_SLOW);
97508 if (ret) {
97509 - printk(KERN_ERR "%s: cannot set UCC type", __FUNCTION__);
97510 + printk(KERN_ERR "%s: cannot set UCC type", __func__);
97511 ucc_slow_free(uccs);
97512 return ret;
97513 }
97514 @@ -216,7 +216,7 @@
97515 qe_muram_alloc(us_info->rx_bd_ring_len * sizeof(struct qe_bd),
97516 QE_ALIGNMENT_OF_BD);
97517 if (IS_ERR_VALUE(uccs->rx_base_offset)) {
97518 - printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __FUNCTION__,
97519 + printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __func__,
97520 us_info->rx_bd_ring_len);
97521 uccs->rx_base_offset = 0;
97522 ucc_slow_free(uccs);
97523 @@ -227,7 +227,7 @@
97524 qe_muram_alloc(us_info->tx_bd_ring_len * sizeof(struct qe_bd),
97525 QE_ALIGNMENT_OF_BD);
97526 if (IS_ERR_VALUE(uccs->tx_base_offset)) {
97527 - printk(KERN_ERR "%s: cannot allocate TX BDs", __FUNCTION__);
97528 + printk(KERN_ERR "%s: cannot allocate TX BDs", __func__);
97529 uccs->tx_base_offset = 0;
97530 ucc_slow_free(uccs);
97531 return -ENOMEM;
97532 @@ -317,7 +317,7 @@
97533 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->rx_clock,
97534 COMM_DIR_RX)) {
97535 printk(KERN_ERR "%s: illegal value for RX clock\n",
97536 - __FUNCTION__);
97537 + __func__);
97538 ucc_slow_free(uccs);
97539 return -EINVAL;
97540 }
97541 @@ -325,7 +325,7 @@
97542 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->tx_clock,
97543 COMM_DIR_TX)) {
97544 printk(KERN_ERR "%s: illegal value for TX clock\n",
97545 - __FUNCTION__);
97546 + __func__);
97547 ucc_slow_free(uccs);
97548 return -EINVAL;
97549 }
97550 --- a/arch/powerpc/sysdev/rtc_cmos_setup.c
97551 +++ b/arch/powerpc/sysdev/rtc_cmos_setup.c
97552 @@ -56,3 +56,5 @@
97553 return 0;
97554 }
97555 fs_initcall(add_rtc);
97556 +
97557 +MODULE_LICENSE("GPL");
97558 --- a/arch/powerpc/sysdev/tsi108_dev.c
97559 +++ b/arch/powerpc/sysdev/tsi108_dev.c
97560 @@ -84,7 +84,7 @@
97561
97562 ret = of_address_to_resource(np, 0, &r[0]);
97563 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
97564 - __FUNCTION__,r[0].name, r[0].start, r[0].end);
97565 + __func__,r[0].name, r[0].start, r[0].end);
97566 if (ret)
97567 goto err;
97568
97569 @@ -93,7 +93,7 @@
97570 r[1].end = irq_of_parse_and_map(np, 0);
97571 r[1].flags = IORESOURCE_IRQ;
97572 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
97573 - __FUNCTION__,r[1].name, r[1].start, r[1].end);
97574 + __func__,r[1].name, r[1].start, r[1].end);
97575
97576 tsi_eth_dev =
97577 platform_device_register_simple("tsi-ethernet", i++, &r[0],
97578 --- a/arch/powerpc/sysdev/tsi108_pci.c
97579 +++ b/arch/powerpc/sysdev/tsi108_pci.c
97580 @@ -207,7 +207,7 @@
97581 /* PCI Config mapping */
97582 tsi108_pci_cfg_base = (u32)ioremap(cfg_phys, TSI108_PCI_CFG_SIZE);
97583 tsi108_pci_cfg_phys = cfg_phys;
97584 - DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __FUNCTION__,
97585 + DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __func__,
97586 tsi108_pci_cfg_base);
97587
97588 /* Fetch host bridge registers address */
97589 @@ -395,7 +395,7 @@
97590 static int pci_irq_host_map(struct irq_host *h, unsigned int virq,
97591 irq_hw_number_t hw)
97592 { unsigned int irq;
97593 - DBG("%s(%d, 0x%lx)\n", __FUNCTION__, virq, hw);
97594 + DBG("%s(%d, 0x%lx)\n", __func__, virq, hw);
97595 if ((virq >= 1) && (virq <= 4)){
97596 irq = virq + IRQ_PCI_INTAD_BASE - 1;
97597 get_irq_desc(irq)->status |= IRQ_LEVEL;
97598 --- a/arch/powerpc/xmon/xmon.c
97599 +++ b/arch/powerpc/xmon/xmon.c
97600 @@ -45,7 +45,6 @@
97601 #ifdef CONFIG_PPC64
97602 #include <asm/hvcall.h>
97603 #include <asm/paca.h>
97604 -#include <asm/iseries/it_lp_reg_save.h>
97605 #endif
97606
97607 #include "nonstdio.h"
97608 @@ -1244,15 +1243,12 @@
97609
97610 static int xmon_depth_to_print = 64;
97611
97612 -#ifdef CONFIG_PPC64
97613 -#define LRSAVE_OFFSET 0x10
97614 -#define REG_FRAME_MARKER 0x7265677368657265ul /* "regshere" */
97615 -#define MARKER_OFFSET 0x60
97616 +#define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))
97617 +#define MARKER_OFFSET (STACK_FRAME_MARKER * sizeof(unsigned long))
97618 +
97619 +#ifdef __powerpc64__
97620 #define REGS_OFFSET 0x70
97621 #else
97622 -#define LRSAVE_OFFSET 4
97623 -#define REG_FRAME_MARKER 0x72656773
97624 -#define MARKER_OFFSET 8
97625 #define REGS_OFFSET 16
97626 #endif
97627
97628 @@ -1318,7 +1314,7 @@
97629 /* Look for "regshere" marker to see if this is
97630 an exception frame. */
97631 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long))
97632 - && marker == REG_FRAME_MARKER) {
97633 + && marker == STACK_FRAME_REGS_MARKER) {
97634 if (mread(sp + REGS_OFFSET, &regs, sizeof(regs))
97635 != sizeof(regs)) {
97636 printf("Couldn't read registers at %lx\n",
97637 @@ -1598,7 +1594,6 @@
97638 if (firmware_has_feature(FW_FEATURE_ISERIES)) {
97639 struct paca_struct *ptrPaca;
97640 struct lppaca *ptrLpPaca;
97641 - struct ItLpRegSave *ptrLpRegSave;
97642
97643 /* Dump out relevant Paca data areas. */
97644 printf("Paca: \n");
97645 @@ -1611,15 +1606,6 @@
97646 printf(" Saved Gpr3=%.16lx Saved Gpr4=%.16lx \n",
97647 ptrLpPaca->saved_gpr3, ptrLpPaca->saved_gpr4);
97648 printf(" Saved Gpr5=%.16lx \n", ptrLpPaca->saved_gpr5);
97649 -
97650 - printf(" Local Processor Register Save Area (LpRegSave): \n");
97651 - ptrLpRegSave = ptrPaca->reg_save_ptr;
97652 - printf(" Saved Sprg0=%.16lx Saved Sprg1=%.16lx \n",
97653 - ptrLpRegSave->xSPRG0, ptrLpRegSave->xSPRG0);
97654 - printf(" Saved Sprg2=%.16lx Saved Sprg3=%.16lx \n",
97655 - ptrLpRegSave->xSPRG2, ptrLpRegSave->xSPRG3);
97656 - printf(" Saved Msr =%.16lx Saved Nia =%.16lx \n",
97657 - ptrLpRegSave->xMSR, ptrLpRegSave->xNIA);
97658 }
97659 #endif
97660
97661 --- a/arch/ppc/8xx_io/commproc.c
97662 +++ b/arch/ppc/8xx_io/commproc.c
97663 @@ -43,7 +43,7 @@
97664 ({ \
97665 u32 offset = offsetof(immap_t, member); \
97666 void *addr = ioremap (IMAP_ADDR + offset, \
97667 - sizeof( ((immap_t*)0)->member)); \
97668 + FIELD_SIZEOF(immap_t, member)); \
97669 addr; \
97670 })
97671
97672 --- a/arch/ppc/8xx_io/fec.c
97673 +++ b/arch/ppc/8xx_io/fec.c
97674 @@ -520,7 +520,7 @@
97675 #ifdef CONFIG_USE_MDIO
97676 fec_enet_mii(dev);
97677 #else
97678 -printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__,__LINE__,__FUNCTION__);
97679 +printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__, __LINE__, __func__);
97680 #endif /* CONFIG_USE_MDIO */
97681 }
97682
97683 @@ -1441,7 +1441,7 @@
97684 fecp->fec_ecntrl = ecntrl; /* restore old settings */
97685 }
97686 #else
97687 -printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__,__LINE__,__FUNCTION__);
97688 +printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__, __LINE__, __func__);
97689 #endif /* CONFIG_USE_MDIO */
97690
97691 #ifndef CONFIG_RPXCLASSIC
97692 --- a/arch/ppc/kernel/head.S
97693 +++ b/arch/ppc/kernel/head.S
97694 @@ -701,23 +701,6 @@
97695 b fast_exception_return
97696
97697 /*
97698 - * AltiVec unavailable trap from kernel - print a message, but let
97699 - * the task use AltiVec in the kernel until it returns to user mode.
97700 - */
97701 -KernelAltiVec:
97702 - lwz r3,_MSR(r1)
97703 - oris r3,r3,MSR_VEC@h
97704 - stw r3,_MSR(r1) /* enable use of AltiVec after return */
97705 - lis r3,87f@h
97706 - ori r3,r3,87f@l
97707 - mr r4,r2 /* current */
97708 - lwz r5,_NIP(r1)
97709 - bl printk
97710 - b ret_from_except
97711 -87: .string "AltiVec used in kernel (task=%p, pc=%x) \n"
97712 - .align 4,0
97713 -
97714 -/*
97715 * giveup_altivec(tsk)
97716 * Disable AltiVec for the task given as the argument,
97717 * and save the AltiVec registers in its thread_struct.
97718 --- a/arch/ppc/mm/init.c
97719 +++ b/arch/ppc/mm/init.c
97720 @@ -109,7 +109,6 @@
97721
97722 printk("Mem-info:\n");
97723 show_free_areas();
97724 - printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
97725 i = max_mapnr;
97726 while (i-- > 0) {
97727 total++;
97728 --- a/arch/ppc/platforms/radstone_ppc7d.c
97729 +++ b/arch/ppc/platforms/radstone_ppc7d.c
97730 @@ -512,7 +512,7 @@
97731 {
97732 int irq;
97733
97734 - pr_debug("%s\n", __FUNCTION__);
97735 + pr_debug("%s\n", __func__);
97736 i8259_init(0, 0);
97737 mv64360_init_irq();
97738
97739 @@ -569,7 +569,7 @@
97740 };
97741 const long min_idsel = 10, max_idsel = 14, irqs_per_slot = 4;
97742
97743 - pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __FUNCTION__,
97744 + pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __func__,
97745 dev->vendor, dev->device, PCI_FUNC(dev->devfn), idsel, pin);
97746
97747 return PCI_IRQ_TABLE_LOOKUP;
97748 @@ -1300,7 +1300,7 @@
97749 u32 data;
97750 u8 data8;
97751
97752 - pr_debug("%s: enter\n", __FUNCTION__);
97753 + pr_debug("%s: enter\n", __func__);
97754
97755 /* Wait for debugger? */
97756 if (ppc7d_wait_debugger) {
97757 @@ -1333,7 +1333,7 @@
97758 ppc_md.set_rtc_time = ppc7d_set_rtc_time;
97759 ppc_md.get_rtc_time = ppc7d_get_rtc_time;
97760
97761 - pr_debug("%s: exit\n", __FUNCTION__);
97762 + pr_debug("%s: exit\n", __func__);
97763 }
97764
97765 /* Called from machine_init(), early, before any of the __init functions
97766 --- a/arch/ppc/syslib/mpc52xx_setup.c
97767 +++ b/arch/ppc/syslib/mpc52xx_setup.c
97768 @@ -279,7 +279,7 @@
97769
97770 int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv)
97771 {
97772 - static spinlock_t lock = SPIN_LOCK_UNLOCKED;
97773 + static DEFINE_SPINLOCK(lock);
97774 struct mpc52xx_cdm __iomem *cdm;
97775 unsigned long flags;
97776 u16 mclken_div;
97777 --- a/arch/sparc64/Kconfig
97778 +++ b/arch/sparc64/Kconfig
97779 @@ -16,6 +16,7 @@
97780 bool
97781 default y
97782 select HAVE_IDE
97783 + select HAVE_LMB
97784 help
97785 SPARC is a family of RISC microprocessors designed and marketed by
97786 Sun Microsystems, incorporated. This port covers the newer 64-bit
97787 --- a/drivers/block/viodasd.c
97788 +++ b/drivers/block/viodasd.c
97789 @@ -69,7 +69,7 @@
97790 enum {
97791 PARTITION_SHIFT = 3,
97792 MAX_DISKNO = HVMAXARCHITECTEDVIRTUALDISKS,
97793 - MAX_DISK_NAME = sizeof(((struct gendisk *)0)->disk_name)
97794 + MAX_DISK_NAME = FIELD_SIZEOF(struct gendisk, disk_name)
97795 };
97796
97797 static DEFINE_SPINLOCK(viodasd_spinlock);
97798 --- a/drivers/char/hvc_beat.c
97799 +++ b/drivers/char/hvc_beat.c
97800 @@ -78,8 +78,8 @@
97801 for (rest = cnt; rest > 0; rest -= nlen) {
97802 nlen = (rest > 16) ? 16 : rest;
97803 memcpy(kb, buf, nlen);
97804 - beat_put_term_char(vtermno, rest, kb[0], kb[1]);
97805 - rest -= nlen;
97806 + beat_put_term_char(vtermno, nlen, kb[0], kb[1]);
97807 + buf += nlen;
97808 }
97809 return cnt;
97810 }
97811 --- a/drivers/char/xilinx_hwicap/buffer_icap.c
97812 +++ b/drivers/char/xilinx_hwicap/buffer_icap.c
97813 @@ -74,7 +74,7 @@
97814
97815 /**
97816 * buffer_icap_get_status - Get the contents of the status register.
97817 - * @base_address: is the base address of the device
97818 + * @drvdata: a pointer to the drvdata.
97819 *
97820 * The status register contains the ICAP status and the done bit.
97821 *
97822 @@ -88,9 +88,9 @@
97823 * D1 - Always 1
97824 * D0 - Done bit
97825 **/
97826 -static inline u32 buffer_icap_get_status(void __iomem *base_address)
97827 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata)
97828 {
97829 - return in_be32(base_address + XHI_STATUS_REG_OFFSET);
97830 + return in_be32(drvdata->base_address + XHI_STATUS_REG_OFFSET);
97831 }
97832
97833 /**
97834 @@ -117,20 +117,8 @@
97835 **/
97836 static inline bool buffer_icap_busy(void __iomem *base_address)
97837 {
97838 - return (buffer_icap_get_status(base_address) & 1) == XHI_NOT_FINISHED;
97839 -}
97840 -
97841 -/**
97842 - * buffer_icap_busy - Return true if the icap device is not busy
97843 - * @base_address: is the base address of the device
97844 - *
97845 - * The queries the low order bit of the status register, which
97846 - * indicates whether the current configuration or readback operation
97847 - * has completed.
97848 - **/
97849 -static inline bool buffer_icap_done(void __iomem *base_address)
97850 -{
97851 - return (buffer_icap_get_status(base_address) & 1) == XHI_FINISHED;
97852 + u32 status = in_be32(base_address + XHI_STATUS_REG_OFFSET);
97853 + return (status & 1) == XHI_NOT_FINISHED;
97854 }
97855
97856 /**
97857 --- a/drivers/char/xilinx_hwicap/buffer_icap.h
97858 +++ b/drivers/char/xilinx_hwicap/buffer_icap.h
97859 @@ -44,8 +44,6 @@
97860 #include <asm/io.h>
97861 #include "xilinx_hwicap.h"
97862
97863 -void buffer_icap_reset(struct hwicap_drvdata *drvdata);
97864 -
97865 /* Loads a partial bitstream from system memory. */
97866 int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
97867 u32 Size);
97868 @@ -54,4 +52,7 @@
97869 int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
97870 u32 Size);
97871
97872 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata);
97873 +void buffer_icap_reset(struct hwicap_drvdata *drvdata);
97874 +
97875 #endif
97876 --- a/drivers/char/xilinx_hwicap/fifo_icap.c
97877 +++ b/drivers/char/xilinx_hwicap/fifo_icap.c
97878 @@ -78,13 +78,6 @@
97879 #define XHI_CR_READ_MASK 0x00000002 /* Read from ICAP to FIFO */
97880 #define XHI_CR_WRITE_MASK 0x00000001 /* Write from FIFO to ICAP */
97881
97882 -/* Status Register (SR) */
97883 -#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
97884 -#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
97885 -#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
97886 -#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
97887 -#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask */
97888 -
97889
97890 #define XHI_WFO_MAX_VACANCY 1024 /* Max Write FIFO Vacancy, in words */
97891 #define XHI_RFO_MAX_OCCUPANCY 256 /* Max Read FIFO Occupancy, in words */
97892 @@ -152,13 +145,35 @@
97893 }
97894
97895 /**
97896 + * fifo_icap_get_status - Get the contents of the status register.
97897 + * @drvdata: a pointer to the drvdata.
97898 + *
97899 + * The status register contains the ICAP status and the done bit.
97900 + *
97901 + * D8 - cfgerr
97902 + * D7 - dalign
97903 + * D6 - rip
97904 + * D5 - in_abort_l
97905 + * D4 - Always 1
97906 + * D3 - Always 1
97907 + * D2 - Always 1
97908 + * D1 - Always 1
97909 + * D0 - Done bit
97910 + **/
97911 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata)
97912 +{
97913 + u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
97914 + dev_dbg(drvdata->dev, "Getting status = %x\n", status);
97915 + return status;
97916 +}
97917 +
97918 +/**
97919 * fifo_icap_busy - Return true if the ICAP is still processing a transaction.
97920 * @drvdata: a pointer to the drvdata.
97921 **/
97922 static inline u32 fifo_icap_busy(struct hwicap_drvdata *drvdata)
97923 {
97924 u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
97925 - dev_dbg(drvdata->dev, "Getting status = %x\n", status);
97926 return (status & XHI_SR_DONE_MASK) ? 0 : 1;
97927 }
97928
97929 --- a/drivers/char/xilinx_hwicap/fifo_icap.h
97930 +++ b/drivers/char/xilinx_hwicap/fifo_icap.h
97931 @@ -56,6 +56,7 @@
97932 u32 *FrameBuffer,
97933 u32 NumWords);
97934
97935 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata);
97936 void fifo_icap_reset(struct hwicap_drvdata *drvdata);
97937 void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata);
97938
97939 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.c
97940 +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.c
97941 @@ -36,7 +36,7 @@
97942 *****************************************************************************/
97943
97944 /*
97945 - * This is the code behind /dev/xilinx_icap -- it allows a user-space
97946 + * This is the code behind /dev/icap* -- it allows a user-space
97947 * application to use the Xilinx ICAP subsystem.
97948 *
97949 * The following operations are possible:
97950 @@ -67,7 +67,7 @@
97951 * user-space application code that uses this device. The simplest
97952 * way to use this interface is simply:
97953 *
97954 - * cp foo.bit /dev/xilinx_icap
97955 + * cp foo.bit /dev/icap0
97956 *
97957 * Note that unless foo.bit is an appropriately constructed partial
97958 * bitstream, this has a high likelyhood of overwriting the design
97959 @@ -105,18 +105,14 @@
97960 #include "buffer_icap.h"
97961 #include "fifo_icap.h"
97962
97963 -#define DRIVER_NAME "xilinx_icap"
97964 +#define DRIVER_NAME "icap"
97965
97966 #define HWICAP_REGS (0x10000)
97967
97968 -/* dynamically allocate device number */
97969 -static int xhwicap_major;
97970 -static int xhwicap_minor;
97971 +#define XHWICAP_MAJOR 259
97972 +#define XHWICAP_MINOR 0
97973 #define HWICAP_DEVICES 1
97974
97975 -module_param(xhwicap_major, int, S_IRUGO);
97976 -module_param(xhwicap_minor, int, S_IRUGO);
97977 -
97978 /* An array, which is set to true when the device is registered. */
97979 static bool probed_devices[HWICAP_DEVICES];
97980 static struct mutex icap_sem;
97981 @@ -250,8 +246,26 @@
97982 * Create the data to be written to the ICAP.
97983 */
97984 buffer[index++] = XHI_DUMMY_PACKET;
97985 + buffer[index++] = XHI_NOOP_PACKET;
97986 buffer[index++] = XHI_SYNC_PACKET;
97987 buffer[index++] = XHI_NOOP_PACKET;
97988 + buffer[index++] = XHI_NOOP_PACKET;
97989 +
97990 + /*
97991 + * Write the data to the FIFO and initiate the transfer of data present
97992 + * in the FIFO to the ICAP device.
97993 + */
97994 + status = drvdata->config->set_configuration(drvdata,
97995 + &buffer[0], index);
97996 + if (status)
97997 + return status;
97998 +
97999 + /* If the syncword was not found, then we need to start over. */
98000 + status = drvdata->config->get_status(drvdata);
98001 + if ((status & XHI_SR_DALIGN_MASK) != XHI_SR_DALIGN_MASK)
98002 + return -EIO;
98003 +
98004 + index = 0;
98005 buffer[index++] = hwicap_type_1_read(reg) | 1;
98006 buffer[index++] = XHI_NOOP_PACKET;
98007 buffer[index++] = XHI_NOOP_PACKET;
98008 @@ -587,7 +601,7 @@
98009 probed_devices[id] = 1;
98010 mutex_unlock(&icap_sem);
98011
98012 - devt = MKDEV(xhwicap_major, xhwicap_minor + id);
98013 + devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR + id);
98014
98015 drvdata = kzalloc(sizeof(struct hwicap_drvdata), GFP_KERNEL);
98016 if (!drvdata) {
98017 @@ -664,12 +678,14 @@
98018 static struct hwicap_driver_config buffer_icap_config = {
98019 .get_configuration = buffer_icap_get_configuration,
98020 .set_configuration = buffer_icap_set_configuration,
98021 + .get_status = buffer_icap_get_status,
98022 .reset = buffer_icap_reset,
98023 };
98024
98025 static struct hwicap_driver_config fifo_icap_config = {
98026 .get_configuration = fifo_icap_get_configuration,
98027 .set_configuration = fifo_icap_set_configuration,
98028 + .get_status = fifo_icap_get_status,
98029 .reset = fifo_icap_reset,
98030 };
98031
98032 @@ -690,7 +706,7 @@
98033 dev_set_drvdata(dev, NULL);
98034
98035 mutex_lock(&icap_sem);
98036 - probed_devices[MINOR(dev->devt)-xhwicap_minor] = 0;
98037 + probed_devices[MINOR(dev->devt)-XHWICAP_MINOR] = 0;
98038 mutex_unlock(&icap_sem);
98039 return 0; /* success */
98040 }
98041 @@ -830,23 +846,12 @@
98042 icap_class = class_create(THIS_MODULE, "xilinx_config");
98043 mutex_init(&icap_sem);
98044
98045 - if (xhwicap_major) {
98046 - devt = MKDEV(xhwicap_major, xhwicap_minor);
98047 - retval = register_chrdev_region(
98048 - devt,
98049 - HWICAP_DEVICES,
98050 - DRIVER_NAME);
98051 - if (retval < 0)
98052 - return retval;
98053 - } else {
98054 - retval = alloc_chrdev_region(&devt,
98055 - xhwicap_minor,
98056 - HWICAP_DEVICES,
98057 - DRIVER_NAME);
98058 - if (retval < 0)
98059 - return retval;
98060 - xhwicap_major = MAJOR(devt);
98061 - }
98062 + devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98063 + retval = register_chrdev_region(devt,
98064 + HWICAP_DEVICES,
98065 + DRIVER_NAME);
98066 + if (retval < 0)
98067 + return retval;
98068
98069 retval = platform_driver_register(&hwicap_platform_driver);
98070
98071 @@ -871,7 +876,7 @@
98072
98073 static void __exit hwicap_module_cleanup(void)
98074 {
98075 - dev_t devt = MKDEV(xhwicap_major, xhwicap_minor);
98076 + dev_t devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98077
98078 class_destroy(icap_class);
98079
98080 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.h
98081 +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.h
98082 @@ -65,10 +65,27 @@
98083 };
98084
98085 struct hwicap_driver_config {
98086 + /* Read configuration data given by size into the data buffer.
98087 + Return 0 if successful. */
98088 int (*get_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98089 u32 size);
98090 + /* Write configuration data given by size from the data buffer.
98091 + Return 0 if successful. */
98092 int (*set_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98093 u32 size);
98094 + /* Get the status register, bit pattern given by:
98095 + * D8 - 0 = configuration error
98096 + * D7 - 1 = alignment found
98097 + * D6 - 1 = readback in progress
98098 + * D5 - 0 = abort in progress
98099 + * D4 - Always 1
98100 + * D3 - Always 1
98101 + * D2 - Always 1
98102 + * D1 - Always 1
98103 + * D0 - 1 = operation completed
98104 + */
98105 + u32 (*get_status)(struct hwicap_drvdata *drvdata);
98106 + /* Reset the hw */
98107 void (*reset)(struct hwicap_drvdata *drvdata);
98108 };
98109
98110 @@ -163,6 +180,13 @@
98111 /* Constant to use for CRC check when CRC has been disabled */
98112 #define XHI_DISABLED_AUTO_CRC 0x0000DEFCUL
98113
98114 +/* Meanings of the bits returned by get_status */
98115 +#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
98116 +#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
98117 +#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
98118 +#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
98119 +#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask */
98120 +
98121 /**
98122 * hwicap_type_1_read - Generates a Type 1 read packet header.
98123 * @reg: is the address of the register to be read back.
98124 --- a/drivers/mtd/nand/fsl_elbc_nand.c
98125 +++ b/drivers/mtd/nand/fsl_elbc_nand.c
98126 @@ -36,207 +36,12 @@
98127 #include <linux/mtd/partitions.h>
98128
98129 #include <asm/io.h>
98130 -
98131 +#include <asm/fsl_lbc.h>
98132
98133 #define MAX_BANKS 8
98134 #define ERR_BYTE 0xFF /* Value returned for read bytes when read failed */
98135 #define FCM_TIMEOUT_MSECS 500 /* Maximum number of mSecs to wait for FCM */
98136
98137 -struct elbc_bank {
98138 - __be32 br; /**< Base Register */
98139 -#define BR_BA 0xFFFF8000
98140 -#define BR_BA_SHIFT 15
98141 -#define BR_PS 0x00001800
98142 -#define BR_PS_SHIFT 11
98143 -#define BR_PS_8 0x00000800 /* Port Size 8 bit */
98144 -#define BR_PS_16 0x00001000 /* Port Size 16 bit */
98145 -#define BR_PS_32 0x00001800 /* Port Size 32 bit */
98146 -#define BR_DECC 0x00000600
98147 -#define BR_DECC_SHIFT 9
98148 -#define BR_DECC_OFF 0x00000000 /* HW ECC checking and generation off */
98149 -#define BR_DECC_CHK 0x00000200 /* HW ECC checking on, generation off */
98150 -#define BR_DECC_CHK_GEN 0x00000400 /* HW ECC checking and generation on */
98151 -#define BR_WP 0x00000100
98152 -#define BR_WP_SHIFT 8
98153 -#define BR_MSEL 0x000000E0
98154 -#define BR_MSEL_SHIFT 5
98155 -#define BR_MS_GPCM 0x00000000 /* GPCM */
98156 -#define BR_MS_FCM 0x00000020 /* FCM */
98157 -#define BR_MS_SDRAM 0x00000060 /* SDRAM */
98158 -#define BR_MS_UPMA 0x00000080 /* UPMA */
98159 -#define BR_MS_UPMB 0x000000A0 /* UPMB */
98160 -#define BR_MS_UPMC 0x000000C0 /* UPMC */
98161 -#define BR_V 0x00000001
98162 -#define BR_V_SHIFT 0
98163 -#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
98164 -
98165 - __be32 or; /**< Base Register */
98166 -#define OR0 0x5004
98167 -#define OR1 0x500C
98168 -#define OR2 0x5014
98169 -#define OR3 0x501C
98170 -#define OR4 0x5024
98171 -#define OR5 0x502C
98172 -#define OR6 0x5034
98173 -#define OR7 0x503C
98174 -
98175 -#define OR_FCM_AM 0xFFFF8000
98176 -#define OR_FCM_AM_SHIFT 15
98177 -#define OR_FCM_BCTLD 0x00001000
98178 -#define OR_FCM_BCTLD_SHIFT 12
98179 -#define OR_FCM_PGS 0x00000400
98180 -#define OR_FCM_PGS_SHIFT 10
98181 -#define OR_FCM_CSCT 0x00000200
98182 -#define OR_FCM_CSCT_SHIFT 9
98183 -#define OR_FCM_CST 0x00000100
98184 -#define OR_FCM_CST_SHIFT 8
98185 -#define OR_FCM_CHT 0x00000080
98186 -#define OR_FCM_CHT_SHIFT 7
98187 -#define OR_FCM_SCY 0x00000070
98188 -#define OR_FCM_SCY_SHIFT 4
98189 -#define OR_FCM_SCY_1 0x00000010
98190 -#define OR_FCM_SCY_2 0x00000020
98191 -#define OR_FCM_SCY_3 0x00000030
98192 -#define OR_FCM_SCY_4 0x00000040
98193 -#define OR_FCM_SCY_5 0x00000050
98194 -#define OR_FCM_SCY_6 0x00000060
98195 -#define OR_FCM_SCY_7 0x00000070
98196 -#define OR_FCM_RST 0x00000008
98197 -#define OR_FCM_RST_SHIFT 3
98198 -#define OR_FCM_TRLX 0x00000004
98199 -#define OR_FCM_TRLX_SHIFT 2
98200 -#define OR_FCM_EHTR 0x00000002
98201 -#define OR_FCM_EHTR_SHIFT 1
98202 -};
98203 -
98204 -struct elbc_regs {
98205 - struct elbc_bank bank[8];
98206 - u8 res0[0x28];
98207 - __be32 mar; /**< UPM Address Register */
98208 - u8 res1[0x4];
98209 - __be32 mamr; /**< UPMA Mode Register */
98210 - __be32 mbmr; /**< UPMB Mode Register */
98211 - __be32 mcmr; /**< UPMC Mode Register */
98212 - u8 res2[0x8];
98213 - __be32 mrtpr; /**< Memory Refresh Timer Prescaler Register */
98214 - __be32 mdr; /**< UPM Data Register */
98215 - u8 res3[0x4];
98216 - __be32 lsor; /**< Special Operation Initiation Register */
98217 - __be32 lsdmr; /**< SDRAM Mode Register */
98218 - u8 res4[0x8];
98219 - __be32 lurt; /**< UPM Refresh Timer */
98220 - __be32 lsrt; /**< SDRAM Refresh Timer */
98221 - u8 res5[0x8];
98222 - __be32 ltesr; /**< Transfer Error Status Register */
98223 -#define LTESR_BM 0x80000000
98224 -#define LTESR_FCT 0x40000000
98225 -#define LTESR_PAR 0x20000000
98226 -#define LTESR_WP 0x04000000
98227 -#define LTESR_ATMW 0x00800000
98228 -#define LTESR_ATMR 0x00400000
98229 -#define LTESR_CS 0x00080000
98230 -#define LTESR_CC 0x00000001
98231 -#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
98232 - __be32 ltedr; /**< Transfer Error Disable Register */
98233 - __be32 lteir; /**< Transfer Error Interrupt Register */
98234 - __be32 lteatr; /**< Transfer Error Attributes Register */
98235 - __be32 ltear; /**< Transfer Error Address Register */
98236 - u8 res6[0xC];
98237 - __be32 lbcr; /**< Configuration Register */
98238 -#define LBCR_LDIS 0x80000000
98239 -#define LBCR_LDIS_SHIFT 31
98240 -#define LBCR_BCTLC 0x00C00000
98241 -#define LBCR_BCTLC_SHIFT 22
98242 -#define LBCR_AHD 0x00200000
98243 -#define LBCR_LPBSE 0x00020000
98244 -#define LBCR_LPBSE_SHIFT 17
98245 -#define LBCR_EPAR 0x00010000
98246 -#define LBCR_EPAR_SHIFT 16
98247 -#define LBCR_BMT 0x0000FF00
98248 -#define LBCR_BMT_SHIFT 8
98249 -#define LBCR_INIT 0x00040000
98250 - __be32 lcrr; /**< Clock Ratio Register */
98251 -#define LCRR_DBYP 0x80000000
98252 -#define LCRR_DBYP_SHIFT 31
98253 -#define LCRR_BUFCMDC 0x30000000
98254 -#define LCRR_BUFCMDC_SHIFT 28
98255 -#define LCRR_ECL 0x03000000
98256 -#define LCRR_ECL_SHIFT 24
98257 -#define LCRR_EADC 0x00030000
98258 -#define LCRR_EADC_SHIFT 16
98259 -#define LCRR_CLKDIV 0x0000000F
98260 -#define LCRR_CLKDIV_SHIFT 0
98261 - u8 res7[0x8];
98262 - __be32 fmr; /**< Flash Mode Register */
98263 -#define FMR_CWTO 0x0000F000
98264 -#define FMR_CWTO_SHIFT 12
98265 -#define FMR_BOOT 0x00000800
98266 -#define FMR_ECCM 0x00000100
98267 -#define FMR_AL 0x00000030
98268 -#define FMR_AL_SHIFT 4
98269 -#define FMR_OP 0x00000003
98270 -#define FMR_OP_SHIFT 0
98271 - __be32 fir; /**< Flash Instruction Register */
98272 -#define FIR_OP0 0xF0000000
98273 -#define FIR_OP0_SHIFT 28
98274 -#define FIR_OP1 0x0F000000
98275 -#define FIR_OP1_SHIFT 24
98276 -#define FIR_OP2 0x00F00000
98277 -#define FIR_OP2_SHIFT 20
98278 -#define FIR_OP3 0x000F0000
98279 -#define FIR_OP3_SHIFT 16
98280 -#define FIR_OP4 0x0000F000
98281 -#define FIR_OP4_SHIFT 12
98282 -#define FIR_OP5 0x00000F00
98283 -#define FIR_OP5_SHIFT 8
98284 -#define FIR_OP6 0x000000F0
98285 -#define FIR_OP6_SHIFT 4
98286 -#define FIR_OP7 0x0000000F
98287 -#define FIR_OP7_SHIFT 0
98288 -#define FIR_OP_NOP 0x0 /* No operation and end of sequence */
98289 -#define FIR_OP_CA 0x1 /* Issue current column address */
98290 -#define FIR_OP_PA 0x2 /* Issue current block+page address */
98291 -#define FIR_OP_UA 0x3 /* Issue user defined address */
98292 -#define FIR_OP_CM0 0x4 /* Issue command from FCR[CMD0] */
98293 -#define FIR_OP_CM1 0x5 /* Issue command from FCR[CMD1] */
98294 -#define FIR_OP_CM2 0x6 /* Issue command from FCR[CMD2] */
98295 -#define FIR_OP_CM3 0x7 /* Issue command from FCR[CMD3] */
98296 -#define FIR_OP_WB 0x8 /* Write FBCR bytes from FCM buffer */
98297 -#define FIR_OP_WS 0x9 /* Write 1 or 2 bytes from MDR[AS] */
98298 -#define FIR_OP_RB 0xA /* Read FBCR bytes to FCM buffer */
98299 -#define FIR_OP_RS 0xB /* Read 1 or 2 bytes to MDR[AS] */
98300 -#define FIR_OP_CW0 0xC /* Wait then issue FCR[CMD0] */
98301 -#define FIR_OP_CW1 0xD /* Wait then issue FCR[CMD1] */
98302 -#define FIR_OP_RBW 0xE /* Wait then read FBCR bytes */
98303 -#define FIR_OP_RSW 0xE /* Wait then read 1 or 2 bytes */
98304 - __be32 fcr; /**< Flash Command Register */
98305 -#define FCR_CMD0 0xFF000000
98306 -#define FCR_CMD0_SHIFT 24
98307 -#define FCR_CMD1 0x00FF0000
98308 -#define FCR_CMD1_SHIFT 16
98309 -#define FCR_CMD2 0x0000FF00
98310 -#define FCR_CMD2_SHIFT 8
98311 -#define FCR_CMD3 0x000000FF
98312 -#define FCR_CMD3_SHIFT 0
98313 - __be32 fbar; /**< Flash Block Address Register */
98314 -#define FBAR_BLK 0x00FFFFFF
98315 - __be32 fpar; /**< Flash Page Address Register */
98316 -#define FPAR_SP_PI 0x00007C00
98317 -#define FPAR_SP_PI_SHIFT 10
98318 -#define FPAR_SP_MS 0x00000200
98319 -#define FPAR_SP_CI 0x000001FF
98320 -#define FPAR_SP_CI_SHIFT 0
98321 -#define FPAR_LP_PI 0x0003F000
98322 -#define FPAR_LP_PI_SHIFT 12
98323 -#define FPAR_LP_MS 0x00000800
98324 -#define FPAR_LP_CI 0x000007FF
98325 -#define FPAR_LP_CI_SHIFT 0
98326 - __be32 fbcr; /**< Flash Byte Count Register */
98327 -#define FBCR_BC 0x00000FFF
98328 - u8 res11[0x8];
98329 - u8 res8[0xF00];
98330 -};
98331 -
98332 struct fsl_elbc_ctrl;
98333
98334 /* mtd information per set */
98335 @@ -261,7 +66,7 @@
98336
98337 /* device info */
98338 struct device *dev;
98339 - struct elbc_regs __iomem *regs;
98340 + struct fsl_lbc_regs __iomem *regs;
98341 int irq;
98342 wait_queue_head_t irq_wait;
98343 unsigned int irq_status; /* status read from LTESR by irq handler */
98344 @@ -322,7 +127,7 @@
98345 struct nand_chip *chip = mtd->priv;
98346 struct fsl_elbc_mtd *priv = chip->priv;
98347 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98348 - struct elbc_regs __iomem *lbc = ctrl->regs;
98349 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98350 int buf_num;
98351
98352 ctrl->page = page_addr;
98353 @@ -363,7 +168,7 @@
98354 struct nand_chip *chip = mtd->priv;
98355 struct fsl_elbc_mtd *priv = chip->priv;
98356 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98357 - struct elbc_regs __iomem *lbc = ctrl->regs;
98358 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98359
98360 /* Setup the FMR[OP] to execute without write protection */
98361 out_be32(&lbc->fmr, priv->fmr | 3);
98362 @@ -406,7 +211,7 @@
98363 {
98364 struct fsl_elbc_mtd *priv = chip->priv;
98365 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98366 - struct elbc_regs __iomem *lbc = ctrl->regs;
98367 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98368
98369 if (priv->page_size) {
98370 out_be32(&lbc->fir,
98371 @@ -439,7 +244,7 @@
98372 struct nand_chip *chip = mtd->priv;
98373 struct fsl_elbc_mtd *priv = chip->priv;
98374 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98375 - struct elbc_regs __iomem *lbc = ctrl->regs;
98376 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98377
98378 ctrl->use_mdr = 0;
98379
98380 @@ -775,7 +580,7 @@
98381 {
98382 struct fsl_elbc_mtd *priv = chip->priv;
98383 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98384 - struct elbc_regs __iomem *lbc = ctrl->regs;
98385 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98386
98387 if (ctrl->status != LTESR_CC)
98388 return NAND_STATUS_FAIL;
98389 @@ -807,7 +612,7 @@
98390 struct nand_chip *chip = mtd->priv;
98391 struct fsl_elbc_mtd *priv = chip->priv;
98392 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98393 - struct elbc_regs __iomem *lbc = ctrl->regs;
98394 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98395 unsigned int al;
98396
98397 /* calculate FMR Address Length field */
98398 @@ -922,7 +727,7 @@
98399 static int fsl_elbc_chip_init(struct fsl_elbc_mtd *priv)
98400 {
98401 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98402 - struct elbc_regs __iomem *lbc = ctrl->regs;
98403 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98404 struct nand_chip *chip = &priv->chip;
98405
98406 dev_dbg(priv->dev, "eLBC Set Information for bank %d\n", priv->bank);
98407 @@ -986,7 +791,7 @@
98408 static int fsl_elbc_chip_probe(struct fsl_elbc_ctrl *ctrl,
98409 struct device_node *node)
98410 {
98411 - struct elbc_regs __iomem *lbc = ctrl->regs;
98412 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98413 struct fsl_elbc_mtd *priv;
98414 struct resource res;
98415 #ifdef CONFIG_MTD_PARTITIONS
98416 @@ -1083,7 +888,7 @@
98417
98418 static int __devinit fsl_elbc_ctrl_init(struct fsl_elbc_ctrl *ctrl)
98419 {
98420 - struct elbc_regs __iomem *lbc = ctrl->regs;
98421 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98422
98423 /* clear event registers */
98424 setbits32(&lbc->ltesr, LTESR_NAND_MASK);
98425 @@ -1128,7 +933,7 @@
98426 static irqreturn_t fsl_elbc_ctrl_irq(int irqno, void *data)
98427 {
98428 struct fsl_elbc_ctrl *ctrl = data;
98429 - struct elbc_regs __iomem *lbc = ctrl->regs;
98430 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98431 __be32 status = in_be32(&lbc->ltesr) & LTESR_NAND_MASK;
98432
98433 if (status) {
98434 --- a/drivers/net/Makefile
98435 +++ b/drivers/net/Makefile
98436 @@ -219,7 +219,8 @@
98437 obj-$(CONFIG_BFIN_MAC) += bfin_mac.o
98438 obj-$(CONFIG_DM9000) += dm9000.o
98439 obj-$(CONFIG_FEC_8XX) += fec_8xx/
98440 -obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o
98441 +obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o
98442 +pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o
98443 obj-$(CONFIG_MLX4_CORE) += mlx4/
98444 obj-$(CONFIG_ENC28J60) += enc28j60.o
98445
98446 --- a/drivers/net/iseries_veth.c
98447 +++ b/drivers/net/iseries_veth.c
98448 @@ -308,7 +308,8 @@
98449
98450 static int veth_allocate_events(HvLpIndex rlp, int number)
98451 {
98452 - struct veth_allocation vc = { COMPLETION_INITIALIZER(vc.c), 0 };
98453 + struct veth_allocation vc =
98454 + { COMPLETION_INITIALIZER_ONSTACK(vc.c), 0 };
98455
98456 mf_allocate_lp_events(rlp, HvLpEvent_Type_VirtualLan,
98457 sizeof(struct veth_lpevent), number,
98458 --- a/drivers/net/pasemi_mac.c
98459 +++ b/drivers/net/pasemi_mac.c
98460 @@ -55,15 +55,10 @@
98461 * - Multiqueue RX/TX
98462 */
98463
98464 -
98465 -/* Must be a power of two */
98466 -#define RX_RING_SIZE 2048
98467 -#define TX_RING_SIZE 4096
98468 -
98469 #define LRO_MAX_AGGR 64
98470
98471 #define PE_MIN_MTU 64
98472 -#define PE_MAX_MTU 1500
98473 +#define PE_MAX_MTU 9000
98474 #define PE_DEF_MTU ETH_DATA_LEN
98475
98476 #define DEFAULT_MSG_ENABLE \
98477 @@ -76,16 +71,6 @@
98478 NETIF_MSG_RX_ERR | \
98479 NETIF_MSG_TX_ERR)
98480
98481 -#define TX_DESC(tx, num) ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
98482 -#define TX_DESC_INFO(tx, num) ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
98483 -#define RX_DESC(rx, num) ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
98484 -#define RX_DESC_INFO(rx, num) ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
98485 -#define RX_BUFF(rx, num) ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
98486 -
98487 -#define RING_USED(ring) (((ring)->next_to_fill - (ring)->next_to_clean) \
98488 - & ((ring)->size - 1))
98489 -#define RING_AVAIL(ring) ((ring->size) - RING_USED(ring))
98490 -
98491 MODULE_LICENSE("GPL");
98492 MODULE_AUTHOR ("Olof Johansson <olof@lixom.net>");
98493 MODULE_DESCRIPTION("PA Semi PWRficient Ethernet driver");
98494 @@ -94,6 +79,8 @@
98495 module_param(debug, int, 0);
98496 MODULE_PARM_DESC(debug, "PA Semi MAC bitmapped debugging message enable value");
98497
98498 +extern const struct ethtool_ops pasemi_mac_ethtool_ops;
98499 +
98500 static int translation_enabled(void)
98501 {
98502 #if defined(CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE)
98503 @@ -322,6 +309,104 @@
98504 return (nfrags + 3) & ~1;
98505 }
98506
98507 +static struct pasemi_mac_csring *pasemi_mac_setup_csring(struct pasemi_mac *mac)
98508 +{
98509 + struct pasemi_mac_csring *ring;
98510 + u32 val;
98511 + unsigned int cfg;
98512 + int chno;
98513 +
98514 + ring = pasemi_dma_alloc_chan(TXCHAN, sizeof(struct pasemi_mac_csring),
98515 + offsetof(struct pasemi_mac_csring, chan));
98516 +
98517 + if (!ring) {
98518 + dev_err(&mac->pdev->dev, "Can't allocate checksum channel\n");
98519 + goto out_chan;
98520 + }
98521 +
98522 + chno = ring->chan.chno;
98523 +
98524 + ring->size = CS_RING_SIZE;
98525 + ring->next_to_fill = 0;
98526 +
98527 + /* Allocate descriptors */
98528 + if (pasemi_dma_alloc_ring(&ring->chan, CS_RING_SIZE))
98529 + goto out_ring_desc;
98530 +
98531 + write_dma_reg(PAS_DMA_TXCHAN_BASEL(chno),
98532 + PAS_DMA_TXCHAN_BASEL_BRBL(ring->chan.ring_dma));
98533 + val = PAS_DMA_TXCHAN_BASEU_BRBH(ring->chan.ring_dma >> 32);
98534 + val |= PAS_DMA_TXCHAN_BASEU_SIZ(CS_RING_SIZE >> 3);
98535 +
98536 + write_dma_reg(PAS_DMA_TXCHAN_BASEU(chno), val);
98537 +
98538 + ring->events[0] = pasemi_dma_alloc_flag();
98539 + ring->events[1] = pasemi_dma_alloc_flag();
98540 + if (ring->events[0] < 0 || ring->events[1] < 0)
98541 + goto out_flags;
98542 +
98543 + pasemi_dma_clear_flag(ring->events[0]);
98544 + pasemi_dma_clear_flag(ring->events[1]);
98545 +
98546 + ring->fun = pasemi_dma_alloc_fun();
98547 + if (ring->fun < 0)
98548 + goto out_fun;
98549 +
98550 + cfg = PAS_DMA_TXCHAN_CFG_TY_FUNC | PAS_DMA_TXCHAN_CFG_UP |
98551 + PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) |
98552 + PAS_DMA_TXCHAN_CFG_LPSQ | PAS_DMA_TXCHAN_CFG_LPDQ;
98553 +
98554 + if (translation_enabled())
98555 + cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
98556 +
98557 + write_dma_reg(PAS_DMA_TXCHAN_CFG(chno), cfg);
98558 +
98559 + /* enable channel */
98560 + pasemi_dma_start_chan(&ring->chan, PAS_DMA_TXCHAN_TCMDSTA_SZ |
98561 + PAS_DMA_TXCHAN_TCMDSTA_DB |
98562 + PAS_DMA_TXCHAN_TCMDSTA_DE |
98563 + PAS_DMA_TXCHAN_TCMDSTA_DA);
98564 +
98565 + return ring;
98566 +
98567 +out_fun:
98568 +out_flags:
98569 + if (ring->events[0] >= 0)
98570 + pasemi_dma_free_flag(ring->events[0]);
98571 + if (ring->events[1] >= 0)
98572 + pasemi_dma_free_flag(ring->events[1]);
98573 + pasemi_dma_free_ring(&ring->chan);
98574 +out_ring_desc:
98575 + pasemi_dma_free_chan(&ring->chan);
98576 +out_chan:
98577 +
98578 + return NULL;
98579 +}
98580 +
98581 +static void pasemi_mac_setup_csrings(struct pasemi_mac *mac)
98582 +{
98583 + int i;
98584 + mac->cs[0] = pasemi_mac_setup_csring(mac);
98585 + if (mac->type == MAC_TYPE_XAUI)
98586 + mac->cs[1] = pasemi_mac_setup_csring(mac);
98587 + else
98588 + mac->cs[1] = 0;
98589 +
98590 + for (i = 0; i < MAX_CS; i++)
98591 + if (mac->cs[i])
98592 + mac->num_cs++;
98593 +}
98594 +
98595 +static void pasemi_mac_free_csring(struct pasemi_mac_csring *csring)
98596 +{
98597 + pasemi_dma_stop_chan(&csring->chan);
98598 + pasemi_dma_free_flag(csring->events[0]);
98599 + pasemi_dma_free_flag(csring->events[1]);
98600 + pasemi_dma_free_ring(&csring->chan);
98601 + pasemi_dma_free_chan(&csring->chan);
98602 + pasemi_dma_free_fun(csring->fun);
98603 +}
98604 +
98605 static int pasemi_mac_setup_rx_resources(const struct net_device *dev)
98606 {
98607 struct pasemi_mac_rxring *ring;
98608 @@ -445,7 +530,7 @@
98609 cfg = PAS_DMA_TXCHAN_CFG_TY_IFACE |
98610 PAS_DMA_TXCHAN_CFG_TATTR(mac->dma_if) |
98611 PAS_DMA_TXCHAN_CFG_UP |
98612 - PAS_DMA_TXCHAN_CFG_WT(2);
98613 + PAS_DMA_TXCHAN_CFG_WT(4);
98614
98615 if (translation_enabled())
98616 cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
98617 @@ -810,13 +895,21 @@
98618 u64 mactx = TX_DESC(txring, i);
98619 struct sk_buff *skb;
98620
98621 - skb = TX_DESC_INFO(txring, i+1).skb;
98622 - nr_frags = TX_DESC_INFO(txring, i).dma;
98623 -
98624 if ((mactx & XCT_MACTX_E) ||
98625 (*chan->status & PAS_STATUS_ERROR))
98626 pasemi_mac_tx_error(mac, mactx);
98627
98628 + /* Skip over control descriptors */
98629 + if (!(mactx & XCT_MACTX_LLEN_M)) {
98630 + TX_DESC(txring, i) = 0;
98631 + TX_DESC(txring, i+1) = 0;
98632 + buf_count = 2;
98633 + continue;
98634 + }
98635 +
98636 + skb = TX_DESC_INFO(txring, i+1).skb;
98637 + nr_frags = TX_DESC_INFO(txring, i).dma;
98638 +
98639 if (unlikely(mactx & XCT_MACTX_O))
98640 /* Not yet transmitted */
98641 break;
98642 @@ -1041,13 +1134,7 @@
98643 {
98644 struct pasemi_mac *mac = netdev_priv(dev);
98645 unsigned int flags;
98646 - int ret;
98647 -
98648 - /* enable rx section */
98649 - write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
98650 -
98651 - /* enable tx section */
98652 - write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
98653 + int i, ret;
98654
98655 flags = PAS_MAC_CFG_TXP_FCE | PAS_MAC_CFG_TXP_FPC(3) |
98656 PAS_MAC_CFG_TXP_SL(3) | PAS_MAC_CFG_TXP_COB(0xf) |
98657 @@ -1064,6 +1151,19 @@
98658 if (!mac->tx)
98659 goto out_tx_ring;
98660
98661 + /* We might already have allocated rings in case mtu was changed
98662 + * before interface was brought up.
98663 + */
98664 + if (dev->mtu > 1500 && !mac->num_cs) {
98665 + pasemi_mac_setup_csrings(mac);
98666 + if (!mac->num_cs)
98667 + goto out_tx_ring;
98668 + }
98669 +
98670 + /* Zero out rmon counters */
98671 + for (i = 0; i < 32; i++)
98672 + write_mac_reg(mac, PAS_MAC_RMON(i), 0);
98673 +
98674 /* 0x3ff with 33MHz clock is about 31us */
98675 write_iob_reg(PAS_IOB_DMA_COM_TIMEOUTCFG,
98676 PAS_IOB_DMA_COM_TIMEOUTCFG_TCNT(0x3ff));
98677 @@ -1247,7 +1347,7 @@
98678 {
98679 struct pasemi_mac *mac = netdev_priv(dev);
98680 unsigned int sta;
98681 - int rxch, txch;
98682 + int rxch, txch, i;
98683
98684 rxch = rx_ring(mac)->chan.chno;
98685 txch = tx_ring(mac)->chan.chno;
98686 @@ -1292,6 +1392,13 @@
98687 free_irq(mac->tx->chan.irq, mac->tx);
98688 free_irq(mac->rx->chan.irq, mac->rx);
98689
98690 + for (i = 0; i < mac->num_cs; i++) {
98691 + pasemi_mac_free_csring(mac->cs[i]);
98692 + mac->cs[i] = NULL;
98693 + }
98694 +
98695 + mac->num_cs = 0;
98696 +
98697 /* Free resources */
98698 pasemi_mac_free_rx_resources(mac);
98699 pasemi_mac_free_tx_resources(mac);
98700 @@ -1299,35 +1406,113 @@
98701 return 0;
98702 }
98703
98704 +static void pasemi_mac_queue_csdesc(const struct sk_buff *skb,
98705 + const dma_addr_t *map,
98706 + const unsigned int *map_size,
98707 + struct pasemi_mac_txring *txring,
98708 + struct pasemi_mac_csring *csring)
98709 +{
98710 + u64 fund;
98711 + dma_addr_t cs_dest;
98712 + const int nh_off = skb_network_offset(skb);
98713 + const int nh_len = skb_network_header_len(skb);
98714 + const int nfrags = skb_shinfo(skb)->nr_frags;
98715 + int cs_size, i, fill, hdr, cpyhdr, evt;
98716 + dma_addr_t csdma;
98717 +
98718 + fund = XCT_FUN_ST | XCT_FUN_RR_8BRES |
98719 + XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
98720 + XCT_FUN_CRM_SIG | XCT_FUN_LLEN(skb->len - nh_off) |
98721 + XCT_FUN_SHL(nh_len >> 2) | XCT_FUN_SE;
98722 +
98723 + switch (ip_hdr(skb)->protocol) {
98724 + case IPPROTO_TCP:
98725 + fund |= XCT_FUN_SIG_TCP4;
98726 + /* TCP checksum is 16 bytes into the header */
98727 + cs_dest = map[0] + skb_transport_offset(skb) + 16;
98728 + break;
98729 + case IPPROTO_UDP:
98730 + fund |= XCT_FUN_SIG_UDP4;
98731 + /* UDP checksum is 6 bytes into the header */
98732 + cs_dest = map[0] + skb_transport_offset(skb) + 6;
98733 + break;
98734 + default:
98735 + BUG();
98736 + }
98737 +
98738 + /* Do the checksum offloaded */
98739 + fill = csring->next_to_fill;
98740 + hdr = fill;
98741 +
98742 + CS_DESC(csring, fill++) = fund;
98743 + /* Room for 8BRES. Checksum result is really 2 bytes into it */
98744 + csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2;
98745 + CS_DESC(csring, fill++) = 0;
98746 +
98747 + CS_DESC(csring, fill) = XCT_PTR_LEN(map_size[0]-nh_off) | XCT_PTR_ADDR(map[0]+nh_off);
98748 + for (i = 1; i <= nfrags; i++)
98749 + CS_DESC(csring, fill+i) = XCT_PTR_LEN(map_size[i]) | XCT_PTR_ADDR(map[i]);
98750 +
98751 + fill += i;
98752 + if (fill & 1)
98753 + fill++;
98754 +
98755 + /* Copy the result into the TCP packet */
98756 + cpyhdr = fill;
98757 + CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
98758 + XCT_FUN_LLEN(2) | XCT_FUN_SE;
98759 + CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(cs_dest) | XCT_PTR_T;
98760 + CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(csdma);
98761 + fill++;
98762 +
98763 + evt = !csring->last_event;
98764 + csring->last_event = evt;
98765 +
98766 + /* Event handshaking with MAC TX */
98767 + CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98768 + CTRL_CMD_ETYPE_SET | CTRL_CMD_REG(csring->events[evt]);
98769 + CS_DESC(csring, fill++) = 0;
98770 + CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98771 + CTRL_CMD_ETYPE_WCLR | CTRL_CMD_REG(csring->events[!evt]);
98772 + CS_DESC(csring, fill++) = 0;
98773 + csring->next_to_fill = fill & (CS_RING_SIZE-1);
98774 +
98775 + cs_size = fill - hdr;
98776 + write_dma_reg(PAS_DMA_TXCHAN_INCR(csring->chan.chno), (cs_size) >> 1);
98777 +
98778 + /* TX-side event handshaking */
98779 + fill = txring->next_to_fill;
98780 + TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98781 + CTRL_CMD_ETYPE_WSET | CTRL_CMD_REG(csring->events[evt]);
98782 + TX_DESC(txring, fill++) = 0;
98783 + TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98784 + CTRL_CMD_ETYPE_CLR | CTRL_CMD_REG(csring->events[!evt]);
98785 + TX_DESC(txring, fill++) = 0;
98786 + txring->next_to_fill = fill;
98787 +
98788 + write_dma_reg(PAS_DMA_TXCHAN_INCR(txring->chan.chno), 2);
98789 +
98790 + return;
98791 +}
98792 +
98793 static int pasemi_mac_start_tx(struct sk_buff *skb, struct net_device *dev)
98794 {
98795 - struct pasemi_mac *mac = netdev_priv(dev);
98796 - struct pasemi_mac_txring *txring;
98797 - u64 dflags, mactx;
98798 + struct pasemi_mac * const mac = netdev_priv(dev);
98799 + struct pasemi_mac_txring * const txring = tx_ring(mac);
98800 + struct pasemi_mac_csring *csring;
98801 + u64 dflags = 0;
98802 + u64 mactx;
98803 dma_addr_t map[MAX_SKB_FRAGS+1];
98804 unsigned int map_size[MAX_SKB_FRAGS+1];
98805 unsigned long flags;
98806 int i, nfrags;
98807 int fill;
98808 + const int nh_off = skb_network_offset(skb);
98809 + const int nh_len = skb_network_header_len(skb);
98810
98811 - dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
98812 -
98813 - if (skb->ip_summed == CHECKSUM_PARTIAL) {
98814 - const unsigned char *nh = skb_network_header(skb);
98815 + prefetch(&txring->ring_info);
98816
98817 - switch (ip_hdr(skb)->protocol) {
98818 - case IPPROTO_TCP:
98819 - dflags |= XCT_MACTX_CSUM_TCP;
98820 - dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
98821 - dflags |= XCT_MACTX_IPO(nh - skb->data);
98822 - break;
98823 - case IPPROTO_UDP:
98824 - dflags |= XCT_MACTX_CSUM_UDP;
98825 - dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
98826 - dflags |= XCT_MACTX_IPO(nh - skb->data);
98827 - break;
98828 - }
98829 - }
98830 + dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
98831
98832 nfrags = skb_shinfo(skb)->nr_frags;
98833
98834 @@ -1350,24 +1535,46 @@
98835 }
98836 }
98837
98838 - mactx = dflags | XCT_MACTX_LLEN(skb->len);
98839 + if (skb->ip_summed == CHECKSUM_PARTIAL && skb->len <= 1540) {
98840 + switch (ip_hdr(skb)->protocol) {
98841 + case IPPROTO_TCP:
98842 + dflags |= XCT_MACTX_CSUM_TCP;
98843 + dflags |= XCT_MACTX_IPH(nh_len >> 2);
98844 + dflags |= XCT_MACTX_IPO(nh_off);
98845 + break;
98846 + case IPPROTO_UDP:
98847 + dflags |= XCT_MACTX_CSUM_UDP;
98848 + dflags |= XCT_MACTX_IPH(nh_len >> 2);
98849 + dflags |= XCT_MACTX_IPO(nh_off);
98850 + break;
98851 + default:
98852 + WARN_ON(1);
98853 + }
98854 + }
98855
98856 - txring = tx_ring(mac);
98857 + mactx = dflags | XCT_MACTX_LLEN(skb->len);
98858
98859 spin_lock_irqsave(&txring->lock, flags);
98860
98861 - fill = txring->next_to_fill;
98862 -
98863 /* Avoid stepping on the same cache line that the DMA controller
98864 * is currently about to send, so leave at least 8 words available.
98865 * Total free space needed is mactx + fragments + 8
98866 */
98867 - if (RING_AVAIL(txring) < nfrags + 10) {
98868 + if (RING_AVAIL(txring) < nfrags + 14) {
98869 /* no room -- stop the queue and wait for tx intr */
98870 netif_stop_queue(dev);
98871 goto out_err;
98872 }
98873
98874 + /* Queue up checksum + event descriptors, if needed */
98875 + if (mac->num_cs && skb->ip_summed == CHECKSUM_PARTIAL && skb->len > 1540) {
98876 + csring = mac->cs[mac->last_cs];
98877 + mac->last_cs = (mac->last_cs + 1) % mac->num_cs;
98878 +
98879 + pasemi_mac_queue_csdesc(skb, map, map_size, txring, csring);
98880 + }
98881 +
98882 + fill = txring->next_to_fill;
98883 TX_DESC(txring, fill) = mactx;
98884 TX_DESC_INFO(txring, fill).dma = nfrags;
98885 fill++;
98886 @@ -1441,12 +1648,33 @@
98887 return pkts;
98888 }
98889
98890 +#ifdef CONFIG_NET_POLL_CONTROLLER
98891 +/*
98892 + * Polling 'interrupt' - used by things like netconsole to send skbs
98893 + * without having to re-enable interrupts. It's not called while
98894 + * the interrupt routine is executing.
98895 + */
98896 +static void pasemi_mac_netpoll(struct net_device *dev)
98897 +{
98898 + const struct pasemi_mac *mac = netdev_priv(dev);
98899 +
98900 + disable_irq(mac->tx->chan.irq);
98901 + pasemi_mac_tx_intr(mac->tx->chan.irq, mac->tx);
98902 + enable_irq(mac->tx->chan.irq);
98903 +
98904 + disable_irq(mac->rx->chan.irq);
98905 + pasemi_mac_rx_intr(mac->rx->chan.irq, mac->rx);
98906 + enable_irq(mac->rx->chan.irq);
98907 +}
98908 +#endif
98909 +
98910 static int pasemi_mac_change_mtu(struct net_device *dev, int new_mtu)
98911 {
98912 struct pasemi_mac *mac = netdev_priv(dev);
98913 unsigned int reg;
98914 - unsigned int rcmdsta;
98915 + unsigned int rcmdsta = 0;
98916 int running;
98917 + int ret = 0;
98918
98919 if (new_mtu < PE_MIN_MTU || new_mtu > PE_MAX_MTU)
98920 return -EINVAL;
98921 @@ -1468,6 +1696,16 @@
98922 pasemi_mac_pause_rxint(mac);
98923 pasemi_mac_clean_rx(rx_ring(mac), RX_RING_SIZE);
98924 pasemi_mac_free_rx_buffers(mac);
98925 +
98926 + }
98927 +
98928 + /* Setup checksum channels if large MTU and none already allocated */
98929 + if (new_mtu > 1500 && !mac->num_cs) {
98930 + pasemi_mac_setup_csrings(mac);
98931 + if (!mac->num_cs) {
98932 + ret = -ENOMEM;
98933 + goto out;
98934 + }
98935 }
98936
98937 /* Change maxf, i.e. what size frames are accepted.
98938 @@ -1482,6 +1720,7 @@
98939 /* MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
98940 mac->bufsz = new_mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
98941
98942 +out:
98943 if (running) {
98944 write_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if),
98945 rcmdsta | PAS_DMA_RXINT_RCMDSTA_EN);
98946 @@ -1494,7 +1733,7 @@
98947 pasemi_mac_intf_enable(mac);
98948 }
98949
98950 - return 0;
98951 + return ret;
98952 }
98953
98954 static int __devinit
98955 @@ -1528,7 +1767,7 @@
98956 netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
98957
98958 dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG |
98959 - NETIF_F_HIGHDMA;
98960 + NETIF_F_HIGHDMA | NETIF_F_GSO;
98961
98962 mac->lro_mgr.max_aggr = LRO_MAX_AGGR;
98963 mac->lro_mgr.max_desc = MAX_LRO_DESCRIPTORS;
98964 @@ -1588,8 +1827,12 @@
98965 dev->mtu = PE_DEF_MTU;
98966 /* 1500 MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
98967 mac->bufsz = dev->mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
98968 +#ifdef CONFIG_NET_POLL_CONTROLLER
98969 + dev->poll_controller = pasemi_mac_netpoll;
98970 +#endif
98971
98972 dev->change_mtu = pasemi_mac_change_mtu;
98973 + dev->ethtool_ops = &pasemi_mac_ethtool_ops;
98974
98975 if (err)
98976 goto out;
98977 --- a/drivers/net/pasemi_mac.h
98978 +++ b/drivers/net/pasemi_mac.h
98979 @@ -26,7 +26,14 @@
98980 #include <linux/spinlock.h>
98981 #include <linux/phy.h>
98982
98983 +/* Must be a power of two */
98984 +#define RX_RING_SIZE 2048
98985 +#define TX_RING_SIZE 4096
98986 +#define CS_RING_SIZE (TX_RING_SIZE*2)
98987 +
98988 +
98989 #define MAX_LRO_DESCRIPTORS 8
98990 +#define MAX_CS 2
98991
98992 struct pasemi_mac_txring {
98993 struct pasemi_dmachan chan; /* Must be first */
98994 @@ -51,6 +58,15 @@
98995 struct pasemi_mac *mac; /* Needed in intr handler */
98996 };
98997
98998 +struct pasemi_mac_csring {
98999 + struct pasemi_dmachan chan;
99000 + unsigned int size;
99001 + unsigned int next_to_fill;
99002 + int events[2];
99003 + int last_event;
99004 + int fun;
99005 +};
99006 +
99007 struct pasemi_mac {
99008 struct net_device *netdev;
99009 struct pci_dev *pdev;
99010 @@ -60,10 +76,12 @@
99011 struct napi_struct napi;
99012
99013 int bufsz; /* RX ring buffer size */
99014 + int last_cs;
99015 + int num_cs;
99016 + u32 dma_if;
99017 u8 type;
99018 #define MAC_TYPE_GMAC 1
99019 #define MAC_TYPE_XAUI 2
99020 - u32 dma_if;
99021
99022 u8 mac_addr[6];
99023
99024 @@ -74,6 +92,7 @@
99025
99026 struct pasemi_mac_txring *tx;
99027 struct pasemi_mac_rxring *rx;
99028 + struct pasemi_mac_csring *cs[MAX_CS];
99029 char tx_irq_name[10]; /* "eth%d tx" */
99030 char rx_irq_name[10]; /* "eth%d rx" */
99031 int link;
99032 @@ -90,6 +109,16 @@
99033 dma_addr_t dma;
99034 };
99035
99036 +#define TX_DESC(tx, num) ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
99037 +#define TX_DESC_INFO(tx, num) ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
99038 +#define RX_DESC(rx, num) ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
99039 +#define RX_DESC_INFO(rx, num) ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
99040 +#define RX_BUFF(rx, num) ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
99041 +#define CS_DESC(cs, num) ((cs)->chan.ring_virt[(num) & (CS_RING_SIZE-1)])
99042 +
99043 +#define RING_USED(ring) (((ring)->next_to_fill - (ring)->next_to_clean) \
99044 + & ((ring)->size - 1))
99045 +#define RING_AVAIL(ring) ((ring->size) - RING_USED(ring))
99046
99047 /* PCI register offsets and formats */
99048
99049 @@ -101,6 +130,7 @@
99050 PAS_MAC_CFG_ADR0 = 0x8c,
99051 PAS_MAC_CFG_ADR1 = 0x90,
99052 PAS_MAC_CFG_TXP = 0x98,
99053 + PAS_MAC_CFG_RMON = 0x100,
99054 PAS_MAC_IPC_CHNL = 0x208,
99055 };
99056
99057 @@ -172,6 +202,8 @@
99058 #define PAS_MAC_CFG_TXP_TIFG(x) (((x) << PAS_MAC_CFG_TXP_TIFG_S) & \
99059 PAS_MAC_CFG_TXP_TIFG_M)
99060
99061 +#define PAS_MAC_RMON(r) (0x100+(r)*4)
99062 +
99063 #define PAS_MAC_IPC_CHNL_DCHNO_M 0x003f0000
99064 #define PAS_MAC_IPC_CHNL_DCHNO_S 16
99065 #define PAS_MAC_IPC_CHNL_DCHNO(x) (((x) << PAS_MAC_IPC_CHNL_DCHNO_S) & \
99066 @@ -181,4 +213,5 @@
99067 #define PAS_MAC_IPC_CHNL_BCH(x) (((x) << PAS_MAC_IPC_CHNL_BCH_S) & \
99068 PAS_MAC_IPC_CHNL_BCH_M)
99069
99070 +
99071 #endif /* PASEMI_MAC_H */
99072 --- /dev/null
99073 +++ b/drivers/net/pasemi_mac_ethtool.c
99074 @@ -0,0 +1,159 @@
99075 +/*
99076 + * Copyright (C) 2006-2008 PA Semi, Inc
99077 + *
99078 + * Ethtool hooks for the PA Semi PWRficient onchip 1G/10G Ethernet MACs
99079 + *
99080 + * This program is free software; you can redistribute it and/or modify
99081 + * it under the terms of the GNU General Public License version 2 as
99082 + * published by the Free Software Foundation.
99083 + *
99084 + * This program is distributed in the hope that it will be useful,
99085 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
99086 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
99087 + * GNU General Public License for more details.
99088 + *
99089 + * You should have received a copy of the GNU General Public License
99090 + * along with this program; if not, write to the Free Software
99091 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
99092 + */
99093 +
99094 +
99095 +#include <linux/netdevice.h>
99096 +#include <linux/ethtool.h>
99097 +#include <linux/pci.h>
99098 +#include <linux/inet_lro.h>
99099 +
99100 +#include <asm/pasemi_dma.h>
99101 +#include "pasemi_mac.h"
99102 +
99103 +static struct {
99104 + const char str[ETH_GSTRING_LEN];
99105 +} ethtool_stats_keys[] = {
99106 + { "rx-drops" },
99107 + { "rx-bytes" },
99108 + { "rx-packets" },
99109 + { "rx-broadcast-packets" },
99110 + { "rx-multicast-packets" },
99111 + { "rx-crc-errors" },
99112 + { "rx-undersize-errors" },
99113 + { "rx-oversize-errors" },
99114 + { "rx-short-fragment-errors" },
99115 + { "rx-jabber-errors" },
99116 + { "rx-64-byte-packets" },
99117 + { "rx-65-127-byte-packets" },
99118 + { "rx-128-255-byte-packets" },
99119 + { "rx-256-511-byte-packets" },
99120 + { "rx-512-1023-byte-packets" },
99121 + { "rx-1024-1518-byte-packets" },
99122 + { "rx-pause-frames" },
99123 + { "tx-bytes" },
99124 + { "tx-packets" },
99125 + { "tx-broadcast-packets" },
99126 + { "tx-multicast-packets" },
99127 + { "tx-collisions" },
99128 + { "tx-late-collisions" },
99129 + { "tx-excessive-collisions" },
99130 + { "tx-crc-errors" },
99131 + { "tx-undersize-errors" },
99132 + { "tx-oversize-errors" },
99133 + { "tx-64-byte-packets" },
99134 + { "tx-65-127-byte-packets" },
99135 + { "tx-128-255-byte-packets" },
99136 + { "tx-256-511-byte-packets" },
99137 + { "tx-512-1023-byte-packets" },
99138 + { "tx-1024-1518-byte-packets" },
99139 +};
99140 +
99141 +static int
99142 +pasemi_mac_ethtool_get_settings(struct net_device *netdev,
99143 + struct ethtool_cmd *cmd)
99144 +{
99145 + struct pasemi_mac *mac = netdev_priv(netdev);
99146 + struct phy_device *phydev = mac->phydev;
99147 +
99148 + return phy_ethtool_gset(phydev, cmd);
99149 +}
99150 +
99151 +static void
99152 +pasemi_mac_ethtool_get_drvinfo(struct net_device *netdev,
99153 + struct ethtool_drvinfo *drvinfo)
99154 +{
99155 + struct pasemi_mac *mac;
99156 + mac = netdev_priv(netdev);
99157 +
99158 + /* clear and fill out info */
99159 + memset(drvinfo, 0, sizeof(struct ethtool_drvinfo));
99160 + strncpy(drvinfo->driver, "pasemi_mac", 12);
99161 + strcpy(drvinfo->version, "N/A");
99162 + strcpy(drvinfo->fw_version, "N/A");
99163 + strncpy(drvinfo->bus_info, pci_name(mac->pdev), 32);
99164 +}
99165 +
99166 +static u32
99167 +pasemi_mac_ethtool_get_msglevel(struct net_device *netdev)
99168 +{
99169 + struct pasemi_mac *mac = netdev_priv(netdev);
99170 + return mac->msg_enable;
99171 +}
99172 +
99173 +static void
99174 +pasemi_mac_ethtool_set_msglevel(struct net_device *netdev,
99175 + u32 level)
99176 +{
99177 + struct pasemi_mac *mac = netdev_priv(netdev);
99178 + mac->msg_enable = level;
99179 +}
99180 +
99181 +
99182 +static void
99183 +pasemi_mac_ethtool_get_ringparam(struct net_device *netdev,
99184 + struct ethtool_ringparam *ering)
99185 +{
99186 + struct pasemi_mac *mac = netdev->priv;
99187 +
99188 + ering->tx_max_pending = TX_RING_SIZE/2;
99189 + ering->tx_pending = RING_USED(mac->tx)/2;
99190 + ering->rx_max_pending = RX_RING_SIZE/4;
99191 + ering->rx_pending = RING_USED(mac->rx)/4;
99192 +}
99193 +
99194 +static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset)
99195 +{
99196 + switch (sset) {
99197 + case ETH_SS_STATS:
99198 + return ARRAY_SIZE(ethtool_stats_keys);
99199 + default:
99200 + return -EOPNOTSUPP;
99201 + }
99202 +}
99203 +
99204 +static void pasemi_mac_get_ethtool_stats(struct net_device *netdev,
99205 + struct ethtool_stats *stats, u64 *data)
99206 +{
99207 + struct pasemi_mac *mac = netdev->priv;
99208 + int i;
99209 +
99210 + data[0] = pasemi_read_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if))
99211 + >> PAS_DMA_RXINT_RCMDSTA_DROPS_S;
99212 + for (i = 0; i < 32; i++)
99213 + data[1+i] = pasemi_read_mac_reg(mac->dma_if, PAS_MAC_RMON(i));
99214 +}
99215 +
99216 +static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset,
99217 + u8 *data)
99218 +{
99219 + memcpy(data, ethtool_stats_keys, sizeof(ethtool_stats_keys));
99220 +}
99221 +
99222 +const struct ethtool_ops pasemi_mac_ethtool_ops = {
99223 + .get_settings = pasemi_mac_ethtool_get_settings,
99224 + .get_drvinfo = pasemi_mac_ethtool_get_drvinfo,
99225 + .get_msglevel = pasemi_mac_ethtool_get_msglevel,
99226 + .set_msglevel = pasemi_mac_ethtool_set_msglevel,
99227 + .get_link = ethtool_op_get_link,
99228 + .get_ringparam = pasemi_mac_ethtool_get_ringparam,
99229 + .get_strings = pasemi_mac_get_strings,
99230 + .get_sset_count = pasemi_mac_get_sset_count,
99231 + .get_ethtool_stats = pasemi_mac_get_ethtool_stats,
99232 +};
99233 +
99234 --- a/drivers/net/ps3_gelic_net.c
99235 +++ b/drivers/net/ps3_gelic_net.c
99236 @@ -1266,6 +1266,85 @@
99237 return 0;
99238 }
99239
99240 +static void gelic_net_get_wol(struct net_device *netdev,
99241 + struct ethtool_wolinfo *wol)
99242 +{
99243 + if (0 <= ps3_compare_firmware_version(2, 2, 0))
99244 + wol->supported = WAKE_MAGIC;
99245 + else
99246 + wol->supported = 0;
99247 +
99248 + wol->wolopts = ps3_sys_manager_get_wol() ? wol->supported : 0;
99249 + memset(&wol->sopass, 0, sizeof(wol->sopass));
99250 +}
99251 +static int gelic_net_set_wol(struct net_device *netdev,
99252 + struct ethtool_wolinfo *wol)
99253 +{
99254 + int status;
99255 + struct gelic_card *card;
99256 + u64 v1, v2;
99257 +
99258 + if (ps3_compare_firmware_version(2, 2, 0) < 0 ||
99259 + !capable(CAP_NET_ADMIN))
99260 + return -EPERM;
99261 +
99262 + if (wol->wolopts & ~WAKE_MAGIC)
99263 + return -EINVAL;
99264 +
99265 + card = netdev_card(netdev);
99266 + if (wol->wolopts & WAKE_MAGIC) {
99267 + status = lv1_net_control(bus_id(card), dev_id(card),
99268 + GELIC_LV1_SET_WOL,
99269 + GELIC_LV1_WOL_MAGIC_PACKET,
99270 + 0, GELIC_LV1_WOL_MP_ENABLE,
99271 + &v1, &v2);
99272 + if (status) {
99273 + pr_info("%s: enabling WOL failed %d\n", __func__,
99274 + status);
99275 + status = -EIO;
99276 + goto done;
99277 + }
99278 + status = lv1_net_control(bus_id(card), dev_id(card),
99279 + GELIC_LV1_SET_WOL,
99280 + GELIC_LV1_WOL_ADD_MATCH_ADDR,
99281 + 0, GELIC_LV1_WOL_MATCH_ALL,
99282 + &v1, &v2);
99283 + if (!status)
99284 + ps3_sys_manager_set_wol(1);
99285 + else {
99286 + pr_info("%s: enabling WOL filter failed %d\n",
99287 + __func__, status);
99288 + status = -EIO;
99289 + }
99290 + } else {
99291 + status = lv1_net_control(bus_id(card), dev_id(card),
99292 + GELIC_LV1_SET_WOL,
99293 + GELIC_LV1_WOL_MAGIC_PACKET,
99294 + 0, GELIC_LV1_WOL_MP_DISABLE,
99295 + &v1, &v2);
99296 + if (status) {
99297 + pr_info("%s: disabling WOL failed %d\n", __func__,
99298 + status);
99299 + status = -EIO;
99300 + goto done;
99301 + }
99302 + status = lv1_net_control(bus_id(card), dev_id(card),
99303 + GELIC_LV1_SET_WOL,
99304 + GELIC_LV1_WOL_DELETE_MATCH_ADDR,
99305 + 0, GELIC_LV1_WOL_MATCH_ALL,
99306 + &v1, &v2);
99307 + if (!status)
99308 + ps3_sys_manager_set_wol(0);
99309 + else {
99310 + pr_info("%s: removing WOL filter failed %d\n",
99311 + __func__, status);
99312 + status = -EIO;
99313 + }
99314 + }
99315 +done:
99316 + return status;
99317 +}
99318 +
99319 static struct ethtool_ops gelic_ether_ethtool_ops = {
99320 .get_drvinfo = gelic_net_get_drvinfo,
99321 .get_settings = gelic_ether_get_settings,
99322 @@ -1274,6 +1353,8 @@
99323 .set_tx_csum = ethtool_op_set_tx_csum,
99324 .get_rx_csum = gelic_net_get_rx_csum,
99325 .set_rx_csum = gelic_net_set_rx_csum,
99326 + .get_wol = gelic_net_get_wol,
99327 + .set_wol = gelic_net_set_wol,
99328 };
99329
99330 /**
99331 --- a/drivers/net/ps3_gelic_net.h
99332 +++ b/drivers/net/ps3_gelic_net.h
99333 @@ -182,12 +182,32 @@
99334 GELIC_LV1_GET_ETH_PORT_STATUS = 2,
99335 GELIC_LV1_SET_NEGOTIATION_MODE = 3,
99336 GELIC_LV1_GET_VLAN_ID = 4,
99337 + GELIC_LV1_SET_WOL = 5,
99338 GELIC_LV1_GET_CHANNEL = 6,
99339 GELIC_LV1_POST_WLAN_CMD = 9,
99340 GELIC_LV1_GET_WLAN_CMD_RESULT = 10,
99341 GELIC_LV1_GET_WLAN_EVENT = 11
99342 };
99343
99344 +/* for GELIC_LV1_SET_WOL */
99345 +enum gelic_lv1_wol_command {
99346 + GELIC_LV1_WOL_MAGIC_PACKET = 1,
99347 + GELIC_LV1_WOL_ADD_MATCH_ADDR = 6,
99348 + GELIC_LV1_WOL_DELETE_MATCH_ADDR = 7,
99349 +};
99350 +
99351 +/* for GELIC_LV1_WOL_MAGIC_PACKET */
99352 +enum gelic_lv1_wol_mp_arg {
99353 + GELIC_LV1_WOL_MP_DISABLE = 0,
99354 + GELIC_LV1_WOL_MP_ENABLE = 1,
99355 +};
99356 +
99357 +/* for GELIC_LV1_WOL_{ADD,DELETE}_MATCH_ADDR */
99358 +enum gelic_lv1_wol_match_arg {
99359 + GELIC_LV1_WOL_MATCH_INDIVIDUAL = 0,
99360 + GELIC_LV1_WOL_MATCH_ALL = 1,
99361 +};
99362 +
99363 /* status returened from GET_ETH_PORT_STATUS */
99364 enum gelic_lv1_ether_port_status {
99365 GELIC_LV1_ETHER_LINK_UP = 0x0000000000000001L,
99366 --- a/drivers/net/ucc_geth.c
99367 +++ b/drivers/net/ucc_geth.c
99368 @@ -3853,7 +3853,13 @@
99369
99370 ugeth_vdbg("%s: IN", __FUNCTION__);
99371
99372 - prop = of_get_property(np, "device-id", NULL);
99373 + prop = of_get_property(np, "cell-index", NULL);
99374 + if (!prop) {
99375 + prop = of_get_property(np, "device-id", NULL);
99376 + if (!prop)
99377 + return -ENODEV;
99378 + }
99379 +
99380 ucc_num = *prop - 1;
99381 if ((ucc_num < 0) || (ucc_num > 7))
99382 return -ENODEV;
99383 --- a/drivers/net/ucc_geth_mii.c
99384 +++ b/drivers/net/ucc_geth_mii.c
99385 @@ -203,9 +203,14 @@
99386 if ((res.start >= tempres.start) &&
99387 (res.end <= tempres.end)) {
99388 /* set this UCC to be the MII master */
99389 - const u32 *id = of_get_property(tempnp, "device-id", NULL);
99390 - if (id == NULL)
99391 - goto bus_register_fail;
99392 + const u32 *id;
99393 +
99394 + id = of_get_property(tempnp, "cell-index", NULL);
99395 + if (!id) {
99396 + id = of_get_property(tempnp, "device-id", NULL);
99397 + if (!id)
99398 + goto bus_register_fail;
99399 + }
99400
99401 ucc_set_qe_mux_mii_mng(*id - 1);
99402
99403 --- a/drivers/of/Kconfig
99404 +++ b/drivers/of/Kconfig
99405 @@ -1,3 +1,15 @@
99406 config OF_DEVICE
99407 def_bool y
99408 depends on OF && (SPARC || PPC_OF)
99409 +
99410 +config OF_GPIO
99411 + def_bool y
99412 + depends on OF && PPC_OF && HAVE_GPIO_LIB
99413 + help
99414 + OpenFirmware GPIO accessors
99415 +
99416 +config OF_I2C
99417 + def_bool y
99418 + depends on OF && I2C
99419 + help
99420 + OpenFirmware I2C accessors
99421 --- a/drivers/of/Makefile
99422 +++ b/drivers/of/Makefile
99423 @@ -1,2 +1,4 @@
99424 obj-y = base.o
99425 obj-$(CONFIG_OF_DEVICE) += device.o platform.o
99426 +obj-$(CONFIG_OF_GPIO) += gpio.o
99427 +obj-$(CONFIG_OF_I2C) += i2c.o
99428 --- a/drivers/of/base.c
99429 +++ b/drivers/of/base.c
99430 @@ -117,6 +117,32 @@
99431 EXPORT_SYMBOL(of_device_is_compatible);
99432
99433 /**
99434 + * of_device_is_available - check if a device is available for use
99435 + *
99436 + * @device: Node to check for availability
99437 + *
99438 + * Returns 1 if the status property is absent or set to "okay" or "ok",
99439 + * 0 otherwise
99440 + */
99441 +int of_device_is_available(const struct device_node *device)
99442 +{
99443 + const char *status;
99444 + int statlen;
99445 +
99446 + status = of_get_property(device, "status", &statlen);
99447 + if (status == NULL)
99448 + return 1;
99449 +
99450 + if (statlen > 0) {
99451 + if (!strcmp(status, "okay") || !strcmp(status, "ok"))
99452 + return 1;
99453 + }
99454 +
99455 + return 0;
99456 +}
99457 +EXPORT_SYMBOL(of_device_is_available);
99458 +
99459 +/**
99460 * of_get_parent - Get a node's parent if any
99461 * @node: Node to get parent
99462 *
99463 --- /dev/null
99464 +++ b/drivers/of/gpio.c
99465 @@ -0,0 +1,242 @@
99466 +/*
99467 + * OF helpers for the GPIO API
99468 + *
99469 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
99470 + *
99471 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
99472 + *
99473 + * This program is free software; you can redistribute it and/or modify
99474 + * it under the terms of the GNU General Public License as published by
99475 + * the Free Software Foundation; either version 2 of the License, or
99476 + * (at your option) any later version.
99477 + */
99478 +
99479 +#include <linux/kernel.h>
99480 +#include <linux/errno.h>
99481 +#include <linux/io.h>
99482 +#include <linux/of.h>
99483 +#include <linux/of_gpio.h>
99484 +#include <asm/prom.h>
99485 +
99486 +/**
99487 + * of_get_gpio - Get a GPIO number from the device tree to use with GPIO API
99488 + * @np: device node to get GPIO from
99489 + * @index: index of the GPIO
99490 + *
99491 + * Returns GPIO number to use with Linux generic GPIO API, or one of the errno
99492 + * value on the error condition.
99493 + */
99494 +int of_get_gpio(struct device_node *np, int index)
99495 +{
99496 + int ret = -EINVAL;
99497 + struct device_node *gc;
99498 + struct of_gpio_chip *of_gc = NULL;
99499 + int size;
99500 + const u32 *gpios;
99501 + u32 nr_cells;
99502 + int i;
99503 + const void *gpio_spec;
99504 + const u32 *gpio_cells;
99505 + int gpio_index = 0;
99506 +
99507 + gpios = of_get_property(np, "gpios", &size);
99508 + if (!gpios) {
99509 + ret = -ENOENT;
99510 + goto err0;
99511 + }
99512 + nr_cells = size / sizeof(u32);
99513 +
99514 + for (i = 0; i < nr_cells; gpio_index++) {
99515 + const phandle *gpio_phandle;
99516 +
99517 + gpio_phandle = gpios + i;
99518 + gpio_spec = gpio_phandle + 1;
99519 +
99520 + /* one cell hole in the gpios = <>; */
99521 + if (!*gpio_phandle) {
99522 + if (gpio_index == index)
99523 + return -ENOENT;
99524 + i++;
99525 + continue;
99526 + }
99527 +
99528 + gc = of_find_node_by_phandle(*gpio_phandle);
99529 + if (!gc) {
99530 + pr_debug("%s: could not find phandle for gpios\n",
99531 + np->full_name);
99532 + goto err0;
99533 + }
99534 +
99535 + of_gc = gc->data;
99536 + if (!of_gc) {
99537 + pr_debug("%s: gpio controller %s isn't registered\n",
99538 + np->full_name, gc->full_name);
99539 + goto err1;
99540 + }
99541 +
99542 + gpio_cells = of_get_property(gc, "#gpio-cells", &size);
99543 + if (!gpio_cells || size != sizeof(*gpio_cells) ||
99544 + *gpio_cells != of_gc->gpio_cells) {
99545 + pr_debug("%s: wrong #gpio-cells for %s\n",
99546 + np->full_name, gc->full_name);
99547 + goto err1;
99548 + }
99549 +
99550 + /* Next phandle is at phandle cells + #gpio-cells */
99551 + i += sizeof(*gpio_phandle) / sizeof(u32) + *gpio_cells;
99552 + if (i >= nr_cells + 1) {
99553 + pr_debug("%s: insufficient gpio-spec length\n",
99554 + np->full_name);
99555 + goto err1;
99556 + }
99557 +
99558 + if (gpio_index == index)
99559 + break;
99560 +
99561 + of_gc = NULL;
99562 + of_node_put(gc);
99563 + }
99564 +
99565 + if (!of_gc) {
99566 + ret = -ENOENT;
99567 + goto err0;
99568 + }
99569 +
99570 + ret = of_gc->xlate(of_gc, np, gpio_spec);
99571 + if (ret < 0)
99572 + goto err1;
99573 +
99574 + ret += of_gc->gc.base;
99575 +err1:
99576 + of_node_put(gc);
99577 +err0:
99578 + pr_debug("%s exited with status %d\n", __func__, ret);
99579 + return ret;
99580 +}
99581 +EXPORT_SYMBOL(of_get_gpio);
99582 +
99583 +/**
99584 + * of_gpio_simple_xlate - translate gpio_spec to the GPIO number
99585 + * @of_gc: pointer to the of_gpio_chip structure
99586 + * @np: device node of the GPIO chip
99587 + * @gpio_spec: gpio specifier as found in the device tree
99588 + *
99589 + * This is simple translation function, suitable for the most 1:1 mapped
99590 + * gpio chips. This function performs only one sanity check: whether gpio
99591 + * is less than ngpios (that is specified in the gpio_chip).
99592 + */
99593 +int of_gpio_simple_xlate(struct of_gpio_chip *of_gc, struct device_node *np,
99594 + const void *gpio_spec)
99595 +{
99596 + const u32 *gpio = gpio_spec;
99597 +
99598 + if (*gpio > of_gc->gc.ngpio)
99599 + return -EINVAL;
99600 +
99601 + return *gpio;
99602 +}
99603 +EXPORT_SYMBOL(of_gpio_simple_xlate);
99604 +
99605 +/* Should be sufficient for now, later we'll use dynamic bases. */
99606 +#if defined(CONFIG_PPC32) || defined(CONFIG_SPARC32)
99607 +#define GPIOS_PER_CHIP 32
99608 +#else
99609 +#define GPIOS_PER_CHIP 64
99610 +#endif
99611 +
99612 +static int of_get_gpiochip_base(struct device_node *np)
99613 +{
99614 + struct device_node *gc = NULL;
99615 + int gpiochip_base = 0;
99616 +
99617 + while ((gc = of_find_all_nodes(gc))) {
99618 + if (!of_get_property(gc, "gpio-controller", NULL))
99619 + continue;
99620 +
99621 + if (gc != np) {
99622 + gpiochip_base += GPIOS_PER_CHIP;
99623 + continue;
99624 + }
99625 +
99626 + of_node_put(gc);
99627 +
99628 + if (gpiochip_base >= ARCH_NR_GPIOS)
99629 + return -ENOSPC;
99630 +
99631 + return gpiochip_base;
99632 + }
99633 +
99634 + return -ENOENT;
99635 +}
99636 +
99637 +/**
99638 + * of_mm_gpiochip_add - Add memory mapped GPIO chip (bank)
99639 + * @np: device node of the GPIO chip
99640 + * @mm_gc: pointer to the of_mm_gpio_chip allocated structure
99641 + *
99642 + * To use this function you should allocate and fill mm_gc with:
99643 + *
99644 + * 1) In the gpio_chip structure:
99645 + * - all the callbacks
99646 + *
99647 + * 2) In the of_gpio_chip structure:
99648 + * - gpio_cells
99649 + * - xlate callback (optional)
99650 + *
99651 + * 3) In the of_mm_gpio_chip structure:
99652 + * - save_regs callback (optional)
99653 + *
99654 + * If succeeded, this function will map bank's memory and will
99655 + * do all necessary work for you. Then you'll able to use .regs
99656 + * to manage GPIOs from the callbacks.
99657 + */
99658 +int of_mm_gpiochip_add(struct device_node *np,
99659 + struct of_mm_gpio_chip *mm_gc)
99660 +{
99661 + int ret = -ENOMEM;
99662 + struct of_gpio_chip *of_gc = &mm_gc->of_gc;
99663 + struct gpio_chip *gc = &of_gc->gc;
99664 +
99665 + gc->label = kstrdup(np->full_name, GFP_KERNEL);
99666 + if (!gc->label)
99667 + goto err0;
99668 +
99669 + mm_gc->regs = of_iomap(np, 0);
99670 + if (!mm_gc->regs)
99671 + goto err1;
99672 +
99673 + gc->base = of_get_gpiochip_base(np);
99674 + if (gc->base < 0) {
99675 + ret = gc->base;
99676 + goto err1;
99677 + }
99678 +
99679 + if (!of_gc->xlate)
99680 + of_gc->xlate = of_gpio_simple_xlate;
99681 +
99682 + if (mm_gc->save_regs)
99683 + mm_gc->save_regs(mm_gc);
99684 +
99685 + np->data = of_gc;
99686 +
99687 + ret = gpiochip_add(gc);
99688 + if (ret)
99689 + goto err2;
99690 +
99691 + /* We don't want to lose the node and its ->data */
99692 + of_node_get(np);
99693 +
99694 + pr_debug("%s: registered as generic GPIO chip, base is %d\n",
99695 + np->full_name, gc->base);
99696 + return 0;
99697 +err2:
99698 + np->data = NULL;
99699 + iounmap(mm_gc->regs);
99700 +err1:
99701 + kfree(gc->label);
99702 +err0:
99703 + pr_err("%s: GPIO chip registration failed with status %d\n",
99704 + np->full_name, ret);
99705 + return ret;
99706 +}
99707 +EXPORT_SYMBOL(of_mm_gpiochip_add);
99708 --- /dev/null
99709 +++ b/drivers/of/i2c.c
99710 @@ -0,0 +1,115 @@
99711 +/*
99712 + * OF helpers for the I2C API
99713 + *
99714 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
99715 + *
99716 + * Based on a previous patch from Jon Smirl <jonsmirl@gmail.com>
99717 + *
99718 + * This program is free software; you can redistribute it and/or modify
99719 + * it under the terms of the GNU General Public License as published by
99720 + * the Free Software Foundation; either version 2 of the License, or
99721 + * (at your option) any later version.
99722 + */
99723 +
99724 +#include <linux/i2c.h>
99725 +#include <linux/of.h>
99726 +
99727 +struct i2c_driver_device {
99728 + char *of_device;
99729 + char *i2c_type;
99730 +};
99731 +
99732 +static struct i2c_driver_device i2c_devices[] = {
99733 + { "dallas,ds1374", "rtc-ds1374" },
99734 +};
99735 +
99736 +static int of_find_i2c_driver(struct device_node *node,
99737 + struct i2c_board_info *info)
99738 +{
99739 + int i, cplen;
99740 + const char *compatible;
99741 + const char *p;
99742 +
99743 + /* 1. search for exception list entry */
99744 + for (i = 0; i < ARRAY_SIZE(i2c_devices); i++) {
99745 + if (!of_device_is_compatible(node, i2c_devices[i].of_device))
99746 + continue;
99747 + if (strlcpy(info->type, i2c_devices[i].i2c_type,
99748 + I2C_NAME_SIZE) >= I2C_NAME_SIZE)
99749 + return -ENOMEM;
99750 +
99751 + return 0;
99752 + }
99753 +
99754 + compatible = of_get_property(node, "compatible", &cplen);
99755 + if (!compatible)
99756 + return -ENODEV;
99757 +
99758 + /* 2. search for linux,<i2c-type> entry */
99759 + p = compatible;
99760 + while (cplen > 0) {
99761 + if (!strncmp(p, "linux,", 6)) {
99762 + p += 6;
99763 + if (strlcpy(info->type, p,
99764 + I2C_NAME_SIZE) >= I2C_NAME_SIZE)
99765 + return -ENOMEM;
99766 + return 0;
99767 + }
99768 +
99769 + i = strlen(p) + 1;
99770 + p += i;
99771 + cplen -= i;
99772 + }
99773 +
99774 + /* 3. take fist compatible entry and strip manufacturer */
99775 + p = strchr(compatible, ',');
99776 + if (!p)
99777 + return -ENODEV;
99778 + p++;
99779 + if (strlcpy(info->type, p, I2C_NAME_SIZE) >= I2C_NAME_SIZE)
99780 + return -ENOMEM;
99781 + return 0;
99782 +}
99783 +
99784 +void of_register_i2c_devices(struct i2c_adapter *adap,
99785 + struct device_node *adap_node)
99786 +{
99787 + void *result;
99788 + struct device_node *node;
99789 +
99790 + for_each_child_of_node(adap_node, node) {
99791 + struct i2c_board_info info = {};
99792 + const u32 *addr;
99793 + int len;
99794 +
99795 + addr = of_get_property(node, "reg", &len);
99796 + if (!addr || len < sizeof(int) || *addr > (1 << 10) - 1) {
99797 + printk(KERN_ERR
99798 + "of-i2c: invalid i2c device entry\n");
99799 + continue;
99800 + }
99801 +
99802 + info.irq = irq_of_parse_and_map(node, 0);
99803 + if (info.irq == NO_IRQ)
99804 + info.irq = -1;
99805 +
99806 + if (of_find_i2c_driver(node, &info) < 0) {
99807 + irq_dispose_mapping(info.irq);
99808 + continue;
99809 + }
99810 +
99811 + info.addr = *addr;
99812 +
99813 + request_module(info.type);
99814 +
99815 + result = i2c_new_device(adap, &info);
99816 + if (result == NULL) {
99817 + printk(KERN_ERR
99818 + "of-i2c: Failed to load driver for %s\n",
99819 + info.type);
99820 + irq_dispose_mapping(info.irq);
99821 + continue;
99822 + }
99823 + }
99824 +}
99825 +EXPORT_SYMBOL(of_register_i2c_devices);
99826 --- a/drivers/ps3/ps3-sys-manager.c
99827 +++ b/drivers/ps3/ps3-sys-manager.c
99828 @@ -24,6 +24,7 @@
99829 #include <linux/reboot.h>
99830
99831 #include <asm/firmware.h>
99832 +#include <asm/lv1call.h>
99833 #include <asm/ps3.h>
99834
99835 #include "vuart.h"
99836 @@ -187,6 +188,7 @@
99837 * controller, and bluetooth controller.
99838 * @PS3_SM_WAKE_RTC:
99839 * @PS3_SM_WAKE_RTC_ERROR:
99840 + * @PS3_SM_WAKE_W_O_L: Ether or wireless LAN.
99841 * @PS3_SM_WAKE_P_O_R: Power on reset.
99842 *
99843 * Additional wakeup sources when specifying PS3_SM_NEXT_OP_SYS_SHUTDOWN.
99844 @@ -200,10 +202,19 @@
99845 PS3_SM_WAKE_DEFAULT = 0,
99846 PS3_SM_WAKE_RTC = 0x00000040,
99847 PS3_SM_WAKE_RTC_ERROR = 0x00000080,
99848 + PS3_SM_WAKE_W_O_L = 0x00000400,
99849 PS3_SM_WAKE_P_O_R = 0x80000000,
99850 };
99851
99852 /**
99853 + * user_wake_sources - User specified wakeup sources.
99854 + *
99855 + * Logical OR of enum ps3_sys_manager_wake_source types.
99856 + */
99857 +
99858 +static u32 user_wake_sources = PS3_SM_WAKE_DEFAULT;
99859 +
99860 +/**
99861 * enum ps3_sys_manager_cmd - Command from system manager to guest.
99862 *
99863 * The guest completes the actions needed, then acks or naks the command via
99864 @@ -581,6 +592,23 @@
99865 return -EIO;
99866 }
99867
99868 +static void ps3_sys_manager_fin(struct ps3_system_bus_device *dev)
99869 +{
99870 + ps3_sys_manager_send_request_shutdown(dev);
99871 +
99872 + pr_emerg("System Halted, OK to turn off power\n");
99873 +
99874 + while (ps3_sys_manager_handle_msg(dev)) {
99875 + /* pause until next DEC interrupt */
99876 + lv1_pause(0);
99877 + }
99878 +
99879 + while (1) {
99880 + /* pause, ignoring DEC interrupt */
99881 + lv1_pause(1);
99882 + }
99883 +}
99884 +
99885 /**
99886 * ps3_sys_manager_final_power_off - The final platform machine_power_off routine.
99887 *
99888 @@ -601,13 +629,9 @@
99889 ps3_vuart_cancel_async(dev);
99890
99891 ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_SHUTDOWN,
99892 - PS3_SM_WAKE_DEFAULT);
99893 - ps3_sys_manager_send_request_shutdown(dev);
99894 -
99895 - pr_emerg("System Halted, OK to turn off power\n");
99896 + user_wake_sources);
99897
99898 - while (1)
99899 - ps3_sys_manager_handle_msg(dev);
99900 + ps3_sys_manager_fin(dev);
99901 }
99902
99903 /**
99904 @@ -638,14 +662,42 @@
99905
99906 ps3_sys_manager_send_attr(dev, 0);
99907 ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_REBOOT,
99908 - PS3_SM_WAKE_DEFAULT);
99909 - ps3_sys_manager_send_request_shutdown(dev);
99910 + user_wake_sources);
99911
99912 - pr_emerg("System Halted, OK to turn off power\n");
99913 + ps3_sys_manager_fin(dev);
99914 +}
99915 +
99916 +/**
99917 + * ps3_sys_manager_get_wol - Get wake-on-lan setting.
99918 + */
99919 +
99920 +int ps3_sys_manager_get_wol(void)
99921 +{
99922 + pr_debug("%s:%d\n", __func__, __LINE__);
99923 +
99924 + return (user_wake_sources & PS3_SM_WAKE_W_O_L) != 0;
99925 +}
99926 +EXPORT_SYMBOL_GPL(ps3_sys_manager_get_wol);
99927 +
99928 +/**
99929 + * ps3_sys_manager_set_wol - Set wake-on-lan setting.
99930 + */
99931 +
99932 +void ps3_sys_manager_set_wol(int state)
99933 +{
99934 + static DEFINE_MUTEX(mutex);
99935 +
99936 + mutex_lock(&mutex);
99937 +
99938 + pr_debug("%s:%d: %d\n", __func__, __LINE__, state);
99939
99940 - while (1)
99941 - ps3_sys_manager_handle_msg(dev);
99942 + if (state)
99943 + user_wake_sources |= PS3_SM_WAKE_W_O_L;
99944 + else
99945 + user_wake_sources &= ~PS3_SM_WAKE_W_O_L;
99946 + mutex_unlock(&mutex);
99947 }
99948 +EXPORT_SYMBOL_GPL(ps3_sys_manager_set_wol);
99949
99950 /**
99951 * ps3_sys_manager_work - Asynchronous read handler.
99952 --- a/drivers/ps3/sys-manager-core.c
99953 +++ b/drivers/ps3/sys-manager-core.c
99954 @@ -19,6 +19,7 @@
99955 */
99956
99957 #include <linux/kernel.h>
99958 +#include <asm/lv1call.h>
99959 #include <asm/ps3.h>
99960
99961 /**
99962 @@ -50,10 +51,7 @@
99963 if (ps3_sys_manager_ops.power_off)
99964 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev);
99965
99966 - printk(KERN_EMERG "System Halted, OK to turn off power\n");
99967 - local_irq_disable();
99968 - while (1)
99969 - (void)0;
99970 + ps3_sys_manager_halt();
99971 }
99972
99973 void ps3_sys_manager_restart(void)
99974 @@ -61,8 +59,14 @@
99975 if (ps3_sys_manager_ops.restart)
99976 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev);
99977
99978 - printk(KERN_EMERG "System Halted, OK to turn off power\n");
99979 + ps3_sys_manager_halt();
99980 +}
99981 +
99982 +void ps3_sys_manager_halt(void)
99983 +{
99984 + pr_emerg("System Halted, OK to turn off power\n");
99985 local_irq_disable();
99986 while (1)
99987 - (void)0;
99988 + lv1_pause(1);
99989 }
99990 +
99991 --- a/drivers/serial/cpm_uart/cpm_uart.h
99992 +++ b/drivers/serial/cpm_uart/cpm_uart.h
99993 @@ -92,6 +92,9 @@
99994
99995 /* these are located in their respective files */
99996 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd);
99997 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
99998 + struct device_node *np);
99999 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram);
100000 int cpm_uart_init_portdesc(void);
100001 int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con);
100002 void cpm_uart_freebuf(struct uart_cpm_port *pinfo);
100003 --- a/drivers/serial/cpm_uart/cpm_uart_core.c
100004 +++ b/drivers/serial/cpm_uart/cpm_uart_core.c
100005 @@ -966,24 +966,23 @@
100006 if (!mem)
100007 return -ENOMEM;
100008
100009 - pram = of_iomap(np, 1);
100010 - if (!pram) {
100011 - ret = -ENOMEM;
100012 - goto out_mem;
100013 - }
100014 -
100015 if (of_device_is_compatible(np, "fsl,cpm1-scc-uart") ||
100016 of_device_is_compatible(np, "fsl,cpm2-scc-uart")) {
100017 pinfo->sccp = mem;
100018 - pinfo->sccup = pram;
100019 + pinfo->sccup = pram = cpm_uart_map_pram(pinfo, np);
100020 } else if (of_device_is_compatible(np, "fsl,cpm1-smc-uart") ||
100021 of_device_is_compatible(np, "fsl,cpm2-smc-uart")) {
100022 pinfo->flags |= FLAG_SMC;
100023 pinfo->smcp = mem;
100024 - pinfo->smcup = pram;
100025 + pinfo->smcup = pram = cpm_uart_map_pram(pinfo, np);
100026 } else {
100027 ret = -ENODEV;
100028 - goto out_pram;
100029 + goto out_mem;
100030 + }
100031 +
100032 + if (!pram) {
100033 + ret = -ENOMEM;
100034 + goto out_mem;
100035 }
100036
100037 pinfo->tx_nrfifos = TX_NUM_FIFO;
100038 @@ -1007,7 +1006,7 @@
100039 return cpm_uart_request_port(&pinfo->port);
100040
100041 out_pram:
100042 - iounmap(pram);
100043 + cpm_uart_unmap_pram(pinfo, pram);
100044 out_mem:
100045 iounmap(mem);
100046 return ret;
100047 --- a/drivers/serial/cpm_uart/cpm_uart_cpm1.c
100048 +++ b/drivers/serial/cpm_uart/cpm_uart_cpm1.c
100049 @@ -45,6 +45,8 @@
100050 #include <linux/serial_core.h>
100051 #include <linux/kernel.h>
100052
100053 +#include <linux/of.h>
100054 +
100055 #include "cpm_uart.h"
100056
100057 /**************************************************************/
100058 @@ -54,6 +56,18 @@
100059 {
100060 cpm_command(port->command, cmd);
100061 }
100062 +
100063 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100064 + struct device_node *np)
100065 +{
100066 + return of_iomap(np, 1);
100067 +}
100068 +
100069 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100070 +{
100071 + iounmap(pram);
100072 +}
100073 +
100074 #else
100075 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
100076 {
100077 --- a/drivers/serial/cpm_uart/cpm_uart_cpm2.c
100078 +++ b/drivers/serial/cpm_uart/cpm_uart_cpm2.c
100079 @@ -41,6 +41,9 @@
100080 #include <asm/io.h>
100081 #include <asm/irq.h>
100082 #include <asm/fs_pd.h>
100083 +#ifdef CONFIG_PPC_CPM_NEW_BINDING
100084 +#include <asm/prom.h>
100085 +#endif
100086
100087 #include <linux/serial_core.h>
100088 #include <linux/kernel.h>
100089 @@ -54,6 +57,55 @@
100090 {
100091 cpm_command(port->command, cmd);
100092 }
100093 +
100094 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100095 + struct device_node *np)
100096 +{
100097 + void __iomem *pram;
100098 + unsigned long offset;
100099 + struct resource res;
100100 + unsigned long len;
100101 +
100102 + /* Don't remap parameter RAM if it has already been initialized
100103 + * during console setup.
100104 + */
100105 + if (IS_SMC(port) && port->smcup)
100106 + return port->smcup;
100107 + else if (!IS_SMC(port) && port->sccup)
100108 + return port->sccup;
100109 +
100110 + if (of_address_to_resource(np, 1, &res))
100111 + return NULL;
100112 +
100113 + len = 1 + res.end - res.start;
100114 + pram = ioremap(res.start, len);
100115 + if (!pram)
100116 + return NULL;
100117 +
100118 + if (!IS_SMC(port))
100119 + return pram;
100120 +
100121 + if (len != 2) {
100122 + printk(KERN_WARNING "cpm_uart[%d]: device tree references "
100123 + "SMC pram, using boot loader/wrapper pram mapping. "
100124 + "Please fix your device tree to reference the pram "
100125 + "base register instead.\n",
100126 + port->port.line);
100127 + return pram;
100128 + }
100129 +
100130 + offset = cpm_dpalloc(PROFF_SMC_SIZE, 64);
100131 + out_be16(pram, offset);
100132 + iounmap(pram);
100133 + return cpm_muram_addr(offset);
100134 +}
100135 +
100136 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100137 +{
100138 + if (!IS_SMC(port))
100139 + iounmap(pram);
100140 +}
100141 +
100142 #else
100143 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
100144 {
100145 --- a/drivers/serial/of_serial.c
100146 +++ b/drivers/serial/of_serial.c
100147 @@ -56,7 +56,9 @@
100148 port->flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF | UPF_IOREMAP
100149 | UPF_FIXED_PORT;
100150 port->dev = &ofdev->dev;
100151 - port->custom_divisor = *clk / (16 * (*spd));
100152 + /* If current-speed was set, then try not to change it. */
100153 + if (spd)
100154 + port->custom_divisor = *clk / (16 * (*spd));
100155
100156 return 0;
100157 }
100158 --- a/drivers/serial/ucc_uart.c
100159 +++ b/drivers/serial/ucc_uart.c
100160 @@ -1270,10 +1270,18 @@
100161
100162 /* Get the UCC number (device ID) */
100163 /* UCCs are numbered 1-7 */
100164 - iprop = of_get_property(np, "device-id", NULL);
100165 - if (!iprop || (*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
100166 - dev_err(&ofdev->dev,
100167 - "missing or invalid UCC specified in device tree\n");
100168 + iprop = of_get_property(np, "cell-index", NULL);
100169 + if (!iprop) {
100170 + iprop = of_get_property(np, "device-id", NULL);
100171 + if (!iprop) {
100172 + dev_err(&ofdev->dev, "UCC is unspecified in "
100173 + "device tree\n");
100174 + return -EINVAL;
100175 + }
100176 + }
100177 +
100178 + if ((*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
100179 + dev_err(&ofdev->dev, "no support for UCC%u\n", *iprop);
100180 kfree(qe_port);
100181 return -ENODEV;
100182 }
100183 --- a/include/asm-powerpc/Kbuild
100184 +++ b/include/asm-powerpc/Kbuild
100185 @@ -1,5 +1,6 @@
100186 include include/asm-generic/Kbuild.asm
100187
100188 +header-y += a.out.h
100189 header-y += auxvec.h
100190 header-y += ioctls.h
100191 header-y += mman.h
100192 @@ -23,7 +24,6 @@
100193 header-y += statfs.h
100194 header-y += ps3fb.h
100195
100196 -unifdef-y += a.out.h
100197 unifdef-y += asm-compat.h
100198 unifdef-y += bootx.h
100199 unifdef-y += byteorder.h
100200 --- a/include/asm-powerpc/abs_addr.h
100201 +++ b/include/asm-powerpc/abs_addr.h
100202 @@ -12,10 +12,11 @@
100203 * 2 of the License, or (at your option) any later version.
100204 */
100205
100206 +#include <linux/lmb.h>
100207 +
100208 #include <asm/types.h>
100209 #include <asm/page.h>
100210 #include <asm/prom.h>
100211 -#include <asm/lmb.h>
100212 #include <asm/firmware.h>
100213
100214 struct mschunks_map {
100215 --- a/include/asm-powerpc/bitops.h
100216 +++ b/include/asm-powerpc/bitops.h
100217 @@ -312,24 +312,26 @@
100218 asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x));
100219 return 32 - lz;
100220 }
100221 +
100222 +/*
100223 + * 64-bit can do this using one cntlzd (count leading zeroes doubleword)
100224 + * instruction; for 32-bit we use the generic version, which does two
100225 + * 32-bit fls calls.
100226 + */
100227 +#ifdef __powerpc64__
100228 +static __inline__ int fls64(__u64 x)
100229 +{
100230 + int lz;
100231 +
100232 + asm ("cntlzd %0,%1" : "=r" (lz) : "r" (x));
100233 + return 64 - lz;
100234 +}
100235 +#else
100236 #include <asm-generic/bitops/fls64.h>
100237 +#endif /* __powerpc64__ */
100238
100239 #include <asm-generic/bitops/hweight.h>
100240 -
100241 -#define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0)
100242 -unsigned long find_next_zero_bit(const unsigned long *addr,
100243 - unsigned long size, unsigned long offset);
100244 -/**
100245 - * find_first_bit - find the first set bit in a memory region
100246 - * @addr: The address to start the search at
100247 - * @size: The maximum size to search
100248 - *
100249 - * Returns the bit-number of the first set bit, not the number of the byte
100250 - * containing a bit.
100251 - */
100252 -#define find_first_bit(addr, size) find_next_bit((addr), (size), 0)
100253 -unsigned long find_next_bit(const unsigned long *addr,
100254 - unsigned long size, unsigned long offset);
100255 +#include <asm-generic/bitops/find.h>
100256
100257 /* Little-endian versions */
100258
100259 --- a/include/asm-powerpc/cpm.h
100260 +++ b/include/asm-powerpc/cpm.h
100261 @@ -4,6 +4,20 @@
100262 #include <linux/compiler.h>
100263 #include <linux/types.h>
100264
100265 +/* Opcodes common to CPM1 and CPM2
100266 +*/
100267 +#define CPM_CR_INIT_TRX ((ushort)0x0000)
100268 +#define CPM_CR_INIT_RX ((ushort)0x0001)
100269 +#define CPM_CR_INIT_TX ((ushort)0x0002)
100270 +#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100271 +#define CPM_CR_STOP_TX ((ushort)0x0004)
100272 +#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100273 +#define CPM_CR_RESTART_TX ((ushort)0x0006)
100274 +#define CPM_CR_CLOSE_RX_BD ((ushort)0x0007)
100275 +#define CPM_CR_SET_GADDR ((ushort)0x0008)
100276 +#define CPM_CR_SET_TIMER ((ushort)0x0008)
100277 +#define CPM_CR_STOP_IDMA ((ushort)0x000b)
100278 +
100279 /* Buffer descriptors used by many of the CPM protocols. */
100280 typedef struct cpm_buf_desc {
100281 ushort cbd_sc; /* Status and Control */
100282 --- a/include/asm-powerpc/cpm1.h
100283 +++ b/include/asm-powerpc/cpm1.h
100284 @@ -28,19 +28,6 @@
100285 #define CPM_CR_CHAN ((ushort)0x00f0)
100286 #define CPM_CR_FLG ((ushort)0x0001)
100287
100288 -/* Some commands (there are more...later)
100289 -*/
100290 -#define CPM_CR_INIT_TRX ((ushort)0x0000)
100291 -#define CPM_CR_INIT_RX ((ushort)0x0001)
100292 -#define CPM_CR_INIT_TX ((ushort)0x0002)
100293 -#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100294 -#define CPM_CR_STOP_TX ((ushort)0x0004)
100295 -#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100296 -#define CPM_CR_RESTART_TX ((ushort)0x0006)
100297 -#define CPM_CR_CLOSE_RX_BD ((ushort)0x0007)
100298 -#define CPM_CR_SET_GADDR ((ushort)0x0008)
100299 -#define CPM_CR_SET_TIMER CPM_CR_SET_GADDR
100300 -
100301 /* Channel numbers.
100302 */
100303 #define CPM_CR_CH_SCC1 ((ushort)0x0000)
100304 --- a/include/asm-powerpc/cpm2.h
100305 +++ b/include/asm-powerpc/cpm2.h
100306 @@ -71,18 +71,9 @@
100307
100308 #define CPM_CR_FCC_PAGE(x) (x + 0x04)
100309
100310 -/* Some opcodes (there are more...later)
100311 +/* CPM2-specific opcodes (see cpm.h for common opcodes)
100312 */
100313 -#define CPM_CR_INIT_TRX ((ushort)0x0000)
100314 -#define CPM_CR_INIT_RX ((ushort)0x0001)
100315 -#define CPM_CR_INIT_TX ((ushort)0x0002)
100316 -#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100317 -#define CPM_CR_STOP_TX ((ushort)0x0004)
100318 -#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100319 -#define CPM_CR_RESTART_TX ((ushort)0x0006)
100320 -#define CPM_CR_SET_GADDR ((ushort)0x0008)
100321 #define CPM_CR_START_IDMA ((ushort)0x0009)
100322 -#define CPM_CR_STOP_IDMA ((ushort)0x000b)
100323
100324 #define mk_cr_cmd(PG, SBC, MCN, OP) \
100325 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
100326 --- a/include/asm-powerpc/cputhreads.h
100327 +++ b/include/asm-powerpc/cputhreads.h
100328 @@ -35,7 +35,7 @@
100329
100330 res = CPU_MASK_NONE;
100331 for (i = 0; i < NR_CPUS; i += threads_per_core) {
100332 - cpus_shift_right(tmp, threads_core_mask, i);
100333 + cpus_shift_left(tmp, threads_core_mask, i);
100334 if (cpus_intersects(threads, tmp))
100335 cpu_set(i, res);
100336 }
100337 --- a/include/asm-powerpc/dcr-native.h
100338 +++ b/include/asm-powerpc/dcr-native.h
100339 @@ -82,6 +82,19 @@
100340 spin_unlock_irqrestore(&dcr_ind_lock, flags);
100341 }
100342
100343 +static inline void __dcri_clrset(int base_addr, int base_data, int reg,
100344 + unsigned clr, unsigned set)
100345 +{
100346 + unsigned long flags;
100347 + unsigned int val;
100348 +
100349 + spin_lock_irqsave(&dcr_ind_lock, flags);
100350 + __mtdcr(base_addr, reg);
100351 + val = (__mfdcr(base_data) & ~clr) | set;
100352 + __mtdcr(base_data, val);
100353 + spin_unlock_irqrestore(&dcr_ind_lock, flags);
100354 +}
100355 +
100356 #define mfdcri(base, reg) __mfdcri(DCRN_ ## base ## _CONFIG_ADDR, \
100357 DCRN_ ## base ## _CONFIG_DATA, \
100358 reg)
100359 @@ -90,6 +103,10 @@
100360 DCRN_ ## base ## _CONFIG_DATA, \
100361 reg, data)
100362
100363 +#define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \
100364 + DCRN_ ## base ## _CONFIG_DATA, \
100365 + reg, clr, set)
100366 +
100367 #endif /* __ASSEMBLY__ */
100368 #endif /* __KERNEL__ */
100369 #endif /* _ASM_POWERPC_DCR_NATIVE_H */
100370 --- a/include/asm-powerpc/dcr-regs.h
100371 +++ b/include/asm-powerpc/dcr-regs.h
100372 @@ -68,4 +68,82 @@
100373 #define SDR0_UART3 0x0123
100374 #define SDR0_CUST0 0x4000
100375
100376 +/*
100377 + * All those DCR register addresses are offsets from the base address
100378 + * for the SRAM0 controller (e.g. 0x20 on 440GX). The base address is
100379 + * excluded here and configured in the device tree.
100380 + */
100381 +#define DCRN_SRAM0_SB0CR 0x00
100382 +#define DCRN_SRAM0_SB1CR 0x01
100383 +#define DCRN_SRAM0_SB2CR 0x02
100384 +#define DCRN_SRAM0_SB3CR 0x03
100385 +#define SRAM_SBCR_BU_MASK 0x00000180
100386 +#define SRAM_SBCR_BS_64KB 0x00000800
100387 +#define SRAM_SBCR_BU_RO 0x00000080
100388 +#define SRAM_SBCR_BU_RW 0x00000180
100389 +#define DCRN_SRAM0_BEAR 0x04
100390 +#define DCRN_SRAM0_BESR0 0x05
100391 +#define DCRN_SRAM0_BESR1 0x06
100392 +#define DCRN_SRAM0_PMEG 0x07
100393 +#define DCRN_SRAM0_CID 0x08
100394 +#define DCRN_SRAM0_REVID 0x09
100395 +#define DCRN_SRAM0_DPC 0x0a
100396 +#define SRAM_DPC_ENABLE 0x80000000
100397 +
100398 +/*
100399 + * All those DCR register addresses are offsets from the base address
100400 + * for the SRAM0 controller (e.g. 0x30 on 440GX). The base address is
100401 + * excluded here and configured in the device tree.
100402 + */
100403 +#define DCRN_L2C0_CFG 0x00
100404 +#define L2C_CFG_L2M 0x80000000
100405 +#define L2C_CFG_ICU 0x40000000
100406 +#define L2C_CFG_DCU 0x20000000
100407 +#define L2C_CFG_DCW_MASK 0x1e000000
100408 +#define L2C_CFG_TPC 0x01000000
100409 +#define L2C_CFG_CPC 0x00800000
100410 +#define L2C_CFG_FRAN 0x00200000
100411 +#define L2C_CFG_SS_MASK 0x00180000
100412 +#define L2C_CFG_SS_256 0x00000000
100413 +#define L2C_CFG_CPIM 0x00040000
100414 +#define L2C_CFG_TPIM 0x00020000
100415 +#define L2C_CFG_LIM 0x00010000
100416 +#define L2C_CFG_PMUX_MASK 0x00007000
100417 +#define L2C_CFG_PMUX_SNP 0x00000000
100418 +#define L2C_CFG_PMUX_IF 0x00001000
100419 +#define L2C_CFG_PMUX_DF 0x00002000
100420 +#define L2C_CFG_PMUX_DS 0x00003000
100421 +#define L2C_CFG_PMIM 0x00000800
100422 +#define L2C_CFG_TPEI 0x00000400
100423 +#define L2C_CFG_CPEI 0x00000200
100424 +#define L2C_CFG_NAM 0x00000100
100425 +#define L2C_CFG_SMCM 0x00000080
100426 +#define L2C_CFG_NBRM 0x00000040
100427 +#define L2C_CFG_RDBW 0x00000008 /* only 460EX/GT */
100428 +#define DCRN_L2C0_CMD 0x01
100429 +#define L2C_CMD_CLR 0x80000000
100430 +#define L2C_CMD_DIAG 0x40000000
100431 +#define L2C_CMD_INV 0x20000000
100432 +#define L2C_CMD_CCP 0x10000000
100433 +#define L2C_CMD_CTE 0x08000000
100434 +#define L2C_CMD_STRC 0x04000000
100435 +#define L2C_CMD_STPC 0x02000000
100436 +#define L2C_CMD_RPMC 0x01000000
100437 +#define L2C_CMD_HCC 0x00800000
100438 +#define DCRN_L2C0_ADDR 0x02
100439 +#define DCRN_L2C0_DATA 0x03
100440 +#define DCRN_L2C0_SR 0x04
100441 +#define L2C_SR_CC 0x80000000
100442 +#define L2C_SR_CPE 0x40000000
100443 +#define L2C_SR_TPE 0x20000000
100444 +#define L2C_SR_LRU 0x10000000
100445 +#define L2C_SR_PCS 0x08000000
100446 +#define DCRN_L2C0_REVID 0x05
100447 +#define DCRN_L2C0_SNP0 0x06
100448 +#define DCRN_L2C0_SNP1 0x07
100449 +#define L2C_SNP_BA_MASK 0xffff0000
100450 +#define L2C_SNP_SSR_MASK 0x0000f000
100451 +#define L2C_SNP_SSR_32G 0x0000f000
100452 +#define L2C_SNP_ESR 0x00000800
100453 +
100454 #endif /* __DCR_REGS_H__ */
100455 --- a/include/asm-powerpc/exception.h
100456 +++ b/include/asm-powerpc/exception.h
100457 @@ -228,18 +228,18 @@
100458 BEGIN_FW_FTR_SECTION; \
100459 stb r11,PACAHARDIRQEN(r13); \
100460 END_FW_FTR_SECTION_IFCLR(FW_FEATURE_ISERIES); \
100461 + TRACE_DISABLE_INTS; \
100462 BEGIN_FW_FTR_SECTION; \
100463 mfmsr r10; \
100464 ori r10,r10,MSR_EE; \
100465 mtmsrd r10,1; \
100466 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
100467 -
100468 #else
100469 #define DISABLE_INTS \
100470 li r11,0; \
100471 stb r11,PACASOFTIRQEN(r13); \
100472 - stb r11,PACAHARDIRQEN(r13)
100473 -
100474 + stb r11,PACAHARDIRQEN(r13); \
100475 + TRACE_DISABLE_INTS
100476 #endif /* CONFIG_PPC_ISERIES */
100477
100478 #define ENABLE_INTS \
100479 --- /dev/null
100480 +++ b/include/asm-powerpc/fsl_lbc.h
100481 @@ -0,0 +1,311 @@
100482 +/* Freescale Local Bus Controller
100483 + *
100484 + * Copyright (c) 2006-2007 Freescale Semiconductor
100485 + *
100486 + * Authors: Nick Spence <nick.spence@freescale.com>,
100487 + * Scott Wood <scottwood@freescale.com>
100488 + *
100489 + * This program is free software; you can redistribute it and/or modify
100490 + * it under the terms of the GNU General Public License as published by
100491 + * the Free Software Foundation; either version 2 of the License, or
100492 + * (at your option) any later version.
100493 + *
100494 + * This program is distributed in the hope that it will be useful,
100495 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
100496 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
100497 + * GNU General Public License for more details.
100498 + *
100499 + * You should have received a copy of the GNU General Public License
100500 + * along with this program; if not, write to the Free Software
100501 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
100502 + */
100503 +
100504 +#ifndef __ASM_FSL_LBC_H
100505 +#define __ASM_FSL_LBC_H
100506 +
100507 +#include <linux/types.h>
100508 +#include <linux/spinlock.h>
100509 +#include <asm/io.h>
100510 +
100511 +struct fsl_lbc_bank {
100512 + __be32 br; /**< Base Register */
100513 +#define BR_BA 0xFFFF8000
100514 +#define BR_BA_SHIFT 15
100515 +#define BR_PS 0x00001800
100516 +#define BR_PS_SHIFT 11
100517 +#define BR_PS_8 0x00000800 /* Port Size 8 bit */
100518 +#define BR_PS_16 0x00001000 /* Port Size 16 bit */
100519 +#define BR_PS_32 0x00001800 /* Port Size 32 bit */
100520 +#define BR_DECC 0x00000600
100521 +#define BR_DECC_SHIFT 9
100522 +#define BR_DECC_OFF 0x00000000 /* HW ECC checking and generation off */
100523 +#define BR_DECC_CHK 0x00000200 /* HW ECC checking on, generation off */
100524 +#define BR_DECC_CHK_GEN 0x00000400 /* HW ECC checking and generation on */
100525 +#define BR_WP 0x00000100
100526 +#define BR_WP_SHIFT 8
100527 +#define BR_MSEL 0x000000E0
100528 +#define BR_MSEL_SHIFT 5
100529 +#define BR_MS_GPCM 0x00000000 /* GPCM */
100530 +#define BR_MS_FCM 0x00000020 /* FCM */
100531 +#define BR_MS_SDRAM 0x00000060 /* SDRAM */
100532 +#define BR_MS_UPMA 0x00000080 /* UPMA */
100533 +#define BR_MS_UPMB 0x000000A0 /* UPMB */
100534 +#define BR_MS_UPMC 0x000000C0 /* UPMC */
100535 +#define BR_V 0x00000001
100536 +#define BR_V_SHIFT 0
100537 +#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
100538 +
100539 + __be32 or; /**< Base Register */
100540 +#define OR0 0x5004
100541 +#define OR1 0x500C
100542 +#define OR2 0x5014
100543 +#define OR3 0x501C
100544 +#define OR4 0x5024
100545 +#define OR5 0x502C
100546 +#define OR6 0x5034
100547 +#define OR7 0x503C
100548 +
100549 +#define OR_FCM_AM 0xFFFF8000
100550 +#define OR_FCM_AM_SHIFT 15
100551 +#define OR_FCM_BCTLD 0x00001000
100552 +#define OR_FCM_BCTLD_SHIFT 12
100553 +#define OR_FCM_PGS 0x00000400
100554 +#define OR_FCM_PGS_SHIFT 10
100555 +#define OR_FCM_CSCT 0x00000200
100556 +#define OR_FCM_CSCT_SHIFT 9
100557 +#define OR_FCM_CST 0x00000100
100558 +#define OR_FCM_CST_SHIFT 8
100559 +#define OR_FCM_CHT 0x00000080
100560 +#define OR_FCM_CHT_SHIFT 7
100561 +#define OR_FCM_SCY 0x00000070
100562 +#define OR_FCM_SCY_SHIFT 4
100563 +#define OR_FCM_SCY_1 0x00000010
100564 +#define OR_FCM_SCY_2 0x00000020
100565 +#define OR_FCM_SCY_3 0x00000030
100566 +#define OR_FCM_SCY_4 0x00000040
100567 +#define OR_FCM_SCY_5 0x00000050
100568 +#define OR_FCM_SCY_6 0x00000060
100569 +#define OR_FCM_SCY_7 0x00000070
100570 +#define OR_FCM_RST 0x00000008
100571 +#define OR_FCM_RST_SHIFT 3
100572 +#define OR_FCM_TRLX 0x00000004
100573 +#define OR_FCM_TRLX_SHIFT 2
100574 +#define OR_FCM_EHTR 0x00000002
100575 +#define OR_FCM_EHTR_SHIFT 1
100576 +};
100577 +
100578 +struct fsl_lbc_regs {
100579 + struct fsl_lbc_bank bank[8];
100580 + u8 res0[0x28];
100581 + __be32 mar; /**< UPM Address Register */
100582 + u8 res1[0x4];
100583 + __be32 mamr; /**< UPMA Mode Register */
100584 +#define MxMR_OP_NO (0 << 28) /**< normal operation */
100585 +#define MxMR_OP_WA (1 << 28) /**< write array */
100586 +#define MxMR_OP_RA (2 << 28) /**< read array */
100587 +#define MxMR_OP_RP (3 << 28) /**< run pattern */
100588 +#define MxMR_MAD 0x3f /**< machine address */
100589 + __be32 mbmr; /**< UPMB Mode Register */
100590 + __be32 mcmr; /**< UPMC Mode Register */
100591 + u8 res2[0x8];
100592 + __be32 mrtpr; /**< Memory Refresh Timer Prescaler Register */
100593 + __be32 mdr; /**< UPM Data Register */
100594 + u8 res3[0x4];
100595 + __be32 lsor; /**< Special Operation Initiation Register */
100596 + __be32 lsdmr; /**< SDRAM Mode Register */
100597 + u8 res4[0x8];
100598 + __be32 lurt; /**< UPM Refresh Timer */
100599 + __be32 lsrt; /**< SDRAM Refresh Timer */
100600 + u8 res5[0x8];
100601 + __be32 ltesr; /**< Transfer Error Status Register */
100602 +#define LTESR_BM 0x80000000
100603 +#define LTESR_FCT 0x40000000
100604 +#define LTESR_PAR 0x20000000
100605 +#define LTESR_WP 0x04000000
100606 +#define LTESR_ATMW 0x00800000
100607 +#define LTESR_ATMR 0x00400000
100608 +#define LTESR_CS 0x00080000
100609 +#define LTESR_CC 0x00000001
100610 +#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
100611 + __be32 ltedr; /**< Transfer Error Disable Register */
100612 + __be32 lteir; /**< Transfer Error Interrupt Register */
100613 + __be32 lteatr; /**< Transfer Error Attributes Register */
100614 + __be32 ltear; /**< Transfer Error Address Register */
100615 + u8 res6[0xC];
100616 + __be32 lbcr; /**< Configuration Register */
100617 +#define LBCR_LDIS 0x80000000
100618 +#define LBCR_LDIS_SHIFT 31
100619 +#define LBCR_BCTLC 0x00C00000
100620 +#define LBCR_BCTLC_SHIFT 22
100621 +#define LBCR_AHD 0x00200000
100622 +#define LBCR_LPBSE 0x00020000
100623 +#define LBCR_LPBSE_SHIFT 17
100624 +#define LBCR_EPAR 0x00010000
100625 +#define LBCR_EPAR_SHIFT 16
100626 +#define LBCR_BMT 0x0000FF00
100627 +#define LBCR_BMT_SHIFT 8
100628 +#define LBCR_INIT 0x00040000
100629 + __be32 lcrr; /**< Clock Ratio Register */
100630 +#define LCRR_DBYP 0x80000000
100631 +#define LCRR_DBYP_SHIFT 31
100632 +#define LCRR_BUFCMDC 0x30000000
100633 +#define LCRR_BUFCMDC_SHIFT 28
100634 +#define LCRR_ECL 0x03000000
100635 +#define LCRR_ECL_SHIFT 24
100636 +#define LCRR_EADC 0x00030000
100637 +#define LCRR_EADC_SHIFT 16
100638 +#define LCRR_CLKDIV 0x0000000F
100639 +#define LCRR_CLKDIV_SHIFT 0
100640 + u8 res7[0x8];
100641 + __be32 fmr; /**< Flash Mode Register */
100642 +#define FMR_CWTO 0x0000F000
100643 +#define FMR_CWTO_SHIFT 12
100644 +#define FMR_BOOT 0x00000800
100645 +#define FMR_ECCM 0x00000100
100646 +#define FMR_AL 0x00000030
100647 +#define FMR_AL_SHIFT 4
100648 +#define FMR_OP 0x00000003
100649 +#define FMR_OP_SHIFT 0
100650 + __be32 fir; /**< Flash Instruction Register */
100651 +#define FIR_OP0 0xF0000000
100652 +#define FIR_OP0_SHIFT 28
100653 +#define FIR_OP1 0x0F000000
100654 +#define FIR_OP1_SHIFT 24
100655 +#define FIR_OP2 0x00F00000
100656 +#define FIR_OP2_SHIFT 20
100657 +#define FIR_OP3 0x000F0000
100658 +#define FIR_OP3_SHIFT 16
100659 +#define FIR_OP4 0x0000F000
100660 +#define FIR_OP4_SHIFT 12
100661 +#define FIR_OP5 0x00000F00
100662 +#define FIR_OP5_SHIFT 8
100663 +#define FIR_OP6 0x000000F0
100664 +#define FIR_OP6_SHIFT 4
100665 +#define FIR_OP7 0x0000000F
100666 +#define FIR_OP7_SHIFT 0
100667 +#define FIR_OP_NOP 0x0 /* No operation and end of sequence */
100668 +#define FIR_OP_CA 0x1 /* Issue current column address */
100669 +#define FIR_OP_PA 0x2 /* Issue current block+page address */
100670 +#define FIR_OP_UA 0x3 /* Issue user defined address */
100671 +#define FIR_OP_CM0 0x4 /* Issue command from FCR[CMD0] */
100672 +#define FIR_OP_CM1 0x5 /* Issue command from FCR[CMD1] */
100673 +#define FIR_OP_CM2 0x6 /* Issue command from FCR[CMD2] */
100674 +#define FIR_OP_CM3 0x7 /* Issue command from FCR[CMD3] */
100675 +#define FIR_OP_WB 0x8 /* Write FBCR bytes from FCM buffer */
100676 +#define FIR_OP_WS 0x9 /* Write 1 or 2 bytes from MDR[AS] */
100677 +#define FIR_OP_RB 0xA /* Read FBCR bytes to FCM buffer */
100678 +#define FIR_OP_RS 0xB /* Read 1 or 2 bytes to MDR[AS] */
100679 +#define FIR_OP_CW0 0xC /* Wait then issue FCR[CMD0] */
100680 +#define FIR_OP_CW1 0xD /* Wait then issue FCR[CMD1] */
100681 +#define FIR_OP_RBW 0xE /* Wait then read FBCR bytes */
100682 +#define FIR_OP_RSW 0xE /* Wait then read 1 or 2 bytes */
100683 + __be32 fcr; /**< Flash Command Register */
100684 +#define FCR_CMD0 0xFF000000
100685 +#define FCR_CMD0_SHIFT 24
100686 +#define FCR_CMD1 0x00FF0000
100687 +#define FCR_CMD1_SHIFT 16
100688 +#define FCR_CMD2 0x0000FF00
100689 +#define FCR_CMD2_SHIFT 8
100690 +#define FCR_CMD3 0x000000FF
100691 +#define FCR_CMD3_SHIFT 0
100692 + __be32 fbar; /**< Flash Block Address Register */
100693 +#define FBAR_BLK 0x00FFFFFF
100694 + __be32 fpar; /**< Flash Page Address Register */
100695 +#define FPAR_SP_PI 0x00007C00
100696 +#define FPAR_SP_PI_SHIFT 10
100697 +#define FPAR_SP_MS 0x00000200
100698 +#define FPAR_SP_CI 0x000001FF
100699 +#define FPAR_SP_CI_SHIFT 0
100700 +#define FPAR_LP_PI 0x0003F000
100701 +#define FPAR_LP_PI_SHIFT 12
100702 +#define FPAR_LP_MS 0x00000800
100703 +#define FPAR_LP_CI 0x000007FF
100704 +#define FPAR_LP_CI_SHIFT 0
100705 + __be32 fbcr; /**< Flash Byte Count Register */
100706 +#define FBCR_BC 0x00000FFF
100707 + u8 res11[0x8];
100708 + u8 res8[0xF00];
100709 +};
100710 +
100711 +extern struct fsl_lbc_regs __iomem *fsl_lbc_regs;
100712 +extern spinlock_t fsl_lbc_lock;
100713 +
100714 +/*
100715 + * FSL UPM routines
100716 + */
100717 +struct fsl_upm {
100718 + __be32 __iomem *mxmr;
100719 + int width;
100720 +};
100721 +
100722 +extern int fsl_lbc_find(phys_addr_t addr_base);
100723 +extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm);
100724 +
100725 +/**
100726 + * fsl_upm_start_pattern - start UPM patterns execution
100727 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
100728 + * @pat_offset: UPM pattern offset for the command to be executed
100729 + *
100730 + * This routine programmes UPM so the next memory access that hits an UPM
100731 + * will trigger pattern execution, starting at pat_offset.
100732 + */
100733 +static inline void fsl_upm_start_pattern(struct fsl_upm *upm, u8 pat_offset)
100734 +{
100735 + clrsetbits_be32(upm->mxmr, MxMR_MAD, MxMR_OP_RP | pat_offset);
100736 +}
100737 +
100738 +/**
100739 + * fsl_upm_end_pattern - end UPM patterns execution
100740 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
100741 + *
100742 + * This routine reverts UPM to normal operation mode.
100743 + */
100744 +static inline void fsl_upm_end_pattern(struct fsl_upm *upm)
100745 +{
100746 + clrbits32(upm->mxmr, MxMR_OP_RP);
100747 +
100748 + while (in_be32(upm->mxmr) & MxMR_OP_RP)
100749 + cpu_relax();
100750 +}
100751 +
100752 +/**
100753 + * fsl_upm_run_pattern - actually run an UPM pattern
100754 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
100755 + * @io_base: remapped pointer to where memory access should happen
100756 + * @mar: MAR register content during pattern execution
100757 + *
100758 + * This function triggers dummy write to the memory specified by the io_base,
100759 + * thus UPM pattern actually executed. Note that mar usage depends on the
100760 + * pre-programmed AMX bits in the UPM RAM.
100761 + */
100762 +static inline int fsl_upm_run_pattern(struct fsl_upm *upm,
100763 + void __iomem *io_base, u32 mar)
100764 +{
100765 + int ret = 0;
100766 + unsigned long flags;
100767 +
100768 + spin_lock_irqsave(&fsl_lbc_lock, flags);
100769 +
100770 + out_be32(&fsl_lbc_regs->mar, mar << (32 - upm->width));
100771 +
100772 + switch (upm->width) {
100773 + case 8:
100774 + out_8(io_base, 0x0);
100775 + break;
100776 + case 16:
100777 + out_be16(io_base, 0x0);
100778 + break;
100779 + case 32:
100780 + out_be32(io_base, 0x0);
100781 + break;
100782 + default:
100783 + ret = -EINVAL;
100784 + break;
100785 + }
100786 +
100787 + spin_unlock_irqrestore(&fsl_lbc_lock, flags);
100788 +
100789 + return ret;
100790 +}
100791 +
100792 +#endif /* __ASM_FSL_LBC_H */
100793 --- /dev/null
100794 +++ b/include/asm-powerpc/gpio.h
100795 @@ -0,0 +1,56 @@
100796 +/*
100797 + * Generic GPIO API implementation for PowerPC.
100798 + *
100799 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
100800 + *
100801 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
100802 + *
100803 + * This program is free software; you can redistribute it and/or modify
100804 + * it under the terms of the GNU General Public License as published by
100805 + * the Free Software Foundation; either version 2 of the License, or
100806 + * (at your option) any later version.
100807 + */
100808 +
100809 +#ifndef __ASM_POWERPC_GPIO_H
100810 +#define __ASM_POWERPC_GPIO_H
100811 +
100812 +#include <linux/errno.h>
100813 +#include <asm-generic/gpio.h>
100814 +
100815 +#ifdef CONFIG_HAVE_GPIO_LIB
100816 +
100817 +/*
100818 + * We don't (yet) implement inlined/rapid versions for on-chip gpios.
100819 + * Just call gpiolib.
100820 + */
100821 +static inline int gpio_get_value(unsigned int gpio)
100822 +{
100823 + return __gpio_get_value(gpio);
100824 +}
100825 +
100826 +static inline void gpio_set_value(unsigned int gpio, int value)
100827 +{
100828 + __gpio_set_value(gpio, value);
100829 +}
100830 +
100831 +static inline int gpio_cansleep(unsigned int gpio)
100832 +{
100833 + return __gpio_cansleep(gpio);
100834 +}
100835 +
100836 +/*
100837 + * Not implemented, yet.
100838 + */
100839 +static inline int gpio_to_irq(unsigned int gpio)
100840 +{
100841 + return -ENOSYS;
100842 +}
100843 +
100844 +static inline int irq_to_gpio(unsigned int irq)
100845 +{
100846 + return -EINVAL;
100847 +}
100848 +
100849 +#endif /* CONFIG_HAVE_GPIO_LIB */
100850 +
100851 +#endif /* __ASM_POWERPC_GPIO_H */
100852 --- a/include/asm-powerpc/hw_irq.h
100853 +++ b/include/asm-powerpc/hw_irq.h
100854 @@ -27,7 +27,7 @@
100855 return flags;
100856 }
100857
100858 -static inline unsigned long local_irq_disable(void)
100859 +static inline unsigned long raw_local_irq_disable(void)
100860 {
100861 unsigned long flags, zero;
100862
100863 @@ -39,14 +39,15 @@
100864 return flags;
100865 }
100866
100867 -extern void local_irq_restore(unsigned long);
100868 +extern void raw_local_irq_restore(unsigned long);
100869 extern void iseries_handle_interrupts(void);
100870
100871 -#define local_irq_enable() local_irq_restore(1)
100872 -#define local_save_flags(flags) ((flags) = local_get_flags())
100873 -#define local_irq_save(flags) ((flags) = local_irq_disable())
100874 +#define raw_local_irq_enable() raw_local_irq_restore(1)
100875 +#define raw_local_save_flags(flags) ((flags) = local_get_flags())
100876 +#define raw_local_irq_save(flags) ((flags) = raw_local_irq_disable())
100877
100878 -#define irqs_disabled() (local_get_flags() == 0)
100879 +#define raw_irqs_disabled() (local_get_flags() == 0)
100880 +#define raw_irqs_disabled_flags(flags) ((flags) == 0)
100881
100882 #define __hard_irq_enable() __mtmsrd(mfmsr() | MSR_EE, 1)
100883 #define __hard_irq_disable() __mtmsrd(mfmsr() & ~MSR_EE, 1)
100884 --- a/include/asm-powerpc/immap_qe.h
100885 +++ b/include/asm-powerpc/immap_qe.h
100886 @@ -20,6 +20,7 @@
100887 #ifdef __KERNEL__
100888
100889 #include <linux/kernel.h>
100890 +#include <asm/io.h>
100891
100892 #define QE_IMMAP_SIZE (1024 * 1024) /* 1MB from 1MB+IMMR */
100893
100894 @@ -468,7 +469,7 @@
100895 u8 res18[0xC0000]; /* 0x140000 - 0x200000 */
100896 } __attribute__ ((packed));
100897
100898 -extern struct qe_immap *qe_immr;
100899 +extern struct qe_immap __iomem *qe_immr;
100900 extern phys_addr_t get_qe_base(void);
100901
100902 static inline unsigned long immrbar_virt_to_phys(void *address)
100903 --- a/include/asm-powerpc/irqflags.h
100904 +++ b/include/asm-powerpc/irqflags.h
100905 @@ -2,30 +2,43 @@
100906 * include/asm-powerpc/irqflags.h
100907 *
100908 * IRQ flags handling
100909 - *
100910 - * This file gets included from lowlevel asm headers too, to provide
100911 - * wrapped versions of the local_irq_*() APIs, based on the
100912 - * raw_local_irq_*() macros from the lowlevel headers.
100913 */
100914 #ifndef _ASM_IRQFLAGS_H
100915 #define _ASM_IRQFLAGS_H
100916
100917 +#ifndef __ASSEMBLY__
100918 /*
100919 * Get definitions for raw_local_save_flags(x), etc.
100920 */
100921 #include <asm-powerpc/hw_irq.h>
100922
100923 +#else
100924 +#ifdef CONFIG_TRACE_IRQFLAGS
100925 /*
100926 - * Do the CPU's IRQ-state tracing from assembly code. We call a
100927 - * C function, so save all the C-clobbered registers:
100928 + * Most of the CPU's IRQ-state tracing is done from assembly code; we
100929 + * have to call a C function so call a wrapper that saves all the
100930 + * C-clobbered registers.
100931 */
100932 -#ifdef CONFIG_TRACE_IRQFLAGS
100933 -
100934 -#error No support on PowerPC yet for CONFIG_TRACE_IRQFLAGS
100935 -
100936 +#define TRACE_ENABLE_INTS bl .trace_hardirqs_on
100937 +#define TRACE_DISABLE_INTS bl .trace_hardirqs_off
100938 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip) \
100939 + cmpdi en, 0; \
100940 + bne 95f; \
100941 + stb en,PACASOFTIRQEN(r13); \
100942 + bl .trace_hardirqs_off; \
100943 + b skip; \
100944 +95: bl .trace_hardirqs_on; \
100945 + li en,1;
100946 +#define TRACE_AND_RESTORE_IRQ(en) \
100947 + TRACE_AND_RESTORE_IRQ_PARTIAL(en,96f); \
100948 +96: stb en,PACASOFTIRQEN(r13)
100949 #else
100950 -# define TRACE_IRQS_ON
100951 -# define TRACE_IRQS_OFF
100952 +#define TRACE_ENABLE_INTS
100953 +#define TRACE_DISABLE_INTS
100954 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip)
100955 +#define TRACE_AND_RESTORE_IRQ(en) \
100956 + stb en,PACASOFTIRQEN(r13)
100957 +#endif
100958 #endif
100959
100960 #endif
100961 --- /dev/null
100962 +++ b/include/asm-powerpc/iseries/alpaca.h
100963 @@ -0,0 +1,31 @@
100964 +/*
100965 + * Copyright © 2008 Stephen Rothwell IBM Corporation
100966 + *
100967 + * This program is free software; you can redistribute it and/or modify
100968 + * it under the terms of the GNU General Public License as published by
100969 + * the Free Software Foundation; either version 2 of the License, or
100970 + * (at your option) any later version.
100971 + *
100972 + * This program is distributed in the hope that it will be useful,
100973 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
100974 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
100975 + * GNU General Public License for more details.
100976 + *
100977 + * You should have received a copy of the GNU General Public License
100978 + * along with this program; if not, write to the Free Software
100979 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
100980 + */
100981 +#ifndef _ASM_POWERPC_ISERIES_ALPACA_H
100982 +#define _ASM_POWERPC_ISERIES_ALPACA_H
100983 +
100984 +/*
100985 + * This is the part of the paca that the iSeries hypervisor
100986 + * needs to be statically initialised. Immediately after boot
100987 + * we switch to the normal Linux paca.
100988 + */
100989 +struct alpaca {
100990 + struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
100991 + const void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
100992 +};
100993 +
100994 +#endif /* _ASM_POWERPC_ISERIES_ALPACA_H */
100995 --- a/include/asm-powerpc/iseries/it_lp_reg_save.h
100996 +++ /dev/null
100997 @@ -1,85 +0,0 @@
100998 -/*
100999 - * Copyright (C) 2001 Mike Corrigan IBM Corporation
101000 - *
101001 - * This program is free software; you can redistribute it and/or modify
101002 - * it under the terms of the GNU General Public License as published by
101003 - * the Free Software Foundation; either version 2 of the License, or
101004 - * (at your option) any later version.
101005 - *
101006 - * This program is distributed in the hope that it will be useful,
101007 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
101008 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101009 - * GNU General Public License for more details.
101010 - *
101011 - * You should have received a copy of the GNU General Public License
101012 - * along with this program; if not, write to the Free Software
101013 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
101014 - */
101015 -#ifndef _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101016 -#define _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101017 -
101018 -/*
101019 - * This control block contains the data that is shared between PLIC
101020 - * and the OS
101021 - */
101022 -
101023 -struct ItLpRegSave {
101024 - u32 xDesc; // Eye catcher "LpRS" ebcdic 000-003
101025 - u16 xSize; // Size of this class 004-005
101026 - u8 xInUse; // Area is live 006-007
101027 - u8 xRsvd1[9]; // Reserved 007-00F
101028 -
101029 - u8 xFixedRegSave[352]; // Fixed Register Save Area 010-16F
101030 - u32 xCTRL; // Control Register 170-173
101031 - u32 xDEC; // Decrementer 174-177
101032 - u32 xFPSCR; // FP Status and Control Reg 178-17B
101033 - u32 xPVR; // Processor Version Number 17C-17F
101034 -
101035 - u64 xMMCR0; // Monitor Mode Control Reg 0 180-187
101036 - u32 xPMC1; // Perf Monitor Counter 1 188-18B
101037 - u32 xPMC2; // Perf Monitor Counter 2 18C-18F
101038 - u32 xPMC3; // Perf Monitor Counter 3 190-193
101039 - u32 xPMC4; // Perf Monitor Counter 4 194-197
101040 - u32 xPIR; // Processor ID Reg 198-19B
101041 -
101042 - u32 xMMCR1; // Monitor Mode Control Reg 1 19C-19F
101043 - u32 xMMCRA; // Monitor Mode Control Reg A 1A0-1A3
101044 - u32 xPMC5; // Perf Monitor Counter 5 1A4-1A7
101045 - u32 xPMC6; // Perf Monitor Counter 6 1A8-1AB
101046 - u32 xPMC7; // Perf Monitor Counter 7 1AC-1AF
101047 - u32 xPMC8; // Perf Monitor Counter 8 1B0-1B3
101048 - u32 xTSC; // Thread Switch Control 1B4-1B7
101049 - u32 xTST; // Thread Switch Timeout 1B8-1BB
101050 - u32 xRsvd; // Reserved 1BC-1BF
101051 -
101052 - u64 xACCR; // Address Compare Control Reg 1C0-1C7
101053 - u64 xIMR; // Instruction Match Register 1C8-1CF
101054 - u64 xSDR1; // Storage Description Reg 1 1D0-1D7
101055 - u64 xSPRG0; // Special Purpose Reg General0 1D8-1DF
101056 - u64 xSPRG1; // Special Purpose Reg General1 1E0-1E7
101057 - u64 xSPRG2; // Special Purpose Reg General2 1E8-1EF
101058 - u64 xSPRG3; // Special Purpose Reg General3 1F0-1F7
101059 - u64 xTB; // Time Base Register 1F8-1FF
101060 -
101061 - u64 xFPR[32]; // Floating Point Registers 200-2FF
101062 -
101063 - u64 xMSR; // Machine State Register 300-307
101064 - u64 xNIA; // Next Instruction Address 308-30F
101065 -
101066 - u64 xDABR; // Data Address Breakpoint Reg 310-317
101067 - u64 xIABR; // Inst Address Breakpoint Reg 318-31F
101068 -
101069 - u64 xHID0; // HW Implementation Dependent0 320-327
101070 -
101071 - u64 xHID4; // HW Implementation Dependent4 328-32F
101072 - u64 xSCOMd; // SCON Data Reg (SPRG4) 330-337
101073 - u64 xSCOMc; // SCON Command Reg (SPRG5) 338-33F
101074 - u64 xSDAR; // Sample Data Address Register 340-347
101075 - u64 xSIAR; // Sample Inst Address Register 348-34F
101076 -
101077 - u8 xRsvd3[176]; // Reserved 350-3FF
101078 -};
101079 -
101080 -extern struct ItLpRegSave iseries_reg_save[];
101081 -
101082 -#endif /* _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H */
101083 --- a/include/asm-powerpc/lmb.h
101084 +++ b/include/asm-powerpc/lmb.h
101085 @@ -1,81 +1,15 @@
101086 #ifndef _ASM_POWERPC_LMB_H
101087 #define _ASM_POWERPC_LMB_H
101088 -#ifdef __KERNEL__
101089
101090 -/*
101091 - * Definitions for talking to the Open Firmware PROM on
101092 - * Power Macintosh computers.
101093 - *
101094 - * Copyright (C) 2001 Peter Bergner, IBM Corp.
101095 - *
101096 - * This program is free software; you can redistribute it and/or
101097 - * modify it under the terms of the GNU General Public License
101098 - * as published by the Free Software Foundation; either version
101099 - * 2 of the License, or (at your option) any later version.
101100 - */
101101 +#include <asm/udbg.h>
101102
101103 -#include <linux/init.h>
101104 -#include <asm/prom.h>
101105 +#define LMB_DBG(fmt...) udbg_printf(fmt)
101106
101107 -#define MAX_LMB_REGIONS 128
101108 +#ifdef CONFIG_PPC32
101109 +extern phys_addr_t lowmem_end_addr;
101110 +#define LMB_REAL_LIMIT lowmem_end_addr
101111 +#else
101112 +#define LMB_REAL_LIMIT 0
101113 +#endif
101114
101115 -struct lmb_property {
101116 - unsigned long base;
101117 - unsigned long size;
101118 -};
101119 -
101120 -struct lmb_region {
101121 - unsigned long cnt;
101122 - unsigned long size;
101123 - struct lmb_property region[MAX_LMB_REGIONS+1];
101124 -};
101125 -
101126 -struct lmb {
101127 - unsigned long debug;
101128 - unsigned long rmo_size;
101129 - struct lmb_region memory;
101130 - struct lmb_region reserved;
101131 -};
101132 -
101133 -extern struct lmb lmb;
101134 -
101135 -extern void __init lmb_init(void);
101136 -extern void __init lmb_analyze(void);
101137 -extern long __init lmb_add(unsigned long base, unsigned long size);
101138 -extern long __init lmb_reserve(unsigned long base, unsigned long size);
101139 -extern unsigned long __init lmb_alloc(unsigned long size, unsigned long align);
101140 -extern unsigned long __init lmb_alloc_base(unsigned long size,
101141 - unsigned long align, unsigned long max_addr);
101142 -extern unsigned long __init __lmb_alloc_base(unsigned long size,
101143 - unsigned long align, unsigned long max_addr);
101144 -extern unsigned long __init lmb_phys_mem_size(void);
101145 -extern unsigned long __init lmb_end_of_DRAM(void);
101146 -extern void __init lmb_enforce_memory_limit(unsigned long memory_limit);
101147 -extern int __init lmb_is_reserved(unsigned long addr);
101148 -
101149 -extern void lmb_dump_all(void);
101150 -
101151 -static inline unsigned long
101152 -lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
101153 -{
101154 - return type->region[region_nr].size;
101155 -}
101156 -static inline unsigned long
101157 -lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
101158 -{
101159 - return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
101160 -}
101161 -static inline unsigned long
101162 -lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
101163 -{
101164 - return type->region[region_nr].base >> PAGE_SHIFT;
101165 -}
101166 -static inline unsigned long
101167 -lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
101168 -{
101169 - return lmb_start_pfn(type, region_nr) +
101170 - lmb_size_pages(type, region_nr);
101171 -}
101172 -
101173 -#endif /* __KERNEL__ */
101174 #endif /* _ASM_POWERPC_LMB_H */
101175 --- a/include/asm-powerpc/machdep.h
101176 +++ b/include/asm-powerpc/machdep.h
101177 @@ -68,6 +68,8 @@
101178 unsigned long vflags,
101179 int psize, int ssize);
101180 long (*hpte_remove)(unsigned long hpte_group);
101181 + void (*hpte_removebolted)(unsigned long ea,
101182 + int psize, int ssize);
101183 void (*flush_hash_range)(unsigned long number, int local);
101184
101185 /* special for kexec, to be called in real mode, linar mapping is
101186 @@ -196,9 +198,6 @@
101187 May be NULL. */
101188 void (*init)(void);
101189
101190 - void (*setup_io_mappings)(void);
101191 -
101192 - void (*early_serial_map)(void);
101193 void (*kgdb_map_scc)(void);
101194
101195 /*
101196 --- a/include/asm-powerpc/macio.h
101197 +++ b/include/asm-powerpc/macio.h
101198 @@ -2,7 +2,7 @@
101199 #define __MACIO_ASIC_H__
101200 #ifdef __KERNEL__
101201
101202 -#include <asm/of_device.h>
101203 +#include <linux/of_device.h>
101204
101205 extern struct bus_type macio_bus_type;
101206
101207 --- a/include/asm-powerpc/mmu-40x.h
101208 +++ b/include/asm-powerpc/mmu-40x.h
101209 @@ -53,8 +53,6 @@
101210
101211 #ifndef __ASSEMBLY__
101212
101213 -typedef unsigned long phys_addr_t;
101214 -
101215 typedef struct {
101216 unsigned long id;
101217 unsigned long vdso_base;
101218 --- a/include/asm-powerpc/mmu-44x.h
101219 +++ b/include/asm-powerpc/mmu-44x.h
101220 @@ -53,8 +53,6 @@
101221
101222 #ifndef __ASSEMBLY__
101223
101224 -typedef unsigned long long phys_addr_t;
101225 -
101226 typedef struct {
101227 unsigned long id;
101228 unsigned long vdso_base;
101229 --- a/include/asm-powerpc/mmu-8xx.h
101230 +++ b/include/asm-powerpc/mmu-8xx.h
101231 @@ -136,8 +136,6 @@
101232 #define SPRN_M_TW 799
101233
101234 #ifndef __ASSEMBLY__
101235 -typedef unsigned long phys_addr_t;
101236 -
101237 typedef struct {
101238 unsigned long id;
101239 unsigned long vdso_base;
101240 --- a/include/asm-powerpc/mmu-fsl-booke.h
101241 +++ b/include/asm-powerpc/mmu-fsl-booke.h
101242 @@ -73,12 +73,6 @@
101243
101244 #ifndef __ASSEMBLY__
101245
101246 -#ifndef CONFIG_PHYS_64BIT
101247 -typedef unsigned long phys_addr_t;
101248 -#else
101249 -typedef unsigned long long phys_addr_t;
101250 -#endif
101251 -
101252 typedef struct {
101253 unsigned long id;
101254 unsigned long vdso_base;
101255 --- a/include/asm-powerpc/mmu-hash32.h
101256 +++ b/include/asm-powerpc/mmu-hash32.h
101257 @@ -84,8 +84,6 @@
101258 unsigned long vdso_base;
101259 } mm_context_t;
101260
101261 -typedef unsigned long phys_addr_t;
101262 -
101263 #endif /* !__ASSEMBLY__ */
101264
101265 #endif /* _ASM_POWERPC_MMU_HASH32_H_ */
101266 --- a/include/asm-powerpc/mmu-hash64.h
101267 +++ b/include/asm-powerpc/mmu-hash64.h
101268 @@ -469,9 +469,6 @@
101269 VSID_MODULUS_256M)
101270 #define KERNEL_VSID(ea) VSID_SCRAMBLE(GET_ESID(ea))
101271
101272 -/* Physical address used by some IO functions */
101273 -typedef unsigned long phys_addr_t;
101274 -
101275 #endif /* __ASSEMBLY__ */
101276
101277 #endif /* _ASM_POWERPC_MMU_HASH64_H_ */
101278 --- a/include/asm-powerpc/paca.h
101279 +++ b/include/asm-powerpc/paca.h
101280 @@ -42,10 +42,7 @@
101281 * Defines the layout of the paca.
101282 *
101283 * This structure is not directly accessed by firmware or the service
101284 - * processor except for the first two pointers that point to the
101285 - * lppaca area and the ItLpRegSave area for this CPU. The lppaca
101286 - * object is currently contained within the PACA but it doesn't need
101287 - * to be.
101288 + * processor.
101289 */
101290 struct paca_struct {
101291 /*
101292 @@ -55,14 +52,7 @@
101293 * avoid cacheline bouncing.
101294 */
101295
101296 - /*
101297 - * MAGIC: These first two pointers can't be moved - they're
101298 - * accessed by the firmware
101299 - */
101300 struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
101301 -#ifdef CONFIG_PPC_ISERIES
101302 - void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
101303 -#endif /* CONFIG_PPC_ISERIES */
101304
101305 /*
101306 * MAGIC: the spinlock functions in arch/powerpc/lib/locks.c
101307 --- a/include/asm-powerpc/page.h
101308 +++ b/include/asm-powerpc/page.h
101309 @@ -53,6 +53,7 @@
101310
101311 #define PAGE_OFFSET ASM_CONST(CONFIG_KERNEL_START)
101312 #define KERNELBASE (PAGE_OFFSET + PHYSICAL_START)
101313 +#define LOAD_OFFSET PAGE_OFFSET
101314
101315 #ifdef CONFIG_FLATMEM
101316 #define pfn_valid(pfn) ((pfn) < max_mapnr)
101317 --- a/include/asm-powerpc/page_32.h
101318 +++ b/include/asm-powerpc/page_32.h
101319 @@ -3,8 +3,6 @@
101320
101321 #define VM_DATA_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS32
101322
101323 -#define PPC_MEMSTART 0
101324 -
101325 #ifdef CONFIG_NOT_COHERENT_CACHE
101326 #define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES
101327 #endif
101328 --- a/include/asm-powerpc/pasemi_dma.h
101329 +++ b/include/asm-powerpc/pasemi_dma.h
101330 @@ -1,5 +1,5 @@
101331 /*
101332 - * Copyright (C) 2006 PA Semi, Inc
101333 + * Copyright (C) 2006-2008 PA Semi, Inc
101334 *
101335 * Hardware register layout and descriptor formats for the on-board
101336 * DMA engine on PA Semi PWRficient. Used by ethernet, function and security
101337 @@ -40,6 +40,11 @@
101338 PAS_DMA_COM_TXSTA = 0x104, /* Transmit Status Register */
101339 PAS_DMA_COM_RXCMD = 0x108, /* Receive Command Register */
101340 PAS_DMA_COM_RXSTA = 0x10c, /* Receive Status Register */
101341 + PAS_DMA_COM_CFG = 0x114, /* Common config reg */
101342 + PAS_DMA_TXF_SFLG0 = 0x140, /* Set flags */
101343 + PAS_DMA_TXF_SFLG1 = 0x144, /* Set flags */
101344 + PAS_DMA_TXF_CFLG0 = 0x148, /* Set flags */
101345 + PAS_DMA_TXF_CFLG1 = 0x14c, /* Set flags */
101346 };
101347
101348
101349 @@ -123,11 +128,16 @@
101350 #define PAS_DMA_TXCHAN_TCMDSTA_DA 0x00000100
101351 #define PAS_DMA_TXCHAN_CFG(c) (0x304+(c)*_PAS_DMA_TXCHAN_STRIDE)
101352 #define PAS_DMA_TXCHAN_CFG_TY_IFACE 0x00000000 /* Type = interface */
101353 +#define PAS_DMA_TXCHAN_CFG_TY_COPY 0x00000001 /* Type = copy only */
101354 +#define PAS_DMA_TXCHAN_CFG_TY_FUNC 0x00000002 /* Type = function */
101355 +#define PAS_DMA_TXCHAN_CFG_TY_XOR 0x00000003 /* Type = xor only */
101356 #define PAS_DMA_TXCHAN_CFG_TATTR_M 0x0000003c
101357 #define PAS_DMA_TXCHAN_CFG_TATTR_S 2
101358 #define PAS_DMA_TXCHAN_CFG_TATTR(x) (((x) << PAS_DMA_TXCHAN_CFG_TATTR_S) & \
101359 PAS_DMA_TXCHAN_CFG_TATTR_M)
101360 -#define PAS_DMA_TXCHAN_CFG_WT_M 0x000001c0
101361 +#define PAS_DMA_TXCHAN_CFG_LPDQ 0x00000800
101362 +#define PAS_DMA_TXCHAN_CFG_LPSQ 0x00000400
101363 +#define PAS_DMA_TXCHAN_CFG_WT_M 0x000003c0
101364 #define PAS_DMA_TXCHAN_CFG_WT_S 6
101365 #define PAS_DMA_TXCHAN_CFG_WT(x) (((x) << PAS_DMA_TXCHAN_CFG_WT_S) & \
101366 PAS_DMA_TXCHAN_CFG_WT_M)
101367 @@ -394,11 +404,62 @@
101368 XCT_COPY_LLEN_M)
101369 #define XCT_COPY_SE 0x0000000000000001ull
101370
101371 +/* Function descriptor fields */
101372 +#define XCT_FUN_T 0x8000000000000000ull
101373 +#define XCT_FUN_ST 0x4000000000000000ull
101374 +#define XCT_FUN_RR_M 0x3000000000000000ull
101375 +#define XCT_FUN_RR_NORES 0x0000000000000000ull
101376 +#define XCT_FUN_RR_8BRES 0x1000000000000000ull
101377 +#define XCT_FUN_RR_24BRES 0x2000000000000000ull
101378 +#define XCT_FUN_RR_40BRES 0x3000000000000000ull
101379 +#define XCT_FUN_I 0x0800000000000000ull
101380 +#define XCT_FUN_O 0x0400000000000000ull
101381 +#define XCT_FUN_E 0x0200000000000000ull
101382 +#define XCT_FUN_FUN_M 0x01c0000000000000ull
101383 +#define XCT_FUN_FUN_S 54
101384 +#define XCT_FUN_FUN(x) ((((long)(x)) << XCT_FUN_FUN_S) & XCT_FUN_FUN_M)
101385 +#define XCT_FUN_CRM_M 0x0038000000000000ull
101386 +#define XCT_FUN_CRM_NOP 0x0000000000000000ull
101387 +#define XCT_FUN_CRM_SIG 0x0008000000000000ull
101388 +#define XCT_FUN_LLEN_M 0x0007ffff00000000ull
101389 +#define XCT_FUN_LLEN_S 32
101390 +#define XCT_FUN_LLEN(x) ((((long)(x)) << XCT_FUN_LLEN_S) & XCT_FUN_LLEN_M)
101391 +#define XCT_FUN_SHL_M 0x00000000f8000000ull
101392 +#define XCT_FUN_SHL_S 27
101393 +#define XCT_FUN_SHL(x) ((((long)(x)) << XCT_FUN_SHL_S) & XCT_FUN_SHL_M)
101394 +#define XCT_FUN_CHL_M 0x0000000007c00000ull
101395 +#define XCT_FUN_HSZ_M 0x00000000003c0000ull
101396 +#define XCT_FUN_ALG_M 0x0000000000038000ull
101397 +#define XCT_FUN_HP 0x0000000000004000ull
101398 +#define XCT_FUN_BCM_M 0x0000000000003800ull
101399 +#define XCT_FUN_BCP_M 0x0000000000000600ull
101400 +#define XCT_FUN_SIG_M 0x00000000000001f0ull
101401 +#define XCT_FUN_SIG_TCP4 0x0000000000000140ull
101402 +#define XCT_FUN_SIG_TCP6 0x0000000000000150ull
101403 +#define XCT_FUN_SIG_UDP4 0x0000000000000160ull
101404 +#define XCT_FUN_SIG_UDP6 0x0000000000000170ull
101405 +#define XCT_FUN_A 0x0000000000000008ull
101406 +#define XCT_FUN_C 0x0000000000000004ull
101407 +#define XCT_FUN_AL2 0x0000000000000002ull
101408 +#define XCT_FUN_SE 0x0000000000000001ull
101409 +
101410 +/* Function descriptor 8byte result fields */
101411 +#define XCT_FUNRES_8B_CS_M 0x0000ffff00000000ull
101412 +#define XCT_FUNRES_8B_CS_S 32
101413 +#define XCT_FUNRES_8B_CRC_M 0x00000000ffffffffull
101414 +#define XCT_FUNRES_8B_CRC_S 0
101415 +
101416 /* Control descriptor fields */
101417 #define CTRL_CMD_T 0x8000000000000000ull
101418 #define CTRL_CMD_META_EVT 0x2000000000000000ull
101419 #define CTRL_CMD_O 0x0400000000000000ull
101420 -#define CTRL_CMD_REG_M 0x000000000000000full
101421 +#define CTRL_CMD_ETYPE_M 0x0038000000000000ull
101422 +#define CTRL_CMD_ETYPE_EXT 0x0000000000000000ull
101423 +#define CTRL_CMD_ETYPE_WSET 0x0020000000000000ull
101424 +#define CTRL_CMD_ETYPE_WCLR 0x0028000000000000ull
101425 +#define CTRL_CMD_ETYPE_SET 0x0030000000000000ull
101426 +#define CTRL_CMD_ETYPE_CLR 0x0038000000000000ull
101427 +#define CTRL_CMD_REG_M 0x000000000000007full
101428 #define CTRL_CMD_REG_S 0
101429 #define CTRL_CMD_REG(x) ((((long)(x)) << CTRL_CMD_REG_S) & \
101430 CTRL_CMD_REG_M)
101431 @@ -461,6 +522,16 @@
101432 extern void pasemi_dma_free_buf(struct pasemi_dmachan *chan, int size,
101433 dma_addr_t *handle);
101434
101435 +/* Routines to allocate flags (events) for channel syncronization */
101436 +extern int pasemi_dma_alloc_flag(void);
101437 +extern void pasemi_dma_free_flag(int flag);
101438 +extern void pasemi_dma_set_flag(int flag);
101439 +extern void pasemi_dma_clear_flag(int flag);
101440 +
101441 +/* Routines to allocate function engines */
101442 +extern int pasemi_dma_alloc_fun(void);
101443 +extern void pasemi_dma_free_fun(int fun);
101444 +
101445 /* Initialize the library, must be called before any other functions */
101446 extern int pasemi_dma_init(void);
101447
101448 --- a/include/asm-powerpc/pci-bridge.h
101449 +++ b/include/asm-powerpc/pci-bridge.h
101450 @@ -117,7 +117,7 @@
101451
101452 #ifndef CONFIG_PPC64
101453
101454 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
101455 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
101456 {
101457 return bus->sysdata;
101458 }
101459 @@ -235,7 +235,7 @@
101460
101461 extern int pcibios_remove_root_bus(struct pci_controller *phb);
101462
101463 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
101464 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
101465 {
101466 struct device_node *busdn = bus->sysdata;
101467
101468 --- a/include/asm-powerpc/pgtable-ppc32.h
101469 +++ b/include/asm-powerpc/pgtable-ppc32.h
101470 @@ -98,9 +98,6 @@
101471 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
101472 #define FIRST_USER_ADDRESS 0
101473
101474 -#define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
101475 -#define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS)
101476 -
101477 #define pte_ERROR(e) \
101478 printk("%s:%d: bad pte %llx.\n", __FILE__, __LINE__, \
101479 (unsigned long long)pte_val(e))
101480 @@ -420,7 +417,8 @@
101481 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
101482 #define _PAGE_RAM (_PAGE_KERNEL | _PAGE_HWEXEC)
101483
101484 -#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH)
101485 +#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH) ||\
101486 + defined(CONFIG_KPROBES)
101487 /* We want the debuggers to be able to set breakpoints anywhere, so
101488 * don't write protect the kernel text */
101489 #define _PAGE_RAM_TEXT _PAGE_RAM
101490 @@ -692,7 +690,7 @@
101491 #define pmd_page_vaddr(pmd) \
101492 ((unsigned long) (pmd_val(pmd) & PAGE_MASK))
101493 #define pmd_page(pmd) \
101494 - (mem_map + (__pa(pmd_val(pmd)) >> PAGE_SHIFT))
101495 + pfn_to_page((__pa(pmd_val(pmd)) >> PAGE_SHIFT))
101496 #endif
101497
101498 /* to find an entry in a kernel page-table-directory */
101499 --- /dev/null
101500 +++ b/include/asm-powerpc/phyp_dump.h
101501 @@ -0,0 +1,47 @@
101502 +/*
101503 + * Hypervisor-assisted dump
101504 + *
101505 + * Linas Vepstas, Manish Ahuja 2008
101506 + * Copyright 2008 IBM Corp.
101507 + *
101508 + * This program is free software; you can redistribute it and/or
101509 + * modify it under the terms of the GNU General Public License
101510 + * as published by the Free Software Foundation; either version
101511 + * 2 of the License, or (at your option) any later version.
101512 + */
101513 +
101514 +#ifndef _PPC64_PHYP_DUMP_H
101515 +#define _PPC64_PHYP_DUMP_H
101516 +
101517 +#ifdef CONFIG_PHYP_DUMP
101518 +
101519 +/* The RMR region will be saved for later dumping
101520 + * whenever the kernel crashes. Set this to 256MB. */
101521 +#define PHYP_DUMP_RMR_START 0x0
101522 +#define PHYP_DUMP_RMR_END (1UL<<28)
101523 +
101524 +struct phyp_dump {
101525 + /* Memory that is reserved during very early boot. */
101526 + unsigned long init_reserve_start;
101527 + unsigned long init_reserve_size;
101528 + /* cmd line options during boot */
101529 + unsigned long reserve_bootvar;
101530 + unsigned long phyp_dump_at_boot;
101531 + /* Check status during boot if dump supported, active & present*/
101532 + unsigned long phyp_dump_configured;
101533 + unsigned long phyp_dump_is_active;
101534 + /* store cpu & hpte size */
101535 + unsigned long cpu_state_size;
101536 + unsigned long hpte_region_size;
101537 + /* previous scratch area values */
101538 + unsigned long reserved_scratch_addr;
101539 + unsigned long reserved_scratch_size;
101540 +};
101541 +
101542 +extern struct phyp_dump *phyp_dump_info;
101543 +
101544 +int early_init_dt_scan_phyp_dump(unsigned long node,
101545 + const char *uname, int depth, void *data);
101546 +
101547 +#endif /* CONFIG_PHYP_DUMP */
101548 +#endif /* _PPC64_PHYP_DUMP_H */
101549 --- a/include/asm-powerpc/pmi.h
101550 +++ b/include/asm-powerpc/pmi.h
101551 @@ -29,8 +29,6 @@
101552
101553 #ifdef __KERNEL__
101554
101555 -#include <asm/of_device.h>
101556 -
101557 #define PMI_TYPE_FREQ_CHANGE 0x01
101558 #define PMI_READ_TYPE 0
101559 #define PMI_READ_DATA0 1
101560 --- /dev/null
101561 +++ b/include/asm-powerpc/ppc4xx.h
101562 @@ -0,0 +1,18 @@
101563 +/*
101564 + * PPC4xx Prototypes and definitions
101565 + *
101566 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
101567 + *
101568 + * This is free software; you can redistribute it and/or modify it
101569 + * under the terms of the GNU General Public License as published by
101570 + * the Free Software Foundation; either version 2 of the License, or
101571 + * (at your option) any later version.
101572 + *
101573 + */
101574 +
101575 +#ifndef __ASM_POWERPC_PPC4xx_H__
101576 +#define __ASM_POWERPC_PPC4xx_H__
101577 +
101578 +extern void ppc4xx_reset_system(char *cmd);
101579 +
101580 +#endif /* __ASM_POWERPC_PPC4xx_H__ */
101581 --- a/include/asm-powerpc/ps3.h
101582 +++ b/include/asm-powerpc/ps3.h
101583 @@ -434,8 +434,11 @@
101584 };
101585
101586 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops);
101587 -void ps3_sys_manager_power_off(void);
101588 -void ps3_sys_manager_restart(void);
101589 +void __noreturn ps3_sys_manager_power_off(void);
101590 +void __noreturn ps3_sys_manager_restart(void);
101591 +void __noreturn ps3_sys_manager_halt(void);
101592 +int ps3_sys_manager_get_wol(void);
101593 +void ps3_sys_manager_set_wol(int state);
101594
101595 struct ps3_prealloc {
101596 const char *name;
101597 --- a/include/asm-powerpc/ptrace.h
101598 +++ b/include/asm-powerpc/ptrace.h
101599 @@ -58,6 +58,11 @@
101600 #define __ARCH_WANT_COMPAT_SYS_PTRACE
101601
101602 #define STACK_FRAME_OVERHEAD 112 /* size of minimum stack frame */
101603 +#define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */
101604 +#define STACK_FRAME_REGS_MARKER ASM_CONST(0x7265677368657265)
101605 +#define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + \
101606 + STACK_FRAME_OVERHEAD + 288)
101607 +#define STACK_FRAME_MARKER 12
101608
101609 /* Size of dummy stack frame allocated when calling signal handler. */
101610 #define __SIGNAL_FRAMESIZE 128
101611 @@ -66,6 +71,10 @@
101612 #else /* __powerpc64__ */
101613
101614 #define STACK_FRAME_OVERHEAD 16 /* size of minimum stack frame */
101615 +#define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */
101616 +#define STACK_FRAME_REGS_MARKER ASM_CONST(0x72656773)
101617 +#define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
101618 +#define STACK_FRAME_MARKER 2
101619
101620 /* Size of stack frame allocated when calling signal handler. */
101621 #define __SIGNAL_FRAMESIZE 64
101622 --- a/include/asm-powerpc/qe.h
101623 +++ b/include/asm-powerpc/qe.h
101624 @@ -85,6 +85,7 @@
101625 /* QE internal API */
101626 int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input);
101627 enum qe_clock qe_clock_source(const char *source);
101628 +unsigned int qe_get_brg_clk(void);
101629 int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier);
101630 int qe_get_snum(void);
101631 void qe_put_snum(u8 snum);
101632 @@ -92,7 +93,16 @@
101633 int qe_muram_free(unsigned long offset);
101634 unsigned long qe_muram_alloc_fixed(unsigned long offset, int size);
101635 void qe_muram_dump(void);
101636 -void *qe_muram_addr(unsigned long offset);
101637 +
101638 +static inline void __iomem *qe_muram_addr(unsigned long offset)
101639 +{
101640 + return (void __iomem *)&qe_immr->muram[offset];
101641 +}
101642 +
101643 +static inline unsigned long qe_muram_offset(void __iomem *addr)
101644 +{
101645 + return addr - (void __iomem *)qe_immr->muram;
101646 +}
101647
101648 /* Structure that defines QE firmware binary files.
101649 *
101650 --- a/include/asm-powerpc/rwsem.h
101651 +++ b/include/asm-powerpc/rwsem.h
101652 @@ -32,11 +32,20 @@
101653 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
101654 spinlock_t wait_lock;
101655 struct list_head wait_list;
101656 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
101657 + struct lockdep_map dep_map;
101658 +#endif
101659 };
101660
101661 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
101662 +# define __RWSEM_DEP_MAP_INIT(lockname) , .dep_map = { .name = #lockname }
101663 +#else
101664 +# define __RWSEM_DEP_MAP_INIT(lockname)
101665 +#endif
101666 +
101667 #define __RWSEM_INITIALIZER(name) \
101668 - { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
101669 - LIST_HEAD_INIT((name).wait_list) }
101670 + { RWSEM_UNLOCKED_VALUE, __SPIN_LOCK_UNLOCKED((name).wait_lock), \
101671 + LIST_HEAD_INIT((name).wait_list) __RWSEM_DEP_MAP_INIT(name) }
101672
101673 #define DECLARE_RWSEM(name) \
101674 struct rw_semaphore name = __RWSEM_INITIALIZER(name)
101675 @@ -46,12 +55,15 @@
101676 extern struct rw_semaphore *rwsem_wake(struct rw_semaphore *sem);
101677 extern struct rw_semaphore *rwsem_downgrade_wake(struct rw_semaphore *sem);
101678
101679 -static inline void init_rwsem(struct rw_semaphore *sem)
101680 -{
101681 - sem->count = RWSEM_UNLOCKED_VALUE;
101682 - spin_lock_init(&sem->wait_lock);
101683 - INIT_LIST_HEAD(&sem->wait_list);
101684 -}
101685 +extern void __init_rwsem(struct rw_semaphore *sem, const char *name,
101686 + struct lock_class_key *key);
101687 +
101688 +#define init_rwsem(sem) \
101689 + do { \
101690 + static struct lock_class_key __key; \
101691 + \
101692 + __init_rwsem((sem), #sem, &__key); \
101693 + } while (0)
101694
101695 /*
101696 * lock for reading
101697 @@ -78,7 +90,7 @@
101698 /*
101699 * lock for writing
101700 */
101701 -static inline void __down_write(struct rw_semaphore *sem)
101702 +static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)
101703 {
101704 int tmp;
101705
101706 @@ -88,6 +100,11 @@
101707 rwsem_down_write_failed(sem);
101708 }
101709
101710 +static inline void __down_write(struct rw_semaphore *sem)
101711 +{
101712 + __down_write_nested(sem, 0);
101713 +}
101714 +
101715 static inline int __down_write_trylock(struct rw_semaphore *sem)
101716 {
101717 int tmp;
101718 --- a/include/asm-powerpc/sparsemem.h
101719 +++ b/include/asm-powerpc/sparsemem.h
101720 @@ -15,6 +15,7 @@
101721
101722 #ifdef CONFIG_MEMORY_HOTPLUG
101723 extern void create_section_mapping(unsigned long start, unsigned long end);
101724 +extern int remove_section_mapping(unsigned long start, unsigned long end);
101725 #ifdef CONFIG_NUMA
101726 extern int hot_add_scn_to_nid(unsigned long scn_addr);
101727 #else
101728 --- a/include/asm-powerpc/spinlock.h
101729 +++ b/include/asm-powerpc/spinlock.h
101730 @@ -19,6 +19,7 @@
101731 *
101732 * (the type definitions are in asm/spinlock_types.h)
101733 */
101734 +#include <linux/irqflags.h>
101735 #ifdef CONFIG_PPC64
101736 #include <asm/paca.h>
101737 #include <asm/hvcall.h>
101738 --- a/include/asm-powerpc/string.h
101739 +++ b/include/asm-powerpc/string.h
101740 @@ -7,6 +7,7 @@
101741 #define __HAVE_ARCH_STRNCPY
101742 #define __HAVE_ARCH_STRLEN
101743 #define __HAVE_ARCH_STRCMP
101744 +#define __HAVE_ARCH_STRNCMP
101745 #define __HAVE_ARCH_STRCAT
101746 #define __HAVE_ARCH_MEMSET
101747 #define __HAVE_ARCH_MEMCPY
101748 @@ -18,6 +19,7 @@
101749 extern char * strncpy(char *,const char *, __kernel_size_t);
101750 extern __kernel_size_t strlen(const char *);
101751 extern int strcmp(const char *,const char *);
101752 +extern int strncmp(const char *, const char *, __kernel_size_t);
101753 extern char * strcat(char *, const char *);
101754 extern void * memset(void *,int,__kernel_size_t);
101755 extern void * memcpy(void *,const void *,__kernel_size_t);
101756 --- a/include/asm-powerpc/types.h
101757 +++ b/include/asm-powerpc/types.h
101758 @@ -84,6 +84,13 @@
101759
101760 typedef __vector128 vector128;
101761
101762 +/* Physical address used by some IO functions */
101763 +#if defined(CONFIG_PPC64) || defined(CONFIG_PHYS_64BIT)
101764 +typedef u64 phys_addr_t;
101765 +#else
101766 +typedef u32 phys_addr_t;
101767 +#endif
101768 +
101769 #ifdef __powerpc64__
101770 typedef u64 dma_addr_t;
101771 #else
101772 --- /dev/null
101773 +++ b/include/asm-sparc64/lmb.h
101774 @@ -0,0 +1,10 @@
101775 +#ifndef _SPARC64_LMB_H
101776 +#define _SPARC64_LMB_H
101777 +
101778 +#include <asm/oplib.h>
101779 +
101780 +#define LMB_DBG(fmt...) prom_printf(fmt)
101781 +
101782 +#define LMB_REAL_LIMIT 0
101783 +
101784 +#endif /* !(_SPARC64_LMB_H) */
101785 --- /dev/null
101786 +++ b/include/linux/lmb.h
101787 @@ -0,0 +1,85 @@
101788 +#ifndef _LINUX_LMB_H
101789 +#define _LINUX_LMB_H
101790 +#ifdef __KERNEL__
101791 +
101792 +/*
101793 + * Logical memory blocks.
101794 + *
101795 + * Copyright (C) 2001 Peter Bergner, IBM Corp.
101796 + *
101797 + * This program is free software; you can redistribute it and/or
101798 + * modify it under the terms of the GNU General Public License
101799 + * as published by the Free Software Foundation; either version
101800 + * 2 of the License, or (at your option) any later version.
101801 + */
101802 +
101803 +#include <linux/init.h>
101804 +#include <linux/mm.h>
101805 +
101806 +#define MAX_LMB_REGIONS 128
101807 +
101808 +struct lmb_property {
101809 + u64 base;
101810 + u64 size;
101811 +};
101812 +
101813 +struct lmb_region {
101814 + unsigned long cnt;
101815 + u64 size;
101816 + struct lmb_property region[MAX_LMB_REGIONS+1];
101817 +};
101818 +
101819 +struct lmb {
101820 + unsigned long debug;
101821 + u64 rmo_size;
101822 + struct lmb_region memory;
101823 + struct lmb_region reserved;
101824 +};
101825 +
101826 +extern struct lmb lmb;
101827 +
101828 +extern void __init lmb_init(void);
101829 +extern void __init lmb_analyze(void);
101830 +extern long __init lmb_add(u64 base, u64 size);
101831 +extern long __init lmb_reserve(u64 base, u64 size);
101832 +extern u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
101833 + u64 (*nid_range)(u64, u64, int *));
101834 +extern u64 __init lmb_alloc(u64 size, u64 align);
101835 +extern u64 __init lmb_alloc_base(u64 size,
101836 + u64, u64 max_addr);
101837 +extern u64 __init __lmb_alloc_base(u64 size,
101838 + u64 align, u64 max_addr);
101839 +extern u64 __init lmb_phys_mem_size(void);
101840 +extern u64 __init lmb_end_of_DRAM(void);
101841 +extern void __init lmb_enforce_memory_limit(u64 memory_limit);
101842 +extern int __init lmb_is_reserved(u64 addr);
101843 +
101844 +extern void lmb_dump_all(void);
101845 +
101846 +static inline u64
101847 +lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
101848 +{
101849 + return type->region[region_nr].size;
101850 +}
101851 +static inline u64
101852 +lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
101853 +{
101854 + return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
101855 +}
101856 +static inline u64
101857 +lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
101858 +{
101859 + return type->region[region_nr].base >> PAGE_SHIFT;
101860 +}
101861 +static inline u64
101862 +lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
101863 +{
101864 + return lmb_start_pfn(type, region_nr) +
101865 + lmb_size_pages(type, region_nr);
101866 +}
101867 +
101868 +#include <asm/lmb.h>
101869 +
101870 +#endif /* __KERNEL__ */
101871 +
101872 +#endif /* _LINUX_LMB_H */
101873 --- a/include/linux/of.h
101874 +++ b/include/linux/of.h
101875 @@ -62,6 +62,7 @@
101876 int *lenp);
101877 extern int of_device_is_compatible(const struct device_node *device,
101878 const char *);
101879 +extern int of_device_is_available(const struct device_node *device);
101880 extern const void *of_get_property(const struct device_node *node,
101881 const char *name,
101882 int *lenp);
101883 --- /dev/null
101884 +++ b/include/linux/of_gpio.h
101885 @@ -0,0 +1,69 @@
101886 +/*
101887 + * OF helpers for the GPIO API
101888 + *
101889 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
101890 + *
101891 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
101892 + *
101893 + * This program is free software; you can redistribute it and/or modify
101894 + * it under the terms of the GNU General Public License as published by
101895 + * the Free Software Foundation; either version 2 of the License, or
101896 + * (at your option) any later version.
101897 + */
101898 +
101899 +#ifndef __LINUX_OF_GPIO_H
101900 +#define __LINUX_OF_GPIO_H
101901 +
101902 +#include <linux/errno.h>
101903 +#include <asm/gpio.h>
101904 +
101905 +#ifdef CONFIG_OF_GPIO
101906 +
101907 +/*
101908 + * Generic OF GPIO chip
101909 + */
101910 +struct of_gpio_chip {
101911 + struct gpio_chip gc;
101912 + int gpio_cells;
101913 + int (*xlate)(struct of_gpio_chip *of_gc, struct device_node *np,
101914 + const void *gpio_spec);
101915 +};
101916 +
101917 +static inline struct of_gpio_chip *to_of_gpio_chip(struct gpio_chip *gc)
101918 +{
101919 + return container_of(gc, struct of_gpio_chip, gc);
101920 +}
101921 +
101922 +/*
101923 + * OF GPIO chip for memory mapped banks
101924 + */
101925 +struct of_mm_gpio_chip {
101926 + struct of_gpio_chip of_gc;
101927 + void (*save_regs)(struct of_mm_gpio_chip *mm_gc);
101928 + void __iomem *regs;
101929 +};
101930 +
101931 +static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc)
101932 +{
101933 + struct of_gpio_chip *of_gc = to_of_gpio_chip(gc);
101934 +
101935 + return container_of(of_gc, struct of_mm_gpio_chip, of_gc);
101936 +}
101937 +
101938 +extern int of_get_gpio(struct device_node *np, int index);
101939 +extern int of_mm_gpiochip_add(struct device_node *np,
101940 + struct of_mm_gpio_chip *mm_gc);
101941 +extern int of_gpio_simple_xlate(struct of_gpio_chip *of_gc,
101942 + struct device_node *np,
101943 + const void *gpio_spec);
101944 +#else
101945 +
101946 +/* Drivers may not strictly depend on the GPIO support, so let them link. */
101947 +static inline int of_get_gpio(struct device_node *np, int index)
101948 +{
101949 + return -ENOSYS;
101950 +}
101951 +
101952 +#endif /* CONFIG_OF_GPIO */
101953 +
101954 +#endif /* __LINUX_OF_GPIO_H */
101955 --- /dev/null
101956 +++ b/include/linux/of_i2c.h
101957 @@ -0,0 +1,24 @@
101958 +/*
101959 + * Generic I2C API implementation for PowerPC.
101960 + *
101961 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
101962 + *
101963 + * This program is free software; you can redistribute it and/or modify
101964 + * it under the terms of the GNU General Public License as published by
101965 + * the Free Software Foundation; either version 2 of the License, or
101966 + * (at your option) any later version.
101967 + */
101968 +
101969 +#ifndef __LINUX_OF_I2C_H
101970 +#define __LINUX_OF_I2C_H
101971 +
101972 +#include <linux/i2c.h>
101973 +
101974 +#ifdef CONFIG_OF_I2C
101975 +
101976 +void of_register_i2c_devices(struct i2c_adapter *adap,
101977 + struct device_node *adap_node);
101978 +
101979 +#endif /* CONFIG_OF_I2C */
101980 +
101981 +#endif /* __LINUX_OF_I2C_H */
101982 --- a/lib/Kconfig
101983 +++ b/lib/Kconfig
101984 @@ -141,4 +141,7 @@
101985 config CHECK_SIGNATURE
101986 bool
101987
101988 +config HAVE_LMB
101989 + boolean
101990 +
101991 endmenu
101992 --- a/lib/Makefile
101993 +++ b/lib/Makefile
101994 @@ -70,6 +70,8 @@
101995
101996 lib-$(CONFIG_GENERIC_BUG) += bug.o
101997
101998 +obj-$(CONFIG_HAVE_LMB) += lmb.o
101999 +
102000 hostprogs-y := gen_crc32table
102001 clean-files := crc32table.h
102002
102003 --- /dev/null
102004 +++ b/lib/lmb.c
102005 @@ -0,0 +1,428 @@
102006 +/*
102007 + * Procedures for maintaining information about logical memory blocks.
102008 + *
102009 + * Peter Bergner, IBM Corp. June 2001.
102010 + * Copyright (C) 2001 Peter Bergner.
102011 + *
102012 + * This program is free software; you can redistribute it and/or
102013 + * modify it under the terms of the GNU General Public License
102014 + * as published by the Free Software Foundation; either version
102015 + * 2 of the License, or (at your option) any later version.
102016 + */
102017 +
102018 +#include <linux/kernel.h>
102019 +#include <linux/init.h>
102020 +#include <linux/bitops.h>
102021 +#include <linux/lmb.h>
102022 +
102023 +#define LMB_ALLOC_ANYWHERE 0
102024 +
102025 +struct lmb lmb;
102026 +
102027 +void lmb_dump_all(void)
102028 +{
102029 +#ifdef DEBUG
102030 + unsigned long i;
102031 +
102032 + pr_debug("lmb_dump_all:\n");
102033 + pr_debug(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
102034 + pr_debug(" memory.size = 0x%llx\n",
102035 + (unsigned long long)lmb.memory.size);
102036 + for (i=0; i < lmb.memory.cnt ;i++) {
102037 + pr_debug(" memory.region[0x%x].base = 0x%llx\n",
102038 + i, (unsigned long long)lmb.memory.region[i].base);
102039 + pr_debug(" .size = 0x%llx\n",
102040 + (unsigned long long)lmb.memory.region[i].size);
102041 + }
102042 +
102043 + pr_debug(" reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
102044 + pr_debug(" reserved.size = 0x%lx\n", lmb.reserved.size);
102045 + for (i=0; i < lmb.reserved.cnt ;i++) {
102046 + pr_debug(" reserved.region[0x%x].base = 0x%llx\n",
102047 + i, (unsigned long long)lmb.reserved.region[i].base);
102048 + pr_debug(" .size = 0x%llx\n",
102049 + (unsigned long long)lmb.reserved.region[i].size);
102050 + }
102051 +#endif /* DEBUG */
102052 +}
102053 +
102054 +static unsigned long __init lmb_addrs_overlap(u64 base1, u64 size1,
102055 + u64 base2, u64 size2)
102056 +{
102057 + return ((base1 < (base2 + size2)) && (base2 < (base1 + size1)));
102058 +}
102059 +
102060 +static long __init lmb_addrs_adjacent(u64 base1, u64 size1,
102061 + u64 base2, u64 size2)
102062 +{
102063 + if (base2 == base1 + size1)
102064 + return 1;
102065 + else if (base1 == base2 + size2)
102066 + return -1;
102067 +
102068 + return 0;
102069 +}
102070 +
102071 +static long __init lmb_regions_adjacent(struct lmb_region *rgn,
102072 + unsigned long r1, unsigned long r2)
102073 +{
102074 + u64 base1 = rgn->region[r1].base;
102075 + u64 size1 = rgn->region[r1].size;
102076 + u64 base2 = rgn->region[r2].base;
102077 + u64 size2 = rgn->region[r2].size;
102078 +
102079 + return lmb_addrs_adjacent(base1, size1, base2, size2);
102080 +}
102081 +
102082 +static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
102083 +{
102084 + unsigned long i;
102085 +
102086 + for (i = r; i < rgn->cnt - 1; i++) {
102087 + rgn->region[i].base = rgn->region[i + 1].base;
102088 + rgn->region[i].size = rgn->region[i + 1].size;
102089 + }
102090 + rgn->cnt--;
102091 +}
102092 +
102093 +/* Assumption: base addr of region 1 < base addr of region 2 */
102094 +static void __init lmb_coalesce_regions(struct lmb_region *rgn,
102095 + unsigned long r1, unsigned long r2)
102096 +{
102097 + rgn->region[r1].size += rgn->region[r2].size;
102098 + lmb_remove_region(rgn, r2);
102099 +}
102100 +
102101 +void __init lmb_init(void)
102102 +{
102103 + /* Create a dummy zero size LMB which will get coalesced away later.
102104 + * This simplifies the lmb_add() code below...
102105 + */
102106 + lmb.memory.region[0].base = 0;
102107 + lmb.memory.region[0].size = 0;
102108 + lmb.memory.cnt = 1;
102109 +
102110 + /* Ditto. */
102111 + lmb.reserved.region[0].base = 0;
102112 + lmb.reserved.region[0].size = 0;
102113 + lmb.reserved.cnt = 1;
102114 +}
102115 +
102116 +void __init lmb_analyze(void)
102117 +{
102118 + int i;
102119 +
102120 + lmb.memory.size = 0;
102121 +
102122 + for (i = 0; i < lmb.memory.cnt; i++)
102123 + lmb.memory.size += lmb.memory.region[i].size;
102124 +}
102125 +
102126 +static long __init lmb_add_region(struct lmb_region *rgn, u64 base, u64 size)
102127 +{
102128 + unsigned long coalesced = 0;
102129 + long adjacent, i;
102130 +
102131 + if ((rgn->cnt == 1) && (rgn->region[0].size == 0)) {
102132 + rgn->region[0].base = base;
102133 + rgn->region[0].size = size;
102134 + return 0;
102135 + }
102136 +
102137 + /* First try and coalesce this LMB with another. */
102138 + for (i = 0; i < rgn->cnt; i++) {
102139 + u64 rgnbase = rgn->region[i].base;
102140 + u64 rgnsize = rgn->region[i].size;
102141 +
102142 + if ((rgnbase == base) && (rgnsize == size))
102143 + /* Already have this region, so we're done */
102144 + return 0;
102145 +
102146 + adjacent = lmb_addrs_adjacent(base, size, rgnbase, rgnsize);
102147 + if (adjacent > 0) {
102148 + rgn->region[i].base -= size;
102149 + rgn->region[i].size += size;
102150 + coalesced++;
102151 + break;
102152 + } else if (adjacent < 0) {
102153 + rgn->region[i].size += size;
102154 + coalesced++;
102155 + break;
102156 + }
102157 + }
102158 +
102159 + if ((i < rgn->cnt - 1) && lmb_regions_adjacent(rgn, i, i+1)) {
102160 + lmb_coalesce_regions(rgn, i, i+1);
102161 + coalesced++;
102162 + }
102163 +
102164 + if (coalesced)
102165 + return coalesced;
102166 + if (rgn->cnt >= MAX_LMB_REGIONS)
102167 + return -1;
102168 +
102169 + /* Couldn't coalesce the LMB, so add it to the sorted table. */
102170 + for (i = rgn->cnt - 1; i >= 0; i--) {
102171 + if (base < rgn->region[i].base) {
102172 + rgn->region[i+1].base = rgn->region[i].base;
102173 + rgn->region[i+1].size = rgn->region[i].size;
102174 + } else {
102175 + rgn->region[i+1].base = base;
102176 + rgn->region[i+1].size = size;
102177 + break;
102178 + }
102179 + }
102180 +
102181 + if (base < rgn->region[0].base) {
102182 + rgn->region[0].base = base;
102183 + rgn->region[0].size = size;
102184 + }
102185 + rgn->cnt++;
102186 +
102187 + return 0;
102188 +}
102189 +
102190 +long __init lmb_add(u64 base, u64 size)
102191 +{
102192 + struct lmb_region *_rgn = &lmb.memory;
102193 +
102194 + /* On pSeries LPAR systems, the first LMB is our RMO region. */
102195 + if (base == 0)
102196 + lmb.rmo_size = size;
102197 +
102198 + return lmb_add_region(_rgn, base, size);
102199 +
102200 +}
102201 +
102202 +long __init lmb_reserve(u64 base, u64 size)
102203 +{
102204 + struct lmb_region *_rgn = &lmb.reserved;
102205 +
102206 + BUG_ON(0 == size);
102207 +
102208 + return lmb_add_region(_rgn, base, size);
102209 +}
102210 +
102211 +long __init lmb_overlaps_region(struct lmb_region *rgn, u64 base, u64 size)
102212 +{
102213 + unsigned long i;
102214 +
102215 + for (i = 0; i < rgn->cnt; i++) {
102216 + u64 rgnbase = rgn->region[i].base;
102217 + u64 rgnsize = rgn->region[i].size;
102218 + if (lmb_addrs_overlap(base, size, rgnbase, rgnsize))
102219 + break;
102220 + }
102221 +
102222 + return (i < rgn->cnt) ? i : -1;
102223 +}
102224 +
102225 +static u64 lmb_align_down(u64 addr, u64 size)
102226 +{
102227 + return addr & ~(size - 1);
102228 +}
102229 +
102230 +static u64 lmb_align_up(u64 addr, u64 size)
102231 +{
102232 + return (addr + (size - 1)) & ~(size - 1);
102233 +}
102234 +
102235 +static u64 __init lmb_alloc_nid_unreserved(u64 start, u64 end,
102236 + u64 size, u64 align)
102237 +{
102238 + u64 base, res_base;
102239 + long j;
102240 +
102241 + base = lmb_align_down((end - size), align);
102242 + while (start <= base) {
102243 + j = lmb_overlaps_region(&lmb.reserved, base, size);
102244 + if (j < 0) {
102245 + /* this area isn't reserved, take it */
102246 + if (lmb_add_region(&lmb.reserved, base,
102247 + lmb_align_up(size, align)) < 0)
102248 + base = ~(u64)0;
102249 + return base;
102250 + }
102251 + res_base = lmb.reserved.region[j].base;
102252 + if (res_base < size)
102253 + break;
102254 + base = lmb_align_down(res_base - size, align);
102255 + }
102256 +
102257 + return ~(u64)0;
102258 +}
102259 +
102260 +static u64 __init lmb_alloc_nid_region(struct lmb_property *mp,
102261 + u64 (*nid_range)(u64, u64, int *),
102262 + u64 size, u64 align, int nid)
102263 +{
102264 + u64 start, end;
102265 +
102266 + start = mp->base;
102267 + end = start + mp->size;
102268 +
102269 + start = lmb_align_up(start, align);
102270 + while (start < end) {
102271 + u64 this_end;
102272 + int this_nid;
102273 +
102274 + this_end = nid_range(start, end, &this_nid);
102275 + if (this_nid == nid) {
102276 + u64 ret = lmb_alloc_nid_unreserved(start, this_end,
102277 + size, align);
102278 + if (ret != ~(u64)0)
102279 + return ret;
102280 + }
102281 + start = this_end;
102282 + }
102283 +
102284 + return ~(u64)0;
102285 +}
102286 +
102287 +u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
102288 + u64 (*nid_range)(u64 start, u64 end, int *nid))
102289 +{
102290 + struct lmb_region *mem = &lmb.memory;
102291 + int i;
102292 +
102293 + for (i = 0; i < mem->cnt; i++) {
102294 + u64 ret = lmb_alloc_nid_region(&mem->region[i],
102295 + nid_range,
102296 + size, align, nid);
102297 + if (ret != ~(u64)0)
102298 + return ret;
102299 + }
102300 +
102301 + return lmb_alloc(size, align);
102302 +}
102303 +
102304 +u64 __init lmb_alloc(u64 size, u64 align)
102305 +{
102306 + return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
102307 +}
102308 +
102309 +u64 __init lmb_alloc_base(u64 size, u64 align, u64 max_addr)
102310 +{
102311 + u64 alloc;
102312 +
102313 + alloc = __lmb_alloc_base(size, align, max_addr);
102314 +
102315 + if (alloc == 0)
102316 + panic("ERROR: Failed to allocate 0x%llx bytes below 0x%llx.\n",
102317 + (unsigned long long) size, (unsigned long long) max_addr);
102318 +
102319 + return alloc;
102320 +}
102321 +
102322 +u64 __init __lmb_alloc_base(u64 size, u64 align, u64 max_addr)
102323 +{
102324 + long i, j;
102325 + u64 base = 0;
102326 + u64 res_base;
102327 +
102328 + BUG_ON(0 == size);
102329 +
102330 + /* On some platforms, make sure we allocate lowmem */
102331 + /* Note that LMB_REAL_LIMIT may be LMB_ALLOC_ANYWHERE */
102332 + if (max_addr == LMB_ALLOC_ANYWHERE)
102333 + max_addr = LMB_REAL_LIMIT;
102334 +
102335 + for (i = lmb.memory.cnt - 1; i >= 0; i--) {
102336 + u64 lmbbase = lmb.memory.region[i].base;
102337 + u64 lmbsize = lmb.memory.region[i].size;
102338 +
102339 + if (lmbsize < size)
102340 + continue;
102341 + if (max_addr == LMB_ALLOC_ANYWHERE)
102342 + base = lmb_align_down(lmbbase + lmbsize - size, align);
102343 + else if (lmbbase < max_addr) {
102344 + base = min(lmbbase + lmbsize, max_addr);
102345 + base = lmb_align_down(base - size, align);
102346 + } else
102347 + continue;
102348 +
102349 + while (base && lmbbase <= base) {
102350 + j = lmb_overlaps_region(&lmb.reserved, base, size);
102351 + if (j < 0) {
102352 + /* this area isn't reserved, take it */
102353 + if (lmb_add_region(&lmb.reserved, base,
102354 + size) < 0)
102355 + return 0;
102356 + return base;
102357 + }
102358 + res_base = lmb.reserved.region[j].base;
102359 + if (res_base < size)
102360 + break;
102361 + base = lmb_align_down(res_base - size, align);
102362 + }
102363 + }
102364 + return 0;
102365 +}
102366 +
102367 +/* You must call lmb_analyze() before this. */
102368 +u64 __init lmb_phys_mem_size(void)
102369 +{
102370 + return lmb.memory.size;
102371 +}
102372 +
102373 +u64 __init lmb_end_of_DRAM(void)
102374 +{
102375 + int idx = lmb.memory.cnt - 1;
102376 +
102377 + return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
102378 +}
102379 +
102380 +/* You must call lmb_analyze() after this. */
102381 +void __init lmb_enforce_memory_limit(u64 memory_limit)
102382 +{
102383 + unsigned long i;
102384 + u64 limit;
102385 + struct lmb_property *p;
102386 +
102387 + if (!memory_limit)
102388 + return;
102389 +
102390 + /* Truncate the lmb regions to satisfy the memory limit. */
102391 + limit = memory_limit;
102392 + for (i = 0; i < lmb.memory.cnt; i++) {
102393 + if (limit > lmb.memory.region[i].size) {
102394 + limit -= lmb.memory.region[i].size;
102395 + continue;
102396 + }
102397 +
102398 + lmb.memory.region[i].size = limit;
102399 + lmb.memory.cnt = i + 1;
102400 + break;
102401 + }
102402 +
102403 + if (lmb.memory.region[0].size < lmb.rmo_size)
102404 + lmb.rmo_size = lmb.memory.region[0].size;
102405 +
102406 + /* And truncate any reserves above the limit also. */
102407 + for (i = 0; i < lmb.reserved.cnt; i++) {
102408 + p = &lmb.reserved.region[i];
102409 +
102410 + if (p->base > memory_limit)
102411 + p->size = 0;
102412 + else if ((p->base + p->size) > memory_limit)
102413 + p->size = memory_limit - p->base;
102414 +
102415 + if (p->size == 0) {
102416 + lmb_remove_region(&lmb.reserved, i);
102417 + i--;
102418 + }
102419 + }
102420 +}
102421 +
102422 +int __init lmb_is_reserved(u64 addr)
102423 +{
102424 + int i;
102425 +
102426 + for (i = 0; i < lmb.reserved.cnt; i++) {
102427 + u64 upper = lmb.reserved.region[i].base +
102428 + lmb.reserved.region[i].size - 1;
102429 + if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))
102430 + return 1;
102431 + }
102432 + return 0;
102433 +}