add proper 2.6.25 support
[15.05/openwrt.git] / target / linux / generic-2.6 / patches-2.6.25 / 700-powerpc_git.patch
1 diff -x .git -Nur linux-2.6.25-rc9/Documentation/kernel-parameters.txt powerpc.git/Documentation/kernel-parameters.txt
2 --- linux-2.6.25-rc9/Documentation/kernel-parameters.txt        2008-04-11 22:32:29.000000000 +0200
3 +++ powerpc.git/Documentation/kernel-parameters.txt     2008-04-19 16:40:52.000000000 +0200
4 @@ -930,6 +930,8 @@
5  
6         l2cr=           [PPC]
7  
8 +       l3cr=           [PPC]
9 +
10         lapic           [X86-32,APIC] Enable the local APIC even if BIOS
11                         disabled it.
12  
13 diff -x .git -Nur linux-2.6.25-rc9/Documentation/powerpc/booting-without-of.txt powerpc.git/Documentation/powerpc/booting-without-of.txt
14 --- linux-2.6.25-rc9/Documentation/powerpc/booting-without-of.txt       2008-04-11 22:32:29.000000000 +0200
15 +++ powerpc.git/Documentation/powerpc/booting-without-of.txt    2008-04-19 16:40:52.000000000 +0200
16 @@ -59,12 +59,39 @@
17        p) Freescale Synchronous Serial Interface
18           q) USB EHCI controllers
19  
20 -  VII - Specifying interrupt information for devices
21 +  VII - Marvell Discovery mv64[345]6x System Controller chips
22 +    1) The /system-controller node
23 +    2) Child nodes of /system-controller
24 +      a) Marvell Discovery MDIO bus
25 +      b) Marvell Discovery ethernet controller
26 +      c) Marvell Discovery PHY nodes
27 +      d) Marvell Discovery SDMA nodes
28 +      e) Marvell Discovery BRG nodes
29 +      f) Marvell Discovery CUNIT nodes
30 +      g) Marvell Discovery MPSCROUTING nodes
31 +      h) Marvell Discovery MPSCINTR nodes
32 +      i) Marvell Discovery MPSC nodes
33 +      j) Marvell Discovery Watch Dog Timer nodes
34 +      k) Marvell Discovery I2C nodes
35 +      l) Marvell Discovery PIC (Programmable Interrupt Controller) nodes
36 +      m) Marvell Discovery MPP (Multipurpose Pins) multiplexing nodes
37 +      n) Marvell Discovery GPP (General Purpose Pins) nodes
38 +      o) Marvell Discovery PCI host bridge node
39 +      p) Marvell Discovery CPU Error nodes
40 +      q) Marvell Discovery SRAM Controller nodes
41 +      r) Marvell Discovery PCI Error Handler nodes
42 +      s) Marvell Discovery Memory Controller nodes
43 +
44 +  VIII - Specifying interrupt information for devices
45      1) interrupts property
46      2) interrupt-parent property
47      3) OpenPIC Interrupt Controllers
48      4) ISA Interrupt Controllers
49  
50 +  VIII - Specifying GPIO information for devices
51 +    1) gpios property
52 +    2) gpio-controller nodes
53 +
54    Appendix A - Sample SOC node for MPC8540
55  
56  
57 @@ -1269,10 +1296,6 @@
58  
59    Recommended properties:
60  
61 -    - linux,network-index : This is the intended "index" of this
62 -      network device.  This is used by the bootwrapper to interpret
63 -      MAC addresses passed by the firmware when no information other
64 -      than indices is available to associate an address with a device.
65      - phy-connection-type : a string naming the controller/PHY interface type,
66        i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id", "sgmii",
67        "tbi", or "rtbi".  This property is only really needed if the connection
68 @@ -1622,8 +1645,7 @@
69     - device_type : should be "network", "hldc", "uart", "transparent"
70       "bisync", "atm", or "serial".
71     - compatible : could be "ucc_geth" or "fsl_atm" and so on.
72 -   - model : should be "UCC".
73 -   - device-id : the ucc number(1-8), corresponding to UCCx in UM.
74 +   - cell-index : the ucc number(1-8), corresponding to UCCx in UM.
75     - reg : Offset and length of the register set for the device
76     - interrupts : <a b> where a is the interrupt number and b is a
77       field that represents an encoding of the sense and level
78 @@ -1667,10 +1689,6 @@
79     - phy-handle : The phandle for the PHY connected to this controller.
80  
81     Recommended properties:
82 -   - linux,network-index : This is the intended "index" of this
83 -     network device.  This is used by the bootwrapper to interpret
84 -     MAC addresses passed by the firmware when no information other
85 -     than indices is available to associate an address with a device.
86     - phy-connection-type : a string naming the controller/PHY interface type,
87       i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id" (Internal
88       Delay), "rgmii-txid" (delay on TX only), "rgmii-rxid" (delay on RX only),
89 @@ -1680,8 +1698,7 @@
90         ucc@2000 {
91                 device_type = "network";
92                 compatible = "ucc_geth";
93 -               model = "UCC";
94 -               device-id = <1>;
95 +               cell-index = <1>;
96                 reg = <2000 200>;
97                 interrupts = <a0 0>;
98                 interrupt-parent = <700>;
99 @@ -1995,7 +2012,6 @@
100                 interrupts = <20 8>;
101                 interrupt-parent = <&PIC>;
102                 phy-handle = <&PHY0>;
103 -               linux,network-index = <0>;
104                 fsl,cpm-command = <12000300>;
105         };
106  
107 @@ -2217,12 +2233,6 @@
108                           EMAC, that is the content of the current (bogus) "phy-port"
109                           property.
110  
111 -    Recommended properties:
112 -    - linux,network-index : This is the intended "index" of this
113 -      network device.  This is used by the bootwrapper to interpret
114 -      MAC addresses passed by the firmware when no information other
115 -      than indices is available to associate an address with a device.
116 -
117      Optional properties:
118      - phy-address       : 1 cell, optional, MDIO address of the PHY. If absent,
119                           a search is performed.
120 @@ -2246,7 +2256,6 @@
121      Example:
122  
123         EMAC0: ethernet@40000800 {
124 -               linux,network-index = <0>;
125                 device_type = "network";
126                 compatible = "ibm,emac-440gp", "ibm,emac";
127                 interrupt-parent = <&UIC1>;
128 @@ -2817,9 +2826,528 @@
129            };
130  
131  
132 -   More devices will be defined as this spec matures.
133 +VII - Marvell Discovery mv64[345]6x System Controller chips
134 +===========================================================
135 +
136 +The Marvell mv64[345]60 series of system controller chips contain
137 +many of the peripherals needed to implement a complete computer
138 +system.  In this section, we define device tree nodes to describe
139 +the system controller chip itself and each of the peripherals
140 +which it contains.  Compatible string values for each node are
141 +prefixed with the string "marvell,", for Marvell Technology Group Ltd.
142 +
143 +1) The /system-controller node
144 +
145 +  This node is used to represent the system-controller and must be
146 +  present when the system uses a system contller chip. The top-level
147 +  system-controller node contains information that is global to all
148 +  devices within the system controller chip. The node name begins
149 +  with "system-controller" followed by the unit address, which is
150 +  the base address of the memory-mapped register set for the system
151 +  controller chip.
152 +
153 +  Required properties:
154 +
155 +    - ranges : Describes the translation of system controller addresses
156 +      for memory mapped registers.
157 +    - clock-frequency: Contains the main clock frequency for the system
158 +      controller chip.
159 +    - reg : This property defines the address and size of the
160 +      memory-mapped registers contained within the system controller
161 +      chip.  The address specified in the "reg" property should match
162 +      the unit address of the system-controller node.
163 +    - #address-cells : Address representation for system controller
164 +      devices.  This field represents the number of cells needed to
165 +      represent the address of the memory-mapped registers of devices
166 +      within the system controller chip.
167 +    - #size-cells : Size representation for for the memory-mapped
168 +      registers within the system controller chip.
169 +    - #interrupt-cells : Defines the width of cells used to represent
170 +      interrupts.
171 +
172 +  Optional properties:
173 +
174 +    - model : The specific model of the system controller chip.  Such
175 +      as, "mv64360", "mv64460", or "mv64560".
176 +    - compatible : A string identifying the compatibility identifiers
177 +      of the system controller chip.
178 +
179 +  The system-controller node contains child nodes for each system
180 +  controller device that the platform uses.  Nodes should not be created
181 +  for devices which exist on the system controller chip but are not used
182 +
183 +  Example Marvell Discovery mv64360 system-controller node:
184 +
185 +    system-controller@f1000000 { /* Marvell Discovery mv64360 */
186 +           #address-cells = <1>;
187 +           #size-cells = <1>;
188 +           model = "mv64360";                      /* Default */
189 +           compatible = "marvell,mv64360";
190 +           clock-frequency = <133333333>;
191 +           reg = <0xf1000000 0x10000>;
192 +           virtual-reg = <0xf1000000>;
193 +           ranges = <0x88000000 0x88000000 0x1000000 /* PCI 0 I/O Space */
194 +                   0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
195 +                   0xa0000000 0xa0000000 0x4000000 /* User FLASH */
196 +                   0x00000000 0xf1000000 0x0010000 /* Bridge's regs */
197 +                   0xf2000000 0xf2000000 0x0040000>;/* Integrated SRAM */
198 +
199 +           [ child node definitions... ]
200 +    }
201 +
202 +2) Child nodes of /system-controller
203 +
204 +   a) Marvell Discovery MDIO bus
205 +
206 +   The MDIO is a bus to which the PHY devices are connected.  For each
207 +   device that exists on this bus, a child node should be created.  See
208 +   the definition of the PHY node below for an example of how to define
209 +   a PHY.
210 +
211 +   Required properties:
212 +     - #address-cells : Should be <1>
213 +     - #size-cells : Should be <0>
214 +     - device_type : Should be "mdio"
215 +     - compatible : Should be "marvell,mv64360-mdio"
216 +
217 +   Example:
218 +
219 +     mdio {
220 +            #address-cells = <1>;
221 +            #size-cells = <0>;
222 +            device_type = "mdio";
223 +            compatible = "marvell,mv64360-mdio";
224 +
225 +            ethernet-phy@0 {
226 +                    ......
227 +            };
228 +     };
229 +
230 +
231 +   b) Marvell Discovery ethernet controller
232 +
233 +   The Discover ethernet controller is described with two levels
234 +   of nodes.  The first level describes an ethernet silicon block
235 +   and the second level describes up to 3 ethernet nodes within
236 +   that block.  The reason for the multiple levels is that the
237 +   registers for the node are interleaved within a single set
238 +   of registers.  The "ethernet-block" level describes the
239 +   shared register set, and the "ethernet" nodes describe ethernet
240 +   port-specific properties.
241 +
242 +   Ethernet block node
243 +
244 +   Required properties:
245 +     - #address-cells : <1>
246 +     - #size-cells : <0>
247 +     - compatible : "marvell,mv64360-eth-block"
248 +     - reg : Offset and length of the register set for this block
249 +
250 +   Example Discovery Ethernet block node:
251 +     ethernet-block@2000 {
252 +            #address-cells = <1>;
253 +            #size-cells = <0>;
254 +            compatible = "marvell,mv64360-eth-block";
255 +            reg = <0x2000 0x2000>;
256 +            ethernet@0 {
257 +                    .......
258 +            };
259 +     };
260 +
261 +   Ethernet port node
262 +
263 +   Required properties:
264 +     - device_type : Should be "network".
265 +     - compatible : Should be "marvell,mv64360-eth".
266 +     - reg : Should be <0>, <1>, or <2>, according to which registers
267 +       within the silicon block the device uses.
268 +     - interrupts : <a> where a is the interrupt number for the port.
269 +     - interrupt-parent : the phandle for the interrupt controller
270 +       that services interrupts for this device.
271 +     - phy : the phandle for the PHY connected to this ethernet
272 +       controller.
273 +     - local-mac-address : 6 bytes, MAC address
274 +
275 +   Example Discovery Ethernet port node:
276 +     ethernet@0 {
277 +            device_type = "network";
278 +            compatible = "marvell,mv64360-eth";
279 +            reg = <0>;
280 +            interrupts = <32>;
281 +            interrupt-parent = <&PIC>;
282 +            phy = <&PHY0>;
283 +            local-mac-address = [ 00 00 00 00 00 00 ];
284 +     };
285 +
286 +
287 +
288 +   c) Marvell Discovery PHY nodes
289 +
290 +   Required properties:
291 +     - device_type : Should be "ethernet-phy"
292 +     - interrupts : <a> where a is the interrupt number for this phy.
293 +     - interrupt-parent : the phandle for the interrupt controller that
294 +       services interrupts for this device.
295 +     - reg : The ID number for the phy, usually a small integer
296 +
297 +   Example Discovery PHY node:
298 +     ethernet-phy@1 {
299 +            device_type = "ethernet-phy";
300 +            compatible = "broadcom,bcm5421";
301 +            interrupts = <76>;      /* GPP 12 */
302 +            interrupt-parent = <&PIC>;
303 +            reg = <1>;
304 +     };
305 +
306 +
307 +   d) Marvell Discovery SDMA nodes
308 +
309 +   Represent DMA hardware associated with the MPSC (multiprotocol
310 +   serial controllers).
311 +
312 +   Required properties:
313 +     - compatible : "marvell,mv64360-sdma"
314 +     - reg : Offset and length of the register set for this device
315 +     - interrupts : <a> where a is the interrupt number for the DMA
316 +       device.
317 +     - interrupt-parent : the phandle for the interrupt controller
318 +       that services interrupts for this device.
319 +
320 +   Example Discovery SDMA node:
321 +     sdma@4000 {
322 +            compatible = "marvell,mv64360-sdma";
323 +            reg = <0x4000 0xc18>;
324 +            virtual-reg = <0xf1004000>;
325 +            interrupts = <36>;
326 +            interrupt-parent = <&PIC>;
327 +     };
328 +
329 +
330 +   e) Marvell Discovery BRG nodes
331 +
332 +   Represent baud rate generator hardware associated with the MPSC
333 +   (multiprotocol serial controllers).
334 +
335 +   Required properties:
336 +     - compatible : "marvell,mv64360-brg"
337 +     - reg : Offset and length of the register set for this device
338 +     - clock-src : A value from 0 to 15 which selects the clock
339 +       source for the baud rate generator.  This value corresponds
340 +       to the CLKS value in the BRGx configuration register.  See
341 +       the mv64x60 User's Manual.
342 +     - clock-frequence : The frequency (in Hz) of the baud rate
343 +       generator's input clock.
344 +     - current-speed : The current speed setting (presumably by
345 +       firmware) of the baud rate generator.
346 +
347 +   Example Discovery BRG node:
348 +     brg@b200 {
349 +            compatible = "marvell,mv64360-brg";
350 +            reg = <0xb200 0x8>;
351 +            clock-src = <8>;
352 +            clock-frequency = <133333333>;
353 +            current-speed = <9600>;
354 +     };
355 +
356 +
357 +   f) Marvell Discovery CUNIT nodes
358 +
359 +   Represent the Serial Communications Unit device hardware.
360 +
361 +   Required properties:
362 +     - reg : Offset and length of the register set for this device
363 +
364 +   Example Discovery CUNIT node:
365 +     cunit@f200 {
366 +            reg = <0xf200 0x200>;
367 +     };
368 +
369 +
370 +   g) Marvell Discovery MPSCROUTING nodes
371 +
372 +   Represent the Discovery's MPSC routing hardware
373 +
374 +   Required properties:
375 +     - reg : Offset and length of the register set for this device
376 +
377 +   Example Discovery CUNIT node:
378 +     mpscrouting@b500 {
379 +            reg = <0xb400 0xc>;
380 +     };
381 +
382 +
383 +   h) Marvell Discovery MPSCINTR nodes
384 +
385 +   Represent the Discovery's MPSC DMA interrupt hardware registers
386 +   (SDMA cause and mask registers).
387 +
388 +   Required properties:
389 +     - reg : Offset and length of the register set for this device
390 +
391 +   Example Discovery MPSCINTR node:
392 +     mpsintr@b800 {
393 +            reg = <0xb800 0x100>;
394 +     };
395 +
396 +
397 +   i) Marvell Discovery MPSC nodes
398 +
399 +   Represent the Discovery's MPSC (Multiprotocol Serial Controller)
400 +   serial port.
401 +
402 +   Required properties:
403 +     - device_type : "serial"
404 +     - compatible : "marvell,mv64360-mpsc"
405 +     - reg : Offset and length of the register set for this device
406 +     - sdma : the phandle for the SDMA node used by this port
407 +     - brg : the phandle for the BRG node used by this port
408 +     - cunit : the phandle for the CUNIT node used by this port
409 +     - mpscrouting : the phandle for the MPSCROUTING node used by this port
410 +     - mpscintr : the phandle for the MPSCINTR node used by this port
411 +     - cell-index : the hardware index of this cell in the MPSC core
412 +     - max_idle : value needed for MPSC CHR3 (Maximum Frame Length)
413 +       register
414 +     - interrupts : <a> where a is the interrupt number for the MPSC.
415 +     - interrupt-parent : the phandle for the interrupt controller
416 +       that services interrupts for this device.
417 +
418 +   Example Discovery MPSCINTR node:
419 +     mpsc@8000 {
420 +            device_type = "serial";
421 +            compatible = "marvell,mv64360-mpsc";
422 +            reg = <0x8000 0x38>;
423 +            virtual-reg = <0xf1008000>;
424 +            sdma = <&SDMA0>;
425 +            brg = <&BRG0>;
426 +            cunit = <&CUNIT>;
427 +            mpscrouting = <&MPSCROUTING>;
428 +            mpscintr = <&MPSCINTR>;
429 +            cell-index = <0>;
430 +            max_idle = <40>;
431 +            interrupts = <40>;
432 +            interrupt-parent = <&PIC>;
433 +     };
434 +
435  
436 -VII - Specifying interrupt information for devices
437 +   j) Marvell Discovery Watch Dog Timer nodes
438 +
439 +   Represent the Discovery's watchdog timer hardware
440 +
441 +   Required properties:
442 +     - compatible : "marvell,mv64360-wdt"
443 +     - reg : Offset and length of the register set for this device
444 +
445 +   Example Discovery Watch Dog Timer node:
446 +     wdt@b410 {
447 +            compatible = "marvell,mv64360-wdt";
448 +            reg = <0xb410 0x8>;
449 +     };
450 +
451 +
452 +   k) Marvell Discovery I2C nodes
453 +
454 +   Represent the Discovery's I2C hardware
455 +
456 +   Required properties:
457 +     - device_type : "i2c"
458 +     - compatible : "marvell,mv64360-i2c"
459 +     - reg : Offset and length of the register set for this device
460 +     - interrupts : <a> where a is the interrupt number for the I2C.
461 +     - interrupt-parent : the phandle for the interrupt controller
462 +       that services interrupts for this device.
463 +
464 +   Example Discovery I2C node:
465 +            compatible = "marvell,mv64360-i2c";
466 +            reg = <0xc000 0x20>;
467 +            virtual-reg = <0xf100c000>;
468 +            interrupts = <37>;
469 +            interrupt-parent = <&PIC>;
470 +     };
471 +
472 +
473 +   l) Marvell Discovery PIC (Programmable Interrupt Controller) nodes
474 +
475 +   Represent the Discovery's PIC hardware
476 +
477 +   Required properties:
478 +     - #interrupt-cells : <1>
479 +     - #address-cells : <0>
480 +     - compatible : "marvell,mv64360-pic"
481 +     - reg : Offset and length of the register set for this device
482 +     - interrupt-controller
483 +
484 +   Example Discovery PIC node:
485 +     pic {
486 +            #interrupt-cells = <1>;
487 +            #address-cells = <0>;
488 +            compatible = "marvell,mv64360-pic";
489 +            reg = <0x0 0x88>;
490 +            interrupt-controller;
491 +     };
492 +
493 +
494 +   m) Marvell Discovery MPP (Multipurpose Pins) multiplexing nodes
495 +
496 +   Represent the Discovery's MPP hardware
497 +
498 +   Required properties:
499 +     - compatible : "marvell,mv64360-mpp"
500 +     - reg : Offset and length of the register set for this device
501 +
502 +   Example Discovery MPP node:
503 +     mpp@f000 {
504 +            compatible = "marvell,mv64360-mpp";
505 +            reg = <0xf000 0x10>;
506 +     };
507 +
508 +
509 +   n) Marvell Discovery GPP (General Purpose Pins) nodes
510 +
511 +   Represent the Discovery's GPP hardware
512 +
513 +   Required properties:
514 +     - compatible : "marvell,mv64360-gpp"
515 +     - reg : Offset and length of the register set for this device
516 +
517 +   Example Discovery GPP node:
518 +     gpp@f000 {
519 +            compatible = "marvell,mv64360-gpp";
520 +            reg = <0xf100 0x20>;
521 +     };
522 +
523 +
524 +   o) Marvell Discovery PCI host bridge node
525 +
526 +   Represents the Discovery's PCI host bridge device.  The properties
527 +   for this node conform to Rev 2.1 of the PCI Bus Binding to IEEE
528 +   1275-1994.  A typical value for the compatible property is
529 +   "marvell,mv64360-pci".
530 +
531 +   Example Discovery PCI host bridge node
532 +     pci@80000000 {
533 +            #address-cells = <3>;
534 +            #size-cells = <2>;
535 +            #interrupt-cells = <1>;
536 +            device_type = "pci";
537 +            compatible = "marvell,mv64360-pci";
538 +            reg = <0xcf8 0x8>;
539 +            ranges = <0x01000000 0x0        0x0
540 +                            0x88000000 0x0 0x01000000
541 +                      0x02000000 0x0 0x80000000
542 +                            0x80000000 0x0 0x08000000>;
543 +            bus-range = <0 255>;
544 +            clock-frequency = <66000000>;
545 +            interrupt-parent = <&PIC>;
546 +            interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
547 +            interrupt-map = <
548 +                    /* IDSEL 0x0a */
549 +                    0x5000 0 0 1 &PIC 80
550 +                    0x5000 0 0 2 &PIC 81
551 +                    0x5000 0 0 3 &PIC 91
552 +                    0x5000 0 0 4 &PIC 93
553 +
554 +                    /* IDSEL 0x0b */
555 +                    0x5800 0 0 1 &PIC 91
556 +                    0x5800 0 0 2 &PIC 93
557 +                    0x5800 0 0 3 &PIC 80
558 +                    0x5800 0 0 4 &PIC 81
559 +
560 +                    /* IDSEL 0x0c */
561 +                    0x6000 0 0 1 &PIC 91
562 +                    0x6000 0 0 2 &PIC 93
563 +                    0x6000 0 0 3 &PIC 80
564 +                    0x6000 0 0 4 &PIC 81
565 +
566 +                    /* IDSEL 0x0d */
567 +                    0x6800 0 0 1 &PIC 93
568 +                    0x6800 0 0 2 &PIC 80
569 +                    0x6800 0 0 3 &PIC 81
570 +                    0x6800 0 0 4 &PIC 91
571 +            >;
572 +     };
573 +
574 +
575 +   p) Marvell Discovery CPU Error nodes
576 +
577 +   Represent the Discovery's CPU error handler device.
578 +
579 +   Required properties:
580 +     - compatible : "marvell,mv64360-cpu-error"
581 +     - reg : Offset and length of the register set for this device
582 +     - interrupts : the interrupt number for this device
583 +     - interrupt-parent : the phandle for the interrupt controller
584 +       that services interrupts for this device.
585 +
586 +   Example Discovery CPU Error node:
587 +     cpu-error@0070 {
588 +            compatible = "marvell,mv64360-cpu-error";
589 +            reg = <0x70 0x10 0x128 0x28>;
590 +            interrupts = <3>;
591 +            interrupt-parent = <&PIC>;
592 +     };
593 +
594 +
595 +   q) Marvell Discovery SRAM Controller nodes
596 +
597 +   Represent the Discovery's SRAM controller device.
598 +
599 +   Required properties:
600 +     - compatible : "marvell,mv64360-sram-ctrl"
601 +     - reg : Offset and length of the register set for this device
602 +     - interrupts : the interrupt number for this device
603 +     - interrupt-parent : the phandle for the interrupt controller
604 +       that services interrupts for this device.
605 +
606 +   Example Discovery SRAM Controller node:
607 +     sram-ctrl@0380 {
608 +            compatible = "marvell,mv64360-sram-ctrl";
609 +            reg = <0x380 0x80>;
610 +            interrupts = <13>;
611 +            interrupt-parent = <&PIC>;
612 +     };
613 +
614 +
615 +   r) Marvell Discovery PCI Error Handler nodes
616 +
617 +   Represent the Discovery's PCI error handler device.
618 +
619 +   Required properties:
620 +     - compatible : "marvell,mv64360-pci-error"
621 +     - reg : Offset and length of the register set for this device
622 +     - interrupts : the interrupt number for this device
623 +     - interrupt-parent : the phandle for the interrupt controller
624 +       that services interrupts for this device.
625 +
626 +   Example Discovery PCI Error Handler node:
627 +     pci-error@1d40 {
628 +            compatible = "marvell,mv64360-pci-error";
629 +            reg = <0x1d40 0x40 0xc28 0x4>;
630 +            interrupts = <12>;
631 +            interrupt-parent = <&PIC>;
632 +     };
633 +
634 +
635 +   s) Marvell Discovery Memory Controller nodes
636 +
637 +   Represent the Discovery's memory controller device.
638 +
639 +   Required properties:
640 +     - compatible : "marvell,mv64360-mem-ctrl"
641 +     - reg : Offset and length of the register set for this device
642 +     - interrupts : the interrupt number for this device
643 +     - interrupt-parent : the phandle for the interrupt controller
644 +       that services interrupts for this device.
645 +
646 +   Example Discovery Memory Controller node:
647 +     mem-ctrl@1400 {
648 +            compatible = "marvell,mv64360-mem-ctrl";
649 +            reg = <0x1400 0x60>;
650 +            interrupts = <17>;
651 +            interrupt-parent = <&PIC>;
652 +     };
653 +
654 +
655 +VIII - Specifying interrupt information for devices
656  ===================================================
657  
658  The device tree represents the busses and devices of a hardware
659 @@ -2905,6 +3433,54 @@
660         2 =  high to low edge sensitive type enabled
661         3 =  low to high edge sensitive type enabled
662  
663 +VIII - Specifying GPIO information for devices
664 +==============================================
665 +
666 +1) gpios property
667 +-----------------
668 +
669 +Nodes that makes use of GPIOs should define them using `gpios' property,
670 +format of which is: <&gpio-controller1-phandle gpio1-specifier
671 +                    &gpio-controller2-phandle gpio2-specifier
672 +                    0 /* holes are permitted, means no GPIO 3 */
673 +                    &gpio-controller4-phandle gpio4-specifier
674 +                    ...>;
675 +
676 +Note that gpio-specifier length is controller dependent.
677 +
678 +gpio-specifier may encode: bank, pin position inside the bank,
679 +whether pin is open-drain and whether pin is logically inverted.
680 +
681 +Example of the node using GPIOs:
682 +
683 +       node {
684 +               gpios = <&qe_pio_e 18 0>;
685 +       };
686 +
687 +In this example gpio-specifier is "18 0" and encodes GPIO pin number,
688 +and empty GPIO flags as accepted by the "qe_pio_e" gpio-controller.
689 +
690 +2) gpio-controller nodes
691 +------------------------
692 +
693 +Every GPIO controller node must have #gpio-cells property defined,
694 +this information will be used to translate gpio-specifiers.
695 +
696 +Example of two SOC GPIO banks defined as gpio-controller nodes:
697 +
698 +       qe_pio_a: gpio-controller@1400 {
699 +               #gpio-cells = <2>;
700 +               compatible = "fsl,qe-pario-bank-a", "fsl,qe-pario-bank";
701 +               reg = <0x1400 0x18>;
702 +               gpio-controller;
703 +       };
704 +
705 +       qe_pio_e: gpio-controller@1460 {
706 +               #gpio-cells = <2>;
707 +               compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
708 +               reg = <0x1460 0x18>;
709 +               gpio-controller;
710 +       };
711  
712  Appendix A - Sample SOC node for MPC8540
713  ========================================
714 diff -x .git -Nur linux-2.6.25-rc9/Documentation/powerpc/phyp-assisted-dump.txt powerpc.git/Documentation/powerpc/phyp-assisted-dump.txt
715 --- linux-2.6.25-rc9/Documentation/powerpc/phyp-assisted-dump.txt       1970-01-01 01:00:00.000000000 +0100
716 +++ powerpc.git/Documentation/powerpc/phyp-assisted-dump.txt    2008-04-19 16:40:52.000000000 +0200
717 @@ -0,0 +1,127 @@
718 +
719 +                   Hypervisor-Assisted Dump
720 +                   ------------------------
721 +                       November 2007
722 +
723 +The goal of hypervisor-assisted dump is to enable the dump of
724 +a crashed system, and to do so from a fully-reset system, and
725 +to minimize the total elapsed time until the system is back
726 +in production use.
727 +
728 +As compared to kdump or other strategies, hypervisor-assisted
729 +dump offers several strong, practical advantages:
730 +
731 +-- Unlike kdump, the system has been reset, and loaded
732 +   with a fresh copy of the kernel.  In particular,
733 +   PCI and I/O devices have been reinitialized and are
734 +   in a clean, consistent state.
735 +-- As the dump is performed, the dumped memory becomes
736 +   immediately available to the system for normal use.
737 +-- After the dump is completed, no further reboots are
738 +   required; the system will be fully usable, and running
739 +   in it's normal, production mode on it normal kernel.
740 +
741 +The above can only be accomplished by coordination with,
742 +and assistance from the hypervisor. The procedure is
743 +as follows:
744 +
745 +-- When a system crashes, the hypervisor will save
746 +   the low 256MB of RAM to a previously registered
747 +   save region. It will also save system state, system
748 +   registers, and hardware PTE's.
749 +
750 +-- After the low 256MB area has been saved, the
751 +   hypervisor will reset PCI and other hardware state.
752 +   It will *not* clear RAM. It will then launch the
753 +   bootloader, as normal.
754 +
755 +-- The freshly booted kernel will notice that there
756 +   is a new node (ibm,dump-kernel) in the device tree,
757 +   indicating that there is crash data available from
758 +   a previous boot. It will boot into only 256MB of RAM,
759 +   reserving the rest of system memory.
760 +
761 +-- Userspace tools will parse /sys/kernel/release_region
762 +   and read /proc/vmcore to obtain the contents of memory,
763 +   which holds the previous crashed kernel. The userspace
764 +   tools may copy this info to disk, or network, nas, san,
765 +   iscsi, etc. as desired.
766 +
767 +   For Example: the values in /sys/kernel/release-region
768 +   would look something like this (address-range pairs).
769 +   CPU:0x177fee000-0x10000: HPTE:0x177ffe020-0x1000: /
770 +   DUMP:0x177fff020-0x10000000, 0x10000000-0x16F1D370A
771 +
772 +-- As the userspace tools complete saving a portion of
773 +   dump, they echo an offset and size to
774 +   /sys/kernel/release_region to release the reserved
775 +   memory back to general use.
776 +
777 +   An example of this is:
778 +     "echo 0x40000000 0x10000000 > /sys/kernel/release_region"
779 +   which will release 256MB at the 1GB boundary.
780 +
781 +Please note that the hypervisor-assisted dump feature
782 +is only available on Power6-based systems with recent
783 +firmware versions.
784 +
785 +Implementation details:
786 +----------------------
787 +
788 +During boot, a check is made to see if firmware supports
789 +this feature on this particular machine. If it does, then
790 +we check to see if a active dump is waiting for us. If yes
791 +then everything but 256 MB of RAM is reserved during early
792 +boot. This area is released once we collect a dump from user
793 +land scripts that are run. If there is dump data, then
794 +the /sys/kernel/release_region file is created, and
795 +the reserved memory is held.
796 +
797 +If there is no waiting dump data, then only the highest
798 +256MB of the ram is reserved as a scratch area. This area
799 +is *not* released: this region will be kept permanently
800 +reserved, so that it can act as a receptacle for a copy
801 +of the low 256MB in the case a crash does occur. See,
802 +however, "open issues" below, as to whether
803 +such a reserved region is really needed.
804 +
805 +Currently the dump will be copied from /proc/vmcore to a
806 +a new file upon user intervention. The starting address
807 +to be read and the range for each data point in provided
808 +in /sys/kernel/release_region.
809 +
810 +The tools to examine the dump will be same as the ones
811 +used for kdump.
812 +
813 +General notes:
814 +--------------
815 +Security: please note that there are potential security issues
816 +with any sort of dump mechanism. In particular, plaintext
817 +(unencrypted) data, and possibly passwords, may be present in
818 +the dump data. Userspace tools must take adequate precautions to
819 +preserve security.
820 +
821 +Open issues/ToDo:
822 +------------
823 + o The various code paths that tell the hypervisor that a crash
824 +   occurred, vs. it simply being a normal reboot, should be
825 +   reviewed, and possibly clarified/fixed.
826 +
827 + o Instead of using /sys/kernel, should there be a /sys/dump
828 +   instead? There is a dump_subsys being created by the s390 code,
829 +   perhaps the pseries code should use a similar layout as well.
830 +
831 + o Is reserving a 256MB region really required? The goal of
832 +   reserving a 256MB scratch area is to make sure that no
833 +   important crash data is clobbered when the hypervisor
834 +   save low mem to the scratch area. But, if one could assure
835 +   that nothing important is located in some 256MB area, then
836 +   it would not need to be reserved. Something that can be
837 +   improved in subsequent versions.
838 +
839 + o Still working the kdump team to integrate this with kdump,
840 +   some work remains but this would not affect the current
841 +   patches.
842 +
843 + o Still need to write a shell script, to copy the dump away.
844 +   Currently I am parsing it manually.
845 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/Kconfig powerpc.git/arch/powerpc/Kconfig
846 --- linux-2.6.25-rc9/arch/powerpc/Kconfig       2008-04-11 22:32:29.000000000 +0200
847 +++ powerpc.git/arch/powerpc/Kconfig    2008-04-19 16:40:52.000000000 +0200
848 @@ -49,6 +49,19 @@
849         bool
850         default y
851  
852 +config STACKTRACE_SUPPORT
853 +       bool
854 +       default y
855 +
856 +config TRACE_IRQFLAGS_SUPPORT
857 +       bool
858 +       depends on PPC64
859 +       default y
860 +
861 +config LOCKDEP_SUPPORT
862 +       bool
863 +       default y
864 +
865  config RWSEM_GENERIC_SPINLOCK
866         bool
867  
868 @@ -81,6 +94,11 @@
869         bool
870         default y
871  
872 +config GENERIC_GPIO
873 +       bool
874 +       help
875 +         Generic GPIO API support
876 +
877  config ARCH_NO_VIRT_TO_BUS
878         def_bool PPC64
879  
880 @@ -91,6 +109,7 @@
881         select HAVE_OPROFILE
882         select HAVE_KPROBES
883         select HAVE_KRETPROBES
884 +       select HAVE_LMB
885  
886  config EARLY_PRINTK
887         bool
888 @@ -210,15 +229,6 @@
889  source kernel/Kconfig.preempt
890  source "fs/Kconfig.binfmt"
891  
892 -# We optimistically allocate largepages from the VM, so make the limit
893 -# large enough (16MB). This badly named config option is actually
894 -# max order + 1
895 -config FORCE_MAX_ZONEORDER
896 -       int
897 -       depends on PPC64
898 -       default "9" if PPC_64K_PAGES
899 -       default "13"
900 -
901  config HUGETLB_PAGE_SIZE_VARIABLE
902         bool
903         depends on HUGETLB_PAGE
904 @@ -307,6 +317,16 @@
905  
906           Don't change this unless you know what you are doing.
907  
908 +config PHYP_DUMP
909 +       bool "Hypervisor-assisted dump (EXPERIMENTAL)"
910 +       depends on PPC_PSERIES && EXPERIMENTAL
911 +       help
912 +         Hypervisor-assisted dump is meant to be a kdump replacement
913 +         offering robustness and speed not possible without system
914 +         hypervisor assistence.
915 +
916 +         If unsure, say "N"
917 +
918  config PPCBUG_NVRAM
919         bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
920         default y if PPC_PREP
921 @@ -381,6 +401,26 @@
922           while on hardware with such support, it will be used to map
923           normal application pages.
924  
925 +config FORCE_MAX_ZONEORDER
926 +       int "Maximum zone order"
927 +       default "9" if PPC_64K_PAGES
928 +       default "13" if PPC64 && !PPC_64K_PAGES
929 +       default "11"
930 +       help
931 +         The kernel memory allocator divides physically contiguous memory
932 +         blocks into "zones", where each zone is a power of two number of
933 +         pages.  This option selects the largest power of two that the kernel
934 +         keeps in the memory allocator.  If you need to allocate very large
935 +         blocks of physically contiguous memory, then you may need to
936 +         increase this value.
937 +
938 +         This config option is actually maximum order plus one. For example,
939 +         a value of 11 means that the largest free memory block is 2^10 pages.
940 +
941 +         The page size is not necessarily 4KB.  For example, on 64-bit
942 +         systems, 64KB pages can be enabled via CONFIG_PPC_64K_PAGES.  Keep
943 +         this in mind when choosing a value for this option.
944 +
945  config PPC_SUBPAGE_PROT
946         bool "Support setting protections for 4k subpages"
947         depends on PPC_64K_PAGES
948 @@ -490,6 +530,14 @@
949         bool
950         select PPC_INDIRECT_PCI
951  
952 +config 4xx_SOC
953 +       bool
954 +
955 +config FSL_LBC
956 +       bool
957 +       help
958 +         Freescale Localbus support
959 +
960  # Yes MCA RS/6000s exist but Linux-PPC does not currently support any
961  config MCA
962         bool
963 @@ -663,22 +711,6 @@
964         hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
965         default "0x00200000" if NOT_COHERENT_CACHE
966  
967 -config BOOT_LOAD_BOOL
968 -       bool "Set the boot link/load address"
969 -       depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM
970 -       help
971 -         This option allows you to set the initial load address of the zImage
972 -         or zImage.initrd file.  This can be useful if you are on a board
973 -         which has a small amount of memory.
974 -
975 -         Say N here unless you know what you are doing.
976 -
977 -config BOOT_LOAD
978 -       hex "Link/load address for booting" if BOOT_LOAD_BOOL
979 -       default "0x00400000" if 40x || 8xx || 8260
980 -       default "0x01000000" if 44x
981 -       default "0x00800000"
982 -
983  config PIN_TLB
984         bool "Pinned Kernel TLBs (860 ONLY)"
985         depends on ADVANCED_OPTIONS && 8xx
986 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/Kconfig.debug powerpc.git/arch/powerpc/Kconfig.debug
987 --- linux-2.6.25-rc9/arch/powerpc/Kconfig.debug 2008-04-11 22:32:29.000000000 +0200
988 +++ powerpc.git/arch/powerpc/Kconfig.debug      2008-04-19 16:40:52.000000000 +0200
989 @@ -269,7 +269,7 @@
990         hex "CPM UART early debug transmit descriptor address"
991         depends on PPC_EARLY_DEBUG_CPM
992         default "0xfa202008" if PPC_EP88XC
993 -       default "0xf0000008" if CPM2
994 +       default "0xf0001ff8" if CPM2
995         default "0xff002008" if CPM1
996         help
997           This specifies the address of the transmit descriptor
998 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/Makefile powerpc.git/arch/powerpc/Makefile
999 --- linux-2.6.25-rc9/arch/powerpc/Makefile      2008-04-11 22:32:29.000000000 +0200
1000 +++ powerpc.git/arch/powerpc/Makefile   2008-04-19 16:40:52.000000000 +0200
1001 @@ -71,13 +71,11 @@
1002  
1003  LDFLAGS_vmlinux        := -Bstatic
1004  
1005 -CPPFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH)
1006 -AFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH)
1007  CFLAGS-$(CONFIG_PPC64) := -mminimal-toc -mtraceback=none  -mcall-aixdesc
1008 -CFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH) -ffixed-r2 -mmultiple
1009 -KBUILD_CPPFLAGS        += $(CPPFLAGS-y)
1010 -KBUILD_AFLAGS  += $(AFLAGS-y)
1011 -KBUILD_CFLAGS  += -msoft-float -pipe $(CFLAGS-y)
1012 +CFLAGS-$(CONFIG_PPC32) := -ffixed-r2 -mmultiple
1013 +KBUILD_CPPFLAGS        += -Iarch/$(ARCH)
1014 +KBUILD_AFLAGS  += -Iarch/$(ARCH)
1015 +KBUILD_CFLAGS  += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y)
1016  CPP            = $(CC) -E $(KBUILD_CFLAGS)
1017  
1018  CHECKFLAGS     += -m$(CONFIG_WORD_SIZE) -D__powerpc__ -D__powerpc$(CONFIG_WORD_SIZE)__
1019 @@ -164,7 +162,7 @@
1020  $(BOOT_TARGETS): vmlinux
1021         $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
1022  
1023 -bootwrapper_install:
1024 +bootwrapper_install %.dtb:
1025         $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
1026  
1027  define archhelp
1028 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/Makefile powerpc.git/arch/powerpc/boot/Makefile
1029 --- linux-2.6.25-rc9/arch/powerpc/boot/Makefile 2008-04-11 22:32:29.000000000 +0200
1030 +++ powerpc.git/arch/powerpc/boot/Makefile      2008-04-19 16:40:52.000000000 +0200
1031 @@ -40,6 +40,7 @@
1032  $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405
1033  $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405
1034  $(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405
1035 +$(obj)/virtex405-head.o: BOOTCFLAGS += -mcpu=405
1036  
1037  
1038  zlib       := inffast.c inflate.c inftrees.c
1039 @@ -64,7 +65,8 @@
1040                 cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \
1041                 fixed-head.S ep88xc.c ep405.c \
1042                 cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \
1043 -               cuboot-warp.c cuboot-85xx-cpm2.c
1044 +               cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \
1045 +               virtex405-head.S
1046  src-boot := $(src-wlib) $(src-plat) empty.c
1047  
1048  src-boot := $(addprefix $(obj)/, $(src-boot))
1049 @@ -192,7 +194,7 @@
1050  image-$(CONFIG_PPC_EFIKA)              += zImage.chrp
1051  image-$(CONFIG_PPC_PMAC)               += zImage.pmac
1052  image-$(CONFIG_PPC_HOLLY)              += zImage.holly
1053 -image-$(CONFIG_PPC_PRPMC2800)          += zImage.prpmc2800
1054 +image-$(CONFIG_PPC_PRPMC2800)          += dtbImage.prpmc2800
1055  image-$(CONFIG_PPC_ISERIES)            += zImage.iseries
1056  image-$(CONFIG_DEFAULT_UIMAGE)         += uImage
1057  
1058 @@ -216,6 +218,7 @@
1059  image-$(CONFIG_TAISHAN)                        += cuImage.taishan
1060  image-$(CONFIG_KATMAI)                 += cuImage.katmai
1061  image-$(CONFIG_WARP)                   += cuImage.warp
1062 +image-$(CONFIG_YOSEMITE)               += cuImage.yosemite
1063  
1064  # Board ports in arch/powerpc/platform/8xx/Kconfig
1065  image-$(CONFIG_PPC_MPC86XADS)          += cuImage.mpc866ads
1066 @@ -255,6 +258,7 @@
1067  image-$(CONFIG_TQM8560)                        += cuImage.tqm8560
1068  image-$(CONFIG_SBC8548)                        += cuImage.sbc8548
1069  image-$(CONFIG_SBC8560)                        += cuImage.sbc8560
1070 +image-$(CONFIG_KSI8560)                        += cuImage.ksi8560
1071  
1072  # Board ports in arch/powerpc/platform/embedded6xx/Kconfig
1073  image-$(CONFIG_STORCENTER)             += cuImage.storcenter
1074 @@ -285,11 +289,11 @@
1075         $(call if_changed,wrap,$*)
1076  
1077  # dtbImage% - a dtbImage is a zImage with an embedded device tree blob
1078 -$(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(dtstree)/%.dts
1079 -       $(call if_changed,wrap,$*,$(dtstree)/$*.dts,,$(obj)/ramdisk.image.gz)
1080 +$(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(obj)/%.dtb
1081 +       $(call if_changed,wrap,$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1082  
1083 -$(obj)/dtbImage.%: vmlinux $(wrapperbits) $(dtstree)/%.dts
1084 -       $(call if_changed,wrap,$*,$(dtstree)/$*.dts)
1085 +$(obj)/dtbImage.%: vmlinux $(wrapperbits) $(obj)/%.dtb
1086 +       $(call if_changed,wrap,$*,,$(obj)/$*.dtb)
1087  
1088  # This cannot be in the root of $(src) as the zImage rule always adds a $(obj)
1089  # prefix
1090 @@ -302,14 +306,24 @@
1091  $(obj)/uImage: vmlinux $(wrapperbits)
1092         $(call if_changed,wrap,uboot)
1093  
1094 -$(obj)/cuImage.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1095 -       $(call if_changed,wrap,cuboot-$*,$(dtstree)/$*.dts)
1096 +$(obj)/cuImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1097 +       $(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb)
1098  
1099 -$(obj)/treeImage.initrd.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1100 -       $(call if_changed,wrap,treeboot-$*,$(dtstree)/$*.dts,,$(obj)/ramdisk.image.gz)
1101 +$(obj)/simpleImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1102 +       $(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1103  
1104 -$(obj)/treeImage.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1105 -       $(call if_changed,wrap,treeboot-$*,$(dtstree)/$*.dts)
1106 +$(obj)/simpleImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1107 +       $(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb)
1108 +
1109 +$(obj)/treeImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1110 +       $(call if_changed,wrap,treeboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1111 +
1112 +$(obj)/treeImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1113 +       $(call if_changed,wrap,treeboot-$*,,$(obj)/$*.dtb)
1114 +
1115 +# Rule to build device tree blobs
1116 +$(obj)/%.dtb: $(dtstree)/%.dts $(obj)/dtc
1117 +       $(obj)/dtc -O dtb -o $(obj)/$*.dtb -b 0 $(DTS_FLAGS) $(dtstree)/$*.dts
1118  
1119  # If there isn't a platform selected then just strip the vmlinux.
1120  ifeq (,$(image-y))
1121 @@ -326,7 +340,7 @@
1122  
1123  # anything not in $(targets)
1124  clean-files += $(image-) $(initrd-) zImage zImage.initrd cuImage.* treeImage.* \
1125 -       otheros.bld
1126 +       otheros.bld *.dtb
1127  
1128  # clean up files cached by wrapper
1129  clean-kernel := vmlinux.strip vmlinux.bin
1130 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/bamboo.c powerpc.git/arch/powerpc/boot/bamboo.c
1131 --- linux-2.6.25-rc9/arch/powerpc/boot/bamboo.c 2008-04-11 22:32:29.000000000 +0200
1132 +++ powerpc.git/arch/powerpc/boot/bamboo.c      2008-04-19 16:40:52.000000000 +0200
1133 @@ -33,7 +33,8 @@
1134         ibm440ep_fixup_clocks(sysclk, 11059200, 25000000);
1135         ibm4xx_sdram_fixup_memsize();
1136         ibm4xx_quiesce_eth((u32 *)0xef600e00, (u32 *)0xef600f00);
1137 -       dt_fixup_mac_addresses(bamboo_mac0, bamboo_mac1);
1138 +       dt_fixup_mac_address_by_alias("ethernet0", bamboo_mac0);
1139 +       dt_fixup_mac_address_by_alias("ethernet1", bamboo_mac1);
1140  }
1141  
1142  void bamboo_init(void *mac0, void *mac1)
1143 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/cpm-serial.c powerpc.git/arch/powerpc/boot/cpm-serial.c
1144 --- linux-2.6.25-rc9/arch/powerpc/boot/cpm-serial.c     2008-04-11 22:32:29.000000000 +0200
1145 +++ powerpc.git/arch/powerpc/boot/cpm-serial.c  2008-04-19 16:40:52.000000000 +0200
1146 @@ -11,6 +11,7 @@
1147  #include "types.h"
1148  #include "io.h"
1149  #include "ops.h"
1150 +#include "page.h"
1151  
1152  struct cpm_scc {
1153         u32 gsmrl;
1154 @@ -42,6 +43,22 @@
1155         u16 tbase;
1156         u8 rfcr;
1157         u8 tfcr;
1158 +       u16 mrblr;
1159 +       u32 rstate;
1160 +       u8 res1[4];
1161 +       u16 rbptr;
1162 +       u8 res2[6];
1163 +       u32 tstate;
1164 +       u8 res3[4];
1165 +       u16 tbptr;
1166 +       u8 res4[6];
1167 +       u16 maxidl;
1168 +       u16 idlc;
1169 +       u16 brkln;
1170 +       u16 brkec;
1171 +       u16 brkcr;
1172 +       u16 rmask;
1173 +       u8 res5[4];
1174  };
1175  
1176  struct cpm_bd {
1177 @@ -54,10 +71,10 @@
1178  static struct cpm_param *param;
1179  static struct cpm_smc *smc;
1180  static struct cpm_scc *scc;
1181 -struct cpm_bd *tbdf, *rbdf;
1182 +static struct cpm_bd *tbdf, *rbdf;
1183  static u32 cpm_cmd;
1184 -static u8 *muram_start;
1185 -static u32 muram_offset;
1186 +static void *cbd_addr;
1187 +static u32 cbd_offset;
1188  
1189  static void (*do_cmd)(int op);
1190  static void (*enable_port)(void);
1191 @@ -119,20 +136,25 @@
1192  
1193         out_8(&param->rfcr, 0x10);
1194         out_8(&param->tfcr, 0x10);
1195 +       out_be16(&param->mrblr, 1);
1196 +       out_be16(&param->maxidl, 0);
1197 +       out_be16(&param->brkec, 0);
1198 +       out_be16(&param->brkln, 0);
1199 +       out_be16(&param->brkcr, 0);
1200  
1201 -       rbdf = (struct cpm_bd *)muram_start;
1202 -       rbdf->addr = (u8 *)(rbdf + 2);
1203 +       rbdf = cbd_addr;
1204 +       rbdf->addr = (u8 *)rbdf - 1;
1205         rbdf->sc = 0xa000;
1206         rbdf->len = 1;
1207  
1208         tbdf = rbdf + 1;
1209 -       tbdf->addr = (u8 *)(rbdf + 2) + 1;
1210 +       tbdf->addr = (u8 *)rbdf - 2;
1211         tbdf->sc = 0x2000;
1212         tbdf->len = 1;
1213  
1214         sync();
1215 -       out_be16(&param->rbase, muram_offset);
1216 -       out_be16(&param->tbase, muram_offset + sizeof(struct cpm_bd));
1217 +       out_be16(&param->rbase, cbd_offset);
1218 +       out_be16(&param->tbase, cbd_offset + sizeof(struct cpm_bd));
1219  
1220         do_cmd(CPM_CMD_INIT_RX_TX);
1221  
1222 @@ -175,10 +197,12 @@
1223  
1224  int cpm_console_init(void *devp, struct serial_console_data *scdp)
1225  {
1226 -       void *reg_virt[2];
1227 -       int is_smc = 0, is_cpm2 = 0, n;
1228 -       unsigned long reg_phys;
1229 +       void *vreg[2];
1230 +       u32 reg[2];
1231 +       int is_smc = 0, is_cpm2 = 0;
1232         void *parent, *muram;
1233 +       void *muram_addr;
1234 +       unsigned long muram_offset, muram_size;
1235  
1236         if (dt_is_compatible(devp, "fsl,cpm1-smc-uart")) {
1237                 is_smc = 1;
1238 @@ -202,63 +226,64 @@
1239         else
1240                 do_cmd = cpm1_cmd;
1241  
1242 -       n = getprop(devp, "fsl,cpm-command", &cpm_cmd, 4);
1243 -       if (n < 4)
1244 +       if (getprop(devp, "fsl,cpm-command", &cpm_cmd, 4) < 4)
1245                 return -1;
1246  
1247 -       n = getprop(devp, "virtual-reg", reg_virt, sizeof(reg_virt));
1248 -       if (n < (int)sizeof(reg_virt)) {
1249 -               for (n = 0; n < 2; n++) {
1250 -                       if (!dt_xlate_reg(devp, n, &reg_phys, NULL))
1251 -                               return -1;
1252 -
1253 -                       reg_virt[n] = (void *)reg_phys;
1254 -               }
1255 -       }
1256 +       if (dt_get_virtual_reg(devp, vreg, 2) < 2)
1257 +               return -1;
1258  
1259         if (is_smc)
1260 -               smc = reg_virt[0];
1261 +               smc = vreg[0];
1262         else
1263 -               scc = reg_virt[0];
1264 +               scc = vreg[0];
1265  
1266 -       param = reg_virt[1];
1267 +       param = vreg[1];
1268  
1269         parent = get_parent(devp);
1270         if (!parent)
1271                 return -1;
1272  
1273 -       n = getprop(parent, "virtual-reg", reg_virt, sizeof(reg_virt));
1274 -       if (n < (int)sizeof(reg_virt)) {
1275 -               if (!dt_xlate_reg(parent, 0, &reg_phys, NULL))
1276 -                       return -1;
1277 -
1278 -               reg_virt[0] = (void *)reg_phys;
1279 -       }
1280 -
1281 -       cpcr = reg_virt[0];
1282 +       if (dt_get_virtual_reg(parent, &cpcr, 1) < 1)
1283 +               return -1;
1284  
1285         muram = finddevice("/soc/cpm/muram/data");
1286         if (!muram)
1287                 return -1;
1288  
1289         /* For bootwrapper-compatible device trees, we assume that the first
1290 -        * entry has at least 18 bytes, and that #address-cells/#data-cells
1291 +        * entry has at least 128 bytes, and that #address-cells/#data-cells
1292          * is one for both parent and child.
1293          */
1294  
1295 -       n = getprop(muram, "virtual-reg", reg_virt, sizeof(reg_virt));
1296 -       if (n < (int)sizeof(reg_virt)) {
1297 -               if (!dt_xlate_reg(muram, 0, &reg_phys, NULL))
1298 -                       return -1;
1299 +       if (dt_get_virtual_reg(muram, &muram_addr, 1) < 1)
1300 +               return -1;
1301 +
1302 +       if (getprop(muram, "reg", reg, 8) < 8)
1303 +               return -1;
1304 +
1305 +       muram_offset = reg[0];
1306 +       muram_size = reg[1];
1307 +
1308 +       /* Store the buffer descriptors at the end of the first muram chunk.
1309 +        * For SMC ports on CPM2-based platforms, relocate the parameter RAM
1310 +        * just before the buffer descriptors.
1311 +        */
1312 +
1313 +       cbd_offset = muram_offset + muram_size - 2 * sizeof(struct cpm_bd);
1314  
1315 -               reg_virt[0] = (void *)reg_phys;
1316 +       if (is_cpm2 && is_smc) {
1317 +               u16 *smc_base = (u16 *)param;
1318 +               u16 pram_offset;
1319 +
1320 +               pram_offset = cbd_offset - 64;
1321 +               pram_offset = _ALIGN_DOWN(pram_offset, 64);
1322 +
1323 +               disable_port();
1324 +               out_be16(smc_base, pram_offset);
1325 +               param = muram_addr - muram_offset + pram_offset;
1326         }
1327  
1328 -       muram_start = reg_virt[0];
1329 -
1330 -       n = getprop(muram, "reg", &muram_offset, 4);
1331 -       if (n < 4)
1332 -               return -1;
1333 +       cbd_addr = muram_addr - muram_offset + cbd_offset;
1334  
1335         scdp->open = cpm_serial_open;
1336         scdp->putc = cpm_serial_putc;
1337 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/cuboot-pq2.c powerpc.git/arch/powerpc/boot/cuboot-pq2.c
1338 --- linux-2.6.25-rc9/arch/powerpc/boot/cuboot-pq2.c     2008-04-11 22:32:29.000000000 +0200
1339 +++ powerpc.git/arch/powerpc/boot/cuboot-pq2.c  2008-04-19 16:40:52.000000000 +0200
1340 @@ -128,7 +128,7 @@
1341         u8 *soc_regs;
1342         int i, len;
1343         void *node, *parent_node;
1344 -       u32 naddr, nsize, mem_log2;
1345 +       u32 naddr, nsize, mem_pow2, mem_mask;
1346  
1347         node = finddevice("/pci");
1348         if (!node || !dt_is_compatible(node, "fsl,pq2-pci"))
1349 @@ -141,7 +141,7 @@
1350  
1351         soc_regs = (u8 *)fsl_get_immr();
1352         if (!soc_regs)
1353 -               goto err;
1354 +               goto unhandled;
1355  
1356         dt_get_reg_format(node, &naddr, &nsize);
1357         if (naddr != 3 || nsize != 2)
1358 @@ -153,7 +153,7 @@
1359  
1360         dt_get_reg_format(parent_node, &naddr, &nsize);
1361         if (naddr != 1 || nsize != 1)
1362 -               goto err;
1363 +               goto unhandled;
1364  
1365         len = getprop(node, "ranges", pci_ranges_buf,
1366                       sizeof(pci_ranges_buf));
1367 @@ -170,14 +170,20 @@
1368         }
1369  
1370         if (!mem || !mmio || !io)
1371 -               goto err;
1372 +               goto unhandled;
1373 +       if (mem->size[1] != mmio->size[1])
1374 +               goto unhandled;
1375 +       if (mem->size[1] & (mem->size[1] - 1))
1376 +               goto unhandled;
1377 +       if (io->size[1] & (io->size[1] - 1))
1378 +               goto unhandled;
1379  
1380         if (mem->phys_addr + mem->size[1] == mmio->phys_addr)
1381                 mem_base = mem;
1382         else if (mmio->phys_addr + mmio->size[1] == mem->phys_addr)
1383                 mem_base = mmio;
1384         else
1385 -               goto err;
1386 +               goto unhandled;
1387  
1388         out_be32(&pci_regs[1][0], mem_base->phys_addr | 1);
1389         out_be32(&pci_regs[2][0], ~(mem->size[1] + mmio->size[1] - 1));
1390 @@ -201,8 +207,9 @@
1391         out_le32(&pci_regs[0][58], 0);
1392         out_le32(&pci_regs[0][60], 0);
1393  
1394 -       mem_log2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1);
1395 -       out_le32(&pci_regs[0][62], 0xa0000000 | ~((1 << (mem_log2 - 12)) - 1));
1396 +       mem_pow2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1);
1397 +       mem_mask = ~(mem_pow2 - 1) >> 12;
1398 +       out_le32(&pci_regs[0][62], 0xa0000000 | mem_mask);
1399  
1400         /* If PCI is disabled, drive RST high to enable. */
1401         if (!(in_le32(&pci_regs[0][32]) & 1)) {
1402 @@ -228,7 +235,11 @@
1403         return;
1404  
1405  err:
1406 -       printf("Bad PCI node\r\n");
1407 +       printf("Bad PCI node -- using existing firmware setup.\r\n");
1408 +       return;
1409 +
1410 +unhandled:
1411 +       printf("Unsupported PCI node -- using existing firmware setup.\r\n");
1412  }
1413  
1414  static void pq2_platform_fixups(void)
1415 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/cuboot-rainier.c powerpc.git/arch/powerpc/boot/cuboot-rainier.c
1416 --- linux-2.6.25-rc9/arch/powerpc/boot/cuboot-rainier.c 2008-04-11 22:32:29.000000000 +0200
1417 +++ powerpc.git/arch/powerpc/boot/cuboot-rainier.c      2008-04-19 16:40:52.000000000 +0200
1418 @@ -42,7 +42,8 @@
1419         ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1420         ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1421         ibm4xx_denali_fixup_memsize();
1422 -       dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);
1423 +       dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1424 +       dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1425  }
1426  
1427  void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1428 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/cuboot-sequoia.c powerpc.git/arch/powerpc/boot/cuboot-sequoia.c
1429 --- linux-2.6.25-rc9/arch/powerpc/boot/cuboot-sequoia.c 2008-04-11 22:32:29.000000000 +0200
1430 +++ powerpc.git/arch/powerpc/boot/cuboot-sequoia.c      2008-04-19 16:40:52.000000000 +0200
1431 @@ -42,7 +42,8 @@
1432         ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1433         ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1434         ibm4xx_denali_fixup_memsize();
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  
1440  void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1441 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/cuboot-taishan.c powerpc.git/arch/powerpc/boot/cuboot-taishan.c
1442 --- linux-2.6.25-rc9/arch/powerpc/boot/cuboot-taishan.c 2008-04-11 22:32:29.000000000 +0200
1443 +++ powerpc.git/arch/powerpc/boot/cuboot-taishan.c      2008-04-19 16:40:52.000000000 +0200
1444 @@ -40,7 +40,8 @@
1445  
1446         ibm4xx_sdram_fixup_memsize();
1447  
1448 -       dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr);
1449 +       dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1450 +       dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1451  
1452         ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1453  }
1454 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/cuboot-warp.c powerpc.git/arch/powerpc/boot/cuboot-warp.c
1455 --- linux-2.6.25-rc9/arch/powerpc/boot/cuboot-warp.c    2008-04-11 22:32:29.000000000 +0200
1456 +++ powerpc.git/arch/powerpc/boot/cuboot-warp.c 2008-04-19 16:40:52.000000000 +0200
1457 @@ -24,7 +24,7 @@
1458         ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1459         ibm4xx_sdram_fixup_memsize();
1460         ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1461 -       dt_fixup_mac_addresses(&bd.bi_enetaddr);
1462 +       dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1463  }
1464  
1465  
1466 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/cuboot-yosemite.c powerpc.git/arch/powerpc/boot/cuboot-yosemite.c
1467 --- linux-2.6.25-rc9/arch/powerpc/boot/cuboot-yosemite.c        1970-01-01 01:00:00.000000000 +0100
1468 +++ powerpc.git/arch/powerpc/boot/cuboot-yosemite.c     2008-04-19 16:40:52.000000000 +0200
1469 @@ -0,0 +1,44 @@
1470 +/*
1471 + * Old U-boot compatibility for Yosemite
1472 + *
1473 + * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
1474 + *
1475 + * Copyright 2008 IBM Corporation
1476 + *
1477 + * This program is free software; you can redistribute it and/or modify it
1478 + * under the terms of the GNU General Public License version 2 as published
1479 + * by the Free Software Foundation.
1480 + */
1481 +
1482 +#include "ops.h"
1483 +#include "stdio.h"
1484 +#include "4xx.h"
1485 +#include "44x.h"
1486 +#include "cuboot.h"
1487 +
1488 +#define TARGET_4xx
1489 +#define TARGET_44x
1490 +#include "ppcboot.h"
1491 +
1492 +static bd_t bd;
1493 +
1494 +static void yosemite_fixups(void)
1495 +{
1496 +       unsigned long sysclk = 66666666;
1497 +
1498 +       ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1499 +       ibm4xx_sdram_fixup_memsize();
1500 +       ibm4xx_quiesce_eth((u32 *)0xef600e00, (u32 *)0xef600f00);
1501 +       dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1502 +       dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1503 +}
1504 +
1505 +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1506 +               unsigned long r6, unsigned long r7)
1507 +{
1508 +       CUBOOT_INIT();
1509 +       platform_ops.fixups = yosemite_fixups;
1510 +       platform_ops.exit = ibm44x_dbcr_reset;
1511 +       fdt_init(_dtb_start);
1512 +       serial_console_init();
1513 +}
1514 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/devtree.c powerpc.git/arch/powerpc/boot/devtree.c
1515 --- linux-2.6.25-rc9/arch/powerpc/boot/devtree.c        2008-04-11 22:32:29.000000000 +0200
1516 +++ powerpc.git/arch/powerpc/boot/devtree.c     2008-04-19 16:40:52.000000000 +0200
1517 @@ -350,3 +350,23 @@
1518  
1519         return 0;
1520  }
1521 +
1522 +int dt_get_virtual_reg(void *node, void **addr, int nres)
1523 +{
1524 +       unsigned long xaddr;
1525 +       int n;
1526 +
1527 +       n = getprop(node, "virtual-reg", addr, nres * 4);
1528 +       if (n > 0)
1529 +               return n / 4;
1530 +
1531 +       for (n = 0; n < nres; n++) {
1532 +               if (!dt_xlate_reg(node, n, &xaddr, NULL))
1533 +                       break;
1534 +
1535 +               addr[n] = (void *)xaddr;
1536 +       }
1537 +
1538 +       return n;
1539 +}
1540 +
1541 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/bamboo.dts powerpc.git/arch/powerpc/boot/dts/bamboo.dts
1542 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/bamboo.dts   2008-04-11 22:32:29.000000000 +0200
1543 +++ powerpc.git/arch/powerpc/boot/dts/bamboo.dts        2008-04-19 16:40:52.000000000 +0200
1544 @@ -204,7 +204,6 @@
1545                         };
1546  
1547                         EMAC0: ethernet@ef600e00 {
1548 -                               linux,network-index = <0>;
1549                                 device_type = "network";
1550                                 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
1551                                 interrupt-parent = <&UIC1>;
1552 @@ -225,7 +224,6 @@
1553                         };
1554  
1555                         EMAC1: ethernet@ef600f00 {
1556 -                               linux,network-index = <1>;
1557                                 device_type = "network";
1558                                 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
1559                                 interrupt-parent = <&UIC1>;
1560 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/canyonlands.dts powerpc.git/arch/powerpc/boot/dts/canyonlands.dts
1561 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/canyonlands.dts      1970-01-01 01:00:00.000000000 +0100
1562 +++ powerpc.git/arch/powerpc/boot/dts/canyonlands.dts   2008-04-19 16:40:52.000000000 +0200
1563 @@ -0,0 +1,402 @@
1564 +/*
1565 + * Device Tree Source for AMCC Canyonlands (460EX)
1566 + *
1567 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
1568 + *
1569 + * This file is licensed under the terms of the GNU General Public
1570 + * License version 2.  This program is licensed "as is" without
1571 + * any warranty of any kind, whether express or implied.
1572 + */
1573 +
1574 +/ {
1575 +       #address-cells = <2>;
1576 +       #size-cells = <1>;
1577 +       model = "amcc,canyonlands";
1578 +       compatible = "amcc,canyonlands";
1579 +       dcr-parent = <&/cpus/cpu@0>;
1580 +
1581 +       aliases {
1582 +               ethernet0 = &EMAC0;
1583 +               ethernet1 = &EMAC1;
1584 +               serial0 = &UART0;
1585 +               serial1 = &UART1;
1586 +       };
1587 +
1588 +       cpus {
1589 +               #address-cells = <1>;
1590 +               #size-cells = <0>;
1591 +
1592 +               cpu@0 {
1593 +                       device_type = "cpu";
1594 +                       model = "PowerPC,460EX";
1595 +                       reg = <0>;
1596 +                       clock-frequency = <0>; /* Filled in by U-Boot */
1597 +                       timebase-frequency = <0>; /* Filled in by U-Boot */
1598 +                       i-cache-line-size = <20>;
1599 +                       d-cache-line-size = <20>;
1600 +                       i-cache-size = <8000>;
1601 +                       d-cache-size = <8000>;
1602 +                       dcr-controller;
1603 +                       dcr-access-method = "native";
1604 +               };
1605 +       };
1606 +
1607 +       memory {
1608 +               device_type = "memory";
1609 +               reg = <0 0 0>; /* Filled in by U-Boot */
1610 +       };
1611 +
1612 +       UIC0: interrupt-controller0 {
1613 +               compatible = "ibm,uic-460ex","ibm,uic";
1614 +               interrupt-controller;
1615 +               cell-index = <0>;
1616 +               dcr-reg = <0c0 009>;
1617 +               #address-cells = <0>;
1618 +               #size-cells = <0>;
1619 +               #interrupt-cells = <2>;
1620 +       };
1621 +
1622 +       UIC1: interrupt-controller1 {
1623 +               compatible = "ibm,uic-460ex","ibm,uic";
1624 +               interrupt-controller;
1625 +               cell-index = <1>;
1626 +               dcr-reg = <0d0 009>;
1627 +               #address-cells = <0>;
1628 +               #size-cells = <0>;
1629 +               #interrupt-cells = <2>;
1630 +               interrupts = <1e 4 1f 4>; /* cascade */
1631 +               interrupt-parent = <&UIC0>;
1632 +       };
1633 +
1634 +       UIC2: interrupt-controller2 {
1635 +               compatible = "ibm,uic-460ex","ibm,uic";
1636 +               interrupt-controller;
1637 +               cell-index = <2>;
1638 +               dcr-reg = <0e0 009>;
1639 +               #address-cells = <0>;
1640 +               #size-cells = <0>;
1641 +               #interrupt-cells = <2>;
1642 +               interrupts = <a 4 b 4>; /* cascade */
1643 +               interrupt-parent = <&UIC0>;
1644 +       };
1645 +
1646 +       UIC3: interrupt-controller3 {
1647 +               compatible = "ibm,uic-460ex","ibm,uic";
1648 +               interrupt-controller;
1649 +               cell-index = <3>;
1650 +               dcr-reg = <0f0 009>;
1651 +               #address-cells = <0>;
1652 +               #size-cells = <0>;
1653 +               #interrupt-cells = <2>;
1654 +               interrupts = <10 4 11 4>; /* cascade */
1655 +               interrupt-parent = <&UIC0>;
1656 +       };
1657 +
1658 +       SDR0: sdr {
1659 +               compatible = "ibm,sdr-460ex";
1660 +               dcr-reg = <00e 002>;
1661 +       };
1662 +
1663 +       CPR0: cpr {
1664 +               compatible = "ibm,cpr-460ex";
1665 +               dcr-reg = <00c 002>;
1666 +       };
1667 +
1668 +       plb {
1669 +               compatible = "ibm,plb-460ex", "ibm,plb4";
1670 +               #address-cells = <2>;
1671 +               #size-cells = <1>;
1672 +               ranges;
1673 +               clock-frequency = <0>; /* Filled in by U-Boot */
1674 +
1675 +               SDRAM0: sdram {
1676 +                       compatible = "ibm,sdram-460ex", "ibm,sdram-405gp";
1677 +                       dcr-reg = <010 2>;
1678 +               };
1679 +
1680 +               MAL0: mcmal {
1681 +                       compatible = "ibm,mcmal-460ex", "ibm,mcmal2";
1682 +                       dcr-reg = <180 62>;
1683 +                       num-tx-chans = <2>;
1684 +                       num-rx-chans = <10>;
1685 +                       #address-cells = <0>;
1686 +                       #size-cells = <0>;
1687 +                       interrupt-parent = <&UIC2>;
1688 +                       interrupts = <  /*TXEOB*/ 6 4
1689 +                                       /*RXEOB*/ 7 4
1690 +                                       /*SERR*/  3 4
1691 +                                       /*TXDE*/  4 4
1692 +                                       /*RXDE*/  5 4>;
1693 +               };
1694 +
1695 +               POB0: opb {
1696 +                       compatible = "ibm,opb-460ex", "ibm,opb";
1697 +                       #address-cells = <1>;
1698 +                       #size-cells = <1>;
1699 +                       ranges = <b0000000 4 b0000000 50000000>;
1700 +                       clock-frequency = <0>; /* Filled in by U-Boot */
1701 +
1702 +                       EBC0: ebc {
1703 +                               compatible = "ibm,ebc-460ex", "ibm,ebc";
1704 +                               dcr-reg = <012 2>;
1705 +                               #address-cells = <2>;
1706 +                               #size-cells = <1>;
1707 +                               clock-frequency = <0>; /* Filled in by U-Boot */
1708 +                               interrupts = <6 4>;
1709 +                               interrupt-parent = <&UIC1>;
1710 +                       };
1711 +
1712 +                       UART0: serial@ef600300 {
1713 +                               device_type = "serial";
1714 +                               compatible = "ns16550";
1715 +                               reg = <ef600300 8>;
1716 +                               virtual-reg = <ef600300>;
1717 +                               clock-frequency = <0>; /* Filled in by U-Boot */
1718 +                               current-speed = <0>; /* Filled in by U-Boot */
1719 +                               interrupt-parent = <&UIC1>;
1720 +                               interrupts = <1 4>;
1721 +                       };
1722 +
1723 +                       UART1: serial@ef600400 {
1724 +                               device_type = "serial";
1725 +                               compatible = "ns16550";
1726 +                               reg = <ef600400 8>;
1727 +                               virtual-reg = <ef600400>;
1728 +                               clock-frequency = <0>; /* Filled in by U-Boot */
1729 +                               current-speed = <0>; /* Filled in by U-Boot */
1730 +                               interrupt-parent = <&UIC0>;
1731 +                               interrupts = <1 4>;
1732 +                       };
1733 +
1734 +                       UART2: serial@ef600500 {
1735 +                               device_type = "serial";
1736 +                               compatible = "ns16550";
1737 +                               reg = <ef600500 8>;
1738 +                               virtual-reg = <ef600500>;
1739 +                               clock-frequency = <0>; /* Filled in by U-Boot */
1740 +                               current-speed = <0>; /* Filled in by U-Boot */
1741 +                               interrupt-parent = <&UIC1>;
1742 +                               interrupts = <1d 4>;
1743 +                       };
1744 +
1745 +                       UART3: serial@ef600600 {
1746 +                               device_type = "serial";
1747 +                               compatible = "ns16550";
1748 +                               reg = <ef600600 8>;
1749 +                               virtual-reg = <ef600600>;
1750 +                               clock-frequency = <0>; /* Filled in by U-Boot */
1751 +                               current-speed = <0>; /* Filled in by U-Boot */
1752 +                               interrupt-parent = <&UIC1>;
1753 +                               interrupts = <1e 4>;
1754 +                       };
1755 +
1756 +                       IIC0: i2c@ef600700 {
1757 +                               compatible = "ibm,iic-460ex", "ibm,iic";
1758 +                               reg = <ef600700 14>;
1759 +                               interrupt-parent = <&UIC0>;
1760 +                               interrupts = <2 4>;
1761 +                       };
1762 +
1763 +                       IIC1: i2c@ef600800 {
1764 +                               compatible = "ibm,iic-460ex", "ibm,iic";
1765 +                               reg = <ef600800 14>;
1766 +                               interrupt-parent = <&UIC0>;
1767 +                               interrupts = <3 4>;
1768 +                       };
1769 +
1770 +                       ZMII0: emac-zmii@ef600d00 {
1771 +                               compatible = "ibm,zmii-460ex", "ibm,zmii";
1772 +                               reg = <ef600d00 c>;
1773 +                       };
1774 +
1775 +                       RGMII0: emac-rgmii@ef601500 {
1776 +                               compatible = "ibm,rgmii-460ex", "ibm,rgmii";
1777 +                               reg = <ef601500 8>;
1778 +                               has-mdio;
1779 +                       };
1780 +
1781 +                       TAH0: emac-tah@ef601350 {
1782 +                               compatible = "ibm,tah-460ex", "ibm,tah";
1783 +                               reg = <ef601350 30>;
1784 +                       };
1785 +
1786 +                       TAH1: emac-tah@ef601450 {
1787 +                               compatible = "ibm,tah-460ex", "ibm,tah";
1788 +                               reg = <ef601450 30>;
1789 +                       };
1790 +
1791 +                       EMAC0: ethernet@ef600e00 {
1792 +                               device_type = "network";
1793 +                               compatible = "ibm,emac-460ex", "ibm,emac4";
1794 +                               interrupt-parent = <&EMAC0>;
1795 +                               interrupts = <0 1>;
1796 +                               #interrupt-cells = <1>;
1797 +                               #address-cells = <0>;
1798 +                               #size-cells = <0>;
1799 +                               interrupt-map = </*Status*/ 0 &UIC2 10 4
1800 +                                                /*Wake*/   1 &UIC2 14 4>;
1801 +                               reg = <ef600e00 70>;
1802 +                               local-mac-address = [000000000000]; /* Filled in by U-Boot */
1803 +                               mal-device = <&MAL0>;
1804 +                               mal-tx-channel = <0>;
1805 +                               mal-rx-channel = <0>;
1806 +                               cell-index = <0>;
1807 +                               max-frame-size = <2328>;
1808 +                               rx-fifo-size = <1000>;
1809 +                               tx-fifo-size = <800>;
1810 +                               phy-mode = "rgmii";
1811 +                               phy-map = <00000000>;
1812 +                               rgmii-device = <&RGMII0>;
1813 +                               rgmii-channel = <0>;
1814 +                               tah-device = <&TAH0>;
1815 +                               tah-channel = <0>;
1816 +                               has-inverted-stacr-oc;
1817 +                               has-new-stacr-staopc;
1818 +                       };
1819 +
1820 +                       EMAC1: ethernet@ef600f00 {
1821 +                               device_type = "network";
1822 +                               compatible = "ibm,emac-460ex", "ibm,emac4";
1823 +                               interrupt-parent = <&EMAC1>;
1824 +                               interrupts = <0 1>;
1825 +                               #interrupt-cells = <1>;
1826 +                               #address-cells = <0>;
1827 +                               #size-cells = <0>;
1828 +                               interrupt-map = </*Status*/ 0 &UIC2 11 4
1829 +                                                /*Wake*/   1 &UIC2 15 4>;
1830 +                               reg = <ef600f00 70>;
1831 +                               local-mac-address = [000000000000]; /* Filled in by U-Boot */
1832 +                               mal-device = <&MAL0>;
1833 +                               mal-tx-channel = <1>;
1834 +                               mal-rx-channel = <8>;
1835 +                               cell-index = <1>;
1836 +                               max-frame-size = <2328>;
1837 +                               rx-fifo-size = <1000>;
1838 +                               tx-fifo-size = <800>;
1839 +                               phy-mode = "rgmii";
1840 +                               phy-map = <00000000>;
1841 +                               rgmii-device = <&RGMII0>;
1842 +                               rgmii-channel = <1>;
1843 +                               tah-device = <&TAH1>;
1844 +                               tah-channel = <1>;
1845 +                               has-inverted-stacr-oc;
1846 +                               has-new-stacr-staopc;
1847 +                               mdio-device = <&EMAC0>;
1848 +                       };
1849 +               };
1850 +
1851 +               PCIX0: pci@c0ec00000 {
1852 +                       device_type = "pci";
1853 +                       #interrupt-cells = <1>;
1854 +                       #size-cells = <2>;
1855 +                       #address-cells = <3>;
1856 +                       compatible = "ibm,plb-pcix-460ex", "ibm,plb-pcix";
1857 +                       primary;
1858 +                       large-inbound-windows;
1859 +                       enable-msi-hole;
1860 +                       reg = <c 0ec00000   8   /* Config space access */
1861 +                              0 0 0            /* no IACK cycles */
1862 +                              c 0ed00000   4   /* Special cycles */
1863 +                              c 0ec80000 100   /* Internal registers */
1864 +                              c 0ec80100  fc>; /* Internal messaging registers */
1865 +
1866 +                       /* Outbound ranges, one memory and one IO,
1867 +                        * later cannot be changed
1868 +                        */
1869 +                       ranges = <02000000 0 80000000 0000000d 80000000 0 80000000
1870 +                                 01000000 0 00000000 0000000c 08000000 0 00010000>;
1871 +
1872 +                       /* Inbound 2GB range starting at 0 */
1873 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
1874 +
1875 +                       /* This drives busses 0 to 0x3f */
1876 +                       bus-range = <0 3f>;
1877 +
1878 +                       /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
1879 +                       interrupt-map-mask = <0000 0 0 0>;
1880 +                       interrupt-map = < 0000 0 0 0 &UIC1 0 8 >;
1881 +               };
1882 +
1883 +               PCIE0: pciex@d00000000 {
1884 +                       device_type = "pci";
1885 +                       #interrupt-cells = <1>;
1886 +                       #size-cells = <2>;
1887 +                       #address-cells = <3>;
1888 +                       compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
1889 +                       primary;
1890 +                       port = <0>; /* port number */
1891 +                       reg = <d 00000000 20000000      /* Config space access */
1892 +                              c 08010000 00001000>;    /* Registers */
1893 +                       dcr-reg = <100 020>;
1894 +                       sdr-base = <300>;
1895 +
1896 +                       /* Outbound ranges, one memory and one IO,
1897 +                        * later cannot be changed
1898 +                        */
1899 +                       ranges = <02000000 0 80000000 0000000e 00000000 0 80000000
1900 +                                 01000000 0 00000000 0000000f 80000000 0 00010000>;
1901 +
1902 +                       /* Inbound 2GB range starting at 0 */
1903 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
1904 +
1905 +                       /* This drives busses 40 to 0x7f */
1906 +                       bus-range = <40 7f>;
1907 +
1908 +                       /* Legacy interrupts (note the weird polarity, the bridge seems
1909 +                        * to invert PCIe legacy interrupts).
1910 +                        * We are de-swizzling here because the numbers are actually for
1911 +                        * port of the root complex virtual P2P bridge. But I want
1912 +                        * to avoid putting a node for it in the tree, so the numbers
1913 +                        * below are basically de-swizzled numbers.
1914 +                        * The real slot is on idsel 0, so the swizzling is 1:1
1915 +                        */
1916 +                       interrupt-map-mask = <0000 0 0 7>;
1917 +                       interrupt-map = <
1918 +                               0000 0 0 1 &UIC3 c 4 /* swizzled int A */
1919 +                               0000 0 0 2 &UIC3 d 4 /* swizzled int B */
1920 +                               0000 0 0 3 &UIC3 e 4 /* swizzled int C */
1921 +                               0000 0 0 4 &UIC3 f 4 /* swizzled int D */>;
1922 +               };
1923 +
1924 +               PCIE1: pciex@d20000000 {
1925 +                       device_type = "pci";
1926 +                       #interrupt-cells = <1>;
1927 +                       #size-cells = <2>;
1928 +                       #address-cells = <3>;
1929 +                       compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
1930 +                       primary;
1931 +                       port = <1>; /* port number */
1932 +                       reg = <d 20000000 20000000      /* Config space access */
1933 +                              c 08011000 00001000>;    /* Registers */
1934 +                       dcr-reg = <120 020>;
1935 +                       sdr-base = <340>;
1936 +
1937 +                       /* Outbound ranges, one memory and one IO,
1938 +                        * later cannot be changed
1939 +                        */
1940 +                       ranges = <02000000 0 80000000 0000000e 80000000 0 80000000
1941 +                                 01000000 0 00000000 0000000f 80010000 0 00010000>;
1942 +
1943 +                       /* Inbound 2GB range starting at 0 */
1944 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
1945 +
1946 +                       /* This drives busses 80 to 0xbf */
1947 +                       bus-range = <80 bf>;
1948 +
1949 +                       /* Legacy interrupts (note the weird polarity, the bridge seems
1950 +                        * to invert PCIe legacy interrupts).
1951 +                        * We are de-swizzling here because the numbers are actually for
1952 +                        * port of the root complex virtual P2P bridge. But I want
1953 +                        * to avoid putting a node for it in the tree, so the numbers
1954 +                        * below are basically de-swizzled numbers.
1955 +                        * The real slot is on idsel 0, so the swizzling is 1:1
1956 +                        */
1957 +                       interrupt-map-mask = <0000 0 0 7>;
1958 +                       interrupt-map = <
1959 +                               0000 0 0 1 &UIC3 10 4 /* swizzled int A */
1960 +                               0000 0 0 2 &UIC3 11 4 /* swizzled int B */
1961 +                               0000 0 0 3 &UIC3 12 4 /* swizzled int C */
1962 +                               0000 0 0 4 &UIC3 13 4 /* swizzled int D */>;
1963 +               };
1964 +       };
1965 +};
1966 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/ebony.dts powerpc.git/arch/powerpc/boot/dts/ebony.dts
1967 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/ebony.dts    2008-04-11 22:32:29.000000000 +0200
1968 +++ powerpc.git/arch/powerpc/boot/dts/ebony.dts 2008-04-19 16:40:52.000000000 +0200
1969 @@ -241,7 +241,6 @@
1970                         };
1971  
1972                         EMAC0: ethernet@40000800 {
1973 -                               linux,network-index = <0>;
1974                                 device_type = "network";
1975                                 compatible = "ibm,emac-440gp", "ibm,emac";
1976                                 interrupt-parent = <&UIC1>;
1977 @@ -261,7 +260,6 @@
1978                                 zmii-channel = <0>;
1979                         };
1980                         EMAC1: ethernet@40000900 {
1981 -                               linux,network-index = <1>;
1982                                 device_type = "network";
1983                                 compatible = "ibm,emac-440gp", "ibm,emac";
1984                                 interrupt-parent = <&UIC1>;
1985 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/ep8248e.dts powerpc.git/arch/powerpc/boot/dts/ep8248e.dts
1986 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/ep8248e.dts  2008-04-11 22:32:29.000000000 +0200
1987 +++ powerpc.git/arch/powerpc/boot/dts/ep8248e.dts       2008-04-19 16:40:52.000000000 +0200
1988 @@ -121,8 +121,7 @@
1989  
1990                                 data@0 {
1991                                         compatible = "fsl,cpm-muram-data";
1992 -                                       reg = <0 0x1100 0x1140
1993 -                                              0xec0 0x9800 0x800>;
1994 +                                       reg = <0 0x2000 0x9800 0x800>;
1995                                 };
1996                         };
1997  
1998 @@ -138,7 +137,7 @@
1999                                 device_type = "serial";
2000                                 compatible = "fsl,mpc8248-smc-uart",
2001                                              "fsl,cpm2-smc-uart";
2002 -                               reg = <0x11a80 0x20 0x1100 0x40>;
2003 +                               reg = <0x11a80 0x20 0x87fc 2>;
2004                                 interrupts = <4 8>;
2005                                 interrupt-parent = <&PIC>;
2006                                 fsl,cpm-brg = <7>;
2007 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/ep88xc.dts powerpc.git/arch/powerpc/boot/dts/ep88xc.dts
2008 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/ep88xc.dts   2008-04-11 22:32:29.000000000 +0200
2009 +++ powerpc.git/arch/powerpc/boot/dts/ep88xc.dts        2008-04-19 16:40:52.000000000 +0200
2010 @@ -2,7 +2,7 @@
2011   * EP88xC Device Tree Source
2012   *
2013   * Copyright 2006 MontaVista Software, Inc.
2014 - * Copyright 2007 Freescale Semiconductor, Inc.
2015 + * Copyright 2007,2008 Freescale Semiconductor, Inc.
2016   *
2017   * This program is free software; you can redistribute  it and/or modify it
2018   * under  the terms of  the GNU General  Public License as published by the
2019 @@ -10,6 +10,7 @@
2020   * option) any later version.
2021   */
2022  
2023 +/dts-v1/;
2024  
2025  / {
2026         model = "EP88xC";
2027 @@ -23,44 +24,44 @@
2028  
2029                 PowerPC,885@0 {
2030                         device_type = "cpu";
2031 -                       reg = <0>;
2032 -                       d-cache-line-size = <d#16>;
2033 -                       i-cache-line-size = <d#16>;
2034 -                       d-cache-size = <d#8192>;
2035 -                       i-cache-size = <d#8192>;
2036 +                       reg = <0x0>;
2037 +                       d-cache-line-size = <16>;
2038 +                       i-cache-line-size = <16>;
2039 +                       d-cache-size = <8192>;
2040 +                       i-cache-size = <8192>;
2041                         timebase-frequency = <0>;
2042                         bus-frequency = <0>;
2043                         clock-frequency = <0>;
2044 -                       interrupts = <f 2>;     // decrementer interrupt
2045 +                       interrupts = <15 2>;    // decrementer interrupt
2046                         interrupt-parent = <&PIC>;
2047                 };
2048         };
2049  
2050         memory {
2051                 device_type = "memory";
2052 -               reg = <0 0>;
2053 +               reg = <0x0 0x0>;
2054         };
2055  
2056         localbus@fa200100 {
2057                 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus";
2058                 #address-cells = <2>;
2059                 #size-cells = <1>;
2060 -               reg = <fa200100 40>;
2061 +               reg = <0xfa200100 0x40>;
2062  
2063                 ranges = <
2064 -                       0 0 fc000000 04000000
2065 -                       3 0 fa000000 01000000
2066 +                       0x0 0x0 0xfc000000 0x4000000
2067 +                       0x3 0x0 0xfa000000 0x1000000
2068                 >;
2069  
2070                 flash@0,2000000 {
2071                         compatible = "cfi-flash";
2072 -                       reg = <0 2000000 2000000>;
2073 +                       reg = <0x0 0x2000000 0x2000000>;
2074                         bank-width = <4>;
2075                         device-width = <2>;
2076                 };
2077  
2078                 board-control@3,400000 {
2079 -                       reg = <3 400000 10>;
2080 +                       reg = <0x3 0x400000 0x10>;
2081                         compatible = "fsl,ep88xc-bcsr";
2082                 };
2083         };
2084 @@ -70,25 +71,25 @@
2085                 #address-cells = <1>;
2086                 #size-cells = <1>;
2087                 device_type = "soc";
2088 -               ranges = <0 fa200000 00004000>;
2089 +               ranges = <0x0 0xfa200000 0x4000>;
2090                 bus-frequency = <0>;
2091  
2092                 // Temporary -- will go away once kernel uses ranges for get_immrbase().
2093 -               reg = <fa200000 4000>;
2094 +               reg = <0xfa200000 0x4000>;
2095  
2096                 mdio@e00 {
2097                         compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
2098 -                       reg = <e00 188>;
2099 +                       reg = <0xe00 0x188>;
2100                         #address-cells = <1>;
2101                         #size-cells = <0>;
2102  
2103                         PHY0: ethernet-phy@0 {
2104 -                               reg = <0>;
2105 +                               reg = <0x0>;
2106                                 device_type = "ethernet-phy";
2107                         };
2108  
2109                         PHY1: ethernet-phy@1 {
2110 -                               reg = <1>;
2111 +                               reg = <0x1>;
2112                                 device_type = "ethernet-phy";
2113                         };
2114                 };
2115 @@ -97,7 +98,7 @@
2116                         device_type = "network";
2117                         compatible = "fsl,mpc885-fec-enet",
2118                                      "fsl,pq1-fec-enet";
2119 -                       reg = <e00 188>;
2120 +                       reg = <0xe00 0x188>;
2121                         local-mac-address = [ 00 00 00 00 00 00 ];
2122                         interrupts = <3 1>;
2123                         interrupt-parent = <&PIC>;
2124 @@ -109,7 +110,7 @@
2125                         device_type = "network";
2126                         compatible = "fsl,mpc885-fec-enet",
2127                                      "fsl,pq1-fec-enet";
2128 -                       reg = <1e00 188>;
2129 +                       reg = <0x1e00 0x188>;
2130                         local-mac-address = [ 00 00 00 00 00 00 ];
2131                         interrupts = <7 1>;
2132                         interrupt-parent = <&PIC>;
2133 @@ -120,7 +121,7 @@
2134                 PIC: interrupt-controller@0 {
2135                         interrupt-controller;
2136                         #interrupt-cells = <2>;
2137 -                       reg = <0 24>;
2138 +                       reg = <0x0 0x24>;
2139                         compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
2140                 };
2141  
2142 @@ -130,29 +131,29 @@
2143                         #size-cells = <2>;
2144                         compatible = "fsl,pq-pcmcia";
2145                         device_type = "pcmcia";
2146 -                       reg = <80 80>;
2147 +                       reg = <0x80 0x80>;
2148                         interrupt-parent = <&PIC>;
2149 -                       interrupts = <d 1>;
2150 +                       interrupts = <13 1>;
2151                 };
2152  
2153                 cpm@9c0 {
2154                         #address-cells = <1>;
2155                         #size-cells = <1>;
2156                         compatible = "fsl,mpc885-cpm", "fsl,cpm1";
2157 -                       command-proc = <9c0>;
2158 +                       command-proc = <0x9c0>;
2159                         interrupts = <0>;       // cpm error interrupt
2160                         interrupt-parent = <&CPM_PIC>;
2161 -                       reg = <9c0 40>;
2162 +                       reg = <0x9c0 0x40>;
2163                         ranges;
2164  
2165                         muram@2000 {
2166                                 #address-cells = <1>;
2167                                 #size-cells = <1>;
2168 -                               ranges = <0 2000 2000>;
2169 +                               ranges = <0x0 0x2000 0x2000>;
2170  
2171                                 data@0 {
2172                                         compatible = "fsl,cpm-muram-data";
2173 -                                       reg = <0 1c00>;
2174 +                                       reg = <0x0 0x1c00>;
2175                                 };
2176                         };
2177  
2178 @@ -160,7 +161,7 @@
2179                                 compatible = "fsl,mpc885-brg",
2180                                              "fsl,cpm1-brg",
2181                                              "fsl,cpm-brg";
2182 -                               reg = <9f0 10>;
2183 +                               reg = <0x9f0 0x10>;
2184                         };
2185  
2186                         CPM_PIC: interrupt-controller@930 {
2187 @@ -168,7 +169,7 @@
2188                                 #interrupt-cells = <1>;
2189                                 interrupts = <5 2 0 2>;
2190                                 interrupt-parent = <&PIC>;
2191 -                               reg = <930 20>;
2192 +                               reg = <0x930 0x20>;
2193                                 compatible = "fsl,mpc885-cpm-pic",
2194                                              "fsl,cpm1-pic";
2195                         };
2196 @@ -178,11 +179,11 @@
2197                                 device_type = "serial";
2198                                 compatible = "fsl,mpc885-smc-uart",
2199                                              "fsl,cpm1-smc-uart";
2200 -                               reg = <a80 10 3e80 40>;
2201 +                               reg = <0xa80 0x10 0x3e80 0x40>;
2202                                 interrupts = <4>;
2203                                 interrupt-parent = <&CPM_PIC>;
2204                                 fsl,cpm-brg = <1>;
2205 -                               fsl,cpm-command = <0090>;
2206 +                               fsl,cpm-command = <0x90>;
2207                                 linux,planetcore-label = "SMC1";
2208                         };
2209  
2210 @@ -191,11 +192,11 @@
2211                                 device_type = "serial";
2212                                 compatible = "fsl,mpc885-scc-uart",
2213                                              "fsl,cpm1-scc-uart";
2214 -                               reg = <a20 20 3d00 80>;
2215 -                               interrupts = <1d>;
2216 +                               reg = <0xa20 0x20 0x3d00 0x80>;
2217 +                               interrupts = <29>;
2218                                 interrupt-parent = <&CPM_PIC>;
2219                                 fsl,cpm-brg = <2>;
2220 -                               fsl,cpm-command = <0040>;
2221 +                               fsl,cpm-command = <0x40>;
2222                                 linux,planetcore-label = "SCC2";
2223                         };
2224  
2225 @@ -204,9 +205,9 @@
2226                                 #size-cells = <0>;
2227                                 compatible = "fsl,mpc885-usb",
2228                                              "fsl,cpm1-usb";
2229 -                               reg = <a00 18 1c00 80>;
2230 +                               reg = <0xa00 0x18 0x1c00 0x80>;
2231                                 interrupt-parent = <&CPM_PIC>;
2232 -                               interrupts = <1e>;
2233 +                               interrupts = <30>;
2234                                 fsl,cpm-command = <0000>;
2235                         };
2236                 };
2237 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/glacier.dts powerpc.git/arch/powerpc/boot/dts/glacier.dts
2238 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/glacier.dts  1970-01-01 01:00:00.000000000 +0100
2239 +++ powerpc.git/arch/powerpc/boot/dts/glacier.dts       2008-04-19 16:40:52.000000000 +0200
2240 @@ -0,0 +1,467 @@
2241 +/*
2242 + * Device Tree Source for AMCC Glacier (460GT)
2243 + *
2244 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
2245 + *
2246 + * This file is licensed under the terms of the GNU General Public
2247 + * License version 2.  This program is licensed "as is" without
2248 + * any warranty of any kind, whether express or implied.
2249 + */
2250 +
2251 +/ {
2252 +       #address-cells = <2>;
2253 +       #size-cells = <1>;
2254 +       model = "amcc,glacier";
2255 +       compatible = "amcc,glacier", "amcc,canyonlands";
2256 +       dcr-parent = <&/cpus/cpu@0>;
2257 +
2258 +       aliases {
2259 +               ethernet0 = &EMAC0;
2260 +               ethernet1 = &EMAC1;
2261 +               ethernet2 = &EMAC2;
2262 +               ethernet3 = &EMAC3;
2263 +               serial0 = &UART0;
2264 +               serial1 = &UART1;
2265 +       };
2266 +
2267 +       cpus {
2268 +               #address-cells = <1>;
2269 +               #size-cells = <0>;
2270 +
2271 +               cpu@0 {
2272 +                       device_type = "cpu";
2273 +                       model = "PowerPC,460GT";
2274 +                       reg = <0>;
2275 +                       clock-frequency = <0>; /* Filled in by U-Boot */
2276 +                       timebase-frequency = <0>; /* Filled in by U-Boot */
2277 +                       i-cache-line-size = <20>;
2278 +                       d-cache-line-size = <20>;
2279 +                       i-cache-size = <8000>;
2280 +                       d-cache-size = <8000>;
2281 +                       dcr-controller;
2282 +                       dcr-access-method = "native";
2283 +               };
2284 +       };
2285 +
2286 +       memory {
2287 +               device_type = "memory";
2288 +               reg = <0 0 0>; /* Filled in by U-Boot */
2289 +       };
2290 +
2291 +       UIC0: interrupt-controller0 {
2292 +               compatible = "ibm,uic-460gt","ibm,uic";
2293 +               interrupt-controller;
2294 +               cell-index = <0>;
2295 +               dcr-reg = <0c0 009>;
2296 +               #address-cells = <0>;
2297 +               #size-cells = <0>;
2298 +               #interrupt-cells = <2>;
2299 +       };
2300 +
2301 +       UIC1: interrupt-controller1 {
2302 +               compatible = "ibm,uic-460gt","ibm,uic";
2303 +               interrupt-controller;
2304 +               cell-index = <1>;
2305 +               dcr-reg = <0d0 009>;
2306 +               #address-cells = <0>;
2307 +               #size-cells = <0>;
2308 +               #interrupt-cells = <2>;
2309 +               interrupts = <1e 4 1f 4>; /* cascade */
2310 +               interrupt-parent = <&UIC0>;
2311 +       };
2312 +
2313 +       UIC2: interrupt-controller2 {
2314 +               compatible = "ibm,uic-460gt","ibm,uic";
2315 +               interrupt-controller;
2316 +               cell-index = <2>;
2317 +               dcr-reg = <0e0 009>;
2318 +               #address-cells = <0>;
2319 +               #size-cells = <0>;
2320 +               #interrupt-cells = <2>;
2321 +               interrupts = <a 4 b 4>; /* cascade */
2322 +               interrupt-parent = <&UIC0>;
2323 +       };
2324 +
2325 +       UIC3: interrupt-controller3 {
2326 +               compatible = "ibm,uic-460gt","ibm,uic";
2327 +               interrupt-controller;
2328 +               cell-index = <3>;
2329 +               dcr-reg = <0f0 009>;
2330 +               #address-cells = <0>;
2331 +               #size-cells = <0>;
2332 +               #interrupt-cells = <2>;
2333 +               interrupts = <10 4 11 4>; /* cascade */
2334 +               interrupt-parent = <&UIC0>;
2335 +       };
2336 +
2337 +       SDR0: sdr {
2338 +               compatible = "ibm,sdr-460gt";
2339 +               dcr-reg = <00e 002>;
2340 +       };
2341 +
2342 +       CPR0: cpr {
2343 +               compatible = "ibm,cpr-460gt";
2344 +               dcr-reg = <00c 002>;
2345 +       };
2346 +
2347 +       plb {
2348 +               compatible = "ibm,plb-460gt", "ibm,plb4";
2349 +               #address-cells = <2>;
2350 +               #size-cells = <1>;
2351 +               ranges;
2352 +               clock-frequency = <0>; /* Filled in by U-Boot */
2353 +
2354 +               SDRAM0: sdram {
2355 +                       compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
2356 +                       dcr-reg = <010 2>;
2357 +               };
2358 +
2359 +               MAL0: mcmal {
2360 +                       compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
2361 +                       dcr-reg = <180 62>;
2362 +                       num-tx-chans = <4>;
2363 +                       num-rx-chans = <20>;
2364 +                       #address-cells = <0>;
2365 +                       #size-cells = <0>;
2366 +                       interrupt-parent = <&UIC2>;
2367 +                       interrupts = <  /*TXEOB*/ 6 4
2368 +                                       /*RXEOB*/ 7 4
2369 +                                       /*SERR*/  3 4
2370 +                                       /*TXDE*/  4 4
2371 +                                       /*RXDE*/  5 4>;
2372 +                       desc-base-addr-high = <8>;
2373 +               };
2374 +
2375 +               POB0: opb {
2376 +                       compatible = "ibm,opb-460gt", "ibm,opb";
2377 +                       #address-cells = <1>;
2378 +                       #size-cells = <1>;
2379 +                       ranges = <b0000000 4 b0000000 50000000>;
2380 +                       clock-frequency = <0>; /* Filled in by U-Boot */
2381 +
2382 +                       EBC0: ebc {
2383 +                               compatible = "ibm,ebc-460gt", "ibm,ebc";
2384 +                               dcr-reg = <012 2>;
2385 +                               #address-cells = <2>;
2386 +                               #size-cells = <1>;
2387 +                               clock-frequency = <0>; /* Filled in by U-Boot */
2388 +                               interrupts = <6 4>;
2389 +                               interrupt-parent = <&UIC1>;
2390 +                       };
2391 +
2392 +                       UART0: serial@ef600300 {
2393 +                               device_type = "serial";
2394 +                               compatible = "ns16550";
2395 +                               reg = <ef600300 8>;
2396 +                               virtual-reg = <ef600300>;
2397 +                               clock-frequency = <0>; /* Filled in by U-Boot */
2398 +                               current-speed = <0>; /* Filled in by U-Boot */
2399 +                               interrupt-parent = <&UIC1>;
2400 +                               interrupts = <1 4>;
2401 +                       };
2402 +
2403 +                       UART1: serial@ef600400 {
2404 +                               device_type = "serial";
2405 +                               compatible = "ns16550";
2406 +                               reg = <ef600400 8>;
2407 +                               virtual-reg = <ef600400>;
2408 +                               clock-frequency = <0>; /* Filled in by U-Boot */
2409 +                               current-speed = <0>; /* Filled in by U-Boot */
2410 +                               interrupt-parent = <&UIC0>;
2411 +                               interrupts = <1 4>;
2412 +                       };
2413 +
2414 +                       UART2: serial@ef600500 {
2415 +                               device_type = "serial";
2416 +                               compatible = "ns16550";
2417 +                               reg = <ef600500 8>;
2418 +                               virtual-reg = <ef600500>;
2419 +                               clock-frequency = <0>; /* Filled in by U-Boot */
2420 +                               current-speed = <0>; /* Filled in by U-Boot */
2421 +                               interrupt-parent = <&UIC1>;
2422 +                               interrupts = <1d 4>;
2423 +                       };
2424 +
2425 +                       UART3: serial@ef600600 {
2426 +                               device_type = "serial";
2427 +                               compatible = "ns16550";
2428 +                               reg = <ef600600 8>;
2429 +                               virtual-reg = <ef600600>;
2430 +                               clock-frequency = <0>; /* Filled in by U-Boot */
2431 +                               current-speed = <0>; /* Filled in by U-Boot */
2432 +                               interrupt-parent = <&UIC1>;
2433 +                               interrupts = <1e 4>;
2434 +                       };
2435 +
2436 +                       IIC0: i2c@ef600700 {
2437 +                               compatible = "ibm,iic-460gt", "ibm,iic";
2438 +                               reg = <ef600700 14>;
2439 +                               interrupt-parent = <&UIC0>;
2440 +                               interrupts = <2 4>;
2441 +                       };
2442 +
2443 +                       IIC1: i2c@ef600800 {
2444 +                               compatible = "ibm,iic-460gt", "ibm,iic";
2445 +                               reg = <ef600800 14>;
2446 +                               interrupt-parent = <&UIC0>;
2447 +                               interrupts = <3 4>;
2448 +                       };
2449 +
2450 +                       ZMII0: emac-zmii@ef600d00 {
2451 +                               compatible = "ibm,zmii-460gt", "ibm,zmii";
2452 +                               reg = <ef600d00 c>;
2453 +                       };
2454 +
2455 +                       RGMII0: emac-rgmii@ef601500 {
2456 +                               compatible = "ibm,rgmii-460gt", "ibm,rgmii";
2457 +                               reg = <ef601500 8>;
2458 +                               has-mdio;
2459 +                       };
2460 +
2461 +                       RGMII1: emac-rgmii@ef601600 {
2462 +                               compatible = "ibm,rgmii-460gt", "ibm,rgmii";
2463 +                               reg = <ef601600 8>;
2464 +                               has-mdio;
2465 +                       };
2466 +
2467 +                       TAH0: emac-tah@ef601350 {
2468 +                               compatible = "ibm,tah-460gt", "ibm,tah";
2469 +                               reg = <ef601350 30>;
2470 +                       };
2471 +
2472 +                       TAH1: emac-tah@ef601450 {
2473 +                               compatible = "ibm,tah-460gt", "ibm,tah";
2474 +                               reg = <ef601450 30>;
2475 +                       };
2476 +
2477 +                       EMAC0: ethernet@ef600e00 {
2478 +                               device_type = "network";
2479 +                               compatible = "ibm,emac-460gt", "ibm,emac4";
2480 +                               interrupt-parent = <&EMAC0>;
2481 +                               interrupts = <0 1>;
2482 +                               #interrupt-cells = <1>;
2483 +                               #address-cells = <0>;
2484 +                               #size-cells = <0>;
2485 +                               interrupt-map = </*Status*/ 0 &UIC2 10 4
2486 +                                                /*Wake*/   1 &UIC2 14 4>;
2487 +                               reg = <ef600e00 70>;
2488 +                               local-mac-address = [000000000000]; /* Filled in by U-Boot */
2489 +                               mal-device = <&MAL0>;
2490 +                               mal-tx-channel = <0>;
2491 +                               mal-rx-channel = <0>;
2492 +                               cell-index = <0>;
2493 +                               max-frame-size = <2328>;
2494 +                               rx-fifo-size = <1000>;
2495 +                               tx-fifo-size = <800>;
2496 +                               phy-mode = "rgmii";
2497 +                               phy-map = <00000000>;
2498 +                               rgmii-device = <&RGMII0>;
2499 +                               rgmii-channel = <0>;
2500 +                               tah-device = <&TAH0>;
2501 +                               tah-channel = <0>;
2502 +                               has-inverted-stacr-oc;
2503 +                               has-new-stacr-staopc;
2504 +                       };
2505 +
2506 +                       EMAC1: ethernet@ef600f00 {
2507 +                               device_type = "network";
2508 +                               compatible = "ibm,emac-460gt", "ibm,emac4";
2509 +                               interrupt-parent = <&EMAC1>;
2510 +                               interrupts = <0 1>;
2511 +                               #interrupt-cells = <1>;
2512 +                               #address-cells = <0>;
2513 +                               #size-cells = <0>;
2514 +                               interrupt-map = </*Status*/ 0 &UIC2 11 4
2515 +                                                /*Wake*/   1 &UIC2 15 4>;
2516 +                               reg = <ef600f00 70>;
2517 +                               local-mac-address = [000000000000]; /* Filled in by U-Boot */
2518 +                               mal-device = <&MAL0>;
2519 +                               mal-tx-channel = <1>;
2520 +                               mal-rx-channel = <8>;
2521 +                               cell-index = <1>;
2522 +                               max-frame-size = <2328>;
2523 +                               rx-fifo-size = <1000>;
2524 +                               tx-fifo-size = <800>;
2525 +                               phy-mode = "rgmii";
2526 +                               phy-map = <00000000>;
2527 +                               rgmii-device = <&RGMII0>;
2528 +                               rgmii-channel = <1>;
2529 +                               tah-device = <&TAH1>;
2530 +                               tah-channel = <1>;
2531 +                               has-inverted-stacr-oc;
2532 +                               has-new-stacr-staopc;
2533 +                               mdio-device = <&EMAC0>;
2534 +                       };
2535 +
2536 +                       EMAC2: ethernet@ef601100 {
2537 +                               device_type = "network";
2538 +                               compatible = "ibm,emac-460gt", "ibm,emac4";
2539 +                               interrupt-parent = <&EMAC2>;
2540 +                               interrupts = <0 1>;
2541 +                               #interrupt-cells = <1>;
2542 +                               #address-cells = <0>;
2543 +                               #size-cells = <0>;
2544 +                               interrupt-map = </*Status*/ 0 &UIC2 12 4
2545 +                                                /*Wake*/   1 &UIC2 16 4>;
2546 +                               reg = <ef601100 70>;
2547 +                               local-mac-address = [000000000000]; /* Filled in by U-Boot */
2548 +                               mal-device = <&MAL0>;
2549 +                               mal-tx-channel = <2>;
2550 +                               mal-rx-channel = <10>;
2551 +                               cell-index = <2>;
2552 +                               max-frame-size = <2328>;
2553 +                               rx-fifo-size = <1000>;
2554 +                               tx-fifo-size = <800>;
2555 +                               phy-mode = "rgmii";
2556 +                               phy-map = <00000000>;
2557 +                               rgmii-device = <&RGMII1>;
2558 +                               rgmii-channel = <0>;
2559 +                               has-inverted-stacr-oc;
2560 +                               has-new-stacr-staopc;
2561 +                               mdio-device = <&EMAC0>;
2562 +                       };
2563 +
2564 +                       EMAC3: ethernet@ef601200 {
2565 +                               device_type = "network";
2566 +                               compatible = "ibm,emac-460gt", "ibm,emac4";
2567 +                               interrupt-parent = <&EMAC3>;
2568 +                               interrupts = <0 1>;
2569 +                               #interrupt-cells = <1>;
2570 +                               #address-cells = <0>;
2571 +                               #size-cells = <0>;
2572 +                               interrupt-map = </*Status*/ 0 &UIC2 13 4
2573 +                                                /*Wake*/   1 &UIC2 17 4>;
2574 +                               reg = <ef601200 70>;
2575 +                               local-mac-address = [000000000000]; /* Filled in by U-Boot */
2576 +                               mal-device = <&MAL0>;
2577 +                               mal-tx-channel = <3>;
2578 +                               mal-rx-channel = <18>;
2579 +                               cell-index = <3>;
2580 +                               max-frame-size = <2328>;
2581 +                               rx-fifo-size = <1000>;
2582 +                               tx-fifo-size = <800>;
2583 +                               phy-mode = "rgmii";
2584 +                               phy-map = <00000000>;
2585 +                               rgmii-device = <&RGMII1>;
2586 +                               rgmii-channel = <1>;
2587 +                               has-inverted-stacr-oc;
2588 +                               has-new-stacr-staopc;
2589 +                               mdio-device = <&EMAC0>;
2590 +                       };
2591 +               };
2592 +
2593 +               PCIX0: pci@c0ec00000 {
2594 +                       device_type = "pci";
2595 +                       #interrupt-cells = <1>;
2596 +                       #size-cells = <2>;
2597 +                       #address-cells = <3>;
2598 +                       compatible = "ibm,plb-pcix-460gt", "ibm,plb-pcix";
2599 +                       primary;
2600 +                       large-inbound-windows;
2601 +                       enable-msi-hole;
2602 +                       reg = <c 0ec00000   8   /* Config space access */
2603 +                              0 0 0            /* no IACK cycles */
2604 +                              c 0ed00000   4   /* Special cycles */
2605 +                              c 0ec80000 100   /* Internal registers */
2606 +                              c 0ec80100  fc>; /* Internal messaging registers */
2607 +
2608 +                       /* Outbound ranges, one memory and one IO,
2609 +                        * later cannot be changed
2610 +                        */
2611 +                       ranges = <02000000 0 80000000 0000000d 80000000 0 80000000
2612 +                                 01000000 0 00000000 0000000c 08000000 0 00010000>;
2613 +
2614 +                       /* Inbound 2GB range starting at 0 */
2615 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
2616 +
2617 +                       /* This drives busses 0 to 0x3f */
2618 +                       bus-range = <0 3f>;
2619 +
2620 +                       /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
2621 +                       interrupt-map-mask = <0000 0 0 0>;
2622 +                       interrupt-map = < 0000 0 0 0 &UIC1 0 8 >;
2623 +               };
2624 +
2625 +               PCIE0: pciex@d00000000 {
2626 +                       device_type = "pci";
2627 +                       #interrupt-cells = <1>;
2628 +                       #size-cells = <2>;
2629 +                       #address-cells = <3>;
2630 +                       compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
2631 +                       primary;
2632 +                       port = <0>; /* port number */
2633 +                       reg = <d 00000000 20000000      /* Config space access */
2634 +                              c 08010000 00001000>;    /* Registers */
2635 +                       dcr-reg = <100 020>;
2636 +                       sdr-base = <300>;
2637 +
2638 +                       /* Outbound ranges, one memory and one IO,
2639 +                        * later cannot be changed
2640 +                        */
2641 +                       ranges = <02000000 0 80000000 0000000e 00000000 0 80000000
2642 +                                 01000000 0 00000000 0000000f 80000000 0 00010000>;
2643 +
2644 +                       /* Inbound 2GB range starting at 0 */
2645 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
2646 +
2647 +                       /* This drives busses 40 to 0x7f */
2648 +                       bus-range = <40 7f>;
2649 +
2650 +                       /* Legacy interrupts (note the weird polarity, the bridge seems
2651 +                        * to invert PCIe legacy interrupts).
2652 +                        * We are de-swizzling here because the numbers are actually for
2653 +                        * port of the root complex virtual P2P bridge. But I want
2654 +                        * to avoid putting a node for it in the tree, so the numbers
2655 +                        * below are basically de-swizzled numbers.
2656 +                        * The real slot is on idsel 0, so the swizzling is 1:1
2657 +                        */
2658 +                       interrupt-map-mask = <0000 0 0 7>;
2659 +                       interrupt-map = <
2660 +                               0000 0 0 1 &UIC3 c 4 /* swizzled int A */
2661 +                               0000 0 0 2 &UIC3 d 4 /* swizzled int B */
2662 +                               0000 0 0 3 &UIC3 e 4 /* swizzled int C */
2663 +                               0000 0 0 4 &UIC3 f 4 /* swizzled int D */>;
2664 +               };
2665 +
2666 +               PCIE1: pciex@d20000000 {
2667 +                       device_type = "pci";
2668 +                       #interrupt-cells = <1>;
2669 +                       #size-cells = <2>;
2670 +                       #address-cells = <3>;
2671 +                       compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
2672 +                       primary;
2673 +                       port = <1>; /* port number */
2674 +                       reg = <d 20000000 20000000      /* Config space access */
2675 +                              c 08011000 00001000>;    /* Registers */
2676 +                       dcr-reg = <120 020>;
2677 +                       sdr-base = <340>;
2678 +
2679 +                       /* Outbound ranges, one memory and one IO,
2680 +                        * later cannot be changed
2681 +                        */
2682 +                       ranges = <02000000 0 80000000 0000000e 80000000 0 80000000
2683 +                                 01000000 0 00000000 0000000f 80010000 0 00010000>;
2684 +
2685 +                       /* Inbound 2GB range starting at 0 */
2686 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
2687 +
2688 +                       /* This drives busses 80 to 0xbf */
2689 +                       bus-range = <80 bf>;
2690 +
2691 +                       /* Legacy interrupts (note the weird polarity, the bridge seems
2692 +                        * to invert PCIe legacy interrupts).
2693 +                        * We are de-swizzling here because the numbers are actually for
2694 +                        * port of the root complex virtual P2P bridge. But I want
2695 +                        * to avoid putting a node for it in the tree, so the numbers
2696 +                        * below are basically de-swizzled numbers.
2697 +                        * The real slot is on idsel 0, so the swizzling is 1:1
2698 +                        */
2699 +                       interrupt-map-mask = <0000 0 0 7>;
2700 +                       interrupt-map = <
2701 +                               0000 0 0 1 &UIC3 10 4 /* swizzled int A */
2702 +                               0000 0 0 2 &UIC3 11 4 /* swizzled int B */
2703 +                               0000 0 0 3 &UIC3 12 4 /* swizzled int C */
2704 +                               0000 0 0 4 &UIC3 13 4 /* swizzled int D */>;
2705 +               };
2706 +       };
2707 +};
2708 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/haleakala.dts powerpc.git/arch/powerpc/boot/dts/haleakala.dts
2709 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/haleakala.dts        2008-04-11 22:32:29.000000000 +0200
2710 +++ powerpc.git/arch/powerpc/boot/dts/haleakala.dts     2008-04-19 16:40:52.000000000 +0200
2711 @@ -12,7 +12,7 @@
2712         #address-cells = <1>;
2713         #size-cells = <1>;
2714         model = "amcc,haleakala";
2715 -       compatible = "amcc,kilauea";
2716 +       compatible = "amcc,haleakala", "amcc,kilauea";
2717         dcr-parent = <&/cpus/cpu@0>;
2718  
2719         aliases {
2720 @@ -218,7 +218,7 @@
2721                                 mal-tx-channel = <0>;
2722                                 mal-rx-channel = <0>;
2723                                 cell-index = <0>;
2724 -                               max-frame-size = <5dc>;
2725 +                               max-frame-size = <2328>;
2726                                 rx-fifo-size = <1000>;
2727                                 tx-fifo-size = <800>;
2728                                 phy-mode = "rgmii";
2729 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/katmai.dts powerpc.git/arch/powerpc/boot/dts/katmai.dts
2730 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/katmai.dts   2008-04-11 22:32:29.000000000 +0200
2731 +++ powerpc.git/arch/powerpc/boot/dts/katmai.dts        2008-04-19 16:40:52.000000000 +0200
2732 @@ -212,7 +212,7 @@
2733                                 mal-tx-channel = <0>;
2734                                 mal-rx-channel = <0>;
2735                                 cell-index = <0>;
2736 -                               max-frame-size = <5dc>;
2737 +                               max-frame-size = <2328>;
2738                                 rx-fifo-size = <1000>;
2739                                 tx-fifo-size = <800>;
2740                                 phy-mode = "gmii";
2741 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/kilauea.dts powerpc.git/arch/powerpc/boot/dts/kilauea.dts
2742 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/kilauea.dts  2008-04-11 22:32:29.000000000 +0200
2743 +++ powerpc.git/arch/powerpc/boot/dts/kilauea.dts       2008-04-19 16:40:52.000000000 +0200
2744 @@ -219,7 +219,7 @@
2745                                 mal-tx-channel = <0>;
2746                                 mal-rx-channel = <0>;
2747                                 cell-index = <0>;
2748 -                               max-frame-size = <5dc>;
2749 +                               max-frame-size = <2328>;
2750                                 rx-fifo-size = <1000>;
2751                                 tx-fifo-size = <800>;
2752                                 phy-mode = "rgmii";
2753 @@ -247,7 +247,7 @@
2754                                 mal-tx-channel = <1>;
2755                                 mal-rx-channel = <1>;
2756                                 cell-index = <1>;
2757 -                               max-frame-size = <5dc>;
2758 +                               max-frame-size = <2328>;
2759                                 rx-fifo-size = <1000>;
2760                                 tx-fifo-size = <800>;
2761                                 phy-mode = "rgmii";
2762 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/ksi8560.dts powerpc.git/arch/powerpc/boot/dts/ksi8560.dts
2763 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/ksi8560.dts  1970-01-01 01:00:00.000000000 +0100
2764 +++ powerpc.git/arch/powerpc/boot/dts/ksi8560.dts       2008-04-19 16:40:52.000000000 +0200
2765 @@ -0,0 +1,267 @@
2766 +/*
2767 + * Device Tree Source for Emerson KSI8560
2768 + *
2769 + * Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
2770 + *
2771 + * Based on mpc8560ads.dts
2772 + *
2773 + * 2008 (c) MontaVista, Software, Inc.  This file is licensed under
2774 + * the terms of the GNU General Public License version 2.  This program
2775 + * is licensed "as is" without any warranty of any kind, whether express
2776 + * or implied.
2777 + *
2778 + */
2779 +
2780 +/dts-v1/;
2781 +
2782 +/ {
2783 +       model = "KSI8560";
2784 +       compatible = "emerson,KSI8560";
2785 +       #address-cells = <1>;
2786 +       #size-cells = <1>;
2787 +
2788 +       aliases {
2789 +               ethernet0 = &enet0;
2790 +               ethernet1 = &enet1;
2791 +               ethernet2 = &enet2;
2792 +       };
2793 +
2794 +       cpus {
2795 +               #address-cells = <1>;
2796 +               #size-cells = <0>;
2797 +
2798 +               PowerPC,8560@0 {
2799 +                       device_type = "cpu";
2800 +                       reg = <0>;
2801 +                       d-cache-line-size = <32>;
2802 +                       i-cache-line-size = <32>;
2803 +                       d-cache-size = <0x8000>;                /* L1, 32K */
2804 +                       i-cache-size = <0x8000>;                /* L1, 32K */
2805 +                       timebase-frequency = <0>;               /* From U-boot */
2806 +                       bus-frequency = <0>;                    /* From U-boot */
2807 +                       clock-frequency = <0>;                  /* From U-boot */
2808 +               };
2809 +       };
2810 +
2811 +       memory {
2812 +               device_type = "memory";
2813 +               reg = <0x00000000 0x10000000>;                  /* Fixed by bootwrapper */
2814 +       };
2815 +
2816 +       soc@fdf00000 {
2817 +               #address-cells = <1>;
2818 +               #size-cells = <1>;
2819 +               device_type = "soc";
2820 +               ranges = <0x00000000 0xfdf00000 0x00100000>;
2821 +               bus-frequency = <0>;                            /* Fixed by bootwrapper */
2822 +
2823 +               memory-controller@2000 {
2824 +                       compatible = "fsl,8540-memory-controller";
2825 +                       reg = <0x2000 0x1000>;
2826 +                       interrupt-parent = <&MPIC>;
2827 +                       interrupts = <0x12 0x2>;
2828 +               };
2829 +
2830 +               l2-cache-controller@20000 {
2831 +                       compatible = "fsl,8540-l2-cache-controller";
2832 +                       reg = <0x20000 0x1000>;
2833 +                       cache-line-size = <0x20>;               /* 32 bytes */
2834 +                       cache-size = <0x40000>;                 /* L2, 256K */
2835 +                       interrupt-parent = <&MPIC>;
2836 +                       interrupts = <0x10 0x2>;
2837 +               };
2838 +
2839 +               i2c@3000 {
2840 +                       #address-cells = <1>;
2841 +                       #size-cells = <0>;
2842 +                       cell-index = <0>;
2843 +                       compatible = "fsl-i2c";
2844 +                       reg = <0x3000 0x100>;
2845 +                       interrupts = <0x2b 0x2>;
2846 +                       interrupt-parent = <&MPIC>;
2847 +                       dfsrr;
2848 +               };
2849 +
2850 +               mdio@24520 {                                    /* For TSECs */
2851 +                       #address-cells = <1>;
2852 +                       #size-cells = <0>;
2853 +                       compatible = "fsl,gianfar-mdio";
2854 +                       reg = <0x24520 0x20>;
2855 +
2856 +                       PHY1: ethernet-phy@1 {
2857 +                               interrupt-parent = <&MPIC>;
2858 +                               reg = <0x1>;
2859 +                               device_type = "ethernet-phy";
2860 +                       };
2861 +
2862 +                       PHY2: ethernet-phy@2 {
2863 +                               interrupt-parent = <&MPIC>;
2864 +                               reg = <0x2>;
2865 +                               device_type = "ethernet-phy";
2866 +                       };
2867 +               };
2868 +
2869 +               enet0: ethernet@24000 {
2870 +                       device_type = "network";
2871 +                       model = "TSEC";
2872 +                       compatible = "gianfar";
2873 +                       reg = <0x24000 0x1000>;
2874 +                       /* Mac address filled in by bootwrapper */
2875 +                       local-mac-address = [ 00 00 00 00 00 00 ];
2876 +                       interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>;
2877 +                       interrupt-parent = <&MPIC>;
2878 +                       phy-handle = <&PHY1>;
2879 +               };
2880 +
2881 +               enet1: ethernet@25000 {
2882 +                       device_type = "network";
2883 +                       model = "TSEC";
2884 +                       compatible = "gianfar";
2885 +                       reg = <0x25000 0x1000>;
2886 +                       /* Mac address filled in by bootwrapper */
2887 +                       local-mac-address = [ 00 00 00 00 00 00 ];
2888 +                       interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>;
2889 +                       interrupt-parent = <&MPIC>;
2890 +                       phy-handle = <&PHY2>;
2891 +               };
2892 +
2893 +               MPIC: pic@40000 {
2894 +                       #address-cells = <0>;
2895 +                       #interrupt-cells = <2>;
2896 +                       interrupt-controller;
2897 +                       reg = <0x40000 0x40000>;
2898 +                       device_type = "open-pic";
2899 +               };
2900 +
2901 +               cpm@919c0 {
2902 +                       #address-cells = <1>;
2903 +                       #size-cells = <1>;
2904 +                       compatible = "fsl,mpc8560-cpm", "fsl,cpm2";
2905 +                       reg = <0x919c0 0x30>;
2906 +                       ranges;
2907 +
2908 +                       muram@80000 {
2909 +                               #address-cells = <1>;
2910 +                               #size-cells = <1>;
2911 +                               ranges = <0x0 0x80000 0x10000>;
2912 +
2913 +                               data@0 {
2914 +                                       compatible = "fsl,cpm-muram-data";
2915 +                                       reg = <0x0 0x4000 0x9000 0x2000>;
2916 +                               };
2917 +                       };
2918 +
2919 +                       brg@919f0 {
2920 +                               compatible = "fsl,mpc8560-brg",
2921 +                                            "fsl,cpm2-brg",
2922 +                                            "fsl,cpm-brg";
2923 +                               reg = <0x919f0 0x10 0x915f0 0x10>;
2924 +                               clock-frequency = <165000000>;  /* 166MHz */
2925 +                       };
2926 +
2927 +                       CPMPIC: pic@90c00 {
2928 +                               #address-cells = <0>;
2929 +                               #interrupt-cells = <2>;
2930 +                               interrupt-controller;
2931 +                               interrupts = <0x2e 0x2>;
2932 +                               interrupt-parent = <&MPIC>;
2933 +                               reg = <0x90c00 0x80>;
2934 +                               compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
2935 +                       };
2936 +
2937 +                       serial@91a00 {
2938 +                               device_type = "serial";
2939 +                               compatible = "fsl,mpc8560-scc-uart",
2940 +                                            "fsl,cpm2-scc-uart";
2941 +                               reg = <0x91a00 0x20 0x88000 0x100>;
2942 +                               fsl,cpm-brg = <1>;
2943 +                               fsl,cpm-command = <0x800000>;
2944 +                               current-speed = <0x1c200>;
2945 +                               interrupts = <0x28 0x8>;
2946 +                               interrupt-parent = <&CPMPIC>;
2947 +                       };
2948 +
2949 +                       serial@91a20 {
2950 +                               device_type = "serial";
2951 +                               compatible = "fsl,mpc8560-scc-uart",
2952 +                                            "fsl,cpm2-scc-uart";
2953 +                               reg = <0x91a20 0x20 0x88100 0x100>;
2954 +                               fsl,cpm-brg = <2>;
2955 +                               fsl,cpm-command = <0x4a00000>;
2956 +                               current-speed = <0x1c200>;
2957 +                               interrupts = <0x29 0x8>;
2958 +                               interrupt-parent = <&CPMPIC>;
2959 +                       };
2960 +
2961 +                       mdio@90d00 {                            /* For FCCs */
2962 +                               #address-cells = <1>;
2963 +                               #size-cells = <0>;
2964 +                               compatible = "fsl,cpm2-mdio-bitbang";
2965 +                               reg = <0x90d00 0x14>;
2966 +                               fsl,mdio-pin = <24>;
2967 +                               fsl,mdc-pin = <25>;
2968 +
2969 +                               PHY0: ethernet-phy@0 {
2970 +                                       interrupt-parent = <&MPIC>;
2971 +                                       reg = <0x0>;
2972 +                                       device_type = "ethernet-phy";
2973 +                               };
2974 +                       };
2975 +
2976 +                       enet2: ethernet@91300 {
2977 +                               device_type = "network";
2978 +                               compatible = "fsl,mpc8560-fcc-enet",
2979 +                                            "fsl,cpm2-fcc-enet";
2980 +                               reg = <0x91300 0x20 0x88400 0x100 0x91390 0x1>;
2981 +                               /* Mac address filled in by bootwrapper */
2982 +                               local-mac-address = [ 00 00 00 00 00 00 ];
2983 +                               fsl,cpm-command = <0x12000300>;
2984 +                               interrupts = <0x20 0x8>;
2985 +                               interrupt-parent = <&CPMPIC>;
2986 +                               phy-handle = <&PHY0>;
2987 +                       };
2988 +               };
2989 +       };
2990 +
2991 +       localbus@fdf05000 {
2992 +               #address-cells = <2>;
2993 +               #size-cells = <1>;
2994 +               compatible = "fsl,mpc8560-localbus";
2995 +               reg = <0xfdf05000 0x68>;
2996 +
2997 +               ranges = <0x0 0x0 0xe0000000 0x00800000
2998 +                         0x4 0x0 0xe8080000 0x00080000>;
2999 +
3000 +               flash@0,0 {
3001 +                       #address-cells = <1>;
3002 +                       #size-cells = <1>;
3003 +                       compatible = "jedec-flash";
3004 +                       reg = <0x0 0x0 0x800000>;
3005 +                       bank-width = <0x2>;
3006 +
3007 +                       partition@0 {
3008 +                               label = "Primary Kernel";
3009 +                               reg = <0x0 0x180000>;
3010 +                       };
3011 +                       partition@180000 {
3012 +                               label = "Primary Filesystem";
3013 +                               reg = <0x180000 0x580000>;
3014 +                       };
3015 +                       partition@700000 {
3016 +                               label = "Monitor";
3017 +                               reg = <0x300000 0x100000>;
3018 +                               read-only;
3019 +                       };
3020 +               };
3021 +
3022 +               cpld@4,0 {
3023 +                       compatible = "emerson,KSI8560-cpld";
3024 +                       reg = <0x4 0x0 0x80000>;
3025 +               };
3026 +       };
3027 +
3028 +
3029 +       chosen {
3030 +               linux,stdout-path = "/soc/cpm/serial@91a00";
3031 +       };
3032 +};
3033 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/kuroboxHD.dts powerpc.git/arch/powerpc/boot/dts/kuroboxHD.dts
3034 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/kuroboxHD.dts        2008-04-11 22:32:29.000000000 +0200
3035 +++ powerpc.git/arch/powerpc/boot/dts/kuroboxHD.dts     2008-04-19 16:40:52.000000000 +0200
3036 @@ -7,6 +7,7 @@
3037   * Based on sandpoint.dts
3038   *
3039   * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx.de>
3040 + * Copyright 2008 Freescale Semiconductor, Inc.
3041   *
3042   * This file is licensed under
3043   * the terms of the GNU General Public License version 2.  This program
3044 @@ -17,6 +18,8 @@
3045  
3046   */
3047  
3048 +/dts-v1/;
3049 +
3050  / {
3051         model = "KuroboxHD";
3052         compatible = "linkstation";
3053 @@ -35,19 +38,19 @@
3054  
3055                 PowerPC,603e { /* Really 8241 */
3056                         device_type = "cpu";
3057 -                       reg = <0>;
3058 -                       clock-frequency = <bebc200>;    /* Fixed by bootloader */
3059 -                       timebase-frequency = <1743000>; /* Fixed by bootloader */
3060 +                       reg = <0x0>;
3061 +                       clock-frequency = <200000000>;  /* Fixed by bootloader */
3062 +                       timebase-frequency = <24391680>; /* Fixed by bootloader */
3063                         bus-frequency = <0>;            /* Fixed by bootloader */
3064                         /* Following required by dtc but not used */
3065 -                       i-cache-size = <4000>;
3066 -                       d-cache-size = <4000>;
3067 +                       i-cache-size = <0x4000>;
3068 +                       d-cache-size = <0x4000>;
3069                 };
3070         };
3071  
3072         memory {
3073                 device_type = "memory";
3074 -               reg = <00000000 04000000>;
3075 +               reg = <0x0 0x4000000>;
3076         };
3077  
3078         soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */
3079 @@ -56,26 +59,26 @@
3080                 device_type = "soc";
3081                 compatible = "mpc10x";
3082                 store-gathering = <0>; /* 0 == off, !0 == on */
3083 -               reg = <80000000 00100000>;
3084 -               ranges = <80000000 80000000 70000000    /* pci mem space */
3085 -                         fc000000 fc000000 00100000    /* EUMB */
3086 -                         fe000000 fe000000 00c00000    /* pci i/o space */
3087 -                         fec00000 fec00000 00300000    /* pci cfg regs */
3088 -                         fef00000 fef00000 00100000>;  /* pci iack */
3089 +               reg = <0x80000000 0x100000>;
3090 +               ranges = <0x80000000 0x80000000 0x70000000      /* pci mem space */
3091 +                         0xfc000000 0xfc000000 0x100000        /* EUMB */
3092 +                         0xfe000000 0xfe000000 0xc00000        /* pci i/o space */
3093 +                         0xfec00000 0xfec00000 0x300000        /* pci cfg regs */
3094 +                         0xfef00000 0xfef00000 0x100000>;      /* pci iack */
3095  
3096                 i2c@80003000 {
3097                         #address-cells = <1>;
3098                         #size-cells = <0>;
3099                         cell-index = <0>;
3100                         compatible = "fsl-i2c";
3101 -                       reg = <80003000 1000>;
3102 +                       reg = <0x80003000 0x1000>;
3103                         interrupts = <5 2>;
3104                         interrupt-parent = <&mpic>;
3105  
3106                         rtc@32 {
3107                                 device_type = "rtc";
3108                                 compatible = "ricoh,rs5c372a";
3109 -                               reg = <32>;
3110 +                               reg = <0x32>;
3111                         };
3112                 };
3113  
3114 @@ -83,9 +86,9 @@
3115                         cell-index = <0>;
3116                         device_type = "serial";
3117                         compatible = "ns16550";
3118 -                       reg = <80004500 8>;
3119 -                       clock-frequency = <5d08d88>;
3120 -                       current-speed = <2580>;
3121 +                       reg = <0x80004500 0x8>;
3122 +                       clock-frequency = <97553800>;
3123 +                       current-speed = <9600>;
3124                         interrupts = <9 0>;
3125                         interrupt-parent = <&mpic>;
3126                 };
3127 @@ -94,10 +97,10 @@
3128                         cell-index = <1>;
3129                         device_type = "serial";
3130                         compatible = "ns16550";
3131 -                       reg = <80004600 8>;
3132 -                       clock-frequency = <5d08d88>;
3133 -                       current-speed = <e100>;
3134 -                       interrupts = <a 0>;
3135 +                       reg = <0x80004600 0x8>;
3136 +                       clock-frequency = <97553800>;
3137 +                       current-speed = <57600>;
3138 +                       interrupts = <10 0>;
3139                         interrupt-parent = <&mpic>;
3140                 };
3141  
3142 @@ -107,7 +110,7 @@
3143                         device_type = "open-pic";
3144                         compatible = "chrp,open-pic";
3145                         interrupt-controller;
3146 -                       reg = <80040000 40000>;
3147 +                       reg = <0x80040000 0x40000>;
3148                 };
3149  
3150                 pci0: pci@fec00000 {
3151 @@ -116,29 +119,29 @@
3152                         #interrupt-cells = <1>;
3153                         device_type = "pci";
3154                         compatible = "mpc10x-pci";
3155 -                       reg = <fec00000 400000>;
3156 -                       ranges = <01000000 0        0 fe000000 0 00c00000
3157 -                                 02000000 0 80000000 80000000 0 70000000>;
3158 -                       bus-range = <0 ff>;
3159 -                       clock-frequency = <7f28155>;
3160 +                       reg = <0xfec00000 0x400000>;
3161 +                       ranges = <0x1000000 0x0        0x0 0xfe000000 0x0 0xc00000
3162 +                                 0x2000000 0x0 0x80000000 0x80000000 0x0 0x70000000>;
3163 +                       bus-range = <0 255>;
3164 +                       clock-frequency = <133333333>;
3165                         interrupt-parent = <&mpic>;
3166 -                       interrupt-map-mask = <f800 0 0 7>;
3167 +                       interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3168                         interrupt-map = <
3169                                 /* IDSEL 11 - IRQ0 ETH */
3170 -                               5800 0 0 1 &mpic 0 1
3171 -                               5800 0 0 2 &mpic 1 1
3172 -                               5800 0 0 3 &mpic 2 1
3173 -                               5800 0 0 4 &mpic 3 1
3174 +                               0x5800 0x0 0x0 0x1 &mpic 0x0 0x1
3175 +                               0x5800 0x0 0x0 0x2 &mpic 0x1 0x1
3176 +                               0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
3177 +                               0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
3178                                 /* IDSEL 12 - IRQ1 IDE0 */
3179 -                               6000 0 0 1 &mpic 1 1
3180 -                               6000 0 0 2 &mpic 2 1
3181 -                               6000 0 0 3 &mpic 3 1
3182 -                               6000 0 0 4 &mpic 0 1
3183 +                               0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
3184 +                               0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
3185 +                               0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
3186 +                               0x6000 0x0 0x0 0x4 &mpic 0x0 0x1
3187                                 /* IDSEL 14 - IRQ3 USB2.0 */
3188 -                               7000 0 0 1 &mpic 3 1
3189 -                               7000 0 0 2 &mpic 3 1
3190 -                               7000 0 0 3 &mpic 3 1
3191 -                               7000 0 0 4 &mpic 3 1
3192 +                               0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
3193 +                               0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
3194 +                               0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
3195 +                               0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
3196                         >;
3197                 };
3198         };
3199 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/kuroboxHG.dts powerpc.git/arch/powerpc/boot/dts/kuroboxHG.dts
3200 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/kuroboxHG.dts        2008-04-11 22:32:29.000000000 +0200
3201 +++ powerpc.git/arch/powerpc/boot/dts/kuroboxHG.dts     2008-04-19 16:40:52.000000000 +0200
3202 @@ -7,6 +7,7 @@
3203   * Based on sandpoint.dts
3204   *
3205   * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx.de>
3206 + * Copyright 2008 Freescale Semiconductor, Inc.
3207   *
3208   * This file is licensed under
3209   * the terms of the GNU General Public License version 2.  This program
3210 @@ -17,6 +18,8 @@
3211  
3212   */
3213  
3214 +/dts-v1/;
3215 +
3216  / {
3217         model = "KuroboxHG";
3218         compatible = "linkstation";
3219 @@ -35,19 +38,19 @@
3220  
3221                 PowerPC,603e { /* Really 8241 */
3222                         device_type = "cpu";
3223 -                       reg = <0>;
3224 -                       clock-frequency = <fdad680>;    /* Fixed by bootloader */
3225 -                       timebase-frequency = <1F04000>; /* Fixed by bootloader */
3226 +                       reg = <0x0>;
3227 +                       clock-frequency = <266000000>;  /* Fixed by bootloader */
3228 +                       timebase-frequency = <32522240>; /* Fixed by bootloader */
3229                         bus-frequency = <0>;            /* Fixed by bootloader */
3230                         /* Following required by dtc but not used */
3231 -                       i-cache-size = <4000>;
3232 -                       d-cache-size = <4000>;
3233 +                       i-cache-size = <0x4000>;
3234 +                       d-cache-size = <0x4000>;
3235                 };
3236         };
3237  
3238         memory {
3239                 device_type = "memory";
3240 -               reg = <00000000 08000000>;
3241 +               reg = <0x0 0x8000000>;
3242         };
3243  
3244         soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */
3245 @@ -56,26 +59,26 @@
3246                 device_type = "soc";
3247                 compatible = "mpc10x";
3248                 store-gathering = <0>; /* 0 == off, !0 == on */
3249 -               reg = <80000000 00100000>;
3250 -               ranges = <80000000 80000000 70000000    /* pci mem space */
3251 -                         fc000000 fc000000 00100000    /* EUMB */
3252 -                         fe000000 fe000000 00c00000    /* pci i/o space */
3253 -                         fec00000 fec00000 00300000    /* pci cfg regs */
3254 -                         fef00000 fef00000 00100000>;  /* pci iack */
3255 +               reg = <0x80000000 0x100000>;
3256 +               ranges = <0x80000000 0x80000000 0x70000000      /* pci mem space */
3257 +                         0xfc000000 0xfc000000 0x100000        /* EUMB */
3258 +                         0xfe000000 0xfe000000 0xc00000        /* pci i/o space */
3259 +                         0xfec00000 0xfec00000 0x300000        /* pci cfg regs */
3260 +                         0xfef00000 0xfef00000 0x100000>;      /* pci iack */
3261  
3262                 i2c@80003000 {
3263                         #address-cells = <1>;
3264                         #size-cells = <0>;
3265                         cell-index = <0>;
3266                         compatible = "fsl-i2c";
3267 -                       reg = <80003000 1000>;
3268 +                       reg = <0x80003000 0x1000>;
3269                         interrupts = <5 2>;
3270                         interrupt-parent = <&mpic>;
3271  
3272                         rtc@32 {
3273                                 device_type = "rtc";
3274                                 compatible = "ricoh,rs5c372a";
3275 -                               reg = <32>;
3276 +                               reg = <0x32>;
3277                         };
3278                 };
3279  
3280 @@ -83,9 +86,9 @@
3281                         cell-index = <0>;
3282                         device_type = "serial";
3283                         compatible = "ns16550";
3284 -                       reg = <80004500 8>;
3285 -                       clock-frequency = <7c044a8>;
3286 -                       current-speed = <2580>;
3287 +                       reg = <0x80004500 0x8>;
3288 +                       clock-frequency = <130041000>;
3289 +                       current-speed = <9600>;
3290                         interrupts = <9 0>;
3291                         interrupt-parent = <&mpic>;
3292                 };
3293 @@ -94,10 +97,10 @@
3294                         cell-index = <1>;
3295                         device_type = "serial";
3296                         compatible = "ns16550";
3297 -                       reg = <80004600 8>;
3298 -                       clock-frequency = <7c044a8>;
3299 -                       current-speed = <e100>;
3300 -                       interrupts = <a 0>;
3301 +                       reg = <0x80004600 0x8>;
3302 +                       clock-frequency = <130041000>;
3303 +                       current-speed = <57600>;
3304 +                       interrupts = <10 0>;
3305                         interrupt-parent = <&mpic>;
3306                 };
3307  
3308 @@ -107,7 +110,7 @@
3309                         device_type = "open-pic";
3310                         compatible = "chrp,open-pic";
3311                         interrupt-controller;
3312 -                       reg = <80040000 40000>;
3313 +                       reg = <0x80040000 0x40000>;
3314                 };
3315  
3316                 pci0: pci@fec00000 {
3317 @@ -116,29 +119,29 @@
3318                         #interrupt-cells = <1>;
3319                         device_type = "pci";
3320                         compatible = "mpc10x-pci";
3321 -                       reg = <fec00000 400000>;
3322 -                       ranges = <01000000 0        0 fe000000 0 00c00000
3323 -                                 02000000 0 80000000 80000000 0 70000000>;
3324 -                       bus-range = <0 ff>;
3325 -                       clock-frequency = <7f28155>;
3326 +                       reg = <0xfec00000 0x400000>;
3327 +                       ranges = <0x1000000 0x0        0x0 0xfe000000 0x0 0xc00000
3328 +                                 0x2000000 0x0 0x80000000 0x80000000 0x0 0x70000000>;
3329 +                       bus-range = <0 255>;
3330 +                       clock-frequency = <133333333>;
3331                         interrupt-parent = <&mpic>;
3332 -                       interrupt-map-mask = <f800 0 0 7>;
3333 +                       interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3334                         interrupt-map = <
3335                                 /* IDSEL 11 - IRQ0 ETH */
3336 -                               5800 0 0 1 &mpic 0 1
3337 -                               5800 0 0 2 &mpic 1 1
3338 -                               5800 0 0 3 &mpic 2 1
3339 -                               5800 0 0 4 &mpic 3 1
3340 +                               0x5800 0x0 0x0 0x1 &mpic 0x0 0x1
3341 +                               0x5800 0x0 0x0 0x2 &mpic 0x1 0x1
3342 +                               0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
3343 +                               0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
3344                                 /* IDSEL 12 - IRQ1 IDE0 */
3345 -                               6000 0 0 1 &mpic 1 1
3346 -                               6000 0 0 2 &mpic 2 1
3347 -                               6000 0 0 3 &mpic 3 1
3348 -                               6000 0 0 4 &mpic 0 1
3349 +                               0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
3350 +                               0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
3351 +                               0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
3352 +                               0x6000 0x0 0x0 0x4 &mpic 0x0 0x1
3353                                 /* IDSEL 14 - IRQ3 USB2.0 */
3354 -                               7000 0 0 1 &mpic 3 1
3355 -                               7000 0 0 2 &mpic 3 1
3356 -                               7000 0 0 3 &mpic 3 1
3357 -                               7000 0 0 4 &mpic 3 1
3358 +                               0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
3359 +                               0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
3360 +                               0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
3361 +                               0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
3362                         >;
3363                 };
3364         };
3365 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/makalu.dts powerpc.git/arch/powerpc/boot/dts/makalu.dts
3366 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/makalu.dts   2008-04-11 22:32:29.000000000 +0200
3367 +++ powerpc.git/arch/powerpc/boot/dts/makalu.dts        2008-04-19 16:40:52.000000000 +0200
3368 @@ -219,7 +219,7 @@
3369                                 mal-tx-channel = <0>;
3370                                 mal-rx-channel = <0>;
3371                                 cell-index = <0>;
3372 -                               max-frame-size = <5dc>;
3373 +                               max-frame-size = <2328>;
3374                                 rx-fifo-size = <1000>;
3375                                 tx-fifo-size = <800>;
3376                                 phy-mode = "rgmii";
3377 @@ -247,7 +247,7 @@
3378                                 mal-tx-channel = <1>;
3379                                 mal-rx-channel = <1>;
3380                                 cell-index = <1>;
3381 -                               max-frame-size = <5dc>;
3382 +                               max-frame-size = <2328>;
3383                                 rx-fifo-size = <1000>;
3384                                 tx-fifo-size = <800>;
3385                                 phy-mode = "rgmii";
3386 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc7448hpc2.dts powerpc.git/arch/powerpc/boot/dts/mpc7448hpc2.dts
3387 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc7448hpc2.dts      2008-04-11 22:32:29.000000000 +0200
3388 +++ powerpc.git/arch/powerpc/boot/dts/mpc7448hpc2.dts   2008-04-19 16:40:52.000000000 +0200
3389 @@ -1,7 +1,7 @@
3390  /*
3391   * MPC7448HPC2 (Taiga) board Device Tree Source
3392   *
3393 - * Copyright 2006 Freescale Semiconductor Inc.
3394 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
3395   * 2006 Roy Zang <Roy Zang at freescale.com>.
3396   *
3397   * This program is free software; you can redistribute  it and/or modify it
3398 @@ -10,6 +10,7 @@
3399   * option) any later version.
3400   */
3401  
3402 +/dts-v1/;
3403  
3404  / {
3405         model = "mpc7448hpc2";
3406 @@ -23,11 +24,11 @@
3407                                 
3408                 PowerPC,7448@0 {
3409                         device_type = "cpu";
3410 -                       reg = <0>;
3411 -                       d-cache-line-size = <20>;       // 32 bytes
3412 -                       i-cache-line-size = <20>;       // 32 bytes
3413 -                       d-cache-size = <8000>;          // L1, 32K bytes
3414 -                       i-cache-size = <8000>;          // L1, 32K bytes
3415 +                       reg = <0x0>;
3416 +                       d-cache-line-size = <32>;       // 32 bytes
3417 +                       i-cache-line-size = <32>;       // 32 bytes
3418 +                       d-cache-size = <0x8000>;                // L1, 32K bytes
3419 +                       i-cache-size = <0x8000>;                // L1, 32K bytes
3420                         timebase-frequency = <0>;       // 33 MHz, from uboot
3421                         clock-frequency = <0>;          // From U-Boot
3422                         bus-frequency = <0>;            // From U-Boot
3423 @@ -36,7 +37,7 @@
3424  
3425         memory {
3426                 device_type = "memory";
3427 -               reg = <00000000 20000000        // DDR2   512M at 0
3428 +               reg = <0x0 0x20000000   // DDR2   512M at 0
3429                        >;
3430         };
3431  
3432 @@ -44,14 +45,14 @@
3433                 #address-cells = <1>;
3434                 #size-cells = <1>;
3435                 device_type = "tsi-bridge";
3436 -               ranges = <00000000 c0000000 00010000>;
3437 -               reg = <c0000000 00010000>;
3438 +               ranges = <0x0 0xc0000000 0x10000>;
3439 +               reg = <0xc0000000 0x10000>;
3440                 bus-frequency = <0>;
3441  
3442                 i2c@7000 {
3443                         interrupt-parent = <&mpic>;
3444 -                       interrupts = <E 0>;
3445 -                       reg = <7000 400>;
3446 +                       interrupts = <14 0>;
3447 +                       reg = <0x7000 0x400>;
3448                         device_type = "i2c";
3449                         compatible  = "tsi108-i2c";
3450                 };
3451 @@ -59,20 +60,20 @@
3452                 MDIO: mdio@6000 {
3453                         device_type = "mdio";
3454                         compatible = "tsi108-mdio";
3455 -                       reg = <6000 50>;
3456 +                       reg = <0x6000 0x50>;
3457                         #address-cells = <1>;
3458                         #size-cells = <0>;
3459  
3460                         phy8: ethernet-phy@8 {
3461                                 interrupt-parent = <&mpic>;
3462                                 interrupts = <2 1>;
3463 -                               reg = <8>;
3464 +                               reg = <0x8>;
3465                         };
3466  
3467                         phy9: ethernet-phy@9 {
3468                                 interrupt-parent = <&mpic>;
3469                                 interrupts = <2 1>;
3470 -                               reg = <9>;
3471 +                               reg = <0x9>;
3472                         };
3473  
3474                 };
3475 @@ -82,9 +83,9 @@
3476                         #size-cells = <0>;
3477                         device_type = "network";
3478                         compatible = "tsi108-ethernet";
3479 -                       reg = <6000 200>;
3480 +                       reg = <0x6000 0x200>;
3481                         address = [ 00 06 D2 00 00 01 ];
3482 -                       interrupts = <10 2>;
3483 +                       interrupts = <16 2>;
3484                         interrupt-parent = <&mpic>;
3485                         mdio-handle = <&MDIO>;
3486                         phy-handle = <&phy8>;
3487 @@ -96,9 +97,9 @@
3488                         #size-cells = <0>;
3489                         device_type = "network";
3490                         compatible = "tsi108-ethernet";
3491 -                       reg = <6400 200>;
3492 +                       reg = <0x6400 0x200>;
3493                         address = [ 00 06 D2 00 00 02 ];
3494 -                       interrupts = <11 2>;
3495 +                       interrupts = <17 2>;
3496                         interrupt-parent = <&mpic>;
3497                         mdio-handle = <&MDIO>;
3498                         phy-handle = <&phy9>;
3499 @@ -107,18 +108,18 @@
3500                 serial@7808 {
3501                         device_type = "serial";
3502                         compatible = "ns16550";
3503 -                       reg = <7808 200>;
3504 -                       clock-frequency = <3f6b5a00>;
3505 -                       interrupts = <c 0>;
3506 +                       reg = <0x7808 0x200>;
3507 +                       clock-frequency = <1064000000>;
3508 +                       interrupts = <12 0>;
3509                         interrupt-parent = <&mpic>;
3510                 };
3511  
3512                 serial@7c08 {
3513                         device_type = "serial";
3514                         compatible = "ns16550";
3515 -                       reg = <7c08 200>;
3516 -                       clock-frequency = <3f6b5a00>;
3517 -                       interrupts = <d 0>;
3518 +                       reg = <0x7c08 0x200>;
3519 +                       clock-frequency = <1064000000>;
3520 +                       interrupts = <13 0>;
3521                         interrupt-parent = <&mpic>;
3522                 };
3523  
3524 @@ -127,7 +128,7 @@
3525                         interrupt-controller;
3526                         #address-cells = <0>;
3527                         #interrupt-cells = <2>;
3528 -                       reg = <7400 400>;
3529 +                       reg = <0x7400 0x400>;
3530                         compatible = "chrp,open-pic";
3531                         device_type = "open-pic";
3532                                 big-endian;
3533 @@ -138,39 +139,39 @@
3534                         #interrupt-cells = <1>;
3535                         #size-cells = <2>;
3536                         #address-cells = <3>;
3537 -                       reg = <1000 1000>;
3538 +                       reg = <0x1000 0x1000>;
3539                         bus-range = <0 0>;
3540 -                       ranges = <02000000 0 e0000000 e0000000 0 1A000000       
3541 -                                 01000000 0 00000000 fa000000 0 00010000>;
3542 -                       clock-frequency = <7f28154>;
3543 +                       ranges = <0x2000000 0x0 0xe0000000 0xe0000000 0x0 0x1a000000    
3544 +                                 0x1000000 0x0 0x0 0xfa000000 0x0 0x10000>;
3545 +                       clock-frequency = <133333332>;
3546                         interrupt-parent = <&mpic>;
3547 -                       interrupts = <17 2>;
3548 -                       interrupt-map-mask = <f800 0 0 7>;
3549 +                       interrupts = <23 2>;
3550 +                       interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3551                         interrupt-map = <
3552  
3553                                 /* IDSEL 0x11 */
3554 -                               0800 0 0 1 &RT0 24 0
3555 -                               0800 0 0 2 &RT0 25 0
3556 -                               0800 0 0 3 &RT0 26 0
3557 -                               0800 0 0 4 &RT0 27 0
3558 +                               0x800 0x0 0x0 0x1 &RT0 0x24 0x0
3559 +                               0x800 0x0 0x0 0x2 &RT0 0x25 0x0
3560 +                               0x800 0x0 0x0 0x3 &RT0 0x26 0x0
3561 +                               0x800 0x0 0x0 0x4 &RT0 0x27 0x0
3562  
3563                                 /* IDSEL 0x12 */
3564 -                               1000 0 0 1 &RT0 25 0
3565 -                               1000 0 0 2 &RT0 26 0
3566 -                               1000 0 0 3 &RT0 27 0
3567 -                               1000 0 0 4 &RT0 24 0
3568 +                               0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
3569 +                               0x1000 0x0 0x0 0x2 &RT0 0x26 0x0
3570 +                               0x1000 0x0 0x0 0x3 &RT0 0x27 0x0
3571 +                               0x1000 0x0 0x0 0x4 &RT0 0x24 0x0
3572  
3573                                 /* IDSEL 0x13 */
3574 -                               1800 0 0 1 &RT0 26 0
3575 -                               1800 0 0 2 &RT0 27 0
3576 -                               1800 0 0 3 &RT0 24 0
3577 -                               1800 0 0 4 &RT0 25 0
3578 +                               0x1800 0x0 0x0 0x1 &RT0 0x26 0x0
3579 +                               0x1800 0x0 0x0 0x2 &RT0 0x27 0x0
3580 +                               0x1800 0x0 0x0 0x3 &RT0 0x24 0x0
3581 +                               0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
3582  
3583                                 /* IDSEL 0x14 */
3584 -                               2000 0 0 1 &RT0 27 0
3585 -                               2000 0 0 2 &RT0 24 0
3586 -                               2000 0 0 3 &RT0 25 0
3587 -                               2000 0 0 4 &RT0 26 0
3588 +                               0x2000 0x0 0x0 0x1 &RT0 0x27 0x0
3589 +                               0x2000 0x0 0x0 0x2 &RT0 0x24 0x0
3590 +                               0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
3591 +                               0x2000 0x0 0x0 0x4 &RT0 0x26 0x0
3592                                 >;
3593  
3594                         RT0: router@1180 {
3595 @@ -180,7 +181,7 @@
3596                                 #address-cells = <0>;
3597                                 #interrupt-cells = <2>;
3598                                 big-endian;
3599 -                               interrupts = <17 2>;
3600 +                               interrupts = <23 2>;
3601                                 interrupt-parent = <&mpic>;
3602                         };
3603                 };
3604 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8272ads.dts powerpc.git/arch/powerpc/boot/dts/mpc8272ads.dts
3605 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8272ads.dts       2008-04-11 22:32:29.000000000 +0200
3606 +++ powerpc.git/arch/powerpc/boot/dts/mpc8272ads.dts    2008-04-19 16:40:52.000000000 +0200
3607 @@ -1,7 +1,7 @@
3608  /*
3609   * MPC8272 ADS Device Tree Source
3610   *
3611 - * Copyright 2005 Freescale Semiconductor Inc.
3612 + * Copyright 2005,2008 Freescale Semiconductor Inc.
3613   *
3614   * This program is free software; you can redistribute  it and/or modify it
3615   * under  the terms of  the GNU General  Public License as published by the
3616 @@ -9,6 +9,8 @@
3617   * option) any later version.
3618   */
3619  
3620 +/dts-v1/;
3621 +
3622  / {
3623         model = "MPC8272ADS";
3624         compatible = "fsl,mpc8272ads";
3625 @@ -21,11 +23,11 @@
3626  
3627                 PowerPC,8272@0 {
3628                         device_type = "cpu";
3629 -                       reg = <0>;
3630 -                       d-cache-line-size = <d#32>;
3631 -                       i-cache-line-size = <d#32>;
3632 -                       d-cache-size = <d#16384>;
3633 -                       i-cache-size = <d#16384>;
3634 +                       reg = <0x0>;
3635 +                       d-cache-line-size = <32>;
3636 +                       i-cache-line-size = <32>;
3637 +                       d-cache-size = <16384>;
3638 +                       i-cache-size = <16384>;
3639                         timebase-frequency = <0>;
3640                         bus-frequency = <0>;
3641                         clock-frequency = <0>;
3642 @@ -34,7 +36,7 @@
3643  
3644         memory {
3645                 device_type = "memory";
3646 -               reg = <0 0>;
3647 +               reg = <0x0 0x0>;
3648         };
3649  
3650         localbus@f0010100 {
3651 @@ -42,21 +44,21 @@
3652                              "fsl,pq2-localbus";
3653                 #address-cells = <2>;
3654                 #size-cells = <1>;
3655 -               reg = <f0010100 40>;
3656 +               reg = <0xf0010100 0x40>;
3657  
3658 -               ranges = <0 0 fe000000 02000000
3659 -                         1 0 f4500000 00008000
3660 -                         3 0 f8200000 00008000>;
3661 +               ranges = <0x0 0x0 0xfe000000 0x2000000
3662 +                         0x1 0x0 0xf4500000 0x8000
3663 +                         0x3 0x0 0xf8200000 0x8000>;
3664  
3665                 flash@0,0 {
3666                         compatible = "jedec-flash";
3667 -                       reg = <0 0 2000000>;
3668 +                       reg = <0x0 0x0 0x2000000>;
3669                         bank-width = <4>;
3670                         device-width = <1>;
3671                 };
3672  
3673                 board-control@1,0 {
3674 -                       reg = <1 0 20>;
3675 +                       reg = <0x1 0x0 0x20>;
3676                         compatible = "fsl,mpc8272ads-bcsr";
3677                 };
3678  
3679 @@ -65,46 +67,46 @@
3680                                      "fsl,pq2ads-pci-pic";
3681                         #interrupt-cells = <1>;
3682                         interrupt-controller;
3683 -                       reg = <3 0 8>;
3684 +                       reg = <0x3 0x0 0x8>;
3685                         interrupt-parent = <&PIC>;
3686 -                       interrupts = <14 8>;
3687 +                       interrupts = <20 8>;
3688                 };
3689         };
3690  
3691  
3692         pci@f0010800 {
3693                 device_type = "pci";
3694 -               reg = <f0010800 10c f00101ac 8 f00101c4 8>;
3695 +               reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>;
3696                 compatible = "fsl,mpc8272-pci", "fsl,pq2-pci";
3697                 #interrupt-cells = <1>;
3698                 #size-cells = <2>;
3699                 #address-cells = <3>;
3700 -               clock-frequency = <d#66666666>;
3701 -               interrupt-map-mask = <f800 0 0 7>;
3702 +               clock-frequency = <66666666>;
3703 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3704                 interrupt-map = <
3705                                  /* IDSEL 0x16 */
3706 -                                b000 0 0 1 &PCI_PIC 0
3707 -                                b000 0 0 2 &PCI_PIC 1
3708 -                                b000 0 0 3 &PCI_PIC 2
3709 -                                b000 0 0 4 &PCI_PIC 3
3710 +                                0xb000 0x0 0x0 0x1 &PCI_PIC 0
3711 +                                0xb000 0x0 0x0 0x2 &PCI_PIC 1
3712 +                                0xb000 0x0 0x0 0x3 &PCI_PIC 2
3713 +                                0xb000 0x0 0x0 0x4 &PCI_PIC 3
3714  
3715                                  /* IDSEL 0x17 */
3716 -                                b800 0 0 1 &PCI_PIC 4
3717 -                                b800 0 0 2 &PCI_PIC 5
3718 -                                b800 0 0 3 &PCI_PIC 6
3719 -                                b800 0 0 4 &PCI_PIC 7
3720 +                                0xb800 0x0 0x0 0x1 &PCI_PIC 4
3721 +                                0xb800 0x0 0x0 0x2 &PCI_PIC 5
3722 +                                0xb800 0x0 0x0 0x3 &PCI_PIC 6
3723 +                                0xb800 0x0 0x0 0x4 &PCI_PIC 7
3724  
3725                                  /* IDSEL 0x18 */
3726 -                                c000 0 0 1 &PCI_PIC 8
3727 -                                c000 0 0 2 &PCI_PIC 9
3728 -                                c000 0 0 3 &PCI_PIC a
3729 -                                c000 0 0 4 &PCI_PIC b>;
3730 +                                0xc000 0x0 0x0 0x1 &PCI_PIC 8
3731 +                                0xc000 0x0 0x0 0x2 &PCI_PIC 9
3732 +                                0xc000 0x0 0x0 0x3 &PCI_PIC 10
3733 +                                0xc000 0x0 0x0 0x4 &PCI_PIC 11>;
3734  
3735                 interrupt-parent = <&PIC>;
3736 -               interrupts = <12 8>;
3737 -               ranges = <42000000 0 80000000 80000000 0 20000000
3738 -                         02000000 0 a0000000 a0000000 0 20000000
3739 -                         01000000 0 00000000 f6000000 0 02000000>;
3740 +               interrupts = <18 8>;
3741 +               ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x20000000
3742 +                         0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
3743 +                         0x1000000 0x0 0x0 0xf6000000 0x0 0x2000000>;
3744         };
3745  
3746         soc@f0000000 {
3747 @@ -112,26 +114,26 @@
3748                 #size-cells = <1>;
3749                 device_type = "soc";
3750                 compatible = "fsl,mpc8272", "fsl,pq2-soc";
3751 -               ranges = <00000000 f0000000 00053000>;
3752 +               ranges = <0x0 0xf0000000 0x53000>;
3753  
3754                 // Temporary -- will go away once kernel uses ranges for get_immrbase().
3755 -               reg = <f0000000 00053000>;
3756 +               reg = <0xf0000000 0x53000>;
3757  
3758                 cpm@119c0 {
3759                         #address-cells = <1>;
3760                         #size-cells = <1>;
3761                         compatible = "fsl,mpc8272-cpm", "fsl,cpm2";
3762 -                       reg = <119c0 30>;
3763 +                       reg = <0x119c0 0x30>;
3764                         ranges;
3765  
3766                         muram@0 {
3767                                 #address-cells = <1>;
3768                                 #size-cells = <1>;
3769 -                               ranges = <0 0 10000>;
3770 +                               ranges = <0x0 0x0 0x10000>;
3771  
3772                                 data@0 {
3773                                         compatible = "fsl,cpm-muram-data";
3774 -                                       reg = <0 2000 9800 800>;
3775 +                                       reg = <0x0 0x2000 0x9800 0x800>;
3776                                 };
3777                         };
3778  
3779 @@ -139,29 +141,29 @@
3780                                 compatible = "fsl,mpc8272-brg",
3781                                              "fsl,cpm2-brg",
3782                                              "fsl,cpm-brg";
3783 -                               reg = <119f0 10 115f0 10>;
3784 +                               reg = <0x119f0 0x10 0x115f0 0x10>;
3785                         };
3786  
3787                         serial@11a00 {
3788                                 device_type = "serial";
3789                                 compatible = "fsl,mpc8272-scc-uart",
3790                                              "fsl,cpm2-scc-uart";
3791 -                               reg = <11a00 20 8000 100>;
3792 -                               interrupts = <28 8>;
3793 +                               reg = <0x11a00 0x20 0x8000 0x100>;
3794 +                               interrupts = <40 8>;
3795                                 interrupt-parent = <&PIC>;
3796                                 fsl,cpm-brg = <1>;
3797 -                               fsl,cpm-command = <00800000>;
3798 +                               fsl,cpm-command = <0x800000>;
3799                         };
3800  
3801                         serial@11a60 {
3802                                 device_type = "serial";
3803                                 compatible = "fsl,mpc8272-scc-uart",
3804                                              "fsl,cpm2-scc-uart";
3805 -                               reg = <11a60 20 8300 100>;
3806 -                               interrupts = <2b 8>;
3807 +                               reg = <0x11a60 0x20 0x8300 0x100>;
3808 +                               interrupts = <43 8>;
3809                                 interrupt-parent = <&PIC>;
3810                                 fsl,cpm-brg = <4>;
3811 -                               fsl,cpm-command = <0ce00000>;
3812 +                               fsl,cpm-command = <0xce00000>;
3813                         };
3814  
3815                         mdio@10d40 {
3816 @@ -169,23 +171,23 @@
3817                                 compatible = "fsl,mpc8272ads-mdio-bitbang",
3818                                              "fsl,mpc8272-mdio-bitbang",
3819                                              "fsl,cpm2-mdio-bitbang";
3820 -                               reg = <10d40 14>;
3821 +                               reg = <0x10d40 0x14>;
3822                                 #address-cells = <1>;
3823                                 #size-cells = <0>;
3824 -                               fsl,mdio-pin = <12>;
3825 -                               fsl,mdc-pin = <13>;
3826 +                               fsl,mdio-pin = <18>;
3827 +                               fsl,mdc-pin = <19>;
3828  
3829                                 PHY0: ethernet-phy@0 {
3830                                         interrupt-parent = <&PIC>;
3831 -                                       interrupts = <17 8>;
3832 -                                       reg = <0>;
3833 +                                       interrupts = <23 8>;
3834 +                                       reg = <0x0>;
3835                                         device_type = "ethernet-phy";
3836                                 };
3837  
3838                                 PHY1: ethernet-phy@1 {
3839                                         interrupt-parent = <&PIC>;
3840 -                                       interrupts = <17 8>;
3841 -                                       reg = <3>;
3842 +                                       interrupts = <23 8>;
3843 +                                       reg = <0x3>;
3844                                         device_type = "ethernet-phy";
3845                                 };
3846                         };
3847 @@ -194,33 +196,33 @@
3848                                 device_type = "network";
3849                                 compatible = "fsl,mpc8272-fcc-enet",
3850                                              "fsl,cpm2-fcc-enet";
3851 -                               reg = <11300 20 8400 100 11390 1>;
3852 +                               reg = <0x11300 0x20 0x8400 0x100 0x11390 0x1>;
3853                                 local-mac-address = [ 00 00 00 00 00 00 ];
3854 -                               interrupts = <20 8>;
3855 +                               interrupts = <32 8>;
3856                                 interrupt-parent = <&PIC>;
3857                                 phy-handle = <&PHY0>;
3858                                 linux,network-index = <0>;
3859 -                               fsl,cpm-command = <12000300>;
3860 +                               fsl,cpm-command = <0x12000300>;
3861                         };
3862  
3863                         ethernet@11320 {
3864                                 device_type = "network";
3865                                 compatible = "fsl,mpc8272-fcc-enet",
3866                                              "fsl,cpm2-fcc-enet";
3867 -                               reg = <11320 20 8500 100 113b0 1>;
3868 +                               reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
3869                                 local-mac-address = [ 00 00 00 00 00 00 ];
3870 -                               interrupts = <21 8>;
3871 +                               interrupts = <33 8>;
3872                                 interrupt-parent = <&PIC>;
3873                                 phy-handle = <&PHY1>;
3874                                 linux,network-index = <1>;
3875 -                               fsl,cpm-command = <16200300>;
3876 +                               fsl,cpm-command = <0x16200300>;
3877                         };
3878                 };
3879  
3880                 PIC: interrupt-controller@10c00 {
3881                         #interrupt-cells = <2>;
3882                         interrupt-controller;
3883 -                       reg = <10c00 80>;
3884 +                       reg = <0x10c00 0x80>;
3885                         compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic";
3886                 };
3887  
3888 @@ -232,14 +234,14 @@
3889                                      "fsl,talitos-sec2",
3890                                      "fsl,talitos",
3891                                      "talitos";
3892 -                       reg = <30000 10000>;
3893 -                       interrupts = <b 8>;
3894 +                       reg = <0x30000 0x10000>;
3895 +                       interrupts = <11 8>;
3896                         interrupt-parent = <&PIC>;
3897                         num-channels = <4>;
3898 -                       channel-fifo-len = <18>;
3899 -                       exec-units-mask = <0000007e>;
3900 +                       channel-fifo-len = <24>;
3901 +                       exec-units-mask = <0x7e>;
3902  /* desc mask is for rev1.x, we need runtime fixup for >=2.x */
3903 -                       descriptor-types-mask = <01010ebf>;
3904 +                       descriptor-types-mask = <0x1010ebf>;
3905                 };
3906         };
3907  
3908 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc832x_mds.dts powerpc.git/arch/powerpc/boot/dts/mpc832x_mds.dts
3909 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc832x_mds.dts      2008-04-11 22:32:29.000000000 +0200
3910 +++ powerpc.git/arch/powerpc/boot/dts/mpc832x_mds.dts   2008-04-19 16:40:52.000000000 +0200
3911 @@ -255,9 +255,7 @@
3912                 enet0: ucc@2200 {
3913                         device_type = "network";
3914                         compatible = "ucc_geth";
3915 -                       model = "UCC";
3916                         cell-index = <3>;
3917 -                       device-id = <3>;
3918                         reg = <0x2200 0x200>;
3919                         interrupts = <34>;
3920                         interrupt-parent = <&qeic>;
3921 @@ -271,9 +269,7 @@
3922                 enet1: ucc@3200 {
3923                         device_type = "network";
3924                         compatible = "ucc_geth";
3925 -                       model = "UCC";
3926                         cell-index = <4>;
3927 -                       device-id = <4>;
3928                         reg = <0x3200 0x200>;
3929                         interrupts = <35>;
3930                         interrupt-parent = <&qeic>;
3931 @@ -287,8 +283,7 @@
3932                 ucc@2400 {
3933                         device_type = "serial";
3934                         compatible = "ucc_uart";
3935 -                       model = "UCC";
3936 -                       device-id = <5>;        /* The UCC number, 1-7*/
3937 +                       cell-index = <5>;       /* The UCC number, 1-7*/
3938                         port-number = <0>;      /* Which ttyQEx device */
3939                         soft-uart;              /* We need Soft-UART */
3940                         reg = <0x2400 0x200>;
3941 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc832x_rdb.dts powerpc.git/arch/powerpc/boot/dts/mpc832x_rdb.dts
3942 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc832x_rdb.dts      2008-04-11 22:32:29.000000000 +0200
3943 +++ powerpc.git/arch/powerpc/boot/dts/mpc832x_rdb.dts   2008-04-19 16:40:52.000000000 +0200
3944 @@ -208,9 +208,7 @@
3945                 enet0: ucc@3000 {
3946                         device_type = "network";
3947                         compatible = "ucc_geth";
3948 -                       model = "UCC";
3949                         cell-index = <2>;
3950 -                       device-id = <2>;
3951                         reg = <0x3000 0x200>;
3952                         interrupts = <33>;
3953                         interrupt-parent = <&qeic>;
3954 @@ -224,9 +222,7 @@
3955                 enet1: ucc@2200 {
3956                         device_type = "network";
3957                         compatible = "ucc_geth";
3958 -                       model = "UCC";
3959                         cell-index = <3>;
3960 -                       device-id = <3>;
3961                         reg = <0x2200 0x200>;
3962                         interrupts = <34>;
3963                         interrupt-parent = <&qeic>;
3964 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc836x_mds.dts powerpc.git/arch/powerpc/boot/dts/mpc836x_mds.dts
3965 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc836x_mds.dts      2008-04-11 22:32:29.000000000 +0200
3966 +++ powerpc.git/arch/powerpc/boot/dts/mpc836x_mds.dts   2008-04-19 16:40:52.000000000 +0200
3967 @@ -257,9 +257,7 @@
3968                 enet0: ucc@2000 {
3969                         device_type = "network";
3970                         compatible = "ucc_geth";
3971 -                       model = "UCC";
3972                         cell-index = <1>;
3973 -                       device-id = <1>;
3974                         reg = <0x2000 0x200>;
3975                         interrupts = <32>;
3976                         interrupt-parent = <&qeic>;
3977 @@ -274,9 +272,7 @@
3978                 enet1: ucc@3000 {
3979                         device_type = "network";
3980                         compatible = "ucc_geth";
3981 -                       model = "UCC";
3982                         cell-index = <2>;
3983 -                       device-id = <2>;
3984                         reg = <0x3000 0x200>;
3985                         interrupts = <33>;
3986                         interrupt-parent = <&qeic>;
3987 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8540ads.dts powerpc.git/arch/powerpc/boot/dts/mpc8540ads.dts
3988 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8540ads.dts       2008-04-11 22:32:29.000000000 +0200
3989 +++ powerpc.git/arch/powerpc/boot/dts/mpc8540ads.dts    2008-04-19 16:40:52.000000000 +0200
3990 @@ -1,7 +1,7 @@
3991  /*
3992   * MPC8540 ADS Device Tree Source
3993   *
3994 - * Copyright 2006 Freescale Semiconductor Inc.
3995 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
3996   *
3997   * This program is free software; you can redistribute  it and/or modify it
3998   * under  the terms of  the GNU General  Public License as published by the
3999 @@ -9,6 +9,7 @@
4000   * option) any later version.
4001   */
4002  
4003 +/dts-v1/;
4004  
4005  / {
4006         model = "MPC8540ADS";
4007 @@ -31,11 +32,11 @@
4008  
4009                 PowerPC,8540@0 {
4010                         device_type = "cpu";
4011 -                       reg = <0>;
4012 -                       d-cache-line-size = <20>;       // 32 bytes
4013 -                       i-cache-line-size = <20>;       // 32 bytes
4014 -                       d-cache-size = <8000>;          // L1, 32K
4015 -                       i-cache-size = <8000>;          // L1, 32K
4016 +                       reg = <0x0>;
4017 +                       d-cache-line-size = <32>;       // 32 bytes
4018 +                       i-cache-line-size = <32>;       // 32 bytes
4019 +                       d-cache-size = <0x8000>;                // L1, 32K
4020 +                       i-cache-size = <0x8000>;                // L1, 32K
4021                         timebase-frequency = <0>;       //  33 MHz, from uboot
4022                         bus-frequency = <0>;    // 166 MHz
4023                         clock-frequency = <0>;  // 825 MHz, from uboot
4024 @@ -44,31 +45,31 @@
4025  
4026         memory {
4027                 device_type = "memory";
4028 -               reg = <00000000 08000000>;      // 128M at 0x0
4029 +               reg = <0x0 0x8000000>;  // 128M at 0x0
4030         };
4031  
4032         soc8540@e0000000 {
4033                 #address-cells = <1>;
4034                 #size-cells = <1>;
4035                 device_type = "soc";
4036 -               ranges = <0 e0000000 00100000>;
4037 -               reg = <e0000000 00100000>;      // CCSRBAR 1M
4038 +               ranges = <0x0 0xe0000000 0x100000>;
4039 +               reg = <0xe0000000 0x100000>;    // CCSRBAR 1M
4040                 bus-frequency = <0>;
4041  
4042                 memory-controller@2000 {
4043                         compatible = "fsl,8540-memory-controller";
4044 -                       reg = <2000 1000>;
4045 +                       reg = <0x2000 0x1000>;
4046                         interrupt-parent = <&mpic>;
4047 -                       interrupts = <12 2>;
4048 +                       interrupts = <18 2>;
4049                 };
4050  
4051                 l2-cache-controller@20000 {
4052                         compatible = "fsl,8540-l2-cache-controller";
4053 -                       reg = <20000 1000>;
4054 -                       cache-line-size = <20>; // 32 bytes
4055 -                       cache-size = <40000>;   // L2, 256K
4056 +                       reg = <0x20000 0x1000>;
4057 +                       cache-line-size = <32>; // 32 bytes
4058 +                       cache-size = <0x40000>; // L2, 256K
4059                         interrupt-parent = <&mpic>;
4060 -                       interrupts = <10 2>;
4061 +                       interrupts = <16 2>;
4062                 };
4063  
4064                 i2c@3000 {
4065 @@ -76,8 +77,8 @@
4066                         #size-cells = <0>;
4067                         cell-index = <0>;
4068                         compatible = "fsl-i2c";
4069 -                       reg = <3000 100>;
4070 -                       interrupts = <2b 2>;
4071 +                       reg = <0x3000 0x100>;
4072 +                       interrupts = <43 2>;
4073                         interrupt-parent = <&mpic>;
4074                         dfsrr;
4075                 };
4076 @@ -86,24 +87,24 @@
4077                         #address-cells = <1>;
4078                         #size-cells = <0>;
4079                         compatible = "fsl,gianfar-mdio";
4080 -                       reg = <24520 20>;
4081 +                       reg = <0x24520 0x20>;
4082  
4083                         phy0: ethernet-phy@0 {
4084                                 interrupt-parent = <&mpic>;
4085                                 interrupts = <5 1>;
4086 -                               reg = <0>;
4087 +                               reg = <0x0>;
4088                                 device_type = "ethernet-phy";
4089                         };
4090                         phy1: ethernet-phy@1 {
4091                                 interrupt-parent = <&mpic>;
4092                                 interrupts = <5 1>;
4093 -                               reg = <1>;
4094 +                               reg = <0x1>;
4095                                 device_type = "ethernet-phy";
4096                         };
4097                         phy3: ethernet-phy@3 {
4098                                 interrupt-parent = <&mpic>;
4099                                 interrupts = <7 1>;
4100 -                               reg = <3>;
4101 +                               reg = <0x3>;
4102                                 device_type = "ethernet-phy";
4103                         };
4104                 };
4105 @@ -113,9 +114,9 @@
4106                         device_type = "network";
4107                         model = "TSEC";
4108                         compatible = "gianfar";
4109 -                       reg = <24000 1000>;
4110 +                       reg = <0x24000 0x1000>;
4111                         local-mac-address = [ 00 00 00 00 00 00 ];
4112 -                       interrupts = <1d 2 1e 2 22 2>;
4113 +                       interrupts = <29 2 30 2 34 2>;
4114                         interrupt-parent = <&mpic>;
4115                         phy-handle = <&phy0>;
4116                 };
4117 @@ -125,9 +126,9 @@
4118                         device_type = "network";
4119                         model = "TSEC";
4120                         compatible = "gianfar";
4121 -                       reg = <25000 1000>;
4122 +                       reg = <0x25000 0x1000>;
4123                         local-mac-address = [ 00 00 00 00 00 00 ];
4124 -                       interrupts = <23 2 24 2 28 2>;
4125 +                       interrupts = <35 2 36 2 40 2>;
4126                         interrupt-parent = <&mpic>;
4127                         phy-handle = <&phy1>;
4128                 };
4129 @@ -137,9 +138,9 @@
4130                         device_type = "network";
4131                         model = "FEC";
4132                         compatible = "gianfar";
4133 -                       reg = <26000 1000>;
4134 +                       reg = <0x26000 0x1000>;
4135                         local-mac-address = [ 00 00 00 00 00 00 ];
4136 -                       interrupts = <29 2>;
4137 +                       interrupts = <41 2>;
4138                         interrupt-parent = <&mpic>;
4139                         phy-handle = <&phy3>;
4140                 };
4141 @@ -148,9 +149,9 @@
4142                         cell-index = <0>;
4143                         device_type = "serial";
4144                         compatible = "ns16550";
4145 -                       reg = <4500 100>;       // reg base, size
4146 +                       reg = <0x4500 0x100>;   // reg base, size
4147                         clock-frequency = <0>;  // should we fill in in uboot?
4148 -                       interrupts = <2a 2>;
4149 +                       interrupts = <42 2>;
4150                         interrupt-parent = <&mpic>;
4151                 };
4152  
4153 @@ -158,9 +159,9 @@
4154                         cell-index = <1>;
4155                         device_type = "serial";
4156                         compatible = "ns16550";
4157 -                       reg = <4600 100>;       // reg base, size
4158 +                       reg = <0x4600 0x100>;   // reg base, size
4159                         clock-frequency = <0>;  // should we fill in in uboot?
4160 -                       interrupts = <2a 2>;
4161 +                       interrupts = <42 2>;
4162                         interrupt-parent = <&mpic>;
4163                 };
4164                 mpic: pic@40000 {
4165 @@ -168,7 +169,7 @@
4166                         interrupt-controller;
4167                         #address-cells = <0>;
4168                         #interrupt-cells = <2>;
4169 -                       reg = <40000 40000>;
4170 +                       reg = <0x40000 0x40000>;
4171                         compatible = "chrp,open-pic";
4172                         device_type = "open-pic";
4173                         big-endian;
4174 @@ -177,90 +178,90 @@
4175  
4176         pci0: pci@e0008000 {
4177                 cell-index = <0>;
4178 -               interrupt-map-mask = <f800 0 0 7>;
4179 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4180                 interrupt-map = <
4181  
4182                         /* IDSEL 0x02 */
4183 -                       1000 0 0 1 &mpic 1 1
4184 -                       1000 0 0 2 &mpic 2 1
4185 -                       1000 0 0 3 &mpic 3 1
4186 -                       1000 0 0 4 &mpic 4 1
4187 +                       0x1000 0x0 0x0 0x1 &mpic 0x1 0x1
4188 +                       0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
4189 +                       0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
4190 +                       0x1000 0x0 0x0 0x4 &mpic 0x4 0x1
4191  
4192                         /* IDSEL 0x03 */
4193 -                       1800 0 0 1 &mpic 4 1
4194 -                       1800 0 0 2 &mpic 1 1
4195 -                       1800 0 0 3 &mpic 2 1
4196 -                       1800 0 0 4 &mpic 3 1
4197 +                       0x1800 0x0 0x0 0x1 &mpic 0x4 0x1
4198 +                       0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
4199 +                       0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
4200 +                       0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
4201  
4202                         /* IDSEL 0x04 */
4203 -                       2000 0 0 1 &mpic 3 1
4204 -                       2000 0 0 2 &mpic 4 1
4205 -                       2000 0 0 3 &mpic 1 1
4206 -                       2000 0 0 4 &mpic 2 1
4207 +                       0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
4208 +                       0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
4209 +                       0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
4210 +                       0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
4211  
4212                         /* IDSEL 0x05 */
4213 -                       2800 0 0 1 &mpic 2 1
4214 -                       2800 0 0 2 &mpic 3 1
4215 -                       2800 0 0 3 &mpic 4 1
4216 -                       2800 0 0 4 &mpic 1 1
4217 +                       0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
4218 +                       0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
4219 +                       0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
4220 +                       0x2800 0x0 0x0 0x4 &mpic 0x1 0x1
4221  
4222                         /* IDSEL 0x0c */
4223 -                       6000 0 0 1 &mpic 1 1
4224 -                       6000 0 0 2 &mpic 2 1
4225 -                       6000 0 0 3 &mpic 3 1
4226 -                       6000 0 0 4 &mpic 4 1
4227 +                       0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
4228 +                       0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
4229 +                       0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
4230 +                       0x6000 0x0 0x0 0x4 &mpic 0x4 0x1
4231  
4232                         /* IDSEL 0x0d */
4233 -                       6800 0 0 1 &mpic 4 1
4234 -                       6800 0 0 2 &mpic 1 1
4235 -                       6800 0 0 3 &mpic 2 1
4236 -                       6800 0 0 4 &mpic 3 1
4237 +                       0x6800 0x0 0x0 0x1 &mpic 0x4 0x1
4238 +                       0x6800 0x0 0x0 0x2 &mpic 0x1 0x1
4239 +                       0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
4240 +                       0x6800 0x0 0x0 0x4 &mpic 0x3 0x1
4241  
4242                         /* IDSEL 0x0e */
4243 -                       7000 0 0 1 &mpic 3 1
4244 -                       7000 0 0 2 &mpic 4 1
4245 -                       7000 0 0 3 &mpic 1 1
4246 -                       7000 0 0 4 &mpic 2 1
4247 +                       0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
4248 +                       0x7000 0x0 0x0 0x2 &mpic 0x4 0x1
4249 +                       0x7000 0x0 0x0 0x3 &mpic 0x1 0x1
4250 +                       0x7000 0x0 0x0 0x4 &mpic 0x2 0x1
4251  
4252                         /* IDSEL 0x0f */
4253 -                       7800 0 0 1 &mpic 2 1
4254 -                       7800 0 0 2 &mpic 3 1
4255 -                       7800 0 0 3 &mpic 4 1
4256 -                       7800 0 0 4 &mpic 1 1
4257 +                       0x7800 0x0 0x0 0x1 &mpic 0x2 0x1
4258 +                       0x7800 0x0 0x0 0x2 &mpic 0x3 0x1
4259 +                       0x7800 0x0 0x0 0x3 &mpic 0x4 0x1
4260 +                       0x7800 0x0 0x0 0x4 &mpic 0x1 0x1
4261  
4262                         /* IDSEL 0x12 */
4263 -                       9000 0 0 1 &mpic 1 1
4264 -                       9000 0 0 2 &mpic 2 1
4265 -                       9000 0 0 3 &mpic 3 1
4266 -                       9000 0 0 4 &mpic 4 1
4267 +                       0x9000 0x0 0x0 0x1 &mpic 0x1 0x1
4268 +                       0x9000 0x0 0x0 0x2 &mpic 0x2 0x1
4269 +                       0x9000 0x0 0x0 0x3 &mpic 0x3 0x1
4270 +                       0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
4271  
4272                         /* IDSEL 0x13 */
4273 -                       9800 0 0 1 &mpic 4 1
4274 -                       9800 0 0 2 &mpic 1 1
4275 -                       9800 0 0 3 &mpic 2 1
4276 -                       9800 0 0 4 &mpic 3 1
4277 +                       0x9800 0x0 0x0 0x1 &mpic 0x4 0x1
4278 +                       0x9800 0x0 0x0 0x2 &mpic 0x1 0x1
4279 +                       0x9800 0x0 0x0 0x3 &mpic 0x2 0x1
4280 +                       0x9800 0x0 0x0 0x4 &mpic 0x3 0x1
4281  
4282                         /* IDSEL 0x14 */
4283 -                       a000 0 0 1 &mpic 3 1
4284 -                       a000 0 0 2 &mpic 4 1
4285 -                       a000 0 0 3 &mpic 1 1
4286 -                       a000 0 0 4 &mpic 2 1
4287 +                       0xa000 0x0 0x0 0x1 &mpic 0x3 0x1
4288 +                       0xa000 0x0 0x0 0x2 &mpic 0x4 0x1
4289 +                       0xa000 0x0 0x0 0x3 &mpic 0x1 0x1
4290 +                       0xa000 0x0 0x0 0x4 &mpic 0x2 0x1
4291  
4292                         /* IDSEL 0x15 */
4293 -                       a800 0 0 1 &mpic 2 1
4294 -                       a800 0 0 2 &mpic 3 1
4295 -                       a800 0 0 3 &mpic 4 1
4296 -                       a800 0 0 4 &mpic 1 1>;
4297 +                       0xa800 0x0 0x0 0x1 &mpic 0x2 0x1
4298 +                       0xa800 0x0 0x0 0x2 &mpic 0x3 0x1
4299 +                       0xa800 0x0 0x0 0x3 &mpic 0x4 0x1
4300 +                       0xa800 0x0 0x0 0x4 &mpic 0x1 0x1>;
4301                 interrupt-parent = <&mpic>;
4302 -               interrupts = <18 2>;
4303 +               interrupts = <24 2>;
4304                 bus-range = <0 0>;
4305 -               ranges = <02000000 0 80000000 80000000 0 20000000
4306 -                         01000000 0 00000000 e2000000 0 00100000>;
4307 -               clock-frequency = <3f940aa>;
4308 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4309 +                         0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
4310 +               clock-frequency = <66666666>;
4311                 #interrupt-cells = <1>;
4312                 #size-cells = <2>;
4313                 #address-cells = <3>;
4314 -               reg = <e0008000 1000>;
4315 +               reg = <0xe0008000 0x1000>;
4316                 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
4317                 device_type = "pci";
4318         };
4319 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8541cds.dts powerpc.git/arch/powerpc/boot/dts/mpc8541cds.dts
4320 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8541cds.dts       2008-04-11 22:32:29.000000000 +0200
4321 +++ powerpc.git/arch/powerpc/boot/dts/mpc8541cds.dts    2008-04-19 16:40:52.000000000 +0200
4322 @@ -1,7 +1,7 @@
4323  /*
4324   * MPC8541 CDS Device Tree Source
4325   *
4326 - * Copyright 2006 Freescale Semiconductor Inc.
4327 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
4328   *
4329   * This program is free software; you can redistribute  it and/or modify it
4330   * under  the terms of  the GNU General  Public License as published by the
4331 @@ -9,6 +9,7 @@
4332   * option) any later version.
4333   */
4334  
4335 +/dts-v1/;
4336  
4337  / {
4338         model = "MPC8541CDS";
4339 @@ -31,11 +32,11 @@
4340  
4341                 PowerPC,8541@0 {
4342                         device_type = "cpu";
4343 -                       reg = <0>;
4344 -                       d-cache-line-size = <20>;       // 32 bytes
4345 -                       i-cache-line-size = <20>;       // 32 bytes
4346 -                       d-cache-size = <8000>;          // L1, 32K
4347 -                       i-cache-size = <8000>;          // L1, 32K
4348 +                       reg = <0x0>;
4349 +                       d-cache-line-size = <32>;       // 32 bytes
4350 +                       i-cache-line-size = <32>;       // 32 bytes
4351 +                       d-cache-size = <0x8000>;                // L1, 32K
4352 +                       i-cache-size = <0x8000>;                // L1, 32K
4353                         timebase-frequency = <0>;       //  33 MHz, from uboot
4354                         bus-frequency = <0>;    // 166 MHz
4355                         clock-frequency = <0>;  // 825 MHz, from uboot
4356 @@ -44,31 +45,31 @@
4357  
4358         memory {
4359                 device_type = "memory";
4360 -               reg = <00000000 08000000>;      // 128M at 0x0
4361 +               reg = <0x0 0x8000000>;  // 128M at 0x0
4362         };
4363  
4364         soc8541@e0000000 {
4365                 #address-cells = <1>;
4366                 #size-cells = <1>;
4367                 device_type = "soc";
4368 -               ranges = <0 e0000000 00100000>;
4369 -               reg = <e0000000 00001000>;      // CCSRBAR 1M
4370 +               ranges = <0x0 0xe0000000 0x100000>;
4371 +               reg = <0xe0000000 0x1000>;      // CCSRBAR 1M
4372                 bus-frequency = <0>;
4373  
4374                 memory-controller@2000 {
4375                         compatible = "fsl,8541-memory-controller";
4376 -                       reg = <2000 1000>;
4377 +                       reg = <0x2000 0x1000>;
4378                         interrupt-parent = <&mpic>;
4379 -                       interrupts = <12 2>;
4380 +                       interrupts = <18 2>;
4381                 };
4382  
4383                 l2-cache-controller@20000 {
4384                         compatible = "fsl,8541-l2-cache-controller";
4385 -                       reg = <20000 1000>;
4386 -                       cache-line-size = <20>; // 32 bytes
4387 -                       cache-size = <40000>;   // L2, 256K
4388 +                       reg = <0x20000 0x1000>;
4389 +                       cache-line-size = <32>; // 32 bytes
4390 +                       cache-size = <0x40000>; // L2, 256K
4391                         interrupt-parent = <&mpic>;
4392 -                       interrupts = <10 2>;
4393 +                       interrupts = <16 2>;
4394                 };
4395  
4396                 i2c@3000 {
4397 @@ -76,8 +77,8 @@
4398                         #size-cells = <0>;
4399                         cell-index = <0>;
4400                         compatible = "fsl-i2c";
4401 -                       reg = <3000 100>;
4402 -                       interrupts = <2b 2>;
4403 +                       reg = <0x3000 0x100>;
4404 +                       interrupts = <43 2>;
4405                         interrupt-parent = <&mpic>;
4406                         dfsrr;
4407                 };
4408 @@ -86,18 +87,18 @@
4409                         #address-cells = <1>;
4410                         #size-cells = <0>;
4411                         compatible = "fsl,gianfar-mdio";
4412 -                       reg = <24520 20>;
4413 +                       reg = <0x24520 0x20>;
4414  
4415                         phy0: ethernet-phy@0 {
4416                                 interrupt-parent = <&mpic>;
4417                                 interrupts = <5 1>;
4418 -                               reg = <0>;
4419 +                               reg = <0x0>;
4420                                 device_type = "ethernet-phy";
4421                         };
4422                         phy1: ethernet-phy@1 {
4423                                 interrupt-parent = <&mpic>;
4424                                 interrupts = <5 1>;
4425 -                               reg = <1>;
4426 +                               reg = <0x1>;
4427                                 device_type = "ethernet-phy";
4428                         };
4429                 };
4430 @@ -107,9 +108,9 @@
4431                         device_type = "network";
4432                         model = "TSEC";
4433                         compatible = "gianfar";
4434 -                       reg = <24000 1000>;
4435 +                       reg = <0x24000 0x1000>;
4436                         local-mac-address = [ 00 00 00 00 00 00 ];
4437 -                       interrupts = <1d 2 1e 2 22 2>;
4438 +                       interrupts = <29 2 30 2 34 2>;
4439                         interrupt-parent = <&mpic>;
4440                         phy-handle = <&phy0>;
4441                 };
4442 @@ -119,9 +120,9 @@
4443                         device_type = "network";
4444                         model = "TSEC";
4445                         compatible = "gianfar";
4446 -                       reg = <25000 1000>;
4447 +                       reg = <0x25000 0x1000>;
4448                         local-mac-address = [ 00 00 00 00 00 00 ];
4449 -                       interrupts = <23 2 24 2 28 2>;
4450 +                       interrupts = <35 2 36 2 40 2>;
4451                         interrupt-parent = <&mpic>;
4452                         phy-handle = <&phy1>;
4453                 };
4454 @@ -130,9 +131,9 @@
4455                         cell-index = <0>;
4456                         device_type = "serial";
4457                         compatible = "ns16550";
4458 -                       reg = <4500 100>;       // reg base, size
4459 +                       reg = <0x4500 0x100>;   // reg base, size
4460                         clock-frequency = <0>;  // should we fill in in uboot?
4461 -                       interrupts = <2a 2>;
4462 +                       interrupts = <42 2>;
4463                         interrupt-parent = <&mpic>;
4464                 };
4465  
4466 @@ -140,9 +141,9 @@
4467                         cell-index = <1>;
4468                         device_type = "serial";
4469                         compatible = "ns16550";
4470 -                       reg = <4600 100>;       // reg base, size
4471 +                       reg = <0x4600 0x100>;   // reg base, size
4472                         clock-frequency = <0>;  // should we fill in in uboot?
4473 -                       interrupts = <2a 2>;
4474 +                       interrupts = <42 2>;
4475                         interrupt-parent = <&mpic>;
4476                 };
4477  
4478 @@ -151,7 +152,7 @@
4479                         interrupt-controller;
4480                         #address-cells = <0>;
4481                         #interrupt-cells = <2>;
4482 -                       reg = <40000 40000>;
4483 +                       reg = <0x40000 0x40000>;
4484                         compatible = "chrp,open-pic";
4485                         device_type = "open-pic";
4486                          big-endian;
4487 @@ -161,17 +162,17 @@
4488                         #address-cells = <1>;
4489                         #size-cells = <1>;
4490                         compatible = "fsl,mpc8541-cpm", "fsl,cpm2";
4491 -                       reg = <919c0 30>;
4492 +                       reg = <0x919c0 0x30>;
4493                         ranges;
4494  
4495                         muram@80000 {
4496                                 #address-cells = <1>;
4497                                 #size-cells = <1>;
4498 -                               ranges = <0 80000 10000>;
4499 +                               ranges = <0x0 0x80000 0x10000>;
4500  
4501                                 data@0 {
4502                                         compatible = "fsl,cpm-muram-data";
4503 -                                       reg = <0 2000 9000 1000>;
4504 +                                       reg = <0x0 0x2000 0x9000 0x1000>;
4505                                 };
4506                         };
4507  
4508 @@ -179,16 +180,16 @@
4509                                 compatible = "fsl,mpc8541-brg",
4510                                              "fsl,cpm2-brg",
4511                                              "fsl,cpm-brg";
4512 -                               reg = <919f0 10 915f0 10>;
4513 +                               reg = <0x919f0 0x10 0x915f0 0x10>;
4514                         };
4515  
4516                         cpmpic: pic@90c00 {
4517                                 interrupt-controller;
4518                                 #address-cells = <0>;
4519                                 #interrupt-cells = <2>;
4520 -                               interrupts = <2e 2>;
4521 +                               interrupts = <46 2>;
4522                                 interrupt-parent = <&mpic>;
4523 -                               reg = <90c00 80>;
4524 +                               reg = <0x90c00 0x80>;
4525                                 compatible = "fsl,mpc8541-cpm-pic", "fsl,cpm2-pic";
4526                         };
4527                 };
4528 @@ -196,68 +197,68 @@
4529  
4530         pci0: pci@e0008000 {
4531                 cell-index = <0>;
4532 -               interrupt-map-mask = <1f800 0 0 7>;
4533 +               interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
4534                 interrupt-map = <
4535  
4536                         /* IDSEL 0x10 */
4537 -                       08000 0 0 1 &mpic 0 1
4538 -                       08000 0 0 2 &mpic 1 1
4539 -                       08000 0 0 3 &mpic 2 1
4540 -                       08000 0 0 4 &mpic 3 1
4541 +                       0x8000 0x0 0x0 0x1 &mpic 0x0 0x1
4542 +                       0x8000 0x0 0x0 0x2 &mpic 0x1 0x1
4543 +                       0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
4544 +                       0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
4545  
4546                         /* IDSEL 0x11 */
4547 -                       08800 0 0 1 &mpic 0 1
4548 -                       08800 0 0 2 &mpic 1 1
4549 -                       08800 0 0 3 &mpic 2 1
4550 -                       08800 0 0 4 &mpic 3 1
4551 +                       0x8800 0x0 0x0 0x1 &mpic 0x0 0x1
4552 +                       0x8800 0x0 0x0 0x2 &mpic 0x1 0x1
4553 +                       0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
4554 +                       0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
4555  
4556                         /* IDSEL 0x12 (Slot 1) */
4557 -                       09000 0 0 1 &mpic 0 1
4558 -                       09000 0 0 2 &mpic 1 1
4559 -                       09000 0 0 3 &mpic 2 1
4560 -                       09000 0 0 4 &mpic 3 1
4561 +                       0x9000 0x0 0x0 0x1 &mpic 0x0 0x1
4562 +                       0x9000 0x0 0x0 0x2 &mpic 0x1 0x1
4563 +                       0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
4564 +                       0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
4565  
4566                         /* IDSEL 0x13 (Slot 2) */
4567 -                       09800 0 0 1 &mpic 1 1
4568 -                       09800 0 0 2 &mpic 2 1
4569 -                       09800 0 0 3 &mpic 3 1
4570 -                       09800 0 0 4 &mpic 0 1
4571 +                       0x9800 0x0 0x0 0x1 &mpic 0x1 0x1
4572 +                       0x9800 0x0 0x0 0x2 &mpic 0x2 0x1
4573 +                       0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
4574 +                       0x9800 0x0 0x0 0x4 &mpic 0x0 0x1
4575  
4576                         /* IDSEL 0x14 (Slot 3) */
4577 -                       0a000 0 0 1 &mpic 2 1
4578 -                       0a000 0 0 2 &mpic 3 1
4579 -                       0a000 0 0 3 &mpic 0 1
4580 -                       0a000 0 0 4 &mpic 1 1
4581 +                       0xa000 0x0 0x0 0x1 &mpic 0x2 0x1
4582 +                       0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
4583 +                       0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
4584 +                       0xa000 0x0 0x0 0x4 &mpic 0x1 0x1
4585  
4586                         /* IDSEL 0x15 (Slot 4) */
4587 -                       0a800 0 0 1 &mpic 3 1
4588 -                       0a800 0 0 2 &mpic 0 1
4589 -                       0a800 0 0 3 &mpic 1 1
4590 -                       0a800 0 0 4 &mpic 2 1
4591 +                       0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
4592 +                       0xa800 0x0 0x0 0x2 &mpic 0x0 0x1
4593 +                       0xa800 0x0 0x0 0x3 &mpic 0x1 0x1
4594 +                       0xa800 0x0 0x0 0x4 &mpic 0x2 0x1
4595  
4596                         /* Bus 1 (Tundra Bridge) */
4597                         /* IDSEL 0x12 (ISA bridge) */
4598 -                       19000 0 0 1 &mpic 0 1
4599 -                       19000 0 0 2 &mpic 1 1
4600 -                       19000 0 0 3 &mpic 2 1
4601 -                       19000 0 0 4 &mpic 3 1>;
4602 +                       0x19000 0x0 0x0 0x1 &mpic 0x0 0x1
4603 +                       0x19000 0x0 0x0 0x2 &mpic 0x1 0x1
4604 +                       0x19000 0x0 0x0 0x3 &mpic 0x2 0x1
4605 +                       0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>;
4606                 interrupt-parent = <&mpic>;
4607 -               interrupts = <18 2>;
4608 +               interrupts = <24 2>;
4609                 bus-range = <0 0>;
4610 -               ranges = <02000000 0 80000000 80000000 0 20000000
4611 -                         01000000 0 00000000 e2000000 0 00100000>;
4612 -               clock-frequency = <3f940aa>;
4613 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4614 +                         0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
4615 +               clock-frequency = <66666666>;
4616                 #interrupt-cells = <1>;
4617                 #size-cells = <2>;
4618                 #address-cells = <3>;
4619 -               reg = <e0008000 1000>;
4620 +               reg = <0xe0008000 0x1000>;
4621                 compatible = "fsl,mpc8540-pci";
4622                 device_type = "pci";
4623  
4624                 i8259@19000 {
4625                         interrupt-controller;
4626                         device_type = "interrupt-controller";
4627 -                       reg = <19000 0 0 0 1>;
4628 +                       reg = <0x19000 0x0 0x0 0x0 0x1>;
4629                         #address-cells = <0>;
4630                         #interrupt-cells = <2>;
4631                         compatible = "chrp,iic";
4632 @@ -268,24 +269,24 @@
4633  
4634         pci1: pci@e0009000 {
4635                 cell-index = <1>;
4636 -               interrupt-map-mask = <f800 0 0 7>;
4637 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4638                 interrupt-map = <
4639  
4640                         /* IDSEL 0x15 */
4641 -                       a800 0 0 1 &mpic b 1
4642 -                       a800 0 0 2 &mpic b 1
4643 -                       a800 0 0 3 &mpic b 1
4644 -                       a800 0 0 4 &mpic b 1>;
4645 +                       0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
4646 +                       0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
4647 +                       0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
4648 +                       0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
4649                 interrupt-parent = <&mpic>;
4650 -               interrupts = <19 2>;
4651 +               interrupts = <25 2>;
4652                 bus-range = <0 0>;
4653 -               ranges = <02000000 0 a0000000 a0000000 0 20000000
4654 -                         01000000 0 00000000 e3000000 0 00100000>;
4655 -               clock-frequency = <3f940aa>;
4656 +               ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
4657 +                         0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
4658 +               clock-frequency = <66666666>;
4659                 #interrupt-cells = <1>;
4660                 #size-cells = <2>;
4661                 #address-cells = <3>;
4662 -               reg = <e0009000 1000>;
4663 +               reg = <0xe0009000 0x1000>;
4664                 compatible = "fsl,mpc8540-pci";
4665                 device_type = "pci";
4666         };
4667 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8544ds.dts powerpc.git/arch/powerpc/boot/dts/mpc8544ds.dts
4668 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8544ds.dts        2008-04-11 22:32:29.000000000 +0200
4669 +++ powerpc.git/arch/powerpc/boot/dts/mpc8544ds.dts     2008-04-19 16:40:52.000000000 +0200
4670 @@ -1,7 +1,7 @@
4671  /*
4672   * MPC8544 DS Device Tree Source
4673   *
4674 - * Copyright 2007 Freescale Semiconductor Inc.
4675 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
4676   *
4677   * This program is free software; you can redistribute  it and/or modify it
4678   * under  the terms of  the GNU General  Public License as published by the
4679 @@ -9,6 +9,7 @@
4680   * option) any later version.
4681   */
4682  
4683 +/dts-v1/;
4684  / {
4685         model = "MPC8544DS";
4686         compatible = "MPC8544DS", "MPC85xxDS";
4687 @@ -27,17 +28,16 @@
4688         };
4689  
4690         cpus {
4691 -               #cpus = <1>;
4692                 #address-cells = <1>;
4693                 #size-cells = <0>;
4694  
4695                 PowerPC,8544@0 {
4696                         device_type = "cpu";
4697 -                       reg = <0>;
4698 -                       d-cache-line-size = <20>;       // 32 bytes
4699 -                       i-cache-line-size = <20>;       // 32 bytes
4700 -                       d-cache-size = <8000>;          // L1, 32K
4701 -                       i-cache-size = <8000>;          // L1, 32K
4702 +                       reg = <0x0>;
4703 +                       d-cache-line-size = <32>;       // 32 bytes
4704 +                       i-cache-line-size = <32>;       // 32 bytes
4705 +                       d-cache-size = <0x8000>;                // L1, 32K
4706 +                       i-cache-size = <0x8000>;                // L1, 32K
4707                         timebase-frequency = <0>;
4708                         bus-frequency = <0>;
4709                         clock-frequency = <0>;
4710 @@ -46,7 +46,7 @@
4711  
4712         memory {
4713                 device_type = "memory";
4714 -               reg = <00000000 00000000>;      // Filled by U-Boot
4715 +               reg = <0x0 0x0>;        // Filled by U-Boot
4716         };
4717  
4718         soc8544@e0000000 {
4719 @@ -54,24 +54,24 @@
4720                 #size-cells = <1>;
4721                 device_type = "soc";
4722  
4723 -               ranges = <00000000 e0000000 00100000>;
4724 -               reg = <e0000000 00001000>;      // CCSRBAR 1M
4725 +               ranges = <0x0 0xe0000000 0x100000>;
4726 +               reg = <0xe0000000 0x1000>;      // CCSRBAR 1M
4727                 bus-frequency = <0>;            // Filled out by uboot.
4728  
4729                 memory-controller@2000 {
4730                         compatible = "fsl,8544-memory-controller";
4731 -                       reg = <2000 1000>;
4732 +                       reg = <0x2000 0x1000>;
4733                         interrupt-parent = <&mpic>;
4734 -                       interrupts = <12 2>;
4735 +                       interrupts = <18 2>;
4736                 };
4737  
4738                 l2-cache-controller@20000 {
4739                         compatible = "fsl,8544-l2-cache-controller";
4740 -                       reg = <20000 1000>;
4741 -                       cache-line-size = <20>; // 32 bytes
4742 -                       cache-size = <40000>;   // L2, 256K
4743 +                       reg = <0x20000 0x1000>;
4744 +                       cache-line-size = <32>; // 32 bytes
4745 +                       cache-size = <0x40000>; // L2, 256K
4746                         interrupt-parent = <&mpic>;
4747 -                       interrupts = <10 2>;
4748 +                       interrupts = <16 2>;
4749                 };
4750  
4751                 i2c@3000 {
4752 @@ -79,8 +79,8 @@
4753                         #size-cells = <0>;
4754                         cell-index = <0>;
4755                         compatible = "fsl-i2c";
4756 -                       reg = <3000 100>;
4757 -                       interrupts = <2b 2>;
4758 +                       reg = <0x3000 0x100>;
4759 +                       interrupts = <43 2>;
4760                         interrupt-parent = <&mpic>;
4761                         dfsrr;
4762                 };
4763 @@ -90,8 +90,8 @@
4764                         #size-cells = <0>;
4765                         cell-index = <1>;
4766                         compatible = "fsl-i2c";
4767 -                       reg = <3100 100>;
4768 -                       interrupts = <2b 2>;
4769 +                       reg = <0x3100 0x100>;
4770 +                       interrupts = <43 2>;
4771                         interrupt-parent = <&mpic>;
4772                         dfsrr;
4773                 };
4774 @@ -100,30 +100,71 @@
4775                         #address-cells = <1>;
4776                         #size-cells = <0>;
4777                         compatible = "fsl,gianfar-mdio";
4778 -                       reg = <24520 20>;
4779 +                       reg = <0x24520 0x20>;
4780  
4781                         phy0: ethernet-phy@0 {
4782                                 interrupt-parent = <&mpic>;
4783 -                               interrupts = <a 1>;
4784 -                               reg = <0>;
4785 +                               interrupts = <10 1>;
4786 +                               reg = <0x0>;
4787                                 device_type = "ethernet-phy";
4788                         };
4789                         phy1: ethernet-phy@1 {
4790                                 interrupt-parent = <&mpic>;
4791 -                               interrupts = <a 1>;
4792 -                               reg = <1>;
4793 +                               interrupts = <10 1>;
4794 +                               reg = <0x1>;
4795                                 device_type = "ethernet-phy";
4796                         };
4797                 };
4798  
4799 +               dma@21300 {
4800 +                       #address-cells = <1>;
4801 +                       #size-cells = <1>;
4802 +                       compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
4803 +                       reg = <0x21300 0x4>;
4804 +                       ranges = <0x0 0x21100 0x200>;
4805 +                       cell-index = <0>;
4806 +                       dma-channel@0 {
4807 +                               compatible = "fsl,mpc8544-dma-channel",
4808 +                                               "fsl,eloplus-dma-channel";
4809 +                               reg = <0x0 0x80>;
4810 +                               cell-index = <0>;
4811 +                               interrupt-parent = <&mpic>;
4812 +                               interrupts = <20 2>;
4813 +                       };
4814 +                       dma-channel@80 {
4815 +                               compatible = "fsl,mpc8544-dma-channel",
4816 +                                               "fsl,eloplus-dma-channel";
4817 +                               reg = <0x80 0x80>;
4818 +                               cell-index = <1>;
4819 +                               interrupt-parent = <&mpic>;
4820 +                               interrupts = <21 2>;
4821 +                       };
4822 +                       dma-channel@100 {
4823 +                               compatible = "fsl,mpc8544-dma-channel",
4824 +                                               "fsl,eloplus-dma-channel";
4825 +                               reg = <0x100 0x80>;
4826 +                               cell-index = <2>;
4827 +                               interrupt-parent = <&mpic>;
4828 +                               interrupts = <22 2>;
4829 +                       };
4830 +                       dma-channel@180 {
4831 +                               compatible = "fsl,mpc8544-dma-channel",
4832 +                                               "fsl,eloplus-dma-channel";
4833 +                               reg = <0x180 0x80>;
4834 +                               cell-index = <3>;
4835 +                               interrupt-parent = <&mpic>;
4836 +                               interrupts = <23 2>;
4837 +                       };
4838 +               };
4839 +
4840                 enet0: ethernet@24000 {
4841                         cell-index = <0>;
4842                         device_type = "network";
4843                         model = "TSEC";
4844                         compatible = "gianfar";
4845 -                       reg = <24000 1000>;
4846 +                       reg = <0x24000 0x1000>;
4847                         local-mac-address = [ 00 00 00 00 00 00 ];
4848 -                       interrupts = <1d 2 1e 2 22 2>;
4849 +                       interrupts = <29 2 30 2 34 2>;
4850                         interrupt-parent = <&mpic>;
4851                         phy-handle = <&phy0>;
4852                         phy-connection-type = "rgmii-id";
4853 @@ -134,9 +175,9 @@
4854                         device_type = "network";
4855                         model = "TSEC";
4856                         compatible = "gianfar";
4857 -                       reg = <26000 1000>;
4858 +                       reg = <0x26000 0x1000>;
4859                         local-mac-address = [ 00 00 00 00 00 00 ];
4860 -                       interrupts = <1f 2 20 2 21 2>;
4861 +                       interrupts = <31 2 32 2 33 2>;
4862                         interrupt-parent = <&mpic>;
4863                         phy-handle = <&phy1>;
4864                         phy-connection-type = "rgmii-id";
4865 @@ -146,9 +187,9 @@
4866                         cell-index = <0>;
4867                         device_type = "serial";
4868                         compatible = "ns16550";
4869 -                       reg = <4500 100>;
4870 +                       reg = <0x4500 0x100>;
4871                         clock-frequency = <0>;
4872 -                       interrupts = <2a 2>;
4873 +                       interrupts = <42 2>;
4874                         interrupt-parent = <&mpic>;
4875                 };
4876  
4877 @@ -156,15 +197,15 @@
4878                         cell-index = <1>;
4879                         device_type = "serial";
4880                         compatible = "ns16550";
4881 -                       reg = <4600 100>;
4882 +                       reg = <0x4600 0x100>;
4883                         clock-frequency = <0>;
4884 -                       interrupts = <2a 2>;
4885 +                       interrupts = <42 2>;
4886                         interrupt-parent = <&mpic>;
4887                 };
4888  
4889                 global-utilities@e0000 {        //global utilities block
4890                         compatible = "fsl,mpc8548-guts";
4891 -                       reg = <e0000 1000>;
4892 +                       reg = <0xe0000 0x1000>;
4893                         fsl,has-rstcr;
4894                 };
4895  
4896 @@ -173,7 +214,7 @@
4897                         interrupt-controller;
4898                         #address-cells = <0>;
4899                         #interrupt-cells = <2>;
4900 -                       reg = <40000 40000>;
4901 +                       reg = <0x40000 0x40000>;
4902                         compatible = "chrp,open-pic";
4903                         device_type = "open-pic";
4904                         big-endian;
4905 @@ -184,32 +225,32 @@
4906                 cell-index = <0>;
4907                 compatible = "fsl,mpc8540-pci";
4908                 device_type = "pci";
4909 -               interrupt-map-mask = <f800 0 0 7>;
4910 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4911                 interrupt-map = <
4912  
4913                         /* IDSEL 0x11 J17 Slot 1 */
4914 -                       8800 0 0 1 &mpic 2 1
4915 -                       8800 0 0 2 &mpic 3 1
4916 -                       8800 0 0 3 &mpic 4 1
4917 -                       8800 0 0 4 &mpic 1 1
4918 +                       0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
4919 +                       0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
4920 +                       0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
4921 +                       0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
4922  
4923                         /* IDSEL 0x12 J16 Slot 2 */
4924  
4925 -                       9000 0 0 1 &mpic 3 1
4926 -                       9000 0 0 2 &mpic 4 1
4927 -                       9000 0 0 3 &mpic 2 1
4928 -                       9000 0 0 4 &mpic 1 1>;
4929 +                       0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
4930 +                       0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
4931 +                       0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
4932 +                       0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
4933  
4934                 interrupt-parent = <&mpic>;
4935 -               interrupts = <18 2>;
4936 -               bus-range = <0 ff>;
4937 -               ranges = <02000000 0 c0000000 c0000000 0 20000000
4938 -                         01000000 0 00000000 e1000000 0 00010000>;
4939 -               clock-frequency = <3f940aa>;
4940 +               interrupts = <24 2>;
4941 +               bus-range = <0 255>;
4942 +               ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
4943 +                         0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
4944 +               clock-frequency = <66666666>;
4945                 #interrupt-cells = <1>;
4946                 #size-cells = <2>;
4947                 #address-cells = <3>;
4948 -               reg = <e0008000 1000>;
4949 +               reg = <0xe0008000 0x1000>;
4950         };
4951  
4952         pci1: pcie@e0009000 {
4953 @@ -219,33 +260,33 @@
4954                 #interrupt-cells = <1>;
4955                 #size-cells = <2>;
4956                 #address-cells = <3>;
4957 -               reg = <e0009000 1000>;
4958 -               bus-range = <0 ff>;
4959 -               ranges = <02000000 0 80000000 80000000 0 20000000
4960 -                         01000000 0 00000000 e1010000 0 00010000>;
4961 -               clock-frequency = <1fca055>;
4962 +               reg = <0xe0009000 0x1000>;
4963 +               bus-range = <0 255>;
4964 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4965 +                         0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
4966 +               clock-frequency = <33333333>;
4967                 interrupt-parent = <&mpic>;
4968 -               interrupts = <1a 2>;
4969 -               interrupt-map-mask = <f800 0 0 7>;
4970 +               interrupts = <26 2>;
4971 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4972                 interrupt-map = <
4973                         /* IDSEL 0x0 */
4974 -                       0000 0 0 1 &mpic 4 1
4975 -                       0000 0 0 2 &mpic 5 1
4976 -                       0000 0 0 3 &mpic 6 1
4977 -                       0000 0 0 4 &mpic 7 1
4978 +                       0000 0x0 0x0 0x1 &mpic 0x4 0x1
4979 +                       0000 0x0 0x0 0x2 &mpic 0x5 0x1
4980 +                       0000 0x0 0x0 0x3 &mpic 0x6 0x1
4981 +                       0000 0x0 0x0 0x4 &mpic 0x7 0x1
4982                         >;
4983                 pcie@0 {
4984 -                       reg = <0 0 0 0 0>;
4985 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
4986                         #size-cells = <2>;
4987                         #address-cells = <3>;
4988                         device_type = "pci";
4989 -                       ranges = <02000000 0 80000000
4990 -                                 02000000 0 80000000
4991 -                                 0 20000000
4992 -
4993 -                                 01000000 0 00000000
4994 -                                 01000000 0 00000000
4995 -                                 0 00010000>;
4996 +                       ranges = <0x2000000 0x0 0x80000000
4997 +                                 0x2000000 0x0 0x80000000
4998 +                                 0x0 0x20000000
4999 +
5000 +                                 0x1000000 0x0 0x0
5001 +                                 0x1000000 0x0 0x0
5002 +                                 0x0 0x10000>;
5003                 };
5004         };
5005  
5006 @@ -256,33 +297,33 @@
5007                 #interrupt-cells = <1>;
5008                 #size-cells = <2>;
5009                 #address-cells = <3>;
5010 -               reg = <e000a000 1000>;
5011 -               bus-range = <0 ff>;
5012 -               ranges = <02000000 0 a0000000 a0000000 0 10000000
5013 -                         01000000 0 00000000 e1020000 0 00010000>;
5014 -               clock-frequency = <1fca055>;
5015 +               reg = <0xe000a000 0x1000>;
5016 +               bus-range = <0 255>;
5017 +               ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
5018 +                         0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
5019 +               clock-frequency = <33333333>;
5020                 interrupt-parent = <&mpic>;
5021 -               interrupts = <19 2>;
5022 -               interrupt-map-mask = <f800 0 0 7>;
5023 +               interrupts = <25 2>;
5024 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5025                 interrupt-map = <
5026                         /* IDSEL 0x0 */
5027 -                       0000 0 0 1 &mpic 0 1
5028 -                       0000 0 0 2 &mpic 1 1
5029 -                       0000 0 0 3 &mpic 2 1
5030 -                       0000 0 0 4 &mpic 3 1
5031 +                       0000 0x0 0x0 0x1 &mpic 0x0 0x1
5032 +                       0000 0x0 0x0 0x2 &mpic 0x1 0x1
5033 +                       0000 0x0 0x0 0x3 &mpic 0x2 0x1
5034 +                       0000 0x0 0x0 0x4 &mpic 0x3 0x1
5035                         >;
5036                 pcie@0 {
5037 -                       reg = <0 0 0 0 0>;
5038 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
5039                         #size-cells = <2>;
5040                         #address-cells = <3>;
5041                         device_type = "pci";
5042 -                       ranges = <02000000 0 a0000000
5043 -                                 02000000 0 a0000000
5044 -                                 0 10000000
5045 -
5046 -                                 01000000 0 00000000
5047 -                                 01000000 0 00000000
5048 -                                 0 00010000>;
5049 +                       ranges = <0x2000000 0x0 0xa0000000
5050 +                                 0x2000000 0x0 0xa0000000
5051 +                                 0x0 0x10000000
5052 +
5053 +                                 0x1000000 0x0 0x0
5054 +                                 0x1000000 0x0 0x0
5055 +                                 0x0 0x10000>;
5056                 };
5057         };
5058  
5059 @@ -293,72 +334,72 @@
5060                 #interrupt-cells = <1>;
5061                 #size-cells = <2>;
5062                 #address-cells = <3>;
5063 -               reg = <e000b000 1000>;
5064 -               bus-range = <0 ff>;
5065 -               ranges = <02000000 0 b0000000 b0000000 0 00100000
5066 -                         01000000 0 00000000 b0100000 0 00100000>;
5067 -               clock-frequency = <1fca055>;
5068 +               reg = <0xe000b000 0x1000>;
5069 +               bus-range = <0 255>;
5070 +               ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
5071 +                         0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
5072 +               clock-frequency = <33333333>;
5073                 interrupt-parent = <&mpic>;
5074 -               interrupts = <1b 2>;
5075 -               interrupt-map-mask = <ff00 0 0 1>;
5076 +               interrupts = <27 2>;
5077 +               interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
5078                 interrupt-map = <
5079                         // IDSEL 0x1c  USB
5080 -                       e000 0 0 1 &i8259 c 2
5081 -                       e100 0 0 2 &i8259 9 2
5082 -                       e200 0 0 3 &i8259 a 2
5083 -                       e300 0 0 4 &i8259 b 2
5084 +                       0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
5085 +                       0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
5086 +                       0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
5087 +                       0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
5088  
5089                         // IDSEL 0x1d  Audio
5090 -                       e800 0 0 1 &i8259 6 2
5091 +                       0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
5092  
5093                         // IDSEL 0x1e Legacy
5094 -                       f000 0 0 1 &i8259 7 2
5095 -                       f100 0 0 1 &i8259 7 2
5096 +                       0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
5097 +                       0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
5098  
5099                         // IDSEL 0x1f IDE/SATA
5100 -                       f800 0 0 1 &i8259 e 2
5101 -                       f900 0 0 1 &i8259 5 2
5102 +                       0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
5103 +                       0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
5104                 >;
5105  
5106                 pcie@0 {
5107 -                       reg = <0 0 0 0 0>;
5108 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
5109                         #size-cells = <2>;
5110                         #address-cells = <3>;
5111                         device_type = "pci";
5112 -                       ranges = <02000000 0 b0000000
5113 -                                 02000000 0 b0000000
5114 -                                 0 00100000
5115 -
5116 -                                 01000000 0 00000000
5117 -                                 01000000 0 00000000
5118 -                                 0 00100000>;
5119 +                       ranges = <0x2000000 0x0 0xb0000000
5120 +                                 0x2000000 0x0 0xb0000000
5121 +                                 0x0 0x100000
5122 +
5123 +                                 0x1000000 0x0 0x0
5124 +                                 0x1000000 0x0 0x0
5125 +                                 0x0 0x100000>;
5126  
5127                         uli1575@0 {
5128 -                               reg = <0 0 0 0 0>;
5129 +                               reg = <0x0 0x0 0x0 0x0 0x0>;
5130                                 #size-cells = <2>;
5131                                 #address-cells = <3>;
5132 -                               ranges = <02000000 0 b0000000
5133 -                                         02000000 0 b0000000
5134 -                                         0 00100000
5135 -
5136 -                                         01000000 0 00000000
5137 -                                         01000000 0 00000000
5138 -                                         0 00100000>;
5139 +                               ranges = <0x2000000 0x0 0xb0000000
5140 +                                         0x2000000 0x0 0xb0000000
5141 +                                         0x0 0x100000
5142 +
5143 +                                         0x1000000 0x0 0x0
5144 +                                         0x1000000 0x0 0x0
5145 +                                         0x0 0x100000>;
5146                                 isa@1e {
5147                                         device_type = "isa";
5148                                         #interrupt-cells = <2>;
5149                                         #size-cells = <1>;
5150                                         #address-cells = <2>;
5151 -                                       reg = <f000 0 0 0 0>;
5152 -                                       ranges = <1 0
5153 -                                                 01000000 0 0
5154 -                                                 00001000>;
5155 +                                       reg = <0xf000 0x0 0x0 0x0 0x0>;
5156 +                                       ranges = <0x1 0x0
5157 +                                                 0x1000000 0x0 0x0
5158 +                                                 0x1000>;
5159                                         interrupt-parent = <&i8259>;
5160  
5161                                         i8259: interrupt-controller@20 {
5162 -                                               reg = <1 20 2
5163 -                                                      1 a0 2
5164 -                                                      1 4d0 2>;
5165 +                                               reg = <0x1 0x20 0x2
5166 +                                                      0x1 0xa0 0x2
5167 +                                                      0x1 0x4d0 0x2>;
5168                                                 interrupt-controller;
5169                                                 device_type = "interrupt-controller";
5170                                                 #address-cells = <0>;
5171 @@ -371,28 +412,28 @@
5172                                         i8042@60 {
5173                                                 #size-cells = <0>;
5174                                                 #address-cells = <1>;
5175 -                                               reg = <1 60 1 1 64 1>;
5176 -                                               interrupts = <1 3 c 3>;
5177 +                                               reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
5178 +                                               interrupts = <1 3 12 3>;
5179                                                 interrupt-parent = <&i8259>;
5180  
5181                                                 keyboard@0 {
5182 -                                                       reg = <0>;
5183 +                                                       reg = <0x0>;
5184                                                         compatible = "pnpPNP,303";
5185                                                 };
5186  
5187                                                 mouse@1 {
5188 -                                                       reg = <1>;
5189 +                                                       reg = <0x1>;
5190                                                         compatible = "pnpPNP,f03";
5191                                                 };
5192                                         };
5193  
5194                                         rtc@70 {
5195                                                 compatible = "pnpPNP,b00";
5196 -                                               reg = <1 70 2>;
5197 +                                               reg = <0x1 0x70 0x2>;
5198                                         };
5199  
5200                                         gpio@400 {
5201 -                                               reg = <1 400 80>;
5202 +                                               reg = <0x1 0x400 0x80>;
5203                                         };
5204                                 };
5205                         };
5206 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8548cds.dts powerpc.git/arch/powerpc/boot/dts/mpc8548cds.dts
5207 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8548cds.dts       2008-04-11 22:32:29.000000000 +0200
5208 +++ powerpc.git/arch/powerpc/boot/dts/mpc8548cds.dts    2008-04-19 16:40:52.000000000 +0200
5209 @@ -1,7 +1,7 @@
5210  /*
5211   * MPC8548 CDS Device Tree Source
5212   *
5213 - * Copyright 2006 Freescale Semiconductor Inc.
5214 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
5215   *
5216   * This program is free software; you can redistribute  it and/or modify it
5217   * under  the terms of  the GNU General  Public License as published by the
5218 @@ -9,6 +9,7 @@
5219   * option) any later version.
5220   */
5221  
5222 +/dts-v1/;
5223  
5224  / {
5225         model = "MPC8548CDS";
5226 @@ -36,11 +37,11 @@
5227  
5228                 PowerPC,8548@0 {
5229                         device_type = "cpu";
5230 -                       reg = <0>;
5231 -                       d-cache-line-size = <20>;       // 32 bytes
5232 -                       i-cache-line-size = <20>;       // 32 bytes
5233 -                       d-cache-size = <8000>;          // L1, 32K
5234 -                       i-cache-size = <8000>;          // L1, 32K
5235 +                       reg = <0x0>;
5236 +                       d-cache-line-size = <32>;       // 32 bytes
5237 +                       i-cache-line-size = <32>;       // 32 bytes
5238 +                       d-cache-size = <0x8000>;                // L1, 32K
5239 +                       i-cache-size = <0x8000>;                // L1, 32K
5240                         timebase-frequency = <0>;       //  33 MHz, from uboot
5241                         bus-frequency = <0>;    // 166 MHz
5242                         clock-frequency = <0>;  // 825 MHz, from uboot
5243 @@ -49,31 +50,31 @@
5244  
5245         memory {
5246                 device_type = "memory";
5247 -               reg = <00000000 08000000>;      // 128M at 0x0
5248 +               reg = <0x0 0x8000000>;  // 128M at 0x0
5249         };
5250  
5251         soc8548@e0000000 {
5252                 #address-cells = <1>;
5253                 #size-cells = <1>;
5254                 device_type = "soc";
5255 -               ranges = <00000000 e0000000 00100000>;
5256 -               reg = <e0000000 00001000>;      // CCSRBAR
5257 +               ranges = <0x0 0xe0000000 0x100000>;
5258 +               reg = <0xe0000000 0x1000>;      // CCSRBAR
5259                 bus-frequency = <0>;
5260  
5261                 memory-controller@2000 {
5262                         compatible = "fsl,8548-memory-controller";
5263 -                       reg = <2000 1000>;
5264 +                       reg = <0x2000 0x1000>;
5265                         interrupt-parent = <&mpic>;
5266 -                       interrupts = <12 2>;
5267 +                       interrupts = <18 2>;
5268                 };
5269  
5270                 l2-cache-controller@20000 {
5271                         compatible = "fsl,8548-l2-cache-controller";
5272 -                       reg = <20000 1000>;
5273 -                       cache-line-size = <20>; // 32 bytes
5274 -                       cache-size = <80000>;   // L2, 512K
5275 +                       reg = <0x20000 0x1000>;
5276 +                       cache-line-size = <32>; // 32 bytes
5277 +                       cache-size = <0x80000>; // L2, 512K
5278                         interrupt-parent = <&mpic>;
5279 -                       interrupts = <10 2>;
5280 +                       interrupts = <16 2>;
5281                 };
5282  
5283                 i2c@3000 {
5284 @@ -81,8 +82,8 @@
5285                         #size-cells = <0>;
5286                         cell-index = <0>;
5287                         compatible = "fsl-i2c";
5288 -                       reg = <3000 100>;
5289 -                       interrupts = <2b 2>;
5290 +                       reg = <0x3000 0x100>;
5291 +                       interrupts = <43 2>;
5292                         interrupt-parent = <&mpic>;
5293                         dfsrr;
5294                 };
5295 @@ -92,8 +93,8 @@
5296                         #size-cells = <0>;
5297                         cell-index = <1>;
5298                         compatible = "fsl-i2c";
5299 -                       reg = <3100 100>;
5300 -                       interrupts = <2b 2>;
5301 +                       reg = <0x3100 0x100>;
5302 +                       interrupts = <43 2>;
5303                         interrupt-parent = <&mpic>;
5304                         dfsrr;
5305                 };
5306 @@ -102,30 +103,30 @@
5307                         #address-cells = <1>;
5308                         #size-cells = <0>;
5309                         compatible = "fsl,gianfar-mdio";
5310 -                       reg = <24520 20>;
5311 +                       reg = <0x24520 0x20>;
5312  
5313                         phy0: ethernet-phy@0 {
5314                                 interrupt-parent = <&mpic>;
5315                                 interrupts = <5 1>;
5316 -                               reg = <0>;
5317 +                               reg = <0x0>;
5318                                 device_type = "ethernet-phy";
5319                         };
5320                         phy1: ethernet-phy@1 {
5321                                 interrupt-parent = <&mpic>;
5322                                 interrupts = <5 1>;
5323 -                               reg = <1>;
5324 +                               reg = <0x1>;
5325                                 device_type = "ethernet-phy";
5326                         };
5327                         phy2: ethernet-phy@2 {
5328                                 interrupt-parent = <&mpic>;
5329                                 interrupts = <5 1>;
5330 -                               reg = <2>;
5331 +                               reg = <0x2>;
5332                                 device_type = "ethernet-phy";
5333                         };
5334                         phy3: ethernet-phy@3 {
5335                                 interrupt-parent = <&mpic>;
5336                                 interrupts = <5 1>;
5337 -                               reg = <3>;
5338 +                               reg = <0x3>;
5339                                 device_type = "ethernet-phy";
5340                         };
5341                 };
5342 @@ -135,9 +136,9 @@
5343                         device_type = "network";
5344                         model = "eTSEC";
5345                         compatible = "gianfar";
5346 -                       reg = <24000 1000>;
5347 +                       reg = <0x24000 0x1000>;
5348                         local-mac-address = [ 00 00 00 00 00 00 ];
5349 -                       interrupts = <1d 2 1e 2 22 2>;
5350 +                       interrupts = <29 2 30 2 34 2>;
5351                         interrupt-parent = <&mpic>;
5352                         phy-handle = <&phy0>;
5353                 };
5354 @@ -147,9 +148,9 @@
5355                         device_type = "network";
5356                         model = "eTSEC";
5357                         compatible = "gianfar";
5358 -                       reg = <25000 1000>;
5359 +                       reg = <0x25000 0x1000>;
5360                         local-mac-address = [ 00 00 00 00 00 00 ];
5361 -                       interrupts = <23 2 24 2 28 2>;
5362 +                       interrupts = <35 2 36 2 40 2>;
5363                         interrupt-parent = <&mpic>;
5364                         phy-handle = <&phy1>;
5365                 };
5366 @@ -160,9 +161,9 @@
5367                         device_type = "network";
5368                         model = "eTSEC";
5369                         compatible = "gianfar";
5370 -                       reg = <26000 1000>;
5371 +                       reg = <0x26000 0x1000>;
5372                         local-mac-address = [ 00 00 00 00 00 00 ];
5373 -                       interrupts = <1f 2 20 2 21 2>;
5374 +                       interrupts = <31 2 32 2 33 2>;
5375                         interrupt-parent = <&mpic>;
5376                         phy-handle = <&phy2>;
5377                 };
5378 @@ -172,9 +173,9 @@
5379                         device_type = "network";
5380                         model = "eTSEC";
5381                         compatible = "gianfar";
5382 -                       reg = <27000 1000>;
5383 +                       reg = <0x27000 0x1000>;
5384                         local-mac-address = [ 00 00 00 00 00 00 ];
5385 -                       interrupts = <25 2 26 2 27 2>;
5386 +                       interrupts = <37 2 38 2 39 2>;
5387                         interrupt-parent = <&mpic>;
5388                         phy-handle = <&phy3>;
5389                 };
5390 @@ -184,9 +185,9 @@
5391                         cell-index = <0>;
5392                         device_type = "serial";
5393                         compatible = "ns16550";
5394 -                       reg = <4500 100>;       // reg base, size
5395 +                       reg = <0x4500 0x100>;   // reg base, size
5396                         clock-frequency = <0>;  // should we fill in in uboot?
5397 -                       interrupts = <2a 2>;
5398 +                       interrupts = <42 2>;
5399                         interrupt-parent = <&mpic>;
5400                 };
5401  
5402 @@ -194,15 +195,15 @@
5403                         cell-index = <1>;
5404                         device_type = "serial";
5405                         compatible = "ns16550";
5406 -                       reg = <4600 100>;       // reg base, size
5407 +                       reg = <0x4600 0x100>;   // reg base, size
5408                         clock-frequency = <0>;  // should we fill in in uboot?
5409 -                       interrupts = <2a 2>;
5410 +                       interrupts = <42 2>;
5411                         interrupt-parent = <&mpic>;
5412                 };
5413  
5414                 global-utilities@e0000 {        //global utilities reg
5415                         compatible = "fsl,mpc8548-guts";
5416 -                       reg = <e0000 1000>;
5417 +                       reg = <0xe0000 0x1000>;
5418                         fsl,has-rstcr;
5419                 };
5420  
5421 @@ -211,7 +212,7 @@
5422                         interrupt-controller;
5423                         #address-cells = <0>;
5424                         #interrupt-cells = <2>;
5425 -                       reg = <40000 40000>;
5426 +                       reg = <0x40000 0x40000>;
5427                         compatible = "chrp,open-pic";
5428                         device_type = "open-pic";
5429                          big-endian;
5430 @@ -220,139 +221,139 @@
5431  
5432         pci0: pci@e0008000 {
5433                 cell-index = <0>;
5434 -               interrupt-map-mask = <f800 0 0 7>;
5435 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5436                 interrupt-map = <
5437                         /* IDSEL 0x4 (PCIX Slot 2) */
5438 -                       02000 0 0 1 &mpic 0 1
5439 -                       02000 0 0 2 &mpic 1 1
5440 -                       02000 0 0 3 &mpic 2 1
5441 -                       02000 0 0 4 &mpic 3 1
5442 +                       0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
5443 +                       0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
5444 +                       0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
5445 +                       0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
5446  
5447                         /* IDSEL 0x5 (PCIX Slot 3) */
5448 -                       02800 0 0 1 &mpic 1 1
5449 -                       02800 0 0 2 &mpic 2 1
5450 -                       02800 0 0 3 &mpic 3 1
5451 -                       02800 0 0 4 &mpic 0 1
5452 +                       0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
5453 +                       0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
5454 +                       0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
5455 +                       0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
5456  
5457                         /* IDSEL 0x6 (PCIX Slot 4) */
5458 -                       03000 0 0 1 &mpic 2 1
5459 -                       03000 0 0 2 &mpic 3 1
5460 -                       03000 0 0 3 &mpic 0 1
5461 -                       03000 0 0 4 &mpic 1 1
5462 +                       0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
5463 +                       0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
5464 +                       0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
5465 +                       0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
5466  
5467                         /* IDSEL 0x8 (PCIX Slot 5) */
5468 -                       04000 0 0 1 &mpic 0 1
5469 -                       04000 0 0 2 &mpic 1 1
5470 -                       04000 0 0 3 &mpic 2 1
5471 -                       04000 0 0 4 &mpic 3 1
5472 +                       0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
5473 +                       0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
5474 +                       0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
5475 +                       0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
5476  
5477                         /* IDSEL 0xC (Tsi310 bridge) */
5478 -                       06000 0 0 1 &mpic 0 1
5479 -                       06000 0 0 2 &mpic 1 1
5480 -                       06000 0 0 3 &mpic 2 1
5481 -                       06000 0 0 4 &mpic 3 1
5482 +                       0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
5483 +                       0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
5484 +                       0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
5485 +                       0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
5486  
5487                         /* IDSEL 0x14 (Slot 2) */
5488 -                       0a000 0 0 1 &mpic 0 1
5489 -                       0a000 0 0 2 &mpic 1 1
5490 -                       0a000 0 0 3 &mpic 2 1
5491 -                       0a000 0 0 4 &mpic 3 1
5492 +                       0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
5493 +                       0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
5494 +                       0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
5495 +                       0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
5496  
5497                         /* IDSEL 0x15 (Slot 3) */
5498 -                       0a800 0 0 1 &mpic 1 1
5499 -                       0a800 0 0 2 &mpic 2 1
5500 -                       0a800 0 0 3 &mpic 3 1
5501 -                       0a800 0 0 4 &mpic 0 1
5502 +                       0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
5503 +                       0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
5504 +                       0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
5505 +                       0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
5506  
5507                         /* IDSEL 0x16 (Slot 4) */
5508 -                       0b000 0 0 1 &mpic 2 1
5509 -                       0b000 0 0 2 &mpic 3 1
5510 -                       0b000 0 0 3 &mpic 0 1
5511 -                       0b000 0 0 4 &mpic 1 1
5512 +                       0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
5513 +                       0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
5514 +                       0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
5515 +                       0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
5516  
5517                         /* IDSEL 0x18 (Slot 5) */
5518 -                       0c000 0 0 1 &mpic 0 1
5519 -                       0c000 0 0 2 &mpic 1 1
5520 -                       0c000 0 0 3 &mpic 2 1
5521 -                       0c000 0 0 4 &mpic 3 1
5522 +                       0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
5523 +                       0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
5524 +                       0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
5525 +                       0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
5526  
5527                         /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
5528 -                       0E000 0 0 1 &mpic 0 1
5529 -                       0E000 0 0 2 &mpic 1 1
5530 -                       0E000 0 0 3 &mpic 2 1
5531 -                       0E000 0 0 4 &mpic 3 1>;
5532 +                       0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
5533 +                       0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
5534 +                       0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
5535 +                       0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5536  
5537                 interrupt-parent = <&mpic>;
5538 -               interrupts = <18 2>;
5539 +               interrupts = <24 2>;
5540                 bus-range = <0 0>;
5541 -               ranges = <02000000 0 80000000 80000000 0 10000000
5542 -                         01000000 0 00000000 e2000000 0 00800000>;
5543 -               clock-frequency = <3f940aa>;
5544 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
5545 +                         0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
5546 +               clock-frequency = <66666666>;
5547                 #interrupt-cells = <1>;
5548                 #size-cells = <2>;
5549                 #address-cells = <3>;
5550 -               reg = <e0008000 1000>;
5551 +               reg = <0xe0008000 0x1000>;
5552                 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
5553                 device_type = "pci";
5554  
5555                 pci_bridge@1c {
5556 -                       interrupt-map-mask = <f800 0 0 7>;
5557 +                       interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5558                         interrupt-map = <
5559  
5560                                 /* IDSEL 0x00 (PrPMC Site) */
5561 -                               0000 0 0 1 &mpic 0 1
5562 -                               0000 0 0 2 &mpic 1 1
5563 -                               0000 0 0 3 &mpic 2 1
5564 -                               0000 0 0 4 &mpic 3 1
5565 +                               0000 0x0 0x0 0x1 &mpic 0x0 0x1
5566 +                               0000 0x0 0x0 0x2 &mpic 0x1 0x1
5567 +                               0000 0x0 0x0 0x3 &mpic 0x2 0x1
5568 +                               0000 0x0 0x0 0x4 &mpic 0x3 0x1
5569  
5570                                 /* IDSEL 0x04 (VIA chip) */
5571 -                               2000 0 0 1 &mpic 0 1
5572 -                               2000 0 0 2 &mpic 1 1
5573 -                               2000 0 0 3 &mpic 2 1
5574 -                               2000 0 0 4 &mpic 3 1
5575 +                               0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
5576 +                               0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
5577 +                               0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
5578 +                               0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
5579  
5580                                 /* IDSEL 0x05 (8139) */
5581 -                               2800 0 0 1 &mpic 1 1
5582 +                               0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
5583  
5584                                 /* IDSEL 0x06 (Slot 6) */
5585 -                               3000 0 0 1 &mpic 2 1
5586 -                               3000 0 0 2 &mpic 3 1
5587 -                               3000 0 0 3 &mpic 0 1
5588 -                               3000 0 0 4 &mpic 1 1
5589 +                               0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
5590 +                               0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
5591 +                               0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
5592 +                               0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
5593  
5594                                 /* IDESL 0x07 (Slot 7) */
5595 -                               3800 0 0 1 &mpic 3 1
5596 -                               3800 0 0 2 &mpic 0 1
5597 -                               3800 0 0 3 &mpic 1 1
5598 -                               3800 0 0 4 &mpic 2 1>;
5599 +                               0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
5600 +                               0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
5601 +                               0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
5602 +                               0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
5603  
5604 -                       reg = <e000 0 0 0 0>;
5605 +                       reg = <0xe000 0x0 0x0 0x0 0x0>;
5606                         #interrupt-cells = <1>;
5607                         #size-cells = <2>;
5608                         #address-cells = <3>;
5609 -                       ranges = <02000000 0 80000000
5610 -                                 02000000 0 80000000
5611 -                                 0 20000000
5612 -                                 01000000 0 00000000
5613 -                                 01000000 0 00000000
5614 -                                 0 00080000>;
5615 -                       clock-frequency = <1fca055>;
5616 +                       ranges = <0x2000000 0x0 0x80000000
5617 +                                 0x2000000 0x0 0x80000000
5618 +                                 0x0 0x20000000
5619 +                                 0x1000000 0x0 0x0
5620 +                                 0x1000000 0x0 0x0
5621 +                                 0x0 0x80000>;
5622 +                       clock-frequency = <33333333>;
5623  
5624                         isa@4 {
5625                                 device_type = "isa";
5626                                 #interrupt-cells = <2>;
5627                                 #size-cells = <1>;
5628                                 #address-cells = <2>;
5629 -                               reg = <2000 0 0 0 0>;
5630 -                               ranges = <1 0 01000000 0 0 00001000>;
5631 +                               reg = <0x2000 0x0 0x0 0x0 0x0>;
5632 +                               ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
5633                                 interrupt-parent = <&i8259>;
5634  
5635                                 i8259: interrupt-controller@20 {
5636                                         interrupt-controller;
5637                                         device_type = "interrupt-controller";
5638 -                                       reg = <1 20 2
5639 -                                              1 a0 2
5640 -                                              1 4d0 2>;
5641 +                                       reg = <0x1 0x20 0x2
5642 +                                              0x1 0xa0 0x2
5643 +                                              0x1 0x4d0 0x2>;
5644                                         #address-cells = <0>;
5645                                         #interrupt-cells = <2>;
5646                                         compatible = "chrp,iic";
5647 @@ -362,7 +363,7 @@
5648  
5649                                 rtc@70 {
5650                                         compatible = "pnpPNP,b00";
5651 -                                       reg = <1 70 2>;
5652 +                                       reg = <0x1 0x70 0x2>;
5653                                 };
5654                         };
5655                 };
5656 @@ -370,64 +371,64 @@
5657  
5658         pci1: pci@e0009000 {
5659                 cell-index = <1>;
5660 -               interrupt-map-mask = <f800 0 0 7>;
5661 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5662                 interrupt-map = <
5663  
5664                         /* IDSEL 0x15 */
5665 -                       a800 0 0 1 &mpic b 1
5666 -                       a800 0 0 2 &mpic 1 1
5667 -                       a800 0 0 3 &mpic 2 1
5668 -                       a800 0 0 4 &mpic 3 1>;
5669 +                       0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
5670 +                       0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
5671 +                       0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
5672 +                       0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
5673  
5674                 interrupt-parent = <&mpic>;
5675 -               interrupts = <19 2>;
5676 +               interrupts = <25 2>;
5677                 bus-range = <0 0>;
5678 -               ranges = <02000000 0 90000000 90000000 0 10000000
5679 -                         01000000 0 00000000 e2800000 0 00800000>;
5680 -               clock-frequency = <3f940aa>;
5681 +               ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
5682 +                         0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
5683 +               clock-frequency = <66666666>;
5684                 #interrupt-cells = <1>;
5685                 #size-cells = <2>;
5686                 #address-cells = <3>;
5687 -               reg = <e0009000 1000>;
5688 +               reg = <0xe0009000 0x1000>;
5689                 compatible = "fsl,mpc8540-pci";
5690                 device_type = "pci";
5691         };
5692  
5693         pci2: pcie@e000a000 {
5694                 cell-index = <2>;
5695 -               interrupt-map-mask = <f800 0 0 7>;
5696 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5697                 interrupt-map = <
5698  
5699                         /* IDSEL 0x0 (PEX) */
5700 -                       00000 0 0 1 &mpic 0 1
5701 -                       00000 0 0 2 &mpic 1 1
5702 -                       00000 0 0 3 &mpic 2 1
5703 -                       00000 0 0 4 &mpic 3 1>;
5704 +                       00000 0x0 0x0 0x1 &mpic 0x0 0x1
5705 +                       00000 0x0 0x0 0x2 &mpic 0x1 0x1
5706 +                       00000 0x0 0x0 0x3 &mpic 0x2 0x1
5707 +                       00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5708  
5709                 interrupt-parent = <&mpic>;
5710 -               interrupts = <1a 2>;
5711 -               bus-range = <0 ff>;
5712 -               ranges = <02000000 0 a0000000 a0000000 0 20000000
5713 -                         01000000 0 00000000 e3000000 0 08000000>;
5714 -               clock-frequency = <1fca055>;
5715 +               interrupts = <26 2>;
5716 +               bus-range = <0 255>;
5717 +               ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
5718 +                         0x1000000 0x0 0x0 0xe3000000 0x0 0x8000000>;
5719 +               clock-frequency = <33333333>;
5720                 #interrupt-cells = <1>;
5721                 #size-cells = <2>;
5722                 #address-cells = <3>;
5723 -               reg = <e000a000 1000>;
5724 +               reg = <0xe000a000 0x1000>;
5725                 compatible = "fsl,mpc8548-pcie";
5726                 device_type = "pci";
5727                 pcie@0 {
5728 -                       reg = <0 0 0 0 0>;
5729 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
5730                         #size-cells = <2>;
5731                         #address-cells = <3>;
5732                         device_type = "pci";
5733 -                       ranges = <02000000 0 a0000000
5734 -                                 02000000 0 a0000000
5735 -                                 0 20000000
5736 -
5737 -                                 01000000 0 00000000
5738 -                                 01000000 0 00000000
5739 -                                 0 08000000>;
5740 +                       ranges = <0x2000000 0x0 0xa0000000
5741 +                                 0x2000000 0x0 0xa0000000
5742 +                                 0x0 0x20000000
5743 +
5744 +                                 0x1000000 0x0 0x0
5745 +                                 0x1000000 0x0 0x0
5746 +                                 0x0 0x8000000>;
5747                 };
5748         };
5749  };
5750 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8555cds.dts powerpc.git/arch/powerpc/boot/dts/mpc8555cds.dts
5751 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8555cds.dts       2008-04-11 22:32:29.000000000 +0200
5752 +++ powerpc.git/arch/powerpc/boot/dts/mpc8555cds.dts    2008-04-19 16:40:52.000000000 +0200
5753 @@ -1,7 +1,7 @@
5754  /*
5755   * MPC8555 CDS Device Tree Source
5756   *
5757 - * Copyright 2006 Freescale Semiconductor Inc.
5758 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
5759   *
5760   * This program is free software; you can redistribute  it and/or modify it
5761   * under  the terms of  the GNU General  Public License as published by the
5762 @@ -9,6 +9,7 @@
5763   * option) any later version.
5764   */
5765  
5766 +/dts-v1/;
5767  
5768  / {
5769         model = "MPC8555CDS";
5770 @@ -31,11 +32,11 @@
5771  
5772                 PowerPC,8555@0 {
5773                         device_type = "cpu";
5774 -                       reg = <0>;
5775 -                       d-cache-line-size = <20>;       // 32 bytes
5776 -                       i-cache-line-size = <20>;       // 32 bytes
5777 -                       d-cache-size = <8000>;          // L1, 32K
5778 -                       i-cache-size = <8000>;          // L1, 32K
5779 +                       reg = <0x0>;
5780 +                       d-cache-line-size = <32>;       // 32 bytes
5781 +                       i-cache-line-size = <32>;       // 32 bytes
5782 +                       d-cache-size = <0x8000>;                // L1, 32K
5783 +                       i-cache-size = <0x8000>;                // L1, 32K
5784                         timebase-frequency = <0>;       //  33 MHz, from uboot
5785                         bus-frequency = <0>;    // 166 MHz
5786                         clock-frequency = <0>;  // 825 MHz, from uboot
5787 @@ -44,31 +45,31 @@
5788  
5789         memory {
5790                 device_type = "memory";
5791 -               reg = <00000000 08000000>;      // 128M at 0x0
5792 +               reg = <0x0 0x8000000>;  // 128M at 0x0
5793         };
5794  
5795         soc8555@e0000000 {
5796                 #address-cells = <1>;
5797                 #size-cells = <1>;
5798                 device_type = "soc";
5799 -               ranges = <0 e0000000 00100000>;
5800 -               reg = <e0000000 00001000>;      // CCSRBAR 1M
5801 +               ranges = <0x0 0xe0000000 0x100000>;
5802 +               reg = <0xe0000000 0x1000>;      // CCSRBAR 1M
5803                 bus-frequency = <0>;
5804  
5805                 memory-controller@2000 {
5806                         compatible = "fsl,8555-memory-controller";
5807 -                       reg = <2000 1000>;
5808 +                       reg = <0x2000 0x1000>;
5809                         interrupt-parent = <&mpic>;
5810 -                       interrupts = <12 2>;
5811 +                       interrupts = <18 2>;
5812                 };
5813  
5814                 l2-cache-controller@20000 {
5815                         compatible = "fsl,8555-l2-cache-controller";
5816 -                       reg = <20000 1000>;
5817 -                       cache-line-size = <20>; // 32 bytes
5818 -                       cache-size = <40000>;   // L2, 256K
5819 +                       reg = <0x20000 0x1000>;
5820 +                       cache-line-size = <32>; // 32 bytes
5821 +                       cache-size = <0x40000>; // L2, 256K
5822                         interrupt-parent = <&mpic>;
5823 -                       interrupts = <10 2>;
5824 +                       interrupts = <16 2>;
5825                 };
5826  
5827                 i2c@3000 {
5828 @@ -76,8 +77,8 @@
5829                         #size-cells = <0>;
5830                         cell-index = <0>;
5831                         compatible = "fsl-i2c";
5832 -                       reg = <3000 100>;
5833 -                       interrupts = <2b 2>;
5834 +                       reg = <0x3000 0x100>;
5835 +                       interrupts = <43 2>;
5836                         interrupt-parent = <&mpic>;
5837                         dfsrr;
5838                 };
5839 @@ -86,18 +87,18 @@
5840                         #address-cells = <1>;
5841                         #size-cells = <0>;
5842                         compatible = "fsl,gianfar-mdio";
5843 -                       reg = <24520 20>;
5844 +                       reg = <0x24520 0x20>;
5845  
5846                         phy0: ethernet-phy@0 {
5847                                 interrupt-parent = <&mpic>;
5848                                 interrupts = <5 1>;
5849 -                               reg = <0>;
5850 +                               reg = <0x0>;
5851                                 device_type = "ethernet-phy";
5852                         };
5853                         phy1: ethernet-phy@1 {
5854                                 interrupt-parent = <&mpic>;
5855                                 interrupts = <5 1>;
5856 -                               reg = <1>;
5857 +                               reg = <0x1>;
5858                                 device_type = "ethernet-phy";
5859                         };
5860                 };
5861 @@ -107,9 +108,9 @@
5862                         device_type = "network";
5863                         model = "TSEC";
5864                         compatible = "gianfar";
5865 -                       reg = <24000 1000>;
5866 +                       reg = <0x24000 0x1000>;
5867                         local-mac-address = [ 00 00 00 00 00 00 ];
5868 -                       interrupts = <1d 2 1e 2 22 2>;
5869 +                       interrupts = <29 2 30 2 34 2>;
5870                         interrupt-parent = <&mpic>;
5871                         phy-handle = <&phy0>;
5872                 };
5873 @@ -119,9 +120,9 @@
5874                         device_type = "network";
5875                         model = "TSEC";
5876                         compatible = "gianfar";
5877 -                       reg = <25000 1000>;
5878 +                       reg = <0x25000 0x1000>;
5879                         local-mac-address = [ 00 00 00 00 00 00 ];
5880 -                       interrupts = <23 2 24 2 28 2>;
5881 +                       interrupts = <35 2 36 2 40 2>;
5882                         interrupt-parent = <&mpic>;
5883                         phy-handle = <&phy1>;
5884                 };
5885 @@ -130,9 +131,9 @@
5886                         cell-index = <0>;
5887                         device_type = "serial";
5888                         compatible = "ns16550";
5889 -                       reg = <4500 100>;       // reg base, size
5890 +                       reg = <0x4500 0x100>;   // reg base, size
5891                         clock-frequency = <0>;  // should we fill in in uboot?
5892 -                       interrupts = <2a 2>;
5893 +                       interrupts = <42 2>;
5894                         interrupt-parent = <&mpic>;
5895                 };
5896  
5897 @@ -140,9 +141,9 @@
5898                         cell-index = <1>;
5899                         device_type = "serial";
5900                         compatible = "ns16550";
5901 -                       reg = <4600 100>;       // reg base, size
5902 +                       reg = <0x4600 0x100>;   // reg base, size
5903                         clock-frequency = <0>;  // should we fill in in uboot?
5904 -                       interrupts = <2a 2>;
5905 +                       interrupts = <42 2>;
5906                         interrupt-parent = <&mpic>;
5907                 };
5908  
5909 @@ -151,7 +152,7 @@
5910                         interrupt-controller;
5911                         #address-cells = <0>;
5912                         #interrupt-cells = <2>;
5913 -                       reg = <40000 40000>;
5914 +                       reg = <0x40000 0x40000>;
5915                         compatible = "chrp,open-pic";
5916                         device_type = "open-pic";
5917                          big-endian;
5918 @@ -161,17 +162,17 @@
5919                         #address-cells = <1>;
5920                         #size-cells = <1>;
5921                         compatible = "fsl,mpc8555-cpm", "fsl,cpm2";
5922 -                       reg = <919c0 30>;
5923 +                       reg = <0x919c0 0x30>;
5924                         ranges;
5925  
5926                         muram@80000 {
5927                                 #address-cells = <1>;
5928                                 #size-cells = <1>;
5929 -                               ranges = <0 80000 10000>;
5930 +                               ranges = <0x0 0x80000 0x10000>;
5931  
5932                                 data@0 {
5933                                         compatible = "fsl,cpm-muram-data";
5934 -                                       reg = <0 2000 9000 1000>;
5935 +                                       reg = <0x0 0x2000 0x9000 0x1000>;
5936                                 };
5937                         };
5938  
5939 @@ -179,16 +180,16 @@
5940                                 compatible = "fsl,mpc8555-brg",
5941                                              "fsl,cpm2-brg",
5942                                              "fsl,cpm-brg";
5943 -                               reg = <919f0 10 915f0 10>;
5944 +                               reg = <0x919f0 0x10 0x915f0 0x10>;
5945                         };
5946  
5947                         cpmpic: pic@90c00 {
5948                                 interrupt-controller;
5949                                 #address-cells = <0>;
5950                                 #interrupt-cells = <2>;
5951 -                               interrupts = <2e 2>;
5952 +                               interrupts = <46 2>;
5953                                 interrupt-parent = <&mpic>;
5954 -                               reg = <90c00 80>;
5955 +                               reg = <0x90c00 0x80>;
5956                                 compatible = "fsl,mpc8555-cpm-pic", "fsl,cpm2-pic";
5957                         };
5958                 };
5959 @@ -196,68 +197,68 @@
5960  
5961         pci0: pci@e0008000 {
5962                 cell-index = <0>;
5963 -               interrupt-map-mask = <1f800 0 0 7>;
5964 +               interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
5965                 interrupt-map = <
5966  
5967                         /* IDSEL 0x10 */
5968 -                       08000 0 0 1 &mpic 0 1
5969 -                       08000 0 0 2 &mpic 1 1
5970 -                       08000 0 0 3 &mpic 2 1
5971 -                       08000 0 0 4 &mpic 3 1
5972 +                       0x8000 0x0 0x0 0x1 &mpic 0x0 0x1
5973 +                       0x8000 0x0 0x0 0x2 &mpic 0x1 0x1
5974 +                       0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
5975 +                       0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
5976  
5977                         /* IDSEL 0x11 */
5978 -                       08800 0 0 1 &mpic 0 1
5979 -                       08800 0 0 2 &mpic 1 1
5980 -                       08800 0 0 3 &mpic 2 1
5981 -                       08800 0 0 4 &mpic 3 1
5982 +                       0x8800 0x0 0x0 0x1 &mpic 0x0 0x1
5983 +                       0x8800 0x0 0x0 0x2 &mpic 0x1 0x1
5984 +                       0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
5985 +                       0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
5986  
5987                         /* IDSEL 0x12 (Slot 1) */
5988 -                       09000 0 0 1 &mpic 0 1
5989 -                       09000 0 0 2 &mpic 1 1
5990 -                       09000 0 0 3 &mpic 2 1
5991 -                       09000 0 0 4 &mpic 3 1
5992 +                       0x9000 0x0 0x0 0x1 &mpic 0x0 0x1
5993 +                       0x9000 0x0 0x0 0x2 &mpic 0x1 0x1
5994 +                       0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
5995 +                       0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
5996  
5997                         /* IDSEL 0x13 (Slot 2) */
5998 -                       09800 0 0 1 &mpic 1 1
5999 -                       09800 0 0 2 &mpic 2 1
6000 -                       09800 0 0 3 &mpic 3 1
6001 -                       09800 0 0 4 &mpic 0 1
6002 +                       0x9800 0x0 0x0 0x1 &mpic 0x1 0x1
6003 +                       0x9800 0x0 0x0 0x2 &mpic 0x2 0x1
6004 +                       0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
6005 +                       0x9800 0x0 0x0 0x4 &mpic 0x0 0x1
6006  
6007                         /* IDSEL 0x14 (Slot 3) */
6008 -                       0a000 0 0 1 &mpic 2 1
6009 -                       0a000 0 0 2 &mpic 3 1
6010 -                       0a000 0 0 3 &mpic 0 1
6011 -                       0a000 0 0 4 &mpic 1 1
6012 +                       0xa000 0x0 0x0 0x1 &mpic 0x2 0x1
6013 +                       0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
6014 +                       0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
6015 +                       0xa000 0x0 0x0 0x4 &mpic 0x1 0x1
6016  
6017                         /* IDSEL 0x15 (Slot 4) */
6018 -                       0a800 0 0 1 &mpic 3 1
6019 -                       0a800 0 0 2 &mpic 0 1
6020 -                       0a800 0 0 3 &mpic 1 1
6021 -                       0a800 0 0 4 &mpic 2 1
6022 +                       0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
6023 +                       0xa800 0x0 0x0 0x2 &mpic 0x0 0x1
6024 +                       0xa800 0x0 0x0 0x3 &mpic 0x1 0x1
6025 +                       0xa800 0x0 0x0 0x4 &mpic 0x2 0x1
6026  
6027                         /* Bus 1 (Tundra Bridge) */
6028                         /* IDSEL 0x12 (ISA bridge) */
6029 -                       19000 0 0 1 &mpic 0 1
6030 -                       19000 0 0 2 &mpic 1 1
6031 -                       19000 0 0 3 &mpic 2 1
6032 -                       19000 0 0 4 &mpic 3 1>;
6033 +                       0x19000 0x0 0x0 0x1 &mpic 0x0 0x1
6034 +                       0x19000 0x0 0x0 0x2 &mpic 0x1 0x1
6035 +                       0x19000 0x0 0x0 0x3 &mpic 0x2 0x1
6036 +                       0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>;
6037                 interrupt-parent = <&mpic>;
6038 -               interrupts = <18 2>;
6039 +               interrupts = <24 2>;
6040                 bus-range = <0 0>;
6041 -               ranges = <02000000 0 80000000 80000000 0 20000000
6042 -                         01000000 0 00000000 e2000000 0 00100000>;
6043 -               clock-frequency = <3f940aa>;
6044 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6045 +                         0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
6046 +               clock-frequency = <66666666>;
6047                 #interrupt-cells = <1>;
6048                 #size-cells = <2>;
6049                 #address-cells = <3>;
6050 -               reg = <e0008000 1000>;
6051 +               reg = <0xe0008000 0x1000>;
6052                 compatible = "fsl,mpc8540-pci";
6053                 device_type = "pci";
6054  
6055                 i8259@19000 {
6056                         interrupt-controller;
6057                         device_type = "interrupt-controller";
6058 -                       reg = <19000 0 0 0 1>;
6059 +                       reg = <0x19000 0x0 0x0 0x0 0x1>;
6060                         #address-cells = <0>;
6061                         #interrupt-cells = <2>;
6062                         compatible = "chrp,iic";
6063 @@ -268,24 +269,24 @@
6064  
6065         pci1: pci@e0009000 {
6066                 cell-index = <1>;
6067 -               interrupt-map-mask = <f800 0 0 7>;
6068 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6069                 interrupt-map = <
6070  
6071                         /* IDSEL 0x15 */
6072 -                       a800 0 0 1 &mpic b 1
6073 -                       a800 0 0 2 &mpic b 1
6074 -                       a800 0 0 3 &mpic b 1
6075 -                       a800 0 0 4 &mpic b 1>;
6076 +                       0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
6077 +                       0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
6078 +                       0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
6079 +                       0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
6080                 interrupt-parent = <&mpic>;
6081 -               interrupts = <19 2>;
6082 +               interrupts = <25 2>;
6083                 bus-range = <0 0>;
6084 -               ranges = <02000000 0 a0000000 a0000000 0 20000000
6085 -                         01000000 0 00000000 e3000000 0 00100000>;
6086 -               clock-frequency = <3f940aa>;
6087 +               ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
6088 +                         0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
6089 +               clock-frequency = <66666666>;
6090                 #interrupt-cells = <1>;
6091                 #size-cells = <2>;
6092                 #address-cells = <3>;
6093 -               reg = <e0009000 1000>;
6094 +               reg = <0xe0009000 0x1000>;
6095                 compatible = "fsl,mpc8540-pci";
6096                 device_type = "pci";
6097         };
6098 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8560ads.dts powerpc.git/arch/powerpc/boot/dts/mpc8560ads.dts
6099 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8560ads.dts       2008-04-11 22:32:29.000000000 +0200
6100 +++ powerpc.git/arch/powerpc/boot/dts/mpc8560ads.dts    2008-04-19 16:40:52.000000000 +0200
6101 @@ -1,7 +1,7 @@
6102  /*
6103   * MPC8560 ADS Device Tree Source
6104   *
6105 - * Copyright 2006 Freescale Semiconductor Inc.
6106 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
6107   *
6108   * This program is free software; you can redistribute  it and/or modify it
6109   * under  the terms of  the GNU General  Public License as published by the
6110 @@ -9,6 +9,7 @@
6111   * option) any later version.
6112   */
6113  
6114 +/dts-v1/;
6115  
6116  / {
6117         model = "MPC8560ADS";
6118 @@ -32,74 +33,74 @@
6119  
6120                 PowerPC,8560@0 {
6121                         device_type = "cpu";
6122 -                       reg = <0>;
6123 -                       d-cache-line-size = <20>;       // 32 bytes
6124 -                       i-cache-line-size = <20>;       // 32 bytes
6125 -                       d-cache-size = <8000>;          // L1, 32K
6126 -                       i-cache-size = <8000>;          // L1, 32K
6127 -                       timebase-frequency = <04ead9a0>;
6128 -                       bus-frequency = <13ab6680>;
6129 -                       clock-frequency = <312c8040>;
6130 +                       reg = <0x0>;
6131 +                       d-cache-line-size = <32>;       // 32 bytes
6132 +                       i-cache-line-size = <32>;       // 32 bytes
6133 +                       d-cache-size = <0x8000>;                // L1, 32K
6134 +                       i-cache-size = <0x8000>;                // L1, 32K
6135 +                       timebase-frequency = <82500000>;
6136 +                       bus-frequency = <330000000>;
6137 +                       clock-frequency = <825000000>;
6138                 };
6139         };
6140  
6141         memory {
6142                 device_type = "memory";
6143 -               reg = <00000000 10000000>;
6144 +               reg = <0x0 0x10000000>;
6145         };
6146  
6147         soc8560@e0000000 {
6148                 #address-cells = <1>;
6149                 #size-cells = <1>;
6150                 device_type = "soc";
6151 -               ranges = <0 e0000000 00100000>;
6152 -               reg = <e0000000 00000200>;
6153 -               bus-frequency = <13ab6680>;
6154 +               ranges = <0x0 0xe0000000 0x100000>;
6155 +               reg = <0xe0000000 0x200>;
6156 +               bus-frequency = <330000000>;
6157  
6158                 memory-controller@2000 {
6159                         compatible = "fsl,8540-memory-controller";
6160 -                       reg = <2000 1000>;
6161 +                       reg = <0x2000 0x1000>;
6162                         interrupt-parent = <&mpic>;
6163 -                       interrupts = <12 2>;
6164 +                       interrupts = <18 2>;
6165                 };
6166  
6167                 l2-cache-controller@20000 {
6168                         compatible = "fsl,8540-l2-cache-controller";
6169 -                       reg = <20000 1000>;
6170 -                       cache-line-size = <20>; // 32 bytes
6171 -                       cache-size = <40000>;   // L2, 256K
6172 +                       reg = <0x20000 0x1000>;
6173 +                       cache-line-size = <32>; // 32 bytes
6174 +                       cache-size = <0x40000>; // L2, 256K
6175                         interrupt-parent = <&mpic>;
6176 -                       interrupts = <10 2>;
6177 +                       interrupts = <16 2>;
6178                 };
6179  
6180                 mdio@24520 {
6181                         #address-cells = <1>;
6182                         #size-cells = <0>;
6183                         compatible = "fsl,gianfar-mdio";
6184 -                       reg = <24520 20>;
6185 +                       reg = <0x24520 0x20>;
6186  
6187                         phy0: ethernet-phy@0 {
6188                                 interrupt-parent = <&mpic>;
6189                                 interrupts = <5 1>;
6190 -                               reg = <0>;
6191 +                               reg = <0x0>;
6192                                 device_type = "ethernet-phy";
6193                         };
6194                         phy1: ethernet-phy@1 {
6195                                 interrupt-parent = <&mpic>;
6196                                 interrupts = <5 1>;
6197 -                               reg = <1>;
6198 +                               reg = <0x1>;
6199                                 device_type = "ethernet-phy";
6200                         };
6201                         phy2: ethernet-phy@2 {
6202                                 interrupt-parent = <&mpic>;
6203                                 interrupts = <7 1>;
6204 -                               reg = <2>;
6205 +                               reg = <0x2>;
6206                                 device_type = "ethernet-phy";
6207                         };
6208                         phy3: ethernet-phy@3 {
6209                                 interrupt-parent = <&mpic>;
6210                                 interrupts = <7 1>;
6211 -                               reg = <3>;
6212 +                               reg = <0x3>;
6213                                 device_type = "ethernet-phy";
6214                         };
6215                 };
6216 @@ -109,9 +110,9 @@
6217                         device_type = "network";
6218                         model = "TSEC";
6219                         compatible = "gianfar";
6220 -                       reg = <24000 1000>;
6221 +                       reg = <0x24000 0x1000>;
6222                         local-mac-address = [ 00 00 00 00 00 00 ];
6223 -                       interrupts = <1d 2 1e 2 22 2>;
6224 +                       interrupts = <29 2 30 2 34 2>;
6225                         interrupt-parent = <&mpic>;
6226                         phy-handle = <&phy0>;
6227                 };
6228 @@ -121,9 +122,9 @@
6229                         device_type = "network";
6230                         model = "TSEC";
6231                         compatible = "gianfar";
6232 -                       reg = <25000 1000>;
6233 +                       reg = <0x25000 0x1000>;
6234                         local-mac-address = [ 00 00 00 00 00 00 ];
6235 -                       interrupts = <23 2 24 2 28 2>;
6236 +                       interrupts = <35 2 36 2 40 2>;
6237                         interrupt-parent = <&mpic>;
6238                         phy-handle = <&phy1>;
6239                 };
6240 @@ -132,7 +133,7 @@
6241                         interrupt-controller;
6242                         #address-cells = <0>;
6243                         #interrupt-cells = <2>;
6244 -                       reg = <40000 40000>;
6245 +                       reg = <0x40000 0x40000>;
6246                         device_type = "open-pic";
6247                 };
6248  
6249 @@ -140,17 +141,17 @@
6250                         #address-cells = <1>;
6251                         #size-cells = <1>;
6252                         compatible = "fsl,mpc8560-cpm", "fsl,cpm2";
6253 -                       reg = <919c0 30>;
6254 +                       reg = <0x919c0 0x30>;
6255                         ranges;
6256  
6257                         muram@80000 {
6258                                 #address-cells = <1>;
6259                                 #size-cells = <1>;
6260 -                               ranges = <0 80000 10000>;
6261 +                               ranges = <0x0 0x80000 0x10000>;
6262  
6263                                 data@0 {
6264                                         compatible = "fsl,cpm-muram-data";
6265 -                                       reg = <0 4000 9000 2000>;
6266 +                                       reg = <0x0 0x4000 0x9000 0x2000>;
6267                                 };
6268                         };
6269  
6270 @@ -158,17 +159,17 @@
6271                                 compatible = "fsl,mpc8560-brg",
6272                                              "fsl,cpm2-brg",
6273                                              "fsl,cpm-brg";
6274 -                               reg = <919f0 10 915f0 10>;
6275 -                               clock-frequency = <d#165000000>;
6276 +                               reg = <0x919f0 0x10 0x915f0 0x10>;
6277 +                               clock-frequency = <165000000>;
6278                         };
6279  
6280                         cpmpic: pic@90c00 {
6281                                 interrupt-controller;
6282                                 #address-cells = <0>;
6283                                 #interrupt-cells = <2>;
6284 -                               interrupts = <2e 2>;
6285 +                               interrupts = <46 2>;
6286                                 interrupt-parent = <&mpic>;
6287 -                               reg = <90c00 80>;
6288 +                               reg = <0x90c00 0x80>;
6289                                 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
6290                         };
6291  
6292 @@ -176,11 +177,11 @@
6293                                 device_type = "serial";
6294                                 compatible = "fsl,mpc8560-scc-uart",
6295                                              "fsl,cpm2-scc-uart";
6296 -                               reg = <91a00 20 88000 100>;
6297 +                               reg = <0x91a00 0x20 0x88000 0x100>;
6298                                 fsl,cpm-brg = <1>;
6299 -                               fsl,cpm-command = <00800000>;
6300 -                               current-speed = <1c200>;
6301 -                               interrupts = <28 8>;
6302 +                               fsl,cpm-command = <0x800000>;
6303 +                               current-speed = <115200>;
6304 +                               interrupts = <40 8>;
6305                                 interrupt-parent = <&cpmpic>;
6306                         };
6307  
6308 @@ -188,11 +189,11 @@
6309                                 device_type = "serial";
6310                                 compatible = "fsl,mpc8560-scc-uart",
6311                                              "fsl,cpm2-scc-uart";
6312 -                               reg = <91a20 20 88100 100>;
6313 +                               reg = <0x91a20 0x20 0x88100 0x100>;
6314                                 fsl,cpm-brg = <2>;
6315 -                               fsl,cpm-command = <04a00000>;
6316 -                               current-speed = <1c200>;
6317 -                               interrupts = <29 8>;
6318 +                               fsl,cpm-command = <0x4a00000>;
6319 +                               current-speed = <115200>;
6320 +                               interrupts = <41 8>;
6321                                 interrupt-parent = <&cpmpic>;
6322                         };
6323  
6324 @@ -200,10 +201,10 @@
6325                                 device_type = "network";
6326                                 compatible = "fsl,mpc8560-fcc-enet",
6327                                              "fsl,cpm2-fcc-enet";
6328 -                               reg = <91320 20 88500 100 913b0 1>;
6329 +                               reg = <0x91320 0x20 0x88500 0x100 0x913b0 0x1>;
6330                                 local-mac-address = [ 00 00 00 00 00 00 ];
6331 -                               fsl,cpm-command = <16200300>;
6332 -                               interrupts = <21 8>;
6333 +                               fsl,cpm-command = <0x16200300>;
6334 +                               interrupts = <33 8>;
6335                                 interrupt-parent = <&cpmpic>;
6336                                 phy-handle = <&phy2>;
6337                         };
6338 @@ -212,10 +213,10 @@
6339                                 device_type = "network";
6340                                 compatible = "fsl,mpc8560-fcc-enet",
6341                                              "fsl,cpm2-fcc-enet";
6342 -                               reg = <91340 20 88600 100 913d0 1>;
6343 +                               reg = <0x91340 0x20 0x88600 0x100 0x913d0 0x1>;
6344                                 local-mac-address = [ 00 00 00 00 00 00 ];
6345 -                               fsl,cpm-command = <1a400300>;
6346 -                               interrupts = <22 8>;
6347 +                               fsl,cpm-command = <0x1a400300>;
6348 +                               interrupts = <34 8>;
6349                                 interrupt-parent = <&cpmpic>;
6350                                 phy-handle = <&phy3>;
6351                         };
6352 @@ -229,87 +230,87 @@
6353                 #address-cells = <3>;
6354                 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
6355                 device_type = "pci";
6356 -               reg = <e0008000 1000>;
6357 -               clock-frequency = <3f940aa>;
6358 -               interrupt-map-mask = <f800 0 0 7>;
6359 +               reg = <0xe0008000 0x1000>;
6360 +               clock-frequency = <66666666>;
6361 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6362                 interrupt-map = <
6363  
6364                                 /* IDSEL 0x2 */
6365 -                                1000 0 0 1 &mpic 1 1
6366 -                                1000 0 0 2 &mpic 2 1
6367 -                                1000 0 0 3 &mpic 3 1
6368 -                                1000 0 0 4 &mpic 4 1
6369 +                                0x1000 0x0 0x0 0x1 &mpic 0x1 0x1
6370 +                                0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
6371 +                                0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
6372 +                                0x1000 0x0 0x0 0x4 &mpic 0x4 0x1
6373  
6374                                 /* IDSEL 0x3 */
6375 -                                1800 0 0 1 &mpic 4 1
6376 -                                1800 0 0 2 &mpic 1 1
6377 -                                1800 0 0 3 &mpic 2 1
6378 -                                1800 0 0 4 &mpic 3 1
6379 +                                0x1800 0x0 0x0 0x1 &mpic 0x4 0x1
6380 +                                0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
6381 +                                0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
6382 +                                0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
6383  
6384                                 /* IDSEL 0x4 */
6385 -                                2000 0 0 1 &mpic 3 1
6386 -                                2000 0 0 2 &mpic 4 1
6387 -                                2000 0 0 3 &mpic 1 1
6388 -                                2000 0 0 4 &mpic 2 1
6389 +                                0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
6390 +                                0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
6391 +                                0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
6392 +                                0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
6393  
6394                                 /* IDSEL 0x5  */
6395 -                                2800 0 0 1 &mpic 2 1
6396 -                                2800 0 0 2 &mpic 3 1
6397 -                                2800 0 0 3 &mpic 4 1
6398 -                                2800 0 0 4 &mpic 1 1
6399 +                                0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
6400 +                                0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
6401 +                                0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
6402 +                                0x2800 0x0 0x0 0x4 &mpic 0x1 0x1
6403  
6404                                 /* IDSEL 12 */
6405 -                                6000 0 0 1 &mpic 1 1
6406 -                                6000 0 0 2 &mpic 2 1
6407 -                                6000 0 0 3 &mpic 3 1
6408 -                                6000 0 0 4 &mpic 4 1
6409 +                                0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
6410 +                                0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
6411 +                                0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
6412 +                                0x6000 0x0 0x0 0x4 &mpic 0x4 0x1
6413  
6414                                 /* IDSEL 13 */
6415 -                                6800 0 0 1 &mpic 4 1
6416 -                                6800 0 0 2 &mpic 1 1
6417 -                                6800 0 0 3 &mpic 2 1
6418 -                                6800 0 0 4 &mpic 3 1
6419 +                                0x6800 0x0 0x0 0x1 &mpic 0x4 0x1
6420 +                                0x6800 0x0 0x0 0x2 &mpic 0x1 0x1
6421 +                                0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
6422 +                                0x6800 0x0 0x0 0x4 &mpic 0x3 0x1
6423  
6424                                 /* IDSEL 14*/
6425 -                                7000 0 0 1 &mpic 3 1
6426 -                                7000 0 0 2 &mpic 4 1
6427 -                                7000 0 0 3 &mpic 1 1
6428 -                                7000 0 0 4 &mpic 2 1
6429 +                                0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
6430 +                                0x7000 0x0 0x0 0x2 &mpic 0x4 0x1
6431 +                                0x7000 0x0 0x0 0x3 &mpic 0x1 0x1
6432 +                                0x7000 0x0 0x0 0x4 &mpic 0x2 0x1
6433  
6434                                 /* IDSEL 15 */
6435 -                                7800 0 0 1 &mpic 2 1
6436 -                                7800 0 0 2 &mpic 3 1
6437 -                                7800 0 0 3 &mpic 4 1
6438 -                                7800 0 0 4 &mpic 1 1
6439 +                                0x7800 0x0 0x0 0x1 &mpic 0x2 0x1
6440 +                                0x7800 0x0 0x0 0x2 &mpic 0x3 0x1
6441 +                                0x7800 0x0 0x0 0x3 &mpic 0x4 0x1
6442 +                                0x7800 0x0 0x0 0x4 &mpic 0x1 0x1
6443  
6444                                 /* IDSEL 18 */
6445 -                                9000 0 0 1 &mpic 1 1
6446 -                                9000 0 0 2 &mpic 2 1
6447 -                                9000 0 0 3 &mpic 3 1
6448 -                                9000 0 0 4 &mpic 4 1
6449 +                                0x9000 0x0 0x0 0x1 &mpic 0x1 0x1
6450 +                                0x9000 0x0 0x0 0x2 &mpic 0x2 0x1
6451 +                                0x9000 0x0 0x0 0x3 &mpic 0x3 0x1
6452 +                                0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
6453  
6454                                 /* IDSEL 19 */
6455 -                                9800 0 0 1 &mpic 4 1
6456 -                                9800 0 0 2 &mpic 1 1
6457 -                                9800 0 0 3 &mpic 2 1
6458 -                                9800 0 0 4 &mpic 3 1
6459 +                                0x9800 0x0 0x0 0x1 &mpic 0x4 0x1
6460 +                                0x9800 0x0 0x0 0x2 &mpic 0x1 0x1
6461 +                                0x9800 0x0 0x0 0x3 &mpic 0x2 0x1
6462 +                                0x9800 0x0 0x0 0x4 &mpic 0x3 0x1
6463  
6464                                 /* IDSEL 20 */
6465 -                                a000 0 0 1 &mpic 3 1
6466 -                                a000 0 0 2 &mpic 4 1
6467 -                                a000 0 0 3 &mpic 1 1
6468 -                                a000 0 0 4 &mpic 2 1
6469 +                                0xa000 0x0 0x0 0x1 &mpic 0x3 0x1
6470 +                                0xa000 0x0 0x0 0x2 &mpic 0x4 0x1
6471 +                                0xa000 0x0 0x0 0x3 &mpic 0x1 0x1
6472 +                                0xa000 0x0 0x0 0x4 &mpic 0x2 0x1
6473  
6474                                 /* IDSEL 21 */
6475 -                                a800 0 0 1 &mpic 2 1
6476 -                                a800 0 0 2 &mpic 3 1
6477 -                                a800 0 0 3 &mpic 4 1
6478 -                                a800 0 0 4 &mpic 1 1>;
6479 +                                0xa800 0x0 0x0 0x1 &mpic 0x2 0x1
6480 +                                0xa800 0x0 0x0 0x2 &mpic 0x3 0x1
6481 +                                0xa800 0x0 0x0 0x3 &mpic 0x4 0x1
6482 +                                0xa800 0x0 0x0 0x4 &mpic 0x1 0x1>;
6483  
6484                 interrupt-parent = <&mpic>;
6485 -               interrupts = <18 2>;
6486 +               interrupts = <24 2>;
6487                 bus-range = <0 0>;
6488 -               ranges = <02000000 0 80000000 80000000 0 20000000
6489 -                         01000000 0 00000000 e2000000 0 01000000>;
6490 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6491 +                         0x1000000 0x0 0x0 0xe2000000 0x0 0x1000000>;
6492         };
6493  };
6494 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8568mds.dts powerpc.git/arch/powerpc/boot/dts/mpc8568mds.dts
6495 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8568mds.dts       2008-04-11 22:32:29.000000000 +0200
6496 +++ powerpc.git/arch/powerpc/boot/dts/mpc8568mds.dts    2008-04-19 16:40:52.000000000 +0200
6497 @@ -1,7 +1,7 @@
6498  /*
6499   * MPC8568E MDS Device Tree Source
6500   *
6501 - * Copyright 2007 Freescale Semiconductor Inc.
6502 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
6503   *
6504   * This program is free software; you can redistribute  it and/or modify it
6505   * under  the terms of  the GNU General  Public License as published by the
6506 @@ -9,10 +9,7 @@
6507   * option) any later version.
6508   */
6509  
6510 -
6511 -/*
6512 -/memreserve/   00000000 1000000;
6513 -*/
6514 +/dts-v1/;
6515  
6516  / {
6517         model = "MPC8568EMDS";
6518 @@ -37,11 +34,11 @@
6519  
6520                 PowerPC,8568@0 {
6521                         device_type = "cpu";
6522 -                       reg = <0>;
6523 -                       d-cache-line-size = <20>;       // 32 bytes
6524 -                       i-cache-line-size = <20>;       // 32 bytes
6525 -                       d-cache-size = <8000>;          // L1, 32K
6526 -                       i-cache-size = <8000>;          // L1, 32K
6527 +                       reg = <0x0>;
6528 +                       d-cache-line-size = <32>;       // 32 bytes
6529 +                       i-cache-line-size = <32>;       // 32 bytes
6530 +                       d-cache-size = <0x8000>;                // L1, 32K
6531 +                       i-cache-size = <0x8000>;                // L1, 32K
6532                         timebase-frequency = <0>;
6533                         bus-frequency = <0>;
6534                         clock-frequency = <0>;
6535 @@ -50,36 +47,36 @@
6536  
6537         memory {
6538                 device_type = "memory";
6539 -               reg = <00000000 10000000>;
6540 +               reg = <0x0 0x10000000>;
6541         };
6542  
6543         bcsr@f8000000 {
6544                 device_type = "board-control";
6545 -               reg = <f8000000 8000>;
6546 +               reg = <0xf8000000 0x8000>;
6547         };
6548  
6549         soc8568@e0000000 {
6550                 #address-cells = <1>;
6551                 #size-cells = <1>;
6552                 device_type = "soc";
6553 -               ranges = <0 e0000000 00100000>;
6554 -               reg = <e0000000 00001000>;
6555 +               ranges = <0x0 0xe0000000 0x100000>;
6556 +               reg = <0xe0000000 0x1000>;
6557                 bus-frequency = <0>;
6558  
6559                 memory-controller@2000 {
6560                         compatible = "fsl,8568-memory-controller";
6561 -                       reg = <2000 1000>;
6562 +                       reg = <0x2000 0x1000>;
6563                         interrupt-parent = <&mpic>;
6564 -                       interrupts = <12 2>;
6565 +                       interrupts = <18 2>;
6566                 };
6567  
6568                 l2-cache-controller@20000 {
6569                         compatible = "fsl,8568-l2-cache-controller";
6570 -                       reg = <20000 1000>;
6571 -                       cache-line-size = <20>; // 32 bytes
6572 -                       cache-size = <80000>;   // L2, 512K
6573 +                       reg = <0x20000 0x1000>;
6574 +                       cache-line-size = <32>; // 32 bytes
6575 +                       cache-size = <0x80000>; // L2, 512K
6576                         interrupt-parent = <&mpic>;
6577 -                       interrupts = <10 2>;
6578 +                       interrupts = <16 2>;
6579                 };
6580  
6581                 i2c@3000 {
6582 @@ -87,14 +84,14 @@
6583                         #size-cells = <0>;
6584                         cell-index = <0>;
6585                         compatible = "fsl-i2c";
6586 -                       reg = <3000 100>;
6587 -                       interrupts = <2b 2>;
6588 +                       reg = <0x3000 0x100>;
6589 +                       interrupts = <43 2>;
6590                         interrupt-parent = <&mpic>;
6591                         dfsrr;
6592  
6593                         rtc@68 {
6594                                 compatible = "dallas,ds1374";
6595 -                               reg = <68>;
6596 +                               reg = <0x68>;
6597                         };
6598                 };
6599  
6600 @@ -103,8 +100,8 @@
6601                         #size-cells = <0>;
6602                         cell-index = <1>;
6603                         compatible = "fsl-i2c";
6604 -                       reg = <3100 100>;
6605 -                       interrupts = <2b 2>;
6606 +                       reg = <0x3100 0x100>;
6607 +                       interrupts = <43 2>;
6608                         interrupt-parent = <&mpic>;
6609                         dfsrr;
6610                 };
6611 @@ -113,30 +110,30 @@
6612                         #address-cells = <1>;
6613                         #size-cells = <0>;
6614                         compatible = "fsl,gianfar-mdio";
6615 -                       reg = <24520 20>;
6616 +                       reg = <0x24520 0x20>;
6617  
6618                         phy0: ethernet-phy@7 {
6619                                 interrupt-parent = <&mpic>;
6620                                 interrupts = <1 1>;
6621 -                               reg = <7>;
6622 +                               reg = <0x7>;
6623                                 device_type = "ethernet-phy";
6624                         };
6625                         phy1: ethernet-phy@1 {
6626                                 interrupt-parent = <&mpic>;
6627                                 interrupts = <2 1>;
6628 -                               reg = <1>;
6629 +                               reg = <0x1>;
6630                                 device_type = "ethernet-phy";
6631                         };
6632                         phy2: ethernet-phy@2 {
6633                                 interrupt-parent = <&mpic>;
6634                                 interrupts = <1 1>;
6635 -                               reg = <2>;
6636 +                               reg = <0x2>;
6637                                 device_type = "ethernet-phy";
6638                         };
6639                         phy3: ethernet-phy@3 {
6640                                 interrupt-parent = <&mpic>;
6641                                 interrupts = <2 1>;
6642 -                               reg = <3>;
6643 +                               reg = <0x3>;
6644                                 device_type = "ethernet-phy";
6645                         };
6646                 };
6647 @@ -146,9 +143,9 @@
6648                         device_type = "network";
6649                         model = "eTSEC";
6650                         compatible = "gianfar";
6651 -                       reg = <24000 1000>;
6652 +                       reg = <0x24000 0x1000>;
6653                         local-mac-address = [ 00 00 00 00 00 00 ];
6654 -                       interrupts = <1d 2 1e 2 22 2>;
6655 +                       interrupts = <29 2 30 2 34 2>;
6656                         interrupt-parent = <&mpic>;
6657                         phy-handle = <&phy2>;
6658                 };
6659 @@ -158,9 +155,9 @@
6660                         device_type = "network";
6661                         model = "eTSEC";
6662                         compatible = "gianfar";
6663 -                       reg = <25000 1000>;
6664 +                       reg = <0x25000 0x1000>;
6665                         local-mac-address = [ 00 00 00 00 00 00 ];
6666 -                       interrupts = <23 2 24 2 28 2>;
6667 +                       interrupts = <35 2 36 2 40 2>;
6668                         interrupt-parent = <&mpic>;
6669                         phy-handle = <&phy3>;
6670                 };
6671 @@ -169,15 +166,15 @@
6672                         cell-index = <0>;
6673                         device_type = "serial";
6674                         compatible = "ns16550";
6675 -                       reg = <4500 100>;
6676 +                       reg = <0x4500 0x100>;
6677                         clock-frequency = <0>;
6678 -                       interrupts = <2a 2>;
6679 +                       interrupts = <42 2>;
6680                         interrupt-parent = <&mpic>;
6681                 };
6682  
6683                 global-utilities@e0000 {        //global utilities block
6684                         compatible = "fsl,mpc8548-guts";
6685 -                       reg = <e0000 1000>;
6686 +                       reg = <0xe0000 0x1000>;
6687                         fsl,has-rstcr;
6688                 };
6689  
6690 @@ -185,9 +182,9 @@
6691                         cell-index = <1>;
6692                         device_type = "serial";
6693                         compatible = "ns16550";
6694 -                       reg = <4600 100>;
6695 +                       reg = <0x4600 0x100>;
6696                         clock-frequency = <0>;
6697 -                       interrupts = <2a 2>;
6698 +                       interrupts = <42 2>;
6699                         interrupt-parent = <&mpic>;
6700                 };
6701  
6702 @@ -195,13 +192,13 @@
6703                         device_type = "crypto";
6704                         model = "SEC2";
6705                         compatible = "talitos";
6706 -                       reg = <30000 f000>;
6707 -                       interrupts = <2d 2>;
6708 +                       reg = <0x30000 0xf000>;
6709 +                       interrupts = <45 2>;
6710                         interrupt-parent = <&mpic>;
6711                         num-channels = <4>;
6712 -                       channel-fifo-len = <18>;
6713 -                       exec-units-mask = <000000fe>;
6714 -                       descriptor-types-mask = <012b0ebf>;
6715 +                       channel-fifo-len = <24>;
6716 +                       exec-units-mask = <0xfe>;
6717 +                       descriptor-types-mask = <0x12b0ebf>;
6718                 };
6719  
6720                 mpic: pic@40000 {
6721 @@ -209,73 +206,73 @@
6722                         interrupt-controller;
6723                         #address-cells = <0>;
6724                         #interrupt-cells = <2>;
6725 -                       reg = <40000 40000>;
6726 +                       reg = <0x40000 0x40000>;
6727                         compatible = "chrp,open-pic";
6728                         device_type = "open-pic";
6729                          big-endian;
6730                 };
6731  
6732                 par_io@e0100 {
6733 -                       reg = <e0100 100>;
6734 +                       reg = <0xe0100 0x100>;
6735                         device_type = "par_io";
6736                         num-ports = <7>;
6737  
6738                         pio1: ucc_pin@01 {
6739                                 pio-map = <
6740                         /* port  pin  dir  open_drain  assignment  has_irq */
6741 -                                       4  0a  1  0  2  0       /* TxD0 */
6742 -                                       4  09  1  0  2  0       /* TxD1 */
6743 -                                       4  08  1  0  2  0       /* TxD2 */
6744 -                                       4  07  1  0  2  0       /* TxD3 */
6745 -                                       4  17  1  0  2  0       /* TxD4 */
6746 -                                       4  16  1  0  2  0       /* TxD5 */
6747 -                                       4  15  1  0  2  0       /* TxD6 */
6748 -                                       4  14  1  0  2  0       /* TxD7 */
6749 -                                       4  0f  2  0  2  0       /* RxD0 */
6750 -                                       4  0e  2  0  2  0       /* RxD1 */
6751 -                                       4  0d  2  0  2  0       /* RxD2 */
6752 -                                       4  0c  2  0  2  0       /* RxD3 */
6753 -                                       4  1d  2  0  2  0       /* RxD4 */
6754 -                                       4  1c  2  0  2  0       /* RxD5 */
6755 -                                       4  1b  2  0  2  0       /* RxD6 */
6756 -                                       4  1a  2  0  2  0       /* RxD7 */
6757 -                                       4  0b  1  0  2  0       /* TX_EN */
6758 -                                       4  18  1  0  2  0       /* TX_ER */
6759 -                                       4  10  2  0  2  0       /* RX_DV */
6760 -                                       4  1e  2  0  2  0       /* RX_ER */
6761 -                                       4  11  2  0  2  0       /* RX_CLK */
6762 -                                       4  13  1  0  2  0       /* GTX_CLK */
6763 -                                       1  1f  2  0  3  0>;     /* GTX125 */
6764 +                                       0x4  0xa  0x1  0x0  0x2  0x0    /* TxD0 */
6765 +                                       0x4  0x9  0x1  0x0  0x2  0x0    /* TxD1 */
6766 +                                       0x4  0x8  0x1  0x0  0x2  0x0    /* TxD2 */
6767 +                                       0x4  0x7  0x1  0x0  0x2  0x0    /* TxD3 */
6768 +                                       0x4  0x17  0x1  0x0  0x2  0x0   /* TxD4 */
6769 +                                       0x4  0x16  0x1  0x0  0x2  0x0   /* TxD5 */
6770 +                                       0x4  0x15  0x1  0x0  0x2  0x0   /* TxD6 */
6771 +                                       0x4  0x14  0x1  0x0  0x2  0x0   /* TxD7 */
6772 +                                       0x4  0xf  0x2  0x0  0x2  0x0    /* RxD0 */
6773 +                                       0x4  0xe  0x2  0x0  0x2  0x0    /* RxD1 */
6774 +                                       0x4  0xd  0x2  0x0  0x2  0x0    /* RxD2 */
6775 +                                       0x4  0xc  0x2  0x0  0x2  0x0    /* RxD3 */
6776 +                                       0x4  0x1d  0x2  0x0  0x2  0x0   /* RxD4 */
6777 +                                       0x4  0x1c  0x2  0x0  0x2  0x0   /* RxD5 */
6778 +                                       0x4  0x1b  0x2  0x0  0x2  0x0   /* RxD6 */
6779 +                                       0x4  0x1a  0x2  0x0  0x2  0x0   /* RxD7 */
6780 +                                       0x4  0xb  0x1  0x0  0x2  0x0    /* TX_EN */
6781 +                                       0x4  0x18  0x1  0x0  0x2  0x0   /* TX_ER */
6782 +                                       0x4  0x10  0x2  0x0  0x2  0x0   /* RX_DV */
6783 +                                       0x4  0x1e  0x2  0x0  0x2  0x0   /* RX_ER */
6784 +                                       0x4  0x11  0x2  0x0  0x2  0x0   /* RX_CLK */
6785 +                                       0x4  0x13  0x1  0x0  0x2  0x0   /* GTX_CLK */
6786 +                                       0x1  0x1f  0x2  0x0  0x3  0x0>; /* GTX125 */
6787                         };
6788  
6789                         pio2: ucc_pin@02 {
6790                                 pio-map = <
6791                         /* port  pin  dir  open_drain  assignment  has_irq */
6792 -                                       5  0a 1  0  2  0   /* TxD0 */
6793 -                                       5  09 1  0  2  0   /* TxD1 */
6794 -                                       5  08 1  0  2  0   /* TxD2 */
6795 -                                       5  07 1  0  2  0   /* TxD3 */
6796 -                                       5  17 1  0  2  0   /* TxD4 */
6797 -                                       5  16 1  0  2  0   /* TxD5 */
6798 -                                       5  15 1  0  2  0   /* TxD6 */
6799 -                                       5  14 1  0  2  0   /* TxD7 */
6800 -                                       5  0f 2  0  2  0   /* RxD0 */
6801 -                                       5  0e 2  0  2  0   /* RxD1 */
6802 -                                       5  0d 2  0  2  0   /* RxD2 */
6803 -                                       5  0c 2  0  2  0   /* RxD3 */
6804 -                                       5  1d 2  0  2  0   /* RxD4 */
6805 -                                       5  1c 2  0  2  0   /* RxD5 */
6806 -                                       5  1b 2  0  2  0   /* RxD6 */
6807 -                                       5  1a 2  0  2  0   /* RxD7 */
6808 -                                       5  0b 1  0  2  0   /* TX_EN */
6809 -                                       5  18 1  0  2  0   /* TX_ER */
6810 -                                       5  10 2  0  2  0   /* RX_DV */
6811 -                                       5  1e 2  0  2  0   /* RX_ER */
6812 -                                       5  11 2  0  2  0   /* RX_CLK */
6813 -                                       5  13 1  0  2  0   /* GTX_CLK */
6814 -                                       1  1f 2  0  3  0   /* GTX125 */
6815 -                                       4  06 3  0  2  0   /* MDIO */
6816 -                                       4  05 1  0  2  0>; /* MDC */
6817 +                                       0x5  0xa 0x1  0x0  0x2  0x0   /* TxD0 */
6818 +                                       0x5  0x9 0x1  0x0  0x2  0x0   /* TxD1 */
6819 +                                       0x5  0x8 0x1  0x0  0x2  0x0   /* TxD2 */
6820 +                                       0x5  0x7 0x1  0x0  0x2  0x0   /* TxD3 */
6821 +                                       0x5  0x17 0x1  0x0  0x2  0x0   /* TxD4 */
6822 +                                       0x5  0x16 0x1  0x0  0x2  0x0   /* TxD5 */
6823 +                                       0x5  0x15 0x1  0x0  0x2  0x0   /* TxD6 */
6824 +                                       0x5  0x14 0x1  0x0  0x2  0x0   /* TxD7 */
6825 +                                       0x5  0xf 0x2  0x0  0x2  0x0   /* RxD0 */
6826 +                                       0x5  0xe 0x2  0x0  0x2  0x0   /* RxD1 */
6827 +                                       0x5  0xd 0x2  0x0  0x2  0x0   /* RxD2 */
6828 +                                       0x5  0xc 0x2  0x0  0x2  0x0   /* RxD3 */
6829 +                                       0x5  0x1d 0x2  0x0  0x2  0x0   /* RxD4 */
6830 +                                       0x5  0x1c 0x2  0x0  0x2  0x0   /* RxD5 */
6831 +                                       0x5  0x1b 0x2  0x0  0x2  0x0   /* RxD6 */
6832 +                                       0x5  0x1a 0x2  0x0  0x2  0x0   /* RxD7 */
6833 +                                       0x5  0xb 0x1  0x0  0x2  0x0   /* TX_EN */
6834 +                                       0x5  0x18 0x1  0x0  0x2  0x0   /* TX_ER */
6835 +                                       0x5  0x10 0x2  0x0  0x2  0x0   /* RX_DV */
6836 +                                       0x5  0x1e 0x2  0x0  0x2  0x0   /* RX_ER */
6837 +                                       0x5  0x11 0x2  0x0  0x2  0x0   /* RX_CLK */
6838 +                                       0x5  0x13 0x1  0x0  0x2  0x0   /* GTX_CLK */
6839 +                                       0x1  0x1f 0x2  0x0  0x3  0x0   /* GTX125 */
6840 +                                       0x4  0x6 0x3  0x0  0x2  0x0   /* MDIO */
6841 +                                       0x4  0x5 0x1  0x0  0x2  0x0>; /* MDC */
6842                         };
6843                 };
6844         };
6845 @@ -285,28 +282,28 @@
6846                 #size-cells = <1>;
6847                 device_type = "qe";
6848                 compatible = "fsl,qe";
6849 -               ranges = <0 e0080000 00040000>;
6850 -               reg = <e0080000 480>;
6851 +               ranges = <0x0 0xe0080000 0x40000>;
6852 +               reg = <0xe0080000 0x480>;
6853                 brg-frequency = <0>;
6854 -               bus-frequency = <179A7B00>;
6855 +               bus-frequency = <396000000>;
6856  
6857                 muram@10000 {
6858                         #address-cells = <1>;
6859                         #size-cells = <1>;
6860                         compatible = "fsl,qe-muram", "fsl,cpm-muram";
6861 -                       ranges = <0 00010000 0000c000>;
6862 +                       ranges = <0x0 0x10000 0x10000>;
6863  
6864                         data-only@0 {
6865                                 compatible = "fsl,qe-muram-data",
6866                                              "fsl,cpm-muram-data";
6867 -                               reg = <0 c000>;
6868 +                               reg = <0x0 0x10000>;
6869                         };
6870                 };
6871  
6872                 spi@4c0 {
6873                         cell-index = <0>;
6874                         compatible = "fsl,spi";
6875 -                       reg = <4c0 40>;
6876 +                       reg = <0x4c0 0x40>;
6877                         interrupts = <2>;
6878                         interrupt-parent = <&qeic>;
6879                         mode = "cpu";
6880 @@ -315,7 +312,7 @@
6881                 spi@500 {
6882                         cell-index = <1>;
6883                         compatible = "fsl,spi";
6884 -                       reg = <500 40>;
6885 +                       reg = <0x500 0x40>;
6886                         interrupts = <1>;
6887                         interrupt-parent = <&qeic>;
6888                         mode = "cpu";
6889 @@ -324,11 +321,9 @@
6890                 enet2: ucc@2000 {
6891                         device_type = "network";
6892                         compatible = "ucc_geth";
6893 -                       model = "UCC";
6894                         cell-index = <1>;
6895 -                       device-id = <1>;
6896 -                       reg = <2000 200>;
6897 -                       interrupts = <20>;
6898 +                       reg = <0x2000 0x200>;
6899 +                       interrupts = <32>;
6900                         interrupt-parent = <&qeic>;
6901                         local-mac-address = [ 00 00 00 00 00 00 ];
6902                         rx-clock-name = "none";
6903 @@ -341,11 +336,9 @@
6904                 enet3: ucc@3000 {
6905                         device_type = "network";
6906                         compatible = "ucc_geth";
6907 -                       model = "UCC";
6908                         cell-index = <2>;
6909 -                       device-id = <2>;
6910 -                       reg = <3000 200>;
6911 -                       interrupts = <21>;
6912 +                       reg = <0x3000 0x200>;
6913 +                       interrupts = <33>;
6914                         interrupt-parent = <&qeic>;
6915                         local-mac-address = [ 00 00 00 00 00 00 ];
6916                         rx-clock-name = "none";
6917 @@ -358,7 +351,7 @@
6918                 mdio@2120 {
6919                         #address-cells = <1>;
6920                         #size-cells = <0>;
6921 -                       reg = <2120 18>;
6922 +                       reg = <0x2120 0x18>;
6923                         compatible = "fsl,ucc-mdio";
6924  
6925                         /* These are the same PHYs as on
6926 @@ -366,25 +359,25 @@
6927                         qe_phy0: ethernet-phy@07 {
6928                                 interrupt-parent = <&mpic>;
6929                                 interrupts = <1 1>;
6930 -                               reg = <7>;
6931 +                               reg = <0x7>;
6932                                 device_type = "ethernet-phy";
6933                         };
6934                         qe_phy1: ethernet-phy@01 {
6935                                 interrupt-parent = <&mpic>;
6936                                 interrupts = <2 1>;
6937 -                               reg = <1>;
6938 +                               reg = <0x1>;
6939                                 device_type = "ethernet-phy";
6940                         };
6941                         qe_phy2: ethernet-phy@02 {
6942                                 interrupt-parent = <&mpic>;
6943                                 interrupts = <1 1>;
6944 -                               reg = <2>;
6945 +                               reg = <0x2>;
6946                                 device_type = "ethernet-phy";
6947                         };
6948                         qe_phy3: ethernet-phy@03 {
6949                                 interrupt-parent = <&mpic>;
6950                                 interrupts = <2 1>;
6951 -                               reg = <3>;
6952 +                               reg = <0x3>;
6953                                 device_type = "ethernet-phy";
6954                         };
6955                 };
6956 @@ -394,9 +387,9 @@
6957                         compatible = "fsl,qe-ic";
6958                         #address-cells = <0>;
6959                         #interrupt-cells = <1>;
6960 -                       reg = <80 80>;
6961 +                       reg = <0x80 0x80>;
6962                         big-endian;
6963 -                       interrupts = <2e 2 2e 2>; //high:30 low:30
6964 +                       interrupts = <46 2 46 2>; //high:30 low:30
6965                         interrupt-parent = <&mpic>;
6966                 };
6967  
6968 @@ -404,30 +397,30 @@
6969  
6970         pci0: pci@e0008000 {
6971                 cell-index = <0>;
6972 -               interrupt-map-mask = <f800 0 0 7>;
6973 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6974                 interrupt-map = <
6975                         /* IDSEL 0x12 AD18 */
6976 -                       9000 0 0 1 &mpic 5 1
6977 -                       9000 0 0 2 &mpic 6 1
6978 -                       9000 0 0 3 &mpic 7 1
6979 -                       9000 0 0 4 &mpic 4 1
6980 +                       0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
6981 +                       0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
6982 +                       0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
6983 +                       0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
6984  
6985                         /* IDSEL 0x13 AD19 */
6986 -                       9800 0 0 1 &mpic 6 1
6987 -                       9800 0 0 2 &mpic 7 1
6988 -                       9800 0 0 3 &mpic 4 1
6989 -                       9800 0 0 4 &mpic 5 1>;
6990 +                       0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
6991 +                       0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
6992 +                       0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
6993 +                       0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
6994  
6995                 interrupt-parent = <&mpic>;
6996 -               interrupts = <18 2>;
6997 -               bus-range = <0 ff>;
6998 -               ranges = <02000000 0 80000000 80000000 0 20000000
6999 -                         01000000 0 00000000 e2000000 0 00800000>;
7000 -               clock-frequency = <3f940aa>;
7001 +               interrupts = <24 2>;
7002 +               bus-range = <0 255>;
7003 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
7004 +                         0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
7005 +               clock-frequency = <66666666>;
7006                 #interrupt-cells = <1>;
7007                 #size-cells = <2>;
7008                 #address-cells = <3>;
7009 -               reg = <e0008000 1000>;
7010 +               reg = <0xe0008000 0x1000>;
7011                 compatible = "fsl,mpc8540-pci";
7012                 device_type = "pci";
7013         };
7014 @@ -435,39 +428,39 @@
7015         /* PCI Express */
7016         pci1: pcie@e000a000 {
7017                 cell-index = <2>;
7018 -               interrupt-map-mask = <f800 0 0 7>;
7019 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
7020                 interrupt-map = <
7021  
7022                         /* IDSEL 0x0 (PEX) */
7023 -                       00000 0 0 1 &mpic 0 1
7024 -                       00000 0 0 2 &mpic 1 1
7025 -                       00000 0 0 3 &mpic 2 1
7026 -                       00000 0 0 4 &mpic 3 1>;
7027 +                       00000 0x0 0x0 0x1 &mpic 0x0 0x1
7028 +                       00000 0x0 0x0 0x2 &mpic 0x1 0x1
7029 +                       00000 0x0 0x0 0x3 &mpic 0x2 0x1
7030 +                       00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
7031  
7032                 interrupt-parent = <&mpic>;
7033 -               interrupts = <1a 2>;
7034 -               bus-range = <0 ff>;
7035 -               ranges = <02000000 0 a0000000 a0000000 0 10000000
7036 -                         01000000 0 00000000 e2800000 0 00800000>;
7037 -               clock-frequency = <1fca055>;
7038 +               interrupts = <26 2>;
7039 +               bus-range = <0 255>;
7040 +               ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
7041 +                         0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
7042 +               clock-frequency = <33333333>;
7043                 #interrupt-cells = <1>;
7044                 #size-cells = <2>;
7045                 #address-cells = <3>;
7046 -               reg = <e000a000 1000>;
7047 +               reg = <0xe000a000 0x1000>;
7048                 compatible = "fsl,mpc8548-pcie";
7049                 device_type = "pci";
7050                 pcie@0 {
7051 -                       reg = <0 0 0 0 0>;
7052 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
7053                         #size-cells = <2>;
7054                         #address-cells = <3>;
7055                         device_type = "pci";
7056 -                       ranges = <02000000 0 a0000000
7057 -                                 02000000 0 a0000000
7058 -                                 0 10000000
7059 -
7060 -                                 01000000 0 00000000
7061 -                                 01000000 0 00000000
7062 -                                 0 00800000>;
7063 +                       ranges = <0x2000000 0x0 0xa0000000
7064 +                                 0x2000000 0x0 0xa0000000
7065 +                                 0x0 0x10000000
7066 +
7067 +                                 0x1000000 0x0 0x0
7068 +                                 0x1000000 0x0 0x0
7069 +                                 0x0 0x800000>;
7070                 };
7071         };
7072  };
7073 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8572ds.dts powerpc.git/arch/powerpc/boot/dts/mpc8572ds.dts
7074 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8572ds.dts        2008-04-11 22:32:29.000000000 +0200
7075 +++ powerpc.git/arch/powerpc/boot/dts/mpc8572ds.dts     2008-04-19 16:40:52.000000000 +0200
7076 @@ -1,7 +1,7 @@
7077  /*
7078   * MPC8572 DS Device Tree Source
7079   *
7080 - * Copyright 2007 Freescale Semiconductor Inc.
7081 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
7082   *
7083   * This program is free software; you can redistribute  it and/or modify it
7084   * under  the terms of  the GNU General  Public License as published by the
7085 @@ -9,6 +9,7 @@
7086   * option) any later version.
7087   */
7088  
7089 +/dts-v1/;
7090  / {
7091         model = "fsl,MPC8572DS";
7092         compatible = "fsl,MPC8572DS";
7093 @@ -33,11 +34,11 @@
7094  
7095                 PowerPC,8572@0 {
7096                         device_type = "cpu";
7097 -                       reg = <0>;
7098 -                       d-cache-line-size = <20>;       // 32 bytes
7099 -                       i-cache-line-size = <20>;       // 32 bytes
7100 -                       d-cache-size = <8000>;          // L1, 32K
7101 -                       i-cache-size = <8000>;          // L1, 32K
7102 +                       reg = <0x0>;
7103 +                       d-cache-line-size = <32>;       // 32 bytes
7104 +                       i-cache-line-size = <32>;       // 32 bytes
7105 +                       d-cache-size = <0x8000>;                // L1, 32K
7106 +                       i-cache-size = <0x8000>;                // L1, 32K
7107                         timebase-frequency = <0>;
7108                         bus-frequency = <0>;
7109                         clock-frequency = <0>;
7110 @@ -45,11 +46,11 @@
7111  
7112                 PowerPC,8572@1 {
7113                         device_type = "cpu";
7114 -                       reg = <1>;
7115 -                       d-cache-line-size = <20>;       // 32 bytes
7116 -                       i-cache-line-size = <20>;       // 32 bytes
7117 -                       d-cache-size = <8000>;          // L1, 32K
7118 -                       i-cache-size = <8000>;          // L1, 32K
7119 +                       reg = <0x1>;
7120 +                       d-cache-line-size = <32>;       // 32 bytes
7121 +                       i-cache-line-size = <32>;       // 32 bytes
7122 +                       d-cache-size = <0x8000>;                // L1, 32K
7123 +                       i-cache-size = <0x8000>;                // L1, 32K
7124                         timebase-frequency = <0>;
7125                         bus-frequency = <0>;
7126                         clock-frequency = <0>;
7127 @@ -58,38 +59,38 @@
7128  
7129         memory {
7130                 device_type = "memory";
7131 -               reg = <00000000 00000000>;      // Filled by U-Boot
7132 +               reg = <0x0 0x0>;        // Filled by U-Boot
7133         };
7134  
7135         soc8572@ffe00000 {
7136                 #address-cells = <1>;
7137                 #size-cells = <1>;
7138                 device_type = "soc";
7139 -               ranges = <00000000 ffe00000 00100000>;
7140 -               reg = <ffe00000 00001000>;      // CCSRBAR & soc regs, remove once parse code for immrbase fixed
7141 +               ranges = <0x0 0xffe00000 0x100000>;
7142 +               reg = <0xffe00000 0x1000>;      // CCSRBAR & soc regs, remove once parse code for immrbase fixed
7143                 bus-frequency = <0>;            // Filled out by uboot.
7144  
7145                 memory-controller@2000 {
7146                         compatible = "fsl,mpc8572-memory-controller";
7147 -                       reg = <2000 1000>;
7148 +                       reg = <0x2000 0x1000>;
7149                         interrupt-parent = <&mpic>;
7150 -                       interrupts = <12 2>;
7151 +                       interrupts = <18 2>;
7152                 };
7153  
7154                 memory-controller@6000 {
7155                         compatible = "fsl,mpc8572-memory-controller";
7156 -                       reg = <6000 1000>;
7157 +                       reg = <0x6000 0x1000>;
7158                         interrupt-parent = <&mpic>;
7159 -                       interrupts = <12 2>;
7160 +                       interrupts = <18 2>;
7161                 };
7162  
7163                 l2-cache-controller@20000 {
7164                         compatible = "fsl,mpc8572-l2-cache-controller";
7165 -                       reg = <20000 1000>;
7166 -                       cache-line-size = <20>; // 32 bytes
7167 -                       cache-size = <80000>;   // L2, 512K
7168 +                       reg = <0x20000 0x1000>;
7169 +                       cache-line-size = <32>; // 32 bytes
7170 +                       cache-size = <0x80000>; // L2, 512K
7171                         interrupt-parent = <&mpic>;
7172 -                       interrupts = <10 2>;
7173 +                       interrupts = <16 2>;
7174                 };
7175  
7176                 i2c@3000 {
7177 @@ -97,8 +98,8 @@
7178                         #size-cells = <0>;
7179                         cell-index = <0>;
7180                         compatible = "fsl-i2c";
7181 -                       reg = <3000 100>;
7182 -                       interrupts = <2b 2>;
7183 +                       reg = <0x3000 0x100>;
7184 +                       interrupts = <43 2>;
7185                         interrupt-parent = <&mpic>;
7186                         dfsrr;
7187                 };
7188 @@ -108,8 +109,8 @@
7189                         #size-cells = <0>;
7190                         cell-index = <1>;
7191                         compatible = "fsl-i2c";
7192 -                       reg = <3100 100>;
7193 -                       interrupts = <2b 2>;
7194 +                       reg = <0x3100 0x100>;
7195 +                       interrupts = <43 2>;
7196                         interrupt-parent = <&mpic>;
7197                         dfsrr;
7198                 };
7199 @@ -118,27 +119,27 @@
7200                         #address-cells = <1>;
7201                         #size-cells = <0>;
7202                         compatible = "fsl,gianfar-mdio";
7203 -                       reg = <24520 20>;
7204 +                       reg = <0x24520 0x20>;
7205  
7206                         phy0: ethernet-phy@0 {
7207                                 interrupt-parent = <&mpic>;
7208 -                               interrupts = <a 1>;
7209 -                               reg = <0>;
7210 +                               interrupts = <10 1>;
7211 +                               reg = <0x0>;
7212                         };
7213                         phy1: ethernet-phy@1 {
7214                                 interrupt-parent = <&mpic>;
7215 -                               interrupts = <a 1>;
7216 -                               reg = <1>;
7217 +                               interrupts = <10 1>;
7218 +                               reg = <0x1>;
7219                         };
7220                         phy2: ethernet-phy@2 {
7221                                 interrupt-parent = <&mpic>;
7222 -                               interrupts = <a 1>;
7223 -                               reg = <2>;
7224 +                               interrupts = <10 1>;
7225 +                               reg = <0x2>;
7226                         };
7227                         phy3: ethernet-phy@3 {
7228                                 interrupt-parent = <&mpic>;
7229 -                               interrupts = <a 1>;
7230 -                               reg = <3>;
7231 +                               interrupts = <10 1>;
7232 +                               reg = <0x3>;
7233                         };
7234                 };
7235  
7236 @@ -147,9 +148,9 @@
7237                         device_type = "network";
7238                         model = "eTSEC";
7239                         compatible = "gianfar";
7240 -                       reg = <24000 1000>;
7241 +                       reg = <0x24000 0x1000>;
7242                         local-mac-address = [ 00 00 00 00 00 00 ];
7243 -                       interrupts = <1d 2 1e 2 22 2>;
7244 +                       interrupts = <29 2 30 2 34 2>;
7245                         interrupt-parent = <&mpic>;
7246                         phy-handle = <&phy0>;
7247                         phy-connection-type = "rgmii-id";
7248 @@ -160,9 +161,9 @@
7249                         device_type = "network";
7250                         model = "eTSEC";
7251                         compatible = "gianfar";
7252 -                       reg = <25000 1000>;
7253 +                       reg = <0x25000 0x1000>;
7254                         local-mac-address = [ 00 00 00 00 00 00 ];
7255 -                       interrupts = <23 2 24 2 28 2>;
7256 +                       interrupts = <35 2 36 2 40 2>;
7257                         interrupt-parent = <&mpic>;
7258                         phy-handle = <&phy1>;
7259                         phy-connection-type = "rgmii-id";
7260 @@ -173,9 +174,9 @@
7261                         device_type = "network";
7262                         model = "eTSEC";
7263                         compatible = "gianfar";
7264 -                       reg = <26000 1000>;
7265 +                       reg = <0x26000 0x1000>;
7266                         local-mac-address = [ 00 00 00 00 00 00 ];
7267 -                       interrupts = <1f 2 20 2 21 2>;
7268 +                       interrupts = <31 2 32 2 33 2>;
7269                         interrupt-parent = <&mpic>;
7270                         phy-handle = <&phy2>;
7271                         phy-connection-type = "rgmii-id";
7272 @@ -186,9 +187,9 @@
7273                         device_type = "network";
7274                         model = "eTSEC";
7275                         compatible = "gianfar";
7276 -                       reg = <27000 1000>;
7277 +                       reg = <0x27000 0x1000>;
7278                         local-mac-address = [ 00 00 00 00 00 00 ];
7279 -                       interrupts = <25 2 26 2 27 2>;
7280 +                       interrupts = <37 2 38 2 39 2>;
7281                         interrupt-parent = <&mpic>;
7282                         phy-handle = <&phy3>;
7283                         phy-connection-type = "rgmii-id";
7284 @@ -198,9 +199,9 @@
7285                         cell-index = <0>;
7286                         device_type = "serial";
7287                         compatible = "ns16550";
7288 -                       reg = <4500 100>;
7289 +                       reg = <0x4500 0x100>;
7290                         clock-frequency = <0>;
7291 -                       interrupts = <2a 2>;
7292 +                       interrupts = <42 2>;
7293                         interrupt-parent = <&mpic>;
7294                 };
7295  
7296 @@ -208,15 +209,15 @@
7297                         cell-index = <1>;
7298                         device_type = "serial";
7299                         compatible = "ns16550";
7300 -                       reg = <4600 100>;
7301 +                       reg = <0x4600 0x100>;
7302                         clock-frequency = <0>;
7303 -                       interrupts = <2a 2>;
7304 +                       interrupts = <42 2>;
7305                         interrupt-parent = <&mpic>;
7306                 };
7307  
7308                 global-utilities@e0000 {        //global utilities block
7309                         compatible = "fsl,mpc8572-guts";
7310 -                       reg = <e0000 1000>;
7311 +                       reg = <0xe0000 0x1000>;
7312                         fsl,has-rstcr;
7313                 };
7314  
7315 @@ -225,7 +226,7 @@
7316                         interrupt-controller;
7317                         #address-cells = <0>;
7318                         #interrupt-cells = <2>;
7319 -                       reg = <40000 40000>;
7320 +                       reg = <0x40000 0x40000>;
7321                         compatible = "chrp,open-pic";
7322                         device_type = "open-pic";
7323                         big-endian;
7324 @@ -239,167 +240,167 @@
7325                 #interrupt-cells = <1>;
7326                 #size-cells = <2>;
7327                 #address-cells = <3>;
7328 -               reg = <ffe08000 1000>;
7329 -               bus-range = <0 ff>;
7330 -               ranges = <02000000 0 80000000 80000000 0 20000000
7331 -                         01000000 0 00000000 ffc00000 0 00010000>;
7332 -               clock-frequency = <1fca055>;
7333 +               reg = <0xffe08000 0x1000>;
7334 +               bus-range = <0 255>;
7335 +               ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
7336 +                         0x1000000 0x0 0x0 0xffc00000 0x0 0x10000>;
7337 +               clock-frequency = <33333333>;
7338                 interrupt-parent = <&mpic>;
7339 -               interrupts = <18 2>;
7340 -               interrupt-map-mask = <ff00 0 0 7>;
7341 +               interrupts = <24 2>;
7342 +               interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
7343                 interrupt-map = <
7344                         /* IDSEL 0x11 func 0 - PCI slot 1 */
7345 -                       8800 0 0 1 &mpic 2 1
7346 -                       8800 0 0 2 &mpic 3 1
7347 -                       8800 0 0 3 &mpic 4 1
7348 -                       8800 0 0 4 &mpic 1 1
7349 +                       0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
7350 +                       0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
7351 +                       0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
7352 +                       0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
7353  
7354                         /* IDSEL 0x11 func 1 - PCI slot 1 */
7355 -                       8900 0 0 1 &mpic 2 1
7356 -                       8900 0 0 2 &mpic 3 1
7357 -                       8900 0 0 3 &mpic 4 1
7358 -                       8900 0 0 4 &mpic 1 1
7359 +                       0x8900 0x0 0x0 0x1 &mpic 0x2 0x1
7360 +                       0x8900 0x0 0x0 0x2 &mpic 0x3 0x1
7361 +                       0x8900 0x0 0x0 0x3 &mpic 0x4 0x1
7362 +                       0x8900 0x0 0x0 0x4 &mpic 0x1 0x1
7363  
7364                         /* IDSEL 0x11 func 2 - PCI slot 1 */
7365 -                       8a00 0 0 1 &mpic 2 1
7366 -                       8a00 0 0 2 &mpic 3 1
7367 -                       8a00 0 0 3 &mpic 4 1
7368 -                       8a00 0 0 4 &mpic 1 1
7369 +                       0x8a00 0x0 0x0 0x1 &mpic 0x2 0x1
7370 +                       0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1
7371 +                       0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1
7372 +                       0x8a00 0x0 0x0 0x4 &mpic 0x1 0x1
7373  
7374                         /* IDSEL 0x11 func 3 - PCI slot 1 */
7375 -                       8b00 0 0 1 &mpic 2 1
7376 -                       8b00 0 0 2 &mpic 3 1
7377 -                       8b00 0 0 3 &mpic 4 1
7378 -                       8b00 0 0 4 &mpic 1 1
7379 +                       0x8b00 0x0 0x0 0x1 &mpic 0x2 0x1
7380 +                       0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1
7381 +                       0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1
7382 +                       0x8b00 0x0 0x0 0x4 &mpic 0x1 0x1
7383  
7384                         /* IDSEL 0x11 func 4 - PCI slot 1 */
7385 -                       8c00 0 0 1 &mpic 2 1
7386 -                       8c00 0 0 2 &mpic 3 1
7387 -                       8c00 0 0 3 &mpic 4 1
7388 -                       8c00 0 0 4 &mpic 1 1
7389 +                       0x8c00 0x0 0x0 0x1 &mpic 0x2 0x1
7390 +                       0x8c00 0x0 0x0 0x2 &mpic 0x3 0x1
7391 +                       0x8c00 0x0 0x0 0x3 &mpic 0x4 0x1
7392 +                       0x8c00 0x0 0x0 0x4 &mpic 0x1 0x1
7393  
7394                         /* IDSEL 0x11 func 5 - PCI slot 1 */
7395 -                       8d00 0 0 1 &mpic 2 1
7396 -                       8d00 0 0 2 &mpic 3 1
7397 -                       8d00 0 0 3 &mpic 4 1
7398 -                       8d00 0 0 4 &mpic 1 1
7399 +                       0x8d00 0x0 0x0 0x1 &mpic 0x2 0x1
7400 +                       0x8d00 0x0 0x0 0x2 &mpic 0x3 0x1
7401 +                       0x8d00 0x0 0x0 0x3 &mpic 0x4 0x1
7402 +                       0x8d00 0x0 0x0 0x4 &mpic 0x1 0x1
7403  
7404                         /* IDSEL 0x11 func 6 - PCI slot 1 */
7405 -                       8e00 0 0 1 &mpic 2 1
7406 -                       8e00 0 0 2 &mpic 3 1
7407 -                       8e00 0 0 3 &mpic 4 1
7408 -                       8e00 0 0 4 &mpic 1 1
7409 +                       0x8e00 0x0 0x0 0x1 &mpic 0x2 0x1
7410 +                       0x8e00 0x0 0x0 0x2 &mpic 0x3 0x1
7411 +                       0x8e00 0x0 0x0 0x3 &mpic 0x4 0x1
7412 +                       0x8e00 0x0 0x0 0x4 &mpic 0x1 0x1
7413  
7414                         /* IDSEL 0x11 func 7 - PCI slot 1 */
7415 -                       8f00 0 0 1 &mpic 2 1
7416 -                       8f00 0 0 2 &mpic 3 1
7417 -                       8f00 0 0 3 &mpic 4 1
7418 -                       8f00 0 0 4 &mpic 1 1
7419 +                       0x8f00 0x0 0x0 0x1 &mpic 0x2 0x1
7420 +                       0x8f00 0x0 0x0 0x2 &mpic 0x3 0x1
7421 +                       0x8f00 0x0 0x0 0x3 &mpic 0x4 0x1
7422 +                       0x8f00 0x0 0x0 0x4 &mpic 0x1 0x1
7423  
7424                         /* IDSEL 0x12 func 0 - PCI slot 2 */
7425 -                       9000 0 0 1 &mpic 3 1
7426 -                       9000 0 0 2 &mpic 4 1
7427 -                       9000 0 0 3 &mpic 1 1
7428 -                       9000 0 0 4 &mpic 2 1
7429 +                       0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
7430 +                       0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
7431 +                       0x9000 0x0 0x0 0x3 &mpic 0x1 0x1
7432 +                       0x9000 0x0 0x0 0x4 &mpic 0x2 0x1
7433  
7434                         /* IDSEL 0x12 func 1 - PCI slot 2 */
7435 -                       9100 0 0 1 &mpic 3 1
7436 -                       9100 0 0 2 &mpic 4 1
7437 -                       9100 0 0 3 &mpic 1 1
7438 -                       9100 0 0 4 &mpic 2 1
7439 +                       0x9100 0x0 0x0 0x1 &mpic 0x3 0x1
7440 +                       0x9100 0x0 0x0 0x2 &mpic 0x4 0x1
7441 +                       0x9100 0x0 0x0 0x3 &mpic 0x1 0x1
7442 +                       0x9100 0x0 0x0 0x4 &mpic 0x2 0x1
7443  
7444                         /* IDSEL 0x12 func 2 - PCI slot 2 */
7445 -                       9200 0 0 1 &mpic 3 1
7446 -                       9200 0 0 2 &mpic 4 1
7447 -                       9200 0 0 3 &mpic 1 1
7448 -                       9200 0 0 4 &mpic 2 1
7449 +                       0x9200 0x0 0x0 0x1 &mpic 0x3 0x1
7450 +                       0x9200 0x0 0x0 0x2 &mpic 0x4 0x1
7451 +                       0x9200 0x0 0x0 0x3 &mpic 0x1 0x1
7452 +                       0x9200 0x0 0x0 0x4 &mpic 0x2 0x1
7453  
7454                         /* IDSEL 0x12 func 3 - PCI slot 2 */
7455 -                       9300 0 0 1 &mpic 3 1
7456 -                       9300 0 0 2 &mpic 4 1
7457 -                       9300 0 0 3 &mpic 1 1
7458 -                       9300 0 0 4 &mpic 2 1
7459 +                       0x9300 0x0 0x0 0x1 &mpic 0x3 0x1
7460 +                       0x9300 0x0 0x0 0x2 &mpic 0x4 0x1
7461 +                       0x9300 0x0 0x0 0x3 &mpic 0x1 0x1
7462 +                       0x9300 0x0 0x0 0x4 &mpic 0x2 0x1
7463  
7464                         /* IDSEL 0x12 func 4 - PCI slot 2 */
7465 -                       9400 0 0 1 &mpic 3 1
7466 -                       9400 0 0 2 &mpic 4 1
7467 -                       9400 0 0 3 &mpic 1 1
7468 -                       9400 0 0 4 &mpic 2 1
7469 +                       0x9400 0x0 0x0 0x1 &mpic 0x3 0x1
7470 +                       0x9400 0x0 0x0 0x2 &mpic 0x4 0x1
7471 +                       0x9400 0x0 0x0 0x3 &mpic 0x1 0x1
7472 +                       0x9400 0x0 0x0 0x4 &mpic 0x2 0x1
7473  
7474                         /* IDSEL 0x12 func 5 - PCI slot 2 */
7475 -                       9500 0 0 1 &mpic 3 1
7476 -                       9500 0 0 2 &mpic 4 1
7477 -                       9500 0 0 3 &mpic 1 1
7478 -                       9500 0 0 4 &mpic 2 1
7479 +                       0x9500 0x0 0x0 0x1 &mpic 0x3 0x1
7480 +                       0x9500 0x0 0x0 0x2 &mpic 0x4 0x1
7481 +                       0x9500 0x0 0x0 0x3 &mpic 0x1 0x1
7482 +                       0x9500 0x0 0x0 0x4 &mpic 0x2 0x1
7483  
7484                         /* IDSEL 0x12 func 6 - PCI slot 2 */
7485 -                       9600 0 0 1 &mpic 3 1
7486 -                       9600 0 0 2 &mpic 4 1
7487 -                       9600 0 0 3 &mpic 1 1
7488 -                       9600 0 0 4 &mpic 2 1
7489 +                       0x9600 0x0 0x0 0x1 &mpic 0x3 0x1
7490 +                       0x9600 0x0 0x0 0x2 &mpic 0x4 0x1
7491 +                       0x9600 0x0 0x0 0x3 &mpic 0x1 0x1
7492 +                       0x9600 0x0 0x0 0x4 &mpic 0x2 0x1
7493  
7494                         /* IDSEL 0x12 func 7 - PCI slot 2 */
7495 -                       9700 0 0 1 &mpic 3 1
7496 -                       9700 0 0 2 &mpic 4 1
7497 -                       9700 0 0 3 &mpic 1 1
7498 -                       9700 0 0 4 &mpic 2 1
7499 +                       0x9700 0x0 0x0 0x1 &mpic 0x3 0x1
7500 +                       0x9700 0x0 0x0 0x2 &mpic 0x4 0x1
7501 +                       0x9700 0x0 0x0 0x3 &mpic 0x1 0x1
7502 +                       0x9700 0x0 0x0 0x4 &mpic 0x2 0x1
7503  
7504                         // IDSEL 0x1c  USB
7505 -                       e000 0 0 1 &i8259 c 2
7506 -                       e100 0 0 2 &i8259 9 2
7507 -                       e200 0 0 3 &i8259 a 2
7508 -                       e300 0 0 4 &i8259 b 2
7509 +                       0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
7510 +                       0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
7511 +                       0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
7512 +                       0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
7513  
7514                         // IDSEL 0x1d  Audio
7515 -                       e800 0 0 1 &i8259 6 2
7516 +                       0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
7517  
7518                         // IDSEL 0x1e Legacy
7519 -                       f000 0 0 1 &i8259 7 2
7520 -                       f100 0 0 1 &i8259 7 2
7521 +                       0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
7522 +                       0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
7523  
7524                         // IDSEL 0x1f IDE/SATA
7525 -                       f800 0 0 1 &i8259 e 2
7526 -                       f900 0 0 1 &i8259 5 2
7527 +                       0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
7528 +                       0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
7529  
7530                         >;
7531  
7532                 pcie@0 {
7533 -                       reg = <0 0 0 0 0>;
7534 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
7535                         #size-cells = <2>;
7536                         #address-cells = <3>;
7537                         device_type = "pci";
7538 -                       ranges = <02000000 0 80000000
7539 -                                 02000000 0 80000000
7540 -                                 0 20000000
7541 -
7542 -                                 01000000 0 00000000
7543 -                                 01000000 0 00000000
7544 -                                 0 00100000>;
7545 +                       ranges = <0x2000000 0x0 0x80000000
7546 +                                 0x2000000 0x0 0x80000000
7547 +                                 0x0 0x20000000
7548 +
7549 +                                 0x1000000 0x0 0x0
7550 +                                 0x1000000 0x0 0x0
7551 +                                 0x0 0x100000>;
7552                         uli1575@0 {
7553 -                               reg = <0 0 0 0 0>;
7554 +                               reg = <0x0 0x0 0x0 0x0 0x0>;
7555                                 #size-cells = <2>;
7556                                 #address-cells = <3>;
7557 -                               ranges = <02000000 0 80000000
7558 -                                         02000000 0 80000000
7559 -                                         0 20000000
7560 -
7561 -                                         01000000 0 00000000
7562 -                                         01000000 0 00000000
7563 -                                         0 00100000>;
7564 +                               ranges = <0x2000000 0x0 0x80000000
7565 +                                         0x2000000 0x0 0x80000000
7566 +                                         0x0 0x20000000
7567 +
7568 +                                         0x1000000 0x0 0x0
7569 +                                         0x1000000 0x0 0x0
7570 +                                         0x0 0x100000>;
7571                                 isa@1e {
7572                                         device_type = "isa";
7573                                         #interrupt-cells = <2>;
7574                                         #size-cells = <1>;
7575                                         #address-cells = <2>;
7576 -                                       reg = <f000 0 0 0 0>;
7577 -                                       ranges = <1 0 01000000 0 0
7578 -                                                 00001000>;
7579 +                                       reg = <0xf000 0x0 0x0 0x0 0x0>;
7580 +                                       ranges = <0x1 0x0 0x1000000 0x0 0x0
7581 +                                                 0x1000>;
7582                                         interrupt-parent = <&i8259>;
7583  
7584                                         i8259: interrupt-controller@20 {
7585 -                                               reg = <1 20 2
7586 -                                                      1 a0 2
7587 -                                                      1 4d0 2>;
7588 +                                               reg = <0x1 0x20 0x2
7589 +                                                      0x1 0xa0 0x2
7590 +                                                      0x1 0x4d0 0x2>;
7591                                                 interrupt-controller;
7592                                                 device_type = "interrupt-controller";
7593                                                 #address-cells = <0>;
7594 @@ -412,29 +413,29 @@
7595                                         i8042@60 {
7596                                                 #size-cells = <0>;
7597                                                 #address-cells = <1>;
7598 -                                               reg = <1 60 1 1 64 1>;
7599 -                                               interrupts = <1 3 c 3>;
7600 +                                               reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
7601 +                                               interrupts = <1 3 12 3>;
7602                                                 interrupt-parent =
7603                                                         <&i8259>;
7604  
7605                                                 keyboard@0 {
7606 -                                                       reg = <0>;
7607 +                                                       reg = <0x0>;
7608                                                         compatible = "pnpPNP,303";
7609                                                 };
7610  
7611                                                 mouse@1 {
7612 -                                                       reg = <1>;
7613 +                                                       reg = <0x1>;
7614                                                         compatible = "pnpPNP,f03";
7615                                                 };
7616                                         };
7617  
7618                                         rtc@70 {
7619                                                 compatible = "pnpPNP,b00";
7620 -                                               reg = <1 70 2>;
7621 +                                               reg = <0x1 0x70 0x2>;
7622                                         };
7623  
7624                                         gpio@400 {
7625 -                                               reg = <1 400 80>;
7626 +                                               reg = <0x1 0x400 0x80>;
7627                                         };
7628                                 };
7629                         };
7630 @@ -449,33 +450,33 @@
7631                 #interrupt-cells = <1>;
7632                 #size-cells = <2>;
7633                 #address-cells = <3>;
7634 -               reg = <ffe09000 1000>;
7635 -               bus-range = <0 ff>;
7636 -               ranges = <02000000 0 a0000000 a0000000 0 20000000
7637 -                         01000000 0 00000000 ffc10000 0 00010000>;
7638 -               clock-frequency = <1fca055>;
7639 +               reg = <0xffe09000 0x1000>;
7640 +               bus-range = <0 255>;
7641 +               ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
7642 +                         0x1000000 0x0 0x0 0xffc10000 0x0 0x10000>;
7643 +               clock-frequency = <33333333>;
7644                 interrupt-parent = <&mpic>;
7645 -               interrupts = <1a 2>;
7646 -               interrupt-map-mask = <f800 0 0 7>;
7647 +               interrupts = <26 2>;
7648 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
7649                 interrupt-map = <
7650                         /* IDSEL 0x0 */
7651 -                       0000 0 0 1 &mpic 4 1
7652 -                       0000 0 0 2 &mpic 5 1
7653 -                       0000 0 0 3 &mpic 6 1
7654 -                       0000 0 0 4 &mpic 7 1
7655 +                       0000 0x0 0x0 0x1 &mpic 0x4 0x1
7656 +                       0000 0x0 0x0 0x2 &mpic 0x5 0x1
7657 +                       0000 0x0 0x0 0x3 &mpic 0x6 0x1
7658 +                       0000 0x0 0x0 0x4 &mpic 0x7 0x1
7659                         >;
7660                 pcie@0 {
7661 -                       reg = <0 0 0 0 0>;
7662 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
7663                         #size-cells = <2>;
7664                         #address-cells = <3>;
7665                         device_type = "pci";
7666 -                       ranges = <02000000 0 a0000000
7667 -                                 02000000 0 a0000000
7668 -                                 0 20000000
7669 -
7670 -                                 01000000 0 00000000
7671 -                                 01000000 0 00000000
7672 -                                 0 00100000>;
7673 +                       ranges = <0x2000000 0x0 0xa0000000
7674 +                                 0x2000000 0x0 0xa0000000
7675 +                                 0x0 0x20000000
7676 +
7677 +                                 0x1000000 0x0 0x0
7678 +                                 0x1000000 0x0 0x0
7679 +                                 0x0 0x100000>;
7680                 };
7681         };
7682  
7683 @@ -486,33 +487,33 @@
7684                 #interrupt-cells = <1>;
7685                 #size-cells = <2>;
7686                 #address-cells = <3>;
7687 -               reg = <ffe0a000 1000>;
7688 -               bus-range = <0 ff>;
7689 -               ranges = <02000000 0 c0000000 c0000000 0 20000000
7690 -                         01000000 0 00000000 ffc20000 0 00010000>;
7691 -               clock-frequency = <1fca055>;
7692 +               reg = <0xffe0a000 0x1000>;
7693 +               bus-range = <0 255>;
7694 +               ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
7695 +                         0x1000000 0x0 0x0 0xffc20000 0x0 0x10000>;
7696 +               clock-frequency = <33333333>;
7697                 interrupt-parent = <&mpic>;
7698 -               interrupts = <1b 2>;
7699 -               interrupt-map-mask = <f800 0 0 7>;
7700 +               interrupts = <27 2>;
7701 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
7702                 interrupt-map = <
7703                         /* IDSEL 0x0 */
7704 -                       0000 0 0 1 &mpic 0 1
7705 -                       0000 0 0 2 &mpic 1 1
7706 -                       0000 0 0 3 &mpic 2 1
7707 -                       0000 0 0 4 &mpic 3 1
7708 +                       0000 0x0 0x0 0x1 &mpic 0x0 0x1
7709 +                       0000 0x0 0x0 0x2 &mpic 0x1 0x1
7710 +                       0000 0x0 0x0 0x3 &mpic 0x2 0x1
7711 +                       0000 0x0 0x0 0x4 &mpic 0x3 0x1
7712                         >;
7713                 pcie@0 {
7714 -                       reg = <0 0 0 0 0>;
7715 +                       reg = <0x0 0x0 0x0 0x0 0x0>;
7716                         #size-cells = <2>;
7717                         #address-cells = <3>;
7718                         device_type = "pci";
7719 -                       ranges = <02000000 0 c0000000
7720 -                                 02000000 0 c0000000
7721 -                                 0 20000000
7722 -
7723 -                                 01000000 0 00000000
7724 -                                 01000000 0 00000000
7725 -                                 0 00100000>;
7726 +                       ranges = <0x2000000 0x0 0xc0000000
7727 +                                 0x2000000 0x0 0xc0000000
7728 +                                 0x0 0x20000000
7729 +
7730 +                                 0x1000000 0x0 0x0
7731 +                                 0x1000000 0x0 0x0
7732 +                                 0x0 0x100000>;
7733                 };
7734         };
7735  };
7736 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8641_hpcn.dts powerpc.git/arch/powerpc/boot/dts/mpc8641_hpcn.dts
7737 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc8641_hpcn.dts     2008-04-11 22:32:29.000000000 +0200
7738 +++ powerpc.git/arch/powerpc/boot/dts/mpc8641_hpcn.dts  2008-04-19 16:40:52.000000000 +0200
7739 @@ -13,7 +13,7 @@
7740  
7741  / {
7742         model = "MPC8641HPCN";
7743 -       compatible = "mpc86xx";
7744 +       compatible = "fsl,mpc8641hpcn";
7745         #address-cells = <1>;
7746         #size-cells = <1>;
7747  
7748 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc866ads.dts powerpc.git/arch/powerpc/boot/dts/mpc866ads.dts
7749 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc866ads.dts        2008-04-11 22:32:29.000000000 +0200
7750 +++ powerpc.git/arch/powerpc/boot/dts/mpc866ads.dts     2008-04-19 16:40:52.000000000 +0200
7751 @@ -2,6 +2,7 @@
7752   * MPC866 ADS Device Tree Source
7753   *
7754   * Copyright 2006 MontaVista Software, Inc.
7755 + * Copyright 2008 Freescale Semiconductor, Inc.
7756   *
7757   * This program is free software; you can redistribute  it and/or modify it
7758   * under  the terms of  the GNU General  Public License as published by the
7759 @@ -9,6 +10,7 @@
7760   * option) any later version.
7761   */
7762  
7763 +/dts-v1/;
7764  
7765  / {
7766         model = "MPC866ADS";
7767 @@ -22,37 +24,37 @@
7768  
7769                 PowerPC,866@0 {
7770                         device_type = "cpu";
7771 -                       reg = <0>;
7772 -                       d-cache-line-size = <10>;       // 16 bytes
7773 -                       i-cache-line-size = <10>;       // 16 bytes
7774 -                       d-cache-size = <2000>;          // L1, 8K
7775 -                       i-cache-size = <4000>;          // L1, 16K
7776 +                       reg = <0x0>;
7777 +                       d-cache-line-size = <16>;       // 16 bytes
7778 +                       i-cache-line-size = <16>;       // 16 bytes
7779 +                       d-cache-size = <0x2000>;                // L1, 8K
7780 +                       i-cache-size = <0x4000>;                // L1, 16K
7781                         timebase-frequency = <0>;
7782                         bus-frequency = <0>;
7783                         clock-frequency = <0>;
7784 -                       interrupts = <f 2>;     // decrementer interrupt
7785 +                       interrupts = <15 2>;    // decrementer interrupt
7786                         interrupt-parent = <&PIC>;
7787                 };
7788         };
7789  
7790         memory {
7791                 device_type = "memory";
7792 -               reg = <00000000 800000>;
7793 +               reg = <0x0 0x800000>;
7794         };
7795  
7796         localbus@ff000100 {
7797                 compatible = "fsl,mpc866-localbus", "fsl,pq1-localbus";
7798                 #address-cells = <2>;
7799                 #size-cells = <1>;
7800 -               reg = <ff000100 40>;
7801 +               reg = <0xff000100 0x40>;
7802  
7803                 ranges = <
7804 -                       1 0 ff080000 00008000
7805 -                       5 0 ff0a0000 00008000
7806 +                       0x1 0x0 0xff080000 0x8000
7807 +                       0x5 0x0 0xff0a0000 0x8000
7808                 >;
7809  
7810                 board-control@1,0 {
7811 -                       reg = <1 0 20 5 300 4>;
7812 +                       reg = <0x1 0x0 0x20 0x5 0x300 0x4>;
7813                         compatible = "fsl,mpc866ads-bcsr";
7814                 };
7815         };
7816 @@ -61,17 +63,17 @@
7817                 #address-cells = <1>;
7818                 #size-cells = <1>;
7819                 device_type = "soc";
7820 -               ranges = <0 ff000000 00100000>;
7821 -               reg = <ff000000 00000200>;
7822 +               ranges = <0x0 0xff000000 0x100000>;
7823 +               reg = <0xff000000 0x200>;
7824                 bus-frequency = <0>;
7825  
7826                 mdio@e00 {
7827                         compatible = "fsl,mpc866-fec-mdio", "fsl,pq1-fec-mdio";
7828 -                       reg = <e00 188>;
7829 +                       reg = <0xe00 0x188>;
7830                         #address-cells = <1>;
7831                         #size-cells = <0>;
7832                         PHY: ethernet-phy@f {
7833 -                               reg = <f>;
7834 +                               reg = <0xf>;
7835                                 device_type = "ethernet-phy";
7836                         };
7837                 };
7838 @@ -80,7 +82,7 @@
7839                         device_type = "network";
7840                         compatible = "fsl,mpc866-fec-enet",
7841                                      "fsl,pq1-fec-enet";
7842 -                       reg = <e00 188>;
7843 +                       reg = <0xe00 0x188>;
7844                         local-mac-address = [ 00 00 00 00 00 00 ];
7845                         interrupts = <3 1>;
7846                         interrupt-parent = <&PIC>;
7847 @@ -91,7 +93,7 @@
7848                 PIC: pic@0 {
7849                         interrupt-controller;
7850                         #interrupt-cells = <2>;
7851 -                       reg = <0 24>;
7852 +                       reg = <0x0 0x24>;
7853                         compatible = "fsl,mpc866-pic", "fsl,pq1-pic";
7854                 };
7855  
7856 @@ -100,7 +102,7 @@
7857                         #size-cells = <1>;
7858                         compatible = "fsl,mpc866-cpm", "fsl,cpm1";
7859                         ranges;
7860 -                       reg = <9c0 40>;
7861 +                       reg = <0x9c0 0x40>;
7862                         brg-frequency = <0>;
7863                         interrupts = <0 2>;     // cpm error interrupt
7864                         interrupt-parent = <&CPM_PIC>;
7865 @@ -108,11 +110,11 @@
7866                         muram@2000 {
7867                                 #address-cells = <1>;
7868                                 #size-cells = <1>;
7869 -                               ranges = <0 2000 2000>;
7870 +                               ranges = <0x0 0x2000 0x2000>;
7871  
7872                                 data@0 {
7873                                         compatible = "fsl,cpm-muram-data";
7874 -                                       reg = <0 1c00>;
7875 +                                       reg = <0x0 0x1c00>;
7876                                 };
7877                         };
7878  
7879 @@ -120,7 +122,7 @@
7880                                 compatible = "fsl,mpc866-brg",
7881                                              "fsl,cpm1-brg",
7882                                              "fsl,cpm-brg";
7883 -                               reg = <9f0 10>;
7884 +                               reg = <0x9f0 0x10>;
7885                                 clock-frequency = <0>;
7886                         };
7887  
7888 @@ -130,7 +132,7 @@
7889                                 #interrupt-cells = <1>;
7890                                 interrupts = <5 2 0 2>;
7891                                 interrupt-parent = <&PIC>;
7892 -                               reg = <930 20>;
7893 +                               reg = <0x930 0x20>;
7894                                 compatible = "fsl,mpc866-cpm-pic",
7895                                              "fsl,cpm1-pic";
7896                         };
7897 @@ -140,31 +142,31 @@
7898                                 device_type = "serial";
7899                                 compatible = "fsl,mpc866-smc-uart",
7900                                              "fsl,cpm1-smc-uart";
7901 -                               reg = <a80 10 3e80 40>;
7902 +                               reg = <0xa80 0x10 0x3e80 0x40>;
7903                                 interrupts = <4>;
7904                                 interrupt-parent = <&CPM_PIC>;
7905                                 fsl,cpm-brg = <1>;
7906 -                               fsl,cpm-command = <0090>;
7907 +                               fsl,cpm-command = <0x90>;
7908                         };
7909  
7910                         serial@a90 {
7911                                 device_type = "serial";
7912                                 compatible = "fsl,mpc866-smc-uart",
7913                                              "fsl,cpm1-smc-uart";
7914 -                               reg = <a90 10 3f80 40>;
7915 +                               reg = <0xa90 0x10 0x3f80 0x40>;
7916                                 interrupts = <3>;
7917                                 interrupt-parent = <&CPM_PIC>;
7918                                 fsl,cpm-brg = <2>;
7919 -                               fsl,cpm-command = <00d0>;
7920 +                               fsl,cpm-command = <0xd0>;
7921                         };
7922  
7923                         ethernet@a00 {
7924                                 device_type = "network";
7925                                 compatible = "fsl,mpc866-scc-enet",
7926                                              "fsl,cpm1-scc-enet";
7927 -                               reg = <a00 18 3c00 100>;
7928 +                               reg = <0xa00 0x18 0x3c00 0x100>;
7929                                 local-mac-address = [ 00 00 00 00 00 00 ];
7930 -                               interrupts = <1e>;
7931 +                               interrupts = <30>;
7932                                 interrupt-parent = <&CPM_PIC>;
7933                                 fsl,cpm-command = <0000>;
7934                                 linux,network-index = <1>;
7935 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc885ads.dts powerpc.git/arch/powerpc/boot/dts/mpc885ads.dts
7936 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/mpc885ads.dts        2008-04-11 22:32:29.000000000 +0200
7937 +++ powerpc.git/arch/powerpc/boot/dts/mpc885ads.dts     2008-04-19 16:40:52.000000000 +0200
7938 @@ -2,7 +2,7 @@
7939   * MPC885 ADS Device Tree Source
7940   *
7941   * Copyright 2006 MontaVista Software, Inc.
7942 - * Copyright 2007 Freescale Semiconductor, Inc.
7943 + * Copyright 2007,2008 Freescale Semiconductor, Inc.
7944   *
7945   * This program is free software; you can redistribute  it and/or modify it
7946   * under  the terms of  the GNU General  Public License as published by the
7947 @@ -10,6 +10,7 @@
7948   * option) any later version.
7949   */
7950  
7951 +/dts-v1/;
7952  
7953  / {
7954         model = "MPC885ADS";
7955 @@ -23,45 +24,45 @@
7956  
7957                 PowerPC,885@0 {
7958                         device_type = "cpu";
7959 -                       reg = <0>;
7960 -                       d-cache-line-size = <d#16>;
7961 -                       i-cache-line-size = <d#16>;
7962 -                       d-cache-size = <d#8192>;
7963 -                       i-cache-size = <d#8192>;
7964 +                       reg = <0x0>;
7965 +                       d-cache-line-size = <16>;
7966 +                       i-cache-line-size = <16>;
7967 +                       d-cache-size = <8192>;
7968 +                       i-cache-size = <8192>;
7969                         timebase-frequency = <0>;
7970                         bus-frequency = <0>;
7971                         clock-frequency = <0>;
7972 -                       interrupts = <f 2>;     // decrementer interrupt
7973 +                       interrupts = <15 2>;    // decrementer interrupt
7974                         interrupt-parent = <&PIC>;
7975                 };
7976         };
7977  
7978         memory {
7979                 device_type = "memory";
7980 -               reg = <0 0>;
7981 +               reg = <0x0 0x0>;
7982         };
7983  
7984         localbus@ff000100 {
7985                 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus";
7986                 #address-cells = <2>;
7987                 #size-cells = <1>;
7988 -               reg = <ff000100 40>;
7989 +               reg = <0xff000100 0x40>;
7990  
7991                 ranges = <
7992 -                       0 0 fe000000 00800000
7993 -                       1 0 ff080000 00008000
7994 -                       5 0 ff0a0000 00008000
7995 +                       0x0 0x0 0xfe000000 0x800000
7996 +                       0x1 0x0 0xff080000 0x8000
7997 +                       0x5 0x0 0xff0a0000 0x8000
7998                 >;
7999  
8000                 flash@0,0 {
8001                         compatible = "jedec-flash";
8002 -                       reg = <0 0 800000>;
8003 +                       reg = <0x0 0x0 0x800000>;
8004                         bank-width = <4>;
8005                         device-width = <1>;
8006                 };
8007  
8008                 board-control@1,0 {
8009 -                       reg = <1 0 20 5 300 4>;
8010 +                       reg = <0x1 0x0 0x20 0x5 0x300 0x4>;
8011                         compatible = "fsl,mpc885ads-bcsr";
8012                 };
8013         };
8014 @@ -71,30 +72,30 @@
8015                 #address-cells = <1>;
8016                 #size-cells = <1>;
8017                 device_type = "soc";
8018 -               ranges = <0 ff000000 00004000>;
8019 +               ranges = <0x0 0xff000000 0x4000>;
8020                 bus-frequency = <0>;
8021  
8022                 // Temporary -- will go away once kernel uses ranges for get_immrbase().
8023 -               reg = <ff000000 4000>;
8024 +               reg = <0xff000000 0x4000>;
8025  
8026                 mdio@e00 {
8027                         compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
8028 -                       reg = <e00 188>;
8029 +                       reg = <0xe00 0x188>;
8030                         #address-cells = <1>;
8031                         #size-cells = <0>;
8032  
8033                         PHY0: ethernet-phy@0 {
8034 -                               reg = <0>;
8035 +                               reg = <0x0>;
8036                                 device_type = "ethernet-phy";
8037                         };
8038  
8039                         PHY1: ethernet-phy@1 {
8040 -                               reg = <1>;
8041 +                               reg = <0x1>;
8042                                 device_type = "ethernet-phy";
8043                         };
8044  
8045                         PHY2: ethernet-phy@2 {
8046 -                               reg = <2>;
8047 +                               reg = <0x2>;
8048                                 device_type = "ethernet-phy";
8049                         };
8050                 };
8051 @@ -103,7 +104,7 @@
8052                         device_type = "network";
8053                         compatible = "fsl,mpc885-fec-enet",
8054                                      "fsl,pq1-fec-enet";
8055 -                       reg = <e00 188>;
8056 +                       reg = <0xe00 0x188>;
8057                         local-mac-address = [ 00 00 00 00 00 00 ];
8058                         interrupts = <3 1>;
8059                         interrupt-parent = <&PIC>;
8060 @@ -115,7 +116,7 @@
8061                         device_type = "network";
8062                         compatible = "fsl,mpc885-fec-enet",
8063                                      "fsl,pq1-fec-enet";
8064 -                       reg = <1e00 188>;
8065 +                       reg = <0x1e00 0x188>;
8066                         local-mac-address = [ 00 00 00 00 00 00 ];
8067                         interrupts = <7 1>;
8068                         interrupt-parent = <&PIC>;
8069 @@ -126,7 +127,7 @@
8070                 PIC: interrupt-controller@0 {
8071                         interrupt-controller;
8072                         #interrupt-cells = <2>;
8073 -                       reg = <0 24>;
8074 +                       reg = <0x0 0x24>;
8075                         compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
8076                 };
8077  
8078 @@ -136,29 +137,29 @@
8079                         #size-cells = <2>;
8080                         compatible = "fsl,pq-pcmcia";
8081                         device_type = "pcmcia";
8082 -                       reg = <80 80>;
8083 +                       reg = <0x80 0x80>;
8084                         interrupt-parent = <&PIC>;
8085 -                       interrupts = <d 1>;
8086 +                       interrupts = <13 1>;
8087                 };
8088  
8089                 cpm@9c0 {
8090                         #address-cells = <1>;
8091                         #size-cells = <1>;
8092                         compatible = "fsl,mpc885-cpm", "fsl,cpm1";
8093 -                       command-proc = <9c0>;
8094 +                       command-proc = <0x9c0>;
8095                         interrupts = <0>;       // cpm error interrupt
8096                         interrupt-parent = <&CPM_PIC>;
8097 -                       reg = <9c0 40>;
8098 +                       reg = <0x9c0 0x40>;
8099                         ranges;
8100  
8101                         muram@2000 {
8102                                 #address-cells = <1>;
8103                                 #size-cells = <1>;
8104 -                               ranges = <0 2000 2000>;
8105 +                               ranges = <0x0 0x2000 0x2000>;
8106  
8107                                 data@0 {
8108                                         compatible = "fsl,cpm-muram-data";
8109 -                                       reg = <0 1c00>;
8110 +                                       reg = <0x0 0x1c00>;
8111                                 };
8112                         };
8113  
8114 @@ -167,7 +168,7 @@
8115                                              "fsl,cpm1-brg",
8116                                              "fsl,cpm-brg";
8117                                 clock-frequency = <0>;
8118 -                               reg = <9f0 10>;
8119 +                               reg = <0x9f0 0x10>;
8120                         };
8121  
8122                         CPM_PIC: interrupt-controller@930 {
8123 @@ -175,7 +176,7 @@
8124                                 #interrupt-cells = <1>;
8125                                 interrupts = <5 2 0 2>;
8126                                 interrupt-parent = <&PIC>;
8127 -                               reg = <930 20>;
8128 +                               reg = <0x930 0x20>;
8129                                 compatible = "fsl,mpc885-cpm-pic",
8130                                              "fsl,cpm1-pic";
8131                         };
8132 @@ -184,34 +185,34 @@
8133                                 device_type = "serial";
8134                                 compatible = "fsl,mpc885-smc-uart",
8135                                              "fsl,cpm1-smc-uart";
8136 -                               reg = <a80 10 3e80 40>;
8137 +                               reg = <0xa80 0x10 0x3e80 0x40>;
8138                                 interrupts = <4>;
8139                                 interrupt-parent = <&CPM_PIC>;
8140                                 fsl,cpm-brg = <1>;
8141 -                               fsl,cpm-command = <0090>;
8142 +                               fsl,cpm-command = <0x90>;
8143                         };
8144  
8145                         serial@a90 {
8146                                 device_type = "serial";
8147                                 compatible = "fsl,mpc885-smc-uart",
8148                                              "fsl,cpm1-smc-uart";
8149 -                               reg = <a90 10 3f80 40>;
8150 +                               reg = <0xa90 0x10 0x3f80 0x40>;
8151                                 interrupts = <3>;
8152                                 interrupt-parent = <&CPM_PIC>;
8153                                 fsl,cpm-brg = <2>;
8154 -                               fsl,cpm-command = <00d0>;
8155 +                               fsl,cpm-command = <0xd0>;
8156                         };
8157  
8158                         ethernet@a40 {
8159                                 device_type = "network";
8160                                 compatible = "fsl,mpc885-scc-enet",
8161                                              "fsl,cpm1-scc-enet";
8162 -                               reg = <a40 18 3e00 100>;
8163 +                               reg = <0xa40 0x18 0x3e00 0x100>;
8164                                 local-mac-address = [ 00 00 00 00 00 00 ];
8165 -                               interrupts = <1c>;
8166 +                               interrupts = <28>;
8167                                 interrupt-parent = <&CPM_PIC>;
8168                                 phy-handle = <&PHY2>;
8169 -                               fsl,cpm-command = <0080>;
8170 +                               fsl,cpm-command = <0x80>;
8171                                 linux,network-index = <2>;
8172                         };
8173                 };
8174 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/pq2fads.dts powerpc.git/arch/powerpc/boot/dts/pq2fads.dts
8175 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/pq2fads.dts  2008-04-11 22:32:29.000000000 +0200
8176 +++ powerpc.git/arch/powerpc/boot/dts/pq2fads.dts       2008-04-19 16:40:52.000000000 +0200
8177 @@ -1,7 +1,7 @@
8178  /*
8179   * Device Tree for the PQ2FADS-ZU board with an MPC8280 chip.
8180   *
8181 - * Copyright 2007 Freescale Semiconductor Inc.
8182 + * Copyright 2007,2008 Freescale Semiconductor Inc.
8183   *
8184   * This program is free software; you can redistribute  it and/or modify it
8185   * under  the terms of  the GNU General  Public License as published by the
8186 @@ -9,6 +9,8 @@
8187   * option) any later version.
8188   */
8189  
8190 +/dts-v1/;
8191 +
8192  / {
8193         model = "pq2fads";
8194         compatible = "fsl,pq2fads";
8195 @@ -21,11 +23,11 @@
8196  
8197                 cpu@0 {
8198                         device_type = "cpu";
8199 -                       reg = <0>;
8200 -                       d-cache-line-size = <d#32>;
8201 -                       i-cache-line-size = <d#32>;
8202 -                       d-cache-size = <d#16384>;
8203 -                       i-cache-size = <d#16384>;
8204 +                       reg = <0x0>;
8205 +                       d-cache-line-size = <32>;
8206 +                       i-cache-line-size = <32>;
8207 +                       d-cache-size = <16384>;
8208 +                       i-cache-size = <16384>;
8209                         timebase-frequency = <0>;
8210                         clock-frequency = <0>;
8211                 };
8212 @@ -33,7 +35,7 @@
8213  
8214         memory {
8215                 device_type = "memory";
8216 -               reg = <0 0>;
8217 +               reg = <0x0 0x0>;
8218         };
8219  
8220         localbus@f0010100 {
8221 @@ -41,67 +43,67 @@
8222                              "fsl,pq2-localbus";
8223                 #address-cells = <2>;
8224                 #size-cells = <1>;
8225 -               reg = <f0010100 60>;
8226 +               reg = <0xf0010100 0x60>;
8227  
8228 -               ranges = <0 0 fe000000 00800000
8229 -                         1 0 f4500000 00008000
8230 -                         8 0 f8200000 00008000>;
8231 +               ranges = <0x0 0x0 0xfe000000 0x800000
8232 +                         0x1 0x0 0xf4500000 0x8000
8233 +                         0x8 0x0 0xf8200000 0x8000>;
8234  
8235                 flash@0,0 {
8236                         compatible = "jedec-flash";
8237 -                       reg = <0 0 800000>;
8238 +                       reg = <0x0 0x0 0x800000>;
8239                         bank-width = <4>;
8240                         device-width = <1>;
8241                 };
8242  
8243                 bcsr@1,0 {
8244 -                       reg = <1 0 20>;
8245 +                       reg = <0x1 0x0 0x20>;
8246                         compatible = "fsl,pq2fads-bcsr";
8247                 };
8248  
8249                 PCI_PIC: pic@8,0 {
8250                         #interrupt-cells = <1>;
8251                         interrupt-controller;
8252 -                       reg = <8 0 8>;
8253 +                       reg = <0x8 0x0 0x8>;
8254                         compatible = "fsl,pq2ads-pci-pic";
8255                         interrupt-parent = <&PIC>;
8256 -                       interrupts = <18 8>;
8257 +                       interrupts = <24 8>;
8258                 };
8259         };
8260  
8261         pci@f0010800 {
8262                 device_type = "pci";
8263 -               reg = <f0010800 10c f00101ac 8 f00101c4 8>;
8264 +               reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>;
8265                 compatible = "fsl,mpc8280-pci", "fsl,pq2-pci";
8266                 #interrupt-cells = <1>;
8267                 #size-cells = <2>;
8268                 #address-cells = <3>;
8269 -               clock-frequency = <d#66000000>;
8270 -               interrupt-map-mask = <f800 0 0 7>;
8271 +               clock-frequency = <66000000>;
8272 +               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
8273                 interrupt-map = <
8274                                 /* IDSEL 0x16 */
8275 -                                b000 0 0 1 &PCI_PIC 0
8276 -                                b000 0 0 2 &PCI_PIC 1
8277 -                                b000 0 0 3 &PCI_PIC 2
8278 -                                b000 0 0 4 &PCI_PIC 3
8279 +                                0xb000 0x0 0x0 0x1 &PCI_PIC 0
8280 +                                0xb000 0x0 0x0 0x2 &PCI_PIC 1
8281 +                                0xb000 0x0 0x0 0x3 &PCI_PIC 2
8282 +                                0xb000 0x0 0x0 0x4 &PCI_PIC 3
8283  
8284                                 /* IDSEL 0x17 */
8285 -                                b800 0 0 1 &PCI_PIC 4
8286 -                                b800 0 0 2 &PCI_PIC 5
8287 -                                b800 0 0 3 &PCI_PIC 6
8288 -                                b800 0 0 4 &PCI_PIC 7
8289 +                                0xb800 0x0 0x0 0x1 &PCI_PIC 4
8290 +                                0xb800 0x0 0x0 0x2 &PCI_PIC 5
8291 +                                0xb800 0x0 0x0 0x3 &PCI_PIC 6
8292 +                                0xb800 0x0 0x0 0x4 &PCI_PIC 7
8293  
8294                                 /* IDSEL 0x18 */
8295 -                                c000 0 0 1 &PCI_PIC 8
8296 -                                c000 0 0 2 &PCI_PIC 9
8297 -                                c000 0 0 3 &PCI_PIC a
8298 -                                c000 0 0 4 &PCI_PIC b>;
8299 +                                0xc000 0x0 0x0 0x1 &PCI_PIC 8
8300 +                                0xc000 0x0 0x0 0x2 &PCI_PIC 9
8301 +                                0xc000 0x0 0x0 0x3 &PCI_PIC 10
8302 +                                0xc000 0x0 0x0 0x4 &PCI_PIC 11>;
8303  
8304                 interrupt-parent = <&PIC>;
8305 -               interrupts = <12 8>;
8306 -               ranges = <42000000 0 80000000 80000000 0 20000000
8307 -                         02000000 0 a0000000 a0000000 0 20000000
8308 -                         01000000 0 00000000 f6000000 0 02000000>;
8309 +               interrupts = <18 8>;
8310 +               ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x20000000
8311 +                         0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
8312 +                         0x1000000 0x0 0x0 0xf6000000 0x0 0x2000000>;
8313         };
8314  
8315         soc@f0000000 {
8316 @@ -109,27 +111,27 @@
8317                 #size-cells = <1>;
8318                 device_type = "soc";
8319                 compatible = "fsl,mpc8280", "fsl,pq2-soc";
8320 -               ranges = <00000000 f0000000 00053000>;
8321 +               ranges = <0x0 0xf0000000 0x53000>;
8322  
8323                 // Temporary -- will go away once kernel uses ranges for get_immrbase().
8324 -               reg = <f0000000 00053000>;
8325 +               reg = <0xf0000000 0x53000>;
8326  
8327                 cpm@119c0 {
8328                         #address-cells = <1>;
8329                         #size-cells = <1>;
8330                         #interrupt-cells = <2>;
8331                         compatible = "fsl,mpc8280-cpm", "fsl,cpm2";
8332 -                       reg = <119c0 30>;
8333 +                       reg = <0x119c0 0x30>;
8334                         ranges;
8335  
8336                         muram@0 {
8337                                 #address-cells = <1>;
8338                                 #size-cells = <1>;
8339 -                               ranges = <0 0 10000>;
8340 +                               ranges = <0x0 0x0 0x10000>;
8341  
8342                                 data@0 {
8343                                         compatible = "fsl,cpm-muram-data";
8344 -                                       reg = <0 2000 9800 800>;
8345 +                                       reg = <0x0 0x2000 0x9800 0x800>;
8346                                 };
8347                         };
8348  
8349 @@ -137,53 +139,53 @@
8350                                 compatible = "fsl,mpc8280-brg",
8351                                              "fsl,cpm2-brg",
8352                                              "fsl,cpm-brg";
8353 -                               reg = <119f0 10 115f0 10>;
8354 +                               reg = <0x119f0 0x10 0x115f0 0x10>;
8355                         };
8356  
8357                         serial@11a00 {
8358                                 device_type = "serial";
8359                                 compatible = "fsl,mpc8280-scc-uart",
8360                                              "fsl,cpm2-scc-uart";
8361 -                               reg = <11a00 20 8000 100>;
8362 -                               interrupts = <28 8>;
8363 +                               reg = <0x11a00 0x20 0x8000 0x100>;
8364 +                               interrupts = <40 8>;
8365                                 interrupt-parent = <&PIC>;
8366                                 fsl,cpm-brg = <1>;
8367 -                               fsl,cpm-command = <00800000>;
8368 +                               fsl,cpm-command = <0x800000>;
8369                         };
8370  
8371                         serial@11a20 {
8372                                 device_type = "serial";
8373                                 compatible = "fsl,mpc8280-scc-uart",
8374                                              "fsl,cpm2-scc-uart";
8375 -                               reg = <11a20 20 8100 100>;
8376 -                               interrupts = <29 8>;
8377 +                               reg = <0x11a20 0x20 0x8100 0x100>;
8378 +                               interrupts = <41 8>;
8379                                 interrupt-parent = <&PIC>;
8380                                 fsl,cpm-brg = <2>;
8381 -                               fsl,cpm-command = <04a00000>;
8382 +                               fsl,cpm-command = <0x4a00000>;
8383                         };
8384  
8385                         ethernet@11320 {
8386                                 device_type = "network";
8387                                 compatible = "fsl,mpc8280-fcc-enet",
8388                                              "fsl,cpm2-fcc-enet";
8389 -                               reg = <11320 20 8500 100 113b0 1>;
8390 -                               interrupts = <21 8>;
8391 +                               reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
8392 +                               interrupts = <33 8>;
8393                                 interrupt-parent = <&PIC>;
8394                                 phy-handle = <&PHY0>;
8395                                 linux,network-index = <0>;
8396 -                               fsl,cpm-command = <16200300>;
8397 +                               fsl,cpm-command = <0x16200300>;
8398                         };
8399  
8400                         ethernet@11340 {
8401                                 device_type = "network";
8402                                 compatible = "fsl,mpc8280-fcc-enet",
8403                                              "fsl,cpm2-fcc-enet";
8404 -                               reg = <11340 20 8600 100 113d0 1>;
8405 -                               interrupts = <22 8>;
8406 +                               reg = <0x11340 0x20 0x8600 0x100 0x113d0 0x1>;
8407 +                               interrupts = <34 8>;
8408                                 interrupt-parent = <&PIC>;
8409                                 phy-handle = <&PHY1>;
8410                                 linux,network-index = <1>;
8411 -                               fsl,cpm-command = <1a400300>;
8412 +                               fsl,cpm-command = <0x1a400300>;
8413                                 local-mac-address = [00 e0 0c 00 79 01];
8414                         };
8415  
8416 @@ -194,21 +196,21 @@
8417                                              "fsl,cpm2-mdio-bitbang";
8418                                 #address-cells = <1>;
8419                                 #size-cells = <0>;
8420 -                               reg = <10d40 14>;
8421 +                               reg = <0x10d40 0x14>;
8422                                 fsl,mdio-pin = <9>;
8423 -                               fsl,mdc-pin = <a>;
8424 +                               fsl,mdc-pin = <10>;
8425  
8426                                 PHY0: ethernet-phy@0 {
8427                                         interrupt-parent = <&PIC>;
8428 -                                       interrupts = <19 2>;
8429 -                                       reg = <0>;
8430 +                                       interrupts = <25 2>;
8431 +                                       reg = <0x0>;
8432                                         device_type = "ethernet-phy";
8433                                 };
8434  
8435                                 PHY1: ethernet-phy@1 {
8436                                         interrupt-parent = <&PIC>;
8437 -                                       interrupts = <19 2>;
8438 -                                       reg = <3>;
8439 +                                       interrupts = <25 2>;
8440 +                                       reg = <0x3>;
8441                                         device_type = "ethernet-phy";
8442                                 };
8443                         };
8444 @@ -218,17 +220,17 @@
8445                                 #size-cells = <0>;
8446                                 compatible = "fsl,mpc8280-usb",
8447                                              "fsl,cpm2-usb";
8448 -                               reg = <11b60 18 8b00 100>;
8449 +                               reg = <0x11b60 0x18 0x8b00 0x100>;
8450                                 interrupt-parent = <&PIC>;
8451 -                               interrupts = <b 8>;
8452 -                               fsl,cpm-command = <2e600000>;
8453 +                               interrupts = <11 8>;
8454 +                               fsl,cpm-command = <0x2e600000>;
8455                         };
8456                 };
8457  
8458                 PIC: interrupt-controller@10c00 {
8459                         #interrupt-cells = <2>;
8460                         interrupt-controller;
8461 -                       reg = <10c00 80>;
8462 +                       reg = <0x10c00 0x80>;
8463                         compatible = "fsl,mpc8280-pic", "fsl,cpm2-pic";
8464                 };
8465  
8466 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/prpmc2800.dts powerpc.git/arch/powerpc/boot/dts/prpmc2800.dts
8467 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/prpmc2800.dts        2008-04-11 22:32:29.000000000 +0200
8468 +++ powerpc.git/arch/powerpc/boot/dts/prpmc2800.dts     2008-04-19 16:40:52.000000000 +0200
8469 @@ -11,6 +11,8 @@
8470   * if it can determine the exact PrPMC type.
8471   */
8472  
8473 +/dts-v1/;
8474 +
8475  / {
8476         #address-cells = <1>;
8477         #size-cells = <1>;
8478 @@ -25,46 +27,46 @@
8479                 PowerPC,7447 {
8480                         device_type = "cpu";
8481                         reg = <0>;
8482 -                       clock-frequency = <2bb0b140>;   /* Default (733 MHz) */
8483 -                       bus-frequency = <7f28155>;      /* 133.333333 MHz */
8484 -                       timebase-frequency = <1fca055>; /* 33.333333 MHz */
8485 -                       i-cache-line-size = <20>;
8486 -                       d-cache-line-size = <20>;
8487 -                       i-cache-size = <8000>;
8488 -                       d-cache-size = <8000>;
8489 +                       clock-frequency = <733333333>;  /* Default */
8490 +                       bus-frequency = <133333333>;
8491 +                       timebase-frequency = <33333333>;
8492 +                       i-cache-line-size = <32>;
8493 +                       d-cache-line-size = <32>;
8494 +                       i-cache-size = <32768>;
8495 +                       d-cache-size = <32768>;
8496                 };
8497         };
8498  
8499         memory {
8500                 device_type = "memory";
8501 -               reg = <00000000 20000000>;      /* Default (512MB) */
8502 +               reg = <0x0 0x20000000>;                 /* Default (512MB) */
8503         };
8504  
8505 -       mv64x60@f1000000 { /* Marvell Discovery */
8506 +       system-controller@f1000000 { /* Marvell Discovery mv64360 */
8507                 #address-cells = <1>;
8508                 #size-cells = <1>;
8509                 model = "mv64360";                      /* Default */
8510 -               compatible = "marvell,mv64x60";
8511 -               clock-frequency = <7f28155>;            /* 133.333333 MHz */
8512 -               reg = <f1000000 00010000>;
8513 -               virtual-reg = <f1000000>;
8514 -               ranges = <88000000 88000000 01000000    /* PCI 0 I/O Space */
8515 -                         80000000 80000000 08000000    /* PCI 0 MEM Space */
8516 -                         a0000000 a0000000 04000000    /* User FLASH */
8517 -                         00000000 f1000000 00010000    /* Bridge's regs */
8518 -                         f2000000 f2000000 00040000>;  /* Integrated SRAM */
8519 +               compatible = "marvell,mv64360";
8520 +               clock-frequency = <133333333>;
8521 +               reg = <0xf1000000 0x10000>;
8522 +               virtual-reg = <0xf1000000>;
8523 +               ranges = <0x88000000 0x88000000 0x1000000 /* PCI 0 I/O Space */
8524 +                         0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
8525 +                         0xa0000000 0xa0000000 0x4000000 /* User FLASH */
8526 +                         0x00000000 0xf1000000 0x0010000 /* Bridge's regs */
8527 +                         0xf2000000 0xf2000000 0x0040000>;/* Integrated SRAM */
8528  
8529                 flash@a0000000 {
8530                         device_type = "rom";
8531                         compatible = "direct-mapped";
8532 -                       reg = <a0000000 4000000>; /* Default (64MB) */
8533 +                       reg = <0xa0000000 0x4000000>; /* Default (64MB) */
8534                         probe-type = "CFI";
8535                         bank-width = <4>;
8536 -                       partitions = <00000000 00100000 /* RO */
8537 -                                     00100000 00040001 /* RW */
8538 -                                     00140000 00400000 /* RO */
8539 -                                     00540000 039c0000 /* RO */
8540 -                                     03f00000 00100000>; /* RO */
8541 +                       partitions = <0x00000000 0x00100000 /* RO */
8542 +                                     0x00100000 0x00040001 /* RW */
8543 +                                     0x00140000 0x00400000 /* RO */
8544 +                                     0x00540000 0x039c0000 /* RO */
8545 +                                     0x03f00000 0x00100000>; /* RO */
8546                         partition-names = "FW Image A", "FW Config Data", "Kernel Image", "Filesystem", "FW Image B";
8547                 };
8548  
8549 @@ -72,171 +74,153 @@
8550                         #address-cells = <1>;
8551                         #size-cells = <0>;
8552                         device_type = "mdio";
8553 -                       compatible = "marvell,mv64x60-mdio";
8554 -                       ethernet-phy@1 {
8555 +                       compatible = "marvell,mv64360-mdio";
8556 +                       PHY0: ethernet-phy@1 {
8557                                 device_type = "ethernet-phy";
8558                                 compatible = "broadcom,bcm5421";
8559 -                               interrupts = <4c>;      /* GPP 12 */
8560 -                               interrupt-parent = <&/mv64x60/pic>;
8561 +                               interrupts = <76>;      /* GPP 12 */
8562 +                               interrupt-parent = <&PIC>;
8563                                 reg = <1>;
8564                         };
8565 -                       ethernet-phy@3 {
8566 +                       PHY1: ethernet-phy@3 {
8567                                 device_type = "ethernet-phy";
8568                                 compatible = "broadcom,bcm5421";
8569 -                               interrupts = <4c>;      /* GPP 12 */
8570 -                               interrupt-parent = <&/mv64x60/pic>;
8571 +                               interrupts = <76>;      /* GPP 12 */
8572 +                               interrupt-parent = <&PIC>;
8573                                 reg = <3>;
8574                         };
8575                 };
8576  
8577 -               ethernet@2000 {
8578 -                       reg = <2000 2000>;
8579 -                       eth0 {
8580 +               ethernet-group@2000 {
8581 +                       #address-cells = <1>;
8582 +                       #size-cells = <0>;
8583 +                       compatible = "marvell,mv64360-eth-group";
8584 +                       reg = <0x2000 0x2000>;
8585 +                       ethernet@0 {
8586                                 device_type = "network";
8587 -                               compatible = "marvell,mv64x60-eth";
8588 -                               block-index = <0>;
8589 -                               interrupts = <20>;
8590 -                               interrupt-parent = <&/mv64x60/pic>;
8591 -                               phy = <&/mv64x60/mdio/ethernet-phy@1>;
8592 +                               compatible = "marvell,mv64360-eth";
8593 +                               reg = <0>;
8594 +                               interrupts = <32>;
8595 +                               interrupt-parent = <&PIC>;
8596 +                               phy = <&PHY0>;
8597                                 local-mac-address = [ 00 00 00 00 00 00 ];
8598                         };
8599 -                       eth1 {
8600 +                       ethernet@1 {
8601                                 device_type = "network";
8602 -                               compatible = "marvell,mv64x60-eth";
8603 -                               block-index = <1>;
8604 -                               interrupts = <21>;
8605 -                               interrupt-parent = <&/mv64x60/pic>;
8606 -                               phy = <&/mv64x60/mdio/ethernet-phy@3>;
8607 +                               compatible = "marvell,mv64360-eth";
8608 +                               reg = <1>;
8609 +                               interrupts = <33>;
8610 +                               interrupt-parent = <&PIC>;
8611 +                               phy = <&PHY1>;
8612                                 local-mac-address = [ 00 00 00 00 00 00 ];
8613                         };
8614                 };
8615  
8616 -               sdma@4000 {
8617 -                       device_type = "dma";
8618 -                       compatible = "marvell,mv64x60-sdma";
8619 -                       reg = <4000 c18>;
8620 -                       virtual-reg = <f1004000>;
8621 -                       interrupt-base = <0>;
8622 -                       interrupts = <24>;
8623 -                       interrupt-parent = <&/mv64x60/pic>;
8624 -               };
8625 -
8626 -               sdma@6000 {
8627 -                       device_type = "dma";
8628 -                       compatible = "marvell,mv64x60-sdma";
8629 -                       reg = <6000 c18>;
8630 -                       virtual-reg = <f1006000>;
8631 -                       interrupt-base = <0>;
8632 -                       interrupts = <26>;
8633 -                       interrupt-parent = <&/mv64x60/pic>;
8634 -               };
8635 -
8636 -               brg@b200 {
8637 -                       compatible = "marvell,mv64x60-brg";
8638 -                       reg = <b200 8>;
8639 +               SDMA0: sdma@4000 {
8640 +                       compatible = "marvell,mv64360-sdma";
8641 +                       reg = <0x4000 0xc18>;
8642 +                       virtual-reg = <0xf1004000>;
8643 +                       interrupts = <36>;
8644 +                       interrupt-parent = <&PIC>;
8645 +               };
8646 +
8647 +               SDMA1: sdma@6000 {
8648 +                       compatible = "marvell,mv64360-sdma";
8649 +                       reg = <0x6000 0xc18>;
8650 +                       virtual-reg = <0xf1006000>;
8651 +                       interrupts = <38>;
8652 +                       interrupt-parent = <&PIC>;
8653 +               };
8654 +
8655 +               BRG0: brg@b200 {
8656 +                       compatible = "marvell,mv64360-brg";
8657 +                       reg = <0xb200 0x8>;
8658                         clock-src = <8>;
8659 -                       clock-frequency = <7ed6b40>;
8660 -                       current-speed = <2580>;
8661 -                       bcr = <0>;
8662 +                       clock-frequency = <133333333>;
8663 +                       current-speed = <9600>;
8664                 };
8665  
8666 -               brg@b208 {
8667 -                       compatible = "marvell,mv64x60-brg";
8668 -                       reg = <b208 8>;
8669 +               BRG1: brg@b208 {
8670 +                       compatible = "marvell,mv64360-brg";
8671 +                       reg = <0xb208 0x8>;
8672                         clock-src = <8>;
8673 -                       clock-frequency = <7ed6b40>;
8674 -                       current-speed = <2580>;
8675 -                       bcr = <0>;
8676 +                       clock-frequency = <133333333>;
8677 +                       current-speed = <9600>;
8678                 };
8679  
8680 -               cunit@f200 {
8681 -                       reg = <f200 200>;
8682 +               CUNIT: cunit@f200 {
8683 +                       reg = <0xf200 0x200>;
8684                 };
8685  
8686 -               mpscrouting@b400 {
8687 -                       reg = <b400 c>;
8688 +               MPSCROUTING: mpscrouting@b400 {
8689 +                       reg = <0xb400 0xc>;
8690                 };
8691  
8692 -               mpscintr@b800 {
8693 -                       reg = <b800 100>;
8694 -                       virtual-reg = <f100b800>;
8695 +               MPSCINTR: mpscintr@b800 {
8696 +                       reg = <0xb800 0x100>;
8697 +                       virtual-reg = <0xf100b800>;
8698                 };
8699  
8700 -               mpsc@8000 {
8701 +               MPSC0: mpsc@8000 {
8702                         device_type = "serial";
8703 -                       compatible = "marvell,mpsc";
8704 -                       reg = <8000 38>;
8705 -                       virtual-reg = <f1008000>;
8706 -                       sdma = <&/mv64x60/sdma@4000>;
8707 -                       brg = <&/mv64x60/brg@b200>;
8708 -                       cunit = <&/mv64x60/cunit@f200>;
8709 -                       mpscrouting = <&/mv64x60/mpscrouting@b400>;
8710 -                       mpscintr = <&/mv64x60/mpscintr@b800>;
8711 -                       block-index = <0>;
8712 -                       max_idle = <28>;
8713 -                       chr_1 = <0>;
8714 -                       chr_2 = <0>;
8715 -                       chr_10 = <3>;
8716 -                       mpcr = <0>;
8717 -                       interrupts = <28>;
8718 -                       interrupt-parent = <&/mv64x60/pic>;
8719 +                       compatible = "marvell,mv64360-mpsc";
8720 +                       reg = <0x8000 0x38>;
8721 +                       virtual-reg = <0xf1008000>;
8722 +                       sdma = <&SDMA0>;
8723 +                       brg = <&BRG0>;
8724 +                       cunit = <&CUNIT>;
8725 +                       mpscrouting = <&MPSCROUTING>;
8726 +                       mpscintr = <&MPSCINTR>;
8727 +                       cell-index = <0>;
8728 +                       interrupts = <40>;
8729 +                       interrupt-parent = <&PIC>;
8730                 };
8731  
8732 -               mpsc@9000 {
8733 +               MPSC1: mpsc@9000 {
8734                         device_type = "serial";
8735 -                       compatible = "marvell,mpsc";
8736 -                       reg = <9000 38>;
8737 -                       virtual-reg = <f1009000>;
8738 -                       sdma = <&/mv64x60/sdma@6000>;
8739 -                       brg = <&/mv64x60/brg@b208>;
8740 -                       cunit = <&/mv64x60/cunit@f200>;
8741 -                       mpscrouting = <&/mv64x60/mpscrouting@b400>;
8742 -                       mpscintr = <&/mv64x60/mpscintr@b800>;
8743 -                       block-index = <1>;
8744 -                       max_idle = <28>;
8745 -                       chr_1 = <0>;
8746 -                       chr_2 = <0>;
8747 -                       chr_10 = <3>;
8748 -                       mpcr = <0>;
8749 -                       interrupts = <2a>;
8750 -                       interrupt-parent = <&/mv64x60/pic>;
8751 +                       compatible = "marvell,mv64360-mpsc";
8752 +                       reg = <0x9000 0x38>;
8753 +                       virtual-reg = <0xf1009000>;
8754 +                       sdma = <&SDMA1>;
8755 +                       brg = <&BRG1>;
8756 +                       cunit = <&CUNIT>;
8757 +                       mpscrouting = <&MPSCROUTING>;
8758 +                       mpscintr = <&MPSCINTR>;
8759 +                       cell-index = <1>;
8760 +                       interrupts = <42>;
8761 +                       interrupt-parent = <&PIC>;
8762                 };
8763  
8764                 wdt@b410 {                      /* watchdog timer */
8765 -                       compatible = "marvell,mv64x60-wdt";
8766 -                       reg = <b410 8>;
8767 -                       timeout = <a>;          /* wdt timeout in seconds */
8768 +                       compatible = "marvell,mv64360-wdt";
8769 +                       reg = <0xb410 0x8>;
8770                 };
8771  
8772                 i2c@c000 {
8773                         device_type = "i2c";
8774 -                       compatible = "marvell,mv64x60-i2c";
8775 -                       reg = <c000 20>;
8776 -                       virtual-reg = <f100c000>;
8777 -                       freq_m = <8>;
8778 -                       freq_n = <3>;
8779 -                       timeout = <3e8>;                /* 1000 = 1 second */
8780 -                       retries = <1>;
8781 -                       interrupts = <25>;
8782 -                       interrupt-parent = <&/mv64x60/pic>;
8783 +                       compatible = "marvell,mv64360-i2c";
8784 +                       reg = <0xc000 0x20>;
8785 +                       virtual-reg = <0xf100c000>;
8786 +                       interrupts = <37>;
8787 +                       interrupt-parent = <&PIC>;
8788                 };
8789  
8790 -               pic {
8791 +               PIC: pic {
8792                         #interrupt-cells = <1>;
8793                         #address-cells = <0>;
8794 -                       compatible = "marvell,mv64x60-pic";
8795 -                       reg = <0000 88>;
8796 +                       compatible = "marvell,mv64360-pic";
8797 +                       reg = <0x0 0x88>;
8798                         interrupt-controller;
8799                 };
8800  
8801                 mpp@f000 {
8802 -                       compatible = "marvell,mv64x60-mpp";
8803 -                       reg = <f000 10>;
8804 +                       compatible = "marvell,mv64360-mpp";
8805 +                       reg = <0xf000 0x10>;
8806                 };
8807  
8808                 gpp@f100 {
8809 -                       compatible = "marvell,mv64x60-gpp";
8810 -                       reg = <f100 20>;
8811 +                       compatible = "marvell,mv64360-gpp";
8812 +                       reg = <0xf100 0x20>;
8813                 };
8814  
8815                 pci@80000000 {
8816 @@ -244,73 +228,75 @@
8817                         #size-cells = <2>;
8818                         #interrupt-cells = <1>;
8819                         device_type = "pci";
8820 -                       compatible = "marvell,mv64x60-pci";
8821 -                       reg = <0cf8 8>;
8822 -                       ranges = <01000000 0        0 88000000 0 01000000
8823 -                                 02000000 0 80000000 80000000 0 08000000>;
8824 -                       bus-range = <0 ff>;
8825 -                       clock-frequency = <3EF1480>;
8826 -                       interrupt-pci-iack = <0c34>;
8827 -                       interrupt-parent = <&/mv64x60/pic>;
8828 -                       interrupt-map-mask = <f800 0 0 7>;
8829 +                       compatible = "marvell,mv64360-pci";
8830 +                       reg = <0xcf8 0x8>;
8831 +                       ranges = <0x01000000 0x0        0x0
8832 +                                       0x88000000 0x0 0x01000000
8833 +                                 0x02000000 0x0 0x80000000
8834 +                                       0x80000000 0x0 0x08000000>;
8835 +                       bus-range = <0 255>;
8836 +                       clock-frequency = <66000000>;
8837 +                       interrupt-pci-iack = <0xc34>;
8838 +                       interrupt-parent = <&PIC>;
8839 +                       interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
8840                         interrupt-map = <
8841                                 /* IDSEL 0x0a */
8842 -                               5000 0 0 1 &/mv64x60/pic 50
8843 -                               5000 0 0 2 &/mv64x60/pic 51
8844 -                               5000 0 0 3 &/mv64x60/pic 5b
8845 -                               5000 0 0 4 &/mv64x60/pic 5d
8846 +                               0x5000 0 0 1 &PIC 80
8847 +                               0x5000 0 0 2 &PIC 81
8848 +                               0x5000 0 0 3 &PIC 91
8849 +                               0x5000 0 0 4 &PIC 93
8850  
8851                                 /* IDSEL 0x0b */
8852 -                               5800 0 0 1 &/mv64x60/pic 5b
8853 -                               5800 0 0 2 &/mv64x60/pic 5d
8854 -                               5800 0 0 3 &/mv64x60/pic 50
8855 -                               5800 0 0 4 &/mv64x60/pic 51
8856 +                               0x5800 0 0 1 &PIC 91
8857 +                               0x5800 0 0 2 &PIC 93
8858 +                               0x5800 0 0 3 &PIC 80
8859 +                               0x5800 0 0 4 &PIC 81
8860  
8861                                 /* IDSEL 0x0c */
8862 -                               6000 0 0 1 &/mv64x60/pic 5b
8863 -                               6000 0 0 2 &/mv64x60/pic 5d
8864 -                               6000 0 0 3 &/mv64x60/pic 50
8865 -                               6000 0 0 4 &/mv64x60/pic 51
8866 +                               0x6000 0 0 1 &PIC 91
8867 +                               0x6000 0 0 2 &PIC 93
8868 +                               0x6000 0 0 3 &PIC 80
8869 +                               0x6000 0 0 4 &PIC 81
8870  
8871                                 /* IDSEL 0x0d */
8872 -                               6800 0 0 1 &/mv64x60/pic 5d
8873 -                               6800 0 0 2 &/mv64x60/pic 50
8874 -                               6800 0 0 3 &/mv64x60/pic 51
8875 -                               6800 0 0 4 &/mv64x60/pic 5b
8876 +                               0x6800 0 0 1 &PIC 93
8877 +                               0x6800 0 0 2 &PIC 80
8878 +                               0x6800 0 0 3 &PIC 81
8879 +                               0x6800 0 0 4 &PIC 91
8880                         >;
8881                 };
8882  
8883                 cpu-error@0070 {
8884 -                       compatible = "marvell,mv64x60-cpu-error";
8885 -                       reg = <0070 10 0128 28>;
8886 -                       interrupts = <03>;
8887 -                       interrupt-parent = <&/mv64x60/pic>;
8888 +                       compatible = "marvell,mv64360-cpu-error";
8889 +                       reg = <0x70 0x10 0x128 0x28>;
8890 +                       interrupts = <3>;
8891 +                       interrupt-parent = <&PIC>;
8892                 };
8893  
8894                 sram-ctrl@0380 {
8895 -                       compatible = "marvell,mv64x60-sram-ctrl";
8896 -                       reg = <0380 80>;
8897 -                       interrupts = <0d>;
8898 -                       interrupt-parent = <&/mv64x60/pic>;
8899 +                       compatible = "marvell,mv64360-sram-ctrl";
8900 +                       reg = <0x380 0x80>;
8901 +                       interrupts = <13>;
8902 +                       interrupt-parent = <&PIC>;
8903                 };
8904  
8905                 pci-error@1d40 {
8906 -                       compatible = "marvell,mv64x60-pci-error";
8907 -                       reg = <1d40 40 0c28 4>;
8908 -                       interrupts = <0c>;
8909 -                       interrupt-parent = <&/mv64x60/pic>;
8910 +                       compatible = "marvell,mv64360-pci-error";
8911 +                       reg = <0x1d40 0x40 0xc28 0x4>;
8912 +                       interrupts = <12>;
8913 +                       interrupt-parent = <&PIC>;
8914                 };
8915  
8916                 mem-ctrl@1400 {
8917 -                       compatible = "marvell,mv64x60-mem-ctrl";
8918 -                       reg = <1400 60>;
8919 -                       interrupts = <11>;
8920 -                       interrupt-parent = <&/mv64x60/pic>;
8921 +                       compatible = "marvell,mv64360-mem-ctrl";
8922 +                       reg = <0x1400 0x60>;
8923 +                       interrupts = <17>;
8924 +                       interrupt-parent = <&PIC>;
8925                 };
8926         };
8927  
8928         chosen {
8929                 bootargs = "ip=on";
8930 -               linux,stdout-path = "/mv64x60@f1000000/mpsc@8000";
8931 +               linux,stdout-path = &MPSC0;
8932         };
8933  };
8934 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/rainier.dts powerpc.git/arch/powerpc/boot/dts/rainier.dts
8935 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/rainier.dts  2008-04-11 22:32:29.000000000 +0200
8936 +++ powerpc.git/arch/powerpc/boot/dts/rainier.dts       2008-04-19 16:40:52.000000000 +0200
8937 @@ -254,7 +254,6 @@
8938                         };
8939  
8940                         EMAC0: ethernet@ef600e00 {
8941 -                               linux,network-index = <0>;
8942                                 device_type = "network";
8943                                 compatible = "ibm,emac-440grx", "ibm,emac-440epx", "ibm,emac4";
8944                                 interrupt-parent = <&EMAC0>;
8945 @@ -270,7 +269,7 @@
8946                                 mal-tx-channel = <0>;
8947                                 mal-rx-channel = <0>;
8948                                 cell-index = <0>;
8949 -                               max-frame-size = <5dc>;
8950 +                               max-frame-size = <2328>;
8951                                 rx-fifo-size = <1000>;
8952                                 tx-fifo-size = <800>;
8953                                 phy-mode = "rgmii";
8954 @@ -284,7 +283,6 @@
8955                         };
8956  
8957                         EMAC1: ethernet@ef600f00 {
8958 -                               linux,network-index = <1>;
8959                                 device_type = "network";
8960                                 compatible = "ibm,emac-440grx", "ibm,emac-440epx", "ibm,emac4";
8961                                 interrupt-parent = <&EMAC1>;
8962 @@ -300,7 +298,7 @@
8963                                 mal-tx-channel = <1>;
8964                                 mal-rx-channel = <1>;
8965                                 cell-index = <1>;
8966 -                               max-frame-size = <5dc>;
8967 +                               max-frame-size = <2328>;
8968                                 rx-fifo-size = <1000>;
8969                                 tx-fifo-size = <800>;
8970                                 phy-mode = "rgmii";
8971 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/sbc8641d.dts powerpc.git/arch/powerpc/boot/dts/sbc8641d.dts
8972 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/sbc8641d.dts 1970-01-01 01:00:00.000000000 +0100
8973 +++ powerpc.git/arch/powerpc/boot/dts/sbc8641d.dts      2008-04-19 16:40:52.000000000 +0200
8974 @@ -0,0 +1,352 @@
8975 +/*
8976 + * SBC8641D Device Tree Source
8977 + *
8978 + * Copyright 2008 Wind River Systems Inc.
8979 + *
8980 + * Paul Gortmaker (see MAINTAINERS for contact information)
8981 + *
8982 + * Based largely on the mpc8641_hpcn.dts by Freescale Semiconductor Inc.
8983 + *
8984 + * This program is free software; you can redistribute  it and/or modify it
8985 + * under  the terms of  the GNU General  Public License as published by the
8986 + * Free Software Foundation;  either version 2 of the  License, or (at your
8987 + * option) any later version.
8988 + */
8989 +
8990 +/dts-v1/;
8991 +
8992 +/ {
8993 +       model = "SBC8641D";
8994 +       compatible = "wind,sbc8641";
8995 +       #address-cells = <1>;
8996 +       #size-cells = <1>;
8997 +
8998 +       aliases {
8999 +               ethernet0 = &enet0;
9000 +               ethernet1 = &enet1;
9001 +               ethernet2 = &enet2;
9002 +               ethernet3 = &enet3;
9003 +               serial0 = &serial0;
9004 +               serial1 = &serial1;
9005 +               pci0 = &pci0;
9006 +               pci1 = &pci1;
9007 +       };
9008 +
9009 +       cpus {
9010 +               #address-cells = <1>;
9011 +               #size-cells = <0>;
9012 +
9013 +               PowerPC,8641@0 {
9014 +                       device_type = "cpu";
9015 +                       reg = <0>;
9016 +                       d-cache-line-size = <32>;
9017 +                       i-cache-line-size = <32>;
9018 +                       d-cache-size = <32768>;         // L1
9019 +                       i-cache-size = <32768>;         // L1
9020 +                       timebase-frequency = <0>;       // From uboot
9021 +                       bus-frequency = <0>;            // From uboot
9022 +                       clock-frequency = <0>;          // From uboot
9023 +               };
9024 +               PowerPC,8641@1 {
9025 +                       device_type = "cpu";
9026 +                       reg = <1>;
9027 +                       d-cache-line-size = <32>;
9028 +                       i-cache-line-size = <32>;
9029 +                       d-cache-size = <32768>;
9030 +                       i-cache-size = <32768>;
9031 +                       timebase-frequency = <0>;       // From uboot
9032 +                       bus-frequency = <0>;            // From uboot
9033 +                       clock-frequency = <0>;          // From uboot
9034 +               };
9035 +       };
9036 +
9037 +       memory {
9038 +               device_type = "memory";
9039 +               reg = <0x00000000 0x20000000>;  // 512M at 0x0
9040 +       };
9041 +
9042 +       localbus@f8005000 {
9043 +               #address-cells = <2>;
9044 +               #size-cells = <1>;
9045 +               compatible = "fsl,mpc8641-localbus", "simple-bus";
9046 +               reg = <0xf8005000 0x1000>;
9047 +               interrupts = <19 2>;
9048 +               interrupt-parent = <&mpic>;
9049 +
9050 +               ranges = <0 0 0xff000000 0x01000000     // 16MB Boot flash
9051 +                         1 0 0xf0000000 0x00010000     // 64KB EEPROM
9052 +                         2 0 0xf1000000 0x00100000     // EPLD (1MB)
9053 +                         3 0 0xe0000000 0x04000000     // 64MB LB SDRAM (CS3)
9054 +                         4 0 0xe4000000 0x04000000     // 64MB LB SDRAM (CS4)
9055 +                         6 0 0xf4000000 0x00100000     // LCD display (1MB)
9056 +                         7 0 0xe8000000 0x04000000>;   // 64MB OneNAND
9057 +
9058 +               flash@0,0 {
9059 +                       compatible = "cfi-flash";
9060 +                       reg = <0 0 0x01000000>;
9061 +                       bank-width = <2>;
9062 +                       device-width = <2>;
9063 +                       #address-cells = <1>;
9064 +                       #size-cells = <1>;
9065 +                       partition@0 {
9066 +                               label = "dtb";
9067 +                               reg = <0x00000000 0x00100000>;
9068 +                               read-only;
9069 +                       };
9070 +                       partition@300000 {
9071 +                               label = "kernel";
9072 +                               reg = <0x00100000 0x00400000>;
9073 +                               read-only;
9074 +                       };
9075 +                       partition@400000 {
9076 +                               label = "fs";
9077 +                               reg = <0x00500000 0x00a00000>;
9078 +                       };
9079 +                       partition@700000 {
9080 +                               label = "firmware";
9081 +                               reg = <0x00f00000 0x00100000>;
9082 +                               read-only;
9083 +                       };
9084 +               };
9085 +
9086 +               epld@2,0 {
9087 +                       compatible = "wrs,epld-localbus";
9088 +                       #address-cells = <2>;
9089 +                       #size-cells = <1>;
9090 +                       reg = <2 0 0x100000>;
9091 +                       ranges = <0 0 5 0 1     // User switches
9092 +                                 1 0 5 1 1     // Board ID/Rev
9093 +                                 3 0 5 3 1>;   // LEDs
9094 +               };
9095 +       };
9096 +
9097 +       soc@f8000000 {
9098 +               #address-cells = <1>;
9099 +               #size-cells = <1>;
9100 +               device_type = "soc";
9101 +               compatible = "simple-bus";
9102 +               ranges = <0x00000000 0xf8000000 0x00100000>;
9103 +               reg = <0xf8000000 0x00001000>;  // CCSRBAR
9104 +               bus-frequency = <0>;
9105 +
9106 +               i2c@3000 {
9107 +                       #address-cells = <1>;
9108 +                       #size-cells = <0>;
9109 +                       cell-index = <0>;
9110 +                       compatible = "fsl-i2c";
9111 +                       reg = <0x3000 0x100>;
9112 +                       interrupts = <43 2>;
9113 +                       interrupt-parent = <&mpic>;
9114 +                       dfsrr;
9115 +               };
9116 +
9117 +               i2c@3100 {
9118 +                       #address-cells = <1>;
9119 +                       #size-cells = <0>;
9120 +                       cell-index = <1>;
9121 +                       compatible = "fsl-i2c";
9122 +                       reg = <0x3100 0x100>;
9123 +                       interrupts = <43 2>;
9124 +                       interrupt-parent = <&mpic>;
9125 +                       dfsrr;
9126 +               };
9127 +
9128 +               mdio@24520 {
9129 +                       #address-cells = <1>;
9130 +                       #size-cells = <0>;
9131 +                       compatible = "fsl,gianfar-mdio";
9132 +                       reg = <0x24520 0x20>;
9133 +
9134 +                       phy0: ethernet-phy@1f {
9135 +                               interrupt-parent = <&mpic>;
9136 +                               interrupts = <10 1>;
9137 +                               reg = <0x1f>;
9138 +                               device_type = "ethernet-phy";
9139 +                       };
9140 +                       phy1: ethernet-phy@0 {
9141 +                               interrupt-parent = <&mpic>;
9142 +                               interrupts = <10 1>;
9143 +                               reg = <0>;
9144 +                               device_type = "ethernet-phy";
9145 +                       };
9146 +                       phy2: ethernet-phy@1 {
9147 +                               interrupt-parent = <&mpic>;
9148 +                               interrupts = <10 1>;
9149 +                               reg = <1>;
9150 +                               device_type = "ethernet-phy";
9151 +                       };
9152 +                       phy3: ethernet-phy@2 {
9153 +                               interrupt-parent = <&mpic>;
9154 +                               interrupts = <10 1>;
9155 +                               reg = <2>;
9156 +                               device_type = "ethernet-phy";
9157 +                       };
9158 +               };
9159 +
9160 +               enet0: ethernet@24000 {
9161 +                       cell-index = <0>;
9162 +                       device_type = "network";
9163 +                       model = "TSEC";
9164 +                       compatible = "gianfar";
9165 +                       reg = <0x24000 0x1000>;
9166 +                       local-mac-address = [ 00 00 00 00 00 00 ];
9167 +                       interrupts = <29 2 30  2 34 2>;
9168 +                       interrupt-parent = <&mpic>;
9169 +                       phy-handle = <&phy0>;
9170 +                       phy-connection-type = "rgmii-id";
9171 +               };
9172 +
9173 +               enet1: ethernet@25000 {
9174 +                       cell-index = <1>;
9175 +                       device_type = "network";
9176 +                       model = "TSEC";
9177 +                       compatible = "gianfar";
9178 +                       reg = <0x25000 0x1000>;
9179 +                       local-mac-address = [ 00 00 00 00 00 00 ];
9180 +                       interrupts = <35 2 36 2 40 2>;
9181 +                       interrupt-parent = <&mpic>;
9182 +                       phy-handle = <&phy1>;
9183 +                       phy-connection-type = "rgmii-id";
9184 +               };
9185 +
9186 +               enet2: ethernet@26000 {
9187 +                       cell-index = <2>;
9188 +                       device_type = "network";
9189 +                       model = "TSEC";
9190 +                       compatible = "gianfar";
9191 +                       reg = <0x26000 0x1000>;
9192 +                       local-mac-address = [ 00 00 00 00 00 00 ];
9193 +                       interrupts = <31 2 32 2 33 2>;
9194 +                       interrupt-parent = <&mpic>;
9195 +                       phy-handle = <&phy2>;
9196 +                       phy-connection-type = "rgmii-id";
9197 +               };
9198 +
9199 +               enet3: ethernet@27000 {
9200 +                       cell-index = <3>;
9201 +                       device_type = "network";
9202 +                       model = "TSEC";
9203 +                       compatible = "gianfar";
9204 +                       reg = <0x27000 0x1000>;
9205 +                       local-mac-address = [ 00 00 00 00 00 00 ];
9206 +                       interrupts = <37 2 38 2 39 2>;
9207 +                       interrupt-parent = <&mpic>;
9208 +                       phy-handle = <&phy3>;
9209 +                       phy-connection-type = "rgmii-id";
9210 +               };
9211 +
9212 +               serial0: serial@4500 {
9213 +                       cell-index = <0>;
9214 +                       device_type = "serial";
9215 +                       compatible = "ns16550";
9216 +                       reg = <0x4500 0x100>;
9217 +                       clock-frequency = <0>;
9218 +                       interrupts = <42 2>;
9219 +                       interrupt-parent = <&mpic>;
9220 +               };
9221 +
9222 +               serial1: serial@4600 {
9223 +                       cell-index = <1>;
9224 +                       device_type = "serial";
9225 +                       compatible = "ns16550";
9226 +                       reg = <0x4600 0x100>;
9227 +                       clock-frequency = <0>;
9228 +                       interrupts = <28 2>;
9229 +                       interrupt-parent = <&mpic>;
9230 +               };
9231 +
9232 +               mpic: pic@40000 {
9233 +                       clock-frequency = <0>;
9234 +                       interrupt-controller;
9235 +                       #address-cells = <0>;
9236 +                       #interrupt-cells = <2>;
9237 +                       reg = <0x40000 0x40000>;
9238 +                       compatible = "chrp,open-pic";
9239 +                       device_type = "open-pic";
9240 +                       big-endian;
9241 +               };
9242 +
9243 +               global-utilities@e0000 {
9244 +                       compatible = "fsl,mpc8641-guts";
9245 +                       reg = <0xe0000 0x1000>;
9246 +                       fsl,has-rstcr;
9247 +               };
9248 +       };
9249 +
9250 +       pci0: pcie@f8008000 {
9251 +               cell-index = <0>;
9252 +               compatible = "fsl,mpc8641-pcie";
9253 +               device_type = "pci";
9254 +               #interrupt-cells = <1>;
9255 +               #size-cells = <2>;
9256 +               #address-cells = <3>;
9257 +               reg = <0xf8008000 0x1000>;
9258 +               bus-range = <0x0 0xff>;
9259 +               ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
9260 +                         0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
9261 +               clock-frequency = <33333333>;
9262 +               interrupt-parent = <&mpic>;
9263 +               interrupts = <24 2>;
9264 +               interrupt-map-mask = <0xff00 0 0 7>;
9265 +               interrupt-map = <
9266 +                       /* IDSEL 0x0 */
9267 +                       0x0000 0 0 1 &mpic 0 1
9268 +                       0x0000 0 0 2 &mpic 1 1
9269 +                       0x0000 0 0 3 &mpic 2 1
9270 +                       0x0000 0 0 4 &mpic 3 1
9271 +                       >;
9272 +
9273 +               pcie@0 {
9274 +                       reg = <0 0 0 0 0>;
9275 +                       #size-cells = <2>;
9276 +                       #address-cells = <3>;
9277 +                       device_type = "pci";
9278 +                       ranges = <0x02000000 0x0 0x80000000
9279 +                                 0x02000000 0x0 0x80000000
9280 +                                 0x0 0x20000000
9281 +
9282 +                                 0x01000000 0x0 0x00000000
9283 +                                 0x01000000 0x0 0x00000000
9284 +                                 0x0 0x00100000>;
9285 +               };
9286 +
9287 +       };
9288 +
9289 +       pci1: pcie@f8009000 {
9290 +               cell-index = <1>;
9291 +               compatible = "fsl,mpc8641-pcie";
9292 +               device_type = "pci";
9293 +               #interrupt-cells = <1>;
9294 +               #size-cells = <2>;
9295 +               #address-cells = <3>;
9296 +               reg = <0xf8009000 0x1000>;
9297 +               bus-range = <0 0xff>;
9298 +               ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
9299 +                         0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
9300 +               clock-frequency = <33333333>;
9301 +               interrupt-parent = <&mpic>;
9302 +               interrupts = <25 2>;
9303 +               interrupt-map-mask = <0xf800 0 0 7>;
9304 +               interrupt-map = <
9305 +                       /* IDSEL 0x0 */
9306 +                       0x0000 0 0 1 &mpic 4 1
9307 +                       0x0000 0 0 2 &mpic 5 1
9308 +                       0x0000 0 0 3 &mpic 6 1
9309 +                       0x0000 0 0 4 &mpic 7 1
9310 +                       >;
9311 +
9312 +               pcie@0 {
9313 +                       reg = <0 0 0 0 0>;
9314 +                       #size-cells = <2>;
9315 +                       #address-cells = <3>;
9316 +                       device_type = "pci";
9317 +                       ranges = <0x02000000 0x0 0xa0000000
9318 +                                 0x02000000 0x0 0xa0000000
9319 +                                 0x0 0x20000000
9320 +
9321 +                                 0x01000000 0x0 0x00000000
9322 +                                 0x01000000 0x0 0x00000000
9323 +                                 0x0 0x00100000>;
9324 +               };
9325 +       };
9326 +};
9327 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/sequoia.dts powerpc.git/arch/powerpc/boot/dts/sequoia.dts
9328 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/sequoia.dts  2008-04-11 22:32:29.000000000 +0200
9329 +++ powerpc.git/arch/powerpc/boot/dts/sequoia.dts       2008-04-19 16:40:52.000000000 +0200
9330 @@ -269,7 +269,6 @@
9331                         };
9332  
9333                         EMAC0: ethernet@ef600e00 {
9334 -                               linux,network-index = <0>;
9335                                 device_type = "network";
9336                                 compatible = "ibm,emac-440epx", "ibm,emac4";
9337                                 interrupt-parent = <&EMAC0>;
9338 @@ -285,7 +284,7 @@
9339                                 mal-tx-channel = <0>;
9340                                 mal-rx-channel = <0>;
9341                                 cell-index = <0>;
9342 -                               max-frame-size = <5dc>;
9343 +                               max-frame-size = <2328>;
9344                                 rx-fifo-size = <1000>;
9345                                 tx-fifo-size = <800>;
9346                                 phy-mode = "rgmii";
9347 @@ -299,7 +298,6 @@
9348                         };
9349  
9350                         EMAC1: ethernet@ef600f00 {
9351 -                               linux,network-index = <1>;
9352                                 device_type = "network";
9353                                 compatible = "ibm,emac-440epx", "ibm,emac4";
9354                                 interrupt-parent = <&EMAC1>;
9355 @@ -315,7 +313,7 @@
9356                                 mal-tx-channel = <1>;
9357                                 mal-rx-channel = <1>;
9358                                 cell-index = <1>;
9359 -                               max-frame-size = <5dc>;
9360 +                               max-frame-size = <2328>;
9361                                 rx-fifo-size = <1000>;
9362                                 tx-fifo-size = <800>;
9363                                 phy-mode = "rgmii";
9364 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/taishan.dts powerpc.git/arch/powerpc/boot/dts/taishan.dts
9365 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/taishan.dts  2008-04-11 22:32:29.000000000 +0200
9366 +++ powerpc.git/arch/powerpc/boot/dts/taishan.dts       2008-04-19 16:40:52.000000000 +0200
9367 @@ -104,6 +104,16 @@
9368                 // FIXME: anything else?
9369         };
9370  
9371 +       L2C0: l2c {
9372 +               compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
9373 +               dcr-reg = <20 8                 /* Internal SRAM DCR's */
9374 +                          30 8>;               /* L2 cache DCR's */
9375 +               cache-line-size = <20>;         /* 32 bytes */
9376 +               cache-size = <40000>;           /* L2, 256K */
9377 +               interrupt-parent = <&UIC2>;
9378 +               interrupts = <17 1>;
9379 +       };
9380 +
9381         plb {
9382                 compatible = "ibm,plb-440gx", "ibm,plb4";
9383                 #address-cells = <2>;
9384 @@ -232,10 +242,18 @@
9385                                 reg = <40000790 8>;
9386                         };
9387  
9388 +                       TAH0: emac-tah@40000b50 {
9389 +                               compatible = "ibm,tah-440gx", "ibm,tah";
9390 +                               reg = <40000b50 30>;
9391 +                       };
9392 +
9393 +                       TAH1: emac-tah@40000d50 {
9394 +                               compatible = "ibm,tah-440gx", "ibm,tah";
9395 +                               reg = <40000d50 30>;
9396 +                       };
9397  
9398                         EMAC0: ethernet@40000800 {
9399                                 unused = <1>;
9400 -                               linux,network-index = <2>;
9401                                 device_type = "network";
9402                                 compatible = "ibm,emac-440gx", "ibm,emac4";
9403                                 interrupt-parent = <&UIC1>;
9404 @@ -256,7 +274,6 @@
9405                         };
9406                         EMAC1: ethernet@40000900 {
9407                                 unused = <1>;
9408 -                               linux,network-index = <3>;
9409                                 device_type = "network";
9410                                 compatible = "ibm,emac-440gx", "ibm,emac4";
9411                                 interrupt-parent = <&UIC1>;
9412 @@ -277,7 +294,6 @@
9413                         };
9414  
9415                         EMAC2: ethernet@40000c00 {
9416 -                               linux,network-index = <0>;
9417                                 device_type = "network";
9418                                 compatible = "ibm,emac-440gx", "ibm,emac4";
9419                                 interrupt-parent = <&UIC2>;
9420 @@ -288,7 +304,7 @@
9421                                 mal-tx-channel = <2>;
9422                                 mal-rx-channel = <2>;
9423                                 cell-index = <2>;
9424 -                               max-frame-size = <5dc>;
9425 +                               max-frame-size = <2328>;
9426                                 rx-fifo-size = <1000>;
9427                                 tx-fifo-size = <800>;
9428                                 phy-mode = "rgmii";
9429 @@ -297,10 +313,11 @@
9430                                 rgmii-channel = <0>;
9431                                 zmii-device = <&ZMII0>;
9432                                 zmii-channel = <2>;
9433 +                               tah-device = <&TAH0>;
9434 +                               tah-channel = <0>;
9435                         };
9436  
9437                         EMAC3: ethernet@40000e00 {
9438 -                               linux,network-index = <1>;
9439                                 device_type = "network";
9440                                 compatible = "ibm,emac-440gx", "ibm,emac4";
9441                                 interrupt-parent = <&UIC2>;
9442 @@ -311,7 +328,7 @@
9443                                 mal-tx-channel = <3>;
9444                                 mal-rx-channel = <3>;
9445                                 cell-index = <3>;
9446 -                               max-frame-size = <5dc>;
9447 +                               max-frame-size = <2328>;
9448                                 rx-fifo-size = <1000>;
9449                                 tx-fifo-size = <800>;
9450                                 phy-mode = "rgmii";
9451 @@ -320,6 +337,8 @@
9452                                 rgmii-channel = <1>;
9453                                 zmii-device = <&ZMII0>;
9454                                 zmii-channel = <3>;
9455 +                               tah-device = <&TAH1>;
9456 +                               tah-channel = <0>;
9457                         };
9458  
9459  
9460 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/taishan.dts.orig powerpc.git/arch/powerpc/boot/dts/taishan.dts.orig
9461 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/taishan.dts.orig     1970-01-01 01:00:00.000000000 +0100
9462 +++ powerpc.git/arch/powerpc/boot/dts/taishan.dts.orig  2008-03-17 14:29:26.000000000 +0100
9463 @@ -0,0 +1,406 @@
9464 +/*
9465 + * Device Tree Source for IBM/AMCC Taishan
9466 + *
9467 + * Copyright 2007 IBM Corp.
9468 + * Hugh Blemings <hugh@au.ibm.com> based off code by
9469 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>, David Gibson <dwg@au1.ibm.com>
9470 + *
9471 + * This file is licensed under the terms of the GNU General Public
9472 + * License version 2.  This program is licensed "as is" without
9473 + * any warranty of any kind, whether express or implied.
9474 + */
9475 +
9476 +/ {
9477 +       #address-cells = <2>;
9478 +       #size-cells = <1>;
9479 +       model = "amcc,taishan";
9480 +       compatible = "amcc,taishan";
9481 +       dcr-parent = <&/cpus/cpu@0>;
9482 +
9483 +       aliases {
9484 +               ethernet0 = &EMAC2;
9485 +               ethernet1 = &EMAC3;
9486 +               serial0 = &UART0;
9487 +               serial1 = &UART1;
9488 +       };
9489 +
9490 +       cpus {
9491 +               #address-cells = <1>;
9492 +               #size-cells = <0>;
9493 +
9494 +               cpu@0 {
9495 +                       device_type = "cpu";
9496 +                       model = "PowerPC,440GX";
9497 +                       reg = <0>;
9498 +                       clock-frequency = <2FAF0800>; // 800MHz
9499 +                       timebase-frequency = <0>; // Filled in by zImage
9500 +                       i-cache-line-size = <32>;
9501 +                       d-cache-line-size = <32>;
9502 +                       i-cache-size = <8000>; /* 32 kB */
9503 +                       d-cache-size = <8000>; /* 32 kB */
9504 +                       dcr-controller;
9505 +                       dcr-access-method = "native";
9506 +               };
9507 +       };
9508 +
9509 +       memory {
9510 +               device_type = "memory";
9511 +               reg = <0 0 0>; // Filled in by zImage
9512 +       };
9513 +
9514 +
9515 +       UICB0: interrupt-controller-base {
9516 +               compatible = "ibm,uic-440gx", "ibm,uic";
9517 +               interrupt-controller;
9518 +               cell-index = <3>;
9519 +               dcr-reg = <200 009>;
9520 +               #address-cells = <0>;
9521 +               #size-cells = <0>;
9522 +               #interrupt-cells = <2>;
9523 +       };
9524 +
9525 +
9526 +       UIC0: interrupt-controller0 {
9527 +               compatible = "ibm,uic-440gx", "ibm,uic";
9528 +               interrupt-controller;
9529 +               cell-index = <0>;
9530 +               dcr-reg = <0c0 009>;
9531 +               #address-cells = <0>;
9532 +               #size-cells = <0>;
9533 +               #interrupt-cells = <2>;
9534 +               interrupts = <01 4 00 4>; /* cascade - first non-critical */
9535 +               interrupt-parent = <&UICB0>;
9536 +
9537 +       };
9538 +
9539 +       UIC1: interrupt-controller1 {
9540 +               compatible = "ibm,uic-440gx", "ibm,uic";
9541 +               interrupt-controller;
9542 +               cell-index = <1>;
9543 +               dcr-reg = <0d0 009>;
9544 +               #address-cells = <0>;
9545 +               #size-cells = <0>;
9546 +               #interrupt-cells = <2>;
9547 +               interrupts = <03 4 02 4>; /* cascade */
9548 +               interrupt-parent = <&UICB0>;
9549 +       };
9550 +
9551 +       UIC2: interrupt-controller2 {
9552 +               compatible = "ibm,uic-440gx", "ibm,uic";
9553 +               interrupt-controller;
9554 +               cell-index = <2>; /* was 1 */
9555 +               dcr-reg = <210 009>;
9556 +               #address-cells = <0>;
9557 +               #size-cells = <0>;
9558 +               #interrupt-cells = <2>;
9559 +               interrupts = <05 4 04 4>; /* cascade */
9560 +               interrupt-parent = <&UICB0>;
9561 +       };
9562 +
9563 +
9564 +       CPC0: cpc {
9565 +               compatible = "ibm,cpc-440gp";
9566 +               dcr-reg = <0b0 003 0e0 010>;
9567 +               // FIXME: anything else?
9568 +       };
9569 +
9570 +       plb {
9571 +               compatible = "ibm,plb-440gx", "ibm,plb4";
9572 +               #address-cells = <2>;
9573 +               #size-cells = <1>;
9574 +               ranges;
9575 +               clock-frequency = <9896800>; // 160MHz
9576 +
9577 +               SDRAM0: memory-controller {
9578 +                       compatible = "ibm,sdram-440gp";
9579 +                       dcr-reg = <010 2>;
9580 +                       // FIXME: anything else?
9581 +               };
9582 +
9583 +               SRAM0: sram {
9584 +                       compatible = "ibm,sram-440gp";
9585 +                       dcr-reg = <020 8 00a 1>;
9586 +               };
9587 +
9588 +               DMA0: dma {
9589 +                       // FIXME: ???
9590 +                       compatible = "ibm,dma-440gp";
9591 +                       dcr-reg = <100 027>;
9592 +               };
9593 +
9594 +               MAL0: mcmal {
9595 +                       compatible = "ibm,mcmal-440gx", "ibm,mcmal2";
9596 +                       dcr-reg = <180 62>;
9597 +                       num-tx-chans = <4>;
9598 +                       num-rx-chans = <4>;
9599 +                       interrupt-parent = <&MAL0>;
9600 +                       interrupts = <0 1 2 3 4>;
9601 +                       #interrupt-cells = <1>;
9602 +                       #address-cells = <0>;
9603 +                       #size-cells = <0>;
9604 +                       interrupt-map = </*TXEOB*/ 0 &UIC0 a 4
9605 +                                        /*RXEOB*/ 1 &UIC0 b 4
9606 +                                        /*SERR*/  2 &UIC1 0 4
9607 +                                        /*TXDE*/  3 &UIC1 1 4
9608 +                                        /*RXDE*/  4 &UIC1 2 4>;
9609 +                       interrupt-map-mask = <ffffffff>;
9610 +               };
9611 +
9612 +               POB0: opb {
9613 +                       compatible = "ibm,opb-440gx", "ibm,opb";
9614 +                       #address-cells = <1>;
9615 +                       #size-cells = <1>;
9616 +                       /* Wish there was a nicer way of specifying a full 32-bit
9617 +                          range */
9618 +                       ranges = <00000000 1 00000000 80000000
9619 +                                 80000000 1 80000000 80000000>;
9620 +                       dcr-reg = <090 00b>;
9621 +                       interrupt-parent = <&UIC1>;
9622 +                       interrupts = <7 4>;
9623 +                       clock-frequency = <4C4B400>; // 80MHz
9624 +
9625 +
9626 +                       EBC0: ebc {
9627 +                               compatible = "ibm,ebc-440gx", "ibm,ebc";
9628 +                               dcr-reg = <012 2>;
9629 +                               #address-cells = <2>;
9630 +                               #size-cells = <1>;
9631 +                               clock-frequency = <4C4B400>; // 80MHz
9632 +
9633 +                               /* ranges property is supplied by zImage
9634 +                                * based on firmware's configuration of the
9635 +                                * EBC bridge */
9636 +
9637 +                               interrupts = <5 4>;
9638 +                               interrupt-parent = <&UIC1>;
9639 +
9640 +                               nor_flash@0,0 {
9641 +                                       compatible = "cfi-flash";
9642 +                                       bank-width = <4>;
9643 +                                       device-width = <2>;
9644 +                                       reg = <0 000000 4000000>;
9645 +                                       #address-cells = <1>;
9646 +                                       #size-cells = <1>;
9647 +                                       partition@0 {
9648 +                                               label = "kernel";
9649 +                                               reg = <0 180000>;
9650 +                                       };
9651 +                                       partition@180000 {
9652 +                                               label = "root";
9653 +                                               reg = <180000 200000>;
9654 +                                       };
9655 +                                       partition@380000 {
9656 +                                               label = "user";
9657 +                                               reg = <380000 3bc0000>;
9658 +                                       };
9659 +                                       partition@3f40000 {
9660 +                                               label = "env";
9661 +                                               reg = <3f40000 80000>;
9662 +                                       };
9663 +                                       partition@3fc0000 {
9664 +                                               label = "u-boot";
9665 +                                               reg = <3fc0000 40000>;
9666 +                                       };
9667 +                               };
9668 +                       };
9669 +
9670 +
9671 +
9672 +                       UART0: serial@40000200 {
9673 +                               device_type = "serial";
9674 +                               compatible = "ns16550";
9675 +                               reg = <40000200 8>;
9676 +                               virtual-reg = <e0000200>;
9677 +                               clock-frequency = <A8C000>;
9678 +                               current-speed = <1C200>; /* 115200 */
9679 +                               interrupt-parent = <&UIC0>;
9680 +                               interrupts = <0 4>;
9681 +                       };
9682 +
9683 +                       UART1: serial@40000300 {
9684 +                               device_type = "serial";
9685 +                               compatible = "ns16550";
9686 +                               reg = <40000300 8>;
9687 +                               virtual-reg = <e0000300>;
9688 +                               clock-frequency = <A8C000>;
9689 +                               current-speed = <1C200>; /* 115200 */
9690 +                               interrupt-parent = <&UIC0>;
9691 +                               interrupts = <1 4>;
9692 +                       };
9693 +
9694 +                       IIC0: i2c@40000400 {
9695 +                               /* FIXME */
9696 +                               compatible = "ibm,iic-440gp", "ibm,iic";
9697 +                               reg = <40000400 14>;
9698 +                               interrupt-parent = <&UIC0>;
9699 +                               interrupts = <2 4>;
9700 +                       };
9701 +                       IIC1: i2c@40000500 {
9702 +                               /* FIXME */
9703 +                               compatible = "ibm,iic-440gp", "ibm,iic";
9704 +                               reg = <40000500 14>;
9705 +                               interrupt-parent = <&UIC0>;
9706 +                               interrupts = <3 4>;
9707 +                       };
9708 +
9709 +                       GPIO0: gpio@40000700 {
9710 +                               /* FIXME */
9711 +                               compatible = "ibm,gpio-440gp";
9712 +                               reg = <40000700 20>;
9713 +                       };
9714 +
9715 +                       ZMII0: emac-zmii@40000780 {
9716 +                               compatible = "ibm,zmii-440gx", "ibm,zmii";
9717 +                               reg = <40000780 c>;
9718 +                       };
9719 +
9720 +                       RGMII0: emac-rgmii@40000790 {
9721 +                               compatible = "ibm,rgmii";
9722 +                               reg = <40000790 8>;
9723 +                       };
9724 +
9725 +
9726 +                       EMAC0: ethernet@40000800 {
9727 +                               unused = <1>;
9728 +                               linux,network-index = <2>;
9729 +                               device_type = "network";
9730 +                               compatible = "ibm,emac-440gx", "ibm,emac4";
9731 +                               interrupt-parent = <&UIC1>;
9732 +                               interrupts = <1c 4 1d 4>;
9733 +                               reg = <40000800 70>;
9734 +                               local-mac-address = [000000000000]; // Filled in by zImage
9735 +                               mal-device = <&MAL0>;
9736 +                               mal-tx-channel = <0>;
9737 +                               mal-rx-channel = <0>;
9738 +                               cell-index = <0>;
9739 +                               max-frame-size = <5dc>;
9740 +                               rx-fifo-size = <1000>;
9741 +                               tx-fifo-size = <800>;
9742 +                               phy-mode = "rmii";
9743 +                               phy-map = <00000001>;
9744 +                               zmii-device = <&ZMII0>;
9745 +                               zmii-channel = <0>;
9746 +                       };
9747 +                       EMAC1: ethernet@40000900 {
9748 +                               unused = <1>;
9749 +                               linux,network-index = <3>;
9750 +                               device_type = "network";
9751 +                               compatible = "ibm,emac-440gx", "ibm,emac4";
9752 +                               interrupt-parent = <&UIC1>;
9753 +                               interrupts = <1e 4 1f 4>;
9754 +                               reg = <40000900 70>;
9755 +                               local-mac-address = [000000000000]; // Filled in by zImage
9756 +                               mal-device = <&MAL0>;
9757 +                               mal-tx-channel = <1>;
9758 +                               mal-rx-channel = <1>;
9759 +                               cell-index = <1>;
9760 +                               max-frame-size = <5dc>;
9761 +                               rx-fifo-size = <1000>;
9762 +                               tx-fifo-size = <800>;
9763 +                               phy-mode = "rmii";
9764 +                               phy-map = <00000001>;
9765 +                               zmii-device = <&ZMII0>;
9766 +                               zmii-channel = <1>;
9767 +                       };
9768 +
9769 +                       EMAC2: ethernet@40000c00 {
9770 +                               linux,network-index = <0>;
9771 +                               device_type = "network";
9772 +                               compatible = "ibm,emac-440gx", "ibm,emac4";
9773 +                               interrupt-parent = <&UIC2>;
9774 +                               interrupts = <0 4 1 4>;
9775 +                               reg = <40000c00 70>;
9776 +                               local-mac-address = [000000000000]; // Filled in by zImage
9777 +                               mal-device = <&MAL0>;
9778 +                               mal-tx-channel = <2>;
9779 +                               mal-rx-channel = <2>;
9780 +                               cell-index = <2>;
9781 +                               max-frame-size = <5dc>;
9782 +                               rx-fifo-size = <1000>;
9783 +                               tx-fifo-size = <800>;
9784 +                               phy-mode = "rgmii";
9785 +                               phy-map = <00000001>;
9786 +                               rgmii-device = <&RGMII0>;
9787 +                               rgmii-channel = <0>;
9788 +                               zmii-device = <&ZMII0>;
9789 +                               zmii-channel = <2>;
9790 +                       };
9791 +
9792 +                       EMAC3: ethernet@40000e00 {
9793 +                               linux,network-index = <1>;
9794 +                               device_type = "network";
9795 +                               compatible = "ibm,emac-440gx", "ibm,emac4";
9796 +                               interrupt-parent = <&UIC2>;
9797 +                               interrupts = <2 4 3 4>;
9798 +                               reg = <40000e00 70>;
9799 +                               local-mac-address = [000000000000]; // Filled in by zImage
9800 +                               mal-device = <&MAL0>;
9801 +                               mal-tx-channel = <3>;
9802 +                               mal-rx-channel = <3>;
9803 +                               cell-index = <3>;
9804 +                               max-frame-size = <5dc>;
9805 +                               rx-fifo-size = <1000>;
9806 +                               tx-fifo-size = <800>;
9807 +                               phy-mode = "rgmii";
9808 +                               phy-map = <00000003>;
9809 +                               rgmii-device = <&RGMII0>;
9810 +                               rgmii-channel = <1>;
9811 +                               zmii-device = <&ZMII0>;
9812 +                               zmii-channel = <3>;
9813 +                       };
9814 +
9815 +
9816 +                       GPT0: gpt@40000a00 {
9817 +                               /* FIXME */
9818 +                               reg = <40000a00 d4>;
9819 +                               interrupt-parent = <&UIC0>;
9820 +                               interrupts = <12 4 13 4 14 4 15 4 16 4>;
9821 +                       };
9822 +
9823 +               };
9824 +
9825 +               PCIX0: pci@20ec00000 {
9826 +                       device_type = "pci";
9827 +                       #interrupt-cells = <1>;
9828 +                       #size-cells = <2>;
9829 +                       #address-cells = <3>;
9830 +                       compatible = "ibm,plb440gp-pcix", "ibm,plb-pcix";
9831 +                       primary;
9832 +                       large-inbound-windows;
9833 +                       enable-msi-hole;
9834 +                       reg = <2 0ec00000   8   /* Config space access */
9835 +                              0 0 0            /* no IACK cycles */
9836 +                              2 0ed00000   4   /* Special cycles */
9837 +                              2 0ec80000 100   /* Internal registers */
9838 +                              2 0ec80100  fc>; /* Internal messaging registers */
9839 +
9840 +                       /* Outbound ranges, one memory and one IO,
9841 +                        * later cannot be changed
9842 +                        */
9843 +                       ranges = <02000000 0 80000000 00000003 80000000 0 80000000
9844 +                                 01000000 0 00000000 00000002 08000000 0 00010000>;
9845 +
9846 +                       /* Inbound 2GB range starting at 0 */
9847 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
9848 +
9849 +                       interrupt-map-mask = <f800 0 0 7>;
9850 +                       interrupt-map = <
9851 +                               /* IDSEL 1 */
9852 +                               0800 0 0 1 &UIC0 17 8
9853 +                               0800 0 0 2 &UIC0 18 8
9854 +                               0800 0 0 3 &UIC0 19 8
9855 +                               0800 0 0 4 &UIC0 1a 8
9856 +
9857 +                               /* IDSEL 2 */
9858 +                               1000 0 0 1 &UIC0 18 8
9859 +                               1000 0 0 2 &UIC0 19 8
9860 +                               1000 0 0 3 &UIC0 1a 8
9861 +                               1000 0 0 4 &UIC0 17 8
9862 +                       >;
9863 +               };
9864 +       };
9865 +
9866 +       chosen {
9867 +               linux,stdout-path = "/plb/opb/serial@40000300";
9868 +       };
9869 +};
9870 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/taishan.dts.rej powerpc.git/arch/powerpc/boot/dts/taishan.dts.rej
9871 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/taishan.dts.rej      1970-01-01 01:00:00.000000000 +0100
9872 +++ powerpc.git/arch/powerpc/boot/dts/taishan.dts.rej   2008-03-17 14:30:56.000000000 +0100
9873 @@ -0,0 +1,48 @@
9874 +***************
9875 +*** 174,180 ****
9876 +                               interrupts = <5 4>;
9877 +                               interrupt-parent = <&UIC1>;
9878 +  
9879 +-                              /* TODO: Add other EBC devices */
9880 +                       };
9881 +  
9882 +  
9883 +--- 174,211 ----
9884 +                               interrupts = <5 4>;
9885 +                               interrupt-parent = <&UIC1>;
9886 +  
9887 ++                              nor_flash@0,0 {
9888 ++                                      compatible = "cfi-flash";
9889 ++                                      bank-width = <4>;
9890 ++                                      device-width = <2>;
9891 ++                                      reg = <0 000000 4000000>;
9892 ++                                      #address-cells = <1>;
9893 ++                                      #size-cells = <1>;
9894 ++                                      partition@0 {
9895 ++                                              label = "kernel";
9896 ++                                              reg = <0 180000>;
9897 ++                                      };
9898 ++                                      partition@180000 {
9899 ++                                              label = "root";
9900 ++                                              reg = <180000 200000>;
9901 ++                                      };
9902 ++                                      partition@380000 {
9903 ++                                              label = "user";
9904 ++                                              reg = <380000 3a80000>;
9905 ++                                      };
9906 ++                                      partition@3e00000 {
9907 ++                                              label = "kozio";
9908 ++                                              reg = <3e00000 140000>;
9909 ++                                      };
9910 ++                                      partition@3f40000 {
9911 ++                                              label = "env";
9912 ++                                              reg = <3f40000 80000>;
9913 ++                                      };
9914 ++                                      partition@3fc0000 {
9915 ++                                              label = "u-boot";
9916 ++                                              reg = <3fc0000 40000>;
9917 ++                                      };
9918 ++                              };
9919 +                       };
9920 +  
9921 +  
9922 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/walnut.dts powerpc.git/arch/powerpc/boot/dts/walnut.dts
9923 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/walnut.dts   2008-04-11 22:32:29.000000000 +0200
9924 +++ powerpc.git/arch/powerpc/boot/dts/walnut.dts        2008-04-19 16:40:52.000000000 +0200
9925 @@ -125,7 +125,6 @@
9926                         };
9927  
9928                         EMAC: ethernet@ef600800 {
9929 -                               linux,network-index = <0>;
9930                                 device_type = "network";
9931                                 compatible = "ibm,emac-405gp", "ibm,emac";
9932                                 interrupt-parent = <&UIC0>;
9933 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/warp.dts powerpc.git/arch/powerpc/boot/dts/warp.dts
9934 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/warp.dts     2008-04-11 22:32:29.000000000 +0200
9935 +++ powerpc.git/arch/powerpc/boot/dts/warp.dts  2008-04-19 16:40:52.000000000 +0200
9936 @@ -204,7 +204,6 @@
9937                         };
9938  
9939                         EMAC0: ethernet@ef600e00 {
9940 -                               linux,network-index = <0>;
9941                                 device_type = "network";
9942                                 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9943                                 interrupt-parent = <&UIC1>;
9944 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/yosemite.dts powerpc.git/arch/powerpc/boot/dts/yosemite.dts
9945 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/yosemite.dts 1970-01-01 01:00:00.000000000 +0100
9946 +++ powerpc.git/arch/powerpc/boot/dts/yosemite.dts      2008-04-19 16:40:52.000000000 +0200
9947 @@ -0,0 +1,304 @@
9948 +/*
9949 + * Device Tree Source for AMCC Yosemite
9950 + *
9951 + * Copyright 2008 IBM Corp.
9952 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
9953 + *
9954 + * This file is licensed under the terms of the GNU General Public
9955 + * License version 2.  This program is licensed "as is" without
9956 + * any warranty of any kind, whether express or implied.
9957 + */
9958 +
9959 +/ {
9960 +       #address-cells = <2>;
9961 +       #size-cells = <1>;
9962 +       model = "amcc,yosemite";
9963 +       compatible = "amcc,yosemite","amcc,bamboo";
9964 +       dcr-parent = <&/cpus/cpu@0>;
9965 +
9966 +       aliases {
9967 +               ethernet0 = &EMAC0;
9968 +               ethernet1 = &EMAC1;
9969 +               serial0 = &UART0;
9970 +               serial1 = &UART1;
9971 +               serial2 = &UART2;
9972 +               serial3 = &UART3;
9973 +       };
9974 +
9975 +       cpus {
9976 +               #address-cells = <1>;
9977 +               #size-cells = <0>;
9978 +
9979 +               cpu@0 {
9980 +                       device_type = "cpu";
9981 +                       model = "PowerPC,440EP";
9982 +                       reg = <0>;
9983 +                       clock-frequency = <0>; /* Filled in by zImage */
9984 +                       timebase-frequency = <0>; /* Filled in by zImage */
9985 +                       i-cache-line-size = <20>;
9986 +                       d-cache-line-size = <20>;
9987 +                       i-cache-size = <8000>;
9988 +                       d-cache-size = <8000>;
9989 +                       dcr-controller;
9990 +                       dcr-access-method = "native";
9991 +               };
9992 +       };
9993 +
9994 +       memory {
9995 +               device_type = "memory";
9996 +               reg = <0 0 0>; /* Filled in by zImage */
9997 +       };
9998 +
9999 +       UIC0: interrupt-controller0 {
10000 +               compatible = "ibm,uic-440ep","ibm,uic";
10001 +               interrupt-controller;
10002 +               cell-index = <0>;
10003 +               dcr-reg = <0c0 009>;
10004 +               #address-cells = <0>;
10005 +               #size-cells = <0>;
10006 +               #interrupt-cells = <2>;
10007 +       };
10008 +
10009 +       UIC1: interrupt-controller1 {
10010 +               compatible = "ibm,uic-440ep","ibm,uic";
10011 +               interrupt-controller;
10012 +               cell-index = <1>;
10013 +               dcr-reg = <0d0 009>;
10014 +               #address-cells = <0>;
10015 +               #size-cells = <0>;
10016 +               #interrupt-cells = <2>;
10017 +               interrupts = <1e 4 1f 4>; /* cascade */
10018 +               interrupt-parent = <&UIC0>;
10019 +       };
10020 +
10021 +       SDR0: sdr {
10022 +               compatible = "ibm,sdr-440ep";
10023 +               dcr-reg = <00e 002>;
10024 +       };
10025 +
10026 +       CPR0: cpr {
10027 +               compatible = "ibm,cpr-440ep";
10028 +               dcr-reg = <00c 002>;
10029 +       };
10030 +
10031 +       plb {
10032 +               compatible = "ibm,plb-440ep", "ibm,plb-440gp", "ibm,plb4";
10033 +               #address-cells = <2>;
10034 +               #size-cells = <1>;
10035 +               ranges;
10036 +               clock-frequency = <0>; /* Filled in by zImage */
10037 +
10038 +               SDRAM0: sdram {
10039 +                       compatible = "ibm,sdram-440ep", "ibm,sdram-405gp";
10040 +                       dcr-reg = <010 2>;
10041 +               };
10042 +
10043 +               DMA0: dma {
10044 +                       compatible = "ibm,dma-440ep", "ibm,dma-440gp";
10045 +                       dcr-reg = <100 027>;
10046 +               };
10047 +
10048 +               MAL0: mcmal {
10049 +                       compatible = "ibm,mcmal-440ep", "ibm,mcmal-440gp", "ibm,mcmal";
10050 +                       dcr-reg = <180 62>;
10051 +                       num-tx-chans = <4>;
10052 +                       num-rx-chans = <2>;
10053 +                       interrupt-parent = <&MAL0>;
10054 +                       interrupts = <0 1 2 3 4>;
10055 +                       #interrupt-cells = <1>;
10056 +                       #address-cells = <0>;
10057 +                       #size-cells = <0>;
10058 +                       interrupt-map = </*TXEOB*/ 0 &UIC0 a 4
10059 +                                       /*RXEOB*/ 1 &UIC0 b 4
10060 +                                       /*SERR*/  2 &UIC1 0 4
10061 +                                       /*TXDE*/  3 &UIC1 1 4
10062 +                                       /*RXDE*/  4 &UIC1 2 4>;
10063 +               };
10064 +
10065 +               POB0: opb {
10066 +                       compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
10067 +                       #address-cells = <1>;
10068 +                       #size-cells = <1>;
10069 +                       /* Bamboo is oddball in the 44x world and doesn't use the ERPN
10070 +                        * bits.
10071 +                        */
10072 +                       ranges = <00000000 0 00000000 80000000
10073 +                                 80000000 0 80000000 80000000>;
10074 +                       interrupt-parent = <&UIC1>;
10075 +                       interrupts = <7 4>;
10076 +                       clock-frequency = <0>; /* Filled in by zImage */
10077 +
10078 +                       EBC0: ebc {
10079 +                               compatible = "ibm,ebc-440ep", "ibm,ebc-440gp", "ibm,ebc";
10080 +                               dcr-reg = <012 2>;
10081 +                               #address-cells = <2>;
10082 +                               #size-cells = <1>;
10083 +                               clock-frequency = <0>; /* Filled in by zImage */
10084 +                               interrupts = <5 1>;
10085 +                               interrupt-parent = <&UIC1>;
10086 +                       };
10087 +
10088 +                       UART0: serial@ef600300 {
10089 +                               device_type = "serial";
10090 +                               compatible = "ns16550";
10091 +                               reg = <ef600300 8>;
10092 +                               virtual-reg = <ef600300>;
10093 +                               clock-frequency = <0>; /* Filled in by zImage */
10094 +                               current-speed = <1c200>;
10095 +                               interrupt-parent = <&UIC0>;
10096 +                               interrupts = <0 4>;
10097 +                       };
10098 +
10099 +                       UART1: serial@ef600400 {
10100 +                               device_type = "serial";
10101 +                               compatible = "ns16550";
10102 +                               reg = <ef600400 8>;
10103 +                               virtual-reg = <ef600400>;
10104 +                               clock-frequency = <0>;
10105 +                               current-speed = <0>;
10106 +                               interrupt-parent = <&UIC0>;
10107 +                               interrupts = <1 4>;
10108 +                       };
10109 +
10110 +                       UART2: serial@ef600500 {
10111 +                               device_type = "serial";
10112 +                               compatible = "ns16550";
10113 +                               reg = <ef600500 8>;
10114 +                               virtual-reg = <ef600500>;
10115 +                               clock-frequency = <0>;
10116 +                               current-speed = <0>;
10117 +                               interrupt-parent = <&UIC0>;
10118 +                               interrupts = <3 4>;
10119 +                               status = "disabled";
10120 +                       };
10121 +
10122 +                       UART3: serial@ef600600 {
10123 +                               device_type = "serial";
10124 +                               compatible = "ns16550";
10125 +                               reg = <ef600600 8>;
10126 +                               virtual-reg = <ef600600>;
10127 +                               clock-frequency = <0>;
10128 +                               current-speed = <0>;
10129 +                               interrupt-parent = <&UIC0>;
10130 +                               interrupts = <4 4>;
10131 +                               status = "disabled";
10132 +                       };
10133 +
10134 +                       IIC0: i2c@ef600700 {
10135 +                               compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
10136 +                               reg = <ef600700 14>;
10137 +                               interrupt-parent = <&UIC0>;
10138 +                               interrupts = <2 4>;
10139 +                       };
10140 +
10141 +                       IIC1: i2c@ef600800 {
10142 +                               compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
10143 +                               reg = <ef600800 14>;
10144 +                               interrupt-parent = <&UIC0>;
10145 +                               interrupts = <7 4>;
10146 +                       };
10147 +
10148 +                       spi@ef600900 {
10149 +                               compatible = "amcc,spi-440ep";
10150 +                               reg = <ef600900 6>;
10151 +                               interrupts = <8 4>;
10152 +                               interrupt-parent = <&UIC0>;
10153 +                       };
10154 +
10155 +                       ZMII0: emac-zmii@ef600d00 {
10156 +                               compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
10157 +                               reg = <ef600d00 c>;
10158 +                       };
10159 +
10160 +                       EMAC0: ethernet@ef600e00 {
10161 +                               device_type = "network";
10162 +                               compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
10163 +                               interrupt-parent = <&UIC1>;
10164 +                               interrupts = <1c 4 1d 4>;
10165 +                               reg = <ef600e00 70>;
10166 +                               local-mac-address = [000000000000];
10167 +                               mal-device = <&MAL0>;
10168 +                               mal-tx-channel = <0 1>;
10169 +                               mal-rx-channel = <0>;
10170 +                               cell-index = <0>;
10171 +                               max-frame-size = <5dc>;
10172 +                               rx-fifo-size = <1000>;
10173 +                               tx-fifo-size = <800>;
10174 +                               phy-mode = "rmii";
10175 +                               phy-map = <00000000>;
10176 +                               zmii-device = <&ZMII0>;
10177 +                               zmii-channel = <0>;
10178 +                       };
10179 +
10180 +                       EMAC1: ethernet@ef600f00 {
10181 +                               device_type = "network";
10182 +                               compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
10183 +                               interrupt-parent = <&UIC1>;
10184 +                               interrupts = <1e 4 1f 4>;
10185 +                               reg = <ef600f00 70>;
10186 +                               local-mac-address = [000000000000];
10187 +                               mal-device = <&MAL0>;
10188 +                               mal-tx-channel = <2 3>;
10189 +                               mal-rx-channel = <1>;
10190 +                               cell-index = <1>;
10191 +                               max-frame-size = <5dc>;
10192 +                               rx-fifo-size = <1000>;
10193 +                               tx-fifo-size = <800>;
10194 +                               phy-mode = "rmii";
10195 +                               phy-map = <00000000>;
10196 +                               zmii-device = <&ZMII0>;
10197 +                               zmii-channel = <1>;
10198 +                       };
10199 +
10200 +                       usb@ef601000 {
10201 +                               compatible = "ohci-be";
10202 +                               reg = <ef601000 80>;
10203 +                               interrupts = <8 4 9 4>;
10204 +                               interrupt-parent = < &UIC1 >;
10205 +                       };
10206 +               };
10207 +
10208 +               PCI0: pci@ec000000 {
10209 +                       device_type = "pci";
10210 +                       #interrupt-cells = <1>;
10211 +                       #size-cells = <2>;
10212 +                       #address-cells = <3>;
10213 +                       compatible = "ibm,plb440ep-pci", "ibm,plb-pci";
10214 +                       primary;
10215 +                       reg = <0 eec00000 8     /* Config space access */
10216 +                              0 eed00000 4     /* IACK */
10217 +                              0 eed00000 4     /* Special cycle */
10218 +                              0 ef400000 40>;  /* Internal registers */
10219 +
10220 +                       /* Outbound ranges, one memory and one IO,
10221 +                        * later cannot be changed. Chip supports a second
10222 +                        * IO range but we don't use it for now
10223 +                        */
10224 +                       ranges = <02000000 0 a0000000 0 a0000000 0 20000000
10225 +                                 01000000 0 00000000 0 e8000000 0 00010000>;
10226 +
10227 +                       /* Inbound 2GB range starting at 0 */
10228 +                       dma-ranges = <42000000 0 0 0 0 0 80000000>;
10229 +
10230 +                       /* Bamboo has all 4 IRQ pins tied together per slot */
10231 +                       interrupt-map-mask = <f800 0 0 0>;
10232 +                       interrupt-map = <
10233 +                               /* IDSEL 1 */
10234 +                               0800 0 0 0 &UIC0 1c 8
10235 +
10236 +                               /* IDSEL 2 */
10237 +                               1000 0 0 0 &UIC0 1b 8
10238 +
10239 +                               /* IDSEL 3 */
10240 +                               1800 0 0 0 &UIC0 1a 8
10241 +
10242 +                               /* IDSEL 4 */
10243 +                               2000 0 0 0 &UIC0 19 8
10244 +                       >;
10245 +               };
10246 +       };
10247 +
10248 +       chosen {
10249 +               linux,stdout-path = "/plb/opb/serial@ef600300";
10250 +       };
10251 +};
10252 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ebony.c powerpc.git/arch/powerpc/boot/ebony.c
10253 --- linux-2.6.25-rc9/arch/powerpc/boot/ebony.c  2008-04-11 22:32:29.000000000 +0200
10254 +++ powerpc.git/arch/powerpc/boot/ebony.c       2008-04-19 16:40:52.000000000 +0200
10255 @@ -75,7 +75,8 @@
10256  
10257         ibm440gp_fixup_clocks(sysclk, 6 * 1843200);
10258         ibm4xx_sdram_fixup_memsize();
10259 -       dt_fixup_mac_addresses(ebony_mac0, ebony_mac1);
10260 +       dt_fixup_mac_address_by_alias("ethernet0", ebony_mac0);
10261 +       dt_fixup_mac_address_by_alias("ethernet1", ebony_mac1);
10262         ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
10263         ebony_flashsel_fixup();
10264  }
10265 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/libfdt-wrapper.c powerpc.git/arch/powerpc/boot/libfdt-wrapper.c
10266 --- linux-2.6.25-rc9/arch/powerpc/boot/libfdt-wrapper.c 2008-04-11 22:32:29.000000000 +0200
10267 +++ powerpc.git/arch/powerpc/boot/libfdt-wrapper.c      2008-04-19 16:40:52.000000000 +0200
10268 @@ -35,7 +35,7 @@
10269  #define check_err(err) \
10270         ({ \
10271                 if (BAD_ERROR(err) || ((err < 0) && DEBUG)) \
10272 -                       printf("%s():%d  %s\n\r", __FUNCTION__, __LINE__, \
10273 +                       printf("%s():%d  %s\n\r", __func__, __LINE__, \
10274                                fdt_strerror(err)); \
10275                 if (BAD_ERROR(err)) \
10276                         exit(); \
10277 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mpc52xx-psc.c powerpc.git/arch/powerpc/boot/mpc52xx-psc.c
10278 --- linux-2.6.25-rc9/arch/powerpc/boot/mpc52xx-psc.c    2008-04-11 22:32:29.000000000 +0200
10279 +++ powerpc.git/arch/powerpc/boot/mpc52xx-psc.c 2008-04-19 16:40:52.000000000 +0200
10280 @@ -51,14 +51,9 @@
10281  
10282  int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp)
10283  {
10284 -       int n;
10285 -
10286         /* Get the base address of the psc registers */
10287 -       n = getprop(devp, "virtual-reg", &psc, sizeof(psc));
10288 -       if (n != sizeof(psc)) {
10289 -               if (!dt_xlate_reg(devp, 0, (void *)&psc, NULL))
10290 -                       return -1;
10291 -       }
10292 +       if (dt_get_virtual_reg(devp, &psc, 1) < 1)
10293 +               return -1;
10294  
10295         scdp->open = psc_open;
10296         scdp->putc = psc_putc;
10297 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mpsc.c powerpc.git/arch/powerpc/boot/mpsc.c
10298 --- linux-2.6.25-rc9/arch/powerpc/boot/mpsc.c   2008-04-11 22:32:29.000000000 +0200
10299 +++ powerpc.git/arch/powerpc/boot/mpsc.c        2008-04-19 16:40:52.000000000 +0200
10300 @@ -141,7 +141,7 @@
10301         if (mpscintr_base == NULL)
10302                 goto err_out;
10303  
10304 -       n = getprop(devp, "block-index", &v, sizeof(v));
10305 +       n = getprop(devp, "cell-index", &v, sizeof(v));
10306         if (n != sizeof(v))
10307                 goto err_out;
10308         reg_set = (int)v;
10309 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mv64x60.c powerpc.git/arch/powerpc/boot/mv64x60.c
10310 --- linux-2.6.25-rc9/arch/powerpc/boot/mv64x60.c        2008-04-11 22:32:29.000000000 +0200
10311 +++ powerpc.git/arch/powerpc/boot/mv64x60.c     2008-04-19 16:40:52.000000000 +0200
10312 @@ -535,7 +535,7 @@
10313         u32 v[2];
10314         void *devp;
10315  
10316 -       devp = finddevice("/mv64x60");
10317 +       devp = find_node_by_compatible(NULL, "marvell,mv64360");
10318         if (devp == NULL)
10319                 goto err_out;
10320         if (getprop(devp, "reg", v, sizeof(v)) != sizeof(v))
10321 @@ -553,7 +553,7 @@
10322         u32 v;
10323         void *devp;
10324  
10325 -       devp = finddevice("/mv64x60");
10326 +       devp = find_node_by_compatible(NULL, "marvell,mv64360");
10327         if (devp == NULL)
10328                 goto err_out;
10329         if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
10330 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mv64x60_i2c.c powerpc.git/arch/powerpc/boot/mv64x60_i2c.c
10331 --- linux-2.6.25-rc9/arch/powerpc/boot/mv64x60_i2c.c    2008-04-11 22:32:29.000000000 +0200
10332 +++ powerpc.git/arch/powerpc/boot/mv64x60_i2c.c 2008-04-19 16:40:52.000000000 +0200
10333 @@ -185,7 +185,7 @@
10334         u32 v;
10335         void *devp;
10336  
10337 -       devp = finddevice("/mv64x60/i2c");
10338 +       devp = find_node_by_compatible(NULL, "marvell,mv64360-i2c");
10339         if (devp == NULL)
10340                 goto err_out;
10341         if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
10342 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ns16550.c powerpc.git/arch/powerpc/boot/ns16550.c
10343 --- linux-2.6.25-rc9/arch/powerpc/boot/ns16550.c        2008-04-11 22:32:29.000000000 +0200
10344 +++ powerpc.git/arch/powerpc/boot/ns16550.c     2008-04-19 16:40:52.000000000 +0200
10345 @@ -55,15 +55,9 @@
10346  int ns16550_console_init(void *devp, struct serial_console_data *scdp)
10347  {
10348         int n;
10349 -       unsigned long reg_phys;
10350  
10351 -       n = getprop(devp, "virtual-reg", &reg_base, sizeof(reg_base));
10352 -       if (n != sizeof(reg_base)) {
10353 -               if (!dt_xlate_reg(devp, 0, &reg_phys, NULL))
10354 -                       return -1;
10355 -
10356 -               reg_base = (void *)reg_phys;
10357 -       }
10358 +       if (dt_get_virtual_reg(devp, (void **)&reg_base, 1) < 1)
10359 +               return -1;
10360  
10361         n = getprop(devp, "reg-shift", &reg_shift, sizeof(reg_shift));
10362         if (n != sizeof(reg_shift))
10363 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ops.h powerpc.git/arch/powerpc/boot/ops.h
10364 --- linux-2.6.25-rc9/arch/powerpc/boot/ops.h    2008-04-11 22:32:29.000000000 +0200
10365 +++ powerpc.git/arch/powerpc/boot/ops.h 2008-04-19 16:40:52.000000000 +0200
10366 @@ -95,6 +95,7 @@
10367  int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr);
10368  int dt_is_compatible(void *node, const char *compat);
10369  void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize);
10370 +int dt_get_virtual_reg(void *node, void **addr, int nres);
10371  
10372  static inline void *finddevice(const char *name)
10373  {
10374 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/prpmc2800.c powerpc.git/arch/powerpc/boot/prpmc2800.c
10375 --- linux-2.6.25-rc9/arch/powerpc/boot/prpmc2800.c      2008-04-11 22:32:29.000000000 +0200
10376 +++ powerpc.git/arch/powerpc/boot/prpmc2800.c   2008-04-19 16:40:52.000000000 +0200
10377 @@ -344,20 +344,20 @@
10378                         acc_bits);
10379  
10380         /* Get the cpu -> pci i/o & mem mappings from the device tree */
10381 -       devp = finddevice("/mv64x60/pci@80000000");
10382 +       devp = find_node_by_compatible(NULL, "marvell,mv64360-pci");
10383         if (devp == NULL)
10384 -               fatal("Error: Missing /mv64x60/pci@80000000"
10385 +               fatal("Error: Missing marvell,mv64360-pci"
10386                                 " device tree node\n\r");
10387  
10388         rc = getprop(devp, "ranges", v, sizeof(v));
10389         if (rc != sizeof(v))
10390 -               fatal("Error: Can't find /mv64x60/pci@80000000/ranges"
10391 +               fatal("Error: Can't find marvell,mv64360-pci ranges"
10392                                 " property\n\r");
10393  
10394         /* Get the cpu -> pci i/o & mem mappings from the device tree */
10395 -       devp = finddevice("/mv64x60");
10396 +       devp = find_node_by_compatible(NULL, "marvell,mv64360");
10397         if (devp == NULL)
10398 -               fatal("Error: Missing /mv64x60 device tree node\n\r");
10399 +               fatal("Error: Missing marvell,mv64360 device tree node\n\r");
10400  
10401         enables = in_le32((u32 *)(bridge_base + MV64x60_CPU_BAR_ENABLE));
10402         enables |= 0x0007fe00; /* Disable all cpu->pci windows */
10403 @@ -429,9 +429,9 @@
10404         setprop(devp, "model", model, l);
10405  
10406         /* Set /cpus/PowerPC,7447/clock-frequency */
10407 -       devp = finddevice("/cpus/PowerPC,7447");
10408 +       devp = find_node_by_prop_value_str(NULL, "device_type", "cpu");
10409         if (devp == NULL)
10410 -               fatal("Error: Missing proper /cpus device tree node\n\r");
10411 +               fatal("Error: Missing proper cpu device tree node\n\r");
10412         v[0] = bip->core_speed;
10413         setprop(devp, "clock-frequency", &v[0], sizeof(v[0]));
10414  
10415 @@ -443,16 +443,17 @@
10416         v[1] = bip->mem_size;
10417         setprop(devp, "reg", v, sizeof(v));
10418  
10419 -       /* Update /mv64x60/model, if this is a mv64362 */
10420 +       /* Update model, if this is a mv64362 */
10421         if (bip->bridge_type == BRIDGE_TYPE_MV64362) {
10422 -               devp = finddevice("/mv64x60");
10423 +               devp = find_node_by_compatible(NULL, "marvell,mv64360");
10424                 if (devp == NULL)
10425 -                       fatal("Error: Missing /mv64x60 device tree node\n\r");
10426 +                       fatal("Error: Missing marvell,mv64360"
10427 +                                       " device tree node\n\r");
10428                 setprop(devp, "model", "mv64362", strlen("mv64362") + 1);
10429         }
10430  
10431         /* Set User FLASH size */
10432 -       devp = finddevice("/mv64x60/flash@a0000000");
10433 +       devp = find_node_by_compatible(NULL, "direct-mapped");
10434         if (devp == NULL)
10435                 fatal("Error: Missing User FLASH device tree node\n\r");
10436         rc = getprop(devp, "reg", v, sizeof(v));
10437 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ps3-head.S powerpc.git/arch/powerpc/boot/ps3-head.S
10438 --- linux-2.6.25-rc9/arch/powerpc/boot/ps3-head.S       2008-04-11 22:32:29.000000000 +0200
10439 +++ powerpc.git/arch/powerpc/boot/ps3-head.S    2008-04-19 16:40:52.000000000 +0200
10440 @@ -27,8 +27,9 @@
10441  /*
10442   * __system_reset_overlay - The PS3 first stage entry.
10443   *
10444 - * The bootwraper build script copies the 0x100 bytes at symbol
10445 - * __system_reset_overlay to offset 0x100 of the rom image.
10446 + * The bootwraper build script copies the 512 bytes at symbol
10447 + * __system_reset_overlay to offset 0x100 of the rom image.  This symbol
10448 + * must occupy 512 or less bytes.
10449   *
10450   * The PS3 has a single processor with two threads.
10451   */
10452 @@ -47,8 +48,6 @@
10453  
10454         mfspr   r3, 0x88
10455         cntlzw. r3, r3
10456 -       li      r4, 0
10457 -       li      r5, 0
10458         beq     1f
10459  
10460         /* Secondary goes to __secondary_hold in kernel. */
10461 @@ -57,8 +56,14 @@
10462         mtctr   r4
10463         bctr
10464  
10465 -       /* Primary delays then goes to _zimage_start in wrapper. */
10466  1:
10467 +       /* Save the value at addr zero for a null pointer write check later. */
10468 +
10469 +       li      r4, 0
10470 +       lwz     r3, 0(r4)
10471 +
10472 +       /* Primary delays then goes to _zimage_start in wrapper. */
10473 +
10474         or      31, 31, 31 /* db16cyc */
10475         or      31, 31, 31 /* db16cyc */
10476  
10477 @@ -67,16 +72,18 @@
10478         mtctr   r4
10479         bctr
10480  
10481 +       . = __system_reset_overlay + 512
10482 +
10483  /*
10484   * __system_reset_kernel - Place holder for the kernel reset vector.
10485   *
10486 - * The bootwrapper build script copies 0x100 bytes from offset 0x100
10487 + * The bootwrapper build script copies 512 bytes from offset 0x100
10488   * of the rom image to the symbol __system_reset_kernel.  At runtime
10489 - * the bootwrapper program copies the 0x100 bytes at __system_reset_kernel
10490 - * to ram address 0x100.  This symbol must occupy 0x100 bytes.
10491 + * the bootwrapper program copies the 512 bytes at __system_reset_kernel
10492 + * to ram address 0x100.  This symbol must occupy 512 bytes.
10493   */
10494  
10495         .globl __system_reset_kernel
10496  __system_reset_kernel:
10497  
10498 -       . = __system_reset_kernel + 0x100
10499 +       . = __system_reset_kernel + 512
10500 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ps3.c powerpc.git/arch/powerpc/boot/ps3.c
10501 --- linux-2.6.25-rc9/arch/powerpc/boot/ps3.c    2008-04-11 22:32:29.000000000 +0200
10502 +++ powerpc.git/arch/powerpc/boot/ps3.c 2008-04-19 16:40:52.000000000 +0200
10503 @@ -27,10 +27,10 @@
10504  #include "page.h"
10505  #include "ops.h"
10506  
10507 -extern s64 lv1_panic(u64 in_1);
10508 -extern s64 lv1_get_logical_partition_id(u64 *out_1);
10509 -extern s64 lv1_get_logical_ppe_id(u64 *out_1);
10510 -extern s64 lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
10511 +extern int lv1_panic(u64 in_1);
10512 +extern int lv1_get_logical_partition_id(u64 *out_1);
10513 +extern int lv1_get_logical_ppe_id(u64 *out_1);
10514 +extern int lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
10515         u64 in_4, u64 in_5, u64 *out_1, u64 *out_2);
10516  
10517  #ifdef DEBUG
10518 @@ -46,6 +46,7 @@
10519   * edit the command line passed to vmlinux (by setting /chosen/bootargs).
10520   * The buffer is put in it's own section so that tools may locate it easier.
10521   */
10522 +
10523  static char cmdline[COMMAND_LINE_SIZE]
10524         __attribute__((__section__("__builtin_cmdline")));
10525  
10526 @@ -75,7 +76,7 @@
10527  
10528  static int ps3_repository_read_rm_size(u64 *rm_size)
10529  {
10530 -       s64 result;
10531 +       int result;
10532         u64 lpar_id;
10533         u64 ppe_id;
10534         u64 v2;
10535 @@ -114,16 +115,17 @@
10536  {
10537         extern char __system_reset_kernel[];
10538  
10539 -       memcpy((void *)0x100, __system_reset_kernel, 0x100);
10540 -       flush_cache((void *)0x100, 0x100);
10541 +       memcpy((void *)0x100, __system_reset_kernel, 512);
10542 +       flush_cache((void *)0x100, 512);
10543  }
10544  
10545 -void platform_init(void)
10546 +void platform_init(unsigned long null_check)
10547  {
10548         const u32 heapsize = 0x1000000 - (u32)_end; /* 16MiB */
10549         void *chosen;
10550         unsigned long ft_addr;
10551         u64 rm_size;
10552 +       unsigned long val;
10553  
10554         console_ops.write = ps3_console_write;
10555         platform_ops.exit = ps3_exit;
10556 @@ -151,6 +153,11 @@
10557  
10558         printf(" flat tree at 0x%lx\n\r", ft_addr);
10559  
10560 +       val = *(unsigned long *)0;
10561 +
10562 +       if (val != null_check)
10563 +               printf("null check failed: %lx != %lx\n\r", val, null_check);
10564 +
10565         ((kernel_entry_t)0)(ft_addr, 0, NULL);
10566  
10567         ps3_exit();
10568 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/serial.c powerpc.git/arch/powerpc/boot/serial.c
10569 --- linux-2.6.25-rc9/arch/powerpc/boot/serial.c 2008-04-11 22:32:29.000000000 +0200
10570 +++ powerpc.git/arch/powerpc/boot/serial.c      2008-04-19 16:40:52.000000000 +0200
10571 @@ -119,7 +119,7 @@
10572  
10573         if (dt_is_compatible(devp, "ns16550"))
10574                 rc = ns16550_console_init(devp, &serial_cd);
10575 -       else if (dt_is_compatible(devp, "marvell,mpsc"))
10576 +       else if (dt_is_compatible(devp, "marvell,mv64360-mpsc"))
10577                 rc = mpsc_console_init(devp, &serial_cd);
10578         else if (dt_is_compatible(devp, "fsl,cpm1-scc-uart") ||
10579                  dt_is_compatible(devp, "fsl,cpm1-smc-uart") ||
10580 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/simpleboot.c powerpc.git/arch/powerpc/boot/simpleboot.c
10581 --- linux-2.6.25-rc9/arch/powerpc/boot/simpleboot.c     1970-01-01 01:00:00.000000000 +0100
10582 +++ powerpc.git/arch/powerpc/boot/simpleboot.c  2008-04-19 16:40:52.000000000 +0200
10583 @@ -0,0 +1,84 @@
10584 +/*
10585 + * The simple platform -- for booting when firmware doesn't supply a device
10586 + *                        tree or any platform configuration information.
10587 + *                        All data is extracted from an embedded device tree
10588 + *                        blob.
10589 + *
10590 + * Authors: Scott Wood <scottwood@freescale.com>
10591 + *          Grant Likely <grant.likely@secretlab.ca>
10592 + *
10593 + * Copyright (c) 2007 Freescale Semiconductor, Inc.
10594 + * Copyright (c) 2008 Secret Lab Technologies Ltd.
10595 + *
10596 + * This program is free software; you can redistribute it and/or modify it
10597 + * under the terms of the GNU General Public License version 2 as published
10598 + * by the Free Software Foundation.
10599 + */
10600 +
10601 +#include "ops.h"
10602 +#include "types.h"
10603 +#include "io.h"
10604 +#include "stdio.h"
10605 +#include "libfdt/libfdt.h"
10606 +
10607 +BSS_STACK(4*1024);
10608 +
10609 +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
10610 +                  unsigned long r6, unsigned long r7)
10611 +{
10612 +       const u32 *na, *ns, *reg, *timebase;
10613 +       u64 memsize64;
10614 +       int node, size, i;
10615 +
10616 +       /* Make sure FDT blob is sane */
10617 +       if (fdt_check_header(_dtb_start) != 0)
10618 +               fatal("Invalid device tree blob\n");
10619 +
10620 +       /* Find the #address-cells and #size-cells properties */
10621 +       node = fdt_path_offset(_dtb_start, "/");
10622 +       if (node < 0)
10623 +               fatal("Cannot find root node\n");
10624 +       na = fdt_getprop(_dtb_start, node, "#address-cells", &size);
10625 +       if (!na || (size != 4))
10626 +               fatal("Cannot find #address-cells property");
10627 +       ns = fdt_getprop(_dtb_start, node, "#size-cells", &size);
10628 +       if (!ns || (size != 4))
10629 +               fatal("Cannot find #size-cells property");
10630 +
10631 +       /* Find the memory range */
10632 +       node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10633 +                                            "memory", sizeof("memory"));
10634 +       if (node < 0)
10635 +               fatal("Cannot find memory node\n");
10636 +       reg = fdt_getprop(_dtb_start, node, "reg", &size);
10637 +       if (size < (*na+*ns) * sizeof(u32))
10638 +               fatal("cannot get memory range\n");
10639 +
10640 +       /* Only interested in memory based at 0 */
10641 +       for (i = 0; i < *na; i++)
10642 +               if (*reg++ != 0)
10643 +                       fatal("Memory range is not based at address 0\n");
10644 +
10645 +       /* get the memsize and trucate it to under 4G on 32 bit machines */
10646 +       memsize64 = 0;
10647 +       for (i = 0; i < *ns; i++)
10648 +               memsize64 = (memsize64 << 32) | *reg++;
10649 +       if (sizeof(void *) == 4 && memsize64 >= 0x100000000ULL)
10650 +               memsize64 = 0xffffffff;
10651 +
10652 +       /* finally, setup the timebase */
10653 +       node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10654 +                                            "cpu", sizeof("cpu"));
10655 +       if (!node)
10656 +               fatal("Cannot find cpu node\n");
10657 +       timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size);
10658 +       if (timebase && (size == 4))
10659 +               timebase_period_ns = 1000000000 / *timebase;
10660 +
10661 +       /* Now we have the memory size; initialize the heap */
10662 +       simple_alloc_init(_end, memsize64 - (unsigned long)_end, 32, 64);
10663 +
10664 +       /* prepare the device tree and find the console */
10665 +       fdt_init(_dtb_start);
10666 +       serial_console_init();
10667 +}
10668 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/treeboot-walnut.c powerpc.git/arch/powerpc/boot/treeboot-walnut.c
10669 --- linux-2.6.25-rc9/arch/powerpc/boot/treeboot-walnut.c        2008-04-11 22:32:29.000000000 +0200
10670 +++ powerpc.git/arch/powerpc/boot/treeboot-walnut.c     2008-04-19 16:40:52.000000000 +0200
10671 @@ -68,7 +68,7 @@
10672         ibm4xx_quiesce_eth((u32 *)0xef600800, NULL);
10673         ibm4xx_fixup_ebc_ranges("/plb/ebc");
10674         walnut_flashsel_fixup();
10675 -       dt_fixup_mac_addresses((u8 *) WALNUT_OPENBIOS_MAC_OFF);
10676 +       dt_fixup_mac_address_by_alias("ethernet0", (u8 *) WALNUT_OPENBIOS_MAC_OFF);
10677  }
10678  
10679  void platform_init(void)
10680 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/virtex405-head.S powerpc.git/arch/powerpc/boot/virtex405-head.S
10681 --- linux-2.6.25-rc9/arch/powerpc/boot/virtex405-head.S 1970-01-01 01:00:00.000000000 +0100
10682 +++ powerpc.git/arch/powerpc/boot/virtex405-head.S      2008-04-19 16:40:52.000000000 +0200
10683 @@ -0,0 +1,30 @@
10684 +#include "ppc_asm.h"
10685 +
10686 +       .text
10687 +       .global _zimage_start
10688 +_zimage_start:
10689 +
10690 +       /* PPC errata 213: needed by Virtex-4 FX */
10691 +       mfccr0  0
10692 +       oris    0,0,0x50000000@h
10693 +       mtccr0  0
10694 +
10695 +       /*
10696 +        * Invalidate the data cache if the data cache is turned off.
10697 +        * - The 405 core does not invalidate the data cache on power-up
10698 +        *   or reset but does turn off the data cache. We cannot assume
10699 +        *   that the cache contents are valid.
10700 +        * - If the data cache is turned on this must have been done by
10701 +        *   a bootloader and we assume that the cache contents are
10702 +        *   valid.
10703 +        */
10704 +       mfdccr  r9
10705 +       cmplwi  r9,0
10706 +       bne     2f
10707 +       lis     r9,0
10708 +       li      r8,256
10709 +       mtctr   r8
10710 +1:     dccci   r0,r9
10711 +       addi    r9,r9,0x20
10712 +       bdnz    1b
10713 +2:     b       _zimage_start_lib
10714 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/wrapper powerpc.git/arch/powerpc/boot/wrapper
10715 --- linux-2.6.25-rc9/arch/powerpc/boot/wrapper  2008-04-11 22:32:29.000000000 +0200
10716 +++ powerpc.git/arch/powerpc/boot/wrapper       2008-04-19 16:40:52.000000000 +0200
10717 @@ -174,7 +174,7 @@
10718      *-mpc83*)
10719          platformo=$object/cuboot-83xx.o
10720          ;;
10721 -    *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555)
10722 +    *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*)
10723          platformo=$object/cuboot-85xx-cpm2.o
10724          ;;
10725      *-mpc85*|*-tqm8540|*-sbc85*)
10726 @@ -199,6 +199,10 @@
10727      platformo="$object/fixed-head.o $object/redboot-8xx.o"
10728      binary=y
10729      ;;
10730 +simpleboot-virtex405-*)
10731 +    platformo="$object/virtex405-head.o $object/simpleboot.o"
10732 +    binary=y
10733 +    ;;
10734  esac
10735  
10736  vmz="$tmpdir/`basename \"$kernel\"`.$ext"
10737 @@ -226,10 +230,13 @@
10738      uboot_version="-n Linux-$version"
10739  fi
10740  
10741 +# physical offset of kernel image
10742 +membase=`${CROSS}objdump -p "$kernel" | grep -m 1 LOAD | awk '{print $7}'`
10743 +
10744  case "$platform" in
10745  uboot)
10746      rm -f "$ofile"
10747 -    mkimage -A ppc -O linux -T kernel -C gzip -a 00000000 -e 00000000 \
10748 +    mkimage -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
10749         $uboot_version -d "$vmz" "$ofile"
10750      if [ -z "$cacheit" ]; then
10751         rm -f "$vmz"
10752 @@ -298,15 +305,16 @@
10753      exit 0
10754      ;;
10755  ps3)
10756 -    # The ps3's loader supports loading gzipped binary images from flash
10757 -    # rom to addr zero. The loader enters the image at addr 0x100.  A
10758 -    # bootwrapper overlay is use to arrange for the kernel to be loaded
10759 -    # to addr zero and to have a suitable bootwrapper entry at 0x100.
10760 -    # To construct the rom image, 0x100 bytes from offset 0x100 in the
10761 -    # kernel is copied to the bootwrapper symbol __system_reset_kernel.
10762 -    # The 0x100 bytes at the bootwrapper symbol __system_reset_overlay is
10763 -    # then copied to offset 0x100.  At runtime the bootwrapper program
10764 -    # copies the 0x100 bytes at __system_reset_kernel to addr 0x100.
10765 +    # The ps3's loader supports loading a gzipped binary image from flash
10766 +    # rom to ram addr zero. The loader then enters the system reset
10767 +    # vector at addr 0x100.  A bootwrapper overlay is used to arrange for
10768 +    # a binary image of the kernel to be at addr zero, and yet have a
10769 +    # suitable bootwrapper entry at 0x100.  To construct the final rom
10770 +    # image 512 bytes from offset 0x100 is copied to the bootwrapper
10771 +    # place holder at symbol __system_reset_kernel.  The 512 bytes of the
10772 +    # bootwrapper entry code at symbol __system_reset_overlay is then
10773 +    # copied to offset 0x100.  At runtime the bootwrapper program copies
10774 +    # the data at __system_reset_kernel back to addr 0x100.
10775  
10776      system_reset_overlay=0x`${CROSS}nm "$ofile" \
10777          | grep ' __system_reset_overlay$'       \
10778 @@ -317,7 +325,7 @@
10779          | cut -d' ' -f1`
10780      system_reset_kernel=`printf "%d" $system_reset_kernel`
10781      overlay_dest="256"
10782 -    overlay_size="256"
10783 +    overlay_size="512"
10784  
10785      ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
10786  
10787 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/ep405_defconfig powerpc.git/arch/powerpc/configs/40x/ep405_defconfig
10788 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/ep405_defconfig   1970-01-01 01:00:00.000000000 +0100
10789 +++ powerpc.git/arch/powerpc/configs/40x/ep405_defconfig        2008-04-19 16:40:52.000000000 +0200
10790 @@ -0,0 +1,968 @@
10791 +#
10792 +# Automatically generated make config: don't edit
10793 +# Linux kernel version: 2.6.25-rc2
10794 +# Fri Feb 15 21:50:09 2008
10795 +#
10796 +# CONFIG_PPC64 is not set
10797 +
10798 +#
10799 +# Processor support
10800 +#
10801 +# CONFIG_6xx is not set
10802 +# CONFIG_PPC_85xx is not set
10803 +# CONFIG_PPC_8xx is not set
10804 +CONFIG_40x=y
10805 +# CONFIG_44x is not set
10806 +# CONFIG_E200 is not set
10807 +CONFIG_4xx=y
10808 +# CONFIG_PPC_MM_SLICES is not set
10809 +CONFIG_NOT_COHERENT_CACHE=y
10810 +CONFIG_PPC32=y
10811 +CONFIG_WORD_SIZE=32
10812 +CONFIG_PPC_MERGE=y
10813 +CONFIG_MMU=y
10814 +CONFIG_GENERIC_CMOS_UPDATE=y
10815 +CONFIG_GENERIC_TIME=y
10816 +CONFIG_GENERIC_TIME_VSYSCALL=y
10817 +CONFIG_GENERIC_CLOCKEVENTS=y
10818 +CONFIG_GENERIC_HARDIRQS=y
10819 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
10820 +CONFIG_IRQ_PER_CPU=y
10821 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
10822 +CONFIG_ARCH_HAS_ILOG2_U32=y
10823 +CONFIG_GENERIC_HWEIGHT=y
10824 +CONFIG_GENERIC_CALIBRATE_DELAY=y
10825 +CONFIG_GENERIC_FIND_NEXT_BIT=y
10826 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
10827 +CONFIG_PPC=y
10828 +CONFIG_EARLY_PRINTK=y
10829 +CONFIG_GENERIC_NVRAM=y
10830 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
10831 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
10832 +CONFIG_PPC_OF=y
10833 +CONFIG_OF=y
10834 +CONFIG_PPC_UDBG_16550=y
10835 +# CONFIG_GENERIC_TBSYNC is not set
10836 +CONFIG_AUDIT_ARCH=y
10837 +CONFIG_GENERIC_BUG=y
10838 +# CONFIG_DEFAULT_UIMAGE is not set
10839 +CONFIG_PPC_DCR_NATIVE=y
10840 +# CONFIG_PPC_DCR_MMIO is not set
10841 +CONFIG_PPC_DCR=y
10842 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
10843 +
10844 +#
10845 +# General setup
10846 +#
10847 +CONFIG_EXPERIMENTAL=y
10848 +CONFIG_BROKEN_ON_SMP=y
10849 +CONFIG_INIT_ENV_ARG_LIMIT=32
10850 +CONFIG_LOCALVERSION=""
10851 +CONFIG_LOCALVERSION_AUTO=y
10852 +CONFIG_SWAP=y
10853 +CONFIG_SYSVIPC=y
10854 +CONFIG_SYSVIPC_SYSCTL=y
10855 +CONFIG_POSIX_MQUEUE=y
10856 +# CONFIG_BSD_PROCESS_ACCT is not set
10857 +# CONFIG_TASKSTATS is not set
10858 +# CONFIG_AUDIT is not set
10859 +# CONFIG_IKCONFIG is not set
10860 +CONFIG_LOG_BUF_SHIFT=14
10861 +# CONFIG_CGROUPS is not set
10862 +CONFIG_GROUP_SCHED=y
10863 +CONFIG_FAIR_GROUP_SCHED=y
10864 +# CONFIG_RT_GROUP_SCHED is not set
10865 +CONFIG_USER_SCHED=y
10866 +# CONFIG_CGROUP_SCHED is not set
10867 +CONFIG_SYSFS_DEPRECATED=y
10868 +# CONFIG_RELAY is not set
10869 +# CONFIG_NAMESPACES is not set
10870 +CONFIG_BLK_DEV_INITRD=y
10871 +CONFIG_INITRAMFS_SOURCE=""
10872 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
10873 +CONFIG_SYSCTL=y
10874 +CONFIG_EMBEDDED=y
10875 +CONFIG_SYSCTL_SYSCALL=y
10876 +CONFIG_KALLSYMS=y
10877 +CONFIG_KALLSYMS_ALL=y
10878 +CONFIG_KALLSYMS_EXTRA_PASS=y
10879 +CONFIG_HOTPLUG=y
10880 +CONFIG_PRINTK=y
10881 +CONFIG_BUG=y
10882 +CONFIG_ELF_CORE=y
10883 +CONFIG_COMPAT_BRK=y
10884 +CONFIG_BASE_FULL=y
10885 +CONFIG_FUTEX=y
10886 +CONFIG_ANON_INODES=y
10887 +CONFIG_EPOLL=y
10888 +CONFIG_SIGNALFD=y
10889 +CONFIG_TIMERFD=y
10890 +CONFIG_EVENTFD=y
10891 +CONFIG_SHMEM=y
10892 +CONFIG_VM_EVENT_COUNTERS=y
10893 +CONFIG_SLUB_DEBUG=y
10894 +# CONFIG_SLAB is not set
10895 +CONFIG_SLUB=y
10896 +# CONFIG_SLOB is not set
10897 +# CONFIG_PROFILING is not set
10898 +# CONFIG_MARKERS is not set
10899 +CONFIG_HAVE_OPROFILE=y
10900 +# CONFIG_KPROBES is not set
10901 +CONFIG_HAVE_KPROBES=y
10902 +CONFIG_PROC_PAGE_MONITOR=y
10903 +CONFIG_SLABINFO=y
10904 +CONFIG_RT_MUTEXES=y
10905 +# CONFIG_TINY_SHMEM is not set
10906 +CONFIG_BASE_SMALL=0
10907 +CONFIG_MODULES=y
10908 +CONFIG_MODULE_UNLOAD=y
10909 +# CONFIG_MODULE_FORCE_UNLOAD is not set
10910 +# CONFIG_MODVERSIONS is not set
10911 +# CONFIG_MODULE_SRCVERSION_ALL is not set
10912 +CONFIG_KMOD=y
10913 +CONFIG_BLOCK=y
10914 +CONFIG_LBD=y
10915 +# CONFIG_BLK_DEV_IO_TRACE is not set
10916 +# CONFIG_LSF is not set
10917 +# CONFIG_BLK_DEV_BSG is not set
10918 +
10919 +#
10920 +# IO Schedulers
10921 +#
10922 +CONFIG_IOSCHED_NOOP=y
10923 +CONFIG_IOSCHED_AS=y
10924 +CONFIG_IOSCHED_DEADLINE=y
10925 +CONFIG_IOSCHED_CFQ=y
10926 +CONFIG_DEFAULT_AS=y
10927 +# CONFIG_DEFAULT_DEADLINE is not set
10928 +# CONFIG_DEFAULT_CFQ is not set
10929 +# CONFIG_DEFAULT_NOOP is not set
10930 +CONFIG_DEFAULT_IOSCHED="anticipatory"
10931 +CONFIG_CLASSIC_RCU=y
10932 +# CONFIG_PREEMPT_RCU is not set
10933 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
10934 +
10935 +#
10936 +# Platform support
10937 +#
10938 +# CONFIG_PPC_MPC512x is not set
10939 +# CONFIG_PPC_MPC5121 is not set
10940 +# CONFIG_PPC_CELL is not set
10941 +# CONFIG_PPC_CELL_NATIVE is not set
10942 +# CONFIG_PQ2ADS is not set
10943 +CONFIG_EP405=y
10944 +# CONFIG_KILAUEA is not set
10945 +# CONFIG_MAKALU is not set
10946 +# CONFIG_WALNUT is not set
10947 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
10948 +CONFIG_405GP=y
10949 +CONFIG_IBM405_ERR77=y
10950 +CONFIG_IBM405_ERR51=y
10951 +# CONFIG_IPIC is not set
10952 +# CONFIG_MPIC is not set
10953 +# CONFIG_MPIC_WEIRD is not set
10954 +# CONFIG_PPC_I8259 is not set
10955 +# CONFIG_PPC_RTAS is not set
10956 +# CONFIG_MMIO_NVRAM is not set
10957 +# CONFIG_PPC_MPC106 is not set
10958 +# CONFIG_PPC_970_NAP is not set
10959 +# CONFIG_PPC_INDIRECT_IO is not set
10960 +# CONFIG_GENERIC_IOMAP is not set
10961 +# CONFIG_CPU_FREQ is not set
10962 +# CONFIG_FSL_ULI1575 is not set
10963 +
10964 +#
10965 +# Kernel options
10966 +#
10967 +# CONFIG_HIGHMEM is not set
10968 +# CONFIG_TICK_ONESHOT is not set
10969 +# CONFIG_NO_HZ is not set
10970 +# CONFIG_HIGH_RES_TIMERS is not set
10971 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
10972 +# CONFIG_HZ_100 is not set
10973 +CONFIG_HZ_250=y
10974 +# CONFIG_HZ_300 is not set
10975 +# CONFIG_HZ_1000 is not set
10976 +CONFIG_HZ=250
10977 +# CONFIG_SCHED_HRTICK is not set
10978 +CONFIG_PREEMPT_NONE=y
10979 +# CONFIG_PREEMPT_VOLUNTARY is not set
10980 +# CONFIG_PREEMPT is not set
10981 +CONFIG_RCU_TRACE=y
10982 +CONFIG_BINFMT_ELF=y
10983 +# CONFIG_BINFMT_MISC is not set
10984 +# CONFIG_MATH_EMULATION is not set
10985 +# CONFIG_IOMMU_HELPER is not set
10986 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
10987 +CONFIG_ARCH_HAS_WALK_MEMORY=y
10988 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
10989 +CONFIG_ARCH_FLATMEM_ENABLE=y
10990 +CONFIG_ARCH_POPULATES_NODE_MAP=y
10991 +CONFIG_SELECT_MEMORY_MODEL=y
10992 +CONFIG_FLATMEM_MANUAL=y
10993 +# CONFIG_DISCONTIGMEM_MANUAL is not set
10994 +# CONFIG_SPARSEMEM_MANUAL is not set
10995 +CONFIG_FLATMEM=y
10996 +CONFIG_FLAT_NODE_MEM_MAP=y
10997 +# CONFIG_SPARSEMEM_STATIC is not set
10998 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
10999 +CONFIG_SPLIT_PTLOCK_CPUS=4
11000 +# CONFIG_RESOURCES_64BIT is not set
11001 +CONFIG_ZONE_DMA_FLAG=1
11002 +CONFIG_BOUNCE=y
11003 +CONFIG_VIRT_TO_BUS=y
11004 +CONFIG_PROC_DEVICETREE=y
11005 +# CONFIG_CMDLINE_BOOL is not set
11006 +# CONFIG_PM is not set
11007 +CONFIG_SECCOMP=y
11008 +CONFIG_ISA_DMA_API=y
11009 +
11010 +#
11011 +# Bus options
11012 +#
11013 +CONFIG_ZONE_DMA=y
11014 +CONFIG_PPC_INDIRECT_PCI=y
11015 +CONFIG_PCI=y
11016 +CONFIG_PCI_DOMAINS=y
11017 +CONFIG_PCI_SYSCALL=y
11018 +# CONFIG_PCIEPORTBUS is not set
11019 +CONFIG_ARCH_SUPPORTS_MSI=y
11020 +# CONFIG_PCI_MSI is not set
11021 +CONFIG_PCI_LEGACY=y
11022 +# CONFIG_PCI_DEBUG is not set
11023 +# CONFIG_PCCARD is not set
11024 +# CONFIG_HOTPLUG_PCI is not set
11025 +
11026 +#
11027 +# Advanced setup
11028 +#
11029 +# CONFIG_ADVANCED_OPTIONS is not set
11030 +
11031 +#
11032 +# Default settings for advanced configuration options are used
11033 +#
11034 +CONFIG_HIGHMEM_START=0xfe000000
11035 +CONFIG_LOWMEM_SIZE=0x30000000
11036 +CONFIG_KERNEL_START=0xc0000000
11037 +CONFIG_TASK_SIZE=0xc0000000
11038 +CONFIG_CONSISTENT_START=0xff100000
11039 +CONFIG_CONSISTENT_SIZE=0x00200000
11040 +CONFIG_BOOT_LOAD=0x00400000
11041 +
11042 +#
11043 +# Networking
11044 +#
11045 +CONFIG_NET=y
11046 +
11047 +#
11048 +# Networking options
11049 +#
11050 +CONFIG_PACKET=y
11051 +# CONFIG_PACKET_MMAP is not set
11052 +CONFIG_UNIX=y
11053 +# CONFIG_NET_KEY is not set
11054 +CONFIG_INET=y
11055 +# CONFIG_IP_MULTICAST is not set
11056 +# CONFIG_IP_ADVANCED_ROUTER is not set
11057 +CONFIG_IP_FIB_HASH=y
11058 +CONFIG_IP_PNP=y
11059 +CONFIG_IP_PNP_DHCP=y
11060 +CONFIG_IP_PNP_BOOTP=y
11061 +# CONFIG_IP_PNP_RARP is not set
11062 +# CONFIG_NET_IPIP is not set
11063 +# CONFIG_NET_IPGRE is not set
11064 +# CONFIG_ARPD is not set
11065 +# CONFIG_SYN_COOKIES is not set
11066 +# CONFIG_INET_AH is not set
11067 +# CONFIG_INET_ESP is not set
11068 +# CONFIG_INET_IPCOMP is not set
11069 +# CONFIG_INET_XFRM_TUNNEL is not set
11070 +# CONFIG_INET_TUNNEL is not set
11071 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
11072 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
11073 +# CONFIG_INET_XFRM_MODE_BEET is not set
11074 +# CONFIG_INET_LRO is not set
11075 +CONFIG_INET_DIAG=y
11076 +CONFIG_INET_TCP_DIAG=y
11077 +# CONFIG_TCP_CONG_ADVANCED is not set
11078 +CONFIG_TCP_CONG_CUBIC=y
11079 +CONFIG_DEFAULT_TCP_CONG="cubic"
11080 +# CONFIG_TCP_MD5SIG is not set
11081 +# CONFIG_IPV6 is not set
11082 +# CONFIG_INET6_XFRM_TUNNEL is not set
11083 +# CONFIG_INET6_TUNNEL is not set
11084 +# CONFIG_NETWORK_SECMARK is not set
11085 +# CONFIG_NETFILTER is not set
11086 +# CONFIG_IP_DCCP is not set
11087 +# CONFIG_IP_SCTP is not set
11088 +# CONFIG_TIPC is not set
11089 +# CONFIG_ATM is not set
11090 +# CONFIG_BRIDGE is not set
11091 +# CONFIG_VLAN_8021Q is not set
11092 +# CONFIG_DECNET is not set
11093 +# CONFIG_LLC2 is not set
11094 +# CONFIG_IPX is not set
11095 +# CONFIG_ATALK is not set
11096 +# CONFIG_X25 is not set
11097 +# CONFIG_LAPB is not set
11098 +# CONFIG_ECONET is not set
11099 +# CONFIG_WAN_ROUTER is not set
11100 +# CONFIG_NET_SCHED is not set
11101 +
11102 +#
11103 +# Network testing
11104 +#
11105 +# CONFIG_NET_PKTGEN is not set
11106 +# CONFIG_HAMRADIO is not set
11107 +# CONFIG_CAN is not set
11108 +# CONFIG_IRDA is not set
11109 +# CONFIG_BT is not set
11110 +# CONFIG_AF_RXRPC is not set
11111 +
11112 +#
11113 +# Wireless
11114 +#
11115 +# CONFIG_CFG80211 is not set
11116 +# CONFIG_WIRELESS_EXT is not set
11117 +# CONFIG_MAC80211 is not set
11118 +# CONFIG_IEEE80211 is not set
11119 +# CONFIG_RFKILL is not set
11120 +# CONFIG_NET_9P is not set
11121 +
11122 +#
11123 +# Device Drivers
11124 +#
11125 +
11126 +#
11127 +# Generic Driver Options
11128 +#
11129 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
11130 +CONFIG_STANDALONE=y
11131 +CONFIG_PREVENT_FIRMWARE_BUILD=y
11132 +CONFIG_FW_LOADER=y
11133 +# CONFIG_DEBUG_DRIVER is not set
11134 +# CONFIG_DEBUG_DEVRES is not set
11135 +# CONFIG_SYS_HYPERVISOR is not set
11136 +CONFIG_CONNECTOR=y
11137 +CONFIG_PROC_EVENTS=y
11138 +CONFIG_MTD=y
11139 +# CONFIG_MTD_DEBUG is not set
11140 +# CONFIG_MTD_CONCAT is not set
11141 +CONFIG_MTD_PARTITIONS=y
11142 +# CONFIG_MTD_REDBOOT_PARTS is not set
11143 +CONFIG_MTD_CMDLINE_PARTS=y
11144 +CONFIG_MTD_OF_PARTS=y
11145 +
11146 +#
11147 +# User Modules And Translation Layers
11148 +#
11149 +CONFIG_MTD_CHAR=y
11150 +CONFIG_MTD_BLKDEVS=m
11151 +CONFIG_MTD_BLOCK=m
11152 +# CONFIG_MTD_BLOCK_RO is not set
11153 +# CONFIG_FTL is not set
11154 +# CONFIG_NFTL is not set
11155 +# CONFIG_INFTL is not set
11156 +# CONFIG_RFD_FTL is not set
11157 +# CONFIG_SSFDC is not set
11158 +# CONFIG_MTD_OOPS is not set
11159 +
11160 +#
11161 +# RAM/ROM/Flash chip drivers
11162 +#
11163 +CONFIG_MTD_CFI=y
11164 +CONFIG_MTD_JEDECPROBE=y
11165 +CONFIG_MTD_GEN_PROBE=y
11166 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
11167 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
11168 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
11169 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
11170 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
11171 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
11172 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
11173 +CONFIG_MTD_CFI_I1=y
11174 +CONFIG_MTD_CFI_I2=y
11175 +# CONFIG_MTD_CFI_I4 is not set
11176 +# CONFIG_MTD_CFI_I8 is not set
11177 +# CONFIG_MTD_CFI_INTELEXT is not set
11178 +CONFIG_MTD_CFI_AMDSTD=y
11179 +# CONFIG_MTD_CFI_STAA is not set
11180 +CONFIG_MTD_CFI_UTIL=y
11181 +# CONFIG_MTD_RAM is not set
11182 +# CONFIG_MTD_ROM is not set
11183 +# CONFIG_MTD_ABSENT is not set
11184 +
11185 +#
11186 +# Mapping drivers for chip access
11187 +#
11188 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
11189 +# CONFIG_MTD_PHYSMAP is not set
11190 +CONFIG_MTD_PHYSMAP_OF=y
11191 +# CONFIG_MTD_INTEL_VR_NOR is not set
11192 +# CONFIG_MTD_PLATRAM is not set
11193 +
11194 +#
11195 +# Self-contained MTD device drivers
11196 +#
11197 +# CONFIG_MTD_PMC551 is not set
11198 +# CONFIG_MTD_SLRAM is not set
11199 +# CONFIG_MTD_PHRAM is not set
11200 +# CONFIG_MTD_MTDRAM is not set
11201 +# CONFIG_MTD_BLOCK2MTD is not set
11202 +
11203 +#
11204 +# Disk-On-Chip Device Drivers
11205 +#
11206 +# CONFIG_MTD_DOC2000 is not set
11207 +# CONFIG_MTD_DOC2001 is not set
11208 +# CONFIG_MTD_DOC2001PLUS is not set
11209 +# CONFIG_MTD_NAND is not set
11210 +# CONFIG_MTD_ONENAND is not set
11211 +
11212 +#
11213 +# UBI - Unsorted block images
11214 +#
11215 +# CONFIG_MTD_UBI is not set
11216 +CONFIG_OF_DEVICE=y
11217 +# CONFIG_PARPORT is not set
11218 +CONFIG_BLK_DEV=y
11219 +# CONFIG_BLK_DEV_FD is not set
11220 +# CONFIG_BLK_CPQ_DA is not set
11221 +# CONFIG_BLK_CPQ_CISS_DA is not set
11222 +# CONFIG_BLK_DEV_DAC960 is not set
11223 +# CONFIG_BLK_DEV_UMEM is not set
11224 +# CONFIG_BLK_DEV_COW_COMMON is not set
11225 +# CONFIG_BLK_DEV_LOOP is not set
11226 +# CONFIG_BLK_DEV_NBD is not set
11227 +# CONFIG_BLK_DEV_SX8 is not set
11228 +# CONFIG_BLK_DEV_UB is not set
11229 +CONFIG_BLK_DEV_RAM=y
11230 +CONFIG_BLK_DEV_RAM_COUNT=16
11231 +CONFIG_BLK_DEV_RAM_SIZE=35000
11232 +# CONFIG_BLK_DEV_XIP is not set
11233 +# CONFIG_CDROM_PKTCDVD is not set
11234 +# CONFIG_ATA_OVER_ETH is not set
11235 +# CONFIG_XILINX_SYSACE is not set
11236 +CONFIG_MISC_DEVICES=y
11237 +# CONFIG_PHANTOM is not set
11238 +# CONFIG_EEPROM_93CX6 is not set
11239 +# CONFIG_SGI_IOC4 is not set
11240 +# CONFIG_TIFM_CORE is not set
11241 +# CONFIG_ENCLOSURE_SERVICES is not set
11242 +CONFIG_HAVE_IDE=y
11243 +# CONFIG_IDE is not set
11244 +
11245 +#
11246 +# SCSI device support
11247 +#
11248 +# CONFIG_RAID_ATTRS is not set
11249 +# CONFIG_SCSI is not set
11250 +# CONFIG_SCSI_DMA is not set
11251 +# CONFIG_SCSI_NETLINK is not set
11252 +# CONFIG_ATA is not set
11253 +# CONFIG_MD is not set
11254 +# CONFIG_FUSION is not set
11255 +
11256 +#
11257 +# IEEE 1394 (FireWire) support
11258 +#
11259 +# CONFIG_FIREWIRE is not set
11260 +# CONFIG_IEEE1394 is not set
11261 +# CONFIG_I2O is not set
11262 +# CONFIG_MACINTOSH_DRIVERS is not set
11263 +CONFIG_NETDEVICES=y
11264 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
11265 +# CONFIG_DUMMY is not set
11266 +# CONFIG_BONDING is not set
11267 +# CONFIG_MACVLAN is not set
11268 +# CONFIG_EQUALIZER is not set
11269 +# CONFIG_TUN is not set
11270 +# CONFIG_VETH is not set
11271 +# CONFIG_ARCNET is not set
11272 +# CONFIG_PHYLIB is not set
11273 +CONFIG_NET_ETHERNET=y
11274 +# CONFIG_MII is not set
11275 +# CONFIG_HAPPYMEAL is not set
11276 +# CONFIG_SUNGEM is not set
11277 +# CONFIG_CASSINI is not set
11278 +# CONFIG_NET_VENDOR_3COM is not set
11279 +# CONFIG_NET_TULIP is not set
11280 +# CONFIG_HP100 is not set
11281 +CONFIG_IBM_NEW_EMAC=y
11282 +CONFIG_IBM_NEW_EMAC_RXB=128
11283 +CONFIG_IBM_NEW_EMAC_TXB=64
11284 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
11285 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
11286 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
11287 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
11288 +CONFIG_IBM_NEW_EMAC_ZMII=y
11289 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
11290 +# CONFIG_IBM_NEW_EMAC_TAH is not set
11291 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
11292 +# CONFIG_NET_PCI is not set
11293 +# CONFIG_B44 is not set
11294 +CONFIG_NETDEV_1000=y
11295 +# CONFIG_ACENIC is not set
11296 +# CONFIG_DL2K is not set
11297 +# CONFIG_E1000 is not set
11298 +# CONFIG_E1000E is not set
11299 +# CONFIG_E1000E_ENABLED is not set
11300 +# CONFIG_IP1000 is not set
11301 +# CONFIG_IGB is not set
11302 +# CONFIG_NS83820 is not set
11303 +# CONFIG_HAMACHI is not set
11304 +# CONFIG_YELLOWFIN is not set
11305 +# CONFIG_R8169 is not set
11306 +# CONFIG_SIS190 is not set
11307 +# CONFIG_SKGE is not set
11308 +# CONFIG_SKY2 is not set
11309 +# CONFIG_SK98LIN is not set
11310 +# CONFIG_VIA_VELOCITY is not set
11311 +# CONFIG_TIGON3 is not set
11312 +# CONFIG_BNX2 is not set
11313 +# CONFIG_QLA3XXX is not set
11314 +# CONFIG_ATL1 is not set
11315 +CONFIG_NETDEV_10000=y
11316 +# CONFIG_CHELSIO_T1 is not set
11317 +# CONFIG_CHELSIO_T3 is not set
11318 +# CONFIG_IXGBE is not set
11319 +# CONFIG_IXGB is not set
11320 +# CONFIG_S2IO is not set
11321 +# CONFIG_MYRI10GE is not set
11322 +# CONFIG_NETXEN_NIC is not set
11323 +# CONFIG_NIU is not set
11324 +# CONFIG_MLX4_CORE is not set
11325 +# CONFIG_TEHUTI is not set
11326 +# CONFIG_BNX2X is not set
11327 +# CONFIG_TR is not set
11328 +
11329 +#
11330 +# Wireless LAN
11331 +#
11332 +# CONFIG_WLAN_PRE80211 is not set
11333 +# CONFIG_WLAN_80211 is not set
11334 +
11335 +#
11336 +# USB Network Adapters
11337 +#
11338 +# CONFIG_USB_CATC is not set
11339 +# CONFIG_USB_KAWETH is not set
11340 +# CONFIG_USB_PEGASUS is not set
11341 +# CONFIG_USB_RTL8150 is not set
11342 +# CONFIG_USB_USBNET is not set
11343 +# CONFIG_WAN is not set
11344 +# CONFIG_FDDI is not set
11345 +# CONFIG_HIPPI is not set
11346 +# CONFIG_PPP is not set
11347 +# CONFIG_SLIP is not set
11348 +# CONFIG_NETCONSOLE is not set
11349 +# CONFIG_NETPOLL is not set
11350 +# CONFIG_NET_POLL_CONTROLLER is not set
11351 +# CONFIG_ISDN is not set
11352 +# CONFIG_PHONE is not set
11353 +
11354 +#
11355 +# Input device support
11356 +#
11357 +# CONFIG_INPUT is not set
11358 +
11359 +#
11360 +# Hardware I/O ports
11361 +#
11362 +# CONFIG_SERIO is not set
11363 +# CONFIG_GAMEPORT is not set
11364 +
11365 +#
11366 +# Character devices
11367 +#
11368 +# CONFIG_VT is not set
11369 +# CONFIG_SERIAL_NONSTANDARD is not set
11370 +# CONFIG_NOZOMI is not set
11371 +
11372 +#
11373 +# Serial drivers
11374 +#
11375 +CONFIG_SERIAL_8250=y
11376 +CONFIG_SERIAL_8250_CONSOLE=y
11377 +CONFIG_SERIAL_8250_PCI=y
11378 +CONFIG_SERIAL_8250_NR_UARTS=4
11379 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
11380 +CONFIG_SERIAL_8250_EXTENDED=y
11381 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
11382 +CONFIG_SERIAL_8250_SHARE_IRQ=y
11383 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
11384 +# CONFIG_SERIAL_8250_RSA is not set
11385 +
11386 +#
11387 +# Non-8250 serial port support
11388 +#
11389 +# CONFIG_SERIAL_UARTLITE is not set
11390 +CONFIG_SERIAL_CORE=y
11391 +CONFIG_SERIAL_CORE_CONSOLE=y
11392 +# CONFIG_SERIAL_JSM is not set
11393 +CONFIG_SERIAL_OF_PLATFORM=y
11394 +CONFIG_UNIX98_PTYS=y
11395 +CONFIG_LEGACY_PTYS=y
11396 +CONFIG_LEGACY_PTY_COUNT=256
11397 +# CONFIG_IPMI_HANDLER is not set
11398 +# CONFIG_HW_RANDOM is not set
11399 +# CONFIG_NVRAM is not set
11400 +# CONFIG_GEN_RTC is not set
11401 +# CONFIG_R3964 is not set
11402 +# CONFIG_APPLICOM is not set
11403 +# CONFIG_RAW_DRIVER is not set
11404 +# CONFIG_TCG_TPM is not set
11405 +CONFIG_DEVPORT=y
11406 +# CONFIG_I2C is not set
11407 +
11408 +#
11409 +# SPI support
11410 +#
11411 +# CONFIG_SPI is not set
11412 +# CONFIG_SPI_MASTER is not set
11413 +# CONFIG_W1 is not set
11414 +# CONFIG_POWER_SUPPLY is not set
11415 +# CONFIG_HWMON is not set
11416 +CONFIG_THERMAL=y
11417 +# CONFIG_WATCHDOG is not set
11418 +
11419 +#
11420 +# Sonics Silicon Backplane
11421 +#
11422 +CONFIG_SSB_POSSIBLE=y
11423 +# CONFIG_SSB is not set
11424 +
11425 +#
11426 +# Multifunction device drivers
11427 +#
11428 +# CONFIG_MFD_SM501 is not set
11429 +
11430 +#
11431 +# Multimedia devices
11432 +#
11433 +# CONFIG_VIDEO_DEV is not set
11434 +# CONFIG_DVB_CORE is not set
11435 +# CONFIG_DAB is not set
11436 +
11437 +#
11438 +# Graphics support
11439 +#
11440 +# CONFIG_AGP is not set
11441 +# CONFIG_DRM is not set
11442 +# CONFIG_VGASTATE is not set
11443 +CONFIG_VIDEO_OUTPUT_CONTROL=m
11444 +# CONFIG_FB is not set
11445 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
11446 +
11447 +#
11448 +# Display device support
11449 +#
11450 +# CONFIG_DISPLAY_SUPPORT is not set
11451 +
11452 +#
11453 +# Sound
11454 +#
11455 +# CONFIG_SOUND is not set
11456 +CONFIG_USB_SUPPORT=y
11457 +CONFIG_USB_ARCH_HAS_HCD=y
11458 +CONFIG_USB_ARCH_HAS_OHCI=y
11459 +CONFIG_USB_ARCH_HAS_EHCI=y
11460 +CONFIG_USB=y
11461 +# CONFIG_USB_DEBUG is not set
11462 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
11463 +
11464 +#
11465 +# Miscellaneous USB options
11466 +#
11467 +CONFIG_USB_DEVICEFS=y
11468 +CONFIG_USB_DEVICE_CLASS=y
11469 +# CONFIG_USB_DYNAMIC_MINORS is not set
11470 +# CONFIG_USB_OTG is not set
11471 +
11472 +#
11473 +# USB Host Controller Drivers
11474 +#
11475 +# CONFIG_USB_EHCI_HCD is not set
11476 +# CONFIG_USB_ISP116X_HCD is not set
11477 +CONFIG_USB_OHCI_HCD=y
11478 +CONFIG_USB_OHCI_HCD_PPC_OF=y
11479 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
11480 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
11481 +CONFIG_USB_OHCI_HCD_PCI=y
11482 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
11483 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
11484 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
11485 +# CONFIG_USB_UHCI_HCD is not set
11486 +# CONFIG_USB_SL811_HCD is not set
11487 +# CONFIG_USB_R8A66597_HCD is not set
11488 +
11489 +#
11490 +# USB Device Class drivers
11491 +#
11492 +# CONFIG_USB_ACM is not set
11493 +# CONFIG_USB_PRINTER is not set
11494 +
11495 +#
11496 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
11497 +#
11498 +
11499 +#
11500 +# may also be needed; see USB_STORAGE Help for more information
11501 +#
11502 +# CONFIG_USB_LIBUSUAL is not set
11503 +
11504 +#
11505 +# USB Imaging devices
11506 +#
11507 +# CONFIG_USB_MDC800 is not set
11508 +CONFIG_USB_MON=y
11509 +
11510 +#
11511 +# USB port drivers
11512 +#
11513 +# CONFIG_USB_SERIAL is not set
11514 +
11515 +#
11516 +# USB Miscellaneous drivers
11517 +#
11518 +# CONFIG_USB_EMI62 is not set
11519 +# CONFIG_USB_EMI26 is not set
11520 +# CONFIG_USB_ADUTUX is not set
11521 +# CONFIG_USB_AUERSWALD is not set
11522 +# CONFIG_USB_RIO500 is not set
11523 +# CONFIG_USB_LEGOTOWER is not set
11524 +# CONFIG_USB_LCD is not set
11525 +# CONFIG_USB_BERRY_CHARGE is not set
11526 +# CONFIG_USB_LED is not set
11527 +# CONFIG_USB_CYPRESS_CY7C63 is not set
11528 +# CONFIG_USB_CYTHERM is not set
11529 +# CONFIG_USB_PHIDGET is not set
11530 +# CONFIG_USB_IDMOUSE is not set
11531 +# CONFIG_USB_FTDI_ELAN is not set
11532 +# CONFIG_USB_APPLEDISPLAY is not set
11533 +# CONFIG_USB_LD is not set
11534 +# CONFIG_USB_TRANCEVIBRATOR is not set
11535 +# CONFIG_USB_IOWARRIOR is not set
11536 +# CONFIG_USB_TEST is not set
11537 +# CONFIG_USB_GADGET is not set
11538 +# CONFIG_MMC is not set
11539 +# CONFIG_MEMSTICK is not set
11540 +# CONFIG_NEW_LEDS is not set
11541 +# CONFIG_INFINIBAND is not set
11542 +# CONFIG_EDAC is not set
11543 +# CONFIG_RTC_CLASS is not set
11544 +
11545 +#
11546 +# Userspace I/O
11547 +#
11548 +# CONFIG_UIO is not set
11549 +
11550 +#
11551 +# File systems
11552 +#
11553 +CONFIG_EXT2_FS=y
11554 +# CONFIG_EXT2_FS_XATTR is not set
11555 +# CONFIG_EXT2_FS_XIP is not set
11556 +# CONFIG_EXT3_FS is not set
11557 +# CONFIG_EXT4DEV_FS is not set
11558 +# CONFIG_REISERFS_FS is not set
11559 +# CONFIG_JFS_FS is not set
11560 +# CONFIG_FS_POSIX_ACL is not set
11561 +# CONFIG_XFS_FS is not set
11562 +# CONFIG_GFS2_FS is not set
11563 +# CONFIG_OCFS2_FS is not set
11564 +CONFIG_DNOTIFY=y
11565 +CONFIG_INOTIFY=y
11566 +CONFIG_INOTIFY_USER=y
11567 +# CONFIG_QUOTA is not set
11568 +# CONFIG_AUTOFS_FS is not set
11569 +# CONFIG_AUTOFS4_FS is not set
11570 +# CONFIG_FUSE_FS is not set
11571 +
11572 +#
11573 +# CD-ROM/DVD Filesystems
11574 +#
11575 +# CONFIG_ISO9660_FS is not set
11576 +# CONFIG_UDF_FS is not set
11577 +
11578 +#
11579 +# DOS/FAT/NT Filesystems
11580 +#
11581 +# CONFIG_MSDOS_FS is not set
11582 +# CONFIG_VFAT_FS is not set
11583 +# CONFIG_NTFS_FS is not set
11584 +
11585 +#
11586 +# Pseudo filesystems
11587 +#
11588 +CONFIG_PROC_FS=y
11589 +CONFIG_PROC_KCORE=y
11590 +CONFIG_PROC_SYSCTL=y
11591 +CONFIG_SYSFS=y
11592 +CONFIG_TMPFS=y
11593 +# CONFIG_TMPFS_POSIX_ACL is not set
11594 +# CONFIG_HUGETLB_PAGE is not set
11595 +# CONFIG_CONFIGFS_FS is not set
11596 +
11597 +#
11598 +# Miscellaneous filesystems
11599 +#
11600 +# CONFIG_ADFS_FS is not set
11601 +# CONFIG_AFFS_FS is not set
11602 +# CONFIG_HFS_FS is not set
11603 +# CONFIG_HFSPLUS_FS is not set
11604 +# CONFIG_BEFS_FS is not set
11605 +# CONFIG_BFS_FS is not set
11606 +# CONFIG_EFS_FS is not set
11607 +# CONFIG_JFFS2_FS is not set
11608 +CONFIG_CRAMFS=y
11609 +# CONFIG_VXFS_FS is not set
11610 +# CONFIG_MINIX_FS is not set
11611 +# CONFIG_HPFS_FS is not set
11612 +# CONFIG_QNX4FS_FS is not set
11613 +# CONFIG_ROMFS_FS is not set
11614 +# CONFIG_SYSV_FS is not set
11615 +# CONFIG_UFS_FS is not set
11616 +CONFIG_NETWORK_FILESYSTEMS=y
11617 +CONFIG_NFS_FS=y
11618 +CONFIG_NFS_V3=y
11619 +# CONFIG_NFS_V3_ACL is not set
11620 +# CONFIG_NFS_V4 is not set
11621 +# CONFIG_NFS_DIRECTIO is not set
11622 +# CONFIG_NFSD is not set
11623 +CONFIG_ROOT_NFS=y
11624 +CONFIG_LOCKD=y
11625 +CONFIG_LOCKD_V4=y
11626 +CONFIG_NFS_COMMON=y
11627 +CONFIG_SUNRPC=y
11628 +# CONFIG_SUNRPC_BIND34 is not set
11629 +# CONFIG_RPCSEC_GSS_KRB5 is not set
11630 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
11631 +# CONFIG_SMB_FS is not set
11632 +# CONFIG_CIFS is not set
11633 +# CONFIG_NCP_FS is not set
11634 +# CONFIG_CODA_FS is not set
11635 +# CONFIG_AFS_FS is not set
11636 +
11637 +#
11638 +# Partition Types
11639 +#
11640 +# CONFIG_PARTITION_ADVANCED is not set
11641 +CONFIG_MSDOS_PARTITION=y
11642 +# CONFIG_NLS is not set
11643 +# CONFIG_DLM is not set
11644 +
11645 +#
11646 +# Library routines
11647 +#
11648 +CONFIG_BITREVERSE=y
11649 +# CONFIG_CRC_CCITT is not set
11650 +# CONFIG_CRC16 is not set
11651 +# CONFIG_CRC_ITU_T is not set
11652 +CONFIG_CRC32=y
11653 +# CONFIG_CRC7 is not set
11654 +# CONFIG_LIBCRC32C is not set
11655 +CONFIG_ZLIB_INFLATE=y
11656 +CONFIG_PLIST=y
11657 +CONFIG_HAS_IOMEM=y
11658 +CONFIG_HAS_IOPORT=y
11659 +CONFIG_HAS_DMA=y
11660 +
11661 +#
11662 +# Kernel hacking
11663 +#
11664 +# CONFIG_PRINTK_TIME is not set
11665 +CONFIG_ENABLE_WARN_DEPRECATED=y
11666 +CONFIG_ENABLE_MUST_CHECK=y
11667 +CONFIG_MAGIC_SYSRQ=y
11668 +# CONFIG_UNUSED_SYMBOLS is not set
11669 +CONFIG_DEBUG_FS=y
11670 +# CONFIG_HEADERS_CHECK is not set
11671 +CONFIG_DEBUG_KERNEL=y
11672 +# CONFIG_DEBUG_SHIRQ is not set
11673 +CONFIG_DETECT_SOFTLOCKUP=y
11674 +CONFIG_SCHED_DEBUG=y
11675 +# CONFIG_SCHEDSTATS is not set
11676 +# CONFIG_TIMER_STATS is not set
11677 +# CONFIG_SLUB_DEBUG_ON is not set
11678 +# CONFIG_SLUB_STATS is not set
11679 +# CONFIG_DEBUG_RT_MUTEXES is not set
11680 +# CONFIG_RT_MUTEX_TESTER is not set
11681 +# CONFIG_DEBUG_SPINLOCK is not set
11682 +# CONFIG_DEBUG_MUTEXES is not set
11683 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
11684 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
11685 +# CONFIG_DEBUG_KOBJECT is not set
11686 +CONFIG_DEBUG_BUGVERBOSE=y
11687 +# CONFIG_DEBUG_INFO is not set
11688 +# CONFIG_DEBUG_VM is not set
11689 +# CONFIG_DEBUG_LIST is not set
11690 +# CONFIG_DEBUG_SG is not set
11691 +# CONFIG_BOOT_PRINTK_DELAY is not set
11692 +# CONFIG_RCU_TORTURE_TEST is not set
11693 +# CONFIG_BACKTRACE_SELF_TEST is not set
11694 +# CONFIG_FAULT_INJECTION is not set
11695 +# CONFIG_SAMPLES is not set
11696 +# CONFIG_DEBUG_STACKOVERFLOW is not set
11697 +# CONFIG_DEBUG_STACK_USAGE is not set
11698 +# CONFIG_DEBUG_PAGEALLOC is not set
11699 +# CONFIG_DEBUGGER is not set
11700 +# CONFIG_VIRQ_DEBUG is not set
11701 +# CONFIG_BDI_SWITCH is not set
11702 +# CONFIG_PPC_EARLY_DEBUG is not set
11703 +
11704 +#
11705 +# Security options
11706 +#
11707 +# CONFIG_KEYS is not set
11708 +# CONFIG_SECURITY is not set
11709 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
11710 +CONFIG_CRYPTO=y
11711 +CONFIG_CRYPTO_ALGAPI=y
11712 +CONFIG_CRYPTO_BLKCIPHER=y
11713 +# CONFIG_CRYPTO_SEQIV is not set
11714 +CONFIG_CRYPTO_MANAGER=y
11715 +# CONFIG_CRYPTO_HMAC is not set
11716 +# CONFIG_CRYPTO_XCBC is not set
11717 +# CONFIG_CRYPTO_NULL is not set
11718 +# CONFIG_CRYPTO_MD4 is not set
11719 +CONFIG_CRYPTO_MD5=y
11720 +# CONFIG_CRYPTO_SHA1 is not set
11721 +# CONFIG_CRYPTO_SHA256 is not set
11722 +# CONFIG_CRYPTO_SHA512 is not set
11723 +# CONFIG_CRYPTO_WP512 is not set
11724 +# CONFIG_CRYPTO_TGR192 is not set
11725 +# CONFIG_CRYPTO_GF128MUL is not set
11726 +CONFIG_CRYPTO_ECB=y
11727 +CONFIG_CRYPTO_CBC=y
11728 +CONFIG_CRYPTO_PCBC=y
11729 +# CONFIG_CRYPTO_LRW is not set
11730 +# CONFIG_CRYPTO_XTS is not set
11731 +# CONFIG_CRYPTO_CTR is not set
11732 +# CONFIG_CRYPTO_GCM is not set
11733 +# CONFIG_CRYPTO_CCM is not set
11734 +# CONFIG_CRYPTO_CRYPTD is not set
11735 +CONFIG_CRYPTO_DES=y
11736 +# CONFIG_CRYPTO_FCRYPT is not set
11737 +# CONFIG_CRYPTO_BLOWFISH is not set
11738 +# CONFIG_CRYPTO_TWOFISH is not set
11739 +# CONFIG_CRYPTO_SERPENT is not set
11740 +# CONFIG_CRYPTO_AES is not set
11741 +# CONFIG_CRYPTO_CAST5 is not set
11742 +# CONFIG_CRYPTO_CAST6 is not set
11743 +# CONFIG_CRYPTO_TEA is not set
11744 +# CONFIG_CRYPTO_ARC4 is not set
11745 +# CONFIG_CRYPTO_KHAZAD is not set
11746 +# CONFIG_CRYPTO_ANUBIS is not set
11747 +# CONFIG_CRYPTO_SEED is not set
11748 +# CONFIG_CRYPTO_SALSA20 is not set
11749 +# CONFIG_CRYPTO_DEFLATE is not set
11750 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
11751 +# CONFIG_CRYPTO_CRC32C is not set
11752 +# CONFIG_CRYPTO_CAMELLIA is not set
11753 +# CONFIG_CRYPTO_TEST is not set
11754 +# CONFIG_CRYPTO_AUTHENC is not set
11755 +# CONFIG_CRYPTO_LZO is not set
11756 +CONFIG_CRYPTO_HW=y
11757 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
11758 +# CONFIG_PPC_CLOCK is not set
11759 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/kilauea_defconfig powerpc.git/arch/powerpc/configs/40x/kilauea_defconfig
11760 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/kilauea_defconfig 1970-01-01 01:00:00.000000000 +0100
11761 +++ powerpc.git/arch/powerpc/configs/40x/kilauea_defconfig      2008-04-19 16:40:52.000000000 +0200
11762 @@ -0,0 +1,839 @@
11763 +#
11764 +# Automatically generated make config: don't edit
11765 +# Linux kernel version: 2.6.25-rc2
11766 +# Fri Feb 15 21:51:43 2008
11767 +#
11768 +# CONFIG_PPC64 is not set
11769 +
11770 +#
11771 +# Processor support
11772 +#
11773 +# CONFIG_6xx is not set
11774 +# CONFIG_PPC_85xx is not set
11775 +# CONFIG_PPC_8xx is not set
11776 +CONFIG_40x=y
11777 +# CONFIG_44x is not set
11778 +# CONFIG_E200 is not set
11779 +CONFIG_4xx=y
11780 +# CONFIG_PPC_MM_SLICES is not set
11781 +CONFIG_NOT_COHERENT_CACHE=y
11782 +CONFIG_PPC32=y
11783 +CONFIG_WORD_SIZE=32
11784 +CONFIG_PPC_MERGE=y
11785 +CONFIG_MMU=y
11786 +CONFIG_GENERIC_CMOS_UPDATE=y
11787 +CONFIG_GENERIC_TIME=y
11788 +CONFIG_GENERIC_TIME_VSYSCALL=y
11789 +CONFIG_GENERIC_CLOCKEVENTS=y
11790 +CONFIG_GENERIC_HARDIRQS=y
11791 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
11792 +CONFIG_IRQ_PER_CPU=y
11793 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
11794 +CONFIG_ARCH_HAS_ILOG2_U32=y
11795 +CONFIG_GENERIC_HWEIGHT=y
11796 +CONFIG_GENERIC_CALIBRATE_DELAY=y
11797 +CONFIG_GENERIC_FIND_NEXT_BIT=y
11798 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
11799 +CONFIG_PPC=y
11800 +CONFIG_EARLY_PRINTK=y
11801 +CONFIG_GENERIC_NVRAM=y
11802 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
11803 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
11804 +CONFIG_PPC_OF=y
11805 +CONFIG_OF=y
11806 +CONFIG_PPC_UDBG_16550=y
11807 +# CONFIG_GENERIC_TBSYNC is not set
11808 +CONFIG_AUDIT_ARCH=y
11809 +CONFIG_GENERIC_BUG=y
11810 +# CONFIG_DEFAULT_UIMAGE is not set
11811 +CONFIG_PPC_DCR_NATIVE=y
11812 +# CONFIG_PPC_DCR_MMIO is not set
11813 +CONFIG_PPC_DCR=y
11814 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
11815 +
11816 +#
11817 +# General setup
11818 +#
11819 +CONFIG_EXPERIMENTAL=y
11820 +CONFIG_BROKEN_ON_SMP=y
11821 +CONFIG_INIT_ENV_ARG_LIMIT=32
11822 +CONFIG_LOCALVERSION=""
11823 +CONFIG_LOCALVERSION_AUTO=y
11824 +CONFIG_SWAP=y
11825 +CONFIG_SYSVIPC=y
11826 +CONFIG_SYSVIPC_SYSCTL=y
11827 +CONFIG_POSIX_MQUEUE=y
11828 +# CONFIG_BSD_PROCESS_ACCT is not set
11829 +# CONFIG_TASKSTATS is not set
11830 +# CONFIG_AUDIT is not set
11831 +# CONFIG_IKCONFIG is not set
11832 +CONFIG_LOG_BUF_SHIFT=14
11833 +# CONFIG_CGROUPS is not set
11834 +CONFIG_GROUP_SCHED=y
11835 +# CONFIG_FAIR_GROUP_SCHED is not set
11836 +# CONFIG_RT_GROUP_SCHED is not set
11837 +CONFIG_USER_SCHED=y
11838 +# CONFIG_CGROUP_SCHED is not set
11839 +CONFIG_SYSFS_DEPRECATED=y
11840 +# CONFIG_RELAY is not set
11841 +# CONFIG_NAMESPACES is not set
11842 +CONFIG_BLK_DEV_INITRD=y
11843 +CONFIG_INITRAMFS_SOURCE=""
11844 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
11845 +CONFIG_SYSCTL=y
11846 +CONFIG_EMBEDDED=y
11847 +CONFIG_SYSCTL_SYSCALL=y
11848 +CONFIG_KALLSYMS=y
11849 +CONFIG_KALLSYMS_ALL=y
11850 +CONFIG_KALLSYMS_EXTRA_PASS=y
11851 +CONFIG_HOTPLUG=y
11852 +CONFIG_PRINTK=y
11853 +CONFIG_BUG=y
11854 +CONFIG_ELF_CORE=y
11855 +CONFIG_COMPAT_BRK=y
11856 +CONFIG_BASE_FULL=y
11857 +CONFIG_FUTEX=y
11858 +CONFIG_ANON_INODES=y
11859 +CONFIG_EPOLL=y
11860 +CONFIG_SIGNALFD=y
11861 +CONFIG_TIMERFD=y
11862 +CONFIG_EVENTFD=y
11863 +CONFIG_SHMEM=y
11864 +CONFIG_VM_EVENT_COUNTERS=y
11865 +CONFIG_SLUB_DEBUG=y
11866 +# CONFIG_SLAB is not set
11867 +CONFIG_SLUB=y
11868 +# CONFIG_SLOB is not set
11869 +# CONFIG_PROFILING is not set
11870 +# CONFIG_MARKERS is not set
11871 +CONFIG_HAVE_OPROFILE=y
11872 +# CONFIG_KPROBES is not set
11873 +CONFIG_HAVE_KPROBES=y
11874 +CONFIG_PROC_PAGE_MONITOR=y
11875 +CONFIG_SLABINFO=y
11876 +CONFIG_RT_MUTEXES=y
11877 +# CONFIG_TINY_SHMEM is not set
11878 +CONFIG_BASE_SMALL=0
11879 +CONFIG_MODULES=y
11880 +CONFIG_MODULE_UNLOAD=y
11881 +# CONFIG_MODULE_FORCE_UNLOAD is not set
11882 +# CONFIG_MODVERSIONS is not set
11883 +# CONFIG_MODULE_SRCVERSION_ALL is not set
11884 +CONFIG_KMOD=y
11885 +CONFIG_BLOCK=y
11886 +CONFIG_LBD=y
11887 +# CONFIG_BLK_DEV_IO_TRACE is not set
11888 +# CONFIG_LSF is not set
11889 +# CONFIG_BLK_DEV_BSG is not set
11890 +
11891 +#
11892 +# IO Schedulers
11893 +#
11894 +CONFIG_IOSCHED_NOOP=y
11895 +CONFIG_IOSCHED_AS=y
11896 +CONFIG_IOSCHED_DEADLINE=y
11897 +CONFIG_IOSCHED_CFQ=y
11898 +CONFIG_DEFAULT_AS=y
11899 +# CONFIG_DEFAULT_DEADLINE is not set
11900 +# CONFIG_DEFAULT_CFQ is not set
11901 +# CONFIG_DEFAULT_NOOP is not set
11902 +CONFIG_DEFAULT_IOSCHED="anticipatory"
11903 +CONFIG_CLASSIC_RCU=y
11904 +# CONFIG_PREEMPT_RCU is not set
11905 +CONFIG_PPC4xx_PCI_EXPRESS=y
11906 +
11907 +#
11908 +# Platform support
11909 +#
11910 +# CONFIG_PPC_MPC512x is not set
11911 +# CONFIG_PPC_MPC5121 is not set
11912 +# CONFIG_PPC_CELL is not set
11913 +# CONFIG_PPC_CELL_NATIVE is not set
11914 +# CONFIG_PQ2ADS is not set
11915 +# CONFIG_EP405 is not set
11916 +CONFIG_KILAUEA=y
11917 +# CONFIG_MAKALU is not set
11918 +# CONFIG_WALNUT is not set
11919 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
11920 +CONFIG_405EX=y
11921 +# CONFIG_IPIC is not set
11922 +# CONFIG_MPIC is not set
11923 +# CONFIG_MPIC_WEIRD is not set
11924 +# CONFIG_PPC_I8259 is not set
11925 +# CONFIG_PPC_RTAS is not set
11926 +# CONFIG_MMIO_NVRAM is not set
11927 +# CONFIG_PPC_MPC106 is not set
11928 +# CONFIG_PPC_970_NAP is not set
11929 +# CONFIG_PPC_INDIRECT_IO is not set
11930 +# CONFIG_GENERIC_IOMAP is not set
11931 +# CONFIG_CPU_FREQ is not set
11932 +# CONFIG_FSL_ULI1575 is not set
11933 +
11934 +#
11935 +# Kernel options
11936 +#
11937 +# CONFIG_HIGHMEM is not set
11938 +# CONFIG_TICK_ONESHOT is not set
11939 +# CONFIG_NO_HZ is not set
11940 +# CONFIG_HIGH_RES_TIMERS is not set
11941 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
11942 +# CONFIG_HZ_100 is not set
11943 +CONFIG_HZ_250=y
11944 +# CONFIG_HZ_300 is not set
11945 +# CONFIG_HZ_1000 is not set
11946 +CONFIG_HZ=250
11947 +# CONFIG_SCHED_HRTICK is not set
11948 +CONFIG_PREEMPT_NONE=y
11949 +# CONFIG_PREEMPT_VOLUNTARY is not set
11950 +# CONFIG_PREEMPT is not set
11951 +CONFIG_RCU_TRACE=y
11952 +CONFIG_BINFMT_ELF=y
11953 +# CONFIG_BINFMT_MISC is not set
11954 +# CONFIG_MATH_EMULATION is not set
11955 +# CONFIG_IOMMU_HELPER is not set
11956 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
11957 +CONFIG_ARCH_HAS_WALK_MEMORY=y
11958 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
11959 +CONFIG_ARCH_FLATMEM_ENABLE=y
11960 +CONFIG_ARCH_POPULATES_NODE_MAP=y
11961 +CONFIG_SELECT_MEMORY_MODEL=y
11962 +CONFIG_FLATMEM_MANUAL=y
11963 +# CONFIG_DISCONTIGMEM_MANUAL is not set
11964 +# CONFIG_SPARSEMEM_MANUAL is not set
11965 +CONFIG_FLATMEM=y
11966 +CONFIG_FLAT_NODE_MEM_MAP=y
11967 +# CONFIG_SPARSEMEM_STATIC is not set
11968 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
11969 +CONFIG_SPLIT_PTLOCK_CPUS=4
11970 +# CONFIG_RESOURCES_64BIT is not set
11971 +CONFIG_ZONE_DMA_FLAG=1
11972 +CONFIG_BOUNCE=y
11973 +CONFIG_VIRT_TO_BUS=y
11974 +CONFIG_PROC_DEVICETREE=y
11975 +# CONFIG_CMDLINE_BOOL is not set
11976 +# CONFIG_PM is not set
11977 +CONFIG_SECCOMP=y
11978 +CONFIG_ISA_DMA_API=y
11979 +
11980 +#
11981 +# Bus options
11982 +#
11983 +CONFIG_ZONE_DMA=y
11984 +CONFIG_PPC_INDIRECT_PCI=y
11985 +CONFIG_PCI=y
11986 +CONFIG_PCI_DOMAINS=y
11987 +CONFIG_PCI_SYSCALL=y
11988 +# CONFIG_PCIEPORTBUS is not set
11989 +CONFIG_ARCH_SUPPORTS_MSI=y
11990 +# CONFIG_PCI_MSI is not set
11991 +CONFIG_PCI_LEGACY=y
11992 +# CONFIG_PCI_DEBUG is not set
11993 +# CONFIG_PCCARD is not set
11994 +# CONFIG_HOTPLUG_PCI is not set
11995 +
11996 +#
11997 +# Advanced setup
11998 +#
11999 +# CONFIG_ADVANCED_OPTIONS is not set
12000 +
12001 +#
12002 +# Default settings for advanced configuration options are used
12003 +#
12004 +CONFIG_HIGHMEM_START=0xfe000000
12005 +CONFIG_LOWMEM_SIZE=0x30000000
12006 +CONFIG_KERNEL_START=0xc0000000
12007 +CONFIG_TASK_SIZE=0xc0000000
12008 +CONFIG_CONSISTENT_START=0xff100000
12009 +CONFIG_CONSISTENT_SIZE=0x00200000
12010 +CONFIG_BOOT_LOAD=0x00400000
12011 +
12012 +#
12013 +# Networking
12014 +#
12015 +CONFIG_NET=y
12016 +
12017 +#
12018 +# Networking options
12019 +#
12020 +CONFIG_PACKET=y
12021 +# CONFIG_PACKET_MMAP is not set
12022 +CONFIG_UNIX=y
12023 +# CONFIG_NET_KEY is not set
12024 +CONFIG_INET=y
12025 +# CONFIG_IP_MULTICAST is not set
12026 +# CONFIG_IP_ADVANCED_ROUTER is not set
12027 +CONFIG_IP_FIB_HASH=y
12028 +CONFIG_IP_PNP=y
12029 +CONFIG_IP_PNP_DHCP=y
12030 +CONFIG_IP_PNP_BOOTP=y
12031 +# CONFIG_IP_PNP_RARP is not set
12032 +# CONFIG_NET_IPIP is not set
12033 +# CONFIG_NET_IPGRE is not set
12034 +# CONFIG_ARPD is not set
12035 +# CONFIG_SYN_COOKIES is not set
12036 +# CONFIG_INET_AH is not set
12037 +# CONFIG_INET_ESP is not set
12038 +# CONFIG_INET_IPCOMP is not set
12039 +# CONFIG_INET_XFRM_TUNNEL is not set
12040 +# CONFIG_INET_TUNNEL is not set
12041 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
12042 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
12043 +# CONFIG_INET_XFRM_MODE_BEET is not set
12044 +# CONFIG_INET_LRO is not set
12045 +CONFIG_INET_DIAG=y
12046 +CONFIG_INET_TCP_DIAG=y
12047 +# CONFIG_TCP_CONG_ADVANCED is not set
12048 +CONFIG_TCP_CONG_CUBIC=y
12049 +CONFIG_DEFAULT_TCP_CONG="cubic"
12050 +# CONFIG_TCP_MD5SIG is not set
12051 +# CONFIG_IPV6 is not set
12052 +# CONFIG_INET6_XFRM_TUNNEL is not set
12053 +# CONFIG_INET6_TUNNEL is not set
12054 +# CONFIG_NETWORK_SECMARK is not set
12055 +# CONFIG_NETFILTER is not set
12056 +# CONFIG_IP_DCCP is not set
12057 +# CONFIG_IP_SCTP is not set
12058 +# CONFIG_TIPC is not set
12059 +# CONFIG_ATM is not set
12060 +# CONFIG_BRIDGE is not set
12061 +# CONFIG_VLAN_8021Q is not set
12062 +# CONFIG_DECNET is not set
12063 +# CONFIG_LLC2 is not set
12064 +# CONFIG_IPX is not set
12065 +# CONFIG_ATALK is not set
12066 +# CONFIG_X25 is not set
12067 +# CONFIG_LAPB is not set
12068 +# CONFIG_ECONET is not set
12069 +# CONFIG_WAN_ROUTER is not set
12070 +# CONFIG_NET_SCHED is not set
12071 +
12072 +#
12073 +# Network testing
12074 +#
12075 +# CONFIG_NET_PKTGEN is not set
12076 +# CONFIG_HAMRADIO is not set
12077 +# CONFIG_CAN is not set
12078 +# CONFIG_IRDA is not set
12079 +# CONFIG_BT is not set
12080 +# CONFIG_AF_RXRPC is not set
12081 +
12082 +#
12083 +# Wireless
12084 +#
12085 +# CONFIG_CFG80211 is not set
12086 +# CONFIG_WIRELESS_EXT is not set
12087 +# CONFIG_MAC80211 is not set
12088 +# CONFIG_IEEE80211 is not set
12089 +# CONFIG_RFKILL is not set
12090 +# CONFIG_NET_9P is not set
12091 +
12092 +#
12093 +# Device Drivers
12094 +#
12095 +
12096 +#
12097 +# Generic Driver Options
12098 +#
12099 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
12100 +CONFIG_STANDALONE=y
12101 +CONFIG_PREVENT_FIRMWARE_BUILD=y
12102 +CONFIG_FW_LOADER=y
12103 +# CONFIG_DEBUG_DRIVER is not set
12104 +# CONFIG_DEBUG_DEVRES is not set
12105 +# CONFIG_SYS_HYPERVISOR is not set
12106 +CONFIG_CONNECTOR=y
12107 +CONFIG_PROC_EVENTS=y
12108 +CONFIG_MTD=y
12109 +# CONFIG_MTD_DEBUG is not set
12110 +# CONFIG_MTD_CONCAT is not set
12111 +CONFIG_MTD_PARTITIONS=y
12112 +# CONFIG_MTD_REDBOOT_PARTS is not set
12113 +CONFIG_MTD_CMDLINE_PARTS=y
12114 +CONFIG_MTD_OF_PARTS=y
12115 +
12116 +#
12117 +# User Modules And Translation Layers
12118 +#
12119 +CONFIG_MTD_CHAR=y
12120 +CONFIG_MTD_BLKDEVS=m
12121 +CONFIG_MTD_BLOCK=m
12122 +# CONFIG_MTD_BLOCK_RO is not set
12123 +# CONFIG_FTL is not set
12124 +# CONFIG_NFTL is not set
12125 +# CONFIG_INFTL is not set
12126 +# CONFIG_RFD_FTL is not set
12127 +# CONFIG_SSFDC is not set
12128 +# CONFIG_MTD_OOPS is not set
12129 +
12130 +#
12131 +# RAM/ROM/Flash chip drivers
12132 +#
12133 +CONFIG_MTD_CFI=y
12134 +CONFIG_MTD_JEDECPROBE=y
12135 +CONFIG_MTD_GEN_PROBE=y
12136 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
12137 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
12138 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
12139 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
12140 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
12141 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
12142 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
12143 +CONFIG_MTD_CFI_I1=y
12144 +CONFIG_MTD_CFI_I2=y
12145 +# CONFIG_MTD_CFI_I4 is not set
12146 +# CONFIG_MTD_CFI_I8 is not set
12147 +# CONFIG_MTD_CFI_INTELEXT is not set
12148 +CONFIG_MTD_CFI_AMDSTD=y
12149 +# CONFIG_MTD_CFI_STAA is not set
12150 +CONFIG_MTD_CFI_UTIL=y
12151 +# CONFIG_MTD_RAM is not set
12152 +# CONFIG_MTD_ROM is not set
12153 +# CONFIG_MTD_ABSENT is not set
12154 +
12155 +#
12156 +# Mapping drivers for chip access
12157 +#
12158 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
12159 +# CONFIG_MTD_PHYSMAP is not set
12160 +CONFIG_MTD_PHYSMAP_OF=y
12161 +# CONFIG_MTD_INTEL_VR_NOR is not set
12162 +# CONFIG_MTD_PLATRAM is not set
12163 +
12164 +#
12165 +# Self-contained MTD device drivers
12166 +#
12167 +# CONFIG_MTD_PMC551 is not set
12168 +# CONFIG_MTD_SLRAM is not set
12169 +# CONFIG_MTD_PHRAM is not set
12170 +# CONFIG_MTD_MTDRAM is not set
12171 +# CONFIG_MTD_BLOCK2MTD is not set
12172 +
12173 +#
12174 +# Disk-On-Chip Device Drivers
12175 +#
12176 +# CONFIG_MTD_DOC2000 is not set
12177 +# CONFIG_MTD_DOC2001 is not set
12178 +# CONFIG_MTD_DOC2001PLUS is not set
12179 +# CONFIG_MTD_NAND is not set
12180 +# CONFIG_MTD_ONENAND is not set
12181 +
12182 +#
12183 +# UBI - Unsorted block images
12184 +#
12185 +# CONFIG_MTD_UBI is not set
12186 +CONFIG_OF_DEVICE=y
12187 +# CONFIG_PARPORT is not set
12188 +CONFIG_BLK_DEV=y
12189 +# CONFIG_BLK_DEV_FD is not set
12190 +# CONFIG_BLK_CPQ_DA is not set
12191 +# CONFIG_BLK_CPQ_CISS_DA is not set
12192 +# CONFIG_BLK_DEV_DAC960 is not set
12193 +# CONFIG_BLK_DEV_UMEM is not set
12194 +# CONFIG_BLK_DEV_COW_COMMON is not set
12195 +# CONFIG_BLK_DEV_LOOP is not set
12196 +# CONFIG_BLK_DEV_NBD is not set
12197 +# CONFIG_BLK_DEV_SX8 is not set
12198 +CONFIG_BLK_DEV_RAM=y
12199 +CONFIG_BLK_DEV_RAM_COUNT=16
12200 +CONFIG_BLK_DEV_RAM_SIZE=35000
12201 +# CONFIG_BLK_DEV_XIP is not set
12202 +# CONFIG_CDROM_PKTCDVD is not set
12203 +# CONFIG_ATA_OVER_ETH is not set
12204 +# CONFIG_XILINX_SYSACE is not set
12205 +# CONFIG_MISC_DEVICES is not set
12206 +CONFIG_HAVE_IDE=y
12207 +# CONFIG_IDE is not set
12208 +
12209 +#
12210 +# SCSI device support
12211 +#
12212 +# CONFIG_RAID_ATTRS is not set
12213 +# CONFIG_SCSI is not set
12214 +# CONFIG_SCSI_DMA is not set
12215 +# CONFIG_SCSI_NETLINK is not set
12216 +# CONFIG_ATA is not set
12217 +# CONFIG_MD is not set
12218 +# CONFIG_FUSION is not set
12219 +
12220 +#
12221 +# IEEE 1394 (FireWire) support
12222 +#
12223 +# CONFIG_FIREWIRE is not set
12224 +# CONFIG_IEEE1394 is not set
12225 +# CONFIG_I2O is not set
12226 +# CONFIG_MACINTOSH_DRIVERS is not set
12227 +CONFIG_NETDEVICES=y
12228 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
12229 +# CONFIG_DUMMY is not set
12230 +# CONFIG_BONDING is not set
12231 +# CONFIG_MACVLAN is not set
12232 +# CONFIG_EQUALIZER is not set
12233 +# CONFIG_TUN is not set
12234 +# CONFIG_VETH is not set
12235 +# CONFIG_ARCNET is not set
12236 +# CONFIG_PHYLIB is not set
12237 +CONFIG_NET_ETHERNET=y
12238 +# CONFIG_MII is not set
12239 +# CONFIG_HAPPYMEAL is not set
12240 +# CONFIG_SUNGEM is not set
12241 +# CONFIG_CASSINI is not set
12242 +# CONFIG_NET_VENDOR_3COM is not set
12243 +# CONFIG_NET_TULIP is not set
12244 +# CONFIG_HP100 is not set
12245 +CONFIG_IBM_NEW_EMAC=y
12246 +CONFIG_IBM_NEW_EMAC_RXB=256
12247 +CONFIG_IBM_NEW_EMAC_TXB=256
12248 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
12249 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
12250 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
12251 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
12252 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
12253 +CONFIG_IBM_NEW_EMAC_RGMII=y
12254 +# CONFIG_IBM_NEW_EMAC_TAH is not set
12255 +CONFIG_IBM_NEW_EMAC_EMAC4=y
12256 +# CONFIG_NET_PCI is not set
12257 +# CONFIG_B44 is not set
12258 +# CONFIG_NETDEV_1000 is not set
12259 +# CONFIG_NETDEV_10000 is not set
12260 +# CONFIG_TR is not set
12261 +
12262 +#
12263 +# Wireless LAN
12264 +#
12265 +# CONFIG_WLAN_PRE80211 is not set
12266 +# CONFIG_WLAN_80211 is not set
12267 +# CONFIG_WAN is not set
12268 +# CONFIG_FDDI is not set
12269 +# CONFIG_HIPPI is not set
12270 +# CONFIG_PPP is not set
12271 +# CONFIG_SLIP is not set
12272 +# CONFIG_NETCONSOLE is not set
12273 +# CONFIG_NETPOLL is not set
12274 +# CONFIG_NET_POLL_CONTROLLER is not set
12275 +# CONFIG_ISDN is not set
12276 +# CONFIG_PHONE is not set
12277 +
12278 +#
12279 +# Input device support
12280 +#
12281 +# CONFIG_INPUT is not set
12282 +
12283 +#
12284 +# Hardware I/O ports
12285 +#
12286 +# CONFIG_SERIO is not set
12287 +# CONFIG_GAMEPORT is not set
12288 +
12289 +#
12290 +# Character devices
12291 +#
12292 +# CONFIG_VT is not set
12293 +# CONFIG_SERIAL_NONSTANDARD is not set
12294 +# CONFIG_NOZOMI is not set
12295 +
12296 +#
12297 +# Serial drivers
12298 +#
12299 +CONFIG_SERIAL_8250=y
12300 +CONFIG_SERIAL_8250_CONSOLE=y
12301 +CONFIG_SERIAL_8250_PCI=y
12302 +CONFIG_SERIAL_8250_NR_UARTS=4
12303 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
12304 +CONFIG_SERIAL_8250_EXTENDED=y
12305 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
12306 +CONFIG_SERIAL_8250_SHARE_IRQ=y
12307 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
12308 +# CONFIG_SERIAL_8250_RSA is not set
12309 +
12310 +#
12311 +# Non-8250 serial port support
12312 +#
12313 +# CONFIG_SERIAL_UARTLITE is not set
12314 +CONFIG_SERIAL_CORE=y
12315 +CONFIG_SERIAL_CORE_CONSOLE=y
12316 +# CONFIG_SERIAL_JSM is not set
12317 +CONFIG_SERIAL_OF_PLATFORM=y
12318 +CONFIG_UNIX98_PTYS=y
12319 +CONFIG_LEGACY_PTYS=y
12320 +CONFIG_LEGACY_PTY_COUNT=256
12321 +# CONFIG_IPMI_HANDLER is not set
12322 +# CONFIG_HW_RANDOM is not set
12323 +# CONFIG_NVRAM is not set
12324 +# CONFIG_GEN_RTC is not set
12325 +# CONFIG_R3964 is not set
12326 +# CONFIG_APPLICOM is not set
12327 +# CONFIG_RAW_DRIVER is not set
12328 +# CONFIG_TCG_TPM is not set
12329 +CONFIG_DEVPORT=y
12330 +# CONFIG_I2C is not set
12331 +
12332 +#
12333 +# SPI support
12334 +#
12335 +# CONFIG_SPI is not set
12336 +# CONFIG_SPI_MASTER is not set
12337 +# CONFIG_W1 is not set
12338 +# CONFIG_POWER_SUPPLY is not set
12339 +# CONFIG_HWMON is not set
12340 +CONFIG_THERMAL=y
12341 +# CONFIG_WATCHDOG is not set
12342 +
12343 +#
12344 +# Sonics Silicon Backplane
12345 +#
12346 +CONFIG_SSB_POSSIBLE=y
12347 +# CONFIG_SSB is not set
12348 +
12349 +#
12350 +# Multifunction device drivers
12351 +#
12352 +# CONFIG_MFD_SM501 is not set
12353 +
12354 +#
12355 +# Multimedia devices
12356 +#
12357 +# CONFIG_VIDEO_DEV is not set
12358 +# CONFIG_DVB_CORE is not set
12359 +# CONFIG_DAB is not set
12360 +
12361 +#
12362 +# Graphics support
12363 +#
12364 +# CONFIG_AGP is not set
12365 +# CONFIG_DRM is not set
12366 +# CONFIG_VGASTATE is not set
12367 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
12368 +# CONFIG_FB is not set
12369 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
12370 +
12371 +#
12372 +# Display device support
12373 +#
12374 +# CONFIG_DISPLAY_SUPPORT is not set
12375 +
12376 +#
12377 +# Sound
12378 +#
12379 +# CONFIG_SOUND is not set
12380 +# CONFIG_USB_SUPPORT is not set
12381 +# CONFIG_MMC is not set
12382 +# CONFIG_MEMSTICK is not set
12383 +# CONFIG_NEW_LEDS is not set
12384 +# CONFIG_INFINIBAND is not set
12385 +# CONFIG_EDAC is not set
12386 +# CONFIG_RTC_CLASS is not set
12387 +
12388 +#
12389 +# Userspace I/O
12390 +#
12391 +# CONFIG_UIO is not set
12392 +
12393 +#
12394 +# File systems
12395 +#
12396 +CONFIG_EXT2_FS=y
12397 +# CONFIG_EXT2_FS_XATTR is not set
12398 +# CONFIG_EXT2_FS_XIP is not set
12399 +# CONFIG_EXT3_FS is not set
12400 +# CONFIG_EXT4DEV_FS is not set
12401 +# CONFIG_REISERFS_FS is not set
12402 +# CONFIG_JFS_FS is not set
12403 +# CONFIG_FS_POSIX_ACL is not set
12404 +# CONFIG_XFS_FS is not set
12405 +# CONFIG_GFS2_FS is not set
12406 +# CONFIG_OCFS2_FS is not set
12407 +CONFIG_DNOTIFY=y
12408 +CONFIG_INOTIFY=y
12409 +CONFIG_INOTIFY_USER=y
12410 +# CONFIG_QUOTA is not set
12411 +# CONFIG_AUTOFS_FS is not set
12412 +# CONFIG_AUTOFS4_FS is not set
12413 +# CONFIG_FUSE_FS is not set
12414 +
12415 +#
12416 +# CD-ROM/DVD Filesystems
12417 +#
12418 +# CONFIG_ISO9660_FS is not set
12419 +# CONFIG_UDF_FS is not set
12420 +
12421 +#
12422 +# DOS/FAT/NT Filesystems
12423 +#
12424 +# CONFIG_MSDOS_FS is not set
12425 +# CONFIG_VFAT_FS is not set
12426 +# CONFIG_NTFS_FS is not set
12427 +
12428 +#
12429 +# Pseudo filesystems
12430 +#
12431 +CONFIG_PROC_FS=y
12432 +CONFIG_PROC_KCORE=y
12433 +CONFIG_PROC_SYSCTL=y
12434 +CONFIG_SYSFS=y
12435 +CONFIG_TMPFS=y
12436 +# CONFIG_TMPFS_POSIX_ACL is not set
12437 +# CONFIG_HUGETLB_PAGE is not set
12438 +# CONFIG_CONFIGFS_FS is not set
12439 +
12440 +#
12441 +# Miscellaneous filesystems
12442 +#
12443 +# CONFIG_ADFS_FS is not set
12444 +# CONFIG_AFFS_FS is not set
12445 +# CONFIG_HFS_FS is not set
12446 +# CONFIG_HFSPLUS_FS is not set
12447 +# CONFIG_BEFS_FS is not set
12448 +# CONFIG_BFS_FS is not set
12449 +# CONFIG_EFS_FS is not set
12450 +# CONFIG_JFFS2_FS is not set
12451 +CONFIG_CRAMFS=y
12452 +# CONFIG_VXFS_FS is not set
12453 +# CONFIG_MINIX_FS is not set
12454 +# CONFIG_HPFS_FS is not set
12455 +# CONFIG_QNX4FS_FS is not set
12456 +# CONFIG_ROMFS_FS is not set
12457 +# CONFIG_SYSV_FS is not set
12458 +# CONFIG_UFS_FS is not set
12459 +CONFIG_NETWORK_FILESYSTEMS=y
12460 +CONFIG_NFS_FS=y
12461 +CONFIG_NFS_V3=y
12462 +# CONFIG_NFS_V3_ACL is not set
12463 +# CONFIG_NFS_V4 is not set
12464 +# CONFIG_NFS_DIRECTIO is not set
12465 +# CONFIG_NFSD is not set
12466 +CONFIG_ROOT_NFS=y
12467 +CONFIG_LOCKD=y
12468 +CONFIG_LOCKD_V4=y
12469 +CONFIG_NFS_COMMON=y
12470 +CONFIG_SUNRPC=y
12471 +# CONFIG_SUNRPC_BIND34 is not set
12472 +# CONFIG_RPCSEC_GSS_KRB5 is not set
12473 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
12474 +# CONFIG_SMB_FS is not set
12475 +# CONFIG_CIFS is not set
12476 +# CONFIG_NCP_FS is not set
12477 +# CONFIG_CODA_FS is not set
12478 +# CONFIG_AFS_FS is not set
12479 +
12480 +#
12481 +# Partition Types
12482 +#
12483 +# CONFIG_PARTITION_ADVANCED is not set
12484 +CONFIG_MSDOS_PARTITION=y
12485 +# CONFIG_NLS is not set
12486 +# CONFIG_DLM is not set
12487 +
12488 +#
12489 +# Library routines
12490 +#
12491 +CONFIG_BITREVERSE=y
12492 +# CONFIG_CRC_CCITT is not set
12493 +# CONFIG_CRC16 is not set
12494 +# CONFIG_CRC_ITU_T is not set
12495 +CONFIG_CRC32=y
12496 +# CONFIG_CRC7 is not set
12497 +# CONFIG_LIBCRC32C is not set
12498 +CONFIG_ZLIB_INFLATE=y
12499 +CONFIG_PLIST=y
12500 +CONFIG_HAS_IOMEM=y
12501 +CONFIG_HAS_IOPORT=y
12502 +CONFIG_HAS_DMA=y
12503 +
12504 +#
12505 +# Kernel hacking
12506 +#
12507 +# CONFIG_PRINTK_TIME is not set
12508 +CONFIG_ENABLE_WARN_DEPRECATED=y
12509 +CONFIG_ENABLE_MUST_CHECK=y
12510 +CONFIG_MAGIC_SYSRQ=y
12511 +# CONFIG_UNUSED_SYMBOLS is not set
12512 +CONFIG_DEBUG_FS=y
12513 +# CONFIG_HEADERS_CHECK is not set
12514 +CONFIG_DEBUG_KERNEL=y
12515 +# CONFIG_DEBUG_SHIRQ is not set
12516 +CONFIG_DETECT_SOFTLOCKUP=y
12517 +CONFIG_SCHED_DEBUG=y
12518 +# CONFIG_SCHEDSTATS is not set
12519 +# CONFIG_TIMER_STATS is not set
12520 +# CONFIG_SLUB_DEBUG_ON is not set
12521 +# CONFIG_SLUB_STATS is not set
12522 +# CONFIG_DEBUG_RT_MUTEXES is not set
12523 +# CONFIG_RT_MUTEX_TESTER is not set
12524 +# CONFIG_DEBUG_SPINLOCK is not set
12525 +# CONFIG_DEBUG_MUTEXES is not set
12526 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
12527 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
12528 +# CONFIG_DEBUG_KOBJECT is not set
12529 +CONFIG_DEBUG_BUGVERBOSE=y
12530 +# CONFIG_DEBUG_INFO is not set
12531 +# CONFIG_DEBUG_VM is not set
12532 +# CONFIG_DEBUG_LIST is not set
12533 +# CONFIG_DEBUG_SG is not set
12534 +# CONFIG_BOOT_PRINTK_DELAY is not set
12535 +# CONFIG_RCU_TORTURE_TEST is not set
12536 +# CONFIG_BACKTRACE_SELF_TEST is not set
12537 +# CONFIG_FAULT_INJECTION is not set
12538 +# CONFIG_SAMPLES is not set
12539 +# CONFIG_DEBUG_STACKOVERFLOW is not set
12540 +# CONFIG_DEBUG_STACK_USAGE is not set
12541 +# CONFIG_DEBUG_PAGEALLOC is not set
12542 +# CONFIG_DEBUGGER is not set
12543 +# CONFIG_VIRQ_DEBUG is not set
12544 +# CONFIG_BDI_SWITCH is not set
12545 +# CONFIG_PPC_EARLY_DEBUG is not set
12546 +
12547 +#
12548 +# Security options
12549 +#
12550 +# CONFIG_KEYS is not set
12551 +# CONFIG_SECURITY is not set
12552 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
12553 +CONFIG_CRYPTO=y
12554 +CONFIG_CRYPTO_ALGAPI=y
12555 +CONFIG_CRYPTO_BLKCIPHER=y
12556 +# CONFIG_CRYPTO_SEQIV is not set
12557 +CONFIG_CRYPTO_MANAGER=y
12558 +# CONFIG_CRYPTO_HMAC is not set
12559 +# CONFIG_CRYPTO_XCBC is not set
12560 +# CONFIG_CRYPTO_NULL is not set
12561 +# CONFIG_CRYPTO_MD4 is not set
12562 +CONFIG_CRYPTO_MD5=y
12563 +# CONFIG_CRYPTO_SHA1 is not set
12564 +# CONFIG_CRYPTO_SHA256 is not set
12565 +# CONFIG_CRYPTO_SHA512 is not set
12566 +# CONFIG_CRYPTO_WP512 is not set
12567 +# CONFIG_CRYPTO_TGR192 is not set
12568 +# CONFIG_CRYPTO_GF128MUL is not set
12569 +CONFIG_CRYPTO_ECB=y
12570 +CONFIG_CRYPTO_CBC=y
12571 +CONFIG_CRYPTO_PCBC=y
12572 +# CONFIG_CRYPTO_LRW is not set
12573 +# CONFIG_CRYPTO_XTS is not set
12574 +# CONFIG_CRYPTO_CTR is not set
12575 +# CONFIG_CRYPTO_GCM is not set
12576 +# CONFIG_CRYPTO_CCM is not set
12577 +# CONFIG_CRYPTO_CRYPTD is not set
12578 +CONFIG_CRYPTO_DES=y
12579 +# CONFIG_CRYPTO_FCRYPT is not set
12580 +# CONFIG_CRYPTO_BLOWFISH is not set
12581 +# CONFIG_CRYPTO_TWOFISH is not set
12582 +# CONFIG_CRYPTO_SERPENT is not set
12583 +# CONFIG_CRYPTO_AES is not set
12584 +# CONFIG_CRYPTO_CAST5 is not set
12585 +# CONFIG_CRYPTO_CAST6 is not set
12586 +# CONFIG_CRYPTO_TEA is not set
12587 +# CONFIG_CRYPTO_ARC4 is not set
12588 +# CONFIG_CRYPTO_KHAZAD is not set
12589 +# CONFIG_CRYPTO_ANUBIS is not set
12590 +# CONFIG_CRYPTO_SEED is not set
12591 +# CONFIG_CRYPTO_SALSA20 is not set
12592 +# CONFIG_CRYPTO_DEFLATE is not set
12593 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
12594 +# CONFIG_CRYPTO_CRC32C is not set
12595 +# CONFIG_CRYPTO_CAMELLIA is not set
12596 +# CONFIG_CRYPTO_TEST is not set
12597 +# CONFIG_CRYPTO_AUTHENC is not set
12598 +# CONFIG_CRYPTO_LZO is not set
12599 +CONFIG_CRYPTO_HW=y
12600 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
12601 +# CONFIG_PPC_CLOCK is not set
12602 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/makalu_defconfig powerpc.git/arch/powerpc/configs/40x/makalu_defconfig
12603 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/makalu_defconfig  1970-01-01 01:00:00.000000000 +0100
12604 +++ powerpc.git/arch/powerpc/configs/40x/makalu_defconfig       2008-04-19 16:40:52.000000000 +0200
12605 @@ -0,0 +1,839 @@
12606 +#
12607 +# Automatically generated make config: don't edit
12608 +# Linux kernel version: 2.6.25-rc2
12609 +# Fri Feb 15 21:52:30 2008
12610 +#
12611 +# CONFIG_PPC64 is not set
12612 +
12613 +#
12614 +# Processor support
12615 +#
12616 +# CONFIG_6xx is not set
12617 +# CONFIG_PPC_85xx is not set
12618 +# CONFIG_PPC_8xx is not set
12619 +CONFIG_40x=y
12620 +# CONFIG_44x is not set
12621 +# CONFIG_E200 is not set
12622 +CONFIG_4xx=y
12623 +# CONFIG_PPC_MM_SLICES is not set
12624 +CONFIG_NOT_COHERENT_CACHE=y
12625 +CONFIG_PPC32=y
12626 +CONFIG_WORD_SIZE=32
12627 +CONFIG_PPC_MERGE=y
12628 +CONFIG_MMU=y
12629 +CONFIG_GENERIC_CMOS_UPDATE=y
12630 +CONFIG_GENERIC_TIME=y
12631 +CONFIG_GENERIC_TIME_VSYSCALL=y
12632 +CONFIG_GENERIC_CLOCKEVENTS=y
12633 +CONFIG_GENERIC_HARDIRQS=y
12634 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
12635 +CONFIG_IRQ_PER_CPU=y
12636 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
12637 +CONFIG_ARCH_HAS_ILOG2_U32=y
12638 +CONFIG_GENERIC_HWEIGHT=y
12639 +CONFIG_GENERIC_CALIBRATE_DELAY=y
12640 +CONFIG_GENERIC_FIND_NEXT_BIT=y
12641 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
12642 +CONFIG_PPC=y
12643 +CONFIG_EARLY_PRINTK=y
12644 +CONFIG_GENERIC_NVRAM=y
12645 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
12646 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
12647 +CONFIG_PPC_OF=y
12648 +CONFIG_OF=y
12649 +CONFIG_PPC_UDBG_16550=y
12650 +# CONFIG_GENERIC_TBSYNC is not set
12651 +CONFIG_AUDIT_ARCH=y
12652 +CONFIG_GENERIC_BUG=y
12653 +# CONFIG_DEFAULT_UIMAGE is not set
12654 +CONFIG_PPC_DCR_NATIVE=y
12655 +# CONFIG_PPC_DCR_MMIO is not set
12656 +CONFIG_PPC_DCR=y
12657 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12658 +
12659 +#
12660 +# General setup
12661 +#
12662 +CONFIG_EXPERIMENTAL=y
12663 +CONFIG_BROKEN_ON_SMP=y
12664 +CONFIG_INIT_ENV_ARG_LIMIT=32
12665 +CONFIG_LOCALVERSION=""
12666 +CONFIG_LOCALVERSION_AUTO=y
12667 +CONFIG_SWAP=y
12668 +CONFIG_SYSVIPC=y
12669 +CONFIG_SYSVIPC_SYSCTL=y
12670 +CONFIG_POSIX_MQUEUE=y
12671 +# CONFIG_BSD_PROCESS_ACCT is not set
12672 +# CONFIG_TASKSTATS is not set
12673 +# CONFIG_AUDIT is not set
12674 +# CONFIG_IKCONFIG is not set
12675 +CONFIG_LOG_BUF_SHIFT=14
12676 +# CONFIG_CGROUPS is not set
12677 +CONFIG_GROUP_SCHED=y
12678 +# CONFIG_FAIR_GROUP_SCHED is not set
12679 +# CONFIG_RT_GROUP_SCHED is not set
12680 +CONFIG_USER_SCHED=y
12681 +# CONFIG_CGROUP_SCHED is not set
12682 +CONFIG_SYSFS_DEPRECATED=y
12683 +# CONFIG_RELAY is not set
12684 +# CONFIG_NAMESPACES is not set
12685 +CONFIG_BLK_DEV_INITRD=y
12686 +CONFIG_INITRAMFS_SOURCE=""
12687 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
12688 +CONFIG_SYSCTL=y
12689 +CONFIG_EMBEDDED=y
12690 +CONFIG_SYSCTL_SYSCALL=y
12691 +CONFIG_KALLSYMS=y
12692 +CONFIG_KALLSYMS_ALL=y
12693 +CONFIG_KALLSYMS_EXTRA_PASS=y
12694 +CONFIG_HOTPLUG=y
12695 +CONFIG_PRINTK=y
12696 +CONFIG_BUG=y
12697 +CONFIG_ELF_CORE=y
12698 +CONFIG_COMPAT_BRK=y
12699 +CONFIG_BASE_FULL=y
12700 +CONFIG_FUTEX=y
12701 +CONFIG_ANON_INODES=y
12702 +CONFIG_EPOLL=y
12703 +CONFIG_SIGNALFD=y
12704 +CONFIG_TIMERFD=y
12705 +CONFIG_EVENTFD=y
12706 +CONFIG_SHMEM=y
12707 +CONFIG_VM_EVENT_COUNTERS=y
12708 +CONFIG_SLUB_DEBUG=y
12709 +# CONFIG_SLAB is not set
12710 +CONFIG_SLUB=y
12711 +# CONFIG_SLOB is not set
12712 +# CONFIG_PROFILING is not set
12713 +# CONFIG_MARKERS is not set
12714 +CONFIG_HAVE_OPROFILE=y
12715 +# CONFIG_KPROBES is not set
12716 +CONFIG_HAVE_KPROBES=y
12717 +CONFIG_PROC_PAGE_MONITOR=y
12718 +CONFIG_SLABINFO=y
12719 +CONFIG_RT_MUTEXES=y
12720 +# CONFIG_TINY_SHMEM is not set
12721 +CONFIG_BASE_SMALL=0
12722 +CONFIG_MODULES=y
12723 +CONFIG_MODULE_UNLOAD=y
12724 +# CONFIG_MODULE_FORCE_UNLOAD is not set
12725 +# CONFIG_MODVERSIONS is not set
12726 +# CONFIG_MODULE_SRCVERSION_ALL is not set
12727 +CONFIG_KMOD=y
12728 +CONFIG_BLOCK=y
12729 +CONFIG_LBD=y
12730 +# CONFIG_BLK_DEV_IO_TRACE is not set
12731 +# CONFIG_LSF is not set
12732 +# CONFIG_BLK_DEV_BSG is not set
12733 +
12734 +#
12735 +# IO Schedulers
12736 +#
12737 +CONFIG_IOSCHED_NOOP=y
12738 +CONFIG_IOSCHED_AS=y
12739 +CONFIG_IOSCHED_DEADLINE=y
12740 +CONFIG_IOSCHED_CFQ=y
12741 +CONFIG_DEFAULT_AS=y
12742 +# CONFIG_DEFAULT_DEADLINE is not set
12743 +# CONFIG_DEFAULT_CFQ is not set
12744 +# CONFIG_DEFAULT_NOOP is not set
12745 +CONFIG_DEFAULT_IOSCHED="anticipatory"
12746 +CONFIG_CLASSIC_RCU=y
12747 +# CONFIG_PREEMPT_RCU is not set
12748 +CONFIG_PPC4xx_PCI_EXPRESS=y
12749 +
12750 +#
12751 +# Platform support
12752 +#
12753 +# CONFIG_PPC_MPC512x is not set
12754 +# CONFIG_PPC_MPC5121 is not set
12755 +# CONFIG_PPC_CELL is not set
12756 +# CONFIG_PPC_CELL_NATIVE is not set
12757 +# CONFIG_PQ2ADS is not set
12758 +# CONFIG_EP405 is not set
12759 +# CONFIG_KILAUEA is not set
12760 +CONFIG_MAKALU=y
12761 +# CONFIG_WALNUT is not set
12762 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
12763 +CONFIG_405EX=y
12764 +# CONFIG_IPIC is not set
12765 +# CONFIG_MPIC is not set
12766 +# CONFIG_MPIC_WEIRD is not set
12767 +# CONFIG_PPC_I8259 is not set
12768 +# CONFIG_PPC_RTAS is not set
12769 +# CONFIG_MMIO_NVRAM is not set
12770 +# CONFIG_PPC_MPC106 is not set
12771 +# CONFIG_PPC_970_NAP is not set
12772 +# CONFIG_PPC_INDIRECT_IO is not set
12773 +# CONFIG_GENERIC_IOMAP is not set
12774 +# CONFIG_CPU_FREQ is not set
12775 +# CONFIG_FSL_ULI1575 is not set
12776 +
12777 +#
12778 +# Kernel options
12779 +#
12780 +# CONFIG_HIGHMEM is not set
12781 +# CONFIG_TICK_ONESHOT is not set
12782 +# CONFIG_NO_HZ is not set
12783 +# CONFIG_HIGH_RES_TIMERS is not set
12784 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
12785 +# CONFIG_HZ_100 is not set
12786 +CONFIG_HZ_250=y
12787 +# CONFIG_HZ_300 is not set
12788 +# CONFIG_HZ_1000 is not set
12789 +CONFIG_HZ=250
12790 +# CONFIG_SCHED_HRTICK is not set
12791 +CONFIG_PREEMPT_NONE=y
12792 +# CONFIG_PREEMPT_VOLUNTARY is not set
12793 +# CONFIG_PREEMPT is not set
12794 +CONFIG_RCU_TRACE=y
12795 +CONFIG_BINFMT_ELF=y
12796 +# CONFIG_BINFMT_MISC is not set
12797 +# CONFIG_MATH_EMULATION is not set
12798 +# CONFIG_IOMMU_HELPER is not set
12799 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
12800 +CONFIG_ARCH_HAS_WALK_MEMORY=y
12801 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
12802 +CONFIG_ARCH_FLATMEM_ENABLE=y
12803 +CONFIG_ARCH_POPULATES_NODE_MAP=y
12804 +CONFIG_SELECT_MEMORY_MODEL=y
12805 +CONFIG_FLATMEM_MANUAL=y
12806 +# CONFIG_DISCONTIGMEM_MANUAL is not set
12807 +# CONFIG_SPARSEMEM_MANUAL is not set
12808 +CONFIG_FLATMEM=y
12809 +CONFIG_FLAT_NODE_MEM_MAP=y
12810 +# CONFIG_SPARSEMEM_STATIC is not set
12811 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
12812 +CONFIG_SPLIT_PTLOCK_CPUS=4
12813 +# CONFIG_RESOURCES_64BIT is not set
12814 +CONFIG_ZONE_DMA_FLAG=1
12815 +CONFIG_BOUNCE=y
12816 +CONFIG_VIRT_TO_BUS=y
12817 +CONFIG_PROC_DEVICETREE=y
12818 +# CONFIG_CMDLINE_BOOL is not set
12819 +# CONFIG_PM is not set
12820 +CONFIG_SECCOMP=y
12821 +CONFIG_ISA_DMA_API=y
12822 +
12823 +#
12824 +# Bus options
12825 +#
12826 +CONFIG_ZONE_DMA=y
12827 +CONFIG_PPC_INDIRECT_PCI=y
12828 +CONFIG_PCI=y
12829 +CONFIG_PCI_DOMAINS=y
12830 +CONFIG_PCI_SYSCALL=y
12831 +# CONFIG_PCIEPORTBUS is not set
12832 +CONFIG_ARCH_SUPPORTS_MSI=y
12833 +# CONFIG_PCI_MSI is not set
12834 +CONFIG_PCI_LEGACY=y
12835 +# CONFIG_PCI_DEBUG is not set
12836 +# CONFIG_PCCARD is not set
12837 +# CONFIG_HOTPLUG_PCI is not set
12838 +
12839 +#
12840 +# Advanced setup
12841 +#
12842 +# CONFIG_ADVANCED_OPTIONS is not set
12843 +
12844 +#
12845 +# Default settings for advanced configuration options are used
12846 +#
12847 +CONFIG_HIGHMEM_START=0xfe000000
12848 +CONFIG_LOWMEM_SIZE=0x30000000
12849 +CONFIG_KERNEL_START=0xc0000000
12850 +CONFIG_TASK_SIZE=0xc0000000
12851 +CONFIG_CONSISTENT_START=0xff100000
12852 +CONFIG_CONSISTENT_SIZE=0x00200000
12853 +CONFIG_BOOT_LOAD=0x00400000
12854 +
12855 +#
12856 +# Networking
12857 +#
12858 +CONFIG_NET=y
12859 +
12860 +#
12861 +# Networking options
12862 +#
12863 +CONFIG_PACKET=y
12864 +# CONFIG_PACKET_MMAP is not set
12865 +CONFIG_UNIX=y
12866 +# CONFIG_NET_KEY is not set
12867 +CONFIG_INET=y
12868 +# CONFIG_IP_MULTICAST is not set
12869 +# CONFIG_IP_ADVANCED_ROUTER is not set
12870 +CONFIG_IP_FIB_HASH=y
12871 +CONFIG_IP_PNP=y
12872 +CONFIG_IP_PNP_DHCP=y
12873 +CONFIG_IP_PNP_BOOTP=y
12874 +# CONFIG_IP_PNP_RARP is not set
12875 +# CONFIG_NET_IPIP is not set
12876 +# CONFIG_NET_IPGRE is not set
12877 +# CONFIG_ARPD is not set
12878 +# CONFIG_SYN_COOKIES is not set
12879 +# CONFIG_INET_AH is not set
12880 +# CONFIG_INET_ESP is not set
12881 +# CONFIG_INET_IPCOMP is not set
12882 +# CONFIG_INET_XFRM_TUNNEL is not set
12883 +# CONFIG_INET_TUNNEL is not set
12884 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
12885 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
12886 +# CONFIG_INET_XFRM_MODE_BEET is not set
12887 +# CONFIG_INET_LRO is not set
12888 +CONFIG_INET_DIAG=y
12889 +CONFIG_INET_TCP_DIAG=y
12890 +# CONFIG_TCP_CONG_ADVANCED is not set
12891 +CONFIG_TCP_CONG_CUBIC=y
12892 +CONFIG_DEFAULT_TCP_CONG="cubic"
12893 +# CONFIG_TCP_MD5SIG is not set
12894 +# CONFIG_IPV6 is not set
12895 +# CONFIG_INET6_XFRM_TUNNEL is not set
12896 +# CONFIG_INET6_TUNNEL is not set
12897 +# CONFIG_NETWORK_SECMARK is not set
12898 +# CONFIG_NETFILTER is not set
12899 +# CONFIG_IP_DCCP is not set
12900 +# CONFIG_IP_SCTP is not set
12901 +# CONFIG_TIPC is not set
12902 +# CONFIG_ATM is not set
12903 +# CONFIG_BRIDGE is not set
12904 +# CONFIG_VLAN_8021Q is not set
12905 +# CONFIG_DECNET is not set
12906 +# CONFIG_LLC2 is not set
12907 +# CONFIG_IPX is not set
12908 +# CONFIG_ATALK is not set
12909 +# CONFIG_X25 is not set
12910 +# CONFIG_LAPB is not set
12911 +# CONFIG_ECONET is not set
12912 +# CONFIG_WAN_ROUTER is not set
12913 +# CONFIG_NET_SCHED is not set
12914 +
12915 +#
12916 +# Network testing
12917 +#
12918 +# CONFIG_NET_PKTGEN is not set
12919 +# CONFIG_HAMRADIO is not set
12920 +# CONFIG_CAN is not set
12921 +# CONFIG_IRDA is not set
12922 +# CONFIG_BT is not set
12923 +# CONFIG_AF_RXRPC is not set
12924 +
12925 +#
12926 +# Wireless
12927 +#
12928 +# CONFIG_CFG80211 is not set
12929 +# CONFIG_WIRELESS_EXT is not set
12930 +# CONFIG_MAC80211 is not set
12931 +# CONFIG_IEEE80211 is not set
12932 +# CONFIG_RFKILL is not set
12933 +# CONFIG_NET_9P is not set
12934 +
12935 +#
12936 +# Device Drivers
12937 +#
12938 +
12939 +#
12940 +# Generic Driver Options
12941 +#
12942 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
12943 +CONFIG_STANDALONE=y
12944 +CONFIG_PREVENT_FIRMWARE_BUILD=y
12945 +CONFIG_FW_LOADER=y
12946 +# CONFIG_DEBUG_DRIVER is not set
12947 +# CONFIG_DEBUG_DEVRES is not set
12948 +# CONFIG_SYS_HYPERVISOR is not set
12949 +CONFIG_CONNECTOR=y
12950 +CONFIG_PROC_EVENTS=y
12951 +CONFIG_MTD=y
12952 +# CONFIG_MTD_DEBUG is not set
12953 +# CONFIG_MTD_CONCAT is not set
12954 +CONFIG_MTD_PARTITIONS=y
12955 +# CONFIG_MTD_REDBOOT_PARTS is not set
12956 +CONFIG_MTD_CMDLINE_PARTS=y
12957 +CONFIG_MTD_OF_PARTS=y
12958 +
12959 +#
12960 +# User Modules And Translation Layers
12961 +#
12962 +CONFIG_MTD_CHAR=y
12963 +CONFIG_MTD_BLKDEVS=m
12964 +CONFIG_MTD_BLOCK=m
12965 +# CONFIG_MTD_BLOCK_RO is not set
12966 +# CONFIG_FTL is not set
12967 +# CONFIG_NFTL is not set
12968 +# CONFIG_INFTL is not set
12969 +# CONFIG_RFD_FTL is not set
12970 +# CONFIG_SSFDC is not set
12971 +# CONFIG_MTD_OOPS is not set
12972 +
12973 +#
12974 +# RAM/ROM/Flash chip drivers
12975 +#
12976 +CONFIG_MTD_CFI=y
12977 +CONFIG_MTD_JEDECPROBE=y
12978 +CONFIG_MTD_GEN_PROBE=y
12979 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
12980 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
12981 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
12982 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
12983 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
12984 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
12985 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
12986 +CONFIG_MTD_CFI_I1=y
12987 +CONFIG_MTD_CFI_I2=y
12988 +# CONFIG_MTD_CFI_I4 is not set
12989 +# CONFIG_MTD_CFI_I8 is not set
12990 +# CONFIG_MTD_CFI_INTELEXT is not set
12991 +CONFIG_MTD_CFI_AMDSTD=y
12992 +# CONFIG_MTD_CFI_STAA is not set
12993 +CONFIG_MTD_CFI_UTIL=y
12994 +# CONFIG_MTD_RAM is not set
12995 +# CONFIG_MTD_ROM is not set
12996 +# CONFIG_MTD_ABSENT is not set
12997 +
12998 +#
12999 +# Mapping drivers for chip access
13000 +#
13001 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
13002 +# CONFIG_MTD_PHYSMAP is not set
13003 +CONFIG_MTD_PHYSMAP_OF=y
13004 +# CONFIG_MTD_INTEL_VR_NOR is not set
13005 +# CONFIG_MTD_PLATRAM is not set
13006 +
13007 +#
13008 +# Self-contained MTD device drivers
13009 +#
13010 +# CONFIG_MTD_PMC551 is not set
13011 +# CONFIG_MTD_SLRAM is not set
13012 +# CONFIG_MTD_PHRAM is not set
13013 +# CONFIG_MTD_MTDRAM is not set
13014 +# CONFIG_MTD_BLOCK2MTD is not set
13015 +
13016 +#
13017 +# Disk-On-Chip Device Drivers
13018 +#
13019 +# CONFIG_MTD_DOC2000 is not set
13020 +# CONFIG_MTD_DOC2001 is not set
13021 +# CONFIG_MTD_DOC2001PLUS is not set
13022 +# CONFIG_MTD_NAND is not set
13023 +# CONFIG_MTD_ONENAND is not set
13024 +
13025 +#
13026 +# UBI - Unsorted block images
13027 +#
13028 +# CONFIG_MTD_UBI is not set
13029 +CONFIG_OF_DEVICE=y
13030 +# CONFIG_PARPORT is not set
13031 +CONFIG_BLK_DEV=y
13032 +# CONFIG_BLK_DEV_FD is not set
13033 +# CONFIG_BLK_CPQ_DA is not set
13034 +# CONFIG_BLK_CPQ_CISS_DA is not set
13035 +# CONFIG_BLK_DEV_DAC960 is not set
13036 +# CONFIG_BLK_DEV_UMEM is not set
13037 +# CONFIG_BLK_DEV_COW_COMMON is not set
13038 +# CONFIG_BLK_DEV_LOOP is not set
13039 +# CONFIG_BLK_DEV_NBD is not set
13040 +# CONFIG_BLK_DEV_SX8 is not set
13041 +CONFIG_BLK_DEV_RAM=y
13042 +CONFIG_BLK_DEV_RAM_COUNT=16
13043 +CONFIG_BLK_DEV_RAM_SIZE=35000
13044 +# CONFIG_BLK_DEV_XIP is not set
13045 +# CONFIG_CDROM_PKTCDVD is not set
13046 +# CONFIG_ATA_OVER_ETH is not set
13047 +# CONFIG_XILINX_SYSACE is not set
13048 +# CONFIG_MISC_DEVICES is not set
13049 +CONFIG_HAVE_IDE=y
13050 +# CONFIG_IDE is not set
13051 +
13052 +#
13053 +# SCSI device support
13054 +#
13055 +# CONFIG_RAID_ATTRS is not set
13056 +# CONFIG_SCSI is not set
13057 +# CONFIG_SCSI_DMA is not set
13058 +# CONFIG_SCSI_NETLINK is not set
13059 +# CONFIG_ATA is not set
13060 +# CONFIG_MD is not set
13061 +# CONFIG_FUSION is not set
13062 +
13063 +#
13064 +# IEEE 1394 (FireWire) support
13065 +#
13066 +# CONFIG_FIREWIRE is not set
13067 +# CONFIG_IEEE1394 is not set
13068 +# CONFIG_I2O is not set
13069 +# CONFIG_MACINTOSH_DRIVERS is not set
13070 +CONFIG_NETDEVICES=y
13071 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
13072 +# CONFIG_DUMMY is not set
13073 +# CONFIG_BONDING is not set
13074 +# CONFIG_MACVLAN is not set
13075 +# CONFIG_EQUALIZER is not set
13076 +# CONFIG_TUN is not set
13077 +# CONFIG_VETH is not set
13078 +# CONFIG_ARCNET is not set
13079 +# CONFIG_PHYLIB is not set
13080 +CONFIG_NET_ETHERNET=y
13081 +# CONFIG_MII is not set
13082 +# CONFIG_HAPPYMEAL is not set
13083 +# CONFIG_SUNGEM is not set
13084 +# CONFIG_CASSINI is not set
13085 +# CONFIG_NET_VENDOR_3COM is not set
13086 +# CONFIG_NET_TULIP is not set
13087 +# CONFIG_HP100 is not set
13088 +CONFIG_IBM_NEW_EMAC=y
13089 +CONFIG_IBM_NEW_EMAC_RXB=256
13090 +CONFIG_IBM_NEW_EMAC_TXB=256
13091 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
13092 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
13093 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
13094 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
13095 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
13096 +CONFIG_IBM_NEW_EMAC_RGMII=y
13097 +# CONFIG_IBM_NEW_EMAC_TAH is not set
13098 +CONFIG_IBM_NEW_EMAC_EMAC4=y
13099 +# CONFIG_NET_PCI is not set
13100 +# CONFIG_B44 is not set
13101 +# CONFIG_NETDEV_1000 is not set
13102 +# CONFIG_NETDEV_10000 is not set
13103 +# CONFIG_TR is not set
13104 +
13105 +#
13106 +# Wireless LAN
13107 +#
13108 +# CONFIG_WLAN_PRE80211 is not set
13109 +# CONFIG_WLAN_80211 is not set
13110 +# CONFIG_WAN is not set
13111 +# CONFIG_FDDI is not set
13112 +# CONFIG_HIPPI is not set
13113 +# CONFIG_PPP is not set
13114 +# CONFIG_SLIP is not set
13115 +# CONFIG_NETCONSOLE is not set
13116 +# CONFIG_NETPOLL is not set
13117 +# CONFIG_NET_POLL_CONTROLLER is not set
13118 +# CONFIG_ISDN is not set
13119 +# CONFIG_PHONE is not set
13120 +
13121 +#
13122 +# Input device support
13123 +#
13124 +# CONFIG_INPUT is not set
13125 +
13126 +#
13127 +# Hardware I/O ports
13128 +#
13129 +# CONFIG_SERIO is not set
13130 +# CONFIG_GAMEPORT is not set
13131 +
13132 +#
13133 +# Character devices
13134 +#
13135 +# CONFIG_VT is not set
13136 +# CONFIG_SERIAL_NONSTANDARD is not set
13137 +# CONFIG_NOZOMI is not set
13138 +
13139 +#
13140 +# Serial drivers
13141 +#
13142 +CONFIG_SERIAL_8250=y
13143 +CONFIG_SERIAL_8250_CONSOLE=y
13144 +CONFIG_SERIAL_8250_PCI=y
13145 +CONFIG_SERIAL_8250_NR_UARTS=4
13146 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
13147 +CONFIG_SERIAL_8250_EXTENDED=y
13148 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
13149 +CONFIG_SERIAL_8250_SHARE_IRQ=y
13150 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
13151 +# CONFIG_SERIAL_8250_RSA is not set
13152 +
13153 +#
13154 +# Non-8250 serial port support
13155 +#
13156 +# CONFIG_SERIAL_UARTLITE is not set
13157 +CONFIG_SERIAL_CORE=y
13158 +CONFIG_SERIAL_CORE_CONSOLE=y
13159 +# CONFIG_SERIAL_JSM is not set
13160 +CONFIG_SERIAL_OF_PLATFORM=y
13161 +CONFIG_UNIX98_PTYS=y
13162 +CONFIG_LEGACY_PTYS=y
13163 +CONFIG_LEGACY_PTY_COUNT=256
13164 +# CONFIG_IPMI_HANDLER is not set
13165 +# CONFIG_HW_RANDOM is not set
13166 +# CONFIG_NVRAM is not set
13167 +# CONFIG_GEN_RTC is not set
13168 +# CONFIG_R3964 is not set
13169 +# CONFIG_APPLICOM is not set
13170 +# CONFIG_RAW_DRIVER is not set
13171 +# CONFIG_TCG_TPM is not set
13172 +CONFIG_DEVPORT=y
13173 +# CONFIG_I2C is not set
13174 +
13175 +#
13176 +# SPI support
13177 +#
13178 +# CONFIG_SPI is not set
13179 +# CONFIG_SPI_MASTER is not set
13180 +# CONFIG_W1 is not set
13181 +# CONFIG_POWER_SUPPLY is not set
13182 +# CONFIG_HWMON is not set
13183 +CONFIG_THERMAL=y
13184 +# CONFIG_WATCHDOG is not set
13185 +
13186 +#
13187 +# Sonics Silicon Backplane
13188 +#
13189 +CONFIG_SSB_POSSIBLE=y
13190 +# CONFIG_SSB is not set
13191 +
13192 +#
13193 +# Multifunction device drivers
13194 +#
13195 +# CONFIG_MFD_SM501 is not set
13196 +
13197 +#
13198 +# Multimedia devices
13199 +#
13200 +# CONFIG_VIDEO_DEV is not set
13201 +# CONFIG_DVB_CORE is not set
13202 +# CONFIG_DAB is not set
13203 +
13204 +#
13205 +# Graphics support
13206 +#
13207 +# CONFIG_AGP is not set
13208 +# CONFIG_DRM is not set
13209 +# CONFIG_VGASTATE is not set
13210 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
13211 +# CONFIG_FB is not set
13212 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
13213 +
13214 +#
13215 +# Display device support
13216 +#
13217 +# CONFIG_DISPLAY_SUPPORT is not set
13218 +
13219 +#
13220 +# Sound
13221 +#
13222 +# CONFIG_SOUND is not set
13223 +# CONFIG_USB_SUPPORT is not set
13224 +# CONFIG_MMC is not set
13225 +# CONFIG_MEMSTICK is not set
13226 +# CONFIG_NEW_LEDS is not set
13227 +# CONFIG_INFINIBAND is not set
13228 +# CONFIG_EDAC is not set
13229 +# CONFIG_RTC_CLASS is not set
13230 +
13231 +#
13232 +# Userspace I/O
13233 +#
13234 +# CONFIG_UIO is not set
13235 +
13236 +#
13237 +# File systems
13238 +#
13239 +CONFIG_EXT2_FS=y
13240 +# CONFIG_EXT2_FS_XATTR is not set
13241 +# CONFIG_EXT2_FS_XIP is not set
13242 +# CONFIG_EXT3_FS is not set
13243 +# CONFIG_EXT4DEV_FS is not set
13244 +# CONFIG_REISERFS_FS is not set
13245 +# CONFIG_JFS_FS is not set
13246 +# CONFIG_FS_POSIX_ACL is not set
13247 +# CONFIG_XFS_FS is not set
13248 +# CONFIG_GFS2_FS is not set
13249 +# CONFIG_OCFS2_FS is not set
13250 +CONFIG_DNOTIFY=y
13251 +CONFIG_INOTIFY=y
13252 +CONFIG_INOTIFY_USER=y
13253 +# CONFIG_QUOTA is not set
13254 +# CONFIG_AUTOFS_FS is not set
13255 +# CONFIG_AUTOFS4_FS is not set
13256 +# CONFIG_FUSE_FS is not set
13257 +
13258 +#
13259 +# CD-ROM/DVD Filesystems
13260 +#
13261 +# CONFIG_ISO9660_FS is not set
13262 +# CONFIG_UDF_FS is not set
13263 +
13264 +#
13265 +# DOS/FAT/NT Filesystems
13266 +#
13267 +# CONFIG_MSDOS_FS is not set
13268 +# CONFIG_VFAT_FS is not set
13269 +# CONFIG_NTFS_FS is not set
13270 +
13271 +#
13272 +# Pseudo filesystems
13273 +#
13274 +CONFIG_PROC_FS=y
13275 +CONFIG_PROC_KCORE=y
13276 +CONFIG_PROC_SYSCTL=y
13277 +CONFIG_SYSFS=y
13278 +CONFIG_TMPFS=y
13279 +# CONFIG_TMPFS_POSIX_ACL is not set
13280 +# CONFIG_HUGETLB_PAGE is not set
13281 +# CONFIG_CONFIGFS_FS is not set
13282 +
13283 +#
13284 +# Miscellaneous filesystems
13285 +#
13286 +# CONFIG_ADFS_FS is not set
13287 +# CONFIG_AFFS_FS is not set
13288 +# CONFIG_HFS_FS is not set
13289 +# CONFIG_HFSPLUS_FS is not set
13290 +# CONFIG_BEFS_FS is not set
13291 +# CONFIG_BFS_FS is not set
13292 +# CONFIG_EFS_FS is not set
13293 +# CONFIG_JFFS2_FS is not set
13294 +CONFIG_CRAMFS=y
13295 +# CONFIG_VXFS_FS is not set
13296 +# CONFIG_MINIX_FS is not set
13297 +# CONFIG_HPFS_FS is not set
13298 +# CONFIG_QNX4FS_FS is not set
13299 +# CONFIG_ROMFS_FS is not set
13300 +# CONFIG_SYSV_FS is not set
13301 +# CONFIG_UFS_FS is not set
13302 +CONFIG_NETWORK_FILESYSTEMS=y
13303 +CONFIG_NFS_FS=y
13304 +CONFIG_NFS_V3=y
13305 +# CONFIG_NFS_V3_ACL is not set
13306 +# CONFIG_NFS_V4 is not set
13307 +# CONFIG_NFS_DIRECTIO is not set
13308 +# CONFIG_NFSD is not set
13309 +CONFIG_ROOT_NFS=y
13310 +CONFIG_LOCKD=y
13311 +CONFIG_LOCKD_V4=y
13312 +CONFIG_NFS_COMMON=y
13313 +CONFIG_SUNRPC=y
13314 +# CONFIG_SUNRPC_BIND34 is not set
13315 +# CONFIG_RPCSEC_GSS_KRB5 is not set
13316 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
13317 +# CONFIG_SMB_FS is not set
13318 +# CONFIG_CIFS is not set
13319 +# CONFIG_NCP_FS is not set
13320 +# CONFIG_CODA_FS is not set
13321 +# CONFIG_AFS_FS is not set
13322 +
13323 +#
13324 +# Partition Types
13325 +#
13326 +# CONFIG_PARTITION_ADVANCED is not set
13327 +CONFIG_MSDOS_PARTITION=y
13328 +# CONFIG_NLS is not set
13329 +# CONFIG_DLM is not set
13330 +
13331 +#
13332 +# Library routines
13333 +#
13334 +CONFIG_BITREVERSE=y
13335 +# CONFIG_CRC_CCITT is not set
13336 +# CONFIG_CRC16 is not set
13337 +# CONFIG_CRC_ITU_T is not set
13338 +CONFIG_CRC32=y
13339 +# CONFIG_CRC7 is not set
13340 +# CONFIG_LIBCRC32C is not set
13341 +CONFIG_ZLIB_INFLATE=y
13342 +CONFIG_PLIST=y
13343 +CONFIG_HAS_IOMEM=y
13344 +CONFIG_HAS_IOPORT=y
13345 +CONFIG_HAS_DMA=y
13346 +
13347 +#
13348 +# Kernel hacking
13349 +#
13350 +# CONFIG_PRINTK_TIME is not set
13351 +CONFIG_ENABLE_WARN_DEPRECATED=y
13352 +CONFIG_ENABLE_MUST_CHECK=y
13353 +CONFIG_MAGIC_SYSRQ=y
13354 +# CONFIG_UNUSED_SYMBOLS is not set
13355 +CONFIG_DEBUG_FS=y
13356 +# CONFIG_HEADERS_CHECK is not set
13357 +CONFIG_DEBUG_KERNEL=y
13358 +# CONFIG_DEBUG_SHIRQ is not set
13359 +CONFIG_DETECT_SOFTLOCKUP=y
13360 +CONFIG_SCHED_DEBUG=y
13361 +# CONFIG_SCHEDSTATS is not set
13362 +# CONFIG_TIMER_STATS is not set
13363 +# CONFIG_SLUB_DEBUG_ON is not set
13364 +# CONFIG_SLUB_STATS is not set
13365 +# CONFIG_DEBUG_RT_MUTEXES is not set
13366 +# CONFIG_RT_MUTEX_TESTER is not set
13367 +# CONFIG_DEBUG_SPINLOCK is not set
13368 +# CONFIG_DEBUG_MUTEXES is not set
13369 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
13370 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
13371 +# CONFIG_DEBUG_KOBJECT is not set
13372 +CONFIG_DEBUG_BUGVERBOSE=y
13373 +# CONFIG_DEBUG_INFO is not set
13374 +# CONFIG_DEBUG_VM is not set
13375 +# CONFIG_DEBUG_LIST is not set
13376 +# CONFIG_DEBUG_SG is not set
13377 +# CONFIG_BOOT_PRINTK_DELAY is not set
13378 +# CONFIG_RCU_TORTURE_TEST is not set
13379 +# CONFIG_BACKTRACE_SELF_TEST is not set
13380 +# CONFIG_FAULT_INJECTION is not set
13381 +# CONFIG_SAMPLES is not set
13382 +# CONFIG_DEBUG_STACKOVERFLOW is not set
13383 +# CONFIG_DEBUG_STACK_USAGE is not set
13384 +# CONFIG_DEBUG_PAGEALLOC is not set
13385 +# CONFIG_DEBUGGER is not set
13386 +# CONFIG_VIRQ_DEBUG is not set
13387 +# CONFIG_BDI_SWITCH is not set
13388 +# CONFIG_PPC_EARLY_DEBUG is not set
13389 +
13390 +#
13391 +# Security options
13392 +#
13393 +# CONFIG_KEYS is not set
13394 +# CONFIG_SECURITY is not set
13395 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
13396 +CONFIG_CRYPTO=y
13397 +CONFIG_CRYPTO_ALGAPI=y
13398 +CONFIG_CRYPTO_BLKCIPHER=y
13399 +# CONFIG_CRYPTO_SEQIV is not set
13400 +CONFIG_CRYPTO_MANAGER=y
13401 +# CONFIG_CRYPTO_HMAC is not set
13402 +# CONFIG_CRYPTO_XCBC is not set
13403 +# CONFIG_CRYPTO_NULL is not set
13404 +# CONFIG_CRYPTO_MD4 is not set
13405 +CONFIG_CRYPTO_MD5=y
13406 +# CONFIG_CRYPTO_SHA1 is not set
13407 +# CONFIG_CRYPTO_SHA256 is not set
13408 +# CONFIG_CRYPTO_SHA512 is not set
13409 +# CONFIG_CRYPTO_WP512 is not set
13410 +# CONFIG_CRYPTO_TGR192 is not set
13411 +# CONFIG_CRYPTO_GF128MUL is not set
13412 +CONFIG_CRYPTO_ECB=y
13413 +CONFIG_CRYPTO_CBC=y
13414 +CONFIG_CRYPTO_PCBC=y
13415 +# CONFIG_CRYPTO_LRW is not set
13416 +# CONFIG_CRYPTO_XTS is not set
13417 +# CONFIG_CRYPTO_CTR is not set
13418 +# CONFIG_CRYPTO_GCM is not set
13419 +# CONFIG_CRYPTO_CCM is not set
13420 +# CONFIG_CRYPTO_CRYPTD is not set
13421 +CONFIG_CRYPTO_DES=y
13422 +# CONFIG_CRYPTO_FCRYPT is not set
13423 +# CONFIG_CRYPTO_BLOWFISH is not set
13424 +# CONFIG_CRYPTO_TWOFISH is not set
13425 +# CONFIG_CRYPTO_SERPENT is not set
13426 +# CONFIG_CRYPTO_AES is not set
13427 +# CONFIG_CRYPTO_CAST5 is not set
13428 +# CONFIG_CRYPTO_CAST6 is not set
13429 +# CONFIG_CRYPTO_TEA is not set
13430 +# CONFIG_CRYPTO_ARC4 is not set
13431 +# CONFIG_CRYPTO_KHAZAD is not set
13432 +# CONFIG_CRYPTO_ANUBIS is not set
13433 +# CONFIG_CRYPTO_SEED is not set
13434 +# CONFIG_CRYPTO_SALSA20 is not set
13435 +# CONFIG_CRYPTO_DEFLATE is not set
13436 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
13437 +# CONFIG_CRYPTO_CRC32C is not set
13438 +# CONFIG_CRYPTO_CAMELLIA is not set
13439 +# CONFIG_CRYPTO_TEST is not set
13440 +# CONFIG_CRYPTO_AUTHENC is not set
13441 +# CONFIG_CRYPTO_LZO is not set
13442 +CONFIG_CRYPTO_HW=y
13443 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
13444 +# CONFIG_PPC_CLOCK is not set
13445 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/walnut_defconfig powerpc.git/arch/powerpc/configs/40x/walnut_defconfig
13446 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/walnut_defconfig  1970-01-01 01:00:00.000000000 +0100
13447 +++ powerpc.git/arch/powerpc/configs/40x/walnut_defconfig       2008-04-19 16:40:52.000000000 +0200
13448 @@ -0,0 +1,887 @@
13449 +#
13450 +# Automatically generated make config: don't edit
13451 +# Linux kernel version: 2.6.25-rc2
13452 +# Fri Feb 15 21:54:12 2008
13453 +#
13454 +# CONFIG_PPC64 is not set
13455 +
13456 +#
13457 +# Processor support
13458 +#
13459 +# CONFIG_6xx is not set
13460 +# CONFIG_PPC_85xx is not set
13461 +# CONFIG_PPC_8xx is not set
13462 +CONFIG_40x=y
13463 +# CONFIG_44x is not set
13464 +# CONFIG_E200 is not set
13465 +CONFIG_4xx=y
13466 +# CONFIG_PPC_MM_SLICES is not set
13467 +CONFIG_NOT_COHERENT_CACHE=y
13468 +CONFIG_PPC32=y
13469 +CONFIG_WORD_SIZE=32
13470 +CONFIG_PPC_MERGE=y
13471 +CONFIG_MMU=y
13472 +CONFIG_GENERIC_CMOS_UPDATE=y
13473 +CONFIG_GENERIC_TIME=y
13474 +CONFIG_GENERIC_TIME_VSYSCALL=y
13475 +CONFIG_GENERIC_CLOCKEVENTS=y
13476 +CONFIG_GENERIC_HARDIRQS=y
13477 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
13478 +CONFIG_IRQ_PER_CPU=y
13479 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
13480 +CONFIG_ARCH_HAS_ILOG2_U32=y
13481 +CONFIG_GENERIC_HWEIGHT=y
13482 +CONFIG_GENERIC_CALIBRATE_DELAY=y
13483 +CONFIG_GENERIC_FIND_NEXT_BIT=y
13484 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
13485 +CONFIG_PPC=y
13486 +CONFIG_EARLY_PRINTK=y
13487 +CONFIG_GENERIC_NVRAM=y
13488 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
13489 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
13490 +CONFIG_PPC_OF=y
13491 +CONFIG_OF=y
13492 +CONFIG_PPC_UDBG_16550=y
13493 +# CONFIG_GENERIC_TBSYNC is not set
13494 +CONFIG_AUDIT_ARCH=y
13495 +CONFIG_GENERIC_BUG=y
13496 +# CONFIG_DEFAULT_UIMAGE is not set
13497 +CONFIG_PPC_DCR_NATIVE=y
13498 +# CONFIG_PPC_DCR_MMIO is not set
13499 +CONFIG_PPC_DCR=y
13500 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13501 +
13502 +#
13503 +# General setup
13504 +#
13505 +CONFIG_EXPERIMENTAL=y
13506 +CONFIG_BROKEN_ON_SMP=y
13507 +CONFIG_INIT_ENV_ARG_LIMIT=32
13508 +CONFIG_LOCALVERSION=""
13509 +CONFIG_LOCALVERSION_AUTO=y
13510 +CONFIG_SWAP=y
13511 +CONFIG_SYSVIPC=y
13512 +CONFIG_SYSVIPC_SYSCTL=y
13513 +CONFIG_POSIX_MQUEUE=y
13514 +# CONFIG_BSD_PROCESS_ACCT is not set
13515 +# CONFIG_TASKSTATS is not set
13516 +# CONFIG_AUDIT is not set
13517 +# CONFIG_IKCONFIG is not set
13518 +CONFIG_LOG_BUF_SHIFT=14
13519 +# CONFIG_CGROUPS is not set
13520 +CONFIG_GROUP_SCHED=y
13521 +CONFIG_FAIR_GROUP_SCHED=y
13522 +# CONFIG_RT_GROUP_SCHED is not set
13523 +CONFIG_USER_SCHED=y
13524 +# CONFIG_CGROUP_SCHED is not set
13525 +CONFIG_SYSFS_DEPRECATED=y
13526 +# CONFIG_RELAY is not set
13527 +# CONFIG_NAMESPACES is not set
13528 +CONFIG_BLK_DEV_INITRD=y
13529 +CONFIG_INITRAMFS_SOURCE=""
13530 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
13531 +CONFIG_SYSCTL=y
13532 +CONFIG_EMBEDDED=y
13533 +CONFIG_SYSCTL_SYSCALL=y
13534 +CONFIG_KALLSYMS=y
13535 +CONFIG_KALLSYMS_ALL=y
13536 +CONFIG_KALLSYMS_EXTRA_PASS=y
13537 +CONFIG_HOTPLUG=y
13538 +CONFIG_PRINTK=y
13539 +CONFIG_BUG=y
13540 +CONFIG_ELF_CORE=y
13541 +CONFIG_COMPAT_BRK=y
13542 +CONFIG_BASE_FULL=y
13543 +CONFIG_FUTEX=y
13544 +CONFIG_ANON_INODES=y
13545 +CONFIG_EPOLL=y
13546 +CONFIG_SIGNALFD=y
13547 +CONFIG_TIMERFD=y
13548 +CONFIG_EVENTFD=y
13549 +CONFIG_SHMEM=y
13550 +CONFIG_VM_EVENT_COUNTERS=y
13551 +CONFIG_SLUB_DEBUG=y
13552 +# CONFIG_SLAB is not set
13553 +CONFIG_SLUB=y
13554 +# CONFIG_SLOB is not set
13555 +# CONFIG_PROFILING is not set
13556 +# CONFIG_MARKERS is not set
13557 +CONFIG_HAVE_OPROFILE=y
13558 +# CONFIG_KPROBES is not set
13559 +CONFIG_HAVE_KPROBES=y
13560 +CONFIG_PROC_PAGE_MONITOR=y
13561 +CONFIG_SLABINFO=y
13562 +CONFIG_RT_MUTEXES=y
13563 +# CONFIG_TINY_SHMEM is not set
13564 +CONFIG_BASE_SMALL=0
13565 +CONFIG_MODULES=y
13566 +CONFIG_MODULE_UNLOAD=y
13567 +# CONFIG_MODULE_FORCE_UNLOAD is not set
13568 +# CONFIG_MODVERSIONS is not set
13569 +# CONFIG_MODULE_SRCVERSION_ALL is not set
13570 +CONFIG_KMOD=y
13571 +CONFIG_BLOCK=y
13572 +CONFIG_LBD=y
13573 +# CONFIG_BLK_DEV_IO_TRACE is not set
13574 +# CONFIG_LSF is not set
13575 +# CONFIG_BLK_DEV_BSG is not set
13576 +
13577 +#
13578 +# IO Schedulers
13579 +#
13580 +CONFIG_IOSCHED_NOOP=y
13581 +CONFIG_IOSCHED_AS=y
13582 +CONFIG_IOSCHED_DEADLINE=y
13583 +CONFIG_IOSCHED_CFQ=y
13584 +CONFIG_DEFAULT_AS=y
13585 +# CONFIG_DEFAULT_DEADLINE is not set
13586 +# CONFIG_DEFAULT_CFQ is not set
13587 +# CONFIG_DEFAULT_NOOP is not set
13588 +CONFIG_DEFAULT_IOSCHED="anticipatory"
13589 +CONFIG_CLASSIC_RCU=y
13590 +# CONFIG_PREEMPT_RCU is not set
13591 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
13592 +
13593 +#
13594 +# Platform support
13595 +#
13596 +# CONFIG_PPC_MPC512x is not set
13597 +# CONFIG_PPC_MPC5121 is not set
13598 +# CONFIG_PPC_CELL is not set
13599 +# CONFIG_PPC_CELL_NATIVE is not set
13600 +# CONFIG_PQ2ADS is not set
13601 +# CONFIG_EP405 is not set
13602 +# CONFIG_KILAUEA is not set
13603 +# CONFIG_MAKALU is not set
13604 +CONFIG_WALNUT=y
13605 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
13606 +CONFIG_405GP=y
13607 +CONFIG_IBM405_ERR77=y
13608 +CONFIG_IBM405_ERR51=y
13609 +# CONFIG_IPIC is not set
13610 +# CONFIG_MPIC is not set
13611 +# CONFIG_MPIC_WEIRD is not set
13612 +# CONFIG_PPC_I8259 is not set
13613 +# CONFIG_PPC_RTAS is not set
13614 +# CONFIG_MMIO_NVRAM is not set
13615 +# CONFIG_PPC_MPC106 is not set
13616 +# CONFIG_PPC_970_NAP is not set
13617 +# CONFIG_PPC_INDIRECT_IO is not set
13618 +# CONFIG_GENERIC_IOMAP is not set
13619 +# CONFIG_CPU_FREQ is not set
13620 +# CONFIG_FSL_ULI1575 is not set
13621 +CONFIG_OF_RTC=y
13622 +
13623 +#
13624 +# Kernel options
13625 +#
13626 +# CONFIG_HIGHMEM is not set
13627 +# CONFIG_TICK_ONESHOT is not set
13628 +# CONFIG_NO_HZ is not set
13629 +# CONFIG_HIGH_RES_TIMERS is not set
13630 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
13631 +# CONFIG_HZ_100 is not set
13632 +CONFIG_HZ_250=y
13633 +# CONFIG_HZ_300 is not set
13634 +# CONFIG_HZ_1000 is not set
13635 +CONFIG_HZ=250
13636 +# CONFIG_SCHED_HRTICK is not set
13637 +CONFIG_PREEMPT_NONE=y
13638 +# CONFIG_PREEMPT_VOLUNTARY is not set
13639 +# CONFIG_PREEMPT is not set
13640 +CONFIG_RCU_TRACE=y
13641 +CONFIG_BINFMT_ELF=y
13642 +# CONFIG_BINFMT_MISC is not set
13643 +# CONFIG_MATH_EMULATION is not set
13644 +# CONFIG_IOMMU_HELPER is not set
13645 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
13646 +CONFIG_ARCH_HAS_WALK_MEMORY=y
13647 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
13648 +CONFIG_ARCH_FLATMEM_ENABLE=y
13649 +CONFIG_ARCH_POPULATES_NODE_MAP=y
13650 +CONFIG_SELECT_MEMORY_MODEL=y
13651 +CONFIG_FLATMEM_MANUAL=y
13652 +# CONFIG_DISCONTIGMEM_MANUAL is not set
13653 +# CONFIG_SPARSEMEM_MANUAL is not set
13654 +CONFIG_FLATMEM=y
13655 +CONFIG_FLAT_NODE_MEM_MAP=y
13656 +# CONFIG_SPARSEMEM_STATIC is not set
13657 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
13658 +CONFIG_SPLIT_PTLOCK_CPUS=4
13659 +CONFIG_RESOURCES_64BIT=y
13660 +CONFIG_ZONE_DMA_FLAG=1
13661 +CONFIG_BOUNCE=y
13662 +CONFIG_VIRT_TO_BUS=y
13663 +CONFIG_PROC_DEVICETREE=y
13664 +# CONFIG_CMDLINE_BOOL is not set
13665 +# CONFIG_PM is not set
13666 +CONFIG_SECCOMP=y
13667 +CONFIG_ISA_DMA_API=y
13668 +
13669 +#
13670 +# Bus options
13671 +#
13672 +CONFIG_ZONE_DMA=y
13673 +CONFIG_PPC_INDIRECT_PCI=y
13674 +CONFIG_PCI=y
13675 +CONFIG_PCI_DOMAINS=y
13676 +CONFIG_PCI_SYSCALL=y
13677 +# CONFIG_PCIEPORTBUS is not set
13678 +CONFIG_ARCH_SUPPORTS_MSI=y
13679 +# CONFIG_PCI_MSI is not set
13680 +# CONFIG_PCI_LEGACY is not set
13681 +# CONFIG_PCI_DEBUG is not set
13682 +# CONFIG_PCCARD is not set
13683 +# CONFIG_HOTPLUG_PCI is not set
13684 +
13685 +#
13686 +# Advanced setup
13687 +#
13688 +# CONFIG_ADVANCED_OPTIONS is not set
13689 +
13690 +#
13691 +# Default settings for advanced configuration options are used
13692 +#
13693 +CONFIG_HIGHMEM_START=0xfe000000
13694 +CONFIG_LOWMEM_SIZE=0x30000000
13695 +CONFIG_KERNEL_START=0xc0000000
13696 +CONFIG_TASK_SIZE=0xc0000000
13697 +CONFIG_CONSISTENT_START=0xff100000
13698 +CONFIG_CONSISTENT_SIZE=0x00200000
13699 +CONFIG_BOOT_LOAD=0x00400000
13700 +
13701 +#
13702 +# Networking
13703 +#
13704 +CONFIG_NET=y
13705 +
13706 +#
13707 +# Networking options
13708 +#
13709 +CONFIG_PACKET=y
13710 +# CONFIG_PACKET_MMAP is not set
13711 +CONFIG_UNIX=y
13712 +# CONFIG_NET_KEY is not set
13713 +CONFIG_INET=y
13714 +# CONFIG_IP_MULTICAST is not set
13715 +# CONFIG_IP_ADVANCED_ROUTER is not set
13716 +CONFIG_IP_FIB_HASH=y
13717 +CONFIG_IP_PNP=y
13718 +CONFIG_IP_PNP_DHCP=y
13719 +CONFIG_IP_PNP_BOOTP=y
13720 +# CONFIG_IP_PNP_RARP is not set
13721 +# CONFIG_NET_IPIP is not set
13722 +# CONFIG_NET_IPGRE is not set
13723 +# CONFIG_ARPD is not set
13724 +# CONFIG_SYN_COOKIES is not set
13725 +# CONFIG_INET_AH is not set
13726 +# CONFIG_INET_ESP is not set
13727 +# CONFIG_INET_IPCOMP is not set
13728 +# CONFIG_INET_XFRM_TUNNEL is not set
13729 +# CONFIG_INET_TUNNEL is not set
13730 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
13731 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
13732 +# CONFIG_INET_XFRM_MODE_BEET is not set
13733 +# CONFIG_INET_LRO is not set
13734 +CONFIG_INET_DIAG=y
13735 +CONFIG_INET_TCP_DIAG=y
13736 +# CONFIG_TCP_CONG_ADVANCED is not set
13737 +CONFIG_TCP_CONG_CUBIC=y
13738 +CONFIG_DEFAULT_TCP_CONG="cubic"
13739 +# CONFIG_TCP_MD5SIG is not set
13740 +# CONFIG_IPV6 is not set
13741 +# CONFIG_INET6_XFRM_TUNNEL is not set
13742 +# CONFIG_INET6_TUNNEL is not set
13743 +# CONFIG_NETWORK_SECMARK is not set
13744 +# CONFIG_NETFILTER is not set
13745 +# CONFIG_IP_DCCP is not set
13746 +# CONFIG_IP_SCTP is not set
13747 +# CONFIG_TIPC is not set
13748 +# CONFIG_ATM is not set
13749 +# CONFIG_BRIDGE is not set
13750 +# CONFIG_VLAN_8021Q is not set
13751 +# CONFIG_DECNET is not set
13752 +# CONFIG_LLC2 is not set
13753 +# CONFIG_IPX is not set
13754 +# CONFIG_ATALK is not set
13755 +# CONFIG_X25 is not set
13756 +# CONFIG_LAPB is not set
13757 +# CONFIG_ECONET is not set
13758 +# CONFIG_WAN_ROUTER is not set
13759 +# CONFIG_NET_SCHED is not set
13760 +
13761 +#
13762 +# Network testing
13763 +#
13764 +# CONFIG_NET_PKTGEN is not set
13765 +# CONFIG_HAMRADIO is not set
13766 +# CONFIG_CAN is not set
13767 +# CONFIG_IRDA is not set
13768 +# CONFIG_BT is not set
13769 +# CONFIG_AF_RXRPC is not set
13770 +
13771 +#
13772 +# Wireless
13773 +#
13774 +# CONFIG_CFG80211 is not set
13775 +# CONFIG_WIRELESS_EXT is not set
13776 +# CONFIG_MAC80211 is not set
13777 +# CONFIG_IEEE80211 is not set
13778 +# CONFIG_RFKILL is not set
13779 +# CONFIG_NET_9P is not set
13780 +
13781 +#
13782 +# Device Drivers
13783 +#
13784 +
13785 +#
13786 +# Generic Driver Options
13787 +#
13788 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
13789 +CONFIG_STANDALONE=y
13790 +CONFIG_PREVENT_FIRMWARE_BUILD=y
13791 +CONFIG_FW_LOADER=y
13792 +# CONFIG_DEBUG_DRIVER is not set
13793 +# CONFIG_DEBUG_DEVRES is not set
13794 +# CONFIG_SYS_HYPERVISOR is not set
13795 +CONFIG_CONNECTOR=y
13796 +CONFIG_PROC_EVENTS=y
13797 +CONFIG_MTD=y
13798 +# CONFIG_MTD_DEBUG is not set
13799 +# CONFIG_MTD_CONCAT is not set
13800 +CONFIG_MTD_PARTITIONS=y
13801 +# CONFIG_MTD_REDBOOT_PARTS is not set
13802 +CONFIG_MTD_CMDLINE_PARTS=y
13803 +CONFIG_MTD_OF_PARTS=y
13804 +
13805 +#
13806 +# User Modules And Translation Layers
13807 +#
13808 +CONFIG_MTD_CHAR=y
13809 +CONFIG_MTD_BLKDEVS=m
13810 +CONFIG_MTD_BLOCK=m
13811 +# CONFIG_MTD_BLOCK_RO is not set
13812 +# CONFIG_FTL is not set
13813 +# CONFIG_NFTL is not set
13814 +# CONFIG_INFTL is not set
13815 +# CONFIG_RFD_FTL is not set
13816 +# CONFIG_SSFDC is not set
13817 +# CONFIG_MTD_OOPS is not set
13818 +
13819 +#
13820 +# RAM/ROM/Flash chip drivers
13821 +#
13822 +CONFIG_MTD_CFI=y
13823 +CONFIG_MTD_JEDECPROBE=y
13824 +CONFIG_MTD_GEN_PROBE=y
13825 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
13826 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
13827 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
13828 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
13829 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
13830 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
13831 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
13832 +CONFIG_MTD_CFI_I1=y
13833 +CONFIG_MTD_CFI_I2=y
13834 +# CONFIG_MTD_CFI_I4 is not set
13835 +# CONFIG_MTD_CFI_I8 is not set
13836 +# CONFIG_MTD_CFI_INTELEXT is not set
13837 +CONFIG_MTD_CFI_AMDSTD=y
13838 +# CONFIG_MTD_CFI_STAA is not set
13839 +CONFIG_MTD_CFI_UTIL=y
13840 +# CONFIG_MTD_RAM is not set
13841 +# CONFIG_MTD_ROM is not set
13842 +# CONFIG_MTD_ABSENT is not set
13843 +
13844 +#
13845 +# Mapping drivers for chip access
13846 +#
13847 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
13848 +# CONFIG_MTD_PHYSMAP is not set
13849 +CONFIG_MTD_PHYSMAP_OF=y
13850 +# CONFIG_MTD_INTEL_VR_NOR is not set
13851 +# CONFIG_MTD_PLATRAM is not set
13852 +
13853 +#
13854 +# Self-contained MTD device drivers
13855 +#
13856 +# CONFIG_MTD_PMC551 is not set
13857 +# CONFIG_MTD_SLRAM is not set
13858 +# CONFIG_MTD_PHRAM is not set
13859 +# CONFIG_MTD_MTDRAM is not set
13860 +# CONFIG_MTD_BLOCK2MTD is not set
13861 +
13862 +#
13863 +# Disk-On-Chip Device Drivers
13864 +#
13865 +# CONFIG_MTD_DOC2000 is not set
13866 +# CONFIG_MTD_DOC2001 is not set
13867 +# CONFIG_MTD_DOC2001PLUS is not set
13868 +# CONFIG_MTD_NAND is not set
13869 +# CONFIG_MTD_ONENAND is not set
13870 +
13871 +#
13872 +# UBI - Unsorted block images
13873 +#
13874 +# CONFIG_MTD_UBI is not set
13875 +CONFIG_OF_DEVICE=y
13876 +# CONFIG_PARPORT is not set
13877 +CONFIG_BLK_DEV=y
13878 +# CONFIG_BLK_DEV_FD is not set
13879 +# CONFIG_BLK_CPQ_DA is not set
13880 +# CONFIG_BLK_CPQ_CISS_DA is not set
13881 +# CONFIG_BLK_DEV_DAC960 is not set
13882 +# CONFIG_BLK_DEV_UMEM is not set
13883 +# CONFIG_BLK_DEV_COW_COMMON is not set
13884 +# CONFIG_BLK_DEV_LOOP is not set
13885 +# CONFIG_BLK_DEV_NBD is not set
13886 +# CONFIG_BLK_DEV_SX8 is not set
13887 +CONFIG_BLK_DEV_RAM=y
13888 +CONFIG_BLK_DEV_RAM_COUNT=16
13889 +CONFIG_BLK_DEV_RAM_SIZE=35000
13890 +# CONFIG_BLK_DEV_XIP is not set
13891 +# CONFIG_CDROM_PKTCDVD is not set
13892 +# CONFIG_ATA_OVER_ETH is not set
13893 +# CONFIG_XILINX_SYSACE is not set
13894 +CONFIG_MISC_DEVICES=y
13895 +# CONFIG_PHANTOM is not set
13896 +# CONFIG_EEPROM_93CX6 is not set
13897 +# CONFIG_SGI_IOC4 is not set
13898 +# CONFIG_TIFM_CORE is not set
13899 +# CONFIG_ENCLOSURE_SERVICES is not set
13900 +CONFIG_HAVE_IDE=y
13901 +# CONFIG_IDE is not set
13902 +
13903 +#
13904 +# SCSI device support
13905 +#
13906 +# CONFIG_RAID_ATTRS is not set
13907 +# CONFIG_SCSI is not set
13908 +# CONFIG_SCSI_DMA is not set
13909 +# CONFIG_SCSI_NETLINK is not set
13910 +# CONFIG_ATA is not set
13911 +# CONFIG_MD is not set
13912 +# CONFIG_FUSION is not set
13913 +
13914 +#
13915 +# IEEE 1394 (FireWire) support
13916 +#
13917 +# CONFIG_FIREWIRE is not set
13918 +# CONFIG_IEEE1394 is not set
13919 +# CONFIG_I2O is not set
13920 +# CONFIG_MACINTOSH_DRIVERS is not set
13921 +CONFIG_NETDEVICES=y
13922 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
13923 +# CONFIG_DUMMY is not set
13924 +# CONFIG_BONDING is not set
13925 +# CONFIG_MACVLAN is not set
13926 +# CONFIG_EQUALIZER is not set
13927 +# CONFIG_TUN is not set
13928 +# CONFIG_VETH is not set
13929 +# CONFIG_ARCNET is not set
13930 +# CONFIG_PHYLIB is not set
13931 +CONFIG_NET_ETHERNET=y
13932 +# CONFIG_MII is not set
13933 +# CONFIG_HAPPYMEAL is not set
13934 +# CONFIG_SUNGEM is not set
13935 +# CONFIG_CASSINI is not set
13936 +# CONFIG_NET_VENDOR_3COM is not set
13937 +# CONFIG_NET_TULIP is not set
13938 +# CONFIG_HP100 is not set
13939 +CONFIG_IBM_NEW_EMAC=y
13940 +CONFIG_IBM_NEW_EMAC_RXB=128
13941 +CONFIG_IBM_NEW_EMAC_TXB=64
13942 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
13943 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
13944 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
13945 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
13946 +CONFIG_IBM_NEW_EMAC_ZMII=y
13947 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
13948 +# CONFIG_IBM_NEW_EMAC_TAH is not set
13949 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
13950 +# CONFIG_NET_PCI is not set
13951 +# CONFIG_B44 is not set
13952 +CONFIG_NETDEV_1000=y
13953 +# CONFIG_ACENIC is not set
13954 +# CONFIG_DL2K is not set
13955 +# CONFIG_E1000 is not set
13956 +# CONFIG_E1000E is not set
13957 +# CONFIG_E1000E_ENABLED is not set
13958 +# CONFIG_IP1000 is not set
13959 +# CONFIG_IGB is not set
13960 +# CONFIG_NS83820 is not set
13961 +# CONFIG_HAMACHI is not set
13962 +# CONFIG_YELLOWFIN is not set
13963 +# CONFIG_R8169 is not set
13964 +# CONFIG_SIS190 is not set
13965 +# CONFIG_SKGE is not set
13966 +# CONFIG_SKY2 is not set
13967 +# CONFIG_SK98LIN is not set
13968 +# CONFIG_VIA_VELOCITY is not set
13969 +# CONFIG_TIGON3 is not set
13970 +# CONFIG_BNX2 is not set
13971 +# CONFIG_QLA3XXX is not set
13972 +# CONFIG_ATL1 is not set
13973 +CONFIG_NETDEV_10000=y
13974 +# CONFIG_CHELSIO_T1 is not set
13975 +# CONFIG_CHELSIO_T3 is not set
13976 +# CONFIG_IXGBE is not set
13977 +# CONFIG_IXGB is not set
13978 +# CONFIG_S2IO is not set
13979 +# CONFIG_MYRI10GE is not set
13980 +# CONFIG_NETXEN_NIC is not set
13981 +# CONFIG_NIU is not set
13982 +# CONFIG_MLX4_CORE is not set
13983 +# CONFIG_TEHUTI is not set
13984 +# CONFIG_BNX2X is not set
13985 +# CONFIG_TR is not set
13986 +
13987 +#
13988 +# Wireless LAN
13989 +#
13990 +# CONFIG_WLAN_PRE80211 is not set
13991 +# CONFIG_WLAN_80211 is not set
13992 +# CONFIG_WAN is not set
13993 +# CONFIG_FDDI is not set
13994 +# CONFIG_HIPPI is not set
13995 +# CONFIG_PPP is not set
13996 +# CONFIG_SLIP is not set
13997 +# CONFIG_NETCONSOLE is not set
13998 +# CONFIG_NETPOLL is not set
13999 +# CONFIG_NET_POLL_CONTROLLER is not set
14000 +# CONFIG_ISDN is not set
14001 +# CONFIG_PHONE is not set
14002 +
14003 +#
14004 +# Input device support
14005 +#
14006 +# CONFIG_INPUT is not set
14007 +
14008 +#
14009 +# Hardware I/O ports
14010 +#
14011 +# CONFIG_SERIO is not set
14012 +# CONFIG_GAMEPORT is not set
14013 +
14014 +#
14015 +# Character devices
14016 +#
14017 +# CONFIG_VT is not set
14018 +# CONFIG_SERIAL_NONSTANDARD is not set
14019 +# CONFIG_NOZOMI is not set
14020 +
14021 +#
14022 +# Serial drivers
14023 +#
14024 +CONFIG_SERIAL_8250=y
14025 +CONFIG_SERIAL_8250_CONSOLE=y
14026 +CONFIG_SERIAL_8250_PCI=y
14027 +CONFIG_SERIAL_8250_NR_UARTS=4
14028 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
14029 +CONFIG_SERIAL_8250_EXTENDED=y
14030 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
14031 +CONFIG_SERIAL_8250_SHARE_IRQ=y
14032 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
14033 +# CONFIG_SERIAL_8250_RSA is not set
14034 +
14035 +#
14036 +# Non-8250 serial port support
14037 +#
14038 +# CONFIG_SERIAL_UARTLITE is not set
14039 +CONFIG_SERIAL_CORE=y
14040 +CONFIG_SERIAL_CORE_CONSOLE=y
14041 +# CONFIG_SERIAL_JSM is not set
14042 +CONFIG_SERIAL_OF_PLATFORM=y
14043 +CONFIG_UNIX98_PTYS=y
14044 +CONFIG_LEGACY_PTYS=y
14045 +CONFIG_LEGACY_PTY_COUNT=256
14046 +# CONFIG_IPMI_HANDLER is not set
14047 +# CONFIG_HW_RANDOM is not set
14048 +# CONFIG_NVRAM is not set
14049 +# CONFIG_GEN_RTC is not set
14050 +# CONFIG_R3964 is not set
14051 +# CONFIG_APPLICOM is not set
14052 +# CONFIG_RAW_DRIVER is not set
14053 +# CONFIG_TCG_TPM is not set
14054 +CONFIG_DEVPORT=y
14055 +# CONFIG_I2C is not set
14056 +
14057 +#
14058 +# SPI support
14059 +#
14060 +# CONFIG_SPI is not set
14061 +# CONFIG_SPI_MASTER is not set
14062 +# CONFIG_W1 is not set
14063 +# CONFIG_POWER_SUPPLY is not set
14064 +# CONFIG_HWMON is not set
14065 +CONFIG_THERMAL=y
14066 +# CONFIG_WATCHDOG is not set
14067 +
14068 +#
14069 +# Sonics Silicon Backplane
14070 +#
14071 +CONFIG_SSB_POSSIBLE=y
14072 +# CONFIG_SSB is not set
14073 +
14074 +#
14075 +# Multifunction device drivers
14076 +#
14077 +# CONFIG_MFD_SM501 is not set
14078 +
14079 +#
14080 +# Multimedia devices
14081 +#
14082 +# CONFIG_VIDEO_DEV is not set
14083 +# CONFIG_DVB_CORE is not set
14084 +# CONFIG_DAB is not set
14085 +
14086 +#
14087 +# Graphics support
14088 +#
14089 +# CONFIG_AGP is not set
14090 +# CONFIG_DRM is not set
14091 +# CONFIG_VGASTATE is not set
14092 +CONFIG_VIDEO_OUTPUT_CONTROL=m
14093 +# CONFIG_FB is not set
14094 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
14095 +
14096 +#
14097 +# Display device support
14098 +#
14099 +# CONFIG_DISPLAY_SUPPORT is not set
14100 +
14101 +#
14102 +# Sound
14103 +#
14104 +# CONFIG_SOUND is not set
14105 +CONFIG_USB_SUPPORT=y
14106 +CONFIG_USB_ARCH_HAS_HCD=y
14107 +CONFIG_USB_ARCH_HAS_OHCI=y
14108 +CONFIG_USB_ARCH_HAS_EHCI=y
14109 +# CONFIG_USB is not set
14110 +
14111 +#
14112 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
14113 +#
14114 +# CONFIG_USB_GADGET is not set
14115 +# CONFIG_MMC is not set
14116 +# CONFIG_MEMSTICK is not set
14117 +# CONFIG_NEW_LEDS is not set
14118 +# CONFIG_INFINIBAND is not set
14119 +# CONFIG_EDAC is not set
14120 +# CONFIG_RTC_CLASS is not set
14121 +
14122 +#
14123 +# Userspace I/O
14124 +#
14125 +# CONFIG_UIO is not set
14126 +
14127 +#
14128 +# File systems
14129 +#
14130 +CONFIG_EXT2_FS=y
14131 +# CONFIG_EXT2_FS_XATTR is not set
14132 +# CONFIG_EXT2_FS_XIP is not set
14133 +# CONFIG_EXT3_FS is not set
14134 +# CONFIG_EXT4DEV_FS is not set
14135 +# CONFIG_REISERFS_FS is not set
14136 +# CONFIG_JFS_FS is not set
14137 +# CONFIG_FS_POSIX_ACL is not set
14138 +# CONFIG_XFS_FS is not set
14139 +# CONFIG_GFS2_FS is not set
14140 +# CONFIG_OCFS2_FS is not set
14141 +CONFIG_DNOTIFY=y
14142 +CONFIG_INOTIFY=y
14143 +CONFIG_INOTIFY_USER=y
14144 +# CONFIG_QUOTA is not set
14145 +# CONFIG_AUTOFS_FS is not set
14146 +# CONFIG_AUTOFS4_FS is not set
14147 +# CONFIG_FUSE_FS is not set
14148 +
14149 +#
14150 +# CD-ROM/DVD Filesystems
14151 +#
14152 +# CONFIG_ISO9660_FS is not set
14153 +# CONFIG_UDF_FS is not set
14154 +
14155 +#
14156 +# DOS/FAT/NT Filesystems
14157 +#
14158 +# CONFIG_MSDOS_FS is not set
14159 +# CONFIG_VFAT_FS is not set
14160 +# CONFIG_NTFS_FS is not set
14161 +
14162 +#
14163 +# Pseudo filesystems
14164 +#
14165 +CONFIG_PROC_FS=y
14166 +CONFIG_PROC_KCORE=y
14167 +CONFIG_PROC_SYSCTL=y
14168 +CONFIG_SYSFS=y
14169 +CONFIG_TMPFS=y
14170 +# CONFIG_TMPFS_POSIX_ACL is not set
14171 +# CONFIG_HUGETLB_PAGE is not set
14172 +# CONFIG_CONFIGFS_FS is not set
14173 +
14174 +#
14175 +# Miscellaneous filesystems
14176 +#
14177 +# CONFIG_ADFS_FS is not set
14178 +# CONFIG_AFFS_FS is not set
14179 +# CONFIG_HFS_FS is not set
14180 +# CONFIG_HFSPLUS_FS is not set
14181 +# CONFIG_BEFS_FS is not set
14182 +# CONFIG_BFS_FS is not set
14183 +# CONFIG_EFS_FS is not set
14184 +# CONFIG_JFFS2_FS is not set
14185 +CONFIG_CRAMFS=y
14186 +# CONFIG_VXFS_FS is not set
14187 +# CONFIG_MINIX_FS is not set
14188 +# CONFIG_HPFS_FS is not set
14189 +# CONFIG_QNX4FS_FS is not set
14190 +# CONFIG_ROMFS_FS is not set
14191 +# CONFIG_SYSV_FS is not set
14192 +# CONFIG_UFS_FS is not set
14193 +CONFIG_NETWORK_FILESYSTEMS=y
14194 +CONFIG_NFS_FS=y
14195 +CONFIG_NFS_V3=y
14196 +# CONFIG_NFS_V3_ACL is not set
14197 +# CONFIG_NFS_V4 is not set
14198 +# CONFIG_NFS_DIRECTIO is not set
14199 +# CONFIG_NFSD is not set
14200 +CONFIG_ROOT_NFS=y
14201 +CONFIG_LOCKD=y
14202 +CONFIG_LOCKD_V4=y
14203 +CONFIG_NFS_COMMON=y
14204 +CONFIG_SUNRPC=y
14205 +# CONFIG_SUNRPC_BIND34 is not set
14206 +# CONFIG_RPCSEC_GSS_KRB5 is not set
14207 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
14208 +# CONFIG_SMB_FS is not set
14209 +# CONFIG_CIFS is not set
14210 +# CONFIG_NCP_FS is not set
14211 +# CONFIG_CODA_FS is not set
14212 +# CONFIG_AFS_FS is not set
14213 +
14214 +#
14215 +# Partition Types
14216 +#
14217 +# CONFIG_PARTITION_ADVANCED is not set
14218 +CONFIG_MSDOS_PARTITION=y
14219 +# CONFIG_NLS is not set
14220 +# CONFIG_DLM is not set
14221 +
14222 +#
14223 +# Library routines
14224 +#
14225 +CONFIG_BITREVERSE=y
14226 +# CONFIG_CRC_CCITT is not set
14227 +# CONFIG_CRC16 is not set
14228 +# CONFIG_CRC_ITU_T is not set
14229 +CONFIG_CRC32=y
14230 +# CONFIG_CRC7 is not set
14231 +# CONFIG_LIBCRC32C is not set
14232 +CONFIG_ZLIB_INFLATE=y
14233 +CONFIG_PLIST=y
14234 +CONFIG_HAS_IOMEM=y
14235 +CONFIG_HAS_IOPORT=y
14236 +CONFIG_HAS_DMA=y
14237 +
14238 +#
14239 +# Kernel hacking
14240 +#
14241 +# CONFIG_PRINTK_TIME is not set
14242 +CONFIG_ENABLE_WARN_DEPRECATED=y
14243 +CONFIG_ENABLE_MUST_CHECK=y
14244 +CONFIG_MAGIC_SYSRQ=y
14245 +# CONFIG_UNUSED_SYMBOLS is not set
14246 +CONFIG_DEBUG_FS=y
14247 +# CONFIG_HEADERS_CHECK is not set
14248 +CONFIG_DEBUG_KERNEL=y
14249 +# CONFIG_DEBUG_SHIRQ is not set
14250 +CONFIG_DETECT_SOFTLOCKUP=y
14251 +CONFIG_SCHED_DEBUG=y
14252 +# CONFIG_SCHEDSTATS is not set
14253 +# CONFIG_TIMER_STATS is not set
14254 +# CONFIG_SLUB_DEBUG_ON is not set
14255 +# CONFIG_SLUB_STATS is not set
14256 +# CONFIG_DEBUG_RT_MUTEXES is not set
14257 +# CONFIG_RT_MUTEX_TESTER is not set
14258 +# CONFIG_DEBUG_SPINLOCK is not set
14259 +# CONFIG_DEBUG_MUTEXES is not set
14260 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
14261 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
14262 +# CONFIG_DEBUG_KOBJECT is not set
14263 +CONFIG_DEBUG_BUGVERBOSE=y
14264 +# CONFIG_DEBUG_INFO is not set
14265 +# CONFIG_DEBUG_VM is not set
14266 +# CONFIG_DEBUG_LIST is not set
14267 +# CONFIG_DEBUG_SG is not set
14268 +# CONFIG_BOOT_PRINTK_DELAY is not set
14269 +# CONFIG_RCU_TORTURE_TEST is not set
14270 +# CONFIG_BACKTRACE_SELF_TEST is not set
14271 +# CONFIG_FAULT_INJECTION is not set
14272 +# CONFIG_SAMPLES is not set
14273 +# CONFIG_DEBUG_STACKOVERFLOW is not set
14274 +# CONFIG_DEBUG_STACK_USAGE is not set
14275 +# CONFIG_DEBUG_PAGEALLOC is not set
14276 +# CONFIG_DEBUGGER is not set
14277 +# CONFIG_VIRQ_DEBUG is not set
14278 +# CONFIG_BDI_SWITCH is not set
14279 +# CONFIG_PPC_EARLY_DEBUG is not set
14280 +
14281 +#
14282 +# Security options
14283 +#
14284 +# CONFIG_KEYS is not set
14285 +# CONFIG_SECURITY is not set
14286 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
14287 +CONFIG_CRYPTO=y
14288 +CONFIG_CRYPTO_ALGAPI=y
14289 +CONFIG_CRYPTO_BLKCIPHER=y
14290 +# CONFIG_CRYPTO_SEQIV is not set
14291 +CONFIG_CRYPTO_MANAGER=y
14292 +# CONFIG_CRYPTO_HMAC is not set
14293 +# CONFIG_CRYPTO_XCBC is not set
14294 +# CONFIG_CRYPTO_NULL is not set
14295 +# CONFIG_CRYPTO_MD4 is not set
14296 +CONFIG_CRYPTO_MD5=y
14297 +# CONFIG_CRYPTO_SHA1 is not set
14298 +# CONFIG_CRYPTO_SHA256 is not set
14299 +# CONFIG_CRYPTO_SHA512 is not set
14300 +# CONFIG_CRYPTO_WP512 is not set
14301 +# CONFIG_CRYPTO_TGR192 is not set
14302 +# CONFIG_CRYPTO_GF128MUL is not set
14303 +CONFIG_CRYPTO_ECB=y
14304 +CONFIG_CRYPTO_CBC=y
14305 +CONFIG_CRYPTO_PCBC=y
14306 +# CONFIG_CRYPTO_LRW is not set
14307 +# CONFIG_CRYPTO_XTS is not set
14308 +# CONFIG_CRYPTO_CTR is not set
14309 +# CONFIG_CRYPTO_GCM is not set
14310 +# CONFIG_CRYPTO_CCM is not set
14311 +# CONFIG_CRYPTO_CRYPTD is not set
14312 +CONFIG_CRYPTO_DES=y
14313 +# CONFIG_CRYPTO_FCRYPT is not set
14314 +# CONFIG_CRYPTO_BLOWFISH is not set
14315 +# CONFIG_CRYPTO_TWOFISH is not set
14316 +# CONFIG_CRYPTO_SERPENT is not set
14317 +# CONFIG_CRYPTO_AES is not set
14318 +# CONFIG_CRYPTO_CAST5 is not set
14319 +# CONFIG_CRYPTO_CAST6 is not set
14320 +# CONFIG_CRYPTO_TEA is not set
14321 +# CONFIG_CRYPTO_ARC4 is not set
14322 +# CONFIG_CRYPTO_KHAZAD is not set
14323 +# CONFIG_CRYPTO_ANUBIS is not set
14324 +# CONFIG_CRYPTO_SEED is not set
14325 +# CONFIG_CRYPTO_SALSA20 is not set
14326 +# CONFIG_CRYPTO_DEFLATE is not set
14327 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
14328 +# CONFIG_CRYPTO_CRC32C is not set
14329 +# CONFIG_CRYPTO_CAMELLIA is not set
14330 +# CONFIG_CRYPTO_TEST is not set
14331 +# CONFIG_CRYPTO_AUTHENC is not set
14332 +# CONFIG_CRYPTO_LZO is not set
14333 +CONFIG_CRYPTO_HW=y
14334 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
14335 +# CONFIG_PPC_CLOCK is not set
14336 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/bamboo_defconfig powerpc.git/arch/powerpc/configs/44x/bamboo_defconfig
14337 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/bamboo_defconfig  1970-01-01 01:00:00.000000000 +0100
14338 +++ powerpc.git/arch/powerpc/configs/44x/bamboo_defconfig       2008-04-19 16:40:52.000000000 +0200
14339 @@ -0,0 +1,815 @@
14340 +#
14341 +# Automatically generated make config: don't edit
14342 +# Linux kernel version: 2.6.25-rc2
14343 +# Fri Feb 15 21:36:39 2008
14344 +#
14345 +# CONFIG_PPC64 is not set
14346 +
14347 +#
14348 +# Processor support
14349 +#
14350 +# CONFIG_6xx is not set
14351 +# CONFIG_PPC_85xx is not set
14352 +# CONFIG_PPC_8xx is not set
14353 +# CONFIG_40x is not set
14354 +CONFIG_44x=y
14355 +# CONFIG_E200 is not set
14356 +CONFIG_PPC_FPU=y
14357 +CONFIG_4xx=y
14358 +CONFIG_BOOKE=y
14359 +CONFIG_PTE_64BIT=y
14360 +CONFIG_PHYS_64BIT=y
14361 +# CONFIG_PPC_MM_SLICES is not set
14362 +CONFIG_NOT_COHERENT_CACHE=y
14363 +CONFIG_PPC32=y
14364 +CONFIG_WORD_SIZE=32
14365 +CONFIG_PPC_MERGE=y
14366 +CONFIG_MMU=y
14367 +CONFIG_GENERIC_CMOS_UPDATE=y
14368 +CONFIG_GENERIC_TIME=y
14369 +CONFIG_GENERIC_TIME_VSYSCALL=y
14370 +CONFIG_GENERIC_CLOCKEVENTS=y
14371 +CONFIG_GENERIC_HARDIRQS=y
14372 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
14373 +CONFIG_IRQ_PER_CPU=y
14374 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
14375 +CONFIG_ARCH_HAS_ILOG2_U32=y
14376 +CONFIG_GENERIC_HWEIGHT=y
14377 +CONFIG_GENERIC_CALIBRATE_DELAY=y
14378 +CONFIG_GENERIC_FIND_NEXT_BIT=y
14379 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
14380 +CONFIG_PPC=y
14381 +CONFIG_EARLY_PRINTK=y
14382 +CONFIG_GENERIC_NVRAM=y
14383 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
14384 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
14385 +CONFIG_PPC_OF=y
14386 +CONFIG_OF=y
14387 +CONFIG_PPC_UDBG_16550=y
14388 +# CONFIG_GENERIC_TBSYNC is not set
14389 +CONFIG_AUDIT_ARCH=y
14390 +CONFIG_GENERIC_BUG=y
14391 +# CONFIG_DEFAULT_UIMAGE is not set
14392 +CONFIG_PPC_DCR_NATIVE=y
14393 +# CONFIG_PPC_DCR_MMIO is not set
14394 +CONFIG_PPC_DCR=y
14395 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
14396 +
14397 +#
14398 +# General setup
14399 +#
14400 +CONFIG_EXPERIMENTAL=y
14401 +CONFIG_BROKEN_ON_SMP=y
14402 +CONFIG_INIT_ENV_ARG_LIMIT=32
14403 +CONFIG_LOCALVERSION=""
14404 +CONFIG_LOCALVERSION_AUTO=y
14405 +CONFIG_SWAP=y
14406 +CONFIG_SYSVIPC=y
14407 +CONFIG_SYSVIPC_SYSCTL=y
14408 +CONFIG_POSIX_MQUEUE=y
14409 +# CONFIG_BSD_PROCESS_ACCT is not set
14410 +# CONFIG_TASKSTATS is not set
14411 +# CONFIG_AUDIT is not set
14412 +# CONFIG_IKCONFIG is not set
14413 +CONFIG_LOG_BUF_SHIFT=14
14414 +# CONFIG_CGROUPS is not set
14415 +CONFIG_GROUP_SCHED=y
14416 +CONFIG_FAIR_GROUP_SCHED=y
14417 +# CONFIG_RT_GROUP_SCHED is not set
14418 +CONFIG_USER_SCHED=y
14419 +# CONFIG_CGROUP_SCHED is not set
14420 +CONFIG_SYSFS_DEPRECATED=y
14421 +# CONFIG_RELAY is not set
14422 +# CONFIG_NAMESPACES is not set
14423 +CONFIG_BLK_DEV_INITRD=y
14424 +CONFIG_INITRAMFS_SOURCE=""
14425 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
14426 +CONFIG_SYSCTL=y
14427 +CONFIG_EMBEDDED=y
14428 +CONFIG_SYSCTL_SYSCALL=y
14429 +CONFIG_KALLSYMS=y
14430 +# CONFIG_KALLSYMS_ALL is not set
14431 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
14432 +CONFIG_HOTPLUG=y
14433 +CONFIG_PRINTK=y
14434 +CONFIG_BUG=y
14435 +CONFIG_ELF_CORE=y
14436 +CONFIG_COMPAT_BRK=y
14437 +CONFIG_BASE_FULL=y
14438 +CONFIG_FUTEX=y
14439 +CONFIG_ANON_INODES=y
14440 +CONFIG_EPOLL=y
14441 +CONFIG_SIGNALFD=y
14442 +CONFIG_TIMERFD=y
14443 +CONFIG_EVENTFD=y
14444 +CONFIG_SHMEM=y
14445 +CONFIG_VM_EVENT_COUNTERS=y
14446 +CONFIG_SLUB_DEBUG=y
14447 +# CONFIG_SLAB is not set
14448 +CONFIG_SLUB=y
14449 +# CONFIG_SLOB is not set
14450 +# CONFIG_PROFILING is not set
14451 +# CONFIG_MARKERS is not set
14452 +CONFIG_HAVE_OPROFILE=y
14453 +# CONFIG_KPROBES is not set
14454 +CONFIG_HAVE_KPROBES=y
14455 +CONFIG_PROC_PAGE_MONITOR=y
14456 +CONFIG_SLABINFO=y
14457 +CONFIG_RT_MUTEXES=y
14458 +# CONFIG_TINY_SHMEM is not set
14459 +CONFIG_BASE_SMALL=0
14460 +CONFIG_MODULES=y
14461 +CONFIG_MODULE_UNLOAD=y
14462 +# CONFIG_MODULE_FORCE_UNLOAD is not set
14463 +# CONFIG_MODVERSIONS is not set
14464 +# CONFIG_MODULE_SRCVERSION_ALL is not set
14465 +CONFIG_KMOD=y
14466 +CONFIG_BLOCK=y
14467 +CONFIG_LBD=y
14468 +# CONFIG_BLK_DEV_IO_TRACE is not set
14469 +# CONFIG_LSF is not set
14470 +# CONFIG_BLK_DEV_BSG is not set
14471 +
14472 +#
14473 +# IO Schedulers
14474 +#
14475 +CONFIG_IOSCHED_NOOP=y
14476 +CONFIG_IOSCHED_AS=y
14477 +CONFIG_IOSCHED_DEADLINE=y
14478 +CONFIG_IOSCHED_CFQ=y
14479 +CONFIG_DEFAULT_AS=y
14480 +# CONFIG_DEFAULT_DEADLINE is not set
14481 +# CONFIG_DEFAULT_CFQ is not set
14482 +# CONFIG_DEFAULT_NOOP is not set
14483 +CONFIG_DEFAULT_IOSCHED="anticipatory"
14484 +CONFIG_CLASSIC_RCU=y
14485 +# CONFIG_PREEMPT_RCU is not set
14486 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
14487 +
14488 +#
14489 +# Platform support
14490 +#
14491 +# CONFIG_PPC_MPC512x is not set
14492 +# CONFIG_PPC_MPC5121 is not set
14493 +# CONFIG_PPC_CELL is not set
14494 +# CONFIG_PPC_CELL_NATIVE is not set
14495 +# CONFIG_PQ2ADS is not set
14496 +CONFIG_BAMBOO=y
14497 +# CONFIG_EBONY is not set
14498 +# CONFIG_SEQUOIA is not set
14499 +# CONFIG_TAISHAN is not set
14500 +# CONFIG_KATMAI is not set
14501 +# CONFIG_RAINIER is not set
14502 +# CONFIG_WARP is not set
14503 +CONFIG_440EP=y
14504 +CONFIG_IBM440EP_ERR42=y
14505 +# CONFIG_IPIC is not set
14506 +# CONFIG_MPIC is not set
14507 +# CONFIG_MPIC_WEIRD is not set
14508 +# CONFIG_PPC_I8259 is not set
14509 +# CONFIG_PPC_RTAS is not set
14510 +# CONFIG_MMIO_NVRAM is not set
14511 +# CONFIG_PPC_MPC106 is not set
14512 +# CONFIG_PPC_970_NAP is not set
14513 +# CONFIG_PPC_INDIRECT_IO is not set
14514 +# CONFIG_GENERIC_IOMAP is not set
14515 +# CONFIG_CPU_FREQ is not set
14516 +# CONFIG_FSL_ULI1575 is not set
14517 +
14518 +#
14519 +# Kernel options
14520 +#
14521 +# CONFIG_HIGHMEM is not set
14522 +# CONFIG_TICK_ONESHOT is not set
14523 +# CONFIG_NO_HZ is not set
14524 +# CONFIG_HIGH_RES_TIMERS is not set
14525 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
14526 +# CONFIG_HZ_100 is not set
14527 +CONFIG_HZ_250=y
14528 +# CONFIG_HZ_300 is not set
14529 +# CONFIG_HZ_1000 is not set
14530 +CONFIG_HZ=250
14531 +# CONFIG_SCHED_HRTICK is not set
14532 +CONFIG_PREEMPT_NONE=y
14533 +# CONFIG_PREEMPT_VOLUNTARY is not set
14534 +# CONFIG_PREEMPT is not set
14535 +CONFIG_RCU_TRACE=y
14536 +CONFIG_BINFMT_ELF=y
14537 +# CONFIG_BINFMT_MISC is not set
14538 +# CONFIG_MATH_EMULATION is not set
14539 +# CONFIG_IOMMU_HELPER is not set
14540 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
14541 +CONFIG_ARCH_HAS_WALK_MEMORY=y
14542 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
14543 +CONFIG_ARCH_FLATMEM_ENABLE=y
14544 +CONFIG_ARCH_POPULATES_NODE_MAP=y
14545 +CONFIG_SELECT_MEMORY_MODEL=y
14546 +CONFIG_FLATMEM_MANUAL=y
14547 +# CONFIG_DISCONTIGMEM_MANUAL is not set
14548 +# CONFIG_SPARSEMEM_MANUAL is not set
14549 +CONFIG_FLATMEM=y
14550 +CONFIG_FLAT_NODE_MEM_MAP=y
14551 +# CONFIG_SPARSEMEM_STATIC is not set
14552 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
14553 +CONFIG_SPLIT_PTLOCK_CPUS=4
14554 +CONFIG_RESOURCES_64BIT=y
14555 +CONFIG_ZONE_DMA_FLAG=1
14556 +CONFIG_BOUNCE=y
14557 +CONFIG_VIRT_TO_BUS=y
14558 +CONFIG_PROC_DEVICETREE=y
14559 +CONFIG_CMDLINE_BOOL=y
14560 +CONFIG_CMDLINE=""
14561 +CONFIG_SECCOMP=y
14562 +CONFIG_ISA_DMA_API=y
14563 +
14564 +#
14565 +# Bus options
14566 +#
14567 +CONFIG_ZONE_DMA=y
14568 +CONFIG_PPC_INDIRECT_PCI=y
14569 +CONFIG_PCI=y
14570 +CONFIG_PCI_DOMAINS=y
14571 +CONFIG_PCI_SYSCALL=y
14572 +# CONFIG_PCIEPORTBUS is not set
14573 +CONFIG_ARCH_SUPPORTS_MSI=y
14574 +# CONFIG_PCI_MSI is not set
14575 +CONFIG_PCI_LEGACY=y
14576 +# CONFIG_PCI_DEBUG is not set
14577 +# CONFIG_PCCARD is not set
14578 +# CONFIG_HOTPLUG_PCI is not set
14579 +
14580 +#
14581 +# Advanced setup
14582 +#
14583 +# CONFIG_ADVANCED_OPTIONS is not set
14584 +
14585 +#
14586 +# Default settings for advanced configuration options are used
14587 +#
14588 +CONFIG_HIGHMEM_START=0xfe000000
14589 +CONFIG_LOWMEM_SIZE=0x30000000
14590 +CONFIG_KERNEL_START=0xc0000000
14591 +CONFIG_TASK_SIZE=0xc0000000
14592 +CONFIG_CONSISTENT_START=0xff100000
14593 +CONFIG_CONSISTENT_SIZE=0x00200000
14594 +CONFIG_BOOT_LOAD=0x01000000
14595 +
14596 +#
14597 +# Networking
14598 +#
14599 +CONFIG_NET=y
14600 +
14601 +#
14602 +# Networking options
14603 +#
14604 +CONFIG_PACKET=y
14605 +# CONFIG_PACKET_MMAP is not set
14606 +CONFIG_UNIX=y
14607 +# CONFIG_NET_KEY is not set
14608 +CONFIG_INET=y
14609 +# CONFIG_IP_MULTICAST is not set
14610 +# CONFIG_IP_ADVANCED_ROUTER is not set
14611 +CONFIG_IP_FIB_HASH=y
14612 +CONFIG_IP_PNP=y
14613 +CONFIG_IP_PNP_DHCP=y
14614 +CONFIG_IP_PNP_BOOTP=y
14615 +# CONFIG_IP_PNP_RARP is not set
14616 +# CONFIG_NET_IPIP is not set
14617 +# CONFIG_NET_IPGRE is not set
14618 +# CONFIG_ARPD is not set
14619 +# CONFIG_SYN_COOKIES is not set
14620 +# CONFIG_INET_AH is not set
14621 +# CONFIG_INET_ESP is not set
14622 +# CONFIG_INET_IPCOMP is not set
14623 +# CONFIG_INET_XFRM_TUNNEL is not set
14624 +# CONFIG_INET_TUNNEL is not set
14625 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
14626 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
14627 +# CONFIG_INET_XFRM_MODE_BEET is not set
14628 +# CONFIG_INET_LRO is not set
14629 +CONFIG_INET_DIAG=y
14630 +CONFIG_INET_TCP_DIAG=y
14631 +# CONFIG_TCP_CONG_ADVANCED is not set
14632 +CONFIG_TCP_CONG_CUBIC=y
14633 +CONFIG_DEFAULT_TCP_CONG="cubic"
14634 +# CONFIG_TCP_MD5SIG is not set
14635 +# CONFIG_IPV6 is not set
14636 +# CONFIG_INET6_XFRM_TUNNEL is not set
14637 +# CONFIG_INET6_TUNNEL is not set
14638 +# CONFIG_NETWORK_SECMARK is not set
14639 +# CONFIG_NETFILTER is not set
14640 +# CONFIG_IP_DCCP is not set
14641 +# CONFIG_IP_SCTP is not set
14642 +# CONFIG_TIPC is not set
14643 +# CONFIG_ATM is not set
14644 +# CONFIG_BRIDGE is not set
14645 +# CONFIG_VLAN_8021Q is not set
14646 +# CONFIG_DECNET is not set
14647 +# CONFIG_LLC2 is not set
14648 +# CONFIG_IPX is not set
14649 +# CONFIG_ATALK is not set
14650 +# CONFIG_X25 is not set
14651 +# CONFIG_LAPB is not set
14652 +# CONFIG_ECONET is not set
14653 +# CONFIG_WAN_ROUTER is not set
14654 +# CONFIG_NET_SCHED is not set
14655 +
14656 +#
14657 +# Network testing
14658 +#
14659 +# CONFIG_NET_PKTGEN is not set
14660 +# CONFIG_HAMRADIO is not set
14661 +# CONFIG_CAN is not set
14662 +# CONFIG_IRDA is not set
14663 +# CONFIG_BT is not set
14664 +# CONFIG_AF_RXRPC is not set
14665 +
14666 +#
14667 +# Wireless
14668 +#
14669 +# CONFIG_CFG80211 is not set
14670 +# CONFIG_WIRELESS_EXT is not set
14671 +# CONFIG_MAC80211 is not set
14672 +# CONFIG_IEEE80211 is not set
14673 +# CONFIG_RFKILL is not set
14674 +# CONFIG_NET_9P is not set
14675 +
14676 +#
14677 +# Device Drivers
14678 +#
14679 +
14680 +#
14681 +# Generic Driver Options
14682 +#
14683 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
14684 +CONFIG_STANDALONE=y
14685 +CONFIG_PREVENT_FIRMWARE_BUILD=y
14686 +CONFIG_FW_LOADER=y
14687 +# CONFIG_DEBUG_DRIVER is not set
14688 +# CONFIG_DEBUG_DEVRES is not set
14689 +# CONFIG_SYS_HYPERVISOR is not set
14690 +CONFIG_CONNECTOR=y
14691 +CONFIG_PROC_EVENTS=y
14692 +# CONFIG_MTD is not set
14693 +CONFIG_OF_DEVICE=y
14694 +# CONFIG_PARPORT is not set
14695 +CONFIG_BLK_DEV=y
14696 +# CONFIG_BLK_DEV_FD is not set
14697 +# CONFIG_BLK_CPQ_DA is not set
14698 +# CONFIG_BLK_CPQ_CISS_DA is not set
14699 +# CONFIG_BLK_DEV_DAC960 is not set
14700 +# CONFIG_BLK_DEV_UMEM is not set
14701 +# CONFIG_BLK_DEV_COW_COMMON is not set
14702 +# CONFIG_BLK_DEV_LOOP is not set
14703 +# CONFIG_BLK_DEV_NBD is not set
14704 +# CONFIG_BLK_DEV_SX8 is not set
14705 +CONFIG_BLK_DEV_RAM=y
14706 +CONFIG_BLK_DEV_RAM_COUNT=16
14707 +CONFIG_BLK_DEV_RAM_SIZE=35000
14708 +# CONFIG_BLK_DEV_XIP is not set
14709 +# CONFIG_CDROM_PKTCDVD is not set
14710 +# CONFIG_ATA_OVER_ETH is not set
14711 +# CONFIG_XILINX_SYSACE is not set
14712 +CONFIG_MISC_DEVICES=y
14713 +# CONFIG_PHANTOM is not set
14714 +# CONFIG_EEPROM_93CX6 is not set
14715 +# CONFIG_SGI_IOC4 is not set
14716 +# CONFIG_TIFM_CORE is not set
14717 +# CONFIG_ENCLOSURE_SERVICES is not set
14718 +CONFIG_HAVE_IDE=y
14719 +# CONFIG_IDE is not set
14720 +
14721 +#
14722 +# SCSI device support
14723 +#
14724 +# CONFIG_RAID_ATTRS is not set
14725 +# CONFIG_SCSI is not set
14726 +# CONFIG_SCSI_DMA is not set
14727 +# CONFIG_SCSI_NETLINK is not set
14728 +# CONFIG_ATA is not set
14729 +# CONFIG_MD is not set
14730 +# CONFIG_FUSION is not set
14731 +
14732 +#
14733 +# IEEE 1394 (FireWire) support
14734 +#
14735 +# CONFIG_FIREWIRE is not set
14736 +# CONFIG_IEEE1394 is not set
14737 +# CONFIG_I2O is not set
14738 +# CONFIG_MACINTOSH_DRIVERS is not set
14739 +CONFIG_NETDEVICES=y
14740 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
14741 +# CONFIG_DUMMY is not set
14742 +# CONFIG_BONDING is not set
14743 +# CONFIG_MACVLAN is not set
14744 +# CONFIG_EQUALIZER is not set
14745 +# CONFIG_TUN is not set
14746 +# CONFIG_VETH is not set
14747 +# CONFIG_ARCNET is not set
14748 +# CONFIG_PHYLIB is not set
14749 +CONFIG_NET_ETHERNET=y
14750 +# CONFIG_MII is not set
14751 +# CONFIG_HAPPYMEAL is not set
14752 +# CONFIG_SUNGEM is not set
14753 +# CONFIG_CASSINI is not set
14754 +# CONFIG_NET_VENDOR_3COM is not set
14755 +# CONFIG_NET_TULIP is not set
14756 +# CONFIG_HP100 is not set
14757 +CONFIG_IBM_NEW_EMAC=y
14758 +CONFIG_IBM_NEW_EMAC_RXB=128
14759 +CONFIG_IBM_NEW_EMAC_TXB=64
14760 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
14761 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
14762 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
14763 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
14764 +CONFIG_IBM_NEW_EMAC_ZMII=y
14765 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
14766 +# CONFIG_IBM_NEW_EMAC_TAH is not set
14767 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
14768 +# CONFIG_NET_PCI is not set
14769 +# CONFIG_B44 is not set
14770 +CONFIG_NETDEV_1000=y
14771 +# CONFIG_ACENIC is not set
14772 +# CONFIG_DL2K is not set
14773 +# CONFIG_E1000 is not set
14774 +# CONFIG_E1000E is not set
14775 +# CONFIG_E1000E_ENABLED is not set
14776 +# CONFIG_IP1000 is not set
14777 +# CONFIG_IGB is not set
14778 +# CONFIG_NS83820 is not set
14779 +# CONFIG_HAMACHI is not set
14780 +# CONFIG_YELLOWFIN is not set
14781 +# CONFIG_R8169 is not set
14782 +# CONFIG_SIS190 is not set
14783 +# CONFIG_SKGE is not set
14784 +# CONFIG_SKY2 is not set
14785 +# CONFIG_SK98LIN is not set
14786 +# CONFIG_VIA_VELOCITY is not set
14787 +# CONFIG_TIGON3 is not set
14788 +# CONFIG_BNX2 is not set
14789 +# CONFIG_QLA3XXX is not set
14790 +# CONFIG_ATL1 is not set
14791 +CONFIG_NETDEV_10000=y
14792 +# CONFIG_CHELSIO_T1 is not set
14793 +# CONFIG_CHELSIO_T3 is not set
14794 +# CONFIG_IXGBE is not set
14795 +# CONFIG_IXGB is not set
14796 +# CONFIG_S2IO is not set
14797 +# CONFIG_MYRI10GE is not set
14798 +# CONFIG_NETXEN_NIC is not set
14799 +# CONFIG_NIU is not set
14800 +# CONFIG_MLX4_CORE is not set
14801 +# CONFIG_TEHUTI is not set
14802 +# CONFIG_BNX2X is not set
14803 +# CONFIG_TR is not set
14804 +
14805 +#
14806 +# Wireless LAN
14807 +#
14808 +# CONFIG_WLAN_PRE80211 is not set
14809 +# CONFIG_WLAN_80211 is not set
14810 +# CONFIG_WAN is not set
14811 +# CONFIG_FDDI is not set
14812 +# CONFIG_HIPPI is not set
14813 +# CONFIG_PPP is not set
14814 +# CONFIG_SLIP is not set
14815 +# CONFIG_NETCONSOLE is not set
14816 +# CONFIG_NETPOLL is not set
14817 +# CONFIG_NET_POLL_CONTROLLER is not set
14818 +# CONFIG_ISDN is not set
14819 +# CONFIG_PHONE is not set
14820 +
14821 +#
14822 +# Input device support
14823 +#
14824 +# CONFIG_INPUT is not set
14825 +
14826 +#
14827 +# Hardware I/O ports
14828 +#
14829 +# CONFIG_SERIO is not set
14830 +# CONFIG_GAMEPORT is not set
14831 +
14832 +#
14833 +# Character devices
14834 +#
14835 +# CONFIG_VT is not set
14836 +# CONFIG_SERIAL_NONSTANDARD is not set
14837 +# CONFIG_NOZOMI is not set
14838 +
14839 +#
14840 +# Serial drivers
14841 +#
14842 +CONFIG_SERIAL_8250=y
14843 +CONFIG_SERIAL_8250_CONSOLE=y
14844 +# CONFIG_SERIAL_8250_PCI is not set
14845 +CONFIG_SERIAL_8250_NR_UARTS=4
14846 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
14847 +CONFIG_SERIAL_8250_EXTENDED=y
14848 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
14849 +CONFIG_SERIAL_8250_SHARE_IRQ=y
14850 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
14851 +# CONFIG_SERIAL_8250_RSA is not set
14852 +
14853 +#
14854 +# Non-8250 serial port support
14855 +#
14856 +# CONFIG_SERIAL_UARTLITE is not set
14857 +CONFIG_SERIAL_CORE=y
14858 +CONFIG_SERIAL_CORE_CONSOLE=y
14859 +# CONFIG_SERIAL_JSM is not set
14860 +CONFIG_SERIAL_OF_PLATFORM=y
14861 +CONFIG_UNIX98_PTYS=y
14862 +CONFIG_LEGACY_PTYS=y
14863 +CONFIG_LEGACY_PTY_COUNT=256
14864 +# CONFIG_IPMI_HANDLER is not set
14865 +# CONFIG_HW_RANDOM is not set
14866 +# CONFIG_NVRAM is not set
14867 +# CONFIG_GEN_RTC is not set
14868 +# CONFIG_R3964 is not set
14869 +# CONFIG_APPLICOM is not set
14870 +# CONFIG_RAW_DRIVER is not set
14871 +# CONFIG_TCG_TPM is not set
14872 +CONFIG_DEVPORT=y
14873 +# CONFIG_I2C is not set
14874 +
14875 +#
14876 +# SPI support
14877 +#
14878 +# CONFIG_SPI is not set
14879 +# CONFIG_SPI_MASTER is not set
14880 +# CONFIG_W1 is not set
14881 +# CONFIG_POWER_SUPPLY is not set
14882 +# CONFIG_HWMON is not set
14883 +CONFIG_THERMAL=y
14884 +# CONFIG_WATCHDOG is not set
14885 +
14886 +#
14887 +# Sonics Silicon Backplane
14888 +#
14889 +CONFIG_SSB_POSSIBLE=y
14890 +# CONFIG_SSB is not set
14891 +
14892 +#
14893 +# Multifunction device drivers
14894 +#
14895 +# CONFIG_MFD_SM501 is not set
14896 +
14897 +#
14898 +# Multimedia devices
14899 +#
14900 +# CONFIG_VIDEO_DEV is not set
14901 +# CONFIG_DVB_CORE is not set
14902 +CONFIG_DAB=y
14903 +
14904 +#
14905 +# Graphics support
14906 +#
14907 +# CONFIG_AGP is not set
14908 +# CONFIG_DRM is not set
14909 +# CONFIG_VGASTATE is not set
14910 +CONFIG_VIDEO_OUTPUT_CONTROL=m
14911 +# CONFIG_FB is not set
14912 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
14913 +
14914 +#
14915 +# Display device support
14916 +#
14917 +# CONFIG_DISPLAY_SUPPORT is not set
14918 +
14919 +#
14920 +# Sound
14921 +#
14922 +# CONFIG_SOUND is not set
14923 +CONFIG_USB_SUPPORT=y
14924 +CONFIG_USB_ARCH_HAS_HCD=y
14925 +CONFIG_USB_ARCH_HAS_OHCI=y
14926 +CONFIG_USB_ARCH_HAS_EHCI=y
14927 +# CONFIG_USB is not set
14928 +
14929 +#
14930 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
14931 +#
14932 +# CONFIG_USB_GADGET is not set
14933 +# CONFIG_MMC is not set
14934 +# CONFIG_MEMSTICK is not set
14935 +# CONFIG_NEW_LEDS is not set
14936 +# CONFIG_INFINIBAND is not set
14937 +# CONFIG_EDAC is not set
14938 +# CONFIG_RTC_CLASS is not set
14939 +
14940 +#
14941 +# Userspace I/O
14942 +#
14943 +# CONFIG_UIO is not set
14944 +
14945 +#
14946 +# File systems
14947 +#
14948 +CONFIG_EXT2_FS=y
14949 +# CONFIG_EXT2_FS_XATTR is not set
14950 +# CONFIG_EXT2_FS_XIP is not set
14951 +# CONFIG_EXT3_FS is not set
14952 +# CONFIG_EXT4DEV_FS is not set
14953 +# CONFIG_REISERFS_FS is not set
14954 +# CONFIG_JFS_FS is not set
14955 +# CONFIG_FS_POSIX_ACL is not set
14956 +# CONFIG_XFS_FS is not set
14957 +# CONFIG_GFS2_FS is not set
14958 +# CONFIG_OCFS2_FS is not set
14959 +CONFIG_DNOTIFY=y
14960 +CONFIG_INOTIFY=y
14961 +CONFIG_INOTIFY_USER=y
14962 +# CONFIG_QUOTA is not set
14963 +# CONFIG_AUTOFS_FS is not set
14964 +# CONFIG_AUTOFS4_FS is not set
14965 +# CONFIG_FUSE_FS is not set
14966 +
14967 +#
14968 +# CD-ROM/DVD Filesystems
14969 +#
14970 +# CONFIG_ISO9660_FS is not set
14971 +# CONFIG_UDF_FS is not set
14972 +
14973 +#
14974 +# DOS/FAT/NT Filesystems
14975 +#
14976 +# CONFIG_MSDOS_FS is not set
14977 +# CONFIG_VFAT_FS is not set
14978 +# CONFIG_NTFS_FS is not set
14979 +
14980 +#
14981 +# Pseudo filesystems
14982 +#
14983 +CONFIG_PROC_FS=y
14984 +CONFIG_PROC_KCORE=y
14985 +CONFIG_PROC_SYSCTL=y
14986 +CONFIG_SYSFS=y
14987 +CONFIG_TMPFS=y
14988 +# CONFIG_TMPFS_POSIX_ACL is not set
14989 +# CONFIG_HUGETLB_PAGE is not set
14990 +# CONFIG_CONFIGFS_FS is not set
14991 +
14992 +#
14993 +# Miscellaneous filesystems
14994 +#
14995 +# CONFIG_ADFS_FS is not set
14996 +# CONFIG_AFFS_FS is not set
14997 +# CONFIG_HFS_FS is not set
14998 +# CONFIG_HFSPLUS_FS is not set
14999 +# CONFIG_BEFS_FS is not set
15000 +# CONFIG_BFS_FS is not set
15001 +# CONFIG_EFS_FS is not set
15002 +CONFIG_CRAMFS=y
15003 +# CONFIG_VXFS_FS is not set
15004 +# CONFIG_MINIX_FS is not set
15005 +# CONFIG_HPFS_FS is not set
15006 +# CONFIG_QNX4FS_FS is not set
15007 +# CONFIG_ROMFS_FS is not set
15008 +# CONFIG_SYSV_FS is not set
15009 +# CONFIG_UFS_FS is not set
15010 +CONFIG_NETWORK_FILESYSTEMS=y
15011 +CONFIG_NFS_FS=y
15012 +CONFIG_NFS_V3=y
15013 +# CONFIG_NFS_V3_ACL is not set
15014 +# CONFIG_NFS_V4 is not set
15015 +# CONFIG_NFS_DIRECTIO is not set
15016 +# CONFIG_NFSD is not set
15017 +CONFIG_ROOT_NFS=y
15018 +CONFIG_LOCKD=y
15019 +CONFIG_LOCKD_V4=y
15020 +CONFIG_NFS_COMMON=y
15021 +CONFIG_SUNRPC=y
15022 +# CONFIG_SUNRPC_BIND34 is not set
15023 +# CONFIG_RPCSEC_GSS_KRB5 is not set
15024 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
15025 +# CONFIG_SMB_FS is not set
15026 +# CONFIG_CIFS is not set
15027 +# CONFIG_NCP_FS is not set
15028 +# CONFIG_CODA_FS is not set
15029 +# CONFIG_AFS_FS is not set
15030 +
15031 +#
15032 +# Partition Types
15033 +#
15034 +# CONFIG_PARTITION_ADVANCED is not set
15035 +CONFIG_MSDOS_PARTITION=y
15036 +# CONFIG_NLS is not set
15037 +# CONFIG_DLM is not set
15038 +
15039 +#
15040 +# Library routines
15041 +#
15042 +CONFIG_BITREVERSE=y
15043 +# CONFIG_CRC_CCITT is not set
15044 +# CONFIG_CRC16 is not set
15045 +# CONFIG_CRC_ITU_T is not set
15046 +CONFIG_CRC32=y
15047 +# CONFIG_CRC7 is not set
15048 +# CONFIG_LIBCRC32C is not set
15049 +CONFIG_ZLIB_INFLATE=y
15050 +CONFIG_PLIST=y
15051 +CONFIG_HAS_IOMEM=y
15052 +CONFIG_HAS_IOPORT=y
15053 +CONFIG_HAS_DMA=y
15054 +
15055 +#
15056 +# Kernel hacking
15057 +#
15058 +# CONFIG_PRINTK_TIME is not set
15059 +CONFIG_ENABLE_WARN_DEPRECATED=y
15060 +CONFIG_ENABLE_MUST_CHECK=y
15061 +CONFIG_MAGIC_SYSRQ=y
15062 +# CONFIG_UNUSED_SYMBOLS is not set
15063 +CONFIG_DEBUG_FS=y
15064 +# CONFIG_HEADERS_CHECK is not set
15065 +CONFIG_DEBUG_KERNEL=y
15066 +# CONFIG_DEBUG_SHIRQ is not set
15067 +CONFIG_DETECT_SOFTLOCKUP=y
15068 +CONFIG_SCHED_DEBUG=y
15069 +# CONFIG_SCHEDSTATS is not set
15070 +# CONFIG_TIMER_STATS is not set
15071 +# CONFIG_SLUB_DEBUG_ON is not set
15072 +# CONFIG_SLUB_STATS is not set
15073 +# CONFIG_DEBUG_RT_MUTEXES is not set
15074 +# CONFIG_RT_MUTEX_TESTER is not set
15075 +# CONFIG_DEBUG_SPINLOCK is not set
15076 +# CONFIG_DEBUG_MUTEXES is not set
15077 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
15078 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
15079 +# CONFIG_DEBUG_KOBJECT is not set
15080 +# CONFIG_DEBUG_BUGVERBOSE is not set
15081 +# CONFIG_DEBUG_INFO is not set
15082 +# CONFIG_DEBUG_VM is not set
15083 +# CONFIG_DEBUG_LIST is not set
15084 +# CONFIG_DEBUG_SG is not set
15085 +# CONFIG_BOOT_PRINTK_DELAY is not set
15086 +# CONFIG_RCU_TORTURE_TEST is not set
15087 +# CONFIG_BACKTRACE_SELF_TEST is not set
15088 +# CONFIG_FAULT_INJECTION is not set
15089 +# CONFIG_SAMPLES is not set
15090 +# CONFIG_DEBUG_STACKOVERFLOW is not set
15091 +# CONFIG_DEBUG_STACK_USAGE is not set
15092 +# CONFIG_DEBUG_PAGEALLOC is not set
15093 +CONFIG_DEBUGGER=y
15094 +# CONFIG_KGDB is not set
15095 +# CONFIG_XMON is not set
15096 +# CONFIG_VIRQ_DEBUG is not set
15097 +# CONFIG_BDI_SWITCH is not set
15098 +# CONFIG_PPC_EARLY_DEBUG is not set
15099 +
15100 +#
15101 +# Security options
15102 +#
15103 +# CONFIG_KEYS is not set
15104 +# CONFIG_SECURITY is not set
15105 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
15106 +CONFIG_CRYPTO=y
15107 +CONFIG_CRYPTO_ALGAPI=y
15108 +CONFIG_CRYPTO_BLKCIPHER=y
15109 +# CONFIG_CRYPTO_SEQIV is not set
15110 +CONFIG_CRYPTO_MANAGER=y
15111 +# CONFIG_CRYPTO_HMAC is not set
15112 +# CONFIG_CRYPTO_XCBC is not set
15113 +# CONFIG_CRYPTO_NULL is not set
15114 +# CONFIG_CRYPTO_MD4 is not set
15115 +CONFIG_CRYPTO_MD5=y
15116 +# CONFIG_CRYPTO_SHA1 is not set
15117 +# CONFIG_CRYPTO_SHA256 is not set
15118 +# CONFIG_CRYPTO_SHA512 is not set
15119 +# CONFIG_CRYPTO_WP512 is not set
15120 +# CONFIG_CRYPTO_TGR192 is not set
15121 +# CONFIG_CRYPTO_GF128MUL is not set
15122 +CONFIG_CRYPTO_ECB=y
15123 +CONFIG_CRYPTO_CBC=y
15124 +CONFIG_CRYPTO_PCBC=y
15125 +# CONFIG_CRYPTO_LRW is not set
15126 +# CONFIG_CRYPTO_XTS is not set
15127 +# CONFIG_CRYPTO_CTR is not set
15128 +# CONFIG_CRYPTO_GCM is not set
15129 +# CONFIG_CRYPTO_CCM is not set
15130 +# CONFIG_CRYPTO_CRYPTD is not set
15131 +CONFIG_CRYPTO_DES=y
15132 +# CONFIG_CRYPTO_FCRYPT is not set
15133 +# CONFIG_CRYPTO_BLOWFISH is not set
15134 +# CONFIG_CRYPTO_TWOFISH is not set
15135 +# CONFIG_CRYPTO_SERPENT is not set
15136 +# CONFIG_CRYPTO_AES is not set
15137 +# CONFIG_CRYPTO_CAST5 is not set
15138 +# CONFIG_CRYPTO_CAST6 is not set
15139 +# CONFIG_CRYPTO_TEA is not set
15140 +# CONFIG_CRYPTO_ARC4 is not set
15141 +# CONFIG_CRYPTO_KHAZAD is not set
15142 +# CONFIG_CRYPTO_ANUBIS is not set
15143 +# CONFIG_CRYPTO_SEED is not set
15144 +# CONFIG_CRYPTO_SALSA20 is not set
15145 +# CONFIG_CRYPTO_DEFLATE is not set
15146 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
15147 +# CONFIG_CRYPTO_CRC32C is not set
15148 +# CONFIG_CRYPTO_CAMELLIA is not set
15149 +# CONFIG_CRYPTO_TEST is not set
15150 +# CONFIG_CRYPTO_AUTHENC is not set
15151 +# CONFIG_CRYPTO_LZO is not set
15152 +CONFIG_CRYPTO_HW=y
15153 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
15154 +# CONFIG_PPC_CLOCK is not set
15155 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/canyonlands_defconfig powerpc.git/arch/powerpc/configs/44x/canyonlands_defconfig
15156 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/canyonlands_defconfig     1970-01-01 01:00:00.000000000 +0100
15157 +++ powerpc.git/arch/powerpc/configs/44x/canyonlands_defconfig  2008-04-19 16:40:52.000000000 +0200
15158 @@ -0,0 +1,721 @@
15159 +#
15160 +# Automatically generated make config: don't edit
15161 +# Linux kernel version: 2.6.25-rc1
15162 +# Thu Feb 21 14:29:28 2008
15163 +#
15164 +# CONFIG_PPC64 is not set
15165 +
15166 +#
15167 +# Processor support
15168 +#
15169 +# CONFIG_6xx is not set
15170 +# CONFIG_PPC_85xx is not set
15171 +# CONFIG_PPC_8xx is not set
15172 +# CONFIG_40x is not set
15173 +CONFIG_44x=y
15174 +# CONFIG_E200 is not set
15175 +CONFIG_PPC_FPU=y
15176 +CONFIG_4xx=y
15177 +CONFIG_BOOKE=y
15178 +CONFIG_PTE_64BIT=y
15179 +CONFIG_PHYS_64BIT=y
15180 +# CONFIG_PPC_MM_SLICES is not set
15181 +CONFIG_NOT_COHERENT_CACHE=y
15182 +CONFIG_PPC32=y
15183 +CONFIG_WORD_SIZE=32
15184 +CONFIG_PPC_MERGE=y
15185 +CONFIG_MMU=y
15186 +CONFIG_GENERIC_CMOS_UPDATE=y
15187 +CONFIG_GENERIC_TIME=y
15188 +CONFIG_GENERIC_TIME_VSYSCALL=y
15189 +CONFIG_GENERIC_CLOCKEVENTS=y
15190 +CONFIG_GENERIC_HARDIRQS=y
15191 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
15192 +CONFIG_IRQ_PER_CPU=y
15193 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
15194 +CONFIG_ARCH_HAS_ILOG2_U32=y
15195 +CONFIG_GENERIC_HWEIGHT=y
15196 +CONFIG_GENERIC_CALIBRATE_DELAY=y
15197 +CONFIG_GENERIC_FIND_NEXT_BIT=y
15198 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
15199 +CONFIG_PPC=y
15200 +CONFIG_EARLY_PRINTK=y
15201 +CONFIG_GENERIC_NVRAM=y
15202 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
15203 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
15204 +CONFIG_PPC_OF=y
15205 +CONFIG_OF=y
15206 +CONFIG_PPC_UDBG_16550=y
15207 +# CONFIG_GENERIC_TBSYNC is not set
15208 +CONFIG_AUDIT_ARCH=y
15209 +CONFIG_GENERIC_BUG=y
15210 +# CONFIG_DEFAULT_UIMAGE is not set
15211 +CONFIG_PPC_DCR_NATIVE=y
15212 +# CONFIG_PPC_DCR_MMIO is not set
15213 +CONFIG_PPC_DCR=y
15214 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
15215 +
15216 +#
15217 +# General setup
15218 +#
15219 +CONFIG_EXPERIMENTAL=y
15220 +CONFIG_BROKEN_ON_SMP=y
15221 +CONFIG_INIT_ENV_ARG_LIMIT=32
15222 +CONFIG_LOCALVERSION=""
15223 +CONFIG_LOCALVERSION_AUTO=y
15224 +CONFIG_SWAP=y
15225 +CONFIG_SYSVIPC=y
15226 +CONFIG_SYSVIPC_SYSCTL=y
15227 +CONFIG_POSIX_MQUEUE=y
15228 +# CONFIG_BSD_PROCESS_ACCT is not set
15229 +# CONFIG_TASKSTATS is not set
15230 +# CONFIG_AUDIT is not set
15231 +# CONFIG_IKCONFIG is not set
15232 +CONFIG_LOG_BUF_SHIFT=14
15233 +# CONFIG_CGROUPS is not set
15234 +# CONFIG_FAIR_GROUP_SCHED is not set
15235 +CONFIG_SYSFS_DEPRECATED=y
15236 +# CONFIG_RELAY is not set
15237 +# CONFIG_NAMESPACES is not set
15238 +CONFIG_BLK_DEV_INITRD=y
15239 +CONFIG_INITRAMFS_SOURCE=""
15240 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
15241 +CONFIG_SYSCTL=y
15242 +CONFIG_EMBEDDED=y
15243 +CONFIG_SYSCTL_SYSCALL=y
15244 +CONFIG_KALLSYMS=y
15245 +# CONFIG_KALLSYMS_ALL is not set
15246 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
15247 +CONFIG_HOTPLUG=y
15248 +CONFIG_PRINTK=y
15249 +# CONFIG_LOGBUFFER is not set
15250 +CONFIG_BUG=y
15251 +CONFIG_ELF_CORE=y
15252 +CONFIG_COMPAT_BRK=y
15253 +CONFIG_BASE_FULL=y
15254 +CONFIG_FUTEX=y
15255 +CONFIG_ANON_INODES=y
15256 +CONFIG_EPOLL=y
15257 +CONFIG_SIGNALFD=y
15258 +CONFIG_TIMERFD=y
15259 +CONFIG_EVENTFD=y
15260 +CONFIG_SHMEM=y
15261 +CONFIG_VM_EVENT_COUNTERS=y
15262 +CONFIG_SLUB_DEBUG=y
15263 +# CONFIG_SLAB is not set
15264 +CONFIG_SLUB=y
15265 +# CONFIG_SLOB is not set
15266 +# CONFIG_PROFILING is not set
15267 +# CONFIG_MARKERS is not set
15268 +CONFIG_HAVE_OPROFILE=y
15269 +# CONFIG_KPROBES is not set
15270 +CONFIG_HAVE_KPROBES=y
15271 +CONFIG_PROC_PAGE_MONITOR=y
15272 +CONFIG_SLABINFO=y
15273 +CONFIG_RT_MUTEXES=y
15274 +# CONFIG_TINY_SHMEM is not set
15275 +CONFIG_BASE_SMALL=0
15276 +CONFIG_MODULES=y
15277 +CONFIG_MODULE_UNLOAD=y
15278 +# CONFIG_MODULE_FORCE_UNLOAD is not set
15279 +# CONFIG_MODVERSIONS is not set
15280 +# CONFIG_MODULE_SRCVERSION_ALL is not set
15281 +CONFIG_KMOD=y
15282 +CONFIG_BLOCK=y
15283 +CONFIG_LBD=y
15284 +# CONFIG_BLK_DEV_IO_TRACE is not set
15285 +# CONFIG_LSF is not set
15286 +# CONFIG_BLK_DEV_BSG is not set
15287 +
15288 +#
15289 +# IO Schedulers
15290 +#
15291 +CONFIG_IOSCHED_NOOP=y
15292 +CONFIG_IOSCHED_AS=y
15293 +CONFIG_IOSCHED_DEADLINE=y
15294 +CONFIG_IOSCHED_CFQ=y
15295 +CONFIG_DEFAULT_AS=y
15296 +# CONFIG_DEFAULT_DEADLINE is not set
15297 +# CONFIG_DEFAULT_CFQ is not set
15298 +# CONFIG_DEFAULT_NOOP is not set
15299 +CONFIG_DEFAULT_IOSCHED="anticipatory"
15300 +CONFIG_CLASSIC_RCU=y
15301 +# CONFIG_PREEMPT_RCU is not set
15302 +CONFIG_PPC4xx_PCI_EXPRESS=y
15303 +
15304 +#
15305 +# Platform support
15306 +#
15307 +# CONFIG_PPC_MPC512x is not set
15308 +# CONFIG_PPC_MPC5121 is not set
15309 +# CONFIG_PPC_CELL is not set
15310 +# CONFIG_PPC_CELL_NATIVE is not set
15311 +# CONFIG_PQ2ADS is not set
15312 +# CONFIG_BAMBOO is not set
15313 +# CONFIG_EBONY is not set
15314 +# CONFIG_SEQUOIA is not set
15315 +# CONFIG_TAISHAN is not set
15316 +# CONFIG_KATMAI is not set
15317 +# CONFIG_RAINIER is not set
15318 +# CONFIG_WARP is not set
15319 +CONFIG_CANYONLANDS=y
15320 +CONFIG_460EX=y
15321 +# CONFIG_IPIC is not set
15322 +# CONFIG_MPIC is not set
15323 +# CONFIG_MPIC_WEIRD is not set
15324 +# CONFIG_PPC_I8259 is not set
15325 +# CONFIG_PPC_RTAS is not set
15326 +# CONFIG_MMIO_NVRAM is not set
15327 +# CONFIG_PPC_MPC106 is not set
15328 +# CONFIG_PPC_970_NAP is not set
15329 +# CONFIG_PPC_INDIRECT_IO is not set
15330 +# CONFIG_GENERIC_IOMAP is not set
15331 +# CONFIG_CPU_FREQ is not set
15332 +# CONFIG_FSL_ULI1575 is not set
15333 +
15334 +#
15335 +# Kernel options
15336 +#
15337 +# CONFIG_HIGHMEM is not set
15338 +CONFIG_TICK_ONESHOT=y
15339 +CONFIG_NO_HZ=y
15340 +CONFIG_HIGH_RES_TIMERS=y
15341 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
15342 +# CONFIG_HZ_100 is not set
15343 +CONFIG_HZ_250=y
15344 +# CONFIG_HZ_300 is not set
15345 +# CONFIG_HZ_1000 is not set
15346 +CONFIG_HZ=250
15347 +# CONFIG_SCHED_HRTICK is not set
15348 +CONFIG_PREEMPT_NONE=y
15349 +# CONFIG_PREEMPT_VOLUNTARY is not set
15350 +# CONFIG_PREEMPT is not set
15351 +CONFIG_RCU_TRACE=y
15352 +CONFIG_BINFMT_ELF=y
15353 +# CONFIG_BINFMT_MISC is not set
15354 +# CONFIG_MATH_EMULATION is not set
15355 +# CONFIG_IOMMU_HELPER is not set
15356 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
15357 +CONFIG_ARCH_HAS_WALK_MEMORY=y
15358 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
15359 +CONFIG_ARCH_FLATMEM_ENABLE=y
15360 +CONFIG_ARCH_POPULATES_NODE_MAP=y
15361 +CONFIG_SELECT_MEMORY_MODEL=y
15362 +CONFIG_FLATMEM_MANUAL=y
15363 +# CONFIG_DISCONTIGMEM_MANUAL is not set
15364 +# CONFIG_SPARSEMEM_MANUAL is not set
15365 +CONFIG_FLATMEM=y
15366 +CONFIG_FLAT_NODE_MEM_MAP=y
15367 +# CONFIG_SPARSEMEM_STATIC is not set
15368 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
15369 +CONFIG_SPLIT_PTLOCK_CPUS=4
15370 +CONFIG_RESOURCES_64BIT=y
15371 +CONFIG_ZONE_DMA_FLAG=1
15372 +CONFIG_BOUNCE=y
15373 +CONFIG_VIRT_TO_BUS=y
15374 +CONFIG_PROC_DEVICETREE=y
15375 +CONFIG_CMDLINE_BOOL=y
15376 +CONFIG_CMDLINE=""
15377 +CONFIG_SECCOMP=y
15378 +CONFIG_WANT_DEVICE_TREE=y
15379 +CONFIG_ISA_DMA_API=y
15380 +
15381 +#
15382 +# Bus options
15383 +#
15384 +CONFIG_ZONE_DMA=y
15385 +CONFIG_PPC_INDIRECT_PCI=y
15386 +CONFIG_PCI=y
15387 +CONFIG_PCI_DOMAINS=y
15388 +CONFIG_PCI_SYSCALL=y
15389 +# CONFIG_PCIEPORTBUS is not set
15390 +CONFIG_ARCH_SUPPORTS_MSI=y
15391 +# CONFIG_PCI_MSI is not set
15392 +CONFIG_PCI_LEGACY=y
15393 +# CONFIG_PCI_DEBUG is not set
15394 +# CONFIG_PCCARD is not set
15395 +# CONFIG_HOTPLUG_PCI is not set
15396 +
15397 +#
15398 +# Advanced setup
15399 +#
15400 +# CONFIG_ADVANCED_OPTIONS is not set
15401 +
15402 +#
15403 +# Default settings for advanced configuration options are used
15404 +#
15405 +CONFIG_HIGHMEM_START=0xfe000000
15406 +CONFIG_LOWMEM_SIZE=0x30000000
15407 +CONFIG_KERNEL_START=0xc0000000
15408 +CONFIG_TASK_SIZE=0xc0000000
15409 +CONFIG_CONSISTENT_START=0xff100000
15410 +CONFIG_CONSISTENT_SIZE=0x00200000
15411 +CONFIG_BOOT_LOAD=0x01000000
15412 +
15413 +#
15414 +# Networking
15415 +#
15416 +CONFIG_NET=y
15417 +
15418 +#
15419 +# Networking options
15420 +#
15421 +CONFIG_PACKET=y
15422 +# CONFIG_PACKET_MMAP is not set
15423 +CONFIG_UNIX=y
15424 +# CONFIG_NET_KEY is not set
15425 +CONFIG_INET=y
15426 +# CONFIG_IP_MULTICAST is not set
15427 +# CONFIG_IP_ADVANCED_ROUTER is not set
15428 +CONFIG_IP_FIB_HASH=y
15429 +CONFIG_IP_PNP=y
15430 +CONFIG_IP_PNP_DHCP=y
15431 +CONFIG_IP_PNP_BOOTP=y
15432 +# CONFIG_IP_PNP_RARP is not set
15433 +# CONFIG_NET_IPIP is not set
15434 +# CONFIG_NET_IPGRE is not set
15435 +# CONFIG_ARPD is not set
15436 +# CONFIG_SYN_COOKIES is not set
15437 +# CONFIG_INET_AH is not set
15438 +# CONFIG_INET_ESP is not set
15439 +# CONFIG_INET_IPCOMP is not set
15440 +# CONFIG_INET_XFRM_TUNNEL is not set
15441 +# CONFIG_INET_TUNNEL is not set
15442 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
15443 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
15444 +# CONFIG_INET_XFRM_MODE_BEET is not set
15445 +# CONFIG_INET_LRO is not set
15446 +CONFIG_INET_DIAG=y
15447 +CONFIG_INET_TCP_DIAG=y
15448 +# CONFIG_TCP_CONG_ADVANCED is not set
15449 +CONFIG_TCP_CONG_CUBIC=y
15450 +CONFIG_DEFAULT_TCP_CONG="cubic"
15451 +# CONFIG_TCP_MD5SIG is not set
15452 +# CONFIG_IPV6 is not set
15453 +# CONFIG_INET6_XFRM_TUNNEL is not set
15454 +# CONFIG_INET6_TUNNEL is not set
15455 +# CONFIG_NETWORK_SECMARK is not set
15456 +# CONFIG_NETFILTER is not set
15457 +# CONFIG_IP_DCCP is not set
15458 +# CONFIG_IP_SCTP is not set
15459 +# CONFIG_TIPC is not set
15460 +# CONFIG_ATM is not set
15461 +# CONFIG_BRIDGE is not set
15462 +# CONFIG_VLAN_8021Q is not set
15463 +# CONFIG_DECNET is not set
15464 +# CONFIG_LLC2 is not set
15465 +# CONFIG_IPX is not set
15466 +# CONFIG_ATALK is not set
15467 +# CONFIG_X25 is not set
15468 +# CONFIG_LAPB is not set
15469 +# CONFIG_ECONET is not set
15470 +# CONFIG_WAN_ROUTER is not set
15471 +# CONFIG_NET_SCHED is not set
15472 +
15473 +#
15474 +# Network testing
15475 +#
15476 +# CONFIG_NET_PKTGEN is not set
15477 +# CONFIG_HAMRADIO is not set
15478 +# CONFIG_CAN is not set
15479 +# CONFIG_IRDA is not set
15480 +# CONFIG_BT is not set
15481 +# CONFIG_AF_RXRPC is not set
15482 +
15483 +#
15484 +# Wireless
15485 +#
15486 +# CONFIG_CFG80211 is not set
15487 +# CONFIG_WIRELESS_EXT is not set
15488 +# CONFIG_MAC80211 is not set
15489 +# CONFIG_IEEE80211 is not set
15490 +# CONFIG_RFKILL is not set
15491 +# CONFIG_NET_9P is not set
15492 +
15493 +#
15494 +# Device Drivers
15495 +#
15496 +
15497 +#
15498 +# Generic Driver Options
15499 +#
15500 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
15501 +CONFIG_STANDALONE=y
15502 +CONFIG_PREVENT_FIRMWARE_BUILD=y
15503 +CONFIG_FW_LOADER=y
15504 +# CONFIG_DEBUG_DRIVER is not set
15505 +# CONFIG_DEBUG_DEVRES is not set
15506 +# CONFIG_SYS_HYPERVISOR is not set
15507 +CONFIG_CONNECTOR=y
15508 +CONFIG_PROC_EVENTS=y
15509 +# CONFIG_MTD is not set
15510 +CONFIG_OF_DEVICE=y
15511 +# CONFIG_PARPORT is not set
15512 +CONFIG_BLK_DEV=y
15513 +# CONFIG_BLK_DEV_FD is not set
15514 +# CONFIG_BLK_CPQ_DA is not set
15515 +# CONFIG_BLK_CPQ_CISS_DA is not set
15516 +# CONFIG_BLK_DEV_DAC960 is not set
15517 +# CONFIG_BLK_DEV_UMEM is not set
15518 +# CONFIG_BLK_DEV_COW_COMMON is not set
15519 +# CONFIG_BLK_DEV_LOOP is not set
15520 +# CONFIG_BLK_DEV_NBD is not set
15521 +# CONFIG_BLK_DEV_SX8 is not set
15522 +CONFIG_BLK_DEV_RAM=y
15523 +CONFIG_BLK_DEV_RAM_COUNT=16
15524 +CONFIG_BLK_DEV_RAM_SIZE=35000
15525 +# CONFIG_BLK_DEV_XIP is not set
15526 +# CONFIG_CDROM_PKTCDVD is not set
15527 +# CONFIG_ATA_OVER_ETH is not set
15528 +# CONFIG_XILINX_SYSACE is not set
15529 +# CONFIG_MISC_DEVICES is not set
15530 +CONFIG_HAVE_IDE=y
15531 +# CONFIG_IDE is not set
15532 +
15533 +#
15534 +# SCSI device support
15535 +#
15536 +# CONFIG_RAID_ATTRS is not set
15537 +# CONFIG_SCSI is not set
15538 +# CONFIG_SCSI_DMA is not set
15539 +# CONFIG_SCSI_NETLINK is not set
15540 +# CONFIG_ATA is not set
15541 +# CONFIG_MD is not set
15542 +# CONFIG_FUSION is not set
15543 +
15544 +#
15545 +# IEEE 1394 (FireWire) support
15546 +#
15547 +# CONFIG_FIREWIRE is not set
15548 +# CONFIG_IEEE1394 is not set
15549 +# CONFIG_I2O is not set
15550 +# CONFIG_MACINTOSH_DRIVERS is not set
15551 +CONFIG_NETDEVICES=y
15552 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
15553 +# CONFIG_DUMMY is not set
15554 +# CONFIG_BONDING is not set
15555 +# CONFIG_MACVLAN is not set
15556 +# CONFIG_EQUALIZER is not set
15557 +# CONFIG_TUN is not set
15558 +# CONFIG_VETH is not set
15559 +# CONFIG_ARCNET is not set
15560 +# CONFIG_PHYLIB is not set
15561 +CONFIG_NET_ETHERNET=y
15562 +# CONFIG_MII is not set
15563 +# CONFIG_HAPPYMEAL is not set
15564 +# CONFIG_SUNGEM is not set
15565 +# CONFIG_CASSINI is not set
15566 +# CONFIG_NET_VENDOR_3COM is not set
15567 +# CONFIG_NET_TULIP is not set
15568 +# CONFIG_HP100 is not set
15569 +CONFIG_IBM_NEW_EMAC=y
15570 +CONFIG_IBM_NEW_EMAC_RXB=256
15571 +CONFIG_IBM_NEW_EMAC_TXB=256
15572 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
15573 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
15574 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
15575 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
15576 +CONFIG_IBM_NEW_EMAC_ZMII=y
15577 +CONFIG_IBM_NEW_EMAC_RGMII=y
15578 +CONFIG_IBM_NEW_EMAC_TAH=y
15579 +CONFIG_IBM_NEW_EMAC_EMAC4=y
15580 +# CONFIG_NET_PCI is not set
15581 +# CONFIG_B44 is not set
15582 +# CONFIG_NETDEV_1000 is not set
15583 +# CONFIG_NETDEV_10000 is not set
15584 +# CONFIG_TR is not set
15585 +
15586 +#
15587 +# Wireless LAN
15588 +#
15589 +# CONFIG_WLAN_PRE80211 is not set
15590 +# CONFIG_WLAN_80211 is not set
15591 +# CONFIG_WAN is not set
15592 +# CONFIG_FDDI is not set
15593 +# CONFIG_HIPPI is not set
15594 +# CONFIG_PPP is not set
15595 +# CONFIG_SLIP is not set
15596 +# CONFIG_NETCONSOLE is not set
15597 +# CONFIG_NETPOLL is not set
15598 +# CONFIG_NET_POLL_CONTROLLER is not set
15599 +# CONFIG_ISDN is not set
15600 +# CONFIG_PHONE is not set
15601 +
15602 +#
15603 +# Input device support
15604 +#
15605 +# CONFIG_INPUT is not set
15606 +
15607 +#
15608 +# Hardware I/O ports
15609 +#
15610 +# CONFIG_SERIO is not set
15611 +# CONFIG_GAMEPORT is not set
15612 +
15613 +#
15614 +# Character devices
15615 +#
15616 +# CONFIG_VT is not set
15617 +# CONFIG_SERIAL_NONSTANDARD is not set
15618 +# CONFIG_NOZOMI is not set
15619 +
15620 +#
15621 +# Serial drivers
15622 +#
15623 +CONFIG_SERIAL_8250=y
15624 +CONFIG_SERIAL_8250_CONSOLE=y
15625 +# CONFIG_SERIAL_8250_PCI is not set
15626 +CONFIG_SERIAL_8250_NR_UARTS=4
15627 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
15628 +CONFIG_SERIAL_8250_EXTENDED=y
15629 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
15630 +CONFIG_SERIAL_8250_SHARE_IRQ=y
15631 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
15632 +# CONFIG_SERIAL_8250_RSA is not set
15633 +
15634 +#
15635 +# Non-8250 serial port support
15636 +#
15637 +# CONFIG_SERIAL_UARTLITE is not set
15638 +CONFIG_SERIAL_CORE=y
15639 +CONFIG_SERIAL_CORE_CONSOLE=y
15640 +# CONFIG_SERIAL_JSM is not set
15641 +CONFIG_SERIAL_OF_PLATFORM=y
15642 +CONFIG_UNIX98_PTYS=y
15643 +CONFIG_LEGACY_PTYS=y
15644 +CONFIG_LEGACY_PTY_COUNT=256
15645 +# CONFIG_IPMI_HANDLER is not set
15646 +# CONFIG_HW_RANDOM is not set
15647 +# CONFIG_NVRAM is not set
15648 +# CONFIG_GEN_RTC is not set
15649 +# CONFIG_R3964 is not set
15650 +# CONFIG_APPLICOM is not set
15651 +# CONFIG_RAW_DRIVER is not set
15652 +# CONFIG_TCG_TPM is not set
15653 +CONFIG_DEVPORT=y
15654 +# CONFIG_I2C is not set
15655 +
15656 +#
15657 +# SPI support
15658 +#
15659 +# CONFIG_SPI is not set
15660 +# CONFIG_SPI_MASTER is not set
15661 +# CONFIG_W1 is not set
15662 +# CONFIG_POWER_SUPPLY is not set
15663 +# CONFIG_HWMON is not set
15664 +# CONFIG_THERMAL is not set
15665 +# CONFIG_WATCHDOG is not set
15666 +
15667 +#
15668 +# Sonics Silicon Backplane
15669 +#
15670 +CONFIG_SSB_POSSIBLE=y
15671 +# CONFIG_SSB is not set
15672 +
15673 +#
15674 +# Multifunction device drivers
15675 +#
15676 +# CONFIG_MFD_SM501 is not set
15677 +
15678 +#
15679 +# Multimedia devices
15680 +#
15681 +# CONFIG_VIDEO_DEV is not set
15682 +# CONFIG_DVB_CORE is not set
15683 +CONFIG_DAB=y
15684 +
15685 +#
15686 +# Graphics support
15687 +#
15688 +# CONFIG_AGP is not set
15689 +# CONFIG_DRM is not set
15690 +# CONFIG_VGASTATE is not set
15691 +CONFIG_VIDEO_OUTPUT_CONTROL=m
15692 +# CONFIG_FB is not set
15693 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
15694 +
15695 +#
15696 +# Display device support
15697 +#
15698 +# CONFIG_DISPLAY_SUPPORT is not set
15699 +
15700 +#
15701 +# Sound
15702 +#
15703 +# CONFIG_SOUND is not set
15704 +# CONFIG_USB_SUPPORT is not set
15705 +# CONFIG_MMC is not set
15706 +# CONFIG_MEMSTICK is not set
15707 +# CONFIG_NEW_LEDS is not set
15708 +# CONFIG_INFINIBAND is not set
15709 +# CONFIG_EDAC is not set
15710 +# CONFIG_RTC_CLASS is not set
15711 +
15712 +#
15713 +# Userspace I/O
15714 +#
15715 +# CONFIG_UIO is not set
15716 +
15717 +#
15718 +# File systems
15719 +#
15720 +CONFIG_EXT2_FS=y
15721 +# CONFIG_EXT2_FS_XATTR is not set
15722 +# CONFIG_EXT2_FS_XIP is not set
15723 +# CONFIG_EXT3_FS is not set
15724 +# CONFIG_EXT4DEV_FS is not set
15725 +# CONFIG_REISERFS_FS is not set
15726 +# CONFIG_JFS_FS is not set
15727 +# CONFIG_FS_POSIX_ACL is not set
15728 +# CONFIG_XFS_FS is not set
15729 +# CONFIG_GFS2_FS is not set
15730 +# CONFIG_OCFS2_FS is not set
15731 +CONFIG_DNOTIFY=y
15732 +CONFIG_INOTIFY=y
15733 +CONFIG_INOTIFY_USER=y
15734 +# CONFIG_QUOTA is not set
15735 +# CONFIG_AUTOFS_FS is not set
15736 +# CONFIG_AUTOFS4_FS is not set
15737 +# CONFIG_FUSE_FS is not set
15738 +
15739 +#
15740 +# CD-ROM/DVD Filesystems
15741 +#
15742 +# CONFIG_ISO9660_FS is not set
15743 +# CONFIG_UDF_FS is not set
15744 +
15745 +#
15746 +# DOS/FAT/NT Filesystems
15747 +#
15748 +# CONFIG_MSDOS_FS is not set
15749 +# CONFIG_VFAT_FS is not set
15750 +# CONFIG_NTFS_FS is not set
15751 +
15752 +#
15753 +# Pseudo filesystems
15754 +#
15755 +CONFIG_PROC_FS=y
15756 +CONFIG_PROC_KCORE=y
15757 +CONFIG_PROC_SYSCTL=y
15758 +CONFIG_SYSFS=y
15759 +CONFIG_TMPFS=y
15760 +# CONFIG_TMPFS_POSIX_ACL is not set
15761 +# CONFIG_HUGETLB_PAGE is not set
15762 +# CONFIG_CONFIGFS_FS is not set
15763 +
15764 +#
15765 +# Miscellaneous filesystems
15766 +#
15767 +# CONFIG_ADFS_FS is not set
15768 +# CONFIG_AFFS_FS is not set
15769 +# CONFIG_HFS_FS is not set
15770 +# CONFIG_HFSPLUS_FS is not set
15771 +# CONFIG_BEFS_FS is not set
15772 +# CONFIG_BFS_FS is not set
15773 +# CONFIG_EFS_FS is not set
15774 +CONFIG_CRAMFS=y
15775 +# CONFIG_VXFS_FS is not set
15776 +# CONFIG_MINIX_FS is not set
15777 +# CONFIG_HPFS_FS is not set
15778 +# CONFIG_QNX4FS_FS is not set
15779 +# CONFIG_ROMFS_FS is not set
15780 +# CONFIG_SYSV_FS is not set
15781 +# CONFIG_UFS_FS is not set
15782 +CONFIG_NETWORK_FILESYSTEMS=y
15783 +CONFIG_NFS_FS=y
15784 +CONFIG_NFS_V3=y
15785 +# CONFIG_NFS_V3_ACL is not set
15786 +# CONFIG_NFS_V4 is not set
15787 +# CONFIG_NFS_DIRECTIO is not set
15788 +# CONFIG_NFSD is not set
15789 +CONFIG_ROOT_NFS=y
15790 +CONFIG_LOCKD=y
15791 +CONFIG_LOCKD_V4=y
15792 +CONFIG_NFS_COMMON=y
15793 +CONFIG_SUNRPC=y
15794 +# CONFIG_SUNRPC_BIND34 is not set
15795 +# CONFIG_RPCSEC_GSS_KRB5 is not set
15796 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
15797 +# CONFIG_SMB_FS is not set
15798 +# CONFIG_CIFS is not set
15799 +# CONFIG_NCP_FS is not set
15800 +# CONFIG_CODA_FS is not set
15801 +# CONFIG_AFS_FS is not set
15802 +
15803 +#
15804 +# Partition Types
15805 +#
15806 +# CONFIG_PARTITION_ADVANCED is not set
15807 +CONFIG_MSDOS_PARTITION=y
15808 +# CONFIG_NLS is not set
15809 +# CONFIG_DLM is not set
15810 +
15811 +#
15812 +# Library routines
15813 +#
15814 +CONFIG_BITREVERSE=y
15815 +# CONFIG_CRC_CCITT is not set
15816 +# CONFIG_CRC16 is not set
15817 +# CONFIG_CRC_ITU_T is not set
15818 +CONFIG_CRC32=y
15819 +# CONFIG_CRC7 is not set
15820 +# CONFIG_LIBCRC32C is not set
15821 +CONFIG_ZLIB_INFLATE=y
15822 +CONFIG_PLIST=y
15823 +CONFIG_HAS_IOMEM=y
15824 +CONFIG_HAS_IOPORT=y
15825 +CONFIG_HAS_DMA=y
15826 +
15827 +#
15828 +# Kernel hacking
15829 +#
15830 +# CONFIG_PRINTK_TIME is not set
15831 +CONFIG_ENABLE_WARN_DEPRECATED=y
15832 +CONFIG_ENABLE_MUST_CHECK=y
15833 +CONFIG_MAGIC_SYSRQ=y
15834 +# CONFIG_UNUSED_SYMBOLS is not set
15835 +CONFIG_DEBUG_FS=y
15836 +# CONFIG_HEADERS_CHECK is not set
15837 +CONFIG_DEBUG_KERNEL=y
15838 +# CONFIG_DEBUG_SHIRQ is not set
15839 +CONFIG_DETECT_SOFTLOCKUP=y
15840 +CONFIG_SCHED_DEBUG=y
15841 +# CONFIG_SCHEDSTATS is not set
15842 +# CONFIG_TIMER_STATS is not set
15843 +# CONFIG_SLUB_DEBUG_ON is not set
15844 +# CONFIG_SLUB_STATS is not set
15845 +# CONFIG_DEBUG_RT_MUTEXES is not set
15846 +# CONFIG_RT_MUTEX_TESTER is not set
15847 +# CONFIG_DEBUG_SPINLOCK is not set
15848 +# CONFIG_DEBUG_MUTEXES is not set
15849 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
15850 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
15851 +# CONFIG_DEBUG_KOBJECT is not set
15852 +# CONFIG_DEBUG_BUGVERBOSE is not set
15853 +# CONFIG_DEBUG_INFO is not set
15854 +# CONFIG_DEBUG_VM is not set
15855 +# CONFIG_DEBUG_LIST is not set
15856 +# CONFIG_DEBUG_SG is not set
15857 +# CONFIG_BOOT_PRINTK_DELAY is not set
15858 +# CONFIG_RCU_TORTURE_TEST is not set
15859 +# CONFIG_BACKTRACE_SELF_TEST is not set
15860 +# CONFIG_FAULT_INJECTION is not set
15861 +# CONFIG_SAMPLES is not set
15862 +# CONFIG_DEBUG_STACKOVERFLOW is not set
15863 +# CONFIG_DEBUG_STACK_USAGE is not set
15864 +# CONFIG_DEBUG_PAGEALLOC is not set
15865 +CONFIG_DEBUGGER=y
15866 +# CONFIG_KGDB is not set
15867 +# CONFIG_XMON is not set
15868 +# CONFIG_VIRQ_DEBUG is not set
15869 +# CONFIG_BDI_SWITCH is not set
15870 +# CONFIG_PPC_EARLY_DEBUG is not set
15871 +
15872 +#
15873 +# Security options
15874 +#
15875 +# CONFIG_KEYS is not set
15876 +# CONFIG_SECURITY is not set
15877 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
15878 +# CONFIG_CRYPTO is not set
15879 +# CONFIG_PPC_CLOCK is not set
15880 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/ebony_defconfig powerpc.git/arch/powerpc/configs/44x/ebony_defconfig
15881 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/ebony_defconfig   1970-01-01 01:00:00.000000000 +0100
15882 +++ powerpc.git/arch/powerpc/configs/44x/ebony_defconfig        2008-04-19 16:40:52.000000000 +0200
15883 @@ -0,0 +1,898 @@
15884 +#
15885 +# Automatically generated make config: don't edit
15886 +# Linux kernel version: 2.6.25-rc2
15887 +# Fri Feb 15 21:50:44 2008
15888 +#
15889 +# CONFIG_PPC64 is not set
15890 +
15891 +#
15892 +# Processor support
15893 +#
15894 +# CONFIG_6xx is not set
15895 +# CONFIG_PPC_85xx is not set
15896 +# CONFIG_PPC_8xx is not set
15897 +# CONFIG_40x is not set
15898 +CONFIG_44x=y
15899 +# CONFIG_E200 is not set
15900 +CONFIG_4xx=y
15901 +CONFIG_BOOKE=y
15902 +CONFIG_PTE_64BIT=y
15903 +CONFIG_PHYS_64BIT=y
15904 +# CONFIG_PPC_MM_SLICES is not set
15905 +CONFIG_NOT_COHERENT_CACHE=y
15906 +CONFIG_PPC32=y
15907 +CONFIG_WORD_SIZE=32
15908 +CONFIG_PPC_MERGE=y
15909 +CONFIG_MMU=y
15910 +CONFIG_GENERIC_CMOS_UPDATE=y
15911 +CONFIG_GENERIC_TIME=y
15912 +CONFIG_GENERIC_TIME_VSYSCALL=y
15913 +CONFIG_GENERIC_CLOCKEVENTS=y
15914 +CONFIG_GENERIC_HARDIRQS=y
15915 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
15916 +CONFIG_IRQ_PER_CPU=y
15917 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
15918 +CONFIG_ARCH_HAS_ILOG2_U32=y
15919 +CONFIG_GENERIC_HWEIGHT=y
15920 +CONFIG_GENERIC_CALIBRATE_DELAY=y
15921 +CONFIG_GENERIC_FIND_NEXT_BIT=y
15922 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
15923 +CONFIG_PPC=y
15924 +CONFIG_EARLY_PRINTK=y
15925 +CONFIG_GENERIC_NVRAM=y
15926 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
15927 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
15928 +CONFIG_PPC_OF=y
15929 +CONFIG_OF=y
15930 +CONFIG_PPC_UDBG_16550=y
15931 +# CONFIG_GENERIC_TBSYNC is not set
15932 +CONFIG_AUDIT_ARCH=y
15933 +CONFIG_GENERIC_BUG=y
15934 +# CONFIG_DEFAULT_UIMAGE is not set
15935 +CONFIG_PPC_DCR_NATIVE=y
15936 +# CONFIG_PPC_DCR_MMIO is not set
15937 +CONFIG_PPC_DCR=y
15938 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
15939 +
15940 +#
15941 +# General setup
15942 +#
15943 +CONFIG_EXPERIMENTAL=y
15944 +CONFIG_BROKEN_ON_SMP=y
15945 +CONFIG_INIT_ENV_ARG_LIMIT=32
15946 +CONFIG_LOCALVERSION=""
15947 +CONFIG_LOCALVERSION_AUTO=y
15948 +CONFIG_SWAP=y
15949 +CONFIG_SYSVIPC=y
15950 +CONFIG_SYSVIPC_SYSCTL=y
15951 +CONFIG_POSIX_MQUEUE=y
15952 +# CONFIG_BSD_PROCESS_ACCT is not set
15953 +# CONFIG_TASKSTATS is not set
15954 +# CONFIG_AUDIT is not set
15955 +# CONFIG_IKCONFIG is not set
15956 +CONFIG_LOG_BUF_SHIFT=14
15957 +# CONFIG_CGROUPS is not set
15958 +CONFIG_GROUP_SCHED=y
15959 +CONFIG_FAIR_GROUP_SCHED=y
15960 +# CONFIG_RT_GROUP_SCHED is not set
15961 +CONFIG_USER_SCHED=y
15962 +# CONFIG_CGROUP_SCHED is not set
15963 +CONFIG_SYSFS_DEPRECATED=y
15964 +# CONFIG_RELAY is not set
15965 +# CONFIG_NAMESPACES is not set
15966 +CONFIG_BLK_DEV_INITRD=y
15967 +CONFIG_INITRAMFS_SOURCE=""
15968 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
15969 +CONFIG_SYSCTL=y
15970 +CONFIG_EMBEDDED=y
15971 +CONFIG_SYSCTL_SYSCALL=y
15972 +CONFIG_KALLSYMS=y
15973 +CONFIG_KALLSYMS_ALL=y
15974 +CONFIG_KALLSYMS_EXTRA_PASS=y
15975 +CONFIG_HOTPLUG=y
15976 +CONFIG_PRINTK=y
15977 +CONFIG_BUG=y
15978 +CONFIG_ELF_CORE=y
15979 +CONFIG_COMPAT_BRK=y
15980 +CONFIG_BASE_FULL=y
15981 +CONFIG_FUTEX=y
15982 +CONFIG_ANON_INODES=y
15983 +CONFIG_EPOLL=y
15984 +CONFIG_SIGNALFD=y
15985 +CONFIG_TIMERFD=y
15986 +CONFIG_EVENTFD=y
15987 +CONFIG_SHMEM=y
15988 +CONFIG_VM_EVENT_COUNTERS=y
15989 +CONFIG_SLUB_DEBUG=y
15990 +# CONFIG_SLAB is not set
15991 +CONFIG_SLUB=y
15992 +# CONFIG_SLOB is not set
15993 +# CONFIG_PROFILING is not set
15994 +# CONFIG_MARKERS is not set
15995 +CONFIG_HAVE_OPROFILE=y
15996 +# CONFIG_KPROBES is not set
15997 +CONFIG_HAVE_KPROBES=y
15998 +CONFIG_PROC_PAGE_MONITOR=y
15999 +CONFIG_SLABINFO=y
16000 +CONFIG_RT_MUTEXES=y
16001 +# CONFIG_TINY_SHMEM is not set
16002 +CONFIG_BASE_SMALL=0
16003 +CONFIG_MODULES=y
16004 +CONFIG_MODULE_UNLOAD=y
16005 +# CONFIG_MODULE_FORCE_UNLOAD is not set
16006 +# CONFIG_MODVERSIONS is not set
16007 +# CONFIG_MODULE_SRCVERSION_ALL is not set
16008 +CONFIG_KMOD=y
16009 +CONFIG_BLOCK=y
16010 +CONFIG_LBD=y
16011 +# CONFIG_BLK_DEV_IO_TRACE is not set
16012 +# CONFIG_LSF is not set
16013 +# CONFIG_BLK_DEV_BSG is not set
16014 +
16015 +#
16016 +# IO Schedulers
16017 +#
16018 +CONFIG_IOSCHED_NOOP=y
16019 +CONFIG_IOSCHED_AS=y
16020 +CONFIG_IOSCHED_DEADLINE=y
16021 +CONFIG_IOSCHED_CFQ=y
16022 +CONFIG_DEFAULT_AS=y
16023 +# CONFIG_DEFAULT_DEADLINE is not set
16024 +# CONFIG_DEFAULT_CFQ is not set
16025 +# CONFIG_DEFAULT_NOOP is not set
16026 +CONFIG_DEFAULT_IOSCHED="anticipatory"
16027 +CONFIG_CLASSIC_RCU=y
16028 +# CONFIG_PREEMPT_RCU is not set
16029 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
16030 +
16031 +#
16032 +# Platform support
16033 +#
16034 +# CONFIG_PPC_MPC512x is not set
16035 +# CONFIG_PPC_MPC5121 is not set
16036 +# CONFIG_PPC_CELL is not set
16037 +# CONFIG_PPC_CELL_NATIVE is not set
16038 +# CONFIG_PQ2ADS is not set
16039 +# CONFIG_BAMBOO is not set
16040 +CONFIG_EBONY=y
16041 +# CONFIG_SEQUOIA is not set
16042 +# CONFIG_TAISHAN is not set
16043 +# CONFIG_KATMAI is not set
16044 +# CONFIG_RAINIER is not set
16045 +# CONFIG_WARP is not set
16046 +CONFIG_440GP=y
16047 +# CONFIG_IPIC is not set
16048 +# CONFIG_MPIC is not set
16049 +# CONFIG_MPIC_WEIRD is not set
16050 +# CONFIG_PPC_I8259 is not set
16051 +# CONFIG_PPC_RTAS is not set
16052 +# CONFIG_MMIO_NVRAM is not set
16053 +# CONFIG_PPC_MPC106 is not set
16054 +# CONFIG_PPC_970_NAP is not set
16055 +# CONFIG_PPC_INDIRECT_IO is not set
16056 +# CONFIG_GENERIC_IOMAP is not set
16057 +# CONFIG_CPU_FREQ is not set
16058 +# CONFIG_FSL_ULI1575 is not set
16059 +CONFIG_OF_RTC=y
16060 +
16061 +#
16062 +# Kernel options
16063 +#
16064 +# CONFIG_HIGHMEM is not set
16065 +# CONFIG_TICK_ONESHOT is not set
16066 +# CONFIG_NO_HZ is not set
16067 +# CONFIG_HIGH_RES_TIMERS is not set
16068 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
16069 +# CONFIG_HZ_100 is not set
16070 +CONFIG_HZ_250=y
16071 +# CONFIG_HZ_300 is not set
16072 +# CONFIG_HZ_1000 is not set
16073 +CONFIG_HZ=250
16074 +# CONFIG_SCHED_HRTICK is not set
16075 +CONFIG_PREEMPT_NONE=y
16076 +# CONFIG_PREEMPT_VOLUNTARY is not set
16077 +# CONFIG_PREEMPT is not set
16078 +CONFIG_RCU_TRACE=y
16079 +CONFIG_BINFMT_ELF=y
16080 +# CONFIG_BINFMT_MISC is not set
16081 +CONFIG_MATH_EMULATION=y
16082 +# CONFIG_IOMMU_HELPER is not set
16083 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
16084 +CONFIG_ARCH_HAS_WALK_MEMORY=y
16085 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
16086 +CONFIG_ARCH_FLATMEM_ENABLE=y
16087 +CONFIG_ARCH_POPULATES_NODE_MAP=y
16088 +CONFIG_SELECT_MEMORY_MODEL=y
16089 +CONFIG_FLATMEM_MANUAL=y
16090 +# CONFIG_DISCONTIGMEM_MANUAL is not set
16091 +# CONFIG_SPARSEMEM_MANUAL is not set
16092 +CONFIG_FLATMEM=y
16093 +CONFIG_FLAT_NODE_MEM_MAP=y
16094 +# CONFIG_SPARSEMEM_STATIC is not set
16095 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
16096 +CONFIG_SPLIT_PTLOCK_CPUS=4
16097 +CONFIG_RESOURCES_64BIT=y
16098 +CONFIG_ZONE_DMA_FLAG=1
16099 +CONFIG_BOUNCE=y
16100 +CONFIG_VIRT_TO_BUS=y
16101 +CONFIG_PROC_DEVICETREE=y
16102 +# CONFIG_CMDLINE_BOOL is not set
16103 +CONFIG_SECCOMP=y
16104 +CONFIG_ISA_DMA_API=y
16105 +
16106 +#
16107 +# Bus options
16108 +#
16109 +CONFIG_ZONE_DMA=y
16110 +CONFIG_PPC_INDIRECT_PCI=y
16111 +CONFIG_PCI=y
16112 +CONFIG_PCI_DOMAINS=y
16113 +CONFIG_PCI_SYSCALL=y
16114 +# CONFIG_PCIEPORTBUS is not set
16115 +CONFIG_ARCH_SUPPORTS_MSI=y
16116 +# CONFIG_PCI_MSI is not set
16117 +CONFIG_PCI_LEGACY=y
16118 +# CONFIG_PCI_DEBUG is not set
16119 +# CONFIG_PCCARD is not set
16120 +# CONFIG_HOTPLUG_PCI is not set
16121 +
16122 +#
16123 +# Advanced setup
16124 +#
16125 +# CONFIG_ADVANCED_OPTIONS is not set
16126 +
16127 +#
16128 +# Default settings for advanced configuration options are used
16129 +#
16130 +CONFIG_HIGHMEM_START=0xfe000000
16131 +CONFIG_LOWMEM_SIZE=0x30000000
16132 +CONFIG_KERNEL_START=0xc0000000
16133 +CONFIG_TASK_SIZE=0xc0000000
16134 +CONFIG_CONSISTENT_START=0xff100000
16135 +CONFIG_CONSISTENT_SIZE=0x00200000
16136 +CONFIG_BOOT_LOAD=0x01000000
16137 +
16138 +#
16139 +# Networking
16140 +#
16141 +CONFIG_NET=y
16142 +
16143 +#
16144 +# Networking options
16145 +#
16146 +CONFIG_PACKET=y
16147 +# CONFIG_PACKET_MMAP is not set
16148 +CONFIG_UNIX=y
16149 +# CONFIG_NET_KEY is not set
16150 +CONFIG_INET=y
16151 +# CONFIG_IP_MULTICAST is not set
16152 +# CONFIG_IP_ADVANCED_ROUTER is not set
16153 +CONFIG_IP_FIB_HASH=y
16154 +CONFIG_IP_PNP=y
16155 +CONFIG_IP_PNP_DHCP=y
16156 +CONFIG_IP_PNP_BOOTP=y
16157 +# CONFIG_IP_PNP_RARP is not set
16158 +# CONFIG_NET_IPIP is not set
16159 +# CONFIG_NET_IPGRE is not set
16160 +# CONFIG_ARPD is not set
16161 +# CONFIG_SYN_COOKIES is not set
16162 +# CONFIG_INET_AH is not set
16163 +# CONFIG_INET_ESP is not set
16164 +# CONFIG_INET_IPCOMP is not set
16165 +# CONFIG_INET_XFRM_TUNNEL is not set
16166 +# CONFIG_INET_TUNNEL is not set
16167 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
16168 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
16169 +# CONFIG_INET_XFRM_MODE_BEET is not set
16170 +# CONFIG_INET_LRO is not set
16171 +CONFIG_INET_DIAG=y
16172 +CONFIG_INET_TCP_DIAG=y
16173 +# CONFIG_TCP_CONG_ADVANCED is not set
16174 +CONFIG_TCP_CONG_CUBIC=y
16175 +CONFIG_DEFAULT_TCP_CONG="cubic"
16176 +# CONFIG_TCP_MD5SIG is not set
16177 +# CONFIG_IPV6 is not set
16178 +# CONFIG_INET6_XFRM_TUNNEL is not set
16179 +# CONFIG_INET6_TUNNEL is not set
16180 +# CONFIG_NETWORK_SECMARK is not set
16181 +# CONFIG_NETFILTER is not set
16182 +# CONFIG_IP_DCCP is not set
16183 +# CONFIG_IP_SCTP is not set
16184 +# CONFIG_TIPC is not set
16185 +# CONFIG_ATM is not set
16186 +# CONFIG_BRIDGE is not set
16187 +# CONFIG_VLAN_8021Q is not set
16188 +# CONFIG_DECNET is not set
16189 +# CONFIG_LLC2 is not set
16190 +# CONFIG_IPX is not set
16191 +# CONFIG_ATALK is not set
16192 +# CONFIG_X25 is not set
16193 +# CONFIG_LAPB is not set
16194 +# CONFIG_ECONET is not set
16195 +# CONFIG_WAN_ROUTER is not set
16196 +# CONFIG_NET_SCHED is not set
16197 +
16198 +#
16199 +# Network testing
16200 +#
16201 +# CONFIG_NET_PKTGEN is not set
16202 +# CONFIG_HAMRADIO is not set
16203 +# CONFIG_CAN is not set
16204 +# CONFIG_IRDA is not set
16205 +# CONFIG_BT is not set
16206 +# CONFIG_AF_RXRPC is not set
16207 +
16208 +#
16209 +# Wireless
16210 +#
16211 +# CONFIG_CFG80211 is not set
16212 +# CONFIG_WIRELESS_EXT is not set
16213 +# CONFIG_MAC80211 is not set
16214 +# CONFIG_IEEE80211 is not set
16215 +# CONFIG_RFKILL is not set
16216 +# CONFIG_NET_9P is not set
16217 +
16218 +#
16219 +# Device Drivers
16220 +#
16221 +
16222 +#
16223 +# Generic Driver Options
16224 +#
16225 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
16226 +CONFIG_STANDALONE=y
16227 +CONFIG_PREVENT_FIRMWARE_BUILD=y
16228 +CONFIG_FW_LOADER=y
16229 +# CONFIG_DEBUG_DRIVER is not set
16230 +# CONFIG_DEBUG_DEVRES is not set
16231 +# CONFIG_SYS_HYPERVISOR is not set
16232 +CONFIG_CONNECTOR=y
16233 +CONFIG_PROC_EVENTS=y
16234 +CONFIG_MTD=y
16235 +# CONFIG_MTD_DEBUG is not set
16236 +# CONFIG_MTD_CONCAT is not set
16237 +CONFIG_MTD_PARTITIONS=y
16238 +# CONFIG_MTD_REDBOOT_PARTS is not set
16239 +# CONFIG_MTD_CMDLINE_PARTS is not set
16240 +CONFIG_MTD_OF_PARTS=y
16241 +
16242 +#
16243 +# User Modules And Translation Layers
16244 +#
16245 +CONFIG_MTD_CHAR=y
16246 +CONFIG_MTD_BLKDEVS=y
16247 +CONFIG_MTD_BLOCK=y
16248 +# CONFIG_FTL is not set
16249 +# CONFIG_NFTL is not set
16250 +# CONFIG_INFTL is not set
16251 +# CONFIG_RFD_FTL is not set
16252 +# CONFIG_SSFDC is not set
16253 +# CONFIG_MTD_OOPS is not set
16254 +
16255 +#
16256 +# RAM/ROM/Flash chip drivers
16257 +#
16258 +CONFIG_MTD_CFI=y
16259 +CONFIG_MTD_JEDECPROBE=y
16260 +CONFIG_MTD_GEN_PROBE=y
16261 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
16262 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
16263 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
16264 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
16265 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
16266 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
16267 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
16268 +CONFIG_MTD_CFI_I1=y
16269 +CONFIG_MTD_CFI_I2=y
16270 +# CONFIG_MTD_CFI_I4 is not set
16271 +# CONFIG_MTD_CFI_I8 is not set
16272 +# CONFIG_MTD_CFI_INTELEXT is not set
16273 +CONFIG_MTD_CFI_AMDSTD=y
16274 +# CONFIG_MTD_CFI_STAA is not set
16275 +CONFIG_MTD_CFI_UTIL=y
16276 +# CONFIG_MTD_RAM is not set
16277 +# CONFIG_MTD_ROM is not set
16278 +# CONFIG_MTD_ABSENT is not set
16279 +
16280 +#
16281 +# Mapping drivers for chip access
16282 +#
16283 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
16284 +# CONFIG_MTD_PHYSMAP is not set
16285 +CONFIG_MTD_PHYSMAP_OF=y
16286 +# CONFIG_MTD_INTEL_VR_NOR is not set
16287 +# CONFIG_MTD_PLATRAM is not set
16288 +
16289 +#
16290 +# Self-contained MTD device drivers
16291 +#
16292 +# CONFIG_MTD_PMC551 is not set
16293 +# CONFIG_MTD_SLRAM is not set
16294 +# CONFIG_MTD_PHRAM is not set
16295 +# CONFIG_MTD_MTDRAM is not set
16296 +# CONFIG_MTD_BLOCK2MTD is not set
16297 +
16298 +#
16299 +# Disk-On-Chip Device Drivers
16300 +#
16301 +# CONFIG_MTD_DOC2000 is not set
16302 +# CONFIG_MTD_DOC2001 is not set
16303 +# CONFIG_MTD_DOC2001PLUS is not set
16304 +# CONFIG_MTD_NAND is not set
16305 +# CONFIG_MTD_ONENAND is not set
16306 +
16307 +#
16308 +# UBI - Unsorted block images
16309 +#
16310 +# CONFIG_MTD_UBI is not set
16311 +CONFIG_OF_DEVICE=y
16312 +# CONFIG_PARPORT is not set
16313 +CONFIG_BLK_DEV=y
16314 +# CONFIG_BLK_DEV_FD is not set
16315 +# CONFIG_BLK_CPQ_DA is not set
16316 +# CONFIG_BLK_CPQ_CISS_DA is not set
16317 +# CONFIG_BLK_DEV_DAC960 is not set
16318 +# CONFIG_BLK_DEV_UMEM is not set
16319 +# CONFIG_BLK_DEV_COW_COMMON is not set
16320 +# CONFIG_BLK_DEV_LOOP is not set
16321 +# CONFIG_BLK_DEV_NBD is not set
16322 +# CONFIG_BLK_DEV_SX8 is not set
16323 +CONFIG_BLK_DEV_RAM=y
16324 +CONFIG_BLK_DEV_RAM_COUNT=16
16325 +CONFIG_BLK_DEV_RAM_SIZE=35000
16326 +# CONFIG_BLK_DEV_XIP is not set
16327 +# CONFIG_CDROM_PKTCDVD is not set
16328 +# CONFIG_ATA_OVER_ETH is not set
16329 +# CONFIG_XILINX_SYSACE is not set
16330 +CONFIG_MISC_DEVICES=y
16331 +# CONFIG_PHANTOM is not set
16332 +# CONFIG_EEPROM_93CX6 is not set
16333 +# CONFIG_SGI_IOC4 is not set
16334 +# CONFIG_TIFM_CORE is not set
16335 +# CONFIG_ENCLOSURE_SERVICES is not set
16336 +CONFIG_HAVE_IDE=y
16337 +# CONFIG_IDE is not set
16338 +
16339 +#
16340 +# SCSI device support
16341 +#
16342 +# CONFIG_RAID_ATTRS is not set
16343 +# CONFIG_SCSI is not set
16344 +# CONFIG_SCSI_DMA is not set
16345 +# CONFIG_SCSI_NETLINK is not set
16346 +# CONFIG_ATA is not set
16347 +# CONFIG_MD is not set
16348 +# CONFIG_FUSION is not set
16349 +
16350 +#
16351 +# IEEE 1394 (FireWire) support
16352 +#
16353 +# CONFIG_FIREWIRE is not set
16354 +# CONFIG_IEEE1394 is not set
16355 +# CONFIG_I2O is not set
16356 +# CONFIG_MACINTOSH_DRIVERS is not set
16357 +CONFIG_NETDEVICES=y
16358 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
16359 +# CONFIG_DUMMY is not set
16360 +# CONFIG_BONDING is not set
16361 +# CONFIG_MACVLAN is not set
16362 +# CONFIG_EQUALIZER is not set
16363 +# CONFIG_TUN is not set
16364 +# CONFIG_VETH is not set
16365 +# CONFIG_ARCNET is not set
16366 +# CONFIG_PHYLIB is not set
16367 +CONFIG_NET_ETHERNET=y
16368 +# CONFIG_MII is not set
16369 +# CONFIG_HAPPYMEAL is not set
16370 +# CONFIG_SUNGEM is not set
16371 +# CONFIG_CASSINI is not set
16372 +# CONFIG_NET_VENDOR_3COM is not set
16373 +# CONFIG_NET_TULIP is not set
16374 +# CONFIG_HP100 is not set
16375 +CONFIG_IBM_NEW_EMAC=y
16376 +CONFIG_IBM_NEW_EMAC_RXB=128
16377 +CONFIG_IBM_NEW_EMAC_TXB=64
16378 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
16379 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
16380 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
16381 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
16382 +CONFIG_IBM_NEW_EMAC_ZMII=y
16383 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
16384 +# CONFIG_IBM_NEW_EMAC_TAH is not set
16385 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
16386 +# CONFIG_NET_PCI is not set
16387 +# CONFIG_B44 is not set
16388 +CONFIG_NETDEV_1000=y
16389 +# CONFIG_ACENIC is not set
16390 +# CONFIG_DL2K is not set
16391 +# CONFIG_E1000 is not set
16392 +# CONFIG_E1000E is not set
16393 +# CONFIG_E1000E_ENABLED is not set
16394 +# CONFIG_IP1000 is not set
16395 +# CONFIG_IGB is not set
16396 +# CONFIG_NS83820 is not set
16397 +# CONFIG_HAMACHI is not set
16398 +# CONFIG_YELLOWFIN is not set
16399 +# CONFIG_R8169 is not set
16400 +# CONFIG_SIS190 is not set
16401 +# CONFIG_SKGE is not set
16402 +# CONFIG_SKY2 is not set
16403 +# CONFIG_SK98LIN is not set
16404 +# CONFIG_VIA_VELOCITY is not set
16405 +# CONFIG_TIGON3 is not set
16406 +# CONFIG_BNX2 is not set
16407 +# CONFIG_QLA3XXX is not set
16408 +# CONFIG_ATL1 is not set
16409 +CONFIG_NETDEV_10000=y
16410 +# CONFIG_CHELSIO_T1 is not set
16411 +# CONFIG_CHELSIO_T3 is not set
16412 +# CONFIG_IXGBE is not set
16413 +# CONFIG_IXGB is not set
16414 +# CONFIG_S2IO is not set
16415 +# CONFIG_MYRI10GE is not set
16416 +# CONFIG_NETXEN_NIC is not set
16417 +# CONFIG_NIU is not set
16418 +# CONFIG_MLX4_CORE is not set
16419 +# CONFIG_TEHUTI is not set
16420 +# CONFIG_BNX2X is not set
16421 +# CONFIG_TR is not set
16422 +
16423 +#
16424 +# Wireless LAN
16425 +#
16426 +# CONFIG_WLAN_PRE80211 is not set
16427 +# CONFIG_WLAN_80211 is not set
16428 +# CONFIG_WAN is not set
16429 +# CONFIG_FDDI is not set
16430 +# CONFIG_HIPPI is not set
16431 +# CONFIG_PPP is not set
16432 +# CONFIG_SLIP is not set
16433 +# CONFIG_NETCONSOLE is not set
16434 +# CONFIG_NETPOLL is not set
16435 +# CONFIG_NET_POLL_CONTROLLER is not set
16436 +# CONFIG_ISDN is not set
16437 +# CONFIG_PHONE is not set
16438 +
16439 +#
16440 +# Input device support
16441 +#
16442 +# CONFIG_INPUT is not set
16443 +
16444 +#
16445 +# Hardware I/O ports
16446 +#
16447 +# CONFIG_SERIO is not set
16448 +# CONFIG_GAMEPORT is not set
16449 +
16450 +#
16451 +# Character devices
16452 +#
16453 +# CONFIG_VT is not set
16454 +# CONFIG_SERIAL_NONSTANDARD is not set
16455 +# CONFIG_NOZOMI is not set
16456 +
16457 +#
16458 +# Serial drivers
16459 +#
16460 +CONFIG_SERIAL_8250=y
16461 +CONFIG_SERIAL_8250_CONSOLE=y
16462 +# CONFIG_SERIAL_8250_PCI is not set
16463 +CONFIG_SERIAL_8250_NR_UARTS=4
16464 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
16465 +CONFIG_SERIAL_8250_EXTENDED=y
16466 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
16467 +CONFIG_SERIAL_8250_SHARE_IRQ=y
16468 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
16469 +# CONFIG_SERIAL_8250_RSA is not set
16470 +
16471 +#
16472 +# Non-8250 serial port support
16473 +#
16474 +# CONFIG_SERIAL_UARTLITE is not set
16475 +CONFIG_SERIAL_CORE=y
16476 +CONFIG_SERIAL_CORE_CONSOLE=y
16477 +# CONFIG_SERIAL_JSM is not set
16478 +CONFIG_SERIAL_OF_PLATFORM=y
16479 +CONFIG_UNIX98_PTYS=y
16480 +CONFIG_LEGACY_PTYS=y
16481 +CONFIG_LEGACY_PTY_COUNT=256
16482 +# CONFIG_IPMI_HANDLER is not set
16483 +# CONFIG_HW_RANDOM is not set
16484 +# CONFIG_NVRAM is not set
16485 +# CONFIG_GEN_RTC is not set
16486 +# CONFIG_R3964 is not set
16487 +# CONFIG_APPLICOM is not set
16488 +# CONFIG_RAW_DRIVER is not set
16489 +# CONFIG_TCG_TPM is not set
16490 +CONFIG_DEVPORT=y
16491 +# CONFIG_I2C is not set
16492 +
16493 +#
16494 +# SPI support
16495 +#
16496 +# CONFIG_SPI is not set
16497 +# CONFIG_SPI_MASTER is not set
16498 +# CONFIG_W1 is not set
16499 +# CONFIG_POWER_SUPPLY is not set
16500 +# CONFIG_HWMON is not set
16501 +CONFIG_THERMAL=y
16502 +# CONFIG_WATCHDOG is not set
16503 +
16504 +#
16505 +# Sonics Silicon Backplane
16506 +#
16507 +CONFIG_SSB_POSSIBLE=y
16508 +# CONFIG_SSB is not set
16509 +
16510 +#
16511 +# Multifunction device drivers
16512 +#
16513 +# CONFIG_MFD_SM501 is not set
16514 +
16515 +#
16516 +# Multimedia devices
16517 +#
16518 +# CONFIG_VIDEO_DEV is not set
16519 +# CONFIG_DVB_CORE is not set
16520 +# CONFIG_DAB is not set
16521 +
16522 +#
16523 +# Graphics support
16524 +#
16525 +# CONFIG_AGP is not set
16526 +# CONFIG_DRM is not set
16527 +# CONFIG_VGASTATE is not set
16528 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
16529 +# CONFIG_FB is not set
16530 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
16531 +
16532 +#
16533 +# Display device support
16534 +#
16535 +# CONFIG_DISPLAY_SUPPORT is not set
16536 +
16537 +#
16538 +# Sound
16539 +#
16540 +# CONFIG_SOUND is not set
16541 +CONFIG_USB_SUPPORT=y
16542 +CONFIG_USB_ARCH_HAS_HCD=y
16543 +CONFIG_USB_ARCH_HAS_OHCI=y
16544 +CONFIG_USB_ARCH_HAS_EHCI=y
16545 +# CONFIG_USB is not set
16546 +
16547 +#
16548 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
16549 +#
16550 +# CONFIG_USB_GADGET is not set
16551 +# CONFIG_MMC is not set
16552 +# CONFIG_MEMSTICK is not set
16553 +# CONFIG_NEW_LEDS is not set
16554 +# CONFIG_INFINIBAND is not set
16555 +# CONFIG_EDAC is not set
16556 +# CONFIG_RTC_CLASS is not set
16557 +
16558 +#
16559 +# Userspace I/O
16560 +#
16561 +# CONFIG_UIO is not set
16562 +
16563 +#
16564 +# File systems
16565 +#
16566 +CONFIG_EXT2_FS=y
16567 +# CONFIG_EXT2_FS_XATTR is not set
16568 +# CONFIG_EXT2_FS_XIP is not set
16569 +# CONFIG_EXT3_FS is not set
16570 +# CONFIG_EXT4DEV_FS is not set
16571 +# CONFIG_REISERFS_FS is not set
16572 +# CONFIG_JFS_FS is not set
16573 +# CONFIG_FS_POSIX_ACL is not set
16574 +# CONFIG_XFS_FS is not set
16575 +# CONFIG_GFS2_FS is not set
16576 +# CONFIG_OCFS2_FS is not set
16577 +CONFIG_DNOTIFY=y
16578 +CONFIG_INOTIFY=y
16579 +CONFIG_INOTIFY_USER=y
16580 +# CONFIG_QUOTA is not set
16581 +# CONFIG_AUTOFS_FS is not set
16582 +# CONFIG_AUTOFS4_FS is not set
16583 +# CONFIG_FUSE_FS is not set
16584 +
16585 +#
16586 +# CD-ROM/DVD Filesystems
16587 +#
16588 +# CONFIG_ISO9660_FS is not set
16589 +# CONFIG_UDF_FS is not set
16590 +
16591 +#
16592 +# DOS/FAT/NT Filesystems
16593 +#
16594 +# CONFIG_MSDOS_FS is not set
16595 +# CONFIG_VFAT_FS is not set
16596 +# CONFIG_NTFS_FS is not set
16597 +
16598 +#
16599 +# Pseudo filesystems
16600 +#
16601 +CONFIG_PROC_FS=y
16602 +CONFIG_PROC_KCORE=y
16603 +CONFIG_PROC_SYSCTL=y
16604 +CONFIG_SYSFS=y
16605 +CONFIG_TMPFS=y
16606 +# CONFIG_TMPFS_POSIX_ACL is not set
16607 +# CONFIG_HUGETLB_PAGE is not set
16608 +# CONFIG_CONFIGFS_FS is not set
16609 +
16610 +#
16611 +# Miscellaneous filesystems
16612 +#
16613 +# CONFIG_ADFS_FS is not set
16614 +# CONFIG_AFFS_FS is not set
16615 +# CONFIG_HFS_FS is not set
16616 +# CONFIG_HFSPLUS_FS is not set
16617 +# CONFIG_BEFS_FS is not set
16618 +# CONFIG_BFS_FS is not set
16619 +# CONFIG_EFS_FS is not set
16620 +CONFIG_JFFS2_FS=y
16621 +CONFIG_JFFS2_FS_DEBUG=0
16622 +CONFIG_JFFS2_FS_WRITEBUFFER=y
16623 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
16624 +# CONFIG_JFFS2_SUMMARY is not set
16625 +# CONFIG_JFFS2_FS_XATTR is not set
16626 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
16627 +CONFIG_JFFS2_ZLIB=y
16628 +# CONFIG_JFFS2_LZO is not set
16629 +CONFIG_JFFS2_RTIME=y
16630 +# CONFIG_JFFS2_RUBIN is not set
16631 +CONFIG_CRAMFS=y
16632 +# CONFIG_VXFS_FS is not set
16633 +# CONFIG_MINIX_FS is not set
16634 +# CONFIG_HPFS_FS is not set
16635 +# CONFIG_QNX4FS_FS is not set
16636 +# CONFIG_ROMFS_FS is not set
16637 +# CONFIG_SYSV_FS is not set
16638 +# CONFIG_UFS_FS is not set
16639 +CONFIG_NETWORK_FILESYSTEMS=y
16640 +CONFIG_NFS_FS=y
16641 +CONFIG_NFS_V3=y
16642 +# CONFIG_NFS_V3_ACL is not set
16643 +# CONFIG_NFS_V4 is not set
16644 +# CONFIG_NFS_DIRECTIO is not set
16645 +# CONFIG_NFSD is not set
16646 +CONFIG_ROOT_NFS=y
16647 +CONFIG_LOCKD=y
16648 +CONFIG_LOCKD_V4=y
16649 +CONFIG_NFS_COMMON=y
16650 +CONFIG_SUNRPC=y
16651 +# CONFIG_SUNRPC_BIND34 is not set
16652 +# CONFIG_RPCSEC_GSS_KRB5 is not set
16653 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
16654 +# CONFIG_SMB_FS is not set
16655 +# CONFIG_CIFS is not set
16656 +# CONFIG_NCP_FS is not set
16657 +# CONFIG_CODA_FS is not set
16658 +# CONFIG_AFS_FS is not set
16659 +
16660 +#
16661 +# Partition Types
16662 +#
16663 +# CONFIG_PARTITION_ADVANCED is not set
16664 +CONFIG_MSDOS_PARTITION=y
16665 +# CONFIG_NLS is not set
16666 +# CONFIG_DLM is not set
16667 +
16668 +#
16669 +# Library routines
16670 +#
16671 +CONFIG_BITREVERSE=y
16672 +# CONFIG_CRC_CCITT is not set
16673 +# CONFIG_CRC16 is not set
16674 +# CONFIG_CRC_ITU_T is not set
16675 +CONFIG_CRC32=y
16676 +# CONFIG_CRC7 is not set
16677 +# CONFIG_LIBCRC32C is not set
16678 +CONFIG_ZLIB_INFLATE=y
16679 +CONFIG_ZLIB_DEFLATE=y
16680 +CONFIG_PLIST=y
16681 +CONFIG_HAS_IOMEM=y
16682 +CONFIG_HAS_IOPORT=y
16683 +CONFIG_HAS_DMA=y
16684 +
16685 +#
16686 +# Kernel hacking
16687 +#
16688 +# CONFIG_PRINTK_TIME is not set
16689 +CONFIG_ENABLE_WARN_DEPRECATED=y
16690 +CONFIG_ENABLE_MUST_CHECK=y
16691 +CONFIG_MAGIC_SYSRQ=y
16692 +# CONFIG_UNUSED_SYMBOLS is not set
16693 +CONFIG_DEBUG_FS=y
16694 +# CONFIG_HEADERS_CHECK is not set
16695 +CONFIG_DEBUG_KERNEL=y
16696 +# CONFIG_DEBUG_SHIRQ is not set
16697 +CONFIG_DETECT_SOFTLOCKUP=y
16698 +CONFIG_SCHED_DEBUG=y
16699 +# CONFIG_SCHEDSTATS is not set
16700 +# CONFIG_TIMER_STATS is not set
16701 +# CONFIG_SLUB_DEBUG_ON is not set
16702 +# CONFIG_SLUB_STATS is not set
16703 +# CONFIG_DEBUG_RT_MUTEXES is not set
16704 +# CONFIG_RT_MUTEX_TESTER is not set
16705 +# CONFIG_DEBUG_SPINLOCK is not set
16706 +# CONFIG_DEBUG_MUTEXES is not set
16707 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
16708 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
16709 +# CONFIG_DEBUG_KOBJECT is not set
16710 +CONFIG_DEBUG_BUGVERBOSE=y
16711 +# CONFIG_DEBUG_INFO is not set
16712 +# CONFIG_DEBUG_VM is not set
16713 +# CONFIG_DEBUG_LIST is not set
16714 +# CONFIG_DEBUG_SG is not set
16715 +# CONFIG_BOOT_PRINTK_DELAY is not set
16716 +# CONFIG_RCU_TORTURE_TEST is not set
16717 +# CONFIG_BACKTRACE_SELF_TEST is not set
16718 +# CONFIG_FAULT_INJECTION is not set
16719 +# CONFIG_SAMPLES is not set
16720 +# CONFIG_DEBUG_STACKOVERFLOW is not set
16721 +# CONFIG_DEBUG_STACK_USAGE is not set
16722 +# CONFIG_DEBUG_PAGEALLOC is not set
16723 +# CONFIG_DEBUGGER is not set
16724 +# CONFIG_VIRQ_DEBUG is not set
16725 +# CONFIG_BDI_SWITCH is not set
16726 +# CONFIG_PPC_EARLY_DEBUG is not set
16727 +
16728 +#
16729 +# Security options
16730 +#
16731 +# CONFIG_KEYS is not set
16732 +# CONFIG_SECURITY is not set
16733 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
16734 +CONFIG_CRYPTO=y
16735 +CONFIG_CRYPTO_ALGAPI=y
16736 +CONFIG_CRYPTO_BLKCIPHER=y
16737 +# CONFIG_CRYPTO_SEQIV is not set
16738 +CONFIG_CRYPTO_MANAGER=y
16739 +# CONFIG_CRYPTO_HMAC is not set
16740 +# CONFIG_CRYPTO_XCBC is not set
16741 +# CONFIG_CRYPTO_NULL is not set
16742 +# CONFIG_CRYPTO_MD4 is not set
16743 +CONFIG_CRYPTO_MD5=y
16744 +# CONFIG_CRYPTO_SHA1 is not set
16745 +# CONFIG_CRYPTO_SHA256 is not set
16746 +# CONFIG_CRYPTO_SHA512 is not set
16747 +# CONFIG_CRYPTO_WP512 is not set
16748 +# CONFIG_CRYPTO_TGR192 is not set
16749 +# CONFIG_CRYPTO_GF128MUL is not set
16750 +CONFIG_CRYPTO_ECB=y
16751 +CONFIG_CRYPTO_CBC=y
16752 +CONFIG_CRYPTO_PCBC=y
16753 +# CONFIG_CRYPTO_LRW is not set
16754 +# CONFIG_CRYPTO_XTS is not set
16755 +# CONFIG_CRYPTO_CTR is not set
16756 +# CONFIG_CRYPTO_GCM is not set
16757 +# CONFIG_CRYPTO_CCM is not set
16758 +# CONFIG_CRYPTO_CRYPTD is not set
16759 +CONFIG_CRYPTO_DES=y
16760 +# CONFIG_CRYPTO_FCRYPT is not set
16761 +# CONFIG_CRYPTO_BLOWFISH is not set
16762 +# CONFIG_CRYPTO_TWOFISH is not set
16763 +# CONFIG_CRYPTO_SERPENT is not set
16764 +# CONFIG_CRYPTO_AES is not set
16765 +# CONFIG_CRYPTO_CAST5 is not set
16766 +# CONFIG_CRYPTO_CAST6 is not set
16767 +# CONFIG_CRYPTO_TEA is not set
16768 +# CONFIG_CRYPTO_ARC4 is not set
16769 +# CONFIG_CRYPTO_KHAZAD is not set
16770 +# CONFIG_CRYPTO_ANUBIS is not set
16771 +# CONFIG_CRYPTO_SEED is not set
16772 +# CONFIG_CRYPTO_SALSA20 is not set
16773 +# CONFIG_CRYPTO_DEFLATE is not set
16774 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
16775 +# CONFIG_CRYPTO_CRC32C is not set
16776 +# CONFIG_CRYPTO_CAMELLIA is not set
16777 +# CONFIG_CRYPTO_TEST is not set
16778 +# CONFIG_CRYPTO_AUTHENC is not set
16779 +# CONFIG_CRYPTO_LZO is not set
16780 +# CONFIG_CRYPTO_HW is not set
16781 +# CONFIG_PPC_CLOCK is not set
16782 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/katmai_defconfig powerpc.git/arch/powerpc/configs/44x/katmai_defconfig
16783 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/katmai_defconfig  1970-01-01 01:00:00.000000000 +0100
16784 +++ powerpc.git/arch/powerpc/configs/44x/katmai_defconfig       2008-04-19 16:40:52.000000000 +0200
16785 @@ -0,0 +1,790 @@
16786 +#
16787 +# Automatically generated make config: don't edit
16788 +# Linux kernel version: 2.6.24-rc6
16789 +# Mon Dec 24 11:17:43 2007
16790 +#
16791 +# CONFIG_PPC64 is not set
16792 +
16793 +#
16794 +# Processor support
16795 +#
16796 +# CONFIG_6xx is not set
16797 +# CONFIG_PPC_85xx is not set
16798 +# CONFIG_PPC_8xx is not set
16799 +# CONFIG_40x is not set
16800 +CONFIG_44x=y
16801 +# CONFIG_E200 is not set
16802 +CONFIG_4xx=y
16803 +CONFIG_BOOKE=y
16804 +CONFIG_PTE_64BIT=y
16805 +CONFIG_PHYS_64BIT=y
16806 +# CONFIG_PPC_MM_SLICES is not set
16807 +CONFIG_NOT_COHERENT_CACHE=y
16808 +CONFIG_PPC32=y
16809 +CONFIG_WORD_SIZE=32
16810 +CONFIG_PPC_MERGE=y
16811 +CONFIG_MMU=y
16812 +CONFIG_GENERIC_CMOS_UPDATE=y
16813 +CONFIG_GENERIC_TIME=y
16814 +CONFIG_GENERIC_TIME_VSYSCALL=y
16815 +CONFIG_GENERIC_CLOCKEVENTS=y
16816 +CONFIG_GENERIC_HARDIRQS=y
16817 +CONFIG_IRQ_PER_CPU=y
16818 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
16819 +CONFIG_ARCH_HAS_ILOG2_U32=y
16820 +CONFIG_GENERIC_HWEIGHT=y
16821 +CONFIG_GENERIC_CALIBRATE_DELAY=y
16822 +CONFIG_GENERIC_FIND_NEXT_BIT=y
16823 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
16824 +CONFIG_PPC=y
16825 +CONFIG_EARLY_PRINTK=y
16826 +CONFIG_GENERIC_NVRAM=y
16827 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
16828 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
16829 +CONFIG_PPC_OF=y
16830 +CONFIG_OF=y
16831 +CONFIG_PPC_UDBG_16550=y
16832 +# CONFIG_GENERIC_TBSYNC is not set
16833 +CONFIG_AUDIT_ARCH=y
16834 +CONFIG_GENERIC_BUG=y
16835 +# CONFIG_DEFAULT_UIMAGE is not set
16836 +CONFIG_PPC_DCR_NATIVE=y
16837 +# CONFIG_PPC_DCR_MMIO is not set
16838 +CONFIG_PPC_DCR=y
16839 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
16840 +
16841 +#
16842 +# General setup
16843 +#
16844 +CONFIG_EXPERIMENTAL=y
16845 +CONFIG_BROKEN_ON_SMP=y
16846 +CONFIG_INIT_ENV_ARG_LIMIT=32
16847 +CONFIG_LOCALVERSION=""
16848 +CONFIG_LOCALVERSION_AUTO=y
16849 +CONFIG_SWAP=y
16850 +CONFIG_SYSVIPC=y
16851 +CONFIG_SYSVIPC_SYSCTL=y
16852 +CONFIG_POSIX_MQUEUE=y
16853 +# CONFIG_BSD_PROCESS_ACCT is not set
16854 +# CONFIG_TASKSTATS is not set
16855 +# CONFIG_USER_NS is not set
16856 +# CONFIG_PID_NS is not set
16857 +# CONFIG_AUDIT is not set
16858 +# CONFIG_IKCONFIG is not set
16859 +CONFIG_LOG_BUF_SHIFT=14
16860 +# CONFIG_CGROUPS is not set
16861 +CONFIG_FAIR_GROUP_SCHED=y
16862 +CONFIG_FAIR_USER_SCHED=y
16863 +# CONFIG_FAIR_CGROUP_SCHED is not set
16864 +CONFIG_SYSFS_DEPRECATED=y
16865 +# CONFIG_RELAY is not set
16866 +CONFIG_BLK_DEV_INITRD=y
16867 +CONFIG_INITRAMFS_SOURCE=""
16868 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
16869 +CONFIG_SYSCTL=y
16870 +CONFIG_EMBEDDED=y
16871 +CONFIG_SYSCTL_SYSCALL=y
16872 +CONFIG_KALLSYMS=y
16873 +# CONFIG_KALLSYMS_ALL is not set
16874 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
16875 +CONFIG_HOTPLUG=y
16876 +CONFIG_PRINTK=y
16877 +CONFIG_BUG=y
16878 +CONFIG_ELF_CORE=y
16879 +CONFIG_BASE_FULL=y
16880 +CONFIG_FUTEX=y
16881 +CONFIG_ANON_INODES=y
16882 +CONFIG_EPOLL=y
16883 +CONFIG_SIGNALFD=y
16884 +CONFIG_EVENTFD=y
16885 +CONFIG_SHMEM=y
16886 +CONFIG_VM_EVENT_COUNTERS=y
16887 +CONFIG_SLUB_DEBUG=y
16888 +# CONFIG_SLAB is not set
16889 +CONFIG_SLUB=y
16890 +# CONFIG_SLOB is not set
16891 +CONFIG_RT_MUTEXES=y
16892 +# CONFIG_TINY_SHMEM is not set
16893 +CONFIG_BASE_SMALL=0
16894 +CONFIG_MODULES=y
16895 +CONFIG_MODULE_UNLOAD=y
16896 +# CONFIG_MODULE_FORCE_UNLOAD is not set
16897 +# CONFIG_MODVERSIONS is not set
16898 +# CONFIG_MODULE_SRCVERSION_ALL is not set
16899 +CONFIG_KMOD=y
16900 +CONFIG_BLOCK=y
16901 +CONFIG_LBD=y
16902 +# CONFIG_BLK_DEV_IO_TRACE is not set
16903 +# CONFIG_LSF is not set
16904 +# CONFIG_BLK_DEV_BSG is not set
16905 +
16906 +#
16907 +# IO Schedulers
16908 +#
16909 +CONFIG_IOSCHED_NOOP=y
16910 +CONFIG_IOSCHED_AS=y
16911 +CONFIG_IOSCHED_DEADLINE=y
16912 +CONFIG_IOSCHED_CFQ=y
16913 +CONFIG_DEFAULT_AS=y
16914 +# CONFIG_DEFAULT_DEADLINE is not set
16915 +# CONFIG_DEFAULT_CFQ is not set
16916 +# CONFIG_DEFAULT_NOOP is not set
16917 +CONFIG_DEFAULT_IOSCHED="anticipatory"
16918 +CONFIG_PPC4xx_PCI_EXPRESS=y
16919 +
16920 +#
16921 +# Platform support
16922 +#
16923 +# CONFIG_PPC_MPC52xx is not set
16924 +# CONFIG_PPC_MPC5200 is not set
16925 +# CONFIG_PPC_CELL is not set
16926 +# CONFIG_PPC_CELL_NATIVE is not set
16927 +# CONFIG_PQ2ADS is not set
16928 +# CONFIG_BAMBOO is not set
16929 +# CONFIG_EBONY is not set
16930 +# CONFIG_SEQUOIA is not set
16931 +# CONFIG_TAISHAN is not set
16932 +CONFIG_KATMAI=y
16933 +# CONFIG_RAINIER is not set
16934 +CONFIG_440SPe=y
16935 +# CONFIG_MPIC is not set
16936 +# CONFIG_MPIC_WEIRD is not set
16937 +# CONFIG_PPC_I8259 is not set
16938 +# CONFIG_PPC_RTAS is not set
16939 +# CONFIG_MMIO_NVRAM is not set
16940 +# CONFIG_PPC_MPC106 is not set
16941 +# CONFIG_PPC_970_NAP is not set
16942 +# CONFIG_PPC_INDIRECT_IO is not set
16943 +# CONFIG_GENERIC_IOMAP is not set
16944 +# CONFIG_CPU_FREQ is not set
16945 +# CONFIG_CPM2 is not set
16946 +# CONFIG_FSL_ULI1575 is not set
16947 +
16948 +#
16949 +# Kernel options
16950 +#
16951 +# CONFIG_HIGHMEM is not set
16952 +# CONFIG_TICK_ONESHOT is not set
16953 +# CONFIG_NO_HZ is not set
16954 +# CONFIG_HIGH_RES_TIMERS is not set
16955 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
16956 +# CONFIG_HZ_100 is not set
16957 +CONFIG_HZ_250=y
16958 +# CONFIG_HZ_300 is not set
16959 +# CONFIG_HZ_1000 is not set
16960 +CONFIG_HZ=250
16961 +CONFIG_PREEMPT_NONE=y
16962 +# CONFIG_PREEMPT_VOLUNTARY is not set
16963 +# CONFIG_PREEMPT is not set
16964 +CONFIG_BINFMT_ELF=y
16965 +# CONFIG_BINFMT_MISC is not set
16966 +# CONFIG_MATH_EMULATION is not set
16967 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
16968 +CONFIG_ARCH_FLATMEM_ENABLE=y
16969 +CONFIG_ARCH_POPULATES_NODE_MAP=y
16970 +CONFIG_SELECT_MEMORY_MODEL=y
16971 +CONFIG_FLATMEM_MANUAL=y
16972 +# CONFIG_DISCONTIGMEM_MANUAL is not set
16973 +# CONFIG_SPARSEMEM_MANUAL is not set
16974 +CONFIG_FLATMEM=y
16975 +CONFIG_FLAT_NODE_MEM_MAP=y
16976 +# CONFIG_SPARSEMEM_STATIC is not set
16977 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
16978 +CONFIG_SPLIT_PTLOCK_CPUS=4
16979 +CONFIG_RESOURCES_64BIT=y
16980 +CONFIG_ZONE_DMA_FLAG=1
16981 +CONFIG_BOUNCE=y
16982 +CONFIG_VIRT_TO_BUS=y
16983 +CONFIG_PROC_DEVICETREE=y
16984 +CONFIG_CMDLINE_BOOL=y
16985 +CONFIG_CMDLINE=""
16986 +CONFIG_SECCOMP=y
16987 +CONFIG_WANT_DEVICE_TREE=y
16988 +CONFIG_DEVICE_TREE="katmai.dts"
16989 +CONFIG_ISA_DMA_API=y
16990 +
16991 +#
16992 +# Bus options
16993 +#
16994 +CONFIG_ZONE_DMA=y
16995 +CONFIG_PPC_INDIRECT_PCI=y
16996 +CONFIG_PCI=y
16997 +CONFIG_PCI_DOMAINS=y
16998 +CONFIG_PCI_SYSCALL=y
16999 +# CONFIG_PCIEPORTBUS is not set
17000 +CONFIG_ARCH_SUPPORTS_MSI=y
17001 +# CONFIG_PCI_MSI is not set
17002 +CONFIG_PCI_LEGACY=y
17003 +# CONFIG_PCI_DEBUG is not set
17004 +# CONFIG_PCCARD is not set
17005 +# CONFIG_HOTPLUG_PCI is not set
17006 +
17007 +#
17008 +# Advanced setup
17009 +#
17010 +# CONFIG_ADVANCED_OPTIONS is not set
17011 +
17012 +#
17013 +# Default settings for advanced configuration options are used
17014 +#
17015 +CONFIG_HIGHMEM_START=0xfe000000
17016 +CONFIG_LOWMEM_SIZE=0x30000000
17017 +CONFIG_KERNEL_START=0xc0000000
17018 +CONFIG_TASK_SIZE=0xc0000000
17019 +CONFIG_CONSISTENT_START=0xff100000
17020 +CONFIG_CONSISTENT_SIZE=0x00200000
17021 +CONFIG_BOOT_LOAD=0x01000000
17022 +
17023 +#
17024 +# Networking
17025 +#
17026 +CONFIG_NET=y
17027 +
17028 +#
17029 +# Networking options
17030 +#
17031 +CONFIG_PACKET=y
17032 +# CONFIG_PACKET_MMAP is not set
17033 +CONFIG_UNIX=y
17034 +# CONFIG_NET_KEY is not set
17035 +CONFIG_INET=y
17036 +# CONFIG_IP_MULTICAST is not set
17037 +# CONFIG_IP_ADVANCED_ROUTER is not set
17038 +CONFIG_IP_FIB_HASH=y
17039 +CONFIG_IP_PNP=y
17040 +CONFIG_IP_PNP_DHCP=y
17041 +CONFIG_IP_PNP_BOOTP=y
17042 +# CONFIG_IP_PNP_RARP is not set
17043 +# CONFIG_NET_IPIP is not set
17044 +# CONFIG_NET_IPGRE is not set
17045 +# CONFIG_ARPD is not set
17046 +# CONFIG_SYN_COOKIES is not set
17047 +# CONFIG_INET_AH is not set
17048 +# CONFIG_INET_ESP is not set
17049 +# CONFIG_INET_IPCOMP is not set
17050 +# CONFIG_INET_XFRM_TUNNEL is not set
17051 +# CONFIG_INET_TUNNEL is not set
17052 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
17053 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
17054 +# CONFIG_INET_XFRM_MODE_BEET is not set
17055 +# CONFIG_INET_LRO is not set
17056 +CONFIG_INET_DIAG=y
17057 +CONFIG_INET_TCP_DIAG=y
17058 +# CONFIG_TCP_CONG_ADVANCED is not set
17059 +CONFIG_TCP_CONG_CUBIC=y
17060 +CONFIG_DEFAULT_TCP_CONG="cubic"
17061 +# CONFIG_TCP_MD5SIG is not set
17062 +# CONFIG_IPV6 is not set
17063 +# CONFIG_INET6_XFRM_TUNNEL is not set
17064 +# CONFIG_INET6_TUNNEL is not set
17065 +# CONFIG_NETWORK_SECMARK is not set
17066 +# CONFIG_NETFILTER is not set
17067 +# CONFIG_IP_DCCP is not set
17068 +# CONFIG_IP_SCTP is not set
17069 +# CONFIG_TIPC is not set
17070 +# CONFIG_ATM is not set
17071 +# CONFIG_BRIDGE is not set
17072 +# CONFIG_VLAN_8021Q is not set
17073 +# CONFIG_DECNET is not set
17074 +# CONFIG_LLC2 is not set
17075 +# CONFIG_IPX is not set
17076 +# CONFIG_ATALK is not set
17077 +# CONFIG_X25 is not set
17078 +# CONFIG_LAPB is not set
17079 +# CONFIG_ECONET is not set
17080 +# CONFIG_WAN_ROUTER is not set
17081 +# CONFIG_NET_SCHED is not set
17082 +
17083 +#
17084 +# Network testing
17085 +#
17086 +# CONFIG_NET_PKTGEN is not set
17087 +# CONFIG_HAMRADIO is not set
17088 +# CONFIG_IRDA is not set
17089 +# CONFIG_BT is not set
17090 +# CONFIG_AF_RXRPC is not set
17091 +
17092 +#
17093 +# Wireless
17094 +#
17095 +# CONFIG_CFG80211 is not set
17096 +# CONFIG_WIRELESS_EXT is not set
17097 +# CONFIG_MAC80211 is not set
17098 +# CONFIG_IEEE80211 is not set
17099 +# CONFIG_RFKILL is not set
17100 +# CONFIG_NET_9P is not set
17101 +
17102 +#
17103 +# Device Drivers
17104 +#
17105 +
17106 +#
17107 +# Generic Driver Options
17108 +#
17109 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
17110 +CONFIG_STANDALONE=y
17111 +CONFIG_PREVENT_FIRMWARE_BUILD=y
17112 +CONFIG_FW_LOADER=y
17113 +# CONFIG_DEBUG_DRIVER is not set
17114 +# CONFIG_DEBUG_DEVRES is not set
17115 +# CONFIG_SYS_HYPERVISOR is not set
17116 +CONFIG_CONNECTOR=y
17117 +CONFIG_PROC_EVENTS=y
17118 +# CONFIG_MTD is not set
17119 +CONFIG_OF_DEVICE=y
17120 +# CONFIG_PARPORT is not set
17121 +CONFIG_BLK_DEV=y
17122 +# CONFIG_BLK_DEV_FD is not set
17123 +# CONFIG_BLK_CPQ_DA is not set
17124 +# CONFIG_BLK_CPQ_CISS_DA is not set
17125 +# CONFIG_BLK_DEV_DAC960 is not set
17126 +# CONFIG_BLK_DEV_UMEM is not set
17127 +# CONFIG_BLK_DEV_COW_COMMON is not set
17128 +# CONFIG_BLK_DEV_LOOP is not set
17129 +# CONFIG_BLK_DEV_NBD is not set
17130 +# CONFIG_BLK_DEV_SX8 is not set
17131 +CONFIG_BLK_DEV_RAM=y
17132 +CONFIG_BLK_DEV_RAM_COUNT=16
17133 +CONFIG_BLK_DEV_RAM_SIZE=35000
17134 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
17135 +# CONFIG_CDROM_PKTCDVD is not set
17136 +# CONFIG_ATA_OVER_ETH is not set
17137 +# CONFIG_XILINX_SYSACE is not set
17138 +CONFIG_MISC_DEVICES=y
17139 +# CONFIG_PHANTOM is not set
17140 +# CONFIG_EEPROM_93CX6 is not set
17141 +# CONFIG_SGI_IOC4 is not set
17142 +# CONFIG_TIFM_CORE is not set
17143 +# CONFIG_IDE is not set
17144 +
17145 +#
17146 +# SCSI device support
17147 +#
17148 +# CONFIG_RAID_ATTRS is not set
17149 +# CONFIG_SCSI is not set
17150 +# CONFIG_SCSI_DMA is not set
17151 +# CONFIG_SCSI_NETLINK is not set
17152 +# CONFIG_ATA is not set
17153 +# CONFIG_MD is not set
17154 +# CONFIG_FUSION is not set
17155 +
17156 +#
17157 +# IEEE 1394 (FireWire) support
17158 +#
17159 +# CONFIG_FIREWIRE is not set
17160 +# CONFIG_IEEE1394 is not set
17161 +# CONFIG_I2O is not set
17162 +CONFIG_MACINTOSH_DRIVERS=y
17163 +# CONFIG_MAC_EMUMOUSEBTN is not set
17164 +# CONFIG_WINDFARM is not set
17165 +CONFIG_NETDEVICES=y
17166 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
17167 +# CONFIG_DUMMY is not set
17168 +# CONFIG_BONDING is not set
17169 +# CONFIG_MACVLAN is not set
17170 +# CONFIG_EQUALIZER is not set
17171 +# CONFIG_TUN is not set
17172 +# CONFIG_VETH is not set
17173 +# CONFIG_IP1000 is not set
17174 +# CONFIG_ARCNET is not set
17175 +# CONFIG_PHYLIB is not set
17176 +CONFIG_NET_ETHERNET=y
17177 +# CONFIG_MII is not set
17178 +# CONFIG_HAPPYMEAL is not set
17179 +# CONFIG_SUNGEM is not set
17180 +# CONFIG_CASSINI is not set
17181 +# CONFIG_NET_VENDOR_3COM is not set
17182 +# CONFIG_NET_TULIP is not set
17183 +# CONFIG_HP100 is not set
17184 +CONFIG_IBM_NEW_EMAC=y
17185 +CONFIG_IBM_NEW_EMAC_RXB=128
17186 +CONFIG_IBM_NEW_EMAC_TXB=64
17187 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
17188 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
17189 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
17190 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
17191 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
17192 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
17193 +# CONFIG_IBM_NEW_EMAC_TAH is not set
17194 +CONFIG_IBM_NEW_EMAC_EMAC4=y
17195 +# CONFIG_NET_PCI is not set
17196 +# CONFIG_B44 is not set
17197 +CONFIG_NETDEV_1000=y
17198 +# CONFIG_ACENIC is not set
17199 +# CONFIG_DL2K is not set
17200 +# CONFIG_E1000 is not set
17201 +# CONFIG_E1000E is not set
17202 +# CONFIG_NS83820 is not set
17203 +# CONFIG_HAMACHI is not set
17204 +# CONFIG_YELLOWFIN is not set
17205 +# CONFIG_R8169 is not set
17206 +# CONFIG_SIS190 is not set
17207 +# CONFIG_SKGE is not set
17208 +# CONFIG_SKY2 is not set
17209 +# CONFIG_SK98LIN is not set
17210 +# CONFIG_VIA_VELOCITY is not set
17211 +# CONFIG_TIGON3 is not set
17212 +# CONFIG_BNX2 is not set
17213 +# CONFIG_QLA3XXX is not set
17214 +# CONFIG_ATL1 is not set
17215 +CONFIG_NETDEV_10000=y
17216 +# CONFIG_CHELSIO_T1 is not set
17217 +# CONFIG_CHELSIO_T3 is not set
17218 +# CONFIG_IXGBE is not set
17219 +# CONFIG_IXGB is not set
17220 +# CONFIG_S2IO is not set
17221 +# CONFIG_MYRI10GE is not set
17222 +# CONFIG_NETXEN_NIC is not set
17223 +# CONFIG_NIU is not set
17224 +# CONFIG_MLX4_CORE is not set
17225 +# CONFIG_TEHUTI is not set
17226 +# CONFIG_TR is not set
17227 +
17228 +#
17229 +# Wireless LAN
17230 +#
17231 +# CONFIG_WLAN_PRE80211 is not set
17232 +# CONFIG_WLAN_80211 is not set
17233 +# CONFIG_WAN is not set
17234 +# CONFIG_FDDI is not set
17235 +# CONFIG_HIPPI is not set
17236 +# CONFIG_PPP is not set
17237 +# CONFIG_SLIP is not set
17238 +# CONFIG_SHAPER is not set
17239 +# CONFIG_NETCONSOLE is not set
17240 +# CONFIG_NETPOLL is not set
17241 +# CONFIG_NET_POLL_CONTROLLER is not set
17242 +# CONFIG_ISDN is not set
17243 +# CONFIG_PHONE is not set
17244 +
17245 +#
17246 +# Input device support
17247 +#
17248 +# CONFIG_INPUT is not set
17249 +
17250 +#
17251 +# Hardware I/O ports
17252 +#
17253 +# CONFIG_SERIO is not set
17254 +# CONFIG_GAMEPORT is not set
17255 +
17256 +#
17257 +# Character devices
17258 +#
17259 +# CONFIG_VT is not set
17260 +# CONFIG_SERIAL_NONSTANDARD is not set
17261 +
17262 +#
17263 +# Serial drivers
17264 +#
17265 +CONFIG_SERIAL_8250=y
17266 +CONFIG_SERIAL_8250_CONSOLE=y
17267 +# CONFIG_SERIAL_8250_PCI is not set
17268 +CONFIG_SERIAL_8250_NR_UARTS=4
17269 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
17270 +CONFIG_SERIAL_8250_EXTENDED=y
17271 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
17272 +CONFIG_SERIAL_8250_SHARE_IRQ=y
17273 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
17274 +# CONFIG_SERIAL_8250_RSA is not set
17275 +
17276 +#
17277 +# Non-8250 serial port support
17278 +#
17279 +# CONFIG_SERIAL_UARTLITE is not set
17280 +CONFIG_SERIAL_CORE=y
17281 +CONFIG_SERIAL_CORE_CONSOLE=y
17282 +# CONFIG_SERIAL_JSM is not set
17283 +CONFIG_SERIAL_OF_PLATFORM=y
17284 +CONFIG_UNIX98_PTYS=y
17285 +CONFIG_LEGACY_PTYS=y
17286 +CONFIG_LEGACY_PTY_COUNT=256
17287 +# CONFIG_IPMI_HANDLER is not set
17288 +# CONFIG_HW_RANDOM is not set
17289 +# CONFIG_NVRAM is not set
17290 +# CONFIG_GEN_RTC is not set
17291 +# CONFIG_R3964 is not set
17292 +# CONFIG_APPLICOM is not set
17293 +# CONFIG_RAW_DRIVER is not set
17294 +# CONFIG_TCG_TPM is not set
17295 +CONFIG_DEVPORT=y
17296 +# CONFIG_I2C is not set
17297 +
17298 +#
17299 +# SPI support
17300 +#
17301 +# CONFIG_SPI is not set
17302 +# CONFIG_SPI_MASTER is not set
17303 +# CONFIG_W1 is not set
17304 +# CONFIG_POWER_SUPPLY is not set
17305 +# CONFIG_HWMON is not set
17306 +# CONFIG_WATCHDOG is not set
17307 +
17308 +#
17309 +# Sonics Silicon Backplane
17310 +#
17311 +CONFIG_SSB_POSSIBLE=y
17312 +# CONFIG_SSB is not set
17313 +
17314 +#
17315 +# Multifunction device drivers
17316 +#
17317 +# CONFIG_MFD_SM501 is not set
17318 +
17319 +#
17320 +# Multimedia devices
17321 +#
17322 +# CONFIG_VIDEO_DEV is not set
17323 +# CONFIG_DVB_CORE is not set
17324 +CONFIG_DAB=y
17325 +
17326 +#
17327 +# Graphics support
17328 +#
17329 +# CONFIG_AGP is not set
17330 +# CONFIG_DRM is not set
17331 +# CONFIG_VGASTATE is not set
17332 +CONFIG_VIDEO_OUTPUT_CONTROL=m
17333 +# CONFIG_FB is not set
17334 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
17335 +
17336 +#
17337 +# Display device support
17338 +#
17339 +# CONFIG_DISPLAY_SUPPORT is not set
17340 +
17341 +#
17342 +# Sound
17343 +#
17344 +# CONFIG_SOUND is not set
17345 +CONFIG_USB_SUPPORT=y
17346 +CONFIG_USB_ARCH_HAS_HCD=y
17347 +CONFIG_USB_ARCH_HAS_OHCI=y
17348 +CONFIG_USB_ARCH_HAS_EHCI=y
17349 +# CONFIG_USB is not set
17350 +
17351 +#
17352 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
17353 +#
17354 +
17355 +#
17356 +# USB Gadget Support
17357 +#
17358 +# CONFIG_USB_GADGET is not set
17359 +# CONFIG_MMC is not set
17360 +# CONFIG_NEW_LEDS is not set
17361 +# CONFIG_INFINIBAND is not set
17362 +# CONFIG_EDAC is not set
17363 +# CONFIG_RTC_CLASS is not set
17364 +
17365 +#
17366 +# Userspace I/O
17367 +#
17368 +# CONFIG_UIO is not set
17369 +
17370 +#
17371 +# File systems
17372 +#
17373 +CONFIG_EXT2_FS=y
17374 +# CONFIG_EXT2_FS_XATTR is not set
17375 +# CONFIG_EXT2_FS_XIP is not set
17376 +# CONFIG_EXT3_FS is not set
17377 +# CONFIG_EXT4DEV_FS is not set
17378 +# CONFIG_REISERFS_FS is not set
17379 +# CONFIG_JFS_FS is not set
17380 +# CONFIG_FS_POSIX_ACL is not set
17381 +# CONFIG_XFS_FS is not set
17382 +# CONFIG_GFS2_FS is not set
17383 +# CONFIG_OCFS2_FS is not set
17384 +# CONFIG_MINIX_FS is not set
17385 +# CONFIG_ROMFS_FS is not set
17386 +CONFIG_INOTIFY=y
17387 +CONFIG_INOTIFY_USER=y
17388 +# CONFIG_QUOTA is not set
17389 +CONFIG_DNOTIFY=y
17390 +# CONFIG_AUTOFS_FS is not set
17391 +# CONFIG_AUTOFS4_FS is not set
17392 +# CONFIG_FUSE_FS is not set
17393 +
17394 +#
17395 +# CD-ROM/DVD Filesystems
17396 +#
17397 +# CONFIG_ISO9660_FS is not set
17398 +# CONFIG_UDF_FS is not set
17399 +
17400 +#
17401 +# DOS/FAT/NT Filesystems
17402 +#
17403 +# CONFIG_MSDOS_FS is not set
17404 +# CONFIG_VFAT_FS is not set
17405 +# CONFIG_NTFS_FS is not set
17406 +
17407 +#
17408 +# Pseudo filesystems
17409 +#
17410 +CONFIG_PROC_FS=y
17411 +CONFIG_PROC_KCORE=y
17412 +CONFIG_PROC_SYSCTL=y
17413 +CONFIG_SYSFS=y
17414 +CONFIG_TMPFS=y
17415 +# CONFIG_TMPFS_POSIX_ACL is not set
17416 +# CONFIG_HUGETLB_PAGE is not set
17417 +# CONFIG_CONFIGFS_FS is not set
17418 +
17419 +#
17420 +# Miscellaneous filesystems
17421 +#
17422 +# CONFIG_ADFS_FS is not set
17423 +# CONFIG_AFFS_FS is not set
17424 +# CONFIG_HFS_FS is not set
17425 +# CONFIG_HFSPLUS_FS is not set
17426 +# CONFIG_BEFS_FS is not set
17427 +# CONFIG_BFS_FS is not set
17428 +# CONFIG_EFS_FS is not set
17429 +CONFIG_CRAMFS=y
17430 +# CONFIG_VXFS_FS is not set
17431 +# CONFIG_HPFS_FS is not set
17432 +# CONFIG_QNX4FS_FS is not set
17433 +# CONFIG_SYSV_FS is not set
17434 +# CONFIG_UFS_FS is not set
17435 +CONFIG_NETWORK_FILESYSTEMS=y
17436 +CONFIG_NFS_FS=y
17437 +CONFIG_NFS_V3=y
17438 +# CONFIG_NFS_V3_ACL is not set
17439 +# CONFIG_NFS_V4 is not set
17440 +# CONFIG_NFS_DIRECTIO is not set
17441 +# CONFIG_NFSD is not set
17442 +CONFIG_ROOT_NFS=y
17443 +CONFIG_LOCKD=y
17444 +CONFIG_LOCKD_V4=y
17445 +CONFIG_NFS_COMMON=y
17446 +CONFIG_SUNRPC=y
17447 +# CONFIG_SUNRPC_BIND34 is not set
17448 +# CONFIG_RPCSEC_GSS_KRB5 is not set
17449 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
17450 +# CONFIG_SMB_FS is not set
17451 +# CONFIG_CIFS is not set
17452 +# CONFIG_NCP_FS is not set
17453 +# CONFIG_CODA_FS is not set
17454 +# CONFIG_AFS_FS is not set
17455 +
17456 +#
17457 +# Partition Types
17458 +#
17459 +# CONFIG_PARTITION_ADVANCED is not set
17460 +CONFIG_MSDOS_PARTITION=y
17461 +# CONFIG_NLS is not set
17462 +# CONFIG_DLM is not set
17463 +# CONFIG_UCC_SLOW is not set
17464 +
17465 +#
17466 +# Library routines
17467 +#
17468 +CONFIG_BITREVERSE=y
17469 +# CONFIG_CRC_CCITT is not set
17470 +# CONFIG_CRC16 is not set
17471 +# CONFIG_CRC_ITU_T is not set
17472 +CONFIG_CRC32=y
17473 +# CONFIG_CRC7 is not set
17474 +# CONFIG_LIBCRC32C is not set
17475 +CONFIG_ZLIB_INFLATE=y
17476 +CONFIG_PLIST=y
17477 +CONFIG_HAS_IOMEM=y
17478 +CONFIG_HAS_IOPORT=y
17479 +CONFIG_HAS_DMA=y
17480 +CONFIG_INSTRUMENTATION=y
17481 +# CONFIG_PROFILING is not set
17482 +# CONFIG_KPROBES is not set
17483 +# CONFIG_MARKERS is not set
17484 +
17485 +#
17486 +# Kernel hacking
17487 +#
17488 +# CONFIG_PRINTK_TIME is not set
17489 +CONFIG_ENABLE_WARN_DEPRECATED=y
17490 +CONFIG_ENABLE_MUST_CHECK=y
17491 +CONFIG_MAGIC_SYSRQ=y
17492 +# CONFIG_UNUSED_SYMBOLS is not set
17493 +# CONFIG_DEBUG_FS is not set
17494 +# CONFIG_HEADERS_CHECK is not set
17495 +CONFIG_DEBUG_KERNEL=y
17496 +# CONFIG_DEBUG_SHIRQ is not set
17497 +CONFIG_DETECT_SOFTLOCKUP=y
17498 +CONFIG_SCHED_DEBUG=y
17499 +# CONFIG_SCHEDSTATS is not set
17500 +# CONFIG_TIMER_STATS is not set
17501 +# CONFIG_SLUB_DEBUG_ON is not set
17502 +# CONFIG_DEBUG_RT_MUTEXES is not set
17503 +# CONFIG_RT_MUTEX_TESTER is not set
17504 +# CONFIG_DEBUG_SPINLOCK is not set
17505 +# CONFIG_DEBUG_MUTEXES is not set
17506 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
17507 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
17508 +# CONFIG_DEBUG_KOBJECT is not set
17509 +# CONFIG_DEBUG_BUGVERBOSE is not set
17510 +# CONFIG_DEBUG_INFO is not set
17511 +# CONFIG_DEBUG_VM is not set
17512 +# CONFIG_DEBUG_LIST is not set
17513 +# CONFIG_DEBUG_SG is not set
17514 +CONFIG_FORCED_INLINING=y
17515 +# CONFIG_BOOT_PRINTK_DELAY is not set
17516 +# CONFIG_RCU_TORTURE_TEST is not set
17517 +# CONFIG_FAULT_INJECTION is not set
17518 +# CONFIG_SAMPLES is not set
17519 +# CONFIG_DEBUG_STACKOVERFLOW is not set
17520 +# CONFIG_DEBUG_STACK_USAGE is not set
17521 +# CONFIG_DEBUG_PAGEALLOC is not set
17522 +CONFIG_DEBUGGER=y
17523 +# CONFIG_KGDB is not set
17524 +# CONFIG_XMON is not set
17525 +# CONFIG_BDI_SWITCH is not set
17526 +# CONFIG_PPC_EARLY_DEBUG is not set
17527 +
17528 +#
17529 +# Security options
17530 +#
17531 +# CONFIG_KEYS is not set
17532 +# CONFIG_SECURITY is not set
17533 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
17534 +CONFIG_CRYPTO=y
17535 +CONFIG_CRYPTO_ALGAPI=y
17536 +CONFIG_CRYPTO_BLKCIPHER=y
17537 +CONFIG_CRYPTO_MANAGER=y
17538 +# CONFIG_CRYPTO_HMAC is not set
17539 +# CONFIG_CRYPTO_XCBC is not set
17540 +# CONFIG_CRYPTO_NULL is not set
17541 +# CONFIG_CRYPTO_MD4 is not set
17542 +CONFIG_CRYPTO_MD5=y
17543 +# CONFIG_CRYPTO_SHA1 is not set
17544 +# CONFIG_CRYPTO_SHA256 is not set
17545 +# CONFIG_CRYPTO_SHA512 is not set
17546 +# CONFIG_CRYPTO_WP512 is not set
17547 +# CONFIG_CRYPTO_TGR192 is not set
17548 +# CONFIG_CRYPTO_GF128MUL is not set
17549 +CONFIG_CRYPTO_ECB=y
17550 +CONFIG_CRYPTO_CBC=y
17551 +CONFIG_CRYPTO_PCBC=y
17552 +# CONFIG_CRYPTO_LRW is not set
17553 +# CONFIG_CRYPTO_XTS is not set
17554 +# CONFIG_CRYPTO_CRYPTD is not set
17555 +CONFIG_CRYPTO_DES=y
17556 +# CONFIG_CRYPTO_FCRYPT is not set
17557 +# CONFIG_CRYPTO_BLOWFISH is not set
17558 +# CONFIG_CRYPTO_TWOFISH is not set
17559 +# CONFIG_CRYPTO_SERPENT is not set
17560 +# CONFIG_CRYPTO_AES is not set
17561 +# CONFIG_CRYPTO_CAST5 is not set
17562 +# CONFIG_CRYPTO_CAST6 is not set
17563 +# CONFIG_CRYPTO_TEA is not set
17564 +# CONFIG_CRYPTO_ARC4 is not set
17565 +# CONFIG_CRYPTO_KHAZAD is not set
17566 +# CONFIG_CRYPTO_ANUBIS is not set
17567 +# CONFIG_CRYPTO_SEED is not set
17568 +# CONFIG_CRYPTO_DEFLATE is not set
17569 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
17570 +# CONFIG_CRYPTO_CRC32C is not set
17571 +# CONFIG_CRYPTO_CAMELLIA is not set
17572 +# CONFIG_CRYPTO_TEST is not set
17573 +# CONFIG_CRYPTO_AUTHENC is not set
17574 +CONFIG_CRYPTO_HW=y
17575 +# CONFIG_PPC_CLOCK is not set
17576 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/rainier_defconfig powerpc.git/arch/powerpc/configs/44x/rainier_defconfig
17577 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/rainier_defconfig 1970-01-01 01:00:00.000000000 +0100
17578 +++ powerpc.git/arch/powerpc/configs/44x/rainier_defconfig      2008-04-19 16:40:52.000000000 +0200
17579 @@ -0,0 +1,899 @@
17580 +#
17581 +# Automatically generated make config: don't edit
17582 +# Linux kernel version: 2.6.25-rc2
17583 +# Fri Feb 15 21:53:10 2008
17584 +#
17585 +# CONFIG_PPC64 is not set
17586 +
17587 +#
17588 +# Processor support
17589 +#
17590 +# CONFIG_6xx is not set
17591 +# CONFIG_PPC_85xx is not set
17592 +# CONFIG_PPC_8xx is not set
17593 +# CONFIG_40x is not set
17594 +CONFIG_44x=y
17595 +# CONFIG_E200 is not set
17596 +CONFIG_4xx=y
17597 +CONFIG_BOOKE=y
17598 +CONFIG_PTE_64BIT=y
17599 +CONFIG_PHYS_64BIT=y
17600 +# CONFIG_PPC_MM_SLICES is not set
17601 +CONFIG_NOT_COHERENT_CACHE=y
17602 +CONFIG_PPC32=y
17603 +CONFIG_WORD_SIZE=32
17604 +CONFIG_PPC_MERGE=y
17605 +CONFIG_MMU=y
17606 +CONFIG_GENERIC_CMOS_UPDATE=y
17607 +CONFIG_GENERIC_TIME=y
17608 +CONFIG_GENERIC_TIME_VSYSCALL=y
17609 +CONFIG_GENERIC_CLOCKEVENTS=y
17610 +CONFIG_GENERIC_HARDIRQS=y
17611 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
17612 +CONFIG_IRQ_PER_CPU=y
17613 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
17614 +CONFIG_ARCH_HAS_ILOG2_U32=y
17615 +CONFIG_GENERIC_HWEIGHT=y
17616 +CONFIG_GENERIC_CALIBRATE_DELAY=y
17617 +CONFIG_GENERIC_FIND_NEXT_BIT=y
17618 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
17619 +CONFIG_PPC=y
17620 +CONFIG_EARLY_PRINTK=y
17621 +CONFIG_GENERIC_NVRAM=y
17622 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
17623 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
17624 +CONFIG_PPC_OF=y
17625 +CONFIG_OF=y
17626 +CONFIG_PPC_UDBG_16550=y
17627 +# CONFIG_GENERIC_TBSYNC is not set
17628 +CONFIG_AUDIT_ARCH=y
17629 +CONFIG_GENERIC_BUG=y
17630 +# CONFIG_DEFAULT_UIMAGE is not set
17631 +CONFIG_PPC_DCR_NATIVE=y
17632 +# CONFIG_PPC_DCR_MMIO is not set
17633 +CONFIG_PPC_DCR=y
17634 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
17635 +
17636 +#
17637 +# General setup
17638 +#
17639 +CONFIG_EXPERIMENTAL=y
17640 +CONFIG_BROKEN_ON_SMP=y
17641 +CONFIG_INIT_ENV_ARG_LIMIT=32
17642 +CONFIG_LOCALVERSION=""
17643 +CONFIG_LOCALVERSION_AUTO=y
17644 +CONFIG_SWAP=y
17645 +CONFIG_SYSVIPC=y
17646 +CONFIG_SYSVIPC_SYSCTL=y
17647 +CONFIG_POSIX_MQUEUE=y
17648 +# CONFIG_BSD_PROCESS_ACCT is not set
17649 +# CONFIG_TASKSTATS is not set
17650 +# CONFIG_AUDIT is not set
17651 +# CONFIG_IKCONFIG is not set
17652 +CONFIG_LOG_BUF_SHIFT=14
17653 +# CONFIG_CGROUPS is not set
17654 +CONFIG_GROUP_SCHED=y
17655 +CONFIG_FAIR_GROUP_SCHED=y
17656 +# CONFIG_RT_GROUP_SCHED is not set
17657 +CONFIG_USER_SCHED=y
17658 +# CONFIG_CGROUP_SCHED is not set
17659 +CONFIG_SYSFS_DEPRECATED=y
17660 +# CONFIG_RELAY is not set
17661 +# CONFIG_NAMESPACES is not set
17662 +CONFIG_BLK_DEV_INITRD=y
17663 +CONFIG_INITRAMFS_SOURCE=""
17664 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
17665 +CONFIG_SYSCTL=y
17666 +CONFIG_EMBEDDED=y
17667 +CONFIG_SYSCTL_SYSCALL=y
17668 +CONFIG_KALLSYMS=y
17669 +# CONFIG_KALLSYMS_ALL is not set
17670 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
17671 +CONFIG_HOTPLUG=y
17672 +CONFIG_PRINTK=y
17673 +CONFIG_BUG=y
17674 +CONFIG_ELF_CORE=y
17675 +CONFIG_COMPAT_BRK=y
17676 +CONFIG_BASE_FULL=y
17677 +CONFIG_FUTEX=y
17678 +CONFIG_ANON_INODES=y
17679 +CONFIG_EPOLL=y
17680 +CONFIG_SIGNALFD=y
17681 +CONFIG_TIMERFD=y
17682 +CONFIG_EVENTFD=y
17683 +CONFIG_SHMEM=y
17684 +CONFIG_VM_EVENT_COUNTERS=y
17685 +CONFIG_SLUB_DEBUG=y
17686 +# CONFIG_SLAB is not set
17687 +CONFIG_SLUB=y
17688 +# CONFIG_SLOB is not set
17689 +# CONFIG_PROFILING is not set
17690 +# CONFIG_MARKERS is not set
17691 +CONFIG_HAVE_OPROFILE=y
17692 +# CONFIG_KPROBES is not set
17693 +CONFIG_HAVE_KPROBES=y
17694 +CONFIG_PROC_PAGE_MONITOR=y
17695 +CONFIG_SLABINFO=y
17696 +CONFIG_RT_MUTEXES=y
17697 +# CONFIG_TINY_SHMEM is not set
17698 +CONFIG_BASE_SMALL=0
17699 +CONFIG_MODULES=y
17700 +CONFIG_MODULE_UNLOAD=y
17701 +# CONFIG_MODULE_FORCE_UNLOAD is not set
17702 +# CONFIG_MODVERSIONS is not set
17703 +# CONFIG_MODULE_SRCVERSION_ALL is not set
17704 +CONFIG_KMOD=y
17705 +CONFIG_BLOCK=y
17706 +CONFIG_LBD=y
17707 +# CONFIG_BLK_DEV_IO_TRACE is not set
17708 +# CONFIG_LSF is not set
17709 +# CONFIG_BLK_DEV_BSG is not set
17710 +
17711 +#
17712 +# IO Schedulers
17713 +#
17714 +CONFIG_IOSCHED_NOOP=y
17715 +CONFIG_IOSCHED_AS=y
17716 +CONFIG_IOSCHED_DEADLINE=y
17717 +CONFIG_IOSCHED_CFQ=y
17718 +CONFIG_DEFAULT_AS=y
17719 +# CONFIG_DEFAULT_DEADLINE is not set
17720 +# CONFIG_DEFAULT_CFQ is not set
17721 +# CONFIG_DEFAULT_NOOP is not set
17722 +CONFIG_DEFAULT_IOSCHED="anticipatory"
17723 +CONFIG_CLASSIC_RCU=y
17724 +# CONFIG_PREEMPT_RCU is not set
17725 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
17726 +
17727 +#
17728 +# Platform support
17729 +#
17730 +# CONFIG_PPC_MPC512x is not set
17731 +# CONFIG_PPC_MPC5121 is not set
17732 +# CONFIG_PPC_CELL is not set
17733 +# CONFIG_PPC_CELL_NATIVE is not set
17734 +# CONFIG_PQ2ADS is not set
17735 +# CONFIG_BAMBOO is not set
17736 +# CONFIG_EBONY is not set
17737 +# CONFIG_SEQUOIA is not set
17738 +# CONFIG_TAISHAN is not set
17739 +# CONFIG_KATMAI is not set
17740 +CONFIG_RAINIER=y
17741 +# CONFIG_WARP is not set
17742 +CONFIG_440GRX=y
17743 +# CONFIG_IPIC is not set
17744 +# CONFIG_MPIC is not set
17745 +# CONFIG_MPIC_WEIRD is not set
17746 +# CONFIG_PPC_I8259 is not set
17747 +# CONFIG_PPC_RTAS is not set
17748 +# CONFIG_MMIO_NVRAM is not set
17749 +# CONFIG_PPC_MPC106 is not set
17750 +# CONFIG_PPC_970_NAP is not set
17751 +# CONFIG_PPC_INDIRECT_IO is not set
17752 +# CONFIG_GENERIC_IOMAP is not set
17753 +# CONFIG_CPU_FREQ is not set
17754 +# CONFIG_FSL_ULI1575 is not set
17755 +
17756 +#
17757 +# Kernel options
17758 +#
17759 +# CONFIG_HIGHMEM is not set
17760 +# CONFIG_TICK_ONESHOT is not set
17761 +# CONFIG_NO_HZ is not set
17762 +# CONFIG_HIGH_RES_TIMERS is not set
17763 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
17764 +# CONFIG_HZ_100 is not set
17765 +CONFIG_HZ_250=y
17766 +# CONFIG_HZ_300 is not set
17767 +# CONFIG_HZ_1000 is not set
17768 +CONFIG_HZ=250
17769 +# CONFIG_SCHED_HRTICK is not set
17770 +CONFIG_PREEMPT_NONE=y
17771 +# CONFIG_PREEMPT_VOLUNTARY is not set
17772 +# CONFIG_PREEMPT is not set
17773 +CONFIG_RCU_TRACE=y
17774 +CONFIG_BINFMT_ELF=y
17775 +# CONFIG_BINFMT_MISC is not set
17776 +CONFIG_MATH_EMULATION=y
17777 +# CONFIG_IOMMU_HELPER is not set
17778 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
17779 +CONFIG_ARCH_HAS_WALK_MEMORY=y
17780 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
17781 +CONFIG_ARCH_FLATMEM_ENABLE=y
17782 +CONFIG_ARCH_POPULATES_NODE_MAP=y
17783 +CONFIG_SELECT_MEMORY_MODEL=y
17784 +CONFIG_FLATMEM_MANUAL=y
17785 +# CONFIG_DISCONTIGMEM_MANUAL is not set
17786 +# CONFIG_SPARSEMEM_MANUAL is not set
17787 +CONFIG_FLATMEM=y
17788 +CONFIG_FLAT_NODE_MEM_MAP=y
17789 +# CONFIG_SPARSEMEM_STATIC is not set
17790 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
17791 +CONFIG_SPLIT_PTLOCK_CPUS=4
17792 +CONFIG_RESOURCES_64BIT=y
17793 +CONFIG_ZONE_DMA_FLAG=1
17794 +CONFIG_BOUNCE=y
17795 +CONFIG_VIRT_TO_BUS=y
17796 +CONFIG_PROC_DEVICETREE=y
17797 +CONFIG_CMDLINE_BOOL=y
17798 +CONFIG_CMDLINE=""
17799 +CONFIG_SECCOMP=y
17800 +CONFIG_ISA_DMA_API=y
17801 +
17802 +#
17803 +# Bus options
17804 +#
17805 +CONFIG_ZONE_DMA=y
17806 +CONFIG_PPC_INDIRECT_PCI=y
17807 +CONFIG_PCI=y
17808 +CONFIG_PCI_DOMAINS=y
17809 +CONFIG_PCI_SYSCALL=y
17810 +# CONFIG_PCIEPORTBUS is not set
17811 +CONFIG_ARCH_SUPPORTS_MSI=y
17812 +# CONFIG_PCI_MSI is not set
17813 +CONFIG_PCI_LEGACY=y
17814 +# CONFIG_PCI_DEBUG is not set
17815 +# CONFIG_PCCARD is not set
17816 +# CONFIG_HOTPLUG_PCI is not set
17817 +
17818 +#
17819 +# Advanced setup
17820 +#
17821 +# CONFIG_ADVANCED_OPTIONS is not set
17822 +
17823 +#
17824 +# Default settings for advanced configuration options are used
17825 +#
17826 +CONFIG_HIGHMEM_START=0xfe000000
17827 +CONFIG_LOWMEM_SIZE=0x30000000
17828 +CONFIG_KERNEL_START=0xc0000000
17829 +CONFIG_TASK_SIZE=0xc0000000
17830 +CONFIG_CONSISTENT_START=0xff100000
17831 +CONFIG_CONSISTENT_SIZE=0x00200000
17832 +CONFIG_BOOT_LOAD=0x01000000
17833 +
17834 +#
17835 +# Networking
17836 +#
17837 +CONFIG_NET=y
17838 +
17839 +#
17840 +# Networking options
17841 +#
17842 +CONFIG_PACKET=y
17843 +# CONFIG_PACKET_MMAP is not set
17844 +CONFIG_UNIX=y
17845 +# CONFIG_NET_KEY is not set
17846 +CONFIG_INET=y
17847 +# CONFIG_IP_MULTICAST is not set
17848 +# CONFIG_IP_ADVANCED_ROUTER is not set
17849 +CONFIG_IP_FIB_HASH=y
17850 +CONFIG_IP_PNP=y
17851 +CONFIG_IP_PNP_DHCP=y
17852 +CONFIG_IP_PNP_BOOTP=y
17853 +# CONFIG_IP_PNP_RARP is not set
17854 +# CONFIG_NET_IPIP is not set
17855 +# CONFIG_NET_IPGRE is not set
17856 +# CONFIG_ARPD is not set
17857 +# CONFIG_SYN_COOKIES is not set
17858 +# CONFIG_INET_AH is not set
17859 +# CONFIG_INET_ESP is not set
17860 +# CONFIG_INET_IPCOMP is not set
17861 +# CONFIG_INET_XFRM_TUNNEL is not set
17862 +# CONFIG_INET_TUNNEL is not set
17863 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
17864 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
17865 +# CONFIG_INET_XFRM_MODE_BEET is not set
17866 +# CONFIG_INET_LRO is not set
17867 +CONFIG_INET_DIAG=y
17868 +CONFIG_INET_TCP_DIAG=y
17869 +# CONFIG_TCP_CONG_ADVANCED is not set
17870 +CONFIG_TCP_CONG_CUBIC=y
17871 +CONFIG_DEFAULT_TCP_CONG="cubic"
17872 +# CONFIG_TCP_MD5SIG is not set
17873 +# CONFIG_IPV6 is not set
17874 +# CONFIG_INET6_XFRM_TUNNEL is not set
17875 +# CONFIG_INET6_TUNNEL is not set
17876 +# CONFIG_NETWORK_SECMARK is not set
17877 +# CONFIG_NETFILTER is not set
17878 +# CONFIG_IP_DCCP is not set
17879 +# CONFIG_IP_SCTP is not set
17880 +# CONFIG_TIPC is not set
17881 +# CONFIG_ATM is not set
17882 +# CONFIG_BRIDGE is not set
17883 +# CONFIG_VLAN_8021Q is not set
17884 +# CONFIG_DECNET is not set
17885 +# CONFIG_LLC2 is not set
17886 +# CONFIG_IPX is not set
17887 +# CONFIG_ATALK is not set
17888 +# CONFIG_X25 is not set
17889 +# CONFIG_LAPB is not set
17890 +# CONFIG_ECONET is not set
17891 +# CONFIG_WAN_ROUTER is not set
17892 +# CONFIG_NET_SCHED is not set
17893 +
17894 +#
17895 +# Network testing
17896 +#
17897 +# CONFIG_NET_PKTGEN is not set
17898 +# CONFIG_HAMRADIO is not set
17899 +# CONFIG_CAN is not set
17900 +# CONFIG_IRDA is not set
17901 +# CONFIG_BT is not set
17902 +# CONFIG_AF_RXRPC is not set
17903 +
17904 +#
17905 +# Wireless
17906 +#
17907 +# CONFIG_CFG80211 is not set
17908 +# CONFIG_WIRELESS_EXT is not set
17909 +# CONFIG_MAC80211 is not set
17910 +# CONFIG_IEEE80211 is not set
17911 +# CONFIG_RFKILL is not set
17912 +# CONFIG_NET_9P is not set
17913 +
17914 +#
17915 +# Device Drivers
17916 +#
17917 +
17918 +#
17919 +# Generic Driver Options
17920 +#
17921 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
17922 +CONFIG_STANDALONE=y
17923 +CONFIG_PREVENT_FIRMWARE_BUILD=y
17924 +CONFIG_FW_LOADER=y
17925 +# CONFIG_DEBUG_DRIVER is not set
17926 +# CONFIG_DEBUG_DEVRES is not set
17927 +# CONFIG_SYS_HYPERVISOR is not set
17928 +CONFIG_CONNECTOR=y
17929 +CONFIG_PROC_EVENTS=y
17930 +CONFIG_MTD=y
17931 +# CONFIG_MTD_DEBUG is not set
17932 +# CONFIG_MTD_CONCAT is not set
17933 +CONFIG_MTD_PARTITIONS=y
17934 +# CONFIG_MTD_REDBOOT_PARTS is not set
17935 +CONFIG_MTD_CMDLINE_PARTS=y
17936 +CONFIG_MTD_OF_PARTS=y
17937 +
17938 +#
17939 +# User Modules And Translation Layers
17940 +#
17941 +CONFIG_MTD_CHAR=y
17942 +# CONFIG_MTD_BLKDEVS is not set
17943 +# CONFIG_MTD_BLOCK is not set
17944 +# CONFIG_MTD_BLOCK_RO is not set
17945 +# CONFIG_FTL is not set
17946 +# CONFIG_NFTL is not set
17947 +# CONFIG_INFTL is not set
17948 +# CONFIG_RFD_FTL is not set
17949 +# CONFIG_SSFDC is not set
17950 +# CONFIG_MTD_OOPS is not set
17951 +
17952 +#
17953 +# RAM/ROM/Flash chip drivers
17954 +#
17955 +CONFIG_MTD_CFI=y
17956 +CONFIG_MTD_JEDECPROBE=y
17957 +CONFIG_MTD_GEN_PROBE=y
17958 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
17959 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
17960 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
17961 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
17962 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
17963 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
17964 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
17965 +CONFIG_MTD_CFI_I1=y
17966 +CONFIG_MTD_CFI_I2=y
17967 +# CONFIG_MTD_CFI_I4 is not set
17968 +# CONFIG_MTD_CFI_I8 is not set
17969 +CONFIG_MTD_CFI_INTELEXT=y
17970 +CONFIG_MTD_CFI_AMDSTD=y
17971 +# CONFIG_MTD_CFI_STAA is not set
17972 +CONFIG_MTD_CFI_UTIL=y
17973 +# CONFIG_MTD_RAM is not set
17974 +# CONFIG_MTD_ROM is not set
17975 +# CONFIG_MTD_ABSENT is not set
17976 +
17977 +#
17978 +# Mapping drivers for chip access
17979 +#
17980 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
17981 +# CONFIG_MTD_PHYSMAP is not set
17982 +CONFIG_MTD_PHYSMAP_OF=y
17983 +# CONFIG_MTD_INTEL_VR_NOR is not set
17984 +# CONFIG_MTD_PLATRAM is not set
17985 +
17986 +#
17987 +# Self-contained MTD device drivers
17988 +#
17989 +# CONFIG_MTD_PMC551 is not set
17990 +# CONFIG_MTD_SLRAM is not set
17991 +# CONFIG_MTD_PHRAM is not set
17992 +# CONFIG_MTD_MTDRAM is not set
17993 +# CONFIG_MTD_BLOCK2MTD is not set
17994 +
17995 +#
17996 +# Disk-On-Chip Device Drivers
17997 +#
17998 +# CONFIG_MTD_DOC2000 is not set
17999 +# CONFIG_MTD_DOC2001 is not set
18000 +# CONFIG_MTD_DOC2001PLUS is not set
18001 +# CONFIG_MTD_NAND is not set
18002 +# CONFIG_MTD_ONENAND is not set
18003 +
18004 +#
18005 +# UBI - Unsorted block images
18006 +#
18007 +# CONFIG_MTD_UBI is not set
18008 +CONFIG_OF_DEVICE=y
18009 +# CONFIG_PARPORT is not set
18010 +CONFIG_BLK_DEV=y
18011 +# CONFIG_BLK_DEV_FD is not set
18012 +# CONFIG_BLK_CPQ_DA is not set
18013 +# CONFIG_BLK_CPQ_CISS_DA is not set
18014 +# CONFIG_BLK_DEV_DAC960 is not set
18015 +# CONFIG_BLK_DEV_UMEM is not set
18016 +# CONFIG_BLK_DEV_COW_COMMON is not set
18017 +# CONFIG_BLK_DEV_LOOP is not set
18018 +# CONFIG_BLK_DEV_NBD is not set
18019 +# CONFIG_BLK_DEV_SX8 is not set
18020 +CONFIG_BLK_DEV_RAM=y
18021 +CONFIG_BLK_DEV_RAM_COUNT=16
18022 +CONFIG_BLK_DEV_RAM_SIZE=35000
18023 +# CONFIG_BLK_DEV_XIP is not set
18024 +# CONFIG_CDROM_PKTCDVD is not set
18025 +# CONFIG_ATA_OVER_ETH is not set
18026 +# CONFIG_XILINX_SYSACE is not set
18027 +CONFIG_MISC_DEVICES=y
18028 +# CONFIG_PHANTOM is not set
18029 +# CONFIG_EEPROM_93CX6 is not set
18030 +# CONFIG_SGI_IOC4 is not set
18031 +# CONFIG_TIFM_CORE is not set
18032 +# CONFIG_ENCLOSURE_SERVICES is not set
18033 +CONFIG_HAVE_IDE=y
18034 +# CONFIG_IDE is not set
18035 +
18036 +#
18037 +# SCSI device support
18038 +#
18039 +# CONFIG_RAID_ATTRS is not set
18040 +# CONFIG_SCSI is not set
18041 +# CONFIG_SCSI_DMA is not set
18042 +# CONFIG_SCSI_NETLINK is not set
18043 +# CONFIG_ATA is not set
18044 +# CONFIG_MD is not set
18045 +# CONFIG_FUSION is not set
18046 +
18047 +#
18048 +# IEEE 1394 (FireWire) support
18049 +#
18050 +# CONFIG_FIREWIRE is not set
18051 +# CONFIG_IEEE1394 is not set
18052 +# CONFIG_I2O is not set
18053 +CONFIG_MACINTOSH_DRIVERS=y
18054 +# CONFIG_MAC_EMUMOUSEBTN is not set
18055 +# CONFIG_WINDFARM is not set
18056 +CONFIG_NETDEVICES=y
18057 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
18058 +# CONFIG_DUMMY is not set
18059 +# CONFIG_BONDING is not set
18060 +# CONFIG_MACVLAN is not set
18061 +# CONFIG_EQUALIZER is not set
18062 +# CONFIG_TUN is not set
18063 +# CONFIG_VETH is not set
18064 +# CONFIG_ARCNET is not set
18065 +# CONFIG_NET_ETHERNET is not set
18066 +CONFIG_IBM_NEW_EMAC_ZMII=y
18067 +CONFIG_IBM_NEW_EMAC_RGMII=y
18068 +CONFIG_IBM_NEW_EMAC_EMAC4=y
18069 +CONFIG_NETDEV_1000=y
18070 +# CONFIG_ACENIC is not set
18071 +# CONFIG_DL2K is not set
18072 +# CONFIG_E1000 is not set
18073 +# CONFIG_E1000E is not set
18074 +# CONFIG_E1000E_ENABLED is not set
18075 +# CONFIG_IP1000 is not set
18076 +# CONFIG_IGB is not set
18077 +# CONFIG_NS83820 is not set
18078 +# CONFIG_HAMACHI is not set
18079 +# CONFIG_YELLOWFIN is not set
18080 +# CONFIG_R8169 is not set
18081 +# CONFIG_SIS190 is not set
18082 +# CONFIG_SKGE is not set
18083 +# CONFIG_SKY2 is not set
18084 +# CONFIG_SK98LIN is not set
18085 +# CONFIG_VIA_VELOCITY is not set
18086 +# CONFIG_TIGON3 is not set
18087 +# CONFIG_BNX2 is not set
18088 +# CONFIG_QLA3XXX is not set
18089 +# CONFIG_ATL1 is not set
18090 +CONFIG_NETDEV_10000=y
18091 +# CONFIG_CHELSIO_T1 is not set
18092 +# CONFIG_CHELSIO_T3 is not set
18093 +# CONFIG_IXGBE is not set
18094 +# CONFIG_IXGB is not set
18095 +# CONFIG_S2IO is not set
18096 +# CONFIG_MYRI10GE is not set
18097 +# CONFIG_NETXEN_NIC is not set
18098 +# CONFIG_NIU is not set
18099 +# CONFIG_MLX4_CORE is not set
18100 +# CONFIG_TEHUTI is not set
18101 +# CONFIG_BNX2X is not set
18102 +# CONFIG_TR is not set
18103 +
18104 +#
18105 +# Wireless LAN
18106 +#
18107 +# CONFIG_WLAN_PRE80211 is not set
18108 +# CONFIG_WLAN_80211 is not set
18109 +# CONFIG_WAN is not set
18110 +# CONFIG_FDDI is not set
18111 +# CONFIG_HIPPI is not set
18112 +# CONFIG_PPP is not set
18113 +# CONFIG_SLIP is not set
18114 +# CONFIG_NETCONSOLE is not set
18115 +# CONFIG_NETPOLL is not set
18116 +# CONFIG_NET_POLL_CONTROLLER is not set
18117 +# CONFIG_ISDN is not set
18118 +# CONFIG_PHONE is not set
18119 +
18120 +#
18121 +# Input device support
18122 +#
18123 +# CONFIG_INPUT is not set
18124 +
18125 +#
18126 +# Hardware I/O ports
18127 +#
18128 +# CONFIG_SERIO is not set
18129 +# CONFIG_GAMEPORT is not set
18130 +
18131 +#
18132 +# Character devices
18133 +#
18134 +# CONFIG_VT is not set
18135 +# CONFIG_SERIAL_NONSTANDARD is not set
18136 +# CONFIG_NOZOMI is not set
18137 +
18138 +#
18139 +# Serial drivers
18140 +#
18141 +CONFIG_SERIAL_8250=y
18142 +CONFIG_SERIAL_8250_CONSOLE=y
18143 +# CONFIG_SERIAL_8250_PCI is not set
18144 +CONFIG_SERIAL_8250_NR_UARTS=4
18145 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
18146 +CONFIG_SERIAL_8250_EXTENDED=y
18147 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
18148 +CONFIG_SERIAL_8250_SHARE_IRQ=y
18149 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
18150 +# CONFIG_SERIAL_8250_RSA is not set
18151 +
18152 +#
18153 +# Non-8250 serial port support
18154 +#
18155 +# CONFIG_SERIAL_UARTLITE is not set
18156 +CONFIG_SERIAL_CORE=y
18157 +CONFIG_SERIAL_CORE_CONSOLE=y
18158 +# CONFIG_SERIAL_JSM is not set
18159 +CONFIG_SERIAL_OF_PLATFORM=y
18160 +CONFIG_UNIX98_PTYS=y
18161 +CONFIG_LEGACY_PTYS=y
18162 +CONFIG_LEGACY_PTY_COUNT=256
18163 +# CONFIG_IPMI_HANDLER is not set
18164 +# CONFIG_HW_RANDOM is not set
18165 +# CONFIG_NVRAM is not set
18166 +# CONFIG_GEN_RTC is not set
18167 +# CONFIG_R3964 is not set
18168 +# CONFIG_APPLICOM is not set
18169 +# CONFIG_RAW_DRIVER is not set
18170 +# CONFIG_TCG_TPM is not set
18171 +CONFIG_DEVPORT=y
18172 +# CONFIG_I2C is not set
18173 +
18174 +#
18175 +# SPI support
18176 +#
18177 +# CONFIG_SPI is not set
18178 +# CONFIG_SPI_MASTER is not set
18179 +# CONFIG_W1 is not set
18180 +# CONFIG_POWER_SUPPLY is not set
18181 +# CONFIG_HWMON is not set
18182 +CONFIG_THERMAL=y
18183 +# CONFIG_WATCHDOG is not set
18184 +
18185 +#
18186 +# Sonics Silicon Backplane
18187 +#
18188 +CONFIG_SSB_POSSIBLE=y
18189 +# CONFIG_SSB is not set
18190 +
18191 +#
18192 +# Multifunction device drivers
18193 +#
18194 +# CONFIG_MFD_SM501 is not set
18195 +
18196 +#
18197 +# Multimedia devices
18198 +#
18199 +# CONFIG_VIDEO_DEV is not set
18200 +# CONFIG_DVB_CORE is not set
18201 +CONFIG_DAB=y
18202 +
18203 +#
18204 +# Graphics support
18205 +#
18206 +# CONFIG_AGP is not set
18207 +# CONFIG_DRM is not set
18208 +# CONFIG_VGASTATE is not set
18209 +CONFIG_VIDEO_OUTPUT_CONTROL=m
18210 +# CONFIG_FB is not set
18211 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
18212 +
18213 +#
18214 +# Display device support
18215 +#
18216 +# CONFIG_DISPLAY_SUPPORT is not set
18217 +
18218 +#
18219 +# Sound
18220 +#
18221 +# CONFIG_SOUND is not set
18222 +CONFIG_USB_SUPPORT=y
18223 +CONFIG_USB_ARCH_HAS_HCD=y
18224 +CONFIG_USB_ARCH_HAS_OHCI=y
18225 +CONFIG_USB_ARCH_HAS_EHCI=y
18226 +# CONFIG_USB is not set
18227 +
18228 +#
18229 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
18230 +#
18231 +# CONFIG_USB_GADGET is not set
18232 +# CONFIG_MMC is not set
18233 +# CONFIG_MEMSTICK is not set
18234 +# CONFIG_NEW_LEDS is not set
18235 +# CONFIG_INFINIBAND is not set
18236 +# CONFIG_EDAC is not set
18237 +# CONFIG_RTC_CLASS is not set
18238 +
18239 +#
18240 +# Userspace I/O
18241 +#
18242 +# CONFIG_UIO is not set
18243 +
18244 +#
18245 +# File systems
18246 +#
18247 +CONFIG_EXT2_FS=y
18248 +# CONFIG_EXT2_FS_XATTR is not set
18249 +# CONFIG_EXT2_FS_XIP is not set
18250 +# CONFIG_EXT3_FS is not set
18251 +# CONFIG_EXT4DEV_FS is not set
18252 +# CONFIG_REISERFS_FS is not set
18253 +# CONFIG_JFS_FS is not set
18254 +# CONFIG_FS_POSIX_ACL is not set
18255 +# CONFIG_XFS_FS is not set
18256 +# CONFIG_GFS2_FS is not set
18257 +# CONFIG_OCFS2_FS is not set
18258 +CONFIG_DNOTIFY=y
18259 +CONFIG_INOTIFY=y
18260 +CONFIG_INOTIFY_USER=y
18261 +# CONFIG_QUOTA is not set
18262 +# CONFIG_AUTOFS_FS is not set
18263 +# CONFIG_AUTOFS4_FS is not set
18264 +# CONFIG_FUSE_FS is not set
18265 +
18266 +#
18267 +# CD-ROM/DVD Filesystems
18268 +#
18269 +# CONFIG_ISO9660_FS is not set
18270 +# CONFIG_UDF_FS is not set
18271 +
18272 +#
18273 +# DOS/FAT/NT Filesystems
18274 +#
18275 +# CONFIG_MSDOS_FS is not set
18276 +# CONFIG_VFAT_FS is not set
18277 +# CONFIG_NTFS_FS is not set
18278 +
18279 +#
18280 +# Pseudo filesystems
18281 +#
18282 +CONFIG_PROC_FS=y
18283 +CONFIG_PROC_KCORE=y
18284 +CONFIG_PROC_SYSCTL=y
18285 +CONFIG_SYSFS=y
18286 +CONFIG_TMPFS=y
18287 +# CONFIG_TMPFS_POSIX_ACL is not set
18288 +# CONFIG_HUGETLB_PAGE is not set
18289 +# CONFIG_CONFIGFS_FS is not set
18290 +
18291 +#
18292 +# Miscellaneous filesystems
18293 +#
18294 +# CONFIG_ADFS_FS is not set
18295 +# CONFIG_AFFS_FS is not set
18296 +# CONFIG_HFS_FS is not set
18297 +# CONFIG_HFSPLUS_FS is not set
18298 +# CONFIG_BEFS_FS is not set
18299 +# CONFIG_BFS_FS is not set
18300 +# CONFIG_EFS_FS is not set
18301 +CONFIG_JFFS2_FS=y
18302 +CONFIG_JFFS2_FS_DEBUG=0
18303 +CONFIG_JFFS2_FS_WRITEBUFFER=y
18304 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
18305 +# CONFIG_JFFS2_SUMMARY is not set
18306 +# CONFIG_JFFS2_FS_XATTR is not set
18307 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
18308 +CONFIG_JFFS2_ZLIB=y
18309 +# CONFIG_JFFS2_LZO is not set
18310 +CONFIG_JFFS2_RTIME=y
18311 +# CONFIG_JFFS2_RUBIN is not set
18312 +CONFIG_CRAMFS=y
18313 +# CONFIG_VXFS_FS is not set
18314 +# CONFIG_MINIX_FS is not set
18315 +# CONFIG_HPFS_FS is not set
18316 +# CONFIG_QNX4FS_FS is not set
18317 +# CONFIG_ROMFS_FS is not set
18318 +# CONFIG_SYSV_FS is not set
18319 +# CONFIG_UFS_FS is not set
18320 +CONFIG_NETWORK_FILESYSTEMS=y
18321 +CONFIG_NFS_FS=y
18322 +CONFIG_NFS_V3=y
18323 +# CONFIG_NFS_V3_ACL is not set
18324 +# CONFIG_NFS_V4 is not set
18325 +# CONFIG_NFS_DIRECTIO is not set
18326 +# CONFIG_NFSD is not set
18327 +CONFIG_ROOT_NFS=y
18328 +CONFIG_LOCKD=y
18329 +CONFIG_LOCKD_V4=y
18330 +CONFIG_NFS_COMMON=y
18331 +CONFIG_SUNRPC=y
18332 +# CONFIG_SUNRPC_BIND34 is not set
18333 +# CONFIG_RPCSEC_GSS_KRB5 is not set
18334 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
18335 +# CONFIG_SMB_FS is not set
18336 +# CONFIG_CIFS is not set
18337 +# CONFIG_NCP_FS is not set
18338 +# CONFIG_CODA_FS is not set
18339 +# CONFIG_AFS_FS is not set
18340 +
18341 +#
18342 +# Partition Types
18343 +#
18344 +# CONFIG_PARTITION_ADVANCED is not set
18345 +CONFIG_MSDOS_PARTITION=y
18346 +# CONFIG_NLS is not set
18347 +# CONFIG_DLM is not set
18348 +
18349 +#
18350 +# Library routines
18351 +#
18352 +CONFIG_BITREVERSE=y
18353 +# CONFIG_CRC_CCITT is not set
18354 +# CONFIG_CRC16 is not set
18355 +# CONFIG_CRC_ITU_T is not set
18356 +CONFIG_CRC32=y
18357 +# CONFIG_CRC7 is not set
18358 +# CONFIG_LIBCRC32C is not set
18359 +CONFIG_ZLIB_INFLATE=y
18360 +CONFIG_ZLIB_DEFLATE=y
18361 +CONFIG_PLIST=y
18362 +CONFIG_HAS_IOMEM=y
18363 +CONFIG_HAS_IOPORT=y
18364 +CONFIG_HAS_DMA=y
18365 +
18366 +#
18367 +# Kernel hacking
18368 +#
18369 +# CONFIG_PRINTK_TIME is not set
18370 +CONFIG_ENABLE_WARN_DEPRECATED=y
18371 +CONFIG_ENABLE_MUST_CHECK=y
18372 +CONFIG_MAGIC_SYSRQ=y
18373 +# CONFIG_UNUSED_SYMBOLS is not set
18374 +CONFIG_DEBUG_FS=y
18375 +# CONFIG_HEADERS_CHECK is not set
18376 +CONFIG_DEBUG_KERNEL=y
18377 +# CONFIG_DEBUG_SHIRQ is not set
18378 +CONFIG_DETECT_SOFTLOCKUP=y
18379 +CONFIG_SCHED_DEBUG=y
18380 +# CONFIG_SCHEDSTATS is not set
18381 +# CONFIG_TIMER_STATS is not set
18382 +# CONFIG_SLUB_DEBUG_ON is not set
18383 +# CONFIG_SLUB_STATS is not set
18384 +# CONFIG_DEBUG_RT_MUTEXES is not set
18385 +# CONFIG_RT_MUTEX_TESTER is not set
18386 +# CONFIG_DEBUG_SPINLOCK is not set
18387 +# CONFIG_DEBUG_MUTEXES is not set
18388 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
18389 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
18390 +# CONFIG_DEBUG_KOBJECT is not set
18391 +# CONFIG_DEBUG_BUGVERBOSE is not set
18392 +# CONFIG_DEBUG_INFO is not set
18393 +# CONFIG_DEBUG_VM is not set
18394 +# CONFIG_DEBUG_LIST is not set
18395 +# CONFIG_DEBUG_SG is not set
18396 +# CONFIG_BOOT_PRINTK_DELAY is not set
18397 +# CONFIG_RCU_TORTURE_TEST is not set
18398 +# CONFIG_BACKTRACE_SELF_TEST is not set
18399 +# CONFIG_FAULT_INJECTION is not set
18400 +# CONFIG_SAMPLES is not set
18401 +# CONFIG_DEBUG_STACKOVERFLOW is not set
18402 +# CONFIG_DEBUG_STACK_USAGE is not set
18403 +# CONFIG_DEBUG_PAGEALLOC is not set
18404 +CONFIG_DEBUGGER=y
18405 +# CONFIG_KGDB is not set
18406 +# CONFIG_XMON is not set
18407 +# CONFIG_VIRQ_DEBUG is not set
18408 +# CONFIG_BDI_SWITCH is not set
18409 +CONFIG_PPC_EARLY_DEBUG=y
18410 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
18411 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
18412 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
18413 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
18414 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
18415 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
18416 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
18417 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
18418 +CONFIG_PPC_EARLY_DEBUG_44x=y
18419 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
18420 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
18421 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
18422 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
18423 +
18424 +#
18425 +# Security options
18426 +#
18427 +# CONFIG_KEYS is not set
18428 +# CONFIG_SECURITY is not set
18429 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
18430 +CONFIG_CRYPTO=y
18431 +CONFIG_CRYPTO_ALGAPI=y
18432 +CONFIG_CRYPTO_BLKCIPHER=y
18433 +# CONFIG_CRYPTO_SEQIV is not set
18434 +CONFIG_CRYPTO_MANAGER=y
18435 +# CONFIG_CRYPTO_HMAC is not set
18436 +# CONFIG_CRYPTO_XCBC is not set
18437 +# CONFIG_CRYPTO_NULL is not set
18438 +# CONFIG_CRYPTO_MD4 is not set
18439 +CONFIG_CRYPTO_MD5=y
18440 +# CONFIG_CRYPTO_SHA1 is not set
18441 +# CONFIG_CRYPTO_SHA256 is not set
18442 +# CONFIG_CRYPTO_SHA512 is not set
18443 +# CONFIG_CRYPTO_WP512 is not set
18444 +# CONFIG_CRYPTO_TGR192 is not set
18445 +# CONFIG_CRYPTO_GF128MUL is not set
18446 +CONFIG_CRYPTO_ECB=y
18447 +CONFIG_CRYPTO_CBC=y
18448 +CONFIG_CRYPTO_PCBC=y
18449 +# CONFIG_CRYPTO_LRW is not set
18450 +# CONFIG_CRYPTO_XTS is not set
18451 +# CONFIG_CRYPTO_CTR is not set
18452 +# CONFIG_CRYPTO_GCM is not set
18453 +# CONFIG_CRYPTO_CCM is not set
18454 +# CONFIG_CRYPTO_CRYPTD is not set
18455 +CONFIG_CRYPTO_DES=y
18456 +# CONFIG_CRYPTO_FCRYPT is not set
18457 +# CONFIG_CRYPTO_BLOWFISH is not set
18458 +# CONFIG_CRYPTO_TWOFISH is not set
18459 +# CONFIG_CRYPTO_SERPENT is not set
18460 +# CONFIG_CRYPTO_AES is not set
18461 +# CONFIG_CRYPTO_CAST5 is not set
18462 +# CONFIG_CRYPTO_CAST6 is not set
18463 +# CONFIG_CRYPTO_TEA is not set
18464 +# CONFIG_CRYPTO_ARC4 is not set
18465 +# CONFIG_CRYPTO_KHAZAD is not set
18466 +# CONFIG_CRYPTO_ANUBIS is not set
18467 +# CONFIG_CRYPTO_SEED is not set
18468 +# CONFIG_CRYPTO_SALSA20 is not set
18469 +# CONFIG_CRYPTO_DEFLATE is not set
18470 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
18471 +# CONFIG_CRYPTO_CRC32C is not set
18472 +# CONFIG_CRYPTO_CAMELLIA is not set
18473 +# CONFIG_CRYPTO_TEST is not set
18474 +# CONFIG_CRYPTO_AUTHENC is not set
18475 +# CONFIG_CRYPTO_LZO is not set
18476 +CONFIG_CRYPTO_HW=y
18477 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
18478 +# CONFIG_PPC_CLOCK is not set
18479 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/sequoia_defconfig powerpc.git/arch/powerpc/configs/44x/sequoia_defconfig
18480 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/sequoia_defconfig 1970-01-01 01:00:00.000000000 +0100
18481 +++ powerpc.git/arch/powerpc/configs/44x/sequoia_defconfig      2008-04-19 16:40:52.000000000 +0200
18482 @@ -0,0 +1,916 @@
18483 +#
18484 +# Automatically generated make config: don't edit
18485 +# Linux kernel version: 2.6.25-rc2
18486 +# Fri Feb 15 21:53:46 2008
18487 +#
18488 +# CONFIG_PPC64 is not set
18489 +
18490 +#
18491 +# Processor support
18492 +#
18493 +# CONFIG_6xx is not set
18494 +# CONFIG_PPC_85xx is not set
18495 +# CONFIG_PPC_8xx is not set
18496 +# CONFIG_40x is not set
18497 +CONFIG_44x=y
18498 +# CONFIG_E200 is not set
18499 +CONFIG_PPC_FPU=y
18500 +CONFIG_4xx=y
18501 +CONFIG_BOOKE=y
18502 +CONFIG_PTE_64BIT=y
18503 +CONFIG_PHYS_64BIT=y
18504 +# CONFIG_PPC_MM_SLICES is not set
18505 +CONFIG_NOT_COHERENT_CACHE=y
18506 +CONFIG_PPC32=y
18507 +CONFIG_WORD_SIZE=32
18508 +CONFIG_PPC_MERGE=y
18509 +CONFIG_MMU=y
18510 +CONFIG_GENERIC_CMOS_UPDATE=y
18511 +CONFIG_GENERIC_TIME=y
18512 +CONFIG_GENERIC_TIME_VSYSCALL=y
18513 +CONFIG_GENERIC_CLOCKEVENTS=y
18514 +CONFIG_GENERIC_HARDIRQS=y
18515 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
18516 +CONFIG_IRQ_PER_CPU=y
18517 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
18518 +CONFIG_ARCH_HAS_ILOG2_U32=y
18519 +CONFIG_GENERIC_HWEIGHT=y
18520 +CONFIG_GENERIC_CALIBRATE_DELAY=y
18521 +CONFIG_GENERIC_FIND_NEXT_BIT=y
18522 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
18523 +CONFIG_PPC=y
18524 +CONFIG_EARLY_PRINTK=y
18525 +CONFIG_GENERIC_NVRAM=y
18526 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
18527 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
18528 +CONFIG_PPC_OF=y
18529 +CONFIG_OF=y
18530 +CONFIG_PPC_UDBG_16550=y
18531 +# CONFIG_GENERIC_TBSYNC is not set
18532 +CONFIG_AUDIT_ARCH=y
18533 +CONFIG_GENERIC_BUG=y
18534 +# CONFIG_DEFAULT_UIMAGE is not set
18535 +CONFIG_PPC_DCR_NATIVE=y
18536 +# CONFIG_PPC_DCR_MMIO is not set
18537 +CONFIG_PPC_DCR=y
18538 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
18539 +
18540 +#
18541 +# General setup
18542 +#
18543 +CONFIG_EXPERIMENTAL=y
18544 +CONFIG_BROKEN_ON_SMP=y
18545 +CONFIG_INIT_ENV_ARG_LIMIT=32
18546 +CONFIG_LOCALVERSION=""
18547 +CONFIG_LOCALVERSION_AUTO=y
18548 +CONFIG_SWAP=y
18549 +CONFIG_SYSVIPC=y
18550 +CONFIG_SYSVIPC_SYSCTL=y
18551 +CONFIG_POSIX_MQUEUE=y
18552 +# CONFIG_BSD_PROCESS_ACCT is not set
18553 +# CONFIG_TASKSTATS is not set
18554 +# CONFIG_AUDIT is not set
18555 +# CONFIG_IKCONFIG is not set
18556 +CONFIG_LOG_BUF_SHIFT=14
18557 +# CONFIG_CGROUPS is not set
18558 +CONFIG_GROUP_SCHED=y
18559 +# CONFIG_FAIR_GROUP_SCHED is not set
18560 +# CONFIG_RT_GROUP_SCHED is not set
18561 +CONFIG_USER_SCHED=y
18562 +# CONFIG_CGROUP_SCHED is not set
18563 +CONFIG_SYSFS_DEPRECATED=y
18564 +# CONFIG_RELAY is not set
18565 +# CONFIG_NAMESPACES is not set
18566 +CONFIG_BLK_DEV_INITRD=y
18567 +CONFIG_INITRAMFS_SOURCE=""
18568 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
18569 +CONFIG_SYSCTL=y
18570 +CONFIG_EMBEDDED=y
18571 +CONFIG_SYSCTL_SYSCALL=y
18572 +CONFIG_KALLSYMS=y
18573 +# CONFIG_KALLSYMS_ALL is not set
18574 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
18575 +CONFIG_HOTPLUG=y
18576 +CONFIG_PRINTK=y
18577 +CONFIG_BUG=y
18578 +CONFIG_ELF_CORE=y
18579 +CONFIG_COMPAT_BRK=y
18580 +CONFIG_BASE_FULL=y
18581 +CONFIG_FUTEX=y
18582 +CONFIG_ANON_INODES=y
18583 +CONFIG_EPOLL=y
18584 +CONFIG_SIGNALFD=y
18585 +CONFIG_TIMERFD=y
18586 +CONFIG_EVENTFD=y
18587 +CONFIG_SHMEM=y
18588 +CONFIG_VM_EVENT_COUNTERS=y
18589 +CONFIG_SLUB_DEBUG=y
18590 +# CONFIG_SLAB is not set
18591 +CONFIG_SLUB=y
18592 +# CONFIG_SLOB is not set
18593 +# CONFIG_PROFILING is not set
18594 +# CONFIG_MARKERS is not set
18595 +CONFIG_HAVE_OPROFILE=y
18596 +# CONFIG_KPROBES is not set
18597 +CONFIG_HAVE_KPROBES=y
18598 +CONFIG_PROC_PAGE_MONITOR=y
18599 +CONFIG_SLABINFO=y
18600 +CONFIG_RT_MUTEXES=y
18601 +# CONFIG_TINY_SHMEM is not set
18602 +CONFIG_BASE_SMALL=0
18603 +CONFIG_MODULES=y
18604 +CONFIG_MODULE_UNLOAD=y
18605 +# CONFIG_MODULE_FORCE_UNLOAD is not set
18606 +# CONFIG_MODVERSIONS is not set
18607 +# CONFIG_MODULE_SRCVERSION_ALL is not set
18608 +CONFIG_KMOD=y
18609 +CONFIG_BLOCK=y
18610 +CONFIG_LBD=y
18611 +# CONFIG_BLK_DEV_IO_TRACE is not set
18612 +# CONFIG_LSF is not set
18613 +# CONFIG_BLK_DEV_BSG is not set
18614 +
18615 +#
18616 +# IO Schedulers
18617 +#
18618 +CONFIG_IOSCHED_NOOP=y
18619 +CONFIG_IOSCHED_AS=y
18620 +CONFIG_IOSCHED_DEADLINE=y
18621 +CONFIG_IOSCHED_CFQ=y
18622 +CONFIG_DEFAULT_AS=y
18623 +# CONFIG_DEFAULT_DEADLINE is not set
18624 +# CONFIG_DEFAULT_CFQ is not set
18625 +# CONFIG_DEFAULT_NOOP is not set
18626 +CONFIG_DEFAULT_IOSCHED="anticipatory"
18627 +CONFIG_CLASSIC_RCU=y
18628 +# CONFIG_PREEMPT_RCU is not set
18629 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
18630 +
18631 +#
18632 +# Platform support
18633 +#
18634 +# CONFIG_PPC_MPC512x is not set
18635 +# CONFIG_PPC_MPC5121 is not set
18636 +# CONFIG_PPC_CELL is not set
18637 +# CONFIG_PPC_CELL_NATIVE is not set
18638 +# CONFIG_PQ2ADS is not set
18639 +# CONFIG_BAMBOO is not set
18640 +# CONFIG_EBONY is not set
18641 +CONFIG_SEQUOIA=y
18642 +# CONFIG_TAISHAN is not set
18643 +# CONFIG_KATMAI is not set
18644 +# CONFIG_RAINIER is not set
18645 +# CONFIG_WARP is not set
18646 +CONFIG_440EPX=y
18647 +# CONFIG_IPIC is not set
18648 +# CONFIG_MPIC is not set
18649 +# CONFIG_MPIC_WEIRD is not set
18650 +# CONFIG_PPC_I8259 is not set
18651 +# CONFIG_PPC_RTAS is not set
18652 +# CONFIG_MMIO_NVRAM is not set
18653 +# CONFIG_PPC_MPC106 is not set
18654 +# CONFIG_PPC_970_NAP is not set
18655 +# CONFIG_PPC_INDIRECT_IO is not set
18656 +# CONFIG_GENERIC_IOMAP is not set
18657 +# CONFIG_CPU_FREQ is not set
18658 +# CONFIG_FSL_ULI1575 is not set
18659 +
18660 +#
18661 +# Kernel options
18662 +#
18663 +# CONFIG_HIGHMEM is not set
18664 +CONFIG_TICK_ONESHOT=y
18665 +CONFIG_NO_HZ=y
18666 +CONFIG_HIGH_RES_TIMERS=y
18667 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
18668 +# CONFIG_HZ_100 is not set
18669 +CONFIG_HZ_250=y
18670 +# CONFIG_HZ_300 is not set
18671 +# CONFIG_HZ_1000 is not set
18672 +CONFIG_HZ=250
18673 +# CONFIG_SCHED_HRTICK is not set
18674 +CONFIG_PREEMPT_NONE=y
18675 +# CONFIG_PREEMPT_VOLUNTARY is not set
18676 +# CONFIG_PREEMPT is not set
18677 +CONFIG_RCU_TRACE=y
18678 +CONFIG_BINFMT_ELF=y
18679 +# CONFIG_BINFMT_MISC is not set
18680 +# CONFIG_MATH_EMULATION is not set
18681 +# CONFIG_IOMMU_HELPER is not set
18682 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
18683 +CONFIG_ARCH_HAS_WALK_MEMORY=y
18684 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
18685 +CONFIG_ARCH_FLATMEM_ENABLE=y
18686 +CONFIG_ARCH_POPULATES_NODE_MAP=y
18687 +CONFIG_SELECT_MEMORY_MODEL=y
18688 +CONFIG_FLATMEM_MANUAL=y
18689 +# CONFIG_DISCONTIGMEM_MANUAL is not set
18690 +# CONFIG_SPARSEMEM_MANUAL is not set
18691 +CONFIG_FLATMEM=y
18692 +CONFIG_FLAT_NODE_MEM_MAP=y
18693 +# CONFIG_SPARSEMEM_STATIC is not set
18694 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
18695 +CONFIG_SPLIT_PTLOCK_CPUS=4
18696 +CONFIG_RESOURCES_64BIT=y
18697 +CONFIG_ZONE_DMA_FLAG=1
18698 +CONFIG_BOUNCE=y
18699 +CONFIG_VIRT_TO_BUS=y
18700 +CONFIG_PROC_DEVICETREE=y
18701 +CONFIG_CMDLINE_BOOL=y
18702 +CONFIG_CMDLINE=""
18703 +CONFIG_SECCOMP=y
18704 +CONFIG_ISA_DMA_API=y
18705 +
18706 +#
18707 +# Bus options
18708 +#
18709 +CONFIG_ZONE_DMA=y
18710 +CONFIG_PPC_INDIRECT_PCI=y
18711 +CONFIG_PCI=y
18712 +CONFIG_PCI_DOMAINS=y
18713 +CONFIG_PCI_SYSCALL=y
18714 +# CONFIG_PCIEPORTBUS is not set
18715 +CONFIG_ARCH_SUPPORTS_MSI=y
18716 +# CONFIG_PCI_MSI is not set
18717 +CONFIG_PCI_LEGACY=y
18718 +# CONFIG_PCI_DEBUG is not set
18719 +# CONFIG_PCCARD is not set
18720 +# CONFIG_HOTPLUG_PCI is not set
18721 +
18722 +#
18723 +# Advanced setup
18724 +#
18725 +# CONFIG_ADVANCED_OPTIONS is not set
18726 +
18727 +#
18728 +# Default settings for advanced configuration options are used
18729 +#
18730 +CONFIG_HIGHMEM_START=0xfe000000
18731 +CONFIG_LOWMEM_SIZE=0x30000000
18732 +CONFIG_KERNEL_START=0xc0000000
18733 +CONFIG_TASK_SIZE=0xc0000000
18734 +CONFIG_CONSISTENT_START=0xff100000
18735 +CONFIG_CONSISTENT_SIZE=0x00200000
18736 +CONFIG_BOOT_LOAD=0x01000000
18737 +
18738 +#
18739 +# Networking
18740 +#
18741 +CONFIG_NET=y
18742 +
18743 +#
18744 +# Networking options
18745 +#
18746 +CONFIG_PACKET=y
18747 +# CONFIG_PACKET_MMAP is not set
18748 +CONFIG_UNIX=y
18749 +# CONFIG_NET_KEY is not set
18750 +CONFIG_INET=y
18751 +# CONFIG_IP_MULTICAST is not set
18752 +# CONFIG_IP_ADVANCED_ROUTER is not set
18753 +CONFIG_IP_FIB_HASH=y
18754 +CONFIG_IP_PNP=y
18755 +CONFIG_IP_PNP_DHCP=y
18756 +CONFIG_IP_PNP_BOOTP=y
18757 +# CONFIG_IP_PNP_RARP is not set
18758 +# CONFIG_NET_IPIP is not set
18759 +# CONFIG_NET_IPGRE is not set
18760 +# CONFIG_ARPD is not set
18761 +# CONFIG_SYN_COOKIES is not set
18762 +# CONFIG_INET_AH is not set
18763 +# CONFIG_INET_ESP is not set
18764 +# CONFIG_INET_IPCOMP is not set
18765 +# CONFIG_INET_XFRM_TUNNEL is not set
18766 +# CONFIG_INET_TUNNEL is not set
18767 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
18768 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
18769 +# CONFIG_INET_XFRM_MODE_BEET is not set
18770 +# CONFIG_INET_LRO is not set
18771 +CONFIG_INET_DIAG=y
18772 +CONFIG_INET_TCP_DIAG=y
18773 +# CONFIG_TCP_CONG_ADVANCED is not set
18774 +CONFIG_TCP_CONG_CUBIC=y
18775 +CONFIG_DEFAULT_TCP_CONG="cubic"
18776 +# CONFIG_TCP_MD5SIG is not set
18777 +# CONFIG_IPV6 is not set
18778 +# CONFIG_INET6_XFRM_TUNNEL is not set
18779 +# CONFIG_INET6_TUNNEL is not set
18780 +# CONFIG_NETWORK_SECMARK is not set
18781 +# CONFIG_NETFILTER is not set
18782 +# CONFIG_IP_DCCP is not set
18783 +# CONFIG_IP_SCTP is not set
18784 +# CONFIG_TIPC is not set
18785 +# CONFIG_ATM is not set
18786 +# CONFIG_BRIDGE is not set
18787 +# CONFIG_VLAN_8021Q is not set
18788 +# CONFIG_DECNET is not set
18789 +# CONFIG_LLC2 is not set
18790 +# CONFIG_IPX is not set
18791 +# CONFIG_ATALK is not set
18792 +# CONFIG_X25 is not set
18793 +# CONFIG_LAPB is not set
18794 +# CONFIG_ECONET is not set
18795 +# CONFIG_WAN_ROUTER is not set
18796 +# CONFIG_NET_SCHED is not set
18797 +
18798 +#
18799 +# Network testing
18800 +#
18801 +# CONFIG_NET_PKTGEN is not set
18802 +# CONFIG_HAMRADIO is not set
18803 +# CONFIG_CAN is not set
18804 +# CONFIG_IRDA is not set
18805 +# CONFIG_BT is not set
18806 +# CONFIG_AF_RXRPC is not set
18807 +
18808 +#
18809 +# Wireless
18810 +#
18811 +# CONFIG_CFG80211 is not set
18812 +# CONFIG_WIRELESS_EXT is not set
18813 +# CONFIG_MAC80211 is not set
18814 +# CONFIG_IEEE80211 is not set
18815 +# CONFIG_RFKILL is not set
18816 +# CONFIG_NET_9P is not set
18817 +
18818 +#
18819 +# Device Drivers
18820 +#
18821 +
18822 +#
18823 +# Generic Driver Options
18824 +#
18825 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
18826 +CONFIG_STANDALONE=y
18827 +CONFIG_PREVENT_FIRMWARE_BUILD=y
18828 +CONFIG_FW_LOADER=y
18829 +# CONFIG_DEBUG_DRIVER is not set
18830 +# CONFIG_DEBUG_DEVRES is not set
18831 +# CONFIG_SYS_HYPERVISOR is not set
18832 +CONFIG_CONNECTOR=y
18833 +CONFIG_PROC_EVENTS=y
18834 +CONFIG_MTD=y
18835 +# CONFIG_MTD_DEBUG is not set
18836 +# CONFIG_MTD_CONCAT is not set
18837 +CONFIG_MTD_PARTITIONS=y
18838 +# CONFIG_MTD_REDBOOT_PARTS is not set
18839 +CONFIG_MTD_CMDLINE_PARTS=y
18840 +CONFIG_MTD_OF_PARTS=y
18841 +
18842 +#
18843 +# User Modules And Translation Layers
18844 +#
18845 +CONFIG_MTD_CHAR=y
18846 +# CONFIG_MTD_BLKDEVS is not set
18847 +# CONFIG_MTD_BLOCK is not set
18848 +# CONFIG_MTD_BLOCK_RO is not set
18849 +# CONFIG_FTL is not set
18850 +# CONFIG_NFTL is not set
18851 +# CONFIG_INFTL is not set
18852 +# CONFIG_RFD_FTL is not set
18853 +# CONFIG_SSFDC is not set
18854 +# CONFIG_MTD_OOPS is not set
18855 +
18856 +#
18857 +# RAM/ROM/Flash chip drivers
18858 +#
18859 +CONFIG_MTD_CFI=y
18860 +CONFIG_MTD_JEDECPROBE=y
18861 +CONFIG_MTD_GEN_PROBE=y
18862 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
18863 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
18864 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
18865 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
18866 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
18867 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
18868 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
18869 +CONFIG_MTD_CFI_I1=y
18870 +CONFIG_MTD_CFI_I2=y
18871 +# CONFIG_MTD_CFI_I4 is not set
18872 +# CONFIG_MTD_CFI_I8 is not set
18873 +CONFIG_MTD_CFI_INTELEXT=y
18874 +CONFIG_MTD_CFI_AMDSTD=y
18875 +# CONFIG_MTD_CFI_STAA is not set
18876 +CONFIG_MTD_CFI_UTIL=y
18877 +# CONFIG_MTD_RAM is not set
18878 +# CONFIG_MTD_ROM is not set
18879 +# CONFIG_MTD_ABSENT is not set
18880 +
18881 +#
18882 +# Mapping drivers for chip access
18883 +#
18884 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
18885 +# CONFIG_MTD_PHYSMAP is not set
18886 +CONFIG_MTD_PHYSMAP_OF=y
18887 +# CONFIG_MTD_INTEL_VR_NOR is not set
18888 +# CONFIG_MTD_PLATRAM is not set
18889 +
18890 +#
18891 +# Self-contained MTD device drivers
18892 +#
18893 +# CONFIG_MTD_PMC551 is not set
18894 +# CONFIG_MTD_SLRAM is not set
18895 +# CONFIG_MTD_PHRAM is not set
18896 +# CONFIG_MTD_MTDRAM is not set
18897 +# CONFIG_MTD_BLOCK2MTD is not set
18898 +
18899 +#
18900 +# Disk-On-Chip Device Drivers
18901 +#
18902 +# CONFIG_MTD_DOC2000 is not set
18903 +# CONFIG_MTD_DOC2001 is not set
18904 +# CONFIG_MTD_DOC2001PLUS is not set
18905 +# CONFIG_MTD_NAND is not set
18906 +# CONFIG_MTD_ONENAND is not set
18907 +
18908 +#
18909 +# UBI - Unsorted block images
18910 +#
18911 +# CONFIG_MTD_UBI is not set
18912 +CONFIG_OF_DEVICE=y
18913 +# CONFIG_PARPORT is not set
18914 +CONFIG_BLK_DEV=y
18915 +# CONFIG_BLK_DEV_FD is not set
18916 +# CONFIG_BLK_CPQ_DA is not set
18917 +# CONFIG_BLK_CPQ_CISS_DA is not set
18918 +# CONFIG_BLK_DEV_DAC960 is not set
18919 +# CONFIG_BLK_DEV_UMEM is not set
18920 +# CONFIG_BLK_DEV_COW_COMMON is not set
18921 +# CONFIG_BLK_DEV_LOOP is not set
18922 +# CONFIG_BLK_DEV_NBD is not set
18923 +# CONFIG_BLK_DEV_SX8 is not set
18924 +CONFIG_BLK_DEV_RAM=y
18925 +CONFIG_BLK_DEV_RAM_COUNT=16
18926 +CONFIG_BLK_DEV_RAM_SIZE=35000
18927 +# CONFIG_BLK_DEV_XIP is not set
18928 +# CONFIG_CDROM_PKTCDVD is not set
18929 +# CONFIG_ATA_OVER_ETH is not set
18930 +# CONFIG_XILINX_SYSACE is not set
18931 +CONFIG_MISC_DEVICES=y
18932 +# CONFIG_PHANTOM is not set
18933 +# CONFIG_EEPROM_93CX6 is not set
18934 +# CONFIG_SGI_IOC4 is not set
18935 +# CONFIG_TIFM_CORE is not set
18936 +# CONFIG_ENCLOSURE_SERVICES is not set
18937 +CONFIG_HAVE_IDE=y
18938 +# CONFIG_IDE is not set
18939 +
18940 +#
18941 +# SCSI device support
18942 +#
18943 +# CONFIG_RAID_ATTRS is not set
18944 +# CONFIG_SCSI is not set
18945 +# CONFIG_SCSI_DMA is not set
18946 +# CONFIG_SCSI_NETLINK is not set
18947 +# CONFIG_ATA is not set
18948 +# CONFIG_MD is not set
18949 +# CONFIG_FUSION is not set
18950 +
18951 +#
18952 +# IEEE 1394 (FireWire) support
18953 +#
18954 +# CONFIG_FIREWIRE is not set
18955 +# CONFIG_IEEE1394 is not set
18956 +# CONFIG_I2O is not set
18957 +# CONFIG_MACINTOSH_DRIVERS is not set
18958 +CONFIG_NETDEVICES=y
18959 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
18960 +# CONFIG_DUMMY is not set
18961 +# CONFIG_BONDING is not set
18962 +# CONFIG_MACVLAN is not set
18963 +# CONFIG_EQUALIZER is not set
18964 +# CONFIG_TUN is not set
18965 +# CONFIG_VETH is not set
18966 +# CONFIG_ARCNET is not set
18967 +# CONFIG_PHYLIB is not set
18968 +CONFIG_NET_ETHERNET=y
18969 +# CONFIG_MII is not set
18970 +# CONFIG_HAPPYMEAL is not set
18971 +# CONFIG_SUNGEM is not set
18972 +# CONFIG_CASSINI is not set
18973 +# CONFIG_NET_VENDOR_3COM is not set
18974 +# CONFIG_NET_TULIP is not set
18975 +# CONFIG_HP100 is not set
18976 +CONFIG_IBM_NEW_EMAC=y
18977 +CONFIG_IBM_NEW_EMAC_RXB=128
18978 +CONFIG_IBM_NEW_EMAC_TXB=64
18979 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
18980 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
18981 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
18982 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
18983 +CONFIG_IBM_NEW_EMAC_ZMII=y
18984 +CONFIG_IBM_NEW_EMAC_RGMII=y
18985 +# CONFIG_IBM_NEW_EMAC_TAH is not set
18986 +CONFIG_IBM_NEW_EMAC_EMAC4=y
18987 +# CONFIG_NET_PCI is not set
18988 +# CONFIG_B44 is not set
18989 +CONFIG_NETDEV_1000=y
18990 +# CONFIG_ACENIC is not set
18991 +# CONFIG_DL2K is not set
18992 +# CONFIG_E1000 is not set
18993 +# CONFIG_E1000E is not set
18994 +# CONFIG_E1000E_ENABLED is not set
18995 +# CONFIG_IP1000 is not set
18996 +# CONFIG_IGB is not set
18997 +# CONFIG_NS83820 is not set
18998 +# CONFIG_HAMACHI is not set
18999 +# CONFIG_YELLOWFIN is not set
19000 +# CONFIG_R8169 is not set
19001 +# CONFIG_SIS190 is not set
19002 +# CONFIG_SKGE is not set
19003 +# CONFIG_SKY2 is not set
19004 +# CONFIG_SK98LIN is not set
19005 +# CONFIG_VIA_VELOCITY is not set
19006 +# CONFIG_TIGON3 is not set
19007 +# CONFIG_BNX2 is not set
19008 +# CONFIG_QLA3XXX is not set
19009 +# CONFIG_ATL1 is not set
19010 +CONFIG_NETDEV_10000=y
19011 +# CONFIG_CHELSIO_T1 is not set
19012 +# CONFIG_CHELSIO_T3 is not set
19013 +# CONFIG_IXGBE is not set
19014 +# CONFIG_IXGB is not set
19015 +# CONFIG_S2IO is not set
19016 +# CONFIG_MYRI10GE is not set
19017 +# CONFIG_NETXEN_NIC is not set
19018 +# CONFIG_NIU is not set
19019 +# CONFIG_MLX4_CORE is not set
19020 +# CONFIG_TEHUTI is not set
19021 +# CONFIG_BNX2X is not set
19022 +# CONFIG_TR is not set
19023 +
19024 +#
19025 +# Wireless LAN
19026 +#
19027 +# CONFIG_WLAN_PRE80211 is not set
19028 +# CONFIG_WLAN_80211 is not set
19029 +# CONFIG_WAN is not set
19030 +# CONFIG_FDDI is not set
19031 +# CONFIG_HIPPI is not set
19032 +# CONFIG_PPP is not set
19033 +# CONFIG_SLIP is not set
19034 +# CONFIG_NETCONSOLE is not set
19035 +# CONFIG_NETPOLL is not set
19036 +# CONFIG_NET_POLL_CONTROLLER is not set
19037 +# CONFIG_ISDN is not set
19038 +# CONFIG_PHONE is not set
19039 +
19040 +#
19041 +# Input device support
19042 +#
19043 +# CONFIG_INPUT is not set
19044 +
19045 +#
19046 +# Hardware I/O ports
19047 +#
19048 +# CONFIG_SERIO is not set
19049 +# CONFIG_GAMEPORT is not set
19050 +
19051 +#
19052 +# Character devices
19053 +#
19054 +# CONFIG_VT is not set
19055 +# CONFIG_SERIAL_NONSTANDARD is not set
19056 +# CONFIG_NOZOMI is not set
19057 +
19058 +#
19059 +# Serial drivers
19060 +#
19061 +CONFIG_SERIAL_8250=y
19062 +CONFIG_SERIAL_8250_CONSOLE=y
19063 +# CONFIG_SERIAL_8250_PCI is not set
19064 +CONFIG_SERIAL_8250_NR_UARTS=4
19065 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
19066 +CONFIG_SERIAL_8250_EXTENDED=y
19067 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
19068 +CONFIG_SERIAL_8250_SHARE_IRQ=y
19069 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
19070 +# CONFIG_SERIAL_8250_RSA is not set
19071 +
19072 +#
19073 +# Non-8250 serial port support
19074 +#
19075 +# CONFIG_SERIAL_UARTLITE is not set
19076 +CONFIG_SERIAL_CORE=y
19077 +CONFIG_SERIAL_CORE_CONSOLE=y
19078 +# CONFIG_SERIAL_JSM is not set
19079 +CONFIG_SERIAL_OF_PLATFORM=y
19080 +CONFIG_UNIX98_PTYS=y
19081 +CONFIG_LEGACY_PTYS=y
19082 +CONFIG_LEGACY_PTY_COUNT=256
19083 +# CONFIG_IPMI_HANDLER is not set
19084 +# CONFIG_HW_RANDOM is not set
19085 +# CONFIG_NVRAM is not set
19086 +# CONFIG_GEN_RTC is not set
19087 +# CONFIG_R3964 is not set
19088 +# CONFIG_APPLICOM is not set
19089 +# CONFIG_RAW_DRIVER is not set
19090 +# CONFIG_TCG_TPM is not set
19091 +CONFIG_DEVPORT=y
19092 +# CONFIG_I2C is not set
19093 +
19094 +#
19095 +# SPI support
19096 +#
19097 +# CONFIG_SPI is not set
19098 +# CONFIG_SPI_MASTER is not set
19099 +# CONFIG_W1 is not set
19100 +# CONFIG_POWER_SUPPLY is not set
19101 +# CONFIG_HWMON is not set
19102 +CONFIG_THERMAL=y
19103 +# CONFIG_WATCHDOG is not set
19104 +
19105 +#
19106 +# Sonics Silicon Backplane
19107 +#
19108 +CONFIG_SSB_POSSIBLE=y
19109 +# CONFIG_SSB is not set
19110 +
19111 +#
19112 +# Multifunction device drivers
19113 +#
19114 +# CONFIG_MFD_SM501 is not set
19115 +
19116 +#
19117 +# Multimedia devices
19118 +#
19119 +# CONFIG_VIDEO_DEV is not set
19120 +# CONFIG_DVB_CORE is not set
19121 +CONFIG_DAB=y
19122 +
19123 +#
19124 +# Graphics support
19125 +#
19126 +# CONFIG_AGP is not set
19127 +# CONFIG_DRM is not set
19128 +# CONFIG_VGASTATE is not set
19129 +CONFIG_VIDEO_OUTPUT_CONTROL=m
19130 +# CONFIG_FB is not set
19131 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
19132 +
19133 +#
19134 +# Display device support
19135 +#
19136 +# CONFIG_DISPLAY_SUPPORT is not set
19137 +
19138 +#
19139 +# Sound
19140 +#
19141 +# CONFIG_SOUND is not set
19142 +CONFIG_USB_SUPPORT=y
19143 +CONFIG_USB_ARCH_HAS_HCD=y
19144 +CONFIG_USB_ARCH_HAS_OHCI=y
19145 +CONFIG_USB_ARCH_HAS_EHCI=y
19146 +# CONFIG_USB is not set
19147 +
19148 +#
19149 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
19150 +#
19151 +# CONFIG_USB_GADGET is not set
19152 +# CONFIG_MMC is not set
19153 +# CONFIG_MEMSTICK is not set
19154 +# CONFIG_NEW_LEDS is not set
19155 +# CONFIG_INFINIBAND is not set
19156 +# CONFIG_EDAC is not set
19157 +# CONFIG_RTC_CLASS is not set
19158 +
19159 +#
19160 +# Userspace I/O
19161 +#
19162 +# CONFIG_UIO is not set
19163 +
19164 +#
19165 +# File systems
19166 +#
19167 +CONFIG_EXT2_FS=y
19168 +# CONFIG_EXT2_FS_XATTR is not set
19169 +# CONFIG_EXT2_FS_XIP is not set
19170 +# CONFIG_EXT3_FS is not set
19171 +# CONFIG_EXT4DEV_FS is not set
19172 +# CONFIG_REISERFS_FS is not set
19173 +# CONFIG_JFS_FS is not set
19174 +# CONFIG_FS_POSIX_ACL is not set
19175 +# CONFIG_XFS_FS is not set
19176 +# CONFIG_GFS2_FS is not set
19177 +# CONFIG_OCFS2_FS is not set
19178 +CONFIG_DNOTIFY=y
19179 +CONFIG_INOTIFY=y
19180 +CONFIG_INOTIFY_USER=y
19181 +# CONFIG_QUOTA is not set
19182 +# CONFIG_AUTOFS_FS is not set
19183 +# CONFIG_AUTOFS4_FS is not set
19184 +# CONFIG_FUSE_FS is not set
19185 +
19186 +#
19187 +# CD-ROM/DVD Filesystems
19188 +#
19189 +# CONFIG_ISO9660_FS is not set
19190 +# CONFIG_UDF_FS is not set
19191 +
19192 +#
19193 +# DOS/FAT/NT Filesystems
19194 +#
19195 +# CONFIG_MSDOS_FS is not set
19196 +# CONFIG_VFAT_FS is not set
19197 +# CONFIG_NTFS_FS is not set
19198 +
19199 +#
19200 +# Pseudo filesystems
19201 +#
19202 +CONFIG_PROC_FS=y
19203 +CONFIG_PROC_KCORE=y
19204 +CONFIG_PROC_SYSCTL=y
19205 +CONFIG_SYSFS=y
19206 +CONFIG_TMPFS=y
19207 +# CONFIG_TMPFS_POSIX_ACL is not set
19208 +# CONFIG_HUGETLB_PAGE is not set
19209 +# CONFIG_CONFIGFS_FS is not set
19210 +
19211 +#
19212 +# Miscellaneous filesystems
19213 +#
19214 +# CONFIG_ADFS_FS is not set
19215 +# CONFIG_AFFS_FS is not set
19216 +# CONFIG_HFS_FS is not set
19217 +# CONFIG_HFSPLUS_FS is not set
19218 +# CONFIG_BEFS_FS is not set
19219 +# CONFIG_BFS_FS is not set
19220 +# CONFIG_EFS_FS is not set
19221 +CONFIG_JFFS2_FS=y
19222 +CONFIG_JFFS2_FS_DEBUG=0
19223 +CONFIG_JFFS2_FS_WRITEBUFFER=y
19224 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
19225 +# CONFIG_JFFS2_SUMMARY is not set
19226 +# CONFIG_JFFS2_FS_XATTR is not set
19227 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
19228 +CONFIG_JFFS2_ZLIB=y
19229 +# CONFIG_JFFS2_LZO is not set
19230 +CONFIG_JFFS2_RTIME=y
19231 +# CONFIG_JFFS2_RUBIN is not set
19232 +CONFIG_CRAMFS=y
19233 +# CONFIG_VXFS_FS is not set
19234 +# CONFIG_MINIX_FS is not set
19235 +# CONFIG_HPFS_FS is not set
19236 +# CONFIG_QNX4FS_FS is not set
19237 +# CONFIG_ROMFS_FS is not set
19238 +# CONFIG_SYSV_FS is not set
19239 +# CONFIG_UFS_FS is not set
19240 +CONFIG_NETWORK_FILESYSTEMS=y
19241 +CONFIG_NFS_FS=y
19242 +CONFIG_NFS_V3=y
19243 +# CONFIG_NFS_V3_ACL is not set
19244 +# CONFIG_NFS_V4 is not set
19245 +# CONFIG_NFS_DIRECTIO is not set
19246 +# CONFIG_NFSD is not set
19247 +CONFIG_ROOT_NFS=y
19248 +CONFIG_LOCKD=y
19249 +CONFIG_LOCKD_V4=y
19250 +CONFIG_NFS_COMMON=y
19251 +CONFIG_SUNRPC=y
19252 +# CONFIG_SUNRPC_BIND34 is not set
19253 +# CONFIG_RPCSEC_GSS_KRB5 is not set
19254 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
19255 +# CONFIG_SMB_FS is not set
19256 +# CONFIG_CIFS is not set
19257 +# CONFIG_NCP_FS is not set
19258 +# CONFIG_CODA_FS is not set
19259 +# CONFIG_AFS_FS is not set
19260 +
19261 +#
19262 +# Partition Types
19263 +#
19264 +# CONFIG_PARTITION_ADVANCED is not set
19265 +CONFIG_MSDOS_PARTITION=y
19266 +# CONFIG_NLS is not set
19267 +# CONFIG_DLM is not set
19268 +
19269 +#
19270 +# Library routines
19271 +#
19272 +CONFIG_BITREVERSE=y
19273 +# CONFIG_CRC_CCITT is not set
19274 +# CONFIG_CRC16 is not set
19275 +# CONFIG_CRC_ITU_T is not set
19276 +CONFIG_CRC32=y
19277 +# CONFIG_CRC7 is not set
19278 +# CONFIG_LIBCRC32C is not set
19279 +CONFIG_ZLIB_INFLATE=y
19280 +CONFIG_ZLIB_DEFLATE=y
19281 +CONFIG_PLIST=y
19282 +CONFIG_HAS_IOMEM=y
19283 +CONFIG_HAS_IOPORT=y
19284 +CONFIG_HAS_DMA=y
19285 +
19286 +#
19287 +# Kernel hacking
19288 +#
19289 +# CONFIG_PRINTK_TIME is not set
19290 +CONFIG_ENABLE_WARN_DEPRECATED=y
19291 +CONFIG_ENABLE_MUST_CHECK=y
19292 +CONFIG_MAGIC_SYSRQ=y
19293 +# CONFIG_UNUSED_SYMBOLS is not set
19294 +CONFIG_DEBUG_FS=y
19295 +# CONFIG_HEADERS_CHECK is not set
19296 +CONFIG_DEBUG_KERNEL=y
19297 +# CONFIG_DEBUG_SHIRQ is not set
19298 +CONFIG_DETECT_SOFTLOCKUP=y
19299 +CONFIG_SCHED_DEBUG=y
19300 +# CONFIG_SCHEDSTATS is not set
19301 +# CONFIG_TIMER_STATS is not set
19302 +# CONFIG_SLUB_DEBUG_ON is not set
19303 +# CONFIG_SLUB_STATS is not set
19304 +# CONFIG_DEBUG_RT_MUTEXES is not set
19305 +# CONFIG_RT_MUTEX_TESTER is not set
19306 +# CONFIG_DEBUG_SPINLOCK is not set
19307 +# CONFIG_DEBUG_MUTEXES is not set
19308 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
19309 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
19310 +# CONFIG_DEBUG_KOBJECT is not set
19311 +# CONFIG_DEBUG_BUGVERBOSE is not set
19312 +# CONFIG_DEBUG_INFO is not set
19313 +# CONFIG_DEBUG_VM is not set
19314 +# CONFIG_DEBUG_LIST is not set
19315 +# CONFIG_DEBUG_SG is not set
19316 +# CONFIG_BOOT_PRINTK_DELAY is not set
19317 +# CONFIG_RCU_TORTURE_TEST is not set
19318 +# CONFIG_BACKTRACE_SELF_TEST is not set
19319 +# CONFIG_FAULT_INJECTION is not set
19320 +# CONFIG_SAMPLES is not set
19321 +# CONFIG_DEBUG_STACKOVERFLOW is not set
19322 +# CONFIG_DEBUG_STACK_USAGE is not set
19323 +# CONFIG_DEBUG_PAGEALLOC is not set
19324 +CONFIG_DEBUGGER=y
19325 +# CONFIG_KGDB is not set
19326 +# CONFIG_XMON is not set
19327 +# CONFIG_VIRQ_DEBUG is not set
19328 +# CONFIG_BDI_SWITCH is not set
19329 +CONFIG_PPC_EARLY_DEBUG=y
19330 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
19331 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
19332 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
19333 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
19334 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
19335 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
19336 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
19337 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
19338 +CONFIG_PPC_EARLY_DEBUG_44x=y
19339 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
19340 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
19341 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
19342 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
19343 +
19344 +#
19345 +# Security options
19346 +#
19347 +# CONFIG_KEYS is not set
19348 +# CONFIG_SECURITY is not set
19349 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
19350 +CONFIG_CRYPTO=y
19351 +CONFIG_CRYPTO_ALGAPI=y
19352 +CONFIG_CRYPTO_BLKCIPHER=y
19353 +# CONFIG_CRYPTO_SEQIV is not set
19354 +CONFIG_CRYPTO_MANAGER=y
19355 +# CONFIG_CRYPTO_HMAC is not set
19356 +# CONFIG_CRYPTO_XCBC is not set
19357 +# CONFIG_CRYPTO_NULL is not set
19358 +# CONFIG_CRYPTO_MD4 is not set
19359 +CONFIG_CRYPTO_MD5=y
19360 +# CONFIG_CRYPTO_SHA1 is not set
19361 +# CONFIG_CRYPTO_SHA256 is not set
19362 +# CONFIG_CRYPTO_SHA512 is not set
19363 +# CONFIG_CRYPTO_WP512 is not set
19364 +# CONFIG_CRYPTO_TGR192 is not set
19365 +# CONFIG_CRYPTO_GF128MUL is not set
19366 +CONFIG_CRYPTO_ECB=y
19367 +CONFIG_CRYPTO_CBC=y
19368 +CONFIG_CRYPTO_PCBC=y
19369 +# CONFIG_CRYPTO_LRW is not set
19370 +# CONFIG_CRYPTO_XTS is not set
19371 +# CONFIG_CRYPTO_CTR is not set
19372 +# CONFIG_CRYPTO_GCM is not set
19373 +# CONFIG_CRYPTO_CCM is not set
19374 +# CONFIG_CRYPTO_CRYPTD is not set
19375 +CONFIG_CRYPTO_DES=y
19376 +# CONFIG_CRYPTO_FCRYPT is not set
19377 +# CONFIG_CRYPTO_BLOWFISH is not set
19378 +# CONFIG_CRYPTO_TWOFISH is not set
19379 +# CONFIG_CRYPTO_SERPENT is not set
19380 +# CONFIG_CRYPTO_AES is not set
19381 +# CONFIG_CRYPTO_CAST5 is not set
19382 +# CONFIG_CRYPTO_CAST6 is not set
19383 +# CONFIG_CRYPTO_TEA is not set
19384 +# CONFIG_CRYPTO_ARC4 is not set
19385 +# CONFIG_CRYPTO_KHAZAD is not set
19386 +# CONFIG_CRYPTO_ANUBIS is not set
19387 +# CONFIG_CRYPTO_SEED is not set
19388 +# CONFIG_CRYPTO_SALSA20 is not set
19389 +# CONFIG_CRYPTO_DEFLATE is not set
19390 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
19391 +# CONFIG_CRYPTO_CRC32C is not set
19392 +# CONFIG_CRYPTO_CAMELLIA is not set
19393 +# CONFIG_CRYPTO_TEST is not set
19394 +# CONFIG_CRYPTO_AUTHENC is not set
19395 +# CONFIG_CRYPTO_LZO is not set
19396 +CONFIG_CRYPTO_HW=y
19397 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
19398 +# CONFIG_PPC_CLOCK is not set
19399 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/taishan_defconfig powerpc.git/arch/powerpc/configs/44x/taishan_defconfig
19400 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/taishan_defconfig 1970-01-01 01:00:00.000000000 +0100
19401 +++ powerpc.git/arch/powerpc/configs/44x/taishan_defconfig      2008-04-19 16:40:52.000000000 +0200
19402 @@ -0,0 +1,815 @@
19403 +#
19404 +# Automatically generated make config: don't edit
19405 +# Linux kernel version: 2.6.25-rc2
19406 +# Fri Feb 15 21:40:44 2008
19407 +#
19408 +# CONFIG_PPC64 is not set
19409 +
19410 +#
19411 +# Processor support
19412 +#
19413 +# CONFIG_6xx is not set
19414 +# CONFIG_PPC_85xx is not set
19415 +# CONFIG_PPC_8xx is not set
19416 +# CONFIG_40x is not set
19417 +CONFIG_44x=y
19418 +# CONFIG_E200 is not set
19419 +CONFIG_4xx=y
19420 +CONFIG_BOOKE=y
19421 +CONFIG_PTE_64BIT=y
19422 +CONFIG_PHYS_64BIT=y
19423 +# CONFIG_PPC_MM_SLICES is not set
19424 +CONFIG_NOT_COHERENT_CACHE=y
19425 +CONFIG_PPC32=y
19426 +CONFIG_WORD_SIZE=32
19427 +CONFIG_PPC_MERGE=y
19428 +CONFIG_MMU=y
19429 +CONFIG_GENERIC_CMOS_UPDATE=y
19430 +CONFIG_GENERIC_TIME=y
19431 +CONFIG_GENERIC_TIME_VSYSCALL=y
19432 +CONFIG_GENERIC_CLOCKEVENTS=y
19433 +CONFIG_GENERIC_HARDIRQS=y
19434 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
19435 +CONFIG_IRQ_PER_CPU=y
19436 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
19437 +CONFIG_ARCH_HAS_ILOG2_U32=y
19438 +CONFIG_GENERIC_HWEIGHT=y
19439 +CONFIG_GENERIC_CALIBRATE_DELAY=y
19440 +CONFIG_GENERIC_FIND_NEXT_BIT=y
19441 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
19442 +CONFIG_PPC=y
19443 +CONFIG_EARLY_PRINTK=y
19444 +CONFIG_GENERIC_NVRAM=y
19445 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
19446 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
19447 +CONFIG_PPC_OF=y
19448 +CONFIG_OF=y
19449 +CONFIG_PPC_UDBG_16550=y
19450 +# CONFIG_GENERIC_TBSYNC is not set
19451 +CONFIG_AUDIT_ARCH=y
19452 +CONFIG_GENERIC_BUG=y
19453 +# CONFIG_DEFAULT_UIMAGE is not set
19454 +CONFIG_PPC_DCR_NATIVE=y
19455 +# CONFIG_PPC_DCR_MMIO is not set
19456 +CONFIG_PPC_DCR=y
19457 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
19458 +
19459 +#
19460 +# General setup
19461 +#
19462 +CONFIG_EXPERIMENTAL=y
19463 +CONFIG_BROKEN_ON_SMP=y
19464 +CONFIG_INIT_ENV_ARG_LIMIT=32
19465 +CONFIG_LOCALVERSION=""
19466 +CONFIG_LOCALVERSION_AUTO=y
19467 +CONFIG_SWAP=y
19468 +CONFIG_SYSVIPC=y
19469 +CONFIG_SYSVIPC_SYSCTL=y
19470 +CONFIG_POSIX_MQUEUE=y
19471 +# CONFIG_BSD_PROCESS_ACCT is not set
19472 +# CONFIG_TASKSTATS is not set
19473 +# CONFIG_AUDIT is not set
19474 +# CONFIG_IKCONFIG is not set
19475 +CONFIG_LOG_BUF_SHIFT=14
19476 +# CONFIG_CGROUPS is not set
19477 +CONFIG_GROUP_SCHED=y
19478 +CONFIG_FAIR_GROUP_SCHED=y
19479 +# CONFIG_RT_GROUP_SCHED is not set
19480 +CONFIG_USER_SCHED=y
19481 +# CONFIG_CGROUP_SCHED is not set
19482 +CONFIG_SYSFS_DEPRECATED=y
19483 +# CONFIG_RELAY is not set
19484 +# CONFIG_NAMESPACES is not set
19485 +CONFIG_BLK_DEV_INITRD=y
19486 +CONFIG_INITRAMFS_SOURCE=""
19487 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
19488 +CONFIG_SYSCTL=y
19489 +CONFIG_EMBEDDED=y
19490 +CONFIG_SYSCTL_SYSCALL=y
19491 +CONFIG_KALLSYMS=y
19492 +# CONFIG_KALLSYMS_ALL is not set
19493 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
19494 +CONFIG_HOTPLUG=y
19495 +CONFIG_PRINTK=y
19496 +CONFIG_BUG=y
19497 +CONFIG_ELF_CORE=y
19498 +CONFIG_COMPAT_BRK=y
19499 +CONFIG_BASE_FULL=y
19500 +CONFIG_FUTEX=y
19501 +CONFIG_ANON_INODES=y
19502 +CONFIG_EPOLL=y
19503 +CONFIG_SIGNALFD=y
19504 +CONFIG_TIMERFD=y
19505 +CONFIG_EVENTFD=y
19506 +CONFIG_SHMEM=y
19507 +CONFIG_VM_EVENT_COUNTERS=y
19508 +CONFIG_SLUB_DEBUG=y
19509 +# CONFIG_SLAB is not set
19510 +CONFIG_SLUB=y
19511 +# CONFIG_SLOB is not set
19512 +# CONFIG_PROFILING is not set
19513 +# CONFIG_MARKERS is not set
19514 +CONFIG_HAVE_OPROFILE=y
19515 +# CONFIG_KPROBES is not set
19516 +CONFIG_HAVE_KPROBES=y
19517 +CONFIG_PROC_PAGE_MONITOR=y
19518 +CONFIG_SLABINFO=y
19519 +CONFIG_RT_MUTEXES=y
19520 +# CONFIG_TINY_SHMEM is not set
19521 +CONFIG_BASE_SMALL=0
19522 +CONFIG_MODULES=y
19523 +CONFIG_MODULE_UNLOAD=y
19524 +# CONFIG_MODULE_FORCE_UNLOAD is not set
19525 +# CONFIG_MODVERSIONS is not set
19526 +# CONFIG_MODULE_SRCVERSION_ALL is not set
19527 +CONFIG_KMOD=y
19528 +CONFIG_BLOCK=y
19529 +CONFIG_LBD=y
19530 +# CONFIG_BLK_DEV_IO_TRACE is not set
19531 +# CONFIG_LSF is not set
19532 +# CONFIG_BLK_DEV_BSG is not set
19533 +
19534 +#
19535 +# IO Schedulers
19536 +#
19537 +CONFIG_IOSCHED_NOOP=y
19538 +CONFIG_IOSCHED_AS=y
19539 +CONFIG_IOSCHED_DEADLINE=y
19540 +CONFIG_IOSCHED_CFQ=y
19541 +CONFIG_DEFAULT_AS=y
19542 +# CONFIG_DEFAULT_DEADLINE is not set
19543 +# CONFIG_DEFAULT_CFQ is not set
19544 +# CONFIG_DEFAULT_NOOP is not set
19545 +CONFIG_DEFAULT_IOSCHED="anticipatory"
19546 +CONFIG_CLASSIC_RCU=y
19547 +# CONFIG_PREEMPT_RCU is not set
19548 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
19549 +
19550 +#
19551 +# Platform support
19552 +#
19553 +# CONFIG_PPC_MPC512x is not set
19554 +# CONFIG_PPC_MPC5121 is not set
19555 +# CONFIG_PPC_CELL is not set
19556 +# CONFIG_PPC_CELL_NATIVE is not set
19557 +# CONFIG_PQ2ADS is not set
19558 +# CONFIG_BAMBOO is not set
19559 +# CONFIG_EBONY is not set
19560 +# CONFIG_SEQUOIA is not set
19561 +CONFIG_TAISHAN=y
19562 +# CONFIG_KATMAI is not set
19563 +# CONFIG_RAINIER is not set
19564 +# CONFIG_WARP is not set
19565 +CONFIG_440GX=y
19566 +# CONFIG_IPIC is not set
19567 +# CONFIG_MPIC is not set
19568 +# CONFIG_MPIC_WEIRD is not set
19569 +# CONFIG_PPC_I8259 is not set
19570 +# CONFIG_PPC_RTAS is not set
19571 +# CONFIG_MMIO_NVRAM is not set
19572 +# CONFIG_PPC_MPC106 is not set
19573 +# CONFIG_PPC_970_NAP is not set
19574 +# CONFIG_PPC_INDIRECT_IO is not set
19575 +# CONFIG_GENERIC_IOMAP is not set
19576 +# CONFIG_CPU_FREQ is not set
19577 +# CONFIG_FSL_ULI1575 is not set
19578 +
19579 +#
19580 +# Kernel options
19581 +#
19582 +# CONFIG_HIGHMEM is not set
19583 +# CONFIG_TICK_ONESHOT is not set
19584 +# CONFIG_NO_HZ is not set
19585 +# CONFIG_HIGH_RES_TIMERS is not set
19586 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
19587 +# CONFIG_HZ_100 is not set
19588 +CONFIG_HZ_250=y
19589 +# CONFIG_HZ_300 is not set
19590 +# CONFIG_HZ_1000 is not set
19591 +CONFIG_HZ=250
19592 +# CONFIG_SCHED_HRTICK is not set
19593 +CONFIG_PREEMPT_NONE=y
19594 +# CONFIG_PREEMPT_VOLUNTARY is not set
19595 +# CONFIG_PREEMPT is not set
19596 +CONFIG_RCU_TRACE=y
19597 +CONFIG_BINFMT_ELF=y
19598 +# CONFIG_BINFMT_MISC is not set
19599 +# CONFIG_MATH_EMULATION is not set
19600 +# CONFIG_IOMMU_HELPER is not set
19601 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
19602 +CONFIG_ARCH_HAS_WALK_MEMORY=y
19603 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
19604 +CONFIG_ARCH_FLATMEM_ENABLE=y
19605 +CONFIG_ARCH_POPULATES_NODE_MAP=y
19606 +CONFIG_SELECT_MEMORY_MODEL=y
19607 +CONFIG_FLATMEM_MANUAL=y
19608 +# CONFIG_DISCONTIGMEM_MANUAL is not set
19609 +# CONFIG_SPARSEMEM_MANUAL is not set
19610 +CONFIG_FLATMEM=y
19611 +CONFIG_FLAT_NODE_MEM_MAP=y
19612 +# CONFIG_SPARSEMEM_STATIC is not set
19613 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
19614 +CONFIG_SPLIT_PTLOCK_CPUS=4
19615 +CONFIG_RESOURCES_64BIT=y
19616 +CONFIG_ZONE_DMA_FLAG=1
19617 +CONFIG_BOUNCE=y
19618 +CONFIG_VIRT_TO_BUS=y
19619 +CONFIG_PROC_DEVICETREE=y
19620 +CONFIG_CMDLINE_BOOL=y
19621 +CONFIG_CMDLINE=""
19622 +CONFIG_SECCOMP=y
19623 +CONFIG_ISA_DMA_API=y
19624 +
19625 +#
19626 +# Bus options
19627 +#
19628 +CONFIG_ZONE_DMA=y
19629 +CONFIG_PPC_INDIRECT_PCI=y
19630 +CONFIG_PCI=y
19631 +CONFIG_PCI_DOMAINS=y
19632 +CONFIG_PCI_SYSCALL=y
19633 +# CONFIG_PCIEPORTBUS is not set
19634 +CONFIG_ARCH_SUPPORTS_MSI=y
19635 +# CONFIG_PCI_MSI is not set
19636 +CONFIG_PCI_LEGACY=y
19637 +# CONFIG_PCI_DEBUG is not set
19638 +# CONFIG_PCCARD is not set
19639 +# CONFIG_HOTPLUG_PCI is not set
19640 +
19641 +#
19642 +# Advanced setup
19643 +#
19644 +# CONFIG_ADVANCED_OPTIONS is not set
19645 +
19646 +#
19647 +# Default settings for advanced configuration options are used
19648 +#
19649 +CONFIG_HIGHMEM_START=0xfe000000
19650 +CONFIG_LOWMEM_SIZE=0x30000000
19651 +CONFIG_KERNEL_START=0xc0000000
19652 +CONFIG_TASK_SIZE=0xc0000000
19653 +CONFIG_CONSISTENT_START=0xff100000
19654 +CONFIG_CONSISTENT_SIZE=0x00200000
19655 +CONFIG_BOOT_LOAD=0x01000000
19656 +
19657 +#
19658 +# Networking
19659 +#
19660 +CONFIG_NET=y
19661 +
19662 +#
19663 +# Networking options
19664 +#
19665 +CONFIG_PACKET=y
19666 +# CONFIG_PACKET_MMAP is not set
19667 +CONFIG_UNIX=y
19668 +# CONFIG_NET_KEY is not set
19669 +CONFIG_INET=y
19670 +# CONFIG_IP_MULTICAST is not set
19671 +# CONFIG_IP_ADVANCED_ROUTER is not set
19672 +CONFIG_IP_FIB_HASH=y
19673 +CONFIG_IP_PNP=y
19674 +CONFIG_IP_PNP_DHCP=y
19675 +CONFIG_IP_PNP_BOOTP=y
19676 +# CONFIG_IP_PNP_RARP is not set
19677 +# CONFIG_NET_IPIP is not set
19678 +# CONFIG_NET_IPGRE is not set
19679 +# CONFIG_ARPD is not set
19680 +# CONFIG_SYN_COOKIES is not set
19681 +# CONFIG_INET_AH is not set
19682 +# CONFIG_INET_ESP is not set
19683 +# CONFIG_INET_IPCOMP is not set
19684 +# CONFIG_INET_XFRM_TUNNEL is not set
19685 +# CONFIG_INET_TUNNEL is not set
19686 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
19687 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
19688 +# CONFIG_INET_XFRM_MODE_BEET is not set
19689 +# CONFIG_INET_LRO is not set
19690 +CONFIG_INET_DIAG=y
19691 +CONFIG_INET_TCP_DIAG=y
19692 +# CONFIG_TCP_CONG_ADVANCED is not set
19693 +CONFIG_TCP_CONG_CUBIC=y
19694 +CONFIG_DEFAULT_TCP_CONG="cubic"
19695 +# CONFIG_TCP_MD5SIG is not set
19696 +# CONFIG_IPV6 is not set
19697 +# CONFIG_INET6_XFRM_TUNNEL is not set
19698 +# CONFIG_INET6_TUNNEL is not set
19699 +# CONFIG_NETWORK_SECMARK is not set
19700 +# CONFIG_NETFILTER is not set
19701 +# CONFIG_IP_DCCP is not set
19702 +# CONFIG_IP_SCTP is not set
19703 +# CONFIG_TIPC is not set
19704 +# CONFIG_ATM is not set
19705 +# CONFIG_BRIDGE is not set
19706 +# CONFIG_VLAN_8021Q is not set
19707 +# CONFIG_DECNET is not set
19708 +# CONFIG_LLC2 is not set
19709 +# CONFIG_IPX is not set
19710 +# CONFIG_ATALK is not set
19711 +# CONFIG_X25 is not set
19712 +# CONFIG_LAPB is not set
19713 +# CONFIG_ECONET is not set
19714 +# CONFIG_WAN_ROUTER is not set
19715 +# CONFIG_NET_SCHED is not set
19716 +
19717 +#
19718 +# Network testing
19719 +#
19720 +# CONFIG_NET_PKTGEN is not set
19721 +# CONFIG_HAMRADIO is not set
19722 +# CONFIG_CAN is not set
19723 +# CONFIG_IRDA is not set
19724 +# CONFIG_BT is not set
19725 +# CONFIG_AF_RXRPC is not set
19726 +
19727 +#
19728 +# Wireless
19729 +#
19730 +# CONFIG_CFG80211 is not set
19731 +# CONFIG_WIRELESS_EXT is not set
19732 +# CONFIG_MAC80211 is not set
19733 +# CONFIG_IEEE80211 is not set
19734 +# CONFIG_RFKILL is not set
19735 +# CONFIG_NET_9P is not set
19736 +
19737 +#
19738 +# Device Drivers
19739 +#
19740 +
19741 +#
19742 +# Generic Driver Options
19743 +#
19744 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
19745 +CONFIG_STANDALONE=y
19746 +CONFIG_PREVENT_FIRMWARE_BUILD=y
19747 +CONFIG_FW_LOADER=y
19748 +# CONFIG_DEBUG_DRIVER is not set
19749 +# CONFIG_DEBUG_DEVRES is not set
19750 +# CONFIG_SYS_HYPERVISOR is not set
19751 +CONFIG_CONNECTOR=y
19752 +CONFIG_PROC_EVENTS=y
19753 +# CONFIG_MTD is not set
19754 +CONFIG_OF_DEVICE=y
19755 +# CONFIG_PARPORT is not set
19756 +CONFIG_BLK_DEV=y
19757 +# CONFIG_BLK_DEV_FD is not set
19758 +# CONFIG_BLK_CPQ_DA is not set
19759 +# CONFIG_BLK_CPQ_CISS_DA is not set
19760 +# CONFIG_BLK_DEV_DAC960 is not set
19761 +# CONFIG_BLK_DEV_UMEM is not set
19762 +# CONFIG_BLK_DEV_COW_COMMON is not set
19763 +# CONFIG_BLK_DEV_LOOP is not set
19764 +# CONFIG_BLK_DEV_NBD is not set
19765 +# CONFIG_BLK_DEV_SX8 is not set
19766 +CONFIG_BLK_DEV_RAM=y
19767 +CONFIG_BLK_DEV_RAM_COUNT=16
19768 +CONFIG_BLK_DEV_RAM_SIZE=35000
19769 +# CONFIG_BLK_DEV_XIP is not set
19770 +# CONFIG_CDROM_PKTCDVD is not set
19771 +# CONFIG_ATA_OVER_ETH is not set
19772 +# CONFIG_XILINX_SYSACE is not set
19773 +CONFIG_MISC_DEVICES=y
19774 +# CONFIG_PHANTOM is not set
19775 +# CONFIG_EEPROM_93CX6 is not set
19776 +# CONFIG_SGI_IOC4 is not set
19777 +# CONFIG_TIFM_CORE is not set
19778 +# CONFIG_ENCLOSURE_SERVICES is not set
19779 +CONFIG_HAVE_IDE=y
19780 +# CONFIG_IDE is not set
19781 +
19782 +#
19783 +# SCSI device support
19784 +#
19785 +# CONFIG_RAID_ATTRS is not set
19786 +# CONFIG_SCSI is not set
19787 +# CONFIG_SCSI_DMA is not set
19788 +# CONFIG_SCSI_NETLINK is not set
19789 +# CONFIG_ATA is not set
19790 +# CONFIG_MD is not set
19791 +# CONFIG_FUSION is not set
19792 +
19793 +#
19794 +# IEEE 1394 (FireWire) support
19795 +#
19796 +# CONFIG_FIREWIRE is not set
19797 +# CONFIG_IEEE1394 is not set
19798 +# CONFIG_I2O is not set
19799 +CONFIG_MACINTOSH_DRIVERS=y
19800 +# CONFIG_MAC_EMUMOUSEBTN is not set
19801 +# CONFIG_WINDFARM is not set
19802 +CONFIG_NETDEVICES=y
19803 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
19804 +# CONFIG_DUMMY is not set
19805 +# CONFIG_BONDING is not set
19806 +# CONFIG_MACVLAN is not set
19807 +# CONFIG_EQUALIZER is not set
19808 +# CONFIG_TUN is not set
19809 +# CONFIG_VETH is not set
19810 +# CONFIG_ARCNET is not set
19811 +# CONFIG_PHYLIB is not set
19812 +CONFIG_NET_ETHERNET=y
19813 +# CONFIG_MII is not set
19814 +# CONFIG_HAPPYMEAL is not set
19815 +# CONFIG_SUNGEM is not set
19816 +# CONFIG_CASSINI is not set
19817 +# CONFIG_NET_VENDOR_3COM is not set
19818 +# CONFIG_NET_TULIP is not set
19819 +# CONFIG_HP100 is not set
19820 +CONFIG_IBM_NEW_EMAC=y
19821 +CONFIG_IBM_NEW_EMAC_RXB=128
19822 +CONFIG_IBM_NEW_EMAC_TXB=64
19823 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
19824 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
19825 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
19826 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
19827 +CONFIG_IBM_NEW_EMAC_ZMII=y
19828 +CONFIG_IBM_NEW_EMAC_RGMII=y
19829 +CONFIG_IBM_NEW_EMAC_TAH=y
19830 +CONFIG_IBM_NEW_EMAC_EMAC4=y
19831 +# CONFIG_NET_PCI is not set
19832 +# CONFIG_B44 is not set
19833 +CONFIG_NETDEV_1000=y
19834 +# CONFIG_ACENIC is not set
19835 +# CONFIG_DL2K is not set
19836 +# CONFIG_E1000 is not set
19837 +# CONFIG_E1000E is not set
19838 +# CONFIG_E1000E_ENABLED is not set
19839 +# CONFIG_IP1000 is not set
19840 +# CONFIG_IGB is not set
19841 +# CONFIG_NS83820 is not set
19842 +# CONFIG_HAMACHI is not set
19843 +# CONFIG_YELLOWFIN is not set
19844 +# CONFIG_R8169 is not set
19845 +# CONFIG_SIS190 is not set
19846 +# CONFIG_SKGE is not set
19847 +# CONFIG_SKY2 is not set
19848 +# CONFIG_SK98LIN is not set
19849 +# CONFIG_VIA_VELOCITY is not set
19850 +# CONFIG_TIGON3 is not set
19851 +# CONFIG_BNX2 is not set
19852 +# CONFIG_QLA3XXX is not set
19853 +# CONFIG_ATL1 is not set
19854 +CONFIG_NETDEV_10000=y
19855 +# CONFIG_CHELSIO_T1 is not set
19856 +# CONFIG_CHELSIO_T3 is not set
19857 +# CONFIG_IXGBE is not set
19858 +# CONFIG_IXGB is not set
19859 +# CONFIG_S2IO is not set
19860 +# CONFIG_MYRI10GE is not set
19861 +# CONFIG_NETXEN_NIC is not set
19862 +# CONFIG_NIU is not set
19863 +# CONFIG_MLX4_CORE is not set
19864 +# CONFIG_TEHUTI is not set
19865 +# CONFIG_BNX2X is not set
19866 +# CONFIG_TR is not set
19867 +
19868 +#
19869 +# Wireless LAN
19870 +#
19871 +# CONFIG_WLAN_PRE80211 is not set
19872 +# CONFIG_WLAN_80211 is not set
19873 +# CONFIG_WAN is not set
19874 +# CONFIG_FDDI is not set
19875 +# CONFIG_HIPPI is not set
19876 +# CONFIG_PPP is not set
19877 +# CONFIG_SLIP is not set
19878 +# CONFIG_NETCONSOLE is not set
19879 +# CONFIG_NETPOLL is not set
19880 +# CONFIG_NET_POLL_CONTROLLER is not set
19881 +# CONFIG_ISDN is not set
19882 +# CONFIG_PHONE is not set
19883 +
19884 +#
19885 +# Input device support
19886 +#
19887 +# CONFIG_INPUT is not set
19888 +
19889 +#
19890 +# Hardware I/O ports
19891 +#
19892 +# CONFIG_SERIO is not set
19893 +# CONFIG_GAMEPORT is not set
19894 +
19895 +#
19896 +# Character devices
19897 +#
19898 +# CONFIG_VT is not set
19899 +# CONFIG_SERIAL_NONSTANDARD is not set
19900 +# CONFIG_NOZOMI is not set
19901 +
19902 +#
19903 +# Serial drivers
19904 +#
19905 +CONFIG_SERIAL_8250=y
19906 +CONFIG_SERIAL_8250_CONSOLE=y
19907 +# CONFIG_SERIAL_8250_PCI is not set
19908 +CONFIG_SERIAL_8250_NR_UARTS=4
19909 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
19910 +CONFIG_SERIAL_8250_EXTENDED=y
19911 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
19912 +CONFIG_SERIAL_8250_SHARE_IRQ=y
19913 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
19914 +# CONFIG_SERIAL_8250_RSA is not set
19915 +
19916 +#
19917 +# Non-8250 serial port support
19918 +#
19919 +# CONFIG_SERIAL_UARTLITE is not set
19920 +CONFIG_SERIAL_CORE=y
19921 +CONFIG_SERIAL_CORE_CONSOLE=y
19922 +# CONFIG_SERIAL_JSM is not set
19923 +CONFIG_SERIAL_OF_PLATFORM=y
19924 +CONFIG_UNIX98_PTYS=y
19925 +CONFIG_LEGACY_PTYS=y
19926 +CONFIG_LEGACY_PTY_COUNT=256
19927 +# CONFIG_IPMI_HANDLER is not set
19928 +# CONFIG_HW_RANDOM is not set
19929 +# CONFIG_NVRAM is not set
19930 +# CONFIG_GEN_RTC is not set
19931 +# CONFIG_R3964 is not set
19932 +# CONFIG_APPLICOM is not set
19933 +# CONFIG_RAW_DRIVER is not set
19934 +# CONFIG_TCG_TPM is not set
19935 +CONFIG_DEVPORT=y
19936 +# CONFIG_I2C is not set
19937 +
19938 +#
19939 +# SPI support
19940 +#
19941 +# CONFIG_SPI is not set
19942 +# CONFIG_SPI_MASTER is not set
19943 +# CONFIG_W1 is not set
19944 +# CONFIG_POWER_SUPPLY is not set
19945 +# CONFIG_HWMON is not set
19946 +CONFIG_THERMAL=y
19947 +# CONFIG_WATCHDOG is not set
19948 +
19949 +#
19950 +# Sonics Silicon Backplane
19951 +#
19952 +CONFIG_SSB_POSSIBLE=y
19953 +# CONFIG_SSB is not set
19954 +
19955 +#
19956 +# Multifunction device drivers
19957 +#
19958 +# CONFIG_MFD_SM501 is not set
19959 +
19960 +#
19961 +# Multimedia devices
19962 +#
19963 +# CONFIG_VIDEO_DEV is not set
19964 +# CONFIG_DVB_CORE is not set
19965 +CONFIG_DAB=y
19966 +
19967 +#
19968 +# Graphics support
19969 +#
19970 +# CONFIG_AGP is not set
19971 +# CONFIG_DRM is not set
19972 +# CONFIG_VGASTATE is not set
19973 +CONFIG_VIDEO_OUTPUT_CONTROL=m
19974 +# CONFIG_FB is not set
19975 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
19976 +
19977 +#
19978 +# Display device support
19979 +#
19980 +# CONFIG_DISPLAY_SUPPORT is not set
19981 +
19982 +#
19983 +# Sound
19984 +#
19985 +# CONFIG_SOUND is not set
19986 +CONFIG_USB_SUPPORT=y
19987 +CONFIG_USB_ARCH_HAS_HCD=y
19988 +CONFIG_USB_ARCH_HAS_OHCI=y
19989 +CONFIG_USB_ARCH_HAS_EHCI=y
19990 +# CONFIG_USB is not set
19991 +
19992 +#
19993 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
19994 +#
19995 +# CONFIG_USB_GADGET is not set
19996 +# CONFIG_MMC is not set
19997 +# CONFIG_MEMSTICK is not set
19998 +# CONFIG_NEW_LEDS is not set
19999 +# CONFIG_INFINIBAND is not set
20000 +# CONFIG_EDAC is not set
20001 +# CONFIG_RTC_CLASS is not set
20002 +
20003 +#
20004 +# Userspace I/O
20005 +#
20006 +# CONFIG_UIO is not set
20007 +
20008 +#
20009 +# File systems
20010 +#
20011 +CONFIG_EXT2_FS=y
20012 +# CONFIG_EXT2_FS_XATTR is not set
20013 +# CONFIG_EXT2_FS_XIP is not set
20014 +# CONFIG_EXT3_FS is not set
20015 +# CONFIG_EXT4DEV_FS is not set
20016 +# CONFIG_REISERFS_FS is not set
20017 +# CONFIG_JFS_FS is not set
20018 +# CONFIG_FS_POSIX_ACL is not set
20019 +# CONFIG_XFS_FS is not set
20020 +# CONFIG_GFS2_FS is not set
20021 +# CONFIG_OCFS2_FS is not set
20022 +CONFIG_DNOTIFY=y
20023 +CONFIG_INOTIFY=y
20024 +CONFIG_INOTIFY_USER=y
20025 +# CONFIG_QUOTA is not set
20026 +# CONFIG_AUTOFS_FS is not set
20027 +# CONFIG_AUTOFS4_FS is not set
20028 +# CONFIG_FUSE_FS is not set
20029 +
20030 +#
20031 +# CD-ROM/DVD Filesystems
20032 +#
20033 +# CONFIG_ISO9660_FS is not set
20034 +# CONFIG_UDF_FS is not set
20035 +
20036 +#
20037 +# DOS/FAT/NT Filesystems
20038 +#
20039 +# CONFIG_MSDOS_FS is not set
20040 +# CONFIG_VFAT_FS is not set
20041 +# CONFIG_NTFS_FS is not set
20042 +
20043 +#
20044 +# Pseudo filesystems
20045 +#
20046 +CONFIG_PROC_FS=y
20047 +CONFIG_PROC_KCORE=y
20048 +CONFIG_PROC_SYSCTL=y
20049 +CONFIG_SYSFS=y
20050 +CONFIG_TMPFS=y
20051 +# CONFIG_TMPFS_POSIX_ACL is not set
20052 +# CONFIG_HUGETLB_PAGE is not set
20053 +# CONFIG_CONFIGFS_FS is not set
20054 +
20055 +#
20056 +# Miscellaneous filesystems
20057 +#
20058 +# CONFIG_ADFS_FS is not set
20059 +# CONFIG_AFFS_FS is not set
20060 +# CONFIG_HFS_FS is not set
20061 +# CONFIG_HFSPLUS_FS is not set
20062 +# CONFIG_BEFS_FS is not set
20063 +# CONFIG_BFS_FS is not set
20064 +# CONFIG_EFS_FS is not set
20065 +CONFIG_CRAMFS=y
20066 +# CONFIG_VXFS_FS is not set
20067 +# CONFIG_MINIX_FS is not set
20068 +# CONFIG_HPFS_FS is not set
20069 +# CONFIG_QNX4FS_FS is not set
20070 +# CONFIG_ROMFS_FS is not set
20071 +# CONFIG_SYSV_FS is not set
20072 +# CONFIG_UFS_FS is not set
20073 +CONFIG_NETWORK_FILESYSTEMS=y
20074 +CONFIG_NFS_FS=y
20075 +CONFIG_NFS_V3=y
20076 +# CONFIG_NFS_V3_ACL is not set
20077 +# CONFIG_NFS_V4 is not set
20078 +# CONFIG_NFS_DIRECTIO is not set
20079 +# CONFIG_NFSD is not set
20080 +CONFIG_ROOT_NFS=y
20081 +CONFIG_LOCKD=y
20082 +CONFIG_LOCKD_V4=y
20083 +CONFIG_NFS_COMMON=y
20084 +CONFIG_SUNRPC=y
20085 +# CONFIG_SUNRPC_BIND34 is not set
20086 +# CONFIG_RPCSEC_GSS_KRB5 is not set
20087 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
20088 +# CONFIG_SMB_FS is not set
20089 +# CONFIG_CIFS is not set
20090 +# CONFIG_NCP_FS is not set
20091 +# CONFIG_CODA_FS is not set
20092 +# CONFIG_AFS_FS is not set
20093 +
20094 +#
20095 +# Partition Types
20096 +#
20097 +# CONFIG_PARTITION_ADVANCED is not set
20098 +CONFIG_MSDOS_PARTITION=y
20099 +# CONFIG_NLS is not set
20100 +# CONFIG_DLM is not set
20101 +
20102 +#
20103 +# Library routines
20104 +#
20105 +CONFIG_BITREVERSE=y
20106 +# CONFIG_CRC_CCITT is not set
20107 +# CONFIG_CRC16 is not set
20108 +# CONFIG_CRC_ITU_T is not set
20109 +CONFIG_CRC32=y
20110 +# CONFIG_CRC7 is not set
20111 +# CONFIG_LIBCRC32C is not set
20112 +CONFIG_ZLIB_INFLATE=y
20113 +CONFIG_PLIST=y
20114 +CONFIG_HAS_IOMEM=y
20115 +CONFIG_HAS_IOPORT=y
20116 +CONFIG_HAS_DMA=y
20117 +
20118 +#
20119 +# Kernel hacking
20120 +#
20121 +# CONFIG_PRINTK_TIME is not set
20122 +CONFIG_ENABLE_WARN_DEPRECATED=y
20123 +CONFIG_ENABLE_MUST_CHECK=y
20124 +CONFIG_MAGIC_SYSRQ=y
20125 +# CONFIG_UNUSED_SYMBOLS is not set
20126 +CONFIG_DEBUG_FS=y
20127 +# CONFIG_HEADERS_CHECK is not set
20128 +CONFIG_DEBUG_KERNEL=y
20129 +# CONFIG_DEBUG_SHIRQ is not set
20130 +CONFIG_DETECT_SOFTLOCKUP=y
20131 +CONFIG_SCHED_DEBUG=y
20132 +# CONFIG_SCHEDSTATS is not set
20133 +# CONFIG_TIMER_STATS is not set
20134 +# CONFIG_SLUB_DEBUG_ON is not set
20135 +# CONFIG_SLUB_STATS is not set
20136 +# CONFIG_DEBUG_RT_MUTEXES is not set
20137 +# CONFIG_RT_MUTEX_TESTER is not set
20138 +# CONFIG_DEBUG_SPINLOCK is not set
20139 +# CONFIG_DEBUG_MUTEXES is not set
20140 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
20141 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
20142 +# CONFIG_DEBUG_KOBJECT is not set
20143 +# CONFIG_DEBUG_BUGVERBOSE is not set
20144 +# CONFIG_DEBUG_INFO is not set
20145 +# CONFIG_DEBUG_VM is not set
20146 +# CONFIG_DEBUG_LIST is not set
20147 +# CONFIG_DEBUG_SG is not set
20148 +# CONFIG_BOOT_PRINTK_DELAY is not set
20149 +# CONFIG_RCU_TORTURE_TEST is not set
20150 +# CONFIG_BACKTRACE_SELF_TEST is not set
20151 +# CONFIG_FAULT_INJECTION is not set
20152 +# CONFIG_SAMPLES is not set
20153 +# CONFIG_DEBUG_STACKOVERFLOW is not set
20154 +# CONFIG_DEBUG_STACK_USAGE is not set
20155 +# CONFIG_DEBUG_PAGEALLOC is not set
20156 +CONFIG_DEBUGGER=y
20157 +# CONFIG_KGDB is not set
20158 +# CONFIG_XMON is not set
20159 +# CONFIG_VIRQ_DEBUG is not set
20160 +# CONFIG_BDI_SWITCH is not set
20161 +# CONFIG_PPC_EARLY_DEBUG is not set
20162 +
20163 +#
20164 +# Security options
20165 +#
20166 +# CONFIG_KEYS is not set
20167 +# CONFIG_SECURITY is not set
20168 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
20169 +CONFIG_CRYPTO=y
20170 +CONFIG_CRYPTO_ALGAPI=y
20171 +CONFIG_CRYPTO_BLKCIPHER=y
20172 +# CONFIG_CRYPTO_SEQIV is not set
20173 +CONFIG_CRYPTO_MANAGER=y
20174 +# CONFIG_CRYPTO_HMAC is not set
20175 +# CONFIG_CRYPTO_XCBC is not set
20176 +# CONFIG_CRYPTO_NULL is not set
20177 +# CONFIG_CRYPTO_MD4 is not set
20178 +CONFIG_CRYPTO_MD5=y
20179 +# CONFIG_CRYPTO_SHA1 is not set
20180 +# CONFIG_CRYPTO_SHA256 is not set
20181 +# CONFIG_CRYPTO_SHA512 is not set
20182 +# CONFIG_CRYPTO_WP512 is not set
20183 +# CONFIG_CRYPTO_TGR192 is not set
20184 +# CONFIG_CRYPTO_GF128MUL is not set
20185 +CONFIG_CRYPTO_ECB=y
20186 +CONFIG_CRYPTO_CBC=y
20187 +CONFIG_CRYPTO_PCBC=y
20188 +# CONFIG_CRYPTO_LRW is not set
20189 +# CONFIG_CRYPTO_XTS is not set
20190 +# CONFIG_CRYPTO_CTR is not set
20191 +# CONFIG_CRYPTO_GCM is not set
20192 +# CONFIG_CRYPTO_CCM is not set
20193 +# CONFIG_CRYPTO_CRYPTD is not set
20194 +CONFIG_CRYPTO_DES=y
20195 +# CONFIG_CRYPTO_FCRYPT is not set
20196 +# CONFIG_CRYPTO_BLOWFISH is not set
20197 +# CONFIG_CRYPTO_TWOFISH is not set
20198 +# CONFIG_CRYPTO_SERPENT is not set
20199 +# CONFIG_CRYPTO_AES is not set
20200 +# CONFIG_CRYPTO_CAST5 is not set
20201 +# CONFIG_CRYPTO_CAST6 is not set
20202 +# CONFIG_CRYPTO_TEA is not set
20203 +# CONFIG_CRYPTO_ARC4 is not set
20204 +# CONFIG_CRYPTO_KHAZAD is not set
20205 +# CONFIG_CRYPTO_ANUBIS is not set
20206 +# CONFIG_CRYPTO_SEED is not set
20207 +# CONFIG_CRYPTO_SALSA20 is not set
20208 +# CONFIG_CRYPTO_DEFLATE is not set
20209 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
20210 +# CONFIG_CRYPTO_CRC32C is not set
20211 +# CONFIG_CRYPTO_CAMELLIA is not set
20212 +# CONFIG_CRYPTO_TEST is not set
20213 +# CONFIG_CRYPTO_AUTHENC is not set
20214 +# CONFIG_CRYPTO_LZO is not set
20215 +CONFIG_CRYPTO_HW=y
20216 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
20217 +# CONFIG_PPC_CLOCK is not set
20218 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/warp_defconfig powerpc.git/arch/powerpc/configs/44x/warp_defconfig
20219 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/warp_defconfig    1970-01-01 01:00:00.000000000 +0100
20220 +++ powerpc.git/arch/powerpc/configs/44x/warp_defconfig 2008-04-19 16:40:52.000000000 +0200
20221 @@ -0,0 +1,1110 @@
20222 +#
20223 +# Automatically generated make config: don't edit
20224 +# Linux kernel version: 2.6.25-rc2
20225 +# Fri Feb 15 21:54:43 2008
20226 +#
20227 +# CONFIG_PPC64 is not set
20228 +
20229 +#
20230 +# Processor support
20231 +#
20232 +# CONFIG_6xx is not set
20233 +# CONFIG_PPC_85xx is not set
20234 +# CONFIG_PPC_8xx is not set
20235 +# CONFIG_40x is not set
20236 +CONFIG_44x=y
20237 +# CONFIG_E200 is not set
20238 +CONFIG_PPC_FPU=y
20239 +CONFIG_4xx=y
20240 +CONFIG_BOOKE=y
20241 +CONFIG_PTE_64BIT=y
20242 +CONFIG_PHYS_64BIT=y
20243 +# CONFIG_PPC_MM_SLICES is not set
20244 +CONFIG_NOT_COHERENT_CACHE=y
20245 +CONFIG_PPC32=y
20246 +CONFIG_WORD_SIZE=32
20247 +CONFIG_PPC_MERGE=y
20248 +CONFIG_MMU=y
20249 +CONFIG_GENERIC_CMOS_UPDATE=y
20250 +CONFIG_GENERIC_TIME=y
20251 +CONFIG_GENERIC_TIME_VSYSCALL=y
20252 +CONFIG_GENERIC_CLOCKEVENTS=y
20253 +CONFIG_GENERIC_HARDIRQS=y
20254 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
20255 +CONFIG_IRQ_PER_CPU=y
20256 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
20257 +CONFIG_ARCH_HAS_ILOG2_U32=y
20258 +CONFIG_GENERIC_HWEIGHT=y
20259 +CONFIG_GENERIC_CALIBRATE_DELAY=y
20260 +CONFIG_GENERIC_FIND_NEXT_BIT=y
20261 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
20262 +CONFIG_PPC=y
20263 +CONFIG_EARLY_PRINTK=y
20264 +CONFIG_GENERIC_NVRAM=y
20265 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
20266 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
20267 +CONFIG_PPC_OF=y
20268 +CONFIG_OF=y
20269 +CONFIG_PPC_UDBG_16550=y
20270 +# CONFIG_GENERIC_TBSYNC is not set
20271 +CONFIG_AUDIT_ARCH=y
20272 +CONFIG_GENERIC_BUG=y
20273 +# CONFIG_DEFAULT_UIMAGE is not set
20274 +CONFIG_PPC_DCR_NATIVE=y
20275 +# CONFIG_PPC_DCR_MMIO is not set
20276 +CONFIG_PPC_DCR=y
20277 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
20278 +
20279 +#
20280 +# General setup
20281 +#
20282 +CONFIG_EXPERIMENTAL=y
20283 +CONFIG_BROKEN_ON_SMP=y
20284 +CONFIG_INIT_ENV_ARG_LIMIT=32
20285 +CONFIG_LOCALVERSION="-pika"
20286 +# CONFIG_LOCALVERSION_AUTO is not set
20287 +CONFIG_SWAP=y
20288 +CONFIG_SYSVIPC=y
20289 +CONFIG_SYSVIPC_SYSCTL=y
20290 +# CONFIG_POSIX_MQUEUE is not set
20291 +# CONFIG_BSD_PROCESS_ACCT is not set
20292 +# CONFIG_TASKSTATS is not set
20293 +# CONFIG_AUDIT is not set
20294 +# CONFIG_IKCONFIG is not set
20295 +CONFIG_LOG_BUF_SHIFT=14
20296 +# CONFIG_CGROUPS is not set
20297 +CONFIG_GROUP_SCHED=y
20298 +CONFIG_FAIR_GROUP_SCHED=y
20299 +# CONFIG_RT_GROUP_SCHED is not set
20300 +CONFIG_USER_SCHED=y
20301 +# CONFIG_CGROUP_SCHED is not set
20302 +CONFIG_SYSFS_DEPRECATED=y
20303 +# CONFIG_RELAY is not set
20304 +# CONFIG_NAMESPACES is not set
20305 +CONFIG_BLK_DEV_INITRD=y
20306 +CONFIG_INITRAMFS_SOURCE=""
20307 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
20308 +CONFIG_SYSCTL=y
20309 +CONFIG_EMBEDDED=y
20310 +CONFIG_SYSCTL_SYSCALL=y
20311 +CONFIG_KALLSYMS=y
20312 +# CONFIG_KALLSYMS_ALL is not set
20313 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
20314 +# CONFIG_HOTPLUG is not set
20315 +CONFIG_PRINTK=y
20316 +CONFIG_BUG=y
20317 +CONFIG_ELF_CORE=y
20318 +CONFIG_COMPAT_BRK=y
20319 +CONFIG_BASE_FULL=y
20320 +CONFIG_FUTEX=y
20321 +CONFIG_ANON_INODES=y
20322 +CONFIG_EPOLL=y
20323 +CONFIG_SIGNALFD=y
20324 +CONFIG_TIMERFD=y
20325 +CONFIG_EVENTFD=y
20326 +CONFIG_SHMEM=y
20327 +CONFIG_VM_EVENT_COUNTERS=y
20328 +CONFIG_SLAB=y
20329 +# CONFIG_SLUB is not set
20330 +# CONFIG_SLOB is not set
20331 +# CONFIG_PROFILING is not set
20332 +# CONFIG_MARKERS is not set
20333 +CONFIG_HAVE_OPROFILE=y
20334 +# CONFIG_KPROBES is not set
20335 +CONFIG_HAVE_KPROBES=y
20336 +CONFIG_PROC_PAGE_MONITOR=y
20337 +CONFIG_SLABINFO=y
20338 +CONFIG_RT_MUTEXES=y
20339 +# CONFIG_TINY_SHMEM is not set
20340 +CONFIG_BASE_SMALL=0
20341 +CONFIG_MODULES=y
20342 +CONFIG_MODULE_UNLOAD=y
20343 +# CONFIG_MODULE_FORCE_UNLOAD is not set
20344 +# CONFIG_MODVERSIONS is not set
20345 +# CONFIG_MODULE_SRCVERSION_ALL is not set
20346 +CONFIG_KMOD=y
20347 +CONFIG_BLOCK=y
20348 +# CONFIG_LBD is not set
20349 +# CONFIG_BLK_DEV_IO_TRACE is not set
20350 +# CONFIG_LSF is not set
20351 +# CONFIG_BLK_DEV_BSG is not set
20352 +
20353 +#
20354 +# IO Schedulers
20355 +#
20356 +CONFIG_IOSCHED_NOOP=y
20357 +CONFIG_IOSCHED_AS=y
20358 +CONFIG_IOSCHED_DEADLINE=y
20359 +CONFIG_IOSCHED_CFQ=y
20360 +CONFIG_DEFAULT_AS=y
20361 +# CONFIG_DEFAULT_DEADLINE is not set
20362 +# CONFIG_DEFAULT_CFQ is not set
20363 +# CONFIG_DEFAULT_NOOP is not set
20364 +CONFIG_DEFAULT_IOSCHED="anticipatory"
20365 +CONFIG_CLASSIC_RCU=y
20366 +# CONFIG_PREEMPT_RCU is not set
20367 +
20368 +#
20369 +# Platform support
20370 +#
20371 +# CONFIG_PPC_MPC512x is not set
20372 +# CONFIG_PPC_MPC5121 is not set
20373 +# CONFIG_PPC_CELL is not set
20374 +# CONFIG_PPC_CELL_NATIVE is not set
20375 +# CONFIG_PQ2ADS is not set
20376 +# CONFIG_BAMBOO is not set
20377 +# CONFIG_EBONY is not set
20378 +# CONFIG_SEQUOIA is not set
20379 +# CONFIG_TAISHAN is not set
20380 +# CONFIG_KATMAI is not set
20381 +# CONFIG_RAINIER is not set
20382 +CONFIG_WARP=y
20383 +CONFIG_440EP=y
20384 +CONFIG_IBM440EP_ERR42=y
20385 +# CONFIG_IPIC is not set
20386 +# CONFIG_MPIC is not set
20387 +# CONFIG_MPIC_WEIRD is not set
20388 +# CONFIG_PPC_I8259 is not set
20389 +# CONFIG_PPC_RTAS is not set
20390 +# CONFIG_MMIO_NVRAM is not set
20391 +# CONFIG_PPC_MPC106 is not set
20392 +# CONFIG_PPC_970_NAP is not set
20393 +# CONFIG_PPC_INDIRECT_IO is not set
20394 +# CONFIG_GENERIC_IOMAP is not set
20395 +# CONFIG_CPU_FREQ is not set
20396 +# CONFIG_FSL_ULI1575 is not set
20397 +
20398 +#
20399 +# Kernel options
20400 +#
20401 +# CONFIG_HIGHMEM is not set
20402 +# CONFIG_TICK_ONESHOT is not set
20403 +# CONFIG_NO_HZ is not set
20404 +# CONFIG_HIGH_RES_TIMERS is not set
20405 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
20406 +# CONFIG_HZ_100 is not set
20407 +# CONFIG_HZ_250 is not set
20408 +# CONFIG_HZ_300 is not set
20409 +CONFIG_HZ_1000=y
20410 +CONFIG_HZ=1000
20411 +# CONFIG_SCHED_HRTICK is not set
20412 +CONFIG_PREEMPT_NONE=y
20413 +# CONFIG_PREEMPT_VOLUNTARY is not set
20414 +# CONFIG_PREEMPT is not set
20415 +CONFIG_RCU_TRACE=y
20416 +CONFIG_BINFMT_ELF=y
20417 +# CONFIG_BINFMT_MISC is not set
20418 +# CONFIG_MATH_EMULATION is not set
20419 +# CONFIG_IOMMU_HELPER is not set
20420 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
20421 +CONFIG_ARCH_HAS_WALK_MEMORY=y
20422 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
20423 +CONFIG_ARCH_FLATMEM_ENABLE=y
20424 +CONFIG_ARCH_POPULATES_NODE_MAP=y
20425 +CONFIG_SELECT_MEMORY_MODEL=y
20426 +CONFIG_FLATMEM_MANUAL=y
20427 +# CONFIG_DISCONTIGMEM_MANUAL is not set
20428 +# CONFIG_SPARSEMEM_MANUAL is not set
20429 +CONFIG_FLATMEM=y
20430 +CONFIG_FLAT_NODE_MEM_MAP=y
20431 +# CONFIG_SPARSEMEM_STATIC is not set
20432 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
20433 +CONFIG_SPLIT_PTLOCK_CPUS=4
20434 +CONFIG_RESOURCES_64BIT=y
20435 +CONFIG_ZONE_DMA_FLAG=1
20436 +CONFIG_BOUNCE=y
20437 +CONFIG_VIRT_TO_BUS=y
20438 +CONFIG_PROC_DEVICETREE=y
20439 +CONFIG_CMDLINE_BOOL=y
20440 +CONFIG_CMDLINE="ip=on"
20441 +CONFIG_SECCOMP=y
20442 +CONFIG_ISA_DMA_API=y
20443 +
20444 +#
20445 +# Bus options
20446 +#
20447 +CONFIG_ZONE_DMA=y
20448 +# CONFIG_PCI is not set
20449 +# CONFIG_PCI_DOMAINS is not set
20450 +# CONFIG_PCI_SYSCALL is not set
20451 +# CONFIG_ARCH_SUPPORTS_MSI is not set
20452 +
20453 +#
20454 +# Advanced setup
20455 +#
20456 +# CONFIG_ADVANCED_OPTIONS is not set
20457 +
20458 +#
20459 +# Default settings for advanced configuration options are used
20460 +#
20461 +CONFIG_HIGHMEM_START=0xfe000000
20462 +CONFIG_LOWMEM_SIZE=0x30000000
20463 +CONFIG_KERNEL_START=0xc0000000
20464 +CONFIG_TASK_SIZE=0xc0000000
20465 +CONFIG_CONSISTENT_START=0xff100000
20466 +CONFIG_CONSISTENT_SIZE=0x00200000
20467 +CONFIG_BOOT_LOAD=0x01000000
20468 +
20469 +#
20470 +# Networking
20471 +#
20472 +CONFIG_NET=y
20473 +
20474 +#
20475 +# Networking options
20476 +#
20477 +CONFIG_PACKET=y
20478 +# CONFIG_PACKET_MMAP is not set
20479 +CONFIG_UNIX=y
20480 +CONFIG_XFRM=y
20481 +# CONFIG_XFRM_USER is not set
20482 +# CONFIG_XFRM_SUB_POLICY is not set
20483 +# CONFIG_XFRM_MIGRATE is not set
20484 +# CONFIG_XFRM_STATISTICS is not set
20485 +# CONFIG_NET_KEY is not set
20486 +CONFIG_INET=y
20487 +# CONFIG_IP_MULTICAST is not set
20488 +# CONFIG_IP_ADVANCED_ROUTER is not set
20489 +CONFIG_IP_FIB_HASH=y
20490 +CONFIG_IP_PNP=y
20491 +CONFIG_IP_PNP_DHCP=y
20492 +# CONFIG_IP_PNP_BOOTP is not set
20493 +# CONFIG_IP_PNP_RARP is not set
20494 +# CONFIG_NET_IPIP is not set
20495 +# CONFIG_NET_IPGRE is not set
20496 +# CONFIG_ARPD is not set
20497 +# CONFIG_SYN_COOKIES is not set
20498 +# CONFIG_INET_AH is not set
20499 +# CONFIG_INET_ESP is not set
20500 +# CONFIG_INET_IPCOMP is not set
20501 +# CONFIG_INET_XFRM_TUNNEL is not set
20502 +# CONFIG_INET_TUNNEL is not set
20503 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
20504 +CONFIG_INET_XFRM_MODE_TUNNEL=y
20505 +CONFIG_INET_XFRM_MODE_BEET=y
20506 +# CONFIG_INET_LRO is not set
20507 +CONFIG_INET_DIAG=y
20508 +CONFIG_INET_TCP_DIAG=y
20509 +# CONFIG_TCP_CONG_ADVANCED is not set
20510 +CONFIG_TCP_CONG_CUBIC=y
20511 +CONFIG_DEFAULT_TCP_CONG="cubic"
20512 +# CONFIG_TCP_MD5SIG is not set
20513 +# CONFIG_IP_VS is not set
20514 +# CONFIG_IPV6 is not set
20515 +# CONFIG_INET6_XFRM_TUNNEL is not set
20516 +# CONFIG_INET6_TUNNEL is not set
20517 +# CONFIG_NETWORK_SECMARK is not set
20518 +CONFIG_NETFILTER=y
20519 +# CONFIG_NETFILTER_DEBUG is not set
20520 +CONFIG_NETFILTER_ADVANCED=y
20521 +
20522 +#
20523 +# Core Netfilter Configuration
20524 +#
20525 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
20526 +# CONFIG_NETFILTER_NETLINK_LOG is not set
20527 +# CONFIG_NF_CONNTRACK is not set
20528 +# CONFIG_NETFILTER_XTABLES is not set
20529 +
20530 +#
20531 +# IP: Netfilter Configuration
20532 +#
20533 +# CONFIG_IP_NF_QUEUE is not set
20534 +# CONFIG_IP_NF_IPTABLES is not set
20535 +# CONFIG_IP_NF_ARPTABLES is not set
20536 +# CONFIG_IP_DCCP is not set
20537 +# CONFIG_IP_SCTP is not set
20538 +# CONFIG_TIPC is not set
20539 +# CONFIG_ATM is not set
20540 +# CONFIG_BRIDGE is not set
20541 +CONFIG_VLAN_8021Q=y
20542 +# CONFIG_DECNET is not set
20543 +# CONFIG_LLC2 is not set
20544 +# CONFIG_IPX is not set
20545 +# CONFIG_ATALK is not set
20546 +# CONFIG_X25 is not set
20547 +# CONFIG_LAPB is not set
20548 +# CONFIG_ECONET is not set
20549 +# CONFIG_WAN_ROUTER is not set
20550 +# CONFIG_NET_SCHED is not set
20551 +
20552 +#
20553 +# Network testing
20554 +#
20555 +# CONFIG_NET_PKTGEN is not set
20556 +# CONFIG_HAMRADIO is not set
20557 +# CONFIG_CAN is not set
20558 +# CONFIG_IRDA is not set
20559 +# CONFIG_BT is not set
20560 +# CONFIG_AF_RXRPC is not set
20561 +
20562 +#
20563 +# Wireless
20564 +#
20565 +# CONFIG_CFG80211 is not set
20566 +# CONFIG_WIRELESS_EXT is not set
20567 +# CONFIG_MAC80211 is not set
20568 +# CONFIG_IEEE80211 is not set
20569 +# CONFIG_RFKILL is not set
20570 +# CONFIG_NET_9P is not set
20571 +
20572 +#
20573 +# Device Drivers
20574 +#
20575 +
20576 +#
20577 +# Generic Driver Options
20578 +#
20579 +# CONFIG_STANDALONE is not set
20580 +CONFIG_PREVENT_FIRMWARE_BUILD=y
20581 +# CONFIG_DEBUG_DRIVER is not set
20582 +# CONFIG_DEBUG_DEVRES is not set
20583 +# CONFIG_SYS_HYPERVISOR is not set
20584 +# CONFIG_CONNECTOR is not set
20585 +CONFIG_MTD=y
20586 +# CONFIG_MTD_DEBUG is not set
20587 +# CONFIG_MTD_CONCAT is not set
20588 +CONFIG_MTD_PARTITIONS=y
20589 +# CONFIG_MTD_REDBOOT_PARTS is not set
20590 +# CONFIG_MTD_CMDLINE_PARTS is not set
20591 +CONFIG_MTD_OF_PARTS=y
20592 +
20593 +#
20594 +# User Modules And Translation Layers
20595 +#
20596 +CONFIG_MTD_CHAR=y
20597 +CONFIG_MTD_BLKDEVS=y
20598 +CONFIG_MTD_BLOCK=y
20599 +# CONFIG_FTL is not set
20600 +# CONFIG_NFTL is not set
20601 +# CONFIG_INFTL is not set
20602 +# CONFIG_RFD_FTL is not set
20603 +# CONFIG_SSFDC is not set
20604 +CONFIG_MTD_OOPS=m
20605 +
20606 +#
20607 +# RAM/ROM/Flash chip drivers
20608 +#
20609 +CONFIG_MTD_CFI=y
20610 +# CONFIG_MTD_JEDECPROBE is not set
20611 +CONFIG_MTD_GEN_PROBE=y
20612 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
20613 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
20614 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
20615 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
20616 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
20617 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
20618 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
20619 +CONFIG_MTD_CFI_I1=y
20620 +CONFIG_MTD_CFI_I2=y
20621 +# CONFIG_MTD_CFI_I4 is not set
20622 +# CONFIG_MTD_CFI_I8 is not set
20623 +# CONFIG_MTD_CFI_INTELEXT is not set
20624 +CONFIG_MTD_CFI_AMDSTD=y
20625 +# CONFIG_MTD_CFI_STAA is not set
20626 +CONFIG_MTD_CFI_UTIL=y
20627 +# CONFIG_MTD_RAM is not set
20628 +# CONFIG_MTD_ROM is not set
20629 +# CONFIG_MTD_ABSENT is not set
20630 +
20631 +#
20632 +# Mapping drivers for chip access
20633 +#
20634 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
20635 +# CONFIG_MTD_PHYSMAP is not set
20636 +CONFIG_MTD_PHYSMAP_OF=y
20637 +# CONFIG_MTD_PLATRAM is not set
20638 +
20639 +#
20640 +# Self-contained MTD device drivers
20641 +#
20642 +# CONFIG_MTD_SLRAM is not set
20643 +# CONFIG_MTD_PHRAM is not set
20644 +# CONFIG_MTD_MTDRAM is not set
20645 +# CONFIG_MTD_BLOCK2MTD is not set
20646 +
20647 +#
20648 +# Disk-On-Chip Device Drivers
20649 +#
20650 +# CONFIG_MTD_DOC2000 is not set
20651 +# CONFIG_MTD_DOC2001 is not set
20652 +# CONFIG_MTD_DOC2001PLUS is not set
20653 +CONFIG_MTD_NAND=y
20654 +# CONFIG_MTD_NAND_VERIFY_WRITE is not set
20655 +CONFIG_MTD_NAND_ECC_SMC=y
20656 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
20657 +CONFIG_MTD_NAND_IDS=y
20658 +# CONFIG_MTD_NAND_DISKONCHIP is not set
20659 +# CONFIG_MTD_NAND_NANDSIM is not set
20660 +# CONFIG_MTD_NAND_PLATFORM is not set
20661 +# CONFIG_MTD_ALAUDA is not set
20662 +# CONFIG_MTD_NAND_FSL_ELBC is not set
20663 +# CONFIG_MTD_ONENAND is not set
20664 +
20665 +#
20666 +# UBI - Unsorted block images
20667 +#
20668 +# CONFIG_MTD_UBI is not set
20669 +CONFIG_OF_DEVICE=y
20670 +# CONFIG_PARPORT is not set
20671 +CONFIG_BLK_DEV=y
20672 +# CONFIG_BLK_DEV_FD is not set
20673 +# CONFIG_BLK_DEV_COW_COMMON is not set
20674 +# CONFIG_BLK_DEV_LOOP is not set
20675 +# CONFIG_BLK_DEV_NBD is not set
20676 +# CONFIG_BLK_DEV_UB is not set
20677 +CONFIG_BLK_DEV_RAM=y
20678 +CONFIG_BLK_DEV_RAM_COUNT=16
20679 +CONFIG_BLK_DEV_RAM_SIZE=4096
20680 +# CONFIG_BLK_DEV_XIP is not set
20681 +# CONFIG_CDROM_PKTCDVD is not set
20682 +# CONFIG_ATA_OVER_ETH is not set
20683 +# CONFIG_XILINX_SYSACE is not set
20684 +CONFIG_MISC_DEVICES=y
20685 +# CONFIG_EEPROM_93CX6 is not set
20686 +# CONFIG_ENCLOSURE_SERVICES is not set
20687 +CONFIG_HAVE_IDE=y
20688 +# CONFIG_IDE is not set
20689 +
20690 +#
20691 +# SCSI device support
20692 +#
20693 +# CONFIG_RAID_ATTRS is not set
20694 +CONFIG_SCSI=y
20695 +CONFIG_SCSI_DMA=y
20696 +# CONFIG_SCSI_TGT is not set
20697 +# CONFIG_SCSI_NETLINK is not set
20698 +CONFIG_SCSI_PROC_FS=y
20699 +
20700 +#
20701 +# SCSI support type (disk, tape, CD-ROM)
20702 +#
20703 +CONFIG_BLK_DEV_SD=y
20704 +# CONFIG_CHR_DEV_ST is not set
20705 +# CONFIG_CHR_DEV_OSST is not set
20706 +# CONFIG_BLK_DEV_SR is not set
20707 +# CONFIG_CHR_DEV_SG is not set
20708 +# CONFIG_CHR_DEV_SCH is not set
20709 +
20710 +#
20711 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
20712 +#
20713 +# CONFIG_SCSI_MULTI_LUN is not set
20714 +# CONFIG_SCSI_CONSTANTS is not set
20715 +# CONFIG_SCSI_LOGGING is not set
20716 +# CONFIG_SCSI_SCAN_ASYNC is not set
20717 +CONFIG_SCSI_WAIT_SCAN=m
20718 +
20719 +#
20720 +# SCSI Transports
20721 +#
20722 +CONFIG_SCSI_SPI_ATTRS=y
20723 +# CONFIG_SCSI_FC_ATTRS is not set
20724 +# CONFIG_SCSI_ISCSI_ATTRS is not set
20725 +# CONFIG_SCSI_SAS_LIBSAS is not set
20726 +# CONFIG_SCSI_SRP_ATTRS is not set
20727 +# CONFIG_SCSI_LOWLEVEL is not set
20728 +# CONFIG_ATA is not set
20729 +# CONFIG_MD is not set
20730 +# CONFIG_MACINTOSH_DRIVERS is not set
20731 +CONFIG_NETDEVICES=y
20732 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
20733 +# CONFIG_DUMMY is not set
20734 +# CONFIG_BONDING is not set
20735 +# CONFIG_MACVLAN is not set
20736 +# CONFIG_EQUALIZER is not set
20737 +# CONFIG_TUN is not set
20738 +# CONFIG_VETH is not set
20739 +# CONFIG_PHYLIB is not set
20740 +CONFIG_NET_ETHERNET=y
20741 +CONFIG_MII=y
20742 +CONFIG_IBM_NEW_EMAC=y
20743 +CONFIG_IBM_NEW_EMAC_RXB=128
20744 +CONFIG_IBM_NEW_EMAC_TXB=64
20745 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
20746 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
20747 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
20748 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
20749 +CONFIG_IBM_NEW_EMAC_ZMII=y
20750 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
20751 +# CONFIG_IBM_NEW_EMAC_TAH is not set
20752 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
20753 +# CONFIG_B44 is not set
20754 +# CONFIG_NETDEV_1000 is not set
20755 +# CONFIG_NETDEV_10000 is not set
20756 +
20757 +#
20758 +# Wireless LAN
20759 +#
20760 +# CONFIG_WLAN_PRE80211 is not set
20761 +# CONFIG_WLAN_80211 is not set
20762 +
20763 +#
20764 +# USB Network Adapters
20765 +#
20766 +# CONFIG_USB_CATC is not set
20767 +# CONFIG_USB_KAWETH is not set
20768 +# CONFIG_USB_PEGASUS is not set
20769 +# CONFIG_USB_RTL8150 is not set
20770 +# CONFIG_USB_USBNET is not set
20771 +# CONFIG_WAN is not set
20772 +# CONFIG_PPP is not set
20773 +# CONFIG_SLIP is not set
20774 +# CONFIG_NETCONSOLE is not set
20775 +# CONFIG_NETPOLL is not set
20776 +# CONFIG_NET_POLL_CONTROLLER is not set
20777 +# CONFIG_ISDN is not set
20778 +# CONFIG_PHONE is not set
20779 +
20780 +#
20781 +# Input device support
20782 +#
20783 +# CONFIG_INPUT is not set
20784 +
20785 +#
20786 +# Hardware I/O ports
20787 +#
20788 +# CONFIG_SERIO is not set
20789 +# CONFIG_GAMEPORT is not set
20790 +
20791 +#
20792 +# Character devices
20793 +#
20794 +# CONFIG_VT is not set
20795 +# CONFIG_SERIAL_NONSTANDARD is not set
20796 +
20797 +#
20798 +# Serial drivers
20799 +#
20800 +CONFIG_SERIAL_8250=y
20801 +CONFIG_SERIAL_8250_CONSOLE=y
20802 +CONFIG_SERIAL_8250_NR_UARTS=4
20803 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
20804 +CONFIG_SERIAL_8250_EXTENDED=y
20805 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
20806 +CONFIG_SERIAL_8250_SHARE_IRQ=y
20807 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
20808 +# CONFIG_SERIAL_8250_RSA is not set
20809 +
20810 +#
20811 +# Non-8250 serial port support
20812 +#
20813 +# CONFIG_SERIAL_UARTLITE is not set
20814 +CONFIG_SERIAL_CORE=y
20815 +CONFIG_SERIAL_CORE_CONSOLE=y
20816 +# CONFIG_SERIAL_OF_PLATFORM is not set
20817 +CONFIG_UNIX98_PTYS=y
20818 +CONFIG_LEGACY_PTYS=y
20819 +CONFIG_LEGACY_PTY_COUNT=256
20820 +# CONFIG_IPMI_HANDLER is not set
20821 +CONFIG_HW_RANDOM=y
20822 +# CONFIG_NVRAM is not set
20823 +# CONFIG_GEN_RTC is not set
20824 +# CONFIG_R3964 is not set
20825 +# CONFIG_RAW_DRIVER is not set
20826 +# CONFIG_TCG_TPM is not set
20827 +CONFIG_I2C=y
20828 +CONFIG_I2C_BOARDINFO=y
20829 +# CONFIG_I2C_CHARDEV is not set
20830 +
20831 +#
20832 +# I2C Algorithms
20833 +#
20834 +# CONFIG_I2C_ALGOBIT is not set
20835 +# CONFIG_I2C_ALGOPCF is not set
20836 +# CONFIG_I2C_ALGOPCA is not set
20837 +
20838 +#
20839 +# I2C Hardware Bus support
20840 +#
20841 +# CONFIG_I2C_MPC is not set
20842 +# CONFIG_I2C_OCORES is not set
20843 +# CONFIG_I2C_PARPORT_LIGHT is not set
20844 +# CONFIG_I2C_SIMTEC is not set
20845 +# CONFIG_I2C_TAOS_EVM is not set
20846 +# CONFIG_I2C_STUB is not set
20847 +# CONFIG_I2C_TINY_USB is not set
20848 +
20849 +#
20850 +# Miscellaneous I2C Chip support
20851 +#
20852 +# CONFIG_DS1682 is not set
20853 +CONFIG_SENSORS_EEPROM=y
20854 +# CONFIG_SENSORS_PCF8574 is not set
20855 +# CONFIG_PCF8575 is not set
20856 +# CONFIG_SENSORS_PCF8591 is not set
20857 +# CONFIG_TPS65010 is not set
20858 +# CONFIG_SENSORS_MAX6875 is not set
20859 +# CONFIG_SENSORS_TSL2550 is not set
20860 +# CONFIG_I2C_DEBUG_CORE is not set
20861 +# CONFIG_I2C_DEBUG_ALGO is not set
20862 +# CONFIG_I2C_DEBUG_BUS is not set
20863 +# CONFIG_I2C_DEBUG_CHIP is not set
20864 +
20865 +#
20866 +# SPI support
20867 +#
20868 +# CONFIG_SPI is not set
20869 +# CONFIG_SPI_MASTER is not set
20870 +# CONFIG_W1 is not set
20871 +# CONFIG_POWER_SUPPLY is not set
20872 +CONFIG_HWMON=y
20873 +# CONFIG_HWMON_VID is not set
20874 +# CONFIG_SENSORS_AD7418 is not set
20875 +# CONFIG_SENSORS_ADM1021 is not set
20876 +# CONFIG_SENSORS_ADM1025 is not set
20877 +# CONFIG_SENSORS_ADM1026 is not set
20878 +# CONFIG_SENSORS_ADM1029 is not set
20879 +# CONFIG_SENSORS_ADM1031 is not set
20880 +# CONFIG_SENSORS_ADM9240 is not set
20881 +# CONFIG_SENSORS_ADT7470 is not set
20882 +# CONFIG_SENSORS_ATXP1 is not set
20883 +# CONFIG_SENSORS_DS1621 is not set
20884 +# CONFIG_SENSORS_F71805F is not set
20885 +# CONFIG_SENSORS_F71882FG is not set
20886 +# CONFIG_SENSORS_F75375S is not set
20887 +# CONFIG_SENSORS_GL518SM is not set
20888 +# CONFIG_SENSORS_GL520SM is not set
20889 +# CONFIG_SENSORS_IT87 is not set
20890 +# CONFIG_SENSORS_LM63 is not set
20891 +# CONFIG_SENSORS_LM75 is not set
20892 +# CONFIG_SENSORS_LM77 is not set
20893 +# CONFIG_SENSORS_LM78 is not set
20894 +# CONFIG_SENSORS_LM80 is not set
20895 +# CONFIG_SENSORS_LM83 is not set
20896 +# CONFIG_SENSORS_LM85 is not set
20897 +# CONFIG_SENSORS_LM87 is not set
20898 +# CONFIG_SENSORS_LM90 is not set
20899 +# CONFIG_SENSORS_LM92 is not set
20900 +# CONFIG_SENSORS_LM93 is not set
20901 +# CONFIG_SENSORS_MAX1619 is not set
20902 +# CONFIG_SENSORS_MAX6650 is not set
20903 +# CONFIG_SENSORS_PC87360 is not set
20904 +# CONFIG_SENSORS_PC87427 is not set
20905 +# CONFIG_SENSORS_DME1737 is not set
20906 +# CONFIG_SENSORS_SMSC47M1 is not set
20907 +# CONFIG_SENSORS_SMSC47M192 is not set
20908 +# CONFIG_SENSORS_SMSC47B397 is not set
20909 +# CONFIG_SENSORS_ADS7828 is not set
20910 +# CONFIG_SENSORS_THMC50 is not set
20911 +# CONFIG_SENSORS_VT1211 is not set
20912 +# CONFIG_SENSORS_W83781D is not set
20913 +# CONFIG_SENSORS_W83791D is not set
20914 +# CONFIG_SENSORS_W83792D is not set
20915 +# CONFIG_SENSORS_W83793 is not set
20916 +# CONFIG_SENSORS_W83L785TS is not set
20917 +# CONFIG_SENSORS_W83L786NG is not set
20918 +# CONFIG_SENSORS_W83627HF is not set
20919 +# CONFIG_SENSORS_W83627EHF is not set
20920 +# CONFIG_HWMON_DEBUG_CHIP is not set
20921 +CONFIG_THERMAL=y
20922 +# CONFIG_WATCHDOG is not set
20923 +
20924 +#
20925 +# Sonics Silicon Backplane
20926 +#
20927 +CONFIG_SSB_POSSIBLE=y
20928 +# CONFIG_SSB is not set
20929 +
20930 +#
20931 +# Multifunction device drivers
20932 +#
20933 +# CONFIG_MFD_SM501 is not set
20934 +
20935 +#
20936 +# Multimedia devices
20937 +#
20938 +# CONFIG_VIDEO_DEV is not set
20939 +# CONFIG_DVB_CORE is not set
20940 +# CONFIG_DAB is not set
20941 +
20942 +#
20943 +# Graphics support
20944 +#
20945 +# CONFIG_VGASTATE is not set
20946 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
20947 +# CONFIG_FB is not set
20948 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
20949 +
20950 +#
20951 +# Display device support
20952 +#
20953 +# CONFIG_DISPLAY_SUPPORT is not set
20954 +
20955 +#
20956 +# Sound
20957 +#
20958 +# CONFIG_SOUND is not set
20959 +CONFIG_USB_SUPPORT=y
20960 +CONFIG_USB_ARCH_HAS_HCD=y
20961 +CONFIG_USB_ARCH_HAS_OHCI=y
20962 +# CONFIG_USB_ARCH_HAS_EHCI is not set
20963 +CONFIG_USB=y
20964 +# CONFIG_USB_DEBUG is not set
20965 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
20966 +
20967 +#
20968 +# Miscellaneous USB options
20969 +#
20970 +# CONFIG_USB_DEVICEFS is not set
20971 +CONFIG_USB_DEVICE_CLASS=y
20972 +# CONFIG_USB_DYNAMIC_MINORS is not set
20973 +# CONFIG_USB_OTG is not set
20974 +
20975 +#
20976 +# USB Host Controller Drivers
20977 +#
20978 +# CONFIG_USB_ISP116X_HCD is not set
20979 +CONFIG_USB_OHCI_HCD=y
20980 +CONFIG_USB_OHCI_HCD_PPC_OF=y
20981 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
20982 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
20983 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
20984 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
20985 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
20986 +# CONFIG_USB_SL811_HCD is not set
20987 +# CONFIG_USB_R8A66597_HCD is not set
20988 +
20989 +#
20990 +# USB Device Class drivers
20991 +#
20992 +# CONFIG_USB_ACM is not set
20993 +# CONFIG_USB_PRINTER is not set
20994 +
20995 +#
20996 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
20997 +#
20998 +
20999 +#
21000 +# may also be needed; see USB_STORAGE Help for more information
21001 +#
21002 +CONFIG_USB_STORAGE=y
21003 +# CONFIG_USB_STORAGE_DEBUG is not set
21004 +# CONFIG_USB_STORAGE_DATAFAB is not set
21005 +# CONFIG_USB_STORAGE_FREECOM is not set
21006 +# CONFIG_USB_STORAGE_ISD200 is not set
21007 +# CONFIG_USB_STORAGE_DPCM is not set
21008 +# CONFIG_USB_STORAGE_USBAT is not set
21009 +# CONFIG_USB_STORAGE_SDDR09 is not set
21010 +# CONFIG_USB_STORAGE_SDDR55 is not set
21011 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
21012 +# CONFIG_USB_STORAGE_ALAUDA is not set
21013 +# CONFIG_USB_STORAGE_KARMA is not set
21014 +# CONFIG_USB_LIBUSUAL is not set
21015 +
21016 +#
21017 +# USB Imaging devices
21018 +#
21019 +# CONFIG_USB_MDC800 is not set
21020 +# CONFIG_USB_MICROTEK is not set
21021 +CONFIG_USB_MON=y
21022 +
21023 +#
21024 +# USB port drivers
21025 +#
21026 +# CONFIG_USB_SERIAL is not set
21027 +
21028 +#
21029 +# USB Miscellaneous drivers
21030 +#
21031 +# CONFIG_USB_EMI62 is not set
21032 +# CONFIG_USB_EMI26 is not set
21033 +# CONFIG_USB_ADUTUX is not set
21034 +# CONFIG_USB_AUERSWALD is not set
21035 +# CONFIG_USB_RIO500 is not set
21036 +# CONFIG_USB_LEGOTOWER is not set
21037 +# CONFIG_USB_LCD is not set
21038 +# CONFIG_USB_BERRY_CHARGE is not set
21039 +# CONFIG_USB_LED is not set
21040 +# CONFIG_USB_CYPRESS_CY7C63 is not set
21041 +# CONFIG_USB_CYTHERM is not set
21042 +# CONFIG_USB_PHIDGET is not set
21043 +# CONFIG_USB_IDMOUSE is not set
21044 +# CONFIG_USB_FTDI_ELAN is not set
21045 +# CONFIG_USB_APPLEDISPLAY is not set
21046 +# CONFIG_USB_LD is not set
21047 +# CONFIG_USB_TRANCEVIBRATOR is not set
21048 +# CONFIG_USB_IOWARRIOR is not set
21049 +# CONFIG_USB_GADGET is not set
21050 +CONFIG_MMC=m
21051 +# CONFIG_MMC_DEBUG is not set
21052 +# CONFIG_MMC_UNSAFE_RESUME is not set
21053 +
21054 +#
21055 +# MMC/SD Card Drivers
21056 +#
21057 +CONFIG_MMC_BLOCK=m
21058 +CONFIG_MMC_BLOCK_BOUNCE=y
21059 +# CONFIG_SDIO_UART is not set
21060 +
21061 +#
21062 +# MMC/SD Host Controller Drivers
21063 +#
21064 +# CONFIG_MMC_WBSD is not set
21065 +# CONFIG_MEMSTICK is not set
21066 +# CONFIG_NEW_LEDS is not set
21067 +# CONFIG_EDAC is not set
21068 +# CONFIG_RTC_CLASS is not set
21069 +
21070 +#
21071 +# Userspace I/O
21072 +#
21073 +# CONFIG_UIO is not set
21074 +
21075 +#
21076 +# File systems
21077 +#
21078 +CONFIG_EXT2_FS=y
21079 +# CONFIG_EXT2_FS_XATTR is not set
21080 +# CONFIG_EXT2_FS_XIP is not set
21081 +# CONFIG_EXT3_FS is not set
21082 +# CONFIG_EXT4DEV_FS is not set
21083 +# CONFIG_REISERFS_FS is not set
21084 +# CONFIG_JFS_FS is not set
21085 +# CONFIG_FS_POSIX_ACL is not set
21086 +# CONFIG_XFS_FS is not set
21087 +# CONFIG_GFS2_FS is not set
21088 +# CONFIG_OCFS2_FS is not set
21089 +CONFIG_DNOTIFY=y
21090 +CONFIG_INOTIFY=y
21091 +CONFIG_INOTIFY_USER=y
21092 +# CONFIG_QUOTA is not set
21093 +# CONFIG_AUTOFS_FS is not set
21094 +# CONFIG_AUTOFS4_FS is not set
21095 +# CONFIG_FUSE_FS is not set
21096 +
21097 +#
21098 +# CD-ROM/DVD Filesystems
21099 +#
21100 +# CONFIG_ISO9660_FS is not set
21101 +# CONFIG_UDF_FS is not set
21102 +
21103 +#
21104 +# DOS/FAT/NT Filesystems
21105 +#
21106 +CONFIG_FAT_FS=y
21107 +CONFIG_MSDOS_FS=y
21108 +CONFIG_VFAT_FS=y
21109 +CONFIG_FAT_DEFAULT_CODEPAGE=437
21110 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
21111 +# CONFIG_NTFS_FS is not set
21112 +
21113 +#
21114 +# Pseudo filesystems
21115 +#
21116 +CONFIG_PROC_FS=y
21117 +CONFIG_PROC_KCORE=y
21118 +CONFIG_PROC_SYSCTL=y
21119 +CONFIG_SYSFS=y
21120 +# CONFIG_TMPFS is not set
21121 +# CONFIG_HUGETLB_PAGE is not set
21122 +# CONFIG_CONFIGFS_FS is not set
21123 +
21124 +#
21125 +# Miscellaneous filesystems
21126 +#
21127 +# CONFIG_ADFS_FS is not set
21128 +# CONFIG_AFFS_FS is not set
21129 +# CONFIG_HFS_FS is not set
21130 +# CONFIG_HFSPLUS_FS is not set
21131 +# CONFIG_BEFS_FS is not set
21132 +# CONFIG_BFS_FS is not set
21133 +# CONFIG_EFS_FS is not set
21134 +CONFIG_JFFS2_FS=y
21135 +CONFIG_JFFS2_FS_DEBUG=0
21136 +CONFIG_JFFS2_FS_WRITEBUFFER=y
21137 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
21138 +# CONFIG_JFFS2_SUMMARY is not set
21139 +# CONFIG_JFFS2_FS_XATTR is not set
21140 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
21141 +CONFIG_JFFS2_ZLIB=y
21142 +# CONFIG_JFFS2_LZO is not set
21143 +CONFIG_JFFS2_RTIME=y
21144 +# CONFIG_JFFS2_RUBIN is not set
21145 +CONFIG_CRAMFS=y
21146 +# CONFIG_VXFS_FS is not set
21147 +# CONFIG_MINIX_FS is not set
21148 +# CONFIG_HPFS_FS is not set
21149 +# CONFIG_QNX4FS_FS is not set
21150 +# CONFIG_ROMFS_FS is not set
21151 +# CONFIG_SYSV_FS is not set
21152 +# CONFIG_UFS_FS is not set
21153 +CONFIG_NETWORK_FILESYSTEMS=y
21154 +CONFIG_NFS_FS=y
21155 +CONFIG_NFS_V3=y
21156 +# CONFIG_NFS_V3_ACL is not set
21157 +# CONFIG_NFS_V4 is not set
21158 +# CONFIG_NFS_DIRECTIO is not set
21159 +# CONFIG_NFSD is not set
21160 +CONFIG_ROOT_NFS=y
21161 +CONFIG_LOCKD=y
21162 +CONFIG_LOCKD_V4=y
21163 +CONFIG_NFS_COMMON=y
21164 +CONFIG_SUNRPC=y
21165 +# CONFIG_SUNRPC_BIND34 is not set
21166 +# CONFIG_RPCSEC_GSS_KRB5 is not set
21167 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
21168 +# CONFIG_SMB_FS is not set
21169 +# CONFIG_CIFS is not set
21170 +# CONFIG_NCP_FS is not set
21171 +# CONFIG_CODA_FS is not set
21172 +# CONFIG_AFS_FS is not set
21173 +
21174 +#
21175 +# Partition Types
21176 +#
21177 +# CONFIG_PARTITION_ADVANCED is not set
21178 +CONFIG_MSDOS_PARTITION=y
21179 +CONFIG_NLS=y
21180 +CONFIG_NLS_DEFAULT="iso8859-1"
21181 +CONFIG_NLS_CODEPAGE_437=y
21182 +# CONFIG_NLS_CODEPAGE_737 is not set
21183 +# CONFIG_NLS_CODEPAGE_775 is not set
21184 +CONFIG_NLS_CODEPAGE_850=y
21185 +# CONFIG_NLS_CODEPAGE_852 is not set
21186 +# CONFIG_NLS_CODEPAGE_855 is not set
21187 +# CONFIG_NLS_CODEPAGE_857 is not set
21188 +# CONFIG_NLS_CODEPAGE_860 is not set
21189 +# CONFIG_NLS_CODEPAGE_861 is not set
21190 +# CONFIG_NLS_CODEPAGE_862 is not set
21191 +# CONFIG_NLS_CODEPAGE_863 is not set
21192 +# CONFIG_NLS_CODEPAGE_864 is not set
21193 +# CONFIG_NLS_CODEPAGE_865 is not set
21194 +# CONFIG_NLS_CODEPAGE_866 is not set
21195 +# CONFIG_NLS_CODEPAGE_869 is not set
21196 +# CONFIG_NLS_CODEPAGE_936 is not set
21197 +# CONFIG_NLS_CODEPAGE_950 is not set
21198 +# CONFIG_NLS_CODEPAGE_932 is not set
21199 +# CONFIG_NLS_CODEPAGE_949 is not set
21200 +# CONFIG_NLS_CODEPAGE_874 is not set
21201 +# CONFIG_NLS_ISO8859_8 is not set
21202 +# CONFIG_NLS_CODEPAGE_1250 is not set
21203 +# CONFIG_NLS_CODEPAGE_1251 is not set
21204 +CONFIG_NLS_ASCII=y
21205 +CONFIG_NLS_ISO8859_1=y
21206 +# CONFIG_NLS_ISO8859_2 is not set
21207 +# CONFIG_NLS_ISO8859_3 is not set
21208 +# CONFIG_NLS_ISO8859_4 is not set
21209 +# CONFIG_NLS_ISO8859_5 is not set
21210 +# CONFIG_NLS_ISO8859_6 is not set
21211 +# CONFIG_NLS_ISO8859_7 is not set
21212 +# CONFIG_NLS_ISO8859_9 is not set
21213 +# CONFIG_NLS_ISO8859_13 is not set
21214 +# CONFIG_NLS_ISO8859_14 is not set
21215 +CONFIG_NLS_ISO8859_15=y
21216 +# CONFIG_NLS_KOI8_R is not set
21217 +# CONFIG_NLS_KOI8_U is not set
21218 +CONFIG_NLS_UTF8=y
21219 +# CONFIG_DLM is not set
21220 +
21221 +#
21222 +# Library routines
21223 +#
21224 +CONFIG_BITREVERSE=y
21225 +CONFIG_CRC_CCITT=y
21226 +# CONFIG_CRC16 is not set
21227 +# CONFIG_CRC_ITU_T is not set
21228 +CONFIG_CRC32=y
21229 +# CONFIG_CRC7 is not set
21230 +# CONFIG_LIBCRC32C is not set
21231 +CONFIG_ZLIB_INFLATE=y
21232 +CONFIG_ZLIB_DEFLATE=y
21233 +CONFIG_PLIST=y
21234 +CONFIG_HAS_IOMEM=y
21235 +CONFIG_HAS_IOPORT=y
21236 +CONFIG_HAS_DMA=y
21237 +
21238 +#
21239 +# Kernel hacking
21240 +#
21241 +# CONFIG_PRINTK_TIME is not set
21242 +CONFIG_ENABLE_WARN_DEPRECATED=y
21243 +CONFIG_ENABLE_MUST_CHECK=y
21244 +CONFIG_MAGIC_SYSRQ=y
21245 +# CONFIG_UNUSED_SYMBOLS is not set
21246 +CONFIG_DEBUG_FS=y
21247 +# CONFIG_HEADERS_CHECK is not set
21248 +CONFIG_DEBUG_KERNEL=y
21249 +# CONFIG_DEBUG_SHIRQ is not set
21250 +CONFIG_DETECT_SOFTLOCKUP=y
21251 +# CONFIG_SCHED_DEBUG is not set
21252 +# CONFIG_SCHEDSTATS is not set
21253 +# CONFIG_TIMER_STATS is not set
21254 +# CONFIG_DEBUG_SLAB is not set
21255 +# CONFIG_DEBUG_RT_MUTEXES is not set
21256 +# CONFIG_RT_MUTEX_TESTER is not set
21257 +# CONFIG_DEBUG_SPINLOCK is not set
21258 +# CONFIG_DEBUG_MUTEXES is not set
21259 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
21260 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
21261 +# CONFIG_DEBUG_KOBJECT is not set
21262 +# CONFIG_DEBUG_BUGVERBOSE is not set
21263 +CONFIG_DEBUG_INFO=y
21264 +# CONFIG_DEBUG_VM is not set
21265 +# CONFIG_DEBUG_LIST is not set
21266 +# CONFIG_DEBUG_SG is not set
21267 +# CONFIG_BOOT_PRINTK_DELAY is not set
21268 +# CONFIG_RCU_TORTURE_TEST is not set
21269 +# CONFIG_BACKTRACE_SELF_TEST is not set
21270 +# CONFIG_FAULT_INJECTION is not set
21271 +# CONFIG_SAMPLES is not set
21272 +# CONFIG_DEBUG_STACKOVERFLOW is not set
21273 +# CONFIG_DEBUG_STACK_USAGE is not set
21274 +# CONFIG_DEBUG_PAGEALLOC is not set
21275 +# CONFIG_DEBUGGER is not set
21276 +# CONFIG_VIRQ_DEBUG is not set
21277 +CONFIG_BDI_SWITCH=y
21278 +# CONFIG_PPC_EARLY_DEBUG is not set
21279 +
21280 +#
21281 +# Security options
21282 +#
21283 +# CONFIG_KEYS is not set
21284 +# CONFIG_SECURITY is not set
21285 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
21286 +CONFIG_CRYPTO=y
21287 +# CONFIG_CRYPTO_SEQIV is not set
21288 +# CONFIG_CRYPTO_MANAGER is not set
21289 +# CONFIG_CRYPTO_HMAC is not set
21290 +# CONFIG_CRYPTO_XCBC is not set
21291 +# CONFIG_CRYPTO_NULL is not set
21292 +# CONFIG_CRYPTO_MD4 is not set
21293 +# CONFIG_CRYPTO_MD5 is not set
21294 +# CONFIG_CRYPTO_SHA1 is not set
21295 +# CONFIG_CRYPTO_SHA256 is not set
21296 +# CONFIG_CRYPTO_SHA512 is not set
21297 +# CONFIG_CRYPTO_WP512 is not set
21298 +# CONFIG_CRYPTO_TGR192 is not set
21299 +# CONFIG_CRYPTO_GF128MUL is not set
21300 +# CONFIG_CRYPTO_ECB is not set
21301 +# CONFIG_CRYPTO_CBC is not set
21302 +# CONFIG_CRYPTO_PCBC is not set
21303 +# CONFIG_CRYPTO_LRW is not set
21304 +# CONFIG_CRYPTO_XTS is not set
21305 +# CONFIG_CRYPTO_CTR is not set
21306 +# CONFIG_CRYPTO_GCM is not set
21307 +# CONFIG_CRYPTO_CCM is not set
21308 +# CONFIG_CRYPTO_CRYPTD is not set
21309 +# CONFIG_CRYPTO_DES is not set
21310 +# CONFIG_CRYPTO_FCRYPT is not set
21311 +# CONFIG_CRYPTO_BLOWFISH is not set
21312 +# CONFIG_CRYPTO_TWOFISH is not set
21313 +# CONFIG_CRYPTO_SERPENT is not set
21314 +# CONFIG_CRYPTO_AES is not set
21315 +# CONFIG_CRYPTO_CAST5 is not set
21316 +# CONFIG_CRYPTO_CAST6 is not set
21317 +# CONFIG_CRYPTO_TEA is not set
21318 +# CONFIG_CRYPTO_ARC4 is not set
21319 +# CONFIG_CRYPTO_KHAZAD is not set
21320 +# CONFIG_CRYPTO_ANUBIS is not set
21321 +# CONFIG_CRYPTO_SEED is not set
21322 +# CONFIG_CRYPTO_SALSA20 is not set
21323 +# CONFIG_CRYPTO_DEFLATE is not set
21324 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
21325 +# CONFIG_CRYPTO_CRC32C is not set
21326 +# CONFIG_CRYPTO_CAMELLIA is not set
21327 +# CONFIG_CRYPTO_TEST is not set
21328 +# CONFIG_CRYPTO_AUTHENC is not set
21329 +# CONFIG_CRYPTO_LZO is not set
21330 +CONFIG_CRYPTO_HW=y
21331 +# CONFIG_PPC_CLOCK is not set
21332 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig
21333 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig    1970-01-01 01:00:00.000000000 +0100
21334 +++ powerpc.git/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
21335 @@ -0,0 +1,1395 @@
21336 +#
21337 +# Automatically generated make config: don't edit
21338 +# Linux kernel version: 2.6.25-rc6
21339 +# Fri Apr 11 11:10:09 2008
21340 +#
21341 +# CONFIG_PPC64 is not set
21342 +
21343 +#
21344 +# Processor support
21345 +#
21346 +CONFIG_6xx=y
21347 +# CONFIG_PPC_85xx is not set
21348 +# CONFIG_PPC_8xx is not set
21349 +# CONFIG_40x is not set
21350 +# CONFIG_44x is not set
21351 +# CONFIG_E200 is not set
21352 +CONFIG_PPC_FPU=y
21353 +# CONFIG_FSL_EMB_PERFMON is not set
21354 +CONFIG_PPC_STD_MMU=y
21355 +CONFIG_PPC_STD_MMU_32=y
21356 +# CONFIG_PPC_MM_SLICES is not set
21357 +# CONFIG_SMP is not set
21358 +CONFIG_PPC32=y
21359 +CONFIG_WORD_SIZE=32
21360 +CONFIG_PPC_MERGE=y
21361 +CONFIG_MMU=y
21362 +CONFIG_GENERIC_CMOS_UPDATE=y
21363 +CONFIG_GENERIC_TIME=y
21364 +CONFIG_GENERIC_TIME_VSYSCALL=y
21365 +CONFIG_GENERIC_CLOCKEVENTS=y
21366 +CONFIG_GENERIC_HARDIRQS=y
21367 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
21368 +CONFIG_IRQ_PER_CPU=y
21369 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
21370 +CONFIG_ARCH_HAS_ILOG2_U32=y
21371 +CONFIG_GENERIC_HWEIGHT=y
21372 +CONFIG_GENERIC_CALIBRATE_DELAY=y
21373 +CONFIG_GENERIC_FIND_NEXT_BIT=y
21374 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
21375 +CONFIG_PPC=y
21376 +CONFIG_EARLY_PRINTK=y
21377 +CONFIG_GENERIC_NVRAM=y
21378 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
21379 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
21380 +CONFIG_PPC_OF=y
21381 +CONFIG_OF=y
21382 +CONFIG_PPC_UDBG_16550=y
21383 +# CONFIG_GENERIC_TBSYNC is not set
21384 +CONFIG_AUDIT_ARCH=y
21385 +CONFIG_GENERIC_BUG=y
21386 +CONFIG_DEFAULT_UIMAGE=y
21387 +# CONFIG_PPC_DCR_NATIVE is not set
21388 +# CONFIG_PPC_DCR_MMIO is not set
21389 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
21390 +
21391 +#
21392 +# General setup
21393 +#
21394 +CONFIG_EXPERIMENTAL=y
21395 +CONFIG_BROKEN_ON_SMP=y
21396 +CONFIG_INIT_ENV_ARG_LIMIT=32
21397 +CONFIG_LOCALVERSION=""
21398 +CONFIG_LOCALVERSION_AUTO=y
21399 +CONFIG_SWAP=y
21400 +CONFIG_SYSVIPC=y
21401 +CONFIG_SYSVIPC_SYSCTL=y
21402 +# CONFIG_POSIX_MQUEUE is not set
21403 +# CONFIG_BSD_PROCESS_ACCT is not set
21404 +# CONFIG_TASKSTATS is not set
21405 +# CONFIG_AUDIT is not set
21406 +# CONFIG_IKCONFIG is not set
21407 +CONFIG_LOG_BUF_SHIFT=14
21408 +# CONFIG_CGROUPS is not set
21409 +CONFIG_GROUP_SCHED=y
21410 +# CONFIG_FAIR_GROUP_SCHED is not set
21411 +# CONFIG_RT_GROUP_SCHED is not set
21412 +CONFIG_USER_SCHED=y
21413 +# CONFIG_CGROUP_SCHED is not set
21414 +CONFIG_SYSFS_DEPRECATED=y
21415 +CONFIG_SYSFS_DEPRECATED_V2=y
21416 +# CONFIG_RELAY is not set
21417 +# CONFIG_NAMESPACES is not set
21418 +CONFIG_BLK_DEV_INITRD=y
21419 +CONFIG_INITRAMFS_SOURCE=""
21420 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
21421 +CONFIG_SYSCTL=y
21422 +CONFIG_EMBEDDED=y
21423 +CONFIG_SYSCTL_SYSCALL=y
21424 +# CONFIG_KALLSYMS is not set
21425 +CONFIG_HOTPLUG=y
21426 +CONFIG_PRINTK=y
21427 +CONFIG_BUG=y
21428 +CONFIG_ELF_CORE=y
21429 +CONFIG_COMPAT_BRK=y
21430 +CONFIG_BASE_FULL=y
21431 +CONFIG_FUTEX=y
21432 +CONFIG_ANON_INODES=y
21433 +# CONFIG_EPOLL is not set
21434 +CONFIG_SIGNALFD=y
21435 +CONFIG_TIMERFD=y
21436 +CONFIG_EVENTFD=y
21437 +CONFIG_SHMEM=y
21438 +CONFIG_VM_EVENT_COUNTERS=y
21439 +CONFIG_SLUB_DEBUG=y
21440 +# CONFIG_SLAB is not set
21441 +CONFIG_SLUB=y
21442 +# CONFIG_SLOB is not set
21443 +# CONFIG_PROFILING is not set
21444 +# CONFIG_MARKERS is not set
21445 +CONFIG_HAVE_OPROFILE=y
21446 +CONFIG_HAVE_KPROBES=y
21447 +CONFIG_HAVE_KRETPROBES=y
21448 +CONFIG_PROC_PAGE_MONITOR=y
21449 +CONFIG_SLABINFO=y
21450 +CONFIG_RT_MUTEXES=y
21451 +# CONFIG_TINY_SHMEM is not set
21452 +CONFIG_BASE_SMALL=0
21453 +CONFIG_MODULES=y
21454 +CONFIG_MODULE_UNLOAD=y
21455 +# CONFIG_MODULE_FORCE_UNLOAD is not set
21456 +# CONFIG_MODVERSIONS is not set
21457 +# CONFIG_MODULE_SRCVERSION_ALL is not set
21458 +# CONFIG_KMOD is not set
21459 +CONFIG_BLOCK=y
21460 +# CONFIG_LBD is not set
21461 +# CONFIG_BLK_DEV_IO_TRACE is not set
21462 +# CONFIG_LSF is not set
21463 +# CONFIG_BLK_DEV_BSG is not set
21464 +
21465 +#
21466 +# IO Schedulers
21467 +#
21468 +CONFIG_IOSCHED_NOOP=y
21469 +CONFIG_IOSCHED_AS=y
21470 +CONFIG_IOSCHED_DEADLINE=y
21471 +CONFIG_IOSCHED_CFQ=y
21472 +CONFIG_DEFAULT_AS=y
21473 +# CONFIG_DEFAULT_DEADLINE is not set
21474 +# CONFIG_DEFAULT_CFQ is not set
21475 +# CONFIG_DEFAULT_NOOP is not set
21476 +CONFIG_DEFAULT_IOSCHED="anticipatory"
21477 +CONFIG_CLASSIC_RCU=y
21478 +
21479 +#
21480 +# Platform support
21481 +#
21482 +# CONFIG_PPC_MULTIPLATFORM is not set
21483 +# CONFIG_PPC_82xx is not set
21484 +CONFIG_PPC_83xx=y
21485 +# CONFIG_PPC_86xx is not set
21486 +# CONFIG_PPC_MPC512x is not set
21487 +# CONFIG_PPC_MPC5121 is not set
21488 +# CONFIG_PPC_CELL is not set
21489 +# CONFIG_PPC_CELL_NATIVE is not set
21490 +# CONFIG_PQ2ADS is not set
21491 +CONFIG_MPC83xx=y
21492 +CONFIG_MPC831x_RDB=y
21493 +# CONFIG_MPC832x_MDS is not set
21494 +# CONFIG_MPC832x_RDB is not set
21495 +# CONFIG_MPC834x_MDS is not set
21496 +# CONFIG_MPC834x_ITX is not set
21497 +# CONFIG_MPC836x_MDS is not set
21498 +# CONFIG_MPC837x_MDS is not set
21499 +# CONFIG_MPC837x_RDB is not set
21500 +# CONFIG_SBC834x is not set
21501 +CONFIG_PPC_MPC831x=y
21502 +CONFIG_IPIC=y
21503 +# CONFIG_MPIC is not set
21504 +# CONFIG_MPIC_WEIRD is not set
21505 +# CONFIG_PPC_I8259 is not set
21506 +# CONFIG_PPC_RTAS is not set
21507 +# CONFIG_MMIO_NVRAM is not set
21508 +# CONFIG_PPC_MPC106 is not set
21509 +# CONFIG_PPC_970_NAP is not set
21510 +# CONFIG_PPC_INDIRECT_IO is not set
21511 +# CONFIG_GENERIC_IOMAP is not set
21512 +# CONFIG_CPU_FREQ is not set
21513 +# CONFIG_FSL_ULI1575 is not set
21514 +
21515 +#
21516 +# Kernel options
21517 +#
21518 +# CONFIG_HIGHMEM is not set
21519 +CONFIG_TICK_ONESHOT=y
21520 +CONFIG_NO_HZ=y
21521 +CONFIG_HIGH_RES_TIMERS=y
21522 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
21523 +# CONFIG_HZ_100 is not set
21524 +CONFIG_HZ_250=y
21525 +# CONFIG_HZ_300 is not set
21526 +# CONFIG_HZ_1000 is not set
21527 +CONFIG_HZ=250
21528 +# CONFIG_SCHED_HRTICK is not set
21529 +CONFIG_PREEMPT_NONE=y
21530 +# CONFIG_PREEMPT_VOLUNTARY is not set
21531 +# CONFIG_PREEMPT is not set
21532 +CONFIG_BINFMT_ELF=y
21533 +# CONFIG_BINFMT_MISC is not set
21534 +CONFIG_FORCE_MAX_ZONEORDER=11
21535 +# CONFIG_IOMMU_HELPER is not set
21536 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
21537 +CONFIG_ARCH_HAS_WALK_MEMORY=y
21538 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
21539 +CONFIG_ARCH_FLATMEM_ENABLE=y
21540 +CONFIG_ARCH_POPULATES_NODE_MAP=y
21541 +CONFIG_SELECT_MEMORY_MODEL=y
21542 +CONFIG_FLATMEM_MANUAL=y
21543 +# CONFIG_DISCONTIGMEM_MANUAL is not set
21544 +# CONFIG_SPARSEMEM_MANUAL is not set
21545 +CONFIG_FLATMEM=y
21546 +CONFIG_FLAT_NODE_MEM_MAP=y
21547 +# CONFIG_SPARSEMEM_STATIC is not set
21548 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
21549 +CONFIG_SPLIT_PTLOCK_CPUS=4
21550 +# CONFIG_RESOURCES_64BIT is not set
21551 +CONFIG_ZONE_DMA_FLAG=1
21552 +CONFIG_BOUNCE=y
21553 +CONFIG_VIRT_TO_BUS=y
21554 +CONFIG_PROC_DEVICETREE=y
21555 +# CONFIG_CMDLINE_BOOL is not set
21556 +# CONFIG_PM is not set
21557 +CONFIG_SECCOMP=y
21558 +CONFIG_ISA_DMA_API=y
21559 +
21560 +#
21561 +# Bus options
21562 +#
21563 +CONFIG_ZONE_DMA=y
21564 +CONFIG_GENERIC_ISA_DMA=y
21565 +CONFIG_PPC_INDIRECT_PCI=y
21566 +CONFIG_FSL_SOC=y
21567 +CONFIG_PCI=y
21568 +CONFIG_PCI_DOMAINS=y
21569 +CONFIG_PCI_SYSCALL=y
21570 +# CONFIG_PCIEPORTBUS is not set
21571 +CONFIG_ARCH_SUPPORTS_MSI=y
21572 +# CONFIG_PCI_MSI is not set
21573 +CONFIG_PCI_LEGACY=y
21574 +# CONFIG_PCI_DEBUG is not set
21575 +# CONFIG_PCCARD is not set
21576 +# CONFIG_HOTPLUG_PCI is not set
21577 +
21578 +#
21579 +# Advanced setup
21580 +#
21581 +# CONFIG_ADVANCED_OPTIONS is not set
21582 +
21583 +#
21584 +# Default settings for advanced configuration options are used
21585 +#
21586 +CONFIG_HIGHMEM_START=0xfe000000
21587 +CONFIG_LOWMEM_SIZE=0x30000000
21588 +CONFIG_KERNEL_START=0xc0000000
21589 +CONFIG_TASK_SIZE=0xc0000000
21590 +CONFIG_BOOT_LOAD=0x00800000
21591 +
21592 +#
21593 +# Networking
21594 +#
21595 +CONFIG_NET=y
21596 +
21597 +#
21598 +# Networking options
21599 +#
21600 +CONFIG_PACKET=y
21601 +# CONFIG_PACKET_MMAP is not set
21602 +CONFIG_UNIX=y
21603 +CONFIG_XFRM=y
21604 +# CONFIG_XFRM_USER is not set
21605 +# CONFIG_XFRM_SUB_POLICY is not set
21606 +# CONFIG_XFRM_MIGRATE is not set
21607 +# CONFIG_XFRM_STATISTICS is not set
21608 +# CONFIG_NET_KEY is not set
21609 +CONFIG_INET=y
21610 +CONFIG_IP_MULTICAST=y
21611 +# CONFIG_IP_ADVANCED_ROUTER is not set
21612 +CONFIG_IP_FIB_HASH=y
21613 +CONFIG_IP_PNP=y
21614 +CONFIG_IP_PNP_DHCP=y
21615 +CONFIG_IP_PNP_BOOTP=y
21616 +# CONFIG_IP_PNP_RARP is not set
21617 +# CONFIG_NET_IPIP is not set
21618 +# CONFIG_NET_IPGRE is not set
21619 +# CONFIG_IP_MROUTE is not set
21620 +# CONFIG_ARPD is not set
21621 +CONFIG_SYN_COOKIES=y
21622 +# CONFIG_INET_AH is not set
21623 +# CONFIG_INET_ESP is not set
21624 +# CONFIG_INET_IPCOMP is not set
21625 +# CONFIG_INET_XFRM_TUNNEL is not set
21626 +# CONFIG_INET_TUNNEL is not set
21627 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
21628 +CONFIG_INET_XFRM_MODE_TUNNEL=y
21629 +CONFIG_INET_XFRM_MODE_BEET=y
21630 +# CONFIG_INET_LRO is not set
21631 +CONFIG_INET_DIAG=y
21632 +CONFIG_INET_TCP_DIAG=y
21633 +# CONFIG_TCP_CONG_ADVANCED is not set
21634 +CONFIG_TCP_CONG_CUBIC=y
21635 +CONFIG_DEFAULT_TCP_CONG="cubic"
21636 +# CONFIG_TCP_MD5SIG is not set
21637 +# CONFIG_IPV6 is not set
21638 +# CONFIG_INET6_XFRM_TUNNEL is not set
21639 +# CONFIG_INET6_TUNNEL is not set
21640 +# CONFIG_NETWORK_SECMARK is not set
21641 +# CONFIG_NETFILTER is not set
21642 +# CONFIG_IP_DCCP is not set
21643 +# CONFIG_IP_SCTP is not set
21644 +# CONFIG_TIPC is not set
21645 +# CONFIG_ATM is not set
21646 +# CONFIG_BRIDGE is not set
21647 +# CONFIG_VLAN_8021Q is not set
21648 +# CONFIG_DECNET is not set
21649 +# CONFIG_LLC2 is not set
21650 +# CONFIG_IPX is not set
21651 +# CONFIG_ATALK is not set
21652 +# CONFIG_X25 is not set
21653 +# CONFIG_LAPB is not set
21654 +# CONFIG_ECONET is not set
21655 +# CONFIG_WAN_ROUTER is not set
21656 +# CONFIG_NET_SCHED is not set
21657 +
21658 +#
21659 +# Network testing
21660 +#
21661 +# CONFIG_NET_PKTGEN is not set
21662 +# CONFIG_HAMRADIO is not set
21663 +# CONFIG_CAN is not set
21664 +# CONFIG_IRDA is not set
21665 +# CONFIG_BT is not set
21666 +# CONFIG_AF_RXRPC is not set
21667 +
21668 +#
21669 +# Wireless
21670 +#
21671 +# CONFIG_CFG80211 is not set
21672 +# CONFIG_WIRELESS_EXT is not set
21673 +# CONFIG_MAC80211 is not set
21674 +# CONFIG_IEEE80211 is not set
21675 +# CONFIG_RFKILL is not set
21676 +# CONFIG_NET_9P is not set
21677 +
21678 +#
21679 +# Device Drivers
21680 +#
21681 +
21682 +#
21683 +# Generic Driver Options
21684 +#
21685 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
21686 +CONFIG_STANDALONE=y
21687 +CONFIG_PREVENT_FIRMWARE_BUILD=y
21688 +# CONFIG_FW_LOADER is not set
21689 +# CONFIG_DEBUG_DRIVER is not set
21690 +# CONFIG_DEBUG_DEVRES is not set
21691 +# CONFIG_SYS_HYPERVISOR is not set
21692 +# CONFIG_CONNECTOR is not set
21693 +CONFIG_MTD=y
21694 +# CONFIG_MTD_DEBUG is not set
21695 +# CONFIG_MTD_CONCAT is not set
21696 +CONFIG_MTD_PARTITIONS=y
21697 +# CONFIG_MTD_REDBOOT_PARTS is not set
21698 +# CONFIG_MTD_CMDLINE_PARTS is not set
21699 +CONFIG_MTD_OF_PARTS=y
21700 +
21701 +#
21702 +# User Modules And Translation Layers
21703 +#
21704 +CONFIG_MTD_CHAR=y
21705 +CONFIG_MTD_BLKDEVS=y
21706 +CONFIG_MTD_BLOCK=y
21707 +# CONFIG_FTL is not set
21708 +# CONFIG_NFTL is not set
21709 +# CONFIG_INFTL is not set
21710 +# CONFIG_RFD_FTL is not set
21711 +# CONFIG_SSFDC is not set
21712 +# CONFIG_MTD_OOPS is not set
21713 +
21714 +#
21715 +# RAM/ROM/Flash chip drivers
21716 +#
21717 +CONFIG_MTD_CFI=y
21718 +# CONFIG_MTD_JEDECPROBE is not set
21719 +CONFIG_MTD_GEN_PROBE=y
21720 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
21721 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
21722 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
21723 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
21724 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
21725 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
21726 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
21727 +CONFIG_MTD_CFI_I1=y
21728 +CONFIG_MTD_CFI_I2=y
21729 +# CONFIG_MTD_CFI_I4 is not set
21730 +# CONFIG_MTD_CFI_I8 is not set
21731 +# CONFIG_MTD_CFI_INTELEXT is not set
21732 +CONFIG_MTD_CFI_AMDSTD=y
21733 +# CONFIG_MTD_CFI_STAA is not set
21734 +CONFIG_MTD_CFI_UTIL=y
21735 +# CONFIG_MTD_RAM is not set
21736 +# CONFIG_MTD_ROM is not set
21737 +# CONFIG_MTD_ABSENT is not set
21738 +
21739 +#
21740 +# Mapping drivers for chip access
21741 +#
21742 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
21743 +# CONFIG_MTD_PHYSMAP is not set
21744 +CONFIG_MTD_PHYSMAP_OF=y
21745 +# CONFIG_MTD_INTEL_VR_NOR is not set
21746 +# CONFIG_MTD_PLATRAM is not set
21747 +
21748 +#
21749 +# Self-contained MTD device drivers
21750 +#
21751 +# CONFIG_MTD_PMC551 is not set
21752 +# CONFIG_MTD_DATAFLASH is not set
21753 +# CONFIG_MTD_M25P80 is not set
21754 +# CONFIG_MTD_SLRAM is not set
21755 +# CONFIG_MTD_PHRAM is not set
21756 +# CONFIG_MTD_MTDRAM is not set
21757 +# CONFIG_MTD_BLOCK2MTD is not set
21758 +
21759 +#
21760 +# Disk-On-Chip Device Drivers
21761 +#
21762 +# CONFIG_MTD_DOC2000 is not set
21763 +# CONFIG_MTD_DOC2001 is not set
21764 +# CONFIG_MTD_DOC2001PLUS is not set
21765 +CONFIG_MTD_NAND=y
21766 +CONFIG_MTD_NAND_VERIFY_WRITE=y
21767 +# CONFIG_MTD_NAND_ECC_SMC is not set
21768 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
21769 +CONFIG_MTD_NAND_IDS=y
21770 +# CONFIG_MTD_NAND_DISKONCHIP is not set
21771 +# CONFIG_MTD_NAND_CAFE is not set
21772 +# CONFIG_MTD_NAND_NANDSIM is not set
21773 +# CONFIG_MTD_NAND_PLATFORM is not set
21774 +# CONFIG_MTD_ALAUDA is not set
21775 +CONFIG_MTD_NAND_FSL_ELBC=y
21776 +# CONFIG_MTD_ONENAND is not set
21777 +
21778 +#
21779 +# UBI - Unsorted block images
21780 +#
21781 +# CONFIG_MTD_UBI is not set
21782 +CONFIG_OF_DEVICE=y
21783 +# CONFIG_PARPORT is not set
21784 +CONFIG_BLK_DEV=y
21785 +# CONFIG_BLK_DEV_FD is not set
21786 +# CONFIG_BLK_CPQ_DA is not set
21787 +# CONFIG_BLK_CPQ_CISS_DA is not set
21788 +# CONFIG_BLK_DEV_DAC960 is not set
21789 +# CONFIG_BLK_DEV_UMEM is not set
21790 +# CONFIG_BLK_DEV_COW_COMMON is not set
21791 +CONFIG_BLK_DEV_LOOP=y
21792 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
21793 +# CONFIG_BLK_DEV_NBD is not set
21794 +# CONFIG_BLK_DEV_SX8 is not set
21795 +# CONFIG_BLK_DEV_UB is not set
21796 +CONFIG_BLK_DEV_RAM=y
21797 +CONFIG_BLK_DEV_RAM_COUNT=16
21798 +CONFIG_BLK_DEV_RAM_SIZE=32768
21799 +# CONFIG_BLK_DEV_XIP is not set
21800 +# CONFIG_CDROM_PKTCDVD is not set
21801 +# CONFIG_ATA_OVER_ETH is not set
21802 +CONFIG_MISC_DEVICES=y
21803 +# CONFIG_PHANTOM is not set
21804 +# CONFIG_EEPROM_93CX6 is not set
21805 +# CONFIG_SGI_IOC4 is not set
21806 +# CONFIG_TIFM_CORE is not set
21807 +# CONFIG_ENCLOSURE_SERVICES is not set
21808 +CONFIG_HAVE_IDE=y
21809 +# CONFIG_IDE is not set
21810 +
21811 +#
21812 +# SCSI device support
21813 +#
21814 +# CONFIG_RAID_ATTRS is not set
21815 +CONFIG_SCSI=y
21816 +CONFIG_SCSI_DMA=y
21817 +# CONFIG_SCSI_TGT is not set
21818 +# CONFIG_SCSI_NETLINK is not set
21819 +CONFIG_SCSI_PROC_FS=y
21820 +
21821 +#
21822 +# SCSI support type (disk, tape, CD-ROM)
21823 +#
21824 +# CONFIG_BLK_DEV_SD is not set
21825 +# CONFIG_CHR_DEV_ST is not set
21826 +# CONFIG_CHR_DEV_OSST is not set
21827 +# CONFIG_BLK_DEV_SR is not set
21828 +CONFIG_CHR_DEV_SG=y
21829 +# CONFIG_CHR_DEV_SCH is not set
21830 +
21831 +#
21832 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
21833 +#
21834 +# CONFIG_SCSI_MULTI_LUN is not set
21835 +# CONFIG_SCSI_CONSTANTS is not set
21836 +# CONFIG_SCSI_LOGGING is not set
21837 +# CONFIG_SCSI_SCAN_ASYNC is not set
21838 +CONFIG_SCSI_WAIT_SCAN=m
21839 +
21840 +#
21841 +# SCSI Transports
21842 +#
21843 +CONFIG_SCSI_SPI_ATTRS=y
21844 +# CONFIG_SCSI_FC_ATTRS is not set
21845 +# CONFIG_SCSI_ISCSI_ATTRS is not set
21846 +# CONFIG_SCSI_SAS_LIBSAS is not set
21847 +# CONFIG_SCSI_SRP_ATTRS is not set
21848 +CONFIG_SCSI_LOWLEVEL=y
21849 +# CONFIG_ISCSI_TCP is not set
21850 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
21851 +# CONFIG_SCSI_3W_9XXX is not set
21852 +# CONFIG_SCSI_ACARD is not set
21853 +# CONFIG_SCSI_AACRAID is not set
21854 +# CONFIG_SCSI_AIC7XXX is not set
21855 +# CONFIG_SCSI_AIC7XXX_OLD is not set
21856 +# CONFIG_SCSI_AIC79XX is not set
21857 +# CONFIG_SCSI_AIC94XX is not set
21858 +# CONFIG_SCSI_DPT_I2O is not set
21859 +# CONFIG_SCSI_ADVANSYS is not set
21860 +# CONFIG_SCSI_ARCMSR is not set
21861 +# CONFIG_MEGARAID_NEWGEN is not set
21862 +# CONFIG_MEGARAID_LEGACY is not set
21863 +# CONFIG_MEGARAID_SAS is not set
21864 +# CONFIG_SCSI_HPTIOP is not set
21865 +# CONFIG_SCSI_BUSLOGIC is not set
21866 +# CONFIG_SCSI_DMX3191D is not set
21867 +# CONFIG_SCSI_EATA is not set
21868 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
21869 +# CONFIG_SCSI_GDTH is not set
21870 +# CONFIG_SCSI_IPS is not set
21871 +# CONFIG_SCSI_INITIO is not set
21872 +# CONFIG_SCSI_INIA100 is not set
21873 +# CONFIG_SCSI_MVSAS is not set
21874 +# CONFIG_SCSI_STEX is not set
21875 +# CONFIG_SCSI_SYM53C8XX_2 is not set
21876 +# CONFIG_SCSI_QLOGIC_1280 is not set
21877 +# CONFIG_SCSI_QLA_FC is not set
21878 +# CONFIG_SCSI_QLA_ISCSI is not set
21879 +# CONFIG_SCSI_LPFC is not set
21880 +# CONFIG_SCSI_DC395x is not set
21881 +# CONFIG_SCSI_DC390T is not set
21882 +# CONFIG_SCSI_NSP32 is not set
21883 +# CONFIG_SCSI_DEBUG is not set
21884 +# CONFIG_SCSI_SRP is not set
21885 +# CONFIG_ATA is not set
21886 +CONFIG_MD=y
21887 +CONFIG_BLK_DEV_MD=y
21888 +CONFIG_MD_LINEAR=y
21889 +CONFIG_MD_RAID0=y
21890 +CONFIG_MD_RAID1=y
21891 +# CONFIG_MD_RAID10 is not set
21892 +# CONFIG_MD_RAID456 is not set
21893 +# CONFIG_MD_MULTIPATH is not set
21894 +# CONFIG_MD_FAULTY is not set
21895 +# CONFIG_BLK_DEV_DM is not set
21896 +# CONFIG_FUSION is not set
21897 +
21898 +#
21899 +# IEEE 1394 (FireWire) support
21900 +#
21901 +# CONFIG_FIREWIRE is not set
21902 +# CONFIG_IEEE1394 is not set
21903 +# CONFIG_I2O is not set
21904 +# CONFIG_MACINTOSH_DRIVERS is not set
21905 +CONFIG_NETDEVICES=y
21906 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
21907 +# CONFIG_DUMMY is not set
21908 +# CONFIG_BONDING is not set
21909 +# CONFIG_MACVLAN is not set
21910 +# CONFIG_EQUALIZER is not set
21911 +# CONFIG_TUN is not set
21912 +# CONFIG_VETH is not set
21913 +# CONFIG_ARCNET is not set
21914 +CONFIG_PHYLIB=y
21915 +
21916 +#
21917 +# MII PHY device drivers
21918 +#
21919 +# CONFIG_MARVELL_PHY is not set
21920 +# CONFIG_DAVICOM_PHY is not set
21921 +# CONFIG_QSEMI_PHY is not set
21922 +# CONFIG_LXT_PHY is not set
21923 +CONFIG_CICADA_PHY=y
21924 +# CONFIG_VITESSE_PHY is not set
21925 +# CONFIG_SMSC_PHY is not set
21926 +# CONFIG_BROADCOM_PHY is not set
21927 +# CONFIG_ICPLUS_PHY is not set
21928 +# CONFIG_REALTEK_PHY is not set
21929 +# CONFIG_FIXED_PHY is not set
21930 +# CONFIG_MDIO_BITBANG is not set
21931 +CONFIG_NET_ETHERNET=y
21932 +CONFIG_MII=y
21933 +# CONFIG_HAPPYMEAL is not set
21934 +# CONFIG_SUNGEM is not set
21935 +# CONFIG_CASSINI is not set
21936 +# CONFIG_NET_VENDOR_3COM is not set
21937 +# CONFIG_ENC28J60 is not set
21938 +# CONFIG_NET_TULIP is not set
21939 +# CONFIG_HP100 is not set
21940 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
21941 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
21942 +# CONFIG_IBM_NEW_EMAC_TAH is not set
21943 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
21944 +CONFIG_NET_PCI=y
21945 +# CONFIG_PCNET32 is not set
21946 +# CONFIG_AMD8111_ETH is not set
21947 +# CONFIG_ADAPTEC_STARFIRE is not set
21948 +# CONFIG_B44 is not set
21949 +# CONFIG_FORCEDETH is not set
21950 +# CONFIG_EEPRO100 is not set
21951 +CONFIG_E100=y
21952 +# CONFIG_FEALNX is not set
21953 +# CONFIG_NATSEMI is not set
21954 +# CONFIG_NE2K_PCI is not set
21955 +# CONFIG_8139CP is not set
21956 +# CONFIG_8139TOO is not set
21957 +# CONFIG_R6040 is not set
21958 +# CONFIG_SIS900 is not set
21959 +# CONFIG_EPIC100 is not set
21960 +# CONFIG_SUNDANCE is not set
21961 +# CONFIG_TLAN is not set
21962 +# CONFIG_VIA_RHINE is not set
21963 +# CONFIG_SC92031 is not set
21964 +CONFIG_NETDEV_1000=y
21965 +# CONFIG_ACENIC is not set
21966 +# CONFIG_DL2K is not set
21967 +# CONFIG_E1000 is not set
21968 +# CONFIG_E1000E is not set
21969 +# CONFIG_E1000E_ENABLED is not set
21970 +# CONFIG_IP1000 is not set
21971 +# CONFIG_IGB is not set
21972 +# CONFIG_NS83820 is not set
21973 +# CONFIG_HAMACHI is not set
21974 +# CONFIG_YELLOWFIN is not set
21975 +# CONFIG_R8169 is not set
21976 +# CONFIG_SIS190 is not set
21977 +# CONFIG_SKGE is not set
21978 +# CONFIG_SKY2 is not set
21979 +# CONFIG_SK98LIN is not set
21980 +# CONFIG_VIA_VELOCITY is not set
21981 +# CONFIG_TIGON3 is not set
21982 +# CONFIG_BNX2 is not set
21983 +CONFIG_GIANFAR=y
21984 +CONFIG_GFAR_NAPI=y
21985 +# CONFIG_QLA3XXX is not set
21986 +# CONFIG_ATL1 is not set
21987 +CONFIG_NETDEV_10000=y
21988 +# CONFIG_CHELSIO_T1 is not set
21989 +# CONFIG_CHELSIO_T3 is not set
21990 +# CONFIG_IXGBE is not set
21991 +# CONFIG_IXGB is not set
21992 +# CONFIG_S2IO is not set
21993 +# CONFIG_MYRI10GE is not set
21994 +# CONFIG_NETXEN_NIC is not set
21995 +# CONFIG_NIU is not set
21996 +# CONFIG_MLX4_CORE is not set
21997 +# CONFIG_TEHUTI is not set
21998 +# CONFIG_BNX2X is not set
21999 +# CONFIG_TR is not set
22000 +
22001 +#
22002 +# Wireless LAN
22003 +#
22004 +# CONFIG_WLAN_PRE80211 is not set
22005 +# CONFIG_WLAN_80211 is not set
22006 +
22007 +#
22008 +# USB Network Adapters
22009 +#
22010 +# CONFIG_USB_CATC is not set
22011 +# CONFIG_USB_KAWETH is not set
22012 +# CONFIG_USB_PEGASUS is not set
22013 +# CONFIG_USB_RTL8150 is not set
22014 +# CONFIG_USB_USBNET is not set
22015 +# CONFIG_WAN is not set
22016 +# CONFIG_FDDI is not set
22017 +# CONFIG_HIPPI is not set
22018 +# CONFIG_PPP is not set
22019 +# CONFIG_SLIP is not set
22020 +# CONFIG_NET_FC is not set
22021 +# CONFIG_NETCONSOLE is not set
22022 +# CONFIG_NETPOLL is not set
22023 +# CONFIG_NET_POLL_CONTROLLER is not set
22024 +# CONFIG_ISDN is not set
22025 +# CONFIG_PHONE is not set
22026 +
22027 +#
22028 +# Input device support
22029 +#
22030 +CONFIG_INPUT=y
22031 +# CONFIG_INPUT_FF_MEMLESS is not set
22032 +# CONFIG_INPUT_POLLDEV is not set
22033 +
22034 +#
22035 +# Userland interfaces
22036 +#
22037 +# CONFIG_INPUT_MOUSEDEV is not set
22038 +# CONFIG_INPUT_JOYDEV is not set
22039 +# CONFIG_INPUT_EVDEV is not set
22040 +# CONFIG_INPUT_EVBUG is not set
22041 +
22042 +#
22043 +# Input Device Drivers
22044 +#
22045 +# CONFIG_INPUT_KEYBOARD is not set
22046 +# CONFIG_INPUT_MOUSE is not set
22047 +# CONFIG_INPUT_JOYSTICK is not set
22048 +# CONFIG_INPUT_TABLET is not set
22049 +# CONFIG_INPUT_TOUCHSCREEN is not set
22050 +# CONFIG_INPUT_MISC is not set
22051 +
22052 +#
22053 +# Hardware I/O ports
22054 +#
22055 +# CONFIG_SERIO is not set
22056 +# CONFIG_GAMEPORT is not set
22057 +
22058 +#
22059 +# Character devices
22060 +#
22061 +# CONFIG_VT is not set
22062 +# CONFIG_SERIAL_NONSTANDARD is not set
22063 +# CONFIG_NOZOMI is not set
22064 +
22065 +#
22066 +# Serial drivers
22067 +#
22068 +CONFIG_SERIAL_8250=y
22069 +CONFIG_SERIAL_8250_CONSOLE=y
22070 +CONFIG_SERIAL_8250_PCI=y
22071 +CONFIG_SERIAL_8250_NR_UARTS=4
22072 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
22073 +# CONFIG_SERIAL_8250_EXTENDED is not set
22074 +
22075 +#
22076 +# Non-8250 serial port support
22077 +#
22078 +# CONFIG_SERIAL_UARTLITE is not set
22079 +CONFIG_SERIAL_CORE=y
22080 +CONFIG_SERIAL_CORE_CONSOLE=y
22081 +# CONFIG_SERIAL_JSM is not set
22082 +# CONFIG_SERIAL_OF_PLATFORM is not set
22083 +CONFIG_UNIX98_PTYS=y
22084 +CONFIG_LEGACY_PTYS=y
22085 +CONFIG_LEGACY_PTY_COUNT=256
22086 +# CONFIG_IPMI_HANDLER is not set
22087 +CONFIG_HW_RANDOM=y
22088 +# CONFIG_NVRAM is not set
22089 +# CONFIG_GEN_RTC is not set
22090 +# CONFIG_R3964 is not set
22091 +# CONFIG_APPLICOM is not set
22092 +# CONFIG_RAW_DRIVER is not set
22093 +# CONFIG_TCG_TPM is not set
22094 +CONFIG_DEVPORT=y
22095 +CONFIG_I2C=y
22096 +CONFIG_I2C_BOARDINFO=y
22097 +CONFIG_I2C_CHARDEV=y
22098 +
22099 +#
22100 +# I2C Algorithms
22101 +#
22102 +# CONFIG_I2C_ALGOBIT is not set
22103 +# CONFIG_I2C_ALGOPCF is not set
22104 +# CONFIG_I2C_ALGOPCA is not set
22105 +
22106 +#
22107 +# I2C Hardware Bus support
22108 +#
22109 +# CONFIG_I2C_ALI1535 is not set
22110 +# CONFIG_I2C_ALI1563 is not set
22111 +# CONFIG_I2C_ALI15X3 is not set
22112 +# CONFIG_I2C_AMD756 is not set
22113 +# CONFIG_I2C_AMD8111 is not set
22114 +# CONFIG_I2C_I801 is not set
22115 +# CONFIG_I2C_I810 is not set
22116 +# CONFIG_I2C_PIIX4 is not set
22117 +CONFIG_I2C_MPC=y
22118 +# CONFIG_I2C_NFORCE2 is not set
22119 +# CONFIG_I2C_OCORES is not set
22120 +# CONFIG_I2C_PARPORT_LIGHT is not set
22121 +# CONFIG_I2C_PROSAVAGE is not set
22122 +# CONFIG_I2C_SAVAGE4 is not set
22123 +# CONFIG_I2C_SIMTEC is not set
22124 +# CONFIG_I2C_SIS5595 is not set
22125 +# CONFIG_I2C_SIS630 is not set
22126 +# CONFIG_I2C_SIS96X is not set
22127 +# CONFIG_I2C_TAOS_EVM is not set
22128 +# CONFIG_I2C_STUB is not set
22129 +# CONFIG_I2C_TINY_USB is not set
22130 +# CONFIG_I2C_VIA is not set
22131 +# CONFIG_I2C_VIAPRO is not set
22132 +# CONFIG_I2C_VOODOO3 is not set
22133 +
22134 +#
22135 +# Miscellaneous I2C Chip support
22136 +#
22137 +# CONFIG_DS1682 is not set
22138 +# CONFIG_SENSORS_EEPROM is not set
22139 +# CONFIG_SENSORS_PCF8574 is not set
22140 +# CONFIG_PCF8575 is not set
22141 +# CONFIG_SENSORS_PCF8591 is not set
22142 +# CONFIG_TPS65010 is not set
22143 +# CONFIG_SENSORS_MAX6875 is not set
22144 +# CONFIG_SENSORS_TSL2550 is not set
22145 +# CONFIG_I2C_DEBUG_CORE is not set
22146 +# CONFIG_I2C_DEBUG_ALGO is not set
22147 +# CONFIG_I2C_DEBUG_BUS is not set
22148 +# CONFIG_I2C_DEBUG_CHIP is not set
22149 +
22150 +#
22151 +# SPI support
22152 +#
22153 +CONFIG_SPI=y
22154 +# CONFIG_SPI_DEBUG is not set
22155 +CONFIG_SPI_MASTER=y
22156 +
22157 +#
22158 +# SPI Master Controller Drivers
22159 +#
22160 +CONFIG_SPI_BITBANG=y
22161 +CONFIG_SPI_MPC83xx=y
22162 +
22163 +#
22164 +# SPI Protocol Masters
22165 +#
22166 +# CONFIG_SPI_AT25 is not set
22167 +# CONFIG_SPI_SPIDEV is not set
22168 +# CONFIG_SPI_TLE62X0 is not set
22169 +# CONFIG_W1 is not set
22170 +# CONFIG_POWER_SUPPLY is not set
22171 +CONFIG_HWMON=y
22172 +# CONFIG_HWMON_VID is not set
22173 +# CONFIG_SENSORS_AD7418 is not set
22174 +# CONFIG_SENSORS_ADM1021 is not set
22175 +# CONFIG_SENSORS_ADM1025 is not set
22176 +# CONFIG_SENSORS_ADM1026 is not set
22177 +# CONFIG_SENSORS_ADM1029 is not set
22178 +# CONFIG_SENSORS_ADM1031 is not set
22179 +# CONFIG_SENSORS_ADM9240 is not set
22180 +# CONFIG_SENSORS_ADT7470 is not set
22181 +# CONFIG_SENSORS_ADT7473 is not set
22182 +# CONFIG_SENSORS_ATXP1 is not set
22183 +# CONFIG_SENSORS_DS1621 is not set
22184 +# CONFIG_SENSORS_I5K_AMB is not set
22185 +# CONFIG_SENSORS_F71805F is not set
22186 +# CONFIG_SENSORS_F71882FG is not set
22187 +# CONFIG_SENSORS_F75375S is not set
22188 +# CONFIG_SENSORS_GL518SM is not set
22189 +# CONFIG_SENSORS_GL520SM is not set
22190 +# CONFIG_SENSORS_IT87 is not set
22191 +# CONFIG_SENSORS_LM63 is not set
22192 +# CONFIG_SENSORS_LM70 is not set
22193 +# CONFIG_SENSORS_LM75 is not set
22194 +# CONFIG_SENSORS_LM77 is not set
22195 +# CONFIG_SENSORS_LM78 is not set
22196 +# CONFIG_SENSORS_LM80 is not set
22197 +# CONFIG_SENSORS_LM83 is not set
22198 +# CONFIG_SENSORS_LM85 is not set
22199 +# CONFIG_SENSORS_LM87 is not set
22200 +# CONFIG_SENSORS_LM90 is not set
22201 +# CONFIG_SENSORS_LM92 is not set
22202 +# CONFIG_SENSORS_LM93 is not set
22203 +# CONFIG_SENSORS_MAX1619 is not set
22204 +# CONFIG_SENSORS_MAX6650 is not set
22205 +# CONFIG_SENSORS_PC87360 is not set
22206 +# CONFIG_SENSORS_PC87427 is not set
22207 +# CONFIG_SENSORS_SIS5595 is not set
22208 +# CONFIG_SENSORS_DME1737 is not set
22209 +# CONFIG_SENSORS_SMSC47M1 is not set
22210 +# CONFIG_SENSORS_SMSC47M192 is not set
22211 +# CONFIG_SENSORS_SMSC47B397 is not set
22212 +# CONFIG_SENSORS_ADS7828 is not set
22213 +# CONFIG_SENSORS_THMC50 is not set
22214 +# CONFIG_SENSORS_VIA686A is not set
22215 +# CONFIG_SENSORS_VT1211 is not set
22216 +# CONFIG_SENSORS_VT8231 is not set
22217 +# CONFIG_SENSORS_W83781D is not set
22218 +# CONFIG_SENSORS_W83791D is not set
22219 +# CONFIG_SENSORS_W83792D is not set
22220 +# CONFIG_SENSORS_W83793 is not set
22221 +# CONFIG_SENSORS_W83L785TS is not set
22222 +# CONFIG_SENSORS_W83L786NG is not set
22223 +# CONFIG_SENSORS_W83627HF is not set
22224 +# CONFIG_SENSORS_W83627EHF is not set
22225 +# CONFIG_HWMON_DEBUG_CHIP is not set
22226 +# CONFIG_THERMAL is not set
22227 +CONFIG_WATCHDOG=y
22228 +# CONFIG_WATCHDOG_NOWAYOUT is not set
22229 +
22230 +#
22231 +# Watchdog Device Drivers
22232 +#
22233 +# CONFIG_SOFT_WATCHDOG is not set
22234 +CONFIG_83xx_WDT=y
22235 +
22236 +#
22237 +# PCI-based Watchdog Cards
22238 +#
22239 +# CONFIG_PCIPCWATCHDOG is not set
22240 +# CONFIG_WDTPCI is not set
22241 +
22242 +#
22243 +# USB-based Watchdog Cards
22244 +#
22245 +# CONFIG_USBPCWATCHDOG is not set
22246 +
22247 +#
22248 +# Sonics Silicon Backplane
22249 +#
22250 +CONFIG_SSB_POSSIBLE=y
22251 +# CONFIG_SSB is not set
22252 +
22253 +#
22254 +# Multifunction device drivers
22255 +#
22256 +# CONFIG_MFD_SM501 is not set
22257 +
22258 +#
22259 +# Multimedia devices
22260 +#
22261 +# CONFIG_VIDEO_DEV is not set
22262 +# CONFIG_DVB_CORE is not set
22263 +CONFIG_DAB=y
22264 +# CONFIG_USB_DABUSB is not set
22265 +
22266 +#
22267 +# Graphics support
22268 +#
22269 +# CONFIG_AGP is not set
22270 +# CONFIG_DRM is not set
22271 +# CONFIG_VGASTATE is not set
22272 +CONFIG_VIDEO_OUTPUT_CONTROL=m
22273 +# CONFIG_FB is not set
22274 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
22275 +
22276 +#
22277 +# Display device support
22278 +#
22279 +# CONFIG_DISPLAY_SUPPORT is not set
22280 +
22281 +#
22282 +# Sound
22283 +#
22284 +# CONFIG_SOUND is not set
22285 +CONFIG_HID_SUPPORT=y
22286 +CONFIG_HID=y
22287 +# CONFIG_HID_DEBUG is not set
22288 +# CONFIG_HIDRAW is not set
22289 +
22290 +#
22291 +# USB Input Devices
22292 +#
22293 +# CONFIG_USB_HID is not set
22294 +
22295 +#
22296 +# USB HID Boot Protocol drivers
22297 +#
22298 +# CONFIG_USB_KBD is not set
22299 +# CONFIG_USB_MOUSE is not set
22300 +CONFIG_USB_SUPPORT=y
22301 +CONFIG_USB_ARCH_HAS_HCD=y
22302 +CONFIG_USB_ARCH_HAS_OHCI=y
22303 +CONFIG_USB_ARCH_HAS_EHCI=y
22304 +CONFIG_USB=y
22305 +# CONFIG_USB_DEBUG is not set
22306 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
22307 +
22308 +#
22309 +# Miscellaneous USB options
22310 +#
22311 +CONFIG_USB_DEVICEFS=y
22312 +CONFIG_USB_DEVICE_CLASS=y
22313 +# CONFIG_USB_DYNAMIC_MINORS is not set
22314 +# CONFIG_USB_OTG is not set
22315 +
22316 +#
22317 +# USB Host Controller Drivers
22318 +#
22319 +CONFIG_USB_EHCI_HCD=y
22320 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
22321 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
22322 +CONFIG_USB_EHCI_FSL=y
22323 +CONFIG_USB_EHCI_HCD_PPC_OF=y
22324 +# CONFIG_USB_ISP116X_HCD is not set
22325 +CONFIG_USB_OHCI_HCD=y
22326 +CONFIG_USB_OHCI_HCD_PPC_OF=y
22327 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
22328 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
22329 +CONFIG_USB_OHCI_HCD_PCI=y
22330 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
22331 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
22332 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
22333 +CONFIG_USB_UHCI_HCD=y
22334 +# CONFIG_USB_SL811_HCD is not set
22335 +# CONFIG_USB_R8A66597_HCD is not set
22336 +
22337 +#
22338 +# USB Device Class drivers
22339 +#
22340 +# CONFIG_USB_ACM is not set
22341 +# CONFIG_USB_PRINTER is not set
22342 +
22343 +#
22344 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
22345 +#
22346 +
22347 +#
22348 +# may also be needed; see USB_STORAGE Help for more information
22349 +#
22350 +CONFIG_USB_STORAGE=y
22351 +# CONFIG_USB_STORAGE_DEBUG is not set
22352 +# CONFIG_USB_STORAGE_DATAFAB is not set
22353 +# CONFIG_USB_STORAGE_FREECOM is not set
22354 +# CONFIG_USB_STORAGE_ISD200 is not set
22355 +# CONFIG_USB_STORAGE_DPCM is not set
22356 +# CONFIG_USB_STORAGE_USBAT is not set
22357 +# CONFIG_USB_STORAGE_SDDR09 is not set
22358 +# CONFIG_USB_STORAGE_SDDR55 is not set
22359 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
22360 +# CONFIG_USB_STORAGE_ALAUDA is not set
22361 +# CONFIG_USB_STORAGE_KARMA is not set
22362 +# CONFIG_USB_LIBUSUAL is not set
22363 +
22364 +#
22365 +# USB Imaging devices
22366 +#
22367 +# CONFIG_USB_MDC800 is not set
22368 +# CONFIG_USB_MICROTEK is not set
22369 +CONFIG_USB_MON=y
22370 +
22371 +#
22372 +# USB port drivers
22373 +#
22374 +# CONFIG_USB_SERIAL is not set
22375 +
22376 +#
22377 +# USB Miscellaneous drivers
22378 +#
22379 +# CONFIG_USB_EMI62 is not set
22380 +# CONFIG_USB_EMI26 is not set
22381 +# CONFIG_USB_ADUTUX is not set
22382 +# CONFIG_USB_AUERSWALD is not set
22383 +# CONFIG_USB_RIO500 is not set
22384 +# CONFIG_USB_LEGOTOWER is not set
22385 +# CONFIG_USB_LCD is not set
22386 +# CONFIG_USB_BERRY_CHARGE is not set
22387 +# CONFIG_USB_LED is not set
22388 +# CONFIG_USB_CYPRESS_CY7C63 is not set
22389 +# CONFIG_USB_CYTHERM is not set
22390 +# CONFIG_USB_PHIDGET is not set
22391 +# CONFIG_USB_IDMOUSE is not set
22392 +# CONFIG_USB_FTDI_ELAN is not set
22393 +# CONFIG_USB_APPLEDISPLAY is not set
22394 +# CONFIG_USB_SISUSBVGA is not set
22395 +# CONFIG_USB_LD is not set
22396 +# CONFIG_USB_TRANCEVIBRATOR is not set
22397 +# CONFIG_USB_IOWARRIOR is not set
22398 +# CONFIG_USB_TEST is not set
22399 +CONFIG_USB_GADGET=y
22400 +# CONFIG_USB_GADGET_DEBUG is not set
22401 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
22402 +CONFIG_USB_GADGET_SELECTED=y
22403 +# CONFIG_USB_GADGET_AMD5536UDC is not set
22404 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
22405 +# CONFIG_USB_GADGET_FSL_USB2 is not set
22406 +CONFIG_USB_GADGET_NET2280=y
22407 +CONFIG_USB_NET2280=y
22408 +# CONFIG_USB_GADGET_PXA2XX is not set
22409 +# CONFIG_USB_GADGET_M66592 is not set
22410 +# CONFIG_USB_GADGET_GOKU is not set
22411 +# CONFIG_USB_GADGET_LH7A40X is not set
22412 +# CONFIG_USB_GADGET_OMAP is not set
22413 +# CONFIG_USB_GADGET_S3C2410 is not set
22414 +# CONFIG_USB_GADGET_AT91 is not set
22415 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
22416 +CONFIG_USB_GADGET_DUALSPEED=y
22417 +# CONFIG_USB_ZERO is not set
22418 +CONFIG_USB_ETH=y
22419 +CONFIG_USB_ETH_RNDIS=y
22420 +# CONFIG_USB_GADGETFS is not set
22421 +# CONFIG_USB_FILE_STORAGE is not set
22422 +# CONFIG_USB_G_SERIAL is not set
22423 +# CONFIG_USB_MIDI_GADGET is not set
22424 +# CONFIG_USB_G_PRINTER is not set
22425 +# CONFIG_MMC is not set
22426 +# CONFIG_MEMSTICK is not set
22427 +# CONFIG_NEW_LEDS is not set
22428 +# CONFIG_INFINIBAND is not set
22429 +# CONFIG_EDAC is not set
22430 +CONFIG_RTC_LIB=y
22431 +CONFIG_RTC_CLASS=y
22432 +CONFIG_RTC_HCTOSYS=y
22433 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
22434 +# CONFIG_RTC_DEBUG is not set
22435 +
22436 +#
22437 +# RTC interfaces
22438 +#
22439 +CONFIG_RTC_INTF_SYSFS=y
22440 +CONFIG_RTC_INTF_PROC=y
22441 +CONFIG_RTC_INTF_DEV=y
22442 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
22443 +# CONFIG_RTC_DRV_TEST is not set
22444 +
22445 +#
22446 +# I2C RTC drivers
22447 +#
22448 +CONFIG_RTC_DRV_DS1307=y
22449 +# CONFIG_RTC_DRV_DS1374 is not set
22450 +# CONFIG_RTC_DRV_DS1672 is not set
22451 +# CONFIG_RTC_DRV_MAX6900 is not set
22452 +# CONFIG_RTC_DRV_RS5C372 is not set
22453 +# CONFIG_RTC_DRV_ISL1208 is not set
22454 +# CONFIG_RTC_DRV_X1205 is not set
22455 +# CONFIG_RTC_DRV_PCF8563 is not set
22456 +# CONFIG_RTC_DRV_PCF8583 is not set
22457 +# CONFIG_RTC_DRV_M41T80 is not set
22458 +# CONFIG_RTC_DRV_S35390A is not set
22459 +
22460 +#
22461 +# SPI RTC drivers
22462 +#
22463 +# CONFIG_RTC_DRV_MAX6902 is not set
22464 +# CONFIG_RTC_DRV_R9701 is not set
22465 +# CONFIG_RTC_DRV_RS5C348 is not set
22466 +
22467 +#
22468 +# Platform RTC drivers
22469 +#
22470 +# CONFIG_RTC_DRV_CMOS is not set
22471 +# CONFIG_RTC_DRV_DS1511 is not set
22472 +# CONFIG_RTC_DRV_DS1553 is not set
22473 +# CONFIG_RTC_DRV_DS1742 is not set
22474 +# CONFIG_RTC_DRV_STK17TA8 is not set
22475 +# CONFIG_RTC_DRV_M48T86 is not set
22476 +# CONFIG_RTC_DRV_M48T59 is not set
22477 +# CONFIG_RTC_DRV_V3020 is not set
22478 +
22479 +#
22480 +# on-CPU RTC drivers
22481 +#
22482 +# CONFIG_DMADEVICES is not set
22483 +
22484 +#
22485 +# Userspace I/O
22486 +#
22487 +# CONFIG_UIO is not set
22488 +
22489 +#
22490 +# File systems
22491 +#
22492 +CONFIG_EXT2_FS=y
22493 +# CONFIG_EXT2_FS_XATTR is not set
22494 +# CONFIG_EXT2_FS_XIP is not set
22495 +CONFIG_EXT3_FS=y
22496 +CONFIG_EXT3_FS_XATTR=y
22497 +# CONFIG_EXT3_FS_POSIX_ACL is not set
22498 +# CONFIG_EXT3_FS_SECURITY is not set
22499 +# CONFIG_EXT4DEV_FS is not set
22500 +CONFIG_JBD=y
22501 +CONFIG_FS_MBCACHE=y
22502 +# CONFIG_REISERFS_FS is not set
22503 +# CONFIG_JFS_FS is not set
22504 +# CONFIG_FS_POSIX_ACL is not set
22505 +# CONFIG_XFS_FS is not set
22506 +# CONFIG_GFS2_FS is not set
22507 +# CONFIG_OCFS2_FS is not set
22508 +CONFIG_DNOTIFY=y
22509 +CONFIG_INOTIFY=y
22510 +CONFIG_INOTIFY_USER=y
22511 +# CONFIG_QUOTA is not set
22512 +# CONFIG_AUTOFS_FS is not set
22513 +# CONFIG_AUTOFS4_FS is not set
22514 +# CONFIG_FUSE_FS is not set
22515 +
22516 +#
22517 +# CD-ROM/DVD Filesystems
22518 +#
22519 +# CONFIG_ISO9660_FS is not set
22520 +# CONFIG_UDF_FS is not set
22521 +
22522 +#
22523 +# DOS/FAT/NT Filesystems
22524 +#
22525 +# CONFIG_MSDOS_FS is not set
22526 +# CONFIG_VFAT_FS is not set
22527 +# CONFIG_NTFS_FS is not set
22528 +
22529 +#
22530 +# Pseudo filesystems
22531 +#
22532 +CONFIG_PROC_FS=y
22533 +CONFIG_PROC_KCORE=y
22534 +CONFIG_PROC_SYSCTL=y
22535 +CONFIG_SYSFS=y
22536 +CONFIG_TMPFS=y
22537 +# CONFIG_TMPFS_POSIX_ACL is not set
22538 +# CONFIG_HUGETLB_PAGE is not set
22539 +# CONFIG_CONFIGFS_FS is not set
22540 +
22541 +#
22542 +# Miscellaneous filesystems
22543 +#
22544 +# CONFIG_ADFS_FS is not set
22545 +# CONFIG_AFFS_FS is not set
22546 +# CONFIG_HFS_FS is not set
22547 +# CONFIG_HFSPLUS_FS is not set
22548 +# CONFIG_BEFS_FS is not set
22549 +# CONFIG_BFS_FS is not set
22550 +# CONFIG_EFS_FS is not set
22551 +CONFIG_JFFS2_FS=y
22552 +CONFIG_JFFS2_FS_DEBUG=0
22553 +CONFIG_JFFS2_FS_WRITEBUFFER=y
22554 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
22555 +# CONFIG_JFFS2_SUMMARY is not set
22556 +# CONFIG_JFFS2_FS_XATTR is not set
22557 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
22558 +CONFIG_JFFS2_ZLIB=y
22559 +# CONFIG_JFFS2_LZO is not set
22560 +CONFIG_JFFS2_RTIME=y
22561 +# CONFIG_JFFS2_RUBIN is not set
22562 +# CONFIG_CRAMFS is not set
22563 +# CONFIG_VXFS_FS is not set
22564 +# CONFIG_MINIX_FS is not set
22565 +# CONFIG_HPFS_FS is not set
22566 +# CONFIG_QNX4FS_FS is not set
22567 +# CONFIG_ROMFS_FS is not set
22568 +# CONFIG_SYSV_FS is not set
22569 +# CONFIG_UFS_FS is not set
22570 +CONFIG_NETWORK_FILESYSTEMS=y
22571 +CONFIG_NFS_FS=y
22572 +CONFIG_NFS_V3=y
22573 +# CONFIG_NFS_V3_ACL is not set
22574 +CONFIG_NFS_V4=y
22575 +# CONFIG_NFS_DIRECTIO is not set
22576 +# CONFIG_NFSD is not set
22577 +CONFIG_ROOT_NFS=y
22578 +CONFIG_LOCKD=y
22579 +CONFIG_LOCKD_V4=y
22580 +CONFIG_NFS_COMMON=y
22581 +CONFIG_SUNRPC=y
22582 +CONFIG_SUNRPC_GSS=y
22583 +# CONFIG_SUNRPC_BIND34 is not set
22584 +CONFIG_RPCSEC_GSS_KRB5=y
22585 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
22586 +# CONFIG_SMB_FS is not set
22587 +# CONFIG_CIFS is not set
22588 +# CONFIG_NCP_FS is not set
22589 +# CONFIG_CODA_FS is not set
22590 +# CONFIG_AFS_FS is not set
22591 +
22592 +#
22593 +# Partition Types
22594 +#
22595 +CONFIG_PARTITION_ADVANCED=y
22596 +# CONFIG_ACORN_PARTITION is not set
22597 +# CONFIG_OSF_PARTITION is not set
22598 +# CONFIG_AMIGA_PARTITION is not set
22599 +# CONFIG_ATARI_PARTITION is not set
22600 +# CONFIG_MAC_PARTITION is not set
22601 +CONFIG_MSDOS_PARTITION=y
22602 +# CONFIG_BSD_DISKLABEL is not set
22603 +# CONFIG_MINIX_SUBPARTITION is not set
22604 +# CONFIG_SOLARIS_X86_PARTITION is not set
22605 +# CONFIG_UNIXWARE_DISKLABEL is not set
22606 +# CONFIG_LDM_PARTITION is not set
22607 +# CONFIG_SGI_PARTITION is not set
22608 +# CONFIG_ULTRIX_PARTITION is not set
22609 +# CONFIG_SUN_PARTITION is not set
22610 +# CONFIG_KARMA_PARTITION is not set
22611 +# CONFIG_EFI_PARTITION is not set
22612 +# CONFIG_SYSV68_PARTITION is not set
22613 +# CONFIG_NLS is not set
22614 +# CONFIG_DLM is not set
22615 +
22616 +#
22617 +# Library routines
22618 +#
22619 +CONFIG_BITREVERSE=y
22620 +# CONFIG_CRC_CCITT is not set
22621 +# CONFIG_CRC16 is not set
22622 +# CONFIG_CRC_ITU_T is not set
22623 +CONFIG_CRC32=y
22624 +# CONFIG_CRC7 is not set
22625 +# CONFIG_LIBCRC32C is not set
22626 +CONFIG_ZLIB_INFLATE=y
22627 +CONFIG_ZLIB_DEFLATE=y
22628 +CONFIG_PLIST=y
22629 +CONFIG_HAS_IOMEM=y
22630 +CONFIG_HAS_IOPORT=y
22631 +CONFIG_HAS_DMA=y
22632 +CONFIG_HAVE_LMB=y
22633 +
22634 +#
22635 +# Kernel hacking
22636 +#
22637 +# CONFIG_PRINTK_TIME is not set
22638 +CONFIG_ENABLE_WARN_DEPRECATED=y
22639 +CONFIG_ENABLE_MUST_CHECK=y
22640 +# CONFIG_MAGIC_SYSRQ is not set
22641 +# CONFIG_UNUSED_SYMBOLS is not set
22642 +# CONFIG_DEBUG_FS is not set
22643 +# CONFIG_HEADERS_CHECK is not set
22644 +CONFIG_DEBUG_KERNEL=y
22645 +# CONFIG_DEBUG_SHIRQ is not set
22646 +CONFIG_DETECT_SOFTLOCKUP=y
22647 +CONFIG_SCHED_DEBUG=y
22648 +# CONFIG_SCHEDSTATS is not set
22649 +# CONFIG_TIMER_STATS is not set
22650 +# CONFIG_SLUB_DEBUG_ON is not set
22651 +# CONFIG_SLUB_STATS is not set
22652 +# CONFIG_DEBUG_RT_MUTEXES is not set
22653 +# CONFIG_RT_MUTEX_TESTER is not set
22654 +# CONFIG_DEBUG_SPINLOCK is not set
22655 +# CONFIG_DEBUG_MUTEXES is not set
22656 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
22657 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
22658 +# CONFIG_DEBUG_KOBJECT is not set
22659 +# CONFIG_DEBUG_BUGVERBOSE is not set
22660 +# CONFIG_DEBUG_INFO is not set
22661 +# CONFIG_DEBUG_VM is not set
22662 +# CONFIG_DEBUG_LIST is not set
22663 +# CONFIG_DEBUG_SG is not set
22664 +# CONFIG_BOOT_PRINTK_DELAY is not set
22665 +# CONFIG_RCU_TORTURE_TEST is not set
22666 +# CONFIG_BACKTRACE_SELF_TEST is not set
22667 +# CONFIG_FAULT_INJECTION is not set
22668 +# CONFIG_SAMPLES is not set
22669 +# CONFIG_DEBUG_STACKOVERFLOW is not set
22670 +# CONFIG_DEBUG_STACK_USAGE is not set
22671 +# CONFIG_DEBUG_PAGEALLOC is not set
22672 +# CONFIG_DEBUGGER is not set
22673 +# CONFIG_BDI_SWITCH is not set
22674 +# CONFIG_PPC_EARLY_DEBUG is not set
22675 +
22676 +#
22677 +# Security options
22678 +#
22679 +# CONFIG_KEYS is not set
22680 +# CONFIG_SECURITY is not set
22681 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
22682 +CONFIG_CRYPTO=y
22683 +CONFIG_CRYPTO_ALGAPI=y
22684 +CONFIG_CRYPTO_BLKCIPHER=y
22685 +# CONFIG_CRYPTO_SEQIV is not set
22686 +CONFIG_CRYPTO_MANAGER=y
22687 +# CONFIG_CRYPTO_HMAC is not set
22688 +# CONFIG_CRYPTO_XCBC is not set
22689 +# CONFIG_CRYPTO_NULL is not set
22690 +# CONFIG_CRYPTO_MD4 is not set
22691 +CONFIG_CRYPTO_MD5=y
22692 +# CONFIG_CRYPTO_SHA1 is not set
22693 +# CONFIG_CRYPTO_SHA256 is not set
22694 +# CONFIG_CRYPTO_SHA512 is not set
22695 +# CONFIG_CRYPTO_WP512 is not set
22696 +# CONFIG_CRYPTO_TGR192 is not set
22697 +# CONFIG_CRYPTO_GF128MUL is not set
22698 +# CONFIG_CRYPTO_ECB is not set
22699 +CONFIG_CRYPTO_CBC=y
22700 +CONFIG_CRYPTO_PCBC=m
22701 +# CONFIG_CRYPTO_LRW is not set
22702 +# CONFIG_CRYPTO_XTS is not set
22703 +# CONFIG_CRYPTO_CTR is not set
22704 +# CONFIG_CRYPTO_GCM is not set
22705 +# CONFIG_CRYPTO_CCM is not set
22706 +# CONFIG_CRYPTO_CRYPTD is not set
22707 +CONFIG_CRYPTO_DES=y
22708 +# CONFIG_CRYPTO_FCRYPT is not set
22709 +# CONFIG_CRYPTO_BLOWFISH is not set
22710 +# CONFIG_CRYPTO_TWOFISH is not set
22711 +# CONFIG_CRYPTO_SERPENT is not set
22712 +# CONFIG_CRYPTO_AES is not set
22713 +# CONFIG_CRYPTO_CAST5 is not set
22714 +# CONFIG_CRYPTO_CAST6 is not set
22715 +# CONFIG_CRYPTO_TEA is not set
22716 +# CONFIG_CRYPTO_ARC4 is not set
22717 +# CONFIG_CRYPTO_KHAZAD is not set
22718 +# CONFIG_CRYPTO_ANUBIS is not set
22719 +# CONFIG_CRYPTO_SEED is not set
22720 +# CONFIG_CRYPTO_SALSA20 is not set
22721 +# CONFIG_CRYPTO_DEFLATE is not set
22722 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
22723 +# CONFIG_CRYPTO_CRC32C is not set
22724 +# CONFIG_CRYPTO_CAMELLIA is not set
22725 +# CONFIG_CRYPTO_TEST is not set
22726 +# CONFIG_CRYPTO_AUTHENC is not set
22727 +# CONFIG_CRYPTO_LZO is not set
22728 +CONFIG_CRYPTO_HW=y
22729 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
22730 +# CONFIG_PPC_CLOCK is not set
22731 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig
22732 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig    1970-01-01 01:00:00.000000000 +0100
22733 +++ powerpc.git/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
22734 @@ -0,0 +1,1451 @@
22735 +#
22736 +# Automatically generated make config: don't edit
22737 +# Linux kernel version: 2.6.25-rc6
22738 +# Mon Mar 24 08:48:15 2008
22739 +#
22740 +# CONFIG_PPC64 is not set
22741 +
22742 +#
22743 +# Processor support
22744 +#
22745 +CONFIG_6xx=y
22746 +# CONFIG_PPC_85xx is not set
22747 +# CONFIG_PPC_8xx is not set
22748 +# CONFIG_40x is not set
22749 +# CONFIG_44x is not set
22750 +# CONFIG_E200 is not set
22751 +CONFIG_PPC_FPU=y
22752 +# CONFIG_FSL_EMB_PERFMON is not set
22753 +CONFIG_PPC_STD_MMU=y
22754 +CONFIG_PPC_STD_MMU_32=y
22755 +# CONFIG_PPC_MM_SLICES is not set
22756 +# CONFIG_SMP is not set
22757 +CONFIG_PPC32=y
22758 +CONFIG_WORD_SIZE=32
22759 +CONFIG_PPC_MERGE=y
22760 +CONFIG_MMU=y
22761 +CONFIG_GENERIC_CMOS_UPDATE=y
22762 +CONFIG_GENERIC_TIME=y
22763 +CONFIG_GENERIC_TIME_VSYSCALL=y
22764 +CONFIG_GENERIC_CLOCKEVENTS=y
22765 +CONFIG_GENERIC_HARDIRQS=y
22766 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
22767 +CONFIG_IRQ_PER_CPU=y
22768 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
22769 +CONFIG_ARCH_HAS_ILOG2_U32=y
22770 +CONFIG_GENERIC_HWEIGHT=y
22771 +CONFIG_GENERIC_CALIBRATE_DELAY=y
22772 +CONFIG_GENERIC_FIND_NEXT_BIT=y
22773 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
22774 +CONFIG_PPC=y
22775 +CONFIG_EARLY_PRINTK=y
22776 +CONFIG_GENERIC_NVRAM=y
22777 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
22778 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
22779 +CONFIG_PPC_OF=y
22780 +CONFIG_OF=y
22781 +CONFIG_PPC_UDBG_16550=y
22782 +# CONFIG_GENERIC_TBSYNC is not set
22783 +CONFIG_AUDIT_ARCH=y
22784 +CONFIG_GENERIC_BUG=y
22785 +CONFIG_DEFAULT_UIMAGE=y
22786 +# CONFIG_PPC_DCR_NATIVE is not set
22787 +# CONFIG_PPC_DCR_MMIO is not set
22788 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22789 +
22790 +#
22791 +# General setup
22792 +#
22793 +CONFIG_EXPERIMENTAL=y
22794 +CONFIG_BROKEN_ON_SMP=y
22795 +CONFIG_INIT_ENV_ARG_LIMIT=32
22796 +CONFIG_LOCALVERSION=""
22797 +CONFIG_LOCALVERSION_AUTO=y
22798 +CONFIG_SWAP=y
22799 +CONFIG_SYSVIPC=y
22800 +CONFIG_SYSVIPC_SYSCTL=y
22801 +# CONFIG_POSIX_MQUEUE is not set
22802 +# CONFIG_BSD_PROCESS_ACCT is not set
22803 +# CONFIG_TASKSTATS is not set
22804 +# CONFIG_AUDIT is not set
22805 +# CONFIG_IKCONFIG is not set
22806 +CONFIG_LOG_BUF_SHIFT=14
22807 +# CONFIG_CGROUPS is not set
22808 +CONFIG_GROUP_SCHED=y
22809 +# CONFIG_FAIR_GROUP_SCHED is not set
22810 +# CONFIG_RT_GROUP_SCHED is not set
22811 +CONFIG_USER_SCHED=y
22812 +# CONFIG_CGROUP_SCHED is not set
22813 +CONFIG_SYSFS_DEPRECATED=y
22814 +CONFIG_SYSFS_DEPRECATED_V2=y
22815 +# CONFIG_RELAY is not set
22816 +# CONFIG_NAMESPACES is not set
22817 +CONFIG_BLK_DEV_INITRD=y
22818 +CONFIG_INITRAMFS_SOURCE=""
22819 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
22820 +CONFIG_SYSCTL=y
22821 +CONFIG_EMBEDDED=y
22822 +CONFIG_SYSCTL_SYSCALL=y
22823 +# CONFIG_KALLSYMS is not set
22824 +CONFIG_HOTPLUG=y
22825 +CONFIG_PRINTK=y
22826 +CONFIG_BUG=y
22827 +CONFIG_ELF_CORE=y
22828 +CONFIG_COMPAT_BRK=y
22829 +CONFIG_BASE_FULL=y
22830 +CONFIG_FUTEX=y
22831 +CONFIG_ANON_INODES=y
22832 +# CONFIG_EPOLL is not set
22833 +CONFIG_SIGNALFD=y
22834 +CONFIG_TIMERFD=y
22835 +CONFIG_EVENTFD=y
22836 +CONFIG_SHMEM=y
22837 +CONFIG_VM_EVENT_COUNTERS=y
22838 +CONFIG_SLUB_DEBUG=y
22839 +# CONFIG_SLAB is not set
22840 +CONFIG_SLUB=y
22841 +# CONFIG_SLOB is not set
22842 +# CONFIG_PROFILING is not set
22843 +# CONFIG_MARKERS is not set
22844 +CONFIG_HAVE_OPROFILE=y
22845 +CONFIG_HAVE_KPROBES=y
22846 +CONFIG_HAVE_KRETPROBES=y
22847 +CONFIG_PROC_PAGE_MONITOR=y
22848 +CONFIG_SLABINFO=y
22849 +CONFIG_RT_MUTEXES=y
22850 +# CONFIG_TINY_SHMEM is not set
22851 +CONFIG_BASE_SMALL=0
22852 +CONFIG_MODULES=y
22853 +CONFIG_MODULE_UNLOAD=y
22854 +# CONFIG_MODULE_FORCE_UNLOAD is not set
22855 +# CONFIG_MODVERSIONS is not set
22856 +# CONFIG_MODULE_SRCVERSION_ALL is not set
22857 +# CONFIG_KMOD is not set
22858 +CONFIG_BLOCK=y
22859 +# CONFIG_LBD is not set
22860 +# CONFIG_BLK_DEV_IO_TRACE is not set
22861 +# CONFIG_LSF is not set
22862 +# CONFIG_BLK_DEV_BSG is not set
22863 +
22864 +#
22865 +# IO Schedulers
22866 +#
22867 +CONFIG_IOSCHED_NOOP=y
22868 +CONFIG_IOSCHED_AS=y
22869 +CONFIG_IOSCHED_DEADLINE=y
22870 +CONFIG_IOSCHED_CFQ=y
22871 +CONFIG_DEFAULT_AS=y
22872 +# CONFIG_DEFAULT_DEADLINE is not set
22873 +# CONFIG_DEFAULT_CFQ is not set
22874 +# CONFIG_DEFAULT_NOOP is not set
22875 +CONFIG_DEFAULT_IOSCHED="anticipatory"
22876 +CONFIG_CLASSIC_RCU=y
22877 +
22878 +#
22879 +# Platform support
22880 +#
22881 +# CONFIG_PPC_MULTIPLATFORM is not set
22882 +# CONFIG_PPC_82xx is not set
22883 +CONFIG_PPC_83xx=y
22884 +# CONFIG_PPC_86xx is not set
22885 +# CONFIG_PPC_MPC512x is not set
22886 +# CONFIG_PPC_MPC5121 is not set
22887 +# CONFIG_PPC_CELL is not set
22888 +# CONFIG_PPC_CELL_NATIVE is not set
22889 +# CONFIG_PQ2ADS is not set
22890 +CONFIG_MPC83xx=y
22891 +CONFIG_MPC831x_RDB=y
22892 +# CONFIG_MPC832x_MDS is not set
22893 +# CONFIG_MPC832x_RDB is not set
22894 +# CONFIG_MPC834x_MDS is not set
22895 +# CONFIG_MPC834x_ITX is not set
22896 +# CONFIG_MPC836x_MDS is not set
22897 +# CONFIG_MPC837x_MDS is not set
22898 +# CONFIG_MPC837x_RDB is not set
22899 +# CONFIG_SBC834x is not set
22900 +CONFIG_PPC_MPC831x=y
22901 +CONFIG_IPIC=y
22902 +# CONFIG_MPIC is not set
22903 +# CONFIG_MPIC_WEIRD is not set
22904 +# CONFIG_PPC_I8259 is not set
22905 +# CONFIG_PPC_RTAS is not set
22906 +# CONFIG_MMIO_NVRAM is not set
22907 +# CONFIG_PPC_MPC106 is not set
22908 +# CONFIG_PPC_970_NAP is not set
22909 +# CONFIG_PPC_INDIRECT_IO is not set
22910 +# CONFIG_GENERIC_IOMAP is not set
22911 +# CONFIG_CPU_FREQ is not set
22912 +# CONFIG_FSL_ULI1575 is not set
22913 +
22914 +#
22915 +# Kernel options
22916 +#
22917 +# CONFIG_HIGHMEM is not set
22918 +CONFIG_TICK_ONESHOT=y
22919 +CONFIG_NO_HZ=y
22920 +CONFIG_HIGH_RES_TIMERS=y
22921 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
22922 +# CONFIG_HZ_100 is not set
22923 +CONFIG_HZ_250=y
22924 +# CONFIG_HZ_300 is not set
22925 +# CONFIG_HZ_1000 is not set
22926 +CONFIG_HZ=250
22927 +# CONFIG_SCHED_HRTICK is not set
22928 +CONFIG_PREEMPT_NONE=y
22929 +# CONFIG_PREEMPT_VOLUNTARY is not set
22930 +# CONFIG_PREEMPT is not set
22931 +CONFIG_BINFMT_ELF=y
22932 +# CONFIG_BINFMT_MISC is not set
22933 +# CONFIG_IOMMU_HELPER is not set
22934 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
22935 +CONFIG_ARCH_HAS_WALK_MEMORY=y
22936 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
22937 +CONFIG_ARCH_FLATMEM_ENABLE=y
22938 +CONFIG_ARCH_POPULATES_NODE_MAP=y
22939 +CONFIG_SELECT_MEMORY_MODEL=y
22940 +CONFIG_FLATMEM_MANUAL=y
22941 +# CONFIG_DISCONTIGMEM_MANUAL is not set
22942 +# CONFIG_SPARSEMEM_MANUAL is not set
22943 +CONFIG_FLATMEM=y
22944 +CONFIG_FLAT_NODE_MEM_MAP=y
22945 +# CONFIG_SPARSEMEM_STATIC is not set
22946 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
22947 +CONFIG_SPLIT_PTLOCK_CPUS=4
22948 +# CONFIG_RESOURCES_64BIT is not set
22949 +CONFIG_ZONE_DMA_FLAG=1
22950 +CONFIG_BOUNCE=y
22951 +CONFIG_VIRT_TO_BUS=y
22952 +CONFIG_PROC_DEVICETREE=y
22953 +# CONFIG_CMDLINE_BOOL is not set
22954 +# CONFIG_PM is not set
22955 +CONFIG_SECCOMP=y
22956 +CONFIG_ISA_DMA_API=y
22957 +
22958 +#
22959 +# Bus options
22960 +#
22961 +CONFIG_ZONE_DMA=y
22962 +CONFIG_GENERIC_ISA_DMA=y
22963 +CONFIG_PPC_INDIRECT_PCI=y
22964 +CONFIG_FSL_SOC=y
22965 +CONFIG_PCI=y
22966 +CONFIG_PCI_DOMAINS=y
22967 +CONFIG_PCI_SYSCALL=y
22968 +# CONFIG_PCIEPORTBUS is not set
22969 +CONFIG_ARCH_SUPPORTS_MSI=y
22970 +# CONFIG_PCI_MSI is not set
22971 +CONFIG_PCI_LEGACY=y
22972 +# CONFIG_PCI_DEBUG is not set
22973 +# CONFIG_PCCARD is not set
22974 +# CONFIG_HOTPLUG_PCI is not set
22975 +
22976 +#
22977 +# Advanced setup
22978 +#
22979 +# CONFIG_ADVANCED_OPTIONS is not set
22980 +
22981 +#
22982 +# Default settings for advanced configuration options are used
22983 +#
22984 +CONFIG_HIGHMEM_START=0xfe000000
22985 +CONFIG_LOWMEM_SIZE=0x30000000
22986 +CONFIG_KERNEL_START=0xc0000000
22987 +CONFIG_TASK_SIZE=0xc0000000
22988 +CONFIG_BOOT_LOAD=0x00800000
22989 +
22990 +#
22991 +# Networking
22992 +#
22993 +CONFIG_NET=y
22994 +
22995 +#
22996 +# Networking options
22997 +#
22998 +CONFIG_PACKET=y
22999 +# CONFIG_PACKET_MMAP is not set
23000 +CONFIG_UNIX=y
23001 +CONFIG_XFRM=y
23002 +# CONFIG_XFRM_USER is not set
23003 +# CONFIG_XFRM_SUB_POLICY is not set
23004 +# CONFIG_XFRM_MIGRATE is not set
23005 +# CONFIG_XFRM_STATISTICS is not set
23006 +# CONFIG_NET_KEY is not set
23007 +CONFIG_INET=y
23008 +CONFIG_IP_MULTICAST=y
23009 +# CONFIG_IP_ADVANCED_ROUTER is not set
23010 +CONFIG_IP_FIB_HASH=y
23011 +CONFIG_IP_PNP=y
23012 +CONFIG_IP_PNP_DHCP=y
23013 +CONFIG_IP_PNP_BOOTP=y
23014 +# CONFIG_IP_PNP_RARP is not set
23015 +# CONFIG_NET_IPIP is not set
23016 +# CONFIG_NET_IPGRE is not set
23017 +# CONFIG_IP_MROUTE is not set
23018 +# CONFIG_ARPD is not set
23019 +CONFIG_SYN_COOKIES=y
23020 +# CONFIG_INET_AH is not set
23021 +# CONFIG_INET_ESP is not set
23022 +# CONFIG_INET_IPCOMP is not set
23023 +# CONFIG_INET_XFRM_TUNNEL is not set
23024 +# CONFIG_INET_TUNNEL is not set
23025 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
23026 +CONFIG_INET_XFRM_MODE_TUNNEL=y
23027 +CONFIG_INET_XFRM_MODE_BEET=y
23028 +# CONFIG_INET_LRO is not set
23029 +CONFIG_INET_DIAG=y
23030 +CONFIG_INET_TCP_DIAG=y
23031 +# CONFIG_TCP_CONG_ADVANCED is not set
23032 +CONFIG_TCP_CONG_CUBIC=y
23033 +CONFIG_DEFAULT_TCP_CONG="cubic"
23034 +# CONFIG_TCP_MD5SIG is not set
23035 +# CONFIG_IPV6 is not set
23036 +# CONFIG_INET6_XFRM_TUNNEL is not set
23037 +# CONFIG_INET6_TUNNEL is not set
23038 +# CONFIG_NETWORK_SECMARK is not set
23039 +# CONFIG_NETFILTER is not set
23040 +# CONFIG_IP_DCCP is not set
23041 +# CONFIG_IP_SCTP is not set
23042 +# CONFIG_TIPC is not set
23043 +# CONFIG_ATM is not set
23044 +# CONFIG_BRIDGE is not set
23045 +# CONFIG_VLAN_8021Q is not set
23046 +# CONFIG_DECNET is not set
23047 +# CONFIG_LLC2 is not set
23048 +# CONFIG_IPX is not set
23049 +# CONFIG_ATALK is not set
23050 +# CONFIG_X25 is not set
23051 +# CONFIG_LAPB is not set
23052 +# CONFIG_ECONET is not set
23053 +# CONFIG_WAN_ROUTER is not set
23054 +# CONFIG_NET_SCHED is not set
23055 +
23056 +#
23057 +# Network testing
23058 +#
23059 +# CONFIG_NET_PKTGEN is not set
23060 +# CONFIG_HAMRADIO is not set
23061 +# CONFIG_CAN is not set
23062 +# CONFIG_IRDA is not set
23063 +# CONFIG_BT is not set
23064 +# CONFIG_AF_RXRPC is not set
23065 +
23066 +#
23067 +# Wireless
23068 +#
23069 +# CONFIG_CFG80211 is not set
23070 +# CONFIG_WIRELESS_EXT is not set
23071 +# CONFIG_MAC80211 is not set
23072 +# CONFIG_IEEE80211 is not set
23073 +# CONFIG_RFKILL is not set
23074 +# CONFIG_NET_9P is not set
23075 +
23076 +#
23077 +# Device Drivers
23078 +#
23079 +
23080 +#
23081 +# Generic Driver Options
23082 +#
23083 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
23084 +CONFIG_STANDALONE=y
23085 +CONFIG_PREVENT_FIRMWARE_BUILD=y
23086 +# CONFIG_FW_LOADER is not set
23087 +# CONFIG_DEBUG_DRIVER is not set
23088 +# CONFIG_DEBUG_DEVRES is not set
23089 +# CONFIG_SYS_HYPERVISOR is not set
23090 +# CONFIG_CONNECTOR is not set
23091 +CONFIG_MTD=y
23092 +# CONFIG_MTD_DEBUG is not set
23093 +# CONFIG_MTD_CONCAT is not set
23094 +CONFIG_MTD_PARTITIONS=y
23095 +# CONFIG_MTD_REDBOOT_PARTS is not set
23096 +# CONFIG_MTD_CMDLINE_PARTS is not set
23097 +# CONFIG_MTD_OF_PARTS is not set
23098 +
23099 +#
23100 +# User Modules And Translation Layers
23101 +#
23102 +CONFIG_MTD_CHAR=y
23103 +CONFIG_MTD_BLKDEVS=y
23104 +CONFIG_MTD_BLOCK=y
23105 +# CONFIG_FTL is not set
23106 +# CONFIG_NFTL is not set
23107 +# CONFIG_INFTL is not set
23108 +# CONFIG_RFD_FTL is not set
23109 +# CONFIG_SSFDC is not set
23110 +# CONFIG_MTD_OOPS is not set
23111 +
23112 +#
23113 +# RAM/ROM/Flash chip drivers
23114 +#
23115 +CONFIG_MTD_CFI=y
23116 +# CONFIG_MTD_JEDECPROBE is not set
23117 +CONFIG_MTD_GEN_PROBE=y
23118 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
23119 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
23120 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
23121 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
23122 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
23123 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
23124 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
23125 +CONFIG_MTD_CFI_I1=y
23126 +CONFIG_MTD_CFI_I2=y
23127 +# CONFIG_MTD_CFI_I4 is not set
23128 +# CONFIG_MTD_CFI_I8 is not set
23129 +# CONFIG_MTD_CFI_INTELEXT is not set
23130 +CONFIG_MTD_CFI_AMDSTD=y
23131 +# CONFIG_MTD_CFI_STAA is not set
23132 +CONFIG_MTD_CFI_UTIL=y
23133 +# CONFIG_MTD_RAM is not set
23134 +# CONFIG_MTD_ROM is not set
23135 +# CONFIG_MTD_ABSENT is not set
23136 +
23137 +#
23138 +# Mapping drivers for chip access
23139 +#
23140 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
23141 +# CONFIG_MTD_PHYSMAP is not set
23142 +CONFIG_MTD_PHYSMAP_OF=y
23143 +# CONFIG_MTD_INTEL_VR_NOR is not set
23144 +# CONFIG_MTD_PLATRAM is not set
23145 +
23146 +#
23147 +# Self-contained MTD device drivers
23148 +#
23149 +# CONFIG_MTD_PMC551 is not set
23150 +# CONFIG_MTD_DATAFLASH is not set
23151 +# CONFIG_MTD_M25P80 is not set
23152 +# CONFIG_MTD_SLRAM is not set
23153 +# CONFIG_MTD_PHRAM is not set
23154 +# CONFIG_MTD_MTDRAM is not set
23155 +# CONFIG_MTD_BLOCK2MTD is not set
23156 +
23157 +#
23158 +# Disk-On-Chip Device Drivers
23159 +#
23160 +# CONFIG_MTD_DOC2000 is not set
23161 +# CONFIG_MTD_DOC2001 is not set
23162 +# CONFIG_MTD_DOC2001PLUS is not set
23163 +CONFIG_MTD_NAND=y
23164 +CONFIG_MTD_NAND_VERIFY_WRITE=y
23165 +# CONFIG_MTD_NAND_ECC_SMC is not set
23166 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
23167 +CONFIG_MTD_NAND_IDS=y
23168 +# CONFIG_MTD_NAND_DISKONCHIP is not set
23169 +# CONFIG_MTD_NAND_CAFE is not set
23170 +# CONFIG_MTD_NAND_NANDSIM is not set
23171 +# CONFIG_MTD_NAND_PLATFORM is not set
23172 +# CONFIG_MTD_ALAUDA is not set
23173 +# CONFIG_MTD_NAND_FSL_ELBC is not set
23174 +# CONFIG_MTD_ONENAND is not set
23175 +
23176 +#
23177 +# UBI - Unsorted block images
23178 +#
23179 +# CONFIG_MTD_UBI is not set
23180 +CONFIG_OF_DEVICE=y
23181 +# CONFIG_PARPORT is not set
23182 +CONFIG_BLK_DEV=y
23183 +# CONFIG_BLK_DEV_FD is not set
23184 +# CONFIG_BLK_CPQ_DA is not set
23185 +# CONFIG_BLK_CPQ_CISS_DA is not set
23186 +# CONFIG_BLK_DEV_DAC960 is not set
23187 +# CONFIG_BLK_DEV_UMEM is not set
23188 +# CONFIG_BLK_DEV_COW_COMMON is not set
23189 +CONFIG_BLK_DEV_LOOP=y
23190 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
23191 +# CONFIG_BLK_DEV_NBD is not set
23192 +# CONFIG_BLK_DEV_SX8 is not set
23193 +# CONFIG_BLK_DEV_UB is not set
23194 +CONFIG_BLK_DEV_RAM=y
23195 +CONFIG_BLK_DEV_RAM_COUNT=16
23196 +CONFIG_BLK_DEV_RAM_SIZE=32768
23197 +# CONFIG_BLK_DEV_XIP is not set
23198 +# CONFIG_CDROM_PKTCDVD is not set
23199 +# CONFIG_ATA_OVER_ETH is not set
23200 +CONFIG_MISC_DEVICES=y
23201 +# CONFIG_PHANTOM is not set
23202 +# CONFIG_EEPROM_93CX6 is not set
23203 +# CONFIG_SGI_IOC4 is not set
23204 +# CONFIG_TIFM_CORE is not set
23205 +# CONFIG_ENCLOSURE_SERVICES is not set
23206 +CONFIG_HAVE_IDE=y
23207 +# CONFIG_IDE is not set
23208 +
23209 +#
23210 +# SCSI device support
23211 +#
23212 +# CONFIG_RAID_ATTRS is not set
23213 +CONFIG_SCSI=y
23214 +CONFIG_SCSI_DMA=y
23215 +# CONFIG_SCSI_TGT is not set
23216 +# CONFIG_SCSI_NETLINK is not set
23217 +CONFIG_SCSI_PROC_FS=y
23218 +
23219 +#
23220 +# SCSI support type (disk, tape, CD-ROM)
23221 +#
23222 +# CONFIG_BLK_DEV_SD is not set
23223 +# CONFIG_CHR_DEV_ST is not set
23224 +# CONFIG_CHR_DEV_OSST is not set
23225 +# CONFIG_BLK_DEV_SR is not set
23226 +CONFIG_CHR_DEV_SG=y
23227 +# CONFIG_CHR_DEV_SCH is not set
23228 +
23229 +#
23230 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
23231 +#
23232 +# CONFIG_SCSI_MULTI_LUN is not set
23233 +# CONFIG_SCSI_CONSTANTS is not set
23234 +# CONFIG_SCSI_LOGGING is not set
23235 +# CONFIG_SCSI_SCAN_ASYNC is not set
23236 +CONFIG_SCSI_WAIT_SCAN=m
23237 +
23238 +#
23239 +# SCSI Transports
23240 +#
23241 +CONFIG_SCSI_SPI_ATTRS=y
23242 +# CONFIG_SCSI_FC_ATTRS is not set
23243 +# CONFIG_SCSI_ISCSI_ATTRS is not set
23244 +# CONFIG_SCSI_SAS_LIBSAS is not set
23245 +# CONFIG_SCSI_SRP_ATTRS is not set
23246 +CONFIG_SCSI_LOWLEVEL=y
23247 +# CONFIG_ISCSI_TCP is not set
23248 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
23249 +# CONFIG_SCSI_3W_9XXX is not set
23250 +# CONFIG_SCSI_ACARD is not set
23251 +# CONFIG_SCSI_AACRAID is not set
23252 +# CONFIG_SCSI_AIC7XXX is not set
23253 +# CONFIG_SCSI_AIC7XXX_OLD is not set
23254 +# CONFIG_SCSI_AIC79XX is not set
23255 +# CONFIG_SCSI_AIC94XX is not set
23256 +# CONFIG_SCSI_DPT_I2O is not set
23257 +# CONFIG_SCSI_ADVANSYS is not set
23258 +# CONFIG_SCSI_ARCMSR is not set
23259 +# CONFIG_MEGARAID_NEWGEN is not set
23260 +# CONFIG_MEGARAID_LEGACY is not set
23261 +# CONFIG_MEGARAID_SAS is not set
23262 +# CONFIG_SCSI_HPTIOP is not set
23263 +# CONFIG_SCSI_BUSLOGIC is not set
23264 +# CONFIG_SCSI_DMX3191D is not set
23265 +# CONFIG_SCSI_EATA is not set
23266 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
23267 +# CONFIG_SCSI_GDTH is not set
23268 +# CONFIG_SCSI_IPS is not set
23269 +# CONFIG_SCSI_INITIO is not set
23270 +# CONFIG_SCSI_INIA100 is not set
23271 +# CONFIG_SCSI_MVSAS is not set
23272 +# CONFIG_SCSI_STEX is not set
23273 +# CONFIG_SCSI_SYM53C8XX_2 is not set
23274 +# CONFIG_SCSI_IPR is not set
23275 +# CONFIG_SCSI_QLOGIC_1280 is not set
23276 +# CONFIG_SCSI_QLA_FC is not set
23277 +# CONFIG_SCSI_QLA_ISCSI is not set
23278 +# CONFIG_SCSI_LPFC is not set
23279 +# CONFIG_SCSI_DC395x is not set
23280 +# CONFIG_SCSI_DC390T is not set
23281 +# CONFIG_SCSI_NSP32 is not set
23282 +# CONFIG_SCSI_DEBUG is not set
23283 +# CONFIG_SCSI_SRP is not set
23284 +CONFIG_ATA=y
23285 +# CONFIG_ATA_NONSTANDARD is not set
23286 +# CONFIG_SATA_AHCI is not set
23287 +# CONFIG_SATA_SVW is not set
23288 +# CONFIG_ATA_PIIX is not set
23289 +# CONFIG_SATA_MV is not set
23290 +# CONFIG_SATA_NV is not set
23291 +# CONFIG_PDC_ADMA is not set
23292 +# CONFIG_SATA_QSTOR is not set
23293 +# CONFIG_SATA_PROMISE is not set
23294 +# CONFIG_SATA_SX4 is not set
23295 +# CONFIG_SATA_SIL is not set
23296 +# CONFIG_SATA_SIL24 is not set
23297 +# CONFIG_SATA_SIS is not set
23298 +# CONFIG_SATA_ULI is not set
23299 +# CONFIG_SATA_VIA is not set
23300 +# CONFIG_SATA_VITESSE is not set
23301 +# CONFIG_SATA_INIC162X is not set
23302 +CONFIG_SATA_FSL=y
23303 +# CONFIG_PATA_ALI is not set
23304 +# CONFIG_PATA_AMD is not set
23305 +# CONFIG_PATA_ARTOP is not set
23306 +# CONFIG_PATA_ATIIXP is not set
23307 +# CONFIG_PATA_CMD640_PCI is not set
23308 +# CONFIG_PATA_CMD64X is not set
23309 +# CONFIG_PATA_CS5520 is not set
23310 +# CONFIG_PATA_CS5530 is not set
23311 +# CONFIG_PATA_CYPRESS is not set
23312 +# CONFIG_PATA_EFAR is not set
23313 +# CONFIG_ATA_GENERIC is not set
23314 +# CONFIG_PATA_HPT366 is not set
23315 +# CONFIG_PATA_HPT37X is not set
23316 +# CONFIG_PATA_HPT3X2N is not set
23317 +# CONFIG_PATA_HPT3X3 is not set
23318 +# CONFIG_PATA_IT821X is not set
23319 +# CONFIG_PATA_IT8213 is not set
23320 +# CONFIG_PATA_JMICRON is not set
23321 +# CONFIG_PATA_TRIFLEX is not set
23322 +# CONFIG_PATA_MARVELL is not set
23323 +# CONFIG_PATA_MPIIX is not set
23324 +# CONFIG_PATA_OLDPIIX is not set
23325 +# CONFIG_PATA_NETCELL is not set
23326 +# CONFIG_PATA_NINJA32 is not set
23327 +# CONFIG_PATA_NS87410 is not set
23328 +# CONFIG_PATA_NS87415 is not set
23329 +# CONFIG_PATA_OPTI is not set
23330 +# CONFIG_PATA_OPTIDMA is not set
23331 +# CONFIG_PATA_PDC_OLD is not set
23332 +# CONFIG_PATA_RADISYS is not set
23333 +# CONFIG_PATA_RZ1000 is not set
23334 +# CONFIG_PATA_SC1200 is not set
23335 +# CONFIG_PATA_SERVERWORKS is not set
23336 +# CONFIG_PATA_PDC2027X is not set
23337 +# CONFIG_PATA_SIL680 is not set
23338 +# CONFIG_PATA_SIS is not set
23339 +# CONFIG_PATA_VIA is not set
23340 +# CONFIG_PATA_WINBOND is not set
23341 +# CONFIG_PATA_PLATFORM is not set
23342 +CONFIG_MD=y
23343 +CONFIG_BLK_DEV_MD=y
23344 +CONFIG_MD_LINEAR=y
23345 +CONFIG_MD_RAID0=y
23346 +CONFIG_MD_RAID1=y
23347 +# CONFIG_MD_RAID10 is not set
23348 +# CONFIG_MD_RAID456 is not set
23349 +# CONFIG_MD_MULTIPATH is not set
23350 +# CONFIG_MD_FAULTY is not set
23351 +# CONFIG_BLK_DEV_DM is not set
23352 +# CONFIG_FUSION is not set
23353 +
23354 +#
23355 +# IEEE 1394 (FireWire) support
23356 +#
23357 +# CONFIG_FIREWIRE is not set
23358 +# CONFIG_IEEE1394 is not set
23359 +# CONFIG_I2O is not set
23360 +# CONFIG_MACINTOSH_DRIVERS is not set
23361 +CONFIG_NETDEVICES=y
23362 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
23363 +# CONFIG_DUMMY is not set
23364 +# CONFIG_BONDING is not set
23365 +# CONFIG_MACVLAN is not set
23366 +# CONFIG_EQUALIZER is not set
23367 +# CONFIG_TUN is not set
23368 +# CONFIG_VETH is not set
23369 +# CONFIG_ARCNET is not set
23370 +CONFIG_PHYLIB=y
23371 +
23372 +#
23373 +# MII PHY device drivers
23374 +#
23375 +# CONFIG_MARVELL_PHY is not set
23376 +# CONFIG_DAVICOM_PHY is not set
23377 +# CONFIG_QSEMI_PHY is not set
23378 +# CONFIG_LXT_PHY is not set
23379 +# CONFIG_CICADA_PHY is not set
23380 +# CONFIG_VITESSE_PHY is not set
23381 +# CONFIG_SMSC_PHY is not set
23382 +# CONFIG_BROADCOM_PHY is not set
23383 +# CONFIG_ICPLUS_PHY is not set
23384 +# CONFIG_REALTEK_PHY is not set
23385 +# CONFIG_FIXED_PHY is not set
23386 +# CONFIG_MDIO_BITBANG is not set
23387 +CONFIG_NET_ETHERNET=y
23388 +CONFIG_MII=y
23389 +# CONFIG_HAPPYMEAL is not set
23390 +# CONFIG_SUNGEM is not set
23391 +# CONFIG_CASSINI is not set
23392 +# CONFIG_NET_VENDOR_3COM is not set
23393 +# CONFIG_ENC28J60 is not set
23394 +# CONFIG_NET_TULIP is not set
23395 +# CONFIG_HP100 is not set
23396 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
23397 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
23398 +# CONFIG_IBM_NEW_EMAC_TAH is not set
23399 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
23400 +CONFIG_NET_PCI=y
23401 +# CONFIG_PCNET32 is not set
23402 +# CONFIG_AMD8111_ETH is not set
23403 +# CONFIG_ADAPTEC_STARFIRE is not set
23404 +# CONFIG_B44 is not set
23405 +# CONFIG_FORCEDETH is not set
23406 +# CONFIG_EEPRO100 is not set
23407 +CONFIG_E100=y
23408 +# CONFIG_FEALNX is not set
23409 +# CONFIG_NATSEMI is not set
23410 +# CONFIG_NE2K_PCI is not set
23411 +# CONFIG_8139CP is not set
23412 +# CONFIG_8139TOO is not set
23413 +# CONFIG_R6040 is not set
23414 +# CONFIG_SIS900 is not set
23415 +# CONFIG_EPIC100 is not set
23416 +# CONFIG_SUNDANCE is not set
23417 +# CONFIG_TLAN is not set
23418 +# CONFIG_VIA_RHINE is not set
23419 +# CONFIG_SC92031 is not set
23420 +CONFIG_NETDEV_1000=y
23421 +# CONFIG_ACENIC is not set
23422 +# CONFIG_DL2K is not set
23423 +# CONFIG_E1000 is not set
23424 +# CONFIG_E1000E is not set
23425 +# CONFIG_E1000E_ENABLED is not set
23426 +# CONFIG_IP1000 is not set
23427 +# CONFIG_IGB is not set
23428 +# CONFIG_NS83820 is not set
23429 +# CONFIG_HAMACHI is not set
23430 +# CONFIG_YELLOWFIN is not set
23431 +# CONFIG_R8169 is not set
23432 +# CONFIG_SIS190 is not set
23433 +# CONFIG_SKGE is not set
23434 +# CONFIG_SKY2 is not set
23435 +# CONFIG_SK98LIN is not set
23436 +# CONFIG_VIA_VELOCITY is not set
23437 +# CONFIG_TIGON3 is not set
23438 +# CONFIG_BNX2 is not set
23439 +CONFIG_GIANFAR=y
23440 +CONFIG_GFAR_NAPI=y
23441 +# CONFIG_QLA3XXX is not set
23442 +# CONFIG_ATL1 is not set
23443 +CONFIG_NETDEV_10000=y
23444 +# CONFIG_CHELSIO_T1 is not set
23445 +# CONFIG_CHELSIO_T3 is not set
23446 +# CONFIG_IXGBE is not set
23447 +# CONFIG_IXGB is not set
23448 +# CONFIG_S2IO is not set
23449 +# CONFIG_MYRI10GE is not set
23450 +# CONFIG_NETXEN_NIC is not set
23451 +# CONFIG_NIU is not set
23452 +# CONFIG_MLX4_CORE is not set
23453 +# CONFIG_TEHUTI is not set
23454 +# CONFIG_BNX2X is not set
23455 +# CONFIG_TR is not set
23456 +
23457 +#
23458 +# Wireless LAN
23459 +#
23460 +# CONFIG_WLAN_PRE80211 is not set
23461 +# CONFIG_WLAN_80211 is not set
23462 +
23463 +#
23464 +# USB Network Adapters
23465 +#
23466 +# CONFIG_USB_CATC is not set
23467 +# CONFIG_USB_KAWETH is not set
23468 +# CONFIG_USB_PEGASUS is not set
23469 +# CONFIG_USB_RTL8150 is not set
23470 +# CONFIG_USB_USBNET is not set
23471 +# CONFIG_WAN is not set
23472 +# CONFIG_FDDI is not set
23473 +# CONFIG_HIPPI is not set
23474 +# CONFIG_PPP is not set
23475 +# CONFIG_SLIP is not set
23476 +# CONFIG_NET_FC is not set
23477 +# CONFIG_NETCONSOLE is not set
23478 +# CONFIG_NETPOLL is not set
23479 +# CONFIG_NET_POLL_CONTROLLER is not set
23480 +# CONFIG_ISDN is not set
23481 +# CONFIG_PHONE is not set
23482 +
23483 +#
23484 +# Input device support
23485 +#
23486 +CONFIG_INPUT=y
23487 +# CONFIG_INPUT_FF_MEMLESS is not set
23488 +# CONFIG_INPUT_POLLDEV is not set
23489 +
23490 +#
23491 +# Userland interfaces
23492 +#
23493 +# CONFIG_INPUT_MOUSEDEV is not set
23494 +# CONFIG_INPUT_JOYDEV is not set
23495 +# CONFIG_INPUT_EVDEV is not set
23496 +# CONFIG_INPUT_EVBUG is not set
23497 +
23498 +#
23499 +# Input Device Drivers
23500 +#
23501 +# CONFIG_INPUT_KEYBOARD is not set
23502 +# CONFIG_INPUT_MOUSE is not set
23503 +# CONFIG_INPUT_JOYSTICK is not set
23504 +# CONFIG_INPUT_TABLET is not set
23505 +# CONFIG_INPUT_TOUCHSCREEN is not set
23506 +# CONFIG_INPUT_MISC is not set
23507 +
23508 +#
23509 +# Hardware I/O ports
23510 +#
23511 +# CONFIG_SERIO is not set
23512 +# CONFIG_GAMEPORT is not set
23513 +
23514 +#
23515 +# Character devices
23516 +#
23517 +# CONFIG_VT is not set
23518 +# CONFIG_SERIAL_NONSTANDARD is not set
23519 +# CONFIG_NOZOMI is not set
23520 +
23521 +#
23522 +# Serial drivers
23523 +#
23524 +CONFIG_SERIAL_8250=y
23525 +CONFIG_SERIAL_8250_CONSOLE=y
23526 +CONFIG_SERIAL_8250_PCI=y
23527 +CONFIG_SERIAL_8250_NR_UARTS=4
23528 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
23529 +# CONFIG_SERIAL_8250_EXTENDED is not set
23530 +
23531 +#
23532 +# Non-8250 serial port support
23533 +#
23534 +# CONFIG_SERIAL_UARTLITE is not set
23535 +CONFIG_SERIAL_CORE=y
23536 +CONFIG_SERIAL_CORE_CONSOLE=y
23537 +# CONFIG_SERIAL_JSM is not set
23538 +# CONFIG_SERIAL_OF_PLATFORM is not set
23539 +CONFIG_UNIX98_PTYS=y
23540 +CONFIG_LEGACY_PTYS=y
23541 +CONFIG_LEGACY_PTY_COUNT=256
23542 +# CONFIG_IPMI_HANDLER is not set
23543 +CONFIG_HW_RANDOM=y
23544 +# CONFIG_NVRAM is not set
23545 +# CONFIG_GEN_RTC is not set
23546 +# CONFIG_R3964 is not set
23547 +# CONFIG_APPLICOM is not set
23548 +# CONFIG_RAW_DRIVER is not set
23549 +# CONFIG_TCG_TPM is not set
23550 +CONFIG_DEVPORT=y
23551 +CONFIG_I2C=y
23552 +CONFIG_I2C_BOARDINFO=y
23553 +CONFIG_I2C_CHARDEV=y
23554 +
23555 +#
23556 +# I2C Algorithms
23557 +#
23558 +# CONFIG_I2C_ALGOBIT is not set
23559 +# CONFIG_I2C_ALGOPCF is not set
23560 +# CONFIG_I2C_ALGOPCA is not set
23561 +
23562 +#
23563 +# I2C Hardware Bus support
23564 +#
23565 +# CONFIG_I2C_ALI1535 is not set
23566 +# CONFIG_I2C_ALI1563 is not set
23567 +# CONFIG_I2C_ALI15X3 is not set
23568 +# CONFIG_I2C_AMD756 is not set
23569 +# CONFIG_I2C_AMD8111 is not set
23570 +# CONFIG_I2C_I801 is not set
23571 +# CONFIG_I2C_I810 is not set
23572 +# CONFIG_I2C_PIIX4 is not set
23573 +CONFIG_I2C_MPC=y
23574 +# CONFIG_I2C_NFORCE2 is not set
23575 +# CONFIG_I2C_OCORES is not set
23576 +# CONFIG_I2C_PARPORT_LIGHT is not set
23577 +# CONFIG_I2C_PROSAVAGE is not set
23578 +# CONFIG_I2C_SAVAGE4 is not set
23579 +# CONFIG_I2C_SIMTEC is not set
23580 +# CONFIG_I2C_SIS5595 is not set
23581 +# CONFIG_I2C_SIS630 is not set
23582 +# CONFIG_I2C_SIS96X is not set
23583 +# CONFIG_I2C_TAOS_EVM is not set
23584 +# CONFIG_I2C_STUB is not set
23585 +# CONFIG_I2C_TINY_USB is not set
23586 +# CONFIG_I2C_VIA is not set
23587 +# CONFIG_I2C_VIAPRO is not set
23588 +# CONFIG_I2C_VOODOO3 is not set
23589 +
23590 +#
23591 +# Miscellaneous I2C Chip support
23592 +#
23593 +# CONFIG_DS1682 is not set
23594 +# CONFIG_SENSORS_EEPROM is not set
23595 +# CONFIG_SENSORS_PCF8574 is not set
23596 +# CONFIG_PCF8575 is not set
23597 +# CONFIG_SENSORS_PCF8591 is not set
23598 +# CONFIG_TPS65010 is not set
23599 +# CONFIG_SENSORS_MAX6875 is not set
23600 +# CONFIG_SENSORS_TSL2550 is not set
23601 +# CONFIG_I2C_DEBUG_CORE is not set
23602 +# CONFIG_I2C_DEBUG_ALGO is not set
23603 +# CONFIG_I2C_DEBUG_BUS is not set
23604 +# CONFIG_I2C_DEBUG_CHIP is not set
23605 +
23606 +#
23607 +# SPI support
23608 +#
23609 +CONFIG_SPI=y
23610 +# CONFIG_SPI_DEBUG is not set
23611 +CONFIG_SPI_MASTER=y
23612 +
23613 +#
23614 +# SPI Master Controller Drivers
23615 +#
23616 +CONFIG_SPI_BITBANG=y
23617 +CONFIG_SPI_MPC83xx=y
23618 +
23619 +#
23620 +# SPI Protocol Masters
23621 +#
23622 +# CONFIG_SPI_AT25 is not set
23623 +# CONFIG_SPI_SPIDEV is not set
23624 +# CONFIG_SPI_TLE62X0 is not set
23625 +# CONFIG_W1 is not set
23626 +# CONFIG_POWER_SUPPLY is not set
23627 +CONFIG_HWMON=y
23628 +# CONFIG_HWMON_VID is not set
23629 +# CONFIG_SENSORS_AD7418 is not set
23630 +# CONFIG_SENSORS_ADM1021 is not set
23631 +# CONFIG_SENSORS_ADM1025 is not set
23632 +# CONFIG_SENSORS_ADM1026 is not set
23633 +# CONFIG_SENSORS_ADM1029 is not set
23634 +# CONFIG_SENSORS_ADM1031 is not set
23635 +# CONFIG_SENSORS_ADM9240 is not set
23636 +# CONFIG_SENSORS_ADT7470 is not set
23637 +# CONFIG_SENSORS_ADT7473 is not set
23638 +# CONFIG_SENSORS_ATXP1 is not set
23639 +# CONFIG_SENSORS_DS1621 is not set
23640 +# CONFIG_SENSORS_I5K_AMB is not set
23641 +# CONFIG_SENSORS_F71805F is not set
23642 +# CONFIG_SENSORS_F71882FG is not set
23643 +# CONFIG_SENSORS_F75375S is not set
23644 +# CONFIG_SENSORS_GL518SM is not set
23645 +# CONFIG_SENSORS_GL520SM is not set
23646 +# CONFIG_SENSORS_IT87 is not set
23647 +# CONFIG_SENSORS_LM63 is not set
23648 +# CONFIG_SENSORS_LM70 is not set
23649 +# CONFIG_SENSORS_LM75 is not set
23650 +# CONFIG_SENSORS_LM77 is not set
23651 +# CONFIG_SENSORS_LM78 is not set
23652 +# CONFIG_SENSORS_LM80 is not set
23653 +# CONFIG_SENSORS_LM83 is not set
23654 +# CONFIG_SENSORS_LM85 is not set
23655 +# CONFIG_SENSORS_LM87 is not set
23656 +# CONFIG_SENSORS_LM90 is not set
23657 +# CONFIG_SENSORS_LM92 is not set
23658 +# CONFIG_SENSORS_LM93 is not set
23659 +# CONFIG_SENSORS_MAX1619 is not set
23660 +# CONFIG_SENSORS_MAX6650 is not set
23661 +# CONFIG_SENSORS_PC87360 is not set
23662 +# CONFIG_SENSORS_PC87427 is not set
23663 +# CONFIG_SENSORS_SIS5595 is not set
23664 +# CONFIG_SENSORS_DME1737 is not set
23665 +# CONFIG_SENSORS_SMSC47M1 is not set
23666 +# CONFIG_SENSORS_SMSC47M192 is not set
23667 +# CONFIG_SENSORS_SMSC47B397 is not set
23668 +# CONFIG_SENSORS_ADS7828 is not set
23669 +# CONFIG_SENSORS_THMC50 is not set
23670 +# CONFIG_SENSORS_VIA686A is not set
23671 +# CONFIG_SENSORS_VT1211 is not set
23672 +# CONFIG_SENSORS_VT8231 is not set
23673 +# CONFIG_SENSORS_W83781D is not set
23674 +# CONFIG_SENSORS_W83791D is not set
23675 +# CONFIG_SENSORS_W83792D is not set
23676 +# CONFIG_SENSORS_W83793 is not set
23677 +# CONFIG_SENSORS_W83L785TS is not set
23678 +# CONFIG_SENSORS_W83L786NG is not set
23679 +# CONFIG_SENSORS_W83627HF is not set
23680 +# CONFIG_SENSORS_W83627EHF is not set
23681 +# CONFIG_HWMON_DEBUG_CHIP is not set
23682 +# CONFIG_THERMAL is not set
23683 +CONFIG_WATCHDOG=y
23684 +# CONFIG_WATCHDOG_NOWAYOUT is not set
23685 +
23686 +#
23687 +# Watchdog Device Drivers
23688 +#
23689 +# CONFIG_SOFT_WATCHDOG is not set
23690 +CONFIG_83xx_WDT=y
23691 +
23692 +#
23693 +# PCI-based Watchdog Cards
23694 +#
23695 +# CONFIG_PCIPCWATCHDOG is not set
23696 +# CONFIG_WDTPCI is not set
23697 +
23698 +#
23699 +# USB-based Watchdog Cards
23700 +#
23701 +# CONFIG_USBPCWATCHDOG is not set
23702 +
23703 +#
23704 +# Sonics Silicon Backplane
23705 +#
23706 +CONFIG_SSB_POSSIBLE=y
23707 +# CONFIG_SSB is not set
23708 +
23709 +#
23710 +# Multifunction device drivers
23711 +#
23712 +# CONFIG_MFD_SM501 is not set
23713 +
23714 +#
23715 +# Multimedia devices
23716 +#
23717 +# CONFIG_VIDEO_DEV is not set
23718 +# CONFIG_DVB_CORE is not set
23719 +CONFIG_DAB=y
23720 +# CONFIG_USB_DABUSB is not set
23721 +
23722 +#
23723 +# Graphics support
23724 +#
23725 +# CONFIG_AGP is not set
23726 +# CONFIG_DRM is not set
23727 +# CONFIG_VGASTATE is not set
23728 +CONFIG_VIDEO_OUTPUT_CONTROL=m
23729 +# CONFIG_FB is not set
23730 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
23731 +
23732 +#
23733 +# Display device support
23734 +#
23735 +# CONFIG_DISPLAY_SUPPORT is not set
23736 +
23737 +#
23738 +# Sound
23739 +#
23740 +# CONFIG_SOUND is not set
23741 +CONFIG_HID_SUPPORT=y
23742 +CONFIG_HID=y
23743 +# CONFIG_HID_DEBUG is not set
23744 +# CONFIG_HIDRAW is not set
23745 +
23746 +#
23747 +# USB Input Devices
23748 +#
23749 +# CONFIG_USB_HID is not set
23750 +
23751 +#
23752 +# USB HID Boot Protocol drivers
23753 +#
23754 +# CONFIG_USB_KBD is not set
23755 +# CONFIG_USB_MOUSE is not set
23756 +CONFIG_USB_SUPPORT=y
23757 +CONFIG_USB_ARCH_HAS_HCD=y
23758 +CONFIG_USB_ARCH_HAS_OHCI=y
23759 +CONFIG_USB_ARCH_HAS_EHCI=y
23760 +CONFIG_USB=y
23761 +# CONFIG_USB_DEBUG is not set
23762 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
23763 +
23764 +#
23765 +# Miscellaneous USB options
23766 +#
23767 +CONFIG_USB_DEVICEFS=y
23768 +CONFIG_USB_DEVICE_CLASS=y
23769 +# CONFIG_USB_DYNAMIC_MINORS is not set
23770 +# CONFIG_USB_OTG is not set
23771 +
23772 +#
23773 +# USB Host Controller Drivers
23774 +#
23775 +CONFIG_USB_EHCI_HCD=y
23776 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
23777 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
23778 +CONFIG_USB_EHCI_FSL=y
23779 +CONFIG_USB_EHCI_HCD_PPC_OF=y
23780 +# CONFIG_USB_ISP116X_HCD is not set
23781 +CONFIG_USB_OHCI_HCD=y
23782 +CONFIG_USB_OHCI_HCD_PPC_OF=y
23783 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
23784 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
23785 +CONFIG_USB_OHCI_HCD_PCI=y
23786 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
23787 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
23788 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
23789 +CONFIG_USB_UHCI_HCD=y
23790 +# CONFIG_USB_SL811_HCD is not set
23791 +# CONFIG_USB_R8A66597_HCD is not set
23792 +
23793 +#
23794 +# USB Device Class drivers
23795 +#
23796 +# CONFIG_USB_ACM is not set
23797 +# CONFIG_USB_PRINTER is not set
23798 +
23799 +#
23800 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
23801 +#
23802 +
23803 +#
23804 +# may also be needed; see USB_STORAGE Help for more information
23805 +#
23806 +CONFIG_USB_STORAGE=y
23807 +# CONFIG_USB_STORAGE_DEBUG is not set
23808 +# CONFIG_USB_STORAGE_DATAFAB is not set
23809 +# CONFIG_USB_STORAGE_FREECOM is not set
23810 +# CONFIG_USB_STORAGE_ISD200 is not set
23811 +# CONFIG_USB_STORAGE_DPCM is not set
23812 +# CONFIG_USB_STORAGE_USBAT is not set
23813 +# CONFIG_USB_STORAGE_SDDR09 is not set
23814 +# CONFIG_USB_STORAGE_SDDR55 is not set
23815 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
23816 +# CONFIG_USB_STORAGE_ALAUDA is not set
23817 +# CONFIG_USB_STORAGE_KARMA is not set
23818 +# CONFIG_USB_LIBUSUAL is not set
23819 +
23820 +#
23821 +# USB Imaging devices
23822 +#
23823 +# CONFIG_USB_MDC800 is not set
23824 +# CONFIG_USB_MICROTEK is not set
23825 +CONFIG_USB_MON=y
23826 +
23827 +#
23828 +# USB port drivers
23829 +#
23830 +# CONFIG_USB_SERIAL is not set
23831 +
23832 +#
23833 +# USB Miscellaneous drivers
23834 +#
23835 +# CONFIG_USB_EMI62 is not set
23836 +# CONFIG_USB_EMI26 is not set
23837 +# CONFIG_USB_ADUTUX is not set
23838 +# CONFIG_USB_AUERSWALD is not set
23839 +# CONFIG_USB_RIO500 is not set
23840 +# CONFIG_USB_LEGOTOWER is not set
23841 +# CONFIG_USB_LCD is not set
23842 +# CONFIG_USB_BERRY_CHARGE is not set
23843 +# CONFIG_USB_LED is not set
23844 +# CONFIG_USB_CYPRESS_CY7C63 is not set
23845 +# CONFIG_USB_CYTHERM is not set
23846 +# CONFIG_USB_PHIDGET is not set
23847 +# CONFIG_USB_IDMOUSE is not set
23848 +# CONFIG_USB_FTDI_ELAN is not set
23849 +# CONFIG_USB_APPLEDISPLAY is not set
23850 +# CONFIG_USB_SISUSBVGA is not set
23851 +# CONFIG_USB_LD is not set
23852 +# CONFIG_USB_TRANCEVIBRATOR is not set
23853 +# CONFIG_USB_IOWARRIOR is not set
23854 +# CONFIG_USB_TEST is not set
23855 +CONFIG_USB_GADGET=y
23856 +# CONFIG_USB_GADGET_DEBUG is not set
23857 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
23858 +CONFIG_USB_GADGET_SELECTED=y
23859 +# CONFIG_USB_GADGET_AMD5536UDC is not set
23860 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
23861 +# CONFIG_USB_GADGET_FSL_USB2 is not set
23862 +CONFIG_USB_GADGET_NET2280=y
23863 +CONFIG_USB_NET2280=y
23864 +# CONFIG_USB_GADGET_PXA2XX is not set
23865 +# CONFIG_USB_GADGET_M66592 is not set
23866 +# CONFIG_USB_GADGET_GOKU is not set
23867 +# CONFIG_USB_GADGET_LH7A40X is not set
23868 +# CONFIG_USB_GADGET_OMAP is not set
23869 +# CONFIG_USB_GADGET_S3C2410 is not set
23870 +# CONFIG_USB_GADGET_AT91 is not set
23871 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
23872 +CONFIG_USB_GADGET_DUALSPEED=y
23873 +# CONFIG_USB_ZERO is not set
23874 +CONFIG_USB_ETH=y
23875 +CONFIG_USB_ETH_RNDIS=y
23876 +# CONFIG_USB_GADGETFS is not set
23877 +# CONFIG_USB_FILE_STORAGE is not set
23878 +# CONFIG_USB_G_SERIAL is not set
23879 +# CONFIG_USB_MIDI_GADGET is not set
23880 +# CONFIG_USB_G_PRINTER is not set
23881 +# CONFIG_MMC is not set
23882 +# CONFIG_MEMSTICK is not set
23883 +# CONFIG_NEW_LEDS is not set
23884 +# CONFIG_INFINIBAND is not set
23885 +# CONFIG_EDAC is not set
23886 +CONFIG_RTC_LIB=y
23887 +CONFIG_RTC_CLASS=y
23888 +CONFIG_RTC_HCTOSYS=y
23889 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
23890 +# CONFIG_RTC_DEBUG is not set
23891 +
23892 +#
23893 +# RTC interfaces
23894 +#
23895 +CONFIG_RTC_INTF_SYSFS=y
23896 +CONFIG_RTC_INTF_PROC=y
23897 +CONFIG_RTC_INTF_DEV=y
23898 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
23899 +# CONFIG_RTC_DRV_TEST is not set
23900 +
23901 +#
23902 +# I2C RTC drivers
23903 +#
23904 +CONFIG_RTC_DRV_DS1307=y
23905 +# CONFIG_RTC_DRV_DS1374 is not set
23906 +# CONFIG_RTC_DRV_DS1672 is not set
23907 +# CONFIG_RTC_DRV_MAX6900 is not set
23908 +# CONFIG_RTC_DRV_RS5C372 is not set
23909 +# CONFIG_RTC_DRV_ISL1208 is not set
23910 +# CONFIG_RTC_DRV_X1205 is not set
23911 +# CONFIG_RTC_DRV_PCF8563 is not set
23912 +# CONFIG_RTC_DRV_PCF8583 is not set
23913 +# CONFIG_RTC_DRV_M41T80 is not set
23914 +# CONFIG_RTC_DRV_S35390A is not set
23915 +
23916 +#
23917 +# SPI RTC drivers
23918 +#
23919 +# CONFIG_RTC_DRV_MAX6902 is not set
23920 +# CONFIG_RTC_DRV_R9701 is not set
23921 +# CONFIG_RTC_DRV_RS5C348 is not set
23922 +
23923 +#
23924 +# Platform RTC drivers
23925 +#
23926 +# CONFIG_RTC_DRV_CMOS is not set
23927 +# CONFIG_RTC_DRV_DS1511 is not set
23928 +# CONFIG_RTC_DRV_DS1553 is not set
23929 +# CONFIG_RTC_DRV_DS1742 is not set
23930 +# CONFIG_RTC_DRV_STK17TA8 is not set
23931 +# CONFIG_RTC_DRV_M48T86 is not set
23932 +# CONFIG_RTC_DRV_M48T59 is not set
23933 +# CONFIG_RTC_DRV_V3020 is not set
23934 +
23935 +#
23936 +# on-CPU RTC drivers
23937 +#
23938 +# CONFIG_DMADEVICES is not set
23939 +
23940 +#
23941 +# Userspace I/O
23942 +#
23943 +# CONFIG_UIO is not set
23944 +
23945 +#
23946 +# File systems
23947 +#
23948 +CONFIG_EXT2_FS=y
23949 +# CONFIG_EXT2_FS_XATTR is not set
23950 +# CONFIG_EXT2_FS_XIP is not set
23951 +CONFIG_EXT3_FS=y
23952 +CONFIG_EXT3_FS_XATTR=y
23953 +# CONFIG_EXT3_FS_POSIX_ACL is not set
23954 +# CONFIG_EXT3_FS_SECURITY is not set
23955 +# CONFIG_EXT4DEV_FS is not set
23956 +CONFIG_JBD=y
23957 +CONFIG_FS_MBCACHE=y
23958 +# CONFIG_REISERFS_FS is not set
23959 +# CONFIG_JFS_FS is not set
23960 +# CONFIG_FS_POSIX_ACL is not set
23961 +# CONFIG_XFS_FS is not set
23962 +# CONFIG_GFS2_FS is not set
23963 +# CONFIG_OCFS2_FS is not set
23964 +CONFIG_DNOTIFY=y
23965 +CONFIG_INOTIFY=y
23966 +CONFIG_INOTIFY_USER=y
23967 +# CONFIG_QUOTA is not set
23968 +# CONFIG_AUTOFS_FS is not set
23969 +# CONFIG_AUTOFS4_FS is not set
23970 +# CONFIG_FUSE_FS is not set
23971 +
23972 +#
23973 +# CD-ROM/DVD Filesystems
23974 +#
23975 +# CONFIG_ISO9660_FS is not set
23976 +# CONFIG_UDF_FS is not set
23977 +
23978 +#
23979 +# DOS/FAT/NT Filesystems
23980 +#
23981 +# CONFIG_MSDOS_FS is not set
23982 +# CONFIG_VFAT_FS is not set
23983 +# CONFIG_NTFS_FS is not set
23984 +
23985 +#
23986 +# Pseudo filesystems
23987 +#
23988 +CONFIG_PROC_FS=y
23989 +CONFIG_PROC_KCORE=y
23990 +CONFIG_PROC_SYSCTL=y
23991 +CONFIG_SYSFS=y
23992 +CONFIG_TMPFS=y
23993 +# CONFIG_TMPFS_POSIX_ACL is not set
23994 +# CONFIG_HUGETLB_PAGE is not set
23995 +# CONFIG_CONFIGFS_FS is not set
23996 +
23997 +#
23998 +# Miscellaneous filesystems
23999 +#
24000 +# CONFIG_ADFS_FS is not set
24001 +# CONFIG_AFFS_FS is not set
24002 +# CONFIG_HFS_FS is not set
24003 +# CONFIG_HFSPLUS_FS is not set
24004 +# CONFIG_BEFS_FS is not set
24005 +# CONFIG_BFS_FS is not set
24006 +# CONFIG_EFS_FS is not set
24007 +CONFIG_JFFS2_FS=y
24008 +CONFIG_JFFS2_FS_DEBUG=0
24009 +CONFIG_JFFS2_FS_WRITEBUFFER=y
24010 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
24011 +# CONFIG_JFFS2_SUMMARY is not set
24012 +# CONFIG_JFFS2_FS_XATTR is not set
24013 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
24014 +CONFIG_JFFS2_ZLIB=y
24015 +# CONFIG_JFFS2_LZO is not set
24016 +CONFIG_JFFS2_RTIME=y
24017 +# CONFIG_JFFS2_RUBIN is not set
24018 +# CONFIG_CRAMFS is not set
24019 +# CONFIG_VXFS_FS is not set
24020 +# CONFIG_MINIX_FS is not set
24021 +# CONFIG_HPFS_FS is not set
24022 +# CONFIG_QNX4FS_FS is not set
24023 +# CONFIG_ROMFS_FS is not set
24024 +# CONFIG_SYSV_FS is not set
24025 +# CONFIG_UFS_FS is not set
24026 +CONFIG_NETWORK_FILESYSTEMS=y
24027 +CONFIG_NFS_FS=y
24028 +CONFIG_NFS_V3=y
24029 +# CONFIG_NFS_V3_ACL is not set
24030 +CONFIG_NFS_V4=y
24031 +# CONFIG_NFS_DIRECTIO is not set
24032 +# CONFIG_NFSD is not set
24033 +CONFIG_ROOT_NFS=y
24034 +CONFIG_LOCKD=y
24035 +CONFIG_LOCKD_V4=y
24036 +CONFIG_NFS_COMMON=y
24037 +CONFIG_SUNRPC=y
24038 +CONFIG_SUNRPC_GSS=y
24039 +# CONFIG_SUNRPC_BIND34 is not set
24040 +CONFIG_RPCSEC_GSS_KRB5=y
24041 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
24042 +# CONFIG_SMB_FS is not set
24043 +# CONFIG_CIFS is not set
24044 +# CONFIG_NCP_FS is not set
24045 +# CONFIG_CODA_FS is not set
24046 +# CONFIG_AFS_FS is not set
24047 +
24048 +#
24049 +# Partition Types
24050 +#
24051 +CONFIG_PARTITION_ADVANCED=y
24052 +# CONFIG_ACORN_PARTITION is not set
24053 +# CONFIG_OSF_PARTITION is not set
24054 +# CONFIG_AMIGA_PARTITION is not set
24055 +# CONFIG_ATARI_PARTITION is not set
24056 +# CONFIG_MAC_PARTITION is not set
24057 +CONFIG_MSDOS_PARTITION=y
24058 +# CONFIG_BSD_DISKLABEL is not set
24059 +# CONFIG_MINIX_SUBPARTITION is not set
24060 +# CONFIG_SOLARIS_X86_PARTITION is not set
24061 +# CONFIG_UNIXWARE_DISKLABEL is not set
24062 +# CONFIG_LDM_PARTITION is not set
24063 +# CONFIG_SGI_PARTITION is not set
24064 +# CONFIG_ULTRIX_PARTITION is not set
24065 +# CONFIG_SUN_PARTITION is not set
24066 +# CONFIG_KARMA_PARTITION is not set
24067 +# CONFIG_EFI_PARTITION is not set
24068 +# CONFIG_SYSV68_PARTITION is not set
24069 +# CONFIG_NLS is not set
24070 +# CONFIG_DLM is not set
24071 +
24072 +#
24073 +# Library routines
24074 +#
24075 +CONFIG_BITREVERSE=y
24076 +# CONFIG_CRC_CCITT is not set
24077 +# CONFIG_CRC16 is not set
24078 +# CONFIG_CRC_ITU_T is not set
24079 +CONFIG_CRC32=y
24080 +# CONFIG_CRC7 is not set
24081 +# CONFIG_LIBCRC32C is not set
24082 +CONFIG_ZLIB_INFLATE=y
24083 +CONFIG_ZLIB_DEFLATE=y
24084 +CONFIG_PLIST=y
24085 +CONFIG_HAS_IOMEM=y
24086 +CONFIG_HAS_IOPORT=y
24087 +CONFIG_HAS_DMA=y
24088 +
24089 +#
24090 +# Kernel hacking
24091 +#
24092 +# CONFIG_PRINTK_TIME is not set
24093 +CONFIG_ENABLE_WARN_DEPRECATED=y
24094 +CONFIG_ENABLE_MUST_CHECK=y
24095 +# CONFIG_MAGIC_SYSRQ is not set
24096 +# CONFIG_UNUSED_SYMBOLS is not set
24097 +# CONFIG_DEBUG_FS is not set
24098 +# CONFIG_HEADERS_CHECK is not set
24099 +CONFIG_DEBUG_KERNEL=y
24100 +# CONFIG_DEBUG_SHIRQ is not set
24101 +CONFIG_DETECT_SOFTLOCKUP=y
24102 +CONFIG_SCHED_DEBUG=y
24103 +# CONFIG_SCHEDSTATS is not set
24104 +# CONFIG_TIMER_STATS is not set
24105 +# CONFIG_SLUB_DEBUG_ON is not set
24106 +# CONFIG_SLUB_STATS is not set
24107 +# CONFIG_DEBUG_RT_MUTEXES is not set
24108 +# CONFIG_RT_MUTEX_TESTER is not set
24109 +# CONFIG_DEBUG_SPINLOCK is not set
24110 +# CONFIG_DEBUG_MUTEXES is not set
24111 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
24112 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
24113 +# CONFIG_DEBUG_KOBJECT is not set
24114 +# CONFIG_DEBUG_BUGVERBOSE is not set
24115 +# CONFIG_DEBUG_INFO is not set
24116 +# CONFIG_DEBUG_VM is not set
24117 +# CONFIG_DEBUG_LIST is not set
24118 +# CONFIG_DEBUG_SG is not set
24119 +# CONFIG_BOOT_PRINTK_DELAY is not set
24120 +# CONFIG_RCU_TORTURE_TEST is not set
24121 +# CONFIG_BACKTRACE_SELF_TEST is not set
24122 +# CONFIG_FAULT_INJECTION is not set
24123 +# CONFIG_SAMPLES is not set
24124 +# CONFIG_DEBUG_STACKOVERFLOW is not set
24125 +# CONFIG_DEBUG_STACK_USAGE is not set
24126 +# CONFIG_DEBUG_PAGEALLOC is not set
24127 +# CONFIG_DEBUGGER is not set
24128 +# CONFIG_BDI_SWITCH is not set
24129 +# CONFIG_PPC_EARLY_DEBUG is not set
24130 +
24131 +#
24132 +# Security options
24133 +#
24134 +# CONFIG_KEYS is not set
24135 +# CONFIG_SECURITY is not set
24136 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
24137 +CONFIG_CRYPTO=y
24138 +CONFIG_CRYPTO_ALGAPI=y
24139 +CONFIG_CRYPTO_BLKCIPHER=y
24140 +# CONFIG_CRYPTO_SEQIV is not set
24141 +CONFIG_CRYPTO_MANAGER=y
24142 +# CONFIG_CRYPTO_HMAC is not set
24143 +# CONFIG_CRYPTO_XCBC is not set
24144 +# CONFIG_CRYPTO_NULL is not set
24145 +# CONFIG_CRYPTO_MD4 is not set
24146 +CONFIG_CRYPTO_MD5=y
24147 +# CONFIG_CRYPTO_SHA1 is not set
24148 +# CONFIG_CRYPTO_SHA256 is not set
24149 +# CONFIG_CRYPTO_SHA512 is not set
24150 +# CONFIG_CRYPTO_WP512 is not set
24151 +# CONFIG_CRYPTO_TGR192 is not set
24152 +# CONFIG_CRYPTO_GF128MUL is not set
24153 +# CONFIG_CRYPTO_ECB is not set
24154 +CONFIG_CRYPTO_CBC=y
24155 +CONFIG_CRYPTO_PCBC=m
24156 +# CONFIG_CRYPTO_LRW is not set
24157 +# CONFIG_CRYPTO_XTS is not set
24158 +# CONFIG_CRYPTO_CTR is not set
24159 +# CONFIG_CRYPTO_GCM is not set
24160 +# CONFIG_CRYPTO_CCM is not set
24161 +# CONFIG_CRYPTO_CRYPTD is not set
24162 +CONFIG_CRYPTO_DES=y
24163 +# CONFIG_CRYPTO_FCRYPT is not set
24164 +# CONFIG_CRYPTO_BLOWFISH is not set
24165 +# CONFIG_CRYPTO_TWOFISH is not set
24166 +# CONFIG_CRYPTO_SERPENT is not set
24167 +# CONFIG_CRYPTO_AES is not set
24168 +# CONFIG_CRYPTO_CAST5 is not set
24169 +# CONFIG_CRYPTO_CAST6 is not set
24170 +# CONFIG_CRYPTO_TEA is not set
24171 +# CONFIG_CRYPTO_ARC4 is not set
24172 +# CONFIG_CRYPTO_KHAZAD is not set
24173 +# CONFIG_CRYPTO_ANUBIS is not set
24174 +# CONFIG_CRYPTO_SEED is not set
24175 +# CONFIG_CRYPTO_SALSA20 is not set
24176 +# CONFIG_CRYPTO_DEFLATE is not set
24177 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
24178 +# CONFIG_CRYPTO_CRC32C is not set
24179 +# CONFIG_CRYPTO_CAMELLIA is not set
24180 +# CONFIG_CRYPTO_TEST is not set
24181 +# CONFIG_CRYPTO_AUTHENC is not set
24182 +# CONFIG_CRYPTO_LZO is not set
24183 +CONFIG_CRYPTO_HW=y
24184 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
24185 +# CONFIG_PPC_CLOCK is not set
24186 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc832x_mds_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc832x_mds_defconfig
24187 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc832x_mds_defconfig    1970-01-01 01:00:00.000000000 +0100
24188 +++ powerpc.git/arch/powerpc/configs/83xx/mpc832x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
24189 @@ -0,0 +1,1081 @@
24190 +#
24191 +# Automatically generated make config: don't edit
24192 +# Linux kernel version: 2.6.25-rc7
24193 +# Mon Mar 31 11:36:51 2008
24194 +#
24195 +# CONFIG_PPC64 is not set
24196 +
24197 +#
24198 +# Processor support
24199 +#
24200 +CONFIG_6xx=y
24201 +# CONFIG_PPC_85xx is not set
24202 +# CONFIG_PPC_8xx is not set
24203 +# CONFIG_40x is not set
24204 +# CONFIG_44x is not set
24205 +# CONFIG_E200 is not set
24206 +CONFIG_PPC_FPU=y
24207 +# CONFIG_FSL_EMB_PERFMON is not set
24208 +CONFIG_PPC_STD_MMU=y
24209 +CONFIG_PPC_STD_MMU_32=y
24210 +# CONFIG_PPC_MM_SLICES is not set
24211 +# CONFIG_SMP is not set
24212 +CONFIG_PPC32=y
24213 +CONFIG_WORD_SIZE=32
24214 +CONFIG_PPC_MERGE=y
24215 +CONFIG_MMU=y
24216 +CONFIG_GENERIC_CMOS_UPDATE=y
24217 +CONFIG_GENERIC_TIME=y
24218 +CONFIG_GENERIC_TIME_VSYSCALL=y
24219 +CONFIG_GENERIC_CLOCKEVENTS=y
24220 +CONFIG_GENERIC_HARDIRQS=y
24221 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
24222 +CONFIG_IRQ_PER_CPU=y
24223 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
24224 +CONFIG_ARCH_HAS_ILOG2_U32=y
24225 +CONFIG_GENERIC_HWEIGHT=y
24226 +CONFIG_GENERIC_CALIBRATE_DELAY=y
24227 +CONFIG_GENERIC_FIND_NEXT_BIT=y
24228 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
24229 +CONFIG_PPC=y
24230 +CONFIG_EARLY_PRINTK=y
24231 +CONFIG_GENERIC_NVRAM=y
24232 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
24233 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
24234 +CONFIG_PPC_OF=y
24235 +CONFIG_OF=y
24236 +CONFIG_PPC_UDBG_16550=y
24237 +# CONFIG_GENERIC_TBSYNC is not set
24238 +CONFIG_AUDIT_ARCH=y
24239 +CONFIG_GENERIC_BUG=y
24240 +CONFIG_DEFAULT_UIMAGE=y
24241 +# CONFIG_PPC_DCR_NATIVE is not set
24242 +# CONFIG_PPC_DCR_MMIO is not set
24243 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
24244 +
24245 +#
24246 +# General setup
24247 +#
24248 +CONFIG_EXPERIMENTAL=y
24249 +CONFIG_BROKEN_ON_SMP=y
24250 +CONFIG_INIT_ENV_ARG_LIMIT=32
24251 +CONFIG_LOCALVERSION=""
24252 +CONFIG_LOCALVERSION_AUTO=y
24253 +CONFIG_SWAP=y
24254 +CONFIG_SYSVIPC=y
24255 +CONFIG_SYSVIPC_SYSCTL=y
24256 +# CONFIG_POSIX_MQUEUE is not set
24257 +# CONFIG_BSD_PROCESS_ACCT is not set
24258 +# CONFIG_TASKSTATS is not set
24259 +# CONFIG_AUDIT is not set
24260 +# CONFIG_IKCONFIG is not set
24261 +CONFIG_LOG_BUF_SHIFT=14
24262 +# CONFIG_CGROUPS is not set
24263 +CONFIG_GROUP_SCHED=y
24264 +# CONFIG_FAIR_GROUP_SCHED is not set
24265 +# CONFIG_RT_GROUP_SCHED is not set
24266 +CONFIG_USER_SCHED=y
24267 +# CONFIG_CGROUP_SCHED is not set
24268 +CONFIG_SYSFS_DEPRECATED=y
24269 +CONFIG_SYSFS_DEPRECATED_V2=y
24270 +# CONFIG_RELAY is not set
24271 +# CONFIG_NAMESPACES is not set
24272 +CONFIG_BLK_DEV_INITRD=y
24273 +CONFIG_INITRAMFS_SOURCE=""
24274 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
24275 +CONFIG_SYSCTL=y
24276 +CONFIG_EMBEDDED=y
24277 +CONFIG_SYSCTL_SYSCALL=y
24278 +# CONFIG_KALLSYMS is not set
24279 +CONFIG_HOTPLUG=y
24280 +CONFIG_PRINTK=y
24281 +CONFIG_BUG=y
24282 +CONFIG_ELF_CORE=y
24283 +CONFIG_COMPAT_BRK=y
24284 +CONFIG_BASE_FULL=y
24285 +CONFIG_FUTEX=y
24286 +CONFIG_ANON_INODES=y
24287 +# CONFIG_EPOLL is not set
24288 +CONFIG_SIGNALFD=y
24289 +CONFIG_TIMERFD=y
24290 +CONFIG_EVENTFD=y
24291 +CONFIG_SHMEM=y
24292 +CONFIG_VM_EVENT_COUNTERS=y
24293 +CONFIG_SLUB_DEBUG=y
24294 +# CONFIG_SLAB is not set
24295 +CONFIG_SLUB=y
24296 +# CONFIG_SLOB is not set
24297 +# CONFIG_PROFILING is not set
24298 +# CONFIG_MARKERS is not set
24299 +CONFIG_HAVE_OPROFILE=y
24300 +CONFIG_HAVE_KPROBES=y
24301 +CONFIG_HAVE_KRETPROBES=y
24302 +CONFIG_PROC_PAGE_MONITOR=y
24303 +CONFIG_SLABINFO=y
24304 +CONFIG_RT_MUTEXES=y
24305 +# CONFIG_TINY_SHMEM is not set
24306 +CONFIG_BASE_SMALL=0
24307 +CONFIG_MODULES=y
24308 +CONFIG_MODULE_UNLOAD=y
24309 +# CONFIG_MODULE_FORCE_UNLOAD is not set
24310 +# CONFIG_MODVERSIONS is not set
24311 +# CONFIG_MODULE_SRCVERSION_ALL is not set
24312 +# CONFIG_KMOD is not set
24313 +CONFIG_BLOCK=y
24314 +# CONFIG_LBD is not set
24315 +# CONFIG_BLK_DEV_IO_TRACE is not set
24316 +# CONFIG_LSF is not set
24317 +# CONFIG_BLK_DEV_BSG is not set
24318 +
24319 +#
24320 +# IO Schedulers
24321 +#
24322 +CONFIG_IOSCHED_NOOP=y
24323 +CONFIG_IOSCHED_AS=y
24324 +CONFIG_IOSCHED_DEADLINE=y
24325 +CONFIG_IOSCHED_CFQ=y
24326 +CONFIG_DEFAULT_AS=y
24327 +# CONFIG_DEFAULT_DEADLINE is not set
24328 +# CONFIG_DEFAULT_CFQ is not set
24329 +# CONFIG_DEFAULT_NOOP is not set
24330 +CONFIG_DEFAULT_IOSCHED="anticipatory"
24331 +CONFIG_CLASSIC_RCU=y
24332 +
24333 +#
24334 +# Platform support
24335 +#
24336 +# CONFIG_PPC_MULTIPLATFORM is not set
24337 +# CONFIG_PPC_82xx is not set
24338 +CONFIG_PPC_83xx=y
24339 +# CONFIG_PPC_86xx is not set
24340 +# CONFIG_PPC_MPC512x is not set
24341 +# CONFIG_PPC_MPC5121 is not set
24342 +# CONFIG_PPC_CELL is not set
24343 +# CONFIG_PPC_CELL_NATIVE is not set
24344 +# CONFIG_PQ2ADS is not set
24345 +CONFIG_MPC83xx=y
24346 +# CONFIG_MPC831x_RDB is not set
24347 +CONFIG_MPC832x_MDS=y
24348 +# CONFIG_MPC832x_RDB is not set
24349 +# CONFIG_MPC834x_MDS is not set
24350 +# CONFIG_MPC834x_ITX is not set
24351 +# CONFIG_MPC836x_MDS is not set
24352 +# CONFIG_MPC837x_MDS is not set
24353 +# CONFIG_MPC837x_RDB is not set
24354 +# CONFIG_SBC834x is not set
24355 +CONFIG_PPC_MPC832x=y
24356 +CONFIG_IPIC=y
24357 +# CONFIG_MPIC is not set
24358 +# CONFIG_MPIC_WEIRD is not set
24359 +# CONFIG_PPC_I8259 is not set
24360 +# CONFIG_PPC_RTAS is not set
24361 +# CONFIG_MMIO_NVRAM is not set
24362 +# CONFIG_PPC_MPC106 is not set
24363 +# CONFIG_PPC_970_NAP is not set
24364 +# CONFIG_PPC_INDIRECT_IO is not set
24365 +# CONFIG_GENERIC_IOMAP is not set
24366 +# CONFIG_CPU_FREQ is not set
24367 +CONFIG_QUICC_ENGINE=y
24368 +# CONFIG_FSL_ULI1575 is not set
24369 +
24370 +#
24371 +# Kernel options
24372 +#
24373 +# CONFIG_HIGHMEM is not set
24374 +CONFIG_TICK_ONESHOT=y
24375 +CONFIG_NO_HZ=y
24376 +CONFIG_HIGH_RES_TIMERS=y
24377 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
24378 +# CONFIG_HZ_100 is not set
24379 +CONFIG_HZ_250=y
24380 +# CONFIG_HZ_300 is not set
24381 +# CONFIG_HZ_1000 is not set
24382 +CONFIG_HZ=250
24383 +# CONFIG_SCHED_HRTICK is not set
24384 +CONFIG_PREEMPT_NONE=y
24385 +# CONFIG_PREEMPT_VOLUNTARY is not set
24386 +# CONFIG_PREEMPT is not set
24387 +CONFIG_BINFMT_ELF=y
24388 +# CONFIG_BINFMT_MISC is not set
24389 +CONFIG_MATH_EMULATION=y
24390 +# CONFIG_IOMMU_HELPER is not set
24391 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
24392 +CONFIG_ARCH_HAS_WALK_MEMORY=y
24393 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
24394 +CONFIG_ARCH_FLATMEM_ENABLE=y
24395 +CONFIG_ARCH_POPULATES_NODE_MAP=y
24396 +CONFIG_SELECT_MEMORY_MODEL=y
24397 +CONFIG_FLATMEM_MANUAL=y
24398 +# CONFIG_DISCONTIGMEM_MANUAL is not set
24399 +# CONFIG_SPARSEMEM_MANUAL is not set
24400 +CONFIG_FLATMEM=y
24401 +CONFIG_FLAT_NODE_MEM_MAP=y
24402 +# CONFIG_SPARSEMEM_STATIC is not set
24403 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
24404 +CONFIG_SPLIT_PTLOCK_CPUS=4
24405 +# CONFIG_RESOURCES_64BIT is not set
24406 +CONFIG_ZONE_DMA_FLAG=1
24407 +CONFIG_BOUNCE=y
24408 +CONFIG_VIRT_TO_BUS=y
24409 +CONFIG_PROC_DEVICETREE=y
24410 +# CONFIG_CMDLINE_BOOL is not set
24411 +# CONFIG_PM is not set
24412 +CONFIG_SECCOMP=y
24413 +CONFIG_ISA_DMA_API=y
24414 +
24415 +#
24416 +# Bus options
24417 +#
24418 +CONFIG_ZONE_DMA=y
24419 +CONFIG_GENERIC_ISA_DMA=y
24420 +CONFIG_PPC_INDIRECT_PCI=y
24421 +CONFIG_FSL_SOC=y
24422 +CONFIG_PCI=y
24423 +CONFIG_PCI_DOMAINS=y
24424 +CONFIG_PCI_SYSCALL=y
24425 +# CONFIG_PCIEPORTBUS is not set
24426 +CONFIG_ARCH_SUPPORTS_MSI=y
24427 +# CONFIG_PCI_MSI is not set
24428 +CONFIG_PCI_LEGACY=y
24429 +# CONFIG_PCCARD is not set
24430 +# CONFIG_HOTPLUG_PCI is not set
24431 +
24432 +#
24433 +# Advanced setup
24434 +#
24435 +# CONFIG_ADVANCED_OPTIONS is not set
24436 +
24437 +#
24438 +# Default settings for advanced configuration options are used
24439 +#
24440 +CONFIG_HIGHMEM_START=0xfe000000
24441 +CONFIG_LOWMEM_SIZE=0x30000000
24442 +CONFIG_KERNEL_START=0xc0000000
24443 +CONFIG_TASK_SIZE=0xc0000000
24444 +CONFIG_BOOT_LOAD=0x00800000
24445 +
24446 +#
24447 +# Networking
24448 +#
24449 +CONFIG_NET=y
24450 +
24451 +#
24452 +# Networking options
24453 +#
24454 +CONFIG_PACKET=y
24455 +# CONFIG_PACKET_MMAP is not set
24456 +CONFIG_UNIX=y
24457 +CONFIG_XFRM=y
24458 +# CONFIG_XFRM_USER is not set
24459 +# CONFIG_XFRM_SUB_POLICY is not set
24460 +# CONFIG_XFRM_MIGRATE is not set
24461 +# CONFIG_XFRM_STATISTICS is not set
24462 +# CONFIG_NET_KEY is not set
24463 +CONFIG_INET=y
24464 +CONFIG_IP_MULTICAST=y
24465 +# CONFIG_IP_ADVANCED_ROUTER is not set
24466 +CONFIG_IP_FIB_HASH=y
24467 +CONFIG_IP_PNP=y
24468 +CONFIG_IP_PNP_DHCP=y
24469 +CONFIG_IP_PNP_BOOTP=y
24470 +# CONFIG_IP_PNP_RARP is not set
24471 +# CONFIG_NET_IPIP is not set
24472 +# CONFIG_NET_IPGRE is not set
24473 +# CONFIG_IP_MROUTE is not set
24474 +# CONFIG_ARPD is not set
24475 +CONFIG_SYN_COOKIES=y
24476 +# CONFIG_INET_AH is not set
24477 +# CONFIG_INET_ESP is not set
24478 +# CONFIG_INET_IPCOMP is not set
24479 +# CONFIG_INET_XFRM_TUNNEL is not set
24480 +# CONFIG_INET_TUNNEL is not set
24481 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
24482 +CONFIG_INET_XFRM_MODE_TUNNEL=y
24483 +CONFIG_INET_XFRM_MODE_BEET=y
24484 +# CONFIG_INET_LRO is not set
24485 +CONFIG_INET_DIAG=y
24486 +CONFIG_INET_TCP_DIAG=y
24487 +# CONFIG_TCP_CONG_ADVANCED is not set
24488 +CONFIG_TCP_CONG_CUBIC=y
24489 +CONFIG_DEFAULT_TCP_CONG="cubic"
24490 +# CONFIG_TCP_MD5SIG is not set
24491 +# CONFIG_IPV6 is not set
24492 +# CONFIG_INET6_XFRM_TUNNEL is not set
24493 +# CONFIG_INET6_TUNNEL is not set
24494 +# CONFIG_NETWORK_SECMARK is not set
24495 +# CONFIG_NETFILTER is not set
24496 +# CONFIG_IP_DCCP is not set
24497 +# CONFIG_IP_SCTP is not set
24498 +# CONFIG_TIPC is not set
24499 +# CONFIG_ATM is not set
24500 +# CONFIG_BRIDGE is not set
24501 +# CONFIG_VLAN_8021Q is not set
24502 +# CONFIG_DECNET is not set
24503 +# CONFIG_LLC2 is not set
24504 +# CONFIG_IPX is not set
24505 +# CONFIG_ATALK is not set
24506 +# CONFIG_X25 is not set
24507 +# CONFIG_LAPB is not set
24508 +# CONFIG_ECONET is not set
24509 +# CONFIG_WAN_ROUTER is not set
24510 +# CONFIG_NET_SCHED is not set
24511 +
24512 +#
24513 +# Network testing
24514 +#
24515 +# CONFIG_NET_PKTGEN is not set
24516 +# CONFIG_HAMRADIO is not set
24517 +# CONFIG_CAN is not set
24518 +# CONFIG_IRDA is not set
24519 +# CONFIG_BT is not set
24520 +# CONFIG_AF_RXRPC is not set
24521 +
24522 +#
24523 +# Wireless
24524 +#
24525 +# CONFIG_CFG80211 is not set
24526 +# CONFIG_WIRELESS_EXT is not set
24527 +# CONFIG_MAC80211 is not set
24528 +# CONFIG_IEEE80211 is not set
24529 +# CONFIG_RFKILL is not set
24530 +# CONFIG_NET_9P is not set
24531 +
24532 +#
24533 +# Device Drivers
24534 +#
24535 +
24536 +#
24537 +# Generic Driver Options
24538 +#
24539 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
24540 +CONFIG_STANDALONE=y
24541 +CONFIG_PREVENT_FIRMWARE_BUILD=y
24542 +# CONFIG_FW_LOADER is not set
24543 +# CONFIG_SYS_HYPERVISOR is not set
24544 +# CONFIG_CONNECTOR is not set
24545 +# CONFIG_MTD is not set
24546 +CONFIG_OF_DEVICE=y
24547 +# CONFIG_PARPORT is not set
24548 +CONFIG_BLK_DEV=y
24549 +# CONFIG_BLK_DEV_FD is not set
24550 +# CONFIG_BLK_CPQ_DA is not set
24551 +# CONFIG_BLK_CPQ_CISS_DA is not set
24552 +# CONFIG_BLK_DEV_DAC960 is not set
24553 +# CONFIG_BLK_DEV_UMEM is not set
24554 +# CONFIG_BLK_DEV_COW_COMMON is not set
24555 +CONFIG_BLK_DEV_LOOP=y
24556 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
24557 +# CONFIG_BLK_DEV_NBD is not set
24558 +# CONFIG_BLK_DEV_SX8 is not set
24559 +CONFIG_BLK_DEV_RAM=y
24560 +CONFIG_BLK_DEV_RAM_COUNT=16
24561 +CONFIG_BLK_DEV_RAM_SIZE=32768
24562 +# CONFIG_BLK_DEV_XIP is not set
24563 +# CONFIG_CDROM_PKTCDVD is not set
24564 +# CONFIG_ATA_OVER_ETH is not set
24565 +CONFIG_MISC_DEVICES=y
24566 +# CONFIG_PHANTOM is not set
24567 +# CONFIG_EEPROM_93CX6 is not set
24568 +# CONFIG_SGI_IOC4 is not set
24569 +# CONFIG_TIFM_CORE is not set
24570 +# CONFIG_ENCLOSURE_SERVICES is not set
24571 +CONFIG_HAVE_IDE=y
24572 +# CONFIG_IDE is not set
24573 +
24574 +#
24575 +# SCSI device support
24576 +#
24577 +# CONFIG_RAID_ATTRS is not set
24578 +CONFIG_SCSI=y
24579 +CONFIG_SCSI_DMA=y
24580 +# CONFIG_SCSI_TGT is not set
24581 +# CONFIG_SCSI_NETLINK is not set
24582 +CONFIG_SCSI_PROC_FS=y
24583 +
24584 +#
24585 +# SCSI support type (disk, tape, CD-ROM)
24586 +#
24587 +# CONFIG_BLK_DEV_SD is not set
24588 +# CONFIG_CHR_DEV_ST is not set
24589 +# CONFIG_CHR_DEV_OSST is not set
24590 +# CONFIG_BLK_DEV_SR is not set
24591 +# CONFIG_CHR_DEV_SG is not set
24592 +# CONFIG_CHR_DEV_SCH is not set
24593 +
24594 +#
24595 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
24596 +#
24597 +# CONFIG_SCSI_MULTI_LUN is not set
24598 +# CONFIG_SCSI_CONSTANTS is not set
24599 +# CONFIG_SCSI_LOGGING is not set
24600 +# CONFIG_SCSI_SCAN_ASYNC is not set
24601 +CONFIG_SCSI_WAIT_SCAN=m
24602 +
24603 +#
24604 +# SCSI Transports
24605 +#
24606 +# CONFIG_SCSI_SPI_ATTRS is not set
24607 +# CONFIG_SCSI_FC_ATTRS is not set
24608 +# CONFIG_SCSI_ISCSI_ATTRS is not set
24609 +# CONFIG_SCSI_SAS_LIBSAS is not set
24610 +# CONFIG_SCSI_SRP_ATTRS is not set
24611 +CONFIG_SCSI_LOWLEVEL=y
24612 +# CONFIG_ISCSI_TCP is not set
24613 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
24614 +# CONFIG_SCSI_3W_9XXX is not set
24615 +# CONFIG_SCSI_ACARD is not set
24616 +# CONFIG_SCSI_AACRAID is not set
24617 +# CONFIG_SCSI_AIC7XXX is not set
24618 +# CONFIG_SCSI_AIC7XXX_OLD is not set
24619 +# CONFIG_SCSI_AIC79XX is not set
24620 +# CONFIG_SCSI_AIC94XX is not set
24621 +# CONFIG_SCSI_DPT_I2O is not set
24622 +# CONFIG_SCSI_ADVANSYS is not set
24623 +# CONFIG_SCSI_ARCMSR is not set
24624 +# CONFIG_MEGARAID_NEWGEN is not set
24625 +# CONFIG_MEGARAID_LEGACY is not set
24626 +# CONFIG_MEGARAID_SAS is not set
24627 +# CONFIG_SCSI_HPTIOP is not set
24628 +# CONFIG_SCSI_BUSLOGIC is not set
24629 +# CONFIG_SCSI_DMX3191D is not set
24630 +# CONFIG_SCSI_EATA is not set
24631 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
24632 +# CONFIG_SCSI_GDTH is not set
24633 +# CONFIG_SCSI_IPS is not set
24634 +# CONFIG_SCSI_INITIO is not set
24635 +# CONFIG_SCSI_INIA100 is not set
24636 +# CONFIG_SCSI_MVSAS is not set
24637 +# CONFIG_SCSI_STEX is not set
24638 +# CONFIG_SCSI_SYM53C8XX_2 is not set
24639 +# CONFIG_SCSI_QLOGIC_1280 is not set
24640 +# CONFIG_SCSI_QLA_FC is not set
24641 +# CONFIG_SCSI_QLA_ISCSI is not set
24642 +# CONFIG_SCSI_LPFC is not set
24643 +# CONFIG_SCSI_DC395x is not set
24644 +# CONFIG_SCSI_DC390T is not set
24645 +# CONFIG_SCSI_NSP32 is not set
24646 +# CONFIG_SCSI_DEBUG is not set
24647 +# CONFIG_SCSI_SRP is not set
24648 +# CONFIG_ATA is not set
24649 +# CONFIG_MD is not set
24650 +# CONFIG_FUSION is not set
24651 +
24652 +#
24653 +# IEEE 1394 (FireWire) support
24654 +#
24655 +# CONFIG_FIREWIRE is not set
24656 +# CONFIG_IEEE1394 is not set
24657 +# CONFIG_I2O is not set
24658 +# CONFIG_MACINTOSH_DRIVERS is not set
24659 +CONFIG_NETDEVICES=y
24660 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
24661 +# CONFIG_DUMMY is not set
24662 +# CONFIG_BONDING is not set
24663 +# CONFIG_MACVLAN is not set
24664 +# CONFIG_EQUALIZER is not set
24665 +# CONFIG_TUN is not set
24666 +# CONFIG_VETH is not set
24667 +# CONFIG_ARCNET is not set
24668 +CONFIG_PHYLIB=y
24669 +
24670 +#
24671 +# MII PHY device drivers
24672 +#
24673 +# CONFIG_MARVELL_PHY is not set
24674 +CONFIG_DAVICOM_PHY=y
24675 +# CONFIG_QSEMI_PHY is not set
24676 +# CONFIG_LXT_PHY is not set
24677 +# CONFIG_CICADA_PHY is not set
24678 +# CONFIG_VITESSE_PHY is not set
24679 +# CONFIG_SMSC_PHY is not set
24680 +# CONFIG_BROADCOM_PHY is not set
24681 +# CONFIG_ICPLUS_PHY is not set
24682 +# CONFIG_REALTEK_PHY is not set
24683 +# CONFIG_FIXED_PHY is not set
24684 +# CONFIG_MDIO_BITBANG is not set
24685 +CONFIG_NET_ETHERNET=y
24686 +CONFIG_MII=y
24687 +# CONFIG_HAPPYMEAL is not set
24688 +# CONFIG_SUNGEM is not set
24689 +# CONFIG_CASSINI is not set
24690 +# CONFIG_NET_VENDOR_3COM is not set
24691 +# CONFIG_NET_TULIP is not set
24692 +# CONFIG_HP100 is not set
24693 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
24694 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
24695 +# CONFIG_IBM_NEW_EMAC_TAH is not set
24696 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
24697 +# CONFIG_NET_PCI is not set
24698 +# CONFIG_B44 is not set
24699 +CONFIG_NETDEV_1000=y
24700 +# CONFIG_ACENIC is not set
24701 +# CONFIG_DL2K is not set
24702 +# CONFIG_E1000 is not set
24703 +# CONFIG_E1000E is not set
24704 +# CONFIG_E1000E_ENABLED is not set
24705 +# CONFIG_IP1000 is not set
24706 +# CONFIG_IGB is not set
24707 +# CONFIG_NS83820 is not set
24708 +# CONFIG_HAMACHI is not set
24709 +# CONFIG_YELLOWFIN is not set
24710 +# CONFIG_R8169 is not set
24711 +# CONFIG_SIS190 is not set
24712 +# CONFIG_SKGE is not set
24713 +# CONFIG_SKY2 is not set
24714 +# CONFIG_SK98LIN is not set
24715 +# CONFIG_VIA_VELOCITY is not set
24716 +# CONFIG_TIGON3 is not set
24717 +# CONFIG_BNX2 is not set
24718 +# CONFIG_GIANFAR is not set
24719 +CONFIG_UCC_GETH=y
24720 +# CONFIG_UGETH_NAPI is not set
24721 +# CONFIG_UGETH_MAGIC_PACKET is not set
24722 +# CONFIG_UGETH_FILTERING is not set
24723 +# CONFIG_UGETH_TX_ON_DEMAND is not set
24724 +# CONFIG_QLA3XXX is not set
24725 +# CONFIG_ATL1 is not set
24726 +CONFIG_NETDEV_10000=y
24727 +# CONFIG_CHELSIO_T1 is not set
24728 +# CONFIG_CHELSIO_T3 is not set
24729 +# CONFIG_IXGBE is not set
24730 +# CONFIG_IXGB is not set
24731 +# CONFIG_S2IO is not set
24732 +# CONFIG_MYRI10GE is not set
24733 +# CONFIG_NETXEN_NIC is not set
24734 +# CONFIG_NIU is not set
24735 +# CONFIG_MLX4_CORE is not set
24736 +# CONFIG_TEHUTI is not set
24737 +# CONFIG_BNX2X is not set
24738 +# CONFIG_TR is not set
24739 +
24740 +#
24741 +# Wireless LAN
24742 +#
24743 +# CONFIG_WLAN_PRE80211 is not set
24744 +# CONFIG_WLAN_80211 is not set
24745 +# CONFIG_WAN is not set
24746 +# CONFIG_FDDI is not set
24747 +# CONFIG_HIPPI is not set
24748 +# CONFIG_PPP is not set
24749 +# CONFIG_SLIP is not set
24750 +# CONFIG_NET_FC is not set
24751 +# CONFIG_NETCONSOLE is not set
24752 +# CONFIG_NETPOLL is not set
24753 +# CONFIG_NET_POLL_CONTROLLER is not set
24754 +# CONFIG_ISDN is not set
24755 +# CONFIG_PHONE is not set
24756 +
24757 +#
24758 +# Input device support
24759 +#
24760 +CONFIG_INPUT=y
24761 +# CONFIG_INPUT_FF_MEMLESS is not set
24762 +# CONFIG_INPUT_POLLDEV is not set
24763 +
24764 +#
24765 +# Userland interfaces
24766 +#
24767 +# CONFIG_INPUT_MOUSEDEV is not set
24768 +# CONFIG_INPUT_JOYDEV is not set
24769 +# CONFIG_INPUT_EVDEV is not set
24770 +# CONFIG_INPUT_EVBUG is not set
24771 +
24772 +#
24773 +# Input Device Drivers
24774 +#
24775 +# CONFIG_INPUT_KEYBOARD is not set
24776 +# CONFIG_INPUT_MOUSE is not set
24777 +# CONFIG_INPUT_JOYSTICK is not set
24778 +# CONFIG_INPUT_TABLET is not set
24779 +# CONFIG_INPUT_TOUCHSCREEN is not set
24780 +# CONFIG_INPUT_MISC is not set
24781 +
24782 +#
24783 +# Hardware I/O ports
24784 +#
24785 +# CONFIG_SERIO is not set
24786 +# CONFIG_GAMEPORT is not set
24787 +
24788 +#
24789 +# Character devices
24790 +#
24791 +# CONFIG_VT is not set
24792 +# CONFIG_SERIAL_NONSTANDARD is not set
24793 +# CONFIG_NOZOMI is not set
24794 +
24795 +#
24796 +# Serial drivers
24797 +#
24798 +CONFIG_SERIAL_8250=y
24799 +CONFIG_SERIAL_8250_CONSOLE=y
24800 +CONFIG_SERIAL_8250_PCI=y
24801 +CONFIG_SERIAL_8250_NR_UARTS=4
24802 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
24803 +# CONFIG_SERIAL_8250_EXTENDED is not set
24804 +
24805 +#
24806 +# Non-8250 serial port support
24807 +#
24808 +# CONFIG_SERIAL_UARTLITE is not set
24809 +CONFIG_SERIAL_CORE=y
24810 +CONFIG_SERIAL_CORE_CONSOLE=y
24811 +# CONFIG_SERIAL_JSM is not set
24812 +# CONFIG_SERIAL_OF_PLATFORM is not set
24813 +# CONFIG_SERIAL_QE is not set
24814 +CONFIG_UNIX98_PTYS=y
24815 +CONFIG_LEGACY_PTYS=y
24816 +CONFIG_LEGACY_PTY_COUNT=256
24817 +# CONFIG_IPMI_HANDLER is not set
24818 +CONFIG_HW_RANDOM=y
24819 +# CONFIG_NVRAM is not set
24820 +# CONFIG_GEN_RTC is not set
24821 +# CONFIG_R3964 is not set
24822 +# CONFIG_APPLICOM is not set
24823 +# CONFIG_RAW_DRIVER is not set
24824 +# CONFIG_TCG_TPM is not set
24825 +CONFIG_DEVPORT=y
24826 +CONFIG_I2C=y
24827 +CONFIG_I2C_BOARDINFO=y
24828 +CONFIG_I2C_CHARDEV=y
24829 +
24830 +#
24831 +# I2C Algorithms
24832 +#
24833 +# CONFIG_I2C_ALGOBIT is not set
24834 +# CONFIG_I2C_ALGOPCF is not set
24835 +# CONFIG_I2C_ALGOPCA is not set
24836 +
24837 +#
24838 +# I2C Hardware Bus support
24839 +#
24840 +# CONFIG_I2C_ALI1535 is not set
24841 +# CONFIG_I2C_ALI1563 is not set
24842 +# CONFIG_I2C_ALI15X3 is not set
24843 +# CONFIG_I2C_AMD756 is not set
24844 +# CONFIG_I2C_AMD8111 is not set
24845 +# CONFIG_I2C_I801 is not set
24846 +# CONFIG_I2C_I810 is not set
24847 +# CONFIG_I2C_PIIX4 is not set
24848 +CONFIG_I2C_MPC=y
24849 +# CONFIG_I2C_NFORCE2 is not set
24850 +# CONFIG_I2C_OCORES is not set
24851 +# CONFIG_I2C_PARPORT_LIGHT is not set
24852 +# CONFIG_I2C_PROSAVAGE is not set
24853 +# CONFIG_I2C_SAVAGE4 is not set
24854 +# CONFIG_I2C_SIMTEC is not set
24855 +# CONFIG_I2C_SIS5595 is not set
24856 +# CONFIG_I2C_SIS630 is not set
24857 +# CONFIG_I2C_SIS96X is not set
24858 +# CONFIG_I2C_TAOS_EVM is not set
24859 +# CONFIG_I2C_STUB is not set
24860 +# CONFIG_I2C_VIA is not set
24861 +# CONFIG_I2C_VIAPRO is not set
24862 +# CONFIG_I2C_VOODOO3 is not set
24863 +
24864 +#
24865 +# Miscellaneous I2C Chip support
24866 +#
24867 +# CONFIG_DS1682 is not set
24868 +# CONFIG_SENSORS_EEPROM is not set
24869 +# CONFIG_SENSORS_PCF8574 is not set
24870 +# CONFIG_PCF8575 is not set
24871 +# CONFIG_SENSORS_PCF8591 is not set
24872 +# CONFIG_TPS65010 is not set
24873 +# CONFIG_SENSORS_MAX6875 is not set
24874 +# CONFIG_SENSORS_TSL2550 is not set
24875 +# CONFIG_I2C_DEBUG_CORE is not set
24876 +# CONFIG_I2C_DEBUG_ALGO is not set
24877 +# CONFIG_I2C_DEBUG_BUS is not set
24878 +# CONFIG_I2C_DEBUG_CHIP is not set
24879 +
24880 +#
24881 +# SPI support
24882 +#
24883 +# CONFIG_SPI is not set
24884 +# CONFIG_SPI_MASTER is not set
24885 +# CONFIG_W1 is not set
24886 +# CONFIG_POWER_SUPPLY is not set
24887 +CONFIG_HWMON=y
24888 +# CONFIG_HWMON_VID is not set
24889 +# CONFIG_SENSORS_AD7418 is not set
24890 +# CONFIG_SENSORS_ADM1021 is not set
24891 +# CONFIG_SENSORS_ADM1025 is not set
24892 +# CONFIG_SENSORS_ADM1026 is not set
24893 +# CONFIG_SENSORS_ADM1029 is not set
24894 +# CONFIG_SENSORS_ADM1031 is not set
24895 +# CONFIG_SENSORS_ADM9240 is not set
24896 +# CONFIG_SENSORS_ADT7470 is not set
24897 +# CONFIG_SENSORS_ADT7473 is not set
24898 +# CONFIG_SENSORS_ATXP1 is not set
24899 +# CONFIG_SENSORS_DS1621 is not set
24900 +# CONFIG_SENSORS_I5K_AMB is not set
24901 +# CONFIG_SENSORS_F71805F is not set
24902 +# CONFIG_SENSORS_F71882FG is not set
24903 +# CONFIG_SENSORS_F75375S is not set
24904 +# CONFIG_SENSORS_GL518SM is not set
24905 +# CONFIG_SENSORS_GL520SM is not set
24906 +# CONFIG_SENSORS_IT87 is not set
24907 +# CONFIG_SENSORS_LM63 is not set
24908 +# CONFIG_SENSORS_LM75 is not set
24909 +# CONFIG_SENSORS_LM77 is not set
24910 +# CONFIG_SENSORS_LM78 is not set
24911 +# CONFIG_SENSORS_LM80 is not set
24912 +# CONFIG_SENSORS_LM83 is not set
24913 +# CONFIG_SENSORS_LM85 is not set
24914 +# CONFIG_SENSORS_LM87 is not set
24915 +# CONFIG_SENSORS_LM90 is not set
24916 +# CONFIG_SENSORS_LM92 is not set
24917 +# CONFIG_SENSORS_LM93 is not set
24918 +# CONFIG_SENSORS_MAX1619 is not set
24919 +# CONFIG_SENSORS_MAX6650 is not set
24920 +# CONFIG_SENSORS_PC87360 is not set
24921 +# CONFIG_SENSORS_PC87427 is not set
24922 +# CONFIG_SENSORS_SIS5595 is not set
24923 +# CONFIG_SENSORS_DME1737 is not set
24924 +# CONFIG_SENSORS_SMSC47M1 is not set
24925 +# CONFIG_SENSORS_SMSC47M192 is not set
24926 +# CONFIG_SENSORS_SMSC47B397 is not set
24927 +# CONFIG_SENSORS_ADS7828 is not set
24928 +# CONFIG_SENSORS_THMC50 is not set
24929 +# CONFIG_SENSORS_VIA686A is not set
24930 +# CONFIG_SENSORS_VT1211 is not set
24931 +# CONFIG_SENSORS_VT8231 is not set
24932 +# CONFIG_SENSORS_W83781D is not set
24933 +# CONFIG_SENSORS_W83791D is not set
24934 +# CONFIG_SENSORS_W83792D is not set
24935 +# CONFIG_SENSORS_W83793 is not set
24936 +# CONFIG_SENSORS_W83L785TS is not set
24937 +# CONFIG_SENSORS_W83L786NG is not set
24938 +# CONFIG_SENSORS_W83627HF is not set
24939 +# CONFIG_SENSORS_W83627EHF is not set
24940 +# CONFIG_HWMON_DEBUG_CHIP is not set
24941 +# CONFIG_THERMAL is not set
24942 +CONFIG_WATCHDOG=y
24943 +# CONFIG_WATCHDOG_NOWAYOUT is not set
24944 +
24945 +#
24946 +# Watchdog Device Drivers
24947 +#
24948 +# CONFIG_SOFT_WATCHDOG is not set
24949 +CONFIG_83xx_WDT=y
24950 +
24951 +#
24952 +# PCI-based Watchdog Cards
24953 +#
24954 +# CONFIG_PCIPCWATCHDOG is not set
24955 +# CONFIG_WDTPCI is not set
24956 +
24957 +#
24958 +# Sonics Silicon Backplane
24959 +#
24960 +CONFIG_SSB_POSSIBLE=y
24961 +# CONFIG_SSB is not set
24962 +
24963 +#
24964 +# Multifunction device drivers
24965 +#
24966 +# CONFIG_MFD_SM501 is not set
24967 +
24968 +#
24969 +# Multimedia devices
24970 +#
24971 +# CONFIG_VIDEO_DEV is not set
24972 +# CONFIG_DVB_CORE is not set
24973 +CONFIG_DAB=y
24974 +
24975 +#
24976 +# Graphics support
24977 +#
24978 +# CONFIG_AGP is not set
24979 +# CONFIG_DRM is not set
24980 +# CONFIG_VGASTATE is not set
24981 +CONFIG_VIDEO_OUTPUT_CONTROL=m
24982 +# CONFIG_FB is not set
24983 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
24984 +
24985 +#
24986 +# Display device support
24987 +#
24988 +# CONFIG_DISPLAY_SUPPORT is not set
24989 +
24990 +#
24991 +# Sound
24992 +#
24993 +# CONFIG_SOUND is not set
24994 +CONFIG_HID_SUPPORT=y
24995 +CONFIG_HID=y
24996 +# CONFIG_HID_DEBUG is not set
24997 +# CONFIG_HIDRAW is not set
24998 +CONFIG_USB_SUPPORT=y
24999 +CONFIG_USB_ARCH_HAS_HCD=y
25000 +CONFIG_USB_ARCH_HAS_OHCI=y
25001 +CONFIG_USB_ARCH_HAS_EHCI=y
25002 +# CONFIG_USB is not set
25003 +
25004 +#
25005 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
25006 +#
25007 +# CONFIG_USB_GADGET is not set
25008 +# CONFIG_MMC is not set
25009 +# CONFIG_MEMSTICK is not set
25010 +# CONFIG_NEW_LEDS is not set
25011 +# CONFIG_INFINIBAND is not set
25012 +# CONFIG_EDAC is not set
25013 +CONFIG_RTC_LIB=y
25014 +CONFIG_RTC_CLASS=y
25015 +CONFIG_RTC_HCTOSYS=y
25016 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
25017 +# CONFIG_RTC_DEBUG is not set
25018 +
25019 +#
25020 +# RTC interfaces
25021 +#
25022 +CONFIG_RTC_INTF_SYSFS=y
25023 +CONFIG_RTC_INTF_PROC=y
25024 +CONFIG_RTC_INTF_DEV=y
25025 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
25026 +# CONFIG_RTC_DRV_TEST is not set
25027 +
25028 +#
25029 +# I2C RTC drivers
25030 +#
25031 +# CONFIG_RTC_DRV_DS1307 is not set
25032 +CONFIG_RTC_DRV_DS1374=y
25033 +# CONFIG_RTC_DRV_DS1672 is not set
25034 +# CONFIG_RTC_DRV_MAX6900 is not set
25035 +# CONFIG_RTC_DRV_RS5C372 is not set
25036 +# CONFIG_RTC_DRV_ISL1208 is not set
25037 +# CONFIG_RTC_DRV_X1205 is not set
25038 +# CONFIG_RTC_DRV_PCF8563 is not set
25039 +# CONFIG_RTC_DRV_PCF8583 is not set
25040 +# CONFIG_RTC_DRV_M41T80 is not set
25041 +# CONFIG_RTC_DRV_S35390A is not set
25042 +
25043 +#
25044 +# SPI RTC drivers
25045 +#
25046 +
25047 +#
25048 +# Platform RTC drivers
25049 +#
25050 +# CONFIG_RTC_DRV_CMOS is not set
25051 +# CONFIG_RTC_DRV_DS1511 is not set
25052 +# CONFIG_RTC_DRV_DS1553 is not set
25053 +# CONFIG_RTC_DRV_DS1742 is not set
25054 +# CONFIG_RTC_DRV_STK17TA8 is not set
25055 +# CONFIG_RTC_DRV_M48T86 is not set
25056 +# CONFIG_RTC_DRV_M48T59 is not set
25057 +# CONFIG_RTC_DRV_V3020 is not set
25058 +
25059 +#
25060 +# on-CPU RTC drivers
25061 +#
25062 +# CONFIG_DMADEVICES is not set
25063 +
25064 +#
25065 +# Userspace I/O
25066 +#
25067 +# CONFIG_UIO is not set
25068 +
25069 +#
25070 +# File systems
25071 +#
25072 +CONFIG_EXT2_FS=y
25073 +# CONFIG_EXT2_FS_XATTR is not set
25074 +# CONFIG_EXT2_FS_XIP is not set
25075 +CONFIG_EXT3_FS=y
25076 +CONFIG_EXT3_FS_XATTR=y
25077 +# CONFIG_EXT3_FS_POSIX_ACL is not set
25078 +# CONFIG_EXT3_FS_SECURITY is not set
25079 +# CONFIG_EXT4DEV_FS is not set
25080 +CONFIG_JBD=y
25081 +CONFIG_FS_MBCACHE=y
25082 +# CONFIG_REISERFS_FS is not set
25083 +# CONFIG_JFS_FS is not set
25084 +# CONFIG_FS_POSIX_ACL is not set
25085 +# CONFIG_XFS_FS is not set
25086 +# CONFIG_GFS2_FS is not set
25087 +# CONFIG_OCFS2_FS is not set
25088 +CONFIG_DNOTIFY=y
25089 +CONFIG_INOTIFY=y
25090 +CONFIG_INOTIFY_USER=y
25091 +# CONFIG_QUOTA is not set
25092 +# CONFIG_AUTOFS_FS is not set
25093 +# CONFIG_AUTOFS4_FS is not set
25094 +# CONFIG_FUSE_FS is not set
25095 +
25096 +#
25097 +# CD-ROM/DVD Filesystems
25098 +#
25099 +# CONFIG_ISO9660_FS is not set
25100 +# CONFIG_UDF_FS is not set
25101 +
25102 +#
25103 +# DOS/FAT/NT Filesystems
25104 +#
25105 +# CONFIG_MSDOS_FS is not set
25106 +# CONFIG_VFAT_FS is not set
25107 +# CONFIG_NTFS_FS is not set
25108 +
25109 +#
25110 +# Pseudo filesystems
25111 +#
25112 +CONFIG_PROC_FS=y
25113 +CONFIG_PROC_KCORE=y
25114 +CONFIG_PROC_SYSCTL=y
25115 +CONFIG_SYSFS=y
25116 +CONFIG_TMPFS=y
25117 +# CONFIG_TMPFS_POSIX_ACL is not set
25118 +# CONFIG_HUGETLB_PAGE is not set
25119 +# CONFIG_CONFIGFS_FS is not set
25120 +
25121 +#
25122 +# Miscellaneous filesystems
25123 +#
25124 +# CONFIG_ADFS_FS is not set
25125 +# CONFIG_AFFS_FS is not set
25126 +# CONFIG_HFS_FS is not set
25127 +# CONFIG_HFSPLUS_FS is not set
25128 +# CONFIG_BEFS_FS is not set
25129 +# CONFIG_BFS_FS is not set
25130 +# CONFIG_EFS_FS is not set
25131 +# CONFIG_CRAMFS is not set
25132 +# CONFIG_VXFS_FS is not set
25133 +# CONFIG_MINIX_FS is not set
25134 +# CONFIG_HPFS_FS is not set
25135 +# CONFIG_QNX4FS_FS is not set
25136 +# CONFIG_ROMFS_FS is not set
25137 +# CONFIG_SYSV_FS is not set
25138 +# CONFIG_UFS_FS is not set
25139 +CONFIG_NETWORK_FILESYSTEMS=y
25140 +CONFIG_NFS_FS=y
25141 +CONFIG_NFS_V3=y
25142 +# CONFIG_NFS_V3_ACL is not set
25143 +CONFIG_NFS_V4=y
25144 +# CONFIG_NFS_DIRECTIO is not set
25145 +# CONFIG_NFSD is not set
25146 +CONFIG_ROOT_NFS=y
25147 +CONFIG_LOCKD=y
25148 +CONFIG_LOCKD_V4=y
25149 +CONFIG_NFS_COMMON=y
25150 +CONFIG_SUNRPC=y
25151 +CONFIG_SUNRPC_GSS=y
25152 +# CONFIG_SUNRPC_BIND34 is not set
25153 +CONFIG_RPCSEC_GSS_KRB5=y
25154 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
25155 +# CONFIG_SMB_FS is not set
25156 +# CONFIG_CIFS is not set
25157 +# CONFIG_NCP_FS is not set
25158 +# CONFIG_CODA_FS is not set
25159 +# CONFIG_AFS_FS is not set
25160 +
25161 +#
25162 +# Partition Types
25163 +#
25164 +CONFIG_PARTITION_ADVANCED=y
25165 +# CONFIG_ACORN_PARTITION is not set
25166 +# CONFIG_OSF_PARTITION is not set
25167 +# CONFIG_AMIGA_PARTITION is not set
25168 +# CONFIG_ATARI_PARTITION is not set
25169 +# CONFIG_MAC_PARTITION is not set
25170 +# CONFIG_MSDOS_PARTITION is not set
25171 +# CONFIG_LDM_PARTITION is not set
25172 +# CONFIG_SGI_PARTITION is not set
25173 +# CONFIG_ULTRIX_PARTITION is not set
25174 +# CONFIG_SUN_PARTITION is not set
25175 +# CONFIG_KARMA_PARTITION is not set
25176 +# CONFIG_EFI_PARTITION is not set
25177 +# CONFIG_SYSV68_PARTITION is not set
25178 +# CONFIG_NLS is not set
25179 +# CONFIG_DLM is not set
25180 +CONFIG_UCC_FAST=y
25181 +CONFIG_UCC=y
25182 +
25183 +#
25184 +# Library routines
25185 +#
25186 +CONFIG_BITREVERSE=y
25187 +# CONFIG_CRC_CCITT is not set
25188 +# CONFIG_CRC16 is not set
25189 +# CONFIG_CRC_ITU_T is not set
25190 +CONFIG_CRC32=y
25191 +# CONFIG_CRC7 is not set
25192 +# CONFIG_LIBCRC32C is not set
25193 +CONFIG_PLIST=y
25194 +CONFIG_HAS_IOMEM=y
25195 +CONFIG_HAS_IOPORT=y
25196 +CONFIG_HAS_DMA=y
25197 +
25198 +#
25199 +# Kernel hacking
25200 +#
25201 +# CONFIG_PRINTK_TIME is not set
25202 +CONFIG_ENABLE_WARN_DEPRECATED=y
25203 +CONFIG_ENABLE_MUST_CHECK=y
25204 +# CONFIG_MAGIC_SYSRQ is not set
25205 +# CONFIG_UNUSED_SYMBOLS is not set
25206 +# CONFIG_DEBUG_FS is not set
25207 +# CONFIG_HEADERS_CHECK is not set
25208 +# CONFIG_DEBUG_KERNEL is not set
25209 +# CONFIG_SLUB_DEBUG_ON is not set
25210 +# CONFIG_SLUB_STATS is not set
25211 +# CONFIG_DEBUG_BUGVERBOSE is not set
25212 +# CONFIG_SAMPLES is not set
25213 +# CONFIG_PPC_EARLY_DEBUG is not set
25214 +
25215 +#
25216 +# Security options
25217 +#
25218 +# CONFIG_KEYS is not set
25219 +# CONFIG_SECURITY is not set
25220 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
25221 +CONFIG_CRYPTO=y
25222 +CONFIG_CRYPTO_ALGAPI=y
25223 +CONFIG_CRYPTO_BLKCIPHER=y
25224 +# CONFIG_CRYPTO_SEQIV is not set
25225 +CONFIG_CRYPTO_MANAGER=y
25226 +# CONFIG_CRYPTO_HMAC is not set
25227 +# CONFIG_CRYPTO_XCBC is not set
25228 +# CONFIG_CRYPTO_NULL is not set
25229 +# CONFIG_CRYPTO_MD4 is not set
25230 +CONFIG_CRYPTO_MD5=y
25231 +# CONFIG_CRYPTO_SHA1 is not set
25232 +# CONFIG_CRYPTO_SHA256 is not set
25233 +# CONFIG_CRYPTO_SHA512 is not set
25234 +# CONFIG_CRYPTO_WP512 is not set
25235 +# CONFIG_CRYPTO_TGR192 is not set
25236 +# CONFIG_CRYPTO_GF128MUL is not set
25237 +CONFIG_CRYPTO_ECB=m
25238 +CONFIG_CRYPTO_CBC=y
25239 +CONFIG_CRYPTO_PCBC=m
25240 +# CONFIG_CRYPTO_LRW is not set
25241 +# CONFIG_CRYPTO_XTS is not set
25242 +# CONFIG_CRYPTO_CTR is not set
25243 +# CONFIG_CRYPTO_GCM is not set
25244 +# CONFIG_CRYPTO_CCM is not set
25245 +# CONFIG_CRYPTO_CRYPTD is not set
25246 +CONFIG_CRYPTO_DES=y
25247 +# CONFIG_CRYPTO_FCRYPT is not set
25248 +# CONFIG_CRYPTO_BLOWFISH is not set
25249 +# CONFIG_CRYPTO_TWOFISH is not set
25250 +# CONFIG_CRYPTO_SERPENT is not set
25251 +# CONFIG_CRYPTO_AES is not set
25252 +# CONFIG_CRYPTO_CAST5 is not set
25253 +# CONFIG_CRYPTO_CAST6 is not set
25254 +# CONFIG_CRYPTO_TEA is not set
25255 +# CONFIG_CRYPTO_ARC4 is not set
25256 +# CONFIG_CRYPTO_KHAZAD is not set
25257 +# CONFIG_CRYPTO_ANUBIS is not set
25258 +# CONFIG_CRYPTO_SEED is not set
25259 +# CONFIG_CRYPTO_SALSA20 is not set
25260 +# CONFIG_CRYPTO_DEFLATE is not set
25261 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
25262 +# CONFIG_CRYPTO_CRC32C is not set
25263 +# CONFIG_CRYPTO_CAMELLIA is not set
25264 +# CONFIG_CRYPTO_TEST is not set
25265 +# CONFIG_CRYPTO_AUTHENC is not set
25266 +# CONFIG_CRYPTO_LZO is not set
25267 +CONFIG_CRYPTO_HW=y
25268 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
25269 +# CONFIG_PPC_CLOCK is not set
25270 +CONFIG_PPC_LIB_RHEAP=y
25271 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
25272 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig    1970-01-01 01:00:00.000000000 +0100
25273 +++ powerpc.git/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
25274 @@ -0,0 +1,1233 @@
25275 +#
25276 +# Automatically generated make config: don't edit
25277 +# Linux kernel version: 2.6.25-rc6
25278 +# Mon Mar 24 08:48:16 2008
25279 +#
25280 +# CONFIG_PPC64 is not set
25281 +
25282 +#
25283 +# Processor support
25284 +#
25285 +CONFIG_6xx=y
25286 +# CONFIG_PPC_85xx is not set
25287 +# CONFIG_PPC_8xx is not set
25288 +# CONFIG_40x is not set
25289 +# CONFIG_44x is not set
25290 +# CONFIG_E200 is not set
25291 +CONFIG_PPC_FPU=y
25292 +# CONFIG_FSL_EMB_PERFMON is not set
25293 +CONFIG_PPC_STD_MMU=y
25294 +CONFIG_PPC_STD_MMU_32=y
25295 +# CONFIG_PPC_MM_SLICES is not set
25296 +# CONFIG_SMP is not set
25297 +CONFIG_PPC32=y
25298 +CONFIG_WORD_SIZE=32
25299 +CONFIG_PPC_MERGE=y
25300 +CONFIG_MMU=y
25301 +CONFIG_GENERIC_CMOS_UPDATE=y
25302 +CONFIG_GENERIC_TIME=y
25303 +CONFIG_GENERIC_TIME_VSYSCALL=y
25304 +CONFIG_GENERIC_CLOCKEVENTS=y
25305 +CONFIG_GENERIC_HARDIRQS=y
25306 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
25307 +CONFIG_IRQ_PER_CPU=y
25308 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
25309 +CONFIG_ARCH_HAS_ILOG2_U32=y
25310 +CONFIG_GENERIC_HWEIGHT=y
25311 +CONFIG_GENERIC_CALIBRATE_DELAY=y
25312 +CONFIG_GENERIC_FIND_NEXT_BIT=y
25313 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
25314 +CONFIG_PPC=y
25315 +CONFIG_EARLY_PRINTK=y
25316 +CONFIG_GENERIC_NVRAM=y
25317 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
25318 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
25319 +CONFIG_PPC_OF=y
25320 +CONFIG_OF=y
25321 +CONFIG_PPC_UDBG_16550=y
25322 +# CONFIG_GENERIC_TBSYNC is not set
25323 +CONFIG_AUDIT_ARCH=y
25324 +CONFIG_GENERIC_BUG=y
25325 +CONFIG_DEFAULT_UIMAGE=y
25326 +# CONFIG_PPC_DCR_NATIVE is not set
25327 +# CONFIG_PPC_DCR_MMIO is not set
25328 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
25329 +
25330 +#
25331 +# General setup
25332 +#
25333 +CONFIG_EXPERIMENTAL=y
25334 +CONFIG_BROKEN_ON_SMP=y
25335 +CONFIG_INIT_ENV_ARG_LIMIT=32
25336 +CONFIG_LOCALVERSION=""
25337 +CONFIG_LOCALVERSION_AUTO=y
25338 +CONFIG_SWAP=y
25339 +CONFIG_SYSVIPC=y
25340 +CONFIG_SYSVIPC_SYSCTL=y
25341 +# CONFIG_POSIX_MQUEUE is not set
25342 +# CONFIG_BSD_PROCESS_ACCT is not set
25343 +# CONFIG_TASKSTATS is not set
25344 +# CONFIG_AUDIT is not set
25345 +# CONFIG_IKCONFIG is not set
25346 +CONFIG_LOG_BUF_SHIFT=14
25347 +# CONFIG_CGROUPS is not set
25348 +CONFIG_GROUP_SCHED=y
25349 +# CONFIG_FAIR_GROUP_SCHED is not set
25350 +# CONFIG_RT_GROUP_SCHED is not set
25351 +CONFIG_USER_SCHED=y
25352 +# CONFIG_CGROUP_SCHED is not set
25353 +CONFIG_SYSFS_DEPRECATED=y
25354 +CONFIG_SYSFS_DEPRECATED_V2=y
25355 +# CONFIG_RELAY is not set
25356 +# CONFIG_NAMESPACES is not set
25357 +CONFIG_BLK_DEV_INITRD=y
25358 +CONFIG_INITRAMFS_SOURCE=""
25359 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
25360 +CONFIG_SYSCTL=y
25361 +CONFIG_EMBEDDED=y
25362 +CONFIG_SYSCTL_SYSCALL=y
25363 +# CONFIG_KALLSYMS is not set
25364 +CONFIG_HOTPLUG=y
25365 +CONFIG_PRINTK=y
25366 +CONFIG_BUG=y
25367 +CONFIG_ELF_CORE=y
25368 +CONFIG_COMPAT_BRK=y
25369 +CONFIG_BASE_FULL=y
25370 +CONFIG_FUTEX=y
25371 +CONFIG_ANON_INODES=y
25372 +# CONFIG_EPOLL is not set
25373 +CONFIG_SIGNALFD=y
25374 +CONFIG_TIMERFD=y
25375 +CONFIG_EVENTFD=y
25376 +CONFIG_SHMEM=y
25377 +CONFIG_VM_EVENT_COUNTERS=y
25378 +CONFIG_SLUB_DEBUG=y
25379 +# CONFIG_SLAB is not set
25380 +CONFIG_SLUB=y
25381 +# CONFIG_SLOB is not set
25382 +# CONFIG_PROFILING is not set
25383 +# CONFIG_MARKERS is not set
25384 +CONFIG_HAVE_OPROFILE=y
25385 +CONFIG_HAVE_KPROBES=y
25386 +CONFIG_HAVE_KRETPROBES=y
25387 +CONFIG_PROC_PAGE_MONITOR=y
25388 +CONFIG_SLABINFO=y
25389 +CONFIG_RT_MUTEXES=y
25390 +# CONFIG_TINY_SHMEM is not set
25391 +CONFIG_BASE_SMALL=0
25392 +CONFIG_MODULES=y
25393 +CONFIG_MODULE_UNLOAD=y
25394 +# CONFIG_MODULE_FORCE_UNLOAD is not set
25395 +# CONFIG_MODVERSIONS is not set
25396 +# CONFIG_MODULE_SRCVERSION_ALL is not set
25397 +# CONFIG_KMOD is not set
25398 +CONFIG_BLOCK=y
25399 +# CONFIG_LBD is not set
25400 +# CONFIG_BLK_DEV_IO_TRACE is not set
25401 +# CONFIG_LSF is not set
25402 +# CONFIG_BLK_DEV_BSG is not set
25403 +
25404 +#
25405 +# IO Schedulers
25406 +#
25407 +CONFIG_IOSCHED_NOOP=y
25408 +CONFIG_IOSCHED_AS=y
25409 +CONFIG_IOSCHED_DEADLINE=y
25410 +CONFIG_IOSCHED_CFQ=y
25411 +CONFIG_DEFAULT_AS=y
25412 +# CONFIG_DEFAULT_DEADLINE is not set
25413 +# CONFIG_DEFAULT_CFQ is not set
25414 +# CONFIG_DEFAULT_NOOP is not set
25415 +CONFIG_DEFAULT_IOSCHED="anticipatory"
25416 +CONFIG_CLASSIC_RCU=y
25417 +
25418 +#
25419 +# Platform support
25420 +#
25421 +# CONFIG_PPC_MULTIPLATFORM is not set
25422 +# CONFIG_PPC_82xx is not set
25423 +CONFIG_PPC_83xx=y
25424 +# CONFIG_PPC_86xx is not set
25425 +# CONFIG_PPC_MPC512x is not set
25426 +# CONFIG_PPC_MPC5121 is not set
25427 +# CONFIG_PPC_CELL is not set
25428 +# CONFIG_PPC_CELL_NATIVE is not set
25429 +# CONFIG_PQ2ADS is not set
25430 +CONFIG_MPC83xx=y
25431 +# CONFIG_MPC831x_RDB is not set
25432 +# CONFIG_MPC832x_MDS is not set
25433 +CONFIG_MPC832x_RDB=y
25434 +# CONFIG_MPC834x_MDS is not set
25435 +# CONFIG_MPC834x_ITX is not set
25436 +# CONFIG_MPC836x_MDS is not set
25437 +# CONFIG_MPC837x_MDS is not set
25438 +# CONFIG_MPC837x_RDB is not set
25439 +# CONFIG_SBC834x is not set
25440 +CONFIG_PPC_MPC832x=y
25441 +CONFIG_IPIC=y
25442 +# CONFIG_MPIC is not set
25443 +# CONFIG_MPIC_WEIRD is not set
25444 +# CONFIG_PPC_I8259 is not set
25445 +# CONFIG_PPC_RTAS is not set
25446 +# CONFIG_MMIO_NVRAM is not set
25447 +# CONFIG_PPC_MPC106 is not set
25448 +# CONFIG_PPC_970_NAP is not set
25449 +# CONFIG_PPC_INDIRECT_IO is not set
25450 +# CONFIG_GENERIC_IOMAP is not set
25451 +# CONFIG_CPU_FREQ is not set
25452 +CONFIG_QUICC_ENGINE=y
25453 +# CONFIG_FSL_ULI1575 is not set
25454 +
25455 +#
25456 +# Kernel options
25457 +#
25458 +# CONFIG_HIGHMEM is not set
25459 +CONFIG_TICK_ONESHOT=y
25460 +CONFIG_NO_HZ=y
25461 +CONFIG_HIGH_RES_TIMERS=y
25462 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
25463 +# CONFIG_HZ_100 is not set
25464 +CONFIG_HZ_250=y
25465 +# CONFIG_HZ_300 is not set
25466 +# CONFIG_HZ_1000 is not set
25467 +CONFIG_HZ=250
25468 +# CONFIG_SCHED_HRTICK is not set
25469 +CONFIG_PREEMPT_NONE=y
25470 +# CONFIG_PREEMPT_VOLUNTARY is not set
25471 +# CONFIG_PREEMPT is not set
25472 +CONFIG_BINFMT_ELF=y
25473 +# CONFIG_BINFMT_MISC is not set
25474 +CONFIG_MATH_EMULATION=y
25475 +# CONFIG_IOMMU_HELPER is not set
25476 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
25477 +CONFIG_ARCH_HAS_WALK_MEMORY=y
25478 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
25479 +CONFIG_ARCH_FLATMEM_ENABLE=y
25480 +CONFIG_ARCH_POPULATES_NODE_MAP=y
25481 +CONFIG_SELECT_MEMORY_MODEL=y
25482 +CONFIG_FLATMEM_MANUAL=y
25483 +# CONFIG_DISCONTIGMEM_MANUAL is not set
25484 +# CONFIG_SPARSEMEM_MANUAL is not set
25485 +CONFIG_FLATMEM=y
25486 +CONFIG_FLAT_NODE_MEM_MAP=y
25487 +# CONFIG_SPARSEMEM_STATIC is not set
25488 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
25489 +CONFIG_SPLIT_PTLOCK_CPUS=4
25490 +# CONFIG_RESOURCES_64BIT is not set
25491 +CONFIG_ZONE_DMA_FLAG=1
25492 +CONFIG_BOUNCE=y
25493 +CONFIG_VIRT_TO_BUS=y
25494 +CONFIG_PROC_DEVICETREE=y
25495 +# CONFIG_CMDLINE_BOOL is not set
25496 +# CONFIG_PM is not set
25497 +CONFIG_SECCOMP=y
25498 +CONFIG_ISA_DMA_API=y
25499 +
25500 +#
25501 +# Bus options
25502 +#
25503 +CONFIG_ZONE_DMA=y
25504 +CONFIG_GENERIC_ISA_DMA=y
25505 +CONFIG_PPC_INDIRECT_PCI=y
25506 +CONFIG_FSL_SOC=y
25507 +CONFIG_PCI=y
25508 +CONFIG_PCI_DOMAINS=y
25509 +CONFIG_PCI_SYSCALL=y
25510 +# CONFIG_PCIEPORTBUS is not set
25511 +CONFIG_ARCH_SUPPORTS_MSI=y
25512 +# CONFIG_PCI_MSI is not set
25513 +CONFIG_PCI_LEGACY=y
25514 +# CONFIG_PCCARD is not set
25515 +# CONFIG_HOTPLUG_PCI is not set
25516 +
25517 +#
25518 +# Advanced setup
25519 +#
25520 +# CONFIG_ADVANCED_OPTIONS is not set
25521 +
25522 +#
25523 +# Default settings for advanced configuration options are used
25524 +#
25525 +CONFIG_HIGHMEM_START=0xfe000000
25526 +CONFIG_LOWMEM_SIZE=0x30000000
25527 +CONFIG_KERNEL_START=0xc0000000
25528 +CONFIG_TASK_SIZE=0xc0000000
25529 +CONFIG_BOOT_LOAD=0x00800000
25530 +
25531 +#
25532 +# Networking
25533 +#
25534 +CONFIG_NET=y
25535 +
25536 +#
25537 +# Networking options
25538 +#
25539 +CONFIG_PACKET=y
25540 +# CONFIG_PACKET_MMAP is not set
25541 +CONFIG_UNIX=y
25542 +CONFIG_XFRM=y
25543 +# CONFIG_XFRM_USER is not set
25544 +# CONFIG_XFRM_SUB_POLICY is not set
25545 +# CONFIG_XFRM_MIGRATE is not set
25546 +# CONFIG_XFRM_STATISTICS is not set
25547 +# CONFIG_NET_KEY is not set
25548 +CONFIG_INET=y
25549 +CONFIG_IP_MULTICAST=y
25550 +# CONFIG_IP_ADVANCED_ROUTER is not set
25551 +CONFIG_IP_FIB_HASH=y
25552 +CONFIG_IP_PNP=y
25553 +CONFIG_IP_PNP_DHCP=y
25554 +CONFIG_IP_PNP_BOOTP=y
25555 +# CONFIG_IP_PNP_RARP is not set
25556 +# CONFIG_NET_IPIP is not set
25557 +# CONFIG_NET_IPGRE is not set
25558 +# CONFIG_IP_MROUTE is not set
25559 +# CONFIG_ARPD is not set
25560 +CONFIG_SYN_COOKIES=y
25561 +# CONFIG_INET_AH is not set
25562 +# CONFIG_INET_ESP is not set
25563 +# CONFIG_INET_IPCOMP is not set
25564 +# CONFIG_INET_XFRM_TUNNEL is not set
25565 +# CONFIG_INET_TUNNEL is not set
25566 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
25567 +CONFIG_INET_XFRM_MODE_TUNNEL=y
25568 +CONFIG_INET_XFRM_MODE_BEET=y
25569 +# CONFIG_INET_LRO is not set
25570 +CONFIG_INET_DIAG=y
25571 +CONFIG_INET_TCP_DIAG=y
25572 +# CONFIG_TCP_CONG_ADVANCED is not set
25573 +CONFIG_TCP_CONG_CUBIC=y
25574 +CONFIG_DEFAULT_TCP_CONG="cubic"
25575 +# CONFIG_TCP_MD5SIG is not set
25576 +# CONFIG_IPV6 is not set
25577 +# CONFIG_INET6_XFRM_TUNNEL is not set
25578 +# CONFIG_INET6_TUNNEL is not set
25579 +# CONFIG_NETWORK_SECMARK is not set
25580 +# CONFIG_NETFILTER is not set
25581 +# CONFIG_IP_DCCP is not set
25582 +# CONFIG_IP_SCTP is not set
25583 +# CONFIG_TIPC is not set
25584 +# CONFIG_ATM is not set
25585 +# CONFIG_BRIDGE is not set
25586 +# CONFIG_VLAN_8021Q is not set
25587 +# CONFIG_DECNET is not set
25588 +# CONFIG_LLC2 is not set
25589 +# CONFIG_IPX is not set
25590 +# CONFIG_ATALK is not set
25591 +# CONFIG_X25 is not set
25592 +# CONFIG_LAPB is not set
25593 +# CONFIG_ECONET is not set
25594 +# CONFIG_WAN_ROUTER is not set
25595 +# CONFIG_NET_SCHED is not set
25596 +
25597 +#
25598 +# Network testing
25599 +#
25600 +# CONFIG_NET_PKTGEN is not set
25601 +# CONFIG_HAMRADIO is not set
25602 +# CONFIG_CAN is not set
25603 +# CONFIG_IRDA is not set
25604 +# CONFIG_BT is not set
25605 +# CONFIG_AF_RXRPC is not set
25606 +
25607 +#
25608 +# Wireless
25609 +#
25610 +# CONFIG_CFG80211 is not set
25611 +# CONFIG_WIRELESS_EXT is not set
25612 +# CONFIG_MAC80211 is not set
25613 +# CONFIG_IEEE80211 is not set
25614 +# CONFIG_RFKILL is not set
25615 +# CONFIG_NET_9P is not set
25616 +
25617 +#
25618 +# Device Drivers
25619 +#
25620 +
25621 +#
25622 +# Generic Driver Options
25623 +#
25624 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
25625 +CONFIG_STANDALONE=y
25626 +CONFIG_PREVENT_FIRMWARE_BUILD=y
25627 +# CONFIG_FW_LOADER is not set
25628 +# CONFIG_SYS_HYPERVISOR is not set
25629 +# CONFIG_CONNECTOR is not set
25630 +# CONFIG_MTD is not set
25631 +CONFIG_OF_DEVICE=y
25632 +# CONFIG_PARPORT is not set
25633 +CONFIG_BLK_DEV=y
25634 +# CONFIG_BLK_DEV_FD is not set
25635 +# CONFIG_BLK_CPQ_DA is not set
25636 +# CONFIG_BLK_CPQ_CISS_DA is not set
25637 +# CONFIG_BLK_DEV_DAC960 is not set
25638 +# CONFIG_BLK_DEV_UMEM is not set
25639 +# CONFIG_BLK_DEV_COW_COMMON is not set
25640 +CONFIG_BLK_DEV_LOOP=y
25641 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
25642 +# CONFIG_BLK_DEV_NBD is not set
25643 +# CONFIG_BLK_DEV_SX8 is not set
25644 +# CONFIG_BLK_DEV_UB is not set
25645 +CONFIG_BLK_DEV_RAM=y
25646 +CONFIG_BLK_DEV_RAM_COUNT=16
25647 +CONFIG_BLK_DEV_RAM_SIZE=32768
25648 +# CONFIG_BLK_DEV_XIP is not set
25649 +# CONFIG_CDROM_PKTCDVD is not set
25650 +# CONFIG_ATA_OVER_ETH is not set
25651 +CONFIG_MISC_DEVICES=y
25652 +# CONFIG_PHANTOM is not set
25653 +# CONFIG_EEPROM_93CX6 is not set
25654 +# CONFIG_SGI_IOC4 is not set
25655 +# CONFIG_TIFM_CORE is not set
25656 +# CONFIG_ENCLOSURE_SERVICES is not set
25657 +CONFIG_HAVE_IDE=y
25658 +# CONFIG_IDE is not set
25659 +
25660 +#
25661 +# SCSI device support
25662 +#
25663 +# CONFIG_RAID_ATTRS is not set
25664 +CONFIG_SCSI=y
25665 +CONFIG_SCSI_DMA=y
25666 +# CONFIG_SCSI_TGT is not set
25667 +# CONFIG_SCSI_NETLINK is not set
25668 +CONFIG_SCSI_PROC_FS=y
25669 +
25670 +#
25671 +# SCSI support type (disk, tape, CD-ROM)
25672 +#
25673 +CONFIG_BLK_DEV_SD=y
25674 +# CONFIG_CHR_DEV_ST is not set
25675 +# CONFIG_CHR_DEV_OSST is not set
25676 +# CONFIG_BLK_DEV_SR is not set
25677 +# CONFIG_CHR_DEV_SG is not set
25678 +# CONFIG_CHR_DEV_SCH is not set
25679 +
25680 +#
25681 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
25682 +#
25683 +# CONFIG_SCSI_MULTI_LUN is not set
25684 +# CONFIG_SCSI_CONSTANTS is not set
25685 +# CONFIG_SCSI_LOGGING is not set
25686 +# CONFIG_SCSI_SCAN_ASYNC is not set
25687 +CONFIG_SCSI_WAIT_SCAN=m
25688 +
25689 +#
25690 +# SCSI Transports
25691 +#
25692 +# CONFIG_SCSI_SPI_ATTRS is not set
25693 +# CONFIG_SCSI_FC_ATTRS is not set
25694 +# CONFIG_SCSI_ISCSI_ATTRS is not set
25695 +# CONFIG_SCSI_SAS_LIBSAS is not set
25696 +# CONFIG_SCSI_SRP_ATTRS is not set
25697 +CONFIG_SCSI_LOWLEVEL=y
25698 +# CONFIG_ISCSI_TCP is not set
25699 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
25700 +# CONFIG_SCSI_3W_9XXX is not set
25701 +# CONFIG_SCSI_ACARD is not set
25702 +# CONFIG_SCSI_AACRAID is not set
25703 +# CONFIG_SCSI_AIC7XXX is not set
25704 +# CONFIG_SCSI_AIC7XXX_OLD is not set
25705 +# CONFIG_SCSI_AIC79XX is not set
25706 +# CONFIG_SCSI_AIC94XX is not set
25707 +# CONFIG_SCSI_DPT_I2O is not set
25708 +# CONFIG_SCSI_ADVANSYS is not set
25709 +# CONFIG_SCSI_ARCMSR is not set
25710 +# CONFIG_MEGARAID_NEWGEN is not set
25711 +# CONFIG_MEGARAID_LEGACY is not set
25712 +# CONFIG_MEGARAID_SAS is not set
25713 +# CONFIG_SCSI_HPTIOP is not set
25714 +# CONFIG_SCSI_BUSLOGIC is not set
25715 +# CONFIG_SCSI_DMX3191D is not set
25716 +# CONFIG_SCSI_EATA is not set
25717 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
25718 +# CONFIG_SCSI_GDTH is not set
25719 +# CONFIG_SCSI_IPS is not set
25720 +# CONFIG_SCSI_INITIO is not set
25721 +# CONFIG_SCSI_INIA100 is not set
25722 +# CONFIG_SCSI_MVSAS is not set
25723 +# CONFIG_SCSI_STEX is not set
25724 +# CONFIG_SCSI_SYM53C8XX_2 is not set
25725 +# CONFIG_SCSI_QLOGIC_1280 is not set
25726 +# CONFIG_SCSI_QLA_FC is not set
25727 +# CONFIG_SCSI_QLA_ISCSI is not set
25728 +# CONFIG_SCSI_LPFC is not set
25729 +# CONFIG_SCSI_DC395x is not set
25730 +# CONFIG_SCSI_DC390T is not set
25731 +# CONFIG_SCSI_NSP32 is not set
25732 +# CONFIG_SCSI_DEBUG is not set
25733 +# CONFIG_SCSI_SRP is not set
25734 +# CONFIG_ATA is not set
25735 +# CONFIG_MD is not set
25736 +# CONFIG_FUSION is not set
25737 +
25738 +#
25739 +# IEEE 1394 (FireWire) support
25740 +#
25741 +# CONFIG_FIREWIRE is not set
25742 +# CONFIG_IEEE1394 is not set
25743 +# CONFIG_I2O is not set
25744 +# CONFIG_MACINTOSH_DRIVERS is not set
25745 +CONFIG_NETDEVICES=y
25746 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
25747 +# CONFIG_DUMMY is not set
25748 +# CONFIG_BONDING is not set
25749 +# CONFIG_MACVLAN is not set
25750 +# CONFIG_EQUALIZER is not set
25751 +# CONFIG_TUN is not set
25752 +# CONFIG_VETH is not set
25753 +# CONFIG_ARCNET is not set
25754 +CONFIG_PHYLIB=y
25755 +
25756 +#
25757 +# MII PHY device drivers
25758 +#
25759 +# CONFIG_MARVELL_PHY is not set
25760 +# CONFIG_DAVICOM_PHY is not set
25761 +# CONFIG_QSEMI_PHY is not set
25762 +# CONFIG_LXT_PHY is not set
25763 +# CONFIG_CICADA_PHY is not set
25764 +# CONFIG_VITESSE_PHY is not set
25765 +# CONFIG_SMSC_PHY is not set
25766 +# CONFIG_BROADCOM_PHY is not set
25767 +CONFIG_ICPLUS_PHY=y
25768 +# CONFIG_REALTEK_PHY is not set
25769 +# CONFIG_FIXED_PHY is not set
25770 +# CONFIG_MDIO_BITBANG is not set
25771 +CONFIG_NET_ETHERNET=y
25772 +CONFIG_MII=y
25773 +# CONFIG_HAPPYMEAL is not set
25774 +# CONFIG_SUNGEM is not set
25775 +# CONFIG_CASSINI is not set
25776 +# CONFIG_NET_VENDOR_3COM is not set
25777 +# CONFIG_ENC28J60 is not set
25778 +# CONFIG_NET_TULIP is not set
25779 +# CONFIG_HP100 is not set
25780 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
25781 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
25782 +# CONFIG_IBM_NEW_EMAC_TAH is not set
25783 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
25784 +# CONFIG_NET_PCI is not set
25785 +# CONFIG_B44 is not set
25786 +CONFIG_NETDEV_1000=y
25787 +# CONFIG_ACENIC is not set
25788 +# CONFIG_DL2K is not set
25789 +CONFIG_E1000=y
25790 +# CONFIG_E1000_NAPI is not set
25791 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
25792 +# CONFIG_E1000E is not set
25793 +# CONFIG_E1000E_ENABLED is not set
25794 +# CONFIG_IP1000 is not set
25795 +# CONFIG_IGB is not set
25796 +# CONFIG_NS83820 is not set
25797 +# CONFIG_HAMACHI is not set
25798 +# CONFIG_YELLOWFIN is not set
25799 +# CONFIG_R8169 is not set
25800 +# CONFIG_SIS190 is not set
25801 +# CONFIG_SKGE is not set
25802 +# CONFIG_SKY2 is not set
25803 +# CONFIG_SK98LIN is not set
25804 +# CONFIG_VIA_VELOCITY is not set
25805 +# CONFIG_TIGON3 is not set
25806 +# CONFIG_BNX2 is not set
25807 +# CONFIG_GIANFAR is not set
25808 +CONFIG_UCC_GETH=y
25809 +CONFIG_UGETH_NAPI=y
25810 +# CONFIG_UGETH_MAGIC_PACKET is not set
25811 +# CONFIG_UGETH_FILTERING is not set
25812 +# CONFIG_UGETH_TX_ON_DEMAND is not set
25813 +# CONFIG_QLA3XXX is not set
25814 +# CONFIG_ATL1 is not set
25815 +CONFIG_NETDEV_10000=y
25816 +# CONFIG_CHELSIO_T1 is not set
25817 +# CONFIG_CHELSIO_T3 is not set
25818 +# CONFIG_IXGBE is not set
25819 +# CONFIG_IXGB is not set
25820 +# CONFIG_S2IO is not set
25821 +# CONFIG_MYRI10GE is not set
25822 +# CONFIG_NETXEN_NIC is not set
25823 +# CONFIG_NIU is not set
25824 +# CONFIG_MLX4_CORE is not set
25825 +# CONFIG_TEHUTI is not set
25826 +# CONFIG_BNX2X is not set
25827 +# CONFIG_TR is not set
25828 +
25829 +#
25830 +# Wireless LAN
25831 +#
25832 +# CONFIG_WLAN_PRE80211 is not set
25833 +# CONFIG_WLAN_80211 is not set
25834 +
25835 +#
25836 +# USB Network Adapters
25837 +#
25838 +# CONFIG_USB_CATC is not set
25839 +# CONFIG_USB_KAWETH is not set
25840 +# CONFIG_USB_PEGASUS is not set
25841 +# CONFIG_USB_RTL8150 is not set
25842 +# CONFIG_USB_USBNET is not set
25843 +# CONFIG_WAN is not set
25844 +# CONFIG_FDDI is not set
25845 +# CONFIG_HIPPI is not set
25846 +# CONFIG_PPP is not set
25847 +# CONFIG_SLIP is not set
25848 +# CONFIG_NET_FC is not set
25849 +# CONFIG_NETCONSOLE is not set
25850 +# CONFIG_NETPOLL is not set
25851 +# CONFIG_NET_POLL_CONTROLLER is not set
25852 +# CONFIG_ISDN is not set
25853 +# CONFIG_PHONE is not set
25854 +
25855 +#
25856 +# Input device support
25857 +#
25858 +CONFIG_INPUT=y
25859 +# CONFIG_INPUT_FF_MEMLESS is not set
25860 +# CONFIG_INPUT_POLLDEV is not set
25861 +
25862 +#
25863 +# Userland interfaces
25864 +#
25865 +# CONFIG_INPUT_MOUSEDEV is not set
25866 +# CONFIG_INPUT_JOYDEV is not set
25867 +# CONFIG_INPUT_EVDEV is not set
25868 +# CONFIG_INPUT_EVBUG is not set
25869 +
25870 +#
25871 +# Input Device Drivers
25872 +#
25873 +# CONFIG_INPUT_KEYBOARD is not set
25874 +# CONFIG_INPUT_MOUSE is not set
25875 +# CONFIG_INPUT_JOYSTICK is not set
25876 +# CONFIG_INPUT_TABLET is not set
25877 +# CONFIG_INPUT_TOUCHSCREEN is not set
25878 +# CONFIG_INPUT_MISC is not set
25879 +
25880 +#
25881 +# Hardware I/O ports
25882 +#
25883 +# CONFIG_SERIO is not set
25884 +# CONFIG_GAMEPORT is not set
25885 +
25886 +#
25887 +# Character devices
25888 +#
25889 +# CONFIG_VT is not set
25890 +# CONFIG_SERIAL_NONSTANDARD is not set
25891 +# CONFIG_NOZOMI is not set
25892 +
25893 +#
25894 +# Serial drivers
25895 +#
25896 +CONFIG_SERIAL_8250=y
25897 +CONFIG_SERIAL_8250_CONSOLE=y
25898 +CONFIG_SERIAL_8250_PCI=y
25899 +CONFIG_SERIAL_8250_NR_UARTS=4
25900 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
25901 +# CONFIG_SERIAL_8250_EXTENDED is not set
25902 +
25903 +#
25904 +# Non-8250 serial port support
25905 +#
25906 +# CONFIG_SERIAL_UARTLITE is not set
25907 +CONFIG_SERIAL_CORE=y
25908 +CONFIG_SERIAL_CORE_CONSOLE=y
25909 +# CONFIG_SERIAL_JSM is not set
25910 +# CONFIG_SERIAL_OF_PLATFORM is not set
25911 +# CONFIG_SERIAL_QE is not set
25912 +CONFIG_UNIX98_PTYS=y
25913 +CONFIG_LEGACY_PTYS=y
25914 +CONFIG_LEGACY_PTY_COUNT=256
25915 +# CONFIG_IPMI_HANDLER is not set
25916 +CONFIG_HW_RANDOM=y
25917 +# CONFIG_NVRAM is not set
25918 +CONFIG_GEN_RTC=y
25919 +# CONFIG_GEN_RTC_X is not set
25920 +# CONFIG_R3964 is not set
25921 +# CONFIG_APPLICOM is not set
25922 +# CONFIG_RAW_DRIVER is not set
25923 +# CONFIG_TCG_TPM is not set
25924 +CONFIG_DEVPORT=y
25925 +CONFIG_I2C=y
25926 +CONFIG_I2C_BOARDINFO=y
25927 +CONFIG_I2C_CHARDEV=y
25928 +
25929 +#
25930 +# I2C Algorithms
25931 +#
25932 +# CONFIG_I2C_ALGOBIT is not set
25933 +# CONFIG_I2C_ALGOPCF is not set
25934 +# CONFIG_I2C_ALGOPCA is not set
25935 +
25936 +#
25937 +# I2C Hardware Bus support
25938 +#
25939 +# CONFIG_I2C_ALI1535 is not set
25940 +# CONFIG_I2C_ALI1563 is not set
25941 +# CONFIG_I2C_ALI15X3 is not set
25942 +# CONFIG_I2C_AMD756 is not set
25943 +# CONFIG_I2C_AMD8111 is not set
25944 +# CONFIG_I2C_I801 is not set
25945 +# CONFIG_I2C_I810 is not set
25946 +# CONFIG_I2C_PIIX4 is not set
25947 +CONFIG_I2C_MPC=y
25948 +# CONFIG_I2C_NFORCE2 is not set
25949 +# CONFIG_I2C_OCORES is not set
25950 +# CONFIG_I2C_PARPORT_LIGHT is not set
25951 +# CONFIG_I2C_PROSAVAGE is not set
25952 +# CONFIG_I2C_SAVAGE4 is not set
25953 +# CONFIG_I2C_SIMTEC is not set
25954 +# CONFIG_I2C_SIS5595 is not set
25955 +# CONFIG_I2C_SIS630 is not set
25956 +# CONFIG_I2C_SIS96X is not set
25957 +# CONFIG_I2C_TAOS_EVM is not set
25958 +# CONFIG_I2C_STUB is not set
25959 +# CONFIG_I2C_TINY_USB is not set
25960 +# CONFIG_I2C_VIA is not set
25961 +# CONFIG_I2C_VIAPRO is not set
25962 +# CONFIG_I2C_VOODOO3 is not set
25963 +
25964 +#
25965 +# Miscellaneous I2C Chip support
25966 +#
25967 +# CONFIG_DS1682 is not set
25968 +# CONFIG_SENSORS_EEPROM is not set
25969 +# CONFIG_SENSORS_PCF8574 is not set
25970 +# CONFIG_PCF8575 is not set
25971 +# CONFIG_SENSORS_PCF8591 is not set
25972 +# CONFIG_TPS65010 is not set
25973 +# CONFIG_SENSORS_MAX6875 is not set
25974 +# CONFIG_SENSORS_TSL2550 is not set
25975 +# CONFIG_I2C_DEBUG_CORE is not set
25976 +# CONFIG_I2C_DEBUG_ALGO is not set
25977 +# CONFIG_I2C_DEBUG_BUS is not set
25978 +# CONFIG_I2C_DEBUG_CHIP is not set
25979 +
25980 +#
25981 +# SPI support
25982 +#
25983 +CONFIG_SPI=y
25984 +CONFIG_SPI_MASTER=y
25985 +
25986 +#
25987 +# SPI Master Controller Drivers
25988 +#
25989 +CONFIG_SPI_BITBANG=y
25990 +CONFIG_SPI_MPC83xx=y
25991 +
25992 +#
25993 +# SPI Protocol Masters
25994 +#
25995 +# CONFIG_SPI_AT25 is not set
25996 +# CONFIG_SPI_SPIDEV is not set
25997 +# CONFIG_SPI_TLE62X0 is not set
25998 +# CONFIG_W1 is not set
25999 +# CONFIG_POWER_SUPPLY is not set
26000 +CONFIG_HWMON=y
26001 +# CONFIG_HWMON_VID is not set
26002 +# CONFIG_SENSORS_AD7418 is not set
26003 +# CONFIG_SENSORS_ADM1021 is not set
26004 +# CONFIG_SENSORS_ADM1025 is not set
26005 +# CONFIG_SENSORS_ADM1026 is not set
26006 +# CONFIG_SENSORS_ADM1029 is not set
26007 +# CONFIG_SENSORS_ADM1031 is not set
26008 +# CONFIG_SENSORS_ADM9240 is not set
26009 +# CONFIG_SENSORS_ADT7470 is not set
26010 +# CONFIG_SENSORS_ADT7473 is not set
26011 +# CONFIG_SENSORS_ATXP1 is not set
26012 +# CONFIG_SENSORS_DS1621 is not set
26013 +# CONFIG_SENSORS_I5K_AMB is not set
26014 +# CONFIG_SENSORS_F71805F is not set
26015 +# CONFIG_SENSORS_F71882FG is not set
26016 +# CONFIG_SENSORS_F75375S is not set
26017 +# CONFIG_SENSORS_GL518SM is not set
26018 +# CONFIG_SENSORS_GL520SM is not set
26019 +# CONFIG_SENSORS_IT87 is not set
26020 +# CONFIG_SENSORS_LM63 is not set
26021 +# CONFIG_SENSORS_LM70 is not set
26022 +# CONFIG_SENSORS_LM75 is not set
26023 +# CONFIG_SENSORS_LM77 is not set
26024 +# CONFIG_SENSORS_LM78 is not set
26025 +# CONFIG_SENSORS_LM80 is not set
26026 +# CONFIG_SENSORS_LM83 is not set
26027 +# CONFIG_SENSORS_LM85 is not set
26028 +# CONFIG_SENSORS_LM87 is not set
26029 +# CONFIG_SENSORS_LM90 is not set
26030 +# CONFIG_SENSORS_LM92 is not set
26031 +# CONFIG_SENSORS_LM93 is not set
26032 +# CONFIG_SENSORS_MAX1619 is not set
26033 +# CONFIG_SENSORS_MAX6650 is not set
26034 +# CONFIG_SENSORS_PC87360 is not set
26035 +# CONFIG_SENSORS_PC87427 is not set
26036 +# CONFIG_SENSORS_SIS5595 is not set
26037 +# CONFIG_SENSORS_DME1737 is not set
26038 +# CONFIG_SENSORS_SMSC47M1 is not set
26039 +# CONFIG_SENSORS_SMSC47M192 is not set
26040 +# CONFIG_SENSORS_SMSC47B397 is not set
26041 +# CONFIG_SENSORS_ADS7828 is not set
26042 +# CONFIG_SENSORS_THMC50 is not set
26043 +# CONFIG_SENSORS_VIA686A is not set
26044 +# CONFIG_SENSORS_VT1211 is not set
26045 +# CONFIG_SENSORS_VT8231 is not set
26046 +# CONFIG_SENSORS_W83781D is not set
26047 +# CONFIG_SENSORS_W83791D is not set
26048 +# CONFIG_SENSORS_W83792D is not set
26049 +# CONFIG_SENSORS_W83793 is not set
26050 +# CONFIG_SENSORS_W83L785TS is not set
26051 +# CONFIG_SENSORS_W83L786NG is not set
26052 +# CONFIG_SENSORS_W83627HF is not set
26053 +# CONFIG_SENSORS_W83627EHF is not set
26054 +# CONFIG_HWMON_DEBUG_CHIP is not set
26055 +# CONFIG_THERMAL is not set
26056 +CONFIG_WATCHDOG=y
26057 +# CONFIG_WATCHDOG_NOWAYOUT is not set
26058 +
26059 +#
26060 +# Watchdog Device Drivers
26061 +#
26062 +# CONFIG_SOFT_WATCHDOG is not set
26063 +CONFIG_83xx_WDT=y
26064 +
26065 +#
26066 +# PCI-based Watchdog Cards
26067 +#
26068 +# CONFIG_PCIPCWATCHDOG is not set
26069 +# CONFIG_WDTPCI is not set
26070 +
26071 +#
26072 +# USB-based Watchdog Cards
26073 +#
26074 +# CONFIG_USBPCWATCHDOG is not set
26075 +
26076 +#
26077 +# Sonics Silicon Backplane
26078 +#
26079 +CONFIG_SSB_POSSIBLE=y
26080 +# CONFIG_SSB is not set
26081 +
26082 +#
26083 +# Multifunction device drivers
26084 +#
26085 +# CONFIG_MFD_SM501 is not set
26086 +
26087 +#
26088 +# Multimedia devices
26089 +#
26090 +# CONFIG_VIDEO_DEV is not set
26091 +# CONFIG_DVB_CORE is not set
26092 +CONFIG_DAB=y
26093 +# CONFIG_USB_DABUSB is not set
26094 +
26095 +#
26096 +# Graphics support
26097 +#
26098 +# CONFIG_AGP is not set
26099 +# CONFIG_DRM is not set
26100 +# CONFIG_VGASTATE is not set
26101 +CONFIG_VIDEO_OUTPUT_CONTROL=m
26102 +# CONFIG_FB is not set
26103 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
26104 +
26105 +#
26106 +# Display device support
26107 +#
26108 +# CONFIG_DISPLAY_SUPPORT is not set
26109 +
26110 +#
26111 +# Sound
26112 +#
26113 +# CONFIG_SOUND is not set
26114 +CONFIG_HID_SUPPORT=y
26115 +CONFIG_HID=y
26116 +# CONFIG_HID_DEBUG is not set
26117 +# CONFIG_HIDRAW is not set
26118 +
26119 +#
26120 +# USB Input Devices
26121 +#
26122 +# CONFIG_USB_HID is not set
26123 +
26124 +#
26125 +# USB HID Boot Protocol drivers
26126 +#
26127 +# CONFIG_USB_KBD is not set
26128 +# CONFIG_USB_MOUSE is not set
26129 +CONFIG_USB_SUPPORT=y
26130 +CONFIG_USB_ARCH_HAS_HCD=y
26131 +CONFIG_USB_ARCH_HAS_OHCI=y
26132 +CONFIG_USB_ARCH_HAS_EHCI=y
26133 +CONFIG_USB=y
26134 +# CONFIG_USB_DEBUG is not set
26135 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
26136 +
26137 +#
26138 +# Miscellaneous USB options
26139 +#
26140 +CONFIG_USB_DEVICEFS=y
26141 +CONFIG_USB_DEVICE_CLASS=y
26142 +# CONFIG_USB_DYNAMIC_MINORS is not set
26143 +# CONFIG_USB_OTG is not set
26144 +
26145 +#
26146 +# USB Host Controller Drivers
26147 +#
26148 +CONFIG_USB_EHCI_HCD=y
26149 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
26150 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
26151 +# CONFIG_USB_EHCI_FSL is not set
26152 +CONFIG_USB_EHCI_HCD_PPC_OF=y
26153 +# CONFIG_USB_ISP116X_HCD is not set
26154 +CONFIG_USB_OHCI_HCD=y
26155 +CONFIG_USB_OHCI_HCD_PPC_OF=y
26156 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
26157 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
26158 +CONFIG_USB_OHCI_HCD_PCI=y
26159 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
26160 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
26161 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
26162 +# CONFIG_USB_UHCI_HCD is not set
26163 +# CONFIG_USB_SL811_HCD is not set
26164 +# CONFIG_USB_R8A66597_HCD is not set
26165 +
26166 +#
26167 +# USB Device Class drivers
26168 +#
26169 +# CONFIG_USB_ACM is not set
26170 +# CONFIG_USB_PRINTER is not set
26171 +
26172 +#
26173 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
26174 +#
26175 +
26176 +#
26177 +# may also be needed; see USB_STORAGE Help for more information
26178 +#
26179 +CONFIG_USB_STORAGE=y
26180 +# CONFIG_USB_STORAGE_DEBUG is not set
26181 +# CONFIG_USB_STORAGE_DATAFAB is not set
26182 +# CONFIG_USB_STORAGE_FREECOM is not set
26183 +# CONFIG_USB_STORAGE_ISD200 is not set
26184 +# CONFIG_USB_STORAGE_DPCM is not set
26185 +# CONFIG_USB_STORAGE_USBAT is not set
26186 +# CONFIG_USB_STORAGE_SDDR09 is not set
26187 +# CONFIG_USB_STORAGE_SDDR55 is not set
26188 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
26189 +# CONFIG_USB_STORAGE_ALAUDA is not set
26190 +# CONFIG_USB_STORAGE_KARMA is not set
26191 +# CONFIG_USB_LIBUSUAL is not set
26192 +
26193 +#
26194 +# USB Imaging devices
26195 +#
26196 +# CONFIG_USB_MDC800 is not set
26197 +# CONFIG_USB_MICROTEK is not set
26198 +CONFIG_USB_MON=y
26199 +
26200 +#
26201 +# USB port drivers
26202 +#
26203 +# CONFIG_USB_SERIAL is not set
26204 +
26205 +#
26206 +# USB Miscellaneous drivers
26207 +#
26208 +# CONFIG_USB_EMI62 is not set
26209 +# CONFIG_USB_EMI26 is not set
26210 +# CONFIG_USB_ADUTUX is not set
26211 +# CONFIG_USB_AUERSWALD is not set
26212 +# CONFIG_USB_RIO500 is not set
26213 +# CONFIG_USB_LEGOTOWER is not set
26214 +# CONFIG_USB_LCD is not set
26215 +# CONFIG_USB_BERRY_CHARGE is not set
26216 +# CONFIG_USB_LED is not set
26217 +# CONFIG_USB_CYPRESS_CY7C63 is not set
26218 +# CONFIG_USB_CYTHERM is not set
26219 +# CONFIG_USB_PHIDGET is not set
26220 +# CONFIG_USB_IDMOUSE is not set
26221 +# CONFIG_USB_FTDI_ELAN is not set
26222 +# CONFIG_USB_APPLEDISPLAY is not set
26223 +# CONFIG_USB_SISUSBVGA is not set
26224 +# CONFIG_USB_LD is not set
26225 +# CONFIG_USB_TRANCEVIBRATOR is not set
26226 +# CONFIG_USB_IOWARRIOR is not set
26227 +# CONFIG_USB_TEST is not set
26228 +# CONFIG_USB_GADGET is not set
26229 +CONFIG_MMC=y
26230 +# CONFIG_MMC_DEBUG is not set
26231 +# CONFIG_MMC_UNSAFE_RESUME is not set
26232 +
26233 +#
26234 +# MMC/SD Card Drivers
26235 +#
26236 +CONFIG_MMC_BLOCK=y
26237 +CONFIG_MMC_BLOCK_BOUNCE=y
26238 +# CONFIG_SDIO_UART is not set
26239 +
26240 +#
26241 +# MMC/SD Host Controller Drivers
26242 +#
26243 +# CONFIG_MMC_SDHCI is not set
26244 +# CONFIG_MMC_WBSD is not set
26245 +# CONFIG_MMC_TIFM_SD is not set
26246 +CONFIG_MMC_SPI=y
26247 +# CONFIG_MEMSTICK is not set
26248 +# CONFIG_NEW_LEDS is not set
26249 +# CONFIG_INFINIBAND is not set
26250 +# CONFIG_EDAC is not set
26251 +# CONFIG_RTC_CLASS is not set
26252 +# CONFIG_DMADEVICES is not set
26253 +
26254 +#
26255 +# Userspace I/O
26256 +#
26257 +# CONFIG_UIO is not set
26258 +
26259 +#
26260 +# File systems
26261 +#
26262 +CONFIG_EXT2_FS=y
26263 +# CONFIG_EXT2_FS_XATTR is not set
26264 +# CONFIG_EXT2_FS_XIP is not set
26265 +CONFIG_EXT3_FS=y
26266 +CONFIG_EXT3_FS_XATTR=y
26267 +# CONFIG_EXT3_FS_POSIX_ACL is not set
26268 +# CONFIG_EXT3_FS_SECURITY is not set
26269 +# CONFIG_EXT4DEV_FS is not set
26270 +CONFIG_JBD=y
26271 +CONFIG_FS_MBCACHE=y
26272 +# CONFIG_REISERFS_FS is not set
26273 +# CONFIG_JFS_FS is not set
26274 +# CONFIG_FS_POSIX_ACL is not set
26275 +# CONFIG_XFS_FS is not set
26276 +# CONFIG_GFS2_FS is not set
26277 +# CONFIG_OCFS2_FS is not set
26278 +CONFIG_DNOTIFY=y
26279 +CONFIG_INOTIFY=y
26280 +CONFIG_INOTIFY_USER=y
26281 +# CONFIG_QUOTA is not set
26282 +# CONFIG_AUTOFS_FS is not set
26283 +# CONFIG_AUTOFS4_FS is not set
26284 +# CONFIG_FUSE_FS is not set
26285 +
26286 +#
26287 +# CD-ROM/DVD Filesystems
26288 +#
26289 +# CONFIG_ISO9660_FS is not set
26290 +# CONFIG_UDF_FS is not set
26291 +
26292 +#
26293 +# DOS/FAT/NT Filesystems
26294 +#
26295 +CONFIG_FAT_FS=y
26296 +CONFIG_MSDOS_FS=y
26297 +CONFIG_VFAT_FS=y
26298 +CONFIG_FAT_DEFAULT_CODEPAGE=437
26299 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
26300 +# CONFIG_NTFS_FS is not set
26301 +
26302 +#
26303 +# Pseudo filesystems
26304 +#
26305 +CONFIG_PROC_FS=y
26306 +CONFIG_PROC_KCORE=y
26307 +CONFIG_PROC_SYSCTL=y
26308 +CONFIG_SYSFS=y
26309 +CONFIG_TMPFS=y
26310 +# CONFIG_TMPFS_POSIX_ACL is not set
26311 +# CONFIG_HUGETLB_PAGE is not set
26312 +# CONFIG_CONFIGFS_FS is not set
26313 +
26314 +#
26315 +# Miscellaneous filesystems
26316 +#
26317 +# CONFIG_ADFS_FS is not set
26318 +# CONFIG_AFFS_FS is not set
26319 +# CONFIG_HFS_FS is not set
26320 +# CONFIG_HFSPLUS_FS is not set
26321 +# CONFIG_BEFS_FS is not set
26322 +# CONFIG_BFS_FS is not set
26323 +# CONFIG_EFS_FS is not set
26324 +# CONFIG_CRAMFS is not set
26325 +# CONFIG_VXFS_FS is not set
26326 +# CONFIG_MINIX_FS is not set
26327 +# CONFIG_HPFS_FS is not set
26328 +# CONFIG_QNX4FS_FS is not set
26329 +# CONFIG_ROMFS_FS is not set
26330 +# CONFIG_SYSV_FS is not set
26331 +# CONFIG_UFS_FS is not set
26332 +CONFIG_NETWORK_FILESYSTEMS=y
26333 +CONFIG_NFS_FS=y
26334 +CONFIG_NFS_V3=y
26335 +# CONFIG_NFS_V3_ACL is not set
26336 +CONFIG_NFS_V4=y
26337 +# CONFIG_NFS_DIRECTIO is not set
26338 +# CONFIG_NFSD is not set
26339 +CONFIG_ROOT_NFS=y
26340 +CONFIG_LOCKD=y
26341 +CONFIG_LOCKD_V4=y
26342 +CONFIG_NFS_COMMON=y
26343 +CONFIG_SUNRPC=y
26344 +CONFIG_SUNRPC_GSS=y
26345 +# CONFIG_SUNRPC_BIND34 is not set
26346 +CONFIG_RPCSEC_GSS_KRB5=y
26347 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
26348 +# CONFIG_SMB_FS is not set
26349 +# CONFIG_CIFS is not set
26350 +# CONFIG_NCP_FS is not set
26351 +# CONFIG_CODA_FS is not set
26352 +# CONFIG_AFS_FS is not set
26353 +
26354 +#
26355 +# Partition Types
26356 +#
26357 +CONFIG_PARTITION_ADVANCED=y
26358 +# CONFIG_ACORN_PARTITION is not set
26359 +# CONFIG_OSF_PARTITION is not set
26360 +# CONFIG_AMIGA_PARTITION is not set
26361 +# CONFIG_ATARI_PARTITION is not set
26362 +# CONFIG_MAC_PARTITION is not set
26363 +CONFIG_MSDOS_PARTITION=y
26364 +# CONFIG_BSD_DISKLABEL is not set
26365 +# CONFIG_MINIX_SUBPARTITION is not set
26366 +# CONFIG_SOLARIS_X86_PARTITION is not set
26367 +# CONFIG_UNIXWARE_DISKLABEL is not set
26368 +CONFIG_LDM_PARTITION=y
26369 +# CONFIG_LDM_DEBUG is not set
26370 +# CONFIG_SGI_PARTITION is not set
26371 +# CONFIG_ULTRIX_PARTITION is not set
26372 +# CONFIG_SUN_PARTITION is not set
26373 +# CONFIG_KARMA_PARTITION is not set
26374 +# CONFIG_EFI_PARTITION is not set
26375 +# CONFIG_SYSV68_PARTITION is not set
26376 +CONFIG_NLS=y
26377 +CONFIG_NLS_DEFAULT="iso8859-1"
26378 +CONFIG_NLS_CODEPAGE_437=y
26379 +# CONFIG_NLS_CODEPAGE_737 is not set
26380 +# CONFIG_NLS_CODEPAGE_775 is not set
26381 +# CONFIG_NLS_CODEPAGE_850 is not set
26382 +# CONFIG_NLS_CODEPAGE_852 is not set
26383 +# CONFIG_NLS_CODEPAGE_855 is not set
26384 +# CONFIG_NLS_CODEPAGE_857 is not set
26385 +# CONFIG_NLS_CODEPAGE_860 is not set
26386 +# CONFIG_NLS_CODEPAGE_861 is not set
26387 +# CONFIG_NLS_CODEPAGE_862 is not set
26388 +# CONFIG_NLS_CODEPAGE_863 is not set
26389 +# CONFIG_NLS_CODEPAGE_864 is not set
26390 +# CONFIG_NLS_CODEPAGE_865 is not set
26391 +# CONFIG_NLS_CODEPAGE_866 is not set
26392 +# CONFIG_NLS_CODEPAGE_869 is not set
26393 +# CONFIG_NLS_CODEPAGE_936 is not set
26394 +# CONFIG_NLS_CODEPAGE_950 is not set
26395 +CONFIG_NLS_CODEPAGE_932=y
26396 +# CONFIG_NLS_CODEPAGE_949 is not set
26397 +# CONFIG_NLS_CODEPAGE_874 is not set
26398 +CONFIG_NLS_ISO8859_8=y
26399 +# CONFIG_NLS_CODEPAGE_1250 is not set
26400 +# CONFIG_NLS_CODEPAGE_1251 is not set
26401 +# CONFIG_NLS_ASCII is not set
26402 +CONFIG_NLS_ISO8859_1=y
26403 +# CONFIG_NLS_ISO8859_2 is not set
26404 +# CONFIG_NLS_ISO8859_3 is not set
26405 +# CONFIG_NLS_ISO8859_4 is not set
26406 +# CONFIG_NLS_ISO8859_5 is not set
26407 +# CONFIG_NLS_ISO8859_6 is not set
26408 +# CONFIG_NLS_ISO8859_7 is not set
26409 +# CONFIG_NLS_ISO8859_9 is not set
26410 +# CONFIG_NLS_ISO8859_13 is not set
26411 +# CONFIG_NLS_ISO8859_14 is not set
26412 +# CONFIG_NLS_ISO8859_15 is not set
26413 +# CONFIG_NLS_KOI8_R is not set
26414 +# CONFIG_NLS_KOI8_U is not set
26415 +# CONFIG_NLS_UTF8 is not set
26416 +# CONFIG_DLM is not set
26417 +CONFIG_UCC_FAST=y
26418 +CONFIG_UCC=y
26419 +
26420 +#
26421 +# Library routines
26422 +#
26423 +CONFIG_BITREVERSE=y
26424 +# CONFIG_CRC_CCITT is not set
26425 +# CONFIG_CRC16 is not set
26426 +CONFIG_CRC_ITU_T=y
26427 +CONFIG_CRC32=y
26428 +CONFIG_CRC7=y
26429 +# CONFIG_LIBCRC32C is not set
26430 +CONFIG_PLIST=y
26431 +CONFIG_HAS_IOMEM=y
26432 +CONFIG_HAS_IOPORT=y
26433 +CONFIG_HAS_DMA=y
26434 +
26435 +#
26436 +# Kernel hacking
26437 +#
26438 +# CONFIG_PRINTK_TIME is not set
26439 +CONFIG_ENABLE_WARN_DEPRECATED=y
26440 +CONFIG_ENABLE_MUST_CHECK=y
26441 +# CONFIG_MAGIC_SYSRQ is not set
26442 +# CONFIG_UNUSED_SYMBOLS is not set
26443 +# CONFIG_DEBUG_FS is not set
26444 +# CONFIG_HEADERS_CHECK is not set
26445 +# CONFIG_DEBUG_KERNEL is not set
26446 +# CONFIG_SLUB_DEBUG_ON is not set
26447 +# CONFIG_SLUB_STATS is not set
26448 +# CONFIG_DEBUG_BUGVERBOSE is not set
26449 +# CONFIG_SAMPLES is not set
26450 +# CONFIG_PPC_EARLY_DEBUG is not set
26451 +
26452 +#
26453 +# Security options
26454 +#
26455 +# CONFIG_KEYS is not set
26456 +# CONFIG_SECURITY is not set
26457 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
26458 +CONFIG_CRYPTO=y
26459 +CONFIG_CRYPTO_ALGAPI=y
26460 +CONFIG_CRYPTO_BLKCIPHER=y
26461 +# CONFIG_CRYPTO_SEQIV is not set
26462 +CONFIG_CRYPTO_MANAGER=y
26463 +# CONFIG_CRYPTO_HMAC is not set
26464 +# CONFIG_CRYPTO_XCBC is not set
26465 +# CONFIG_CRYPTO_NULL is not set
26466 +# CONFIG_CRYPTO_MD4 is not set
26467 +CONFIG_CRYPTO_MD5=y
26468 +# CONFIG_CRYPTO_SHA1 is not set
26469 +# CONFIG_CRYPTO_SHA256 is not set
26470 +# CONFIG_CRYPTO_SHA512 is not set
26471 +# CONFIG_CRYPTO_WP512 is not set
26472 +# CONFIG_CRYPTO_TGR192 is not set
26473 +# CONFIG_CRYPTO_GF128MUL is not set
26474 +CONFIG_CRYPTO_ECB=m
26475 +CONFIG_CRYPTO_CBC=y
26476 +CONFIG_CRYPTO_PCBC=m
26477 +# CONFIG_CRYPTO_LRW is not set
26478 +# CONFIG_CRYPTO_XTS is not set
26479 +# CONFIG_CRYPTO_CTR is not set
26480 +# CONFIG_CRYPTO_GCM is not set
26481 +# CONFIG_CRYPTO_CCM is not set
26482 +# CONFIG_CRYPTO_CRYPTD is not set
26483 +CONFIG_CRYPTO_DES=y
26484 +# CONFIG_CRYPTO_FCRYPT is not set
26485 +# CONFIG_CRYPTO_BLOWFISH is not set
26486 +# CONFIG_CRYPTO_TWOFISH is not set
26487 +# CONFIG_CRYPTO_SERPENT is not set
26488 +# CONFIG_CRYPTO_AES is not set
26489 +# CONFIG_CRYPTO_CAST5 is not set
26490 +# CONFIG_CRYPTO_CAST6 is not set
26491 +# CONFIG_CRYPTO_TEA is not set
26492 +# CONFIG_CRYPTO_ARC4 is not set
26493 +# CONFIG_CRYPTO_KHAZAD is not set
26494 +# CONFIG_CRYPTO_ANUBIS is not set
26495 +# CONFIG_CRYPTO_SEED is not set
26496 +# CONFIG_CRYPTO_SALSA20 is not set
26497 +# CONFIG_CRYPTO_DEFLATE is not set
26498 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
26499 +# CONFIG_CRYPTO_CRC32C is not set
26500 +# CONFIG_CRYPTO_CAMELLIA is not set
26501 +# CONFIG_CRYPTO_TEST is not set
26502 +# CONFIG_CRYPTO_AUTHENC is not set
26503 +# CONFIG_CRYPTO_LZO is not set
26504 +CONFIG_CRYPTO_HW=y
26505 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
26506 +# CONFIG_PPC_CLOCK is not set
26507 +CONFIG_PPC_LIB_RHEAP=y
26508 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_itx_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc834x_itx_defconfig
26509 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_itx_defconfig    1970-01-01 01:00:00.000000000 +0100
26510 +++ powerpc.git/arch/powerpc/configs/83xx/mpc834x_itx_defconfig 2008-04-19 16:40:52.000000000 +0200
26511 @@ -0,0 +1,1295 @@
26512 +#
26513 +# Automatically generated make config: don't edit
26514 +# Linux kernel version: 2.6.25-rc6
26515 +# Mon Mar 24 08:48:17 2008
26516 +#
26517 +# CONFIG_PPC64 is not set
26518 +
26519 +#
26520 +# Processor support
26521 +#
26522 +CONFIG_6xx=y
26523 +# CONFIG_PPC_85xx is not set
26524 +# CONFIG_PPC_8xx is not set
26525 +# CONFIG_40x is not set
26526 +# CONFIG_44x is not set
26527 +# CONFIG_E200 is not set
26528 +CONFIG_PPC_FPU=y
26529 +# CONFIG_FSL_EMB_PERFMON is not set
26530 +CONFIG_PPC_STD_MMU=y
26531 +CONFIG_PPC_STD_MMU_32=y
26532 +# CONFIG_PPC_MM_SLICES is not set
26533 +# CONFIG_SMP is not set
26534 +CONFIG_PPC32=y
26535 +CONFIG_WORD_SIZE=32
26536 +CONFIG_PPC_MERGE=y
26537 +CONFIG_MMU=y
26538 +CONFIG_GENERIC_CMOS_UPDATE=y
26539 +CONFIG_GENERIC_TIME=y
26540 +CONFIG_GENERIC_TIME_VSYSCALL=y
26541 +CONFIG_GENERIC_CLOCKEVENTS=y
26542 +CONFIG_GENERIC_HARDIRQS=y
26543 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
26544 +CONFIG_IRQ_PER_CPU=y
26545 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
26546 +CONFIG_ARCH_HAS_ILOG2_U32=y
26547 +CONFIG_GENERIC_HWEIGHT=y
26548 +CONFIG_GENERIC_CALIBRATE_DELAY=y
26549 +CONFIG_GENERIC_FIND_NEXT_BIT=y
26550 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
26551 +CONFIG_PPC=y
26552 +CONFIG_EARLY_PRINTK=y
26553 +CONFIG_GENERIC_NVRAM=y
26554 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
26555 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
26556 +CONFIG_PPC_OF=y
26557 +CONFIG_OF=y
26558 +CONFIG_PPC_UDBG_16550=y
26559 +# CONFIG_GENERIC_TBSYNC is not set
26560 +CONFIG_AUDIT_ARCH=y
26561 +CONFIG_GENERIC_BUG=y
26562 +CONFIG_DEFAULT_UIMAGE=y
26563 +# CONFIG_PPC_DCR_NATIVE is not set
26564 +# CONFIG_PPC_DCR_MMIO is not set
26565 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
26566 +
26567 +#
26568 +# General setup
26569 +#
26570 +CONFIG_EXPERIMENTAL=y
26571 +CONFIG_BROKEN_ON_SMP=y
26572 +CONFIG_INIT_ENV_ARG_LIMIT=32
26573 +CONFIG_LOCALVERSION=""
26574 +CONFIG_LOCALVERSION_AUTO=y
26575 +CONFIG_SWAP=y
26576 +CONFIG_SYSVIPC=y
26577 +CONFIG_SYSVIPC_SYSCTL=y
26578 +# CONFIG_POSIX_MQUEUE is not set
26579 +# CONFIG_BSD_PROCESS_ACCT is not set
26580 +# CONFIG_TASKSTATS is not set
26581 +# CONFIG_AUDIT is not set
26582 +# CONFIG_IKCONFIG is not set
26583 +CONFIG_LOG_BUF_SHIFT=14
26584 +# CONFIG_CGROUPS is not set
26585 +CONFIG_GROUP_SCHED=y
26586 +# CONFIG_FAIR_GROUP_SCHED is not set
26587 +# CONFIG_RT_GROUP_SCHED is not set
26588 +CONFIG_USER_SCHED=y
26589 +# CONFIG_CGROUP_SCHED is not set
26590 +CONFIG_SYSFS_DEPRECATED=y
26591 +CONFIG_SYSFS_DEPRECATED_V2=y
26592 +# CONFIG_RELAY is not set
26593 +# CONFIG_NAMESPACES is not set
26594 +CONFIG_BLK_DEV_INITRD=y
26595 +CONFIG_INITRAMFS_SOURCE=""
26596 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
26597 +CONFIG_SYSCTL=y
26598 +CONFIG_EMBEDDED=y
26599 +CONFIG_SYSCTL_SYSCALL=y
26600 +# CONFIG_KALLSYMS is not set
26601 +CONFIG_HOTPLUG=y
26602 +CONFIG_PRINTK=y
26603 +CONFIG_BUG=y
26604 +CONFIG_ELF_CORE=y
26605 +CONFIG_COMPAT_BRK=y
26606 +CONFIG_BASE_FULL=y
26607 +CONFIG_FUTEX=y
26608 +CONFIG_ANON_INODES=y
26609 +# CONFIG_EPOLL is not set
26610 +CONFIG_SIGNALFD=y
26611 +CONFIG_TIMERFD=y
26612 +CONFIG_EVENTFD=y
26613 +CONFIG_SHMEM=y
26614 +CONFIG_VM_EVENT_COUNTERS=y
26615 +CONFIG_SLUB_DEBUG=y
26616 +# CONFIG_SLAB is not set
26617 +CONFIG_SLUB=y
26618 +# CONFIG_SLOB is not set
26619 +# CONFIG_PROFILING is not set
26620 +# CONFIG_MARKERS is not set
26621 +CONFIG_HAVE_OPROFILE=y
26622 +CONFIG_HAVE_KPROBES=y
26623 +CONFIG_HAVE_KRETPROBES=y
26624 +CONFIG_PROC_PAGE_MONITOR=y
26625 +CONFIG_SLABINFO=y
26626 +CONFIG_RT_MUTEXES=y
26627 +# CONFIG_TINY_SHMEM is not set
26628 +CONFIG_BASE_SMALL=0
26629 +CONFIG_MODULES=y
26630 +CONFIG_MODULE_UNLOAD=y
26631 +# CONFIG_MODULE_FORCE_UNLOAD is not set
26632 +# CONFIG_MODVERSIONS is not set
26633 +# CONFIG_MODULE_SRCVERSION_ALL is not set
26634 +# CONFIG_KMOD is not set
26635 +CONFIG_BLOCK=y
26636 +# CONFIG_LBD is not set
26637 +# CONFIG_BLK_DEV_IO_TRACE is not set
26638 +# CONFIG_LSF is not set
26639 +# CONFIG_BLK_DEV_BSG is not set
26640 +
26641 +#
26642 +# IO Schedulers
26643 +#
26644 +CONFIG_IOSCHED_NOOP=y
26645 +CONFIG_IOSCHED_AS=y
26646 +CONFIG_IOSCHED_DEADLINE=y
26647 +CONFIG_IOSCHED_CFQ=y
26648 +CONFIG_DEFAULT_AS=y
26649 +# CONFIG_DEFAULT_DEADLINE is not set
26650 +# CONFIG_DEFAULT_CFQ is not set
26651 +# CONFIG_DEFAULT_NOOP is not set
26652 +CONFIG_DEFAULT_IOSCHED="anticipatory"
26653 +CONFIG_CLASSIC_RCU=y
26654 +
26655 +#
26656 +# Platform support
26657 +#
26658 +# CONFIG_PPC_MULTIPLATFORM is not set
26659 +# CONFIG_PPC_82xx is not set
26660 +CONFIG_PPC_83xx=y
26661 +# CONFIG_PPC_86xx is not set
26662 +# CONFIG_PPC_MPC512x is not set
26663 +# CONFIG_PPC_MPC5121 is not set
26664 +# CONFIG_PPC_CELL is not set
26665 +# CONFIG_PPC_CELL_NATIVE is not set
26666 +# CONFIG_PQ2ADS is not set
26667 +CONFIG_MPC83xx=y
26668 +# CONFIG_MPC831x_RDB is not set
26669 +# CONFIG_MPC832x_MDS is not set
26670 +# CONFIG_MPC832x_RDB is not set
26671 +# CONFIG_MPC834x_MDS is not set
26672 +CONFIG_MPC834x_ITX=y
26673 +# CONFIG_MPC836x_MDS is not set
26674 +# CONFIG_MPC837x_MDS is not set
26675 +# CONFIG_MPC837x_RDB is not set
26676 +# CONFIG_SBC834x is not set
26677 +CONFIG_PPC_MPC834x=y
26678 +CONFIG_IPIC=y
26679 +# CONFIG_MPIC is not set
26680 +# CONFIG_MPIC_WEIRD is not set
26681 +# CONFIG_PPC_I8259 is not set
26682 +# CONFIG_PPC_RTAS is not set
26683 +# CONFIG_MMIO_NVRAM is not set
26684 +# CONFIG_PPC_MPC106 is not set
26685 +# CONFIG_PPC_970_NAP is not set
26686 +# CONFIG_PPC_INDIRECT_IO is not set
26687 +# CONFIG_GENERIC_IOMAP is not set
26688 +# CONFIG_CPU_FREQ is not set
26689 +# CONFIG_FSL_ULI1575 is not set
26690 +
26691 +#
26692 +# Kernel options
26693 +#
26694 +# CONFIG_HIGHMEM is not set
26695 +CONFIG_TICK_ONESHOT=y
26696 +CONFIG_NO_HZ=y
26697 +CONFIG_HIGH_RES_TIMERS=y
26698 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
26699 +# CONFIG_HZ_100 is not set
26700 +CONFIG_HZ_250=y
26701 +# CONFIG_HZ_300 is not set
26702 +# CONFIG_HZ_1000 is not set
26703 +CONFIG_HZ=250
26704 +# CONFIG_SCHED_HRTICK is not set
26705 +CONFIG_PREEMPT_NONE=y
26706 +# CONFIG_PREEMPT_VOLUNTARY is not set
26707 +# CONFIG_PREEMPT is not set
26708 +CONFIG_BINFMT_ELF=y
26709 +# CONFIG_BINFMT_MISC is not set
26710 +# CONFIG_IOMMU_HELPER is not set
26711 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
26712 +CONFIG_ARCH_HAS_WALK_MEMORY=y
26713 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
26714 +CONFIG_ARCH_FLATMEM_ENABLE=y
26715 +CONFIG_ARCH_POPULATES_NODE_MAP=y
26716 +CONFIG_SELECT_MEMORY_MODEL=y
26717 +CONFIG_FLATMEM_MANUAL=y
26718 +# CONFIG_DISCONTIGMEM_MANUAL is not set
26719 +# CONFIG_SPARSEMEM_MANUAL is not set
26720 +CONFIG_FLATMEM=y
26721 +CONFIG_FLAT_NODE_MEM_MAP=y
26722 +# CONFIG_SPARSEMEM_STATIC is not set
26723 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
26724 +CONFIG_SPLIT_PTLOCK_CPUS=4
26725 +# CONFIG_RESOURCES_64BIT is not set
26726 +CONFIG_ZONE_DMA_FLAG=1
26727 +CONFIG_BOUNCE=y
26728 +CONFIG_VIRT_TO_BUS=y
26729 +CONFIG_PROC_DEVICETREE=y
26730 +# CONFIG_CMDLINE_BOOL is not set
26731 +# CONFIG_PM is not set
26732 +CONFIG_SECCOMP=y
26733 +CONFIG_ISA_DMA_API=y
26734 +
26735 +#
26736 +# Bus options
26737 +#
26738 +CONFIG_ZONE_DMA=y
26739 +CONFIG_GENERIC_ISA_DMA=y
26740 +CONFIG_PPC_INDIRECT_PCI=y
26741 +CONFIG_FSL_SOC=y
26742 +CONFIG_PCI=y
26743 +CONFIG_PCI_DOMAINS=y
26744 +CONFIG_PCI_SYSCALL=y
26745 +# CONFIG_PCIEPORTBUS is not set
26746 +CONFIG_ARCH_SUPPORTS_MSI=y
26747 +# CONFIG_PCI_MSI is not set
26748 +CONFIG_PCI_LEGACY=y
26749 +# CONFIG_PCCARD is not set
26750 +# CONFIG_HOTPLUG_PCI is not set
26751 +
26752 +#
26753 +# Advanced setup
26754 +#
26755 +# CONFIG_ADVANCED_OPTIONS is not set
26756 +
26757 +#
26758 +# Default settings for advanced configuration options are used
26759 +#
26760 +CONFIG_HIGHMEM_START=0xfe000000
26761 +CONFIG_LOWMEM_SIZE=0x30000000
26762 +CONFIG_KERNEL_START=0xc0000000
26763 +CONFIG_TASK_SIZE=0xc0000000
26764 +CONFIG_BOOT_LOAD=0x00800000
26765 +
26766 +#
26767 +# Networking
26768 +#
26769 +CONFIG_NET=y
26770 +
26771 +#
26772 +# Networking options
26773 +#
26774 +CONFIG_PACKET=y
26775 +# CONFIG_PACKET_MMAP is not set
26776 +CONFIG_UNIX=y
26777 +CONFIG_XFRM=y
26778 +# CONFIG_XFRM_USER is not set
26779 +# CONFIG_XFRM_SUB_POLICY is not set
26780 +# CONFIG_XFRM_MIGRATE is not set
26781 +# CONFIG_XFRM_STATISTICS is not set
26782 +# CONFIG_NET_KEY is not set
26783 +CONFIG_INET=y
26784 +CONFIG_IP_MULTICAST=y
26785 +# CONFIG_IP_ADVANCED_ROUTER is not set
26786 +CONFIG_IP_FIB_HASH=y
26787 +CONFIG_IP_PNP=y
26788 +CONFIG_IP_PNP_DHCP=y
26789 +CONFIG_IP_PNP_BOOTP=y
26790 +# CONFIG_IP_PNP_RARP is not set
26791 +# CONFIG_NET_IPIP is not set
26792 +# CONFIG_NET_IPGRE is not set
26793 +# CONFIG_IP_MROUTE is not set
26794 +# CONFIG_ARPD is not set
26795 +CONFIG_SYN_COOKIES=y
26796 +# CONFIG_INET_AH is not set
26797 +# CONFIG_INET_ESP is not set
26798 +# CONFIG_INET_IPCOMP is not set
26799 +# CONFIG_INET_XFRM_TUNNEL is not set
26800 +# CONFIG_INET_TUNNEL is not set
26801 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
26802 +CONFIG_INET_XFRM_MODE_TUNNEL=y
26803 +CONFIG_INET_XFRM_MODE_BEET=y
26804 +# CONFIG_INET_LRO is not set
26805 +CONFIG_INET_DIAG=y
26806 +CONFIG_INET_TCP_DIAG=y
26807 +# CONFIG_TCP_CONG_ADVANCED is not set
26808 +CONFIG_TCP_CONG_CUBIC=y
26809 +CONFIG_DEFAULT_TCP_CONG="cubic"
26810 +# CONFIG_TCP_MD5SIG is not set
26811 +# CONFIG_IPV6 is not set
26812 +# CONFIG_INET6_XFRM_TUNNEL is not set
26813 +# CONFIG_INET6_TUNNEL is not set
26814 +# CONFIG_NETWORK_SECMARK is not set
26815 +# CONFIG_NETFILTER is not set
26816 +# CONFIG_IP_DCCP is not set
26817 +# CONFIG_IP_SCTP is not set
26818 +# CONFIG_TIPC is not set
26819 +# CONFIG_ATM is not set
26820 +# CONFIG_BRIDGE is not set
26821 +# CONFIG_VLAN_8021Q is not set
26822 +# CONFIG_DECNET is not set
26823 +# CONFIG_LLC2 is not set
26824 +# CONFIG_IPX is not set
26825 +# CONFIG_ATALK is not set
26826 +# CONFIG_X25 is not set
26827 +# CONFIG_LAPB is not set
26828 +# CONFIG_ECONET is not set
26829 +# CONFIG_WAN_ROUTER is not set
26830 +# CONFIG_NET_SCHED is not set
26831 +
26832 +#
26833 +# Network testing
26834 +#
26835 +# CONFIG_NET_PKTGEN is not set
26836 +# CONFIG_HAMRADIO is not set
26837 +# CONFIG_CAN is not set
26838 +# CONFIG_IRDA is not set
26839 +# CONFIG_BT is not set
26840 +# CONFIG_AF_RXRPC is not set
26841 +
26842 +#
26843 +# Wireless
26844 +#
26845 +# CONFIG_CFG80211 is not set
26846 +# CONFIG_WIRELESS_EXT is not set
26847 +# CONFIG_MAC80211 is not set
26848 +# CONFIG_IEEE80211 is not set
26849 +# CONFIG_RFKILL is not set
26850 +# CONFIG_NET_9P is not set
26851 +
26852 +#
26853 +# Device Drivers
26854 +#
26855 +
26856 +#
26857 +# Generic Driver Options
26858 +#
26859 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
26860 +CONFIG_STANDALONE=y
26861 +CONFIG_PREVENT_FIRMWARE_BUILD=y
26862 +# CONFIG_FW_LOADER is not set
26863 +# CONFIG_SYS_HYPERVISOR is not set
26864 +# CONFIG_CONNECTOR is not set
26865 +CONFIG_MTD=y
26866 +# CONFIG_MTD_DEBUG is not set
26867 +# CONFIG_MTD_CONCAT is not set
26868 +# CONFIG_MTD_PARTITIONS is not set
26869 +
26870 +#
26871 +# User Modules And Translation Layers
26872 +#
26873 +CONFIG_MTD_CHAR=y
26874 +# CONFIG_MTD_BLKDEVS is not set
26875 +# CONFIG_MTD_BLOCK is not set
26876 +# CONFIG_MTD_BLOCK_RO is not set
26877 +# CONFIG_FTL is not set
26878 +# CONFIG_NFTL is not set
26879 +# CONFIG_INFTL is not set
26880 +# CONFIG_RFD_FTL is not set
26881 +# CONFIG_SSFDC is not set
26882 +# CONFIG_MTD_OOPS is not set
26883 +
26884 +#
26885 +# RAM/ROM/Flash chip drivers
26886 +#
26887 +CONFIG_MTD_CFI=y
26888 +# CONFIG_MTD_JEDECPROBE is not set
26889 +CONFIG_MTD_GEN_PROBE=y
26890 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
26891 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
26892 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
26893 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
26894 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
26895 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
26896 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
26897 +CONFIG_MTD_CFI_I1=y
26898 +CONFIG_MTD_CFI_I2=y
26899 +# CONFIG_MTD_CFI_I4 is not set
26900 +# CONFIG_MTD_CFI_I8 is not set
26901 +# CONFIG_MTD_CFI_INTELEXT is not set
26902 +CONFIG_MTD_CFI_AMDSTD=y
26903 +# CONFIG_MTD_CFI_STAA is not set
26904 +CONFIG_MTD_CFI_UTIL=y
26905 +# CONFIG_MTD_RAM is not set
26906 +# CONFIG_MTD_ROM is not set
26907 +# CONFIG_MTD_ABSENT is not set
26908 +
26909 +#
26910 +# Mapping drivers for chip access
26911 +#
26912 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
26913 +CONFIG_MTD_PHYSMAP=y
26914 +CONFIG_MTD_PHYSMAP_START=0xfe000000
26915 +CONFIG_MTD_PHYSMAP_LEN=0x1000000
26916 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
26917 +# CONFIG_MTD_PHYSMAP_OF is not set
26918 +# CONFIG_MTD_INTEL_VR_NOR is not set
26919 +# CONFIG_MTD_PLATRAM is not set
26920 +
26921 +#
26922 +# Self-contained MTD device drivers
26923 +#
26924 +# CONFIG_MTD_PMC551 is not set
26925 +# CONFIG_MTD_DATAFLASH is not set
26926 +# CONFIG_MTD_M25P80 is not set
26927 +# CONFIG_MTD_SLRAM is not set
26928 +# CONFIG_MTD_PHRAM is not set
26929 +# CONFIG_MTD_MTDRAM is not set
26930 +# CONFIG_MTD_BLOCK2MTD is not set
26931 +
26932 +#
26933 +# Disk-On-Chip Device Drivers
26934 +#
26935 +# CONFIG_MTD_DOC2000 is not set
26936 +# CONFIG_MTD_DOC2001 is not set
26937 +# CONFIG_MTD_DOC2001PLUS is not set
26938 +# CONFIG_MTD_NAND is not set
26939 +# CONFIG_MTD_ONENAND is not set
26940 +
26941 +#
26942 +# UBI - Unsorted block images
26943 +#
26944 +# CONFIG_MTD_UBI is not set
26945 +CONFIG_OF_DEVICE=y
26946 +# CONFIG_PARPORT is not set
26947 +CONFIG_BLK_DEV=y
26948 +# CONFIG_BLK_DEV_FD is not set
26949 +# CONFIG_BLK_CPQ_DA is not set
26950 +# CONFIG_BLK_CPQ_CISS_DA is not set
26951 +# CONFIG_BLK_DEV_DAC960 is not set
26952 +# CONFIG_BLK_DEV_UMEM is not set
26953 +# CONFIG_BLK_DEV_COW_COMMON is not set
26954 +CONFIG_BLK_DEV_LOOP=y
26955 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
26956 +# CONFIG_BLK_DEV_NBD is not set
26957 +# CONFIG_BLK_DEV_SX8 is not set
26958 +# CONFIG_BLK_DEV_UB is not set
26959 +CONFIG_BLK_DEV_RAM=y
26960 +CONFIG_BLK_DEV_RAM_COUNT=16
26961 +CONFIG_BLK_DEV_RAM_SIZE=32768
26962 +# CONFIG_BLK_DEV_XIP is not set
26963 +# CONFIG_CDROM_PKTCDVD is not set
26964 +# CONFIG_ATA_OVER_ETH is not set
26965 +CONFIG_MISC_DEVICES=y
26966 +# CONFIG_PHANTOM is not set
26967 +# CONFIG_EEPROM_93CX6 is not set
26968 +# CONFIG_SGI_IOC4 is not set
26969 +# CONFIG_TIFM_CORE is not set
26970 +# CONFIG_ENCLOSURE_SERVICES is not set
26971 +CONFIG_HAVE_IDE=y
26972 +CONFIG_IDE=y
26973 +CONFIG_IDE_MAX_HWIFS=4
26974 +# CONFIG_BLK_DEV_IDE is not set
26975 +# CONFIG_BLK_DEV_HD_ONLY is not set
26976 +# CONFIG_BLK_DEV_HD is not set
26977 +
26978 +#
26979 +# SCSI device support
26980 +#
26981 +# CONFIG_RAID_ATTRS is not set
26982 +CONFIG_SCSI=y
26983 +CONFIG_SCSI_DMA=y
26984 +# CONFIG_SCSI_TGT is not set
26985 +# CONFIG_SCSI_NETLINK is not set
26986 +CONFIG_SCSI_PROC_FS=y
26987 +
26988 +#
26989 +# SCSI support type (disk, tape, CD-ROM)
26990 +#
26991 +CONFIG_BLK_DEV_SD=y
26992 +# CONFIG_CHR_DEV_ST is not set
26993 +# CONFIG_CHR_DEV_OSST is not set
26994 +# CONFIG_BLK_DEV_SR is not set
26995 +CONFIG_CHR_DEV_SG=y
26996 +# CONFIG_CHR_DEV_SCH is not set
26997 +
26998 +#
26999 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
27000 +#
27001 +# CONFIG_SCSI_MULTI_LUN is not set
27002 +# CONFIG_SCSI_CONSTANTS is not set
27003 +# CONFIG_SCSI_LOGGING is not set
27004 +# CONFIG_SCSI_SCAN_ASYNC is not set
27005 +CONFIG_SCSI_WAIT_SCAN=m
27006 +
27007 +#
27008 +# SCSI Transports
27009 +#
27010 +CONFIG_SCSI_SPI_ATTRS=y
27011 +# CONFIG_SCSI_FC_ATTRS is not set
27012 +# CONFIG_SCSI_ISCSI_ATTRS is not set
27013 +# CONFIG_SCSI_SAS_LIBSAS is not set
27014 +# CONFIG_SCSI_SRP_ATTRS is not set
27015 +CONFIG_SCSI_LOWLEVEL=y
27016 +# CONFIG_ISCSI_TCP is not set
27017 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
27018 +# CONFIG_SCSI_3W_9XXX is not set
27019 +# CONFIG_SCSI_ACARD is not set
27020 +# CONFIG_SCSI_AACRAID is not set
27021 +# CONFIG_SCSI_AIC7XXX is not set
27022 +# CONFIG_SCSI_AIC7XXX_OLD is not set
27023 +# CONFIG_SCSI_AIC79XX is not set
27024 +# CONFIG_SCSI_AIC94XX is not set
27025 +# CONFIG_SCSI_DPT_I2O is not set
27026 +# CONFIG_SCSI_ADVANSYS is not set
27027 +# CONFIG_SCSI_ARCMSR is not set
27028 +# CONFIG_MEGARAID_NEWGEN is not set
27029 +# CONFIG_MEGARAID_LEGACY is not set
27030 +# CONFIG_MEGARAID_SAS is not set
27031 +# CONFIG_SCSI_HPTIOP is not set
27032 +# CONFIG_SCSI_BUSLOGIC is not set
27033 +# CONFIG_SCSI_DMX3191D is not set
27034 +# CONFIG_SCSI_EATA is not set
27035 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
27036 +# CONFIG_SCSI_GDTH is not set
27037 +# CONFIG_SCSI_IPS is not set
27038 +# CONFIG_SCSI_INITIO is not set
27039 +# CONFIG_SCSI_INIA100 is not set
27040 +# CONFIG_SCSI_MVSAS is not set
27041 +# CONFIG_SCSI_STEX is not set
27042 +# CONFIG_SCSI_SYM53C8XX_2 is not set
27043 +# CONFIG_SCSI_IPR is not set
27044 +# CONFIG_SCSI_QLOGIC_1280 is not set
27045 +# CONFIG_SCSI_QLA_FC is not set
27046 +# CONFIG_SCSI_QLA_ISCSI is not set
27047 +# CONFIG_SCSI_LPFC is not set
27048 +# CONFIG_SCSI_DC395x is not set
27049 +# CONFIG_SCSI_DC390T is not set
27050 +# CONFIG_SCSI_NSP32 is not set
27051 +# CONFIG_SCSI_DEBUG is not set
27052 +# CONFIG_SCSI_SRP is not set
27053 +CONFIG_ATA=y
27054 +# CONFIG_ATA_NONSTANDARD is not set
27055 +# CONFIG_SATA_AHCI is not set
27056 +# CONFIG_SATA_SVW is not set
27057 +# CONFIG_ATA_PIIX is not set
27058 +# CONFIG_SATA_MV is not set
27059 +# CONFIG_SATA_NV is not set
27060 +# CONFIG_PDC_ADMA is not set
27061 +# CONFIG_SATA_QSTOR is not set
27062 +# CONFIG_SATA_PROMISE is not set
27063 +# CONFIG_SATA_SX4 is not set
27064 +CONFIG_SATA_SIL=y
27065 +# CONFIG_SATA_SIL24 is not set
27066 +# CONFIG_SATA_SIS is not set
27067 +# CONFIG_SATA_ULI is not set
27068 +# CONFIG_SATA_VIA is not set
27069 +# CONFIG_SATA_VITESSE is not set
27070 +# CONFIG_SATA_INIC162X is not set
27071 +# CONFIG_SATA_FSL is not set
27072 +# CONFIG_PATA_ALI is not set
27073 +# CONFIG_PATA_AMD is not set
27074 +# CONFIG_PATA_ARTOP is not set
27075 +# CONFIG_PATA_ATIIXP is not set
27076 +# CONFIG_PATA_CMD640_PCI is not set
27077 +# CONFIG_PATA_CMD64X is not set
27078 +# CONFIG_PATA_CS5520 is not set
27079 +# CONFIG_PATA_CS5530 is not set
27080 +# CONFIG_PATA_CYPRESS is not set
27081 +# CONFIG_PATA_EFAR is not set
27082 +# CONFIG_ATA_GENERIC is not set
27083 +# CONFIG_PATA_HPT366 is not set
27084 +# CONFIG_PATA_HPT37X is not set
27085 +# CONFIG_PATA_HPT3X2N is not set
27086 +# CONFIG_PATA_HPT3X3 is not set
27087 +# CONFIG_PATA_IT821X is not set
27088 +# CONFIG_PATA_IT8213 is not set
27089 +# CONFIG_PATA_JMICRON is not set
27090 +# CONFIG_PATA_TRIFLEX is not set
27091 +# CONFIG_PATA_MARVELL is not set
27092 +# CONFIG_PATA_MPIIX is not set
27093 +# CONFIG_PATA_OLDPIIX is not set
27094 +# CONFIG_PATA_NETCELL is not set
27095 +# CONFIG_PATA_NINJA32 is not set
27096 +# CONFIG_PATA_NS87410 is not set
27097 +# CONFIG_PATA_NS87415 is not set
27098 +# CONFIG_PATA_OPTI is not set
27099 +# CONFIG_PATA_OPTIDMA is not set
27100 +# CONFIG_PATA_PDC_OLD is not set
27101 +# CONFIG_PATA_RADISYS is not set
27102 +# CONFIG_PATA_RZ1000 is not set
27103 +# CONFIG_PATA_SC1200 is not set
27104 +# CONFIG_PATA_SERVERWORKS is not set
27105 +# CONFIG_PATA_PDC2027X is not set
27106 +# CONFIG_PATA_SIL680 is not set
27107 +# CONFIG_PATA_SIS is not set
27108 +# CONFIG_PATA_VIA is not set
27109 +# CONFIG_PATA_WINBOND is not set
27110 +CONFIG_PATA_PLATFORM=y
27111 +CONFIG_PATA_OF_PLATFORM=y
27112 +CONFIG_MD=y
27113 +CONFIG_BLK_DEV_MD=y
27114 +CONFIG_MD_LINEAR=y
27115 +CONFIG_MD_RAID0=y
27116 +CONFIG_MD_RAID1=y
27117 +# CONFIG_MD_RAID10 is not set
27118 +# CONFIG_MD_RAID456 is not set
27119 +# CONFIG_MD_MULTIPATH is not set
27120 +# CONFIG_MD_FAULTY is not set
27121 +# CONFIG_BLK_DEV_DM is not set
27122 +# CONFIG_FUSION is not set
27123 +
27124 +#
27125 +# IEEE 1394 (FireWire) support
27126 +#
27127 +# CONFIG_FIREWIRE is not set
27128 +# CONFIG_IEEE1394 is not set
27129 +# CONFIG_I2O is not set
27130 +# CONFIG_MACINTOSH_DRIVERS is not set
27131 +CONFIG_NETDEVICES=y
27132 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
27133 +# CONFIG_DUMMY is not set
27134 +# CONFIG_BONDING is not set
27135 +# CONFIG_MACVLAN is not set
27136 +# CONFIG_EQUALIZER is not set
27137 +# CONFIG_TUN is not set
27138 +# CONFIG_VETH is not set
27139 +# CONFIG_ARCNET is not set
27140 +CONFIG_PHYLIB=y
27141 +
27142 +#
27143 +# MII PHY device drivers
27144 +#
27145 +# CONFIG_MARVELL_PHY is not set
27146 +# CONFIG_DAVICOM_PHY is not set
27147 +# CONFIG_QSEMI_PHY is not set
27148 +# CONFIG_LXT_PHY is not set
27149 +CONFIG_CICADA_PHY=y
27150 +# CONFIG_VITESSE_PHY is not set
27151 +# CONFIG_SMSC_PHY is not set
27152 +# CONFIG_BROADCOM_PHY is not set
27153 +# CONFIG_ICPLUS_PHY is not set
27154 +# CONFIG_REALTEK_PHY is not set
27155 +# CONFIG_FIXED_PHY is not set
27156 +# CONFIG_MDIO_BITBANG is not set
27157 +# CONFIG_NET_ETHERNET is not set
27158 +CONFIG_NETDEV_1000=y
27159 +# CONFIG_ACENIC is not set
27160 +# CONFIG_DL2K is not set
27161 +# CONFIG_E1000 is not set
27162 +# CONFIG_E1000E is not set
27163 +# CONFIG_E1000E_ENABLED is not set
27164 +# CONFIG_IP1000 is not set
27165 +# CONFIG_IGB is not set
27166 +# CONFIG_NS83820 is not set
27167 +# CONFIG_HAMACHI is not set
27168 +# CONFIG_YELLOWFIN is not set
27169 +# CONFIG_R8169 is not set
27170 +# CONFIG_SIS190 is not set
27171 +# CONFIG_SKGE is not set
27172 +# CONFIG_SKY2 is not set
27173 +# CONFIG_SK98LIN is not set
27174 +# CONFIG_VIA_VELOCITY is not set
27175 +# CONFIG_TIGON3 is not set
27176 +# CONFIG_BNX2 is not set
27177 +CONFIG_GIANFAR=y
27178 +CONFIG_GFAR_NAPI=y
27179 +# CONFIG_QLA3XXX is not set
27180 +# CONFIG_ATL1 is not set
27181 +CONFIG_NETDEV_10000=y
27182 +# CONFIG_CHELSIO_T1 is not set
27183 +# CONFIG_CHELSIO_T3 is not set
27184 +# CONFIG_IXGBE is not set
27185 +# CONFIG_IXGB is not set
27186 +# CONFIG_S2IO is not set
27187 +# CONFIG_MYRI10GE is not set
27188 +# CONFIG_NETXEN_NIC is not set
27189 +# CONFIG_NIU is not set
27190 +# CONFIG_MLX4_CORE is not set
27191 +# CONFIG_TEHUTI is not set
27192 +# CONFIG_BNX2X is not set
27193 +# CONFIG_TR is not set
27194 +
27195 +#
27196 +# Wireless LAN
27197 +#
27198 +# CONFIG_WLAN_PRE80211 is not set
27199 +# CONFIG_WLAN_80211 is not set
27200 +
27201 +#
27202 +# USB Network Adapters
27203 +#
27204 +# CONFIG_USB_CATC is not set
27205 +# CONFIG_USB_KAWETH is not set
27206 +# CONFIG_USB_PEGASUS is not set
27207 +# CONFIG_USB_RTL8150 is not set
27208 +# CONFIG_USB_USBNET is not set
27209 +# CONFIG_WAN is not set
27210 +# CONFIG_FDDI is not set
27211 +# CONFIG_HIPPI is not set
27212 +# CONFIG_PPP is not set
27213 +# CONFIG_SLIP is not set
27214 +# CONFIG_NET_FC is not set
27215 +# CONFIG_NETCONSOLE is not set
27216 +# CONFIG_NETPOLL is not set
27217 +# CONFIG_NET_POLL_CONTROLLER is not set
27218 +# CONFIG_ISDN is not set
27219 +# CONFIG_PHONE is not set
27220 +
27221 +#
27222 +# Input device support
27223 +#
27224 +# CONFIG_INPUT is not set
27225 +
27226 +#
27227 +# Hardware I/O ports
27228 +#
27229 +# CONFIG_SERIO is not set
27230 +# CONFIG_GAMEPORT is not set
27231 +
27232 +#
27233 +# Character devices
27234 +#
27235 +# CONFIG_VT is not set
27236 +# CONFIG_SERIAL_NONSTANDARD is not set
27237 +# CONFIG_NOZOMI is not set
27238 +
27239 +#
27240 +# Serial drivers
27241 +#
27242 +CONFIG_SERIAL_8250=y
27243 +CONFIG_SERIAL_8250_CONSOLE=y
27244 +# CONFIG_SERIAL_8250_PCI is not set
27245 +CONFIG_SERIAL_8250_NR_UARTS=4
27246 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
27247 +# CONFIG_SERIAL_8250_EXTENDED is not set
27248 +
27249 +#
27250 +# Non-8250 serial port support
27251 +#
27252 +# CONFIG_SERIAL_UARTLITE is not set
27253 +CONFIG_SERIAL_CORE=y
27254 +CONFIG_SERIAL_CORE_CONSOLE=y
27255 +# CONFIG_SERIAL_JSM is not set
27256 +# CONFIG_SERIAL_OF_PLATFORM is not set
27257 +CONFIG_UNIX98_PTYS=y
27258 +CONFIG_LEGACY_PTYS=y
27259 +CONFIG_LEGACY_PTY_COUNT=256
27260 +# CONFIG_IPMI_HANDLER is not set
27261 +CONFIG_HW_RANDOM=y
27262 +# CONFIG_NVRAM is not set
27263 +# CONFIG_GEN_RTC is not set
27264 +# CONFIG_R3964 is not set
27265 +# CONFIG_APPLICOM is not set
27266 +# CONFIG_RAW_DRIVER is not set
27267 +# CONFIG_TCG_TPM is not set
27268 +CONFIG_DEVPORT=y
27269 +CONFIG_I2C=y
27270 +CONFIG_I2C_BOARDINFO=y
27271 +CONFIG_I2C_CHARDEV=y
27272 +
27273 +#
27274 +# I2C Algorithms
27275 +#
27276 +# CONFIG_I2C_ALGOBIT is not set
27277 +# CONFIG_I2C_ALGOPCF is not set
27278 +# CONFIG_I2C_ALGOPCA is not set
27279 +
27280 +#
27281 +# I2C Hardware Bus support
27282 +#
27283 +# CONFIG_I2C_ALI1535 is not set
27284 +# CONFIG_I2C_ALI1563 is not set
27285 +# CONFIG_I2C_ALI15X3 is not set
27286 +# CONFIG_I2C_AMD756 is not set
27287 +# CONFIG_I2C_AMD8111 is not set
27288 +# CONFIG_I2C_I801 is not set
27289 +# CONFIG_I2C_I810 is not set
27290 +# CONFIG_I2C_PIIX4 is not set
27291 +CONFIG_I2C_MPC=y
27292 +# CONFIG_I2C_NFORCE2 is not set
27293 +# CONFIG_I2C_OCORES is not set
27294 +# CONFIG_I2C_PARPORT_LIGHT is not set
27295 +# CONFIG_I2C_PROSAVAGE is not set
27296 +# CONFIG_I2C_SAVAGE4 is not set
27297 +# CONFIG_I2C_SIMTEC is not set
27298 +# CONFIG_I2C_SIS5595 is not set
27299 +# CONFIG_I2C_SIS630 is not set
27300 +# CONFIG_I2C_SIS96X is not set
27301 +# CONFIG_I2C_TAOS_EVM is not set
27302 +# CONFIG_I2C_STUB is not set
27303 +# CONFIG_I2C_TINY_USB is not set
27304 +# CONFIG_I2C_VIA is not set
27305 +# CONFIG_I2C_VIAPRO is not set
27306 +# CONFIG_I2C_VOODOO3 is not set
27307 +
27308 +#
27309 +# Miscellaneous I2C Chip support
27310 +#
27311 +# CONFIG_DS1682 is not set
27312 +# CONFIG_SENSORS_EEPROM is not set
27313 +CONFIG_SENSORS_PCF8574=y
27314 +# CONFIG_PCF8575 is not set
27315 +# CONFIG_SENSORS_PCF8591 is not set
27316 +# CONFIG_TPS65010 is not set
27317 +# CONFIG_SENSORS_MAX6875 is not set
27318 +# CONFIG_SENSORS_TSL2550 is not set
27319 +# CONFIG_I2C_DEBUG_CORE is not set
27320 +# CONFIG_I2C_DEBUG_ALGO is not set
27321 +# CONFIG_I2C_DEBUG_BUS is not set
27322 +# CONFIG_I2C_DEBUG_CHIP is not set
27323 +
27324 +#
27325 +# SPI support
27326 +#
27327 +CONFIG_SPI=y
27328 +CONFIG_SPI_MASTER=y
27329 +
27330 +#
27331 +# SPI Master Controller Drivers
27332 +#
27333 +CONFIG_SPI_BITBANG=y
27334 +CONFIG_SPI_MPC83xx=y
27335 +
27336 +#
27337 +# SPI Protocol Masters
27338 +#
27339 +# CONFIG_SPI_AT25 is not set
27340 +# CONFIG_SPI_SPIDEV is not set
27341 +# CONFIG_SPI_TLE62X0 is not set
27342 +# CONFIG_W1 is not set
27343 +# CONFIG_POWER_SUPPLY is not set
27344 +# CONFIG_HWMON is not set
27345 +# CONFIG_THERMAL is not set
27346 +CONFIG_WATCHDOG=y
27347 +# CONFIG_WATCHDOG_NOWAYOUT is not set
27348 +
27349 +#
27350 +# Watchdog Device Drivers
27351 +#
27352 +# CONFIG_SOFT_WATCHDOG is not set
27353 +CONFIG_83xx_WDT=y
27354 +
27355 +#
27356 +# PCI-based Watchdog Cards
27357 +#
27358 +# CONFIG_PCIPCWATCHDOG is not set
27359 +# CONFIG_WDTPCI is not set
27360 +
27361 +#
27362 +# USB-based Watchdog Cards
27363 +#
27364 +# CONFIG_USBPCWATCHDOG is not set
27365 +
27366 +#
27367 +# Sonics Silicon Backplane
27368 +#
27369 +CONFIG_SSB_POSSIBLE=y
27370 +# CONFIG_SSB is not set
27371 +
27372 +#
27373 +# Multifunction device drivers
27374 +#
27375 +# CONFIG_MFD_SM501 is not set
27376 +
27377 +#
27378 +# Multimedia devices
27379 +#
27380 +# CONFIG_VIDEO_DEV is not set
27381 +# CONFIG_DVB_CORE is not set
27382 +CONFIG_DAB=y
27383 +# CONFIG_USB_DABUSB is not set
27384 +
27385 +#
27386 +# Graphics support
27387 +#
27388 +# CONFIG_AGP is not set
27389 +# CONFIG_DRM is not set
27390 +# CONFIG_VGASTATE is not set
27391 +CONFIG_VIDEO_OUTPUT_CONTROL=m
27392 +# CONFIG_FB is not set
27393 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
27394 +
27395 +#
27396 +# Display device support
27397 +#
27398 +# CONFIG_DISPLAY_SUPPORT is not set
27399 +
27400 +#
27401 +# Sound
27402 +#
27403 +# CONFIG_SOUND is not set
27404 +CONFIG_USB_SUPPORT=y
27405 +CONFIG_USB_ARCH_HAS_HCD=y
27406 +CONFIG_USB_ARCH_HAS_OHCI=y
27407 +CONFIG_USB_ARCH_HAS_EHCI=y
27408 +CONFIG_USB=y
27409 +# CONFIG_USB_DEBUG is not set
27410 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
27411 +
27412 +#
27413 +# Miscellaneous USB options
27414 +#
27415 +CONFIG_USB_DEVICEFS=y
27416 +CONFIG_USB_DEVICE_CLASS=y
27417 +# CONFIG_USB_DYNAMIC_MINORS is not set
27418 +# CONFIG_USB_OTG is not set
27419 +
27420 +#
27421 +# USB Host Controller Drivers
27422 +#
27423 +CONFIG_USB_EHCI_HCD=y
27424 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
27425 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
27426 +CONFIG_USB_EHCI_FSL=y
27427 +CONFIG_USB_EHCI_HCD_PPC_OF=y
27428 +# CONFIG_USB_ISP116X_HCD is not set
27429 +# CONFIG_USB_OHCI_HCD is not set
27430 +CONFIG_USB_UHCI_HCD=y
27431 +# CONFIG_USB_SL811_HCD is not set
27432 +# CONFIG_USB_R8A66597_HCD is not set
27433 +
27434 +#
27435 +# USB Device Class drivers
27436 +#
27437 +# CONFIG_USB_ACM is not set
27438 +# CONFIG_USB_PRINTER is not set
27439 +
27440 +#
27441 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
27442 +#
27443 +
27444 +#
27445 +# may also be needed; see USB_STORAGE Help for more information
27446 +#
27447 +CONFIG_USB_STORAGE=y
27448 +# CONFIG_USB_STORAGE_DEBUG is not set
27449 +# CONFIG_USB_STORAGE_DATAFAB is not set
27450 +# CONFIG_USB_STORAGE_FREECOM is not set
27451 +# CONFIG_USB_STORAGE_ISD200 is not set
27452 +# CONFIG_USB_STORAGE_DPCM is not set
27453 +# CONFIG_USB_STORAGE_USBAT is not set
27454 +# CONFIG_USB_STORAGE_SDDR09 is not set
27455 +# CONFIG_USB_STORAGE_SDDR55 is not set
27456 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
27457 +# CONFIG_USB_STORAGE_ALAUDA is not set
27458 +# CONFIG_USB_STORAGE_KARMA is not set
27459 +# CONFIG_USB_LIBUSUAL is not set
27460 +
27461 +#
27462 +# USB Imaging devices
27463 +#
27464 +# CONFIG_USB_MDC800 is not set
27465 +# CONFIG_USB_MICROTEK is not set
27466 +CONFIG_USB_MON=y
27467 +
27468 +#
27469 +# USB port drivers
27470 +#
27471 +# CONFIG_USB_SERIAL is not set
27472 +
27473 +#
27474 +# USB Miscellaneous drivers
27475 +#
27476 +# CONFIG_USB_EMI62 is not set
27477 +# CONFIG_USB_EMI26 is not set
27478 +# CONFIG_USB_ADUTUX is not set
27479 +# CONFIG_USB_AUERSWALD is not set
27480 +# CONFIG_USB_RIO500 is not set
27481 +# CONFIG_USB_LEGOTOWER is not set
27482 +# CONFIG_USB_LCD is not set
27483 +# CONFIG_USB_BERRY_CHARGE is not set
27484 +# CONFIG_USB_LED is not set
27485 +# CONFIG_USB_CYPRESS_CY7C63 is not set
27486 +# CONFIG_USB_CYTHERM is not set
27487 +# CONFIG_USB_PHIDGET is not set
27488 +# CONFIG_USB_IDMOUSE is not set
27489 +# CONFIG_USB_FTDI_ELAN is not set
27490 +# CONFIG_USB_APPLEDISPLAY is not set
27491 +# CONFIG_USB_SISUSBVGA is not set
27492 +# CONFIG_USB_LD is not set
27493 +# CONFIG_USB_TRANCEVIBRATOR is not set
27494 +# CONFIG_USB_IOWARRIOR is not set
27495 +# CONFIG_USB_TEST is not set
27496 +# CONFIG_USB_GADGET is not set
27497 +# CONFIG_MMC is not set
27498 +# CONFIG_MEMSTICK is not set
27499 +# CONFIG_NEW_LEDS is not set
27500 +# CONFIG_INFINIBAND is not set
27501 +# CONFIG_EDAC is not set
27502 +CONFIG_RTC_LIB=y
27503 +CONFIG_RTC_CLASS=y
27504 +CONFIG_RTC_HCTOSYS=y
27505 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
27506 +# CONFIG_RTC_DEBUG is not set
27507 +
27508 +#
27509 +# RTC interfaces
27510 +#
27511 +CONFIG_RTC_INTF_SYSFS=y
27512 +CONFIG_RTC_INTF_PROC=y
27513 +CONFIG_RTC_INTF_DEV=y
27514 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
27515 +# CONFIG_RTC_DRV_TEST is not set
27516 +
27517 +#
27518 +# I2C RTC drivers
27519 +#
27520 +CONFIG_RTC_DRV_DS1307=y
27521 +# CONFIG_RTC_DRV_DS1374 is not set
27522 +# CONFIG_RTC_DRV_DS1672 is not set
27523 +# CONFIG_RTC_DRV_MAX6900 is not set
27524 +# CONFIG_RTC_DRV_RS5C372 is not set
27525 +# CONFIG_RTC_DRV_ISL1208 is not set
27526 +# CONFIG_RTC_DRV_X1205 is not set
27527 +# CONFIG_RTC_DRV_PCF8563 is not set
27528 +# CONFIG_RTC_DRV_PCF8583 is not set
27529 +# CONFIG_RTC_DRV_M41T80 is not set
27530 +# CONFIG_RTC_DRV_S35390A is not set
27531 +
27532 +#
27533 +# SPI RTC drivers
27534 +#
27535 +# CONFIG_RTC_DRV_MAX6902 is not set
27536 +# CONFIG_RTC_DRV_R9701 is not set
27537 +# CONFIG_RTC_DRV_RS5C348 is not set
27538 +
27539 +#
27540 +# Platform RTC drivers
27541 +#
27542 +# CONFIG_RTC_DRV_CMOS is not set
27543 +# CONFIG_RTC_DRV_DS1511 is not set
27544 +# CONFIG_RTC_DRV_DS1553 is not set
27545 +# CONFIG_RTC_DRV_DS1742 is not set
27546 +# CONFIG_RTC_DRV_STK17TA8 is not set
27547 +# CONFIG_RTC_DRV_M48T86 is not set
27548 +# CONFIG_RTC_DRV_M48T59 is not set
27549 +# CONFIG_RTC_DRV_V3020 is not set
27550 +
27551 +#
27552 +# on-CPU RTC drivers
27553 +#
27554 +# CONFIG_DMADEVICES is not set
27555 +
27556 +#
27557 +# Userspace I/O
27558 +#
27559 +# CONFIG_UIO is not set
27560 +
27561 +#
27562 +# File systems
27563 +#
27564 +CONFIG_EXT2_FS=y
27565 +# CONFIG_EXT2_FS_XATTR is not set
27566 +# CONFIG_EXT2_FS_XIP is not set
27567 +CONFIG_EXT3_FS=y
27568 +CONFIG_EXT3_FS_XATTR=y
27569 +# CONFIG_EXT3_FS_POSIX_ACL is not set
27570 +# CONFIG_EXT3_FS_SECURITY is not set
27571 +# CONFIG_EXT4DEV_FS is not set
27572 +CONFIG_JBD=y
27573 +CONFIG_FS_MBCACHE=y
27574 +# CONFIG_REISERFS_FS is not set
27575 +# CONFIG_JFS_FS is not set
27576 +# CONFIG_FS_POSIX_ACL is not set
27577 +# CONFIG_XFS_FS is not set
27578 +# CONFIG_GFS2_FS is not set
27579 +# CONFIG_OCFS2_FS is not set
27580 +CONFIG_DNOTIFY=y
27581 +CONFIG_INOTIFY=y
27582 +CONFIG_INOTIFY_USER=y
27583 +# CONFIG_QUOTA is not set
27584 +# CONFIG_AUTOFS_FS is not set
27585 +# CONFIG_AUTOFS4_FS is not set
27586 +# CONFIG_FUSE_FS is not set
27587 +
27588 +#
27589 +# CD-ROM/DVD Filesystems
27590 +#
27591 +# CONFIG_ISO9660_FS is not set
27592 +# CONFIG_UDF_FS is not set
27593 +
27594 +#
27595 +# DOS/FAT/NT Filesystems
27596 +#
27597 +CONFIG_FAT_FS=y
27598 +CONFIG_MSDOS_FS=y
27599 +CONFIG_VFAT_FS=y
27600 +CONFIG_FAT_DEFAULT_CODEPAGE=437
27601 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
27602 +# CONFIG_NTFS_FS is not set
27603 +
27604 +#
27605 +# Pseudo filesystems
27606 +#
27607 +CONFIG_PROC_FS=y
27608 +CONFIG_PROC_KCORE=y
27609 +CONFIG_PROC_SYSCTL=y
27610 +CONFIG_SYSFS=y
27611 +CONFIG_TMPFS=y
27612 +# CONFIG_TMPFS_POSIX_ACL is not set
27613 +# CONFIG_HUGETLB_PAGE is not set
27614 +# CONFIG_CONFIGFS_FS is not set
27615 +
27616 +#
27617 +# Miscellaneous filesystems
27618 +#
27619 +# CONFIG_ADFS_FS is not set
27620 +# CONFIG_AFFS_FS is not set
27621 +# CONFIG_HFS_FS is not set
27622 +# CONFIG_HFSPLUS_FS is not set
27623 +# CONFIG_BEFS_FS is not set
27624 +# CONFIG_BFS_FS is not set
27625 +# CONFIG_EFS_FS is not set
27626 +# CONFIG_JFFS2_FS is not set
27627 +# CONFIG_CRAMFS is not set
27628 +# CONFIG_VXFS_FS is not set
27629 +# CONFIG_MINIX_FS is not set
27630 +# CONFIG_HPFS_FS is not set
27631 +# CONFIG_QNX4FS_FS is not set
27632 +# CONFIG_ROMFS_FS is not set
27633 +# CONFIG_SYSV_FS is not set
27634 +# CONFIG_UFS_FS is not set
27635 +CONFIG_NETWORK_FILESYSTEMS=y
27636 +CONFIG_NFS_FS=y
27637 +CONFIG_NFS_V3=y
27638 +# CONFIG_NFS_V3_ACL is not set
27639 +CONFIG_NFS_V4=y
27640 +# CONFIG_NFS_DIRECTIO is not set
27641 +# CONFIG_NFSD is not set
27642 +CONFIG_ROOT_NFS=y
27643 +CONFIG_LOCKD=y
27644 +CONFIG_LOCKD_V4=y
27645 +CONFIG_NFS_COMMON=y
27646 +CONFIG_SUNRPC=y
27647 +CONFIG_SUNRPC_GSS=y
27648 +# CONFIG_SUNRPC_BIND34 is not set
27649 +CONFIG_RPCSEC_GSS_KRB5=y
27650 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
27651 +# CONFIG_SMB_FS is not set
27652 +# CONFIG_CIFS is not set
27653 +# CONFIG_NCP_FS is not set
27654 +# CONFIG_CODA_FS is not set
27655 +# CONFIG_AFS_FS is not set
27656 +
27657 +#
27658 +# Partition Types
27659 +#
27660 +CONFIG_PARTITION_ADVANCED=y
27661 +# CONFIG_ACORN_PARTITION is not set
27662 +# CONFIG_OSF_PARTITION is not set
27663 +# CONFIG_AMIGA_PARTITION is not set
27664 +# CONFIG_ATARI_PARTITION is not set
27665 +CONFIG_MAC_PARTITION=y
27666 +CONFIG_MSDOS_PARTITION=y
27667 +# CONFIG_BSD_DISKLABEL is not set
27668 +# CONFIG_MINIX_SUBPARTITION is not set
27669 +# CONFIG_SOLARIS_X86_PARTITION is not set
27670 +# CONFIG_UNIXWARE_DISKLABEL is not set
27671 +# CONFIG_LDM_PARTITION is not set
27672 +# CONFIG_SGI_PARTITION is not set
27673 +# CONFIG_ULTRIX_PARTITION is not set
27674 +# CONFIG_SUN_PARTITION is not set
27675 +# CONFIG_KARMA_PARTITION is not set
27676 +# CONFIG_EFI_PARTITION is not set
27677 +# CONFIG_SYSV68_PARTITION is not set
27678 +CONFIG_NLS=y
27679 +CONFIG_NLS_DEFAULT="iso8859-1"
27680 +# CONFIG_NLS_CODEPAGE_437 is not set
27681 +# CONFIG_NLS_CODEPAGE_737 is not set
27682 +# CONFIG_NLS_CODEPAGE_775 is not set
27683 +# CONFIG_NLS_CODEPAGE_850 is not set
27684 +# CONFIG_NLS_CODEPAGE_852 is not set
27685 +# CONFIG_NLS_CODEPAGE_855 is not set
27686 +# CONFIG_NLS_CODEPAGE_857 is not set
27687 +# CONFIG_NLS_CODEPAGE_860 is not set
27688 +# CONFIG_NLS_CODEPAGE_861 is not set
27689 +# CONFIG_NLS_CODEPAGE_862 is not set
27690 +# CONFIG_NLS_CODEPAGE_863 is not set
27691 +# CONFIG_NLS_CODEPAGE_864 is not set
27692 +# CONFIG_NLS_CODEPAGE_865 is not set
27693 +# CONFIG_NLS_CODEPAGE_866 is not set
27694 +# CONFIG_NLS_CODEPAGE_869 is not set
27695 +# CONFIG_NLS_CODEPAGE_936 is not set
27696 +# CONFIG_NLS_CODEPAGE_950 is not set
27697 +# CONFIG_NLS_CODEPAGE_932 is not set
27698 +# CONFIG_NLS_CODEPAGE_949 is not set
27699 +# CONFIG_NLS_CODEPAGE_874 is not set
27700 +# CONFIG_NLS_ISO8859_8 is not set
27701 +# CONFIG_NLS_CODEPAGE_1250 is not set
27702 +# CONFIG_NLS_CODEPAGE_1251 is not set
27703 +# CONFIG_NLS_ASCII is not set
27704 +# CONFIG_NLS_ISO8859_1 is not set
27705 +# CONFIG_NLS_ISO8859_2 is not set
27706 +# CONFIG_NLS_ISO8859_3 is not set
27707 +# CONFIG_NLS_ISO8859_4 is not set
27708 +# CONFIG_NLS_ISO8859_5 is not set
27709 +# CONFIG_NLS_ISO8859_6 is not set
27710 +# CONFIG_NLS_ISO8859_7 is not set
27711 +# CONFIG_NLS_ISO8859_9 is not set
27712 +# CONFIG_NLS_ISO8859_13 is not set
27713 +# CONFIG_NLS_ISO8859_14 is not set
27714 +# CONFIG_NLS_ISO8859_15 is not set
27715 +# CONFIG_NLS_KOI8_R is not set
27716 +# CONFIG_NLS_KOI8_U is not set
27717 +# CONFIG_NLS_UTF8 is not set
27718 +# CONFIG_DLM is not set
27719 +
27720 +#
27721 +# Library routines
27722 +#
27723 +CONFIG_BITREVERSE=y
27724 +# CONFIG_CRC_CCITT is not set
27725 +# CONFIG_CRC16 is not set
27726 +# CONFIG_CRC_ITU_T is not set
27727 +CONFIG_CRC32=y
27728 +# CONFIG_CRC7 is not set
27729 +# CONFIG_LIBCRC32C is not set
27730 +CONFIG_PLIST=y
27731 +CONFIG_HAS_IOMEM=y
27732 +CONFIG_HAS_IOPORT=y
27733 +CONFIG_HAS_DMA=y
27734 +
27735 +#
27736 +# Kernel hacking
27737 +#
27738 +# CONFIG_PRINTK_TIME is not set
27739 +CONFIG_ENABLE_WARN_DEPRECATED=y
27740 +CONFIG_ENABLE_MUST_CHECK=y
27741 +# CONFIG_MAGIC_SYSRQ is not set
27742 +# CONFIG_UNUSED_SYMBOLS is not set
27743 +# CONFIG_DEBUG_FS is not set
27744 +# CONFIG_HEADERS_CHECK is not set
27745 +# CONFIG_DEBUG_KERNEL is not set
27746 +# CONFIG_SLUB_DEBUG_ON is not set
27747 +# CONFIG_SLUB_STATS is not set
27748 +# CONFIG_DEBUG_BUGVERBOSE is not set
27749 +# CONFIG_SAMPLES is not set
27750 +# CONFIG_PPC_EARLY_DEBUG is not set
27751 +
27752 +#
27753 +# Security options
27754 +#
27755 +# CONFIG_KEYS is not set
27756 +# CONFIG_SECURITY is not set
27757 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
27758 +CONFIG_CRYPTO=y
27759 +CONFIG_CRYPTO_ALGAPI=y
27760 +CONFIG_CRYPTO_BLKCIPHER=y
27761 +# CONFIG_CRYPTO_SEQIV is not set
27762 +CONFIG_CRYPTO_MANAGER=y
27763 +# CONFIG_CRYPTO_HMAC is not set
27764 +# CONFIG_CRYPTO_XCBC is not set
27765 +# CONFIG_CRYPTO_NULL is not set
27766 +# CONFIG_CRYPTO_MD4 is not set
27767 +CONFIG_CRYPTO_MD5=y
27768 +# CONFIG_CRYPTO_SHA1 is not set
27769 +# CONFIG_CRYPTO_SHA256 is not set
27770 +# CONFIG_CRYPTO_SHA512 is not set
27771 +# CONFIG_CRYPTO_WP512 is not set
27772 +# CONFIG_CRYPTO_TGR192 is not set
27773 +# CONFIG_CRYPTO_GF128MUL is not set
27774 +# CONFIG_CRYPTO_ECB is not set
27775 +CONFIG_CRYPTO_CBC=y
27776 +CONFIG_CRYPTO_PCBC=m
27777 +# CONFIG_CRYPTO_LRW is not set
27778 +# CONFIG_CRYPTO_XTS is not set
27779 +# CONFIG_CRYPTO_CTR is not set
27780 +# CONFIG_CRYPTO_GCM is not set
27781 +# CONFIG_CRYPTO_CCM is not set
27782 +# CONFIG_CRYPTO_CRYPTD is not set
27783 +CONFIG_CRYPTO_DES=y
27784 +# CONFIG_CRYPTO_FCRYPT is not set
27785 +# CONFIG_CRYPTO_BLOWFISH is not set
27786 +# CONFIG_CRYPTO_TWOFISH is not set
27787 +# CONFIG_CRYPTO_SERPENT is not set
27788 +# CONFIG_CRYPTO_AES is not set
27789 +# CONFIG_CRYPTO_CAST5 is not set
27790 +# CONFIG_CRYPTO_CAST6 is not set
27791 +# CONFIG_CRYPTO_TEA is not set
27792 +# CONFIG_CRYPTO_ARC4 is not set
27793 +# CONFIG_CRYPTO_KHAZAD is not set
27794 +# CONFIG_CRYPTO_ANUBIS is not set
27795 +# CONFIG_CRYPTO_SEED is not set
27796 +# CONFIG_CRYPTO_SALSA20 is not set
27797 +# CONFIG_CRYPTO_DEFLATE is not set
27798 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
27799 +# CONFIG_CRYPTO_CRC32C is not set
27800 +# CONFIG_CRYPTO_CAMELLIA is not set
27801 +# CONFIG_CRYPTO_TEST is not set
27802 +# CONFIG_CRYPTO_AUTHENC is not set
27803 +# CONFIG_CRYPTO_LZO is not set
27804 +CONFIG_CRYPTO_HW=y
27805 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
27806 +# CONFIG_PPC_CLOCK is not set
27807 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
27808 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig  1970-01-01 01:00:00.000000000 +0100
27809 +++ powerpc.git/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig       2008-04-19 16:40:52.000000000 +0200
27810 @@ -0,0 +1,1222 @@
27811 +#
27812 +# Automatically generated make config: don't edit
27813 +# Linux kernel version: 2.6.25-rc6
27814 +# Mon Mar 24 08:48:18 2008
27815 +#
27816 +# CONFIG_PPC64 is not set
27817 +
27818 +#
27819 +# Processor support
27820 +#
27821 +CONFIG_6xx=y
27822 +# CONFIG_PPC_85xx is not set
27823 +# CONFIG_PPC_8xx is not set
27824 +# CONFIG_40x is not set
27825 +# CONFIG_44x is not set
27826 +# CONFIG_E200 is not set
27827 +CONFIG_PPC_FPU=y
27828 +# CONFIG_FSL_EMB_PERFMON is not set
27829 +CONFIG_PPC_STD_MMU=y
27830 +CONFIG_PPC_STD_MMU_32=y
27831 +# CONFIG_PPC_MM_SLICES is not set
27832 +# CONFIG_SMP is not set
27833 +CONFIG_PPC32=y
27834 +CONFIG_WORD_SIZE=32
27835 +CONFIG_PPC_MERGE=y
27836 +CONFIG_MMU=y
27837 +CONFIG_GENERIC_CMOS_UPDATE=y
27838 +CONFIG_GENERIC_TIME=y
27839 +CONFIG_GENERIC_TIME_VSYSCALL=y
27840 +CONFIG_GENERIC_CLOCKEVENTS=y
27841 +CONFIG_GENERIC_HARDIRQS=y
27842 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
27843 +CONFIG_IRQ_PER_CPU=y
27844 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
27845 +CONFIG_ARCH_HAS_ILOG2_U32=y
27846 +CONFIG_GENERIC_HWEIGHT=y
27847 +CONFIG_GENERIC_CALIBRATE_DELAY=y
27848 +CONFIG_GENERIC_FIND_NEXT_BIT=y
27849 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
27850 +CONFIG_PPC=y
27851 +CONFIG_EARLY_PRINTK=y
27852 +CONFIG_GENERIC_NVRAM=y
27853 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
27854 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
27855 +CONFIG_PPC_OF=y
27856 +CONFIG_OF=y
27857 +CONFIG_PPC_UDBG_16550=y
27858 +# CONFIG_GENERIC_TBSYNC is not set
27859 +CONFIG_AUDIT_ARCH=y
27860 +CONFIG_GENERIC_BUG=y
27861 +CONFIG_DEFAULT_UIMAGE=y
27862 +# CONFIG_PPC_DCR_NATIVE is not set
27863 +# CONFIG_PPC_DCR_MMIO is not set
27864 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
27865 +
27866 +#
27867 +# General setup
27868 +#
27869 +CONFIG_EXPERIMENTAL=y
27870 +CONFIG_BROKEN_ON_SMP=y
27871 +CONFIG_INIT_ENV_ARG_LIMIT=32
27872 +CONFIG_LOCALVERSION=""
27873 +CONFIG_LOCALVERSION_AUTO=y
27874 +CONFIG_SWAP=y
27875 +CONFIG_SYSVIPC=y
27876 +CONFIG_SYSVIPC_SYSCTL=y
27877 +# CONFIG_POSIX_MQUEUE is not set
27878 +# CONFIG_BSD_PROCESS_ACCT is not set
27879 +# CONFIG_TASKSTATS is not set
27880 +# CONFIG_AUDIT is not set
27881 +# CONFIG_IKCONFIG is not set
27882 +CONFIG_LOG_BUF_SHIFT=14
27883 +# CONFIG_CGROUPS is not set
27884 +CONFIG_GROUP_SCHED=y
27885 +# CONFIG_FAIR_GROUP_SCHED is not set
27886 +# CONFIG_RT_GROUP_SCHED is not set
27887 +CONFIG_USER_SCHED=y
27888 +# CONFIG_CGROUP_SCHED is not set
27889 +CONFIG_SYSFS_DEPRECATED=y
27890 +CONFIG_SYSFS_DEPRECATED_V2=y
27891 +# CONFIG_RELAY is not set
27892 +# CONFIG_NAMESPACES is not set
27893 +CONFIG_BLK_DEV_INITRD=y
27894 +CONFIG_INITRAMFS_SOURCE=""
27895 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
27896 +CONFIG_SYSCTL=y
27897 +CONFIG_EMBEDDED=y
27898 +CONFIG_SYSCTL_SYSCALL=y
27899 +# CONFIG_KALLSYMS is not set
27900 +CONFIG_HOTPLUG=y
27901 +CONFIG_PRINTK=y
27902 +CONFIG_BUG=y
27903 +CONFIG_ELF_CORE=y
27904 +CONFIG_COMPAT_BRK=y
27905 +CONFIG_BASE_FULL=y
27906 +CONFIG_FUTEX=y
27907 +CONFIG_ANON_INODES=y
27908 +# CONFIG_EPOLL is not set
27909 +CONFIG_SIGNALFD=y
27910 +CONFIG_TIMERFD=y
27911 +CONFIG_EVENTFD=y
27912 +CONFIG_SHMEM=y
27913 +CONFIG_VM_EVENT_COUNTERS=y
27914 +CONFIG_SLUB_DEBUG=y
27915 +# CONFIG_SLAB is not set
27916 +CONFIG_SLUB=y
27917 +# CONFIG_SLOB is not set
27918 +# CONFIG_PROFILING is not set
27919 +# CONFIG_MARKERS is not set
27920 +CONFIG_HAVE_OPROFILE=y
27921 +CONFIG_HAVE_KPROBES=y
27922 +CONFIG_HAVE_KRETPROBES=y
27923 +CONFIG_PROC_PAGE_MONITOR=y
27924 +CONFIG_SLABINFO=y
27925 +CONFIG_RT_MUTEXES=y
27926 +# CONFIG_TINY_SHMEM is not set
27927 +CONFIG_BASE_SMALL=0
27928 +CONFIG_MODULES=y
27929 +CONFIG_MODULE_UNLOAD=y
27930 +# CONFIG_MODULE_FORCE_UNLOAD is not set
27931 +# CONFIG_MODVERSIONS is not set
27932 +# CONFIG_MODULE_SRCVERSION_ALL is not set
27933 +# CONFIG_KMOD is not set
27934 +CONFIG_BLOCK=y
27935 +# CONFIG_LBD is not set
27936 +# CONFIG_BLK_DEV_IO_TRACE is not set
27937 +# CONFIG_LSF is not set
27938 +# CONFIG_BLK_DEV_BSG is not set
27939 +
27940 +#
27941 +# IO Schedulers
27942 +#
27943 +CONFIG_IOSCHED_NOOP=y
27944 +CONFIG_IOSCHED_AS=y
27945 +CONFIG_IOSCHED_DEADLINE=y
27946 +CONFIG_IOSCHED_CFQ=y
27947 +CONFIG_DEFAULT_AS=y
27948 +# CONFIG_DEFAULT_DEADLINE is not set
27949 +# CONFIG_DEFAULT_CFQ is not set
27950 +# CONFIG_DEFAULT_NOOP is not set
27951 +CONFIG_DEFAULT_IOSCHED="anticipatory"
27952 +CONFIG_CLASSIC_RCU=y
27953 +
27954 +#
27955 +# Platform support
27956 +#
27957 +# CONFIG_PPC_MULTIPLATFORM is not set
27958 +# CONFIG_PPC_82xx is not set
27959 +CONFIG_PPC_83xx=y
27960 +# CONFIG_PPC_86xx is not set
27961 +# CONFIG_PPC_MPC512x is not set
27962 +# CONFIG_PPC_MPC5121 is not set
27963 +# CONFIG_PPC_CELL is not set
27964 +# CONFIG_PPC_CELL_NATIVE is not set
27965 +# CONFIG_PQ2ADS is not set
27966 +CONFIG_MPC83xx=y
27967 +# CONFIG_MPC831x_RDB is not set
27968 +# CONFIG_MPC832x_MDS is not set
27969 +# CONFIG_MPC832x_RDB is not set
27970 +# CONFIG_MPC834x_MDS is not set
27971 +CONFIG_MPC834x_ITX=y
27972 +# CONFIG_MPC836x_MDS is not set
27973 +# CONFIG_MPC837x_MDS is not set
27974 +# CONFIG_MPC837x_RDB is not set
27975 +# CONFIG_SBC834x is not set
27976 +CONFIG_PPC_MPC834x=y
27977 +CONFIG_IPIC=y
27978 +# CONFIG_MPIC is not set
27979 +# CONFIG_MPIC_WEIRD is not set
27980 +# CONFIG_PPC_I8259 is not set
27981 +# CONFIG_PPC_RTAS is not set
27982 +# CONFIG_MMIO_NVRAM is not set
27983 +# CONFIG_PPC_MPC106 is not set
27984 +# CONFIG_PPC_970_NAP is not set
27985 +# CONFIG_PPC_INDIRECT_IO is not set
27986 +# CONFIG_GENERIC_IOMAP is not set
27987 +# CONFIG_CPU_FREQ is not set
27988 +# CONFIG_FSL_ULI1575 is not set
27989 +
27990 +#
27991 +# Kernel options
27992 +#
27993 +# CONFIG_HIGHMEM is not set
27994 +CONFIG_TICK_ONESHOT=y
27995 +CONFIG_NO_HZ=y
27996 +CONFIG_HIGH_RES_TIMERS=y
27997 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
27998 +# CONFIG_HZ_100 is not set
27999 +CONFIG_HZ_250=y
28000 +# CONFIG_HZ_300 is not set
28001 +# CONFIG_HZ_1000 is not set
28002 +CONFIG_HZ=250
28003 +# CONFIG_SCHED_HRTICK is not set
28004 +CONFIG_PREEMPT_NONE=y
28005 +# CONFIG_PREEMPT_VOLUNTARY is not set
28006 +# CONFIG_PREEMPT is not set
28007 +CONFIG_BINFMT_ELF=y
28008 +# CONFIG_BINFMT_MISC is not set
28009 +# CONFIG_IOMMU_HELPER is not set
28010 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
28011 +CONFIG_ARCH_HAS_WALK_MEMORY=y
28012 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
28013 +CONFIG_ARCH_FLATMEM_ENABLE=y
28014 +CONFIG_ARCH_POPULATES_NODE_MAP=y
28015 +CONFIG_SELECT_MEMORY_MODEL=y
28016 +CONFIG_FLATMEM_MANUAL=y
28017 +# CONFIG_DISCONTIGMEM_MANUAL is not set
28018 +# CONFIG_SPARSEMEM_MANUAL is not set
28019 +CONFIG_FLATMEM=y
28020 +CONFIG_FLAT_NODE_MEM_MAP=y
28021 +# CONFIG_SPARSEMEM_STATIC is not set
28022 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
28023 +CONFIG_SPLIT_PTLOCK_CPUS=4
28024 +# CONFIG_RESOURCES_64BIT is not set
28025 +CONFIG_ZONE_DMA_FLAG=1
28026 +CONFIG_BOUNCE=y
28027 +CONFIG_VIRT_TO_BUS=y
28028 +CONFIG_PROC_DEVICETREE=y
28029 +# CONFIG_CMDLINE_BOOL is not set
28030 +# CONFIG_PM is not set
28031 +CONFIG_SECCOMP=y
28032 +CONFIG_ISA_DMA_API=y
28033 +
28034 +#
28035 +# Bus options
28036 +#
28037 +CONFIG_ZONE_DMA=y
28038 +CONFIG_GENERIC_ISA_DMA=y
28039 +CONFIG_PPC_INDIRECT_PCI=y
28040 +CONFIG_FSL_SOC=y
28041 +CONFIG_PCI=y
28042 +CONFIG_PCI_DOMAINS=y
28043 +CONFIG_PCI_SYSCALL=y
28044 +# CONFIG_PCIEPORTBUS is not set
28045 +CONFIG_ARCH_SUPPORTS_MSI=y
28046 +# CONFIG_PCI_MSI is not set
28047 +CONFIG_PCI_LEGACY=y
28048 +# CONFIG_PCCARD is not set
28049 +# CONFIG_HOTPLUG_PCI is not set
28050 +
28051 +#
28052 +# Advanced setup
28053 +#
28054 +# CONFIG_ADVANCED_OPTIONS is not set
28055 +
28056 +#
28057 +# Default settings for advanced configuration options are used
28058 +#
28059 +CONFIG_HIGHMEM_START=0xfe000000
28060 +CONFIG_LOWMEM_SIZE=0x30000000
28061 +CONFIG_KERNEL_START=0xc0000000
28062 +CONFIG_TASK_SIZE=0xc0000000
28063 +CONFIG_BOOT_LOAD=0x00800000
28064 +
28065 +#
28066 +# Networking
28067 +#
28068 +CONFIG_NET=y
28069 +
28070 +#
28071 +# Networking options
28072 +#
28073 +CONFIG_PACKET=y
28074 +# CONFIG_PACKET_MMAP is not set
28075 +CONFIG_UNIX=y
28076 +CONFIG_XFRM=y
28077 +# CONFIG_XFRM_USER is not set
28078 +# CONFIG_XFRM_SUB_POLICY is not set
28079 +# CONFIG_XFRM_MIGRATE is not set
28080 +# CONFIG_XFRM_STATISTICS is not set
28081 +# CONFIG_NET_KEY is not set
28082 +CONFIG_INET=y
28083 +CONFIG_IP_MULTICAST=y
28084 +# CONFIG_IP_ADVANCED_ROUTER is not set
28085 +CONFIG_IP_FIB_HASH=y
28086 +CONFIG_IP_PNP=y
28087 +CONFIG_IP_PNP_DHCP=y
28088 +CONFIG_IP_PNP_BOOTP=y
28089 +# CONFIG_IP_PNP_RARP is not set
28090 +# CONFIG_NET_IPIP is not set
28091 +# CONFIG_NET_IPGRE is not set
28092 +# CONFIG_IP_MROUTE is not set
28093 +# CONFIG_ARPD is not set
28094 +CONFIG_SYN_COOKIES=y
28095 +# CONFIG_INET_AH is not set
28096 +# CONFIG_INET_ESP is not set
28097 +# CONFIG_INET_IPCOMP is not set
28098 +# CONFIG_INET_XFRM_TUNNEL is not set
28099 +# CONFIG_INET_TUNNEL is not set
28100 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
28101 +CONFIG_INET_XFRM_MODE_TUNNEL=y
28102 +CONFIG_INET_XFRM_MODE_BEET=y
28103 +# CONFIG_INET_LRO is not set
28104 +CONFIG_INET_DIAG=y
28105 +CONFIG_INET_TCP_DIAG=y
28106 +# CONFIG_TCP_CONG_ADVANCED is not set
28107 +CONFIG_TCP_CONG_CUBIC=y
28108 +CONFIG_DEFAULT_TCP_CONG="cubic"
28109 +# CONFIG_TCP_MD5SIG is not set
28110 +# CONFIG_IPV6 is not set
28111 +# CONFIG_INET6_XFRM_TUNNEL is not set
28112 +# CONFIG_INET6_TUNNEL is not set
28113 +# CONFIG_NETWORK_SECMARK is not set
28114 +# CONFIG_NETFILTER is not set
28115 +# CONFIG_IP_DCCP is not set
28116 +# CONFIG_IP_SCTP is not set
28117 +# CONFIG_TIPC is not set
28118 +# CONFIG_ATM is not set
28119 +# CONFIG_BRIDGE is not set
28120 +# CONFIG_VLAN_8021Q is not set
28121 +# CONFIG_DECNET is not set
28122 +# CONFIG_LLC2 is not set
28123 +# CONFIG_IPX is not set
28124 +# CONFIG_ATALK is not set
28125 +# CONFIG_X25 is not set
28126 +# CONFIG_LAPB is not set
28127 +# CONFIG_ECONET is not set
28128 +# CONFIG_WAN_ROUTER is not set
28129 +# CONFIG_NET_SCHED is not set
28130 +
28131 +#
28132 +# Network testing
28133 +#
28134 +# CONFIG_NET_PKTGEN is not set
28135 +# CONFIG_HAMRADIO is not set
28136 +# CONFIG_CAN is not set
28137 +# CONFIG_IRDA is not set
28138 +# CONFIG_BT is not set
28139 +# CONFIG_AF_RXRPC is not set
28140 +
28141 +#
28142 +# Wireless
28143 +#
28144 +# CONFIG_CFG80211 is not set
28145 +# CONFIG_WIRELESS_EXT is not set
28146 +# CONFIG_MAC80211 is not set
28147 +# CONFIG_IEEE80211 is not set
28148 +# CONFIG_RFKILL is not set
28149 +# CONFIG_NET_9P is not set
28150 +
28151 +#
28152 +# Device Drivers
28153 +#
28154 +
28155 +#
28156 +# Generic Driver Options
28157 +#
28158 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
28159 +CONFIG_STANDALONE=y
28160 +CONFIG_PREVENT_FIRMWARE_BUILD=y
28161 +# CONFIG_FW_LOADER is not set
28162 +# CONFIG_SYS_HYPERVISOR is not set
28163 +# CONFIG_CONNECTOR is not set
28164 +CONFIG_MTD=y
28165 +# CONFIG_MTD_DEBUG is not set
28166 +# CONFIG_MTD_CONCAT is not set
28167 +# CONFIG_MTD_PARTITIONS is not set
28168 +
28169 +#
28170 +# User Modules And Translation Layers
28171 +#
28172 +CONFIG_MTD_CHAR=y
28173 +# CONFIG_MTD_BLKDEVS is not set
28174 +# CONFIG_MTD_BLOCK is not set
28175 +# CONFIG_MTD_BLOCK_RO is not set
28176 +# CONFIG_FTL is not set
28177 +# CONFIG_NFTL is not set
28178 +# CONFIG_INFTL is not set
28179 +# CONFIG_RFD_FTL is not set
28180 +# CONFIG_SSFDC is not set
28181 +# CONFIG_MTD_OOPS is not set
28182 +
28183 +#
28184 +# RAM/ROM/Flash chip drivers
28185 +#
28186 +CONFIG_MTD_CFI=y
28187 +# CONFIG_MTD_JEDECPROBE is not set
28188 +CONFIG_MTD_GEN_PROBE=y
28189 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
28190 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
28191 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
28192 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
28193 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
28194 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
28195 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
28196 +CONFIG_MTD_CFI_I1=y
28197 +CONFIG_MTD_CFI_I2=y
28198 +# CONFIG_MTD_CFI_I4 is not set
28199 +# CONFIG_MTD_CFI_I8 is not set
28200 +# CONFIG_MTD_CFI_INTELEXT is not set
28201 +CONFIG_MTD_CFI_AMDSTD=y
28202 +# CONFIG_MTD_CFI_STAA is not set
28203 +CONFIG_MTD_CFI_UTIL=y
28204 +# CONFIG_MTD_RAM is not set
28205 +# CONFIG_MTD_ROM is not set
28206 +# CONFIG_MTD_ABSENT is not set
28207 +
28208 +#
28209 +# Mapping drivers for chip access
28210 +#
28211 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
28212 +CONFIG_MTD_PHYSMAP=y
28213 +CONFIG_MTD_PHYSMAP_START=0xfe000000
28214 +CONFIG_MTD_PHYSMAP_LEN=0x800000
28215 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
28216 +# CONFIG_MTD_PHYSMAP_OF is not set
28217 +# CONFIG_MTD_INTEL_VR_NOR is not set
28218 +# CONFIG_MTD_PLATRAM is not set
28219 +
28220 +#
28221 +# Self-contained MTD device drivers
28222 +#
28223 +# CONFIG_MTD_PMC551 is not set
28224 +# CONFIG_MTD_DATAFLASH is not set
28225 +# CONFIG_MTD_M25P80 is not set
28226 +# CONFIG_MTD_SLRAM is not set
28227 +# CONFIG_MTD_PHRAM is not set
28228 +# CONFIG_MTD_MTDRAM is not set
28229 +# CONFIG_MTD_BLOCK2MTD is not set
28230 +
28231 +#
28232 +# Disk-On-Chip Device Drivers
28233 +#
28234 +# CONFIG_MTD_DOC2000 is not set
28235 +# CONFIG_MTD_DOC2001 is not set
28236 +# CONFIG_MTD_DOC2001PLUS is not set
28237 +# CONFIG_MTD_NAND is not set
28238 +# CONFIG_MTD_ONENAND is not set
28239 +
28240 +#
28241 +# UBI - Unsorted block images
28242 +#
28243 +# CONFIG_MTD_UBI is not set
28244 +CONFIG_OF_DEVICE=y
28245 +# CONFIG_PARPORT is not set
28246 +CONFIG_BLK_DEV=y
28247 +# CONFIG_BLK_DEV_FD is not set
28248 +# CONFIG_BLK_CPQ_DA is not set
28249 +# CONFIG_BLK_CPQ_CISS_DA is not set
28250 +# CONFIG_BLK_DEV_DAC960 is not set
28251 +# CONFIG_BLK_DEV_UMEM is not set
28252 +# CONFIG_BLK_DEV_COW_COMMON is not set
28253 +CONFIG_BLK_DEV_LOOP=y
28254 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
28255 +# CONFIG_BLK_DEV_NBD is not set
28256 +# CONFIG_BLK_DEV_SX8 is not set
28257 +# CONFIG_BLK_DEV_UB is not set
28258 +CONFIG_BLK_DEV_RAM=y
28259 +CONFIG_BLK_DEV_RAM_COUNT=16
28260 +CONFIG_BLK_DEV_RAM_SIZE=32768
28261 +# CONFIG_BLK_DEV_XIP is not set
28262 +# CONFIG_CDROM_PKTCDVD is not set
28263 +# CONFIG_ATA_OVER_ETH is not set
28264 +CONFIG_MISC_DEVICES=y
28265 +# CONFIG_PHANTOM is not set
28266 +# CONFIG_EEPROM_93CX6 is not set
28267 +# CONFIG_SGI_IOC4 is not set
28268 +# CONFIG_TIFM_CORE is not set
28269 +# CONFIG_ENCLOSURE_SERVICES is not set
28270 +CONFIG_HAVE_IDE=y
28271 +# CONFIG_IDE is not set
28272 +
28273 +#
28274 +# SCSI device support
28275 +#
28276 +# CONFIG_RAID_ATTRS is not set
28277 +CONFIG_SCSI=y
28278 +CONFIG_SCSI_DMA=y
28279 +# CONFIG_SCSI_TGT is not set
28280 +# CONFIG_SCSI_NETLINK is not set
28281 +CONFIG_SCSI_PROC_FS=y
28282 +
28283 +#
28284 +# SCSI support type (disk, tape, CD-ROM)
28285 +#
28286 +CONFIG_BLK_DEV_SD=y
28287 +# CONFIG_CHR_DEV_ST is not set
28288 +# CONFIG_CHR_DEV_OSST is not set
28289 +# CONFIG_BLK_DEV_SR is not set
28290 +CONFIG_CHR_DEV_SG=y
28291 +# CONFIG_CHR_DEV_SCH is not set
28292 +
28293 +#
28294 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
28295 +#
28296 +# CONFIG_SCSI_MULTI_LUN is not set
28297 +# CONFIG_SCSI_CONSTANTS is not set
28298 +# CONFIG_SCSI_LOGGING is not set
28299 +# CONFIG_SCSI_SCAN_ASYNC is not set
28300 +CONFIG_SCSI_WAIT_SCAN=m
28301 +
28302 +#
28303 +# SCSI Transports
28304 +#
28305 +CONFIG_SCSI_SPI_ATTRS=y
28306 +# CONFIG_SCSI_FC_ATTRS is not set
28307 +# CONFIG_SCSI_ISCSI_ATTRS is not set
28308 +# CONFIG_SCSI_SAS_LIBSAS is not set
28309 +# CONFIG_SCSI_SRP_ATTRS is not set
28310 +CONFIG_SCSI_LOWLEVEL=y
28311 +# CONFIG_ISCSI_TCP is not set
28312 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
28313 +# CONFIG_SCSI_3W_9XXX is not set
28314 +# CONFIG_SCSI_ACARD is not set
28315 +# CONFIG_SCSI_AACRAID is not set
28316 +# CONFIG_SCSI_AIC7XXX is not set
28317 +# CONFIG_SCSI_AIC7XXX_OLD is not set
28318 +# CONFIG_SCSI_AIC79XX is not set
28319 +# CONFIG_SCSI_AIC94XX is not set
28320 +# CONFIG_SCSI_DPT_I2O is not set
28321 +# CONFIG_SCSI_ADVANSYS is not set
28322 +# CONFIG_SCSI_ARCMSR is not set
28323 +# CONFIG_MEGARAID_NEWGEN is not set
28324 +# CONFIG_MEGARAID_LEGACY is not set
28325 +# CONFIG_MEGARAID_SAS is not set
28326 +# CONFIG_SCSI_HPTIOP is not set
28327 +# CONFIG_SCSI_BUSLOGIC is not set
28328 +# CONFIG_SCSI_DMX3191D is not set
28329 +# CONFIG_SCSI_EATA is not set
28330 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
28331 +# CONFIG_SCSI_GDTH is not set
28332 +# CONFIG_SCSI_IPS is not set
28333 +# CONFIG_SCSI_INITIO is not set
28334 +# CONFIG_SCSI_INIA100 is not set
28335 +# CONFIG_SCSI_MVSAS is not set
28336 +# CONFIG_SCSI_STEX is not set
28337 +# CONFIG_SCSI_SYM53C8XX_2 is not set
28338 +# CONFIG_SCSI_QLOGIC_1280 is not set
28339 +# CONFIG_SCSI_QLA_FC is not set
28340 +# CONFIG_SCSI_QLA_ISCSI is not set
28341 +# CONFIG_SCSI_LPFC is not set
28342 +# CONFIG_SCSI_DC395x is not set
28343 +# CONFIG_SCSI_DC390T is not set
28344 +# CONFIG_SCSI_NSP32 is not set
28345 +# CONFIG_SCSI_DEBUG is not set
28346 +# CONFIG_SCSI_SRP is not set
28347 +# CONFIG_ATA is not set
28348 +# CONFIG_MD is not set
28349 +# CONFIG_FUSION is not set
28350 +
28351 +#
28352 +# IEEE 1394 (FireWire) support
28353 +#
28354 +# CONFIG_FIREWIRE is not set
28355 +# CONFIG_IEEE1394 is not set
28356 +# CONFIG_I2O is not set
28357 +# CONFIG_MACINTOSH_DRIVERS is not set
28358 +CONFIG_NETDEVICES=y
28359 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
28360 +# CONFIG_DUMMY is not set
28361 +# CONFIG_BONDING is not set
28362 +# CONFIG_MACVLAN is not set
28363 +# CONFIG_EQUALIZER is not set
28364 +# CONFIG_TUN is not set
28365 +# CONFIG_VETH is not set
28366 +# CONFIG_ARCNET is not set
28367 +CONFIG_PHYLIB=y
28368 +
28369 +#
28370 +# MII PHY device drivers
28371 +#
28372 +# CONFIG_MARVELL_PHY is not set
28373 +# CONFIG_DAVICOM_PHY is not set
28374 +# CONFIG_QSEMI_PHY is not set
28375 +# CONFIG_LXT_PHY is not set
28376 +CONFIG_CICADA_PHY=y
28377 +# CONFIG_VITESSE_PHY is not set
28378 +# CONFIG_SMSC_PHY is not set
28379 +# CONFIG_BROADCOM_PHY is not set
28380 +# CONFIG_ICPLUS_PHY is not set
28381 +# CONFIG_REALTEK_PHY is not set
28382 +# CONFIG_FIXED_PHY is not set
28383 +# CONFIG_MDIO_BITBANG is not set
28384 +# CONFIG_NET_ETHERNET is not set
28385 +CONFIG_NETDEV_1000=y
28386 +# CONFIG_ACENIC is not set
28387 +# CONFIG_DL2K is not set
28388 +# CONFIG_E1000 is not set
28389 +# CONFIG_E1000E is not set
28390 +# CONFIG_E1000E_ENABLED is not set
28391 +# CONFIG_IP1000 is not set
28392 +# CONFIG_IGB is not set
28393 +# CONFIG_NS83820 is not set
28394 +# CONFIG_HAMACHI is not set
28395 +# CONFIG_YELLOWFIN is not set
28396 +# CONFIG_R8169 is not set
28397 +# CONFIG_SIS190 is not set
28398 +# CONFIG_SKGE is not set
28399 +# CONFIG_SKY2 is not set
28400 +# CONFIG_SK98LIN is not set
28401 +# CONFIG_VIA_VELOCITY is not set
28402 +# CONFIG_TIGON3 is not set
28403 +# CONFIG_BNX2 is not set
28404 +CONFIG_GIANFAR=y
28405 +CONFIG_GFAR_NAPI=y
28406 +# CONFIG_QLA3XXX is not set
28407 +# CONFIG_ATL1 is not set
28408 +CONFIG_NETDEV_10000=y
28409 +# CONFIG_CHELSIO_T1 is not set
28410 +# CONFIG_CHELSIO_T3 is not set
28411 +# CONFIG_IXGBE is not set
28412 +# CONFIG_IXGB is not set
28413 +# CONFIG_S2IO is not set
28414 +# CONFIG_MYRI10GE is not set
28415 +# CONFIG_NETXEN_NIC is not set
28416 +# CONFIG_NIU is not set
28417 +# CONFIG_MLX4_CORE is not set
28418 +# CONFIG_TEHUTI is not set
28419 +# CONFIG_BNX2X is not set
28420 +# CONFIG_TR is not set
28421 +
28422 +#
28423 +# Wireless LAN
28424 +#
28425 +# CONFIG_WLAN_PRE80211 is not set
28426 +# CONFIG_WLAN_80211 is not set
28427 +
28428 +#
28429 +# USB Network Adapters
28430 +#
28431 +# CONFIG_USB_CATC is not set
28432 +# CONFIG_USB_KAWETH is not set
28433 +# CONFIG_USB_PEGASUS is not set
28434 +# CONFIG_USB_RTL8150 is not set
28435 +# CONFIG_USB_USBNET is not set
28436 +# CONFIG_WAN is not set
28437 +# CONFIG_FDDI is not set
28438 +# CONFIG_HIPPI is not set
28439 +# CONFIG_PPP is not set
28440 +# CONFIG_SLIP is not set
28441 +# CONFIG_NET_FC is not set
28442 +# CONFIG_NETCONSOLE is not set
28443 +# CONFIG_NETPOLL is not set
28444 +# CONFIG_NET_POLL_CONTROLLER is not set
28445 +# CONFIG_ISDN is not set
28446 +# CONFIG_PHONE is not set
28447 +
28448 +#
28449 +# Input device support
28450 +#
28451 +# CONFIG_INPUT is not set
28452 +
28453 +#
28454 +# Hardware I/O ports
28455 +#
28456 +# CONFIG_SERIO is not set
28457 +# CONFIG_GAMEPORT is not set
28458 +
28459 +#
28460 +# Character devices
28461 +#
28462 +# CONFIG_VT is not set
28463 +# CONFIG_SERIAL_NONSTANDARD is not set
28464 +# CONFIG_NOZOMI is not set
28465 +
28466 +#
28467 +# Serial drivers
28468 +#
28469 +CONFIG_SERIAL_8250=y
28470 +CONFIG_SERIAL_8250_CONSOLE=y
28471 +# CONFIG_SERIAL_8250_PCI is not set
28472 +CONFIG_SERIAL_8250_NR_UARTS=4
28473 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
28474 +# CONFIG_SERIAL_8250_EXTENDED is not set
28475 +
28476 +#
28477 +# Non-8250 serial port support
28478 +#
28479 +# CONFIG_SERIAL_UARTLITE is not set
28480 +CONFIG_SERIAL_CORE=y
28481 +CONFIG_SERIAL_CORE_CONSOLE=y
28482 +# CONFIG_SERIAL_JSM is not set
28483 +# CONFIG_SERIAL_OF_PLATFORM is not set
28484 +CONFIG_UNIX98_PTYS=y
28485 +CONFIG_LEGACY_PTYS=y
28486 +CONFIG_LEGACY_PTY_COUNT=256
28487 +# CONFIG_IPMI_HANDLER is not set
28488 +CONFIG_HW_RANDOM=y
28489 +# CONFIG_NVRAM is not set
28490 +# CONFIG_GEN_RTC is not set
28491 +# CONFIG_R3964 is not set
28492 +# CONFIG_APPLICOM is not set
28493 +# CONFIG_RAW_DRIVER is not set
28494 +# CONFIG_TCG_TPM is not set
28495 +CONFIG_DEVPORT=y
28496 +CONFIG_I2C=y
28497 +CONFIG_I2C_BOARDINFO=y
28498 +CONFIG_I2C_CHARDEV=y
28499 +
28500 +#
28501 +# I2C Algorithms
28502 +#
28503 +# CONFIG_I2C_ALGOBIT is not set
28504 +# CONFIG_I2C_ALGOPCF is not set
28505 +# CONFIG_I2C_ALGOPCA is not set
28506 +
28507 +#
28508 +# I2C Hardware Bus support
28509 +#
28510 +# CONFIG_I2C_ALI1535 is not set
28511 +# CONFIG_I2C_ALI1563 is not set
28512 +# CONFIG_I2C_ALI15X3 is not set
28513 +# CONFIG_I2C_AMD756 is not set
28514 +# CONFIG_I2C_AMD8111 is not set
28515 +# CONFIG_I2C_I801 is not set
28516 +# CONFIG_I2C_I810 is not set
28517 +# CONFIG_I2C_PIIX4 is not set
28518 +CONFIG_I2C_MPC=y
28519 +# CONFIG_I2C_NFORCE2 is not set
28520 +# CONFIG_I2C_OCORES is not set
28521 +# CONFIG_I2C_PARPORT_LIGHT is not set
28522 +# CONFIG_I2C_PROSAVAGE is not set
28523 +# CONFIG_I2C_SAVAGE4 is not set
28524 +# CONFIG_I2C_SIMTEC is not set
28525 +# CONFIG_I2C_SIS5595 is not set
28526 +# CONFIG_I2C_SIS630 is not set
28527 +# CONFIG_I2C_SIS96X is not set
28528 +# CONFIG_I2C_TAOS_EVM is not set
28529 +# CONFIG_I2C_STUB is not set
28530 +# CONFIG_I2C_TINY_USB is not set
28531 +# CONFIG_I2C_VIA is not set
28532 +# CONFIG_I2C_VIAPRO is not set
28533 +# CONFIG_I2C_VOODOO3 is not set
28534 +
28535 +#
28536 +# Miscellaneous I2C Chip support
28537 +#
28538 +# CONFIG_DS1682 is not set
28539 +# CONFIG_SENSORS_EEPROM is not set
28540 +CONFIG_SENSORS_PCF8574=y
28541 +# CONFIG_PCF8575 is not set
28542 +# CONFIG_SENSORS_PCF8591 is not set
28543 +# CONFIG_TPS65010 is not set
28544 +# CONFIG_SENSORS_MAX6875 is not set
28545 +# CONFIG_SENSORS_TSL2550 is not set
28546 +# CONFIG_I2C_DEBUG_CORE is not set
28547 +# CONFIG_I2C_DEBUG_ALGO is not set
28548 +# CONFIG_I2C_DEBUG_BUS is not set
28549 +# CONFIG_I2C_DEBUG_CHIP is not set
28550 +
28551 +#
28552 +# SPI support
28553 +#
28554 +CONFIG_SPI=y
28555 +CONFIG_SPI_MASTER=y
28556 +
28557 +#
28558 +# SPI Master Controller Drivers
28559 +#
28560 +CONFIG_SPI_BITBANG=y
28561 +CONFIG_SPI_MPC83xx=y
28562 +
28563 +#
28564 +# SPI Protocol Masters
28565 +#
28566 +# CONFIG_SPI_AT25 is not set
28567 +# CONFIG_SPI_SPIDEV is not set
28568 +# CONFIG_SPI_TLE62X0 is not set
28569 +# CONFIG_W1 is not set
28570 +# CONFIG_POWER_SUPPLY is not set
28571 +# CONFIG_HWMON is not set
28572 +# CONFIG_THERMAL is not set
28573 +CONFIG_WATCHDOG=y
28574 +# CONFIG_WATCHDOG_NOWAYOUT is not set
28575 +
28576 +#
28577 +# Watchdog Device Drivers
28578 +#
28579 +# CONFIG_SOFT_WATCHDOG is not set
28580 +CONFIG_83xx_WDT=y
28581 +
28582 +#
28583 +# PCI-based Watchdog Cards
28584 +#
28585 +# CONFIG_PCIPCWATCHDOG is not set
28586 +# CONFIG_WDTPCI is not set
28587 +
28588 +#
28589 +# USB-based Watchdog Cards
28590 +#
28591 +# CONFIG_USBPCWATCHDOG is not set
28592 +
28593 +#
28594 +# Sonics Silicon Backplane
28595 +#
28596 +CONFIG_SSB_POSSIBLE=y
28597 +# CONFIG_SSB is not set
28598 +
28599 +#
28600 +# Multifunction device drivers
28601 +#
28602 +# CONFIG_MFD_SM501 is not set
28603 +
28604 +#
28605 +# Multimedia devices
28606 +#
28607 +# CONFIG_VIDEO_DEV is not set
28608 +# CONFIG_DVB_CORE is not set
28609 +CONFIG_DAB=y
28610 +# CONFIG_USB_DABUSB is not set
28611 +
28612 +#
28613 +# Graphics support
28614 +#
28615 +# CONFIG_AGP is not set
28616 +# CONFIG_DRM is not set
28617 +# CONFIG_VGASTATE is not set
28618 +CONFIG_VIDEO_OUTPUT_CONTROL=m
28619 +# CONFIG_FB is not set
28620 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
28621 +
28622 +#
28623 +# Display device support
28624 +#
28625 +# CONFIG_DISPLAY_SUPPORT is not set
28626 +
28627 +#
28628 +# Sound
28629 +#
28630 +# CONFIG_SOUND is not set
28631 +CONFIG_USB_SUPPORT=y
28632 +CONFIG_USB_ARCH_HAS_HCD=y
28633 +CONFIG_USB_ARCH_HAS_OHCI=y
28634 +CONFIG_USB_ARCH_HAS_EHCI=y
28635 +CONFIG_USB=y
28636 +# CONFIG_USB_DEBUG is not set
28637 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
28638 +
28639 +#
28640 +# Miscellaneous USB options
28641 +#
28642 +# CONFIG_USB_DEVICEFS is not set
28643 +CONFIG_USB_DEVICE_CLASS=y
28644 +# CONFIG_USB_DYNAMIC_MINORS is not set
28645 +# CONFIG_USB_OTG is not set
28646 +
28647 +#
28648 +# USB Host Controller Drivers
28649 +#
28650 +CONFIG_USB_EHCI_HCD=y
28651 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
28652 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
28653 +CONFIG_USB_EHCI_FSL=y
28654 +CONFIG_USB_EHCI_HCD_PPC_OF=y
28655 +# CONFIG_USB_ISP116X_HCD is not set
28656 +# CONFIG_USB_OHCI_HCD is not set
28657 +CONFIG_USB_UHCI_HCD=y
28658 +# CONFIG_USB_SL811_HCD is not set
28659 +# CONFIG_USB_R8A66597_HCD is not set
28660 +
28661 +#
28662 +# USB Device Class drivers
28663 +#
28664 +# CONFIG_USB_ACM is not set
28665 +# CONFIG_USB_PRINTER is not set
28666 +
28667 +#
28668 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
28669 +#
28670 +
28671 +#
28672 +# may also be needed; see USB_STORAGE Help for more information
28673 +#
28674 +CONFIG_USB_STORAGE=y
28675 +# CONFIG_USB_STORAGE_DEBUG is not set
28676 +# CONFIG_USB_STORAGE_DATAFAB is not set
28677 +# CONFIG_USB_STORAGE_FREECOM is not set
28678 +# CONFIG_USB_STORAGE_ISD200 is not set
28679 +# CONFIG_USB_STORAGE_DPCM is not set
28680 +# CONFIG_USB_STORAGE_USBAT is not set
28681 +# CONFIG_USB_STORAGE_SDDR09 is not set
28682 +# CONFIG_USB_STORAGE_SDDR55 is not set
28683 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
28684 +# CONFIG_USB_STORAGE_ALAUDA is not set
28685 +# CONFIG_USB_STORAGE_KARMA is not set
28686 +# CONFIG_USB_LIBUSUAL is not set
28687 +
28688 +#
28689 +# USB Imaging devices
28690 +#
28691 +# CONFIG_USB_MDC800 is not set
28692 +# CONFIG_USB_MICROTEK is not set
28693 +CONFIG_USB_MON=y
28694 +
28695 +#
28696 +# USB port drivers
28697 +#
28698 +# CONFIG_USB_SERIAL is not set
28699 +
28700 +#
28701 +# USB Miscellaneous drivers
28702 +#
28703 +# CONFIG_USB_EMI62 is not set
28704 +# CONFIG_USB_EMI26 is not set
28705 +# CONFIG_USB_ADUTUX is not set
28706 +# CONFIG_USB_AUERSWALD is not set
28707 +# CONFIG_USB_RIO500 is not set
28708 +# CONFIG_USB_LEGOTOWER is not set
28709 +# CONFIG_USB_LCD is not set
28710 +# CONFIG_USB_BERRY_CHARGE is not set
28711 +# CONFIG_USB_LED is not set
28712 +# CONFIG_USB_CYPRESS_CY7C63 is not set
28713 +# CONFIG_USB_CYTHERM is not set
28714 +# CONFIG_USB_PHIDGET is not set
28715 +# CONFIG_USB_IDMOUSE is not set
28716 +# CONFIG_USB_FTDI_ELAN is not set
28717 +# CONFIG_USB_APPLEDISPLAY is not set
28718 +# CONFIG_USB_SISUSBVGA is not set
28719 +# CONFIG_USB_LD is not set
28720 +# CONFIG_USB_TRANCEVIBRATOR is not set
28721 +# CONFIG_USB_IOWARRIOR is not set
28722 +# CONFIG_USB_GADGET is not set
28723 +# CONFIG_MMC is not set
28724 +# CONFIG_MEMSTICK is not set
28725 +# CONFIG_NEW_LEDS is not set
28726 +# CONFIG_INFINIBAND is not set
28727 +# CONFIG_EDAC is not set
28728 +CONFIG_RTC_LIB=y
28729 +CONFIG_RTC_CLASS=y
28730 +CONFIG_RTC_HCTOSYS=y
28731 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
28732 +# CONFIG_RTC_DEBUG is not set
28733 +
28734 +#
28735 +# RTC interfaces
28736 +#
28737 +CONFIG_RTC_INTF_SYSFS=y
28738 +CONFIG_RTC_INTF_PROC=y
28739 +CONFIG_RTC_INTF_DEV=y
28740 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
28741 +# CONFIG_RTC_DRV_TEST is not set
28742 +
28743 +#
28744 +# I2C RTC drivers
28745 +#
28746 +CONFIG_RTC_DRV_DS1307=y
28747 +# CONFIG_RTC_DRV_DS1374 is not set
28748 +# CONFIG_RTC_DRV_DS1672 is not set
28749 +# CONFIG_RTC_DRV_MAX6900 is not set
28750 +# CONFIG_RTC_DRV_RS5C372 is not set
28751 +# CONFIG_RTC_DRV_ISL1208 is not set
28752 +# CONFIG_RTC_DRV_X1205 is not set
28753 +# CONFIG_RTC_DRV_PCF8563 is not set
28754 +# CONFIG_RTC_DRV_PCF8583 is not set
28755 +# CONFIG_RTC_DRV_M41T80 is not set
28756 +# CONFIG_RTC_DRV_S35390A is not set
28757 +
28758 +#
28759 +# SPI RTC drivers
28760 +#
28761 +# CONFIG_RTC_DRV_MAX6902 is not set
28762 +# CONFIG_RTC_DRV_R9701 is not set
28763 +# CONFIG_RTC_DRV_RS5C348 is not set
28764 +
28765 +#
28766 +# Platform RTC drivers
28767 +#
28768 +# CONFIG_RTC_DRV_CMOS is not set
28769 +# CONFIG_RTC_DRV_DS1511 is not set
28770 +# CONFIG_RTC_DRV_DS1553 is not set
28771 +# CONFIG_RTC_DRV_DS1742 is not set
28772 +# CONFIG_RTC_DRV_STK17TA8 is not set
28773 +# CONFIG_RTC_DRV_M48T86 is not set
28774 +# CONFIG_RTC_DRV_M48T59 is not set
28775 +# CONFIG_RTC_DRV_V3020 is not set
28776 +
28777 +#
28778 +# on-CPU RTC drivers
28779 +#
28780 +# CONFIG_DMADEVICES is not set
28781 +
28782 +#
28783 +# Userspace I/O
28784 +#
28785 +# CONFIG_UIO is not set
28786 +
28787 +#
28788 +# File systems
28789 +#
28790 +CONFIG_EXT2_FS=y
28791 +# CONFIG_EXT2_FS_XATTR is not set
28792 +# CONFIG_EXT2_FS_XIP is not set
28793 +CONFIG_EXT3_FS=y
28794 +CONFIG_EXT3_FS_XATTR=y
28795 +# CONFIG_EXT3_FS_POSIX_ACL is not set
28796 +# CONFIG_EXT3_FS_SECURITY is not set
28797 +# CONFIG_EXT4DEV_FS is not set
28798 +CONFIG_JBD=y
28799 +CONFIG_FS_MBCACHE=y
28800 +# CONFIG_REISERFS_FS is not set
28801 +# CONFIG_JFS_FS is not set
28802 +# CONFIG_FS_POSIX_ACL is not set
28803 +# CONFIG_XFS_FS is not set
28804 +# CONFIG_GFS2_FS is not set
28805 +# CONFIG_OCFS2_FS is not set
28806 +CONFIG_DNOTIFY=y
28807 +CONFIG_INOTIFY=y
28808 +CONFIG_INOTIFY_USER=y
28809 +# CONFIG_QUOTA is not set
28810 +# CONFIG_AUTOFS_FS is not set
28811 +# CONFIG_AUTOFS4_FS is not set
28812 +# CONFIG_FUSE_FS is not set
28813 +
28814 +#
28815 +# CD-ROM/DVD Filesystems
28816 +#
28817 +# CONFIG_ISO9660_FS is not set
28818 +# CONFIG_UDF_FS is not set
28819 +
28820 +#
28821 +# DOS/FAT/NT Filesystems
28822 +#
28823 +CONFIG_FAT_FS=y
28824 +CONFIG_MSDOS_FS=y
28825 +CONFIG_VFAT_FS=y
28826 +CONFIG_FAT_DEFAULT_CODEPAGE=437
28827 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
28828 +# CONFIG_NTFS_FS is not set
28829 +
28830 +#
28831 +# Pseudo filesystems
28832 +#
28833 +CONFIG_PROC_FS=y
28834 +CONFIG_PROC_KCORE=y
28835 +CONFIG_PROC_SYSCTL=y
28836 +CONFIG_SYSFS=y
28837 +CONFIG_TMPFS=y
28838 +# CONFIG_TMPFS_POSIX_ACL is not set
28839 +# CONFIG_HUGETLB_PAGE is not set
28840 +# CONFIG_CONFIGFS_FS is not set
28841 +
28842 +#
28843 +# Miscellaneous filesystems
28844 +#
28845 +# CONFIG_ADFS_FS is not set
28846 +# CONFIG_AFFS_FS is not set
28847 +# CONFIG_HFS_FS is not set
28848 +# CONFIG_HFSPLUS_FS is not set
28849 +# CONFIG_BEFS_FS is not set
28850 +# CONFIG_BFS_FS is not set
28851 +# CONFIG_EFS_FS is not set
28852 +# CONFIG_JFFS2_FS is not set
28853 +# CONFIG_CRAMFS is not set
28854 +# CONFIG_VXFS_FS is not set
28855 +# CONFIG_MINIX_FS is not set
28856 +# CONFIG_HPFS_FS is not set
28857 +# CONFIG_QNX4FS_FS is not set
28858 +# CONFIG_ROMFS_FS is not set
28859 +# CONFIG_SYSV_FS is not set
28860 +# CONFIG_UFS_FS is not set
28861 +CONFIG_NETWORK_FILESYSTEMS=y
28862 +CONFIG_NFS_FS=y
28863 +CONFIG_NFS_V3=y
28864 +# CONFIG_NFS_V3_ACL is not set
28865 +CONFIG_NFS_V4=y
28866 +# CONFIG_NFS_DIRECTIO is not set
28867 +# CONFIG_NFSD is not set
28868 +CONFIG_ROOT_NFS=y
28869 +CONFIG_LOCKD=y
28870 +CONFIG_LOCKD_V4=y
28871 +CONFIG_NFS_COMMON=y
28872 +CONFIG_SUNRPC=y
28873 +CONFIG_SUNRPC_GSS=y
28874 +# CONFIG_SUNRPC_BIND34 is not set
28875 +CONFIG_RPCSEC_GSS_KRB5=y
28876 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
28877 +# CONFIG_SMB_FS is not set
28878 +# CONFIG_CIFS is not set
28879 +# CONFIG_NCP_FS is not set
28880 +# CONFIG_CODA_FS is not set
28881 +# CONFIG_AFS_FS is not set
28882 +
28883 +#
28884 +# Partition Types
28885 +#
28886 +CONFIG_PARTITION_ADVANCED=y
28887 +# CONFIG_ACORN_PARTITION is not set
28888 +# CONFIG_OSF_PARTITION is not set
28889 +# CONFIG_AMIGA_PARTITION is not set
28890 +# CONFIG_ATARI_PARTITION is not set
28891 +CONFIG_MAC_PARTITION=y
28892 +CONFIG_MSDOS_PARTITION=y
28893 +# CONFIG_BSD_DISKLABEL is not set
28894 +# CONFIG_MINIX_SUBPARTITION is not set
28895 +# CONFIG_SOLARIS_X86_PARTITION is not set
28896 +# CONFIG_UNIXWARE_DISKLABEL is not set
28897 +# CONFIG_LDM_PARTITION is not set
28898 +# CONFIG_SGI_PARTITION is not set
28899 +# CONFIG_ULTRIX_PARTITION is not set
28900 +# CONFIG_SUN_PARTITION is not set
28901 +# CONFIG_KARMA_PARTITION is not set
28902 +# CONFIG_EFI_PARTITION is not set
28903 +# CONFIG_SYSV68_PARTITION is not set
28904 +CONFIG_NLS=y
28905 +CONFIG_NLS_DEFAULT="iso8859-1"
28906 +# CONFIG_NLS_CODEPAGE_437 is not set
28907 +# CONFIG_NLS_CODEPAGE_737 is not set
28908 +# CONFIG_NLS_CODEPAGE_775 is not set
28909 +# CONFIG_NLS_CODEPAGE_850 is not set
28910 +# CONFIG_NLS_CODEPAGE_852 is not set
28911 +# CONFIG_NLS_CODEPAGE_855 is not set
28912 +# CONFIG_NLS_CODEPAGE_857 is not set
28913 +# CONFIG_NLS_CODEPAGE_860 is not set
28914 +# CONFIG_NLS_CODEPAGE_861 is not set
28915 +# CONFIG_NLS_CODEPAGE_862 is not set
28916 +# CONFIG_NLS_CODEPAGE_863 is not set
28917 +# CONFIG_NLS_CODEPAGE_864 is not set
28918 +# CONFIG_NLS_CODEPAGE_865 is not set
28919 +# CONFIG_NLS_CODEPAGE_866 is not set
28920 +# CONFIG_NLS_CODEPAGE_869 is not set
28921 +# CONFIG_NLS_CODEPAGE_936 is not set
28922 +# CONFIG_NLS_CODEPAGE_950 is not set
28923 +# CONFIG_NLS_CODEPAGE_932 is not set
28924 +# CONFIG_NLS_CODEPAGE_949 is not set
28925 +# CONFIG_NLS_CODEPAGE_874 is not set
28926 +# CONFIG_NLS_ISO8859_8 is not set
28927 +# CONFIG_NLS_CODEPAGE_1250 is not set
28928 +# CONFIG_NLS_CODEPAGE_1251 is not set
28929 +# CONFIG_NLS_ASCII is not set
28930 +# CONFIG_NLS_ISO8859_1 is not set
28931 +# CONFIG_NLS_ISO8859_2 is not set
28932 +# CONFIG_NLS_ISO8859_3 is not set
28933 +# CONFIG_NLS_ISO8859_4 is not set
28934 +# CONFIG_NLS_ISO8859_5 is not set
28935 +# CONFIG_NLS_ISO8859_6 is not set
28936 +# CONFIG_NLS_ISO8859_7 is not set
28937 +# CONFIG_NLS_ISO8859_9 is not set
28938 +# CONFIG_NLS_ISO8859_13 is not set
28939 +# CONFIG_NLS_ISO8859_14 is not set
28940 +# CONFIG_NLS_ISO8859_15 is not set
28941 +# CONFIG_NLS_KOI8_R is not set
28942 +# CONFIG_NLS_KOI8_U is not set
28943 +# CONFIG_NLS_UTF8 is not set
28944 +# CONFIG_DLM is not set
28945 +
28946 +#
28947 +# Library routines
28948 +#
28949 +CONFIG_BITREVERSE=y
28950 +# CONFIG_CRC_CCITT is not set
28951 +# CONFIG_CRC16 is not set
28952 +# CONFIG_CRC_ITU_T is not set
28953 +CONFIG_CRC32=y
28954 +# CONFIG_CRC7 is not set
28955 +# CONFIG_LIBCRC32C is not set
28956 +CONFIG_PLIST=y
28957 +CONFIG_HAS_IOMEM=y
28958 +CONFIG_HAS_IOPORT=y
28959 +CONFIG_HAS_DMA=y
28960 +
28961 +#
28962 +# Kernel hacking
28963 +#
28964 +# CONFIG_PRINTK_TIME is not set
28965 +CONFIG_ENABLE_WARN_DEPRECATED=y
28966 +CONFIG_ENABLE_MUST_CHECK=y
28967 +# CONFIG_MAGIC_SYSRQ is not set
28968 +# CONFIG_UNUSED_SYMBOLS is not set
28969 +# CONFIG_DEBUG_FS is not set
28970 +# CONFIG_HEADERS_CHECK is not set
28971 +# CONFIG_DEBUG_KERNEL is not set
28972 +# CONFIG_SLUB_DEBUG_ON is not set
28973 +# CONFIG_SLUB_STATS is not set
28974 +# CONFIG_DEBUG_BUGVERBOSE is not set
28975 +# CONFIG_SAMPLES is not set
28976 +# CONFIG_PPC_EARLY_DEBUG is not set
28977 +
28978 +#
28979 +# Security options
28980 +#
28981 +# CONFIG_KEYS is not set
28982 +# CONFIG_SECURITY is not set
28983 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
28984 +CONFIG_CRYPTO=y
28985 +CONFIG_CRYPTO_ALGAPI=y
28986 +CONFIG_CRYPTO_BLKCIPHER=y
28987 +# CONFIG_CRYPTO_SEQIV is not set
28988 +CONFIG_CRYPTO_MANAGER=y
28989 +# CONFIG_CRYPTO_HMAC is not set
28990 +# CONFIG_CRYPTO_XCBC is not set
28991 +# CONFIG_CRYPTO_NULL is not set
28992 +# CONFIG_CRYPTO_MD4 is not set
28993 +CONFIG_CRYPTO_MD5=y
28994 +# CONFIG_CRYPTO_SHA1 is not set
28995 +# CONFIG_CRYPTO_SHA256 is not set
28996 +# CONFIG_CRYPTO_SHA512 is not set
28997 +# CONFIG_CRYPTO_WP512 is not set
28998 +# CONFIG_CRYPTO_TGR192 is not set
28999 +# CONFIG_CRYPTO_GF128MUL is not set
29000 +# CONFIG_CRYPTO_ECB is not set
29001 +CONFIG_CRYPTO_CBC=y
29002 +CONFIG_CRYPTO_PCBC=m
29003 +# CONFIG_CRYPTO_LRW is not set
29004 +# CONFIG_CRYPTO_XTS is not set
29005 +# CONFIG_CRYPTO_CTR is not set
29006 +# CONFIG_CRYPTO_GCM is not set
29007 +# CONFIG_CRYPTO_CCM is not set
29008 +# CONFIG_CRYPTO_CRYPTD is not set
29009 +CONFIG_CRYPTO_DES=y
29010 +# CONFIG_CRYPTO_FCRYPT is not set
29011 +# CONFIG_CRYPTO_BLOWFISH is not set
29012 +# CONFIG_CRYPTO_TWOFISH is not set
29013 +# CONFIG_CRYPTO_SERPENT is not set
29014 +# CONFIG_CRYPTO_AES is not set
29015 +# CONFIG_CRYPTO_CAST5 is not set
29016 +# CONFIG_CRYPTO_CAST6 is not set
29017 +# CONFIG_CRYPTO_TEA is not set
29018 +# CONFIG_CRYPTO_ARC4 is not set
29019 +# CONFIG_CRYPTO_KHAZAD is not set
29020 +# CONFIG_CRYPTO_ANUBIS is not set
29021 +# CONFIG_CRYPTO_SEED is not set
29022 +# CONFIG_CRYPTO_SALSA20 is not set
29023 +# CONFIG_CRYPTO_DEFLATE is not set
29024 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
29025 +# CONFIG_CRYPTO_CRC32C is not set
29026 +# CONFIG_CRYPTO_CAMELLIA is not set
29027 +# CONFIG_CRYPTO_TEST is not set
29028 +# CONFIG_CRYPTO_AUTHENC is not set
29029 +# CONFIG_CRYPTO_LZO is not set
29030 +CONFIG_CRYPTO_HW=y
29031 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
29032 +# CONFIG_PPC_CLOCK is not set
29033 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_mds_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc834x_mds_defconfig
29034 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_mds_defconfig    1970-01-01 01:00:00.000000000 +0100
29035 +++ powerpc.git/arch/powerpc/configs/83xx/mpc834x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
29036 @@ -0,0 +1,1021 @@
29037 +#
29038 +# Automatically generated make config: don't edit
29039 +# Linux kernel version: 2.6.25-rc7
29040 +# Mon Mar 31 11:36:56 2008
29041 +#
29042 +# CONFIG_PPC64 is not set
29043 +
29044 +#
29045 +# Processor support
29046 +#
29047 +CONFIG_6xx=y
29048 +# CONFIG_PPC_85xx is not set
29049 +# CONFIG_PPC_8xx is not set
29050 +# CONFIG_40x is not set
29051 +# CONFIG_44x is not set
29052 +# CONFIG_E200 is not set
29053 +CONFIG_PPC_FPU=y
29054 +# CONFIG_FSL_EMB_PERFMON is not set
29055 +CONFIG_PPC_STD_MMU=y
29056 +CONFIG_PPC_STD_MMU_32=y
29057 +# CONFIG_PPC_MM_SLICES is not set
29058 +# CONFIG_SMP is not set
29059 +CONFIG_PPC32=y
29060 +CONFIG_WORD_SIZE=32
29061 +CONFIG_PPC_MERGE=y
29062 +CONFIG_MMU=y
29063 +CONFIG_GENERIC_CMOS_UPDATE=y
29064 +CONFIG_GENERIC_TIME=y
29065 +CONFIG_GENERIC_TIME_VSYSCALL=y
29066 +CONFIG_GENERIC_CLOCKEVENTS=y
29067 +CONFIG_GENERIC_HARDIRQS=y
29068 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
29069 +CONFIG_IRQ_PER_CPU=y
29070 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
29071 +CONFIG_ARCH_HAS_ILOG2_U32=y
29072 +CONFIG_GENERIC_HWEIGHT=y
29073 +CONFIG_GENERIC_CALIBRATE_DELAY=y
29074 +CONFIG_GENERIC_FIND_NEXT_BIT=y
29075 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
29076 +CONFIG_PPC=y
29077 +CONFIG_EARLY_PRINTK=y
29078 +CONFIG_GENERIC_NVRAM=y
29079 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
29080 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
29081 +CONFIG_PPC_OF=y
29082 +CONFIG_OF=y
29083 +CONFIG_PPC_UDBG_16550=y
29084 +# CONFIG_GENERIC_TBSYNC is not set
29085 +CONFIG_AUDIT_ARCH=y
29086 +CONFIG_GENERIC_BUG=y
29087 +CONFIG_DEFAULT_UIMAGE=y
29088 +# CONFIG_PPC_DCR_NATIVE is not set
29089 +# CONFIG_PPC_DCR_MMIO is not set
29090 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
29091 +
29092 +#
29093 +# General setup
29094 +#
29095 +CONFIG_EXPERIMENTAL=y
29096 +CONFIG_BROKEN_ON_SMP=y
29097 +CONFIG_INIT_ENV_ARG_LIMIT=32
29098 +CONFIG_LOCALVERSION=""
29099 +CONFIG_LOCALVERSION_AUTO=y
29100 +CONFIG_SWAP=y
29101 +CONFIG_SYSVIPC=y
29102 +CONFIG_SYSVIPC_SYSCTL=y
29103 +# CONFIG_POSIX_MQUEUE is not set
29104 +# CONFIG_BSD_PROCESS_ACCT is not set
29105 +# CONFIG_TASKSTATS is not set
29106 +# CONFIG_AUDIT is not set
29107 +# CONFIG_IKCONFIG is not set
29108 +CONFIG_LOG_BUF_SHIFT=14
29109 +# CONFIG_CGROUPS is not set
29110 +CONFIG_GROUP_SCHED=y
29111 +# CONFIG_FAIR_GROUP_SCHED is not set
29112 +# CONFIG_RT_GROUP_SCHED is not set
29113 +CONFIG_USER_SCHED=y
29114 +# CONFIG_CGROUP_SCHED is not set
29115 +CONFIG_SYSFS_DEPRECATED=y
29116 +CONFIG_SYSFS_DEPRECATED_V2=y
29117 +# CONFIG_RELAY is not set
29118 +# CONFIG_NAMESPACES is not set
29119 +CONFIG_BLK_DEV_INITRD=y
29120 +CONFIG_INITRAMFS_SOURCE=""
29121 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
29122 +CONFIG_SYSCTL=y
29123 +CONFIG_EMBEDDED=y
29124 +CONFIG_SYSCTL_SYSCALL=y
29125 +# CONFIG_KALLSYMS is not set
29126 +CONFIG_HOTPLUG=y
29127 +CONFIG_PRINTK=y
29128 +CONFIG_BUG=y
29129 +CONFIG_ELF_CORE=y
29130 +CONFIG_COMPAT_BRK=y
29131 +CONFIG_BASE_FULL=y
29132 +CONFIG_FUTEX=y
29133 +CONFIG_ANON_INODES=y
29134 +# CONFIG_EPOLL is not set
29135 +CONFIG_SIGNALFD=y
29136 +CONFIG_TIMERFD=y
29137 +CONFIG_EVENTFD=y
29138 +CONFIG_SHMEM=y
29139 +CONFIG_VM_EVENT_COUNTERS=y
29140 +CONFIG_SLUB_DEBUG=y
29141 +# CONFIG_SLAB is not set
29142 +CONFIG_SLUB=y
29143 +# CONFIG_SLOB is not set
29144 +# CONFIG_PROFILING is not set
29145 +# CONFIG_MARKERS is not set
29146 +CONFIG_HAVE_OPROFILE=y
29147 +CONFIG_HAVE_KPROBES=y
29148 +CONFIG_HAVE_KRETPROBES=y
29149 +CONFIG_PROC_PAGE_MONITOR=y
29150 +CONFIG_SLABINFO=y
29151 +CONFIG_RT_MUTEXES=y
29152 +# CONFIG_TINY_SHMEM is not set
29153 +CONFIG_BASE_SMALL=0
29154 +CONFIG_MODULES=y
29155 +CONFIG_MODULE_UNLOAD=y
29156 +# CONFIG_MODULE_FORCE_UNLOAD is not set
29157 +# CONFIG_MODVERSIONS is not set
29158 +# CONFIG_MODULE_SRCVERSION_ALL is not set
29159 +# CONFIG_KMOD is not set
29160 +CONFIG_BLOCK=y
29161 +# CONFIG_LBD is not set
29162 +# CONFIG_BLK_DEV_IO_TRACE is not set
29163 +# CONFIG_LSF is not set
29164 +# CONFIG_BLK_DEV_BSG is not set
29165 +
29166 +#
29167 +# IO Schedulers
29168 +#
29169 +CONFIG_IOSCHED_NOOP=y
29170 +CONFIG_IOSCHED_AS=y
29171 +CONFIG_IOSCHED_DEADLINE=y
29172 +CONFIG_IOSCHED_CFQ=y
29173 +CONFIG_DEFAULT_AS=y
29174 +# CONFIG_DEFAULT_DEADLINE is not set
29175 +# CONFIG_DEFAULT_CFQ is not set
29176 +# CONFIG_DEFAULT_NOOP is not set
29177 +CONFIG_DEFAULT_IOSCHED="anticipatory"
29178 +CONFIG_CLASSIC_RCU=y
29179 +
29180 +#
29181 +# Platform support
29182 +#
29183 +# CONFIG_PPC_MULTIPLATFORM is not set
29184 +# CONFIG_PPC_82xx is not set
29185 +CONFIG_PPC_83xx=y
29186 +# CONFIG_PPC_86xx is not set
29187 +# CONFIG_PPC_MPC512x is not set
29188 +# CONFIG_PPC_MPC5121 is not set
29189 +# CONFIG_PPC_CELL is not set
29190 +# CONFIG_PPC_CELL_NATIVE is not set
29191 +# CONFIG_PQ2ADS is not set
29192 +CONFIG_MPC83xx=y
29193 +# CONFIG_MPC831x_RDB is not set
29194 +# CONFIG_MPC832x_MDS is not set
29195 +# CONFIG_MPC832x_RDB is not set
29196 +CONFIG_MPC834x_MDS=y
29197 +# CONFIG_MPC834x_ITX is not set
29198 +# CONFIG_MPC836x_MDS is not set
29199 +# CONFIG_MPC837x_MDS is not set
29200 +# CONFIG_MPC837x_RDB is not set
29201 +# CONFIG_SBC834x is not set
29202 +CONFIG_PPC_MPC834x=y
29203 +CONFIG_IPIC=y
29204 +# CONFIG_MPIC is not set
29205 +# CONFIG_MPIC_WEIRD is not set
29206 +# CONFIG_PPC_I8259 is not set
29207 +# CONFIG_PPC_RTAS is not set
29208 +# CONFIG_MMIO_NVRAM is not set
29209 +# CONFIG_PPC_MPC106 is not set
29210 +# CONFIG_PPC_970_NAP is not set
29211 +# CONFIG_PPC_INDIRECT_IO is not set
29212 +# CONFIG_GENERIC_IOMAP is not set
29213 +# CONFIG_CPU_FREQ is not set
29214 +# CONFIG_FSL_ULI1575 is not set
29215 +
29216 +#
29217 +# Kernel options
29218 +#
29219 +# CONFIG_HIGHMEM is not set
29220 +CONFIG_TICK_ONESHOT=y
29221 +CONFIG_NO_HZ=y
29222 +CONFIG_HIGH_RES_TIMERS=y
29223 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
29224 +# CONFIG_HZ_100 is not set
29225 +CONFIG_HZ_250=y
29226 +# CONFIG_HZ_300 is not set
29227 +# CONFIG_HZ_1000 is not set
29228 +CONFIG_HZ=250
29229 +# CONFIG_SCHED_HRTICK is not set
29230 +CONFIG_PREEMPT_NONE=y
29231 +# CONFIG_PREEMPT_VOLUNTARY is not set
29232 +# CONFIG_PREEMPT is not set
29233 +CONFIG_BINFMT_ELF=y
29234 +# CONFIG_BINFMT_MISC is not set
29235 +# CONFIG_IOMMU_HELPER is not set
29236 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
29237 +CONFIG_ARCH_HAS_WALK_MEMORY=y
29238 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
29239 +CONFIG_ARCH_FLATMEM_ENABLE=y
29240 +CONFIG_ARCH_POPULATES_NODE_MAP=y
29241 +CONFIG_SELECT_MEMORY_MODEL=y
29242 +CONFIG_FLATMEM_MANUAL=y
29243 +# CONFIG_DISCONTIGMEM_MANUAL is not set
29244 +# CONFIG_SPARSEMEM_MANUAL is not set
29245 +CONFIG_FLATMEM=y
29246 +CONFIG_FLAT_NODE_MEM_MAP=y
29247 +# CONFIG_SPARSEMEM_STATIC is not set
29248 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
29249 +CONFIG_SPLIT_PTLOCK_CPUS=4
29250 +# CONFIG_RESOURCES_64BIT is not set
29251 +CONFIG_ZONE_DMA_FLAG=1
29252 +CONFIG_BOUNCE=y
29253 +CONFIG_VIRT_TO_BUS=y
29254 +CONFIG_PROC_DEVICETREE=y
29255 +# CONFIG_CMDLINE_BOOL is not set
29256 +# CONFIG_PM is not set
29257 +CONFIG_SECCOMP=y
29258 +CONFIG_ISA_DMA_API=y
29259 +
29260 +#
29261 +# Bus options
29262 +#
29263 +CONFIG_ZONE_DMA=y
29264 +CONFIG_GENERIC_ISA_DMA=y
29265 +CONFIG_PPC_INDIRECT_PCI=y
29266 +CONFIG_FSL_SOC=y
29267 +CONFIG_PCI=y
29268 +CONFIG_PCI_DOMAINS=y
29269 +CONFIG_PCI_SYSCALL=y
29270 +# CONFIG_PCIEPORTBUS is not set
29271 +CONFIG_ARCH_SUPPORTS_MSI=y
29272 +# CONFIG_PCI_MSI is not set
29273 +CONFIG_PCI_LEGACY=y
29274 +# CONFIG_PCCARD is not set
29275 +# CONFIG_HOTPLUG_PCI is not set
29276 +
29277 +#
29278 +# Advanced setup
29279 +#
29280 +# CONFIG_ADVANCED_OPTIONS is not set
29281 +
29282 +#
29283 +# Default settings for advanced configuration options are used
29284 +#
29285 +CONFIG_HIGHMEM_START=0xfe000000
29286 +CONFIG_LOWMEM_SIZE=0x30000000
29287 +CONFIG_KERNEL_START=0xc0000000
29288 +CONFIG_TASK_SIZE=0xc0000000
29289 +CONFIG_BOOT_LOAD=0x00800000
29290 +
29291 +#
29292 +# Networking
29293 +#
29294 +CONFIG_NET=y
29295 +
29296 +#
29297 +# Networking options
29298 +#
29299 +CONFIG_PACKET=y
29300 +# CONFIG_PACKET_MMAP is not set
29301 +CONFIG_UNIX=y
29302 +CONFIG_XFRM=y
29303 +CONFIG_XFRM_USER=m
29304 +# CONFIG_XFRM_SUB_POLICY is not set
29305 +# CONFIG_XFRM_MIGRATE is not set
29306 +# CONFIG_XFRM_STATISTICS is not set
29307 +# CONFIG_NET_KEY is not set
29308 +CONFIG_INET=y
29309 +CONFIG_IP_MULTICAST=y
29310 +# CONFIG_IP_ADVANCED_ROUTER is not set
29311 +CONFIG_IP_FIB_HASH=y
29312 +CONFIG_IP_PNP=y
29313 +CONFIG_IP_PNP_DHCP=y
29314 +CONFIG_IP_PNP_BOOTP=y
29315 +# CONFIG_IP_PNP_RARP is not set
29316 +# CONFIG_NET_IPIP is not set
29317 +# CONFIG_NET_IPGRE is not set
29318 +# CONFIG_IP_MROUTE is not set
29319 +# CONFIG_ARPD is not set
29320 +CONFIG_SYN_COOKIES=y
29321 +# CONFIG_INET_AH is not set
29322 +# CONFIG_INET_ESP is not set
29323 +# CONFIG_INET_IPCOMP is not set
29324 +# CONFIG_INET_XFRM_TUNNEL is not set
29325 +# CONFIG_INET_TUNNEL is not set
29326 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
29327 +CONFIG_INET_XFRM_MODE_TUNNEL=y
29328 +CONFIG_INET_XFRM_MODE_BEET=y
29329 +# CONFIG_INET_LRO is not set
29330 +CONFIG_INET_DIAG=y
29331 +CONFIG_INET_TCP_DIAG=y
29332 +# CONFIG_TCP_CONG_ADVANCED is not set
29333 +CONFIG_TCP_CONG_CUBIC=y
29334 +CONFIG_DEFAULT_TCP_CONG="cubic"
29335 +# CONFIG_TCP_MD5SIG is not set
29336 +# CONFIG_IPV6 is not set
29337 +# CONFIG_INET6_XFRM_TUNNEL is not set
29338 +# CONFIG_INET6_TUNNEL is not set
29339 +# CONFIG_NETWORK_SECMARK is not set
29340 +# CONFIG_NETFILTER is not set
29341 +# CONFIG_IP_DCCP is not set
29342 +# CONFIG_IP_SCTP is not set
29343 +# CONFIG_TIPC is not set
29344 +# CONFIG_ATM is not set
29345 +# CONFIG_BRIDGE is not set
29346 +# CONFIG_VLAN_8021Q is not set
29347 +# CONFIG_DECNET is not set
29348 +# CONFIG_LLC2 is not set
29349 +# CONFIG_IPX is not set
29350 +# CONFIG_ATALK is not set
29351 +# CONFIG_X25 is not set
29352 +# CONFIG_LAPB is not set
29353 +# CONFIG_ECONET is not set
29354 +# CONFIG_WAN_ROUTER is not set
29355 +# CONFIG_NET_SCHED is not set
29356 +
29357 +#
29358 +# Network testing
29359 +#
29360 +# CONFIG_NET_PKTGEN is not set
29361 +# CONFIG_HAMRADIO is not set
29362 +# CONFIG_CAN is not set
29363 +# CONFIG_IRDA is not set
29364 +# CONFIG_BT is not set
29365 +# CONFIG_AF_RXRPC is not set
29366 +
29367 +#
29368 +# Wireless
29369 +#
29370 +# CONFIG_CFG80211 is not set
29371 +# CONFIG_WIRELESS_EXT is not set
29372 +# CONFIG_MAC80211 is not set
29373 +# CONFIG_IEEE80211 is not set
29374 +# CONFIG_RFKILL is not set
29375 +# CONFIG_NET_9P is not set
29376 +
29377 +#
29378 +# Device Drivers
29379 +#
29380 +
29381 +#
29382 +# Generic Driver Options
29383 +#
29384 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
29385 +CONFIG_STANDALONE=y
29386 +CONFIG_PREVENT_FIRMWARE_BUILD=y
29387 +# CONFIG_FW_LOADER is not set
29388 +# CONFIG_SYS_HYPERVISOR is not set
29389 +# CONFIG_CONNECTOR is not set
29390 +# CONFIG_MTD is not set
29391 +CONFIG_OF_DEVICE=y
29392 +# CONFIG_PARPORT is not set
29393 +CONFIG_BLK_DEV=y
29394 +# CONFIG_BLK_DEV_FD is not set
29395 +# CONFIG_BLK_CPQ_DA is not set
29396 +# CONFIG_BLK_CPQ_CISS_DA is not set
29397 +# CONFIG_BLK_DEV_DAC960 is not set
29398 +# CONFIG_BLK_DEV_UMEM is not set
29399 +# CONFIG_BLK_DEV_COW_COMMON is not set
29400 +CONFIG_BLK_DEV_LOOP=y
29401 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
29402 +# CONFIG_BLK_DEV_NBD is not set
29403 +# CONFIG_BLK_DEV_SX8 is not set
29404 +CONFIG_BLK_DEV_RAM=y
29405 +CONFIG_BLK_DEV_RAM_COUNT=16
29406 +CONFIG_BLK_DEV_RAM_SIZE=32768
29407 +# CONFIG_BLK_DEV_XIP is not set
29408 +# CONFIG_CDROM_PKTCDVD is not set
29409 +# CONFIG_ATA_OVER_ETH is not set
29410 +CONFIG_MISC_DEVICES=y
29411 +# CONFIG_PHANTOM is not set
29412 +# CONFIG_EEPROM_93CX6 is not set
29413 +# CONFIG_SGI_IOC4 is not set
29414 +# CONFIG_TIFM_CORE is not set
29415 +# CONFIG_ENCLOSURE_SERVICES is not set
29416 +CONFIG_HAVE_IDE=y
29417 +# CONFIG_IDE is not set
29418 +
29419 +#
29420 +# SCSI device support
29421 +#
29422 +# CONFIG_RAID_ATTRS is not set
29423 +# CONFIG_SCSI is not set
29424 +# CONFIG_SCSI_DMA is not set
29425 +# CONFIG_SCSI_NETLINK is not set
29426 +# CONFIG_ATA is not set
29427 +# CONFIG_MD is not set
29428 +# CONFIG_FUSION is not set
29429 +
29430 +#
29431 +# IEEE 1394 (FireWire) support
29432 +#
29433 +# CONFIG_FIREWIRE is not set
29434 +# CONFIG_IEEE1394 is not set
29435 +# CONFIG_I2O is not set
29436 +# CONFIG_MACINTOSH_DRIVERS is not set
29437 +CONFIG_NETDEVICES=y
29438 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
29439 +# CONFIG_DUMMY is not set
29440 +# CONFIG_BONDING is not set
29441 +# CONFIG_MACVLAN is not set
29442 +# CONFIG_EQUALIZER is not set
29443 +# CONFIG_TUN is not set
29444 +# CONFIG_VETH is not set
29445 +# CONFIG_ARCNET is not set
29446 +CONFIG_PHYLIB=y
29447 +
29448 +#
29449 +# MII PHY device drivers
29450 +#
29451 +CONFIG_MARVELL_PHY=y
29452 +# CONFIG_DAVICOM_PHY is not set
29453 +# CONFIG_QSEMI_PHY is not set
29454 +# CONFIG_LXT_PHY is not set
29455 +# CONFIG_CICADA_PHY is not set
29456 +# CONFIG_VITESSE_PHY is not set
29457 +# CONFIG_SMSC_PHY is not set
29458 +# CONFIG_BROADCOM_PHY is not set
29459 +# CONFIG_ICPLUS_PHY is not set
29460 +# CONFIG_REALTEK_PHY is not set
29461 +# CONFIG_FIXED_PHY is not set
29462 +# CONFIG_MDIO_BITBANG is not set
29463 +CONFIG_NET_ETHERNET=y
29464 +CONFIG_MII=y
29465 +# CONFIG_HAPPYMEAL is not set
29466 +# CONFIG_SUNGEM is not set
29467 +# CONFIG_CASSINI is not set
29468 +# CONFIG_NET_VENDOR_3COM is not set
29469 +# CONFIG_NET_TULIP is not set
29470 +# CONFIG_HP100 is not set
29471 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
29472 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
29473 +# CONFIG_IBM_NEW_EMAC_TAH is not set
29474 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
29475 +CONFIG_NET_PCI=y
29476 +# CONFIG_PCNET32 is not set
29477 +# CONFIG_AMD8111_ETH is not set
29478 +# CONFIG_ADAPTEC_STARFIRE is not set
29479 +# CONFIG_B44 is not set
29480 +# CONFIG_FORCEDETH is not set
29481 +# CONFIG_EEPRO100 is not set
29482 +CONFIG_E100=y
29483 +# CONFIG_FEALNX is not set
29484 +# CONFIG_NATSEMI is not set
29485 +# CONFIG_NE2K_PCI is not set
29486 +# CONFIG_8139CP is not set
29487 +# CONFIG_8139TOO is not set
29488 +# CONFIG_R6040 is not set
29489 +# CONFIG_SIS900 is not set
29490 +# CONFIG_EPIC100 is not set
29491 +# CONFIG_SUNDANCE is not set
29492 +# CONFIG_TLAN is not set
29493 +# CONFIG_VIA_RHINE is not set
29494 +# CONFIG_SC92031 is not set
29495 +CONFIG_NETDEV_1000=y
29496 +# CONFIG_ACENIC is not set
29497 +# CONFIG_DL2K is not set
29498 +# CONFIG_E1000 is not set
29499 +# CONFIG_E1000E is not set
29500 +# CONFIG_E1000E_ENABLED is not set
29501 +# CONFIG_IP1000 is not set
29502 +# CONFIG_IGB is not set
29503 +# CONFIG_NS83820 is not set
29504 +# CONFIG_HAMACHI is not set
29505 +# CONFIG_YELLOWFIN is not set
29506 +# CONFIG_R8169 is not set
29507 +# CONFIG_SIS190 is not set
29508 +# CONFIG_SKGE is not set
29509 +# CONFIG_SKY2 is not set
29510 +# CONFIG_SK98LIN is not set
29511 +# CONFIG_VIA_VELOCITY is not set
29512 +# CONFIG_TIGON3 is not set
29513 +# CONFIG_BNX2 is not set
29514 +CONFIG_GIANFAR=y
29515 +# CONFIG_GFAR_NAPI is not set
29516 +# CONFIG_QLA3XXX is not set
29517 +# CONFIG_ATL1 is not set
29518 +CONFIG_NETDEV_10000=y
29519 +# CONFIG_CHELSIO_T1 is not set
29520 +# CONFIG_CHELSIO_T3 is not set
29521 +# CONFIG_IXGBE is not set
29522 +# CONFIG_IXGB is not set
29523 +# CONFIG_S2IO is not set
29524 +# CONFIG_MYRI10GE is not set
29525 +# CONFIG_NETXEN_NIC is not set
29526 +# CONFIG_NIU is not set
29527 +# CONFIG_MLX4_CORE is not set
29528 +# CONFIG_TEHUTI is not set
29529 +# CONFIG_BNX2X is not set
29530 +# CONFIG_TR is not set
29531 +
29532 +#
29533 +# Wireless LAN
29534 +#
29535 +# CONFIG_WLAN_PRE80211 is not set
29536 +# CONFIG_WLAN_80211 is not set
29537 +# CONFIG_WAN is not set
29538 +# CONFIG_FDDI is not set
29539 +# CONFIG_HIPPI is not set
29540 +# CONFIG_PPP is not set
29541 +# CONFIG_SLIP is not set
29542 +# CONFIG_NETCONSOLE is not set
29543 +# CONFIG_NETPOLL is not set
29544 +# CONFIG_NET_POLL_CONTROLLER is not set
29545 +# CONFIG_ISDN is not set
29546 +# CONFIG_PHONE is not set
29547 +
29548 +#
29549 +# Input device support
29550 +#
29551 +CONFIG_INPUT=y
29552 +# CONFIG_INPUT_FF_MEMLESS is not set
29553 +# CONFIG_INPUT_POLLDEV is not set
29554 +
29555 +#
29556 +# Userland interfaces
29557 +#
29558 +# CONFIG_INPUT_MOUSEDEV is not set
29559 +# CONFIG_INPUT_JOYDEV is not set
29560 +# CONFIG_INPUT_EVDEV is not set
29561 +# CONFIG_INPUT_EVBUG is not set
29562 +
29563 +#
29564 +# Input Device Drivers
29565 +#
29566 +# CONFIG_INPUT_KEYBOARD is not set
29567 +# CONFIG_INPUT_MOUSE is not set
29568 +# CONFIG_INPUT_JOYSTICK is not set
29569 +# CONFIG_INPUT_TABLET is not set
29570 +# CONFIG_INPUT_TOUCHSCREEN is not set
29571 +# CONFIG_INPUT_MISC is not set
29572 +
29573 +#
29574 +# Hardware I/O ports
29575 +#
29576 +# CONFIG_SERIO is not set
29577 +# CONFIG_GAMEPORT is not set
29578 +
29579 +#
29580 +# Character devices
29581 +#
29582 +# CONFIG_VT is not set
29583 +# CONFIG_SERIAL_NONSTANDARD is not set
29584 +# CONFIG_NOZOMI is not set
29585 +
29586 +#
29587 +# Serial drivers
29588 +#
29589 +CONFIG_SERIAL_8250=y
29590 +CONFIG_SERIAL_8250_CONSOLE=y
29591 +CONFIG_SERIAL_8250_PCI=y
29592 +CONFIG_SERIAL_8250_NR_UARTS=4
29593 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
29594 +# CONFIG_SERIAL_8250_EXTENDED is not set
29595 +
29596 +#
29597 +# Non-8250 serial port support
29598 +#
29599 +# CONFIG_SERIAL_UARTLITE is not set
29600 +CONFIG_SERIAL_CORE=y
29601 +CONFIG_SERIAL_CORE_CONSOLE=y
29602 +# CONFIG_SERIAL_JSM is not set
29603 +# CONFIG_SERIAL_OF_PLATFORM is not set
29604 +CONFIG_UNIX98_PTYS=y
29605 +CONFIG_LEGACY_PTYS=y
29606 +CONFIG_LEGACY_PTY_COUNT=256
29607 +# CONFIG_IPMI_HANDLER is not set
29608 +# CONFIG_HW_RANDOM is not set
29609 +# CONFIG_NVRAM is not set
29610 +# CONFIG_GEN_RTC is not set
29611 +# CONFIG_R3964 is not set
29612 +# CONFIG_APPLICOM is not set
29613 +# CONFIG_RAW_DRIVER is not set
29614 +# CONFIG_TCG_TPM is not set
29615 +CONFIG_DEVPORT=y
29616 +CONFIG_I2C=y
29617 +CONFIG_I2C_BOARDINFO=y
29618 +CONFIG_I2C_CHARDEV=y
29619 +
29620 +#
29621 +# I2C Algorithms
29622 +#
29623 +# CONFIG_I2C_ALGOBIT is not set
29624 +# CONFIG_I2C_ALGOPCF is not set
29625 +# CONFIG_I2C_ALGOPCA is not set
29626 +
29627 +#
29628 +# I2C Hardware Bus support
29629 +#
29630 +# CONFIG_I2C_ALI1535 is not set
29631 +# CONFIG_I2C_ALI1563 is not set
29632 +# CONFIG_I2C_ALI15X3 is not set
29633 +# CONFIG_I2C_AMD756 is not set
29634 +# CONFIG_I2C_AMD8111 is not set
29635 +# CONFIG_I2C_I801 is not set
29636 +# CONFIG_I2C_I810 is not set
29637 +# CONFIG_I2C_PIIX4 is not set
29638 +CONFIG_I2C_MPC=y
29639 +# CONFIG_I2C_NFORCE2 is not set
29640 +# CONFIG_I2C_OCORES is not set
29641 +# CONFIG_I2C_PARPORT_LIGHT is not set
29642 +# CONFIG_I2C_PROSAVAGE is not set
29643 +# CONFIG_I2C_SAVAGE4 is not set
29644 +# CONFIG_I2C_SIMTEC is not set
29645 +# CONFIG_I2C_SIS5595 is not set
29646 +# CONFIG_I2C_SIS630 is not set
29647 +# CONFIG_I2C_SIS96X is not set
29648 +# CONFIG_I2C_TAOS_EVM is not set
29649 +# CONFIG_I2C_STUB is not set
29650 +# CONFIG_I2C_VIA is not set
29651 +# CONFIG_I2C_VIAPRO is not set
29652 +# CONFIG_I2C_VOODOO3 is not set
29653 +
29654 +#
29655 +# Miscellaneous I2C Chip support
29656 +#
29657 +# CONFIG_DS1682 is not set
29658 +# CONFIG_SENSORS_EEPROM is not set
29659 +# CONFIG_SENSORS_PCF8574 is not set
29660 +# CONFIG_PCF8575 is not set
29661 +# CONFIG_SENSORS_PCF8591 is not set
29662 +# CONFIG_TPS65010 is not set
29663 +# CONFIG_SENSORS_MAX6875 is not set
29664 +# CONFIG_SENSORS_TSL2550 is not set
29665 +# CONFIG_I2C_DEBUG_CORE is not set
29666 +# CONFIG_I2C_DEBUG_ALGO is not set
29667 +# CONFIG_I2C_DEBUG_BUS is not set
29668 +# CONFIG_I2C_DEBUG_CHIP is not set
29669 +
29670 +#
29671 +# SPI support
29672 +#
29673 +# CONFIG_SPI is not set
29674 +# CONFIG_SPI_MASTER is not set
29675 +# CONFIG_W1 is not set
29676 +# CONFIG_POWER_SUPPLY is not set
29677 +CONFIG_HWMON=y
29678 +# CONFIG_HWMON_VID is not set
29679 +# CONFIG_SENSORS_AD7418 is not set
29680 +# CONFIG_SENSORS_ADM1021 is not set
29681 +# CONFIG_SENSORS_ADM1025 is not set
29682 +# CONFIG_SENSORS_ADM1026 is not set
29683 +# CONFIG_SENSORS_ADM1029 is not set
29684 +# CONFIG_SENSORS_ADM1031 is not set
29685 +# CONFIG_SENSORS_ADM9240 is not set
29686 +# CONFIG_SENSORS_ADT7470 is not set
29687 +# CONFIG_SENSORS_ADT7473 is not set
29688 +# CONFIG_SENSORS_ATXP1 is not set
29689 +# CONFIG_SENSORS_DS1621 is not set
29690 +# CONFIG_SENSORS_I5K_AMB is not set
29691 +# CONFIG_SENSORS_F71805F is not set
29692 +# CONFIG_SENSORS_F71882FG is not set
29693 +# CONFIG_SENSORS_F75375S is not set
29694 +# CONFIG_SENSORS_GL518SM is not set
29695 +# CONFIG_SENSORS_GL520SM is not set
29696 +# CONFIG_SENSORS_IT87 is not set
29697 +# CONFIG_SENSORS_LM63 is not set
29698 +# CONFIG_SENSORS_LM75 is not set
29699 +# CONFIG_SENSORS_LM77 is not set
29700 +# CONFIG_SENSORS_LM78 is not set
29701 +# CONFIG_SENSORS_LM80 is not set
29702 +# CONFIG_SENSORS_LM83 is not set
29703 +# CONFIG_SENSORS_LM85 is not set
29704 +# CONFIG_SENSORS_LM87 is not set
29705 +# CONFIG_SENSORS_LM90 is not set
29706 +# CONFIG_SENSORS_LM92 is not set
29707 +# CONFIG_SENSORS_LM93 is not set
29708 +# CONFIG_SENSORS_MAX1619 is not set
29709 +# CONFIG_SENSORS_MAX6650 is not set
29710 +# CONFIG_SENSORS_PC87360 is not set
29711 +# CONFIG_SENSORS_PC87427 is not set
29712 +# CONFIG_SENSORS_SIS5595 is not set
29713 +# CONFIG_SENSORS_DME1737 is not set
29714 +# CONFIG_SENSORS_SMSC47M1 is not set
29715 +# CONFIG_SENSORS_SMSC47M192 is not set
29716 +# CONFIG_SENSORS_SMSC47B397 is not set
29717 +# CONFIG_SENSORS_ADS7828 is not set
29718 +# CONFIG_SENSORS_THMC50 is not set
29719 +# CONFIG_SENSORS_VIA686A is not set
29720 +# CONFIG_SENSORS_VT1211 is not set
29721 +# CONFIG_SENSORS_VT8231 is not set
29722 +# CONFIG_SENSORS_W83781D is not set
29723 +# CONFIG_SENSORS_W83791D is not set
29724 +# CONFIG_SENSORS_W83792D is not set
29725 +# CONFIG_SENSORS_W83793 is not set
29726 +# CONFIG_SENSORS_W83L785TS is not set
29727 +# CONFIG_SENSORS_W83L786NG is not set
29728 +# CONFIG_SENSORS_W83627HF is not set
29729 +# CONFIG_SENSORS_W83627EHF is not set
29730 +# CONFIG_HWMON_DEBUG_CHIP is not set
29731 +# CONFIG_THERMAL is not set
29732 +CONFIG_WATCHDOG=y
29733 +# CONFIG_WATCHDOG_NOWAYOUT is not set
29734 +
29735 +#
29736 +# Watchdog Device Drivers
29737 +#
29738 +# CONFIG_SOFT_WATCHDOG is not set
29739 +CONFIG_83xx_WDT=y
29740 +
29741 +#
29742 +# PCI-based Watchdog Cards
29743 +#
29744 +# CONFIG_PCIPCWATCHDOG is not set
29745 +# CONFIG_WDTPCI is not set
29746 +
29747 +#
29748 +# Sonics Silicon Backplane
29749 +#
29750 +CONFIG_SSB_POSSIBLE=y
29751 +# CONFIG_SSB is not set
29752 +
29753 +#
29754 +# Multifunction device drivers
29755 +#
29756 +# CONFIG_MFD_SM501 is not set
29757 +
29758 +#
29759 +# Multimedia devices
29760 +#
29761 +# CONFIG_VIDEO_DEV is not set
29762 +# CONFIG_DVB_CORE is not set
29763 +CONFIG_DAB=y
29764 +
29765 +#
29766 +# Graphics support
29767 +#
29768 +# CONFIG_AGP is not set
29769 +# CONFIG_DRM is not set
29770 +# CONFIG_VGASTATE is not set
29771 +CONFIG_VIDEO_OUTPUT_CONTROL=m
29772 +# CONFIG_FB is not set
29773 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
29774 +
29775 +#
29776 +# Display device support
29777 +#
29778 +# CONFIG_DISPLAY_SUPPORT is not set
29779 +
29780 +#
29781 +# Sound
29782 +#
29783 +# CONFIG_SOUND is not set
29784 +CONFIG_HID_SUPPORT=y
29785 +CONFIG_HID=y
29786 +# CONFIG_HID_DEBUG is not set
29787 +# CONFIG_HIDRAW is not set
29788 +CONFIG_USB_SUPPORT=y
29789 +CONFIG_USB_ARCH_HAS_HCD=y
29790 +CONFIG_USB_ARCH_HAS_OHCI=y
29791 +CONFIG_USB_ARCH_HAS_EHCI=y
29792 +# CONFIG_USB is not set
29793 +
29794 +#
29795 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
29796 +#
29797 +# CONFIG_USB_GADGET is not set
29798 +# CONFIG_MMC is not set
29799 +# CONFIG_MEMSTICK is not set
29800 +# CONFIG_NEW_LEDS is not set
29801 +# CONFIG_INFINIBAND is not set
29802 +# CONFIG_EDAC is not set
29803 +CONFIG_RTC_LIB=y
29804 +CONFIG_RTC_CLASS=y
29805 +CONFIG_RTC_HCTOSYS=y
29806 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
29807 +# CONFIG_RTC_DEBUG is not set
29808 +
29809 +#
29810 +# RTC interfaces
29811 +#
29812 +CONFIG_RTC_INTF_SYSFS=y
29813 +CONFIG_RTC_INTF_PROC=y
29814 +CONFIG_RTC_INTF_DEV=y
29815 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
29816 +# CONFIG_RTC_DRV_TEST is not set
29817 +
29818 +#
29819 +# I2C RTC drivers
29820 +#
29821 +# CONFIG_RTC_DRV_DS1307 is not set
29822 +CONFIG_RTC_DRV_DS1374=y
29823 +# CONFIG_RTC_DRV_DS1672 is not set
29824 +# CONFIG_RTC_DRV_MAX6900 is not set
29825 +# CONFIG_RTC_DRV_RS5C372 is not set
29826 +# CONFIG_RTC_DRV_ISL1208 is not set
29827 +# CONFIG_RTC_DRV_X1205 is not set
29828 +# CONFIG_RTC_DRV_PCF8563 is not set
29829 +# CONFIG_RTC_DRV_PCF8583 is not set
29830 +# CONFIG_RTC_DRV_M41T80 is not set
29831 +# CONFIG_RTC_DRV_S35390A is not set
29832 +
29833 +#
29834 +# SPI RTC drivers
29835 +#
29836 +
29837 +#
29838 +# Platform RTC drivers
29839 +#
29840 +# CONFIG_RTC_DRV_CMOS is not set
29841 +# CONFIG_RTC_DRV_DS1511 is not set
29842 +# CONFIG_RTC_DRV_DS1553 is not set
29843 +# CONFIG_RTC_DRV_DS1742 is not set
29844 +# CONFIG_RTC_DRV_STK17TA8 is not set
29845 +# CONFIG_RTC_DRV_M48T86 is not set
29846 +# CONFIG_RTC_DRV_M48T59 is not set
29847 +# CONFIG_RTC_DRV_V3020 is not set
29848 +
29849 +#
29850 +# on-CPU RTC drivers
29851 +#
29852 +# CONFIG_DMADEVICES is not set
29853 +
29854 +#
29855 +# Userspace I/O
29856 +#
29857 +# CONFIG_UIO is not set
29858 +
29859 +#
29860 +# File systems
29861 +#
29862 +CONFIG_EXT2_FS=y
29863 +# CONFIG_EXT2_FS_XATTR is not set
29864 +# CONFIG_EXT2_FS_XIP is not set
29865 +CONFIG_EXT3_FS=y
29866 +CONFIG_EXT3_FS_XATTR=y
29867 +# CONFIG_EXT3_FS_POSIX_ACL is not set
29868 +# CONFIG_EXT3_FS_SECURITY is not set
29869 +# CONFIG_EXT4DEV_FS is not set
29870 +CONFIG_JBD=y
29871 +CONFIG_FS_MBCACHE=y
29872 +# CONFIG_REISERFS_FS is not set
29873 +# CONFIG_JFS_FS is not set
29874 +# CONFIG_FS_POSIX_ACL is not set
29875 +# CONFIG_XFS_FS is not set
29876 +# CONFIG_GFS2_FS is not set
29877 +# CONFIG_OCFS2_FS is not set
29878 +CONFIG_DNOTIFY=y
29879 +CONFIG_INOTIFY=y
29880 +CONFIG_INOTIFY_USER=y
29881 +# CONFIG_QUOTA is not set
29882 +# CONFIG_AUTOFS_FS is not set
29883 +# CONFIG_AUTOFS4_FS is not set
29884 +# CONFIG_FUSE_FS is not set
29885 +
29886 +#
29887 +# CD-ROM/DVD Filesystems
29888 +#
29889 +# CONFIG_ISO9660_FS is not set
29890 +# CONFIG_UDF_FS is not set
29891 +
29892 +#
29893 +# DOS/FAT/NT Filesystems
29894 +#
29895 +# CONFIG_MSDOS_FS is not set
29896 +# CONFIG_VFAT_FS is not set
29897 +# CONFIG_NTFS_FS is not set
29898 +
29899 +#
29900 +# Pseudo filesystems
29901 +#
29902 +CONFIG_PROC_FS=y
29903 +CONFIG_PROC_KCORE=y
29904 +CONFIG_PROC_SYSCTL=y
29905 +CONFIG_SYSFS=y
29906 +CONFIG_TMPFS=y
29907 +# CONFIG_TMPFS_POSIX_ACL is not set
29908 +# CONFIG_HUGETLB_PAGE is not set
29909 +# CONFIG_CONFIGFS_FS is not set
29910 +
29911 +#
29912 +# Miscellaneous filesystems
29913 +#
29914 +# CONFIG_ADFS_FS is not set
29915 +# CONFIG_AFFS_FS is not set
29916 +# CONFIG_HFS_FS is not set
29917 +# CONFIG_HFSPLUS_FS is not set
29918 +# CONFIG_BEFS_FS is not set
29919 +# CONFIG_BFS_FS is not set
29920 +# CONFIG_EFS_FS is not set
29921 +# CONFIG_CRAMFS is not set
29922 +# CONFIG_VXFS_FS is not set
29923 +# CONFIG_MINIX_FS is not set
29924 +# CONFIG_HPFS_FS is not set
29925 +# CONFIG_QNX4FS_FS is not set
29926 +# CONFIG_ROMFS_FS is not set
29927 +# CONFIG_SYSV_FS is not set
29928 +# CONFIG_UFS_FS is not set
29929 +CONFIG_NETWORK_FILESYSTEMS=y
29930 +CONFIG_NFS_FS=y
29931 +CONFIG_NFS_V3=y
29932 +# CONFIG_NFS_V3_ACL is not set
29933 +CONFIG_NFS_V4=y
29934 +# CONFIG_NFS_DIRECTIO is not set
29935 +# CONFIG_NFSD is not set
29936 +CONFIG_ROOT_NFS=y
29937 +CONFIG_LOCKD=y
29938 +CONFIG_LOCKD_V4=y
29939 +CONFIG_NFS_COMMON=y
29940 +CONFIG_SUNRPC=y
29941 +CONFIG_SUNRPC_GSS=y
29942 +# CONFIG_SUNRPC_BIND34 is not set
29943 +CONFIG_RPCSEC_GSS_KRB5=y
29944 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
29945 +# CONFIG_SMB_FS is not set
29946 +# CONFIG_CIFS is not set
29947 +# CONFIG_NCP_FS is not set
29948 +# CONFIG_CODA_FS is not set
29949 +# CONFIG_AFS_FS is not set
29950 +
29951 +#
29952 +# Partition Types
29953 +#
29954 +CONFIG_PARTITION_ADVANCED=y
29955 +# CONFIG_ACORN_PARTITION is not set
29956 +# CONFIG_OSF_PARTITION is not set
29957 +# CONFIG_AMIGA_PARTITION is not set
29958 +# CONFIG_ATARI_PARTITION is not set
29959 +# CONFIG_MAC_PARTITION is not set
29960 +# CONFIG_MSDOS_PARTITION is not set
29961 +# CONFIG_LDM_PARTITION is not set
29962 +# CONFIG_SGI_PARTITION is not set
29963 +# CONFIG_ULTRIX_PARTITION is not set
29964 +# CONFIG_SUN_PARTITION is not set
29965 +# CONFIG_KARMA_PARTITION is not set
29966 +# CONFIG_EFI_PARTITION is not set
29967 +# CONFIG_SYSV68_PARTITION is not set
29968 +# CONFIG_NLS is not set
29969 +# CONFIG_DLM is not set
29970 +
29971 +#
29972 +# Library routines
29973 +#
29974 +CONFIG_BITREVERSE=y
29975 +# CONFIG_CRC_CCITT is not set
29976 +# CONFIG_CRC16 is not set
29977 +# CONFIG_CRC_ITU_T is not set
29978 +CONFIG_CRC32=y
29979 +# CONFIG_CRC7 is not set
29980 +# CONFIG_LIBCRC32C is not set
29981 +CONFIG_PLIST=y
29982 +CONFIG_HAS_IOMEM=y
29983 +CONFIG_HAS_IOPORT=y
29984 +CONFIG_HAS_DMA=y
29985 +
29986 +#
29987 +# Kernel hacking
29988 +#
29989 +# CONFIG_PRINTK_TIME is not set
29990 +CONFIG_ENABLE_WARN_DEPRECATED=y
29991 +CONFIG_ENABLE_MUST_CHECK=y
29992 +# CONFIG_MAGIC_SYSRQ is not set
29993 +# CONFIG_UNUSED_SYMBOLS is not set
29994 +# CONFIG_DEBUG_FS is not set
29995 +# CONFIG_HEADERS_CHECK is not set
29996 +# CONFIG_DEBUG_KERNEL is not set
29997 +# CONFIG_SLUB_DEBUG_ON is not set
29998 +# CONFIG_SLUB_STATS is not set
29999 +# CONFIG_DEBUG_BUGVERBOSE is not set
30000 +# CONFIG_SAMPLES is not set
30001 +# CONFIG_PPC_EARLY_DEBUG is not set
30002 +
30003 +#
30004 +# Security options
30005 +#
30006 +# CONFIG_KEYS is not set
30007 +# CONFIG_SECURITY is not set
30008 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
30009 +CONFIG_CRYPTO=y
30010 +CONFIG_CRYPTO_ALGAPI=y
30011 +CONFIG_CRYPTO_BLKCIPHER=y
30012 +# CONFIG_CRYPTO_SEQIV is not set
30013 +CONFIG_CRYPTO_MANAGER=y
30014 +# CONFIG_CRYPTO_HMAC is not set
30015 +# CONFIG_CRYPTO_XCBC is not set
30016 +# CONFIG_CRYPTO_NULL is not set
30017 +# CONFIG_CRYPTO_MD4 is not set
30018 +CONFIG_CRYPTO_MD5=y
30019 +# CONFIG_CRYPTO_SHA1 is not set
30020 +# CONFIG_CRYPTO_SHA256 is not set
30021 +# CONFIG_CRYPTO_SHA512 is not set
30022 +# CONFIG_CRYPTO_WP512 is not set
30023 +# CONFIG_CRYPTO_TGR192 is not set
30024 +# CONFIG_CRYPTO_GF128MUL is not set
30025 +CONFIG_CRYPTO_ECB=m
30026 +CONFIG_CRYPTO_CBC=y
30027 +CONFIG_CRYPTO_PCBC=m
30028 +# CONFIG_CRYPTO_LRW is not set
30029 +# CONFIG_CRYPTO_XTS is not set
30030 +# CONFIG_CRYPTO_CTR is not set
30031 +# CONFIG_CRYPTO_GCM is not set
30032 +# CONFIG_CRYPTO_CCM is not set
30033 +# CONFIG_CRYPTO_CRYPTD is not set
30034 +CONFIG_CRYPTO_DES=y
30035 +# CONFIG_CRYPTO_FCRYPT is not set
30036 +# CONFIG_CRYPTO_BLOWFISH is not set
30037 +# CONFIG_CRYPTO_TWOFISH is not set
30038 +# CONFIG_CRYPTO_SERPENT is not set
30039 +# CONFIG_CRYPTO_AES is not set
30040 +# CONFIG_CRYPTO_CAST5 is not set
30041 +# CONFIG_CRYPTO_CAST6 is not set
30042 +# CONFIG_CRYPTO_TEA is not set
30043 +# CONFIG_CRYPTO_ARC4 is not set
30044 +# CONFIG_CRYPTO_KHAZAD is not set
30045 +# CONFIG_CRYPTO_ANUBIS is not set
30046 +# CONFIG_CRYPTO_SEED is not set
30047 +# CONFIG_CRYPTO_SALSA20 is not set
30048 +# CONFIG_CRYPTO_DEFLATE is not set
30049 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
30050 +# CONFIG_CRYPTO_CRC32C is not set
30051 +# CONFIG_CRYPTO_CAMELLIA is not set
30052 +# CONFIG_CRYPTO_TEST is not set
30053 +# CONFIG_CRYPTO_AUTHENC is not set
30054 +# CONFIG_CRYPTO_LZO is not set
30055 +CONFIG_CRYPTO_HW=y
30056 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
30057 +# CONFIG_PPC_CLOCK is not set
30058 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc836x_mds_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc836x_mds_defconfig
30059 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc836x_mds_defconfig    1970-01-01 01:00:00.000000000 +0100
30060 +++ powerpc.git/arch/powerpc/configs/83xx/mpc836x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
30061 @@ -0,0 +1,1079 @@
30062 +#
30063 +# Automatically generated make config: don't edit
30064 +# Linux kernel version: 2.6.25-rc7
30065 +# Mon Mar 31 11:36:57 2008
30066 +#
30067 +# CONFIG_PPC64 is not set
30068 +
30069 +#
30070 +# Processor support
30071 +#
30072 +CONFIG_6xx=y
30073 +# CONFIG_PPC_85xx is not set
30074 +# CONFIG_PPC_8xx is not set
30075 +# CONFIG_40x is not set
30076 +# CONFIG_44x is not set
30077 +# CONFIG_E200 is not set
30078 +CONFIG_PPC_FPU=y
30079 +# CONFIG_FSL_EMB_PERFMON is not set
30080 +CONFIG_PPC_STD_MMU=y
30081 +CONFIG_PPC_STD_MMU_32=y
30082 +# CONFIG_PPC_MM_SLICES is not set
30083 +# CONFIG_SMP is not set
30084 +CONFIG_PPC32=y
30085 +CONFIG_WORD_SIZE=32
30086 +CONFIG_PPC_MERGE=y
30087 +CONFIG_MMU=y
30088 +CONFIG_GENERIC_CMOS_UPDATE=y
30089 +CONFIG_GENERIC_TIME=y
30090 +CONFIG_GENERIC_TIME_VSYSCALL=y
30091 +CONFIG_GENERIC_CLOCKEVENTS=y
30092 +CONFIG_GENERIC_HARDIRQS=y
30093 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
30094 +CONFIG_IRQ_PER_CPU=y
30095 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
30096 +CONFIG_ARCH_HAS_ILOG2_U32=y
30097 +CONFIG_GENERIC_HWEIGHT=y
30098 +CONFIG_GENERIC_CALIBRATE_DELAY=y
30099 +CONFIG_GENERIC_FIND_NEXT_BIT=y
30100 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
30101 +CONFIG_PPC=y
30102 +CONFIG_EARLY_PRINTK=y
30103 +CONFIG_GENERIC_NVRAM=y
30104 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
30105 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
30106 +CONFIG_PPC_OF=y
30107 +CONFIG_OF=y
30108 +CONFIG_PPC_UDBG_16550=y
30109 +# CONFIG_GENERIC_TBSYNC is not set
30110 +CONFIG_AUDIT_ARCH=y
30111 +CONFIG_GENERIC_BUG=y
30112 +CONFIG_DEFAULT_UIMAGE=y
30113 +# CONFIG_PPC_DCR_NATIVE is not set
30114 +# CONFIG_PPC_DCR_MMIO is not set
30115 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
30116 +
30117 +#
30118 +# General setup
30119 +#
30120 +CONFIG_EXPERIMENTAL=y
30121 +CONFIG_BROKEN_ON_SMP=y
30122 +CONFIG_INIT_ENV_ARG_LIMIT=32
30123 +CONFIG_LOCALVERSION=""
30124 +CONFIG_LOCALVERSION_AUTO=y
30125 +CONFIG_SWAP=y
30126 +CONFIG_SYSVIPC=y
30127 +CONFIG_SYSVIPC_SYSCTL=y
30128 +# CONFIG_POSIX_MQUEUE is not set
30129 +# CONFIG_BSD_PROCESS_ACCT is not set
30130 +# CONFIG_TASKSTATS is not set
30131 +# CONFIG_AUDIT is not set
30132 +# CONFIG_IKCONFIG is not set
30133 +CONFIG_LOG_BUF_SHIFT=14
30134 +# CONFIG_CGROUPS is not set
30135 +CONFIG_GROUP_SCHED=y
30136 +# CONFIG_FAIR_GROUP_SCHED is not set
30137 +# CONFIG_RT_GROUP_SCHED is not set
30138 +CONFIG_USER_SCHED=y
30139 +# CONFIG_CGROUP_SCHED is not set
30140 +CONFIG_SYSFS_DEPRECATED=y
30141 +CONFIG_SYSFS_DEPRECATED_V2=y
30142 +# CONFIG_RELAY is not set
30143 +# CONFIG_NAMESPACES is not set
30144 +CONFIG_BLK_DEV_INITRD=y
30145 +CONFIG_INITRAMFS_SOURCE=""
30146 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
30147 +CONFIG_SYSCTL=y
30148 +CONFIG_EMBEDDED=y
30149 +CONFIG_SYSCTL_SYSCALL=y
30150 +# CONFIG_KALLSYMS is not set
30151 +CONFIG_HOTPLUG=y
30152 +CONFIG_PRINTK=y
30153 +CONFIG_BUG=y
30154 +CONFIG_ELF_CORE=y
30155 +CONFIG_COMPAT_BRK=y
30156 +CONFIG_BASE_FULL=y
30157 +CONFIG_FUTEX=y
30158 +CONFIG_ANON_INODES=y
30159 +# CONFIG_EPOLL is not set
30160 +CONFIG_SIGNALFD=y
30161 +CONFIG_TIMERFD=y
30162 +CONFIG_EVENTFD=y
30163 +CONFIG_SHMEM=y
30164 +CONFIG_VM_EVENT_COUNTERS=y
30165 +CONFIG_SLUB_DEBUG=y
30166 +# CONFIG_SLAB is not set
30167 +CONFIG_SLUB=y
30168 +# CONFIG_SLOB is not set
30169 +# CONFIG_PROFILING is not set
30170 +# CONFIG_MARKERS is not set
30171 +CONFIG_HAVE_OPROFILE=y
30172 +CONFIG_HAVE_KPROBES=y
30173 +CONFIG_HAVE_KRETPROBES=y
30174 +CONFIG_PROC_PAGE_MONITOR=y
30175 +CONFIG_SLABINFO=y
30176 +CONFIG_RT_MUTEXES=y
30177 +# CONFIG_TINY_SHMEM is not set
30178 +CONFIG_BASE_SMALL=0
30179 +CONFIG_MODULES=y
30180 +CONFIG_MODULE_UNLOAD=y
30181 +# CONFIG_MODULE_FORCE_UNLOAD is not set
30182 +# CONFIG_MODVERSIONS is not set
30183 +# CONFIG_MODULE_SRCVERSION_ALL is not set
30184 +# CONFIG_KMOD is not set
30185 +CONFIG_BLOCK=y
30186 +# CONFIG_LBD is not set
30187 +# CONFIG_BLK_DEV_IO_TRACE is not set
30188 +# CONFIG_LSF is not set
30189 +# CONFIG_BLK_DEV_BSG is not set
30190 +
30191 +#
30192 +# IO Schedulers
30193 +#
30194 +CONFIG_IOSCHED_NOOP=y
30195 +CONFIG_IOSCHED_AS=y
30196 +CONFIG_IOSCHED_DEADLINE=y
30197 +CONFIG_IOSCHED_CFQ=y
30198 +CONFIG_DEFAULT_AS=y
30199 +# CONFIG_DEFAULT_DEADLINE is not set
30200 +# CONFIG_DEFAULT_CFQ is not set
30201 +# CONFIG_DEFAULT_NOOP is not set
30202 +CONFIG_DEFAULT_IOSCHED="anticipatory"
30203 +CONFIG_CLASSIC_RCU=y
30204 +
30205 +#
30206 +# Platform support
30207 +#
30208 +# CONFIG_PPC_MULTIPLATFORM is not set
30209 +# CONFIG_PPC_82xx is not set
30210 +CONFIG_PPC_83xx=y
30211 +# CONFIG_PPC_86xx is not set
30212 +# CONFIG_PPC_MPC512x is not set
30213 +# CONFIG_PPC_MPC5121 is not set
30214 +# CONFIG_PPC_CELL is not set
30215 +# CONFIG_PPC_CELL_NATIVE is not set
30216 +# CONFIG_PQ2ADS is not set
30217 +CONFIG_MPC83xx=y
30218 +# CONFIG_MPC831x_RDB is not set
30219 +# CONFIG_MPC832x_MDS is not set
30220 +# CONFIG_MPC832x_RDB is not set
30221 +# CONFIG_MPC834x_MDS is not set
30222 +# CONFIG_MPC834x_ITX is not set
30223 +CONFIG_MPC836x_MDS=y
30224 +# CONFIG_MPC837x_MDS is not set
30225 +# CONFIG_MPC837x_RDB is not set
30226 +# CONFIG_SBC834x is not set
30227 +CONFIG_IPIC=y
30228 +# CONFIG_MPIC is not set
30229 +# CONFIG_MPIC_WEIRD is not set
30230 +# CONFIG_PPC_I8259 is not set
30231 +# CONFIG_PPC_RTAS is not set
30232 +# CONFIG_MMIO_NVRAM is not set
30233 +# CONFIG_PPC_MPC106 is not set
30234 +# CONFIG_PPC_970_NAP is not set
30235 +# CONFIG_PPC_INDIRECT_IO is not set
30236 +# CONFIG_GENERIC_IOMAP is not set
30237 +# CONFIG_CPU_FREQ is not set
30238 +CONFIG_QUICC_ENGINE=y
30239 +# CONFIG_FSL_ULI1575 is not set
30240 +
30241 +#
30242 +# Kernel options
30243 +#
30244 +# CONFIG_HIGHMEM is not set
30245 +CONFIG_TICK_ONESHOT=y
30246 +CONFIG_NO_HZ=y
30247 +CONFIG_HIGH_RES_TIMERS=y
30248 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
30249 +# CONFIG_HZ_100 is not set
30250 +CONFIG_HZ_250=y
30251 +# CONFIG_HZ_300 is not set
30252 +# CONFIG_HZ_1000 is not set
30253 +CONFIG_HZ=250
30254 +# CONFIG_SCHED_HRTICK is not set
30255 +CONFIG_PREEMPT_NONE=y
30256 +# CONFIG_PREEMPT_VOLUNTARY is not set
30257 +# CONFIG_PREEMPT is not set
30258 +CONFIG_BINFMT_ELF=y
30259 +# CONFIG_BINFMT_MISC is not set
30260 +# CONFIG_IOMMU_HELPER is not set
30261 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
30262 +CONFIG_ARCH_HAS_WALK_MEMORY=y
30263 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
30264 +CONFIG_ARCH_FLATMEM_ENABLE=y
30265 +CONFIG_ARCH_POPULATES_NODE_MAP=y
30266 +CONFIG_SELECT_MEMORY_MODEL=y
30267 +CONFIG_FLATMEM_MANUAL=y
30268 +# CONFIG_DISCONTIGMEM_MANUAL is not set
30269 +# CONFIG_SPARSEMEM_MANUAL is not set
30270 +CONFIG_FLATMEM=y
30271 +CONFIG_FLAT_NODE_MEM_MAP=y
30272 +# CONFIG_SPARSEMEM_STATIC is not set
30273 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
30274 +CONFIG_SPLIT_PTLOCK_CPUS=4
30275 +# CONFIG_RESOURCES_64BIT is not set
30276 +CONFIG_ZONE_DMA_FLAG=1
30277 +CONFIG_BOUNCE=y
30278 +CONFIG_VIRT_TO_BUS=y
30279 +CONFIG_PROC_DEVICETREE=y
30280 +# CONFIG_CMDLINE_BOOL is not set
30281 +# CONFIG_PM is not set
30282 +CONFIG_SECCOMP=y
30283 +CONFIG_ISA_DMA_API=y
30284 +
30285 +#
30286 +# Bus options
30287 +#
30288 +CONFIG_ZONE_DMA=y
30289 +CONFIG_GENERIC_ISA_DMA=y
30290 +CONFIG_PPC_INDIRECT_PCI=y
30291 +CONFIG_FSL_SOC=y
30292 +CONFIG_PCI=y
30293 +CONFIG_PCI_DOMAINS=y
30294 +CONFIG_PCI_SYSCALL=y
30295 +# CONFIG_PCIEPORTBUS is not set
30296 +CONFIG_ARCH_SUPPORTS_MSI=y
30297 +# CONFIG_PCI_MSI is not set
30298 +CONFIG_PCI_LEGACY=y
30299 +# CONFIG_PCCARD is not set
30300 +# CONFIG_HOTPLUG_PCI is not set
30301 +
30302 +#
30303 +# Advanced setup
30304 +#
30305 +# CONFIG_ADVANCED_OPTIONS is not set
30306 +
30307 +#
30308 +# Default settings for advanced configuration options are used
30309 +#
30310 +CONFIG_HIGHMEM_START=0xfe000000
30311 +CONFIG_LOWMEM_SIZE=0x30000000
30312 +CONFIG_KERNEL_START=0xc0000000
30313 +CONFIG_TASK_SIZE=0xc0000000
30314 +CONFIG_BOOT_LOAD=0x00800000
30315 +
30316 +#
30317 +# Networking
30318 +#
30319 +CONFIG_NET=y
30320 +
30321 +#
30322 +# Networking options
30323 +#
30324 +CONFIG_PACKET=y
30325 +# CONFIG_PACKET_MMAP is not set
30326 +CONFIG_UNIX=y
30327 +CONFIG_XFRM=y
30328 +# CONFIG_XFRM_USER is not set
30329 +# CONFIG_XFRM_SUB_POLICY is not set
30330 +# CONFIG_XFRM_MIGRATE is not set
30331 +# CONFIG_XFRM_STATISTICS is not set
30332 +# CONFIG_NET_KEY is not set
30333 +CONFIG_INET=y
30334 +CONFIG_IP_MULTICAST=y
30335 +# CONFIG_IP_ADVANCED_ROUTER is not set
30336 +CONFIG_IP_FIB_HASH=y
30337 +CONFIG_IP_PNP=y
30338 +CONFIG_IP_PNP_DHCP=y
30339 +CONFIG_IP_PNP_BOOTP=y
30340 +# CONFIG_IP_PNP_RARP is not set
30341 +# CONFIG_NET_IPIP is not set
30342 +# CONFIG_NET_IPGRE is not set
30343 +# CONFIG_IP_MROUTE is not set
30344 +# CONFIG_ARPD is not set
30345 +CONFIG_SYN_COOKIES=y
30346 +# CONFIG_INET_AH is not set
30347 +# CONFIG_INET_ESP is not set
30348 +# CONFIG_INET_IPCOMP is not set
30349 +# CONFIG_INET_XFRM_TUNNEL is not set
30350 +# CONFIG_INET_TUNNEL is not set
30351 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
30352 +CONFIG_INET_XFRM_MODE_TUNNEL=y
30353 +CONFIG_INET_XFRM_MODE_BEET=y
30354 +# CONFIG_INET_LRO is not set
30355 +CONFIG_INET_DIAG=y
30356 +CONFIG_INET_TCP_DIAG=y
30357 +# CONFIG_TCP_CONG_ADVANCED is not set
30358 +CONFIG_TCP_CONG_CUBIC=y
30359 +CONFIG_DEFAULT_TCP_CONG="cubic"
30360 +# CONFIG_TCP_MD5SIG is not set
30361 +# CONFIG_IPV6 is not set
30362 +# CONFIG_INET6_XFRM_TUNNEL is not set
30363 +# CONFIG_INET6_TUNNEL is not set
30364 +# CONFIG_NETWORK_SECMARK is not set
30365 +# CONFIG_NETFILTER is not set
30366 +# CONFIG_IP_DCCP is not set
30367 +# CONFIG_IP_SCTP is not set
30368 +# CONFIG_TIPC is not set
30369 +# CONFIG_ATM is not set
30370 +# CONFIG_BRIDGE is not set
30371 +# CONFIG_VLAN_8021Q is not set
30372 +# CONFIG_DECNET is not set
30373 +# CONFIG_LLC2 is not set
30374 +# CONFIG_IPX is not set
30375 +# CONFIG_ATALK is not set
30376 +# CONFIG_X25 is not set
30377 +# CONFIG_LAPB is not set
30378 +# CONFIG_ECONET is not set
30379 +# CONFIG_WAN_ROUTER is not set
30380 +# CONFIG_NET_SCHED is not set
30381 +
30382 +#
30383 +# Network testing
30384 +#
30385 +# CONFIG_NET_PKTGEN is not set
30386 +# CONFIG_HAMRADIO is not set
30387 +# CONFIG_CAN is not set
30388 +# CONFIG_IRDA is not set
30389 +# CONFIG_BT is not set
30390 +# CONFIG_AF_RXRPC is not set
30391 +
30392 +#
30393 +# Wireless
30394 +#
30395 +# CONFIG_CFG80211 is not set
30396 +# CONFIG_WIRELESS_EXT is not set
30397 +# CONFIG_MAC80211 is not set
30398 +# CONFIG_IEEE80211 is not set
30399 +# CONFIG_RFKILL is not set
30400 +# CONFIG_NET_9P is not set
30401 +
30402 +#
30403 +# Device Drivers
30404 +#
30405 +
30406 +#
30407 +# Generic Driver Options
30408 +#
30409 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
30410 +CONFIG_STANDALONE=y
30411 +CONFIG_PREVENT_FIRMWARE_BUILD=y
30412 +# CONFIG_FW_LOADER is not set
30413 +# CONFIG_SYS_HYPERVISOR is not set
30414 +# CONFIG_CONNECTOR is not set
30415 +# CONFIG_MTD is not set
30416 +CONFIG_OF_DEVICE=y
30417 +# CONFIG_PARPORT is not set
30418 +CONFIG_BLK_DEV=y
30419 +# CONFIG_BLK_DEV_FD is not set
30420 +# CONFIG_BLK_CPQ_DA is not set
30421 +# CONFIG_BLK_CPQ_CISS_DA is not set
30422 +# CONFIG_BLK_DEV_DAC960 is not set
30423 +# CONFIG_BLK_DEV_UMEM is not set
30424 +# CONFIG_BLK_DEV_COW_COMMON is not set
30425 +CONFIG_BLK_DEV_LOOP=y
30426 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
30427 +# CONFIG_BLK_DEV_NBD is not set
30428 +# CONFIG_BLK_DEV_SX8 is not set
30429 +CONFIG_BLK_DEV_RAM=y
30430 +CONFIG_BLK_DEV_RAM_COUNT=16
30431 +CONFIG_BLK_DEV_RAM_SIZE=32768
30432 +# CONFIG_BLK_DEV_XIP is not set
30433 +# CONFIG_CDROM_PKTCDVD is not set
30434 +# CONFIG_ATA_OVER_ETH is not set
30435 +CONFIG_MISC_DEVICES=y
30436 +# CONFIG_PHANTOM is not set
30437 +# CONFIG_EEPROM_93CX6 is not set
30438 +# CONFIG_SGI_IOC4 is not set
30439 +# CONFIG_TIFM_CORE is not set
30440 +# CONFIG_ENCLOSURE_SERVICES is not set
30441 +CONFIG_HAVE_IDE=y
30442 +# CONFIG_IDE is not set
30443 +
30444 +#
30445 +# SCSI device support
30446 +#
30447 +# CONFIG_RAID_ATTRS is not set
30448 +CONFIG_SCSI=y
30449 +CONFIG_SCSI_DMA=y
30450 +# CONFIG_SCSI_TGT is not set
30451 +# CONFIG_SCSI_NETLINK is not set
30452 +CONFIG_SCSI_PROC_FS=y
30453 +
30454 +#
30455 +# SCSI support type (disk, tape, CD-ROM)
30456 +#
30457 +# CONFIG_BLK_DEV_SD is not set
30458 +# CONFIG_CHR_DEV_ST is not set
30459 +# CONFIG_CHR_DEV_OSST is not set
30460 +# CONFIG_BLK_DEV_SR is not set
30461 +# CONFIG_CHR_DEV_SG is not set
30462 +# CONFIG_CHR_DEV_SCH is not set
30463 +
30464 +#
30465 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
30466 +#
30467 +# CONFIG_SCSI_MULTI_LUN is not set
30468 +# CONFIG_SCSI_CONSTANTS is not set
30469 +# CONFIG_SCSI_LOGGING is not set
30470 +# CONFIG_SCSI_SCAN_ASYNC is not set
30471 +CONFIG_SCSI_WAIT_SCAN=m
30472 +
30473 +#
30474 +# SCSI Transports
30475 +#
30476 +# CONFIG_SCSI_SPI_ATTRS is not set
30477 +# CONFIG_SCSI_FC_ATTRS is not set
30478 +# CONFIG_SCSI_ISCSI_ATTRS is not set
30479 +# CONFIG_SCSI_SAS_LIBSAS is not set
30480 +# CONFIG_SCSI_SRP_ATTRS is not set
30481 +CONFIG_SCSI_LOWLEVEL=y
30482 +# CONFIG_ISCSI_TCP is not set
30483 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
30484 +# CONFIG_SCSI_3W_9XXX is not set
30485 +# CONFIG_SCSI_ACARD is not set
30486 +# CONFIG_SCSI_AACRAID is not set
30487 +# CONFIG_SCSI_AIC7XXX is not set
30488 +# CONFIG_SCSI_AIC7XXX_OLD is not set
30489 +# CONFIG_SCSI_AIC79XX is not set
30490 +# CONFIG_SCSI_AIC94XX is not set
30491 +# CONFIG_SCSI_DPT_I2O is not set
30492 +# CONFIG_SCSI_ADVANSYS is not set
30493 +# CONFIG_SCSI_ARCMSR is not set
30494 +# CONFIG_MEGARAID_NEWGEN is not set
30495 +# CONFIG_MEGARAID_LEGACY is not set
30496 +# CONFIG_MEGARAID_SAS is not set
30497 +# CONFIG_SCSI_HPTIOP is not set
30498 +# CONFIG_SCSI_BUSLOGIC is not set
30499 +# CONFIG_SCSI_DMX3191D is not set
30500 +# CONFIG_SCSI_EATA is not set
30501 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
30502 +# CONFIG_SCSI_GDTH is not set
30503 +# CONFIG_SCSI_IPS is not set
30504 +# CONFIG_SCSI_INITIO is not set
30505 +# CONFIG_SCSI_INIA100 is not set
30506 +# CONFIG_SCSI_MVSAS is not set
30507 +# CONFIG_SCSI_STEX is not set
30508 +# CONFIG_SCSI_SYM53C8XX_2 is not set
30509 +# CONFIG_SCSI_QLOGIC_1280 is not set
30510 +# CONFIG_SCSI_QLA_FC is not set
30511 +# CONFIG_SCSI_QLA_ISCSI is not set
30512 +# CONFIG_SCSI_LPFC is not set
30513 +# CONFIG_SCSI_DC395x is not set
30514 +# CONFIG_SCSI_DC390T is not set
30515 +# CONFIG_SCSI_NSP32 is not set
30516 +# CONFIG_SCSI_DEBUG is not set
30517 +# CONFIG_SCSI_SRP is not set
30518 +# CONFIG_ATA is not set
30519 +# CONFIG_MD is not set
30520 +# CONFIG_FUSION is not set
30521 +
30522 +#
30523 +# IEEE 1394 (FireWire) support
30524 +#
30525 +# CONFIG_FIREWIRE is not set
30526 +# CONFIG_IEEE1394 is not set
30527 +# CONFIG_I2O is not set
30528 +# CONFIG_MACINTOSH_DRIVERS is not set
30529 +CONFIG_NETDEVICES=y
30530 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
30531 +# CONFIG_DUMMY is not set
30532 +# CONFIG_BONDING is not set
30533 +# CONFIG_MACVLAN is not set
30534 +# CONFIG_EQUALIZER is not set
30535 +# CONFIG_TUN is not set
30536 +# CONFIG_VETH is not set
30537 +# CONFIG_ARCNET is not set
30538 +CONFIG_PHYLIB=y
30539 +
30540 +#
30541 +# MII PHY device drivers
30542 +#
30543 +CONFIG_MARVELL_PHY=y
30544 +# CONFIG_DAVICOM_PHY is not set
30545 +# CONFIG_QSEMI_PHY is not set
30546 +# CONFIG_LXT_PHY is not set
30547 +# CONFIG_CICADA_PHY is not set
30548 +# CONFIG_VITESSE_PHY is not set
30549 +# CONFIG_SMSC_PHY is not set
30550 +# CONFIG_BROADCOM_PHY is not set
30551 +# CONFIG_ICPLUS_PHY is not set
30552 +# CONFIG_REALTEK_PHY is not set
30553 +# CONFIG_FIXED_PHY is not set
30554 +# CONFIG_MDIO_BITBANG is not set
30555 +CONFIG_NET_ETHERNET=y
30556 +CONFIG_MII=y
30557 +# CONFIG_HAPPYMEAL is not set
30558 +# CONFIG_SUNGEM is not set
30559 +# CONFIG_CASSINI is not set
30560 +# CONFIG_NET_VENDOR_3COM is not set
30561 +# CONFIG_NET_TULIP is not set
30562 +# CONFIG_HP100 is not set
30563 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
30564 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
30565 +# CONFIG_IBM_NEW_EMAC_TAH is not set
30566 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
30567 +# CONFIG_NET_PCI is not set
30568 +# CONFIG_B44 is not set
30569 +CONFIG_NETDEV_1000=y
30570 +# CONFIG_ACENIC is not set
30571 +# CONFIG_DL2K is not set
30572 +# CONFIG_E1000 is not set
30573 +# CONFIG_E1000E is not set
30574 +# CONFIG_E1000E_ENABLED is not set
30575 +# CONFIG_IP1000 is not set
30576 +# CONFIG_IGB is not set
30577 +# CONFIG_NS83820 is not set
30578 +# CONFIG_HAMACHI is not set
30579 +# CONFIG_YELLOWFIN is not set
30580 +# CONFIG_R8169 is not set
30581 +# CONFIG_SIS190 is not set
30582 +# CONFIG_SKGE is not set
30583 +# CONFIG_SKY2 is not set
30584 +# CONFIG_SK98LIN is not set
30585 +# CONFIG_VIA_VELOCITY is not set
30586 +# CONFIG_TIGON3 is not set
30587 +# CONFIG_BNX2 is not set
30588 +# CONFIG_GIANFAR is not set
30589 +CONFIG_UCC_GETH=y
30590 +# CONFIG_UGETH_NAPI is not set
30591 +# CONFIG_UGETH_MAGIC_PACKET is not set
30592 +# CONFIG_UGETH_FILTERING is not set
30593 +# CONFIG_UGETH_TX_ON_DEMAND is not set
30594 +# CONFIG_QLA3XXX is not set
30595 +# CONFIG_ATL1 is not set
30596 +CONFIG_NETDEV_10000=y
30597 +# CONFIG_CHELSIO_T1 is not set
30598 +# CONFIG_CHELSIO_T3 is not set
30599 +# CONFIG_IXGBE is not set
30600 +# CONFIG_IXGB is not set
30601 +# CONFIG_S2IO is not set
30602 +# CONFIG_MYRI10GE is not set
30603 +# CONFIG_NETXEN_NIC is not set
30604 +# CONFIG_NIU is not set
30605 +# CONFIG_MLX4_CORE is not set
30606 +# CONFIG_TEHUTI is not set
30607 +# CONFIG_BNX2X is not set
30608 +# CONFIG_TR is not set
30609 +
30610 +#
30611 +# Wireless LAN
30612 +#
30613 +# CONFIG_WLAN_PRE80211 is not set
30614 +# CONFIG_WLAN_80211 is not set
30615 +# CONFIG_WAN is not set
30616 +# CONFIG_FDDI is not set
30617 +# CONFIG_HIPPI is not set
30618 +# CONFIG_PPP is not set
30619 +# CONFIG_SLIP is not set
30620 +# CONFIG_NET_FC is not set
30621 +# CONFIG_NETCONSOLE is not set
30622 +# CONFIG_NETPOLL is not set
30623 +# CONFIG_NET_POLL_CONTROLLER is not set
30624 +# CONFIG_ISDN is not set
30625 +# CONFIG_PHONE is not set
30626 +
30627 +#
30628 +# Input device support
30629 +#
30630 +CONFIG_INPUT=y
30631 +# CONFIG_INPUT_FF_MEMLESS is not set
30632 +# CONFIG_INPUT_POLLDEV is not set
30633 +
30634 +#
30635 +# Userland interfaces
30636 +#
30637 +# CONFIG_INPUT_MOUSEDEV is not set
30638 +# CONFIG_INPUT_JOYDEV is not set
30639 +# CONFIG_INPUT_EVDEV is not set
30640 +# CONFIG_INPUT_EVBUG is not set
30641 +
30642 +#
30643 +# Input Device Drivers
30644 +#
30645 +# CONFIG_INPUT_KEYBOARD is not set
30646 +# CONFIG_INPUT_MOUSE is not set
30647 +# CONFIG_INPUT_JOYSTICK is not set
30648 +# CONFIG_INPUT_TABLET is not set
30649 +# CONFIG_INPUT_TOUCHSCREEN is not set
30650 +# CONFIG_INPUT_MISC is not set
30651 +
30652 +#
30653 +# Hardware I/O ports
30654 +#
30655 +# CONFIG_SERIO is not set
30656 +# CONFIG_GAMEPORT is not set
30657 +
30658 +#
30659 +# Character devices
30660 +#
30661 +# CONFIG_VT is not set
30662 +# CONFIG_SERIAL_NONSTANDARD is not set
30663 +# CONFIG_NOZOMI is not set
30664 +
30665 +#
30666 +# Serial drivers
30667 +#
30668 +CONFIG_SERIAL_8250=y
30669 +CONFIG_SERIAL_8250_CONSOLE=y
30670 +CONFIG_SERIAL_8250_PCI=y
30671 +CONFIG_SERIAL_8250_NR_UARTS=4
30672 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
30673 +# CONFIG_SERIAL_8250_EXTENDED is not set
30674 +
30675 +#
30676 +# Non-8250 serial port support
30677 +#
30678 +# CONFIG_SERIAL_UARTLITE is not set
30679 +CONFIG_SERIAL_CORE=y
30680 +CONFIG_SERIAL_CORE_CONSOLE=y
30681 +# CONFIG_SERIAL_JSM is not set
30682 +# CONFIG_SERIAL_OF_PLATFORM is not set
30683 +# CONFIG_SERIAL_QE is not set
30684 +CONFIG_UNIX98_PTYS=y
30685 +CONFIG_LEGACY_PTYS=y
30686 +CONFIG_LEGACY_PTY_COUNT=256
30687 +# CONFIG_IPMI_HANDLER is not set
30688 +CONFIG_HW_RANDOM=y
30689 +# CONFIG_NVRAM is not set
30690 +# CONFIG_GEN_RTC is not set
30691 +# CONFIG_R3964 is not set
30692 +# CONFIG_APPLICOM is not set
30693 +# CONFIG_RAW_DRIVER is not set
30694 +# CONFIG_TCG_TPM is not set
30695 +CONFIG_DEVPORT=y
30696 +CONFIG_I2C=y
30697 +CONFIG_I2C_BOARDINFO=y
30698 +CONFIG_I2C_CHARDEV=y
30699 +
30700 +#
30701 +# I2C Algorithms
30702 +#
30703 +# CONFIG_I2C_ALGOBIT is not set
30704 +# CONFIG_I2C_ALGOPCF is not set
30705 +# CONFIG_I2C_ALGOPCA is not set
30706 +
30707 +#
30708 +# I2C Hardware Bus support
30709 +#
30710 +# CONFIG_I2C_ALI1535 is not set
30711 +# CONFIG_I2C_ALI1563 is not set
30712 +# CONFIG_I2C_ALI15X3 is not set
30713 +# CONFIG_I2C_AMD756 is not set
30714 +# CONFIG_I2C_AMD8111 is not set
30715 +# CONFIG_I2C_I801 is not set
30716 +# CONFIG_I2C_I810 is not set
30717 +# CONFIG_I2C_PIIX4 is not set
30718 +CONFIG_I2C_MPC=y
30719 +# CONFIG_I2C_NFORCE2 is not set
30720 +# CONFIG_I2C_OCORES is not set
30721 +# CONFIG_I2C_PARPORT_LIGHT is not set
30722 +# CONFIG_I2C_PROSAVAGE is not set
30723 +# CONFIG_I2C_SAVAGE4 is not set
30724 +# CONFIG_I2C_SIMTEC is not set
30725 +# CONFIG_I2C_SIS5595 is not set
30726 +# CONFIG_I2C_SIS630 is not set
30727 +# CONFIG_I2C_SIS96X is not set
30728 +# CONFIG_I2C_TAOS_EVM is not set
30729 +# CONFIG_I2C_STUB is not set
30730 +# CONFIG_I2C_VIA is not set
30731 +# CONFIG_I2C_VIAPRO is not set
30732 +# CONFIG_I2C_VOODOO3 is not set
30733 +
30734 +#
30735 +# Miscellaneous I2C Chip support
30736 +#
30737 +# CONFIG_DS1682 is not set
30738 +# CONFIG_SENSORS_EEPROM is not set
30739 +# CONFIG_SENSORS_PCF8574 is not set
30740 +# CONFIG_PCF8575 is not set
30741 +# CONFIG_SENSORS_PCF8591 is not set
30742 +# CONFIG_TPS65010 is not set
30743 +# CONFIG_SENSORS_MAX6875 is not set
30744 +# CONFIG_SENSORS_TSL2550 is not set
30745 +# CONFIG_I2C_DEBUG_CORE is not set
30746 +# CONFIG_I2C_DEBUG_ALGO is not set
30747 +# CONFIG_I2C_DEBUG_BUS is not set
30748 +# CONFIG_I2C_DEBUG_CHIP is not set
30749 +
30750 +#
30751 +# SPI support
30752 +#
30753 +# CONFIG_SPI is not set
30754 +# CONFIG_SPI_MASTER is not set
30755 +# CONFIG_W1 is not set
30756 +# CONFIG_POWER_SUPPLY is not set
30757 +CONFIG_HWMON=y
30758 +# CONFIG_HWMON_VID is not set
30759 +# CONFIG_SENSORS_AD7418 is not set
30760 +# CONFIG_SENSORS_ADM1021 is not set
30761 +# CONFIG_SENSORS_ADM1025 is not set
30762 +# CONFIG_SENSORS_ADM1026 is not set
30763 +# CONFIG_SENSORS_ADM1029 is not set
30764 +# CONFIG_SENSORS_ADM1031 is not set
30765 +# CONFIG_SENSORS_ADM9240 is not set
30766 +# CONFIG_SENSORS_ADT7470 is not set
30767 +# CONFIG_SENSORS_ADT7473 is not set
30768 +# CONFIG_SENSORS_ATXP1 is not set
30769 +# CONFIG_SENSORS_DS1621 is not set
30770 +# CONFIG_SENSORS_I5K_AMB is not set
30771 +# CONFIG_SENSORS_F71805F is not set
30772 +# CONFIG_SENSORS_F71882FG is not set
30773 +# CONFIG_SENSORS_F75375S is not set
30774 +# CONFIG_SENSORS_GL518SM is not set
30775 +# CONFIG_SENSORS_GL520SM is not set
30776 +# CONFIG_SENSORS_IT87 is not set
30777 +# CONFIG_SENSORS_LM63 is not set
30778 +# CONFIG_SENSORS_LM75 is not set
30779 +# CONFIG_SENSORS_LM77 is not set
30780 +# CONFIG_SENSORS_LM78 is not set
30781 +# CONFIG_SENSORS_LM80 is not set
30782 +# CONFIG_SENSORS_LM83 is not set
30783 +# CONFIG_SENSORS_LM85 is not set
30784 +# CONFIG_SENSORS_LM87 is not set
30785 +# CONFIG_SENSORS_LM90 is not set
30786 +# CONFIG_SENSORS_LM92 is not set
30787 +# CONFIG_SENSORS_LM93 is not set
30788 +# CONFIG_SENSORS_MAX1619 is not set
30789 +# CONFIG_SENSORS_MAX6650 is not set
30790 +# CONFIG_SENSORS_PC87360 is not set
30791 +# CONFIG_SENSORS_PC87427 is not set
30792 +# CONFIG_SENSORS_SIS5595 is not set
30793 +# CONFIG_SENSORS_DME1737 is not set
30794 +# CONFIG_SENSORS_SMSC47M1 is not set
30795 +# CONFIG_SENSORS_SMSC47M192 is not set
30796 +# CONFIG_SENSORS_SMSC47B397 is not set
30797 +# CONFIG_SENSORS_ADS7828 is not set
30798 +# CONFIG_SENSORS_THMC50 is not set
30799 +# CONFIG_SENSORS_VIA686A is not set
30800 +# CONFIG_SENSORS_VT1211 is not set
30801 +# CONFIG_SENSORS_VT8231 is not set
30802 +# CONFIG_SENSORS_W83781D is not set
30803 +# CONFIG_SENSORS_W83791D is not set
30804 +# CONFIG_SENSORS_W83792D is not set
30805 +# CONFIG_SENSORS_W83793 is not set
30806 +# CONFIG_SENSORS_W83L785TS is not set
30807 +# CONFIG_SENSORS_W83L786NG is not set
30808 +# CONFIG_SENSORS_W83627HF is not set
30809 +# CONFIG_SENSORS_W83627EHF is not set
30810 +# CONFIG_HWMON_DEBUG_CHIP is not set
30811 +# CONFIG_THERMAL is not set
30812 +CONFIG_WATCHDOG=y
30813 +# CONFIG_WATCHDOG_NOWAYOUT is not set
30814 +
30815 +#
30816 +# Watchdog Device Drivers
30817 +#
30818 +# CONFIG_SOFT_WATCHDOG is not set
30819 +CONFIG_83xx_WDT=y
30820 +
30821 +#
30822 +# PCI-based Watchdog Cards
30823 +#
30824 +# CONFIG_PCIPCWATCHDOG is not set
30825 +# CONFIG_WDTPCI is not set
30826 +
30827 +#
30828 +# Sonics Silicon Backplane
30829 +#
30830 +CONFIG_SSB_POSSIBLE=y
30831 +# CONFIG_SSB is not set
30832 +
30833 +#
30834 +# Multifunction device drivers
30835 +#
30836 +# CONFIG_MFD_SM501 is not set
30837 +
30838 +#
30839 +# Multimedia devices
30840 +#
30841 +# CONFIG_VIDEO_DEV is not set
30842 +# CONFIG_DVB_CORE is not set
30843 +CONFIG_DAB=y
30844 +
30845 +#
30846 +# Graphics support
30847 +#
30848 +# CONFIG_AGP is not set
30849 +# CONFIG_DRM is not set
30850 +# CONFIG_VGASTATE is not set
30851 +CONFIG_VIDEO_OUTPUT_CONTROL=m
30852 +# CONFIG_FB is not set
30853 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
30854 +
30855 +#
30856 +# Display device support
30857 +#
30858 +# CONFIG_DISPLAY_SUPPORT is not set
30859 +
30860 +#
30861 +# Sound
30862 +#
30863 +# CONFIG_SOUND is not set
30864 +CONFIG_HID_SUPPORT=y
30865 +CONFIG_HID=y
30866 +# CONFIG_HID_DEBUG is not set
30867 +# CONFIG_HIDRAW is not set
30868 +CONFIG_USB_SUPPORT=y
30869 +CONFIG_USB_ARCH_HAS_HCD=y
30870 +CONFIG_USB_ARCH_HAS_OHCI=y
30871 +CONFIG_USB_ARCH_HAS_EHCI=y
30872 +# CONFIG_USB is not set
30873 +
30874 +#
30875 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
30876 +#
30877 +# CONFIG_USB_GADGET is not set
30878 +# CONFIG_MMC is not set
30879 +# CONFIG_MEMSTICK is not set
30880 +# CONFIG_NEW_LEDS is not set
30881 +# CONFIG_INFINIBAND is not set
30882 +# CONFIG_EDAC is not set
30883 +CONFIG_RTC_LIB=y
30884 +CONFIG_RTC_CLASS=y
30885 +CONFIG_RTC_HCTOSYS=y
30886 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
30887 +# CONFIG_RTC_DEBUG is not set
30888 +
30889 +#
30890 +# RTC interfaces
30891 +#
30892 +CONFIG_RTC_INTF_SYSFS=y
30893 +CONFIG_RTC_INTF_PROC=y
30894 +CONFIG_RTC_INTF_DEV=y
30895 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
30896 +# CONFIG_RTC_DRV_TEST is not set
30897 +
30898 +#
30899 +# I2C RTC drivers
30900 +#
30901 +# CONFIG_RTC_DRV_DS1307 is not set
30902 +CONFIG_RTC_DRV_DS1374=y
30903 +# CONFIG_RTC_DRV_DS1672 is not set
30904 +# CONFIG_RTC_DRV_MAX6900 is not set
30905 +# CONFIG_RTC_DRV_RS5C372 is not set
30906 +# CONFIG_RTC_DRV_ISL1208 is not set
30907 +# CONFIG_RTC_DRV_X1205 is not set
30908 +# CONFIG_RTC_DRV_PCF8563 is not set
30909 +# CONFIG_RTC_DRV_PCF8583 is not set
30910 +# CONFIG_RTC_DRV_M41T80 is not set
30911 +# CONFIG_RTC_DRV_S35390A is not set
30912 +
30913 +#
30914 +# SPI RTC drivers
30915 +#
30916 +
30917 +#
30918 +# Platform RTC drivers
30919 +#
30920 +# CONFIG_RTC_DRV_CMOS is not set
30921 +# CONFIG_RTC_DRV_DS1511 is not set
30922 +# CONFIG_RTC_DRV_DS1553 is not set
30923 +# CONFIG_RTC_DRV_DS1742 is not set
30924 +# CONFIG_RTC_DRV_STK17TA8 is not set
30925 +# CONFIG_RTC_DRV_M48T86 is not set
30926 +# CONFIG_RTC_DRV_M48T59 is not set
30927 +# CONFIG_RTC_DRV_V3020 is not set
30928 +
30929 +#
30930 +# on-CPU RTC drivers
30931 +#
30932 +# CONFIG_DMADEVICES is not set
30933 +
30934 +#
30935 +# Userspace I/O
30936 +#
30937 +# CONFIG_UIO is not set
30938 +
30939 +#
30940 +# File systems
30941 +#
30942 +CONFIG_EXT2_FS=y
30943 +# CONFIG_EXT2_FS_XATTR is not set
30944 +# CONFIG_EXT2_FS_XIP is not set
30945 +CONFIG_EXT3_FS=y
30946 +CONFIG_EXT3_FS_XATTR=y
30947 +# CONFIG_EXT3_FS_POSIX_ACL is not set
30948 +# CONFIG_EXT3_FS_SECURITY is not set
30949 +# CONFIG_EXT4DEV_FS is not set
30950 +CONFIG_JBD=y
30951 +CONFIG_FS_MBCACHE=y
30952 +# CONFIG_REISERFS_FS is not set
30953 +# CONFIG_JFS_FS is not set
30954 +# CONFIG_FS_POSIX_ACL is not set
30955 +# CONFIG_XFS_FS is not set
30956 +# CONFIG_GFS2_FS is not set
30957 +# CONFIG_OCFS2_FS is not set
30958 +CONFIG_DNOTIFY=y
30959 +CONFIG_INOTIFY=y
30960 +CONFIG_INOTIFY_USER=y
30961 +# CONFIG_QUOTA is not set
30962 +# CONFIG_AUTOFS_FS is not set
30963 +# CONFIG_AUTOFS4_FS is not set
30964 +# CONFIG_FUSE_FS is not set
30965 +
30966 +#
30967 +# CD-ROM/DVD Filesystems
30968 +#
30969 +# CONFIG_ISO9660_FS is not set
30970 +# CONFIG_UDF_FS is not set
30971 +
30972 +#
30973 +# DOS/FAT/NT Filesystems
30974 +#
30975 +# CONFIG_MSDOS_FS is not set
30976 +# CONFIG_VFAT_FS is not set
30977 +# CONFIG_NTFS_FS is not set
30978 +
30979 +#
30980 +# Pseudo filesystems
30981 +#
30982 +CONFIG_PROC_FS=y
30983 +CONFIG_PROC_KCORE=y
30984 +CONFIG_PROC_SYSCTL=y
30985 +CONFIG_SYSFS=y
30986 +CONFIG_TMPFS=y
30987 +# CONFIG_TMPFS_POSIX_ACL is not set
30988 +# CONFIG_HUGETLB_PAGE is not set
30989 +# CONFIG_CONFIGFS_FS is not set
30990 +
30991 +#
30992 +# Miscellaneous filesystems
30993 +#
30994 +# CONFIG_ADFS_FS is not set
30995 +# CONFIG_AFFS_FS is not set
30996 +# CONFIG_HFS_FS is not set
30997 +# CONFIG_HFSPLUS_FS is not set
30998 +# CONFIG_BEFS_FS is not set
30999 +# CONFIG_BFS_FS is not set
31000 +# CONFIG_EFS_FS is not set
31001 +# CONFIG_CRAMFS is not set
31002 +# CONFIG_VXFS_FS is not set
31003 +# CONFIG_MINIX_FS is not set
31004 +# CONFIG_HPFS_FS is not set
31005 +# CONFIG_QNX4FS_FS is not set
31006 +# CONFIG_ROMFS_FS is not set
31007 +# CONFIG_SYSV_FS is not set
31008 +# CONFIG_UFS_FS is not set
31009 +CONFIG_NETWORK_FILESYSTEMS=y
31010 +CONFIG_NFS_FS=y
31011 +CONFIG_NFS_V3=y
31012 +# CONFIG_NFS_V3_ACL is not set
31013 +CONFIG_NFS_V4=y
31014 +# CONFIG_NFS_DIRECTIO is not set
31015 +# CONFIG_NFSD is not set
31016 +CONFIG_ROOT_NFS=y
31017 +CONFIG_LOCKD=y
31018 +CONFIG_LOCKD_V4=y
31019 +CONFIG_NFS_COMMON=y
31020 +CONFIG_SUNRPC=y
31021 +CONFIG_SUNRPC_GSS=y
31022 +# CONFIG_SUNRPC_BIND34 is not set
31023 +CONFIG_RPCSEC_GSS_KRB5=y
31024 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
31025 +# CONFIG_SMB_FS is not set
31026 +# CONFIG_CIFS is not set
31027 +# CONFIG_NCP_FS is not set
31028 +# CONFIG_CODA_FS is not set
31029 +# CONFIG_AFS_FS is not set
31030 +
31031 +#
31032 +# Partition Types
31033 +#
31034 +CONFIG_PARTITION_ADVANCED=y
31035 +# CONFIG_ACORN_PARTITION is not set
31036 +# CONFIG_OSF_PARTITION is not set
31037 +# CONFIG_AMIGA_PARTITION is not set
31038 +# CONFIG_ATARI_PARTITION is not set
31039 +# CONFIG_MAC_PARTITION is not set
31040 +# CONFIG_MSDOS_PARTITION is not set
31041 +# CONFIG_LDM_PARTITION is not set
31042 +# CONFIG_SGI_PARTITION is not set
31043 +# CONFIG_ULTRIX_PARTITION is not set
31044 +# CONFIG_SUN_PARTITION is not set
31045 +# CONFIG_KARMA_PARTITION is not set
31046 +# CONFIG_EFI_PARTITION is not set
31047 +# CONFIG_SYSV68_PARTITION is not set
31048 +# CONFIG_NLS is not set
31049 +# CONFIG_DLM is not set
31050 +CONFIG_UCC_FAST=y
31051 +CONFIG_UCC=y
31052 +
31053 +#
31054 +# Library routines
31055 +#
31056 +CONFIG_BITREVERSE=y
31057 +# CONFIG_CRC_CCITT is not set
31058 +# CONFIG_CRC16 is not set
31059 +# CONFIG_CRC_ITU_T is not set
31060 +CONFIG_CRC32=y
31061 +# CONFIG_CRC7 is not set
31062 +# CONFIG_LIBCRC32C is not set
31063 +CONFIG_PLIST=y
31064 +CONFIG_HAS_IOMEM=y
31065 +CONFIG_HAS_IOPORT=y
31066 +CONFIG_HAS_DMA=y
31067 +
31068 +#
31069 +# Kernel hacking
31070 +#
31071 +# CONFIG_PRINTK_TIME is not set
31072 +CONFIG_ENABLE_WARN_DEPRECATED=y
31073 +CONFIG_ENABLE_MUST_CHECK=y
31074 +# CONFIG_MAGIC_SYSRQ is not set
31075 +# CONFIG_UNUSED_SYMBOLS is not set
31076 +# CONFIG_DEBUG_FS is not set
31077 +# CONFIG_HEADERS_CHECK is not set
31078 +# CONFIG_DEBUG_KERNEL is not set
31079 +# CONFIG_SLUB_DEBUG_ON is not set
31080 +# CONFIG_SLUB_STATS is not set
31081 +# CONFIG_DEBUG_BUGVERBOSE is not set
31082 +# CONFIG_SAMPLES is not set
31083 +# CONFIG_PPC_EARLY_DEBUG is not set
31084 +
31085 +#
31086 +# Security options
31087 +#
31088 +# CONFIG_KEYS is not set
31089 +# CONFIG_SECURITY is not set
31090 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
31091 +CONFIG_CRYPTO=y
31092 +CONFIG_CRYPTO_ALGAPI=y
31093 +CONFIG_CRYPTO_BLKCIPHER=y
31094 +# CONFIG_CRYPTO_SEQIV is not set
31095 +CONFIG_CRYPTO_MANAGER=y
31096 +# CONFIG_CRYPTO_HMAC is not set
31097 +# CONFIG_CRYPTO_XCBC is not set
31098 +# CONFIG_CRYPTO_NULL is not set
31099 +# CONFIG_CRYPTO_MD4 is not set
31100 +CONFIG_CRYPTO_MD5=y
31101 +# CONFIG_CRYPTO_SHA1 is not set
31102 +# CONFIG_CRYPTO_SHA256 is not set
31103 +# CONFIG_CRYPTO_SHA512 is not set
31104 +# CONFIG_CRYPTO_WP512 is not set
31105 +# CONFIG_CRYPTO_TGR192 is not set
31106 +# CONFIG_CRYPTO_GF128MUL is not set
31107 +CONFIG_CRYPTO_ECB=m
31108 +CONFIG_CRYPTO_CBC=y
31109 +CONFIG_CRYPTO_PCBC=m
31110 +# CONFIG_CRYPTO_LRW is not set
31111 +# CONFIG_CRYPTO_XTS is not set
31112 +# CONFIG_CRYPTO_CTR is not set
31113 +# CONFIG_CRYPTO_GCM is not set
31114 +# CONFIG_CRYPTO_CCM is not set
31115 +# CONFIG_CRYPTO_CRYPTD is not set
31116 +CONFIG_CRYPTO_DES=y
31117 +# CONFIG_CRYPTO_FCRYPT is not set
31118 +# CONFIG_CRYPTO_BLOWFISH is not set
31119 +# CONFIG_CRYPTO_TWOFISH is not set
31120 +# CONFIG_CRYPTO_SERPENT is not set
31121 +# CONFIG_CRYPTO_AES is not set
31122 +# CONFIG_CRYPTO_CAST5 is not set
31123 +# CONFIG_CRYPTO_CAST6 is not set
31124 +# CONFIG_CRYPTO_TEA is not set
31125 +# CONFIG_CRYPTO_ARC4 is not set
31126 +# CONFIG_CRYPTO_KHAZAD is not set
31127 +# CONFIG_CRYPTO_ANUBIS is not set
31128 +# CONFIG_CRYPTO_SEED is not set
31129 +# CONFIG_CRYPTO_SALSA20 is not set
31130 +# CONFIG_CRYPTO_DEFLATE is not set
31131 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
31132 +# CONFIG_CRYPTO_CRC32C is not set
31133 +# CONFIG_CRYPTO_CAMELLIA is not set
31134 +# CONFIG_CRYPTO_TEST is not set
31135 +# CONFIG_CRYPTO_AUTHENC is not set
31136 +# CONFIG_CRYPTO_LZO is not set
31137 +CONFIG_CRYPTO_HW=y
31138 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
31139 +# CONFIG_PPC_CLOCK is not set
31140 +CONFIG_PPC_LIB_RHEAP=y
31141 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc837x_mds_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc837x_mds_defconfig
31142 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc837x_mds_defconfig    1970-01-01 01:00:00.000000000 +0100
31143 +++ powerpc.git/arch/powerpc/configs/83xx/mpc837x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
31144 @@ -0,0 +1,899 @@
31145 +#
31146 +# Automatically generated make config: don't edit
31147 +# Linux kernel version: 2.6.25-rc6
31148 +# Mon Mar 24 08:48:23 2008
31149 +#
31150 +# CONFIG_PPC64 is not set
31151 +
31152 +#
31153 +# Processor support
31154 +#
31155 +CONFIG_6xx=y
31156 +# CONFIG_PPC_85xx is not set
31157 +# CONFIG_PPC_8xx is not set
31158 +# CONFIG_40x is not set
31159 +# CONFIG_44x is not set
31160 +# CONFIG_E200 is not set
31161 +CONFIG_PPC_FPU=y
31162 +# CONFIG_FSL_EMB_PERFMON is not set
31163 +CONFIG_PPC_STD_MMU=y
31164 +CONFIG_PPC_STD_MMU_32=y
31165 +# CONFIG_PPC_MM_SLICES is not set
31166 +# CONFIG_SMP is not set
31167 +CONFIG_PPC32=y
31168 +CONFIG_WORD_SIZE=32
31169 +CONFIG_PPC_MERGE=y
31170 +CONFIG_MMU=y
31171 +CONFIG_GENERIC_CMOS_UPDATE=y
31172 +CONFIG_GENERIC_TIME=y
31173 +CONFIG_GENERIC_TIME_VSYSCALL=y
31174 +CONFIG_GENERIC_CLOCKEVENTS=y
31175 +CONFIG_GENERIC_HARDIRQS=y
31176 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
31177 +CONFIG_IRQ_PER_CPU=y
31178 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
31179 +CONFIG_ARCH_HAS_ILOG2_U32=y
31180 +CONFIG_GENERIC_HWEIGHT=y
31181 +CONFIG_GENERIC_CALIBRATE_DELAY=y
31182 +CONFIG_GENERIC_FIND_NEXT_BIT=y
31183 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
31184 +CONFIG_PPC=y
31185 +CONFIG_EARLY_PRINTK=y
31186 +CONFIG_GENERIC_NVRAM=y
31187 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
31188 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
31189 +CONFIG_PPC_OF=y
31190 +CONFIG_OF=y
31191 +CONFIG_PPC_UDBG_16550=y
31192 +# CONFIG_GENERIC_TBSYNC is not set
31193 +CONFIG_AUDIT_ARCH=y
31194 +CONFIG_GENERIC_BUG=y
31195 +CONFIG_DEFAULT_UIMAGE=y
31196 +# CONFIG_PPC_DCR_NATIVE is not set
31197 +# CONFIG_PPC_DCR_MMIO is not set
31198 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
31199 +
31200 +#
31201 +# General setup
31202 +#
31203 +CONFIG_EXPERIMENTAL=y
31204 +CONFIG_BROKEN_ON_SMP=y
31205 +CONFIG_INIT_ENV_ARG_LIMIT=32
31206 +CONFIG_LOCALVERSION=""
31207 +CONFIG_LOCALVERSION_AUTO=y
31208 +CONFIG_SWAP=y
31209 +CONFIG_SYSVIPC=y
31210 +CONFIG_SYSVIPC_SYSCTL=y
31211 +# CONFIG_POSIX_MQUEUE is not set
31212 +# CONFIG_BSD_PROCESS_ACCT is not set
31213 +# CONFIG_TASKSTATS is not set
31214 +# CONFIG_AUDIT is not set
31215 +# CONFIG_IKCONFIG is not set
31216 +CONFIG_LOG_BUF_SHIFT=14
31217 +# CONFIG_CGROUPS is not set
31218 +CONFIG_GROUP_SCHED=y
31219 +CONFIG_FAIR_GROUP_SCHED=y
31220 +# CONFIG_RT_GROUP_SCHED is not set
31221 +CONFIG_USER_SCHED=y
31222 +# CONFIG_CGROUP_SCHED is not set
31223 +CONFIG_SYSFS_DEPRECATED=y
31224 +CONFIG_SYSFS_DEPRECATED_V2=y
31225 +# CONFIG_RELAY is not set
31226 +# CONFIG_NAMESPACES is not set
31227 +CONFIG_BLK_DEV_INITRD=y
31228 +CONFIG_INITRAMFS_SOURCE=""
31229 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
31230 +CONFIG_SYSCTL=y
31231 +CONFIG_EMBEDDED=y
31232 +CONFIG_SYSCTL_SYSCALL=y
31233 +CONFIG_KALLSYMS=y
31234 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
31235 +CONFIG_HOTPLUG=y
31236 +CONFIG_PRINTK=y
31237 +CONFIG_BUG=y
31238 +CONFIG_ELF_CORE=y
31239 +CONFIG_COMPAT_BRK=y
31240 +CONFIG_BASE_FULL=y
31241 +CONFIG_FUTEX=y
31242 +CONFIG_ANON_INODES=y
31243 +# CONFIG_EPOLL is not set
31244 +CONFIG_SIGNALFD=y
31245 +CONFIG_TIMERFD=y
31246 +CONFIG_EVENTFD=y
31247 +CONFIG_SHMEM=y
31248 +CONFIG_VM_EVENT_COUNTERS=y
31249 +CONFIG_SLAB=y
31250 +# CONFIG_SLUB is not set
31251 +# CONFIG_SLOB is not set
31252 +# CONFIG_PROFILING is not set
31253 +# CONFIG_MARKERS is not set
31254 +CONFIG_HAVE_OPROFILE=y
31255 +# CONFIG_KPROBES is not set
31256 +CONFIG_HAVE_KPROBES=y
31257 +CONFIG_HAVE_KRETPROBES=y
31258 +CONFIG_PROC_PAGE_MONITOR=y
31259 +CONFIG_SLABINFO=y
31260 +CONFIG_RT_MUTEXES=y
31261 +# CONFIG_TINY_SHMEM is not set
31262 +CONFIG_BASE_SMALL=0
31263 +CONFIG_MODULES=y
31264 +CONFIG_MODULE_UNLOAD=y
31265 +# CONFIG_MODULE_FORCE_UNLOAD is not set
31266 +# CONFIG_MODVERSIONS is not set
31267 +# CONFIG_MODULE_SRCVERSION_ALL is not set
31268 +# CONFIG_KMOD is not set
31269 +CONFIG_BLOCK=y
31270 +# CONFIG_LBD is not set
31271 +# CONFIG_BLK_DEV_IO_TRACE is not set
31272 +# CONFIG_LSF is not set
31273 +# CONFIG_BLK_DEV_BSG is not set
31274 +
31275 +#
31276 +# IO Schedulers
31277 +#
31278 +CONFIG_IOSCHED_NOOP=y
31279 +CONFIG_IOSCHED_AS=y
31280 +CONFIG_IOSCHED_DEADLINE=y
31281 +CONFIG_IOSCHED_CFQ=y
31282 +CONFIG_DEFAULT_AS=y
31283 +# CONFIG_DEFAULT_DEADLINE is not set
31284 +# CONFIG_DEFAULT_CFQ is not set
31285 +# CONFIG_DEFAULT_NOOP is not set
31286 +CONFIG_DEFAULT_IOSCHED="anticipatory"
31287 +CONFIG_CLASSIC_RCU=y
31288 +
31289 +#
31290 +# Platform support
31291 +#
31292 +# CONFIG_PPC_MULTIPLATFORM is not set
31293 +# CONFIG_PPC_82xx is not set
31294 +CONFIG_PPC_83xx=y
31295 +# CONFIG_PPC_86xx is not set
31296 +# CONFIG_PPC_MPC512x is not set
31297 +# CONFIG_PPC_MPC5121 is not set
31298 +# CONFIG_PPC_CELL is not set
31299 +# CONFIG_PPC_CELL_NATIVE is not set
31300 +# CONFIG_PQ2ADS is not set
31301 +CONFIG_MPC83xx=y
31302 +# CONFIG_MPC831x_RDB is not set
31303 +# CONFIG_MPC832x_MDS is not set
31304 +# CONFIG_MPC832x_RDB is not set
31305 +# CONFIG_MPC834x_MDS is not set
31306 +# CONFIG_MPC834x_ITX is not set
31307 +# CONFIG_MPC836x_MDS is not set
31308 +CONFIG_MPC837x_MDS=y
31309 +# CONFIG_MPC837x_RDB is not set
31310 +# CONFIG_SBC834x is not set
31311 +CONFIG_PPC_MPC837x=y
31312 +CONFIG_IPIC=y
31313 +# CONFIG_MPIC is not set
31314 +# CONFIG_MPIC_WEIRD is not set
31315 +# CONFIG_PPC_I8259 is not set
31316 +# CONFIG_PPC_RTAS is not set
31317 +# CONFIG_MMIO_NVRAM is not set
31318 +# CONFIG_PPC_MPC106 is not set
31319 +# CONFIG_PPC_970_NAP is not set
31320 +# CONFIG_PPC_INDIRECT_IO is not set
31321 +# CONFIG_GENERIC_IOMAP is not set
31322 +# CONFIG_CPU_FREQ is not set
31323 +# CONFIG_FSL_ULI1575 is not set
31324 +
31325 +#
31326 +# Kernel options
31327 +#
31328 +# CONFIG_HIGHMEM is not set
31329 +# CONFIG_TICK_ONESHOT is not set
31330 +# CONFIG_NO_HZ is not set
31331 +# CONFIG_HIGH_RES_TIMERS is not set
31332 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
31333 +# CONFIG_HZ_100 is not set
31334 +CONFIG_HZ_250=y
31335 +# CONFIG_HZ_300 is not set
31336 +# CONFIG_HZ_1000 is not set
31337 +CONFIG_HZ=250
31338 +# CONFIG_SCHED_HRTICK is not set
31339 +CONFIG_PREEMPT_NONE=y
31340 +# CONFIG_PREEMPT_VOLUNTARY is not set
31341 +# CONFIG_PREEMPT is not set
31342 +CONFIG_BINFMT_ELF=y
31343 +# CONFIG_BINFMT_MISC is not set
31344 +# CONFIG_IOMMU_HELPER is not set
31345 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
31346 +CONFIG_ARCH_HAS_WALK_MEMORY=y
31347 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
31348 +CONFIG_ARCH_FLATMEM_ENABLE=y
31349 +CONFIG_ARCH_POPULATES_NODE_MAP=y
31350 +CONFIG_SELECT_MEMORY_MODEL=y
31351 +CONFIG_FLATMEM_MANUAL=y
31352 +# CONFIG_DISCONTIGMEM_MANUAL is not set
31353 +# CONFIG_SPARSEMEM_MANUAL is not set
31354 +CONFIG_FLATMEM=y
31355 +CONFIG_FLAT_NODE_MEM_MAP=y
31356 +# CONFIG_SPARSEMEM_STATIC is not set
31357 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
31358 +CONFIG_SPLIT_PTLOCK_CPUS=4
31359 +# CONFIG_RESOURCES_64BIT is not set
31360 +CONFIG_ZONE_DMA_FLAG=1
31361 +CONFIG_BOUNCE=y
31362 +CONFIG_VIRT_TO_BUS=y
31363 +CONFIG_PROC_DEVICETREE=y
31364 +# CONFIG_CMDLINE_BOOL is not set
31365 +# CONFIG_PM is not set
31366 +CONFIG_SECCOMP=y
31367 +CONFIG_ISA_DMA_API=y
31368 +
31369 +#
31370 +# Bus options
31371 +#
31372 +CONFIG_ZONE_DMA=y
31373 +CONFIG_GENERIC_ISA_DMA=y
31374 +CONFIG_PPC_INDIRECT_PCI=y
31375 +CONFIG_FSL_SOC=y
31376 +# CONFIG_PCI is not set
31377 +# CONFIG_PCI_DOMAINS is not set
31378 +# CONFIG_PCI_SYSCALL is not set
31379 +# CONFIG_ARCH_SUPPORTS_MSI is not set
31380 +# CONFIG_PCCARD is not set
31381 +
31382 +#
31383 +# Advanced setup
31384 +#
31385 +# CONFIG_ADVANCED_OPTIONS is not set
31386 +
31387 +#
31388 +# Default settings for advanced configuration options are used
31389 +#
31390 +CONFIG_HIGHMEM_START=0xfe000000
31391 +CONFIG_LOWMEM_SIZE=0x30000000
31392 +CONFIG_KERNEL_START=0xc0000000
31393 +CONFIG_TASK_SIZE=0xc0000000
31394 +CONFIG_BOOT_LOAD=0x00800000
31395 +
31396 +#
31397 +# Networking
31398 +#
31399 +CONFIG_NET=y
31400 +
31401 +#
31402 +# Networking options
31403 +#
31404 +CONFIG_PACKET=y
31405 +# CONFIG_PACKET_MMAP is not set
31406 +CONFIG_UNIX=y
31407 +CONFIG_XFRM=y
31408 +CONFIG_XFRM_USER=m
31409 +# CONFIG_XFRM_SUB_POLICY is not set
31410 +# CONFIG_XFRM_MIGRATE is not set
31411 +# CONFIG_XFRM_STATISTICS is not set
31412 +# CONFIG_NET_KEY is not set
31413 +CONFIG_INET=y
31414 +CONFIG_IP_MULTICAST=y
31415 +# CONFIG_IP_ADVANCED_ROUTER is not set
31416 +CONFIG_IP_FIB_HASH=y
31417 +CONFIG_IP_PNP=y
31418 +CONFIG_IP_PNP_DHCP=y
31419 +CONFIG_IP_PNP_BOOTP=y
31420 +# CONFIG_IP_PNP_RARP is not set
31421 +# CONFIG_NET_IPIP is not set
31422 +# CONFIG_NET_IPGRE is not set
31423 +# CONFIG_IP_MROUTE is not set
31424 +# CONFIG_ARPD is not set
31425 +CONFIG_SYN_COOKIES=y
31426 +# CONFIG_INET_AH is not set
31427 +# CONFIG_INET_ESP is not set
31428 +# CONFIG_INET_IPCOMP is not set
31429 +# CONFIG_INET_XFRM_TUNNEL is not set
31430 +# CONFIG_INET_TUNNEL is not set
31431 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
31432 +CONFIG_INET_XFRM_MODE_TUNNEL=y
31433 +CONFIG_INET_XFRM_MODE_BEET=y
31434 +# CONFIG_INET_LRO is not set
31435 +CONFIG_INET_DIAG=y
31436 +CONFIG_INET_TCP_DIAG=y
31437 +# CONFIG_TCP_CONG_ADVANCED is not set
31438 +CONFIG_TCP_CONG_CUBIC=y
31439 +CONFIG_DEFAULT_TCP_CONG="cubic"
31440 +# CONFIG_TCP_MD5SIG is not set
31441 +# CONFIG_IPV6 is not set
31442 +# CONFIG_INET6_XFRM_TUNNEL is not set
31443 +# CONFIG_INET6_TUNNEL is not set
31444 +# CONFIG_NETWORK_SECMARK is not set
31445 +# CONFIG_NETFILTER is not set
31446 +# CONFIG_IP_DCCP is not set
31447 +# CONFIG_IP_SCTP is not set
31448 +# CONFIG_TIPC is not set
31449 +# CONFIG_ATM is not set
31450 +# CONFIG_BRIDGE is not set
31451 +# CONFIG_VLAN_8021Q is not set
31452 +# CONFIG_DECNET is not set
31453 +# CONFIG_LLC2 is not set
31454 +# CONFIG_IPX is not set
31455 +# CONFIG_ATALK is not set
31456 +# CONFIG_X25 is not set
31457 +# CONFIG_LAPB is not set
31458 +# CONFIG_ECONET is not set
31459 +# CONFIG_WAN_ROUTER is not set
31460 +# CONFIG_NET_SCHED is not set
31461 +
31462 +#
31463 +# Network testing
31464 +#
31465 +# CONFIG_NET_PKTGEN is not set
31466 +# CONFIG_HAMRADIO is not set
31467 +# CONFIG_CAN is not set
31468 +# CONFIG_IRDA is not set
31469 +# CONFIG_BT is not set
31470 +# CONFIG_AF_RXRPC is not set
31471 +
31472 +#
31473 +# Wireless
31474 +#
31475 +# CONFIG_CFG80211 is not set
31476 +# CONFIG_WIRELESS_EXT is not set
31477 +# CONFIG_MAC80211 is not set
31478 +# CONFIG_IEEE80211 is not set
31479 +# CONFIG_RFKILL is not set
31480 +# CONFIG_NET_9P is not set
31481 +
31482 +#
31483 +# Device Drivers
31484 +#
31485 +
31486 +#
31487 +# Generic Driver Options
31488 +#
31489 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
31490 +CONFIG_STANDALONE=y
31491 +CONFIG_PREVENT_FIRMWARE_BUILD=y
31492 +# CONFIG_FW_LOADER is not set
31493 +# CONFIG_SYS_HYPERVISOR is not set
31494 +# CONFIG_CONNECTOR is not set
31495 +# CONFIG_MTD is not set
31496 +CONFIG_OF_DEVICE=y
31497 +# CONFIG_PARPORT is not set
31498 +CONFIG_BLK_DEV=y
31499 +# CONFIG_BLK_DEV_FD is not set
31500 +# CONFIG_BLK_DEV_COW_COMMON is not set
31501 +CONFIG_BLK_DEV_LOOP=y
31502 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
31503 +# CONFIG_BLK_DEV_NBD is not set
31504 +CONFIG_BLK_DEV_RAM=y
31505 +CONFIG_BLK_DEV_RAM_COUNT=16
31506 +CONFIG_BLK_DEV_RAM_SIZE=32768
31507 +# CONFIG_BLK_DEV_XIP is not set
31508 +# CONFIG_CDROM_PKTCDVD is not set
31509 +# CONFIG_ATA_OVER_ETH is not set
31510 +CONFIG_MISC_DEVICES=y
31511 +# CONFIG_EEPROM_93CX6 is not set
31512 +# CONFIG_ENCLOSURE_SERVICES is not set
31513 +CONFIG_HAVE_IDE=y
31514 +# CONFIG_IDE is not set
31515 +
31516 +#
31517 +# SCSI device support
31518 +#
31519 +# CONFIG_RAID_ATTRS is not set
31520 +CONFIG_SCSI=y
31521 +CONFIG_SCSI_DMA=y
31522 +# CONFIG_SCSI_TGT is not set
31523 +# CONFIG_SCSI_NETLINK is not set
31524 +CONFIG_SCSI_PROC_FS=y
31525 +
31526 +#
31527 +# SCSI support type (disk, tape, CD-ROM)
31528 +#
31529 +CONFIG_BLK_DEV_SD=y
31530 +# CONFIG_CHR_DEV_ST is not set
31531 +# CONFIG_CHR_DEV_OSST is not set
31532 +# CONFIG_BLK_DEV_SR is not set
31533 +CONFIG_CHR_DEV_SG=y
31534 +# CONFIG_CHR_DEV_SCH is not set
31535 +
31536 +#
31537 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
31538 +#
31539 +# CONFIG_SCSI_MULTI_LUN is not set
31540 +# CONFIG_SCSI_CONSTANTS is not set
31541 +# CONFIG_SCSI_LOGGING is not set
31542 +# CONFIG_SCSI_SCAN_ASYNC is not set
31543 +CONFIG_SCSI_WAIT_SCAN=m
31544 +
31545 +#
31546 +# SCSI Transports
31547 +#
31548 +# CONFIG_SCSI_SPI_ATTRS is not set
31549 +# CONFIG_SCSI_FC_ATTRS is not set
31550 +# CONFIG_SCSI_ISCSI_ATTRS is not set
31551 +# CONFIG_SCSI_SAS_LIBSAS is not set
31552 +# CONFIG_SCSI_SRP_ATTRS is not set
31553 +CONFIG_SCSI_LOWLEVEL=y
31554 +# CONFIG_ISCSI_TCP is not set
31555 +# CONFIG_SCSI_DEBUG is not set
31556 +CONFIG_ATA=y
31557 +# CONFIG_ATA_NONSTANDARD is not set
31558 +# CONFIG_SATA_MV is not set
31559 +CONFIG_SATA_FSL=y
31560 +# CONFIG_PATA_PLATFORM is not set
31561 +# CONFIG_MD is not set
31562 +# CONFIG_MACINTOSH_DRIVERS is not set
31563 +CONFIG_NETDEVICES=y
31564 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
31565 +# CONFIG_DUMMY is not set
31566 +# CONFIG_BONDING is not set
31567 +# CONFIG_MACVLAN is not set
31568 +# CONFIG_EQUALIZER is not set
31569 +# CONFIG_TUN is not set
31570 +# CONFIG_VETH is not set
31571 +CONFIG_PHYLIB=y
31572 +
31573 +#
31574 +# MII PHY device drivers
31575 +#
31576 +CONFIG_MARVELL_PHY=y
31577 +# CONFIG_DAVICOM_PHY is not set
31578 +# CONFIG_QSEMI_PHY is not set
31579 +# CONFIG_LXT_PHY is not set
31580 +# CONFIG_CICADA_PHY is not set
31581 +# CONFIG_VITESSE_PHY is not set
31582 +# CONFIG_SMSC_PHY is not set
31583 +# CONFIG_BROADCOM_PHY is not set
31584 +# CONFIG_ICPLUS_PHY is not set
31585 +# CONFIG_REALTEK_PHY is not set
31586 +# CONFIG_FIXED_PHY is not set
31587 +# CONFIG_MDIO_BITBANG is not set
31588 +CONFIG_NET_ETHERNET=y
31589 +CONFIG_MII=y
31590 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
31591 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
31592 +# CONFIG_IBM_NEW_EMAC_TAH is not set
31593 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
31594 +# CONFIG_B44 is not set
31595 +CONFIG_NETDEV_1000=y
31596 +# CONFIG_E1000E_ENABLED is not set
31597 +CONFIG_GIANFAR=y
31598 +# CONFIG_GFAR_NAPI is not set
31599 +CONFIG_NETDEV_10000=y
31600 +
31601 +#
31602 +# Wireless LAN
31603 +#
31604 +# CONFIG_WLAN_PRE80211 is not set
31605 +# CONFIG_WLAN_80211 is not set
31606 +# CONFIG_WAN is not set
31607 +# CONFIG_PPP is not set
31608 +# CONFIG_SLIP is not set
31609 +# CONFIG_NETCONSOLE is not set
31610 +# CONFIG_NETPOLL is not set
31611 +# CONFIG_NET_POLL_CONTROLLER is not set
31612 +# CONFIG_ISDN is not set
31613 +# CONFIG_PHONE is not set
31614 +
31615 +#
31616 +# Input device support
31617 +#
31618 +CONFIG_INPUT=y
31619 +# CONFIG_INPUT_FF_MEMLESS is not set
31620 +# CONFIG_INPUT_POLLDEV is not set
31621 +
31622 +#
31623 +# Userland interfaces
31624 +#
31625 +# CONFIG_INPUT_MOUSEDEV is not set
31626 +# CONFIG_INPUT_JOYDEV is not set
31627 +# CONFIG_INPUT_EVDEV is not set
31628 +# CONFIG_INPUT_EVBUG is not set
31629 +
31630 +#
31631 +# Input Device Drivers
31632 +#
31633 +# CONFIG_INPUT_KEYBOARD is not set
31634 +# CONFIG_INPUT_MOUSE is not set
31635 +# CONFIG_INPUT_JOYSTICK is not set
31636 +# CONFIG_INPUT_TABLET is not set
31637 +# CONFIG_INPUT_TOUCHSCREEN is not set
31638 +# CONFIG_INPUT_MISC is not set
31639 +
31640 +#
31641 +# Hardware I/O ports
31642 +#
31643 +# CONFIG_SERIO is not set
31644 +# CONFIG_GAMEPORT is not set
31645 +
31646 +#
31647 +# Character devices
31648 +#
31649 +# CONFIG_VT is not set
31650 +# CONFIG_SERIAL_NONSTANDARD is not set
31651 +
31652 +#
31653 +# Serial drivers
31654 +#
31655 +CONFIG_SERIAL_8250=y
31656 +CONFIG_SERIAL_8250_CONSOLE=y
31657 +CONFIG_SERIAL_8250_NR_UARTS=4
31658 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
31659 +# CONFIG_SERIAL_8250_EXTENDED is not set
31660 +
31661 +#
31662 +# Non-8250 serial port support
31663 +#
31664 +# CONFIG_SERIAL_UARTLITE is not set
31665 +CONFIG_SERIAL_CORE=y
31666 +CONFIG_SERIAL_CORE_CONSOLE=y
31667 +# CONFIG_SERIAL_OF_PLATFORM is not set
31668 +CONFIG_UNIX98_PTYS=y
31669 +CONFIG_LEGACY_PTYS=y
31670 +CONFIG_LEGACY_PTY_COUNT=256
31671 +# CONFIG_IPMI_HANDLER is not set
31672 +# CONFIG_HW_RANDOM is not set
31673 +# CONFIG_NVRAM is not set
31674 +CONFIG_GEN_RTC=y
31675 +# CONFIG_GEN_RTC_X is not set
31676 +# CONFIG_R3964 is not set
31677 +# CONFIG_RAW_DRIVER is not set
31678 +# CONFIG_TCG_TPM is not set
31679 +CONFIG_I2C=y
31680 +CONFIG_I2C_BOARDINFO=y
31681 +CONFIG_I2C_CHARDEV=y
31682 +
31683 +#
31684 +# I2C Algorithms
31685 +#
31686 +# CONFIG_I2C_ALGOBIT is not set
31687 +# CONFIG_I2C_ALGOPCF is not set
31688 +# CONFIG_I2C_ALGOPCA is not set
31689 +
31690 +#
31691 +# I2C Hardware Bus support
31692 +#
31693 +CONFIG_I2C_MPC=y
31694 +# CONFIG_I2C_OCORES is not set
31695 +# CONFIG_I2C_PARPORT_LIGHT is not set
31696 +# CONFIG_I2C_SIMTEC is not set
31697 +# CONFIG_I2C_TAOS_EVM is not set
31698 +# CONFIG_I2C_STUB is not set
31699 +
31700 +#
31701 +# Miscellaneous I2C Chip support
31702 +#
31703 +# CONFIG_DS1682 is not set
31704 +# CONFIG_SENSORS_EEPROM is not set
31705 +# CONFIG_SENSORS_PCF8574 is not set
31706 +# CONFIG_PCF8575 is not set
31707 +# CONFIG_SENSORS_PCF8591 is not set
31708 +# CONFIG_TPS65010 is not set
31709 +# CONFIG_SENSORS_MAX6875 is not set
31710 +# CONFIG_SENSORS_TSL2550 is not set
31711 +# CONFIG_I2C_DEBUG_CORE is not set
31712 +# CONFIG_I2C_DEBUG_ALGO is not set
31713 +# CONFIG_I2C_DEBUG_BUS is not set
31714 +# CONFIG_I2C_DEBUG_CHIP is not set
31715 +
31716 +#
31717 +# SPI support
31718 +#
31719 +# CONFIG_SPI is not set
31720 +# CONFIG_SPI_MASTER is not set
31721 +# CONFIG_W1 is not set
31722 +# CONFIG_POWER_SUPPLY is not set
31723 +CONFIG_HWMON=y
31724 +# CONFIG_HWMON_VID is not set
31725 +# CONFIG_SENSORS_AD7418 is not set
31726 +# CONFIG_SENSORS_ADM1021 is not set
31727 +# CONFIG_SENSORS_ADM1025 is not set
31728 +# CONFIG_SENSORS_ADM1026 is not set
31729 +# CONFIG_SENSORS_ADM1029 is not set
31730 +# CONFIG_SENSORS_ADM1031 is not set
31731 +# CONFIG_SENSORS_ADM9240 is not set
31732 +# CONFIG_SENSORS_ADT7470 is not set
31733 +# CONFIG_SENSORS_ADT7473 is not set
31734 +# CONFIG_SENSORS_ATXP1 is not set
31735 +# CONFIG_SENSORS_DS1621 is not set
31736 +# CONFIG_SENSORS_F71805F is not set
31737 +# CONFIG_SENSORS_F71882FG is not set
31738 +# CONFIG_SENSORS_F75375S is not set
31739 +# CONFIG_SENSORS_GL518SM is not set
31740 +# CONFIG_SENSORS_GL520SM is not set
31741 +# CONFIG_SENSORS_IT87 is not set
31742 +# CONFIG_SENSORS_LM63 is not set
31743 +# CONFIG_SENSORS_LM75 is not set
31744 +# CONFIG_SENSORS_LM77 is not set
31745 +# CONFIG_SENSORS_LM78 is not set
31746 +# CONFIG_SENSORS_LM80 is not set
31747 +# CONFIG_SENSORS_LM83 is not set
31748 +# CONFIG_SENSORS_LM85 is not set
31749 +# CONFIG_SENSORS_LM87 is not set
31750 +# CONFIG_SENSORS_LM90 is not set
31751 +# CONFIG_SENSORS_LM92 is not set
31752 +# CONFIG_SENSORS_LM93 is not set
31753 +# CONFIG_SENSORS_MAX1619 is not set
31754 +# CONFIG_SENSORS_MAX6650 is not set
31755 +# CONFIG_SENSORS_PC87360 is not set
31756 +# CONFIG_SENSORS_PC87427 is not set
31757 +# CONFIG_SENSORS_DME1737 is not set
31758 +# CONFIG_SENSORS_SMSC47M1 is not set
31759 +# CONFIG_SENSORS_SMSC47M192 is not set
31760 +# CONFIG_SENSORS_SMSC47B397 is not set
31761 +# CONFIG_SENSORS_ADS7828 is not set
31762 +# CONFIG_SENSORS_THMC50 is not set
31763 +# CONFIG_SENSORS_VT1211 is not set
31764 +# CONFIG_SENSORS_W83781D is not set
31765 +# CONFIG_SENSORS_W83791D is not set
31766 +# CONFIG_SENSORS_W83792D is not set
31767 +# CONFIG_SENSORS_W83793 is not set
31768 +# CONFIG_SENSORS_W83L785TS is not set
31769 +# CONFIG_SENSORS_W83L786NG is not set
31770 +# CONFIG_SENSORS_W83627HF is not set
31771 +# CONFIG_SENSORS_W83627EHF is not set
31772 +# CONFIG_HWMON_DEBUG_CHIP is not set
31773 +# CONFIG_THERMAL is not set
31774 +CONFIG_WATCHDOG=y
31775 +# CONFIG_WATCHDOG_NOWAYOUT is not set
31776 +
31777 +#
31778 +# Watchdog Device Drivers
31779 +#
31780 +# CONFIG_SOFT_WATCHDOG is not set
31781 +CONFIG_83xx_WDT=y
31782 +
31783 +#
31784 +# Sonics Silicon Backplane
31785 +#
31786 +CONFIG_SSB_POSSIBLE=y
31787 +# CONFIG_SSB is not set
31788 +
31789 +#
31790 +# Multifunction device drivers
31791 +#
31792 +# CONFIG_MFD_SM501 is not set
31793 +
31794 +#
31795 +# Multimedia devices
31796 +#
31797 +# CONFIG_VIDEO_DEV is not set
31798 +# CONFIG_DVB_CORE is not set
31799 +CONFIG_DAB=y
31800 +
31801 +#
31802 +# Graphics support
31803 +#
31804 +# CONFIG_VGASTATE is not set
31805 +CONFIG_VIDEO_OUTPUT_CONTROL=m
31806 +# CONFIG_FB is not set
31807 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
31808 +
31809 +#
31810 +# Display device support
31811 +#
31812 +# CONFIG_DISPLAY_SUPPORT is not set
31813 +
31814 +#
31815 +# Sound
31816 +#
31817 +# CONFIG_SOUND is not set
31818 +CONFIG_HID_SUPPORT=y
31819 +CONFIG_HID=y
31820 +# CONFIG_HID_DEBUG is not set
31821 +# CONFIG_HIDRAW is not set
31822 +CONFIG_USB_SUPPORT=y
31823 +CONFIG_USB_ARCH_HAS_HCD=y
31824 +# CONFIG_USB_ARCH_HAS_OHCI is not set
31825 +CONFIG_USB_ARCH_HAS_EHCI=y
31826 +# CONFIG_USB is not set
31827 +
31828 +#
31829 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
31830 +#
31831 +# CONFIG_USB_GADGET is not set
31832 +# CONFIG_MMC is not set
31833 +# CONFIG_MEMSTICK is not set
31834 +# CONFIG_NEW_LEDS is not set
31835 +# CONFIG_EDAC is not set
31836 +# CONFIG_RTC_CLASS is not set
31837 +# CONFIG_DMADEVICES is not set
31838 +
31839 +#
31840 +# Userspace I/O
31841 +#
31842 +# CONFIG_UIO is not set
31843 +
31844 +#
31845 +# File systems
31846 +#
31847 +CONFIG_EXT2_FS=y
31848 +# CONFIG_EXT2_FS_XATTR is not set
31849 +# CONFIG_EXT2_FS_XIP is not set
31850 +CONFIG_EXT3_FS=y
31851 +CONFIG_EXT3_FS_XATTR=y
31852 +# CONFIG_EXT3_FS_POSIX_ACL is not set
31853 +# CONFIG_EXT3_FS_SECURITY is not set
31854 +# CONFIG_EXT4DEV_FS is not set
31855 +CONFIG_JBD=y
31856 +CONFIG_FS_MBCACHE=y
31857 +# CONFIG_REISERFS_FS is not set
31858 +# CONFIG_JFS_FS is not set
31859 +# CONFIG_FS_POSIX_ACL is not set
31860 +# CONFIG_XFS_FS is not set
31861 +# CONFIG_GFS2_FS is not set
31862 +# CONFIG_OCFS2_FS is not set
31863 +CONFIG_DNOTIFY=y
31864 +CONFIG_INOTIFY=y
31865 +CONFIG_INOTIFY_USER=y
31866 +# CONFIG_QUOTA is not set
31867 +# CONFIG_AUTOFS_FS is not set
31868 +# CONFIG_AUTOFS4_FS is not set
31869 +# CONFIG_FUSE_FS is not set
31870 +
31871 +#
31872 +# CD-ROM/DVD Filesystems
31873 +#
31874 +# CONFIG_ISO9660_FS is not set
31875 +# CONFIG_UDF_FS is not set
31876 +
31877 +#
31878 +# DOS/FAT/NT Filesystems
31879 +#
31880 +# CONFIG_MSDOS_FS is not set
31881 +# CONFIG_VFAT_FS is not set
31882 +# CONFIG_NTFS_FS is not set
31883 +
31884 +#
31885 +# Pseudo filesystems
31886 +#
31887 +CONFIG_PROC_FS=y
31888 +CONFIG_PROC_KCORE=y
31889 +CONFIG_PROC_SYSCTL=y
31890 +CONFIG_SYSFS=y
31891 +CONFIG_TMPFS=y
31892 +# CONFIG_TMPFS_POSIX_ACL is not set
31893 +# CONFIG_HUGETLB_PAGE is not set
31894 +# CONFIG_CONFIGFS_FS is not set
31895 +
31896 +#
31897 +# Miscellaneous filesystems
31898 +#
31899 +# CONFIG_ADFS_FS is not set
31900 +# CONFIG_AFFS_FS is not set
31901 +# CONFIG_HFS_FS is not set
31902 +# CONFIG_HFSPLUS_FS is not set
31903 +# CONFIG_BEFS_FS is not set
31904 +# CONFIG_BFS_FS is not set
31905 +# CONFIG_EFS_FS is not set
31906 +# CONFIG_CRAMFS is not set
31907 +# CONFIG_VXFS_FS is not set
31908 +# CONFIG_MINIX_FS is not set
31909 +# CONFIG_HPFS_FS is not set
31910 +# CONFIG_QNX4FS_FS is not set
31911 +# CONFIG_ROMFS_FS is not set
31912 +# CONFIG_SYSV_FS is not set
31913 +# CONFIG_UFS_FS is not set
31914 +CONFIG_NETWORK_FILESYSTEMS=y
31915 +CONFIG_NFS_FS=y
31916 +CONFIG_NFS_V3=y
31917 +# CONFIG_NFS_V3_ACL is not set
31918 +CONFIG_NFS_V4=y
31919 +# CONFIG_NFS_DIRECTIO is not set
31920 +# CONFIG_NFSD is not set
31921 +CONFIG_ROOT_NFS=y
31922 +CONFIG_LOCKD=y
31923 +CONFIG_LOCKD_V4=y
31924 +CONFIG_NFS_COMMON=y
31925 +CONFIG_SUNRPC=y
31926 +CONFIG_SUNRPC_GSS=y
31927 +# CONFIG_SUNRPC_BIND34 is not set
31928 +CONFIG_RPCSEC_GSS_KRB5=y
31929 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
31930 +# CONFIG_SMB_FS is not set
31931 +# CONFIG_CIFS is not set
31932 +# CONFIG_NCP_FS is not set
31933 +# CONFIG_CODA_FS is not set
31934 +# CONFIG_AFS_FS is not set
31935 +
31936 +#
31937 +# Partition Types
31938 +#
31939 +CONFIG_PARTITION_ADVANCED=y
31940 +# CONFIG_ACORN_PARTITION is not set
31941 +# CONFIG_OSF_PARTITION is not set
31942 +# CONFIG_AMIGA_PARTITION is not set
31943 +# CONFIG_ATARI_PARTITION is not set
31944 +# CONFIG_MAC_PARTITION is not set
31945 +CONFIG_MSDOS_PARTITION=y
31946 +# CONFIG_BSD_DISKLABEL is not set
31947 +# CONFIG_MINIX_SUBPARTITION is not set
31948 +# CONFIG_SOLARIS_X86_PARTITION is not set
31949 +# CONFIG_UNIXWARE_DISKLABEL is not set
31950 +# CONFIG_LDM_PARTITION is not set
31951 +# CONFIG_SGI_PARTITION is not set
31952 +# CONFIG_ULTRIX_PARTITION is not set
31953 +# CONFIG_SUN_PARTITION is not set
31954 +# CONFIG_KARMA_PARTITION is not set
31955 +# CONFIG_EFI_PARTITION is not set
31956 +# CONFIG_SYSV68_PARTITION is not set
31957 +# CONFIG_NLS is not set
31958 +# CONFIG_DLM is not set
31959 +
31960 +#
31961 +# Library routines
31962 +#
31963 +CONFIG_BITREVERSE=y
31964 +# CONFIG_CRC_CCITT is not set
31965 +# CONFIG_CRC16 is not set
31966 +# CONFIG_CRC_ITU_T is not set
31967 +CONFIG_CRC32=y
31968 +# CONFIG_CRC7 is not set
31969 +# CONFIG_LIBCRC32C is not set
31970 +CONFIG_PLIST=y
31971 +CONFIG_HAS_IOMEM=y
31972 +CONFIG_HAS_IOPORT=y
31973 +CONFIG_HAS_DMA=y
31974 +
31975 +#
31976 +# Kernel hacking
31977 +#
31978 +# CONFIG_PRINTK_TIME is not set
31979 +CONFIG_ENABLE_WARN_DEPRECATED=y
31980 +CONFIG_ENABLE_MUST_CHECK=y
31981 +# CONFIG_MAGIC_SYSRQ is not set
31982 +# CONFIG_UNUSED_SYMBOLS is not set
31983 +# CONFIG_DEBUG_FS is not set
31984 +# CONFIG_HEADERS_CHECK is not set
31985 +# CONFIG_DEBUG_KERNEL is not set
31986 +# CONFIG_DEBUG_BUGVERBOSE is not set
31987 +# CONFIG_SAMPLES is not set
31988 +# CONFIG_PPC_EARLY_DEBUG is not set
31989 +
31990 +#
31991 +# Security options
31992 +#
31993 +# CONFIG_KEYS is not set
31994 +# CONFIG_SECURITY is not set
31995 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
31996 +CONFIG_CRYPTO=y
31997 +CONFIG_CRYPTO_ALGAPI=y
31998 +CONFIG_CRYPTO_BLKCIPHER=y
31999 +# CONFIG_CRYPTO_SEQIV is not set
32000 +CONFIG_CRYPTO_MANAGER=y
32001 +# CONFIG_CRYPTO_HMAC is not set
32002 +# CONFIG_CRYPTO_XCBC is not set
32003 +# CONFIG_CRYPTO_NULL is not set
32004 +# CONFIG_CRYPTO_MD4 is not set
32005 +CONFIG_CRYPTO_MD5=y
32006 +# CONFIG_CRYPTO_SHA1 is not set
32007 +# CONFIG_CRYPTO_SHA256 is not set
32008 +# CONFIG_CRYPTO_SHA512 is not set
32009 +# CONFIG_CRYPTO_WP512 is not set
32010 +# CONFIG_CRYPTO_TGR192 is not set
32011 +# CONFIG_CRYPTO_GF128MUL is not set
32012 +CONFIG_CRYPTO_ECB=m
32013 +CONFIG_CRYPTO_CBC=y
32014 +CONFIG_CRYPTO_PCBC=m
32015 +# CONFIG_CRYPTO_LRW is not set
32016 +# CONFIG_CRYPTO_XTS is not set
32017 +# CONFIG_CRYPTO_CTR is not set
32018 +# CONFIG_CRYPTO_GCM is not set
32019 +# CONFIG_CRYPTO_CCM is not set
32020 +# CONFIG_CRYPTO_CRYPTD is not set
32021 +CONFIG_CRYPTO_DES=y
32022 +# CONFIG_CRYPTO_FCRYPT is not set
32023 +# CONFIG_CRYPTO_BLOWFISH is not set
32024 +# CONFIG_CRYPTO_TWOFISH is not set
32025 +# CONFIG_CRYPTO_SERPENT is not set
32026 +# CONFIG_CRYPTO_AES is not set
32027 +# CONFIG_CRYPTO_CAST5 is not set
32028 +# CONFIG_CRYPTO_CAST6 is not set
32029 +# CONFIG_CRYPTO_TEA is not set
32030 +# CONFIG_CRYPTO_ARC4 is not set
32031 +# CONFIG_CRYPTO_KHAZAD is not set
32032 +# CONFIG_CRYPTO_ANUBIS is not set
32033 +# CONFIG_CRYPTO_SEED is not set
32034 +# CONFIG_CRYPTO_SALSA20 is not set
32035 +# CONFIG_CRYPTO_DEFLATE is not set
32036 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
32037 +# CONFIG_CRYPTO_CRC32C is not set
32038 +# CONFIG_CRYPTO_CAMELLIA is not set
32039 +# CONFIG_CRYPTO_TEST is not set
32040 +# CONFIG_CRYPTO_AUTHENC is not set
32041 +# CONFIG_CRYPTO_LZO is not set
32042 +CONFIG_CRYPTO_HW=y
32043 +# CONFIG_PPC_CLOCK is not set
32044 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig powerpc.git/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
32045 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig    1970-01-01 01:00:00.000000000 +0100
32046 +++ powerpc.git/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
32047 @@ -0,0 +1,930 @@
32048 +#
32049 +# Automatically generated make config: don't edit
32050 +# Linux kernel version: 2.6.25-rc6
32051 +# Mon Mar 24 08:48:24 2008
32052 +#
32053 +# CONFIG_PPC64 is not set
32054 +
32055 +#
32056 +# Processor support
32057 +#
32058 +CONFIG_6xx=y
32059 +# CONFIG_PPC_85xx is not set
32060 +# CONFIG_PPC_8xx is not set
32061 +# CONFIG_40x is not set
32062 +# CONFIG_44x is not set
32063 +# CONFIG_E200 is not set
32064 +CONFIG_PPC_FPU=y
32065 +# CONFIG_FSL_EMB_PERFMON is not set
32066 +CONFIG_PPC_STD_MMU=y
32067 +CONFIG_PPC_STD_MMU_32=y
32068 +# CONFIG_PPC_MM_SLICES is not set
32069 +# CONFIG_SMP is not set
32070 +CONFIG_PPC32=y
32071 +CONFIG_WORD_SIZE=32
32072 +CONFIG_PPC_MERGE=y
32073 +CONFIG_MMU=y
32074 +CONFIG_GENERIC_CMOS_UPDATE=y
32075 +CONFIG_GENERIC_TIME=y
32076 +CONFIG_GENERIC_TIME_VSYSCALL=y
32077 +CONFIG_GENERIC_CLOCKEVENTS=y
32078 +CONFIG_GENERIC_HARDIRQS=y
32079 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
32080 +CONFIG_IRQ_PER_CPU=y
32081 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
32082 +CONFIG_ARCH_HAS_ILOG2_U32=y
32083 +CONFIG_GENERIC_HWEIGHT=y
32084 +CONFIG_GENERIC_CALIBRATE_DELAY=y
32085 +CONFIG_GENERIC_FIND_NEXT_BIT=y
32086 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
32087 +CONFIG_PPC=y
32088 +CONFIG_EARLY_PRINTK=y
32089 +CONFIG_GENERIC_NVRAM=y
32090 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
32091 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
32092 +CONFIG_PPC_OF=y
32093 +CONFIG_OF=y
32094 +CONFIG_PPC_UDBG_16550=y
32095 +# CONFIG_GENERIC_TBSYNC is not set
32096 +CONFIG_AUDIT_ARCH=y
32097 +CONFIG_GENERIC_BUG=y
32098 +CONFIG_DEFAULT_UIMAGE=y
32099 +# CONFIG_PPC_DCR_NATIVE is not set
32100 +# CONFIG_PPC_DCR_MMIO is not set
32101 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
32102 +
32103 +#
32104 +# General setup
32105 +#
32106 +CONFIG_EXPERIMENTAL=y
32107 +CONFIG_BROKEN_ON_SMP=y
32108 +CONFIG_INIT_ENV_ARG_LIMIT=32
32109 +CONFIG_LOCALVERSION=""
32110 +CONFIG_LOCALVERSION_AUTO=y
32111 +CONFIG_SWAP=y
32112 +CONFIG_SYSVIPC=y
32113 +CONFIG_SYSVIPC_SYSCTL=y
32114 +# CONFIG_POSIX_MQUEUE is not set
32115 +# CONFIG_BSD_PROCESS_ACCT is not set
32116 +# CONFIG_TASKSTATS is not set
32117 +# CONFIG_AUDIT is not set
32118 +# CONFIG_IKCONFIG is not set
32119 +CONFIG_LOG_BUF_SHIFT=14
32120 +# CONFIG_CGROUPS is not set
32121 +CONFIG_GROUP_SCHED=y
32122 +CONFIG_FAIR_GROUP_SCHED=y
32123 +# CONFIG_RT_GROUP_SCHED is not set
32124 +CONFIG_USER_SCHED=y
32125 +# CONFIG_CGROUP_SCHED is not set
32126 +CONFIG_SYSFS_DEPRECATED=y
32127 +CONFIG_SYSFS_DEPRECATED_V2=y
32128 +# CONFIG_RELAY is not set
32129 +# CONFIG_NAMESPACES is not set
32130 +CONFIG_BLK_DEV_INITRD=y
32131 +CONFIG_INITRAMFS_SOURCE=""
32132 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
32133 +CONFIG_SYSCTL=y
32134 +CONFIG_EMBEDDED=y
32135 +CONFIG_SYSCTL_SYSCALL=y
32136 +CONFIG_KALLSYMS=y
32137 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
32138 +CONFIG_HOTPLUG=y
32139 +CONFIG_PRINTK=y
32140 +CONFIG_BUG=y
32141 +CONFIG_ELF_CORE=y
32142 +CONFIG_COMPAT_BRK=y
32143 +CONFIG_BASE_FULL=y
32144 +CONFIG_FUTEX=y
32145 +CONFIG_ANON_INODES=y
32146 +# CONFIG_EPOLL is not set
32147 +CONFIG_SIGNALFD=y
32148 +CONFIG_TIMERFD=y
32149 +CONFIG_EVENTFD=y
32150 +CONFIG_SHMEM=y
32151 +CONFIG_VM_EVENT_COUNTERS=y
32152 +CONFIG_SLAB=y
32153 +# CONFIG_SLUB is not set
32154 +# CONFIG_SLOB is not set
32155 +# CONFIG_PROFILING is not set
32156 +# CONFIG_MARKERS is not set
32157 +CONFIG_HAVE_OPROFILE=y
32158 +# CONFIG_KPROBES is not set
32159 +CONFIG_HAVE_KPROBES=y
32160 +CONFIG_HAVE_KRETPROBES=y
32161 +CONFIG_PROC_PAGE_MONITOR=y
32162 +CONFIG_SLABINFO=y
32163 +CONFIG_RT_MUTEXES=y
32164 +# CONFIG_TINY_SHMEM is not set
32165 +CONFIG_BASE_SMALL=0
32166 +CONFIG_MODULES=y
32167 +CONFIG_MODULE_UNLOAD=y
32168 +# CONFIG_MODULE_FORCE_UNLOAD is not set
32169 +# CONFIG_MODVERSIONS is not set
32170 +# CONFIG_MODULE_SRCVERSION_ALL is not set
32171 +# CONFIG_KMOD is not set
32172 +CONFIG_BLOCK=y
32173 +# CONFIG_LBD is not set
32174 +# CONFIG_BLK_DEV_IO_TRACE is not set
32175 +# CONFIG_LSF is not set
32176 +# CONFIG_BLK_DEV_BSG is not set
32177 +
32178 +#
32179 +# IO Schedulers
32180 +#
32181 +CONFIG_IOSCHED_NOOP=y
32182 +CONFIG_IOSCHED_AS=y
32183 +CONFIG_IOSCHED_DEADLINE=y
32184 +CONFIG_IOSCHED_CFQ=y
32185 +CONFIG_DEFAULT_AS=y
32186 +# CONFIG_DEFAULT_DEADLINE is not set
32187 +# CONFIG_DEFAULT_CFQ is not set
32188 +# CONFIG_DEFAULT_NOOP is not set
32189 +CONFIG_DEFAULT_IOSCHED="anticipatory"
32190 +CONFIG_CLASSIC_RCU=y
32191 +
32192 +#
32193 +# Platform support
32194 +#
32195 +# CONFIG_PPC_MULTIPLATFORM is not set
32196 +# CONFIG_PPC_82xx is not set
32197 +CONFIG_PPC_83xx=y
32198 +# CONFIG_PPC_86xx is not set
32199 +# CONFIG_PPC_MPC512x is not set
32200 +# CONFIG_PPC_MPC5121 is not set
32201 +# CONFIG_PPC_CELL is not set
32202 +# CONFIG_PPC_CELL_NATIVE is not set
32203 +# CONFIG_PQ2ADS is not set
32204 +CONFIG_MPC83xx=y
32205 +# CONFIG_MPC831x_RDB is not set
32206 +# CONFIG_MPC832x_MDS is not set
32207 +# CONFIG_MPC832x_RDB is not set
32208 +# CONFIG_MPC834x_MDS is not set
32209 +# CONFIG_MPC834x_ITX is not set
32210 +# CONFIG_MPC836x_MDS is not set
32211 +# CONFIG_MPC837x_MDS is not set
32212 +CONFIG_MPC837x_RDB=y
32213 +# CONFIG_SBC834x is not set
32214 +CONFIG_PPC_MPC837x=y
32215 +CONFIG_IPIC=y
32216 +# CONFIG_MPIC is not set
32217 +# CONFIG_MPIC_WEIRD is not set
32218 +# CONFIG_PPC_I8259 is not set
32219 +# CONFIG_PPC_RTAS is not set
32220 +# CONFIG_MMIO_NVRAM is not set
32221 +# CONFIG_PPC_MPC106 is not set
32222 +# CONFIG_PPC_970_NAP is not set
32223 +# CONFIG_PPC_INDIRECT_IO is not set
32224 +# CONFIG_GENERIC_IOMAP is not set
32225 +# CONFIG_CPU_FREQ is not set
32226 +# CONFIG_FSL_ULI1575 is not set
32227 +
32228 +#
32229 +# Kernel options
32230 +#
32231 +# CONFIG_HIGHMEM is not set
32232 +# CONFIG_TICK_ONESHOT is not set
32233 +# CONFIG_NO_HZ is not set
32234 +# CONFIG_HIGH_RES_TIMERS is not set
32235 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
32236 +# CONFIG_HZ_100 is not set
32237 +CONFIG_HZ_250=y
32238 +# CONFIG_HZ_300 is not set
32239 +# CONFIG_HZ_1000 is not set
32240 +CONFIG_HZ=250
32241 +# CONFIG_SCHED_HRTICK is not set
32242 +CONFIG_PREEMPT_NONE=y
32243 +# CONFIG_PREEMPT_VOLUNTARY is not set
32244 +# CONFIG_PREEMPT is not set
32245 +CONFIG_BINFMT_ELF=y
32246 +# CONFIG_BINFMT_MISC is not set
32247 +# CONFIG_IOMMU_HELPER is not set
32248 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
32249 +CONFIG_ARCH_HAS_WALK_MEMORY=y
32250 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
32251 +CONFIG_ARCH_FLATMEM_ENABLE=y
32252 +CONFIG_ARCH_POPULATES_NODE_MAP=y
32253 +CONFIG_SELECT_MEMORY_MODEL=y
32254 +CONFIG_FLATMEM_MANUAL=y
32255 +# CONFIG_DISCONTIGMEM_MANUAL is not set
32256 +# CONFIG_SPARSEMEM_MANUAL is not set
32257 +CONFIG_FLATMEM=y
32258 +CONFIG_FLAT_NODE_MEM_MAP=y
32259 +# CONFIG_SPARSEMEM_STATIC is not set
32260 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
32261 +CONFIG_SPLIT_PTLOCK_CPUS=4
32262 +# CONFIG_RESOURCES_64BIT is not set
32263 +CONFIG_ZONE_DMA_FLAG=1
32264 +CONFIG_BOUNCE=y
32265 +CONFIG_VIRT_TO_BUS=y
32266 +CONFIG_PROC_DEVICETREE=y
32267 +# CONFIG_CMDLINE_BOOL is not set
32268 +# CONFIG_PM is not set
32269 +CONFIG_SECCOMP=y
32270 +CONFIG_ISA_DMA_API=y
32271 +
32272 +#
32273 +# Bus options
32274 +#
32275 +CONFIG_ZONE_DMA=y
32276 +CONFIG_GENERIC_ISA_DMA=y
32277 +CONFIG_PPC_INDIRECT_PCI=y
32278 +CONFIG_FSL_SOC=y
32279 +# CONFIG_PCI is not set
32280 +# CONFIG_PCI_DOMAINS is not set
32281 +# CONFIG_PCI_SYSCALL is not set
32282 +# CONFIG_ARCH_SUPPORTS_MSI is not set
32283 +# CONFIG_PCCARD is not set
32284 +
32285 +#
32286 +# Advanced setup
32287 +#
32288 +# CONFIG_ADVANCED_OPTIONS is not set
32289 +
32290 +#
32291 +# Default settings for advanced configuration options are used
32292 +#
32293 +CONFIG_HIGHMEM_START=0xfe000000
32294 +CONFIG_LOWMEM_SIZE=0x30000000
32295 +CONFIG_KERNEL_START=0xc0000000
32296 +CONFIG_TASK_SIZE=0xc0000000
32297 +CONFIG_BOOT_LOAD=0x00800000
32298 +
32299 +#
32300 +# Networking
32301 +#
32302 +CONFIG_NET=y
32303 +
32304 +#
32305 +# Networking options
32306 +#
32307 +CONFIG_PACKET=y
32308 +# CONFIG_PACKET_MMAP is not set
32309 +CONFIG_UNIX=y
32310 +# CONFIG_NET_KEY is not set
32311 +CONFIG_INET=y
32312 +CONFIG_IP_MULTICAST=y
32313 +# CONFIG_IP_ADVANCED_ROUTER is not set
32314 +CONFIG_IP_FIB_HASH=y
32315 +CONFIG_IP_PNP=y
32316 +CONFIG_IP_PNP_DHCP=y
32317 +CONFIG_IP_PNP_BOOTP=y
32318 +# CONFIG_IP_PNP_RARP is not set
32319 +# CONFIG_NET_IPIP is not set
32320 +# CONFIG_NET_IPGRE is not set
32321 +# CONFIG_IP_MROUTE is not set
32322 +# CONFIG_ARPD is not set
32323 +CONFIG_SYN_COOKIES=y
32324 +# CONFIG_INET_AH is not set
32325 +# CONFIG_INET_ESP is not set
32326 +# CONFIG_INET_IPCOMP is not set
32327 +# CONFIG_INET_XFRM_TUNNEL is not set
32328 +# CONFIG_INET_TUNNEL is not set
32329 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
32330 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
32331 +# CONFIG_INET_XFRM_MODE_BEET is not set
32332 +# CONFIG_INET_LRO is not set
32333 +CONFIG_INET_DIAG=y
32334 +CONFIG_INET_TCP_DIAG=y
32335 +# CONFIG_TCP_CONG_ADVANCED is not set
32336 +CONFIG_TCP_CONG_CUBIC=y
32337 +CONFIG_DEFAULT_TCP_CONG="cubic"
32338 +# CONFIG_TCP_MD5SIG is not set
32339 +# CONFIG_IPV6 is not set
32340 +# CONFIG_INET6_XFRM_TUNNEL is not set
32341 +# CONFIG_INET6_TUNNEL is not set
32342 +# CONFIG_NETWORK_SECMARK is not set
32343 +# CONFIG_NETFILTER is not set
32344 +# CONFIG_IP_DCCP is not set
32345 +# CONFIG_IP_SCTP is not set
32346 +# CONFIG_TIPC is not set
32347 +# CONFIG_ATM is not set
32348 +# CONFIG_BRIDGE is not set
32349 +# CONFIG_VLAN_8021Q is not set
32350 +# CONFIG_DECNET is not set
32351 +# CONFIG_LLC2 is not set
32352 +# CONFIG_IPX is not set
32353 +# CONFIG_ATALK is not set
32354 +# CONFIG_X25 is not set
32355 +# CONFIG_LAPB is not set
32356 +# CONFIG_ECONET is not set
32357 +# CONFIG_WAN_ROUTER is not set
32358 +# CONFIG_NET_SCHED is not set
32359 +
32360 +#
32361 +# Network testing
32362 +#
32363 +# CONFIG_NET_PKTGEN is not set
32364 +# CONFIG_HAMRADIO is not set
32365 +# CONFIG_CAN is not set
32366 +# CONFIG_IRDA is not set
32367 +# CONFIG_BT is not set
32368 +# CONFIG_AF_RXRPC is not set
32369 +
32370 +#
32371 +# Wireless
32372 +#
32373 +# CONFIG_CFG80211 is not set
32374 +# CONFIG_WIRELESS_EXT is not set
32375 +# CONFIG_MAC80211 is not set
32376 +# CONFIG_IEEE80211 is not set
32377 +# CONFIG_RFKILL is not set
32378 +# CONFIG_NET_9P is not set
32379 +
32380 +#
32381 +# Device Drivers
32382 +#
32383 +
32384 +#
32385 +# Generic Driver Options
32386 +#
32387 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
32388 +CONFIG_STANDALONE=y
32389 +CONFIG_PREVENT_FIRMWARE_BUILD=y
32390 +# CONFIG_FW_LOADER is not set
32391 +# CONFIG_SYS_HYPERVISOR is not set
32392 +# CONFIG_CONNECTOR is not set
32393 +# CONFIG_MTD is not set
32394 +CONFIG_OF_DEVICE=y
32395 +# CONFIG_PARPORT is not set
32396 +CONFIG_BLK_DEV=y
32397 +# CONFIG_BLK_DEV_FD is not set
32398 +# CONFIG_BLK_DEV_COW_COMMON is not set
32399 +CONFIG_BLK_DEV_LOOP=y
32400 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
32401 +# CONFIG_BLK_DEV_NBD is not set
32402 +CONFIG_BLK_DEV_RAM=y
32403 +CONFIG_BLK_DEV_RAM_COUNT=16
32404 +CONFIG_BLK_DEV_RAM_SIZE=32768
32405 +# CONFIG_BLK_DEV_XIP is not set
32406 +# CONFIG_CDROM_PKTCDVD is not set
32407 +# CONFIG_ATA_OVER_ETH is not set
32408 +CONFIG_MISC_DEVICES=y
32409 +# CONFIG_EEPROM_93CX6 is not set
32410 +# CONFIG_ENCLOSURE_SERVICES is not set
32411 +CONFIG_HAVE_IDE=y
32412 +# CONFIG_IDE is not set
32413 +
32414 +#
32415 +# SCSI device support
32416 +#
32417 +# CONFIG_RAID_ATTRS is not set
32418 +CONFIG_SCSI=y
32419 +CONFIG_SCSI_DMA=y
32420 +# CONFIG_SCSI_TGT is not set
32421 +# CONFIG_SCSI_NETLINK is not set
32422 +CONFIG_SCSI_PROC_FS=y
32423 +
32424 +#
32425 +# SCSI support type (disk, tape, CD-ROM)
32426 +#
32427 +CONFIG_BLK_DEV_SD=y
32428 +# CONFIG_CHR_DEV_ST is not set
32429 +# CONFIG_CHR_DEV_OSST is not set
32430 +# CONFIG_BLK_DEV_SR is not set
32431 +CONFIG_CHR_DEV_SG=y
32432 +# CONFIG_CHR_DEV_SCH is not set
32433 +
32434 +#
32435 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
32436 +#
32437 +# CONFIG_SCSI_MULTI_LUN is not set
32438 +# CONFIG_SCSI_CONSTANTS is not set
32439 +# CONFIG_SCSI_LOGGING is not set
32440 +# CONFIG_SCSI_SCAN_ASYNC is not set
32441 +CONFIG_SCSI_WAIT_SCAN=m
32442 +
32443 +#
32444 +# SCSI Transports
32445 +#
32446 +# CONFIG_SCSI_SPI_ATTRS is not set
32447 +# CONFIG_SCSI_FC_ATTRS is not set
32448 +# CONFIG_SCSI_ISCSI_ATTRS is not set
32449 +# CONFIG_SCSI_SAS_LIBSAS is not set
32450 +# CONFIG_SCSI_SRP_ATTRS is not set
32451 +CONFIG_SCSI_LOWLEVEL=y
32452 +# CONFIG_ISCSI_TCP is not set
32453 +# CONFIG_SCSI_DEBUG is not set
32454 +CONFIG_ATA=y
32455 +# CONFIG_ATA_NONSTANDARD is not set
32456 +# CONFIG_SATA_MV is not set
32457 +CONFIG_SATA_FSL=y
32458 +# CONFIG_PATA_PLATFORM is not set
32459 +CONFIG_MD=y
32460 +CONFIG_BLK_DEV_MD=y
32461 +# CONFIG_MD_LINEAR is not set
32462 +# CONFIG_MD_RAID0 is not set
32463 +CONFIG_MD_RAID1=y
32464 +# CONFIG_MD_RAID10 is not set
32465 +CONFIG_MD_RAID456=y
32466 +CONFIG_MD_RAID5_RESHAPE=y
32467 +# CONFIG_MD_MULTIPATH is not set
32468 +# CONFIG_MD_FAULTY is not set
32469 +# CONFIG_BLK_DEV_DM is not set
32470 +# CONFIG_MACINTOSH_DRIVERS is not set
32471 +CONFIG_NETDEVICES=y
32472 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
32473 +# CONFIG_DUMMY is not set
32474 +# CONFIG_BONDING is not set
32475 +# CONFIG_MACVLAN is not set
32476 +# CONFIG_EQUALIZER is not set
32477 +# CONFIG_TUN is not set
32478 +# CONFIG_VETH is not set
32479 +CONFIG_PHYLIB=y
32480 +
32481 +#
32482 +# MII PHY device drivers
32483 +#
32484 +CONFIG_MARVELL_PHY=y
32485 +# CONFIG_DAVICOM_PHY is not set
32486 +# CONFIG_QSEMI_PHY is not set
32487 +# CONFIG_LXT_PHY is not set
32488 +# CONFIG_CICADA_PHY is not set
32489 +# CONFIG_VITESSE_PHY is not set
32490 +# CONFIG_SMSC_PHY is not set
32491 +# CONFIG_BROADCOM_PHY is not set
32492 +# CONFIG_ICPLUS_PHY is not set
32493 +# CONFIG_REALTEK_PHY is not set
32494 +# CONFIG_FIXED_PHY is not set
32495 +# CONFIG_MDIO_BITBANG is not set
32496 +CONFIG_NET_ETHERNET=y
32497 +CONFIG_MII=y
32498 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
32499 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
32500 +# CONFIG_IBM_NEW_EMAC_TAH is not set
32501 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
32502 +# CONFIG_B44 is not set
32503 +CONFIG_NETDEV_1000=y
32504 +# CONFIG_E1000E_ENABLED is not set
32505 +CONFIG_GIANFAR=y
32506 +CONFIG_GFAR_NAPI=y
32507 +# CONFIG_NETDEV_10000 is not set
32508 +
32509 +#
32510 +# Wireless LAN
32511 +#
32512 +# CONFIG_WLAN_PRE80211 is not set
32513 +# CONFIG_WLAN_80211 is not set
32514 +# CONFIG_WAN is not set
32515 +# CONFIG_PPP is not set
32516 +# CONFIG_SLIP is not set
32517 +# CONFIG_NETCONSOLE is not set
32518 +# CONFIG_NETPOLL is not set
32519 +# CONFIG_NET_POLL_CONTROLLER is not set
32520 +# CONFIG_ISDN is not set
32521 +# CONFIG_PHONE is not set
32522 +
32523 +#
32524 +# Input device support
32525 +#
32526 +CONFIG_INPUT=y
32527 +# CONFIG_INPUT_FF_MEMLESS is not set
32528 +# CONFIG_INPUT_POLLDEV is not set
32529 +
32530 +#
32531 +# Userland interfaces
32532 +#
32533 +# CONFIG_INPUT_MOUSEDEV is not set
32534 +# CONFIG_INPUT_JOYDEV is not set
32535 +# CONFIG_INPUT_EVDEV is not set
32536 +# CONFIG_INPUT_EVBUG is not set
32537 +
32538 +#
32539 +# Input Device Drivers
32540 +#
32541 +# CONFIG_INPUT_KEYBOARD is not set
32542 +# CONFIG_INPUT_MOUSE is not set
32543 +# CONFIG_INPUT_JOYSTICK is not set
32544 +# CONFIG_INPUT_TABLET is not set
32545 +# CONFIG_INPUT_TOUCHSCREEN is not set
32546 +# CONFIG_INPUT_MISC is not set
32547 +
32548 +#
32549 +# Hardware I/O ports
32550 +#
32551 +# CONFIG_SERIO is not set
32552 +# CONFIG_GAMEPORT is not set
32553 +
32554 +#
32555 +# Character devices
32556 +#
32557 +# CONFIG_VT is not set
32558 +# CONFIG_SERIAL_NONSTANDARD is not set
32559 +
32560 +#
32561 +# Serial drivers
32562 +#
32563 +CONFIG_SERIAL_8250=y
32564 +CONFIG_SERIAL_8250_CONSOLE=y
32565 +CONFIG_SERIAL_8250_NR_UARTS=4
32566 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
32567 +# CONFIG_SERIAL_8250_EXTENDED is not set
32568 +
32569 +#
32570 +# Non-8250 serial port support
32571 +#
32572 +# CONFIG_SERIAL_UARTLITE is not set
32573 +CONFIG_SERIAL_CORE=y
32574 +CONFIG_SERIAL_CORE_CONSOLE=y
32575 +# CONFIG_SERIAL_OF_PLATFORM is not set
32576 +CONFIG_UNIX98_PTYS=y
32577 +CONFIG_LEGACY_PTYS=y
32578 +CONFIG_LEGACY_PTY_COUNT=256
32579 +# CONFIG_IPMI_HANDLER is not set
32580 +# CONFIG_HW_RANDOM is not set
32581 +# CONFIG_NVRAM is not set
32582 +CONFIG_GEN_RTC=y
32583 +# CONFIG_GEN_RTC_X is not set
32584 +# CONFIG_R3964 is not set
32585 +# CONFIG_RAW_DRIVER is not set
32586 +# CONFIG_TCG_TPM is not set
32587 +CONFIG_I2C=y
32588 +CONFIG_I2C_BOARDINFO=y
32589 +CONFIG_I2C_CHARDEV=y
32590 +
32591 +#
32592 +# I2C Algorithms
32593 +#
32594 +# CONFIG_I2C_ALGOBIT is not set
32595 +# CONFIG_I2C_ALGOPCF is not set
32596 +# CONFIG_I2C_ALGOPCA is not set
32597 +
32598 +#
32599 +# I2C Hardware Bus support
32600 +#
32601 +CONFIG_I2C_MPC=y
32602 +# CONFIG_I2C_OCORES is not set
32603 +# CONFIG_I2C_PARPORT_LIGHT is not set
32604 +# CONFIG_I2C_SIMTEC is not set
32605 +# CONFIG_I2C_TAOS_EVM is not set
32606 +# CONFIG_I2C_STUB is not set
32607 +
32608 +#
32609 +# Miscellaneous I2C Chip support
32610 +#
32611 +# CONFIG_DS1682 is not set
32612 +# CONFIG_SENSORS_EEPROM is not set
32613 +# CONFIG_SENSORS_PCF8574 is not set
32614 +# CONFIG_PCF8575 is not set
32615 +# CONFIG_SENSORS_PCF8591 is not set
32616 +# CONFIG_TPS65010 is not set
32617 +# CONFIG_SENSORS_MAX6875 is not set
32618 +# CONFIG_SENSORS_TSL2550 is not set
32619 +# CONFIG_I2C_DEBUG_CORE is not set
32620 +# CONFIG_I2C_DEBUG_ALGO is not set
32621 +# CONFIG_I2C_DEBUG_BUS is not set
32622 +# CONFIG_I2C_DEBUG_CHIP is not set
32623 +
32624 +#
32625 +# SPI support
32626 +#
32627 +# CONFIG_SPI is not set
32628 +# CONFIG_SPI_MASTER is not set
32629 +# CONFIG_W1 is not set
32630 +# CONFIG_POWER_SUPPLY is not set
32631 +CONFIG_HWMON=y
32632 +# CONFIG_HWMON_VID is not set
32633 +# CONFIG_SENSORS_AD7418 is not set
32634 +# CONFIG_SENSORS_ADM1021 is not set
32635 +# CONFIG_SENSORS_ADM1025 is not set
32636 +# CONFIG_SENSORS_ADM1026 is not set
32637 +# CONFIG_SENSORS_ADM1029 is not set
32638 +# CONFIG_SENSORS_ADM1031 is not set
32639 +# CONFIG_SENSORS_ADM9240 is not set
32640 +# CONFIG_SENSORS_ADT7470 is not set
32641 +# CONFIG_SENSORS_ADT7473 is not set
32642 +# CONFIG_SENSORS_ATXP1 is not set
32643 +# CONFIG_SENSORS_DS1621 is not set
32644 +# CONFIG_SENSORS_F71805F is not set
32645 +# CONFIG_SENSORS_F71882FG is not set
32646 +# CONFIG_SENSORS_F75375S is not set
32647 +# CONFIG_SENSORS_GL518SM is not set
32648 +# CONFIG_SENSORS_GL520SM is not set
32649 +# CONFIG_SENSORS_IT87 is not set
32650 +# CONFIG_SENSORS_LM63 is not set
32651 +# CONFIG_SENSORS_LM75 is not set
32652 +# CONFIG_SENSORS_LM77 is not set
32653 +# CONFIG_SENSORS_LM78 is not set
32654 +# CONFIG_SENSORS_LM80 is not set
32655 +# CONFIG_SENSORS_LM83 is not set
32656 +# CONFIG_SENSORS_LM85 is not set
32657 +# CONFIG_SENSORS_LM87 is not set
32658 +# CONFIG_SENSORS_LM90 is not set
32659 +# CONFIG_SENSORS_LM92 is not set
32660 +# CONFIG_SENSORS_LM93 is not set
32661 +# CONFIG_SENSORS_MAX1619 is not set
32662 +# CONFIG_SENSORS_MAX6650 is not set
32663 +# CONFIG_SENSORS_PC87360 is not set
32664 +# CONFIG_SENSORS_PC87427 is not set
32665 +# CONFIG_SENSORS_DME1737 is not set
32666 +# CONFIG_SENSORS_SMSC47M1 is not set
32667 +# CONFIG_SENSORS_SMSC47M192 is not set
32668 +# CONFIG_SENSORS_SMSC47B397 is not set
32669 +# CONFIG_SENSORS_ADS7828 is not set
32670 +# CONFIG_SENSORS_THMC50 is not set
32671 +# CONFIG_SENSORS_VT1211 is not set
32672 +# CONFIG_SENSORS_W83781D is not set
32673 +# CONFIG_SENSORS_W83791D is not set
32674 +# CONFIG_SENSORS_W83792D is not set
32675 +# CONFIG_SENSORS_W83793 is not set
32676 +# CONFIG_SENSORS_W83L785TS is not set
32677 +# CONFIG_SENSORS_W83L786NG is not set
32678 +# CONFIG_SENSORS_W83627HF is not set
32679 +# CONFIG_SENSORS_W83627EHF is not set
32680 +# CONFIG_HWMON_DEBUG_CHIP is not set
32681 +# CONFIG_THERMAL is not set
32682 +CONFIG_WATCHDOG=y
32683 +# CONFIG_WATCHDOG_NOWAYOUT is not set
32684 +
32685 +#
32686 +# Watchdog Device Drivers
32687 +#
32688 +# CONFIG_SOFT_WATCHDOG is not set
32689 +CONFIG_83xx_WDT=y
32690 +
32691 +#
32692 +# Sonics Silicon Backplane
32693 +#
32694 +CONFIG_SSB_POSSIBLE=y
32695 +# CONFIG_SSB is not set
32696 +
32697 +#
32698 +# Multifunction device drivers
32699 +#
32700 +# CONFIG_MFD_SM501 is not set
32701 +
32702 +#
32703 +# Multimedia devices
32704 +#
32705 +# CONFIG_VIDEO_DEV is not set
32706 +# CONFIG_DVB_CORE is not set
32707 +CONFIG_DAB=y
32708 +
32709 +#
32710 +# Graphics support
32711 +#
32712 +# CONFIG_VGASTATE is not set
32713 +CONFIG_VIDEO_OUTPUT_CONTROL=m
32714 +# CONFIG_FB is not set
32715 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
32716 +
32717 +#
32718 +# Display device support
32719 +#
32720 +# CONFIG_DISPLAY_SUPPORT is not set
32721 +
32722 +#
32723 +# Sound
32724 +#
32725 +# CONFIG_SOUND is not set
32726 +CONFIG_HID_SUPPORT=y
32727 +CONFIG_HID=y
32728 +# CONFIG_HID_DEBUG is not set
32729 +# CONFIG_HIDRAW is not set
32730 +CONFIG_USB_SUPPORT=y
32731 +CONFIG_USB_ARCH_HAS_HCD=y
32732 +# CONFIG_USB_ARCH_HAS_OHCI is not set
32733 +CONFIG_USB_ARCH_HAS_EHCI=y
32734 +CONFIG_USB=y
32735 +# CONFIG_USB_DEBUG is not set
32736 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
32737 +
32738 +#
32739 +# Miscellaneous USB options
32740 +#
32741 +# CONFIG_USB_DEVICEFS is not set
32742 +CONFIG_USB_DEVICE_CLASS=y
32743 +# CONFIG_USB_DYNAMIC_MINORS is not set
32744 +# CONFIG_USB_OTG is not set
32745 +
32746 +#
32747 +# USB Host Controller Drivers
32748 +#
32749 +CONFIG_USB_EHCI_HCD=y
32750 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
32751 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
32752 +CONFIG_USB_EHCI_FSL=y
32753 +CONFIG_USB_EHCI_HCD_PPC_OF=y
32754 +# CONFIG_USB_ISP116X_HCD is not set
32755 +# CONFIG_USB_SL811_HCD is not set
32756 +# CONFIG_USB_R8A66597_HCD is not set
32757 +
32758 +#
32759 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
32760 +#
32761 +# CONFIG_USB_GADGET is not set
32762 +# CONFIG_MMC is not set
32763 +# CONFIG_MEMSTICK is not set
32764 +# CONFIG_NEW_LEDS is not set
32765 +# CONFIG_EDAC is not set
32766 +# CONFIG_RTC_CLASS is not set
32767 +# CONFIG_DMADEVICES is not set
32768 +
32769 +#
32770 +# Userspace I/O
32771 +#
32772 +# CONFIG_UIO is not set
32773 +
32774 +#
32775 +# File systems
32776 +#
32777 +CONFIG_EXT2_FS=y
32778 +# CONFIG_EXT2_FS_XATTR is not set
32779 +# CONFIG_EXT2_FS_XIP is not set
32780 +CONFIG_EXT3_FS=y
32781 +CONFIG_EXT3_FS_XATTR=y
32782 +# CONFIG_EXT3_FS_POSIX_ACL is not set
32783 +# CONFIG_EXT3_FS_SECURITY is not set
32784 +# CONFIG_EXT4DEV_FS is not set
32785 +CONFIG_JBD=y
32786 +CONFIG_FS_MBCACHE=y
32787 +# CONFIG_REISERFS_FS is not set
32788 +# CONFIG_JFS_FS is not set
32789 +# CONFIG_FS_POSIX_ACL is not set
32790 +# CONFIG_XFS_FS is not set
32791 +# CONFIG_GFS2_FS is not set
32792 +# CONFIG_OCFS2_FS is not set
32793 +CONFIG_DNOTIFY=y
32794 +CONFIG_INOTIFY=y
32795 +CONFIG_INOTIFY_USER=y
32796 +# CONFIG_QUOTA is not set
32797 +# CONFIG_AUTOFS_FS is not set
32798 +# CONFIG_AUTOFS4_FS is not set
32799 +# CONFIG_FUSE_FS is not set
32800 +
32801 +#
32802 +# CD-ROM/DVD Filesystems
32803 +#
32804 +# CONFIG_ISO9660_FS is not set
32805 +# CONFIG_UDF_FS is not set
32806 +
32807 +#
32808 +# DOS/FAT/NT Filesystems
32809 +#
32810 +# CONFIG_MSDOS_FS is not set
32811 +# CONFIG_VFAT_FS is not set
32812 +# CONFIG_NTFS_FS is not set
32813 +
32814 +#
32815 +# Pseudo filesystems
32816 +#
32817 +CONFIG_PROC_FS=y
32818 +CONFIG_PROC_KCORE=y
32819 +CONFIG_PROC_SYSCTL=y
32820 +CONFIG_SYSFS=y
32821 +CONFIG_TMPFS=y
32822 +# CONFIG_TMPFS_POSIX_ACL is not set
32823 +# CONFIG_HUGETLB_PAGE is not set
32824 +# CONFIG_CONFIGFS_FS is not set
32825 +
32826 +#
32827 +# Miscellaneous filesystems
32828 +#
32829 +# CONFIG_ADFS_FS is not set
32830 +# CONFIG_AFFS_FS is not set
32831 +# CONFIG_HFS_FS is not set
32832 +# CONFIG_HFSPLUS_FS is not set
32833 +# CONFIG_BEFS_FS is not set
32834 +# CONFIG_BFS_FS is not set
32835 +# CONFIG_EFS_FS is not set
32836 +# CONFIG_CRAMFS is not set
32837 +# CONFIG_VXFS_FS is not set
32838 +# CONFIG_MINIX_FS is not set
32839 +# CONFIG_HPFS_FS is not set
32840 +# CONFIG_QNX4FS_FS is not set
32841 +# CONFIG_ROMFS_FS is not set
32842 +# CONFIG_SYSV_FS is not set
32843 +# CONFIG_UFS_FS is not set
32844 +CONFIG_NETWORK_FILESYSTEMS=y
32845 +CONFIG_NFS_FS=y
32846 +CONFIG_NFS_V3=y
32847 +# CONFIG_NFS_V3_ACL is not set
32848 +CONFIG_NFS_V4=y
32849 +# CONFIG_NFS_DIRECTIO is not set
32850 +# CONFIG_NFSD is not set
32851 +CONFIG_ROOT_NFS=y
32852 +CONFIG_LOCKD=y
32853 +CONFIG_LOCKD_V4=y
32854 +CONFIG_NFS_COMMON=y
32855 +CONFIG_SUNRPC=y
32856 +CONFIG_SUNRPC_GSS=y
32857 +# CONFIG_SUNRPC_BIND34 is not set
32858 +CONFIG_RPCSEC_GSS_KRB5=y
32859 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
32860 +# CONFIG_SMB_FS is not set
32861 +# CONFIG_CIFS is not set
32862 +# CONFIG_NCP_FS is not set
32863 +# CONFIG_CODA_FS is not set
32864 +# CONFIG_AFS_FS is not set
32865 +
32866 +#
32867 +# Partition Types
32868 +#
32869 +CONFIG_PARTITION_ADVANCED=y
32870 +# CONFIG_ACORN_PARTITION is not set
32871 +# CONFIG_OSF_PARTITION is not set
32872 +# CONFIG_AMIGA_PARTITION is not set
32873 +# CONFIG_ATARI_PARTITION is not set
32874 +# CONFIG_MAC_PARTITION is not set
32875 +CONFIG_MSDOS_PARTITION=y
32876 +# CONFIG_BSD_DISKLABEL is not set
32877 +# CONFIG_MINIX_SUBPARTITION is not set
32878 +# CONFIG_SOLARIS_X86_PARTITION is not set
32879 +# CONFIG_UNIXWARE_DISKLABEL is not set
32880 +# CONFIG_LDM_PARTITION is not set
32881 +# CONFIG_SGI_PARTITION is not set
32882 +# CONFIG_ULTRIX_PARTITION is not set
32883 +# CONFIG_SUN_PARTITION is not set
32884 +# CONFIG_KARMA_PARTITION is not set
32885 +# CONFIG_EFI_PARTITION is not set
32886 +# CONFIG_SYSV68_PARTITION is not set
32887 +# CONFIG_NLS is not set
32888 +# CONFIG_DLM is not set
32889 +
32890 +#
32891 +# Library routines
32892 +#
32893 +CONFIG_BITREVERSE=y
32894 +# CONFIG_CRC_CCITT is not set
32895 +# CONFIG_CRC16 is not set
32896 +# CONFIG_CRC_ITU_T is not set
32897 +CONFIG_CRC32=y
32898 +# CONFIG_CRC7 is not set
32899 +# CONFIG_LIBCRC32C is not set
32900 +CONFIG_PLIST=y
32901 +CONFIG_HAS_IOMEM=y
32902 +CONFIG_HAS_IOPORT=y
32903 +CONFIG_HAS_DMA=y
32904 +
32905 +#
32906 +# Kernel hacking
32907 +#
32908 +# CONFIG_PRINTK_TIME is not set
32909 +CONFIG_ENABLE_WARN_DEPRECATED=y
32910 +# CONFIG_ENABLE_MUST_CHECK is not set
32911 +# CONFIG_MAGIC_SYSRQ is not set
32912 +# CONFIG_UNUSED_SYMBOLS is not set
32913 +# CONFIG_DEBUG_FS is not set
32914 +# CONFIG_HEADERS_CHECK is not set
32915 +# CONFIG_DEBUG_KERNEL is not set
32916 +# CONFIG_DEBUG_BUGVERBOSE is not set
32917 +# CONFIG_SAMPLES is not set
32918 +# CONFIG_PPC_EARLY_DEBUG is not set
32919 +
32920 +#
32921 +# Security options
32922 +#
32923 +# CONFIG_KEYS is not set
32924 +# CONFIG_SECURITY is not set
32925 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
32926 +CONFIG_XOR_BLOCKS=y
32927 +CONFIG_ASYNC_CORE=y
32928 +CONFIG_ASYNC_MEMCPY=y
32929 +CONFIG_ASYNC_XOR=y
32930 +CONFIG_CRYPTO=y
32931 +CONFIG_CRYPTO_ALGAPI=y
32932 +CONFIG_CRYPTO_BLKCIPHER=y
32933 +# CONFIG_CRYPTO_SEQIV is not set
32934 +CONFIG_CRYPTO_MANAGER=y
32935 +# CONFIG_CRYPTO_HMAC is not set
32936 +# CONFIG_CRYPTO_XCBC is not set
32937 +# CONFIG_CRYPTO_NULL is not set
32938 +# CONFIG_CRYPTO_MD4 is not set
32939 +CONFIG_CRYPTO_MD5=y
32940 +# CONFIG_CRYPTO_SHA1 is not set
32941 +# CONFIG_CRYPTO_SHA256 is not set
32942 +# CONFIG_CRYPTO_SHA512 is not set
32943 +# CONFIG_CRYPTO_WP512 is not set
32944 +# CONFIG_CRYPTO_TGR192 is not set
32945 +# CONFIG_CRYPTO_GF128MUL is not set
32946 +CONFIG_CRYPTO_ECB=m
32947 +CONFIG_CRYPTO_CBC=y
32948 +CONFIG_CRYPTO_PCBC=m
32949 +# CONFIG_CRYPTO_LRW is not set
32950 +# CONFIG_CRYPTO_XTS is not set
32951 +# CONFIG_CRYPTO_CTR is not set
32952 +# CONFIG_CRYPTO_GCM is not set
32953 +# CONFIG_CRYPTO_CCM is not set
32954 +# CONFIG_CRYPTO_CRYPTD is not set
32955 +CONFIG_CRYPTO_DES=y
32956 +# CONFIG_CRYPTO_FCRYPT is not set
32957 +# CONFIG_CRYPTO_BLOWFISH is not set
32958 +# CONFIG_CRYPTO_TWOFISH is not set
32959 +# CONFIG_CRYPTO_SERPENT is not set
32960 +# CONFIG_CRYPTO_AES is not set
32961 +# CONFIG_CRYPTO_CAST5 is not set
32962 +# CONFIG_CRYPTO_CAST6 is not set
32963 +# CONFIG_CRYPTO_TEA is not set
32964 +# CONFIG_CRYPTO_ARC4 is not set
32965 +# CONFIG_CRYPTO_KHAZAD is not set
32966 +# CONFIG_CRYPTO_ANUBIS is not set
32967 +# CONFIG_CRYPTO_SEED is not set
32968 +# CONFIG_CRYPTO_SALSA20 is not set
32969 +# CONFIG_CRYPTO_DEFLATE is not set
32970 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
32971 +# CONFIG_CRYPTO_CRC32C is not set
32972 +# CONFIG_CRYPTO_CAMELLIA is not set
32973 +# CONFIG_CRYPTO_TEST is not set
32974 +# CONFIG_CRYPTO_AUTHENC is not set
32975 +# CONFIG_CRYPTO_LZO is not set
32976 +CONFIG_CRYPTO_HW=y
32977 +# CONFIG_PPC_CLOCK is not set
32978 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/sbc834x_defconfig powerpc.git/arch/powerpc/configs/83xx/sbc834x_defconfig
32979 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/sbc834x_defconfig        1970-01-01 01:00:00.000000000 +0100
32980 +++ powerpc.git/arch/powerpc/configs/83xx/sbc834x_defconfig     2008-04-19 16:40:52.000000000 +0200
32981 @@ -0,0 +1,828 @@
32982 +#
32983 +# Automatically generated make config: don't edit
32984 +# Linux kernel version: 2.6.25-rc6
32985 +# Mon Mar 24 08:48:38 2008
32986 +#
32987 +# CONFIG_PPC64 is not set
32988 +
32989 +#
32990 +# Processor support
32991 +#
32992 +CONFIG_6xx=y
32993 +# CONFIG_PPC_85xx is not set
32994 +# CONFIG_PPC_8xx is not set
32995 +# CONFIG_40x is not set
32996 +# CONFIG_44x is not set
32997 +# CONFIG_E200 is not set
32998 +CONFIG_PPC_FPU=y
32999 +# CONFIG_FSL_EMB_PERFMON is not set
33000 +CONFIG_PPC_STD_MMU=y
33001 +CONFIG_PPC_STD_MMU_32=y
33002 +# CONFIG_PPC_MM_SLICES is not set
33003 +# CONFIG_SMP is not set
33004 +CONFIG_PPC32=y
33005 +CONFIG_WORD_SIZE=32
33006 +CONFIG_PPC_MERGE=y
33007 +CONFIG_MMU=y
33008 +CONFIG_GENERIC_CMOS_UPDATE=y
33009 +CONFIG_GENERIC_TIME=y
33010 +CONFIG_GENERIC_TIME_VSYSCALL=y
33011 +CONFIG_GENERIC_CLOCKEVENTS=y
33012 +CONFIG_GENERIC_HARDIRQS=y
33013 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
33014 +CONFIG_IRQ_PER_CPU=y
33015 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
33016 +CONFIG_ARCH_HAS_ILOG2_U32=y
33017 +CONFIG_GENERIC_HWEIGHT=y
33018 +CONFIG_GENERIC_CALIBRATE_DELAY=y
33019 +CONFIG_GENERIC_FIND_NEXT_BIT=y
33020 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
33021 +CONFIG_PPC=y
33022 +CONFIG_EARLY_PRINTK=y
33023 +CONFIG_GENERIC_NVRAM=y
33024 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
33025 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
33026 +CONFIG_PPC_OF=y
33027 +CONFIG_OF=y
33028 +CONFIG_PPC_UDBG_16550=y
33029 +# CONFIG_GENERIC_TBSYNC is not set
33030 +CONFIG_AUDIT_ARCH=y
33031 +CONFIG_GENERIC_BUG=y
33032 +CONFIG_DEFAULT_UIMAGE=y
33033 +# CONFIG_PPC_DCR_NATIVE is not set
33034 +# CONFIG_PPC_DCR_MMIO is not set
33035 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
33036 +
33037 +#
33038 +# General setup
33039 +#
33040 +CONFIG_EXPERIMENTAL=y
33041 +CONFIG_BROKEN_ON_SMP=y
33042 +CONFIG_INIT_ENV_ARG_LIMIT=32
33043 +CONFIG_LOCALVERSION=""
33044 +CONFIG_LOCALVERSION_AUTO=y
33045 +CONFIG_SWAP=y
33046 +CONFIG_SYSVIPC=y
33047 +CONFIG_SYSVIPC_SYSCTL=y
33048 +# CONFIG_POSIX_MQUEUE is not set
33049 +# CONFIG_BSD_PROCESS_ACCT is not set
33050 +# CONFIG_TASKSTATS is not set
33051 +# CONFIG_AUDIT is not set
33052 +# CONFIG_IKCONFIG is not set
33053 +CONFIG_LOG_BUF_SHIFT=14
33054 +# CONFIG_CGROUPS is not set
33055 +CONFIG_GROUP_SCHED=y
33056 +CONFIG_FAIR_GROUP_SCHED=y
33057 +# CONFIG_RT_GROUP_SCHED is not set
33058 +CONFIG_USER_SCHED=y
33059 +# CONFIG_CGROUP_SCHED is not set
33060 +CONFIG_SYSFS_DEPRECATED=y
33061 +CONFIG_SYSFS_DEPRECATED_V2=y
33062 +# CONFIG_RELAY is not set
33063 +# CONFIG_NAMESPACES is not set
33064 +CONFIG_BLK_DEV_INITRD=y
33065 +CONFIG_INITRAMFS_SOURCE=""
33066 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
33067 +CONFIG_SYSCTL=y
33068 +CONFIG_EMBEDDED=y
33069 +CONFIG_SYSCTL_SYSCALL=y
33070 +# CONFIG_KALLSYMS is not set
33071 +CONFIG_HOTPLUG=y
33072 +CONFIG_PRINTK=y
33073 +CONFIG_BUG=y
33074 +CONFIG_ELF_CORE=y
33075 +CONFIG_COMPAT_BRK=y
33076 +CONFIG_BASE_FULL=y
33077 +CONFIG_FUTEX=y
33078 +CONFIG_ANON_INODES=y
33079 +# CONFIG_EPOLL is not set
33080 +CONFIG_SIGNALFD=y
33081 +CONFIG_TIMERFD=y
33082 +CONFIG_EVENTFD=y
33083 +CONFIG_SHMEM=y
33084 +CONFIG_VM_EVENT_COUNTERS=y
33085 +CONFIG_SLAB=y
33086 +# CONFIG_SLUB is not set
33087 +# CONFIG_SLOB is not set
33088 +# CONFIG_PROFILING is not set
33089 +# CONFIG_MARKERS is not set
33090 +CONFIG_HAVE_OPROFILE=y
33091 +CONFIG_HAVE_KPROBES=y
33092 +CONFIG_HAVE_KRETPROBES=y
33093 +CONFIG_PROC_PAGE_MONITOR=y
33094 +CONFIG_SLABINFO=y
33095 +CONFIG_RT_MUTEXES=y
33096 +# CONFIG_TINY_SHMEM is not set
33097 +CONFIG_BASE_SMALL=0
33098 +CONFIG_MODULES=y
33099 +CONFIG_MODULE_UNLOAD=y
33100 +# CONFIG_MODULE_FORCE_UNLOAD is not set
33101 +# CONFIG_MODVERSIONS is not set
33102 +# CONFIG_MODULE_SRCVERSION_ALL is not set
33103 +# CONFIG_KMOD is not set
33104 +CONFIG_BLOCK=y
33105 +# CONFIG_LBD is not set
33106 +# CONFIG_BLK_DEV_IO_TRACE is not set
33107 +# CONFIG_LSF is not set
33108 +# CONFIG_BLK_DEV_BSG is not set
33109 +
33110 +#
33111 +# IO Schedulers
33112 +#
33113 +CONFIG_IOSCHED_NOOP=y
33114 +CONFIG_IOSCHED_AS=y
33115 +CONFIG_IOSCHED_DEADLINE=y
33116 +CONFIG_IOSCHED_CFQ=y
33117 +CONFIG_DEFAULT_AS=y
33118 +# CONFIG_DEFAULT_DEADLINE is not set
33119 +# CONFIG_DEFAULT_CFQ is not set
33120 +# CONFIG_DEFAULT_NOOP is not set
33121 +CONFIG_DEFAULT_IOSCHED="anticipatory"
33122 +CONFIG_CLASSIC_RCU=y
33123 +
33124 +#
33125 +# Platform support
33126 +#
33127 +# CONFIG_PPC_MULTIPLATFORM is not set
33128 +# CONFIG_PPC_82xx is not set
33129 +CONFIG_PPC_83xx=y
33130 +# CONFIG_PPC_86xx is not set
33131 +# CONFIG_PPC_MPC512x is not set
33132 +# CONFIG_PPC_MPC5121 is not set
33133 +# CONFIG_PPC_CELL is not set
33134 +# CONFIG_PPC_CELL_NATIVE is not set
33135 +# CONFIG_PQ2ADS is not set
33136 +CONFIG_MPC83xx=y
33137 +# CONFIG_MPC831x_RDB is not set
33138 +# CONFIG_MPC832x_MDS is not set
33139 +# CONFIG_MPC832x_RDB is not set
33140 +# CONFIG_MPC834x_MDS is not set
33141 +# CONFIG_MPC834x_ITX is not set
33142 +# CONFIG_MPC836x_MDS is not set
33143 +# CONFIG_MPC837x_MDS is not set
33144 +# CONFIG_MPC837x_RDB is not set
33145 +CONFIG_SBC834x=y
33146 +CONFIG_PPC_MPC834x=y
33147 +CONFIG_IPIC=y
33148 +# CONFIG_MPIC is not set
33149 +# CONFIG_MPIC_WEIRD is not set
33150 +# CONFIG_PPC_I8259 is not set
33151 +# CONFIG_PPC_RTAS is not set
33152 +# CONFIG_MMIO_NVRAM is not set
33153 +# CONFIG_PPC_MPC106 is not set
33154 +# CONFIG_PPC_970_NAP is not set
33155 +# CONFIG_PPC_INDIRECT_IO is not set
33156 +# CONFIG_GENERIC_IOMAP is not set
33157 +# CONFIG_CPU_FREQ is not set
33158 +# CONFIG_FSL_ULI1575 is not set
33159 +
33160 +#
33161 +# Kernel options
33162 +#
33163 +# CONFIG_HIGHMEM is not set
33164 +# CONFIG_TICK_ONESHOT is not set
33165 +# CONFIG_NO_HZ is not set
33166 +# CONFIG_HIGH_RES_TIMERS is not set
33167 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
33168 +# CONFIG_HZ_100 is not set
33169 +CONFIG_HZ_250=y
33170 +# CONFIG_HZ_300 is not set
33171 +# CONFIG_HZ_1000 is not set
33172 +CONFIG_HZ=250
33173 +# CONFIG_SCHED_HRTICK is not set
33174 +CONFIG_PREEMPT_NONE=y
33175 +# CONFIG_PREEMPT_VOLUNTARY is not set
33176 +# CONFIG_PREEMPT is not set
33177 +CONFIG_BINFMT_ELF=y
33178 +# CONFIG_BINFMT_MISC is not set
33179 +# CONFIG_IOMMU_HELPER is not set
33180 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
33181 +CONFIG_ARCH_HAS_WALK_MEMORY=y
33182 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
33183 +CONFIG_ARCH_FLATMEM_ENABLE=y
33184 +CONFIG_ARCH_POPULATES_NODE_MAP=y
33185 +CONFIG_SELECT_MEMORY_MODEL=y
33186 +CONFIG_FLATMEM_MANUAL=y
33187 +# CONFIG_DISCONTIGMEM_MANUAL is not set
33188 +# CONFIG_SPARSEMEM_MANUAL is not set
33189 +CONFIG_FLATMEM=y
33190 +CONFIG_FLAT_NODE_MEM_MAP=y
33191 +# CONFIG_SPARSEMEM_STATIC is not set
33192 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
33193 +CONFIG_SPLIT_PTLOCK_CPUS=4
33194 +# CONFIG_RESOURCES_64BIT is not set
33195 +CONFIG_ZONE_DMA_FLAG=1
33196 +CONFIG_BOUNCE=y
33197 +CONFIG_VIRT_TO_BUS=y
33198 +CONFIG_PROC_DEVICETREE=y
33199 +# CONFIG_CMDLINE_BOOL is not set
33200 +# CONFIG_PM is not set
33201 +CONFIG_SECCOMP=y
33202 +CONFIG_ISA_DMA_API=y
33203 +
33204 +#
33205 +# Bus options
33206 +#
33207 +CONFIG_ZONE_DMA=y
33208 +CONFIG_GENERIC_ISA_DMA=y
33209 +CONFIG_PPC_INDIRECT_PCI=y
33210 +CONFIG_FSL_SOC=y
33211 +# CONFIG_PCI is not set
33212 +# CONFIG_PCI_DOMAINS is not set
33213 +# CONFIG_PCI_SYSCALL is not set
33214 +# CONFIG_ARCH_SUPPORTS_MSI is not set
33215 +# CONFIG_PCCARD is not set
33216 +
33217 +#
33218 +# Advanced setup
33219 +#
33220 +# CONFIG_ADVANCED_OPTIONS is not set
33221 +
33222 +#
33223 +# Default settings for advanced configuration options are used
33224 +#
33225 +CONFIG_HIGHMEM_START=0xfe000000
33226 +CONFIG_LOWMEM_SIZE=0x30000000
33227 +CONFIG_KERNEL_START=0xc0000000
33228 +CONFIG_TASK_SIZE=0xc0000000
33229 +CONFIG_BOOT_LOAD=0x00800000
33230 +
33231 +#
33232 +# Networking
33233 +#
33234 +CONFIG_NET=y
33235 +
33236 +#
33237 +# Networking options
33238 +#
33239 +CONFIG_PACKET=y
33240 +# CONFIG_PACKET_MMAP is not set
33241 +CONFIG_UNIX=y
33242 +CONFIG_XFRM=y
33243 +CONFIG_XFRM_USER=m
33244 +# CONFIG_XFRM_SUB_POLICY is not set
33245 +# CONFIG_XFRM_MIGRATE is not set
33246 +# CONFIG_XFRM_STATISTICS is not set
33247 +# CONFIG_NET_KEY is not set
33248 +CONFIG_INET=y
33249 +CONFIG_IP_MULTICAST=y
33250 +# CONFIG_IP_ADVANCED_ROUTER is not set
33251 +CONFIG_IP_FIB_HASH=y
33252 +CONFIG_IP_PNP=y
33253 +CONFIG_IP_PNP_DHCP=y
33254 +CONFIG_IP_PNP_BOOTP=y
33255 +# CONFIG_IP_PNP_RARP is not set
33256 +# CONFIG_NET_IPIP is not set
33257 +# CONFIG_NET_IPGRE is not set
33258 +# CONFIG_IP_MROUTE is not set
33259 +# CONFIG_ARPD is not set
33260 +CONFIG_SYN_COOKIES=y
33261 +# CONFIG_INET_AH is not set
33262 +# CONFIG_INET_ESP is not set
33263 +# CONFIG_INET_IPCOMP is not set
33264 +# CONFIG_INET_XFRM_TUNNEL is not set
33265 +# CONFIG_INET_TUNNEL is not set
33266 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
33267 +CONFIG_INET_XFRM_MODE_TUNNEL=y
33268 +CONFIG_INET_XFRM_MODE_BEET=y
33269 +# CONFIG_INET_LRO is not set
33270 +CONFIG_INET_DIAG=y
33271 +CONFIG_INET_TCP_DIAG=y
33272 +# CONFIG_TCP_CONG_ADVANCED is not set
33273 +CONFIG_TCP_CONG_CUBIC=y
33274 +CONFIG_DEFAULT_TCP_CONG="cubic"
33275 +# CONFIG_TCP_MD5SIG is not set
33276 +# CONFIG_IPV6 is not set
33277 +# CONFIG_INET6_XFRM_TUNNEL is not set
33278 +# CONFIG_INET6_TUNNEL is not set
33279 +# CONFIG_NETWORK_SECMARK is not set
33280 +# CONFIG_NETFILTER is not set
33281 +# CONFIG_IP_DCCP is not set
33282 +# CONFIG_IP_SCTP is not set
33283 +# CONFIG_TIPC is not set
33284 +# CONFIG_ATM is not set
33285 +# CONFIG_BRIDGE is not set
33286 +# CONFIG_VLAN_8021Q is not set
33287 +# CONFIG_DECNET is not set
33288 +# CONFIG_LLC2 is not set
33289 +# CONFIG_IPX is not set
33290 +# CONFIG_ATALK is not set
33291 +# CONFIG_X25 is not set
33292 +# CONFIG_LAPB is not set
33293 +# CONFIG_ECONET is not set
33294 +# CONFIG_WAN_ROUTER is not set
33295 +# CONFIG_NET_SCHED is not set
33296 +
33297 +#
33298 +# Network testing
33299 +#
33300 +# CONFIG_NET_PKTGEN is not set
33301 +# CONFIG_HAMRADIO is not set
33302 +# CONFIG_CAN is not set
33303 +# CONFIG_IRDA is not set
33304 +# CONFIG_BT is not set
33305 +# CONFIG_AF_RXRPC is not set
33306 +
33307 +#
33308 +# Wireless
33309 +#
33310 +# CONFIG_CFG80211 is not set
33311 +# CONFIG_WIRELESS_EXT is not set
33312 +# CONFIG_MAC80211 is not set
33313 +# CONFIG_IEEE80211 is not set
33314 +# CONFIG_RFKILL is not set
33315 +# CONFIG_NET_9P is not set
33316 +
33317 +#
33318 +# Device Drivers
33319 +#
33320 +
33321 +#
33322 +# Generic Driver Options
33323 +#
33324 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
33325 +CONFIG_STANDALONE=y
33326 +CONFIG_PREVENT_FIRMWARE_BUILD=y
33327 +# CONFIG_FW_LOADER is not set
33328 +# CONFIG_SYS_HYPERVISOR is not set
33329 +# CONFIG_CONNECTOR is not set
33330 +# CONFIG_MTD is not set
33331 +CONFIG_OF_DEVICE=y
33332 +# CONFIG_PARPORT is not set
33333 +CONFIG_BLK_DEV=y
33334 +# CONFIG_BLK_DEV_FD is not set
33335 +# CONFIG_BLK_DEV_COW_COMMON is not set
33336 +CONFIG_BLK_DEV_LOOP=y
33337 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
33338 +# CONFIG_BLK_DEV_NBD is not set
33339 +CONFIG_BLK_DEV_RAM=y
33340 +CONFIG_BLK_DEV_RAM_COUNT=16
33341 +CONFIG_BLK_DEV_RAM_SIZE=32768
33342 +# CONFIG_BLK_DEV_XIP is not set
33343 +# CONFIG_CDROM_PKTCDVD is not set
33344 +# CONFIG_ATA_OVER_ETH is not set
33345 +CONFIG_MISC_DEVICES=y
33346 +# CONFIG_EEPROM_93CX6 is not set
33347 +# CONFIG_ENCLOSURE_SERVICES is not set
33348 +CONFIG_HAVE_IDE=y
33349 +# CONFIG_IDE is not set
33350 +
33351 +#
33352 +# SCSI device support
33353 +#
33354 +# CONFIG_RAID_ATTRS is not set
33355 +# CONFIG_SCSI is not set
33356 +# CONFIG_SCSI_DMA is not set
33357 +# CONFIG_SCSI_NETLINK is not set
33358 +# CONFIG_ATA is not set
33359 +# CONFIG_MD is not set
33360 +# CONFIG_MACINTOSH_DRIVERS is not set
33361 +CONFIG_NETDEVICES=y
33362 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
33363 +# CONFIG_DUMMY is not set
33364 +# CONFIG_BONDING is not set
33365 +# CONFIG_MACVLAN is not set
33366 +# CONFIG_EQUALIZER is not set
33367 +# CONFIG_TUN is not set
33368 +# CONFIG_VETH is not set
33369 +CONFIG_PHYLIB=y
33370 +
33371 +#
33372 +# MII PHY device drivers
33373 +#
33374 +# CONFIG_MARVELL_PHY is not set
33375 +# CONFIG_DAVICOM_PHY is not set
33376 +# CONFIG_QSEMI_PHY is not set
33377 +# CONFIG_LXT_PHY is not set
33378 +# CONFIG_CICADA_PHY is not set
33379 +# CONFIG_VITESSE_PHY is not set
33380 +# CONFIG_SMSC_PHY is not set
33381 +CONFIG_BROADCOM_PHY=y
33382 +# CONFIG_ICPLUS_PHY is not set
33383 +# CONFIG_REALTEK_PHY is not set
33384 +# CONFIG_FIXED_PHY is not set
33385 +# CONFIG_MDIO_BITBANG is not set
33386 +CONFIG_NET_ETHERNET=y
33387 +CONFIG_MII=y
33388 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
33389 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
33390 +# CONFIG_IBM_NEW_EMAC_TAH is not set
33391 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
33392 +# CONFIG_B44 is not set
33393 +CONFIG_NETDEV_1000=y
33394 +# CONFIG_E1000E_ENABLED is not set
33395 +CONFIG_GIANFAR=y
33396 +# CONFIG_GFAR_NAPI is not set
33397 +# CONFIG_NETDEV_10000 is not set
33398 +
33399 +#
33400 +# Wireless LAN
33401 +#
33402 +# CONFIG_WLAN_PRE80211 is not set
33403 +# CONFIG_WLAN_80211 is not set
33404 +# CONFIG_WAN is not set
33405 +# CONFIG_PPP is not set
33406 +# CONFIG_SLIP is not set
33407 +# CONFIG_NETCONSOLE is not set
33408 +# CONFIG_NETPOLL is not set
33409 +# CONFIG_NET_POLL_CONTROLLER is not set
33410 +# CONFIG_ISDN is not set
33411 +# CONFIG_PHONE is not set
33412 +
33413 +#
33414 +# Input device support
33415 +#
33416 +CONFIG_INPUT=y
33417 +# CONFIG_INPUT_FF_MEMLESS is not set
33418 +# CONFIG_INPUT_POLLDEV is not set
33419 +
33420 +#
33421 +# Userland interfaces
33422 +#
33423 +# CONFIG_INPUT_MOUSEDEV is not set
33424 +# CONFIG_INPUT_JOYDEV is not set
33425 +# CONFIG_INPUT_EVDEV is not set
33426 +# CONFIG_INPUT_EVBUG is not set
33427 +
33428 +#
33429 +# Input Device Drivers
33430 +#
33431 +# CONFIG_INPUT_KEYBOARD is not set
33432 +# CONFIG_INPUT_MOUSE is not set
33433 +# CONFIG_INPUT_JOYSTICK is not set
33434 +# CONFIG_INPUT_TABLET is not set
33435 +# CONFIG_INPUT_TOUCHSCREEN is not set
33436 +# CONFIG_INPUT_MISC is not set
33437 +
33438 +#
33439 +# Hardware I/O ports
33440 +#
33441 +# CONFIG_SERIO is not set
33442 +# CONFIG_GAMEPORT is not set
33443 +
33444 +#
33445 +# Character devices
33446 +#
33447 +# CONFIG_VT is not set
33448 +# CONFIG_SERIAL_NONSTANDARD is not set
33449 +
33450 +#
33451 +# Serial drivers
33452 +#
33453 +CONFIG_SERIAL_8250=y
33454 +CONFIG_SERIAL_8250_CONSOLE=y
33455 +CONFIG_SERIAL_8250_NR_UARTS=4
33456 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
33457 +# CONFIG_SERIAL_8250_EXTENDED is not set
33458 +
33459 +#
33460 +# Non-8250 serial port support
33461 +#
33462 +# CONFIG_SERIAL_UARTLITE is not set
33463 +CONFIG_SERIAL_CORE=y
33464 +CONFIG_SERIAL_CORE_CONSOLE=y
33465 +# CONFIG_SERIAL_OF_PLATFORM is not set
33466 +CONFIG_UNIX98_PTYS=y
33467 +CONFIG_LEGACY_PTYS=y
33468 +CONFIG_LEGACY_PTY_COUNT=256
33469 +# CONFIG_IPMI_HANDLER is not set
33470 +# CONFIG_HW_RANDOM is not set
33471 +# CONFIG_NVRAM is not set
33472 +CONFIG_GEN_RTC=y
33473 +# CONFIG_GEN_RTC_X is not set
33474 +# CONFIG_R3964 is not set
33475 +# CONFIG_RAW_DRIVER is not set
33476 +# CONFIG_TCG_TPM is not set
33477 +CONFIG_I2C=y
33478 +CONFIG_I2C_BOARDINFO=y
33479 +CONFIG_I2C_CHARDEV=y
33480 +
33481 +#
33482 +# I2C Algorithms
33483 +#
33484 +# CONFIG_I2C_ALGOBIT is not set
33485 +# CONFIG_I2C_ALGOPCF is not set
33486 +# CONFIG_I2C_ALGOPCA is not set
33487 +
33488 +#
33489 +# I2C Hardware Bus support
33490 +#
33491 +CONFIG_I2C_MPC=y
33492 +# CONFIG_I2C_OCORES is not set
33493 +# CONFIG_I2C_PARPORT_LIGHT is not set
33494 +# CONFIG_I2C_SIMTEC is not set
33495 +# CONFIG_I2C_TAOS_EVM is not set
33496 +# CONFIG_I2C_STUB is not set
33497 +
33498 +#
33499 +# Miscellaneous I2C Chip support
33500 +#
33501 +# CONFIG_DS1682 is not set
33502 +# CONFIG_SENSORS_EEPROM is not set
33503 +# CONFIG_SENSORS_PCF8574 is not set
33504 +# CONFIG_PCF8575 is not set
33505 +# CONFIG_SENSORS_PCF8591 is not set
33506 +# CONFIG_TPS65010 is not set
33507 +# CONFIG_SENSORS_MAX6875 is not set
33508 +# CONFIG_SENSORS_TSL2550 is not set
33509 +# CONFIG_I2C_DEBUG_CORE is not set
33510 +# CONFIG_I2C_DEBUG_ALGO is not set
33511 +# CONFIG_I2C_DEBUG_BUS is not set
33512 +# CONFIG_I2C_DEBUG_CHIP is not set
33513 +
33514 +#
33515 +# SPI support
33516 +#
33517 +# CONFIG_SPI is not set
33518 +# CONFIG_SPI_MASTER is not set
33519 +# CONFIG_W1 is not set
33520 +# CONFIG_POWER_SUPPLY is not set
33521 +CONFIG_HWMON=y
33522 +# CONFIG_HWMON_VID is not set
33523 +# CONFIG_SENSORS_AD7418 is not set
33524 +# CONFIG_SENSORS_ADM1021 is not set
33525 +# CONFIG_SENSORS_ADM1025 is not set
33526 +# CONFIG_SENSORS_ADM1026 is not set
33527 +# CONFIG_SENSORS_ADM1029 is not set
33528 +# CONFIG_SENSORS_ADM1031 is not set
33529 +# CONFIG_SENSORS_ADM9240 is not set
33530 +# CONFIG_SENSORS_ADT7470 is not set
33531 +# CONFIG_SENSORS_ADT7473 is not set
33532 +# CONFIG_SENSORS_ATXP1 is not set
33533 +# CONFIG_SENSORS_DS1621 is not set
33534 +# CONFIG_SENSORS_F71805F is not set
33535 +# CONFIG_SENSORS_F71882FG is not set
33536 +# CONFIG_SENSORS_F75375S is not set
33537 +# CONFIG_SENSORS_GL518SM is not set
33538 +# CONFIG_SENSORS_GL520SM is not set
33539 +# CONFIG_SENSORS_IT87 is not set
33540 +# CONFIG_SENSORS_LM63 is not set
33541 +# CONFIG_SENSORS_LM75 is not set
33542 +# CONFIG_SENSORS_LM77 is not set
33543 +# CONFIG_SENSORS_LM78 is not set
33544 +# CONFIG_SENSORS_LM80 is not set
33545 +# CONFIG_SENSORS_LM83 is not set
33546 +# CONFIG_SENSORS_LM85 is not set
33547 +# CONFIG_SENSORS_LM87 is not set
33548 +# CONFIG_SENSORS_LM90 is not set
33549 +# CONFIG_SENSORS_LM92 is not set
33550 +# CONFIG_SENSORS_LM93 is not set
33551 +# CONFIG_SENSORS_MAX1619 is not set
33552 +# CONFIG_SENSORS_MAX6650 is not set
33553 +# CONFIG_SENSORS_PC87360 is not set
33554 +# CONFIG_SENSORS_PC87427 is not set
33555 +# CONFIG_SENSORS_DME1737 is not set
33556 +# CONFIG_SENSORS_SMSC47M1 is not set
33557 +# CONFIG_SENSORS_SMSC47M192 is not set
33558 +# CONFIG_SENSORS_SMSC47B397 is not set
33559 +# CONFIG_SENSORS_ADS7828 is not set
33560 +# CONFIG_SENSORS_THMC50 is not set
33561 +# CONFIG_SENSORS_VT1211 is not set
33562 +# CONFIG_SENSORS_W83781D is not set
33563 +# CONFIG_SENSORS_W83791D is not set
33564 +# CONFIG_SENSORS_W83792D is not set
33565 +# CONFIG_SENSORS_W83793 is not set
33566 +# CONFIG_SENSORS_W83L785TS is not set
33567 +# CONFIG_SENSORS_W83L786NG is not set
33568 +# CONFIG_SENSORS_W83627HF is not set
33569 +# CONFIG_SENSORS_W83627EHF is not set
33570 +# CONFIG_HWMON_DEBUG_CHIP is not set
33571 +# CONFIG_THERMAL is not set
33572 +CONFIG_WATCHDOG=y
33573 +# CONFIG_WATCHDOG_NOWAYOUT is not set
33574 +
33575 +#
33576 +# Watchdog Device Drivers
33577 +#
33578 +# CONFIG_SOFT_WATCHDOG is not set
33579 +CONFIG_83xx_WDT=y
33580 +
33581 +#
33582 +# Sonics Silicon Backplane
33583 +#
33584 +CONFIG_SSB_POSSIBLE=y
33585 +# CONFIG_SSB is not set
33586 +
33587 +#
33588 +# Multifunction device drivers
33589 +#
33590 +# CONFIG_MFD_SM501 is not set
33591 +
33592 +#
33593 +# Multimedia devices
33594 +#
33595 +# CONFIG_VIDEO_DEV is not set
33596 +# CONFIG_DVB_CORE is not set
33597 +# CONFIG_DAB is not set
33598 +
33599 +#
33600 +# Graphics support
33601 +#
33602 +# CONFIG_VGASTATE is not set
33603 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
33604 +# CONFIG_FB is not set
33605 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
33606 +
33607 +#
33608 +# Display device support
33609 +#
33610 +# CONFIG_DISPLAY_SUPPORT is not set
33611 +
33612 +#
33613 +# Sound
33614 +#
33615 +# CONFIG_SOUND is not set
33616 +CONFIG_HID_SUPPORT=y
33617 +CONFIG_HID=y
33618 +# CONFIG_HID_DEBUG is not set
33619 +# CONFIG_HIDRAW is not set
33620 +# CONFIG_USB_SUPPORT is not set
33621 +# CONFIG_MMC is not set
33622 +# CONFIG_MEMSTICK is not set
33623 +# CONFIG_NEW_LEDS is not set
33624 +# CONFIG_EDAC is not set
33625 +# CONFIG_RTC_CLASS is not set
33626 +# CONFIG_DMADEVICES is not set
33627 +
33628 +#
33629 +# Userspace I/O
33630 +#
33631 +# CONFIG_UIO is not set
33632 +
33633 +#
33634 +# File systems
33635 +#
33636 +# CONFIG_EXT2_FS is not set
33637 +# CONFIG_EXT3_FS is not set
33638 +# CONFIG_EXT4DEV_FS is not set
33639 +# CONFIG_REISERFS_FS is not set
33640 +# CONFIG_JFS_FS is not set
33641 +# CONFIG_FS_POSIX_ACL is not set
33642 +# CONFIG_XFS_FS is not set
33643 +# CONFIG_GFS2_FS is not set
33644 +# CONFIG_OCFS2_FS is not set
33645 +CONFIG_DNOTIFY=y
33646 +CONFIG_INOTIFY=y
33647 +CONFIG_INOTIFY_USER=y
33648 +# CONFIG_QUOTA is not set
33649 +# CONFIG_AUTOFS_FS is not set
33650 +# CONFIG_AUTOFS4_FS is not set
33651 +# CONFIG_FUSE_FS is not set
33652 +
33653 +#
33654 +# CD-ROM/DVD Filesystems
33655 +#
33656 +# CONFIG_ISO9660_FS is not set
33657 +# CONFIG_UDF_FS is not set
33658 +
33659 +#
33660 +# DOS/FAT/NT Filesystems
33661 +#
33662 +# CONFIG_MSDOS_FS is not set
33663 +# CONFIG_VFAT_FS is not set
33664 +# CONFIG_NTFS_FS is not set
33665 +
33666 +#
33667 +# Pseudo filesystems
33668 +#
33669 +CONFIG_PROC_FS=y
33670 +CONFIG_PROC_KCORE=y
33671 +CONFIG_PROC_SYSCTL=y
33672 +CONFIG_SYSFS=y
33673 +CONFIG_TMPFS=y
33674 +# CONFIG_TMPFS_POSIX_ACL is not set
33675 +# CONFIG_HUGETLB_PAGE is not set
33676 +# CONFIG_CONFIGFS_FS is not set
33677 +
33678 +#
33679 +# Miscellaneous filesystems
33680 +#
33681 +# CONFIG_ADFS_FS is not set
33682 +# CONFIG_AFFS_FS is not set
33683 +# CONFIG_HFS_FS is not set
33684 +# CONFIG_HFSPLUS_FS is not set
33685 +# CONFIG_BEFS_FS is not set
33686 +# CONFIG_BFS_FS is not set
33687 +# CONFIG_EFS_FS is not set
33688 +# CONFIG_CRAMFS is not set
33689 +# CONFIG_VXFS_FS is not set
33690 +# CONFIG_MINIX_FS is not set
33691 +# CONFIG_HPFS_FS is not set
33692 +# CONFIG_QNX4FS_FS is not set
33693 +# CONFIG_ROMFS_FS is not set
33694 +# CONFIG_SYSV_FS is not set
33695 +# CONFIG_UFS_FS is not set
33696 +CONFIG_NETWORK_FILESYSTEMS=y
33697 +CONFIG_NFS_FS=y
33698 +CONFIG_NFS_V3=y
33699 +# CONFIG_NFS_V3_ACL is not set
33700 +CONFIG_NFS_V4=y
33701 +# CONFIG_NFS_DIRECTIO is not set
33702 +# CONFIG_NFSD is not set
33703 +CONFIG_ROOT_NFS=y
33704 +CONFIG_LOCKD=y
33705 +CONFIG_LOCKD_V4=y
33706 +CONFIG_NFS_COMMON=y
33707 +CONFIG_SUNRPC=y
33708 +CONFIG_SUNRPC_GSS=y
33709 +# CONFIG_SUNRPC_BIND34 is not set
33710 +CONFIG_RPCSEC_GSS_KRB5=y
33711 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
33712 +# CONFIG_SMB_FS is not set
33713 +# CONFIG_CIFS is not set
33714 +# CONFIG_NCP_FS is not set
33715 +# CONFIG_CODA_FS is not set
33716 +# CONFIG_AFS_FS is not set
33717 +
33718 +#
33719 +# Partition Types
33720 +#
33721 +# CONFIG_PARTITION_ADVANCED is not set
33722 +CONFIG_MSDOS_PARTITION=y
33723 +# CONFIG_NLS is not set
33724 +# CONFIG_DLM is not set
33725 +
33726 +#
33727 +# Library routines
33728 +#
33729 +CONFIG_BITREVERSE=y
33730 +# CONFIG_CRC_CCITT is not set
33731 +# CONFIG_CRC16 is not set
33732 +# CONFIG_CRC_ITU_T is not set
33733 +CONFIG_CRC32=y
33734 +# CONFIG_CRC7 is not set
33735 +# CONFIG_LIBCRC32C is not set
33736 +CONFIG_PLIST=y
33737 +CONFIG_HAS_IOMEM=y
33738 +CONFIG_HAS_IOPORT=y
33739 +CONFIG_HAS_DMA=y
33740 +
33741 +#
33742 +# Kernel hacking
33743 +#
33744 +# CONFIG_PRINTK_TIME is not set
33745 +CONFIG_ENABLE_WARN_DEPRECATED=y
33746 +CONFIG_ENABLE_MUST_CHECK=y
33747 +# CONFIG_MAGIC_SYSRQ is not set
33748 +# CONFIG_UNUSED_SYMBOLS is not set
33749 +# CONFIG_DEBUG_FS is not set
33750 +# CONFIG_HEADERS_CHECK is not set
33751 +# CONFIG_DEBUG_KERNEL is not set
33752 +# CONFIG_DEBUG_BUGVERBOSE is not set
33753 +# CONFIG_SAMPLES is not set
33754 +# CONFIG_PPC_EARLY_DEBUG is not set
33755 +
33756 +#
33757 +# Security options
33758 +#
33759 +# CONFIG_KEYS is not set
33760 +# CONFIG_SECURITY is not set
33761 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
33762 +CONFIG_CRYPTO=y
33763 +CONFIG_CRYPTO_ALGAPI=y
33764 +CONFIG_CRYPTO_BLKCIPHER=y
33765 +# CONFIG_CRYPTO_SEQIV is not set
33766 +CONFIG_CRYPTO_MANAGER=y
33767 +# CONFIG_CRYPTO_HMAC is not set
33768 +# CONFIG_CRYPTO_XCBC is not set
33769 +# CONFIG_CRYPTO_NULL is not set
33770 +# CONFIG_CRYPTO_MD4 is not set
33771 +CONFIG_CRYPTO_MD5=y
33772 +# CONFIG_CRYPTO_SHA1 is not set
33773 +# CONFIG_CRYPTO_SHA256 is not set
33774 +# CONFIG_CRYPTO_SHA512 is not set
33775 +# CONFIG_CRYPTO_WP512 is not set
33776 +# CONFIG_CRYPTO_TGR192 is not set
33777 +# CONFIG_CRYPTO_GF128MUL is not set
33778 +CONFIG_CRYPTO_ECB=m
33779 +CONFIG_CRYPTO_CBC=y
33780 +CONFIG_CRYPTO_PCBC=m
33781 +# CONFIG_CRYPTO_LRW is not set
33782 +# CONFIG_CRYPTO_XTS is not set
33783 +# CONFIG_CRYPTO_CTR is not set
33784 +# CONFIG_CRYPTO_GCM is not set
33785 +# CONFIG_CRYPTO_CCM is not set
33786 +# CONFIG_CRYPTO_CRYPTD is not set
33787 +CONFIG_CRYPTO_DES=y
33788 +# CONFIG_CRYPTO_FCRYPT is not set
33789 +# CONFIG_CRYPTO_BLOWFISH is not set
33790 +# CONFIG_CRYPTO_TWOFISH is not set
33791 +# CONFIG_CRYPTO_SERPENT is not set
33792 +# CONFIG_CRYPTO_AES is not set
33793 +# CONFIG_CRYPTO_CAST5 is not set
33794 +# CONFIG_CRYPTO_CAST6 is not set
33795 +# CONFIG_CRYPTO_TEA is not set
33796 +# CONFIG_CRYPTO_ARC4 is not set
33797 +# CONFIG_CRYPTO_KHAZAD is not set
33798 +# CONFIG_CRYPTO_ANUBIS is not set
33799 +# CONFIG_CRYPTO_SEED is not set
33800 +# CONFIG_CRYPTO_SALSA20 is not set
33801 +# CONFIG_CRYPTO_DEFLATE is not set
33802 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
33803 +# CONFIG_CRYPTO_CRC32C is not set
33804 +# CONFIG_CRYPTO_CAMELLIA is not set
33805 +# CONFIG_CRYPTO_TEST is not set
33806 +# CONFIG_CRYPTO_AUTHENC is not set
33807 +# CONFIG_CRYPTO_LZO is not set
33808 +# CONFIG_CRYPTO_HW is not set
33809 +# CONFIG_PPC_CLOCK is not set
33810 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/ksi8560_defconfig powerpc.git/arch/powerpc/configs/85xx/ksi8560_defconfig
33811 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/ksi8560_defconfig        1970-01-01 01:00:00.000000000 +0100
33812 +++ powerpc.git/arch/powerpc/configs/85xx/ksi8560_defconfig     2008-04-19 16:40:52.000000000 +0200
33813 @@ -0,0 +1,899 @@
33814 +#
33815 +# Automatically generated make config: don't edit
33816 +# Linux kernel version: 2.6.24
33817 +# Mon Feb 11 16:25:19 2008
33818 +#
33819 +# CONFIG_PPC64 is not set
33820 +
33821 +#
33822 +# Processor support
33823 +#
33824 +# CONFIG_6xx is not set
33825 +CONFIG_PPC_85xx=y
33826 +# CONFIG_PPC_8xx is not set
33827 +# CONFIG_40x is not set
33828 +# CONFIG_44x is not set
33829 +# CONFIG_E200 is not set
33830 +CONFIG_E500=y
33831 +CONFIG_BOOKE=y
33832 +CONFIG_FSL_BOOKE=y
33833 +CONFIG_FSL_EMB_PERFMON=y
33834 +# CONFIG_PHYS_64BIT is not set
33835 +CONFIG_SPE=y
33836 +# CONFIG_PPC_MM_SLICES is not set
33837 +CONFIG_PPC32=y
33838 +CONFIG_WORD_SIZE=32
33839 +CONFIG_PPC_MERGE=y
33840 +CONFIG_MMU=y
33841 +CONFIG_GENERIC_CMOS_UPDATE=y
33842 +CONFIG_GENERIC_TIME=y
33843 +CONFIG_GENERIC_TIME_VSYSCALL=y
33844 +CONFIG_GENERIC_CLOCKEVENTS=y
33845 +CONFIG_GENERIC_HARDIRQS=y
33846 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
33847 +CONFIG_IRQ_PER_CPU=y
33848 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
33849 +CONFIG_ARCH_HAS_ILOG2_U32=y
33850 +CONFIG_GENERIC_HWEIGHT=y
33851 +CONFIG_GENERIC_CALIBRATE_DELAY=y
33852 +CONFIG_GENERIC_FIND_NEXT_BIT=y
33853 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
33854 +CONFIG_PPC=y
33855 +CONFIG_EARLY_PRINTK=y
33856 +CONFIG_GENERIC_NVRAM=y
33857 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
33858 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
33859 +CONFIG_PPC_OF=y
33860 +CONFIG_OF=y
33861 +CONFIG_PPC_UDBG_16550=y
33862 +# CONFIG_GENERIC_TBSYNC is not set
33863 +CONFIG_AUDIT_ARCH=y
33864 +CONFIG_GENERIC_BUG=y
33865 +CONFIG_DEFAULT_UIMAGE=y
33866 +# CONFIG_PPC_DCR_NATIVE is not set
33867 +# CONFIG_PPC_DCR_MMIO is not set
33868 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
33869 +
33870 +#
33871 +# General setup
33872 +#
33873 +CONFIG_EXPERIMENTAL=y
33874 +CONFIG_BROKEN_ON_SMP=y
33875 +CONFIG_INIT_ENV_ARG_LIMIT=32
33876 +CONFIG_LOCALVERSION=""
33877 +CONFIG_LOCALVERSION_AUTO=y
33878 +CONFIG_SWAP=y
33879 +CONFIG_SYSVIPC=y
33880 +CONFIG_SYSVIPC_SYSCTL=y
33881 +# CONFIG_POSIX_MQUEUE is not set
33882 +# CONFIG_BSD_PROCESS_ACCT is not set
33883 +# CONFIG_TASKSTATS is not set
33884 +# CONFIG_USER_NS is not set
33885 +# CONFIG_PID_NS is not set
33886 +# CONFIG_AUDIT is not set
33887 +# CONFIG_IKCONFIG is not set
33888 +CONFIG_LOG_BUF_SHIFT=14
33889 +# CONFIG_CGROUPS is not set
33890 +CONFIG_FAIR_GROUP_SCHED=y
33891 +CONFIG_FAIR_USER_SCHED=y
33892 +# CONFIG_FAIR_CGROUP_SCHED is not set
33893 +CONFIG_SYSFS_DEPRECATED=y
33894 +# CONFIG_RELAY is not set
33895 +CONFIG_BLK_DEV_INITRD=y
33896 +CONFIG_INITRAMFS_SOURCE=""
33897 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
33898 +CONFIG_SYSCTL=y
33899 +CONFIG_EMBEDDED=y
33900 +CONFIG_SYSCTL_SYSCALL=y
33901 +CONFIG_KALLSYMS=y
33902 +# CONFIG_KALLSYMS_ALL is not set
33903 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
33904 +CONFIG_HOTPLUG=y
33905 +CONFIG_PRINTK=y
33906 +CONFIG_BUG=y
33907 +CONFIG_ELF_CORE=y
33908 +CONFIG_BASE_FULL=y
33909 +CONFIG_FUTEX=y
33910 +CONFIG_ANON_INODES=y
33911 +CONFIG_EPOLL=y
33912 +CONFIG_SIGNALFD=y
33913 +CONFIG_TIMERFD=y
33914 +CONFIG_EVENTFD=y
33915 +CONFIG_SHMEM=y
33916 +CONFIG_VM_EVENT_COUNTERS=y
33917 +CONFIG_SLUB_DEBUG=y
33918 +# CONFIG_SLAB is not set
33919 +CONFIG_SLUB=y
33920 +# CONFIG_SLOB is not set
33921 +# CONFIG_PROFILING is not set
33922 +# CONFIG_MARKERS is not set
33923 +CONFIG_HAVE_OPROFILE=y
33924 +CONFIG_HAVE_KPROBES=y
33925 +CONFIG_PROC_PAGE_MONITOR=y
33926 +CONFIG_SLABINFO=y
33927 +CONFIG_RT_MUTEXES=y
33928 +# CONFIG_TINY_SHMEM is not set
33929 +CONFIG_BASE_SMALL=0
33930 +# CONFIG_MODULES is not set
33931 +CONFIG_BLOCK=y
33932 +# CONFIG_LBD is not set
33933 +# CONFIG_BLK_DEV_IO_TRACE is not set
33934 +# CONFIG_LSF is not set
33935 +# CONFIG_BLK_DEV_BSG is not set
33936 +
33937 +#
33938 +# IO Schedulers
33939 +#
33940 +CONFIG_IOSCHED_NOOP=y
33941 +CONFIG_IOSCHED_AS=y
33942 +CONFIG_IOSCHED_DEADLINE=y
33943 +CONFIG_IOSCHED_CFQ=y
33944 +CONFIG_DEFAULT_AS=y
33945 +# CONFIG_DEFAULT_DEADLINE is not set
33946 +# CONFIG_DEFAULT_CFQ is not set
33947 +# CONFIG_DEFAULT_NOOP is not set
33948 +CONFIG_DEFAULT_IOSCHED="anticipatory"
33949 +CONFIG_CLASSIC_RCU=y
33950 +# CONFIG_PREEMPT_RCU is not set
33951 +
33952 +#
33953 +# Platform support
33954 +#
33955 +# CONFIG_PPC_MPC512x is not set
33956 +# CONFIG_PPC_MPC5121 is not set
33957 +# CONFIG_PPC_CELL is not set
33958 +# CONFIG_PPC_CELL_NATIVE is not set
33959 +# CONFIG_PQ2ADS is not set
33960 +CONFIG_MPC85xx=y
33961 +# CONFIG_MPC8540_ADS is not set
33962 +# CONFIG_MPC8560_ADS is not set
33963 +# CONFIG_MPC85xx_CDS is not set
33964 +# CONFIG_MPC85xx_MDS is not set
33965 +# CONFIG_MPC85xx_DS is not set
33966 +CONFIG_KSI8560=y
33967 +# CONFIG_STX_GP3 is not set
33968 +# CONFIG_TQM8540 is not set
33969 +# CONFIG_TQM8541 is not set
33970 +# CONFIG_TQM8555 is not set
33971 +# CONFIG_TQM8560 is not set
33972 +# CONFIG_SBC8548 is not set
33973 +# CONFIG_SBC8560 is not set
33974 +# CONFIG_IPIC is not set
33975 +CONFIG_MPIC=y
33976 +# CONFIG_MPIC_WEIRD is not set
33977 +# CONFIG_PPC_I8259 is not set
33978 +# CONFIG_PPC_RTAS is not set
33979 +# CONFIG_MMIO_NVRAM is not set
33980 +# CONFIG_PPC_MPC106 is not set
33981 +# CONFIG_PPC_970_NAP is not set
33982 +# CONFIG_PPC_INDIRECT_IO is not set
33983 +# CONFIG_GENERIC_IOMAP is not set
33984 +# CONFIG_CPU_FREQ is not set
33985 +CONFIG_CPM2=y
33986 +CONFIG_PPC_CPM_NEW_BINDING=y
33987 +# CONFIG_FSL_ULI1575 is not set
33988 +CONFIG_CPM=y
33989 +
33990 +#
33991 +# Kernel options
33992 +#
33993 +CONFIG_HIGHMEM=y
33994 +# CONFIG_TICK_ONESHOT is not set
33995 +# CONFIG_NO_HZ is not set
33996 +# CONFIG_HIGH_RES_TIMERS is not set
33997 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
33998 +# CONFIG_HZ_100 is not set
33999 +CONFIG_HZ_250=y
34000 +# CONFIG_HZ_300 is not set
34001 +# CONFIG_HZ_1000 is not set
34002 +CONFIG_HZ=250
34003 +# CONFIG_SCHED_HRTICK is not set
34004 +CONFIG_PREEMPT_NONE=y
34005 +# CONFIG_PREEMPT_VOLUNTARY is not set
34006 +# CONFIG_PREEMPT is not set
34007 +CONFIG_RCU_TRACE=y
34008 +CONFIG_BINFMT_ELF=y
34009 +CONFIG_BINFMT_MISC=y
34010 +CONFIG_MATH_EMULATION=y
34011 +# CONFIG_IOMMU_HELPER is not set
34012 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
34013 +CONFIG_ARCH_FLATMEM_ENABLE=y
34014 +CONFIG_ARCH_POPULATES_NODE_MAP=y
34015 +CONFIG_SELECT_MEMORY_MODEL=y
34016 +CONFIG_FLATMEM_MANUAL=y
34017 +# CONFIG_DISCONTIGMEM_MANUAL is not set
34018 +# CONFIG_SPARSEMEM_MANUAL is not set
34019 +CONFIG_FLATMEM=y
34020 +CONFIG_FLAT_NODE_MEM_MAP=y
34021 +# CONFIG_SPARSEMEM_STATIC is not set
34022 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
34023 +CONFIG_SPLIT_PTLOCK_CPUS=4
34024 +# CONFIG_RESOURCES_64BIT is not set
34025 +CONFIG_ZONE_DMA_FLAG=1
34026 +CONFIG_BOUNCE=y
34027 +CONFIG_VIRT_TO_BUS=y
34028 +# CONFIG_PROC_DEVICETREE is not set
34029 +# CONFIG_CMDLINE_BOOL is not set
34030 +# CONFIG_PM is not set
34031 +# CONFIG_SECCOMP is not set
34032 +CONFIG_WANT_DEVICE_TREE=y
34033 +CONFIG_ISA_DMA_API=y
34034 +
34035 +#
34036 +# Bus options
34037 +#
34038 +CONFIG_ZONE_DMA=y
34039 +CONFIG_FSL_SOC=y
34040 +# CONFIG_PCI is not set
34041 +# CONFIG_PCI_DOMAINS is not set
34042 +# CONFIG_PCI_SYSCALL is not set
34043 +# CONFIG_ARCH_SUPPORTS_MSI is not set
34044 +# CONFIG_PCCARD is not set
34045 +
34046 +#
34047 +# Advanced setup
34048 +#
34049 +# CONFIG_ADVANCED_OPTIONS is not set
34050 +
34051 +#
34052 +# Default settings for advanced configuration options are used
34053 +#
34054 +CONFIG_HIGHMEM_START=0xfe000000
34055 +CONFIG_LOWMEM_SIZE=0x30000000
34056 +CONFIG_KERNEL_START=0xc0000000
34057 +CONFIG_TASK_SIZE=0xc0000000
34058 +CONFIG_BOOT_LOAD=0x00800000
34059 +
34060 +#
34061 +# Networking
34062 +#
34063 +CONFIG_NET=y
34064 +
34065 +#
34066 +# Networking options
34067 +#
34068 +CONFIG_PACKET=y
34069 +# CONFIG_PACKET_MMAP is not set
34070 +CONFIG_UNIX=y
34071 +CONFIG_XFRM=y
34072 +# CONFIG_XFRM_USER is not set
34073 +# CONFIG_XFRM_SUB_POLICY is not set
34074 +# CONFIG_XFRM_MIGRATE is not set
34075 +# CONFIG_XFRM_STATISTICS is not set
34076 +# CONFIG_NET_KEY is not set
34077 +CONFIG_INET=y
34078 +CONFIG_IP_MULTICAST=y
34079 +# CONFIG_IP_ADVANCED_ROUTER is not set
34080 +CONFIG_IP_FIB_HASH=y
34081 +CONFIG_IP_PNP=y
34082 +CONFIG_IP_PNP_DHCP=y
34083 +CONFIG_IP_PNP_BOOTP=y
34084 +# CONFIG_IP_PNP_RARP is not set
34085 +# CONFIG_NET_IPIP is not set
34086 +# CONFIG_NET_IPGRE is not set
34087 +# CONFIG_IP_MROUTE is not set
34088 +# CONFIG_ARPD is not set
34089 +CONFIG_SYN_COOKIES=y
34090 +# CONFIG_INET_AH is not set
34091 +# CONFIG_INET_ESP is not set
34092 +# CONFIG_INET_IPCOMP is not set
34093 +# CONFIG_INET_XFRM_TUNNEL is not set
34094 +# CONFIG_INET_TUNNEL is not set
34095 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
34096 +CONFIG_INET_XFRM_MODE_TUNNEL=y
34097 +CONFIG_INET_XFRM_MODE_BEET=y
34098 +# CONFIG_INET_LRO is not set
34099 +CONFIG_INET_DIAG=y
34100 +CONFIG_INET_TCP_DIAG=y
34101 +# CONFIG_TCP_CONG_ADVANCED is not set
34102 +CONFIG_TCP_CONG_CUBIC=y
34103 +CONFIG_DEFAULT_TCP_CONG="cubic"
34104 +# CONFIG_TCP_MD5SIG is not set
34105 +# CONFIG_IPV6 is not set
34106 +# CONFIG_INET6_XFRM_TUNNEL is not set
34107 +# CONFIG_INET6_TUNNEL is not set
34108 +# CONFIG_NETWORK_SECMARK is not set
34109 +# CONFIG_NETFILTER is not set
34110 +# CONFIG_IP_DCCP is not set
34111 +# CONFIG_IP_SCTP is not set
34112 +# CONFIG_TIPC is not set
34113 +# CONFIG_ATM is not set
34114 +# CONFIG_BRIDGE is not set
34115 +# CONFIG_VLAN_8021Q is not set
34116 +# CONFIG_DECNET is not set
34117 +# CONFIG_LLC2 is not set
34118 +# CONFIG_IPX is not set
34119 +# CONFIG_ATALK is not set
34120 +# CONFIG_X25 is not set
34121 +# CONFIG_LAPB is not set
34122 +# CONFIG_ECONET is not set
34123 +# CONFIG_WAN_ROUTER is not set
34124 +# CONFIG_NET_SCHED is not set
34125 +
34126 +#
34127 +# Network testing
34128 +#
34129 +# CONFIG_NET_PKTGEN is not set
34130 +# CONFIG_HAMRADIO is not set
34131 +# CONFIG_CAN is not set
34132 +# CONFIG_IRDA is not set
34133 +# CONFIG_BT is not set
34134 +# CONFIG_AF_RXRPC is not set
34135 +
34136 +#
34137 +# Wireless
34138 +#
34139 +# CONFIG_CFG80211 is not set
34140 +# CONFIG_WIRELESS_EXT is not set
34141 +# CONFIG_MAC80211 is not set
34142 +# CONFIG_IEEE80211 is not set
34143 +# CONFIG_RFKILL is not set
34144 +# CONFIG_NET_9P is not set
34145 +
34146 +#
34147 +# Device Drivers
34148 +#
34149 +
34150 +#
34151 +# Generic Driver Options
34152 +#
34153 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
34154 +CONFIG_STANDALONE=y
34155 +CONFIG_PREVENT_FIRMWARE_BUILD=y
34156 +# CONFIG_FW_LOADER is not set
34157 +# CONFIG_DEBUG_DRIVER is not set
34158 +# CONFIG_DEBUG_DEVRES is not set
34159 +# CONFIG_SYS_HYPERVISOR is not set
34160 +# CONFIG_CONNECTOR is not set
34161 +CONFIG_MTD=y
34162 +# CONFIG_MTD_DEBUG is not set
34163 +CONFIG_MTD_CONCAT=y
34164 +CONFIG_MTD_PARTITIONS=y
34165 +# CONFIG_MTD_REDBOOT_PARTS is not set
34166 +# CONFIG_MTD_CMDLINE_PARTS is not set
34167 +
34168 +#
34169 +# User Modules And Translation Layers
34170 +#
34171 +CONFIG_MTD_CHAR=y
34172 +CONFIG_MTD_BLKDEVS=y
34173 +CONFIG_MTD_BLOCK=y
34174 +# CONFIG_FTL is not set
34175 +# CONFIG_NFTL is not set
34176 +# CONFIG_INFTL is not set
34177 +# CONFIG_RFD_FTL is not set
34178 +# CONFIG_SSFDC is not set
34179 +# CONFIG_MTD_OOPS is not set
34180 +
34181 +#
34182 +# RAM/ROM/Flash chip drivers
34183 +#
34184 +CONFIG_MTD_CFI=y
34185 +CONFIG_MTD_JEDECPROBE=y
34186 +CONFIG_MTD_GEN_PROBE=y
34187 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
34188 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
34189 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
34190 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
34191 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
34192 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
34193 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
34194 +CONFIG_MTD_CFI_I1=y
34195 +CONFIG_MTD_CFI_I2=y
34196 +# CONFIG_MTD_CFI_I4 is not set
34197 +# CONFIG_MTD_CFI_I8 is not set
34198 +# CONFIG_MTD_CFI_INTELEXT is not set
34199 +CONFIG_MTD_CFI_AMDSTD=y
34200 +# CONFIG_MTD_CFI_STAA is not set
34201 +CONFIG_MTD_CFI_UTIL=y
34202 +# CONFIG_MTD_RAM is not set
34203 +# CONFIG_MTD_ROM is not set
34204 +# CONFIG_MTD_ABSENT is not set
34205 +
34206 +#
34207 +# Mapping drivers for chip access
34208 +#
34209 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
34210 +# CONFIG_MTD_PHYSMAP is not set
34211 +CONFIG_MTD_PHYSMAP_OF=y
34212 +# CONFIG_MTD_PLATRAM is not set
34213 +
34214 +#
34215 +# Self-contained MTD device drivers
34216 +#
34217 +# CONFIG_MTD_SLRAM is not set
34218 +# CONFIG_MTD_PHRAM is not set
34219 +# CONFIG_MTD_MTDRAM is not set
34220 +# CONFIG_MTD_BLOCK2MTD is not set
34221 +
34222 +#
34223 +# Disk-On-Chip Device Drivers
34224 +#
34225 +# CONFIG_MTD_DOC2000 is not set
34226 +# CONFIG_MTD_DOC2001 is not set
34227 +# CONFIG_MTD_DOC2001PLUS is not set
34228 +# CONFIG_MTD_NAND is not set
34229 +# CONFIG_MTD_ONENAND is not set
34230 +
34231 +#
34232 +# UBI - Unsorted block images
34233 +#
34234 +# CONFIG_MTD_UBI is not set
34235 +CONFIG_OF_DEVICE=y
34236 +# CONFIG_PARPORT is not set
34237 +CONFIG_BLK_DEV=y
34238 +# CONFIG_BLK_DEV_FD is not set
34239 +# CONFIG_BLK_DEV_COW_COMMON is not set
34240 +CONFIG_BLK_DEV_LOOP=y
34241 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
34242 +# CONFIG_BLK_DEV_NBD is not set
34243 +CONFIG_BLK_DEV_RAM=y
34244 +CONFIG_BLK_DEV_RAM_COUNT=16
34245 +CONFIG_BLK_DEV_RAM_SIZE=32768
34246 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
34247 +# CONFIG_CDROM_PKTCDVD is not set
34248 +# CONFIG_ATA_OVER_ETH is not set
34249 +CONFIG_MISC_DEVICES=y
34250 +# CONFIG_EEPROM_93CX6 is not set
34251 +CONFIG_IDE=y
34252 +CONFIG_IDE_MAX_HWIFS=4
34253 +CONFIG_BLK_DEV_IDE=y
34254 +
34255 +#
34256 +# Please see Documentation/ide.txt for help/info on IDE drives
34257 +#
34258 +# CONFIG_BLK_DEV_IDE_SATA is not set
34259 +# CONFIG_BLK_DEV_IDEDISK is not set
34260 +# CONFIG_IDEDISK_MULTI_MODE is not set
34261 +# CONFIG_BLK_DEV_IDECD is not set
34262 +# CONFIG_BLK_DEV_IDETAPE is not set
34263 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
34264 +# CONFIG_IDE_TASK_IOCTL is not set
34265 +CONFIG_IDE_PROC_FS=y
34266 +
34267 +#
34268 +# IDE chipset support/bugfixes
34269 +#
34270 +CONFIG_IDE_GENERIC=y
34271 +# CONFIG_BLK_DEV_PLATFORM is not set
34272 +# CONFIG_BLK_DEV_IDEDMA is not set
34273 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
34274 +# CONFIG_BLK_DEV_HD is not set
34275 +
34276 +#
34277 +# SCSI device support
34278 +#
34279 +# CONFIG_RAID_ATTRS is not set
34280 +# CONFIG_SCSI is not set
34281 +# CONFIG_SCSI_DMA is not set
34282 +# CONFIG_SCSI_NETLINK is not set
34283 +# CONFIG_ATA is not set
34284 +# CONFIG_MD is not set
34285 +# CONFIG_MACINTOSH_DRIVERS is not set
34286 +CONFIG_NETDEVICES=y
34287 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
34288 +# CONFIG_DUMMY is not set
34289 +# CONFIG_BONDING is not set
34290 +# CONFIG_MACVLAN is not set
34291 +# CONFIG_EQUALIZER is not set
34292 +# CONFIG_TUN is not set
34293 +# CONFIG_VETH is not set
34294 +CONFIG_PHYLIB=y
34295 +
34296 +#
34297 +# MII PHY device drivers
34298 +#
34299 +CONFIG_MARVELL_PHY=y
34300 +# CONFIG_DAVICOM_PHY is not set
34301 +# CONFIG_QSEMI_PHY is not set
34302 +# CONFIG_LXT_PHY is not set
34303 +# CONFIG_CICADA_PHY is not set
34304 +# CONFIG_VITESSE_PHY is not set
34305 +# CONFIG_SMSC_PHY is not set
34306 +# CONFIG_BROADCOM_PHY is not set
34307 +# CONFIG_ICPLUS_PHY is not set
34308 +# CONFIG_REALTEK_PHY is not set
34309 +# CONFIG_FIXED_PHY is not set
34310 +CONFIG_MDIO_BITBANG=y
34311 +CONFIG_NET_ETHERNET=y
34312 +CONFIG_MII=y
34313 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
34314 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
34315 +# CONFIG_IBM_NEW_EMAC_TAH is not set
34316 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
34317 +# CONFIG_B44 is not set
34318 +CONFIG_FS_ENET=y
34319 +# CONFIG_FS_ENET_HAS_SCC is not set
34320 +CONFIG_FS_ENET_HAS_FCC=y
34321 +CONFIG_FS_ENET_MDIO_FCC=y
34322 +CONFIG_NETDEV_1000=y
34323 +# CONFIG_E1000E_ENABLED is not set
34324 +CONFIG_GIANFAR=y
34325 +CONFIG_GFAR_NAPI=y
34326 +CONFIG_NETDEV_10000=y
34327 +
34328 +#
34329 +# Wireless LAN
34330 +#
34331 +# CONFIG_WLAN_PRE80211 is not set
34332 +# CONFIG_WLAN_80211 is not set
34333 +# CONFIG_WAN is not set
34334 +# CONFIG_PPP is not set
34335 +# CONFIG_SLIP is not set
34336 +# CONFIG_NETCONSOLE is not set
34337 +# CONFIG_NETPOLL is not set
34338 +# CONFIG_NET_POLL_CONTROLLER is not set
34339 +# CONFIG_ISDN is not set
34340 +# CONFIG_PHONE is not set
34341 +
34342 +#
34343 +# Input device support
34344 +#
34345 +CONFIG_INPUT=y
34346 +# CONFIG_INPUT_FF_MEMLESS is not set
34347 +# CONFIG_INPUT_POLLDEV is not set
34348 +
34349 +#
34350 +# Userland interfaces
34351 +#
34352 +# CONFIG_INPUT_MOUSEDEV is not set
34353 +# CONFIG_INPUT_JOYDEV is not set
34354 +# CONFIG_INPUT_EVDEV is not set
34355 +# CONFIG_INPUT_EVBUG is not set
34356 +
34357 +#
34358 +# Input Device Drivers
34359 +#
34360 +# CONFIG_INPUT_KEYBOARD is not set
34361 +# CONFIG_INPUT_MOUSE is not set
34362 +# CONFIG_INPUT_JOYSTICK is not set
34363 +# CONFIG_INPUT_TABLET is not set
34364 +# CONFIG_INPUT_TOUCHSCREEN is not set
34365 +# CONFIG_INPUT_MISC is not set
34366 +
34367 +#
34368 +# Hardware I/O ports
34369 +#
34370 +# CONFIG_SERIO is not set
34371 +# CONFIG_GAMEPORT is not set
34372 +
34373 +#
34374 +# Character devices
34375 +#
34376 +# CONFIG_VT is not set
34377 +# CONFIG_SERIAL_NONSTANDARD is not set
34378 +
34379 +#
34380 +# Serial drivers
34381 +#
34382 +# CONFIG_SERIAL_8250 is not set
34383 +
34384 +#
34385 +# Non-8250 serial port support
34386 +#
34387 +# CONFIG_SERIAL_UARTLITE is not set
34388 +CONFIG_SERIAL_CORE=y
34389 +CONFIG_SERIAL_CORE_CONSOLE=y
34390 +CONFIG_SERIAL_CPM=y
34391 +CONFIG_SERIAL_CPM_CONSOLE=y
34392 +CONFIG_SERIAL_CPM_SCC1=y
34393 +# CONFIG_SERIAL_CPM_SCC2 is not set
34394 +# CONFIG_SERIAL_CPM_SCC3 is not set
34395 +# CONFIG_SERIAL_CPM_SCC4 is not set
34396 +# CONFIG_SERIAL_CPM_SMC1 is not set
34397 +# CONFIG_SERIAL_CPM_SMC2 is not set
34398 +CONFIG_UNIX98_PTYS=y
34399 +CONFIG_LEGACY_PTYS=y
34400 +CONFIG_LEGACY_PTY_COUNT=256
34401 +# CONFIG_IPMI_HANDLER is not set
34402 +CONFIG_HW_RANDOM=y
34403 +# CONFIG_NVRAM is not set
34404 +CONFIG_GEN_RTC=y
34405 +# CONFIG_GEN_RTC_X is not set
34406 +# CONFIG_R3964 is not set
34407 +# CONFIG_RAW_DRIVER is not set
34408 +# CONFIG_TCG_TPM is not set
34409 +# CONFIG_I2C is not set
34410 +
34411 +#
34412 +# SPI support
34413 +#
34414 +# CONFIG_SPI is not set
34415 +# CONFIG_SPI_MASTER is not set
34416 +# CONFIG_W1 is not set
34417 +# CONFIG_POWER_SUPPLY is not set
34418 +CONFIG_HWMON=y
34419 +# CONFIG_HWMON_VID is not set
34420 +# CONFIG_SENSORS_F71805F is not set
34421 +# CONFIG_SENSORS_F71882FG is not set
34422 +# CONFIG_SENSORS_IT87 is not set
34423 +# CONFIG_SENSORS_PC87360 is not set
34424 +# CONFIG_SENSORS_PC87427 is not set
34425 +# CONFIG_SENSORS_SMSC47M1 is not set
34426 +# CONFIG_SENSORS_SMSC47B397 is not set
34427 +# CONFIG_SENSORS_VT1211 is not set
34428 +# CONFIG_SENSORS_W83627HF is not set
34429 +# CONFIG_SENSORS_W83627EHF is not set
34430 +# CONFIG_HWMON_DEBUG_CHIP is not set
34431 +# CONFIG_WATCHDOG is not set
34432 +
34433 +#
34434 +# Sonics Silicon Backplane
34435 +#
34436 +CONFIG_SSB_POSSIBLE=y
34437 +# CONFIG_SSB is not set
34438 +
34439 +#
34440 +# Multifunction device drivers
34441 +#
34442 +# CONFIG_MFD_SM501 is not set
34443 +
34444 +#
34445 +# Multimedia devices
34446 +#
34447 +# CONFIG_VIDEO_DEV is not set
34448 +# CONFIG_DVB_CORE is not set
34449 +CONFIG_DAB=y
34450 +
34451 +#
34452 +# Graphics support
34453 +#
34454 +# CONFIG_VGASTATE is not set
34455 +CONFIG_VIDEO_OUTPUT_CONTROL=y
34456 +# CONFIG_FB is not set
34457 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
34458 +
34459 +#
34460 +# Display device support
34461 +#
34462 +# CONFIG_DISPLAY_SUPPORT is not set
34463 +
34464 +#
34465 +# Sound
34466 +#
34467 +# CONFIG_SOUND is not set
34468 +CONFIG_HID_SUPPORT=y
34469 +CONFIG_HID=y
34470 +# CONFIG_HID_DEBUG is not set
34471 +# CONFIG_HIDRAW is not set
34472 +CONFIG_USB_SUPPORT=y
34473 +# CONFIG_USB_ARCH_HAS_HCD is not set
34474 +# CONFIG_USB_ARCH_HAS_OHCI is not set
34475 +# CONFIG_USB_ARCH_HAS_EHCI is not set
34476 +
34477 +#
34478 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
34479 +#
34480 +# CONFIG_USB_GADGET is not set
34481 +# CONFIG_MMC is not set
34482 +# CONFIG_NEW_LEDS is not set
34483 +# CONFIG_EDAC is not set
34484 +# CONFIG_RTC_CLASS is not set
34485 +
34486 +#
34487 +# Userspace I/O
34488 +#
34489 +# CONFIG_UIO is not set
34490 +
34491 +#
34492 +# File systems
34493 +#
34494 +CONFIG_EXT2_FS=y
34495 +# CONFIG_EXT2_FS_XATTR is not set
34496 +# CONFIG_EXT2_FS_XIP is not set
34497 +CONFIG_EXT3_FS=y
34498 +CONFIG_EXT3_FS_XATTR=y
34499 +# CONFIG_EXT3_FS_POSIX_ACL is not set
34500 +# CONFIG_EXT3_FS_SECURITY is not set
34501 +# CONFIG_EXT4DEV_FS is not set
34502 +CONFIG_JBD=y
34503 +# CONFIG_JBD_DEBUG is not set
34504 +CONFIG_FS_MBCACHE=y
34505 +# CONFIG_REISERFS_FS is not set
34506 +# CONFIG_JFS_FS is not set
34507 +# CONFIG_FS_POSIX_ACL is not set
34508 +# CONFIG_XFS_FS is not set
34509 +# CONFIG_GFS2_FS is not set
34510 +# CONFIG_OCFS2_FS is not set
34511 +# CONFIG_MINIX_FS is not set
34512 +# CONFIG_ROMFS_FS is not set
34513 +CONFIG_INOTIFY=y
34514 +CONFIG_INOTIFY_USER=y
34515 +# CONFIG_QUOTA is not set
34516 +CONFIG_DNOTIFY=y
34517 +# CONFIG_AUTOFS_FS is not set
34518 +# CONFIG_AUTOFS4_FS is not set
34519 +# CONFIG_FUSE_FS is not set
34520 +
34521 +#
34522 +# CD-ROM/DVD Filesystems
34523 +#
34524 +# CONFIG_ISO9660_FS is not set
34525 +# CONFIG_UDF_FS is not set
34526 +
34527 +#
34528 +# DOS/FAT/NT Filesystems
34529 +#
34530 +# CONFIG_MSDOS_FS is not set
34531 +# CONFIG_VFAT_FS is not set
34532 +# CONFIG_NTFS_FS is not set
34533 +
34534 +#
34535 +# Pseudo filesystems
34536 +#
34537 +CONFIG_PROC_FS=y
34538 +CONFIG_PROC_KCORE=y
34539 +CONFIG_PROC_SYSCTL=y
34540 +CONFIG_SYSFS=y
34541 +CONFIG_TMPFS=y
34542 +# CONFIG_TMPFS_POSIX_ACL is not set
34543 +# CONFIG_HUGETLB_PAGE is not set
34544 +# CONFIG_CONFIGFS_FS is not set
34545 +
34546 +#
34547 +# Miscellaneous filesystems
34548 +#
34549 +# CONFIG_ADFS_FS is not set
34550 +# CONFIG_AFFS_FS is not set
34551 +# CONFIG_HFS_FS is not set
34552 +# CONFIG_HFSPLUS_FS is not set
34553 +# CONFIG_BEFS_FS is not set
34554 +# CONFIG_BFS_FS is not set
34555 +# CONFIG_EFS_FS is not set
34556 +# CONFIG_JFFS2_FS is not set
34557 +# CONFIG_CRAMFS is not set
34558 +# CONFIG_VXFS_FS is not set
34559 +# CONFIG_HPFS_FS is not set
34560 +# CONFIG_QNX4FS_FS is not set
34561 +# CONFIG_SYSV_FS is not set
34562 +# CONFIG_UFS_FS is not set
34563 +CONFIG_NETWORK_FILESYSTEMS=y
34564 +CONFIG_NFS_FS=y
34565 +# CONFIG_NFS_V3 is not set
34566 +# CONFIG_NFS_V4 is not set
34567 +# CONFIG_NFS_DIRECTIO is not set
34568 +# CONFIG_NFSD is not set
34569 +CONFIG_ROOT_NFS=y
34570 +CONFIG_LOCKD=y
34571 +CONFIG_NFS_COMMON=y
34572 +CONFIG_SUNRPC=y
34573 +# CONFIG_SUNRPC_BIND34 is not set
34574 +# CONFIG_RPCSEC_GSS_KRB5 is not set
34575 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
34576 +# CONFIG_SMB_FS is not set
34577 +# CONFIG_CIFS is not set
34578 +# CONFIG_NCP_FS is not set
34579 +# CONFIG_CODA_FS is not set
34580 +# CONFIG_AFS_FS is not set
34581 +
34582 +#
34583 +# Partition Types
34584 +#
34585 +CONFIG_PARTITION_ADVANCED=y
34586 +# CONFIG_ACORN_PARTITION is not set
34587 +# CONFIG_OSF_PARTITION is not set
34588 +# CONFIG_AMIGA_PARTITION is not set
34589 +# CONFIG_ATARI_PARTITION is not set
34590 +# CONFIG_MAC_PARTITION is not set
34591 +# CONFIG_MSDOS_PARTITION is not set
34592 +# CONFIG_LDM_PARTITION is not set
34593 +# CONFIG_SGI_PARTITION is not set
34594 +# CONFIG_ULTRIX_PARTITION is not set
34595 +# CONFIG_SUN_PARTITION is not set
34596 +# CONFIG_KARMA_PARTITION is not set
34597 +# CONFIG_EFI_PARTITION is not set
34598 +# CONFIG_SYSV68_PARTITION is not set
34599 +# CONFIG_NLS is not set
34600 +# CONFIG_DLM is not set
34601 +
34602 +#
34603 +# Library routines
34604 +#
34605 +CONFIG_BITREVERSE=y
34606 +# CONFIG_CRC_CCITT is not set
34607 +# CONFIG_CRC16 is not set
34608 +# CONFIG_CRC_ITU_T is not set
34609 +CONFIG_CRC32=y
34610 +# CONFIG_CRC7 is not set
34611 +# CONFIG_LIBCRC32C is not set
34612 +CONFIG_PLIST=y
34613 +CONFIG_HAS_IOMEM=y
34614 +CONFIG_HAS_IOPORT=y
34615 +CONFIG_HAS_DMA=y
34616 +
34617 +#
34618 +# Kernel hacking
34619 +#
34620 +# CONFIG_PRINTK_TIME is not set
34621 +CONFIG_ENABLE_WARN_DEPRECATED=y
34622 +CONFIG_ENABLE_MUST_CHECK=y
34623 +# CONFIG_MAGIC_SYSRQ is not set
34624 +# CONFIG_UNUSED_SYMBOLS is not set
34625 +CONFIG_DEBUG_FS=y
34626 +# CONFIG_HEADERS_CHECK is not set
34627 +CONFIG_DEBUG_KERNEL=y
34628 +# CONFIG_DEBUG_SHIRQ is not set
34629 +CONFIG_DETECT_SOFTLOCKUP=y
34630 +CONFIG_SCHED_DEBUG=y
34631 +# CONFIG_SCHEDSTATS is not set
34632 +# CONFIG_TIMER_STATS is not set
34633 +# CONFIG_SLUB_DEBUG_ON is not set
34634 +# CONFIG_DEBUG_RT_MUTEXES is not set
34635 +# CONFIG_RT_MUTEX_TESTER is not set
34636 +# CONFIG_DEBUG_SPINLOCK is not set
34637 +CONFIG_DEBUG_MUTEXES=y
34638 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
34639 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
34640 +# CONFIG_DEBUG_KOBJECT is not set
34641 +# CONFIG_DEBUG_HIGHMEM is not set
34642 +# CONFIG_DEBUG_BUGVERBOSE is not set
34643 +# CONFIG_DEBUG_INFO is not set
34644 +# CONFIG_DEBUG_VM is not set
34645 +# CONFIG_DEBUG_LIST is not set
34646 +# CONFIG_DEBUG_SG is not set
34647 +CONFIG_FORCED_INLINING=y
34648 +# CONFIG_BOOT_PRINTK_DELAY is not set
34649 +# CONFIG_BACKTRACE_SELF_TEST is not set
34650 +# CONFIG_FAULT_INJECTION is not set
34651 +# CONFIG_SAMPLES is not set
34652 +# CONFIG_DEBUG_STACKOVERFLOW is not set
34653 +# CONFIG_DEBUG_STACK_USAGE is not set
34654 +# CONFIG_DEBUG_PAGEALLOC is not set
34655 +# CONFIG_DEBUGGER is not set
34656 +# CONFIG_KGDB_CONSOLE is not set
34657 +# CONFIG_VIRQ_DEBUG is not set
34658 +# CONFIG_BDI_SWITCH is not set
34659 +# CONFIG_PPC_EARLY_DEBUG is not set
34660 +
34661 +#
34662 +# Security options
34663 +#
34664 +# CONFIG_KEYS is not set
34665 +# CONFIG_SECURITY is not set
34666 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
34667 +CONFIG_CRYPTO=y
34668 +# CONFIG_CRYPTO_SEQIV is not set
34669 +# CONFIG_CRYPTO_MANAGER is not set
34670 +# CONFIG_CRYPTO_HMAC is not set
34671 +# CONFIG_CRYPTO_XCBC is not set
34672 +# CONFIG_CRYPTO_NULL is not set
34673 +# CONFIG_CRYPTO_MD4 is not set
34674 +# CONFIG_CRYPTO_MD5 is not set
34675 +# CONFIG_CRYPTO_SHA1 is not set
34676 +# CONFIG_CRYPTO_SHA256 is not set
34677 +# CONFIG_CRYPTO_SHA512 is not set
34678 +# CONFIG_CRYPTO_WP512 is not set
34679 +# CONFIG_CRYPTO_TGR192 is not set
34680 +# CONFIG_CRYPTO_GF128MUL is not set
34681 +# CONFIG_CRYPTO_ECB is not set
34682 +# CONFIG_CRYPTO_CBC is not set
34683 +# CONFIG_CRYPTO_PCBC is not set
34684 +# CONFIG_CRYPTO_LRW is not set
34685 +# CONFIG_CRYPTO_XTS is not set
34686 +# CONFIG_CRYPTO_CTR is not set
34687 +# CONFIG_CRYPTO_GCM is not set
34688 +# CONFIG_CRYPTO_CCM is not set
34689 +# CONFIG_CRYPTO_CRYPTD is not set
34690 +# CONFIG_CRYPTO_DES is not set
34691 +# CONFIG_CRYPTO_FCRYPT is not set
34692 +# CONFIG_CRYPTO_BLOWFISH is not set
34693 +# CONFIG_CRYPTO_TWOFISH is not set
34694 +# CONFIG_CRYPTO_SERPENT is not set
34695 +# CONFIG_CRYPTO_AES is not set
34696 +# CONFIG_CRYPTO_CAST5 is not set
34697 +# CONFIG_CRYPTO_CAST6 is not set
34698 +# CONFIG_CRYPTO_TEA is not set
34699 +# CONFIG_CRYPTO_ARC4 is not set
34700 +# CONFIG_CRYPTO_KHAZAD is not set
34701 +# CONFIG_CRYPTO_ANUBIS is not set
34702 +# CONFIG_CRYPTO_SEED is not set
34703 +# CONFIG_CRYPTO_SALSA20 is not set
34704 +# CONFIG_CRYPTO_DEFLATE is not set
34705 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
34706 +# CONFIG_CRYPTO_CRC32C is not set
34707 +# CONFIG_CRYPTO_CAMELLIA is not set
34708 +# CONFIG_CRYPTO_AUTHENC is not set
34709 +# CONFIG_CRYPTO_LZO is not set
34710 +CONFIG_CRYPTO_HW=y
34711 +# CONFIG_PPC_CLOCK is not set
34712 +CONFIG_PPC_LIB_RHEAP=y
34713 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8540_ads_defconfig powerpc.git/arch/powerpc/configs/85xx/mpc8540_ads_defconfig
34714 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8540_ads_defconfig    1970-01-01 01:00:00.000000000 +0100
34715 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8540_ads_defconfig 2008-04-19 16:40:52.000000000 +0200
34716 @@ -0,0 +1,796 @@
34717 +#
34718 +# Automatically generated make config: don't edit
34719 +# Linux kernel version: 2.6.25-rc6
34720 +# Mon Mar 24 08:48:25 2008
34721 +#
34722 +# CONFIG_PPC64 is not set
34723 +
34724 +#
34725 +# Processor support
34726 +#
34727 +# CONFIG_6xx is not set
34728 +CONFIG_PPC_85xx=y
34729 +# CONFIG_PPC_8xx is not set
34730 +# CONFIG_40x is not set
34731 +# CONFIG_44x is not set
34732 +# CONFIG_E200 is not set
34733 +CONFIG_E500=y
34734 +CONFIG_BOOKE=y
34735 +CONFIG_FSL_BOOKE=y
34736 +CONFIG_FSL_EMB_PERFMON=y
34737 +# CONFIG_PHYS_64BIT is not set
34738 +CONFIG_SPE=y
34739 +# CONFIG_PPC_MM_SLICES is not set
34740 +CONFIG_PPC32=y
34741 +CONFIG_WORD_SIZE=32
34742 +CONFIG_PPC_MERGE=y
34743 +CONFIG_MMU=y
34744 +CONFIG_GENERIC_CMOS_UPDATE=y
34745 +CONFIG_GENERIC_TIME=y
34746 +CONFIG_GENERIC_TIME_VSYSCALL=y
34747 +CONFIG_GENERIC_CLOCKEVENTS=y
34748 +CONFIG_GENERIC_HARDIRQS=y
34749 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
34750 +CONFIG_IRQ_PER_CPU=y
34751 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
34752 +CONFIG_ARCH_HAS_ILOG2_U32=y
34753 +CONFIG_GENERIC_HWEIGHT=y
34754 +CONFIG_GENERIC_CALIBRATE_DELAY=y
34755 +CONFIG_GENERIC_FIND_NEXT_BIT=y
34756 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
34757 +CONFIG_PPC=y
34758 +CONFIG_EARLY_PRINTK=y
34759 +CONFIG_GENERIC_NVRAM=y
34760 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
34761 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
34762 +CONFIG_PPC_OF=y
34763 +CONFIG_OF=y
34764 +CONFIG_PPC_UDBG_16550=y
34765 +# CONFIG_GENERIC_TBSYNC is not set
34766 +CONFIG_AUDIT_ARCH=y
34767 +CONFIG_GENERIC_BUG=y
34768 +CONFIG_DEFAULT_UIMAGE=y
34769 +# CONFIG_PPC_DCR_NATIVE is not set
34770 +# CONFIG_PPC_DCR_MMIO is not set
34771 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
34772 +
34773 +#
34774 +# General setup
34775 +#
34776 +CONFIG_EXPERIMENTAL=y
34777 +CONFIG_BROKEN_ON_SMP=y
34778 +CONFIG_INIT_ENV_ARG_LIMIT=32
34779 +CONFIG_LOCALVERSION=""
34780 +CONFIG_LOCALVERSION_AUTO=y
34781 +CONFIG_SWAP=y
34782 +CONFIG_SYSVIPC=y
34783 +CONFIG_SYSVIPC_SYSCTL=y
34784 +# CONFIG_POSIX_MQUEUE is not set
34785 +# CONFIG_BSD_PROCESS_ACCT is not set
34786 +# CONFIG_TASKSTATS is not set
34787 +# CONFIG_AUDIT is not set
34788 +# CONFIG_IKCONFIG is not set
34789 +CONFIG_LOG_BUF_SHIFT=14
34790 +# CONFIG_CGROUPS is not set
34791 +CONFIG_GROUP_SCHED=y
34792 +# CONFIG_FAIR_GROUP_SCHED is not set
34793 +# CONFIG_RT_GROUP_SCHED is not set
34794 +CONFIG_USER_SCHED=y
34795 +# CONFIG_CGROUP_SCHED is not set
34796 +CONFIG_SYSFS_DEPRECATED=y
34797 +CONFIG_SYSFS_DEPRECATED_V2=y
34798 +# CONFIG_RELAY is not set
34799 +# CONFIG_NAMESPACES is not set
34800 +CONFIG_BLK_DEV_INITRD=y
34801 +CONFIG_INITRAMFS_SOURCE=""
34802 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
34803 +CONFIG_SYSCTL=y
34804 +CONFIG_EMBEDDED=y
34805 +CONFIG_SYSCTL_SYSCALL=y
34806 +CONFIG_KALLSYMS=y
34807 +# CONFIG_KALLSYMS_ALL is not set
34808 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
34809 +CONFIG_HOTPLUG=y
34810 +CONFIG_PRINTK=y
34811 +CONFIG_BUG=y
34812 +CONFIG_ELF_CORE=y
34813 +CONFIG_COMPAT_BRK=y
34814 +CONFIG_BASE_FULL=y
34815 +CONFIG_FUTEX=y
34816 +CONFIG_ANON_INODES=y
34817 +CONFIG_EPOLL=y
34818 +CONFIG_SIGNALFD=y
34819 +CONFIG_TIMERFD=y
34820 +CONFIG_EVENTFD=y
34821 +CONFIG_SHMEM=y
34822 +CONFIG_VM_EVENT_COUNTERS=y
34823 +CONFIG_SLUB_DEBUG=y
34824 +# CONFIG_SLAB is not set
34825 +CONFIG_SLUB=y
34826 +# CONFIG_SLOB is not set
34827 +# CONFIG_PROFILING is not set
34828 +# CONFIG_MARKERS is not set
34829 +CONFIG_HAVE_OPROFILE=y
34830 +CONFIG_HAVE_KPROBES=y
34831 +CONFIG_HAVE_KRETPROBES=y
34832 +CONFIG_PROC_PAGE_MONITOR=y
34833 +CONFIG_SLABINFO=y
34834 +CONFIG_RT_MUTEXES=y
34835 +# CONFIG_TINY_SHMEM is not set
34836 +CONFIG_BASE_SMALL=0
34837 +# CONFIG_MODULES is not set
34838 +CONFIG_BLOCK=y
34839 +# CONFIG_LBD is not set
34840 +# CONFIG_BLK_DEV_IO_TRACE is not set
34841 +# CONFIG_LSF is not set
34842 +# CONFIG_BLK_DEV_BSG is not set
34843 +
34844 +#
34845 +# IO Schedulers
34846 +#
34847 +CONFIG_IOSCHED_NOOP=y
34848 +CONFIG_IOSCHED_AS=y
34849 +CONFIG_IOSCHED_DEADLINE=y
34850 +CONFIG_IOSCHED_CFQ=y
34851 +CONFIG_DEFAULT_AS=y
34852 +# CONFIG_DEFAULT_DEADLINE is not set
34853 +# CONFIG_DEFAULT_CFQ is not set
34854 +# CONFIG_DEFAULT_NOOP is not set
34855 +CONFIG_DEFAULT_IOSCHED="anticipatory"
34856 +CONFIG_CLASSIC_RCU=y
34857 +
34858 +#
34859 +# Platform support
34860 +#
34861 +# CONFIG_PPC_MPC512x is not set
34862 +# CONFIG_PPC_MPC5121 is not set
34863 +# CONFIG_PPC_CELL is not set
34864 +# CONFIG_PPC_CELL_NATIVE is not set
34865 +# CONFIG_PQ2ADS is not set
34866 +CONFIG_MPC85xx=y
34867 +CONFIG_MPC8540_ADS=y
34868 +# CONFIG_MPC8560_ADS is not set
34869 +# CONFIG_MPC85xx_CDS is not set
34870 +# CONFIG_MPC85xx_MDS is not set
34871 +# CONFIG_MPC85xx_DS is not set
34872 +# CONFIG_STX_GP3 is not set
34873 +# CONFIG_TQM8540 is not set
34874 +# CONFIG_TQM8541 is not set
34875 +# CONFIG_TQM8555 is not set
34876 +# CONFIG_TQM8560 is not set
34877 +# CONFIG_SBC8548 is not set
34878 +# CONFIG_SBC8560 is not set
34879 +# CONFIG_IPIC is not set
34880 +CONFIG_MPIC=y
34881 +# CONFIG_MPIC_WEIRD is not set
34882 +# CONFIG_PPC_I8259 is not set
34883 +# CONFIG_PPC_RTAS is not set
34884 +# CONFIG_MMIO_NVRAM is not set
34885 +# CONFIG_PPC_MPC106 is not set
34886 +# CONFIG_PPC_970_NAP is not set
34887 +# CONFIG_PPC_INDIRECT_IO is not set
34888 +# CONFIG_GENERIC_IOMAP is not set
34889 +# CONFIG_CPU_FREQ is not set
34890 +# CONFIG_CPM2 is not set
34891 +# CONFIG_FSL_ULI1575 is not set
34892 +
34893 +#
34894 +# Kernel options
34895 +#
34896 +# CONFIG_HIGHMEM is not set
34897 +CONFIG_TICK_ONESHOT=y
34898 +CONFIG_NO_HZ=y
34899 +CONFIG_HIGH_RES_TIMERS=y
34900 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
34901 +# CONFIG_HZ_100 is not set
34902 +CONFIG_HZ_250=y
34903 +# CONFIG_HZ_300 is not set
34904 +# CONFIG_HZ_1000 is not set
34905 +CONFIG_HZ=250
34906 +# CONFIG_SCHED_HRTICK is not set
34907 +CONFIG_PREEMPT_NONE=y
34908 +# CONFIG_PREEMPT_VOLUNTARY is not set
34909 +# CONFIG_PREEMPT is not set
34910 +CONFIG_BINFMT_ELF=y
34911 +CONFIG_BINFMT_MISC=y
34912 +CONFIG_MATH_EMULATION=y
34913 +# CONFIG_IOMMU_HELPER is not set
34914 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
34915 +CONFIG_ARCH_HAS_WALK_MEMORY=y
34916 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
34917 +CONFIG_ARCH_FLATMEM_ENABLE=y
34918 +CONFIG_ARCH_POPULATES_NODE_MAP=y
34919 +CONFIG_SELECT_MEMORY_MODEL=y
34920 +CONFIG_FLATMEM_MANUAL=y
34921 +# CONFIG_DISCONTIGMEM_MANUAL is not set
34922 +# CONFIG_SPARSEMEM_MANUAL is not set
34923 +CONFIG_FLATMEM=y
34924 +CONFIG_FLAT_NODE_MEM_MAP=y
34925 +# CONFIG_SPARSEMEM_STATIC is not set
34926 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
34927 +CONFIG_SPLIT_PTLOCK_CPUS=4
34928 +# CONFIG_RESOURCES_64BIT is not set
34929 +CONFIG_ZONE_DMA_FLAG=1
34930 +CONFIG_BOUNCE=y
34931 +CONFIG_VIRT_TO_BUS=y
34932 +CONFIG_PROC_DEVICETREE=y
34933 +# CONFIG_CMDLINE_BOOL is not set
34934 +# CONFIG_PM is not set
34935 +# CONFIG_SECCOMP is not set
34936 +CONFIG_ISA_DMA_API=y
34937 +
34938 +#
34939 +# Bus options
34940 +#
34941 +CONFIG_ZONE_DMA=y
34942 +CONFIG_FSL_SOC=y
34943 +# CONFIG_PCI is not set
34944 +# CONFIG_PCI_DOMAINS is not set
34945 +# CONFIG_PCI_SYSCALL is not set
34946 +# CONFIG_ARCH_SUPPORTS_MSI is not set
34947 +# CONFIG_PCCARD is not set
34948 +
34949 +#
34950 +# Advanced setup
34951 +#
34952 +# CONFIG_ADVANCED_OPTIONS is not set
34953 +
34954 +#
34955 +# Default settings for advanced configuration options are used
34956 +#
34957 +CONFIG_HIGHMEM_START=0xfe000000
34958 +CONFIG_LOWMEM_SIZE=0x30000000
34959 +CONFIG_KERNEL_START=0xc0000000
34960 +CONFIG_TASK_SIZE=0xc0000000
34961 +CONFIG_BOOT_LOAD=0x00800000
34962 +
34963 +#
34964 +# Networking
34965 +#
34966 +CONFIG_NET=y
34967 +
34968 +#
34969 +# Networking options
34970 +#
34971 +CONFIG_PACKET=y
34972 +# CONFIG_PACKET_MMAP is not set
34973 +CONFIG_UNIX=y
34974 +CONFIG_XFRM=y
34975 +CONFIG_XFRM_USER=y
34976 +# CONFIG_XFRM_SUB_POLICY is not set
34977 +# CONFIG_XFRM_MIGRATE is not set
34978 +# CONFIG_XFRM_STATISTICS is not set
34979 +# CONFIG_NET_KEY is not set
34980 +CONFIG_INET=y
34981 +CONFIG_IP_MULTICAST=y
34982 +# CONFIG_IP_ADVANCED_ROUTER is not set
34983 +CONFIG_IP_FIB_HASH=y
34984 +CONFIG_IP_PNP=y
34985 +CONFIG_IP_PNP_DHCP=y
34986 +CONFIG_IP_PNP_BOOTP=y
34987 +# CONFIG_IP_PNP_RARP is not set
34988 +# CONFIG_NET_IPIP is not set
34989 +# CONFIG_NET_IPGRE is not set
34990 +# CONFIG_IP_MROUTE is not set
34991 +# CONFIG_ARPD is not set
34992 +CONFIG_SYN_COOKIES=y
34993 +# CONFIG_INET_AH is not set
34994 +# CONFIG_INET_ESP is not set
34995 +# CONFIG_INET_IPCOMP is not set
34996 +# CONFIG_INET_XFRM_TUNNEL is not set
34997 +# CONFIG_INET_TUNNEL is not set
34998 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
34999 +CONFIG_INET_XFRM_MODE_TUNNEL=y
35000 +CONFIG_INET_XFRM_MODE_BEET=y
35001 +# CONFIG_INET_LRO is not set
35002 +CONFIG_INET_DIAG=y
35003 +CONFIG_INET_TCP_DIAG=y
35004 +# CONFIG_TCP_CONG_ADVANCED is not set
35005 +CONFIG_TCP_CONG_CUBIC=y
35006 +CONFIG_DEFAULT_TCP_CONG="cubic"
35007 +# CONFIG_TCP_MD5SIG is not set
35008 +# CONFIG_IPV6 is not set
35009 +# CONFIG_INET6_XFRM_TUNNEL is not set
35010 +# CONFIG_INET6_TUNNEL is not set
35011 +# CONFIG_NETWORK_SECMARK is not set
35012 +# CONFIG_NETFILTER is not set
35013 +# CONFIG_IP_DCCP is not set
35014 +# CONFIG_IP_SCTP is not set
35015 +# CONFIG_TIPC is not set
35016 +# CONFIG_ATM is not set
35017 +# CONFIG_BRIDGE is not set
35018 +# CONFIG_VLAN_8021Q is not set
35019 +# CONFIG_DECNET is not set
35020 +# CONFIG_LLC2 is not set
35021 +# CONFIG_IPX is not set
35022 +# CONFIG_ATALK is not set
35023 +# CONFIG_X25 is not set
35024 +# CONFIG_LAPB is not set
35025 +# CONFIG_ECONET is not set
35026 +# CONFIG_WAN_ROUTER is not set
35027 +# CONFIG_NET_SCHED is not set
35028 +
35029 +#
35030 +# Network testing
35031 +#
35032 +# CONFIG_NET_PKTGEN is not set
35033 +# CONFIG_HAMRADIO is not set
35034 +# CONFIG_CAN is not set
35035 +# CONFIG_IRDA is not set
35036 +# CONFIG_BT is not set
35037 +# CONFIG_AF_RXRPC is not set
35038 +
35039 +#
35040 +# Wireless
35041 +#
35042 +# CONFIG_CFG80211 is not set
35043 +# CONFIG_WIRELESS_EXT is not set
35044 +# CONFIG_MAC80211 is not set
35045 +# CONFIG_IEEE80211 is not set
35046 +# CONFIG_RFKILL is not set
35047 +# CONFIG_NET_9P is not set
35048 +
35049 +#
35050 +# Device Drivers
35051 +#
35052 +
35053 +#
35054 +# Generic Driver Options
35055 +#
35056 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
35057 +CONFIG_STANDALONE=y
35058 +CONFIG_PREVENT_FIRMWARE_BUILD=y
35059 +# CONFIG_FW_LOADER is not set
35060 +# CONFIG_DEBUG_DRIVER is not set
35061 +# CONFIG_DEBUG_DEVRES is not set
35062 +# CONFIG_SYS_HYPERVISOR is not set
35063 +# CONFIG_CONNECTOR is not set
35064 +# CONFIG_MTD is not set
35065 +CONFIG_OF_DEVICE=y
35066 +# CONFIG_PARPORT is not set
35067 +CONFIG_BLK_DEV=y
35068 +# CONFIG_BLK_DEV_FD is not set
35069 +# CONFIG_BLK_DEV_COW_COMMON is not set
35070 +CONFIG_BLK_DEV_LOOP=y
35071 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
35072 +# CONFIG_BLK_DEV_NBD is not set
35073 +CONFIG_BLK_DEV_RAM=y
35074 +CONFIG_BLK_DEV_RAM_COUNT=16
35075 +CONFIG_BLK_DEV_RAM_SIZE=32768
35076 +# CONFIG_BLK_DEV_XIP is not set
35077 +# CONFIG_CDROM_PKTCDVD is not set
35078 +# CONFIG_ATA_OVER_ETH is not set
35079 +CONFIG_MISC_DEVICES=y
35080 +# CONFIG_EEPROM_93CX6 is not set
35081 +# CONFIG_ENCLOSURE_SERVICES is not set
35082 +CONFIG_HAVE_IDE=y
35083 +# CONFIG_IDE is not set
35084 +
35085 +#
35086 +# SCSI device support
35087 +#
35088 +# CONFIG_RAID_ATTRS is not set
35089 +# CONFIG_SCSI is not set
35090 +# CONFIG_SCSI_DMA is not set
35091 +# CONFIG_SCSI_NETLINK is not set
35092 +# CONFIG_ATA is not set
35093 +# CONFIG_MD is not set
35094 +# CONFIG_MACINTOSH_DRIVERS is not set
35095 +CONFIG_NETDEVICES=y
35096 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
35097 +# CONFIG_DUMMY is not set
35098 +# CONFIG_BONDING is not set
35099 +# CONFIG_MACVLAN is not set
35100 +# CONFIG_EQUALIZER is not set
35101 +# CONFIG_TUN is not set
35102 +# CONFIG_VETH is not set
35103 +CONFIG_PHYLIB=y
35104 +
35105 +#
35106 +# MII PHY device drivers
35107 +#
35108 +# CONFIG_MARVELL_PHY is not set
35109 +# CONFIG_DAVICOM_PHY is not set
35110 +# CONFIG_QSEMI_PHY is not set
35111 +# CONFIG_LXT_PHY is not set
35112 +# CONFIG_CICADA_PHY is not set
35113 +# CONFIG_VITESSE_PHY is not set
35114 +# CONFIG_SMSC_PHY is not set
35115 +# CONFIG_BROADCOM_PHY is not set
35116 +# CONFIG_ICPLUS_PHY is not set
35117 +# CONFIG_REALTEK_PHY is not set
35118 +# CONFIG_FIXED_PHY is not set
35119 +# CONFIG_MDIO_BITBANG is not set
35120 +CONFIG_NET_ETHERNET=y
35121 +CONFIG_MII=y
35122 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
35123 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
35124 +# CONFIG_IBM_NEW_EMAC_TAH is not set
35125 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
35126 +# CONFIG_B44 is not set
35127 +CONFIG_NETDEV_1000=y
35128 +# CONFIG_E1000E_ENABLED is not set
35129 +CONFIG_GIANFAR=y
35130 +CONFIG_GFAR_NAPI=y
35131 +CONFIG_NETDEV_10000=y
35132 +
35133 +#
35134 +# Wireless LAN
35135 +#
35136 +# CONFIG_WLAN_PRE80211 is not set
35137 +# CONFIG_WLAN_80211 is not set
35138 +# CONFIG_WAN is not set
35139 +# CONFIG_PPP is not set
35140 +# CONFIG_SLIP is not set
35141 +# CONFIG_NETCONSOLE is not set
35142 +# CONFIG_NETPOLL is not set
35143 +# CONFIG_NET_POLL_CONTROLLER is not set
35144 +# CONFIG_ISDN is not set
35145 +# CONFIG_PHONE is not set
35146 +
35147 +#
35148 +# Input device support
35149 +#
35150 +CONFIG_INPUT=y
35151 +# CONFIG_INPUT_FF_MEMLESS is not set
35152 +# CONFIG_INPUT_POLLDEV is not set
35153 +
35154 +#
35155 +# Userland interfaces
35156 +#
35157 +# CONFIG_INPUT_MOUSEDEV is not set
35158 +# CONFIG_INPUT_JOYDEV is not set
35159 +# CONFIG_INPUT_EVDEV is not set
35160 +# CONFIG_INPUT_EVBUG is not set
35161 +
35162 +#
35163 +# Input Device Drivers
35164 +#
35165 +# CONFIG_INPUT_KEYBOARD is not set
35166 +# CONFIG_INPUT_MOUSE is not set
35167 +# CONFIG_INPUT_JOYSTICK is not set
35168 +# CONFIG_INPUT_TABLET is not set
35169 +# CONFIG_INPUT_TOUCHSCREEN is not set
35170 +# CONFIG_INPUT_MISC is not set
35171 +
35172 +#
35173 +# Hardware I/O ports
35174 +#
35175 +# CONFIG_SERIO is not set
35176 +# CONFIG_GAMEPORT is not set
35177 +
35178 +#
35179 +# Character devices
35180 +#
35181 +# CONFIG_VT is not set
35182 +# CONFIG_SERIAL_NONSTANDARD is not set
35183 +
35184 +#
35185 +# Serial drivers
35186 +#
35187 +CONFIG_SERIAL_8250=y
35188 +CONFIG_SERIAL_8250_CONSOLE=y
35189 +CONFIG_SERIAL_8250_NR_UARTS=4
35190 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
35191 +# CONFIG_SERIAL_8250_EXTENDED is not set
35192 +CONFIG_SERIAL_8250_SHARE_IRQ=y
35193 +
35194 +#
35195 +# Non-8250 serial port support
35196 +#
35197 +# CONFIG_SERIAL_UARTLITE is not set
35198 +CONFIG_SERIAL_CORE=y
35199 +CONFIG_SERIAL_CORE_CONSOLE=y
35200 +# CONFIG_SERIAL_OF_PLATFORM is not set
35201 +CONFIG_UNIX98_PTYS=y
35202 +CONFIG_LEGACY_PTYS=y
35203 +CONFIG_LEGACY_PTY_COUNT=256
35204 +# CONFIG_IPMI_HANDLER is not set
35205 +# CONFIG_HW_RANDOM is not set
35206 +# CONFIG_NVRAM is not set
35207 +CONFIG_GEN_RTC=y
35208 +# CONFIG_GEN_RTC_X is not set
35209 +# CONFIG_R3964 is not set
35210 +# CONFIG_RAW_DRIVER is not set
35211 +# CONFIG_TCG_TPM is not set
35212 +# CONFIG_I2C is not set
35213 +
35214 +#
35215 +# SPI support
35216 +#
35217 +# CONFIG_SPI is not set
35218 +# CONFIG_SPI_MASTER is not set
35219 +# CONFIG_W1 is not set
35220 +# CONFIG_POWER_SUPPLY is not set
35221 +CONFIG_HWMON=y
35222 +# CONFIG_HWMON_VID is not set
35223 +# CONFIG_SENSORS_F71805F is not set
35224 +# CONFIG_SENSORS_F71882FG is not set
35225 +# CONFIG_SENSORS_IT87 is not set
35226 +# CONFIG_SENSORS_PC87360 is not set
35227 +# CONFIG_SENSORS_PC87427 is not set
35228 +# CONFIG_SENSORS_SMSC47M1 is not set
35229 +# CONFIG_SENSORS_SMSC47B397 is not set
35230 +# CONFIG_SENSORS_VT1211 is not set
35231 +# CONFIG_SENSORS_W83627HF is not set
35232 +# CONFIG_SENSORS_W83627EHF is not set
35233 +# CONFIG_HWMON_DEBUG_CHIP is not set
35234 +# CONFIG_THERMAL is not set
35235 +# CONFIG_WATCHDOG is not set
35236 +
35237 +#
35238 +# Sonics Silicon Backplane
35239 +#
35240 +CONFIG_SSB_POSSIBLE=y
35241 +# CONFIG_SSB is not set
35242 +
35243 +#
35244 +# Multifunction device drivers
35245 +#
35246 +# CONFIG_MFD_SM501 is not set
35247 +
35248 +#
35249 +# Multimedia devices
35250 +#
35251 +# CONFIG_VIDEO_DEV is not set
35252 +# CONFIG_DVB_CORE is not set
35253 +CONFIG_DAB=y
35254 +
35255 +#
35256 +# Graphics support
35257 +#
35258 +# CONFIG_VGASTATE is not set
35259 +CONFIG_VIDEO_OUTPUT_CONTROL=y
35260 +# CONFIG_FB is not set
35261 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
35262 +
35263 +#
35264 +# Display device support
35265 +#
35266 +# CONFIG_DISPLAY_SUPPORT is not set
35267 +
35268 +#
35269 +# Sound
35270 +#
35271 +# CONFIG_SOUND is not set
35272 +CONFIG_HID_SUPPORT=y
35273 +CONFIG_HID=y
35274 +# CONFIG_HID_DEBUG is not set
35275 +# CONFIG_HIDRAW is not set
35276 +CONFIG_USB_SUPPORT=y
35277 +# CONFIG_USB_ARCH_HAS_HCD is not set
35278 +# CONFIG_USB_ARCH_HAS_OHCI is not set
35279 +# CONFIG_USB_ARCH_HAS_EHCI is not set
35280 +
35281 +#
35282 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
35283 +#
35284 +# CONFIG_USB_GADGET is not set
35285 +# CONFIG_MMC is not set
35286 +# CONFIG_MEMSTICK is not set
35287 +# CONFIG_NEW_LEDS is not set
35288 +# CONFIG_EDAC is not set
35289 +# CONFIG_RTC_CLASS is not set
35290 +# CONFIG_DMADEVICES is not set
35291 +
35292 +#
35293 +# Userspace I/O
35294 +#
35295 +# CONFIG_UIO is not set
35296 +
35297 +#
35298 +# File systems
35299 +#
35300 +CONFIG_EXT2_FS=y
35301 +# CONFIG_EXT2_FS_XATTR is not set
35302 +# CONFIG_EXT2_FS_XIP is not set
35303 +CONFIG_EXT3_FS=y
35304 +CONFIG_EXT3_FS_XATTR=y
35305 +# CONFIG_EXT3_FS_POSIX_ACL is not set
35306 +# CONFIG_EXT3_FS_SECURITY is not set
35307 +# CONFIG_EXT4DEV_FS is not set
35308 +CONFIG_JBD=y
35309 +CONFIG_FS_MBCACHE=y
35310 +# CONFIG_REISERFS_FS is not set
35311 +# CONFIG_JFS_FS is not set
35312 +# CONFIG_FS_POSIX_ACL is not set
35313 +# CONFIG_XFS_FS is not set
35314 +# CONFIG_GFS2_FS is not set
35315 +# CONFIG_OCFS2_FS is not set
35316 +CONFIG_DNOTIFY=y
35317 +CONFIG_INOTIFY=y
35318 +CONFIG_INOTIFY_USER=y
35319 +# CONFIG_QUOTA is not set
35320 +# CONFIG_AUTOFS_FS is not set
35321 +# CONFIG_AUTOFS4_FS is not set
35322 +# CONFIG_FUSE_FS is not set
35323 +
35324 +#
35325 +# CD-ROM/DVD Filesystems
35326 +#
35327 +# CONFIG_ISO9660_FS is not set
35328 +# CONFIG_UDF_FS is not set
35329 +
35330 +#
35331 +# DOS/FAT/NT Filesystems
35332 +#
35333 +# CONFIG_MSDOS_FS is not set
35334 +# CONFIG_VFAT_FS is not set
35335 +# CONFIG_NTFS_FS is not set
35336 +
35337 +#
35338 +# Pseudo filesystems
35339 +#
35340 +CONFIG_PROC_FS=y
35341 +CONFIG_PROC_KCORE=y
35342 +CONFIG_PROC_SYSCTL=y
35343 +CONFIG_SYSFS=y
35344 +CONFIG_TMPFS=y
35345 +# CONFIG_TMPFS_POSIX_ACL is not set
35346 +# CONFIG_HUGETLB_PAGE is not set
35347 +# CONFIG_CONFIGFS_FS is not set
35348 +
35349 +#
35350 +# Miscellaneous filesystems
35351 +#
35352 +# CONFIG_ADFS_FS is not set
35353 +# CONFIG_AFFS_FS is not set
35354 +# CONFIG_HFS_FS is not set
35355 +# CONFIG_HFSPLUS_FS is not set
35356 +# CONFIG_BEFS_FS is not set
35357 +# CONFIG_BFS_FS is not set
35358 +# CONFIG_EFS_FS is not set
35359 +# CONFIG_CRAMFS is not set
35360 +# CONFIG_VXFS_FS is not set
35361 +# CONFIG_MINIX_FS is not set
35362 +# CONFIG_HPFS_FS is not set
35363 +# CONFIG_QNX4FS_FS is not set
35364 +# CONFIG_ROMFS_FS is not set
35365 +# CONFIG_SYSV_FS is not set
35366 +# CONFIG_UFS_FS is not set
35367 +CONFIG_NETWORK_FILESYSTEMS=y
35368 +CONFIG_NFS_FS=y
35369 +# CONFIG_NFS_V3 is not set
35370 +# CONFIG_NFS_V4 is not set
35371 +# CONFIG_NFS_DIRECTIO is not set
35372 +# CONFIG_NFSD is not set
35373 +CONFIG_ROOT_NFS=y
35374 +CONFIG_LOCKD=y
35375 +CONFIG_NFS_COMMON=y
35376 +CONFIG_SUNRPC=y
35377 +# CONFIG_SUNRPC_BIND34 is not set
35378 +# CONFIG_RPCSEC_GSS_KRB5 is not set
35379 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
35380 +# CONFIG_SMB_FS is not set
35381 +# CONFIG_CIFS is not set
35382 +# CONFIG_NCP_FS is not set
35383 +# CONFIG_CODA_FS is not set
35384 +# CONFIG_AFS_FS is not set
35385 +
35386 +#
35387 +# Partition Types
35388 +#
35389 +CONFIG_PARTITION_ADVANCED=y
35390 +# CONFIG_ACORN_PARTITION is not set
35391 +# CONFIG_OSF_PARTITION is not set
35392 +# CONFIG_AMIGA_PARTITION is not set
35393 +# CONFIG_ATARI_PARTITION is not set
35394 +# CONFIG_MAC_PARTITION is not set
35395 +# CONFIG_MSDOS_PARTITION is not set
35396 +# CONFIG_LDM_PARTITION is not set
35397 +# CONFIG_SGI_PARTITION is not set
35398 +# CONFIG_ULTRIX_PARTITION is not set
35399 +# CONFIG_SUN_PARTITION is not set
35400 +# CONFIG_KARMA_PARTITION is not set
35401 +# CONFIG_EFI_PARTITION is not set
35402 +# CONFIG_SYSV68_PARTITION is not set
35403 +# CONFIG_NLS is not set
35404 +# CONFIG_DLM is not set
35405 +
35406 +#
35407 +# Library routines
35408 +#
35409 +CONFIG_BITREVERSE=y
35410 +# CONFIG_CRC_CCITT is not set
35411 +# CONFIG_CRC16 is not set
35412 +# CONFIG_CRC_ITU_T is not set
35413 +CONFIG_CRC32=y
35414 +# CONFIG_CRC7 is not set
35415 +# CONFIG_LIBCRC32C is not set
35416 +CONFIG_PLIST=y
35417 +CONFIG_HAS_IOMEM=y
35418 +CONFIG_HAS_IOPORT=y
35419 +CONFIG_HAS_DMA=y
35420 +
35421 +#
35422 +# Kernel hacking
35423 +#
35424 +# CONFIG_PRINTK_TIME is not set
35425 +CONFIG_ENABLE_WARN_DEPRECATED=y
35426 +CONFIG_ENABLE_MUST_CHECK=y
35427 +# CONFIG_MAGIC_SYSRQ is not set
35428 +# CONFIG_UNUSED_SYMBOLS is not set
35429 +# CONFIG_DEBUG_FS is not set
35430 +# CONFIG_HEADERS_CHECK is not set
35431 +CONFIG_DEBUG_KERNEL=y
35432 +# CONFIG_DEBUG_SHIRQ is not set
35433 +CONFIG_DETECT_SOFTLOCKUP=y
35434 +CONFIG_SCHED_DEBUG=y
35435 +# CONFIG_SCHEDSTATS is not set
35436 +# CONFIG_TIMER_STATS is not set
35437 +# CONFIG_SLUB_DEBUG_ON is not set
35438 +# CONFIG_SLUB_STATS is not set
35439 +# CONFIG_DEBUG_RT_MUTEXES is not set
35440 +# CONFIG_RT_MUTEX_TESTER is not set
35441 +# CONFIG_DEBUG_SPINLOCK is not set
35442 +CONFIG_DEBUG_MUTEXES=y
35443 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
35444 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
35445 +# CONFIG_DEBUG_KOBJECT is not set
35446 +# CONFIG_DEBUG_BUGVERBOSE is not set
35447 +# CONFIG_DEBUG_INFO is not set
35448 +# CONFIG_DEBUG_VM is not set
35449 +# CONFIG_DEBUG_LIST is not set
35450 +# CONFIG_DEBUG_SG is not set
35451 +# CONFIG_BOOT_PRINTK_DELAY is not set
35452 +# CONFIG_BACKTRACE_SELF_TEST is not set
35453 +# CONFIG_FAULT_INJECTION is not set
35454 +# CONFIG_SAMPLES is not set
35455 +# CONFIG_DEBUG_STACKOVERFLOW is not set
35456 +# CONFIG_DEBUG_STACK_USAGE is not set
35457 +# CONFIG_DEBUG_PAGEALLOC is not set
35458 +# CONFIG_DEBUGGER is not set
35459 +# CONFIG_BDI_SWITCH is not set
35460 +# CONFIG_PPC_EARLY_DEBUG is not set
35461 +
35462 +#
35463 +# Security options
35464 +#
35465 +# CONFIG_KEYS is not set
35466 +# CONFIG_SECURITY is not set
35467 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
35468 +CONFIG_CRYPTO=y
35469 +# CONFIG_CRYPTO_SEQIV is not set
35470 +# CONFIG_CRYPTO_MANAGER is not set
35471 +# CONFIG_CRYPTO_HMAC is not set
35472 +# CONFIG_CRYPTO_XCBC is not set
35473 +# CONFIG_CRYPTO_NULL is not set
35474 +# CONFIG_CRYPTO_MD4 is not set
35475 +# CONFIG_CRYPTO_MD5 is not set
35476 +# CONFIG_CRYPTO_SHA1 is not set
35477 +# CONFIG_CRYPTO_SHA256 is not set
35478 +# CONFIG_CRYPTO_SHA512 is not set
35479 +# CONFIG_CRYPTO_WP512 is not set
35480 +# CONFIG_CRYPTO_TGR192 is not set
35481 +# CONFIG_CRYPTO_GF128MUL is not set
35482 +# CONFIG_CRYPTO_ECB is not set
35483 +# CONFIG_CRYPTO_CBC is not set
35484 +# CONFIG_CRYPTO_PCBC is not set
35485 +# CONFIG_CRYPTO_LRW is not set
35486 +# CONFIG_CRYPTO_XTS is not set
35487 +# CONFIG_CRYPTO_CTR is not set
35488 +# CONFIG_CRYPTO_GCM is not set
35489 +# CONFIG_CRYPTO_CCM is not set
35490 +# CONFIG_CRYPTO_CRYPTD is not set
35491 +# CONFIG_CRYPTO_DES is not set
35492 +# CONFIG_CRYPTO_FCRYPT is not set
35493 +# CONFIG_CRYPTO_BLOWFISH is not set
35494 +# CONFIG_CRYPTO_TWOFISH is not set
35495 +# CONFIG_CRYPTO_SERPENT is not set
35496 +# CONFIG_CRYPTO_AES is not set
35497 +# CONFIG_CRYPTO_CAST5 is not set
35498 +# CONFIG_CRYPTO_CAST6 is not set
35499 +# CONFIG_CRYPTO_TEA is not set
35500 +# CONFIG_CRYPTO_ARC4 is not set
35501 +# CONFIG_CRYPTO_KHAZAD is not set
35502 +# CONFIG_CRYPTO_ANUBIS is not set
35503 +# CONFIG_CRYPTO_SEED is not set
35504 +# CONFIG_CRYPTO_SALSA20 is not set
35505 +# CONFIG_CRYPTO_DEFLATE is not set
35506 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
35507 +# CONFIG_CRYPTO_CRC32C is not set
35508 +# CONFIG_CRYPTO_CAMELLIA is not set
35509 +# CONFIG_CRYPTO_AUTHENC is not set
35510 +# CONFIG_CRYPTO_LZO is not set
35511 +CONFIG_CRYPTO_HW=y
35512 +# CONFIG_PPC_CLOCK is not set
35513 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8544_ds_defconfig powerpc.git/arch/powerpc/configs/85xx/mpc8544_ds_defconfig
35514 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8544_ds_defconfig     1970-01-01 01:00:00.000000000 +0100
35515 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8544_ds_defconfig  2008-04-19 16:40:52.000000000 +0200
35516 @@ -0,0 +1,1564 @@
35517 +#
35518 +# Automatically generated make config: don't edit
35519 +# Linux kernel version: 2.6.25-rc7
35520 +# Mon Mar 31 11:37:03 2008
35521 +#
35522 +# CONFIG_PPC64 is not set
35523 +
35524 +#
35525 +# Processor support
35526 +#
35527 +# CONFIG_6xx is not set
35528 +CONFIG_PPC_85xx=y
35529 +# CONFIG_PPC_8xx is not set
35530 +# CONFIG_40x is not set
35531 +# CONFIG_44x is not set
35532 +# CONFIG_E200 is not set
35533 +CONFIG_E500=y
35534 +CONFIG_BOOKE=y
35535 +CONFIG_FSL_BOOKE=y
35536 +CONFIG_FSL_EMB_PERFMON=y
35537 +# CONFIG_PHYS_64BIT is not set
35538 +CONFIG_SPE=y
35539 +# CONFIG_PPC_MM_SLICES is not set
35540 +CONFIG_PPC32=y
35541 +CONFIG_WORD_SIZE=32
35542 +CONFIG_PPC_MERGE=y
35543 +CONFIG_MMU=y
35544 +CONFIG_GENERIC_CMOS_UPDATE=y
35545 +CONFIG_GENERIC_TIME=y
35546 +CONFIG_GENERIC_TIME_VSYSCALL=y
35547 +CONFIG_GENERIC_CLOCKEVENTS=y
35548 +CONFIG_GENERIC_HARDIRQS=y
35549 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
35550 +CONFIG_IRQ_PER_CPU=y
35551 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
35552 +CONFIG_ARCH_HAS_ILOG2_U32=y
35553 +CONFIG_GENERIC_HWEIGHT=y
35554 +CONFIG_GENERIC_CALIBRATE_DELAY=y
35555 +CONFIG_GENERIC_FIND_NEXT_BIT=y
35556 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
35557 +CONFIG_PPC=y
35558 +CONFIG_EARLY_PRINTK=y
35559 +CONFIG_GENERIC_NVRAM=y
35560 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
35561 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
35562 +CONFIG_PPC_OF=y
35563 +CONFIG_OF=y
35564 +CONFIG_PPC_UDBG_16550=y
35565 +# CONFIG_GENERIC_TBSYNC is not set
35566 +CONFIG_AUDIT_ARCH=y
35567 +CONFIG_GENERIC_BUG=y
35568 +CONFIG_DEFAULT_UIMAGE=y
35569 +# CONFIG_PPC_DCR_NATIVE is not set
35570 +# CONFIG_PPC_DCR_MMIO is not set
35571 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
35572 +
35573 +#
35574 +# General setup
35575 +#
35576 +CONFIG_EXPERIMENTAL=y
35577 +CONFIG_BROKEN_ON_SMP=y
35578 +CONFIG_INIT_ENV_ARG_LIMIT=32
35579 +CONFIG_LOCALVERSION=""
35580 +CONFIG_LOCALVERSION_AUTO=y
35581 +CONFIG_SWAP=y
35582 +CONFIG_SYSVIPC=y
35583 +CONFIG_SYSVIPC_SYSCTL=y
35584 +CONFIG_POSIX_MQUEUE=y
35585 +CONFIG_BSD_PROCESS_ACCT=y
35586 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
35587 +# CONFIG_TASKSTATS is not set
35588 +CONFIG_AUDIT=y
35589 +# CONFIG_AUDITSYSCALL is not set
35590 +CONFIG_IKCONFIG=y
35591 +CONFIG_IKCONFIG_PROC=y
35592 +CONFIG_LOG_BUF_SHIFT=14
35593 +# CONFIG_CGROUPS is not set
35594 +CONFIG_GROUP_SCHED=y
35595 +# CONFIG_FAIR_GROUP_SCHED is not set
35596 +# CONFIG_RT_GROUP_SCHED is not set
35597 +CONFIG_USER_SCHED=y
35598 +# CONFIG_CGROUP_SCHED is not set
35599 +CONFIG_SYSFS_DEPRECATED=y
35600 +CONFIG_SYSFS_DEPRECATED_V2=y
35601 +# CONFIG_RELAY is not set
35602 +# CONFIG_NAMESPACES is not set
35603 +CONFIG_BLK_DEV_INITRD=y
35604 +CONFIG_INITRAMFS_SOURCE=""
35605 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
35606 +CONFIG_SYSCTL=y
35607 +CONFIG_EMBEDDED=y
35608 +CONFIG_SYSCTL_SYSCALL=y
35609 +CONFIG_KALLSYMS=y
35610 +CONFIG_KALLSYMS_ALL=y
35611 +CONFIG_KALLSYMS_EXTRA_PASS=y
35612 +CONFIG_HOTPLUG=y
35613 +CONFIG_PRINTK=y
35614 +CONFIG_BUG=y
35615 +CONFIG_ELF_CORE=y
35616 +CONFIG_COMPAT_BRK=y
35617 +CONFIG_BASE_FULL=y
35618 +CONFIG_FUTEX=y
35619 +CONFIG_ANON_INODES=y
35620 +CONFIG_EPOLL=y
35621 +CONFIG_SIGNALFD=y
35622 +CONFIG_TIMERFD=y
35623 +CONFIG_EVENTFD=y
35624 +CONFIG_SHMEM=y
35625 +CONFIG_VM_EVENT_COUNTERS=y
35626 +CONFIG_SLUB_DEBUG=y
35627 +# CONFIG_SLAB is not set
35628 +CONFIG_SLUB=y
35629 +# CONFIG_SLOB is not set
35630 +# CONFIG_PROFILING is not set
35631 +# CONFIG_MARKERS is not set
35632 +CONFIG_HAVE_OPROFILE=y
35633 +# CONFIG_KPROBES is not set
35634 +CONFIG_HAVE_KPROBES=y
35635 +CONFIG_HAVE_KRETPROBES=y
35636 +CONFIG_PROC_PAGE_MONITOR=y
35637 +CONFIG_SLABINFO=y
35638 +CONFIG_RT_MUTEXES=y
35639 +# CONFIG_TINY_SHMEM is not set
35640 +CONFIG_BASE_SMALL=0
35641 +CONFIG_MODULES=y
35642 +CONFIG_MODULE_UNLOAD=y
35643 +CONFIG_MODULE_FORCE_UNLOAD=y
35644 +CONFIG_MODVERSIONS=y
35645 +# CONFIG_MODULE_SRCVERSION_ALL is not set
35646 +CONFIG_KMOD=y
35647 +CONFIG_BLOCK=y
35648 +CONFIG_LBD=y
35649 +# CONFIG_BLK_DEV_IO_TRACE is not set
35650 +# CONFIG_LSF is not set
35651 +# CONFIG_BLK_DEV_BSG is not set
35652 +
35653 +#
35654 +# IO Schedulers
35655 +#
35656 +CONFIG_IOSCHED_NOOP=y
35657 +CONFIG_IOSCHED_AS=y
35658 +CONFIG_IOSCHED_DEADLINE=y
35659 +CONFIG_IOSCHED_CFQ=y
35660 +# CONFIG_DEFAULT_AS is not set
35661 +# CONFIG_DEFAULT_DEADLINE is not set
35662 +CONFIG_DEFAULT_CFQ=y
35663 +# CONFIG_DEFAULT_NOOP is not set
35664 +CONFIG_DEFAULT_IOSCHED="cfq"
35665 +CONFIG_CLASSIC_RCU=y
35666 +
35667 +#
35668 +# Platform support
35669 +#
35670 +# CONFIG_PPC_MPC512x is not set
35671 +# CONFIG_PPC_MPC5121 is not set
35672 +# CONFIG_PPC_CELL is not set
35673 +# CONFIG_PPC_CELL_NATIVE is not set
35674 +# CONFIG_PQ2ADS is not set
35675 +CONFIG_MPC85xx=y
35676 +# CONFIG_MPC8540_ADS is not set
35677 +# CONFIG_MPC8560_ADS is not set
35678 +# CONFIG_MPC85xx_CDS is not set
35679 +# CONFIG_MPC85xx_MDS is not set
35680 +CONFIG_MPC85xx_DS=y
35681 +# CONFIG_KSI8560 is not set
35682 +# CONFIG_STX_GP3 is not set
35683 +# CONFIG_TQM8540 is not set
35684 +# CONFIG_TQM8541 is not set
35685 +# CONFIG_TQM8555 is not set
35686 +# CONFIG_TQM8560 is not set
35687 +# CONFIG_SBC8548 is not set
35688 +# CONFIG_SBC8560 is not set
35689 +# CONFIG_IPIC is not set
35690 +CONFIG_MPIC=y
35691 +# CONFIG_MPIC_WEIRD is not set
35692 +CONFIG_PPC_I8259=y
35693 +# CONFIG_PPC_RTAS is not set
35694 +# CONFIG_MMIO_NVRAM is not set
35695 +# CONFIG_PPC_MPC106 is not set
35696 +# CONFIG_PPC_970_NAP is not set
35697 +# CONFIG_PPC_INDIRECT_IO is not set
35698 +# CONFIG_GENERIC_IOMAP is not set
35699 +# CONFIG_CPU_FREQ is not set
35700 +# CONFIG_CPM2 is not set
35701 +CONFIG_FSL_ULI1575=y
35702 +
35703 +#
35704 +# Kernel options
35705 +#
35706 +CONFIG_HIGHMEM=y
35707 +CONFIG_TICK_ONESHOT=y
35708 +CONFIG_NO_HZ=y
35709 +CONFIG_HIGH_RES_TIMERS=y
35710 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
35711 +# CONFIG_HZ_100 is not set
35712 +CONFIG_HZ_250=y
35713 +# CONFIG_HZ_300 is not set
35714 +# CONFIG_HZ_1000 is not set
35715 +CONFIG_HZ=250
35716 +# CONFIG_SCHED_HRTICK is not set
35717 +CONFIG_PREEMPT_NONE=y
35718 +# CONFIG_PREEMPT_VOLUNTARY is not set
35719 +# CONFIG_PREEMPT is not set
35720 +CONFIG_BINFMT_ELF=y
35721 +CONFIG_BINFMT_MISC=m
35722 +CONFIG_FORCE_MAX_ZONEORDER=11
35723 +CONFIG_MATH_EMULATION=y
35724 +# CONFIG_IOMMU_HELPER is not set
35725 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
35726 +CONFIG_ARCH_HAS_WALK_MEMORY=y
35727 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
35728 +CONFIG_ARCH_FLATMEM_ENABLE=y
35729 +CONFIG_ARCH_POPULATES_NODE_MAP=y
35730 +CONFIG_SELECT_MEMORY_MODEL=y
35731 +CONFIG_FLATMEM_MANUAL=y
35732 +# CONFIG_DISCONTIGMEM_MANUAL is not set
35733 +# CONFIG_SPARSEMEM_MANUAL is not set
35734 +CONFIG_FLATMEM=y
35735 +CONFIG_FLAT_NODE_MEM_MAP=y
35736 +# CONFIG_SPARSEMEM_STATIC is not set
35737 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
35738 +CONFIG_SPLIT_PTLOCK_CPUS=4
35739 +# CONFIG_RESOURCES_64BIT is not set
35740 +CONFIG_ZONE_DMA_FLAG=1
35741 +CONFIG_BOUNCE=y
35742 +CONFIG_VIRT_TO_BUS=y
35743 +CONFIG_PROC_DEVICETREE=y
35744 +# CONFIG_CMDLINE_BOOL is not set
35745 +# CONFIG_PM is not set
35746 +CONFIG_SECCOMP=y
35747 +CONFIG_ISA_DMA_API=y
35748 +
35749 +#
35750 +# Bus options
35751 +#
35752 +CONFIG_ZONE_DMA=y
35753 +CONFIG_GENERIC_ISA_DMA=y
35754 +CONFIG_PPC_INDIRECT_PCI=y
35755 +CONFIG_FSL_SOC=y
35756 +CONFIG_FSL_PCI=y
35757 +CONFIG_PCI=y
35758 +CONFIG_PCI_DOMAINS=y
35759 +CONFIG_PCI_SYSCALL=y
35760 +# CONFIG_PCIEPORTBUS is not set
35761 +CONFIG_ARCH_SUPPORTS_MSI=y
35762 +# CONFIG_PCI_MSI is not set
35763 +CONFIG_PCI_LEGACY=y
35764 +# CONFIG_PCI_DEBUG is not set
35765 +# CONFIG_PCCARD is not set
35766 +# CONFIG_HOTPLUG_PCI is not set
35767 +
35768 +#
35769 +# Advanced setup
35770 +#
35771 +# CONFIG_ADVANCED_OPTIONS is not set
35772 +
35773 +#
35774 +# Default settings for advanced configuration options are used
35775 +#
35776 +CONFIG_HIGHMEM_START=0xfe000000
35777 +CONFIG_LOWMEM_SIZE=0x30000000
35778 +CONFIG_KERNEL_START=0xc0000000
35779 +CONFIG_TASK_SIZE=0xc0000000
35780 +CONFIG_BOOT_LOAD=0x00800000
35781 +
35782 +#
35783 +# Networking
35784 +#
35785 +CONFIG_NET=y
35786 +
35787 +#
35788 +# Networking options
35789 +#
35790 +CONFIG_PACKET=y
35791 +# CONFIG_PACKET_MMAP is not set
35792 +CONFIG_UNIX=y
35793 +CONFIG_XFRM=y
35794 +CONFIG_XFRM_USER=y
35795 +# CONFIG_XFRM_SUB_POLICY is not set
35796 +# CONFIG_XFRM_MIGRATE is not set
35797 +# CONFIG_XFRM_STATISTICS is not set
35798 +CONFIG_NET_KEY=m
35799 +# CONFIG_NET_KEY_MIGRATE is not set
35800 +CONFIG_INET=y
35801 +CONFIG_IP_MULTICAST=y
35802 +CONFIG_IP_ADVANCED_ROUTER=y
35803 +CONFIG_ASK_IP_FIB_HASH=y
35804 +# CONFIG_IP_FIB_TRIE is not set
35805 +CONFIG_IP_FIB_HASH=y
35806 +CONFIG_IP_MULTIPLE_TABLES=y
35807 +CONFIG_IP_ROUTE_MULTIPATH=y
35808 +CONFIG_IP_ROUTE_VERBOSE=y
35809 +CONFIG_IP_PNP=y
35810 +CONFIG_IP_PNP_DHCP=y
35811 +CONFIG_IP_PNP_BOOTP=y
35812 +CONFIG_IP_PNP_RARP=y
35813 +CONFIG_NET_IPIP=y
35814 +CONFIG_NET_IPGRE=y
35815 +CONFIG_NET_IPGRE_BROADCAST=y
35816 +CONFIG_IP_MROUTE=y
35817 +CONFIG_IP_PIMSM_V1=y
35818 +CONFIG_IP_PIMSM_V2=y
35819 +CONFIG_ARPD=y
35820 +# CONFIG_SYN_COOKIES is not set
35821 +# CONFIG_INET_AH is not set
35822 +# CONFIG_INET_ESP is not set
35823 +# CONFIG_INET_IPCOMP is not set
35824 +# CONFIG_INET_XFRM_TUNNEL is not set
35825 +CONFIG_INET_TUNNEL=y
35826 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
35827 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
35828 +# CONFIG_INET_XFRM_MODE_BEET is not set
35829 +# CONFIG_INET_LRO is not set
35830 +CONFIG_INET_DIAG=y
35831 +CONFIG_INET_TCP_DIAG=y
35832 +# CONFIG_TCP_CONG_ADVANCED is not set
35833 +CONFIG_TCP_CONG_CUBIC=y
35834 +CONFIG_DEFAULT_TCP_CONG="cubic"
35835 +# CONFIG_TCP_MD5SIG is not set
35836 +CONFIG_IPV6=y
35837 +# CONFIG_IPV6_PRIVACY is not set
35838 +# CONFIG_IPV6_ROUTER_PREF is not set
35839 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
35840 +# CONFIG_INET6_AH is not set
35841 +# CONFIG_INET6_ESP is not set
35842 +# CONFIG_INET6_IPCOMP is not set
35843 +# CONFIG_IPV6_MIP6 is not set
35844 +# CONFIG_INET6_XFRM_TUNNEL is not set
35845 +# CONFIG_INET6_TUNNEL is not set
35846 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
35847 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
35848 +CONFIG_INET6_XFRM_MODE_BEET=y
35849 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
35850 +CONFIG_IPV6_SIT=y
35851 +# CONFIG_IPV6_TUNNEL is not set
35852 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
35853 +# CONFIG_NETWORK_SECMARK is not set
35854 +# CONFIG_NETFILTER is not set
35855 +# CONFIG_IP_DCCP is not set
35856 +CONFIG_IP_SCTP=m
35857 +# CONFIG_SCTP_DBG_MSG is not set
35858 +# CONFIG_SCTP_DBG_OBJCNT is not set
35859 +# CONFIG_SCTP_HMAC_NONE is not set
35860 +# CONFIG_SCTP_HMAC_SHA1 is not set
35861 +CONFIG_SCTP_HMAC_MD5=y
35862 +# CONFIG_TIPC is not set
35863 +# CONFIG_ATM is not set
35864 +# CONFIG_BRIDGE is not set
35865 +# CONFIG_VLAN_8021Q is not set
35866 +# CONFIG_DECNET is not set
35867 +# CONFIG_LLC2 is not set
35868 +# CONFIG_IPX is not set
35869 +# CONFIG_ATALK is not set
35870 +# CONFIG_X25 is not set
35871 +# CONFIG_LAPB is not set
35872 +# CONFIG_ECONET is not set
35873 +# CONFIG_WAN_ROUTER is not set
35874 +# CONFIG_NET_SCHED is not set
35875 +
35876 +#
35877 +# Network testing
35878 +#
35879 +# CONFIG_NET_PKTGEN is not set
35880 +# CONFIG_HAMRADIO is not set
35881 +# CONFIG_CAN is not set
35882 +# CONFIG_IRDA is not set
35883 +# CONFIG_BT is not set
35884 +# CONFIG_AF_RXRPC is not set
35885 +CONFIG_FIB_RULES=y
35886 +
35887 +#
35888 +# Wireless
35889 +#
35890 +# CONFIG_CFG80211 is not set
35891 +# CONFIG_WIRELESS_EXT is not set
35892 +# CONFIG_MAC80211 is not set
35893 +# CONFIG_IEEE80211 is not set
35894 +# CONFIG_RFKILL is not set
35895 +# CONFIG_NET_9P is not set
35896 +
35897 +#
35898 +# Device Drivers
35899 +#
35900 +
35901 +#
35902 +# Generic Driver Options
35903 +#
35904 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
35905 +CONFIG_STANDALONE=y
35906 +CONFIG_PREVENT_FIRMWARE_BUILD=y
35907 +CONFIG_FW_LOADER=y
35908 +# CONFIG_DEBUG_DRIVER is not set
35909 +# CONFIG_DEBUG_DEVRES is not set
35910 +# CONFIG_SYS_HYPERVISOR is not set
35911 +# CONFIG_CONNECTOR is not set
35912 +# CONFIG_MTD is not set
35913 +CONFIG_OF_DEVICE=y
35914 +# CONFIG_PARPORT is not set
35915 +CONFIG_BLK_DEV=y
35916 +# CONFIG_BLK_DEV_FD is not set
35917 +# CONFIG_BLK_CPQ_DA is not set
35918 +# CONFIG_BLK_CPQ_CISS_DA is not set
35919 +# CONFIG_BLK_DEV_DAC960 is not set
35920 +# CONFIG_BLK_DEV_UMEM is not set
35921 +# CONFIG_BLK_DEV_COW_COMMON is not set
35922 +CONFIG_BLK_DEV_LOOP=y
35923 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
35924 +CONFIG_BLK_DEV_NBD=y
35925 +# CONFIG_BLK_DEV_SX8 is not set
35926 +# CONFIG_BLK_DEV_UB is not set
35927 +CONFIG_BLK_DEV_RAM=y
35928 +CONFIG_BLK_DEV_RAM_COUNT=16
35929 +CONFIG_BLK_DEV_RAM_SIZE=131072
35930 +# CONFIG_BLK_DEV_XIP is not set
35931 +# CONFIG_CDROM_PKTCDVD is not set
35932 +# CONFIG_ATA_OVER_ETH is not set
35933 +CONFIG_MISC_DEVICES=y
35934 +# CONFIG_PHANTOM is not set
35935 +# CONFIG_EEPROM_93CX6 is not set
35936 +# CONFIG_SGI_IOC4 is not set
35937 +# CONFIG_TIFM_CORE is not set
35938 +# CONFIG_ENCLOSURE_SERVICES is not set
35939 +CONFIG_HAVE_IDE=y
35940 +# CONFIG_IDE is not set
35941 +
35942 +#
35943 +# SCSI device support
35944 +#
35945 +# CONFIG_RAID_ATTRS is not set
35946 +CONFIG_SCSI=y
35947 +CONFIG_SCSI_DMA=y
35948 +# CONFIG_SCSI_TGT is not set
35949 +# CONFIG_SCSI_NETLINK is not set
35950 +CONFIG_SCSI_PROC_FS=y
35951 +
35952 +#
35953 +# SCSI support type (disk, tape, CD-ROM)
35954 +#
35955 +CONFIG_BLK_DEV_SD=y
35956 +CONFIG_CHR_DEV_ST=y
35957 +# CONFIG_CHR_DEV_OSST is not set
35958 +CONFIG_BLK_DEV_SR=y
35959 +# CONFIG_BLK_DEV_SR_VENDOR is not set
35960 +CONFIG_CHR_DEV_SG=y
35961 +# CONFIG_CHR_DEV_SCH is not set
35962 +
35963 +#
35964 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
35965 +#
35966 +CONFIG_SCSI_MULTI_LUN=y
35967 +# CONFIG_SCSI_CONSTANTS is not set
35968 +CONFIG_SCSI_LOGGING=y
35969 +# CONFIG_SCSI_SCAN_ASYNC is not set
35970 +CONFIG_SCSI_WAIT_SCAN=m
35971 +
35972 +#
35973 +# SCSI Transports
35974 +#
35975 +# CONFIG_SCSI_SPI_ATTRS is not set
35976 +# CONFIG_SCSI_FC_ATTRS is not set
35977 +# CONFIG_SCSI_ISCSI_ATTRS is not set
35978 +# CONFIG_SCSI_SAS_LIBSAS is not set
35979 +# CONFIG_SCSI_SRP_ATTRS is not set
35980 +CONFIG_SCSI_LOWLEVEL=y
35981 +# CONFIG_ISCSI_TCP is not set
35982 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
35983 +# CONFIG_SCSI_3W_9XXX is not set
35984 +# CONFIG_SCSI_ACARD is not set
35985 +# CONFIG_SCSI_AACRAID is not set
35986 +# CONFIG_SCSI_AIC7XXX is not set
35987 +# CONFIG_SCSI_AIC7XXX_OLD is not set
35988 +# CONFIG_SCSI_AIC79XX is not set
35989 +# CONFIG_SCSI_AIC94XX is not set
35990 +# CONFIG_SCSI_DPT_I2O is not set
35991 +# CONFIG_SCSI_ADVANSYS is not set
35992 +# CONFIG_SCSI_ARCMSR is not set
35993 +# CONFIG_MEGARAID_NEWGEN is not set
35994 +# CONFIG_MEGARAID_LEGACY is not set
35995 +# CONFIG_MEGARAID_SAS is not set
35996 +# CONFIG_SCSI_HPTIOP is not set
35997 +# CONFIG_SCSI_BUSLOGIC is not set
35998 +# CONFIG_SCSI_DMX3191D is not set
35999 +# CONFIG_SCSI_EATA is not set
36000 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
36001 +# CONFIG_SCSI_GDTH is not set
36002 +# CONFIG_SCSI_IPS is not set
36003 +# CONFIG_SCSI_INITIO is not set
36004 +# CONFIG_SCSI_INIA100 is not set
36005 +# CONFIG_SCSI_MVSAS is not set
36006 +# CONFIG_SCSI_STEX is not set
36007 +# CONFIG_SCSI_SYM53C8XX_2 is not set
36008 +# CONFIG_SCSI_IPR is not set
36009 +# CONFIG_SCSI_QLOGIC_1280 is not set
36010 +# CONFIG_SCSI_QLA_FC is not set
36011 +# CONFIG_SCSI_QLA_ISCSI is not set
36012 +# CONFIG_SCSI_LPFC is not set
36013 +# CONFIG_SCSI_DC395x is not set
36014 +# CONFIG_SCSI_DC390T is not set
36015 +# CONFIG_SCSI_NSP32 is not set
36016 +# CONFIG_SCSI_DEBUG is not set
36017 +# CONFIG_SCSI_SRP is not set
36018 +CONFIG_ATA=y
36019 +# CONFIG_ATA_NONSTANDARD is not set
36020 +CONFIG_SATA_AHCI=y
36021 +# CONFIG_SATA_SVW is not set
36022 +# CONFIG_ATA_PIIX is not set
36023 +# CONFIG_SATA_MV is not set
36024 +# CONFIG_SATA_NV is not set
36025 +# CONFIG_PDC_ADMA is not set
36026 +# CONFIG_SATA_QSTOR is not set
36027 +# CONFIG_SATA_PROMISE is not set
36028 +# CONFIG_SATA_SX4 is not set
36029 +# CONFIG_SATA_SIL is not set
36030 +# CONFIG_SATA_SIL24 is not set
36031 +# CONFIG_SATA_SIS is not set
36032 +# CONFIG_SATA_ULI is not set
36033 +# CONFIG_SATA_VIA is not set
36034 +# CONFIG_SATA_VITESSE is not set
36035 +# CONFIG_SATA_INIC162X is not set
36036 +# CONFIG_SATA_FSL is not set
36037 +CONFIG_PATA_ALI=y
36038 +# CONFIG_PATA_AMD is not set
36039 +# CONFIG_PATA_ARTOP is not set
36040 +# CONFIG_PATA_ATIIXP is not set
36041 +# CONFIG_PATA_CMD640_PCI is not set
36042 +# CONFIG_PATA_CMD64X is not set
36043 +# CONFIG_PATA_CS5520 is not set
36044 +# CONFIG_PATA_CS5530 is not set
36045 +# CONFIG_PATA_CYPRESS is not set
36046 +# CONFIG_PATA_EFAR is not set
36047 +# CONFIG_ATA_GENERIC is not set
36048 +# CONFIG_PATA_HPT366 is not set
36049 +# CONFIG_PATA_HPT37X is not set
36050 +# CONFIG_PATA_HPT3X2N is not set
36051 +# CONFIG_PATA_HPT3X3 is not set
36052 +# CONFIG_PATA_IT821X is not set
36053 +# CONFIG_PATA_IT8213 is not set
36054 +# CONFIG_PATA_JMICRON is not set
36055 +# CONFIG_PATA_TRIFLEX is not set
36056 +# CONFIG_PATA_MARVELL is not set
36057 +# CONFIG_PATA_MPIIX is not set
36058 +# CONFIG_PATA_OLDPIIX is not set
36059 +# CONFIG_PATA_NETCELL is not set
36060 +# CONFIG_PATA_NINJA32 is not set
36061 +# CONFIG_PATA_NS87410 is not set
36062 +# CONFIG_PATA_NS87415 is not set
36063 +# CONFIG_PATA_OPTI is not set
36064 +# CONFIG_PATA_OPTIDMA is not set
36065 +# CONFIG_PATA_PDC_OLD is not set
36066 +# CONFIG_PATA_RADISYS is not set
36067 +# CONFIG_PATA_RZ1000 is not set
36068 +# CONFIG_PATA_SC1200 is not set
36069 +# CONFIG_PATA_SERVERWORKS is not set
36070 +# CONFIG_PATA_PDC2027X is not set
36071 +# CONFIG_PATA_SIL680 is not set
36072 +# CONFIG_PATA_SIS is not set
36073 +# CONFIG_PATA_VIA is not set
36074 +# CONFIG_PATA_WINBOND is not set
36075 +# CONFIG_PATA_PLATFORM is not set
36076 +# CONFIG_MD is not set
36077 +# CONFIG_FUSION is not set
36078 +
36079 +#
36080 +# IEEE 1394 (FireWire) support
36081 +#
36082 +# CONFIG_FIREWIRE is not set
36083 +# CONFIG_IEEE1394 is not set
36084 +# CONFIG_I2O is not set
36085 +# CONFIG_MACINTOSH_DRIVERS is not set
36086 +CONFIG_NETDEVICES=y
36087 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
36088 +CONFIG_DUMMY=y
36089 +# CONFIG_BONDING is not set
36090 +# CONFIG_MACVLAN is not set
36091 +# CONFIG_EQUALIZER is not set
36092 +# CONFIG_TUN is not set
36093 +# CONFIG_VETH is not set
36094 +# CONFIG_ARCNET is not set
36095 +CONFIG_PHYLIB=y
36096 +
36097 +#
36098 +# MII PHY device drivers
36099 +#
36100 +# CONFIG_MARVELL_PHY is not set
36101 +# CONFIG_DAVICOM_PHY is not set
36102 +# CONFIG_QSEMI_PHY is not set
36103 +# CONFIG_LXT_PHY is not set
36104 +# CONFIG_CICADA_PHY is not set
36105 +CONFIG_VITESSE_PHY=y
36106 +# CONFIG_SMSC_PHY is not set
36107 +# CONFIG_BROADCOM_PHY is not set
36108 +# CONFIG_ICPLUS_PHY is not set
36109 +# CONFIG_REALTEK_PHY is not set
36110 +# CONFIG_FIXED_PHY is not set
36111 +# CONFIG_MDIO_BITBANG is not set
36112 +CONFIG_NET_ETHERNET=y
36113 +CONFIG_MII=y
36114 +# CONFIG_HAPPYMEAL is not set
36115 +# CONFIG_SUNGEM is not set
36116 +# CONFIG_CASSINI is not set
36117 +# CONFIG_NET_VENDOR_3COM is not set
36118 +# CONFIG_NET_TULIP is not set
36119 +# CONFIG_HP100 is not set
36120 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
36121 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
36122 +# CONFIG_IBM_NEW_EMAC_TAH is not set
36123 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
36124 +# CONFIG_NET_PCI is not set
36125 +# CONFIG_B44 is not set
36126 +CONFIG_NETDEV_1000=y
36127 +# CONFIG_ACENIC is not set
36128 +# CONFIG_DL2K is not set
36129 +# CONFIG_E1000 is not set
36130 +# CONFIG_E1000E is not set
36131 +# CONFIG_E1000E_ENABLED is not set
36132 +# CONFIG_IP1000 is not set
36133 +# CONFIG_IGB is not set
36134 +# CONFIG_NS83820 is not set
36135 +# CONFIG_HAMACHI is not set
36136 +# CONFIG_YELLOWFIN is not set
36137 +# CONFIG_R8169 is not set
36138 +# CONFIG_SIS190 is not set
36139 +# CONFIG_SKGE is not set
36140 +# CONFIG_SKY2 is not set
36141 +# CONFIG_SK98LIN is not set
36142 +# CONFIG_VIA_VELOCITY is not set
36143 +# CONFIG_TIGON3 is not set
36144 +# CONFIG_BNX2 is not set
36145 +CONFIG_GIANFAR=y
36146 +CONFIG_GFAR_NAPI=y
36147 +# CONFIG_QLA3XXX is not set
36148 +# CONFIG_ATL1 is not set
36149 +CONFIG_NETDEV_10000=y
36150 +# CONFIG_CHELSIO_T1 is not set
36151 +# CONFIG_CHELSIO_T3 is not set
36152 +# CONFIG_IXGBE is not set
36153 +# CONFIG_IXGB is not set
36154 +# CONFIG_S2IO is not set
36155 +# CONFIG_MYRI10GE is not set
36156 +# CONFIG_NETXEN_NIC is not set
36157 +# CONFIG_NIU is not set
36158 +# CONFIG_MLX4_CORE is not set
36159 +# CONFIG_TEHUTI is not set
36160 +# CONFIG_BNX2X is not set
36161 +# CONFIG_TR is not set
36162 +
36163 +#
36164 +# Wireless LAN
36165 +#
36166 +# CONFIG_WLAN_PRE80211 is not set
36167 +# CONFIG_WLAN_80211 is not set
36168 +
36169 +#
36170 +# USB Network Adapters
36171 +#
36172 +# CONFIG_USB_CATC is not set
36173 +# CONFIG_USB_KAWETH is not set
36174 +# CONFIG_USB_PEGASUS is not set
36175 +# CONFIG_USB_RTL8150 is not set
36176 +# CONFIG_USB_USBNET is not set
36177 +# CONFIG_WAN is not set
36178 +# CONFIG_FDDI is not set
36179 +# CONFIG_HIPPI is not set
36180 +# CONFIG_PPP is not set
36181 +# CONFIG_SLIP is not set
36182 +# CONFIG_NET_FC is not set
36183 +# CONFIG_NETCONSOLE is not set
36184 +# CONFIG_NETPOLL is not set
36185 +# CONFIG_NET_POLL_CONTROLLER is not set
36186 +# CONFIG_ISDN is not set
36187 +# CONFIG_PHONE is not set
36188 +
36189 +#
36190 +# Input device support
36191 +#
36192 +CONFIG_INPUT=y
36193 +# CONFIG_INPUT_FF_MEMLESS is not set
36194 +# CONFIG_INPUT_POLLDEV is not set
36195 +
36196 +#
36197 +# Userland interfaces
36198 +#
36199 +# CONFIG_INPUT_MOUSEDEV is not set
36200 +# CONFIG_INPUT_JOYDEV is not set
36201 +# CONFIG_INPUT_EVDEV is not set
36202 +# CONFIG_INPUT_EVBUG is not set
36203 +
36204 +#
36205 +# Input Device Drivers
36206 +#
36207 +# CONFIG_INPUT_KEYBOARD is not set
36208 +# CONFIG_INPUT_MOUSE is not set
36209 +# CONFIG_INPUT_JOYSTICK is not set
36210 +# CONFIG_INPUT_TABLET is not set
36211 +# CONFIG_INPUT_TOUCHSCREEN is not set
36212 +# CONFIG_INPUT_MISC is not set
36213 +
36214 +#
36215 +# Hardware I/O ports
36216 +#
36217 +CONFIG_SERIO=y
36218 +CONFIG_SERIO_I8042=y
36219 +CONFIG_SERIO_SERPORT=y
36220 +# CONFIG_SERIO_PCIPS2 is not set
36221 +CONFIG_SERIO_LIBPS2=y
36222 +# CONFIG_SERIO_RAW is not set
36223 +# CONFIG_GAMEPORT is not set
36224 +
36225 +#
36226 +# Character devices
36227 +#
36228 +CONFIG_VT=y
36229 +CONFIG_VT_CONSOLE=y
36230 +CONFIG_HW_CONSOLE=y
36231 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
36232 +# CONFIG_SERIAL_NONSTANDARD is not set
36233 +# CONFIG_NOZOMI is not set
36234 +
36235 +#
36236 +# Serial drivers
36237 +#
36238 +CONFIG_SERIAL_8250=y
36239 +CONFIG_SERIAL_8250_CONSOLE=y
36240 +CONFIG_SERIAL_8250_PCI=y
36241 +CONFIG_SERIAL_8250_NR_UARTS=2
36242 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
36243 +CONFIG_SERIAL_8250_EXTENDED=y
36244 +CONFIG_SERIAL_8250_MANY_PORTS=y
36245 +CONFIG_SERIAL_8250_SHARE_IRQ=y
36246 +CONFIG_SERIAL_8250_DETECT_IRQ=y
36247 +CONFIG_SERIAL_8250_RSA=y
36248 +
36249 +#
36250 +# Non-8250 serial port support
36251 +#
36252 +# CONFIG_SERIAL_UARTLITE is not set
36253 +CONFIG_SERIAL_CORE=y
36254 +CONFIG_SERIAL_CORE_CONSOLE=y
36255 +# CONFIG_SERIAL_JSM is not set
36256 +# CONFIG_SERIAL_OF_PLATFORM is not set
36257 +CONFIG_UNIX98_PTYS=y
36258 +CONFIG_LEGACY_PTYS=y
36259 +CONFIG_LEGACY_PTY_COUNT=256
36260 +# CONFIG_IPMI_HANDLER is not set
36261 +# CONFIG_HW_RANDOM is not set
36262 +CONFIG_NVRAM=y
36263 +# CONFIG_GEN_RTC is not set
36264 +# CONFIG_R3964 is not set
36265 +# CONFIG_APPLICOM is not set
36266 +# CONFIG_RAW_DRIVER is not set
36267 +# CONFIG_TCG_TPM is not set
36268 +CONFIG_DEVPORT=y
36269 +CONFIG_I2C=y
36270 +CONFIG_I2C_BOARDINFO=y
36271 +# CONFIG_I2C_CHARDEV is not set
36272 +
36273 +#
36274 +# I2C Algorithms
36275 +#
36276 +# CONFIG_I2C_ALGOBIT is not set
36277 +# CONFIG_I2C_ALGOPCF is not set
36278 +# CONFIG_I2C_ALGOPCA is not set
36279 +
36280 +#
36281 +# I2C Hardware Bus support
36282 +#
36283 +# CONFIG_I2C_ALI1535 is not set
36284 +# CONFIG_I2C_ALI1563 is not set
36285 +# CONFIG_I2C_ALI15X3 is not set
36286 +# CONFIG_I2C_AMD756 is not set
36287 +# CONFIG_I2C_AMD8111 is not set
36288 +# CONFIG_I2C_I801 is not set
36289 +# CONFIG_I2C_I810 is not set
36290 +# CONFIG_I2C_PIIX4 is not set
36291 +CONFIG_I2C_MPC=y
36292 +# CONFIG_I2C_NFORCE2 is not set
36293 +# CONFIG_I2C_OCORES is not set
36294 +# CONFIG_I2C_PARPORT_LIGHT is not set
36295 +# CONFIG_I2C_PROSAVAGE is not set
36296 +# CONFIG_I2C_SAVAGE4 is not set
36297 +# CONFIG_I2C_SIMTEC is not set
36298 +# CONFIG_I2C_SIS5595 is not set
36299 +# CONFIG_I2C_SIS630 is not set
36300 +# CONFIG_I2C_SIS96X is not set
36301 +# CONFIG_I2C_TAOS_EVM is not set
36302 +# CONFIG_I2C_STUB is not set
36303 +# CONFIG_I2C_TINY_USB is not set
36304 +# CONFIG_I2C_VIA is not set
36305 +# CONFIG_I2C_VIAPRO is not set
36306 +# CONFIG_I2C_VOODOO3 is not set
36307 +
36308 +#
36309 +# Miscellaneous I2C Chip support
36310 +#
36311 +# CONFIG_DS1682 is not set
36312 +CONFIG_SENSORS_EEPROM=y
36313 +# CONFIG_SENSORS_PCF8574 is not set
36314 +# CONFIG_PCF8575 is not set
36315 +# CONFIG_SENSORS_PCF8591 is not set
36316 +# CONFIG_TPS65010 is not set
36317 +# CONFIG_SENSORS_MAX6875 is not set
36318 +# CONFIG_SENSORS_TSL2550 is not set
36319 +# CONFIG_I2C_DEBUG_CORE is not set
36320 +# CONFIG_I2C_DEBUG_ALGO is not set
36321 +# CONFIG_I2C_DEBUG_BUS is not set
36322 +# CONFIG_I2C_DEBUG_CHIP is not set
36323 +
36324 +#
36325 +# SPI support
36326 +#
36327 +# CONFIG_SPI is not set
36328 +# CONFIG_SPI_MASTER is not set
36329 +# CONFIG_W1 is not set
36330 +# CONFIG_POWER_SUPPLY is not set
36331 +# CONFIG_HWMON is not set
36332 +# CONFIG_THERMAL is not set
36333 +# CONFIG_WATCHDOG is not set
36334 +
36335 +#
36336 +# Sonics Silicon Backplane
36337 +#
36338 +CONFIG_SSB_POSSIBLE=y
36339 +# CONFIG_SSB is not set
36340 +
36341 +#
36342 +# Multifunction device drivers
36343 +#
36344 +# CONFIG_MFD_SM501 is not set
36345 +
36346 +#
36347 +# Multimedia devices
36348 +#
36349 +# CONFIG_VIDEO_DEV is not set
36350 +CONFIG_DVB_CORE=m
36351 +# CONFIG_DVB_CORE_ATTACH is not set
36352 +CONFIG_DVB_CAPTURE_DRIVERS=y
36353 +
36354 +#
36355 +# Supported SAA7146 based PCI Adapters
36356 +#
36357 +# CONFIG_TTPCI_EEPROM is not set
36358 +# CONFIG_DVB_BUDGET_CORE is not set
36359 +
36360 +#
36361 +# Supported USB Adapters
36362 +#
36363 +# CONFIG_DVB_USB is not set
36364 +# CONFIG_DVB_TTUSB_BUDGET is not set
36365 +# CONFIG_DVB_TTUSB_DEC is not set
36366 +# CONFIG_DVB_CINERGYT2 is not set
36367 +
36368 +#
36369 +# Supported FlexCopII (B2C2) Adapters
36370 +#
36371 +# CONFIG_DVB_B2C2_FLEXCOP is not set
36372 +
36373 +#
36374 +# Supported BT878 Adapters
36375 +#
36376 +
36377 +#
36378 +# Supported Pluto2 Adapters
36379 +#
36380 +# CONFIG_DVB_PLUTO2 is not set
36381 +
36382 +#
36383 +# Supported DVB Frontends
36384 +#
36385 +
36386 +#
36387 +# Customise DVB Frontends
36388 +#
36389 +# CONFIG_DVB_FE_CUSTOMISE is not set
36390 +
36391 +#
36392 +# DVB-S (satellite) frontends
36393 +#
36394 +# CONFIG_DVB_STV0299 is not set
36395 +# CONFIG_DVB_CX24110 is not set
36396 +# CONFIG_DVB_CX24123 is not set
36397 +# CONFIG_DVB_TDA8083 is not set
36398 +# CONFIG_DVB_MT312 is not set
36399 +# CONFIG_DVB_VES1X93 is not set
36400 +# CONFIG_DVB_S5H1420 is not set
36401 +# CONFIG_DVB_TDA10086 is not set
36402 +
36403 +#
36404 +# DVB-T (terrestrial) frontends
36405 +#
36406 +# CONFIG_DVB_SP8870 is not set
36407 +# CONFIG_DVB_SP887X is not set
36408 +# CONFIG_DVB_CX22700 is not set
36409 +# CONFIG_DVB_CX22702 is not set
36410 +# CONFIG_DVB_L64781 is not set
36411 +# CONFIG_DVB_TDA1004X is not set
36412 +# CONFIG_DVB_NXT6000 is not set
36413 +# CONFIG_DVB_MT352 is not set
36414 +# CONFIG_DVB_ZL10353 is not set
36415 +# CONFIG_DVB_DIB3000MB is not set
36416 +# CONFIG_DVB_DIB3000MC is not set
36417 +# CONFIG_DVB_DIB7000M is not set
36418 +# CONFIG_DVB_DIB7000P is not set
36419 +
36420 +#
36421 +# DVB-C (cable) frontends
36422 +#
36423 +# CONFIG_DVB_VES1820 is not set
36424 +# CONFIG_DVB_TDA10021 is not set
36425 +# CONFIG_DVB_TDA10023 is not set
36426 +# CONFIG_DVB_STV0297 is not set
36427 +
36428 +#
36429 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
36430 +#
36431 +# CONFIG_DVB_NXT200X is not set
36432 +# CONFIG_DVB_OR51211 is not set
36433 +# CONFIG_DVB_OR51132 is not set
36434 +# CONFIG_DVB_BCM3510 is not set
36435 +# CONFIG_DVB_LGDT330X is not set
36436 +# CONFIG_DVB_S5H1409 is not set
36437 +
36438 +#
36439 +# Tuners/PLL support
36440 +#
36441 +# CONFIG_DVB_PLL is not set
36442 +# CONFIG_DVB_TDA826X is not set
36443 +# CONFIG_DVB_TDA827X is not set
36444 +# CONFIG_DVB_TDA18271 is not set
36445 +# CONFIG_DVB_TUNER_QT1010 is not set
36446 +# CONFIG_DVB_TUNER_MT2060 is not set
36447 +# CONFIG_DVB_TUNER_MT2266 is not set
36448 +# CONFIG_DVB_TUNER_MT2131 is not set
36449 +# CONFIG_DVB_TUNER_DIB0070 is not set
36450 +# CONFIG_DVB_TUNER_XC5000 is not set
36451 +
36452 +#
36453 +# Miscellaneous devices
36454 +#
36455 +# CONFIG_DVB_LNBP21 is not set
36456 +# CONFIG_DVB_ISL6421 is not set
36457 +# CONFIG_DVB_TUA6100 is not set
36458 +CONFIG_DAB=y
36459 +# CONFIG_USB_DABUSB is not set
36460 +
36461 +#
36462 +# Graphics support
36463 +#
36464 +# CONFIG_AGP is not set
36465 +# CONFIG_DRM is not set
36466 +# CONFIG_VGASTATE is not set
36467 +CONFIG_VIDEO_OUTPUT_CONTROL=y
36468 +# CONFIG_FB is not set
36469 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
36470 +
36471 +#
36472 +# Display device support
36473 +#
36474 +# CONFIG_DISPLAY_SUPPORT is not set
36475 +
36476 +#
36477 +# Console display driver support
36478 +#
36479 +CONFIG_VGA_CONSOLE=y
36480 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
36481 +CONFIG_DUMMY_CONSOLE=y
36482 +
36483 +#
36484 +# Sound
36485 +#
36486 +CONFIG_SOUND=y
36487 +
36488 +#
36489 +# Advanced Linux Sound Architecture
36490 +#
36491 +CONFIG_SND=y
36492 +CONFIG_SND_TIMER=y
36493 +CONFIG_SND_PCM=y
36494 +# CONFIG_SND_SEQUENCER is not set
36495 +# CONFIG_SND_MIXER_OSS is not set
36496 +# CONFIG_SND_PCM_OSS is not set
36497 +# CONFIG_SND_DYNAMIC_MINORS is not set
36498 +CONFIG_SND_SUPPORT_OLD_API=y
36499 +CONFIG_SND_VERBOSE_PROCFS=y
36500 +# CONFIG_SND_VERBOSE_PRINTK is not set
36501 +# CONFIG_SND_DEBUG is not set
36502 +
36503 +#
36504 +# Generic devices
36505 +#
36506 +CONFIG_SND_AC97_CODEC=y
36507 +# CONFIG_SND_DUMMY is not set
36508 +# CONFIG_SND_MTPAV is not set
36509 +# CONFIG_SND_SERIAL_U16550 is not set
36510 +# CONFIG_SND_MPU401 is not set
36511 +
36512 +#
36513 +# PCI devices
36514 +#
36515 +# CONFIG_SND_AD1889 is not set
36516 +# CONFIG_SND_ALS300 is not set
36517 +# CONFIG_SND_ALS4000 is not set
36518 +# CONFIG_SND_ALI5451 is not set
36519 +# CONFIG_SND_ATIIXP is not set
36520 +# CONFIG_SND_ATIIXP_MODEM is not set
36521 +# CONFIG_SND_AU8810 is not set
36522 +# CONFIG_SND_AU8820 is not set
36523 +# CONFIG_SND_AU8830 is not set
36524 +# CONFIG_SND_AZT3328 is not set
36525 +# CONFIG_SND_BT87X is not set
36526 +# CONFIG_SND_CA0106 is not set
36527 +# CONFIG_SND_CMIPCI is not set
36528 +# CONFIG_SND_OXYGEN is not set
36529 +# CONFIG_SND_CS4281 is not set
36530 +# CONFIG_SND_CS46XX is not set
36531 +# CONFIG_SND_CS5530 is not set
36532 +# CONFIG_SND_DARLA20 is not set
36533 +# CONFIG_SND_GINA20 is not set
36534 +# CONFIG_SND_LAYLA20 is not set
36535 +# CONFIG_SND_DARLA24 is not set
36536 +# CONFIG_SND_GINA24 is not set
36537 +# CONFIG_SND_LAYLA24 is not set
36538 +# CONFIG_SND_MONA is not set
36539 +# CONFIG_SND_MIA is not set
36540 +# CONFIG_SND_ECHO3G is not set
36541 +# CONFIG_SND_INDIGO is not set
36542 +# CONFIG_SND_INDIGOIO is not set
36543 +# CONFIG_SND_INDIGODJ is not set
36544 +# CONFIG_SND_EMU10K1 is not set
36545 +# CONFIG_SND_EMU10K1X is not set
36546 +# CONFIG_SND_ENS1370 is not set
36547 +# CONFIG_SND_ENS1371 is not set
36548 +# CONFIG_SND_ES1938 is not set
36549 +# CONFIG_SND_ES1968 is not set
36550 +# CONFIG_SND_FM801 is not set
36551 +# CONFIG_SND_HDA_INTEL is not set
36552 +# CONFIG_SND_HDSP is not set
36553 +# CONFIG_SND_HDSPM is not set
36554 +# CONFIG_SND_HIFIER is not set
36555 +# CONFIG_SND_ICE1712 is not set
36556 +# CONFIG_SND_ICE1724 is not set
36557 +CONFIG_SND_INTEL8X0=y
36558 +# CONFIG_SND_INTEL8X0M is not set
36559 +# CONFIG_SND_KORG1212 is not set
36560 +# CONFIG_SND_MAESTRO3 is not set
36561 +# CONFIG_SND_MIXART is not set
36562 +# CONFIG_SND_NM256 is not set
36563 +# CONFIG_SND_PCXHR is not set
36564 +# CONFIG_SND_RIPTIDE is not set
36565 +# CONFIG_SND_RME32 is not set
36566 +# CONFIG_SND_RME96 is not set
36567 +# CONFIG_SND_RME9652 is not set
36568 +# CONFIG_SND_SONICVIBES is not set
36569 +# CONFIG_SND_TRIDENT is not set
36570 +# CONFIG_SND_VIA82XX is not set
36571 +# CONFIG_SND_VIA82XX_MODEM is not set
36572 +# CONFIG_SND_VIRTUOSO is not set
36573 +# CONFIG_SND_VX222 is not set
36574 +# CONFIG_SND_YMFPCI is not set
36575 +# CONFIG_SND_AC97_POWER_SAVE is not set
36576 +
36577 +#
36578 +# ALSA PowerMac devices
36579 +#
36580 +
36581 +#
36582 +# ALSA PowerPC devices
36583 +#
36584 +
36585 +#
36586 +# USB devices
36587 +#
36588 +# CONFIG_SND_USB_AUDIO is not set
36589 +# CONFIG_SND_USB_USX2Y is not set
36590 +# CONFIG_SND_USB_CAIAQ is not set
36591 +
36592 +#
36593 +# System on Chip audio support
36594 +#
36595 +# CONFIG_SND_SOC is not set
36596 +
36597 +#
36598 +# SoC Audio support for SuperH
36599 +#
36600 +
36601 +#
36602 +# ALSA SoC audio for Freescale SOCs
36603 +#
36604 +
36605 +#
36606 +# Open Sound System
36607 +#
36608 +# CONFIG_SOUND_PRIME is not set
36609 +CONFIG_AC97_BUS=y
36610 +CONFIG_HID_SUPPORT=y
36611 +CONFIG_HID=y
36612 +# CONFIG_HID_DEBUG is not set
36613 +# CONFIG_HIDRAW is not set
36614 +
36615 +#
36616 +# USB Input Devices
36617 +#
36618 +CONFIG_USB_HID=y
36619 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
36620 +# CONFIG_HID_FF is not set
36621 +# CONFIG_USB_HIDDEV is not set
36622 +CONFIG_USB_SUPPORT=y
36623 +CONFIG_USB_ARCH_HAS_HCD=y
36624 +CONFIG_USB_ARCH_HAS_OHCI=y
36625 +CONFIG_USB_ARCH_HAS_EHCI=y
36626 +CONFIG_USB=y
36627 +# CONFIG_USB_DEBUG is not set
36628 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
36629 +
36630 +#
36631 +# Miscellaneous USB options
36632 +#
36633 +CONFIG_USB_DEVICEFS=y
36634 +CONFIG_USB_DEVICE_CLASS=y
36635 +# CONFIG_USB_DYNAMIC_MINORS is not set
36636 +# CONFIG_USB_OTG is not set
36637 +
36638 +#
36639 +# USB Host Controller Drivers
36640 +#
36641 +CONFIG_USB_EHCI_HCD=y
36642 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
36643 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
36644 +# CONFIG_USB_EHCI_FSL is not set
36645 +CONFIG_USB_EHCI_HCD_PPC_OF=y
36646 +# CONFIG_USB_ISP116X_HCD is not set
36647 +CONFIG_USB_OHCI_HCD=y
36648 +CONFIG_USB_OHCI_HCD_PPC_OF=y
36649 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
36650 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
36651 +CONFIG_USB_OHCI_HCD_PCI=y
36652 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
36653 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
36654 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
36655 +# CONFIG_USB_UHCI_HCD is not set
36656 +# CONFIG_USB_SL811_HCD is not set
36657 +# CONFIG_USB_R8A66597_HCD is not set
36658 +
36659 +#
36660 +# USB Device Class drivers
36661 +#
36662 +# CONFIG_USB_ACM is not set
36663 +# CONFIG_USB_PRINTER is not set
36664 +
36665 +#
36666 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
36667 +#
36668 +
36669 +#
36670 +# may also be needed; see USB_STORAGE Help for more information
36671 +#
36672 +CONFIG_USB_STORAGE=y
36673 +# CONFIG_USB_STORAGE_DEBUG is not set
36674 +# CONFIG_USB_STORAGE_DATAFAB is not set
36675 +# CONFIG_USB_STORAGE_FREECOM is not set
36676 +# CONFIG_USB_STORAGE_ISD200 is not set
36677 +# CONFIG_USB_STORAGE_DPCM is not set
36678 +# CONFIG_USB_STORAGE_USBAT is not set
36679 +# CONFIG_USB_STORAGE_SDDR09 is not set
36680 +# CONFIG_USB_STORAGE_SDDR55 is not set
36681 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
36682 +# CONFIG_USB_STORAGE_ALAUDA is not set
36683 +# CONFIG_USB_STORAGE_KARMA is not set
36684 +# CONFIG_USB_LIBUSUAL is not set
36685 +
36686 +#
36687 +# USB Imaging devices
36688 +#
36689 +# CONFIG_USB_MDC800 is not set
36690 +# CONFIG_USB_MICROTEK is not set
36691 +CONFIG_USB_MON=y
36692 +
36693 +#
36694 +# USB port drivers
36695 +#
36696 +# CONFIG_USB_SERIAL is not set
36697 +
36698 +#
36699 +# USB Miscellaneous drivers
36700 +#
36701 +# CONFIG_USB_EMI62 is not set
36702 +# CONFIG_USB_EMI26 is not set
36703 +# CONFIG_USB_ADUTUX is not set
36704 +# CONFIG_USB_AUERSWALD is not set
36705 +# CONFIG_USB_RIO500 is not set
36706 +# CONFIG_USB_LEGOTOWER is not set
36707 +# CONFIG_USB_LCD is not set
36708 +# CONFIG_USB_BERRY_CHARGE is not set
36709 +# CONFIG_USB_LED is not set
36710 +# CONFIG_USB_CYPRESS_CY7C63 is not set
36711 +# CONFIG_USB_CYTHERM is not set
36712 +# CONFIG_USB_PHIDGET is not set
36713 +# CONFIG_USB_IDMOUSE is not set
36714 +# CONFIG_USB_FTDI_ELAN is not set
36715 +# CONFIG_USB_APPLEDISPLAY is not set
36716 +# CONFIG_USB_SISUSBVGA is not set
36717 +# CONFIG_USB_LD is not set
36718 +# CONFIG_USB_TRANCEVIBRATOR is not set
36719 +# CONFIG_USB_IOWARRIOR is not set
36720 +# CONFIG_USB_TEST is not set
36721 +# CONFIG_USB_GADGET is not set
36722 +# CONFIG_MMC is not set
36723 +# CONFIG_MEMSTICK is not set
36724 +# CONFIG_NEW_LEDS is not set
36725 +# CONFIG_INFINIBAND is not set
36726 +# CONFIG_EDAC is not set
36727 +CONFIG_RTC_LIB=y
36728 +CONFIG_RTC_CLASS=y
36729 +CONFIG_RTC_HCTOSYS=y
36730 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
36731 +# CONFIG_RTC_DEBUG is not set
36732 +
36733 +#
36734 +# RTC interfaces
36735 +#
36736 +CONFIG_RTC_INTF_SYSFS=y
36737 +CONFIG_RTC_INTF_PROC=y
36738 +CONFIG_RTC_INTF_DEV=y
36739 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
36740 +# CONFIG_RTC_DRV_TEST is not set
36741 +
36742 +#
36743 +# I2C RTC drivers
36744 +#
36745 +# CONFIG_RTC_DRV_DS1307 is not set
36746 +# CONFIG_RTC_DRV_DS1374 is not set
36747 +# CONFIG_RTC_DRV_DS1672 is not set
36748 +# CONFIG_RTC_DRV_MAX6900 is not set
36749 +# CONFIG_RTC_DRV_RS5C372 is not set
36750 +# CONFIG_RTC_DRV_ISL1208 is not set
36751 +# CONFIG_RTC_DRV_X1205 is not set
36752 +# CONFIG_RTC_DRV_PCF8563 is not set
36753 +# CONFIG_RTC_DRV_PCF8583 is not set
36754 +# CONFIG_RTC_DRV_M41T80 is not set
36755 +# CONFIG_RTC_DRV_S35390A is not set
36756 +
36757 +#
36758 +# SPI RTC drivers
36759 +#
36760 +
36761 +#
36762 +# Platform RTC drivers
36763 +#
36764 +CONFIG_RTC_DRV_CMOS=y
36765 +# CONFIG_RTC_DRV_DS1511 is not set
36766 +# CONFIG_RTC_DRV_DS1553 is not set
36767 +# CONFIG_RTC_DRV_DS1742 is not set
36768 +# CONFIG_RTC_DRV_STK17TA8 is not set
36769 +# CONFIG_RTC_DRV_M48T86 is not set
36770 +# CONFIG_RTC_DRV_M48T59 is not set
36771 +# CONFIG_RTC_DRV_V3020 is not set
36772 +
36773 +#
36774 +# on-CPU RTC drivers
36775 +#
36776 +CONFIG_DMADEVICES=y
36777 +
36778 +#
36779 +# DMA Devices
36780 +#
36781 +CONFIG_FSL_DMA=y
36782 +# CONFIG_FSL_DMA_SELFTEST is not set
36783 +CONFIG_DMA_ENGINE=y
36784 +
36785 +#
36786 +# DMA Clients
36787 +#
36788 +# CONFIG_NET_DMA is not set
36789 +
36790 +#
36791 +# Userspace I/O
36792 +#
36793 +# CONFIG_UIO is not set
36794 +
36795 +#
36796 +# File systems
36797 +#
36798 +CONFIG_EXT2_FS=y
36799 +# CONFIG_EXT2_FS_XATTR is not set
36800 +# CONFIG_EXT2_FS_XIP is not set
36801 +CONFIG_EXT3_FS=y
36802 +CONFIG_EXT3_FS_XATTR=y
36803 +# CONFIG_EXT3_FS_POSIX_ACL is not set
36804 +# CONFIG_EXT3_FS_SECURITY is not set
36805 +# CONFIG_EXT4DEV_FS is not set
36806 +CONFIG_JBD=y
36807 +CONFIG_FS_MBCACHE=y
36808 +# CONFIG_REISERFS_FS is not set
36809 +# CONFIG_JFS_FS is not set
36810 +# CONFIG_FS_POSIX_ACL is not set
36811 +# CONFIG_XFS_FS is not set
36812 +# CONFIG_GFS2_FS is not set
36813 +# CONFIG_OCFS2_FS is not set
36814 +CONFIG_DNOTIFY=y
36815 +CONFIG_INOTIFY=y
36816 +CONFIG_INOTIFY_USER=y
36817 +# CONFIG_QUOTA is not set
36818 +# CONFIG_AUTOFS_FS is not set
36819 +# CONFIG_AUTOFS4_FS is not set
36820 +# CONFIG_FUSE_FS is not set
36821 +
36822 +#
36823 +# CD-ROM/DVD Filesystems
36824 +#
36825 +CONFIG_ISO9660_FS=m
36826 +CONFIG_JOLIET=y
36827 +CONFIG_ZISOFS=y
36828 +CONFIG_UDF_FS=m
36829 +CONFIG_UDF_NLS=y
36830 +
36831 +#
36832 +# DOS/FAT/NT Filesystems
36833 +#
36834 +CONFIG_FAT_FS=y
36835 +CONFIG_MSDOS_FS=m
36836 +CONFIG_VFAT_FS=y
36837 +CONFIG_FAT_DEFAULT_CODEPAGE=437
36838 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
36839 +CONFIG_NTFS_FS=y
36840 +# CONFIG_NTFS_DEBUG is not set
36841 +# CONFIG_NTFS_RW is not set
36842 +
36843 +#
36844 +# Pseudo filesystems
36845 +#
36846 +CONFIG_PROC_FS=y
36847 +CONFIG_PROC_KCORE=y
36848 +CONFIG_PROC_SYSCTL=y
36849 +CONFIG_SYSFS=y
36850 +CONFIG_TMPFS=y
36851 +# CONFIG_TMPFS_POSIX_ACL is not set
36852 +# CONFIG_HUGETLB_PAGE is not set
36853 +# CONFIG_CONFIGFS_FS is not set
36854 +
36855 +#
36856 +# Miscellaneous filesystems
36857 +#
36858 +CONFIG_ADFS_FS=m
36859 +# CONFIG_ADFS_FS_RW is not set
36860 +CONFIG_AFFS_FS=m
36861 +CONFIG_HFS_FS=m
36862 +CONFIG_HFSPLUS_FS=m
36863 +CONFIG_BEFS_FS=m
36864 +# CONFIG_BEFS_DEBUG is not set
36865 +CONFIG_BFS_FS=m
36866 +CONFIG_EFS_FS=m
36867 +CONFIG_CRAMFS=y
36868 +CONFIG_VXFS_FS=m
36869 +# CONFIG_MINIX_FS is not set
36870 +CONFIG_HPFS_FS=m
36871 +CONFIG_QNX4FS_FS=m
36872 +# CONFIG_ROMFS_FS is not set
36873 +CONFIG_SYSV_FS=m
36874 +CONFIG_UFS_FS=m
36875 +# CONFIG_UFS_FS_WRITE is not set
36876 +# CONFIG_UFS_DEBUG is not set
36877 +CONFIG_NETWORK_FILESYSTEMS=y
36878 +CONFIG_NFS_FS=y
36879 +CONFIG_NFS_V3=y
36880 +# CONFIG_NFS_V3_ACL is not set
36881 +CONFIG_NFS_V4=y
36882 +# CONFIG_NFS_DIRECTIO is not set
36883 +CONFIG_NFSD=y
36884 +# CONFIG_NFSD_V3 is not set
36885 +CONFIG_NFSD_TCP=y
36886 +CONFIG_ROOT_NFS=y
36887 +CONFIG_LOCKD=y
36888 +CONFIG_LOCKD_V4=y
36889 +CONFIG_EXPORTFS=y
36890 +CONFIG_NFS_COMMON=y
36891 +CONFIG_SUNRPC=y
36892 +CONFIG_SUNRPC_GSS=y
36893 +# CONFIG_SUNRPC_BIND34 is not set
36894 +CONFIG_RPCSEC_GSS_KRB5=y
36895 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
36896 +# CONFIG_SMB_FS is not set
36897 +# CONFIG_CIFS is not set
36898 +# CONFIG_NCP_FS is not set
36899 +# CONFIG_CODA_FS is not set
36900 +# CONFIG_AFS_FS is not set
36901 +
36902 +#
36903 +# Partition Types
36904 +#
36905 +CONFIG_PARTITION_ADVANCED=y
36906 +# CONFIG_ACORN_PARTITION is not set
36907 +# CONFIG_OSF_PARTITION is not set
36908 +# CONFIG_AMIGA_PARTITION is not set
36909 +# CONFIG_ATARI_PARTITION is not set
36910 +CONFIG_MAC_PARTITION=y
36911 +CONFIG_MSDOS_PARTITION=y
36912 +# CONFIG_BSD_DISKLABEL is not set
36913 +# CONFIG_MINIX_SUBPARTITION is not set
36914 +# CONFIG_SOLARIS_X86_PARTITION is not set
36915 +# CONFIG_UNIXWARE_DISKLABEL is not set
36916 +# CONFIG_LDM_PARTITION is not set
36917 +# CONFIG_SGI_PARTITION is not set
36918 +# CONFIG_ULTRIX_PARTITION is not set
36919 +# CONFIG_SUN_PARTITION is not set
36920 +# CONFIG_KARMA_PARTITION is not set
36921 +# CONFIG_EFI_PARTITION is not set
36922 +# CONFIG_SYSV68_PARTITION is not set
36923 +CONFIG_NLS=y
36924 +CONFIG_NLS_DEFAULT="iso8859-1"
36925 +# CONFIG_NLS_CODEPAGE_437 is not set
36926 +# CONFIG_NLS_CODEPAGE_737 is not set
36927 +# CONFIG_NLS_CODEPAGE_775 is not set
36928 +# CONFIG_NLS_CODEPAGE_850 is not set
36929 +# CONFIG_NLS_CODEPAGE_852 is not set
36930 +# CONFIG_NLS_CODEPAGE_855 is not set
36931 +# CONFIG_NLS_CODEPAGE_857 is not set
36932 +# CONFIG_NLS_CODEPAGE_860 is not set
36933 +# CONFIG_NLS_CODEPAGE_861 is not set
36934 +# CONFIG_NLS_CODEPAGE_862 is not set
36935 +# CONFIG_NLS_CODEPAGE_863 is not set
36936 +# CONFIG_NLS_CODEPAGE_864 is not set
36937 +# CONFIG_NLS_CODEPAGE_865 is not set
36938 +# CONFIG_NLS_CODEPAGE_866 is not set
36939 +# CONFIG_NLS_CODEPAGE_869 is not set
36940 +# CONFIG_NLS_CODEPAGE_936 is not set
36941 +# CONFIG_NLS_CODEPAGE_950 is not set
36942 +# CONFIG_NLS_CODEPAGE_932 is not set
36943 +# CONFIG_NLS_CODEPAGE_949 is not set
36944 +# CONFIG_NLS_CODEPAGE_874 is not set
36945 +# CONFIG_NLS_ISO8859_8 is not set
36946 +# CONFIG_NLS_CODEPAGE_1250 is not set
36947 +# CONFIG_NLS_CODEPAGE_1251 is not set
36948 +# CONFIG_NLS_ASCII is not set
36949 +# CONFIG_NLS_ISO8859_1 is not set
36950 +# CONFIG_NLS_ISO8859_2 is not set
36951 +# CONFIG_NLS_ISO8859_3 is not set
36952 +# CONFIG_NLS_ISO8859_4 is not set
36953 +# CONFIG_NLS_ISO8859_5 is not set
36954 +# CONFIG_NLS_ISO8859_6 is not set
36955 +# CONFIG_NLS_ISO8859_7 is not set
36956 +# CONFIG_NLS_ISO8859_9 is not set
36957 +# CONFIG_NLS_ISO8859_13 is not set
36958 +# CONFIG_NLS_ISO8859_14 is not set
36959 +# CONFIG_NLS_ISO8859_15 is not set
36960 +# CONFIG_NLS_KOI8_R is not set
36961 +# CONFIG_NLS_KOI8_U is not set
36962 +CONFIG_NLS_UTF8=m
36963 +# CONFIG_DLM is not set
36964 +
36965 +#
36966 +# Library routines
36967 +#
36968 +CONFIG_BITREVERSE=y
36969 +# CONFIG_CRC_CCITT is not set
36970 +# CONFIG_CRC16 is not set
36971 +# CONFIG_CRC_ITU_T is not set
36972 +CONFIG_CRC32=y
36973 +# CONFIG_CRC7 is not set
36974 +CONFIG_LIBCRC32C=m
36975 +CONFIG_ZLIB_INFLATE=y
36976 +CONFIG_PLIST=y
36977 +CONFIG_HAS_IOMEM=y
36978 +CONFIG_HAS_IOPORT=y
36979 +CONFIG_HAS_DMA=y
36980 +CONFIG_HAVE_LMB=y
36981 +
36982 +#
36983 +# Kernel hacking
36984 +#
36985 +# CONFIG_PRINTK_TIME is not set
36986 +CONFIG_ENABLE_WARN_DEPRECATED=y
36987 +CONFIG_ENABLE_MUST_CHECK=y
36988 +# CONFIG_MAGIC_SYSRQ is not set
36989 +# CONFIG_UNUSED_SYMBOLS is not set
36990 +# CONFIG_DEBUG_FS is not set
36991 +# CONFIG_HEADERS_CHECK is not set
36992 +CONFIG_DEBUG_KERNEL=y
36993 +# CONFIG_DEBUG_SHIRQ is not set
36994 +CONFIG_DETECT_SOFTLOCKUP=y
36995 +CONFIG_SCHED_DEBUG=y
36996 +# CONFIG_SCHEDSTATS is not set
36997 +# CONFIG_TIMER_STATS is not set
36998 +# CONFIG_SLUB_DEBUG_ON is not set
36999 +# CONFIG_SLUB_STATS is not set
37000 +# CONFIG_DEBUG_RT_MUTEXES is not set
37001 +# CONFIG_RT_MUTEX_TESTER is not set
37002 +# CONFIG_DEBUG_SPINLOCK is not set
37003 +# CONFIG_DEBUG_MUTEXES is not set
37004 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
37005 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
37006 +# CONFIG_DEBUG_KOBJECT is not set
37007 +# CONFIG_DEBUG_HIGHMEM is not set
37008 +# CONFIG_DEBUG_BUGVERBOSE is not set
37009 +CONFIG_DEBUG_INFO=y
37010 +# CONFIG_DEBUG_VM is not set
37011 +# CONFIG_DEBUG_LIST is not set
37012 +# CONFIG_DEBUG_SG is not set
37013 +# CONFIG_BOOT_PRINTK_DELAY is not set
37014 +# CONFIG_RCU_TORTURE_TEST is not set
37015 +# CONFIG_BACKTRACE_SELF_TEST is not set
37016 +# CONFIG_FAULT_INJECTION is not set
37017 +# CONFIG_SAMPLES is not set
37018 +# CONFIG_DEBUG_STACKOVERFLOW is not set
37019 +# CONFIG_DEBUG_STACK_USAGE is not set
37020 +# CONFIG_DEBUG_PAGEALLOC is not set
37021 +# CONFIG_DEBUGGER is not set
37022 +# CONFIG_BDI_SWITCH is not set
37023 +# CONFIG_PPC_EARLY_DEBUG is not set
37024 +
37025 +#
37026 +# Security options
37027 +#
37028 +# CONFIG_KEYS is not set
37029 +# CONFIG_SECURITY is not set
37030 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
37031 +CONFIG_CRYPTO=y
37032 +CONFIG_CRYPTO_ALGAPI=y
37033 +CONFIG_CRYPTO_BLKCIPHER=y
37034 +# CONFIG_CRYPTO_SEQIV is not set
37035 +CONFIG_CRYPTO_HASH=y
37036 +CONFIG_CRYPTO_MANAGER=y
37037 +CONFIG_CRYPTO_HMAC=y
37038 +# CONFIG_CRYPTO_XCBC is not set
37039 +# CONFIG_CRYPTO_NULL is not set
37040 +# CONFIG_CRYPTO_MD4 is not set
37041 +CONFIG_CRYPTO_MD5=y
37042 +CONFIG_CRYPTO_SHA1=m
37043 +# CONFIG_CRYPTO_SHA256 is not set
37044 +# CONFIG_CRYPTO_SHA512 is not set
37045 +# CONFIG_CRYPTO_WP512 is not set
37046 +# CONFIG_CRYPTO_TGR192 is not set
37047 +# CONFIG_CRYPTO_GF128MUL is not set
37048 +# CONFIG_CRYPTO_ECB is not set
37049 +CONFIG_CRYPTO_CBC=y
37050 +CONFIG_CRYPTO_PCBC=m
37051 +# CONFIG_CRYPTO_LRW is not set
37052 +# CONFIG_CRYPTO_XTS is not set
37053 +# CONFIG_CRYPTO_CTR is not set
37054 +# CONFIG_CRYPTO_GCM is not set
37055 +# CONFIG_CRYPTO_CCM is not set
37056 +# CONFIG_CRYPTO_CRYPTD is not set
37057 +CONFIG_CRYPTO_DES=y
37058 +# CONFIG_CRYPTO_FCRYPT is not set
37059 +# CONFIG_CRYPTO_BLOWFISH is not set
37060 +# CONFIG_CRYPTO_TWOFISH is not set
37061 +# CONFIG_CRYPTO_SERPENT is not set
37062 +# CONFIG_CRYPTO_AES is not set
37063 +# CONFIG_CRYPTO_CAST5 is not set
37064 +# CONFIG_CRYPTO_CAST6 is not set
37065 +# CONFIG_CRYPTO_TEA is not set
37066 +# CONFIG_CRYPTO_ARC4 is not set
37067 +# CONFIG_CRYPTO_KHAZAD is not set
37068 +# CONFIG_CRYPTO_ANUBIS is not set
37069 +# CONFIG_CRYPTO_SEED is not set
37070 +# CONFIG_CRYPTO_SALSA20 is not set
37071 +# CONFIG_CRYPTO_DEFLATE is not set
37072 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
37073 +# CONFIG_CRYPTO_CRC32C is not set
37074 +# CONFIG_CRYPTO_CAMELLIA is not set
37075 +# CONFIG_CRYPTO_TEST is not set
37076 +# CONFIG_CRYPTO_AUTHENC is not set
37077 +# CONFIG_CRYPTO_LZO is not set
37078 +CONFIG_CRYPTO_HW=y
37079 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
37080 +# CONFIG_PPC_CLOCK is not set
37081 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8560_ads_defconfig powerpc.git/arch/powerpc/configs/85xx/mpc8560_ads_defconfig
37082 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8560_ads_defconfig    1970-01-01 01:00:00.000000000 +0100
37083 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8560_ads_defconfig 2008-04-19 16:40:52.000000000 +0200
37084 @@ -0,0 +1,885 @@
37085 +#
37086 +# Automatically generated make config: don't edit
37087 +# Linux kernel version: 2.6.25-rc6
37088 +# Mon Mar 24 08:48:27 2008
37089 +#
37090 +# CONFIG_PPC64 is not set
37091 +
37092 +#
37093 +# Processor support
37094 +#
37095 +# CONFIG_6xx is not set
37096 +CONFIG_PPC_85xx=y
37097 +# CONFIG_PPC_8xx is not set
37098 +# CONFIG_40x is not set
37099 +# CONFIG_44x is not set
37100 +# CONFIG_E200 is not set
37101 +CONFIG_E500=y
37102 +CONFIG_BOOKE=y
37103 +CONFIG_FSL_BOOKE=y
37104 +CONFIG_FSL_EMB_PERFMON=y
37105 +# CONFIG_PHYS_64BIT is not set
37106 +CONFIG_SPE=y
37107 +# CONFIG_PPC_MM_SLICES is not set
37108 +CONFIG_PPC32=y
37109 +CONFIG_WORD_SIZE=32
37110 +CONFIG_PPC_MERGE=y
37111 +CONFIG_MMU=y
37112 +CONFIG_GENERIC_CMOS_UPDATE=y
37113 +CONFIG_GENERIC_TIME=y
37114 +CONFIG_GENERIC_TIME_VSYSCALL=y
37115 +CONFIG_GENERIC_CLOCKEVENTS=y
37116 +CONFIG_GENERIC_HARDIRQS=y
37117 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
37118 +CONFIG_IRQ_PER_CPU=y
37119 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
37120 +CONFIG_ARCH_HAS_ILOG2_U32=y
37121 +CONFIG_GENERIC_HWEIGHT=y
37122 +CONFIG_GENERIC_CALIBRATE_DELAY=y
37123 +CONFIG_GENERIC_FIND_NEXT_BIT=y
37124 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
37125 +CONFIG_PPC=y
37126 +CONFIG_EARLY_PRINTK=y
37127 +CONFIG_GENERIC_NVRAM=y
37128 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
37129 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
37130 +CONFIG_PPC_OF=y
37131 +CONFIG_OF=y
37132 +CONFIG_PPC_UDBG_16550=y
37133 +# CONFIG_GENERIC_TBSYNC is not set
37134 +CONFIG_AUDIT_ARCH=y
37135 +CONFIG_GENERIC_BUG=y
37136 +CONFIG_DEFAULT_UIMAGE=y
37137 +# CONFIG_PPC_DCR_NATIVE is not set
37138 +# CONFIG_PPC_DCR_MMIO is not set
37139 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
37140 +
37141 +#
37142 +# General setup
37143 +#
37144 +CONFIG_EXPERIMENTAL=y
37145 +CONFIG_BROKEN_ON_SMP=y
37146 +CONFIG_INIT_ENV_ARG_LIMIT=32
37147 +CONFIG_LOCALVERSION=""
37148 +CONFIG_LOCALVERSION_AUTO=y
37149 +CONFIG_SWAP=y
37150 +CONFIG_SYSVIPC=y
37151 +CONFIG_SYSVIPC_SYSCTL=y
37152 +# CONFIG_POSIX_MQUEUE is not set
37153 +# CONFIG_BSD_PROCESS_ACCT is not set
37154 +# CONFIG_TASKSTATS is not set
37155 +# CONFIG_AUDIT is not set
37156 +# CONFIG_IKCONFIG is not set
37157 +CONFIG_LOG_BUF_SHIFT=14
37158 +# CONFIG_CGROUPS is not set
37159 +CONFIG_GROUP_SCHED=y
37160 +# CONFIG_FAIR_GROUP_SCHED is not set
37161 +# CONFIG_RT_GROUP_SCHED is not set
37162 +CONFIG_USER_SCHED=y
37163 +# CONFIG_CGROUP_SCHED is not set
37164 +CONFIG_SYSFS_DEPRECATED=y
37165 +CONFIG_SYSFS_DEPRECATED_V2=y
37166 +# CONFIG_RELAY is not set
37167 +# CONFIG_NAMESPACES is not set
37168 +CONFIG_BLK_DEV_INITRD=y
37169 +CONFIG_INITRAMFS_SOURCE=""
37170 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
37171 +CONFIG_SYSCTL=y
37172 +CONFIG_EMBEDDED=y
37173 +CONFIG_SYSCTL_SYSCALL=y
37174 +CONFIG_KALLSYMS=y
37175 +# CONFIG_KALLSYMS_ALL is not set
37176 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
37177 +CONFIG_HOTPLUG=y
37178 +CONFIG_PRINTK=y
37179 +CONFIG_BUG=y
37180 +CONFIG_ELF_CORE=y
37181 +CONFIG_COMPAT_BRK=y
37182 +CONFIG_BASE_FULL=y
37183 +CONFIG_FUTEX=y
37184 +CONFIG_ANON_INODES=y
37185 +CONFIG_EPOLL=y
37186 +CONFIG_SIGNALFD=y
37187 +CONFIG_TIMERFD=y
37188 +CONFIG_EVENTFD=y
37189 +CONFIG_SHMEM=y
37190 +CONFIG_VM_EVENT_COUNTERS=y
37191 +CONFIG_SLUB_DEBUG=y
37192 +# CONFIG_SLAB is not set
37193 +CONFIG_SLUB=y
37194 +# CONFIG_SLOB is not set
37195 +# CONFIG_PROFILING is not set
37196 +# CONFIG_MARKERS is not set
37197 +CONFIG_HAVE_OPROFILE=y
37198 +CONFIG_HAVE_KPROBES=y
37199 +CONFIG_HAVE_KRETPROBES=y
37200 +CONFIG_PROC_PAGE_MONITOR=y
37201 +CONFIG_SLABINFO=y
37202 +CONFIG_RT_MUTEXES=y
37203 +# CONFIG_TINY_SHMEM is not set
37204 +CONFIG_BASE_SMALL=0
37205 +# CONFIG_MODULES is not set
37206 +CONFIG_BLOCK=y
37207 +# CONFIG_LBD is not set
37208 +# CONFIG_BLK_DEV_IO_TRACE is not set
37209 +# CONFIG_LSF is not set
37210 +# CONFIG_BLK_DEV_BSG is not set
37211 +
37212 +#
37213 +# IO Schedulers
37214 +#
37215 +CONFIG_IOSCHED_NOOP=y
37216 +CONFIG_IOSCHED_AS=y
37217 +CONFIG_IOSCHED_DEADLINE=y
37218 +CONFIG_IOSCHED_CFQ=y
37219 +CONFIG_DEFAULT_AS=y
37220 +# CONFIG_DEFAULT_DEADLINE is not set
37221 +# CONFIG_DEFAULT_CFQ is not set
37222 +# CONFIG_DEFAULT_NOOP is not set
37223 +CONFIG_DEFAULT_IOSCHED="anticipatory"
37224 +CONFIG_CLASSIC_RCU=y
37225 +
37226 +#
37227 +# Platform support
37228 +#
37229 +# CONFIG_PPC_MPC512x is not set
37230 +# CONFIG_PPC_MPC5121 is not set
37231 +# CONFIG_PPC_CELL is not set
37232 +# CONFIG_PPC_CELL_NATIVE is not set
37233 +# CONFIG_PQ2ADS is not set
37234 +CONFIG_MPC85xx=y
37235 +# CONFIG_MPC8540_ADS is not set
37236 +CONFIG_MPC8560_ADS=y
37237 +# CONFIG_MPC85xx_CDS is not set
37238 +# CONFIG_MPC85xx_MDS is not set
37239 +# CONFIG_MPC85xx_DS is not set
37240 +# CONFIG_STX_GP3 is not set
37241 +# CONFIG_TQM8540 is not set
37242 +# CONFIG_TQM8541 is not set
37243 +# CONFIG_TQM8555 is not set
37244 +# CONFIG_TQM8560 is not set
37245 +# CONFIG_SBC8548 is not set
37246 +# CONFIG_SBC8560 is not set
37247 +# CONFIG_IPIC is not set
37248 +CONFIG_MPIC=y
37249 +# CONFIG_MPIC_WEIRD is not set
37250 +# CONFIG_PPC_I8259 is not set
37251 +# CONFIG_PPC_RTAS is not set
37252 +# CONFIG_MMIO_NVRAM is not set
37253 +# CONFIG_PPC_MPC106 is not set
37254 +# CONFIG_PPC_970_NAP is not set
37255 +# CONFIG_PPC_INDIRECT_IO is not set
37256 +# CONFIG_GENERIC_IOMAP is not set
37257 +# CONFIG_CPU_FREQ is not set
37258 +CONFIG_CPM2=y
37259 +CONFIG_PPC_CPM_NEW_BINDING=y
37260 +# CONFIG_FSL_ULI1575 is not set
37261 +CONFIG_CPM=y
37262 +
37263 +#
37264 +# Kernel options
37265 +#
37266 +# CONFIG_HIGHMEM is not set
37267 +# CONFIG_TICK_ONESHOT is not set
37268 +# CONFIG_NO_HZ is not set
37269 +# CONFIG_HIGH_RES_TIMERS is not set
37270 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
37271 +# CONFIG_HZ_100 is not set
37272 +CONFIG_HZ_250=y
37273 +# CONFIG_HZ_300 is not set
37274 +# CONFIG_HZ_1000 is not set
37275 +CONFIG_HZ=250
37276 +# CONFIG_SCHED_HRTICK is not set
37277 +CONFIG_PREEMPT_NONE=y
37278 +# CONFIG_PREEMPT_VOLUNTARY is not set
37279 +# CONFIG_PREEMPT is not set
37280 +CONFIG_BINFMT_ELF=y
37281 +CONFIG_BINFMT_MISC=y
37282 +CONFIG_MATH_EMULATION=y
37283 +# CONFIG_IOMMU_HELPER is not set
37284 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
37285 +CONFIG_ARCH_HAS_WALK_MEMORY=y
37286 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
37287 +CONFIG_ARCH_FLATMEM_ENABLE=y
37288 +CONFIG_ARCH_POPULATES_NODE_MAP=y
37289 +CONFIG_SELECT_MEMORY_MODEL=y
37290 +CONFIG_FLATMEM_MANUAL=y
37291 +# CONFIG_DISCONTIGMEM_MANUAL is not set
37292 +# CONFIG_SPARSEMEM_MANUAL is not set
37293 +CONFIG_FLATMEM=y
37294 +CONFIG_FLAT_NODE_MEM_MAP=y
37295 +# CONFIG_SPARSEMEM_STATIC is not set
37296 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
37297 +CONFIG_SPLIT_PTLOCK_CPUS=4
37298 +# CONFIG_RESOURCES_64BIT is not set
37299 +CONFIG_ZONE_DMA_FLAG=1
37300 +CONFIG_BOUNCE=y
37301 +CONFIG_VIRT_TO_BUS=y
37302 +# CONFIG_PROC_DEVICETREE is not set
37303 +# CONFIG_CMDLINE_BOOL is not set
37304 +# CONFIG_PM is not set
37305 +# CONFIG_SECCOMP is not set
37306 +CONFIG_ISA_DMA_API=y
37307 +
37308 +#
37309 +# Bus options
37310 +#
37311 +CONFIG_ZONE_DMA=y
37312 +CONFIG_PPC_INDIRECT_PCI=y
37313 +CONFIG_FSL_SOC=y
37314 +CONFIG_FSL_PCI=y
37315 +CONFIG_PCI=y
37316 +CONFIG_PCI_DOMAINS=y
37317 +CONFIG_PCI_SYSCALL=y
37318 +# CONFIG_PCIEPORTBUS is not set
37319 +CONFIG_ARCH_SUPPORTS_MSI=y
37320 +# CONFIG_PCI_MSI is not set
37321 +CONFIG_PCI_LEGACY=y
37322 +CONFIG_PCI_DEBUG=y
37323 +# CONFIG_PCCARD is not set
37324 +# CONFIG_HOTPLUG_PCI is not set
37325 +
37326 +#
37327 +# Advanced setup
37328 +#
37329 +# CONFIG_ADVANCED_OPTIONS is not set
37330 +
37331 +#
37332 +# Default settings for advanced configuration options are used
37333 +#
37334 +CONFIG_HIGHMEM_START=0xfe000000
37335 +CONFIG_LOWMEM_SIZE=0x30000000
37336 +CONFIG_KERNEL_START=0xc0000000
37337 +CONFIG_TASK_SIZE=0xc0000000
37338 +CONFIG_BOOT_LOAD=0x00800000
37339 +
37340 +#
37341 +# Networking
37342 +#
37343 +CONFIG_NET=y
37344 +
37345 +#
37346 +# Networking options
37347 +#
37348 +CONFIG_PACKET=y
37349 +# CONFIG_PACKET_MMAP is not set
37350 +CONFIG_UNIX=y
37351 +CONFIG_XFRM=y
37352 +# CONFIG_XFRM_USER is not set
37353 +# CONFIG_XFRM_SUB_POLICY is not set
37354 +# CONFIG_XFRM_MIGRATE is not set
37355 +# CONFIG_XFRM_STATISTICS is not set
37356 +# CONFIG_NET_KEY is not set
37357 +CONFIG_INET=y
37358 +CONFIG_IP_MULTICAST=y
37359 +# CONFIG_IP_ADVANCED_ROUTER is not set
37360 +CONFIG_IP_FIB_HASH=y
37361 +CONFIG_IP_PNP=y
37362 +CONFIG_IP_PNP_DHCP=y
37363 +CONFIG_IP_PNP_BOOTP=y
37364 +# CONFIG_IP_PNP_RARP is not set
37365 +# CONFIG_NET_IPIP is not set
37366 +# CONFIG_NET_IPGRE is not set
37367 +# CONFIG_IP_MROUTE is not set
37368 +# CONFIG_ARPD is not set
37369 +CONFIG_SYN_COOKIES=y
37370 +# CONFIG_INET_AH is not set
37371 +# CONFIG_INET_ESP is not set
37372 +# CONFIG_INET_IPCOMP is not set
37373 +# CONFIG_INET_XFRM_TUNNEL is not set
37374 +# CONFIG_INET_TUNNEL is not set
37375 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
37376 +CONFIG_INET_XFRM_MODE_TUNNEL=y
37377 +CONFIG_INET_XFRM_MODE_BEET=y
37378 +# CONFIG_INET_LRO is not set
37379 +CONFIG_INET_DIAG=y
37380 +CONFIG_INET_TCP_DIAG=y
37381 +# CONFIG_TCP_CONG_ADVANCED is not set
37382 +CONFIG_TCP_CONG_CUBIC=y
37383 +CONFIG_DEFAULT_TCP_CONG="cubic"
37384 +# CONFIG_TCP_MD5SIG is not set
37385 +# CONFIG_IPV6 is not set
37386 +# CONFIG_INET6_XFRM_TUNNEL is not set
37387 +# CONFIG_INET6_TUNNEL is not set
37388 +# CONFIG_NETWORK_SECMARK is not set
37389 +# CONFIG_NETFILTER is not set
37390 +# CONFIG_IP_DCCP is not set
37391 +# CONFIG_IP_SCTP is not set
37392 +# CONFIG_TIPC is not set
37393 +# CONFIG_ATM is not set
37394 +# CONFIG_BRIDGE is not set
37395 +# CONFIG_VLAN_8021Q is not set
37396 +# CONFIG_DECNET is not set
37397 +# CONFIG_LLC2 is not set
37398 +# CONFIG_IPX is not set
37399 +# CONFIG_ATALK is not set
37400 +# CONFIG_X25 is not set
37401 +# CONFIG_LAPB is not set
37402 +# CONFIG_ECONET is not set
37403 +# CONFIG_WAN_ROUTER is not set
37404 +# CONFIG_NET_SCHED is not set
37405 +
37406 +#
37407 +# Network testing
37408 +#
37409 +# CONFIG_NET_PKTGEN is not set
37410 +# CONFIG_HAMRADIO is not set
37411 +# CONFIG_CAN is not set
37412 +# CONFIG_IRDA is not set
37413 +# CONFIG_BT is not set
37414 +# CONFIG_AF_RXRPC is not set
37415 +
37416 +#
37417 +# Wireless
37418 +#
37419 +# CONFIG_CFG80211 is not set
37420 +# CONFIG_WIRELESS_EXT is not set
37421 +# CONFIG_MAC80211 is not set
37422 +# CONFIG_IEEE80211 is not set
37423 +# CONFIG_RFKILL is not set
37424 +# CONFIG_NET_9P is not set
37425 +
37426 +#
37427 +# Device Drivers
37428 +#
37429 +
37430 +#
37431 +# Generic Driver Options
37432 +#
37433 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
37434 +CONFIG_STANDALONE=y
37435 +CONFIG_PREVENT_FIRMWARE_BUILD=y
37436 +# CONFIG_FW_LOADER is not set
37437 +# CONFIG_DEBUG_DRIVER is not set
37438 +# CONFIG_DEBUG_DEVRES is not set
37439 +# CONFIG_SYS_HYPERVISOR is not set
37440 +# CONFIG_CONNECTOR is not set
37441 +# CONFIG_MTD is not set
37442 +CONFIG_OF_DEVICE=y
37443 +# CONFIG_PARPORT is not set
37444 +CONFIG_BLK_DEV=y
37445 +# CONFIG_BLK_DEV_FD is not set
37446 +# CONFIG_BLK_CPQ_DA is not set
37447 +# CONFIG_BLK_CPQ_CISS_DA is not set
37448 +# CONFIG_BLK_DEV_DAC960 is not set
37449 +# CONFIG_BLK_DEV_UMEM is not set
37450 +# CONFIG_BLK_DEV_COW_COMMON is not set
37451 +CONFIG_BLK_DEV_LOOP=y
37452 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
37453 +# CONFIG_BLK_DEV_NBD is not set
37454 +# CONFIG_BLK_DEV_SX8 is not set
37455 +CONFIG_BLK_DEV_RAM=y
37456 +CONFIG_BLK_DEV_RAM_COUNT=16
37457 +CONFIG_BLK_DEV_RAM_SIZE=32768
37458 +# CONFIG_BLK_DEV_XIP is not set
37459 +# CONFIG_CDROM_PKTCDVD is not set
37460 +# CONFIG_ATA_OVER_ETH is not set
37461 +CONFIG_MISC_DEVICES=y
37462 +# CONFIG_PHANTOM is not set
37463 +# CONFIG_EEPROM_93CX6 is not set
37464 +# CONFIG_SGI_IOC4 is not set
37465 +# CONFIG_TIFM_CORE is not set
37466 +# CONFIG_ENCLOSURE_SERVICES is not set
37467 +CONFIG_HAVE_IDE=y
37468 +# CONFIG_IDE is not set
37469 +
37470 +#
37471 +# SCSI device support
37472 +#
37473 +# CONFIG_RAID_ATTRS is not set
37474 +# CONFIG_SCSI is not set
37475 +# CONFIG_SCSI_DMA is not set
37476 +# CONFIG_SCSI_NETLINK is not set
37477 +# CONFIG_ATA is not set
37478 +# CONFIG_MD is not set
37479 +# CONFIG_FUSION is not set
37480 +
37481 +#
37482 +# IEEE 1394 (FireWire) support
37483 +#
37484 +# CONFIG_FIREWIRE is not set
37485 +# CONFIG_IEEE1394 is not set
37486 +# CONFIG_I2O is not set
37487 +# CONFIG_MACINTOSH_DRIVERS is not set
37488 +CONFIG_NETDEVICES=y
37489 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
37490 +# CONFIG_DUMMY is not set
37491 +# CONFIG_BONDING is not set
37492 +# CONFIG_MACVLAN is not set
37493 +# CONFIG_EQUALIZER is not set
37494 +# CONFIG_TUN is not set
37495 +# CONFIG_VETH is not set
37496 +# CONFIG_ARCNET is not set
37497 +CONFIG_PHYLIB=y
37498 +
37499 +#
37500 +# MII PHY device drivers
37501 +#
37502 +CONFIG_MARVELL_PHY=y
37503 +CONFIG_DAVICOM_PHY=y
37504 +# CONFIG_QSEMI_PHY is not set
37505 +# CONFIG_LXT_PHY is not set
37506 +# CONFIG_CICADA_PHY is not set
37507 +# CONFIG_VITESSE_PHY is not set
37508 +# CONFIG_SMSC_PHY is not set
37509 +# CONFIG_BROADCOM_PHY is not set
37510 +# CONFIG_ICPLUS_PHY is not set
37511 +# CONFIG_REALTEK_PHY is not set
37512 +# CONFIG_FIXED_PHY is not set
37513 +# CONFIG_MDIO_BITBANG is not set
37514 +CONFIG_NET_ETHERNET=y
37515 +CONFIG_MII=y
37516 +# CONFIG_HAPPYMEAL is not set
37517 +# CONFIG_SUNGEM is not set
37518 +# CONFIG_CASSINI is not set
37519 +# CONFIG_NET_VENDOR_3COM is not set
37520 +# CONFIG_NET_TULIP is not set
37521 +# CONFIG_HP100 is not set
37522 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
37523 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
37524 +# CONFIG_IBM_NEW_EMAC_TAH is not set
37525 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
37526 +# CONFIG_NET_PCI is not set
37527 +# CONFIG_B44 is not set
37528 +CONFIG_FS_ENET=y
37529 +# CONFIG_FS_ENET_HAS_SCC is not set
37530 +CONFIG_FS_ENET_HAS_FCC=y
37531 +# CONFIG_FS_ENET_MDIO_FCC is not set
37532 +CONFIG_NETDEV_1000=y
37533 +# CONFIG_ACENIC is not set
37534 +# CONFIG_DL2K is not set
37535 +CONFIG_E1000=y
37536 +CONFIG_E1000_NAPI=y
37537 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
37538 +# CONFIG_E1000E is not set
37539 +# CONFIG_E1000E_ENABLED is not set
37540 +# CONFIG_IP1000 is not set
37541 +# CONFIG_IGB is not set
37542 +# CONFIG_NS83820 is not set
37543 +# CONFIG_HAMACHI is not set
37544 +# CONFIG_YELLOWFIN is not set
37545 +# CONFIG_R8169 is not set
37546 +# CONFIG_SIS190 is not set
37547 +# CONFIG_SKGE is not set
37548 +# CONFIG_SKY2 is not set
37549 +# CONFIG_SK98LIN is not set
37550 +# CONFIG_VIA_VELOCITY is not set
37551 +# CONFIG_TIGON3 is not set
37552 +# CONFIG_BNX2 is not set
37553 +CONFIG_GIANFAR=y
37554 +CONFIG_GFAR_NAPI=y
37555 +# CONFIG_QLA3XXX is not set
37556 +# CONFIG_ATL1 is not set
37557 +CONFIG_NETDEV_10000=y
37558 +# CONFIG_CHELSIO_T1 is not set
37559 +# CONFIG_CHELSIO_T3 is not set
37560 +# CONFIG_IXGBE is not set
37561 +# CONFIG_IXGB is not set
37562 +# CONFIG_S2IO is not set
37563 +# CONFIG_MYRI10GE is not set
37564 +# CONFIG_NETXEN_NIC is not set
37565 +# CONFIG_NIU is not set
37566 +# CONFIG_MLX4_CORE is not set
37567 +# CONFIG_TEHUTI is not set
37568 +# CONFIG_BNX2X is not set
37569 +# CONFIG_TR is not set
37570 +
37571 +#
37572 +# Wireless LAN
37573 +#
37574 +# CONFIG_WLAN_PRE80211 is not set
37575 +# CONFIG_WLAN_80211 is not set
37576 +# CONFIG_WAN is not set
37577 +# CONFIG_FDDI is not set
37578 +# CONFIG_HIPPI is not set
37579 +# CONFIG_PPP is not set
37580 +# CONFIG_SLIP is not set
37581 +# CONFIG_NETCONSOLE is not set
37582 +# CONFIG_NETPOLL is not set
37583 +# CONFIG_NET_POLL_CONTROLLER is not set
37584 +# CONFIG_ISDN is not set
37585 +# CONFIG_PHONE is not set
37586 +
37587 +#
37588 +# Input device support
37589 +#
37590 +CONFIG_INPUT=y
37591 +# CONFIG_INPUT_FF_MEMLESS is not set
37592 +# CONFIG_INPUT_POLLDEV is not set
37593 +
37594 +#
37595 +# Userland interfaces
37596 +#
37597 +# CONFIG_INPUT_MOUSEDEV is not set
37598 +# CONFIG_INPUT_JOYDEV is not set
37599 +# CONFIG_INPUT_EVDEV is not set
37600 +# CONFIG_INPUT_EVBUG is not set
37601 +
37602 +#
37603 +# Input Device Drivers
37604 +#
37605 +# CONFIG_INPUT_KEYBOARD is not set
37606 +# CONFIG_INPUT_MOUSE is not set
37607 +# CONFIG_INPUT_JOYSTICK is not set
37608 +# CONFIG_INPUT_TABLET is not set
37609 +# CONFIG_INPUT_TOUCHSCREEN is not set
37610 +# CONFIG_INPUT_MISC is not set
37611 +
37612 +#
37613 +# Hardware I/O ports
37614 +#
37615 +# CONFIG_SERIO is not set
37616 +# CONFIG_GAMEPORT is not set
37617 +
37618 +#
37619 +# Character devices
37620 +#
37621 +# CONFIG_VT is not set
37622 +# CONFIG_SERIAL_NONSTANDARD is not set
37623 +# CONFIG_NOZOMI is not set
37624 +
37625 +#
37626 +# Serial drivers
37627 +#
37628 +# CONFIG_SERIAL_8250 is not set
37629 +
37630 +#
37631 +# Non-8250 serial port support
37632 +#
37633 +# CONFIG_SERIAL_UARTLITE is not set
37634 +CONFIG_SERIAL_CORE=y
37635 +CONFIG_SERIAL_CORE_CONSOLE=y
37636 +CONFIG_SERIAL_CPM=y
37637 +CONFIG_SERIAL_CPM_CONSOLE=y
37638 +CONFIG_SERIAL_CPM_SCC1=y
37639 +CONFIG_SERIAL_CPM_SCC2=y
37640 +# CONFIG_SERIAL_CPM_SCC3 is not set
37641 +# CONFIG_SERIAL_CPM_SCC4 is not set
37642 +# CONFIG_SERIAL_CPM_SMC1 is not set
37643 +# CONFIG_SERIAL_CPM_SMC2 is not set
37644 +# CONFIG_SERIAL_JSM is not set
37645 +CONFIG_UNIX98_PTYS=y
37646 +CONFIG_LEGACY_PTYS=y
37647 +CONFIG_LEGACY_PTY_COUNT=256
37648 +# CONFIG_IPMI_HANDLER is not set
37649 +CONFIG_HW_RANDOM=y
37650 +# CONFIG_NVRAM is not set
37651 +CONFIG_GEN_RTC=y
37652 +# CONFIG_GEN_RTC_X is not set
37653 +# CONFIG_R3964 is not set
37654 +# CONFIG_APPLICOM is not set
37655 +# CONFIG_RAW_DRIVER is not set
37656 +# CONFIG_TCG_TPM is not set
37657 +CONFIG_DEVPORT=y
37658 +# CONFIG_I2C is not set
37659 +
37660 +#
37661 +# SPI support
37662 +#
37663 +# CONFIG_SPI is not set
37664 +# CONFIG_SPI_MASTER is not set
37665 +# CONFIG_W1 is not set
37666 +# CONFIG_POWER_SUPPLY is not set
37667 +CONFIG_HWMON=y
37668 +# CONFIG_HWMON_VID is not set
37669 +# CONFIG_SENSORS_I5K_AMB is not set
37670 +# CONFIG_SENSORS_F71805F is not set
37671 +# CONFIG_SENSORS_F71882FG is not set
37672 +# CONFIG_SENSORS_IT87 is not set
37673 +# CONFIG_SENSORS_PC87360 is not set
37674 +# CONFIG_SENSORS_PC87427 is not set
37675 +# CONFIG_SENSORS_SIS5595 is not set
37676 +# CONFIG_SENSORS_SMSC47M1 is not set
37677 +# CONFIG_SENSORS_SMSC47B397 is not set
37678 +# CONFIG_SENSORS_VIA686A is not set
37679 +# CONFIG_SENSORS_VT1211 is not set
37680 +# CONFIG_SENSORS_VT8231 is not set
37681 +# CONFIG_SENSORS_W83627HF is not set
37682 +# CONFIG_SENSORS_W83627EHF is not set
37683 +# CONFIG_HWMON_DEBUG_CHIP is not set
37684 +# CONFIG_THERMAL is not set
37685 +# CONFIG_WATCHDOG is not set
37686 +
37687 +#
37688 +# Sonics Silicon Backplane
37689 +#
37690 +CONFIG_SSB_POSSIBLE=y
37691 +# CONFIG_SSB is not set
37692 +
37693 +#
37694 +# Multifunction device drivers
37695 +#
37696 +# CONFIG_MFD_SM501 is not set
37697 +
37698 +#
37699 +# Multimedia devices
37700 +#
37701 +# CONFIG_VIDEO_DEV is not set
37702 +# CONFIG_DVB_CORE is not set
37703 +CONFIG_DAB=y
37704 +
37705 +#
37706 +# Graphics support
37707 +#
37708 +# CONFIG_AGP is not set
37709 +# CONFIG_DRM is not set
37710 +# CONFIG_VGASTATE is not set
37711 +CONFIG_VIDEO_OUTPUT_CONTROL=y
37712 +# CONFIG_FB is not set
37713 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
37714 +
37715 +#
37716 +# Display device support
37717 +#
37718 +# CONFIG_DISPLAY_SUPPORT is not set
37719 +
37720 +#
37721 +# Sound
37722 +#
37723 +# CONFIG_SOUND is not set
37724 +CONFIG_HID_SUPPORT=y
37725 +CONFIG_HID=y
37726 +# CONFIG_HID_DEBUG is not set
37727 +# CONFIG_HIDRAW is not set
37728 +CONFIG_USB_SUPPORT=y
37729 +CONFIG_USB_ARCH_HAS_HCD=y
37730 +CONFIG_USB_ARCH_HAS_OHCI=y
37731 +CONFIG_USB_ARCH_HAS_EHCI=y
37732 +# CONFIG_USB is not set
37733 +
37734 +#
37735 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
37736 +#
37737 +# CONFIG_USB_GADGET is not set
37738 +# CONFIG_MMC is not set
37739 +# CONFIG_MEMSTICK is not set
37740 +# CONFIG_NEW_LEDS is not set
37741 +# CONFIG_INFINIBAND is not set
37742 +# CONFIG_EDAC is not set
37743 +# CONFIG_RTC_CLASS is not set
37744 +# CONFIG_DMADEVICES is not set
37745 +
37746 +#
37747 +# Userspace I/O
37748 +#
37749 +# CONFIG_UIO is not set
37750 +
37751 +#
37752 +# File systems
37753 +#
37754 +CONFIG_EXT2_FS=y
37755 +# CONFIG_EXT2_FS_XATTR is not set
37756 +# CONFIG_EXT2_FS_XIP is not set
37757 +CONFIG_EXT3_FS=y
37758 +CONFIG_EXT3_FS_XATTR=y
37759 +# CONFIG_EXT3_FS_POSIX_ACL is not set
37760 +# CONFIG_EXT3_FS_SECURITY is not set
37761 +# CONFIG_EXT4DEV_FS is not set
37762 +CONFIG_JBD=y
37763 +CONFIG_FS_MBCACHE=y
37764 +# CONFIG_REISERFS_FS is not set
37765 +# CONFIG_JFS_FS is not set
37766 +# CONFIG_FS_POSIX_ACL is not set
37767 +# CONFIG_XFS_FS is not set
37768 +# CONFIG_GFS2_FS is not set
37769 +# CONFIG_OCFS2_FS is not set
37770 +CONFIG_DNOTIFY=y
37771 +CONFIG_INOTIFY=y
37772 +CONFIG_INOTIFY_USER=y
37773 +# CONFIG_QUOTA is not set
37774 +# CONFIG_AUTOFS_FS is not set
37775 +# CONFIG_AUTOFS4_FS is not set
37776 +# CONFIG_FUSE_FS is not set
37777 +
37778 +#
37779 +# CD-ROM/DVD Filesystems
37780 +#
37781 +# CONFIG_ISO9660_FS is not set
37782 +# CONFIG_UDF_FS is not set
37783 +
37784 +#
37785 +# DOS/FAT/NT Filesystems
37786 +#
37787 +# CONFIG_MSDOS_FS is not set
37788 +# CONFIG_VFAT_FS is not set
37789 +# CONFIG_NTFS_FS is not set
37790 +
37791 +#
37792 +# Pseudo filesystems
37793 +#
37794 +CONFIG_PROC_FS=y
37795 +CONFIG_PROC_KCORE=y
37796 +CONFIG_PROC_SYSCTL=y
37797 +CONFIG_SYSFS=y
37798 +CONFIG_TMPFS=y
37799 +# CONFIG_TMPFS_POSIX_ACL is not set
37800 +# CONFIG_HUGETLB_PAGE is not set
37801 +# CONFIG_CONFIGFS_FS is not set
37802 +
37803 +#
37804 +# Miscellaneous filesystems
37805 +#
37806 +# CONFIG_ADFS_FS is not set
37807 +# CONFIG_AFFS_FS is not set
37808 +# CONFIG_HFS_FS is not set
37809 +# CONFIG_HFSPLUS_FS is not set
37810 +# CONFIG_BEFS_FS is not set
37811 +# CONFIG_BFS_FS is not set
37812 +# CONFIG_EFS_FS is not set
37813 +# CONFIG_CRAMFS is not set
37814 +# CONFIG_VXFS_FS is not set
37815 +# CONFIG_MINIX_FS is not set
37816 +# CONFIG_HPFS_FS is not set
37817 +# CONFIG_QNX4FS_FS is not set
37818 +# CONFIG_ROMFS_FS is not set
37819 +# CONFIG_SYSV_FS is not set
37820 +# CONFIG_UFS_FS is not set
37821 +CONFIG_NETWORK_FILESYSTEMS=y
37822 +CONFIG_NFS_FS=y
37823 +# CONFIG_NFS_V3 is not set
37824 +# CONFIG_NFS_V4 is not set
37825 +# CONFIG_NFS_DIRECTIO is not set
37826 +# CONFIG_NFSD is not set
37827 +CONFIG_ROOT_NFS=y
37828 +CONFIG_LOCKD=y
37829 +CONFIG_NFS_COMMON=y
37830 +CONFIG_SUNRPC=y
37831 +# CONFIG_SUNRPC_BIND34 is not set
37832 +# CONFIG_RPCSEC_GSS_KRB5 is not set
37833 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
37834 +# CONFIG_SMB_FS is not set
37835 +# CONFIG_CIFS is not set
37836 +# CONFIG_NCP_FS is not set
37837 +# CONFIG_CODA_FS is not set
37838 +# CONFIG_AFS_FS is not set
37839 +
37840 +#
37841 +# Partition Types
37842 +#
37843 +CONFIG_PARTITION_ADVANCED=y
37844 +# CONFIG_ACORN_PARTITION is not set
37845 +# CONFIG_OSF_PARTITION is not set
37846 +# CONFIG_AMIGA_PARTITION is not set
37847 +# CONFIG_ATARI_PARTITION is not set
37848 +# CONFIG_MAC_PARTITION is not set
37849 +# CONFIG_MSDOS_PARTITION is not set
37850 +# CONFIG_LDM_PARTITION is not set
37851 +# CONFIG_SGI_PARTITION is not set
37852 +# CONFIG_ULTRIX_PARTITION is not set
37853 +# CONFIG_SUN_PARTITION is not set
37854 +# CONFIG_KARMA_PARTITION is not set
37855 +# CONFIG_EFI_PARTITION is not set
37856 +# CONFIG_SYSV68_PARTITION is not set
37857 +# CONFIG_NLS is not set
37858 +# CONFIG_DLM is not set
37859 +
37860 +#
37861 +# Library routines
37862 +#
37863 +CONFIG_BITREVERSE=y
37864 +# CONFIG_CRC_CCITT is not set
37865 +# CONFIG_CRC16 is not set
37866 +# CONFIG_CRC_ITU_T is not set
37867 +CONFIG_CRC32=y
37868 +# CONFIG_CRC7 is not set
37869 +# CONFIG_LIBCRC32C is not set
37870 +CONFIG_PLIST=y
37871 +CONFIG_HAS_IOMEM=y
37872 +CONFIG_HAS_IOPORT=y
37873 +CONFIG_HAS_DMA=y
37874 +
37875 +#
37876 +# Kernel hacking
37877 +#
37878 +# CONFIG_PRINTK_TIME is not set
37879 +CONFIG_ENABLE_WARN_DEPRECATED=y
37880 +CONFIG_ENABLE_MUST_CHECK=y
37881 +# CONFIG_MAGIC_SYSRQ is not set
37882 +# CONFIG_UNUSED_SYMBOLS is not set
37883 +# CONFIG_DEBUG_FS is not set
37884 +# CONFIG_HEADERS_CHECK is not set
37885 +CONFIG_DEBUG_KERNEL=y
37886 +# CONFIG_DEBUG_SHIRQ is not set
37887 +CONFIG_DETECT_SOFTLOCKUP=y
37888 +CONFIG_SCHED_DEBUG=y
37889 +# CONFIG_SCHEDSTATS is not set
37890 +# CONFIG_TIMER_STATS is not set
37891 +# CONFIG_SLUB_DEBUG_ON is not set
37892 +# CONFIG_SLUB_STATS is not set
37893 +# CONFIG_DEBUG_RT_MUTEXES is not set
37894 +# CONFIG_RT_MUTEX_TESTER is not set
37895 +# CONFIG_DEBUG_SPINLOCK is not set
37896 +CONFIG_DEBUG_MUTEXES=y
37897 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
37898 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
37899 +# CONFIG_DEBUG_KOBJECT is not set
37900 +# CONFIG_DEBUG_BUGVERBOSE is not set
37901 +# CONFIG_DEBUG_INFO is not set
37902 +# CONFIG_DEBUG_VM is not set
37903 +# CONFIG_DEBUG_LIST is not set
37904 +# CONFIG_DEBUG_SG is not set
37905 +# CONFIG_BOOT_PRINTK_DELAY is not set
37906 +# CONFIG_BACKTRACE_SELF_TEST is not set
37907 +# CONFIG_FAULT_INJECTION is not set
37908 +# CONFIG_SAMPLES is not set
37909 +# CONFIG_DEBUG_STACKOVERFLOW is not set
37910 +# CONFIG_DEBUG_STACK_USAGE is not set
37911 +# CONFIG_DEBUG_PAGEALLOC is not set
37912 +# CONFIG_DEBUGGER is not set
37913 +# CONFIG_KGDB_CONSOLE is not set
37914 +# CONFIG_BDI_SWITCH is not set
37915 +# CONFIG_PPC_EARLY_DEBUG is not set
37916 +
37917 +#
37918 +# Security options
37919 +#
37920 +# CONFIG_KEYS is not set
37921 +# CONFIG_SECURITY is not set
37922 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
37923 +CONFIG_CRYPTO=y
37924 +# CONFIG_CRYPTO_SEQIV is not set
37925 +# CONFIG_CRYPTO_MANAGER is not set
37926 +# CONFIG_CRYPTO_HMAC is not set
37927 +# CONFIG_CRYPTO_XCBC is not set
37928 +# CONFIG_CRYPTO_NULL is not set
37929 +# CONFIG_CRYPTO_MD4 is not set
37930 +# CONFIG_CRYPTO_MD5 is not set
37931 +# CONFIG_CRYPTO_SHA1 is not set
37932 +# CONFIG_CRYPTO_SHA256 is not set
37933 +# CONFIG_CRYPTO_SHA512 is not set
37934 +# CONFIG_CRYPTO_WP512 is not set
37935 +# CONFIG_CRYPTO_TGR192 is not set
37936 +# CONFIG_CRYPTO_GF128MUL is not set
37937 +# CONFIG_CRYPTO_ECB is not set
37938 +# CONFIG_CRYPTO_CBC is not set
37939 +# CONFIG_CRYPTO_PCBC is not set
37940 +# CONFIG_CRYPTO_LRW is not set
37941 +# CONFIG_CRYPTO_XTS is not set
37942 +# CONFIG_CRYPTO_CTR is not set
37943 +# CONFIG_CRYPTO_GCM is not set
37944 +# CONFIG_CRYPTO_CCM is not set
37945 +# CONFIG_CRYPTO_CRYPTD is not set
37946 +# CONFIG_CRYPTO_DES is not set
37947 +# CONFIG_CRYPTO_FCRYPT is not set
37948 +# CONFIG_CRYPTO_BLOWFISH is not set
37949 +# CONFIG_CRYPTO_TWOFISH is not set
37950 +# CONFIG_CRYPTO_SERPENT is not set
37951 +# CONFIG_CRYPTO_AES is not set
37952 +# CONFIG_CRYPTO_CAST5 is not set
37953 +# CONFIG_CRYPTO_CAST6 is not set
37954 +# CONFIG_CRYPTO_TEA is not set
37955 +# CONFIG_CRYPTO_ARC4 is not set
37956 +# CONFIG_CRYPTO_KHAZAD is not set
37957 +# CONFIG_CRYPTO_ANUBIS is not set
37958 +# CONFIG_CRYPTO_SEED is not set
37959 +# CONFIG_CRYPTO_SALSA20 is not set
37960 +# CONFIG_CRYPTO_DEFLATE is not set
37961 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
37962 +# CONFIG_CRYPTO_CRC32C is not set
37963 +# CONFIG_CRYPTO_CAMELLIA is not set
37964 +# CONFIG_CRYPTO_AUTHENC is not set
37965 +# CONFIG_CRYPTO_LZO is not set
37966 +CONFIG_CRYPTO_HW=y
37967 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
37968 +# CONFIG_PPC_CLOCK is not set
37969 +CONFIG_PPC_LIB_RHEAP=y
37970 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8568mds_defconfig powerpc.git/arch/powerpc/configs/85xx/mpc8568mds_defconfig
37971 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8568mds_defconfig     1970-01-01 01:00:00.000000000 +0100
37972 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8568mds_defconfig  2008-04-19 16:40:52.000000000 +0200
37973 @@ -0,0 +1,1117 @@
37974 +#
37975 +# Automatically generated make config: don't edit
37976 +# Linux kernel version: 2.6.25-rc7
37977 +# Mon Mar 31 11:37:05 2008
37978 +#
37979 +# CONFIG_PPC64 is not set
37980 +
37981 +#
37982 +# Processor support
37983 +#
37984 +# CONFIG_6xx is not set
37985 +CONFIG_PPC_85xx=y
37986 +# CONFIG_PPC_8xx is not set
37987 +# CONFIG_40x is not set
37988 +# CONFIG_44x is not set
37989 +# CONFIG_E200 is not set
37990 +CONFIG_E500=y
37991 +CONFIG_BOOKE=y
37992 +CONFIG_FSL_BOOKE=y
37993 +CONFIG_FSL_EMB_PERFMON=y
37994 +# CONFIG_PHYS_64BIT is not set
37995 +CONFIG_SPE=y
37996 +# CONFIG_PPC_MM_SLICES is not set
37997 +CONFIG_PPC32=y
37998 +CONFIG_WORD_SIZE=32
37999 +CONFIG_PPC_MERGE=y
38000 +CONFIG_MMU=y
38001 +CONFIG_GENERIC_CMOS_UPDATE=y
38002 +CONFIG_GENERIC_TIME=y
38003 +CONFIG_GENERIC_TIME_VSYSCALL=y
38004 +CONFIG_GENERIC_CLOCKEVENTS=y
38005 +CONFIG_GENERIC_HARDIRQS=y
38006 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
38007 +CONFIG_IRQ_PER_CPU=y
38008 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
38009 +CONFIG_ARCH_HAS_ILOG2_U32=y
38010 +CONFIG_GENERIC_HWEIGHT=y
38011 +CONFIG_GENERIC_CALIBRATE_DELAY=y
38012 +CONFIG_GENERIC_FIND_NEXT_BIT=y
38013 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
38014 +CONFIG_PPC=y
38015 +CONFIG_EARLY_PRINTK=y
38016 +CONFIG_GENERIC_NVRAM=y
38017 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
38018 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
38019 +CONFIG_PPC_OF=y
38020 +CONFIG_OF=y
38021 +CONFIG_PPC_UDBG_16550=y
38022 +# CONFIG_GENERIC_TBSYNC is not set
38023 +CONFIG_AUDIT_ARCH=y
38024 +CONFIG_GENERIC_BUG=y
38025 +CONFIG_DEFAULT_UIMAGE=y
38026 +# CONFIG_PPC_DCR_NATIVE is not set
38027 +# CONFIG_PPC_DCR_MMIO is not set
38028 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
38029 +
38030 +#
38031 +# General setup
38032 +#
38033 +CONFIG_EXPERIMENTAL=y
38034 +CONFIG_BROKEN_ON_SMP=y
38035 +CONFIG_INIT_ENV_ARG_LIMIT=32
38036 +CONFIG_LOCALVERSION=""
38037 +CONFIG_LOCALVERSION_AUTO=y
38038 +CONFIG_SWAP=y
38039 +CONFIG_SYSVIPC=y
38040 +CONFIG_SYSVIPC_SYSCTL=y
38041 +# CONFIG_POSIX_MQUEUE is not set
38042 +# CONFIG_BSD_PROCESS_ACCT is not set
38043 +# CONFIG_TASKSTATS is not set
38044 +# CONFIG_AUDIT is not set
38045 +# CONFIG_IKCONFIG is not set
38046 +CONFIG_LOG_BUF_SHIFT=14
38047 +# CONFIG_CGROUPS is not set
38048 +CONFIG_GROUP_SCHED=y
38049 +# CONFIG_FAIR_GROUP_SCHED is not set
38050 +# CONFIG_RT_GROUP_SCHED is not set
38051 +CONFIG_USER_SCHED=y
38052 +# CONFIG_CGROUP_SCHED is not set
38053 +CONFIG_SYSFS_DEPRECATED=y
38054 +CONFIG_SYSFS_DEPRECATED_V2=y
38055 +# CONFIG_RELAY is not set
38056 +# CONFIG_NAMESPACES is not set
38057 +CONFIG_BLK_DEV_INITRD=y
38058 +CONFIG_INITRAMFS_SOURCE=""
38059 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
38060 +CONFIG_SYSCTL=y
38061 +CONFIG_EMBEDDED=y
38062 +CONFIG_SYSCTL_SYSCALL=y
38063 +# CONFIG_KALLSYMS is not set
38064 +CONFIG_HOTPLUG=y
38065 +CONFIG_PRINTK=y
38066 +CONFIG_BUG=y
38067 +CONFIG_ELF_CORE=y
38068 +CONFIG_COMPAT_BRK=y
38069 +CONFIG_BASE_FULL=y
38070 +CONFIG_FUTEX=y
38071 +CONFIG_ANON_INODES=y
38072 +# CONFIG_EPOLL is not set
38073 +CONFIG_SIGNALFD=y
38074 +CONFIG_TIMERFD=y
38075 +CONFIG_EVENTFD=y
38076 +CONFIG_SHMEM=y
38077 +CONFIG_VM_EVENT_COUNTERS=y
38078 +CONFIG_SLUB_DEBUG=y
38079 +# CONFIG_SLAB is not set
38080 +CONFIG_SLUB=y
38081 +# CONFIG_SLOB is not set
38082 +# CONFIG_PROFILING is not set
38083 +# CONFIG_MARKERS is not set
38084 +CONFIG_HAVE_OPROFILE=y
38085 +CONFIG_HAVE_KPROBES=y
38086 +CONFIG_HAVE_KRETPROBES=y
38087 +CONFIG_PROC_PAGE_MONITOR=y
38088 +CONFIG_SLABINFO=y
38089 +CONFIG_RT_MUTEXES=y
38090 +# CONFIG_TINY_SHMEM is not set
38091 +CONFIG_BASE_SMALL=0
38092 +CONFIG_MODULES=y
38093 +CONFIG_MODULE_UNLOAD=y
38094 +# CONFIG_MODULE_FORCE_UNLOAD is not set
38095 +# CONFIG_MODVERSIONS is not set
38096 +# CONFIG_MODULE_SRCVERSION_ALL is not set
38097 +# CONFIG_KMOD is not set
38098 +CONFIG_BLOCK=y
38099 +# CONFIG_LBD is not set
38100 +# CONFIG_BLK_DEV_IO_TRACE is not set
38101 +# CONFIG_LSF is not set
38102 +# CONFIG_BLK_DEV_BSG is not set
38103 +
38104 +#
38105 +# IO Schedulers
38106 +#
38107 +CONFIG_IOSCHED_NOOP=y
38108 +CONFIG_IOSCHED_AS=y
38109 +CONFIG_IOSCHED_DEADLINE=y
38110 +CONFIG_IOSCHED_CFQ=y
38111 +CONFIG_DEFAULT_AS=y
38112 +# CONFIG_DEFAULT_DEADLINE is not set
38113 +# CONFIG_DEFAULT_CFQ is not set
38114 +# CONFIG_DEFAULT_NOOP is not set
38115 +CONFIG_DEFAULT_IOSCHED="anticipatory"
38116 +CONFIG_CLASSIC_RCU=y
38117 +
38118 +#
38119 +# Platform support
38120 +#
38121 +# CONFIG_PPC_MPC512x is not set
38122 +# CONFIG_PPC_MPC5121 is not set
38123 +# CONFIG_PPC_CELL is not set
38124 +# CONFIG_PPC_CELL_NATIVE is not set
38125 +# CONFIG_PQ2ADS is not set
38126 +CONFIG_MPC85xx=y
38127 +# CONFIG_MPC8540_ADS is not set
38128 +# CONFIG_MPC8560_ADS is not set
38129 +# CONFIG_MPC85xx_CDS is not set
38130 +CONFIG_MPC85xx_MDS=y
38131 +# CONFIG_MPC85xx_DS is not set
38132 +# CONFIG_STX_GP3 is not set
38133 +# CONFIG_TQM8540 is not set
38134 +# CONFIG_TQM8541 is not set
38135 +# CONFIG_TQM8555 is not set
38136 +# CONFIG_TQM8560 is not set
38137 +# CONFIG_SBC8548 is not set
38138 +# CONFIG_SBC8560 is not set
38139 +# CONFIG_IPIC is not set
38140 +CONFIG_MPIC=y
38141 +# CONFIG_MPIC_WEIRD is not set
38142 +# CONFIG_PPC_I8259 is not set
38143 +# CONFIG_PPC_RTAS is not set
38144 +# CONFIG_MMIO_NVRAM is not set
38145 +# CONFIG_PPC_MPC106 is not set
38146 +# CONFIG_PPC_970_NAP is not set
38147 +# CONFIG_PPC_INDIRECT_IO is not set
38148 +# CONFIG_GENERIC_IOMAP is not set
38149 +# CONFIG_CPU_FREQ is not set
38150 +CONFIG_QUICC_ENGINE=y
38151 +# CONFIG_CPM2 is not set
38152 +# CONFIG_FSL_ULI1575 is not set
38153 +
38154 +#
38155 +# Kernel options
38156 +#
38157 +# CONFIG_HIGHMEM is not set
38158 +CONFIG_TICK_ONESHOT=y
38159 +CONFIG_NO_HZ=y
38160 +CONFIG_HIGH_RES_TIMERS=y
38161 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
38162 +# CONFIG_HZ_100 is not set
38163 +CONFIG_HZ_250=y
38164 +# CONFIG_HZ_300 is not set
38165 +# CONFIG_HZ_1000 is not set
38166 +CONFIG_HZ=250
38167 +# CONFIG_SCHED_HRTICK is not set
38168 +CONFIG_PREEMPT_NONE=y
38169 +# CONFIG_PREEMPT_VOLUNTARY is not set
38170 +# CONFIG_PREEMPT is not set
38171 +CONFIG_BINFMT_ELF=y
38172 +# CONFIG_BINFMT_MISC is not set
38173 +CONFIG_MATH_EMULATION=y
38174 +# CONFIG_IOMMU_HELPER is not set
38175 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
38176 +CONFIG_ARCH_HAS_WALK_MEMORY=y
38177 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
38178 +CONFIG_ARCH_FLATMEM_ENABLE=y
38179 +CONFIG_ARCH_POPULATES_NODE_MAP=y
38180 +CONFIG_SELECT_MEMORY_MODEL=y
38181 +CONFIG_FLATMEM_MANUAL=y
38182 +# CONFIG_DISCONTIGMEM_MANUAL is not set
38183 +# CONFIG_SPARSEMEM_MANUAL is not set
38184 +CONFIG_FLATMEM=y
38185 +CONFIG_FLAT_NODE_MEM_MAP=y
38186 +# CONFIG_SPARSEMEM_STATIC is not set
38187 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
38188 +CONFIG_SPLIT_PTLOCK_CPUS=4
38189 +# CONFIG_RESOURCES_64BIT is not set
38190 +CONFIG_ZONE_DMA_FLAG=1
38191 +CONFIG_BOUNCE=y
38192 +CONFIG_VIRT_TO_BUS=y
38193 +CONFIG_PROC_DEVICETREE=y
38194 +# CONFIG_CMDLINE_BOOL is not set
38195 +# CONFIG_PM is not set
38196 +CONFIG_SECCOMP=y
38197 +CONFIG_ISA_DMA_API=y
38198 +
38199 +#
38200 +# Bus options
38201 +#
38202 +CONFIG_ZONE_DMA=y
38203 +CONFIG_PPC_INDIRECT_PCI=y
38204 +CONFIG_FSL_SOC=y
38205 +CONFIG_FSL_PCI=y
38206 +CONFIG_PCI=y
38207 +CONFIG_PCI_DOMAINS=y
38208 +CONFIG_PCI_SYSCALL=y
38209 +# CONFIG_PCIEPORTBUS is not set
38210 +CONFIG_ARCH_SUPPORTS_MSI=y
38211 +# CONFIG_PCI_MSI is not set
38212 +CONFIG_PCI_LEGACY=y
38213 +# CONFIG_PCI_DEBUG is not set
38214 +# CONFIG_PCCARD is not set
38215 +# CONFIG_HOTPLUG_PCI is not set
38216 +
38217 +#
38218 +# Advanced setup
38219 +#
38220 +# CONFIG_ADVANCED_OPTIONS is not set
38221 +
38222 +#
38223 +# Default settings for advanced configuration options are used
38224 +#
38225 +CONFIG_HIGHMEM_START=0xfe000000
38226 +CONFIG_LOWMEM_SIZE=0x30000000
38227 +CONFIG_KERNEL_START=0xc0000000
38228 +CONFIG_TASK_SIZE=0xc0000000
38229 +CONFIG_BOOT_LOAD=0x00800000
38230 +
38231 +#
38232 +# Networking
38233 +#
38234 +CONFIG_NET=y
38235 +
38236 +#
38237 +# Networking options
38238 +#
38239 +CONFIG_PACKET=y
38240 +# CONFIG_PACKET_MMAP is not set
38241 +CONFIG_UNIX=y
38242 +CONFIG_XFRM=y
38243 +# CONFIG_XFRM_USER is not set
38244 +# CONFIG_XFRM_SUB_POLICY is not set
38245 +# CONFIG_XFRM_MIGRATE is not set
38246 +# CONFIG_XFRM_STATISTICS is not set
38247 +# CONFIG_NET_KEY is not set
38248 +CONFIG_INET=y
38249 +CONFIG_IP_MULTICAST=y
38250 +# CONFIG_IP_ADVANCED_ROUTER is not set
38251 +CONFIG_IP_FIB_HASH=y
38252 +CONFIG_IP_PNP=y
38253 +CONFIG_IP_PNP_DHCP=y
38254 +CONFIG_IP_PNP_BOOTP=y
38255 +# CONFIG_IP_PNP_RARP is not set
38256 +# CONFIG_NET_IPIP is not set
38257 +# CONFIG_NET_IPGRE is not set
38258 +# CONFIG_IP_MROUTE is not set
38259 +# CONFIG_ARPD is not set
38260 +CONFIG_SYN_COOKIES=y
38261 +# CONFIG_INET_AH is not set
38262 +# CONFIG_INET_ESP is not set
38263 +# CONFIG_INET_IPCOMP is not set
38264 +# CONFIG_INET_XFRM_TUNNEL is not set
38265 +# CONFIG_INET_TUNNEL is not set
38266 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
38267 +CONFIG_INET_XFRM_MODE_TUNNEL=y
38268 +CONFIG_INET_XFRM_MODE_BEET=y
38269 +# CONFIG_INET_LRO is not set
38270 +CONFIG_INET_DIAG=y
38271 +CONFIG_INET_TCP_DIAG=y
38272 +# CONFIG_TCP_CONG_ADVANCED is not set
38273 +CONFIG_TCP_CONG_CUBIC=y
38274 +CONFIG_DEFAULT_TCP_CONG="cubic"
38275 +# CONFIG_TCP_MD5SIG is not set
38276 +# CONFIG_IPV6 is not set
38277 +# CONFIG_INET6_XFRM_TUNNEL is not set
38278 +# CONFIG_INET6_TUNNEL is not set
38279 +# CONFIG_NETWORK_SECMARK is not set
38280 +# CONFIG_NETFILTER is not set
38281 +# CONFIG_IP_DCCP is not set
38282 +# CONFIG_IP_SCTP is not set
38283 +# CONFIG_TIPC is not set
38284 +# CONFIG_ATM is not set
38285 +# CONFIG_BRIDGE is not set
38286 +# CONFIG_VLAN_8021Q is not set
38287 +# CONFIG_DECNET is not set
38288 +# CONFIG_LLC2 is not set
38289 +# CONFIG_IPX is not set
38290 +# CONFIG_ATALK is not set
38291 +# CONFIG_X25 is not set
38292 +# CONFIG_LAPB is not set
38293 +# CONFIG_ECONET is not set
38294 +# CONFIG_WAN_ROUTER is not set
38295 +# CONFIG_NET_SCHED is not set
38296 +
38297 +#
38298 +# Network testing
38299 +#
38300 +# CONFIG_NET_PKTGEN is not set
38301 +# CONFIG_HAMRADIO is not set
38302 +# CONFIG_CAN is not set
38303 +# CONFIG_IRDA is not set
38304 +# CONFIG_BT is not set
38305 +# CONFIG_AF_RXRPC is not set
38306 +
38307 +#
38308 +# Wireless
38309 +#
38310 +# CONFIG_CFG80211 is not set
38311 +# CONFIG_WIRELESS_EXT is not set
38312 +# CONFIG_MAC80211 is not set
38313 +# CONFIG_IEEE80211 is not set
38314 +# CONFIG_RFKILL is not set
38315 +# CONFIG_NET_9P is not set
38316 +
38317 +#
38318 +# Device Drivers
38319 +#
38320 +
38321 +#
38322 +# Generic Driver Options
38323 +#
38324 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
38325 +CONFIG_STANDALONE=y
38326 +CONFIG_PREVENT_FIRMWARE_BUILD=y
38327 +# CONFIG_FW_LOADER is not set
38328 +# CONFIG_DEBUG_DRIVER is not set
38329 +# CONFIG_DEBUG_DEVRES is not set
38330 +# CONFIG_SYS_HYPERVISOR is not set
38331 +# CONFIG_CONNECTOR is not set
38332 +# CONFIG_MTD is not set
38333 +CONFIG_OF_DEVICE=y
38334 +# CONFIG_PARPORT is not set
38335 +CONFIG_BLK_DEV=y
38336 +# CONFIG_BLK_DEV_FD is not set
38337 +# CONFIG_BLK_CPQ_DA is not set
38338 +# CONFIG_BLK_CPQ_CISS_DA is not set
38339 +# CONFIG_BLK_DEV_DAC960 is not set
38340 +# CONFIG_BLK_DEV_UMEM is not set
38341 +# CONFIG_BLK_DEV_COW_COMMON is not set
38342 +CONFIG_BLK_DEV_LOOP=y
38343 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
38344 +# CONFIG_BLK_DEV_NBD is not set
38345 +# CONFIG_BLK_DEV_SX8 is not set
38346 +CONFIG_BLK_DEV_RAM=y
38347 +CONFIG_BLK_DEV_RAM_COUNT=16
38348 +CONFIG_BLK_DEV_RAM_SIZE=32768
38349 +# CONFIG_BLK_DEV_XIP is not set
38350 +# CONFIG_CDROM_PKTCDVD is not set
38351 +# CONFIG_ATA_OVER_ETH is not set
38352 +CONFIG_MISC_DEVICES=y
38353 +# CONFIG_PHANTOM is not set
38354 +# CONFIG_EEPROM_93CX6 is not set
38355 +# CONFIG_SGI_IOC4 is not set
38356 +# CONFIG_TIFM_CORE is not set
38357 +# CONFIG_ENCLOSURE_SERVICES is not set
38358 +CONFIG_HAVE_IDE=y
38359 +# CONFIG_IDE is not set
38360 +
38361 +#
38362 +# SCSI device support
38363 +#
38364 +# CONFIG_RAID_ATTRS is not set
38365 +CONFIG_SCSI=y
38366 +CONFIG_SCSI_DMA=y
38367 +# CONFIG_SCSI_TGT is not set
38368 +# CONFIG_SCSI_NETLINK is not set
38369 +CONFIG_SCSI_PROC_FS=y
38370 +
38371 +#
38372 +# SCSI support type (disk, tape, CD-ROM)
38373 +#
38374 +# CONFIG_BLK_DEV_SD is not set
38375 +# CONFIG_CHR_DEV_ST is not set
38376 +# CONFIG_CHR_DEV_OSST is not set
38377 +# CONFIG_BLK_DEV_SR is not set
38378 +# CONFIG_CHR_DEV_SG is not set
38379 +# CONFIG_CHR_DEV_SCH is not set
38380 +
38381 +#
38382 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
38383 +#
38384 +# CONFIG_SCSI_MULTI_LUN is not set
38385 +# CONFIG_SCSI_CONSTANTS is not set
38386 +# CONFIG_SCSI_LOGGING is not set
38387 +# CONFIG_SCSI_SCAN_ASYNC is not set
38388 +CONFIG_SCSI_WAIT_SCAN=m
38389 +
38390 +#
38391 +# SCSI Transports
38392 +#
38393 +# CONFIG_SCSI_SPI_ATTRS is not set
38394 +# CONFIG_SCSI_FC_ATTRS is not set
38395 +# CONFIG_SCSI_ISCSI_ATTRS is not set
38396 +# CONFIG_SCSI_SAS_LIBSAS is not set
38397 +# CONFIG_SCSI_SRP_ATTRS is not set
38398 +CONFIG_SCSI_LOWLEVEL=y
38399 +# CONFIG_ISCSI_TCP is not set
38400 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
38401 +# CONFIG_SCSI_3W_9XXX is not set
38402 +# CONFIG_SCSI_ACARD is not set
38403 +# CONFIG_SCSI_AACRAID is not set
38404 +# CONFIG_SCSI_AIC7XXX is not set
38405 +# CONFIG_SCSI_AIC7XXX_OLD is not set
38406 +# CONFIG_SCSI_AIC79XX is not set
38407 +# CONFIG_SCSI_AIC94XX is not set
38408 +# CONFIG_SCSI_DPT_I2O is not set
38409 +# CONFIG_SCSI_ADVANSYS is not set
38410 +# CONFIG_SCSI_ARCMSR is not set
38411 +# CONFIG_MEGARAID_NEWGEN is not set
38412 +# CONFIG_MEGARAID_LEGACY is not set
38413 +# CONFIG_MEGARAID_SAS is not set
38414 +# CONFIG_SCSI_HPTIOP is not set
38415 +# CONFIG_SCSI_BUSLOGIC is not set
38416 +# CONFIG_SCSI_DMX3191D is not set
38417 +# CONFIG_SCSI_EATA is not set
38418 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
38419 +# CONFIG_SCSI_GDTH is not set
38420 +# CONFIG_SCSI_IPS is not set
38421 +# CONFIG_SCSI_INITIO is not set
38422 +# CONFIG_SCSI_INIA100 is not set
38423 +# CONFIG_SCSI_MVSAS is not set
38424 +# CONFIG_SCSI_STEX is not set
38425 +# CONFIG_SCSI_SYM53C8XX_2 is not set
38426 +# CONFIG_SCSI_QLOGIC_1280 is not set
38427 +# CONFIG_SCSI_QLA_FC is not set
38428 +# CONFIG_SCSI_QLA_ISCSI is not set
38429 +# CONFIG_SCSI_LPFC is not set
38430 +# CONFIG_SCSI_DC395x is not set
38431 +# CONFIG_SCSI_DC390T is not set
38432 +# CONFIG_SCSI_NSP32 is not set
38433 +# CONFIG_SCSI_DEBUG is not set
38434 +# CONFIG_SCSI_SRP is not set
38435 +# CONFIG_ATA is not set
38436 +# CONFIG_MD is not set
38437 +# CONFIG_FUSION is not set
38438 +
38439 +#
38440 +# IEEE 1394 (FireWire) support
38441 +#
38442 +# CONFIG_FIREWIRE is not set
38443 +# CONFIG_IEEE1394 is not set
38444 +# CONFIG_I2O is not set
38445 +# CONFIG_MACINTOSH_DRIVERS is not set
38446 +CONFIG_NETDEVICES=y
38447 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
38448 +# CONFIG_DUMMY is not set
38449 +# CONFIG_BONDING is not set
38450 +# CONFIG_MACVLAN is not set
38451 +# CONFIG_EQUALIZER is not set
38452 +# CONFIG_TUN is not set
38453 +# CONFIG_VETH is not set
38454 +# CONFIG_ARCNET is not set
38455 +CONFIG_PHYLIB=y
38456 +
38457 +#
38458 +# MII PHY device drivers
38459 +#
38460 +CONFIG_MARVELL_PHY=y
38461 +# CONFIG_DAVICOM_PHY is not set
38462 +# CONFIG_QSEMI_PHY is not set
38463 +# CONFIG_LXT_PHY is not set
38464 +# CONFIG_CICADA_PHY is not set
38465 +# CONFIG_VITESSE_PHY is not set
38466 +# CONFIG_SMSC_PHY is not set
38467 +# CONFIG_BROADCOM_PHY is not set
38468 +# CONFIG_ICPLUS_PHY is not set
38469 +# CONFIG_REALTEK_PHY is not set
38470 +# CONFIG_FIXED_PHY is not set
38471 +# CONFIG_MDIO_BITBANG is not set
38472 +CONFIG_NET_ETHERNET=y
38473 +CONFIG_MII=y
38474 +# CONFIG_HAPPYMEAL is not set
38475 +# CONFIG_SUNGEM is not set
38476 +# CONFIG_CASSINI is not set
38477 +# CONFIG_NET_VENDOR_3COM is not set
38478 +# CONFIG_NET_TULIP is not set
38479 +# CONFIG_HP100 is not set
38480 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
38481 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
38482 +# CONFIG_IBM_NEW_EMAC_TAH is not set
38483 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
38484 +# CONFIG_NET_PCI is not set
38485 +# CONFIG_B44 is not set
38486 +CONFIG_NETDEV_1000=y
38487 +# CONFIG_ACENIC is not set
38488 +# CONFIG_DL2K is not set
38489 +# CONFIG_E1000 is not set
38490 +# CONFIG_E1000E is not set
38491 +# CONFIG_E1000E_ENABLED is not set
38492 +# CONFIG_IP1000 is not set
38493 +# CONFIG_IGB is not set
38494 +# CONFIG_NS83820 is not set
38495 +# CONFIG_HAMACHI is not set
38496 +# CONFIG_YELLOWFIN is not set
38497 +# CONFIG_R8169 is not set
38498 +# CONFIG_SIS190 is not set
38499 +# CONFIG_SKGE is not set
38500 +# CONFIG_SKY2 is not set
38501 +# CONFIG_SK98LIN is not set
38502 +# CONFIG_VIA_VELOCITY is not set
38503 +# CONFIG_TIGON3 is not set
38504 +# CONFIG_BNX2 is not set
38505 +CONFIG_GIANFAR=y
38506 +CONFIG_GFAR_NAPI=y
38507 +# CONFIG_UCC_GETH is not set
38508 +# CONFIG_QLA3XXX is not set
38509 +# CONFIG_ATL1 is not set
38510 +CONFIG_NETDEV_10000=y
38511 +# CONFIG_CHELSIO_T1 is not set
38512 +# CONFIG_CHELSIO_T3 is not set
38513 +# CONFIG_IXGBE is not set
38514 +# CONFIG_IXGB is not set
38515 +# CONFIG_S2IO is not set
38516 +# CONFIG_MYRI10GE is not set
38517 +# CONFIG_NETXEN_NIC is not set
38518 +# CONFIG_NIU is not set
38519 +# CONFIG_MLX4_CORE is not set
38520 +# CONFIG_TEHUTI is not set
38521 +# CONFIG_BNX2X is not set
38522 +# CONFIG_TR is not set
38523 +
38524 +#
38525 +# Wireless LAN
38526 +#
38527 +# CONFIG_WLAN_PRE80211 is not set
38528 +# CONFIG_WLAN_80211 is not set
38529 +# CONFIG_WAN is not set
38530 +# CONFIG_FDDI is not set
38531 +# CONFIG_HIPPI is not set
38532 +# CONFIG_PPP is not set
38533 +# CONFIG_SLIP is not set
38534 +# CONFIG_NET_FC is not set
38535 +# CONFIG_NETCONSOLE is not set
38536 +# CONFIG_NETPOLL is not set
38537 +# CONFIG_NET_POLL_CONTROLLER is not set
38538 +# CONFIG_ISDN is not set
38539 +# CONFIG_PHONE is not set
38540 +
38541 +#
38542 +# Input device support
38543 +#
38544 +CONFIG_INPUT=y
38545 +# CONFIG_INPUT_FF_MEMLESS is not set
38546 +# CONFIG_INPUT_POLLDEV is not set
38547 +
38548 +#
38549 +# Userland interfaces
38550 +#
38551 +# CONFIG_INPUT_MOUSEDEV is not set
38552 +# CONFIG_INPUT_JOYDEV is not set
38553 +# CONFIG_INPUT_EVDEV is not set
38554 +# CONFIG_INPUT_EVBUG is not set
38555 +
38556 +#
38557 +# Input Device Drivers
38558 +#
38559 +# CONFIG_INPUT_KEYBOARD is not set
38560 +# CONFIG_INPUT_MOUSE is not set
38561 +# CONFIG_INPUT_JOYSTICK is not set
38562 +# CONFIG_INPUT_TABLET is not set
38563 +# CONFIG_INPUT_TOUCHSCREEN is not set
38564 +# CONFIG_INPUT_MISC is not set
38565 +
38566 +#
38567 +# Hardware I/O ports
38568 +#
38569 +# CONFIG_SERIO is not set
38570 +# CONFIG_GAMEPORT is not set
38571 +
38572 +#
38573 +# Character devices
38574 +#
38575 +# CONFIG_VT is not set
38576 +# CONFIG_SERIAL_NONSTANDARD is not set
38577 +# CONFIG_NOZOMI is not set
38578 +
38579 +#
38580 +# Serial drivers
38581 +#
38582 +CONFIG_SERIAL_8250=y
38583 +CONFIG_SERIAL_8250_CONSOLE=y
38584 +CONFIG_SERIAL_8250_PCI=y
38585 +CONFIG_SERIAL_8250_NR_UARTS=4
38586 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
38587 +# CONFIG_SERIAL_8250_EXTENDED is not set
38588 +CONFIG_SERIAL_8250_SHARE_IRQ=y
38589 +
38590 +#
38591 +# Non-8250 serial port support
38592 +#
38593 +# CONFIG_SERIAL_UARTLITE is not set
38594 +CONFIG_SERIAL_CORE=y
38595 +CONFIG_SERIAL_CORE_CONSOLE=y
38596 +# CONFIG_SERIAL_JSM is not set
38597 +# CONFIG_SERIAL_OF_PLATFORM is not set
38598 +# CONFIG_SERIAL_QE is not set
38599 +CONFIG_UNIX98_PTYS=y
38600 +CONFIG_LEGACY_PTYS=y
38601 +CONFIG_LEGACY_PTY_COUNT=256
38602 +# CONFIG_IPMI_HANDLER is not set
38603 +CONFIG_HW_RANDOM=y
38604 +# CONFIG_NVRAM is not set
38605 +# CONFIG_GEN_RTC is not set
38606 +# CONFIG_R3964 is not set
38607 +# CONFIG_APPLICOM is not set
38608 +# CONFIG_RAW_DRIVER is not set
38609 +# CONFIG_TCG_TPM is not set
38610 +CONFIG_DEVPORT=y
38611 +CONFIG_I2C=y
38612 +CONFIG_I2C_BOARDINFO=y
38613 +CONFIG_I2C_CHARDEV=y
38614 +
38615 +#
38616 +# I2C Algorithms
38617 +#
38618 +# CONFIG_I2C_ALGOBIT is not set
38619 +# CONFIG_I2C_ALGOPCF is not set
38620 +# CONFIG_I2C_ALGOPCA is not set
38621 +
38622 +#
38623 +# I2C Hardware Bus support
38624 +#
38625 +# CONFIG_I2C_ALI1535 is not set
38626 +# CONFIG_I2C_ALI1563 is not set
38627 +# CONFIG_I2C_ALI15X3 is not set
38628 +# CONFIG_I2C_AMD756 is not set
38629 +# CONFIG_I2C_AMD8111 is not set
38630 +# CONFIG_I2C_I801 is not set
38631 +# CONFIG_I2C_I810 is not set
38632 +# CONFIG_I2C_PIIX4 is not set
38633 +CONFIG_I2C_MPC=y
38634 +# CONFIG_I2C_NFORCE2 is not set
38635 +# CONFIG_I2C_OCORES is not set
38636 +# CONFIG_I2C_PARPORT_LIGHT is not set
38637 +# CONFIG_I2C_PROSAVAGE is not set
38638 +# CONFIG_I2C_SAVAGE4 is not set
38639 +# CONFIG_I2C_SIMTEC is not set
38640 +# CONFIG_I2C_SIS5595 is not set
38641 +# CONFIG_I2C_SIS630 is not set
38642 +# CONFIG_I2C_SIS96X is not set
38643 +# CONFIG_I2C_TAOS_EVM is not set
38644 +# CONFIG_I2C_STUB is not set
38645 +# CONFIG_I2C_VIA is not set
38646 +# CONFIG_I2C_VIAPRO is not set
38647 +# CONFIG_I2C_VOODOO3 is not set
38648 +
38649 +#
38650 +# Miscellaneous I2C Chip support
38651 +#
38652 +# CONFIG_DS1682 is not set
38653 +# CONFIG_SENSORS_EEPROM is not set
38654 +# CONFIG_SENSORS_PCF8574 is not set
38655 +# CONFIG_PCF8575 is not set
38656 +# CONFIG_SENSORS_PCF8591 is not set
38657 +# CONFIG_TPS65010 is not set
38658 +# CONFIG_SENSORS_MAX6875 is not set
38659 +# CONFIG_SENSORS_TSL2550 is not set
38660 +# CONFIG_I2C_DEBUG_CORE is not set
38661 +# CONFIG_I2C_DEBUG_ALGO is not set
38662 +# CONFIG_I2C_DEBUG_BUS is not set
38663 +# CONFIG_I2C_DEBUG_CHIP is not set
38664 +
38665 +#
38666 +# SPI support
38667 +#
38668 +# CONFIG_SPI is not set
38669 +# CONFIG_SPI_MASTER is not set
38670 +# CONFIG_W1 is not set
38671 +# CONFIG_POWER_SUPPLY is not set
38672 +CONFIG_HWMON=y
38673 +# CONFIG_HWMON_VID is not set
38674 +# CONFIG_SENSORS_AD7418 is not set
38675 +# CONFIG_SENSORS_ADM1021 is not set
38676 +# CONFIG_SENSORS_ADM1025 is not set
38677 +# CONFIG_SENSORS_ADM1026 is not set
38678 +# CONFIG_SENSORS_ADM1029 is not set
38679 +# CONFIG_SENSORS_ADM1031 is not set
38680 +# CONFIG_SENSORS_ADM9240 is not set
38681 +# CONFIG_SENSORS_ADT7470 is not set
38682 +# CONFIG_SENSORS_ADT7473 is not set
38683 +# CONFIG_SENSORS_ATXP1 is not set
38684 +# CONFIG_SENSORS_DS1621 is not set
38685 +# CONFIG_SENSORS_I5K_AMB is not set
38686 +# CONFIG_SENSORS_F71805F is not set
38687 +# CONFIG_SENSORS_F71882FG is not set
38688 +# CONFIG_SENSORS_F75375S is not set
38689 +# CONFIG_SENSORS_GL518SM is not set
38690 +# CONFIG_SENSORS_GL520SM is not set
38691 +# CONFIG_SENSORS_IT87 is not set
38692 +# CONFIG_SENSORS_LM63 is not set
38693 +# CONFIG_SENSORS_LM75 is not set
38694 +# CONFIG_SENSORS_LM77 is not set
38695 +# CONFIG_SENSORS_LM78 is not set
38696 +# CONFIG_SENSORS_LM80 is not set
38697 +# CONFIG_SENSORS_LM83 is not set
38698 +# CONFIG_SENSORS_LM85 is not set
38699 +# CONFIG_SENSORS_LM87 is not set
38700 +# CONFIG_SENSORS_LM90 is not set
38701 +# CONFIG_SENSORS_LM92 is not set
38702 +# CONFIG_SENSORS_LM93 is not set
38703 +# CONFIG_SENSORS_MAX1619 is not set
38704 +# CONFIG_SENSORS_MAX6650 is not set
38705 +# CONFIG_SENSORS_PC87360 is not set
38706 +# CONFIG_SENSORS_PC87427 is not set
38707 +# CONFIG_SENSORS_SIS5595 is not set
38708 +# CONFIG_SENSORS_DME1737 is not set
38709 +# CONFIG_SENSORS_SMSC47M1 is not set
38710 +# CONFIG_SENSORS_SMSC47M192 is not set
38711 +# CONFIG_SENSORS_SMSC47B397 is not set
38712 +# CONFIG_SENSORS_ADS7828 is not set
38713 +# CONFIG_SENSORS_THMC50 is not set
38714 +# CONFIG_SENSORS_VIA686A is not set
38715 +# CONFIG_SENSORS_VT1211 is not set
38716 +# CONFIG_SENSORS_VT8231 is not set
38717 +# CONFIG_SENSORS_W83781D is not set
38718 +# CONFIG_SENSORS_W83791D is not set
38719 +# CONFIG_SENSORS_W83792D is not set
38720 +# CONFIG_SENSORS_W83793 is not set
38721 +# CONFIG_SENSORS_W83L785TS is not set
38722 +# CONFIG_SENSORS_W83L786NG is not set
38723 +# CONFIG_SENSORS_W83627HF is not set
38724 +# CONFIG_SENSORS_W83627EHF is not set
38725 +# CONFIG_HWMON_DEBUG_CHIP is not set
38726 +# CONFIG_THERMAL is not set
38727 +CONFIG_WATCHDOG=y
38728 +# CONFIG_WATCHDOG_NOWAYOUT is not set
38729 +
38730 +#
38731 +# Watchdog Device Drivers
38732 +#
38733 +# CONFIG_SOFT_WATCHDOG is not set
38734 +# CONFIG_BOOKE_WDT is not set
38735 +
38736 +#
38737 +# PCI-based Watchdog Cards
38738 +#
38739 +# CONFIG_PCIPCWATCHDOG is not set
38740 +# CONFIG_WDTPCI is not set
38741 +
38742 +#
38743 +# Sonics Silicon Backplane
38744 +#
38745 +CONFIG_SSB_POSSIBLE=y
38746 +# CONFIG_SSB is not set
38747 +
38748 +#
38749 +# Multifunction device drivers
38750 +#
38751 +# CONFIG_MFD_SM501 is not set
38752 +
38753 +#
38754 +# Multimedia devices
38755 +#
38756 +# CONFIG_VIDEO_DEV is not set
38757 +# CONFIG_DVB_CORE is not set
38758 +CONFIG_DAB=y
38759 +
38760 +#
38761 +# Graphics support
38762 +#
38763 +# CONFIG_AGP is not set
38764 +# CONFIG_DRM is not set
38765 +# CONFIG_VGASTATE is not set
38766 +CONFIG_VIDEO_OUTPUT_CONTROL=m
38767 +# CONFIG_FB is not set
38768 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
38769 +
38770 +#
38771 +# Display device support
38772 +#
38773 +# CONFIG_DISPLAY_SUPPORT is not set
38774 +
38775 +#
38776 +# Sound
38777 +#
38778 +# CONFIG_SOUND is not set
38779 +CONFIG_HID_SUPPORT=y
38780 +CONFIG_HID=y
38781 +# CONFIG_HID_DEBUG is not set
38782 +# CONFIG_HIDRAW is not set
38783 +CONFIG_USB_SUPPORT=y
38784 +CONFIG_USB_ARCH_HAS_HCD=y
38785 +CONFIG_USB_ARCH_HAS_OHCI=y
38786 +CONFIG_USB_ARCH_HAS_EHCI=y
38787 +# CONFIG_USB is not set
38788 +
38789 +#
38790 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
38791 +#
38792 +# CONFIG_USB_GADGET is not set
38793 +# CONFIG_MMC is not set
38794 +# CONFIG_MEMSTICK is not set
38795 +# CONFIG_NEW_LEDS is not set
38796 +# CONFIG_INFINIBAND is not set
38797 +# CONFIG_EDAC is not set
38798 +CONFIG_RTC_LIB=y
38799 +CONFIG_RTC_CLASS=y
38800 +CONFIG_RTC_HCTOSYS=y
38801 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
38802 +# CONFIG_RTC_DEBUG is not set
38803 +
38804 +#
38805 +# RTC interfaces
38806 +#
38807 +CONFIG_RTC_INTF_SYSFS=y
38808 +CONFIG_RTC_INTF_PROC=y
38809 +CONFIG_RTC_INTF_DEV=y
38810 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
38811 +# CONFIG_RTC_DRV_TEST is not set
38812 +
38813 +#
38814 +# I2C RTC drivers
38815 +#
38816 +# CONFIG_RTC_DRV_DS1307 is not set
38817 +CONFIG_RTC_DRV_DS1374=y
38818 +# CONFIG_RTC_DRV_DS1672 is not set
38819 +# CONFIG_RTC_DRV_MAX6900 is not set
38820 +# CONFIG_RTC_DRV_RS5C372 is not set
38821 +# CONFIG_RTC_DRV_ISL1208 is not set
38822 +# CONFIG_RTC_DRV_X1205 is not set
38823 +# CONFIG_RTC_DRV_PCF8563 is not set
38824 +# CONFIG_RTC_DRV_PCF8583 is not set
38825 +# CONFIG_RTC_DRV_M41T80 is not set
38826 +# CONFIG_RTC_DRV_S35390A is not set
38827 +
38828 +#
38829 +# SPI RTC drivers
38830 +#
38831 +
38832 +#
38833 +# Platform RTC drivers
38834 +#
38835 +# CONFIG_RTC_DRV_CMOS is not set
38836 +# CONFIG_RTC_DRV_DS1511 is not set
38837 +# CONFIG_RTC_DRV_DS1553 is not set
38838 +# CONFIG_RTC_DRV_DS1742 is not set
38839 +# CONFIG_RTC_DRV_STK17TA8 is not set
38840 +# CONFIG_RTC_DRV_M48T86 is not set
38841 +# CONFIG_RTC_DRV_M48T59 is not set
38842 +# CONFIG_RTC_DRV_V3020 is not set
38843 +
38844 +#
38845 +# on-CPU RTC drivers
38846 +#
38847 +# CONFIG_DMADEVICES is not set
38848 +
38849 +#
38850 +# Userspace I/O
38851 +#
38852 +# CONFIG_UIO is not set
38853 +
38854 +#
38855 +# File systems
38856 +#
38857 +CONFIG_EXT2_FS=y
38858 +# CONFIG_EXT2_FS_XATTR is not set
38859 +# CONFIG_EXT2_FS_XIP is not set
38860 +CONFIG_EXT3_FS=y
38861 +CONFIG_EXT3_FS_XATTR=y
38862 +# CONFIG_EXT3_FS_POSIX_ACL is not set
38863 +# CONFIG_EXT3_FS_SECURITY is not set
38864 +# CONFIG_EXT4DEV_FS is not set
38865 +CONFIG_JBD=y
38866 +CONFIG_FS_MBCACHE=y
38867 +# CONFIG_REISERFS_FS is not set
38868 +# CONFIG_JFS_FS is not set
38869 +# CONFIG_FS_POSIX_ACL is not set
38870 +# CONFIG_XFS_FS is not set
38871 +# CONFIG_GFS2_FS is not set
38872 +# CONFIG_OCFS2_FS is not set
38873 +CONFIG_DNOTIFY=y
38874 +CONFIG_INOTIFY=y
38875 +CONFIG_INOTIFY_USER=y
38876 +# CONFIG_QUOTA is not set
38877 +# CONFIG_AUTOFS_FS is not set
38878 +# CONFIG_AUTOFS4_FS is not set
38879 +# CONFIG_FUSE_FS is not set
38880 +
38881 +#
38882 +# CD-ROM/DVD Filesystems
38883 +#
38884 +# CONFIG_ISO9660_FS is not set
38885 +# CONFIG_UDF_FS is not set
38886 +
38887 +#
38888 +# DOS/FAT/NT Filesystems
38889 +#
38890 +# CONFIG_MSDOS_FS is not set
38891 +# CONFIG_VFAT_FS is not set
38892 +# CONFIG_NTFS_FS is not set
38893 +
38894 +#
38895 +# Pseudo filesystems
38896 +#
38897 +CONFIG_PROC_FS=y
38898 +CONFIG_PROC_KCORE=y
38899 +CONFIG_PROC_SYSCTL=y
38900 +CONFIG_SYSFS=y
38901 +CONFIG_TMPFS=y
38902 +# CONFIG_TMPFS_POSIX_ACL is not set
38903 +# CONFIG_HUGETLB_PAGE is not set
38904 +# CONFIG_CONFIGFS_FS is not set
38905 +
38906 +#
38907 +# Miscellaneous filesystems
38908 +#
38909 +# CONFIG_ADFS_FS is not set
38910 +# CONFIG_AFFS_FS is not set
38911 +# CONFIG_HFS_FS is not set
38912 +# CONFIG_HFSPLUS_FS is not set
38913 +# CONFIG_BEFS_FS is not set
38914 +# CONFIG_BFS_FS is not set
38915 +# CONFIG_EFS_FS is not set
38916 +# CONFIG_CRAMFS is not set
38917 +# CONFIG_VXFS_FS is not set
38918 +# CONFIG_MINIX_FS is not set
38919 +# CONFIG_HPFS_FS is not set
38920 +# CONFIG_QNX4FS_FS is not set
38921 +# CONFIG_ROMFS_FS is not set
38922 +# CONFIG_SYSV_FS is not set
38923 +# CONFIG_UFS_FS is not set
38924 +CONFIG_NETWORK_FILESYSTEMS=y
38925 +CONFIG_NFS_FS=y
38926 +CONFIG_NFS_V3=y
38927 +# CONFIG_NFS_V3_ACL is not set
38928 +CONFIG_NFS_V4=y
38929 +# CONFIG_NFS_DIRECTIO is not set
38930 +# CONFIG_NFSD is not set
38931 +CONFIG_ROOT_NFS=y
38932 +CONFIG_LOCKD=y
38933 +CONFIG_LOCKD_V4=y
38934 +CONFIG_NFS_COMMON=y
38935 +CONFIG_SUNRPC=y
38936 +CONFIG_SUNRPC_GSS=y
38937 +# CONFIG_SUNRPC_BIND34 is not set
38938 +CONFIG_RPCSEC_GSS_KRB5=y
38939 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
38940 +# CONFIG_SMB_FS is not set
38941 +# CONFIG_CIFS is not set
38942 +# CONFIG_NCP_FS is not set
38943 +# CONFIG_CODA_FS is not set
38944 +# CONFIG_AFS_FS is not set
38945 +
38946 +#
38947 +# Partition Types
38948 +#
38949 +CONFIG_PARTITION_ADVANCED=y
38950 +# CONFIG_ACORN_PARTITION is not set
38951 +# CONFIG_OSF_PARTITION is not set
38952 +# CONFIG_AMIGA_PARTITION is not set
38953 +# CONFIG_ATARI_PARTITION is not set
38954 +# CONFIG_MAC_PARTITION is not set
38955 +# CONFIG_MSDOS_PARTITION is not set
38956 +# CONFIG_LDM_PARTITION is not set
38957 +# CONFIG_SGI_PARTITION is not set
38958 +# CONFIG_ULTRIX_PARTITION is not set
38959 +# CONFIG_SUN_PARTITION is not set
38960 +# CONFIG_KARMA_PARTITION is not set
38961 +# CONFIG_EFI_PARTITION is not set
38962 +# CONFIG_SYSV68_PARTITION is not set
38963 +# CONFIG_NLS is not set
38964 +# CONFIG_DLM is not set
38965 +
38966 +#
38967 +# Library routines
38968 +#
38969 +CONFIG_BITREVERSE=y
38970 +# CONFIG_CRC_CCITT is not set
38971 +# CONFIG_CRC16 is not set
38972 +# CONFIG_CRC_ITU_T is not set
38973 +CONFIG_CRC32=y
38974 +# CONFIG_CRC7 is not set
38975 +# CONFIG_LIBCRC32C is not set
38976 +CONFIG_PLIST=y
38977 +CONFIG_HAS_IOMEM=y
38978 +CONFIG_HAS_IOPORT=y
38979 +CONFIG_HAS_DMA=y
38980 +
38981 +#
38982 +# Kernel hacking
38983 +#
38984 +# CONFIG_PRINTK_TIME is not set
38985 +CONFIG_ENABLE_WARN_DEPRECATED=y
38986 +CONFIG_ENABLE_MUST_CHECK=y
38987 +# CONFIG_MAGIC_SYSRQ is not set
38988 +# CONFIG_UNUSED_SYMBOLS is not set
38989 +# CONFIG_DEBUG_FS is not set
38990 +# CONFIG_HEADERS_CHECK is not set
38991 +CONFIG_DEBUG_KERNEL=y
38992 +# CONFIG_DEBUG_SHIRQ is not set
38993 +CONFIG_DETECT_SOFTLOCKUP=y
38994 +CONFIG_SCHED_DEBUG=y
38995 +# CONFIG_SCHEDSTATS is not set
38996 +# CONFIG_TIMER_STATS is not set
38997 +# CONFIG_SLUB_DEBUG_ON is not set
38998 +# CONFIG_SLUB_STATS is not set
38999 +# CONFIG_DEBUG_RT_MUTEXES is not set
39000 +# CONFIG_RT_MUTEX_TESTER is not set
39001 +# CONFIG_DEBUG_SPINLOCK is not set
39002 +# CONFIG_DEBUG_MUTEXES is not set
39003 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
39004 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
39005 +# CONFIG_DEBUG_KOBJECT is not set
39006 +# CONFIG_DEBUG_BUGVERBOSE is not set
39007 +# CONFIG_DEBUG_INFO is not set
39008 +# CONFIG_DEBUG_VM is not set
39009 +# CONFIG_DEBUG_LIST is not set
39010 +# CONFIG_DEBUG_SG is not set
39011 +# CONFIG_BOOT_PRINTK_DELAY is not set
39012 +# CONFIG_RCU_TORTURE_TEST is not set
39013 +# CONFIG_BACKTRACE_SELF_TEST is not set
39014 +# CONFIG_FAULT_INJECTION is not set
39015 +# CONFIG_SAMPLES is not set
39016 +# CONFIG_DEBUG_STACKOVERFLOW is not set
39017 +# CONFIG_DEBUG_STACK_USAGE is not set
39018 +# CONFIG_DEBUG_PAGEALLOC is not set
39019 +CONFIG_DEBUGGER=y
39020 +# CONFIG_XMON is not set
39021 +# CONFIG_BDI_SWITCH is not set
39022 +CONFIG_PPC_EARLY_DEBUG=y
39023 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
39024 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
39025 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
39026 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
39027 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
39028 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
39029 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
39030 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
39031 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
39032 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
39033 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
39034 +
39035 +#
39036 +# Security options
39037 +#
39038 +# CONFIG_KEYS is not set
39039 +# CONFIG_SECURITY is not set
39040 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
39041 +CONFIG_CRYPTO=y
39042 +CONFIG_CRYPTO_ALGAPI=y
39043 +CONFIG_CRYPTO_BLKCIPHER=y
39044 +# CONFIG_CRYPTO_SEQIV is not set
39045 +CONFIG_CRYPTO_MANAGER=y
39046 +# CONFIG_CRYPTO_HMAC is not set
39047 +# CONFIG_CRYPTO_XCBC is not set
39048 +# CONFIG_CRYPTO_NULL is not set
39049 +# CONFIG_CRYPTO_MD4 is not set
39050 +CONFIG_CRYPTO_MD5=y
39051 +# CONFIG_CRYPTO_SHA1 is not set
39052 +# CONFIG_CRYPTO_SHA256 is not set
39053 +# CONFIG_CRYPTO_SHA512 is not set
39054 +# CONFIG_CRYPTO_WP512 is not set
39055 +# CONFIG_CRYPTO_TGR192 is not set
39056 +# CONFIG_CRYPTO_GF128MUL is not set
39057 +CONFIG_CRYPTO_ECB=m
39058 +CONFIG_CRYPTO_CBC=y
39059 +CONFIG_CRYPTO_PCBC=m
39060 +# CONFIG_CRYPTO_LRW is not set
39061 +# CONFIG_CRYPTO_XTS is not set
39062 +# CONFIG_CRYPTO_CTR is not set
39063 +# CONFIG_CRYPTO_GCM is not set
39064 +# CONFIG_CRYPTO_CCM is not set
39065 +# CONFIG_CRYPTO_CRYPTD is not set
39066 +CONFIG_CRYPTO_DES=y
39067 +# CONFIG_CRYPTO_FCRYPT is not set
39068 +# CONFIG_CRYPTO_BLOWFISH is not set
39069 +# CONFIG_CRYPTO_TWOFISH is not set
39070 +# CONFIG_CRYPTO_SERPENT is not set
39071 +# CONFIG_CRYPTO_AES is not set
39072 +# CONFIG_CRYPTO_CAST5 is not set
39073 +# CONFIG_CRYPTO_CAST6 is not set
39074 +# CONFIG_CRYPTO_TEA is not set
39075 +# CONFIG_CRYPTO_ARC4 is not set
39076 +# CONFIG_CRYPTO_KHAZAD is not set
39077 +# CONFIG_CRYPTO_ANUBIS is not set
39078 +# CONFIG_CRYPTO_SEED is not set
39079 +# CONFIG_CRYPTO_SALSA20 is not set
39080 +# CONFIG_CRYPTO_DEFLATE is not set
39081 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
39082 +# CONFIG_CRYPTO_CRC32C is not set
39083 +# CONFIG_CRYPTO_CAMELLIA is not set
39084 +# CONFIG_CRYPTO_TEST is not set
39085 +# CONFIG_CRYPTO_AUTHENC is not set
39086 +# CONFIG_CRYPTO_LZO is not set
39087 +CONFIG_CRYPTO_HW=y
39088 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
39089 +# CONFIG_PPC_CLOCK is not set
39090 +CONFIG_PPC_LIB_RHEAP=y
39091 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8572_ds_defconfig powerpc.git/arch/powerpc/configs/85xx/mpc8572_ds_defconfig
39092 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8572_ds_defconfig     1970-01-01 01:00:00.000000000 +0100
39093 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8572_ds_defconfig  2008-04-19 16:40:52.000000000 +0200
39094 @@ -0,0 +1,1549 @@
39095 +#
39096 +# Automatically generated make config: don't edit
39097 +# Linux kernel version: 2.6.25-rc7
39098 +# Mon Mar 31 11:37:06 2008
39099 +#
39100 +# CONFIG_PPC64 is not set
39101 +
39102 +#
39103 +# Processor support
39104 +#
39105 +# CONFIG_6xx is not set
39106 +CONFIG_PPC_85xx=y
39107 +# CONFIG_PPC_8xx is not set
39108 +# CONFIG_40x is not set
39109 +# CONFIG_44x is not set
39110 +# CONFIG_E200 is not set
39111 +CONFIG_E500=y
39112 +CONFIG_BOOKE=y
39113 +CONFIG_FSL_BOOKE=y
39114 +CONFIG_FSL_EMB_PERFMON=y
39115 +# CONFIG_PHYS_64BIT is not set
39116 +CONFIG_SPE=y
39117 +# CONFIG_PPC_MM_SLICES is not set
39118 +CONFIG_PPC32=y
39119 +CONFIG_WORD_SIZE=32
39120 +CONFIG_PPC_MERGE=y
39121 +CONFIG_MMU=y
39122 +CONFIG_GENERIC_CMOS_UPDATE=y
39123 +CONFIG_GENERIC_TIME=y
39124 +CONFIG_GENERIC_TIME_VSYSCALL=y
39125 +CONFIG_GENERIC_CLOCKEVENTS=y
39126 +CONFIG_GENERIC_HARDIRQS=y
39127 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
39128 +CONFIG_IRQ_PER_CPU=y
39129 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
39130 +CONFIG_ARCH_HAS_ILOG2_U32=y
39131 +CONFIG_GENERIC_HWEIGHT=y
39132 +CONFIG_GENERIC_CALIBRATE_DELAY=y
39133 +CONFIG_GENERIC_FIND_NEXT_BIT=y
39134 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
39135 +CONFIG_PPC=y
39136 +CONFIG_EARLY_PRINTK=y
39137 +CONFIG_GENERIC_NVRAM=y
39138 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
39139 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
39140 +CONFIG_PPC_OF=y
39141 +CONFIG_OF=y
39142 +CONFIG_PPC_UDBG_16550=y
39143 +# CONFIG_GENERIC_TBSYNC is not set
39144 +CONFIG_AUDIT_ARCH=y
39145 +CONFIG_GENERIC_BUG=y
39146 +CONFIG_DEFAULT_UIMAGE=y
39147 +# CONFIG_PPC_DCR_NATIVE is not set
39148 +# CONFIG_PPC_DCR_MMIO is not set
39149 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
39150 +
39151 +#
39152 +# General setup
39153 +#
39154 +CONFIG_EXPERIMENTAL=y
39155 +CONFIG_BROKEN_ON_SMP=y
39156 +CONFIG_INIT_ENV_ARG_LIMIT=32
39157 +CONFIG_LOCALVERSION=""
39158 +CONFIG_LOCALVERSION_AUTO=y
39159 +CONFIG_SWAP=y
39160 +CONFIG_SYSVIPC=y
39161 +CONFIG_SYSVIPC_SYSCTL=y
39162 +CONFIG_POSIX_MQUEUE=y
39163 +CONFIG_BSD_PROCESS_ACCT=y
39164 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
39165 +# CONFIG_TASKSTATS is not set
39166 +CONFIG_AUDIT=y
39167 +# CONFIG_AUDITSYSCALL is not set
39168 +CONFIG_IKCONFIG=y
39169 +CONFIG_IKCONFIG_PROC=y
39170 +CONFIG_LOG_BUF_SHIFT=14
39171 +# CONFIG_CGROUPS is not set
39172 +CONFIG_GROUP_SCHED=y
39173 +# CONFIG_FAIR_GROUP_SCHED is not set
39174 +# CONFIG_RT_GROUP_SCHED is not set
39175 +CONFIG_USER_SCHED=y
39176 +# CONFIG_CGROUP_SCHED is not set
39177 +CONFIG_SYSFS_DEPRECATED=y
39178 +CONFIG_SYSFS_DEPRECATED_V2=y
39179 +# CONFIG_RELAY is not set
39180 +# CONFIG_NAMESPACES is not set
39181 +CONFIG_BLK_DEV_INITRD=y
39182 +CONFIG_INITRAMFS_SOURCE=""
39183 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
39184 +CONFIG_SYSCTL=y
39185 +CONFIG_EMBEDDED=y
39186 +CONFIG_SYSCTL_SYSCALL=y
39187 +CONFIG_KALLSYMS=y
39188 +CONFIG_KALLSYMS_ALL=y
39189 +CONFIG_KALLSYMS_EXTRA_PASS=y
39190 +CONFIG_HOTPLUG=y
39191 +CONFIG_PRINTK=y
39192 +CONFIG_BUG=y
39193 +CONFIG_ELF_CORE=y
39194 +CONFIG_COMPAT_BRK=y
39195 +CONFIG_BASE_FULL=y
39196 +CONFIG_FUTEX=y
39197 +CONFIG_ANON_INODES=y
39198 +CONFIG_EPOLL=y
39199 +CONFIG_SIGNALFD=y
39200 +CONFIG_TIMERFD=y
39201 +CONFIG_EVENTFD=y
39202 +CONFIG_SHMEM=y
39203 +CONFIG_VM_EVENT_COUNTERS=y
39204 +CONFIG_SLUB_DEBUG=y
39205 +# CONFIG_SLAB is not set
39206 +CONFIG_SLUB=y
39207 +# CONFIG_SLOB is not set
39208 +# CONFIG_PROFILING is not set
39209 +# CONFIG_MARKERS is not set
39210 +CONFIG_HAVE_OPROFILE=y
39211 +# CONFIG_KPROBES is not set
39212 +CONFIG_HAVE_KPROBES=y
39213 +CONFIG_HAVE_KRETPROBES=y
39214 +CONFIG_PROC_PAGE_MONITOR=y
39215 +CONFIG_SLABINFO=y
39216 +CONFIG_RT_MUTEXES=y
39217 +# CONFIG_TINY_SHMEM is not set
39218 +CONFIG_BASE_SMALL=0
39219 +CONFIG_MODULES=y
39220 +CONFIG_MODULE_UNLOAD=y
39221 +CONFIG_MODULE_FORCE_UNLOAD=y
39222 +CONFIG_MODVERSIONS=y
39223 +# CONFIG_MODULE_SRCVERSION_ALL is not set
39224 +CONFIG_KMOD=y
39225 +CONFIG_BLOCK=y
39226 +CONFIG_LBD=y
39227 +# CONFIG_BLK_DEV_IO_TRACE is not set
39228 +# CONFIG_LSF is not set
39229 +# CONFIG_BLK_DEV_BSG is not set
39230 +
39231 +#
39232 +# IO Schedulers
39233 +#
39234 +CONFIG_IOSCHED_NOOP=y
39235 +CONFIG_IOSCHED_AS=y
39236 +CONFIG_IOSCHED_DEADLINE=y
39237 +CONFIG_IOSCHED_CFQ=y
39238 +# CONFIG_DEFAULT_AS is not set
39239 +# CONFIG_DEFAULT_DEADLINE is not set
39240 +CONFIG_DEFAULT_CFQ=y
39241 +# CONFIG_DEFAULT_NOOP is not set
39242 +CONFIG_DEFAULT_IOSCHED="cfq"
39243 +CONFIG_CLASSIC_RCU=y
39244 +
39245 +#
39246 +# Platform support
39247 +#
39248 +# CONFIG_PPC_MPC512x is not set
39249 +# CONFIG_PPC_MPC5121 is not set
39250 +# CONFIG_PPC_CELL is not set
39251 +# CONFIG_PPC_CELL_NATIVE is not set
39252 +# CONFIG_PQ2ADS is not set
39253 +CONFIG_MPC85xx=y
39254 +# CONFIG_MPC8540_ADS is not set
39255 +# CONFIG_MPC8560_ADS is not set
39256 +# CONFIG_MPC85xx_CDS is not set
39257 +# CONFIG_MPC85xx_MDS is not set
39258 +CONFIG_MPC85xx_DS=y
39259 +# CONFIG_STX_GP3 is not set
39260 +# CONFIG_TQM8540 is not set
39261 +# CONFIG_TQM8541 is not set
39262 +# CONFIG_TQM8555 is not set
39263 +# CONFIG_TQM8560 is not set
39264 +# CONFIG_SBC8548 is not set
39265 +# CONFIG_SBC8560 is not set
39266 +# CONFIG_IPIC is not set
39267 +CONFIG_MPIC=y
39268 +# CONFIG_MPIC_WEIRD is not set
39269 +CONFIG_PPC_I8259=y
39270 +# CONFIG_PPC_RTAS is not set
39271 +# CONFIG_MMIO_NVRAM is not set
39272 +# CONFIG_PPC_MPC106 is not set
39273 +# CONFIG_PPC_970_NAP is not set
39274 +# CONFIG_PPC_INDIRECT_IO is not set
39275 +# CONFIG_GENERIC_IOMAP is not set
39276 +# CONFIG_CPU_FREQ is not set
39277 +# CONFIG_CPM2 is not set
39278 +CONFIG_FSL_ULI1575=y
39279 +
39280 +#
39281 +# Kernel options
39282 +#
39283 +CONFIG_HIGHMEM=y
39284 +CONFIG_TICK_ONESHOT=y
39285 +CONFIG_NO_HZ=y
39286 +CONFIG_HIGH_RES_TIMERS=y
39287 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
39288 +# CONFIG_HZ_100 is not set
39289 +CONFIG_HZ_250=y
39290 +# CONFIG_HZ_300 is not set
39291 +# CONFIG_HZ_1000 is not set
39292 +CONFIG_HZ=250
39293 +# CONFIG_SCHED_HRTICK is not set
39294 +CONFIG_PREEMPT_NONE=y
39295 +# CONFIG_PREEMPT_VOLUNTARY is not set
39296 +# CONFIG_PREEMPT is not set
39297 +CONFIG_BINFMT_ELF=y
39298 +CONFIG_BINFMT_MISC=m
39299 +CONFIG_MATH_EMULATION=y
39300 +# CONFIG_IOMMU_HELPER is not set
39301 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
39302 +CONFIG_ARCH_HAS_WALK_MEMORY=y
39303 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
39304 +CONFIG_ARCH_FLATMEM_ENABLE=y
39305 +CONFIG_ARCH_POPULATES_NODE_MAP=y
39306 +CONFIG_SELECT_MEMORY_MODEL=y
39307 +CONFIG_FLATMEM_MANUAL=y
39308 +# CONFIG_DISCONTIGMEM_MANUAL is not set
39309 +# CONFIG_SPARSEMEM_MANUAL is not set
39310 +CONFIG_FLATMEM=y
39311 +CONFIG_FLAT_NODE_MEM_MAP=y
39312 +# CONFIG_SPARSEMEM_STATIC is not set
39313 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
39314 +CONFIG_SPLIT_PTLOCK_CPUS=4
39315 +# CONFIG_RESOURCES_64BIT is not set
39316 +CONFIG_ZONE_DMA_FLAG=1
39317 +CONFIG_BOUNCE=y
39318 +CONFIG_VIRT_TO_BUS=y
39319 +CONFIG_PROC_DEVICETREE=y
39320 +# CONFIG_CMDLINE_BOOL is not set
39321 +# CONFIG_PM is not set
39322 +CONFIG_SECCOMP=y
39323 +CONFIG_ISA_DMA_API=y
39324 +
39325 +#
39326 +# Bus options
39327 +#
39328 +CONFIG_ZONE_DMA=y
39329 +CONFIG_GENERIC_ISA_DMA=y
39330 +CONFIG_PPC_INDIRECT_PCI=y
39331 +CONFIG_FSL_SOC=y
39332 +CONFIG_FSL_PCI=y
39333 +CONFIG_PCI=y
39334 +CONFIG_PCI_DOMAINS=y
39335 +CONFIG_PCI_SYSCALL=y
39336 +# CONFIG_PCIEPORTBUS is not set
39337 +CONFIG_ARCH_SUPPORTS_MSI=y
39338 +# CONFIG_PCI_MSI is not set
39339 +CONFIG_PCI_LEGACY=y
39340 +# CONFIG_PCI_DEBUG is not set
39341 +# CONFIG_PCCARD is not set
39342 +# CONFIG_HOTPLUG_PCI is not set
39343 +
39344 +#
39345 +# Advanced setup
39346 +#
39347 +# CONFIG_ADVANCED_OPTIONS is not set
39348 +
39349 +#
39350 +# Default settings for advanced configuration options are used
39351 +#
39352 +CONFIG_HIGHMEM_START=0xfe000000
39353 +CONFIG_LOWMEM_SIZE=0x30000000
39354 +CONFIG_KERNEL_START=0xc0000000
39355 +CONFIG_TASK_SIZE=0xc0000000
39356 +CONFIG_BOOT_LOAD=0x00800000
39357 +
39358 +#
39359 +# Networking
39360 +#
39361 +CONFIG_NET=y
39362 +
39363 +#
39364 +# Networking options
39365 +#
39366 +CONFIG_PACKET=y
39367 +# CONFIG_PACKET_MMAP is not set
39368 +CONFIG_UNIX=y
39369 +CONFIG_XFRM=y
39370 +CONFIG_XFRM_USER=y
39371 +# CONFIG_XFRM_SUB_POLICY is not set
39372 +# CONFIG_XFRM_MIGRATE is not set
39373 +# CONFIG_XFRM_STATISTICS is not set
39374 +CONFIG_NET_KEY=m
39375 +# CONFIG_NET_KEY_MIGRATE is not set
39376 +CONFIG_INET=y
39377 +CONFIG_IP_MULTICAST=y
39378 +CONFIG_IP_ADVANCED_ROUTER=y
39379 +CONFIG_ASK_IP_FIB_HASH=y
39380 +# CONFIG_IP_FIB_TRIE is not set
39381 +CONFIG_IP_FIB_HASH=y
39382 +CONFIG_IP_MULTIPLE_TABLES=y
39383 +CONFIG_IP_ROUTE_MULTIPATH=y
39384 +CONFIG_IP_ROUTE_VERBOSE=y
39385 +CONFIG_IP_PNP=y
39386 +CONFIG_IP_PNP_DHCP=y
39387 +CONFIG_IP_PNP_BOOTP=y
39388 +CONFIG_IP_PNP_RARP=y
39389 +CONFIG_NET_IPIP=y
39390 +CONFIG_NET_IPGRE=y
39391 +CONFIG_NET_IPGRE_BROADCAST=y
39392 +CONFIG_IP_MROUTE=y
39393 +CONFIG_IP_PIMSM_V1=y
39394 +CONFIG_IP_PIMSM_V2=y
39395 +CONFIG_ARPD=y
39396 +# CONFIG_SYN_COOKIES is not set
39397 +# CONFIG_INET_AH is not set
39398 +# CONFIG_INET_ESP is not set
39399 +# CONFIG_INET_IPCOMP is not set
39400 +# CONFIG_INET_XFRM_TUNNEL is not set
39401 +CONFIG_INET_TUNNEL=y
39402 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
39403 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
39404 +# CONFIG_INET_XFRM_MODE_BEET is not set
39405 +# CONFIG_INET_LRO is not set
39406 +CONFIG_INET_DIAG=y
39407 +CONFIG_INET_TCP_DIAG=y
39408 +# CONFIG_TCP_CONG_ADVANCED is not set
39409 +CONFIG_TCP_CONG_CUBIC=y
39410 +CONFIG_DEFAULT_TCP_CONG="cubic"
39411 +# CONFIG_TCP_MD5SIG is not set
39412 +CONFIG_IPV6=y
39413 +# CONFIG_IPV6_PRIVACY is not set
39414 +# CONFIG_IPV6_ROUTER_PREF is not set
39415 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
39416 +# CONFIG_INET6_AH is not set
39417 +# CONFIG_INET6_ESP is not set
39418 +# CONFIG_INET6_IPCOMP is not set
39419 +# CONFIG_IPV6_MIP6 is not set
39420 +# CONFIG_INET6_XFRM_TUNNEL is not set
39421 +# CONFIG_INET6_TUNNEL is not set
39422 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
39423 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
39424 +CONFIG_INET6_XFRM_MODE_BEET=y
39425 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
39426 +CONFIG_IPV6_SIT=y
39427 +# CONFIG_IPV6_TUNNEL is not set
39428 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
39429 +# CONFIG_NETWORK_SECMARK is not set
39430 +# CONFIG_NETFILTER is not set
39431 +# CONFIG_IP_DCCP is not set
39432 +CONFIG_IP_SCTP=m
39433 +# CONFIG_SCTP_DBG_MSG is not set
39434 +# CONFIG_SCTP_DBG_OBJCNT is not set
39435 +# CONFIG_SCTP_HMAC_NONE is not set
39436 +# CONFIG_SCTP_HMAC_SHA1 is not set
39437 +CONFIG_SCTP_HMAC_MD5=y
39438 +# CONFIG_TIPC is not set
39439 +# CONFIG_ATM is not set
39440 +# CONFIG_BRIDGE is not set
39441 +# CONFIG_VLAN_8021Q is not set
39442 +# CONFIG_DECNET is not set
39443 +# CONFIG_LLC2 is not set
39444 +# CONFIG_IPX is not set
39445 +# CONFIG_ATALK is not set
39446 +# CONFIG_X25 is not set
39447 +# CONFIG_LAPB is not set
39448 +# CONFIG_ECONET is not set
39449 +# CONFIG_WAN_ROUTER is not set
39450 +# CONFIG_NET_SCHED is not set
39451 +
39452 +#
39453 +# Network testing
39454 +#
39455 +# CONFIG_NET_PKTGEN is not set
39456 +# CONFIG_HAMRADIO is not set
39457 +# CONFIG_CAN is not set
39458 +# CONFIG_IRDA is not set
39459 +# CONFIG_BT is not set
39460 +# CONFIG_AF_RXRPC is not set
39461 +CONFIG_FIB_RULES=y
39462 +
39463 +#
39464 +# Wireless
39465 +#
39466 +# CONFIG_CFG80211 is not set
39467 +# CONFIG_WIRELESS_EXT is not set
39468 +# CONFIG_MAC80211 is not set
39469 +# CONFIG_IEEE80211 is not set
39470 +# CONFIG_RFKILL is not set
39471 +# CONFIG_NET_9P is not set
39472 +
39473 +#
39474 +# Device Drivers
39475 +#
39476 +
39477 +#
39478 +# Generic Driver Options
39479 +#
39480 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
39481 +CONFIG_STANDALONE=y
39482 +CONFIG_PREVENT_FIRMWARE_BUILD=y
39483 +CONFIG_FW_LOADER=y
39484 +# CONFIG_DEBUG_DRIVER is not set
39485 +# CONFIG_DEBUG_DEVRES is not set
39486 +# CONFIG_SYS_HYPERVISOR is not set
39487 +# CONFIG_CONNECTOR is not set
39488 +# CONFIG_MTD is not set
39489 +CONFIG_OF_DEVICE=y
39490 +# CONFIG_PARPORT is not set
39491 +CONFIG_BLK_DEV=y
39492 +# CONFIG_BLK_DEV_FD is not set
39493 +# CONFIG_BLK_CPQ_DA is not set
39494 +# CONFIG_BLK_CPQ_CISS_DA is not set
39495 +# CONFIG_BLK_DEV_DAC960 is not set
39496 +# CONFIG_BLK_DEV_UMEM is not set
39497 +# CONFIG_BLK_DEV_COW_COMMON is not set
39498 +CONFIG_BLK_DEV_LOOP=y
39499 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
39500 +CONFIG_BLK_DEV_NBD=y
39501 +# CONFIG_BLK_DEV_SX8 is not set
39502 +# CONFIG_BLK_DEV_UB is not set
39503 +CONFIG_BLK_DEV_RAM=y
39504 +CONFIG_BLK_DEV_RAM_COUNT=16
39505 +CONFIG_BLK_DEV_RAM_SIZE=131072
39506 +# CONFIG_BLK_DEV_XIP is not set
39507 +# CONFIG_CDROM_PKTCDVD is not set
39508 +# CONFIG_ATA_OVER_ETH is not set
39509 +CONFIG_MISC_DEVICES=y
39510 +# CONFIG_PHANTOM is not set
39511 +# CONFIG_EEPROM_93CX6 is not set
39512 +# CONFIG_SGI_IOC4 is not set
39513 +# CONFIG_TIFM_CORE is not set
39514 +# CONFIG_ENCLOSURE_SERVICES is not set
39515 +CONFIG_HAVE_IDE=y
39516 +# CONFIG_IDE is not set
39517 +
39518 +#
39519 +# SCSI device support
39520 +#
39521 +# CONFIG_RAID_ATTRS is not set
39522 +CONFIG_SCSI=y
39523 +CONFIG_SCSI_DMA=y
39524 +# CONFIG_SCSI_TGT is not set
39525 +# CONFIG_SCSI_NETLINK is not set
39526 +CONFIG_SCSI_PROC_FS=y
39527 +
39528 +#
39529 +# SCSI support type (disk, tape, CD-ROM)
39530 +#
39531 +CONFIG_BLK_DEV_SD=y
39532 +CONFIG_CHR_DEV_ST=y
39533 +# CONFIG_CHR_DEV_OSST is not set
39534 +CONFIG_BLK_DEV_SR=y
39535 +# CONFIG_BLK_DEV_SR_VENDOR is not set
39536 +CONFIG_CHR_DEV_SG=y
39537 +# CONFIG_CHR_DEV_SCH is not set
39538 +
39539 +#
39540 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
39541 +#
39542 +CONFIG_SCSI_MULTI_LUN=y
39543 +# CONFIG_SCSI_CONSTANTS is not set
39544 +CONFIG_SCSI_LOGGING=y
39545 +# CONFIG_SCSI_SCAN_ASYNC is not set
39546 +CONFIG_SCSI_WAIT_SCAN=m
39547 +
39548 +#
39549 +# SCSI Transports
39550 +#
39551 +# CONFIG_SCSI_SPI_ATTRS is not set
39552 +# CONFIG_SCSI_FC_ATTRS is not set
39553 +# CONFIG_SCSI_ISCSI_ATTRS is not set
39554 +# CONFIG_SCSI_SAS_LIBSAS is not set
39555 +# CONFIG_SCSI_SRP_ATTRS is not set
39556 +CONFIG_SCSI_LOWLEVEL=y
39557 +# CONFIG_ISCSI_TCP is not set
39558 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
39559 +# CONFIG_SCSI_3W_9XXX is not set
39560 +# CONFIG_SCSI_ACARD is not set
39561 +# CONFIG_SCSI_AACRAID is not set
39562 +# CONFIG_SCSI_AIC7XXX is not set
39563 +# CONFIG_SCSI_AIC7XXX_OLD is not set
39564 +# CONFIG_SCSI_AIC79XX is not set
39565 +# CONFIG_SCSI_AIC94XX is not set
39566 +# CONFIG_SCSI_DPT_I2O is not set
39567 +# CONFIG_SCSI_ADVANSYS is not set
39568 +# CONFIG_SCSI_ARCMSR is not set
39569 +# CONFIG_MEGARAID_NEWGEN is not set
39570 +# CONFIG_MEGARAID_LEGACY is not set
39571 +# CONFIG_MEGARAID_SAS is not set
39572 +# CONFIG_SCSI_HPTIOP is not set
39573 +# CONFIG_SCSI_BUSLOGIC is not set
39574 +# CONFIG_SCSI_DMX3191D is not set
39575 +# CONFIG_SCSI_EATA is not set
39576 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
39577 +# CONFIG_SCSI_GDTH is not set
39578 +# CONFIG_SCSI_IPS is not set
39579 +# CONFIG_SCSI_INITIO is not set
39580 +# CONFIG_SCSI_INIA100 is not set
39581 +# CONFIG_SCSI_MVSAS is not set
39582 +# CONFIG_SCSI_STEX is not set
39583 +# CONFIG_SCSI_SYM53C8XX_2 is not set
39584 +# CONFIG_SCSI_IPR is not set
39585 +# CONFIG_SCSI_QLOGIC_1280 is not set
39586 +# CONFIG_SCSI_QLA_FC is not set
39587 +# CONFIG_SCSI_QLA_ISCSI is not set
39588 +# CONFIG_SCSI_LPFC is not set
39589 +# CONFIG_SCSI_DC395x is not set
39590 +# CONFIG_SCSI_DC390T is not set
39591 +# CONFIG_SCSI_NSP32 is not set
39592 +# CONFIG_SCSI_DEBUG is not set
39593 +# CONFIG_SCSI_SRP is not set
39594 +CONFIG_ATA=y
39595 +# CONFIG_ATA_NONSTANDARD is not set
39596 +CONFIG_SATA_AHCI=y
39597 +# CONFIG_SATA_SVW is not set
39598 +# CONFIG_ATA_PIIX is not set
39599 +# CONFIG_SATA_MV is not set
39600 +# CONFIG_SATA_NV is not set
39601 +# CONFIG_PDC_ADMA is not set
39602 +# CONFIG_SATA_QSTOR is not set
39603 +# CONFIG_SATA_PROMISE is not set
39604 +# CONFIG_SATA_SX4 is not set
39605 +# CONFIG_SATA_SIL is not set
39606 +# CONFIG_SATA_SIL24 is not set
39607 +# CONFIG_SATA_SIS is not set
39608 +# CONFIG_SATA_ULI is not set
39609 +# CONFIG_SATA_VIA is not set
39610 +# CONFIG_SATA_VITESSE is not set
39611 +# CONFIG_SATA_INIC162X is not set
39612 +# CONFIG_SATA_FSL is not set
39613 +CONFIG_PATA_ALI=y
39614 +# CONFIG_PATA_AMD is not set
39615 +# CONFIG_PATA_ARTOP is not set
39616 +# CONFIG_PATA_ATIIXP is not set
39617 +# CONFIG_PATA_CMD640_PCI is not set
39618 +# CONFIG_PATA_CMD64X is not set
39619 +# CONFIG_PATA_CS5520 is not set
39620 +# CONFIG_PATA_CS5530 is not set
39621 +# CONFIG_PATA_CYPRESS is not set
39622 +# CONFIG_PATA_EFAR is not set
39623 +# CONFIG_ATA_GENERIC is not set
39624 +# CONFIG_PATA_HPT366 is not set
39625 +# CONFIG_PATA_HPT37X is not set
39626 +# CONFIG_PATA_HPT3X2N is not set
39627 +# CONFIG_PATA_HPT3X3 is not set
39628 +# CONFIG_PATA_IT821X is not set
39629 +# CONFIG_PATA_IT8213 is not set
39630 +# CONFIG_PATA_JMICRON is not set
39631 +# CONFIG_PATA_TRIFLEX is not set
39632 +# CONFIG_PATA_MARVELL is not set
39633 +# CONFIG_PATA_MPIIX is not set
39634 +# CONFIG_PATA_OLDPIIX is not set
39635 +# CONFIG_PATA_NETCELL is not set
39636 +# CONFIG_PATA_NINJA32 is not set
39637 +# CONFIG_PATA_NS87410 is not set
39638 +# CONFIG_PATA_NS87415 is not set
39639 +# CONFIG_PATA_OPTI is not set
39640 +# CONFIG_PATA_OPTIDMA is not set
39641 +# CONFIG_PATA_PDC_OLD is not set
39642 +# CONFIG_PATA_RADISYS is not set
39643 +# CONFIG_PATA_RZ1000 is not set
39644 +# CONFIG_PATA_SC1200 is not set
39645 +# CONFIG_PATA_SERVERWORKS is not set
39646 +# CONFIG_PATA_PDC2027X is not set
39647 +# CONFIG_PATA_SIL680 is not set
39648 +# CONFIG_PATA_SIS is not set
39649 +# CONFIG_PATA_VIA is not set
39650 +# CONFIG_PATA_WINBOND is not set
39651 +# CONFIG_PATA_PLATFORM is not set
39652 +# CONFIG_MD is not set
39653 +# CONFIG_FUSION is not set
39654 +
39655 +#
39656 +# IEEE 1394 (FireWire) support
39657 +#
39658 +# CONFIG_FIREWIRE is not set
39659 +# CONFIG_IEEE1394 is not set
39660 +# CONFIG_I2O is not set
39661 +# CONFIG_MACINTOSH_DRIVERS is not set
39662 +CONFIG_NETDEVICES=y
39663 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
39664 +CONFIG_DUMMY=y
39665 +# CONFIG_BONDING is not set
39666 +# CONFIG_MACVLAN is not set
39667 +# CONFIG_EQUALIZER is not set
39668 +# CONFIG_TUN is not set
39669 +# CONFIG_VETH is not set
39670 +# CONFIG_ARCNET is not set
39671 +CONFIG_PHYLIB=y
39672 +
39673 +#
39674 +# MII PHY device drivers
39675 +#
39676 +# CONFIG_MARVELL_PHY is not set
39677 +# CONFIG_DAVICOM_PHY is not set
39678 +# CONFIG_QSEMI_PHY is not set
39679 +# CONFIG_LXT_PHY is not set
39680 +# CONFIG_CICADA_PHY is not set
39681 +CONFIG_VITESSE_PHY=y
39682 +# CONFIG_SMSC_PHY is not set
39683 +# CONFIG_BROADCOM_PHY is not set
39684 +# CONFIG_ICPLUS_PHY is not set
39685 +# CONFIG_REALTEK_PHY is not set
39686 +# CONFIG_FIXED_PHY is not set
39687 +# CONFIG_MDIO_BITBANG is not set
39688 +CONFIG_NET_ETHERNET=y
39689 +CONFIG_MII=y
39690 +# CONFIG_HAPPYMEAL is not set
39691 +# CONFIG_SUNGEM is not set
39692 +# CONFIG_CASSINI is not set
39693 +# CONFIG_NET_VENDOR_3COM is not set
39694 +# CONFIG_NET_TULIP is not set
39695 +# CONFIG_HP100 is not set
39696 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
39697 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
39698 +# CONFIG_IBM_NEW_EMAC_TAH is not set
39699 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
39700 +# CONFIG_NET_PCI is not set
39701 +# CONFIG_B44 is not set
39702 +CONFIG_NETDEV_1000=y
39703 +# CONFIG_ACENIC is not set
39704 +# CONFIG_DL2K is not set
39705 +# CONFIG_E1000 is not set
39706 +# CONFIG_E1000E is not set
39707 +# CONFIG_E1000E_ENABLED is not set
39708 +# CONFIG_IP1000 is not set
39709 +# CONFIG_IGB is not set
39710 +# CONFIG_NS83820 is not set
39711 +# CONFIG_HAMACHI is not set
39712 +# CONFIG_YELLOWFIN is not set
39713 +# CONFIG_R8169 is not set
39714 +# CONFIG_SIS190 is not set
39715 +# CONFIG_SKGE is not set
39716 +# CONFIG_SKY2 is not set
39717 +# CONFIG_SK98LIN is not set
39718 +# CONFIG_VIA_VELOCITY is not set
39719 +# CONFIG_TIGON3 is not set
39720 +# CONFIG_BNX2 is not set
39721 +CONFIG_GIANFAR=y
39722 +CONFIG_GFAR_NAPI=y
39723 +# CONFIG_QLA3XXX is not set
39724 +# CONFIG_ATL1 is not set
39725 +CONFIG_NETDEV_10000=y
39726 +# CONFIG_CHELSIO_T1 is not set
39727 +# CONFIG_CHELSIO_T3 is not set
39728 +# CONFIG_IXGBE is not set
39729 +# CONFIG_IXGB is not set
39730 +# CONFIG_S2IO is not set
39731 +# CONFIG_MYRI10GE is not set
39732 +# CONFIG_NETXEN_NIC is not set
39733 +# CONFIG_NIU is not set
39734 +# CONFIG_MLX4_CORE is not set
39735 +# CONFIG_TEHUTI is not set
39736 +# CONFIG_BNX2X is not set
39737 +# CONFIG_TR is not set
39738 +
39739 +#
39740 +# Wireless LAN
39741 +#
39742 +# CONFIG_WLAN_PRE80211 is not set
39743 +# CONFIG_WLAN_80211 is not set
39744 +
39745 +#
39746 +# USB Network Adapters
39747 +#
39748 +# CONFIG_USB_CATC is not set
39749 +# CONFIG_USB_KAWETH is not set
39750 +# CONFIG_USB_PEGASUS is not set
39751 +# CONFIG_USB_RTL8150 is not set
39752 +# CONFIG_USB_USBNET is not set
39753 +# CONFIG_WAN is not set
39754 +# CONFIG_FDDI is not set
39755 +# CONFIG_HIPPI is not set
39756 +# CONFIG_PPP is not set
39757 +# CONFIG_SLIP is not set
39758 +# CONFIG_NET_FC is not set
39759 +# CONFIG_NETCONSOLE is not set
39760 +# CONFIG_NETPOLL is not set
39761 +# CONFIG_NET_POLL_CONTROLLER is not set
39762 +# CONFIG_ISDN is not set
39763 +# CONFIG_PHONE is not set
39764 +
39765 +#
39766 +# Input device support
39767 +#
39768 +CONFIG_INPUT=y
39769 +# CONFIG_INPUT_FF_MEMLESS is not set
39770 +# CONFIG_INPUT_POLLDEV is not set
39771 +
39772 +#
39773 +# Userland interfaces
39774 +#
39775 +# CONFIG_INPUT_MOUSEDEV is not set
39776 +# CONFIG_INPUT_JOYDEV is not set
39777 +# CONFIG_INPUT_EVDEV is not set
39778 +# CONFIG_INPUT_EVBUG is not set
39779 +
39780 +#
39781 +# Input Device Drivers
39782 +#
39783 +# CONFIG_INPUT_KEYBOARD is not set
39784 +# CONFIG_INPUT_MOUSE is not set
39785 +# CONFIG_INPUT_JOYSTICK is not set
39786 +# CONFIG_INPUT_TABLET is not set
39787 +# CONFIG_INPUT_TOUCHSCREEN is not set
39788 +# CONFIG_INPUT_MISC is not set
39789 +
39790 +#
39791 +# Hardware I/O ports
39792 +#
39793 +CONFIG_SERIO=y
39794 +CONFIG_SERIO_I8042=y
39795 +CONFIG_SERIO_SERPORT=y
39796 +# CONFIG_SERIO_PCIPS2 is not set
39797 +CONFIG_SERIO_LIBPS2=y
39798 +# CONFIG_SERIO_RAW is not set
39799 +# CONFIG_GAMEPORT is not set
39800 +
39801 +#
39802 +# Character devices
39803 +#
39804 +CONFIG_VT=y
39805 +CONFIG_VT_CONSOLE=y
39806 +CONFIG_HW_CONSOLE=y
39807 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
39808 +# CONFIG_SERIAL_NONSTANDARD is not set
39809 +# CONFIG_NOZOMI is not set
39810 +
39811 +#
39812 +# Serial drivers
39813 +#
39814 +CONFIG_SERIAL_8250=y
39815 +CONFIG_SERIAL_8250_CONSOLE=y
39816 +CONFIG_SERIAL_8250_PCI=y
39817 +CONFIG_SERIAL_8250_NR_UARTS=2
39818 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
39819 +CONFIG_SERIAL_8250_EXTENDED=y
39820 +CONFIG_SERIAL_8250_MANY_PORTS=y
39821 +CONFIG_SERIAL_8250_SHARE_IRQ=y
39822 +CONFIG_SERIAL_8250_DETECT_IRQ=y
39823 +CONFIG_SERIAL_8250_RSA=y
39824 +
39825 +#
39826 +# Non-8250 serial port support
39827 +#
39828 +# CONFIG_SERIAL_UARTLITE is not set
39829 +CONFIG_SERIAL_CORE=y
39830 +CONFIG_SERIAL_CORE_CONSOLE=y
39831 +# CONFIG_SERIAL_JSM is not set
39832 +# CONFIG_SERIAL_OF_PLATFORM is not set
39833 +CONFIG_UNIX98_PTYS=y
39834 +CONFIG_LEGACY_PTYS=y
39835 +CONFIG_LEGACY_PTY_COUNT=256
39836 +# CONFIG_IPMI_HANDLER is not set
39837 +# CONFIG_HW_RANDOM is not set
39838 +CONFIG_NVRAM=y
39839 +# CONFIG_GEN_RTC is not set
39840 +# CONFIG_R3964 is not set
39841 +# CONFIG_APPLICOM is not set
39842 +# CONFIG_RAW_DRIVER is not set
39843 +# CONFIG_TCG_TPM is not set
39844 +CONFIG_DEVPORT=y
39845 +CONFIG_I2C=y
39846 +CONFIG_I2C_BOARDINFO=y
39847 +# CONFIG_I2C_CHARDEV is not set
39848 +
39849 +#
39850 +# I2C Algorithms
39851 +#
39852 +# CONFIG_I2C_ALGOBIT is not set
39853 +# CONFIG_I2C_ALGOPCF is not set
39854 +# CONFIG_I2C_ALGOPCA is not set
39855 +
39856 +#
39857 +# I2C Hardware Bus support
39858 +#
39859 +# CONFIG_I2C_ALI1535 is not set
39860 +# CONFIG_I2C_ALI1563 is not set
39861 +# CONFIG_I2C_ALI15X3 is not set
39862 +# CONFIG_I2C_AMD756 is not set
39863 +# CONFIG_I2C_AMD8111 is not set
39864 +# CONFIG_I2C_I801 is not set
39865 +# CONFIG_I2C_I810 is not set
39866 +# CONFIG_I2C_PIIX4 is not set
39867 +CONFIG_I2C_MPC=y
39868 +# CONFIG_I2C_NFORCE2 is not set
39869 +# CONFIG_I2C_OCORES is not set
39870 +# CONFIG_I2C_PARPORT_LIGHT is not set
39871 +# CONFIG_I2C_PROSAVAGE is not set
39872 +# CONFIG_I2C_SAVAGE4 is not set
39873 +# CONFIG_I2C_SIMTEC is not set
39874 +# CONFIG_I2C_SIS5595 is not set
39875 +# CONFIG_I2C_SIS630 is not set
39876 +# CONFIG_I2C_SIS96X is not set
39877 +# CONFIG_I2C_TAOS_EVM is not set
39878 +# CONFIG_I2C_STUB is not set
39879 +# CONFIG_I2C_TINY_USB is not set
39880 +# CONFIG_I2C_VIA is not set
39881 +# CONFIG_I2C_VIAPRO is not set
39882 +# CONFIG_I2C_VOODOO3 is not set
39883 +
39884 +#
39885 +# Miscellaneous I2C Chip support
39886 +#
39887 +# CONFIG_DS1682 is not set
39888 +CONFIG_SENSORS_EEPROM=y
39889 +# CONFIG_SENSORS_PCF8574 is not set
39890 +# CONFIG_PCF8575 is not set
39891 +# CONFIG_SENSORS_PCF8591 is not set
39892 +# CONFIG_TPS65010 is not set
39893 +# CONFIG_SENSORS_MAX6875 is not set
39894 +# CONFIG_SENSORS_TSL2550 is not set
39895 +# CONFIG_I2C_DEBUG_CORE is not set
39896 +# CONFIG_I2C_DEBUG_ALGO is not set
39897 +# CONFIG_I2C_DEBUG_BUS is not set
39898 +# CONFIG_I2C_DEBUG_CHIP is not set
39899 +
39900 +#
39901 +# SPI support
39902 +#
39903 +# CONFIG_SPI is not set
39904 +# CONFIG_SPI_MASTER is not set
39905 +# CONFIG_W1 is not set
39906 +# CONFIG_POWER_SUPPLY is not set
39907 +# CONFIG_HWMON is not set
39908 +# CONFIG_THERMAL is not set
39909 +# CONFIG_WATCHDOG is not set
39910 +
39911 +#
39912 +# Sonics Silicon Backplane
39913 +#
39914 +CONFIG_SSB_POSSIBLE=y
39915 +# CONFIG_SSB is not set
39916 +
39917 +#
39918 +# Multifunction device drivers
39919 +#
39920 +# CONFIG_MFD_SM501 is not set
39921 +
39922 +#
39923 +# Multimedia devices
39924 +#
39925 +# CONFIG_VIDEO_DEV is not set
39926 +CONFIG_DVB_CORE=m
39927 +# CONFIG_DVB_CORE_ATTACH is not set
39928 +CONFIG_DVB_CAPTURE_DRIVERS=y
39929 +
39930 +#
39931 +# Supported SAA7146 based PCI Adapters
39932 +#
39933 +# CONFIG_TTPCI_EEPROM is not set
39934 +# CONFIG_DVB_BUDGET_CORE is not set
39935 +
39936 +#
39937 +# Supported USB Adapters
39938 +#
39939 +# CONFIG_DVB_USB is not set
39940 +# CONFIG_DVB_TTUSB_BUDGET is not set
39941 +# CONFIG_DVB_TTUSB_DEC is not set
39942 +# CONFIG_DVB_CINERGYT2 is not set
39943 +
39944 +#
39945 +# Supported FlexCopII (B2C2) Adapters
39946 +#
39947 +# CONFIG_DVB_B2C2_FLEXCOP is not set
39948 +
39949 +#
39950 +# Supported BT878 Adapters
39951 +#
39952 +
39953 +#
39954 +# Supported Pluto2 Adapters
39955 +#
39956 +# CONFIG_DVB_PLUTO2 is not set
39957 +
39958 +#
39959 +# Supported DVB Frontends
39960 +#
39961 +
39962 +#
39963 +# Customise DVB Frontends
39964 +#
39965 +# CONFIG_DVB_FE_CUSTOMISE is not set
39966 +
39967 +#
39968 +# DVB-S (satellite) frontends
39969 +#
39970 +# CONFIG_DVB_STV0299 is not set
39971 +# CONFIG_DVB_CX24110 is not set
39972 +# CONFIG_DVB_CX24123 is not set
39973 +# CONFIG_DVB_TDA8083 is not set
39974 +# CONFIG_DVB_MT312 is not set
39975 +# CONFIG_DVB_VES1X93 is not set
39976 +# CONFIG_DVB_S5H1420 is not set
39977 +# CONFIG_DVB_TDA10086 is not set
39978 +
39979 +#
39980 +# DVB-T (terrestrial) frontends
39981 +#
39982 +# CONFIG_DVB_SP8870 is not set
39983 +# CONFIG_DVB_SP887X is not set
39984 +# CONFIG_DVB_CX22700 is not set
39985 +# CONFIG_DVB_CX22702 is not set
39986 +# CONFIG_DVB_L64781 is not set
39987 +# CONFIG_DVB_TDA1004X is not set
39988 +# CONFIG_DVB_NXT6000 is not set
39989 +# CONFIG_DVB_MT352 is not set
39990 +# CONFIG_DVB_ZL10353 is not set
39991 +# CONFIG_DVB_DIB3000MB is not set
39992 +# CONFIG_DVB_DIB3000MC is not set
39993 +# CONFIG_DVB_DIB7000M is not set
39994 +# CONFIG_DVB_DIB7000P is not set
39995 +
39996 +#
39997 +# DVB-C (cable) frontends
39998 +#
39999 +# CONFIG_DVB_VES1820 is not set
40000 +# CONFIG_DVB_TDA10021 is not set
40001 +# CONFIG_DVB_TDA10023 is not set
40002 +# CONFIG_DVB_STV0297 is not set
40003 +
40004 +#
40005 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
40006 +#
40007 +# CONFIG_DVB_NXT200X is not set
40008 +# CONFIG_DVB_OR51211 is not set
40009 +# CONFIG_DVB_OR51132 is not set
40010 +# CONFIG_DVB_BCM3510 is not set
40011 +# CONFIG_DVB_LGDT330X is not set
40012 +# CONFIG_DVB_S5H1409 is not set
40013 +
40014 +#
40015 +# Tuners/PLL support
40016 +#
40017 +# CONFIG_DVB_PLL is not set
40018 +# CONFIG_DVB_TDA826X is not set
40019 +# CONFIG_DVB_TDA827X is not set
40020 +# CONFIG_DVB_TDA18271 is not set
40021 +# CONFIG_DVB_TUNER_QT1010 is not set
40022 +# CONFIG_DVB_TUNER_MT2060 is not set
40023 +# CONFIG_DVB_TUNER_MT2266 is not set
40024 +# CONFIG_DVB_TUNER_MT2131 is not set
40025 +# CONFIG_DVB_TUNER_DIB0070 is not set
40026 +# CONFIG_DVB_TUNER_XC5000 is not set
40027 +
40028 +#
40029 +# Miscellaneous devices
40030 +#
40031 +# CONFIG_DVB_LNBP21 is not set
40032 +# CONFIG_DVB_ISL6421 is not set
40033 +# CONFIG_DVB_TUA6100 is not set
40034 +CONFIG_DAB=y
40035 +# CONFIG_USB_DABUSB is not set
40036 +
40037 +#
40038 +# Graphics support
40039 +#
40040 +# CONFIG_AGP is not set
40041 +# CONFIG_DRM is not set
40042 +# CONFIG_VGASTATE is not set
40043 +CONFIG_VIDEO_OUTPUT_CONTROL=y
40044 +# CONFIG_FB is not set
40045 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
40046 +
40047 +#
40048 +# Display device support
40049 +#
40050 +# CONFIG_DISPLAY_SUPPORT is not set
40051 +
40052 +#
40053 +# Console display driver support
40054 +#
40055 +CONFIG_VGA_CONSOLE=y
40056 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
40057 +CONFIG_DUMMY_CONSOLE=y
40058 +
40059 +#
40060 +# Sound
40061 +#
40062 +CONFIG_SOUND=y
40063 +
40064 +#
40065 +# Advanced Linux Sound Architecture
40066 +#
40067 +CONFIG_SND=y
40068 +CONFIG_SND_TIMER=y
40069 +CONFIG_SND_PCM=y
40070 +# CONFIG_SND_SEQUENCER is not set
40071 +# CONFIG_SND_MIXER_OSS is not set
40072 +# CONFIG_SND_PCM_OSS is not set
40073 +# CONFIG_SND_DYNAMIC_MINORS is not set
40074 +CONFIG_SND_SUPPORT_OLD_API=y
40075 +CONFIG_SND_VERBOSE_PROCFS=y
40076 +# CONFIG_SND_VERBOSE_PRINTK is not set
40077 +# CONFIG_SND_DEBUG is not set
40078 +
40079 +#
40080 +# Generic devices
40081 +#
40082 +CONFIG_SND_AC97_CODEC=y
40083 +# CONFIG_SND_DUMMY is not set
40084 +# CONFIG_SND_MTPAV is not set
40085 +# CONFIG_SND_SERIAL_U16550 is not set
40086 +# CONFIG_SND_MPU401 is not set
40087 +
40088 +#
40089 +# PCI devices
40090 +#
40091 +# CONFIG_SND_AD1889 is not set
40092 +# CONFIG_SND_ALS300 is not set
40093 +# CONFIG_SND_ALS4000 is not set
40094 +# CONFIG_SND_ALI5451 is not set
40095 +# CONFIG_SND_ATIIXP is not set
40096 +# CONFIG_SND_ATIIXP_MODEM is not set
40097 +# CONFIG_SND_AU8810 is not set
40098 +# CONFIG_SND_AU8820 is not set
40099 +# CONFIG_SND_AU8830 is not set
40100 +# CONFIG_SND_AZT3328 is not set
40101 +# CONFIG_SND_BT87X is not set
40102 +# CONFIG_SND_CA0106 is not set
40103 +# CONFIG_SND_CMIPCI is not set
40104 +# CONFIG_SND_OXYGEN is not set
40105 +# CONFIG_SND_CS4281 is not set
40106 +# CONFIG_SND_CS46XX is not set
40107 +# CONFIG_SND_CS5530 is not set
40108 +# CONFIG_SND_DARLA20 is not set
40109 +# CONFIG_SND_GINA20 is not set
40110 +# CONFIG_SND_LAYLA20 is not set
40111 +# CONFIG_SND_DARLA24 is not set
40112 +# CONFIG_SND_GINA24 is not set
40113 +# CONFIG_SND_LAYLA24 is not set
40114 +# CONFIG_SND_MONA is not set
40115 +# CONFIG_SND_MIA is not set
40116 +# CONFIG_SND_ECHO3G is not set
40117 +# CONFIG_SND_INDIGO is not set
40118 +# CONFIG_SND_INDIGOIO is not set
40119 +# CONFIG_SND_INDIGODJ is not set
40120 +# CONFIG_SND_EMU10K1 is not set
40121 +# CONFIG_SND_EMU10K1X is not set
40122 +# CONFIG_SND_ENS1370 is not set
40123 +# CONFIG_SND_ENS1371 is not set
40124 +# CONFIG_SND_ES1938 is not set
40125 +# CONFIG_SND_ES1968 is not set
40126 +# CONFIG_SND_FM801 is not set
40127 +# CONFIG_SND_HDA_INTEL is not set
40128 +# CONFIG_SND_HDSP is not set
40129 +# CONFIG_SND_HDSPM is not set
40130 +# CONFIG_SND_HIFIER is not set
40131 +# CONFIG_SND_ICE1712 is not set
40132 +# CONFIG_SND_ICE1724 is not set
40133 +CONFIG_SND_INTEL8X0=y
40134 +# CONFIG_SND_INTEL8X0M is not set
40135 +# CONFIG_SND_KORG1212 is not set
40136 +# CONFIG_SND_MAESTRO3 is not set
40137 +# CONFIG_SND_MIXART is not set
40138 +# CONFIG_SND_NM256 is not set
40139 +# CONFIG_SND_PCXHR is not set
40140 +# CONFIG_SND_RIPTIDE is not set
40141 +# CONFIG_SND_RME32 is not set
40142 +# CONFIG_SND_RME96 is not set
40143 +# CONFIG_SND_RME9652 is not set
40144 +# CONFIG_SND_SONICVIBES is not set
40145 +# CONFIG_SND_TRIDENT is not set
40146 +# CONFIG_SND_VIA82XX is not set
40147 +# CONFIG_SND_VIA82XX_MODEM is not set
40148 +# CONFIG_SND_VIRTUOSO is not set
40149 +# CONFIG_SND_VX222 is not set
40150 +# CONFIG_SND_YMFPCI is not set
40151 +# CONFIG_SND_AC97_POWER_SAVE is not set
40152 +
40153 +#
40154 +# ALSA PowerMac devices
40155 +#
40156 +
40157 +#
40158 +# ALSA PowerPC devices
40159 +#
40160 +
40161 +#
40162 +# USB devices
40163 +#
40164 +# CONFIG_SND_USB_AUDIO is not set
40165 +# CONFIG_SND_USB_USX2Y is not set
40166 +# CONFIG_SND_USB_CAIAQ is not set
40167 +
40168 +#
40169 +# System on Chip audio support
40170 +#
40171 +# CONFIG_SND_SOC is not set
40172 +
40173 +#
40174 +# SoC Audio support for SuperH
40175 +#
40176 +
40177 +#
40178 +# ALSA SoC audio for Freescale SOCs
40179 +#
40180 +
40181 +#
40182 +# Open Sound System
40183 +#
40184 +# CONFIG_SOUND_PRIME is not set
40185 +CONFIG_AC97_BUS=y
40186 +CONFIG_HID_SUPPORT=y
40187 +CONFIG_HID=y
40188 +# CONFIG_HID_DEBUG is not set
40189 +# CONFIG_HIDRAW is not set
40190 +
40191 +#
40192 +# USB Input Devices
40193 +#
40194 +CONFIG_USB_HID=y
40195 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
40196 +# CONFIG_HID_FF is not set
40197 +# CONFIG_USB_HIDDEV is not set
40198 +CONFIG_USB_SUPPORT=y
40199 +CONFIG_USB_ARCH_HAS_HCD=y
40200 +CONFIG_USB_ARCH_HAS_OHCI=y
40201 +CONFIG_USB_ARCH_HAS_EHCI=y
40202 +CONFIG_USB=y
40203 +# CONFIG_USB_DEBUG is not set
40204 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
40205 +
40206 +#
40207 +# Miscellaneous USB options
40208 +#
40209 +CONFIG_USB_DEVICEFS=y
40210 +CONFIG_USB_DEVICE_CLASS=y
40211 +# CONFIG_USB_DYNAMIC_MINORS is not set
40212 +# CONFIG_USB_OTG is not set
40213 +
40214 +#
40215 +# USB Host Controller Drivers
40216 +#
40217 +CONFIG_USB_EHCI_HCD=y
40218 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
40219 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
40220 +# CONFIG_USB_EHCI_FSL is not set
40221 +CONFIG_USB_EHCI_HCD_PPC_OF=y
40222 +# CONFIG_USB_ISP116X_HCD is not set
40223 +CONFIG_USB_OHCI_HCD=y
40224 +CONFIG_USB_OHCI_HCD_PPC_OF=y
40225 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
40226 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
40227 +CONFIG_USB_OHCI_HCD_PCI=y
40228 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
40229 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
40230 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
40231 +# CONFIG_USB_UHCI_HCD is not set
40232 +# CONFIG_USB_SL811_HCD is not set
40233 +# CONFIG_USB_R8A66597_HCD is not set
40234 +
40235 +#
40236 +# USB Device Class drivers
40237 +#
40238 +# CONFIG_USB_ACM is not set
40239 +# CONFIG_USB_PRINTER is not set
40240 +
40241 +#
40242 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
40243 +#
40244 +
40245 +#
40246 +# may also be needed; see USB_STORAGE Help for more information
40247 +#
40248 +CONFIG_USB_STORAGE=y
40249 +# CONFIG_USB_STORAGE_DEBUG is not set
40250 +# CONFIG_USB_STORAGE_DATAFAB is not set
40251 +# CONFIG_USB_STORAGE_FREECOM is not set
40252 +# CONFIG_USB_STORAGE_ISD200 is not set
40253 +# CONFIG_USB_STORAGE_DPCM is not set
40254 +# CONFIG_USB_STORAGE_USBAT is not set
40255 +# CONFIG_USB_STORAGE_SDDR09 is not set
40256 +# CONFIG_USB_STORAGE_SDDR55 is not set
40257 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
40258 +# CONFIG_USB_STORAGE_ALAUDA is not set
40259 +# CONFIG_USB_STORAGE_KARMA is not set
40260 +# CONFIG_USB_LIBUSUAL is not set
40261 +
40262 +#
40263 +# USB Imaging devices
40264 +#
40265 +# CONFIG_USB_MDC800 is not set
40266 +# CONFIG_USB_MICROTEK is not set
40267 +CONFIG_USB_MON=y
40268 +
40269 +#
40270 +# USB port drivers
40271 +#
40272 +# CONFIG_USB_SERIAL is not set
40273 +
40274 +#
40275 +# USB Miscellaneous drivers
40276 +#
40277 +# CONFIG_USB_EMI62 is not set
40278 +# CONFIG_USB_EMI26 is not set
40279 +# CONFIG_USB_ADUTUX is not set
40280 +# CONFIG_USB_AUERSWALD is not set
40281 +# CONFIG_USB_RIO500 is not set
40282 +# CONFIG_USB_LEGOTOWER is not set
40283 +# CONFIG_USB_LCD is not set
40284 +# CONFIG_USB_BERRY_CHARGE is not set
40285 +# CONFIG_USB_LED is not set
40286 +# CONFIG_USB_CYPRESS_CY7C63 is not set
40287 +# CONFIG_USB_CYTHERM is not set
40288 +# CONFIG_USB_PHIDGET is not set
40289 +# CONFIG_USB_IDMOUSE is not set
40290 +# CONFIG_USB_FTDI_ELAN is not set
40291 +# CONFIG_USB_APPLEDISPLAY is not set
40292 +# CONFIG_USB_SISUSBVGA is not set
40293 +# CONFIG_USB_LD is not set
40294 +# CONFIG_USB_TRANCEVIBRATOR is not set
40295 +# CONFIG_USB_IOWARRIOR is not set
40296 +# CONFIG_USB_TEST is not set
40297 +# CONFIG_USB_GADGET is not set
40298 +# CONFIG_MMC is not set
40299 +# CONFIG_MEMSTICK is not set
40300 +# CONFIG_NEW_LEDS is not set
40301 +# CONFIG_INFINIBAND is not set
40302 +# CONFIG_EDAC is not set
40303 +CONFIG_RTC_LIB=y
40304 +CONFIG_RTC_CLASS=y
40305 +CONFIG_RTC_HCTOSYS=y
40306 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
40307 +# CONFIG_RTC_DEBUG is not set
40308 +
40309 +#
40310 +# RTC interfaces
40311 +#
40312 +CONFIG_RTC_INTF_SYSFS=y
40313 +CONFIG_RTC_INTF_PROC=y
40314 +CONFIG_RTC_INTF_DEV=y
40315 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
40316 +# CONFIG_RTC_DRV_TEST is not set
40317 +
40318 +#
40319 +# I2C RTC drivers
40320 +#
40321 +# CONFIG_RTC_DRV_DS1307 is not set
40322 +# CONFIG_RTC_DRV_DS1374 is not set
40323 +# CONFIG_RTC_DRV_DS1672 is not set
40324 +# CONFIG_RTC_DRV_MAX6900 is not set
40325 +# CONFIG_RTC_DRV_RS5C372 is not set
40326 +# CONFIG_RTC_DRV_ISL1208 is not set
40327 +# CONFIG_RTC_DRV_X1205 is not set
40328 +# CONFIG_RTC_DRV_PCF8563 is not set
40329 +# CONFIG_RTC_DRV_PCF8583 is not set
40330 +# CONFIG_RTC_DRV_M41T80 is not set
40331 +# CONFIG_RTC_DRV_S35390A is not set
40332 +
40333 +#
40334 +# SPI RTC drivers
40335 +#
40336 +
40337 +#
40338 +# Platform RTC drivers
40339 +#
40340 +CONFIG_RTC_DRV_CMOS=y
40341 +# CONFIG_RTC_DRV_DS1511 is not set
40342 +# CONFIG_RTC_DRV_DS1553 is not set
40343 +# CONFIG_RTC_DRV_DS1742 is not set
40344 +# CONFIG_RTC_DRV_STK17TA8 is not set
40345 +# CONFIG_RTC_DRV_M48T86 is not set
40346 +# CONFIG_RTC_DRV_M48T59 is not set
40347 +# CONFIG_RTC_DRV_V3020 is not set
40348 +
40349 +#
40350 +# on-CPU RTC drivers
40351 +#
40352 +# CONFIG_DMADEVICES is not set
40353 +
40354 +#
40355 +# Userspace I/O
40356 +#
40357 +# CONFIG_UIO is not set
40358 +
40359 +#
40360 +# File systems
40361 +#
40362 +CONFIG_EXT2_FS=y
40363 +# CONFIG_EXT2_FS_XATTR is not set
40364 +# CONFIG_EXT2_FS_XIP is not set
40365 +CONFIG_EXT3_FS=y
40366 +CONFIG_EXT3_FS_XATTR=y
40367 +# CONFIG_EXT3_FS_POSIX_ACL is not set
40368 +# CONFIG_EXT3_FS_SECURITY is not set
40369 +# CONFIG_EXT4DEV_FS is not set
40370 +CONFIG_JBD=y
40371 +CONFIG_FS_MBCACHE=y
40372 +# CONFIG_REISERFS_FS is not set
40373 +# CONFIG_JFS_FS is not set
40374 +# CONFIG_FS_POSIX_ACL is not set
40375 +# CONFIG_XFS_FS is not set
40376 +# CONFIG_GFS2_FS is not set
40377 +# CONFIG_OCFS2_FS is not set
40378 +CONFIG_DNOTIFY=y
40379 +CONFIG_INOTIFY=y
40380 +CONFIG_INOTIFY_USER=y
40381 +# CONFIG_QUOTA is not set
40382 +# CONFIG_AUTOFS_FS is not set
40383 +# CONFIG_AUTOFS4_FS is not set
40384 +# CONFIG_FUSE_FS is not set
40385 +
40386 +#
40387 +# CD-ROM/DVD Filesystems
40388 +#
40389 +CONFIG_ISO9660_FS=m
40390 +CONFIG_JOLIET=y
40391 +CONFIG_ZISOFS=y
40392 +CONFIG_UDF_FS=m
40393 +CONFIG_UDF_NLS=y
40394 +
40395 +#
40396 +# DOS/FAT/NT Filesystems
40397 +#
40398 +CONFIG_FAT_FS=y
40399 +CONFIG_MSDOS_FS=m
40400 +CONFIG_VFAT_FS=y
40401 +CONFIG_FAT_DEFAULT_CODEPAGE=437
40402 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
40403 +CONFIG_NTFS_FS=y
40404 +# CONFIG_NTFS_DEBUG is not set
40405 +# CONFIG_NTFS_RW is not set
40406 +
40407 +#
40408 +# Pseudo filesystems
40409 +#
40410 +CONFIG_PROC_FS=y
40411 +CONFIG_PROC_KCORE=y
40412 +CONFIG_PROC_SYSCTL=y
40413 +CONFIG_SYSFS=y
40414 +CONFIG_TMPFS=y
40415 +# CONFIG_TMPFS_POSIX_ACL is not set
40416 +# CONFIG_HUGETLB_PAGE is not set
40417 +# CONFIG_CONFIGFS_FS is not set
40418 +
40419 +#
40420 +# Miscellaneous filesystems
40421 +#
40422 +CONFIG_ADFS_FS=m
40423 +# CONFIG_ADFS_FS_RW is not set
40424 +CONFIG_AFFS_FS=m
40425 +CONFIG_HFS_FS=m
40426 +CONFIG_HFSPLUS_FS=m
40427 +CONFIG_BEFS_FS=m
40428 +# CONFIG_BEFS_DEBUG is not set
40429 +CONFIG_BFS_FS=m
40430 +CONFIG_EFS_FS=m
40431 +CONFIG_CRAMFS=y
40432 +CONFIG_VXFS_FS=m
40433 +# CONFIG_MINIX_FS is not set
40434 +CONFIG_HPFS_FS=m
40435 +CONFIG_QNX4FS_FS=m
40436 +# CONFIG_ROMFS_FS is not set
40437 +CONFIG_SYSV_FS=m
40438 +CONFIG_UFS_FS=m
40439 +# CONFIG_UFS_FS_WRITE is not set
40440 +# CONFIG_UFS_DEBUG is not set
40441 +CONFIG_NETWORK_FILESYSTEMS=y
40442 +CONFIG_NFS_FS=y
40443 +CONFIG_NFS_V3=y
40444 +# CONFIG_NFS_V3_ACL is not set
40445 +CONFIG_NFS_V4=y
40446 +# CONFIG_NFS_DIRECTIO is not set
40447 +CONFIG_NFSD=y
40448 +# CONFIG_NFSD_V3 is not set
40449 +CONFIG_NFSD_TCP=y
40450 +CONFIG_ROOT_NFS=y
40451 +CONFIG_LOCKD=y
40452 +CONFIG_LOCKD_V4=y
40453 +CONFIG_EXPORTFS=y
40454 +CONFIG_NFS_COMMON=y
40455 +CONFIG_SUNRPC=y
40456 +CONFIG_SUNRPC_GSS=y
40457 +# CONFIG_SUNRPC_BIND34 is not set
40458 +CONFIG_RPCSEC_GSS_KRB5=y
40459 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
40460 +# CONFIG_SMB_FS is not set
40461 +# CONFIG_CIFS is not set
40462 +# CONFIG_NCP_FS is not set
40463 +# CONFIG_CODA_FS is not set
40464 +# CONFIG_AFS_FS is not set
40465 +
40466 +#
40467 +# Partition Types
40468 +#
40469 +CONFIG_PARTITION_ADVANCED=y
40470 +# CONFIG_ACORN_PARTITION is not set
40471 +# CONFIG_OSF_PARTITION is not set
40472 +# CONFIG_AMIGA_PARTITION is not set
40473 +# CONFIG_ATARI_PARTITION is not set
40474 +CONFIG_MAC_PARTITION=y
40475 +CONFIG_MSDOS_PARTITION=y
40476 +# CONFIG_BSD_DISKLABEL is not set
40477 +# CONFIG_MINIX_SUBPARTITION is not set
40478 +# CONFIG_SOLARIS_X86_PARTITION is not set
40479 +# CONFIG_UNIXWARE_DISKLABEL is not set
40480 +# CONFIG_LDM_PARTITION is not set
40481 +# CONFIG_SGI_PARTITION is not set
40482 +# CONFIG_ULTRIX_PARTITION is not set
40483 +# CONFIG_SUN_PARTITION is not set
40484 +# CONFIG_KARMA_PARTITION is not set
40485 +# CONFIG_EFI_PARTITION is not set
40486 +# CONFIG_SYSV68_PARTITION is not set
40487 +CONFIG_NLS=y
40488 +CONFIG_NLS_DEFAULT="iso8859-1"
40489 +# CONFIG_NLS_CODEPAGE_437 is not set
40490 +# CONFIG_NLS_CODEPAGE_737 is not set
40491 +# CONFIG_NLS_CODEPAGE_775 is not set
40492 +# CONFIG_NLS_CODEPAGE_850 is not set
40493 +# CONFIG_NLS_CODEPAGE_852 is not set
40494 +# CONFIG_NLS_CODEPAGE_855 is not set
40495 +# CONFIG_NLS_CODEPAGE_857 is not set
40496 +# CONFIG_NLS_CODEPAGE_860 is not set
40497 +# CONFIG_NLS_CODEPAGE_861 is not set
40498 +# CONFIG_NLS_CODEPAGE_862 is not set
40499 +# CONFIG_NLS_CODEPAGE_863 is not set
40500 +# CONFIG_NLS_CODEPAGE_864 is not set
40501 +# CONFIG_NLS_CODEPAGE_865 is not set
40502 +# CONFIG_NLS_CODEPAGE_866 is not set
40503 +# CONFIG_NLS_CODEPAGE_869 is not set
40504 +# CONFIG_NLS_CODEPAGE_936 is not set
40505 +# CONFIG_NLS_CODEPAGE_950 is not set
40506 +# CONFIG_NLS_CODEPAGE_932 is not set
40507 +# CONFIG_NLS_CODEPAGE_949 is not set
40508 +# CONFIG_NLS_CODEPAGE_874 is not set
40509 +# CONFIG_NLS_ISO8859_8 is not set
40510 +# CONFIG_NLS_CODEPAGE_1250 is not set
40511 +# CONFIG_NLS_CODEPAGE_1251 is not set
40512 +# CONFIG_NLS_ASCII is not set
40513 +# CONFIG_NLS_ISO8859_1 is not set
40514 +# CONFIG_NLS_ISO8859_2 is not set
40515 +# CONFIG_NLS_ISO8859_3 is not set
40516 +# CONFIG_NLS_ISO8859_4 is not set
40517 +# CONFIG_NLS_ISO8859_5 is not set
40518 +# CONFIG_NLS_ISO8859_6 is not set
40519 +# CONFIG_NLS_ISO8859_7 is not set
40520 +# CONFIG_NLS_ISO8859_9 is not set
40521 +# CONFIG_NLS_ISO8859_13 is not set
40522 +# CONFIG_NLS_ISO8859_14 is not set
40523 +# CONFIG_NLS_ISO8859_15 is not set
40524 +# CONFIG_NLS_KOI8_R is not set
40525 +# CONFIG_NLS_KOI8_U is not set
40526 +CONFIG_NLS_UTF8=m
40527 +# CONFIG_DLM is not set
40528 +
40529 +#
40530 +# Library routines
40531 +#
40532 +CONFIG_BITREVERSE=y
40533 +# CONFIG_CRC_CCITT is not set
40534 +# CONFIG_CRC16 is not set
40535 +# CONFIG_CRC_ITU_T is not set
40536 +CONFIG_CRC32=y
40537 +# CONFIG_CRC7 is not set
40538 +CONFIG_LIBCRC32C=m
40539 +CONFIG_ZLIB_INFLATE=y
40540 +CONFIG_PLIST=y
40541 +CONFIG_HAS_IOMEM=y
40542 +CONFIG_HAS_IOPORT=y
40543 +CONFIG_HAS_DMA=y
40544 +
40545 +#
40546 +# Kernel hacking
40547 +#
40548 +# CONFIG_PRINTK_TIME is not set
40549 +CONFIG_ENABLE_WARN_DEPRECATED=y
40550 +CONFIG_ENABLE_MUST_CHECK=y
40551 +# CONFIG_MAGIC_SYSRQ is not set
40552 +# CONFIG_UNUSED_SYMBOLS is not set
40553 +# CONFIG_DEBUG_FS is not set
40554 +# CONFIG_HEADERS_CHECK is not set
40555 +CONFIG_DEBUG_KERNEL=y
40556 +# CONFIG_DEBUG_SHIRQ is not set
40557 +CONFIG_DETECT_SOFTLOCKUP=y
40558 +CONFIG_SCHED_DEBUG=y
40559 +# CONFIG_SCHEDSTATS is not set
40560 +# CONFIG_TIMER_STATS is not set
40561 +# CONFIG_SLUB_DEBUG_ON is not set
40562 +# CONFIG_SLUB_STATS is not set
40563 +# CONFIG_DEBUG_RT_MUTEXES is not set
40564 +# CONFIG_RT_MUTEX_TESTER is not set
40565 +# CONFIG_DEBUG_SPINLOCK is not set
40566 +# CONFIG_DEBUG_MUTEXES is not set
40567 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
40568 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
40569 +# CONFIG_DEBUG_KOBJECT is not set
40570 +# CONFIG_DEBUG_HIGHMEM is not set
40571 +# CONFIG_DEBUG_BUGVERBOSE is not set
40572 +CONFIG_DEBUG_INFO=y
40573 +# CONFIG_DEBUG_VM is not set
40574 +# CONFIG_DEBUG_LIST is not set
40575 +# CONFIG_DEBUG_SG is not set
40576 +# CONFIG_BOOT_PRINTK_DELAY is not set
40577 +# CONFIG_RCU_TORTURE_TEST is not set
40578 +# CONFIG_BACKTRACE_SELF_TEST is not set
40579 +# CONFIG_FAULT_INJECTION is not set
40580 +# CONFIG_SAMPLES is not set
40581 +# CONFIG_DEBUG_STACKOVERFLOW is not set
40582 +# CONFIG_DEBUG_STACK_USAGE is not set
40583 +# CONFIG_DEBUG_PAGEALLOC is not set
40584 +# CONFIG_DEBUGGER is not set
40585 +# CONFIG_BDI_SWITCH is not set
40586 +# CONFIG_PPC_EARLY_DEBUG is not set
40587 +
40588 +#
40589 +# Security options
40590 +#
40591 +# CONFIG_KEYS is not set
40592 +# CONFIG_SECURITY is not set
40593 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
40594 +CONFIG_CRYPTO=y
40595 +CONFIG_CRYPTO_ALGAPI=y
40596 +CONFIG_CRYPTO_BLKCIPHER=y
40597 +# CONFIG_CRYPTO_SEQIV is not set
40598 +CONFIG_CRYPTO_HASH=y
40599 +CONFIG_CRYPTO_MANAGER=y
40600 +CONFIG_CRYPTO_HMAC=y
40601 +# CONFIG_CRYPTO_XCBC is not set
40602 +# CONFIG_CRYPTO_NULL is not set
40603 +# CONFIG_CRYPTO_MD4 is not set
40604 +CONFIG_CRYPTO_MD5=y
40605 +CONFIG_CRYPTO_SHA1=m
40606 +# CONFIG_CRYPTO_SHA256 is not set
40607 +# CONFIG_CRYPTO_SHA512 is not set
40608 +# CONFIG_CRYPTO_WP512 is not set
40609 +# CONFIG_CRYPTO_TGR192 is not set
40610 +# CONFIG_CRYPTO_GF128MUL is not set
40611 +# CONFIG_CRYPTO_ECB is not set
40612 +CONFIG_CRYPTO_CBC=y
40613 +CONFIG_CRYPTO_PCBC=m
40614 +# CONFIG_CRYPTO_LRW is not set
40615 +# CONFIG_CRYPTO_XTS is not set
40616 +# CONFIG_CRYPTO_CTR is not set
40617 +# CONFIG_CRYPTO_GCM is not set
40618 +# CONFIG_CRYPTO_CCM is not set
40619 +# CONFIG_CRYPTO_CRYPTD is not set
40620 +CONFIG_CRYPTO_DES=y
40621 +# CONFIG_CRYPTO_FCRYPT is not set
40622 +# CONFIG_CRYPTO_BLOWFISH is not set
40623 +# CONFIG_CRYPTO_TWOFISH is not set
40624 +# CONFIG_CRYPTO_SERPENT is not set
40625 +# CONFIG_CRYPTO_AES is not set
40626 +# CONFIG_CRYPTO_CAST5 is not set
40627 +# CONFIG_CRYPTO_CAST6 is not set
40628 +# CONFIG_CRYPTO_TEA is not set
40629 +# CONFIG_CRYPTO_ARC4 is not set
40630 +# CONFIG_CRYPTO_KHAZAD is not set
40631 +# CONFIG_CRYPTO_ANUBIS is not set
40632 +# CONFIG_CRYPTO_SEED is not set
40633 +# CONFIG_CRYPTO_SALSA20 is not set
40634 +# CONFIG_CRYPTO_DEFLATE is not set
40635 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
40636 +# CONFIG_CRYPTO_CRC32C is not set
40637 +# CONFIG_CRYPTO_CAMELLIA is not set
40638 +# CONFIG_CRYPTO_TEST is not set
40639 +# CONFIG_CRYPTO_AUTHENC is not set
40640 +# CONFIG_CRYPTO_LZO is not set
40641 +CONFIG_CRYPTO_HW=y
40642 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
40643 +# CONFIG_PPC_CLOCK is not set
40644 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig powerpc.git/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
40645 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig    1970-01-01 01:00:00.000000000 +0100
40646 +++ powerpc.git/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig 2008-04-19 16:40:52.000000000 +0200
40647 @@ -0,0 +1,935 @@
40648 +#
40649 +# Automatically generated make config: don't edit
40650 +# Linux kernel version: 2.6.25-rc6
40651 +# Mon Mar 24 08:48:30 2008
40652 +#
40653 +# CONFIG_PPC64 is not set
40654 +
40655 +#
40656 +# Processor support
40657 +#
40658 +# CONFIG_6xx is not set
40659 +CONFIG_PPC_85xx=y
40660 +# CONFIG_PPC_8xx is not set
40661 +# CONFIG_40x is not set
40662 +# CONFIG_44x is not set
40663 +# CONFIG_E200 is not set
40664 +CONFIG_E500=y
40665 +CONFIG_BOOKE=y
40666 +CONFIG_FSL_BOOKE=y
40667 +CONFIG_FSL_EMB_PERFMON=y
40668 +# CONFIG_PHYS_64BIT is not set
40669 +CONFIG_SPE=y
40670 +# CONFIG_PPC_MM_SLICES is not set
40671 +CONFIG_PPC32=y
40672 +CONFIG_WORD_SIZE=32
40673 +CONFIG_PPC_MERGE=y
40674 +CONFIG_MMU=y
40675 +CONFIG_GENERIC_CMOS_UPDATE=y
40676 +CONFIG_GENERIC_TIME=y
40677 +CONFIG_GENERIC_TIME_VSYSCALL=y
40678 +CONFIG_GENERIC_CLOCKEVENTS=y
40679 +CONFIG_GENERIC_HARDIRQS=y
40680 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
40681 +CONFIG_IRQ_PER_CPU=y
40682 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
40683 +CONFIG_ARCH_HAS_ILOG2_U32=y
40684 +CONFIG_GENERIC_HWEIGHT=y
40685 +CONFIG_GENERIC_CALIBRATE_DELAY=y
40686 +CONFIG_GENERIC_FIND_NEXT_BIT=y
40687 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
40688 +CONFIG_PPC=y
40689 +CONFIG_EARLY_PRINTK=y
40690 +CONFIG_GENERIC_NVRAM=y
40691 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
40692 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
40693 +CONFIG_PPC_OF=y
40694 +CONFIG_OF=y
40695 +CONFIG_PPC_UDBG_16550=y
40696 +# CONFIG_GENERIC_TBSYNC is not set
40697 +CONFIG_AUDIT_ARCH=y
40698 +CONFIG_GENERIC_BUG=y
40699 +CONFIG_DEFAULT_UIMAGE=y
40700 +# CONFIG_PPC_DCR_NATIVE is not set
40701 +# CONFIG_PPC_DCR_MMIO is not set
40702 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
40703 +
40704 +#
40705 +# General setup
40706 +#
40707 +CONFIG_EXPERIMENTAL=y
40708 +CONFIG_BROKEN_ON_SMP=y
40709 +CONFIG_INIT_ENV_ARG_LIMIT=32
40710 +CONFIG_LOCALVERSION=""
40711 +CONFIG_LOCALVERSION_AUTO=y
40712 +CONFIG_SWAP=y
40713 +CONFIG_SYSVIPC=y
40714 +CONFIG_SYSVIPC_SYSCTL=y
40715 +# CONFIG_POSIX_MQUEUE is not set
40716 +# CONFIG_BSD_PROCESS_ACCT is not set
40717 +# CONFIG_TASKSTATS is not set
40718 +# CONFIG_AUDIT is not set
40719 +# CONFIG_IKCONFIG is not set
40720 +CONFIG_LOG_BUF_SHIFT=14
40721 +# CONFIG_CGROUPS is not set
40722 +CONFIG_GROUP_SCHED=y
40723 +# CONFIG_FAIR_GROUP_SCHED is not set
40724 +# CONFIG_RT_GROUP_SCHED is not set
40725 +CONFIG_USER_SCHED=y
40726 +# CONFIG_CGROUP_SCHED is not set
40727 +CONFIG_SYSFS_DEPRECATED=y
40728 +CONFIG_SYSFS_DEPRECATED_V2=y
40729 +# CONFIG_RELAY is not set
40730 +# CONFIG_NAMESPACES is not set
40731 +CONFIG_BLK_DEV_INITRD=y
40732 +CONFIG_INITRAMFS_SOURCE=""
40733 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40734 +CONFIG_SYSCTL=y
40735 +CONFIG_EMBEDDED=y
40736 +CONFIG_SYSCTL_SYSCALL=y
40737 +CONFIG_KALLSYMS=y
40738 +# CONFIG_KALLSYMS_ALL is not set
40739 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
40740 +CONFIG_HOTPLUG=y
40741 +CONFIG_PRINTK=y
40742 +CONFIG_BUG=y
40743 +CONFIG_ELF_CORE=y
40744 +CONFIG_COMPAT_BRK=y
40745 +CONFIG_BASE_FULL=y
40746 +CONFIG_FUTEX=y
40747 +CONFIG_ANON_INODES=y
40748 +CONFIG_EPOLL=y
40749 +CONFIG_SIGNALFD=y
40750 +CONFIG_TIMERFD=y
40751 +CONFIG_EVENTFD=y
40752 +CONFIG_SHMEM=y
40753 +CONFIG_VM_EVENT_COUNTERS=y
40754 +CONFIG_SLUB_DEBUG=y
40755 +# CONFIG_SLAB is not set
40756 +CONFIG_SLUB=y
40757 +# CONFIG_SLOB is not set
40758 +# CONFIG_PROFILING is not set
40759 +# CONFIG_MARKERS is not set
40760 +CONFIG_HAVE_OPROFILE=y
40761 +CONFIG_HAVE_KPROBES=y
40762 +CONFIG_HAVE_KRETPROBES=y
40763 +CONFIG_PROC_PAGE_MONITOR=y
40764 +CONFIG_SLABINFO=y
40765 +CONFIG_RT_MUTEXES=y
40766 +# CONFIG_TINY_SHMEM is not set
40767 +CONFIG_BASE_SMALL=0
40768 +# CONFIG_MODULES is not set
40769 +CONFIG_BLOCK=y
40770 +# CONFIG_LBD is not set
40771 +# CONFIG_BLK_DEV_IO_TRACE is not set
40772 +# CONFIG_LSF is not set
40773 +# CONFIG_BLK_DEV_BSG is not set
40774 +
40775 +#
40776 +# IO Schedulers
40777 +#
40778 +CONFIG_IOSCHED_NOOP=y
40779 +CONFIG_IOSCHED_AS=y
40780 +CONFIG_IOSCHED_DEADLINE=y
40781 +CONFIG_IOSCHED_CFQ=y
40782 +CONFIG_DEFAULT_AS=y
40783 +# CONFIG_DEFAULT_DEADLINE is not set
40784 +# CONFIG_DEFAULT_CFQ is not set
40785 +# CONFIG_DEFAULT_NOOP is not set
40786 +CONFIG_DEFAULT_IOSCHED="anticipatory"
40787 +CONFIG_CLASSIC_RCU=y
40788 +
40789 +#
40790 +# Platform support
40791 +#
40792 +# CONFIG_PPC_MPC512x is not set
40793 +# CONFIG_PPC_MPC5121 is not set
40794 +# CONFIG_PPC_CELL is not set
40795 +# CONFIG_PPC_CELL_NATIVE is not set
40796 +# CONFIG_PQ2ADS is not set
40797 +CONFIG_MPC85xx=y
40798 +# CONFIG_MPC8540_ADS is not set
40799 +# CONFIG_MPC8560_ADS is not set
40800 +CONFIG_MPC85xx_CDS=y
40801 +# CONFIG_MPC85xx_MDS is not set
40802 +# CONFIG_MPC85xx_DS is not set
40803 +# CONFIG_STX_GP3 is not set
40804 +# CONFIG_TQM8540 is not set
40805 +# CONFIG_TQM8541 is not set
40806 +# CONFIG_TQM8555 is not set
40807 +# CONFIG_TQM8560 is not set
40808 +# CONFIG_SBC8548 is not set
40809 +# CONFIG_SBC8560 is not set
40810 +# CONFIG_IPIC is not set
40811 +CONFIG_MPIC=y
40812 +# CONFIG_MPIC_WEIRD is not set
40813 +CONFIG_PPC_I8259=y
40814 +# CONFIG_PPC_RTAS is not set
40815 +# CONFIG_MMIO_NVRAM is not set
40816 +# CONFIG_PPC_MPC106 is not set
40817 +# CONFIG_PPC_970_NAP is not set
40818 +# CONFIG_PPC_INDIRECT_IO is not set
40819 +# CONFIG_GENERIC_IOMAP is not set
40820 +# CONFIG_CPU_FREQ is not set
40821 +# CONFIG_CPM2 is not set
40822 +# CONFIG_FSL_ULI1575 is not set
40823 +
40824 +#
40825 +# Kernel options
40826 +#
40827 +# CONFIG_HIGHMEM is not set
40828 +CONFIG_TICK_ONESHOT=y
40829 +CONFIG_NO_HZ=y
40830 +CONFIG_HIGH_RES_TIMERS=y
40831 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
40832 +# CONFIG_HZ_100 is not set
40833 +CONFIG_HZ_250=y
40834 +# CONFIG_HZ_300 is not set
40835 +# CONFIG_HZ_1000 is not set
40836 +CONFIG_HZ=250
40837 +# CONFIG_SCHED_HRTICK is not set
40838 +CONFIG_PREEMPT_NONE=y
40839 +# CONFIG_PREEMPT_VOLUNTARY is not set
40840 +# CONFIG_PREEMPT is not set
40841 +CONFIG_BINFMT_ELF=y
40842 +CONFIG_BINFMT_MISC=y
40843 +CONFIG_MATH_EMULATION=y
40844 +# CONFIG_IOMMU_HELPER is not set
40845 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
40846 +CONFIG_ARCH_HAS_WALK_MEMORY=y
40847 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
40848 +CONFIG_ARCH_FLATMEM_ENABLE=y
40849 +CONFIG_ARCH_POPULATES_NODE_MAP=y
40850 +CONFIG_SELECT_MEMORY_MODEL=y
40851 +CONFIG_FLATMEM_MANUAL=y
40852 +# CONFIG_DISCONTIGMEM_MANUAL is not set
40853 +# CONFIG_SPARSEMEM_MANUAL is not set
40854 +CONFIG_FLATMEM=y
40855 +CONFIG_FLAT_NODE_MEM_MAP=y
40856 +# CONFIG_SPARSEMEM_STATIC is not set
40857 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
40858 +CONFIG_SPLIT_PTLOCK_CPUS=4
40859 +# CONFIG_RESOURCES_64BIT is not set
40860 +CONFIG_ZONE_DMA_FLAG=1
40861 +CONFIG_BOUNCE=y
40862 +CONFIG_VIRT_TO_BUS=y
40863 +CONFIG_PROC_DEVICETREE=y
40864 +# CONFIG_CMDLINE_BOOL is not set
40865 +# CONFIG_PM is not set
40866 +# CONFIG_SECCOMP is not set
40867 +CONFIG_ISA_DMA_API=y
40868 +
40869 +#
40870 +# Bus options
40871 +#
40872 +CONFIG_ZONE_DMA=y
40873 +CONFIG_PPC_INDIRECT_PCI=y
40874 +CONFIG_FSL_SOC=y
40875 +CONFIG_FSL_PCI=y
40876 +CONFIG_PCI=y
40877 +CONFIG_PCI_DOMAINS=y
40878 +CONFIG_PCI_SYSCALL=y
40879 +# CONFIG_PCIEPORTBUS is not set
40880 +CONFIG_ARCH_SUPPORTS_MSI=y
40881 +# CONFIG_PCI_MSI is not set
40882 +CONFIG_PCI_LEGACY=y
40883 +# CONFIG_PCI_DEBUG is not set
40884 +# CONFIG_PCCARD is not set
40885 +# CONFIG_HOTPLUG_PCI is not set
40886 +
40887 +#
40888 +# Advanced setup
40889 +#
40890 +# CONFIG_ADVANCED_OPTIONS is not set
40891 +
40892 +#
40893 +# Default settings for advanced configuration options are used
40894 +#
40895 +CONFIG_HIGHMEM_START=0xfe000000
40896 +CONFIG_LOWMEM_SIZE=0x30000000
40897 +CONFIG_KERNEL_START=0xc0000000
40898 +CONFIG_TASK_SIZE=0xc0000000
40899 +CONFIG_BOOT_LOAD=0x00800000
40900 +
40901 +#
40902 +# Networking
40903 +#
40904 +CONFIG_NET=y
40905 +
40906 +#
40907 +# Networking options
40908 +#
40909 +CONFIG_PACKET=y
40910 +# CONFIG_PACKET_MMAP is not set
40911 +CONFIG_UNIX=y
40912 +CONFIG_XFRM=y
40913 +CONFIG_XFRM_USER=y
40914 +# CONFIG_XFRM_SUB_POLICY is not set
40915 +# CONFIG_XFRM_MIGRATE is not set
40916 +# CONFIG_XFRM_STATISTICS is not set
40917 +# CONFIG_NET_KEY is not set
40918 +CONFIG_INET=y
40919 +CONFIG_IP_MULTICAST=y
40920 +# CONFIG_IP_ADVANCED_ROUTER is not set
40921 +CONFIG_IP_FIB_HASH=y
40922 +CONFIG_IP_PNP=y
40923 +CONFIG_IP_PNP_DHCP=y
40924 +CONFIG_IP_PNP_BOOTP=y
40925 +# CONFIG_IP_PNP_RARP is not set
40926 +# CONFIG_NET_IPIP is not set
40927 +# CONFIG_NET_IPGRE is not set
40928 +# CONFIG_IP_MROUTE is not set
40929 +# CONFIG_ARPD is not set
40930 +CONFIG_SYN_COOKIES=y
40931 +# CONFIG_INET_AH is not set
40932 +# CONFIG_INET_ESP is not set
40933 +# CONFIG_INET_IPCOMP is not set
40934 +# CONFIG_INET_XFRM_TUNNEL is not set
40935 +# CONFIG_INET_TUNNEL is not set
40936 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
40937 +CONFIG_INET_XFRM_MODE_TUNNEL=y
40938 +CONFIG_INET_XFRM_MODE_BEET=y
40939 +# CONFIG_INET_LRO is not set
40940 +CONFIG_INET_DIAG=y
40941 +CONFIG_INET_TCP_DIAG=y
40942 +# CONFIG_TCP_CONG_ADVANCED is not set
40943 +CONFIG_TCP_CONG_CUBIC=y
40944 +CONFIG_DEFAULT_TCP_CONG="cubic"
40945 +# CONFIG_TCP_MD5SIG is not set
40946 +# CONFIG_IPV6 is not set
40947 +# CONFIG_INET6_XFRM_TUNNEL is not set
40948 +# CONFIG_INET6_TUNNEL is not set
40949 +# CONFIG_NETWORK_SECMARK is not set
40950 +# CONFIG_NETFILTER is not set
40951 +# CONFIG_IP_DCCP is not set
40952 +# CONFIG_IP_SCTP is not set
40953 +# CONFIG_TIPC is not set
40954 +# CONFIG_ATM is not set
40955 +# CONFIG_BRIDGE is not set
40956 +# CONFIG_VLAN_8021Q is not set
40957 +# CONFIG_DECNET is not set
40958 +# CONFIG_LLC2 is not set
40959 +# CONFIG_IPX is not set
40960 +# CONFIG_ATALK is not set
40961 +# CONFIG_X25 is not set
40962 +# CONFIG_LAPB is not set
40963 +# CONFIG_ECONET is not set
40964 +# CONFIG_WAN_ROUTER is not set
40965 +# CONFIG_NET_SCHED is not set
40966 +
40967 +#
40968 +# Network testing
40969 +#
40970 +# CONFIG_NET_PKTGEN is not set
40971 +# CONFIG_HAMRADIO is not set
40972 +# CONFIG_CAN is not set
40973 +# CONFIG_IRDA is not set
40974 +# CONFIG_BT is not set
40975 +# CONFIG_AF_RXRPC is not set
40976 +
40977 +#
40978 +# Wireless
40979 +#
40980 +# CONFIG_CFG80211 is not set
40981 +# CONFIG_WIRELESS_EXT is not set
40982 +# CONFIG_MAC80211 is not set
40983 +# CONFIG_IEEE80211 is not set
40984 +# CONFIG_RFKILL is not set
40985 +# CONFIG_NET_9P is not set
40986 +
40987 +#
40988 +# Device Drivers
40989 +#
40990 +
40991 +#
40992 +# Generic Driver Options
40993 +#
40994 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
40995 +CONFIG_STANDALONE=y
40996 +CONFIG_PREVENT_FIRMWARE_BUILD=y
40997 +# CONFIG_FW_LOADER is not set
40998 +# CONFIG_DEBUG_DRIVER is not set
40999 +# CONFIG_DEBUG_DEVRES is not set
41000 +# CONFIG_SYS_HYPERVISOR is not set
41001 +# CONFIG_CONNECTOR is not set
41002 +# CONFIG_MTD is not set
41003 +CONFIG_OF_DEVICE=y
41004 +# CONFIG_PARPORT is not set
41005 +CONFIG_BLK_DEV=y
41006 +# CONFIG_BLK_DEV_FD is not set
41007 +# CONFIG_BLK_CPQ_DA is not set
41008 +# CONFIG_BLK_CPQ_CISS_DA is not set
41009 +# CONFIG_BLK_DEV_DAC960 is not set
41010 +# CONFIG_BLK_DEV_UMEM is not set
41011 +# CONFIG_BLK_DEV_COW_COMMON is not set
41012 +CONFIG_BLK_DEV_LOOP=y
41013 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
41014 +# CONFIG_BLK_DEV_NBD is not set
41015 +# CONFIG_BLK_DEV_SX8 is not set
41016 +CONFIG_BLK_DEV_RAM=y
41017 +CONFIG_BLK_DEV_RAM_COUNT=16
41018 +CONFIG_BLK_DEV_RAM_SIZE=32768
41019 +# CONFIG_BLK_DEV_XIP is not set
41020 +# CONFIG_CDROM_PKTCDVD is not set
41021 +# CONFIG_ATA_OVER_ETH is not set
41022 +CONFIG_MISC_DEVICES=y
41023 +# CONFIG_PHANTOM is not set
41024 +# CONFIG_EEPROM_93CX6 is not set
41025 +# CONFIG_SGI_IOC4 is not set
41026 +# CONFIG_TIFM_CORE is not set
41027 +# CONFIG_ENCLOSURE_SERVICES is not set
41028 +CONFIG_HAVE_IDE=y
41029 +CONFIG_IDE=y
41030 +CONFIG_IDE_MAX_HWIFS=4
41031 +CONFIG_BLK_DEV_IDE=y
41032 +
41033 +#
41034 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
41035 +#
41036 +# CONFIG_BLK_DEV_IDE_SATA is not set
41037 +# CONFIG_BLK_DEV_IDEDISK is not set
41038 +# CONFIG_IDEDISK_MULTI_MODE is not set
41039 +# CONFIG_BLK_DEV_IDECD is not set
41040 +# CONFIG_BLK_DEV_IDETAPE is not set
41041 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
41042 +# CONFIG_IDE_TASK_IOCTL is not set
41043 +CONFIG_IDE_PROC_FS=y
41044 +
41045 +#
41046 +# IDE chipset support/bugfixes
41047 +#
41048 +CONFIG_IDE_GENERIC=y
41049 +# CONFIG_BLK_DEV_PLATFORM is not set
41050 +CONFIG_BLK_DEV_IDEDMA_SFF=y
41051 +
41052 +#
41053 +# PCI IDE chipsets support
41054 +#
41055 +CONFIG_BLK_DEV_IDEPCI=y
41056 +CONFIG_IDEPCI_PCIBUS_ORDER=y
41057 +# CONFIG_BLK_DEV_OFFBOARD is not set
41058 +CONFIG_BLK_DEV_GENERIC=y
41059 +# CONFIG_BLK_DEV_OPTI621 is not set
41060 +CONFIG_BLK_DEV_IDEDMA_PCI=y
41061 +# CONFIG_BLK_DEV_AEC62XX is not set
41062 +# CONFIG_BLK_DEV_ALI15X3 is not set
41063 +# CONFIG_BLK_DEV_AMD74XX is not set
41064 +# CONFIG_BLK_DEV_CMD64X is not set
41065 +# CONFIG_BLK_DEV_TRIFLEX is not set
41066 +# CONFIG_BLK_DEV_CY82C693 is not set
41067 +# CONFIG_BLK_DEV_CS5520 is not set
41068 +# CONFIG_BLK_DEV_CS5530 is not set
41069 +# CONFIG_BLK_DEV_HPT34X is not set
41070 +# CONFIG_BLK_DEV_HPT366 is not set
41071 +# CONFIG_BLK_DEV_JMICRON is not set
41072 +# CONFIG_BLK_DEV_SC1200 is not set
41073 +# CONFIG_BLK_DEV_PIIX is not set
41074 +# CONFIG_BLK_DEV_IT8213 is not set
41075 +# CONFIG_BLK_DEV_IT821X is not set
41076 +# CONFIG_BLK_DEV_NS87415 is not set
41077 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
41078 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
41079 +# CONFIG_BLK_DEV_SVWKS is not set
41080 +# CONFIG_BLK_DEV_SIIMAGE is not set
41081 +# CONFIG_BLK_DEV_SL82C105 is not set
41082 +# CONFIG_BLK_DEV_SLC90E66 is not set
41083 +# CONFIG_BLK_DEV_TRM290 is not set
41084 +CONFIG_BLK_DEV_VIA82CXXX=y
41085 +# CONFIG_BLK_DEV_TC86C001 is not set
41086 +CONFIG_BLK_DEV_IDEDMA=y
41087 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
41088 +# CONFIG_BLK_DEV_HD is not set
41089 +
41090 +#
41091 +# SCSI device support
41092 +#
41093 +# CONFIG_RAID_ATTRS is not set
41094 +# CONFIG_SCSI is not set
41095 +# CONFIG_SCSI_DMA is not set
41096 +# CONFIG_SCSI_NETLINK is not set
41097 +# CONFIG_ATA is not set
41098 +# CONFIG_MD is not set
41099 +# CONFIG_FUSION is not set
41100 +
41101 +#
41102 +# IEEE 1394 (FireWire) support
41103 +#
41104 +# CONFIG_FIREWIRE is not set
41105 +# CONFIG_IEEE1394 is not set
41106 +# CONFIG_I2O is not set
41107 +# CONFIG_MACINTOSH_DRIVERS is not set
41108 +CONFIG_NETDEVICES=y
41109 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
41110 +# CONFIG_DUMMY is not set
41111 +# CONFIG_BONDING is not set
41112 +# CONFIG_MACVLAN is not set
41113 +# CONFIG_EQUALIZER is not set
41114 +# CONFIG_TUN is not set
41115 +# CONFIG_VETH is not set
41116 +# CONFIG_ARCNET is not set
41117 +CONFIG_PHYLIB=y
41118 +
41119 +#
41120 +# MII PHY device drivers
41121 +#
41122 +# CONFIG_MARVELL_PHY is not set
41123 +# CONFIG_DAVICOM_PHY is not set
41124 +# CONFIG_QSEMI_PHY is not set
41125 +# CONFIG_LXT_PHY is not set
41126 +# CONFIG_CICADA_PHY is not set
41127 +# CONFIG_VITESSE_PHY is not set
41128 +# CONFIG_SMSC_PHY is not set
41129 +# CONFIG_BROADCOM_PHY is not set
41130 +# CONFIG_ICPLUS_PHY is not set
41131 +# CONFIG_REALTEK_PHY is not set
41132 +# CONFIG_FIXED_PHY is not set
41133 +# CONFIG_MDIO_BITBANG is not set
41134 +CONFIG_NET_ETHERNET=y
41135 +CONFIG_MII=y
41136 +# CONFIG_HAPPYMEAL is not set
41137 +# CONFIG_SUNGEM is not set
41138 +# CONFIG_CASSINI is not set
41139 +# CONFIG_NET_VENDOR_3COM is not set
41140 +# CONFIG_NET_TULIP is not set
41141 +# CONFIG_HP100 is not set
41142 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
41143 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
41144 +# CONFIG_IBM_NEW_EMAC_TAH is not set
41145 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
41146 +# CONFIG_NET_PCI is not set
41147 +# CONFIG_B44 is not set
41148 +CONFIG_NETDEV_1000=y
41149 +# CONFIG_ACENIC is not set
41150 +# CONFIG_DL2K is not set
41151 +CONFIG_E1000=y
41152 +CONFIG_E1000_NAPI=y
41153 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
41154 +# CONFIG_E1000E is not set
41155 +# CONFIG_E1000E_ENABLED is not set
41156 +# CONFIG_IP1000 is not set
41157 +# CONFIG_IGB is not set
41158 +# CONFIG_NS83820 is not set
41159 +# CONFIG_HAMACHI is not set
41160 +# CONFIG_YELLOWFIN is not set
41161 +# CONFIG_R8169 is not set
41162 +# CONFIG_SIS190 is not set
41163 +# CONFIG_SKGE is not set
41164 +# CONFIG_SKY2 is not set
41165 +# CONFIG_SK98LIN is not set
41166 +# CONFIG_VIA_VELOCITY is not set
41167 +# CONFIG_TIGON3 is not set
41168 +# CONFIG_BNX2 is not set
41169 +CONFIG_GIANFAR=y
41170 +CONFIG_GFAR_NAPI=y
41171 +# CONFIG_QLA3XXX is not set
41172 +# CONFIG_ATL1 is not set
41173 +CONFIG_NETDEV_10000=y
41174 +# CONFIG_CHELSIO_T1 is not set
41175 +# CONFIG_CHELSIO_T3 is not set
41176 +# CONFIG_IXGBE is not set
41177 +# CONFIG_IXGB is not set
41178 +# CONFIG_S2IO is not set
41179 +# CONFIG_MYRI10GE is not set
41180 +# CONFIG_NETXEN_NIC is not set
41181 +# CONFIG_NIU is not set
41182 +# CONFIG_MLX4_CORE is not set
41183 +# CONFIG_TEHUTI is not set
41184 +# CONFIG_BNX2X is not set
41185 +# CONFIG_TR is not set
41186 +
41187 +#
41188 +# Wireless LAN
41189 +#
41190 +# CONFIG_WLAN_PRE80211 is not set
41191 +# CONFIG_WLAN_80211 is not set
41192 +# CONFIG_WAN is not set
41193 +# CONFIG_FDDI is not set
41194 +# CONFIG_HIPPI is not set
41195 +# CONFIG_PPP is not set
41196 +# CONFIG_SLIP is not set
41197 +# CONFIG_NETCONSOLE is not set
41198 +# CONFIG_NETPOLL is not set
41199 +# CONFIG_NET_POLL_CONTROLLER is not set
41200 +# CONFIG_ISDN is not set
41201 +# CONFIG_PHONE is not set
41202 +
41203 +#
41204 +# Input device support
41205 +#
41206 +CONFIG_INPUT=y
41207 +# CONFIG_INPUT_FF_MEMLESS is not set
41208 +# CONFIG_INPUT_POLLDEV is not set
41209 +
41210 +#
41211 +# Userland interfaces
41212 +#
41213 +# CONFIG_INPUT_MOUSEDEV is not set
41214 +# CONFIG_INPUT_JOYDEV is not set
41215 +# CONFIG_INPUT_EVDEV is not set
41216 +# CONFIG_INPUT_EVBUG is not set
41217 +
41218 +#
41219 +# Input Device Drivers
41220 +#
41221 +# CONFIG_INPUT_KEYBOARD is not set
41222 +# CONFIG_INPUT_MOUSE is not set
41223 +# CONFIG_INPUT_JOYSTICK is not set
41224 +# CONFIG_INPUT_TABLET is not set
41225 +# CONFIG_INPUT_TOUCHSCREEN is not set
41226 +# CONFIG_INPUT_MISC is not set
41227 +
41228 +#
41229 +# Hardware I/O ports
41230 +#
41231 +# CONFIG_SERIO is not set
41232 +# CONFIG_GAMEPORT is not set
41233 +
41234 +#
41235 +# Character devices
41236 +#
41237 +# CONFIG_VT is not set
41238 +# CONFIG_SERIAL_NONSTANDARD is not set
41239 +# CONFIG_NOZOMI is not set
41240 +
41241 +#
41242 +# Serial drivers
41243 +#
41244 +CONFIG_SERIAL_8250=y
41245 +CONFIG_SERIAL_8250_CONSOLE=y
41246 +CONFIG_SERIAL_8250_PCI=y
41247 +CONFIG_SERIAL_8250_NR_UARTS=4
41248 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
41249 +# CONFIG_SERIAL_8250_EXTENDED is not set
41250 +CONFIG_SERIAL_8250_SHARE_IRQ=y
41251 +
41252 +#
41253 +# Non-8250 serial port support
41254 +#
41255 +# CONFIG_SERIAL_UARTLITE is not set
41256 +CONFIG_SERIAL_CORE=y
41257 +CONFIG_SERIAL_CORE_CONSOLE=y
41258 +# CONFIG_SERIAL_JSM is not set
41259 +# CONFIG_SERIAL_OF_PLATFORM is not set
41260 +CONFIG_UNIX98_PTYS=y
41261 +CONFIG_LEGACY_PTYS=y
41262 +CONFIG_LEGACY_PTY_COUNT=256
41263 +# CONFIG_IPMI_HANDLER is not set
41264 +# CONFIG_HW_RANDOM is not set
41265 +# CONFIG_NVRAM is not set
41266 +CONFIG_GEN_RTC=y
41267 +# CONFIG_GEN_RTC_X is not set
41268 +# CONFIG_R3964 is not set
41269 +# CONFIG_APPLICOM is not set
41270 +# CONFIG_RAW_DRIVER is not set
41271 +# CONFIG_TCG_TPM is not set
41272 +CONFIG_DEVPORT=y
41273 +# CONFIG_I2C is not set
41274 +
41275 +#
41276 +# SPI support
41277 +#
41278 +# CONFIG_SPI is not set
41279 +# CONFIG_SPI_MASTER is not set
41280 +# CONFIG_W1 is not set
41281 +# CONFIG_POWER_SUPPLY is not set
41282 +CONFIG_HWMON=y
41283 +# CONFIG_HWMON_VID is not set
41284 +# CONFIG_SENSORS_I5K_AMB is not set
41285 +# CONFIG_SENSORS_F71805F is not set
41286 +# CONFIG_SENSORS_F71882FG is not set
41287 +# CONFIG_SENSORS_IT87 is not set
41288 +# CONFIG_SENSORS_PC87360 is not set
41289 +# CONFIG_SENSORS_PC87427 is not set
41290 +# CONFIG_SENSORS_SIS5595 is not set
41291 +# CONFIG_SENSORS_SMSC47M1 is not set
41292 +# CONFIG_SENSORS_SMSC47B397 is not set
41293 +# CONFIG_SENSORS_VIA686A is not set
41294 +# CONFIG_SENSORS_VT1211 is not set
41295 +# CONFIG_SENSORS_VT8231 is not set
41296 +# CONFIG_SENSORS_W83627HF is not set
41297 +# CONFIG_SENSORS_W83627EHF is not set
41298 +# CONFIG_HWMON_DEBUG_CHIP is not set
41299 +# CONFIG_THERMAL is not set
41300 +# CONFIG_WATCHDOG is not set
41301 +
41302 +#
41303 +# Sonics Silicon Backplane
41304 +#
41305 +CONFIG_SSB_POSSIBLE=y
41306 +# CONFIG_SSB is not set
41307 +
41308 +#
41309 +# Multifunction device drivers
41310 +#
41311 +# CONFIG_MFD_SM501 is not set
41312 +
41313 +#
41314 +# Multimedia devices
41315 +#
41316 +# CONFIG_VIDEO_DEV is not set
41317 +# CONFIG_DVB_CORE is not set
41318 +CONFIG_DAB=y
41319 +
41320 +#
41321 +# Graphics support
41322 +#
41323 +# CONFIG_AGP is not set
41324 +# CONFIG_DRM is not set
41325 +# CONFIG_VGASTATE is not set
41326 +CONFIG_VIDEO_OUTPUT_CONTROL=y
41327 +# CONFIG_FB is not set
41328 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
41329 +
41330 +#
41331 +# Display device support
41332 +#
41333 +# CONFIG_DISPLAY_SUPPORT is not set
41334 +
41335 +#
41336 +# Sound
41337 +#
41338 +# CONFIG_SOUND is not set
41339 +CONFIG_HID_SUPPORT=y
41340 +CONFIG_HID=y
41341 +# CONFIG_HID_DEBUG is not set
41342 +# CONFIG_HIDRAW is not set
41343 +CONFIG_USB_SUPPORT=y
41344 +CONFIG_USB_ARCH_HAS_HCD=y
41345 +CONFIG_USB_ARCH_HAS_OHCI=y
41346 +CONFIG_USB_ARCH_HAS_EHCI=y
41347 +# CONFIG_USB is not set
41348 +
41349 +#
41350 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
41351 +#
41352 +# CONFIG_USB_GADGET is not set
41353 +# CONFIG_MMC is not set
41354 +# CONFIG_MEMSTICK is not set
41355 +# CONFIG_NEW_LEDS is not set
41356 +# CONFIG_INFINIBAND is not set
41357 +# CONFIG_EDAC is not set
41358 +# CONFIG_RTC_CLASS is not set
41359 +# CONFIG_DMADEVICES is not set
41360 +
41361 +#
41362 +# Userspace I/O
41363 +#
41364 +# CONFIG_UIO is not set
41365 +
41366 +#
41367 +# File systems
41368 +#
41369 +CONFIG_EXT2_FS=y
41370 +# CONFIG_EXT2_FS_XATTR is not set
41371 +# CONFIG_EXT2_FS_XIP is not set
41372 +CONFIG_EXT3_FS=y
41373 +CONFIG_EXT3_FS_XATTR=y
41374 +# CONFIG_EXT3_FS_POSIX_ACL is not set
41375 +# CONFIG_EXT3_FS_SECURITY is not set
41376 +# CONFIG_EXT4DEV_FS is not set
41377 +CONFIG_JBD=y
41378 +CONFIG_FS_MBCACHE=y
41379 +# CONFIG_REISERFS_FS is not set
41380 +# CONFIG_JFS_FS is not set
41381 +# CONFIG_FS_POSIX_ACL is not set
41382 +# CONFIG_XFS_FS is not set
41383 +# CONFIG_GFS2_FS is not set
41384 +# CONFIG_OCFS2_FS is not set
41385 +CONFIG_DNOTIFY=y
41386 +CONFIG_INOTIFY=y
41387 +CONFIG_INOTIFY_USER=y
41388 +# CONFIG_QUOTA is not set
41389 +# CONFIG_AUTOFS_FS is not set
41390 +# CONFIG_AUTOFS4_FS is not set
41391 +# CONFIG_FUSE_FS is not set
41392 +
41393 +#
41394 +# CD-ROM/DVD Filesystems
41395 +#
41396 +# CONFIG_ISO9660_FS is not set
41397 +# CONFIG_UDF_FS is not set
41398 +
41399 +#
41400 +# DOS/FAT/NT Filesystems
41401 +#
41402 +# CONFIG_MSDOS_FS is not set
41403 +# CONFIG_VFAT_FS is not set
41404 +# CONFIG_NTFS_FS is not set
41405 +
41406 +#
41407 +# Pseudo filesystems
41408 +#
41409 +CONFIG_PROC_FS=y
41410 +CONFIG_PROC_KCORE=y
41411 +CONFIG_PROC_SYSCTL=y
41412 +CONFIG_SYSFS=y
41413 +CONFIG_TMPFS=y
41414 +# CONFIG_TMPFS_POSIX_ACL is not set
41415 +# CONFIG_HUGETLB_PAGE is not set
41416 +# CONFIG_CONFIGFS_FS is not set
41417 +
41418 +#
41419 +# Miscellaneous filesystems
41420 +#
41421 +# CONFIG_ADFS_FS is not set
41422 +# CONFIG_AFFS_FS is not set
41423 +# CONFIG_HFS_FS is not set
41424 +# CONFIG_HFSPLUS_FS is not set
41425 +# CONFIG_BEFS_FS is not set
41426 +# CONFIG_BFS_FS is not set
41427 +# CONFIG_EFS_FS is not set
41428 +# CONFIG_CRAMFS is not set
41429 +# CONFIG_VXFS_FS is not set
41430 +# CONFIG_MINIX_FS is not set
41431 +# CONFIG_HPFS_FS is not set
41432 +# CONFIG_QNX4FS_FS is not set
41433 +# CONFIG_ROMFS_FS is not set
41434 +# CONFIG_SYSV_FS is not set
41435 +# CONFIG_UFS_FS is not set
41436 +CONFIG_NETWORK_FILESYSTEMS=y
41437 +CONFIG_NFS_FS=y
41438 +# CONFIG_NFS_V3 is not set
41439 +# CONFIG_NFS_V4 is not set
41440 +# CONFIG_NFS_DIRECTIO is not set
41441 +# CONFIG_NFSD is not set
41442 +CONFIG_ROOT_NFS=y
41443 +CONFIG_LOCKD=y
41444 +CONFIG_NFS_COMMON=y
41445 +CONFIG_SUNRPC=y
41446 +# CONFIG_SUNRPC_BIND34 is not set
41447 +# CONFIG_RPCSEC_GSS_KRB5 is not set
41448 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
41449 +# CONFIG_SMB_FS is not set
41450 +# CONFIG_CIFS is not set
41451 +# CONFIG_NCP_FS is not set
41452 +# CONFIG_CODA_FS is not set
41453 +# CONFIG_AFS_FS is not set
41454 +
41455 +#
41456 +# Partition Types
41457 +#
41458 +CONFIG_PARTITION_ADVANCED=y
41459 +# CONFIG_ACORN_PARTITION is not set
41460 +# CONFIG_OSF_PARTITION is not set
41461 +# CONFIG_AMIGA_PARTITION is not set
41462 +# CONFIG_ATARI_PARTITION is not set
41463 +# CONFIG_MAC_PARTITION is not set
41464 +# CONFIG_MSDOS_PARTITION is not set
41465 +# CONFIG_LDM_PARTITION is not set
41466 +# CONFIG_SGI_PARTITION is not set
41467 +# CONFIG_ULTRIX_PARTITION is not set
41468 +# CONFIG_SUN_PARTITION is not set
41469 +# CONFIG_KARMA_PARTITION is not set
41470 +# CONFIG_EFI_PARTITION is not set
41471 +# CONFIG_SYSV68_PARTITION is not set
41472 +# CONFIG_NLS is not set
41473 +# CONFIG_DLM is not set
41474 +
41475 +#
41476 +# Library routines
41477 +#
41478 +CONFIG_BITREVERSE=y
41479 +# CONFIG_CRC_CCITT is not set
41480 +# CONFIG_CRC16 is not set
41481 +# CONFIG_CRC_ITU_T is not set
41482 +CONFIG_CRC32=y
41483 +# CONFIG_CRC7 is not set
41484 +# CONFIG_LIBCRC32C is not set
41485 +CONFIG_PLIST=y
41486 +CONFIG_HAS_IOMEM=y
41487 +CONFIG_HAS_IOPORT=y
41488 +CONFIG_HAS_DMA=y
41489 +
41490 +#
41491 +# Kernel hacking
41492 +#
41493 +# CONFIG_PRINTK_TIME is not set
41494 +CONFIG_ENABLE_WARN_DEPRECATED=y
41495 +CONFIG_ENABLE_MUST_CHECK=y
41496 +# CONFIG_MAGIC_SYSRQ is not set
41497 +# CONFIG_UNUSED_SYMBOLS is not set
41498 +# CONFIG_DEBUG_FS is not set
41499 +# CONFIG_HEADERS_CHECK is not set
41500 +CONFIG_DEBUG_KERNEL=y
41501 +# CONFIG_DEBUG_SHIRQ is not set
41502 +CONFIG_DETECT_SOFTLOCKUP=y
41503 +CONFIG_SCHED_DEBUG=y
41504 +# CONFIG_SCHEDSTATS is not set
41505 +# CONFIG_TIMER_STATS is not set
41506 +# CONFIG_SLUB_DEBUG_ON is not set
41507 +# CONFIG_SLUB_STATS is not set
41508 +# CONFIG_DEBUG_RT_MUTEXES is not set
41509 +# CONFIG_RT_MUTEX_TESTER is not set
41510 +# CONFIG_DEBUG_SPINLOCK is not set
41511 +CONFIG_DEBUG_MUTEXES=y
41512 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
41513 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
41514 +# CONFIG_DEBUG_KOBJECT is not set
41515 +# CONFIG_DEBUG_BUGVERBOSE is not set
41516 +# CONFIG_DEBUG_INFO is not set
41517 +# CONFIG_DEBUG_VM is not set
41518 +# CONFIG_DEBUG_LIST is not set
41519 +# CONFIG_DEBUG_SG is not set
41520 +# CONFIG_BOOT_PRINTK_DELAY is not set
41521 +# CONFIG_BACKTRACE_SELF_TEST is not set
41522 +# CONFIG_FAULT_INJECTION is not set
41523 +# CONFIG_SAMPLES is not set
41524 +# CONFIG_DEBUG_STACKOVERFLOW is not set
41525 +# CONFIG_DEBUG_STACK_USAGE is not set
41526 +# CONFIG_DEBUG_PAGEALLOC is not set
41527 +# CONFIG_DEBUGGER is not set
41528 +# CONFIG_BDI_SWITCH is not set
41529 +# CONFIG_PPC_EARLY_DEBUG is not set
41530 +
41531 +#
41532 +# Security options
41533 +#
41534 +# CONFIG_KEYS is not set
41535 +# CONFIG_SECURITY is not set
41536 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
41537 +CONFIG_CRYPTO=y
41538 +# CONFIG_CRYPTO_SEQIV is not set
41539 +# CONFIG_CRYPTO_MANAGER is not set
41540 +# CONFIG_CRYPTO_HMAC is not set
41541 +# CONFIG_CRYPTO_XCBC is not set
41542 +# CONFIG_CRYPTO_NULL is not set
41543 +# CONFIG_CRYPTO_MD4 is not set
41544 +# CONFIG_CRYPTO_MD5 is not set
41545 +# CONFIG_CRYPTO_SHA1 is not set
41546 +# CONFIG_CRYPTO_SHA256 is not set
41547 +# CONFIG_CRYPTO_SHA512 is not set
41548 +# CONFIG_CRYPTO_WP512 is not set
41549 +# CONFIG_CRYPTO_TGR192 is not set
41550 +# CONFIG_CRYPTO_GF128MUL is not set
41551 +# CONFIG_CRYPTO_ECB is not set
41552 +# CONFIG_CRYPTO_CBC is not set
41553 +# CONFIG_CRYPTO_PCBC is not set
41554 +# CONFIG_CRYPTO_LRW is not set
41555 +# CONFIG_CRYPTO_XTS is not set
41556 +# CONFIG_CRYPTO_CTR is not set
41557 +# CONFIG_CRYPTO_GCM is not set
41558 +# CONFIG_CRYPTO_CCM is not set
41559 +# CONFIG_CRYPTO_CRYPTD is not set
41560 +# CONFIG_CRYPTO_DES is not set
41561 +# CONFIG_CRYPTO_FCRYPT is not set
41562 +# CONFIG_CRYPTO_BLOWFISH is not set
41563 +# CONFIG_CRYPTO_TWOFISH is not set
41564 +# CONFIG_CRYPTO_SERPENT is not set
41565 +# CONFIG_CRYPTO_AES is not set
41566 +# CONFIG_CRYPTO_CAST5 is not set
41567 +# CONFIG_CRYPTO_CAST6 is not set
41568 +# CONFIG_CRYPTO_TEA is not set
41569 +# CONFIG_CRYPTO_ARC4 is not set
41570 +# CONFIG_CRYPTO_KHAZAD is not set
41571 +# CONFIG_CRYPTO_ANUBIS is not set
41572 +# CONFIG_CRYPTO_SEED is not set
41573 +# CONFIG_CRYPTO_SALSA20 is not set
41574 +# CONFIG_CRYPTO_DEFLATE is not set
41575 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
41576 +# CONFIG_CRYPTO_CRC32C is not set
41577 +# CONFIG_CRYPTO_CAMELLIA is not set
41578 +# CONFIG_CRYPTO_AUTHENC is not set
41579 +# CONFIG_CRYPTO_LZO is not set
41580 +CONFIG_CRYPTO_HW=y
41581 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
41582 +# CONFIG_PPC_CLOCK is not set
41583 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8548_defconfig powerpc.git/arch/powerpc/configs/85xx/sbc8548_defconfig
41584 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8548_defconfig        1970-01-01 01:00:00.000000000 +0100
41585 +++ powerpc.git/arch/powerpc/configs/85xx/sbc8548_defconfig     2008-04-19 16:40:52.000000000 +0200
41586 @@ -0,0 +1,812 @@
41587 +#
41588 +# Automatically generated make config: don't edit
41589 +# Linux kernel version: 2.6.25-rc6
41590 +# Mon Mar 24 08:48:39 2008
41591 +#
41592 +# CONFIG_PPC64 is not set
41593 +
41594 +#
41595 +# Processor support
41596 +#
41597 +# CONFIG_6xx is not set
41598 +CONFIG_PPC_85xx=y
41599 +# CONFIG_PPC_8xx is not set
41600 +# CONFIG_40x is not set
41601 +# CONFIG_44x is not set
41602 +# CONFIG_E200 is not set
41603 +CONFIG_E500=y
41604 +CONFIG_BOOKE=y
41605 +CONFIG_FSL_BOOKE=y
41606 +CONFIG_FSL_EMB_PERFMON=y
41607 +# CONFIG_PHYS_64BIT is not set
41608 +CONFIG_SPE=y
41609 +# CONFIG_PPC_MM_SLICES is not set
41610 +CONFIG_PPC32=y
41611 +CONFIG_WORD_SIZE=32
41612 +CONFIG_PPC_MERGE=y
41613 +CONFIG_MMU=y
41614 +CONFIG_GENERIC_CMOS_UPDATE=y
41615 +CONFIG_GENERIC_TIME=y
41616 +CONFIG_GENERIC_TIME_VSYSCALL=y
41617 +CONFIG_GENERIC_CLOCKEVENTS=y
41618 +CONFIG_GENERIC_HARDIRQS=y
41619 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
41620 +CONFIG_IRQ_PER_CPU=y
41621 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
41622 +CONFIG_ARCH_HAS_ILOG2_U32=y
41623 +CONFIG_GENERIC_HWEIGHT=y
41624 +CONFIG_GENERIC_CALIBRATE_DELAY=y
41625 +CONFIG_GENERIC_FIND_NEXT_BIT=y
41626 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
41627 +CONFIG_PPC=y
41628 +CONFIG_EARLY_PRINTK=y
41629 +CONFIG_GENERIC_NVRAM=y
41630 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
41631 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
41632 +CONFIG_PPC_OF=y
41633 +CONFIG_OF=y
41634 +CONFIG_PPC_UDBG_16550=y
41635 +# CONFIG_GENERIC_TBSYNC is not set
41636 +CONFIG_AUDIT_ARCH=y
41637 +CONFIG_GENERIC_BUG=y
41638 +CONFIG_DEFAULT_UIMAGE=y
41639 +# CONFIG_PPC_DCR_NATIVE is not set
41640 +# CONFIG_PPC_DCR_MMIO is not set
41641 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41642 +
41643 +#
41644 +# General setup
41645 +#
41646 +CONFIG_EXPERIMENTAL=y
41647 +CONFIG_BROKEN_ON_SMP=y
41648 +CONFIG_INIT_ENV_ARG_LIMIT=32
41649 +CONFIG_LOCALVERSION=""
41650 +CONFIG_LOCALVERSION_AUTO=y
41651 +CONFIG_SWAP=y
41652 +CONFIG_SYSVIPC=y
41653 +CONFIG_SYSVIPC_SYSCTL=y
41654 +# CONFIG_POSIX_MQUEUE is not set
41655 +# CONFIG_BSD_PROCESS_ACCT is not set
41656 +# CONFIG_TASKSTATS is not set
41657 +# CONFIG_AUDIT is not set
41658 +# CONFIG_IKCONFIG is not set
41659 +CONFIG_LOG_BUF_SHIFT=14
41660 +# CONFIG_CGROUPS is not set
41661 +CONFIG_GROUP_SCHED=y
41662 +CONFIG_FAIR_GROUP_SCHED=y
41663 +# CONFIG_RT_GROUP_SCHED is not set
41664 +CONFIG_USER_SCHED=y
41665 +# CONFIG_CGROUP_SCHED is not set
41666 +CONFIG_SYSFS_DEPRECATED=y
41667 +CONFIG_SYSFS_DEPRECATED_V2=y
41668 +# CONFIG_RELAY is not set
41669 +# CONFIG_NAMESPACES is not set
41670 +CONFIG_BLK_DEV_INITRD=y
41671 +CONFIG_INITRAMFS_SOURCE=""
41672 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41673 +CONFIG_SYSCTL=y
41674 +CONFIG_EMBEDDED=y
41675 +CONFIG_SYSCTL_SYSCALL=y
41676 +CONFIG_KALLSYMS=y
41677 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
41678 +CONFIG_HOTPLUG=y
41679 +CONFIG_PRINTK=y
41680 +CONFIG_BUG=y
41681 +CONFIG_ELF_CORE=y
41682 +CONFIG_COMPAT_BRK=y
41683 +CONFIG_BASE_FULL=y
41684 +CONFIG_FUTEX=y
41685 +CONFIG_ANON_INODES=y
41686 +CONFIG_EPOLL=y
41687 +CONFIG_SIGNALFD=y
41688 +CONFIG_TIMERFD=y
41689 +CONFIG_EVENTFD=y
41690 +CONFIG_SHMEM=y
41691 +CONFIG_VM_EVENT_COUNTERS=y
41692 +CONFIG_SLAB=y
41693 +# CONFIG_SLUB is not set
41694 +# CONFIG_SLOB is not set
41695 +# CONFIG_PROFILING is not set
41696 +# CONFIG_MARKERS is not set
41697 +CONFIG_HAVE_OPROFILE=y
41698 +CONFIG_HAVE_KPROBES=y
41699 +CONFIG_HAVE_KRETPROBES=y
41700 +CONFIG_PROC_PAGE_MONITOR=y
41701 +CONFIG_SLABINFO=y
41702 +CONFIG_RT_MUTEXES=y
41703 +# CONFIG_TINY_SHMEM is not set
41704 +CONFIG_BASE_SMALL=0
41705 +# CONFIG_MODULES is not set
41706 +CONFIG_BLOCK=y
41707 +# CONFIG_LBD is not set
41708 +# CONFIG_BLK_DEV_IO_TRACE is not set
41709 +# CONFIG_LSF is not set
41710 +# CONFIG_BLK_DEV_BSG is not set
41711 +
41712 +#
41713 +# IO Schedulers
41714 +#
41715 +CONFIG_IOSCHED_NOOP=y
41716 +CONFIG_IOSCHED_AS=y
41717 +CONFIG_IOSCHED_DEADLINE=y
41718 +CONFIG_IOSCHED_CFQ=y
41719 +CONFIG_DEFAULT_AS=y
41720 +# CONFIG_DEFAULT_DEADLINE is not set
41721 +# CONFIG_DEFAULT_CFQ is not set
41722 +# CONFIG_DEFAULT_NOOP is not set
41723 +CONFIG_DEFAULT_IOSCHED="anticipatory"
41724 +CONFIG_CLASSIC_RCU=y
41725 +
41726 +#
41727 +# Platform support
41728 +#
41729 +# CONFIG_PPC_MPC512x is not set
41730 +# CONFIG_PPC_MPC5121 is not set
41731 +# CONFIG_PPC_CELL is not set
41732 +# CONFIG_PPC_CELL_NATIVE is not set
41733 +# CONFIG_PQ2ADS is not set
41734 +CONFIG_MPC85xx=y
41735 +# CONFIG_MPC8540_ADS is not set
41736 +# CONFIG_MPC8560_ADS is not set
41737 +# CONFIG_MPC85xx_CDS is not set
41738 +# CONFIG_MPC85xx_MDS is not set
41739 +# CONFIG_MPC85xx_DS is not set
41740 +# CONFIG_STX_GP3 is not set
41741 +# CONFIG_TQM8540 is not set
41742 +# CONFIG_TQM8541 is not set
41743 +# CONFIG_TQM8555 is not set
41744 +# CONFIG_TQM8560 is not set
41745 +CONFIG_SBC8548=y
41746 +# CONFIG_SBC8560 is not set
41747 +# CONFIG_IPIC is not set
41748 +CONFIG_MPIC=y
41749 +# CONFIG_MPIC_WEIRD is not set
41750 +# CONFIG_PPC_I8259 is not set
41751 +# CONFIG_PPC_RTAS is not set
41752 +# CONFIG_MMIO_NVRAM is not set
41753 +# CONFIG_PPC_MPC106 is not set
41754 +# CONFIG_PPC_970_NAP is not set
41755 +# CONFIG_PPC_INDIRECT_IO is not set
41756 +# CONFIG_GENERIC_IOMAP is not set
41757 +# CONFIG_CPU_FREQ is not set
41758 +# CONFIG_CPM2 is not set
41759 +# CONFIG_FSL_ULI1575 is not set
41760 +
41761 +#
41762 +# Kernel options
41763 +#
41764 +# CONFIG_HIGHMEM is not set
41765 +# CONFIG_TICK_ONESHOT is not set
41766 +# CONFIG_NO_HZ is not set
41767 +# CONFIG_HIGH_RES_TIMERS is not set
41768 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
41769 +# CONFIG_HZ_100 is not set
41770 +CONFIG_HZ_250=y
41771 +# CONFIG_HZ_300 is not set
41772 +# CONFIG_HZ_1000 is not set
41773 +CONFIG_HZ=250
41774 +# CONFIG_SCHED_HRTICK is not set
41775 +CONFIG_PREEMPT_NONE=y
41776 +# CONFIG_PREEMPT_VOLUNTARY is not set
41777 +# CONFIG_PREEMPT is not set
41778 +CONFIG_BINFMT_ELF=y
41779 +CONFIG_BINFMT_MISC=y
41780 +CONFIG_MATH_EMULATION=y
41781 +# CONFIG_IOMMU_HELPER is not set
41782 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
41783 +CONFIG_ARCH_HAS_WALK_MEMORY=y
41784 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
41785 +CONFIG_ARCH_FLATMEM_ENABLE=y
41786 +CONFIG_ARCH_POPULATES_NODE_MAP=y
41787 +CONFIG_SELECT_MEMORY_MODEL=y
41788 +CONFIG_FLATMEM_MANUAL=y
41789 +# CONFIG_DISCONTIGMEM_MANUAL is not set
41790 +# CONFIG_SPARSEMEM_MANUAL is not set
41791 +CONFIG_FLATMEM=y
41792 +CONFIG_FLAT_NODE_MEM_MAP=y
41793 +# CONFIG_SPARSEMEM_STATIC is not set
41794 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
41795 +CONFIG_SPLIT_PTLOCK_CPUS=4
41796 +# CONFIG_RESOURCES_64BIT is not set
41797 +CONFIG_ZONE_DMA_FLAG=1
41798 +CONFIG_BOUNCE=y
41799 +CONFIG_VIRT_TO_BUS=y
41800 +CONFIG_PROC_DEVICETREE=y
41801 +# CONFIG_CMDLINE_BOOL is not set
41802 +# CONFIG_PM is not set
41803 +# CONFIG_SECCOMP is not set
41804 +CONFIG_ISA_DMA_API=y
41805 +
41806 +#
41807 +# Bus options
41808 +#
41809 +CONFIG_ZONE_DMA=y
41810 +CONFIG_PPC_INDIRECT_PCI=y
41811 +CONFIG_FSL_SOC=y
41812 +CONFIG_FSL_PCI=y
41813 +CONFIG_PCI=y
41814 +CONFIG_PCI_DOMAINS=y
41815 +CONFIG_PCI_SYSCALL=y
41816 +# CONFIG_PCIEPORTBUS is not set
41817 +CONFIG_ARCH_SUPPORTS_MSI=y
41818 +# CONFIG_PCI_MSI is not set
41819 +CONFIG_PCI_LEGACY=y
41820 +# CONFIG_PCCARD is not set
41821 +# CONFIG_HOTPLUG_PCI is not set
41822 +
41823 +#
41824 +# Advanced setup
41825 +#
41826 +# CONFIG_ADVANCED_OPTIONS is not set
41827 +
41828 +#
41829 +# Default settings for advanced configuration options are used
41830 +#
41831 +CONFIG_HIGHMEM_START=0xfe000000
41832 +CONFIG_LOWMEM_SIZE=0x30000000
41833 +CONFIG_KERNEL_START=0xc0000000
41834 +CONFIG_TASK_SIZE=0xc0000000
41835 +CONFIG_BOOT_LOAD=0x00800000
41836 +
41837 +#
41838 +# Networking
41839 +#
41840 +CONFIG_NET=y
41841 +
41842 +#
41843 +# Networking options
41844 +#
41845 +CONFIG_PACKET=y
41846 +# CONFIG_PACKET_MMAP is not set
41847 +CONFIG_UNIX=y
41848 +CONFIG_XFRM=y
41849 +CONFIG_XFRM_USER=y
41850 +# CONFIG_XFRM_SUB_POLICY is not set
41851 +# CONFIG_XFRM_MIGRATE is not set
41852 +# CONFIG_XFRM_STATISTICS is not set
41853 +# CONFIG_NET_KEY is not set
41854 +CONFIG_INET=y
41855 +CONFIG_IP_MULTICAST=y
41856 +# CONFIG_IP_ADVANCED_ROUTER is not set
41857 +CONFIG_IP_FIB_HASH=y
41858 +CONFIG_IP_PNP=y
41859 +CONFIG_IP_PNP_DHCP=y
41860 +CONFIG_IP_PNP_BOOTP=y
41861 +# CONFIG_IP_PNP_RARP is not set
41862 +# CONFIG_NET_IPIP is not set
41863 +# CONFIG_NET_IPGRE is not set
41864 +# CONFIG_IP_MROUTE is not set
41865 +# CONFIG_ARPD is not set
41866 +CONFIG_SYN_COOKIES=y
41867 +# CONFIG_INET_AH is not set
41868 +# CONFIG_INET_ESP is not set
41869 +# CONFIG_INET_IPCOMP is not set
41870 +# CONFIG_INET_XFRM_TUNNEL is not set
41871 +# CONFIG_INET_TUNNEL is not set
41872 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
41873 +CONFIG_INET_XFRM_MODE_TUNNEL=y
41874 +CONFIG_INET_XFRM_MODE_BEET=y
41875 +# CONFIG_INET_LRO is not set
41876 +CONFIG_INET_DIAG=y
41877 +CONFIG_INET_TCP_DIAG=y
41878 +# CONFIG_TCP_CONG_ADVANCED is not set
41879 +CONFIG_TCP_CONG_CUBIC=y
41880 +CONFIG_DEFAULT_TCP_CONG="cubic"
41881 +# CONFIG_TCP_MD5SIG is not set
41882 +# CONFIG_IPV6 is not set
41883 +# CONFIG_INET6_XFRM_TUNNEL is not set
41884 +# CONFIG_INET6_TUNNEL is not set
41885 +# CONFIG_NETWORK_SECMARK is not set
41886 +# CONFIG_NETFILTER is not set
41887 +# CONFIG_IP_DCCP is not set
41888 +# CONFIG_IP_SCTP is not set
41889 +# CONFIG_TIPC is not set
41890 +# CONFIG_ATM is not set
41891 +# CONFIG_BRIDGE is not set
41892 +# CONFIG_VLAN_8021Q is not set
41893 +# CONFIG_DECNET is not set
41894 +# CONFIG_LLC2 is not set
41895 +# CONFIG_IPX is not set
41896 +# CONFIG_ATALK is not set
41897 +# CONFIG_X25 is not set
41898 +# CONFIG_LAPB is not set
41899 +# CONFIG_ECONET is not set
41900 +# CONFIG_WAN_ROUTER is not set
41901 +# CONFIG_NET_SCHED is not set
41902 +
41903 +#
41904 +# Network testing
41905 +#
41906 +# CONFIG_NET_PKTGEN is not set
41907 +# CONFIG_HAMRADIO is not set
41908 +# CONFIG_CAN is not set
41909 +# CONFIG_IRDA is not set
41910 +# CONFIG_BT is not set
41911 +# CONFIG_AF_RXRPC is not set
41912 +
41913 +#
41914 +# Wireless
41915 +#
41916 +# CONFIG_CFG80211 is not set
41917 +# CONFIG_WIRELESS_EXT is not set
41918 +# CONFIG_MAC80211 is not set
41919 +# CONFIG_IEEE80211 is not set
41920 +# CONFIG_RFKILL is not set
41921 +# CONFIG_NET_9P is not set
41922 +
41923 +#
41924 +# Device Drivers
41925 +#
41926 +
41927 +#
41928 +# Generic Driver Options
41929 +#
41930 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
41931 +CONFIG_STANDALONE=y
41932 +CONFIG_PREVENT_FIRMWARE_BUILD=y
41933 +# CONFIG_FW_LOADER is not set
41934 +# CONFIG_SYS_HYPERVISOR is not set
41935 +# CONFIG_CONNECTOR is not set
41936 +# CONFIG_MTD is not set
41937 +CONFIG_OF_DEVICE=y
41938 +# CONFIG_PARPORT is not set
41939 +CONFIG_BLK_DEV=y
41940 +# CONFIG_BLK_DEV_FD is not set
41941 +# CONFIG_BLK_CPQ_DA is not set
41942 +# CONFIG_BLK_CPQ_CISS_DA is not set
41943 +# CONFIG_BLK_DEV_DAC960 is not set
41944 +# CONFIG_BLK_DEV_UMEM is not set
41945 +# CONFIG_BLK_DEV_COW_COMMON is not set
41946 +CONFIG_BLK_DEV_LOOP=y
41947 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
41948 +# CONFIG_BLK_DEV_NBD is not set
41949 +# CONFIG_BLK_DEV_SX8 is not set
41950 +CONFIG_BLK_DEV_RAM=y
41951 +CONFIG_BLK_DEV_RAM_COUNT=16
41952 +CONFIG_BLK_DEV_RAM_SIZE=4096
41953 +# CONFIG_BLK_DEV_XIP is not set
41954 +# CONFIG_CDROM_PKTCDVD is not set
41955 +# CONFIG_ATA_OVER_ETH is not set
41956 +CONFIG_MISC_DEVICES=y
41957 +# CONFIG_PHANTOM is not set
41958 +# CONFIG_EEPROM_93CX6 is not set
41959 +# CONFIG_SGI_IOC4 is not set
41960 +# CONFIG_TIFM_CORE is not set
41961 +# CONFIG_ENCLOSURE_SERVICES is not set
41962 +CONFIG_HAVE_IDE=y
41963 +# CONFIG_IDE is not set
41964 +
41965 +#
41966 +# SCSI device support
41967 +#
41968 +# CONFIG_RAID_ATTRS is not set
41969 +# CONFIG_SCSI is not set
41970 +# CONFIG_SCSI_DMA is not set
41971 +# CONFIG_SCSI_NETLINK is not set
41972 +# CONFIG_ATA is not set
41973 +# CONFIG_MD is not set
41974 +# CONFIG_FUSION is not set
41975 +
41976 +#
41977 +# IEEE 1394 (FireWire) support
41978 +#
41979 +# CONFIG_FIREWIRE is not set
41980 +# CONFIG_IEEE1394 is not set
41981 +# CONFIG_I2O is not set
41982 +# CONFIG_MACINTOSH_DRIVERS is not set
41983 +CONFIG_NETDEVICES=y
41984 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
41985 +# CONFIG_DUMMY is not set
41986 +# CONFIG_BONDING is not set
41987 +# CONFIG_MACVLAN is not set
41988 +# CONFIG_EQUALIZER is not set
41989 +# CONFIG_TUN is not set
41990 +# CONFIG_VETH is not set
41991 +# CONFIG_ARCNET is not set
41992 +CONFIG_PHYLIB=y
41993 +
41994 +#
41995 +# MII PHY device drivers
41996 +#
41997 +# CONFIG_MARVELL_PHY is not set
41998 +# CONFIG_DAVICOM_PHY is not set
41999 +# CONFIG_QSEMI_PHY is not set
42000 +# CONFIG_LXT_PHY is not set
42001 +# CONFIG_CICADA_PHY is not set
42002 +# CONFIG_VITESSE_PHY is not set
42003 +# CONFIG_SMSC_PHY is not set
42004 +CONFIG_BROADCOM_PHY=y
42005 +# CONFIG_ICPLUS_PHY is not set
42006 +# CONFIG_REALTEK_PHY is not set
42007 +# CONFIG_FIXED_PHY is not set
42008 +# CONFIG_MDIO_BITBANG is not set
42009 +CONFIG_NET_ETHERNET=y
42010 +CONFIG_MII=y
42011 +# CONFIG_HAPPYMEAL is not set
42012 +# CONFIG_SUNGEM is not set
42013 +# CONFIG_CASSINI is not set
42014 +# CONFIG_NET_VENDOR_3COM is not set
42015 +# CONFIG_NET_TULIP is not set
42016 +# CONFIG_HP100 is not set
42017 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
42018 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
42019 +# CONFIG_IBM_NEW_EMAC_TAH is not set
42020 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
42021 +# CONFIG_NET_PCI is not set
42022 +# CONFIG_B44 is not set
42023 +CONFIG_NETDEV_1000=y
42024 +# CONFIG_ACENIC is not set
42025 +# CONFIG_DL2K is not set
42026 +# CONFIG_E1000 is not set
42027 +# CONFIG_E1000E is not set
42028 +# CONFIG_E1000E_ENABLED is not set
42029 +# CONFIG_IP1000 is not set
42030 +# CONFIG_IGB is not set
42031 +# CONFIG_NS83820 is not set
42032 +# CONFIG_HAMACHI is not set
42033 +# CONFIG_YELLOWFIN is not set
42034 +# CONFIG_R8169 is not set
42035 +# CONFIG_SIS190 is not set
42036 +# CONFIG_SKGE is not set
42037 +# CONFIG_SKY2 is not set
42038 +# CONFIG_SK98LIN is not set
42039 +# CONFIG_VIA_VELOCITY is not set
42040 +# CONFIG_TIGON3 is not set
42041 +# CONFIG_BNX2 is not set
42042 +CONFIG_GIANFAR=y
42043 +CONFIG_GFAR_NAPI=y
42044 +# CONFIG_QLA3XXX is not set
42045 +# CONFIG_ATL1 is not set
42046 +CONFIG_NETDEV_10000=y
42047 +# CONFIG_CHELSIO_T1 is not set
42048 +# CONFIG_CHELSIO_T3 is not set
42049 +# CONFIG_IXGBE is not set
42050 +# CONFIG_IXGB is not set
42051 +# CONFIG_S2IO is not set
42052 +# CONFIG_MYRI10GE is not set
42053 +# CONFIG_NETXEN_NIC is not set
42054 +# CONFIG_NIU is not set
42055 +# CONFIG_MLX4_CORE is not set
42056 +# CONFIG_TEHUTI is not set
42057 +# CONFIG_BNX2X is not set
42058 +# CONFIG_TR is not set
42059 +
42060 +#
42061 +# Wireless LAN
42062 +#
42063 +# CONFIG_WLAN_PRE80211 is not set
42064 +# CONFIG_WLAN_80211 is not set
42065 +# CONFIG_WAN is not set
42066 +# CONFIG_FDDI is not set
42067 +# CONFIG_HIPPI is not set
42068 +# CONFIG_PPP is not set
42069 +# CONFIG_SLIP is not set
42070 +# CONFIG_NETCONSOLE is not set
42071 +# CONFIG_NETPOLL is not set
42072 +# CONFIG_NET_POLL_CONTROLLER is not set
42073 +# CONFIG_ISDN is not set
42074 +# CONFIG_PHONE is not set
42075 +
42076 +#
42077 +# Input device support
42078 +#
42079 +CONFIG_INPUT=y
42080 +# CONFIG_INPUT_FF_MEMLESS is not set
42081 +# CONFIG_INPUT_POLLDEV is not set
42082 +
42083 +#
42084 +# Userland interfaces
42085 +#
42086 +# CONFIG_INPUT_MOUSEDEV is not set
42087 +# CONFIG_INPUT_JOYDEV is not set
42088 +# CONFIG_INPUT_EVDEV is not set
42089 +# CONFIG_INPUT_EVBUG is not set
42090 +
42091 +#
42092 +# Input Device Drivers
42093 +#
42094 +# CONFIG_INPUT_KEYBOARD is not set
42095 +# CONFIG_INPUT_MOUSE is not set
42096 +# CONFIG_INPUT_JOYSTICK is not set
42097 +# CONFIG_INPUT_TABLET is not set
42098 +# CONFIG_INPUT_TOUCHSCREEN is not set
42099 +# CONFIG_INPUT_MISC is not set
42100 +
42101 +#
42102 +# Hardware I/O ports
42103 +#
42104 +# CONFIG_SERIO is not set
42105 +# CONFIG_GAMEPORT is not set
42106 +
42107 +#
42108 +# Character devices
42109 +#
42110 +# CONFIG_VT is not set
42111 +# CONFIG_SERIAL_NONSTANDARD is not set
42112 +# CONFIG_NOZOMI is not set
42113 +
42114 +#
42115 +# Serial drivers
42116 +#
42117 +CONFIG_SERIAL_8250=y
42118 +CONFIG_SERIAL_8250_CONSOLE=y
42119 +CONFIG_SERIAL_8250_PCI=y
42120 +CONFIG_SERIAL_8250_NR_UARTS=4
42121 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
42122 +# CONFIG_SERIAL_8250_EXTENDED is not set
42123 +CONFIG_SERIAL_8250_SHARE_IRQ=y
42124 +
42125 +#
42126 +# Non-8250 serial port support
42127 +#
42128 +# CONFIG_SERIAL_UARTLITE is not set
42129 +CONFIG_SERIAL_CORE=y
42130 +CONFIG_SERIAL_CORE_CONSOLE=y
42131 +# CONFIG_SERIAL_JSM is not set
42132 +# CONFIG_SERIAL_OF_PLATFORM is not set
42133 +CONFIG_UNIX98_PTYS=y
42134 +CONFIG_LEGACY_PTYS=y
42135 +CONFIG_LEGACY_PTY_COUNT=256
42136 +# CONFIG_IPMI_HANDLER is not set
42137 +# CONFIG_HW_RANDOM is not set
42138 +# CONFIG_NVRAM is not set
42139 +CONFIG_GEN_RTC=y
42140 +# CONFIG_GEN_RTC_X is not set
42141 +# CONFIG_R3964 is not set
42142 +# CONFIG_APPLICOM is not set
42143 +# CONFIG_RAW_DRIVER is not set
42144 +# CONFIG_TCG_TPM is not set
42145 +CONFIG_DEVPORT=y
42146 +# CONFIG_I2C is not set
42147 +
42148 +#
42149 +# SPI support
42150 +#
42151 +# CONFIG_SPI is not set
42152 +# CONFIG_SPI_MASTER is not set
42153 +# CONFIG_W1 is not set
42154 +# CONFIG_POWER_SUPPLY is not set
42155 +CONFIG_HWMON=y
42156 +# CONFIG_HWMON_VID is not set
42157 +# CONFIG_SENSORS_I5K_AMB is not set
42158 +# CONFIG_SENSORS_F71805F is not set
42159 +# CONFIG_SENSORS_F71882FG is not set
42160 +# CONFIG_SENSORS_IT87 is not set
42161 +# CONFIG_SENSORS_PC87360 is not set
42162 +# CONFIG_SENSORS_PC87427 is not set
42163 +# CONFIG_SENSORS_SIS5595 is not set
42164 +# CONFIG_SENSORS_SMSC47M1 is not set
42165 +# CONFIG_SENSORS_SMSC47B397 is not set
42166 +# CONFIG_SENSORS_VIA686A is not set
42167 +# CONFIG_SENSORS_VT1211 is not set
42168 +# CONFIG_SENSORS_VT8231 is not set
42169 +# CONFIG_SENSORS_W83627HF is not set
42170 +# CONFIG_SENSORS_W83627EHF is not set
42171 +# CONFIG_HWMON_DEBUG_CHIP is not set
42172 +# CONFIG_THERMAL is not set
42173 +# CONFIG_WATCHDOG is not set
42174 +
42175 +#
42176 +# Sonics Silicon Backplane
42177 +#
42178 +CONFIG_SSB_POSSIBLE=y
42179 +# CONFIG_SSB is not set
42180 +
42181 +#
42182 +# Multifunction device drivers
42183 +#
42184 +# CONFIG_MFD_SM501 is not set
42185 +
42186 +#
42187 +# Multimedia devices
42188 +#
42189 +# CONFIG_VIDEO_DEV is not set
42190 +# CONFIG_DVB_CORE is not set
42191 +CONFIG_DAB=y
42192 +
42193 +#
42194 +# Graphics support
42195 +#
42196 +# CONFIG_AGP is not set
42197 +# CONFIG_DRM is not set
42198 +# CONFIG_VGASTATE is not set
42199 +CONFIG_VIDEO_OUTPUT_CONTROL=y
42200 +# CONFIG_FB is not set
42201 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
42202 +
42203 +#
42204 +# Display device support
42205 +#
42206 +# CONFIG_DISPLAY_SUPPORT is not set
42207 +
42208 +#
42209 +# Sound
42210 +#
42211 +# CONFIG_SOUND is not set
42212 +# CONFIG_HID_SUPPORT is not set
42213 +# CONFIG_USB_SUPPORT is not set
42214 +# CONFIG_MMC is not set
42215 +# CONFIG_MEMSTICK is not set
42216 +# CONFIG_NEW_LEDS is not set
42217 +# CONFIG_INFINIBAND is not set
42218 +# CONFIG_EDAC is not set
42219 +# CONFIG_RTC_CLASS is not set
42220 +# CONFIG_DMADEVICES is not set
42221 +
42222 +#
42223 +# Userspace I/O
42224 +#
42225 +# CONFIG_UIO is not set
42226 +
42227 +#
42228 +# File systems
42229 +#
42230 +# CONFIG_EXT2_FS is not set
42231 +# CONFIG_EXT3_FS is not set
42232 +# CONFIG_EXT4DEV_FS is not set
42233 +# CONFIG_REISERFS_FS is not set
42234 +# CONFIG_JFS_FS is not set
42235 +# CONFIG_FS_POSIX_ACL is not set
42236 +# CONFIG_XFS_FS is not set
42237 +# CONFIG_GFS2_FS is not set
42238 +# CONFIG_OCFS2_FS is not set
42239 +CONFIG_DNOTIFY=y
42240 +CONFIG_INOTIFY=y
42241 +CONFIG_INOTIFY_USER=y
42242 +# CONFIG_QUOTA is not set
42243 +# CONFIG_AUTOFS_FS is not set
42244 +# CONFIG_AUTOFS4_FS is not set
42245 +# CONFIG_FUSE_FS is not set
42246 +
42247 +#
42248 +# CD-ROM/DVD Filesystems
42249 +#
42250 +# CONFIG_ISO9660_FS is not set
42251 +# CONFIG_UDF_FS is not set
42252 +
42253 +#
42254 +# DOS/FAT/NT Filesystems
42255 +#
42256 +# CONFIG_MSDOS_FS is not set
42257 +# CONFIG_VFAT_FS is not set
42258 +# CONFIG_NTFS_FS is not set
42259 +
42260 +#
42261 +# Pseudo filesystems
42262 +#
42263 +CONFIG_PROC_FS=y
42264 +CONFIG_PROC_KCORE=y
42265 +CONFIG_PROC_SYSCTL=y
42266 +CONFIG_SYSFS=y
42267 +CONFIG_TMPFS=y
42268 +# CONFIG_TMPFS_POSIX_ACL is not set
42269 +# CONFIG_HUGETLB_PAGE is not set
42270 +# CONFIG_CONFIGFS_FS is not set
42271 +
42272 +#
42273 +# Miscellaneous filesystems
42274 +#
42275 +# CONFIG_ADFS_FS is not set
42276 +# CONFIG_AFFS_FS is not set
42277 +# CONFIG_HFS_FS is not set
42278 +# CONFIG_HFSPLUS_FS is not set
42279 +# CONFIG_BEFS_FS is not set
42280 +# CONFIG_BFS_FS is not set
42281 +# CONFIG_EFS_FS is not set
42282 +# CONFIG_CRAMFS is not set
42283 +# CONFIG_VXFS_FS is not set
42284 +# CONFIG_MINIX_FS is not set
42285 +# CONFIG_HPFS_FS is not set
42286 +# CONFIG_QNX4FS_FS is not set
42287 +# CONFIG_ROMFS_FS is not set
42288 +# CONFIG_SYSV_FS is not set
42289 +# CONFIG_UFS_FS is not set
42290 +CONFIG_NETWORK_FILESYSTEMS=y
42291 +CONFIG_NFS_FS=y
42292 +# CONFIG_NFS_V3 is not set
42293 +# CONFIG_NFS_V4 is not set
42294 +# CONFIG_NFS_DIRECTIO is not set
42295 +# CONFIG_NFSD is not set
42296 +CONFIG_ROOT_NFS=y
42297 +CONFIG_LOCKD=y
42298 +CONFIG_NFS_COMMON=y
42299 +CONFIG_SUNRPC=y
42300 +# CONFIG_SUNRPC_BIND34 is not set
42301 +# CONFIG_RPCSEC_GSS_KRB5 is not set
42302 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
42303 +# CONFIG_SMB_FS is not set
42304 +# CONFIG_CIFS is not set
42305 +# CONFIG_NCP_FS is not set
42306 +# CONFIG_CODA_FS is not set
42307 +# CONFIG_AFS_FS is not set
42308 +
42309 +#
42310 +# Partition Types
42311 +#
42312 +# CONFIG_PARTITION_ADVANCED is not set
42313 +CONFIG_MSDOS_PARTITION=y
42314 +# CONFIG_NLS is not set
42315 +# CONFIG_DLM is not set
42316 +
42317 +#
42318 +# Library routines
42319 +#
42320 +CONFIG_BITREVERSE=y
42321 +# CONFIG_CRC_CCITT is not set
42322 +# CONFIG_CRC16 is not set
42323 +# CONFIG_CRC_ITU_T is not set
42324 +CONFIG_CRC32=y
42325 +# CONFIG_CRC7 is not set
42326 +# CONFIG_LIBCRC32C is not set
42327 +CONFIG_PLIST=y
42328 +CONFIG_HAS_IOMEM=y
42329 +CONFIG_HAS_IOPORT=y
42330 +CONFIG_HAS_DMA=y
42331 +
42332 +#
42333 +# Kernel hacking
42334 +#
42335 +# CONFIG_PRINTK_TIME is not set
42336 +CONFIG_ENABLE_WARN_DEPRECATED=y
42337 +CONFIG_ENABLE_MUST_CHECK=y
42338 +# CONFIG_MAGIC_SYSRQ is not set
42339 +# CONFIG_UNUSED_SYMBOLS is not set
42340 +# CONFIG_DEBUG_FS is not set
42341 +# CONFIG_HEADERS_CHECK is not set
42342 +# CONFIG_DEBUG_KERNEL is not set
42343 +# CONFIG_DEBUG_BUGVERBOSE is not set
42344 +# CONFIG_SAMPLES is not set
42345 +# CONFIG_PPC_EARLY_DEBUG is not set
42346 +
42347 +#
42348 +# Security options
42349 +#
42350 +# CONFIG_KEYS is not set
42351 +# CONFIG_SECURITY is not set
42352 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
42353 +CONFIG_CRYPTO=y
42354 +# CONFIG_CRYPTO_SEQIV is not set
42355 +# CONFIG_CRYPTO_MANAGER is not set
42356 +# CONFIG_CRYPTO_HMAC is not set
42357 +# CONFIG_CRYPTO_XCBC is not set
42358 +# CONFIG_CRYPTO_NULL is not set
42359 +# CONFIG_CRYPTO_MD4 is not set
42360 +# CONFIG_CRYPTO_MD5 is not set
42361 +# CONFIG_CRYPTO_SHA1 is not set
42362 +# CONFIG_CRYPTO_SHA256 is not set
42363 +# CONFIG_CRYPTO_SHA512 is not set
42364 +# CONFIG_CRYPTO_WP512 is not set
42365 +# CONFIG_CRYPTO_TGR192 is not set
42366 +# CONFIG_CRYPTO_GF128MUL is not set
42367 +# CONFIG_CRYPTO_ECB is not set
42368 +# CONFIG_CRYPTO_CBC is not set
42369 +# CONFIG_CRYPTO_PCBC is not set
42370 +# CONFIG_CRYPTO_LRW is not set
42371 +# CONFIG_CRYPTO_XTS is not set
42372 +# CONFIG_CRYPTO_CTR is not set
42373 +# CONFIG_CRYPTO_GCM is not set
42374 +# CONFIG_CRYPTO_CCM is not set
42375 +# CONFIG_CRYPTO_CRYPTD is not set
42376 +# CONFIG_CRYPTO_DES is not set
42377 +# CONFIG_CRYPTO_FCRYPT is not set
42378 +# CONFIG_CRYPTO_BLOWFISH is not set
42379 +# CONFIG_CRYPTO_TWOFISH is not set
42380 +# CONFIG_CRYPTO_SERPENT is not set
42381 +# CONFIG_CRYPTO_AES is not set
42382 +# CONFIG_CRYPTO_CAST5 is not set
42383 +# CONFIG_CRYPTO_CAST6 is not set
42384 +# CONFIG_CRYPTO_TEA is not set
42385 +# CONFIG_CRYPTO_ARC4 is not set
42386 +# CONFIG_CRYPTO_KHAZAD is not set
42387 +# CONFIG_CRYPTO_ANUBIS is not set
42388 +# CONFIG_CRYPTO_SEED is not set
42389 +# CONFIG_CRYPTO_SALSA20 is not set
42390 +# CONFIG_CRYPTO_DEFLATE is not set
42391 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
42392 +# CONFIG_CRYPTO_CRC32C is not set
42393 +# CONFIG_CRYPTO_CAMELLIA is not set
42394 +# CONFIG_CRYPTO_AUTHENC is not set
42395 +# CONFIG_CRYPTO_LZO is not set
42396 +CONFIG_CRYPTO_HW=y
42397 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
42398 +# CONFIG_PPC_CLOCK is not set
42399 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8560_defconfig powerpc.git/arch/powerpc/configs/85xx/sbc8560_defconfig
42400 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8560_defconfig        1970-01-01 01:00:00.000000000 +0100
42401 +++ powerpc.git/arch/powerpc/configs/85xx/sbc8560_defconfig     2008-04-19 16:40:52.000000000 +0200
42402 @@ -0,0 +1,830 @@
42403 +#
42404 +# Automatically generated make config: don't edit
42405 +# Linux kernel version: 2.6.25-rc6
42406 +# Mon Mar 24 08:48:39 2008
42407 +#
42408 +# CONFIG_PPC64 is not set
42409 +
42410 +#
42411 +# Processor support
42412 +#
42413 +# CONFIG_6xx is not set
42414 +CONFIG_PPC_85xx=y
42415 +# CONFIG_PPC_8xx is not set
42416 +# CONFIG_40x is not set
42417 +# CONFIG_44x is not set
42418 +# CONFIG_E200 is not set
42419 +CONFIG_E500=y
42420 +CONFIG_BOOKE=y
42421 +CONFIG_FSL_BOOKE=y
42422 +CONFIG_FSL_EMB_PERFMON=y
42423 +# CONFIG_PHYS_64BIT is not set
42424 +CONFIG_SPE=y
42425 +# CONFIG_PPC_MM_SLICES is not set
42426 +CONFIG_PPC32=y
42427 +CONFIG_WORD_SIZE=32
42428 +CONFIG_PPC_MERGE=y
42429 +CONFIG_MMU=y
42430 +CONFIG_GENERIC_CMOS_UPDATE=y
42431 +CONFIG_GENERIC_TIME=y
42432 +CONFIG_GENERIC_TIME_VSYSCALL=y
42433 +CONFIG_GENERIC_CLOCKEVENTS=y
42434 +CONFIG_GENERIC_HARDIRQS=y
42435 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
42436 +CONFIG_IRQ_PER_CPU=y
42437 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
42438 +CONFIG_ARCH_HAS_ILOG2_U32=y
42439 +CONFIG_GENERIC_HWEIGHT=y
42440 +CONFIG_GENERIC_CALIBRATE_DELAY=y
42441 +CONFIG_GENERIC_FIND_NEXT_BIT=y
42442 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
42443 +CONFIG_PPC=y
42444 +CONFIG_EARLY_PRINTK=y
42445 +CONFIG_GENERIC_NVRAM=y
42446 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
42447 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
42448 +CONFIG_PPC_OF=y
42449 +CONFIG_OF=y
42450 +CONFIG_PPC_UDBG_16550=y
42451 +# CONFIG_GENERIC_TBSYNC is not set
42452 +CONFIG_AUDIT_ARCH=y
42453 +CONFIG_GENERIC_BUG=y
42454 +CONFIG_DEFAULT_UIMAGE=y
42455 +# CONFIG_PPC_DCR_NATIVE is not set
42456 +# CONFIG_PPC_DCR_MMIO is not set
42457 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
42458 +
42459 +#
42460 +# General setup
42461 +#
42462 +CONFIG_EXPERIMENTAL=y
42463 +CONFIG_BROKEN_ON_SMP=y
42464 +CONFIG_INIT_ENV_ARG_LIMIT=32
42465 +CONFIG_LOCALVERSION=""
42466 +CONFIG_LOCALVERSION_AUTO=y
42467 +CONFIG_SWAP=y
42468 +CONFIG_SYSVIPC=y
42469 +CONFIG_SYSVIPC_SYSCTL=y
42470 +# CONFIG_POSIX_MQUEUE is not set
42471 +# CONFIG_BSD_PROCESS_ACCT is not set
42472 +# CONFIG_TASKSTATS is not set
42473 +# CONFIG_AUDIT is not set
42474 +# CONFIG_IKCONFIG is not set
42475 +CONFIG_LOG_BUF_SHIFT=14
42476 +# CONFIG_CGROUPS is not set
42477 +CONFIG_GROUP_SCHED=y
42478 +CONFIG_FAIR_GROUP_SCHED=y
42479 +# CONFIG_RT_GROUP_SCHED is not set
42480 +CONFIG_USER_SCHED=y
42481 +# CONFIG_CGROUP_SCHED is not set
42482 +CONFIG_SYSFS_DEPRECATED=y
42483 +CONFIG_SYSFS_DEPRECATED_V2=y
42484 +# CONFIG_RELAY is not set
42485 +# CONFIG_NAMESPACES is not set
42486 +CONFIG_BLK_DEV_INITRD=y
42487 +CONFIG_INITRAMFS_SOURCE=""
42488 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
42489 +CONFIG_SYSCTL=y
42490 +CONFIG_EMBEDDED=y
42491 +CONFIG_SYSCTL_SYSCALL=y
42492 +CONFIG_KALLSYMS=y
42493 +# CONFIG_KALLSYMS_ALL is not set
42494 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
42495 +CONFIG_HOTPLUG=y
42496 +CONFIG_PRINTK=y
42497 +CONFIG_BUG=y
42498 +CONFIG_ELF_CORE=y
42499 +CONFIG_COMPAT_BRK=y
42500 +CONFIG_BASE_FULL=y
42501 +CONFIG_FUTEX=y
42502 +CONFIG_ANON_INODES=y
42503 +CONFIG_EPOLL=y
42504 +CONFIG_SIGNALFD=y
42505 +CONFIG_TIMERFD=y
42506 +CONFIG_EVENTFD=y
42507 +CONFIG_SHMEM=y
42508 +CONFIG_VM_EVENT_COUNTERS=y
42509 +CONFIG_SLAB=y
42510 +# CONFIG_SLUB is not set
42511 +# CONFIG_SLOB is not set
42512 +# CONFIG_PROFILING is not set
42513 +# CONFIG_MARKERS is not set
42514 +CONFIG_HAVE_OPROFILE=y
42515 +CONFIG_HAVE_KPROBES=y
42516 +CONFIG_HAVE_KRETPROBES=y
42517 +CONFIG_PROC_PAGE_MONITOR=y
42518 +CONFIG_SLABINFO=y
42519 +CONFIG_RT_MUTEXES=y
42520 +# CONFIG_TINY_SHMEM is not set
42521 +CONFIG_BASE_SMALL=0
42522 +# CONFIG_MODULES is not set
42523 +CONFIG_BLOCK=y
42524 +# CONFIG_LBD is not set
42525 +# CONFIG_BLK_DEV_IO_TRACE is not set
42526 +# CONFIG_LSF is not set
42527 +# CONFIG_BLK_DEV_BSG is not set
42528 +
42529 +#
42530 +# IO Schedulers
42531 +#
42532 +CONFIG_IOSCHED_NOOP=y
42533 +CONFIG_IOSCHED_AS=y
42534 +CONFIG_IOSCHED_DEADLINE=y
42535 +CONFIG_IOSCHED_CFQ=y
42536 +CONFIG_DEFAULT_AS=y
42537 +# CONFIG_DEFAULT_DEADLINE is not set
42538 +# CONFIG_DEFAULT_CFQ is not set
42539 +# CONFIG_DEFAULT_NOOP is not set
42540 +CONFIG_DEFAULT_IOSCHED="anticipatory"
42541 +CONFIG_CLASSIC_RCU=y
42542 +
42543 +#
42544 +# Platform support
42545 +#
42546 +# CONFIG_PPC_MPC512x is not set
42547 +# CONFIG_PPC_MPC5121 is not set
42548 +# CONFIG_PPC_CELL is not set
42549 +# CONFIG_PPC_CELL_NATIVE is not set
42550 +# CONFIG_PQ2ADS is not set
42551 +CONFIG_MPC85xx=y
42552 +# CONFIG_MPC8540_ADS is not set
42553 +# CONFIG_MPC8560_ADS is not set
42554 +# CONFIG_MPC85xx_CDS is not set
42555 +# CONFIG_MPC85xx_MDS is not set
42556 +# CONFIG_MPC85xx_DS is not set
42557 +# CONFIG_STX_GP3 is not set
42558 +# CONFIG_TQM8540 is not set
42559 +# CONFIG_TQM8541 is not set
42560 +# CONFIG_TQM8555 is not set
42561 +# CONFIG_TQM8560 is not set
42562 +# CONFIG_SBC8548 is not set
42563 +CONFIG_SBC8560=y
42564 +# CONFIG_IPIC is not set
42565 +CONFIG_MPIC=y
42566 +# CONFIG_MPIC_WEIRD is not set
42567 +# CONFIG_PPC_I8259 is not set
42568 +# CONFIG_PPC_RTAS is not set
42569 +# CONFIG_MMIO_NVRAM is not set
42570 +# CONFIG_PPC_MPC106 is not set
42571 +# CONFIG_PPC_970_NAP is not set
42572 +# CONFIG_PPC_INDIRECT_IO is not set
42573 +# CONFIG_GENERIC_IOMAP is not set
42574 +# CONFIG_CPU_FREQ is not set
42575 +# CONFIG_CPM2 is not set
42576 +# CONFIG_FSL_ULI1575 is not set
42577 +
42578 +#
42579 +# Kernel options
42580 +#
42581 +# CONFIG_HIGHMEM is not set
42582 +# CONFIG_TICK_ONESHOT is not set
42583 +# CONFIG_NO_HZ is not set
42584 +# CONFIG_HIGH_RES_TIMERS is not set
42585 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
42586 +# CONFIG_HZ_100 is not set
42587 +CONFIG_HZ_250=y
42588 +# CONFIG_HZ_300 is not set
42589 +# CONFIG_HZ_1000 is not set
42590 +CONFIG_HZ=250
42591 +# CONFIG_SCHED_HRTICK is not set
42592 +CONFIG_PREEMPT_NONE=y
42593 +# CONFIG_PREEMPT_VOLUNTARY is not set
42594 +# CONFIG_PREEMPT is not set
42595 +CONFIG_BINFMT_ELF=y
42596 +CONFIG_BINFMT_MISC=y
42597 +# CONFIG_MATH_EMULATION is not set
42598 +# CONFIG_IOMMU_HELPER is not set
42599 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
42600 +CONFIG_ARCH_HAS_WALK_MEMORY=y
42601 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
42602 +CONFIG_ARCH_FLATMEM_ENABLE=y
42603 +CONFIG_ARCH_POPULATES_NODE_MAP=y
42604 +CONFIG_SELECT_MEMORY_MODEL=y
42605 +CONFIG_FLATMEM_MANUAL=y
42606 +# CONFIG_DISCONTIGMEM_MANUAL is not set
42607 +# CONFIG_SPARSEMEM_MANUAL is not set
42608 +CONFIG_FLATMEM=y
42609 +CONFIG_FLAT_NODE_MEM_MAP=y
42610 +# CONFIG_SPARSEMEM_STATIC is not set
42611 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
42612 +CONFIG_SPLIT_PTLOCK_CPUS=4
42613 +# CONFIG_RESOURCES_64BIT is not set
42614 +CONFIG_ZONE_DMA_FLAG=1
42615 +CONFIG_BOUNCE=y
42616 +CONFIG_VIRT_TO_BUS=y
42617 +CONFIG_PROC_DEVICETREE=y
42618 +# CONFIG_CMDLINE_BOOL is not set
42619 +# CONFIG_PM is not set
42620 +# CONFIG_SECCOMP is not set
42621 +CONFIG_ISA_DMA_API=y
42622 +
42623 +#
42624 +# Bus options
42625 +#
42626 +CONFIG_ZONE_DMA=y
42627 +CONFIG_FSL_SOC=y
42628 +# CONFIG_PCI is not set
42629 +# CONFIG_PCI_DOMAINS is not set
42630 +# CONFIG_PCI_SYSCALL is not set
42631 +# CONFIG_ARCH_SUPPORTS_MSI is not set
42632 +# CONFIG_PCCARD is not set
42633 +
42634 +#
42635 +# Advanced setup
42636 +#
42637 +# CONFIG_ADVANCED_OPTIONS is not set
42638 +
42639 +#
42640 +# Default settings for advanced configuration options are used
42641 +#
42642 +CONFIG_HIGHMEM_START=0xfe000000
42643 +CONFIG_LOWMEM_SIZE=0x30000000
42644 +CONFIG_KERNEL_START=0xc0000000
42645 +CONFIG_TASK_SIZE=0xc0000000
42646 +CONFIG_BOOT_LOAD=0x00800000
42647 +
42648 +#
42649 +# Networking
42650 +#
42651 +CONFIG_NET=y
42652 +
42653 +#
42654 +# Networking options
42655 +#
42656 +CONFIG_PACKET=y
42657 +# CONFIG_PACKET_MMAP is not set
42658 +CONFIG_UNIX=y
42659 +CONFIG_XFRM=y
42660 +CONFIG_XFRM_USER=y
42661 +# CONFIG_XFRM_SUB_POLICY is not set
42662 +# CONFIG_XFRM_MIGRATE is not set
42663 +# CONFIG_XFRM_STATISTICS is not set
42664 +# CONFIG_NET_KEY is not set
42665 +CONFIG_INET=y
42666 +CONFIG_IP_MULTICAST=y
42667 +# CONFIG_IP_ADVANCED_ROUTER is not set
42668 +CONFIG_IP_FIB_HASH=y
42669 +CONFIG_IP_PNP=y
42670 +CONFIG_IP_PNP_DHCP=y
42671 +CONFIG_IP_PNP_BOOTP=y
42672 +# CONFIG_IP_PNP_RARP is not set
42673 +# CONFIG_NET_IPIP is not set
42674 +# CONFIG_NET_IPGRE is not set
42675 +# CONFIG_IP_MROUTE is not set
42676 +# CONFIG_ARPD is not set
42677 +CONFIG_SYN_COOKIES=y
42678 +# CONFIG_INET_AH is not set
42679 +# CONFIG_INET_ESP is not set
42680 +# CONFIG_INET_IPCOMP is not set
42681 +# CONFIG_INET_XFRM_TUNNEL is not set
42682 +# CONFIG_INET_TUNNEL is not set
42683 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
42684 +CONFIG_INET_XFRM_MODE_TUNNEL=y
42685 +CONFIG_INET_XFRM_MODE_BEET=y
42686 +# CONFIG_INET_LRO is not set
42687 +CONFIG_INET_DIAG=y
42688 +CONFIG_INET_TCP_DIAG=y
42689 +# CONFIG_TCP_CONG_ADVANCED is not set
42690 +CONFIG_TCP_CONG_CUBIC=y
42691 +CONFIG_DEFAULT_TCP_CONG="cubic"
42692 +# CONFIG_TCP_MD5SIG is not set
42693 +# CONFIG_IPV6 is not set
42694 +# CONFIG_INET6_XFRM_TUNNEL is not set
42695 +# CONFIG_INET6_TUNNEL is not set
42696 +# CONFIG_NETWORK_SECMARK is not set
42697 +# CONFIG_NETFILTER is not set
42698 +# CONFIG_IP_DCCP is not set
42699 +# CONFIG_IP_SCTP is not set
42700 +# CONFIG_TIPC is not set
42701 +# CONFIG_ATM is not set
42702 +# CONFIG_BRIDGE is not set
42703 +# CONFIG_VLAN_8021Q is not set
42704 +# CONFIG_DECNET is not set
42705 +# CONFIG_LLC2 is not set
42706 +# CONFIG_IPX is not set
42707 +# CONFIG_ATALK is not set
42708 +# CONFIG_X25 is not set
42709 +# CONFIG_LAPB is not set
42710 +# CONFIG_ECONET is not set
42711 +# CONFIG_WAN_ROUTER is not set
42712 +# CONFIG_NET_SCHED is not set
42713 +
42714 +#
42715 +# Network testing
42716 +#
42717 +# CONFIG_NET_PKTGEN is not set
42718 +# CONFIG_HAMRADIO is not set
42719 +# CONFIG_CAN is not set
42720 +# CONFIG_IRDA is not set
42721 +# CONFIG_BT is not set
42722 +# CONFIG_AF_RXRPC is not set
42723 +
42724 +#
42725 +# Wireless
42726 +#
42727 +# CONFIG_CFG80211 is not set
42728 +# CONFIG_WIRELESS_EXT is not set
42729 +# CONFIG_MAC80211 is not set
42730 +# CONFIG_IEEE80211 is not set
42731 +# CONFIG_RFKILL is not set
42732 +# CONFIG_NET_9P is not set
42733 +
42734 +#
42735 +# Device Drivers
42736 +#
42737 +
42738 +#
42739 +# Generic Driver Options
42740 +#
42741 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
42742 +CONFIG_STANDALONE=y
42743 +CONFIG_PREVENT_FIRMWARE_BUILD=y
42744 +# CONFIG_FW_LOADER is not set
42745 +# CONFIG_DEBUG_DRIVER is not set
42746 +# CONFIG_DEBUG_DEVRES is not set
42747 +# CONFIG_SYS_HYPERVISOR is not set
42748 +# CONFIG_CONNECTOR is not set
42749 +# CONFIG_MTD is not set
42750 +CONFIG_OF_DEVICE=y
42751 +# CONFIG_PARPORT is not set
42752 +CONFIG_BLK_DEV=y
42753 +# CONFIG_BLK_DEV_FD is not set
42754 +# CONFIG_BLK_DEV_COW_COMMON is not set
42755 +CONFIG_BLK_DEV_LOOP=y
42756 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
42757 +# CONFIG_BLK_DEV_NBD is not set
42758 +CONFIG_BLK_DEV_RAM=y
42759 +CONFIG_BLK_DEV_RAM_COUNT=16
42760 +CONFIG_BLK_DEV_RAM_SIZE=32768
42761 +# CONFIG_BLK_DEV_XIP is not set
42762 +# CONFIG_CDROM_PKTCDVD is not set
42763 +# CONFIG_ATA_OVER_ETH is not set
42764 +CONFIG_MISC_DEVICES=y
42765 +# CONFIG_EEPROM_93CX6 is not set
42766 +# CONFIG_ENCLOSURE_SERVICES is not set
42767 +CONFIG_HAVE_IDE=y
42768 +# CONFIG_IDE is not set
42769 +
42770 +#
42771 +# SCSI device support
42772 +#
42773 +# CONFIG_RAID_ATTRS is not set
42774 +# CONFIG_SCSI is not set
42775 +# CONFIG_SCSI_DMA is not set
42776 +# CONFIG_SCSI_NETLINK is not set
42777 +# CONFIG_ATA is not set
42778 +# CONFIG_MD is not set
42779 +# CONFIG_MACINTOSH_DRIVERS is not set
42780 +CONFIG_NETDEVICES=y
42781 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
42782 +# CONFIG_DUMMY is not set
42783 +# CONFIG_BONDING is not set
42784 +# CONFIG_MACVLAN is not set
42785 +# CONFIG_EQUALIZER is not set
42786 +# CONFIG_TUN is not set
42787 +# CONFIG_VETH is not set
42788 +CONFIG_PHYLIB=y
42789 +
42790 +#
42791 +# MII PHY device drivers
42792 +#
42793 +# CONFIG_MARVELL_PHY is not set
42794 +# CONFIG_DAVICOM_PHY is not set
42795 +# CONFIG_QSEMI_PHY is not set
42796 +# CONFIG_LXT_PHY is not set
42797 +# CONFIG_CICADA_PHY is not set
42798 +# CONFIG_VITESSE_PHY is not set
42799 +# CONFIG_SMSC_PHY is not set
42800 +CONFIG_BROADCOM_PHY=y
42801 +# CONFIG_ICPLUS_PHY is not set
42802 +# CONFIG_REALTEK_PHY is not set
42803 +# CONFIG_FIXED_PHY is not set
42804 +# CONFIG_MDIO_BITBANG is not set
42805 +CONFIG_NET_ETHERNET=y
42806 +CONFIG_MII=y
42807 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
42808 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
42809 +# CONFIG_IBM_NEW_EMAC_TAH is not set
42810 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
42811 +# CONFIG_B44 is not set
42812 +CONFIG_NETDEV_1000=y
42813 +# CONFIG_E1000E_ENABLED is not set
42814 +CONFIG_GIANFAR=y
42815 +CONFIG_GFAR_NAPI=y
42816 +CONFIG_NETDEV_10000=y
42817 +
42818 +#
42819 +# Wireless LAN
42820 +#
42821 +# CONFIG_WLAN_PRE80211 is not set
42822 +# CONFIG_WLAN_80211 is not set
42823 +# CONFIG_WAN is not set
42824 +# CONFIG_PPP is not set
42825 +# CONFIG_SLIP is not set
42826 +# CONFIG_NETCONSOLE is not set
42827 +# CONFIG_NETPOLL is not set
42828 +# CONFIG_NET_POLL_CONTROLLER is not set
42829 +# CONFIG_ISDN is not set
42830 +# CONFIG_PHONE is not set
42831 +
42832 +#
42833 +# Input device support
42834 +#
42835 +CONFIG_INPUT=y
42836 +# CONFIG_INPUT_FF_MEMLESS is not set
42837 +# CONFIG_INPUT_POLLDEV is not set
42838 +
42839 +#
42840 +# Userland interfaces
42841 +#
42842 +# CONFIG_INPUT_MOUSEDEV is not set
42843 +# CONFIG_INPUT_JOYDEV is not set
42844 +# CONFIG_INPUT_EVDEV is not set
42845 +# CONFIG_INPUT_EVBUG is not set
42846 +
42847 +#
42848 +# Input Device Drivers
42849 +#
42850 +# CONFIG_INPUT_KEYBOARD is not set
42851 +# CONFIG_INPUT_MOUSE is not set
42852 +# CONFIG_INPUT_JOYSTICK is not set
42853 +# CONFIG_INPUT_TABLET is not set
42854 +# CONFIG_INPUT_TOUCHSCREEN is not set
42855 +# CONFIG_INPUT_MISC is not set
42856 +
42857 +#
42858 +# Hardware I/O ports
42859 +#
42860 +# CONFIG_SERIO is not set
42861 +# CONFIG_GAMEPORT is not set
42862 +
42863 +#
42864 +# Character devices
42865 +#
42866 +# CONFIG_VT is not set
42867 +# CONFIG_SERIAL_NONSTANDARD is not set
42868 +
42869 +#
42870 +# Serial drivers
42871 +#
42872 +CONFIG_SERIAL_8250=y
42873 +CONFIG_SERIAL_8250_CONSOLE=y
42874 +CONFIG_SERIAL_8250_NR_UARTS=2
42875 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
42876 +# CONFIG_SERIAL_8250_EXTENDED is not set
42877 +CONFIG_SERIAL_8250_SHARE_IRQ=y
42878 +
42879 +#
42880 +# Non-8250 serial port support
42881 +#
42882 +# CONFIG_SERIAL_UARTLITE is not set
42883 +CONFIG_SERIAL_CORE=y
42884 +CONFIG_SERIAL_CORE_CONSOLE=y
42885 +# CONFIG_SERIAL_OF_PLATFORM is not set
42886 +CONFIG_UNIX98_PTYS=y
42887 +CONFIG_LEGACY_PTYS=y
42888 +CONFIG_LEGACY_PTY_COUNT=256
42889 +# CONFIG_IPMI_HANDLER is not set
42890 +# CONFIG_HW_RANDOM is not set
42891 +# CONFIG_NVRAM is not set
42892 +# CONFIG_GEN_RTC is not set
42893 +# CONFIG_R3964 is not set
42894 +# CONFIG_RAW_DRIVER is not set
42895 +# CONFIG_TCG_TPM is not set
42896 +# CONFIG_I2C is not set
42897 +
42898 +#
42899 +# SPI support
42900 +#
42901 +# CONFIG_SPI is not set
42902 +# CONFIG_SPI_MASTER is not set
42903 +# CONFIG_W1 is not set
42904 +# CONFIG_POWER_SUPPLY is not set
42905 +CONFIG_HWMON=y
42906 +# CONFIG_HWMON_VID is not set
42907 +# CONFIG_SENSORS_F71805F is not set
42908 +# CONFIG_SENSORS_F71882FG is not set
42909 +# CONFIG_SENSORS_IT87 is not set
42910 +# CONFIG_SENSORS_PC87360 is not set
42911 +# CONFIG_SENSORS_PC87427 is not set
42912 +# CONFIG_SENSORS_SMSC47M1 is not set
42913 +# CONFIG_SENSORS_SMSC47B397 is not set
42914 +# CONFIG_SENSORS_VT1211 is not set
42915 +# CONFIG_SENSORS_W83627HF is not set
42916 +# CONFIG_SENSORS_W83627EHF is not set
42917 +# CONFIG_HWMON_DEBUG_CHIP is not set
42918 +# CONFIG_THERMAL is not set
42919 +# CONFIG_WATCHDOG is not set
42920 +
42921 +#
42922 +# Sonics Silicon Backplane
42923 +#
42924 +CONFIG_SSB_POSSIBLE=y
42925 +# CONFIG_SSB is not set
42926 +
42927 +#
42928 +# Multifunction device drivers
42929 +#
42930 +# CONFIG_MFD_SM501 is not set
42931 +
42932 +#
42933 +# Multimedia devices
42934 +#
42935 +# CONFIG_VIDEO_DEV is not set
42936 +# CONFIG_DVB_CORE is not set
42937 +CONFIG_DAB=y
42938 +
42939 +#
42940 +# Graphics support
42941 +#
42942 +# CONFIG_VGASTATE is not set
42943 +CONFIG_VIDEO_OUTPUT_CONTROL=y
42944 +# CONFIG_FB is not set
42945 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
42946 +
42947 +#
42948 +# Display device support
42949 +#
42950 +# CONFIG_DISPLAY_SUPPORT is not set
42951 +
42952 +#
42953 +# Sound
42954 +#
42955 +# CONFIG_SOUND is not set
42956 +CONFIG_HID_SUPPORT=y
42957 +CONFIG_HID=y
42958 +# CONFIG_HID_DEBUG is not set
42959 +# CONFIG_HIDRAW is not set
42960 +CONFIG_USB_SUPPORT=y
42961 +# CONFIG_USB_ARCH_HAS_HCD is not set
42962 +# CONFIG_USB_ARCH_HAS_OHCI is not set
42963 +# CONFIG_USB_ARCH_HAS_EHCI is not set
42964 +
42965 +#
42966 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
42967 +#
42968 +# CONFIG_USB_GADGET is not set
42969 +# CONFIG_MMC is not set
42970 +# CONFIG_MEMSTICK is not set
42971 +# CONFIG_NEW_LEDS is not set
42972 +# CONFIG_EDAC is not set
42973 +CONFIG_RTC_LIB=y
42974 +CONFIG_RTC_CLASS=y
42975 +CONFIG_RTC_HCTOSYS=y
42976 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
42977 +# CONFIG_RTC_DEBUG is not set
42978 +
42979 +#
42980 +# RTC interfaces
42981 +#
42982 +CONFIG_RTC_INTF_SYSFS=y
42983 +CONFIG_RTC_INTF_PROC=y
42984 +CONFIG_RTC_INTF_DEV=y
42985 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
42986 +# CONFIG_RTC_DRV_TEST is not set
42987 +
42988 +#
42989 +# SPI RTC drivers
42990 +#
42991 +
42992 +#
42993 +# Platform RTC drivers
42994 +#
42995 +# CONFIG_RTC_DRV_CMOS is not set
42996 +# CONFIG_RTC_DRV_DS1511 is not set
42997 +# CONFIG_RTC_DRV_DS1553 is not set
42998 +# CONFIG_RTC_DRV_DS1742 is not set
42999 +# CONFIG_RTC_DRV_STK17TA8 is not set
43000 +# CONFIG_RTC_DRV_M48T86 is not set
43001 +CONFIG_RTC_DRV_M48T59=y
43002 +# CONFIG_RTC_DRV_V3020 is not set
43003 +
43004 +#
43005 +# on-CPU RTC drivers
43006 +#
43007 +# CONFIG_DMADEVICES is not set
43008 +
43009 +#
43010 +# Userspace I/O
43011 +#
43012 +# CONFIG_UIO is not set
43013 +
43014 +#
43015 +# File systems
43016 +#
43017 +# CONFIG_EXT2_FS is not set
43018 +# CONFIG_EXT3_FS is not set
43019 +# CONFIG_EXT4DEV_FS is not set
43020 +# CONFIG_REISERFS_FS is not set
43021 +# CONFIG_JFS_FS is not set
43022 +# CONFIG_FS_POSIX_ACL is not set
43023 +# CONFIG_XFS_FS is not set
43024 +# CONFIG_GFS2_FS is not set
43025 +# CONFIG_OCFS2_FS is not set
43026 +CONFIG_DNOTIFY=y
43027 +CONFIG_INOTIFY=y
43028 +CONFIG_INOTIFY_USER=y
43029 +# CONFIG_QUOTA is not set
43030 +# CONFIG_AUTOFS_FS is not set
43031 +# CONFIG_AUTOFS4_FS is not set
43032 +# CONFIG_FUSE_FS is not set
43033 +
43034 +#
43035 +# CD-ROM/DVD Filesystems
43036 +#
43037 +# CONFIG_ISO9660_FS is not set
43038 +# CONFIG_UDF_FS is not set
43039 +
43040 +#
43041 +# DOS/FAT/NT Filesystems
43042 +#
43043 +# CONFIG_MSDOS_FS is not set
43044 +# CONFIG_VFAT_FS is not set
43045 +# CONFIG_NTFS_FS is not set
43046 +
43047 +#
43048 +# Pseudo filesystems
43049 +#
43050 +CONFIG_PROC_FS=y
43051 +CONFIG_PROC_KCORE=y
43052 +CONFIG_PROC_SYSCTL=y
43053 +CONFIG_SYSFS=y
43054 +CONFIG_TMPFS=y
43055 +# CONFIG_TMPFS_POSIX_ACL is not set
43056 +# CONFIG_HUGETLB_PAGE is not set
43057 +# CONFIG_CONFIGFS_FS is not set
43058 +
43059 +#
43060 +# Miscellaneous filesystems
43061 +#
43062 +# CONFIG_ADFS_FS is not set
43063 +# CONFIG_AFFS_FS is not set
43064 +# CONFIG_HFS_FS is not set
43065 +# CONFIG_HFSPLUS_FS is not set
43066 +# CONFIG_BEFS_FS is not set
43067 +# CONFIG_BFS_FS is not set
43068 +# CONFIG_EFS_FS is not set
43069 +# CONFIG_CRAMFS is not set
43070 +# CONFIG_VXFS_FS is not set
43071 +# CONFIG_MINIX_FS is not set
43072 +# CONFIG_HPFS_FS is not set
43073 +# CONFIG_QNX4FS_FS is not set
43074 +# CONFIG_ROMFS_FS is not set
43075 +# CONFIG_SYSV_FS is not set
43076 +# CONFIG_UFS_FS is not set
43077 +CONFIG_NETWORK_FILESYSTEMS=y
43078 +CONFIG_NFS_FS=y
43079 +# CONFIG_NFS_V3 is not set
43080 +# CONFIG_NFS_V4 is not set
43081 +# CONFIG_NFS_DIRECTIO is not set
43082 +# CONFIG_NFSD is not set
43083 +CONFIG_ROOT_NFS=y
43084 +CONFIG_LOCKD=y
43085 +CONFIG_NFS_COMMON=y
43086 +CONFIG_SUNRPC=y
43087 +# CONFIG_SUNRPC_BIND34 is not set
43088 +# CONFIG_RPCSEC_GSS_KRB5 is not set
43089 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
43090 +# CONFIG_SMB_FS is not set
43091 +# CONFIG_CIFS is not set
43092 +# CONFIG_NCP_FS is not set
43093 +# CONFIG_CODA_FS is not set
43094 +# CONFIG_AFS_FS is not set
43095 +
43096 +#
43097 +# Partition Types
43098 +#
43099 +CONFIG_PARTITION_ADVANCED=y
43100 +# CONFIG_ACORN_PARTITION is not set
43101 +# CONFIG_OSF_PARTITION is not set
43102 +# CONFIG_AMIGA_PARTITION is not set
43103 +# CONFIG_ATARI_PARTITION is not set
43104 +# CONFIG_MAC_PARTITION is not set
43105 +# CONFIG_MSDOS_PARTITION is not set
43106 +# CONFIG_LDM_PARTITION is not set
43107 +# CONFIG_SGI_PARTITION is not set
43108 +# CONFIG_ULTRIX_PARTITION is not set
43109 +# CONFIG_SUN_PARTITION is not set
43110 +# CONFIG_KARMA_PARTITION is not set
43111 +# CONFIG_EFI_PARTITION is not set
43112 +# CONFIG_SYSV68_PARTITION is not set
43113 +# CONFIG_NLS is not set
43114 +# CONFIG_DLM is not set
43115 +
43116 +#
43117 +# Library routines
43118 +#
43119 +CONFIG_BITREVERSE=y
43120 +# CONFIG_CRC_CCITT is not set
43121 +# CONFIG_CRC16 is not set
43122 +# CONFIG_CRC_ITU_T is not set
43123 +CONFIG_CRC32=y
43124 +# CONFIG_CRC7 is not set
43125 +# CONFIG_LIBCRC32C is not set
43126 +CONFIG_PLIST=y
43127 +CONFIG_HAS_IOMEM=y
43128 +CONFIG_HAS_IOPORT=y
43129 +CONFIG_HAS_DMA=y
43130 +
43131 +#
43132 +# Kernel hacking
43133 +#
43134 +# CONFIG_PRINTK_TIME is not set
43135 +CONFIG_ENABLE_WARN_DEPRECATED=y
43136 +CONFIG_ENABLE_MUST_CHECK=y
43137 +CONFIG_MAGIC_SYSRQ=y
43138 +# CONFIG_UNUSED_SYMBOLS is not set
43139 +# CONFIG_DEBUG_FS is not set
43140 +# CONFIG_HEADERS_CHECK is not set
43141 +CONFIG_DEBUG_KERNEL=y
43142 +# CONFIG_DEBUG_SHIRQ is not set
43143 +CONFIG_DETECT_SOFTLOCKUP=y
43144 +CONFIG_SCHED_DEBUG=y
43145 +# CONFIG_SCHEDSTATS is not set
43146 +# CONFIG_TIMER_STATS is not set
43147 +# CONFIG_DEBUG_SLAB is not set
43148 +# CONFIG_DEBUG_RT_MUTEXES is not set
43149 +# CONFIG_RT_MUTEX_TESTER is not set
43150 +# CONFIG_DEBUG_SPINLOCK is not set
43151 +CONFIG_DEBUG_MUTEXES=y
43152 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
43153 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
43154 +# CONFIG_DEBUG_KOBJECT is not set
43155 +# CONFIG_DEBUG_BUGVERBOSE is not set
43156 +# CONFIG_DEBUG_INFO is not set
43157 +# CONFIG_DEBUG_VM is not set
43158 +# CONFIG_DEBUG_LIST is not set
43159 +# CONFIG_DEBUG_SG is not set
43160 +# CONFIG_BOOT_PRINTK_DELAY is not set
43161 +# CONFIG_BACKTRACE_SELF_TEST is not set
43162 +# CONFIG_FAULT_INJECTION is not set
43163 +# CONFIG_SAMPLES is not set
43164 +# CONFIG_DEBUG_STACKOVERFLOW is not set
43165 +# CONFIG_DEBUG_STACK_USAGE is not set
43166 +# CONFIG_DEBUG_PAGEALLOC is not set
43167 +# CONFIG_DEBUGGER is not set
43168 +# CONFIG_BDI_SWITCH is not set
43169 +CONFIG_PPC_EARLY_DEBUG=y
43170 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
43171 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
43172 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
43173 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
43174 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
43175 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
43176 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
43177 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
43178 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
43179 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
43180 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
43181 +
43182 +#
43183 +# Security options
43184 +#
43185 +# CONFIG_KEYS is not set
43186 +# CONFIG_SECURITY is not set
43187 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
43188 +CONFIG_CRYPTO=y
43189 +# CONFIG_CRYPTO_SEQIV is not set
43190 +# CONFIG_CRYPTO_MANAGER is not set
43191 +# CONFIG_CRYPTO_HMAC is not set
43192 +# CONFIG_CRYPTO_XCBC is not set
43193 +# CONFIG_CRYPTO_NULL is not set
43194 +# CONFIG_CRYPTO_MD4 is not set
43195 +# CONFIG_CRYPTO_MD5 is not set
43196 +# CONFIG_CRYPTO_SHA1 is not set
43197 +# CONFIG_CRYPTO_SHA256 is not set
43198 +# CONFIG_CRYPTO_SHA512 is not set
43199 +# CONFIG_CRYPTO_WP512 is not set
43200 +# CONFIG_CRYPTO_TGR192 is not set
43201 +# CONFIG_CRYPTO_GF128MUL is not set
43202 +# CONFIG_CRYPTO_ECB is not set
43203 +# CONFIG_CRYPTO_CBC is not set
43204 +# CONFIG_CRYPTO_PCBC is not set
43205 +# CONFIG_CRYPTO_LRW is not set
43206 +# CONFIG_CRYPTO_XTS is not set
43207 +# CONFIG_CRYPTO_CTR is not set
43208 +# CONFIG_CRYPTO_GCM is not set
43209 +# CONFIG_CRYPTO_CCM is not set
43210 +# CONFIG_CRYPTO_CRYPTD is not set
43211 +# CONFIG_CRYPTO_DES is not set
43212 +# CONFIG_CRYPTO_FCRYPT is not set
43213 +# CONFIG_CRYPTO_BLOWFISH is not set
43214 +# CONFIG_CRYPTO_TWOFISH is not set
43215 +# CONFIG_CRYPTO_SERPENT is not set
43216 +# CONFIG_CRYPTO_AES is not set
43217 +# CONFIG_CRYPTO_CAST5 is not set
43218 +# CONFIG_CRYPTO_CAST6 is not set
43219 +# CONFIG_CRYPTO_TEA is not set
43220 +# CONFIG_CRYPTO_ARC4 is not set
43221 +# CONFIG_CRYPTO_KHAZAD is not set
43222 +# CONFIG_CRYPTO_ANUBIS is not set
43223 +# CONFIG_CRYPTO_SEED is not set
43224 +# CONFIG_CRYPTO_SALSA20 is not set
43225 +# CONFIG_CRYPTO_DEFLATE is not set
43226 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
43227 +# CONFIG_CRYPTO_CRC32C is not set
43228 +# CONFIG_CRYPTO_CAMELLIA is not set
43229 +# CONFIG_CRYPTO_AUTHENC is not set
43230 +# CONFIG_CRYPTO_LZO is not set
43231 +CONFIG_CRYPTO_HW=y
43232 +# CONFIG_PPC_CLOCK is not set
43233 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/stx_gp3_defconfig powerpc.git/arch/powerpc/configs/85xx/stx_gp3_defconfig
43234 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/stx_gp3_defconfig        1970-01-01 01:00:00.000000000 +0100
43235 +++ powerpc.git/arch/powerpc/configs/85xx/stx_gp3_defconfig     2008-04-19 16:40:52.000000000 +0200
43236 @@ -0,0 +1,1253 @@
43237 +#
43238 +# Automatically generated make config: don't edit
43239 +# Linux kernel version: 2.6.25-rc6
43240 +# Mon Mar 24 08:48:42 2008
43241 +#
43242 +# CONFIG_PPC64 is not set
43243 +
43244 +#
43245 +# Processor support
43246 +#
43247 +# CONFIG_6xx is not set
43248 +CONFIG_PPC_85xx=y
43249 +# CONFIG_PPC_8xx is not set
43250 +# CONFIG_40x is not set
43251 +# CONFIG_44x is not set
43252 +# CONFIG_E200 is not set
43253 +CONFIG_E500=y
43254 +CONFIG_BOOKE=y
43255 +CONFIG_FSL_BOOKE=y
43256 +CONFIG_FSL_EMB_PERFMON=y
43257 +# CONFIG_PHYS_64BIT is not set
43258 +CONFIG_SPE=y
43259 +# CONFIG_PPC_MM_SLICES is not set
43260 +CONFIG_PPC32=y
43261 +CONFIG_WORD_SIZE=32
43262 +CONFIG_PPC_MERGE=y
43263 +CONFIG_MMU=y
43264 +CONFIG_GENERIC_CMOS_UPDATE=y
43265 +CONFIG_GENERIC_TIME=y
43266 +CONFIG_GENERIC_TIME_VSYSCALL=y
43267 +CONFIG_GENERIC_CLOCKEVENTS=y
43268 +CONFIG_GENERIC_HARDIRQS=y
43269 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
43270 +CONFIG_IRQ_PER_CPU=y
43271 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
43272 +CONFIG_ARCH_HAS_ILOG2_U32=y
43273 +CONFIG_GENERIC_HWEIGHT=y
43274 +CONFIG_GENERIC_CALIBRATE_DELAY=y
43275 +CONFIG_GENERIC_FIND_NEXT_BIT=y
43276 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
43277 +CONFIG_PPC=y
43278 +CONFIG_EARLY_PRINTK=y
43279 +CONFIG_GENERIC_NVRAM=y
43280 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
43281 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
43282 +CONFIG_PPC_OF=y
43283 +CONFIG_OF=y
43284 +CONFIG_PPC_UDBG_16550=y
43285 +# CONFIG_GENERIC_TBSYNC is not set
43286 +CONFIG_AUDIT_ARCH=y
43287 +CONFIG_GENERIC_BUG=y
43288 +CONFIG_DEFAULT_UIMAGE=y
43289 +# CONFIG_PPC_DCR_NATIVE is not set
43290 +# CONFIG_PPC_DCR_MMIO is not set
43291 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
43292 +
43293 +#
43294 +# General setup
43295 +#
43296 +CONFIG_EXPERIMENTAL=y
43297 +CONFIG_BROKEN_ON_SMP=y
43298 +CONFIG_INIT_ENV_ARG_LIMIT=32
43299 +CONFIG_LOCALVERSION=""
43300 +CONFIG_LOCALVERSION_AUTO=y
43301 +CONFIG_SWAP=y
43302 +CONFIG_SYSVIPC=y
43303 +CONFIG_SYSVIPC_SYSCTL=y
43304 +# CONFIG_POSIX_MQUEUE is not set
43305 +# CONFIG_BSD_PROCESS_ACCT is not set
43306 +# CONFIG_TASKSTATS is not set
43307 +# CONFIG_AUDIT is not set
43308 +# CONFIG_IKCONFIG is not set
43309 +CONFIG_LOG_BUF_SHIFT=14
43310 +# CONFIG_CGROUPS is not set
43311 +CONFIG_GROUP_SCHED=y
43312 +CONFIG_FAIR_GROUP_SCHED=y
43313 +# CONFIG_RT_GROUP_SCHED is not set
43314 +CONFIG_USER_SCHED=y
43315 +# CONFIG_CGROUP_SCHED is not set
43316 +CONFIG_SYSFS_DEPRECATED=y
43317 +CONFIG_SYSFS_DEPRECATED_V2=y
43318 +# CONFIG_RELAY is not set
43319 +# CONFIG_NAMESPACES is not set
43320 +CONFIG_BLK_DEV_INITRD=y
43321 +CONFIG_INITRAMFS_SOURCE=""
43322 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
43323 +CONFIG_SYSCTL=y
43324 +CONFIG_EMBEDDED=y
43325 +CONFIG_SYSCTL_SYSCALL=y
43326 +CONFIG_KALLSYMS=y
43327 +# CONFIG_KALLSYMS_ALL is not set
43328 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
43329 +CONFIG_HOTPLUG=y
43330 +CONFIG_PRINTK=y
43331 +CONFIG_BUG=y
43332 +CONFIG_ELF_CORE=y
43333 +CONFIG_COMPAT_BRK=y
43334 +CONFIG_BASE_FULL=y
43335 +CONFIG_FUTEX=y
43336 +CONFIG_ANON_INODES=y
43337 +CONFIG_EPOLL=y
43338 +CONFIG_SIGNALFD=y
43339 +CONFIG_TIMERFD=y
43340 +CONFIG_EVENTFD=y
43341 +CONFIG_SHMEM=y
43342 +CONFIG_VM_EVENT_COUNTERS=y
43343 +CONFIG_SLUB_DEBUG=y
43344 +# CONFIG_SLAB is not set
43345 +CONFIG_SLUB=y
43346 +# CONFIG_SLOB is not set
43347 +# CONFIG_PROFILING is not set
43348 +# CONFIG_MARKERS is not set
43349 +CONFIG_HAVE_OPROFILE=y
43350 +# CONFIG_KPROBES is not set
43351 +CONFIG_HAVE_KPROBES=y
43352 +CONFIG_HAVE_KRETPROBES=y
43353 +CONFIG_PROC_PAGE_MONITOR=y
43354 +CONFIG_SLABINFO=y
43355 +CONFIG_RT_MUTEXES=y
43356 +# CONFIG_TINY_SHMEM is not set
43357 +CONFIG_BASE_SMALL=0
43358 +CONFIG_MODULES=y
43359 +# CONFIG_MODULE_UNLOAD is not set
43360 +CONFIG_MODVERSIONS=y
43361 +# CONFIG_MODULE_SRCVERSION_ALL is not set
43362 +CONFIG_KMOD=y
43363 +CONFIG_BLOCK=y
43364 +# CONFIG_LBD is not set
43365 +# CONFIG_BLK_DEV_IO_TRACE is not set
43366 +# CONFIG_LSF is not set
43367 +# CONFIG_BLK_DEV_BSG is not set
43368 +
43369 +#
43370 +# IO Schedulers
43371 +#
43372 +CONFIG_IOSCHED_NOOP=y
43373 +CONFIG_IOSCHED_AS=y
43374 +CONFIG_IOSCHED_DEADLINE=y
43375 +CONFIG_IOSCHED_CFQ=y
43376 +# CONFIG_DEFAULT_AS is not set
43377 +# CONFIG_DEFAULT_DEADLINE is not set
43378 +CONFIG_DEFAULT_CFQ=y
43379 +# CONFIG_DEFAULT_NOOP is not set
43380 +CONFIG_DEFAULT_IOSCHED="cfq"
43381 +CONFIG_CLASSIC_RCU=y
43382 +
43383 +#
43384 +# Platform support
43385 +#
43386 +# CONFIG_PPC_MPC512x is not set
43387 +# CONFIG_PPC_MPC5121 is not set
43388 +# CONFIG_PPC_CELL is not set
43389 +# CONFIG_PPC_CELL_NATIVE is not set
43390 +# CONFIG_PQ2ADS is not set
43391 +CONFIG_MPC85xx=y
43392 +# CONFIG_MPC8540_ADS is not set
43393 +# CONFIG_MPC8560_ADS is not set
43394 +# CONFIG_MPC85xx_CDS is not set
43395 +# CONFIG_MPC85xx_MDS is not set
43396 +# CONFIG_MPC85xx_DS is not set
43397 +CONFIG_STX_GP3=y
43398 +# CONFIG_TQM8540 is not set
43399 +# CONFIG_TQM8541 is not set
43400 +# CONFIG_TQM8555 is not set
43401 +# CONFIG_TQM8560 is not set
43402 +# CONFIG_SBC8548 is not set
43403 +# CONFIG_SBC8560 is not set
43404 +# CONFIG_IPIC is not set
43405 +CONFIG_MPIC=y
43406 +# CONFIG_MPIC_WEIRD is not set
43407 +# CONFIG_PPC_I8259 is not set
43408 +# CONFIG_PPC_RTAS is not set
43409 +# CONFIG_MMIO_NVRAM is not set
43410 +# CONFIG_PPC_MPC106 is not set
43411 +# CONFIG_PPC_970_NAP is not set
43412 +# CONFIG_PPC_INDIRECT_IO is not set
43413 +# CONFIG_GENERIC_IOMAP is not set
43414 +# CONFIG_CPU_FREQ is not set
43415 +CONFIG_CPM2=y
43416 +CONFIG_PPC_CPM_NEW_BINDING=y
43417 +# CONFIG_FSL_ULI1575 is not set
43418 +CONFIG_CPM=y
43419 +
43420 +#
43421 +# Kernel options
43422 +#
43423 +CONFIG_HIGHMEM=y
43424 +# CONFIG_TICK_ONESHOT is not set
43425 +# CONFIG_NO_HZ is not set
43426 +# CONFIG_HIGH_RES_TIMERS is not set
43427 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
43428 +# CONFIG_HZ_100 is not set
43429 +CONFIG_HZ_250=y
43430 +# CONFIG_HZ_300 is not set
43431 +# CONFIG_HZ_1000 is not set
43432 +CONFIG_HZ=250
43433 +# CONFIG_SCHED_HRTICK is not set
43434 +CONFIG_PREEMPT_NONE=y
43435 +# CONFIG_PREEMPT_VOLUNTARY is not set
43436 +# CONFIG_PREEMPT is not set
43437 +CONFIG_BINFMT_ELF=y
43438 +CONFIG_BINFMT_MISC=m
43439 +CONFIG_MATH_EMULATION=y
43440 +# CONFIG_IOMMU_HELPER is not set
43441 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
43442 +CONFIG_ARCH_HAS_WALK_MEMORY=y
43443 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
43444 +CONFIG_ARCH_FLATMEM_ENABLE=y
43445 +CONFIG_ARCH_POPULATES_NODE_MAP=y
43446 +CONFIG_SELECT_MEMORY_MODEL=y
43447 +CONFIG_FLATMEM_MANUAL=y
43448 +# CONFIG_DISCONTIGMEM_MANUAL is not set
43449 +# CONFIG_SPARSEMEM_MANUAL is not set
43450 +CONFIG_FLATMEM=y
43451 +CONFIG_FLAT_NODE_MEM_MAP=y
43452 +# CONFIG_SPARSEMEM_STATIC is not set
43453 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
43454 +CONFIG_SPLIT_PTLOCK_CPUS=4
43455 +# CONFIG_RESOURCES_64BIT is not set
43456 +CONFIG_ZONE_DMA_FLAG=1
43457 +CONFIG_BOUNCE=y
43458 +CONFIG_VIRT_TO_BUS=y
43459 +CONFIG_PROC_DEVICETREE=y
43460 +# CONFIG_CMDLINE_BOOL is not set
43461 +# CONFIG_PM is not set
43462 +CONFIG_SECCOMP=y
43463 +CONFIG_ISA_DMA_API=y
43464 +
43465 +#
43466 +# Bus options
43467 +#
43468 +CONFIG_ZONE_DMA=y
43469 +CONFIG_PPC_INDIRECT_PCI=y
43470 +CONFIG_FSL_SOC=y
43471 +CONFIG_FSL_PCI=y
43472 +CONFIG_PCI=y
43473 +CONFIG_PCI_DOMAINS=y
43474 +CONFIG_PCI_SYSCALL=y
43475 +# CONFIG_PCIEPORTBUS is not set
43476 +CONFIG_ARCH_SUPPORTS_MSI=y
43477 +# CONFIG_PCI_MSI is not set
43478 +CONFIG_PCI_LEGACY=y
43479 +# CONFIG_PCI_DEBUG is not set
43480 +# CONFIG_PCCARD is not set
43481 +# CONFIG_HOTPLUG_PCI is not set
43482 +
43483 +#
43484 +# Advanced setup
43485 +#
43486 +# CONFIG_ADVANCED_OPTIONS is not set
43487 +
43488 +#
43489 +# Default settings for advanced configuration options are used
43490 +#
43491 +CONFIG_HIGHMEM_START=0xfe000000
43492 +CONFIG_LOWMEM_SIZE=0x30000000
43493 +CONFIG_KERNEL_START=0xc0000000
43494 +CONFIG_TASK_SIZE=0xc0000000
43495 +CONFIG_BOOT_LOAD=0x00800000
43496 +
43497 +#
43498 +# Networking
43499 +#
43500 +CONFIG_NET=y
43501 +
43502 +#
43503 +# Networking options
43504 +#
43505 +CONFIG_PACKET=y
43506 +# CONFIG_PACKET_MMAP is not set
43507 +CONFIG_UNIX=y
43508 +CONFIG_XFRM=y
43509 +# CONFIG_XFRM_USER is not set
43510 +# CONFIG_XFRM_SUB_POLICY is not set
43511 +# CONFIG_XFRM_MIGRATE is not set
43512 +# CONFIG_XFRM_STATISTICS is not set
43513 +# CONFIG_NET_KEY is not set
43514 +CONFIG_INET=y
43515 +# CONFIG_IP_MULTICAST is not set
43516 +# CONFIG_IP_ADVANCED_ROUTER is not set
43517 +CONFIG_IP_FIB_HASH=y
43518 +CONFIG_IP_PNP=y
43519 +# CONFIG_IP_PNP_DHCP is not set
43520 +CONFIG_IP_PNP_BOOTP=y
43521 +# CONFIG_IP_PNP_RARP is not set
43522 +# CONFIG_NET_IPIP is not set
43523 +# CONFIG_NET_IPGRE is not set
43524 +# CONFIG_ARPD is not set
43525 +# CONFIG_SYN_COOKIES is not set
43526 +# CONFIG_INET_AH is not set
43527 +# CONFIG_INET_ESP is not set
43528 +# CONFIG_INET_IPCOMP is not set
43529 +# CONFIG_INET_XFRM_TUNNEL is not set
43530 +# CONFIG_INET_TUNNEL is not set
43531 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
43532 +CONFIG_INET_XFRM_MODE_TUNNEL=y
43533 +CONFIG_INET_XFRM_MODE_BEET=y
43534 +# CONFIG_INET_LRO is not set
43535 +CONFIG_INET_DIAG=y
43536 +CONFIG_INET_TCP_DIAG=y
43537 +# CONFIG_TCP_CONG_ADVANCED is not set
43538 +CONFIG_TCP_CONG_CUBIC=y
43539 +CONFIG_DEFAULT_TCP_CONG="cubic"
43540 +# CONFIG_TCP_MD5SIG is not set
43541 +# CONFIG_IP_VS is not set
43542 +# CONFIG_IPV6 is not set
43543 +# CONFIG_INET6_XFRM_TUNNEL is not set
43544 +# CONFIG_INET6_TUNNEL is not set
43545 +# CONFIG_NETWORK_SECMARK is not set
43546 +CONFIG_NETFILTER=y
43547 +# CONFIG_NETFILTER_DEBUG is not set
43548 +CONFIG_NETFILTER_ADVANCED=y
43549 +
43550 +#
43551 +# Core Netfilter Configuration
43552 +#
43553 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
43554 +# CONFIG_NETFILTER_NETLINK_LOG is not set
43555 +# CONFIG_NF_CONNTRACK is not set
43556 +CONFIG_NETFILTER_XTABLES=m
43557 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
43558 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
43559 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
43560 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
43561 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
43562 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
43563 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
43564 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
43565 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
43566 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
43567 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
43568 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
43569 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
43570 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
43571 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
43572 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
43573 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
43574 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
43575 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
43576 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
43577 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
43578 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
43579 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
43580 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
43581 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
43582 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
43583 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
43584 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
43585 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
43586 +
43587 +#
43588 +# IP: Netfilter Configuration
43589 +#
43590 +# CONFIG_IP_NF_QUEUE is not set
43591 +CONFIG_IP_NF_IPTABLES=m
43592 +# CONFIG_IP_NF_MATCH_RECENT is not set
43593 +# CONFIG_IP_NF_MATCH_ECN is not set
43594 +# CONFIG_IP_NF_MATCH_AH is not set
43595 +# CONFIG_IP_NF_MATCH_TTL is not set
43596 +# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
43597 +CONFIG_IP_NF_FILTER=m
43598 +# CONFIG_IP_NF_TARGET_REJECT is not set
43599 +# CONFIG_IP_NF_TARGET_LOG is not set
43600 +# CONFIG_IP_NF_TARGET_ULOG is not set
43601 +# CONFIG_IP_NF_MANGLE is not set
43602 +# CONFIG_IP_NF_RAW is not set
43603 +# CONFIG_IP_NF_ARPTABLES is not set
43604 +# CONFIG_IP_DCCP is not set
43605 +# CONFIG_IP_SCTP is not set
43606 +# CONFIG_TIPC is not set
43607 +# CONFIG_ATM is not set
43608 +# CONFIG_BRIDGE is not set
43609 +# CONFIG_VLAN_8021Q is not set
43610 +# CONFIG_DECNET is not set
43611 +# CONFIG_LLC2 is not set
43612 +# CONFIG_IPX is not set
43613 +# CONFIG_ATALK is not set
43614 +# CONFIG_X25 is not set
43615 +# CONFIG_LAPB is not set
43616 +# CONFIG_ECONET is not set
43617 +# CONFIG_WAN_ROUTER is not set
43618 +# CONFIG_NET_SCHED is not set
43619 +
43620 +#
43621 +# Network testing
43622 +#
43623 +CONFIG_NET_PKTGEN=y
43624 +# CONFIG_HAMRADIO is not set
43625 +# CONFIG_CAN is not set
43626 +# CONFIG_IRDA is not set
43627 +# CONFIG_BT is not set
43628 +# CONFIG_AF_RXRPC is not set
43629 +
43630 +#
43631 +# Wireless
43632 +#
43633 +# CONFIG_CFG80211 is not set
43634 +# CONFIG_WIRELESS_EXT is not set
43635 +# CONFIG_MAC80211 is not set
43636 +# CONFIG_IEEE80211 is not set
43637 +# CONFIG_RFKILL is not set
43638 +# CONFIG_NET_9P is not set
43639 +
43640 +#
43641 +# Device Drivers
43642 +#
43643 +
43644 +#
43645 +# Generic Driver Options
43646 +#
43647 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
43648 +CONFIG_STANDALONE=y
43649 +CONFIG_PREVENT_FIRMWARE_BUILD=y
43650 +# CONFIG_FW_LOADER is not set
43651 +# CONFIG_DEBUG_DRIVER is not set
43652 +# CONFIG_DEBUG_DEVRES is not set
43653 +# CONFIG_SYS_HYPERVISOR is not set
43654 +# CONFIG_CONNECTOR is not set
43655 +# CONFIG_MTD is not set
43656 +CONFIG_OF_DEVICE=y
43657 +CONFIG_PARPORT=m
43658 +CONFIG_PARPORT_PC=m
43659 +# CONFIG_PARPORT_PC_FIFO is not set
43660 +# CONFIG_PARPORT_PC_SUPERIO is not set
43661 +# CONFIG_PARPORT_GSC is not set
43662 +# CONFIG_PARPORT_AX88796 is not set
43663 +# CONFIG_PARPORT_1284 is not set
43664 +CONFIG_BLK_DEV=y
43665 +# CONFIG_BLK_DEV_FD is not set
43666 +# CONFIG_PARIDE is not set
43667 +# CONFIG_BLK_CPQ_DA is not set
43668 +# CONFIG_BLK_CPQ_CISS_DA is not set
43669 +# CONFIG_BLK_DEV_DAC960 is not set
43670 +# CONFIG_BLK_DEV_UMEM is not set
43671 +# CONFIG_BLK_DEV_COW_COMMON is not set
43672 +CONFIG_BLK_DEV_LOOP=m
43673 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
43674 +CONFIG_BLK_DEV_NBD=m
43675 +# CONFIG_BLK_DEV_SX8 is not set
43676 +CONFIG_BLK_DEV_RAM=y
43677 +CONFIG_BLK_DEV_RAM_COUNT=16
43678 +CONFIG_BLK_DEV_RAM_SIZE=32768
43679 +# CONFIG_BLK_DEV_XIP is not set
43680 +# CONFIG_CDROM_PKTCDVD is not set
43681 +# CONFIG_ATA_OVER_ETH is not set
43682 +CONFIG_MISC_DEVICES=y
43683 +# CONFIG_PHANTOM is not set
43684 +# CONFIG_EEPROM_93CX6 is not set
43685 +# CONFIG_SGI_IOC4 is not set
43686 +# CONFIG_TIFM_CORE is not set
43687 +# CONFIG_ENCLOSURE_SERVICES is not set
43688 +CONFIG_HAVE_IDE=y
43689 +CONFIG_IDE=y
43690 +CONFIG_IDE_MAX_HWIFS=4
43691 +CONFIG_BLK_DEV_IDE=y
43692 +
43693 +#
43694 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
43695 +#
43696 +# CONFIG_BLK_DEV_IDE_SATA is not set
43697 +CONFIG_BLK_DEV_IDEDISK=y
43698 +# CONFIG_IDEDISK_MULTI_MODE is not set
43699 +CONFIG_BLK_DEV_IDECD=m
43700 +CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
43701 +# CONFIG_BLK_DEV_IDETAPE is not set
43702 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
43703 +# CONFIG_BLK_DEV_IDESCSI is not set
43704 +# CONFIG_IDE_TASK_IOCTL is not set
43705 +CONFIG_IDE_PROC_FS=y
43706 +
43707 +#
43708 +# IDE chipset support/bugfixes
43709 +#
43710 +CONFIG_IDE_GENERIC=y
43711 +# CONFIG_BLK_DEV_PLATFORM is not set
43712 +
43713 +#
43714 +# PCI IDE chipsets support
43715 +#
43716 +# CONFIG_BLK_DEV_GENERIC is not set
43717 +# CONFIG_BLK_DEV_OPTI621 is not set
43718 +# CONFIG_BLK_DEV_AEC62XX is not set
43719 +# CONFIG_BLK_DEV_ALI15X3 is not set
43720 +# CONFIG_BLK_DEV_AMD74XX is not set
43721 +# CONFIG_BLK_DEV_CMD64X is not set
43722 +# CONFIG_BLK_DEV_TRIFLEX is not set
43723 +# CONFIG_BLK_DEV_CY82C693 is not set
43724 +# CONFIG_BLK_DEV_CS5520 is not set
43725 +# CONFIG_BLK_DEV_CS5530 is not set
43726 +# CONFIG_BLK_DEV_HPT34X is not set
43727 +# CONFIG_BLK_DEV_HPT366 is not set
43728 +# CONFIG_BLK_DEV_JMICRON is not set
43729 +# CONFIG_BLK_DEV_SC1200 is not set
43730 +# CONFIG_BLK_DEV_PIIX is not set
43731 +# CONFIG_BLK_DEV_IT8213 is not set
43732 +# CONFIG_BLK_DEV_IT821X is not set
43733 +# CONFIG_BLK_DEV_NS87415 is not set
43734 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
43735 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
43736 +# CONFIG_BLK_DEV_SVWKS is not set
43737 +# CONFIG_BLK_DEV_SIIMAGE is not set
43738 +# CONFIG_BLK_DEV_SL82C105 is not set
43739 +# CONFIG_BLK_DEV_SLC90E66 is not set
43740 +# CONFIG_BLK_DEV_TRM290 is not set
43741 +# CONFIG_BLK_DEV_VIA82CXXX is not set
43742 +# CONFIG_BLK_DEV_TC86C001 is not set
43743 +# CONFIG_BLK_DEV_IDEDMA is not set
43744 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
43745 +# CONFIG_BLK_DEV_HD is not set
43746 +
43747 +#
43748 +# SCSI device support
43749 +#
43750 +# CONFIG_RAID_ATTRS is not set
43751 +CONFIG_SCSI=m
43752 +CONFIG_SCSI_DMA=y
43753 +# CONFIG_SCSI_TGT is not set
43754 +# CONFIG_SCSI_NETLINK is not set
43755 +CONFIG_SCSI_PROC_FS=y
43756 +
43757 +#
43758 +# SCSI support type (disk, tape, CD-ROM)
43759 +#
43760 +CONFIG_BLK_DEV_SD=m
43761 +CONFIG_CHR_DEV_ST=m
43762 +# CONFIG_CHR_DEV_OSST is not set
43763 +CONFIG_BLK_DEV_SR=m
43764 +# CONFIG_BLK_DEV_SR_VENDOR is not set
43765 +CONFIG_CHR_DEV_SG=m
43766 +# CONFIG_CHR_DEV_SCH is not set
43767 +
43768 +#
43769 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
43770 +#
43771 +CONFIG_SCSI_MULTI_LUN=y
43772 +CONFIG_SCSI_CONSTANTS=y
43773 +# CONFIG_SCSI_LOGGING is not set
43774 +# CONFIG_SCSI_SCAN_ASYNC is not set
43775 +CONFIG_SCSI_WAIT_SCAN=m
43776 +
43777 +#
43778 +# SCSI Transports
43779 +#
43780 +# CONFIG_SCSI_SPI_ATTRS is not set
43781 +# CONFIG_SCSI_FC_ATTRS is not set
43782 +# CONFIG_SCSI_ISCSI_ATTRS is not set
43783 +# CONFIG_SCSI_SAS_LIBSAS is not set
43784 +# CONFIG_SCSI_SRP_ATTRS is not set
43785 +CONFIG_SCSI_LOWLEVEL=y
43786 +# CONFIG_ISCSI_TCP is not set
43787 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
43788 +# CONFIG_SCSI_3W_9XXX is not set
43789 +# CONFIG_SCSI_ACARD is not set
43790 +# CONFIG_SCSI_AACRAID is not set
43791 +# CONFIG_SCSI_AIC7XXX is not set
43792 +# CONFIG_SCSI_AIC7XXX_OLD is not set
43793 +# CONFIG_SCSI_AIC79XX is not set
43794 +# CONFIG_SCSI_AIC94XX is not set
43795 +# CONFIG_SCSI_DPT_I2O is not set
43796 +# CONFIG_SCSI_ADVANSYS is not set
43797 +# CONFIG_SCSI_ARCMSR is not set
43798 +# CONFIG_MEGARAID_NEWGEN is not set
43799 +# CONFIG_MEGARAID_LEGACY is not set
43800 +# CONFIG_MEGARAID_SAS is not set
43801 +# CONFIG_SCSI_HPTIOP is not set
43802 +# CONFIG_SCSI_BUSLOGIC is not set
43803 +# CONFIG_SCSI_DMX3191D is not set
43804 +# CONFIG_SCSI_EATA is not set
43805 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
43806 +# CONFIG_SCSI_GDTH is not set
43807 +# CONFIG_SCSI_IPS is not set
43808 +# CONFIG_SCSI_INITIO is not set
43809 +# CONFIG_SCSI_INIA100 is not set
43810 +# CONFIG_SCSI_PPA is not set
43811 +# CONFIG_SCSI_IMM is not set
43812 +# CONFIG_SCSI_MVSAS is not set
43813 +# CONFIG_SCSI_STEX is not set
43814 +# CONFIG_SCSI_SYM53C8XX_2 is not set
43815 +# CONFIG_SCSI_QLOGIC_1280 is not set
43816 +# CONFIG_SCSI_QLA_FC is not set
43817 +# CONFIG_SCSI_QLA_ISCSI is not set
43818 +# CONFIG_SCSI_LPFC is not set
43819 +# CONFIG_SCSI_DC395x is not set
43820 +# CONFIG_SCSI_DC390T is not set
43821 +# CONFIG_SCSI_NSP32 is not set
43822 +# CONFIG_SCSI_DEBUG is not set
43823 +# CONFIG_SCSI_SRP is not set
43824 +# CONFIG_ATA is not set
43825 +# CONFIG_MD is not set
43826 +# CONFIG_FUSION is not set
43827 +
43828 +#
43829 +# IEEE 1394 (FireWire) support
43830 +#
43831 +# CONFIG_FIREWIRE is not set
43832 +# CONFIG_IEEE1394 is not set
43833 +# CONFIG_I2O is not set
43834 +# CONFIG_MACINTOSH_DRIVERS is not set
43835 +CONFIG_NETDEVICES=y
43836 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
43837 +# CONFIG_DUMMY is not set
43838 +# CONFIG_BONDING is not set
43839 +# CONFIG_MACVLAN is not set
43840 +# CONFIG_EQUALIZER is not set
43841 +# CONFIG_TUN is not set
43842 +# CONFIG_VETH is not set
43843 +# CONFIG_ARCNET is not set
43844 +CONFIG_PHYLIB=y
43845 +
43846 +#
43847 +# MII PHY device drivers
43848 +#
43849 +CONFIG_MARVELL_PHY=y
43850 +# CONFIG_DAVICOM_PHY is not set
43851 +# CONFIG_QSEMI_PHY is not set
43852 +# CONFIG_LXT_PHY is not set
43853 +# CONFIG_CICADA_PHY is not set
43854 +# CONFIG_VITESSE_PHY is not set
43855 +# CONFIG_SMSC_PHY is not set
43856 +# CONFIG_BROADCOM_PHY is not set
43857 +# CONFIG_ICPLUS_PHY is not set
43858 +# CONFIG_REALTEK_PHY is not set
43859 +# CONFIG_FIXED_PHY is not set
43860 +# CONFIG_MDIO_BITBANG is not set
43861 +CONFIG_NET_ETHERNET=y
43862 +# CONFIG_MII is not set
43863 +# CONFIG_HAPPYMEAL is not set
43864 +# CONFIG_SUNGEM is not set
43865 +# CONFIG_CASSINI is not set
43866 +# CONFIG_NET_VENDOR_3COM is not set
43867 +# CONFIG_NET_TULIP is not set
43868 +# CONFIG_HP100 is not set
43869 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
43870 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
43871 +# CONFIG_IBM_NEW_EMAC_TAH is not set
43872 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
43873 +# CONFIG_NET_PCI is not set
43874 +# CONFIG_B44 is not set
43875 +# CONFIG_NET_POCKET is not set
43876 +# CONFIG_FS_ENET is not set
43877 +CONFIG_NETDEV_1000=y
43878 +# CONFIG_ACENIC is not set
43879 +# CONFIG_DL2K is not set
43880 +# CONFIG_E1000 is not set
43881 +# CONFIG_E1000E is not set
43882 +# CONFIG_E1000E_ENABLED is not set
43883 +# CONFIG_IP1000 is not set
43884 +# CONFIG_IGB is not set
43885 +# CONFIG_NS83820 is not set
43886 +# CONFIG_HAMACHI is not set
43887 +# CONFIG_YELLOWFIN is not set
43888 +# CONFIG_R8169 is not set
43889 +# CONFIG_SIS190 is not set
43890 +# CONFIG_SKGE is not set
43891 +# CONFIG_SKY2 is not set
43892 +# CONFIG_SK98LIN is not set
43893 +# CONFIG_VIA_VELOCITY is not set
43894 +# CONFIG_TIGON3 is not set
43895 +# CONFIG_BNX2 is not set
43896 +CONFIG_GIANFAR=y
43897 +CONFIG_GFAR_NAPI=y
43898 +# CONFIG_QLA3XXX is not set
43899 +# CONFIG_ATL1 is not set
43900 +CONFIG_NETDEV_10000=y
43901 +# CONFIG_CHELSIO_T1 is not set
43902 +# CONFIG_CHELSIO_T3 is not set
43903 +# CONFIG_IXGBE is not set
43904 +# CONFIG_IXGB is not set
43905 +# CONFIG_S2IO is not set
43906 +# CONFIG_MYRI10GE is not set
43907 +# CONFIG_NETXEN_NIC is not set
43908 +# CONFIG_NIU is not set
43909 +# CONFIG_MLX4_CORE is not set
43910 +# CONFIG_TEHUTI is not set
43911 +# CONFIG_BNX2X is not set
43912 +# CONFIG_TR is not set
43913 +
43914 +#
43915 +# Wireless LAN
43916 +#
43917 +# CONFIG_WLAN_PRE80211 is not set
43918 +# CONFIG_WLAN_80211 is not set
43919 +# CONFIG_WAN is not set
43920 +# CONFIG_FDDI is not set
43921 +# CONFIG_HIPPI is not set
43922 +# CONFIG_PLIP is not set
43923 +# CONFIG_PPP is not set
43924 +# CONFIG_SLIP is not set
43925 +# CONFIG_NET_FC is not set
43926 +# CONFIG_NETCONSOLE is not set
43927 +# CONFIG_NETPOLL is not set
43928 +# CONFIG_NET_POLL_CONTROLLER is not set
43929 +# CONFIG_ISDN is not set
43930 +# CONFIG_PHONE is not set
43931 +
43932 +#
43933 +# Input device support
43934 +#
43935 +CONFIG_INPUT=y
43936 +# CONFIG_INPUT_FF_MEMLESS is not set
43937 +# CONFIG_INPUT_POLLDEV is not set
43938 +
43939 +#
43940 +# Userland interfaces
43941 +#
43942 +CONFIG_INPUT_MOUSEDEV=y
43943 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
43944 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
43945 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
43946 +CONFIG_INPUT_JOYDEV=m
43947 +CONFIG_INPUT_EVDEV=m
43948 +# CONFIG_INPUT_EVBUG is not set
43949 +
43950 +#
43951 +# Input Device Drivers
43952 +#
43953 +CONFIG_INPUT_KEYBOARD=y
43954 +CONFIG_KEYBOARD_ATKBD=y
43955 +# CONFIG_KEYBOARD_SUNKBD is not set
43956 +# CONFIG_KEYBOARD_LKKBD is not set
43957 +# CONFIG_KEYBOARD_XTKBD is not set
43958 +# CONFIG_KEYBOARD_NEWTON is not set
43959 +# CONFIG_KEYBOARD_STOWAWAY is not set
43960 +CONFIG_INPUT_MOUSE=y
43961 +CONFIG_MOUSE_PS2=y
43962 +CONFIG_MOUSE_PS2_ALPS=y
43963 +CONFIG_MOUSE_PS2_LOGIPS2PP=y
43964 +CONFIG_MOUSE_PS2_SYNAPTICS=y
43965 +CONFIG_MOUSE_PS2_LIFEBOOK=y
43966 +CONFIG_MOUSE_PS2_TRACKPOINT=y
43967 +# CONFIG_MOUSE_PS2_TOUCHKIT is not set
43968 +# CONFIG_MOUSE_SERIAL is not set
43969 +# CONFIG_MOUSE_APPLETOUCH is not set
43970 +# CONFIG_MOUSE_VSXXXAA is not set
43971 +# CONFIG_INPUT_JOYSTICK is not set
43972 +# CONFIG_INPUT_TABLET is not set
43973 +# CONFIG_INPUT_TOUCHSCREEN is not set
43974 +# CONFIG_INPUT_MISC is not set
43975 +
43976 +#
43977 +# Hardware I/O ports
43978 +#
43979 +CONFIG_SERIO=y
43980 +CONFIG_SERIO_I8042=y
43981 +CONFIG_SERIO_SERPORT=y
43982 +# CONFIG_SERIO_PARKBD is not set
43983 +# CONFIG_SERIO_PCIPS2 is not set
43984 +CONFIG_SERIO_LIBPS2=y
43985 +# CONFIG_SERIO_RAW is not set
43986 +# CONFIG_GAMEPORT is not set
43987 +
43988 +#
43989 +# Character devices
43990 +#
43991 +# CONFIG_VT is not set
43992 +# CONFIG_SERIAL_NONSTANDARD is not set
43993 +# CONFIG_NOZOMI is not set
43994 +
43995 +#
43996 +# Serial drivers
43997 +#
43998 +# CONFIG_SERIAL_8250 is not set
43999 +
44000 +#
44001 +# Non-8250 serial port support
44002 +#
44003 +# CONFIG_SERIAL_UARTLITE is not set
44004 +CONFIG_SERIAL_CORE=y
44005 +CONFIG_SERIAL_CORE_CONSOLE=y
44006 +CONFIG_SERIAL_CPM=y
44007 +CONFIG_SERIAL_CPM_CONSOLE=y
44008 +# CONFIG_SERIAL_CPM_SCC1 is not set
44009 +CONFIG_SERIAL_CPM_SCC2=y
44010 +# CONFIG_SERIAL_CPM_SCC3 is not set
44011 +# CONFIG_SERIAL_CPM_SCC4 is not set
44012 +# CONFIG_SERIAL_CPM_SMC1 is not set
44013 +# CONFIG_SERIAL_CPM_SMC2 is not set
44014 +# CONFIG_SERIAL_JSM is not set
44015 +CONFIG_UNIX98_PTYS=y
44016 +CONFIG_LEGACY_PTYS=y
44017 +CONFIG_LEGACY_PTY_COUNT=256
44018 +CONFIG_PRINTER=m
44019 +# CONFIG_LP_CONSOLE is not set
44020 +# CONFIG_PPDEV is not set
44021 +# CONFIG_IPMI_HANDLER is not set
44022 +CONFIG_HW_RANDOM=m
44023 +# CONFIG_NVRAM is not set
44024 +# CONFIG_GEN_RTC is not set
44025 +# CONFIG_R3964 is not set
44026 +# CONFIG_APPLICOM is not set
44027 +# CONFIG_RAW_DRIVER is not set
44028 +# CONFIG_TCG_TPM is not set
44029 +CONFIG_DEVPORT=y
44030 +CONFIG_I2C=m
44031 +CONFIG_I2C_BOARDINFO=y
44032 +CONFIG_I2C_CHARDEV=m
44033 +
44034 +#
44035 +# I2C Algorithms
44036 +#
44037 +CONFIG_I2C_ALGOBIT=m
44038 +# CONFIG_I2C_ALGOPCF is not set
44039 +# CONFIG_I2C_ALGOPCA is not set
44040 +
44041 +#
44042 +# I2C Hardware Bus support
44043 +#
44044 +# CONFIG_I2C_ALI1535 is not set
44045 +# CONFIG_I2C_ALI1563 is not set
44046 +# CONFIG_I2C_ALI15X3 is not set
44047 +# CONFIG_I2C_AMD756 is not set
44048 +# CONFIG_I2C_AMD8111 is not set
44049 +# CONFIG_I2C_I801 is not set
44050 +# CONFIG_I2C_I810 is not set
44051 +# CONFIG_I2C_PIIX4 is not set
44052 +# CONFIG_I2C_MPC is not set
44053 +# CONFIG_I2C_NFORCE2 is not set
44054 +# CONFIG_I2C_OCORES is not set
44055 +# CONFIG_I2C_PARPORT is not set
44056 +# CONFIG_I2C_PARPORT_LIGHT is not set
44057 +# CONFIG_I2C_PROSAVAGE is not set
44058 +# CONFIG_I2C_SAVAGE4 is not set
44059 +# CONFIG_I2C_SIMTEC is not set
44060 +# CONFIG_I2C_SIS5595 is not set
44061 +# CONFIG_I2C_SIS630 is not set
44062 +# CONFIG_I2C_SIS96X is not set
44063 +# CONFIG_I2C_TAOS_EVM is not set
44064 +# CONFIG_I2C_STUB is not set
44065 +# CONFIG_I2C_VIA is not set
44066 +# CONFIG_I2C_VIAPRO is not set
44067 +# CONFIG_I2C_VOODOO3 is not set
44068 +
44069 +#
44070 +# Miscellaneous I2C Chip support
44071 +#
44072 +# CONFIG_DS1682 is not set
44073 +# CONFIG_SENSORS_EEPROM is not set
44074 +# CONFIG_SENSORS_PCF8574 is not set
44075 +# CONFIG_PCF8575 is not set
44076 +# CONFIG_SENSORS_PCF8591 is not set
44077 +# CONFIG_TPS65010 is not set
44078 +# CONFIG_SENSORS_MAX6875 is not set
44079 +# CONFIG_SENSORS_TSL2550 is not set
44080 +# CONFIG_I2C_DEBUG_CORE is not set
44081 +# CONFIG_I2C_DEBUG_ALGO is not set
44082 +# CONFIG_I2C_DEBUG_BUS is not set
44083 +# CONFIG_I2C_DEBUG_CHIP is not set
44084 +
44085 +#
44086 +# SPI support
44087 +#
44088 +# CONFIG_SPI is not set
44089 +# CONFIG_SPI_MASTER is not set
44090 +# CONFIG_W1 is not set
44091 +# CONFIG_POWER_SUPPLY is not set
44092 +CONFIG_HWMON=y
44093 +# CONFIG_HWMON_VID is not set
44094 +# CONFIG_SENSORS_AD7418 is not set
44095 +# CONFIG_SENSORS_ADM1021 is not set
44096 +# CONFIG_SENSORS_ADM1025 is not set
44097 +# CONFIG_SENSORS_ADM1026 is not set
44098 +# CONFIG_SENSORS_ADM1029 is not set
44099 +# CONFIG_SENSORS_ADM1031 is not set
44100 +# CONFIG_SENSORS_ADM9240 is not set
44101 +# CONFIG_SENSORS_ADT7470 is not set
44102 +# CONFIG_SENSORS_ADT7473 is not set
44103 +# CONFIG_SENSORS_ATXP1 is not set
44104 +# CONFIG_SENSORS_DS1621 is not set
44105 +# CONFIG_SENSORS_I5K_AMB is not set
44106 +# CONFIG_SENSORS_F71805F is not set
44107 +# CONFIG_SENSORS_F71882FG is not set
44108 +# CONFIG_SENSORS_F75375S is not set
44109 +# CONFIG_SENSORS_GL518SM is not set
44110 +# CONFIG_SENSORS_GL520SM is not set
44111 +# CONFIG_SENSORS_IT87 is not set
44112 +# CONFIG_SENSORS_LM63 is not set
44113 +# CONFIG_SENSORS_LM75 is not set
44114 +# CONFIG_SENSORS_LM77 is not set
44115 +# CONFIG_SENSORS_LM78 is not set
44116 +# CONFIG_SENSORS_LM80 is not set
44117 +# CONFIG_SENSORS_LM83 is not set
44118 +# CONFIG_SENSORS_LM85 is not set
44119 +# CONFIG_SENSORS_LM87 is not set
44120 +# CONFIG_SENSORS_LM90 is not set
44121 +# CONFIG_SENSORS_LM92 is not set
44122 +# CONFIG_SENSORS_LM93 is not set
44123 +# CONFIG_SENSORS_MAX1619 is not set
44124 +# CONFIG_SENSORS_MAX6650 is not set
44125 +# CONFIG_SENSORS_PC87360 is not set
44126 +# CONFIG_SENSORS_PC87427 is not set
44127 +# CONFIG_SENSORS_SIS5595 is not set
44128 +# CONFIG_SENSORS_DME1737 is not set
44129 +# CONFIG_SENSORS_SMSC47M1 is not set
44130 +# CONFIG_SENSORS_SMSC47M192 is not set
44131 +# CONFIG_SENSORS_SMSC47B397 is not set
44132 +# CONFIG_SENSORS_ADS7828 is not set
44133 +# CONFIG_SENSORS_THMC50 is not set
44134 +# CONFIG_SENSORS_VIA686A is not set
44135 +# CONFIG_SENSORS_VT1211 is not set
44136 +# CONFIG_SENSORS_VT8231 is not set
44137 +# CONFIG_SENSORS_W83781D is not set
44138 +# CONFIG_SENSORS_W83791D is not set
44139 +# CONFIG_SENSORS_W83792D is not set
44140 +# CONFIG_SENSORS_W83793 is not set
44141 +# CONFIG_SENSORS_W83L785TS is not set
44142 +# CONFIG_SENSORS_W83L786NG is not set
44143 +# CONFIG_SENSORS_W83627HF is not set
44144 +# CONFIG_SENSORS_W83627EHF is not set
44145 +# CONFIG_HWMON_DEBUG_CHIP is not set
44146 +# CONFIG_THERMAL is not set
44147 +# CONFIG_WATCHDOG is not set
44148 +
44149 +#
44150 +# Sonics Silicon Backplane
44151 +#
44152 +CONFIG_SSB_POSSIBLE=y
44153 +# CONFIG_SSB is not set
44154 +
44155 +#
44156 +# Multifunction device drivers
44157 +#
44158 +# CONFIG_MFD_SM501 is not set
44159 +
44160 +#
44161 +# Multimedia devices
44162 +#
44163 +# CONFIG_VIDEO_DEV is not set
44164 +# CONFIG_DVB_CORE is not set
44165 +CONFIG_DAB=y
44166 +
44167 +#
44168 +# Graphics support
44169 +#
44170 +CONFIG_AGP=m
44171 +CONFIG_DRM=m
44172 +# CONFIG_DRM_TDFX is not set
44173 +# CONFIG_DRM_R128 is not set
44174 +# CONFIG_DRM_RADEON is not set
44175 +# CONFIG_DRM_MGA is not set
44176 +# CONFIG_DRM_SIS is not set
44177 +# CONFIG_DRM_VIA is not set
44178 +# CONFIG_DRM_SAVAGE is not set
44179 +# CONFIG_VGASTATE is not set
44180 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
44181 +# CONFIG_FB is not set
44182 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
44183 +
44184 +#
44185 +# Display device support
44186 +#
44187 +# CONFIG_DISPLAY_SUPPORT is not set
44188 +
44189 +#
44190 +# Sound
44191 +#
44192 +CONFIG_SOUND=m
44193 +
44194 +#
44195 +# Advanced Linux Sound Architecture
44196 +#
44197 +# CONFIG_SND is not set
44198 +
44199 +#
44200 +# Open Sound System
44201 +#
44202 +# CONFIG_SOUND_PRIME is not set
44203 +CONFIG_HID_SUPPORT=y
44204 +CONFIG_HID=y
44205 +# CONFIG_HID_DEBUG is not set
44206 +# CONFIG_HIDRAW is not set
44207 +CONFIG_USB_SUPPORT=y
44208 +CONFIG_USB_ARCH_HAS_HCD=y
44209 +CONFIG_USB_ARCH_HAS_OHCI=y
44210 +CONFIG_USB_ARCH_HAS_EHCI=y
44211 +# CONFIG_USB is not set
44212 +
44213 +#
44214 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
44215 +#
44216 +# CONFIG_USB_GADGET is not set
44217 +# CONFIG_MMC is not set
44218 +# CONFIG_MEMSTICK is not set
44219 +# CONFIG_NEW_LEDS is not set
44220 +# CONFIG_INFINIBAND is not set
44221 +# CONFIG_EDAC is not set
44222 +# CONFIG_RTC_CLASS is not set
44223 +# CONFIG_DMADEVICES is not set
44224 +# CONFIG_AUXDISPLAY is not set
44225 +
44226 +#
44227 +# Userspace I/O
44228 +#
44229 +# CONFIG_UIO is not set
44230 +
44231 +#
44232 +# File systems
44233 +#
44234 +CONFIG_EXT2_FS=y
44235 +# CONFIG_EXT2_FS_XATTR is not set
44236 +# CONFIG_EXT2_FS_XIP is not set
44237 +CONFIG_EXT3_FS=y
44238 +CONFIG_EXT3_FS_XATTR=y
44239 +# CONFIG_EXT3_FS_POSIX_ACL is not set
44240 +# CONFIG_EXT3_FS_SECURITY is not set
44241 +# CONFIG_EXT4DEV_FS is not set
44242 +CONFIG_JBD=y
44243 +CONFIG_FS_MBCACHE=y
44244 +# CONFIG_REISERFS_FS is not set
44245 +# CONFIG_JFS_FS is not set
44246 +# CONFIG_FS_POSIX_ACL is not set
44247 +# CONFIG_XFS_FS is not set
44248 +# CONFIG_GFS2_FS is not set
44249 +# CONFIG_OCFS2_FS is not set
44250 +CONFIG_DNOTIFY=y
44251 +CONFIG_INOTIFY=y
44252 +CONFIG_INOTIFY_USER=y
44253 +# CONFIG_QUOTA is not set
44254 +CONFIG_AUTOFS_FS=m
44255 +CONFIG_AUTOFS4_FS=y
44256 +# CONFIG_FUSE_FS is not set
44257 +
44258 +#
44259 +# CD-ROM/DVD Filesystems
44260 +#
44261 +CONFIG_ISO9660_FS=m
44262 +# CONFIG_JOLIET is not set
44263 +# CONFIG_ZISOFS is not set
44264 +CONFIG_UDF_FS=m
44265 +CONFIG_UDF_NLS=y
44266 +
44267 +#
44268 +# DOS/FAT/NT Filesystems
44269 +#
44270 +CONFIG_FAT_FS=m
44271 +CONFIG_MSDOS_FS=m
44272 +CONFIG_VFAT_FS=m
44273 +CONFIG_FAT_DEFAULT_CODEPAGE=437
44274 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
44275 +# CONFIG_NTFS_FS is not set
44276 +
44277 +#
44278 +# Pseudo filesystems
44279 +#
44280 +CONFIG_PROC_FS=y
44281 +# CONFIG_PROC_KCORE is not set
44282 +CONFIG_PROC_SYSCTL=y
44283 +CONFIG_SYSFS=y
44284 +CONFIG_TMPFS=y
44285 +# CONFIG_TMPFS_POSIX_ACL is not set
44286 +# CONFIG_HUGETLB_PAGE is not set
44287 +# CONFIG_CONFIGFS_FS is not set
44288 +
44289 +#
44290 +# Miscellaneous filesystems
44291 +#
44292 +# CONFIG_ADFS_FS is not set
44293 +# CONFIG_AFFS_FS is not set
44294 +# CONFIG_HFS_FS is not set
44295 +# CONFIG_HFSPLUS_FS is not set
44296 +# CONFIG_BEFS_FS is not set
44297 +# CONFIG_BFS_FS is not set
44298 +# CONFIG_EFS_FS is not set
44299 +CONFIG_CRAMFS=m
44300 +# CONFIG_VXFS_FS is not set
44301 +# CONFIG_MINIX_FS is not set
44302 +# CONFIG_HPFS_FS is not set
44303 +# CONFIG_QNX4FS_FS is not set
44304 +# CONFIG_ROMFS_FS is not set
44305 +# CONFIG_SYSV_FS is not set
44306 +# CONFIG_UFS_FS is not set
44307 +CONFIG_NETWORK_FILESYSTEMS=y
44308 +CONFIG_NFS_FS=y
44309 +CONFIG_NFS_V3=y
44310 +# CONFIG_NFS_V3_ACL is not set
44311 +# CONFIG_NFS_V4 is not set
44312 +# CONFIG_NFS_DIRECTIO is not set
44313 +# CONFIG_NFSD is not set
44314 +CONFIG_ROOT_NFS=y
44315 +CONFIG_LOCKD=y
44316 +CONFIG_LOCKD_V4=y
44317 +CONFIG_NFS_COMMON=y
44318 +CONFIG_SUNRPC=y
44319 +# CONFIG_SUNRPC_BIND34 is not set
44320 +# CONFIG_RPCSEC_GSS_KRB5 is not set
44321 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
44322 +CONFIG_SMB_FS=m
44323 +# CONFIG_SMB_NLS_DEFAULT is not set
44324 +# CONFIG_CIFS is not set
44325 +# CONFIG_NCP_FS is not set
44326 +# CONFIG_CODA_FS is not set
44327 +# CONFIG_AFS_FS is not set
44328 +
44329 +#
44330 +# Partition Types
44331 +#
44332 +# CONFIG_PARTITION_ADVANCED is not set
44333 +CONFIG_MSDOS_PARTITION=y
44334 +CONFIG_NLS=y
44335 +CONFIG_NLS_DEFAULT="iso8859-1"
44336 +# CONFIG_NLS_CODEPAGE_437 is not set
44337 +# CONFIG_NLS_CODEPAGE_737 is not set
44338 +# CONFIG_NLS_CODEPAGE_775 is not set
44339 +# CONFIG_NLS_CODEPAGE_850 is not set
44340 +# CONFIG_NLS_CODEPAGE_852 is not set
44341 +# CONFIG_NLS_CODEPAGE_855 is not set
44342 +# CONFIG_NLS_CODEPAGE_857 is not set
44343 +# CONFIG_NLS_CODEPAGE_860 is not set
44344 +# CONFIG_NLS_CODEPAGE_861 is not set
44345 +# CONFIG_NLS_CODEPAGE_862 is not set
44346 +# CONFIG_NLS_CODEPAGE_863 is not set
44347 +# CONFIG_NLS_CODEPAGE_864 is not set
44348 +# CONFIG_NLS_CODEPAGE_865 is not set
44349 +# CONFIG_NLS_CODEPAGE_866 is not set
44350 +# CONFIG_NLS_CODEPAGE_869 is not set
44351 +# CONFIG_NLS_CODEPAGE_936 is not set
44352 +# CONFIG_NLS_CODEPAGE_950 is not set
44353 +# CONFIG_NLS_CODEPAGE_932 is not set
44354 +# CONFIG_NLS_CODEPAGE_949 is not set
44355 +# CONFIG_NLS_CODEPAGE_874 is not set
44356 +# CONFIG_NLS_ISO8859_8 is not set
44357 +# CONFIG_NLS_CODEPAGE_1250 is not set
44358 +# CONFIG_NLS_CODEPAGE_1251 is not set
44359 +# CONFIG_NLS_ASCII is not set
44360 +# CONFIG_NLS_ISO8859_1 is not set
44361 +# CONFIG_NLS_ISO8859_2 is not set
44362 +# CONFIG_NLS_ISO8859_3 is not set
44363 +# CONFIG_NLS_ISO8859_4 is not set
44364 +# CONFIG_NLS_ISO8859_5 is not set
44365 +# CONFIG_NLS_ISO8859_6 is not set
44366 +# CONFIG_NLS_ISO8859_7 is not set
44367 +# CONFIG_NLS_ISO8859_9 is not set
44368 +# CONFIG_NLS_ISO8859_13 is not set
44369 +# CONFIG_NLS_ISO8859_14 is not set
44370 +# CONFIG_NLS_ISO8859_15 is not set
44371 +# CONFIG_NLS_KOI8_R is not set
44372 +# CONFIG_NLS_KOI8_U is not set
44373 +# CONFIG_NLS_UTF8 is not set
44374 +# CONFIG_DLM is not set
44375 +
44376 +#
44377 +# Library routines
44378 +#
44379 +CONFIG_BITREVERSE=y
44380 +CONFIG_CRC_CCITT=y
44381 +# CONFIG_CRC16 is not set
44382 +# CONFIG_CRC_ITU_T is not set
44383 +CONFIG_CRC32=y
44384 +# CONFIG_CRC7 is not set
44385 +# CONFIG_LIBCRC32C is not set
44386 +CONFIG_ZLIB_INFLATE=m
44387 +CONFIG_PLIST=y
44388 +CONFIG_HAS_IOMEM=y
44389 +CONFIG_HAS_IOPORT=y
44390 +CONFIG_HAS_DMA=y
44391 +
44392 +#
44393 +# Kernel hacking
44394 +#
44395 +# CONFIG_PRINTK_TIME is not set
44396 +CONFIG_ENABLE_WARN_DEPRECATED=y
44397 +CONFIG_ENABLE_MUST_CHECK=y
44398 +# CONFIG_MAGIC_SYSRQ is not set
44399 +# CONFIG_UNUSED_SYMBOLS is not set
44400 +# CONFIG_DEBUG_FS is not set
44401 +# CONFIG_HEADERS_CHECK is not set
44402 +CONFIG_DEBUG_KERNEL=y
44403 +# CONFIG_DEBUG_SHIRQ is not set
44404 +CONFIG_DETECT_SOFTLOCKUP=y
44405 +CONFIG_SCHED_DEBUG=y
44406 +# CONFIG_SCHEDSTATS is not set
44407 +# CONFIG_TIMER_STATS is not set
44408 +# CONFIG_SLUB_DEBUG_ON is not set
44409 +# CONFIG_SLUB_STATS is not set
44410 +# CONFIG_DEBUG_RT_MUTEXES is not set
44411 +# CONFIG_RT_MUTEX_TESTER is not set
44412 +# CONFIG_DEBUG_SPINLOCK is not set
44413 +# CONFIG_DEBUG_MUTEXES is not set
44414 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
44415 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
44416 +# CONFIG_DEBUG_KOBJECT is not set
44417 +# CONFIG_DEBUG_HIGHMEM is not set
44418 +# CONFIG_DEBUG_BUGVERBOSE is not set
44419 +# CONFIG_DEBUG_INFO is not set
44420 +# CONFIG_DEBUG_VM is not set
44421 +# CONFIG_DEBUG_LIST is not set
44422 +# CONFIG_DEBUG_SG is not set
44423 +# CONFIG_BOOT_PRINTK_DELAY is not set
44424 +# CONFIG_RCU_TORTURE_TEST is not set
44425 +# CONFIG_BACKTRACE_SELF_TEST is not set
44426 +# CONFIG_FAULT_INJECTION is not set
44427 +# CONFIG_SAMPLES is not set
44428 +# CONFIG_DEBUG_STACKOVERFLOW is not set
44429 +# CONFIG_DEBUG_STACK_USAGE is not set
44430 +# CONFIG_DEBUG_PAGEALLOC is not set
44431 +# CONFIG_DEBUGGER is not set
44432 +# CONFIG_KGDB_CONSOLE is not set
44433 +CONFIG_BDI_SWITCH=y
44434 +# CONFIG_PPC_EARLY_DEBUG is not set
44435 +
44436 +#
44437 +# Security options
44438 +#
44439 +# CONFIG_KEYS is not set
44440 +# CONFIG_SECURITY is not set
44441 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
44442 +CONFIG_CRYPTO=y
44443 +# CONFIG_CRYPTO_SEQIV is not set
44444 +# CONFIG_CRYPTO_MANAGER is not set
44445 +# CONFIG_CRYPTO_HMAC is not set
44446 +# CONFIG_CRYPTO_XCBC is not set
44447 +# CONFIG_CRYPTO_NULL is not set
44448 +# CONFIG_CRYPTO_MD4 is not set
44449 +# CONFIG_CRYPTO_MD5 is not set
44450 +# CONFIG_CRYPTO_SHA1 is not set
44451 +# CONFIG_CRYPTO_SHA256 is not set
44452 +# CONFIG_CRYPTO_SHA512 is not set
44453 +# CONFIG_CRYPTO_WP512 is not set
44454 +# CONFIG_CRYPTO_TGR192 is not set
44455 +# CONFIG_CRYPTO_GF128MUL is not set
44456 +# CONFIG_CRYPTO_ECB is not set
44457 +# CONFIG_CRYPTO_CBC is not set
44458 +# CONFIG_CRYPTO_PCBC is not set
44459 +# CONFIG_CRYPTO_LRW is not set
44460 +# CONFIG_CRYPTO_XTS is not set
44461 +# CONFIG_CRYPTO_CTR is not set
44462 +# CONFIG_CRYPTO_GCM is not set
44463 +# CONFIG_CRYPTO_CCM is not set
44464 +# CONFIG_CRYPTO_CRYPTD is not set
44465 +# CONFIG_CRYPTO_DES is not set
44466 +# CONFIG_CRYPTO_FCRYPT is not set
44467 +# CONFIG_CRYPTO_BLOWFISH is not set
44468 +# CONFIG_CRYPTO_TWOFISH is not set
44469 +# CONFIG_CRYPTO_SERPENT is not set
44470 +# CONFIG_CRYPTO_AES is not set
44471 +# CONFIG_CRYPTO_CAST5 is not set
44472 +# CONFIG_CRYPTO_CAST6 is not set
44473 +# CONFIG_CRYPTO_TEA is not set
44474 +# CONFIG_CRYPTO_ARC4 is not set
44475 +# CONFIG_CRYPTO_KHAZAD is not set
44476 +# CONFIG_CRYPTO_ANUBIS is not set
44477 +# CONFIG_CRYPTO_SEED is not set
44478 +# CONFIG_CRYPTO_SALSA20 is not set
44479 +# CONFIG_CRYPTO_DEFLATE is not set
44480 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
44481 +# CONFIG_CRYPTO_CRC32C is not set
44482 +# CONFIG_CRYPTO_CAMELLIA is not set
44483 +# CONFIG_CRYPTO_TEST is not set
44484 +# CONFIG_CRYPTO_AUTHENC is not set
44485 +# CONFIG_CRYPTO_LZO is not set
44486 +CONFIG_CRYPTO_HW=y
44487 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
44488 +# CONFIG_PPC_CLOCK is not set
44489 +CONFIG_PPC_LIB_RHEAP=y
44490 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8540_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8540_defconfig
44491 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8540_defconfig        1970-01-01 01:00:00.000000000 +0100
44492 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8540_defconfig     2008-04-19 16:40:52.000000000 +0200
44493 @@ -0,0 +1,1097 @@
44494 +#
44495 +# Automatically generated make config: don't edit
44496 +# Linux kernel version: 2.6.25-rc6
44497 +# Mon Mar 24 08:48:43 2008
44498 +#
44499 +# CONFIG_PPC64 is not set
44500 +
44501 +#
44502 +# Processor support
44503 +#
44504 +# CONFIG_6xx is not set
44505 +CONFIG_PPC_85xx=y
44506 +# CONFIG_PPC_8xx is not set
44507 +# CONFIG_40x is not set
44508 +# CONFIG_44x is not set
44509 +# CONFIG_E200 is not set
44510 +CONFIG_E500=y
44511 +CONFIG_BOOKE=y
44512 +CONFIG_FSL_BOOKE=y
44513 +CONFIG_FSL_EMB_PERFMON=y
44514 +# CONFIG_PHYS_64BIT is not set
44515 +CONFIG_SPE=y
44516 +# CONFIG_PPC_MM_SLICES is not set
44517 +CONFIG_PPC32=y
44518 +CONFIG_WORD_SIZE=32
44519 +CONFIG_PPC_MERGE=y
44520 +CONFIG_MMU=y
44521 +CONFIG_GENERIC_CMOS_UPDATE=y
44522 +CONFIG_GENERIC_TIME=y
44523 +CONFIG_GENERIC_TIME_VSYSCALL=y
44524 +CONFIG_GENERIC_CLOCKEVENTS=y
44525 +CONFIG_GENERIC_HARDIRQS=y
44526 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
44527 +CONFIG_IRQ_PER_CPU=y
44528 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
44529 +CONFIG_ARCH_HAS_ILOG2_U32=y
44530 +CONFIG_GENERIC_HWEIGHT=y
44531 +CONFIG_GENERIC_CALIBRATE_DELAY=y
44532 +CONFIG_GENERIC_FIND_NEXT_BIT=y
44533 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
44534 +CONFIG_PPC=y
44535 +CONFIG_EARLY_PRINTK=y
44536 +CONFIG_GENERIC_NVRAM=y
44537 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
44538 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
44539 +CONFIG_PPC_OF=y
44540 +CONFIG_OF=y
44541 +CONFIG_PPC_UDBG_16550=y
44542 +# CONFIG_GENERIC_TBSYNC is not set
44543 +CONFIG_AUDIT_ARCH=y
44544 +CONFIG_GENERIC_BUG=y
44545 +CONFIG_DEFAULT_UIMAGE=y
44546 +# CONFIG_PPC_DCR_NATIVE is not set
44547 +# CONFIG_PPC_DCR_MMIO is not set
44548 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
44549 +
44550 +#
44551 +# General setup
44552 +#
44553 +CONFIG_EXPERIMENTAL=y
44554 +CONFIG_BROKEN_ON_SMP=y
44555 +CONFIG_INIT_ENV_ARG_LIMIT=32
44556 +CONFIG_LOCALVERSION=""
44557 +CONFIG_LOCALVERSION_AUTO=y
44558 +CONFIG_SWAP=y
44559 +CONFIG_SYSVIPC=y
44560 +CONFIG_SYSVIPC_SYSCTL=y
44561 +# CONFIG_POSIX_MQUEUE is not set
44562 +# CONFIG_BSD_PROCESS_ACCT is not set
44563 +# CONFIG_TASKSTATS is not set
44564 +# CONFIG_AUDIT is not set
44565 +# CONFIG_IKCONFIG is not set
44566 +CONFIG_LOG_BUF_SHIFT=14
44567 +# CONFIG_CGROUPS is not set
44568 +CONFIG_GROUP_SCHED=y
44569 +CONFIG_FAIR_GROUP_SCHED=y
44570 +# CONFIG_RT_GROUP_SCHED is not set
44571 +CONFIG_USER_SCHED=y
44572 +# CONFIG_CGROUP_SCHED is not set
44573 +CONFIG_SYSFS_DEPRECATED=y
44574 +CONFIG_SYSFS_DEPRECATED_V2=y
44575 +# CONFIG_RELAY is not set
44576 +# CONFIG_NAMESPACES is not set
44577 +CONFIG_BLK_DEV_INITRD=y
44578 +CONFIG_INITRAMFS_SOURCE=""
44579 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
44580 +CONFIG_SYSCTL=y
44581 +CONFIG_EMBEDDED=y
44582 +CONFIG_SYSCTL_SYSCALL=y
44583 +# CONFIG_KALLSYMS is not set
44584 +# CONFIG_HOTPLUG is not set
44585 +CONFIG_PRINTK=y
44586 +CONFIG_BUG=y
44587 +CONFIG_ELF_CORE=y
44588 +CONFIG_COMPAT_BRK=y
44589 +CONFIG_BASE_FULL=y
44590 +CONFIG_FUTEX=y
44591 +CONFIG_ANON_INODES=y
44592 +# CONFIG_EPOLL is not set
44593 +CONFIG_SIGNALFD=y
44594 +CONFIG_TIMERFD=y
44595 +CONFIG_EVENTFD=y
44596 +CONFIG_SHMEM=y
44597 +CONFIG_VM_EVENT_COUNTERS=y
44598 +CONFIG_SLUB_DEBUG=y
44599 +# CONFIG_SLAB is not set
44600 +CONFIG_SLUB=y
44601 +# CONFIG_SLOB is not set
44602 +# CONFIG_PROFILING is not set
44603 +# CONFIG_MARKERS is not set
44604 +CONFIG_HAVE_OPROFILE=y
44605 +CONFIG_HAVE_KPROBES=y
44606 +CONFIG_HAVE_KRETPROBES=y
44607 +CONFIG_PROC_PAGE_MONITOR=y
44608 +CONFIG_SLABINFO=y
44609 +CONFIG_RT_MUTEXES=y
44610 +# CONFIG_TINY_SHMEM is not set
44611 +CONFIG_BASE_SMALL=0
44612 +# CONFIG_MODULES is not set
44613 +CONFIG_BLOCK=y
44614 +# CONFIG_LBD is not set
44615 +# CONFIG_BLK_DEV_IO_TRACE is not set
44616 +# CONFIG_LSF is not set
44617 +# CONFIG_BLK_DEV_BSG is not set
44618 +
44619 +#
44620 +# IO Schedulers
44621 +#
44622 +CONFIG_IOSCHED_NOOP=y
44623 +CONFIG_IOSCHED_AS=y
44624 +CONFIG_IOSCHED_DEADLINE=y
44625 +CONFIG_IOSCHED_CFQ=y
44626 +CONFIG_DEFAULT_AS=y
44627 +# CONFIG_DEFAULT_DEADLINE is not set
44628 +# CONFIG_DEFAULT_CFQ is not set
44629 +# CONFIG_DEFAULT_NOOP is not set
44630 +CONFIG_DEFAULT_IOSCHED="anticipatory"
44631 +CONFIG_CLASSIC_RCU=y
44632 +
44633 +#
44634 +# Platform support
44635 +#
44636 +# CONFIG_PPC_MPC512x is not set
44637 +# CONFIG_PPC_MPC5121 is not set
44638 +# CONFIG_PPC_CELL is not set
44639 +# CONFIG_PPC_CELL_NATIVE is not set
44640 +# CONFIG_PQ2ADS is not set
44641 +CONFIG_MPC85xx=y
44642 +# CONFIG_MPC8540_ADS is not set
44643 +# CONFIG_MPC8560_ADS is not set
44644 +# CONFIG_MPC85xx_CDS is not set
44645 +# CONFIG_MPC85xx_MDS is not set
44646 +# CONFIG_MPC85xx_DS is not set
44647 +# CONFIG_STX_GP3 is not set
44648 +CONFIG_TQM8540=y
44649 +# CONFIG_TQM8541 is not set
44650 +# CONFIG_TQM8555 is not set
44651 +# CONFIG_TQM8560 is not set
44652 +# CONFIG_SBC8548 is not set
44653 +# CONFIG_SBC8560 is not set
44654 +CONFIG_TQM85xx=y
44655 +# CONFIG_IPIC is not set
44656 +CONFIG_MPIC=y
44657 +# CONFIG_MPIC_WEIRD is not set
44658 +# CONFIG_PPC_I8259 is not set
44659 +# CONFIG_PPC_RTAS is not set
44660 +# CONFIG_MMIO_NVRAM is not set
44661 +# CONFIG_PPC_MPC106 is not set
44662 +# CONFIG_PPC_970_NAP is not set
44663 +# CONFIG_PPC_INDIRECT_IO is not set
44664 +# CONFIG_GENERIC_IOMAP is not set
44665 +# CONFIG_CPU_FREQ is not set
44666 +# CONFIG_CPM2 is not set
44667 +CONFIG_PPC_CPM_NEW_BINDING=y
44668 +# CONFIG_FSL_ULI1575 is not set
44669 +
44670 +#
44671 +# Kernel options
44672 +#
44673 +# CONFIG_HIGHMEM is not set
44674 +# CONFIG_TICK_ONESHOT is not set
44675 +# CONFIG_NO_HZ is not set
44676 +# CONFIG_HIGH_RES_TIMERS is not set
44677 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
44678 +# CONFIG_HZ_100 is not set
44679 +CONFIG_HZ_250=y
44680 +# CONFIG_HZ_300 is not set
44681 +# CONFIG_HZ_1000 is not set
44682 +CONFIG_HZ=250
44683 +# CONFIG_SCHED_HRTICK is not set
44684 +CONFIG_PREEMPT_NONE=y
44685 +# CONFIG_PREEMPT_VOLUNTARY is not set
44686 +# CONFIG_PREEMPT is not set
44687 +CONFIG_BINFMT_ELF=y
44688 +# CONFIG_BINFMT_MISC is not set
44689 +CONFIG_MATH_EMULATION=y
44690 +# CONFIG_IOMMU_HELPER is not set
44691 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
44692 +CONFIG_ARCH_HAS_WALK_MEMORY=y
44693 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
44694 +CONFIG_ARCH_FLATMEM_ENABLE=y
44695 +CONFIG_ARCH_POPULATES_NODE_MAP=y
44696 +CONFIG_SELECT_MEMORY_MODEL=y
44697 +CONFIG_FLATMEM_MANUAL=y
44698 +# CONFIG_DISCONTIGMEM_MANUAL is not set
44699 +# CONFIG_SPARSEMEM_MANUAL is not set
44700 +CONFIG_FLATMEM=y
44701 +CONFIG_FLAT_NODE_MEM_MAP=y
44702 +# CONFIG_SPARSEMEM_STATIC is not set
44703 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
44704 +CONFIG_SPLIT_PTLOCK_CPUS=4
44705 +# CONFIG_RESOURCES_64BIT is not set
44706 +CONFIG_ZONE_DMA_FLAG=1
44707 +CONFIG_BOUNCE=y
44708 +CONFIG_VIRT_TO_BUS=y
44709 +# CONFIG_PROC_DEVICETREE is not set
44710 +# CONFIG_CMDLINE_BOOL is not set
44711 +# CONFIG_PM is not set
44712 +CONFIG_SECCOMP=y
44713 +CONFIG_ISA_DMA_API=y
44714 +
44715 +#
44716 +# Bus options
44717 +#
44718 +CONFIG_ZONE_DMA=y
44719 +CONFIG_PPC_INDIRECT_PCI=y
44720 +CONFIG_FSL_SOC=y
44721 +CONFIG_FSL_PCI=y
44722 +CONFIG_PCI=y
44723 +CONFIG_PCI_DOMAINS=y
44724 +CONFIG_PCI_SYSCALL=y
44725 +# CONFIG_PCIEPORTBUS is not set
44726 +CONFIG_ARCH_SUPPORTS_MSI=y
44727 +# CONFIG_PCI_MSI is not set
44728 +CONFIG_PCI_LEGACY=y
44729 +
44730 +#
44731 +# Advanced setup
44732 +#
44733 +# CONFIG_ADVANCED_OPTIONS is not set
44734 +
44735 +#
44736 +# Default settings for advanced configuration options are used
44737 +#
44738 +CONFIG_HIGHMEM_START=0xfe000000
44739 +CONFIG_LOWMEM_SIZE=0x30000000
44740 +CONFIG_KERNEL_START=0xc0000000
44741 +CONFIG_TASK_SIZE=0xc0000000
44742 +CONFIG_BOOT_LOAD=0x00800000
44743 +
44744 +#
44745 +# Networking
44746 +#
44747 +CONFIG_NET=y
44748 +
44749 +#
44750 +# Networking options
44751 +#
44752 +CONFIG_PACKET=y
44753 +# CONFIG_PACKET_MMAP is not set
44754 +CONFIG_UNIX=y
44755 +CONFIG_XFRM=y
44756 +# CONFIG_XFRM_USER is not set
44757 +# CONFIG_XFRM_SUB_POLICY is not set
44758 +# CONFIG_XFRM_MIGRATE is not set
44759 +# CONFIG_XFRM_STATISTICS is not set
44760 +# CONFIG_NET_KEY is not set
44761 +CONFIG_INET=y
44762 +CONFIG_IP_MULTICAST=y
44763 +# CONFIG_IP_ADVANCED_ROUTER is not set
44764 +CONFIG_IP_FIB_HASH=y
44765 +CONFIG_IP_PNP=y
44766 +CONFIG_IP_PNP_DHCP=y
44767 +CONFIG_IP_PNP_BOOTP=y
44768 +# CONFIG_IP_PNP_RARP is not set
44769 +# CONFIG_NET_IPIP is not set
44770 +# CONFIG_NET_IPGRE is not set
44771 +# CONFIG_IP_MROUTE is not set
44772 +# CONFIG_ARPD is not set
44773 +CONFIG_SYN_COOKIES=y
44774 +# CONFIG_INET_AH is not set
44775 +# CONFIG_INET_ESP is not set
44776 +# CONFIG_INET_IPCOMP is not set
44777 +# CONFIG_INET_XFRM_TUNNEL is not set
44778 +# CONFIG_INET_TUNNEL is not set
44779 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
44780 +CONFIG_INET_XFRM_MODE_TUNNEL=y
44781 +CONFIG_INET_XFRM_MODE_BEET=y
44782 +# CONFIG_INET_LRO is not set
44783 +CONFIG_INET_DIAG=y
44784 +CONFIG_INET_TCP_DIAG=y
44785 +# CONFIG_TCP_CONG_ADVANCED is not set
44786 +CONFIG_TCP_CONG_CUBIC=y
44787 +CONFIG_DEFAULT_TCP_CONG="cubic"
44788 +# CONFIG_TCP_MD5SIG is not set
44789 +# CONFIG_IPV6 is not set
44790 +# CONFIG_INET6_XFRM_TUNNEL is not set
44791 +# CONFIG_INET6_TUNNEL is not set
44792 +# CONFIG_NETWORK_SECMARK is not set
44793 +# CONFIG_NETFILTER is not set
44794 +# CONFIG_IP_DCCP is not set
44795 +# CONFIG_IP_SCTP is not set
44796 +# CONFIG_TIPC is not set
44797 +# CONFIG_ATM is not set
44798 +# CONFIG_BRIDGE is not set
44799 +# CONFIG_VLAN_8021Q is not set
44800 +# CONFIG_DECNET is not set
44801 +# CONFIG_LLC2 is not set
44802 +# CONFIG_IPX is not set
44803 +# CONFIG_ATALK is not set
44804 +# CONFIG_X25 is not set
44805 +# CONFIG_LAPB is not set
44806 +# CONFIG_ECONET is not set
44807 +# CONFIG_WAN_ROUTER is not set
44808 +# CONFIG_NET_SCHED is not set
44809 +
44810 +#
44811 +# Network testing
44812 +#
44813 +# CONFIG_NET_PKTGEN is not set
44814 +# CONFIG_HAMRADIO is not set
44815 +# CONFIG_CAN is not set
44816 +# CONFIG_IRDA is not set
44817 +# CONFIG_BT is not set
44818 +# CONFIG_AF_RXRPC is not set
44819 +
44820 +#
44821 +# Wireless
44822 +#
44823 +# CONFIG_CFG80211 is not set
44824 +# CONFIG_WIRELESS_EXT is not set
44825 +# CONFIG_MAC80211 is not set
44826 +# CONFIG_IEEE80211 is not set
44827 +# CONFIG_RFKILL is not set
44828 +# CONFIG_NET_9P is not set
44829 +
44830 +#
44831 +# Device Drivers
44832 +#
44833 +
44834 +#
44835 +# Generic Driver Options
44836 +#
44837 +CONFIG_STANDALONE=y
44838 +CONFIG_PREVENT_FIRMWARE_BUILD=y
44839 +# CONFIG_SYS_HYPERVISOR is not set
44840 +# CONFIG_CONNECTOR is not set
44841 +CONFIG_MTD=y
44842 +# CONFIG_MTD_DEBUG is not set
44843 +CONFIG_MTD_CONCAT=y
44844 +CONFIG_MTD_PARTITIONS=y
44845 +# CONFIG_MTD_REDBOOT_PARTS is not set
44846 +CONFIG_MTD_CMDLINE_PARTS=y
44847 +# CONFIG_MTD_OF_PARTS is not set
44848 +
44849 +#
44850 +# User Modules And Translation Layers
44851 +#
44852 +CONFIG_MTD_CHAR=y
44853 +CONFIG_MTD_BLKDEVS=y
44854 +CONFIG_MTD_BLOCK=y
44855 +# CONFIG_FTL is not set
44856 +# CONFIG_NFTL is not set
44857 +# CONFIG_INFTL is not set
44858 +# CONFIG_RFD_FTL is not set
44859 +# CONFIG_SSFDC is not set
44860 +# CONFIG_MTD_OOPS is not set
44861 +
44862 +#
44863 +# RAM/ROM/Flash chip drivers
44864 +#
44865 +CONFIG_MTD_CFI=y
44866 +# CONFIG_MTD_JEDECPROBE is not set
44867 +CONFIG_MTD_GEN_PROBE=y
44868 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
44869 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
44870 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
44871 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
44872 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
44873 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
44874 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
44875 +CONFIG_MTD_CFI_I1=y
44876 +CONFIG_MTD_CFI_I2=y
44877 +# CONFIG_MTD_CFI_I4 is not set
44878 +# CONFIG_MTD_CFI_I8 is not set
44879 +# CONFIG_MTD_CFI_INTELEXT is not set
44880 +CONFIG_MTD_CFI_AMDSTD=y
44881 +# CONFIG_MTD_CFI_STAA is not set
44882 +CONFIG_MTD_CFI_UTIL=y
44883 +# CONFIG_MTD_RAM is not set
44884 +# CONFIG_MTD_ROM is not set
44885 +# CONFIG_MTD_ABSENT is not set
44886 +
44887 +#
44888 +# Mapping drivers for chip access
44889 +#
44890 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
44891 +# CONFIG_MTD_PHYSMAP is not set
44892 +# CONFIG_MTD_PHYSMAP_OF is not set
44893 +# CONFIG_MTD_INTEL_VR_NOR is not set
44894 +# CONFIG_MTD_PLATRAM is not set
44895 +
44896 +#
44897 +# Self-contained MTD device drivers
44898 +#
44899 +# CONFIG_MTD_PMC551 is not set
44900 +# CONFIG_MTD_SLRAM is not set
44901 +# CONFIG_MTD_PHRAM is not set
44902 +# CONFIG_MTD_MTDRAM is not set
44903 +# CONFIG_MTD_BLOCK2MTD is not set
44904 +
44905 +#
44906 +# Disk-On-Chip Device Drivers
44907 +#
44908 +# CONFIG_MTD_DOC2000 is not set
44909 +# CONFIG_MTD_DOC2001 is not set
44910 +# CONFIG_MTD_DOC2001PLUS is not set
44911 +# CONFIG_MTD_NAND is not set
44912 +# CONFIG_MTD_ONENAND is not set
44913 +
44914 +#
44915 +# UBI - Unsorted block images
44916 +#
44917 +# CONFIG_MTD_UBI is not set
44918 +CONFIG_OF_DEVICE=y
44919 +# CONFIG_PARPORT is not set
44920 +CONFIG_BLK_DEV=y
44921 +# CONFIG_BLK_DEV_FD is not set
44922 +# CONFIG_BLK_CPQ_DA is not set
44923 +# CONFIG_BLK_CPQ_CISS_DA is not set
44924 +# CONFIG_BLK_DEV_DAC960 is not set
44925 +# CONFIG_BLK_DEV_UMEM is not set
44926 +# CONFIG_BLK_DEV_COW_COMMON is not set
44927 +CONFIG_BLK_DEV_LOOP=y
44928 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
44929 +# CONFIG_BLK_DEV_NBD is not set
44930 +# CONFIG_BLK_DEV_SX8 is not set
44931 +CONFIG_BLK_DEV_RAM=y
44932 +CONFIG_BLK_DEV_RAM_COUNT=16
44933 +CONFIG_BLK_DEV_RAM_SIZE=32768
44934 +# CONFIG_BLK_DEV_XIP is not set
44935 +# CONFIG_CDROM_PKTCDVD is not set
44936 +# CONFIG_ATA_OVER_ETH is not set
44937 +CONFIG_MISC_DEVICES=y
44938 +# CONFIG_PHANTOM is not set
44939 +# CONFIG_EEPROM_93CX6 is not set
44940 +# CONFIG_SGI_IOC4 is not set
44941 +# CONFIG_TIFM_CORE is not set
44942 +# CONFIG_ENCLOSURE_SERVICES is not set
44943 +CONFIG_HAVE_IDE=y
44944 +CONFIG_IDE=y
44945 +CONFIG_IDE_MAX_HWIFS=4
44946 +CONFIG_BLK_DEV_IDE=y
44947 +
44948 +#
44949 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
44950 +#
44951 +# CONFIG_BLK_DEV_IDE_SATA is not set
44952 +CONFIG_BLK_DEV_IDEDISK=y
44953 +# CONFIG_IDEDISK_MULTI_MODE is not set
44954 +# CONFIG_BLK_DEV_IDECD is not set
44955 +# CONFIG_BLK_DEV_IDETAPE is not set
44956 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
44957 +# CONFIG_IDE_TASK_IOCTL is not set
44958 +CONFIG_IDE_PROC_FS=y
44959 +
44960 +#
44961 +# IDE chipset support/bugfixes
44962 +#
44963 +CONFIG_IDE_GENERIC=y
44964 +# CONFIG_BLK_DEV_PLATFORM is not set
44965 +CONFIG_BLK_DEV_IDEDMA_SFF=y
44966 +
44967 +#
44968 +# PCI IDE chipsets support
44969 +#
44970 +CONFIG_BLK_DEV_IDEPCI=y
44971 +CONFIG_IDEPCI_PCIBUS_ORDER=y
44972 +# CONFIG_BLK_DEV_OFFBOARD is not set
44973 +CONFIG_BLK_DEV_GENERIC=y
44974 +# CONFIG_BLK_DEV_OPTI621 is not set
44975 +CONFIG_BLK_DEV_IDEDMA_PCI=y
44976 +# CONFIG_BLK_DEV_AEC62XX is not set
44977 +# CONFIG_BLK_DEV_ALI15X3 is not set
44978 +# CONFIG_BLK_DEV_AMD74XX is not set
44979 +# CONFIG_BLK_DEV_CMD64X is not set
44980 +# CONFIG_BLK_DEV_TRIFLEX is not set
44981 +# CONFIG_BLK_DEV_CY82C693 is not set
44982 +# CONFIG_BLK_DEV_CS5520 is not set
44983 +# CONFIG_BLK_DEV_CS5530 is not set
44984 +# CONFIG_BLK_DEV_HPT34X is not set
44985 +# CONFIG_BLK_DEV_HPT366 is not set
44986 +# CONFIG_BLK_DEV_JMICRON is not set
44987 +# CONFIG_BLK_DEV_SC1200 is not set
44988 +# CONFIG_BLK_DEV_PIIX is not set
44989 +# CONFIG_BLK_DEV_IT8213 is not set
44990 +# CONFIG_BLK_DEV_IT821X is not set
44991 +# CONFIG_BLK_DEV_NS87415 is not set
44992 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
44993 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
44994 +# CONFIG_BLK_DEV_SVWKS is not set
44995 +# CONFIG_BLK_DEV_SIIMAGE is not set
44996 +# CONFIG_BLK_DEV_SL82C105 is not set
44997 +# CONFIG_BLK_DEV_SLC90E66 is not set
44998 +# CONFIG_BLK_DEV_TRM290 is not set
44999 +CONFIG_BLK_DEV_VIA82CXXX=y
45000 +# CONFIG_BLK_DEV_TC86C001 is not set
45001 +CONFIG_BLK_DEV_IDEDMA=y
45002 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
45003 +# CONFIG_BLK_DEV_HD is not set
45004 +
45005 +#
45006 +# SCSI device support
45007 +#
45008 +# CONFIG_RAID_ATTRS is not set
45009 +# CONFIG_SCSI is not set
45010 +# CONFIG_SCSI_DMA is not set
45011 +# CONFIG_SCSI_NETLINK is not set
45012 +# CONFIG_ATA is not set
45013 +# CONFIG_MD is not set
45014 +# CONFIG_FUSION is not set
45015 +
45016 +#
45017 +# IEEE 1394 (FireWire) support
45018 +#
45019 +# CONFIG_FIREWIRE is not set
45020 +# CONFIG_IEEE1394 is not set
45021 +# CONFIG_I2O is not set
45022 +# CONFIG_MACINTOSH_DRIVERS is not set
45023 +CONFIG_NETDEVICES=y
45024 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
45025 +# CONFIG_DUMMY is not set
45026 +# CONFIG_BONDING is not set
45027 +# CONFIG_MACVLAN is not set
45028 +# CONFIG_EQUALIZER is not set
45029 +# CONFIG_TUN is not set
45030 +# CONFIG_VETH is not set
45031 +# CONFIG_ARCNET is not set
45032 +CONFIG_PHYLIB=y
45033 +
45034 +#
45035 +# MII PHY device drivers
45036 +#
45037 +# CONFIG_MARVELL_PHY is not set
45038 +# CONFIG_DAVICOM_PHY is not set
45039 +# CONFIG_QSEMI_PHY is not set
45040 +# CONFIG_LXT_PHY is not set
45041 +# CONFIG_CICADA_PHY is not set
45042 +# CONFIG_VITESSE_PHY is not set
45043 +# CONFIG_SMSC_PHY is not set
45044 +# CONFIG_BROADCOM_PHY is not set
45045 +# CONFIG_ICPLUS_PHY is not set
45046 +# CONFIG_REALTEK_PHY is not set
45047 +# CONFIG_FIXED_PHY is not set
45048 +# CONFIG_MDIO_BITBANG is not set
45049 +CONFIG_NET_ETHERNET=y
45050 +CONFIG_MII=y
45051 +# CONFIG_HAPPYMEAL is not set
45052 +# CONFIG_SUNGEM is not set
45053 +# CONFIG_CASSINI is not set
45054 +# CONFIG_NET_VENDOR_3COM is not set
45055 +# CONFIG_NET_TULIP is not set
45056 +# CONFIG_HP100 is not set
45057 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
45058 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
45059 +# CONFIG_IBM_NEW_EMAC_TAH is not set
45060 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
45061 +CONFIG_NET_PCI=y
45062 +# CONFIG_PCNET32 is not set
45063 +# CONFIG_AMD8111_ETH is not set
45064 +# CONFIG_ADAPTEC_STARFIRE is not set
45065 +# CONFIG_B44 is not set
45066 +# CONFIG_FORCEDETH is not set
45067 +# CONFIG_EEPRO100 is not set
45068 +CONFIG_E100=y
45069 +# CONFIG_FEALNX is not set
45070 +# CONFIG_NATSEMI is not set
45071 +# CONFIG_NE2K_PCI is not set
45072 +# CONFIG_8139CP is not set
45073 +# CONFIG_8139TOO is not set
45074 +# CONFIG_R6040 is not set
45075 +# CONFIG_SIS900 is not set
45076 +# CONFIG_EPIC100 is not set
45077 +# CONFIG_SUNDANCE is not set
45078 +# CONFIG_TLAN is not set
45079 +# CONFIG_VIA_RHINE is not set
45080 +# CONFIG_SC92031 is not set
45081 +CONFIG_NETDEV_1000=y
45082 +# CONFIG_ACENIC is not set
45083 +# CONFIG_DL2K is not set
45084 +# CONFIG_E1000 is not set
45085 +# CONFIG_E1000E is not set
45086 +# CONFIG_E1000E_ENABLED is not set
45087 +# CONFIG_IP1000 is not set
45088 +# CONFIG_IGB is not set
45089 +# CONFIG_NS83820 is not set
45090 +# CONFIG_HAMACHI is not set
45091 +# CONFIG_YELLOWFIN is not set
45092 +# CONFIG_R8169 is not set
45093 +# CONFIG_SIS190 is not set
45094 +# CONFIG_SKGE is not set
45095 +# CONFIG_SKY2 is not set
45096 +# CONFIG_SK98LIN is not set
45097 +# CONFIG_VIA_VELOCITY is not set
45098 +# CONFIG_TIGON3 is not set
45099 +# CONFIG_BNX2 is not set
45100 +CONFIG_GIANFAR=y
45101 +CONFIG_GFAR_NAPI=y
45102 +# CONFIG_QLA3XXX is not set
45103 +# CONFIG_ATL1 is not set
45104 +CONFIG_NETDEV_10000=y
45105 +# CONFIG_CHELSIO_T1 is not set
45106 +# CONFIG_CHELSIO_T3 is not set
45107 +# CONFIG_IXGBE is not set
45108 +# CONFIG_IXGB is not set
45109 +# CONFIG_S2IO is not set
45110 +# CONFIG_MYRI10GE is not set
45111 +# CONFIG_NETXEN_NIC is not set
45112 +# CONFIG_NIU is not set
45113 +# CONFIG_MLX4_CORE is not set
45114 +# CONFIG_TEHUTI is not set
45115 +# CONFIG_BNX2X is not set
45116 +# CONFIG_TR is not set
45117 +
45118 +#
45119 +# Wireless LAN
45120 +#
45121 +# CONFIG_WLAN_PRE80211 is not set
45122 +# CONFIG_WLAN_80211 is not set
45123 +# CONFIG_WAN is not set
45124 +# CONFIG_FDDI is not set
45125 +# CONFIG_HIPPI is not set
45126 +# CONFIG_PPP is not set
45127 +# CONFIG_SLIP is not set
45128 +# CONFIG_NETCONSOLE is not set
45129 +# CONFIG_NETPOLL is not set
45130 +# CONFIG_NET_POLL_CONTROLLER is not set
45131 +# CONFIG_ISDN is not set
45132 +# CONFIG_PHONE is not set
45133 +
45134 +#
45135 +# Input device support
45136 +#
45137 +CONFIG_INPUT=y
45138 +# CONFIG_INPUT_FF_MEMLESS is not set
45139 +# CONFIG_INPUT_POLLDEV is not set
45140 +
45141 +#
45142 +# Userland interfaces
45143 +#
45144 +# CONFIG_INPUT_MOUSEDEV is not set
45145 +# CONFIG_INPUT_JOYDEV is not set
45146 +# CONFIG_INPUT_EVDEV is not set
45147 +# CONFIG_INPUT_EVBUG is not set
45148 +
45149 +#
45150 +# Input Device Drivers
45151 +#
45152 +# CONFIG_INPUT_KEYBOARD is not set
45153 +# CONFIG_INPUT_MOUSE is not set
45154 +# CONFIG_INPUT_JOYSTICK is not set
45155 +# CONFIG_INPUT_TABLET is not set
45156 +# CONFIG_INPUT_TOUCHSCREEN is not set
45157 +# CONFIG_INPUT_MISC is not set
45158 +
45159 +#
45160 +# Hardware I/O ports
45161 +#
45162 +# CONFIG_SERIO is not set
45163 +# CONFIG_GAMEPORT is not set
45164 +
45165 +#
45166 +# Character devices
45167 +#
45168 +# CONFIG_VT is not set
45169 +# CONFIG_SERIAL_NONSTANDARD is not set
45170 +# CONFIG_NOZOMI is not set
45171 +
45172 +#
45173 +# Serial drivers
45174 +#
45175 +CONFIG_SERIAL_8250=y
45176 +CONFIG_SERIAL_8250_CONSOLE=y
45177 +CONFIG_SERIAL_8250_PCI=y
45178 +CONFIG_SERIAL_8250_NR_UARTS=4
45179 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
45180 +# CONFIG_SERIAL_8250_EXTENDED is not set
45181 +CONFIG_SERIAL_8250_SHARE_IRQ=y
45182 +
45183 +#
45184 +# Non-8250 serial port support
45185 +#
45186 +# CONFIG_SERIAL_UARTLITE is not set
45187 +CONFIG_SERIAL_CORE=y
45188 +CONFIG_SERIAL_CORE_CONSOLE=y
45189 +# CONFIG_SERIAL_JSM is not set
45190 +# CONFIG_SERIAL_OF_PLATFORM is not set
45191 +CONFIG_UNIX98_PTYS=y
45192 +CONFIG_LEGACY_PTYS=y
45193 +CONFIG_LEGACY_PTY_COUNT=256
45194 +# CONFIG_IPMI_HANDLER is not set
45195 +CONFIG_HW_RANDOM=y
45196 +# CONFIG_NVRAM is not set
45197 +CONFIG_GEN_RTC=y
45198 +# CONFIG_GEN_RTC_X is not set
45199 +# CONFIG_R3964 is not set
45200 +# CONFIG_APPLICOM is not set
45201 +# CONFIG_RAW_DRIVER is not set
45202 +# CONFIG_TCG_TPM is not set
45203 +CONFIG_DEVPORT=y
45204 +CONFIG_I2C=y
45205 +CONFIG_I2C_BOARDINFO=y
45206 +CONFIG_I2C_CHARDEV=y
45207 +
45208 +#
45209 +# I2C Algorithms
45210 +#
45211 +# CONFIG_I2C_ALGOBIT is not set
45212 +# CONFIG_I2C_ALGOPCF is not set
45213 +# CONFIG_I2C_ALGOPCA is not set
45214 +
45215 +#
45216 +# I2C Hardware Bus support
45217 +#
45218 +# CONFIG_I2C_ALI1535 is not set
45219 +# CONFIG_I2C_ALI1563 is not set
45220 +# CONFIG_I2C_ALI15X3 is not set
45221 +# CONFIG_I2C_AMD756 is not set
45222 +# CONFIG_I2C_AMD8111 is not set
45223 +# CONFIG_I2C_I801 is not set
45224 +# CONFIG_I2C_I810 is not set
45225 +# CONFIG_I2C_PIIX4 is not set
45226 +CONFIG_I2C_MPC=y
45227 +# CONFIG_I2C_NFORCE2 is not set
45228 +# CONFIG_I2C_OCORES is not set
45229 +# CONFIG_I2C_PARPORT_LIGHT is not set
45230 +# CONFIG_I2C_PROSAVAGE is not set
45231 +# CONFIG_I2C_SAVAGE4 is not set
45232 +# CONFIG_I2C_SIMTEC is not set
45233 +# CONFIG_I2C_SIS5595 is not set
45234 +# CONFIG_I2C_SIS630 is not set
45235 +# CONFIG_I2C_SIS96X is not set
45236 +# CONFIG_I2C_TAOS_EVM is not set
45237 +# CONFIG_I2C_VIA is not set
45238 +# CONFIG_I2C_VIAPRO is not set
45239 +# CONFIG_I2C_VOODOO3 is not set
45240 +
45241 +#
45242 +# Miscellaneous I2C Chip support
45243 +#
45244 +# CONFIG_DS1682 is not set
45245 +# CONFIG_SENSORS_EEPROM is not set
45246 +# CONFIG_SENSORS_PCF8574 is not set
45247 +# CONFIG_PCF8575 is not set
45248 +# CONFIG_SENSORS_PCF8591 is not set
45249 +# CONFIG_TPS65010 is not set
45250 +# CONFIG_SENSORS_MAX6875 is not set
45251 +# CONFIG_SENSORS_TSL2550 is not set
45252 +# CONFIG_I2C_DEBUG_CORE is not set
45253 +# CONFIG_I2C_DEBUG_ALGO is not set
45254 +# CONFIG_I2C_DEBUG_BUS is not set
45255 +# CONFIG_I2C_DEBUG_CHIP is not set
45256 +
45257 +#
45258 +# SPI support
45259 +#
45260 +# CONFIG_SPI is not set
45261 +# CONFIG_SPI_MASTER is not set
45262 +# CONFIG_W1 is not set
45263 +# CONFIG_POWER_SUPPLY is not set
45264 +CONFIG_HWMON=y
45265 +# CONFIG_HWMON_VID is not set
45266 +# CONFIG_SENSORS_AD7418 is not set
45267 +# CONFIG_SENSORS_ADM1021 is not set
45268 +# CONFIG_SENSORS_ADM1025 is not set
45269 +# CONFIG_SENSORS_ADM1026 is not set
45270 +# CONFIG_SENSORS_ADM1029 is not set
45271 +# CONFIG_SENSORS_ADM1031 is not set
45272 +# CONFIG_SENSORS_ADM9240 is not set
45273 +# CONFIG_SENSORS_ADT7470 is not set
45274 +# CONFIG_SENSORS_ADT7473 is not set
45275 +# CONFIG_SENSORS_ATXP1 is not set
45276 +# CONFIG_SENSORS_DS1621 is not set
45277 +# CONFIG_SENSORS_I5K_AMB is not set
45278 +# CONFIG_SENSORS_F71805F is not set
45279 +# CONFIG_SENSORS_F71882FG is not set
45280 +# CONFIG_SENSORS_F75375S is not set
45281 +# CONFIG_SENSORS_GL518SM is not set
45282 +# CONFIG_SENSORS_GL520SM is not set
45283 +# CONFIG_SENSORS_IT87 is not set
45284 +# CONFIG_SENSORS_LM63 is not set
45285 +CONFIG_SENSORS_LM75=y
45286 +# CONFIG_SENSORS_LM77 is not set
45287 +# CONFIG_SENSORS_LM78 is not set
45288 +# CONFIG_SENSORS_LM80 is not set
45289 +# CONFIG_SENSORS_LM83 is not set
45290 +# CONFIG_SENSORS_LM85 is not set
45291 +# CONFIG_SENSORS_LM87 is not set
45292 +# CONFIG_SENSORS_LM90 is not set
45293 +# CONFIG_SENSORS_LM92 is not set
45294 +# CONFIG_SENSORS_LM93 is not set
45295 +# CONFIG_SENSORS_MAX1619 is not set
45296 +# CONFIG_SENSORS_MAX6650 is not set
45297 +# CONFIG_SENSORS_PC87360 is not set
45298 +# CONFIG_SENSORS_PC87427 is not set
45299 +# CONFIG_SENSORS_SIS5595 is not set
45300 +# CONFIG_SENSORS_DME1737 is not set
45301 +# CONFIG_SENSORS_SMSC47M1 is not set
45302 +# CONFIG_SENSORS_SMSC47M192 is not set
45303 +# CONFIG_SENSORS_SMSC47B397 is not set
45304 +# CONFIG_SENSORS_ADS7828 is not set
45305 +# CONFIG_SENSORS_THMC50 is not set
45306 +# CONFIG_SENSORS_VIA686A is not set
45307 +# CONFIG_SENSORS_VT1211 is not set
45308 +# CONFIG_SENSORS_VT8231 is not set
45309 +# CONFIG_SENSORS_W83781D is not set
45310 +# CONFIG_SENSORS_W83791D is not set
45311 +# CONFIG_SENSORS_W83792D is not set
45312 +# CONFIG_SENSORS_W83793 is not set
45313 +# CONFIG_SENSORS_W83L785TS is not set
45314 +# CONFIG_SENSORS_W83L786NG is not set
45315 +# CONFIG_SENSORS_W83627HF is not set
45316 +# CONFIG_SENSORS_W83627EHF is not set
45317 +CONFIG_HWMON_DEBUG_CHIP=y
45318 +# CONFIG_THERMAL is not set
45319 +# CONFIG_WATCHDOG is not set
45320 +
45321 +#
45322 +# Sonics Silicon Backplane
45323 +#
45324 +CONFIG_SSB_POSSIBLE=y
45325 +# CONFIG_SSB is not set
45326 +
45327 +#
45328 +# Multifunction device drivers
45329 +#
45330 +# CONFIG_MFD_SM501 is not set
45331 +
45332 +#
45333 +# Multimedia devices
45334 +#
45335 +# CONFIG_VIDEO_DEV is not set
45336 +# CONFIG_DVB_CORE is not set
45337 +CONFIG_DAB=y
45338 +
45339 +#
45340 +# Graphics support
45341 +#
45342 +# CONFIG_AGP is not set
45343 +# CONFIG_DRM is not set
45344 +# CONFIG_VGASTATE is not set
45345 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
45346 +# CONFIG_FB is not set
45347 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
45348 +
45349 +#
45350 +# Display device support
45351 +#
45352 +# CONFIG_DISPLAY_SUPPORT is not set
45353 +
45354 +#
45355 +# Sound
45356 +#
45357 +# CONFIG_SOUND is not set
45358 +CONFIG_HID_SUPPORT=y
45359 +CONFIG_HID=y
45360 +# CONFIG_HID_DEBUG is not set
45361 +# CONFIG_HIDRAW is not set
45362 +CONFIG_USB_SUPPORT=y
45363 +CONFIG_USB_ARCH_HAS_HCD=y
45364 +CONFIG_USB_ARCH_HAS_OHCI=y
45365 +CONFIG_USB_ARCH_HAS_EHCI=y
45366 +# CONFIG_USB is not set
45367 +
45368 +#
45369 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
45370 +#
45371 +# CONFIG_USB_GADGET is not set
45372 +# CONFIG_MMC is not set
45373 +# CONFIG_MEMSTICK is not set
45374 +# CONFIG_NEW_LEDS is not set
45375 +# CONFIG_INFINIBAND is not set
45376 +# CONFIG_EDAC is not set
45377 +# CONFIG_RTC_CLASS is not set
45378 +# CONFIG_DMADEVICES is not set
45379 +
45380 +#
45381 +# Userspace I/O
45382 +#
45383 +# CONFIG_UIO is not set
45384 +
45385 +#
45386 +# File systems
45387 +#
45388 +CONFIG_EXT2_FS=y
45389 +# CONFIG_EXT2_FS_XATTR is not set
45390 +# CONFIG_EXT2_FS_XIP is not set
45391 +CONFIG_EXT3_FS=y
45392 +CONFIG_EXT3_FS_XATTR=y
45393 +# CONFIG_EXT3_FS_POSIX_ACL is not set
45394 +# CONFIG_EXT3_FS_SECURITY is not set
45395 +# CONFIG_EXT4DEV_FS is not set
45396 +CONFIG_JBD=y
45397 +CONFIG_FS_MBCACHE=y
45398 +# CONFIG_REISERFS_FS is not set
45399 +# CONFIG_JFS_FS is not set
45400 +# CONFIG_FS_POSIX_ACL is not set
45401 +# CONFIG_XFS_FS is not set
45402 +# CONFIG_GFS2_FS is not set
45403 +# CONFIG_OCFS2_FS is not set
45404 +CONFIG_DNOTIFY=y
45405 +CONFIG_INOTIFY=y
45406 +CONFIG_INOTIFY_USER=y
45407 +# CONFIG_QUOTA is not set
45408 +# CONFIG_AUTOFS_FS is not set
45409 +# CONFIG_AUTOFS4_FS is not set
45410 +# CONFIG_FUSE_FS is not set
45411 +
45412 +#
45413 +# CD-ROM/DVD Filesystems
45414 +#
45415 +# CONFIG_ISO9660_FS is not set
45416 +# CONFIG_UDF_FS is not set
45417 +
45418 +#
45419 +# DOS/FAT/NT Filesystems
45420 +#
45421 +# CONFIG_MSDOS_FS is not set
45422 +# CONFIG_VFAT_FS is not set
45423 +# CONFIG_NTFS_FS is not set
45424 +
45425 +#
45426 +# Pseudo filesystems
45427 +#
45428 +CONFIG_PROC_FS=y
45429 +CONFIG_PROC_KCORE=y
45430 +CONFIG_PROC_SYSCTL=y
45431 +CONFIG_SYSFS=y
45432 +CONFIG_TMPFS=y
45433 +# CONFIG_TMPFS_POSIX_ACL is not set
45434 +# CONFIG_HUGETLB_PAGE is not set
45435 +# CONFIG_CONFIGFS_FS is not set
45436 +
45437 +#
45438 +# Miscellaneous filesystems
45439 +#
45440 +# CONFIG_ADFS_FS is not set
45441 +# CONFIG_AFFS_FS is not set
45442 +# CONFIG_HFS_FS is not set
45443 +# CONFIG_HFSPLUS_FS is not set
45444 +# CONFIG_BEFS_FS is not set
45445 +# CONFIG_BFS_FS is not set
45446 +# CONFIG_EFS_FS is not set
45447 +CONFIG_JFFS2_FS=y
45448 +CONFIG_JFFS2_FS_DEBUG=0
45449 +CONFIG_JFFS2_FS_WRITEBUFFER=y
45450 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
45451 +# CONFIG_JFFS2_SUMMARY is not set
45452 +# CONFIG_JFFS2_FS_XATTR is not set
45453 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
45454 +CONFIG_JFFS2_ZLIB=y
45455 +# CONFIG_JFFS2_LZO is not set
45456 +CONFIG_JFFS2_RTIME=y
45457 +# CONFIG_JFFS2_RUBIN is not set
45458 +CONFIG_CRAMFS=y
45459 +# CONFIG_VXFS_FS is not set
45460 +# CONFIG_MINIX_FS is not set
45461 +# CONFIG_HPFS_FS is not set
45462 +# CONFIG_QNX4FS_FS is not set
45463 +# CONFIG_ROMFS_FS is not set
45464 +# CONFIG_SYSV_FS is not set
45465 +# CONFIG_UFS_FS is not set
45466 +CONFIG_NETWORK_FILESYSTEMS=y
45467 +CONFIG_NFS_FS=y
45468 +# CONFIG_NFS_V3 is not set
45469 +# CONFIG_NFS_V4 is not set
45470 +# CONFIG_NFS_DIRECTIO is not set
45471 +# CONFIG_NFSD is not set
45472 +CONFIG_ROOT_NFS=y
45473 +CONFIG_LOCKD=y
45474 +CONFIG_NFS_COMMON=y
45475 +CONFIG_SUNRPC=y
45476 +# CONFIG_SUNRPC_BIND34 is not set
45477 +# CONFIG_RPCSEC_GSS_KRB5 is not set
45478 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
45479 +# CONFIG_SMB_FS is not set
45480 +# CONFIG_CIFS is not set
45481 +# CONFIG_NCP_FS is not set
45482 +# CONFIG_CODA_FS is not set
45483 +# CONFIG_AFS_FS is not set
45484 +
45485 +#
45486 +# Partition Types
45487 +#
45488 +CONFIG_PARTITION_ADVANCED=y
45489 +# CONFIG_ACORN_PARTITION is not set
45490 +# CONFIG_OSF_PARTITION is not set
45491 +# CONFIG_AMIGA_PARTITION is not set
45492 +# CONFIG_ATARI_PARTITION is not set
45493 +# CONFIG_MAC_PARTITION is not set
45494 +# CONFIG_MSDOS_PARTITION is not set
45495 +# CONFIG_LDM_PARTITION is not set
45496 +# CONFIG_SGI_PARTITION is not set
45497 +# CONFIG_ULTRIX_PARTITION is not set
45498 +# CONFIG_SUN_PARTITION is not set
45499 +# CONFIG_KARMA_PARTITION is not set
45500 +# CONFIG_EFI_PARTITION is not set
45501 +# CONFIG_SYSV68_PARTITION is not set
45502 +# CONFIG_NLS is not set
45503 +# CONFIG_DLM is not set
45504 +
45505 +#
45506 +# Library routines
45507 +#
45508 +CONFIG_BITREVERSE=y
45509 +# CONFIG_CRC_CCITT is not set
45510 +# CONFIG_CRC16 is not set
45511 +# CONFIG_CRC_ITU_T is not set
45512 +CONFIG_CRC32=y
45513 +# CONFIG_CRC7 is not set
45514 +# CONFIG_LIBCRC32C is not set
45515 +CONFIG_ZLIB_INFLATE=y
45516 +CONFIG_ZLIB_DEFLATE=y
45517 +CONFIG_PLIST=y
45518 +CONFIG_HAS_IOMEM=y
45519 +CONFIG_HAS_IOPORT=y
45520 +CONFIG_HAS_DMA=y
45521 +
45522 +#
45523 +# Kernel hacking
45524 +#
45525 +# CONFIG_PRINTK_TIME is not set
45526 +CONFIG_ENABLE_WARN_DEPRECATED=y
45527 +CONFIG_ENABLE_MUST_CHECK=y
45528 +# CONFIG_MAGIC_SYSRQ is not set
45529 +# CONFIG_UNUSED_SYMBOLS is not set
45530 +# CONFIG_DEBUG_FS is not set
45531 +# CONFIG_HEADERS_CHECK is not set
45532 +# CONFIG_DEBUG_KERNEL is not set
45533 +# CONFIG_SLUB_DEBUG_ON is not set
45534 +# CONFIG_SLUB_STATS is not set
45535 +# CONFIG_DEBUG_BUGVERBOSE is not set
45536 +# CONFIG_SAMPLES is not set
45537 +# CONFIG_PPC_EARLY_DEBUG is not set
45538 +
45539 +#
45540 +# Security options
45541 +#
45542 +# CONFIG_KEYS is not set
45543 +# CONFIG_SECURITY is not set
45544 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
45545 +CONFIG_CRYPTO=y
45546 +# CONFIG_CRYPTO_SEQIV is not set
45547 +# CONFIG_CRYPTO_MANAGER is not set
45548 +# CONFIG_CRYPTO_HMAC is not set
45549 +# CONFIG_CRYPTO_XCBC is not set
45550 +# CONFIG_CRYPTO_NULL is not set
45551 +# CONFIG_CRYPTO_MD4 is not set
45552 +# CONFIG_CRYPTO_MD5 is not set
45553 +# CONFIG_CRYPTO_SHA1 is not set
45554 +# CONFIG_CRYPTO_SHA256 is not set
45555 +# CONFIG_CRYPTO_SHA512 is not set
45556 +# CONFIG_CRYPTO_WP512 is not set
45557 +# CONFIG_CRYPTO_TGR192 is not set
45558 +# CONFIG_CRYPTO_GF128MUL is not set
45559 +# CONFIG_CRYPTO_ECB is not set
45560 +# CONFIG_CRYPTO_CBC is not set
45561 +# CONFIG_CRYPTO_PCBC is not set
45562 +# CONFIG_CRYPTO_LRW is not set
45563 +# CONFIG_CRYPTO_XTS is not set
45564 +# CONFIG_CRYPTO_CTR is not set
45565 +# CONFIG_CRYPTO_GCM is not set
45566 +# CONFIG_CRYPTO_CCM is not set
45567 +# CONFIG_CRYPTO_CRYPTD is not set
45568 +# CONFIG_CRYPTO_DES is not set
45569 +# CONFIG_CRYPTO_FCRYPT is not set
45570 +# CONFIG_CRYPTO_BLOWFISH is not set
45571 +# CONFIG_CRYPTO_TWOFISH is not set
45572 +# CONFIG_CRYPTO_SERPENT is not set
45573 +# CONFIG_CRYPTO_AES is not set
45574 +# CONFIG_CRYPTO_CAST5 is not set
45575 +# CONFIG_CRYPTO_CAST6 is not set
45576 +# CONFIG_CRYPTO_TEA is not set
45577 +# CONFIG_CRYPTO_ARC4 is not set
45578 +# CONFIG_CRYPTO_KHAZAD is not set
45579 +# CONFIG_CRYPTO_ANUBIS is not set
45580 +# CONFIG_CRYPTO_SEED is not set
45581 +# CONFIG_CRYPTO_SALSA20 is not set
45582 +# CONFIG_CRYPTO_DEFLATE is not set
45583 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
45584 +# CONFIG_CRYPTO_CRC32C is not set
45585 +# CONFIG_CRYPTO_CAMELLIA is not set
45586 +# CONFIG_CRYPTO_AUTHENC is not set
45587 +# CONFIG_CRYPTO_LZO is not set
45588 +CONFIG_CRYPTO_HW=y
45589 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
45590 +# CONFIG_PPC_CLOCK is not set
45591 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8541_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8541_defconfig
45592 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8541_defconfig        1970-01-01 01:00:00.000000000 +0100
45593 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8541_defconfig     2008-04-19 16:40:52.000000000 +0200
45594 @@ -0,0 +1,1109 @@
45595 +#
45596 +# Automatically generated make config: don't edit
45597 +# Linux kernel version: 2.6.25-rc6
45598 +# Mon Mar 24 08:48:44 2008
45599 +#
45600 +# CONFIG_PPC64 is not set
45601 +
45602 +#
45603 +# Processor support
45604 +#
45605 +# CONFIG_6xx is not set
45606 +CONFIG_PPC_85xx=y
45607 +# CONFIG_PPC_8xx is not set
45608 +# CONFIG_40x is not set
45609 +# CONFIG_44x is not set
45610 +# CONFIG_E200 is not set
45611 +CONFIG_E500=y
45612 +CONFIG_BOOKE=y
45613 +CONFIG_FSL_BOOKE=y
45614 +CONFIG_FSL_EMB_PERFMON=y
45615 +# CONFIG_PHYS_64BIT is not set
45616 +CONFIG_SPE=y
45617 +# CONFIG_PPC_MM_SLICES is not set
45618 +CONFIG_PPC32=y
45619 +CONFIG_WORD_SIZE=32
45620 +CONFIG_PPC_MERGE=y
45621 +CONFIG_MMU=y
45622 +CONFIG_GENERIC_CMOS_UPDATE=y
45623 +CONFIG_GENERIC_TIME=y
45624 +CONFIG_GENERIC_TIME_VSYSCALL=y
45625 +CONFIG_GENERIC_CLOCKEVENTS=y
45626 +CONFIG_GENERIC_HARDIRQS=y
45627 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
45628 +CONFIG_IRQ_PER_CPU=y
45629 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
45630 +CONFIG_ARCH_HAS_ILOG2_U32=y
45631 +CONFIG_GENERIC_HWEIGHT=y
45632 +CONFIG_GENERIC_CALIBRATE_DELAY=y
45633 +CONFIG_GENERIC_FIND_NEXT_BIT=y
45634 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
45635 +CONFIG_PPC=y
45636 +CONFIG_EARLY_PRINTK=y
45637 +CONFIG_GENERIC_NVRAM=y
45638 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
45639 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
45640 +CONFIG_PPC_OF=y
45641 +CONFIG_OF=y
45642 +CONFIG_PPC_UDBG_16550=y
45643 +# CONFIG_GENERIC_TBSYNC is not set
45644 +CONFIG_AUDIT_ARCH=y
45645 +CONFIG_GENERIC_BUG=y
45646 +CONFIG_DEFAULT_UIMAGE=y
45647 +# CONFIG_PPC_DCR_NATIVE is not set
45648 +# CONFIG_PPC_DCR_MMIO is not set
45649 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
45650 +
45651 +#
45652 +# General setup
45653 +#
45654 +CONFIG_EXPERIMENTAL=y
45655 +CONFIG_BROKEN_ON_SMP=y
45656 +CONFIG_INIT_ENV_ARG_LIMIT=32
45657 +CONFIG_LOCALVERSION=""
45658 +CONFIG_LOCALVERSION_AUTO=y
45659 +CONFIG_SWAP=y
45660 +CONFIG_SYSVIPC=y
45661 +CONFIG_SYSVIPC_SYSCTL=y
45662 +# CONFIG_POSIX_MQUEUE is not set
45663 +# CONFIG_BSD_PROCESS_ACCT is not set
45664 +# CONFIG_TASKSTATS is not set
45665 +# CONFIG_AUDIT is not set
45666 +# CONFIG_IKCONFIG is not set
45667 +CONFIG_LOG_BUF_SHIFT=14
45668 +# CONFIG_CGROUPS is not set
45669 +CONFIG_GROUP_SCHED=y
45670 +CONFIG_FAIR_GROUP_SCHED=y
45671 +# CONFIG_RT_GROUP_SCHED is not set
45672 +CONFIG_USER_SCHED=y
45673 +# CONFIG_CGROUP_SCHED is not set
45674 +CONFIG_SYSFS_DEPRECATED=y
45675 +CONFIG_SYSFS_DEPRECATED_V2=y
45676 +# CONFIG_RELAY is not set
45677 +# CONFIG_NAMESPACES is not set
45678 +CONFIG_BLK_DEV_INITRD=y
45679 +CONFIG_INITRAMFS_SOURCE=""
45680 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
45681 +CONFIG_SYSCTL=y
45682 +CONFIG_EMBEDDED=y
45683 +CONFIG_SYSCTL_SYSCALL=y
45684 +# CONFIG_KALLSYMS is not set
45685 +# CONFIG_HOTPLUG is not set
45686 +CONFIG_PRINTK=y
45687 +CONFIG_BUG=y
45688 +CONFIG_ELF_CORE=y
45689 +CONFIG_COMPAT_BRK=y
45690 +CONFIG_BASE_FULL=y
45691 +CONFIG_FUTEX=y
45692 +CONFIG_ANON_INODES=y
45693 +# CONFIG_EPOLL is not set
45694 +CONFIG_SIGNALFD=y
45695 +CONFIG_TIMERFD=y
45696 +CONFIG_EVENTFD=y
45697 +CONFIG_SHMEM=y
45698 +CONFIG_VM_EVENT_COUNTERS=y
45699 +CONFIG_SLUB_DEBUG=y
45700 +# CONFIG_SLAB is not set
45701 +CONFIG_SLUB=y
45702 +# CONFIG_SLOB is not set
45703 +# CONFIG_PROFILING is not set
45704 +# CONFIG_MARKERS is not set
45705 +CONFIG_HAVE_OPROFILE=y
45706 +CONFIG_HAVE_KPROBES=y
45707 +CONFIG_HAVE_KRETPROBES=y
45708 +CONFIG_PROC_PAGE_MONITOR=y
45709 +CONFIG_SLABINFO=y
45710 +CONFIG_RT_MUTEXES=y
45711 +# CONFIG_TINY_SHMEM is not set
45712 +CONFIG_BASE_SMALL=0
45713 +# CONFIG_MODULES is not set
45714 +CONFIG_BLOCK=y
45715 +# CONFIG_LBD is not set
45716 +# CONFIG_BLK_DEV_IO_TRACE is not set
45717 +# CONFIG_LSF is not set
45718 +# CONFIG_BLK_DEV_BSG is not set
45719 +
45720 +#
45721 +# IO Schedulers
45722 +#
45723 +CONFIG_IOSCHED_NOOP=y
45724 +CONFIG_IOSCHED_AS=y
45725 +CONFIG_IOSCHED_DEADLINE=y
45726 +CONFIG_IOSCHED_CFQ=y
45727 +CONFIG_DEFAULT_AS=y
45728 +# CONFIG_DEFAULT_DEADLINE is not set
45729 +# CONFIG_DEFAULT_CFQ is not set
45730 +# CONFIG_DEFAULT_NOOP is not set
45731 +CONFIG_DEFAULT_IOSCHED="anticipatory"
45732 +CONFIG_CLASSIC_RCU=y
45733 +
45734 +#
45735 +# Platform support
45736 +#
45737 +# CONFIG_PPC_MPC512x is not set
45738 +# CONFIG_PPC_MPC5121 is not set
45739 +# CONFIG_PPC_CELL is not set
45740 +# CONFIG_PPC_CELL_NATIVE is not set
45741 +# CONFIG_PQ2ADS is not set
45742 +CONFIG_MPC85xx=y
45743 +# CONFIG_MPC8540_ADS is not set
45744 +# CONFIG_MPC8560_ADS is not set
45745 +# CONFIG_MPC85xx_CDS is not set
45746 +# CONFIG_MPC85xx_MDS is not set
45747 +# CONFIG_MPC85xx_DS is not set
45748 +# CONFIG_STX_GP3 is not set
45749 +# CONFIG_TQM8540 is not set
45750 +CONFIG_TQM8541=y
45751 +# CONFIG_TQM8555 is not set
45752 +# CONFIG_TQM8560 is not set
45753 +# CONFIG_SBC8548 is not set
45754 +# CONFIG_SBC8560 is not set
45755 +CONFIG_TQM85xx=y
45756 +# CONFIG_IPIC is not set
45757 +CONFIG_MPIC=y
45758 +# CONFIG_MPIC_WEIRD is not set
45759 +# CONFIG_PPC_I8259 is not set
45760 +# CONFIG_PPC_RTAS is not set
45761 +# CONFIG_MMIO_NVRAM is not set
45762 +# CONFIG_PPC_MPC106 is not set
45763 +# CONFIG_PPC_970_NAP is not set
45764 +# CONFIG_PPC_INDIRECT_IO is not set
45765 +# CONFIG_GENERIC_IOMAP is not set
45766 +# CONFIG_CPU_FREQ is not set
45767 +CONFIG_CPM2=y
45768 +CONFIG_PPC_CPM_NEW_BINDING=y
45769 +# CONFIG_FSL_ULI1575 is not set
45770 +CONFIG_CPM=y
45771 +
45772 +#
45773 +# Kernel options
45774 +#
45775 +# CONFIG_HIGHMEM is not set
45776 +# CONFIG_TICK_ONESHOT is not set
45777 +# CONFIG_NO_HZ is not set
45778 +# CONFIG_HIGH_RES_TIMERS is not set
45779 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
45780 +# CONFIG_HZ_100 is not set
45781 +CONFIG_HZ_250=y
45782 +# CONFIG_HZ_300 is not set
45783 +# CONFIG_HZ_1000 is not set
45784 +CONFIG_HZ=250
45785 +# CONFIG_SCHED_HRTICK is not set
45786 +CONFIG_PREEMPT_NONE=y
45787 +# CONFIG_PREEMPT_VOLUNTARY is not set
45788 +# CONFIG_PREEMPT is not set
45789 +CONFIG_BINFMT_ELF=y
45790 +# CONFIG_BINFMT_MISC is not set
45791 +CONFIG_MATH_EMULATION=y
45792 +# CONFIG_IOMMU_HELPER is not set
45793 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
45794 +CONFIG_ARCH_HAS_WALK_MEMORY=y
45795 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
45796 +CONFIG_ARCH_FLATMEM_ENABLE=y
45797 +CONFIG_ARCH_POPULATES_NODE_MAP=y
45798 +CONFIG_SELECT_MEMORY_MODEL=y
45799 +CONFIG_FLATMEM_MANUAL=y
45800 +# CONFIG_DISCONTIGMEM_MANUAL is not set
45801 +# CONFIG_SPARSEMEM_MANUAL is not set
45802 +CONFIG_FLATMEM=y
45803 +CONFIG_FLAT_NODE_MEM_MAP=y
45804 +# CONFIG_SPARSEMEM_STATIC is not set
45805 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
45806 +CONFIG_SPLIT_PTLOCK_CPUS=4
45807 +# CONFIG_RESOURCES_64BIT is not set
45808 +CONFIG_ZONE_DMA_FLAG=1
45809 +CONFIG_BOUNCE=y
45810 +CONFIG_VIRT_TO_BUS=y
45811 +# CONFIG_PROC_DEVICETREE is not set
45812 +# CONFIG_CMDLINE_BOOL is not set
45813 +# CONFIG_PM is not set
45814 +CONFIG_SECCOMP=y
45815 +CONFIG_ISA_DMA_API=y
45816 +
45817 +#
45818 +# Bus options
45819 +#
45820 +CONFIG_ZONE_DMA=y
45821 +CONFIG_PPC_INDIRECT_PCI=y
45822 +CONFIG_FSL_SOC=y
45823 +CONFIG_FSL_PCI=y
45824 +CONFIG_PCI=y
45825 +CONFIG_PCI_DOMAINS=y
45826 +CONFIG_PCI_SYSCALL=y
45827 +# CONFIG_PCIEPORTBUS is not set
45828 +CONFIG_ARCH_SUPPORTS_MSI=y
45829 +# CONFIG_PCI_MSI is not set
45830 +CONFIG_PCI_LEGACY=y
45831 +
45832 +#
45833 +# Advanced setup
45834 +#
45835 +# CONFIG_ADVANCED_OPTIONS is not set
45836 +
45837 +#
45838 +# Default settings for advanced configuration options are used
45839 +#
45840 +CONFIG_HIGHMEM_START=0xfe000000
45841 +CONFIG_LOWMEM_SIZE=0x30000000
45842 +CONFIG_KERNEL_START=0xc0000000
45843 +CONFIG_TASK_SIZE=0xc0000000
45844 +CONFIG_BOOT_LOAD=0x00800000
45845 +
45846 +#
45847 +# Networking
45848 +#
45849 +CONFIG_NET=y
45850 +
45851 +#
45852 +# Networking options
45853 +#
45854 +CONFIG_PACKET=y
45855 +# CONFIG_PACKET_MMAP is not set
45856 +CONFIG_UNIX=y
45857 +CONFIG_XFRM=y
45858 +# CONFIG_XFRM_USER is not set
45859 +# CONFIG_XFRM_SUB_POLICY is not set
45860 +# CONFIG_XFRM_MIGRATE is not set
45861 +# CONFIG_XFRM_STATISTICS is not set
45862 +# CONFIG_NET_KEY is not set
45863 +CONFIG_INET=y
45864 +CONFIG_IP_MULTICAST=y
45865 +# CONFIG_IP_ADVANCED_ROUTER is not set
45866 +CONFIG_IP_FIB_HASH=y
45867 +CONFIG_IP_PNP=y
45868 +CONFIG_IP_PNP_DHCP=y
45869 +CONFIG_IP_PNP_BOOTP=y
45870 +# CONFIG_IP_PNP_RARP is not set
45871 +# CONFIG_NET_IPIP is not set
45872 +# CONFIG_NET_IPGRE is not set
45873 +# CONFIG_IP_MROUTE is not set
45874 +# CONFIG_ARPD is not set
45875 +CONFIG_SYN_COOKIES=y
45876 +# CONFIG_INET_AH is not set
45877 +# CONFIG_INET_ESP is not set
45878 +# CONFIG_INET_IPCOMP is not set
45879 +# CONFIG_INET_XFRM_TUNNEL is not set
45880 +# CONFIG_INET_TUNNEL is not set
45881 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
45882 +CONFIG_INET_XFRM_MODE_TUNNEL=y
45883 +CONFIG_INET_XFRM_MODE_BEET=y
45884 +# CONFIG_INET_LRO is not set
45885 +CONFIG_INET_DIAG=y
45886 +CONFIG_INET_TCP_DIAG=y
45887 +# CONFIG_TCP_CONG_ADVANCED is not set
45888 +CONFIG_TCP_CONG_CUBIC=y
45889 +CONFIG_DEFAULT_TCP_CONG="cubic"
45890 +# CONFIG_TCP_MD5SIG is not set
45891 +# CONFIG_IPV6 is not set
45892 +# CONFIG_INET6_XFRM_TUNNEL is not set
45893 +# CONFIG_INET6_TUNNEL is not set
45894 +# CONFIG_NETWORK_SECMARK is not set
45895 +# CONFIG_NETFILTER is not set
45896 +# CONFIG_IP_DCCP is not set
45897 +# CONFIG_IP_SCTP is not set
45898 +# CONFIG_TIPC is not set
45899 +# CONFIG_ATM is not set
45900 +# CONFIG_BRIDGE is not set
45901 +# CONFIG_VLAN_8021Q is not set
45902 +# CONFIG_DECNET is not set
45903 +# CONFIG_LLC2 is not set
45904 +# CONFIG_IPX is not set
45905 +# CONFIG_ATALK is not set
45906 +# CONFIG_X25 is not set
45907 +# CONFIG_LAPB is not set
45908 +# CONFIG_ECONET is not set
45909 +# CONFIG_WAN_ROUTER is not set
45910 +# CONFIG_NET_SCHED is not set
45911 +
45912 +#
45913 +# Network testing
45914 +#
45915 +# CONFIG_NET_PKTGEN is not set
45916 +# CONFIG_HAMRADIO is not set
45917 +# CONFIG_CAN is not set
45918 +# CONFIG_IRDA is not set
45919 +# CONFIG_BT is not set
45920 +# CONFIG_AF_RXRPC is not set
45921 +
45922 +#
45923 +# Wireless
45924 +#
45925 +# CONFIG_CFG80211 is not set
45926 +# CONFIG_WIRELESS_EXT is not set
45927 +# CONFIG_MAC80211 is not set
45928 +# CONFIG_IEEE80211 is not set
45929 +# CONFIG_RFKILL is not set
45930 +# CONFIG_NET_9P is not set
45931 +
45932 +#
45933 +# Device Drivers
45934 +#
45935 +
45936 +#
45937 +# Generic Driver Options
45938 +#
45939 +CONFIG_STANDALONE=y
45940 +CONFIG_PREVENT_FIRMWARE_BUILD=y
45941 +# CONFIG_SYS_HYPERVISOR is not set
45942 +# CONFIG_CONNECTOR is not set
45943 +CONFIG_MTD=y
45944 +# CONFIG_MTD_DEBUG is not set
45945 +CONFIG_MTD_CONCAT=y
45946 +CONFIG_MTD_PARTITIONS=y
45947 +# CONFIG_MTD_REDBOOT_PARTS is not set
45948 +CONFIG_MTD_CMDLINE_PARTS=y
45949 +# CONFIG_MTD_OF_PARTS is not set
45950 +
45951 +#
45952 +# User Modules And Translation Layers
45953 +#
45954 +CONFIG_MTD_CHAR=y
45955 +CONFIG_MTD_BLKDEVS=y
45956 +CONFIG_MTD_BLOCK=y
45957 +# CONFIG_FTL is not set
45958 +# CONFIG_NFTL is not set
45959 +# CONFIG_INFTL is not set
45960 +# CONFIG_RFD_FTL is not set
45961 +# CONFIG_SSFDC is not set
45962 +# CONFIG_MTD_OOPS is not set
45963 +
45964 +#
45965 +# RAM/ROM/Flash chip drivers
45966 +#
45967 +CONFIG_MTD_CFI=y
45968 +# CONFIG_MTD_JEDECPROBE is not set
45969 +CONFIG_MTD_GEN_PROBE=y
45970 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
45971 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
45972 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
45973 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
45974 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
45975 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
45976 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
45977 +CONFIG_MTD_CFI_I1=y
45978 +CONFIG_MTD_CFI_I2=y
45979 +# CONFIG_MTD_CFI_I4 is not set
45980 +# CONFIG_MTD_CFI_I8 is not set
45981 +# CONFIG_MTD_CFI_INTELEXT is not set
45982 +CONFIG_MTD_CFI_AMDSTD=y
45983 +# CONFIG_MTD_CFI_STAA is not set
45984 +CONFIG_MTD_CFI_UTIL=y
45985 +# CONFIG_MTD_RAM is not set
45986 +# CONFIG_MTD_ROM is not set
45987 +# CONFIG_MTD_ABSENT is not set
45988 +
45989 +#
45990 +# Mapping drivers for chip access
45991 +#
45992 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
45993 +# CONFIG_MTD_PHYSMAP is not set
45994 +# CONFIG_MTD_PHYSMAP_OF is not set
45995 +# CONFIG_MTD_INTEL_VR_NOR is not set
45996 +# CONFIG_MTD_PLATRAM is not set
45997 +
45998 +#
45999 +# Self-contained MTD device drivers
46000 +#
46001 +# CONFIG_MTD_PMC551 is not set
46002 +# CONFIG_MTD_SLRAM is not set
46003 +# CONFIG_MTD_PHRAM is not set
46004 +# CONFIG_MTD_MTDRAM is not set
46005 +# CONFIG_MTD_BLOCK2MTD is not set
46006 +
46007 +#
46008 +# Disk-On-Chip Device Drivers
46009 +#
46010 +# CONFIG_MTD_DOC2000 is not set
46011 +# CONFIG_MTD_DOC2001 is not set
46012 +# CONFIG_MTD_DOC2001PLUS is not set
46013 +# CONFIG_MTD_NAND is not set
46014 +# CONFIG_MTD_ONENAND is not set
46015 +
46016 +#
46017 +# UBI - Unsorted block images
46018 +#
46019 +# CONFIG_MTD_UBI is not set
46020 +CONFIG_OF_DEVICE=y
46021 +# CONFIG_PARPORT is not set
46022 +CONFIG_BLK_DEV=y
46023 +# CONFIG_BLK_DEV_FD is not set
46024 +# CONFIG_BLK_CPQ_DA is not set
46025 +# CONFIG_BLK_CPQ_CISS_DA is not set
46026 +# CONFIG_BLK_DEV_DAC960 is not set
46027 +# CONFIG_BLK_DEV_UMEM is not set
46028 +# CONFIG_BLK_DEV_COW_COMMON is not set
46029 +CONFIG_BLK_DEV_LOOP=y
46030 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
46031 +# CONFIG_BLK_DEV_NBD is not set
46032 +# CONFIG_BLK_DEV_SX8 is not set
46033 +CONFIG_BLK_DEV_RAM=y
46034 +CONFIG_BLK_DEV_RAM_COUNT=16
46035 +CONFIG_BLK_DEV_RAM_SIZE=32768
46036 +# CONFIG_BLK_DEV_XIP is not set
46037 +# CONFIG_CDROM_PKTCDVD is not set
46038 +# CONFIG_ATA_OVER_ETH is not set
46039 +CONFIG_MISC_DEVICES=y
46040 +# CONFIG_PHANTOM is not set
46041 +# CONFIG_EEPROM_93CX6 is not set
46042 +# CONFIG_SGI_IOC4 is not set
46043 +# CONFIG_TIFM_CORE is not set
46044 +# CONFIG_ENCLOSURE_SERVICES is not set
46045 +CONFIG_HAVE_IDE=y
46046 +CONFIG_IDE=y
46047 +CONFIG_IDE_MAX_HWIFS=4
46048 +CONFIG_BLK_DEV_IDE=y
46049 +
46050 +#
46051 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
46052 +#
46053 +# CONFIG_BLK_DEV_IDE_SATA is not set
46054 +CONFIG_BLK_DEV_IDEDISK=y
46055 +# CONFIG_IDEDISK_MULTI_MODE is not set
46056 +# CONFIG_BLK_DEV_IDECD is not set
46057 +# CONFIG_BLK_DEV_IDETAPE is not set
46058 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
46059 +# CONFIG_IDE_TASK_IOCTL is not set
46060 +CONFIG_IDE_PROC_FS=y
46061 +
46062 +#
46063 +# IDE chipset support/bugfixes
46064 +#
46065 +CONFIG_IDE_GENERIC=y
46066 +# CONFIG_BLK_DEV_PLATFORM is not set
46067 +CONFIG_BLK_DEV_IDEDMA_SFF=y
46068 +
46069 +#
46070 +# PCI IDE chipsets support
46071 +#
46072 +CONFIG_BLK_DEV_IDEPCI=y
46073 +CONFIG_IDEPCI_PCIBUS_ORDER=y
46074 +# CONFIG_BLK_DEV_OFFBOARD is not set
46075 +CONFIG_BLK_DEV_GENERIC=y
46076 +# CONFIG_BLK_DEV_OPTI621 is not set
46077 +CONFIG_BLK_DEV_IDEDMA_PCI=y
46078 +# CONFIG_BLK_DEV_AEC62XX is not set
46079 +# CONFIG_BLK_DEV_ALI15X3 is not set
46080 +# CONFIG_BLK_DEV_AMD74XX is not set
46081 +# CONFIG_BLK_DEV_CMD64X is not set
46082 +# CONFIG_BLK_DEV_TRIFLEX is not set
46083 +# CONFIG_BLK_DEV_CY82C693 is not set
46084 +# CONFIG_BLK_DEV_CS5520 is not set
46085 +# CONFIG_BLK_DEV_CS5530 is not set
46086 +# CONFIG_BLK_DEV_HPT34X is not set
46087 +# CONFIG_BLK_DEV_HPT366 is not set
46088 +# CONFIG_BLK_DEV_JMICRON is not set
46089 +# CONFIG_BLK_DEV_SC1200 is not set
46090 +# CONFIG_BLK_DEV_PIIX is not set
46091 +# CONFIG_BLK_DEV_IT8213 is not set
46092 +# CONFIG_BLK_DEV_IT821X is not set
46093 +# CONFIG_BLK_DEV_NS87415 is not set
46094 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
46095 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
46096 +# CONFIG_BLK_DEV_SVWKS is not set
46097 +# CONFIG_BLK_DEV_SIIMAGE is not set
46098 +# CONFIG_BLK_DEV_SL82C105 is not set
46099 +# CONFIG_BLK_DEV_SLC90E66 is not set
46100 +# CONFIG_BLK_DEV_TRM290 is not set
46101 +CONFIG_BLK_DEV_VIA82CXXX=y
46102 +# CONFIG_BLK_DEV_TC86C001 is not set
46103 +CONFIG_BLK_DEV_IDEDMA=y
46104 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
46105 +# CONFIG_BLK_DEV_HD is not set
46106 +
46107 +#
46108 +# SCSI device support
46109 +#
46110 +# CONFIG_RAID_ATTRS is not set
46111 +# CONFIG_SCSI is not set
46112 +# CONFIG_SCSI_DMA is not set
46113 +# CONFIG_SCSI_NETLINK is not set
46114 +# CONFIG_ATA is not set
46115 +# CONFIG_MD is not set
46116 +# CONFIG_FUSION is not set
46117 +
46118 +#
46119 +# IEEE 1394 (FireWire) support
46120 +#
46121 +# CONFIG_FIREWIRE is not set
46122 +# CONFIG_IEEE1394 is not set
46123 +# CONFIG_I2O is not set
46124 +# CONFIG_MACINTOSH_DRIVERS is not set
46125 +CONFIG_NETDEVICES=y
46126 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
46127 +# CONFIG_DUMMY is not set
46128 +# CONFIG_BONDING is not set
46129 +# CONFIG_MACVLAN is not set
46130 +# CONFIG_EQUALIZER is not set
46131 +# CONFIG_TUN is not set
46132 +# CONFIG_VETH is not set
46133 +# CONFIG_ARCNET is not set
46134 +CONFIG_PHYLIB=y
46135 +
46136 +#
46137 +# MII PHY device drivers
46138 +#
46139 +# CONFIG_MARVELL_PHY is not set
46140 +# CONFIG_DAVICOM_PHY is not set
46141 +# CONFIG_QSEMI_PHY is not set
46142 +# CONFIG_LXT_PHY is not set
46143 +# CONFIG_CICADA_PHY is not set
46144 +# CONFIG_VITESSE_PHY is not set
46145 +# CONFIG_SMSC_PHY is not set
46146 +# CONFIG_BROADCOM_PHY is not set
46147 +# CONFIG_ICPLUS_PHY is not set
46148 +# CONFIG_REALTEK_PHY is not set
46149 +# CONFIG_FIXED_PHY is not set
46150 +# CONFIG_MDIO_BITBANG is not set
46151 +CONFIG_NET_ETHERNET=y
46152 +CONFIG_MII=y
46153 +# CONFIG_HAPPYMEAL is not set
46154 +# CONFIG_SUNGEM is not set
46155 +# CONFIG_CASSINI is not set
46156 +# CONFIG_NET_VENDOR_3COM is not set
46157 +# CONFIG_NET_TULIP is not set
46158 +# CONFIG_HP100 is not set
46159 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
46160 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
46161 +# CONFIG_IBM_NEW_EMAC_TAH is not set
46162 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
46163 +CONFIG_NET_PCI=y
46164 +# CONFIG_PCNET32 is not set
46165 +# CONFIG_AMD8111_ETH is not set
46166 +# CONFIG_ADAPTEC_STARFIRE is not set
46167 +# CONFIG_B44 is not set
46168 +# CONFIG_FORCEDETH is not set
46169 +# CONFIG_EEPRO100 is not set
46170 +CONFIG_E100=y
46171 +# CONFIG_FEALNX is not set
46172 +# CONFIG_NATSEMI is not set
46173 +# CONFIG_NE2K_PCI is not set
46174 +# CONFIG_8139CP is not set
46175 +# CONFIG_8139TOO is not set
46176 +# CONFIG_R6040 is not set
46177 +# CONFIG_SIS900 is not set
46178 +# CONFIG_EPIC100 is not set
46179 +# CONFIG_SUNDANCE is not set
46180 +# CONFIG_TLAN is not set
46181 +# CONFIG_VIA_RHINE is not set
46182 +# CONFIG_SC92031 is not set
46183 +# CONFIG_FS_ENET is not set
46184 +CONFIG_NETDEV_1000=y
46185 +# CONFIG_ACENIC is not set
46186 +# CONFIG_DL2K is not set
46187 +# CONFIG_E1000 is not set
46188 +# CONFIG_E1000E is not set
46189 +# CONFIG_E1000E_ENABLED is not set
46190 +# CONFIG_IP1000 is not set
46191 +# CONFIG_IGB is not set
46192 +# CONFIG_NS83820 is not set
46193 +# CONFIG_HAMACHI is not set
46194 +# CONFIG_YELLOWFIN is not set
46195 +# CONFIG_R8169 is not set
46196 +# CONFIG_SIS190 is not set
46197 +# CONFIG_SKGE is not set
46198 +# CONFIG_SKY2 is not set
46199 +# CONFIG_SK98LIN is not set
46200 +# CONFIG_VIA_VELOCITY is not set
46201 +# CONFIG_TIGON3 is not set
46202 +# CONFIG_BNX2 is not set
46203 +CONFIG_GIANFAR=y
46204 +CONFIG_GFAR_NAPI=y
46205 +# CONFIG_QLA3XXX is not set
46206 +# CONFIG_ATL1 is not set
46207 +CONFIG_NETDEV_10000=y
46208 +# CONFIG_CHELSIO_T1 is not set
46209 +# CONFIG_CHELSIO_T3 is not set
46210 +# CONFIG_IXGBE is not set
46211 +# CONFIG_IXGB is not set
46212 +# CONFIG_S2IO is not set
46213 +# CONFIG_MYRI10GE is not set
46214 +# CONFIG_NETXEN_NIC is not set
46215 +# CONFIG_NIU is not set
46216 +# CONFIG_MLX4_CORE is not set
46217 +# CONFIG_TEHUTI is not set
46218 +# CONFIG_BNX2X is not set
46219 +# CONFIG_TR is not set
46220 +
46221 +#
46222 +# Wireless LAN
46223 +#
46224 +# CONFIG_WLAN_PRE80211 is not set
46225 +# CONFIG_WLAN_80211 is not set
46226 +# CONFIG_WAN is not set
46227 +# CONFIG_FDDI is not set
46228 +# CONFIG_HIPPI is not set
46229 +# CONFIG_PPP is not set
46230 +# CONFIG_SLIP is not set
46231 +# CONFIG_NETCONSOLE is not set
46232 +# CONFIG_NETPOLL is not set
46233 +# CONFIG_NET_POLL_CONTROLLER is not set
46234 +# CONFIG_ISDN is not set
46235 +# CONFIG_PHONE is not set
46236 +
46237 +#
46238 +# Input device support
46239 +#
46240 +CONFIG_INPUT=y
46241 +# CONFIG_INPUT_FF_MEMLESS is not set
46242 +# CONFIG_INPUT_POLLDEV is not set
46243 +
46244 +#
46245 +# Userland interfaces
46246 +#
46247 +# CONFIG_INPUT_MOUSEDEV is not set
46248 +# CONFIG_INPUT_JOYDEV is not set
46249 +# CONFIG_INPUT_EVDEV is not set
46250 +# CONFIG_INPUT_EVBUG is not set
46251 +
46252 +#
46253 +# Input Device Drivers
46254 +#
46255 +# CONFIG_INPUT_KEYBOARD is not set
46256 +# CONFIG_INPUT_MOUSE is not set
46257 +# CONFIG_INPUT_JOYSTICK is not set
46258 +# CONFIG_INPUT_TABLET is not set
46259 +# CONFIG_INPUT_TOUCHSCREEN is not set
46260 +# CONFIG_INPUT_MISC is not set
46261 +
46262 +#
46263 +# Hardware I/O ports
46264 +#
46265 +# CONFIG_SERIO is not set
46266 +# CONFIG_GAMEPORT is not set
46267 +
46268 +#
46269 +# Character devices
46270 +#
46271 +# CONFIG_VT is not set
46272 +# CONFIG_SERIAL_NONSTANDARD is not set
46273 +# CONFIG_NOZOMI is not set
46274 +
46275 +#
46276 +# Serial drivers
46277 +#
46278 +CONFIG_SERIAL_8250=y
46279 +CONFIG_SERIAL_8250_CONSOLE=y
46280 +CONFIG_SERIAL_8250_PCI=y
46281 +CONFIG_SERIAL_8250_NR_UARTS=4
46282 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
46283 +# CONFIG_SERIAL_8250_EXTENDED is not set
46284 +CONFIG_SERIAL_8250_SHARE_IRQ=y
46285 +
46286 +#
46287 +# Non-8250 serial port support
46288 +#
46289 +# CONFIG_SERIAL_UARTLITE is not set
46290 +CONFIG_SERIAL_CORE=y
46291 +CONFIG_SERIAL_CORE_CONSOLE=y
46292 +CONFIG_SERIAL_CPM=y
46293 +CONFIG_SERIAL_CPM_CONSOLE=y
46294 +CONFIG_SERIAL_CPM_SCC1=y
46295 +# CONFIG_SERIAL_CPM_SCC2 is not set
46296 +# CONFIG_SERIAL_CPM_SCC3 is not set
46297 +# CONFIG_SERIAL_CPM_SCC4 is not set
46298 +# CONFIG_SERIAL_CPM_SMC1 is not set
46299 +# CONFIG_SERIAL_CPM_SMC2 is not set
46300 +# CONFIG_SERIAL_JSM is not set
46301 +# CONFIG_SERIAL_OF_PLATFORM is not set
46302 +CONFIG_UNIX98_PTYS=y
46303 +CONFIG_LEGACY_PTYS=y
46304 +CONFIG_LEGACY_PTY_COUNT=256
46305 +# CONFIG_IPMI_HANDLER is not set
46306 +CONFIG_HW_RANDOM=y
46307 +# CONFIG_NVRAM is not set
46308 +CONFIG_GEN_RTC=y
46309 +# CONFIG_GEN_RTC_X is not set
46310 +# CONFIG_R3964 is not set
46311 +# CONFIG_APPLICOM is not set
46312 +# CONFIG_RAW_DRIVER is not set
46313 +# CONFIG_TCG_TPM is not set
46314 +CONFIG_DEVPORT=y
46315 +CONFIG_I2C=y
46316 +CONFIG_I2C_BOARDINFO=y
46317 +CONFIG_I2C_CHARDEV=y
46318 +
46319 +#
46320 +# I2C Algorithms
46321 +#
46322 +# CONFIG_I2C_ALGOBIT is not set
46323 +# CONFIG_I2C_ALGOPCF is not set
46324 +# CONFIG_I2C_ALGOPCA is not set
46325 +
46326 +#
46327 +# I2C Hardware Bus support
46328 +#
46329 +# CONFIG_I2C_ALI1535 is not set
46330 +# CONFIG_I2C_ALI1563 is not set
46331 +# CONFIG_I2C_ALI15X3 is not set
46332 +# CONFIG_I2C_AMD756 is not set
46333 +# CONFIG_I2C_AMD8111 is not set
46334 +# CONFIG_I2C_I801 is not set
46335 +# CONFIG_I2C_I810 is not set
46336 +# CONFIG_I2C_PIIX4 is not set
46337 +CONFIG_I2C_MPC=y
46338 +# CONFIG_I2C_NFORCE2 is not set
46339 +# CONFIG_I2C_OCORES is not set
46340 +# CONFIG_I2C_PARPORT_LIGHT is not set
46341 +# CONFIG_I2C_PROSAVAGE is not set
46342 +# CONFIG_I2C_SAVAGE4 is not set
46343 +# CONFIG_I2C_SIMTEC is not set
46344 +# CONFIG_I2C_SIS5595 is not set
46345 +# CONFIG_I2C_SIS630 is not set
46346 +# CONFIG_I2C_SIS96X is not set
46347 +# CONFIG_I2C_TAOS_EVM is not set
46348 +# CONFIG_I2C_VIA is not set
46349 +# CONFIG_I2C_VIAPRO is not set
46350 +# CONFIG_I2C_VOODOO3 is not set
46351 +
46352 +#
46353 +# Miscellaneous I2C Chip support
46354 +#
46355 +# CONFIG_DS1682 is not set
46356 +# CONFIG_SENSORS_EEPROM is not set
46357 +# CONFIG_SENSORS_PCF8574 is not set
46358 +# CONFIG_PCF8575 is not set
46359 +# CONFIG_SENSORS_PCF8591 is not set
46360 +# CONFIG_TPS65010 is not set
46361 +# CONFIG_SENSORS_MAX6875 is not set
46362 +# CONFIG_SENSORS_TSL2550 is not set
46363 +# CONFIG_I2C_DEBUG_CORE is not set
46364 +# CONFIG_I2C_DEBUG_ALGO is not set
46365 +# CONFIG_I2C_DEBUG_BUS is not set
46366 +# CONFIG_I2C_DEBUG_CHIP is not set
46367 +
46368 +#
46369 +# SPI support
46370 +#
46371 +# CONFIG_SPI is not set
46372 +# CONFIG_SPI_MASTER is not set
46373 +# CONFIG_W1 is not set
46374 +# CONFIG_POWER_SUPPLY is not set
46375 +CONFIG_HWMON=y
46376 +# CONFIG_HWMON_VID is not set
46377 +# CONFIG_SENSORS_AD7418 is not set
46378 +# CONFIG_SENSORS_ADM1021 is not set
46379 +# CONFIG_SENSORS_ADM1025 is not set
46380 +# CONFIG_SENSORS_ADM1026 is not set
46381 +# CONFIG_SENSORS_ADM1029 is not set
46382 +# CONFIG_SENSORS_ADM1031 is not set
46383 +# CONFIG_SENSORS_ADM9240 is not set
46384 +# CONFIG_SENSORS_ADT7470 is not set
46385 +# CONFIG_SENSORS_ADT7473 is not set
46386 +# CONFIG_SENSORS_ATXP1 is not set
46387 +# CONFIG_SENSORS_DS1621 is not set
46388 +# CONFIG_SENSORS_I5K_AMB is not set
46389 +# CONFIG_SENSORS_F71805F is not set
46390 +# CONFIG_SENSORS_F71882FG is not set
46391 +# CONFIG_SENSORS_F75375S is not set
46392 +# CONFIG_SENSORS_GL518SM is not set
46393 +# CONFIG_SENSORS_GL520SM is not set
46394 +# CONFIG_SENSORS_IT87 is not set
46395 +# CONFIG_SENSORS_LM63 is not set
46396 +CONFIG_SENSORS_LM75=y
46397 +# CONFIG_SENSORS_LM77 is not set
46398 +# CONFIG_SENSORS_LM78 is not set
46399 +# CONFIG_SENSORS_LM80 is not set
46400 +# CONFIG_SENSORS_LM83 is not set
46401 +# CONFIG_SENSORS_LM85 is not set
46402 +# CONFIG_SENSORS_LM87 is not set
46403 +# CONFIG_SENSORS_LM90 is not set
46404 +# CONFIG_SENSORS_LM92 is not set
46405 +# CONFIG_SENSORS_LM93 is not set
46406 +# CONFIG_SENSORS_MAX1619 is not set
46407 +# CONFIG_SENSORS_MAX6650 is not set
46408 +# CONFIG_SENSORS_PC87360 is not set
46409 +# CONFIG_SENSORS_PC87427 is not set
46410 +# CONFIG_SENSORS_SIS5595 is not set
46411 +# CONFIG_SENSORS_DME1737 is not set
46412 +# CONFIG_SENSORS_SMSC47M1 is not set
46413 +# CONFIG_SENSORS_SMSC47M192 is not set
46414 +# CONFIG_SENSORS_SMSC47B397 is not set
46415 +# CONFIG_SENSORS_ADS7828 is not set
46416 +# CONFIG_SENSORS_THMC50 is not set
46417 +# CONFIG_SENSORS_VIA686A is not set
46418 +# CONFIG_SENSORS_VT1211 is not set
46419 +# CONFIG_SENSORS_VT8231 is not set
46420 +# CONFIG_SENSORS_W83781D is not set
46421 +# CONFIG_SENSORS_W83791D is not set
46422 +# CONFIG_SENSORS_W83792D is not set
46423 +# CONFIG_SENSORS_W83793 is not set
46424 +# CONFIG_SENSORS_W83L785TS is not set
46425 +# CONFIG_SENSORS_W83L786NG is not set
46426 +# CONFIG_SENSORS_W83627HF is not set
46427 +# CONFIG_SENSORS_W83627EHF is not set
46428 +CONFIG_HWMON_DEBUG_CHIP=y
46429 +# CONFIG_THERMAL is not set
46430 +# CONFIG_WATCHDOG is not set
46431 +
46432 +#
46433 +# Sonics Silicon Backplane
46434 +#
46435 +CONFIG_SSB_POSSIBLE=y
46436 +# CONFIG_SSB is not set
46437 +
46438 +#
46439 +# Multifunction device drivers
46440 +#
46441 +# CONFIG_MFD_SM501 is not set
46442 +
46443 +#
46444 +# Multimedia devices
46445 +#
46446 +# CONFIG_VIDEO_DEV is not set
46447 +# CONFIG_DVB_CORE is not set
46448 +CONFIG_DAB=y
46449 +
46450 +#
46451 +# Graphics support
46452 +#
46453 +# CONFIG_AGP is not set
46454 +# CONFIG_DRM is not set
46455 +# CONFIG_VGASTATE is not set
46456 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
46457 +# CONFIG_FB is not set
46458 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
46459 +
46460 +#
46461 +# Display device support
46462 +#
46463 +# CONFIG_DISPLAY_SUPPORT is not set
46464 +
46465 +#
46466 +# Sound
46467 +#
46468 +# CONFIG_SOUND is not set
46469 +CONFIG_HID_SUPPORT=y
46470 +CONFIG_HID=y
46471 +# CONFIG_HID_DEBUG is not set
46472 +# CONFIG_HIDRAW is not set
46473 +CONFIG_USB_SUPPORT=y
46474 +CONFIG_USB_ARCH_HAS_HCD=y
46475 +CONFIG_USB_ARCH_HAS_OHCI=y
46476 +CONFIG_USB_ARCH_HAS_EHCI=y
46477 +# CONFIG_USB is not set
46478 +
46479 +#
46480 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
46481 +#
46482 +# CONFIG_USB_GADGET is not set
46483 +# CONFIG_MMC is not set
46484 +# CONFIG_MEMSTICK is not set
46485 +# CONFIG_NEW_LEDS is not set
46486 +# CONFIG_INFINIBAND is not set
46487 +# CONFIG_EDAC is not set
46488 +# CONFIG_RTC_CLASS is not set
46489 +# CONFIG_DMADEVICES is not set
46490 +
46491 +#
46492 +# Userspace I/O
46493 +#
46494 +# CONFIG_UIO is not set
46495 +
46496 +#
46497 +# File systems
46498 +#
46499 +CONFIG_EXT2_FS=y
46500 +# CONFIG_EXT2_FS_XATTR is not set
46501 +# CONFIG_EXT2_FS_XIP is not set
46502 +CONFIG_EXT3_FS=y
46503 +CONFIG_EXT3_FS_XATTR=y
46504 +# CONFIG_EXT3_FS_POSIX_ACL is not set
46505 +# CONFIG_EXT3_FS_SECURITY is not set
46506 +# CONFIG_EXT4DEV_FS is not set
46507 +CONFIG_JBD=y
46508 +CONFIG_FS_MBCACHE=y
46509 +# CONFIG_REISERFS_FS is not set
46510 +# CONFIG_JFS_FS is not set
46511 +# CONFIG_FS_POSIX_ACL is not set
46512 +# CONFIG_XFS_FS is not set
46513 +# CONFIG_GFS2_FS is not set
46514 +# CONFIG_OCFS2_FS is not set
46515 +CONFIG_DNOTIFY=y
46516 +CONFIG_INOTIFY=y
46517 +CONFIG_INOTIFY_USER=y
46518 +# CONFIG_QUOTA is not set
46519 +# CONFIG_AUTOFS_FS is not set
46520 +# CONFIG_AUTOFS4_FS is not set
46521 +# CONFIG_FUSE_FS is not set
46522 +
46523 +#
46524 +# CD-ROM/DVD Filesystems
46525 +#
46526 +# CONFIG_ISO9660_FS is not set
46527 +# CONFIG_UDF_FS is not set
46528 +
46529 +#
46530 +# DOS/FAT/NT Filesystems
46531 +#
46532 +# CONFIG_MSDOS_FS is not set
46533 +# CONFIG_VFAT_FS is not set
46534 +# CONFIG_NTFS_FS is not set
46535 +
46536 +#
46537 +# Pseudo filesystems
46538 +#
46539 +CONFIG_PROC_FS=y
46540 +CONFIG_PROC_KCORE=y
46541 +CONFIG_PROC_SYSCTL=y
46542 +CONFIG_SYSFS=y
46543 +CONFIG_TMPFS=y
46544 +# CONFIG_TMPFS_POSIX_ACL is not set
46545 +# CONFIG_HUGETLB_PAGE is not set
46546 +# CONFIG_CONFIGFS_FS is not set
46547 +
46548 +#
46549 +# Miscellaneous filesystems
46550 +#
46551 +# CONFIG_ADFS_FS is not set
46552 +# CONFIG_AFFS_FS is not set
46553 +# CONFIG_HFS_FS is not set
46554 +# CONFIG_HFSPLUS_FS is not set
46555 +# CONFIG_BEFS_FS is not set
46556 +# CONFIG_BFS_FS is not set
46557 +# CONFIG_EFS_FS is not set
46558 +CONFIG_JFFS2_FS=y
46559 +CONFIG_JFFS2_FS_DEBUG=0
46560 +CONFIG_JFFS2_FS_WRITEBUFFER=y
46561 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
46562 +# CONFIG_JFFS2_SUMMARY is not set
46563 +# CONFIG_JFFS2_FS_XATTR is not set
46564 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
46565 +CONFIG_JFFS2_ZLIB=y
46566 +# CONFIG_JFFS2_LZO is not set
46567 +CONFIG_JFFS2_RTIME=y
46568 +# CONFIG_JFFS2_RUBIN is not set
46569 +CONFIG_CRAMFS=y
46570 +# CONFIG_VXFS_FS is not set
46571 +# CONFIG_MINIX_FS is not set
46572 +# CONFIG_HPFS_FS is not set
46573 +# CONFIG_QNX4FS_FS is not set
46574 +# CONFIG_ROMFS_FS is not set
46575 +# CONFIG_SYSV_FS is not set
46576 +# CONFIG_UFS_FS is not set
46577 +CONFIG_NETWORK_FILESYSTEMS=y
46578 +CONFIG_NFS_FS=y
46579 +# CONFIG_NFS_V3 is not set
46580 +# CONFIG_NFS_V4 is not set
46581 +# CONFIG_NFS_DIRECTIO is not set
46582 +# CONFIG_NFSD is not set
46583 +CONFIG_ROOT_NFS=y
46584 +CONFIG_LOCKD=y
46585 +CONFIG_NFS_COMMON=y
46586 +CONFIG_SUNRPC=y
46587 +# CONFIG_SUNRPC_BIND34 is not set
46588 +# CONFIG_RPCSEC_GSS_KRB5 is not set
46589 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
46590 +# CONFIG_SMB_FS is not set
46591 +# CONFIG_CIFS is not set
46592 +# CONFIG_NCP_FS is not set
46593 +# CONFIG_CODA_FS is not set
46594 +# CONFIG_AFS_FS is not set
46595 +
46596 +#
46597 +# Partition Types
46598 +#
46599 +CONFIG_PARTITION_ADVANCED=y
46600 +# CONFIG_ACORN_PARTITION is not set
46601 +# CONFIG_OSF_PARTITION is not set
46602 +# CONFIG_AMIGA_PARTITION is not set
46603 +# CONFIG_ATARI_PARTITION is not set
46604 +# CONFIG_MAC_PARTITION is not set
46605 +# CONFIG_MSDOS_PARTITION is not set
46606 +# CONFIG_LDM_PARTITION is not set
46607 +# CONFIG_SGI_PARTITION is not set
46608 +# CONFIG_ULTRIX_PARTITION is not set
46609 +# CONFIG_SUN_PARTITION is not set
46610 +# CONFIG_KARMA_PARTITION is not set
46611 +# CONFIG_EFI_PARTITION is not set
46612 +# CONFIG_SYSV68_PARTITION is not set
46613 +# CONFIG_NLS is not set
46614 +# CONFIG_DLM is not set
46615 +
46616 +#
46617 +# Library routines
46618 +#
46619 +CONFIG_BITREVERSE=y
46620 +# CONFIG_CRC_CCITT is not set
46621 +# CONFIG_CRC16 is not set
46622 +# CONFIG_CRC_ITU_T is not set
46623 +CONFIG_CRC32=y
46624 +# CONFIG_CRC7 is not set
46625 +# CONFIG_LIBCRC32C is not set
46626 +CONFIG_ZLIB_INFLATE=y
46627 +CONFIG_ZLIB_DEFLATE=y
46628 +CONFIG_PLIST=y
46629 +CONFIG_HAS_IOMEM=y
46630 +CONFIG_HAS_IOPORT=y
46631 +CONFIG_HAS_DMA=y
46632 +
46633 +#
46634 +# Kernel hacking
46635 +#
46636 +# CONFIG_PRINTK_TIME is not set
46637 +CONFIG_ENABLE_WARN_DEPRECATED=y
46638 +CONFIG_ENABLE_MUST_CHECK=y
46639 +# CONFIG_MAGIC_SYSRQ is not set
46640 +# CONFIG_UNUSED_SYMBOLS is not set
46641 +# CONFIG_DEBUG_FS is not set
46642 +# CONFIG_HEADERS_CHECK is not set
46643 +# CONFIG_DEBUG_KERNEL is not set
46644 +# CONFIG_SLUB_DEBUG_ON is not set
46645 +# CONFIG_SLUB_STATS is not set
46646 +# CONFIG_DEBUG_BUGVERBOSE is not set
46647 +# CONFIG_SAMPLES is not set
46648 +# CONFIG_KGDB_CONSOLE is not set
46649 +# CONFIG_PPC_EARLY_DEBUG is not set
46650 +
46651 +#
46652 +# Security options
46653 +#
46654 +# CONFIG_KEYS is not set
46655 +# CONFIG_SECURITY is not set
46656 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
46657 +CONFIG_CRYPTO=y
46658 +# CONFIG_CRYPTO_SEQIV is not set
46659 +# CONFIG_CRYPTO_MANAGER is not set
46660 +# CONFIG_CRYPTO_HMAC is not set
46661 +# CONFIG_CRYPTO_XCBC is not set
46662 +# CONFIG_CRYPTO_NULL is not set
46663 +# CONFIG_CRYPTO_MD4 is not set
46664 +# CONFIG_CRYPTO_MD5 is not set
46665 +# CONFIG_CRYPTO_SHA1 is not set
46666 +# CONFIG_CRYPTO_SHA256 is not set
46667 +# CONFIG_CRYPTO_SHA512 is not set
46668 +# CONFIG_CRYPTO_WP512 is not set
46669 +# CONFIG_CRYPTO_TGR192 is not set
46670 +# CONFIG_CRYPTO_GF128MUL is not set
46671 +# CONFIG_CRYPTO_ECB is not set
46672 +# CONFIG_CRYPTO_CBC is not set
46673 +# CONFIG_CRYPTO_PCBC is not set
46674 +# CONFIG_CRYPTO_LRW is not set
46675 +# CONFIG_CRYPTO_XTS is not set
46676 +# CONFIG_CRYPTO_CTR is not set
46677 +# CONFIG_CRYPTO_GCM is not set
46678 +# CONFIG_CRYPTO_CCM is not set
46679 +# CONFIG_CRYPTO_CRYPTD is not set
46680 +# CONFIG_CRYPTO_DES is not set
46681 +# CONFIG_CRYPTO_FCRYPT is not set
46682 +# CONFIG_CRYPTO_BLOWFISH is not set
46683 +# CONFIG_CRYPTO_TWOFISH is not set
46684 +# CONFIG_CRYPTO_SERPENT is not set
46685 +# CONFIG_CRYPTO_AES is not set
46686 +# CONFIG_CRYPTO_CAST5 is not set
46687 +# CONFIG_CRYPTO_CAST6 is not set
46688 +# CONFIG_CRYPTO_TEA is not set
46689 +# CONFIG_CRYPTO_ARC4 is not set
46690 +# CONFIG_CRYPTO_KHAZAD is not set
46691 +# CONFIG_CRYPTO_ANUBIS is not set
46692 +# CONFIG_CRYPTO_SEED is not set
46693 +# CONFIG_CRYPTO_SALSA20 is not set
46694 +# CONFIG_CRYPTO_DEFLATE is not set
46695 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
46696 +# CONFIG_CRYPTO_CRC32C is not set
46697 +# CONFIG_CRYPTO_CAMELLIA is not set
46698 +# CONFIG_CRYPTO_AUTHENC is not set
46699 +# CONFIG_CRYPTO_LZO is not set
46700 +CONFIG_CRYPTO_HW=y
46701 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
46702 +# CONFIG_PPC_CLOCK is not set
46703 +CONFIG_PPC_LIB_RHEAP=y
46704 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8555_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8555_defconfig
46705 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8555_defconfig        1970-01-01 01:00:00.000000000 +0100
46706 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8555_defconfig     2008-04-19 16:40:52.000000000 +0200
46707 @@ -0,0 +1,1109 @@
46708 +#
46709 +# Automatically generated make config: don't edit
46710 +# Linux kernel version: 2.6.25-rc6
46711 +# Mon Mar 24 08:48:44 2008
46712 +#
46713 +# CONFIG_PPC64 is not set
46714 +
46715 +#
46716 +# Processor support
46717 +#
46718 +# CONFIG_6xx is not set
46719 +CONFIG_PPC_85xx=y
46720 +# CONFIG_PPC_8xx is not set
46721 +# CONFIG_40x is not set
46722 +# CONFIG_44x is not set
46723 +# CONFIG_E200 is not set
46724 +CONFIG_E500=y
46725 +CONFIG_BOOKE=y
46726 +CONFIG_FSL_BOOKE=y
46727 +CONFIG_FSL_EMB_PERFMON=y
46728 +# CONFIG_PHYS_64BIT is not set
46729 +CONFIG_SPE=y
46730 +# CONFIG_PPC_MM_SLICES is not set
46731 +CONFIG_PPC32=y
46732 +CONFIG_WORD_SIZE=32
46733 +CONFIG_PPC_MERGE=y
46734 +CONFIG_MMU=y
46735 +CONFIG_GENERIC_CMOS_UPDATE=y
46736 +CONFIG_GENERIC_TIME=y
46737 +CONFIG_GENERIC_TIME_VSYSCALL=y
46738 +CONFIG_GENERIC_CLOCKEVENTS=y
46739 +CONFIG_GENERIC_HARDIRQS=y
46740 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
46741 +CONFIG_IRQ_PER_CPU=y
46742 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
46743 +CONFIG_ARCH_HAS_ILOG2_U32=y
46744 +CONFIG_GENERIC_HWEIGHT=y
46745 +CONFIG_GENERIC_CALIBRATE_DELAY=y
46746 +CONFIG_GENERIC_FIND_NEXT_BIT=y
46747 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
46748 +CONFIG_PPC=y
46749 +CONFIG_EARLY_PRINTK=y
46750 +CONFIG_GENERIC_NVRAM=y
46751 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
46752 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
46753 +CONFIG_PPC_OF=y
46754 +CONFIG_OF=y
46755 +CONFIG_PPC_UDBG_16550=y
46756 +# CONFIG_GENERIC_TBSYNC is not set
46757 +CONFIG_AUDIT_ARCH=y
46758 +CONFIG_GENERIC_BUG=y
46759 +CONFIG_DEFAULT_UIMAGE=y
46760 +# CONFIG_PPC_DCR_NATIVE is not set
46761 +# CONFIG_PPC_DCR_MMIO is not set
46762 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
46763 +
46764 +#
46765 +# General setup
46766 +#
46767 +CONFIG_EXPERIMENTAL=y
46768 +CONFIG_BROKEN_ON_SMP=y
46769 +CONFIG_INIT_ENV_ARG_LIMIT=32
46770 +CONFIG_LOCALVERSION=""
46771 +CONFIG_LOCALVERSION_AUTO=y
46772 +CONFIG_SWAP=y
46773 +CONFIG_SYSVIPC=y
46774 +CONFIG_SYSVIPC_SYSCTL=y
46775 +# CONFIG_POSIX_MQUEUE is not set
46776 +# CONFIG_BSD_PROCESS_ACCT is not set
46777 +# CONFIG_TASKSTATS is not set
46778 +# CONFIG_AUDIT is not set
46779 +# CONFIG_IKCONFIG is not set
46780 +CONFIG_LOG_BUF_SHIFT=14
46781 +# CONFIG_CGROUPS is not set
46782 +CONFIG_GROUP_SCHED=y
46783 +CONFIG_FAIR_GROUP_SCHED=y
46784 +# CONFIG_RT_GROUP_SCHED is not set
46785 +CONFIG_USER_SCHED=y
46786 +# CONFIG_CGROUP_SCHED is not set
46787 +CONFIG_SYSFS_DEPRECATED=y
46788 +CONFIG_SYSFS_DEPRECATED_V2=y
46789 +# CONFIG_RELAY is not set
46790 +# CONFIG_NAMESPACES is not set
46791 +CONFIG_BLK_DEV_INITRD=y
46792 +CONFIG_INITRAMFS_SOURCE=""
46793 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
46794 +CONFIG_SYSCTL=y
46795 +CONFIG_EMBEDDED=y
46796 +CONFIG_SYSCTL_SYSCALL=y
46797 +# CONFIG_KALLSYMS is not set
46798 +# CONFIG_HOTPLUG is not set
46799 +CONFIG_PRINTK=y
46800 +CONFIG_BUG=y
46801 +CONFIG_ELF_CORE=y
46802 +CONFIG_COMPAT_BRK=y
46803 +CONFIG_BASE_FULL=y
46804 +CONFIG_FUTEX=y
46805 +CONFIG_ANON_INODES=y
46806 +# CONFIG_EPOLL is not set
46807 +CONFIG_SIGNALFD=y
46808 +CONFIG_TIMERFD=y
46809 +CONFIG_EVENTFD=y
46810 +CONFIG_SHMEM=y
46811 +CONFIG_VM_EVENT_COUNTERS=y
46812 +CONFIG_SLUB_DEBUG=y
46813 +# CONFIG_SLAB is not set
46814 +CONFIG_SLUB=y
46815 +# CONFIG_SLOB is not set
46816 +# CONFIG_PROFILING is not set
46817 +# CONFIG_MARKERS is not set
46818 +CONFIG_HAVE_OPROFILE=y
46819 +CONFIG_HAVE_KPROBES=y
46820 +CONFIG_HAVE_KRETPROBES=y
46821 +CONFIG_PROC_PAGE_MONITOR=y
46822 +CONFIG_SLABINFO=y
46823 +CONFIG_RT_MUTEXES=y
46824 +# CONFIG_TINY_SHMEM is not set
46825 +CONFIG_BASE_SMALL=0
46826 +# CONFIG_MODULES is not set
46827 +CONFIG_BLOCK=y
46828 +# CONFIG_LBD is not set
46829 +# CONFIG_BLK_DEV_IO_TRACE is not set
46830 +# CONFIG_LSF is not set
46831 +# CONFIG_BLK_DEV_BSG is not set
46832 +
46833 +#
46834 +# IO Schedulers
46835 +#
46836 +CONFIG_IOSCHED_NOOP=y
46837 +CONFIG_IOSCHED_AS=y
46838 +CONFIG_IOSCHED_DEADLINE=y
46839 +CONFIG_IOSCHED_CFQ=y
46840 +CONFIG_DEFAULT_AS=y
46841 +# CONFIG_DEFAULT_DEADLINE is not set
46842 +# CONFIG_DEFAULT_CFQ is not set
46843 +# CONFIG_DEFAULT_NOOP is not set
46844 +CONFIG_DEFAULT_IOSCHED="anticipatory"
46845 +CONFIG_CLASSIC_RCU=y
46846 +
46847 +#
46848 +# Platform support
46849 +#
46850 +# CONFIG_PPC_MPC512x is not set
46851 +# CONFIG_PPC_MPC5121 is not set
46852 +# CONFIG_PPC_CELL is not set
46853 +# CONFIG_PPC_CELL_NATIVE is not set
46854 +# CONFIG_PQ2ADS is not set
46855 +CONFIG_MPC85xx=y
46856 +# CONFIG_MPC8540_ADS is not set
46857 +# CONFIG_MPC8560_ADS is not set
46858 +# CONFIG_MPC85xx_CDS is not set
46859 +# CONFIG_MPC85xx_MDS is not set
46860 +# CONFIG_MPC85xx_DS is not set
46861 +# CONFIG_STX_GP3 is not set
46862 +# CONFIG_TQM8540 is not set
46863 +# CONFIG_TQM8541 is not set
46864 +CONFIG_TQM8555=y
46865 +# CONFIG_TQM8560 is not set
46866 +# CONFIG_SBC8548 is not set
46867 +# CONFIG_SBC8560 is not set
46868 +CONFIG_TQM85xx=y
46869 +# CONFIG_IPIC is not set
46870 +CONFIG_MPIC=y
46871 +# CONFIG_MPIC_WEIRD is not set
46872 +# CONFIG_PPC_I8259 is not set
46873 +# CONFIG_PPC_RTAS is not set
46874 +# CONFIG_MMIO_NVRAM is not set
46875 +# CONFIG_PPC_MPC106 is not set
46876 +# CONFIG_PPC_970_NAP is not set
46877 +# CONFIG_PPC_INDIRECT_IO is not set
46878 +# CONFIG_GENERIC_IOMAP is not set
46879 +# CONFIG_CPU_FREQ is not set
46880 +CONFIG_CPM2=y
46881 +CONFIG_PPC_CPM_NEW_BINDING=y
46882 +# CONFIG_FSL_ULI1575 is not set
46883 +CONFIG_CPM=y
46884 +
46885 +#
46886 +# Kernel options
46887 +#
46888 +# CONFIG_HIGHMEM is not set
46889 +# CONFIG_TICK_ONESHOT is not set
46890 +# CONFIG_NO_HZ is not set
46891 +# CONFIG_HIGH_RES_TIMERS is not set
46892 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
46893 +# CONFIG_HZ_100 is not set
46894 +CONFIG_HZ_250=y
46895 +# CONFIG_HZ_300 is not set
46896 +# CONFIG_HZ_1000 is not set
46897 +CONFIG_HZ=250
46898 +# CONFIG_SCHED_HRTICK is not set
46899 +CONFIG_PREEMPT_NONE=y
46900 +# CONFIG_PREEMPT_VOLUNTARY is not set
46901 +# CONFIG_PREEMPT is not set
46902 +CONFIG_BINFMT_ELF=y
46903 +# CONFIG_BINFMT_MISC is not set
46904 +CONFIG_MATH_EMULATION=y
46905 +# CONFIG_IOMMU_HELPER is not set
46906 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
46907 +CONFIG_ARCH_HAS_WALK_MEMORY=y
46908 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
46909 +CONFIG_ARCH_FLATMEM_ENABLE=y
46910 +CONFIG_ARCH_POPULATES_NODE_MAP=y
46911 +CONFIG_SELECT_MEMORY_MODEL=y
46912 +CONFIG_FLATMEM_MANUAL=y
46913 +# CONFIG_DISCONTIGMEM_MANUAL is not set
46914 +# CONFIG_SPARSEMEM_MANUAL is not set
46915 +CONFIG_FLATMEM=y
46916 +CONFIG_FLAT_NODE_MEM_MAP=y
46917 +# CONFIG_SPARSEMEM_STATIC is not set
46918 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
46919 +CONFIG_SPLIT_PTLOCK_CPUS=4
46920 +# CONFIG_RESOURCES_64BIT is not set
46921 +CONFIG_ZONE_DMA_FLAG=1
46922 +CONFIG_BOUNCE=y
46923 +CONFIG_VIRT_TO_BUS=y
46924 +# CONFIG_PROC_DEVICETREE is not set
46925 +# CONFIG_CMDLINE_BOOL is not set
46926 +# CONFIG_PM is not set
46927 +CONFIG_SECCOMP=y
46928 +CONFIG_ISA_DMA_API=y
46929 +
46930 +#
46931 +# Bus options
46932 +#
46933 +CONFIG_ZONE_DMA=y
46934 +CONFIG_PPC_INDIRECT_PCI=y
46935 +CONFIG_FSL_SOC=y
46936 +CONFIG_FSL_PCI=y
46937 +CONFIG_PCI=y
46938 +CONFIG_PCI_DOMAINS=y
46939 +CONFIG_PCI_SYSCALL=y
46940 +# CONFIG_PCIEPORTBUS is not set
46941 +CONFIG_ARCH_SUPPORTS_MSI=y
46942 +# CONFIG_PCI_MSI is not set
46943 +CONFIG_PCI_LEGACY=y
46944 +
46945 +#
46946 +# Advanced setup
46947 +#
46948 +# CONFIG_ADVANCED_OPTIONS is not set
46949 +
46950 +#
46951 +# Default settings for advanced configuration options are used
46952 +#
46953 +CONFIG_HIGHMEM_START=0xfe000000
46954 +CONFIG_LOWMEM_SIZE=0x30000000
46955 +CONFIG_KERNEL_START=0xc0000000
46956 +CONFIG_TASK_SIZE=0xc0000000
46957 +CONFIG_BOOT_LOAD=0x00800000
46958 +
46959 +#
46960 +# Networking
46961 +#
46962 +CONFIG_NET=y
46963 +
46964 +#
46965 +# Networking options
46966 +#
46967 +CONFIG_PACKET=y
46968 +# CONFIG_PACKET_MMAP is not set
46969 +CONFIG_UNIX=y
46970 +CONFIG_XFRM=y
46971 +# CONFIG_XFRM_USER is not set
46972 +# CONFIG_XFRM_SUB_POLICY is not set
46973 +# CONFIG_XFRM_MIGRATE is not set
46974 +# CONFIG_XFRM_STATISTICS is not set
46975 +# CONFIG_NET_KEY is not set
46976 +CONFIG_INET=y
46977 +CONFIG_IP_MULTICAST=y
46978 +# CONFIG_IP_ADVANCED_ROUTER is not set
46979 +CONFIG_IP_FIB_HASH=y
46980 +CONFIG_IP_PNP=y
46981 +CONFIG_IP_PNP_DHCP=y
46982 +CONFIG_IP_PNP_BOOTP=y
46983 +# CONFIG_IP_PNP_RARP is not set
46984 +# CONFIG_NET_IPIP is not set
46985 +# CONFIG_NET_IPGRE is not set
46986 +# CONFIG_IP_MROUTE is not set
46987 +# CONFIG_ARPD is not set
46988 +CONFIG_SYN_COOKIES=y
46989 +# CONFIG_INET_AH is not set
46990 +# CONFIG_INET_ESP is not set
46991 +# CONFIG_INET_IPCOMP is not set
46992 +# CONFIG_INET_XFRM_TUNNEL is not set
46993 +# CONFIG_INET_TUNNEL is not set
46994 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
46995 +CONFIG_INET_XFRM_MODE_TUNNEL=y
46996 +CONFIG_INET_XFRM_MODE_BEET=y
46997 +# CONFIG_INET_LRO is not set
46998 +CONFIG_INET_DIAG=y
46999 +CONFIG_INET_TCP_DIAG=y
47000 +# CONFIG_TCP_CONG_ADVANCED is not set
47001 +CONFIG_TCP_CONG_CUBIC=y
47002 +CONFIG_DEFAULT_TCP_CONG="cubic"
47003 +# CONFIG_TCP_MD5SIG is not set
47004 +# CONFIG_IPV6 is not set
47005 +# CONFIG_INET6_XFRM_TUNNEL is not set
47006 +# CONFIG_INET6_TUNNEL is not set
47007 +# CONFIG_NETWORK_SECMARK is not set
47008 +# CONFIG_NETFILTER is not set
47009 +# CONFIG_IP_DCCP is not set
47010 +# CONFIG_IP_SCTP is not set
47011 +# CONFIG_TIPC is not set
47012 +# CONFIG_ATM is not set
47013 +# CONFIG_BRIDGE is not set
47014 +# CONFIG_VLAN_8021Q is not set
47015 +# CONFIG_DECNET is not set
47016 +# CONFIG_LLC2 is not set
47017 +# CONFIG_IPX is not set
47018 +# CONFIG_ATALK is not set
47019 +# CONFIG_X25 is not set
47020 +# CONFIG_LAPB is not set
47021 +# CONFIG_ECONET is not set
47022 +# CONFIG_WAN_ROUTER is not set
47023 +# CONFIG_NET_SCHED is not set
47024 +
47025 +#
47026 +# Network testing
47027 +#
47028 +# CONFIG_NET_PKTGEN is not set
47029 +# CONFIG_HAMRADIO is not set
47030 +# CONFIG_CAN is not set
47031 +# CONFIG_IRDA is not set
47032 +# CONFIG_BT is not set
47033 +# CONFIG_AF_RXRPC is not set
47034 +
47035 +#
47036 +# Wireless
47037 +#
47038 +# CONFIG_CFG80211 is not set
47039 +# CONFIG_WIRELESS_EXT is not set
47040 +# CONFIG_MAC80211 is not set
47041 +# CONFIG_IEEE80211 is not set
47042 +# CONFIG_RFKILL is not set
47043 +# CONFIG_NET_9P is not set
47044 +
47045 +#
47046 +# Device Drivers
47047 +#
47048 +
47049 +#
47050 +# Generic Driver Options
47051 +#
47052 +CONFIG_STANDALONE=y
47053 +CONFIG_PREVENT_FIRMWARE_BUILD=y
47054 +# CONFIG_SYS_HYPERVISOR is not set
47055 +# CONFIG_CONNECTOR is not set
47056 +CONFIG_MTD=y
47057 +# CONFIG_MTD_DEBUG is not set
47058 +CONFIG_MTD_CONCAT=y
47059 +CONFIG_MTD_PARTITIONS=y
47060 +# CONFIG_MTD_REDBOOT_PARTS is not set
47061 +CONFIG_MTD_CMDLINE_PARTS=y
47062 +# CONFIG_MTD_OF_PARTS is not set
47063 +
47064 +#
47065 +# User Modules And Translation Layers
47066 +#
47067 +CONFIG_MTD_CHAR=y
47068 +CONFIG_MTD_BLKDEVS=y
47069 +CONFIG_MTD_BLOCK=y
47070 +# CONFIG_FTL is not set
47071 +# CONFIG_NFTL is not set
47072 +# CONFIG_INFTL is not set
47073 +# CONFIG_RFD_FTL is not set
47074 +# CONFIG_SSFDC is not set
47075 +# CONFIG_MTD_OOPS is not set
47076 +
47077 +#
47078 +# RAM/ROM/Flash chip drivers
47079 +#
47080 +CONFIG_MTD_CFI=y
47081 +# CONFIG_MTD_JEDECPROBE is not set
47082 +CONFIG_MTD_GEN_PROBE=y
47083 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
47084 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
47085 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
47086 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
47087 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
47088 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
47089 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
47090 +CONFIG_MTD_CFI_I1=y
47091 +CONFIG_MTD_CFI_I2=y
47092 +# CONFIG_MTD_CFI_I4 is not set
47093 +# CONFIG_MTD_CFI_I8 is not set
47094 +# CONFIG_MTD_CFI_INTELEXT is not set
47095 +CONFIG_MTD_CFI_AMDSTD=y
47096 +# CONFIG_MTD_CFI_STAA is not set
47097 +CONFIG_MTD_CFI_UTIL=y
47098 +# CONFIG_MTD_RAM is not set
47099 +# CONFIG_MTD_ROM is not set
47100 +# CONFIG_MTD_ABSENT is not set
47101 +
47102 +#
47103 +# Mapping drivers for chip access
47104 +#
47105 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
47106 +# CONFIG_MTD_PHYSMAP is not set
47107 +# CONFIG_MTD_PHYSMAP_OF is not set
47108 +# CONFIG_MTD_INTEL_VR_NOR is not set
47109 +# CONFIG_MTD_PLATRAM is not set
47110 +
47111 +#
47112 +# Self-contained MTD device drivers
47113 +#
47114 +# CONFIG_MTD_PMC551 is not set
47115 +# CONFIG_MTD_SLRAM is not set
47116 +# CONFIG_MTD_PHRAM is not set
47117 +# CONFIG_MTD_MTDRAM is not set
47118 +# CONFIG_MTD_BLOCK2MTD is not set
47119 +
47120 +#
47121 +# Disk-On-Chip Device Drivers
47122 +#
47123 +# CONFIG_MTD_DOC2000 is not set
47124 +# CONFIG_MTD_DOC2001 is not set
47125 +# CONFIG_MTD_DOC2001PLUS is not set
47126 +# CONFIG_MTD_NAND is not set
47127 +# CONFIG_MTD_ONENAND is not set
47128 +
47129 +#
47130 +# UBI - Unsorted block images
47131 +#
47132 +# CONFIG_MTD_UBI is not set
47133 +CONFIG_OF_DEVICE=y
47134 +# CONFIG_PARPORT is not set
47135 +CONFIG_BLK_DEV=y
47136 +# CONFIG_BLK_DEV_FD is not set
47137 +# CONFIG_BLK_CPQ_DA is not set
47138 +# CONFIG_BLK_CPQ_CISS_DA is not set
47139 +# CONFIG_BLK_DEV_DAC960 is not set
47140 +# CONFIG_BLK_DEV_UMEM is not set
47141 +# CONFIG_BLK_DEV_COW_COMMON is not set
47142 +CONFIG_BLK_DEV_LOOP=y
47143 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
47144 +# CONFIG_BLK_DEV_NBD is not set
47145 +# CONFIG_BLK_DEV_SX8 is not set
47146 +CONFIG_BLK_DEV_RAM=y
47147 +CONFIG_BLK_DEV_RAM_COUNT=16
47148 +CONFIG_BLK_DEV_RAM_SIZE=32768
47149 +# CONFIG_BLK_DEV_XIP is not set
47150 +# CONFIG_CDROM_PKTCDVD is not set
47151 +# CONFIG_ATA_OVER_ETH is not set
47152 +CONFIG_MISC_DEVICES=y
47153 +# CONFIG_PHANTOM is not set
47154 +# CONFIG_EEPROM_93CX6 is not set
47155 +# CONFIG_SGI_IOC4 is not set
47156 +# CONFIG_TIFM_CORE is not set
47157 +# CONFIG_ENCLOSURE_SERVICES is not set
47158 +CONFIG_HAVE_IDE=y
47159 +CONFIG_IDE=y
47160 +CONFIG_IDE_MAX_HWIFS=4
47161 +CONFIG_BLK_DEV_IDE=y
47162 +
47163 +#
47164 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
47165 +#
47166 +# CONFIG_BLK_DEV_IDE_SATA is not set
47167 +CONFIG_BLK_DEV_IDEDISK=y
47168 +# CONFIG_IDEDISK_MULTI_MODE is not set
47169 +# CONFIG_BLK_DEV_IDECD is not set
47170 +# CONFIG_BLK_DEV_IDETAPE is not set
47171 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
47172 +# CONFIG_IDE_TASK_IOCTL is not set
47173 +CONFIG_IDE_PROC_FS=y
47174 +
47175 +#
47176 +# IDE chipset support/bugfixes
47177 +#
47178 +CONFIG_IDE_GENERIC=y
47179 +# CONFIG_BLK_DEV_PLATFORM is not set
47180 +CONFIG_BLK_DEV_IDEDMA_SFF=y
47181 +
47182 +#
47183 +# PCI IDE chipsets support
47184 +#
47185 +CONFIG_BLK_DEV_IDEPCI=y
47186 +CONFIG_IDEPCI_PCIBUS_ORDER=y
47187 +# CONFIG_BLK_DEV_OFFBOARD is not set
47188 +CONFIG_BLK_DEV_GENERIC=y
47189 +# CONFIG_BLK_DEV_OPTI621 is not set
47190 +CONFIG_BLK_DEV_IDEDMA_PCI=y
47191 +# CONFIG_BLK_DEV_AEC62XX is not set
47192 +# CONFIG_BLK_DEV_ALI15X3 is not set
47193 +# CONFIG_BLK_DEV_AMD74XX is not set
47194 +# CONFIG_BLK_DEV_CMD64X is not set
47195 +# CONFIG_BLK_DEV_TRIFLEX is not set
47196 +# CONFIG_BLK_DEV_CY82C693 is not set
47197 +# CONFIG_BLK_DEV_CS5520 is not set
47198 +# CONFIG_BLK_DEV_CS5530 is not set
47199 +# CONFIG_BLK_DEV_HPT34X is not set
47200 +# CONFIG_BLK_DEV_HPT366 is not set
47201 +# CONFIG_BLK_DEV_JMICRON is not set
47202 +# CONFIG_BLK_DEV_SC1200 is not set
47203 +# CONFIG_BLK_DEV_PIIX is not set
47204 +# CONFIG_BLK_DEV_IT8213 is not set
47205 +# CONFIG_BLK_DEV_IT821X is not set
47206 +# CONFIG_BLK_DEV_NS87415 is not set
47207 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
47208 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
47209 +# CONFIG_BLK_DEV_SVWKS is not set
47210 +# CONFIG_BLK_DEV_SIIMAGE is not set
47211 +# CONFIG_BLK_DEV_SL82C105 is not set
47212 +# CONFIG_BLK_DEV_SLC90E66 is not set
47213 +# CONFIG_BLK_DEV_TRM290 is not set
47214 +CONFIG_BLK_DEV_VIA82CXXX=y
47215 +# CONFIG_BLK_DEV_TC86C001 is not set
47216 +CONFIG_BLK_DEV_IDEDMA=y
47217 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
47218 +# CONFIG_BLK_DEV_HD is not set
47219 +
47220 +#
47221 +# SCSI device support
47222 +#
47223 +# CONFIG_RAID_ATTRS is not set
47224 +# CONFIG_SCSI is not set
47225 +# CONFIG_SCSI_DMA is not set
47226 +# CONFIG_SCSI_NETLINK is not set
47227 +# CONFIG_ATA is not set
47228 +# CONFIG_MD is not set
47229 +# CONFIG_FUSION is not set
47230 +
47231 +#
47232 +# IEEE 1394 (FireWire) support
47233 +#
47234 +# CONFIG_FIREWIRE is not set
47235 +# CONFIG_IEEE1394 is not set
47236 +# CONFIG_I2O is not set
47237 +# CONFIG_MACINTOSH_DRIVERS is not set
47238 +CONFIG_NETDEVICES=y
47239 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
47240 +# CONFIG_DUMMY is not set
47241 +# CONFIG_BONDING is not set
47242 +# CONFIG_MACVLAN is not set
47243 +# CONFIG_EQUALIZER is not set
47244 +# CONFIG_TUN is not set
47245 +# CONFIG_VETH is not set
47246 +# CONFIG_ARCNET is not set
47247 +CONFIG_PHYLIB=y
47248 +
47249 +#
47250 +# MII PHY device drivers
47251 +#
47252 +# CONFIG_MARVELL_PHY is not set
47253 +# CONFIG_DAVICOM_PHY is not set
47254 +# CONFIG_QSEMI_PHY is not set
47255 +# CONFIG_LXT_PHY is not set
47256 +# CONFIG_CICADA_PHY is not set
47257 +# CONFIG_VITESSE_PHY is not set
47258 +# CONFIG_SMSC_PHY is not set
47259 +# CONFIG_BROADCOM_PHY is not set
47260 +# CONFIG_ICPLUS_PHY is not set
47261 +# CONFIG_REALTEK_PHY is not set
47262 +# CONFIG_FIXED_PHY is not set
47263 +# CONFIG_MDIO_BITBANG is not set
47264 +CONFIG_NET_ETHERNET=y
47265 +CONFIG_MII=y
47266 +# CONFIG_HAPPYMEAL is not set
47267 +# CONFIG_SUNGEM is not set
47268 +# CONFIG_CASSINI is not set
47269 +# CONFIG_NET_VENDOR_3COM is not set
47270 +# CONFIG_NET_TULIP is not set
47271 +# CONFIG_HP100 is not set
47272 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
47273 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
47274 +# CONFIG_IBM_NEW_EMAC_TAH is not set
47275 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
47276 +CONFIG_NET_PCI=y
47277 +# CONFIG_PCNET32 is not set
47278 +# CONFIG_AMD8111_ETH is not set
47279 +# CONFIG_ADAPTEC_STARFIRE is not set
47280 +# CONFIG_B44 is not set
47281 +# CONFIG_FORCEDETH is not set
47282 +# CONFIG_EEPRO100 is not set
47283 +CONFIG_E100=y
47284 +# CONFIG_FEALNX is not set
47285 +# CONFIG_NATSEMI is not set
47286 +# CONFIG_NE2K_PCI is not set
47287 +# CONFIG_8139CP is not set
47288 +# CONFIG_8139TOO is not set
47289 +# CONFIG_R6040 is not set
47290 +# CONFIG_SIS900 is not set
47291 +# CONFIG_EPIC100 is not set
47292 +# CONFIG_SUNDANCE is not set
47293 +# CONFIG_TLAN is not set
47294 +# CONFIG_VIA_RHINE is not set
47295 +# CONFIG_SC92031 is not set
47296 +# CONFIG_FS_ENET is not set
47297 +CONFIG_NETDEV_1000=y
47298 +# CONFIG_ACENIC is not set
47299 +# CONFIG_DL2K is not set
47300 +# CONFIG_E1000 is not set
47301 +# CONFIG_E1000E is not set
47302 +# CONFIG_E1000E_ENABLED is not set
47303 +# CONFIG_IP1000 is not set
47304 +# CONFIG_IGB is not set
47305 +# CONFIG_NS83820 is not set
47306 +# CONFIG_HAMACHI is not set
47307 +# CONFIG_YELLOWFIN is not set
47308 +# CONFIG_R8169 is not set
47309 +# CONFIG_SIS190 is not set
47310 +# CONFIG_SKGE is not set
47311 +# CONFIG_SKY2 is not set
47312 +# CONFIG_SK98LIN is not set
47313 +# CONFIG_VIA_VELOCITY is not set
47314 +# CONFIG_TIGON3 is not set
47315 +# CONFIG_BNX2 is not set
47316 +CONFIG_GIANFAR=y
47317 +CONFIG_GFAR_NAPI=y
47318 +# CONFIG_QLA3XXX is not set
47319 +# CONFIG_ATL1 is not set
47320 +CONFIG_NETDEV_10000=y
47321 +# CONFIG_CHELSIO_T1 is not set
47322 +# CONFIG_CHELSIO_T3 is not set
47323 +# CONFIG_IXGBE is not set
47324 +# CONFIG_IXGB is not set
47325 +# CONFIG_S2IO is not set
47326 +# CONFIG_MYRI10GE is not set
47327 +# CONFIG_NETXEN_NIC is not set
47328 +# CONFIG_NIU is not set
47329 +# CONFIG_MLX4_CORE is not set
47330 +# CONFIG_TEHUTI is not set
47331 +# CONFIG_BNX2X is not set
47332 +# CONFIG_TR is not set
47333 +
47334 +#
47335 +# Wireless LAN
47336 +#
47337 +# CONFIG_WLAN_PRE80211 is not set
47338 +# CONFIG_WLAN_80211 is not set
47339 +# CONFIG_WAN is not set
47340 +# CONFIG_FDDI is not set
47341 +# CONFIG_HIPPI is not set
47342 +# CONFIG_PPP is not set
47343 +# CONFIG_SLIP is not set
47344 +# CONFIG_NETCONSOLE is not set
47345 +# CONFIG_NETPOLL is not set
47346 +# CONFIG_NET_POLL_CONTROLLER is not set
47347 +# CONFIG_ISDN is not set
47348 +# CONFIG_PHONE is not set
47349 +
47350 +#
47351 +# Input device support
47352 +#
47353 +CONFIG_INPUT=y
47354 +# CONFIG_INPUT_FF_MEMLESS is not set
47355 +# CONFIG_INPUT_POLLDEV is not set
47356 +
47357 +#
47358 +# Userland interfaces
47359 +#
47360 +# CONFIG_INPUT_MOUSEDEV is not set
47361 +# CONFIG_INPUT_JOYDEV is not set
47362 +# CONFIG_INPUT_EVDEV is not set
47363 +# CONFIG_INPUT_EVBUG is not set
47364 +
47365 +#
47366 +# Input Device Drivers
47367 +#
47368 +# CONFIG_INPUT_KEYBOARD is not set
47369 +# CONFIG_INPUT_MOUSE is not set
47370 +# CONFIG_INPUT_JOYSTICK is not set
47371 +# CONFIG_INPUT_TABLET is not set
47372 +# CONFIG_INPUT_TOUCHSCREEN is not set
47373 +# CONFIG_INPUT_MISC is not set
47374 +
47375 +#
47376 +# Hardware I/O ports
47377 +#
47378 +# CONFIG_SERIO is not set
47379 +# CONFIG_GAMEPORT is not set
47380 +
47381 +#
47382 +# Character devices
47383 +#
47384 +# CONFIG_VT is not set
47385 +# CONFIG_SERIAL_NONSTANDARD is not set
47386 +# CONFIG_NOZOMI is not set
47387 +
47388 +#
47389 +# Serial drivers
47390 +#
47391 +CONFIG_SERIAL_8250=y
47392 +CONFIG_SERIAL_8250_CONSOLE=y
47393 +CONFIG_SERIAL_8250_PCI=y
47394 +CONFIG_SERIAL_8250_NR_UARTS=4
47395 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
47396 +# CONFIG_SERIAL_8250_EXTENDED is not set
47397 +CONFIG_SERIAL_8250_SHARE_IRQ=y
47398 +
47399 +#
47400 +# Non-8250 serial port support
47401 +#
47402 +# CONFIG_SERIAL_UARTLITE is not set
47403 +CONFIG_SERIAL_CORE=y
47404 +CONFIG_SERIAL_CORE_CONSOLE=y
47405 +CONFIG_SERIAL_CPM=y
47406 +CONFIG_SERIAL_CPM_CONSOLE=y
47407 +CONFIG_SERIAL_CPM_SCC1=y
47408 +# CONFIG_SERIAL_CPM_SCC2 is not set
47409 +# CONFIG_SERIAL_CPM_SCC3 is not set
47410 +# CONFIG_SERIAL_CPM_SCC4 is not set
47411 +# CONFIG_SERIAL_CPM_SMC1 is not set
47412 +# CONFIG_SERIAL_CPM_SMC2 is not set
47413 +# CONFIG_SERIAL_JSM is not set
47414 +# CONFIG_SERIAL_OF_PLATFORM is not set
47415 +CONFIG_UNIX98_PTYS=y
47416 +CONFIG_LEGACY_PTYS=y
47417 +CONFIG_LEGACY_PTY_COUNT=256
47418 +# CONFIG_IPMI_HANDLER is not set
47419 +CONFIG_HW_RANDOM=y
47420 +# CONFIG_NVRAM is not set
47421 +CONFIG_GEN_RTC=y
47422 +# CONFIG_GEN_RTC_X is not set
47423 +# CONFIG_R3964 is not set
47424 +# CONFIG_APPLICOM is not set
47425 +# CONFIG_RAW_DRIVER is not set
47426 +# CONFIG_TCG_TPM is not set
47427 +CONFIG_DEVPORT=y
47428 +CONFIG_I2C=y
47429 +CONFIG_I2C_BOARDINFO=y
47430 +CONFIG_I2C_CHARDEV=y
47431 +
47432 +#
47433 +# I2C Algorithms
47434 +#
47435 +# CONFIG_I2C_ALGOBIT is not set
47436 +# CONFIG_I2C_ALGOPCF is not set
47437 +# CONFIG_I2C_ALGOPCA is not set
47438 +
47439 +#
47440 +# I2C Hardware Bus support
47441 +#
47442 +# CONFIG_I2C_ALI1535 is not set
47443 +# CONFIG_I2C_ALI1563 is not set
47444 +# CONFIG_I2C_ALI15X3 is not set
47445 +# CONFIG_I2C_AMD756 is not set
47446 +# CONFIG_I2C_AMD8111 is not set
47447 +# CONFIG_I2C_I801 is not set
47448 +# CONFIG_I2C_I810 is not set
47449 +# CONFIG_I2C_PIIX4 is not set
47450 +CONFIG_I2C_MPC=y
47451 +# CONFIG_I2C_NFORCE2 is not set
47452 +# CONFIG_I2C_OCORES is not set
47453 +# CONFIG_I2C_PARPORT_LIGHT is not set
47454 +# CONFIG_I2C_PROSAVAGE is not set
47455 +# CONFIG_I2C_SAVAGE4 is not set
47456 +# CONFIG_I2C_SIMTEC is not set
47457 +# CONFIG_I2C_SIS5595 is not set
47458 +# CONFIG_I2C_SIS630 is not set
47459 +# CONFIG_I2C_SIS96X is not set
47460 +# CONFIG_I2C_TAOS_EVM is not set
47461 +# CONFIG_I2C_VIA is not set
47462 +# CONFIG_I2C_VIAPRO is not set
47463 +# CONFIG_I2C_VOODOO3 is not set
47464 +
47465 +#
47466 +# Miscellaneous I2C Chip support
47467 +#
47468 +# CONFIG_DS1682 is not set
47469 +# CONFIG_SENSORS_EEPROM is not set
47470 +# CONFIG_SENSORS_PCF8574 is not set
47471 +# CONFIG_PCF8575 is not set
47472 +# CONFIG_SENSORS_PCF8591 is not set
47473 +# CONFIG_TPS65010 is not set
47474 +# CONFIG_SENSORS_MAX6875 is not set
47475 +# CONFIG_SENSORS_TSL2550 is not set
47476 +# CONFIG_I2C_DEBUG_CORE is not set
47477 +# CONFIG_I2C_DEBUG_ALGO is not set
47478 +# CONFIG_I2C_DEBUG_BUS is not set
47479 +# CONFIG_I2C_DEBUG_CHIP is not set
47480 +
47481 +#
47482 +# SPI support
47483 +#
47484 +# CONFIG_SPI is not set
47485 +# CONFIG_SPI_MASTER is not set
47486 +# CONFIG_W1 is not set
47487 +# CONFIG_POWER_SUPPLY is not set
47488 +CONFIG_HWMON=y
47489 +# CONFIG_HWMON_VID is not set
47490 +# CONFIG_SENSORS_AD7418 is not set
47491 +# CONFIG_SENSORS_ADM1021 is not set
47492 +# CONFIG_SENSORS_ADM1025 is not set
47493 +# CONFIG_SENSORS_ADM1026 is not set
47494 +# CONFIG_SENSORS_ADM1029 is not set
47495 +# CONFIG_SENSORS_ADM1031 is not set
47496 +# CONFIG_SENSORS_ADM9240 is not set
47497 +# CONFIG_SENSORS_ADT7470 is not set
47498 +# CONFIG_SENSORS_ADT7473 is not set
47499 +# CONFIG_SENSORS_ATXP1 is not set
47500 +# CONFIG_SENSORS_DS1621 is not set
47501 +# CONFIG_SENSORS_I5K_AMB is not set
47502 +# CONFIG_SENSORS_F71805F is not set
47503 +# CONFIG_SENSORS_F71882FG is not set
47504 +# CONFIG_SENSORS_F75375S is not set
47505 +# CONFIG_SENSORS_GL518SM is not set
47506 +# CONFIG_SENSORS_GL520SM is not set
47507 +# CONFIG_SENSORS_IT87 is not set
47508 +# CONFIG_SENSORS_LM63 is not set
47509 +CONFIG_SENSORS_LM75=y
47510 +# CONFIG_SENSORS_LM77 is not set
47511 +# CONFIG_SENSORS_LM78 is not set
47512 +# CONFIG_SENSORS_LM80 is not set
47513 +# CONFIG_SENSORS_LM83 is not set
47514 +# CONFIG_SENSORS_LM85 is not set
47515 +# CONFIG_SENSORS_LM87 is not set
47516 +# CONFIG_SENSORS_LM90 is not set
47517 +# CONFIG_SENSORS_LM92 is not set
47518 +# CONFIG_SENSORS_LM93 is not set
47519 +# CONFIG_SENSORS_MAX1619 is not set
47520 +# CONFIG_SENSORS_MAX6650 is not set
47521 +# CONFIG_SENSORS_PC87360 is not set
47522 +# CONFIG_SENSORS_PC87427 is not set
47523 +# CONFIG_SENSORS_SIS5595 is not set
47524 +# CONFIG_SENSORS_DME1737 is not set
47525 +# CONFIG_SENSORS_SMSC47M1 is not set
47526 +# CONFIG_SENSORS_SMSC47M192 is not set
47527 +# CONFIG_SENSORS_SMSC47B397 is not set
47528 +# CONFIG_SENSORS_ADS7828 is not set
47529 +# CONFIG_SENSORS_THMC50 is not set
47530 +# CONFIG_SENSORS_VIA686A is not set
47531 +# CONFIG_SENSORS_VT1211 is not set
47532 +# CONFIG_SENSORS_VT8231 is not set
47533 +# CONFIG_SENSORS_W83781D is not set
47534 +# CONFIG_SENSORS_W83791D is not set
47535 +# CONFIG_SENSORS_W83792D is not set
47536 +# CONFIG_SENSORS_W83793 is not set
47537 +# CONFIG_SENSORS_W83L785TS is not set
47538 +# CONFIG_SENSORS_W83L786NG is not set
47539 +# CONFIG_SENSORS_W83627HF is not set
47540 +# CONFIG_SENSORS_W83627EHF is not set
47541 +CONFIG_HWMON_DEBUG_CHIP=y
47542 +# CONFIG_THERMAL is not set
47543 +# CONFIG_WATCHDOG is not set
47544 +
47545 +#
47546 +# Sonics Silicon Backplane
47547 +#
47548 +CONFIG_SSB_POSSIBLE=y
47549 +# CONFIG_SSB is not set
47550 +
47551 +#
47552 +# Multifunction device drivers
47553 +#
47554 +# CONFIG_MFD_SM501 is not set
47555 +
47556 +#
47557 +# Multimedia devices
47558 +#
47559 +# CONFIG_VIDEO_DEV is not set
47560 +# CONFIG_DVB_CORE is not set
47561 +CONFIG_DAB=y
47562 +
47563 +#
47564 +# Graphics support
47565 +#
47566 +# CONFIG_AGP is not set
47567 +# CONFIG_DRM is not set
47568 +# CONFIG_VGASTATE is not set
47569 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
47570 +# CONFIG_FB is not set
47571 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
47572 +
47573 +#
47574 +# Display device support
47575 +#
47576 +# CONFIG_DISPLAY_SUPPORT is not set
47577 +
47578 +#
47579 +# Sound
47580 +#
47581 +# CONFIG_SOUND is not set
47582 +CONFIG_HID_SUPPORT=y
47583 +CONFIG_HID=y
47584 +# CONFIG_HID_DEBUG is not set
47585 +# CONFIG_HIDRAW is not set
47586 +CONFIG_USB_SUPPORT=y
47587 +CONFIG_USB_ARCH_HAS_HCD=y
47588 +CONFIG_USB_ARCH_HAS_OHCI=y
47589 +CONFIG_USB_ARCH_HAS_EHCI=y
47590 +# CONFIG_USB is not set
47591 +
47592 +#
47593 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
47594 +#
47595 +# CONFIG_USB_GADGET is not set
47596 +# CONFIG_MMC is not set
47597 +# CONFIG_MEMSTICK is not set
47598 +# CONFIG_NEW_LEDS is not set
47599 +# CONFIG_INFINIBAND is not set
47600 +# CONFIG_EDAC is not set
47601 +# CONFIG_RTC_CLASS is not set
47602 +# CONFIG_DMADEVICES is not set
47603 +
47604 +#
47605 +# Userspace I/O
47606 +#
47607 +# CONFIG_UIO is not set
47608 +
47609 +#
47610 +# File systems
47611 +#
47612 +CONFIG_EXT2_FS=y
47613 +# CONFIG_EXT2_FS_XATTR is not set
47614 +# CONFIG_EXT2_FS_XIP is not set
47615 +CONFIG_EXT3_FS=y
47616 +CONFIG_EXT3_FS_XATTR=y
47617 +# CONFIG_EXT3_FS_POSIX_ACL is not set
47618 +# CONFIG_EXT3_FS_SECURITY is not set
47619 +# CONFIG_EXT4DEV_FS is not set
47620 +CONFIG_JBD=y
47621 +CONFIG_FS_MBCACHE=y
47622 +# CONFIG_REISERFS_FS is not set
47623 +# CONFIG_JFS_FS is not set
47624 +# CONFIG_FS_POSIX_ACL is not set
47625 +# CONFIG_XFS_FS is not set
47626 +# CONFIG_GFS2_FS is not set
47627 +# CONFIG_OCFS2_FS is not set
47628 +CONFIG_DNOTIFY=y
47629 +CONFIG_INOTIFY=y
47630 +CONFIG_INOTIFY_USER=y
47631 +# CONFIG_QUOTA is not set
47632 +# CONFIG_AUTOFS_FS is not set
47633 +# CONFIG_AUTOFS4_FS is not set
47634 +# CONFIG_FUSE_FS is not set
47635 +
47636 +#
47637 +# CD-ROM/DVD Filesystems
47638 +#
47639 +# CONFIG_ISO9660_FS is not set
47640 +# CONFIG_UDF_FS is not set
47641 +
47642 +#
47643 +# DOS/FAT/NT Filesystems
47644 +#
47645 +# CONFIG_MSDOS_FS is not set
47646 +# CONFIG_VFAT_FS is not set
47647 +# CONFIG_NTFS_FS is not set
47648 +
47649 +#
47650 +# Pseudo filesystems
47651 +#
47652 +CONFIG_PROC_FS=y
47653 +CONFIG_PROC_KCORE=y
47654 +CONFIG_PROC_SYSCTL=y
47655 +CONFIG_SYSFS=y
47656 +CONFIG_TMPFS=y
47657 +# CONFIG_TMPFS_POSIX_ACL is not set
47658 +# CONFIG_HUGETLB_PAGE is not set
47659 +# CONFIG_CONFIGFS_FS is not set
47660 +
47661 +#
47662 +# Miscellaneous filesystems
47663 +#
47664 +# CONFIG_ADFS_FS is not set
47665 +# CONFIG_AFFS_FS is not set
47666 +# CONFIG_HFS_FS is not set
47667 +# CONFIG_HFSPLUS_FS is not set
47668 +# CONFIG_BEFS_FS is not set
47669 +# CONFIG_BFS_FS is not set
47670 +# CONFIG_EFS_FS is not set
47671 +CONFIG_JFFS2_FS=y
47672 +CONFIG_JFFS2_FS_DEBUG=0
47673 +CONFIG_JFFS2_FS_WRITEBUFFER=y
47674 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
47675 +# CONFIG_JFFS2_SUMMARY is not set
47676 +# CONFIG_JFFS2_FS_XATTR is not set
47677 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
47678 +CONFIG_JFFS2_ZLIB=y
47679 +# CONFIG_JFFS2_LZO is not set
47680 +CONFIG_JFFS2_RTIME=y
47681 +# CONFIG_JFFS2_RUBIN is not set
47682 +CONFIG_CRAMFS=y
47683 +# CONFIG_VXFS_FS is not set
47684 +# CONFIG_MINIX_FS is not set
47685 +# CONFIG_HPFS_FS is not set
47686 +# CONFIG_QNX4FS_FS is not set
47687 +# CONFIG_ROMFS_FS is not set
47688 +# CONFIG_SYSV_FS is not set
47689 +# CONFIG_UFS_FS is not set
47690 +CONFIG_NETWORK_FILESYSTEMS=y
47691 +CONFIG_NFS_FS=y
47692 +# CONFIG_NFS_V3 is not set
47693 +# CONFIG_NFS_V4 is not set
47694 +# CONFIG_NFS_DIRECTIO is not set
47695 +# CONFIG_NFSD is not set
47696 +CONFIG_ROOT_NFS=y
47697 +CONFIG_LOCKD=y
47698 +CONFIG_NFS_COMMON=y
47699 +CONFIG_SUNRPC=y
47700 +# CONFIG_SUNRPC_BIND34 is not set
47701 +# CONFIG_RPCSEC_GSS_KRB5 is not set
47702 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
47703 +# CONFIG_SMB_FS is not set
47704 +# CONFIG_CIFS is not set
47705 +# CONFIG_NCP_FS is not set
47706 +# CONFIG_CODA_FS is not set
47707 +# CONFIG_AFS_FS is not set
47708 +
47709 +#
47710 +# Partition Types
47711 +#
47712 +CONFIG_PARTITION_ADVANCED=y
47713 +# CONFIG_ACORN_PARTITION is not set
47714 +# CONFIG_OSF_PARTITION is not set
47715 +# CONFIG_AMIGA_PARTITION is not set
47716 +# CONFIG_ATARI_PARTITION is not set
47717 +# CONFIG_MAC_PARTITION is not set
47718 +# CONFIG_MSDOS_PARTITION is not set
47719 +# CONFIG_LDM_PARTITION is not set
47720 +# CONFIG_SGI_PARTITION is not set
47721 +# CONFIG_ULTRIX_PARTITION is not set
47722 +# CONFIG_SUN_PARTITION is not set
47723 +# CONFIG_KARMA_PARTITION is not set
47724 +# CONFIG_EFI_PARTITION is not set
47725 +# CONFIG_SYSV68_PARTITION is not set
47726 +# CONFIG_NLS is not set
47727 +# CONFIG_DLM is not set
47728 +
47729 +#
47730 +# Library routines
47731 +#
47732 +CONFIG_BITREVERSE=y
47733 +# CONFIG_CRC_CCITT is not set
47734 +# CONFIG_CRC16 is not set
47735 +# CONFIG_CRC_ITU_T is not set
47736 +CONFIG_CRC32=y
47737 +# CONFIG_CRC7 is not set
47738 +# CONFIG_LIBCRC32C is not set
47739 +CONFIG_ZLIB_INFLATE=y
47740 +CONFIG_ZLIB_DEFLATE=y
47741 +CONFIG_PLIST=y
47742 +CONFIG_HAS_IOMEM=y
47743 +CONFIG_HAS_IOPORT=y
47744 +CONFIG_HAS_DMA=y
47745 +
47746 +#
47747 +# Kernel hacking
47748 +#
47749 +# CONFIG_PRINTK_TIME is not set
47750 +CONFIG_ENABLE_WARN_DEPRECATED=y
47751 +CONFIG_ENABLE_MUST_CHECK=y
47752 +# CONFIG_MAGIC_SYSRQ is not set
47753 +# CONFIG_UNUSED_SYMBOLS is not set
47754 +# CONFIG_DEBUG_FS is not set
47755 +# CONFIG_HEADERS_CHECK is not set
47756 +# CONFIG_DEBUG_KERNEL is not set
47757 +# CONFIG_SLUB_DEBUG_ON is not set
47758 +# CONFIG_SLUB_STATS is not set
47759 +# CONFIG_DEBUG_BUGVERBOSE is not set
47760 +# CONFIG_SAMPLES is not set
47761 +# CONFIG_KGDB_CONSOLE is not set
47762 +# CONFIG_PPC_EARLY_DEBUG is not set
47763 +
47764 +#
47765 +# Security options
47766 +#
47767 +# CONFIG_KEYS is not set
47768 +# CONFIG_SECURITY is not set
47769 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
47770 +CONFIG_CRYPTO=y
47771 +# CONFIG_CRYPTO_SEQIV is not set
47772 +# CONFIG_CRYPTO_MANAGER is not set
47773 +# CONFIG_CRYPTO_HMAC is not set
47774 +# CONFIG_CRYPTO_XCBC is not set
47775 +# CONFIG_CRYPTO_NULL is not set
47776 +# CONFIG_CRYPTO_MD4 is not set
47777 +# CONFIG_CRYPTO_MD5 is not set
47778 +# CONFIG_CRYPTO_SHA1 is not set
47779 +# CONFIG_CRYPTO_SHA256 is not set
47780 +# CONFIG_CRYPTO_SHA512 is not set
47781 +# CONFIG_CRYPTO_WP512 is not set
47782 +# CONFIG_CRYPTO_TGR192 is not set
47783 +# CONFIG_CRYPTO_GF128MUL is not set
47784 +# CONFIG_CRYPTO_ECB is not set
47785 +# CONFIG_CRYPTO_CBC is not set
47786 +# CONFIG_CRYPTO_PCBC is not set
47787 +# CONFIG_CRYPTO_LRW is not set
47788 +# CONFIG_CRYPTO_XTS is not set
47789 +# CONFIG_CRYPTO_CTR is not set
47790 +# CONFIG_CRYPTO_GCM is not set
47791 +# CONFIG_CRYPTO_CCM is not set
47792 +# CONFIG_CRYPTO_CRYPTD is not set
47793 +# CONFIG_CRYPTO_DES is not set
47794 +# CONFIG_CRYPTO_FCRYPT is not set
47795 +# CONFIG_CRYPTO_BLOWFISH is not set
47796 +# CONFIG_CRYPTO_TWOFISH is not set
47797 +# CONFIG_CRYPTO_SERPENT is not set
47798 +# CONFIG_CRYPTO_AES is not set
47799 +# CONFIG_CRYPTO_CAST5 is not set
47800 +# CONFIG_CRYPTO_CAST6 is not set
47801 +# CONFIG_CRYPTO_TEA is not set
47802 +# CONFIG_CRYPTO_ARC4 is not set
47803 +# CONFIG_CRYPTO_KHAZAD is not set
47804 +# CONFIG_CRYPTO_ANUBIS is not set
47805 +# CONFIG_CRYPTO_SEED is not set
47806 +# CONFIG_CRYPTO_SALSA20 is not set
47807 +# CONFIG_CRYPTO_DEFLATE is not set
47808 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
47809 +# CONFIG_CRYPTO_CRC32C is not set
47810 +# CONFIG_CRYPTO_CAMELLIA is not set
47811 +# CONFIG_CRYPTO_AUTHENC is not set
47812 +# CONFIG_CRYPTO_LZO is not set
47813 +CONFIG_CRYPTO_HW=y
47814 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
47815 +# CONFIG_PPC_CLOCK is not set
47816 +CONFIG_PPC_LIB_RHEAP=y
47817 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8560_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8560_defconfig
47818 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8560_defconfig        1970-01-01 01:00:00.000000000 +0100
47819 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8560_defconfig     2008-04-19 16:40:52.000000000 +0200
47820 @@ -0,0 +1,1109 @@
47821 +#
47822 +# Automatically generated make config: don't edit
47823 +# Linux kernel version: 2.6.25-rc6
47824 +# Mon Mar 24 08:48:45 2008
47825 +#
47826 +# CONFIG_PPC64 is not set
47827 +
47828 +#
47829 +# Processor support
47830 +#
47831 +# CONFIG_6xx is not set
47832 +CONFIG_PPC_85xx=y
47833 +# CONFIG_PPC_8xx is not set
47834 +# CONFIG_40x is not set
47835 +# CONFIG_44x is not set
47836 +# CONFIG_E200 is not set
47837 +CONFIG_E500=y
47838 +CONFIG_BOOKE=y
47839 +CONFIG_FSL_BOOKE=y
47840 +CONFIG_FSL_EMB_PERFMON=y
47841 +# CONFIG_PHYS_64BIT is not set
47842 +CONFIG_SPE=y
47843 +# CONFIG_PPC_MM_SLICES is not set
47844 +CONFIG_PPC32=y
47845 +CONFIG_WORD_SIZE=32
47846 +CONFIG_PPC_MERGE=y
47847 +CONFIG_MMU=y
47848 +CONFIG_GENERIC_CMOS_UPDATE=y
47849 +CONFIG_GENERIC_TIME=y
47850 +CONFIG_GENERIC_TIME_VSYSCALL=y
47851 +CONFIG_GENERIC_CLOCKEVENTS=y
47852 +CONFIG_GENERIC_HARDIRQS=y
47853 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
47854 +CONFIG_IRQ_PER_CPU=y
47855 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
47856 +CONFIG_ARCH_HAS_ILOG2_U32=y
47857 +CONFIG_GENERIC_HWEIGHT=y
47858 +CONFIG_GENERIC_CALIBRATE_DELAY=y
47859 +CONFIG_GENERIC_FIND_NEXT_BIT=y
47860 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
47861 +CONFIG_PPC=y
47862 +CONFIG_EARLY_PRINTK=y
47863 +CONFIG_GENERIC_NVRAM=y
47864 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
47865 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
47866 +CONFIG_PPC_OF=y
47867 +CONFIG_OF=y
47868 +CONFIG_PPC_UDBG_16550=y
47869 +# CONFIG_GENERIC_TBSYNC is not set
47870 +CONFIG_AUDIT_ARCH=y
47871 +CONFIG_GENERIC_BUG=y
47872 +CONFIG_DEFAULT_UIMAGE=y
47873 +# CONFIG_PPC_DCR_NATIVE is not set
47874 +# CONFIG_PPC_DCR_MMIO is not set
47875 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
47876 +
47877 +#
47878 +# General setup
47879 +#
47880 +CONFIG_EXPERIMENTAL=y
47881 +CONFIG_BROKEN_ON_SMP=y
47882 +CONFIG_INIT_ENV_ARG_LIMIT=32
47883 +CONFIG_LOCALVERSION=""
47884 +CONFIG_LOCALVERSION_AUTO=y
47885 +CONFIG_SWAP=y
47886 +CONFIG_SYSVIPC=y
47887 +CONFIG_SYSVIPC_SYSCTL=y
47888 +# CONFIG_POSIX_MQUEUE is not set
47889 +# CONFIG_BSD_PROCESS_ACCT is not set
47890 +# CONFIG_TASKSTATS is not set
47891 +# CONFIG_AUDIT is not set
47892 +# CONFIG_IKCONFIG is not set
47893 +CONFIG_LOG_BUF_SHIFT=14
47894 +# CONFIG_CGROUPS is not set
47895 +CONFIG_GROUP_SCHED=y
47896 +CONFIG_FAIR_GROUP_SCHED=y
47897 +# CONFIG_RT_GROUP_SCHED is not set
47898 +CONFIG_USER_SCHED=y
47899 +# CONFIG_CGROUP_SCHED is not set
47900 +CONFIG_SYSFS_DEPRECATED=y
47901 +CONFIG_SYSFS_DEPRECATED_V2=y
47902 +# CONFIG_RELAY is not set
47903 +# CONFIG_NAMESPACES is not set
47904 +CONFIG_BLK_DEV_INITRD=y
47905 +CONFIG_INITRAMFS_SOURCE=""
47906 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47907 +CONFIG_SYSCTL=y
47908 +CONFIG_EMBEDDED=y
47909 +CONFIG_SYSCTL_SYSCALL=y
47910 +# CONFIG_KALLSYMS is not set
47911 +# CONFIG_HOTPLUG is not set
47912 +CONFIG_PRINTK=y
47913 +CONFIG_BUG=y
47914 +CONFIG_ELF_CORE=y
47915 +CONFIG_COMPAT_BRK=y
47916 +CONFIG_BASE_FULL=y
47917 +CONFIG_FUTEX=y
47918 +CONFIG_ANON_INODES=y
47919 +# CONFIG_EPOLL is not set
47920 +CONFIG_SIGNALFD=y
47921 +CONFIG_TIMERFD=y
47922 +CONFIG_EVENTFD=y
47923 +CONFIG_SHMEM=y
47924 +CONFIG_VM_EVENT_COUNTERS=y
47925 +CONFIG_SLUB_DEBUG=y
47926 +# CONFIG_SLAB is not set
47927 +CONFIG_SLUB=y
47928 +# CONFIG_SLOB is not set
47929 +# CONFIG_PROFILING is not set
47930 +# CONFIG_MARKERS is not set
47931 +CONFIG_HAVE_OPROFILE=y
47932 +CONFIG_HAVE_KPROBES=y
47933 +CONFIG_HAVE_KRETPROBES=y
47934 +CONFIG_PROC_PAGE_MONITOR=y
47935 +CONFIG_SLABINFO=y
47936 +CONFIG_RT_MUTEXES=y
47937 +# CONFIG_TINY_SHMEM is not set
47938 +CONFIG_BASE_SMALL=0
47939 +# CONFIG_MODULES is not set
47940 +CONFIG_BLOCK=y
47941 +# CONFIG_LBD is not set
47942 +# CONFIG_BLK_DEV_IO_TRACE is not set
47943 +# CONFIG_LSF is not set
47944 +# CONFIG_BLK_DEV_BSG is not set
47945 +
47946 +#
47947 +# IO Schedulers
47948 +#
47949 +CONFIG_IOSCHED_NOOP=y
47950 +CONFIG_IOSCHED_AS=y
47951 +CONFIG_IOSCHED_DEADLINE=y
47952 +CONFIG_IOSCHED_CFQ=y
47953 +CONFIG_DEFAULT_AS=y
47954 +# CONFIG_DEFAULT_DEADLINE is not set
47955 +# CONFIG_DEFAULT_CFQ is not set
47956 +# CONFIG_DEFAULT_NOOP is not set
47957 +CONFIG_DEFAULT_IOSCHED="anticipatory"
47958 +CONFIG_CLASSIC_RCU=y
47959 +
47960 +#
47961 +# Platform support
47962 +#
47963 +# CONFIG_PPC_MPC512x is not set
47964 +# CONFIG_PPC_MPC5121 is not set
47965 +# CONFIG_PPC_CELL is not set
47966 +# CONFIG_PPC_CELL_NATIVE is not set
47967 +# CONFIG_PQ2ADS is not set
47968 +CONFIG_MPC85xx=y
47969 +# CONFIG_MPC8540_ADS is not set
47970 +# CONFIG_MPC8560_ADS is not set
47971 +# CONFIG_MPC85xx_CDS is not set
47972 +# CONFIG_MPC85xx_MDS is not set
47973 +# CONFIG_MPC85xx_DS is not set
47974 +# CONFIG_STX_GP3 is not set
47975 +# CONFIG_TQM8540 is not set
47976 +# CONFIG_TQM8541 is not set
47977 +# CONFIG_TQM8555 is not set
47978 +CONFIG_TQM8560=y
47979 +# CONFIG_SBC8548 is not set
47980 +# CONFIG_SBC8560 is not set
47981 +CONFIG_TQM85xx=y
47982 +# CONFIG_IPIC is not set
47983 +CONFIG_MPIC=y
47984 +# CONFIG_MPIC_WEIRD is not set
47985 +# CONFIG_PPC_I8259 is not set
47986 +# CONFIG_PPC_RTAS is not set
47987 +# CONFIG_MMIO_NVRAM is not set
47988 +# CONFIG_PPC_MPC106 is not set
47989 +# CONFIG_PPC_970_NAP is not set
47990 +# CONFIG_PPC_INDIRECT_IO is not set
47991 +# CONFIG_GENERIC_IOMAP is not set
47992 +# CONFIG_CPU_FREQ is not set
47993 +CONFIG_CPM2=y
47994 +CONFIG_PPC_CPM_NEW_BINDING=y
47995 +# CONFIG_FSL_ULI1575 is not set
47996 +CONFIG_CPM=y
47997 +
47998 +#
47999 +# Kernel options
48000 +#
48001 +# CONFIG_HIGHMEM is not set
48002 +# CONFIG_TICK_ONESHOT is not set
48003 +# CONFIG_NO_HZ is not set
48004 +# CONFIG_HIGH_RES_TIMERS is not set
48005 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
48006 +# CONFIG_HZ_100 is not set
48007 +CONFIG_HZ_250=y
48008 +# CONFIG_HZ_300 is not set
48009 +# CONFIG_HZ_1000 is not set
48010 +CONFIG_HZ=250
48011 +# CONFIG_SCHED_HRTICK is not set
48012 +CONFIG_PREEMPT_NONE=y
48013 +# CONFIG_PREEMPT_VOLUNTARY is not set
48014 +# CONFIG_PREEMPT is not set
48015 +CONFIG_BINFMT_ELF=y
48016 +# CONFIG_BINFMT_MISC is not set
48017 +CONFIG_MATH_EMULATION=y
48018 +# CONFIG_IOMMU_HELPER is not set
48019 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
48020 +CONFIG_ARCH_HAS_WALK_MEMORY=y
48021 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
48022 +CONFIG_ARCH_FLATMEM_ENABLE=y
48023 +CONFIG_ARCH_POPULATES_NODE_MAP=y
48024 +CONFIG_SELECT_MEMORY_MODEL=y
48025 +CONFIG_FLATMEM_MANUAL=y
48026 +# CONFIG_DISCONTIGMEM_MANUAL is not set
48027 +# CONFIG_SPARSEMEM_MANUAL is not set
48028 +CONFIG_FLATMEM=y
48029 +CONFIG_FLAT_NODE_MEM_MAP=y
48030 +# CONFIG_SPARSEMEM_STATIC is not set
48031 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
48032 +CONFIG_SPLIT_PTLOCK_CPUS=4
48033 +# CONFIG_RESOURCES_64BIT is not set
48034 +CONFIG_ZONE_DMA_FLAG=1
48035 +CONFIG_BOUNCE=y
48036 +CONFIG_VIRT_TO_BUS=y
48037 +# CONFIG_PROC_DEVICETREE is not set
48038 +# CONFIG_CMDLINE_BOOL is not set
48039 +# CONFIG_PM is not set
48040 +CONFIG_SECCOMP=y
48041 +CONFIG_ISA_DMA_API=y
48042 +
48043 +#
48044 +# Bus options
48045 +#
48046 +CONFIG_ZONE_DMA=y
48047 +CONFIG_PPC_INDIRECT_PCI=y
48048 +CONFIG_FSL_SOC=y
48049 +CONFIG_FSL_PCI=y
48050 +CONFIG_PCI=y
48051 +CONFIG_PCI_DOMAINS=y
48052 +CONFIG_PCI_SYSCALL=y
48053 +# CONFIG_PCIEPORTBUS is not set
48054 +CONFIG_ARCH_SUPPORTS_MSI=y
48055 +# CONFIG_PCI_MSI is not set
48056 +CONFIG_PCI_LEGACY=y
48057 +
48058 +#
48059 +# Advanced setup
48060 +#
48061 +# CONFIG_ADVANCED_OPTIONS is not set
48062 +
48063 +#
48064 +# Default settings for advanced configuration options are used
48065 +#
48066 +CONFIG_HIGHMEM_START=0xfe000000
48067 +CONFIG_LOWMEM_SIZE=0x30000000
48068 +CONFIG_KERNEL_START=0xc0000000
48069 +CONFIG_TASK_SIZE=0xc0000000
48070 +CONFIG_BOOT_LOAD=0x00800000
48071 +
48072 +#
48073 +# Networking
48074 +#
48075 +CONFIG_NET=y
48076 +
48077 +#
48078 +# Networking options
48079 +#
48080 +CONFIG_PACKET=y
48081 +# CONFIG_PACKET_MMAP is not set
48082 +CONFIG_UNIX=y
48083 +CONFIG_XFRM=y
48084 +# CONFIG_XFRM_USER is not set
48085 +# CONFIG_XFRM_SUB_POLICY is not set
48086 +# CONFIG_XFRM_MIGRATE is not set
48087 +# CONFIG_XFRM_STATISTICS is not set
48088 +# CONFIG_NET_KEY is not set
48089 +CONFIG_INET=y
48090 +CONFIG_IP_MULTICAST=y
48091 +# CONFIG_IP_ADVANCED_ROUTER is not set
48092 +CONFIG_IP_FIB_HASH=y
48093 +CONFIG_IP_PNP=y
48094 +CONFIG_IP_PNP_DHCP=y
48095 +CONFIG_IP_PNP_BOOTP=y
48096 +# CONFIG_IP_PNP_RARP is not set
48097 +# CONFIG_NET_IPIP is not set
48098 +# CONFIG_NET_IPGRE is not set
48099 +# CONFIG_IP_MROUTE is not set
48100 +# CONFIG_ARPD is not set
48101 +CONFIG_SYN_COOKIES=y
48102 +# CONFIG_INET_AH is not set
48103 +# CONFIG_INET_ESP is not set
48104 +# CONFIG_INET_IPCOMP is not set
48105 +# CONFIG_INET_XFRM_TUNNEL is not set
48106 +# CONFIG_INET_TUNNEL is not set
48107 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
48108 +CONFIG_INET_XFRM_MODE_TUNNEL=y
48109 +CONFIG_INET_XFRM_MODE_BEET=y
48110 +# CONFIG_INET_LRO is not set
48111 +CONFIG_INET_DIAG=y
48112 +CONFIG_INET_TCP_DIAG=y
48113 +# CONFIG_TCP_CONG_ADVANCED is not set
48114 +CONFIG_TCP_CONG_CUBIC=y
48115 +CONFIG_DEFAULT_TCP_CONG="cubic"
48116 +# CONFIG_TCP_MD5SIG is not set
48117 +# CONFIG_IPV6 is not set
48118 +# CONFIG_INET6_XFRM_TUNNEL is not set
48119 +# CONFIG_INET6_TUNNEL is not set
48120 +# CONFIG_NETWORK_SECMARK is not set
48121 +# CONFIG_NETFILTER is not set
48122 +# CONFIG_IP_DCCP is not set
48123 +# CONFIG_IP_SCTP is not set
48124 +# CONFIG_TIPC is not set
48125 +# CONFIG_ATM is not set
48126 +# CONFIG_BRIDGE is not set
48127 +# CONFIG_VLAN_8021Q is not set
48128 +# CONFIG_DECNET is not set
48129 +# CONFIG_LLC2 is not set
48130 +# CONFIG_IPX is not set
48131 +# CONFIG_ATALK is not set
48132 +# CONFIG_X25 is not set
48133 +# CONFIG_LAPB is not set
48134 +# CONFIG_ECONET is not set
48135 +# CONFIG_WAN_ROUTER is not set
48136 +# CONFIG_NET_SCHED is not set
48137 +
48138 +#
48139 +# Network testing
48140 +#
48141 +# CONFIG_NET_PKTGEN is not set
48142 +# CONFIG_HAMRADIO is not set
48143 +# CONFIG_CAN is not set
48144 +# CONFIG_IRDA is not set
48145 +# CONFIG_BT is not set
48146 +# CONFIG_AF_RXRPC is not set
48147 +
48148 +#
48149 +# Wireless
48150 +#
48151 +# CONFIG_CFG80211 is not set
48152 +# CONFIG_WIRELESS_EXT is not set
48153 +# CONFIG_MAC80211 is not set
48154 +# CONFIG_IEEE80211 is not set
48155 +# CONFIG_RFKILL is not set
48156 +# CONFIG_NET_9P is not set
48157 +
48158 +#
48159 +# Device Drivers
48160 +#
48161 +
48162 +#
48163 +# Generic Driver Options
48164 +#
48165 +CONFIG_STANDALONE=y
48166 +CONFIG_PREVENT_FIRMWARE_BUILD=y
48167 +# CONFIG_SYS_HYPERVISOR is not set
48168 +# CONFIG_CONNECTOR is not set
48169 +CONFIG_MTD=y
48170 +# CONFIG_MTD_DEBUG is not set
48171 +CONFIG_MTD_CONCAT=y
48172 +CONFIG_MTD_PARTITIONS=y
48173 +# CONFIG_MTD_REDBOOT_PARTS is not set
48174 +CONFIG_MTD_CMDLINE_PARTS=y
48175 +# CONFIG_MTD_OF_PARTS is not set
48176 +
48177 +#
48178 +# User Modules And Translation Layers
48179 +#
48180 +CONFIG_MTD_CHAR=y
48181 +CONFIG_MTD_BLKDEVS=y
48182 +CONFIG_MTD_BLOCK=y
48183 +# CONFIG_FTL is not set
48184 +# CONFIG_NFTL is not set
48185 +# CONFIG_INFTL is not set
48186 +# CONFIG_RFD_FTL is not set
48187 +# CONFIG_SSFDC is not set
48188 +# CONFIG_MTD_OOPS is not set
48189 +
48190 +#
48191 +# RAM/ROM/Flash chip drivers
48192 +#
48193 +CONFIG_MTD_CFI=y
48194 +# CONFIG_MTD_JEDECPROBE is not set
48195 +CONFIG_MTD_GEN_PROBE=y
48196 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
48197 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
48198 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
48199 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
48200 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
48201 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
48202 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
48203 +CONFIG_MTD_CFI_I1=y
48204 +CONFIG_MTD_CFI_I2=y
48205 +# CONFIG_MTD_CFI_I4 is not set
48206 +# CONFIG_MTD_CFI_I8 is not set
48207 +# CONFIG_MTD_CFI_INTELEXT is not set
48208 +CONFIG_MTD_CFI_AMDSTD=y
48209 +# CONFIG_MTD_CFI_STAA is not set
48210 +CONFIG_MTD_CFI_UTIL=y
48211 +# CONFIG_MTD_RAM is not set
48212 +# CONFIG_MTD_ROM is not set
48213 +# CONFIG_MTD_ABSENT is not set
48214 +
48215 +#
48216 +# Mapping drivers for chip access
48217 +#
48218 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
48219 +# CONFIG_MTD_PHYSMAP is not set
48220 +# CONFIG_MTD_PHYSMAP_OF is not set
48221 +# CONFIG_MTD_INTEL_VR_NOR is not set
48222 +# CONFIG_MTD_PLATRAM is not set
48223 +
48224 +#
48225 +# Self-contained MTD device drivers
48226 +#
48227 +# CONFIG_MTD_PMC551 is not set
48228 +# CONFIG_MTD_SLRAM is not set
48229 +# CONFIG_MTD_PHRAM is not set
48230 +# CONFIG_MTD_MTDRAM is not set
48231 +# CONFIG_MTD_BLOCK2MTD is not set
48232 +
48233 +#
48234 +# Disk-On-Chip Device Drivers
48235 +#
48236 +# CONFIG_MTD_DOC2000 is not set
48237 +# CONFIG_MTD_DOC2001 is not set
48238 +# CONFIG_MTD_DOC2001PLUS is not set
48239 +# CONFIG_MTD_NAND is not set
48240 +# CONFIG_MTD_ONENAND is not set
48241 +
48242 +#
48243 +# UBI - Unsorted block images
48244 +#
48245 +# CONFIG_MTD_UBI is not set
48246 +CONFIG_OF_DEVICE=y
48247 +# CONFIG_PARPORT is not set
48248 +CONFIG_BLK_DEV=y
48249 +# CONFIG_BLK_DEV_FD is not set
48250 +# CONFIG_BLK_CPQ_DA is not set
48251 +# CONFIG_BLK_CPQ_CISS_DA is not set
48252 +# CONFIG_BLK_DEV_DAC960 is not set
48253 +# CONFIG_BLK_DEV_UMEM is not set
48254 +# CONFIG_BLK_DEV_COW_COMMON is not set
48255 +CONFIG_BLK_DEV_LOOP=y
48256 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
48257 +# CONFIG_BLK_DEV_NBD is not set
48258 +# CONFIG_BLK_DEV_SX8 is not set
48259 +CONFIG_BLK_DEV_RAM=y
48260 +CONFIG_BLK_DEV_RAM_COUNT=16
48261 +CONFIG_BLK_DEV_RAM_SIZE=32768
48262 +# CONFIG_BLK_DEV_XIP is not set
48263 +# CONFIG_CDROM_PKTCDVD is not set
48264 +# CONFIG_ATA_OVER_ETH is not set
48265 +CONFIG_MISC_DEVICES=y
48266 +# CONFIG_PHANTOM is not set
48267 +# CONFIG_EEPROM_93CX6 is not set
48268 +# CONFIG_SGI_IOC4 is not set
48269 +# CONFIG_TIFM_CORE is not set
48270 +# CONFIG_ENCLOSURE_SERVICES is not set
48271 +CONFIG_HAVE_IDE=y
48272 +CONFIG_IDE=y
48273 +CONFIG_IDE_MAX_HWIFS=4
48274 +CONFIG_BLK_DEV_IDE=y
48275 +
48276 +#
48277 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
48278 +#
48279 +# CONFIG_BLK_DEV_IDE_SATA is not set
48280 +CONFIG_BLK_DEV_IDEDISK=y
48281 +# CONFIG_IDEDISK_MULTI_MODE is not set
48282 +# CONFIG_BLK_DEV_IDECD is not set
48283 +# CONFIG_BLK_DEV_IDETAPE is not set
48284 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
48285 +# CONFIG_IDE_TASK_IOCTL is not set
48286 +CONFIG_IDE_PROC_FS=y
48287 +
48288 +#
48289 +# IDE chipset support/bugfixes
48290 +#
48291 +CONFIG_IDE_GENERIC=y
48292 +# CONFIG_BLK_DEV_PLATFORM is not set
48293 +CONFIG_BLK_DEV_IDEDMA_SFF=y
48294 +
48295 +#
48296 +# PCI IDE chipsets support
48297 +#
48298 +CONFIG_BLK_DEV_IDEPCI=y
48299 +CONFIG_IDEPCI_PCIBUS_ORDER=y
48300 +# CONFIG_BLK_DEV_OFFBOARD is not set
48301 +CONFIG_BLK_DEV_GENERIC=y
48302 +# CONFIG_BLK_DEV_OPTI621 is not set
48303 +CONFIG_BLK_DEV_IDEDMA_PCI=y
48304 +# CONFIG_BLK_DEV_AEC62XX is not set
48305 +# CONFIG_BLK_DEV_ALI15X3 is not set
48306 +# CONFIG_BLK_DEV_AMD74XX is not set
48307 +# CONFIG_BLK_DEV_CMD64X is not set
48308 +# CONFIG_BLK_DEV_TRIFLEX is not set
48309 +# CONFIG_BLK_DEV_CY82C693 is not set
48310 +# CONFIG_BLK_DEV_CS5520 is not set
48311 +# CONFIG_BLK_DEV_CS5530 is not set
48312 +# CONFIG_BLK_DEV_HPT34X is not set
48313 +# CONFIG_BLK_DEV_HPT366 is not set
48314 +# CONFIG_BLK_DEV_JMICRON is not set
48315 +# CONFIG_BLK_DEV_SC1200 is not set
48316 +# CONFIG_BLK_DEV_PIIX is not set
48317 +# CONFIG_BLK_DEV_IT8213 is not set
48318 +# CONFIG_BLK_DEV_IT821X is not set
48319 +# CONFIG_BLK_DEV_NS87415 is not set
48320 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
48321 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
48322 +# CONFIG_BLK_DEV_SVWKS is not set
48323 +# CONFIG_BLK_DEV_SIIMAGE is not set
48324 +# CONFIG_BLK_DEV_SL82C105 is not set
48325 +# CONFIG_BLK_DEV_SLC90E66 is not set
48326 +# CONFIG_BLK_DEV_TRM290 is not set
48327 +CONFIG_BLK_DEV_VIA82CXXX=y
48328 +# CONFIG_BLK_DEV_TC86C001 is not set
48329 +CONFIG_BLK_DEV_IDEDMA=y
48330 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
48331 +# CONFIG_BLK_DEV_HD is not set
48332 +
48333 +#
48334 +# SCSI device support
48335 +#
48336 +# CONFIG_RAID_ATTRS is not set
48337 +# CONFIG_SCSI is not set
48338 +# CONFIG_SCSI_DMA is not set
48339 +# CONFIG_SCSI_NETLINK is not set
48340 +# CONFIG_ATA is not set
48341 +# CONFIG_MD is not set
48342 +# CONFIG_FUSION is not set
48343 +
48344 +#
48345 +# IEEE 1394 (FireWire) support
48346 +#
48347 +# CONFIG_FIREWIRE is not set
48348 +# CONFIG_IEEE1394 is not set
48349 +# CONFIG_I2O is not set
48350 +# CONFIG_MACINTOSH_DRIVERS is not set
48351 +CONFIG_NETDEVICES=y
48352 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
48353 +# CONFIG_DUMMY is not set
48354 +# CONFIG_BONDING is not set
48355 +# CONFIG_MACVLAN is not set
48356 +# CONFIG_EQUALIZER is not set
48357 +# CONFIG_TUN is not set
48358 +# CONFIG_VETH is not set
48359 +# CONFIG_ARCNET is not set
48360 +CONFIG_PHYLIB=y
48361 +
48362 +#
48363 +# MII PHY device drivers
48364 +#
48365 +# CONFIG_MARVELL_PHY is not set
48366 +# CONFIG_DAVICOM_PHY is not set
48367 +# CONFIG_QSEMI_PHY is not set
48368 +# CONFIG_LXT_PHY is not set
48369 +# CONFIG_CICADA_PHY is not set
48370 +# CONFIG_VITESSE_PHY is not set
48371 +# CONFIG_SMSC_PHY is not set
48372 +# CONFIG_BROADCOM_PHY is not set
48373 +# CONFIG_ICPLUS_PHY is not set
48374 +# CONFIG_REALTEK_PHY is not set
48375 +# CONFIG_FIXED_PHY is not set
48376 +# CONFIG_MDIO_BITBANG is not set
48377 +CONFIG_NET_ETHERNET=y
48378 +CONFIG_MII=y
48379 +# CONFIG_HAPPYMEAL is not set
48380 +# CONFIG_SUNGEM is not set
48381 +# CONFIG_CASSINI is not set
48382 +# CONFIG_NET_VENDOR_3COM is not set
48383 +# CONFIG_NET_TULIP is not set
48384 +# CONFIG_HP100 is not set
48385 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
48386 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
48387 +# CONFIG_IBM_NEW_EMAC_TAH is not set
48388 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
48389 +CONFIG_NET_PCI=y
48390 +# CONFIG_PCNET32 is not set
48391 +# CONFIG_AMD8111_ETH is not set
48392 +# CONFIG_ADAPTEC_STARFIRE is not set
48393 +# CONFIG_B44 is not set
48394 +# CONFIG_FORCEDETH is not set
48395 +# CONFIG_EEPRO100 is not set
48396 +CONFIG_E100=y
48397 +# CONFIG_FEALNX is not set
48398 +# CONFIG_NATSEMI is not set
48399 +# CONFIG_NE2K_PCI is not set
48400 +# CONFIG_8139CP is not set
48401 +# CONFIG_8139TOO is not set
48402 +# CONFIG_R6040 is not set
48403 +# CONFIG_SIS900 is not set
48404 +# CONFIG_EPIC100 is not set
48405 +# CONFIG_SUNDANCE is not set
48406 +# CONFIG_TLAN is not set
48407 +# CONFIG_VIA_RHINE is not set
48408 +# CONFIG_SC92031 is not set
48409 +# CONFIG_FS_ENET is not set
48410 +CONFIG_NETDEV_1000=y
48411 +# CONFIG_ACENIC is not set
48412 +# CONFIG_DL2K is not set
48413 +# CONFIG_E1000 is not set
48414 +# CONFIG_E1000E is not set
48415 +# CONFIG_E1000E_ENABLED is not set
48416 +# CONFIG_IP1000 is not set
48417 +# CONFIG_IGB is not set
48418 +# CONFIG_NS83820 is not set
48419 +# CONFIG_HAMACHI is not set
48420 +# CONFIG_YELLOWFIN is not set
48421 +# CONFIG_R8169 is not set
48422 +# CONFIG_SIS190 is not set
48423 +# CONFIG_SKGE is not set
48424 +# CONFIG_SKY2 is not set
48425 +# CONFIG_SK98LIN is not set
48426 +# CONFIG_VIA_VELOCITY is not set
48427 +# CONFIG_TIGON3 is not set
48428 +# CONFIG_BNX2 is not set
48429 +CONFIG_GIANFAR=y
48430 +CONFIG_GFAR_NAPI=y
48431 +# CONFIG_QLA3XXX is not set
48432 +# CONFIG_ATL1 is not set
48433 +CONFIG_NETDEV_10000=y
48434 +# CONFIG_CHELSIO_T1 is not set
48435 +# CONFIG_CHELSIO_T3 is not set
48436 +# CONFIG_IXGBE is not set
48437 +# CONFIG_IXGB is not set
48438 +# CONFIG_S2IO is not set
48439 +# CONFIG_MYRI10GE is not set
48440 +# CONFIG_NETXEN_NIC is not set
48441 +# CONFIG_NIU is not set
48442 +# CONFIG_MLX4_CORE is not set
48443 +# CONFIG_TEHUTI is not set
48444 +# CONFIG_BNX2X is not set
48445 +# CONFIG_TR is not set
48446 +
48447 +#
48448 +# Wireless LAN
48449 +#
48450 +# CONFIG_WLAN_PRE80211 is not set
48451 +# CONFIG_WLAN_80211 is not set
48452 +# CONFIG_WAN is not set
48453 +# CONFIG_FDDI is not set
48454 +# CONFIG_HIPPI is not set
48455 +# CONFIG_PPP is not set
48456 +# CONFIG_SLIP is not set
48457 +# CONFIG_NETCONSOLE is not set
48458 +# CONFIG_NETPOLL is not set
48459 +# CONFIG_NET_POLL_CONTROLLER is not set
48460 +# CONFIG_ISDN is not set
48461 +# CONFIG_PHONE is not set
48462 +
48463 +#
48464 +# Input device support
48465 +#
48466 +CONFIG_INPUT=y
48467 +# CONFIG_INPUT_FF_MEMLESS is not set
48468 +# CONFIG_INPUT_POLLDEV is not set
48469 +
48470 +#
48471 +# Userland interfaces
48472 +#
48473 +# CONFIG_INPUT_MOUSEDEV is not set
48474 +# CONFIG_INPUT_JOYDEV is not set
48475 +# CONFIG_INPUT_EVDEV is not set
48476 +# CONFIG_INPUT_EVBUG is not set
48477 +
48478 +#
48479 +# Input Device Drivers
48480 +#
48481 +# CONFIG_INPUT_KEYBOARD is not set
48482 +# CONFIG_INPUT_MOUSE is not set
48483 +# CONFIG_INPUT_JOYSTICK is not set
48484 +# CONFIG_INPUT_TABLET is not set
48485 +# CONFIG_INPUT_TOUCHSCREEN is not set
48486 +# CONFIG_INPUT_MISC is not set
48487 +
48488 +#
48489 +# Hardware I/O ports
48490 +#
48491 +# CONFIG_SERIO is not set
48492 +# CONFIG_GAMEPORT is not set
48493 +
48494 +#
48495 +# Character devices
48496 +#
48497 +# CONFIG_VT is not set
48498 +# CONFIG_SERIAL_NONSTANDARD is not set
48499 +# CONFIG_NOZOMI is not set
48500 +
48501 +#
48502 +# Serial drivers
48503 +#
48504 +CONFIG_SERIAL_8250=y
48505 +CONFIG_SERIAL_8250_CONSOLE=y
48506 +CONFIG_SERIAL_8250_PCI=y
48507 +CONFIG_SERIAL_8250_NR_UARTS=4
48508 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
48509 +# CONFIG_SERIAL_8250_EXTENDED is not set
48510 +CONFIG_SERIAL_8250_SHARE_IRQ=y
48511 +
48512 +#
48513 +# Non-8250 serial port support
48514 +#
48515 +# CONFIG_SERIAL_UARTLITE is not set
48516 +CONFIG_SERIAL_CORE=y
48517 +CONFIG_SERIAL_CORE_CONSOLE=y
48518 +CONFIG_SERIAL_CPM=y
48519 +CONFIG_SERIAL_CPM_CONSOLE=y
48520 +CONFIG_SERIAL_CPM_SCC1=y
48521 +# CONFIG_SERIAL_CPM_SCC2 is not set
48522 +# CONFIG_SERIAL_CPM_SCC3 is not set
48523 +# CONFIG_SERIAL_CPM_SCC4 is not set
48524 +# CONFIG_SERIAL_CPM_SMC1 is not set
48525 +# CONFIG_SERIAL_CPM_SMC2 is not set
48526 +# CONFIG_SERIAL_JSM is not set
48527 +# CONFIG_SERIAL_OF_PLATFORM is not set
48528 +CONFIG_UNIX98_PTYS=y
48529 +CONFIG_LEGACY_PTYS=y
48530 +CONFIG_LEGACY_PTY_COUNT=256
48531 +# CONFIG_IPMI_HANDLER is not set
48532 +CONFIG_HW_RANDOM=y
48533 +# CONFIG_NVRAM is not set
48534 +CONFIG_GEN_RTC=y
48535 +# CONFIG_GEN_RTC_X is not set
48536 +# CONFIG_R3964 is not set
48537 +# CONFIG_APPLICOM is not set
48538 +# CONFIG_RAW_DRIVER is not set
48539 +# CONFIG_TCG_TPM is not set
48540 +CONFIG_DEVPORT=y
48541 +CONFIG_I2C=y
48542 +CONFIG_I2C_BOARDINFO=y
48543 +CONFIG_I2C_CHARDEV=y
48544 +
48545 +#
48546 +# I2C Algorithms
48547 +#
48548 +# CONFIG_I2C_ALGOBIT is not set
48549 +# CONFIG_I2C_ALGOPCF is not set
48550 +# CONFIG_I2C_ALGOPCA is not set
48551 +
48552 +#
48553 +# I2C Hardware Bus support
48554 +#
48555 +# CONFIG_I2C_ALI1535 is not set
48556 +# CONFIG_I2C_ALI1563 is not set
48557 +# CONFIG_I2C_ALI15X3 is not set
48558 +# CONFIG_I2C_AMD756 is not set
48559 +# CONFIG_I2C_AMD8111 is not set
48560 +# CONFIG_I2C_I801 is not set
48561 +# CONFIG_I2C_I810 is not set
48562 +# CONFIG_I2C_PIIX4 is not set
48563 +CONFIG_I2C_MPC=y
48564 +# CONFIG_I2C_NFORCE2 is not set
48565 +# CONFIG_I2C_OCORES is not set
48566 +# CONFIG_I2C_PARPORT_LIGHT is not set
48567 +# CONFIG_I2C_PROSAVAGE is not set
48568 +# CONFIG_I2C_SAVAGE4 is not set
48569 +# CONFIG_I2C_SIMTEC is not set
48570 +# CONFIG_I2C_SIS5595 is not set
48571 +# CONFIG_I2C_SIS630 is not set
48572 +# CONFIG_I2C_SIS96X is not set
48573 +# CONFIG_I2C_TAOS_EVM is not set
48574 +# CONFIG_I2C_VIA is not set
48575 +# CONFIG_I2C_VIAPRO is not set
48576 +# CONFIG_I2C_VOODOO3 is not set
48577 +
48578 +#
48579 +# Miscellaneous I2C Chip support
48580 +#
48581 +# CONFIG_DS1682 is not set
48582 +# CONFIG_SENSORS_EEPROM is not set
48583 +# CONFIG_SENSORS_PCF8574 is not set
48584 +# CONFIG_PCF8575 is not set
48585 +# CONFIG_SENSORS_PCF8591 is not set
48586 +# CONFIG_TPS65010 is not set
48587 +# CONFIG_SENSORS_MAX6875 is not set
48588 +# CONFIG_SENSORS_TSL2550 is not set
48589 +# CONFIG_I2C_DEBUG_CORE is not set
48590 +# CONFIG_I2C_DEBUG_ALGO is not set
48591 +# CONFIG_I2C_DEBUG_BUS is not set
48592 +# CONFIG_I2C_DEBUG_CHIP is not set
48593 +
48594 +#
48595 +# SPI support
48596 +#
48597 +# CONFIG_SPI is not set
48598 +# CONFIG_SPI_MASTER is not set
48599 +# CONFIG_W1 is not set
48600 +# CONFIG_POWER_SUPPLY is not set
48601 +CONFIG_HWMON=y
48602 +# CONFIG_HWMON_VID is not set
48603 +# CONFIG_SENSORS_AD7418 is not set
48604 +# CONFIG_SENSORS_ADM1021 is not set
48605 +# CONFIG_SENSORS_ADM1025 is not set
48606 +# CONFIG_SENSORS_ADM1026 is not set
48607 +# CONFIG_SENSORS_ADM1029 is not set
48608 +# CONFIG_SENSORS_ADM1031 is not set
48609 +# CONFIG_SENSORS_ADM9240 is not set
48610 +# CONFIG_SENSORS_ADT7470 is not set
48611 +# CONFIG_SENSORS_ADT7473 is not set
48612 +# CONFIG_SENSORS_ATXP1 is not set
48613 +# CONFIG_SENSORS_DS1621 is not set
48614 +# CONFIG_SENSORS_I5K_AMB is not set
48615 +# CONFIG_SENSORS_F71805F is not set
48616 +# CONFIG_SENSORS_F71882FG is not set
48617 +# CONFIG_SENSORS_F75375S is not set
48618 +# CONFIG_SENSORS_GL518SM is not set
48619 +# CONFIG_SENSORS_GL520SM is not set
48620 +# CONFIG_SENSORS_IT87 is not set
48621 +# CONFIG_SENSORS_LM63 is not set
48622 +CONFIG_SENSORS_LM75=y
48623 +# CONFIG_SENSORS_LM77 is not set
48624 +# CONFIG_SENSORS_LM78 is not set
48625 +# CONFIG_SENSORS_LM80 is not set
48626 +# CONFIG_SENSORS_LM83 is not set
48627 +# CONFIG_SENSORS_LM85 is not set
48628 +# CONFIG_SENSORS_LM87 is not set
48629 +# CONFIG_SENSORS_LM90 is not set
48630 +# CONFIG_SENSORS_LM92 is not set
48631 +# CONFIG_SENSORS_LM93 is not set
48632 +# CONFIG_SENSORS_MAX1619 is not set
48633 +# CONFIG_SENSORS_MAX6650 is not set
48634 +# CONFIG_SENSORS_PC87360 is not set
48635 +# CONFIG_SENSORS_PC87427 is not set
48636 +# CONFIG_SENSORS_SIS5595 is not set
48637 +# CONFIG_SENSORS_DME1737 is not set
48638 +# CONFIG_SENSORS_SMSC47M1 is not set
48639 +# CONFIG_SENSORS_SMSC47M192 is not set
48640 +# CONFIG_SENSORS_SMSC47B397 is not set
48641 +# CONFIG_SENSORS_ADS7828 is not set
48642 +# CONFIG_SENSORS_THMC50 is not set
48643 +# CONFIG_SENSORS_VIA686A is not set
48644 +# CONFIG_SENSORS_VT1211 is not set
48645 +# CONFIG_SENSORS_VT8231 is not set
48646 +# CONFIG_SENSORS_W83781D is not set
48647 +# CONFIG_SENSORS_W83791D is not set
48648 +# CONFIG_SENSORS_W83792D is not set
48649 +# CONFIG_SENSORS_W83793 is not set
48650 +# CONFIG_SENSORS_W83L785TS is not set
48651 +# CONFIG_SENSORS_W83L786NG is not set
48652 +# CONFIG_SENSORS_W83627HF is not set
48653 +# CONFIG_SENSORS_W83627EHF is not set
48654 +CONFIG_HWMON_DEBUG_CHIP=y
48655 +# CONFIG_THERMAL is not set
48656 +# CONFIG_WATCHDOG is not set
48657 +
48658 +#
48659 +# Sonics Silicon Backplane
48660 +#
48661 +CONFIG_SSB_POSSIBLE=y
48662 +# CONFIG_SSB is not set
48663 +
48664 +#
48665 +# Multifunction device drivers
48666 +#
48667 +# CONFIG_MFD_SM501 is not set
48668 +
48669 +#
48670 +# Multimedia devices
48671 +#
48672 +# CONFIG_VIDEO_DEV is not set
48673 +# CONFIG_DVB_CORE is not set
48674 +CONFIG_DAB=y
48675 +
48676 +#
48677 +# Graphics support
48678 +#
48679 +# CONFIG_AGP is not set
48680 +# CONFIG_DRM is not set
48681 +# CONFIG_VGASTATE is not set
48682 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
48683 +# CONFIG_FB is not set
48684 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
48685 +
48686 +#
48687 +# Display device support
48688 +#
48689 +# CONFIG_DISPLAY_SUPPORT is not set
48690 +
48691 +#
48692 +# Sound
48693 +#
48694 +# CONFIG_SOUND is not set
48695 +CONFIG_HID_SUPPORT=y
48696 +CONFIG_HID=y
48697 +# CONFIG_HID_DEBUG is not set
48698 +# CONFIG_HIDRAW is not set
48699 +CONFIG_USB_SUPPORT=y
48700 +CONFIG_USB_ARCH_HAS_HCD=y
48701 +CONFIG_USB_ARCH_HAS_OHCI=y
48702 +CONFIG_USB_ARCH_HAS_EHCI=y
48703 +# CONFIG_USB is not set
48704 +
48705 +#
48706 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
48707 +#
48708 +# CONFIG_USB_GADGET is not set
48709 +# CONFIG_MMC is not set
48710 +# CONFIG_MEMSTICK is not set
48711 +# CONFIG_NEW_LEDS is not set
48712 +# CONFIG_INFINIBAND is not set
48713 +# CONFIG_EDAC is not set
48714 +# CONFIG_RTC_CLASS is not set
48715 +# CONFIG_DMADEVICES is not set
48716 +
48717 +#
48718 +# Userspace I/O
48719 +#
48720 +# CONFIG_UIO is not set
48721 +
48722 +#
48723 +# File systems
48724 +#
48725 +CONFIG_EXT2_FS=y
48726 +# CONFIG_EXT2_FS_XATTR is not set
48727 +# CONFIG_EXT2_FS_XIP is not set
48728 +CONFIG_EXT3_FS=y
48729 +CONFIG_EXT3_FS_XATTR=y
48730 +# CONFIG_EXT3_FS_POSIX_ACL is not set
48731 +# CONFIG_EXT3_FS_SECURITY is not set
48732 +# CONFIG_EXT4DEV_FS is not set
48733 +CONFIG_JBD=y
48734 +CONFIG_FS_MBCACHE=y
48735 +# CONFIG_REISERFS_FS is not set
48736 +# CONFIG_JFS_FS is not set
48737 +# CONFIG_FS_POSIX_ACL is not set
48738 +# CONFIG_XFS_FS is not set
48739 +# CONFIG_GFS2_FS is not set
48740 +# CONFIG_OCFS2_FS is not set
48741 +CONFIG_DNOTIFY=y
48742 +CONFIG_INOTIFY=y
48743 +CONFIG_INOTIFY_USER=y
48744 +# CONFIG_QUOTA is not set
48745 +# CONFIG_AUTOFS_FS is not set
48746 +# CONFIG_AUTOFS4_FS is not set
48747 +# CONFIG_FUSE_FS is not set
48748 +
48749 +#
48750 +# CD-ROM/DVD Filesystems
48751 +#
48752 +# CONFIG_ISO9660_FS is not set
48753 +# CONFIG_UDF_FS is not set
48754 +
48755 +#
48756 +# DOS/FAT/NT Filesystems
48757 +#
48758 +# CONFIG_MSDOS_FS is not set
48759 +# CONFIG_VFAT_FS is not set
48760 +# CONFIG_NTFS_FS is not set
48761 +
48762 +#
48763 +# Pseudo filesystems
48764 +#
48765 +CONFIG_PROC_FS=y
48766 +CONFIG_PROC_KCORE=y
48767 +CONFIG_PROC_SYSCTL=y
48768 +CONFIG_SYSFS=y
48769 +CONFIG_TMPFS=y
48770 +# CONFIG_TMPFS_POSIX_ACL is not set
48771 +# CONFIG_HUGETLB_PAGE is not set
48772 +# CONFIG_CONFIGFS_FS is not set
48773 +
48774 +#
48775 +# Miscellaneous filesystems
48776 +#
48777 +# CONFIG_ADFS_FS is not set
48778 +# CONFIG_AFFS_FS is not set
48779 +# CONFIG_HFS_FS is not set
48780 +# CONFIG_HFSPLUS_FS is not set
48781 +# CONFIG_BEFS_FS is not set
48782 +# CONFIG_BFS_FS is not set
48783 +# CONFIG_EFS_FS is not set
48784 +CONFIG_JFFS2_FS=y
48785 +CONFIG_JFFS2_FS_DEBUG=0
48786 +CONFIG_JFFS2_FS_WRITEBUFFER=y
48787 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
48788 +# CONFIG_JFFS2_SUMMARY is not set
48789 +# CONFIG_JFFS2_FS_XATTR is not set
48790 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
48791 +CONFIG_JFFS2_ZLIB=y
48792 +# CONFIG_JFFS2_LZO is not set
48793 +CONFIG_JFFS2_RTIME=y
48794 +# CONFIG_JFFS2_RUBIN is not set
48795 +CONFIG_CRAMFS=y
48796 +# CONFIG_VXFS_FS is not set
48797 +# CONFIG_MINIX_FS is not set
48798 +# CONFIG_HPFS_FS is not set
48799 +# CONFIG_QNX4FS_FS is not set
48800 +# CONFIG_ROMFS_FS is not set
48801 +# CONFIG_SYSV_FS is not set
48802 +# CONFIG_UFS_FS is not set
48803 +CONFIG_NETWORK_FILESYSTEMS=y
48804 +CONFIG_NFS_FS=y
48805 +# CONFIG_NFS_V3 is not set
48806 +# CONFIG_NFS_V4 is not set
48807 +# CONFIG_NFS_DIRECTIO is not set
48808 +# CONFIG_NFSD is not set
48809 +CONFIG_ROOT_NFS=y
48810 +CONFIG_LOCKD=y
48811 +CONFIG_NFS_COMMON=y
48812 +CONFIG_SUNRPC=y
48813 +# CONFIG_SUNRPC_BIND34 is not set
48814 +# CONFIG_RPCSEC_GSS_KRB5 is not set
48815 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
48816 +# CONFIG_SMB_FS is not set
48817 +# CONFIG_CIFS is not set
48818 +# CONFIG_NCP_FS is not set
48819 +# CONFIG_CODA_FS is not set
48820 +# CONFIG_AFS_FS is not set
48821 +
48822 +#
48823 +# Partition Types
48824 +#
48825 +CONFIG_PARTITION_ADVANCED=y
48826 +# CONFIG_ACORN_PARTITION is not set
48827 +# CONFIG_OSF_PARTITION is not set
48828 +# CONFIG_AMIGA_PARTITION is not set
48829 +# CONFIG_ATARI_PARTITION is not set
48830 +# CONFIG_MAC_PARTITION is not set
48831 +# CONFIG_MSDOS_PARTITION is not set
48832 +# CONFIG_LDM_PARTITION is not set
48833 +# CONFIG_SGI_PARTITION is not set
48834 +# CONFIG_ULTRIX_PARTITION is not set
48835 +# CONFIG_SUN_PARTITION is not set
48836 +# CONFIG_KARMA_PARTITION is not set
48837 +# CONFIG_EFI_PARTITION is not set
48838 +# CONFIG_SYSV68_PARTITION is not set
48839 +# CONFIG_NLS is not set
48840 +# CONFIG_DLM is not set
48841 +
48842 +#
48843 +# Library routines
48844 +#
48845 +CONFIG_BITREVERSE=y
48846 +# CONFIG_CRC_CCITT is not set
48847 +# CONFIG_CRC16 is not set
48848 +# CONFIG_CRC_ITU_T is not set
48849 +CONFIG_CRC32=y
48850 +# CONFIG_CRC7 is not set
48851 +# CONFIG_LIBCRC32C is not set
48852 +CONFIG_ZLIB_INFLATE=y
48853 +CONFIG_ZLIB_DEFLATE=y
48854 +CONFIG_PLIST=y
48855 +CONFIG_HAS_IOMEM=y
48856 +CONFIG_HAS_IOPORT=y
48857 +CONFIG_HAS_DMA=y
48858 +
48859 +#
48860 +# Kernel hacking
48861 +#
48862 +# CONFIG_PRINTK_TIME is not set
48863 +CONFIG_ENABLE_WARN_DEPRECATED=y
48864 +CONFIG_ENABLE_MUST_CHECK=y
48865 +# CONFIG_MAGIC_SYSRQ is not set
48866 +# CONFIG_UNUSED_SYMBOLS is not set
48867 +# CONFIG_DEBUG_FS is not set
48868 +# CONFIG_HEADERS_CHECK is not set
48869 +# CONFIG_DEBUG_KERNEL is not set
48870 +# CONFIG_SLUB_DEBUG_ON is not set
48871 +# CONFIG_SLUB_STATS is not set
48872 +# CONFIG_DEBUG_BUGVERBOSE is not set
48873 +# CONFIG_SAMPLES is not set
48874 +# CONFIG_KGDB_CONSOLE is not set
48875 +# CONFIG_PPC_EARLY_DEBUG is not set
48876 +
48877 +#
48878 +# Security options
48879 +#
48880 +# CONFIG_KEYS is not set
48881 +# CONFIG_SECURITY is not set
48882 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
48883 +CONFIG_CRYPTO=y
48884 +# CONFIG_CRYPTO_SEQIV is not set
48885 +# CONFIG_CRYPTO_MANAGER is not set
48886 +# CONFIG_CRYPTO_HMAC is not set
48887 +# CONFIG_CRYPTO_XCBC is not set
48888 +# CONFIG_CRYPTO_NULL is not set
48889 +# CONFIG_CRYPTO_MD4 is not set
48890 +# CONFIG_CRYPTO_MD5 is not set
48891 +# CONFIG_CRYPTO_SHA1 is not set
48892 +# CONFIG_CRYPTO_SHA256 is not set
48893 +# CONFIG_CRYPTO_SHA512 is not set
48894 +# CONFIG_CRYPTO_WP512 is not set
48895 +# CONFIG_CRYPTO_TGR192 is not set
48896 +# CONFIG_CRYPTO_GF128MUL is not set
48897 +# CONFIG_CRYPTO_ECB is not set
48898 +# CONFIG_CRYPTO_CBC is not set
48899 +# CONFIG_CRYPTO_PCBC is not set
48900 +# CONFIG_CRYPTO_LRW is not set
48901 +# CONFIG_CRYPTO_XTS is not set
48902 +# CONFIG_CRYPTO_CTR is not set
48903 +# CONFIG_CRYPTO_GCM is not set
48904 +# CONFIG_CRYPTO_CCM is not set
48905 +# CONFIG_CRYPTO_CRYPTD is not set
48906 +# CONFIG_CRYPTO_DES is not set
48907 +# CONFIG_CRYPTO_FCRYPT is not set
48908 +# CONFIG_CRYPTO_BLOWFISH is not set
48909 +# CONFIG_CRYPTO_TWOFISH is not set
48910 +# CONFIG_CRYPTO_SERPENT is not set
48911 +# CONFIG_CRYPTO_AES is not set
48912 +# CONFIG_CRYPTO_CAST5 is not set
48913 +# CONFIG_CRYPTO_CAST6 is not set
48914 +# CONFIG_CRYPTO_TEA is not set
48915 +# CONFIG_CRYPTO_ARC4 is not set
48916 +# CONFIG_CRYPTO_KHAZAD is not set
48917 +# CONFIG_CRYPTO_ANUBIS is not set
48918 +# CONFIG_CRYPTO_SEED is not set
48919 +# CONFIG_CRYPTO_SALSA20 is not set
48920 +# CONFIG_CRYPTO_DEFLATE is not set
48921 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
48922 +# CONFIG_CRYPTO_CRC32C is not set
48923 +# CONFIG_CRYPTO_CAMELLIA is not set
48924 +# CONFIG_CRYPTO_AUTHENC is not set
48925 +# CONFIG_CRYPTO_LZO is not set
48926 +CONFIG_CRYPTO_HW=y
48927 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
48928 +# CONFIG_PPC_CLOCK is not set
48929 +CONFIG_PPC_LIB_RHEAP=y
48930 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/bamboo_defconfig powerpc.git/arch/powerpc/configs/bamboo_defconfig
48931 --- linux-2.6.25-rc9/arch/powerpc/configs/bamboo_defconfig      2008-04-11 22:32:29.000000000 +0200
48932 +++ powerpc.git/arch/powerpc/configs/bamboo_defconfig   1970-01-01 01:00:00.000000000 +0100
48933 @@ -1,815 +0,0 @@
48934 -#
48935 -# Automatically generated make config: don't edit
48936 -# Linux kernel version: 2.6.25-rc2
48937 -# Fri Feb 15 21:36:39 2008
48938 -#
48939 -# CONFIG_PPC64 is not set
48940 -
48941 -#
48942 -# Processor support
48943 -#
48944 -# CONFIG_6xx is not set
48945 -# CONFIG_PPC_85xx is not set
48946 -# CONFIG_PPC_8xx is not set
48947 -# CONFIG_40x is not set
48948 -CONFIG_44x=y
48949 -# CONFIG_E200 is not set
48950 -CONFIG_PPC_FPU=y
48951 -CONFIG_4xx=y
48952 -CONFIG_BOOKE=y
48953 -CONFIG_PTE_64BIT=y
48954 -CONFIG_PHYS_64BIT=y
48955 -# CONFIG_PPC_MM_SLICES is not set
48956 -CONFIG_NOT_COHERENT_CACHE=y
48957 -CONFIG_PPC32=y
48958 -CONFIG_WORD_SIZE=32
48959 -CONFIG_PPC_MERGE=y
48960 -CONFIG_MMU=y
48961 -CONFIG_GENERIC_CMOS_UPDATE=y
48962 -CONFIG_GENERIC_TIME=y
48963 -CONFIG_GENERIC_TIME_VSYSCALL=y
48964 -CONFIG_GENERIC_CLOCKEVENTS=y
48965 -CONFIG_GENERIC_HARDIRQS=y
48966 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
48967 -CONFIG_IRQ_PER_CPU=y
48968 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
48969 -CONFIG_ARCH_HAS_ILOG2_U32=y
48970 -CONFIG_GENERIC_HWEIGHT=y
48971 -CONFIG_GENERIC_CALIBRATE_DELAY=y
48972 -CONFIG_GENERIC_FIND_NEXT_BIT=y
48973 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
48974 -CONFIG_PPC=y
48975 -CONFIG_EARLY_PRINTK=y
48976 -CONFIG_GENERIC_NVRAM=y
48977 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
48978 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
48979 -CONFIG_PPC_OF=y
48980 -CONFIG_OF=y
48981 -CONFIG_PPC_UDBG_16550=y
48982 -# CONFIG_GENERIC_TBSYNC is not set
48983 -CONFIG_AUDIT_ARCH=y
48984 -CONFIG_GENERIC_BUG=y
48985 -# CONFIG_DEFAULT_UIMAGE is not set
48986 -CONFIG_PPC_DCR_NATIVE=y
48987 -# CONFIG_PPC_DCR_MMIO is not set
48988 -CONFIG_PPC_DCR=y
48989 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
48990 -
48991 -#
48992 -# General setup
48993 -#
48994 -CONFIG_EXPERIMENTAL=y
48995 -CONFIG_BROKEN_ON_SMP=y
48996 -CONFIG_INIT_ENV_ARG_LIMIT=32
48997 -CONFIG_LOCALVERSION=""
48998 -CONFIG_LOCALVERSION_AUTO=y
48999 -CONFIG_SWAP=y
49000 -CONFIG_SYSVIPC=y
49001 -CONFIG_SYSVIPC_SYSCTL=y
49002 -CONFIG_POSIX_MQUEUE=y
49003 -# CONFIG_BSD_PROCESS_ACCT is not set
49004 -# CONFIG_TASKSTATS is not set
49005 -# CONFIG_AUDIT is not set
49006 -# CONFIG_IKCONFIG is not set
49007 -CONFIG_LOG_BUF_SHIFT=14
49008 -# CONFIG_CGROUPS is not set
49009 -CONFIG_GROUP_SCHED=y
49010 -CONFIG_FAIR_GROUP_SCHED=y
49011 -# CONFIG_RT_GROUP_SCHED is not set
49012 -CONFIG_USER_SCHED=y
49013 -# CONFIG_CGROUP_SCHED is not set
49014 -CONFIG_SYSFS_DEPRECATED=y
49015 -# CONFIG_RELAY is not set
49016 -# CONFIG_NAMESPACES is not set
49017 -CONFIG_BLK_DEV_INITRD=y
49018 -CONFIG_INITRAMFS_SOURCE=""
49019 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
49020 -CONFIG_SYSCTL=y
49021 -CONFIG_EMBEDDED=y
49022 -CONFIG_SYSCTL_SYSCALL=y
49023 -CONFIG_KALLSYMS=y
49024 -# CONFIG_KALLSYMS_ALL is not set
49025 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
49026 -CONFIG_HOTPLUG=y
49027 -CONFIG_PRINTK=y
49028 -CONFIG_BUG=y
49029 -CONFIG_ELF_CORE=y
49030 -CONFIG_COMPAT_BRK=y
49031 -CONFIG_BASE_FULL=y
49032 -CONFIG_FUTEX=y
49033 -CONFIG_ANON_INODES=y
49034 -CONFIG_EPOLL=y
49035 -CONFIG_SIGNALFD=y
49036 -CONFIG_TIMERFD=y
49037 -CONFIG_EVENTFD=y
49038 -CONFIG_SHMEM=y
49039 -CONFIG_VM_EVENT_COUNTERS=y
49040 -CONFIG_SLUB_DEBUG=y
49041 -# CONFIG_SLAB is not set
49042 -CONFIG_SLUB=y
49043 -# CONFIG_SLOB is not set
49044 -# CONFIG_PROFILING is not set
49045 -# CONFIG_MARKERS is not set
49046 -CONFIG_HAVE_OPROFILE=y
49047 -# CONFIG_KPROBES is not set
49048 -CONFIG_HAVE_KPROBES=y
49049 -CONFIG_PROC_PAGE_MONITOR=y
49050 -CONFIG_SLABINFO=y
49051 -CONFIG_RT_MUTEXES=y
49052 -# CONFIG_TINY_SHMEM is not set
49053 -CONFIG_BASE_SMALL=0
49054 -CONFIG_MODULES=y
49055 -CONFIG_MODULE_UNLOAD=y
49056 -# CONFIG_MODULE_FORCE_UNLOAD is not set
49057 -# CONFIG_MODVERSIONS is not set
49058 -# CONFIG_MODULE_SRCVERSION_ALL is not set
49059 -CONFIG_KMOD=y
49060 -CONFIG_BLOCK=y
49061 -CONFIG_LBD=y
49062 -# CONFIG_BLK_DEV_IO_TRACE is not set
49063 -# CONFIG_LSF is not set
49064 -# CONFIG_BLK_DEV_BSG is not set
49065 -
49066 -#
49067 -# IO Schedulers
49068 -#
49069 -CONFIG_IOSCHED_NOOP=y
49070 -CONFIG_IOSCHED_AS=y
49071 -CONFIG_IOSCHED_DEADLINE=y
49072 -CONFIG_IOSCHED_CFQ=y
49073 -CONFIG_DEFAULT_AS=y
49074 -# CONFIG_DEFAULT_DEADLINE is not set
49075 -# CONFIG_DEFAULT_CFQ is not set
49076 -# CONFIG_DEFAULT_NOOP is not set
49077 -CONFIG_DEFAULT_IOSCHED="anticipatory"
49078 -CONFIG_CLASSIC_RCU=y
49079 -# CONFIG_PREEMPT_RCU is not set
49080 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
49081 -
49082 -#
49083 -# Platform support
49084 -#
49085 -# CONFIG_PPC_MPC512x is not set
49086 -# CONFIG_PPC_MPC5121 is not set
49087 -# CONFIG_PPC_CELL is not set
49088 -# CONFIG_PPC_CELL_NATIVE is not set
49089 -# CONFIG_PQ2ADS is not set
49090 -CONFIG_BAMBOO=y
49091 -# CONFIG_EBONY is not set
49092 -# CONFIG_SEQUOIA is not set
49093 -# CONFIG_TAISHAN is not set
49094 -# CONFIG_KATMAI is not set
49095 -# CONFIG_RAINIER is not set
49096 -# CONFIG_WARP is not set
49097 -CONFIG_440EP=y
49098 -CONFIG_IBM440EP_ERR42=y
49099 -# CONFIG_IPIC is not set
49100 -# CONFIG_MPIC is not set
49101 -# CONFIG_MPIC_WEIRD is not set
49102 -# CONFIG_PPC_I8259 is not set
49103 -# CONFIG_PPC_RTAS is not set
49104 -# CONFIG_MMIO_NVRAM is not set
49105 -# CONFIG_PPC_MPC106 is not set
49106 -# CONFIG_PPC_970_NAP is not set
49107 -# CONFIG_PPC_INDIRECT_IO is not set
49108 -# CONFIG_GENERIC_IOMAP is not set
49109 -# CONFIG_CPU_FREQ is not set
49110 -# CONFIG_FSL_ULI1575 is not set
49111 -
49112 -#
49113 -# Kernel options
49114 -#
49115 -# CONFIG_HIGHMEM is not set
49116 -# CONFIG_TICK_ONESHOT is not set
49117 -# CONFIG_NO_HZ is not set
49118 -# CONFIG_HIGH_RES_TIMERS is not set
49119 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
49120 -# CONFIG_HZ_100 is not set
49121 -CONFIG_HZ_250=y
49122 -# CONFIG_HZ_300 is not set
49123 -# CONFIG_HZ_1000 is not set
49124 -CONFIG_HZ=250
49125 -# CONFIG_SCHED_HRTICK is not set
49126 -CONFIG_PREEMPT_NONE=y
49127 -# CONFIG_PREEMPT_VOLUNTARY is not set
49128 -# CONFIG_PREEMPT is not set
49129 -CONFIG_RCU_TRACE=y
49130 -CONFIG_BINFMT_ELF=y
49131 -# CONFIG_BINFMT_MISC is not set
49132 -# CONFIG_MATH_EMULATION is not set
49133 -# CONFIG_IOMMU_HELPER is not set
49134 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
49135 -CONFIG_ARCH_HAS_WALK_MEMORY=y
49136 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
49137 -CONFIG_ARCH_FLATMEM_ENABLE=y
49138 -CONFIG_ARCH_POPULATES_NODE_MAP=y
49139 -CONFIG_SELECT_MEMORY_MODEL=y
49140 -CONFIG_FLATMEM_MANUAL=y
49141 -# CONFIG_DISCONTIGMEM_MANUAL is not set
49142 -# CONFIG_SPARSEMEM_MANUAL is not set
49143 -CONFIG_FLATMEM=y
49144 -CONFIG_FLAT_NODE_MEM_MAP=y
49145 -# CONFIG_SPARSEMEM_STATIC is not set
49146 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
49147 -CONFIG_SPLIT_PTLOCK_CPUS=4
49148 -CONFIG_RESOURCES_64BIT=y
49149 -CONFIG_ZONE_DMA_FLAG=1
49150 -CONFIG_BOUNCE=y
49151 -CONFIG_VIRT_TO_BUS=y
49152 -CONFIG_PROC_DEVICETREE=y
49153 -CONFIG_CMDLINE_BOOL=y
49154 -CONFIG_CMDLINE=""
49155 -CONFIG_SECCOMP=y
49156 -CONFIG_ISA_DMA_API=y
49157 -
49158 -#
49159 -# Bus options
49160 -#
49161 -CONFIG_ZONE_DMA=y
49162 -CONFIG_PPC_INDIRECT_PCI=y
49163 -CONFIG_PCI=y
49164 -CONFIG_PCI_DOMAINS=y
49165 -CONFIG_PCI_SYSCALL=y
49166 -# CONFIG_PCIEPORTBUS is not set
49167 -CONFIG_ARCH_SUPPORTS_MSI=y
49168 -# CONFIG_PCI_MSI is not set
49169 -CONFIG_PCI_LEGACY=y
49170 -# CONFIG_PCI_DEBUG is not set
49171 -# CONFIG_PCCARD is not set
49172 -# CONFIG_HOTPLUG_PCI is not set
49173 -
49174 -#
49175 -# Advanced setup
49176 -#
49177 -# CONFIG_ADVANCED_OPTIONS is not set
49178 -
49179 -#
49180 -# Default settings for advanced configuration options are used
49181 -#
49182 -CONFIG_HIGHMEM_START=0xfe000000
49183 -CONFIG_LOWMEM_SIZE=0x30000000
49184 -CONFIG_KERNEL_START=0xc0000000
49185 -CONFIG_TASK_SIZE=0xc0000000
49186 -CONFIG_CONSISTENT_START=0xff100000
49187 -CONFIG_CONSISTENT_SIZE=0x00200000
49188 -CONFIG_BOOT_LOAD=0x01000000
49189 -
49190 -#
49191 -# Networking
49192 -#
49193 -CONFIG_NET=y
49194 -
49195 -#
49196 -# Networking options
49197 -#
49198 -CONFIG_PACKET=y
49199 -# CONFIG_PACKET_MMAP is not set
49200 -CONFIG_UNIX=y
49201 -# CONFIG_NET_KEY is not set
49202 -CONFIG_INET=y
49203 -# CONFIG_IP_MULTICAST is not set
49204 -# CONFIG_IP_ADVANCED_ROUTER is not set
49205 -CONFIG_IP_FIB_HASH=y
49206 -CONFIG_IP_PNP=y
49207 -CONFIG_IP_PNP_DHCP=y
49208 -CONFIG_IP_PNP_BOOTP=y
49209 -# CONFIG_IP_PNP_RARP is not set
49210 -# CONFIG_NET_IPIP is not set
49211 -# CONFIG_NET_IPGRE is not set
49212 -# CONFIG_ARPD is not set
49213 -# CONFIG_SYN_COOKIES is not set
49214 -# CONFIG_INET_AH is not set
49215 -# CONFIG_INET_ESP is not set
49216 -# CONFIG_INET_IPCOMP is not set
49217 -# CONFIG_INET_XFRM_TUNNEL is not set
49218 -# CONFIG_INET_TUNNEL is not set
49219 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
49220 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
49221 -# CONFIG_INET_XFRM_MODE_BEET is not set
49222 -# CONFIG_INET_LRO is not set
49223 -CONFIG_INET_DIAG=y
49224 -CONFIG_INET_TCP_DIAG=y
49225 -# CONFIG_TCP_CONG_ADVANCED is not set
49226 -CONFIG_TCP_CONG_CUBIC=y
49227 -CONFIG_DEFAULT_TCP_CONG="cubic"
49228 -# CONFIG_TCP_MD5SIG is not set
49229 -# CONFIG_IPV6 is not set
49230 -# CONFIG_INET6_XFRM_TUNNEL is not set
49231 -# CONFIG_INET6_TUNNEL is not set
49232 -# CONFIG_NETWORK_SECMARK is not set
49233 -# CONFIG_NETFILTER is not set
49234 -# CONFIG_IP_DCCP is not set
49235 -# CONFIG_IP_SCTP is not set
49236 -# CONFIG_TIPC is not set
49237 -# CONFIG_ATM is not set
49238 -# CONFIG_BRIDGE is not set
49239 -# CONFIG_VLAN_8021Q is not set
49240 -# CONFIG_DECNET is not set
49241 -# CONFIG_LLC2 is not set
49242 -# CONFIG_IPX is not set
49243 -# CONFIG_ATALK is not set
49244 -# CONFIG_X25 is not set
49245 -# CONFIG_LAPB is not set
49246 -# CONFIG_ECONET is not set
49247 -# CONFIG_WAN_ROUTER is not set
49248 -# CONFIG_NET_SCHED is not set
49249 -
49250 -#
49251 -# Network testing
49252 -#
49253 -# CONFIG_NET_PKTGEN is not set
49254 -# CONFIG_HAMRADIO is not set
49255 -# CONFIG_CAN is not set
49256 -# CONFIG_IRDA is not set
49257 -# CONFIG_BT is not set
49258 -# CONFIG_AF_RXRPC is not set
49259 -
49260 -#
49261 -# Wireless
49262 -#
49263 -# CONFIG_CFG80211 is not set
49264 -# CONFIG_WIRELESS_EXT is not set
49265 -# CONFIG_MAC80211 is not set
49266 -# CONFIG_IEEE80211 is not set
49267 -# CONFIG_RFKILL is not set
49268 -# CONFIG_NET_9P is not set
49269 -
49270 -#
49271 -# Device Drivers
49272 -#
49273 -
49274 -#
49275 -# Generic Driver Options
49276 -#
49277 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
49278 -CONFIG_STANDALONE=y
49279 -CONFIG_PREVENT_FIRMWARE_BUILD=y
49280 -CONFIG_FW_LOADER=y
49281 -# CONFIG_DEBUG_DRIVER is not set
49282 -# CONFIG_DEBUG_DEVRES is not set
49283 -# CONFIG_SYS_HYPERVISOR is not set
49284 -CONFIG_CONNECTOR=y
49285 -CONFIG_PROC_EVENTS=y
49286 -# CONFIG_MTD is not set
49287 -CONFIG_OF_DEVICE=y
49288 -# CONFIG_PARPORT is not set
49289 -CONFIG_BLK_DEV=y
49290 -# CONFIG_BLK_DEV_FD is not set
49291 -# CONFIG_BLK_CPQ_DA is not set
49292 -# CONFIG_BLK_CPQ_CISS_DA is not set
49293 -# CONFIG_BLK_DEV_DAC960 is not set
49294 -# CONFIG_BLK_DEV_UMEM is not set
49295 -# CONFIG_BLK_DEV_COW_COMMON is not set
49296 -# CONFIG_BLK_DEV_LOOP is not set
49297 -# CONFIG_BLK_DEV_NBD is not set
49298 -# CONFIG_BLK_DEV_SX8 is not set
49299 -CONFIG_BLK_DEV_RAM=y
49300 -CONFIG_BLK_DEV_RAM_COUNT=16
49301 -CONFIG_BLK_DEV_RAM_SIZE=35000
49302 -# CONFIG_BLK_DEV_XIP is not set
49303 -# CONFIG_CDROM_PKTCDVD is not set
49304 -# CONFIG_ATA_OVER_ETH is not set
49305 -# CONFIG_XILINX_SYSACE is not set
49306 -CONFIG_MISC_DEVICES=y
49307 -# CONFIG_PHANTOM is not set
49308 -# CONFIG_EEPROM_93CX6 is not set
49309 -# CONFIG_SGI_IOC4 is not set
49310 -# CONFIG_TIFM_CORE is not set
49311 -# CONFIG_ENCLOSURE_SERVICES is not set
49312 -CONFIG_HAVE_IDE=y
49313 -# CONFIG_IDE is not set
49314 -
49315 -#
49316 -# SCSI device support
49317 -#
49318 -# CONFIG_RAID_ATTRS is not set
49319 -# CONFIG_SCSI is not set
49320 -# CONFIG_SCSI_DMA is not set
49321 -# CONFIG_SCSI_NETLINK is not set
49322 -# CONFIG_ATA is not set
49323 -# CONFIG_MD is not set
49324 -# CONFIG_FUSION is not set
49325 -
49326 -#
49327 -# IEEE 1394 (FireWire) support
49328 -#
49329 -# CONFIG_FIREWIRE is not set
49330 -# CONFIG_IEEE1394 is not set
49331 -# CONFIG_I2O is not set
49332 -# CONFIG_MACINTOSH_DRIVERS is not set
49333 -CONFIG_NETDEVICES=y
49334 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
49335 -# CONFIG_DUMMY is not set
49336 -# CONFIG_BONDING is not set
49337 -# CONFIG_MACVLAN is not set
49338 -# CONFIG_EQUALIZER is not set
49339 -# CONFIG_TUN is not set
49340 -# CONFIG_VETH is not set
49341 -# CONFIG_ARCNET is not set
49342 -# CONFIG_PHYLIB is not set
49343 -CONFIG_NET_ETHERNET=y
49344 -# CONFIG_MII is not set
49345 -# CONFIG_HAPPYMEAL is not set
49346 -# CONFIG_SUNGEM is not set
49347 -# CONFIG_CASSINI is not set
49348 -# CONFIG_NET_VENDOR_3COM is not set
49349 -# CONFIG_NET_TULIP is not set
49350 -# CONFIG_HP100 is not set
49351 -CONFIG_IBM_NEW_EMAC=y
49352 -CONFIG_IBM_NEW_EMAC_RXB=128
49353 -CONFIG_IBM_NEW_EMAC_TXB=64
49354 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
49355 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
49356 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
49357 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
49358 -CONFIG_IBM_NEW_EMAC_ZMII=y
49359 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
49360 -# CONFIG_IBM_NEW_EMAC_TAH is not set
49361 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
49362 -# CONFIG_NET_PCI is not set
49363 -# CONFIG_B44 is not set
49364 -CONFIG_NETDEV_1000=y
49365 -# CONFIG_ACENIC is not set
49366 -# CONFIG_DL2K is not set
49367 -# CONFIG_E1000 is not set
49368 -# CONFIG_E1000E is not set
49369 -# CONFIG_E1000E_ENABLED is not set
49370 -# CONFIG_IP1000 is not set
49371 -# CONFIG_IGB is not set
49372 -# CONFIG_NS83820 is not set
49373 -# CONFIG_HAMACHI is not set
49374 -# CONFIG_YELLOWFIN is not set
49375 -# CONFIG_R8169 is not set
49376 -# CONFIG_SIS190 is not set
49377 -# CONFIG_SKGE is not set
49378 -# CONFIG_SKY2 is not set
49379 -# CONFIG_SK98LIN is not set
49380 -# CONFIG_VIA_VELOCITY is not set
49381 -# CONFIG_TIGON3 is not set
49382 -# CONFIG_BNX2 is not set
49383 -# CONFIG_QLA3XXX is not set
49384 -# CONFIG_ATL1 is not set
49385 -CONFIG_NETDEV_10000=y
49386 -# CONFIG_CHELSIO_T1 is not set
49387 -# CONFIG_CHELSIO_T3 is not set
49388 -# CONFIG_IXGBE is not set
49389 -# CONFIG_IXGB is not set
49390 -# CONFIG_S2IO is not set
49391 -# CONFIG_MYRI10GE is not set
49392 -# CONFIG_NETXEN_NIC is not set
49393 -# CONFIG_NIU is not set
49394 -# CONFIG_MLX4_CORE is not set
49395 -# CONFIG_TEHUTI is not set
49396 -# CONFIG_BNX2X is not set
49397 -# CONFIG_TR is not set
49398 -
49399 -#
49400 -# Wireless LAN
49401 -#
49402 -# CONFIG_WLAN_PRE80211 is not set
49403 -# CONFIG_WLAN_80211 is not set
49404 -# CONFIG_WAN is not set
49405 -# CONFIG_FDDI is not set
49406 -# CONFIG_HIPPI is not set
49407 -# CONFIG_PPP is not set
49408 -# CONFIG_SLIP is not set
49409 -# CONFIG_NETCONSOLE is not set
49410 -# CONFIG_NETPOLL is not set
49411 -# CONFIG_NET_POLL_CONTROLLER is not set
49412 -# CONFIG_ISDN is not set
49413 -# CONFIG_PHONE is not set
49414 -
49415 -#
49416 -# Input device support
49417 -#
49418 -# CONFIG_INPUT is not set
49419 -
49420 -#
49421 -# Hardware I/O ports
49422 -#
49423 -# CONFIG_SERIO is not set
49424 -# CONFIG_GAMEPORT is not set
49425 -
49426 -#
49427 -# Character devices
49428 -#
49429 -# CONFIG_VT is not set
49430 -# CONFIG_SERIAL_NONSTANDARD is not set
49431 -# CONFIG_NOZOMI is not set
49432 -
49433 -#
49434 -# Serial drivers
49435 -#
49436 -CONFIG_SERIAL_8250=y
49437 -CONFIG_SERIAL_8250_CONSOLE=y
49438 -# CONFIG_SERIAL_8250_PCI is not set
49439 -CONFIG_SERIAL_8250_NR_UARTS=4
49440 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
49441 -CONFIG_SERIAL_8250_EXTENDED=y
49442 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
49443 -CONFIG_SERIAL_8250_SHARE_IRQ=y
49444 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
49445 -# CONFIG_SERIAL_8250_RSA is not set
49446 -
49447 -#
49448 -# Non-8250 serial port support
49449 -#
49450 -# CONFIG_SERIAL_UARTLITE is not set
49451 -CONFIG_SERIAL_CORE=y
49452 -CONFIG_SERIAL_CORE_CONSOLE=y
49453 -# CONFIG_SERIAL_JSM is not set
49454 -CONFIG_SERIAL_OF_PLATFORM=y
49455 -CONFIG_UNIX98_PTYS=y
49456 -CONFIG_LEGACY_PTYS=y
49457 -CONFIG_LEGACY_PTY_COUNT=256
49458 -# CONFIG_IPMI_HANDLER is not set
49459 -# CONFIG_HW_RANDOM is not set
49460 -# CONFIG_NVRAM is not set
49461 -# CONFIG_GEN_RTC is not set
49462 -# CONFIG_R3964 is not set
49463 -# CONFIG_APPLICOM is not set
49464 -# CONFIG_RAW_DRIVER is not set
49465 -# CONFIG_TCG_TPM is not set
49466 -CONFIG_DEVPORT=y
49467 -# CONFIG_I2C is not set
49468 -
49469 -#
49470 -# SPI support
49471 -#
49472 -# CONFIG_SPI is not set
49473 -# CONFIG_SPI_MASTER is not set
49474 -# CONFIG_W1 is not set
49475 -# CONFIG_POWER_SUPPLY is not set
49476 -# CONFIG_HWMON is not set
49477 -CONFIG_THERMAL=y
49478 -# CONFIG_WATCHDOG is not set
49479 -
49480 -#
49481 -# Sonics Silicon Backplane
49482 -#
49483 -CONFIG_SSB_POSSIBLE=y
49484 -# CONFIG_SSB is not set
49485 -
49486 -#
49487 -# Multifunction device drivers
49488 -#
49489 -# CONFIG_MFD_SM501 is not set
49490 -
49491 -#
49492 -# Multimedia devices
49493 -#
49494 -# CONFIG_VIDEO_DEV is not set
49495 -# CONFIG_DVB_CORE is not set
49496 -CONFIG_DAB=y
49497 -
49498 -#
49499 -# Graphics support
49500 -#
49501 -# CONFIG_AGP is not set
49502 -# CONFIG_DRM is not set
49503 -# CONFIG_VGASTATE is not set
49504 -CONFIG_VIDEO_OUTPUT_CONTROL=m
49505 -# CONFIG_FB is not set
49506 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
49507 -
49508 -#
49509 -# Display device support
49510 -#
49511 -# CONFIG_DISPLAY_SUPPORT is not set
49512 -
49513 -#
49514 -# Sound
49515 -#
49516 -# CONFIG_SOUND is not set
49517 -CONFIG_USB_SUPPORT=y
49518 -CONFIG_USB_ARCH_HAS_HCD=y
49519 -CONFIG_USB_ARCH_HAS_OHCI=y
49520 -CONFIG_USB_ARCH_HAS_EHCI=y
49521 -# CONFIG_USB is not set
49522 -
49523 -#
49524 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
49525 -#
49526 -# CONFIG_USB_GADGET is not set
49527 -# CONFIG_MMC is not set
49528 -# CONFIG_MEMSTICK is not set
49529 -# CONFIG_NEW_LEDS is not set
49530 -# CONFIG_INFINIBAND is not set
49531 -# CONFIG_EDAC is not set
49532 -# CONFIG_RTC_CLASS is not set
49533 -
49534 -#
49535 -# Userspace I/O
49536 -#
49537 -# CONFIG_UIO is not set
49538 -
49539 -#
49540 -# File systems
49541 -#
49542 -CONFIG_EXT2_FS=y
49543 -# CONFIG_EXT2_FS_XATTR is not set
49544 -# CONFIG_EXT2_FS_XIP is not set
49545 -# CONFIG_EXT3_FS is not set
49546 -# CONFIG_EXT4DEV_FS is not set
49547 -# CONFIG_REISERFS_FS is not set
49548 -# CONFIG_JFS_FS is not set
49549 -# CONFIG_FS_POSIX_ACL is not set
49550 -# CONFIG_XFS_FS is not set
49551 -# CONFIG_GFS2_FS is not set
49552 -# CONFIG_OCFS2_FS is not set
49553 -CONFIG_DNOTIFY=y
49554 -CONFIG_INOTIFY=y
49555 -CONFIG_INOTIFY_USER=y
49556 -# CONFIG_QUOTA is not set
49557 -# CONFIG_AUTOFS_FS is not set
49558 -# CONFIG_AUTOFS4_FS is not set
49559 -# CONFIG_FUSE_FS is not set
49560 -
49561 -#
49562 -# CD-ROM/DVD Filesystems
49563 -#
49564 -# CONFIG_ISO9660_FS is not set
49565 -# CONFIG_UDF_FS is not set
49566 -
49567 -#
49568 -# DOS/FAT/NT Filesystems
49569 -#
49570 -# CONFIG_MSDOS_FS is not set
49571 -# CONFIG_VFAT_FS is not set
49572 -# CONFIG_NTFS_FS is not set
49573 -
49574 -#
49575 -# Pseudo filesystems
49576 -#
49577 -CONFIG_PROC_FS=y
49578 -CONFIG_PROC_KCORE=y
49579 -CONFIG_PROC_SYSCTL=y
49580 -CONFIG_SYSFS=y
49581 -CONFIG_TMPFS=y
49582 -# CONFIG_TMPFS_POSIX_ACL is not set
49583 -# CONFIG_HUGETLB_PAGE is not set
49584 -# CONFIG_CONFIGFS_FS is not set
49585 -
49586 -#
49587 -# Miscellaneous filesystems
49588 -#
49589 -# CONFIG_ADFS_FS is not set
49590 -# CONFIG_AFFS_FS is not set
49591 -# CONFIG_HFS_FS is not set
49592 -# CONFIG_HFSPLUS_FS is not set
49593 -# CONFIG_BEFS_FS is not set
49594 -# CONFIG_BFS_FS is not set
49595 -# CONFIG_EFS_FS is not set
49596 -CONFIG_CRAMFS=y
49597 -# CONFIG_VXFS_FS is not set
49598 -# CONFIG_MINIX_FS is not set
49599 -# CONFIG_HPFS_FS is not set
49600 -# CONFIG_QNX4FS_FS is not set
49601 -# CONFIG_ROMFS_FS is not set
49602 -# CONFIG_SYSV_FS is not set
49603 -# CONFIG_UFS_FS is not set
49604 -CONFIG_NETWORK_FILESYSTEMS=y
49605 -CONFIG_NFS_FS=y
49606 -CONFIG_NFS_V3=y
49607 -# CONFIG_NFS_V3_ACL is not set
49608 -# CONFIG_NFS_V4 is not set
49609 -# CONFIG_NFS_DIRECTIO is not set
49610 -# CONFIG_NFSD is not set
49611 -CONFIG_ROOT_NFS=y
49612 -CONFIG_LOCKD=y
49613 -CONFIG_LOCKD_V4=y
49614 -CONFIG_NFS_COMMON=y
49615 -CONFIG_SUNRPC=y
49616 -# CONFIG_SUNRPC_BIND34 is not set
49617 -# CONFIG_RPCSEC_GSS_KRB5 is not set
49618 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
49619 -# CONFIG_SMB_FS is not set
49620 -# CONFIG_CIFS is not set
49621 -# CONFIG_NCP_FS is not set
49622 -# CONFIG_CODA_FS is not set
49623 -# CONFIG_AFS_FS is not set
49624 -
49625 -#
49626 -# Partition Types
49627 -#
49628 -# CONFIG_PARTITION_ADVANCED is not set
49629 -CONFIG_MSDOS_PARTITION=y
49630 -# CONFIG_NLS is not set
49631 -# CONFIG_DLM is not set
49632 -
49633 -#
49634 -# Library routines
49635 -#
49636 -CONFIG_BITREVERSE=y
49637 -# CONFIG_CRC_CCITT is not set
49638 -# CONFIG_CRC16 is not set
49639 -# CONFIG_CRC_ITU_T is not set
49640 -CONFIG_CRC32=y
49641 -# CONFIG_CRC7 is not set
49642 -# CONFIG_LIBCRC32C is not set
49643 -CONFIG_ZLIB_INFLATE=y
49644 -CONFIG_PLIST=y
49645 -CONFIG_HAS_IOMEM=y
49646 -CONFIG_HAS_IOPORT=y
49647 -CONFIG_HAS_DMA=y
49648 -
49649 -#
49650 -# Kernel hacking
49651 -#
49652 -# CONFIG_PRINTK_TIME is not set
49653 -CONFIG_ENABLE_WARN_DEPRECATED=y
49654 -CONFIG_ENABLE_MUST_CHECK=y
49655 -CONFIG_MAGIC_SYSRQ=y
49656 -# CONFIG_UNUSED_SYMBOLS is not set
49657 -CONFIG_DEBUG_FS=y
49658 -# CONFIG_HEADERS_CHECK is not set
49659 -CONFIG_DEBUG_KERNEL=y
49660 -# CONFIG_DEBUG_SHIRQ is not set
49661 -CONFIG_DETECT_SOFTLOCKUP=y
49662 -CONFIG_SCHED_DEBUG=y
49663 -# CONFIG_SCHEDSTATS is not set
49664 -# CONFIG_TIMER_STATS is not set
49665 -# CONFIG_SLUB_DEBUG_ON is not set
49666 -# CONFIG_SLUB_STATS is not set
49667 -# CONFIG_DEBUG_RT_MUTEXES is not set
49668 -# CONFIG_RT_MUTEX_TESTER is not set
49669 -# CONFIG_DEBUG_SPINLOCK is not set
49670 -# CONFIG_DEBUG_MUTEXES is not set
49671 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
49672 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
49673 -# CONFIG_DEBUG_KOBJECT is not set
49674 -# CONFIG_DEBUG_BUGVERBOSE is not set
49675 -# CONFIG_DEBUG_INFO is not set
49676 -# CONFIG_DEBUG_VM is not set
49677 -# CONFIG_DEBUG_LIST is not set
49678 -# CONFIG_DEBUG_SG is not set
49679 -# CONFIG_BOOT_PRINTK_DELAY is not set
49680 -# CONFIG_RCU_TORTURE_TEST is not set
49681 -# CONFIG_BACKTRACE_SELF_TEST is not set
49682 -# CONFIG_FAULT_INJECTION is not set
49683 -# CONFIG_SAMPLES is not set
49684 -# CONFIG_DEBUG_STACKOVERFLOW is not set
49685 -# CONFIG_DEBUG_STACK_USAGE is not set
49686 -# CONFIG_DEBUG_PAGEALLOC is not set
49687 -CONFIG_DEBUGGER=y
49688 -# CONFIG_KGDB is not set
49689 -# CONFIG_XMON is not set
49690 -# CONFIG_VIRQ_DEBUG is not set
49691 -# CONFIG_BDI_SWITCH is not set
49692 -# CONFIG_PPC_EARLY_DEBUG is not set
49693 -
49694 -#
49695 -# Security options
49696 -#
49697 -# CONFIG_KEYS is not set
49698 -# CONFIG_SECURITY is not set
49699 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
49700 -CONFIG_CRYPTO=y
49701 -CONFIG_CRYPTO_ALGAPI=y
49702 -CONFIG_CRYPTO_BLKCIPHER=y
49703 -# CONFIG_CRYPTO_SEQIV is not set
49704 -CONFIG_CRYPTO_MANAGER=y
49705 -# CONFIG_CRYPTO_HMAC is not set
49706 -# CONFIG_CRYPTO_XCBC is not set
49707 -# CONFIG_CRYPTO_NULL is not set
49708 -# CONFIG_CRYPTO_MD4 is not set
49709 -CONFIG_CRYPTO_MD5=y
49710 -# CONFIG_CRYPTO_SHA1 is not set
49711 -# CONFIG_CRYPTO_SHA256 is not set
49712 -# CONFIG_CRYPTO_SHA512 is not set
49713 -# CONFIG_CRYPTO_WP512 is not set
49714 -# CONFIG_CRYPTO_TGR192 is not set
49715 -# CONFIG_CRYPTO_GF128MUL is not set
49716 -CONFIG_CRYPTO_ECB=y
49717 -CONFIG_CRYPTO_CBC=y
49718 -CONFIG_CRYPTO_PCBC=y
49719 -# CONFIG_CRYPTO_LRW is not set
49720 -# CONFIG_CRYPTO_XTS is not set
49721 -# CONFIG_CRYPTO_CTR is not set
49722 -# CONFIG_CRYPTO_GCM is not set
49723 -# CONFIG_CRYPTO_CCM is not set
49724 -# CONFIG_CRYPTO_CRYPTD is not set
49725 -CONFIG_CRYPTO_DES=y
49726 -# CONFIG_CRYPTO_FCRYPT is not set
49727 -# CONFIG_CRYPTO_BLOWFISH is not set
49728 -# CONFIG_CRYPTO_TWOFISH is not set
49729 -# CONFIG_CRYPTO_SERPENT is not set
49730 -# CONFIG_CRYPTO_AES is not set
49731 -# CONFIG_CRYPTO_CAST5 is not set
49732 -# CONFIG_CRYPTO_CAST6 is not set
49733 -# CONFIG_CRYPTO_TEA is not set
49734 -# CONFIG_CRYPTO_ARC4 is not set
49735 -# CONFIG_CRYPTO_KHAZAD is not set
49736 -# CONFIG_CRYPTO_ANUBIS is not set
49737 -# CONFIG_CRYPTO_SEED is not set
49738 -# CONFIG_CRYPTO_SALSA20 is not set
49739 -# CONFIG_CRYPTO_DEFLATE is not set
49740 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
49741 -# CONFIG_CRYPTO_CRC32C is not set
49742 -# CONFIG_CRYPTO_CAMELLIA is not set
49743 -# CONFIG_CRYPTO_TEST is not set
49744 -# CONFIG_CRYPTO_AUTHENC is not set
49745 -# CONFIG_CRYPTO_LZO is not set
49746 -CONFIG_CRYPTO_HW=y
49747 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
49748 -# CONFIG_PPC_CLOCK is not set
49749 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/chrp32_defconfig powerpc.git/arch/powerpc/configs/chrp32_defconfig
49750 --- linux-2.6.25-rc9/arch/powerpc/configs/chrp32_defconfig      2008-04-11 22:32:29.000000000 +0200
49751 +++ powerpc.git/arch/powerpc/configs/chrp32_defconfig   2008-04-19 16:40:52.000000000 +0200
49752 @@ -1,7 +1,7 @@
49753  #
49754  # Automatically generated make config: don't edit
49755  # Linux kernel version: 2.6.25-rc6
49756 -# Thu Mar 20 10:33:36 2008
49757 +# Thu Mar 27 13:55:37 2008
49758  #
49759  # CONFIG_PPC64 is not set
49760  
49761 @@ -74,8 +74,6 @@
49762  CONFIG_LOG_BUF_SHIFT=15
49763  # CONFIG_CGROUPS is not set
49764  # CONFIG_GROUP_SCHED is not set
49765 -# CONFIG_USER_SCHED is not set
49766 -# CONFIG_CGROUP_SCHED is not set
49767  CONFIG_SYSFS_DEPRECATED=y
49768  CONFIG_SYSFS_DEPRECATED_V2=y
49769  # CONFIG_RELAY is not set
49770 @@ -243,7 +241,7 @@
49771  # CONFIG_PCIEPORTBUS is not set
49772  CONFIG_ARCH_SUPPORTS_MSI=y
49773  # CONFIG_PCI_MSI is not set
49774 -CONFIG_PCI_LEGACY=y
49775 +# CONFIG_PCI_LEGACY is not set
49776  # CONFIG_PCI_DEBUG is not set
49777  # CONFIG_PCCARD is not set
49778  # CONFIG_HOTPLUG_PCI is not set
49779 @@ -1328,6 +1326,7 @@
49780  CONFIG_HAS_IOMEM=y
49781  CONFIG_HAS_IOPORT=y
49782  CONFIG_HAS_DMA=y
49783 +CONFIG_HAVE_LMB=y
49784  
49785  #
49786  # Kernel hacking
49787 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ebony_defconfig powerpc.git/arch/powerpc/configs/ebony_defconfig
49788 --- linux-2.6.25-rc9/arch/powerpc/configs/ebony_defconfig       2008-04-11 22:32:29.000000000 +0200
49789 +++ powerpc.git/arch/powerpc/configs/ebony_defconfig    1970-01-01 01:00:00.000000000 +0100
49790 @@ -1,898 +0,0 @@
49791 -#
49792 -# Automatically generated make config: don't edit
49793 -# Linux kernel version: 2.6.25-rc2
49794 -# Fri Feb 15 21:50:44 2008
49795 -#
49796 -# CONFIG_PPC64 is not set
49797 -
49798 -#
49799 -# Processor support
49800 -#
49801 -# CONFIG_6xx is not set
49802 -# CONFIG_PPC_85xx is not set
49803 -# CONFIG_PPC_8xx is not set
49804 -# CONFIG_40x is not set
49805 -CONFIG_44x=y
49806 -# CONFIG_E200 is not set
49807 -CONFIG_4xx=y
49808 -CONFIG_BOOKE=y
49809 -CONFIG_PTE_64BIT=y
49810 -CONFIG_PHYS_64BIT=y
49811 -# CONFIG_PPC_MM_SLICES is not set
49812 -CONFIG_NOT_COHERENT_CACHE=y
49813 -CONFIG_PPC32=y
49814 -CONFIG_WORD_SIZE=32
49815 -CONFIG_PPC_MERGE=y
49816 -CONFIG_MMU=y
49817 -CONFIG_GENERIC_CMOS_UPDATE=y
49818 -CONFIG_GENERIC_TIME=y
49819 -CONFIG_GENERIC_TIME_VSYSCALL=y
49820 -CONFIG_GENERIC_CLOCKEVENTS=y
49821 -CONFIG_GENERIC_HARDIRQS=y
49822 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
49823 -CONFIG_IRQ_PER_CPU=y
49824 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
49825 -CONFIG_ARCH_HAS_ILOG2_U32=y
49826 -CONFIG_GENERIC_HWEIGHT=y
49827 -CONFIG_GENERIC_CALIBRATE_DELAY=y
49828 -CONFIG_GENERIC_FIND_NEXT_BIT=y
49829 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
49830 -CONFIG_PPC=y
49831 -CONFIG_EARLY_PRINTK=y
49832 -CONFIG_GENERIC_NVRAM=y
49833 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
49834 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
49835 -CONFIG_PPC_OF=y
49836 -CONFIG_OF=y
49837 -CONFIG_PPC_UDBG_16550=y
49838 -# CONFIG_GENERIC_TBSYNC is not set
49839 -CONFIG_AUDIT_ARCH=y
49840 -CONFIG_GENERIC_BUG=y
49841 -# CONFIG_DEFAULT_UIMAGE is not set
49842 -CONFIG_PPC_DCR_NATIVE=y
49843 -# CONFIG_PPC_DCR_MMIO is not set
49844 -CONFIG_PPC_DCR=y
49845 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
49846 -
49847 -#
49848 -# General setup
49849 -#
49850 -CONFIG_EXPERIMENTAL=y
49851 -CONFIG_BROKEN_ON_SMP=y
49852 -CONFIG_INIT_ENV_ARG_LIMIT=32
49853 -CONFIG_LOCALVERSION=""
49854 -CONFIG_LOCALVERSION_AUTO=y
49855 -CONFIG_SWAP=y
49856 -CONFIG_SYSVIPC=y
49857 -CONFIG_SYSVIPC_SYSCTL=y
49858 -CONFIG_POSIX_MQUEUE=y
49859 -# CONFIG_BSD_PROCESS_ACCT is not set
49860 -# CONFIG_TASKSTATS is not set
49861 -# CONFIG_AUDIT is not set
49862 -# CONFIG_IKCONFIG is not set
49863 -CONFIG_LOG_BUF_SHIFT=14
49864 -# CONFIG_CGROUPS is not set
49865 -CONFIG_GROUP_SCHED=y
49866 -CONFIG_FAIR_GROUP_SCHED=y
49867 -# CONFIG_RT_GROUP_SCHED is not set
49868 -CONFIG_USER_SCHED=y
49869 -# CONFIG_CGROUP_SCHED is not set
49870 -CONFIG_SYSFS_DEPRECATED=y
49871 -# CONFIG_RELAY is not set
49872 -# CONFIG_NAMESPACES is not set
49873 -CONFIG_BLK_DEV_INITRD=y
49874 -CONFIG_INITRAMFS_SOURCE=""
49875 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
49876 -CONFIG_SYSCTL=y
49877 -CONFIG_EMBEDDED=y
49878 -CONFIG_SYSCTL_SYSCALL=y
49879 -CONFIG_KALLSYMS=y
49880 -CONFIG_KALLSYMS_ALL=y
49881 -CONFIG_KALLSYMS_EXTRA_PASS=y
49882 -CONFIG_HOTPLUG=y
49883 -CONFIG_PRINTK=y
49884 -CONFIG_BUG=y
49885 -CONFIG_ELF_CORE=y
49886 -CONFIG_COMPAT_BRK=y
49887 -CONFIG_BASE_FULL=y
49888 -CONFIG_FUTEX=y
49889 -CONFIG_ANON_INODES=y
49890 -CONFIG_EPOLL=y
49891 -CONFIG_SIGNALFD=y
49892 -CONFIG_TIMERFD=y
49893 -CONFIG_EVENTFD=y
49894 -CONFIG_SHMEM=y
49895 -CONFIG_VM_EVENT_COUNTERS=y
49896 -CONFIG_SLUB_DEBUG=y
49897 -# CONFIG_SLAB is not set
49898 -CONFIG_SLUB=y
49899 -# CONFIG_SLOB is not set
49900 -# CONFIG_PROFILING is not set
49901 -# CONFIG_MARKERS is not set
49902 -CONFIG_HAVE_OPROFILE=y
49903 -# CONFIG_KPROBES is not set
49904 -CONFIG_HAVE_KPROBES=y
49905 -CONFIG_PROC_PAGE_MONITOR=y
49906 -CONFIG_SLABINFO=y
49907 -CONFIG_RT_MUTEXES=y
49908 -# CONFIG_TINY_SHMEM is not set
49909 -CONFIG_BASE_SMALL=0
49910 -CONFIG_MODULES=y
49911 -CONFIG_MODULE_UNLOAD=y
49912 -# CONFIG_MODULE_FORCE_UNLOAD is not set
49913 -# CONFIG_MODVERSIONS is not set
49914 -# CONFIG_MODULE_SRCVERSION_ALL is not set
49915 -CONFIG_KMOD=y
49916 -CONFIG_BLOCK=y
49917 -CONFIG_LBD=y
49918 -# CONFIG_BLK_DEV_IO_TRACE is not set
49919 -# CONFIG_LSF is not set
49920 -# CONFIG_BLK_DEV_BSG is not set
49921 -
49922 -#
49923 -# IO Schedulers
49924 -#
49925 -CONFIG_IOSCHED_NOOP=y
49926 -CONFIG_IOSCHED_AS=y
49927 -CONFIG_IOSCHED_DEADLINE=y
49928 -CONFIG_IOSCHED_CFQ=y
49929 -CONFIG_DEFAULT_AS=y
49930 -# CONFIG_DEFAULT_DEADLINE is not set
49931 -# CONFIG_DEFAULT_CFQ is not set
49932 -# CONFIG_DEFAULT_NOOP is not set
49933 -CONFIG_DEFAULT_IOSCHED="anticipatory"
49934 -CONFIG_CLASSIC_RCU=y
49935 -# CONFIG_PREEMPT_RCU is not set
49936 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
49937 -
49938 -#
49939 -# Platform support
49940 -#
49941 -# CONFIG_PPC_MPC512x is not set
49942 -# CONFIG_PPC_MPC5121 is not set
49943 -# CONFIG_PPC_CELL is not set
49944 -# CONFIG_PPC_CELL_NATIVE is not set
49945 -# CONFIG_PQ2ADS is not set
49946 -# CONFIG_BAMBOO is not set
49947 -CONFIG_EBONY=y
49948 -# CONFIG_SEQUOIA is not set
49949 -# CONFIG_TAISHAN is not set
49950 -# CONFIG_KATMAI is not set
49951 -# CONFIG_RAINIER is not set
49952 -# CONFIG_WARP is not set
49953 -CONFIG_440GP=y
49954 -# CONFIG_IPIC is not set
49955 -# CONFIG_MPIC is not set
49956 -# CONFIG_MPIC_WEIRD is not set
49957 -# CONFIG_PPC_I8259 is not set
49958 -# CONFIG_PPC_RTAS is not set
49959 -# CONFIG_MMIO_NVRAM is not set
49960 -# CONFIG_PPC_MPC106 is not set
49961 -# CONFIG_PPC_970_NAP is not set
49962 -# CONFIG_PPC_INDIRECT_IO is not set
49963 -# CONFIG_GENERIC_IOMAP is not set
49964 -# CONFIG_CPU_FREQ is not set
49965 -# CONFIG_FSL_ULI1575 is not set
49966 -CONFIG_OF_RTC=y
49967 -
49968 -#
49969 -# Kernel options
49970 -#
49971 -# CONFIG_HIGHMEM is not set
49972 -# CONFIG_TICK_ONESHOT is not set
49973 -# CONFIG_NO_HZ is not set
49974 -# CONFIG_HIGH_RES_TIMERS is not set
49975 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
49976 -# CONFIG_HZ_100 is not set
49977 -CONFIG_HZ_250=y
49978 -# CONFIG_HZ_300 is not set
49979 -# CONFIG_HZ_1000 is not set
49980 -CONFIG_HZ=250
49981 -# CONFIG_SCHED_HRTICK is not set
49982 -CONFIG_PREEMPT_NONE=y
49983 -# CONFIG_PREEMPT_VOLUNTARY is not set
49984 -# CONFIG_PREEMPT is not set
49985 -CONFIG_RCU_TRACE=y
49986 -CONFIG_BINFMT_ELF=y
49987 -# CONFIG_BINFMT_MISC is not set
49988 -CONFIG_MATH_EMULATION=y
49989 -# CONFIG_IOMMU_HELPER is not set
49990 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
49991 -CONFIG_ARCH_HAS_WALK_MEMORY=y
49992 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
49993 -CONFIG_ARCH_FLATMEM_ENABLE=y
49994 -CONFIG_ARCH_POPULATES_NODE_MAP=y
49995 -CONFIG_SELECT_MEMORY_MODEL=y
49996 -CONFIG_FLATMEM_MANUAL=y
49997 -# CONFIG_DISCONTIGMEM_MANUAL is not set
49998 -# CONFIG_SPARSEMEM_MANUAL is not set
49999 -CONFIG_FLATMEM=y
50000 -CONFIG_FLAT_NODE_MEM_MAP=y
50001 -# CONFIG_SPARSEMEM_STATIC is not set
50002 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
50003 -CONFIG_SPLIT_PTLOCK_CPUS=4
50004 -CONFIG_RESOURCES_64BIT=y
50005 -CONFIG_ZONE_DMA_FLAG=1
50006 -CONFIG_BOUNCE=y
50007 -CONFIG_VIRT_TO_BUS=y
50008 -CONFIG_PROC_DEVICETREE=y
50009 -# CONFIG_CMDLINE_BOOL is not set
50010 -CONFIG_SECCOMP=y
50011 -CONFIG_ISA_DMA_API=y
50012 -
50013 -#
50014 -# Bus options
50015 -#
50016 -CONFIG_ZONE_DMA=y
50017 -CONFIG_PPC_INDIRECT_PCI=y
50018 -CONFIG_PCI=y
50019 -CONFIG_PCI_DOMAINS=y
50020 -CONFIG_PCI_SYSCALL=y
50021 -# CONFIG_PCIEPORTBUS is not set
50022 -CONFIG_ARCH_SUPPORTS_MSI=y
50023 -# CONFIG_PCI_MSI is not set
50024 -CONFIG_PCI_LEGACY=y
50025 -# CONFIG_PCI_DEBUG is not set
50026 -# CONFIG_PCCARD is not set
50027 -# CONFIG_HOTPLUG_PCI is not set
50028 -
50029 -#
50030 -# Advanced setup
50031 -#
50032 -# CONFIG_ADVANCED_OPTIONS is not set
50033 -
50034 -#
50035 -# Default settings for advanced configuration options are used
50036 -#
50037 -CONFIG_HIGHMEM_START=0xfe000000
50038 -CONFIG_LOWMEM_SIZE=0x30000000
50039 -CONFIG_KERNEL_START=0xc0000000
50040 -CONFIG_TASK_SIZE=0xc0000000
50041 -CONFIG_CONSISTENT_START=0xff100000
50042 -CONFIG_CONSISTENT_SIZE=0x00200000
50043 -CONFIG_BOOT_LOAD=0x01000000
50044 -
50045 -#
50046 -# Networking
50047 -#
50048 -CONFIG_NET=y
50049 -
50050 -#
50051 -# Networking options
50052 -#
50053 -CONFIG_PACKET=y
50054 -# CONFIG_PACKET_MMAP is not set
50055 -CONFIG_UNIX=y
50056 -# CONFIG_NET_KEY is not set
50057 -CONFIG_INET=y
50058 -# CONFIG_IP_MULTICAST is not set
50059 -# CONFIG_IP_ADVANCED_ROUTER is not set
50060 -CONFIG_IP_FIB_HASH=y
50061 -CONFIG_IP_PNP=y
50062 -CONFIG_IP_PNP_DHCP=y
50063 -CONFIG_IP_PNP_BOOTP=y
50064 -# CONFIG_IP_PNP_RARP is not set
50065 -# CONFIG_NET_IPIP is not set
50066 -# CONFIG_NET_IPGRE is not set
50067 -# CONFIG_ARPD is not set
50068 -# CONFIG_SYN_COOKIES is not set
50069 -# CONFIG_INET_AH is not set
50070 -# CONFIG_INET_ESP is not set
50071 -# CONFIG_INET_IPCOMP is not set
50072 -# CONFIG_INET_XFRM_TUNNEL is not set
50073 -# CONFIG_INET_TUNNEL is not set
50074 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
50075 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
50076 -# CONFIG_INET_XFRM_MODE_BEET is not set
50077 -# CONFIG_INET_LRO is not set
50078 -CONFIG_INET_DIAG=y
50079 -CONFIG_INET_TCP_DIAG=y
50080 -# CONFIG_TCP_CONG_ADVANCED is not set
50081 -CONFIG_TCP_CONG_CUBIC=y
50082 -CONFIG_DEFAULT_TCP_CONG="cubic"
50083 -# CONFIG_TCP_MD5SIG is not set
50084 -# CONFIG_IPV6 is not set
50085 -# CONFIG_INET6_XFRM_TUNNEL is not set
50086 -# CONFIG_INET6_TUNNEL is not set
50087 -# CONFIG_NETWORK_SECMARK is not set
50088 -# CONFIG_NETFILTER is not set
50089 -# CONFIG_IP_DCCP is not set
50090 -# CONFIG_IP_SCTP is not set
50091 -# CONFIG_TIPC is not set
50092 -# CONFIG_ATM is not set
50093 -# CONFIG_BRIDGE is not set
50094 -# CONFIG_VLAN_8021Q is not set
50095 -# CONFIG_DECNET is not set
50096 -# CONFIG_LLC2 is not set
50097 -# CONFIG_IPX is not set
50098 -# CONFIG_ATALK is not set
50099 -# CONFIG_X25 is not set
50100 -# CONFIG_LAPB is not set
50101 -# CONFIG_ECONET is not set
50102 -# CONFIG_WAN_ROUTER is not set
50103 -# CONFIG_NET_SCHED is not set
50104 -
50105 -#
50106 -# Network testing
50107 -#
50108 -# CONFIG_NET_PKTGEN is not set
50109 -# CONFIG_HAMRADIO is not set
50110 -# CONFIG_CAN is not set
50111 -# CONFIG_IRDA is not set
50112 -# CONFIG_BT is not set
50113 -# CONFIG_AF_RXRPC is not set
50114 -
50115 -#
50116 -# Wireless
50117 -#
50118 -# CONFIG_CFG80211 is not set
50119 -# CONFIG_WIRELESS_EXT is not set
50120 -# CONFIG_MAC80211 is not set
50121 -# CONFIG_IEEE80211 is not set
50122 -# CONFIG_RFKILL is not set
50123 -# CONFIG_NET_9P is not set
50124 -
50125 -#
50126 -# Device Drivers
50127 -#
50128 -
50129 -#
50130 -# Generic Driver Options
50131 -#
50132 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
50133 -CONFIG_STANDALONE=y
50134 -CONFIG_PREVENT_FIRMWARE_BUILD=y
50135 -CONFIG_FW_LOADER=y
50136 -# CONFIG_DEBUG_DRIVER is not set
50137 -# CONFIG_DEBUG_DEVRES is not set
50138 -# CONFIG_SYS_HYPERVISOR is not set
50139 -CONFIG_CONNECTOR=y
50140 -CONFIG_PROC_EVENTS=y
50141 -CONFIG_MTD=y
50142 -# CONFIG_MTD_DEBUG is not set
50143 -# CONFIG_MTD_CONCAT is not set
50144 -CONFIG_MTD_PARTITIONS=y
50145 -# CONFIG_MTD_REDBOOT_PARTS is not set
50146 -# CONFIG_MTD_CMDLINE_PARTS is not set
50147 -CONFIG_MTD_OF_PARTS=y
50148 -
50149 -#
50150 -# User Modules And Translation Layers
50151 -#
50152 -CONFIG_MTD_CHAR=y
50153 -CONFIG_MTD_BLKDEVS=y
50154 -CONFIG_MTD_BLOCK=y
50155 -# CONFIG_FTL is not set
50156 -# CONFIG_NFTL is not set
50157 -# CONFIG_INFTL is not set
50158 -# CONFIG_RFD_FTL is not set
50159 -# CONFIG_SSFDC is not set
50160 -# CONFIG_MTD_OOPS is not set
50161 -
50162 -#
50163 -# RAM/ROM/Flash chip drivers
50164 -#
50165 -CONFIG_MTD_CFI=y
50166 -CONFIG_MTD_JEDECPROBE=y
50167 -CONFIG_MTD_GEN_PROBE=y
50168 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
50169 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
50170 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
50171 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
50172 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
50173 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
50174 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
50175 -CONFIG_MTD_CFI_I1=y
50176 -CONFIG_MTD_CFI_I2=y
50177 -# CONFIG_MTD_CFI_I4 is not set
50178 -# CONFIG_MTD_CFI_I8 is not set
50179 -# CONFIG_MTD_CFI_INTELEXT is not set
50180 -CONFIG_MTD_CFI_AMDSTD=y
50181 -# CONFIG_MTD_CFI_STAA is not set
50182 -CONFIG_MTD_CFI_UTIL=y
50183 -# CONFIG_MTD_RAM is not set
50184 -# CONFIG_MTD_ROM is not set
50185 -# CONFIG_MTD_ABSENT is not set
50186 -
50187 -#
50188 -# Mapping drivers for chip access
50189 -#
50190 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
50191 -# CONFIG_MTD_PHYSMAP is not set
50192 -CONFIG_MTD_PHYSMAP_OF=y
50193 -# CONFIG_MTD_INTEL_VR_NOR is not set
50194 -# CONFIG_MTD_PLATRAM is not set
50195 -
50196 -#
50197 -# Self-contained MTD device drivers
50198 -#
50199 -# CONFIG_MTD_PMC551 is not set
50200 -# CONFIG_MTD_SLRAM is not set
50201 -# CONFIG_MTD_PHRAM is not set
50202 -# CONFIG_MTD_MTDRAM is not set
50203 -# CONFIG_MTD_BLOCK2MTD is not set
50204 -
50205 -#
50206 -# Disk-On-Chip Device Drivers
50207 -#
50208 -# CONFIG_MTD_DOC2000 is not set
50209 -# CONFIG_MTD_DOC2001 is not set
50210 -# CONFIG_MTD_DOC2001PLUS is not set
50211 -# CONFIG_MTD_NAND is not set
50212 -# CONFIG_MTD_ONENAND is not set
50213 -
50214 -#
50215 -# UBI - Unsorted block images
50216 -#
50217 -# CONFIG_MTD_UBI is not set
50218 -CONFIG_OF_DEVICE=y
50219 -# CONFIG_PARPORT is not set
50220 -CONFIG_BLK_DEV=y
50221 -# CONFIG_BLK_DEV_FD is not set
50222 -# CONFIG_BLK_CPQ_DA is not set
50223 -# CONFIG_BLK_CPQ_CISS_DA is not set
50224 -# CONFIG_BLK_DEV_DAC960 is not set
50225 -# CONFIG_BLK_DEV_UMEM is not set
50226 -# CONFIG_BLK_DEV_COW_COMMON is not set
50227 -# CONFIG_BLK_DEV_LOOP is not set
50228 -# CONFIG_BLK_DEV_NBD is not set
50229 -# CONFIG_BLK_DEV_SX8 is not set
50230 -CONFIG_BLK_DEV_RAM=y
50231 -CONFIG_BLK_DEV_RAM_COUNT=16
50232 -CONFIG_BLK_DEV_RAM_SIZE=35000
50233 -# CONFIG_BLK_DEV_XIP is not set
50234 -# CONFIG_CDROM_PKTCDVD is not set
50235 -# CONFIG_ATA_OVER_ETH is not set
50236 -# CONFIG_XILINX_SYSACE is not set
50237 -CONFIG_MISC_DEVICES=y
50238 -# CONFIG_PHANTOM is not set
50239 -# CONFIG_EEPROM_93CX6 is not set
50240 -# CONFIG_SGI_IOC4 is not set
50241 -# CONFIG_TIFM_CORE is not set
50242 -# CONFIG_ENCLOSURE_SERVICES is not set
50243 -CONFIG_HAVE_IDE=y
50244 -# CONFIG_IDE is not set
50245 -
50246 -#
50247 -# SCSI device support
50248 -#
50249 -# CONFIG_RAID_ATTRS is not set
50250 -# CONFIG_SCSI is not set
50251 -# CONFIG_SCSI_DMA is not set
50252 -# CONFIG_SCSI_NETLINK is not set
50253 -# CONFIG_ATA is not set
50254 -# CONFIG_MD is not set
50255 -# CONFIG_FUSION is not set
50256 -
50257 -#
50258 -# IEEE 1394 (FireWire) support
50259 -#
50260 -# CONFIG_FIREWIRE is not set
50261 -# CONFIG_IEEE1394 is not set
50262 -# CONFIG_I2O is not set
50263 -# CONFIG_MACINTOSH_DRIVERS is not set
50264 -CONFIG_NETDEVICES=y
50265 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
50266 -# CONFIG_DUMMY is not set
50267 -# CONFIG_BONDING is not set
50268 -# CONFIG_MACVLAN is not set
50269 -# CONFIG_EQUALIZER is not set
50270 -# CONFIG_TUN is not set
50271 -# CONFIG_VETH is not set
50272 -# CONFIG_ARCNET is not set
50273 -# CONFIG_PHYLIB is not set
50274 -CONFIG_NET_ETHERNET=y
50275 -# CONFIG_MII is not set
50276 -# CONFIG_HAPPYMEAL is not set
50277 -# CONFIG_SUNGEM is not set
50278 -# CONFIG_CASSINI is not set
50279 -# CONFIG_NET_VENDOR_3COM is not set
50280 -# CONFIG_NET_TULIP is not set
50281 -# CONFIG_HP100 is not set
50282 -CONFIG_IBM_NEW_EMAC=y
50283 -CONFIG_IBM_NEW_EMAC_RXB=128
50284 -CONFIG_IBM_NEW_EMAC_TXB=64
50285 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
50286 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
50287 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
50288 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
50289 -CONFIG_IBM_NEW_EMAC_ZMII=y
50290 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
50291 -# CONFIG_IBM_NEW_EMAC_TAH is not set
50292 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
50293 -# CONFIG_NET_PCI is not set
50294 -# CONFIG_B44 is not set
50295 -CONFIG_NETDEV_1000=y
50296 -# CONFIG_ACENIC is not set
50297 -# CONFIG_DL2K is not set
50298 -# CONFIG_E1000 is not set
50299 -# CONFIG_E1000E is not set
50300 -# CONFIG_E1000E_ENABLED is not set
50301 -# CONFIG_IP1000 is not set
50302 -# CONFIG_IGB is not set
50303 -# CONFIG_NS83820 is not set
50304 -# CONFIG_HAMACHI is not set
50305 -# CONFIG_YELLOWFIN is not set
50306 -# CONFIG_R8169 is not set
50307 -# CONFIG_SIS190 is not set
50308 -# CONFIG_SKGE is not set
50309 -# CONFIG_SKY2 is not set
50310 -# CONFIG_SK98LIN is not set
50311 -# CONFIG_VIA_VELOCITY is not set
50312 -# CONFIG_TIGON3 is not set
50313 -# CONFIG_BNX2 is not set
50314 -# CONFIG_QLA3XXX is not set
50315 -# CONFIG_ATL1 is not set
50316 -CONFIG_NETDEV_10000=y
50317 -# CONFIG_CHELSIO_T1 is not set
50318 -# CONFIG_CHELSIO_T3 is not set
50319 -# CONFIG_IXGBE is not set
50320 -# CONFIG_IXGB is not set
50321 -# CONFIG_S2IO is not set
50322 -# CONFIG_MYRI10GE is not set
50323 -# CONFIG_NETXEN_NIC is not set
50324 -# CONFIG_NIU is not set
50325 -# CONFIG_MLX4_CORE is not set
50326 -# CONFIG_TEHUTI is not set
50327 -# CONFIG_BNX2X is not set
50328 -# CONFIG_TR is not set
50329 -
50330 -#
50331 -# Wireless LAN
50332 -#
50333 -# CONFIG_WLAN_PRE80211 is not set
50334 -# CONFIG_WLAN_80211 is not set
50335 -# CONFIG_WAN is not set
50336 -# CONFIG_FDDI is not set
50337 -# CONFIG_HIPPI is not set
50338 -# CONFIG_PPP is not set
50339 -# CONFIG_SLIP is not set
50340 -# CONFIG_NETCONSOLE is not set
50341 -# CONFIG_NETPOLL is not set
50342 -# CONFIG_NET_POLL_CONTROLLER is not set
50343 -# CONFIG_ISDN is not set
50344 -# CONFIG_PHONE is not set
50345 -
50346 -#
50347 -# Input device support
50348 -#
50349 -# CONFIG_INPUT is not set
50350 -
50351 -#
50352 -# Hardware I/O ports
50353 -#
50354 -# CONFIG_SERIO is not set
50355 -# CONFIG_GAMEPORT is not set
50356 -
50357 -#
50358 -# Character devices
50359 -#
50360 -# CONFIG_VT is not set
50361 -# CONFIG_SERIAL_NONSTANDARD is not set
50362 -# CONFIG_NOZOMI is not set
50363 -
50364 -#
50365 -# Serial drivers
50366 -#
50367 -CONFIG_SERIAL_8250=y
50368 -CONFIG_SERIAL_8250_CONSOLE=y
50369 -# CONFIG_SERIAL_8250_PCI is not set
50370 -CONFIG_SERIAL_8250_NR_UARTS=4
50371 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
50372 -CONFIG_SERIAL_8250_EXTENDED=y
50373 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
50374 -CONFIG_SERIAL_8250_SHARE_IRQ=y
50375 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
50376 -# CONFIG_SERIAL_8250_RSA is not set
50377 -
50378 -#
50379 -# Non-8250 serial port support
50380 -#
50381 -# CONFIG_SERIAL_UARTLITE is not set
50382 -CONFIG_SERIAL_CORE=y
50383 -CONFIG_SERIAL_CORE_CONSOLE=y
50384 -# CONFIG_SERIAL_JSM is not set
50385 -CONFIG_SERIAL_OF_PLATFORM=y
50386 -CONFIG_UNIX98_PTYS=y
50387 -CONFIG_LEGACY_PTYS=y
50388 -CONFIG_LEGACY_PTY_COUNT=256
50389 -# CONFIG_IPMI_HANDLER is not set
50390 -# CONFIG_HW_RANDOM is not set
50391 -# CONFIG_NVRAM is not set
50392 -# CONFIG_GEN_RTC is not set
50393 -# CONFIG_R3964 is not set
50394 -# CONFIG_APPLICOM is not set
50395 -# CONFIG_RAW_DRIVER is not set
50396 -# CONFIG_TCG_TPM is not set
50397 -CONFIG_DEVPORT=y
50398 -# CONFIG_I2C is not set
50399 -
50400 -#
50401 -# SPI support
50402 -#
50403 -# CONFIG_SPI is not set
50404 -# CONFIG_SPI_MASTER is not set
50405 -# CONFIG_W1 is not set
50406 -# CONFIG_POWER_SUPPLY is not set
50407 -# CONFIG_HWMON is not set
50408 -CONFIG_THERMAL=y
50409 -# CONFIG_WATCHDOG is not set
50410 -
50411 -#
50412 -# Sonics Silicon Backplane
50413 -#
50414 -CONFIG_SSB_POSSIBLE=y
50415 -# CONFIG_SSB is not set
50416 -
50417 -#
50418 -# Multifunction device drivers
50419 -#
50420 -# CONFIG_MFD_SM501 is not set
50421 -
50422 -#
50423 -# Multimedia devices
50424 -#
50425 -# CONFIG_VIDEO_DEV is not set
50426 -# CONFIG_DVB_CORE is not set
50427 -# CONFIG_DAB is not set
50428 -
50429 -#
50430 -# Graphics support
50431 -#
50432 -# CONFIG_AGP is not set
50433 -# CONFIG_DRM is not set
50434 -# CONFIG_VGASTATE is not set
50435 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
50436 -# CONFIG_FB is not set
50437 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
50438 -
50439 -#
50440 -# Display device support
50441 -#
50442 -# CONFIG_DISPLAY_SUPPORT is not set
50443 -
50444 -#
50445 -# Sound
50446 -#
50447 -# CONFIG_SOUND is not set
50448 -CONFIG_USB_SUPPORT=y
50449 -CONFIG_USB_ARCH_HAS_HCD=y
50450 -CONFIG_USB_ARCH_HAS_OHCI=y
50451 -CONFIG_USB_ARCH_HAS_EHCI=y
50452 -# CONFIG_USB is not set
50453 -
50454 -#
50455 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
50456 -#
50457 -# CONFIG_USB_GADGET is not set
50458 -# CONFIG_MMC is not set
50459 -# CONFIG_MEMSTICK is not set
50460 -# CONFIG_NEW_LEDS is not set
50461 -# CONFIG_INFINIBAND is not set
50462 -# CONFIG_EDAC is not set
50463 -# CONFIG_RTC_CLASS is not set
50464 -
50465 -#
50466 -# Userspace I/O
50467 -#
50468 -# CONFIG_UIO is not set
50469 -
50470 -#
50471 -# File systems
50472 -#
50473 -CONFIG_EXT2_FS=y
50474 -# CONFIG_EXT2_FS_XATTR is not set
50475 -# CONFIG_EXT2_FS_XIP is not set
50476 -# CONFIG_EXT3_FS is not set
50477 -# CONFIG_EXT4DEV_FS is not set
50478 -# CONFIG_REISERFS_FS is not set
50479 -# CONFIG_JFS_FS is not set
50480 -# CONFIG_FS_POSIX_ACL is not set
50481 -# CONFIG_XFS_FS is not set
50482 -# CONFIG_GFS2_FS is not set
50483 -# CONFIG_OCFS2_FS is not set
50484 -CONFIG_DNOTIFY=y
50485 -CONFIG_INOTIFY=y
50486 -CONFIG_INOTIFY_USER=y
50487 -# CONFIG_QUOTA is not set
50488 -# CONFIG_AUTOFS_FS is not set
50489 -# CONFIG_AUTOFS4_FS is not set
50490 -# CONFIG_FUSE_FS is not set
50491 -
50492 -#
50493 -# CD-ROM/DVD Filesystems
50494 -#
50495 -# CONFIG_ISO9660_FS is not set
50496 -# CONFIG_UDF_FS is not set
50497 -
50498 -#
50499 -# DOS/FAT/NT Filesystems
50500 -#
50501 -# CONFIG_MSDOS_FS is not set
50502 -# CONFIG_VFAT_FS is not set
50503 -# CONFIG_NTFS_FS is not set
50504 -
50505 -#
50506 -# Pseudo filesystems
50507 -#
50508 -CONFIG_PROC_FS=y
50509 -CONFIG_PROC_KCORE=y
50510 -CONFIG_PROC_SYSCTL=y
50511 -CONFIG_SYSFS=y
50512 -CONFIG_TMPFS=y
50513 -# CONFIG_TMPFS_POSIX_ACL is not set
50514 -# CONFIG_HUGETLB_PAGE is not set
50515 -# CONFIG_CONFIGFS_FS is not set
50516 -
50517 -#
50518 -# Miscellaneous filesystems
50519 -#
50520 -# CONFIG_ADFS_FS is not set
50521 -# CONFIG_AFFS_FS is not set
50522 -# CONFIG_HFS_FS is not set
50523 -# CONFIG_HFSPLUS_FS is not set
50524 -# CONFIG_BEFS_FS is not set
50525 -# CONFIG_BFS_FS is not set
50526 -# CONFIG_EFS_FS is not set
50527 -CONFIG_JFFS2_FS=y
50528 -CONFIG_JFFS2_FS_DEBUG=0
50529 -CONFIG_JFFS2_FS_WRITEBUFFER=y
50530 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
50531 -# CONFIG_JFFS2_SUMMARY is not set
50532 -# CONFIG_JFFS2_FS_XATTR is not set
50533 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
50534 -CONFIG_JFFS2_ZLIB=y
50535 -# CONFIG_JFFS2_LZO is not set
50536 -CONFIG_JFFS2_RTIME=y
50537 -# CONFIG_JFFS2_RUBIN is not set
50538 -CONFIG_CRAMFS=y
50539 -# CONFIG_VXFS_FS is not set
50540 -# CONFIG_MINIX_FS is not set
50541 -# CONFIG_HPFS_FS is not set
50542 -# CONFIG_QNX4FS_FS is not set
50543 -# CONFIG_ROMFS_FS is not set
50544 -# CONFIG_SYSV_FS is not set
50545 -# CONFIG_UFS_FS is not set
50546 -CONFIG_NETWORK_FILESYSTEMS=y
50547 -CONFIG_NFS_FS=y
50548 -CONFIG_NFS_V3=y
50549 -# CONFIG_NFS_V3_ACL is not set
50550 -# CONFIG_NFS_V4 is not set
50551 -# CONFIG_NFS_DIRECTIO is not set
50552 -# CONFIG_NFSD is not set
50553 -CONFIG_ROOT_NFS=y
50554 -CONFIG_LOCKD=y
50555 -CONFIG_LOCKD_V4=y
50556 -CONFIG_NFS_COMMON=y
50557 -CONFIG_SUNRPC=y
50558 -# CONFIG_SUNRPC_BIND34 is not set
50559 -# CONFIG_RPCSEC_GSS_KRB5 is not set
50560 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
50561 -# CONFIG_SMB_FS is not set
50562 -# CONFIG_CIFS is not set
50563 -# CONFIG_NCP_FS is not set
50564 -# CONFIG_CODA_FS is not set
50565 -# CONFIG_AFS_FS is not set
50566 -
50567 -#
50568 -# Partition Types
50569 -#
50570 -# CONFIG_PARTITION_ADVANCED is not set
50571 -CONFIG_MSDOS_PARTITION=y
50572 -# CONFIG_NLS is not set
50573 -# CONFIG_DLM is not set
50574 -
50575 -#
50576 -# Library routines
50577 -#
50578 -CONFIG_BITREVERSE=y
50579 -# CONFIG_CRC_CCITT is not set
50580 -# CONFIG_CRC16 is not set
50581 -# CONFIG_CRC_ITU_T is not set
50582 -CONFIG_CRC32=y
50583 -# CONFIG_CRC7 is not set
50584 -# CONFIG_LIBCRC32C is not set
50585 -CONFIG_ZLIB_INFLATE=y
50586 -CONFIG_ZLIB_DEFLATE=y
50587 -CONFIG_PLIST=y
50588 -CONFIG_HAS_IOMEM=y
50589 -CONFIG_HAS_IOPORT=y
50590 -CONFIG_HAS_DMA=y
50591 -
50592 -#
50593 -# Kernel hacking
50594 -#
50595 -# CONFIG_PRINTK_TIME is not set
50596 -CONFIG_ENABLE_WARN_DEPRECATED=y
50597 -CONFIG_ENABLE_MUST_CHECK=y
50598 -CONFIG_MAGIC_SYSRQ=y
50599 -# CONFIG_UNUSED_SYMBOLS is not set
50600 -CONFIG_DEBUG_FS=y
50601 -# CONFIG_HEADERS_CHECK is not set
50602 -CONFIG_DEBUG_KERNEL=y
50603 -# CONFIG_DEBUG_SHIRQ is not set
50604 -CONFIG_DETECT_SOFTLOCKUP=y
50605 -CONFIG_SCHED_DEBUG=y
50606 -# CONFIG_SCHEDSTATS is not set
50607 -# CONFIG_TIMER_STATS is not set
50608 -# CONFIG_SLUB_DEBUG_ON is not set
50609 -# CONFIG_SLUB_STATS is not set
50610 -# CONFIG_DEBUG_RT_MUTEXES is not set
50611 -# CONFIG_RT_MUTEX_TESTER is not set
50612 -# CONFIG_DEBUG_SPINLOCK is not set
50613 -# CONFIG_DEBUG_MUTEXES is not set
50614 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
50615 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
50616 -# CONFIG_DEBUG_KOBJECT is not set
50617 -CONFIG_DEBUG_BUGVERBOSE=y
50618 -# CONFIG_DEBUG_INFO is not set
50619 -# CONFIG_DEBUG_VM is not set
50620 -# CONFIG_DEBUG_LIST is not set
50621 -# CONFIG_DEBUG_SG is not set
50622 -# CONFIG_BOOT_PRINTK_DELAY is not set
50623 -# CONFIG_RCU_TORTURE_TEST is not set
50624 -# CONFIG_BACKTRACE_SELF_TEST is not set
50625 -# CONFIG_FAULT_INJECTION is not set
50626 -# CONFIG_SAMPLES is not set
50627 -# CONFIG_DEBUG_STACKOVERFLOW is not set
50628 -# CONFIG_DEBUG_STACK_USAGE is not set
50629 -# CONFIG_DEBUG_PAGEALLOC is not set
50630 -# CONFIG_DEBUGGER is not set
50631 -# CONFIG_VIRQ_DEBUG is not set
50632 -# CONFIG_BDI_SWITCH is not set
50633 -# CONFIG_PPC_EARLY_DEBUG is not set
50634 -
50635 -#
50636 -# Security options
50637 -#
50638 -# CONFIG_KEYS is not set
50639 -# CONFIG_SECURITY is not set
50640 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
50641 -CONFIG_CRYPTO=y
50642 -CONFIG_CRYPTO_ALGAPI=y
50643 -CONFIG_CRYPTO_BLKCIPHER=y
50644 -# CONFIG_CRYPTO_SEQIV is not set
50645 -CONFIG_CRYPTO_MANAGER=y
50646 -# CONFIG_CRYPTO_HMAC is not set
50647 -# CONFIG_CRYPTO_XCBC is not set
50648 -# CONFIG_CRYPTO_NULL is not set
50649 -# CONFIG_CRYPTO_MD4 is not set
50650 -CONFIG_CRYPTO_MD5=y
50651 -# CONFIG_CRYPTO_SHA1 is not set
50652 -# CONFIG_CRYPTO_SHA256 is not set
50653 -# CONFIG_CRYPTO_SHA512 is not set
50654 -# CONFIG_CRYPTO_WP512 is not set
50655 -# CONFIG_CRYPTO_TGR192 is not set
50656 -# CONFIG_CRYPTO_GF128MUL is not set
50657 -CONFIG_CRYPTO_ECB=y
50658 -CONFIG_CRYPTO_CBC=y
50659 -CONFIG_CRYPTO_PCBC=y
50660 -# CONFIG_CRYPTO_LRW is not set
50661 -# CONFIG_CRYPTO_XTS is not set
50662 -# CONFIG_CRYPTO_CTR is not set
50663 -# CONFIG_CRYPTO_GCM is not set
50664 -# CONFIG_CRYPTO_CCM is not set
50665 -# CONFIG_CRYPTO_CRYPTD is not set
50666 -CONFIG_CRYPTO_DES=y
50667 -# CONFIG_CRYPTO_FCRYPT is not set
50668 -# CONFIG_CRYPTO_BLOWFISH is not set
50669 -# CONFIG_CRYPTO_TWOFISH is not set
50670 -# CONFIG_CRYPTO_SERPENT is not set
50671 -# CONFIG_CRYPTO_AES is not set
50672 -# CONFIG_CRYPTO_CAST5 is not set
50673 -# CONFIG_CRYPTO_CAST6 is not set
50674 -# CONFIG_CRYPTO_TEA is not set
50675 -# CONFIG_CRYPTO_ARC4 is not set
50676 -# CONFIG_CRYPTO_KHAZAD is not set
50677 -# CONFIG_CRYPTO_ANUBIS is not set
50678 -# CONFIG_CRYPTO_SEED is not set
50679 -# CONFIG_CRYPTO_SALSA20 is not set
50680 -# CONFIG_CRYPTO_DEFLATE is not set
50681 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
50682 -# CONFIG_CRYPTO_CRC32C is not set
50683 -# CONFIG_CRYPTO_CAMELLIA is not set
50684 -# CONFIG_CRYPTO_TEST is not set
50685 -# CONFIG_CRYPTO_AUTHENC is not set
50686 -# CONFIG_CRYPTO_LZO is not set
50687 -# CONFIG_CRYPTO_HW is not set
50688 -# CONFIG_PPC_CLOCK is not set
50689 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ep405_defconfig powerpc.git/arch/powerpc/configs/ep405_defconfig
50690 --- linux-2.6.25-rc9/arch/powerpc/configs/ep405_defconfig       2008-04-11 22:32:29.000000000 +0200
50691 +++ powerpc.git/arch/powerpc/configs/ep405_defconfig    1970-01-01 01:00:00.000000000 +0100
50692 @@ -1,968 +0,0 @@
50693 -#
50694 -# Automatically generated make config: don't edit
50695 -# Linux kernel version: 2.6.25-rc2
50696 -# Fri Feb 15 21:50:09 2008
50697 -#
50698 -# CONFIG_PPC64 is not set
50699 -
50700 -#
50701 -# Processor support
50702 -#
50703 -# CONFIG_6xx is not set
50704 -# CONFIG_PPC_85xx is not set
50705 -# CONFIG_PPC_8xx is not set
50706 -CONFIG_40x=y
50707 -# CONFIG_44x is not set
50708 -# CONFIG_E200 is not set
50709 -CONFIG_4xx=y
50710 -# CONFIG_PPC_MM_SLICES is not set
50711 -CONFIG_NOT_COHERENT_CACHE=y
50712 -CONFIG_PPC32=y
50713 -CONFIG_WORD_SIZE=32
50714 -CONFIG_PPC_MERGE=y
50715 -CONFIG_MMU=y
50716 -CONFIG_GENERIC_CMOS_UPDATE=y
50717 -CONFIG_GENERIC_TIME=y
50718 -CONFIG_GENERIC_TIME_VSYSCALL=y
50719 -CONFIG_GENERIC_CLOCKEVENTS=y
50720 -CONFIG_GENERIC_HARDIRQS=y
50721 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
50722 -CONFIG_IRQ_PER_CPU=y
50723 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
50724 -CONFIG_ARCH_HAS_ILOG2_U32=y
50725 -CONFIG_GENERIC_HWEIGHT=y
50726 -CONFIG_GENERIC_CALIBRATE_DELAY=y
50727 -CONFIG_GENERIC_FIND_NEXT_BIT=y
50728 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
50729 -CONFIG_PPC=y
50730 -CONFIG_EARLY_PRINTK=y
50731 -CONFIG_GENERIC_NVRAM=y
50732 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
50733 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
50734 -CONFIG_PPC_OF=y
50735 -CONFIG_OF=y
50736 -CONFIG_PPC_UDBG_16550=y
50737 -# CONFIG_GENERIC_TBSYNC is not set
50738 -CONFIG_AUDIT_ARCH=y
50739 -CONFIG_GENERIC_BUG=y
50740 -# CONFIG_DEFAULT_UIMAGE is not set
50741 -CONFIG_PPC_DCR_NATIVE=y
50742 -# CONFIG_PPC_DCR_MMIO is not set
50743 -CONFIG_PPC_DCR=y
50744 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
50745 -
50746 -#
50747 -# General setup
50748 -#
50749 -CONFIG_EXPERIMENTAL=y
50750 -CONFIG_BROKEN_ON_SMP=y
50751 -CONFIG_INIT_ENV_ARG_LIMIT=32
50752 -CONFIG_LOCALVERSION=""
50753 -CONFIG_LOCALVERSION_AUTO=y
50754 -CONFIG_SWAP=y
50755 -CONFIG_SYSVIPC=y
50756 -CONFIG_SYSVIPC_SYSCTL=y
50757 -CONFIG_POSIX_MQUEUE=y
50758 -# CONFIG_BSD_PROCESS_ACCT is not set
50759 -# CONFIG_TASKSTATS is not set
50760 -# CONFIG_AUDIT is not set
50761 -# CONFIG_IKCONFIG is not set
50762 -CONFIG_LOG_BUF_SHIFT=14
50763 -# CONFIG_CGROUPS is not set
50764 -CONFIG_GROUP_SCHED=y
50765 -CONFIG_FAIR_GROUP_SCHED=y
50766 -# CONFIG_RT_GROUP_SCHED is not set
50767 -CONFIG_USER_SCHED=y
50768 -# CONFIG_CGROUP_SCHED is not set
50769 -CONFIG_SYSFS_DEPRECATED=y
50770 -# CONFIG_RELAY is not set
50771 -# CONFIG_NAMESPACES is not set
50772 -CONFIG_BLK_DEV_INITRD=y
50773 -CONFIG_INITRAMFS_SOURCE=""
50774 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
50775 -CONFIG_SYSCTL=y
50776 -CONFIG_EMBEDDED=y
50777 -CONFIG_SYSCTL_SYSCALL=y
50778 -CONFIG_KALLSYMS=y
50779 -CONFIG_KALLSYMS_ALL=y
50780 -CONFIG_KALLSYMS_EXTRA_PASS=y
50781 -CONFIG_HOTPLUG=y
50782 -CONFIG_PRINTK=y
50783 -CONFIG_BUG=y
50784 -CONFIG_ELF_CORE=y
50785 -CONFIG_COMPAT_BRK=y
50786 -CONFIG_BASE_FULL=y
50787 -CONFIG_FUTEX=y
50788 -CONFIG_ANON_INODES=y
50789 -CONFIG_EPOLL=y
50790 -CONFIG_SIGNALFD=y
50791 -CONFIG_TIMERFD=y
50792 -CONFIG_EVENTFD=y
50793 -CONFIG_SHMEM=y
50794 -CONFIG_VM_EVENT_COUNTERS=y
50795 -CONFIG_SLUB_DEBUG=y
50796 -# CONFIG_SLAB is not set
50797 -CONFIG_SLUB=y
50798 -# CONFIG_SLOB is not set
50799 -# CONFIG_PROFILING is not set
50800 -# CONFIG_MARKERS is not set
50801 -CONFIG_HAVE_OPROFILE=y
50802 -# CONFIG_KPROBES is not set
50803 -CONFIG_HAVE_KPROBES=y
50804 -CONFIG_PROC_PAGE_MONITOR=y
50805 -CONFIG_SLABINFO=y
50806 -CONFIG_RT_MUTEXES=y
50807 -# CONFIG_TINY_SHMEM is not set
50808 -CONFIG_BASE_SMALL=0
50809 -CONFIG_MODULES=y
50810 -CONFIG_MODULE_UNLOAD=y
50811 -# CONFIG_MODULE_FORCE_UNLOAD is not set
50812 -# CONFIG_MODVERSIONS is not set
50813 -# CONFIG_MODULE_SRCVERSION_ALL is not set
50814 -CONFIG_KMOD=y
50815 -CONFIG_BLOCK=y
50816 -CONFIG_LBD=y
50817 -# CONFIG_BLK_DEV_IO_TRACE is not set
50818 -# CONFIG_LSF is not set
50819 -# CONFIG_BLK_DEV_BSG is not set
50820 -
50821 -#
50822 -# IO Schedulers
50823 -#
50824 -CONFIG_IOSCHED_NOOP=y
50825 -CONFIG_IOSCHED_AS=y
50826 -CONFIG_IOSCHED_DEADLINE=y
50827 -CONFIG_IOSCHED_CFQ=y
50828 -CONFIG_DEFAULT_AS=y
50829 -# CONFIG_DEFAULT_DEADLINE is not set
50830 -# CONFIG_DEFAULT_CFQ is not set
50831 -# CONFIG_DEFAULT_NOOP is not set
50832 -CONFIG_DEFAULT_IOSCHED="anticipatory"
50833 -CONFIG_CLASSIC_RCU=y
50834 -# CONFIG_PREEMPT_RCU is not set
50835 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
50836 -
50837 -#
50838 -# Platform support
50839 -#
50840 -# CONFIG_PPC_MPC512x is not set
50841 -# CONFIG_PPC_MPC5121 is not set
50842 -# CONFIG_PPC_CELL is not set
50843 -# CONFIG_PPC_CELL_NATIVE is not set
50844 -# CONFIG_PQ2ADS is not set
50845 -CONFIG_EP405=y
50846 -# CONFIG_KILAUEA is not set
50847 -# CONFIG_MAKALU is not set
50848 -# CONFIG_WALNUT is not set
50849 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
50850 -CONFIG_405GP=y
50851 -CONFIG_IBM405_ERR77=y
50852 -CONFIG_IBM405_ERR51=y
50853 -# CONFIG_IPIC is not set
50854 -# CONFIG_MPIC is not set
50855 -# CONFIG_MPIC_WEIRD is not set
50856 -# CONFIG_PPC_I8259 is not set
50857 -# CONFIG_PPC_RTAS is not set
50858 -# CONFIG_MMIO_NVRAM is not set
50859 -# CONFIG_PPC_MPC106 is not set
50860 -# CONFIG_PPC_970_NAP is not set
50861 -# CONFIG_PPC_INDIRECT_IO is not set
50862 -# CONFIG_GENERIC_IOMAP is not set
50863 -# CONFIG_CPU_FREQ is not set
50864 -# CONFIG_FSL_ULI1575 is not set
50865 -
50866 -#
50867 -# Kernel options
50868 -#
50869 -# CONFIG_HIGHMEM is not set
50870 -# CONFIG_TICK_ONESHOT is not set
50871 -# CONFIG_NO_HZ is not set
50872 -# CONFIG_HIGH_RES_TIMERS is not set
50873 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
50874 -# CONFIG_HZ_100 is not set
50875 -CONFIG_HZ_250=y
50876 -# CONFIG_HZ_300 is not set
50877 -# CONFIG_HZ_1000 is not set
50878 -CONFIG_HZ=250
50879 -# CONFIG_SCHED_HRTICK is not set
50880 -CONFIG_PREEMPT_NONE=y
50881 -# CONFIG_PREEMPT_VOLUNTARY is not set
50882 -# CONFIG_PREEMPT is not set
50883 -CONFIG_RCU_TRACE=y
50884 -CONFIG_BINFMT_ELF=y
50885 -# CONFIG_BINFMT_MISC is not set
50886 -# CONFIG_MATH_EMULATION is not set
50887 -# CONFIG_IOMMU_HELPER is not set
50888 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
50889 -CONFIG_ARCH_HAS_WALK_MEMORY=y
50890 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
50891 -CONFIG_ARCH_FLATMEM_ENABLE=y
50892 -CONFIG_ARCH_POPULATES_NODE_MAP=y
50893 -CONFIG_SELECT_MEMORY_MODEL=y
50894 -CONFIG_FLATMEM_MANUAL=y
50895 -# CONFIG_DISCONTIGMEM_MANUAL is not set
50896 -# CONFIG_SPARSEMEM_MANUAL is not set
50897 -CONFIG_FLATMEM=y
50898 -CONFIG_FLAT_NODE_MEM_MAP=y
50899 -# CONFIG_SPARSEMEM_STATIC is not set
50900 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
50901 -CONFIG_SPLIT_PTLOCK_CPUS=4
50902 -# CONFIG_RESOURCES_64BIT is not set
50903 -CONFIG_ZONE_DMA_FLAG=1
50904 -CONFIG_BOUNCE=y
50905 -CONFIG_VIRT_TO_BUS=y
50906 -CONFIG_PROC_DEVICETREE=y
50907 -# CONFIG_CMDLINE_BOOL is not set
50908 -# CONFIG_PM is not set
50909 -CONFIG_SECCOMP=y
50910 -CONFIG_ISA_DMA_API=y
50911 -
50912 -#
50913 -# Bus options
50914 -#
50915 -CONFIG_ZONE_DMA=y
50916 -CONFIG_PPC_INDIRECT_PCI=y
50917 -CONFIG_PCI=y
50918 -CONFIG_PCI_DOMAINS=y
50919 -CONFIG_PCI_SYSCALL=y
50920 -# CONFIG_PCIEPORTBUS is not set
50921 -CONFIG_ARCH_SUPPORTS_MSI=y
50922 -# CONFIG_PCI_MSI is not set
50923 -CONFIG_PCI_LEGACY=y
50924 -# CONFIG_PCI_DEBUG is not set
50925 -# CONFIG_PCCARD is not set
50926 -# CONFIG_HOTPLUG_PCI is not set
50927 -
50928 -#
50929 -# Advanced setup
50930 -#
50931 -# CONFIG_ADVANCED_OPTIONS is not set
50932 -
50933 -#
50934 -# Default settings for advanced configuration options are used
50935 -#
50936 -CONFIG_HIGHMEM_START=0xfe000000
50937 -CONFIG_LOWMEM_SIZE=0x30000000
50938 -CONFIG_KERNEL_START=0xc0000000
50939 -CONFIG_TASK_SIZE=0xc0000000
50940 -CONFIG_CONSISTENT_START=0xff100000
50941 -CONFIG_CONSISTENT_SIZE=0x00200000
50942 -CONFIG_BOOT_LOAD=0x00400000
50943 -
50944 -#
50945 -# Networking
50946 -#
50947 -CONFIG_NET=y
50948 -
50949 -#
50950 -# Networking options
50951 -#
50952 -CONFIG_PACKET=y
50953 -# CONFIG_PACKET_MMAP is not set
50954 -CONFIG_UNIX=y
50955 -# CONFIG_NET_KEY is not set
50956 -CONFIG_INET=y
50957 -# CONFIG_IP_MULTICAST is not set
50958 -# CONFIG_IP_ADVANCED_ROUTER is not set
50959 -CONFIG_IP_FIB_HASH=y
50960 -CONFIG_IP_PNP=y
50961 -CONFIG_IP_PNP_DHCP=y
50962 -CONFIG_IP_PNP_BOOTP=y
50963 -# CONFIG_IP_PNP_RARP is not set
50964 -# CONFIG_NET_IPIP is not set
50965 -# CONFIG_NET_IPGRE is not set
50966 -# CONFIG_ARPD is not set
50967 -# CONFIG_SYN_COOKIES is not set
50968 -# CONFIG_INET_AH is not set
50969 -# CONFIG_INET_ESP is not set
50970 -# CONFIG_INET_IPCOMP is not set
50971 -# CONFIG_INET_XFRM_TUNNEL is not set
50972 -# CONFIG_INET_TUNNEL is not set
50973 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
50974 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
50975 -# CONFIG_INET_XFRM_MODE_BEET is not set
50976 -# CONFIG_INET_LRO is not set
50977 -CONFIG_INET_DIAG=y
50978 -CONFIG_INET_TCP_DIAG=y
50979 -# CONFIG_TCP_CONG_ADVANCED is not set
50980 -CONFIG_TCP_CONG_CUBIC=y
50981 -CONFIG_DEFAULT_TCP_CONG="cubic"
50982 -# CONFIG_TCP_MD5SIG is not set
50983 -# CONFIG_IPV6 is not set
50984 -# CONFIG_INET6_XFRM_TUNNEL is not set
50985 -# CONFIG_INET6_TUNNEL is not set
50986 -# CONFIG_NETWORK_SECMARK is not set
50987 -# CONFIG_NETFILTER is not set
50988 -# CONFIG_IP_DCCP is not set
50989 -# CONFIG_IP_SCTP is not set
50990 -# CONFIG_TIPC is not set
50991 -# CONFIG_ATM is not set
50992 -# CONFIG_BRIDGE is not set
50993 -# CONFIG_VLAN_8021Q is not set
50994 -# CONFIG_DECNET is not set
50995 -# CONFIG_LLC2 is not set
50996 -# CONFIG_IPX is not set
50997 -# CONFIG_ATALK is not set
50998 -# CONFIG_X25 is not set
50999 -# CONFIG_LAPB is not set
51000 -# CONFIG_ECONET is not set
51001 -# CONFIG_WAN_ROUTER is not set
51002 -# CONFIG_NET_SCHED is not set
51003 -
51004 -#
51005 -# Network testing
51006 -#
51007 -# CONFIG_NET_PKTGEN is not set
51008 -# CONFIG_HAMRADIO is not set
51009 -# CONFIG_CAN is not set
51010 -# CONFIG_IRDA is not set
51011 -# CONFIG_BT is not set
51012 -# CONFIG_AF_RXRPC is not set
51013 -
51014 -#
51015 -# Wireless
51016 -#
51017 -# CONFIG_CFG80211 is not set
51018 -# CONFIG_WIRELESS_EXT is not set
51019 -# CONFIG_MAC80211 is not set
51020 -# CONFIG_IEEE80211 is not set
51021 -# CONFIG_RFKILL is not set
51022 -# CONFIG_NET_9P is not set
51023 -
51024 -#
51025 -# Device Drivers
51026 -#
51027 -
51028 -#
51029 -# Generic Driver Options
51030 -#
51031 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
51032 -CONFIG_STANDALONE=y
51033 -CONFIG_PREVENT_FIRMWARE_BUILD=y
51034 -CONFIG_FW_LOADER=y
51035 -# CONFIG_DEBUG_DRIVER is not set
51036 -# CONFIG_DEBUG_DEVRES is not set
51037 -# CONFIG_SYS_HYPERVISOR is not set
51038 -CONFIG_CONNECTOR=y
51039 -CONFIG_PROC_EVENTS=y
51040 -CONFIG_MTD=y
51041 -# CONFIG_MTD_DEBUG is not set
51042 -# CONFIG_MTD_CONCAT is not set
51043 -CONFIG_MTD_PARTITIONS=y
51044 -# CONFIG_MTD_REDBOOT_PARTS is not set
51045 -CONFIG_MTD_CMDLINE_PARTS=y
51046 -CONFIG_MTD_OF_PARTS=y
51047 -
51048 -#
51049 -# User Modules And Translation Layers
51050 -#
51051 -CONFIG_MTD_CHAR=y
51052 -CONFIG_MTD_BLKDEVS=m
51053 -CONFIG_MTD_BLOCK=m
51054 -# CONFIG_MTD_BLOCK_RO is not set
51055 -# CONFIG_FTL is not set
51056 -# CONFIG_NFTL is not set
51057 -# CONFIG_INFTL is not set
51058 -# CONFIG_RFD_FTL is not set
51059 -# CONFIG_SSFDC is not set
51060 -# CONFIG_MTD_OOPS is not set
51061 -
51062 -#
51063 -# RAM/ROM/Flash chip drivers
51064 -#
51065 -CONFIG_MTD_CFI=y
51066 -CONFIG_MTD_JEDECPROBE=y
51067 -CONFIG_MTD_GEN_PROBE=y
51068 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
51069 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
51070 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
51071 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
51072 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
51073 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
51074 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
51075 -CONFIG_MTD_CFI_I1=y
51076 -CONFIG_MTD_CFI_I2=y
51077 -# CONFIG_MTD_CFI_I4 is not set
51078 -# CONFIG_MTD_CFI_I8 is not set
51079 -# CONFIG_MTD_CFI_INTELEXT is not set
51080 -CONFIG_MTD_CFI_AMDSTD=y
51081 -# CONFIG_MTD_CFI_STAA is not set
51082 -CONFIG_MTD_CFI_UTIL=y
51083 -# CONFIG_MTD_RAM is not set
51084 -# CONFIG_MTD_ROM is not set
51085 -# CONFIG_MTD_ABSENT is not set
51086 -
51087 -#
51088 -# Mapping drivers for chip access
51089 -#
51090 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
51091 -# CONFIG_MTD_PHYSMAP is not set
51092 -CONFIG_MTD_PHYSMAP_OF=y
51093 -# CONFIG_MTD_INTEL_VR_NOR is not set
51094 -# CONFIG_MTD_PLATRAM is not set
51095 -
51096 -#
51097 -# Self-contained MTD device drivers
51098 -#
51099 -# CONFIG_MTD_PMC551 is not set
51100 -# CONFIG_MTD_SLRAM is not set
51101 -# CONFIG_MTD_PHRAM is not set
51102 -# CONFIG_MTD_MTDRAM is not set
51103 -# CONFIG_MTD_BLOCK2MTD is not set
51104 -
51105 -#
51106 -# Disk-On-Chip Device Drivers
51107 -#
51108 -# CONFIG_MTD_DOC2000 is not set
51109 -# CONFIG_MTD_DOC2001 is not set
51110 -# CONFIG_MTD_DOC2001PLUS is not set
51111 -# CONFIG_MTD_NAND is not set
51112 -# CONFIG_MTD_ONENAND is not set
51113 -
51114 -#
51115 -# UBI - Unsorted block images
51116 -#
51117 -# CONFIG_MTD_UBI is not set
51118 -CONFIG_OF_DEVICE=y
51119 -# CONFIG_PARPORT is not set
51120 -CONFIG_BLK_DEV=y
51121 -# CONFIG_BLK_DEV_FD is not set
51122 -# CONFIG_BLK_CPQ_DA is not set
51123 -# CONFIG_BLK_CPQ_CISS_DA is not set
51124 -# CONFIG_BLK_DEV_DAC960 is not set
51125 -# CONFIG_BLK_DEV_UMEM is not set
51126 -# CONFIG_BLK_DEV_COW_COMMON is not set
51127 -# CONFIG_BLK_DEV_LOOP is not set
51128 -# CONFIG_BLK_DEV_NBD is not set
51129 -# CONFIG_BLK_DEV_SX8 is not set
51130 -# CONFIG_BLK_DEV_UB is not set
51131 -CONFIG_BLK_DEV_RAM=y
51132 -CONFIG_BLK_DEV_RAM_COUNT=16
51133 -CONFIG_BLK_DEV_RAM_SIZE=35000
51134 -# CONFIG_BLK_DEV_XIP is not set
51135 -# CONFIG_CDROM_PKTCDVD is not set
51136 -# CONFIG_ATA_OVER_ETH is not set
51137 -# CONFIG_XILINX_SYSACE is not set
51138 -CONFIG_MISC_DEVICES=y
51139 -# CONFIG_PHANTOM is not set
51140 -# CONFIG_EEPROM_93CX6 is not set
51141 -# CONFIG_SGI_IOC4 is not set
51142 -# CONFIG_TIFM_CORE is not set
51143 -# CONFIG_ENCLOSURE_SERVICES is not set
51144 -CONFIG_HAVE_IDE=y
51145 -# CONFIG_IDE is not set
51146 -
51147 -#
51148 -# SCSI device support
51149 -#
51150 -# CONFIG_RAID_ATTRS is not set
51151 -# CONFIG_SCSI is not set
51152 -# CONFIG_SCSI_DMA is not set
51153 -# CONFIG_SCSI_NETLINK is not set
51154 -# CONFIG_ATA is not set
51155 -# CONFIG_MD is not set
51156 -# CONFIG_FUSION is not set
51157 -
51158 -#
51159 -# IEEE 1394 (FireWire) support
51160 -#
51161 -# CONFIG_FIREWIRE is not set
51162 -# CONFIG_IEEE1394 is not set
51163 -# CONFIG_I2O is not set
51164 -# CONFIG_MACINTOSH_DRIVERS is not set
51165 -CONFIG_NETDEVICES=y
51166 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
51167 -# CONFIG_DUMMY is not set
51168 -# CONFIG_BONDING is not set
51169 -# CONFIG_MACVLAN is not set
51170 -# CONFIG_EQUALIZER is not set
51171 -# CONFIG_TUN is not set
51172 -# CONFIG_VETH is not set
51173 -# CONFIG_ARCNET is not set
51174 -# CONFIG_PHYLIB is not set
51175 -CONFIG_NET_ETHERNET=y
51176 -# CONFIG_MII is not set
51177 -# CONFIG_HAPPYMEAL is not set
51178 -# CONFIG_SUNGEM is not set
51179 -# CONFIG_CASSINI is not set
51180 -# CONFIG_NET_VENDOR_3COM is not set
51181 -# CONFIG_NET_TULIP is not set
51182 -# CONFIG_HP100 is not set
51183 -CONFIG_IBM_NEW_EMAC=y
51184 -CONFIG_IBM_NEW_EMAC_RXB=128
51185 -CONFIG_IBM_NEW_EMAC_TXB=64
51186 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
51187 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
51188 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
51189 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
51190 -CONFIG_IBM_NEW_EMAC_ZMII=y
51191 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
51192 -# CONFIG_IBM_NEW_EMAC_TAH is not set
51193 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
51194 -# CONFIG_NET_PCI is not set
51195 -# CONFIG_B44 is not set
51196 -CONFIG_NETDEV_1000=y
51197 -# CONFIG_ACENIC is not set
51198 -# CONFIG_DL2K is not set
51199 -# CONFIG_E1000 is not set
51200 -# CONFIG_E1000E is not set
51201 -# CONFIG_E1000E_ENABLED is not set
51202 -# CONFIG_IP1000 is not set
51203 -# CONFIG_IGB is not set
51204 -# CONFIG_NS83820 is not set
51205 -# CONFIG_HAMACHI is not set
51206 -# CONFIG_YELLOWFIN is not set
51207 -# CONFIG_R8169 is not set
51208 -# CONFIG_SIS190 is not set
51209 -# CONFIG_SKGE is not set
51210 -# CONFIG_SKY2 is not set
51211 -# CONFIG_SK98LIN is not set
51212 -# CONFIG_VIA_VELOCITY is not set
51213 -# CONFIG_TIGON3 is not set
51214 -# CONFIG_BNX2 is not set
51215 -# CONFIG_QLA3XXX is not set
51216 -# CONFIG_ATL1 is not set
51217 -CONFIG_NETDEV_10000=y
51218 -# CONFIG_CHELSIO_T1 is not set
51219 -# CONFIG_CHELSIO_T3 is not set
51220 -# CONFIG_IXGBE is not set
51221 -# CONFIG_IXGB is not set
51222 -# CONFIG_S2IO is not set
51223 -# CONFIG_MYRI10GE is not set
51224 -# CONFIG_NETXEN_NIC is not set
51225 -# CONFIG_NIU is not set
51226 -# CONFIG_MLX4_CORE is not set
51227 -# CONFIG_TEHUTI is not set
51228 -# CONFIG_BNX2X is not set
51229 -# CONFIG_TR is not set
51230 -
51231 -#
51232 -# Wireless LAN
51233 -#
51234 -# CONFIG_WLAN_PRE80211 is not set
51235 -# CONFIG_WLAN_80211 is not set
51236 -
51237 -#
51238 -# USB Network Adapters
51239 -#
51240 -# CONFIG_USB_CATC is not set
51241 -# CONFIG_USB_KAWETH is not set
51242 -# CONFIG_USB_PEGASUS is not set
51243 -# CONFIG_USB_RTL8150 is not set
51244 -# CONFIG_USB_USBNET is not set
51245 -# CONFIG_WAN is not set
51246 -# CONFIG_FDDI is not set
51247 -# CONFIG_HIPPI is not set
51248 -# CONFIG_PPP is not set
51249 -# CONFIG_SLIP is not set
51250 -# CONFIG_NETCONSOLE is not set
51251 -# CONFIG_NETPOLL is not set
51252 -# CONFIG_NET_POLL_CONTROLLER is not set
51253 -# CONFIG_ISDN is not set
51254 -# CONFIG_PHONE is not set
51255 -
51256 -#
51257 -# Input device support
51258 -#
51259 -# CONFIG_INPUT is not set
51260 -
51261 -#
51262 -# Hardware I/O ports
51263 -#
51264 -# CONFIG_SERIO is not set
51265 -# CONFIG_GAMEPORT is not set
51266 -
51267 -#
51268 -# Character devices
51269 -#
51270 -# CONFIG_VT is not set
51271 -# CONFIG_SERIAL_NONSTANDARD is not set
51272 -# CONFIG_NOZOMI is not set
51273 -
51274 -#
51275 -# Serial drivers
51276 -#
51277 -CONFIG_SERIAL_8250=y
51278 -CONFIG_SERIAL_8250_CONSOLE=y
51279 -CONFIG_SERIAL_8250_PCI=y
51280 -CONFIG_SERIAL_8250_NR_UARTS=4
51281 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
51282 -CONFIG_SERIAL_8250_EXTENDED=y
51283 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
51284 -CONFIG_SERIAL_8250_SHARE_IRQ=y
51285 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
51286 -# CONFIG_SERIAL_8250_RSA is not set
51287 -
51288 -#
51289 -# Non-8250 serial port support
51290 -#
51291 -# CONFIG_SERIAL_UARTLITE is not set
51292 -CONFIG_SERIAL_CORE=y
51293 -CONFIG_SERIAL_CORE_CONSOLE=y
51294 -# CONFIG_SERIAL_JSM is not set
51295 -CONFIG_SERIAL_OF_PLATFORM=y
51296 -CONFIG_UNIX98_PTYS=y
51297 -CONFIG_LEGACY_PTYS=y
51298 -CONFIG_LEGACY_PTY_COUNT=256
51299 -# CONFIG_IPMI_HANDLER is not set
51300 -# CONFIG_HW_RANDOM is not set
51301 -# CONFIG_NVRAM is not set
51302 -# CONFIG_GEN_RTC is not set
51303 -# CONFIG_R3964 is not set
51304 -# CONFIG_APPLICOM is not set
51305 -# CONFIG_RAW_DRIVER is not set
51306 -# CONFIG_TCG_TPM is not set
51307 -CONFIG_DEVPORT=y
51308 -# CONFIG_I2C is not set
51309 -
51310 -#
51311 -# SPI support
51312 -#
51313 -# CONFIG_SPI is not set
51314 -# CONFIG_SPI_MASTER is not set
51315 -# CONFIG_W1 is not set
51316 -# CONFIG_POWER_SUPPLY is not set
51317 -# CONFIG_HWMON is not set
51318 -CONFIG_THERMAL=y
51319 -# CONFIG_WATCHDOG is not set
51320 -
51321 -#
51322 -# Sonics Silicon Backplane
51323 -#
51324 -CONFIG_SSB_POSSIBLE=y
51325 -# CONFIG_SSB is not set
51326 -
51327 -#
51328 -# Multifunction device drivers
51329 -#
51330 -# CONFIG_MFD_SM501 is not set
51331 -
51332 -#
51333 -# Multimedia devices
51334 -#
51335 -# CONFIG_VIDEO_DEV is not set
51336 -# CONFIG_DVB_CORE is not set
51337 -# CONFIG_DAB is not set
51338 -
51339 -#
51340 -# Graphics support
51341 -#
51342 -# CONFIG_AGP is not set
51343 -# CONFIG_DRM is not set
51344 -# CONFIG_VGASTATE is not set
51345 -CONFIG_VIDEO_OUTPUT_CONTROL=m
51346 -# CONFIG_FB is not set
51347 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
51348 -
51349 -#
51350 -# Display device support
51351 -#
51352 -# CONFIG_DISPLAY_SUPPORT is not set
51353 -
51354 -#
51355 -# Sound
51356 -#
51357 -# CONFIG_SOUND is not set
51358 -CONFIG_USB_SUPPORT=y
51359 -CONFIG_USB_ARCH_HAS_HCD=y
51360 -CONFIG_USB_ARCH_HAS_OHCI=y
51361 -CONFIG_USB_ARCH_HAS_EHCI=y
51362 -CONFIG_USB=y
51363 -# CONFIG_USB_DEBUG is not set
51364 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
51365 -
51366 -#
51367 -# Miscellaneous USB options
51368 -#
51369 -CONFIG_USB_DEVICEFS=y
51370 -CONFIG_USB_DEVICE_CLASS=y
51371 -# CONFIG_USB_DYNAMIC_MINORS is not set
51372 -# CONFIG_USB_OTG is not set
51373 -
51374 -#
51375 -# USB Host Controller Drivers
51376 -#
51377 -# CONFIG_USB_EHCI_HCD is not set
51378 -# CONFIG_USB_ISP116X_HCD is not set
51379 -CONFIG_USB_OHCI_HCD=y
51380 -CONFIG_USB_OHCI_HCD_PPC_OF=y
51381 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
51382 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
51383 -CONFIG_USB_OHCI_HCD_PCI=y
51384 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
51385 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
51386 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
51387 -# CONFIG_USB_UHCI_HCD is not set
51388 -# CONFIG_USB_SL811_HCD is not set
51389 -# CONFIG_USB_R8A66597_HCD is not set
51390 -
51391 -#
51392 -# USB Device Class drivers
51393 -#
51394 -# CONFIG_USB_ACM is not set
51395 -# CONFIG_USB_PRINTER is not set
51396 -
51397 -#
51398 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
51399 -#
51400 -
51401 -#
51402 -# may also be needed; see USB_STORAGE Help for more information
51403 -#
51404 -# CONFIG_USB_LIBUSUAL is not set
51405 -
51406 -#
51407 -# USB Imaging devices
51408 -#
51409 -# CONFIG_USB_MDC800 is not set
51410 -CONFIG_USB_MON=y
51411 -
51412 -#
51413 -# USB port drivers
51414 -#
51415 -# CONFIG_USB_SERIAL is not set
51416 -
51417 -#
51418 -# USB Miscellaneous drivers
51419 -#
51420 -# CONFIG_USB_EMI62 is not set
51421 -# CONFIG_USB_EMI26 is not set
51422 -# CONFIG_USB_ADUTUX is not set
51423 -# CONFIG_USB_AUERSWALD is not set
51424 -# CONFIG_USB_RIO500 is not set
51425 -# CONFIG_USB_LEGOTOWER is not set
51426 -# CONFIG_USB_LCD is not set
51427 -# CONFIG_USB_BERRY_CHARGE is not set
51428 -# CONFIG_USB_LED is not set
51429 -# CONFIG_USB_CYPRESS_CY7C63 is not set
51430 -# CONFIG_USB_CYTHERM is not set
51431 -# CONFIG_USB_PHIDGET is not set
51432 -# CONFIG_USB_IDMOUSE is not set
51433 -# CONFIG_USB_FTDI_ELAN is not set
51434 -# CONFIG_USB_APPLEDISPLAY is not set
51435 -# CONFIG_USB_LD is not set
51436 -# CONFIG_USB_TRANCEVIBRATOR is not set
51437 -# CONFIG_USB_IOWARRIOR is not set
51438 -# CONFIG_USB_TEST is not set
51439 -# CONFIG_USB_GADGET is not set
51440 -# CONFIG_MMC is not set
51441 -# CONFIG_MEMSTICK is not set
51442 -# CONFIG_NEW_LEDS is not set
51443 -# CONFIG_INFINIBAND is not set
51444 -# CONFIG_EDAC is not set
51445 -# CONFIG_RTC_CLASS is not set
51446 -
51447 -#
51448 -# Userspace I/O
51449 -#
51450 -# CONFIG_UIO is not set
51451 -
51452 -#
51453 -# File systems
51454 -#
51455 -CONFIG_EXT2_FS=y
51456 -# CONFIG_EXT2_FS_XATTR is not set
51457 -# CONFIG_EXT2_FS_XIP is not set
51458 -# CONFIG_EXT3_FS is not set
51459 -# CONFIG_EXT4DEV_FS is not set
51460 -# CONFIG_REISERFS_FS is not set
51461 -# CONFIG_JFS_FS is not set
51462 -# CONFIG_FS_POSIX_ACL is not set
51463 -# CONFIG_XFS_FS is not set
51464 -# CONFIG_GFS2_FS is not set
51465 -# CONFIG_OCFS2_FS is not set
51466 -CONFIG_DNOTIFY=y
51467 -CONFIG_INOTIFY=y
51468 -CONFIG_INOTIFY_USER=y
51469 -# CONFIG_QUOTA is not set
51470 -# CONFIG_AUTOFS_FS is not set
51471 -# CONFIG_AUTOFS4_FS is not set
51472 -# CONFIG_FUSE_FS is not set
51473 -
51474 -#
51475 -# CD-ROM/DVD Filesystems
51476 -#
51477 -# CONFIG_ISO9660_FS is not set
51478 -# CONFIG_UDF_FS is not set
51479 -
51480 -#
51481 -# DOS/FAT/NT Filesystems
51482 -#
51483 -# CONFIG_MSDOS_FS is not set
51484 -# CONFIG_VFAT_FS is not set
51485 -# CONFIG_NTFS_FS is not set
51486 -
51487 -#
51488 -# Pseudo filesystems
51489 -#
51490 -CONFIG_PROC_FS=y
51491 -CONFIG_PROC_KCORE=y
51492 -CONFIG_PROC_SYSCTL=y
51493 -CONFIG_SYSFS=y
51494 -CONFIG_TMPFS=y
51495 -# CONFIG_TMPFS_POSIX_ACL is not set
51496 -# CONFIG_HUGETLB_PAGE is not set
51497 -# CONFIG_CONFIGFS_FS is not set
51498 -
51499 -#
51500 -# Miscellaneous filesystems
51501 -#
51502 -# CONFIG_ADFS_FS is not set
51503 -# CONFIG_AFFS_FS is not set
51504 -# CONFIG_HFS_FS is not set
51505 -# CONFIG_HFSPLUS_FS is not set
51506 -# CONFIG_BEFS_FS is not set
51507 -# CONFIG_BFS_FS is not set
51508 -# CONFIG_EFS_FS is not set
51509 -# CONFIG_JFFS2_FS is not set
51510 -CONFIG_CRAMFS=y
51511 -# CONFIG_VXFS_FS is not set
51512 -# CONFIG_MINIX_FS is not set
51513 -# CONFIG_HPFS_FS is not set
51514 -# CONFIG_QNX4FS_FS is not set
51515 -# CONFIG_ROMFS_FS is not set
51516 -# CONFIG_SYSV_FS is not set
51517 -# CONFIG_UFS_FS is not set
51518 -CONFIG_NETWORK_FILESYSTEMS=y
51519 -CONFIG_NFS_FS=y
51520 -CONFIG_NFS_V3=y
51521 -# CONFIG_NFS_V3_ACL is not set
51522 -# CONFIG_NFS_V4 is not set
51523 -# CONFIG_NFS_DIRECTIO is not set
51524 -# CONFIG_NFSD is not set
51525 -CONFIG_ROOT_NFS=y
51526 -CONFIG_LOCKD=y
51527 -CONFIG_LOCKD_V4=y
51528 -CONFIG_NFS_COMMON=y
51529 -CONFIG_SUNRPC=y
51530 -# CONFIG_SUNRPC_BIND34 is not set
51531 -# CONFIG_RPCSEC_GSS_KRB5 is not set
51532 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
51533 -# CONFIG_SMB_FS is not set
51534 -# CONFIG_CIFS is not set
51535 -# CONFIG_NCP_FS is not set
51536 -# CONFIG_CODA_FS is not set
51537 -# CONFIG_AFS_FS is not set
51538 -
51539 -#
51540 -# Partition Types
51541 -#
51542 -# CONFIG_PARTITION_ADVANCED is not set
51543 -CONFIG_MSDOS_PARTITION=y
51544 -# CONFIG_NLS is not set
51545 -# CONFIG_DLM is not set
51546 -
51547 -#
51548 -# Library routines
51549 -#
51550 -CONFIG_BITREVERSE=y
51551 -# CONFIG_CRC_CCITT is not set
51552 -# CONFIG_CRC16 is not set
51553 -# CONFIG_CRC_ITU_T is not set
51554 -CONFIG_CRC32=y
51555 -# CONFIG_CRC7 is not set
51556 -# CONFIG_LIBCRC32C is not set
51557 -CONFIG_ZLIB_INFLATE=y
51558 -CONFIG_PLIST=y
51559 -CONFIG_HAS_IOMEM=y
51560 -CONFIG_HAS_IOPORT=y
51561 -CONFIG_HAS_DMA=y
51562 -
51563 -#
51564 -# Kernel hacking
51565 -#
51566 -# CONFIG_PRINTK_TIME is not set
51567 -CONFIG_ENABLE_WARN_DEPRECATED=y
51568 -CONFIG_ENABLE_MUST_CHECK=y
51569 -CONFIG_MAGIC_SYSRQ=y
51570 -# CONFIG_UNUSED_SYMBOLS is not set
51571 -CONFIG_DEBUG_FS=y
51572 -# CONFIG_HEADERS_CHECK is not set
51573 -CONFIG_DEBUG_KERNEL=y
51574 -# CONFIG_DEBUG_SHIRQ is not set
51575 -CONFIG_DETECT_SOFTLOCKUP=y
51576 -CONFIG_SCHED_DEBUG=y
51577 -# CONFIG_SCHEDSTATS is not set
51578 -# CONFIG_TIMER_STATS is not set
51579 -# CONFIG_SLUB_DEBUG_ON is not set
51580 -# CONFIG_SLUB_STATS is not set
51581 -# CONFIG_DEBUG_RT_MUTEXES is not set
51582 -# CONFIG_RT_MUTEX_TESTER is not set
51583 -# CONFIG_DEBUG_SPINLOCK is not set
51584 -# CONFIG_DEBUG_MUTEXES is not set
51585 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
51586 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
51587 -# CONFIG_DEBUG_KOBJECT is not set
51588 -CONFIG_DEBUG_BUGVERBOSE=y
51589 -# CONFIG_DEBUG_INFO is not set
51590 -# CONFIG_DEBUG_VM is not set
51591 -# CONFIG_DEBUG_LIST is not set
51592 -# CONFIG_DEBUG_SG is not set
51593 -# CONFIG_BOOT_PRINTK_DELAY is not set
51594 -# CONFIG_RCU_TORTURE_TEST is not set
51595 -# CONFIG_BACKTRACE_SELF_TEST is not set
51596 -# CONFIG_FAULT_INJECTION is not set
51597 -# CONFIG_SAMPLES is not set
51598 -# CONFIG_DEBUG_STACKOVERFLOW is not set
51599 -# CONFIG_DEBUG_STACK_USAGE is not set
51600 -# CONFIG_DEBUG_PAGEALLOC is not set
51601 -# CONFIG_DEBUGGER is not set
51602 -# CONFIG_VIRQ_DEBUG is not set
51603 -# CONFIG_BDI_SWITCH is not set
51604 -# CONFIG_PPC_EARLY_DEBUG is not set
51605 -
51606 -#
51607 -# Security options
51608 -#
51609 -# CONFIG_KEYS is not set
51610 -# CONFIG_SECURITY is not set
51611 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
51612 -CONFIG_CRYPTO=y
51613 -CONFIG_CRYPTO_ALGAPI=y
51614 -CONFIG_CRYPTO_BLKCIPHER=y
51615 -# CONFIG_CRYPTO_SEQIV is not set
51616 -CONFIG_CRYPTO_MANAGER=y
51617 -# CONFIG_CRYPTO_HMAC is not set
51618 -# CONFIG_CRYPTO_XCBC is not set
51619 -# CONFIG_CRYPTO_NULL is not set
51620 -# CONFIG_CRYPTO_MD4 is not set
51621 -CONFIG_CRYPTO_MD5=y
51622 -# CONFIG_CRYPTO_SHA1 is not set
51623 -# CONFIG_CRYPTO_SHA256 is not set
51624 -# CONFIG_CRYPTO_SHA512 is not set
51625 -# CONFIG_CRYPTO_WP512 is not set
51626 -# CONFIG_CRYPTO_TGR192 is not set
51627 -# CONFIG_CRYPTO_GF128MUL is not set
51628 -CONFIG_CRYPTO_ECB=y
51629 -CONFIG_CRYPTO_CBC=y
51630 -CONFIG_CRYPTO_PCBC=y
51631 -# CONFIG_CRYPTO_LRW is not set
51632 -# CONFIG_CRYPTO_XTS is not set
51633 -# CONFIG_CRYPTO_CTR is not set
51634 -# CONFIG_CRYPTO_GCM is not set
51635 -# CONFIG_CRYPTO_CCM is not set
51636 -# CONFIG_CRYPTO_CRYPTD is not set
51637 -CONFIG_CRYPTO_DES=y
51638 -# CONFIG_CRYPTO_FCRYPT is not set
51639 -# CONFIG_CRYPTO_BLOWFISH is not set
51640 -# CONFIG_CRYPTO_TWOFISH is not set
51641 -# CONFIG_CRYPTO_SERPENT is not set
51642 -# CONFIG_CRYPTO_AES is not set
51643 -# CONFIG_CRYPTO_CAST5 is not set
51644 -# CONFIG_CRYPTO_CAST6 is not set
51645 -# CONFIG_CRYPTO_TEA is not set
51646 -# CONFIG_CRYPTO_ARC4 is not set
51647 -# CONFIG_CRYPTO_KHAZAD is not set
51648 -# CONFIG_CRYPTO_ANUBIS is not set
51649 -# CONFIG_CRYPTO_SEED is not set
51650 -# CONFIG_CRYPTO_SALSA20 is not set
51651 -# CONFIG_CRYPTO_DEFLATE is not set
51652 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
51653 -# CONFIG_CRYPTO_CRC32C is not set
51654 -# CONFIG_CRYPTO_CAMELLIA is not set
51655 -# CONFIG_CRYPTO_TEST is not set
51656 -# CONFIG_CRYPTO_AUTHENC is not set
51657 -# CONFIG_CRYPTO_LZO is not set
51658 -CONFIG_CRYPTO_HW=y
51659 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
51660 -# CONFIG_PPC_CLOCK is not set
51661 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/g5_defconfig powerpc.git/arch/powerpc/configs/g5_defconfig
51662 --- linux-2.6.25-rc9/arch/powerpc/configs/g5_defconfig  2008-04-11 22:32:29.000000000 +0200
51663 +++ powerpc.git/arch/powerpc/configs/g5_defconfig       2008-04-19 16:40:52.000000000 +0200
51664 @@ -1,7 +1,7 @@
51665  #
51666  # Automatically generated make config: don't edit
51667  # Linux kernel version: 2.6.25-rc6
51668 -# Thu Mar 20 10:36:41 2008
51669 +# Thu Mar 27 13:55:43 2008
51670  #
51671  CONFIG_PPC64=y
51672  
51673 @@ -77,8 +77,6 @@
51674  CONFIG_LOG_BUF_SHIFT=17
51675  # CONFIG_CGROUPS is not set
51676  # CONFIG_GROUP_SCHED is not set
51677 -# CONFIG_USER_SCHED is not set
51678 -# CONFIG_CGROUP_SCHED is not set
51679  CONFIG_SYSFS_DEPRECATED=y
51680  CONFIG_SYSFS_DEPRECATED_V2=y
51681  # CONFIG_RELAY is not set
51682 @@ -276,7 +274,7 @@
51683  # CONFIG_PCIEPORTBUS is not set
51684  CONFIG_ARCH_SUPPORTS_MSI=y
51685  CONFIG_PCI_MSI=y
51686 -CONFIG_PCI_LEGACY=y
51687 +# CONFIG_PCI_LEGACY is not set
51688  # CONFIG_PCI_DEBUG is not set
51689  # CONFIG_PCCARD is not set
51690  # CONFIG_HOTPLUG_PCI is not set
51691 @@ -1596,6 +1594,7 @@
51692  CONFIG_HAS_IOMEM=y
51693  CONFIG_HAS_IOPORT=y
51694  CONFIG_HAS_DMA=y
51695 +CONFIG_HAVE_LMB=y
51696  
51697  #
51698  # Kernel hacking
51699 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/iseries_defconfig powerpc.git/arch/powerpc/configs/iseries_defconfig
51700 --- linux-2.6.25-rc9/arch/powerpc/configs/iseries_defconfig     2008-04-11 22:32:29.000000000 +0200
51701 +++ powerpc.git/arch/powerpc/configs/iseries_defconfig  2008-04-19 16:40:52.000000000 +0200
51702 @@ -1,7 +1,7 @@
51703  #
51704  # Automatically generated make config: don't edit
51705  # Linux kernel version: 2.6.25-rc6
51706 -# Thu Mar 20 10:43:46 2008
51707 +# Thu Mar 27 13:55:45 2008
51708  #
51709  CONFIG_PPC64=y
51710  
51711 @@ -77,8 +77,6 @@
51712  CONFIG_LOG_BUF_SHIFT=17
51713  # CONFIG_CGROUPS is not set
51714  # CONFIG_GROUP_SCHED is not set
51715 -# CONFIG_USER_SCHED is not set
51716 -# CONFIG_CGROUP_SCHED is not set
51717  CONFIG_SYSFS_DEPRECATED=y
51718  CONFIG_SYSFS_DEPRECATED_V2=y
51719  # CONFIG_RELAY is not set
51720 @@ -261,7 +259,7 @@
51721  # CONFIG_PCIEPORTBUS is not set
51722  CONFIG_ARCH_SUPPORTS_MSI=y
51723  # CONFIG_PCI_MSI is not set
51724 -CONFIG_PCI_LEGACY=y
51725 +# CONFIG_PCI_LEGACY is not set
51726  # CONFIG_PCI_DEBUG is not set
51727  # CONFIG_PCCARD is not set
51728  # CONFIG_HOTPLUG_PCI is not set
51729 @@ -1065,6 +1063,7 @@
51730  CONFIG_HAS_IOMEM=y
51731  CONFIG_HAS_IOPORT=y
51732  CONFIG_HAS_DMA=y
51733 +CONFIG_HAVE_LMB=y
51734  
51735  #
51736  # Kernel hacking
51737 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/katmai_defconfig powerpc.git/arch/powerpc/configs/katmai_defconfig
51738 --- linux-2.6.25-rc9/arch/powerpc/configs/katmai_defconfig      2008-04-11 22:32:29.000000000 +0200
51739 +++ powerpc.git/arch/powerpc/configs/katmai_defconfig   1970-01-01 01:00:00.000000000 +0100
51740 @@ -1,790 +0,0 @@
51741 -#
51742 -# Automatically generated make config: don't edit
51743 -# Linux kernel version: 2.6.24-rc6
51744 -# Mon Dec 24 11:17:43 2007
51745 -#
51746 -# CONFIG_PPC64 is not set
51747 -
51748 -#
51749 -# Processor support
51750 -#
51751 -# CONFIG_6xx is not set
51752 -# CONFIG_PPC_85xx is not set
51753 -# CONFIG_PPC_8xx is not set
51754 -# CONFIG_40x is not set
51755 -CONFIG_44x=y
51756 -# CONFIG_E200 is not set
51757 -CONFIG_4xx=y
51758 -CONFIG_BOOKE=y
51759 -CONFIG_PTE_64BIT=y
51760 -CONFIG_PHYS_64BIT=y
51761 -# CONFIG_PPC_MM_SLICES is not set
51762 -CONFIG_NOT_COHERENT_CACHE=y
51763 -CONFIG_PPC32=y
51764 -CONFIG_WORD_SIZE=32
51765 -CONFIG_PPC_MERGE=y
51766 -CONFIG_MMU=y
51767 -CONFIG_GENERIC_CMOS_UPDATE=y
51768 -CONFIG_GENERIC_TIME=y
51769 -CONFIG_GENERIC_TIME_VSYSCALL=y
51770 -CONFIG_GENERIC_CLOCKEVENTS=y
51771 -CONFIG_GENERIC_HARDIRQS=y
51772 -CONFIG_IRQ_PER_CPU=y
51773 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
51774 -CONFIG_ARCH_HAS_ILOG2_U32=y
51775 -CONFIG_GENERIC_HWEIGHT=y
51776 -CONFIG_GENERIC_CALIBRATE_DELAY=y
51777 -CONFIG_GENERIC_FIND_NEXT_BIT=y
51778 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
51779 -CONFIG_PPC=y
51780 -CONFIG_EARLY_PRINTK=y
51781 -CONFIG_GENERIC_NVRAM=y
51782 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
51783 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
51784 -CONFIG_PPC_OF=y
51785 -CONFIG_OF=y
51786 -CONFIG_PPC_UDBG_16550=y
51787 -# CONFIG_GENERIC_TBSYNC is not set
51788 -CONFIG_AUDIT_ARCH=y
51789 -CONFIG_GENERIC_BUG=y
51790 -# CONFIG_DEFAULT_UIMAGE is not set
51791 -CONFIG_PPC_DCR_NATIVE=y
51792 -# CONFIG_PPC_DCR_MMIO is not set
51793 -CONFIG_PPC_DCR=y
51794 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
51795 -
51796 -#
51797 -# General setup
51798 -#
51799 -CONFIG_EXPERIMENTAL=y
51800 -CONFIG_BROKEN_ON_SMP=y
51801 -CONFIG_INIT_ENV_ARG_LIMIT=32
51802 -CONFIG_LOCALVERSION=""
51803 -CONFIG_LOCALVERSION_AUTO=y
51804 -CONFIG_SWAP=y
51805 -CONFIG_SYSVIPC=y
51806 -CONFIG_SYSVIPC_SYSCTL=y
51807 -CONFIG_POSIX_MQUEUE=y
51808 -# CONFIG_BSD_PROCESS_ACCT is not set
51809 -# CONFIG_TASKSTATS is not set
51810 -# CONFIG_USER_NS is not set
51811 -# CONFIG_PID_NS is not set
51812 -# CONFIG_AUDIT is not set
51813 -# CONFIG_IKCONFIG is not set
51814 -CONFIG_LOG_BUF_SHIFT=14
51815 -# CONFIG_CGROUPS is not set
51816 -CONFIG_FAIR_GROUP_SCHED=y
51817 -CONFIG_FAIR_USER_SCHED=y
51818 -# CONFIG_FAIR_CGROUP_SCHED is not set
51819 -CONFIG_SYSFS_DEPRECATED=y
51820 -# CONFIG_RELAY is not set
51821 -CONFIG_BLK_DEV_INITRD=y
51822 -CONFIG_INITRAMFS_SOURCE=""
51823 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
51824 -CONFIG_SYSCTL=y
51825 -CONFIG_EMBEDDED=y
51826 -CONFIG_SYSCTL_SYSCALL=y
51827 -CONFIG_KALLSYMS=y
51828 -# CONFIG_KALLSYMS_ALL is not set
51829 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
51830 -CONFIG_HOTPLUG=y
51831 -CONFIG_PRINTK=y
51832 -CONFIG_BUG=y
51833 -CONFIG_ELF_CORE=y
51834 -CONFIG_BASE_FULL=y
51835 -CONFIG_FUTEX=y
51836 -CONFIG_ANON_INODES=y
51837 -CONFIG_EPOLL=y
51838 -CONFIG_SIGNALFD=y
51839 -CONFIG_EVENTFD=y
51840 -CONFIG_SHMEM=y
51841 -CONFIG_VM_EVENT_COUNTERS=y
51842 -CONFIG_SLUB_DEBUG=y
51843 -# CONFIG_SLAB is not set
51844 -CONFIG_SLUB=y
51845 -# CONFIG_SLOB is not set
51846 -CONFIG_RT_MUTEXES=y
51847 -# CONFIG_TINY_SHMEM is not set
51848 -CONFIG_BASE_SMALL=0
51849 -CONFIG_MODULES=y
51850 -CONFIG_MODULE_UNLOAD=y
51851 -# CONFIG_MODULE_FORCE_UNLOAD is not set
51852 -# CONFIG_MODVERSIONS is not set
51853 -# CONFIG_MODULE_SRCVERSION_ALL is not set
51854 -CONFIG_KMOD=y
51855 -CONFIG_BLOCK=y
51856 -CONFIG_LBD=y
51857 -# CONFIG_BLK_DEV_IO_TRACE is not set
51858 -# CONFIG_LSF is not set
51859 -# CONFIG_BLK_DEV_BSG is not set
51860 -
51861 -#
51862 -# IO Schedulers
51863 -#
51864 -CONFIG_IOSCHED_NOOP=y
51865 -CONFIG_IOSCHED_AS=y
51866 -CONFIG_IOSCHED_DEADLINE=y
51867 -CONFIG_IOSCHED_CFQ=y
51868 -CONFIG_DEFAULT_AS=y
51869 -# CONFIG_DEFAULT_DEADLINE is not set
51870 -# CONFIG_DEFAULT_CFQ is not set
51871 -# CONFIG_DEFAULT_NOOP is not set
51872 -CONFIG_DEFAULT_IOSCHED="anticipatory"
51873 -CONFIG_PPC4xx_PCI_EXPRESS=y
51874 -
51875 -#
51876 -# Platform support
51877 -#
51878 -# CONFIG_PPC_MPC52xx is not set
51879 -# CONFIG_PPC_MPC5200 is not set
51880 -# CONFIG_PPC_CELL is not set
51881 -# CONFIG_PPC_CELL_NATIVE is not set
51882 -# CONFIG_PQ2ADS is not set
51883 -# CONFIG_BAMBOO is not set
51884 -# CONFIG_EBONY is not set
51885 -# CONFIG_SEQUOIA is not set
51886 -# CONFIG_TAISHAN is not set
51887 -CONFIG_KATMAI=y
51888 -# CONFIG_RAINIER is not set
51889 -CONFIG_440SPe=y
51890 -# CONFIG_MPIC is not set
51891 -# CONFIG_MPIC_WEIRD is not set
51892 -# CONFIG_PPC_I8259 is not set
51893 -# CONFIG_PPC_RTAS is not set
51894 -# CONFIG_MMIO_NVRAM is not set
51895 -# CONFIG_PPC_MPC106 is not set
51896 -# CONFIG_PPC_970_NAP is not set
51897 -# CONFIG_PPC_INDIRECT_IO is not set
51898 -# CONFIG_GENERIC_IOMAP is not set
51899 -# CONFIG_CPU_FREQ is not set
51900 -# CONFIG_CPM2 is not set
51901 -# CONFIG_FSL_ULI1575 is not set
51902 -
51903 -#
51904 -# Kernel options
51905 -#
51906 -# CONFIG_HIGHMEM is not set
51907 -# CONFIG_TICK_ONESHOT is not set
51908 -# CONFIG_NO_HZ is not set
51909 -# CONFIG_HIGH_RES_TIMERS is not set
51910 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
51911 -# CONFIG_HZ_100 is not set
51912 -CONFIG_HZ_250=y
51913 -# CONFIG_HZ_300 is not set
51914 -# CONFIG_HZ_1000 is not set
51915 -CONFIG_HZ=250
51916 -CONFIG_PREEMPT_NONE=y
51917 -# CONFIG_PREEMPT_VOLUNTARY is not set
51918 -# CONFIG_PREEMPT is not set
51919 -CONFIG_BINFMT_ELF=y
51920 -# CONFIG_BINFMT_MISC is not set
51921 -# CONFIG_MATH_EMULATION is not set
51922 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
51923 -CONFIG_ARCH_FLATMEM_ENABLE=y
51924 -CONFIG_ARCH_POPULATES_NODE_MAP=y
51925 -CONFIG_SELECT_MEMORY_MODEL=y
51926 -CONFIG_FLATMEM_MANUAL=y
51927 -# CONFIG_DISCONTIGMEM_MANUAL is not set
51928 -# CONFIG_SPARSEMEM_MANUAL is not set
51929 -CONFIG_FLATMEM=y
51930 -CONFIG_FLAT_NODE_MEM_MAP=y
51931 -# CONFIG_SPARSEMEM_STATIC is not set
51932 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
51933 -CONFIG_SPLIT_PTLOCK_CPUS=4
51934 -CONFIG_RESOURCES_64BIT=y
51935 -CONFIG_ZONE_DMA_FLAG=1
51936 -CONFIG_BOUNCE=y
51937 -CONFIG_VIRT_TO_BUS=y
51938 -CONFIG_PROC_DEVICETREE=y
51939 -CONFIG_CMDLINE_BOOL=y
51940 -CONFIG_CMDLINE=""
51941 -CONFIG_SECCOMP=y
51942 -CONFIG_WANT_DEVICE_TREE=y
51943 -CONFIG_DEVICE_TREE="katmai.dts"
51944 -CONFIG_ISA_DMA_API=y
51945 -
51946 -#
51947 -# Bus options
51948 -#
51949 -CONFIG_ZONE_DMA=y
51950 -CONFIG_PPC_INDIRECT_PCI=y
51951 -CONFIG_PCI=y
51952 -CONFIG_PCI_DOMAINS=y
51953 -CONFIG_PCI_SYSCALL=y
51954 -# CONFIG_PCIEPORTBUS is not set
51955 -CONFIG_ARCH_SUPPORTS_MSI=y
51956 -# CONFIG_PCI_MSI is not set
51957 -CONFIG_PCI_LEGACY=y
51958 -# CONFIG_PCI_DEBUG is not set
51959 -# CONFIG_PCCARD is not set
51960 -# CONFIG_HOTPLUG_PCI is not set
51961 -
51962 -#
51963 -# Advanced setup
51964 -#
51965 -# CONFIG_ADVANCED_OPTIONS is not set
51966 -
51967 -#
51968 -# Default settings for advanced configuration options are used
51969 -#
51970 -CONFIG_HIGHMEM_START=0xfe000000
51971 -CONFIG_LOWMEM_SIZE=0x30000000
51972 -CONFIG_KERNEL_START=0xc0000000
51973 -CONFIG_TASK_SIZE=0xc0000000
51974 -CONFIG_CONSISTENT_START=0xff100000
51975 -CONFIG_CONSISTENT_SIZE=0x00200000
51976 -CONFIG_BOOT_LOAD=0x01000000
51977 -
51978 -#
51979 -# Networking
51980 -#
51981 -CONFIG_NET=y
51982 -
51983 -#
51984 -# Networking options
51985 -#
51986 -CONFIG_PACKET=y
51987 -# CONFIG_PACKET_MMAP is not set
51988 -CONFIG_UNIX=y
51989 -# CONFIG_NET_KEY is not set
51990 -CONFIG_INET=y
51991 -# CONFIG_IP_MULTICAST is not set
51992 -# CONFIG_IP_ADVANCED_ROUTER is not set
51993 -CONFIG_IP_FIB_HASH=y
51994 -CONFIG_IP_PNP=y
51995 -CONFIG_IP_PNP_DHCP=y
51996 -CONFIG_IP_PNP_BOOTP=y
51997 -# CONFIG_IP_PNP_RARP is not set
51998 -# CONFIG_NET_IPIP is not set
51999 -# CONFIG_NET_IPGRE is not set
52000 -# CONFIG_ARPD is not set
52001 -# CONFIG_SYN_COOKIES is not set
52002 -# CONFIG_INET_AH is not set
52003 -# CONFIG_INET_ESP is not set
52004 -# CONFIG_INET_IPCOMP is not set
52005 -# CONFIG_INET_XFRM_TUNNEL is not set
52006 -# CONFIG_INET_TUNNEL is not set
52007 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
52008 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
52009 -# CONFIG_INET_XFRM_MODE_BEET is not set
52010 -# CONFIG_INET_LRO is not set
52011 -CONFIG_INET_DIAG=y
52012 -CONFIG_INET_TCP_DIAG=y
52013 -# CONFIG_TCP_CONG_ADVANCED is not set
52014 -CONFIG_TCP_CONG_CUBIC=y
52015 -CONFIG_DEFAULT_TCP_CONG="cubic"
52016 -# CONFIG_TCP_MD5SIG is not set
52017 -# CONFIG_IPV6 is not set
52018 -# CONFIG_INET6_XFRM_TUNNEL is not set
52019 -# CONFIG_INET6_TUNNEL is not set
52020 -# CONFIG_NETWORK_SECMARK is not set
52021 -# CONFIG_NETFILTER is not set
52022 -# CONFIG_IP_DCCP is not set
52023 -# CONFIG_IP_SCTP is not set
52024 -# CONFIG_TIPC is not set
52025 -# CONFIG_ATM is not set
52026 -# CONFIG_BRIDGE is not set
52027 -# CONFIG_VLAN_8021Q is not set
52028 -# CONFIG_DECNET is not set
52029 -# CONFIG_LLC2 is not set
52030 -# CONFIG_IPX is not set
52031 -# CONFIG_ATALK is not set
52032 -# CONFIG_X25 is not set
52033 -# CONFIG_LAPB is not set
52034 -# CONFIG_ECONET is not set
52035 -# CONFIG_WAN_ROUTER is not set
52036 -# CONFIG_NET_SCHED is not set
52037 -
52038 -#
52039 -# Network testing
52040 -#
52041 -# CONFIG_NET_PKTGEN is not set
52042 -# CONFIG_HAMRADIO is not set
52043 -# CONFIG_IRDA is not set
52044 -# CONFIG_BT is not set
52045 -# CONFIG_AF_RXRPC is not set
52046 -
52047 -#
52048 -# Wireless
52049 -#
52050 -# CONFIG_CFG80211 is not set
52051 -# CONFIG_WIRELESS_EXT is not set
52052 -# CONFIG_MAC80211 is not set
52053 -# CONFIG_IEEE80211 is not set
52054 -# CONFIG_RFKILL is not set
52055 -# CONFIG_NET_9P is not set
52056 -
52057 -#
52058 -# Device Drivers
52059 -#
52060 -
52061 -#
52062 -# Generic Driver Options
52063 -#
52064 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
52065 -CONFIG_STANDALONE=y
52066 -CONFIG_PREVENT_FIRMWARE_BUILD=y
52067 -CONFIG_FW_LOADER=y
52068 -# CONFIG_DEBUG_DRIVER is not set
52069 -# CONFIG_DEBUG_DEVRES is not set
52070 -# CONFIG_SYS_HYPERVISOR is not set
52071 -CONFIG_CONNECTOR=y
52072 -CONFIG_PROC_EVENTS=y
52073 -# CONFIG_MTD is not set
52074 -CONFIG_OF_DEVICE=y
52075 -# CONFIG_PARPORT is not set
52076 -CONFIG_BLK_DEV=y
52077 -# CONFIG_BLK_DEV_FD is not set
52078 -# CONFIG_BLK_CPQ_DA is not set
52079 -# CONFIG_BLK_CPQ_CISS_DA is not set
52080 -# CONFIG_BLK_DEV_DAC960 is not set
52081 -# CONFIG_BLK_DEV_UMEM is not set
52082 -# CONFIG_BLK_DEV_COW_COMMON is not set
52083 -# CONFIG_BLK_DEV_LOOP is not set
52084 -# CONFIG_BLK_DEV_NBD is not set
52085 -# CONFIG_BLK_DEV_SX8 is not set
52086 -CONFIG_BLK_DEV_RAM=y
52087 -CONFIG_BLK_DEV_RAM_COUNT=16
52088 -CONFIG_BLK_DEV_RAM_SIZE=35000
52089 -CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
52090 -# CONFIG_CDROM_PKTCDVD is not set
52091 -# CONFIG_ATA_OVER_ETH is not set
52092 -# CONFIG_XILINX_SYSACE is not set
52093 -CONFIG_MISC_DEVICES=y
52094 -# CONFIG_PHANTOM is not set
52095 -# CONFIG_EEPROM_93CX6 is not set
52096 -# CONFIG_SGI_IOC4 is not set
52097 -# CONFIG_TIFM_CORE is not set
52098 -# CONFIG_IDE is not set
52099 -
52100 -#
52101 -# SCSI device support
52102 -#
52103 -# CONFIG_RAID_ATTRS is not set
52104 -# CONFIG_SCSI is not set
52105 -# CONFIG_SCSI_DMA is not set
52106 -# CONFIG_SCSI_NETLINK is not set
52107 -# CONFIG_ATA is not set
52108 -# CONFIG_MD is not set
52109 -# CONFIG_FUSION is not set
52110 -
52111 -#
52112 -# IEEE 1394 (FireWire) support
52113 -#
52114 -# CONFIG_FIREWIRE is not set
52115 -# CONFIG_IEEE1394 is not set
52116 -# CONFIG_I2O is not set
52117 -CONFIG_MACINTOSH_DRIVERS=y
52118 -# CONFIG_MAC_EMUMOUSEBTN is not set
52119 -# CONFIG_WINDFARM is not set
52120 -CONFIG_NETDEVICES=y
52121 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
52122 -# CONFIG_DUMMY is not set
52123 -# CONFIG_BONDING is not set
52124 -# CONFIG_MACVLAN is not set
52125 -# CONFIG_EQUALIZER is not set
52126 -# CONFIG_TUN is not set
52127 -# CONFIG_VETH is not set
52128 -# CONFIG_IP1000 is not set
52129 -# CONFIG_ARCNET is not set
52130 -# CONFIG_PHYLIB is not set
52131 -CONFIG_NET_ETHERNET=y
52132 -# CONFIG_MII is not set
52133 -# CONFIG_HAPPYMEAL is not set
52134 -# CONFIG_SUNGEM is not set
52135 -# CONFIG_CASSINI is not set
52136 -# CONFIG_NET_VENDOR_3COM is not set
52137 -# CONFIG_NET_TULIP is not set
52138 -# CONFIG_HP100 is not set
52139 -CONFIG_IBM_NEW_EMAC=y
52140 -CONFIG_IBM_NEW_EMAC_RXB=128
52141 -CONFIG_IBM_NEW_EMAC_TXB=64
52142 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
52143 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
52144 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
52145 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
52146 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
52147 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
52148 -# CONFIG_IBM_NEW_EMAC_TAH is not set
52149 -CONFIG_IBM_NEW_EMAC_EMAC4=y
52150 -# CONFIG_NET_PCI is not set
52151 -# CONFIG_B44 is not set
52152 -CONFIG_NETDEV_1000=y
52153 -# CONFIG_ACENIC is not set
52154 -# CONFIG_DL2K is not set
52155 -# CONFIG_E1000 is not set
52156 -# CONFIG_E1000E is not set
52157 -# CONFIG_NS83820 is not set
52158 -# CONFIG_HAMACHI is not set
52159 -# CONFIG_YELLOWFIN is not set
52160 -# CONFIG_R8169 is not set
52161 -# CONFIG_SIS190 is not set
52162 -# CONFIG_SKGE is not set
52163 -# CONFIG_SKY2 is not set
52164 -# CONFIG_SK98LIN is not set
52165 -# CONFIG_VIA_VELOCITY is not set
52166 -# CONFIG_TIGON3 is not set
52167 -# CONFIG_BNX2 is not set
52168 -# CONFIG_QLA3XXX is not set
52169 -# CONFIG_ATL1 is not set
52170 -CONFIG_NETDEV_10000=y
52171 -# CONFIG_CHELSIO_T1 is not set
52172 -# CONFIG_CHELSIO_T3 is not set
52173 -# CONFIG_IXGBE is not set
52174 -# CONFIG_IXGB is not set
52175 -# CONFIG_S2IO is not set
52176 -# CONFIG_MYRI10GE is not set
52177 -# CONFIG_NETXEN_NIC is not set
52178 -# CONFIG_NIU is not set
52179 -# CONFIG_MLX4_CORE is not set
52180 -# CONFIG_TEHUTI is not set
52181 -# CONFIG_TR is not set
52182 -
52183 -#
52184 -# Wireless LAN
52185 -#
52186 -# CONFIG_WLAN_PRE80211 is not set
52187 -# CONFIG_WLAN_80211 is not set
52188 -# CONFIG_WAN is not set
52189 -# CONFIG_FDDI is not set
52190 -# CONFIG_HIPPI is not set
52191 -# CONFIG_PPP is not set
52192 -# CONFIG_SLIP is not set
52193 -# CONFIG_SHAPER is not set
52194 -# CONFIG_NETCONSOLE is not set
52195 -# CONFIG_NETPOLL is not set
52196 -# CONFIG_NET_POLL_CONTROLLER is not set
52197 -# CONFIG_ISDN is not set
52198 -# CONFIG_PHONE is not set
52199 -
52200 -#
52201 -# Input device support
52202 -#
52203 -# CONFIG_INPUT is not set
52204 -
52205 -#
52206 -# Hardware I/O ports
52207 -#
52208 -# CONFIG_SERIO is not set
52209 -# CONFIG_GAMEPORT is not set
52210 -
52211 -#
52212 -# Character devices
52213 -#
52214 -# CONFIG_VT is not set
52215 -# CONFIG_SERIAL_NONSTANDARD is not set
52216 -
52217 -#
52218 -# Serial drivers
52219 -#
52220 -CONFIG_SERIAL_8250=y
52221 -CONFIG_SERIAL_8250_CONSOLE=y
52222 -# CONFIG_SERIAL_8250_PCI is not set
52223 -CONFIG_SERIAL_8250_NR_UARTS=4
52224 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
52225 -CONFIG_SERIAL_8250_EXTENDED=y
52226 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
52227 -CONFIG_SERIAL_8250_SHARE_IRQ=y
52228 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
52229 -# CONFIG_SERIAL_8250_RSA is not set
52230 -
52231 -#
52232 -# Non-8250 serial port support
52233 -#
52234 -# CONFIG_SERIAL_UARTLITE is not set
52235 -CONFIG_SERIAL_CORE=y
52236 -CONFIG_SERIAL_CORE_CONSOLE=y
52237 -# CONFIG_SERIAL_JSM is not set
52238 -CONFIG_SERIAL_OF_PLATFORM=y
52239 -CONFIG_UNIX98_PTYS=y
52240 -CONFIG_LEGACY_PTYS=y
52241 -CONFIG_LEGACY_PTY_COUNT=256
52242 -# CONFIG_IPMI_HANDLER is not set
52243 -# CONFIG_HW_RANDOM is not set
52244 -# CONFIG_NVRAM is not set
52245 -# CONFIG_GEN_RTC is not set
52246 -# CONFIG_R3964 is not set
52247 -# CONFIG_APPLICOM is not set
52248 -# CONFIG_RAW_DRIVER is not set
52249 -# CONFIG_TCG_TPM is not set
52250 -CONFIG_DEVPORT=y
52251 -# CONFIG_I2C is not set
52252 -
52253 -#
52254 -# SPI support
52255 -#
52256 -# CONFIG_SPI is not set
52257 -# CONFIG_SPI_MASTER is not set
52258 -# CONFIG_W1 is not set
52259 -# CONFIG_POWER_SUPPLY is not set
52260 -# CONFIG_HWMON is not set
52261 -# CONFIG_WATCHDOG is not set
52262 -
52263 -#
52264 -# Sonics Silicon Backplane
52265 -#
52266 -CONFIG_SSB_POSSIBLE=y
52267 -# CONFIG_SSB is not set
52268 -
52269 -#
52270 -# Multifunction device drivers
52271 -#
52272 -# CONFIG_MFD_SM501 is not set
52273 -
52274 -#
52275 -# Multimedia devices
52276 -#
52277 -# CONFIG_VIDEO_DEV is not set
52278 -# CONFIG_DVB_CORE is not set
52279 -CONFIG_DAB=y
52280 -
52281 -#
52282 -# Graphics support
52283 -#
52284 -# CONFIG_AGP is not set
52285 -# CONFIG_DRM is not set
52286 -# CONFIG_VGASTATE is not set
52287 -CONFIG_VIDEO_OUTPUT_CONTROL=m
52288 -# CONFIG_FB is not set
52289 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
52290 -
52291 -#
52292 -# Display device support
52293 -#
52294 -# CONFIG_DISPLAY_SUPPORT is not set
52295 -
52296 -#
52297 -# Sound
52298 -#
52299 -# CONFIG_SOUND is not set
52300 -CONFIG_USB_SUPPORT=y
52301 -CONFIG_USB_ARCH_HAS_HCD=y
52302 -CONFIG_USB_ARCH_HAS_OHCI=y
52303 -CONFIG_USB_ARCH_HAS_EHCI=y
52304 -# CONFIG_USB is not set
52305 -
52306 -#
52307 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
52308 -#
52309 -
52310 -#
52311 -# USB Gadget Support
52312 -#
52313 -# CONFIG_USB_GADGET is not set
52314 -# CONFIG_MMC is not set
52315 -# CONFIG_NEW_LEDS is not set
52316 -# CONFIG_INFINIBAND is not set
52317 -# CONFIG_EDAC is not set
52318 -# CONFIG_RTC_CLASS is not set
52319 -
52320 -#
52321 -# Userspace I/O
52322 -#
52323 -# CONFIG_UIO is not set
52324 -
52325 -#
52326 -# File systems
52327 -#
52328 -CONFIG_EXT2_FS=y
52329 -# CONFIG_EXT2_FS_XATTR is not set
52330 -# CONFIG_EXT2_FS_XIP is not set
52331 -# CONFIG_EXT3_FS is not set
52332 -# CONFIG_EXT4DEV_FS is not set
52333 -# CONFIG_REISERFS_FS is not set
52334 -# CONFIG_JFS_FS is not set
52335 -# CONFIG_FS_POSIX_ACL is not set
52336 -# CONFIG_XFS_FS is not set
52337 -# CONFIG_GFS2_FS is not set
52338 -# CONFIG_OCFS2_FS is not set
52339 -# CONFIG_MINIX_FS is not set
52340 -# CONFIG_ROMFS_FS is not set
52341 -CONFIG_INOTIFY=y
52342 -CONFIG_INOTIFY_USER=y
52343 -# CONFIG_QUOTA is not set
52344 -CONFIG_DNOTIFY=y
52345 -# CONFIG_AUTOFS_FS is not set
52346 -# CONFIG_AUTOFS4_FS is not set
52347 -# CONFIG_FUSE_FS is not set
52348 -
52349 -#
52350 -# CD-ROM/DVD Filesystems
52351 -#
52352 -# CONFIG_ISO9660_FS is not set
52353 -# CONFIG_UDF_FS is not set
52354 -
52355 -#
52356 -# DOS/FAT/NT Filesystems
52357 -#
52358 -# CONFIG_MSDOS_FS is not set
52359 -# CONFIG_VFAT_FS is not set
52360 -# CONFIG_NTFS_FS is not set
52361 -
52362 -#
52363 -# Pseudo filesystems
52364 -#
52365 -CONFIG_PROC_FS=y
52366 -CONFIG_PROC_KCORE=y
52367 -CONFIG_PROC_SYSCTL=y
52368 -CONFIG_SYSFS=y
52369 -CONFIG_TMPFS=y
52370 -# CONFIG_TMPFS_POSIX_ACL is not set
52371 -# CONFIG_HUGETLB_PAGE is not set
52372 -# CONFIG_CONFIGFS_FS is not set
52373 -
52374 -#
52375 -# Miscellaneous filesystems
52376 -#
52377 -# CONFIG_ADFS_FS is not set
52378 -# CONFIG_AFFS_FS is not set
52379 -# CONFIG_HFS_FS is not set
52380 -# CONFIG_HFSPLUS_FS is not set
52381 -# CONFIG_BEFS_FS is not set
52382 -# CONFIG_BFS_FS is not set
52383 -# CONFIG_EFS_FS is not set
52384 -CONFIG_CRAMFS=y
52385 -# CONFIG_VXFS_FS is not set
52386 -# CONFIG_HPFS_FS is not set
52387 -# CONFIG_QNX4FS_FS is not set
52388 -# CONFIG_SYSV_FS is not set
52389 -# CONFIG_UFS_FS is not set
52390 -CONFIG_NETWORK_FILESYSTEMS=y
52391 -CONFIG_NFS_FS=y
52392 -CONFIG_NFS_V3=y
52393 -# CONFIG_NFS_V3_ACL is not set
52394 -# CONFIG_NFS_V4 is not set
52395 -# CONFIG_NFS_DIRECTIO is not set
52396 -# CONFIG_NFSD is not set
52397 -CONFIG_ROOT_NFS=y
52398 -CONFIG_LOCKD=y
52399 -CONFIG_LOCKD_V4=y
52400 -CONFIG_NFS_COMMON=y
52401 -CONFIG_SUNRPC=y
52402 -# CONFIG_SUNRPC_BIND34 is not set
52403 -# CONFIG_RPCSEC_GSS_KRB5 is not set
52404 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
52405 -# CONFIG_SMB_FS is not set
52406 -# CONFIG_CIFS is not set
52407 -# CONFIG_NCP_FS is not set
52408 -# CONFIG_CODA_FS is not set
52409 -# CONFIG_AFS_FS is not set
52410 -
52411 -#
52412 -# Partition Types
52413 -#
52414 -# CONFIG_PARTITION_ADVANCED is not set
52415 -CONFIG_MSDOS_PARTITION=y
52416 -# CONFIG_NLS is not set
52417 -# CONFIG_DLM is not set
52418 -# CONFIG_UCC_SLOW is not set
52419 -
52420 -#
52421 -# Library routines
52422 -#
52423 -CONFIG_BITREVERSE=y
52424 -# CONFIG_CRC_CCITT is not set
52425 -# CONFIG_CRC16 is not set
52426 -# CONFIG_CRC_ITU_T is not set
52427 -CONFIG_CRC32=y
52428 -# CONFIG_CRC7 is not set
52429 -# CONFIG_LIBCRC32C is not set
52430 -CONFIG_ZLIB_INFLATE=y
52431 -CONFIG_PLIST=y
52432 -CONFIG_HAS_IOMEM=y
52433 -CONFIG_HAS_IOPORT=y
52434 -CONFIG_HAS_DMA=y
52435 -CONFIG_INSTRUMENTATION=y
52436 -# CONFIG_PROFILING is not set
52437 -# CONFIG_KPROBES is not set
52438 -# CONFIG_MARKERS is not set
52439 -
52440 -#
52441 -# Kernel hacking
52442 -#
52443 -# CONFIG_PRINTK_TIME is not set
52444 -CONFIG_ENABLE_WARN_DEPRECATED=y
52445 -CONFIG_ENABLE_MUST_CHECK=y
52446 -CONFIG_MAGIC_SYSRQ=y
52447 -# CONFIG_UNUSED_SYMBOLS is not set
52448 -# CONFIG_DEBUG_FS is not set
52449 -# CONFIG_HEADERS_CHECK is not set
52450 -CONFIG_DEBUG_KERNEL=y
52451 -# CONFIG_DEBUG_SHIRQ is not set
52452 -CONFIG_DETECT_SOFTLOCKUP=y
52453 -CONFIG_SCHED_DEBUG=y
52454 -# CONFIG_SCHEDSTATS is not set
52455 -# CONFIG_TIMER_STATS is not set
52456 -# CONFIG_SLUB_DEBUG_ON is not set
52457 -# CONFIG_DEBUG_RT_MUTEXES is not set
52458 -# CONFIG_RT_MUTEX_TESTER is not set
52459 -# CONFIG_DEBUG_SPINLOCK is not set
52460 -# CONFIG_DEBUG_MUTEXES is not set
52461 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
52462 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
52463 -# CONFIG_DEBUG_KOBJECT is not set
52464 -# CONFIG_DEBUG_BUGVERBOSE is not set
52465 -# CONFIG_DEBUG_INFO is not set
52466 -# CONFIG_DEBUG_VM is not set
52467 -# CONFIG_DEBUG_LIST is not set
52468 -# CONFIG_DEBUG_SG is not set
52469 -CONFIG_FORCED_INLINING=y
52470 -# CONFIG_BOOT_PRINTK_DELAY is not set
52471 -# CONFIG_RCU_TORTURE_TEST is not set
52472 -# CONFIG_FAULT_INJECTION is not set
52473 -# CONFIG_SAMPLES is not set
52474 -# CONFIG_DEBUG_STACKOVERFLOW is not set
52475 -# CONFIG_DEBUG_STACK_USAGE is not set
52476 -# CONFIG_DEBUG_PAGEALLOC is not set
52477 -CONFIG_DEBUGGER=y
52478 -# CONFIG_KGDB is not set
52479 -# CONFIG_XMON is not set
52480 -# CONFIG_BDI_SWITCH is not set
52481 -# CONFIG_PPC_EARLY_DEBUG is not set
52482 -
52483 -#
52484 -# Security options
52485 -#
52486 -# CONFIG_KEYS is not set
52487 -# CONFIG_SECURITY is not set
52488 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
52489 -CONFIG_CRYPTO=y
52490 -CONFIG_CRYPTO_ALGAPI=y
52491 -CONFIG_CRYPTO_BLKCIPHER=y
52492 -CONFIG_CRYPTO_MANAGER=y
52493 -# CONFIG_CRYPTO_HMAC is not set
52494 -# CONFIG_CRYPTO_XCBC is not set
52495 -# CONFIG_CRYPTO_NULL is not set
52496 -# CONFIG_CRYPTO_MD4 is not set
52497 -CONFIG_CRYPTO_MD5=y
52498 -# CONFIG_CRYPTO_SHA1 is not set
52499 -# CONFIG_CRYPTO_SHA256 is not set
52500 -# CONFIG_CRYPTO_SHA512 is not set
52501 -# CONFIG_CRYPTO_WP512 is not set
52502 -# CONFIG_CRYPTO_TGR192 is not set
52503 -# CONFIG_CRYPTO_GF128MUL is not set
52504 -CONFIG_CRYPTO_ECB=y
52505 -CONFIG_CRYPTO_CBC=y
52506 -CONFIG_CRYPTO_PCBC=y
52507 -# CONFIG_CRYPTO_LRW is not set
52508 -# CONFIG_CRYPTO_XTS is not set
52509 -# CONFIG_CRYPTO_CRYPTD is not set
52510 -CONFIG_CRYPTO_DES=y
52511 -# CONFIG_CRYPTO_FCRYPT is not set
52512 -# CONFIG_CRYPTO_BLOWFISH is not set
52513 -# CONFIG_CRYPTO_TWOFISH is not set
52514 -# CONFIG_CRYPTO_SERPENT is not set
52515 -# CONFIG_CRYPTO_AES is not set
52516 -# CONFIG_CRYPTO_CAST5 is not set
52517 -# CONFIG_CRYPTO_CAST6 is not set
52518 -# CONFIG_CRYPTO_TEA is not set
52519 -# CONFIG_CRYPTO_ARC4 is not set
52520 -# CONFIG_CRYPTO_KHAZAD is not set
52521 -# CONFIG_CRYPTO_ANUBIS is not set
52522 -# CONFIG_CRYPTO_SEED is not set
52523 -# CONFIG_CRYPTO_DEFLATE is not set
52524 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
52525 -# CONFIG_CRYPTO_CRC32C is not set
52526 -# CONFIG_CRYPTO_CAMELLIA is not set
52527 -# CONFIG_CRYPTO_TEST is not set
52528 -# CONFIG_CRYPTO_AUTHENC is not set
52529 -CONFIG_CRYPTO_HW=y
52530 -# CONFIG_PPC_CLOCK is not set
52531 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/kilauea_defconfig powerpc.git/arch/powerpc/configs/kilauea_defconfig
52532 --- linux-2.6.25-rc9/arch/powerpc/configs/kilauea_defconfig     2008-04-11 22:32:29.000000000 +0200
52533 +++ powerpc.git/arch/powerpc/configs/kilauea_defconfig  1970-01-01 01:00:00.000000000 +0100
52534 @@ -1,839 +0,0 @@
52535 -#
52536 -# Automatically generated make config: don't edit
52537 -# Linux kernel version: 2.6.25-rc2
52538 -# Fri Feb 15 21:51:43 2008
52539 -#
52540 -# CONFIG_PPC64 is not set
52541 -
52542 -#
52543 -# Processor support
52544 -#
52545 -# CONFIG_6xx is not set
52546 -# CONFIG_PPC_85xx is not set
52547 -# CONFIG_PPC_8xx is not set
52548 -CONFIG_40x=y
52549 -# CONFIG_44x is not set
52550 -# CONFIG_E200 is not set
52551 -CONFIG_4xx=y
52552 -# CONFIG_PPC_MM_SLICES is not set
52553 -CONFIG_NOT_COHERENT_CACHE=y
52554 -CONFIG_PPC32=y
52555 -CONFIG_WORD_SIZE=32
52556 -CONFIG_PPC_MERGE=y
52557 -CONFIG_MMU=y
52558 -CONFIG_GENERIC_CMOS_UPDATE=y
52559 -CONFIG_GENERIC_TIME=y
52560 -CONFIG_GENERIC_TIME_VSYSCALL=y
52561 -CONFIG_GENERIC_CLOCKEVENTS=y
52562 -CONFIG_GENERIC_HARDIRQS=y
52563 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
52564 -CONFIG_IRQ_PER_CPU=y
52565 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
52566 -CONFIG_ARCH_HAS_ILOG2_U32=y
52567 -CONFIG_GENERIC_HWEIGHT=y
52568 -CONFIG_GENERIC_CALIBRATE_DELAY=y
52569 -CONFIG_GENERIC_FIND_NEXT_BIT=y
52570 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
52571 -CONFIG_PPC=y
52572 -CONFIG_EARLY_PRINTK=y
52573 -CONFIG_GENERIC_NVRAM=y
52574 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
52575 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
52576 -CONFIG_PPC_OF=y
52577 -CONFIG_OF=y
52578 -CONFIG_PPC_UDBG_16550=y
52579 -# CONFIG_GENERIC_TBSYNC is not set
52580 -CONFIG_AUDIT_ARCH=y
52581 -CONFIG_GENERIC_BUG=y
52582 -# CONFIG_DEFAULT_UIMAGE is not set
52583 -CONFIG_PPC_DCR_NATIVE=y
52584 -# CONFIG_PPC_DCR_MMIO is not set
52585 -CONFIG_PPC_DCR=y
52586 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
52587 -
52588 -#
52589 -# General setup
52590 -#
52591 -CONFIG_EXPERIMENTAL=y
52592 -CONFIG_BROKEN_ON_SMP=y
52593 -CONFIG_INIT_ENV_ARG_LIMIT=32
52594 -CONFIG_LOCALVERSION=""
52595 -CONFIG_LOCALVERSION_AUTO=y
52596 -CONFIG_SWAP=y
52597 -CONFIG_SYSVIPC=y
52598 -CONFIG_SYSVIPC_SYSCTL=y
52599 -CONFIG_POSIX_MQUEUE=y
52600 -# CONFIG_BSD_PROCESS_ACCT is not set
52601 -# CONFIG_TASKSTATS is not set
52602 -# CONFIG_AUDIT is not set
52603 -# CONFIG_IKCONFIG is not set
52604 -CONFIG_LOG_BUF_SHIFT=14
52605 -# CONFIG_CGROUPS is not set
52606 -CONFIG_GROUP_SCHED=y
52607 -# CONFIG_FAIR_GROUP_SCHED is not set
52608 -# CONFIG_RT_GROUP_SCHED is not set
52609 -CONFIG_USER_SCHED=y
52610 -# CONFIG_CGROUP_SCHED is not set
52611 -CONFIG_SYSFS_DEPRECATED=y
52612 -# CONFIG_RELAY is not set
52613 -# CONFIG_NAMESPACES is not set
52614 -CONFIG_BLK_DEV_INITRD=y
52615 -CONFIG_INITRAMFS_SOURCE=""
52616 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
52617 -CONFIG_SYSCTL=y
52618 -CONFIG_EMBEDDED=y
52619 -CONFIG_SYSCTL_SYSCALL=y
52620 -CONFIG_KALLSYMS=y
52621 -CONFIG_KALLSYMS_ALL=y
52622 -CONFIG_KALLSYMS_EXTRA_PASS=y
52623 -CONFIG_HOTPLUG=y
52624 -CONFIG_PRINTK=y
52625 -CONFIG_BUG=y
52626 -CONFIG_ELF_CORE=y
52627 -CONFIG_COMPAT_BRK=y
52628 -CONFIG_BASE_FULL=y
52629 -CONFIG_FUTEX=y
52630 -CONFIG_ANON_INODES=y
52631 -CONFIG_EPOLL=y
52632 -CONFIG_SIGNALFD=y
52633 -CONFIG_TIMERFD=y
52634 -CONFIG_EVENTFD=y
52635 -CONFIG_SHMEM=y
52636 -CONFIG_VM_EVENT_COUNTERS=y
52637 -CONFIG_SLUB_DEBUG=y
52638 -# CONFIG_SLAB is not set
52639 -CONFIG_SLUB=y
52640 -# CONFIG_SLOB is not set
52641 -# CONFIG_PROFILING is not set
52642 -# CONFIG_MARKERS is not set
52643 -CONFIG_HAVE_OPROFILE=y
52644 -# CONFIG_KPROBES is not set
52645 -CONFIG_HAVE_KPROBES=y
52646 -CONFIG_PROC_PAGE_MONITOR=y
52647 -CONFIG_SLABINFO=y
52648 -CONFIG_RT_MUTEXES=y
52649 -# CONFIG_TINY_SHMEM is not set
52650 -CONFIG_BASE_SMALL=0
52651 -CONFIG_MODULES=y
52652 -CONFIG_MODULE_UNLOAD=y
52653 -# CONFIG_MODULE_FORCE_UNLOAD is not set
52654 -# CONFIG_MODVERSIONS is not set
52655 -# CONFIG_MODULE_SRCVERSION_ALL is not set
52656 -CONFIG_KMOD=y
52657 -CONFIG_BLOCK=y
52658 -CONFIG_LBD=y
52659 -# CONFIG_BLK_DEV_IO_TRACE is not set
52660 -# CONFIG_LSF is not set
52661 -# CONFIG_BLK_DEV_BSG is not set
52662 -
52663 -#
52664 -# IO Schedulers
52665 -#
52666 -CONFIG_IOSCHED_NOOP=y
52667 -CONFIG_IOSCHED_AS=y
52668 -CONFIG_IOSCHED_DEADLINE=y
52669 -CONFIG_IOSCHED_CFQ=y
52670 -CONFIG_DEFAULT_AS=y
52671 -# CONFIG_DEFAULT_DEADLINE is not set
52672 -# CONFIG_DEFAULT_CFQ is not set
52673 -# CONFIG_DEFAULT_NOOP is not set
52674 -CONFIG_DEFAULT_IOSCHED="anticipatory"
52675 -CONFIG_CLASSIC_RCU=y
52676 -# CONFIG_PREEMPT_RCU is not set
52677 -CONFIG_PPC4xx_PCI_EXPRESS=y
52678 -
52679 -#
52680 -# Platform support
52681 -#
52682 -# CONFIG_PPC_MPC512x is not set
52683 -# CONFIG_PPC_MPC5121 is not set
52684 -# CONFIG_PPC_CELL is not set
52685 -# CONFIG_PPC_CELL_NATIVE is not set
52686 -# CONFIG_PQ2ADS is not set
52687 -# CONFIG_EP405 is not set
52688 -CONFIG_KILAUEA=y
52689 -# CONFIG_MAKALU is not set
52690 -# CONFIG_WALNUT is not set
52691 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
52692 -CONFIG_405EX=y
52693 -# CONFIG_IPIC is not set
52694 -# CONFIG_MPIC is not set
52695 -# CONFIG_MPIC_WEIRD is not set
52696 -# CONFIG_PPC_I8259 is not set
52697 -# CONFIG_PPC_RTAS is not set
52698 -# CONFIG_MMIO_NVRAM is not set
52699 -# CONFIG_PPC_MPC106 is not set
52700 -# CONFIG_PPC_970_NAP is not set
52701 -# CONFIG_PPC_INDIRECT_IO is not set
52702 -# CONFIG_GENERIC_IOMAP is not set
52703 -# CONFIG_CPU_FREQ is not set
52704 -# CONFIG_FSL_ULI1575 is not set
52705 -
52706 -#
52707 -# Kernel options
52708 -#
52709 -# CONFIG_HIGHMEM is not set
52710 -# CONFIG_TICK_ONESHOT is not set
52711 -# CONFIG_NO_HZ is not set
52712 -# CONFIG_HIGH_RES_TIMERS is not set
52713 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
52714 -# CONFIG_HZ_100 is not set
52715 -CONFIG_HZ_250=y
52716 -# CONFIG_HZ_300 is not set
52717 -# CONFIG_HZ_1000 is not set
52718 -CONFIG_HZ=250
52719 -# CONFIG_SCHED_HRTICK is not set
52720 -CONFIG_PREEMPT_NONE=y
52721 -# CONFIG_PREEMPT_VOLUNTARY is not set
52722 -# CONFIG_PREEMPT is not set
52723 -CONFIG_RCU_TRACE=y
52724 -CONFIG_BINFMT_ELF=y
52725 -# CONFIG_BINFMT_MISC is not set
52726 -# CONFIG_MATH_EMULATION is not set
52727 -# CONFIG_IOMMU_HELPER is not set
52728 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
52729 -CONFIG_ARCH_HAS_WALK_MEMORY=y
52730 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
52731 -CONFIG_ARCH_FLATMEM_ENABLE=y
52732 -CONFIG_ARCH_POPULATES_NODE_MAP=y
52733 -CONFIG_SELECT_MEMORY_MODEL=y
52734 -CONFIG_FLATMEM_MANUAL=y
52735 -# CONFIG_DISCONTIGMEM_MANUAL is not set
52736 -# CONFIG_SPARSEMEM_MANUAL is not set
52737 -CONFIG_FLATMEM=y
52738 -CONFIG_FLAT_NODE_MEM_MAP=y
52739 -# CONFIG_SPARSEMEM_STATIC is not set
52740 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
52741 -CONFIG_SPLIT_PTLOCK_CPUS=4
52742 -# CONFIG_RESOURCES_64BIT is not set
52743 -CONFIG_ZONE_DMA_FLAG=1
52744 -CONFIG_BOUNCE=y
52745 -CONFIG_VIRT_TO_BUS=y
52746 -CONFIG_PROC_DEVICETREE=y
52747 -# CONFIG_CMDLINE_BOOL is not set
52748 -# CONFIG_PM is not set
52749 -CONFIG_SECCOMP=y
52750 -CONFIG_ISA_DMA_API=y
52751 -
52752 -#
52753 -# Bus options
52754 -#
52755 -CONFIG_ZONE_DMA=y
52756 -CONFIG_PPC_INDIRECT_PCI=y
52757 -CONFIG_PCI=y
52758 -CONFIG_PCI_DOMAINS=y
52759 -CONFIG_PCI_SYSCALL=y
52760 -# CONFIG_PCIEPORTBUS is not set
52761 -CONFIG_ARCH_SUPPORTS_MSI=y
52762 -# CONFIG_PCI_MSI is not set
52763 -CONFIG_PCI_LEGACY=y
52764 -# CONFIG_PCI_DEBUG is not set
52765 -# CONFIG_PCCARD is not set
52766 -# CONFIG_HOTPLUG_PCI is not set
52767 -
52768 -#
52769 -# Advanced setup
52770 -#
52771 -# CONFIG_ADVANCED_OPTIONS is not set
52772 -
52773 -#
52774 -# Default settings for advanced configuration options are used
52775 -#
52776 -CONFIG_HIGHMEM_START=0xfe000000
52777 -CONFIG_LOWMEM_SIZE=0x30000000
52778 -CONFIG_KERNEL_START=0xc0000000
52779 -CONFIG_TASK_SIZE=0xc0000000
52780 -CONFIG_CONSISTENT_START=0xff100000
52781 -CONFIG_CONSISTENT_SIZE=0x00200000
52782 -CONFIG_BOOT_LOAD=0x00400000
52783 -
52784 -#
52785 -# Networking
52786 -#
52787 -CONFIG_NET=y
52788 -
52789 -#
52790 -# Networking options
52791 -#
52792 -CONFIG_PACKET=y
52793 -# CONFIG_PACKET_MMAP is not set
52794 -CONFIG_UNIX=y
52795 -# CONFIG_NET_KEY is not set
52796 -CONFIG_INET=y
52797 -# CONFIG_IP_MULTICAST is not set
52798 -# CONFIG_IP_ADVANCED_ROUTER is not set
52799 -CONFIG_IP_FIB_HASH=y
52800 -CONFIG_IP_PNP=y
52801 -CONFIG_IP_PNP_DHCP=y
52802 -CONFIG_IP_PNP_BOOTP=y
52803 -# CONFIG_IP_PNP_RARP is not set
52804 -# CONFIG_NET_IPIP is not set
52805 -# CONFIG_NET_IPGRE is not set
52806 -# CONFIG_ARPD is not set
52807 -# CONFIG_SYN_COOKIES is not set
52808 -# CONFIG_INET_AH is not set
52809 -# CONFIG_INET_ESP is not set
52810 -# CONFIG_INET_IPCOMP is not set
52811 -# CONFIG_INET_XFRM_TUNNEL is not set
52812 -# CONFIG_INET_TUNNEL is not set
52813 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
52814 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
52815 -# CONFIG_INET_XFRM_MODE_BEET is not set
52816 -# CONFIG_INET_LRO is not set
52817 -CONFIG_INET_DIAG=y
52818 -CONFIG_INET_TCP_DIAG=y
52819 -# CONFIG_TCP_CONG_ADVANCED is not set
52820 -CONFIG_TCP_CONG_CUBIC=y
52821 -CONFIG_DEFAULT_TCP_CONG="cubic"
52822 -# CONFIG_TCP_MD5SIG is not set
52823 -# CONFIG_IPV6 is not set
52824 -# CONFIG_INET6_XFRM_TUNNEL is not set
52825 -# CONFIG_INET6_TUNNEL is not set
52826 -# CONFIG_NETWORK_SECMARK is not set
52827 -# CONFIG_NETFILTER is not set
52828 -# CONFIG_IP_DCCP is not set
52829 -# CONFIG_IP_SCTP is not set
52830 -# CONFIG_TIPC is not set
52831 -# CONFIG_ATM is not set
52832 -# CONFIG_BRIDGE is not set
52833 -# CONFIG_VLAN_8021Q is not set
52834 -# CONFIG_DECNET is not set
52835 -# CONFIG_LLC2 is not set
52836 -# CONFIG_IPX is not set
52837 -# CONFIG_ATALK is not set
52838 -# CONFIG_X25 is not set
52839 -# CONFIG_LAPB is not set
52840 -# CONFIG_ECONET is not set
52841 -# CONFIG_WAN_ROUTER is not set
52842 -# CONFIG_NET_SCHED is not set
52843 -
52844 -#
52845 -# Network testing
52846 -#
52847 -# CONFIG_NET_PKTGEN is not set
52848 -# CONFIG_HAMRADIO is not set
52849 -# CONFIG_CAN is not set
52850 -# CONFIG_IRDA is not set
52851 -# CONFIG_BT is not set
52852 -# CONFIG_AF_RXRPC is not set
52853 -
52854 -#
52855 -# Wireless
52856 -#
52857 -# CONFIG_CFG80211 is not set
52858 -# CONFIG_WIRELESS_EXT is not set
52859 -# CONFIG_MAC80211 is not set
52860 -# CONFIG_IEEE80211 is not set
52861 -# CONFIG_RFKILL is not set
52862 -# CONFIG_NET_9P is not set
52863 -
52864 -#
52865 -# Device Drivers
52866 -#
52867 -
52868 -#
52869 -# Generic Driver Options
52870 -#
52871 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
52872 -CONFIG_STANDALONE=y
52873 -CONFIG_PREVENT_FIRMWARE_BUILD=y
52874 -CONFIG_FW_LOADER=y
52875 -# CONFIG_DEBUG_DRIVER is not set
52876 -# CONFIG_DEBUG_DEVRES is not set
52877 -# CONFIG_SYS_HYPERVISOR is not set
52878 -CONFIG_CONNECTOR=y
52879 -CONFIG_PROC_EVENTS=y
52880 -CONFIG_MTD=y
52881 -# CONFIG_MTD_DEBUG is not set
52882 -# CONFIG_MTD_CONCAT is not set
52883 -CONFIG_MTD_PARTITIONS=y
52884 -# CONFIG_MTD_REDBOOT_PARTS is not set
52885 -CONFIG_MTD_CMDLINE_PARTS=y
52886 -CONFIG_MTD_OF_PARTS=y
52887 -
52888 -#
52889 -# User Modules And Translation Layers
52890 -#
52891 -CONFIG_MTD_CHAR=y
52892 -CONFIG_MTD_BLKDEVS=m
52893 -CONFIG_MTD_BLOCK=m
52894 -# CONFIG_MTD_BLOCK_RO is not set
52895 -# CONFIG_FTL is not set
52896 -# CONFIG_NFTL is not set
52897 -# CONFIG_INFTL is not set
52898 -# CONFIG_RFD_FTL is not set
52899 -# CONFIG_SSFDC is not set
52900 -# CONFIG_MTD_OOPS is not set
52901 -
52902 -#
52903 -# RAM/ROM/Flash chip drivers
52904 -#
52905 -CONFIG_MTD_CFI=y
52906 -CONFIG_MTD_JEDECPROBE=y
52907 -CONFIG_MTD_GEN_PROBE=y
52908 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
52909 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
52910 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
52911 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
52912 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
52913 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
52914 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
52915 -CONFIG_MTD_CFI_I1=y
52916 -CONFIG_MTD_CFI_I2=y
52917 -# CONFIG_MTD_CFI_I4 is not set
52918 -# CONFIG_MTD_CFI_I8 is not set
52919 -# CONFIG_MTD_CFI_INTELEXT is not set
52920 -CONFIG_MTD_CFI_AMDSTD=y
52921 -# CONFIG_MTD_CFI_STAA is not set
52922 -CONFIG_MTD_CFI_UTIL=y
52923 -# CONFIG_MTD_RAM is not set
52924 -# CONFIG_MTD_ROM is not set
52925 -# CONFIG_MTD_ABSENT is not set
52926 -
52927 -#
52928 -# Mapping drivers for chip access
52929 -#
52930 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
52931 -# CONFIG_MTD_PHYSMAP is not set
52932 -CONFIG_MTD_PHYSMAP_OF=y
52933 -# CONFIG_MTD_INTEL_VR_NOR is not set
52934 -# CONFIG_MTD_PLATRAM is not set
52935 -
52936 -#
52937 -# Self-contained MTD device drivers
52938 -#
52939 -# CONFIG_MTD_PMC551 is not set
52940 -# CONFIG_MTD_SLRAM is not set
52941 -# CONFIG_MTD_PHRAM is not set
52942 -# CONFIG_MTD_MTDRAM is not set
52943 -# CONFIG_MTD_BLOCK2MTD is not set
52944 -
52945 -#
52946 -# Disk-On-Chip Device Drivers
52947 -#
52948 -# CONFIG_MTD_DOC2000 is not set
52949 -# CONFIG_MTD_DOC2001 is not set
52950 -# CONFIG_MTD_DOC2001PLUS is not set
52951 -# CONFIG_MTD_NAND is not set
52952 -# CONFIG_MTD_ONENAND is not set
52953 -
52954 -#
52955 -# UBI - Unsorted block images
52956 -#
52957 -# CONFIG_MTD_UBI is not set
52958 -CONFIG_OF_DEVICE=y
52959 -# CONFIG_PARPORT is not set
52960 -CONFIG_BLK_DEV=y
52961 -# CONFIG_BLK_DEV_FD is not set
52962 -# CONFIG_BLK_CPQ_DA is not set
52963 -# CONFIG_BLK_CPQ_CISS_DA is not set
52964 -# CONFIG_BLK_DEV_DAC960 is not set
52965 -# CONFIG_BLK_DEV_UMEM is not set
52966 -# CONFIG_BLK_DEV_COW_COMMON is not set
52967 -# CONFIG_BLK_DEV_LOOP is not set
52968 -# CONFIG_BLK_DEV_NBD is not set
52969 -# CONFIG_BLK_DEV_SX8 is not set
52970 -CONFIG_BLK_DEV_RAM=y
52971 -CONFIG_BLK_DEV_RAM_COUNT=16
52972 -CONFIG_BLK_DEV_RAM_SIZE=35000
52973 -# CONFIG_BLK_DEV_XIP is not set
52974 -# CONFIG_CDROM_PKTCDVD is not set
52975 -# CONFIG_ATA_OVER_ETH is not set
52976 -# CONFIG_XILINX_SYSACE is not set
52977 -# CONFIG_MISC_DEVICES is not set
52978 -CONFIG_HAVE_IDE=y
52979 -# CONFIG_IDE is not set
52980 -
52981 -#
52982 -# SCSI device support
52983 -#
52984 -# CONFIG_RAID_ATTRS is not set
52985 -# CONFIG_SCSI is not set
52986 -# CONFIG_SCSI_DMA is not set
52987 -# CONFIG_SCSI_NETLINK is not set
52988 -# CONFIG_ATA is not set
52989 -# CONFIG_MD is not set
52990 -# CONFIG_FUSION is not set
52991 -
52992 -#
52993 -# IEEE 1394 (FireWire) support
52994 -#
52995 -# CONFIG_FIREWIRE is not set
52996 -# CONFIG_IEEE1394 is not set
52997 -# CONFIG_I2O is not set
52998 -# CONFIG_MACINTOSH_DRIVERS is not set
52999 -CONFIG_NETDEVICES=y
53000 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
53001 -# CONFIG_DUMMY is not set
53002 -# CONFIG_BONDING is not set
53003 -# CONFIG_MACVLAN is not set
53004 -# CONFIG_EQUALIZER is not set
53005 -# CONFIG_TUN is not set
53006 -# CONFIG_VETH is not set
53007 -# CONFIG_ARCNET is not set
53008 -# CONFIG_PHYLIB is not set
53009 -CONFIG_NET_ETHERNET=y
53010 -# CONFIG_MII is not set
53011 -# CONFIG_HAPPYMEAL is not set
53012 -# CONFIG_SUNGEM is not set
53013 -# CONFIG_CASSINI is not set
53014 -# CONFIG_NET_VENDOR_3COM is not set
53015 -# CONFIG_NET_TULIP is not set
53016 -# CONFIG_HP100 is not set
53017 -CONFIG_IBM_NEW_EMAC=y
53018 -CONFIG_IBM_NEW_EMAC_RXB=256
53019 -CONFIG_IBM_NEW_EMAC_TXB=256
53020 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
53021 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
53022 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
53023 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
53024 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
53025 -CONFIG_IBM_NEW_EMAC_RGMII=y
53026 -# CONFIG_IBM_NEW_EMAC_TAH is not set
53027 -CONFIG_IBM_NEW_EMAC_EMAC4=y
53028 -# CONFIG_NET_PCI is not set
53029 -# CONFIG_B44 is not set
53030 -# CONFIG_NETDEV_1000 is not set
53031 -# CONFIG_NETDEV_10000 is not set
53032 -# CONFIG_TR is not set
53033 -
53034 -#
53035 -# Wireless LAN
53036 -#
53037 -# CONFIG_WLAN_PRE80211 is not set
53038 -# CONFIG_WLAN_80211 is not set
53039 -# CONFIG_WAN is not set
53040 -# CONFIG_FDDI is not set
53041 -# CONFIG_HIPPI is not set
53042 -# CONFIG_PPP is not set
53043 -# CONFIG_SLIP is not set
53044 -# CONFIG_NETCONSOLE is not set
53045 -# CONFIG_NETPOLL is not set
53046 -# CONFIG_NET_POLL_CONTROLLER is not set
53047 -# CONFIG_ISDN is not set
53048 -# CONFIG_PHONE is not set
53049 -
53050 -#
53051 -# Input device support
53052 -#
53053 -# CONFIG_INPUT is not set
53054 -
53055 -#
53056 -# Hardware I/O ports
53057 -#
53058 -# CONFIG_SERIO is not set
53059 -# CONFIG_GAMEPORT is not set
53060 -
53061 -#
53062 -# Character devices
53063 -#
53064 -# CONFIG_VT is not set
53065 -# CONFIG_SERIAL_NONSTANDARD is not set
53066 -# CONFIG_NOZOMI is not set
53067 -
53068 -#
53069 -# Serial drivers
53070 -#
53071 -CONFIG_SERIAL_8250=y
53072 -CONFIG_SERIAL_8250_CONSOLE=y
53073 -CONFIG_SERIAL_8250_PCI=y
53074 -CONFIG_SERIAL_8250_NR_UARTS=4
53075 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
53076 -CONFIG_SERIAL_8250_EXTENDED=y
53077 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
53078 -CONFIG_SERIAL_8250_SHARE_IRQ=y
53079 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
53080 -# CONFIG_SERIAL_8250_RSA is not set
53081 -
53082 -#
53083 -# Non-8250 serial port support
53084 -#
53085 -# CONFIG_SERIAL_UARTLITE is not set
53086 -CONFIG_SERIAL_CORE=y
53087 -CONFIG_SERIAL_CORE_CONSOLE=y
53088 -# CONFIG_SERIAL_JSM is not set
53089 -CONFIG_SERIAL_OF_PLATFORM=y
53090 -CONFIG_UNIX98_PTYS=y
53091 -CONFIG_LEGACY_PTYS=y
53092 -CONFIG_LEGACY_PTY_COUNT=256
53093 -# CONFIG_IPMI_HANDLER is not set
53094 -# CONFIG_HW_RANDOM is not set
53095 -# CONFIG_NVRAM is not set
53096 -# CONFIG_GEN_RTC is not set
53097 -# CONFIG_R3964 is not set
53098 -# CONFIG_APPLICOM is not set
53099 -# CONFIG_RAW_DRIVER is not set
53100 -# CONFIG_TCG_TPM is not set
53101 -CONFIG_DEVPORT=y
53102 -# CONFIG_I2C is not set
53103 -
53104 -#
53105 -# SPI support
53106 -#
53107 -# CONFIG_SPI is not set
53108 -# CONFIG_SPI_MASTER is not set
53109 -# CONFIG_W1 is not set
53110 -# CONFIG_POWER_SUPPLY is not set
53111 -# CONFIG_HWMON is not set
53112 -CONFIG_THERMAL=y
53113 -# CONFIG_WATCHDOG is not set
53114 -
53115 -#
53116 -# Sonics Silicon Backplane
53117 -#
53118 -CONFIG_SSB_POSSIBLE=y
53119 -# CONFIG_SSB is not set
53120 -
53121 -#
53122 -# Multifunction device drivers
53123 -#
53124 -# CONFIG_MFD_SM501 is not set
53125 -
53126 -#
53127 -# Multimedia devices
53128 -#
53129 -# CONFIG_VIDEO_DEV is not set
53130 -# CONFIG_DVB_CORE is not set
53131 -# CONFIG_DAB is not set
53132 -
53133 -#
53134 -# Graphics support
53135 -#
53136 -# CONFIG_AGP is not set
53137 -# CONFIG_DRM is not set
53138 -# CONFIG_VGASTATE is not set
53139 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
53140 -# CONFIG_FB is not set
53141 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
53142 -
53143 -#
53144 -# Display device support
53145 -#
53146 -# CONFIG_DISPLAY_SUPPORT is not set
53147 -
53148 -#
53149 -# Sound
53150 -#
53151 -# CONFIG_SOUND is not set
53152 -# CONFIG_USB_SUPPORT is not set
53153 -# CONFIG_MMC is not set
53154 -# CONFIG_MEMSTICK is not set
53155 -# CONFIG_NEW_LEDS is not set
53156 -# CONFIG_INFINIBAND is not set
53157 -# CONFIG_EDAC is not set
53158 -# CONFIG_RTC_CLASS is not set
53159 -
53160 -#
53161 -# Userspace I/O
53162 -#
53163 -# CONFIG_UIO is not set
53164 -
53165 -#
53166 -# File systems
53167 -#
53168 -CONFIG_EXT2_FS=y
53169 -# CONFIG_EXT2_FS_XATTR is not set
53170 -# CONFIG_EXT2_FS_XIP is not set
53171 -# CONFIG_EXT3_FS is not set
53172 -# CONFIG_EXT4DEV_FS is not set
53173 -# CONFIG_REISERFS_FS is not set
53174 -# CONFIG_JFS_FS is not set
53175 -# CONFIG_FS_POSIX_ACL is not set
53176 -# CONFIG_XFS_FS is not set
53177 -# CONFIG_GFS2_FS is not set
53178 -# CONFIG_OCFS2_FS is not set
53179 -CONFIG_DNOTIFY=y
53180 -CONFIG_INOTIFY=y
53181 -CONFIG_INOTIFY_USER=y
53182 -# CONFIG_QUOTA is not set
53183 -# CONFIG_AUTOFS_FS is not set
53184 -# CONFIG_AUTOFS4_FS is not set
53185 -# CONFIG_FUSE_FS is not set
53186 -
53187 -#
53188 -# CD-ROM/DVD Filesystems
53189 -#
53190 -# CONFIG_ISO9660_FS is not set
53191 -# CONFIG_UDF_FS is not set
53192 -
53193 -#
53194 -# DOS/FAT/NT Filesystems
53195 -#
53196 -# CONFIG_MSDOS_FS is not set
53197 -# CONFIG_VFAT_FS is not set
53198 -# CONFIG_NTFS_FS is not set
53199 -
53200 -#
53201 -# Pseudo filesystems
53202 -#
53203 -CONFIG_PROC_FS=y
53204 -CONFIG_PROC_KCORE=y
53205 -CONFIG_PROC_SYSCTL=y
53206 -CONFIG_SYSFS=y
53207 -CONFIG_TMPFS=y
53208 -# CONFIG_TMPFS_POSIX_ACL is not set
53209 -# CONFIG_HUGETLB_PAGE is not set
53210 -# CONFIG_CONFIGFS_FS is not set
53211 -
53212 -#
53213 -# Miscellaneous filesystems
53214 -#
53215 -# CONFIG_ADFS_FS is not set
53216 -# CONFIG_AFFS_FS is not set
53217 -# CONFIG_HFS_FS is not set
53218 -# CONFIG_HFSPLUS_FS is not set
53219 -# CONFIG_BEFS_FS is not set
53220 -# CONFIG_BFS_FS is not set
53221 -# CONFIG_EFS_FS is not set
53222 -# CONFIG_JFFS2_FS is not set
53223 -CONFIG_CRAMFS=y
53224 -# CONFIG_VXFS_FS is not set
53225 -# CONFIG_MINIX_FS is not set
53226 -# CONFIG_HPFS_FS is not set
53227 -# CONFIG_QNX4FS_FS is not set
53228 -# CONFIG_ROMFS_FS is not set
53229 -# CONFIG_SYSV_FS is not set
53230 -# CONFIG_UFS_FS is not set
53231 -CONFIG_NETWORK_FILESYSTEMS=y
53232 -CONFIG_NFS_FS=y
53233 -CONFIG_NFS_V3=y
53234 -# CONFIG_NFS_V3_ACL is not set
53235 -# CONFIG_NFS_V4 is not set
53236 -# CONFIG_NFS_DIRECTIO is not set
53237 -# CONFIG_NFSD is not set
53238 -CONFIG_ROOT_NFS=y
53239 -CONFIG_LOCKD=y
53240 -CONFIG_LOCKD_V4=y
53241 -CONFIG_NFS_COMMON=y
53242 -CONFIG_SUNRPC=y
53243 -# CONFIG_SUNRPC_BIND34 is not set
53244 -# CONFIG_RPCSEC_GSS_KRB5 is not set
53245 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
53246 -# CONFIG_SMB_FS is not set
53247 -# CONFIG_CIFS is not set
53248 -# CONFIG_NCP_FS is not set
53249 -# CONFIG_CODA_FS is not set
53250 -# CONFIG_AFS_FS is not set
53251 -
53252 -#
53253 -# Partition Types
53254 -#
53255 -# CONFIG_PARTITION_ADVANCED is not set
53256 -CONFIG_MSDOS_PARTITION=y
53257 -# CONFIG_NLS is not set
53258 -# CONFIG_DLM is not set
53259 -
53260 -#
53261 -# Library routines
53262 -#
53263 -CONFIG_BITREVERSE=y
53264 -# CONFIG_CRC_CCITT is not set
53265 -# CONFIG_CRC16 is not set
53266 -# CONFIG_CRC_ITU_T is not set
53267 -CONFIG_CRC32=y
53268 -# CONFIG_CRC7 is not set
53269 -# CONFIG_LIBCRC32C is not set
53270 -CONFIG_ZLIB_INFLATE=y
53271 -CONFIG_PLIST=y
53272 -CONFIG_HAS_IOMEM=y
53273 -CONFIG_HAS_IOPORT=y
53274 -CONFIG_HAS_DMA=y
53275 -
53276 -#
53277 -# Kernel hacking
53278 -#
53279 -# CONFIG_PRINTK_TIME is not set
53280 -CONFIG_ENABLE_WARN_DEPRECATED=y
53281 -CONFIG_ENABLE_MUST_CHECK=y
53282 -CONFIG_MAGIC_SYSRQ=y
53283 -# CONFIG_UNUSED_SYMBOLS is not set
53284 -CONFIG_DEBUG_FS=y
53285 -# CONFIG_HEADERS_CHECK is not set
53286 -CONFIG_DEBUG_KERNEL=y
53287 -# CONFIG_DEBUG_SHIRQ is not set
53288 -CONFIG_DETECT_SOFTLOCKUP=y
53289 -CONFIG_SCHED_DEBUG=y
53290 -# CONFIG_SCHEDSTATS is not set
53291 -# CONFIG_TIMER_STATS is not set
53292 -# CONFIG_SLUB_DEBUG_ON is not set
53293 -# CONFIG_SLUB_STATS is not set
53294 -# CONFIG_DEBUG_RT_MUTEXES is not set
53295 -# CONFIG_RT_MUTEX_TESTER is not set
53296 -# CONFIG_DEBUG_SPINLOCK is not set
53297 -# CONFIG_DEBUG_MUTEXES is not set
53298 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
53299 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
53300 -# CONFIG_DEBUG_KOBJECT is not set
53301 -CONFIG_DEBUG_BUGVERBOSE=y
53302 -# CONFIG_DEBUG_INFO is not set
53303 -# CONFIG_DEBUG_VM is not set
53304 -# CONFIG_DEBUG_LIST is not set
53305 -# CONFIG_DEBUG_SG is not set
53306 -# CONFIG_BOOT_PRINTK_DELAY is not set
53307 -# CONFIG_RCU_TORTURE_TEST is not set
53308 -# CONFIG_BACKTRACE_SELF_TEST is not set
53309 -# CONFIG_FAULT_INJECTION is not set
53310 -# CONFIG_SAMPLES is not set
53311 -# CONFIG_DEBUG_STACKOVERFLOW is not set
53312 -# CONFIG_DEBUG_STACK_USAGE is not set
53313 -# CONFIG_DEBUG_PAGEALLOC is not set
53314 -# CONFIG_DEBUGGER is not set
53315 -# CONFIG_VIRQ_DEBUG is not set
53316 -# CONFIG_BDI_SWITCH is not set
53317 -# CONFIG_PPC_EARLY_DEBUG is not set
53318 -
53319 -#
53320 -# Security options
53321 -#
53322 -# CONFIG_KEYS is not set
53323 -# CONFIG_SECURITY is not set
53324 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
53325 -CONFIG_CRYPTO=y
53326 -CONFIG_CRYPTO_ALGAPI=y
53327 -CONFIG_CRYPTO_BLKCIPHER=y
53328 -# CONFIG_CRYPTO_SEQIV is not set
53329 -CONFIG_CRYPTO_MANAGER=y
53330 -# CONFIG_CRYPTO_HMAC is not set
53331 -# CONFIG_CRYPTO_XCBC is not set
53332 -# CONFIG_CRYPTO_NULL is not set
53333 -# CONFIG_CRYPTO_MD4 is not set
53334 -CONFIG_CRYPTO_MD5=y
53335 -# CONFIG_CRYPTO_SHA1 is not set
53336 -# CONFIG_CRYPTO_SHA256 is not set
53337 -# CONFIG_CRYPTO_SHA512 is not set
53338 -# CONFIG_CRYPTO_WP512 is not set
53339 -# CONFIG_CRYPTO_TGR192 is not set
53340 -# CONFIG_CRYPTO_GF128MUL is not set
53341 -CONFIG_CRYPTO_ECB=y
53342 -CONFIG_CRYPTO_CBC=y
53343 -CONFIG_CRYPTO_PCBC=y
53344 -# CONFIG_CRYPTO_LRW is not set
53345 -# CONFIG_CRYPTO_XTS is not set
53346 -# CONFIG_CRYPTO_CTR is not set
53347 -# CONFIG_CRYPTO_GCM is not set
53348 -# CONFIG_CRYPTO_CCM is not set
53349 -# CONFIG_CRYPTO_CRYPTD is not set
53350 -CONFIG_CRYPTO_DES=y
53351 -# CONFIG_CRYPTO_FCRYPT is not set
53352 -# CONFIG_CRYPTO_BLOWFISH is not set
53353 -# CONFIG_CRYPTO_TWOFISH is not set
53354 -# CONFIG_CRYPTO_SERPENT is not set
53355 -# CONFIG_CRYPTO_AES is not set
53356 -# CONFIG_CRYPTO_CAST5 is not set
53357 -# CONFIG_CRYPTO_CAST6 is not set
53358 -# CONFIG_CRYPTO_TEA is not set
53359 -# CONFIG_CRYPTO_ARC4 is not set
53360 -# CONFIG_CRYPTO_KHAZAD is not set
53361 -# CONFIG_CRYPTO_ANUBIS is not set
53362 -# CONFIG_CRYPTO_SEED is not set
53363 -# CONFIG_CRYPTO_SALSA20 is not set
53364 -# CONFIG_CRYPTO_DEFLATE is not set
53365 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
53366 -# CONFIG_CRYPTO_CRC32C is not set
53367 -# CONFIG_CRYPTO_CAMELLIA is not set
53368 -# CONFIG_CRYPTO_TEST is not set
53369 -# CONFIG_CRYPTO_AUTHENC is not set
53370 -# CONFIG_CRYPTO_LZO is not set
53371 -CONFIG_CRYPTO_HW=y
53372 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
53373 -# CONFIG_PPC_CLOCK is not set
53374 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/makalu_defconfig powerpc.git/arch/powerpc/configs/makalu_defconfig
53375 --- linux-2.6.25-rc9/arch/powerpc/configs/makalu_defconfig      2008-04-11 22:32:29.000000000 +0200
53376 +++ powerpc.git/arch/powerpc/configs/makalu_defconfig   1970-01-01 01:00:00.000000000 +0100
53377 @@ -1,839 +0,0 @@
53378 -#
53379 -# Automatically generated make config: don't edit
53380 -# Linux kernel version: 2.6.25-rc2
53381 -# Fri Feb 15 21:52:30 2008
53382 -#
53383 -# CONFIG_PPC64 is not set
53384 -
53385 -#
53386 -# Processor support
53387 -#
53388 -# CONFIG_6xx is not set
53389 -# CONFIG_PPC_85xx is not set
53390 -# CONFIG_PPC_8xx is not set
53391 -CONFIG_40x=y
53392 -# CONFIG_44x is not set
53393 -# CONFIG_E200 is not set
53394 -CONFIG_4xx=y
53395 -# CONFIG_PPC_MM_SLICES is not set
53396 -CONFIG_NOT_COHERENT_CACHE=y
53397 -CONFIG_PPC32=y
53398 -CONFIG_WORD_SIZE=32
53399 -CONFIG_PPC_MERGE=y
53400 -CONFIG_MMU=y
53401 -CONFIG_GENERIC_CMOS_UPDATE=y
53402 -CONFIG_GENERIC_TIME=y
53403 -CONFIG_GENERIC_TIME_VSYSCALL=y
53404 -CONFIG_GENERIC_CLOCKEVENTS=y
53405 -CONFIG_GENERIC_HARDIRQS=y
53406 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
53407 -CONFIG_IRQ_PER_CPU=y
53408 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
53409 -CONFIG_ARCH_HAS_ILOG2_U32=y
53410 -CONFIG_GENERIC_HWEIGHT=y
53411 -CONFIG_GENERIC_CALIBRATE_DELAY=y
53412 -CONFIG_GENERIC_FIND_NEXT_BIT=y
53413 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
53414 -CONFIG_PPC=y
53415 -CONFIG_EARLY_PRINTK=y
53416 -CONFIG_GENERIC_NVRAM=y
53417 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
53418 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
53419 -CONFIG_PPC_OF=y
53420 -CONFIG_OF=y
53421 -CONFIG_PPC_UDBG_16550=y
53422 -# CONFIG_GENERIC_TBSYNC is not set
53423 -CONFIG_AUDIT_ARCH=y
53424 -CONFIG_GENERIC_BUG=y
53425 -# CONFIG_DEFAULT_UIMAGE is not set
53426 -CONFIG_PPC_DCR_NATIVE=y
53427 -# CONFIG_PPC_DCR_MMIO is not set
53428 -CONFIG_PPC_DCR=y
53429 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
53430 -
53431 -#
53432 -# General setup
53433 -#
53434 -CONFIG_EXPERIMENTAL=y
53435 -CONFIG_BROKEN_ON_SMP=y
53436 -CONFIG_INIT_ENV_ARG_LIMIT=32
53437 -CONFIG_LOCALVERSION=""
53438 -CONFIG_LOCALVERSION_AUTO=y
53439 -CONFIG_SWAP=y
53440 -CONFIG_SYSVIPC=y
53441 -CONFIG_SYSVIPC_SYSCTL=y
53442 -CONFIG_POSIX_MQUEUE=y
53443 -# CONFIG_BSD_PROCESS_ACCT is not set
53444 -# CONFIG_TASKSTATS is not set
53445 -# CONFIG_AUDIT is not set
53446 -# CONFIG_IKCONFIG is not set
53447 -CONFIG_LOG_BUF_SHIFT=14
53448 -# CONFIG_CGROUPS is not set
53449 -CONFIG_GROUP_SCHED=y
53450 -# CONFIG_FAIR_GROUP_SCHED is not set
53451 -# CONFIG_RT_GROUP_SCHED is not set
53452 -CONFIG_USER_SCHED=y
53453 -# CONFIG_CGROUP_SCHED is not set
53454 -CONFIG_SYSFS_DEPRECATED=y
53455 -# CONFIG_RELAY is not set
53456 -# CONFIG_NAMESPACES is not set
53457 -CONFIG_BLK_DEV_INITRD=y
53458 -CONFIG_INITRAMFS_SOURCE=""
53459 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
53460 -CONFIG_SYSCTL=y
53461 -CONFIG_EMBEDDED=y
53462 -CONFIG_SYSCTL_SYSCALL=y
53463 -CONFIG_KALLSYMS=y
53464 -CONFIG_KALLSYMS_ALL=y
53465 -CONFIG_KALLSYMS_EXTRA_PASS=y
53466 -CONFIG_HOTPLUG=y
53467 -CONFIG_PRINTK=y
53468 -CONFIG_BUG=y
53469 -CONFIG_ELF_CORE=y
53470 -CONFIG_COMPAT_BRK=y
53471 -CONFIG_BASE_FULL=y
53472 -CONFIG_FUTEX=y
53473 -CONFIG_ANON_INODES=y
53474 -CONFIG_EPOLL=y
53475 -CONFIG_SIGNALFD=y
53476 -CONFIG_TIMERFD=y
53477 -CONFIG_EVENTFD=y
53478 -CONFIG_SHMEM=y
53479 -CONFIG_VM_EVENT_COUNTERS=y
53480 -CONFIG_SLUB_DEBUG=y
53481 -# CONFIG_SLAB is not set
53482 -CONFIG_SLUB=y
53483 -# CONFIG_SLOB is not set
53484 -# CONFIG_PROFILING is not set
53485 -# CONFIG_MARKERS is not set
53486 -CONFIG_HAVE_OPROFILE=y
53487 -# CONFIG_KPROBES is not set
53488 -CONFIG_HAVE_KPROBES=y
53489 -CONFIG_PROC_PAGE_MONITOR=y
53490 -CONFIG_SLABINFO=y
53491 -CONFIG_RT_MUTEXES=y
53492 -# CONFIG_TINY_SHMEM is not set
53493 -CONFIG_BASE_SMALL=0
53494 -CONFIG_MODULES=y
53495 -CONFIG_MODULE_UNLOAD=y
53496 -# CONFIG_MODULE_FORCE_UNLOAD is not set
53497 -# CONFIG_MODVERSIONS is not set
53498 -# CONFIG_MODULE_SRCVERSION_ALL is not set
53499 -CONFIG_KMOD=y
53500 -CONFIG_BLOCK=y
53501 -CONFIG_LBD=y
53502 -# CONFIG_BLK_DEV_IO_TRACE is not set
53503 -# CONFIG_LSF is not set
53504 -# CONFIG_BLK_DEV_BSG is not set
53505 -
53506 -#
53507 -# IO Schedulers
53508 -#
53509 -CONFIG_IOSCHED_NOOP=y
53510 -CONFIG_IOSCHED_AS=y
53511 -CONFIG_IOSCHED_DEADLINE=y
53512 -CONFIG_IOSCHED_CFQ=y
53513 -CONFIG_DEFAULT_AS=y
53514 -# CONFIG_DEFAULT_DEADLINE is not set
53515 -# CONFIG_DEFAULT_CFQ is not set
53516 -# CONFIG_DEFAULT_NOOP is not set
53517 -CONFIG_DEFAULT_IOSCHED="anticipatory"
53518 -CONFIG_CLASSIC_RCU=y
53519 -# CONFIG_PREEMPT_RCU is not set
53520 -CONFIG_PPC4xx_PCI_EXPRESS=y
53521 -
53522 -#
53523 -# Platform support
53524 -#
53525 -# CONFIG_PPC_MPC512x is not set
53526 -# CONFIG_PPC_MPC5121 is not set
53527 -# CONFIG_PPC_CELL is not set
53528 -# CONFIG_PPC_CELL_NATIVE is not set
53529 -# CONFIG_PQ2ADS is not set
53530 -# CONFIG_EP405 is not set
53531 -# CONFIG_KILAUEA is not set
53532 -CONFIG_MAKALU=y
53533 -# CONFIG_WALNUT is not set
53534 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
53535 -CONFIG_405EX=y
53536 -# CONFIG_IPIC is not set
53537 -# CONFIG_MPIC is not set
53538 -# CONFIG_MPIC_WEIRD is not set
53539 -# CONFIG_PPC_I8259 is not set
53540 -# CONFIG_PPC_RTAS is not set
53541 -# CONFIG_MMIO_NVRAM is not set
53542 -# CONFIG_PPC_MPC106 is not set
53543 -# CONFIG_PPC_970_NAP is not set
53544 -# CONFIG_PPC_INDIRECT_IO is not set
53545 -# CONFIG_GENERIC_IOMAP is not set
53546 -# CONFIG_CPU_FREQ is not set
53547 -# CONFIG_FSL_ULI1575 is not set
53548 -
53549 -#
53550 -# Kernel options
53551 -#
53552 -# CONFIG_HIGHMEM is not set
53553 -# CONFIG_TICK_ONESHOT is not set
53554 -# CONFIG_NO_HZ is not set
53555 -# CONFIG_HIGH_RES_TIMERS is not set
53556 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
53557 -# CONFIG_HZ_100 is not set
53558 -CONFIG_HZ_250=y
53559 -# CONFIG_HZ_300 is not set
53560 -# CONFIG_HZ_1000 is not set
53561 -CONFIG_HZ=250
53562 -# CONFIG_SCHED_HRTICK is not set
53563 -CONFIG_PREEMPT_NONE=y
53564 -# CONFIG_PREEMPT_VOLUNTARY is not set
53565 -# CONFIG_PREEMPT is not set
53566 -CONFIG_RCU_TRACE=y
53567 -CONFIG_BINFMT_ELF=y
53568 -# CONFIG_BINFMT_MISC is not set
53569 -# CONFIG_MATH_EMULATION is not set
53570 -# CONFIG_IOMMU_HELPER is not set
53571 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
53572 -CONFIG_ARCH_HAS_WALK_MEMORY=y
53573 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
53574 -CONFIG_ARCH_FLATMEM_ENABLE=y
53575 -CONFIG_ARCH_POPULATES_NODE_MAP=y
53576 -CONFIG_SELECT_MEMORY_MODEL=y
53577 -CONFIG_FLATMEM_MANUAL=y
53578 -# CONFIG_DISCONTIGMEM_MANUAL is not set
53579 -# CONFIG_SPARSEMEM_MANUAL is not set
53580 -CONFIG_FLATMEM=y
53581 -CONFIG_FLAT_NODE_MEM_MAP=y
53582 -# CONFIG_SPARSEMEM_STATIC is not set
53583 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
53584 -CONFIG_SPLIT_PTLOCK_CPUS=4
53585 -# CONFIG_RESOURCES_64BIT is not set
53586 -CONFIG_ZONE_DMA_FLAG=1
53587 -CONFIG_BOUNCE=y
53588 -CONFIG_VIRT_TO_BUS=y
53589 -CONFIG_PROC_DEVICETREE=y
53590 -# CONFIG_CMDLINE_BOOL is not set
53591 -# CONFIG_PM is not set
53592 -CONFIG_SECCOMP=y
53593 -CONFIG_ISA_DMA_API=y
53594 -
53595 -#
53596 -# Bus options
53597 -#
53598 -CONFIG_ZONE_DMA=y
53599 -CONFIG_PPC_INDIRECT_PCI=y
53600 -CONFIG_PCI=y
53601 -CONFIG_PCI_DOMAINS=y
53602 -CONFIG_PCI_SYSCALL=y
53603 -# CONFIG_PCIEPORTBUS is not set
53604 -CONFIG_ARCH_SUPPORTS_MSI=y
53605 -# CONFIG_PCI_MSI is not set
53606 -CONFIG_PCI_LEGACY=y
53607 -# CONFIG_PCI_DEBUG is not set
53608 -# CONFIG_PCCARD is not set
53609 -# CONFIG_HOTPLUG_PCI is not set
53610 -
53611 -#
53612 -# Advanced setup
53613 -#
53614 -# CONFIG_ADVANCED_OPTIONS is not set
53615 -
53616 -#
53617 -# Default settings for advanced configuration options are used
53618 -#
53619 -CONFIG_HIGHMEM_START=0xfe000000
53620 -CONFIG_LOWMEM_SIZE=0x30000000
53621 -CONFIG_KERNEL_START=0xc0000000
53622 -CONFIG_TASK_SIZE=0xc0000000
53623 -CONFIG_CONSISTENT_START=0xff100000
53624 -CONFIG_CONSISTENT_SIZE=0x00200000
53625 -CONFIG_BOOT_LOAD=0x00400000
53626 -
53627 -#
53628 -# Networking
53629 -#
53630 -CONFIG_NET=y
53631 -
53632 -#
53633 -# Networking options
53634 -#
53635 -CONFIG_PACKET=y
53636 -# CONFIG_PACKET_MMAP is not set
53637 -CONFIG_UNIX=y
53638 -# CONFIG_NET_KEY is not set
53639 -CONFIG_INET=y
53640 -# CONFIG_IP_MULTICAST is not set
53641 -# CONFIG_IP_ADVANCED_ROUTER is not set
53642 -CONFIG_IP_FIB_HASH=y
53643 -CONFIG_IP_PNP=y
53644 -CONFIG_IP_PNP_DHCP=y
53645 -CONFIG_IP_PNP_BOOTP=y
53646 -# CONFIG_IP_PNP_RARP is not set
53647 -# CONFIG_NET_IPIP is not set
53648 -# CONFIG_NET_IPGRE is not set
53649 -# CONFIG_ARPD is not set
53650 -# CONFIG_SYN_COOKIES is not set
53651 -# CONFIG_INET_AH is not set
53652 -# CONFIG_INET_ESP is not set
53653 -# CONFIG_INET_IPCOMP is not set
53654 -# CONFIG_INET_XFRM_TUNNEL is not set
53655 -# CONFIG_INET_TUNNEL is not set
53656 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
53657 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
53658 -# CONFIG_INET_XFRM_MODE_BEET is not set
53659 -# CONFIG_INET_LRO is not set
53660 -CONFIG_INET_DIAG=y
53661 -CONFIG_INET_TCP_DIAG=y
53662 -# CONFIG_TCP_CONG_ADVANCED is not set
53663 -CONFIG_TCP_CONG_CUBIC=y
53664 -CONFIG_DEFAULT_TCP_CONG="cubic"
53665 -# CONFIG_TCP_MD5SIG is not set
53666 -# CONFIG_IPV6 is not set
53667 -# CONFIG_INET6_XFRM_TUNNEL is not set
53668 -# CONFIG_INET6_TUNNEL is not set
53669 -# CONFIG_NETWORK_SECMARK is not set
53670 -# CONFIG_NETFILTER is not set
53671 -# CONFIG_IP_DCCP is not set
53672 -# CONFIG_IP_SCTP is not set
53673 -# CONFIG_TIPC is not set
53674 -# CONFIG_ATM is not set
53675 -# CONFIG_BRIDGE is not set
53676 -# CONFIG_VLAN_8021Q is not set
53677 -# CONFIG_DECNET is not set
53678 -# CONFIG_LLC2 is not set
53679 -# CONFIG_IPX is not set
53680 -# CONFIG_ATALK is not set
53681 -# CONFIG_X25 is not set
53682 -# CONFIG_LAPB is not set
53683 -# CONFIG_ECONET is not set
53684 -# CONFIG_WAN_ROUTER is not set
53685 -# CONFIG_NET_SCHED is not set
53686 -
53687 -#
53688 -# Network testing
53689 -#
53690 -# CONFIG_NET_PKTGEN is not set
53691 -# CONFIG_HAMRADIO is not set
53692 -# CONFIG_CAN is not set
53693 -# CONFIG_IRDA is not set
53694 -# CONFIG_BT is not set
53695 -# CONFIG_AF_RXRPC is not set
53696 -
53697 -#
53698 -# Wireless
53699 -#
53700 -# CONFIG_CFG80211 is not set
53701 -# CONFIG_WIRELESS_EXT is not set
53702 -# CONFIG_MAC80211 is not set
53703 -# CONFIG_IEEE80211 is not set
53704 -# CONFIG_RFKILL is not set
53705 -# CONFIG_NET_9P is not set
53706 -
53707 -#
53708 -# Device Drivers
53709 -#
53710 -
53711 -#
53712 -# Generic Driver Options
53713 -#
53714 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
53715 -CONFIG_STANDALONE=y
53716 -CONFIG_PREVENT_FIRMWARE_BUILD=y
53717 -CONFIG_FW_LOADER=y
53718 -# CONFIG_DEBUG_DRIVER is not set
53719 -# CONFIG_DEBUG_DEVRES is not set
53720 -# CONFIG_SYS_HYPERVISOR is not set
53721 -CONFIG_CONNECTOR=y
53722 -CONFIG_PROC_EVENTS=y
53723 -CONFIG_MTD=y
53724 -# CONFIG_MTD_DEBUG is not set
53725 -# CONFIG_MTD_CONCAT is not set
53726 -CONFIG_MTD_PARTITIONS=y
53727 -# CONFIG_MTD_REDBOOT_PARTS is not set
53728 -CONFIG_MTD_CMDLINE_PARTS=y
53729 -CONFIG_MTD_OF_PARTS=y
53730 -
53731 -#
53732 -# User Modules And Translation Layers
53733 -#
53734 -CONFIG_MTD_CHAR=y
53735 -CONFIG_MTD_BLKDEVS=m
53736 -CONFIG_MTD_BLOCK=m
53737 -# CONFIG_MTD_BLOCK_RO is not set
53738 -# CONFIG_FTL is not set
53739 -# CONFIG_NFTL is not set
53740 -# CONFIG_INFTL is not set
53741 -# CONFIG_RFD_FTL is not set
53742 -# CONFIG_SSFDC is not set
53743 -# CONFIG_MTD_OOPS is not set
53744 -
53745 -#
53746 -# RAM/ROM/Flash chip drivers
53747 -#
53748 -CONFIG_MTD_CFI=y
53749 -CONFIG_MTD_JEDECPROBE=y
53750 -CONFIG_MTD_GEN_PROBE=y
53751 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
53752 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
53753 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
53754 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
53755 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
53756 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
53757 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
53758 -CONFIG_MTD_CFI_I1=y
53759 -CONFIG_MTD_CFI_I2=y
53760 -# CONFIG_MTD_CFI_I4 is not set
53761 -# CONFIG_MTD_CFI_I8 is not set
53762 -# CONFIG_MTD_CFI_INTELEXT is not set
53763 -CONFIG_MTD_CFI_AMDSTD=y
53764 -# CONFIG_MTD_CFI_STAA is not set
53765 -CONFIG_MTD_CFI_UTIL=y
53766 -# CONFIG_MTD_RAM is not set
53767 -# CONFIG_MTD_ROM is not set
53768 -# CONFIG_MTD_ABSENT is not set
53769 -
53770 -#
53771 -# Mapping drivers for chip access
53772 -#
53773 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
53774 -# CONFIG_MTD_PHYSMAP is not set
53775 -CONFIG_MTD_PHYSMAP_OF=y
53776 -# CONFIG_MTD_INTEL_VR_NOR is not set
53777 -# CONFIG_MTD_PLATRAM is not set
53778 -
53779 -#
53780 -# Self-contained MTD device drivers
53781 -#
53782 -# CONFIG_MTD_PMC551 is not set
53783 -# CONFIG_MTD_SLRAM is not set
53784 -# CONFIG_MTD_PHRAM is not set
53785 -# CONFIG_MTD_MTDRAM is not set
53786 -# CONFIG_MTD_BLOCK2MTD is not set
53787 -
53788 -#
53789 -# Disk-On-Chip Device Drivers
53790 -#
53791 -# CONFIG_MTD_DOC2000 is not set
53792 -# CONFIG_MTD_DOC2001 is not set
53793 -# CONFIG_MTD_DOC2001PLUS is not set
53794 -# CONFIG_MTD_NAND is not set
53795 -# CONFIG_MTD_ONENAND is not set
53796 -
53797 -#
53798 -# UBI - Unsorted block images
53799 -#
53800 -# CONFIG_MTD_UBI is not set
53801 -CONFIG_OF_DEVICE=y
53802 -# CONFIG_PARPORT is not set
53803 -CONFIG_BLK_DEV=y
53804 -# CONFIG_BLK_DEV_FD is not set
53805 -# CONFIG_BLK_CPQ_DA is not set
53806 -# CONFIG_BLK_CPQ_CISS_DA is not set
53807 -# CONFIG_BLK_DEV_DAC960 is not set
53808 -# CONFIG_BLK_DEV_UMEM is not set
53809 -# CONFIG_BLK_DEV_COW_COMMON is not set
53810 -# CONFIG_BLK_DEV_LOOP is not set
53811 -# CONFIG_BLK_DEV_NBD is not set
53812 -# CONFIG_BLK_DEV_SX8 is not set
53813 -CONFIG_BLK_DEV_RAM=y
53814 -CONFIG_BLK_DEV_RAM_COUNT=16
53815 -CONFIG_BLK_DEV_RAM_SIZE=35000
53816 -# CONFIG_BLK_DEV_XIP is not set
53817 -# CONFIG_CDROM_PKTCDVD is not set
53818 -# CONFIG_ATA_OVER_ETH is not set
53819 -# CONFIG_XILINX_SYSACE is not set
53820 -# CONFIG_MISC_DEVICES is not set
53821 -CONFIG_HAVE_IDE=y
53822 -# CONFIG_IDE is not set
53823 -
53824 -#
53825 -# SCSI device support
53826 -#
53827 -# CONFIG_RAID_ATTRS is not set
53828 -# CONFIG_SCSI is not set
53829 -# CONFIG_SCSI_DMA is not set
53830 -# CONFIG_SCSI_NETLINK is not set
53831 -# CONFIG_ATA is not set
53832 -# CONFIG_MD is not set
53833 -# CONFIG_FUSION is not set
53834 -
53835 -#
53836 -# IEEE 1394 (FireWire) support
53837 -#
53838 -# CONFIG_FIREWIRE is not set
53839 -# CONFIG_IEEE1394 is not set
53840 -# CONFIG_I2O is not set
53841 -# CONFIG_MACINTOSH_DRIVERS is not set
53842 -CONFIG_NETDEVICES=y
53843 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
53844 -# CONFIG_DUMMY is not set
53845 -# CONFIG_BONDING is not set
53846 -# CONFIG_MACVLAN is not set
53847 -# CONFIG_EQUALIZER is not set
53848 -# CONFIG_TUN is not set
53849 -# CONFIG_VETH is not set
53850 -# CONFIG_ARCNET is not set
53851 -# CONFIG_PHYLIB is not set
53852 -CONFIG_NET_ETHERNET=y
53853 -# CONFIG_MII is not set
53854 -# CONFIG_HAPPYMEAL is not set
53855 -# CONFIG_SUNGEM is not set
53856 -# CONFIG_CASSINI is not set
53857 -# CONFIG_NET_VENDOR_3COM is not set
53858 -# CONFIG_NET_TULIP is not set
53859 -# CONFIG_HP100 is not set
53860 -CONFIG_IBM_NEW_EMAC=y
53861 -CONFIG_IBM_NEW_EMAC_RXB=256
53862 -CONFIG_IBM_NEW_EMAC_TXB=256
53863 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
53864 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
53865 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
53866 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
53867 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
53868 -CONFIG_IBM_NEW_EMAC_RGMII=y
53869 -# CONFIG_IBM_NEW_EMAC_TAH is not set
53870 -CONFIG_IBM_NEW_EMAC_EMAC4=y
53871 -# CONFIG_NET_PCI is not set
53872 -# CONFIG_B44 is not set
53873 -# CONFIG_NETDEV_1000 is not set
53874 -# CONFIG_NETDEV_10000 is not set
53875 -# CONFIG_TR is not set
53876 -
53877 -#
53878 -# Wireless LAN
53879 -#
53880 -# CONFIG_WLAN_PRE80211 is not set
53881 -# CONFIG_WLAN_80211 is not set
53882 -# CONFIG_WAN is not set
53883 -# CONFIG_FDDI is not set
53884 -# CONFIG_HIPPI is not set
53885 -# CONFIG_PPP is not set
53886 -# CONFIG_SLIP is not set
53887 -# CONFIG_NETCONSOLE is not set
53888 -# CONFIG_NETPOLL is not set
53889 -# CONFIG_NET_POLL_CONTROLLER is not set
53890 -# CONFIG_ISDN is not set
53891 -# CONFIG_PHONE is not set
53892 -
53893 -#
53894 -# Input device support
53895 -#
53896 -# CONFIG_INPUT is not set
53897 -
53898 -#
53899 -# Hardware I/O ports
53900 -#
53901 -# CONFIG_SERIO is not set
53902 -# CONFIG_GAMEPORT is not set
53903 -
53904 -#
53905 -# Character devices
53906 -#
53907 -# CONFIG_VT is not set
53908 -# CONFIG_SERIAL_NONSTANDARD is not set
53909 -# CONFIG_NOZOMI is not set
53910 -
53911 -#
53912 -# Serial drivers
53913 -#
53914 -CONFIG_SERIAL_8250=y
53915 -CONFIG_SERIAL_8250_CONSOLE=y
53916 -CONFIG_SERIAL_8250_PCI=y
53917 -CONFIG_SERIAL_8250_NR_UARTS=4
53918 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
53919 -CONFIG_SERIAL_8250_EXTENDED=y
53920 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
53921 -CONFIG_SERIAL_8250_SHARE_IRQ=y
53922 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
53923 -# CONFIG_SERIAL_8250_RSA is not set
53924 -
53925 -#
53926 -# Non-8250 serial port support
53927 -#
53928 -# CONFIG_SERIAL_UARTLITE is not set
53929 -CONFIG_SERIAL_CORE=y
53930 -CONFIG_SERIAL_CORE_CONSOLE=y
53931 -# CONFIG_SERIAL_JSM is not set
53932 -CONFIG_SERIAL_OF_PLATFORM=y
53933 -CONFIG_UNIX98_PTYS=y
53934 -CONFIG_LEGACY_PTYS=y
53935 -CONFIG_LEGACY_PTY_COUNT=256
53936 -# CONFIG_IPMI_HANDLER is not set
53937 -# CONFIG_HW_RANDOM is not set
53938 -# CONFIG_NVRAM is not set
53939 -# CONFIG_GEN_RTC is not set
53940 -# CONFIG_R3964 is not set
53941 -# CONFIG_APPLICOM is not set
53942 -# CONFIG_RAW_DRIVER is not set
53943 -# CONFIG_TCG_TPM is not set
53944 -CONFIG_DEVPORT=y
53945 -# CONFIG_I2C is not set
53946 -
53947 -#
53948 -# SPI support
53949 -#
53950 -# CONFIG_SPI is not set
53951 -# CONFIG_SPI_MASTER is not set
53952 -# CONFIG_W1 is not set
53953 -# CONFIG_POWER_SUPPLY is not set
53954 -# CONFIG_HWMON is not set
53955 -CONFIG_THERMAL=y
53956 -# CONFIG_WATCHDOG is not set
53957 -
53958 -#
53959 -# Sonics Silicon Backplane
53960 -#
53961 -CONFIG_SSB_POSSIBLE=y
53962 -# CONFIG_SSB is not set
53963 -
53964 -#
53965 -# Multifunction device drivers
53966 -#
53967 -# CONFIG_MFD_SM501 is not set
53968 -
53969 -#
53970 -# Multimedia devices
53971 -#
53972 -# CONFIG_VIDEO_DEV is not set
53973 -# CONFIG_DVB_CORE is not set
53974 -# CONFIG_DAB is not set
53975 -
53976 -#
53977 -# Graphics support
53978 -#
53979 -# CONFIG_AGP is not set
53980 -# CONFIG_DRM is not set
53981 -# CONFIG_VGASTATE is not set
53982 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
53983 -# CONFIG_FB is not set
53984 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
53985 -
53986 -#
53987 -# Display device support
53988 -#
53989 -# CONFIG_DISPLAY_SUPPORT is not set
53990 -
53991 -#
53992 -# Sound
53993 -#
53994 -# CONFIG_SOUND is not set
53995 -# CONFIG_USB_SUPPORT is not set
53996 -# CONFIG_MMC is not set
53997 -# CONFIG_MEMSTICK is not set
53998 -# CONFIG_NEW_LEDS is not set
53999 -# CONFIG_INFINIBAND is not set
54000 -# CONFIG_EDAC is not set
54001 -# CONFIG_RTC_CLASS is not set
54002 -
54003 -#
54004 -# Userspace I/O
54005 -#
54006 -# CONFIG_UIO is not set
54007 -
54008 -#
54009 -# File systems
54010 -#
54011 -CONFIG_EXT2_FS=y
54012 -# CONFIG_EXT2_FS_XATTR is not set
54013 -# CONFIG_EXT2_FS_XIP is not set
54014 -# CONFIG_EXT3_FS is not set
54015 -# CONFIG_EXT4DEV_FS is not set
54016 -# CONFIG_REISERFS_FS is not set
54017 -# CONFIG_JFS_FS is not set
54018 -# CONFIG_FS_POSIX_ACL is not set
54019 -# CONFIG_XFS_FS is not set
54020 -# CONFIG_GFS2_FS is not set
54021 -# CONFIG_OCFS2_FS is not set
54022 -CONFIG_DNOTIFY=y
54023 -CONFIG_INOTIFY=y
54024 -CONFIG_INOTIFY_USER=y
54025 -# CONFIG_QUOTA is not set
54026 -# CONFIG_AUTOFS_FS is not set
54027 -# CONFIG_AUTOFS4_FS is not set
54028 -# CONFIG_FUSE_FS is not set
54029 -
54030 -#
54031 -# CD-ROM/DVD Filesystems
54032 -#
54033 -# CONFIG_ISO9660_FS is not set
54034 -# CONFIG_UDF_FS is not set
54035 -
54036 -#
54037 -# DOS/FAT/NT Filesystems
54038 -#
54039 -# CONFIG_MSDOS_FS is not set
54040 -# CONFIG_VFAT_FS is not set
54041 -# CONFIG_NTFS_FS is not set
54042 -
54043 -#
54044 -# Pseudo filesystems
54045 -#
54046 -CONFIG_PROC_FS=y
54047 -CONFIG_PROC_KCORE=y
54048 -CONFIG_PROC_SYSCTL=y
54049 -CONFIG_SYSFS=y
54050 -CONFIG_TMPFS=y
54051 -# CONFIG_TMPFS_POSIX_ACL is not set
54052 -# CONFIG_HUGETLB_PAGE is not set
54053 -# CONFIG_CONFIGFS_FS is not set
54054 -
54055 -#
54056 -# Miscellaneous filesystems
54057 -#
54058 -# CONFIG_ADFS_FS is not set
54059 -# CONFIG_AFFS_FS is not set
54060 -# CONFIG_HFS_FS is not set
54061 -# CONFIG_HFSPLUS_FS is not set
54062 -# CONFIG_BEFS_FS is not set
54063 -# CONFIG_BFS_FS is not set
54064 -# CONFIG_EFS_FS is not set
54065 -# CONFIG_JFFS2_FS is not set
54066 -CONFIG_CRAMFS=y
54067 -# CONFIG_VXFS_FS is not set
54068 -# CONFIG_MINIX_FS is not set
54069 -# CONFIG_HPFS_FS is not set
54070 -# CONFIG_QNX4FS_FS is not set
54071 -# CONFIG_ROMFS_FS is not set
54072 -# CONFIG_SYSV_FS is not set
54073 -# CONFIG_UFS_FS is not set
54074 -CONFIG_NETWORK_FILESYSTEMS=y
54075 -CONFIG_NFS_FS=y
54076 -CONFIG_NFS_V3=y
54077 -# CONFIG_NFS_V3_ACL is not set
54078 -# CONFIG_NFS_V4 is not set
54079 -# CONFIG_NFS_DIRECTIO is not set
54080 -# CONFIG_NFSD is not set
54081 -CONFIG_ROOT_NFS=y
54082 -CONFIG_LOCKD=y
54083 -CONFIG_LOCKD_V4=y
54084 -CONFIG_NFS_COMMON=y
54085 -CONFIG_SUNRPC=y
54086 -# CONFIG_SUNRPC_BIND34 is not set
54087 -# CONFIG_RPCSEC_GSS_KRB5 is not set
54088 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
54089 -# CONFIG_SMB_FS is not set
54090 -# CONFIG_CIFS is not set
54091 -# CONFIG_NCP_FS is not set
54092 -# CONFIG_CODA_FS is not set
54093 -# CONFIG_AFS_FS is not set
54094 -
54095 -#
54096 -# Partition Types
54097 -#
54098 -# CONFIG_PARTITION_ADVANCED is not set
54099 -CONFIG_MSDOS_PARTITION=y
54100 -# CONFIG_NLS is not set
54101 -# CONFIG_DLM is not set
54102 -
54103 -#
54104 -# Library routines
54105 -#
54106 -CONFIG_BITREVERSE=y
54107 -# CONFIG_CRC_CCITT is not set
54108 -# CONFIG_CRC16 is not set
54109 -# CONFIG_CRC_ITU_T is not set
54110 -CONFIG_CRC32=y
54111 -# CONFIG_CRC7 is not set
54112 -# CONFIG_LIBCRC32C is not set
54113 -CONFIG_ZLIB_INFLATE=y
54114 -CONFIG_PLIST=y
54115 -CONFIG_HAS_IOMEM=y
54116 -CONFIG_HAS_IOPORT=y
54117 -CONFIG_HAS_DMA=y
54118 -
54119 -#
54120 -# Kernel hacking
54121 -#
54122 -# CONFIG_PRINTK_TIME is not set
54123 -CONFIG_ENABLE_WARN_DEPRECATED=y
54124 -CONFIG_ENABLE_MUST_CHECK=y
54125 -CONFIG_MAGIC_SYSRQ=y
54126 -# CONFIG_UNUSED_SYMBOLS is not set
54127 -CONFIG_DEBUG_FS=y
54128 -# CONFIG_HEADERS_CHECK is not set
54129 -CONFIG_DEBUG_KERNEL=y
54130 -# CONFIG_DEBUG_SHIRQ is not set
54131 -CONFIG_DETECT_SOFTLOCKUP=y
54132 -CONFIG_SCHED_DEBUG=y
54133 -# CONFIG_SCHEDSTATS is not set
54134 -# CONFIG_TIMER_STATS is not set
54135 -# CONFIG_SLUB_DEBUG_ON is not set
54136 -# CONFIG_SLUB_STATS is not set
54137 -# CONFIG_DEBUG_RT_MUTEXES is not set
54138 -# CONFIG_RT_MUTEX_TESTER is not set
54139 -# CONFIG_DEBUG_SPINLOCK is not set
54140 -# CONFIG_DEBUG_MUTEXES is not set
54141 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
54142 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
54143 -# CONFIG_DEBUG_KOBJECT is not set
54144 -CONFIG_DEBUG_BUGVERBOSE=y
54145 -# CONFIG_DEBUG_INFO is not set
54146 -# CONFIG_DEBUG_VM is not set
54147 -# CONFIG_DEBUG_LIST is not set
54148 -# CONFIG_DEBUG_SG is not set
54149 -# CONFIG_BOOT_PRINTK_DELAY is not set
54150 -# CONFIG_RCU_TORTURE_TEST is not set
54151 -# CONFIG_BACKTRACE_SELF_TEST is not set
54152 -# CONFIG_FAULT_INJECTION is not set
54153 -# CONFIG_SAMPLES is not set
54154 -# CONFIG_DEBUG_STACKOVERFLOW is not set
54155 -# CONFIG_DEBUG_STACK_USAGE is not set
54156 -# CONFIG_DEBUG_PAGEALLOC is not set
54157 -# CONFIG_DEBUGGER is not set
54158 -# CONFIG_VIRQ_DEBUG is not set
54159 -# CONFIG_BDI_SWITCH is not set
54160 -# CONFIG_PPC_EARLY_DEBUG is not set
54161 -
54162 -#
54163 -# Security options
54164 -#
54165 -# CONFIG_KEYS is not set
54166 -# CONFIG_SECURITY is not set
54167 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
54168 -CONFIG_CRYPTO=y
54169 -CONFIG_CRYPTO_ALGAPI=y
54170 -CONFIG_CRYPTO_BLKCIPHER=y
54171 -# CONFIG_CRYPTO_SEQIV is not set
54172 -CONFIG_CRYPTO_MANAGER=y
54173 -# CONFIG_CRYPTO_HMAC is not set
54174 -# CONFIG_CRYPTO_XCBC is not set
54175 -# CONFIG_CRYPTO_NULL is not set
54176 -# CONFIG_CRYPTO_MD4 is not set
54177 -CONFIG_CRYPTO_MD5=y
54178 -# CONFIG_CRYPTO_SHA1 is not set
54179 -# CONFIG_CRYPTO_SHA256 is not set
54180 -# CONFIG_CRYPTO_SHA512 is not set
54181 -# CONFIG_CRYPTO_WP512 is not set
54182 -# CONFIG_CRYPTO_TGR192 is not set
54183 -# CONFIG_CRYPTO_GF128MUL is not set
54184 -CONFIG_CRYPTO_ECB=y
54185 -CONFIG_CRYPTO_CBC=y
54186 -CONFIG_CRYPTO_PCBC=y
54187 -# CONFIG_CRYPTO_LRW is not set
54188 -# CONFIG_CRYPTO_XTS is not set
54189 -# CONFIG_CRYPTO_CTR is not set
54190 -# CONFIG_CRYPTO_GCM is not set
54191 -# CONFIG_CRYPTO_CCM is not set
54192 -# CONFIG_CRYPTO_CRYPTD is not set
54193 -CONFIG_CRYPTO_DES=y
54194 -# CONFIG_CRYPTO_FCRYPT is not set
54195 -# CONFIG_CRYPTO_BLOWFISH is not set
54196 -# CONFIG_CRYPTO_TWOFISH is not set
54197 -# CONFIG_CRYPTO_SERPENT is not set
54198 -# CONFIG_CRYPTO_AES is not set
54199 -# CONFIG_CRYPTO_CAST5 is not set
54200 -# CONFIG_CRYPTO_CAST6 is not set
54201 -# CONFIG_CRYPTO_TEA is not set
54202 -# CONFIG_CRYPTO_ARC4 is not set
54203 -# CONFIG_CRYPTO_KHAZAD is not set
54204 -# CONFIG_CRYPTO_ANUBIS is not set
54205 -# CONFIG_CRYPTO_SEED is not set
54206 -# CONFIG_CRYPTO_SALSA20 is not set
54207 -# CONFIG_CRYPTO_DEFLATE is not set
54208 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
54209 -# CONFIG_CRYPTO_CRC32C is not set
54210 -# CONFIG_CRYPTO_CAMELLIA is not set
54211 -# CONFIG_CRYPTO_TEST is not set
54212 -# CONFIG_CRYPTO_AUTHENC is not set
54213 -# CONFIG_CRYPTO_LZO is not set
54214 -CONFIG_CRYPTO_HW=y
54215 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
54216 -# CONFIG_PPC_CLOCK is not set
54217 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/maple_defconfig powerpc.git/arch/powerpc/configs/maple_defconfig
54218 --- linux-2.6.25-rc9/arch/powerpc/configs/maple_defconfig       2008-04-11 22:32:29.000000000 +0200
54219 +++ powerpc.git/arch/powerpc/configs/maple_defconfig    2008-04-19 16:40:52.000000000 +0200
54220 @@ -333,7 +333,7 @@
54221  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
54222  CONFIG_STANDALONE=y
54223  CONFIG_PREVENT_FIRMWARE_BUILD=y
54224 -# CONFIG_FW_LOADER is not set
54225 +CONFIG_FW_LOADER=y
54226  # CONFIG_DEBUG_DRIVER is not set
54227  # CONFIG_DEBUG_DEVRES is not set
54228  # CONFIG_SYS_HYPERVISOR is not set
54229 @@ -374,6 +374,7 @@
54230  CONFIG_BLK_DEV_IDECD=y
54231  # CONFIG_BLK_DEV_IDETAPE is not set
54232  # CONFIG_BLK_DEV_IDEFLOPPY is not set
54233 +# CONFIG_BLK_DEV_IDESCSI is not set
54234  CONFIG_IDE_TASK_IOCTL=y
54235  CONFIG_IDE_PROC_FS=y
54236  
54237 @@ -427,10 +428,129 @@
54238  # SCSI device support
54239  #
54240  # CONFIG_RAID_ATTRS is not set
54241 -# CONFIG_SCSI is not set
54242 -# CONFIG_SCSI_DMA is not set
54243 +CONFIG_SCSI=y
54244 +CONFIG_SCSI_DMA=y
54245 +# CONFIG_SCSI_TGT is not set
54246  # CONFIG_SCSI_NETLINK is not set
54247 -# CONFIG_ATA is not set
54248 +# CONFIG_SCSI_PROC_FS is not set
54249 +
54250 +#
54251 +# SCSI support type (disk, tape, CD-ROM)
54252 +#
54253 +CONFIG_BLK_DEV_SD=y
54254 +# CONFIG_CHR_DEV_ST is not set
54255 +# CONFIG_CHR_DEV_OSST is not set
54256 +# CONFIG_BLK_DEV_SR is not set
54257 +CONFIG_CHR_DEV_SG=y
54258 +# CONFIG_CHR_DEV_SCH is not set
54259 +
54260 +#
54261 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
54262 +#
54263 +# CONFIG_SCSI_MULTI_LUN is not set
54264 +# CONFIG_SCSI_CONSTANTS is not set
54265 +# CONFIG_SCSI_LOGGING is not set
54266 +# CONFIG_SCSI_SCAN_ASYNC is not set
54267 +CONFIG_SCSI_WAIT_SCAN=m
54268 +
54269 +#
54270 +# SCSI Transports
54271 +#
54272 +# CONFIG_SCSI_SPI_ATTRS is not set
54273 +# CONFIG_SCSI_FC_ATTRS is not set
54274 +# CONFIG_SCSI_ISCSI_ATTRS is not set
54275 +# CONFIG_SCSI_SAS_LIBSAS is not set
54276 +# CONFIG_SCSI_SRP_ATTRS is not set
54277 +CONFIG_SCSI_LOWLEVEL=y
54278 +# CONFIG_ISCSI_TCP is not set
54279 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
54280 +# CONFIG_SCSI_3W_9XXX is not set
54281 +# CONFIG_SCSI_ACARD is not set
54282 +# CONFIG_SCSI_AACRAID is not set
54283 +# CONFIG_SCSI_AIC7XXX is not set
54284 +# CONFIG_SCSI_AIC7XXX_OLD is not set
54285 +# CONFIG_SCSI_AIC79XX is not set
54286 +# CONFIG_SCSI_AIC94XX is not set
54287 +# CONFIG_SCSI_ARCMSR is not set
54288 +# CONFIG_MEGARAID_NEWGEN is not set
54289 +# CONFIG_MEGARAID_LEGACY is not set
54290 +# CONFIG_MEGARAID_SAS is not set
54291 +# CONFIG_SCSI_HPTIOP is not set
54292 +# CONFIG_SCSI_DMX3191D is not set
54293 +# CONFIG_SCSI_EATA is not set
54294 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
54295 +# CONFIG_SCSI_GDTH is not set
54296 +# CONFIG_SCSI_IPS is not set
54297 +# CONFIG_SCSI_INITIO is not set
54298 +# CONFIG_SCSI_INIA100 is not set
54299 +# CONFIG_SCSI_STEX is not set
54300 +# CONFIG_SCSI_SYM53C8XX_2 is not set
54301 +CONFIG_SCSI_IPR=y
54302 +CONFIG_SCSI_IPR_TRACE=y
54303 +CONFIG_SCSI_IPR_DUMP=y
54304 +# CONFIG_SCSI_QLOGIC_1280 is not set
54305 +# CONFIG_SCSI_QLA_FC is not set
54306 +# CONFIG_SCSI_QLA_ISCSI is not set
54307 +# CONFIG_SCSI_LPFC is not set
54308 +# CONFIG_SCSI_DC395x is not set
54309 +# CONFIG_SCSI_DC390T is not set
54310 +# CONFIG_SCSI_DEBUG is not set
54311 +# CONFIG_SCSI_SRP is not set
54312 +CONFIG_ATA=y
54313 +CONFIG_ATA_NONSTANDARD=y
54314 +# CONFIG_SATA_AHCI is not set
54315 +# CONFIG_SATA_SVW is not set
54316 +# CONFIG_ATA_PIIX is not set
54317 +# CONFIG_SATA_MV is not set
54318 +# CONFIG_SATA_NV is not set
54319 +# CONFIG_PDC_ADMA is not set
54320 +# CONFIG_SATA_QSTOR is not set
54321 +# CONFIG_SATA_PROMISE is not set
54322 +# CONFIG_SATA_SX4 is not set
54323 +# CONFIG_SATA_SIL is not set
54324 +# CONFIG_SATA_SIL24 is not set
54325 +# CONFIG_SATA_SIS is not set
54326 +# CONFIG_SATA_ULI is not set
54327 +# CONFIG_SATA_VIA is not set
54328 +# CONFIG_SATA_VITESSE is not set
54329 +# CONFIG_SATA_INIC162X is not set
54330 +# CONFIG_PATA_ALI is not set
54331 +# CONFIG_PATA_AMD is not set
54332 +# CONFIG_PATA_ARTOP is not set
54333 +# CONFIG_PATA_ATIIXP is not set
54334 +# CONFIG_PATA_CMD640_PCI is not set
54335 +# CONFIG_PATA_CMD64X is not set
54336 +# CONFIG_PATA_CS5520 is not set
54337 +# CONFIG_PATA_CS5530 is not set
54338 +# CONFIG_PATA_CYPRESS is not set
54339 +# CONFIG_PATA_EFAR is not set
54340 +# CONFIG_ATA_GENERIC is not set
54341 +# CONFIG_PATA_HPT366 is not set
54342 +# CONFIG_PATA_HPT37X is not set
54343 +# CONFIG_PATA_HPT3X2N is not set
54344 +# CONFIG_PATA_HPT3X3 is not set
54345 +# CONFIG_PATA_IT821X is not set
54346 +# CONFIG_PATA_IT8213 is not set
54347 +# CONFIG_PATA_JMICRON is not set
54348 +# CONFIG_PATA_TRIFLEX is not set
54349 +# CONFIG_PATA_MARVELL is not set
54350 +# CONFIG_PATA_MPIIX is not set
54351 +# CONFIG_PATA_OLDPIIX is not set
54352 +# CONFIG_PATA_NETCELL is not set
54353 +# CONFIG_PATA_NS87410 is not set
54354 +# CONFIG_PATA_NS87415 is not set
54355 +# CONFIG_PATA_OPTI is not set
54356 +# CONFIG_PATA_OPTIDMA is not set
54357 +# CONFIG_PATA_PDC_OLD is not set
54358 +# CONFIG_PATA_RADISYS is not set
54359 +# CONFIG_PATA_RZ1000 is not set
54360 +# CONFIG_PATA_SC1200 is not set
54361 +# CONFIG_PATA_SERVERWORKS is not set
54362 +# CONFIG_PATA_PDC2027X is not set
54363 +# CONFIG_PATA_SIL680 is not set
54364 +# CONFIG_PATA_SIS is not set
54365 +# CONFIG_PATA_VIA is not set
54366 +# CONFIG_PATA_WINBOND is not set
54367  # CONFIG_MD is not set
54368  # CONFIG_FUSION is not set
54369  
54370 @@ -536,6 +656,7 @@
54371  # CONFIG_HIPPI is not set
54372  # CONFIG_PPP is not set
54373  # CONFIG_SLIP is not set
54374 +# CONFIG_NET_FC is not set
54375  # CONFIG_SHAPER is not set
54376  # CONFIG_NETCONSOLE is not set
54377  # CONFIG_NETPOLL is not set
54378 @@ -783,12 +904,14 @@
54379  #
54380  # may also be needed; see USB_STORAGE Help for more information
54381  #
54382 +# CONFIG_USB_STORAGE is not set
54383  # CONFIG_USB_LIBUSUAL is not set
54384  
54385  #
54386  # USB Imaging devices
54387  #
54388  # CONFIG_USB_MDC800 is not set
54389 +# CONFIG_USB_MICROTEK is not set
54390  CONFIG_USB_MON=y
54391  
54392  #
54393 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8313_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc8313_rdb_defconfig
54394 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8313_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
54395 +++ powerpc.git/arch/powerpc/configs/mpc8313_rdb_defconfig      1970-01-01 01:00:00.000000000 +0100
54396 @@ -1,1393 +0,0 @@
54397 -#
54398 -# Automatically generated make config: don't edit
54399 -# Linux kernel version: 2.6.25-rc6
54400 -# Mon Mar 24 08:48:14 2008
54401 -#
54402 -# CONFIG_PPC64 is not set
54403 -
54404 -#
54405 -# Processor support
54406 -#
54407 -CONFIG_6xx=y
54408 -# CONFIG_PPC_85xx is not set
54409 -# CONFIG_PPC_8xx is not set
54410 -# CONFIG_40x is not set
54411 -# CONFIG_44x is not set
54412 -# CONFIG_E200 is not set
54413 -CONFIG_PPC_FPU=y
54414 -# CONFIG_FSL_EMB_PERFMON is not set
54415 -CONFIG_PPC_STD_MMU=y
54416 -CONFIG_PPC_STD_MMU_32=y
54417 -# CONFIG_PPC_MM_SLICES is not set
54418 -# CONFIG_SMP is not set
54419 -CONFIG_PPC32=y
54420 -CONFIG_WORD_SIZE=32
54421 -CONFIG_PPC_MERGE=y
54422 -CONFIG_MMU=y
54423 -CONFIG_GENERIC_CMOS_UPDATE=y
54424 -CONFIG_GENERIC_TIME=y
54425 -CONFIG_GENERIC_TIME_VSYSCALL=y
54426 -CONFIG_GENERIC_CLOCKEVENTS=y
54427 -CONFIG_GENERIC_HARDIRQS=y
54428 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
54429 -CONFIG_IRQ_PER_CPU=y
54430 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
54431 -CONFIG_ARCH_HAS_ILOG2_U32=y
54432 -CONFIG_GENERIC_HWEIGHT=y
54433 -CONFIG_GENERIC_CALIBRATE_DELAY=y
54434 -CONFIG_GENERIC_FIND_NEXT_BIT=y
54435 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
54436 -CONFIG_PPC=y
54437 -CONFIG_EARLY_PRINTK=y
54438 -CONFIG_GENERIC_NVRAM=y
54439 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
54440 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
54441 -CONFIG_PPC_OF=y
54442 -CONFIG_OF=y
54443 -CONFIG_PPC_UDBG_16550=y
54444 -# CONFIG_GENERIC_TBSYNC is not set
54445 -CONFIG_AUDIT_ARCH=y
54446 -CONFIG_GENERIC_BUG=y
54447 -CONFIG_DEFAULT_UIMAGE=y
54448 -# CONFIG_PPC_DCR_NATIVE is not set
54449 -# CONFIG_PPC_DCR_MMIO is not set
54450 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
54451 -
54452 -#
54453 -# General setup
54454 -#
54455 -CONFIG_EXPERIMENTAL=y
54456 -CONFIG_BROKEN_ON_SMP=y
54457 -CONFIG_INIT_ENV_ARG_LIMIT=32
54458 -CONFIG_LOCALVERSION=""
54459 -CONFIG_LOCALVERSION_AUTO=y
54460 -CONFIG_SWAP=y
54461 -CONFIG_SYSVIPC=y
54462 -CONFIG_SYSVIPC_SYSCTL=y
54463 -# CONFIG_POSIX_MQUEUE is not set
54464 -# CONFIG_BSD_PROCESS_ACCT is not set
54465 -# CONFIG_TASKSTATS is not set
54466 -# CONFIG_AUDIT is not set
54467 -# CONFIG_IKCONFIG is not set
54468 -CONFIG_LOG_BUF_SHIFT=14
54469 -# CONFIG_CGROUPS is not set
54470 -CONFIG_GROUP_SCHED=y
54471 -# CONFIG_FAIR_GROUP_SCHED is not set
54472 -# CONFIG_RT_GROUP_SCHED is not set
54473 -CONFIG_USER_SCHED=y
54474 -# CONFIG_CGROUP_SCHED is not set
54475 -CONFIG_SYSFS_DEPRECATED=y
54476 -CONFIG_SYSFS_DEPRECATED_V2=y
54477 -# CONFIG_RELAY is not set
54478 -# CONFIG_NAMESPACES is not set
54479 -CONFIG_BLK_DEV_INITRD=y
54480 -CONFIG_INITRAMFS_SOURCE=""
54481 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
54482 -CONFIG_SYSCTL=y
54483 -CONFIG_EMBEDDED=y
54484 -CONFIG_SYSCTL_SYSCALL=y
54485 -# CONFIG_KALLSYMS is not set
54486 -CONFIG_HOTPLUG=y
54487 -CONFIG_PRINTK=y
54488 -CONFIG_BUG=y
54489 -CONFIG_ELF_CORE=y
54490 -CONFIG_COMPAT_BRK=y
54491 -CONFIG_BASE_FULL=y
54492 -CONFIG_FUTEX=y
54493 -CONFIG_ANON_INODES=y
54494 -# CONFIG_EPOLL is not set
54495 -CONFIG_SIGNALFD=y
54496 -CONFIG_TIMERFD=y
54497 -CONFIG_EVENTFD=y
54498 -CONFIG_SHMEM=y
54499 -CONFIG_VM_EVENT_COUNTERS=y
54500 -CONFIG_SLUB_DEBUG=y
54501 -# CONFIG_SLAB is not set
54502 -CONFIG_SLUB=y
54503 -# CONFIG_SLOB is not set
54504 -# CONFIG_PROFILING is not set
54505 -# CONFIG_MARKERS is not set
54506 -CONFIG_HAVE_OPROFILE=y
54507 -CONFIG_HAVE_KPROBES=y
54508 -CONFIG_HAVE_KRETPROBES=y
54509 -CONFIG_PROC_PAGE_MONITOR=y
54510 -CONFIG_SLABINFO=y
54511 -CONFIG_RT_MUTEXES=y
54512 -# CONFIG_TINY_SHMEM is not set
54513 -CONFIG_BASE_SMALL=0
54514 -CONFIG_MODULES=y
54515 -CONFIG_MODULE_UNLOAD=y
54516 -# CONFIG_MODULE_FORCE_UNLOAD is not set
54517 -# CONFIG_MODVERSIONS is not set
54518 -# CONFIG_MODULE_SRCVERSION_ALL is not set
54519 -# CONFIG_KMOD is not set
54520 -CONFIG_BLOCK=y
54521 -# CONFIG_LBD is not set
54522 -# CONFIG_BLK_DEV_IO_TRACE is not set
54523 -# CONFIG_LSF is not set
54524 -# CONFIG_BLK_DEV_BSG is not set
54525 -
54526 -#
54527 -# IO Schedulers
54528 -#
54529 -CONFIG_IOSCHED_NOOP=y
54530 -CONFIG_IOSCHED_AS=y
54531 -CONFIG_IOSCHED_DEADLINE=y
54532 -CONFIG_IOSCHED_CFQ=y
54533 -CONFIG_DEFAULT_AS=y
54534 -# CONFIG_DEFAULT_DEADLINE is not set
54535 -# CONFIG_DEFAULT_CFQ is not set
54536 -# CONFIG_DEFAULT_NOOP is not set
54537 -CONFIG_DEFAULT_IOSCHED="anticipatory"
54538 -CONFIG_CLASSIC_RCU=y
54539 -
54540 -#
54541 -# Platform support
54542 -#
54543 -# CONFIG_PPC_MULTIPLATFORM is not set
54544 -# CONFIG_PPC_82xx is not set
54545 -CONFIG_PPC_83xx=y
54546 -# CONFIG_PPC_86xx is not set
54547 -# CONFIG_PPC_MPC512x is not set
54548 -# CONFIG_PPC_MPC5121 is not set
54549 -# CONFIG_PPC_CELL is not set
54550 -# CONFIG_PPC_CELL_NATIVE is not set
54551 -# CONFIG_PQ2ADS is not set
54552 -CONFIG_MPC83xx=y
54553 -CONFIG_MPC831x_RDB=y
54554 -# CONFIG_MPC832x_MDS is not set
54555 -# CONFIG_MPC832x_RDB is not set
54556 -# CONFIG_MPC834x_MDS is not set
54557 -# CONFIG_MPC834x_ITX is not set
54558 -# CONFIG_MPC836x_MDS is not set
54559 -# CONFIG_MPC837x_MDS is not set
54560 -# CONFIG_MPC837x_RDB is not set
54561 -# CONFIG_SBC834x is not set
54562 -CONFIG_PPC_MPC831x=y
54563 -CONFIG_IPIC=y
54564 -# CONFIG_MPIC is not set
54565 -# CONFIG_MPIC_WEIRD is not set
54566 -# CONFIG_PPC_I8259 is not set
54567 -# CONFIG_PPC_RTAS is not set
54568 -# CONFIG_MMIO_NVRAM is not set
54569 -# CONFIG_PPC_MPC106 is not set
54570 -# CONFIG_PPC_970_NAP is not set
54571 -# CONFIG_PPC_INDIRECT_IO is not set
54572 -# CONFIG_GENERIC_IOMAP is not set
54573 -# CONFIG_CPU_FREQ is not set
54574 -# CONFIG_FSL_ULI1575 is not set
54575 -
54576 -#
54577 -# Kernel options
54578 -#
54579 -# CONFIG_HIGHMEM is not set
54580 -CONFIG_TICK_ONESHOT=y
54581 -CONFIG_NO_HZ=y
54582 -CONFIG_HIGH_RES_TIMERS=y
54583 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
54584 -# CONFIG_HZ_100 is not set
54585 -CONFIG_HZ_250=y
54586 -# CONFIG_HZ_300 is not set
54587 -# CONFIG_HZ_1000 is not set
54588 -CONFIG_HZ=250
54589 -# CONFIG_SCHED_HRTICK is not set
54590 -CONFIG_PREEMPT_NONE=y
54591 -# CONFIG_PREEMPT_VOLUNTARY is not set
54592 -# CONFIG_PREEMPT is not set
54593 -CONFIG_BINFMT_ELF=y
54594 -# CONFIG_BINFMT_MISC is not set
54595 -# CONFIG_IOMMU_HELPER is not set
54596 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
54597 -CONFIG_ARCH_HAS_WALK_MEMORY=y
54598 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
54599 -CONFIG_ARCH_FLATMEM_ENABLE=y
54600 -CONFIG_ARCH_POPULATES_NODE_MAP=y
54601 -CONFIG_SELECT_MEMORY_MODEL=y
54602 -CONFIG_FLATMEM_MANUAL=y
54603 -# CONFIG_DISCONTIGMEM_MANUAL is not set
54604 -# CONFIG_SPARSEMEM_MANUAL is not set
54605 -CONFIG_FLATMEM=y
54606 -CONFIG_FLAT_NODE_MEM_MAP=y
54607 -# CONFIG_SPARSEMEM_STATIC is not set
54608 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
54609 -CONFIG_SPLIT_PTLOCK_CPUS=4
54610 -# CONFIG_RESOURCES_64BIT is not set
54611 -CONFIG_ZONE_DMA_FLAG=1
54612 -CONFIG_BOUNCE=y
54613 -CONFIG_VIRT_TO_BUS=y
54614 -CONFIG_PROC_DEVICETREE=y
54615 -# CONFIG_CMDLINE_BOOL is not set
54616 -# CONFIG_PM is not set
54617 -CONFIG_SECCOMP=y
54618 -CONFIG_ISA_DMA_API=y
54619 -
54620 -#
54621 -# Bus options
54622 -#
54623 -CONFIG_ZONE_DMA=y
54624 -CONFIG_GENERIC_ISA_DMA=y
54625 -CONFIG_PPC_INDIRECT_PCI=y
54626 -CONFIG_FSL_SOC=y
54627 -CONFIG_PCI=y
54628 -CONFIG_PCI_DOMAINS=y
54629 -CONFIG_PCI_SYSCALL=y
54630 -# CONFIG_PCIEPORTBUS is not set
54631 -CONFIG_ARCH_SUPPORTS_MSI=y
54632 -# CONFIG_PCI_MSI is not set
54633 -CONFIG_PCI_LEGACY=y
54634 -# CONFIG_PCI_DEBUG is not set
54635 -# CONFIG_PCCARD is not set
54636 -# CONFIG_HOTPLUG_PCI is not set
54637 -
54638 -#
54639 -# Advanced setup
54640 -#
54641 -# CONFIG_ADVANCED_OPTIONS is not set
54642 -
54643 -#
54644 -# Default settings for advanced configuration options are used
54645 -#
54646 -CONFIG_HIGHMEM_START=0xfe000000
54647 -CONFIG_LOWMEM_SIZE=0x30000000
54648 -CONFIG_KERNEL_START=0xc0000000
54649 -CONFIG_TASK_SIZE=0xc0000000
54650 -CONFIG_BOOT_LOAD=0x00800000
54651 -
54652 -#
54653 -# Networking
54654 -#
54655 -CONFIG_NET=y
54656 -
54657 -#
54658 -# Networking options
54659 -#
54660 -CONFIG_PACKET=y
54661 -# CONFIG_PACKET_MMAP is not set
54662 -CONFIG_UNIX=y
54663 -CONFIG_XFRM=y
54664 -# CONFIG_XFRM_USER is not set
54665 -# CONFIG_XFRM_SUB_POLICY is not set
54666 -# CONFIG_XFRM_MIGRATE is not set
54667 -# CONFIG_XFRM_STATISTICS is not set
54668 -# CONFIG_NET_KEY is not set
54669 -CONFIG_INET=y
54670 -CONFIG_IP_MULTICAST=y
54671 -# CONFIG_IP_ADVANCED_ROUTER is not set
54672 -CONFIG_IP_FIB_HASH=y
54673 -CONFIG_IP_PNP=y
54674 -CONFIG_IP_PNP_DHCP=y
54675 -CONFIG_IP_PNP_BOOTP=y
54676 -# CONFIG_IP_PNP_RARP is not set
54677 -# CONFIG_NET_IPIP is not set
54678 -# CONFIG_NET_IPGRE is not set
54679 -# CONFIG_IP_MROUTE is not set
54680 -# CONFIG_ARPD is not set
54681 -CONFIG_SYN_COOKIES=y
54682 -# CONFIG_INET_AH is not set
54683 -# CONFIG_INET_ESP is not set
54684 -# CONFIG_INET_IPCOMP is not set
54685 -# CONFIG_INET_XFRM_TUNNEL is not set
54686 -# CONFIG_INET_TUNNEL is not set
54687 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
54688 -CONFIG_INET_XFRM_MODE_TUNNEL=y
54689 -CONFIG_INET_XFRM_MODE_BEET=y
54690 -# CONFIG_INET_LRO is not set
54691 -CONFIG_INET_DIAG=y
54692 -CONFIG_INET_TCP_DIAG=y
54693 -# CONFIG_TCP_CONG_ADVANCED is not set
54694 -CONFIG_TCP_CONG_CUBIC=y
54695 -CONFIG_DEFAULT_TCP_CONG="cubic"
54696 -# CONFIG_TCP_MD5SIG is not set
54697 -# CONFIG_IPV6 is not set
54698 -# CONFIG_INET6_XFRM_TUNNEL is not set
54699 -# CONFIG_INET6_TUNNEL is not set
54700 -# CONFIG_NETWORK_SECMARK is not set
54701 -# CONFIG_NETFILTER is not set
54702 -# CONFIG_IP_DCCP is not set
54703 -# CONFIG_IP_SCTP is not set
54704 -# CONFIG_TIPC is not set
54705 -# CONFIG_ATM is not set
54706 -# CONFIG_BRIDGE is not set
54707 -# CONFIG_VLAN_8021Q is not set
54708 -# CONFIG_DECNET is not set
54709 -# CONFIG_LLC2 is not set
54710 -# CONFIG_IPX is not set
54711 -# CONFIG_ATALK is not set
54712 -# CONFIG_X25 is not set
54713 -# CONFIG_LAPB is not set
54714 -# CONFIG_ECONET is not set
54715 -# CONFIG_WAN_ROUTER is not set
54716 -# CONFIG_NET_SCHED is not set
54717 -
54718 -#
54719 -# Network testing
54720 -#
54721 -# CONFIG_NET_PKTGEN is not set
54722 -# CONFIG_HAMRADIO is not set
54723 -# CONFIG_CAN is not set
54724 -# CONFIG_IRDA is not set
54725 -# CONFIG_BT is not set
54726 -# CONFIG_AF_RXRPC is not set
54727 -
54728 -#
54729 -# Wireless
54730 -#
54731 -# CONFIG_CFG80211 is not set
54732 -# CONFIG_WIRELESS_EXT is not set
54733 -# CONFIG_MAC80211 is not set
54734 -# CONFIG_IEEE80211 is not set
54735 -# CONFIG_RFKILL is not set
54736 -# CONFIG_NET_9P is not set
54737 -
54738 -#
54739 -# Device Drivers
54740 -#
54741 -
54742 -#
54743 -# Generic Driver Options
54744 -#
54745 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
54746 -CONFIG_STANDALONE=y
54747 -CONFIG_PREVENT_FIRMWARE_BUILD=y
54748 -# CONFIG_FW_LOADER is not set
54749 -# CONFIG_DEBUG_DRIVER is not set
54750 -# CONFIG_DEBUG_DEVRES is not set
54751 -# CONFIG_SYS_HYPERVISOR is not set
54752 -# CONFIG_CONNECTOR is not set
54753 -CONFIG_MTD=y
54754 -# CONFIG_MTD_DEBUG is not set
54755 -# CONFIG_MTD_CONCAT is not set
54756 -CONFIG_MTD_PARTITIONS=y
54757 -# CONFIG_MTD_REDBOOT_PARTS is not set
54758 -# CONFIG_MTD_CMDLINE_PARTS is not set
54759 -# CONFIG_MTD_OF_PARTS is not set
54760 -
54761 -#
54762 -# User Modules And Translation Layers
54763 -#
54764 -CONFIG_MTD_CHAR=y
54765 -CONFIG_MTD_BLKDEVS=y
54766 -CONFIG_MTD_BLOCK=y
54767 -# CONFIG_FTL is not set
54768 -# CONFIG_NFTL is not set
54769 -# CONFIG_INFTL is not set
54770 -# CONFIG_RFD_FTL is not set
54771 -# CONFIG_SSFDC is not set
54772 -# CONFIG_MTD_OOPS is not set
54773 -
54774 -#
54775 -# RAM/ROM/Flash chip drivers
54776 -#
54777 -CONFIG_MTD_CFI=y
54778 -# CONFIG_MTD_JEDECPROBE is not set
54779 -CONFIG_MTD_GEN_PROBE=y
54780 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
54781 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
54782 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
54783 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
54784 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
54785 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
54786 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
54787 -CONFIG_MTD_CFI_I1=y
54788 -CONFIG_MTD_CFI_I2=y
54789 -# CONFIG_MTD_CFI_I4 is not set
54790 -# CONFIG_MTD_CFI_I8 is not set
54791 -# CONFIG_MTD_CFI_INTELEXT is not set
54792 -CONFIG_MTD_CFI_AMDSTD=y
54793 -# CONFIG_MTD_CFI_STAA is not set
54794 -CONFIG_MTD_CFI_UTIL=y
54795 -# CONFIG_MTD_RAM is not set
54796 -# CONFIG_MTD_ROM is not set
54797 -# CONFIG_MTD_ABSENT is not set
54798 -
54799 -#
54800 -# Mapping drivers for chip access
54801 -#
54802 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
54803 -# CONFIG_MTD_PHYSMAP is not set
54804 -CONFIG_MTD_PHYSMAP_OF=y
54805 -# CONFIG_MTD_INTEL_VR_NOR is not set
54806 -# CONFIG_MTD_PLATRAM is not set
54807 -
54808 -#
54809 -# Self-contained MTD device drivers
54810 -#
54811 -# CONFIG_MTD_PMC551 is not set
54812 -# CONFIG_MTD_DATAFLASH is not set
54813 -# CONFIG_MTD_M25P80 is not set
54814 -# CONFIG_MTD_SLRAM is not set
54815 -# CONFIG_MTD_PHRAM is not set
54816 -# CONFIG_MTD_MTDRAM is not set
54817 -# CONFIG_MTD_BLOCK2MTD is not set
54818 -
54819 -#
54820 -# Disk-On-Chip Device Drivers
54821 -#
54822 -# CONFIG_MTD_DOC2000 is not set
54823 -# CONFIG_MTD_DOC2001 is not set
54824 -# CONFIG_MTD_DOC2001PLUS is not set
54825 -CONFIG_MTD_NAND=y
54826 -CONFIG_MTD_NAND_VERIFY_WRITE=y
54827 -# CONFIG_MTD_NAND_ECC_SMC is not set
54828 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
54829 -CONFIG_MTD_NAND_IDS=y
54830 -# CONFIG_MTD_NAND_DISKONCHIP is not set
54831 -# CONFIG_MTD_NAND_CAFE is not set
54832 -# CONFIG_MTD_NAND_NANDSIM is not set
54833 -# CONFIG_MTD_NAND_PLATFORM is not set
54834 -# CONFIG_MTD_ALAUDA is not set
54835 -# CONFIG_MTD_NAND_FSL_ELBC is not set
54836 -# CONFIG_MTD_ONENAND is not set
54837 -
54838 -#
54839 -# UBI - Unsorted block images
54840 -#
54841 -# CONFIG_MTD_UBI is not set
54842 -CONFIG_OF_DEVICE=y
54843 -# CONFIG_PARPORT is not set
54844 -CONFIG_BLK_DEV=y
54845 -# CONFIG_BLK_DEV_FD is not set
54846 -# CONFIG_BLK_CPQ_DA is not set
54847 -# CONFIG_BLK_CPQ_CISS_DA is not set
54848 -# CONFIG_BLK_DEV_DAC960 is not set
54849 -# CONFIG_BLK_DEV_UMEM is not set
54850 -# CONFIG_BLK_DEV_COW_COMMON is not set
54851 -CONFIG_BLK_DEV_LOOP=y
54852 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
54853 -# CONFIG_BLK_DEV_NBD is not set
54854 -# CONFIG_BLK_DEV_SX8 is not set
54855 -# CONFIG_BLK_DEV_UB is not set
54856 -CONFIG_BLK_DEV_RAM=y
54857 -CONFIG_BLK_DEV_RAM_COUNT=16
54858 -CONFIG_BLK_DEV_RAM_SIZE=32768
54859 -# CONFIG_BLK_DEV_XIP is not set
54860 -# CONFIG_CDROM_PKTCDVD is not set
54861 -# CONFIG_ATA_OVER_ETH is not set
54862 -CONFIG_MISC_DEVICES=y
54863 -# CONFIG_PHANTOM is not set
54864 -# CONFIG_EEPROM_93CX6 is not set
54865 -# CONFIG_SGI_IOC4 is not set
54866 -# CONFIG_TIFM_CORE is not set
54867 -# CONFIG_ENCLOSURE_SERVICES is not set
54868 -CONFIG_HAVE_IDE=y
54869 -# CONFIG_IDE is not set
54870 -
54871 -#
54872 -# SCSI device support
54873 -#
54874 -# CONFIG_RAID_ATTRS is not set
54875 -CONFIG_SCSI=y
54876 -CONFIG_SCSI_DMA=y
54877 -# CONFIG_SCSI_TGT is not set
54878 -# CONFIG_SCSI_NETLINK is not set
54879 -CONFIG_SCSI_PROC_FS=y
54880 -
54881 -#
54882 -# SCSI support type (disk, tape, CD-ROM)
54883 -#
54884 -# CONFIG_BLK_DEV_SD is not set
54885 -# CONFIG_CHR_DEV_ST is not set
54886 -# CONFIG_CHR_DEV_OSST is not set
54887 -# CONFIG_BLK_DEV_SR is not set
54888 -CONFIG_CHR_DEV_SG=y
54889 -# CONFIG_CHR_DEV_SCH is not set
54890 -
54891 -#
54892 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
54893 -#
54894 -# CONFIG_SCSI_MULTI_LUN is not set
54895 -# CONFIG_SCSI_CONSTANTS is not set
54896 -# CONFIG_SCSI_LOGGING is not set
54897 -# CONFIG_SCSI_SCAN_ASYNC is not set
54898 -CONFIG_SCSI_WAIT_SCAN=m
54899 -
54900 -#
54901 -# SCSI Transports
54902 -#
54903 -CONFIG_SCSI_SPI_ATTRS=y
54904 -# CONFIG_SCSI_FC_ATTRS is not set
54905 -# CONFIG_SCSI_ISCSI_ATTRS is not set
54906 -# CONFIG_SCSI_SAS_LIBSAS is not set
54907 -# CONFIG_SCSI_SRP_ATTRS is not set
54908 -CONFIG_SCSI_LOWLEVEL=y
54909 -# CONFIG_ISCSI_TCP is not set
54910 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
54911 -# CONFIG_SCSI_3W_9XXX is not set
54912 -# CONFIG_SCSI_ACARD is not set
54913 -# CONFIG_SCSI_AACRAID is not set
54914 -# CONFIG_SCSI_AIC7XXX is not set
54915 -# CONFIG_SCSI_AIC7XXX_OLD is not set
54916 -# CONFIG_SCSI_AIC79XX is not set
54917 -# CONFIG_SCSI_AIC94XX is not set
54918 -# CONFIG_SCSI_DPT_I2O is not set
54919 -# CONFIG_SCSI_ADVANSYS is not set
54920 -# CONFIG_SCSI_ARCMSR is not set
54921 -# CONFIG_MEGARAID_NEWGEN is not set
54922 -# CONFIG_MEGARAID_LEGACY is not set
54923 -# CONFIG_MEGARAID_SAS is not set
54924 -# CONFIG_SCSI_HPTIOP is not set
54925 -# CONFIG_SCSI_BUSLOGIC is not set
54926 -# CONFIG_SCSI_DMX3191D is not set
54927 -# CONFIG_SCSI_EATA is not set
54928 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
54929 -# CONFIG_SCSI_GDTH is not set
54930 -# CONFIG_SCSI_IPS is not set
54931 -# CONFIG_SCSI_INITIO is not set
54932 -# CONFIG_SCSI_INIA100 is not set
54933 -# CONFIG_SCSI_MVSAS is not set
54934 -# CONFIG_SCSI_STEX is not set
54935 -# CONFIG_SCSI_SYM53C8XX_2 is not set
54936 -# CONFIG_SCSI_QLOGIC_1280 is not set
54937 -# CONFIG_SCSI_QLA_FC is not set
54938 -# CONFIG_SCSI_QLA_ISCSI is not set
54939 -# CONFIG_SCSI_LPFC is not set
54940 -# CONFIG_SCSI_DC395x is not set
54941 -# CONFIG_SCSI_DC390T is not set
54942 -# CONFIG_SCSI_NSP32 is not set
54943 -# CONFIG_SCSI_DEBUG is not set
54944 -# CONFIG_SCSI_SRP is not set
54945 -# CONFIG_ATA is not set
54946 -CONFIG_MD=y
54947 -CONFIG_BLK_DEV_MD=y
54948 -CONFIG_MD_LINEAR=y
54949 -CONFIG_MD_RAID0=y
54950 -CONFIG_MD_RAID1=y
54951 -# CONFIG_MD_RAID10 is not set
54952 -# CONFIG_MD_RAID456 is not set
54953 -# CONFIG_MD_MULTIPATH is not set
54954 -# CONFIG_MD_FAULTY is not set
54955 -# CONFIG_BLK_DEV_DM is not set
54956 -# CONFIG_FUSION is not set
54957 -
54958 -#
54959 -# IEEE 1394 (FireWire) support
54960 -#
54961 -# CONFIG_FIREWIRE is not set
54962 -# CONFIG_IEEE1394 is not set
54963 -# CONFIG_I2O is not set
54964 -# CONFIG_MACINTOSH_DRIVERS is not set
54965 -CONFIG_NETDEVICES=y
54966 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
54967 -# CONFIG_DUMMY is not set
54968 -# CONFIG_BONDING is not set
54969 -# CONFIG_MACVLAN is not set
54970 -# CONFIG_EQUALIZER is not set
54971 -# CONFIG_TUN is not set
54972 -# CONFIG_VETH is not set
54973 -# CONFIG_ARCNET is not set
54974 -CONFIG_PHYLIB=y
54975 -
54976 -#
54977 -# MII PHY device drivers
54978 -#
54979 -# CONFIG_MARVELL_PHY is not set
54980 -# CONFIG_DAVICOM_PHY is not set
54981 -# CONFIG_QSEMI_PHY is not set
54982 -# CONFIG_LXT_PHY is not set
54983 -CONFIG_CICADA_PHY=y
54984 -# CONFIG_VITESSE_PHY is not set
54985 -# CONFIG_SMSC_PHY is not set
54986 -# CONFIG_BROADCOM_PHY is not set
54987 -# CONFIG_ICPLUS_PHY is not set
54988 -# CONFIG_REALTEK_PHY is not set
54989 -# CONFIG_FIXED_PHY is not set
54990 -# CONFIG_MDIO_BITBANG is not set
54991 -CONFIG_NET_ETHERNET=y
54992 -CONFIG_MII=y
54993 -# CONFIG_HAPPYMEAL is not set
54994 -# CONFIG_SUNGEM is not set
54995 -# CONFIG_CASSINI is not set
54996 -# CONFIG_NET_VENDOR_3COM is not set
54997 -# CONFIG_ENC28J60 is not set
54998 -# CONFIG_NET_TULIP is not set
54999 -# CONFIG_HP100 is not set
55000 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
55001 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
55002 -# CONFIG_IBM_NEW_EMAC_TAH is not set
55003 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
55004 -CONFIG_NET_PCI=y
55005 -# CONFIG_PCNET32 is not set
55006 -# CONFIG_AMD8111_ETH is not set
55007 -# CONFIG_ADAPTEC_STARFIRE is not set
55008 -# CONFIG_B44 is not set
55009 -# CONFIG_FORCEDETH is not set
55010 -# CONFIG_EEPRO100 is not set
55011 -CONFIG_E100=y
55012 -# CONFIG_FEALNX is not set
55013 -# CONFIG_NATSEMI is not set
55014 -# CONFIG_NE2K_PCI is not set
55015 -# CONFIG_8139CP is not set
55016 -# CONFIG_8139TOO is not set
55017 -# CONFIG_R6040 is not set
55018 -# CONFIG_SIS900 is not set
55019 -# CONFIG_EPIC100 is not set
55020 -# CONFIG_SUNDANCE is not set
55021 -# CONFIG_TLAN is not set
55022 -# CONFIG_VIA_RHINE is not set
55023 -# CONFIG_SC92031 is not set
55024 -CONFIG_NETDEV_1000=y
55025 -# CONFIG_ACENIC is not set
55026 -# CONFIG_DL2K is not set
55027 -# CONFIG_E1000 is not set
55028 -# CONFIG_E1000E is not set
55029 -# CONFIG_E1000E_ENABLED is not set
55030 -# CONFIG_IP1000 is not set
55031 -# CONFIG_IGB is not set
55032 -# CONFIG_NS83820 is not set
55033 -# CONFIG_HAMACHI is not set
55034 -# CONFIG_YELLOWFIN is not set
55035 -# CONFIG_R8169 is not set
55036 -# CONFIG_SIS190 is not set
55037 -# CONFIG_SKGE is not set
55038 -# CONFIG_SKY2 is not set
55039 -# CONFIG_SK98LIN is not set
55040 -# CONFIG_VIA_VELOCITY is not set
55041 -# CONFIG_TIGON3 is not set
55042 -# CONFIG_BNX2 is not set
55043 -CONFIG_GIANFAR=y
55044 -CONFIG_GFAR_NAPI=y
55045 -# CONFIG_QLA3XXX is not set
55046 -# CONFIG_ATL1 is not set
55047 -CONFIG_NETDEV_10000=y
55048 -# CONFIG_CHELSIO_T1 is not set
55049 -# CONFIG_CHELSIO_T3 is not set
55050 -# CONFIG_IXGBE is not set
55051 -# CONFIG_IXGB is not set
55052 -# CONFIG_S2IO is not set
55053 -# CONFIG_MYRI10GE is not set
55054 -# CONFIG_NETXEN_NIC is not set
55055 -# CONFIG_NIU is not set
55056 -# CONFIG_MLX4_CORE is not set
55057 -# CONFIG_TEHUTI is not set
55058 -# CONFIG_BNX2X is not set
55059 -# CONFIG_TR is not set
55060 -
55061 -#
55062 -# Wireless LAN
55063 -#
55064 -# CONFIG_WLAN_PRE80211 is not set
55065 -# CONFIG_WLAN_80211 is not set
55066 -
55067 -#
55068 -# USB Network Adapters
55069 -#
55070 -# CONFIG_USB_CATC is not set
55071 -# CONFIG_USB_KAWETH is not set
55072 -# CONFIG_USB_PEGASUS is not set
55073 -# CONFIG_USB_RTL8150 is not set
55074 -# CONFIG_USB_USBNET is not set
55075 -# CONFIG_WAN is not set
55076 -# CONFIG_FDDI is not set
55077 -# CONFIG_HIPPI is not set
55078 -# CONFIG_PPP is not set
55079 -# CONFIG_SLIP is not set
55080 -# CONFIG_NET_FC is not set
55081 -# CONFIG_NETCONSOLE is not set
55082 -# CONFIG_NETPOLL is not set
55083 -# CONFIG_NET_POLL_CONTROLLER is not set
55084 -# CONFIG_ISDN is not set
55085 -# CONFIG_PHONE is not set
55086 -
55087 -#
55088 -# Input device support
55089 -#
55090 -CONFIG_INPUT=y
55091 -# CONFIG_INPUT_FF_MEMLESS is not set
55092 -# CONFIG_INPUT_POLLDEV is not set
55093 -
55094 -#
55095 -# Userland interfaces
55096 -#
55097 -# CONFIG_INPUT_MOUSEDEV is not set
55098 -# CONFIG_INPUT_JOYDEV is not set
55099 -# CONFIG_INPUT_EVDEV is not set
55100 -# CONFIG_INPUT_EVBUG is not set
55101 -
55102 -#
55103 -# Input Device Drivers
55104 -#
55105 -# CONFIG_INPUT_KEYBOARD is not set
55106 -# CONFIG_INPUT_MOUSE is not set
55107 -# CONFIG_INPUT_JOYSTICK is not set
55108 -# CONFIG_INPUT_TABLET is not set
55109 -# CONFIG_INPUT_TOUCHSCREEN is not set
55110 -# CONFIG_INPUT_MISC is not set
55111 -
55112 -#
55113 -# Hardware I/O ports
55114 -#
55115 -# CONFIG_SERIO is not set
55116 -# CONFIG_GAMEPORT is not set
55117 -
55118 -#
55119 -# Character devices
55120 -#
55121 -# CONFIG_VT is not set
55122 -# CONFIG_SERIAL_NONSTANDARD is not set
55123 -# CONFIG_NOZOMI is not set
55124 -
55125 -#
55126 -# Serial drivers
55127 -#
55128 -CONFIG_SERIAL_8250=y
55129 -CONFIG_SERIAL_8250_CONSOLE=y
55130 -CONFIG_SERIAL_8250_PCI=y
55131 -CONFIG_SERIAL_8250_NR_UARTS=4
55132 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
55133 -# CONFIG_SERIAL_8250_EXTENDED is not set
55134 -
55135 -#
55136 -# Non-8250 serial port support
55137 -#
55138 -# CONFIG_SERIAL_UARTLITE is not set
55139 -CONFIG_SERIAL_CORE=y
55140 -CONFIG_SERIAL_CORE_CONSOLE=y
55141 -# CONFIG_SERIAL_JSM is not set
55142 -# CONFIG_SERIAL_OF_PLATFORM is not set
55143 -CONFIG_UNIX98_PTYS=y
55144 -CONFIG_LEGACY_PTYS=y
55145 -CONFIG_LEGACY_PTY_COUNT=256
55146 -# CONFIG_IPMI_HANDLER is not set
55147 -CONFIG_HW_RANDOM=y
55148 -# CONFIG_NVRAM is not set
55149 -# CONFIG_GEN_RTC is not set
55150 -# CONFIG_R3964 is not set
55151 -# CONFIG_APPLICOM is not set
55152 -# CONFIG_RAW_DRIVER is not set
55153 -# CONFIG_TCG_TPM is not set
55154 -CONFIG_DEVPORT=y
55155 -CONFIG_I2C=y
55156 -CONFIG_I2C_BOARDINFO=y
55157 -CONFIG_I2C_CHARDEV=y
55158 -
55159 -#
55160 -# I2C Algorithms
55161 -#
55162 -# CONFIG_I2C_ALGOBIT is not set
55163 -# CONFIG_I2C_ALGOPCF is not set
55164 -# CONFIG_I2C_ALGOPCA is not set
55165 -
55166 -#
55167 -# I2C Hardware Bus support
55168 -#
55169 -# CONFIG_I2C_ALI1535 is not set
55170 -# CONFIG_I2C_ALI1563 is not set
55171 -# CONFIG_I2C_ALI15X3 is not set
55172 -# CONFIG_I2C_AMD756 is not set
55173 -# CONFIG_I2C_AMD8111 is not set
55174 -# CONFIG_I2C_I801 is not set
55175 -# CONFIG_I2C_I810 is not set
55176 -# CONFIG_I2C_PIIX4 is not set
55177 -CONFIG_I2C_MPC=y
55178 -# CONFIG_I2C_NFORCE2 is not set
55179 -# CONFIG_I2C_OCORES is not set
55180 -# CONFIG_I2C_PARPORT_LIGHT is not set
55181 -# CONFIG_I2C_PROSAVAGE is not set
55182 -# CONFIG_I2C_SAVAGE4 is not set
55183 -# CONFIG_I2C_SIMTEC is not set
55184 -# CONFIG_I2C_SIS5595 is not set
55185 -# CONFIG_I2C_SIS630 is not set
55186 -# CONFIG_I2C_SIS96X is not set
55187 -# CONFIG_I2C_TAOS_EVM is not set
55188 -# CONFIG_I2C_STUB is not set
55189 -# CONFIG_I2C_TINY_USB is not set
55190 -# CONFIG_I2C_VIA is not set
55191 -# CONFIG_I2C_VIAPRO is not set
55192 -# CONFIG_I2C_VOODOO3 is not set
55193 -
55194 -#
55195 -# Miscellaneous I2C Chip support
55196 -#
55197 -# CONFIG_DS1682 is not set
55198 -# CONFIG_SENSORS_EEPROM is not set
55199 -# CONFIG_SENSORS_PCF8574 is not set
55200 -# CONFIG_PCF8575 is not set
55201 -# CONFIG_SENSORS_PCF8591 is not set
55202 -# CONFIG_TPS65010 is not set
55203 -# CONFIG_SENSORS_MAX6875 is not set
55204 -# CONFIG_SENSORS_TSL2550 is not set
55205 -# CONFIG_I2C_DEBUG_CORE is not set
55206 -# CONFIG_I2C_DEBUG_ALGO is not set
55207 -# CONFIG_I2C_DEBUG_BUS is not set
55208 -# CONFIG_I2C_DEBUG_CHIP is not set
55209 -
55210 -#
55211 -# SPI support
55212 -#
55213 -CONFIG_SPI=y
55214 -# CONFIG_SPI_DEBUG is not set
55215 -CONFIG_SPI_MASTER=y
55216 -
55217 -#
55218 -# SPI Master Controller Drivers
55219 -#
55220 -CONFIG_SPI_BITBANG=y
55221 -CONFIG_SPI_MPC83xx=y
55222 -
55223 -#
55224 -# SPI Protocol Masters
55225 -#
55226 -# CONFIG_SPI_AT25 is not set
55227 -# CONFIG_SPI_SPIDEV is not set
55228 -# CONFIG_SPI_TLE62X0 is not set
55229 -# CONFIG_W1 is not set
55230 -# CONFIG_POWER_SUPPLY is not set
55231 -CONFIG_HWMON=y
55232 -# CONFIG_HWMON_VID is not set
55233 -# CONFIG_SENSORS_AD7418 is not set
55234 -# CONFIG_SENSORS_ADM1021 is not set
55235 -# CONFIG_SENSORS_ADM1025 is not set
55236 -# CONFIG_SENSORS_ADM1026 is not set
55237 -# CONFIG_SENSORS_ADM1029 is not set
55238 -# CONFIG_SENSORS_ADM1031 is not set
55239 -# CONFIG_SENSORS_ADM9240 is not set
55240 -# CONFIG_SENSORS_ADT7470 is not set
55241 -# CONFIG_SENSORS_ADT7473 is not set
55242 -# CONFIG_SENSORS_ATXP1 is not set
55243 -# CONFIG_SENSORS_DS1621 is not set
55244 -# CONFIG_SENSORS_I5K_AMB is not set
55245 -# CONFIG_SENSORS_F71805F is not set
55246 -# CONFIG_SENSORS_F71882FG is not set
55247 -# CONFIG_SENSORS_F75375S is not set
55248 -# CONFIG_SENSORS_GL518SM is not set
55249 -# CONFIG_SENSORS_GL520SM is not set
55250 -# CONFIG_SENSORS_IT87 is not set
55251 -# CONFIG_SENSORS_LM63 is not set
55252 -# CONFIG_SENSORS_LM70 is not set
55253 -# CONFIG_SENSORS_LM75 is not set
55254 -# CONFIG_SENSORS_LM77 is not set
55255 -# CONFIG_SENSORS_LM78 is not set
55256 -# CONFIG_SENSORS_LM80 is not set
55257 -# CONFIG_SENSORS_LM83 is not set
55258 -# CONFIG_SENSORS_LM85 is not set
55259 -# CONFIG_SENSORS_LM87 is not set
55260 -# CONFIG_SENSORS_LM90 is not set
55261 -# CONFIG_SENSORS_LM92 is not set
55262 -# CONFIG_SENSORS_LM93 is not set
55263 -# CONFIG_SENSORS_MAX1619 is not set
55264 -# CONFIG_SENSORS_MAX6650 is not set
55265 -# CONFIG_SENSORS_PC87360 is not set
55266 -# CONFIG_SENSORS_PC87427 is not set
55267 -# CONFIG_SENSORS_SIS5595 is not set
55268 -# CONFIG_SENSORS_DME1737 is not set
55269 -# CONFIG_SENSORS_SMSC47M1 is not set
55270 -# CONFIG_SENSORS_SMSC47M192 is not set
55271 -# CONFIG_SENSORS_SMSC47B397 is not set
55272 -# CONFIG_SENSORS_ADS7828 is not set
55273 -# CONFIG_SENSORS_THMC50 is not set
55274 -# CONFIG_SENSORS_VIA686A is not set
55275 -# CONFIG_SENSORS_VT1211 is not set
55276 -# CONFIG_SENSORS_VT8231 is not set
55277 -# CONFIG_SENSORS_W83781D is not set
55278 -# CONFIG_SENSORS_W83791D is not set
55279 -# CONFIG_SENSORS_W83792D is not set
55280 -# CONFIG_SENSORS_W83793 is not set
55281 -# CONFIG_SENSORS_W83L785TS is not set
55282 -# CONFIG_SENSORS_W83L786NG is not set
55283 -# CONFIG_SENSORS_W83627HF is not set
55284 -# CONFIG_SENSORS_W83627EHF is not set
55285 -# CONFIG_HWMON_DEBUG_CHIP is not set
55286 -# CONFIG_THERMAL is not set
55287 -CONFIG_WATCHDOG=y
55288 -# CONFIG_WATCHDOG_NOWAYOUT is not set
55289 -
55290 -#
55291 -# Watchdog Device Drivers
55292 -#
55293 -# CONFIG_SOFT_WATCHDOG is not set
55294 -CONFIG_83xx_WDT=y
55295 -
55296 -#
55297 -# PCI-based Watchdog Cards
55298 -#
55299 -# CONFIG_PCIPCWATCHDOG is not set
55300 -# CONFIG_WDTPCI is not set
55301 -
55302 -#
55303 -# USB-based Watchdog Cards
55304 -#
55305 -# CONFIG_USBPCWATCHDOG is not set
55306 -
55307 -#
55308 -# Sonics Silicon Backplane
55309 -#
55310 -CONFIG_SSB_POSSIBLE=y
55311 -# CONFIG_SSB is not set
55312 -
55313 -#
55314 -# Multifunction device drivers
55315 -#
55316 -# CONFIG_MFD_SM501 is not set
55317 -
55318 -#
55319 -# Multimedia devices
55320 -#
55321 -# CONFIG_VIDEO_DEV is not set
55322 -# CONFIG_DVB_CORE is not set
55323 -CONFIG_DAB=y
55324 -# CONFIG_USB_DABUSB is not set
55325 -
55326 -#
55327 -# Graphics support
55328 -#
55329 -# CONFIG_AGP is not set
55330 -# CONFIG_DRM is not set
55331 -# CONFIG_VGASTATE is not set
55332 -CONFIG_VIDEO_OUTPUT_CONTROL=m
55333 -# CONFIG_FB is not set
55334 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
55335 -
55336 -#
55337 -# Display device support
55338 -#
55339 -# CONFIG_DISPLAY_SUPPORT is not set
55340 -
55341 -#
55342 -# Sound
55343 -#
55344 -# CONFIG_SOUND is not set
55345 -CONFIG_HID_SUPPORT=y
55346 -CONFIG_HID=y
55347 -# CONFIG_HID_DEBUG is not set
55348 -# CONFIG_HIDRAW is not set
55349 -
55350 -#
55351 -# USB Input Devices
55352 -#
55353 -# CONFIG_USB_HID is not set
55354 -
55355 -#
55356 -# USB HID Boot Protocol drivers
55357 -#
55358 -# CONFIG_USB_KBD is not set
55359 -# CONFIG_USB_MOUSE is not set
55360 -CONFIG_USB_SUPPORT=y
55361 -CONFIG_USB_ARCH_HAS_HCD=y
55362 -CONFIG_USB_ARCH_HAS_OHCI=y
55363 -CONFIG_USB_ARCH_HAS_EHCI=y
55364 -CONFIG_USB=y
55365 -# CONFIG_USB_DEBUG is not set
55366 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
55367 -
55368 -#
55369 -# Miscellaneous USB options
55370 -#
55371 -CONFIG_USB_DEVICEFS=y
55372 -CONFIG_USB_DEVICE_CLASS=y
55373 -# CONFIG_USB_DYNAMIC_MINORS is not set
55374 -# CONFIG_USB_OTG is not set
55375 -
55376 -#
55377 -# USB Host Controller Drivers
55378 -#
55379 -CONFIG_USB_EHCI_HCD=y
55380 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
55381 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
55382 -CONFIG_USB_EHCI_FSL=y
55383 -CONFIG_USB_EHCI_HCD_PPC_OF=y
55384 -# CONFIG_USB_ISP116X_HCD is not set
55385 -CONFIG_USB_OHCI_HCD=y
55386 -CONFIG_USB_OHCI_HCD_PPC_OF=y
55387 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
55388 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
55389 -CONFIG_USB_OHCI_HCD_PCI=y
55390 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
55391 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
55392 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
55393 -CONFIG_USB_UHCI_HCD=y
55394 -# CONFIG_USB_SL811_HCD is not set
55395 -# CONFIG_USB_R8A66597_HCD is not set
55396 -
55397 -#
55398 -# USB Device Class drivers
55399 -#
55400 -# CONFIG_USB_ACM is not set
55401 -# CONFIG_USB_PRINTER is not set
55402 -
55403 -#
55404 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
55405 -#
55406 -
55407 -#
55408 -# may also be needed; see USB_STORAGE Help for more information
55409 -#
55410 -CONFIG_USB_STORAGE=y
55411 -# CONFIG_USB_STORAGE_DEBUG is not set
55412 -# CONFIG_USB_STORAGE_DATAFAB is not set
55413 -# CONFIG_USB_STORAGE_FREECOM is not set
55414 -# CONFIG_USB_STORAGE_ISD200 is not set
55415 -# CONFIG_USB_STORAGE_DPCM is not set
55416 -# CONFIG_USB_STORAGE_USBAT is not set
55417 -# CONFIG_USB_STORAGE_SDDR09 is not set
55418 -# CONFIG_USB_STORAGE_SDDR55 is not set
55419 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
55420 -# CONFIG_USB_STORAGE_ALAUDA is not set
55421 -# CONFIG_USB_STORAGE_KARMA is not set
55422 -# CONFIG_USB_LIBUSUAL is not set
55423 -
55424 -#
55425 -# USB Imaging devices
55426 -#
55427 -# CONFIG_USB_MDC800 is not set
55428 -# CONFIG_USB_MICROTEK is not set
55429 -CONFIG_USB_MON=y
55430 -
55431 -#
55432 -# USB port drivers
55433 -#
55434 -# CONFIG_USB_SERIAL is not set
55435 -
55436 -#
55437 -# USB Miscellaneous drivers
55438 -#
55439 -# CONFIG_USB_EMI62 is not set
55440 -# CONFIG_USB_EMI26 is not set
55441 -# CONFIG_USB_ADUTUX is not set
55442 -# CONFIG_USB_AUERSWALD is not set
55443 -# CONFIG_USB_RIO500 is not set
55444 -# CONFIG_USB_LEGOTOWER is not set
55445 -# CONFIG_USB_LCD is not set
55446 -# CONFIG_USB_BERRY_CHARGE is not set
55447 -# CONFIG_USB_LED is not set
55448 -# CONFIG_USB_CYPRESS_CY7C63 is not set
55449 -# CONFIG_USB_CYTHERM is not set
55450 -# CONFIG_USB_PHIDGET is not set
55451 -# CONFIG_USB_IDMOUSE is not set
55452 -# CONFIG_USB_FTDI_ELAN is not set
55453 -# CONFIG_USB_APPLEDISPLAY is not set
55454 -# CONFIG_USB_SISUSBVGA is not set
55455 -# CONFIG_USB_LD is not set
55456 -# CONFIG_USB_TRANCEVIBRATOR is not set
55457 -# CONFIG_USB_IOWARRIOR is not set
55458 -# CONFIG_USB_TEST is not set
55459 -CONFIG_USB_GADGET=y
55460 -# CONFIG_USB_GADGET_DEBUG is not set
55461 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
55462 -CONFIG_USB_GADGET_SELECTED=y
55463 -# CONFIG_USB_GADGET_AMD5536UDC is not set
55464 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
55465 -# CONFIG_USB_GADGET_FSL_USB2 is not set
55466 -CONFIG_USB_GADGET_NET2280=y
55467 -CONFIG_USB_NET2280=y
55468 -# CONFIG_USB_GADGET_PXA2XX is not set
55469 -# CONFIG_USB_GADGET_M66592 is not set
55470 -# CONFIG_USB_GADGET_GOKU is not set
55471 -# CONFIG_USB_GADGET_LH7A40X is not set
55472 -# CONFIG_USB_GADGET_OMAP is not set
55473 -# CONFIG_USB_GADGET_S3C2410 is not set
55474 -# CONFIG_USB_GADGET_AT91 is not set
55475 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
55476 -CONFIG_USB_GADGET_DUALSPEED=y
55477 -# CONFIG_USB_ZERO is not set
55478 -CONFIG_USB_ETH=y
55479 -CONFIG_USB_ETH_RNDIS=y
55480 -# CONFIG_USB_GADGETFS is not set
55481 -# CONFIG_USB_FILE_STORAGE is not set
55482 -# CONFIG_USB_G_SERIAL is not set
55483 -# CONFIG_USB_MIDI_GADGET is not set
55484 -# CONFIG_USB_G_PRINTER is not set
55485 -# CONFIG_MMC is not set
55486 -# CONFIG_MEMSTICK is not set
55487 -# CONFIG_NEW_LEDS is not set
55488 -# CONFIG_INFINIBAND is not set
55489 -# CONFIG_EDAC is not set
55490 -CONFIG_RTC_LIB=y
55491 -CONFIG_RTC_CLASS=y
55492 -CONFIG_RTC_HCTOSYS=y
55493 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
55494 -# CONFIG_RTC_DEBUG is not set
55495 -
55496 -#
55497 -# RTC interfaces
55498 -#
55499 -CONFIG_RTC_INTF_SYSFS=y
55500 -CONFIG_RTC_INTF_PROC=y
55501 -CONFIG_RTC_INTF_DEV=y
55502 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
55503 -# CONFIG_RTC_DRV_TEST is not set
55504 -
55505 -#
55506 -# I2C RTC drivers
55507 -#
55508 -CONFIG_RTC_DRV_DS1307=y
55509 -# CONFIG_RTC_DRV_DS1374 is not set
55510 -# CONFIG_RTC_DRV_DS1672 is not set
55511 -# CONFIG_RTC_DRV_MAX6900 is not set
55512 -# CONFIG_RTC_DRV_RS5C372 is not set
55513 -# CONFIG_RTC_DRV_ISL1208 is not set
55514 -# CONFIG_RTC_DRV_X1205 is not set
55515 -# CONFIG_RTC_DRV_PCF8563 is not set
55516 -# CONFIG_RTC_DRV_PCF8583 is not set
55517 -# CONFIG_RTC_DRV_M41T80 is not set
55518 -# CONFIG_RTC_DRV_S35390A is not set
55519 -
55520 -#
55521 -# SPI RTC drivers
55522 -#
55523 -# CONFIG_RTC_DRV_MAX6902 is not set
55524 -# CONFIG_RTC_DRV_R9701 is not set
55525 -# CONFIG_RTC_DRV_RS5C348 is not set
55526 -
55527 -#
55528 -# Platform RTC drivers
55529 -#
55530 -# CONFIG_RTC_DRV_CMOS is not set
55531 -# CONFIG_RTC_DRV_DS1511 is not set
55532 -# CONFIG_RTC_DRV_DS1553 is not set
55533 -# CONFIG_RTC_DRV_DS1742 is not set
55534 -# CONFIG_RTC_DRV_STK17TA8 is not set
55535 -# CONFIG_RTC_DRV_M48T86 is not set
55536 -# CONFIG_RTC_DRV_M48T59 is not set
55537 -# CONFIG_RTC_DRV_V3020 is not set
55538 -
55539 -#
55540 -# on-CPU RTC drivers
55541 -#
55542 -# CONFIG_DMADEVICES is not set
55543 -
55544 -#
55545 -# Userspace I/O
55546 -#
55547 -# CONFIG_UIO is not set
55548 -
55549 -#
55550 -# File systems
55551 -#
55552 -CONFIG_EXT2_FS=y
55553 -# CONFIG_EXT2_FS_XATTR is not set
55554 -# CONFIG_EXT2_FS_XIP is not set
55555 -CONFIG_EXT3_FS=y
55556 -CONFIG_EXT3_FS_XATTR=y
55557 -# CONFIG_EXT3_FS_POSIX_ACL is not set
55558 -# CONFIG_EXT3_FS_SECURITY is not set
55559 -# CONFIG_EXT4DEV_FS is not set
55560 -CONFIG_JBD=y
55561 -CONFIG_FS_MBCACHE=y
55562 -# CONFIG_REISERFS_FS is not set
55563 -# CONFIG_JFS_FS is not set
55564 -# CONFIG_FS_POSIX_ACL is not set
55565 -# CONFIG_XFS_FS is not set
55566 -# CONFIG_GFS2_FS is not set
55567 -# CONFIG_OCFS2_FS is not set
55568 -CONFIG_DNOTIFY=y
55569 -CONFIG_INOTIFY=y
55570 -CONFIG_INOTIFY_USER=y
55571 -# CONFIG_QUOTA is not set
55572 -# CONFIG_AUTOFS_FS is not set
55573 -# CONFIG_AUTOFS4_FS is not set
55574 -# CONFIG_FUSE_FS is not set
55575 -
55576 -#
55577 -# CD-ROM/DVD Filesystems
55578 -#
55579 -# CONFIG_ISO9660_FS is not set
55580 -# CONFIG_UDF_FS is not set
55581 -
55582 -#
55583 -# DOS/FAT/NT Filesystems
55584 -#
55585 -# CONFIG_MSDOS_FS is not set
55586 -# CONFIG_VFAT_FS is not set
55587 -# CONFIG_NTFS_FS is not set
55588 -
55589 -#
55590 -# Pseudo filesystems
55591 -#
55592 -CONFIG_PROC_FS=y
55593 -CONFIG_PROC_KCORE=y
55594 -CONFIG_PROC_SYSCTL=y
55595 -CONFIG_SYSFS=y
55596 -CONFIG_TMPFS=y
55597 -# CONFIG_TMPFS_POSIX_ACL is not set
55598 -# CONFIG_HUGETLB_PAGE is not set
55599 -# CONFIG_CONFIGFS_FS is not set
55600 -
55601 -#
55602 -# Miscellaneous filesystems
55603 -#
55604 -# CONFIG_ADFS_FS is not set
55605 -# CONFIG_AFFS_FS is not set
55606 -# CONFIG_HFS_FS is not set
55607 -# CONFIG_HFSPLUS_FS is not set
55608 -# CONFIG_BEFS_FS is not set
55609 -# CONFIG_BFS_FS is not set
55610 -# CONFIG_EFS_FS is not set
55611 -CONFIG_JFFS2_FS=y
55612 -CONFIG_JFFS2_FS_DEBUG=0
55613 -CONFIG_JFFS2_FS_WRITEBUFFER=y
55614 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
55615 -# CONFIG_JFFS2_SUMMARY is not set
55616 -# CONFIG_JFFS2_FS_XATTR is not set
55617 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
55618 -CONFIG_JFFS2_ZLIB=y
55619 -# CONFIG_JFFS2_LZO is not set
55620 -CONFIG_JFFS2_RTIME=y
55621 -# CONFIG_JFFS2_RUBIN is not set
55622 -# CONFIG_CRAMFS is not set
55623 -# CONFIG_VXFS_FS is not set
55624 -# CONFIG_MINIX_FS is not set
55625 -# CONFIG_HPFS_FS is not set
55626 -# CONFIG_QNX4FS_FS is not set
55627 -# CONFIG_ROMFS_FS is not set
55628 -# CONFIG_SYSV_FS is not set
55629 -# CONFIG_UFS_FS is not set
55630 -CONFIG_NETWORK_FILESYSTEMS=y
55631 -CONFIG_NFS_FS=y
55632 -CONFIG_NFS_V3=y
55633 -# CONFIG_NFS_V3_ACL is not set
55634 -CONFIG_NFS_V4=y
55635 -# CONFIG_NFS_DIRECTIO is not set
55636 -# CONFIG_NFSD is not set
55637 -CONFIG_ROOT_NFS=y
55638 -CONFIG_LOCKD=y
55639 -CONFIG_LOCKD_V4=y
55640 -CONFIG_NFS_COMMON=y
55641 -CONFIG_SUNRPC=y
55642 -CONFIG_SUNRPC_GSS=y
55643 -# CONFIG_SUNRPC_BIND34 is not set
55644 -CONFIG_RPCSEC_GSS_KRB5=y
55645 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
55646 -# CONFIG_SMB_FS is not set
55647 -# CONFIG_CIFS is not set
55648 -# CONFIG_NCP_FS is not set
55649 -# CONFIG_CODA_FS is not set
55650 -# CONFIG_AFS_FS is not set
55651 -
55652 -#
55653 -# Partition Types
55654 -#
55655 -CONFIG_PARTITION_ADVANCED=y
55656 -# CONFIG_ACORN_PARTITION is not set
55657 -# CONFIG_OSF_PARTITION is not set
55658 -# CONFIG_AMIGA_PARTITION is not set
55659 -# CONFIG_ATARI_PARTITION is not set
55660 -# CONFIG_MAC_PARTITION is not set
55661 -CONFIG_MSDOS_PARTITION=y
55662 -# CONFIG_BSD_DISKLABEL is not set
55663 -# CONFIG_MINIX_SUBPARTITION is not set
55664 -# CONFIG_SOLARIS_X86_PARTITION is not set
55665 -# CONFIG_UNIXWARE_DISKLABEL is not set
55666 -# CONFIG_LDM_PARTITION is not set
55667 -# CONFIG_SGI_PARTITION is not set
55668 -# CONFIG_ULTRIX_PARTITION is not set
55669 -# CONFIG_SUN_PARTITION is not set
55670 -# CONFIG_KARMA_PARTITION is not set
55671 -# CONFIG_EFI_PARTITION is not set
55672 -# CONFIG_SYSV68_PARTITION is not set
55673 -# CONFIG_NLS is not set
55674 -# CONFIG_DLM is not set
55675 -
55676 -#
55677 -# Library routines
55678 -#
55679 -CONFIG_BITREVERSE=y
55680 -# CONFIG_CRC_CCITT is not set
55681 -# CONFIG_CRC16 is not set
55682 -# CONFIG_CRC_ITU_T is not set
55683 -CONFIG_CRC32=y
55684 -# CONFIG_CRC7 is not set
55685 -# CONFIG_LIBCRC32C is not set
55686 -CONFIG_ZLIB_INFLATE=y
55687 -CONFIG_ZLIB_DEFLATE=y
55688 -CONFIG_PLIST=y
55689 -CONFIG_HAS_IOMEM=y
55690 -CONFIG_HAS_IOPORT=y
55691 -CONFIG_HAS_DMA=y
55692 -
55693 -#
55694 -# Kernel hacking
55695 -#
55696 -# CONFIG_PRINTK_TIME is not set
55697 -CONFIG_ENABLE_WARN_DEPRECATED=y
55698 -CONFIG_ENABLE_MUST_CHECK=y
55699 -# CONFIG_MAGIC_SYSRQ is not set
55700 -# CONFIG_UNUSED_SYMBOLS is not set
55701 -# CONFIG_DEBUG_FS is not set
55702 -# CONFIG_HEADERS_CHECK is not set
55703 -CONFIG_DEBUG_KERNEL=y
55704 -# CONFIG_DEBUG_SHIRQ is not set
55705 -CONFIG_DETECT_SOFTLOCKUP=y
55706 -CONFIG_SCHED_DEBUG=y
55707 -# CONFIG_SCHEDSTATS is not set
55708 -# CONFIG_TIMER_STATS is not set
55709 -# CONFIG_SLUB_DEBUG_ON is not set
55710 -# CONFIG_SLUB_STATS is not set
55711 -# CONFIG_DEBUG_RT_MUTEXES is not set
55712 -# CONFIG_RT_MUTEX_TESTER is not set
55713 -# CONFIG_DEBUG_SPINLOCK is not set
55714 -# CONFIG_DEBUG_MUTEXES is not set
55715 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
55716 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
55717 -# CONFIG_DEBUG_KOBJECT is not set
55718 -# CONFIG_DEBUG_BUGVERBOSE is not set
55719 -# CONFIG_DEBUG_INFO is not set
55720 -# CONFIG_DEBUG_VM is not set
55721 -# CONFIG_DEBUG_LIST is not set
55722 -# CONFIG_DEBUG_SG is not set
55723 -# CONFIG_BOOT_PRINTK_DELAY is not set
55724 -# CONFIG_RCU_TORTURE_TEST is not set
55725 -# CONFIG_BACKTRACE_SELF_TEST is not set
55726 -# CONFIG_FAULT_INJECTION is not set
55727 -# CONFIG_SAMPLES is not set
55728 -# CONFIG_DEBUG_STACKOVERFLOW is not set
55729 -# CONFIG_DEBUG_STACK_USAGE is not set
55730 -# CONFIG_DEBUG_PAGEALLOC is not set
55731 -# CONFIG_DEBUGGER is not set
55732 -# CONFIG_BDI_SWITCH is not set
55733 -# CONFIG_PPC_EARLY_DEBUG is not set
55734 -
55735 -#
55736 -# Security options
55737 -#
55738 -# CONFIG_KEYS is not set
55739 -# CONFIG_SECURITY is not set
55740 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
55741 -CONFIG_CRYPTO=y
55742 -CONFIG_CRYPTO_ALGAPI=y
55743 -CONFIG_CRYPTO_BLKCIPHER=y
55744 -# CONFIG_CRYPTO_SEQIV is not set
55745 -CONFIG_CRYPTO_MANAGER=y
55746 -# CONFIG_CRYPTO_HMAC is not set
55747 -# CONFIG_CRYPTO_XCBC is not set
55748 -# CONFIG_CRYPTO_NULL is not set
55749 -# CONFIG_CRYPTO_MD4 is not set
55750 -CONFIG_CRYPTO_MD5=y
55751 -# CONFIG_CRYPTO_SHA1 is not set
55752 -# CONFIG_CRYPTO_SHA256 is not set
55753 -# CONFIG_CRYPTO_SHA512 is not set
55754 -# CONFIG_CRYPTO_WP512 is not set
55755 -# CONFIG_CRYPTO_TGR192 is not set
55756 -# CONFIG_CRYPTO_GF128MUL is not set
55757 -# CONFIG_CRYPTO_ECB is not set
55758 -CONFIG_CRYPTO_CBC=y
55759 -CONFIG_CRYPTO_PCBC=m
55760 -# CONFIG_CRYPTO_LRW is not set
55761 -# CONFIG_CRYPTO_XTS is not set
55762 -# CONFIG_CRYPTO_CTR is not set
55763 -# CONFIG_CRYPTO_GCM is not set
55764 -# CONFIG_CRYPTO_CCM is not set
55765 -# CONFIG_CRYPTO_CRYPTD is not set
55766 -CONFIG_CRYPTO_DES=y
55767 -# CONFIG_CRYPTO_FCRYPT is not set
55768 -# CONFIG_CRYPTO_BLOWFISH is not set
55769 -# CONFIG_CRYPTO_TWOFISH is not set
55770 -# CONFIG_CRYPTO_SERPENT is not set
55771 -# CONFIG_CRYPTO_AES is not set
55772 -# CONFIG_CRYPTO_CAST5 is not set
55773 -# CONFIG_CRYPTO_CAST6 is not set
55774 -# CONFIG_CRYPTO_TEA is not set
55775 -# CONFIG_CRYPTO_ARC4 is not set
55776 -# CONFIG_CRYPTO_KHAZAD is not set
55777 -# CONFIG_CRYPTO_ANUBIS is not set
55778 -# CONFIG_CRYPTO_SEED is not set
55779 -# CONFIG_CRYPTO_SALSA20 is not set
55780 -# CONFIG_CRYPTO_DEFLATE is not set
55781 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
55782 -# CONFIG_CRYPTO_CRC32C is not set
55783 -# CONFIG_CRYPTO_CAMELLIA is not set
55784 -# CONFIG_CRYPTO_TEST is not set
55785 -# CONFIG_CRYPTO_AUTHENC is not set
55786 -# CONFIG_CRYPTO_LZO is not set
55787 -CONFIG_CRYPTO_HW=y
55788 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
55789 -# CONFIG_PPC_CLOCK is not set
55790 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8315_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc8315_rdb_defconfig
55791 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8315_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
55792 +++ powerpc.git/arch/powerpc/configs/mpc8315_rdb_defconfig      1970-01-01 01:00:00.000000000 +0100
55793 @@ -1,1451 +0,0 @@
55794 -#
55795 -# Automatically generated make config: don't edit
55796 -# Linux kernel version: 2.6.25-rc6
55797 -# Mon Mar 24 08:48:15 2008
55798 -#
55799 -# CONFIG_PPC64 is not set
55800 -
55801 -#
55802 -# Processor support
55803 -#
55804 -CONFIG_6xx=y
55805 -# CONFIG_PPC_85xx is not set
55806 -# CONFIG_PPC_8xx is not set
55807 -# CONFIG_40x is not set
55808 -# CONFIG_44x is not set
55809 -# CONFIG_E200 is not set
55810 -CONFIG_PPC_FPU=y
55811 -# CONFIG_FSL_EMB_PERFMON is not set
55812 -CONFIG_PPC_STD_MMU=y
55813 -CONFIG_PPC_STD_MMU_32=y
55814 -# CONFIG_PPC_MM_SLICES is not set
55815 -# CONFIG_SMP is not set
55816 -CONFIG_PPC32=y
55817 -CONFIG_WORD_SIZE=32
55818 -CONFIG_PPC_MERGE=y
55819 -CONFIG_MMU=y
55820 -CONFIG_GENERIC_CMOS_UPDATE=y
55821 -CONFIG_GENERIC_TIME=y
55822 -CONFIG_GENERIC_TIME_VSYSCALL=y
55823 -CONFIG_GENERIC_CLOCKEVENTS=y
55824 -CONFIG_GENERIC_HARDIRQS=y
55825 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
55826 -CONFIG_IRQ_PER_CPU=y
55827 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
55828 -CONFIG_ARCH_HAS_ILOG2_U32=y
55829 -CONFIG_GENERIC_HWEIGHT=y
55830 -CONFIG_GENERIC_CALIBRATE_DELAY=y
55831 -CONFIG_GENERIC_FIND_NEXT_BIT=y
55832 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
55833 -CONFIG_PPC=y
55834 -CONFIG_EARLY_PRINTK=y
55835 -CONFIG_GENERIC_NVRAM=y
55836 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
55837 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
55838 -CONFIG_PPC_OF=y
55839 -CONFIG_OF=y
55840 -CONFIG_PPC_UDBG_16550=y
55841 -# CONFIG_GENERIC_TBSYNC is not set
55842 -CONFIG_AUDIT_ARCH=y
55843 -CONFIG_GENERIC_BUG=y
55844 -CONFIG_DEFAULT_UIMAGE=y
55845 -# CONFIG_PPC_DCR_NATIVE is not set
55846 -# CONFIG_PPC_DCR_MMIO is not set
55847 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
55848 -
55849 -#
55850 -# General setup
55851 -#
55852 -CONFIG_EXPERIMENTAL=y
55853 -CONFIG_BROKEN_ON_SMP=y
55854 -CONFIG_INIT_ENV_ARG_LIMIT=32
55855 -CONFIG_LOCALVERSION=""
55856 -CONFIG_LOCALVERSION_AUTO=y
55857 -CONFIG_SWAP=y
55858 -CONFIG_SYSVIPC=y
55859 -CONFIG_SYSVIPC_SYSCTL=y
55860 -# CONFIG_POSIX_MQUEUE is not set
55861 -# CONFIG_BSD_PROCESS_ACCT is not set
55862 -# CONFIG_TASKSTATS is not set
55863 -# CONFIG_AUDIT is not set
55864 -# CONFIG_IKCONFIG is not set
55865 -CONFIG_LOG_BUF_SHIFT=14
55866 -# CONFIG_CGROUPS is not set
55867 -CONFIG_GROUP_SCHED=y
55868 -# CONFIG_FAIR_GROUP_SCHED is not set
55869 -# CONFIG_RT_GROUP_SCHED is not set
55870 -CONFIG_USER_SCHED=y
55871 -# CONFIG_CGROUP_SCHED is not set
55872 -CONFIG_SYSFS_DEPRECATED=y
55873 -CONFIG_SYSFS_DEPRECATED_V2=y
55874 -# CONFIG_RELAY is not set
55875 -# CONFIG_NAMESPACES is not set
55876 -CONFIG_BLK_DEV_INITRD=y
55877 -CONFIG_INITRAMFS_SOURCE=""
55878 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
55879 -CONFIG_SYSCTL=y
55880 -CONFIG_EMBEDDED=y
55881 -CONFIG_SYSCTL_SYSCALL=y
55882 -# CONFIG_KALLSYMS is not set
55883 -CONFIG_HOTPLUG=y
55884 -CONFIG_PRINTK=y
55885 -CONFIG_BUG=y
55886 -CONFIG_ELF_CORE=y
55887 -CONFIG_COMPAT_BRK=y
55888 -CONFIG_BASE_FULL=y
55889 -CONFIG_FUTEX=y
55890 -CONFIG_ANON_INODES=y
55891 -# CONFIG_EPOLL is not set
55892 -CONFIG_SIGNALFD=y
55893 -CONFIG_TIMERFD=y
55894 -CONFIG_EVENTFD=y
55895 -CONFIG_SHMEM=y
55896 -CONFIG_VM_EVENT_COUNTERS=y
55897 -CONFIG_SLUB_DEBUG=y
55898 -# CONFIG_SLAB is not set
55899 -CONFIG_SLUB=y
55900 -# CONFIG_SLOB is not set
55901 -# CONFIG_PROFILING is not set
55902 -# CONFIG_MARKERS is not set
55903 -CONFIG_HAVE_OPROFILE=y
55904 -CONFIG_HAVE_KPROBES=y
55905 -CONFIG_HAVE_KRETPROBES=y
55906 -CONFIG_PROC_PAGE_MONITOR=y
55907 -CONFIG_SLABINFO=y
55908 -CONFIG_RT_MUTEXES=y
55909 -# CONFIG_TINY_SHMEM is not set
55910 -CONFIG_BASE_SMALL=0
55911 -CONFIG_MODULES=y
55912 -CONFIG_MODULE_UNLOAD=y
55913 -# CONFIG_MODULE_FORCE_UNLOAD is not set
55914 -# CONFIG_MODVERSIONS is not set
55915 -# CONFIG_MODULE_SRCVERSION_ALL is not set
55916 -# CONFIG_KMOD is not set
55917 -CONFIG_BLOCK=y
55918 -# CONFIG_LBD is not set
55919 -# CONFIG_BLK_DEV_IO_TRACE is not set
55920 -# CONFIG_LSF is not set
55921 -# CONFIG_BLK_DEV_BSG is not set
55922 -
55923 -#
55924 -# IO Schedulers
55925 -#
55926 -CONFIG_IOSCHED_NOOP=y
55927 -CONFIG_IOSCHED_AS=y
55928 -CONFIG_IOSCHED_DEADLINE=y
55929 -CONFIG_IOSCHED_CFQ=y
55930 -CONFIG_DEFAULT_AS=y
55931 -# CONFIG_DEFAULT_DEADLINE is not set
55932 -# CONFIG_DEFAULT_CFQ is not set
55933 -# CONFIG_DEFAULT_NOOP is not set
55934 -CONFIG_DEFAULT_IOSCHED="anticipatory"
55935 -CONFIG_CLASSIC_RCU=y
55936 -
55937 -#
55938 -# Platform support
55939 -#
55940 -# CONFIG_PPC_MULTIPLATFORM is not set
55941 -# CONFIG_PPC_82xx is not set
55942 -CONFIG_PPC_83xx=y
55943 -# CONFIG_PPC_86xx is not set
55944 -# CONFIG_PPC_MPC512x is not set
55945 -# CONFIG_PPC_MPC5121 is not set
55946 -# CONFIG_PPC_CELL is not set
55947 -# CONFIG_PPC_CELL_NATIVE is not set
55948 -# CONFIG_PQ2ADS is not set
55949 -CONFIG_MPC83xx=y
55950 -CONFIG_MPC831x_RDB=y
55951 -# CONFIG_MPC832x_MDS is not set
55952 -# CONFIG_MPC832x_RDB is not set
55953 -# CONFIG_MPC834x_MDS is not set
55954 -# CONFIG_MPC834x_ITX is not set
55955 -# CONFIG_MPC836x_MDS is not set
55956 -# CONFIG_MPC837x_MDS is not set
55957 -# CONFIG_MPC837x_RDB is not set
55958 -# CONFIG_SBC834x is not set
55959 -CONFIG_PPC_MPC831x=y
55960 -CONFIG_IPIC=y
55961 -# CONFIG_MPIC is not set
55962 -# CONFIG_MPIC_WEIRD is not set
55963 -# CONFIG_PPC_I8259 is not set
55964 -# CONFIG_PPC_RTAS is not set
55965 -# CONFIG_MMIO_NVRAM is not set
55966 -# CONFIG_PPC_MPC106 is not set
55967 -# CONFIG_PPC_970_NAP is not set
55968 -# CONFIG_PPC_INDIRECT_IO is not set
55969 -# CONFIG_GENERIC_IOMAP is not set
55970 -# CONFIG_CPU_FREQ is not set
55971 -# CONFIG_FSL_ULI1575 is not set
55972 -
55973 -#
55974 -# Kernel options
55975 -#
55976 -# CONFIG_HIGHMEM is not set
55977 -CONFIG_TICK_ONESHOT=y
55978 -CONFIG_NO_HZ=y
55979 -CONFIG_HIGH_RES_TIMERS=y
55980 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
55981 -# CONFIG_HZ_100 is not set
55982 -CONFIG_HZ_250=y
55983 -# CONFIG_HZ_300 is not set
55984 -# CONFIG_HZ_1000 is not set
55985 -CONFIG_HZ=250
55986 -# CONFIG_SCHED_HRTICK is not set
55987 -CONFIG_PREEMPT_NONE=y
55988 -# CONFIG_PREEMPT_VOLUNTARY is not set
55989 -# CONFIG_PREEMPT is not set
55990 -CONFIG_BINFMT_ELF=y
55991 -# CONFIG_BINFMT_MISC is not set
55992 -# CONFIG_IOMMU_HELPER is not set
55993 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
55994 -CONFIG_ARCH_HAS_WALK_MEMORY=y
55995 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
55996 -CONFIG_ARCH_FLATMEM_ENABLE=y
55997 -CONFIG_ARCH_POPULATES_NODE_MAP=y
55998 -CONFIG_SELECT_MEMORY_MODEL=y
55999 -CONFIG_FLATMEM_MANUAL=y
56000 -# CONFIG_DISCONTIGMEM_MANUAL is not set
56001 -# CONFIG_SPARSEMEM_MANUAL is not set
56002 -CONFIG_FLATMEM=y
56003 -CONFIG_FLAT_NODE_MEM_MAP=y
56004 -# CONFIG_SPARSEMEM_STATIC is not set
56005 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
56006 -CONFIG_SPLIT_PTLOCK_CPUS=4
56007 -# CONFIG_RESOURCES_64BIT is not set
56008 -CONFIG_ZONE_DMA_FLAG=1
56009 -CONFIG_BOUNCE=y
56010 -CONFIG_VIRT_TO_BUS=y
56011 -CONFIG_PROC_DEVICETREE=y
56012 -# CONFIG_CMDLINE_BOOL is not set
56013 -# CONFIG_PM is not set
56014 -CONFIG_SECCOMP=y
56015 -CONFIG_ISA_DMA_API=y
56016 -
56017 -#
56018 -# Bus options
56019 -#
56020 -CONFIG_ZONE_DMA=y
56021 -CONFIG_GENERIC_ISA_DMA=y
56022 -CONFIG_PPC_INDIRECT_PCI=y
56023 -CONFIG_FSL_SOC=y
56024 -CONFIG_PCI=y
56025 -CONFIG_PCI_DOMAINS=y
56026 -CONFIG_PCI_SYSCALL=y
56027 -# CONFIG_PCIEPORTBUS is not set
56028 -CONFIG_ARCH_SUPPORTS_MSI=y
56029 -# CONFIG_PCI_MSI is not set
56030 -CONFIG_PCI_LEGACY=y
56031 -# CONFIG_PCI_DEBUG is not set
56032 -# CONFIG_PCCARD is not set
56033 -# CONFIG_HOTPLUG_PCI is not set
56034 -
56035 -#
56036 -# Advanced setup
56037 -#
56038 -# CONFIG_ADVANCED_OPTIONS is not set
56039 -
56040 -#
56041 -# Default settings for advanced configuration options are used
56042 -#
56043 -CONFIG_HIGHMEM_START=0xfe000000
56044 -CONFIG_LOWMEM_SIZE=0x30000000
56045 -CONFIG_KERNEL_START=0xc0000000
56046 -CONFIG_TASK_SIZE=0xc0000000
56047 -CONFIG_BOOT_LOAD=0x00800000
56048 -
56049 -#
56050 -# Networking
56051 -#
56052 -CONFIG_NET=y
56053 -
56054 -#
56055 -# Networking options
56056 -#
56057 -CONFIG_PACKET=y
56058 -# CONFIG_PACKET_MMAP is not set
56059 -CONFIG_UNIX=y
56060 -CONFIG_XFRM=y
56061 -# CONFIG_XFRM_USER is not set
56062 -# CONFIG_XFRM_SUB_POLICY is not set
56063 -# CONFIG_XFRM_MIGRATE is not set
56064 -# CONFIG_XFRM_STATISTICS is not set
56065 -# CONFIG_NET_KEY is not set
56066 -CONFIG_INET=y
56067 -CONFIG_IP_MULTICAST=y
56068 -# CONFIG_IP_ADVANCED_ROUTER is not set
56069 -CONFIG_IP_FIB_HASH=y
56070 -CONFIG_IP_PNP=y
56071 -CONFIG_IP_PNP_DHCP=y
56072 -CONFIG_IP_PNP_BOOTP=y
56073 -# CONFIG_IP_PNP_RARP is not set
56074 -# CONFIG_NET_IPIP is not set
56075 -# CONFIG_NET_IPGRE is not set
56076 -# CONFIG_IP_MROUTE is not set
56077 -# CONFIG_ARPD is not set
56078 -CONFIG_SYN_COOKIES=y
56079 -# CONFIG_INET_AH is not set
56080 -# CONFIG_INET_ESP is not set
56081 -# CONFIG_INET_IPCOMP is not set
56082 -# CONFIG_INET_XFRM_TUNNEL is not set
56083 -# CONFIG_INET_TUNNEL is not set
56084 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
56085 -CONFIG_INET_XFRM_MODE_TUNNEL=y
56086 -CONFIG_INET_XFRM_MODE_BEET=y
56087 -# CONFIG_INET_LRO is not set
56088 -CONFIG_INET_DIAG=y
56089 -CONFIG_INET_TCP_DIAG=y
56090 -# CONFIG_TCP_CONG_ADVANCED is not set
56091 -CONFIG_TCP_CONG_CUBIC=y
56092 -CONFIG_DEFAULT_TCP_CONG="cubic"
56093 -# CONFIG_TCP_MD5SIG is not set
56094 -# CONFIG_IPV6 is not set
56095 -# CONFIG_INET6_XFRM_TUNNEL is not set
56096 -# CONFIG_INET6_TUNNEL is not set
56097 -# CONFIG_NETWORK_SECMARK is not set
56098 -# CONFIG_NETFILTER is not set
56099 -# CONFIG_IP_DCCP is not set
56100 -# CONFIG_IP_SCTP is not set
56101 -# CONFIG_TIPC is not set
56102 -# CONFIG_ATM is not set
56103 -# CONFIG_BRIDGE is not set
56104 -# CONFIG_VLAN_8021Q is not set
56105 -# CONFIG_DECNET is not set
56106 -# CONFIG_LLC2 is not set
56107 -# CONFIG_IPX is not set
56108 -# CONFIG_ATALK is not set
56109 -# CONFIG_X25 is not set
56110 -# CONFIG_LAPB is not set
56111 -# CONFIG_ECONET is not set
56112 -# CONFIG_WAN_ROUTER is not set
56113 -# CONFIG_NET_SCHED is not set
56114 -
56115 -#
56116 -# Network testing
56117 -#
56118 -# CONFIG_NET_PKTGEN is not set
56119 -# CONFIG_HAMRADIO is not set
56120 -# CONFIG_CAN is not set
56121 -# CONFIG_IRDA is not set
56122 -# CONFIG_BT is not set
56123 -# CONFIG_AF_RXRPC is not set
56124 -
56125 -#
56126 -# Wireless
56127 -#
56128 -# CONFIG_CFG80211 is not set
56129 -# CONFIG_WIRELESS_EXT is not set
56130 -# CONFIG_MAC80211 is not set
56131 -# CONFIG_IEEE80211 is not set
56132 -# CONFIG_RFKILL is not set
56133 -# CONFIG_NET_9P is not set
56134 -
56135 -#
56136 -# Device Drivers
56137 -#
56138 -
56139 -#
56140 -# Generic Driver Options
56141 -#
56142 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
56143 -CONFIG_STANDALONE=y
56144 -CONFIG_PREVENT_FIRMWARE_BUILD=y
56145 -# CONFIG_FW_LOADER is not set
56146 -# CONFIG_DEBUG_DRIVER is not set
56147 -# CONFIG_DEBUG_DEVRES is not set
56148 -# CONFIG_SYS_HYPERVISOR is not set
56149 -# CONFIG_CONNECTOR is not set
56150 -CONFIG_MTD=y
56151 -# CONFIG_MTD_DEBUG is not set
56152 -# CONFIG_MTD_CONCAT is not set
56153 -CONFIG_MTD_PARTITIONS=y
56154 -# CONFIG_MTD_REDBOOT_PARTS is not set
56155 -# CONFIG_MTD_CMDLINE_PARTS is not set
56156 -# CONFIG_MTD_OF_PARTS is not set
56157 -
56158 -#
56159 -# User Modules And Translation Layers
56160 -#
56161 -CONFIG_MTD_CHAR=y
56162 -CONFIG_MTD_BLKDEVS=y
56163 -CONFIG_MTD_BLOCK=y
56164 -# CONFIG_FTL is not set
56165 -# CONFIG_NFTL is not set
56166 -# CONFIG_INFTL is not set
56167 -# CONFIG_RFD_FTL is not set
56168 -# CONFIG_SSFDC is not set
56169 -# CONFIG_MTD_OOPS is not set
56170 -
56171 -#
56172 -# RAM/ROM/Flash chip drivers
56173 -#
56174 -CONFIG_MTD_CFI=y
56175 -# CONFIG_MTD_JEDECPROBE is not set
56176 -CONFIG_MTD_GEN_PROBE=y
56177 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
56178 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
56179 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
56180 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
56181 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
56182 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
56183 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
56184 -CONFIG_MTD_CFI_I1=y
56185 -CONFIG_MTD_CFI_I2=y
56186 -# CONFIG_MTD_CFI_I4 is not set
56187 -# CONFIG_MTD_CFI_I8 is not set
56188 -# CONFIG_MTD_CFI_INTELEXT is not set
56189 -CONFIG_MTD_CFI_AMDSTD=y
56190 -# CONFIG_MTD_CFI_STAA is not set
56191 -CONFIG_MTD_CFI_UTIL=y
56192 -# CONFIG_MTD_RAM is not set
56193 -# CONFIG_MTD_ROM is not set
56194 -# CONFIG_MTD_ABSENT is not set
56195 -
56196 -#
56197 -# Mapping drivers for chip access
56198 -#
56199 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
56200 -# CONFIG_MTD_PHYSMAP is not set
56201 -CONFIG_MTD_PHYSMAP_OF=y
56202 -# CONFIG_MTD_INTEL_VR_NOR is not set
56203 -# CONFIG_MTD_PLATRAM is not set
56204 -
56205 -#
56206 -# Self-contained MTD device drivers
56207 -#
56208 -# CONFIG_MTD_PMC551 is not set
56209 -# CONFIG_MTD_DATAFLASH is not set
56210 -# CONFIG_MTD_M25P80 is not set
56211 -# CONFIG_MTD_SLRAM is not set
56212 -# CONFIG_MTD_PHRAM is not set
56213 -# CONFIG_MTD_MTDRAM is not set
56214 -# CONFIG_MTD_BLOCK2MTD is not set
56215 -
56216 -#
56217 -# Disk-On-Chip Device Drivers
56218 -#
56219 -# CONFIG_MTD_DOC2000 is not set
56220 -# CONFIG_MTD_DOC2001 is not set
56221 -# CONFIG_MTD_DOC2001PLUS is not set
56222 -CONFIG_MTD_NAND=y
56223 -CONFIG_MTD_NAND_VERIFY_WRITE=y
56224 -# CONFIG_MTD_NAND_ECC_SMC is not set
56225 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
56226 -CONFIG_MTD_NAND_IDS=y
56227 -# CONFIG_MTD_NAND_DISKONCHIP is not set
56228 -# CONFIG_MTD_NAND_CAFE is not set
56229 -# CONFIG_MTD_NAND_NANDSIM is not set
56230 -# CONFIG_MTD_NAND_PLATFORM is not set
56231 -# CONFIG_MTD_ALAUDA is not set
56232 -# CONFIG_MTD_NAND_FSL_ELBC is not set
56233 -# CONFIG_MTD_ONENAND is not set
56234 -
56235 -#
56236 -# UBI - Unsorted block images
56237 -#
56238 -# CONFIG_MTD_UBI is not set
56239 -CONFIG_OF_DEVICE=y
56240 -# CONFIG_PARPORT is not set
56241 -CONFIG_BLK_DEV=y
56242 -# CONFIG_BLK_DEV_FD is not set
56243 -# CONFIG_BLK_CPQ_DA is not set
56244 -# CONFIG_BLK_CPQ_CISS_DA is not set
56245 -# CONFIG_BLK_DEV_DAC960 is not set
56246 -# CONFIG_BLK_DEV_UMEM is not set
56247 -# CONFIG_BLK_DEV_COW_COMMON is not set
56248 -CONFIG_BLK_DEV_LOOP=y
56249 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
56250 -# CONFIG_BLK_DEV_NBD is not set
56251 -# CONFIG_BLK_DEV_SX8 is not set
56252 -# CONFIG_BLK_DEV_UB is not set
56253 -CONFIG_BLK_DEV_RAM=y
56254 -CONFIG_BLK_DEV_RAM_COUNT=16
56255 -CONFIG_BLK_DEV_RAM_SIZE=32768
56256 -# CONFIG_BLK_DEV_XIP is not set
56257 -# CONFIG_CDROM_PKTCDVD is not set
56258 -# CONFIG_ATA_OVER_ETH is not set
56259 -CONFIG_MISC_DEVICES=y
56260 -# CONFIG_PHANTOM is not set
56261 -# CONFIG_EEPROM_93CX6 is not set
56262 -# CONFIG_SGI_IOC4 is not set
56263 -# CONFIG_TIFM_CORE is not set
56264 -# CONFIG_ENCLOSURE_SERVICES is not set
56265 -CONFIG_HAVE_IDE=y
56266 -# CONFIG_IDE is not set
56267 -
56268 -#
56269 -# SCSI device support
56270 -#
56271 -# CONFIG_RAID_ATTRS is not set
56272 -CONFIG_SCSI=y
56273 -CONFIG_SCSI_DMA=y
56274 -# CONFIG_SCSI_TGT is not set
56275 -# CONFIG_SCSI_NETLINK is not set
56276 -CONFIG_SCSI_PROC_FS=y
56277 -
56278 -#
56279 -# SCSI support type (disk, tape, CD-ROM)
56280 -#
56281 -# CONFIG_BLK_DEV_SD is not set
56282 -# CONFIG_CHR_DEV_ST is not set
56283 -# CONFIG_CHR_DEV_OSST is not set
56284 -# CONFIG_BLK_DEV_SR is not set
56285 -CONFIG_CHR_DEV_SG=y
56286 -# CONFIG_CHR_DEV_SCH is not set
56287 -
56288 -#
56289 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
56290 -#
56291 -# CONFIG_SCSI_MULTI_LUN is not set
56292 -# CONFIG_SCSI_CONSTANTS is not set
56293 -# CONFIG_SCSI_LOGGING is not set
56294 -# CONFIG_SCSI_SCAN_ASYNC is not set
56295 -CONFIG_SCSI_WAIT_SCAN=m
56296 -
56297 -#
56298 -# SCSI Transports
56299 -#
56300 -CONFIG_SCSI_SPI_ATTRS=y
56301 -# CONFIG_SCSI_FC_ATTRS is not set
56302 -# CONFIG_SCSI_ISCSI_ATTRS is not set
56303 -# CONFIG_SCSI_SAS_LIBSAS is not set
56304 -# CONFIG_SCSI_SRP_ATTRS is not set
56305 -CONFIG_SCSI_LOWLEVEL=y
56306 -# CONFIG_ISCSI_TCP is not set
56307 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
56308 -# CONFIG_SCSI_3W_9XXX is not set
56309 -# CONFIG_SCSI_ACARD is not set
56310 -# CONFIG_SCSI_AACRAID is not set
56311 -# CONFIG_SCSI_AIC7XXX is not set
56312 -# CONFIG_SCSI_AIC7XXX_OLD is not set
56313 -# CONFIG_SCSI_AIC79XX is not set
56314 -# CONFIG_SCSI_AIC94XX is not set
56315 -# CONFIG_SCSI_DPT_I2O is not set
56316 -# CONFIG_SCSI_ADVANSYS is not set
56317 -# CONFIG_SCSI_ARCMSR is not set
56318 -# CONFIG_MEGARAID_NEWGEN is not set
56319 -# CONFIG_MEGARAID_LEGACY is not set
56320 -# CONFIG_MEGARAID_SAS is not set
56321 -# CONFIG_SCSI_HPTIOP is not set
56322 -# CONFIG_SCSI_BUSLOGIC is not set
56323 -# CONFIG_SCSI_DMX3191D is not set
56324 -# CONFIG_SCSI_EATA is not set
56325 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
56326 -# CONFIG_SCSI_GDTH is not set
56327 -# CONFIG_SCSI_IPS is not set
56328 -# CONFIG_SCSI_INITIO is not set
56329 -# CONFIG_SCSI_INIA100 is not set
56330 -# CONFIG_SCSI_MVSAS is not set
56331 -# CONFIG_SCSI_STEX is not set
56332 -# CONFIG_SCSI_SYM53C8XX_2 is not set
56333 -# CONFIG_SCSI_IPR is not set
56334 -# CONFIG_SCSI_QLOGIC_1280 is not set
56335 -# CONFIG_SCSI_QLA_FC is not set
56336 -# CONFIG_SCSI_QLA_ISCSI is not set
56337 -# CONFIG_SCSI_LPFC is not set
56338 -# CONFIG_SCSI_DC395x is not set
56339 -# CONFIG_SCSI_DC390T is not set
56340 -# CONFIG_SCSI_NSP32 is not set
56341 -# CONFIG_SCSI_DEBUG is not set
56342 -# CONFIG_SCSI_SRP is not set
56343 -CONFIG_ATA=y
56344 -# CONFIG_ATA_NONSTANDARD is not set
56345 -# CONFIG_SATA_AHCI is not set
56346 -# CONFIG_SATA_SVW is not set
56347 -# CONFIG_ATA_PIIX is not set
56348 -# CONFIG_SATA_MV is not set
56349 -# CONFIG_SATA_NV is not set
56350 -# CONFIG_PDC_ADMA is not set
56351 -# CONFIG_SATA_QSTOR is not set
56352 -# CONFIG_SATA_PROMISE is not set
56353 -# CONFIG_SATA_SX4 is not set
56354 -# CONFIG_SATA_SIL is not set
56355 -# CONFIG_SATA_SIL24 is not set
56356 -# CONFIG_SATA_SIS is not set
56357 -# CONFIG_SATA_ULI is not set
56358 -# CONFIG_SATA_VIA is not set
56359 -# CONFIG_SATA_VITESSE is not set
56360 -# CONFIG_SATA_INIC162X is not set
56361 -CONFIG_SATA_FSL=y
56362 -# CONFIG_PATA_ALI is not set
56363 -# CONFIG_PATA_AMD is not set
56364 -# CONFIG_PATA_ARTOP is not set
56365 -# CONFIG_PATA_ATIIXP is not set
56366 -# CONFIG_PATA_CMD640_PCI is not set
56367 -# CONFIG_PATA_CMD64X is not set
56368 -# CONFIG_PATA_CS5520 is not set
56369 -# CONFIG_PATA_CS5530 is not set
56370 -# CONFIG_PATA_CYPRESS is not set
56371 -# CONFIG_PATA_EFAR is not set
56372 -# CONFIG_ATA_GENERIC is not set
56373 -# CONFIG_PATA_HPT366 is not set
56374 -# CONFIG_PATA_HPT37X is not set
56375 -# CONFIG_PATA_HPT3X2N is not set
56376 -# CONFIG_PATA_HPT3X3 is not set
56377 -# CONFIG_PATA_IT821X is not set
56378 -# CONFIG_PATA_IT8213 is not set
56379 -# CONFIG_PATA_JMICRON is not set
56380 -# CONFIG_PATA_TRIFLEX is not set
56381 -# CONFIG_PATA_MARVELL is not set
56382 -# CONFIG_PATA_MPIIX is not set
56383 -# CONFIG_PATA_OLDPIIX is not set
56384 -# CONFIG_PATA_NETCELL is not set
56385 -# CONFIG_PATA_NINJA32 is not set
56386 -# CONFIG_PATA_NS87410 is not set
56387 -# CONFIG_PATA_NS87415 is not set
56388 -# CONFIG_PATA_OPTI is not set
56389 -# CONFIG_PATA_OPTIDMA is not set
56390 -# CONFIG_PATA_PDC_OLD is not set
56391 -# CONFIG_PATA_RADISYS is not set
56392 -# CONFIG_PATA_RZ1000 is not set
56393 -# CONFIG_PATA_SC1200 is not set
56394 -# CONFIG_PATA_SERVERWORKS is not set
56395 -# CONFIG_PATA_PDC2027X is not set
56396 -# CONFIG_PATA_SIL680 is not set
56397 -# CONFIG_PATA_SIS is not set
56398 -# CONFIG_PATA_VIA is not set
56399 -# CONFIG_PATA_WINBOND is not set
56400 -# CONFIG_PATA_PLATFORM is not set
56401 -CONFIG_MD=y
56402 -CONFIG_BLK_DEV_MD=y
56403 -CONFIG_MD_LINEAR=y
56404 -CONFIG_MD_RAID0=y
56405 -CONFIG_MD_RAID1=y
56406 -# CONFIG_MD_RAID10 is not set
56407 -# CONFIG_MD_RAID456 is not set
56408 -# CONFIG_MD_MULTIPATH is not set
56409 -# CONFIG_MD_FAULTY is not set
56410 -# CONFIG_BLK_DEV_DM is not set
56411 -# CONFIG_FUSION is not set
56412 -
56413 -#
56414 -# IEEE 1394 (FireWire) support
56415 -#
56416 -# CONFIG_FIREWIRE is not set
56417 -# CONFIG_IEEE1394 is not set
56418 -# CONFIG_I2O is not set
56419 -# CONFIG_MACINTOSH_DRIVERS is not set
56420 -CONFIG_NETDEVICES=y
56421 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
56422 -# CONFIG_DUMMY is not set
56423 -# CONFIG_BONDING is not set
56424 -# CONFIG_MACVLAN is not set
56425 -# CONFIG_EQUALIZER is not set
56426 -# CONFIG_TUN is not set
56427 -# CONFIG_VETH is not set
56428 -# CONFIG_ARCNET is not set
56429 -CONFIG_PHYLIB=y
56430 -
56431 -#
56432 -# MII PHY device drivers
56433 -#
56434 -# CONFIG_MARVELL_PHY is not set
56435 -# CONFIG_DAVICOM_PHY is not set
56436 -# CONFIG_QSEMI_PHY is not set
56437 -# CONFIG_LXT_PHY is not set
56438 -# CONFIG_CICADA_PHY is not set
56439 -# CONFIG_VITESSE_PHY is not set
56440 -# CONFIG_SMSC_PHY is not set
56441 -# CONFIG_BROADCOM_PHY is not set
56442 -# CONFIG_ICPLUS_PHY is not set
56443 -# CONFIG_REALTEK_PHY is not set
56444 -# CONFIG_FIXED_PHY is not set
56445 -# CONFIG_MDIO_BITBANG is not set
56446 -CONFIG_NET_ETHERNET=y
56447 -CONFIG_MII=y
56448 -# CONFIG_HAPPYMEAL is not set
56449 -# CONFIG_SUNGEM is not set
56450 -# CONFIG_CASSINI is not set
56451 -# CONFIG_NET_VENDOR_3COM is not set
56452 -# CONFIG_ENC28J60 is not set
56453 -# CONFIG_NET_TULIP is not set
56454 -# CONFIG_HP100 is not set
56455 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
56456 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
56457 -# CONFIG_IBM_NEW_EMAC_TAH is not set
56458 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
56459 -CONFIG_NET_PCI=y
56460 -# CONFIG_PCNET32 is not set
56461 -# CONFIG_AMD8111_ETH is not set
56462 -# CONFIG_ADAPTEC_STARFIRE is not set
56463 -# CONFIG_B44 is not set
56464 -# CONFIG_FORCEDETH is not set
56465 -# CONFIG_EEPRO100 is not set
56466 -CONFIG_E100=y
56467 -# CONFIG_FEALNX is not set
56468 -# CONFIG_NATSEMI is not set
56469 -# CONFIG_NE2K_PCI is not set
56470 -# CONFIG_8139CP is not set
56471 -# CONFIG_8139TOO is not set
56472 -# CONFIG_R6040 is not set
56473 -# CONFIG_SIS900 is not set
56474 -# CONFIG_EPIC100 is not set
56475 -# CONFIG_SUNDANCE is not set
56476 -# CONFIG_TLAN is not set
56477 -# CONFIG_VIA_RHINE is not set
56478 -# CONFIG_SC92031 is not set
56479 -CONFIG_NETDEV_1000=y
56480 -# CONFIG_ACENIC is not set
56481 -# CONFIG_DL2K is not set
56482 -# CONFIG_E1000 is not set
56483 -# CONFIG_E1000E is not set
56484 -# CONFIG_E1000E_ENABLED is not set
56485 -# CONFIG_IP1000 is not set
56486 -# CONFIG_IGB is not set
56487 -# CONFIG_NS83820 is not set
56488 -# CONFIG_HAMACHI is not set
56489 -# CONFIG_YELLOWFIN is not set
56490 -# CONFIG_R8169 is not set
56491 -# CONFIG_SIS190 is not set
56492 -# CONFIG_SKGE is not set
56493 -# CONFIG_SKY2 is not set
56494 -# CONFIG_SK98LIN is not set
56495 -# CONFIG_VIA_VELOCITY is not set
56496 -# CONFIG_TIGON3 is not set
56497 -# CONFIG_BNX2 is not set
56498 -CONFIG_GIANFAR=y
56499 -CONFIG_GFAR_NAPI=y
56500 -# CONFIG_QLA3XXX is not set
56501 -# CONFIG_ATL1 is not set
56502 -CONFIG_NETDEV_10000=y
56503 -# CONFIG_CHELSIO_T1 is not set
56504 -# CONFIG_CHELSIO_T3 is not set
56505 -# CONFIG_IXGBE is not set
56506 -# CONFIG_IXGB is not set
56507 -# CONFIG_S2IO is not set
56508 -# CONFIG_MYRI10GE is not set
56509 -# CONFIG_NETXEN_NIC is not set
56510 -# CONFIG_NIU is not set
56511 -# CONFIG_MLX4_CORE is not set
56512 -# CONFIG_TEHUTI is not set
56513 -# CONFIG_BNX2X is not set
56514 -# CONFIG_TR is not set
56515 -
56516 -#
56517 -# Wireless LAN
56518 -#
56519 -# CONFIG_WLAN_PRE80211 is not set
56520 -# CONFIG_WLAN_80211 is not set
56521 -
56522 -#
56523 -# USB Network Adapters
56524 -#
56525 -# CONFIG_USB_CATC is not set
56526 -# CONFIG_USB_KAWETH is not set
56527 -# CONFIG_USB_PEGASUS is not set
56528 -# CONFIG_USB_RTL8150 is not set
56529 -# CONFIG_USB_USBNET is not set
56530 -# CONFIG_WAN is not set
56531 -# CONFIG_FDDI is not set
56532 -# CONFIG_HIPPI is not set
56533 -# CONFIG_PPP is not set
56534 -# CONFIG_SLIP is not set
56535 -# CONFIG_NET_FC is not set
56536 -# CONFIG_NETCONSOLE is not set
56537 -# CONFIG_NETPOLL is not set
56538 -# CONFIG_NET_POLL_CONTROLLER is not set
56539 -# CONFIG_ISDN is not set
56540 -# CONFIG_PHONE is not set
56541 -
56542 -#
56543 -# Input device support
56544 -#
56545 -CONFIG_INPUT=y
56546 -# CONFIG_INPUT_FF_MEMLESS is not set
56547 -# CONFIG_INPUT_POLLDEV is not set
56548 -
56549 -#
56550 -# Userland interfaces
56551 -#
56552 -# CONFIG_INPUT_MOUSEDEV is not set
56553 -# CONFIG_INPUT_JOYDEV is not set
56554 -# CONFIG_INPUT_EVDEV is not set
56555 -# CONFIG_INPUT_EVBUG is not set
56556 -
56557 -#
56558 -# Input Device Drivers
56559 -#
56560 -# CONFIG_INPUT_KEYBOARD is not set
56561 -# CONFIG_INPUT_MOUSE is not set
56562 -# CONFIG_INPUT_JOYSTICK is not set
56563 -# CONFIG_INPUT_TABLET is not set
56564 -# CONFIG_INPUT_TOUCHSCREEN is not set
56565 -# CONFIG_INPUT_MISC is not set
56566 -
56567 -#
56568 -# Hardware I/O ports
56569 -#
56570 -# CONFIG_SERIO is not set
56571 -# CONFIG_GAMEPORT is not set
56572 -
56573 -#
56574 -# Character devices
56575 -#
56576 -# CONFIG_VT is not set
56577 -# CONFIG_SERIAL_NONSTANDARD is not set
56578 -# CONFIG_NOZOMI is not set
56579 -
56580 -#
56581 -# Serial drivers
56582 -#
56583 -CONFIG_SERIAL_8250=y
56584 -CONFIG_SERIAL_8250_CONSOLE=y
56585 -CONFIG_SERIAL_8250_PCI=y
56586 -CONFIG_SERIAL_8250_NR_UARTS=4
56587 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
56588 -# CONFIG_SERIAL_8250_EXTENDED is not set
56589 -
56590 -#
56591 -# Non-8250 serial port support
56592 -#
56593 -# CONFIG_SERIAL_UARTLITE is not set
56594 -CONFIG_SERIAL_CORE=y
56595 -CONFIG_SERIAL_CORE_CONSOLE=y
56596 -# CONFIG_SERIAL_JSM is not set
56597 -# CONFIG_SERIAL_OF_PLATFORM is not set
56598 -CONFIG_UNIX98_PTYS=y
56599 -CONFIG_LEGACY_PTYS=y
56600 -CONFIG_LEGACY_PTY_COUNT=256
56601 -# CONFIG_IPMI_HANDLER is not set
56602 -CONFIG_HW_RANDOM=y
56603 -# CONFIG_NVRAM is not set
56604 -# CONFIG_GEN_RTC is not set
56605 -# CONFIG_R3964 is not set
56606 -# CONFIG_APPLICOM is not set
56607 -# CONFIG_RAW_DRIVER is not set
56608 -# CONFIG_TCG_TPM is not set
56609 -CONFIG_DEVPORT=y
56610 -CONFIG_I2C=y
56611 -CONFIG_I2C_BOARDINFO=y
56612 -CONFIG_I2C_CHARDEV=y
56613 -
56614 -#
56615 -# I2C Algorithms
56616 -#
56617 -# CONFIG_I2C_ALGOBIT is not set
56618 -# CONFIG_I2C_ALGOPCF is not set
56619 -# CONFIG_I2C_ALGOPCA is not set
56620 -
56621 -#
56622 -# I2C Hardware Bus support
56623 -#
56624 -# CONFIG_I2C_ALI1535 is not set
56625 -# CONFIG_I2C_ALI1563 is not set
56626 -# CONFIG_I2C_ALI15X3 is not set
56627 -# CONFIG_I2C_AMD756 is not set
56628 -# CONFIG_I2C_AMD8111 is not set
56629 -# CONFIG_I2C_I801 is not set
56630 -# CONFIG_I2C_I810 is not set
56631 -# CONFIG_I2C_PIIX4 is not set
56632 -CONFIG_I2C_MPC=y
56633 -# CONFIG_I2C_NFORCE2 is not set
56634 -# CONFIG_I2C_OCORES is not set
56635 -# CONFIG_I2C_PARPORT_LIGHT is not set
56636 -# CONFIG_I2C_PROSAVAGE is not set
56637 -# CONFIG_I2C_SAVAGE4 is not set
56638 -# CONFIG_I2C_SIMTEC is not set
56639 -# CONFIG_I2C_SIS5595 is not set
56640 -# CONFIG_I2C_SIS630 is not set
56641 -# CONFIG_I2C_SIS96X is not set
56642 -# CONFIG_I2C_TAOS_EVM is not set
56643 -# CONFIG_I2C_STUB is not set
56644 -# CONFIG_I2C_TINY_USB is not set
56645 -# CONFIG_I2C_VIA is not set
56646 -# CONFIG_I2C_VIAPRO is not set
56647 -# CONFIG_I2C_VOODOO3 is not set
56648 -
56649 -#
56650 -# Miscellaneous I2C Chip support
56651 -#
56652 -# CONFIG_DS1682 is not set
56653 -# CONFIG_SENSORS_EEPROM is not set
56654 -# CONFIG_SENSORS_PCF8574 is not set
56655 -# CONFIG_PCF8575 is not set
56656 -# CONFIG_SENSORS_PCF8591 is not set
56657 -# CONFIG_TPS65010 is not set
56658 -# CONFIG_SENSORS_MAX6875 is not set
56659 -# CONFIG_SENSORS_TSL2550 is not set
56660 -# CONFIG_I2C_DEBUG_CORE is not set
56661 -# CONFIG_I2C_DEBUG_ALGO is not set
56662 -# CONFIG_I2C_DEBUG_BUS is not set
56663 -# CONFIG_I2C_DEBUG_CHIP is not set
56664 -
56665 -#
56666 -# SPI support
56667 -#
56668 -CONFIG_SPI=y
56669 -# CONFIG_SPI_DEBUG is not set
56670 -CONFIG_SPI_MASTER=y
56671 -
56672 -#
56673 -# SPI Master Controller Drivers
56674 -#
56675 -CONFIG_SPI_BITBANG=y
56676 -CONFIG_SPI_MPC83xx=y
56677 -
56678 -#
56679 -# SPI Protocol Masters
56680 -#
56681 -# CONFIG_SPI_AT25 is not set
56682 -# CONFIG_SPI_SPIDEV is not set
56683 -# CONFIG_SPI_TLE62X0 is not set
56684 -# CONFIG_W1 is not set
56685 -# CONFIG_POWER_SUPPLY is not set
56686 -CONFIG_HWMON=y
56687 -# CONFIG_HWMON_VID is not set
56688 -# CONFIG_SENSORS_AD7418 is not set
56689 -# CONFIG_SENSORS_ADM1021 is not set
56690 -# CONFIG_SENSORS_ADM1025 is not set
56691 -# CONFIG_SENSORS_ADM1026 is not set
56692 -# CONFIG_SENSORS_ADM1029 is not set
56693 -# CONFIG_SENSORS_ADM1031 is not set
56694 -# CONFIG_SENSORS_ADM9240 is not set
56695 -# CONFIG_SENSORS_ADT7470 is not set
56696 -# CONFIG_SENSORS_ADT7473 is not set
56697 -# CONFIG_SENSORS_ATXP1 is not set
56698 -# CONFIG_SENSORS_DS1621 is not set
56699 -# CONFIG_SENSORS_I5K_AMB is not set
56700 -# CONFIG_SENSORS_F71805F is not set
56701 -# CONFIG_SENSORS_F71882FG is not set
56702 -# CONFIG_SENSORS_F75375S is not set
56703 -# CONFIG_SENSORS_GL518SM is not set
56704 -# CONFIG_SENSORS_GL520SM is not set
56705 -# CONFIG_SENSORS_IT87 is not set
56706 -# CONFIG_SENSORS_LM63 is not set
56707 -# CONFIG_SENSORS_LM70 is not set
56708 -# CONFIG_SENSORS_LM75 is not set
56709 -# CONFIG_SENSORS_LM77 is not set
56710 -# CONFIG_SENSORS_LM78 is not set
56711 -# CONFIG_SENSORS_LM80 is not set
56712 -# CONFIG_SENSORS_LM83 is not set
56713 -# CONFIG_SENSORS_LM85 is not set
56714 -# CONFIG_SENSORS_LM87 is not set
56715 -# CONFIG_SENSORS_LM90 is not set
56716 -# CONFIG_SENSORS_LM92 is not set
56717 -# CONFIG_SENSORS_LM93 is not set
56718 -# CONFIG_SENSORS_MAX1619 is not set
56719 -# CONFIG_SENSORS_MAX6650 is not set
56720 -# CONFIG_SENSORS_PC87360 is not set
56721 -# CONFIG_SENSORS_PC87427 is not set
56722 -# CONFIG_SENSORS_SIS5595 is not set
56723 -# CONFIG_SENSORS_DME1737 is not set
56724 -# CONFIG_SENSORS_SMSC47M1 is not set
56725 -# CONFIG_SENSORS_SMSC47M192 is not set
56726 -# CONFIG_SENSORS_SMSC47B397 is not set
56727 -# CONFIG_SENSORS_ADS7828 is not set
56728 -# CONFIG_SENSORS_THMC50 is not set
56729 -# CONFIG_SENSORS_VIA686A is not set
56730 -# CONFIG_SENSORS_VT1211 is not set
56731 -# CONFIG_SENSORS_VT8231 is not set
56732 -# CONFIG_SENSORS_W83781D is not set
56733 -# CONFIG_SENSORS_W83791D is not set
56734 -# CONFIG_SENSORS_W83792D is not set
56735 -# CONFIG_SENSORS_W83793 is not set
56736 -# CONFIG_SENSORS_W83L785TS is not set
56737 -# CONFIG_SENSORS_W83L786NG is not set
56738 -# CONFIG_SENSORS_W83627HF is not set
56739 -# CONFIG_SENSORS_W83627EHF is not set
56740 -# CONFIG_HWMON_DEBUG_CHIP is not set
56741 -# CONFIG_THERMAL is not set
56742 -CONFIG_WATCHDOG=y
56743 -# CONFIG_WATCHDOG_NOWAYOUT is not set
56744 -
56745 -#
56746 -# Watchdog Device Drivers
56747 -#
56748 -# CONFIG_SOFT_WATCHDOG is not set
56749 -CONFIG_83xx_WDT=y
56750 -
56751 -#
56752 -# PCI-based Watchdog Cards
56753 -#
56754 -# CONFIG_PCIPCWATCHDOG is not set
56755 -# CONFIG_WDTPCI is not set
56756 -
56757 -#
56758 -# USB-based Watchdog Cards
56759 -#
56760 -# CONFIG_USBPCWATCHDOG is not set
56761 -
56762 -#
56763 -# Sonics Silicon Backplane
56764 -#
56765 -CONFIG_SSB_POSSIBLE=y
56766 -# CONFIG_SSB is not set
56767 -
56768 -#
56769 -# Multifunction device drivers
56770 -#
56771 -# CONFIG_MFD_SM501 is not set
56772 -
56773 -#
56774 -# Multimedia devices
56775 -#
56776 -# CONFIG_VIDEO_DEV is not set
56777 -# CONFIG_DVB_CORE is not set
56778 -CONFIG_DAB=y
56779 -# CONFIG_USB_DABUSB is not set
56780 -
56781 -#
56782 -# Graphics support
56783 -#
56784 -# CONFIG_AGP is not set
56785 -# CONFIG_DRM is not set
56786 -# CONFIG_VGASTATE is not set
56787 -CONFIG_VIDEO_OUTPUT_CONTROL=m
56788 -# CONFIG_FB is not set
56789 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
56790 -
56791 -#
56792 -# Display device support
56793 -#
56794 -# CONFIG_DISPLAY_SUPPORT is not set
56795 -
56796 -#
56797 -# Sound
56798 -#
56799 -# CONFIG_SOUND is not set
56800 -CONFIG_HID_SUPPORT=y
56801 -CONFIG_HID=y
56802 -# CONFIG_HID_DEBUG is not set
56803 -# CONFIG_HIDRAW is not set
56804 -
56805 -#
56806 -# USB Input Devices
56807 -#
56808 -# CONFIG_USB_HID is not set
56809 -
56810 -#
56811 -# USB HID Boot Protocol drivers
56812 -#
56813 -# CONFIG_USB_KBD is not set
56814 -# CONFIG_USB_MOUSE is not set
56815 -CONFIG_USB_SUPPORT=y
56816 -CONFIG_USB_ARCH_HAS_HCD=y
56817 -CONFIG_USB_ARCH_HAS_OHCI=y
56818 -CONFIG_USB_ARCH_HAS_EHCI=y
56819 -CONFIG_USB=y
56820 -# CONFIG_USB_DEBUG is not set
56821 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
56822 -
56823 -#
56824 -# Miscellaneous USB options
56825 -#
56826 -CONFIG_USB_DEVICEFS=y
56827 -CONFIG_USB_DEVICE_CLASS=y
56828 -# CONFIG_USB_DYNAMIC_MINORS is not set
56829 -# CONFIG_USB_OTG is not set
56830 -
56831 -#
56832 -# USB Host Controller Drivers
56833 -#
56834 -CONFIG_USB_EHCI_HCD=y
56835 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
56836 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
56837 -CONFIG_USB_EHCI_FSL=y
56838 -CONFIG_USB_EHCI_HCD_PPC_OF=y
56839 -# CONFIG_USB_ISP116X_HCD is not set
56840 -CONFIG_USB_OHCI_HCD=y
56841 -CONFIG_USB_OHCI_HCD_PPC_OF=y
56842 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
56843 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
56844 -CONFIG_USB_OHCI_HCD_PCI=y
56845 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
56846 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
56847 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
56848 -CONFIG_USB_UHCI_HCD=y
56849 -# CONFIG_USB_SL811_HCD is not set
56850 -# CONFIG_USB_R8A66597_HCD is not set
56851 -
56852 -#
56853 -# USB Device Class drivers
56854 -#
56855 -# CONFIG_USB_ACM is not set
56856 -# CONFIG_USB_PRINTER is not set
56857 -
56858 -#
56859 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
56860 -#
56861 -
56862 -#
56863 -# may also be needed; see USB_STORAGE Help for more information
56864 -#
56865 -CONFIG_USB_STORAGE=y
56866 -# CONFIG_USB_STORAGE_DEBUG is not set
56867 -# CONFIG_USB_STORAGE_DATAFAB is not set
56868 -# CONFIG_USB_STORAGE_FREECOM is not set
56869 -# CONFIG_USB_STORAGE_ISD200 is not set
56870 -# CONFIG_USB_STORAGE_DPCM is not set
56871 -# CONFIG_USB_STORAGE_USBAT is not set
56872 -# CONFIG_USB_STORAGE_SDDR09 is not set
56873 -# CONFIG_USB_STORAGE_SDDR55 is not set
56874 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
56875 -# CONFIG_USB_STORAGE_ALAUDA is not set
56876 -# CONFIG_USB_STORAGE_KARMA is not set
56877 -# CONFIG_USB_LIBUSUAL is not set
56878 -
56879 -#
56880 -# USB Imaging devices
56881 -#
56882 -# CONFIG_USB_MDC800 is not set
56883 -# CONFIG_USB_MICROTEK is not set
56884 -CONFIG_USB_MON=y
56885 -
56886 -#
56887 -# USB port drivers
56888 -#
56889 -# CONFIG_USB_SERIAL is not set
56890 -
56891 -#
56892 -# USB Miscellaneous drivers
56893 -#
56894 -# CONFIG_USB_EMI62 is not set
56895 -# CONFIG_USB_EMI26 is not set
56896 -# CONFIG_USB_ADUTUX is not set
56897 -# CONFIG_USB_AUERSWALD is not set
56898 -# CONFIG_USB_RIO500 is not set
56899 -# CONFIG_USB_LEGOTOWER is not set
56900 -# CONFIG_USB_LCD is not set
56901 -# CONFIG_USB_BERRY_CHARGE is not set
56902 -# CONFIG_USB_LED is not set
56903 -# CONFIG_USB_CYPRESS_CY7C63 is not set
56904 -# CONFIG_USB_CYTHERM is not set
56905 -# CONFIG_USB_PHIDGET is not set
56906 -# CONFIG_USB_IDMOUSE is not set
56907 -# CONFIG_USB_FTDI_ELAN is not set
56908 -# CONFIG_USB_APPLEDISPLAY is not set
56909 -# CONFIG_USB_SISUSBVGA is not set
56910 -# CONFIG_USB_LD is not set
56911 -# CONFIG_USB_TRANCEVIBRATOR is not set
56912 -# CONFIG_USB_IOWARRIOR is not set
56913 -# CONFIG_USB_TEST is not set
56914 -CONFIG_USB_GADGET=y
56915 -# CONFIG_USB_GADGET_DEBUG is not set
56916 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
56917 -CONFIG_USB_GADGET_SELECTED=y
56918 -# CONFIG_USB_GADGET_AMD5536UDC is not set
56919 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
56920 -# CONFIG_USB_GADGET_FSL_USB2 is not set
56921 -CONFIG_USB_GADGET_NET2280=y
56922 -CONFIG_USB_NET2280=y
56923 -# CONFIG_USB_GADGET_PXA2XX is not set
56924 -# CONFIG_USB_GADGET_M66592 is not set
56925 -# CONFIG_USB_GADGET_GOKU is not set
56926 -# CONFIG_USB_GADGET_LH7A40X is not set
56927 -# CONFIG_USB_GADGET_OMAP is not set
56928 -# CONFIG_USB_GADGET_S3C2410 is not set
56929 -# CONFIG_USB_GADGET_AT91 is not set
56930 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
56931 -CONFIG_USB_GADGET_DUALSPEED=y
56932 -# CONFIG_USB_ZERO is not set
56933 -CONFIG_USB_ETH=y
56934 -CONFIG_USB_ETH_RNDIS=y
56935 -# CONFIG_USB_GADGETFS is not set
56936 -# CONFIG_USB_FILE_STORAGE is not set
56937 -# CONFIG_USB_G_SERIAL is not set
56938 -# CONFIG_USB_MIDI_GADGET is not set
56939 -# CONFIG_USB_G_PRINTER is not set
56940 -# CONFIG_MMC is not set
56941 -# CONFIG_MEMSTICK is not set
56942 -# CONFIG_NEW_LEDS is not set
56943 -# CONFIG_INFINIBAND is not set
56944 -# CONFIG_EDAC is not set
56945 -CONFIG_RTC_LIB=y
56946 -CONFIG_RTC_CLASS=y
56947 -CONFIG_RTC_HCTOSYS=y
56948 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
56949 -# CONFIG_RTC_DEBUG is not set
56950 -
56951 -#
56952 -# RTC interfaces
56953 -#
56954 -CONFIG_RTC_INTF_SYSFS=y
56955 -CONFIG_RTC_INTF_PROC=y
56956 -CONFIG_RTC_INTF_DEV=y
56957 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
56958 -# CONFIG_RTC_DRV_TEST is not set
56959 -
56960 -#
56961 -# I2C RTC drivers
56962 -#
56963 -CONFIG_RTC_DRV_DS1307=y
56964 -# CONFIG_RTC_DRV_DS1374 is not set
56965 -# CONFIG_RTC_DRV_DS1672 is not set
56966 -# CONFIG_RTC_DRV_MAX6900 is not set
56967 -# CONFIG_RTC_DRV_RS5C372 is not set
56968 -# CONFIG_RTC_DRV_ISL1208 is not set
56969 -# CONFIG_RTC_DRV_X1205 is not set
56970 -# CONFIG_RTC_DRV_PCF8563 is not set
56971 -# CONFIG_RTC_DRV_PCF8583 is not set
56972 -# CONFIG_RTC_DRV_M41T80 is not set
56973 -# CONFIG_RTC_DRV_S35390A is not set
56974 -
56975 -#
56976 -# SPI RTC drivers
56977 -#
56978 -# CONFIG_RTC_DRV_MAX6902 is not set
56979 -# CONFIG_RTC_DRV_R9701 is not set
56980 -# CONFIG_RTC_DRV_RS5C348 is not set
56981 -
56982 -#
56983 -# Platform RTC drivers
56984 -#
56985 -# CONFIG_RTC_DRV_CMOS is not set
56986 -# CONFIG_RTC_DRV_DS1511 is not set
56987 -# CONFIG_RTC_DRV_DS1553 is not set
56988 -# CONFIG_RTC_DRV_DS1742 is not set
56989 -# CONFIG_RTC_DRV_STK17TA8 is not set
56990 -# CONFIG_RTC_DRV_M48T86 is not set
56991 -# CONFIG_RTC_DRV_M48T59 is not set
56992 -# CONFIG_RTC_DRV_V3020 is not set
56993 -
56994 -#
56995 -# on-CPU RTC drivers
56996 -#
56997 -# CONFIG_DMADEVICES is not set
56998 -
56999 -#
57000 -# Userspace I/O
57001 -#
57002 -# CONFIG_UIO is not set
57003 -
57004 -#
57005 -# File systems
57006 -#
57007 -CONFIG_EXT2_FS=y
57008 -# CONFIG_EXT2_FS_XATTR is not set
57009 -# CONFIG_EXT2_FS_XIP is not set
57010 -CONFIG_EXT3_FS=y
57011 -CONFIG_EXT3_FS_XATTR=y
57012 -# CONFIG_EXT3_FS_POSIX_ACL is not set
57013 -# CONFIG_EXT3_FS_SECURITY is not set
57014 -# CONFIG_EXT4DEV_FS is not set
57015 -CONFIG_JBD=y
57016 -CONFIG_FS_MBCACHE=y
57017 -# CONFIG_REISERFS_FS is not set
57018 -# CONFIG_JFS_FS is not set
57019 -# CONFIG_FS_POSIX_ACL is not set
57020 -# CONFIG_XFS_FS is not set
57021 -# CONFIG_GFS2_FS is not set
57022 -# CONFIG_OCFS2_FS is not set
57023 -CONFIG_DNOTIFY=y
57024 -CONFIG_INOTIFY=y
57025 -CONFIG_INOTIFY_USER=y
57026 -# CONFIG_QUOTA is not set
57027 -# CONFIG_AUTOFS_FS is not set
57028 -# CONFIG_AUTOFS4_FS is not set
57029 -# CONFIG_FUSE_FS is not set
57030 -
57031 -#
57032 -# CD-ROM/DVD Filesystems
57033 -#
57034 -# CONFIG_ISO9660_FS is not set
57035 -# CONFIG_UDF_FS is not set
57036 -
57037 -#
57038 -# DOS/FAT/NT Filesystems
57039 -#
57040 -# CONFIG_MSDOS_FS is not set
57041 -# CONFIG_VFAT_FS is not set
57042 -# CONFIG_NTFS_FS is not set
57043 -
57044 -#
57045 -# Pseudo filesystems
57046 -#
57047 -CONFIG_PROC_FS=y
57048 -CONFIG_PROC_KCORE=y
57049 -CONFIG_PROC_SYSCTL=y
57050 -CONFIG_SYSFS=y
57051 -CONFIG_TMPFS=y
57052 -# CONFIG_TMPFS_POSIX_ACL is not set
57053 -# CONFIG_HUGETLB_PAGE is not set
57054 -# CONFIG_CONFIGFS_FS is not set
57055 -
57056 -#
57057 -# Miscellaneous filesystems
57058 -#
57059 -# CONFIG_ADFS_FS is not set
57060 -# CONFIG_AFFS_FS is not set
57061 -# CONFIG_HFS_FS is not set
57062 -# CONFIG_HFSPLUS_FS is not set
57063 -# CONFIG_BEFS_FS is not set
57064 -# CONFIG_BFS_FS is not set
57065 -# CONFIG_EFS_FS is not set
57066 -CONFIG_JFFS2_FS=y
57067 -CONFIG_JFFS2_FS_DEBUG=0
57068 -CONFIG_JFFS2_FS_WRITEBUFFER=y
57069 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
57070 -# CONFIG_JFFS2_SUMMARY is not set
57071 -# CONFIG_JFFS2_FS_XATTR is not set
57072 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
57073 -CONFIG_JFFS2_ZLIB=y
57074 -# CONFIG_JFFS2_LZO is not set
57075 -CONFIG_JFFS2_RTIME=y
57076 -# CONFIG_JFFS2_RUBIN is not set
57077 -# CONFIG_CRAMFS is not set
57078 -# CONFIG_VXFS_FS is not set
57079 -# CONFIG_MINIX_FS is not set
57080 -# CONFIG_HPFS_FS is not set
57081 -# CONFIG_QNX4FS_FS is not set
57082 -# CONFIG_ROMFS_FS is not set
57083 -# CONFIG_SYSV_FS is not set
57084 -# CONFIG_UFS_FS is not set
57085 -CONFIG_NETWORK_FILESYSTEMS=y
57086 -CONFIG_NFS_FS=y
57087 -CONFIG_NFS_V3=y
57088 -# CONFIG_NFS_V3_ACL is not set
57089 -CONFIG_NFS_V4=y
57090 -# CONFIG_NFS_DIRECTIO is not set
57091 -# CONFIG_NFSD is not set
57092 -CONFIG_ROOT_NFS=y
57093 -CONFIG_LOCKD=y
57094 -CONFIG_LOCKD_V4=y
57095 -CONFIG_NFS_COMMON=y
57096 -CONFIG_SUNRPC=y
57097 -CONFIG_SUNRPC_GSS=y
57098 -# CONFIG_SUNRPC_BIND34 is not set
57099 -CONFIG_RPCSEC_GSS_KRB5=y
57100 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
57101 -# CONFIG_SMB_FS is not set
57102 -# CONFIG_CIFS is not set
57103 -# CONFIG_NCP_FS is not set
57104 -# CONFIG_CODA_FS is not set
57105 -# CONFIG_AFS_FS is not set
57106 -
57107 -#
57108 -# Partition Types
57109 -#
57110 -CONFIG_PARTITION_ADVANCED=y
57111 -# CONFIG_ACORN_PARTITION is not set
57112 -# CONFIG_OSF_PARTITION is not set
57113 -# CONFIG_AMIGA_PARTITION is not set
57114 -# CONFIG_ATARI_PARTITION is not set
57115 -# CONFIG_MAC_PARTITION is not set
57116 -CONFIG_MSDOS_PARTITION=y
57117 -# CONFIG_BSD_DISKLABEL is not set
57118 -# CONFIG_MINIX_SUBPARTITION is not set
57119 -# CONFIG_SOLARIS_X86_PARTITION is not set
57120 -# CONFIG_UNIXWARE_DISKLABEL is not set
57121 -# CONFIG_LDM_PARTITION is not set
57122 -# CONFIG_SGI_PARTITION is not set
57123 -# CONFIG_ULTRIX_PARTITION is not set
57124 -# CONFIG_SUN_PARTITION is not set
57125 -# CONFIG_KARMA_PARTITION is not set
57126 -# CONFIG_EFI_PARTITION is not set
57127 -# CONFIG_SYSV68_PARTITION is not set
57128 -# CONFIG_NLS is not set
57129 -# CONFIG_DLM is not set
57130 -
57131 -#
57132 -# Library routines
57133 -#
57134 -CONFIG_BITREVERSE=y
57135 -# CONFIG_CRC_CCITT is not set
57136 -# CONFIG_CRC16 is not set
57137 -# CONFIG_CRC_ITU_T is not set
57138 -CONFIG_CRC32=y
57139 -# CONFIG_CRC7 is not set
57140 -# CONFIG_LIBCRC32C is not set
57141 -CONFIG_ZLIB_INFLATE=y
57142 -CONFIG_ZLIB_DEFLATE=y
57143 -CONFIG_PLIST=y
57144 -CONFIG_HAS_IOMEM=y
57145 -CONFIG_HAS_IOPORT=y
57146 -CONFIG_HAS_DMA=y
57147 -
57148 -#
57149 -# Kernel hacking
57150 -#
57151 -# CONFIG_PRINTK_TIME is not set
57152 -CONFIG_ENABLE_WARN_DEPRECATED=y
57153 -CONFIG_ENABLE_MUST_CHECK=y
57154 -# CONFIG_MAGIC_SYSRQ is not set
57155 -# CONFIG_UNUSED_SYMBOLS is not set
57156 -# CONFIG_DEBUG_FS is not set
57157 -# CONFIG_HEADERS_CHECK is not set
57158 -CONFIG_DEBUG_KERNEL=y
57159 -# CONFIG_DEBUG_SHIRQ is not set
57160 -CONFIG_DETECT_SOFTLOCKUP=y
57161 -CONFIG_SCHED_DEBUG=y
57162 -# CONFIG_SCHEDSTATS is not set
57163 -# CONFIG_TIMER_STATS is not set
57164 -# CONFIG_SLUB_DEBUG_ON is not set
57165 -# CONFIG_SLUB_STATS is not set
57166 -# CONFIG_DEBUG_RT_MUTEXES is not set
57167 -# CONFIG_RT_MUTEX_TESTER is not set
57168 -# CONFIG_DEBUG_SPINLOCK is not set
57169 -# CONFIG_DEBUG_MUTEXES is not set
57170 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
57171 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
57172 -# CONFIG_DEBUG_KOBJECT is not set
57173 -# CONFIG_DEBUG_BUGVERBOSE is not set
57174 -# CONFIG_DEBUG_INFO is not set
57175 -# CONFIG_DEBUG_VM is not set
57176 -# CONFIG_DEBUG_LIST is not set
57177 -# CONFIG_DEBUG_SG is not set
57178 -# CONFIG_BOOT_PRINTK_DELAY is not set
57179 -# CONFIG_RCU_TORTURE_TEST is not set
57180 -# CONFIG_BACKTRACE_SELF_TEST is not set
57181 -# CONFIG_FAULT_INJECTION is not set
57182 -# CONFIG_SAMPLES is not set
57183 -# CONFIG_DEBUG_STACKOVERFLOW is not set
57184 -# CONFIG_DEBUG_STACK_USAGE is not set
57185 -# CONFIG_DEBUG_PAGEALLOC is not set
57186 -# CONFIG_DEBUGGER is not set
57187 -# CONFIG_BDI_SWITCH is not set
57188 -# CONFIG_PPC_EARLY_DEBUG is not set
57189 -
57190 -#
57191 -# Security options
57192 -#
57193 -# CONFIG_KEYS is not set
57194 -# CONFIG_SECURITY is not set
57195 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
57196 -CONFIG_CRYPTO=y
57197 -CONFIG_CRYPTO_ALGAPI=y
57198 -CONFIG_CRYPTO_BLKCIPHER=y
57199 -# CONFIG_CRYPTO_SEQIV is not set
57200 -CONFIG_CRYPTO_MANAGER=y
57201 -# CONFIG_CRYPTO_HMAC is not set
57202 -# CONFIG_CRYPTO_XCBC is not set
57203 -# CONFIG_CRYPTO_NULL is not set
57204 -# CONFIG_CRYPTO_MD4 is not set
57205 -CONFIG_CRYPTO_MD5=y
57206 -# CONFIG_CRYPTO_SHA1 is not set
57207 -# CONFIG_CRYPTO_SHA256 is not set
57208 -# CONFIG_CRYPTO_SHA512 is not set
57209 -# CONFIG_CRYPTO_WP512 is not set
57210 -# CONFIG_CRYPTO_TGR192 is not set
57211 -# CONFIG_CRYPTO_GF128MUL is not set
57212 -# CONFIG_CRYPTO_ECB is not set
57213 -CONFIG_CRYPTO_CBC=y
57214 -CONFIG_CRYPTO_PCBC=m
57215 -# CONFIG_CRYPTO_LRW is not set
57216 -# CONFIG_CRYPTO_XTS is not set
57217 -# CONFIG_CRYPTO_CTR is not set
57218 -# CONFIG_CRYPTO_GCM is not set
57219 -# CONFIG_CRYPTO_CCM is not set
57220 -# CONFIG_CRYPTO_CRYPTD is not set
57221 -CONFIG_CRYPTO_DES=y
57222 -# CONFIG_CRYPTO_FCRYPT is not set
57223 -# CONFIG_CRYPTO_BLOWFISH is not set
57224 -# CONFIG_CRYPTO_TWOFISH is not set
57225 -# CONFIG_CRYPTO_SERPENT is not set
57226 -# CONFIG_CRYPTO_AES is not set
57227 -# CONFIG_CRYPTO_CAST5 is not set
57228 -# CONFIG_CRYPTO_CAST6 is not set
57229 -# CONFIG_CRYPTO_TEA is not set
57230 -# CONFIG_CRYPTO_ARC4 is not set
57231 -# CONFIG_CRYPTO_KHAZAD is not set
57232 -# CONFIG_CRYPTO_ANUBIS is not set
57233 -# CONFIG_CRYPTO_SEED is not set
57234 -# CONFIG_CRYPTO_SALSA20 is not set
57235 -# CONFIG_CRYPTO_DEFLATE is not set
57236 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
57237 -# CONFIG_CRYPTO_CRC32C is not set
57238 -# CONFIG_CRYPTO_CAMELLIA is not set
57239 -# CONFIG_CRYPTO_TEST is not set
57240 -# CONFIG_CRYPTO_AUTHENC is not set
57241 -# CONFIG_CRYPTO_LZO is not set
57242 -CONFIG_CRYPTO_HW=y
57243 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
57244 -# CONFIG_PPC_CLOCK is not set
57245 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc832x_mds_defconfig
57246 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
57247 +++ powerpc.git/arch/powerpc/configs/mpc832x_mds_defconfig      1970-01-01 01:00:00.000000000 +0100
57248 @@ -1,1081 +0,0 @@
57249 -#
57250 -# Automatically generated make config: don't edit
57251 -# Linux kernel version: 2.6.25-rc7
57252 -# Mon Mar 31 11:36:51 2008
57253 -#
57254 -# CONFIG_PPC64 is not set
57255 -
57256 -#
57257 -# Processor support
57258 -#
57259 -CONFIG_6xx=y
57260 -# CONFIG_PPC_85xx is not set
57261 -# CONFIG_PPC_8xx is not set
57262 -# CONFIG_40x is not set
57263 -# CONFIG_44x is not set
57264 -# CONFIG_E200 is not set
57265 -CONFIG_PPC_FPU=y
57266 -# CONFIG_FSL_EMB_PERFMON is not set
57267 -CONFIG_PPC_STD_MMU=y
57268 -CONFIG_PPC_STD_MMU_32=y
57269 -# CONFIG_PPC_MM_SLICES is not set
57270 -# CONFIG_SMP is not set
57271 -CONFIG_PPC32=y
57272 -CONFIG_WORD_SIZE=32
57273 -CONFIG_PPC_MERGE=y
57274 -CONFIG_MMU=y
57275 -CONFIG_GENERIC_CMOS_UPDATE=y
57276 -CONFIG_GENERIC_TIME=y
57277 -CONFIG_GENERIC_TIME_VSYSCALL=y
57278 -CONFIG_GENERIC_CLOCKEVENTS=y
57279 -CONFIG_GENERIC_HARDIRQS=y
57280 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
57281 -CONFIG_IRQ_PER_CPU=y
57282 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
57283 -CONFIG_ARCH_HAS_ILOG2_U32=y
57284 -CONFIG_GENERIC_HWEIGHT=y
57285 -CONFIG_GENERIC_CALIBRATE_DELAY=y
57286 -CONFIG_GENERIC_FIND_NEXT_BIT=y
57287 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
57288 -CONFIG_PPC=y
57289 -CONFIG_EARLY_PRINTK=y
57290 -CONFIG_GENERIC_NVRAM=y
57291 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
57292 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
57293 -CONFIG_PPC_OF=y
57294 -CONFIG_OF=y
57295 -CONFIG_PPC_UDBG_16550=y
57296 -# CONFIG_GENERIC_TBSYNC is not set
57297 -CONFIG_AUDIT_ARCH=y
57298 -CONFIG_GENERIC_BUG=y
57299 -CONFIG_DEFAULT_UIMAGE=y
57300 -# CONFIG_PPC_DCR_NATIVE is not set
57301 -# CONFIG_PPC_DCR_MMIO is not set
57302 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
57303 -
57304 -#
57305 -# General setup
57306 -#
57307 -CONFIG_EXPERIMENTAL=y
57308 -CONFIG_BROKEN_ON_SMP=y
57309 -CONFIG_INIT_ENV_ARG_LIMIT=32
57310 -CONFIG_LOCALVERSION=""
57311 -CONFIG_LOCALVERSION_AUTO=y
57312 -CONFIG_SWAP=y
57313 -CONFIG_SYSVIPC=y
57314 -CONFIG_SYSVIPC_SYSCTL=y
57315 -# CONFIG_POSIX_MQUEUE is not set
57316 -# CONFIG_BSD_PROCESS_ACCT is not set
57317 -# CONFIG_TASKSTATS is not set
57318 -# CONFIG_AUDIT is not set
57319 -# CONFIG_IKCONFIG is not set
57320 -CONFIG_LOG_BUF_SHIFT=14
57321 -# CONFIG_CGROUPS is not set
57322 -CONFIG_GROUP_SCHED=y
57323 -# CONFIG_FAIR_GROUP_SCHED is not set
57324 -# CONFIG_RT_GROUP_SCHED is not set
57325 -CONFIG_USER_SCHED=y
57326 -# CONFIG_CGROUP_SCHED is not set
57327 -CONFIG_SYSFS_DEPRECATED=y
57328 -CONFIG_SYSFS_DEPRECATED_V2=y
57329 -# CONFIG_RELAY is not set
57330 -# CONFIG_NAMESPACES is not set
57331 -CONFIG_BLK_DEV_INITRD=y
57332 -CONFIG_INITRAMFS_SOURCE=""
57333 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
57334 -CONFIG_SYSCTL=y
57335 -CONFIG_EMBEDDED=y
57336 -CONFIG_SYSCTL_SYSCALL=y
57337 -# CONFIG_KALLSYMS is not set
57338 -CONFIG_HOTPLUG=y
57339 -CONFIG_PRINTK=y
57340 -CONFIG_BUG=y
57341 -CONFIG_ELF_CORE=y
57342 -CONFIG_COMPAT_BRK=y
57343 -CONFIG_BASE_FULL=y
57344 -CONFIG_FUTEX=y
57345 -CONFIG_ANON_INODES=y
57346 -# CONFIG_EPOLL is not set
57347 -CONFIG_SIGNALFD=y
57348 -CONFIG_TIMERFD=y
57349 -CONFIG_EVENTFD=y
57350 -CONFIG_SHMEM=y
57351 -CONFIG_VM_EVENT_COUNTERS=y
57352 -CONFIG_SLUB_DEBUG=y
57353 -# CONFIG_SLAB is not set
57354 -CONFIG_SLUB=y
57355 -# CONFIG_SLOB is not set
57356 -# CONFIG_PROFILING is not set
57357 -# CONFIG_MARKERS is not set
57358 -CONFIG_HAVE_OPROFILE=y
57359 -CONFIG_HAVE_KPROBES=y
57360 -CONFIG_HAVE_KRETPROBES=y
57361 -CONFIG_PROC_PAGE_MONITOR=y
57362 -CONFIG_SLABINFO=y
57363 -CONFIG_RT_MUTEXES=y
57364 -# CONFIG_TINY_SHMEM is not set
57365 -CONFIG_BASE_SMALL=0
57366 -CONFIG_MODULES=y
57367 -CONFIG_MODULE_UNLOAD=y
57368 -# CONFIG_MODULE_FORCE_UNLOAD is not set
57369 -# CONFIG_MODVERSIONS is not set
57370 -# CONFIG_MODULE_SRCVERSION_ALL is not set
57371 -# CONFIG_KMOD is not set
57372 -CONFIG_BLOCK=y
57373 -# CONFIG_LBD is not set
57374 -# CONFIG_BLK_DEV_IO_TRACE is not set
57375 -# CONFIG_LSF is not set
57376 -# CONFIG_BLK_DEV_BSG is not set
57377 -
57378 -#
57379 -# IO Schedulers
57380 -#
57381 -CONFIG_IOSCHED_NOOP=y
57382 -CONFIG_IOSCHED_AS=y
57383 -CONFIG_IOSCHED_DEADLINE=y
57384 -CONFIG_IOSCHED_CFQ=y
57385 -CONFIG_DEFAULT_AS=y
57386 -# CONFIG_DEFAULT_DEADLINE is not set
57387 -# CONFIG_DEFAULT_CFQ is not set
57388 -# CONFIG_DEFAULT_NOOP is not set
57389 -CONFIG_DEFAULT_IOSCHED="anticipatory"
57390 -CONFIG_CLASSIC_RCU=y
57391 -
57392 -#
57393 -# Platform support
57394 -#
57395 -# CONFIG_PPC_MULTIPLATFORM is not set
57396 -# CONFIG_PPC_82xx is not set
57397 -CONFIG_PPC_83xx=y
57398 -# CONFIG_PPC_86xx is not set
57399 -# CONFIG_PPC_MPC512x is not set
57400 -# CONFIG_PPC_MPC5121 is not set
57401 -# CONFIG_PPC_CELL is not set
57402 -# CONFIG_PPC_CELL_NATIVE is not set
57403 -# CONFIG_PQ2ADS is not set
57404 -CONFIG_MPC83xx=y
57405 -# CONFIG_MPC831x_RDB is not set
57406 -CONFIG_MPC832x_MDS=y
57407 -# CONFIG_MPC832x_RDB is not set
57408 -# CONFIG_MPC834x_MDS is not set
57409 -# CONFIG_MPC834x_ITX is not set
57410 -# CONFIG_MPC836x_MDS is not set
57411 -# CONFIG_MPC837x_MDS is not set
57412 -# CONFIG_MPC837x_RDB is not set
57413 -# CONFIG_SBC834x is not set
57414 -CONFIG_PPC_MPC832x=y
57415 -CONFIG_IPIC=y
57416 -# CONFIG_MPIC is not set
57417 -# CONFIG_MPIC_WEIRD is not set
57418 -# CONFIG_PPC_I8259 is not set
57419 -# CONFIG_PPC_RTAS is not set
57420 -# CONFIG_MMIO_NVRAM is not set
57421 -# CONFIG_PPC_MPC106 is not set
57422 -# CONFIG_PPC_970_NAP is not set
57423 -# CONFIG_PPC_INDIRECT_IO is not set
57424 -# CONFIG_GENERIC_IOMAP is not set
57425 -# CONFIG_CPU_FREQ is not set
57426 -CONFIG_QUICC_ENGINE=y
57427 -# CONFIG_FSL_ULI1575 is not set
57428 -
57429 -#
57430 -# Kernel options
57431 -#
57432 -# CONFIG_HIGHMEM is not set
57433 -CONFIG_TICK_ONESHOT=y
57434 -CONFIG_NO_HZ=y
57435 -CONFIG_HIGH_RES_TIMERS=y
57436 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
57437 -# CONFIG_HZ_100 is not set
57438 -CONFIG_HZ_250=y
57439 -# CONFIG_HZ_300 is not set
57440 -# CONFIG_HZ_1000 is not set
57441 -CONFIG_HZ=250
57442 -# CONFIG_SCHED_HRTICK is not set
57443 -CONFIG_PREEMPT_NONE=y
57444 -# CONFIG_PREEMPT_VOLUNTARY is not set
57445 -# CONFIG_PREEMPT is not set
57446 -CONFIG_BINFMT_ELF=y
57447 -# CONFIG_BINFMT_MISC is not set
57448 -CONFIG_MATH_EMULATION=y
57449 -# CONFIG_IOMMU_HELPER is not set
57450 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
57451 -CONFIG_ARCH_HAS_WALK_MEMORY=y
57452 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
57453 -CONFIG_ARCH_FLATMEM_ENABLE=y
57454 -CONFIG_ARCH_POPULATES_NODE_MAP=y
57455 -CONFIG_SELECT_MEMORY_MODEL=y
57456 -CONFIG_FLATMEM_MANUAL=y
57457 -# CONFIG_DISCONTIGMEM_MANUAL is not set
57458 -# CONFIG_SPARSEMEM_MANUAL is not set
57459 -CONFIG_FLATMEM=y
57460 -CONFIG_FLAT_NODE_MEM_MAP=y
57461 -# CONFIG_SPARSEMEM_STATIC is not set
57462 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
57463 -CONFIG_SPLIT_PTLOCK_CPUS=4
57464 -# CONFIG_RESOURCES_64BIT is not set
57465 -CONFIG_ZONE_DMA_FLAG=1
57466 -CONFIG_BOUNCE=y
57467 -CONFIG_VIRT_TO_BUS=y
57468 -CONFIG_PROC_DEVICETREE=y
57469 -# CONFIG_CMDLINE_BOOL is not set
57470 -# CONFIG_PM is not set
57471 -CONFIG_SECCOMP=y
57472 -CONFIG_ISA_DMA_API=y
57473 -
57474 -#
57475 -# Bus options
57476 -#
57477 -CONFIG_ZONE_DMA=y
57478 -CONFIG_GENERIC_ISA_DMA=y
57479 -CONFIG_PPC_INDIRECT_PCI=y
57480 -CONFIG_FSL_SOC=y
57481 -CONFIG_PCI=y
57482 -CONFIG_PCI_DOMAINS=y
57483 -CONFIG_PCI_SYSCALL=y
57484 -# CONFIG_PCIEPORTBUS is not set
57485 -CONFIG_ARCH_SUPPORTS_MSI=y
57486 -# CONFIG_PCI_MSI is not set
57487 -CONFIG_PCI_LEGACY=y
57488 -# CONFIG_PCCARD is not set
57489 -# CONFIG_HOTPLUG_PCI is not set
57490 -
57491 -#
57492 -# Advanced setup
57493 -#
57494 -# CONFIG_ADVANCED_OPTIONS is not set
57495 -
57496 -#
57497 -# Default settings for advanced configuration options are used
57498 -#
57499 -CONFIG_HIGHMEM_START=0xfe000000
57500 -CONFIG_LOWMEM_SIZE=0x30000000
57501 -CONFIG_KERNEL_START=0xc0000000
57502 -CONFIG_TASK_SIZE=0xc0000000
57503 -CONFIG_BOOT_LOAD=0x00800000
57504 -
57505 -#
57506 -# Networking
57507 -#
57508 -CONFIG_NET=y
57509 -
57510 -#
57511 -# Networking options
57512 -#
57513 -CONFIG_PACKET=y
57514 -# CONFIG_PACKET_MMAP is not set
57515 -CONFIG_UNIX=y
57516 -CONFIG_XFRM=y
57517 -# CONFIG_XFRM_USER is not set
57518 -# CONFIG_XFRM_SUB_POLICY is not set
57519 -# CONFIG_XFRM_MIGRATE is not set
57520 -# CONFIG_XFRM_STATISTICS is not set
57521 -# CONFIG_NET_KEY is not set
57522 -CONFIG_INET=y
57523 -CONFIG_IP_MULTICAST=y
57524 -# CONFIG_IP_ADVANCED_ROUTER is not set
57525 -CONFIG_IP_FIB_HASH=y
57526 -CONFIG_IP_PNP=y
57527 -CONFIG_IP_PNP_DHCP=y
57528 -CONFIG_IP_PNP_BOOTP=y
57529 -# CONFIG_IP_PNP_RARP is not set
57530 -# CONFIG_NET_IPIP is not set
57531 -# CONFIG_NET_IPGRE is not set
57532 -# CONFIG_IP_MROUTE is not set
57533 -# CONFIG_ARPD is not set
57534 -CONFIG_SYN_COOKIES=y
57535 -# CONFIG_INET_AH is not set
57536 -# CONFIG_INET_ESP is not set
57537 -# CONFIG_INET_IPCOMP is not set
57538 -# CONFIG_INET_XFRM_TUNNEL is not set
57539 -# CONFIG_INET_TUNNEL is not set
57540 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
57541 -CONFIG_INET_XFRM_MODE_TUNNEL=y
57542 -CONFIG_INET_XFRM_MODE_BEET=y
57543 -# CONFIG_INET_LRO is not set
57544 -CONFIG_INET_DIAG=y
57545 -CONFIG_INET_TCP_DIAG=y
57546 -# CONFIG_TCP_CONG_ADVANCED is not set
57547 -CONFIG_TCP_CONG_CUBIC=y
57548 -CONFIG_DEFAULT_TCP_CONG="cubic"
57549 -# CONFIG_TCP_MD5SIG is not set
57550 -# CONFIG_IPV6 is not set
57551 -# CONFIG_INET6_XFRM_TUNNEL is not set
57552 -# CONFIG_INET6_TUNNEL is not set
57553 -# CONFIG_NETWORK_SECMARK is not set
57554 -# CONFIG_NETFILTER is not set
57555 -# CONFIG_IP_DCCP is not set
57556 -# CONFIG_IP_SCTP is not set
57557 -# CONFIG_TIPC is not set
57558 -# CONFIG_ATM is not set
57559 -# CONFIG_BRIDGE is not set
57560 -# CONFIG_VLAN_8021Q is not set
57561 -# CONFIG_DECNET is not set
57562 -# CONFIG_LLC2 is not set
57563 -# CONFIG_IPX is not set
57564 -# CONFIG_ATALK is not set
57565 -# CONFIG_X25 is not set
57566 -# CONFIG_LAPB is not set
57567 -# CONFIG_ECONET is not set
57568 -# CONFIG_WAN_ROUTER is not set
57569 -# CONFIG_NET_SCHED is not set
57570 -
57571 -#
57572 -# Network testing
57573 -#
57574 -# CONFIG_NET_PKTGEN is not set
57575 -# CONFIG_HAMRADIO is not set
57576 -# CONFIG_CAN is not set
57577 -# CONFIG_IRDA is not set
57578 -# CONFIG_BT is not set
57579 -# CONFIG_AF_RXRPC is not set
57580 -
57581 -#
57582 -# Wireless
57583 -#
57584 -# CONFIG_CFG80211 is not set
57585 -# CONFIG_WIRELESS_EXT is not set
57586 -# CONFIG_MAC80211 is not set
57587 -# CONFIG_IEEE80211 is not set
57588 -# CONFIG_RFKILL is not set
57589 -# CONFIG_NET_9P is not set
57590 -
57591 -#
57592 -# Device Drivers
57593 -#
57594 -
57595 -#
57596 -# Generic Driver Options
57597 -#
57598 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
57599 -CONFIG_STANDALONE=y
57600 -CONFIG_PREVENT_FIRMWARE_BUILD=y
57601 -# CONFIG_FW_LOADER is not set
57602 -# CONFIG_SYS_HYPERVISOR is not set
57603 -# CONFIG_CONNECTOR is not set
57604 -# CONFIG_MTD is not set
57605 -CONFIG_OF_DEVICE=y
57606 -# CONFIG_PARPORT is not set
57607 -CONFIG_BLK_DEV=y
57608 -# CONFIG_BLK_DEV_FD is not set
57609 -# CONFIG_BLK_CPQ_DA is not set
57610 -# CONFIG_BLK_CPQ_CISS_DA is not set
57611 -# CONFIG_BLK_DEV_DAC960 is not set
57612 -# CONFIG_BLK_DEV_UMEM is not set
57613 -# CONFIG_BLK_DEV_COW_COMMON is not set
57614 -CONFIG_BLK_DEV_LOOP=y
57615 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
57616 -# CONFIG_BLK_DEV_NBD is not set
57617 -# CONFIG_BLK_DEV_SX8 is not set
57618 -CONFIG_BLK_DEV_RAM=y
57619 -CONFIG_BLK_DEV_RAM_COUNT=16
57620 -CONFIG_BLK_DEV_RAM_SIZE=32768
57621 -# CONFIG_BLK_DEV_XIP is not set
57622 -# CONFIG_CDROM_PKTCDVD is not set
57623 -# CONFIG_ATA_OVER_ETH is not set
57624 -CONFIG_MISC_DEVICES=y
57625 -# CONFIG_PHANTOM is not set
57626 -# CONFIG_EEPROM_93CX6 is not set
57627 -# CONFIG_SGI_IOC4 is not set
57628 -# CONFIG_TIFM_CORE is not set
57629 -# CONFIG_ENCLOSURE_SERVICES is not set
57630 -CONFIG_HAVE_IDE=y
57631 -# CONFIG_IDE is not set
57632 -
57633 -#
57634 -# SCSI device support
57635 -#
57636 -# CONFIG_RAID_ATTRS is not set
57637 -CONFIG_SCSI=y
57638 -CONFIG_SCSI_DMA=y
57639 -# CONFIG_SCSI_TGT is not set
57640 -# CONFIG_SCSI_NETLINK is not set
57641 -CONFIG_SCSI_PROC_FS=y
57642 -
57643 -#
57644 -# SCSI support type (disk, tape, CD-ROM)
57645 -#
57646 -# CONFIG_BLK_DEV_SD is not set
57647 -# CONFIG_CHR_DEV_ST is not set
57648 -# CONFIG_CHR_DEV_OSST is not set
57649 -# CONFIG_BLK_DEV_SR is not set
57650 -# CONFIG_CHR_DEV_SG is not set
57651 -# CONFIG_CHR_DEV_SCH is not set
57652 -
57653 -#
57654 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
57655 -#
57656 -# CONFIG_SCSI_MULTI_LUN is not set
57657 -# CONFIG_SCSI_CONSTANTS is not set
57658 -# CONFIG_SCSI_LOGGING is not set
57659 -# CONFIG_SCSI_SCAN_ASYNC is not set
57660 -CONFIG_SCSI_WAIT_SCAN=m
57661 -
57662 -#
57663 -# SCSI Transports
57664 -#
57665 -# CONFIG_SCSI_SPI_ATTRS is not set
57666 -# CONFIG_SCSI_FC_ATTRS is not set
57667 -# CONFIG_SCSI_ISCSI_ATTRS is not set
57668 -# CONFIG_SCSI_SAS_LIBSAS is not set
57669 -# CONFIG_SCSI_SRP_ATTRS is not set
57670 -CONFIG_SCSI_LOWLEVEL=y
57671 -# CONFIG_ISCSI_TCP is not set
57672 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
57673 -# CONFIG_SCSI_3W_9XXX is not set
57674 -# CONFIG_SCSI_ACARD is not set
57675 -# CONFIG_SCSI_AACRAID is not set
57676 -# CONFIG_SCSI_AIC7XXX is not set
57677 -# CONFIG_SCSI_AIC7XXX_OLD is not set
57678 -# CONFIG_SCSI_AIC79XX is not set
57679 -# CONFIG_SCSI_AIC94XX is not set
57680 -# CONFIG_SCSI_DPT_I2O is not set
57681 -# CONFIG_SCSI_ADVANSYS is not set
57682 -# CONFIG_SCSI_ARCMSR is not set
57683 -# CONFIG_MEGARAID_NEWGEN is not set
57684 -# CONFIG_MEGARAID_LEGACY is not set
57685 -# CONFIG_MEGARAID_SAS is not set
57686 -# CONFIG_SCSI_HPTIOP is not set
57687 -# CONFIG_SCSI_BUSLOGIC is not set
57688 -# CONFIG_SCSI_DMX3191D is not set
57689 -# CONFIG_SCSI_EATA is not set
57690 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
57691 -# CONFIG_SCSI_GDTH is not set
57692 -# CONFIG_SCSI_IPS is not set
57693 -# CONFIG_SCSI_INITIO is not set
57694 -# CONFIG_SCSI_INIA100 is not set
57695 -# CONFIG_SCSI_MVSAS is not set
57696 -# CONFIG_SCSI_STEX is not set
57697 -# CONFIG_SCSI_SYM53C8XX_2 is not set
57698 -# CONFIG_SCSI_QLOGIC_1280 is not set
57699 -# CONFIG_SCSI_QLA_FC is not set
57700 -# CONFIG_SCSI_QLA_ISCSI is not set
57701 -# CONFIG_SCSI_LPFC is not set
57702 -# CONFIG_SCSI_DC395x is not set
57703 -# CONFIG_SCSI_DC390T is not set
57704 -# CONFIG_SCSI_NSP32 is not set
57705 -# CONFIG_SCSI_DEBUG is not set
57706 -# CONFIG_SCSI_SRP is not set
57707 -# CONFIG_ATA is not set
57708 -# CONFIG_MD is not set
57709 -# CONFIG_FUSION is not set
57710 -
57711 -#
57712 -# IEEE 1394 (FireWire) support
57713 -#
57714 -# CONFIG_FIREWIRE is not set
57715 -# CONFIG_IEEE1394 is not set
57716 -# CONFIG_I2O is not set
57717 -# CONFIG_MACINTOSH_DRIVERS is not set
57718 -CONFIG_NETDEVICES=y
57719 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
57720 -# CONFIG_DUMMY is not set
57721 -# CONFIG_BONDING is not set
57722 -# CONFIG_MACVLAN is not set
57723 -# CONFIG_EQUALIZER is not set
57724 -# CONFIG_TUN is not set
57725 -# CONFIG_VETH is not set
57726 -# CONFIG_ARCNET is not set
57727 -CONFIG_PHYLIB=y
57728 -
57729 -#
57730 -# MII PHY device drivers
57731 -#
57732 -# CONFIG_MARVELL_PHY is not set
57733 -CONFIG_DAVICOM_PHY=y
57734 -# CONFIG_QSEMI_PHY is not set
57735 -# CONFIG_LXT_PHY is not set
57736 -# CONFIG_CICADA_PHY is not set
57737 -# CONFIG_VITESSE_PHY is not set
57738 -# CONFIG_SMSC_PHY is not set
57739 -# CONFIG_BROADCOM_PHY is not set
57740 -# CONFIG_ICPLUS_PHY is not set
57741 -# CONFIG_REALTEK_PHY is not set
57742 -# CONFIG_FIXED_PHY is not set
57743 -# CONFIG_MDIO_BITBANG is not set
57744 -CONFIG_NET_ETHERNET=y
57745 -CONFIG_MII=y
57746 -# CONFIG_HAPPYMEAL is not set
57747 -# CONFIG_SUNGEM is not set
57748 -# CONFIG_CASSINI is not set
57749 -# CONFIG_NET_VENDOR_3COM is not set
57750 -# CONFIG_NET_TULIP is not set
57751 -# CONFIG_HP100 is not set
57752 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
57753 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
57754 -# CONFIG_IBM_NEW_EMAC_TAH is not set
57755 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
57756 -# CONFIG_NET_PCI is not set
57757 -# CONFIG_B44 is not set
57758 -CONFIG_NETDEV_1000=y
57759 -# CONFIG_ACENIC is not set
57760 -# CONFIG_DL2K is not set
57761 -# CONFIG_E1000 is not set
57762 -# CONFIG_E1000E is not set
57763 -# CONFIG_E1000E_ENABLED is not set
57764 -# CONFIG_IP1000 is not set
57765 -# CONFIG_IGB is not set
57766 -# CONFIG_NS83820 is not set
57767 -# CONFIG_HAMACHI is not set
57768 -# CONFIG_YELLOWFIN is not set
57769 -# CONFIG_R8169 is not set
57770 -# CONFIG_SIS190 is not set
57771 -# CONFIG_SKGE is not set
57772 -# CONFIG_SKY2 is not set
57773 -# CONFIG_SK98LIN is not set
57774 -# CONFIG_VIA_VELOCITY is not set
57775 -# CONFIG_TIGON3 is not set
57776 -# CONFIG_BNX2 is not set
57777 -# CONFIG_GIANFAR is not set
57778 -CONFIG_UCC_GETH=y
57779 -# CONFIG_UGETH_NAPI is not set
57780 -# CONFIG_UGETH_MAGIC_PACKET is not set
57781 -# CONFIG_UGETH_FILTERING is not set
57782 -# CONFIG_UGETH_TX_ON_DEMAND is not set
57783 -# CONFIG_QLA3XXX is not set
57784 -# CONFIG_ATL1 is not set
57785 -CONFIG_NETDEV_10000=y
57786 -# CONFIG_CHELSIO_T1 is not set
57787 -# CONFIG_CHELSIO_T3 is not set
57788 -# CONFIG_IXGBE is not set
57789 -# CONFIG_IXGB is not set
57790 -# CONFIG_S2IO is not set
57791 -# CONFIG_MYRI10GE is not set
57792 -# CONFIG_NETXEN_NIC is not set
57793 -# CONFIG_NIU is not set
57794 -# CONFIG_MLX4_CORE is not set
57795 -# CONFIG_TEHUTI is not set
57796 -# CONFIG_BNX2X is not set
57797 -# CONFIG_TR is not set
57798 -
57799 -#
57800 -# Wireless LAN
57801 -#
57802 -# CONFIG_WLAN_PRE80211 is not set
57803 -# CONFIG_WLAN_80211 is not set
57804 -# CONFIG_WAN is not set
57805 -# CONFIG_FDDI is not set
57806 -# CONFIG_HIPPI is not set
57807 -# CONFIG_PPP is not set
57808 -# CONFIG_SLIP is not set
57809 -# CONFIG_NET_FC is not set
57810 -# CONFIG_NETCONSOLE is not set
57811 -# CONFIG_NETPOLL is not set
57812 -# CONFIG_NET_POLL_CONTROLLER is not set
57813 -# CONFIG_ISDN is not set
57814 -# CONFIG_PHONE is not set
57815 -
57816 -#
57817 -# Input device support
57818 -#
57819 -CONFIG_INPUT=y
57820 -# CONFIG_INPUT_FF_MEMLESS is not set
57821 -# CONFIG_INPUT_POLLDEV is not set
57822 -
57823 -#
57824 -# Userland interfaces
57825 -#
57826 -# CONFIG_INPUT_MOUSEDEV is not set
57827 -# CONFIG_INPUT_JOYDEV is not set
57828 -# CONFIG_INPUT_EVDEV is not set
57829 -# CONFIG_INPUT_EVBUG is not set
57830 -
57831 -#
57832 -# Input Device Drivers
57833 -#
57834 -# CONFIG_INPUT_KEYBOARD is not set
57835 -# CONFIG_INPUT_MOUSE is not set
57836 -# CONFIG_INPUT_JOYSTICK is not set
57837 -# CONFIG_INPUT_TABLET is not set
57838 -# CONFIG_INPUT_TOUCHSCREEN is not set
57839 -# CONFIG_INPUT_MISC is not set
57840 -
57841 -#
57842 -# Hardware I/O ports
57843 -#
57844 -# CONFIG_SERIO is not set
57845 -# CONFIG_GAMEPORT is not set
57846 -
57847 -#
57848 -# Character devices
57849 -#
57850 -# CONFIG_VT is not set
57851 -# CONFIG_SERIAL_NONSTANDARD is not set
57852 -# CONFIG_NOZOMI is not set
57853 -
57854 -#
57855 -# Serial drivers
57856 -#
57857 -CONFIG_SERIAL_8250=y
57858 -CONFIG_SERIAL_8250_CONSOLE=y
57859 -CONFIG_SERIAL_8250_PCI=y
57860 -CONFIG_SERIAL_8250_NR_UARTS=4
57861 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
57862 -# CONFIG_SERIAL_8250_EXTENDED is not set
57863 -
57864 -#
57865 -# Non-8250 serial port support
57866 -#
57867 -# CONFIG_SERIAL_UARTLITE is not set
57868 -CONFIG_SERIAL_CORE=y
57869 -CONFIG_SERIAL_CORE_CONSOLE=y
57870 -# CONFIG_SERIAL_JSM is not set
57871 -# CONFIG_SERIAL_OF_PLATFORM is not set
57872 -# CONFIG_SERIAL_QE is not set
57873 -CONFIG_UNIX98_PTYS=y
57874 -CONFIG_LEGACY_PTYS=y
57875 -CONFIG_LEGACY_PTY_COUNT=256
57876 -# CONFIG_IPMI_HANDLER is not set
57877 -CONFIG_HW_RANDOM=y
57878 -# CONFIG_NVRAM is not set
57879 -# CONFIG_GEN_RTC is not set
57880 -# CONFIG_R3964 is not set
57881 -# CONFIG_APPLICOM is not set
57882 -# CONFIG_RAW_DRIVER is not set
57883 -# CONFIG_TCG_TPM is not set
57884 -CONFIG_DEVPORT=y
57885 -CONFIG_I2C=y
57886 -CONFIG_I2C_BOARDINFO=y
57887 -CONFIG_I2C_CHARDEV=y
57888 -
57889 -#
57890 -# I2C Algorithms
57891 -#
57892 -# CONFIG_I2C_ALGOBIT is not set
57893 -# CONFIG_I2C_ALGOPCF is not set
57894 -# CONFIG_I2C_ALGOPCA is not set
57895 -
57896 -#
57897 -# I2C Hardware Bus support
57898 -#
57899 -# CONFIG_I2C_ALI1535 is not set
57900 -# CONFIG_I2C_ALI1563 is not set
57901 -# CONFIG_I2C_ALI15X3 is not set
57902 -# CONFIG_I2C_AMD756 is not set
57903 -# CONFIG_I2C_AMD8111 is not set
57904 -# CONFIG_I2C_I801 is not set
57905 -# CONFIG_I2C_I810 is not set
57906 -# CONFIG_I2C_PIIX4 is not set
57907 -CONFIG_I2C_MPC=y
57908 -# CONFIG_I2C_NFORCE2 is not set
57909 -# CONFIG_I2C_OCORES is not set
57910 -# CONFIG_I2C_PARPORT_LIGHT is not set
57911 -# CONFIG_I2C_PROSAVAGE is not set
57912 -# CONFIG_I2C_SAVAGE4 is not set
57913 -# CONFIG_I2C_SIMTEC is not set
57914 -# CONFIG_I2C_SIS5595 is not set
57915 -# CONFIG_I2C_SIS630 is not set
57916 -# CONFIG_I2C_SIS96X is not set
57917 -# CONFIG_I2C_TAOS_EVM is not set
57918 -# CONFIG_I2C_STUB is not set
57919 -# CONFIG_I2C_VIA is not set
57920 -# CONFIG_I2C_VIAPRO is not set
57921 -# CONFIG_I2C_VOODOO3 is not set
57922 -
57923 -#
57924 -# Miscellaneous I2C Chip support
57925 -#
57926 -# CONFIG_DS1682 is not set
57927 -# CONFIG_SENSORS_EEPROM is not set
57928 -# CONFIG_SENSORS_PCF8574 is not set
57929 -# CONFIG_PCF8575 is not set
57930 -# CONFIG_SENSORS_PCF8591 is not set
57931 -# CONFIG_TPS65010 is not set
57932 -# CONFIG_SENSORS_MAX6875 is not set
57933 -# CONFIG_SENSORS_TSL2550 is not set
57934 -# CONFIG_I2C_DEBUG_CORE is not set
57935 -# CONFIG_I2C_DEBUG_ALGO is not set
57936 -# CONFIG_I2C_DEBUG_BUS is not set
57937 -# CONFIG_I2C_DEBUG_CHIP is not set
57938 -
57939 -#
57940 -# SPI support
57941 -#
57942 -# CONFIG_SPI is not set
57943 -# CONFIG_SPI_MASTER is not set
57944 -# CONFIG_W1 is not set
57945 -# CONFIG_POWER_SUPPLY is not set
57946 -CONFIG_HWMON=y
57947 -# CONFIG_HWMON_VID is not set
57948 -# CONFIG_SENSORS_AD7418 is not set
57949 -# CONFIG_SENSORS_ADM1021 is not set
57950 -# CONFIG_SENSORS_ADM1025 is not set
57951 -# CONFIG_SENSORS_ADM1026 is not set
57952 -# CONFIG_SENSORS_ADM1029 is not set
57953 -# CONFIG_SENSORS_ADM1031 is not set
57954 -# CONFIG_SENSORS_ADM9240 is not set
57955 -# CONFIG_SENSORS_ADT7470 is not set
57956 -# CONFIG_SENSORS_ADT7473 is not set
57957 -# CONFIG_SENSORS_ATXP1 is not set
57958 -# CONFIG_SENSORS_DS1621 is not set
57959 -# CONFIG_SENSORS_I5K_AMB is not set
57960 -# CONFIG_SENSORS_F71805F is not set
57961 -# CONFIG_SENSORS_F71882FG is not set
57962 -# CONFIG_SENSORS_F75375S is not set
57963 -# CONFIG_SENSORS_GL518SM is not set
57964 -# CONFIG_SENSORS_GL520SM is not set
57965 -# CONFIG_SENSORS_IT87 is not set
57966 -# CONFIG_SENSORS_LM63 is not set
57967 -# CONFIG_SENSORS_LM75 is not set
57968 -# CONFIG_SENSORS_LM77 is not set
57969 -# CONFIG_SENSORS_LM78 is not set
57970 -# CONFIG_SENSORS_LM80 is not set
57971 -# CONFIG_SENSORS_LM83 is not set
57972 -# CONFIG_SENSORS_LM85 is not set
57973 -# CONFIG_SENSORS_LM87 is not set
57974 -# CONFIG_SENSORS_LM90 is not set
57975 -# CONFIG_SENSORS_LM92 is not set
57976 -# CONFIG_SENSORS_LM93 is not set
57977 -# CONFIG_SENSORS_MAX1619 is not set
57978 -# CONFIG_SENSORS_MAX6650 is not set
57979 -# CONFIG_SENSORS_PC87360 is not set
57980 -# CONFIG_SENSORS_PC87427 is not set
57981 -# CONFIG_SENSORS_SIS5595 is not set
57982 -# CONFIG_SENSORS_DME1737 is not set
57983 -# CONFIG_SENSORS_SMSC47M1 is not set
57984 -# CONFIG_SENSORS_SMSC47M192 is not set
57985 -# CONFIG_SENSORS_SMSC47B397 is not set
57986 -# CONFIG_SENSORS_ADS7828 is not set
57987 -# CONFIG_SENSORS_THMC50 is not set
57988 -# CONFIG_SENSORS_VIA686A is not set
57989 -# CONFIG_SENSORS_VT1211 is not set
57990 -# CONFIG_SENSORS_VT8231 is not set
57991 -# CONFIG_SENSORS_W83781D is not set
57992 -# CONFIG_SENSORS_W83791D is not set
57993 -# CONFIG_SENSORS_W83792D is not set
57994 -# CONFIG_SENSORS_W83793 is not set
57995 -# CONFIG_SENSORS_W83L785TS is not set
57996 -# CONFIG_SENSORS_W83L786NG is not set
57997 -# CONFIG_SENSORS_W83627HF is not set
57998 -# CONFIG_SENSORS_W83627EHF is not set
57999 -# CONFIG_HWMON_DEBUG_CHIP is not set
58000 -# CONFIG_THERMAL is not set
58001 -CONFIG_WATCHDOG=y
58002 -# CONFIG_WATCHDOG_NOWAYOUT is not set
58003 -
58004 -#
58005 -# Watchdog Device Drivers
58006 -#
58007 -# CONFIG_SOFT_WATCHDOG is not set
58008 -CONFIG_83xx_WDT=y
58009 -
58010 -#
58011 -# PCI-based Watchdog Cards
58012 -#
58013 -# CONFIG_PCIPCWATCHDOG is not set
58014 -# CONFIG_WDTPCI is not set
58015 -
58016 -#
58017 -# Sonics Silicon Backplane
58018 -#
58019 -CONFIG_SSB_POSSIBLE=y
58020 -# CONFIG_SSB is not set
58021 -
58022 -#
58023 -# Multifunction device drivers
58024 -#
58025 -# CONFIG_MFD_SM501 is not set
58026 -
58027 -#
58028 -# Multimedia devices
58029 -#
58030 -# CONFIG_VIDEO_DEV is not set
58031 -# CONFIG_DVB_CORE is not set
58032 -CONFIG_DAB=y
58033 -
58034 -#
58035 -# Graphics support
58036 -#
58037 -# CONFIG_AGP is not set
58038 -# CONFIG_DRM is not set
58039 -# CONFIG_VGASTATE is not set
58040 -CONFIG_VIDEO_OUTPUT_CONTROL=m
58041 -# CONFIG_FB is not set
58042 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
58043 -
58044 -#
58045 -# Display device support
58046 -#
58047 -# CONFIG_DISPLAY_SUPPORT is not set
58048 -
58049 -#
58050 -# Sound
58051 -#
58052 -# CONFIG_SOUND is not set
58053 -CONFIG_HID_SUPPORT=y
58054 -CONFIG_HID=y
58055 -# CONFIG_HID_DEBUG is not set
58056 -# CONFIG_HIDRAW is not set
58057 -CONFIG_USB_SUPPORT=y
58058 -CONFIG_USB_ARCH_HAS_HCD=y
58059 -CONFIG_USB_ARCH_HAS_OHCI=y
58060 -CONFIG_USB_ARCH_HAS_EHCI=y
58061 -# CONFIG_USB is not set
58062 -
58063 -#
58064 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
58065 -#
58066 -# CONFIG_USB_GADGET is not set
58067 -# CONFIG_MMC is not set
58068 -# CONFIG_MEMSTICK is not set
58069 -# CONFIG_NEW_LEDS is not set
58070 -# CONFIG_INFINIBAND is not set
58071 -# CONFIG_EDAC is not set
58072 -CONFIG_RTC_LIB=y
58073 -CONFIG_RTC_CLASS=y
58074 -CONFIG_RTC_HCTOSYS=y
58075 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
58076 -# CONFIG_RTC_DEBUG is not set
58077 -
58078 -#
58079 -# RTC interfaces
58080 -#
58081 -CONFIG_RTC_INTF_SYSFS=y
58082 -CONFIG_RTC_INTF_PROC=y
58083 -CONFIG_RTC_INTF_DEV=y
58084 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
58085 -# CONFIG_RTC_DRV_TEST is not set
58086 -
58087 -#
58088 -# I2C RTC drivers
58089 -#
58090 -# CONFIG_RTC_DRV_DS1307 is not set
58091 -CONFIG_RTC_DRV_DS1374=y
58092 -# CONFIG_RTC_DRV_DS1672 is not set
58093 -# CONFIG_RTC_DRV_MAX6900 is not set
58094 -# CONFIG_RTC_DRV_RS5C372 is not set
58095 -# CONFIG_RTC_DRV_ISL1208 is not set
58096 -# CONFIG_RTC_DRV_X1205 is not set
58097 -# CONFIG_RTC_DRV_PCF8563 is not set
58098 -# CONFIG_RTC_DRV_PCF8583 is not set
58099 -# CONFIG_RTC_DRV_M41T80 is not set
58100 -# CONFIG_RTC_DRV_S35390A is not set
58101 -
58102 -#
58103 -# SPI RTC drivers
58104 -#
58105 -
58106 -#
58107 -# Platform RTC drivers
58108 -#
58109 -# CONFIG_RTC_DRV_CMOS is not set
58110 -# CONFIG_RTC_DRV_DS1511 is not set
58111 -# CONFIG_RTC_DRV_DS1553 is not set
58112 -# CONFIG_RTC_DRV_DS1742 is not set
58113 -# CONFIG_RTC_DRV_STK17TA8 is not set
58114 -# CONFIG_RTC_DRV_M48T86 is not set
58115 -# CONFIG_RTC_DRV_M48T59 is not set
58116 -# CONFIG_RTC_DRV_V3020 is not set
58117 -
58118 -#
58119 -# on-CPU RTC drivers
58120 -#
58121 -# CONFIG_DMADEVICES is not set
58122 -
58123 -#
58124 -# Userspace I/O
58125 -#
58126 -# CONFIG_UIO is not set
58127 -
58128 -#
58129 -# File systems
58130 -#
58131 -CONFIG_EXT2_FS=y
58132 -# CONFIG_EXT2_FS_XATTR is not set
58133 -# CONFIG_EXT2_FS_XIP is not set
58134 -CONFIG_EXT3_FS=y
58135 -CONFIG_EXT3_FS_XATTR=y
58136 -# CONFIG_EXT3_FS_POSIX_ACL is not set
58137 -# CONFIG_EXT3_FS_SECURITY is not set
58138 -# CONFIG_EXT4DEV_FS is not set
58139 -CONFIG_JBD=y
58140 -CONFIG_FS_MBCACHE=y
58141 -# CONFIG_REISERFS_FS is not set
58142 -# CONFIG_JFS_FS is not set
58143 -# CONFIG_FS_POSIX_ACL is not set
58144 -# CONFIG_XFS_FS is not set
58145 -# CONFIG_GFS2_FS is not set
58146 -# CONFIG_OCFS2_FS is not set
58147 -CONFIG_DNOTIFY=y
58148 -CONFIG_INOTIFY=y
58149 -CONFIG_INOTIFY_USER=y
58150 -# CONFIG_QUOTA is not set
58151 -# CONFIG_AUTOFS_FS is not set
58152 -# CONFIG_AUTOFS4_FS is not set
58153 -# CONFIG_FUSE_FS is not set
58154 -
58155 -#
58156 -# CD-ROM/DVD Filesystems
58157 -#
58158 -# CONFIG_ISO9660_FS is not set
58159 -# CONFIG_UDF_FS is not set
58160 -
58161 -#
58162 -# DOS/FAT/NT Filesystems
58163 -#
58164 -# CONFIG_MSDOS_FS is not set
58165 -# CONFIG_VFAT_FS is not set
58166 -# CONFIG_NTFS_FS is not set
58167 -
58168 -#
58169 -# Pseudo filesystems
58170 -#
58171 -CONFIG_PROC_FS=y
58172 -CONFIG_PROC_KCORE=y
58173 -CONFIG_PROC_SYSCTL=y
58174 -CONFIG_SYSFS=y
58175 -CONFIG_TMPFS=y
58176 -# CONFIG_TMPFS_POSIX_ACL is not set
58177 -# CONFIG_HUGETLB_PAGE is not set
58178 -# CONFIG_CONFIGFS_FS is not set
58179 -
58180 -#
58181 -# Miscellaneous filesystems
58182 -#
58183 -# CONFIG_ADFS_FS is not set
58184 -# CONFIG_AFFS_FS is not set
58185 -# CONFIG_HFS_FS is not set
58186 -# CONFIG_HFSPLUS_FS is not set
58187 -# CONFIG_BEFS_FS is not set
58188 -# CONFIG_BFS_FS is not set
58189 -# CONFIG_EFS_FS is not set
58190 -# CONFIG_CRAMFS is not set
58191 -# CONFIG_VXFS_FS is not set
58192 -# CONFIG_MINIX_FS is not set
58193 -# CONFIG_HPFS_FS is not set
58194 -# CONFIG_QNX4FS_FS is not set
58195 -# CONFIG_ROMFS_FS is not set
58196 -# CONFIG_SYSV_FS is not set
58197 -# CONFIG_UFS_FS is not set
58198 -CONFIG_NETWORK_FILESYSTEMS=y
58199 -CONFIG_NFS_FS=y
58200 -CONFIG_NFS_V3=y
58201 -# CONFIG_NFS_V3_ACL is not set
58202 -CONFIG_NFS_V4=y
58203 -# CONFIG_NFS_DIRECTIO is not set
58204 -# CONFIG_NFSD is not set
58205 -CONFIG_ROOT_NFS=y
58206 -CONFIG_LOCKD=y
58207 -CONFIG_LOCKD_V4=y
58208 -CONFIG_NFS_COMMON=y
58209 -CONFIG_SUNRPC=y
58210 -CONFIG_SUNRPC_GSS=y
58211 -# CONFIG_SUNRPC_BIND34 is not set
58212 -CONFIG_RPCSEC_GSS_KRB5=y
58213 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
58214 -# CONFIG_SMB_FS is not set
58215 -# CONFIG_CIFS is not set
58216 -# CONFIG_NCP_FS is not set
58217 -# CONFIG_CODA_FS is not set
58218 -# CONFIG_AFS_FS is not set
58219 -
58220 -#
58221 -# Partition Types
58222 -#
58223 -CONFIG_PARTITION_ADVANCED=y
58224 -# CONFIG_ACORN_PARTITION is not set
58225 -# CONFIG_OSF_PARTITION is not set
58226 -# CONFIG_AMIGA_PARTITION is not set
58227 -# CONFIG_ATARI_PARTITION is not set
58228 -# CONFIG_MAC_PARTITION is not set
58229 -# CONFIG_MSDOS_PARTITION is not set
58230 -# CONFIG_LDM_PARTITION is not set
58231 -# CONFIG_SGI_PARTITION is not set
58232 -# CONFIG_ULTRIX_PARTITION is not set
58233 -# CONFIG_SUN_PARTITION is not set
58234 -# CONFIG_KARMA_PARTITION is not set
58235 -# CONFIG_EFI_PARTITION is not set
58236 -# CONFIG_SYSV68_PARTITION is not set
58237 -# CONFIG_NLS is not set
58238 -# CONFIG_DLM is not set
58239 -CONFIG_UCC_FAST=y
58240 -CONFIG_UCC=y
58241 -
58242 -#
58243 -# Library routines
58244 -#
58245 -CONFIG_BITREVERSE=y
58246 -# CONFIG_CRC_CCITT is not set
58247 -# CONFIG_CRC16 is not set
58248 -# CONFIG_CRC_ITU_T is not set
58249 -CONFIG_CRC32=y
58250 -# CONFIG_CRC7 is not set
58251 -# CONFIG_LIBCRC32C is not set
58252 -CONFIG_PLIST=y
58253 -CONFIG_HAS_IOMEM=y
58254 -CONFIG_HAS_IOPORT=y
58255 -CONFIG_HAS_DMA=y
58256 -
58257 -#
58258 -# Kernel hacking
58259 -#
58260 -# CONFIG_PRINTK_TIME is not set
58261 -CONFIG_ENABLE_WARN_DEPRECATED=y
58262 -CONFIG_ENABLE_MUST_CHECK=y
58263 -# CONFIG_MAGIC_SYSRQ is not set
58264 -# CONFIG_UNUSED_SYMBOLS is not set
58265 -# CONFIG_DEBUG_FS is not set
58266 -# CONFIG_HEADERS_CHECK is not set
58267 -# CONFIG_DEBUG_KERNEL is not set
58268 -# CONFIG_SLUB_DEBUG_ON is not set
58269 -# CONFIG_SLUB_STATS is not set
58270 -# CONFIG_DEBUG_BUGVERBOSE is not set
58271 -# CONFIG_SAMPLES is not set
58272 -# CONFIG_PPC_EARLY_DEBUG is not set
58273 -
58274 -#
58275 -# Security options
58276 -#
58277 -# CONFIG_KEYS is not set
58278 -# CONFIG_SECURITY is not set
58279 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
58280 -CONFIG_CRYPTO=y
58281 -CONFIG_CRYPTO_ALGAPI=y
58282 -CONFIG_CRYPTO_BLKCIPHER=y
58283 -# CONFIG_CRYPTO_SEQIV is not set
58284 -CONFIG_CRYPTO_MANAGER=y
58285 -# CONFIG_CRYPTO_HMAC is not set
58286 -# CONFIG_CRYPTO_XCBC is not set
58287 -# CONFIG_CRYPTO_NULL is not set
58288 -# CONFIG_CRYPTO_MD4 is not set
58289 -CONFIG_CRYPTO_MD5=y
58290 -# CONFIG_CRYPTO_SHA1 is not set
58291 -# CONFIG_CRYPTO_SHA256 is not set
58292 -# CONFIG_CRYPTO_SHA512 is not set
58293 -# CONFIG_CRYPTO_WP512 is not set
58294 -# CONFIG_CRYPTO_TGR192 is not set
58295 -# CONFIG_CRYPTO_GF128MUL is not set
58296 -CONFIG_CRYPTO_ECB=m
58297 -CONFIG_CRYPTO_CBC=y
58298 -CONFIG_CRYPTO_PCBC=m
58299 -# CONFIG_CRYPTO_LRW is not set
58300 -# CONFIG_CRYPTO_XTS is not set
58301 -# CONFIG_CRYPTO_CTR is not set
58302 -# CONFIG_CRYPTO_GCM is not set
58303 -# CONFIG_CRYPTO_CCM is not set
58304 -# CONFIG_CRYPTO_CRYPTD is not set
58305 -CONFIG_CRYPTO_DES=y
58306 -# CONFIG_CRYPTO_FCRYPT is not set
58307 -# CONFIG_CRYPTO_BLOWFISH is not set
58308 -# CONFIG_CRYPTO_TWOFISH is not set
58309 -# CONFIG_CRYPTO_SERPENT is not set
58310 -# CONFIG_CRYPTO_AES is not set
58311 -# CONFIG_CRYPTO_CAST5 is not set
58312 -# CONFIG_CRYPTO_CAST6 is not set
58313 -# CONFIG_CRYPTO_TEA is not set
58314 -# CONFIG_CRYPTO_ARC4 is not set
58315 -# CONFIG_CRYPTO_KHAZAD is not set
58316 -# CONFIG_CRYPTO_ANUBIS is not set
58317 -# CONFIG_CRYPTO_SEED is not set
58318 -# CONFIG_CRYPTO_SALSA20 is not set
58319 -# CONFIG_CRYPTO_DEFLATE is not set
58320 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
58321 -# CONFIG_CRYPTO_CRC32C is not set
58322 -# CONFIG_CRYPTO_CAMELLIA is not set
58323 -# CONFIG_CRYPTO_TEST is not set
58324 -# CONFIG_CRYPTO_AUTHENC is not set
58325 -# CONFIG_CRYPTO_LZO is not set
58326 -CONFIG_CRYPTO_HW=y
58327 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
58328 -# CONFIG_PPC_CLOCK is not set
58329 -CONFIG_PPC_LIB_RHEAP=y
58330 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc832x_rdb_defconfig
58331 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
58332 +++ powerpc.git/arch/powerpc/configs/mpc832x_rdb_defconfig      1970-01-01 01:00:00.000000000 +0100
58333 @@ -1,1233 +0,0 @@
58334 -#
58335 -# Automatically generated make config: don't edit
58336 -# Linux kernel version: 2.6.25-rc6
58337 -# Mon Mar 24 08:48:16 2008
58338 -#
58339 -# CONFIG_PPC64 is not set
58340 -
58341 -#
58342 -# Processor support
58343 -#
58344 -CONFIG_6xx=y
58345 -# CONFIG_PPC_85xx is not set
58346 -# CONFIG_PPC_8xx is not set
58347 -# CONFIG_40x is not set
58348 -# CONFIG_44x is not set
58349 -# CONFIG_E200 is not set
58350 -CONFIG_PPC_FPU=y
58351 -# CONFIG_FSL_EMB_PERFMON is not set
58352 -CONFIG_PPC_STD_MMU=y
58353 -CONFIG_PPC_STD_MMU_32=y
58354 -# CONFIG_PPC_MM_SLICES is not set
58355 -# CONFIG_SMP is not set
58356 -CONFIG_PPC32=y
58357 -CONFIG_WORD_SIZE=32
58358 -CONFIG_PPC_MERGE=y
58359 -CONFIG_MMU=y
58360 -CONFIG_GENERIC_CMOS_UPDATE=y
58361 -CONFIG_GENERIC_TIME=y
58362 -CONFIG_GENERIC_TIME_VSYSCALL=y
58363 -CONFIG_GENERIC_CLOCKEVENTS=y
58364 -CONFIG_GENERIC_HARDIRQS=y
58365 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
58366 -CONFIG_IRQ_PER_CPU=y
58367 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
58368 -CONFIG_ARCH_HAS_ILOG2_U32=y
58369 -CONFIG_GENERIC_HWEIGHT=y
58370 -CONFIG_GENERIC_CALIBRATE_DELAY=y
58371 -CONFIG_GENERIC_FIND_NEXT_BIT=y
58372 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
58373 -CONFIG_PPC=y
58374 -CONFIG_EARLY_PRINTK=y
58375 -CONFIG_GENERIC_NVRAM=y
58376 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
58377 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
58378 -CONFIG_PPC_OF=y
58379 -CONFIG_OF=y
58380 -CONFIG_PPC_UDBG_16550=y
58381 -# CONFIG_GENERIC_TBSYNC is not set
58382 -CONFIG_AUDIT_ARCH=y
58383 -CONFIG_GENERIC_BUG=y
58384 -CONFIG_DEFAULT_UIMAGE=y
58385 -# CONFIG_PPC_DCR_NATIVE is not set
58386 -# CONFIG_PPC_DCR_MMIO is not set
58387 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
58388 -
58389 -#
58390 -# General setup
58391 -#
58392 -CONFIG_EXPERIMENTAL=y
58393 -CONFIG_BROKEN_ON_SMP=y
58394 -CONFIG_INIT_ENV_ARG_LIMIT=32
58395 -CONFIG_LOCALVERSION=""
58396 -CONFIG_LOCALVERSION_AUTO=y
58397 -CONFIG_SWAP=y
58398 -CONFIG_SYSVIPC=y
58399 -CONFIG_SYSVIPC_SYSCTL=y
58400 -# CONFIG_POSIX_MQUEUE is not set
58401 -# CONFIG_BSD_PROCESS_ACCT is not set
58402 -# CONFIG_TASKSTATS is not set
58403 -# CONFIG_AUDIT is not set
58404 -# CONFIG_IKCONFIG is not set
58405 -CONFIG_LOG_BUF_SHIFT=14
58406 -# CONFIG_CGROUPS is not set
58407 -CONFIG_GROUP_SCHED=y
58408 -# CONFIG_FAIR_GROUP_SCHED is not set
58409 -# CONFIG_RT_GROUP_SCHED is not set
58410 -CONFIG_USER_SCHED=y
58411 -# CONFIG_CGROUP_SCHED is not set
58412 -CONFIG_SYSFS_DEPRECATED=y
58413 -CONFIG_SYSFS_DEPRECATED_V2=y
58414 -# CONFIG_RELAY is not set
58415 -# CONFIG_NAMESPACES is not set
58416 -CONFIG_BLK_DEV_INITRD=y
58417 -CONFIG_INITRAMFS_SOURCE=""
58418 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
58419 -CONFIG_SYSCTL=y
58420 -CONFIG_EMBEDDED=y
58421 -CONFIG_SYSCTL_SYSCALL=y
58422 -# CONFIG_KALLSYMS is not set
58423 -CONFIG_HOTPLUG=y
58424 -CONFIG_PRINTK=y
58425 -CONFIG_BUG=y
58426 -CONFIG_ELF_CORE=y
58427 -CONFIG_COMPAT_BRK=y
58428 -CONFIG_BASE_FULL=y
58429 -CONFIG_FUTEX=y
58430 -CONFIG_ANON_INODES=y
58431 -# CONFIG_EPOLL is not set
58432 -CONFIG_SIGNALFD=y
58433 -CONFIG_TIMERFD=y
58434 -CONFIG_EVENTFD=y
58435 -CONFIG_SHMEM=y
58436 -CONFIG_VM_EVENT_COUNTERS=y
58437 -CONFIG_SLUB_DEBUG=y
58438 -# CONFIG_SLAB is not set
58439 -CONFIG_SLUB=y
58440 -# CONFIG_SLOB is not set
58441 -# CONFIG_PROFILING is not set
58442 -# CONFIG_MARKERS is not set
58443 -CONFIG_HAVE_OPROFILE=y
58444 -CONFIG_HAVE_KPROBES=y
58445 -CONFIG_HAVE_KRETPROBES=y
58446 -CONFIG_PROC_PAGE_MONITOR=y
58447 -CONFIG_SLABINFO=y
58448 -CONFIG_RT_MUTEXES=y
58449 -# CONFIG_TINY_SHMEM is not set
58450 -CONFIG_BASE_SMALL=0
58451 -CONFIG_MODULES=y
58452 -CONFIG_MODULE_UNLOAD=y
58453 -# CONFIG_MODULE_FORCE_UNLOAD is not set
58454 -# CONFIG_MODVERSIONS is not set
58455 -# CONFIG_MODULE_SRCVERSION_ALL is not set
58456 -# CONFIG_KMOD is not set
58457 -CONFIG_BLOCK=y
58458 -# CONFIG_LBD is not set
58459 -# CONFIG_BLK_DEV_IO_TRACE is not set
58460 -# CONFIG_LSF is not set
58461 -# CONFIG_BLK_DEV_BSG is not set
58462 -
58463 -#
58464 -# IO Schedulers
58465 -#
58466 -CONFIG_IOSCHED_NOOP=y
58467 -CONFIG_IOSCHED_AS=y
58468 -CONFIG_IOSCHED_DEADLINE=y
58469 -CONFIG_IOSCHED_CFQ=y
58470 -CONFIG_DEFAULT_AS=y
58471 -# CONFIG_DEFAULT_DEADLINE is not set
58472 -# CONFIG_DEFAULT_CFQ is not set
58473 -# CONFIG_DEFAULT_NOOP is not set
58474 -CONFIG_DEFAULT_IOSCHED="anticipatory"
58475 -CONFIG_CLASSIC_RCU=y
58476 -
58477 -#
58478 -# Platform support
58479 -#
58480 -# CONFIG_PPC_MULTIPLATFORM is not set
58481 -# CONFIG_PPC_82xx is not set
58482 -CONFIG_PPC_83xx=y
58483 -# CONFIG_PPC_86xx is not set
58484 -# CONFIG_PPC_MPC512x is not set
58485 -# CONFIG_PPC_MPC5121 is not set
58486 -# CONFIG_PPC_CELL is not set
58487 -# CONFIG_PPC_CELL_NATIVE is not set
58488 -# CONFIG_PQ2ADS is not set
58489 -CONFIG_MPC83xx=y
58490 -# CONFIG_MPC831x_RDB is not set
58491 -# CONFIG_MPC832x_MDS is not set
58492 -CONFIG_MPC832x_RDB=y
58493 -# CONFIG_MPC834x_MDS is not set
58494 -# CONFIG_MPC834x_ITX is not set
58495 -# CONFIG_MPC836x_MDS is not set
58496 -# CONFIG_MPC837x_MDS is not set
58497 -# CONFIG_MPC837x_RDB is not set
58498 -# CONFIG_SBC834x is not set
58499 -CONFIG_PPC_MPC832x=y
58500 -CONFIG_IPIC=y
58501 -# CONFIG_MPIC is not set
58502 -# CONFIG_MPIC_WEIRD is not set
58503 -# CONFIG_PPC_I8259 is not set
58504 -# CONFIG_PPC_RTAS is not set
58505 -# CONFIG_MMIO_NVRAM is not set
58506 -# CONFIG_PPC_MPC106 is not set
58507 -# CONFIG_PPC_970_NAP is not set
58508 -# CONFIG_PPC_INDIRECT_IO is not set
58509 -# CONFIG_GENERIC_IOMAP is not set
58510 -# CONFIG_CPU_FREQ is not set
58511 -CONFIG_QUICC_ENGINE=y
58512 -# CONFIG_FSL_ULI1575 is not set
58513 -
58514 -#
58515 -# Kernel options
58516 -#
58517 -# CONFIG_HIGHMEM is not set
58518 -CONFIG_TICK_ONESHOT=y
58519 -CONFIG_NO_HZ=y
58520 -CONFIG_HIGH_RES_TIMERS=y
58521 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
58522 -# CONFIG_HZ_100 is not set
58523 -CONFIG_HZ_250=y
58524 -# CONFIG_HZ_300 is not set
58525 -# CONFIG_HZ_1000 is not set
58526 -CONFIG_HZ=250
58527 -# CONFIG_SCHED_HRTICK is not set
58528 -CONFIG_PREEMPT_NONE=y
58529 -# CONFIG_PREEMPT_VOLUNTARY is not set
58530 -# CONFIG_PREEMPT is not set
58531 -CONFIG_BINFMT_ELF=y
58532 -# CONFIG_BINFMT_MISC is not set
58533 -CONFIG_MATH_EMULATION=y
58534 -# CONFIG_IOMMU_HELPER is not set
58535 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
58536 -CONFIG_ARCH_HAS_WALK_MEMORY=y
58537 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
58538 -CONFIG_ARCH_FLATMEM_ENABLE=y
58539 -CONFIG_ARCH_POPULATES_NODE_MAP=y
58540 -CONFIG_SELECT_MEMORY_MODEL=y
58541 -CONFIG_FLATMEM_MANUAL=y
58542 -# CONFIG_DISCONTIGMEM_MANUAL is not set
58543 -# CONFIG_SPARSEMEM_MANUAL is not set
58544 -CONFIG_FLATMEM=y
58545 -CONFIG_FLAT_NODE_MEM_MAP=y
58546 -# CONFIG_SPARSEMEM_STATIC is not set
58547 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
58548 -CONFIG_SPLIT_PTLOCK_CPUS=4
58549 -# CONFIG_RESOURCES_64BIT is not set
58550 -CONFIG_ZONE_DMA_FLAG=1
58551 -CONFIG_BOUNCE=y
58552 -CONFIG_VIRT_TO_BUS=y
58553 -CONFIG_PROC_DEVICETREE=y
58554 -# CONFIG_CMDLINE_BOOL is not set
58555 -# CONFIG_PM is not set
58556 -CONFIG_SECCOMP=y
58557 -CONFIG_ISA_DMA_API=y
58558 -
58559 -#
58560 -# Bus options
58561 -#
58562 -CONFIG_ZONE_DMA=y
58563 -CONFIG_GENERIC_ISA_DMA=y
58564 -CONFIG_PPC_INDIRECT_PCI=y
58565 -CONFIG_FSL_SOC=y
58566 -CONFIG_PCI=y
58567 -CONFIG_PCI_DOMAINS=y
58568 -CONFIG_PCI_SYSCALL=y
58569 -# CONFIG_PCIEPORTBUS is not set
58570 -CONFIG_ARCH_SUPPORTS_MSI=y
58571 -# CONFIG_PCI_MSI is not set
58572 -CONFIG_PCI_LEGACY=y
58573 -# CONFIG_PCCARD is not set
58574 -# CONFIG_HOTPLUG_PCI is not set
58575 -
58576 -#
58577 -# Advanced setup
58578 -#
58579 -# CONFIG_ADVANCED_OPTIONS is not set
58580 -
58581 -#
58582 -# Default settings for advanced configuration options are used
58583 -#
58584 -CONFIG_HIGHMEM_START=0xfe000000
58585 -CONFIG_LOWMEM_SIZE=0x30000000
58586 -CONFIG_KERNEL_START=0xc0000000
58587 -CONFIG_TASK_SIZE=0xc0000000
58588 -CONFIG_BOOT_LOAD=0x00800000
58589 -
58590 -#
58591 -# Networking
58592 -#
58593 -CONFIG_NET=y
58594 -
58595 -#
58596 -# Networking options
58597 -#
58598 -CONFIG_PACKET=y
58599 -# CONFIG_PACKET_MMAP is not set
58600 -CONFIG_UNIX=y
58601 -CONFIG_XFRM=y
58602 -# CONFIG_XFRM_USER is not set
58603 -# CONFIG_XFRM_SUB_POLICY is not set
58604 -# CONFIG_XFRM_MIGRATE is not set
58605 -# CONFIG_XFRM_STATISTICS is not set
58606 -# CONFIG_NET_KEY is not set
58607 -CONFIG_INET=y
58608 -CONFIG_IP_MULTICAST=y
58609 -# CONFIG_IP_ADVANCED_ROUTER is not set
58610 -CONFIG_IP_FIB_HASH=y
58611 -CONFIG_IP_PNP=y
58612 -CONFIG_IP_PNP_DHCP=y
58613 -CONFIG_IP_PNP_BOOTP=y
58614 -# CONFIG_IP_PNP_RARP is not set
58615 -# CONFIG_NET_IPIP is not set
58616 -# CONFIG_NET_IPGRE is not set
58617 -# CONFIG_IP_MROUTE is not set
58618 -# CONFIG_ARPD is not set
58619 -CONFIG_SYN_COOKIES=y
58620 -# CONFIG_INET_AH is not set
58621 -# CONFIG_INET_ESP is not set
58622 -# CONFIG_INET_IPCOMP is not set
58623 -# CONFIG_INET_XFRM_TUNNEL is not set
58624 -# CONFIG_INET_TUNNEL is not set
58625 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
58626 -CONFIG_INET_XFRM_MODE_TUNNEL=y
58627 -CONFIG_INET_XFRM_MODE_BEET=y
58628 -# CONFIG_INET_LRO is not set
58629 -CONFIG_INET_DIAG=y
58630 -CONFIG_INET_TCP_DIAG=y
58631 -# CONFIG_TCP_CONG_ADVANCED is not set
58632 -CONFIG_TCP_CONG_CUBIC=y
58633 -CONFIG_DEFAULT_TCP_CONG="cubic"
58634 -# CONFIG_TCP_MD5SIG is not set
58635 -# CONFIG_IPV6 is not set
58636 -# CONFIG_INET6_XFRM_TUNNEL is not set
58637 -# CONFIG_INET6_TUNNEL is not set
58638 -# CONFIG_NETWORK_SECMARK is not set
58639 -# CONFIG_NETFILTER is not set
58640 -# CONFIG_IP_DCCP is not set
58641 -# CONFIG_IP_SCTP is not set
58642 -# CONFIG_TIPC is not set
58643 -# CONFIG_ATM is not set
58644 -# CONFIG_BRIDGE is not set
58645 -# CONFIG_VLAN_8021Q is not set
58646 -# CONFIG_DECNET is not set
58647 -# CONFIG_LLC2 is not set
58648 -# CONFIG_IPX is not set
58649 -# CONFIG_ATALK is not set
58650 -# CONFIG_X25 is not set
58651 -# CONFIG_LAPB is not set
58652 -# CONFIG_ECONET is not set
58653 -# CONFIG_WAN_ROUTER is not set
58654 -# CONFIG_NET_SCHED is not set
58655 -
58656 -#
58657 -# Network testing
58658 -#
58659 -# CONFIG_NET_PKTGEN is not set
58660 -# CONFIG_HAMRADIO is not set
58661 -# CONFIG_CAN is not set
58662 -# CONFIG_IRDA is not set
58663 -# CONFIG_BT is not set
58664 -# CONFIG_AF_RXRPC is not set
58665 -
58666 -#
58667 -# Wireless
58668 -#
58669 -# CONFIG_CFG80211 is not set
58670 -# CONFIG_WIRELESS_EXT is not set
58671 -# CONFIG_MAC80211 is not set
58672 -# CONFIG_IEEE80211 is not set
58673 -# CONFIG_RFKILL is not set
58674 -# CONFIG_NET_9P is not set
58675 -
58676 -#
58677 -# Device Drivers
58678 -#
58679 -
58680 -#
58681 -# Generic Driver Options
58682 -#
58683 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
58684 -CONFIG_STANDALONE=y
58685 -CONFIG_PREVENT_FIRMWARE_BUILD=y
58686 -# CONFIG_FW_LOADER is not set
58687 -# CONFIG_SYS_HYPERVISOR is not set
58688 -# CONFIG_CONNECTOR is not set
58689 -# CONFIG_MTD is not set
58690 -CONFIG_OF_DEVICE=y
58691 -# CONFIG_PARPORT is not set
58692 -CONFIG_BLK_DEV=y
58693 -# CONFIG_BLK_DEV_FD is not set
58694 -# CONFIG_BLK_CPQ_DA is not set
58695 -# CONFIG_BLK_CPQ_CISS_DA is not set
58696 -# CONFIG_BLK_DEV_DAC960 is not set
58697 -# CONFIG_BLK_DEV_UMEM is not set
58698 -# CONFIG_BLK_DEV_COW_COMMON is not set
58699 -CONFIG_BLK_DEV_LOOP=y
58700 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
58701 -# CONFIG_BLK_DEV_NBD is not set
58702 -# CONFIG_BLK_DEV_SX8 is not set
58703 -# CONFIG_BLK_DEV_UB is not set
58704 -CONFIG_BLK_DEV_RAM=y
58705 -CONFIG_BLK_DEV_RAM_COUNT=16
58706 -CONFIG_BLK_DEV_RAM_SIZE=32768
58707 -# CONFIG_BLK_DEV_XIP is not set
58708 -# CONFIG_CDROM_PKTCDVD is not set
58709 -# CONFIG_ATA_OVER_ETH is not set
58710 -CONFIG_MISC_DEVICES=y
58711 -# CONFIG_PHANTOM is not set
58712 -# CONFIG_EEPROM_93CX6 is not set
58713 -# CONFIG_SGI_IOC4 is not set
58714 -# CONFIG_TIFM_CORE is not set
58715 -# CONFIG_ENCLOSURE_SERVICES is not set
58716 -CONFIG_HAVE_IDE=y
58717 -# CONFIG_IDE is not set
58718 -
58719 -#
58720 -# SCSI device support
58721 -#
58722 -# CONFIG_RAID_ATTRS is not set
58723 -CONFIG_SCSI=y
58724 -CONFIG_SCSI_DMA=y
58725 -# CONFIG_SCSI_TGT is not set
58726 -# CONFIG_SCSI_NETLINK is not set
58727 -CONFIG_SCSI_PROC_FS=y
58728 -
58729 -#
58730 -# SCSI support type (disk, tape, CD-ROM)
58731 -#
58732 -CONFIG_BLK_DEV_SD=y
58733 -# CONFIG_CHR_DEV_ST is not set
58734 -# CONFIG_CHR_DEV_OSST is not set
58735 -# CONFIG_BLK_DEV_SR is not set
58736 -# CONFIG_CHR_DEV_SG is not set
58737 -# CONFIG_CHR_DEV_SCH is not set
58738 -
58739 -#
58740 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
58741 -#
58742 -# CONFIG_SCSI_MULTI_LUN is not set
58743 -# CONFIG_SCSI_CONSTANTS is not set
58744 -# CONFIG_SCSI_LOGGING is not set
58745 -# CONFIG_SCSI_SCAN_ASYNC is not set
58746 -CONFIG_SCSI_WAIT_SCAN=m
58747 -
58748 -#
58749 -# SCSI Transports
58750 -#
58751 -# CONFIG_SCSI_SPI_ATTRS is not set
58752 -# CONFIG_SCSI_FC_ATTRS is not set
58753 -# CONFIG_SCSI_ISCSI_ATTRS is not set
58754 -# CONFIG_SCSI_SAS_LIBSAS is not set
58755 -# CONFIG_SCSI_SRP_ATTRS is not set
58756 -CONFIG_SCSI_LOWLEVEL=y
58757 -# CONFIG_ISCSI_TCP is not set
58758 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
58759 -# CONFIG_SCSI_3W_9XXX is not set
58760 -# CONFIG_SCSI_ACARD is not set
58761 -# CONFIG_SCSI_AACRAID is not set
58762 -# CONFIG_SCSI_AIC7XXX is not set
58763 -# CONFIG_SCSI_AIC7XXX_OLD is not set
58764 -# CONFIG_SCSI_AIC79XX is not set
58765 -# CONFIG_SCSI_AIC94XX is not set
58766 -# CONFIG_SCSI_DPT_I2O is not set
58767 -# CONFIG_SCSI_ADVANSYS is not set
58768 -# CONFIG_SCSI_ARCMSR is not set
58769 -# CONFIG_MEGARAID_NEWGEN is not set
58770 -# CONFIG_MEGARAID_LEGACY is not set
58771 -# CONFIG_MEGARAID_SAS is not set
58772 -# CONFIG_SCSI_HPTIOP is not set
58773 -# CONFIG_SCSI_BUSLOGIC is not set
58774 -# CONFIG_SCSI_DMX3191D is not set
58775 -# CONFIG_SCSI_EATA is not set
58776 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
58777 -# CONFIG_SCSI_GDTH is not set
58778 -# CONFIG_SCSI_IPS is not set
58779 -# CONFIG_SCSI_INITIO is not set
58780 -# CONFIG_SCSI_INIA100 is not set
58781 -# CONFIG_SCSI_MVSAS is not set
58782 -# CONFIG_SCSI_STEX is not set
58783 -# CONFIG_SCSI_SYM53C8XX_2 is not set
58784 -# CONFIG_SCSI_QLOGIC_1280 is not set
58785 -# CONFIG_SCSI_QLA_FC is not set
58786 -# CONFIG_SCSI_QLA_ISCSI is not set
58787 -# CONFIG_SCSI_LPFC is not set
58788 -# CONFIG_SCSI_DC395x is not set
58789 -# CONFIG_SCSI_DC390T is not set
58790 -# CONFIG_SCSI_NSP32 is not set
58791 -# CONFIG_SCSI_DEBUG is not set
58792 -# CONFIG_SCSI_SRP is not set
58793 -# CONFIG_ATA is not set
58794 -# CONFIG_MD is not set
58795 -# CONFIG_FUSION is not set
58796 -
58797 -#
58798 -# IEEE 1394 (FireWire) support
58799 -#
58800 -# CONFIG_FIREWIRE is not set
58801 -# CONFIG_IEEE1394 is not set
58802 -# CONFIG_I2O is not set
58803 -# CONFIG_MACINTOSH_DRIVERS is not set
58804 -CONFIG_NETDEVICES=y
58805 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
58806 -# CONFIG_DUMMY is not set
58807 -# CONFIG_BONDING is not set
58808 -# CONFIG_MACVLAN is not set
58809 -# CONFIG_EQUALIZER is not set
58810 -# CONFIG_TUN is not set
58811 -# CONFIG_VETH is not set
58812 -# CONFIG_ARCNET is not set
58813 -CONFIG_PHYLIB=y
58814 -
58815 -#
58816 -# MII PHY device drivers
58817 -#
58818 -# CONFIG_MARVELL_PHY is not set
58819 -# CONFIG_DAVICOM_PHY is not set
58820 -# CONFIG_QSEMI_PHY is not set
58821 -# CONFIG_LXT_PHY is not set
58822 -# CONFIG_CICADA_PHY is not set
58823 -# CONFIG_VITESSE_PHY is not set
58824 -# CONFIG_SMSC_PHY is not set
58825 -# CONFIG_BROADCOM_PHY is not set
58826 -CONFIG_ICPLUS_PHY=y
58827 -# CONFIG_REALTEK_PHY is not set
58828 -# CONFIG_FIXED_PHY is not set
58829 -# CONFIG_MDIO_BITBANG is not set
58830 -CONFIG_NET_ETHERNET=y
58831 -CONFIG_MII=y
58832 -# CONFIG_HAPPYMEAL is not set
58833 -# CONFIG_SUNGEM is not set
58834 -# CONFIG_CASSINI is not set
58835 -# CONFIG_NET_VENDOR_3COM is not set
58836 -# CONFIG_ENC28J60 is not set
58837 -# CONFIG_NET_TULIP is not set
58838 -# CONFIG_HP100 is not set
58839 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
58840 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
58841 -# CONFIG_IBM_NEW_EMAC_TAH is not set
58842 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
58843 -# CONFIG_NET_PCI is not set
58844 -# CONFIG_B44 is not set
58845 -CONFIG_NETDEV_1000=y
58846 -# CONFIG_ACENIC is not set
58847 -# CONFIG_DL2K is not set
58848 -CONFIG_E1000=y
58849 -# CONFIG_E1000_NAPI is not set
58850 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
58851 -# CONFIG_E1000E is not set
58852 -# CONFIG_E1000E_ENABLED is not set
58853 -# CONFIG_IP1000 is not set
58854 -# CONFIG_IGB is not set
58855 -# CONFIG_NS83820 is not set
58856 -# CONFIG_HAMACHI is not set
58857 -# CONFIG_YELLOWFIN is not set
58858 -# CONFIG_R8169 is not set
58859 -# CONFIG_SIS190 is not set
58860 -# CONFIG_SKGE is not set
58861 -# CONFIG_SKY2 is not set
58862 -# CONFIG_SK98LIN is not set
58863 -# CONFIG_VIA_VELOCITY is not set
58864 -# CONFIG_TIGON3 is not set
58865 -# CONFIG_BNX2 is not set
58866 -# CONFIG_GIANFAR is not set
58867 -CONFIG_UCC_GETH=y
58868 -CONFIG_UGETH_NAPI=y
58869 -# CONFIG_UGETH_MAGIC_PACKET is not set
58870 -# CONFIG_UGETH_FILTERING is not set
58871 -# CONFIG_UGETH_TX_ON_DEMAND is not set
58872 -# CONFIG_QLA3XXX is not set
58873 -# CONFIG_ATL1 is not set
58874 -CONFIG_NETDEV_10000=y
58875 -# CONFIG_CHELSIO_T1 is not set
58876 -# CONFIG_CHELSIO_T3 is not set
58877 -# CONFIG_IXGBE is not set
58878 -# CONFIG_IXGB is not set
58879 -# CONFIG_S2IO is not set
58880 -# CONFIG_MYRI10GE is not set
58881 -# CONFIG_NETXEN_NIC is not set
58882 -# CONFIG_NIU is not set
58883 -# CONFIG_MLX4_CORE is not set
58884 -# CONFIG_TEHUTI is not set
58885 -# CONFIG_BNX2X is not set
58886 -# CONFIG_TR is not set
58887 -
58888 -#
58889 -# Wireless LAN
58890 -#
58891 -# CONFIG_WLAN_PRE80211 is not set
58892 -# CONFIG_WLAN_80211 is not set
58893 -
58894 -#
58895 -# USB Network Adapters
58896 -#
58897 -# CONFIG_USB_CATC is not set
58898 -# CONFIG_USB_KAWETH is not set
58899 -# CONFIG_USB_PEGASUS is not set
58900 -# CONFIG_USB_RTL8150 is not set
58901 -# CONFIG_USB_USBNET is not set
58902 -# CONFIG_WAN is not set
58903 -# CONFIG_FDDI is not set
58904 -# CONFIG_HIPPI is not set
58905 -# CONFIG_PPP is not set
58906 -# CONFIG_SLIP is not set
58907 -# CONFIG_NET_FC is not set
58908 -# CONFIG_NETCONSOLE is not set
58909 -# CONFIG_NETPOLL is not set
58910 -# CONFIG_NET_POLL_CONTROLLER is not set
58911 -# CONFIG_ISDN is not set
58912 -# CONFIG_PHONE is not set
58913 -
58914 -#
58915 -# Input device support
58916 -#
58917 -CONFIG_INPUT=y
58918 -# CONFIG_INPUT_FF_MEMLESS is not set
58919 -# CONFIG_INPUT_POLLDEV is not set
58920 -
58921 -#
58922 -# Userland interfaces
58923 -#
58924 -# CONFIG_INPUT_MOUSEDEV is not set
58925 -# CONFIG_INPUT_JOYDEV is not set
58926 -# CONFIG_INPUT_EVDEV is not set
58927 -# CONFIG_INPUT_EVBUG is not set
58928 -
58929 -#
58930 -# Input Device Drivers
58931 -#
58932 -# CONFIG_INPUT_KEYBOARD is not set
58933 -# CONFIG_INPUT_MOUSE is not set
58934 -# CONFIG_INPUT_JOYSTICK is not set
58935 -# CONFIG_INPUT_TABLET is not set
58936 -# CONFIG_INPUT_TOUCHSCREEN is not set
58937 -# CONFIG_INPUT_MISC is not set
58938 -
58939 -#
58940 -# Hardware I/O ports
58941 -#
58942 -# CONFIG_SERIO is not set
58943 -# CONFIG_GAMEPORT is not set
58944 -
58945 -#
58946 -# Character devices
58947 -#
58948 -# CONFIG_VT is not set
58949 -# CONFIG_SERIAL_NONSTANDARD is not set
58950 -# CONFIG_NOZOMI is not set
58951 -
58952 -#
58953 -# Serial drivers
58954 -#
58955 -CONFIG_SERIAL_8250=y
58956 -CONFIG_SERIAL_8250_CONSOLE=y
58957 -CONFIG_SERIAL_8250_PCI=y
58958 -CONFIG_SERIAL_8250_NR_UARTS=4
58959 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
58960 -# CONFIG_SERIAL_8250_EXTENDED is not set
58961 -
58962 -#
58963 -# Non-8250 serial port support
58964 -#
58965 -# CONFIG_SERIAL_UARTLITE is not set
58966 -CONFIG_SERIAL_CORE=y
58967 -CONFIG_SERIAL_CORE_CONSOLE=y
58968 -# CONFIG_SERIAL_JSM is not set
58969 -# CONFIG_SERIAL_OF_PLATFORM is not set
58970 -# CONFIG_SERIAL_QE is not set
58971 -CONFIG_UNIX98_PTYS=y
58972 -CONFIG_LEGACY_PTYS=y
58973 -CONFIG_LEGACY_PTY_COUNT=256
58974 -# CONFIG_IPMI_HANDLER is not set
58975 -CONFIG_HW_RANDOM=y
58976 -# CONFIG_NVRAM is not set
58977 -CONFIG_GEN_RTC=y
58978 -# CONFIG_GEN_RTC_X is not set
58979 -# CONFIG_R3964 is not set
58980 -# CONFIG_APPLICOM is not set
58981 -# CONFIG_RAW_DRIVER is not set
58982 -# CONFIG_TCG_TPM is not set
58983 -CONFIG_DEVPORT=y
58984 -CONFIG_I2C=y
58985 -CONFIG_I2C_BOARDINFO=y
58986 -CONFIG_I2C_CHARDEV=y
58987 -
58988 -#
58989 -# I2C Algorithms
58990 -#
58991 -# CONFIG_I2C_ALGOBIT is not set
58992 -# CONFIG_I2C_ALGOPCF is not set
58993 -# CONFIG_I2C_ALGOPCA is not set
58994 -
58995 -#
58996 -# I2C Hardware Bus support
58997 -#
58998 -# CONFIG_I2C_ALI1535 is not set
58999 -# CONFIG_I2C_ALI1563 is not set
59000 -# CONFIG_I2C_ALI15X3 is not set
59001 -# CONFIG_I2C_AMD756 is not set
59002 -# CONFIG_I2C_AMD8111 is not set
59003 -# CONFIG_I2C_I801 is not set
59004 -# CONFIG_I2C_I810 is not set
59005 -# CONFIG_I2C_PIIX4 is not set
59006 -CONFIG_I2C_MPC=y
59007 -# CONFIG_I2C_NFORCE2 is not set
59008 -# CONFIG_I2C_OCORES is not set
59009 -# CONFIG_I2C_PARPORT_LIGHT is not set
59010 -# CONFIG_I2C_PROSAVAGE is not set
59011 -# CONFIG_I2C_SAVAGE4 is not set
59012 -# CONFIG_I2C_SIMTEC is not set
59013 -# CONFIG_I2C_SIS5595 is not set
59014 -# CONFIG_I2C_SIS630 is not set
59015 -# CONFIG_I2C_SIS96X is not set
59016 -# CONFIG_I2C_TAOS_EVM is not set
59017 -# CONFIG_I2C_STUB is not set
59018 -# CONFIG_I2C_TINY_USB is not set
59019 -# CONFIG_I2C_VIA is not set
59020 -# CONFIG_I2C_VIAPRO is not set
59021 -# CONFIG_I2C_VOODOO3 is not set
59022 -
59023 -#
59024 -# Miscellaneous I2C Chip support
59025 -#
59026 -# CONFIG_DS1682 is not set
59027 -# CONFIG_SENSORS_EEPROM is not set
59028 -# CONFIG_SENSORS_PCF8574 is not set
59029 -# CONFIG_PCF8575 is not set
59030 -# CONFIG_SENSORS_PCF8591 is not set
59031 -# CONFIG_TPS65010 is not set
59032 -# CONFIG_SENSORS_MAX6875 is not set
59033 -# CONFIG_SENSORS_TSL2550 is not set
59034 -# CONFIG_I2C_DEBUG_CORE is not set
59035 -# CONFIG_I2C_DEBUG_ALGO is not set
59036 -# CONFIG_I2C_DEBUG_BUS is not set
59037 -# CONFIG_I2C_DEBUG_CHIP is not set
59038 -
59039 -#
59040 -# SPI support
59041 -#
59042 -CONFIG_SPI=y
59043 -CONFIG_SPI_MASTER=y
59044 -
59045 -#
59046 -# SPI Master Controller Drivers
59047 -#
59048 -CONFIG_SPI_BITBANG=y
59049 -CONFIG_SPI_MPC83xx=y
59050 -
59051 -#
59052 -# SPI Protocol Masters
59053 -#
59054 -# CONFIG_SPI_AT25 is not set
59055 -# CONFIG_SPI_SPIDEV is not set
59056 -# CONFIG_SPI_TLE62X0 is not set
59057 -# CONFIG_W1 is not set
59058 -# CONFIG_POWER_SUPPLY is not set
59059 -CONFIG_HWMON=y
59060 -# CONFIG_HWMON_VID is not set
59061 -# CONFIG_SENSORS_AD7418 is not set
59062 -# CONFIG_SENSORS_ADM1021 is not set
59063 -# CONFIG_SENSORS_ADM1025 is not set
59064 -# CONFIG_SENSORS_ADM1026 is not set
59065 -# CONFIG_SENSORS_ADM1029 is not set
59066 -# CONFIG_SENSORS_ADM1031 is not set
59067 -# CONFIG_SENSORS_ADM9240 is not set
59068 -# CONFIG_SENSORS_ADT7470 is not set
59069 -# CONFIG_SENSORS_ADT7473 is not set
59070 -# CONFIG_SENSORS_ATXP1 is not set
59071 -# CONFIG_SENSORS_DS1621 is not set
59072 -# CONFIG_SENSORS_I5K_AMB is not set
59073 -# CONFIG_SENSORS_F71805F is not set
59074 -# CONFIG_SENSORS_F71882FG is not set
59075 -# CONFIG_SENSORS_F75375S is not set
59076 -# CONFIG_SENSORS_GL518SM is not set
59077 -# CONFIG_SENSORS_GL520SM is not set
59078 -# CONFIG_SENSORS_IT87 is not set
59079 -# CONFIG_SENSORS_LM63 is not set
59080 -# CONFIG_SENSORS_LM70 is not set
59081 -# CONFIG_SENSORS_LM75 is not set
59082 -# CONFIG_SENSORS_LM77 is not set
59083 -# CONFIG_SENSORS_LM78 is not set
59084 -# CONFIG_SENSORS_LM80 is not set
59085 -# CONFIG_SENSORS_LM83 is not set
59086 -# CONFIG_SENSORS_LM85 is not set
59087 -# CONFIG_SENSORS_LM87 is not set
59088 -# CONFIG_SENSORS_LM90 is not set
59089 -# CONFIG_SENSORS_LM92 is not set
59090 -# CONFIG_SENSORS_LM93 is not set
59091 -# CONFIG_SENSORS_MAX1619 is not set
59092 -# CONFIG_SENSORS_MAX6650 is not set
59093 -# CONFIG_SENSORS_PC87360 is not set
59094 -# CONFIG_SENSORS_PC87427 is not set
59095 -# CONFIG_SENSORS_SIS5595 is not set
59096 -# CONFIG_SENSORS_DME1737 is not set
59097 -# CONFIG_SENSORS_SMSC47M1 is not set
59098 -# CONFIG_SENSORS_SMSC47M192 is not set
59099 -# CONFIG_SENSORS_SMSC47B397 is not set
59100 -# CONFIG_SENSORS_ADS7828 is not set
59101 -# CONFIG_SENSORS_THMC50 is not set
59102 -# CONFIG_SENSORS_VIA686A is not set
59103 -# CONFIG_SENSORS_VT1211 is not set
59104 -# CONFIG_SENSORS_VT8231 is not set
59105 -# CONFIG_SENSORS_W83781D is not set
59106 -# CONFIG_SENSORS_W83791D is not set
59107 -# CONFIG_SENSORS_W83792D is not set
59108 -# CONFIG_SENSORS_W83793 is not set
59109 -# CONFIG_SENSORS_W83L785TS is not set
59110 -# CONFIG_SENSORS_W83L786NG is not set
59111 -# CONFIG_SENSORS_W83627HF is not set
59112 -# CONFIG_SENSORS_W83627EHF is not set
59113 -# CONFIG_HWMON_DEBUG_CHIP is not set
59114 -# CONFIG_THERMAL is not set
59115 -CONFIG_WATCHDOG=y
59116 -# CONFIG_WATCHDOG_NOWAYOUT is not set
59117 -
59118 -#
59119 -# Watchdog Device Drivers
59120 -#
59121 -# CONFIG_SOFT_WATCHDOG is not set
59122 -CONFIG_83xx_WDT=y
59123 -
59124 -#
59125 -# PCI-based Watchdog Cards
59126 -#
59127 -# CONFIG_PCIPCWATCHDOG is not set
59128 -# CONFIG_WDTPCI is not set
59129 -
59130 -#
59131 -# USB-based Watchdog Cards
59132 -#
59133 -# CONFIG_USBPCWATCHDOG is not set
59134 -
59135 -#
59136 -# Sonics Silicon Backplane
59137 -#
59138 -CONFIG_SSB_POSSIBLE=y
59139 -# CONFIG_SSB is not set
59140 -
59141 -#
59142 -# Multifunction device drivers
59143 -#
59144 -# CONFIG_MFD_SM501 is not set
59145 -
59146 -#
59147 -# Multimedia devices
59148 -#
59149 -# CONFIG_VIDEO_DEV is not set
59150 -# CONFIG_DVB_CORE is not set
59151 -CONFIG_DAB=y
59152 -# CONFIG_USB_DABUSB is not set
59153 -
59154 -#
59155 -# Graphics support
59156 -#
59157 -# CONFIG_AGP is not set
59158 -# CONFIG_DRM is not set
59159 -# CONFIG_VGASTATE is not set
59160 -CONFIG_VIDEO_OUTPUT_CONTROL=m
59161 -# CONFIG_FB is not set
59162 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
59163 -
59164 -#
59165 -# Display device support
59166 -#
59167 -# CONFIG_DISPLAY_SUPPORT is not set
59168 -
59169 -#
59170 -# Sound
59171 -#
59172 -# CONFIG_SOUND is not set
59173 -CONFIG_HID_SUPPORT=y
59174 -CONFIG_HID=y
59175 -# CONFIG_HID_DEBUG is not set
59176 -# CONFIG_HIDRAW is not set
59177 -
59178 -#
59179 -# USB Input Devices
59180 -#
59181 -# CONFIG_USB_HID is not set
59182 -
59183 -#
59184 -# USB HID Boot Protocol drivers
59185 -#
59186 -# CONFIG_USB_KBD is not set
59187 -# CONFIG_USB_MOUSE is not set
59188 -CONFIG_USB_SUPPORT=y
59189 -CONFIG_USB_ARCH_HAS_HCD=y
59190 -CONFIG_USB_ARCH_HAS_OHCI=y
59191 -CONFIG_USB_ARCH_HAS_EHCI=y
59192 -CONFIG_USB=y
59193 -# CONFIG_USB_DEBUG is not set
59194 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
59195 -
59196 -#
59197 -# Miscellaneous USB options
59198 -#
59199 -CONFIG_USB_DEVICEFS=y
59200 -CONFIG_USB_DEVICE_CLASS=y
59201 -# CONFIG_USB_DYNAMIC_MINORS is not set
59202 -# CONFIG_USB_OTG is not set
59203 -
59204 -#
59205 -# USB Host Controller Drivers
59206 -#
59207 -CONFIG_USB_EHCI_HCD=y
59208 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
59209 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
59210 -# CONFIG_USB_EHCI_FSL is not set
59211 -CONFIG_USB_EHCI_HCD_PPC_OF=y
59212 -# CONFIG_USB_ISP116X_HCD is not set
59213 -CONFIG_USB_OHCI_HCD=y
59214 -CONFIG_USB_OHCI_HCD_PPC_OF=y
59215 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
59216 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
59217 -CONFIG_USB_OHCI_HCD_PCI=y
59218 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
59219 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
59220 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
59221 -# CONFIG_USB_UHCI_HCD is not set
59222 -# CONFIG_USB_SL811_HCD is not set
59223 -# CONFIG_USB_R8A66597_HCD is not set
59224 -
59225 -#
59226 -# USB Device Class drivers
59227 -#
59228 -# CONFIG_USB_ACM is not set
59229 -# CONFIG_USB_PRINTER is not set
59230 -
59231 -#
59232 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
59233 -#
59234 -
59235 -#
59236 -# may also be needed; see USB_STORAGE Help for more information
59237 -#
59238 -CONFIG_USB_STORAGE=y
59239 -# CONFIG_USB_STORAGE_DEBUG is not set
59240 -# CONFIG_USB_STORAGE_DATAFAB is not set
59241 -# CONFIG_USB_STORAGE_FREECOM is not set
59242 -# CONFIG_USB_STORAGE_ISD200 is not set
59243 -# CONFIG_USB_STORAGE_DPCM is not set
59244 -# CONFIG_USB_STORAGE_USBAT is not set
59245 -# CONFIG_USB_STORAGE_SDDR09 is not set
59246 -# CONFIG_USB_STORAGE_SDDR55 is not set
59247 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
59248 -# CONFIG_USB_STORAGE_ALAUDA is not set
59249 -# CONFIG_USB_STORAGE_KARMA is not set
59250 -# CONFIG_USB_LIBUSUAL is not set
59251 -
59252 -#
59253 -# USB Imaging devices
59254 -#
59255 -# CONFIG_USB_MDC800 is not set
59256 -# CONFIG_USB_MICROTEK is not set
59257 -CONFIG_USB_MON=y
59258 -
59259 -#
59260 -# USB port drivers
59261 -#
59262 -# CONFIG_USB_SERIAL is not set
59263 -
59264 -#
59265 -# USB Miscellaneous drivers
59266 -#
59267 -# CONFIG_USB_EMI62 is not set
59268 -# CONFIG_USB_EMI26 is not set
59269 -# CONFIG_USB_ADUTUX is not set
59270 -# CONFIG_USB_AUERSWALD is not set
59271 -# CONFIG_USB_RIO500 is not set
59272 -# CONFIG_USB_LEGOTOWER is not set
59273 -# CONFIG_USB_LCD is not set
59274 -# CONFIG_USB_BERRY_CHARGE is not set
59275 -# CONFIG_USB_LED is not set
59276 -# CONFIG_USB_CYPRESS_CY7C63 is not set
59277 -# CONFIG_USB_CYTHERM is not set
59278 -# CONFIG_USB_PHIDGET is not set
59279 -# CONFIG_USB_IDMOUSE is not set
59280 -# CONFIG_USB_FTDI_ELAN is not set
59281 -# CONFIG_USB_APPLEDISPLAY is not set
59282 -# CONFIG_USB_SISUSBVGA is not set
59283 -# CONFIG_USB_LD is not set
59284 -# CONFIG_USB_TRANCEVIBRATOR is not set
59285 -# CONFIG_USB_IOWARRIOR is not set
59286 -# CONFIG_USB_TEST is not set
59287 -# CONFIG_USB_GADGET is not set
59288 -CONFIG_MMC=y
59289 -# CONFIG_MMC_DEBUG is not set
59290 -# CONFIG_MMC_UNSAFE_RESUME is not set
59291 -
59292 -#
59293 -# MMC/SD Card Drivers
59294 -#
59295 -CONFIG_MMC_BLOCK=y
59296 -CONFIG_MMC_BLOCK_BOUNCE=y
59297 -# CONFIG_SDIO_UART is not set
59298 -
59299 -#
59300 -# MMC/SD Host Controller Drivers
59301 -#
59302 -# CONFIG_MMC_SDHCI is not set
59303 -# CONFIG_MMC_WBSD is not set
59304 -# CONFIG_MMC_TIFM_SD is not set
59305 -CONFIG_MMC_SPI=y
59306 -# CONFIG_MEMSTICK is not set
59307 -# CONFIG_NEW_LEDS is not set
59308 -# CONFIG_INFINIBAND is not set
59309 -# CONFIG_EDAC is not set
59310 -# CONFIG_RTC_CLASS is not set
59311 -# CONFIG_DMADEVICES is not set
59312 -
59313 -#
59314 -# Userspace I/O
59315 -#
59316 -# CONFIG_UIO is not set
59317 -
59318 -#
59319 -# File systems
59320 -#
59321 -CONFIG_EXT2_FS=y
59322 -# CONFIG_EXT2_FS_XATTR is not set
59323 -# CONFIG_EXT2_FS_XIP is not set
59324 -CONFIG_EXT3_FS=y
59325 -CONFIG_EXT3_FS_XATTR=y
59326 -# CONFIG_EXT3_FS_POSIX_ACL is not set
59327 -# CONFIG_EXT3_FS_SECURITY is not set
59328 -# CONFIG_EXT4DEV_FS is not set
59329 -CONFIG_JBD=y
59330 -CONFIG_FS_MBCACHE=y
59331 -# CONFIG_REISERFS_FS is not set
59332 -# CONFIG_JFS_FS is not set
59333 -# CONFIG_FS_POSIX_ACL is not set
59334 -# CONFIG_XFS_FS is not set
59335 -# CONFIG_GFS2_FS is not set
59336 -# CONFIG_OCFS2_FS is not set
59337 -CONFIG_DNOTIFY=y
59338 -CONFIG_INOTIFY=y
59339 -CONFIG_INOTIFY_USER=y
59340 -# CONFIG_QUOTA is not set
59341 -# CONFIG_AUTOFS_FS is not set
59342 -# CONFIG_AUTOFS4_FS is not set
59343 -# CONFIG_FUSE_FS is not set
59344 -
59345 -#
59346 -# CD-ROM/DVD Filesystems
59347 -#
59348 -# CONFIG_ISO9660_FS is not set
59349 -# CONFIG_UDF_FS is not set
59350 -
59351 -#
59352 -# DOS/FAT/NT Filesystems
59353 -#
59354 -CONFIG_FAT_FS=y
59355 -CONFIG_MSDOS_FS=y
59356 -CONFIG_VFAT_FS=y
59357 -CONFIG_FAT_DEFAULT_CODEPAGE=437
59358 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
59359 -# CONFIG_NTFS_FS is not set
59360 -
59361 -#
59362 -# Pseudo filesystems
59363 -#
59364 -CONFIG_PROC_FS=y
59365 -CONFIG_PROC_KCORE=y
59366 -CONFIG_PROC_SYSCTL=y
59367 -CONFIG_SYSFS=y
59368 -CONFIG_TMPFS=y
59369 -# CONFIG_TMPFS_POSIX_ACL is not set
59370 -# CONFIG_HUGETLB_PAGE is not set
59371 -# CONFIG_CONFIGFS_FS is not set
59372 -
59373 -#
59374 -# Miscellaneous filesystems
59375 -#
59376 -# CONFIG_ADFS_FS is not set
59377 -# CONFIG_AFFS_FS is not set
59378 -# CONFIG_HFS_FS is not set
59379 -# CONFIG_HFSPLUS_FS is not set
59380 -# CONFIG_BEFS_FS is not set
59381 -# CONFIG_BFS_FS is not set
59382 -# CONFIG_EFS_FS is not set
59383 -# CONFIG_CRAMFS is not set
59384 -# CONFIG_VXFS_FS is not set
59385 -# CONFIG_MINIX_FS is not set
59386 -# CONFIG_HPFS_FS is not set
59387 -# CONFIG_QNX4FS_FS is not set
59388 -# CONFIG_ROMFS_FS is not set
59389 -# CONFIG_SYSV_FS is not set
59390 -# CONFIG_UFS_FS is not set
59391 -CONFIG_NETWORK_FILESYSTEMS=y
59392 -CONFIG_NFS_FS=y
59393 -CONFIG_NFS_V3=y
59394 -# CONFIG_NFS_V3_ACL is not set
59395 -CONFIG_NFS_V4=y
59396 -# CONFIG_NFS_DIRECTIO is not set
59397 -# CONFIG_NFSD is not set
59398 -CONFIG_ROOT_NFS=y
59399 -CONFIG_LOCKD=y
59400 -CONFIG_LOCKD_V4=y
59401 -CONFIG_NFS_COMMON=y
59402 -CONFIG_SUNRPC=y
59403 -CONFIG_SUNRPC_GSS=y
59404 -# CONFIG_SUNRPC_BIND34 is not set
59405 -CONFIG_RPCSEC_GSS_KRB5=y
59406 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
59407 -# CONFIG_SMB_FS is not set
59408 -# CONFIG_CIFS is not set
59409 -# CONFIG_NCP_FS is not set
59410 -# CONFIG_CODA_FS is not set
59411 -# CONFIG_AFS_FS is not set
59412 -
59413 -#
59414 -# Partition Types
59415 -#
59416 -CONFIG_PARTITION_ADVANCED=y
59417 -# CONFIG_ACORN_PARTITION is not set
59418 -# CONFIG_OSF_PARTITION is not set
59419 -# CONFIG_AMIGA_PARTITION is not set
59420 -# CONFIG_ATARI_PARTITION is not set
59421 -# CONFIG_MAC_PARTITION is not set
59422 -CONFIG_MSDOS_PARTITION=y
59423 -# CONFIG_BSD_DISKLABEL is not set
59424 -# CONFIG_MINIX_SUBPARTITION is not set
59425 -# CONFIG_SOLARIS_X86_PARTITION is not set
59426 -# CONFIG_UNIXWARE_DISKLABEL is not set
59427 -CONFIG_LDM_PARTITION=y
59428 -# CONFIG_LDM_DEBUG is not set
59429 -# CONFIG_SGI_PARTITION is not set
59430 -# CONFIG_ULTRIX_PARTITION is not set
59431 -# CONFIG_SUN_PARTITION is not set
59432 -# CONFIG_KARMA_PARTITION is not set
59433 -# CONFIG_EFI_PARTITION is not set
59434 -# CONFIG_SYSV68_PARTITION is not set
59435 -CONFIG_NLS=y
59436 -CONFIG_NLS_DEFAULT="iso8859-1"
59437 -CONFIG_NLS_CODEPAGE_437=y
59438 -# CONFIG_NLS_CODEPAGE_737 is not set
59439 -# CONFIG_NLS_CODEPAGE_775 is not set
59440 -# CONFIG_NLS_CODEPAGE_850 is not set
59441 -# CONFIG_NLS_CODEPAGE_852 is not set
59442 -# CONFIG_NLS_CODEPAGE_855 is not set
59443 -# CONFIG_NLS_CODEPAGE_857 is not set
59444 -# CONFIG_NLS_CODEPAGE_860 is not set
59445 -# CONFIG_NLS_CODEPAGE_861 is not set
59446 -# CONFIG_NLS_CODEPAGE_862 is not set
59447 -# CONFIG_NLS_CODEPAGE_863 is not set
59448 -# CONFIG_NLS_CODEPAGE_864 is not set
59449 -# CONFIG_NLS_CODEPAGE_865 is not set
59450 -# CONFIG_NLS_CODEPAGE_866 is not set
59451 -# CONFIG_NLS_CODEPAGE_869 is not set
59452 -# CONFIG_NLS_CODEPAGE_936 is not set
59453 -# CONFIG_NLS_CODEPAGE_950 is not set
59454 -CONFIG_NLS_CODEPAGE_932=y
59455 -# CONFIG_NLS_CODEPAGE_949 is not set
59456 -# CONFIG_NLS_CODEPAGE_874 is not set
59457 -CONFIG_NLS_ISO8859_8=y
59458 -# CONFIG_NLS_CODEPAGE_1250 is not set
59459 -# CONFIG_NLS_CODEPAGE_1251 is not set
59460 -# CONFIG_NLS_ASCII is not set
59461 -CONFIG_NLS_ISO8859_1=y
59462 -# CONFIG_NLS_ISO8859_2 is not set
59463 -# CONFIG_NLS_ISO8859_3 is not set
59464 -# CONFIG_NLS_ISO8859_4 is not set
59465 -# CONFIG_NLS_ISO8859_5 is not set
59466 -# CONFIG_NLS_ISO8859_6 is not set
59467 -# CONFIG_NLS_ISO8859_7 is not set
59468 -# CONFIG_NLS_ISO8859_9 is not set
59469 -# CONFIG_NLS_ISO8859_13 is not set
59470 -# CONFIG_NLS_ISO8859_14 is not set
59471 -# CONFIG_NLS_ISO8859_15 is not set
59472 -# CONFIG_NLS_KOI8_R is not set
59473 -# CONFIG_NLS_KOI8_U is not set
59474 -# CONFIG_NLS_UTF8 is not set
59475 -# CONFIG_DLM is not set
59476 -CONFIG_UCC_FAST=y
59477 -CONFIG_UCC=y
59478 -
59479 -#
59480 -# Library routines
59481 -#
59482 -CONFIG_BITREVERSE=y
59483 -# CONFIG_CRC_CCITT is not set
59484 -# CONFIG_CRC16 is not set
59485 -CONFIG_CRC_ITU_T=y
59486 -CONFIG_CRC32=y
59487 -CONFIG_CRC7=y
59488 -# CONFIG_LIBCRC32C is not set
59489 -CONFIG_PLIST=y
59490 -CONFIG_HAS_IOMEM=y
59491 -CONFIG_HAS_IOPORT=y
59492 -CONFIG_HAS_DMA=y
59493 -
59494 -#
59495 -# Kernel hacking
59496 -#
59497 -# CONFIG_PRINTK_TIME is not set
59498 -CONFIG_ENABLE_WARN_DEPRECATED=y
59499 -CONFIG_ENABLE_MUST_CHECK=y
59500 -# CONFIG_MAGIC_SYSRQ is not set
59501 -# CONFIG_UNUSED_SYMBOLS is not set
59502 -# CONFIG_DEBUG_FS is not set
59503 -# CONFIG_HEADERS_CHECK is not set
59504 -# CONFIG_DEBUG_KERNEL is not set
59505 -# CONFIG_SLUB_DEBUG_ON is not set
59506 -# CONFIG_SLUB_STATS is not set
59507 -# CONFIG_DEBUG_BUGVERBOSE is not set
59508 -# CONFIG_SAMPLES is not set
59509 -# CONFIG_PPC_EARLY_DEBUG is not set
59510 -
59511 -#
59512 -# Security options
59513 -#
59514 -# CONFIG_KEYS is not set
59515 -# CONFIG_SECURITY is not set
59516 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
59517 -CONFIG_CRYPTO=y
59518 -CONFIG_CRYPTO_ALGAPI=y
59519 -CONFIG_CRYPTO_BLKCIPHER=y
59520 -# CONFIG_CRYPTO_SEQIV is not set
59521 -CONFIG_CRYPTO_MANAGER=y
59522 -# CONFIG_CRYPTO_HMAC is not set
59523 -# CONFIG_CRYPTO_XCBC is not set
59524 -# CONFIG_CRYPTO_NULL is not set
59525 -# CONFIG_CRYPTO_MD4 is not set
59526 -CONFIG_CRYPTO_MD5=y
59527 -# CONFIG_CRYPTO_SHA1 is not set
59528 -# CONFIG_CRYPTO_SHA256 is not set
59529 -# CONFIG_CRYPTO_SHA512 is not set
59530 -# CONFIG_CRYPTO_WP512 is not set
59531 -# CONFIG_CRYPTO_TGR192 is not set
59532 -# CONFIG_CRYPTO_GF128MUL is not set
59533 -CONFIG_CRYPTO_ECB=m
59534 -CONFIG_CRYPTO_CBC=y
59535 -CONFIG_CRYPTO_PCBC=m
59536 -# CONFIG_CRYPTO_LRW is not set
59537 -# CONFIG_CRYPTO_XTS is not set
59538 -# CONFIG_CRYPTO_CTR is not set
59539 -# CONFIG_CRYPTO_GCM is not set
59540 -# CONFIG_CRYPTO_CCM is not set
59541 -# CONFIG_CRYPTO_CRYPTD is not set
59542 -CONFIG_CRYPTO_DES=y
59543 -# CONFIG_CRYPTO_FCRYPT is not set
59544 -# CONFIG_CRYPTO_BLOWFISH is not set
59545 -# CONFIG_CRYPTO_TWOFISH is not set
59546 -# CONFIG_CRYPTO_SERPENT is not set
59547 -# CONFIG_CRYPTO_AES is not set
59548 -# CONFIG_CRYPTO_CAST5 is not set
59549 -# CONFIG_CRYPTO_CAST6 is not set
59550 -# CONFIG_CRYPTO_TEA is not set
59551 -# CONFIG_CRYPTO_ARC4 is not set
59552 -# CONFIG_CRYPTO_KHAZAD is not set
59553 -# CONFIG_CRYPTO_ANUBIS is not set
59554 -# CONFIG_CRYPTO_SEED is not set
59555 -# CONFIG_CRYPTO_SALSA20 is not set
59556 -# CONFIG_CRYPTO_DEFLATE is not set
59557 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
59558 -# CONFIG_CRYPTO_CRC32C is not set
59559 -# CONFIG_CRYPTO_CAMELLIA is not set
59560 -# CONFIG_CRYPTO_TEST is not set
59561 -# CONFIG_CRYPTO_AUTHENC is not set
59562 -# CONFIG_CRYPTO_LZO is not set
59563 -CONFIG_CRYPTO_HW=y
59564 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
59565 -# CONFIG_PPC_CLOCK is not set
59566 -CONFIG_PPC_LIB_RHEAP=y
59567 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itx_defconfig powerpc.git/arch/powerpc/configs/mpc834x_itx_defconfig
59568 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itx_defconfig 2008-04-11 22:32:29.000000000 +0200
59569 +++ powerpc.git/arch/powerpc/configs/mpc834x_itx_defconfig      1970-01-01 01:00:00.000000000 +0100
59570 @@ -1,1295 +0,0 @@
59571 -#
59572 -# Automatically generated make config: don't edit
59573 -# Linux kernel version: 2.6.25-rc6
59574 -# Mon Mar 24 08:48:17 2008
59575 -#
59576 -# CONFIG_PPC64 is not set
59577 -
59578 -#
59579 -# Processor support
59580 -#
59581 -CONFIG_6xx=y
59582 -# CONFIG_PPC_85xx is not set
59583 -# CONFIG_PPC_8xx is not set
59584 -# CONFIG_40x is not set
59585 -# CONFIG_44x is not set
59586 -# CONFIG_E200 is not set
59587 -CONFIG_PPC_FPU=y
59588 -# CONFIG_FSL_EMB_PERFMON is not set
59589 -CONFIG_PPC_STD_MMU=y
59590 -CONFIG_PPC_STD_MMU_32=y
59591 -# CONFIG_PPC_MM_SLICES is not set
59592 -# CONFIG_SMP is not set
59593 -CONFIG_PPC32=y
59594 -CONFIG_WORD_SIZE=32
59595 -CONFIG_PPC_MERGE=y
59596 -CONFIG_MMU=y
59597 -CONFIG_GENERIC_CMOS_UPDATE=y
59598 -CONFIG_GENERIC_TIME=y
59599 -CONFIG_GENERIC_TIME_VSYSCALL=y
59600 -CONFIG_GENERIC_CLOCKEVENTS=y
59601 -CONFIG_GENERIC_HARDIRQS=y
59602 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
59603 -CONFIG_IRQ_PER_CPU=y
59604 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
59605 -CONFIG_ARCH_HAS_ILOG2_U32=y
59606 -CONFIG_GENERIC_HWEIGHT=y
59607 -CONFIG_GENERIC_CALIBRATE_DELAY=y
59608 -CONFIG_GENERIC_FIND_NEXT_BIT=y
59609 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
59610 -CONFIG_PPC=y
59611 -CONFIG_EARLY_PRINTK=y
59612 -CONFIG_GENERIC_NVRAM=y
59613 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
59614 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
59615 -CONFIG_PPC_OF=y
59616 -CONFIG_OF=y
59617 -CONFIG_PPC_UDBG_16550=y
59618 -# CONFIG_GENERIC_TBSYNC is not set
59619 -CONFIG_AUDIT_ARCH=y
59620 -CONFIG_GENERIC_BUG=y
59621 -CONFIG_DEFAULT_UIMAGE=y
59622 -# CONFIG_PPC_DCR_NATIVE is not set
59623 -# CONFIG_PPC_DCR_MMIO is not set
59624 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
59625 -
59626 -#
59627 -# General setup
59628 -#
59629 -CONFIG_EXPERIMENTAL=y
59630 -CONFIG_BROKEN_ON_SMP=y
59631 -CONFIG_INIT_ENV_ARG_LIMIT=32
59632 -CONFIG_LOCALVERSION=""
59633 -CONFIG_LOCALVERSION_AUTO=y
59634 -CONFIG_SWAP=y
59635 -CONFIG_SYSVIPC=y
59636 -CONFIG_SYSVIPC_SYSCTL=y
59637 -# CONFIG_POSIX_MQUEUE is not set
59638 -# CONFIG_BSD_PROCESS_ACCT is not set
59639 -# CONFIG_TASKSTATS is not set
59640 -# CONFIG_AUDIT is not set
59641 -# CONFIG_IKCONFIG is not set
59642 -CONFIG_LOG_BUF_SHIFT=14
59643 -# CONFIG_CGROUPS is not set
59644 -CONFIG_GROUP_SCHED=y
59645 -# CONFIG_FAIR_GROUP_SCHED is not set
59646 -# CONFIG_RT_GROUP_SCHED is not set
59647 -CONFIG_USER_SCHED=y
59648 -# CONFIG_CGROUP_SCHED is not set
59649 -CONFIG_SYSFS_DEPRECATED=y
59650 -CONFIG_SYSFS_DEPRECATED_V2=y
59651 -# CONFIG_RELAY is not set
59652 -# CONFIG_NAMESPACES is not set
59653 -CONFIG_BLK_DEV_INITRD=y
59654 -CONFIG_INITRAMFS_SOURCE=""
59655 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
59656 -CONFIG_SYSCTL=y
59657 -CONFIG_EMBEDDED=y
59658 -CONFIG_SYSCTL_SYSCALL=y
59659 -# CONFIG_KALLSYMS is not set
59660 -CONFIG_HOTPLUG=y
59661 -CONFIG_PRINTK=y
59662 -CONFIG_BUG=y
59663 -CONFIG_ELF_CORE=y
59664 -CONFIG_COMPAT_BRK=y
59665 -CONFIG_BASE_FULL=y
59666 -CONFIG_FUTEX=y
59667 -CONFIG_ANON_INODES=y
59668 -# CONFIG_EPOLL is not set
59669 -CONFIG_SIGNALFD=y
59670 -CONFIG_TIMERFD=y
59671 -CONFIG_EVENTFD=y
59672 -CONFIG_SHMEM=y
59673 -CONFIG_VM_EVENT_COUNTERS=y
59674 -CONFIG_SLUB_DEBUG=y
59675 -# CONFIG_SLAB is not set
59676 -CONFIG_SLUB=y
59677 -# CONFIG_SLOB is not set
59678 -# CONFIG_PROFILING is not set
59679 -# CONFIG_MARKERS is not set
59680 -CONFIG_HAVE_OPROFILE=y
59681 -CONFIG_HAVE_KPROBES=y
59682 -CONFIG_HAVE_KRETPROBES=y
59683 -CONFIG_PROC_PAGE_MONITOR=y
59684 -CONFIG_SLABINFO=y
59685 -CONFIG_RT_MUTEXES=y
59686 -# CONFIG_TINY_SHMEM is not set
59687 -CONFIG_BASE_SMALL=0
59688 -CONFIG_MODULES=y
59689 -CONFIG_MODULE_UNLOAD=y
59690 -# CONFIG_MODULE_FORCE_UNLOAD is not set
59691 -# CONFIG_MODVERSIONS is not set
59692 -# CONFIG_MODULE_SRCVERSION_ALL is not set
59693 -# CONFIG_KMOD is not set
59694 -CONFIG_BLOCK=y
59695 -# CONFIG_LBD is not set
59696 -# CONFIG_BLK_DEV_IO_TRACE is not set
59697 -# CONFIG_LSF is not set
59698 -# CONFIG_BLK_DEV_BSG is not set
59699 -
59700 -#
59701 -# IO Schedulers
59702 -#
59703 -CONFIG_IOSCHED_NOOP=y
59704 -CONFIG_IOSCHED_AS=y
59705 -CONFIG_IOSCHED_DEADLINE=y
59706 -CONFIG_IOSCHED_CFQ=y
59707 -CONFIG_DEFAULT_AS=y
59708 -# CONFIG_DEFAULT_DEADLINE is not set
59709 -# CONFIG_DEFAULT_CFQ is not set
59710 -# CONFIG_DEFAULT_NOOP is not set
59711 -CONFIG_DEFAULT_IOSCHED="anticipatory"
59712 -CONFIG_CLASSIC_RCU=y
59713 -
59714 -#
59715 -# Platform support
59716 -#
59717 -# CONFIG_PPC_MULTIPLATFORM is not set
59718 -# CONFIG_PPC_82xx is not set
59719 -CONFIG_PPC_83xx=y
59720 -# CONFIG_PPC_86xx is not set
59721 -# CONFIG_PPC_MPC512x is not set
59722 -# CONFIG_PPC_MPC5121 is not set
59723 -# CONFIG_PPC_CELL is not set
59724 -# CONFIG_PPC_CELL_NATIVE is not set
59725 -# CONFIG_PQ2ADS is not set
59726 -CONFIG_MPC83xx=y
59727 -# CONFIG_MPC831x_RDB is not set
59728 -# CONFIG_MPC832x_MDS is not set
59729 -# CONFIG_MPC832x_RDB is not set
59730 -# CONFIG_MPC834x_MDS is not set
59731 -CONFIG_MPC834x_ITX=y
59732 -# CONFIG_MPC836x_MDS is not set
59733 -# CONFIG_MPC837x_MDS is not set
59734 -# CONFIG_MPC837x_RDB is not set
59735 -# CONFIG_SBC834x is not set
59736 -CONFIG_PPC_MPC834x=y
59737 -CONFIG_IPIC=y
59738 -# CONFIG_MPIC is not set
59739 -# CONFIG_MPIC_WEIRD is not set
59740 -# CONFIG_PPC_I8259 is not set
59741 -# CONFIG_PPC_RTAS is not set
59742 -# CONFIG_MMIO_NVRAM is not set
59743 -# CONFIG_PPC_MPC106 is not set
59744 -# CONFIG_PPC_970_NAP is not set
59745 -# CONFIG_PPC_INDIRECT_IO is not set
59746 -# CONFIG_GENERIC_IOMAP is not set
59747 -# CONFIG_CPU_FREQ is not set
59748 -# CONFIG_FSL_ULI1575 is not set
59749 -
59750 -#
59751 -# Kernel options
59752 -#
59753 -# CONFIG_HIGHMEM is not set
59754 -CONFIG_TICK_ONESHOT=y
59755 -CONFIG_NO_HZ=y
59756 -CONFIG_HIGH_RES_TIMERS=y
59757 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
59758 -# CONFIG_HZ_100 is not set
59759 -CONFIG_HZ_250=y
59760 -# CONFIG_HZ_300 is not set
59761 -# CONFIG_HZ_1000 is not set
59762 -CONFIG_HZ=250
59763 -# CONFIG_SCHED_HRTICK is not set
59764 -CONFIG_PREEMPT_NONE=y
59765 -# CONFIG_PREEMPT_VOLUNTARY is not set
59766 -# CONFIG_PREEMPT is not set
59767 -CONFIG_BINFMT_ELF=y
59768 -# CONFIG_BINFMT_MISC is not set
59769 -# CONFIG_IOMMU_HELPER is not set
59770 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
59771 -CONFIG_ARCH_HAS_WALK_MEMORY=y
59772 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
59773 -CONFIG_ARCH_FLATMEM_ENABLE=y
59774 -CONFIG_ARCH_POPULATES_NODE_MAP=y
59775 -CONFIG_SELECT_MEMORY_MODEL=y
59776 -CONFIG_FLATMEM_MANUAL=y
59777 -# CONFIG_DISCONTIGMEM_MANUAL is not set
59778 -# CONFIG_SPARSEMEM_MANUAL is not set
59779 -CONFIG_FLATMEM=y
59780 -CONFIG_FLAT_NODE_MEM_MAP=y
59781 -# CONFIG_SPARSEMEM_STATIC is not set
59782 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
59783 -CONFIG_SPLIT_PTLOCK_CPUS=4
59784 -# CONFIG_RESOURCES_64BIT is not set
59785 -CONFIG_ZONE_DMA_FLAG=1
59786 -CONFIG_BOUNCE=y
59787 -CONFIG_VIRT_TO_BUS=y
59788 -CONFIG_PROC_DEVICETREE=y
59789 -# CONFIG_CMDLINE_BOOL is not set
59790 -# CONFIG_PM is not set
59791 -CONFIG_SECCOMP=y
59792 -CONFIG_ISA_DMA_API=y
59793 -
59794 -#
59795 -# Bus options
59796 -#
59797 -CONFIG_ZONE_DMA=y
59798 -CONFIG_GENERIC_ISA_DMA=y
59799 -CONFIG_PPC_INDIRECT_PCI=y
59800 -CONFIG_FSL_SOC=y
59801 -CONFIG_PCI=y
59802 -CONFIG_PCI_DOMAINS=y
59803 -CONFIG_PCI_SYSCALL=y
59804 -# CONFIG_PCIEPORTBUS is not set
59805 -CONFIG_ARCH_SUPPORTS_MSI=y
59806 -# CONFIG_PCI_MSI is not set
59807 -CONFIG_PCI_LEGACY=y
59808 -# CONFIG_PCCARD is not set
59809 -# CONFIG_HOTPLUG_PCI is not set
59810 -
59811 -#
59812 -# Advanced setup
59813 -#
59814 -# CONFIG_ADVANCED_OPTIONS is not set
59815 -
59816 -#
59817 -# Default settings for advanced configuration options are used
59818 -#
59819 -CONFIG_HIGHMEM_START=0xfe000000
59820 -CONFIG_LOWMEM_SIZE=0x30000000
59821 -CONFIG_KERNEL_START=0xc0000000
59822 -CONFIG_TASK_SIZE=0xc0000000
59823 -CONFIG_BOOT_LOAD=0x00800000
59824 -
59825 -#
59826 -# Networking
59827 -#
59828 -CONFIG_NET=y
59829 -
59830 -#
59831 -# Networking options
59832 -#
59833 -CONFIG_PACKET=y
59834 -# CONFIG_PACKET_MMAP is not set
59835 -CONFIG_UNIX=y
59836 -CONFIG_XFRM=y
59837 -# CONFIG_XFRM_USER is not set
59838 -# CONFIG_XFRM_SUB_POLICY is not set
59839 -# CONFIG_XFRM_MIGRATE is not set
59840 -# CONFIG_XFRM_STATISTICS is not set
59841 -# CONFIG_NET_KEY is not set
59842 -CONFIG_INET=y
59843 -CONFIG_IP_MULTICAST=y
59844 -# CONFIG_IP_ADVANCED_ROUTER is not set
59845 -CONFIG_IP_FIB_HASH=y
59846 -CONFIG_IP_PNP=y
59847 -CONFIG_IP_PNP_DHCP=y
59848 -CONFIG_IP_PNP_BOOTP=y
59849 -# CONFIG_IP_PNP_RARP is not set
59850 -# CONFIG_NET_IPIP is not set
59851 -# CONFIG_NET_IPGRE is not set
59852 -# CONFIG_IP_MROUTE is not set
59853 -# CONFIG_ARPD is not set
59854 -CONFIG_SYN_COOKIES=y
59855 -# CONFIG_INET_AH is not set
59856 -# CONFIG_INET_ESP is not set
59857 -# CONFIG_INET_IPCOMP is not set
59858 -# CONFIG_INET_XFRM_TUNNEL is not set
59859 -# CONFIG_INET_TUNNEL is not set
59860 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
59861 -CONFIG_INET_XFRM_MODE_TUNNEL=y
59862 -CONFIG_INET_XFRM_MODE_BEET=y
59863 -# CONFIG_INET_LRO is not set
59864 -CONFIG_INET_DIAG=y
59865 -CONFIG_INET_TCP_DIAG=y
59866 -# CONFIG_TCP_CONG_ADVANCED is not set
59867 -CONFIG_TCP_CONG_CUBIC=y
59868 -CONFIG_DEFAULT_TCP_CONG="cubic"
59869 -# CONFIG_TCP_MD5SIG is not set
59870 -# CONFIG_IPV6 is not set
59871 -# CONFIG_INET6_XFRM_TUNNEL is not set
59872 -# CONFIG_INET6_TUNNEL is not set
59873 -# CONFIG_NETWORK_SECMARK is not set
59874 -# CONFIG_NETFILTER is not set
59875 -# CONFIG_IP_DCCP is not set
59876 -# CONFIG_IP_SCTP is not set
59877 -# CONFIG_TIPC is not set
59878 -# CONFIG_ATM is not set
59879 -# CONFIG_BRIDGE is not set
59880 -# CONFIG_VLAN_8021Q is not set
59881 -# CONFIG_DECNET is not set
59882 -# CONFIG_LLC2 is not set
59883 -# CONFIG_IPX is not set
59884 -# CONFIG_ATALK is not set
59885 -# CONFIG_X25 is not set
59886 -# CONFIG_LAPB is not set
59887 -# CONFIG_ECONET is not set
59888 -# CONFIG_WAN_ROUTER is not set
59889 -# CONFIG_NET_SCHED is not set
59890 -
59891 -#
59892 -# Network testing
59893 -#
59894 -# CONFIG_NET_PKTGEN is not set
59895 -# CONFIG_HAMRADIO is not set
59896 -# CONFIG_CAN is not set
59897 -# CONFIG_IRDA is not set
59898 -# CONFIG_BT is not set
59899 -# CONFIG_AF_RXRPC is not set
59900 -
59901 -#
59902 -# Wireless
59903 -#
59904 -# CONFIG_CFG80211 is not set
59905 -# CONFIG_WIRELESS_EXT is not set
59906 -# CONFIG_MAC80211 is not set
59907 -# CONFIG_IEEE80211 is not set
59908 -# CONFIG_RFKILL is not set
59909 -# CONFIG_NET_9P is not set
59910 -
59911 -#
59912 -# Device Drivers
59913 -#
59914 -
59915 -#
59916 -# Generic Driver Options
59917 -#
59918 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
59919 -CONFIG_STANDALONE=y
59920 -CONFIG_PREVENT_FIRMWARE_BUILD=y
59921 -# CONFIG_FW_LOADER is not set
59922 -# CONFIG_SYS_HYPERVISOR is not set
59923 -# CONFIG_CONNECTOR is not set
59924 -CONFIG_MTD=y
59925 -# CONFIG_MTD_DEBUG is not set
59926 -# CONFIG_MTD_CONCAT is not set
59927 -# CONFIG_MTD_PARTITIONS is not set
59928 -
59929 -#
59930 -# User Modules And Translation Layers
59931 -#
59932 -CONFIG_MTD_CHAR=y
59933 -# CONFIG_MTD_BLKDEVS is not set
59934 -# CONFIG_MTD_BLOCK is not set
59935 -# CONFIG_MTD_BLOCK_RO is not set
59936 -# CONFIG_FTL is not set
59937 -# CONFIG_NFTL is not set
59938 -# CONFIG_INFTL is not set
59939 -# CONFIG_RFD_FTL is not set
59940 -# CONFIG_SSFDC is not set
59941 -# CONFIG_MTD_OOPS is not set
59942 -
59943 -#
59944 -# RAM/ROM/Flash chip drivers
59945 -#
59946 -CONFIG_MTD_CFI=y
59947 -# CONFIG_MTD_JEDECPROBE is not set
59948 -CONFIG_MTD_GEN_PROBE=y
59949 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
59950 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
59951 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
59952 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
59953 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
59954 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
59955 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
59956 -CONFIG_MTD_CFI_I1=y
59957 -CONFIG_MTD_CFI_I2=y
59958 -# CONFIG_MTD_CFI_I4 is not set
59959 -# CONFIG_MTD_CFI_I8 is not set
59960 -# CONFIG_MTD_CFI_INTELEXT is not set
59961 -CONFIG_MTD_CFI_AMDSTD=y
59962 -# CONFIG_MTD_CFI_STAA is not set
59963 -CONFIG_MTD_CFI_UTIL=y
59964 -# CONFIG_MTD_RAM is not set
59965 -# CONFIG_MTD_ROM is not set
59966 -# CONFIG_MTD_ABSENT is not set
59967 -
59968 -#
59969 -# Mapping drivers for chip access
59970 -#
59971 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
59972 -CONFIG_MTD_PHYSMAP=y
59973 -CONFIG_MTD_PHYSMAP_START=0xfe000000
59974 -CONFIG_MTD_PHYSMAP_LEN=0x1000000
59975 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
59976 -# CONFIG_MTD_PHYSMAP_OF is not set
59977 -# CONFIG_MTD_INTEL_VR_NOR is not set
59978 -# CONFIG_MTD_PLATRAM is not set
59979 -
59980 -#
59981 -# Self-contained MTD device drivers
59982 -#
59983 -# CONFIG_MTD_PMC551 is not set
59984 -# CONFIG_MTD_DATAFLASH is not set
59985 -# CONFIG_MTD_M25P80 is not set
59986 -# CONFIG_MTD_SLRAM is not set
59987 -# CONFIG_MTD_PHRAM is not set
59988 -# CONFIG_MTD_MTDRAM is not set
59989 -# CONFIG_MTD_BLOCK2MTD is not set
59990 -
59991 -#
59992 -# Disk-On-Chip Device Drivers
59993 -#
59994 -# CONFIG_MTD_DOC2000 is not set
59995 -# CONFIG_MTD_DOC2001 is not set
59996 -# CONFIG_MTD_DOC2001PLUS is not set
59997 -# CONFIG_MTD_NAND is not set
59998 -# CONFIG_MTD_ONENAND is not set
59999 -
60000 -#
60001 -# UBI - Unsorted block images
60002 -#
60003 -# CONFIG_MTD_UBI is not set
60004 -CONFIG_OF_DEVICE=y
60005 -# CONFIG_PARPORT is not set
60006 -CONFIG_BLK_DEV=y
60007 -# CONFIG_BLK_DEV_FD is not set
60008 -# CONFIG_BLK_CPQ_DA is not set
60009 -# CONFIG_BLK_CPQ_CISS_DA is not set
60010 -# CONFIG_BLK_DEV_DAC960 is not set
60011 -# CONFIG_BLK_DEV_UMEM is not set
60012 -# CONFIG_BLK_DEV_COW_COMMON is not set
60013 -CONFIG_BLK_DEV_LOOP=y
60014 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
60015 -# CONFIG_BLK_DEV_NBD is not set
60016 -# CONFIG_BLK_DEV_SX8 is not set
60017 -# CONFIG_BLK_DEV_UB is not set
60018 -CONFIG_BLK_DEV_RAM=y
60019 -CONFIG_BLK_DEV_RAM_COUNT=16
60020 -CONFIG_BLK_DEV_RAM_SIZE=32768
60021 -# CONFIG_BLK_DEV_XIP is not set
60022 -# CONFIG_CDROM_PKTCDVD is not set
60023 -# CONFIG_ATA_OVER_ETH is not set
60024 -CONFIG_MISC_DEVICES=y
60025 -# CONFIG_PHANTOM is not set
60026 -# CONFIG_EEPROM_93CX6 is not set
60027 -# CONFIG_SGI_IOC4 is not set
60028 -# CONFIG_TIFM_CORE is not set
60029 -# CONFIG_ENCLOSURE_SERVICES is not set
60030 -CONFIG_HAVE_IDE=y
60031 -CONFIG_IDE=y
60032 -CONFIG_IDE_MAX_HWIFS=4
60033 -# CONFIG_BLK_DEV_IDE is not set
60034 -# CONFIG_BLK_DEV_HD_ONLY is not set
60035 -# CONFIG_BLK_DEV_HD is not set
60036 -
60037 -#
60038 -# SCSI device support
60039 -#
60040 -# CONFIG_RAID_ATTRS is not set
60041 -CONFIG_SCSI=y
60042 -CONFIG_SCSI_DMA=y
60043 -# CONFIG_SCSI_TGT is not set
60044 -# CONFIG_SCSI_NETLINK is not set
60045 -CONFIG_SCSI_PROC_FS=y
60046 -
60047 -#
60048 -# SCSI support type (disk, tape, CD-ROM)
60049 -#
60050 -CONFIG_BLK_DEV_SD=y
60051 -# CONFIG_CHR_DEV_ST is not set
60052 -# CONFIG_CHR_DEV_OSST is not set
60053 -# CONFIG_BLK_DEV_SR is not set
60054 -CONFIG_CHR_DEV_SG=y
60055 -# CONFIG_CHR_DEV_SCH is not set
60056 -
60057 -#
60058 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
60059 -#
60060 -# CONFIG_SCSI_MULTI_LUN is not set
60061 -# CONFIG_SCSI_CONSTANTS is not set
60062 -# CONFIG_SCSI_LOGGING is not set
60063 -# CONFIG_SCSI_SCAN_ASYNC is not set
60064 -CONFIG_SCSI_WAIT_SCAN=m
60065 -
60066 -#
60067 -# SCSI Transports
60068 -#
60069 -CONFIG_SCSI_SPI_ATTRS=y
60070 -# CONFIG_SCSI_FC_ATTRS is not set
60071 -# CONFIG_SCSI_ISCSI_ATTRS is not set
60072 -# CONFIG_SCSI_SAS_LIBSAS is not set
60073 -# CONFIG_SCSI_SRP_ATTRS is not set
60074 -CONFIG_SCSI_LOWLEVEL=y
60075 -# CONFIG_ISCSI_TCP is not set
60076 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
60077 -# CONFIG_SCSI_3W_9XXX is not set
60078 -# CONFIG_SCSI_ACARD is not set
60079 -# CONFIG_SCSI_AACRAID is not set
60080 -# CONFIG_SCSI_AIC7XXX is not set
60081 -# CONFIG_SCSI_AIC7XXX_OLD is not set
60082 -# CONFIG_SCSI_AIC79XX is not set
60083 -# CONFIG_SCSI_AIC94XX is not set
60084 -# CONFIG_SCSI_DPT_I2O is not set
60085 -# CONFIG_SCSI_ADVANSYS is not set
60086 -# CONFIG_SCSI_ARCMSR is not set
60087 -# CONFIG_MEGARAID_NEWGEN is not set
60088 -# CONFIG_MEGARAID_LEGACY is not set
60089 -# CONFIG_MEGARAID_SAS is not set
60090 -# CONFIG_SCSI_HPTIOP is not set
60091 -# CONFIG_SCSI_BUSLOGIC is not set
60092 -# CONFIG_SCSI_DMX3191D is not set
60093 -# CONFIG_SCSI_EATA is not set
60094 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
60095 -# CONFIG_SCSI_GDTH is not set
60096 -# CONFIG_SCSI_IPS is not set
60097 -# CONFIG_SCSI_INITIO is not set
60098 -# CONFIG_SCSI_INIA100 is not set
60099 -# CONFIG_SCSI_MVSAS is not set
60100 -# CONFIG_SCSI_STEX is not set
60101 -# CONFIG_SCSI_SYM53C8XX_2 is not set
60102 -# CONFIG_SCSI_IPR is not set
60103 -# CONFIG_SCSI_QLOGIC_1280 is not set
60104 -# CONFIG_SCSI_QLA_FC is not set
60105 -# CONFIG_SCSI_QLA_ISCSI is not set
60106 -# CONFIG_SCSI_LPFC is not set
60107 -# CONFIG_SCSI_DC395x is not set
60108 -# CONFIG_SCSI_DC390T is not set
60109 -# CONFIG_SCSI_NSP32 is not set
60110 -# CONFIG_SCSI_DEBUG is not set
60111 -# CONFIG_SCSI_SRP is not set
60112 -CONFIG_ATA=y
60113 -# CONFIG_ATA_NONSTANDARD is not set
60114 -# CONFIG_SATA_AHCI is not set
60115 -# CONFIG_SATA_SVW is not set
60116 -# CONFIG_ATA_PIIX is not set
60117 -# CONFIG_SATA_MV is not set
60118 -# CONFIG_SATA_NV is not set
60119 -# CONFIG_PDC_ADMA is not set
60120 -# CONFIG_SATA_QSTOR is not set
60121 -# CONFIG_SATA_PROMISE is not set
60122 -# CONFIG_SATA_SX4 is not set
60123 -CONFIG_SATA_SIL=y
60124 -# CONFIG_SATA_SIL24 is not set
60125 -# CONFIG_SATA_SIS is not set
60126 -# CONFIG_SATA_ULI is not set
60127 -# CONFIG_SATA_VIA is not set
60128 -# CONFIG_SATA_VITESSE is not set
60129 -# CONFIG_SATA_INIC162X is not set
60130 -# CONFIG_SATA_FSL is not set
60131 -# CONFIG_PATA_ALI is not set
60132 -# CONFIG_PATA_AMD is not set
60133 -# CONFIG_PATA_ARTOP is not set
60134 -# CONFIG_PATA_ATIIXP is not set
60135 -# CONFIG_PATA_CMD640_PCI is not set
60136 -# CONFIG_PATA_CMD64X is not set
60137 -# CONFIG_PATA_CS5520 is not set
60138 -# CONFIG_PATA_CS5530 is not set
60139 -# CONFIG_PATA_CYPRESS is not set
60140 -# CONFIG_PATA_EFAR is not set
60141 -# CONFIG_ATA_GENERIC is not set
60142 -# CONFIG_PATA_HPT366 is not set
60143 -# CONFIG_PATA_HPT37X is not set
60144 -# CONFIG_PATA_HPT3X2N is not set
60145 -# CONFIG_PATA_HPT3X3 is not set
60146 -# CONFIG_PATA_IT821X is not set
60147 -# CONFIG_PATA_IT8213 is not set
60148 -# CONFIG_PATA_JMICRON is not set
60149 -# CONFIG_PATA_TRIFLEX is not set
60150 -# CONFIG_PATA_MARVELL is not set
60151 -# CONFIG_PATA_MPIIX is not set
60152 -# CONFIG_PATA_OLDPIIX is not set
60153 -# CONFIG_PATA_NETCELL is not set
60154 -# CONFIG_PATA_NINJA32 is not set
60155 -# CONFIG_PATA_NS87410 is not set
60156 -# CONFIG_PATA_NS87415 is not set
60157 -# CONFIG_PATA_OPTI is not set
60158 -# CONFIG_PATA_OPTIDMA is not set
60159 -# CONFIG_PATA_PDC_OLD is not set
60160 -# CONFIG_PATA_RADISYS is not set
60161 -# CONFIG_PATA_RZ1000 is not set
60162 -# CONFIG_PATA_SC1200 is not set
60163 -# CONFIG_PATA_SERVERWORKS is not set
60164 -# CONFIG_PATA_PDC2027X is not set
60165 -# CONFIG_PATA_SIL680 is not set
60166 -# CONFIG_PATA_SIS is not set
60167 -# CONFIG_PATA_VIA is not set
60168 -# CONFIG_PATA_WINBOND is not set
60169 -CONFIG_PATA_PLATFORM=y
60170 -CONFIG_PATA_OF_PLATFORM=y
60171 -CONFIG_MD=y
60172 -CONFIG_BLK_DEV_MD=y
60173 -CONFIG_MD_LINEAR=y
60174 -CONFIG_MD_RAID0=y
60175 -CONFIG_MD_RAID1=y
60176 -# CONFIG_MD_RAID10 is not set
60177 -# CONFIG_MD_RAID456 is not set
60178 -# CONFIG_MD_MULTIPATH is not set
60179 -# CONFIG_MD_FAULTY is not set
60180 -# CONFIG_BLK_DEV_DM is not set
60181 -# CONFIG_FUSION is not set
60182 -
60183 -#
60184 -# IEEE 1394 (FireWire) support
60185 -#
60186 -# CONFIG_FIREWIRE is not set
60187 -# CONFIG_IEEE1394 is not set
60188 -# CONFIG_I2O is not set
60189 -# CONFIG_MACINTOSH_DRIVERS is not set
60190 -CONFIG_NETDEVICES=y
60191 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
60192 -# CONFIG_DUMMY is not set
60193 -# CONFIG_BONDING is not set
60194 -# CONFIG_MACVLAN is not set
60195 -# CONFIG_EQUALIZER is not set
60196 -# CONFIG_TUN is not set
60197 -# CONFIG_VETH is not set
60198 -# CONFIG_ARCNET is not set
60199 -CONFIG_PHYLIB=y
60200 -
60201 -#
60202 -# MII PHY device drivers
60203 -#
60204 -# CONFIG_MARVELL_PHY is not set
60205 -# CONFIG_DAVICOM_PHY is not set
60206 -# CONFIG_QSEMI_PHY is not set
60207 -# CONFIG_LXT_PHY is not set
60208 -CONFIG_CICADA_PHY=y
60209 -# CONFIG_VITESSE_PHY is not set
60210 -# CONFIG_SMSC_PHY is not set
60211 -# CONFIG_BROADCOM_PHY is not set
60212 -# CONFIG_ICPLUS_PHY is not set
60213 -# CONFIG_REALTEK_PHY is not set
60214 -# CONFIG_FIXED_PHY is not set
60215 -# CONFIG_MDIO_BITBANG is not set
60216 -# CONFIG_NET_ETHERNET is not set
60217 -CONFIG_NETDEV_1000=y
60218 -# CONFIG_ACENIC is not set
60219 -# CONFIG_DL2K is not set
60220 -# CONFIG_E1000 is not set
60221 -# CONFIG_E1000E is not set
60222 -# CONFIG_E1000E_ENABLED is not set
60223 -# CONFIG_IP1000 is not set
60224 -# CONFIG_IGB is not set
60225 -# CONFIG_NS83820 is not set
60226 -# CONFIG_HAMACHI is not set
60227 -# CONFIG_YELLOWFIN is not set
60228 -# CONFIG_R8169 is not set
60229 -# CONFIG_SIS190 is not set
60230 -# CONFIG_SKGE is not set
60231 -# CONFIG_SKY2 is not set
60232 -# CONFIG_SK98LIN is not set
60233 -# CONFIG_VIA_VELOCITY is not set
60234 -# CONFIG_TIGON3 is not set
60235 -# CONFIG_BNX2 is not set
60236 -CONFIG_GIANFAR=y
60237 -CONFIG_GFAR_NAPI=y
60238 -# CONFIG_QLA3XXX is not set
60239 -# CONFIG_ATL1 is not set
60240 -CONFIG_NETDEV_10000=y
60241 -# CONFIG_CHELSIO_T1 is not set
60242 -# CONFIG_CHELSIO_T3 is not set
60243 -# CONFIG_IXGBE is not set
60244 -# CONFIG_IXGB is not set
60245 -# CONFIG_S2IO is not set
60246 -# CONFIG_MYRI10GE is not set
60247 -# CONFIG_NETXEN_NIC is not set
60248 -# CONFIG_NIU is not set
60249 -# CONFIG_MLX4_CORE is not set
60250 -# CONFIG_TEHUTI is not set
60251 -# CONFIG_BNX2X is not set
60252 -# CONFIG_TR is not set
60253 -
60254 -#
60255 -# Wireless LAN
60256 -#
60257 -# CONFIG_WLAN_PRE80211 is not set
60258 -# CONFIG_WLAN_80211 is not set
60259 -
60260 -#
60261 -# USB Network Adapters
60262 -#
60263 -# CONFIG_USB_CATC is not set
60264 -# CONFIG_USB_KAWETH is not set
60265 -# CONFIG_USB_PEGASUS is not set
60266 -# CONFIG_USB_RTL8150 is not set
60267 -# CONFIG_USB_USBNET is not set
60268 -# CONFIG_WAN is not set
60269 -# CONFIG_FDDI is not set
60270 -# CONFIG_HIPPI is not set
60271 -# CONFIG_PPP is not set
60272 -# CONFIG_SLIP is not set
60273 -# CONFIG_NET_FC is not set
60274 -# CONFIG_NETCONSOLE is not set
60275 -# CONFIG_NETPOLL is not set
60276 -# CONFIG_NET_POLL_CONTROLLER is not set
60277 -# CONFIG_ISDN is not set
60278 -# CONFIG_PHONE is not set
60279 -
60280 -#
60281 -# Input device support
60282 -#
60283 -# CONFIG_INPUT is not set
60284 -
60285 -#
60286 -# Hardware I/O ports
60287 -#
60288 -# CONFIG_SERIO is not set
60289 -# CONFIG_GAMEPORT is not set
60290 -
60291 -#
60292 -# Character devices
60293 -#
60294 -# CONFIG_VT is not set
60295 -# CONFIG_SERIAL_NONSTANDARD is not set
60296 -# CONFIG_NOZOMI is not set
60297 -
60298 -#
60299 -# Serial drivers
60300 -#
60301 -CONFIG_SERIAL_8250=y
60302 -CONFIG_SERIAL_8250_CONSOLE=y
60303 -# CONFIG_SERIAL_8250_PCI is not set
60304 -CONFIG_SERIAL_8250_NR_UARTS=4
60305 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
60306 -# CONFIG_SERIAL_8250_EXTENDED is not set
60307 -
60308 -#
60309 -# Non-8250 serial port support
60310 -#
60311 -# CONFIG_SERIAL_UARTLITE is not set
60312 -CONFIG_SERIAL_CORE=y
60313 -CONFIG_SERIAL_CORE_CONSOLE=y
60314 -# CONFIG_SERIAL_JSM is not set
60315 -# CONFIG_SERIAL_OF_PLATFORM is not set
60316 -CONFIG_UNIX98_PTYS=y
60317 -CONFIG_LEGACY_PTYS=y
60318 -CONFIG_LEGACY_PTY_COUNT=256
60319 -# CONFIG_IPMI_HANDLER is not set
60320 -CONFIG_HW_RANDOM=y
60321 -# CONFIG_NVRAM is not set
60322 -# CONFIG_GEN_RTC is not set
60323 -# CONFIG_R3964 is not set
60324 -# CONFIG_APPLICOM is not set
60325 -# CONFIG_RAW_DRIVER is not set
60326 -# CONFIG_TCG_TPM is not set
60327 -CONFIG_DEVPORT=y
60328 -CONFIG_I2C=y
60329 -CONFIG_I2C_BOARDINFO=y
60330 -CONFIG_I2C_CHARDEV=y
60331 -
60332 -#
60333 -# I2C Algorithms
60334 -#
60335 -# CONFIG_I2C_ALGOBIT is not set
60336 -# CONFIG_I2C_ALGOPCF is not set
60337 -# CONFIG_I2C_ALGOPCA is not set
60338 -
60339 -#
60340 -# I2C Hardware Bus support
60341 -#
60342 -# CONFIG_I2C_ALI1535 is not set
60343 -# CONFIG_I2C_ALI1563 is not set
60344 -# CONFIG_I2C_ALI15X3 is not set
60345 -# CONFIG_I2C_AMD756 is not set
60346 -# CONFIG_I2C_AMD8111 is not set
60347 -# CONFIG_I2C_I801 is not set
60348 -# CONFIG_I2C_I810 is not set
60349 -# CONFIG_I2C_PIIX4 is not set
60350 -CONFIG_I2C_MPC=y
60351 -# CONFIG_I2C_NFORCE2 is not set
60352 -# CONFIG_I2C_OCORES is not set
60353 -# CONFIG_I2C_PARPORT_LIGHT is not set
60354 -# CONFIG_I2C_PROSAVAGE is not set
60355 -# CONFIG_I2C_SAVAGE4 is not set
60356 -# CONFIG_I2C_SIMTEC is not set
60357 -# CONFIG_I2C_SIS5595 is not set
60358 -# CONFIG_I2C_SIS630 is not set
60359 -# CONFIG_I2C_SIS96X is not set
60360 -# CONFIG_I2C_TAOS_EVM is not set
60361 -# CONFIG_I2C_STUB is not set
60362 -# CONFIG_I2C_TINY_USB is not set
60363 -# CONFIG_I2C_VIA is not set
60364 -# CONFIG_I2C_VIAPRO is not set
60365 -# CONFIG_I2C_VOODOO3 is not set
60366 -
60367 -#
60368 -# Miscellaneous I2C Chip support
60369 -#
60370 -# CONFIG_DS1682 is not set
60371 -# CONFIG_SENSORS_EEPROM is not set
60372 -CONFIG_SENSORS_PCF8574=y
60373 -# CONFIG_PCF8575 is not set
60374 -# CONFIG_SENSORS_PCF8591 is not set
60375 -# CONFIG_TPS65010 is not set
60376 -# CONFIG_SENSORS_MAX6875 is not set
60377 -# CONFIG_SENSORS_TSL2550 is not set
60378 -# CONFIG_I2C_DEBUG_CORE is not set
60379 -# CONFIG_I2C_DEBUG_ALGO is not set
60380 -# CONFIG_I2C_DEBUG_BUS is not set
60381 -# CONFIG_I2C_DEBUG_CHIP is not set
60382 -
60383 -#
60384 -# SPI support
60385 -#
60386 -CONFIG_SPI=y
60387 -CONFIG_SPI_MASTER=y
60388 -
60389 -#
60390 -# SPI Master Controller Drivers
60391 -#
60392 -CONFIG_SPI_BITBANG=y
60393 -CONFIG_SPI_MPC83xx=y
60394 -
60395 -#
60396 -# SPI Protocol Masters
60397 -#
60398 -# CONFIG_SPI_AT25 is not set
60399 -# CONFIG_SPI_SPIDEV is not set
60400 -# CONFIG_SPI_TLE62X0 is not set
60401 -# CONFIG_W1 is not set
60402 -# CONFIG_POWER_SUPPLY is not set
60403 -# CONFIG_HWMON is not set
60404 -# CONFIG_THERMAL is not set
60405 -CONFIG_WATCHDOG=y
60406 -# CONFIG_WATCHDOG_NOWAYOUT is not set
60407 -
60408 -#
60409 -# Watchdog Device Drivers
60410 -#
60411 -# CONFIG_SOFT_WATCHDOG is not set
60412 -CONFIG_83xx_WDT=y
60413 -
60414 -#
60415 -# PCI-based Watchdog Cards
60416 -#
60417 -# CONFIG_PCIPCWATCHDOG is not set
60418 -# CONFIG_WDTPCI is not set
60419 -
60420 -#
60421 -# USB-based Watchdog Cards
60422 -#
60423 -# CONFIG_USBPCWATCHDOG is not set
60424 -
60425 -#
60426 -# Sonics Silicon Backplane
60427 -#
60428 -CONFIG_SSB_POSSIBLE=y
60429 -# CONFIG_SSB is not set
60430 -
60431 -#
60432 -# Multifunction device drivers
60433 -#
60434 -# CONFIG_MFD_SM501 is not set
60435 -
60436 -#
60437 -# Multimedia devices
60438 -#
60439 -# CONFIG_VIDEO_DEV is not set
60440 -# CONFIG_DVB_CORE is not set
60441 -CONFIG_DAB=y
60442 -# CONFIG_USB_DABUSB is not set
60443 -
60444 -#
60445 -# Graphics support
60446 -#
60447 -# CONFIG_AGP is not set
60448 -# CONFIG_DRM is not set
60449 -# CONFIG_VGASTATE is not set
60450 -CONFIG_VIDEO_OUTPUT_CONTROL=m
60451 -# CONFIG_FB is not set
60452 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
60453 -
60454 -#
60455 -# Display device support
60456 -#
60457 -# CONFIG_DISPLAY_SUPPORT is not set
60458 -
60459 -#
60460 -# Sound
60461 -#
60462 -# CONFIG_SOUND is not set
60463 -CONFIG_USB_SUPPORT=y
60464 -CONFIG_USB_ARCH_HAS_HCD=y
60465 -CONFIG_USB_ARCH_HAS_OHCI=y
60466 -CONFIG_USB_ARCH_HAS_EHCI=y
60467 -CONFIG_USB=y
60468 -# CONFIG_USB_DEBUG is not set
60469 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
60470 -
60471 -#
60472 -# Miscellaneous USB options
60473 -#
60474 -CONFIG_USB_DEVICEFS=y
60475 -CONFIG_USB_DEVICE_CLASS=y
60476 -# CONFIG_USB_DYNAMIC_MINORS is not set
60477 -# CONFIG_USB_OTG is not set
60478 -
60479 -#
60480 -# USB Host Controller Drivers
60481 -#
60482 -CONFIG_USB_EHCI_HCD=y
60483 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
60484 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
60485 -CONFIG_USB_EHCI_FSL=y
60486 -CONFIG_USB_EHCI_HCD_PPC_OF=y
60487 -# CONFIG_USB_ISP116X_HCD is not set
60488 -# CONFIG_USB_OHCI_HCD is not set
60489 -CONFIG_USB_UHCI_HCD=y
60490 -# CONFIG_USB_SL811_HCD is not set
60491 -# CONFIG_USB_R8A66597_HCD is not set
60492 -
60493 -#
60494 -# USB Device Class drivers
60495 -#
60496 -# CONFIG_USB_ACM is not set
60497 -# CONFIG_USB_PRINTER is not set
60498 -
60499 -#
60500 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
60501 -#
60502 -
60503 -#
60504 -# may also be needed; see USB_STORAGE Help for more information
60505 -#
60506 -CONFIG_USB_STORAGE=y
60507 -# CONFIG_USB_STORAGE_DEBUG is not set
60508 -# CONFIG_USB_STORAGE_DATAFAB is not set
60509 -# CONFIG_USB_STORAGE_FREECOM is not set
60510 -# CONFIG_USB_STORAGE_ISD200 is not set
60511 -# CONFIG_USB_STORAGE_DPCM is not set
60512 -# CONFIG_USB_STORAGE_USBAT is not set
60513 -# CONFIG_USB_STORAGE_SDDR09 is not set
60514 -# CONFIG_USB_STORAGE_SDDR55 is not set
60515 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
60516 -# CONFIG_USB_STORAGE_ALAUDA is not set
60517 -# CONFIG_USB_STORAGE_KARMA is not set
60518 -# CONFIG_USB_LIBUSUAL is not set
60519 -
60520 -#
60521 -# USB Imaging devices
60522 -#
60523 -# CONFIG_USB_MDC800 is not set
60524 -# CONFIG_USB_MICROTEK is not set
60525 -CONFIG_USB_MON=y
60526 -
60527 -#
60528 -# USB port drivers
60529 -#
60530 -# CONFIG_USB_SERIAL is not set
60531 -
60532 -#
60533 -# USB Miscellaneous drivers
60534 -#
60535 -# CONFIG_USB_EMI62 is not set
60536 -# CONFIG_USB_EMI26 is not set
60537 -# CONFIG_USB_ADUTUX is not set
60538 -# CONFIG_USB_AUERSWALD is not set
60539 -# CONFIG_USB_RIO500 is not set
60540 -# CONFIG_USB_LEGOTOWER is not set
60541 -# CONFIG_USB_LCD is not set
60542 -# CONFIG_USB_BERRY_CHARGE is not set
60543 -# CONFIG_USB_LED is not set
60544 -# CONFIG_USB_CYPRESS_CY7C63 is not set
60545 -# CONFIG_USB_CYTHERM is not set
60546 -# CONFIG_USB_PHIDGET is not set
60547 -# CONFIG_USB_IDMOUSE is not set
60548 -# CONFIG_USB_FTDI_ELAN is not set
60549 -# CONFIG_USB_APPLEDISPLAY is not set
60550 -# CONFIG_USB_SISUSBVGA is not set
60551 -# CONFIG_USB_LD is not set
60552 -# CONFIG_USB_TRANCEVIBRATOR is not set
60553 -# CONFIG_USB_IOWARRIOR is not set
60554 -# CONFIG_USB_TEST is not set
60555 -# CONFIG_USB_GADGET is not set
60556 -# CONFIG_MMC is not set
60557 -# CONFIG_MEMSTICK is not set
60558 -# CONFIG_NEW_LEDS is not set
60559 -# CONFIG_INFINIBAND is not set
60560 -# CONFIG_EDAC is not set
60561 -CONFIG_RTC_LIB=y
60562 -CONFIG_RTC_CLASS=y
60563 -CONFIG_RTC_HCTOSYS=y
60564 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
60565 -# CONFIG_RTC_DEBUG is not set
60566 -
60567 -#
60568 -# RTC interfaces
60569 -#
60570 -CONFIG_RTC_INTF_SYSFS=y
60571 -CONFIG_RTC_INTF_PROC=y
60572 -CONFIG_RTC_INTF_DEV=y
60573 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
60574 -# CONFIG_RTC_DRV_TEST is not set
60575 -
60576 -#
60577 -# I2C RTC drivers
60578 -#
60579 -CONFIG_RTC_DRV_DS1307=y
60580 -# CONFIG_RTC_DRV_DS1374 is not set
60581 -# CONFIG_RTC_DRV_DS1672 is not set
60582 -# CONFIG_RTC_DRV_MAX6900 is not set
60583 -# CONFIG_RTC_DRV_RS5C372 is not set
60584 -# CONFIG_RTC_DRV_ISL1208 is not set
60585 -# CONFIG_RTC_DRV_X1205 is not set
60586 -# CONFIG_RTC_DRV_PCF8563 is not set
60587 -# CONFIG_RTC_DRV_PCF8583 is not set
60588 -# CONFIG_RTC_DRV_M41T80 is not set
60589 -# CONFIG_RTC_DRV_S35390A is not set
60590 -
60591 -#
60592 -# SPI RTC drivers
60593 -#
60594 -# CONFIG_RTC_DRV_MAX6902 is not set
60595 -# CONFIG_RTC_DRV_R9701 is not set
60596 -# CONFIG_RTC_DRV_RS5C348 is not set
60597 -
60598 -#
60599 -# Platform RTC drivers
60600 -#
60601 -# CONFIG_RTC_DRV_CMOS is not set
60602 -# CONFIG_RTC_DRV_DS1511 is not set
60603 -# CONFIG_RTC_DRV_DS1553 is not set
60604 -# CONFIG_RTC_DRV_DS1742 is not set
60605 -# CONFIG_RTC_DRV_STK17TA8 is not set
60606 -# CONFIG_RTC_DRV_M48T86 is not set
60607 -# CONFIG_RTC_DRV_M48T59 is not set
60608 -# CONFIG_RTC_DRV_V3020 is not set
60609 -
60610 -#
60611 -# on-CPU RTC drivers
60612 -#
60613 -# CONFIG_DMADEVICES is not set
60614 -
60615 -#
60616 -# Userspace I/O
60617 -#
60618 -# CONFIG_UIO is not set
60619 -
60620 -#
60621 -# File systems
60622 -#
60623 -CONFIG_EXT2_FS=y
60624 -# CONFIG_EXT2_FS_XATTR is not set
60625 -# CONFIG_EXT2_FS_XIP is not set
60626 -CONFIG_EXT3_FS=y
60627 -CONFIG_EXT3_FS_XATTR=y
60628 -# CONFIG_EXT3_FS_POSIX_ACL is not set
60629 -# CONFIG_EXT3_FS_SECURITY is not set
60630 -# CONFIG_EXT4DEV_FS is not set
60631 -CONFIG_JBD=y
60632 -CONFIG_FS_MBCACHE=y
60633 -# CONFIG_REISERFS_FS is not set
60634 -# CONFIG_JFS_FS is not set
60635 -# CONFIG_FS_POSIX_ACL is not set
60636 -# CONFIG_XFS_FS is not set
60637 -# CONFIG_GFS2_FS is not set
60638 -# CONFIG_OCFS2_FS is not set
60639 -CONFIG_DNOTIFY=y
60640 -CONFIG_INOTIFY=y
60641 -CONFIG_INOTIFY_USER=y
60642 -# CONFIG_QUOTA is not set
60643 -# CONFIG_AUTOFS_FS is not set
60644 -# CONFIG_AUTOFS4_FS is not set
60645 -# CONFIG_FUSE_FS is not set
60646 -
60647 -#
60648 -# CD-ROM/DVD Filesystems
60649 -#
60650 -# CONFIG_ISO9660_FS is not set
60651 -# CONFIG_UDF_FS is not set
60652 -
60653 -#
60654 -# DOS/FAT/NT Filesystems
60655 -#
60656 -CONFIG_FAT_FS=y
60657 -CONFIG_MSDOS_FS=y
60658 -CONFIG_VFAT_FS=y
60659 -CONFIG_FAT_DEFAULT_CODEPAGE=437
60660 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
60661 -# CONFIG_NTFS_FS is not set
60662 -
60663 -#
60664 -# Pseudo filesystems
60665 -#
60666 -CONFIG_PROC_FS=y
60667 -CONFIG_PROC_KCORE=y
60668 -CONFIG_PROC_SYSCTL=y
60669 -CONFIG_SYSFS=y
60670 -CONFIG_TMPFS=y
60671 -# CONFIG_TMPFS_POSIX_ACL is not set
60672 -# CONFIG_HUGETLB_PAGE is not set
60673 -# CONFIG_CONFIGFS_FS is not set
60674 -
60675 -#
60676 -# Miscellaneous filesystems
60677 -#
60678 -# CONFIG_ADFS_FS is not set
60679 -# CONFIG_AFFS_FS is not set
60680 -# CONFIG_HFS_FS is not set
60681 -# CONFIG_HFSPLUS_FS is not set
60682 -# CONFIG_BEFS_FS is not set
60683 -# CONFIG_BFS_FS is not set
60684 -# CONFIG_EFS_FS is not set
60685 -# CONFIG_JFFS2_FS is not set
60686 -# CONFIG_CRAMFS is not set
60687 -# CONFIG_VXFS_FS is not set
60688 -# CONFIG_MINIX_FS is not set
60689 -# CONFIG_HPFS_FS is not set
60690 -# CONFIG_QNX4FS_FS is not set
60691 -# CONFIG_ROMFS_FS is not set
60692 -# CONFIG_SYSV_FS is not set
60693 -# CONFIG_UFS_FS is not set
60694 -CONFIG_NETWORK_FILESYSTEMS=y
60695 -CONFIG_NFS_FS=y
60696 -CONFIG_NFS_V3=y
60697 -# CONFIG_NFS_V3_ACL is not set
60698 -CONFIG_NFS_V4=y
60699 -# CONFIG_NFS_DIRECTIO is not set
60700 -# CONFIG_NFSD is not set
60701 -CONFIG_ROOT_NFS=y
60702 -CONFIG_LOCKD=y
60703 -CONFIG_LOCKD_V4=y
60704 -CONFIG_NFS_COMMON=y
60705 -CONFIG_SUNRPC=y
60706 -CONFIG_SUNRPC_GSS=y
60707 -# CONFIG_SUNRPC_BIND34 is not set
60708 -CONFIG_RPCSEC_GSS_KRB5=y
60709 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
60710 -# CONFIG_SMB_FS is not set
60711 -# CONFIG_CIFS is not set
60712 -# CONFIG_NCP_FS is not set
60713 -# CONFIG_CODA_FS is not set
60714 -# CONFIG_AFS_FS is not set
60715 -
60716 -#
60717 -# Partition Types
60718 -#
60719 -CONFIG_PARTITION_ADVANCED=y
60720 -# CONFIG_ACORN_PARTITION is not set
60721 -# CONFIG_OSF_PARTITION is not set
60722 -# CONFIG_AMIGA_PARTITION is not set
60723 -# CONFIG_ATARI_PARTITION is not set
60724 -CONFIG_MAC_PARTITION=y
60725 -CONFIG_MSDOS_PARTITION=y
60726 -# CONFIG_BSD_DISKLABEL is not set
60727 -# CONFIG_MINIX_SUBPARTITION is not set
60728 -# CONFIG_SOLARIS_X86_PARTITION is not set
60729 -# CONFIG_UNIXWARE_DISKLABEL is not set
60730 -# CONFIG_LDM_PARTITION is not set
60731 -# CONFIG_SGI_PARTITION is not set
60732 -# CONFIG_ULTRIX_PARTITION is not set
60733 -# CONFIG_SUN_PARTITION is not set
60734 -# CONFIG_KARMA_PARTITION is not set
60735 -# CONFIG_EFI_PARTITION is not set
60736 -# CONFIG_SYSV68_PARTITION is not set
60737 -CONFIG_NLS=y
60738 -CONFIG_NLS_DEFAULT="iso8859-1"
60739 -# CONFIG_NLS_CODEPAGE_437 is not set
60740 -# CONFIG_NLS_CODEPAGE_737 is not set
60741 -# CONFIG_NLS_CODEPAGE_775 is not set
60742 -# CONFIG_NLS_CODEPAGE_850 is not set
60743 -# CONFIG_NLS_CODEPAGE_852 is not set
60744 -# CONFIG_NLS_CODEPAGE_855 is not set
60745 -# CONFIG_NLS_CODEPAGE_857 is not set
60746 -# CONFIG_NLS_CODEPAGE_860 is not set
60747 -# CONFIG_NLS_CODEPAGE_861 is not set
60748 -# CONFIG_NLS_CODEPAGE_862 is not set
60749 -# CONFIG_NLS_CODEPAGE_863 is not set
60750 -# CONFIG_NLS_CODEPAGE_864 is not set
60751 -# CONFIG_NLS_CODEPAGE_865 is not set
60752 -# CONFIG_NLS_CODEPAGE_866 is not set
60753 -# CONFIG_NLS_CODEPAGE_869 is not set
60754 -# CONFIG_NLS_CODEPAGE_936 is not set
60755 -# CONFIG_NLS_CODEPAGE_950 is not set
60756 -# CONFIG_NLS_CODEPAGE_932 is not set
60757 -# CONFIG_NLS_CODEPAGE_949 is not set
60758 -# CONFIG_NLS_CODEPAGE_874 is not set
60759 -# CONFIG_NLS_ISO8859_8 is not set
60760 -# CONFIG_NLS_CODEPAGE_1250 is not set
60761 -# CONFIG_NLS_CODEPAGE_1251 is not set
60762 -# CONFIG_NLS_ASCII is not set
60763 -# CONFIG_NLS_ISO8859_1 is not set
60764 -# CONFIG_NLS_ISO8859_2 is not set
60765 -# CONFIG_NLS_ISO8859_3 is not set
60766 -# CONFIG_NLS_ISO8859_4 is not set
60767 -# CONFIG_NLS_ISO8859_5 is not set
60768 -# CONFIG_NLS_ISO8859_6 is not set
60769 -# CONFIG_NLS_ISO8859_7 is not set
60770 -# CONFIG_NLS_ISO8859_9 is not set
60771 -# CONFIG_NLS_ISO8859_13 is not set
60772 -# CONFIG_NLS_ISO8859_14 is not set
60773 -# CONFIG_NLS_ISO8859_15 is not set
60774 -# CONFIG_NLS_KOI8_R is not set
60775 -# CONFIG_NLS_KOI8_U is not set
60776 -# CONFIG_NLS_UTF8 is not set
60777 -# CONFIG_DLM is not set
60778 -
60779 -#
60780 -# Library routines
60781 -#
60782 -CONFIG_BITREVERSE=y
60783 -# CONFIG_CRC_CCITT is not set
60784 -# CONFIG_CRC16 is not set
60785 -# CONFIG_CRC_ITU_T is not set
60786 -CONFIG_CRC32=y
60787 -# CONFIG_CRC7 is not set
60788 -# CONFIG_LIBCRC32C is not set
60789 -CONFIG_PLIST=y
60790 -CONFIG_HAS_IOMEM=y
60791 -CONFIG_HAS_IOPORT=y
60792 -CONFIG_HAS_DMA=y
60793 -
60794 -#
60795 -# Kernel hacking
60796 -#
60797 -# CONFIG_PRINTK_TIME is not set
60798 -CONFIG_ENABLE_WARN_DEPRECATED=y
60799 -CONFIG_ENABLE_MUST_CHECK=y
60800 -# CONFIG_MAGIC_SYSRQ is not set
60801 -# CONFIG_UNUSED_SYMBOLS is not set
60802 -# CONFIG_DEBUG_FS is not set
60803 -# CONFIG_HEADERS_CHECK is not set
60804 -# CONFIG_DEBUG_KERNEL is not set
60805 -# CONFIG_SLUB_DEBUG_ON is not set
60806 -# CONFIG_SLUB_STATS is not set
60807 -# CONFIG_DEBUG_BUGVERBOSE is not set
60808 -# CONFIG_SAMPLES is not set
60809 -# CONFIG_PPC_EARLY_DEBUG is not set
60810 -
60811 -#
60812 -# Security options
60813 -#
60814 -# CONFIG_KEYS is not set
60815 -# CONFIG_SECURITY is not set
60816 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
60817 -CONFIG_CRYPTO=y
60818 -CONFIG_CRYPTO_ALGAPI=y
60819 -CONFIG_CRYPTO_BLKCIPHER=y
60820 -# CONFIG_CRYPTO_SEQIV is not set
60821 -CONFIG_CRYPTO_MANAGER=y
60822 -# CONFIG_CRYPTO_HMAC is not set
60823 -# CONFIG_CRYPTO_XCBC is not set
60824 -# CONFIG_CRYPTO_NULL is not set
60825 -# CONFIG_CRYPTO_MD4 is not set
60826 -CONFIG_CRYPTO_MD5=y
60827 -# CONFIG_CRYPTO_SHA1 is not set
60828 -# CONFIG_CRYPTO_SHA256 is not set
60829 -# CONFIG_CRYPTO_SHA512 is not set
60830 -# CONFIG_CRYPTO_WP512 is not set
60831 -# CONFIG_CRYPTO_TGR192 is not set
60832 -# CONFIG_CRYPTO_GF128MUL is not set
60833 -# CONFIG_CRYPTO_ECB is not set
60834 -CONFIG_CRYPTO_CBC=y
60835 -CONFIG_CRYPTO_PCBC=m
60836 -# CONFIG_CRYPTO_LRW is not set
60837 -# CONFIG_CRYPTO_XTS is not set
60838 -# CONFIG_CRYPTO_CTR is not set
60839 -# CONFIG_CRYPTO_GCM is not set
60840 -# CONFIG_CRYPTO_CCM is not set
60841 -# CONFIG_CRYPTO_CRYPTD is not set
60842 -CONFIG_CRYPTO_DES=y
60843 -# CONFIG_CRYPTO_FCRYPT is not set
60844 -# CONFIG_CRYPTO_BLOWFISH is not set
60845 -# CONFIG_CRYPTO_TWOFISH is not set
60846 -# CONFIG_CRYPTO_SERPENT is not set
60847 -# CONFIG_CRYPTO_AES is not set
60848 -# CONFIG_CRYPTO_CAST5 is not set
60849 -# CONFIG_CRYPTO_CAST6 is not set
60850 -# CONFIG_CRYPTO_TEA is not set
60851 -# CONFIG_CRYPTO_ARC4 is not set
60852 -# CONFIG_CRYPTO_KHAZAD is not set
60853 -# CONFIG_CRYPTO_ANUBIS is not set
60854 -# CONFIG_CRYPTO_SEED is not set
60855 -# CONFIG_CRYPTO_SALSA20 is not set
60856 -# CONFIG_CRYPTO_DEFLATE is not set
60857 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
60858 -# CONFIG_CRYPTO_CRC32C is not set
60859 -# CONFIG_CRYPTO_CAMELLIA is not set
60860 -# CONFIG_CRYPTO_TEST is not set
60861 -# CONFIG_CRYPTO_AUTHENC is not set
60862 -# CONFIG_CRYPTO_LZO is not set
60863 -CONFIG_CRYPTO_HW=y
60864 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
60865 -# CONFIG_PPC_CLOCK is not set
60866 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itxgp_defconfig powerpc.git/arch/powerpc/configs/mpc834x_itxgp_defconfig
60867 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itxgp_defconfig       2008-04-11 22:32:29.000000000 +0200
60868 +++ powerpc.git/arch/powerpc/configs/mpc834x_itxgp_defconfig    1970-01-01 01:00:00.000000000 +0100
60869 @@ -1,1222 +0,0 @@
60870 -#
60871 -# Automatically generated make config: don't edit
60872 -# Linux kernel version: 2.6.25-rc6
60873 -# Mon Mar 24 08:48:18 2008
60874 -#
60875 -# CONFIG_PPC64 is not set
60876 -
60877 -#
60878 -# Processor support
60879 -#
60880 -CONFIG_6xx=y
60881 -# CONFIG_PPC_85xx is not set
60882 -# CONFIG_PPC_8xx is not set
60883 -# CONFIG_40x is not set
60884 -# CONFIG_44x is not set
60885 -# CONFIG_E200 is not set
60886 -CONFIG_PPC_FPU=y
60887 -# CONFIG_FSL_EMB_PERFMON is not set
60888 -CONFIG_PPC_STD_MMU=y
60889 -CONFIG_PPC_STD_MMU_32=y
60890 -# CONFIG_PPC_MM_SLICES is not set
60891 -# CONFIG_SMP is not set
60892 -CONFIG_PPC32=y
60893 -CONFIG_WORD_SIZE=32
60894 -CONFIG_PPC_MERGE=y
60895 -CONFIG_MMU=y
60896 -CONFIG_GENERIC_CMOS_UPDATE=y
60897 -CONFIG_GENERIC_TIME=y
60898 -CONFIG_GENERIC_TIME_VSYSCALL=y
60899 -CONFIG_GENERIC_CLOCKEVENTS=y
60900 -CONFIG_GENERIC_HARDIRQS=y
60901 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
60902 -CONFIG_IRQ_PER_CPU=y
60903 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
60904 -CONFIG_ARCH_HAS_ILOG2_U32=y
60905 -CONFIG_GENERIC_HWEIGHT=y
60906 -CONFIG_GENERIC_CALIBRATE_DELAY=y
60907 -CONFIG_GENERIC_FIND_NEXT_BIT=y
60908 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
60909 -CONFIG_PPC=y
60910 -CONFIG_EARLY_PRINTK=y
60911 -CONFIG_GENERIC_NVRAM=y
60912 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
60913 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
60914 -CONFIG_PPC_OF=y
60915 -CONFIG_OF=y
60916 -CONFIG_PPC_UDBG_16550=y
60917 -# CONFIG_GENERIC_TBSYNC is not set
60918 -CONFIG_AUDIT_ARCH=y
60919 -CONFIG_GENERIC_BUG=y
60920 -CONFIG_DEFAULT_UIMAGE=y
60921 -# CONFIG_PPC_DCR_NATIVE is not set
60922 -# CONFIG_PPC_DCR_MMIO is not set
60923 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
60924 -
60925 -#
60926 -# General setup
60927 -#
60928 -CONFIG_EXPERIMENTAL=y
60929 -CONFIG_BROKEN_ON_SMP=y
60930 -CONFIG_INIT_ENV_ARG_LIMIT=32
60931 -CONFIG_LOCALVERSION=""
60932 -CONFIG_LOCALVERSION_AUTO=y
60933 -CONFIG_SWAP=y
60934 -CONFIG_SYSVIPC=y
60935 -CONFIG_SYSVIPC_SYSCTL=y
60936 -# CONFIG_POSIX_MQUEUE is not set
60937 -# CONFIG_BSD_PROCESS_ACCT is not set
60938 -# CONFIG_TASKSTATS is not set
60939 -# CONFIG_AUDIT is not set
60940 -# CONFIG_IKCONFIG is not set
60941 -CONFIG_LOG_BUF_SHIFT=14
60942 -# CONFIG_CGROUPS is not set
60943 -CONFIG_GROUP_SCHED=y
60944 -# CONFIG_FAIR_GROUP_SCHED is not set
60945 -# CONFIG_RT_GROUP_SCHED is not set
60946 -CONFIG_USER_SCHED=y
60947 -# CONFIG_CGROUP_SCHED is not set
60948 -CONFIG_SYSFS_DEPRECATED=y
60949 -CONFIG_SYSFS_DEPRECATED_V2=y
60950 -# CONFIG_RELAY is not set
60951 -# CONFIG_NAMESPACES is not set
60952 -CONFIG_BLK_DEV_INITRD=y
60953 -CONFIG_INITRAMFS_SOURCE=""
60954 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
60955 -CONFIG_SYSCTL=y
60956 -CONFIG_EMBEDDED=y
60957 -CONFIG_SYSCTL_SYSCALL=y
60958 -# CONFIG_KALLSYMS is not set
60959 -CONFIG_HOTPLUG=y
60960 -CONFIG_PRINTK=y
60961 -CONFIG_BUG=y
60962 -CONFIG_ELF_CORE=y
60963 -CONFIG_COMPAT_BRK=y
60964 -CONFIG_BASE_FULL=y
60965 -CONFIG_FUTEX=y
60966 -CONFIG_ANON_INODES=y
60967 -# CONFIG_EPOLL is not set
60968 -CONFIG_SIGNALFD=y
60969 -CONFIG_TIMERFD=y
60970 -CONFIG_EVENTFD=y
60971 -CONFIG_SHMEM=y
60972 -CONFIG_VM_EVENT_COUNTERS=y
60973 -CONFIG_SLUB_DEBUG=y
60974 -# CONFIG_SLAB is not set
60975 -CONFIG_SLUB=y
60976 -# CONFIG_SLOB is not set
60977 -# CONFIG_PROFILING is not set
60978 -# CONFIG_MARKERS is not set
60979 -CONFIG_HAVE_OPROFILE=y
60980 -CONFIG_HAVE_KPROBES=y
60981 -CONFIG_HAVE_KRETPROBES=y
60982 -CONFIG_PROC_PAGE_MONITOR=y
60983 -CONFIG_SLABINFO=y
60984 -CONFIG_RT_MUTEXES=y
60985 -# CONFIG_TINY_SHMEM is not set
60986 -CONFIG_BASE_SMALL=0
60987 -CONFIG_MODULES=y
60988 -CONFIG_MODULE_UNLOAD=y
60989 -# CONFIG_MODULE_FORCE_UNLOAD is not set
60990 -# CONFIG_MODVERSIONS is not set
60991 -# CONFIG_MODULE_SRCVERSION_ALL is not set
60992 -# CONFIG_KMOD is not set
60993 -CONFIG_BLOCK=y
60994 -# CONFIG_LBD is not set
60995 -# CONFIG_BLK_DEV_IO_TRACE is not set
60996 -# CONFIG_LSF is not set
60997 -# CONFIG_BLK_DEV_BSG is not set
60998 -
60999 -#
61000 -# IO Schedulers
61001 -#
61002 -CONFIG_IOSCHED_NOOP=y
61003 -CONFIG_IOSCHED_AS=y
61004 -CONFIG_IOSCHED_DEADLINE=y
61005 -CONFIG_IOSCHED_CFQ=y
61006 -CONFIG_DEFAULT_AS=y
61007 -# CONFIG_DEFAULT_DEADLINE is not set
61008 -# CONFIG_DEFAULT_CFQ is not set
61009 -# CONFIG_DEFAULT_NOOP is not set
61010 -CONFIG_DEFAULT_IOSCHED="anticipatory"
61011 -CONFIG_CLASSIC_RCU=y
61012 -
61013 -#
61014 -# Platform support
61015 -#
61016 -# CONFIG_PPC_MULTIPLATFORM is not set
61017 -# CONFIG_PPC_82xx is not set
61018 -CONFIG_PPC_83xx=y
61019 -# CONFIG_PPC_86xx is not set
61020 -# CONFIG_PPC_MPC512x is not set
61021 -# CONFIG_PPC_MPC5121 is not set
61022 -# CONFIG_PPC_CELL is not set
61023 -# CONFIG_PPC_CELL_NATIVE is not set
61024 -# CONFIG_PQ2ADS is not set
61025 -CONFIG_MPC83xx=y
61026 -# CONFIG_MPC831x_RDB is not set
61027 -# CONFIG_MPC832x_MDS is not set
61028 -# CONFIG_MPC832x_RDB is not set
61029 -# CONFIG_MPC834x_MDS is not set
61030 -CONFIG_MPC834x_ITX=y
61031 -# CONFIG_MPC836x_MDS is not set
61032 -# CONFIG_MPC837x_MDS is not set
61033 -# CONFIG_MPC837x_RDB is not set
61034 -# CONFIG_SBC834x is not set
61035 -CONFIG_PPC_MPC834x=y
61036 -CONFIG_IPIC=y
61037 -# CONFIG_MPIC is not set
61038 -# CONFIG_MPIC_WEIRD is not set
61039 -# CONFIG_PPC_I8259 is not set
61040 -# CONFIG_PPC_RTAS is not set
61041 -# CONFIG_MMIO_NVRAM is not set
61042 -# CONFIG_PPC_MPC106 is not set
61043 -# CONFIG_PPC_970_NAP is not set
61044 -# CONFIG_PPC_INDIRECT_IO is not set
61045 -# CONFIG_GENERIC_IOMAP is not set
61046 -# CONFIG_CPU_FREQ is not set
61047 -# CONFIG_FSL_ULI1575 is not set
61048 -
61049 -#
61050 -# Kernel options
61051 -#
61052 -# CONFIG_HIGHMEM is not set
61053 -CONFIG_TICK_ONESHOT=y
61054 -CONFIG_NO_HZ=y
61055 -CONFIG_HIGH_RES_TIMERS=y
61056 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
61057 -# CONFIG_HZ_100 is not set
61058 -CONFIG_HZ_250=y
61059 -# CONFIG_HZ_300 is not set
61060 -# CONFIG_HZ_1000 is not set
61061 -CONFIG_HZ=250
61062 -# CONFIG_SCHED_HRTICK is not set
61063 -CONFIG_PREEMPT_NONE=y
61064 -# CONFIG_PREEMPT_VOLUNTARY is not set
61065 -# CONFIG_PREEMPT is not set
61066 -CONFIG_BINFMT_ELF=y
61067 -# CONFIG_BINFMT_MISC is not set
61068 -# CONFIG_IOMMU_HELPER is not set
61069 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
61070 -CONFIG_ARCH_HAS_WALK_MEMORY=y
61071 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
61072 -CONFIG_ARCH_FLATMEM_ENABLE=y
61073 -CONFIG_ARCH_POPULATES_NODE_MAP=y
61074 -CONFIG_SELECT_MEMORY_MODEL=y
61075 -CONFIG_FLATMEM_MANUAL=y
61076 -# CONFIG_DISCONTIGMEM_MANUAL is not set
61077 -# CONFIG_SPARSEMEM_MANUAL is not set
61078 -CONFIG_FLATMEM=y
61079 -CONFIG_FLAT_NODE_MEM_MAP=y
61080 -# CONFIG_SPARSEMEM_STATIC is not set
61081 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
61082 -CONFIG_SPLIT_PTLOCK_CPUS=4
61083 -# CONFIG_RESOURCES_64BIT is not set
61084 -CONFIG_ZONE_DMA_FLAG=1
61085 -CONFIG_BOUNCE=y
61086 -CONFIG_VIRT_TO_BUS=y
61087 -CONFIG_PROC_DEVICETREE=y
61088 -# CONFIG_CMDLINE_BOOL is not set
61089 -# CONFIG_PM is not set
61090 -CONFIG_SECCOMP=y
61091 -CONFIG_ISA_DMA_API=y
61092 -
61093 -#
61094 -# Bus options
61095 -#
61096 -CONFIG_ZONE_DMA=y
61097 -CONFIG_GENERIC_ISA_DMA=y
61098 -CONFIG_PPC_INDIRECT_PCI=y
61099 -CONFIG_FSL_SOC=y
61100 -CONFIG_PCI=y
61101 -CONFIG_PCI_DOMAINS=y
61102 -CONFIG_PCI_SYSCALL=y
61103 -# CONFIG_PCIEPORTBUS is not set
61104 -CONFIG_ARCH_SUPPORTS_MSI=y
61105 -# CONFIG_PCI_MSI is not set
61106 -CONFIG_PCI_LEGACY=y
61107 -# CONFIG_PCCARD is not set
61108 -# CONFIG_HOTPLUG_PCI is not set
61109 -
61110 -#
61111 -# Advanced setup
61112 -#
61113 -# CONFIG_ADVANCED_OPTIONS is not set
61114 -
61115 -#
61116 -# Default settings for advanced configuration options are used
61117 -#
61118 -CONFIG_HIGHMEM_START=0xfe000000
61119 -CONFIG_LOWMEM_SIZE=0x30000000
61120 -CONFIG_KERNEL_START=0xc0000000
61121 -CONFIG_TASK_SIZE=0xc0000000
61122 -CONFIG_BOOT_LOAD=0x00800000
61123 -
61124 -#
61125 -# Networking
61126 -#
61127 -CONFIG_NET=y
61128 -
61129 -#
61130 -# Networking options
61131 -#
61132 -CONFIG_PACKET=y
61133 -# CONFIG_PACKET_MMAP is not set
61134 -CONFIG_UNIX=y
61135 -CONFIG_XFRM=y
61136 -# CONFIG_XFRM_USER is not set
61137 -# CONFIG_XFRM_SUB_POLICY is not set
61138 -# CONFIG_XFRM_MIGRATE is not set
61139 -# CONFIG_XFRM_STATISTICS is not set
61140 -# CONFIG_NET_KEY is not set
61141 -CONFIG_INET=y
61142 -CONFIG_IP_MULTICAST=y
61143 -# CONFIG_IP_ADVANCED_ROUTER is not set
61144 -CONFIG_IP_FIB_HASH=y
61145 -CONFIG_IP_PNP=y
61146 -CONFIG_IP_PNP_DHCP=y
61147 -CONFIG_IP_PNP_BOOTP=y
61148 -# CONFIG_IP_PNP_RARP is not set
61149 -# CONFIG_NET_IPIP is not set
61150 -# CONFIG_NET_IPGRE is not set
61151 -# CONFIG_IP_MROUTE is not set
61152 -# CONFIG_ARPD is not set
61153 -CONFIG_SYN_COOKIES=y
61154 -# CONFIG_INET_AH is not set
61155 -# CONFIG_INET_ESP is not set
61156 -# CONFIG_INET_IPCOMP is not set
61157 -# CONFIG_INET_XFRM_TUNNEL is not set
61158 -# CONFIG_INET_TUNNEL is not set
61159 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
61160 -CONFIG_INET_XFRM_MODE_TUNNEL=y
61161 -CONFIG_INET_XFRM_MODE_BEET=y
61162 -# CONFIG_INET_LRO is not set
61163 -CONFIG_INET_DIAG=y
61164 -CONFIG_INET_TCP_DIAG=y
61165 -# CONFIG_TCP_CONG_ADVANCED is not set
61166 -CONFIG_TCP_CONG_CUBIC=y
61167 -CONFIG_DEFAULT_TCP_CONG="cubic"
61168 -# CONFIG_TCP_MD5SIG is not set
61169 -# CONFIG_IPV6 is not set
61170 -# CONFIG_INET6_XFRM_TUNNEL is not set
61171 -# CONFIG_INET6_TUNNEL is not set
61172 -# CONFIG_NETWORK_SECMARK is not set
61173 -# CONFIG_NETFILTER is not set
61174 -# CONFIG_IP_DCCP is not set
61175 -# CONFIG_IP_SCTP is not set
61176 -# CONFIG_TIPC is not set
61177 -# CONFIG_ATM is not set
61178 -# CONFIG_BRIDGE is not set
61179 -# CONFIG_VLAN_8021Q is not set
61180 -# CONFIG_DECNET is not set
61181 -# CONFIG_LLC2 is not set
61182 -# CONFIG_IPX is not set
61183 -# CONFIG_ATALK is not set
61184 -# CONFIG_X25 is not set
61185 -# CONFIG_LAPB is not set
61186 -# CONFIG_ECONET is not set
61187 -# CONFIG_WAN_ROUTER is not set
61188 -# CONFIG_NET_SCHED is not set
61189 -
61190 -#
61191 -# Network testing
61192 -#
61193 -# CONFIG_NET_PKTGEN is not set
61194 -# CONFIG_HAMRADIO is not set
61195 -# CONFIG_CAN is not set
61196 -# CONFIG_IRDA is not set
61197 -# CONFIG_BT is not set
61198 -# CONFIG_AF_RXRPC is not set
61199 -
61200 -#
61201 -# Wireless
61202 -#
61203 -# CONFIG_CFG80211 is not set
61204 -# CONFIG_WIRELESS_EXT is not set
61205 -# CONFIG_MAC80211 is not set
61206 -# CONFIG_IEEE80211 is not set
61207 -# CONFIG_RFKILL is not set
61208 -# CONFIG_NET_9P is not set
61209 -
61210 -#
61211 -# Device Drivers
61212 -#
61213 -
61214 -#
61215 -# Generic Driver Options
61216 -#
61217 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
61218 -CONFIG_STANDALONE=y
61219 -CONFIG_PREVENT_FIRMWARE_BUILD=y
61220 -# CONFIG_FW_LOADER is not set
61221 -# CONFIG_SYS_HYPERVISOR is not set
61222 -# CONFIG_CONNECTOR is not set
61223 -CONFIG_MTD=y
61224 -# CONFIG_MTD_DEBUG is not set
61225 -# CONFIG_MTD_CONCAT is not set
61226 -# CONFIG_MTD_PARTITIONS is not set
61227 -
61228 -#
61229 -# User Modules And Translation Layers
61230 -#
61231 -CONFIG_MTD_CHAR=y
61232 -# CONFIG_MTD_BLKDEVS is not set
61233 -# CONFIG_MTD_BLOCK is not set
61234 -# CONFIG_MTD_BLOCK_RO is not set
61235 -# CONFIG_FTL is not set
61236 -# CONFIG_NFTL is not set
61237 -# CONFIG_INFTL is not set
61238 -# CONFIG_RFD_FTL is not set
61239 -# CONFIG_SSFDC is not set
61240 -# CONFIG_MTD_OOPS is not set
61241 -
61242 -#
61243 -# RAM/ROM/Flash chip drivers
61244 -#
61245 -CONFIG_MTD_CFI=y
61246 -# CONFIG_MTD_JEDECPROBE is not set
61247 -CONFIG_MTD_GEN_PROBE=y
61248 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
61249 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
61250 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
61251 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
61252 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
61253 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
61254 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
61255 -CONFIG_MTD_CFI_I1=y
61256 -CONFIG_MTD_CFI_I2=y
61257 -# CONFIG_MTD_CFI_I4 is not set
61258 -# CONFIG_MTD_CFI_I8 is not set
61259 -# CONFIG_MTD_CFI_INTELEXT is not set
61260 -CONFIG_MTD_CFI_AMDSTD=y
61261 -# CONFIG_MTD_CFI_STAA is not set
61262 -CONFIG_MTD_CFI_UTIL=y
61263 -# CONFIG_MTD_RAM is not set
61264 -# CONFIG_MTD_ROM is not set
61265 -# CONFIG_MTD_ABSENT is not set
61266 -
61267 -#
61268 -# Mapping drivers for chip access
61269 -#
61270 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
61271 -CONFIG_MTD_PHYSMAP=y
61272 -CONFIG_MTD_PHYSMAP_START=0xfe000000
61273 -CONFIG_MTD_PHYSMAP_LEN=0x800000
61274 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
61275 -# CONFIG_MTD_PHYSMAP_OF is not set
61276 -# CONFIG_MTD_INTEL_VR_NOR is not set
61277 -# CONFIG_MTD_PLATRAM is not set
61278 -
61279 -#
61280 -# Self-contained MTD device drivers
61281 -#
61282 -# CONFIG_MTD_PMC551 is not set
61283 -# CONFIG_MTD_DATAFLASH is not set
61284 -# CONFIG_MTD_M25P80 is not set
61285 -# CONFIG_MTD_SLRAM is not set
61286 -# CONFIG_MTD_PHRAM is not set
61287 -# CONFIG_MTD_MTDRAM is not set
61288 -# CONFIG_MTD_BLOCK2MTD is not set
61289 -
61290 -#
61291 -# Disk-On-Chip Device Drivers
61292 -#
61293 -# CONFIG_MTD_DOC2000 is not set
61294 -# CONFIG_MTD_DOC2001 is not set
61295 -# CONFIG_MTD_DOC2001PLUS is not set
61296 -# CONFIG_MTD_NAND is not set
61297 -# CONFIG_MTD_ONENAND is not set
61298 -
61299 -#
61300 -# UBI - Unsorted block images
61301 -#
61302 -# CONFIG_MTD_UBI is not set
61303 -CONFIG_OF_DEVICE=y
61304 -# CONFIG_PARPORT is not set
61305 -CONFIG_BLK_DEV=y
61306 -# CONFIG_BLK_DEV_FD is not set
61307 -# CONFIG_BLK_CPQ_DA is not set
61308 -# CONFIG_BLK_CPQ_CISS_DA is not set
61309 -# CONFIG_BLK_DEV_DAC960 is not set
61310 -# CONFIG_BLK_DEV_UMEM is not set
61311 -# CONFIG_BLK_DEV_COW_COMMON is not set
61312 -CONFIG_BLK_DEV_LOOP=y
61313 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
61314 -# CONFIG_BLK_DEV_NBD is not set
61315 -# CONFIG_BLK_DEV_SX8 is not set
61316 -# CONFIG_BLK_DEV_UB is not set
61317 -CONFIG_BLK_DEV_RAM=y
61318 -CONFIG_BLK_DEV_RAM_COUNT=16
61319 -CONFIG_BLK_DEV_RAM_SIZE=32768
61320 -# CONFIG_BLK_DEV_XIP is not set
61321 -# CONFIG_CDROM_PKTCDVD is not set
61322 -# CONFIG_ATA_OVER_ETH is not set
61323 -CONFIG_MISC_DEVICES=y
61324 -# CONFIG_PHANTOM is not set
61325 -# CONFIG_EEPROM_93CX6 is not set
61326 -# CONFIG_SGI_IOC4 is not set
61327 -# CONFIG_TIFM_CORE is not set
61328 -# CONFIG_ENCLOSURE_SERVICES is not set
61329 -CONFIG_HAVE_IDE=y
61330 -# CONFIG_IDE is not set
61331 -
61332 -#
61333 -# SCSI device support
61334 -#
61335 -# CONFIG_RAID_ATTRS is not set
61336 -CONFIG_SCSI=y
61337 -CONFIG_SCSI_DMA=y
61338 -# CONFIG_SCSI_TGT is not set
61339 -# CONFIG_SCSI_NETLINK is not set
61340 -CONFIG_SCSI_PROC_FS=y
61341 -
61342 -#
61343 -# SCSI support type (disk, tape, CD-ROM)
61344 -#
61345 -CONFIG_BLK_DEV_SD=y
61346 -# CONFIG_CHR_DEV_ST is not set
61347 -# CONFIG_CHR_DEV_OSST is not set
61348 -# CONFIG_BLK_DEV_SR is not set
61349 -CONFIG_CHR_DEV_SG=y
61350 -# CONFIG_CHR_DEV_SCH is not set
61351 -
61352 -#
61353 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
61354 -#
61355 -# CONFIG_SCSI_MULTI_LUN is not set
61356 -# CONFIG_SCSI_CONSTANTS is not set
61357 -# CONFIG_SCSI_LOGGING is not set
61358 -# CONFIG_SCSI_SCAN_ASYNC is not set
61359 -CONFIG_SCSI_WAIT_SCAN=m
61360 -
61361 -#
61362 -# SCSI Transports
61363 -#
61364 -CONFIG_SCSI_SPI_ATTRS=y
61365 -# CONFIG_SCSI_FC_ATTRS is not set
61366 -# CONFIG_SCSI_ISCSI_ATTRS is not set
61367 -# CONFIG_SCSI_SAS_LIBSAS is not set
61368 -# CONFIG_SCSI_SRP_ATTRS is not set
61369 -CONFIG_SCSI_LOWLEVEL=y
61370 -# CONFIG_ISCSI_TCP is not set
61371 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
61372 -# CONFIG_SCSI_3W_9XXX is not set
61373 -# CONFIG_SCSI_ACARD is not set
61374 -# CONFIG_SCSI_AACRAID is not set
61375 -# CONFIG_SCSI_AIC7XXX is not set
61376 -# CONFIG_SCSI_AIC7XXX_OLD is not set
61377 -# CONFIG_SCSI_AIC79XX is not set
61378 -# CONFIG_SCSI_AIC94XX is not set
61379 -# CONFIG_SCSI_DPT_I2O is not set
61380 -# CONFIG_SCSI_ADVANSYS is not set
61381 -# CONFIG_SCSI_ARCMSR is not set
61382 -# CONFIG_MEGARAID_NEWGEN is not set
61383 -# CONFIG_MEGARAID_LEGACY is not set
61384 -# CONFIG_MEGARAID_SAS is not set
61385 -# CONFIG_SCSI_HPTIOP is not set
61386 -# CONFIG_SCSI_BUSLOGIC is not set
61387 -# CONFIG_SCSI_DMX3191D is not set
61388 -# CONFIG_SCSI_EATA is not set
61389 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
61390 -# CONFIG_SCSI_GDTH is not set
61391 -# CONFIG_SCSI_IPS is not set
61392 -# CONFIG_SCSI_INITIO is not set
61393 -# CONFIG_SCSI_INIA100 is not set
61394 -# CONFIG_SCSI_MVSAS is not set
61395 -# CONFIG_SCSI_STEX is not set
61396 -# CONFIG_SCSI_SYM53C8XX_2 is not set
61397 -# CONFIG_SCSI_QLOGIC_1280 is not set
61398 -# CONFIG_SCSI_QLA_FC is not set
61399 -# CONFIG_SCSI_QLA_ISCSI is not set
61400 -# CONFIG_SCSI_LPFC is not set
61401 -# CONFIG_SCSI_DC395x is not set
61402 -# CONFIG_SCSI_DC390T is not set
61403 -# CONFIG_SCSI_NSP32 is not set
61404 -# CONFIG_SCSI_DEBUG is not set
61405 -# CONFIG_SCSI_SRP is not set
61406 -# CONFIG_ATA is not set
61407 -# CONFIG_MD is not set
61408 -# CONFIG_FUSION is not set
61409 -
61410 -#
61411 -# IEEE 1394 (FireWire) support
61412 -#
61413 -# CONFIG_FIREWIRE is not set
61414 -# CONFIG_IEEE1394 is not set
61415 -# CONFIG_I2O is not set
61416 -# CONFIG_MACINTOSH_DRIVERS is not set
61417 -CONFIG_NETDEVICES=y
61418 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
61419 -# CONFIG_DUMMY is not set
61420 -# CONFIG_BONDING is not set
61421 -# CONFIG_MACVLAN is not set
61422 -# CONFIG_EQUALIZER is not set
61423 -# CONFIG_TUN is not set
61424 -# CONFIG_VETH is not set
61425 -# CONFIG_ARCNET is not set
61426 -CONFIG_PHYLIB=y
61427 -
61428 -#
61429 -# MII PHY device drivers
61430 -#
61431 -# CONFIG_MARVELL_PHY is not set
61432 -# CONFIG_DAVICOM_PHY is not set
61433 -# CONFIG_QSEMI_PHY is not set
61434 -# CONFIG_LXT_PHY is not set
61435 -CONFIG_CICADA_PHY=y
61436 -# CONFIG_VITESSE_PHY is not set
61437 -# CONFIG_SMSC_PHY is not set
61438 -# CONFIG_BROADCOM_PHY is not set
61439 -# CONFIG_ICPLUS_PHY is not set
61440 -# CONFIG_REALTEK_PHY is not set
61441 -# CONFIG_FIXED_PHY is not set
61442 -# CONFIG_MDIO_BITBANG is not set
61443 -# CONFIG_NET_ETHERNET is not set
61444 -CONFIG_NETDEV_1000=y
61445 -# CONFIG_ACENIC is not set
61446 -# CONFIG_DL2K is not set
61447 -# CONFIG_E1000 is not set
61448 -# CONFIG_E1000E is not set
61449 -# CONFIG_E1000E_ENABLED is not set
61450 -# CONFIG_IP1000 is not set
61451 -# CONFIG_IGB is not set
61452 -# CONFIG_NS83820 is not set
61453 -# CONFIG_HAMACHI is not set
61454 -# CONFIG_YELLOWFIN is not set
61455 -# CONFIG_R8169 is not set
61456 -# CONFIG_SIS190 is not set
61457 -# CONFIG_SKGE is not set
61458 -# CONFIG_SKY2 is not set
61459 -# CONFIG_SK98LIN is not set
61460 -# CONFIG_VIA_VELOCITY is not set
61461 -# CONFIG_TIGON3 is not set
61462 -# CONFIG_BNX2 is not set
61463 -CONFIG_GIANFAR=y
61464 -CONFIG_GFAR_NAPI=y
61465 -# CONFIG_QLA3XXX is not set
61466 -# CONFIG_ATL1 is not set
61467 -CONFIG_NETDEV_10000=y
61468 -# CONFIG_CHELSIO_T1 is not set
61469 -# CONFIG_CHELSIO_T3 is not set
61470 -# CONFIG_IXGBE is not set
61471 -# CONFIG_IXGB is not set
61472 -# CONFIG_S2IO is not set
61473 -# CONFIG_MYRI10GE is not set
61474 -# CONFIG_NETXEN_NIC is not set
61475 -# CONFIG_NIU is not set
61476 -# CONFIG_MLX4_CORE is not set
61477 -# CONFIG_TEHUTI is not set
61478 -# CONFIG_BNX2X is not set
61479 -# CONFIG_TR is not set
61480 -
61481 -#
61482 -# Wireless LAN
61483 -#
61484 -# CONFIG_WLAN_PRE80211 is not set
61485 -# CONFIG_WLAN_80211 is not set
61486 -
61487 -#
61488 -# USB Network Adapters
61489 -#
61490 -# CONFIG_USB_CATC is not set
61491 -# CONFIG_USB_KAWETH is not set
61492 -# CONFIG_USB_PEGASUS is not set
61493 -# CONFIG_USB_RTL8150 is not set
61494 -# CONFIG_USB_USBNET is not set
61495 -# CONFIG_WAN is not set
61496 -# CONFIG_FDDI is not set
61497 -# CONFIG_HIPPI is not set
61498 -# CONFIG_PPP is not set
61499 -# CONFIG_SLIP is not set
61500 -# CONFIG_NET_FC is not set
61501 -# CONFIG_NETCONSOLE is not set
61502 -# CONFIG_NETPOLL is not set
61503 -# CONFIG_NET_POLL_CONTROLLER is not set
61504 -# CONFIG_ISDN is not set
61505 -# CONFIG_PHONE is not set
61506 -
61507 -#
61508 -# Input device support
61509 -#
61510 -# CONFIG_INPUT is not set
61511 -
61512 -#
61513 -# Hardware I/O ports
61514 -#
61515 -# CONFIG_SERIO is not set
61516 -# CONFIG_GAMEPORT is not set
61517 -
61518 -#
61519 -# Character devices
61520 -#
61521 -# CONFIG_VT is not set
61522 -# CONFIG_SERIAL_NONSTANDARD is not set
61523 -# CONFIG_NOZOMI is not set
61524 -
61525 -#
61526 -# Serial drivers
61527 -#
61528 -CONFIG_SERIAL_8250=y
61529 -CONFIG_SERIAL_8250_CONSOLE=y
61530 -# CONFIG_SERIAL_8250_PCI is not set
61531 -CONFIG_SERIAL_8250_NR_UARTS=4
61532 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
61533 -# CONFIG_SERIAL_8250_EXTENDED is not set
61534 -
61535 -#
61536 -# Non-8250 serial port support
61537 -#
61538 -# CONFIG_SERIAL_UARTLITE is not set
61539 -CONFIG_SERIAL_CORE=y
61540 -CONFIG_SERIAL_CORE_CONSOLE=y
61541 -# CONFIG_SERIAL_JSM is not set
61542 -# CONFIG_SERIAL_OF_PLATFORM is not set
61543 -CONFIG_UNIX98_PTYS=y
61544 -CONFIG_LEGACY_PTYS=y
61545 -CONFIG_LEGACY_PTY_COUNT=256
61546 -# CONFIG_IPMI_HANDLER is not set
61547 -CONFIG_HW_RANDOM=y
61548 -# CONFIG_NVRAM is not set
61549 -# CONFIG_GEN_RTC is not set
61550 -# CONFIG_R3964 is not set
61551 -# CONFIG_APPLICOM is not set
61552 -# CONFIG_RAW_DRIVER is not set
61553 -# CONFIG_TCG_TPM is not set
61554 -CONFIG_DEVPORT=y
61555 -CONFIG_I2C=y
61556 -CONFIG_I2C_BOARDINFO=y
61557 -CONFIG_I2C_CHARDEV=y
61558 -
61559 -#
61560 -# I2C Algorithms
61561 -#
61562 -# CONFIG_I2C_ALGOBIT is not set
61563 -# CONFIG_I2C_ALGOPCF is not set
61564 -# CONFIG_I2C_ALGOPCA is not set
61565 -
61566 -#
61567 -# I2C Hardware Bus support
61568 -#
61569 -# CONFIG_I2C_ALI1535 is not set
61570 -# CONFIG_I2C_ALI1563 is not set
61571 -# CONFIG_I2C_ALI15X3 is not set
61572 -# CONFIG_I2C_AMD756 is not set
61573 -# CONFIG_I2C_AMD8111 is not set
61574 -# CONFIG_I2C_I801 is not set
61575 -# CONFIG_I2C_I810 is not set
61576 -# CONFIG_I2C_PIIX4 is not set
61577 -CONFIG_I2C_MPC=y
61578 -# CONFIG_I2C_NFORCE2 is not set
61579 -# CONFIG_I2C_OCORES is not set
61580 -# CONFIG_I2C_PARPORT_LIGHT is not set
61581 -# CONFIG_I2C_PROSAVAGE is not set
61582 -# CONFIG_I2C_SAVAGE4 is not set
61583 -# CONFIG_I2C_SIMTEC is not set
61584 -# CONFIG_I2C_SIS5595 is not set
61585 -# CONFIG_I2C_SIS630 is not set
61586 -# CONFIG_I2C_SIS96X is not set
61587 -# CONFIG_I2C_TAOS_EVM is not set
61588 -# CONFIG_I2C_STUB is not set
61589 -# CONFIG_I2C_TINY_USB is not set
61590 -# CONFIG_I2C_VIA is not set
61591 -# CONFIG_I2C_VIAPRO is not set
61592 -# CONFIG_I2C_VOODOO3 is not set
61593 -
61594 -#
61595 -# Miscellaneous I2C Chip support
61596 -#
61597 -# CONFIG_DS1682 is not set
61598 -# CONFIG_SENSORS_EEPROM is not set
61599 -CONFIG_SENSORS_PCF8574=y
61600 -# CONFIG_PCF8575 is not set
61601 -# CONFIG_SENSORS_PCF8591 is not set
61602 -# CONFIG_TPS65010 is not set
61603 -# CONFIG_SENSORS_MAX6875 is not set
61604 -# CONFIG_SENSORS_TSL2550 is not set
61605 -# CONFIG_I2C_DEBUG_CORE is not set
61606 -# CONFIG_I2C_DEBUG_ALGO is not set
61607 -# CONFIG_I2C_DEBUG_BUS is not set
61608 -# CONFIG_I2C_DEBUG_CHIP is not set
61609 -
61610 -#
61611 -# SPI support
61612 -#
61613 -CONFIG_SPI=y
61614 -CONFIG_SPI_MASTER=y
61615 -
61616 -#
61617 -# SPI Master Controller Drivers
61618 -#
61619 -CONFIG_SPI_BITBANG=y
61620 -CONFIG_SPI_MPC83xx=y
61621 -
61622 -#
61623 -# SPI Protocol Masters
61624 -#
61625 -# CONFIG_SPI_AT25 is not set
61626 -# CONFIG_SPI_SPIDEV is not set
61627 -# CONFIG_SPI_TLE62X0 is not set
61628 -# CONFIG_W1 is not set
61629 -# CONFIG_POWER_SUPPLY is not set
61630 -# CONFIG_HWMON is not set
61631 -# CONFIG_THERMAL is not set
61632 -CONFIG_WATCHDOG=y
61633 -# CONFIG_WATCHDOG_NOWAYOUT is not set
61634 -
61635 -#
61636 -# Watchdog Device Drivers
61637 -#
61638 -# CONFIG_SOFT_WATCHDOG is not set
61639 -CONFIG_83xx_WDT=y
61640 -
61641 -#
61642 -# PCI-based Watchdog Cards
61643 -#
61644 -# CONFIG_PCIPCWATCHDOG is not set
61645 -# CONFIG_WDTPCI is not set
61646 -
61647 -#
61648 -# USB-based Watchdog Cards
61649 -#
61650 -# CONFIG_USBPCWATCHDOG is not set
61651 -
61652 -#
61653 -# Sonics Silicon Backplane
61654 -#
61655 -CONFIG_SSB_POSSIBLE=y
61656 -# CONFIG_SSB is not set
61657 -
61658 -#
61659 -# Multifunction device drivers
61660 -#
61661 -# CONFIG_MFD_SM501 is not set
61662 -
61663 -#
61664 -# Multimedia devices
61665 -#
61666 -# CONFIG_VIDEO_DEV is not set
61667 -# CONFIG_DVB_CORE is not set
61668 -CONFIG_DAB=y
61669 -# CONFIG_USB_DABUSB is not set
61670 -
61671 -#
61672 -# Graphics support
61673 -#
61674 -# CONFIG_AGP is not set
61675 -# CONFIG_DRM is not set
61676 -# CONFIG_VGASTATE is not set
61677 -CONFIG_VIDEO_OUTPUT_CONTROL=m
61678 -# CONFIG_FB is not set
61679 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
61680 -
61681 -#
61682 -# Display device support
61683 -#
61684 -# CONFIG_DISPLAY_SUPPORT is not set
61685 -
61686 -#
61687 -# Sound
61688 -#
61689 -# CONFIG_SOUND is not set
61690 -CONFIG_USB_SUPPORT=y
61691 -CONFIG_USB_ARCH_HAS_HCD=y
61692 -CONFIG_USB_ARCH_HAS_OHCI=y
61693 -CONFIG_USB_ARCH_HAS_EHCI=y
61694 -CONFIG_USB=y
61695 -# CONFIG_USB_DEBUG is not set
61696 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
61697 -
61698 -#
61699 -# Miscellaneous USB options
61700 -#
61701 -# CONFIG_USB_DEVICEFS is not set
61702 -CONFIG_USB_DEVICE_CLASS=y
61703 -# CONFIG_USB_DYNAMIC_MINORS is not set
61704 -# CONFIG_USB_OTG is not set
61705 -
61706 -#
61707 -# USB Host Controller Drivers
61708 -#
61709 -CONFIG_USB_EHCI_HCD=y
61710 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
61711 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
61712 -CONFIG_USB_EHCI_FSL=y
61713 -CONFIG_USB_EHCI_HCD_PPC_OF=y
61714 -# CONFIG_USB_ISP116X_HCD is not set
61715 -# CONFIG_USB_OHCI_HCD is not set
61716 -CONFIG_USB_UHCI_HCD=y
61717 -# CONFIG_USB_SL811_HCD is not set
61718 -# CONFIG_USB_R8A66597_HCD is not set
61719 -
61720 -#
61721 -# USB Device Class drivers
61722 -#
61723 -# CONFIG_USB_ACM is not set
61724 -# CONFIG_USB_PRINTER is not set
61725 -
61726 -#
61727 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
61728 -#
61729 -
61730 -#
61731 -# may also be needed; see USB_STORAGE Help for more information
61732 -#
61733 -CONFIG_USB_STORAGE=y
61734 -# CONFIG_USB_STORAGE_DEBUG is not set
61735 -# CONFIG_USB_STORAGE_DATAFAB is not set
61736 -# CONFIG_USB_STORAGE_FREECOM is not set
61737 -# CONFIG_USB_STORAGE_ISD200 is not set
61738 -# CONFIG_USB_STORAGE_DPCM is not set
61739 -# CONFIG_USB_STORAGE_USBAT is not set
61740 -# CONFIG_USB_STORAGE_SDDR09 is not set
61741 -# CONFIG_USB_STORAGE_SDDR55 is not set
61742 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
61743 -# CONFIG_USB_STORAGE_ALAUDA is not set
61744 -# CONFIG_USB_STORAGE_KARMA is not set
61745 -# CONFIG_USB_LIBUSUAL is not set
61746 -
61747 -#
61748 -# USB Imaging devices
61749 -#
61750 -# CONFIG_USB_MDC800 is not set
61751 -# CONFIG_USB_MICROTEK is not set
61752 -CONFIG_USB_MON=y
61753 -
61754 -#
61755 -# USB port drivers
61756 -#
61757 -# CONFIG_USB_SERIAL is not set
61758 -
61759 -#
61760 -# USB Miscellaneous drivers
61761 -#
61762 -# CONFIG_USB_EMI62 is not set
61763 -# CONFIG_USB_EMI26 is not set
61764 -# CONFIG_USB_ADUTUX is not set
61765 -# CONFIG_USB_AUERSWALD is not set
61766 -# CONFIG_USB_RIO500 is not set
61767 -# CONFIG_USB_LEGOTOWER is not set
61768 -# CONFIG_USB_LCD is not set
61769 -# CONFIG_USB_BERRY_CHARGE is not set
61770 -# CONFIG_USB_LED is not set
61771 -# CONFIG_USB_CYPRESS_CY7C63 is not set
61772 -# CONFIG_USB_CYTHERM is not set
61773 -# CONFIG_USB_PHIDGET is not set
61774 -# CONFIG_USB_IDMOUSE is not set
61775 -# CONFIG_USB_FTDI_ELAN is not set
61776 -# CONFIG_USB_APPLEDISPLAY is not set
61777 -# CONFIG_USB_SISUSBVGA is not set
61778 -# CONFIG_USB_LD is not set
61779 -# CONFIG_USB_TRANCEVIBRATOR is not set
61780 -# CONFIG_USB_IOWARRIOR is not set
61781 -# CONFIG_USB_GADGET is not set
61782 -# CONFIG_MMC is not set
61783 -# CONFIG_MEMSTICK is not set
61784 -# CONFIG_NEW_LEDS is not set
61785 -# CONFIG_INFINIBAND is not set
61786 -# CONFIG_EDAC is not set
61787 -CONFIG_RTC_LIB=y
61788 -CONFIG_RTC_CLASS=y
61789 -CONFIG_RTC_HCTOSYS=y
61790 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
61791 -# CONFIG_RTC_DEBUG is not set
61792 -
61793 -#
61794 -# RTC interfaces
61795 -#
61796 -CONFIG_RTC_INTF_SYSFS=y
61797 -CONFIG_RTC_INTF_PROC=y
61798 -CONFIG_RTC_INTF_DEV=y
61799 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
61800 -# CONFIG_RTC_DRV_TEST is not set
61801 -
61802 -#
61803 -# I2C RTC drivers
61804 -#
61805 -CONFIG_RTC_DRV_DS1307=y
61806 -# CONFIG_RTC_DRV_DS1374 is not set
61807 -# CONFIG_RTC_DRV_DS1672 is not set
61808 -# CONFIG_RTC_DRV_MAX6900 is not set
61809 -# CONFIG_RTC_DRV_RS5C372 is not set
61810 -# CONFIG_RTC_DRV_ISL1208 is not set
61811 -# CONFIG_RTC_DRV_X1205 is not set
61812 -# CONFIG_RTC_DRV_PCF8563 is not set
61813 -# CONFIG_RTC_DRV_PCF8583 is not set
61814 -# CONFIG_RTC_DRV_M41T80 is not set
61815 -# CONFIG_RTC_DRV_S35390A is not set
61816 -
61817 -#
61818 -# SPI RTC drivers
61819 -#
61820 -# CONFIG_RTC_DRV_MAX6902 is not set
61821 -# CONFIG_RTC_DRV_R9701 is not set
61822 -# CONFIG_RTC_DRV_RS5C348 is not set
61823 -
61824 -#
61825 -# Platform RTC drivers
61826 -#
61827 -# CONFIG_RTC_DRV_CMOS is not set
61828 -# CONFIG_RTC_DRV_DS1511 is not set
61829 -# CONFIG_RTC_DRV_DS1553 is not set
61830 -# CONFIG_RTC_DRV_DS1742 is not set
61831 -# CONFIG_RTC_DRV_STK17TA8 is not set
61832 -# CONFIG_RTC_DRV_M48T86 is not set
61833 -# CONFIG_RTC_DRV_M48T59 is not set
61834 -# CONFIG_RTC_DRV_V3020 is not set
61835 -
61836 -#
61837 -# on-CPU RTC drivers
61838 -#
61839 -# CONFIG_DMADEVICES is not set
61840 -
61841 -#
61842 -# Userspace I/O
61843 -#
61844 -# CONFIG_UIO is not set
61845 -
61846 -#
61847 -# File systems
61848 -#
61849 -CONFIG_EXT2_FS=y
61850 -# CONFIG_EXT2_FS_XATTR is not set
61851 -# CONFIG_EXT2_FS_XIP is not set
61852 -CONFIG_EXT3_FS=y
61853 -CONFIG_EXT3_FS_XATTR=y
61854 -# CONFIG_EXT3_FS_POSIX_ACL is not set
61855 -# CONFIG_EXT3_FS_SECURITY is not set
61856 -# CONFIG_EXT4DEV_FS is not set
61857 -CONFIG_JBD=y
61858 -CONFIG_FS_MBCACHE=y
61859 -# CONFIG_REISERFS_FS is not set
61860 -# CONFIG_JFS_FS is not set
61861 -# CONFIG_FS_POSIX_ACL is not set
61862 -# CONFIG_XFS_FS is not set
61863 -# CONFIG_GFS2_FS is not set
61864 -# CONFIG_OCFS2_FS is not set
61865 -CONFIG_DNOTIFY=y
61866 -CONFIG_INOTIFY=y
61867 -CONFIG_INOTIFY_USER=y
61868 -# CONFIG_QUOTA is not set
61869 -# CONFIG_AUTOFS_FS is not set
61870 -# CONFIG_AUTOFS4_FS is not set
61871 -# CONFIG_FUSE_FS is not set
61872 -
61873 -#
61874 -# CD-ROM/DVD Filesystems
61875 -#
61876 -# CONFIG_ISO9660_FS is not set
61877 -# CONFIG_UDF_FS is not set
61878 -
61879 -#
61880 -# DOS/FAT/NT Filesystems
61881 -#
61882 -CONFIG_FAT_FS=y
61883 -CONFIG_MSDOS_FS=y
61884 -CONFIG_VFAT_FS=y
61885 -CONFIG_FAT_DEFAULT_CODEPAGE=437
61886 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
61887 -# CONFIG_NTFS_FS is not set
61888 -
61889 -#
61890 -# Pseudo filesystems
61891 -#
61892 -CONFIG_PROC_FS=y
61893 -CONFIG_PROC_KCORE=y
61894 -CONFIG_PROC_SYSCTL=y
61895 -CONFIG_SYSFS=y
61896 -CONFIG_TMPFS=y
61897 -# CONFIG_TMPFS_POSIX_ACL is not set
61898 -# CONFIG_HUGETLB_PAGE is not set
61899 -# CONFIG_CONFIGFS_FS is not set
61900 -
61901 -#
61902 -# Miscellaneous filesystems
61903 -#
61904 -# CONFIG_ADFS_FS is not set
61905 -# CONFIG_AFFS_FS is not set
61906 -# CONFIG_HFS_FS is not set
61907 -# CONFIG_HFSPLUS_FS is not set
61908 -# CONFIG_BEFS_FS is not set
61909 -# CONFIG_BFS_FS is not set
61910 -# CONFIG_EFS_FS is not set
61911 -# CONFIG_JFFS2_FS is not set
61912 -# CONFIG_CRAMFS is not set
61913 -# CONFIG_VXFS_FS is not set
61914 -# CONFIG_MINIX_FS is not set
61915 -# CONFIG_HPFS_FS is not set
61916 -# CONFIG_QNX4FS_FS is not set
61917 -# CONFIG_ROMFS_FS is not set
61918 -# CONFIG_SYSV_FS is not set
61919 -# CONFIG_UFS_FS is not set
61920 -CONFIG_NETWORK_FILESYSTEMS=y
61921 -CONFIG_NFS_FS=y
61922 -CONFIG_NFS_V3=y
61923 -# CONFIG_NFS_V3_ACL is not set
61924 -CONFIG_NFS_V4=y
61925 -# CONFIG_NFS_DIRECTIO is not set
61926 -# CONFIG_NFSD is not set
61927 -CONFIG_ROOT_NFS=y
61928 -CONFIG_LOCKD=y
61929 -CONFIG_LOCKD_V4=y
61930 -CONFIG_NFS_COMMON=y
61931 -CONFIG_SUNRPC=y
61932 -CONFIG_SUNRPC_GSS=y
61933 -# CONFIG_SUNRPC_BIND34 is not set
61934 -CONFIG_RPCSEC_GSS_KRB5=y
61935 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
61936 -# CONFIG_SMB_FS is not set
61937 -# CONFIG_CIFS is not set
61938 -# CONFIG_NCP_FS is not set
61939 -# CONFIG_CODA_FS is not set
61940 -# CONFIG_AFS_FS is not set
61941 -
61942 -#
61943 -# Partition Types
61944 -#
61945 -CONFIG_PARTITION_ADVANCED=y
61946 -# CONFIG_ACORN_PARTITION is not set
61947 -# CONFIG_OSF_PARTITION is not set
61948 -# CONFIG_AMIGA_PARTITION is not set
61949 -# CONFIG_ATARI_PARTITION is not set
61950 -CONFIG_MAC_PARTITION=y
61951 -CONFIG_MSDOS_PARTITION=y
61952 -# CONFIG_BSD_DISKLABEL is not set
61953 -# CONFIG_MINIX_SUBPARTITION is not set
61954 -# CONFIG_SOLARIS_X86_PARTITION is not set
61955 -# CONFIG_UNIXWARE_DISKLABEL is not set
61956 -# CONFIG_LDM_PARTITION is not set
61957 -# CONFIG_SGI_PARTITION is not set
61958 -# CONFIG_ULTRIX_PARTITION is not set
61959 -# CONFIG_SUN_PARTITION is not set
61960 -# CONFIG_KARMA_PARTITION is not set
61961 -# CONFIG_EFI_PARTITION is not set
61962 -# CONFIG_SYSV68_PARTITION is not set
61963 -CONFIG_NLS=y
61964 -CONFIG_NLS_DEFAULT="iso8859-1"
61965 -# CONFIG_NLS_CODEPAGE_437 is not set
61966 -# CONFIG_NLS_CODEPAGE_737 is not set
61967 -# CONFIG_NLS_CODEPAGE_775 is not set
61968 -# CONFIG_NLS_CODEPAGE_850 is not set
61969 -# CONFIG_NLS_CODEPAGE_852 is not set
61970 -# CONFIG_NLS_CODEPAGE_855 is not set
61971 -# CONFIG_NLS_CODEPAGE_857 is not set
61972 -# CONFIG_NLS_CODEPAGE_860 is not set
61973 -# CONFIG_NLS_CODEPAGE_861 is not set
61974 -# CONFIG_NLS_CODEPAGE_862 is not set
61975 -# CONFIG_NLS_CODEPAGE_863 is not set
61976 -# CONFIG_NLS_CODEPAGE_864 is not set
61977 -# CONFIG_NLS_CODEPAGE_865 is not set
61978 -# CONFIG_NLS_CODEPAGE_866 is not set
61979 -# CONFIG_NLS_CODEPAGE_869 is not set
61980 -# CONFIG_NLS_CODEPAGE_936 is not set
61981 -# CONFIG_NLS_CODEPAGE_950 is not set
61982 -# CONFIG_NLS_CODEPAGE_932 is not set
61983 -# CONFIG_NLS_CODEPAGE_949 is not set
61984 -# CONFIG_NLS_CODEPAGE_874 is not set
61985 -# CONFIG_NLS_ISO8859_8 is not set
61986 -# CONFIG_NLS_CODEPAGE_1250 is not set
61987 -# CONFIG_NLS_CODEPAGE_1251 is not set
61988 -# CONFIG_NLS_ASCII is not set
61989 -# CONFIG_NLS_ISO8859_1 is not set
61990 -# CONFIG_NLS_ISO8859_2 is not set
61991 -# CONFIG_NLS_ISO8859_3 is not set
61992 -# CONFIG_NLS_ISO8859_4 is not set
61993 -# CONFIG_NLS_ISO8859_5 is not set
61994 -# CONFIG_NLS_ISO8859_6 is not set
61995 -# CONFIG_NLS_ISO8859_7 is not set
61996 -# CONFIG_NLS_ISO8859_9 is not set
61997 -# CONFIG_NLS_ISO8859_13 is not set
61998 -# CONFIG_NLS_ISO8859_14 is not set
61999 -# CONFIG_NLS_ISO8859_15 is not set
62000 -# CONFIG_NLS_KOI8_R is not set
62001 -# CONFIG_NLS_KOI8_U is not set
62002 -# CONFIG_NLS_UTF8 is not set
62003 -# CONFIG_DLM is not set
62004 -
62005 -#
62006 -# Library routines
62007 -#
62008 -CONFIG_BITREVERSE=y
62009 -# CONFIG_CRC_CCITT is not set
62010 -# CONFIG_CRC16 is not set
62011 -# CONFIG_CRC_ITU_T is not set
62012 -CONFIG_CRC32=y
62013 -# CONFIG_CRC7 is not set
62014 -# CONFIG_LIBCRC32C is not set
62015 -CONFIG_PLIST=y
62016 -CONFIG_HAS_IOMEM=y
62017 -CONFIG_HAS_IOPORT=y
62018 -CONFIG_HAS_DMA=y
62019 -
62020 -#
62021 -# Kernel hacking
62022 -#
62023 -# CONFIG_PRINTK_TIME is not set
62024 -CONFIG_ENABLE_WARN_DEPRECATED=y
62025 -CONFIG_ENABLE_MUST_CHECK=y
62026 -# CONFIG_MAGIC_SYSRQ is not set
62027 -# CONFIG_UNUSED_SYMBOLS is not set
62028 -# CONFIG_DEBUG_FS is not set
62029 -# CONFIG_HEADERS_CHECK is not set
62030 -# CONFIG_DEBUG_KERNEL is not set
62031 -# CONFIG_SLUB_DEBUG_ON is not set
62032 -# CONFIG_SLUB_STATS is not set
62033 -# CONFIG_DEBUG_BUGVERBOSE is not set
62034 -# CONFIG_SAMPLES is not set
62035 -# CONFIG_PPC_EARLY_DEBUG is not set
62036 -
62037 -#
62038 -# Security options
62039 -#
62040 -# CONFIG_KEYS is not set
62041 -# CONFIG_SECURITY is not set
62042 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
62043 -CONFIG_CRYPTO=y
62044 -CONFIG_CRYPTO_ALGAPI=y
62045 -CONFIG_CRYPTO_BLKCIPHER=y
62046 -# CONFIG_CRYPTO_SEQIV is not set
62047 -CONFIG_CRYPTO_MANAGER=y
62048 -# CONFIG_CRYPTO_HMAC is not set
62049 -# CONFIG_CRYPTO_XCBC is not set
62050 -# CONFIG_CRYPTO_NULL is not set
62051 -# CONFIG_CRYPTO_MD4 is not set
62052 -CONFIG_CRYPTO_MD5=y
62053 -# CONFIG_CRYPTO_SHA1 is not set
62054 -# CONFIG_CRYPTO_SHA256 is not set
62055 -# CONFIG_CRYPTO_SHA512 is not set
62056 -# CONFIG_CRYPTO_WP512 is not set
62057 -# CONFIG_CRYPTO_TGR192 is not set
62058 -# CONFIG_CRYPTO_GF128MUL is not set
62059 -# CONFIG_CRYPTO_ECB is not set
62060 -CONFIG_CRYPTO_CBC=y
62061 -CONFIG_CRYPTO_PCBC=m
62062 -# CONFIG_CRYPTO_LRW is not set
62063 -# CONFIG_CRYPTO_XTS is not set
62064 -# CONFIG_CRYPTO_CTR is not set
62065 -# CONFIG_CRYPTO_GCM is not set
62066 -# CONFIG_CRYPTO_CCM is not set
62067 -# CONFIG_CRYPTO_CRYPTD is not set
62068 -CONFIG_CRYPTO_DES=y
62069 -# CONFIG_CRYPTO_FCRYPT is not set
62070 -# CONFIG_CRYPTO_BLOWFISH is not set
62071 -# CONFIG_CRYPTO_TWOFISH is not set
62072 -# CONFIG_CRYPTO_SERPENT is not set
62073 -# CONFIG_CRYPTO_AES is not set
62074 -# CONFIG_CRYPTO_CAST5 is not set
62075 -# CONFIG_CRYPTO_CAST6 is not set
62076 -# CONFIG_CRYPTO_TEA is not set
62077 -# CONFIG_CRYPTO_ARC4 is not set
62078 -# CONFIG_CRYPTO_KHAZAD is not set
62079 -# CONFIG_CRYPTO_ANUBIS is not set
62080 -# CONFIG_CRYPTO_SEED is not set
62081 -# CONFIG_CRYPTO_SALSA20 is not set
62082 -# CONFIG_CRYPTO_DEFLATE is not set
62083 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
62084 -# CONFIG_CRYPTO_CRC32C is not set
62085 -# CONFIG_CRYPTO_CAMELLIA is not set
62086 -# CONFIG_CRYPTO_TEST is not set
62087 -# CONFIG_CRYPTO_AUTHENC is not set
62088 -# CONFIG_CRYPTO_LZO is not set
62089 -CONFIG_CRYPTO_HW=y
62090 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
62091 -# CONFIG_PPC_CLOCK is not set
62092 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc834x_mds_defconfig
62093 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
62094 +++ powerpc.git/arch/powerpc/configs/mpc834x_mds_defconfig      1970-01-01 01:00:00.000000000 +0100
62095 @@ -1,1021 +0,0 @@
62096 -#
62097 -# Automatically generated make config: don't edit
62098 -# Linux kernel version: 2.6.25-rc7
62099 -# Mon Mar 31 11:36:56 2008
62100 -#
62101 -# CONFIG_PPC64 is not set
62102 -
62103 -#
62104 -# Processor support
62105 -#
62106 -CONFIG_6xx=y
62107 -# CONFIG_PPC_85xx is not set
62108 -# CONFIG_PPC_8xx is not set
62109 -# CONFIG_40x is not set
62110 -# CONFIG_44x is not set
62111 -# CONFIG_E200 is not set
62112 -CONFIG_PPC_FPU=y
62113 -# CONFIG_FSL_EMB_PERFMON is not set
62114 -CONFIG_PPC_STD_MMU=y
62115 -CONFIG_PPC_STD_MMU_32=y
62116 -# CONFIG_PPC_MM_SLICES is not set
62117 -# CONFIG_SMP is not set
62118 -CONFIG_PPC32=y
62119 -CONFIG_WORD_SIZE=32
62120 -CONFIG_PPC_MERGE=y
62121 -CONFIG_MMU=y
62122 -CONFIG_GENERIC_CMOS_UPDATE=y
62123 -CONFIG_GENERIC_TIME=y
62124 -CONFIG_GENERIC_TIME_VSYSCALL=y
62125 -CONFIG_GENERIC_CLOCKEVENTS=y
62126 -CONFIG_GENERIC_HARDIRQS=y
62127 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
62128 -CONFIG_IRQ_PER_CPU=y
62129 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
62130 -CONFIG_ARCH_HAS_ILOG2_U32=y
62131 -CONFIG_GENERIC_HWEIGHT=y
62132 -CONFIG_GENERIC_CALIBRATE_DELAY=y
62133 -CONFIG_GENERIC_FIND_NEXT_BIT=y
62134 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
62135 -CONFIG_PPC=y
62136 -CONFIG_EARLY_PRINTK=y
62137 -CONFIG_GENERIC_NVRAM=y
62138 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
62139 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
62140 -CONFIG_PPC_OF=y
62141 -CONFIG_OF=y
62142 -CONFIG_PPC_UDBG_16550=y
62143 -# CONFIG_GENERIC_TBSYNC is not set
62144 -CONFIG_AUDIT_ARCH=y
62145 -CONFIG_GENERIC_BUG=y
62146 -CONFIG_DEFAULT_UIMAGE=y
62147 -# CONFIG_PPC_DCR_NATIVE is not set
62148 -# CONFIG_PPC_DCR_MMIO is not set
62149 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
62150 -
62151 -#
62152 -# General setup
62153 -#
62154 -CONFIG_EXPERIMENTAL=y
62155 -CONFIG_BROKEN_ON_SMP=y
62156 -CONFIG_INIT_ENV_ARG_LIMIT=32
62157 -CONFIG_LOCALVERSION=""
62158 -CONFIG_LOCALVERSION_AUTO=y
62159 -CONFIG_SWAP=y
62160 -CONFIG_SYSVIPC=y
62161 -CONFIG_SYSVIPC_SYSCTL=y
62162 -# CONFIG_POSIX_MQUEUE is not set
62163 -# CONFIG_BSD_PROCESS_ACCT is not set
62164 -# CONFIG_TASKSTATS is not set
62165 -# CONFIG_AUDIT is not set
62166 -# CONFIG_IKCONFIG is not set
62167 -CONFIG_LOG_BUF_SHIFT=14
62168 -# CONFIG_CGROUPS is not set
62169 -CONFIG_GROUP_SCHED=y
62170 -# CONFIG_FAIR_GROUP_SCHED is not set
62171 -# CONFIG_RT_GROUP_SCHED is not set
62172 -CONFIG_USER_SCHED=y
62173 -# CONFIG_CGROUP_SCHED is not set
62174 -CONFIG_SYSFS_DEPRECATED=y
62175 -CONFIG_SYSFS_DEPRECATED_V2=y
62176 -# CONFIG_RELAY is not set
62177 -# CONFIG_NAMESPACES is not set
62178 -CONFIG_BLK_DEV_INITRD=y
62179 -CONFIG_INITRAMFS_SOURCE=""
62180 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
62181 -CONFIG_SYSCTL=y
62182 -CONFIG_EMBEDDED=y
62183 -CONFIG_SYSCTL_SYSCALL=y
62184 -# CONFIG_KALLSYMS is not set
62185 -CONFIG_HOTPLUG=y
62186 -CONFIG_PRINTK=y
62187 -CONFIG_BUG=y
62188 -CONFIG_ELF_CORE=y
62189 -CONFIG_COMPAT_BRK=y
62190 -CONFIG_BASE_FULL=y
62191 -CONFIG_FUTEX=y
62192 -CONFIG_ANON_INODES=y
62193 -# CONFIG_EPOLL is not set
62194 -CONFIG_SIGNALFD=y
62195 -CONFIG_TIMERFD=y
62196 -CONFIG_EVENTFD=y
62197 -CONFIG_SHMEM=y
62198 -CONFIG_VM_EVENT_COUNTERS=y
62199 -CONFIG_SLUB_DEBUG=y
62200 -# CONFIG_SLAB is not set
62201 -CONFIG_SLUB=y
62202 -# CONFIG_SLOB is not set
62203 -# CONFIG_PROFILING is not set
62204 -# CONFIG_MARKERS is not set
62205 -CONFIG_HAVE_OPROFILE=y
62206 -CONFIG_HAVE_KPROBES=y
62207 -CONFIG_HAVE_KRETPROBES=y
62208 -CONFIG_PROC_PAGE_MONITOR=y
62209 -CONFIG_SLABINFO=y
62210 -CONFIG_RT_MUTEXES=y
62211 -# CONFIG_TINY_SHMEM is not set
62212 -CONFIG_BASE_SMALL=0
62213 -CONFIG_MODULES=y
62214 -CONFIG_MODULE_UNLOAD=y
62215 -# CONFIG_MODULE_FORCE_UNLOAD is not set
62216 -# CONFIG_MODVERSIONS is not set
62217 -# CONFIG_MODULE_SRCVERSION_ALL is not set
62218 -# CONFIG_KMOD is not set
62219 -CONFIG_BLOCK=y
62220 -# CONFIG_LBD is not set
62221 -# CONFIG_BLK_DEV_IO_TRACE is not set
62222 -# CONFIG_LSF is not set
62223 -# CONFIG_BLK_DEV_BSG is not set
62224 -
62225 -#
62226 -# IO Schedulers
62227 -#
62228 -CONFIG_IOSCHED_NOOP=y
62229 -CONFIG_IOSCHED_AS=y
62230 -CONFIG_IOSCHED_DEADLINE=y
62231 -CONFIG_IOSCHED_CFQ=y
62232 -CONFIG_DEFAULT_AS=y
62233 -# CONFIG_DEFAULT_DEADLINE is not set
62234 -# CONFIG_DEFAULT_CFQ is not set
62235 -# CONFIG_DEFAULT_NOOP is not set
62236 -CONFIG_DEFAULT_IOSCHED="anticipatory"
62237 -CONFIG_CLASSIC_RCU=y
62238 -
62239 -#
62240 -# Platform support
62241 -#
62242 -# CONFIG_PPC_MULTIPLATFORM is not set
62243 -# CONFIG_PPC_82xx is not set
62244 -CONFIG_PPC_83xx=y
62245 -# CONFIG_PPC_86xx is not set
62246 -# CONFIG_PPC_MPC512x is not set
62247 -# CONFIG_PPC_MPC5121 is not set
62248 -# CONFIG_PPC_CELL is not set
62249 -# CONFIG_PPC_CELL_NATIVE is not set
62250 -# CONFIG_PQ2ADS is not set
62251 -CONFIG_MPC83xx=y
62252 -# CONFIG_MPC831x_RDB is not set
62253 -# CONFIG_MPC832x_MDS is not set
62254 -# CONFIG_MPC832x_RDB is not set
62255 -CONFIG_MPC834x_MDS=y
62256 -# CONFIG_MPC834x_ITX is not set
62257 -# CONFIG_MPC836x_MDS is not set
62258 -# CONFIG_MPC837x_MDS is not set
62259 -# CONFIG_MPC837x_RDB is not set
62260 -# CONFIG_SBC834x is not set
62261 -CONFIG_PPC_MPC834x=y
62262 -CONFIG_IPIC=y
62263 -# CONFIG_MPIC is not set
62264 -# CONFIG_MPIC_WEIRD is not set
62265 -# CONFIG_PPC_I8259 is not set
62266 -# CONFIG_PPC_RTAS is not set
62267 -# CONFIG_MMIO_NVRAM is not set
62268 -# CONFIG_PPC_MPC106 is not set
62269 -# CONFIG_PPC_970_NAP is not set
62270 -# CONFIG_PPC_INDIRECT_IO is not set
62271 -# CONFIG_GENERIC_IOMAP is not set
62272 -# CONFIG_CPU_FREQ is not set
62273 -# CONFIG_FSL_ULI1575 is not set
62274 -
62275 -#
62276 -# Kernel options
62277 -#
62278 -# CONFIG_HIGHMEM is not set
62279 -CONFIG_TICK_ONESHOT=y
62280 -CONFIG_NO_HZ=y
62281 -CONFIG_HIGH_RES_TIMERS=y
62282 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
62283 -# CONFIG_HZ_100 is not set
62284 -CONFIG_HZ_250=y
62285 -# CONFIG_HZ_300 is not set
62286 -# CONFIG_HZ_1000 is not set
62287 -CONFIG_HZ=250
62288 -# CONFIG_SCHED_HRTICK is not set
62289 -CONFIG_PREEMPT_NONE=y
62290 -# CONFIG_PREEMPT_VOLUNTARY is not set
62291 -# CONFIG_PREEMPT is not set
62292 -CONFIG_BINFMT_ELF=y
62293 -# CONFIG_BINFMT_MISC is not set
62294 -# CONFIG_IOMMU_HELPER is not set
62295 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
62296 -CONFIG_ARCH_HAS_WALK_MEMORY=y
62297 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
62298 -CONFIG_ARCH_FLATMEM_ENABLE=y
62299 -CONFIG_ARCH_POPULATES_NODE_MAP=y
62300 -CONFIG_SELECT_MEMORY_MODEL=y
62301 -CONFIG_FLATMEM_MANUAL=y
62302 -# CONFIG_DISCONTIGMEM_MANUAL is not set
62303 -# CONFIG_SPARSEMEM_MANUAL is not set
62304 -CONFIG_FLATMEM=y
62305 -CONFIG_FLAT_NODE_MEM_MAP=y
62306 -# CONFIG_SPARSEMEM_STATIC is not set
62307 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
62308 -CONFIG_SPLIT_PTLOCK_CPUS=4
62309 -# CONFIG_RESOURCES_64BIT is not set
62310 -CONFIG_ZONE_DMA_FLAG=1
62311 -CONFIG_BOUNCE=y
62312 -CONFIG_VIRT_TO_BUS=y
62313 -CONFIG_PROC_DEVICETREE=y
62314 -# CONFIG_CMDLINE_BOOL is not set
62315 -# CONFIG_PM is not set
62316 -CONFIG_SECCOMP=y
62317 -CONFIG_ISA_DMA_API=y
62318 -
62319 -#
62320 -# Bus options
62321 -#
62322 -CONFIG_ZONE_DMA=y
62323 -CONFIG_GENERIC_ISA_DMA=y
62324 -CONFIG_PPC_INDIRECT_PCI=y
62325 -CONFIG_FSL_SOC=y
62326 -CONFIG_PCI=y
62327 -CONFIG_PCI_DOMAINS=y
62328 -CONFIG_PCI_SYSCALL=y
62329 -# CONFIG_PCIEPORTBUS is not set
62330 -CONFIG_ARCH_SUPPORTS_MSI=y
62331 -# CONFIG_PCI_MSI is not set
62332 -CONFIG_PCI_LEGACY=y
62333 -# CONFIG_PCCARD is not set
62334 -# CONFIG_HOTPLUG_PCI is not set
62335 -
62336 -#
62337 -# Advanced setup
62338 -#
62339 -# CONFIG_ADVANCED_OPTIONS is not set
62340 -
62341 -#
62342 -# Default settings for advanced configuration options are used
62343 -#
62344 -CONFIG_HIGHMEM_START=0xfe000000
62345 -CONFIG_LOWMEM_SIZE=0x30000000
62346 -CONFIG_KERNEL_START=0xc0000000
62347 -CONFIG_TASK_SIZE=0xc0000000
62348 -CONFIG_BOOT_LOAD=0x00800000
62349 -
62350 -#
62351 -# Networking
62352 -#
62353 -CONFIG_NET=y
62354 -
62355 -#
62356 -# Networking options
62357 -#
62358 -CONFIG_PACKET=y
62359 -# CONFIG_PACKET_MMAP is not set
62360 -CONFIG_UNIX=y
62361 -CONFIG_XFRM=y
62362 -CONFIG_XFRM_USER=m
62363 -# CONFIG_XFRM_SUB_POLICY is not set
62364 -# CONFIG_XFRM_MIGRATE is not set
62365 -# CONFIG_XFRM_STATISTICS is not set
62366 -# CONFIG_NET_KEY is not set
62367 -CONFIG_INET=y
62368 -CONFIG_IP_MULTICAST=y
62369 -# CONFIG_IP_ADVANCED_ROUTER is not set
62370 -CONFIG_IP_FIB_HASH=y
62371 -CONFIG_IP_PNP=y
62372 -CONFIG_IP_PNP_DHCP=y
62373 -CONFIG_IP_PNP_BOOTP=y
62374 -# CONFIG_IP_PNP_RARP is not set
62375 -# CONFIG_NET_IPIP is not set
62376 -# CONFIG_NET_IPGRE is not set
62377 -# CONFIG_IP_MROUTE is not set
62378 -# CONFIG_ARPD is not set
62379 -CONFIG_SYN_COOKIES=y
62380 -# CONFIG_INET_AH is not set
62381 -# CONFIG_INET_ESP is not set
62382 -# CONFIG_INET_IPCOMP is not set
62383 -# CONFIG_INET_XFRM_TUNNEL is not set
62384 -# CONFIG_INET_TUNNEL is not set
62385 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
62386 -CONFIG_INET_XFRM_MODE_TUNNEL=y
62387 -CONFIG_INET_XFRM_MODE_BEET=y
62388 -# CONFIG_INET_LRO is not set
62389 -CONFIG_INET_DIAG=y
62390 -CONFIG_INET_TCP_DIAG=y
62391 -# CONFIG_TCP_CONG_ADVANCED is not set
62392 -CONFIG_TCP_CONG_CUBIC=y
62393 -CONFIG_DEFAULT_TCP_CONG="cubic"
62394 -# CONFIG_TCP_MD5SIG is not set
62395 -# CONFIG_IPV6 is not set
62396 -# CONFIG_INET6_XFRM_TUNNEL is not set
62397 -# CONFIG_INET6_TUNNEL is not set
62398 -# CONFIG_NETWORK_SECMARK is not set
62399 -# CONFIG_NETFILTER is not set
62400 -# CONFIG_IP_DCCP is not set
62401 -# CONFIG_IP_SCTP is not set
62402 -# CONFIG_TIPC is not set
62403 -# CONFIG_ATM is not set
62404 -# CONFIG_BRIDGE is not set
62405 -# CONFIG_VLAN_8021Q is not set
62406 -# CONFIG_DECNET is not set
62407 -# CONFIG_LLC2 is not set
62408 -# CONFIG_IPX is not set
62409 -# CONFIG_ATALK is not set
62410 -# CONFIG_X25 is not set
62411 -# CONFIG_LAPB is not set
62412 -# CONFIG_ECONET is not set
62413 -# CONFIG_WAN_ROUTER is not set
62414 -# CONFIG_NET_SCHED is not set
62415 -
62416 -#
62417 -# Network testing
62418 -#
62419 -# CONFIG_NET_PKTGEN is not set
62420 -# CONFIG_HAMRADIO is not set
62421 -# CONFIG_CAN is not set
62422 -# CONFIG_IRDA is not set
62423 -# CONFIG_BT is not set
62424 -# CONFIG_AF_RXRPC is not set
62425 -
62426 -#
62427 -# Wireless
62428 -#
62429 -# CONFIG_CFG80211 is not set
62430 -# CONFIG_WIRELESS_EXT is not set
62431 -# CONFIG_MAC80211 is not set
62432 -# CONFIG_IEEE80211 is not set
62433 -# CONFIG_RFKILL is not set
62434 -# CONFIG_NET_9P is not set
62435 -
62436 -#
62437 -# Device Drivers
62438 -#
62439 -
62440 -#
62441 -# Generic Driver Options
62442 -#
62443 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
62444 -CONFIG_STANDALONE=y
62445 -CONFIG_PREVENT_FIRMWARE_BUILD=y
62446 -# CONFIG_FW_LOADER is not set
62447 -# CONFIG_SYS_HYPERVISOR is not set
62448 -# CONFIG_CONNECTOR is not set
62449 -# CONFIG_MTD is not set
62450 -CONFIG_OF_DEVICE=y
62451 -# CONFIG_PARPORT is not set
62452 -CONFIG_BLK_DEV=y
62453 -# CONFIG_BLK_DEV_FD is not set
62454 -# CONFIG_BLK_CPQ_DA is not set
62455 -# CONFIG_BLK_CPQ_CISS_DA is not set
62456 -# CONFIG_BLK_DEV_DAC960 is not set
62457 -# CONFIG_BLK_DEV_UMEM is not set
62458 -# CONFIG_BLK_DEV_COW_COMMON is not set
62459 -CONFIG_BLK_DEV_LOOP=y
62460 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
62461 -# CONFIG_BLK_DEV_NBD is not set
62462 -# CONFIG_BLK_DEV_SX8 is not set
62463 -CONFIG_BLK_DEV_RAM=y
62464 -CONFIG_BLK_DEV_RAM_COUNT=16
62465 -CONFIG_BLK_DEV_RAM_SIZE=32768
62466 -# CONFIG_BLK_DEV_XIP is not set
62467 -# CONFIG_CDROM_PKTCDVD is not set
62468 -# CONFIG_ATA_OVER_ETH is not set
62469 -CONFIG_MISC_DEVICES=y
62470 -# CONFIG_PHANTOM is not set
62471 -# CONFIG_EEPROM_93CX6 is not set
62472 -# CONFIG_SGI_IOC4 is not set
62473 -# CONFIG_TIFM_CORE is not set
62474 -# CONFIG_ENCLOSURE_SERVICES is not set
62475 -CONFIG_HAVE_IDE=y
62476 -# CONFIG_IDE is not set
62477 -
62478 -#
62479 -# SCSI device support
62480 -#
62481 -# CONFIG_RAID_ATTRS is not set
62482 -# CONFIG_SCSI is not set
62483 -# CONFIG_SCSI_DMA is not set
62484 -# CONFIG_SCSI_NETLINK is not set
62485 -# CONFIG_ATA is not set
62486 -# CONFIG_MD is not set
62487 -# CONFIG_FUSION is not set
62488 -
62489 -#
62490 -# IEEE 1394 (FireWire) support
62491 -#
62492 -# CONFIG_FIREWIRE is not set
62493 -# CONFIG_IEEE1394 is not set
62494 -# CONFIG_I2O is not set
62495 -# CONFIG_MACINTOSH_DRIVERS is not set
62496 -CONFIG_NETDEVICES=y
62497 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
62498 -# CONFIG_DUMMY is not set
62499 -# CONFIG_BONDING is not set
62500 -# CONFIG_MACVLAN is not set
62501 -# CONFIG_EQUALIZER is not set
62502 -# CONFIG_TUN is not set
62503 -# CONFIG_VETH is not set
62504 -# CONFIG_ARCNET is not set
62505 -CONFIG_PHYLIB=y
62506 -
62507 -#
62508 -# MII PHY device drivers
62509 -#
62510 -CONFIG_MARVELL_PHY=y
62511 -# CONFIG_DAVICOM_PHY is not set
62512 -# CONFIG_QSEMI_PHY is not set
62513 -# CONFIG_LXT_PHY is not set
62514 -# CONFIG_CICADA_PHY is not set
62515 -# CONFIG_VITESSE_PHY is not set
62516 -# CONFIG_SMSC_PHY is not set
62517 -# CONFIG_BROADCOM_PHY is not set
62518 -# CONFIG_ICPLUS_PHY is not set
62519 -# CONFIG_REALTEK_PHY is not set
62520 -# CONFIG_FIXED_PHY is not set
62521 -# CONFIG_MDIO_BITBANG is not set
62522 -CONFIG_NET_ETHERNET=y
62523 -CONFIG_MII=y
62524 -# CONFIG_HAPPYMEAL is not set
62525 -# CONFIG_SUNGEM is not set
62526 -# CONFIG_CASSINI is not set
62527 -# CONFIG_NET_VENDOR_3COM is not set
62528 -# CONFIG_NET_TULIP is not set
62529 -# CONFIG_HP100 is not set
62530 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
62531 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
62532 -# CONFIG_IBM_NEW_EMAC_TAH is not set
62533 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
62534 -CONFIG_NET_PCI=y
62535 -# CONFIG_PCNET32 is not set
62536 -# CONFIG_AMD8111_ETH is not set
62537 -# CONFIG_ADAPTEC_STARFIRE is not set
62538 -# CONFIG_B44 is not set
62539 -# CONFIG_FORCEDETH is not set
62540 -# CONFIG_EEPRO100 is not set
62541 -CONFIG_E100=y
62542 -# CONFIG_FEALNX is not set
62543 -# CONFIG_NATSEMI is not set
62544 -# CONFIG_NE2K_PCI is not set
62545 -# CONFIG_8139CP is not set
62546 -# CONFIG_8139TOO is not set
62547 -# CONFIG_R6040 is not set
62548 -# CONFIG_SIS900 is not set
62549 -# CONFIG_EPIC100 is not set
62550 -# CONFIG_SUNDANCE is not set
62551 -# CONFIG_TLAN is not set
62552 -# CONFIG_VIA_RHINE is not set
62553 -# CONFIG_SC92031 is not set
62554 -CONFIG_NETDEV_1000=y
62555 -# CONFIG_ACENIC is not set
62556 -# CONFIG_DL2K is not set
62557 -# CONFIG_E1000 is not set
62558 -# CONFIG_E1000E is not set
62559 -# CONFIG_E1000E_ENABLED is not set
62560 -# CONFIG_IP1000 is not set
62561 -# CONFIG_IGB is not set
62562 -# CONFIG_NS83820 is not set
62563 -# CONFIG_HAMACHI is not set
62564 -# CONFIG_YELLOWFIN is not set
62565 -# CONFIG_R8169 is not set
62566 -# CONFIG_SIS190 is not set
62567 -# CONFIG_SKGE is not set
62568 -# CONFIG_SKY2 is not set
62569 -# CONFIG_SK98LIN is not set
62570 -# CONFIG_VIA_VELOCITY is not set
62571 -# CONFIG_TIGON3 is not set
62572 -# CONFIG_BNX2 is not set
62573 -CONFIG_GIANFAR=y
62574 -# CONFIG_GFAR_NAPI is not set
62575 -# CONFIG_QLA3XXX is not set
62576 -# CONFIG_ATL1 is not set
62577 -CONFIG_NETDEV_10000=y
62578 -# CONFIG_CHELSIO_T1 is not set
62579 -# CONFIG_CHELSIO_T3 is not set
62580 -# CONFIG_IXGBE is not set
62581 -# CONFIG_IXGB is not set
62582 -# CONFIG_S2IO is not set
62583 -# CONFIG_MYRI10GE is not set
62584 -# CONFIG_NETXEN_NIC is not set
62585 -# CONFIG_NIU is not set
62586 -# CONFIG_MLX4_CORE is not set
62587 -# CONFIG_TEHUTI is not set
62588 -# CONFIG_BNX2X is not set
62589 -# CONFIG_TR is not set
62590 -
62591 -#
62592 -# Wireless LAN
62593 -#
62594 -# CONFIG_WLAN_PRE80211 is not set
62595 -# CONFIG_WLAN_80211 is not set
62596 -# CONFIG_WAN is not set
62597 -# CONFIG_FDDI is not set
62598 -# CONFIG_HIPPI is not set
62599 -# CONFIG_PPP is not set
62600 -# CONFIG_SLIP is not set
62601 -# CONFIG_NETCONSOLE is not set
62602 -# CONFIG_NETPOLL is not set
62603 -# CONFIG_NET_POLL_CONTROLLER is not set
62604 -# CONFIG_ISDN is not set
62605 -# CONFIG_PHONE is not set
62606 -
62607 -#
62608 -# Input device support
62609 -#
62610 -CONFIG_INPUT=y
62611 -# CONFIG_INPUT_FF_MEMLESS is not set
62612 -# CONFIG_INPUT_POLLDEV is not set
62613 -
62614 -#
62615 -# Userland interfaces
62616 -#
62617 -# CONFIG_INPUT_MOUSEDEV is not set
62618 -# CONFIG_INPUT_JOYDEV is not set
62619 -# CONFIG_INPUT_EVDEV is not set
62620 -# CONFIG_INPUT_EVBUG is not set
62621 -
62622 -#
62623 -# Input Device Drivers
62624 -#
62625 -# CONFIG_INPUT_KEYBOARD is not set
62626 -# CONFIG_INPUT_MOUSE is not set
62627 -# CONFIG_INPUT_JOYSTICK is not set
62628 -# CONFIG_INPUT_TABLET is not set
62629 -# CONFIG_INPUT_TOUCHSCREEN is not set
62630 -# CONFIG_INPUT_MISC is not set
62631 -
62632 -#
62633 -# Hardware I/O ports
62634 -#
62635 -# CONFIG_SERIO is not set
62636 -# CONFIG_GAMEPORT is not set
62637 -
62638 -#
62639 -# Character devices
62640 -#
62641 -# CONFIG_VT is not set
62642 -# CONFIG_SERIAL_NONSTANDARD is not set
62643 -# CONFIG_NOZOMI is not set
62644 -
62645 -#
62646 -# Serial drivers
62647 -#
62648 -CONFIG_SERIAL_8250=y
62649 -CONFIG_SERIAL_8250_CONSOLE=y
62650 -CONFIG_SERIAL_8250_PCI=y
62651 -CONFIG_SERIAL_8250_NR_UARTS=4
62652 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
62653 -# CONFIG_SERIAL_8250_EXTENDED is not set
62654 -
62655 -#
62656 -# Non-8250 serial port support
62657 -#
62658 -# CONFIG_SERIAL_UARTLITE is not set
62659 -CONFIG_SERIAL_CORE=y
62660 -CONFIG_SERIAL_CORE_CONSOLE=y
62661 -# CONFIG_SERIAL_JSM is not set
62662 -# CONFIG_SERIAL_OF_PLATFORM is not set
62663 -CONFIG_UNIX98_PTYS=y
62664 -CONFIG_LEGACY_PTYS=y
62665 -CONFIG_LEGACY_PTY_COUNT=256
62666 -# CONFIG_IPMI_HANDLER is not set
62667 -# CONFIG_HW_RANDOM is not set
62668 -# CONFIG_NVRAM is not set
62669 -# CONFIG_GEN_RTC is not set
62670 -# CONFIG_R3964 is not set
62671 -# CONFIG_APPLICOM is not set
62672 -# CONFIG_RAW_DRIVER is not set
62673 -# CONFIG_TCG_TPM is not set
62674 -CONFIG_DEVPORT=y
62675 -CONFIG_I2C=y
62676 -CONFIG_I2C_BOARDINFO=y
62677 -CONFIG_I2C_CHARDEV=y
62678 -
62679 -#
62680 -# I2C Algorithms
62681 -#
62682 -# CONFIG_I2C_ALGOBIT is not set
62683 -# CONFIG_I2C_ALGOPCF is not set
62684 -# CONFIG_I2C_ALGOPCA is not set
62685 -
62686 -#
62687 -# I2C Hardware Bus support
62688 -#
62689 -# CONFIG_I2C_ALI1535 is not set
62690 -# CONFIG_I2C_ALI1563 is not set
62691 -# CONFIG_I2C_ALI15X3 is not set
62692 -# CONFIG_I2C_AMD756 is not set
62693 -# CONFIG_I2C_AMD8111 is not set
62694 -# CONFIG_I2C_I801 is not set
62695 -# CONFIG_I2C_I810 is not set
62696 -# CONFIG_I2C_PIIX4 is not set
62697 -CONFIG_I2C_MPC=y
62698 -# CONFIG_I2C_NFORCE2 is not set
62699 -# CONFIG_I2C_OCORES is not set
62700 -# CONFIG_I2C_PARPORT_LIGHT is not set
62701 -# CONFIG_I2C_PROSAVAGE is not set
62702 -# CONFIG_I2C_SAVAGE4 is not set
62703 -# CONFIG_I2C_SIMTEC is not set
62704 -# CONFIG_I2C_SIS5595 is not set
62705 -# CONFIG_I2C_SIS630 is not set
62706 -# CONFIG_I2C_SIS96X is not set
62707 -# CONFIG_I2C_TAOS_EVM is not set
62708 -# CONFIG_I2C_STUB is not set
62709 -# CONFIG_I2C_VIA is not set
62710 -# CONFIG_I2C_VIAPRO is not set
62711 -# CONFIG_I2C_VOODOO3 is not set
62712 -
62713 -#
62714 -# Miscellaneous I2C Chip support
62715 -#
62716 -# CONFIG_DS1682 is not set
62717 -# CONFIG_SENSORS_EEPROM is not set
62718 -# CONFIG_SENSORS_PCF8574 is not set
62719 -# CONFIG_PCF8575 is not set
62720 -# CONFIG_SENSORS_PCF8591 is not set
62721 -# CONFIG_TPS65010 is not set
62722 -# CONFIG_SENSORS_MAX6875 is not set
62723 -# CONFIG_SENSORS_TSL2550 is not set
62724 -# CONFIG_I2C_DEBUG_CORE is not set
62725 -# CONFIG_I2C_DEBUG_ALGO is not set
62726 -# CONFIG_I2C_DEBUG_BUS is not set
62727 -# CONFIG_I2C_DEBUG_CHIP is not set
62728 -
62729 -#
62730 -# SPI support
62731 -#
62732 -# CONFIG_SPI is not set
62733 -# CONFIG_SPI_MASTER is not set
62734 -# CONFIG_W1 is not set
62735 -# CONFIG_POWER_SUPPLY is not set
62736 -CONFIG_HWMON=y
62737 -# CONFIG_HWMON_VID is not set
62738 -# CONFIG_SENSORS_AD7418 is not set
62739 -# CONFIG_SENSORS_ADM1021 is not set
62740 -# CONFIG_SENSORS_ADM1025 is not set
62741 -# CONFIG_SENSORS_ADM1026 is not set
62742 -# CONFIG_SENSORS_ADM1029 is not set
62743 -# CONFIG_SENSORS_ADM1031 is not set
62744 -# CONFIG_SENSORS_ADM9240 is not set
62745 -# CONFIG_SENSORS_ADT7470 is not set
62746 -# CONFIG_SENSORS_ADT7473 is not set
62747 -# CONFIG_SENSORS_ATXP1 is not set
62748 -# CONFIG_SENSORS_DS1621 is not set
62749 -# CONFIG_SENSORS_I5K_AMB is not set
62750 -# CONFIG_SENSORS_F71805F is not set
62751 -# CONFIG_SENSORS_F71882FG is not set
62752 -# CONFIG_SENSORS_F75375S is not set
62753 -# CONFIG_SENSORS_GL518SM is not set
62754 -# CONFIG_SENSORS_GL520SM is not set
62755 -# CONFIG_SENSORS_IT87 is not set
62756 -# CONFIG_SENSORS_LM63 is not set
62757 -# CONFIG_SENSORS_LM75 is not set
62758 -# CONFIG_SENSORS_LM77 is not set
62759 -# CONFIG_SENSORS_LM78 is not set
62760 -# CONFIG_SENSORS_LM80 is not set
62761 -# CONFIG_SENSORS_LM83 is not set
62762 -# CONFIG_SENSORS_LM85 is not set
62763 -# CONFIG_SENSORS_LM87 is not set
62764 -# CONFIG_SENSORS_LM90 is not set
62765 -# CONFIG_SENSORS_LM92 is not set
62766 -# CONFIG_SENSORS_LM93 is not set
62767 -# CONFIG_SENSORS_MAX1619 is not set
62768 -# CONFIG_SENSORS_MAX6650 is not set
62769 -# CONFIG_SENSORS_PC87360 is not set
62770 -# CONFIG_SENSORS_PC87427 is not set
62771 -# CONFIG_SENSORS_SIS5595 is not set
62772 -# CONFIG_SENSORS_DME1737 is not set
62773 -# CONFIG_SENSORS_SMSC47M1 is not set
62774 -# CONFIG_SENSORS_SMSC47M192 is not set
62775 -# CONFIG_SENSORS_SMSC47B397 is not set
62776 -# CONFIG_SENSORS_ADS7828 is not set
62777 -# CONFIG_SENSORS_THMC50 is not set
62778 -# CONFIG_SENSORS_VIA686A is not set
62779 -# CONFIG_SENSORS_VT1211 is not set
62780 -# CONFIG_SENSORS_VT8231 is not set
62781 -# CONFIG_SENSORS_W83781D is not set
62782 -# CONFIG_SENSORS_W83791D is not set
62783 -# CONFIG_SENSORS_W83792D is not set
62784 -# CONFIG_SENSORS_W83793 is not set
62785 -# CONFIG_SENSORS_W83L785TS is not set
62786 -# CONFIG_SENSORS_W83L786NG is not set
62787 -# CONFIG_SENSORS_W83627HF is not set
62788 -# CONFIG_SENSORS_W83627EHF is not set
62789 -# CONFIG_HWMON_DEBUG_CHIP is not set
62790 -# CONFIG_THERMAL is not set
62791 -CONFIG_WATCHDOG=y
62792 -# CONFIG_WATCHDOG_NOWAYOUT is not set
62793 -
62794 -#
62795 -# Watchdog Device Drivers
62796 -#
62797 -# CONFIG_SOFT_WATCHDOG is not set
62798 -CONFIG_83xx_WDT=y
62799 -
62800 -#
62801 -# PCI-based Watchdog Cards
62802 -#
62803 -# CONFIG_PCIPCWATCHDOG is not set
62804 -# CONFIG_WDTPCI is not set
62805 -
62806 -#
62807 -# Sonics Silicon Backplane
62808 -#
62809 -CONFIG_SSB_POSSIBLE=y
62810 -# CONFIG_SSB is not set
62811 -
62812 -#
62813 -# Multifunction device drivers
62814 -#
62815 -# CONFIG_MFD_SM501 is not set
62816 -
62817 -#
62818 -# Multimedia devices
62819 -#
62820 -# CONFIG_VIDEO_DEV is not set
62821 -# CONFIG_DVB_CORE is not set
62822 -CONFIG_DAB=y
62823 -
62824 -#
62825 -# Graphics support
62826 -#
62827 -# CONFIG_AGP is not set
62828 -# CONFIG_DRM is not set
62829 -# CONFIG_VGASTATE is not set
62830 -CONFIG_VIDEO_OUTPUT_CONTROL=m
62831 -# CONFIG_FB is not set
62832 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
62833 -
62834 -#
62835 -# Display device support
62836 -#
62837 -# CONFIG_DISPLAY_SUPPORT is not set
62838 -
62839 -#
62840 -# Sound
62841 -#
62842 -# CONFIG_SOUND is not set
62843 -CONFIG_HID_SUPPORT=y
62844 -CONFIG_HID=y
62845 -# CONFIG_HID_DEBUG is not set
62846 -# CONFIG_HIDRAW is not set
62847 -CONFIG_USB_SUPPORT=y
62848 -CONFIG_USB_ARCH_HAS_HCD=y
62849 -CONFIG_USB_ARCH_HAS_OHCI=y
62850 -CONFIG_USB_ARCH_HAS_EHCI=y
62851 -# CONFIG_USB is not set
62852 -
62853 -#
62854 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
62855 -#
62856 -# CONFIG_USB_GADGET is not set
62857 -# CONFIG_MMC is not set
62858 -# CONFIG_MEMSTICK is not set
62859 -# CONFIG_NEW_LEDS is not set
62860 -# CONFIG_INFINIBAND is not set
62861 -# CONFIG_EDAC is not set
62862 -CONFIG_RTC_LIB=y
62863 -CONFIG_RTC_CLASS=y
62864 -CONFIG_RTC_HCTOSYS=y
62865 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
62866 -# CONFIG_RTC_DEBUG is not set
62867 -
62868 -#
62869 -# RTC interfaces
62870 -#
62871 -CONFIG_RTC_INTF_SYSFS=y
62872 -CONFIG_RTC_INTF_PROC=y
62873 -CONFIG_RTC_INTF_DEV=y
62874 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
62875 -# CONFIG_RTC_DRV_TEST is not set
62876 -
62877 -#
62878 -# I2C RTC drivers
62879 -#
62880 -# CONFIG_RTC_DRV_DS1307 is not set
62881 -CONFIG_RTC_DRV_DS1374=y
62882 -# CONFIG_RTC_DRV_DS1672 is not set
62883 -# CONFIG_RTC_DRV_MAX6900 is not set
62884 -# CONFIG_RTC_DRV_RS5C372 is not set
62885 -# CONFIG_RTC_DRV_ISL1208 is not set
62886 -# CONFIG_RTC_DRV_X1205 is not set
62887 -# CONFIG_RTC_DRV_PCF8563 is not set
62888 -# CONFIG_RTC_DRV_PCF8583 is not set
62889 -# CONFIG_RTC_DRV_M41T80 is not set
62890 -# CONFIG_RTC_DRV_S35390A is not set
62891 -
62892 -#
62893 -# SPI RTC drivers
62894 -#
62895 -
62896 -#
62897 -# Platform RTC drivers
62898 -#
62899 -# CONFIG_RTC_DRV_CMOS is not set
62900 -# CONFIG_RTC_DRV_DS1511 is not set
62901 -# CONFIG_RTC_DRV_DS1553 is not set
62902 -# CONFIG_RTC_DRV_DS1742 is not set
62903 -# CONFIG_RTC_DRV_STK17TA8 is not set
62904 -# CONFIG_RTC_DRV_M48T86 is not set
62905 -# CONFIG_RTC_DRV_M48T59 is not set
62906 -# CONFIG_RTC_DRV_V3020 is not set
62907 -
62908 -#
62909 -# on-CPU RTC drivers
62910 -#
62911 -# CONFIG_DMADEVICES is not set
62912 -
62913 -#
62914 -# Userspace I/O
62915 -#
62916 -# CONFIG_UIO is not set
62917 -
62918 -#
62919 -# File systems
62920 -#
62921 -CONFIG_EXT2_FS=y
62922 -# CONFIG_EXT2_FS_XATTR is not set
62923 -# CONFIG_EXT2_FS_XIP is not set
62924 -CONFIG_EXT3_FS=y
62925 -CONFIG_EXT3_FS_XATTR=y
62926 -# CONFIG_EXT3_FS_POSIX_ACL is not set
62927 -# CONFIG_EXT3_FS_SECURITY is not set
62928 -# CONFIG_EXT4DEV_FS is not set
62929 -CONFIG_JBD=y
62930 -CONFIG_FS_MBCACHE=y
62931 -# CONFIG_REISERFS_FS is not set
62932 -# CONFIG_JFS_FS is not set
62933 -# CONFIG_FS_POSIX_ACL is not set
62934 -# CONFIG_XFS_FS is not set
62935 -# CONFIG_GFS2_FS is not set
62936 -# CONFIG_OCFS2_FS is not set
62937 -CONFIG_DNOTIFY=y
62938 -CONFIG_INOTIFY=y
62939 -CONFIG_INOTIFY_USER=y
62940 -# CONFIG_QUOTA is not set
62941 -# CONFIG_AUTOFS_FS is not set
62942 -# CONFIG_AUTOFS4_FS is not set
62943 -# CONFIG_FUSE_FS is not set
62944 -
62945 -#
62946 -# CD-ROM/DVD Filesystems
62947 -#
62948 -# CONFIG_ISO9660_FS is not set
62949 -# CONFIG_UDF_FS is not set
62950 -
62951 -#
62952 -# DOS/FAT/NT Filesystems
62953 -#
62954 -# CONFIG_MSDOS_FS is not set
62955 -# CONFIG_VFAT_FS is not set
62956 -# CONFIG_NTFS_FS is not set
62957 -
62958 -#
62959 -# Pseudo filesystems
62960 -#
62961 -CONFIG_PROC_FS=y
62962 -CONFIG_PROC_KCORE=y
62963 -CONFIG_PROC_SYSCTL=y
62964 -CONFIG_SYSFS=y
62965 -CONFIG_TMPFS=y
62966 -# CONFIG_TMPFS_POSIX_ACL is not set
62967 -# CONFIG_HUGETLB_PAGE is not set
62968 -# CONFIG_CONFIGFS_FS is not set
62969 -
62970 -#
62971 -# Miscellaneous filesystems
62972 -#
62973 -# CONFIG_ADFS_FS is not set
62974 -# CONFIG_AFFS_FS is not set
62975 -# CONFIG_HFS_FS is not set
62976 -# CONFIG_HFSPLUS_FS is not set
62977 -# CONFIG_BEFS_FS is not set
62978 -# CONFIG_BFS_FS is not set
62979 -# CONFIG_EFS_FS is not set
62980 -# CONFIG_CRAMFS is not set
62981 -# CONFIG_VXFS_FS is not set
62982 -# CONFIG_MINIX_FS is not set
62983 -# CONFIG_HPFS_FS is not set
62984 -# CONFIG_QNX4FS_FS is not set
62985 -# CONFIG_ROMFS_FS is not set
62986 -# CONFIG_SYSV_FS is not set
62987 -# CONFIG_UFS_FS is not set
62988 -CONFIG_NETWORK_FILESYSTEMS=y
62989 -CONFIG_NFS_FS=y
62990 -CONFIG_NFS_V3=y
62991 -# CONFIG_NFS_V3_ACL is not set
62992 -CONFIG_NFS_V4=y
62993 -# CONFIG_NFS_DIRECTIO is not set
62994 -# CONFIG_NFSD is not set
62995 -CONFIG_ROOT_NFS=y
62996 -CONFIG_LOCKD=y
62997 -CONFIG_LOCKD_V4=y
62998 -CONFIG_NFS_COMMON=y
62999 -CONFIG_SUNRPC=y
63000 -CONFIG_SUNRPC_GSS=y
63001 -# CONFIG_SUNRPC_BIND34 is not set
63002 -CONFIG_RPCSEC_GSS_KRB5=y
63003 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
63004 -# CONFIG_SMB_FS is not set
63005 -# CONFIG_CIFS is not set
63006 -# CONFIG_NCP_FS is not set
63007 -# CONFIG_CODA_FS is not set
63008 -# CONFIG_AFS_FS is not set
63009 -
63010 -#
63011 -# Partition Types
63012 -#
63013 -CONFIG_PARTITION_ADVANCED=y
63014 -# CONFIG_ACORN_PARTITION is not set
63015 -# CONFIG_OSF_PARTITION is not set
63016 -# CONFIG_AMIGA_PARTITION is not set
63017 -# CONFIG_ATARI_PARTITION is not set
63018 -# CONFIG_MAC_PARTITION is not set
63019 -# CONFIG_MSDOS_PARTITION is not set
63020 -# CONFIG_LDM_PARTITION is not set
63021 -# CONFIG_SGI_PARTITION is not set
63022 -# CONFIG_ULTRIX_PARTITION is not set
63023 -# CONFIG_SUN_PARTITION is not set
63024 -# CONFIG_KARMA_PARTITION is not set
63025 -# CONFIG_EFI_PARTITION is not set
63026 -# CONFIG_SYSV68_PARTITION is not set
63027 -# CONFIG_NLS is not set
63028 -# CONFIG_DLM is not set
63029 -
63030 -#
63031 -# Library routines
63032 -#
63033 -CONFIG_BITREVERSE=y
63034 -# CONFIG_CRC_CCITT is not set
63035 -# CONFIG_CRC16 is not set
63036 -# CONFIG_CRC_ITU_T is not set
63037 -CONFIG_CRC32=y
63038 -# CONFIG_CRC7 is not set
63039 -# CONFIG_LIBCRC32C is not set
63040 -CONFIG_PLIST=y
63041 -CONFIG_HAS_IOMEM=y
63042 -CONFIG_HAS_IOPORT=y
63043 -CONFIG_HAS_DMA=y
63044 -
63045 -#
63046 -# Kernel hacking
63047 -#
63048 -# CONFIG_PRINTK_TIME is not set
63049 -CONFIG_ENABLE_WARN_DEPRECATED=y
63050 -CONFIG_ENABLE_MUST_CHECK=y
63051 -# CONFIG_MAGIC_SYSRQ is not set
63052 -# CONFIG_UNUSED_SYMBOLS is not set
63053 -# CONFIG_DEBUG_FS is not set
63054 -# CONFIG_HEADERS_CHECK is not set
63055 -# CONFIG_DEBUG_KERNEL is not set
63056 -# CONFIG_SLUB_DEBUG_ON is not set
63057 -# CONFIG_SLUB_STATS is not set
63058 -# CONFIG_DEBUG_BUGVERBOSE is not set
63059 -# CONFIG_SAMPLES is not set
63060 -# CONFIG_PPC_EARLY_DEBUG is not set
63061 -
63062 -#
63063 -# Security options
63064 -#
63065 -# CONFIG_KEYS is not set
63066 -# CONFIG_SECURITY is not set
63067 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
63068 -CONFIG_CRYPTO=y
63069 -CONFIG_CRYPTO_ALGAPI=y
63070 -CONFIG_CRYPTO_BLKCIPHER=y
63071 -# CONFIG_CRYPTO_SEQIV is not set
63072 -CONFIG_CRYPTO_MANAGER=y
63073 -# CONFIG_CRYPTO_HMAC is not set
63074 -# CONFIG_CRYPTO_XCBC is not set
63075 -# CONFIG_CRYPTO_NULL is not set
63076 -# CONFIG_CRYPTO_MD4 is not set
63077 -CONFIG_CRYPTO_MD5=y
63078 -# CONFIG_CRYPTO_SHA1 is not set
63079 -# CONFIG_CRYPTO_SHA256 is not set
63080 -# CONFIG_CRYPTO_SHA512 is not set
63081 -# CONFIG_CRYPTO_WP512 is not set
63082 -# CONFIG_CRYPTO_TGR192 is not set
63083 -# CONFIG_CRYPTO_GF128MUL is not set
63084 -CONFIG_CRYPTO_ECB=m
63085 -CONFIG_CRYPTO_CBC=y
63086 -CONFIG_CRYPTO_PCBC=m
63087 -# CONFIG_CRYPTO_LRW is not set
63088 -# CONFIG_CRYPTO_XTS is not set
63089 -# CONFIG_CRYPTO_CTR is not set
63090 -# CONFIG_CRYPTO_GCM is not set
63091 -# CONFIG_CRYPTO_CCM is not set
63092 -# CONFIG_CRYPTO_CRYPTD is not set
63093 -CONFIG_CRYPTO_DES=y
63094 -# CONFIG_CRYPTO_FCRYPT is not set
63095 -# CONFIG_CRYPTO_BLOWFISH is not set
63096 -# CONFIG_CRYPTO_TWOFISH is not set
63097 -# CONFIG_CRYPTO_SERPENT is not set
63098 -# CONFIG_CRYPTO_AES is not set
63099 -# CONFIG_CRYPTO_CAST5 is not set
63100 -# CONFIG_CRYPTO_CAST6 is not set
63101 -# CONFIG_CRYPTO_TEA is not set
63102 -# CONFIG_CRYPTO_ARC4 is not set
63103 -# CONFIG_CRYPTO_KHAZAD is not set
63104 -# CONFIG_CRYPTO_ANUBIS is not set
63105 -# CONFIG_CRYPTO_SEED is not set
63106 -# CONFIG_CRYPTO_SALSA20 is not set
63107 -# CONFIG_CRYPTO_DEFLATE is not set
63108 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
63109 -# CONFIG_CRYPTO_CRC32C is not set
63110 -# CONFIG_CRYPTO_CAMELLIA is not set
63111 -# CONFIG_CRYPTO_TEST is not set
63112 -# CONFIG_CRYPTO_AUTHENC is not set
63113 -# CONFIG_CRYPTO_LZO is not set
63114 -CONFIG_CRYPTO_HW=y
63115 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
63116 -# CONFIG_PPC_CLOCK is not set
63117 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc836x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc836x_mds_defconfig
63118 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc836x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
63119 +++ powerpc.git/arch/powerpc/configs/mpc836x_mds_defconfig      1970-01-01 01:00:00.000000000 +0100
63120 @@ -1,1079 +0,0 @@
63121 -#
63122 -# Automatically generated make config: don't edit
63123 -# Linux kernel version: 2.6.25-rc7
63124 -# Mon Mar 31 11:36:57 2008
63125 -#
63126 -# CONFIG_PPC64 is not set
63127 -
63128 -#
63129 -# Processor support
63130 -#
63131 -CONFIG_6xx=y
63132 -# CONFIG_PPC_85xx is not set
63133 -# CONFIG_PPC_8xx is not set
63134 -# CONFIG_40x is not set
63135 -# CONFIG_44x is not set
63136 -# CONFIG_E200 is not set
63137 -CONFIG_PPC_FPU=y
63138 -# CONFIG_FSL_EMB_PERFMON is not set
63139 -CONFIG_PPC_STD_MMU=y
63140 -CONFIG_PPC_STD_MMU_32=y
63141 -# CONFIG_PPC_MM_SLICES is not set
63142 -# CONFIG_SMP is not set
63143 -CONFIG_PPC32=y
63144 -CONFIG_WORD_SIZE=32
63145 -CONFIG_PPC_MERGE=y
63146 -CONFIG_MMU=y
63147 -CONFIG_GENERIC_CMOS_UPDATE=y
63148 -CONFIG_GENERIC_TIME=y
63149 -CONFIG_GENERIC_TIME_VSYSCALL=y
63150 -CONFIG_GENERIC_CLOCKEVENTS=y
63151 -CONFIG_GENERIC_HARDIRQS=y
63152 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
63153 -CONFIG_IRQ_PER_CPU=y
63154 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
63155 -CONFIG_ARCH_HAS_ILOG2_U32=y
63156 -CONFIG_GENERIC_HWEIGHT=y
63157 -CONFIG_GENERIC_CALIBRATE_DELAY=y
63158 -CONFIG_GENERIC_FIND_NEXT_BIT=y
63159 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
63160 -CONFIG_PPC=y
63161 -CONFIG_EARLY_PRINTK=y
63162 -CONFIG_GENERIC_NVRAM=y
63163 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
63164 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
63165 -CONFIG_PPC_OF=y
63166 -CONFIG_OF=y
63167 -CONFIG_PPC_UDBG_16550=y
63168 -# CONFIG_GENERIC_TBSYNC is not set
63169 -CONFIG_AUDIT_ARCH=y
63170 -CONFIG_GENERIC_BUG=y
63171 -CONFIG_DEFAULT_UIMAGE=y
63172 -# CONFIG_PPC_DCR_NATIVE is not set
63173 -# CONFIG_PPC_DCR_MMIO is not set
63174 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
63175 -
63176 -#
63177 -# General setup
63178 -#
63179 -CONFIG_EXPERIMENTAL=y
63180 -CONFIG_BROKEN_ON_SMP=y
63181 -CONFIG_INIT_ENV_ARG_LIMIT=32
63182 -CONFIG_LOCALVERSION=""
63183 -CONFIG_LOCALVERSION_AUTO=y
63184 -CONFIG_SWAP=y
63185 -CONFIG_SYSVIPC=y
63186 -CONFIG_SYSVIPC_SYSCTL=y
63187 -# CONFIG_POSIX_MQUEUE is not set
63188 -# CONFIG_BSD_PROCESS_ACCT is not set
63189 -# CONFIG_TASKSTATS is not set
63190 -# CONFIG_AUDIT is not set
63191 -# CONFIG_IKCONFIG is not set
63192 -CONFIG_LOG_BUF_SHIFT=14
63193 -# CONFIG_CGROUPS is not set
63194 -CONFIG_GROUP_SCHED=y
63195 -# CONFIG_FAIR_GROUP_SCHED is not set
63196 -# CONFIG_RT_GROUP_SCHED is not set
63197 -CONFIG_USER_SCHED=y
63198 -# CONFIG_CGROUP_SCHED is not set
63199 -CONFIG_SYSFS_DEPRECATED=y
63200 -CONFIG_SYSFS_DEPRECATED_V2=y
63201 -# CONFIG_RELAY is not set
63202 -# CONFIG_NAMESPACES is not set
63203 -CONFIG_BLK_DEV_INITRD=y
63204 -CONFIG_INITRAMFS_SOURCE=""
63205 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
63206 -CONFIG_SYSCTL=y
63207 -CONFIG_EMBEDDED=y
63208 -CONFIG_SYSCTL_SYSCALL=y
63209 -# CONFIG_KALLSYMS is not set
63210 -CONFIG_HOTPLUG=y
63211 -CONFIG_PRINTK=y
63212 -CONFIG_BUG=y
63213 -CONFIG_ELF_CORE=y
63214 -CONFIG_COMPAT_BRK=y
63215 -CONFIG_BASE_FULL=y
63216 -CONFIG_FUTEX=y
63217 -CONFIG_ANON_INODES=y
63218 -# CONFIG_EPOLL is not set
63219 -CONFIG_SIGNALFD=y
63220 -CONFIG_TIMERFD=y
63221 -CONFIG_EVENTFD=y
63222 -CONFIG_SHMEM=y
63223 -CONFIG_VM_EVENT_COUNTERS=y
63224 -CONFIG_SLUB_DEBUG=y
63225 -# CONFIG_SLAB is not set
63226 -CONFIG_SLUB=y
63227 -# CONFIG_SLOB is not set
63228 -# CONFIG_PROFILING is not set
63229 -# CONFIG_MARKERS is not set
63230 -CONFIG_HAVE_OPROFILE=y
63231 -CONFIG_HAVE_KPROBES=y
63232 -CONFIG_HAVE_KRETPROBES=y
63233 -CONFIG_PROC_PAGE_MONITOR=y
63234 -CONFIG_SLABINFO=y
63235 -CONFIG_RT_MUTEXES=y
63236 -# CONFIG_TINY_SHMEM is not set
63237 -CONFIG_BASE_SMALL=0
63238 -CONFIG_MODULES=y
63239 -CONFIG_MODULE_UNLOAD=y
63240 -# CONFIG_MODULE_FORCE_UNLOAD is not set
63241 -# CONFIG_MODVERSIONS is not set
63242 -# CONFIG_MODULE_SRCVERSION_ALL is not set
63243 -# CONFIG_KMOD is not set
63244 -CONFIG_BLOCK=y
63245 -# CONFIG_LBD is not set
63246 -# CONFIG_BLK_DEV_IO_TRACE is not set
63247 -# CONFIG_LSF is not set
63248 -# CONFIG_BLK_DEV_BSG is not set
63249 -
63250 -#
63251 -# IO Schedulers
63252 -#
63253 -CONFIG_IOSCHED_NOOP=y
63254 -CONFIG_IOSCHED_AS=y
63255 -CONFIG_IOSCHED_DEADLINE=y
63256 -CONFIG_IOSCHED_CFQ=y
63257 -CONFIG_DEFAULT_AS=y
63258 -# CONFIG_DEFAULT_DEADLINE is not set
63259 -# CONFIG_DEFAULT_CFQ is not set
63260 -# CONFIG_DEFAULT_NOOP is not set
63261 -CONFIG_DEFAULT_IOSCHED="anticipatory"
63262 -CONFIG_CLASSIC_RCU=y
63263 -
63264 -#
63265 -# Platform support
63266 -#
63267 -# CONFIG_PPC_MULTIPLATFORM is not set
63268 -# CONFIG_PPC_82xx is not set
63269 -CONFIG_PPC_83xx=y
63270 -# CONFIG_PPC_86xx is not set
63271 -# CONFIG_PPC_MPC512x is not set
63272 -# CONFIG_PPC_MPC5121 is not set
63273 -# CONFIG_PPC_CELL is not set
63274 -# CONFIG_PPC_CELL_NATIVE is not set
63275 -# CONFIG_PQ2ADS is not set
63276 -CONFIG_MPC83xx=y
63277 -# CONFIG_MPC831x_RDB is not set
63278 -# CONFIG_MPC832x_MDS is not set
63279 -# CONFIG_MPC832x_RDB is not set
63280 -# CONFIG_MPC834x_MDS is not set
63281 -# CONFIG_MPC834x_ITX is not set
63282 -CONFIG_MPC836x_MDS=y
63283 -# CONFIG_MPC837x_MDS is not set
63284 -# CONFIG_MPC837x_RDB is not set
63285 -# CONFIG_SBC834x is not set
63286 -CONFIG_IPIC=y
63287 -# CONFIG_MPIC is not set
63288 -# CONFIG_MPIC_WEIRD is not set
63289 -# CONFIG_PPC_I8259 is not set
63290 -# CONFIG_PPC_RTAS is not set
63291 -# CONFIG_MMIO_NVRAM is not set
63292 -# CONFIG_PPC_MPC106 is not set
63293 -# CONFIG_PPC_970_NAP is not set
63294 -# CONFIG_PPC_INDIRECT_IO is not set
63295 -# CONFIG_GENERIC_IOMAP is not set
63296 -# CONFIG_CPU_FREQ is not set
63297 -CONFIG_QUICC_ENGINE=y
63298 -# CONFIG_FSL_ULI1575 is not set
63299 -
63300 -#
63301 -# Kernel options
63302 -#
63303 -# CONFIG_HIGHMEM is not set
63304 -CONFIG_TICK_ONESHOT=y
63305 -CONFIG_NO_HZ=y
63306 -CONFIG_HIGH_RES_TIMERS=y
63307 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
63308 -# CONFIG_HZ_100 is not set
63309 -CONFIG_HZ_250=y
63310 -# CONFIG_HZ_300 is not set
63311 -# CONFIG_HZ_1000 is not set
63312 -CONFIG_HZ=250
63313 -# CONFIG_SCHED_HRTICK is not set
63314 -CONFIG_PREEMPT_NONE=y
63315 -# CONFIG_PREEMPT_VOLUNTARY is not set
63316 -# CONFIG_PREEMPT is not set
63317 -CONFIG_BINFMT_ELF=y
63318 -# CONFIG_BINFMT_MISC is not set
63319 -# CONFIG_IOMMU_HELPER is not set
63320 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
63321 -CONFIG_ARCH_HAS_WALK_MEMORY=y
63322 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
63323 -CONFIG_ARCH_FLATMEM_ENABLE=y
63324 -CONFIG_ARCH_POPULATES_NODE_MAP=y
63325 -CONFIG_SELECT_MEMORY_MODEL=y
63326 -CONFIG_FLATMEM_MANUAL=y
63327 -# CONFIG_DISCONTIGMEM_MANUAL is not set
63328 -# CONFIG_SPARSEMEM_MANUAL is not set
63329 -CONFIG_FLATMEM=y
63330 -CONFIG_FLAT_NODE_MEM_MAP=y
63331 -# CONFIG_SPARSEMEM_STATIC is not set
63332 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
63333 -CONFIG_SPLIT_PTLOCK_CPUS=4
63334 -# CONFIG_RESOURCES_64BIT is not set
63335 -CONFIG_ZONE_DMA_FLAG=1
63336 -CONFIG_BOUNCE=y
63337 -CONFIG_VIRT_TO_BUS=y
63338 -CONFIG_PROC_DEVICETREE=y
63339 -# CONFIG_CMDLINE_BOOL is not set
63340 -# CONFIG_PM is not set
63341 -CONFIG_SECCOMP=y
63342 -CONFIG_ISA_DMA_API=y
63343 -
63344 -#
63345 -# Bus options
63346 -#
63347 -CONFIG_ZONE_DMA=y
63348 -CONFIG_GENERIC_ISA_DMA=y
63349 -CONFIG_PPC_INDIRECT_PCI=y
63350 -CONFIG_FSL_SOC=y
63351 -CONFIG_PCI=y
63352 -CONFIG_PCI_DOMAINS=y
63353 -CONFIG_PCI_SYSCALL=y
63354 -# CONFIG_PCIEPORTBUS is not set
63355 -CONFIG_ARCH_SUPPORTS_MSI=y
63356 -# CONFIG_PCI_MSI is not set
63357 -CONFIG_PCI_LEGACY=y
63358 -# CONFIG_PCCARD is not set
63359 -# CONFIG_HOTPLUG_PCI is not set
63360 -
63361 -#
63362 -# Advanced setup
63363 -#
63364 -# CONFIG_ADVANCED_OPTIONS is not set
63365 -
63366 -#
63367 -# Default settings for advanced configuration options are used
63368 -#
63369 -CONFIG_HIGHMEM_START=0xfe000000
63370 -CONFIG_LOWMEM_SIZE=0x30000000
63371 -CONFIG_KERNEL_START=0xc0000000
63372 -CONFIG_TASK_SIZE=0xc0000000
63373 -CONFIG_BOOT_LOAD=0x00800000
63374 -
63375 -#
63376 -# Networking
63377 -#
63378 -CONFIG_NET=y
63379 -
63380 -#
63381 -# Networking options
63382 -#
63383 -CONFIG_PACKET=y
63384 -# CONFIG_PACKET_MMAP is not set
63385 -CONFIG_UNIX=y
63386 -CONFIG_XFRM=y
63387 -# CONFIG_XFRM_USER is not set
63388 -# CONFIG_XFRM_SUB_POLICY is not set
63389 -# CONFIG_XFRM_MIGRATE is not set
63390 -# CONFIG_XFRM_STATISTICS is not set
63391 -# CONFIG_NET_KEY is not set
63392 -CONFIG_INET=y
63393 -CONFIG_IP_MULTICAST=y
63394 -# CONFIG_IP_ADVANCED_ROUTER is not set
63395 -CONFIG_IP_FIB_HASH=y
63396 -CONFIG_IP_PNP=y
63397 -CONFIG_IP_PNP_DHCP=y
63398 -CONFIG_IP_PNP_BOOTP=y
63399 -# CONFIG_IP_PNP_RARP is not set
63400 -# CONFIG_NET_IPIP is not set
63401 -# CONFIG_NET_IPGRE is not set
63402 -# CONFIG_IP_MROUTE is not set
63403 -# CONFIG_ARPD is not set
63404 -CONFIG_SYN_COOKIES=y
63405 -# CONFIG_INET_AH is not set
63406 -# CONFIG_INET_ESP is not set
63407 -# CONFIG_INET_IPCOMP is not set
63408 -# CONFIG_INET_XFRM_TUNNEL is not set
63409 -# CONFIG_INET_TUNNEL is not set
63410 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
63411 -CONFIG_INET_XFRM_MODE_TUNNEL=y
63412 -CONFIG_INET_XFRM_MODE_BEET=y
63413 -# CONFIG_INET_LRO is not set
63414 -CONFIG_INET_DIAG=y
63415 -CONFIG_INET_TCP_DIAG=y
63416 -# CONFIG_TCP_CONG_ADVANCED is not set
63417 -CONFIG_TCP_CONG_CUBIC=y
63418 -CONFIG_DEFAULT_TCP_CONG="cubic"
63419 -# CONFIG_TCP_MD5SIG is not set
63420 -# CONFIG_IPV6 is not set
63421 -# CONFIG_INET6_XFRM_TUNNEL is not set
63422 -# CONFIG_INET6_TUNNEL is not set
63423 -# CONFIG_NETWORK_SECMARK is not set
63424 -# CONFIG_NETFILTER is not set
63425 -# CONFIG_IP_DCCP is not set
63426 -# CONFIG_IP_SCTP is not set
63427 -# CONFIG_TIPC is not set
63428 -# CONFIG_ATM is not set
63429 -# CONFIG_BRIDGE is not set
63430 -# CONFIG_VLAN_8021Q is not set
63431 -# CONFIG_DECNET is not set
63432 -# CONFIG_LLC2 is not set
63433 -# CONFIG_IPX is not set
63434 -# CONFIG_ATALK is not set
63435 -# CONFIG_X25 is not set
63436 -# CONFIG_LAPB is not set
63437 -# CONFIG_ECONET is not set
63438 -# CONFIG_WAN_ROUTER is not set
63439 -# CONFIG_NET_SCHED is not set
63440 -
63441 -#
63442 -# Network testing
63443 -#
63444 -# CONFIG_NET_PKTGEN is not set
63445 -# CONFIG_HAMRADIO is not set
63446 -# CONFIG_CAN is not set
63447 -# CONFIG_IRDA is not set
63448 -# CONFIG_BT is not set
63449 -# CONFIG_AF_RXRPC is not set
63450 -
63451 -#
63452 -# Wireless
63453 -#
63454 -# CONFIG_CFG80211 is not set
63455 -# CONFIG_WIRELESS_EXT is not set
63456 -# CONFIG_MAC80211 is not set
63457 -# CONFIG_IEEE80211 is not set
63458 -# CONFIG_RFKILL is not set
63459 -# CONFIG_NET_9P is not set
63460 -
63461 -#
63462 -# Device Drivers
63463 -#
63464 -
63465 -#
63466 -# Generic Driver Options
63467 -#
63468 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
63469 -CONFIG_STANDALONE=y
63470 -CONFIG_PREVENT_FIRMWARE_BUILD=y
63471 -# CONFIG_FW_LOADER is not set
63472 -# CONFIG_SYS_HYPERVISOR is not set
63473 -# CONFIG_CONNECTOR is not set
63474 -# CONFIG_MTD is not set
63475 -CONFIG_OF_DEVICE=y
63476 -# CONFIG_PARPORT is not set
63477 -CONFIG_BLK_DEV=y
63478 -# CONFIG_BLK_DEV_FD is not set
63479 -# CONFIG_BLK_CPQ_DA is not set
63480 -# CONFIG_BLK_CPQ_CISS_DA is not set
63481 -# CONFIG_BLK_DEV_DAC960 is not set
63482 -# CONFIG_BLK_DEV_UMEM is not set
63483 -# CONFIG_BLK_DEV_COW_COMMON is not set
63484 -CONFIG_BLK_DEV_LOOP=y
63485 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
63486 -# CONFIG_BLK_DEV_NBD is not set
63487 -# CONFIG_BLK_DEV_SX8 is not set
63488 -CONFIG_BLK_DEV_RAM=y
63489 -CONFIG_BLK_DEV_RAM_COUNT=16
63490 -CONFIG_BLK_DEV_RAM_SIZE=32768
63491 -# CONFIG_BLK_DEV_XIP is not set
63492 -# CONFIG_CDROM_PKTCDVD is not set
63493 -# CONFIG_ATA_OVER_ETH is not set
63494 -CONFIG_MISC_DEVICES=y
63495 -# CONFIG_PHANTOM is not set
63496 -# CONFIG_EEPROM_93CX6 is not set
63497 -# CONFIG_SGI_IOC4 is not set
63498 -# CONFIG_TIFM_CORE is not set
63499 -# CONFIG_ENCLOSURE_SERVICES is not set
63500 -CONFIG_HAVE_IDE=y
63501 -# CONFIG_IDE is not set
63502 -
63503 -#
63504 -# SCSI device support
63505 -#
63506 -# CONFIG_RAID_ATTRS is not set
63507 -CONFIG_SCSI=y
63508 -CONFIG_SCSI_DMA=y
63509 -# CONFIG_SCSI_TGT is not set
63510 -# CONFIG_SCSI_NETLINK is not set
63511 -CONFIG_SCSI_PROC_FS=y
63512 -
63513 -#
63514 -# SCSI support type (disk, tape, CD-ROM)
63515 -#
63516 -# CONFIG_BLK_DEV_SD is not set
63517 -# CONFIG_CHR_DEV_ST is not set
63518 -# CONFIG_CHR_DEV_OSST is not set
63519 -# CONFIG_BLK_DEV_SR is not set
63520 -# CONFIG_CHR_DEV_SG is not set
63521 -# CONFIG_CHR_DEV_SCH is not set
63522 -
63523 -#
63524 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
63525 -#
63526 -# CONFIG_SCSI_MULTI_LUN is not set
63527 -# CONFIG_SCSI_CONSTANTS is not set
63528 -# CONFIG_SCSI_LOGGING is not set
63529 -# CONFIG_SCSI_SCAN_ASYNC is not set
63530 -CONFIG_SCSI_WAIT_SCAN=m
63531 -
63532 -#
63533 -# SCSI Transports
63534 -#
63535 -# CONFIG_SCSI_SPI_ATTRS is not set
63536 -# CONFIG_SCSI_FC_ATTRS is not set
63537 -# CONFIG_SCSI_ISCSI_ATTRS is not set
63538 -# CONFIG_SCSI_SAS_LIBSAS is not set
63539 -# CONFIG_SCSI_SRP_ATTRS is not set
63540 -CONFIG_SCSI_LOWLEVEL=y
63541 -# CONFIG_ISCSI_TCP is not set
63542 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
63543 -# CONFIG_SCSI_3W_9XXX is not set
63544 -# CONFIG_SCSI_ACARD is not set
63545 -# CONFIG_SCSI_AACRAID is not set
63546 -# CONFIG_SCSI_AIC7XXX is not set
63547 -# CONFIG_SCSI_AIC7XXX_OLD is not set
63548 -# CONFIG_SCSI_AIC79XX is not set
63549 -# CONFIG_SCSI_AIC94XX is not set
63550 -# CONFIG_SCSI_DPT_I2O is not set
63551 -# CONFIG_SCSI_ADVANSYS is not set
63552 -# CONFIG_SCSI_ARCMSR is not set
63553 -# CONFIG_MEGARAID_NEWGEN is not set
63554 -# CONFIG_MEGARAID_LEGACY is not set
63555 -# CONFIG_MEGARAID_SAS is not set
63556 -# CONFIG_SCSI_HPTIOP is not set
63557 -# CONFIG_SCSI_BUSLOGIC is not set
63558 -# CONFIG_SCSI_DMX3191D is not set
63559 -# CONFIG_SCSI_EATA is not set
63560 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
63561 -# CONFIG_SCSI_GDTH is not set
63562 -# CONFIG_SCSI_IPS is not set
63563 -# CONFIG_SCSI_INITIO is not set
63564 -# CONFIG_SCSI_INIA100 is not set
63565 -# CONFIG_SCSI_MVSAS is not set
63566 -# CONFIG_SCSI_STEX is not set
63567 -# CONFIG_SCSI_SYM53C8XX_2 is not set
63568 -# CONFIG_SCSI_QLOGIC_1280 is not set
63569 -# CONFIG_SCSI_QLA_FC is not set
63570 -# CONFIG_SCSI_QLA_ISCSI is not set
63571 -# CONFIG_SCSI_LPFC is not set
63572 -# CONFIG_SCSI_DC395x is not set
63573 -# CONFIG_SCSI_DC390T is not set
63574 -# CONFIG_SCSI_NSP32 is not set
63575 -# CONFIG_SCSI_DEBUG is not set
63576 -# CONFIG_SCSI_SRP is not set
63577 -# CONFIG_ATA is not set
63578 -# CONFIG_MD is not set
63579 -# CONFIG_FUSION is not set
63580 -
63581 -#
63582 -# IEEE 1394 (FireWire) support
63583 -#
63584 -# CONFIG_FIREWIRE is not set
63585 -# CONFIG_IEEE1394 is not set
63586 -# CONFIG_I2O is not set
63587 -# CONFIG_MACINTOSH_DRIVERS is not set
63588 -CONFIG_NETDEVICES=y
63589 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
63590 -# CONFIG_DUMMY is not set
63591 -# CONFIG_BONDING is not set
63592 -# CONFIG_MACVLAN is not set
63593 -# CONFIG_EQUALIZER is not set
63594 -# CONFIG_TUN is not set
63595 -# CONFIG_VETH is not set
63596 -# CONFIG_ARCNET is not set
63597 -CONFIG_PHYLIB=y
63598 -
63599 -#
63600 -# MII PHY device drivers
63601 -#
63602 -CONFIG_MARVELL_PHY=y
63603 -# CONFIG_DAVICOM_PHY is not set
63604 -# CONFIG_QSEMI_PHY is not set
63605 -# CONFIG_LXT_PHY is not set
63606 -# CONFIG_CICADA_PHY is not set
63607 -# CONFIG_VITESSE_PHY is not set
63608 -# CONFIG_SMSC_PHY is not set
63609 -# CONFIG_BROADCOM_PHY is not set
63610 -# CONFIG_ICPLUS_PHY is not set
63611 -# CONFIG_REALTEK_PHY is not set
63612 -# CONFIG_FIXED_PHY is not set
63613 -# CONFIG_MDIO_BITBANG is not set
63614 -CONFIG_NET_ETHERNET=y
63615 -CONFIG_MII=y
63616 -# CONFIG_HAPPYMEAL is not set
63617 -# CONFIG_SUNGEM is not set
63618 -# CONFIG_CASSINI is not set
63619 -# CONFIG_NET_VENDOR_3COM is not set
63620 -# CONFIG_NET_TULIP is not set
63621 -# CONFIG_HP100 is not set
63622 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
63623 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
63624 -# CONFIG_IBM_NEW_EMAC_TAH is not set
63625 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
63626 -# CONFIG_NET_PCI is not set
63627 -# CONFIG_B44 is not set
63628 -CONFIG_NETDEV_1000=y
63629 -# CONFIG_ACENIC is not set
63630 -# CONFIG_DL2K is not set
63631 -# CONFIG_E1000 is not set
63632 -# CONFIG_E1000E is not set
63633 -# CONFIG_E1000E_ENABLED is not set
63634 -# CONFIG_IP1000 is not set
63635 -# CONFIG_IGB is not set
63636 -# CONFIG_NS83820 is not set
63637 -# CONFIG_HAMACHI is not set
63638 -# CONFIG_YELLOWFIN is not set
63639 -# CONFIG_R8169 is not set
63640 -# CONFIG_SIS190 is not set
63641 -# CONFIG_SKGE is not set
63642 -# CONFIG_SKY2 is not set
63643 -# CONFIG_SK98LIN is not set
63644 -# CONFIG_VIA_VELOCITY is not set
63645 -# CONFIG_TIGON3 is not set
63646 -# CONFIG_BNX2 is not set
63647 -# CONFIG_GIANFAR is not set
63648 -CONFIG_UCC_GETH=y
63649 -# CONFIG_UGETH_NAPI is not set
63650 -# CONFIG_UGETH_MAGIC_PACKET is not set
63651 -# CONFIG_UGETH_FILTERING is not set
63652 -# CONFIG_UGETH_TX_ON_DEMAND is not set
63653 -# CONFIG_QLA3XXX is not set
63654 -# CONFIG_ATL1 is not set
63655 -CONFIG_NETDEV_10000=y
63656 -# CONFIG_CHELSIO_T1 is not set
63657 -# CONFIG_CHELSIO_T3 is not set
63658 -# CONFIG_IXGBE is not set
63659 -# CONFIG_IXGB is not set
63660 -# CONFIG_S2IO is not set
63661 -# CONFIG_MYRI10GE is not set
63662 -# CONFIG_NETXEN_NIC is not set
63663 -# CONFIG_NIU is not set
63664 -# CONFIG_MLX4_CORE is not set
63665 -# CONFIG_TEHUTI is not set
63666 -# CONFIG_BNX2X is not set
63667 -# CONFIG_TR is not set
63668 -
63669 -#
63670 -# Wireless LAN
63671 -#
63672 -# CONFIG_WLAN_PRE80211 is not set
63673 -# CONFIG_WLAN_80211 is not set
63674 -# CONFIG_WAN is not set
63675 -# CONFIG_FDDI is not set
63676 -# CONFIG_HIPPI is not set
63677 -# CONFIG_PPP is not set
63678 -# CONFIG_SLIP is not set
63679 -# CONFIG_NET_FC is not set
63680 -# CONFIG_NETCONSOLE is not set
63681 -# CONFIG_NETPOLL is not set
63682 -# CONFIG_NET_POLL_CONTROLLER is not set
63683 -# CONFIG_ISDN is not set
63684 -# CONFIG_PHONE is not set
63685 -
63686 -#
63687 -# Input device support
63688 -#
63689 -CONFIG_INPUT=y
63690 -# CONFIG_INPUT_FF_MEMLESS is not set
63691 -# CONFIG_INPUT_POLLDEV is not set
63692 -
63693 -#
63694 -# Userland interfaces
63695 -#
63696 -# CONFIG_INPUT_MOUSEDEV is not set
63697 -# CONFIG_INPUT_JOYDEV is not set
63698 -# CONFIG_INPUT_EVDEV is not set
63699 -# CONFIG_INPUT_EVBUG is not set
63700 -
63701 -#
63702 -# Input Device Drivers
63703 -#
63704 -# CONFIG_INPUT_KEYBOARD is not set
63705 -# CONFIG_INPUT_MOUSE is not set
63706 -# CONFIG_INPUT_JOYSTICK is not set
63707 -# CONFIG_INPUT_TABLET is not set
63708 -# CONFIG_INPUT_TOUCHSCREEN is not set
63709 -# CONFIG_INPUT_MISC is not set
63710 -
63711 -#
63712 -# Hardware I/O ports
63713 -#
63714 -# CONFIG_SERIO is not set
63715 -# CONFIG_GAMEPORT is not set
63716 -
63717 -#
63718 -# Character devices
63719 -#
63720 -# CONFIG_VT is not set
63721 -# CONFIG_SERIAL_NONSTANDARD is not set
63722 -# CONFIG_NOZOMI is not set
63723 -
63724 -#
63725 -# Serial drivers
63726 -#
63727 -CONFIG_SERIAL_8250=y
63728 -CONFIG_SERIAL_8250_CONSOLE=y
63729 -CONFIG_SERIAL_8250_PCI=y
63730 -CONFIG_SERIAL_8250_NR_UARTS=4
63731 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
63732 -# CONFIG_SERIAL_8250_EXTENDED is not set
63733 -
63734 -#
63735 -# Non-8250 serial port support
63736 -#
63737 -# CONFIG_SERIAL_UARTLITE is not set
63738 -CONFIG_SERIAL_CORE=y
63739 -CONFIG_SERIAL_CORE_CONSOLE=y
63740 -# CONFIG_SERIAL_JSM is not set
63741 -# CONFIG_SERIAL_OF_PLATFORM is not set
63742 -# CONFIG_SERIAL_QE is not set
63743 -CONFIG_UNIX98_PTYS=y
63744 -CONFIG_LEGACY_PTYS=y
63745 -CONFIG_LEGACY_PTY_COUNT=256
63746 -# CONFIG_IPMI_HANDLER is not set
63747 -CONFIG_HW_RANDOM=y
63748 -# CONFIG_NVRAM is not set
63749 -# CONFIG_GEN_RTC is not set
63750 -# CONFIG_R3964 is not set
63751 -# CONFIG_APPLICOM is not set
63752 -# CONFIG_RAW_DRIVER is not set
63753 -# CONFIG_TCG_TPM is not set
63754 -CONFIG_DEVPORT=y
63755 -CONFIG_I2C=y
63756 -CONFIG_I2C_BOARDINFO=y
63757 -CONFIG_I2C_CHARDEV=y
63758 -
63759 -#
63760 -# I2C Algorithms
63761 -#
63762 -# CONFIG_I2C_ALGOBIT is not set
63763 -# CONFIG_I2C_ALGOPCF is not set
63764 -# CONFIG_I2C_ALGOPCA is not set
63765 -
63766 -#
63767 -# I2C Hardware Bus support
63768 -#
63769 -# CONFIG_I2C_ALI1535 is not set
63770 -# CONFIG_I2C_ALI1563 is not set
63771 -# CONFIG_I2C_ALI15X3 is not set
63772 -# CONFIG_I2C_AMD756 is not set
63773 -# CONFIG_I2C_AMD8111 is not set
63774 -# CONFIG_I2C_I801 is not set
63775 -# CONFIG_I2C_I810 is not set
63776 -# CONFIG_I2C_PIIX4 is not set
63777 -CONFIG_I2C_MPC=y
63778 -# CONFIG_I2C_NFORCE2 is not set
63779 -# CONFIG_I2C_OCORES is not set
63780 -# CONFIG_I2C_PARPORT_LIGHT is not set
63781 -# CONFIG_I2C_PROSAVAGE is not set
63782 -# CONFIG_I2C_SAVAGE4 is not set
63783 -# CONFIG_I2C_SIMTEC is not set
63784 -# CONFIG_I2C_SIS5595 is not set
63785 -# CONFIG_I2C_SIS630 is not set
63786 -# CONFIG_I2C_SIS96X is not set
63787 -# CONFIG_I2C_TAOS_EVM is not set
63788 -# CONFIG_I2C_STUB is not set
63789 -# CONFIG_I2C_VIA is not set
63790 -# CONFIG_I2C_VIAPRO is not set
63791 -# CONFIG_I2C_VOODOO3 is not set
63792 -
63793 -#
63794 -# Miscellaneous I2C Chip support
63795 -#
63796 -# CONFIG_DS1682 is not set
63797 -# CONFIG_SENSORS_EEPROM is not set
63798 -# CONFIG_SENSORS_PCF8574 is not set
63799 -# CONFIG_PCF8575 is not set
63800 -# CONFIG_SENSORS_PCF8591 is not set
63801 -# CONFIG_TPS65010 is not set
63802 -# CONFIG_SENSORS_MAX6875 is not set
63803 -# CONFIG_SENSORS_TSL2550 is not set
63804 -# CONFIG_I2C_DEBUG_CORE is not set
63805 -# CONFIG_I2C_DEBUG_ALGO is not set
63806 -# CONFIG_I2C_DEBUG_BUS is not set
63807 -# CONFIG_I2C_DEBUG_CHIP is not set
63808 -
63809 -#
63810 -# SPI support
63811 -#
63812 -# CONFIG_SPI is not set
63813 -# CONFIG_SPI_MASTER is not set
63814 -# CONFIG_W1 is not set
63815 -# CONFIG_POWER_SUPPLY is not set
63816 -CONFIG_HWMON=y
63817 -# CONFIG_HWMON_VID is not set
63818 -# CONFIG_SENSORS_AD7418 is not set
63819 -# CONFIG_SENSORS_ADM1021 is not set
63820 -# CONFIG_SENSORS_ADM1025 is not set
63821 -# CONFIG_SENSORS_ADM1026 is not set
63822 -# CONFIG_SENSORS_ADM1029 is not set
63823 -# CONFIG_SENSORS_ADM1031 is not set
63824 -# CONFIG_SENSORS_ADM9240 is not set
63825 -# CONFIG_SENSORS_ADT7470 is not set
63826 -# CONFIG_SENSORS_ADT7473 is not set
63827 -# CONFIG_SENSORS_ATXP1 is not set
63828 -# CONFIG_SENSORS_DS1621 is not set
63829 -# CONFIG_SENSORS_I5K_AMB is not set
63830 -# CONFIG_SENSORS_F71805F is not set
63831 -# CONFIG_SENSORS_F71882FG is not set
63832 -# CONFIG_SENSORS_F75375S is not set
63833 -# CONFIG_SENSORS_GL518SM is not set
63834 -# CONFIG_SENSORS_GL520SM is not set
63835 -# CONFIG_SENSORS_IT87 is not set
63836 -# CONFIG_SENSORS_LM63 is not set
63837 -# CONFIG_SENSORS_LM75 is not set
63838 -# CONFIG_SENSORS_LM77 is not set
63839 -# CONFIG_SENSORS_LM78 is not set
63840 -# CONFIG_SENSORS_LM80 is not set
63841 -# CONFIG_SENSORS_LM83 is not set
63842 -# CONFIG_SENSORS_LM85 is not set
63843 -# CONFIG_SENSORS_LM87 is not set
63844 -# CONFIG_SENSORS_LM90 is not set
63845 -# CONFIG_SENSORS_LM92 is not set
63846 -# CONFIG_SENSORS_LM93 is not set
63847 -# CONFIG_SENSORS_MAX1619 is not set
63848 -# CONFIG_SENSORS_MAX6650 is not set
63849 -# CONFIG_SENSORS_PC87360 is not set
63850 -# CONFIG_SENSORS_PC87427 is not set
63851 -# CONFIG_SENSORS_SIS5595 is not set
63852 -# CONFIG_SENSORS_DME1737 is not set
63853 -# CONFIG_SENSORS_SMSC47M1 is not set
63854 -# CONFIG_SENSORS_SMSC47M192 is not set
63855 -# CONFIG_SENSORS_SMSC47B397 is not set
63856 -# CONFIG_SENSORS_ADS7828 is not set
63857 -# CONFIG_SENSORS_THMC50 is not set
63858 -# CONFIG_SENSORS_VIA686A is not set
63859 -# CONFIG_SENSORS_VT1211 is not set
63860 -# CONFIG_SENSORS_VT8231 is not set
63861 -# CONFIG_SENSORS_W83781D is not set
63862 -# CONFIG_SENSORS_W83791D is not set
63863 -# CONFIG_SENSORS_W83792D is not set
63864 -# CONFIG_SENSORS_W83793 is not set
63865 -# CONFIG_SENSORS_W83L785TS is not set
63866 -# CONFIG_SENSORS_W83L786NG is not set
63867 -# CONFIG_SENSORS_W83627HF is not set
63868 -# CONFIG_SENSORS_W83627EHF is not set
63869 -# CONFIG_HWMON_DEBUG_CHIP is not set
63870 -# CONFIG_THERMAL is not set
63871 -CONFIG_WATCHDOG=y
63872 -# CONFIG_WATCHDOG_NOWAYOUT is not set
63873 -
63874 -#
63875 -# Watchdog Device Drivers
63876 -#
63877 -# CONFIG_SOFT_WATCHDOG is not set
63878 -CONFIG_83xx_WDT=y
63879 -
63880 -#
63881 -# PCI-based Watchdog Cards
63882 -#
63883 -# CONFIG_PCIPCWATCHDOG is not set
63884 -# CONFIG_WDTPCI is not set
63885 -
63886 -#
63887 -# Sonics Silicon Backplane
63888 -#
63889 -CONFIG_SSB_POSSIBLE=y
63890 -# CONFIG_SSB is not set
63891 -
63892 -#
63893 -# Multifunction device drivers
63894 -#
63895 -# CONFIG_MFD_SM501 is not set
63896 -
63897 -#
63898 -# Multimedia devices
63899 -#
63900 -# CONFIG_VIDEO_DEV is not set
63901 -# CONFIG_DVB_CORE is not set
63902 -CONFIG_DAB=y
63903 -
63904 -#
63905 -# Graphics support
63906 -#
63907 -# CONFIG_AGP is not set
63908 -# CONFIG_DRM is not set
63909 -# CONFIG_VGASTATE is not set
63910 -CONFIG_VIDEO_OUTPUT_CONTROL=m
63911 -# CONFIG_FB is not set
63912 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
63913 -
63914 -#
63915 -# Display device support
63916 -#
63917 -# CONFIG_DISPLAY_SUPPORT is not set
63918 -
63919 -#
63920 -# Sound
63921 -#
63922 -# CONFIG_SOUND is not set
63923 -CONFIG_HID_SUPPORT=y
63924 -CONFIG_HID=y
63925 -# CONFIG_HID_DEBUG is not set
63926 -# CONFIG_HIDRAW is not set
63927 -CONFIG_USB_SUPPORT=y
63928 -CONFIG_USB_ARCH_HAS_HCD=y
63929 -CONFIG_USB_ARCH_HAS_OHCI=y
63930 -CONFIG_USB_ARCH_HAS_EHCI=y
63931 -# CONFIG_USB is not set
63932 -
63933 -#
63934 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
63935 -#
63936 -# CONFIG_USB_GADGET is not set
63937 -# CONFIG_MMC is not set
63938 -# CONFIG_MEMSTICK is not set
63939 -# CONFIG_NEW_LEDS is not set
63940 -# CONFIG_INFINIBAND is not set
63941 -# CONFIG_EDAC is not set
63942 -CONFIG_RTC_LIB=y
63943 -CONFIG_RTC_CLASS=y
63944 -CONFIG_RTC_HCTOSYS=y
63945 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
63946 -# CONFIG_RTC_DEBUG is not set
63947 -
63948 -#
63949 -# RTC interfaces
63950 -#
63951 -CONFIG_RTC_INTF_SYSFS=y
63952 -CONFIG_RTC_INTF_PROC=y
63953 -CONFIG_RTC_INTF_DEV=y
63954 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
63955 -# CONFIG_RTC_DRV_TEST is not set
63956 -
63957 -#
63958 -# I2C RTC drivers
63959 -#
63960 -# CONFIG_RTC_DRV_DS1307 is not set
63961 -CONFIG_RTC_DRV_DS1374=y
63962 -# CONFIG_RTC_DRV_DS1672 is not set
63963 -# CONFIG_RTC_DRV_MAX6900 is not set
63964 -# CONFIG_RTC_DRV_RS5C372 is not set
63965 -# CONFIG_RTC_DRV_ISL1208 is not set
63966 -# CONFIG_RTC_DRV_X1205 is not set
63967 -# CONFIG_RTC_DRV_PCF8563 is not set
63968 -# CONFIG_RTC_DRV_PCF8583 is not set
63969 -# CONFIG_RTC_DRV_M41T80 is not set
63970 -# CONFIG_RTC_DRV_S35390A is not set
63971 -
63972 -#
63973 -# SPI RTC drivers
63974 -#
63975 -
63976 -#
63977 -# Platform RTC drivers
63978 -#
63979 -# CONFIG_RTC_DRV_CMOS is not set
63980 -# CONFIG_RTC_DRV_DS1511 is not set
63981 -# CONFIG_RTC_DRV_DS1553 is not set
63982 -# CONFIG_RTC_DRV_DS1742 is not set
63983 -# CONFIG_RTC_DRV_STK17TA8 is not set
63984 -# CONFIG_RTC_DRV_M48T86 is not set
63985 -# CONFIG_RTC_DRV_M48T59 is not set
63986 -# CONFIG_RTC_DRV_V3020 is not set
63987 -
63988 -#
63989 -# on-CPU RTC drivers
63990 -#
63991 -# CONFIG_DMADEVICES is not set
63992 -
63993 -#
63994 -# Userspace I/O
63995 -#
63996 -# CONFIG_UIO is not set
63997 -
63998 -#
63999 -# File systems
64000 -#
64001 -CONFIG_EXT2_FS=y
64002 -# CONFIG_EXT2_FS_XATTR is not set
64003 -# CONFIG_EXT2_FS_XIP is not set
64004 -CONFIG_EXT3_FS=y
64005 -CONFIG_EXT3_FS_XATTR=y
64006 -# CONFIG_EXT3_FS_POSIX_ACL is not set
64007 -# CONFIG_EXT3_FS_SECURITY is not set
64008 -# CONFIG_EXT4DEV_FS is not set
64009 -CONFIG_JBD=y
64010 -CONFIG_FS_MBCACHE=y
64011 -# CONFIG_REISERFS_FS is not set
64012 -# CONFIG_JFS_FS is not set
64013 -# CONFIG_FS_POSIX_ACL is not set
64014 -# CONFIG_XFS_FS is not set
64015 -# CONFIG_GFS2_FS is not set
64016 -# CONFIG_OCFS2_FS is not set
64017 -CONFIG_DNOTIFY=y
64018 -CONFIG_INOTIFY=y
64019 -CONFIG_INOTIFY_USER=y
64020 -# CONFIG_QUOTA is not set
64021 -# CONFIG_AUTOFS_FS is not set
64022 -# CONFIG_AUTOFS4_FS is not set
64023 -# CONFIG_FUSE_FS is not set
64024 -
64025 -#
64026 -# CD-ROM/DVD Filesystems
64027 -#
64028 -# CONFIG_ISO9660_FS is not set
64029 -# CONFIG_UDF_FS is not set
64030 -
64031 -#
64032 -# DOS/FAT/NT Filesystems
64033 -#
64034 -# CONFIG_MSDOS_FS is not set
64035 -# CONFIG_VFAT_FS is not set
64036 -# CONFIG_NTFS_FS is not set
64037 -
64038 -#
64039 -# Pseudo filesystems
64040 -#
64041 -CONFIG_PROC_FS=y
64042 -CONFIG_PROC_KCORE=y
64043 -CONFIG_PROC_SYSCTL=y
64044 -CONFIG_SYSFS=y
64045 -CONFIG_TMPFS=y
64046 -# CONFIG_TMPFS_POSIX_ACL is not set
64047 -# CONFIG_HUGETLB_PAGE is not set
64048 -# CONFIG_CONFIGFS_FS is not set
64049 -
64050 -#
64051 -# Miscellaneous filesystems
64052 -#
64053 -# CONFIG_ADFS_FS is not set
64054 -# CONFIG_AFFS_FS is not set
64055 -# CONFIG_HFS_FS is not set
64056 -# CONFIG_HFSPLUS_FS is not set
64057 -# CONFIG_BEFS_FS is not set
64058 -# CONFIG_BFS_FS is not set
64059 -# CONFIG_EFS_FS is not set
64060 -# CONFIG_CRAMFS is not set
64061 -# CONFIG_VXFS_FS is not set
64062 -# CONFIG_MINIX_FS is not set
64063 -# CONFIG_HPFS_FS is not set
64064 -# CONFIG_QNX4FS_FS is not set
64065 -# CONFIG_ROMFS_FS is not set
64066 -# CONFIG_SYSV_FS is not set
64067 -# CONFIG_UFS_FS is not set
64068 -CONFIG_NETWORK_FILESYSTEMS=y
64069 -CONFIG_NFS_FS=y
64070 -CONFIG_NFS_V3=y
64071 -# CONFIG_NFS_V3_ACL is not set
64072 -CONFIG_NFS_V4=y
64073 -# CONFIG_NFS_DIRECTIO is not set
64074 -# CONFIG_NFSD is not set
64075 -CONFIG_ROOT_NFS=y
64076 -CONFIG_LOCKD=y
64077 -CONFIG_LOCKD_V4=y
64078 -CONFIG_NFS_COMMON=y
64079 -CONFIG_SUNRPC=y
64080 -CONFIG_SUNRPC_GSS=y
64081 -# CONFIG_SUNRPC_BIND34 is not set
64082 -CONFIG_RPCSEC_GSS_KRB5=y
64083 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
64084 -# CONFIG_SMB_FS is not set
64085 -# CONFIG_CIFS is not set
64086 -# CONFIG_NCP_FS is not set
64087 -# CONFIG_CODA_FS is not set
64088 -# CONFIG_AFS_FS is not set
64089 -
64090 -#
64091 -# Partition Types
64092 -#
64093 -CONFIG_PARTITION_ADVANCED=y
64094 -# CONFIG_ACORN_PARTITION is not set
64095 -# CONFIG_OSF_PARTITION is not set
64096 -# CONFIG_AMIGA_PARTITION is not set
64097 -# CONFIG_ATARI_PARTITION is not set
64098 -# CONFIG_MAC_PARTITION is not set
64099 -# CONFIG_MSDOS_PARTITION is not set
64100 -# CONFIG_LDM_PARTITION is not set
64101 -# CONFIG_SGI_PARTITION is not set
64102 -# CONFIG_ULTRIX_PARTITION is not set
64103 -# CONFIG_SUN_PARTITION is not set
64104 -# CONFIG_KARMA_PARTITION is not set
64105 -# CONFIG_EFI_PARTITION is not set
64106 -# CONFIG_SYSV68_PARTITION is not set
64107 -# CONFIG_NLS is not set
64108 -# CONFIG_DLM is not set
64109 -CONFIG_UCC_FAST=y
64110 -CONFIG_UCC=y
64111 -
64112 -#
64113 -# Library routines
64114 -#
64115 -CONFIG_BITREVERSE=y
64116 -# CONFIG_CRC_CCITT is not set
64117 -# CONFIG_CRC16 is not set
64118 -# CONFIG_CRC_ITU_T is not set
64119 -CONFIG_CRC32=y
64120 -# CONFIG_CRC7 is not set
64121 -# CONFIG_LIBCRC32C is not set
64122 -CONFIG_PLIST=y
64123 -CONFIG_HAS_IOMEM=y
64124 -CONFIG_HAS_IOPORT=y
64125 -CONFIG_HAS_DMA=y
64126 -
64127 -#
64128 -# Kernel hacking
64129 -#
64130 -# CONFIG_PRINTK_TIME is not set
64131 -CONFIG_ENABLE_WARN_DEPRECATED=y
64132 -CONFIG_ENABLE_MUST_CHECK=y
64133 -# CONFIG_MAGIC_SYSRQ is not set
64134 -# CONFIG_UNUSED_SYMBOLS is not set
64135 -# CONFIG_DEBUG_FS is not set
64136 -# CONFIG_HEADERS_CHECK is not set
64137 -# CONFIG_DEBUG_KERNEL is not set
64138 -# CONFIG_SLUB_DEBUG_ON is not set
64139 -# CONFIG_SLUB_STATS is not set
64140 -# CONFIG_DEBUG_BUGVERBOSE is not set
64141 -# CONFIG_SAMPLES is not set
64142 -# CONFIG_PPC_EARLY_DEBUG is not set
64143 -
64144 -#
64145 -# Security options
64146 -#
64147 -# CONFIG_KEYS is not set
64148 -# CONFIG_SECURITY is not set
64149 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
64150 -CONFIG_CRYPTO=y
64151 -CONFIG_CRYPTO_ALGAPI=y
64152 -CONFIG_CRYPTO_BLKCIPHER=y
64153 -# CONFIG_CRYPTO_SEQIV is not set
64154 -CONFIG_CRYPTO_MANAGER=y
64155 -# CONFIG_CRYPTO_HMAC is not set
64156 -# CONFIG_CRYPTO_XCBC is not set
64157 -# CONFIG_CRYPTO_NULL is not set
64158 -# CONFIG_CRYPTO_MD4 is not set
64159 -CONFIG_CRYPTO_MD5=y
64160 -# CONFIG_CRYPTO_SHA1 is not set
64161 -# CONFIG_CRYPTO_SHA256 is not set
64162 -# CONFIG_CRYPTO_SHA512 is not set
64163 -# CONFIG_CRYPTO_WP512 is not set
64164 -# CONFIG_CRYPTO_TGR192 is not set
64165 -# CONFIG_CRYPTO_GF128MUL is not set
64166 -CONFIG_CRYPTO_ECB=m
64167 -CONFIG_CRYPTO_CBC=y
64168 -CONFIG_CRYPTO_PCBC=m
64169 -# CONFIG_CRYPTO_LRW is not set
64170 -# CONFIG_CRYPTO_XTS is not set
64171 -# CONFIG_CRYPTO_CTR is not set
64172 -# CONFIG_CRYPTO_GCM is not set
64173 -# CONFIG_CRYPTO_CCM is not set
64174 -# CONFIG_CRYPTO_CRYPTD is not set
64175 -CONFIG_CRYPTO_DES=y
64176 -# CONFIG_CRYPTO_FCRYPT is not set
64177 -# CONFIG_CRYPTO_BLOWFISH is not set
64178 -# CONFIG_CRYPTO_TWOFISH is not set
64179 -# CONFIG_CRYPTO_SERPENT is not set
64180 -# CONFIG_CRYPTO_AES is not set
64181 -# CONFIG_CRYPTO_CAST5 is not set
64182 -# CONFIG_CRYPTO_CAST6 is not set
64183 -# CONFIG_CRYPTO_TEA is not set
64184 -# CONFIG_CRYPTO_ARC4 is not set
64185 -# CONFIG_CRYPTO_KHAZAD is not set
64186 -# CONFIG_CRYPTO_ANUBIS is not set
64187 -# CONFIG_CRYPTO_SEED is not set
64188 -# CONFIG_CRYPTO_SALSA20 is not set
64189 -# CONFIG_CRYPTO_DEFLATE is not set
64190 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
64191 -# CONFIG_CRYPTO_CRC32C is not set
64192 -# CONFIG_CRYPTO_CAMELLIA is not set
64193 -# CONFIG_CRYPTO_TEST is not set
64194 -# CONFIG_CRYPTO_AUTHENC is not set
64195 -# CONFIG_CRYPTO_LZO is not set
64196 -CONFIG_CRYPTO_HW=y
64197 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
64198 -# CONFIG_PPC_CLOCK is not set
64199 -CONFIG_PPC_LIB_RHEAP=y
64200 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc837x_mds_defconfig
64201 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
64202 +++ powerpc.git/arch/powerpc/configs/mpc837x_mds_defconfig      1970-01-01 01:00:00.000000000 +0100
64203 @@ -1,899 +0,0 @@
64204 -#
64205 -# Automatically generated make config: don't edit
64206 -# Linux kernel version: 2.6.25-rc6
64207 -# Mon Mar 24 08:48:23 2008
64208 -#
64209 -# CONFIG_PPC64 is not set
64210 -
64211 -#
64212 -# Processor support
64213 -#
64214 -CONFIG_6xx=y
64215 -# CONFIG_PPC_85xx is not set
64216 -# CONFIG_PPC_8xx is not set
64217 -# CONFIG_40x is not set
64218 -# CONFIG_44x is not set
64219 -# CONFIG_E200 is not set
64220 -CONFIG_PPC_FPU=y
64221 -# CONFIG_FSL_EMB_PERFMON is not set
64222 -CONFIG_PPC_STD_MMU=y
64223 -CONFIG_PPC_STD_MMU_32=y
64224 -# CONFIG_PPC_MM_SLICES is not set
64225 -# CONFIG_SMP is not set
64226 -CONFIG_PPC32=y
64227 -CONFIG_WORD_SIZE=32
64228 -CONFIG_PPC_MERGE=y
64229 -CONFIG_MMU=y
64230 -CONFIG_GENERIC_CMOS_UPDATE=y
64231 -CONFIG_GENERIC_TIME=y
64232 -CONFIG_GENERIC_TIME_VSYSCALL=y
64233 -CONFIG_GENERIC_CLOCKEVENTS=y
64234 -CONFIG_GENERIC_HARDIRQS=y
64235 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
64236 -CONFIG_IRQ_PER_CPU=y
64237 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
64238 -CONFIG_ARCH_HAS_ILOG2_U32=y
64239 -CONFIG_GENERIC_HWEIGHT=y
64240 -CONFIG_GENERIC_CALIBRATE_DELAY=y
64241 -CONFIG_GENERIC_FIND_NEXT_BIT=y
64242 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
64243 -CONFIG_PPC=y
64244 -CONFIG_EARLY_PRINTK=y
64245 -CONFIG_GENERIC_NVRAM=y
64246 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
64247 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
64248 -CONFIG_PPC_OF=y
64249 -CONFIG_OF=y
64250 -CONFIG_PPC_UDBG_16550=y
64251 -# CONFIG_GENERIC_TBSYNC is not set
64252 -CONFIG_AUDIT_ARCH=y
64253 -CONFIG_GENERIC_BUG=y
64254 -CONFIG_DEFAULT_UIMAGE=y
64255 -# CONFIG_PPC_DCR_NATIVE is not set
64256 -# CONFIG_PPC_DCR_MMIO is not set
64257 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
64258 -
64259 -#
64260 -# General setup
64261 -#
64262 -CONFIG_EXPERIMENTAL=y
64263 -CONFIG_BROKEN_ON_SMP=y
64264 -CONFIG_INIT_ENV_ARG_LIMIT=32
64265 -CONFIG_LOCALVERSION=""
64266 -CONFIG_LOCALVERSION_AUTO=y
64267 -CONFIG_SWAP=y
64268 -CONFIG_SYSVIPC=y
64269 -CONFIG_SYSVIPC_SYSCTL=y
64270 -# CONFIG_POSIX_MQUEUE is not set
64271 -# CONFIG_BSD_PROCESS_ACCT is not set
64272 -# CONFIG_TASKSTATS is not set
64273 -# CONFIG_AUDIT is not set
64274 -# CONFIG_IKCONFIG is not set
64275 -CONFIG_LOG_BUF_SHIFT=14
64276 -# CONFIG_CGROUPS is not set
64277 -CONFIG_GROUP_SCHED=y
64278 -CONFIG_FAIR_GROUP_SCHED=y
64279 -# CONFIG_RT_GROUP_SCHED is not set
64280 -CONFIG_USER_SCHED=y
64281 -# CONFIG_CGROUP_SCHED is not set
64282 -CONFIG_SYSFS_DEPRECATED=y
64283 -CONFIG_SYSFS_DEPRECATED_V2=y
64284 -# CONFIG_RELAY is not set
64285 -# CONFIG_NAMESPACES is not set
64286 -CONFIG_BLK_DEV_INITRD=y
64287 -CONFIG_INITRAMFS_SOURCE=""
64288 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
64289 -CONFIG_SYSCTL=y
64290 -CONFIG_EMBEDDED=y
64291 -CONFIG_SYSCTL_SYSCALL=y
64292 -CONFIG_KALLSYMS=y
64293 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
64294 -CONFIG_HOTPLUG=y
64295 -CONFIG_PRINTK=y
64296 -CONFIG_BUG=y
64297 -CONFIG_ELF_CORE=y
64298 -CONFIG_COMPAT_BRK=y
64299 -CONFIG_BASE_FULL=y
64300 -CONFIG_FUTEX=y
64301 -CONFIG_ANON_INODES=y
64302 -# CONFIG_EPOLL is not set
64303 -CONFIG_SIGNALFD=y
64304 -CONFIG_TIMERFD=y
64305 -CONFIG_EVENTFD=y
64306 -CONFIG_SHMEM=y
64307 -CONFIG_VM_EVENT_COUNTERS=y
64308 -CONFIG_SLAB=y
64309 -# CONFIG_SLUB is not set
64310 -# CONFIG_SLOB is not set
64311 -# CONFIG_PROFILING is not set
64312 -# CONFIG_MARKERS is not set
64313 -CONFIG_HAVE_OPROFILE=y
64314 -# CONFIG_KPROBES is not set
64315 -CONFIG_HAVE_KPROBES=y
64316 -CONFIG_HAVE_KRETPROBES=y
64317 -CONFIG_PROC_PAGE_MONITOR=y
64318 -CONFIG_SLABINFO=y
64319 -CONFIG_RT_MUTEXES=y
64320 -# CONFIG_TINY_SHMEM is not set
64321 -CONFIG_BASE_SMALL=0
64322 -CONFIG_MODULES=y
64323 -CONFIG_MODULE_UNLOAD=y
64324 -# CONFIG_MODULE_FORCE_UNLOAD is not set
64325 -# CONFIG_MODVERSIONS is not set
64326 -# CONFIG_MODULE_SRCVERSION_ALL is not set
64327 -# CONFIG_KMOD is not set
64328 -CONFIG_BLOCK=y
64329 -# CONFIG_LBD is not set
64330 -# CONFIG_BLK_DEV_IO_TRACE is not set
64331 -# CONFIG_LSF is not set
64332 -# CONFIG_BLK_DEV_BSG is not set
64333 -
64334 -#
64335 -# IO Schedulers
64336 -#
64337 -CONFIG_IOSCHED_NOOP=y
64338 -CONFIG_IOSCHED_AS=y
64339 -CONFIG_IOSCHED_DEADLINE=y
64340 -CONFIG_IOSCHED_CFQ=y
64341 -CONFIG_DEFAULT_AS=y
64342 -# CONFIG_DEFAULT_DEADLINE is not set
64343 -# CONFIG_DEFAULT_CFQ is not set
64344 -# CONFIG_DEFAULT_NOOP is not set
64345 -CONFIG_DEFAULT_IOSCHED="anticipatory"
64346 -CONFIG_CLASSIC_RCU=y
64347 -
64348 -#
64349 -# Platform support
64350 -#
64351 -# CONFIG_PPC_MULTIPLATFORM is not set
64352 -# CONFIG_PPC_82xx is not set
64353 -CONFIG_PPC_83xx=y
64354 -# CONFIG_PPC_86xx is not set
64355 -# CONFIG_PPC_MPC512x is not set
64356 -# CONFIG_PPC_MPC5121 is not set
64357 -# CONFIG_PPC_CELL is not set
64358 -# CONFIG_PPC_CELL_NATIVE is not set
64359 -# CONFIG_PQ2ADS is not set
64360 -CONFIG_MPC83xx=y
64361 -# CONFIG_MPC831x_RDB is not set
64362 -# CONFIG_MPC832x_MDS is not set
64363 -# CONFIG_MPC832x_RDB is not set
64364 -# CONFIG_MPC834x_MDS is not set
64365 -# CONFIG_MPC834x_ITX is not set
64366 -# CONFIG_MPC836x_MDS is not set
64367 -CONFIG_MPC837x_MDS=y
64368 -# CONFIG_MPC837x_RDB is not set
64369 -# CONFIG_SBC834x is not set
64370 -CONFIG_PPC_MPC837x=y
64371 -CONFIG_IPIC=y
64372 -# CONFIG_MPIC is not set
64373 -# CONFIG_MPIC_WEIRD is not set
64374 -# CONFIG_PPC_I8259 is not set
64375 -# CONFIG_PPC_RTAS is not set
64376 -# CONFIG_MMIO_NVRAM is not set
64377 -# CONFIG_PPC_MPC106 is not set
64378 -# CONFIG_PPC_970_NAP is not set
64379 -# CONFIG_PPC_INDIRECT_IO is not set
64380 -# CONFIG_GENERIC_IOMAP is not set
64381 -# CONFIG_CPU_FREQ is not set
64382 -# CONFIG_FSL_ULI1575 is not set
64383 -
64384 -#
64385 -# Kernel options
64386 -#
64387 -# CONFIG_HIGHMEM is not set
64388 -# CONFIG_TICK_ONESHOT is not set
64389 -# CONFIG_NO_HZ is not set
64390 -# CONFIG_HIGH_RES_TIMERS is not set
64391 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
64392 -# CONFIG_HZ_100 is not set
64393 -CONFIG_HZ_250=y
64394 -# CONFIG_HZ_300 is not set
64395 -# CONFIG_HZ_1000 is not set
64396 -CONFIG_HZ=250
64397 -# CONFIG_SCHED_HRTICK is not set
64398 -CONFIG_PREEMPT_NONE=y
64399 -# CONFIG_PREEMPT_VOLUNTARY is not set
64400 -# CONFIG_PREEMPT is not set
64401 -CONFIG_BINFMT_ELF=y
64402 -# CONFIG_BINFMT_MISC is not set
64403 -# CONFIG_IOMMU_HELPER is not set
64404 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
64405 -CONFIG_ARCH_HAS_WALK_MEMORY=y
64406 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
64407 -CONFIG_ARCH_FLATMEM_ENABLE=y
64408 -CONFIG_ARCH_POPULATES_NODE_MAP=y
64409 -CONFIG_SELECT_MEMORY_MODEL=y
64410 -CONFIG_FLATMEM_MANUAL=y
64411 -# CONFIG_DISCONTIGMEM_MANUAL is not set
64412 -# CONFIG_SPARSEMEM_MANUAL is not set
64413 -CONFIG_FLATMEM=y
64414 -CONFIG_FLAT_NODE_MEM_MAP=y
64415 -# CONFIG_SPARSEMEM_STATIC is not set
64416 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
64417 -CONFIG_SPLIT_PTLOCK_CPUS=4
64418 -# CONFIG_RESOURCES_64BIT is not set
64419 -CONFIG_ZONE_DMA_FLAG=1
64420 -CONFIG_BOUNCE=y
64421 -CONFIG_VIRT_TO_BUS=y
64422 -CONFIG_PROC_DEVICETREE=y
64423 -# CONFIG_CMDLINE_BOOL is not set
64424 -# CONFIG_PM is not set
64425 -CONFIG_SECCOMP=y
64426 -CONFIG_ISA_DMA_API=y
64427 -
64428 -#
64429 -# Bus options
64430 -#
64431 -CONFIG_ZONE_DMA=y
64432 -CONFIG_GENERIC_ISA_DMA=y
64433 -CONFIG_PPC_INDIRECT_PCI=y
64434 -CONFIG_FSL_SOC=y
64435 -# CONFIG_PCI is not set
64436 -# CONFIG_PCI_DOMAINS is not set
64437 -# CONFIG_PCI_SYSCALL is not set
64438 -# CONFIG_ARCH_SUPPORTS_MSI is not set
64439 -# CONFIG_PCCARD is not set
64440 -
64441 -#
64442 -# Advanced setup
64443 -#
64444 -# CONFIG_ADVANCED_OPTIONS is not set
64445 -
64446 -#
64447 -# Default settings for advanced configuration options are used
64448 -#
64449 -CONFIG_HIGHMEM_START=0xfe000000
64450 -CONFIG_LOWMEM_SIZE=0x30000000
64451 -CONFIG_KERNEL_START=0xc0000000
64452 -CONFIG_TASK_SIZE=0xc0000000
64453 -CONFIG_BOOT_LOAD=0x00800000
64454 -
64455 -#
64456 -# Networking
64457 -#
64458 -CONFIG_NET=y
64459 -
64460 -#
64461 -# Networking options
64462 -#
64463 -CONFIG_PACKET=y
64464 -# CONFIG_PACKET_MMAP is not set
64465 -CONFIG_UNIX=y
64466 -CONFIG_XFRM=y
64467 -CONFIG_XFRM_USER=m
64468 -# CONFIG_XFRM_SUB_POLICY is not set
64469 -# CONFIG_XFRM_MIGRATE is not set
64470 -# CONFIG_XFRM_STATISTICS is not set
64471 -# CONFIG_NET_KEY is not set
64472 -CONFIG_INET=y
64473 -CONFIG_IP_MULTICAST=y
64474 -# CONFIG_IP_ADVANCED_ROUTER is not set
64475 -CONFIG_IP_FIB_HASH=y
64476 -CONFIG_IP_PNP=y
64477 -CONFIG_IP_PNP_DHCP=y
64478 -CONFIG_IP_PNP_BOOTP=y
64479 -# CONFIG_IP_PNP_RARP is not set
64480 -# CONFIG_NET_IPIP is not set
64481 -# CONFIG_NET_IPGRE is not set
64482 -# CONFIG_IP_MROUTE is not set
64483 -# CONFIG_ARPD is not set
64484 -CONFIG_SYN_COOKIES=y
64485 -# CONFIG_INET_AH is not set
64486 -# CONFIG_INET_ESP is not set
64487 -# CONFIG_INET_IPCOMP is not set
64488 -# CONFIG_INET_XFRM_TUNNEL is not set
64489 -# CONFIG_INET_TUNNEL is not set
64490 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
64491 -CONFIG_INET_XFRM_MODE_TUNNEL=y
64492 -CONFIG_INET_XFRM_MODE_BEET=y
64493 -# CONFIG_INET_LRO is not set
64494 -CONFIG_INET_DIAG=y
64495 -CONFIG_INET_TCP_DIAG=y
64496 -# CONFIG_TCP_CONG_ADVANCED is not set
64497 -CONFIG_TCP_CONG_CUBIC=y
64498 -CONFIG_DEFAULT_TCP_CONG="cubic"
64499 -# CONFIG_TCP_MD5SIG is not set
64500 -# CONFIG_IPV6 is not set
64501 -# CONFIG_INET6_XFRM_TUNNEL is not set
64502 -# CONFIG_INET6_TUNNEL is not set
64503 -# CONFIG_NETWORK_SECMARK is not set
64504 -# CONFIG_NETFILTER is not set
64505 -# CONFIG_IP_DCCP is not set
64506 -# CONFIG_IP_SCTP is not set
64507 -# CONFIG_TIPC is not set
64508 -# CONFIG_ATM is not set
64509 -# CONFIG_BRIDGE is not set
64510 -# CONFIG_VLAN_8021Q is not set
64511 -# CONFIG_DECNET is not set
64512 -# CONFIG_LLC2 is not set
64513 -# CONFIG_IPX is not set
64514 -# CONFIG_ATALK is not set
64515 -# CONFIG_X25 is not set
64516 -# CONFIG_LAPB is not set
64517 -# CONFIG_ECONET is not set
64518 -# CONFIG_WAN_ROUTER is not set
64519 -# CONFIG_NET_SCHED is not set
64520 -
64521 -#
64522 -# Network testing
64523 -#
64524 -# CONFIG_NET_PKTGEN is not set
64525 -# CONFIG_HAMRADIO is not set
64526 -# CONFIG_CAN is not set
64527 -# CONFIG_IRDA is not set
64528 -# CONFIG_BT is not set
64529 -# CONFIG_AF_RXRPC is not set
64530 -
64531 -#
64532 -# Wireless
64533 -#
64534 -# CONFIG_CFG80211 is not set
64535 -# CONFIG_WIRELESS_EXT is not set
64536 -# CONFIG_MAC80211 is not set
64537 -# CONFIG_IEEE80211 is not set
64538 -# CONFIG_RFKILL is not set
64539 -# CONFIG_NET_9P is not set
64540 -
64541 -#
64542 -# Device Drivers
64543 -#
64544 -
64545 -#
64546 -# Generic Driver Options
64547 -#
64548 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
64549 -CONFIG_STANDALONE=y
64550 -CONFIG_PREVENT_FIRMWARE_BUILD=y
64551 -# CONFIG_FW_LOADER is not set
64552 -# CONFIG_SYS_HYPERVISOR is not set
64553 -# CONFIG_CONNECTOR is not set
64554 -# CONFIG_MTD is not set
64555 -CONFIG_OF_DEVICE=y
64556 -# CONFIG_PARPORT is not set
64557 -CONFIG_BLK_DEV=y
64558 -# CONFIG_BLK_DEV_FD is not set
64559 -# CONFIG_BLK_DEV_COW_COMMON is not set
64560 -CONFIG_BLK_DEV_LOOP=y
64561 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
64562 -# CONFIG_BLK_DEV_NBD is not set
64563 -CONFIG_BLK_DEV_RAM=y
64564 -CONFIG_BLK_DEV_RAM_COUNT=16
64565 -CONFIG_BLK_DEV_RAM_SIZE=32768
64566 -# CONFIG_BLK_DEV_XIP is not set
64567 -# CONFIG_CDROM_PKTCDVD is not set
64568 -# CONFIG_ATA_OVER_ETH is not set
64569 -CONFIG_MISC_DEVICES=y
64570 -# CONFIG_EEPROM_93CX6 is not set
64571 -# CONFIG_ENCLOSURE_SERVICES is not set
64572 -CONFIG_HAVE_IDE=y
64573 -# CONFIG_IDE is not set
64574 -
64575 -#
64576 -# SCSI device support
64577 -#
64578 -# CONFIG_RAID_ATTRS is not set
64579 -CONFIG_SCSI=y
64580 -CONFIG_SCSI_DMA=y
64581 -# CONFIG_SCSI_TGT is not set
64582 -# CONFIG_SCSI_NETLINK is not set
64583 -CONFIG_SCSI_PROC_FS=y
64584 -
64585 -#
64586 -# SCSI support type (disk, tape, CD-ROM)
64587 -#
64588 -CONFIG_BLK_DEV_SD=y
64589 -# CONFIG_CHR_DEV_ST is not set
64590 -# CONFIG_CHR_DEV_OSST is not set
64591 -# CONFIG_BLK_DEV_SR is not set
64592 -CONFIG_CHR_DEV_SG=y
64593 -# CONFIG_CHR_DEV_SCH is not set
64594 -
64595 -#
64596 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
64597 -#
64598 -# CONFIG_SCSI_MULTI_LUN is not set
64599 -# CONFIG_SCSI_CONSTANTS is not set
64600 -# CONFIG_SCSI_LOGGING is not set
64601 -# CONFIG_SCSI_SCAN_ASYNC is not set
64602 -CONFIG_SCSI_WAIT_SCAN=m
64603 -
64604 -#
64605 -# SCSI Transports
64606 -#
64607 -# CONFIG_SCSI_SPI_ATTRS is not set
64608 -# CONFIG_SCSI_FC_ATTRS is not set
64609 -# CONFIG_SCSI_ISCSI_ATTRS is not set
64610 -# CONFIG_SCSI_SAS_LIBSAS is not set
64611 -# CONFIG_SCSI_SRP_ATTRS is not set
64612 -CONFIG_SCSI_LOWLEVEL=y
64613 -# CONFIG_ISCSI_TCP is not set
64614 -# CONFIG_SCSI_DEBUG is not set
64615 -CONFIG_ATA=y
64616 -# CONFIG_ATA_NONSTANDARD is not set
64617 -# CONFIG_SATA_MV is not set
64618 -CONFIG_SATA_FSL=y
64619 -# CONFIG_PATA_PLATFORM is not set
64620 -# CONFIG_MD is not set
64621 -# CONFIG_MACINTOSH_DRIVERS is not set
64622 -CONFIG_NETDEVICES=y
64623 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
64624 -# CONFIG_DUMMY is not set
64625 -# CONFIG_BONDING is not set
64626 -# CONFIG_MACVLAN is not set
64627 -# CONFIG_EQUALIZER is not set
64628 -# CONFIG_TUN is not set
64629 -# CONFIG_VETH is not set
64630 -CONFIG_PHYLIB=y
64631 -
64632 -#
64633 -# MII PHY device drivers
64634 -#
64635 -CONFIG_MARVELL_PHY=y
64636 -# CONFIG_DAVICOM_PHY is not set
64637 -# CONFIG_QSEMI_PHY is not set
64638 -# CONFIG_LXT_PHY is not set
64639 -# CONFIG_CICADA_PHY is not set
64640 -# CONFIG_VITESSE_PHY is not set
64641 -# CONFIG_SMSC_PHY is not set
64642 -# CONFIG_BROADCOM_PHY is not set
64643 -# CONFIG_ICPLUS_PHY is not set
64644 -# CONFIG_REALTEK_PHY is not set
64645 -# CONFIG_FIXED_PHY is not set
64646 -# CONFIG_MDIO_BITBANG is not set
64647 -CONFIG_NET_ETHERNET=y
64648 -CONFIG_MII=y
64649 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
64650 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
64651 -# CONFIG_IBM_NEW_EMAC_TAH is not set
64652 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
64653 -# CONFIG_B44 is not set
64654 -CONFIG_NETDEV_1000=y
64655 -# CONFIG_E1000E_ENABLED is not set
64656 -CONFIG_GIANFAR=y
64657 -# CONFIG_GFAR_NAPI is not set
64658 -CONFIG_NETDEV_10000=y
64659 -
64660 -#
64661 -# Wireless LAN
64662 -#
64663 -# CONFIG_WLAN_PRE80211 is not set
64664 -# CONFIG_WLAN_80211 is not set
64665 -# CONFIG_WAN is not set
64666 -# CONFIG_PPP is not set
64667 -# CONFIG_SLIP is not set
64668 -# CONFIG_NETCONSOLE is not set
64669 -# CONFIG_NETPOLL is not set
64670 -# CONFIG_NET_POLL_CONTROLLER is not set
64671 -# CONFIG_ISDN is not set
64672 -# CONFIG_PHONE is not set
64673 -
64674 -#
64675 -# Input device support
64676 -#
64677 -CONFIG_INPUT=y
64678 -# CONFIG_INPUT_FF_MEMLESS is not set
64679 -# CONFIG_INPUT_POLLDEV is not set
64680 -
64681 -#
64682 -# Userland interfaces
64683 -#
64684 -# CONFIG_INPUT_MOUSEDEV is not set
64685 -# CONFIG_INPUT_JOYDEV is not set
64686 -# CONFIG_INPUT_EVDEV is not set
64687 -# CONFIG_INPUT_EVBUG is not set
64688 -
64689 -#
64690 -# Input Device Drivers
64691 -#
64692 -# CONFIG_INPUT_KEYBOARD is not set
64693 -# CONFIG_INPUT_MOUSE is not set
64694 -# CONFIG_INPUT_JOYSTICK is not set
64695 -# CONFIG_INPUT_TABLET is not set
64696 -# CONFIG_INPUT_TOUCHSCREEN is not set
64697 -# CONFIG_INPUT_MISC is not set
64698 -
64699 -#
64700 -# Hardware I/O ports
64701 -#
64702 -# CONFIG_SERIO is not set
64703 -# CONFIG_GAMEPORT is not set
64704 -
64705 -#
64706 -# Character devices
64707 -#
64708 -# CONFIG_VT is not set
64709 -# CONFIG_SERIAL_NONSTANDARD is not set
64710 -
64711 -#
64712 -# Serial drivers
64713 -#
64714 -CONFIG_SERIAL_8250=y
64715 -CONFIG_SERIAL_8250_CONSOLE=y
64716 -CONFIG_SERIAL_8250_NR_UARTS=4
64717 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
64718 -# CONFIG_SERIAL_8250_EXTENDED is not set
64719 -
64720 -#
64721 -# Non-8250 serial port support
64722 -#
64723 -# CONFIG_SERIAL_UARTLITE is not set
64724 -CONFIG_SERIAL_CORE=y
64725 -CONFIG_SERIAL_CORE_CONSOLE=y
64726 -# CONFIG_SERIAL_OF_PLATFORM is not set
64727 -CONFIG_UNIX98_PTYS=y
64728 -CONFIG_LEGACY_PTYS=y
64729 -CONFIG_LEGACY_PTY_COUNT=256
64730 -# CONFIG_IPMI_HANDLER is not set
64731 -# CONFIG_HW_RANDOM is not set
64732 -# CONFIG_NVRAM is not set
64733 -CONFIG_GEN_RTC=y
64734 -# CONFIG_GEN_RTC_X is not set
64735 -# CONFIG_R3964 is not set
64736 -# CONFIG_RAW_DRIVER is not set
64737 -# CONFIG_TCG_TPM is not set
64738 -CONFIG_I2C=y
64739 -CONFIG_I2C_BOARDINFO=y
64740 -CONFIG_I2C_CHARDEV=y
64741 -
64742 -#
64743 -# I2C Algorithms
64744 -#
64745 -# CONFIG_I2C_ALGOBIT is not set
64746 -# CONFIG_I2C_ALGOPCF is not set
64747 -# CONFIG_I2C_ALGOPCA is not set
64748 -
64749 -#
64750 -# I2C Hardware Bus support
64751 -#
64752 -CONFIG_I2C_MPC=y
64753 -# CONFIG_I2C_OCORES is not set
64754 -# CONFIG_I2C_PARPORT_LIGHT is not set
64755 -# CONFIG_I2C_SIMTEC is not set
64756 -# CONFIG_I2C_TAOS_EVM is not set
64757 -# CONFIG_I2C_STUB is not set
64758 -
64759 -#
64760 -# Miscellaneous I2C Chip support
64761 -#
64762 -# CONFIG_DS1682 is not set
64763 -# CONFIG_SENSORS_EEPROM is not set
64764 -# CONFIG_SENSORS_PCF8574 is not set
64765 -# CONFIG_PCF8575 is not set
64766 -# CONFIG_SENSORS_PCF8591 is not set
64767 -# CONFIG_TPS65010 is not set
64768 -# CONFIG_SENSORS_MAX6875 is not set
64769 -# CONFIG_SENSORS_TSL2550 is not set
64770 -# CONFIG_I2C_DEBUG_CORE is not set
64771 -# CONFIG_I2C_DEBUG_ALGO is not set
64772 -# CONFIG_I2C_DEBUG_BUS is not set
64773 -# CONFIG_I2C_DEBUG_CHIP is not set
64774 -
64775 -#
64776 -# SPI support
64777 -#
64778 -# CONFIG_SPI is not set
64779 -# CONFIG_SPI_MASTER is not set
64780 -# CONFIG_W1 is not set
64781 -# CONFIG_POWER_SUPPLY is not set
64782 -CONFIG_HWMON=y
64783 -# CONFIG_HWMON_VID is not set
64784 -# CONFIG_SENSORS_AD7418 is not set
64785 -# CONFIG_SENSORS_ADM1021 is not set
64786 -# CONFIG_SENSORS_ADM1025 is not set
64787 -# CONFIG_SENSORS_ADM1026 is not set
64788 -# CONFIG_SENSORS_ADM1029 is not set
64789 -# CONFIG_SENSORS_ADM1031 is not set
64790 -# CONFIG_SENSORS_ADM9240 is not set
64791 -# CONFIG_SENSORS_ADT7470 is not set
64792 -# CONFIG_SENSORS_ADT7473 is not set
64793 -# CONFIG_SENSORS_ATXP1 is not set
64794 -# CONFIG_SENSORS_DS1621 is not set
64795 -# CONFIG_SENSORS_F71805F is not set
64796 -# CONFIG_SENSORS_F71882FG is not set
64797 -# CONFIG_SENSORS_F75375S is not set
64798 -# CONFIG_SENSORS_GL518SM is not set
64799 -# CONFIG_SENSORS_GL520SM is not set
64800 -# CONFIG_SENSORS_IT87 is not set
64801 -# CONFIG_SENSORS_LM63 is not set
64802 -# CONFIG_SENSORS_LM75 is not set
64803 -# CONFIG_SENSORS_LM77 is not set
64804 -# CONFIG_SENSORS_LM78 is not set
64805 -# CONFIG_SENSORS_LM80 is not set
64806 -# CONFIG_SENSORS_LM83 is not set
64807 -# CONFIG_SENSORS_LM85 is not set
64808 -# CONFIG_SENSORS_LM87 is not set
64809 -# CONFIG_SENSORS_LM90 is not set
64810 -# CONFIG_SENSORS_LM92 is not set
64811 -# CONFIG_SENSORS_LM93 is not set
64812 -# CONFIG_SENSORS_MAX1619 is not set
64813 -# CONFIG_SENSORS_MAX6650 is not set
64814 -# CONFIG_SENSORS_PC87360 is not set
64815 -# CONFIG_SENSORS_PC87427 is not set
64816 -# CONFIG_SENSORS_DME1737 is not set
64817 -# CONFIG_SENSORS_SMSC47M1 is not set
64818 -# CONFIG_SENSORS_SMSC47M192 is not set
64819 -# CONFIG_SENSORS_SMSC47B397 is not set
64820 -# CONFIG_SENSORS_ADS7828 is not set
64821 -# CONFIG_SENSORS_THMC50 is not set
64822 -# CONFIG_SENSORS_VT1211 is not set
64823 -# CONFIG_SENSORS_W83781D is not set
64824 -# CONFIG_SENSORS_W83791D is not set
64825 -# CONFIG_SENSORS_W83792D is not set
64826 -# CONFIG_SENSORS_W83793 is not set
64827 -# CONFIG_SENSORS_W83L785TS is not set
64828 -# CONFIG_SENSORS_W83L786NG is not set
64829 -# CONFIG_SENSORS_W83627HF is not set
64830 -# CONFIG_SENSORS_W83627EHF is not set
64831 -# CONFIG_HWMON_DEBUG_CHIP is not set
64832 -# CONFIG_THERMAL is not set
64833 -CONFIG_WATCHDOG=y
64834 -# CONFIG_WATCHDOG_NOWAYOUT is not set
64835 -
64836 -#
64837 -# Watchdog Device Drivers
64838 -#
64839 -# CONFIG_SOFT_WATCHDOG is not set
64840 -CONFIG_83xx_WDT=y
64841 -
64842 -#
64843 -# Sonics Silicon Backplane
64844 -#
64845 -CONFIG_SSB_POSSIBLE=y
64846 -# CONFIG_SSB is not set
64847 -
64848 -#
64849 -# Multifunction device drivers
64850 -#
64851 -# CONFIG_MFD_SM501 is not set
64852 -
64853 -#
64854 -# Multimedia devices
64855 -#
64856 -# CONFIG_VIDEO_DEV is not set
64857 -# CONFIG_DVB_CORE is not set
64858 -CONFIG_DAB=y
64859 -
64860 -#
64861 -# Graphics support
64862 -#
64863 -# CONFIG_VGASTATE is not set
64864 -CONFIG_VIDEO_OUTPUT_CONTROL=m
64865 -# CONFIG_FB is not set
64866 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
64867 -
64868 -#
64869 -# Display device support
64870 -#
64871 -# CONFIG_DISPLAY_SUPPORT is not set
64872 -
64873 -#
64874 -# Sound
64875 -#
64876 -# CONFIG_SOUND is not set
64877 -CONFIG_HID_SUPPORT=y
64878 -CONFIG_HID=y
64879 -# CONFIG_HID_DEBUG is not set
64880 -# CONFIG_HIDRAW is not set
64881 -CONFIG_USB_SUPPORT=y
64882 -CONFIG_USB_ARCH_HAS_HCD=y
64883 -# CONFIG_USB_ARCH_HAS_OHCI is not set
64884 -CONFIG_USB_ARCH_HAS_EHCI=y
64885 -# CONFIG_USB is not set
64886 -
64887 -#
64888 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
64889 -#
64890 -# CONFIG_USB_GADGET is not set
64891 -# CONFIG_MMC is not set
64892 -# CONFIG_MEMSTICK is not set
64893 -# CONFIG_NEW_LEDS is not set
64894 -# CONFIG_EDAC is not set
64895 -# CONFIG_RTC_CLASS is not set
64896 -# CONFIG_DMADEVICES is not set
64897 -
64898 -#
64899 -# Userspace I/O
64900 -#
64901 -# CONFIG_UIO is not set
64902 -
64903 -#
64904 -# File systems
64905 -#
64906 -CONFIG_EXT2_FS=y
64907 -# CONFIG_EXT2_FS_XATTR is not set
64908 -# CONFIG_EXT2_FS_XIP is not set
64909 -CONFIG_EXT3_FS=y
64910 -CONFIG_EXT3_FS_XATTR=y
64911 -# CONFIG_EXT3_FS_POSIX_ACL is not set
64912 -# CONFIG_EXT3_FS_SECURITY is not set
64913 -# CONFIG_EXT4DEV_FS is not set
64914 -CONFIG_JBD=y
64915 -CONFIG_FS_MBCACHE=y
64916 -# CONFIG_REISERFS_FS is not set
64917 -# CONFIG_JFS_FS is not set
64918 -# CONFIG_FS_POSIX_ACL is not set
64919 -# CONFIG_XFS_FS is not set
64920 -# CONFIG_GFS2_FS is not set
64921 -# CONFIG_OCFS2_FS is not set
64922 -CONFIG_DNOTIFY=y
64923 -CONFIG_INOTIFY=y
64924 -CONFIG_INOTIFY_USER=y
64925 -# CONFIG_QUOTA is not set
64926 -# CONFIG_AUTOFS_FS is not set
64927 -# CONFIG_AUTOFS4_FS is not set
64928 -# CONFIG_FUSE_FS is not set
64929 -
64930 -#
64931 -# CD-ROM/DVD Filesystems
64932 -#
64933 -# CONFIG_ISO9660_FS is not set
64934 -# CONFIG_UDF_FS is not set
64935 -
64936 -#
64937 -# DOS/FAT/NT Filesystems
64938 -#
64939 -# CONFIG_MSDOS_FS is not set
64940 -# CONFIG_VFAT_FS is not set
64941 -# CONFIG_NTFS_FS is not set
64942 -
64943 -#
64944 -# Pseudo filesystems
64945 -#
64946 -CONFIG_PROC_FS=y
64947 -CONFIG_PROC_KCORE=y
64948 -CONFIG_PROC_SYSCTL=y
64949 -CONFIG_SYSFS=y
64950 -CONFIG_TMPFS=y
64951 -# CONFIG_TMPFS_POSIX_ACL is not set
64952 -# CONFIG_HUGETLB_PAGE is not set
64953 -# CONFIG_CONFIGFS_FS is not set
64954 -
64955 -#
64956 -# Miscellaneous filesystems
64957 -#
64958 -# CONFIG_ADFS_FS is not set
64959 -# CONFIG_AFFS_FS is not set
64960 -# CONFIG_HFS_FS is not set
64961 -# CONFIG_HFSPLUS_FS is not set
64962 -# CONFIG_BEFS_FS is not set
64963 -# CONFIG_BFS_FS is not set
64964 -# CONFIG_EFS_FS is not set
64965 -# CONFIG_CRAMFS is not set
64966 -# CONFIG_VXFS_FS is not set
64967 -# CONFIG_MINIX_FS is not set
64968 -# CONFIG_HPFS_FS is not set
64969 -# CONFIG_QNX4FS_FS is not set
64970 -# CONFIG_ROMFS_FS is not set
64971 -# CONFIG_SYSV_FS is not set
64972 -# CONFIG_UFS_FS is not set
64973 -CONFIG_NETWORK_FILESYSTEMS=y
64974 -CONFIG_NFS_FS=y
64975 -CONFIG_NFS_V3=y
64976 -# CONFIG_NFS_V3_ACL is not set
64977 -CONFIG_NFS_V4=y
64978 -# CONFIG_NFS_DIRECTIO is not set
64979 -# CONFIG_NFSD is not set
64980 -CONFIG_ROOT_NFS=y
64981 -CONFIG_LOCKD=y
64982 -CONFIG_LOCKD_V4=y
64983 -CONFIG_NFS_COMMON=y
64984 -CONFIG_SUNRPC=y
64985 -CONFIG_SUNRPC_GSS=y
64986 -# CONFIG_SUNRPC_BIND34 is not set
64987 -CONFIG_RPCSEC_GSS_KRB5=y
64988 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
64989 -# CONFIG_SMB_FS is not set
64990 -# CONFIG_CIFS is not set
64991 -# CONFIG_NCP_FS is not set
64992 -# CONFIG_CODA_FS is not set
64993 -# CONFIG_AFS_FS is not set
64994 -
64995 -#
64996 -# Partition Types
64997 -#
64998 -CONFIG_PARTITION_ADVANCED=y
64999 -# CONFIG_ACORN_PARTITION is not set
65000 -# CONFIG_OSF_PARTITION is not set
65001 -# CONFIG_AMIGA_PARTITION is not set
65002 -# CONFIG_ATARI_PARTITION is not set
65003 -# CONFIG_MAC_PARTITION is not set
65004 -CONFIG_MSDOS_PARTITION=y
65005 -# CONFIG_BSD_DISKLABEL is not set
65006 -# CONFIG_MINIX_SUBPARTITION is not set
65007 -# CONFIG_SOLARIS_X86_PARTITION is not set
65008 -# CONFIG_UNIXWARE_DISKLABEL is not set
65009 -# CONFIG_LDM_PARTITION is not set
65010 -# CONFIG_SGI_PARTITION is not set
65011 -# CONFIG_ULTRIX_PARTITION is not set
65012 -# CONFIG_SUN_PARTITION is not set
65013 -# CONFIG_KARMA_PARTITION is not set
65014 -# CONFIG_EFI_PARTITION is not set
65015 -# CONFIG_SYSV68_PARTITION is not set
65016 -# CONFIG_NLS is not set
65017 -# CONFIG_DLM is not set
65018 -
65019 -#
65020 -# Library routines
65021 -#
65022 -CONFIG_BITREVERSE=y
65023 -# CONFIG_CRC_CCITT is not set
65024 -# CONFIG_CRC16 is not set
65025 -# CONFIG_CRC_ITU_T is not set
65026 -CONFIG_CRC32=y
65027 -# CONFIG_CRC7 is not set
65028 -# CONFIG_LIBCRC32C is not set
65029 -CONFIG_PLIST=y
65030 -CONFIG_HAS_IOMEM=y
65031 -CONFIG_HAS_IOPORT=y
65032 -CONFIG_HAS_DMA=y
65033 -
65034 -#
65035 -# Kernel hacking
65036 -#
65037 -# CONFIG_PRINTK_TIME is not set
65038 -CONFIG_ENABLE_WARN_DEPRECATED=y
65039 -CONFIG_ENABLE_MUST_CHECK=y
65040 -# CONFIG_MAGIC_SYSRQ is not set
65041 -# CONFIG_UNUSED_SYMBOLS is not set
65042 -# CONFIG_DEBUG_FS is not set
65043 -# CONFIG_HEADERS_CHECK is not set
65044 -# CONFIG_DEBUG_KERNEL is not set
65045 -# CONFIG_DEBUG_BUGVERBOSE is not set
65046 -# CONFIG_SAMPLES is not set
65047 -# CONFIG_PPC_EARLY_DEBUG is not set
65048 -
65049 -#
65050 -# Security options
65051 -#
65052 -# CONFIG_KEYS is not set
65053 -# CONFIG_SECURITY is not set
65054 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
65055 -CONFIG_CRYPTO=y
65056 -CONFIG_CRYPTO_ALGAPI=y
65057 -CONFIG_CRYPTO_BLKCIPHER=y
65058 -# CONFIG_CRYPTO_SEQIV is not set
65059 -CONFIG_CRYPTO_MANAGER=y
65060 -# CONFIG_CRYPTO_HMAC is not set
65061 -# CONFIG_CRYPTO_XCBC is not set
65062 -# CONFIG_CRYPTO_NULL is not set
65063 -# CONFIG_CRYPTO_MD4 is not set
65064 -CONFIG_CRYPTO_MD5=y
65065 -# CONFIG_CRYPTO_SHA1 is not set
65066 -# CONFIG_CRYPTO_SHA256 is not set
65067 -# CONFIG_CRYPTO_SHA512 is not set
65068 -# CONFIG_CRYPTO_WP512 is not set
65069 -# CONFIG_CRYPTO_TGR192 is not set
65070 -# CONFIG_CRYPTO_GF128MUL is not set
65071 -CONFIG_CRYPTO_ECB=m
65072 -CONFIG_CRYPTO_CBC=y
65073 -CONFIG_CRYPTO_PCBC=m
65074 -# CONFIG_CRYPTO_LRW is not set
65075 -# CONFIG_CRYPTO_XTS is not set
65076 -# CONFIG_CRYPTO_CTR is not set
65077 -# CONFIG_CRYPTO_GCM is not set
65078 -# CONFIG_CRYPTO_CCM is not set
65079 -# CONFIG_CRYPTO_CRYPTD is not set
65080 -CONFIG_CRYPTO_DES=y
65081 -# CONFIG_CRYPTO_FCRYPT is not set
65082 -# CONFIG_CRYPTO_BLOWFISH is not set
65083 -# CONFIG_CRYPTO_TWOFISH is not set
65084 -# CONFIG_CRYPTO_SERPENT is not set
65085 -# CONFIG_CRYPTO_AES is not set
65086 -# CONFIG_CRYPTO_CAST5 is not set
65087 -# CONFIG_CRYPTO_CAST6 is not set
65088 -# CONFIG_CRYPTO_TEA is not set
65089 -# CONFIG_CRYPTO_ARC4 is not set
65090 -# CONFIG_CRYPTO_KHAZAD is not set
65091 -# CONFIG_CRYPTO_ANUBIS is not set
65092 -# CONFIG_CRYPTO_SEED is not set
65093 -# CONFIG_CRYPTO_SALSA20 is not set
65094 -# CONFIG_CRYPTO_DEFLATE is not set
65095 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
65096 -# CONFIG_CRYPTO_CRC32C is not set
65097 -# CONFIG_CRYPTO_CAMELLIA is not set
65098 -# CONFIG_CRYPTO_TEST is not set
65099 -# CONFIG_CRYPTO_AUTHENC is not set
65100 -# CONFIG_CRYPTO_LZO is not set
65101 -CONFIG_CRYPTO_HW=y
65102 -# CONFIG_PPC_CLOCK is not set
65103 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc837x_rdb_defconfig
65104 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
65105 +++ powerpc.git/arch/powerpc/configs/mpc837x_rdb_defconfig      1970-01-01 01:00:00.000000000 +0100
65106 @@ -1,930 +0,0 @@
65107 -#
65108 -# Automatically generated make config: don't edit
65109 -# Linux kernel version: 2.6.25-rc6
65110 -# Mon Mar 24 08:48:24 2008
65111 -#
65112 -# CONFIG_PPC64 is not set
65113 -
65114 -#
65115 -# Processor support
65116 -#
65117 -CONFIG_6xx=y
65118 -# CONFIG_PPC_85xx is not set
65119 -# CONFIG_PPC_8xx is not set
65120 -# CONFIG_40x is not set
65121 -# CONFIG_44x is not set
65122 -# CONFIG_E200 is not set
65123 -CONFIG_PPC_FPU=y
65124 -# CONFIG_FSL_EMB_PERFMON is not set
65125 -CONFIG_PPC_STD_MMU=y
65126 -CONFIG_PPC_STD_MMU_32=y
65127 -# CONFIG_PPC_MM_SLICES is not set
65128 -# CONFIG_SMP is not set
65129 -CONFIG_PPC32=y
65130 -CONFIG_WORD_SIZE=32
65131 -CONFIG_PPC_MERGE=y
65132 -CONFIG_MMU=y
65133 -CONFIG_GENERIC_CMOS_UPDATE=y
65134 -CONFIG_GENERIC_TIME=y
65135 -CONFIG_GENERIC_TIME_VSYSCALL=y
65136 -CONFIG_GENERIC_CLOCKEVENTS=y
65137 -CONFIG_GENERIC_HARDIRQS=y
65138 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
65139 -CONFIG_IRQ_PER_CPU=y
65140 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
65141 -CONFIG_ARCH_HAS_ILOG2_U32=y
65142 -CONFIG_GENERIC_HWEIGHT=y
65143 -CONFIG_GENERIC_CALIBRATE_DELAY=y
65144 -CONFIG_GENERIC_FIND_NEXT_BIT=y
65145 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
65146 -CONFIG_PPC=y
65147 -CONFIG_EARLY_PRINTK=y
65148 -CONFIG_GENERIC_NVRAM=y
65149 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
65150 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
65151 -CONFIG_PPC_OF=y
65152 -CONFIG_OF=y
65153 -CONFIG_PPC_UDBG_16550=y
65154 -# CONFIG_GENERIC_TBSYNC is not set
65155 -CONFIG_AUDIT_ARCH=y
65156 -CONFIG_GENERIC_BUG=y
65157 -CONFIG_DEFAULT_UIMAGE=y
65158 -# CONFIG_PPC_DCR_NATIVE is not set
65159 -# CONFIG_PPC_DCR_MMIO is not set
65160 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
65161 -
65162 -#
65163 -# General setup
65164 -#
65165 -CONFIG_EXPERIMENTAL=y
65166 -CONFIG_BROKEN_ON_SMP=y
65167 -CONFIG_INIT_ENV_ARG_LIMIT=32
65168 -CONFIG_LOCALVERSION=""
65169 -CONFIG_LOCALVERSION_AUTO=y
65170 -CONFIG_SWAP=y
65171 -CONFIG_SYSVIPC=y
65172 -CONFIG_SYSVIPC_SYSCTL=y
65173 -# CONFIG_POSIX_MQUEUE is not set
65174 -# CONFIG_BSD_PROCESS_ACCT is not set
65175 -# CONFIG_TASKSTATS is not set
65176 -# CONFIG_AUDIT is not set
65177 -# CONFIG_IKCONFIG is not set
65178 -CONFIG_LOG_BUF_SHIFT=14
65179 -# CONFIG_CGROUPS is not set
65180 -CONFIG_GROUP_SCHED=y
65181 -CONFIG_FAIR_GROUP_SCHED=y
65182 -# CONFIG_RT_GROUP_SCHED is not set
65183 -CONFIG_USER_SCHED=y
65184 -# CONFIG_CGROUP_SCHED is not set
65185 -CONFIG_SYSFS_DEPRECATED=y
65186 -CONFIG_SYSFS_DEPRECATED_V2=y
65187 -# CONFIG_RELAY is not set
65188 -# CONFIG_NAMESPACES is not set
65189 -CONFIG_BLK_DEV_INITRD=y
65190 -CONFIG_INITRAMFS_SOURCE=""
65191 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
65192 -CONFIG_SYSCTL=y
65193 -CONFIG_EMBEDDED=y
65194 -CONFIG_SYSCTL_SYSCALL=y
65195 -CONFIG_KALLSYMS=y
65196 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
65197 -CONFIG_HOTPLUG=y
65198 -CONFIG_PRINTK=y
65199 -CONFIG_BUG=y
65200 -CONFIG_ELF_CORE=y
65201 -CONFIG_COMPAT_BRK=y
65202 -CONFIG_BASE_FULL=y
65203 -CONFIG_FUTEX=y
65204 -CONFIG_ANON_INODES=y
65205 -# CONFIG_EPOLL is not set
65206 -CONFIG_SIGNALFD=y
65207 -CONFIG_TIMERFD=y
65208 -CONFIG_EVENTFD=y
65209 -CONFIG_SHMEM=y
65210 -CONFIG_VM_EVENT_COUNTERS=y
65211 -CONFIG_SLAB=y
65212 -# CONFIG_SLUB is not set
65213 -# CONFIG_SLOB is not set
65214 -# CONFIG_PROFILING is not set
65215 -# CONFIG_MARKERS is not set
65216 -CONFIG_HAVE_OPROFILE=y
65217 -# CONFIG_KPROBES is not set
65218 -CONFIG_HAVE_KPROBES=y
65219 -CONFIG_HAVE_KRETPROBES=y
65220 -CONFIG_PROC_PAGE_MONITOR=y
65221 -CONFIG_SLABINFO=y
65222 -CONFIG_RT_MUTEXES=y
65223 -# CONFIG_TINY_SHMEM is not set
65224 -CONFIG_BASE_SMALL=0
65225 -CONFIG_MODULES=y
65226 -CONFIG_MODULE_UNLOAD=y
65227 -# CONFIG_MODULE_FORCE_UNLOAD is not set
65228 -# CONFIG_MODVERSIONS is not set
65229 -# CONFIG_MODULE_SRCVERSION_ALL is not set
65230 -# CONFIG_KMOD is not set
65231 -CONFIG_BLOCK=y
65232 -# CONFIG_LBD is not set
65233 -# CONFIG_BLK_DEV_IO_TRACE is not set
65234 -# CONFIG_LSF is not set
65235 -# CONFIG_BLK_DEV_BSG is not set
65236 -
65237 -#
65238 -# IO Schedulers
65239 -#
65240 -CONFIG_IOSCHED_NOOP=y
65241 -CONFIG_IOSCHED_AS=y
65242 -CONFIG_IOSCHED_DEADLINE=y
65243 -CONFIG_IOSCHED_CFQ=y
65244 -CONFIG_DEFAULT_AS=y
65245 -# CONFIG_DEFAULT_DEADLINE is not set
65246 -# CONFIG_DEFAULT_CFQ is not set
65247 -# CONFIG_DEFAULT_NOOP is not set
65248 -CONFIG_DEFAULT_IOSCHED="anticipatory"
65249 -CONFIG_CLASSIC_RCU=y
65250 -
65251 -#
65252 -# Platform support
65253 -#
65254 -# CONFIG_PPC_MULTIPLATFORM is not set
65255 -# CONFIG_PPC_82xx is not set
65256 -CONFIG_PPC_83xx=y
65257 -# CONFIG_PPC_86xx is not set
65258 -# CONFIG_PPC_MPC512x is not set
65259 -# CONFIG_PPC_MPC5121 is not set
65260 -# CONFIG_PPC_CELL is not set
65261 -# CONFIG_PPC_CELL_NATIVE is not set
65262 -# CONFIG_PQ2ADS is not set
65263 -CONFIG_MPC83xx=y
65264 -# CONFIG_MPC831x_RDB is not set
65265 -# CONFIG_MPC832x_MDS is not set
65266 -# CONFIG_MPC832x_RDB is not set
65267 -# CONFIG_MPC834x_MDS is not set
65268 -# CONFIG_MPC834x_ITX is not set
65269 -# CONFIG_MPC836x_MDS is not set
65270 -# CONFIG_MPC837x_MDS is not set
65271 -CONFIG_MPC837x_RDB=y
65272 -# CONFIG_SBC834x is not set
65273 -CONFIG_PPC_MPC837x=y
65274 -CONFIG_IPIC=y
65275 -# CONFIG_MPIC is not set
65276 -# CONFIG_MPIC_WEIRD is not set
65277 -# CONFIG_PPC_I8259 is not set
65278 -# CONFIG_PPC_RTAS is not set
65279 -# CONFIG_MMIO_NVRAM is not set
65280 -# CONFIG_PPC_MPC106 is not set
65281 -# CONFIG_PPC_970_NAP is not set
65282 -# CONFIG_PPC_INDIRECT_IO is not set
65283 -# CONFIG_GENERIC_IOMAP is not set
65284 -# CONFIG_CPU_FREQ is not set
65285 -# CONFIG_FSL_ULI1575 is not set
65286 -
65287 -#
65288 -# Kernel options
65289 -#
65290 -# CONFIG_HIGHMEM is not set
65291 -# CONFIG_TICK_ONESHOT is not set
65292 -# CONFIG_NO_HZ is not set
65293 -# CONFIG_HIGH_RES_TIMERS is not set
65294 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
65295 -# CONFIG_HZ_100 is not set
65296 -CONFIG_HZ_250=y
65297 -# CONFIG_HZ_300 is not set
65298 -# CONFIG_HZ_1000 is not set
65299 -CONFIG_HZ=250
65300 -# CONFIG_SCHED_HRTICK is not set
65301 -CONFIG_PREEMPT_NONE=y
65302 -# CONFIG_PREEMPT_VOLUNTARY is not set
65303 -# CONFIG_PREEMPT is not set
65304 -CONFIG_BINFMT_ELF=y
65305 -# CONFIG_BINFMT_MISC is not set
65306 -# CONFIG_IOMMU_HELPER is not set
65307 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
65308 -CONFIG_ARCH_HAS_WALK_MEMORY=y
65309 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
65310 -CONFIG_ARCH_FLATMEM_ENABLE=y
65311 -CONFIG_ARCH_POPULATES_NODE_MAP=y
65312 -CONFIG_SELECT_MEMORY_MODEL=y
65313 -CONFIG_FLATMEM_MANUAL=y
65314 -# CONFIG_DISCONTIGMEM_MANUAL is not set
65315 -# CONFIG_SPARSEMEM_MANUAL is not set
65316 -CONFIG_FLATMEM=y
65317 -CONFIG_FLAT_NODE_MEM_MAP=y
65318 -# CONFIG_SPARSEMEM_STATIC is not set
65319 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
65320 -CONFIG_SPLIT_PTLOCK_CPUS=4
65321 -# CONFIG_RESOURCES_64BIT is not set
65322 -CONFIG_ZONE_DMA_FLAG=1
65323 -CONFIG_BOUNCE=y
65324 -CONFIG_VIRT_TO_BUS=y
65325 -CONFIG_PROC_DEVICETREE=y
65326 -# CONFIG_CMDLINE_BOOL is not set
65327 -# CONFIG_PM is not set
65328 -CONFIG_SECCOMP=y
65329 -CONFIG_ISA_DMA_API=y
65330 -
65331 -#
65332 -# Bus options
65333 -#
65334 -CONFIG_ZONE_DMA=y
65335 -CONFIG_GENERIC_ISA_DMA=y
65336 -CONFIG_PPC_INDIRECT_PCI=y
65337 -CONFIG_FSL_SOC=y
65338 -# CONFIG_PCI is not set
65339 -# CONFIG_PCI_DOMAINS is not set
65340 -# CONFIG_PCI_SYSCALL is not set
65341 -# CONFIG_ARCH_SUPPORTS_MSI is not set
65342 -# CONFIG_PCCARD is not set
65343 -
65344 -#
65345 -# Advanced setup
65346 -#
65347 -# CONFIG_ADVANCED_OPTIONS is not set
65348 -
65349 -#
65350 -# Default settings for advanced configuration options are used
65351 -#
65352 -CONFIG_HIGHMEM_START=0xfe000000
65353 -CONFIG_LOWMEM_SIZE=0x30000000
65354 -CONFIG_KERNEL_START=0xc0000000
65355 -CONFIG_TASK_SIZE=0xc0000000
65356 -CONFIG_BOOT_LOAD=0x00800000
65357 -
65358 -#
65359 -# Networking
65360 -#
65361 -CONFIG_NET=y
65362 -
65363 -#
65364 -# Networking options
65365 -#
65366 -CONFIG_PACKET=y
65367 -# CONFIG_PACKET_MMAP is not set
65368 -CONFIG_UNIX=y
65369 -# CONFIG_NET_KEY is not set
65370 -CONFIG_INET=y
65371 -CONFIG_IP_MULTICAST=y
65372 -# CONFIG_IP_ADVANCED_ROUTER is not set
65373 -CONFIG_IP_FIB_HASH=y
65374 -CONFIG_IP_PNP=y
65375 -CONFIG_IP_PNP_DHCP=y
65376 -CONFIG_IP_PNP_BOOTP=y
65377 -# CONFIG_IP_PNP_RARP is not set
65378 -# CONFIG_NET_IPIP is not set
65379 -# CONFIG_NET_IPGRE is not set
65380 -# CONFIG_IP_MROUTE is not set
65381 -# CONFIG_ARPD is not set
65382 -CONFIG_SYN_COOKIES=y
65383 -# CONFIG_INET_AH is not set
65384 -# CONFIG_INET_ESP is not set
65385 -# CONFIG_INET_IPCOMP is not set
65386 -# CONFIG_INET_XFRM_TUNNEL is not set
65387 -# CONFIG_INET_TUNNEL is not set
65388 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
65389 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
65390 -# CONFIG_INET_XFRM_MODE_BEET is not set
65391 -# CONFIG_INET_LRO is not set
65392 -CONFIG_INET_DIAG=y
65393 -CONFIG_INET_TCP_DIAG=y
65394 -# CONFIG_TCP_CONG_ADVANCED is not set
65395 -CONFIG_TCP_CONG_CUBIC=y
65396 -CONFIG_DEFAULT_TCP_CONG="cubic"
65397 -# CONFIG_TCP_MD5SIG is not set
65398 -# CONFIG_IPV6 is not set
65399 -# CONFIG_INET6_XFRM_TUNNEL is not set
65400 -# CONFIG_INET6_TUNNEL is not set
65401 -# CONFIG_NETWORK_SECMARK is not set
65402 -# CONFIG_NETFILTER is not set
65403 -# CONFIG_IP_DCCP is not set
65404 -# CONFIG_IP_SCTP is not set
65405 -# CONFIG_TIPC is not set
65406 -# CONFIG_ATM is not set
65407 -# CONFIG_BRIDGE is not set
65408 -# CONFIG_VLAN_8021Q is not set
65409 -# CONFIG_DECNET is not set
65410 -# CONFIG_LLC2 is not set
65411 -# CONFIG_IPX is not set
65412 -# CONFIG_ATALK is not set
65413 -# CONFIG_X25 is not set
65414 -# CONFIG_LAPB is not set
65415 -# CONFIG_ECONET is not set
65416 -# CONFIG_WAN_ROUTER is not set
65417 -# CONFIG_NET_SCHED is not set
65418 -
65419 -#
65420 -# Network testing
65421 -#
65422 -# CONFIG_NET_PKTGEN is not set
65423 -# CONFIG_HAMRADIO is not set
65424 -# CONFIG_CAN is not set
65425 -# CONFIG_IRDA is not set
65426 -# CONFIG_BT is not set
65427 -# CONFIG_AF_RXRPC is not set
65428 -
65429 -#
65430 -# Wireless
65431 -#
65432 -# CONFIG_CFG80211 is not set
65433 -# CONFIG_WIRELESS_EXT is not set
65434 -# CONFIG_MAC80211 is not set
65435 -# CONFIG_IEEE80211 is not set
65436 -# CONFIG_RFKILL is not set
65437 -# CONFIG_NET_9P is not set
65438 -
65439 -#
65440 -# Device Drivers
65441 -#
65442 -
65443 -#
65444 -# Generic Driver Options
65445 -#
65446 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
65447 -CONFIG_STANDALONE=y
65448 -CONFIG_PREVENT_FIRMWARE_BUILD=y
65449 -# CONFIG_FW_LOADER is not set
65450 -# CONFIG_SYS_HYPERVISOR is not set
65451 -# CONFIG_CONNECTOR is not set
65452 -# CONFIG_MTD is not set
65453 -CONFIG_OF_DEVICE=y
65454 -# CONFIG_PARPORT is not set
65455 -CONFIG_BLK_DEV=y
65456 -# CONFIG_BLK_DEV_FD is not set
65457 -# CONFIG_BLK_DEV_COW_COMMON is not set
65458 -CONFIG_BLK_DEV_LOOP=y
65459 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
65460 -# CONFIG_BLK_DEV_NBD is not set
65461 -CONFIG_BLK_DEV_RAM=y
65462 -CONFIG_BLK_DEV_RAM_COUNT=16
65463 -CONFIG_BLK_DEV_RAM_SIZE=32768
65464 -# CONFIG_BLK_DEV_XIP is not set
65465 -# CONFIG_CDROM_PKTCDVD is not set
65466 -# CONFIG_ATA_OVER_ETH is not set
65467 -CONFIG_MISC_DEVICES=y
65468 -# CONFIG_EEPROM_93CX6 is not set
65469 -# CONFIG_ENCLOSURE_SERVICES is not set
65470 -CONFIG_HAVE_IDE=y
65471 -# CONFIG_IDE is not set
65472 -
65473 -#
65474 -# SCSI device support
65475 -#
65476 -# CONFIG_RAID_ATTRS is not set
65477 -CONFIG_SCSI=y
65478 -CONFIG_SCSI_DMA=y
65479 -# CONFIG_SCSI_TGT is not set
65480 -# CONFIG_SCSI_NETLINK is not set
65481 -CONFIG_SCSI_PROC_FS=y
65482 -
65483 -#
65484 -# SCSI support type (disk, tape, CD-ROM)
65485 -#
65486 -CONFIG_BLK_DEV_SD=y
65487 -# CONFIG_CHR_DEV_ST is not set
65488 -# CONFIG_CHR_DEV_OSST is not set
65489 -# CONFIG_BLK_DEV_SR is not set
65490 -CONFIG_CHR_DEV_SG=y
65491 -# CONFIG_CHR_DEV_SCH is not set
65492 -
65493 -#
65494 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
65495 -#
65496 -# CONFIG_SCSI_MULTI_LUN is not set
65497 -# CONFIG_SCSI_CONSTANTS is not set
65498 -# CONFIG_SCSI_LOGGING is not set
65499 -# CONFIG_SCSI_SCAN_ASYNC is not set
65500 -CONFIG_SCSI_WAIT_SCAN=m
65501 -
65502 -#
65503 -# SCSI Transports
65504 -#
65505 -# CONFIG_SCSI_SPI_ATTRS is not set
65506 -# CONFIG_SCSI_FC_ATTRS is not set
65507 -# CONFIG_SCSI_ISCSI_ATTRS is not set
65508 -# CONFIG_SCSI_SAS_LIBSAS is not set
65509 -# CONFIG_SCSI_SRP_ATTRS is not set
65510 -CONFIG_SCSI_LOWLEVEL=y
65511 -# CONFIG_ISCSI_TCP is not set
65512 -# CONFIG_SCSI_DEBUG is not set
65513 -CONFIG_ATA=y
65514 -# CONFIG_ATA_NONSTANDARD is not set
65515 -# CONFIG_SATA_MV is not set
65516 -CONFIG_SATA_FSL=y
65517 -# CONFIG_PATA_PLATFORM is not set
65518 -CONFIG_MD=y
65519 -CONFIG_BLK_DEV_MD=y
65520 -# CONFIG_MD_LINEAR is not set
65521 -# CONFIG_MD_RAID0 is not set
65522 -CONFIG_MD_RAID1=y
65523 -# CONFIG_MD_RAID10 is not set
65524 -CONFIG_MD_RAID456=y
65525 -CONFIG_MD_RAID5_RESHAPE=y
65526 -# CONFIG_MD_MULTIPATH is not set
65527 -# CONFIG_MD_FAULTY is not set
65528 -# CONFIG_BLK_DEV_DM is not set
65529 -# CONFIG_MACINTOSH_DRIVERS is not set
65530 -CONFIG_NETDEVICES=y
65531 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
65532 -# CONFIG_DUMMY is not set
65533 -# CONFIG_BONDING is not set
65534 -# CONFIG_MACVLAN is not set
65535 -# CONFIG_EQUALIZER is not set
65536 -# CONFIG_TUN is not set
65537 -# CONFIG_VETH is not set
65538 -CONFIG_PHYLIB=y
65539 -
65540 -#
65541 -# MII PHY device drivers
65542 -#
65543 -CONFIG_MARVELL_PHY=y
65544 -# CONFIG_DAVICOM_PHY is not set
65545 -# CONFIG_QSEMI_PHY is not set
65546 -# CONFIG_LXT_PHY is not set
65547 -# CONFIG_CICADA_PHY is not set
65548 -# CONFIG_VITESSE_PHY is not set
65549 -# CONFIG_SMSC_PHY is not set
65550 -# CONFIG_BROADCOM_PHY is not set
65551 -# CONFIG_ICPLUS_PHY is not set
65552 -# CONFIG_REALTEK_PHY is not set
65553 -# CONFIG_FIXED_PHY is not set
65554 -# CONFIG_MDIO_BITBANG is not set
65555 -CONFIG_NET_ETHERNET=y
65556 -CONFIG_MII=y
65557 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
65558 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
65559 -# CONFIG_IBM_NEW_EMAC_TAH is not set
65560 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
65561 -# CONFIG_B44 is not set
65562 -CONFIG_NETDEV_1000=y
65563 -# CONFIG_E1000E_ENABLED is not set
65564 -CONFIG_GIANFAR=y
65565 -CONFIG_GFAR_NAPI=y
65566 -# CONFIG_NETDEV_10000 is not set
65567 -
65568 -#
65569 -# Wireless LAN
65570 -#
65571 -# CONFIG_WLAN_PRE80211 is not set
65572 -# CONFIG_WLAN_80211 is not set
65573 -# CONFIG_WAN is not set
65574 -# CONFIG_PPP is not set
65575 -# CONFIG_SLIP is not set
65576 -# CONFIG_NETCONSOLE is not set
65577 -# CONFIG_NETPOLL is not set
65578 -# CONFIG_NET_POLL_CONTROLLER is not set
65579 -# CONFIG_ISDN is not set
65580 -# CONFIG_PHONE is not set
65581 -
65582 -#
65583 -# Input device support
65584 -#
65585 -CONFIG_INPUT=y
65586 -# CONFIG_INPUT_FF_MEMLESS is not set
65587 -# CONFIG_INPUT_POLLDEV is not set
65588 -
65589 -#
65590 -# Userland interfaces
65591 -#
65592 -# CONFIG_INPUT_MOUSEDEV is not set
65593 -# CONFIG_INPUT_JOYDEV is not set
65594 -# CONFIG_INPUT_EVDEV is not set
65595 -# CONFIG_INPUT_EVBUG is not set
65596 -
65597 -#
65598 -# Input Device Drivers
65599 -#
65600 -# CONFIG_INPUT_KEYBOARD is not set
65601 -# CONFIG_INPUT_MOUSE is not set
65602 -# CONFIG_INPUT_JOYSTICK is not set
65603 -# CONFIG_INPUT_TABLET is not set
65604 -# CONFIG_INPUT_TOUCHSCREEN is not set
65605 -# CONFIG_INPUT_MISC is not set
65606 -
65607 -#
65608 -# Hardware I/O ports
65609 -#
65610 -# CONFIG_SERIO is not set
65611 -# CONFIG_GAMEPORT is not set
65612 -
65613 -#
65614 -# Character devices
65615 -#
65616 -# CONFIG_VT is not set
65617 -# CONFIG_SERIAL_NONSTANDARD is not set
65618 -
65619 -#
65620 -# Serial drivers
65621 -#
65622 -CONFIG_SERIAL_8250=y
65623 -CONFIG_SERIAL_8250_CONSOLE=y
65624 -CONFIG_SERIAL_8250_NR_UARTS=4
65625 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
65626 -# CONFIG_SERIAL_8250_EXTENDED is not set
65627 -
65628 -#
65629 -# Non-8250 serial port support
65630 -#
65631 -# CONFIG_SERIAL_UARTLITE is not set
65632 -CONFIG_SERIAL_CORE=y
65633 -CONFIG_SERIAL_CORE_CONSOLE=y
65634 -# CONFIG_SERIAL_OF_PLATFORM is not set
65635 -CONFIG_UNIX98_PTYS=y
65636 -CONFIG_LEGACY_PTYS=y
65637 -CONFIG_LEGACY_PTY_COUNT=256
65638 -# CONFIG_IPMI_HANDLER is not set
65639 -# CONFIG_HW_RANDOM is not set
65640 -# CONFIG_NVRAM is not set
65641 -CONFIG_GEN_RTC=y
65642 -# CONFIG_GEN_RTC_X is not set
65643 -# CONFIG_R3964 is not set
65644 -# CONFIG_RAW_DRIVER is not set
65645 -# CONFIG_TCG_TPM is not set
65646 -CONFIG_I2C=y
65647 -CONFIG_I2C_BOARDINFO=y
65648 -CONFIG_I2C_CHARDEV=y
65649 -
65650 -#
65651 -# I2C Algorithms
65652 -#
65653 -# CONFIG_I2C_ALGOBIT is not set
65654 -# CONFIG_I2C_ALGOPCF is not set
65655 -# CONFIG_I2C_ALGOPCA is not set
65656 -
65657 -#
65658 -# I2C Hardware Bus support
65659 -#
65660 -CONFIG_I2C_MPC=y
65661 -# CONFIG_I2C_OCORES is not set
65662 -# CONFIG_I2C_PARPORT_LIGHT is not set
65663 -# CONFIG_I2C_SIMTEC is not set
65664 -# CONFIG_I2C_TAOS_EVM is not set
65665 -# CONFIG_I2C_STUB is not set
65666 -
65667 -#
65668 -# Miscellaneous I2C Chip support
65669 -#
65670 -# CONFIG_DS1682 is not set
65671 -# CONFIG_SENSORS_EEPROM is not set
65672 -# CONFIG_SENSORS_PCF8574 is not set
65673 -# CONFIG_PCF8575 is not set
65674 -# CONFIG_SENSORS_PCF8591 is not set
65675 -# CONFIG_TPS65010 is not set
65676 -# CONFIG_SENSORS_MAX6875 is not set
65677 -# CONFIG_SENSORS_TSL2550 is not set
65678 -# CONFIG_I2C_DEBUG_CORE is not set
65679 -# CONFIG_I2C_DEBUG_ALGO is not set
65680 -# CONFIG_I2C_DEBUG_BUS is not set
65681 -# CONFIG_I2C_DEBUG_CHIP is not set
65682 -
65683 -#
65684 -# SPI support
65685 -#
65686 -# CONFIG_SPI is not set
65687 -# CONFIG_SPI_MASTER is not set
65688 -# CONFIG_W1 is not set
65689 -# CONFIG_POWER_SUPPLY is not set
65690 -CONFIG_HWMON=y
65691 -# CONFIG_HWMON_VID is not set
65692 -# CONFIG_SENSORS_AD7418 is not set
65693 -# CONFIG_SENSORS_ADM1021 is not set
65694 -# CONFIG_SENSORS_ADM1025 is not set
65695 -# CONFIG_SENSORS_ADM1026 is not set
65696 -# CONFIG_SENSORS_ADM1029 is not set
65697 -# CONFIG_SENSORS_ADM1031 is not set
65698 -# CONFIG_SENSORS_ADM9240 is not set
65699 -# CONFIG_SENSORS_ADT7470 is not set
65700 -# CONFIG_SENSORS_ADT7473 is not set
65701 -# CONFIG_SENSORS_ATXP1 is not set
65702 -# CONFIG_SENSORS_DS1621 is not set
65703 -# CONFIG_SENSORS_F71805F is not set
65704 -# CONFIG_SENSORS_F71882FG is not set
65705 -# CONFIG_SENSORS_F75375S is not set
65706 -# CONFIG_SENSORS_GL518SM is not set
65707 -# CONFIG_SENSORS_GL520SM is not set
65708 -# CONFIG_SENSORS_IT87 is not set
65709 -# CONFIG_SENSORS_LM63 is not set
65710 -# CONFIG_SENSORS_LM75 is not set
65711 -# CONFIG_SENSORS_LM77 is not set
65712 -# CONFIG_SENSORS_LM78 is not set
65713 -# CONFIG_SENSORS_LM80 is not set
65714 -# CONFIG_SENSORS_LM83 is not set
65715 -# CONFIG_SENSORS_LM85 is not set
65716 -# CONFIG_SENSORS_LM87 is not set
65717 -# CONFIG_SENSORS_LM90 is not set
65718 -# CONFIG_SENSORS_LM92 is not set
65719 -# CONFIG_SENSORS_LM93 is not set
65720 -# CONFIG_SENSORS_MAX1619 is not set
65721 -# CONFIG_SENSORS_MAX6650 is not set
65722 -# CONFIG_SENSORS_PC87360 is not set
65723 -# CONFIG_SENSORS_PC87427 is not set
65724 -# CONFIG_SENSORS_DME1737 is not set
65725 -# CONFIG_SENSORS_SMSC47M1 is not set
65726 -# CONFIG_SENSORS_SMSC47M192 is not set
65727 -# CONFIG_SENSORS_SMSC47B397 is not set
65728 -# CONFIG_SENSORS_ADS7828 is not set
65729 -# CONFIG_SENSORS_THMC50 is not set
65730 -# CONFIG_SENSORS_VT1211 is not set
65731 -# CONFIG_SENSORS_W83781D is not set
65732 -# CONFIG_SENSORS_W83791D is not set
65733 -# CONFIG_SENSORS_W83792D is not set
65734 -# CONFIG_SENSORS_W83793 is not set
65735 -# CONFIG_SENSORS_W83L785TS is not set
65736 -# CONFIG_SENSORS_W83L786NG is not set
65737 -# CONFIG_SENSORS_W83627HF is not set
65738 -# CONFIG_SENSORS_W83627EHF is not set
65739 -# CONFIG_HWMON_DEBUG_CHIP is not set
65740 -# CONFIG_THERMAL is not set
65741 -CONFIG_WATCHDOG=y
65742 -# CONFIG_WATCHDOG_NOWAYOUT is not set
65743 -
65744 -#
65745 -# Watchdog Device Drivers
65746 -#
65747 -# CONFIG_SOFT_WATCHDOG is not set
65748 -CONFIG_83xx_WDT=y
65749 -
65750 -#
65751 -# Sonics Silicon Backplane
65752 -#
65753 -CONFIG_SSB_POSSIBLE=y
65754 -# CONFIG_SSB is not set
65755 -
65756 -#
65757 -# Multifunction device drivers
65758 -#
65759 -# CONFIG_MFD_SM501 is not set
65760 -
65761 -#
65762 -# Multimedia devices
65763 -#
65764 -# CONFIG_VIDEO_DEV is not set
65765 -# CONFIG_DVB_CORE is not set
65766 -CONFIG_DAB=y
65767 -
65768 -#
65769 -# Graphics support
65770 -#
65771 -# CONFIG_VGASTATE is not set
65772 -CONFIG_VIDEO_OUTPUT_CONTROL=m
65773 -# CONFIG_FB is not set
65774 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
65775 -
65776 -#
65777 -# Display device support
65778 -#
65779 -# CONFIG_DISPLAY_SUPPORT is not set
65780 -
65781 -#
65782 -# Sound
65783 -#
65784 -# CONFIG_SOUND is not set
65785 -CONFIG_HID_SUPPORT=y
65786 -CONFIG_HID=y
65787 -# CONFIG_HID_DEBUG is not set
65788 -# CONFIG_HIDRAW is not set
65789 -CONFIG_USB_SUPPORT=y
65790 -CONFIG_USB_ARCH_HAS_HCD=y
65791 -# CONFIG_USB_ARCH_HAS_OHCI is not set
65792 -CONFIG_USB_ARCH_HAS_EHCI=y
65793 -CONFIG_USB=y
65794 -# CONFIG_USB_DEBUG is not set
65795 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
65796 -
65797 -#
65798 -# Miscellaneous USB options
65799 -#
65800 -# CONFIG_USB_DEVICEFS is not set
65801 -CONFIG_USB_DEVICE_CLASS=y
65802 -# CONFIG_USB_DYNAMIC_MINORS is not set
65803 -# CONFIG_USB_OTG is not set
65804 -
65805 -#
65806 -# USB Host Controller Drivers
65807 -#
65808 -CONFIG_USB_EHCI_HCD=y
65809 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
65810 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
65811 -CONFIG_USB_EHCI_FSL=y
65812 -CONFIG_USB_EHCI_HCD_PPC_OF=y
65813 -# CONFIG_USB_ISP116X_HCD is not set
65814 -# CONFIG_USB_SL811_HCD is not set
65815 -# CONFIG_USB_R8A66597_HCD is not set
65816 -
65817 -#
65818 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
65819 -#
65820 -# CONFIG_USB_GADGET is not set
65821 -# CONFIG_MMC is not set
65822 -# CONFIG_MEMSTICK is not set
65823 -# CONFIG_NEW_LEDS is not set
65824 -# CONFIG_EDAC is not set
65825 -# CONFIG_RTC_CLASS is not set
65826 -# CONFIG_DMADEVICES is not set
65827 -
65828 -#
65829 -# Userspace I/O
65830 -#
65831 -# CONFIG_UIO is not set
65832 -
65833 -#
65834 -# File systems
65835 -#
65836 -CONFIG_EXT2_FS=y
65837 -# CONFIG_EXT2_FS_XATTR is not set
65838 -# CONFIG_EXT2_FS_XIP is not set
65839 -CONFIG_EXT3_FS=y
65840 -CONFIG_EXT3_FS_XATTR=y
65841 -# CONFIG_EXT3_FS_POSIX_ACL is not set
65842 -# CONFIG_EXT3_FS_SECURITY is not set
65843 -# CONFIG_EXT4DEV_FS is not set
65844 -CONFIG_JBD=y
65845 -CONFIG_FS_MBCACHE=y
65846 -# CONFIG_REISERFS_FS is not set
65847 -# CONFIG_JFS_FS is not set
65848 -# CONFIG_FS_POSIX_ACL is not set
65849 -# CONFIG_XFS_FS is not set
65850 -# CONFIG_GFS2_FS is not set
65851 -# CONFIG_OCFS2_FS is not set
65852 -CONFIG_DNOTIFY=y
65853 -CONFIG_INOTIFY=y
65854 -CONFIG_INOTIFY_USER=y
65855 -# CONFIG_QUOTA is not set
65856 -# CONFIG_AUTOFS_FS is not set
65857 -# CONFIG_AUTOFS4_FS is not set
65858 -# CONFIG_FUSE_FS is not set
65859 -
65860 -#
65861 -# CD-ROM/DVD Filesystems
65862 -#
65863 -# CONFIG_ISO9660_FS is not set
65864 -# CONFIG_UDF_FS is not set
65865 -
65866 -#
65867 -# DOS/FAT/NT Filesystems
65868 -#
65869 -# CONFIG_MSDOS_FS is not set
65870 -# CONFIG_VFAT_FS is not set
65871 -# CONFIG_NTFS_FS is not set
65872 -
65873 -#
65874 -# Pseudo filesystems
65875 -#
65876 -CONFIG_PROC_FS=y
65877 -CONFIG_PROC_KCORE=y
65878 -CONFIG_PROC_SYSCTL=y
65879 -CONFIG_SYSFS=y
65880 -CONFIG_TMPFS=y
65881 -# CONFIG_TMPFS_POSIX_ACL is not set
65882 -# CONFIG_HUGETLB_PAGE is not set
65883 -# CONFIG_CONFIGFS_FS is not set
65884 -
65885 -#
65886 -# Miscellaneous filesystems
65887 -#
65888 -# CONFIG_ADFS_FS is not set
65889 -# CONFIG_AFFS_FS is not set
65890 -# CONFIG_HFS_FS is not set
65891 -# CONFIG_HFSPLUS_FS is not set
65892 -# CONFIG_BEFS_FS is not set
65893 -# CONFIG_BFS_FS is not set
65894 -# CONFIG_EFS_FS is not set
65895 -# CONFIG_CRAMFS is not set
65896 -# CONFIG_VXFS_FS is not set
65897 -# CONFIG_MINIX_FS is not set
65898 -# CONFIG_HPFS_FS is not set
65899 -# CONFIG_QNX4FS_FS is not set
65900 -# CONFIG_ROMFS_FS is not set
65901 -# CONFIG_SYSV_FS is not set
65902 -# CONFIG_UFS_FS is not set
65903 -CONFIG_NETWORK_FILESYSTEMS=y
65904 -CONFIG_NFS_FS=y
65905 -CONFIG_NFS_V3=y
65906 -# CONFIG_NFS_V3_ACL is not set
65907 -CONFIG_NFS_V4=y
65908 -# CONFIG_NFS_DIRECTIO is not set
65909 -# CONFIG_NFSD is not set
65910 -CONFIG_ROOT_NFS=y
65911 -CONFIG_LOCKD=y
65912 -CONFIG_LOCKD_V4=y
65913 -CONFIG_NFS_COMMON=y
65914 -CONFIG_SUNRPC=y
65915 -CONFIG_SUNRPC_GSS=y
65916 -# CONFIG_SUNRPC_BIND34 is not set
65917 -CONFIG_RPCSEC_GSS_KRB5=y
65918 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
65919 -# CONFIG_SMB_FS is not set
65920 -# CONFIG_CIFS is not set
65921 -# CONFIG_NCP_FS is not set
65922 -# CONFIG_CODA_FS is not set
65923 -# CONFIG_AFS_FS is not set
65924 -
65925 -#
65926 -# Partition Types
65927 -#
65928 -CONFIG_PARTITION_ADVANCED=y
65929 -# CONFIG_ACORN_PARTITION is not set
65930 -# CONFIG_OSF_PARTITION is not set
65931 -# CONFIG_AMIGA_PARTITION is not set
65932 -# CONFIG_ATARI_PARTITION is not set
65933 -# CONFIG_MAC_PARTITION is not set
65934 -CONFIG_MSDOS_PARTITION=y
65935 -# CONFIG_BSD_DISKLABEL is not set
65936 -# CONFIG_MINIX_SUBPARTITION is not set
65937 -# CONFIG_SOLARIS_X86_PARTITION is not set
65938 -# CONFIG_UNIXWARE_DISKLABEL is not set
65939 -# CONFIG_LDM_PARTITION is not set
65940 -# CONFIG_SGI_PARTITION is not set
65941 -# CONFIG_ULTRIX_PARTITION is not set
65942 -# CONFIG_SUN_PARTITION is not set
65943 -# CONFIG_KARMA_PARTITION is not set
65944 -# CONFIG_EFI_PARTITION is not set
65945 -# CONFIG_SYSV68_PARTITION is not set
65946 -# CONFIG_NLS is not set
65947 -# CONFIG_DLM is not set
65948 -
65949 -#
65950 -# Library routines
65951 -#
65952 -CONFIG_BITREVERSE=y
65953 -# CONFIG_CRC_CCITT is not set
65954 -# CONFIG_CRC16 is not set
65955 -# CONFIG_CRC_ITU_T is not set
65956 -CONFIG_CRC32=y
65957 -# CONFIG_CRC7 is not set
65958 -# CONFIG_LIBCRC32C is not set
65959 -CONFIG_PLIST=y
65960 -CONFIG_HAS_IOMEM=y
65961 -CONFIG_HAS_IOPORT=y
65962 -CONFIG_HAS_DMA=y
65963 -
65964 -#
65965 -# Kernel hacking
65966 -#
65967 -# CONFIG_PRINTK_TIME is not set
65968 -CONFIG_ENABLE_WARN_DEPRECATED=y
65969 -# CONFIG_ENABLE_MUST_CHECK is not set
65970 -# CONFIG_MAGIC_SYSRQ is not set
65971 -# CONFIG_UNUSED_SYMBOLS is not set
65972 -# CONFIG_DEBUG_FS is not set
65973 -# CONFIG_HEADERS_CHECK is not set
65974 -# CONFIG_DEBUG_KERNEL is not set
65975 -# CONFIG_DEBUG_BUGVERBOSE is not set
65976 -# CONFIG_SAMPLES is not set
65977 -# CONFIG_PPC_EARLY_DEBUG is not set
65978 -
65979 -#
65980 -# Security options
65981 -#
65982 -# CONFIG_KEYS is not set
65983 -# CONFIG_SECURITY is not set
65984 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
65985 -CONFIG_XOR_BLOCKS=y
65986 -CONFIG_ASYNC_CORE=y
65987 -CONFIG_ASYNC_MEMCPY=y
65988 -CONFIG_ASYNC_XOR=y
65989 -CONFIG_CRYPTO=y
65990 -CONFIG_CRYPTO_ALGAPI=y
65991 -CONFIG_CRYPTO_BLKCIPHER=y
65992 -# CONFIG_CRYPTO_SEQIV is not set
65993 -CONFIG_CRYPTO_MANAGER=y
65994 -# CONFIG_CRYPTO_HMAC is not set
65995 -# CONFIG_CRYPTO_XCBC is not set
65996 -# CONFIG_CRYPTO_NULL is not set
65997 -# CONFIG_CRYPTO_MD4 is not set
65998 -CONFIG_CRYPTO_MD5=y
65999 -# CONFIG_CRYPTO_SHA1 is not set
66000 -# CONFIG_CRYPTO_SHA256 is not set
66001 -# CONFIG_CRYPTO_SHA512 is not set
66002 -# CONFIG_CRYPTO_WP512 is not set
66003 -# CONFIG_CRYPTO_TGR192 is not set
66004 -# CONFIG_CRYPTO_GF128MUL is not set
66005 -CONFIG_CRYPTO_ECB=m
66006 -CONFIG_CRYPTO_CBC=y
66007 -CONFIG_CRYPTO_PCBC=m
66008 -# CONFIG_CRYPTO_LRW is not set
66009 -# CONFIG_CRYPTO_XTS is not set
66010 -# CONFIG_CRYPTO_CTR is not set
66011 -# CONFIG_CRYPTO_GCM is not set
66012 -# CONFIG_CRYPTO_CCM is not set
66013 -# CONFIG_CRYPTO_CRYPTD is not set
66014 -CONFIG_CRYPTO_DES=y
66015 -# CONFIG_CRYPTO_FCRYPT is not set
66016 -# CONFIG_CRYPTO_BLOWFISH is not set
66017 -# CONFIG_CRYPTO_TWOFISH is not set
66018 -# CONFIG_CRYPTO_SERPENT is not set
66019 -# CONFIG_CRYPTO_AES is not set
66020 -# CONFIG_CRYPTO_CAST5 is not set
66021 -# CONFIG_CRYPTO_CAST6 is not set
66022 -# CONFIG_CRYPTO_TEA is not set
66023 -# CONFIG_CRYPTO_ARC4 is not set
66024 -# CONFIG_CRYPTO_KHAZAD is not set
66025 -# CONFIG_CRYPTO_ANUBIS is not set
66026 -# CONFIG_CRYPTO_SEED is not set
66027 -# CONFIG_CRYPTO_SALSA20 is not set
66028 -# CONFIG_CRYPTO_DEFLATE is not set
66029 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
66030 -# CONFIG_CRYPTO_CRC32C is not set
66031 -# CONFIG_CRYPTO_CAMELLIA is not set
66032 -# CONFIG_CRYPTO_TEST is not set
66033 -# CONFIG_CRYPTO_AUTHENC is not set
66034 -# CONFIG_CRYPTO_LZO is not set
66035 -CONFIG_CRYPTO_HW=y
66036 -# CONFIG_PPC_CLOCK is not set
66037 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc83xx_defconfig powerpc.git/arch/powerpc/configs/mpc83xx_defconfig
66038 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc83xx_defconfig     2008-04-11 22:32:29.000000000 +0200
66039 +++ powerpc.git/arch/powerpc/configs/mpc83xx_defconfig  2008-04-19 16:40:52.000000000 +0200
66040 @@ -1,7 +1,7 @@
66041  #
66042  # Automatically generated make config: don't edit
66043 -# Linux kernel version: 2.6.25-rc6
66044 -# Mon Mar 24 08:48:25 2008
66045 +# Linux kernel version: 2.6.25-rc9
66046 +# Tue Apr 15 18:07:36 2008
66047  #
66048  # CONFIG_PPC64 is not set
66049  
66050 @@ -201,6 +201,7 @@
66051  # CONFIG_PREEMPT is not set
66052  CONFIG_BINFMT_ELF=y
66053  # CONFIG_BINFMT_MISC is not set
66054 +CONFIG_FORCE_MAX_ZONEORDER=11
66055  CONFIG_MATH_EMULATION=y
66056  # CONFIG_IOMMU_HELPER is not set
66057  CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
66058 @@ -353,7 +354,90 @@
66059  # CONFIG_FW_LOADER is not set
66060  # CONFIG_SYS_HYPERVISOR is not set
66061  # CONFIG_CONNECTOR is not set
66062 -# CONFIG_MTD is not set
66063 +CONFIG_MTD=y
66064 +# CONFIG_MTD_DEBUG is not set
66065 +# CONFIG_MTD_CONCAT is not set
66066 +CONFIG_MTD_PARTITIONS=y
66067 +# CONFIG_MTD_REDBOOT_PARTS is not set
66068 +# CONFIG_MTD_CMDLINE_PARTS is not set
66069 +CONFIG_MTD_OF_PARTS=y
66070 +
66071 +#
66072 +# User Modules And Translation Layers
66073 +#
66074 +CONFIG_MTD_CHAR=y
66075 +CONFIG_MTD_BLKDEVS=y
66076 +CONFIG_MTD_BLOCK=y
66077 +# CONFIG_FTL is not set
66078 +# CONFIG_NFTL is not set
66079 +# CONFIG_INFTL is not set
66080 +# CONFIG_RFD_FTL is not set
66081 +# CONFIG_SSFDC is not set
66082 +# CONFIG_MTD_OOPS is not set
66083 +
66084 +#
66085 +# RAM/ROM/Flash chip drivers
66086 +#
66087 +CONFIG_MTD_CFI=y
66088 +# CONFIG_MTD_JEDECPROBE is not set
66089 +CONFIG_MTD_GEN_PROBE=y
66090 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
66091 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
66092 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
66093 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
66094 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
66095 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
66096 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
66097 +CONFIG_MTD_CFI_I1=y
66098 +CONFIG_MTD_CFI_I2=y
66099 +# CONFIG_MTD_CFI_I4 is not set
66100 +# CONFIG_MTD_CFI_I8 is not set
66101 +# CONFIG_MTD_CFI_INTELEXT is not set
66102 +CONFIG_MTD_CFI_AMDSTD=y
66103 +# CONFIG_MTD_CFI_STAA is not set
66104 +CONFIG_MTD_CFI_UTIL=y
66105 +# CONFIG_MTD_RAM is not set
66106 +# CONFIG_MTD_ROM is not set
66107 +# CONFIG_MTD_ABSENT is not set
66108 +
66109 +#
66110 +# Mapping drivers for chip access
66111 +#
66112 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
66113 +# CONFIG_MTD_PHYSMAP is not set
66114 +CONFIG_MTD_PHYSMAP_OF=y
66115 +# CONFIG_MTD_PLATRAM is not set
66116 +
66117 +#
66118 +# Self-contained MTD device drivers
66119 +#
66120 +# CONFIG_MTD_SLRAM is not set
66121 +# CONFIG_MTD_PHRAM is not set
66122 +# CONFIG_MTD_MTDRAM is not set
66123 +# CONFIG_MTD_BLOCK2MTD is not set
66124 +
66125 +#
66126 +# Disk-On-Chip Device Drivers
66127 +#
66128 +# CONFIG_MTD_DOC2000 is not set
66129 +# CONFIG_MTD_DOC2001 is not set
66130 +# CONFIG_MTD_DOC2001PLUS is not set
66131 +CONFIG_MTD_NAND=y
66132 +CONFIG_MTD_NAND_VERIFY_WRITE=y
66133 +# CONFIG_MTD_NAND_ECC_SMC is not set
66134 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
66135 +CONFIG_MTD_NAND_IDS=y
66136 +# CONFIG_MTD_NAND_DISKONCHIP is not set
66137 +# CONFIG_MTD_NAND_NANDSIM is not set
66138 +# CONFIG_MTD_NAND_PLATFORM is not set
66139 +# CONFIG_MTD_ALAUDA is not set
66140 +CONFIG_MTD_NAND_FSL_ELBC=y
66141 +# CONFIG_MTD_ONENAND is not set
66142 +
66143 +#
66144 +# UBI - Unsorted block images
66145 +#
66146 +# CONFIG_MTD_UBI is not set
66147  CONFIG_OF_DEVICE=y
66148  # CONFIG_PARPORT is not set
66149  CONFIG_BLK_DEV=y
66150 @@ -362,6 +446,7 @@
66151  CONFIG_BLK_DEV_LOOP=y
66152  # CONFIG_BLK_DEV_CRYPTOLOOP is not set
66153  # CONFIG_BLK_DEV_NBD is not set
66154 +# CONFIG_BLK_DEV_UB is not set
66155  CONFIG_BLK_DEV_RAM=y
66156  CONFIG_BLK_DEV_RAM_COUNT=16
66157  CONFIG_BLK_DEV_RAM_SIZE=32768
66158 @@ -469,6 +554,15 @@
66159  #
66160  # CONFIG_WLAN_PRE80211 is not set
66161  # CONFIG_WLAN_80211 is not set
66162 +
66163 +#
66164 +# USB Network Adapters
66165 +#
66166 +# CONFIG_USB_CATC is not set
66167 +# CONFIG_USB_KAWETH is not set
66168 +# CONFIG_USB_PEGASUS is not set
66169 +# CONFIG_USB_RTL8150 is not set
66170 +# CONFIG_USB_USBNET is not set
66171  # CONFIG_WAN is not set
66172  # CONFIG_PPP is not set
66173  # CONFIG_SLIP is not set
66174 @@ -563,6 +657,7 @@
66175  # CONFIG_I2C_SIMTEC is not set
66176  # CONFIG_I2C_TAOS_EVM is not set
66177  # CONFIG_I2C_STUB is not set
66178 +# CONFIG_I2C_TINY_USB is not set
66179  
66180  #
66181  # Miscellaneous I2C Chip support
66182 @@ -648,6 +743,11 @@
66183  CONFIG_83xx_WDT=y
66184  
66185  #
66186 +# USB-based Watchdog Cards
66187 +#
66188 +# CONFIG_USBPCWATCHDOG is not set
66189 +
66190 +#
66191  # Sonics Silicon Backplane
66192  #
66193  CONFIG_SSB_POSSIBLE=y
66194 @@ -664,6 +764,7 @@
66195  # CONFIG_VIDEO_DEV is not set
66196  # CONFIG_DVB_CORE is not set
66197  CONFIG_DAB=y
66198 +# CONFIG_USB_DABUSB is not set
66199  
66200  #
66201  # Graphics support
66202 @@ -686,6 +787,14 @@
66203  CONFIG_HID=y
66204  # CONFIG_HID_DEBUG is not set
66205  # CONFIG_HIDRAW is not set
66206 +
66207 +#
66208 +# USB Input Devices
66209 +#
66210 +CONFIG_USB_HID=y
66211 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
66212 +# CONFIG_HID_FF is not set
66213 +# CONFIG_USB_HIDDEV is not set
66214  CONFIG_USB_SUPPORT=y
66215  CONFIG_USB_ARCH_HAS_HCD=y
66216  # CONFIG_USB_ARCH_HAS_OHCI is not set
66217 @@ -715,8 +824,55 @@
66218  # CONFIG_USB_R8A66597_HCD is not set
66219  
66220  #
66221 +# USB Device Class drivers
66222 +#
66223 +# CONFIG_USB_ACM is not set
66224 +# CONFIG_USB_PRINTER is not set
66225 +
66226 +#
66227  # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
66228  #
66229 +
66230 +#
66231 +# may also be needed; see USB_STORAGE Help for more information
66232 +#
66233 +# CONFIG_USB_STORAGE is not set
66234 +# CONFIG_USB_LIBUSUAL is not set
66235 +
66236 +#
66237 +# USB Imaging devices
66238 +#
66239 +# CONFIG_USB_MDC800 is not set
66240 +# CONFIG_USB_MICROTEK is not set
66241 +CONFIG_USB_MON=y
66242 +
66243 +#
66244 +# USB port drivers
66245 +#
66246 +# CONFIG_USB_SERIAL is not set
66247 +
66248 +#
66249 +# USB Miscellaneous drivers
66250 +#
66251 +# CONFIG_USB_EMI62 is not set
66252 +# CONFIG_USB_EMI26 is not set
66253 +# CONFIG_USB_ADUTUX is not set
66254 +# CONFIG_USB_AUERSWALD is not set
66255 +# CONFIG_USB_RIO500 is not set
66256 +# CONFIG_USB_LEGOTOWER is not set
66257 +# CONFIG_USB_LCD is not set
66258 +# CONFIG_USB_BERRY_CHARGE is not set
66259 +# CONFIG_USB_LED is not set
66260 +# CONFIG_USB_CYPRESS_CY7C63 is not set
66261 +# CONFIG_USB_CYTHERM is not set
66262 +# CONFIG_USB_PHIDGET is not set
66263 +# CONFIG_USB_IDMOUSE is not set
66264 +# CONFIG_USB_FTDI_ELAN is not set
66265 +# CONFIG_USB_APPLEDISPLAY is not set
66266 +# CONFIG_USB_SISUSBVGA is not set
66267 +# CONFIG_USB_LD is not set
66268 +# CONFIG_USB_TRANCEVIBRATOR is not set
66269 +# CONFIG_USB_IOWARRIOR is not set
66270  # CONFIG_USB_GADGET is not set
66271  # CONFIG_MMC is not set
66272  # CONFIG_MEMSTICK is not set
66273 @@ -792,6 +948,7 @@
66274  # CONFIG_BEFS_FS is not set
66275  # CONFIG_BFS_FS is not set
66276  # CONFIG_EFS_FS is not set
66277 +# CONFIG_JFFS2_FS is not set
66278  # CONFIG_CRAMFS is not set
66279  # CONFIG_VXFS_FS is not set
66280  # CONFIG_MINIX_FS is not set
66281 @@ -862,6 +1019,7 @@
66282  CONFIG_HAS_IOMEM=y
66283  CONFIG_HAS_IOPORT=y
66284  CONFIG_HAS_DMA=y
66285 +CONFIG_HAVE_LMB=y
66286  
66287  #
66288  # Kernel hacking
66289 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8540_ads_defconfig powerpc.git/arch/powerpc/configs/mpc8540_ads_defconfig
66290 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8540_ads_defconfig 2008-04-11 22:32:29.000000000 +0200
66291 +++ powerpc.git/arch/powerpc/configs/mpc8540_ads_defconfig      1970-01-01 01:00:00.000000000 +0100
66292 @@ -1,796 +0,0 @@
66293 -#
66294 -# Automatically generated make config: don't edit
66295 -# Linux kernel version: 2.6.25-rc6
66296 -# Mon Mar 24 08:48:25 2008
66297 -#
66298 -# CONFIG_PPC64 is not set
66299 -
66300 -#
66301 -# Processor support
66302 -#
66303 -# CONFIG_6xx is not set
66304 -CONFIG_PPC_85xx=y
66305 -# CONFIG_PPC_8xx is not set
66306 -# CONFIG_40x is not set
66307 -# CONFIG_44x is not set
66308 -# CONFIG_E200 is not set
66309 -CONFIG_E500=y
66310 -CONFIG_BOOKE=y
66311 -CONFIG_FSL_BOOKE=y
66312 -CONFIG_FSL_EMB_PERFMON=y
66313 -# CONFIG_PHYS_64BIT is not set
66314 -CONFIG_SPE=y
66315 -# CONFIG_PPC_MM_SLICES is not set
66316 -CONFIG_PPC32=y
66317 -CONFIG_WORD_SIZE=32
66318 -CONFIG_PPC_MERGE=y
66319 -CONFIG_MMU=y
66320 -CONFIG_GENERIC_CMOS_UPDATE=y
66321 -CONFIG_GENERIC_TIME=y
66322 -CONFIG_GENERIC_TIME_VSYSCALL=y
66323 -CONFIG_GENERIC_CLOCKEVENTS=y
66324 -CONFIG_GENERIC_HARDIRQS=y
66325 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
66326 -CONFIG_IRQ_PER_CPU=y
66327 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
66328 -CONFIG_ARCH_HAS_ILOG2_U32=y
66329 -CONFIG_GENERIC_HWEIGHT=y
66330 -CONFIG_GENERIC_CALIBRATE_DELAY=y
66331 -CONFIG_GENERIC_FIND_NEXT_BIT=y
66332 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
66333 -CONFIG_PPC=y
66334 -CONFIG_EARLY_PRINTK=y
66335 -CONFIG_GENERIC_NVRAM=y
66336 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
66337 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
66338 -CONFIG_PPC_OF=y
66339 -CONFIG_OF=y
66340 -CONFIG_PPC_UDBG_16550=y
66341 -# CONFIG_GENERIC_TBSYNC is not set
66342 -CONFIG_AUDIT_ARCH=y
66343 -CONFIG_GENERIC_BUG=y
66344 -CONFIG_DEFAULT_UIMAGE=y
66345 -# CONFIG_PPC_DCR_NATIVE is not set
66346 -# CONFIG_PPC_DCR_MMIO is not set
66347 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
66348 -
66349 -#
66350 -# General setup
66351 -#
66352 -CONFIG_EXPERIMENTAL=y
66353 -CONFIG_BROKEN_ON_SMP=y
66354 -CONFIG_INIT_ENV_ARG_LIMIT=32
66355 -CONFIG_LOCALVERSION=""
66356 -CONFIG_LOCALVERSION_AUTO=y
66357 -CONFIG_SWAP=y
66358 -CONFIG_SYSVIPC=y
66359 -CONFIG_SYSVIPC_SYSCTL=y
66360 -# CONFIG_POSIX_MQUEUE is not set
66361 -# CONFIG_BSD_PROCESS_ACCT is not set
66362 -# CONFIG_TASKSTATS is not set
66363 -# CONFIG_AUDIT is not set
66364 -# CONFIG_IKCONFIG is not set
66365 -CONFIG_LOG_BUF_SHIFT=14
66366 -# CONFIG_CGROUPS is not set
66367 -CONFIG_GROUP_SCHED=y
66368 -# CONFIG_FAIR_GROUP_SCHED is not set
66369 -# CONFIG_RT_GROUP_SCHED is not set
66370 -CONFIG_USER_SCHED=y
66371 -# CONFIG_CGROUP_SCHED is not set
66372 -CONFIG_SYSFS_DEPRECATED=y
66373 -CONFIG_SYSFS_DEPRECATED_V2=y
66374 -# CONFIG_RELAY is not set
66375 -# CONFIG_NAMESPACES is not set
66376 -CONFIG_BLK_DEV_INITRD=y
66377 -CONFIG_INITRAMFS_SOURCE=""
66378 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
66379 -CONFIG_SYSCTL=y
66380 -CONFIG_EMBEDDED=y
66381 -CONFIG_SYSCTL_SYSCALL=y
66382 -CONFIG_KALLSYMS=y
66383 -# CONFIG_KALLSYMS_ALL is not set
66384 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
66385 -CONFIG_HOTPLUG=y
66386 -CONFIG_PRINTK=y
66387 -CONFIG_BUG=y
66388 -CONFIG_ELF_CORE=y
66389 -CONFIG_COMPAT_BRK=y
66390 -CONFIG_BASE_FULL=y
66391 -CONFIG_FUTEX=y
66392 -CONFIG_ANON_INODES=y
66393 -CONFIG_EPOLL=y
66394 -CONFIG_SIGNALFD=y
66395 -CONFIG_TIMERFD=y
66396 -CONFIG_EVENTFD=y
66397 -CONFIG_SHMEM=y
66398 -CONFIG_VM_EVENT_COUNTERS=y
66399 -CONFIG_SLUB_DEBUG=y
66400 -# CONFIG_SLAB is not set
66401 -CONFIG_SLUB=y
66402 -# CONFIG_SLOB is not set
66403 -# CONFIG_PROFILING is not set
66404 -# CONFIG_MARKERS is not set
66405 -CONFIG_HAVE_OPROFILE=y
66406 -CONFIG_HAVE_KPROBES=y
66407 -CONFIG_HAVE_KRETPROBES=y
66408 -CONFIG_PROC_PAGE_MONITOR=y
66409 -CONFIG_SLABINFO=y
66410 -CONFIG_RT_MUTEXES=y
66411 -# CONFIG_TINY_SHMEM is not set
66412 -CONFIG_BASE_SMALL=0
66413 -# CONFIG_MODULES is not set
66414 -CONFIG_BLOCK=y
66415 -# CONFIG_LBD is not set
66416 -# CONFIG_BLK_DEV_IO_TRACE is not set
66417 -# CONFIG_LSF is not set
66418 -# CONFIG_BLK_DEV_BSG is not set
66419 -
66420 -#
66421 -# IO Schedulers
66422 -#
66423 -CONFIG_IOSCHED_NOOP=y
66424 -CONFIG_IOSCHED_AS=y
66425 -CONFIG_IOSCHED_DEADLINE=y
66426 -CONFIG_IOSCHED_CFQ=y
66427 -CONFIG_DEFAULT_AS=y
66428 -# CONFIG_DEFAULT_DEADLINE is not set
66429 -# CONFIG_DEFAULT_CFQ is not set
66430 -# CONFIG_DEFAULT_NOOP is not set
66431 -CONFIG_DEFAULT_IOSCHED="anticipatory"
66432 -CONFIG_CLASSIC_RCU=y
66433 -
66434 -#
66435 -# Platform support
66436 -#
66437 -# CONFIG_PPC_MPC512x is not set
66438 -# CONFIG_PPC_MPC5121 is not set
66439 -# CONFIG_PPC_CELL is not set
66440 -# CONFIG_PPC_CELL_NATIVE is not set
66441 -# CONFIG_PQ2ADS is not set
66442 -CONFIG_MPC85xx=y
66443 -CONFIG_MPC8540_ADS=y
66444 -# CONFIG_MPC8560_ADS is not set
66445 -# CONFIG_MPC85xx_CDS is not set
66446 -# CONFIG_MPC85xx_MDS is not set
66447 -# CONFIG_MPC85xx_DS is not set
66448 -# CONFIG_STX_GP3 is not set
66449 -# CONFIG_TQM8540 is not set
66450 -# CONFIG_TQM8541 is not set
66451 -# CONFIG_TQM8555 is not set
66452 -# CONFIG_TQM8560 is not set
66453 -# CONFIG_SBC8548 is not set
66454 -# CONFIG_SBC8560 is not set
66455 -# CONFIG_IPIC is not set
66456 -CONFIG_MPIC=y
66457 -# CONFIG_MPIC_WEIRD is not set
66458 -# CONFIG_PPC_I8259 is not set
66459 -# CONFIG_PPC_RTAS is not set
66460 -# CONFIG_MMIO_NVRAM is not set
66461 -# CONFIG_PPC_MPC106 is not set
66462 -# CONFIG_PPC_970_NAP is not set
66463 -# CONFIG_PPC_INDIRECT_IO is not set
66464 -# CONFIG_GENERIC_IOMAP is not set
66465 -# CONFIG_CPU_FREQ is not set
66466 -# CONFIG_CPM2 is not set
66467 -# CONFIG_FSL_ULI1575 is not set
66468 -
66469 -#
66470 -# Kernel options
66471 -#
66472 -# CONFIG_HIGHMEM is not set
66473 -CONFIG_TICK_ONESHOT=y
66474 -CONFIG_NO_HZ=y
66475 -CONFIG_HIGH_RES_TIMERS=y
66476 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
66477 -# CONFIG_HZ_100 is not set
66478 -CONFIG_HZ_250=y
66479 -# CONFIG_HZ_300 is not set
66480 -# CONFIG_HZ_1000 is not set
66481 -CONFIG_HZ=250
66482 -# CONFIG_SCHED_HRTICK is not set
66483 -CONFIG_PREEMPT_NONE=y
66484 -# CONFIG_PREEMPT_VOLUNTARY is not set
66485 -# CONFIG_PREEMPT is not set
66486 -CONFIG_BINFMT_ELF=y
66487 -CONFIG_BINFMT_MISC=y
66488 -CONFIG_MATH_EMULATION=y
66489 -# CONFIG_IOMMU_HELPER is not set
66490 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
66491 -CONFIG_ARCH_HAS_WALK_MEMORY=y
66492 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
66493 -CONFIG_ARCH_FLATMEM_ENABLE=y
66494 -CONFIG_ARCH_POPULATES_NODE_MAP=y
66495 -CONFIG_SELECT_MEMORY_MODEL=y
66496 -CONFIG_FLATMEM_MANUAL=y
66497 -# CONFIG_DISCONTIGMEM_MANUAL is not set
66498 -# CONFIG_SPARSEMEM_MANUAL is not set
66499 -CONFIG_FLATMEM=y
66500 -CONFIG_FLAT_NODE_MEM_MAP=y
66501 -# CONFIG_SPARSEMEM_STATIC is not set
66502 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
66503 -CONFIG_SPLIT_PTLOCK_CPUS=4
66504 -# CONFIG_RESOURCES_64BIT is not set
66505 -CONFIG_ZONE_DMA_FLAG=1
66506 -CONFIG_BOUNCE=y
66507 -CONFIG_VIRT_TO_BUS=y
66508 -CONFIG_PROC_DEVICETREE=y
66509 -# CONFIG_CMDLINE_BOOL is not set
66510 -# CONFIG_PM is not set
66511 -# CONFIG_SECCOMP is not set
66512 -CONFIG_ISA_DMA_API=y
66513 -
66514 -#
66515 -# Bus options
66516 -#
66517 -CONFIG_ZONE_DMA=y
66518 -CONFIG_FSL_SOC=y
66519 -# CONFIG_PCI is not set
66520 -# CONFIG_PCI_DOMAINS is not set
66521 -# CONFIG_PCI_SYSCALL is not set
66522 -# CONFIG_ARCH_SUPPORTS_MSI is not set
66523 -# CONFIG_PCCARD is not set
66524 -
66525 -#
66526 -# Advanced setup
66527 -#
66528 -# CONFIG_ADVANCED_OPTIONS is not set
66529 -
66530 -#
66531 -# Default settings for advanced configuration options are used
66532 -#
66533 -CONFIG_HIGHMEM_START=0xfe000000
66534 -CONFIG_LOWMEM_SIZE=0x30000000
66535 -CONFIG_KERNEL_START=0xc0000000
66536 -CONFIG_TASK_SIZE=0xc0000000
66537 -CONFIG_BOOT_LOAD=0x00800000
66538 -
66539 -#
66540 -# Networking
66541 -#
66542 -CONFIG_NET=y
66543 -
66544 -#
66545 -# Networking options
66546 -#
66547 -CONFIG_PACKET=y
66548 -# CONFIG_PACKET_MMAP is not set
66549 -CONFIG_UNIX=y
66550 -CONFIG_XFRM=y
66551 -CONFIG_XFRM_USER=y
66552 -# CONFIG_XFRM_SUB_POLICY is not set
66553 -# CONFIG_XFRM_MIGRATE is not set
66554 -# CONFIG_XFRM_STATISTICS is not set
66555 -# CONFIG_NET_KEY is not set
66556 -CONFIG_INET=y
66557 -CONFIG_IP_MULTICAST=y
66558 -# CONFIG_IP_ADVANCED_ROUTER is not set
66559 -CONFIG_IP_FIB_HASH=y
66560 -CONFIG_IP_PNP=y
66561 -CONFIG_IP_PNP_DHCP=y
66562 -CONFIG_IP_PNP_BOOTP=y
66563 -# CONFIG_IP_PNP_RARP is not set
66564 -# CONFIG_NET_IPIP is not set
66565 -# CONFIG_NET_IPGRE is not set
66566 -# CONFIG_IP_MROUTE is not set
66567 -# CONFIG_ARPD is not set
66568 -CONFIG_SYN_COOKIES=y
66569 -# CONFIG_INET_AH is not set
66570 -# CONFIG_INET_ESP is not set
66571 -# CONFIG_INET_IPCOMP is not set
66572 -# CONFIG_INET_XFRM_TUNNEL is not set
66573 -# CONFIG_INET_TUNNEL is not set
66574 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
66575 -CONFIG_INET_XFRM_MODE_TUNNEL=y
66576 -CONFIG_INET_XFRM_MODE_BEET=y
66577 -# CONFIG_INET_LRO is not set
66578 -CONFIG_INET_DIAG=y
66579 -CONFIG_INET_TCP_DIAG=y
66580 -# CONFIG_TCP_CONG_ADVANCED is not set
66581 -CONFIG_TCP_CONG_CUBIC=y
66582 -CONFIG_DEFAULT_TCP_CONG="cubic"
66583 -# CONFIG_TCP_MD5SIG is not set
66584 -# CONFIG_IPV6 is not set
66585 -# CONFIG_INET6_XFRM_TUNNEL is not set
66586 -# CONFIG_INET6_TUNNEL is not set
66587 -# CONFIG_NETWORK_SECMARK is not set
66588 -# CONFIG_NETFILTER is not set
66589 -# CONFIG_IP_DCCP is not set
66590 -# CONFIG_IP_SCTP is not set
66591 -# CONFIG_TIPC is not set
66592 -# CONFIG_ATM is not set
66593 -# CONFIG_BRIDGE is not set
66594 -# CONFIG_VLAN_8021Q is not set
66595 -# CONFIG_DECNET is not set
66596 -# CONFIG_LLC2 is not set
66597 -# CONFIG_IPX is not set
66598 -# CONFIG_ATALK is not set
66599 -# CONFIG_X25 is not set
66600 -# CONFIG_LAPB is not set
66601 -# CONFIG_ECONET is not set
66602 -# CONFIG_WAN_ROUTER is not set
66603 -# CONFIG_NET_SCHED is not set
66604 -
66605 -#
66606 -# Network testing
66607 -#
66608 -# CONFIG_NET_PKTGEN is not set
66609 -# CONFIG_HAMRADIO is not set
66610 -# CONFIG_CAN is not set
66611 -# CONFIG_IRDA is not set
66612 -# CONFIG_BT is not set
66613 -# CONFIG_AF_RXRPC is not set
66614 -
66615 -#
66616 -# Wireless
66617 -#
66618 -# CONFIG_CFG80211 is not set
66619 -# CONFIG_WIRELESS_EXT is not set
66620 -# CONFIG_MAC80211 is not set
66621 -# CONFIG_IEEE80211 is not set
66622 -# CONFIG_RFKILL is not set
66623 -# CONFIG_NET_9P is not set
66624 -
66625 -#
66626 -# Device Drivers
66627 -#
66628 -
66629 -#
66630 -# Generic Driver Options
66631 -#
66632 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
66633 -CONFIG_STANDALONE=y
66634 -CONFIG_PREVENT_FIRMWARE_BUILD=y
66635 -# CONFIG_FW_LOADER is not set
66636 -# CONFIG_DEBUG_DRIVER is not set
66637 -# CONFIG_DEBUG_DEVRES is not set
66638 -# CONFIG_SYS_HYPERVISOR is not set
66639 -# CONFIG_CONNECTOR is not set
66640 -# CONFIG_MTD is not set
66641 -CONFIG_OF_DEVICE=y
66642 -# CONFIG_PARPORT is not set
66643 -CONFIG_BLK_DEV=y
66644 -# CONFIG_BLK_DEV_FD is not set
66645 -# CONFIG_BLK_DEV_COW_COMMON is not set
66646 -CONFIG_BLK_DEV_LOOP=y
66647 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
66648 -# CONFIG_BLK_DEV_NBD is not set
66649 -CONFIG_BLK_DEV_RAM=y
66650 -CONFIG_BLK_DEV_RAM_COUNT=16
66651 -CONFIG_BLK_DEV_RAM_SIZE=32768
66652 -# CONFIG_BLK_DEV_XIP is not set
66653 -# CONFIG_CDROM_PKTCDVD is not set
66654 -# CONFIG_ATA_OVER_ETH is not set
66655 -CONFIG_MISC_DEVICES=y
66656 -# CONFIG_EEPROM_93CX6 is not set
66657 -# CONFIG_ENCLOSURE_SERVICES is not set
66658 -CONFIG_HAVE_IDE=y
66659 -# CONFIG_IDE is not set
66660 -
66661 -#
66662 -# SCSI device support
66663 -#
66664 -# CONFIG_RAID_ATTRS is not set
66665 -# CONFIG_SCSI is not set
66666 -# CONFIG_SCSI_DMA is not set
66667 -# CONFIG_SCSI_NETLINK is not set
66668 -# CONFIG_ATA is not set
66669 -# CONFIG_MD is not set
66670 -# CONFIG_MACINTOSH_DRIVERS is not set
66671 -CONFIG_NETDEVICES=y
66672 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
66673 -# CONFIG_DUMMY is not set
66674 -# CONFIG_BONDING is not set
66675 -# CONFIG_MACVLAN is not set
66676 -# CONFIG_EQUALIZER is not set
66677 -# CONFIG_TUN is not set
66678 -# CONFIG_VETH is not set
66679 -CONFIG_PHYLIB=y
66680 -
66681 -#
66682 -# MII PHY device drivers
66683 -#
66684 -# CONFIG_MARVELL_PHY is not set
66685 -# CONFIG_DAVICOM_PHY is not set
66686 -# CONFIG_QSEMI_PHY is not set
66687 -# CONFIG_LXT_PHY is not set
66688 -# CONFIG_CICADA_PHY is not set
66689 -# CONFIG_VITESSE_PHY is not set
66690 -# CONFIG_SMSC_PHY is not set
66691 -# CONFIG_BROADCOM_PHY is not set
66692 -# CONFIG_ICPLUS_PHY is not set
66693 -# CONFIG_REALTEK_PHY is not set
66694 -# CONFIG_FIXED_PHY is not set
66695 -# CONFIG_MDIO_BITBANG is not set
66696 -CONFIG_NET_ETHERNET=y
66697 -CONFIG_MII=y
66698 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
66699 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
66700 -# CONFIG_IBM_NEW_EMAC_TAH is not set
66701 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
66702 -# CONFIG_B44 is not set
66703 -CONFIG_NETDEV_1000=y
66704 -# CONFIG_E1000E_ENABLED is not set
66705 -CONFIG_GIANFAR=y
66706 -CONFIG_GFAR_NAPI=y
66707 -CONFIG_NETDEV_10000=y
66708 -
66709 -#
66710 -# Wireless LAN
66711 -#
66712 -# CONFIG_WLAN_PRE80211 is not set
66713 -# CONFIG_WLAN_80211 is not set
66714 -# CONFIG_WAN is not set
66715 -# CONFIG_PPP is not set
66716 -# CONFIG_SLIP is not set
66717 -# CONFIG_NETCONSOLE is not set
66718 -# CONFIG_NETPOLL is not set
66719 -# CONFIG_NET_POLL_CONTROLLER is not set
66720 -# CONFIG_ISDN is not set
66721 -# CONFIG_PHONE is not set
66722 -
66723 -#
66724 -# Input device support
66725 -#
66726 -CONFIG_INPUT=y
66727 -# CONFIG_INPUT_FF_MEMLESS is not set
66728 -# CONFIG_INPUT_POLLDEV is not set
66729 -
66730 -#
66731 -# Userland interfaces
66732 -#
66733 -# CONFIG_INPUT_MOUSEDEV is not set
66734 -# CONFIG_INPUT_JOYDEV is not set
66735 -# CONFIG_INPUT_EVDEV is not set
66736 -# CONFIG_INPUT_EVBUG is not set
66737 -
66738 -#
66739 -# Input Device Drivers
66740 -#
66741 -# CONFIG_INPUT_KEYBOARD is not set
66742 -# CONFIG_INPUT_MOUSE is not set
66743 -# CONFIG_INPUT_JOYSTICK is not set
66744 -# CONFIG_INPUT_TABLET is not set
66745 -# CONFIG_INPUT_TOUCHSCREEN is not set
66746 -# CONFIG_INPUT_MISC is not set
66747 -
66748 -#
66749 -# Hardware I/O ports
66750 -#
66751 -# CONFIG_SERIO is not set
66752 -# CONFIG_GAMEPORT is not set
66753 -
66754 -#
66755 -# Character devices
66756 -#
66757 -# CONFIG_VT is not set
66758 -# CONFIG_SERIAL_NONSTANDARD is not set
66759 -
66760 -#
66761 -# Serial drivers
66762 -#
66763 -CONFIG_SERIAL_8250=y
66764 -CONFIG_SERIAL_8250_CONSOLE=y
66765 -CONFIG_SERIAL_8250_NR_UARTS=4
66766 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
66767 -# CONFIG_SERIAL_8250_EXTENDED is not set
66768 -CONFIG_SERIAL_8250_SHARE_IRQ=y
66769 -
66770 -#
66771 -# Non-8250 serial port support
66772 -#
66773 -# CONFIG_SERIAL_UARTLITE is not set
66774 -CONFIG_SERIAL_CORE=y
66775 -CONFIG_SERIAL_CORE_CONSOLE=y
66776 -# CONFIG_SERIAL_OF_PLATFORM is not set
66777 -CONFIG_UNIX98_PTYS=y
66778 -CONFIG_LEGACY_PTYS=y
66779 -CONFIG_LEGACY_PTY_COUNT=256
66780 -# CONFIG_IPMI_HANDLER is not set
66781 -# CONFIG_HW_RANDOM is not set
66782 -# CONFIG_NVRAM is not set
66783 -CONFIG_GEN_RTC=y
66784 -# CONFIG_GEN_RTC_X is not set
66785 -# CONFIG_R3964 is not set
66786 -# CONFIG_RAW_DRIVER is not set
66787 -# CONFIG_TCG_TPM is not set
66788 -# CONFIG_I2C is not set
66789 -
66790 -#
66791 -# SPI support
66792 -#
66793 -# CONFIG_SPI is not set
66794 -# CONFIG_SPI_MASTER is not set
66795 -# CONFIG_W1 is not set
66796 -# CONFIG_POWER_SUPPLY is not set
66797 -CONFIG_HWMON=y
66798 -# CONFIG_HWMON_VID is not set
66799 -# CONFIG_SENSORS_F71805F is not set
66800 -# CONFIG_SENSORS_F71882FG is not set
66801 -# CONFIG_SENSORS_IT87 is not set
66802 -# CONFIG_SENSORS_PC87360 is not set
66803 -# CONFIG_SENSORS_PC87427 is not set
66804 -# CONFIG_SENSORS_SMSC47M1 is not set
66805 -# CONFIG_SENSORS_SMSC47B397 is not set
66806 -# CONFIG_SENSORS_VT1211 is not set
66807 -# CONFIG_SENSORS_W83627HF is not set
66808 -# CONFIG_SENSORS_W83627EHF is not set
66809 -# CONFIG_HWMON_DEBUG_CHIP is not set
66810 -# CONFIG_THERMAL is not set
66811 -# CONFIG_WATCHDOG is not set
66812 -
66813 -#
66814 -# Sonics Silicon Backplane
66815 -#
66816 -CONFIG_SSB_POSSIBLE=y
66817 -# CONFIG_SSB is not set
66818 -
66819 -#
66820 -# Multifunction device drivers
66821 -#
66822 -# CONFIG_MFD_SM501 is not set
66823 -
66824 -#
66825 -# Multimedia devices
66826 -#
66827 -# CONFIG_VIDEO_DEV is not set
66828 -# CONFIG_DVB_CORE is not set
66829 -CONFIG_DAB=y
66830 -
66831 -#
66832 -# Graphics support
66833 -#
66834 -# CONFIG_VGASTATE is not set
66835 -CONFIG_VIDEO_OUTPUT_CONTROL=y
66836 -# CONFIG_FB is not set
66837 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
66838 -
66839 -#
66840 -# Display device support
66841 -#
66842 -# CONFIG_DISPLAY_SUPPORT is not set
66843 -
66844 -#
66845 -# Sound
66846 -#
66847 -# CONFIG_SOUND is not set
66848 -CONFIG_HID_SUPPORT=y
66849 -CONFIG_HID=y
66850 -# CONFIG_HID_DEBUG is not set
66851 -# CONFIG_HIDRAW is not set
66852 -CONFIG_USB_SUPPORT=y
66853 -# CONFIG_USB_ARCH_HAS_HCD is not set
66854 -# CONFIG_USB_ARCH_HAS_OHCI is not set
66855 -# CONFIG_USB_ARCH_HAS_EHCI is not set
66856 -
66857 -#
66858 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
66859 -#
66860 -# CONFIG_USB_GADGET is not set
66861 -# CONFIG_MMC is not set
66862 -# CONFIG_MEMSTICK is not set
66863 -# CONFIG_NEW_LEDS is not set
66864 -# CONFIG_EDAC is not set
66865 -# CONFIG_RTC_CLASS is not set
66866 -# CONFIG_DMADEVICES is not set
66867 -
66868 -#
66869 -# Userspace I/O
66870 -#
66871 -# CONFIG_UIO is not set
66872 -
66873 -#
66874 -# File systems
66875 -#
66876 -CONFIG_EXT2_FS=y
66877 -# CONFIG_EXT2_FS_XATTR is not set
66878 -# CONFIG_EXT2_FS_XIP is not set
66879 -CONFIG_EXT3_FS=y
66880 -CONFIG_EXT3_FS_XATTR=y
66881 -# CONFIG_EXT3_FS_POSIX_ACL is not set
66882 -# CONFIG_EXT3_FS_SECURITY is not set
66883 -# CONFIG_EXT4DEV_FS is not set
66884 -CONFIG_JBD=y
66885 -CONFIG_FS_MBCACHE=y
66886 -# CONFIG_REISERFS_FS is not set
66887 -# CONFIG_JFS_FS is not set
66888 -# CONFIG_FS_POSIX_ACL is not set
66889 -# CONFIG_XFS_FS is not set
66890 -# CONFIG_GFS2_FS is not set
66891 -# CONFIG_OCFS2_FS is not set
66892 -CONFIG_DNOTIFY=y
66893 -CONFIG_INOTIFY=y
66894 -CONFIG_INOTIFY_USER=y
66895 -# CONFIG_QUOTA is not set
66896 -# CONFIG_AUTOFS_FS is not set
66897 -# CONFIG_AUTOFS4_FS is not set
66898 -# CONFIG_FUSE_FS is not set
66899 -
66900 -#
66901 -# CD-ROM/DVD Filesystems
66902 -#
66903 -# CONFIG_ISO9660_FS is not set
66904 -# CONFIG_UDF_FS is not set
66905 -
66906 -#
66907 -# DOS/FAT/NT Filesystems
66908 -#
66909 -# CONFIG_MSDOS_FS is not set
66910 -# CONFIG_VFAT_FS is not set
66911 -# CONFIG_NTFS_FS is not set
66912 -
66913 -#
66914 -# Pseudo filesystems
66915 -#
66916 -CONFIG_PROC_FS=y
66917 -CONFIG_PROC_KCORE=y
66918 -CONFIG_PROC_SYSCTL=y
66919 -CONFIG_SYSFS=y
66920 -CONFIG_TMPFS=y
66921 -# CONFIG_TMPFS_POSIX_ACL is not set
66922 -# CONFIG_HUGETLB_PAGE is not set
66923 -# CONFIG_CONFIGFS_FS is not set
66924 -
66925 -#
66926 -# Miscellaneous filesystems
66927 -#
66928 -# CONFIG_ADFS_FS is not set
66929 -# CONFIG_AFFS_FS is not set
66930 -# CONFIG_HFS_FS is not set
66931 -# CONFIG_HFSPLUS_FS is not set
66932 -# CONFIG_BEFS_FS is not set
66933 -# CONFIG_BFS_FS is not set
66934 -# CONFIG_EFS_FS is not set
66935 -# CONFIG_CRAMFS is not set
66936 -# CONFIG_VXFS_FS is not set
66937 -# CONFIG_MINIX_FS is not set
66938 -# CONFIG_HPFS_FS is not set
66939 -# CONFIG_QNX4FS_FS is not set
66940 -# CONFIG_ROMFS_FS is not set
66941 -# CONFIG_SYSV_FS is not set
66942 -# CONFIG_UFS_FS is not set
66943 -CONFIG_NETWORK_FILESYSTEMS=y
66944 -CONFIG_NFS_FS=y
66945 -# CONFIG_NFS_V3 is not set
66946 -# CONFIG_NFS_V4 is not set
66947 -# CONFIG_NFS_DIRECTIO is not set
66948 -# CONFIG_NFSD is not set
66949 -CONFIG_ROOT_NFS=y
66950 -CONFIG_LOCKD=y
66951 -CONFIG_NFS_COMMON=y
66952 -CONFIG_SUNRPC=y
66953 -# CONFIG_SUNRPC_BIND34 is not set
66954 -# CONFIG_RPCSEC_GSS_KRB5 is not set
66955 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
66956 -# CONFIG_SMB_FS is not set
66957 -# CONFIG_CIFS is not set
66958 -# CONFIG_NCP_FS is not set
66959 -# CONFIG_CODA_FS is not set
66960 -# CONFIG_AFS_FS is not set
66961 -
66962 -#
66963 -# Partition Types
66964 -#
66965 -CONFIG_PARTITION_ADVANCED=y
66966 -# CONFIG_ACORN_PARTITION is not set
66967 -# CONFIG_OSF_PARTITION is not set
66968 -# CONFIG_AMIGA_PARTITION is not set
66969 -# CONFIG_ATARI_PARTITION is not set
66970 -# CONFIG_MAC_PARTITION is not set
66971 -# CONFIG_MSDOS_PARTITION is not set
66972 -# CONFIG_LDM_PARTITION is not set
66973 -# CONFIG_SGI_PARTITION is not set
66974 -# CONFIG_ULTRIX_PARTITION is not set
66975 -# CONFIG_SUN_PARTITION is not set
66976 -# CONFIG_KARMA_PARTITION is not set
66977 -# CONFIG_EFI_PARTITION is not set
66978 -# CONFIG_SYSV68_PARTITION is not set
66979 -# CONFIG_NLS is not set
66980 -# CONFIG_DLM is not set
66981 -
66982 -#
66983 -# Library routines
66984 -#
66985 -CONFIG_BITREVERSE=y
66986 -# CONFIG_CRC_CCITT is not set
66987 -# CONFIG_CRC16 is not set
66988 -# CONFIG_CRC_ITU_T is not set
66989 -CONFIG_CRC32=y
66990 -# CONFIG_CRC7 is not set
66991 -# CONFIG_LIBCRC32C is not set
66992 -CONFIG_PLIST=y
66993 -CONFIG_HAS_IOMEM=y
66994 -CONFIG_HAS_IOPORT=y
66995 -CONFIG_HAS_DMA=y
66996 -
66997 -#
66998 -# Kernel hacking
66999 -#
67000 -# CONFIG_PRINTK_TIME is not set
67001 -CONFIG_ENABLE_WARN_DEPRECATED=y
67002 -CONFIG_ENABLE_MUST_CHECK=y
67003 -# CONFIG_MAGIC_SYSRQ is not set
67004 -# CONFIG_UNUSED_SYMBOLS is not set
67005 -# CONFIG_DEBUG_FS is not set
67006 -# CONFIG_HEADERS_CHECK is not set
67007 -CONFIG_DEBUG_KERNEL=y
67008 -# CONFIG_DEBUG_SHIRQ is not set
67009 -CONFIG_DETECT_SOFTLOCKUP=y
67010 -CONFIG_SCHED_DEBUG=y
67011 -# CONFIG_SCHEDSTATS is not set
67012 -# CONFIG_TIMER_STATS is not set
67013 -# CONFIG_SLUB_DEBUG_ON is not set
67014 -# CONFIG_SLUB_STATS is not set
67015 -# CONFIG_DEBUG_RT_MUTEXES is not set
67016 -# CONFIG_RT_MUTEX_TESTER is not set
67017 -# CONFIG_DEBUG_SPINLOCK is not set
67018 -CONFIG_DEBUG_MUTEXES=y
67019 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
67020 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
67021 -# CONFIG_DEBUG_KOBJECT is not set
67022 -# CONFIG_DEBUG_BUGVERBOSE is not set
67023 -# CONFIG_DEBUG_INFO is not set
67024 -# CONFIG_DEBUG_VM is not set
67025 -# CONFIG_DEBUG_LIST is not set
67026 -# CONFIG_DEBUG_SG is not set
67027 -# CONFIG_BOOT_PRINTK_DELAY is not set
67028 -# CONFIG_BACKTRACE_SELF_TEST is not set
67029 -# CONFIG_FAULT_INJECTION is not set
67030 -# CONFIG_SAMPLES is not set
67031 -# CONFIG_DEBUG_STACKOVERFLOW is not set
67032 -# CONFIG_DEBUG_STACK_USAGE is not set
67033 -# CONFIG_DEBUG_PAGEALLOC is not set
67034 -# CONFIG_DEBUGGER is not set
67035 -# CONFIG_BDI_SWITCH is not set
67036 -# CONFIG_PPC_EARLY_DEBUG is not set
67037 -
67038 -#
67039 -# Security options
67040 -#
67041 -# CONFIG_KEYS is not set
67042 -# CONFIG_SECURITY is not set
67043 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
67044 -CONFIG_CRYPTO=y
67045 -# CONFIG_CRYPTO_SEQIV is not set
67046 -# CONFIG_CRYPTO_MANAGER is not set
67047 -# CONFIG_CRYPTO_HMAC is not set
67048 -# CONFIG_CRYPTO_XCBC is not set
67049 -# CONFIG_CRYPTO_NULL is not set
67050 -# CONFIG_CRYPTO_MD4 is not set
67051 -# CONFIG_CRYPTO_MD5 is not set
67052 -# CONFIG_CRYPTO_SHA1 is not set
67053 -# CONFIG_CRYPTO_SHA256 is not set
67054 -# CONFIG_CRYPTO_SHA512 is not set
67055 -# CONFIG_CRYPTO_WP512 is not set
67056 -# CONFIG_CRYPTO_TGR192 is not set
67057 -# CONFIG_CRYPTO_GF128MUL is not set
67058 -# CONFIG_CRYPTO_ECB is not set
67059 -# CONFIG_CRYPTO_CBC is not set
67060 -# CONFIG_CRYPTO_PCBC is not set
67061 -# CONFIG_CRYPTO_LRW is not set
67062 -# CONFIG_CRYPTO_XTS is not set
67063 -# CONFIG_CRYPTO_CTR is not set
67064 -# CONFIG_CRYPTO_GCM is not set
67065 -# CONFIG_CRYPTO_CCM is not set
67066 -# CONFIG_CRYPTO_CRYPTD is not set
67067 -# CONFIG_CRYPTO_DES is not set
67068 -# CONFIG_CRYPTO_FCRYPT is not set
67069 -# CONFIG_CRYPTO_BLOWFISH is not set
67070 -# CONFIG_CRYPTO_TWOFISH is not set
67071 -# CONFIG_CRYPTO_SERPENT is not set
67072 -# CONFIG_CRYPTO_AES is not set
67073 -# CONFIG_CRYPTO_CAST5 is not set
67074 -# CONFIG_CRYPTO_CAST6 is not set
67075 -# CONFIG_CRYPTO_TEA is not set
67076 -# CONFIG_CRYPTO_ARC4 is not set
67077 -# CONFIG_CRYPTO_KHAZAD is not set
67078 -# CONFIG_CRYPTO_ANUBIS is not set
67079 -# CONFIG_CRYPTO_SEED is not set
67080 -# CONFIG_CRYPTO_SALSA20 is not set
67081 -# CONFIG_CRYPTO_DEFLATE is not set
67082 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
67083 -# CONFIG_CRYPTO_CRC32C is not set
67084 -# CONFIG_CRYPTO_CAMELLIA is not set
67085 -# CONFIG_CRYPTO_AUTHENC is not set
67086 -# CONFIG_CRYPTO_LZO is not set
67087 -CONFIG_CRYPTO_HW=y
67088 -# CONFIG_PPC_CLOCK is not set
67089 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8544_ds_defconfig powerpc.git/arch/powerpc/configs/mpc8544_ds_defconfig
67090 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8544_ds_defconfig  2008-04-11 22:32:29.000000000 +0200
67091 +++ powerpc.git/arch/powerpc/configs/mpc8544_ds_defconfig       1970-01-01 01:00:00.000000000 +0100
67092 @@ -1,1549 +0,0 @@
67093 -#
67094 -# Automatically generated make config: don't edit
67095 -# Linux kernel version: 2.6.25-rc7
67096 -# Mon Mar 31 11:37:03 2008
67097 -#
67098 -# CONFIG_PPC64 is not set
67099 -
67100 -#
67101 -# Processor support
67102 -#
67103 -# CONFIG_6xx is not set
67104 -CONFIG_PPC_85xx=y
67105 -# CONFIG_PPC_8xx is not set
67106 -# CONFIG_40x is not set
67107 -# CONFIG_44x is not set
67108 -# CONFIG_E200 is not set
67109 -CONFIG_E500=y
67110 -CONFIG_BOOKE=y
67111 -CONFIG_FSL_BOOKE=y
67112 -CONFIG_FSL_EMB_PERFMON=y
67113 -# CONFIG_PHYS_64BIT is not set
67114 -CONFIG_SPE=y
67115 -# CONFIG_PPC_MM_SLICES is not set
67116 -CONFIG_PPC32=y
67117 -CONFIG_WORD_SIZE=32
67118 -CONFIG_PPC_MERGE=y
67119 -CONFIG_MMU=y
67120 -CONFIG_GENERIC_CMOS_UPDATE=y
67121 -CONFIG_GENERIC_TIME=y
67122 -CONFIG_GENERIC_TIME_VSYSCALL=y
67123 -CONFIG_GENERIC_CLOCKEVENTS=y
67124 -CONFIG_GENERIC_HARDIRQS=y
67125 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
67126 -CONFIG_IRQ_PER_CPU=y
67127 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
67128 -CONFIG_ARCH_HAS_ILOG2_U32=y
67129 -CONFIG_GENERIC_HWEIGHT=y
67130 -CONFIG_GENERIC_CALIBRATE_DELAY=y
67131 -CONFIG_GENERIC_FIND_NEXT_BIT=y
67132 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
67133 -CONFIG_PPC=y
67134 -CONFIG_EARLY_PRINTK=y
67135 -CONFIG_GENERIC_NVRAM=y
67136 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
67137 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
67138 -CONFIG_PPC_OF=y
67139 -CONFIG_OF=y
67140 -CONFIG_PPC_UDBG_16550=y
67141 -# CONFIG_GENERIC_TBSYNC is not set
67142 -CONFIG_AUDIT_ARCH=y
67143 -CONFIG_GENERIC_BUG=y
67144 -CONFIG_DEFAULT_UIMAGE=y
67145 -# CONFIG_PPC_DCR_NATIVE is not set
67146 -# CONFIG_PPC_DCR_MMIO is not set
67147 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
67148 -
67149 -#
67150 -# General setup
67151 -#
67152 -CONFIG_EXPERIMENTAL=y
67153 -CONFIG_BROKEN_ON_SMP=y
67154 -CONFIG_INIT_ENV_ARG_LIMIT=32
67155 -CONFIG_LOCALVERSION=""
67156 -CONFIG_LOCALVERSION_AUTO=y
67157 -CONFIG_SWAP=y
67158 -CONFIG_SYSVIPC=y
67159 -CONFIG_SYSVIPC_SYSCTL=y
67160 -CONFIG_POSIX_MQUEUE=y
67161 -CONFIG_BSD_PROCESS_ACCT=y
67162 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
67163 -# CONFIG_TASKSTATS is not set
67164 -CONFIG_AUDIT=y
67165 -# CONFIG_AUDITSYSCALL is not set
67166 -CONFIG_IKCONFIG=y
67167 -CONFIG_IKCONFIG_PROC=y
67168 -CONFIG_LOG_BUF_SHIFT=14
67169 -# CONFIG_CGROUPS is not set
67170 -CONFIG_GROUP_SCHED=y
67171 -# CONFIG_FAIR_GROUP_SCHED is not set
67172 -# CONFIG_RT_GROUP_SCHED is not set
67173 -CONFIG_USER_SCHED=y
67174 -# CONFIG_CGROUP_SCHED is not set
67175 -CONFIG_SYSFS_DEPRECATED=y
67176 -CONFIG_SYSFS_DEPRECATED_V2=y
67177 -# CONFIG_RELAY is not set
67178 -# CONFIG_NAMESPACES is not set
67179 -CONFIG_BLK_DEV_INITRD=y
67180 -CONFIG_INITRAMFS_SOURCE=""
67181 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
67182 -CONFIG_SYSCTL=y
67183 -CONFIG_EMBEDDED=y
67184 -CONFIG_SYSCTL_SYSCALL=y
67185 -CONFIG_KALLSYMS=y
67186 -CONFIG_KALLSYMS_ALL=y
67187 -CONFIG_KALLSYMS_EXTRA_PASS=y
67188 -CONFIG_HOTPLUG=y
67189 -CONFIG_PRINTK=y
67190 -CONFIG_BUG=y
67191 -CONFIG_ELF_CORE=y
67192 -CONFIG_COMPAT_BRK=y
67193 -CONFIG_BASE_FULL=y
67194 -CONFIG_FUTEX=y
67195 -CONFIG_ANON_INODES=y
67196 -CONFIG_EPOLL=y
67197 -CONFIG_SIGNALFD=y
67198 -CONFIG_TIMERFD=y
67199 -CONFIG_EVENTFD=y
67200 -CONFIG_SHMEM=y
67201 -CONFIG_VM_EVENT_COUNTERS=y
67202 -CONFIG_SLUB_DEBUG=y
67203 -# CONFIG_SLAB is not set
67204 -CONFIG_SLUB=y
67205 -# CONFIG_SLOB is not set
67206 -# CONFIG_PROFILING is not set
67207 -# CONFIG_MARKERS is not set
67208 -CONFIG_HAVE_OPROFILE=y
67209 -# CONFIG_KPROBES is not set
67210 -CONFIG_HAVE_KPROBES=y
67211 -CONFIG_HAVE_KRETPROBES=y
67212 -CONFIG_PROC_PAGE_MONITOR=y
67213 -CONFIG_SLABINFO=y
67214 -CONFIG_RT_MUTEXES=y
67215 -# CONFIG_TINY_SHMEM is not set
67216 -CONFIG_BASE_SMALL=0
67217 -CONFIG_MODULES=y
67218 -CONFIG_MODULE_UNLOAD=y
67219 -CONFIG_MODULE_FORCE_UNLOAD=y
67220 -CONFIG_MODVERSIONS=y
67221 -# CONFIG_MODULE_SRCVERSION_ALL is not set
67222 -CONFIG_KMOD=y
67223 -CONFIG_BLOCK=y
67224 -CONFIG_LBD=y
67225 -# CONFIG_BLK_DEV_IO_TRACE is not set
67226 -# CONFIG_LSF is not set
67227 -# CONFIG_BLK_DEV_BSG is not set
67228 -
67229 -#
67230 -# IO Schedulers
67231 -#
67232 -CONFIG_IOSCHED_NOOP=y
67233 -CONFIG_IOSCHED_AS=y
67234 -CONFIG_IOSCHED_DEADLINE=y
67235 -CONFIG_IOSCHED_CFQ=y
67236 -# CONFIG_DEFAULT_AS is not set
67237 -# CONFIG_DEFAULT_DEADLINE is not set
67238 -CONFIG_DEFAULT_CFQ=y
67239 -# CONFIG_DEFAULT_NOOP is not set
67240 -CONFIG_DEFAULT_IOSCHED="cfq"
67241 -CONFIG_CLASSIC_RCU=y
67242 -
67243 -#
67244 -# Platform support
67245 -#
67246 -# CONFIG_PPC_MPC512x is not set
67247 -# CONFIG_PPC_MPC5121 is not set
67248 -# CONFIG_PPC_CELL is not set
67249 -# CONFIG_PPC_CELL_NATIVE is not set
67250 -# CONFIG_PQ2ADS is not set
67251 -CONFIG_MPC85xx=y
67252 -# CONFIG_MPC8540_ADS is not set
67253 -# CONFIG_MPC8560_ADS is not set
67254 -# CONFIG_MPC85xx_CDS is not set
67255 -# CONFIG_MPC85xx_MDS is not set
67256 -CONFIG_MPC85xx_DS=y
67257 -# CONFIG_STX_GP3 is not set
67258 -# CONFIG_TQM8540 is not set
67259 -# CONFIG_TQM8541 is not set
67260 -# CONFIG_TQM8555 is not set
67261 -# CONFIG_TQM8560 is not set
67262 -# CONFIG_SBC8548 is not set
67263 -# CONFIG_SBC8560 is not set
67264 -# CONFIG_IPIC is not set
67265 -CONFIG_MPIC=y
67266 -# CONFIG_MPIC_WEIRD is not set
67267 -CONFIG_PPC_I8259=y
67268 -# CONFIG_PPC_RTAS is not set
67269 -# CONFIG_MMIO_NVRAM is not set
67270 -# CONFIG_PPC_MPC106 is not set
67271 -# CONFIG_PPC_970_NAP is not set
67272 -# CONFIG_PPC_INDIRECT_IO is not set
67273 -# CONFIG_GENERIC_IOMAP is not set
67274 -# CONFIG_CPU_FREQ is not set
67275 -# CONFIG_CPM2 is not set
67276 -CONFIG_FSL_ULI1575=y
67277 -
67278 -#
67279 -# Kernel options
67280 -#
67281 -CONFIG_HIGHMEM=y
67282 -CONFIG_TICK_ONESHOT=y
67283 -CONFIG_NO_HZ=y
67284 -CONFIG_HIGH_RES_TIMERS=y
67285 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
67286 -# CONFIG_HZ_100 is not set
67287 -CONFIG_HZ_250=y
67288 -# CONFIG_HZ_300 is not set
67289 -# CONFIG_HZ_1000 is not set
67290 -CONFIG_HZ=250
67291 -# CONFIG_SCHED_HRTICK is not set
67292 -CONFIG_PREEMPT_NONE=y
67293 -# CONFIG_PREEMPT_VOLUNTARY is not set
67294 -# CONFIG_PREEMPT is not set
67295 -CONFIG_BINFMT_ELF=y
67296 -CONFIG_BINFMT_MISC=m
67297 -CONFIG_MATH_EMULATION=y
67298 -# CONFIG_IOMMU_HELPER is not set
67299 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
67300 -CONFIG_ARCH_HAS_WALK_MEMORY=y
67301 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
67302 -CONFIG_ARCH_FLATMEM_ENABLE=y
67303 -CONFIG_ARCH_POPULATES_NODE_MAP=y
67304 -CONFIG_SELECT_MEMORY_MODEL=y
67305 -CONFIG_FLATMEM_MANUAL=y
67306 -# CONFIG_DISCONTIGMEM_MANUAL is not set
67307 -# CONFIG_SPARSEMEM_MANUAL is not set
67308 -CONFIG_FLATMEM=y
67309 -CONFIG_FLAT_NODE_MEM_MAP=y
67310 -# CONFIG_SPARSEMEM_STATIC is not set
67311 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
67312 -CONFIG_SPLIT_PTLOCK_CPUS=4
67313 -# CONFIG_RESOURCES_64BIT is not set
67314 -CONFIG_ZONE_DMA_FLAG=1
67315 -CONFIG_BOUNCE=y
67316 -CONFIG_VIRT_TO_BUS=y
67317 -CONFIG_PROC_DEVICETREE=y
67318 -# CONFIG_CMDLINE_BOOL is not set
67319 -# CONFIG_PM is not set
67320 -CONFIG_SECCOMP=y
67321 -CONFIG_ISA_DMA_API=y
67322 -
67323 -#
67324 -# Bus options
67325 -#
67326 -CONFIG_ZONE_DMA=y
67327 -CONFIG_GENERIC_ISA_DMA=y
67328 -CONFIG_PPC_INDIRECT_PCI=y
67329 -CONFIG_FSL_SOC=y
67330 -CONFIG_FSL_PCI=y
67331 -CONFIG_PCI=y
67332 -CONFIG_PCI_DOMAINS=y
67333 -CONFIG_PCI_SYSCALL=y
67334 -# CONFIG_PCIEPORTBUS is not set
67335 -CONFIG_ARCH_SUPPORTS_MSI=y
67336 -# CONFIG_PCI_MSI is not set
67337 -CONFIG_PCI_LEGACY=y
67338 -# CONFIG_PCI_DEBUG is not set
67339 -# CONFIG_PCCARD is not set
67340 -# CONFIG_HOTPLUG_PCI is not set
67341 -
67342 -#
67343 -# Advanced setup
67344 -#
67345 -# CONFIG_ADVANCED_OPTIONS is not set
67346 -
67347 -#
67348 -# Default settings for advanced configuration options are used
67349 -#
67350 -CONFIG_HIGHMEM_START=0xfe000000
67351 -CONFIG_LOWMEM_SIZE=0x30000000
67352 -CONFIG_KERNEL_START=0xc0000000
67353 -CONFIG_TASK_SIZE=0xc0000000
67354 -CONFIG_BOOT_LOAD=0x00800000
67355 -
67356 -#
67357 -# Networking
67358 -#
67359 -CONFIG_NET=y
67360 -
67361 -#
67362 -# Networking options
67363 -#
67364 -CONFIG_PACKET=y
67365 -# CONFIG_PACKET_MMAP is not set
67366 -CONFIG_UNIX=y
67367 -CONFIG_XFRM=y
67368 -CONFIG_XFRM_USER=y
67369 -# CONFIG_XFRM_SUB_POLICY is not set
67370 -# CONFIG_XFRM_MIGRATE is not set
67371 -# CONFIG_XFRM_STATISTICS is not set
67372 -CONFIG_NET_KEY=m
67373 -# CONFIG_NET_KEY_MIGRATE is not set
67374 -CONFIG_INET=y
67375 -CONFIG_IP_MULTICAST=y
67376 -CONFIG_IP_ADVANCED_ROUTER=y
67377 -CONFIG_ASK_IP_FIB_HASH=y
67378 -# CONFIG_IP_FIB_TRIE is not set
67379 -CONFIG_IP_FIB_HASH=y
67380 -CONFIG_IP_MULTIPLE_TABLES=y
67381 -CONFIG_IP_ROUTE_MULTIPATH=y
67382 -CONFIG_IP_ROUTE_VERBOSE=y
67383 -CONFIG_IP_PNP=y
67384 -CONFIG_IP_PNP_DHCP=y
67385 -CONFIG_IP_PNP_BOOTP=y
67386 -CONFIG_IP_PNP_RARP=y
67387 -CONFIG_NET_IPIP=y
67388 -CONFIG_NET_IPGRE=y
67389 -CONFIG_NET_IPGRE_BROADCAST=y
67390 -CONFIG_IP_MROUTE=y
67391 -CONFIG_IP_PIMSM_V1=y
67392 -CONFIG_IP_PIMSM_V2=y
67393 -CONFIG_ARPD=y
67394 -# CONFIG_SYN_COOKIES is not set
67395 -# CONFIG_INET_AH is not set
67396 -# CONFIG_INET_ESP is not set
67397 -# CONFIG_INET_IPCOMP is not set
67398 -# CONFIG_INET_XFRM_TUNNEL is not set
67399 -CONFIG_INET_TUNNEL=y
67400 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
67401 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
67402 -# CONFIG_INET_XFRM_MODE_BEET is not set
67403 -# CONFIG_INET_LRO is not set
67404 -CONFIG_INET_DIAG=y
67405 -CONFIG_INET_TCP_DIAG=y
67406 -# CONFIG_TCP_CONG_ADVANCED is not set
67407 -CONFIG_TCP_CONG_CUBIC=y
67408 -CONFIG_DEFAULT_TCP_CONG="cubic"
67409 -# CONFIG_TCP_MD5SIG is not set
67410 -CONFIG_IPV6=y
67411 -# CONFIG_IPV6_PRIVACY is not set
67412 -# CONFIG_IPV6_ROUTER_PREF is not set
67413 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
67414 -# CONFIG_INET6_AH is not set
67415 -# CONFIG_INET6_ESP is not set
67416 -# CONFIG_INET6_IPCOMP is not set
67417 -# CONFIG_IPV6_MIP6 is not set
67418 -# CONFIG_INET6_XFRM_TUNNEL is not set
67419 -# CONFIG_INET6_TUNNEL is not set
67420 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
67421 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
67422 -CONFIG_INET6_XFRM_MODE_BEET=y
67423 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
67424 -CONFIG_IPV6_SIT=y
67425 -# CONFIG_IPV6_TUNNEL is not set
67426 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
67427 -# CONFIG_NETWORK_SECMARK is not set
67428 -# CONFIG_NETFILTER is not set
67429 -# CONFIG_IP_DCCP is not set
67430 -CONFIG_IP_SCTP=m
67431 -# CONFIG_SCTP_DBG_MSG is not set
67432 -# CONFIG_SCTP_DBG_OBJCNT is not set
67433 -# CONFIG_SCTP_HMAC_NONE is not set
67434 -# CONFIG_SCTP_HMAC_SHA1 is not set
67435 -CONFIG_SCTP_HMAC_MD5=y
67436 -# CONFIG_TIPC is not set
67437 -# CONFIG_ATM is not set
67438 -# CONFIG_BRIDGE is not set
67439 -# CONFIG_VLAN_8021Q is not set
67440 -# CONFIG_DECNET is not set
67441 -# CONFIG_LLC2 is not set
67442 -# CONFIG_IPX is not set
67443 -# CONFIG_ATALK is not set
67444 -# CONFIG_X25 is not set
67445 -# CONFIG_LAPB is not set
67446 -# CONFIG_ECONET is not set
67447 -# CONFIG_WAN_ROUTER is not set
67448 -# CONFIG_NET_SCHED is not set
67449 -
67450 -#
67451 -# Network testing
67452 -#
67453 -# CONFIG_NET_PKTGEN is not set
67454 -# CONFIG_HAMRADIO is not set
67455 -# CONFIG_CAN is not set
67456 -# CONFIG_IRDA is not set
67457 -# CONFIG_BT is not set
67458 -# CONFIG_AF_RXRPC is not set
67459 -CONFIG_FIB_RULES=y
67460 -
67461 -#
67462 -# Wireless
67463 -#
67464 -# CONFIG_CFG80211 is not set
67465 -# CONFIG_WIRELESS_EXT is not set
67466 -# CONFIG_MAC80211 is not set
67467 -# CONFIG_IEEE80211 is not set
67468 -# CONFIG_RFKILL is not set
67469 -# CONFIG_NET_9P is not set
67470 -
67471 -#
67472 -# Device Drivers
67473 -#
67474 -
67475 -#
67476 -# Generic Driver Options
67477 -#
67478 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
67479 -CONFIG_STANDALONE=y
67480 -CONFIG_PREVENT_FIRMWARE_BUILD=y
67481 -CONFIG_FW_LOADER=y
67482 -# CONFIG_DEBUG_DRIVER is not set
67483 -# CONFIG_DEBUG_DEVRES is not set
67484 -# CONFIG_SYS_HYPERVISOR is not set
67485 -# CONFIG_CONNECTOR is not set
67486 -# CONFIG_MTD is not set
67487 -CONFIG_OF_DEVICE=y
67488 -# CONFIG_PARPORT is not set
67489 -CONFIG_BLK_DEV=y
67490 -# CONFIG_BLK_DEV_FD is not set
67491 -# CONFIG_BLK_CPQ_DA is not set
67492 -# CONFIG_BLK_CPQ_CISS_DA is not set
67493 -# CONFIG_BLK_DEV_DAC960 is not set
67494 -# CONFIG_BLK_DEV_UMEM is not set
67495 -# CONFIG_BLK_DEV_COW_COMMON is not set
67496 -CONFIG_BLK_DEV_LOOP=y
67497 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
67498 -CONFIG_BLK_DEV_NBD=y
67499 -# CONFIG_BLK_DEV_SX8 is not set
67500 -# CONFIG_BLK_DEV_UB is not set
67501 -CONFIG_BLK_DEV_RAM=y
67502 -CONFIG_BLK_DEV_RAM_COUNT=16
67503 -CONFIG_BLK_DEV_RAM_SIZE=131072
67504 -# CONFIG_BLK_DEV_XIP is not set
67505 -# CONFIG_CDROM_PKTCDVD is not set
67506 -# CONFIG_ATA_OVER_ETH is not set
67507 -CONFIG_MISC_DEVICES=y
67508 -# CONFIG_PHANTOM is not set
67509 -# CONFIG_EEPROM_93CX6 is not set
67510 -# CONFIG_SGI_IOC4 is not set
67511 -# CONFIG_TIFM_CORE is not set
67512 -# CONFIG_ENCLOSURE_SERVICES is not set
67513 -CONFIG_HAVE_IDE=y
67514 -# CONFIG_IDE is not set
67515 -
67516 -#
67517 -# SCSI device support
67518 -#
67519 -# CONFIG_RAID_ATTRS is not set
67520 -CONFIG_SCSI=y
67521 -CONFIG_SCSI_DMA=y
67522 -# CONFIG_SCSI_TGT is not set
67523 -# CONFIG_SCSI_NETLINK is not set
67524 -CONFIG_SCSI_PROC_FS=y
67525 -
67526 -#
67527 -# SCSI support type (disk, tape, CD-ROM)
67528 -#
67529 -CONFIG_BLK_DEV_SD=y
67530 -CONFIG_CHR_DEV_ST=y
67531 -# CONFIG_CHR_DEV_OSST is not set
67532 -CONFIG_BLK_DEV_SR=y
67533 -# CONFIG_BLK_DEV_SR_VENDOR is not set
67534 -CONFIG_CHR_DEV_SG=y
67535 -# CONFIG_CHR_DEV_SCH is not set
67536 -
67537 -#
67538 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
67539 -#
67540 -CONFIG_SCSI_MULTI_LUN=y
67541 -# CONFIG_SCSI_CONSTANTS is not set
67542 -CONFIG_SCSI_LOGGING=y
67543 -# CONFIG_SCSI_SCAN_ASYNC is not set
67544 -CONFIG_SCSI_WAIT_SCAN=m
67545 -
67546 -#
67547 -# SCSI Transports
67548 -#
67549 -# CONFIG_SCSI_SPI_ATTRS is not set
67550 -# CONFIG_SCSI_FC_ATTRS is not set
67551 -# CONFIG_SCSI_ISCSI_ATTRS is not set
67552 -# CONFIG_SCSI_SAS_LIBSAS is not set
67553 -# CONFIG_SCSI_SRP_ATTRS is not set
67554 -CONFIG_SCSI_LOWLEVEL=y
67555 -# CONFIG_ISCSI_TCP is not set
67556 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
67557 -# CONFIG_SCSI_3W_9XXX is not set
67558 -# CONFIG_SCSI_ACARD is not set
67559 -# CONFIG_SCSI_AACRAID is not set
67560 -# CONFIG_SCSI_AIC7XXX is not set
67561 -# CONFIG_SCSI_AIC7XXX_OLD is not set
67562 -# CONFIG_SCSI_AIC79XX is not set
67563 -# CONFIG_SCSI_AIC94XX is not set
67564 -# CONFIG_SCSI_DPT_I2O is not set
67565 -# CONFIG_SCSI_ADVANSYS is not set
67566 -# CONFIG_SCSI_ARCMSR is not set
67567 -# CONFIG_MEGARAID_NEWGEN is not set
67568 -# CONFIG_MEGARAID_LEGACY is not set
67569 -# CONFIG_MEGARAID_SAS is not set
67570 -# CONFIG_SCSI_HPTIOP is not set
67571 -# CONFIG_SCSI_BUSLOGIC is not set
67572 -# CONFIG_SCSI_DMX3191D is not set
67573 -# CONFIG_SCSI_EATA is not set
67574 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
67575 -# CONFIG_SCSI_GDTH is not set
67576 -# CONFIG_SCSI_IPS is not set
67577 -# CONFIG_SCSI_INITIO is not set
67578 -# CONFIG_SCSI_INIA100 is not set
67579 -# CONFIG_SCSI_MVSAS is not set
67580 -# CONFIG_SCSI_STEX is not set
67581 -# CONFIG_SCSI_SYM53C8XX_2 is not set
67582 -# CONFIG_SCSI_IPR is not set
67583 -# CONFIG_SCSI_QLOGIC_1280 is not set
67584 -# CONFIG_SCSI_QLA_FC is not set
67585 -# CONFIG_SCSI_QLA_ISCSI is not set
67586 -# CONFIG_SCSI_LPFC is not set
67587 -# CONFIG_SCSI_DC395x is not set
67588 -# CONFIG_SCSI_DC390T is not set
67589 -# CONFIG_SCSI_NSP32 is not set
67590 -# CONFIG_SCSI_DEBUG is not set
67591 -# CONFIG_SCSI_SRP is not set
67592 -CONFIG_ATA=y
67593 -# CONFIG_ATA_NONSTANDARD is not set
67594 -CONFIG_SATA_AHCI=y
67595 -# CONFIG_SATA_SVW is not set
67596 -# CONFIG_ATA_PIIX is not set
67597 -# CONFIG_SATA_MV is not set
67598 -# CONFIG_SATA_NV is not set
67599 -# CONFIG_PDC_ADMA is not set
67600 -# CONFIG_SATA_QSTOR is not set
67601 -# CONFIG_SATA_PROMISE is not set
67602 -# CONFIG_SATA_SX4 is not set
67603 -# CONFIG_SATA_SIL is not set
67604 -# CONFIG_SATA_SIL24 is not set
67605 -# CONFIG_SATA_SIS is not set
67606 -# CONFIG_SATA_ULI is not set
67607 -# CONFIG_SATA_VIA is not set
67608 -# CONFIG_SATA_VITESSE is not set
67609 -# CONFIG_SATA_INIC162X is not set
67610 -# CONFIG_SATA_FSL is not set
67611 -CONFIG_PATA_ALI=y
67612 -# CONFIG_PATA_AMD is not set
67613 -# CONFIG_PATA_ARTOP is not set
67614 -# CONFIG_PATA_ATIIXP is not set
67615 -# CONFIG_PATA_CMD640_PCI is not set
67616 -# CONFIG_PATA_CMD64X is not set
67617 -# CONFIG_PATA_CS5520 is not set
67618 -# CONFIG_PATA_CS5530 is not set
67619 -# CONFIG_PATA_CYPRESS is not set
67620 -# CONFIG_PATA_EFAR is not set
67621 -# CONFIG_ATA_GENERIC is not set
67622 -# CONFIG_PATA_HPT366 is not set
67623 -# CONFIG_PATA_HPT37X is not set
67624 -# CONFIG_PATA_HPT3X2N is not set
67625 -# CONFIG_PATA_HPT3X3 is not set
67626 -# CONFIG_PATA_IT821X is not set
67627 -# CONFIG_PATA_IT8213 is not set
67628 -# CONFIG_PATA_JMICRON is not set
67629 -# CONFIG_PATA_TRIFLEX is not set
67630 -# CONFIG_PATA_MARVELL is not set
67631 -# CONFIG_PATA_MPIIX is not set
67632 -# CONFIG_PATA_OLDPIIX is not set
67633 -# CONFIG_PATA_NETCELL is not set
67634 -# CONFIG_PATA_NINJA32 is not set
67635 -# CONFIG_PATA_NS87410 is not set
67636 -# CONFIG_PATA_NS87415 is not set
67637 -# CONFIG_PATA_OPTI is not set
67638 -# CONFIG_PATA_OPTIDMA is not set
67639 -# CONFIG_PATA_PDC_OLD is not set
67640 -# CONFIG_PATA_RADISYS is not set
67641 -# CONFIG_PATA_RZ1000 is not set
67642 -# CONFIG_PATA_SC1200 is not set
67643 -# CONFIG_PATA_SERVERWORKS is not set
67644 -# CONFIG_PATA_PDC2027X is not set
67645 -# CONFIG_PATA_SIL680 is not set
67646 -# CONFIG_PATA_SIS is not set
67647 -# CONFIG_PATA_VIA is not set
67648 -# CONFIG_PATA_WINBOND is not set
67649 -# CONFIG_PATA_PLATFORM is not set
67650 -# CONFIG_MD is not set
67651 -# CONFIG_FUSION is not set
67652 -
67653 -#
67654 -# IEEE 1394 (FireWire) support
67655 -#
67656 -# CONFIG_FIREWIRE is not set
67657 -# CONFIG_IEEE1394 is not set
67658 -# CONFIG_I2O is not set
67659 -# CONFIG_MACINTOSH_DRIVERS is not set
67660 -CONFIG_NETDEVICES=y
67661 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
67662 -CONFIG_DUMMY=y
67663 -# CONFIG_BONDING is not set
67664 -# CONFIG_MACVLAN is not set
67665 -# CONFIG_EQUALIZER is not set
67666 -# CONFIG_TUN is not set
67667 -# CONFIG_VETH is not set
67668 -# CONFIG_ARCNET is not set
67669 -CONFIG_PHYLIB=y
67670 -
67671 -#
67672 -# MII PHY device drivers
67673 -#
67674 -# CONFIG_MARVELL_PHY is not set
67675 -# CONFIG_DAVICOM_PHY is not set
67676 -# CONFIG_QSEMI_PHY is not set
67677 -# CONFIG_LXT_PHY is not set
67678 -# CONFIG_CICADA_PHY is not set
67679 -CONFIG_VITESSE_PHY=y
67680 -# CONFIG_SMSC_PHY is not set
67681 -# CONFIG_BROADCOM_PHY is not set
67682 -# CONFIG_ICPLUS_PHY is not set
67683 -# CONFIG_REALTEK_PHY is not set
67684 -# CONFIG_FIXED_PHY is not set
67685 -# CONFIG_MDIO_BITBANG is not set
67686 -CONFIG_NET_ETHERNET=y
67687 -CONFIG_MII=y
67688 -# CONFIG_HAPPYMEAL is not set
67689 -# CONFIG_SUNGEM is not set
67690 -# CONFIG_CASSINI is not set
67691 -# CONFIG_NET_VENDOR_3COM is not set
67692 -# CONFIG_NET_TULIP is not set
67693 -# CONFIG_HP100 is not set
67694 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
67695 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
67696 -# CONFIG_IBM_NEW_EMAC_TAH is not set
67697 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
67698 -# CONFIG_NET_PCI is not set
67699 -# CONFIG_B44 is not set
67700 -CONFIG_NETDEV_1000=y
67701 -# CONFIG_ACENIC is not set
67702 -# CONFIG_DL2K is not set
67703 -# CONFIG_E1000 is not set
67704 -# CONFIG_E1000E is not set
67705 -# CONFIG_E1000E_ENABLED is not set
67706 -# CONFIG_IP1000 is not set
67707 -# CONFIG_IGB is not set
67708 -# CONFIG_NS83820 is not set
67709 -# CONFIG_HAMACHI is not set
67710 -# CONFIG_YELLOWFIN is not set
67711 -# CONFIG_R8169 is not set
67712 -# CONFIG_SIS190 is not set
67713 -# CONFIG_SKGE is not set
67714 -# CONFIG_SKY2 is not set
67715 -# CONFIG_SK98LIN is not set
67716 -# CONFIG_VIA_VELOCITY is not set
67717 -# CONFIG_TIGON3 is not set
67718 -# CONFIG_BNX2 is not set
67719 -CONFIG_GIANFAR=y
67720 -CONFIG_GFAR_NAPI=y
67721 -# CONFIG_QLA3XXX is not set
67722 -# CONFIG_ATL1 is not set
67723 -CONFIG_NETDEV_10000=y
67724 -# CONFIG_CHELSIO_T1 is not set
67725 -# CONFIG_CHELSIO_T3 is not set
67726 -# CONFIG_IXGBE is not set
67727 -# CONFIG_IXGB is not set
67728 -# CONFIG_S2IO is not set
67729 -# CONFIG_MYRI10GE is not set
67730 -# CONFIG_NETXEN_NIC is not set
67731 -# CONFIG_NIU is not set
67732 -# CONFIG_MLX4_CORE is not set
67733 -# CONFIG_TEHUTI is not set
67734 -# CONFIG_BNX2X is not set
67735 -# CONFIG_TR is not set
67736 -
67737 -#
67738 -# Wireless LAN
67739 -#
67740 -# CONFIG_WLAN_PRE80211 is not set
67741 -# CONFIG_WLAN_80211 is not set
67742 -
67743 -#
67744 -# USB Network Adapters
67745 -#
67746 -# CONFIG_USB_CATC is not set
67747 -# CONFIG_USB_KAWETH is not set
67748 -# CONFIG_USB_PEGASUS is not set
67749 -# CONFIG_USB_RTL8150 is not set
67750 -# CONFIG_USB_USBNET is not set
67751 -# CONFIG_WAN is not set
67752 -# CONFIG_FDDI is not set
67753 -# CONFIG_HIPPI is not set
67754 -# CONFIG_PPP is not set
67755 -# CONFIG_SLIP is not set
67756 -# CONFIG_NET_FC is not set
67757 -# CONFIG_NETCONSOLE is not set
67758 -# CONFIG_NETPOLL is not set
67759 -# CONFIG_NET_POLL_CONTROLLER is not set
67760 -# CONFIG_ISDN is not set
67761 -# CONFIG_PHONE is not set
67762 -
67763 -#
67764 -# Input device support
67765 -#
67766 -CONFIG_INPUT=y
67767 -# CONFIG_INPUT_FF_MEMLESS is not set
67768 -# CONFIG_INPUT_POLLDEV is not set
67769 -
67770 -#
67771 -# Userland interfaces
67772 -#
67773 -# CONFIG_INPUT_MOUSEDEV is not set
67774 -# CONFIG_INPUT_JOYDEV is not set
67775 -# CONFIG_INPUT_EVDEV is not set
67776 -# CONFIG_INPUT_EVBUG is not set
67777 -
67778 -#
67779 -# Input Device Drivers
67780 -#
67781 -# CONFIG_INPUT_KEYBOARD is not set
67782 -# CONFIG_INPUT_MOUSE is not set
67783 -# CONFIG_INPUT_JOYSTICK is not set
67784 -# CONFIG_INPUT_TABLET is not set
67785 -# CONFIG_INPUT_TOUCHSCREEN is not set
67786 -# CONFIG_INPUT_MISC is not set
67787 -
67788 -#
67789 -# Hardware I/O ports
67790 -#
67791 -CONFIG_SERIO=y
67792 -CONFIG_SERIO_I8042=y
67793 -CONFIG_SERIO_SERPORT=y
67794 -# CONFIG_SERIO_PCIPS2 is not set
67795 -CONFIG_SERIO_LIBPS2=y
67796 -# CONFIG_SERIO_RAW is not set
67797 -# CONFIG_GAMEPORT is not set
67798 -
67799 -#
67800 -# Character devices
67801 -#
67802 -CONFIG_VT=y
67803 -CONFIG_VT_CONSOLE=y
67804 -CONFIG_HW_CONSOLE=y
67805 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
67806 -# CONFIG_SERIAL_NONSTANDARD is not set
67807 -# CONFIG_NOZOMI is not set
67808 -
67809 -#
67810 -# Serial drivers
67811 -#
67812 -CONFIG_SERIAL_8250=y
67813 -CONFIG_SERIAL_8250_CONSOLE=y
67814 -CONFIG_SERIAL_8250_PCI=y
67815 -CONFIG_SERIAL_8250_NR_UARTS=2
67816 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
67817 -CONFIG_SERIAL_8250_EXTENDED=y
67818 -CONFIG_SERIAL_8250_MANY_PORTS=y
67819 -CONFIG_SERIAL_8250_SHARE_IRQ=y
67820 -CONFIG_SERIAL_8250_DETECT_IRQ=y
67821 -CONFIG_SERIAL_8250_RSA=y
67822 -
67823 -#
67824 -# Non-8250 serial port support
67825 -#
67826 -# CONFIG_SERIAL_UARTLITE is not set
67827 -CONFIG_SERIAL_CORE=y
67828 -CONFIG_SERIAL_CORE_CONSOLE=y
67829 -# CONFIG_SERIAL_JSM is not set
67830 -# CONFIG_SERIAL_OF_PLATFORM is not set
67831 -CONFIG_UNIX98_PTYS=y
67832 -CONFIG_LEGACY_PTYS=y
67833 -CONFIG_LEGACY_PTY_COUNT=256
67834 -# CONFIG_IPMI_HANDLER is not set
67835 -# CONFIG_HW_RANDOM is not set
67836 -CONFIG_NVRAM=y
67837 -# CONFIG_GEN_RTC is not set
67838 -# CONFIG_R3964 is not set
67839 -# CONFIG_APPLICOM is not set
67840 -# CONFIG_RAW_DRIVER is not set
67841 -# CONFIG_TCG_TPM is not set
67842 -CONFIG_DEVPORT=y
67843 -CONFIG_I2C=y
67844 -CONFIG_I2C_BOARDINFO=y
67845 -# CONFIG_I2C_CHARDEV is not set
67846 -
67847 -#
67848 -# I2C Algorithms
67849 -#
67850 -# CONFIG_I2C_ALGOBIT is not set
67851 -# CONFIG_I2C_ALGOPCF is not set
67852 -# CONFIG_I2C_ALGOPCA is not set
67853 -
67854 -#
67855 -# I2C Hardware Bus support
67856 -#
67857 -# CONFIG_I2C_ALI1535 is not set
67858 -# CONFIG_I2C_ALI1563 is not set
67859 -# CONFIG_I2C_ALI15X3 is not set
67860 -# CONFIG_I2C_AMD756 is not set
67861 -# CONFIG_I2C_AMD8111 is not set
67862 -# CONFIG_I2C_I801 is not set
67863 -# CONFIG_I2C_I810 is not set
67864 -# CONFIG_I2C_PIIX4 is not set
67865 -CONFIG_I2C_MPC=y
67866 -# CONFIG_I2C_NFORCE2 is not set
67867 -# CONFIG_I2C_OCORES is not set
67868 -# CONFIG_I2C_PARPORT_LIGHT is not set
67869 -# CONFIG_I2C_PROSAVAGE is not set
67870 -# CONFIG_I2C_SAVAGE4 is not set
67871 -# CONFIG_I2C_SIMTEC is not set
67872 -# CONFIG_I2C_SIS5595 is not set
67873 -# CONFIG_I2C_SIS630 is not set
67874 -# CONFIG_I2C_SIS96X is not set
67875 -# CONFIG_I2C_TAOS_EVM is not set
67876 -# CONFIG_I2C_STUB is not set
67877 -# CONFIG_I2C_TINY_USB is not set
67878 -# CONFIG_I2C_VIA is not set
67879 -# CONFIG_I2C_VIAPRO is not set
67880 -# CONFIG_I2C_VOODOO3 is not set
67881 -
67882 -#
67883 -# Miscellaneous I2C Chip support
67884 -#
67885 -# CONFIG_DS1682 is not set
67886 -CONFIG_SENSORS_EEPROM=y
67887 -# CONFIG_SENSORS_PCF8574 is not set
67888 -# CONFIG_PCF8575 is not set
67889 -# CONFIG_SENSORS_PCF8591 is not set
67890 -# CONFIG_TPS65010 is not set
67891 -# CONFIG_SENSORS_MAX6875 is not set
67892 -# CONFIG_SENSORS_TSL2550 is not set
67893 -# CONFIG_I2C_DEBUG_CORE is not set
67894 -# CONFIG_I2C_DEBUG_ALGO is not set
67895 -# CONFIG_I2C_DEBUG_BUS is not set
67896 -# CONFIG_I2C_DEBUG_CHIP is not set
67897 -
67898 -#
67899 -# SPI support
67900 -#
67901 -# CONFIG_SPI is not set
67902 -# CONFIG_SPI_MASTER is not set
67903 -# CONFIG_W1 is not set
67904 -# CONFIG_POWER_SUPPLY is not set
67905 -# CONFIG_HWMON is not set
67906 -# CONFIG_THERMAL is not set
67907 -# CONFIG_WATCHDOG is not set
67908 -
67909 -#
67910 -# Sonics Silicon Backplane
67911 -#
67912 -CONFIG_SSB_POSSIBLE=y
67913 -# CONFIG_SSB is not set
67914 -
67915 -#
67916 -# Multifunction device drivers
67917 -#
67918 -# CONFIG_MFD_SM501 is not set
67919 -
67920 -#
67921 -# Multimedia devices
67922 -#
67923 -# CONFIG_VIDEO_DEV is not set
67924 -CONFIG_DVB_CORE=m
67925 -# CONFIG_DVB_CORE_ATTACH is not set
67926 -CONFIG_DVB_CAPTURE_DRIVERS=y
67927 -
67928 -#
67929 -# Supported SAA7146 based PCI Adapters
67930 -#
67931 -# CONFIG_TTPCI_EEPROM is not set
67932 -# CONFIG_DVB_BUDGET_CORE is not set
67933 -
67934 -#
67935 -# Supported USB Adapters
67936 -#
67937 -# CONFIG_DVB_USB is not set
67938 -# CONFIG_DVB_TTUSB_BUDGET is not set
67939 -# CONFIG_DVB_TTUSB_DEC is not set
67940 -# CONFIG_DVB_CINERGYT2 is not set
67941 -
67942 -#
67943 -# Supported FlexCopII (B2C2) Adapters
67944 -#
67945 -# CONFIG_DVB_B2C2_FLEXCOP is not set
67946 -
67947 -#
67948 -# Supported BT878 Adapters
67949 -#
67950 -
67951 -#
67952 -# Supported Pluto2 Adapters
67953 -#
67954 -# CONFIG_DVB_PLUTO2 is not set
67955 -
67956 -#
67957 -# Supported DVB Frontends
67958 -#
67959 -
67960 -#
67961 -# Customise DVB Frontends
67962 -#
67963 -# CONFIG_DVB_FE_CUSTOMISE is not set
67964 -
67965 -#
67966 -# DVB-S (satellite) frontends
67967 -#
67968 -# CONFIG_DVB_STV0299 is not set
67969 -# CONFIG_DVB_CX24110 is not set
67970 -# CONFIG_DVB_CX24123 is not set
67971 -# CONFIG_DVB_TDA8083 is not set
67972 -# CONFIG_DVB_MT312 is not set
67973 -# CONFIG_DVB_VES1X93 is not set
67974 -# CONFIG_DVB_S5H1420 is not set
67975 -# CONFIG_DVB_TDA10086 is not set
67976 -
67977 -#
67978 -# DVB-T (terrestrial) frontends
67979 -#
67980 -# CONFIG_DVB_SP8870 is not set
67981 -# CONFIG_DVB_SP887X is not set
67982 -# CONFIG_DVB_CX22700 is not set
67983 -# CONFIG_DVB_CX22702 is not set
67984 -# CONFIG_DVB_L64781 is not set
67985 -# CONFIG_DVB_TDA1004X is not set
67986 -# CONFIG_DVB_NXT6000 is not set
67987 -# CONFIG_DVB_MT352 is not set
67988 -# CONFIG_DVB_ZL10353 is not set
67989 -# CONFIG_DVB_DIB3000MB is not set
67990 -# CONFIG_DVB_DIB3000MC is not set
67991 -# CONFIG_DVB_DIB7000M is not set
67992 -# CONFIG_DVB_DIB7000P is not set
67993 -
67994 -#
67995 -# DVB-C (cable) frontends
67996 -#
67997 -# CONFIG_DVB_VES1820 is not set
67998 -# CONFIG_DVB_TDA10021 is not set
67999 -# CONFIG_DVB_TDA10023 is not set
68000 -# CONFIG_DVB_STV0297 is not set
68001 -
68002 -#
68003 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
68004 -#
68005 -# CONFIG_DVB_NXT200X is not set
68006 -# CONFIG_DVB_OR51211 is not set
68007 -# CONFIG_DVB_OR51132 is not set
68008 -# CONFIG_DVB_BCM3510 is not set
68009 -# CONFIG_DVB_LGDT330X is not set
68010 -# CONFIG_DVB_S5H1409 is not set
68011 -
68012 -#
68013 -# Tuners/PLL support
68014 -#
68015 -# CONFIG_DVB_PLL is not set
68016 -# CONFIG_DVB_TDA826X is not set
68017 -# CONFIG_DVB_TDA827X is not set
68018 -# CONFIG_DVB_TDA18271 is not set
68019 -# CONFIG_DVB_TUNER_QT1010 is not set
68020 -# CONFIG_DVB_TUNER_MT2060 is not set
68021 -# CONFIG_DVB_TUNER_MT2266 is not set
68022 -# CONFIG_DVB_TUNER_MT2131 is not set
68023 -# CONFIG_DVB_TUNER_DIB0070 is not set
68024 -# CONFIG_DVB_TUNER_XC5000 is not set
68025 -
68026 -#
68027 -# Miscellaneous devices
68028 -#
68029 -# CONFIG_DVB_LNBP21 is not set
68030 -# CONFIG_DVB_ISL6421 is not set
68031 -# CONFIG_DVB_TUA6100 is not set
68032 -CONFIG_DAB=y
68033 -# CONFIG_USB_DABUSB is not set
68034 -
68035 -#
68036 -# Graphics support
68037 -#
68038 -# CONFIG_AGP is not set
68039 -# CONFIG_DRM is not set
68040 -# CONFIG_VGASTATE is not set
68041 -CONFIG_VIDEO_OUTPUT_CONTROL=y
68042 -# CONFIG_FB is not set
68043 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
68044 -
68045 -#
68046 -# Display device support
68047 -#
68048 -# CONFIG_DISPLAY_SUPPORT is not set
68049 -
68050 -#
68051 -# Console display driver support
68052 -#
68053 -CONFIG_VGA_CONSOLE=y
68054 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
68055 -CONFIG_DUMMY_CONSOLE=y
68056 -
68057 -#
68058 -# Sound
68059 -#
68060 -CONFIG_SOUND=y
68061 -
68062 -#
68063 -# Advanced Linux Sound Architecture
68064 -#
68065 -CONFIG_SND=y
68066 -CONFIG_SND_TIMER=y
68067 -CONFIG_SND_PCM=y
68068 -# CONFIG_SND_SEQUENCER is not set
68069 -# CONFIG_SND_MIXER_OSS is not set
68070 -# CONFIG_SND_PCM_OSS is not set
68071 -# CONFIG_SND_DYNAMIC_MINORS is not set
68072 -CONFIG_SND_SUPPORT_OLD_API=y
68073 -CONFIG_SND_VERBOSE_PROCFS=y
68074 -# CONFIG_SND_VERBOSE_PRINTK is not set
68075 -# CONFIG_SND_DEBUG is not set
68076 -
68077 -#
68078 -# Generic devices
68079 -#
68080 -CONFIG_SND_AC97_CODEC=y
68081 -# CONFIG_SND_DUMMY is not set
68082 -# CONFIG_SND_MTPAV is not set
68083 -# CONFIG_SND_SERIAL_U16550 is not set
68084 -# CONFIG_SND_MPU401 is not set
68085 -
68086 -#
68087 -# PCI devices
68088 -#
68089 -# CONFIG_SND_AD1889 is not set
68090 -# CONFIG_SND_ALS300 is not set
68091 -# CONFIG_SND_ALS4000 is not set
68092 -# CONFIG_SND_ALI5451 is not set
68093 -# CONFIG_SND_ATIIXP is not set
68094 -# CONFIG_SND_ATIIXP_MODEM is not set
68095 -# CONFIG_SND_AU8810 is not set
68096 -# CONFIG_SND_AU8820 is not set
68097 -# CONFIG_SND_AU8830 is not set
68098 -# CONFIG_SND_AZT3328 is not set
68099 -# CONFIG_SND_BT87X is not set
68100 -# CONFIG_SND_CA0106 is not set
68101 -# CONFIG_SND_CMIPCI is not set
68102 -# CONFIG_SND_OXYGEN is not set
68103 -# CONFIG_SND_CS4281 is not set
68104 -# CONFIG_SND_CS46XX is not set
68105 -# CONFIG_SND_CS5530 is not set
68106 -# CONFIG_SND_DARLA20 is not set
68107 -# CONFIG_SND_GINA20 is not set
68108 -# CONFIG_SND_LAYLA20 is not set
68109 -# CONFIG_SND_DARLA24 is not set
68110 -# CONFIG_SND_GINA24 is not set
68111 -# CONFIG_SND_LAYLA24 is not set
68112 -# CONFIG_SND_MONA is not set
68113 -# CONFIG_SND_MIA is not set
68114 -# CONFIG_SND_ECHO3G is not set
68115 -# CONFIG_SND_INDIGO is not set
68116 -# CONFIG_SND_INDIGOIO is not set
68117 -# CONFIG_SND_INDIGODJ is not set
68118 -# CONFIG_SND_EMU10K1 is not set
68119 -# CONFIG_SND_EMU10K1X is not set
68120 -# CONFIG_SND_ENS1370 is not set
68121 -# CONFIG_SND_ENS1371 is not set
68122 -# CONFIG_SND_ES1938 is not set
68123 -# CONFIG_SND_ES1968 is not set
68124 -# CONFIG_SND_FM801 is not set
68125 -# CONFIG_SND_HDA_INTEL is not set
68126 -# CONFIG_SND_HDSP is not set
68127 -# CONFIG_SND_HDSPM is not set
68128 -# CONFIG_SND_HIFIER is not set
68129 -# CONFIG_SND_ICE1712 is not set
68130 -# CONFIG_SND_ICE1724 is not set
68131 -CONFIG_SND_INTEL8X0=y
68132 -# CONFIG_SND_INTEL8X0M is not set
68133 -# CONFIG_SND_KORG1212 is not set
68134 -# CONFIG_SND_MAESTRO3 is not set
68135 -# CONFIG_SND_MIXART is not set
68136 -# CONFIG_SND_NM256 is not set
68137 -# CONFIG_SND_PCXHR is not set
68138 -# CONFIG_SND_RIPTIDE is not set
68139 -# CONFIG_SND_RME32 is not set
68140 -# CONFIG_SND_RME96 is not set
68141 -# CONFIG_SND_RME9652 is not set
68142 -# CONFIG_SND_SONICVIBES is not set
68143 -# CONFIG_SND_TRIDENT is not set
68144 -# CONFIG_SND_VIA82XX is not set
68145 -# CONFIG_SND_VIA82XX_MODEM is not set
68146 -# CONFIG_SND_VIRTUOSO is not set
68147 -# CONFIG_SND_VX222 is not set
68148 -# CONFIG_SND_YMFPCI is not set
68149 -# CONFIG_SND_AC97_POWER_SAVE is not set
68150 -
68151 -#
68152 -# ALSA PowerMac devices
68153 -#
68154 -
68155 -#
68156 -# ALSA PowerPC devices
68157 -#
68158 -
68159 -#
68160 -# USB devices
68161 -#
68162 -# CONFIG_SND_USB_AUDIO is not set
68163 -# CONFIG_SND_USB_USX2Y is not set
68164 -# CONFIG_SND_USB_CAIAQ is not set
68165 -
68166 -#
68167 -# System on Chip audio support
68168 -#
68169 -# CONFIG_SND_SOC is not set
68170 -
68171 -#
68172 -# SoC Audio support for SuperH
68173 -#
68174 -
68175 -#
68176 -# ALSA SoC audio for Freescale SOCs
68177 -#
68178 -
68179 -#
68180 -# Open Sound System
68181 -#
68182 -# CONFIG_SOUND_PRIME is not set
68183 -CONFIG_AC97_BUS=y
68184 -CONFIG_HID_SUPPORT=y
68185 -CONFIG_HID=y
68186 -# CONFIG_HID_DEBUG is not set
68187 -# CONFIG_HIDRAW is not set
68188 -
68189 -#
68190 -# USB Input Devices
68191 -#
68192 -CONFIG_USB_HID=y
68193 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
68194 -# CONFIG_HID_FF is not set
68195 -# CONFIG_USB_HIDDEV is not set
68196 -CONFIG_USB_SUPPORT=y
68197 -CONFIG_USB_ARCH_HAS_HCD=y
68198 -CONFIG_USB_ARCH_HAS_OHCI=y
68199 -CONFIG_USB_ARCH_HAS_EHCI=y
68200 -CONFIG_USB=y
68201 -# CONFIG_USB_DEBUG is not set
68202 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
68203 -
68204 -#
68205 -# Miscellaneous USB options
68206 -#
68207 -CONFIG_USB_DEVICEFS=y
68208 -CONFIG_USB_DEVICE_CLASS=y
68209 -# CONFIG_USB_DYNAMIC_MINORS is not set
68210 -# CONFIG_USB_OTG is not set
68211 -
68212 -#
68213 -# USB Host Controller Drivers
68214 -#
68215 -CONFIG_USB_EHCI_HCD=y
68216 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
68217 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
68218 -# CONFIG_USB_EHCI_FSL is not set
68219 -CONFIG_USB_EHCI_HCD_PPC_OF=y
68220 -# CONFIG_USB_ISP116X_HCD is not set
68221 -CONFIG_USB_OHCI_HCD=y
68222 -CONFIG_USB_OHCI_HCD_PPC_OF=y
68223 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
68224 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
68225 -CONFIG_USB_OHCI_HCD_PCI=y
68226 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
68227 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
68228 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
68229 -# CONFIG_USB_UHCI_HCD is not set
68230 -# CONFIG_USB_SL811_HCD is not set
68231 -# CONFIG_USB_R8A66597_HCD is not set
68232 -
68233 -#
68234 -# USB Device Class drivers
68235 -#
68236 -# CONFIG_USB_ACM is not set
68237 -# CONFIG_USB_PRINTER is not set
68238 -
68239 -#
68240 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
68241 -#
68242 -
68243 -#
68244 -# may also be needed; see USB_STORAGE Help for more information
68245 -#
68246 -CONFIG_USB_STORAGE=y
68247 -# CONFIG_USB_STORAGE_DEBUG is not set
68248 -# CONFIG_USB_STORAGE_DATAFAB is not set
68249 -# CONFIG_USB_STORAGE_FREECOM is not set
68250 -# CONFIG_USB_STORAGE_ISD200 is not set
68251 -# CONFIG_USB_STORAGE_DPCM is not set
68252 -# CONFIG_USB_STORAGE_USBAT is not set
68253 -# CONFIG_USB_STORAGE_SDDR09 is not set
68254 -# CONFIG_USB_STORAGE_SDDR55 is not set
68255 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
68256 -# CONFIG_USB_STORAGE_ALAUDA is not set
68257 -# CONFIG_USB_STORAGE_KARMA is not set
68258 -# CONFIG_USB_LIBUSUAL is not set
68259 -
68260 -#
68261 -# USB Imaging devices
68262 -#
68263 -# CONFIG_USB_MDC800 is not set
68264 -# CONFIG_USB_MICROTEK is not set
68265 -CONFIG_USB_MON=y
68266 -
68267 -#
68268 -# USB port drivers
68269 -#
68270 -# CONFIG_USB_SERIAL is not set
68271 -
68272 -#
68273 -# USB Miscellaneous drivers
68274 -#
68275 -# CONFIG_USB_EMI62 is not set
68276 -# CONFIG_USB_EMI26 is not set
68277 -# CONFIG_USB_ADUTUX is not set
68278 -# CONFIG_USB_AUERSWALD is not set
68279 -# CONFIG_USB_RIO500 is not set
68280 -# CONFIG_USB_LEGOTOWER is not set
68281 -# CONFIG_USB_LCD is not set
68282 -# CONFIG_USB_BERRY_CHARGE is not set
68283 -# CONFIG_USB_LED is not set
68284 -# CONFIG_USB_CYPRESS_CY7C63 is not set
68285 -# CONFIG_USB_CYTHERM is not set
68286 -# CONFIG_USB_PHIDGET is not set
68287 -# CONFIG_USB_IDMOUSE is not set
68288 -# CONFIG_USB_FTDI_ELAN is not set
68289 -# CONFIG_USB_APPLEDISPLAY is not set
68290 -# CONFIG_USB_SISUSBVGA is not set
68291 -# CONFIG_USB_LD is not set
68292 -# CONFIG_USB_TRANCEVIBRATOR is not set
68293 -# CONFIG_USB_IOWARRIOR is not set
68294 -# CONFIG_USB_TEST is not set
68295 -# CONFIG_USB_GADGET is not set
68296 -# CONFIG_MMC is not set
68297 -# CONFIG_MEMSTICK is not set
68298 -# CONFIG_NEW_LEDS is not set
68299 -# CONFIG_INFINIBAND is not set
68300 -# CONFIG_EDAC is not set
68301 -CONFIG_RTC_LIB=y
68302 -CONFIG_RTC_CLASS=y
68303 -CONFIG_RTC_HCTOSYS=y
68304 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
68305 -# CONFIG_RTC_DEBUG is not set
68306 -
68307 -#
68308 -# RTC interfaces
68309 -#
68310 -CONFIG_RTC_INTF_SYSFS=y
68311 -CONFIG_RTC_INTF_PROC=y
68312 -CONFIG_RTC_INTF_DEV=y
68313 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
68314 -# CONFIG_RTC_DRV_TEST is not set
68315 -
68316 -#
68317 -# I2C RTC drivers
68318 -#
68319 -# CONFIG_RTC_DRV_DS1307 is not set
68320 -# CONFIG_RTC_DRV_DS1374 is not set
68321 -# CONFIG_RTC_DRV_DS1672 is not set
68322 -# CONFIG_RTC_DRV_MAX6900 is not set
68323 -# CONFIG_RTC_DRV_RS5C372 is not set
68324 -# CONFIG_RTC_DRV_ISL1208 is not set
68325 -# CONFIG_RTC_DRV_X1205 is not set
68326 -# CONFIG_RTC_DRV_PCF8563 is not set
68327 -# CONFIG_RTC_DRV_PCF8583 is not set
68328 -# CONFIG_RTC_DRV_M41T80 is not set
68329 -# CONFIG_RTC_DRV_S35390A is not set
68330 -
68331 -#
68332 -# SPI RTC drivers
68333 -#
68334 -
68335 -#
68336 -# Platform RTC drivers
68337 -#
68338 -CONFIG_RTC_DRV_CMOS=y
68339 -# CONFIG_RTC_DRV_DS1511 is not set
68340 -# CONFIG_RTC_DRV_DS1553 is not set
68341 -# CONFIG_RTC_DRV_DS1742 is not set
68342 -# CONFIG_RTC_DRV_STK17TA8 is not set
68343 -# CONFIG_RTC_DRV_M48T86 is not set
68344 -# CONFIG_RTC_DRV_M48T59 is not set
68345 -# CONFIG_RTC_DRV_V3020 is not set
68346 -
68347 -#
68348 -# on-CPU RTC drivers
68349 -#
68350 -# CONFIG_DMADEVICES is not set
68351 -
68352 -#
68353 -# Userspace I/O
68354 -#
68355 -# CONFIG_UIO is not set
68356 -
68357 -#
68358 -# File systems
68359 -#
68360 -CONFIG_EXT2_FS=y
68361 -# CONFIG_EXT2_FS_XATTR is not set
68362 -# CONFIG_EXT2_FS_XIP is not set
68363 -CONFIG_EXT3_FS=y
68364 -CONFIG_EXT3_FS_XATTR=y
68365 -# CONFIG_EXT3_FS_POSIX_ACL is not set
68366 -# CONFIG_EXT3_FS_SECURITY is not set
68367 -# CONFIG_EXT4DEV_FS is not set
68368 -CONFIG_JBD=y
68369 -CONFIG_FS_MBCACHE=y
68370 -# CONFIG_REISERFS_FS is not set
68371 -# CONFIG_JFS_FS is not set
68372 -# CONFIG_FS_POSIX_ACL is not set
68373 -# CONFIG_XFS_FS is not set
68374 -# CONFIG_GFS2_FS is not set
68375 -# CONFIG_OCFS2_FS is not set
68376 -CONFIG_DNOTIFY=y
68377 -CONFIG_INOTIFY=y
68378 -CONFIG_INOTIFY_USER=y
68379 -# CONFIG_QUOTA is not set
68380 -# CONFIG_AUTOFS_FS is not set
68381 -# CONFIG_AUTOFS4_FS is not set
68382 -# CONFIG_FUSE_FS is not set
68383 -
68384 -#
68385 -# CD-ROM/DVD Filesystems
68386 -#
68387 -CONFIG_ISO9660_FS=m
68388 -CONFIG_JOLIET=y
68389 -CONFIG_ZISOFS=y
68390 -CONFIG_UDF_FS=m
68391 -CONFIG_UDF_NLS=y
68392 -
68393 -#
68394 -# DOS/FAT/NT Filesystems
68395 -#
68396 -CONFIG_FAT_FS=y
68397 -CONFIG_MSDOS_FS=m
68398 -CONFIG_VFAT_FS=y
68399 -CONFIG_FAT_DEFAULT_CODEPAGE=437
68400 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
68401 -CONFIG_NTFS_FS=y
68402 -# CONFIG_NTFS_DEBUG is not set
68403 -# CONFIG_NTFS_RW is not set
68404 -
68405 -#
68406 -# Pseudo filesystems
68407 -#
68408 -CONFIG_PROC_FS=y
68409 -CONFIG_PROC_KCORE=y
68410 -CONFIG_PROC_SYSCTL=y
68411 -CONFIG_SYSFS=y
68412 -CONFIG_TMPFS=y
68413 -# CONFIG_TMPFS_POSIX_ACL is not set
68414 -# CONFIG_HUGETLB_PAGE is not set
68415 -# CONFIG_CONFIGFS_FS is not set
68416 -
68417 -#
68418 -# Miscellaneous filesystems
68419 -#
68420 -CONFIG_ADFS_FS=m
68421 -# CONFIG_ADFS_FS_RW is not set
68422 -CONFIG_AFFS_FS=m
68423 -CONFIG_HFS_FS=m
68424 -CONFIG_HFSPLUS_FS=m
68425 -CONFIG_BEFS_FS=m
68426 -# CONFIG_BEFS_DEBUG is not set
68427 -CONFIG_BFS_FS=m
68428 -CONFIG_EFS_FS=m
68429 -CONFIG_CRAMFS=y
68430 -CONFIG_VXFS_FS=m
68431 -# CONFIG_MINIX_FS is not set
68432 -CONFIG_HPFS_FS=m
68433 -CONFIG_QNX4FS_FS=m
68434 -# CONFIG_ROMFS_FS is not set
68435 -CONFIG_SYSV_FS=m
68436 -CONFIG_UFS_FS=m
68437 -# CONFIG_UFS_FS_WRITE is not set
68438 -# CONFIG_UFS_DEBUG is not set
68439 -CONFIG_NETWORK_FILESYSTEMS=y
68440 -CONFIG_NFS_FS=y
68441 -CONFIG_NFS_V3=y
68442 -# CONFIG_NFS_V3_ACL is not set
68443 -CONFIG_NFS_V4=y
68444 -# CONFIG_NFS_DIRECTIO is not set
68445 -CONFIG_NFSD=y
68446 -# CONFIG_NFSD_V3 is not set
68447 -CONFIG_NFSD_TCP=y
68448 -CONFIG_ROOT_NFS=y
68449 -CONFIG_LOCKD=y
68450 -CONFIG_LOCKD_V4=y
68451 -CONFIG_EXPORTFS=y
68452 -CONFIG_NFS_COMMON=y
68453 -CONFIG_SUNRPC=y
68454 -CONFIG_SUNRPC_GSS=y
68455 -# CONFIG_SUNRPC_BIND34 is not set
68456 -CONFIG_RPCSEC_GSS_KRB5=y
68457 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
68458 -# CONFIG_SMB_FS is not set
68459 -# CONFIG_CIFS is not set
68460 -# CONFIG_NCP_FS is not set
68461 -# CONFIG_CODA_FS is not set
68462 -# CONFIG_AFS_FS is not set
68463 -
68464 -#
68465 -# Partition Types
68466 -#
68467 -CONFIG_PARTITION_ADVANCED=y
68468 -# CONFIG_ACORN_PARTITION is not set
68469 -# CONFIG_OSF_PARTITION is not set
68470 -# CONFIG_AMIGA_PARTITION is not set
68471 -# CONFIG_ATARI_PARTITION is not set
68472 -CONFIG_MAC_PARTITION=y
68473 -CONFIG_MSDOS_PARTITION=y
68474 -# CONFIG_BSD_DISKLABEL is not set
68475 -# CONFIG_MINIX_SUBPARTITION is not set
68476 -# CONFIG_SOLARIS_X86_PARTITION is not set
68477 -# CONFIG_UNIXWARE_DISKLABEL is not set
68478 -# CONFIG_LDM_PARTITION is not set
68479 -# CONFIG_SGI_PARTITION is not set
68480 -# CONFIG_ULTRIX_PARTITION is not set
68481 -# CONFIG_SUN_PARTITION is not set
68482 -# CONFIG_KARMA_PARTITION is not set
68483 -# CONFIG_EFI_PARTITION is not set
68484 -# CONFIG_SYSV68_PARTITION is not set
68485 -CONFIG_NLS=y
68486 -CONFIG_NLS_DEFAULT="iso8859-1"
68487 -# CONFIG_NLS_CODEPAGE_437 is not set
68488 -# CONFIG_NLS_CODEPAGE_737 is not set
68489 -# CONFIG_NLS_CODEPAGE_775 is not set
68490 -# CONFIG_NLS_CODEPAGE_850 is not set
68491 -# CONFIG_NLS_CODEPAGE_852 is not set
68492 -# CONFIG_NLS_CODEPAGE_855 is not set
68493 -# CONFIG_NLS_CODEPAGE_857 is not set
68494 -# CONFIG_NLS_CODEPAGE_860 is not set
68495 -# CONFIG_NLS_CODEPAGE_861 is not set
68496 -# CONFIG_NLS_CODEPAGE_862 is not set
68497 -# CONFIG_NLS_CODEPAGE_863 is not set
68498 -# CONFIG_NLS_CODEPAGE_864 is not set
68499 -# CONFIG_NLS_CODEPAGE_865 is not set
68500 -# CONFIG_NLS_CODEPAGE_866 is not set
68501 -# CONFIG_NLS_CODEPAGE_869 is not set
68502 -# CONFIG_NLS_CODEPAGE_936 is not set
68503 -# CONFIG_NLS_CODEPAGE_950 is not set
68504 -# CONFIG_NLS_CODEPAGE_932 is not set
68505 -# CONFIG_NLS_CODEPAGE_949 is not set
68506 -# CONFIG_NLS_CODEPAGE_874 is not set
68507 -# CONFIG_NLS_ISO8859_8 is not set
68508 -# CONFIG_NLS_CODEPAGE_1250 is not set
68509 -# CONFIG_NLS_CODEPAGE_1251 is not set
68510 -# CONFIG_NLS_ASCII is not set
68511 -# CONFIG_NLS_ISO8859_1 is not set
68512 -# CONFIG_NLS_ISO8859_2 is not set
68513 -# CONFIG_NLS_ISO8859_3 is not set
68514 -# CONFIG_NLS_ISO8859_4 is not set
68515 -# CONFIG_NLS_ISO8859_5 is not set
68516 -# CONFIG_NLS_ISO8859_6 is not set
68517 -# CONFIG_NLS_ISO8859_7 is not set
68518 -# CONFIG_NLS_ISO8859_9 is not set
68519 -# CONFIG_NLS_ISO8859_13 is not set
68520 -# CONFIG_NLS_ISO8859_14 is not set
68521 -# CONFIG_NLS_ISO8859_15 is not set
68522 -# CONFIG_NLS_KOI8_R is not set
68523 -# CONFIG_NLS_KOI8_U is not set
68524 -CONFIG_NLS_UTF8=m
68525 -# CONFIG_DLM is not set
68526 -
68527 -#
68528 -# Library routines
68529 -#
68530 -CONFIG_BITREVERSE=y
68531 -# CONFIG_CRC_CCITT is not set
68532 -# CONFIG_CRC16 is not set
68533 -# CONFIG_CRC_ITU_T is not set
68534 -CONFIG_CRC32=y
68535 -# CONFIG_CRC7 is not set
68536 -CONFIG_LIBCRC32C=m
68537 -CONFIG_ZLIB_INFLATE=y
68538 -CONFIG_PLIST=y
68539 -CONFIG_HAS_IOMEM=y
68540 -CONFIG_HAS_IOPORT=y
68541 -CONFIG_HAS_DMA=y
68542 -
68543 -#
68544 -# Kernel hacking
68545 -#
68546 -# CONFIG_PRINTK_TIME is not set
68547 -CONFIG_ENABLE_WARN_DEPRECATED=y
68548 -CONFIG_ENABLE_MUST_CHECK=y
68549 -# CONFIG_MAGIC_SYSRQ is not set
68550 -# CONFIG_UNUSED_SYMBOLS is not set
68551 -# CONFIG_DEBUG_FS is not set
68552 -# CONFIG_HEADERS_CHECK is not set
68553 -CONFIG_DEBUG_KERNEL=y
68554 -# CONFIG_DEBUG_SHIRQ is not set
68555 -CONFIG_DETECT_SOFTLOCKUP=y
68556 -CONFIG_SCHED_DEBUG=y
68557 -# CONFIG_SCHEDSTATS is not set
68558 -# CONFIG_TIMER_STATS is not set
68559 -# CONFIG_SLUB_DEBUG_ON is not set
68560 -# CONFIG_SLUB_STATS is not set
68561 -# CONFIG_DEBUG_RT_MUTEXES is not set
68562 -# CONFIG_RT_MUTEX_TESTER is not set
68563 -# CONFIG_DEBUG_SPINLOCK is not set
68564 -# CONFIG_DEBUG_MUTEXES is not set
68565 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
68566 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
68567 -# CONFIG_DEBUG_KOBJECT is not set
68568 -# CONFIG_DEBUG_HIGHMEM is not set
68569 -# CONFIG_DEBUG_BUGVERBOSE is not set
68570 -CONFIG_DEBUG_INFO=y
68571 -# CONFIG_DEBUG_VM is not set
68572 -# CONFIG_DEBUG_LIST is not set
68573 -# CONFIG_DEBUG_SG is not set
68574 -# CONFIG_BOOT_PRINTK_DELAY is not set
68575 -# CONFIG_RCU_TORTURE_TEST is not set
68576 -# CONFIG_BACKTRACE_SELF_TEST is not set
68577 -# CONFIG_FAULT_INJECTION is not set
68578 -# CONFIG_SAMPLES is not set
68579 -# CONFIG_DEBUG_STACKOVERFLOW is not set
68580 -# CONFIG_DEBUG_STACK_USAGE is not set
68581 -# CONFIG_DEBUG_PAGEALLOC is not set
68582 -# CONFIG_DEBUGGER is not set
68583 -# CONFIG_BDI_SWITCH is not set
68584 -# CONFIG_PPC_EARLY_DEBUG is not set
68585 -
68586 -#
68587 -# Security options
68588 -#
68589 -# CONFIG_KEYS is not set
68590 -# CONFIG_SECURITY is not set
68591 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
68592 -CONFIG_CRYPTO=y
68593 -CONFIG_CRYPTO_ALGAPI=y
68594 -CONFIG_CRYPTO_BLKCIPHER=y
68595 -# CONFIG_CRYPTO_SEQIV is not set
68596 -CONFIG_CRYPTO_HASH=y
68597 -CONFIG_CRYPTO_MANAGER=y
68598 -CONFIG_CRYPTO_HMAC=y
68599 -# CONFIG_CRYPTO_XCBC is not set
68600 -# CONFIG_CRYPTO_NULL is not set
68601 -# CONFIG_CRYPTO_MD4 is not set
68602 -CONFIG_CRYPTO_MD5=y
68603 -CONFIG_CRYPTO_SHA1=m
68604 -# CONFIG_CRYPTO_SHA256 is not set
68605 -# CONFIG_CRYPTO_SHA512 is not set
68606 -# CONFIG_CRYPTO_WP512 is not set
68607 -# CONFIG_CRYPTO_TGR192 is not set
68608 -# CONFIG_CRYPTO_GF128MUL is not set
68609 -# CONFIG_CRYPTO_ECB is not set
68610 -CONFIG_CRYPTO_CBC=y
68611 -CONFIG_CRYPTO_PCBC=m
68612 -# CONFIG_CRYPTO_LRW is not set
68613 -# CONFIG_CRYPTO_XTS is not set
68614 -# CONFIG_CRYPTO_CTR is not set
68615 -# CONFIG_CRYPTO_GCM is not set
68616 -# CONFIG_CRYPTO_CCM is not set
68617 -# CONFIG_CRYPTO_CRYPTD is not set
68618 -CONFIG_CRYPTO_DES=y
68619 -# CONFIG_CRYPTO_FCRYPT is not set
68620 -# CONFIG_CRYPTO_BLOWFISH is not set
68621 -# CONFIG_CRYPTO_TWOFISH is not set
68622 -# CONFIG_CRYPTO_SERPENT is not set
68623 -# CONFIG_CRYPTO_AES is not set
68624 -# CONFIG_CRYPTO_CAST5 is not set
68625 -# CONFIG_CRYPTO_CAST6 is not set
68626 -# CONFIG_CRYPTO_TEA is not set
68627 -# CONFIG_CRYPTO_ARC4 is not set
68628 -# CONFIG_CRYPTO_KHAZAD is not set
68629 -# CONFIG_CRYPTO_ANUBIS is not set
68630 -# CONFIG_CRYPTO_SEED is not set
68631 -# CONFIG_CRYPTO_SALSA20 is not set
68632 -# CONFIG_CRYPTO_DEFLATE is not set
68633 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
68634 -# CONFIG_CRYPTO_CRC32C is not set
68635 -# CONFIG_CRYPTO_CAMELLIA is not set
68636 -# CONFIG_CRYPTO_TEST is not set
68637 -# CONFIG_CRYPTO_AUTHENC is not set
68638 -# CONFIG_CRYPTO_LZO is not set
68639 -CONFIG_CRYPTO_HW=y
68640 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
68641 -# CONFIG_PPC_CLOCK is not set
68642 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8560_ads_defconfig powerpc.git/arch/powerpc/configs/mpc8560_ads_defconfig
68643 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8560_ads_defconfig 2008-04-11 22:32:29.000000000 +0200
68644 +++ powerpc.git/arch/powerpc/configs/mpc8560_ads_defconfig      1970-01-01 01:00:00.000000000 +0100
68645 @@ -1,885 +0,0 @@
68646 -#
68647 -# Automatically generated make config: don't edit
68648 -# Linux kernel version: 2.6.25-rc6
68649 -# Mon Mar 24 08:48:27 2008
68650 -#
68651 -# CONFIG_PPC64 is not set
68652 -
68653 -#
68654 -# Processor support
68655 -#
68656 -# CONFIG_6xx is not set
68657 -CONFIG_PPC_85xx=y
68658 -# CONFIG_PPC_8xx is not set
68659 -# CONFIG_40x is not set
68660 -# CONFIG_44x is not set
68661 -# CONFIG_E200 is not set
68662 -CONFIG_E500=y
68663 -CONFIG_BOOKE=y
68664 -CONFIG_FSL_BOOKE=y
68665 -CONFIG_FSL_EMB_PERFMON=y
68666 -# CONFIG_PHYS_64BIT is not set
68667 -CONFIG_SPE=y
68668 -# CONFIG_PPC_MM_SLICES is not set
68669 -CONFIG_PPC32=y
68670 -CONFIG_WORD_SIZE=32
68671 -CONFIG_PPC_MERGE=y
68672 -CONFIG_MMU=y
68673 -CONFIG_GENERIC_CMOS_UPDATE=y
68674 -CONFIG_GENERIC_TIME=y
68675 -CONFIG_GENERIC_TIME_VSYSCALL=y
68676 -CONFIG_GENERIC_CLOCKEVENTS=y
68677 -CONFIG_GENERIC_HARDIRQS=y
68678 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
68679 -CONFIG_IRQ_PER_CPU=y
68680 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
68681 -CONFIG_ARCH_HAS_ILOG2_U32=y
68682 -CONFIG_GENERIC_HWEIGHT=y
68683 -CONFIG_GENERIC_CALIBRATE_DELAY=y
68684 -CONFIG_GENERIC_FIND_NEXT_BIT=y
68685 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
68686 -CONFIG_PPC=y
68687 -CONFIG_EARLY_PRINTK=y
68688 -CONFIG_GENERIC_NVRAM=y
68689 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
68690 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
68691 -CONFIG_PPC_OF=y
68692 -CONFIG_OF=y
68693 -CONFIG_PPC_UDBG_16550=y
68694 -# CONFIG_GENERIC_TBSYNC is not set
68695 -CONFIG_AUDIT_ARCH=y
68696 -CONFIG_GENERIC_BUG=y
68697 -CONFIG_DEFAULT_UIMAGE=y
68698 -# CONFIG_PPC_DCR_NATIVE is not set
68699 -# CONFIG_PPC_DCR_MMIO is not set
68700 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
68701 -
68702 -#
68703 -# General setup
68704 -#
68705 -CONFIG_EXPERIMENTAL=y
68706 -CONFIG_BROKEN_ON_SMP=y
68707 -CONFIG_INIT_ENV_ARG_LIMIT=32
68708 -CONFIG_LOCALVERSION=""
68709 -CONFIG_LOCALVERSION_AUTO=y
68710 -CONFIG_SWAP=y
68711 -CONFIG_SYSVIPC=y
68712 -CONFIG_SYSVIPC_SYSCTL=y
68713 -# CONFIG_POSIX_MQUEUE is not set
68714 -# CONFIG_BSD_PROCESS_ACCT is not set
68715 -# CONFIG_TASKSTATS is not set
68716 -# CONFIG_AUDIT is not set
68717 -# CONFIG_IKCONFIG is not set
68718 -CONFIG_LOG_BUF_SHIFT=14
68719 -# CONFIG_CGROUPS is not set
68720 -CONFIG_GROUP_SCHED=y
68721 -# CONFIG_FAIR_GROUP_SCHED is not set
68722 -# CONFIG_RT_GROUP_SCHED is not set
68723 -CONFIG_USER_SCHED=y
68724 -# CONFIG_CGROUP_SCHED is not set
68725 -CONFIG_SYSFS_DEPRECATED=y
68726 -CONFIG_SYSFS_DEPRECATED_V2=y
68727 -# CONFIG_RELAY is not set
68728 -# CONFIG_NAMESPACES is not set
68729 -CONFIG_BLK_DEV_INITRD=y
68730 -CONFIG_INITRAMFS_SOURCE=""
68731 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
68732 -CONFIG_SYSCTL=y
68733 -CONFIG_EMBEDDED=y
68734 -CONFIG_SYSCTL_SYSCALL=y
68735 -CONFIG_KALLSYMS=y
68736 -# CONFIG_KALLSYMS_ALL is not set
68737 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
68738 -CONFIG_HOTPLUG=y
68739 -CONFIG_PRINTK=y
68740 -CONFIG_BUG=y
68741 -CONFIG_ELF_CORE=y
68742 -CONFIG_COMPAT_BRK=y
68743 -CONFIG_BASE_FULL=y
68744 -CONFIG_FUTEX=y
68745 -CONFIG_ANON_INODES=y
68746 -CONFIG_EPOLL=y
68747 -CONFIG_SIGNALFD=y
68748 -CONFIG_TIMERFD=y
68749 -CONFIG_EVENTFD=y
68750 -CONFIG_SHMEM=y
68751 -CONFIG_VM_EVENT_COUNTERS=y
68752 -CONFIG_SLUB_DEBUG=y
68753 -# CONFIG_SLAB is not set
68754 -CONFIG_SLUB=y
68755 -# CONFIG_SLOB is not set
68756 -# CONFIG_PROFILING is not set
68757 -# CONFIG_MARKERS is not set
68758 -CONFIG_HAVE_OPROFILE=y
68759 -CONFIG_HAVE_KPROBES=y
68760 -CONFIG_HAVE_KRETPROBES=y
68761 -CONFIG_PROC_PAGE_MONITOR=y
68762 -CONFIG_SLABINFO=y
68763 -CONFIG_RT_MUTEXES=y
68764 -# CONFIG_TINY_SHMEM is not set
68765 -CONFIG_BASE_SMALL=0
68766 -# CONFIG_MODULES is not set
68767 -CONFIG_BLOCK=y
68768 -# CONFIG_LBD is not set
68769 -# CONFIG_BLK_DEV_IO_TRACE is not set
68770 -# CONFIG_LSF is not set
68771 -# CONFIG_BLK_DEV_BSG is not set
68772 -
68773 -#
68774 -# IO Schedulers
68775 -#
68776 -CONFIG_IOSCHED_NOOP=y
68777 -CONFIG_IOSCHED_AS=y
68778 -CONFIG_IOSCHED_DEADLINE=y
68779 -CONFIG_IOSCHED_CFQ=y
68780 -CONFIG_DEFAULT_AS=y
68781 -# CONFIG_DEFAULT_DEADLINE is not set
68782 -# CONFIG_DEFAULT_CFQ is not set
68783 -# CONFIG_DEFAULT_NOOP is not set
68784 -CONFIG_DEFAULT_IOSCHED="anticipatory"
68785 -CONFIG_CLASSIC_RCU=y
68786 -
68787 -#
68788 -# Platform support
68789 -#
68790 -# CONFIG_PPC_MPC512x is not set
68791 -# CONFIG_PPC_MPC5121 is not set
68792 -# CONFIG_PPC_CELL is not set
68793 -# CONFIG_PPC_CELL_NATIVE is not set
68794 -# CONFIG_PQ2ADS is not set
68795 -CONFIG_MPC85xx=y
68796 -# CONFIG_MPC8540_ADS is not set
68797 -CONFIG_MPC8560_ADS=y
68798 -# CONFIG_MPC85xx_CDS is not set
68799 -# CONFIG_MPC85xx_MDS is not set
68800 -# CONFIG_MPC85xx_DS is not set
68801 -# CONFIG_STX_GP3 is not set
68802 -# CONFIG_TQM8540 is not set
68803 -# CONFIG_TQM8541 is not set
68804 -# CONFIG_TQM8555 is not set
68805 -# CONFIG_TQM8560 is not set
68806 -# CONFIG_SBC8548 is not set
68807 -# CONFIG_SBC8560 is not set
68808 -# CONFIG_IPIC is not set
68809 -CONFIG_MPIC=y
68810 -# CONFIG_MPIC_WEIRD is not set
68811 -# CONFIG_PPC_I8259 is not set
68812 -# CONFIG_PPC_RTAS is not set
68813 -# CONFIG_MMIO_NVRAM is not set
68814 -# CONFIG_PPC_MPC106 is not set
68815 -# CONFIG_PPC_970_NAP is not set
68816 -# CONFIG_PPC_INDIRECT_IO is not set
68817 -# CONFIG_GENERIC_IOMAP is not set
68818 -# CONFIG_CPU_FREQ is not set
68819 -CONFIG_CPM2=y
68820 -CONFIG_PPC_CPM_NEW_BINDING=y
68821 -# CONFIG_FSL_ULI1575 is not set
68822 -CONFIG_CPM=y
68823 -
68824 -#
68825 -# Kernel options
68826 -#
68827 -# CONFIG_HIGHMEM is not set
68828 -# CONFIG_TICK_ONESHOT is not set
68829 -# CONFIG_NO_HZ is not set
68830 -# CONFIG_HIGH_RES_TIMERS is not set
68831 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
68832 -# CONFIG_HZ_100 is not set
68833 -CONFIG_HZ_250=y
68834 -# CONFIG_HZ_300 is not set
68835 -# CONFIG_HZ_1000 is not set
68836 -CONFIG_HZ=250
68837 -# CONFIG_SCHED_HRTICK is not set
68838 -CONFIG_PREEMPT_NONE=y
68839 -# CONFIG_PREEMPT_VOLUNTARY is not set
68840 -# CONFIG_PREEMPT is not set
68841 -CONFIG_BINFMT_ELF=y
68842 -CONFIG_BINFMT_MISC=y
68843 -CONFIG_MATH_EMULATION=y
68844 -# CONFIG_IOMMU_HELPER is not set
68845 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
68846 -CONFIG_ARCH_HAS_WALK_MEMORY=y
68847 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
68848 -CONFIG_ARCH_FLATMEM_ENABLE=y
68849 -CONFIG_ARCH_POPULATES_NODE_MAP=y
68850 -CONFIG_SELECT_MEMORY_MODEL=y
68851 -CONFIG_FLATMEM_MANUAL=y
68852 -# CONFIG_DISCONTIGMEM_MANUAL is not set
68853 -# CONFIG_SPARSEMEM_MANUAL is not set
68854 -CONFIG_FLATMEM=y
68855 -CONFIG_FLAT_NODE_MEM_MAP=y
68856 -# CONFIG_SPARSEMEM_STATIC is not set
68857 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
68858 -CONFIG_SPLIT_PTLOCK_CPUS=4
68859 -# CONFIG_RESOURCES_64BIT is not set
68860 -CONFIG_ZONE_DMA_FLAG=1
68861 -CONFIG_BOUNCE=y
68862 -CONFIG_VIRT_TO_BUS=y
68863 -# CONFIG_PROC_DEVICETREE is not set
68864 -# CONFIG_CMDLINE_BOOL is not set
68865 -# CONFIG_PM is not set
68866 -# CONFIG_SECCOMP is not set
68867 -CONFIG_ISA_DMA_API=y
68868 -
68869 -#
68870 -# Bus options
68871 -#
68872 -CONFIG_ZONE_DMA=y
68873 -CONFIG_PPC_INDIRECT_PCI=y
68874 -CONFIG_FSL_SOC=y
68875 -CONFIG_FSL_PCI=y
68876 -CONFIG_PCI=y
68877 -CONFIG_PCI_DOMAINS=y
68878 -CONFIG_PCI_SYSCALL=y
68879 -# CONFIG_PCIEPORTBUS is not set
68880 -CONFIG_ARCH_SUPPORTS_MSI=y
68881 -# CONFIG_PCI_MSI is not set
68882 -CONFIG_PCI_LEGACY=y
68883 -CONFIG_PCI_DEBUG=y
68884 -# CONFIG_PCCARD is not set
68885 -# CONFIG_HOTPLUG_PCI is not set
68886 -
68887 -#
68888 -# Advanced setup
68889 -#
68890 -# CONFIG_ADVANCED_OPTIONS is not set
68891 -
68892 -#
68893 -# Default settings for advanced configuration options are used
68894 -#
68895 -CONFIG_HIGHMEM_START=0xfe000000
68896 -CONFIG_LOWMEM_SIZE=0x30000000
68897 -CONFIG_KERNEL_START=0xc0000000
68898 -CONFIG_TASK_SIZE=0xc0000000
68899 -CONFIG_BOOT_LOAD=0x00800000
68900 -
68901 -#
68902 -# Networking
68903 -#
68904 -CONFIG_NET=y
68905 -
68906 -#
68907 -# Networking options
68908 -#
68909 -CONFIG_PACKET=y
68910 -# CONFIG_PACKET_MMAP is not set
68911 -CONFIG_UNIX=y
68912 -CONFIG_XFRM=y
68913 -# CONFIG_XFRM_USER is not set
68914 -# CONFIG_XFRM_SUB_POLICY is not set
68915 -# CONFIG_XFRM_MIGRATE is not set
68916 -# CONFIG_XFRM_STATISTICS is not set
68917 -# CONFIG_NET_KEY is not set
68918 -CONFIG_INET=y
68919 -CONFIG_IP_MULTICAST=y
68920 -# CONFIG_IP_ADVANCED_ROUTER is not set
68921 -CONFIG_IP_FIB_HASH=y
68922 -CONFIG_IP_PNP=y
68923 -CONFIG_IP_PNP_DHCP=y
68924 -CONFIG_IP_PNP_BOOTP=y
68925 -# CONFIG_IP_PNP_RARP is not set
68926 -# CONFIG_NET_IPIP is not set
68927 -# CONFIG_NET_IPGRE is not set
68928 -# CONFIG_IP_MROUTE is not set
68929 -# CONFIG_ARPD is not set
68930 -CONFIG_SYN_COOKIES=y
68931 -# CONFIG_INET_AH is not set
68932 -# CONFIG_INET_ESP is not set
68933 -# CONFIG_INET_IPCOMP is not set
68934 -# CONFIG_INET_XFRM_TUNNEL is not set
68935 -# CONFIG_INET_TUNNEL is not set
68936 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
68937 -CONFIG_INET_XFRM_MODE_TUNNEL=y
68938 -CONFIG_INET_XFRM_MODE_BEET=y
68939 -# CONFIG_INET_LRO is not set
68940 -CONFIG_INET_DIAG=y
68941 -CONFIG_INET_TCP_DIAG=y
68942 -# CONFIG_TCP_CONG_ADVANCED is not set
68943 -CONFIG_TCP_CONG_CUBIC=y
68944 -CONFIG_DEFAULT_TCP_CONG="cubic"
68945 -# CONFIG_TCP_MD5SIG is not set
68946 -# CONFIG_IPV6 is not set
68947 -# CONFIG_INET6_XFRM_TUNNEL is not set
68948 -# CONFIG_INET6_TUNNEL is not set
68949 -# CONFIG_NETWORK_SECMARK is not set
68950 -# CONFIG_NETFILTER is not set
68951 -# CONFIG_IP_DCCP is not set
68952 -# CONFIG_IP_SCTP is not set
68953 -# CONFIG_TIPC is not set
68954 -# CONFIG_ATM is not set
68955 -# CONFIG_BRIDGE is not set
68956 -# CONFIG_VLAN_8021Q is not set
68957 -# CONFIG_DECNET is not set
68958 -# CONFIG_LLC2 is not set
68959 -# CONFIG_IPX is not set
68960 -# CONFIG_ATALK is not set
68961 -# CONFIG_X25 is not set
68962 -# CONFIG_LAPB is not set
68963 -# CONFIG_ECONET is not set
68964 -# CONFIG_WAN_ROUTER is not set
68965 -# CONFIG_NET_SCHED is not set
68966 -
68967 -#
68968 -# Network testing
68969 -#
68970 -# CONFIG_NET_PKTGEN is not set
68971 -# CONFIG_HAMRADIO is not set
68972 -# CONFIG_CAN is not set
68973 -# CONFIG_IRDA is not set
68974 -# CONFIG_BT is not set
68975 -# CONFIG_AF_RXRPC is not set
68976 -
68977 -#
68978 -# Wireless
68979 -#
68980 -# CONFIG_CFG80211 is not set
68981 -# CONFIG_WIRELESS_EXT is not set
68982 -# CONFIG_MAC80211 is not set
68983 -# CONFIG_IEEE80211 is not set
68984 -# CONFIG_RFKILL is not set
68985 -# CONFIG_NET_9P is not set
68986 -
68987 -#
68988 -# Device Drivers
68989 -#
68990 -
68991 -#
68992 -# Generic Driver Options
68993 -#
68994 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
68995 -CONFIG_STANDALONE=y
68996 -CONFIG_PREVENT_FIRMWARE_BUILD=y
68997 -# CONFIG_FW_LOADER is not set
68998 -# CONFIG_DEBUG_DRIVER is not set
68999 -# CONFIG_DEBUG_DEVRES is not set
69000 -# CONFIG_SYS_HYPERVISOR is not set
69001 -# CONFIG_CONNECTOR is not set
69002 -# CONFIG_MTD is not set
69003 -CONFIG_OF_DEVICE=y
69004 -# CONFIG_PARPORT is not set
69005 -CONFIG_BLK_DEV=y
69006 -# CONFIG_BLK_DEV_FD is not set
69007 -# CONFIG_BLK_CPQ_DA is not set
69008 -# CONFIG_BLK_CPQ_CISS_DA is not set
69009 -# CONFIG_BLK_DEV_DAC960 is not set
69010 -# CONFIG_BLK_DEV_UMEM is not set
69011 -# CONFIG_BLK_DEV_COW_COMMON is not set
69012 -CONFIG_BLK_DEV_LOOP=y
69013 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
69014 -# CONFIG_BLK_DEV_NBD is not set
69015 -# CONFIG_BLK_DEV_SX8 is not set
69016 -CONFIG_BLK_DEV_RAM=y
69017 -CONFIG_BLK_DEV_RAM_COUNT=16
69018 -CONFIG_BLK_DEV_RAM_SIZE=32768
69019 -# CONFIG_BLK_DEV_XIP is not set
69020 -# CONFIG_CDROM_PKTCDVD is not set
69021 -# CONFIG_ATA_OVER_ETH is not set
69022 -CONFIG_MISC_DEVICES=y
69023 -# CONFIG_PHANTOM is not set
69024 -# CONFIG_EEPROM_93CX6 is not set
69025 -# CONFIG_SGI_IOC4 is not set
69026 -# CONFIG_TIFM_CORE is not set
69027 -# CONFIG_ENCLOSURE_SERVICES is not set
69028 -CONFIG_HAVE_IDE=y
69029 -# CONFIG_IDE is not set
69030 -
69031 -#
69032 -# SCSI device support
69033 -#
69034 -# CONFIG_RAID_ATTRS is not set
69035 -# CONFIG_SCSI is not set
69036 -# CONFIG_SCSI_DMA is not set
69037 -# CONFIG_SCSI_NETLINK is not set
69038 -# CONFIG_ATA is not set
69039 -# CONFIG_MD is not set
69040 -# CONFIG_FUSION is not set
69041 -
69042 -#
69043 -# IEEE 1394 (FireWire) support
69044 -#
69045 -# CONFIG_FIREWIRE is not set
69046 -# CONFIG_IEEE1394 is not set
69047 -# CONFIG_I2O is not set
69048 -# CONFIG_MACINTOSH_DRIVERS is not set
69049 -CONFIG_NETDEVICES=y
69050 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
69051 -# CONFIG_DUMMY is not set
69052 -# CONFIG_BONDING is not set
69053 -# CONFIG_MACVLAN is not set
69054 -# CONFIG_EQUALIZER is not set
69055 -# CONFIG_TUN is not set
69056 -# CONFIG_VETH is not set
69057 -# CONFIG_ARCNET is not set
69058 -CONFIG_PHYLIB=y
69059 -
69060 -#
69061 -# MII PHY device drivers
69062 -#
69063 -CONFIG_MARVELL_PHY=y
69064 -CONFIG_DAVICOM_PHY=y
69065 -# CONFIG_QSEMI_PHY is not set
69066 -# CONFIG_LXT_PHY is not set
69067 -# CONFIG_CICADA_PHY is not set
69068 -# CONFIG_VITESSE_PHY is not set
69069 -# CONFIG_SMSC_PHY is not set
69070 -# CONFIG_BROADCOM_PHY is not set
69071 -# CONFIG_ICPLUS_PHY is not set
69072 -# CONFIG_REALTEK_PHY is not set
69073 -# CONFIG_FIXED_PHY is not set
69074 -# CONFIG_MDIO_BITBANG is not set
69075 -CONFIG_NET_ETHERNET=y
69076 -CONFIG_MII=y
69077 -# CONFIG_HAPPYMEAL is not set
69078 -# CONFIG_SUNGEM is not set
69079 -# CONFIG_CASSINI is not set
69080 -# CONFIG_NET_VENDOR_3COM is not set
69081 -# CONFIG_NET_TULIP is not set
69082 -# CONFIG_HP100 is not set
69083 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
69084 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
69085 -# CONFIG_IBM_NEW_EMAC_TAH is not set
69086 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
69087 -# CONFIG_NET_PCI is not set
69088 -# CONFIG_B44 is not set
69089 -CONFIG_FS_ENET=y
69090 -# CONFIG_FS_ENET_HAS_SCC is not set
69091 -CONFIG_FS_ENET_HAS_FCC=y
69092 -# CONFIG_FS_ENET_MDIO_FCC is not set
69093 -CONFIG_NETDEV_1000=y
69094 -# CONFIG_ACENIC is not set
69095 -# CONFIG_DL2K is not set
69096 -CONFIG_E1000=y
69097 -CONFIG_E1000_NAPI=y
69098 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
69099 -# CONFIG_E1000E is not set
69100 -# CONFIG_E1000E_ENABLED is not set
69101 -# CONFIG_IP1000 is not set
69102 -# CONFIG_IGB is not set
69103 -# CONFIG_NS83820 is not set
69104 -# CONFIG_HAMACHI is not set
69105 -# CONFIG_YELLOWFIN is not set
69106 -# CONFIG_R8169 is not set
69107 -# CONFIG_SIS190 is not set
69108 -# CONFIG_SKGE is not set
69109 -# CONFIG_SKY2 is not set
69110 -# CONFIG_SK98LIN is not set
69111 -# CONFIG_VIA_VELOCITY is not set
69112 -# CONFIG_TIGON3 is not set
69113 -# CONFIG_BNX2 is not set
69114 -CONFIG_GIANFAR=y
69115 -CONFIG_GFAR_NAPI=y
69116 -# CONFIG_QLA3XXX is not set
69117 -# CONFIG_ATL1 is not set
69118 -CONFIG_NETDEV_10000=y
69119 -# CONFIG_CHELSIO_T1 is not set
69120 -# CONFIG_CHELSIO_T3 is not set
69121 -# CONFIG_IXGBE is not set
69122 -# CONFIG_IXGB is not set
69123 -# CONFIG_S2IO is not set
69124 -# CONFIG_MYRI10GE is not set
69125 -# CONFIG_NETXEN_NIC is not set
69126 -# CONFIG_NIU is not set
69127 -# CONFIG_MLX4_CORE is not set
69128 -# CONFIG_TEHUTI is not set
69129 -# CONFIG_BNX2X is not set
69130 -# CONFIG_TR is not set
69131 -
69132 -#
69133 -# Wireless LAN
69134 -#
69135 -# CONFIG_WLAN_PRE80211 is not set
69136 -# CONFIG_WLAN_80211 is not set
69137 -# CONFIG_WAN is not set
69138 -# CONFIG_FDDI is not set
69139 -# CONFIG_HIPPI is not set
69140 -# CONFIG_PPP is not set
69141 -# CONFIG_SLIP is not set
69142 -# CONFIG_NETCONSOLE is not set
69143 -# CONFIG_NETPOLL is not set
69144 -# CONFIG_NET_POLL_CONTROLLER is not set
69145 -# CONFIG_ISDN is not set
69146 -# CONFIG_PHONE is not set
69147 -
69148 -#
69149 -# Input device support
69150 -#
69151 -CONFIG_INPUT=y
69152 -# CONFIG_INPUT_FF_MEMLESS is not set
69153 -# CONFIG_INPUT_POLLDEV is not set
69154 -
69155 -#
69156 -# Userland interfaces
69157 -#
69158 -# CONFIG_INPUT_MOUSEDEV is not set
69159 -# CONFIG_INPUT_JOYDEV is not set
69160 -# CONFIG_INPUT_EVDEV is not set
69161 -# CONFIG_INPUT_EVBUG is not set
69162 -
69163 -#
69164 -# Input Device Drivers
69165 -#
69166 -# CONFIG_INPUT_KEYBOARD is not set
69167 -# CONFIG_INPUT_MOUSE is not set
69168 -# CONFIG_INPUT_JOYSTICK is not set
69169 -# CONFIG_INPUT_TABLET is not set
69170 -# CONFIG_INPUT_TOUCHSCREEN is not set
69171 -# CONFIG_INPUT_MISC is not set
69172 -
69173 -#
69174 -# Hardware I/O ports
69175 -#
69176 -# CONFIG_SERIO is not set
69177 -# CONFIG_GAMEPORT is not set
69178 -
69179 -#
69180 -# Character devices
69181 -#
69182 -# CONFIG_VT is not set
69183 -# CONFIG_SERIAL_NONSTANDARD is not set
69184 -# CONFIG_NOZOMI is not set
69185 -
69186 -#
69187 -# Serial drivers
69188 -#
69189 -# CONFIG_SERIAL_8250 is not set
69190 -
69191 -#
69192 -# Non-8250 serial port support
69193 -#
69194 -# CONFIG_SERIAL_UARTLITE is not set
69195 -CONFIG_SERIAL_CORE=y
69196 -CONFIG_SERIAL_CORE_CONSOLE=y
69197 -CONFIG_SERIAL_CPM=y
69198 -CONFIG_SERIAL_CPM_CONSOLE=y
69199 -CONFIG_SERIAL_CPM_SCC1=y
69200 -CONFIG_SERIAL_CPM_SCC2=y
69201 -# CONFIG_SERIAL_CPM_SCC3 is not set
69202 -# CONFIG_SERIAL_CPM_SCC4 is not set
69203 -# CONFIG_SERIAL_CPM_SMC1 is not set
69204 -# CONFIG_SERIAL_CPM_SMC2 is not set
69205 -# CONFIG_SERIAL_JSM is not set
69206 -CONFIG_UNIX98_PTYS=y
69207 -CONFIG_LEGACY_PTYS=y
69208 -CONFIG_LEGACY_PTY_COUNT=256
69209 -# CONFIG_IPMI_HANDLER is not set
69210 -CONFIG_HW_RANDOM=y
69211 -# CONFIG_NVRAM is not set
69212 -CONFIG_GEN_RTC=y
69213 -# CONFIG_GEN_RTC_X is not set
69214 -# CONFIG_R3964 is not set
69215 -# CONFIG_APPLICOM is not set
69216 -# CONFIG_RAW_DRIVER is not set
69217 -# CONFIG_TCG_TPM is not set
69218 -CONFIG_DEVPORT=y
69219 -# CONFIG_I2C is not set
69220 -
69221 -#
69222 -# SPI support
69223 -#
69224 -# CONFIG_SPI is not set
69225 -# CONFIG_SPI_MASTER is not set
69226 -# CONFIG_W1 is not set
69227 -# CONFIG_POWER_SUPPLY is not set
69228 -CONFIG_HWMON=y
69229 -# CONFIG_HWMON_VID is not set
69230 -# CONFIG_SENSORS_I5K_AMB is not set
69231 -# CONFIG_SENSORS_F71805F is not set
69232 -# CONFIG_SENSORS_F71882FG is not set
69233 -# CONFIG_SENSORS_IT87 is not set
69234 -# CONFIG_SENSORS_PC87360 is not set
69235 -# CONFIG_SENSORS_PC87427 is not set
69236 -# CONFIG_SENSORS_SIS5595 is not set
69237 -# CONFIG_SENSORS_SMSC47M1 is not set
69238 -# CONFIG_SENSORS_SMSC47B397 is not set
69239 -# CONFIG_SENSORS_VIA686A is not set
69240 -# CONFIG_SENSORS_VT1211 is not set
69241 -# CONFIG_SENSORS_VT8231 is not set
69242 -# CONFIG_SENSORS_W83627HF is not set
69243 -# CONFIG_SENSORS_W83627EHF is not set
69244 -# CONFIG_HWMON_DEBUG_CHIP is not set
69245 -# CONFIG_THERMAL is not set
69246 -# CONFIG_WATCHDOG is not set
69247 -
69248 -#
69249 -# Sonics Silicon Backplane
69250 -#
69251 -CONFIG_SSB_POSSIBLE=y
69252 -# CONFIG_SSB is not set
69253 -
69254 -#
69255 -# Multifunction device drivers
69256 -#
69257 -# CONFIG_MFD_SM501 is not set
69258 -
69259 -#
69260 -# Multimedia devices
69261 -#
69262 -# CONFIG_VIDEO_DEV is not set
69263 -# CONFIG_DVB_CORE is not set
69264 -CONFIG_DAB=y
69265 -
69266 -#
69267 -# Graphics support
69268 -#
69269 -# CONFIG_AGP is not set
69270 -# CONFIG_DRM is not set
69271 -# CONFIG_VGASTATE is not set
69272 -CONFIG_VIDEO_OUTPUT_CONTROL=y
69273 -# CONFIG_FB is not set
69274 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
69275 -
69276 -#
69277 -# Display device support
69278 -#
69279 -# CONFIG_DISPLAY_SUPPORT is not set
69280 -
69281 -#
69282 -# Sound
69283 -#
69284 -# CONFIG_SOUND is not set
69285 -CONFIG_HID_SUPPORT=y
69286 -CONFIG_HID=y
69287 -# CONFIG_HID_DEBUG is not set
69288 -# CONFIG_HIDRAW is not set
69289 -CONFIG_USB_SUPPORT=y
69290 -CONFIG_USB_ARCH_HAS_HCD=y
69291 -CONFIG_USB_ARCH_HAS_OHCI=y
69292 -CONFIG_USB_ARCH_HAS_EHCI=y
69293 -# CONFIG_USB is not set
69294 -
69295 -#
69296 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
69297 -#
69298 -# CONFIG_USB_GADGET is not set
69299 -# CONFIG_MMC is not set
69300 -# CONFIG_MEMSTICK is not set
69301 -# CONFIG_NEW_LEDS is not set
69302 -# CONFIG_INFINIBAND is not set
69303 -# CONFIG_EDAC is not set
69304 -# CONFIG_RTC_CLASS is not set
69305 -# CONFIG_DMADEVICES is not set
69306 -
69307 -#
69308 -# Userspace I/O
69309 -#
69310 -# CONFIG_UIO is not set
69311 -
69312 -#
69313 -# File systems
69314 -#
69315 -CONFIG_EXT2_FS=y
69316 -# CONFIG_EXT2_FS_XATTR is not set
69317 -# CONFIG_EXT2_FS_XIP is not set
69318 -CONFIG_EXT3_FS=y
69319 -CONFIG_EXT3_FS_XATTR=y
69320 -# CONFIG_EXT3_FS_POSIX_ACL is not set
69321 -# CONFIG_EXT3_FS_SECURITY is not set
69322 -# CONFIG_EXT4DEV_FS is not set
69323 -CONFIG_JBD=y
69324 -CONFIG_FS_MBCACHE=y
69325 -# CONFIG_REISERFS_FS is not set
69326 -# CONFIG_JFS_FS is not set
69327 -# CONFIG_FS_POSIX_ACL is not set
69328 -# CONFIG_XFS_FS is not set
69329 -# CONFIG_GFS2_FS is not set
69330 -# CONFIG_OCFS2_FS is not set
69331 -CONFIG_DNOTIFY=y
69332 -CONFIG_INOTIFY=y
69333 -CONFIG_INOTIFY_USER=y
69334 -# CONFIG_QUOTA is not set
69335 -# CONFIG_AUTOFS_FS is not set
69336 -# CONFIG_AUTOFS4_FS is not set
69337 -# CONFIG_FUSE_FS is not set
69338 -
69339 -#
69340 -# CD-ROM/DVD Filesystems
69341 -#
69342 -# CONFIG_ISO9660_FS is not set
69343 -# CONFIG_UDF_FS is not set
69344 -
69345 -#
69346 -# DOS/FAT/NT Filesystems
69347 -#
69348 -# CONFIG_MSDOS_FS is not set
69349 -# CONFIG_VFAT_FS is not set
69350 -# CONFIG_NTFS_FS is not set
69351 -
69352 -#
69353 -# Pseudo filesystems
69354 -#
69355 -CONFIG_PROC_FS=y
69356 -CONFIG_PROC_KCORE=y
69357 -CONFIG_PROC_SYSCTL=y
69358 -CONFIG_SYSFS=y
69359 -CONFIG_TMPFS=y
69360 -# CONFIG_TMPFS_POSIX_ACL is not set
69361 -# CONFIG_HUGETLB_PAGE is not set
69362 -# CONFIG_CONFIGFS_FS is not set
69363 -
69364 -#
69365 -# Miscellaneous filesystems
69366 -#
69367 -# CONFIG_ADFS_FS is not set
69368 -# CONFIG_AFFS_FS is not set
69369 -# CONFIG_HFS_FS is not set
69370 -# CONFIG_HFSPLUS_FS is not set
69371 -# CONFIG_BEFS_FS is not set
69372 -# CONFIG_BFS_FS is not set
69373 -# CONFIG_EFS_FS is not set
69374 -# CONFIG_CRAMFS is not set
69375 -# CONFIG_VXFS_FS is not set
69376 -# CONFIG_MINIX_FS is not set
69377 -# CONFIG_HPFS_FS is not set
69378 -# CONFIG_QNX4FS_FS is not set
69379 -# CONFIG_ROMFS_FS is not set
69380 -# CONFIG_SYSV_FS is not set
69381 -# CONFIG_UFS_FS is not set
69382 -CONFIG_NETWORK_FILESYSTEMS=y
69383 -CONFIG_NFS_FS=y
69384 -# CONFIG_NFS_V3 is not set
69385 -# CONFIG_NFS_V4 is not set
69386 -# CONFIG_NFS_DIRECTIO is not set
69387 -# CONFIG_NFSD is not set
69388 -CONFIG_ROOT_NFS=y
69389 -CONFIG_LOCKD=y
69390 -CONFIG_NFS_COMMON=y
69391 -CONFIG_SUNRPC=y
69392 -# CONFIG_SUNRPC_BIND34 is not set
69393 -# CONFIG_RPCSEC_GSS_KRB5 is not set
69394 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
69395 -# CONFIG_SMB_FS is not set
69396 -# CONFIG_CIFS is not set
69397 -# CONFIG_NCP_FS is not set
69398 -# CONFIG_CODA_FS is not set
69399 -# CONFIG_AFS_FS is not set
69400 -
69401 -#
69402 -# Partition Types
69403 -#
69404 -CONFIG_PARTITION_ADVANCED=y
69405 -# CONFIG_ACORN_PARTITION is not set
69406 -# CONFIG_OSF_PARTITION is not set
69407 -# CONFIG_AMIGA_PARTITION is not set
69408 -# CONFIG_ATARI_PARTITION is not set
69409 -# CONFIG_MAC_PARTITION is not set
69410 -# CONFIG_MSDOS_PARTITION is not set
69411 -# CONFIG_LDM_PARTITION is not set
69412 -# CONFIG_SGI_PARTITION is not set
69413 -# CONFIG_ULTRIX_PARTITION is not set
69414 -# CONFIG_SUN_PARTITION is not set
69415 -# CONFIG_KARMA_PARTITION is not set
69416 -# CONFIG_EFI_PARTITION is not set
69417 -# CONFIG_SYSV68_PARTITION is not set
69418 -# CONFIG_NLS is not set
69419 -# CONFIG_DLM is not set
69420 -
69421 -#
69422 -# Library routines
69423 -#
69424 -CONFIG_BITREVERSE=y
69425 -# CONFIG_CRC_CCITT is not set
69426 -# CONFIG_CRC16 is not set
69427 -# CONFIG_CRC_ITU_T is not set
69428 -CONFIG_CRC32=y
69429 -# CONFIG_CRC7 is not set
69430 -# CONFIG_LIBCRC32C is not set
69431 -CONFIG_PLIST=y
69432 -CONFIG_HAS_IOMEM=y
69433 -CONFIG_HAS_IOPORT=y
69434 -CONFIG_HAS_DMA=y
69435 -
69436 -#
69437 -# Kernel hacking
69438 -#
69439 -# CONFIG_PRINTK_TIME is not set
69440 -CONFIG_ENABLE_WARN_DEPRECATED=y
69441 -CONFIG_ENABLE_MUST_CHECK=y
69442 -# CONFIG_MAGIC_SYSRQ is not set
69443 -# CONFIG_UNUSED_SYMBOLS is not set
69444 -# CONFIG_DEBUG_FS is not set
69445 -# CONFIG_HEADERS_CHECK is not set
69446 -CONFIG_DEBUG_KERNEL=y
69447 -# CONFIG_DEBUG_SHIRQ is not set
69448 -CONFIG_DETECT_SOFTLOCKUP=y
69449 -CONFIG_SCHED_DEBUG=y
69450 -# CONFIG_SCHEDSTATS is not set
69451 -# CONFIG_TIMER_STATS is not set
69452 -# CONFIG_SLUB_DEBUG_ON is not set
69453 -# CONFIG_SLUB_STATS is not set
69454 -# CONFIG_DEBUG_RT_MUTEXES is not set
69455 -# CONFIG_RT_MUTEX_TESTER is not set
69456 -# CONFIG_DEBUG_SPINLOCK is not set
69457 -CONFIG_DEBUG_MUTEXES=y
69458 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
69459 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
69460 -# CONFIG_DEBUG_KOBJECT is not set
69461 -# CONFIG_DEBUG_BUGVERBOSE is not set
69462 -# CONFIG_DEBUG_INFO is not set
69463 -# CONFIG_DEBUG_VM is not set
69464 -# CONFIG_DEBUG_LIST is not set
69465 -# CONFIG_DEBUG_SG is not set
69466 -# CONFIG_BOOT_PRINTK_DELAY is not set
69467 -# CONFIG_BACKTRACE_SELF_TEST is not set
69468 -# CONFIG_FAULT_INJECTION is not set
69469 -# CONFIG_SAMPLES is not set
69470 -# CONFIG_DEBUG_STACKOVERFLOW is not set
69471 -# CONFIG_DEBUG_STACK_USAGE is not set
69472 -# CONFIG_DEBUG_PAGEALLOC is not set
69473 -# CONFIG_DEBUGGER is not set
69474 -# CONFIG_KGDB_CONSOLE is not set
69475 -# CONFIG_BDI_SWITCH is not set
69476 -# CONFIG_PPC_EARLY_DEBUG is not set
69477 -
69478 -#
69479 -# Security options
69480 -#
69481 -# CONFIG_KEYS is not set
69482 -# CONFIG_SECURITY is not set
69483 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
69484 -CONFIG_CRYPTO=y
69485 -# CONFIG_CRYPTO_SEQIV is not set
69486 -# CONFIG_CRYPTO_MANAGER is not set
69487 -# CONFIG_CRYPTO_HMAC is not set
69488 -# CONFIG_CRYPTO_XCBC is not set
69489 -# CONFIG_CRYPTO_NULL is not set
69490 -# CONFIG_CRYPTO_MD4 is not set
69491 -# CONFIG_CRYPTO_MD5 is not set
69492 -# CONFIG_CRYPTO_SHA1 is not set
69493 -# CONFIG_CRYPTO_SHA256 is not set
69494 -# CONFIG_CRYPTO_SHA512 is not set
69495 -# CONFIG_CRYPTO_WP512 is not set
69496 -# CONFIG_CRYPTO_TGR192 is not set
69497 -# CONFIG_CRYPTO_GF128MUL is not set
69498 -# CONFIG_CRYPTO_ECB is not set
69499 -# CONFIG_CRYPTO_CBC is not set
69500 -# CONFIG_CRYPTO_PCBC is not set
69501 -# CONFIG_CRYPTO_LRW is not set
69502 -# CONFIG_CRYPTO_XTS is not set
69503 -# CONFIG_CRYPTO_CTR is not set
69504 -# CONFIG_CRYPTO_GCM is not set
69505 -# CONFIG_CRYPTO_CCM is not set
69506 -# CONFIG_CRYPTO_CRYPTD is not set
69507 -# CONFIG_CRYPTO_DES is not set
69508 -# CONFIG_CRYPTO_FCRYPT is not set
69509 -# CONFIG_CRYPTO_BLOWFISH is not set
69510 -# CONFIG_CRYPTO_TWOFISH is not set
69511 -# CONFIG_CRYPTO_SERPENT is not set
69512 -# CONFIG_CRYPTO_AES is not set
69513 -# CONFIG_CRYPTO_CAST5 is not set
69514 -# CONFIG_CRYPTO_CAST6 is not set
69515 -# CONFIG_CRYPTO_TEA is not set
69516 -# CONFIG_CRYPTO_ARC4 is not set
69517 -# CONFIG_CRYPTO_KHAZAD is not set
69518 -# CONFIG_CRYPTO_ANUBIS is not set
69519 -# CONFIG_CRYPTO_SEED is not set
69520 -# CONFIG_CRYPTO_SALSA20 is not set
69521 -# CONFIG_CRYPTO_DEFLATE is not set
69522 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
69523 -# CONFIG_CRYPTO_CRC32C is not set
69524 -# CONFIG_CRYPTO_CAMELLIA is not set
69525 -# CONFIG_CRYPTO_AUTHENC is not set
69526 -# CONFIG_CRYPTO_LZO is not set
69527 -CONFIG_CRYPTO_HW=y
69528 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
69529 -# CONFIG_PPC_CLOCK is not set
69530 -CONFIG_PPC_LIB_RHEAP=y
69531 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8568mds_defconfig powerpc.git/arch/powerpc/configs/mpc8568mds_defconfig
69532 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8568mds_defconfig  2008-04-11 22:32:29.000000000 +0200
69533 +++ powerpc.git/arch/powerpc/configs/mpc8568mds_defconfig       1970-01-01 01:00:00.000000000 +0100
69534 @@ -1,1117 +0,0 @@
69535 -#
69536 -# Automatically generated make config: don't edit
69537 -# Linux kernel version: 2.6.25-rc7
69538 -# Mon Mar 31 11:37:05 2008
69539 -#
69540 -# CONFIG_PPC64 is not set
69541 -
69542 -#
69543 -# Processor support
69544 -#
69545 -# CONFIG_6xx is not set
69546 -CONFIG_PPC_85xx=y
69547 -# CONFIG_PPC_8xx is not set
69548 -# CONFIG_40x is not set
69549 -# CONFIG_44x is not set
69550 -# CONFIG_E200 is not set
69551 -CONFIG_E500=y
69552 -CONFIG_BOOKE=y
69553 -CONFIG_FSL_BOOKE=y
69554 -CONFIG_FSL_EMB_PERFMON=y
69555 -# CONFIG_PHYS_64BIT is not set
69556 -CONFIG_SPE=y
69557 -# CONFIG_PPC_MM_SLICES is not set
69558 -CONFIG_PPC32=y
69559 -CONFIG_WORD_SIZE=32
69560 -CONFIG_PPC_MERGE=y
69561 -CONFIG_MMU=y
69562 -CONFIG_GENERIC_CMOS_UPDATE=y
69563 -CONFIG_GENERIC_TIME=y
69564 -CONFIG_GENERIC_TIME_VSYSCALL=y
69565 -CONFIG_GENERIC_CLOCKEVENTS=y
69566 -CONFIG_GENERIC_HARDIRQS=y
69567 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
69568 -CONFIG_IRQ_PER_CPU=y
69569 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
69570 -CONFIG_ARCH_HAS_ILOG2_U32=y
69571 -CONFIG_GENERIC_HWEIGHT=y
69572 -CONFIG_GENERIC_CALIBRATE_DELAY=y
69573 -CONFIG_GENERIC_FIND_NEXT_BIT=y
69574 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
69575 -CONFIG_PPC=y
69576 -CONFIG_EARLY_PRINTK=y
69577 -CONFIG_GENERIC_NVRAM=y
69578 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
69579 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
69580 -CONFIG_PPC_OF=y
69581 -CONFIG_OF=y
69582 -CONFIG_PPC_UDBG_16550=y
69583 -# CONFIG_GENERIC_TBSYNC is not set
69584 -CONFIG_AUDIT_ARCH=y
69585 -CONFIG_GENERIC_BUG=y
69586 -CONFIG_DEFAULT_UIMAGE=y
69587 -# CONFIG_PPC_DCR_NATIVE is not set
69588 -# CONFIG_PPC_DCR_MMIO is not set
69589 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
69590 -
69591 -#
69592 -# General setup
69593 -#
69594 -CONFIG_EXPERIMENTAL=y
69595 -CONFIG_BROKEN_ON_SMP=y
69596 -CONFIG_INIT_ENV_ARG_LIMIT=32
69597 -CONFIG_LOCALVERSION=""
69598 -CONFIG_LOCALVERSION_AUTO=y
69599 -CONFIG_SWAP=y
69600 -CONFIG_SYSVIPC=y
69601 -CONFIG_SYSVIPC_SYSCTL=y
69602 -# CONFIG_POSIX_MQUEUE is not set
69603 -# CONFIG_BSD_PROCESS_ACCT is not set
69604 -# CONFIG_TASKSTATS is not set
69605 -# CONFIG_AUDIT is not set
69606 -# CONFIG_IKCONFIG is not set
69607 -CONFIG_LOG_BUF_SHIFT=14
69608 -# CONFIG_CGROUPS is not set
69609 -CONFIG_GROUP_SCHED=y
69610 -# CONFIG_FAIR_GROUP_SCHED is not set
69611 -# CONFIG_RT_GROUP_SCHED is not set
69612 -CONFIG_USER_SCHED=y
69613 -# CONFIG_CGROUP_SCHED is not set
69614 -CONFIG_SYSFS_DEPRECATED=y
69615 -CONFIG_SYSFS_DEPRECATED_V2=y
69616 -# CONFIG_RELAY is not set
69617 -# CONFIG_NAMESPACES is not set
69618 -CONFIG_BLK_DEV_INITRD=y
69619 -CONFIG_INITRAMFS_SOURCE=""
69620 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
69621 -CONFIG_SYSCTL=y
69622 -CONFIG_EMBEDDED=y
69623 -CONFIG_SYSCTL_SYSCALL=y
69624 -# CONFIG_KALLSYMS is not set
69625 -CONFIG_HOTPLUG=y
69626 -CONFIG_PRINTK=y
69627 -CONFIG_BUG=y
69628 -CONFIG_ELF_CORE=y
69629 -CONFIG_COMPAT_BRK=y
69630 -CONFIG_BASE_FULL=y
69631 -CONFIG_FUTEX=y
69632 -CONFIG_ANON_INODES=y
69633 -# CONFIG_EPOLL is not set
69634 -CONFIG_SIGNALFD=y
69635 -CONFIG_TIMERFD=y
69636 -CONFIG_EVENTFD=y
69637 -CONFIG_SHMEM=y
69638 -CONFIG_VM_EVENT_COUNTERS=y
69639 -CONFIG_SLUB_DEBUG=y
69640 -# CONFIG_SLAB is not set
69641 -CONFIG_SLUB=y
69642 -# CONFIG_SLOB is not set
69643 -# CONFIG_PROFILING is not set
69644 -# CONFIG_MARKERS is not set
69645 -CONFIG_HAVE_OPROFILE=y
69646 -CONFIG_HAVE_KPROBES=y
69647 -CONFIG_HAVE_KRETPROBES=y
69648 -CONFIG_PROC_PAGE_MONITOR=y
69649 -CONFIG_SLABINFO=y
69650 -CONFIG_RT_MUTEXES=y
69651 -# CONFIG_TINY_SHMEM is not set
69652 -CONFIG_BASE_SMALL=0
69653 -CONFIG_MODULES=y
69654 -CONFIG_MODULE_UNLOAD=y
69655 -# CONFIG_MODULE_FORCE_UNLOAD is not set
69656 -# CONFIG_MODVERSIONS is not set
69657 -# CONFIG_MODULE_SRCVERSION_ALL is not set
69658 -# CONFIG_KMOD is not set
69659 -CONFIG_BLOCK=y
69660 -# CONFIG_LBD is not set
69661 -# CONFIG_BLK_DEV_IO_TRACE is not set
69662 -# CONFIG_LSF is not set
69663 -# CONFIG_BLK_DEV_BSG is not set
69664 -
69665 -#
69666 -# IO Schedulers
69667 -#
69668 -CONFIG_IOSCHED_NOOP=y
69669 -CONFIG_IOSCHED_AS=y
69670 -CONFIG_IOSCHED_DEADLINE=y
69671 -CONFIG_IOSCHED_CFQ=y
69672 -CONFIG_DEFAULT_AS=y
69673 -# CONFIG_DEFAULT_DEADLINE is not set
69674 -# CONFIG_DEFAULT_CFQ is not set
69675 -# CONFIG_DEFAULT_NOOP is not set
69676 -CONFIG_DEFAULT_IOSCHED="anticipatory"
69677 -CONFIG_CLASSIC_RCU=y
69678 -
69679 -#
69680 -# Platform support
69681 -#
69682 -# CONFIG_PPC_MPC512x is not set
69683 -# CONFIG_PPC_MPC5121 is not set
69684 -# CONFIG_PPC_CELL is not set
69685 -# CONFIG_PPC_CELL_NATIVE is not set
69686 -# CONFIG_PQ2ADS is not set
69687 -CONFIG_MPC85xx=y
69688 -# CONFIG_MPC8540_ADS is not set
69689 -# CONFIG_MPC8560_ADS is not set
69690 -# CONFIG_MPC85xx_CDS is not set
69691 -CONFIG_MPC85xx_MDS=y
69692 -# CONFIG_MPC85xx_DS is not set
69693 -# CONFIG_STX_GP3 is not set
69694 -# CONFIG_TQM8540 is not set
69695 -# CONFIG_TQM8541 is not set
69696 -# CONFIG_TQM8555 is not set
69697 -# CONFIG_TQM8560 is not set
69698 -# CONFIG_SBC8548 is not set
69699 -# CONFIG_SBC8560 is not set
69700 -# CONFIG_IPIC is not set
69701 -CONFIG_MPIC=y
69702 -# CONFIG_MPIC_WEIRD is not set
69703 -# CONFIG_PPC_I8259 is not set
69704 -# CONFIG_PPC_RTAS is not set
69705 -# CONFIG_MMIO_NVRAM is not set
69706 -# CONFIG_PPC_MPC106 is not set
69707 -# CONFIG_PPC_970_NAP is not set
69708 -# CONFIG_PPC_INDIRECT_IO is not set
69709 -# CONFIG_GENERIC_IOMAP is not set
69710 -# CONFIG_CPU_FREQ is not set
69711 -CONFIG_QUICC_ENGINE=y
69712 -# CONFIG_CPM2 is not set
69713 -# CONFIG_FSL_ULI1575 is not set
69714 -
69715 -#
69716 -# Kernel options
69717 -#
69718 -# CONFIG_HIGHMEM is not set
69719 -CONFIG_TICK_ONESHOT=y
69720 -CONFIG_NO_HZ=y
69721 -CONFIG_HIGH_RES_TIMERS=y
69722 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
69723 -# CONFIG_HZ_100 is not set
69724 -CONFIG_HZ_250=y
69725 -# CONFIG_HZ_300 is not set
69726 -# CONFIG_HZ_1000 is not set
69727 -CONFIG_HZ=250
69728 -# CONFIG_SCHED_HRTICK is not set
69729 -CONFIG_PREEMPT_NONE=y
69730 -# CONFIG_PREEMPT_VOLUNTARY is not set
69731 -# CONFIG_PREEMPT is not set
69732 -CONFIG_BINFMT_ELF=y
69733 -# CONFIG_BINFMT_MISC is not set
69734 -CONFIG_MATH_EMULATION=y
69735 -# CONFIG_IOMMU_HELPER is not set
69736 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
69737 -CONFIG_ARCH_HAS_WALK_MEMORY=y
69738 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
69739 -CONFIG_ARCH_FLATMEM_ENABLE=y
69740 -CONFIG_ARCH_POPULATES_NODE_MAP=y
69741 -CONFIG_SELECT_MEMORY_MODEL=y
69742 -CONFIG_FLATMEM_MANUAL=y
69743 -# CONFIG_DISCONTIGMEM_MANUAL is not set
69744 -# CONFIG_SPARSEMEM_MANUAL is not set
69745 -CONFIG_FLATMEM=y
69746 -CONFIG_FLAT_NODE_MEM_MAP=y
69747 -# CONFIG_SPARSEMEM_STATIC is not set
69748 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
69749 -CONFIG_SPLIT_PTLOCK_CPUS=4
69750 -# CONFIG_RESOURCES_64BIT is not set
69751 -CONFIG_ZONE_DMA_FLAG=1
69752 -CONFIG_BOUNCE=y
69753 -CONFIG_VIRT_TO_BUS=y
69754 -CONFIG_PROC_DEVICETREE=y
69755 -# CONFIG_CMDLINE_BOOL is not set
69756 -# CONFIG_PM is not set
69757 -CONFIG_SECCOMP=y
69758 -CONFIG_ISA_DMA_API=y
69759 -
69760 -#
69761 -# Bus options
69762 -#
69763 -CONFIG_ZONE_DMA=y
69764 -CONFIG_PPC_INDIRECT_PCI=y
69765 -CONFIG_FSL_SOC=y
69766 -CONFIG_FSL_PCI=y
69767 -CONFIG_PCI=y
69768 -CONFIG_PCI_DOMAINS=y
69769 -CONFIG_PCI_SYSCALL=y
69770 -# CONFIG_PCIEPORTBUS is not set
69771 -CONFIG_ARCH_SUPPORTS_MSI=y
69772 -# CONFIG_PCI_MSI is not set
69773 -CONFIG_PCI_LEGACY=y
69774 -# CONFIG_PCI_DEBUG is not set
69775 -# CONFIG_PCCARD is not set
69776 -# CONFIG_HOTPLUG_PCI is not set
69777 -
69778 -#
69779 -# Advanced setup
69780 -#
69781 -# CONFIG_ADVANCED_OPTIONS is not set
69782 -
69783 -#
69784 -# Default settings for advanced configuration options are used
69785 -#
69786 -CONFIG_HIGHMEM_START=0xfe000000
69787 -CONFIG_LOWMEM_SIZE=0x30000000
69788 -CONFIG_KERNEL_START=0xc0000000
69789 -CONFIG_TASK_SIZE=0xc0000000
69790 -CONFIG_BOOT_LOAD=0x00800000
69791 -
69792 -#
69793 -# Networking
69794 -#
69795 -CONFIG_NET=y
69796 -
69797 -#
69798 -# Networking options
69799 -#
69800 -CONFIG_PACKET=y
69801 -# CONFIG_PACKET_MMAP is not set
69802 -CONFIG_UNIX=y
69803 -CONFIG_XFRM=y
69804 -# CONFIG_XFRM_USER is not set
69805 -# CONFIG_XFRM_SUB_POLICY is not set
69806 -# CONFIG_XFRM_MIGRATE is not set
69807 -# CONFIG_XFRM_STATISTICS is not set
69808 -# CONFIG_NET_KEY is not set
69809 -CONFIG_INET=y
69810 -CONFIG_IP_MULTICAST=y
69811 -# CONFIG_IP_ADVANCED_ROUTER is not set
69812 -CONFIG_IP_FIB_HASH=y
69813 -CONFIG_IP_PNP=y
69814 -CONFIG_IP_PNP_DHCP=y
69815 -CONFIG_IP_PNP_BOOTP=y
69816 -# CONFIG_IP_PNP_RARP is not set
69817 -# CONFIG_NET_IPIP is not set
69818 -# CONFIG_NET_IPGRE is not set
69819 -# CONFIG_IP_MROUTE is not set
69820 -# CONFIG_ARPD is not set
69821 -CONFIG_SYN_COOKIES=y
69822 -# CONFIG_INET_AH is not set
69823 -# CONFIG_INET_ESP is not set
69824 -# CONFIG_INET_IPCOMP is not set
69825 -# CONFIG_INET_XFRM_TUNNEL is not set
69826 -# CONFIG_INET_TUNNEL is not set
69827 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
69828 -CONFIG_INET_XFRM_MODE_TUNNEL=y
69829 -CONFIG_INET_XFRM_MODE_BEET=y
69830 -# CONFIG_INET_LRO is not set
69831 -CONFIG_INET_DIAG=y
69832 -CONFIG_INET_TCP_DIAG=y
69833 -# CONFIG_TCP_CONG_ADVANCED is not set
69834 -CONFIG_TCP_CONG_CUBIC=y
69835 -CONFIG_DEFAULT_TCP_CONG="cubic"
69836 -# CONFIG_TCP_MD5SIG is not set
69837 -# CONFIG_IPV6 is not set
69838 -# CONFIG_INET6_XFRM_TUNNEL is not set
69839 -# CONFIG_INET6_TUNNEL is not set
69840 -# CONFIG_NETWORK_SECMARK is not set
69841 -# CONFIG_NETFILTER is not set
69842 -# CONFIG_IP_DCCP is not set
69843 -# CONFIG_IP_SCTP is not set
69844 -# CONFIG_TIPC is not set
69845 -# CONFIG_ATM is not set
69846 -# CONFIG_BRIDGE is not set
69847 -# CONFIG_VLAN_8021Q is not set
69848 -# CONFIG_DECNET is not set
69849 -# CONFIG_LLC2 is not set
69850 -# CONFIG_IPX is not set
69851 -# CONFIG_ATALK is not set
69852 -# CONFIG_X25 is not set
69853 -# CONFIG_LAPB is not set
69854 -# CONFIG_ECONET is not set
69855 -# CONFIG_WAN_ROUTER is not set
69856 -# CONFIG_NET_SCHED is not set
69857 -
69858 -#
69859 -# Network testing
69860 -#
69861 -# CONFIG_NET_PKTGEN is not set
69862 -# CONFIG_HAMRADIO is not set
69863 -# CONFIG_CAN is not set
69864 -# CONFIG_IRDA is not set
69865 -# CONFIG_BT is not set
69866 -# CONFIG_AF_RXRPC is not set
69867 -
69868 -#
69869 -# Wireless
69870 -#
69871 -# CONFIG_CFG80211 is not set
69872 -# CONFIG_WIRELESS_EXT is not set
69873 -# CONFIG_MAC80211 is not set
69874 -# CONFIG_IEEE80211 is not set
69875 -# CONFIG_RFKILL is not set
69876 -# CONFIG_NET_9P is not set
69877 -
69878 -#
69879 -# Device Drivers
69880 -#
69881 -
69882 -#
69883 -# Generic Driver Options
69884 -#
69885 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
69886 -CONFIG_STANDALONE=y
69887 -CONFIG_PREVENT_FIRMWARE_BUILD=y
69888 -# CONFIG_FW_LOADER is not set
69889 -# CONFIG_DEBUG_DRIVER is not set
69890 -# CONFIG_DEBUG_DEVRES is not set
69891 -# CONFIG_SYS_HYPERVISOR is not set
69892 -# CONFIG_CONNECTOR is not set
69893 -# CONFIG_MTD is not set
69894 -CONFIG_OF_DEVICE=y
69895 -# CONFIG_PARPORT is not set
69896 -CONFIG_BLK_DEV=y
69897 -# CONFIG_BLK_DEV_FD is not set
69898 -# CONFIG_BLK_CPQ_DA is not set
69899 -# CONFIG_BLK_CPQ_CISS_DA is not set
69900 -# CONFIG_BLK_DEV_DAC960 is not set
69901 -# CONFIG_BLK_DEV_UMEM is not set
69902 -# CONFIG_BLK_DEV_COW_COMMON is not set
69903 -CONFIG_BLK_DEV_LOOP=y
69904 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
69905 -# CONFIG_BLK_DEV_NBD is not set
69906 -# CONFIG_BLK_DEV_SX8 is not set
69907 -CONFIG_BLK_DEV_RAM=y
69908 -CONFIG_BLK_DEV_RAM_COUNT=16
69909 -CONFIG_BLK_DEV_RAM_SIZE=32768
69910 -# CONFIG_BLK_DEV_XIP is not set
69911 -# CONFIG_CDROM_PKTCDVD is not set
69912 -# CONFIG_ATA_OVER_ETH is not set
69913 -CONFIG_MISC_DEVICES=y
69914 -# CONFIG_PHANTOM is not set
69915 -# CONFIG_EEPROM_93CX6 is not set
69916 -# CONFIG_SGI_IOC4 is not set
69917 -# CONFIG_TIFM_CORE is not set
69918 -# CONFIG_ENCLOSURE_SERVICES is not set
69919 -CONFIG_HAVE_IDE=y
69920 -# CONFIG_IDE is not set
69921 -
69922 -#
69923 -# SCSI device support
69924 -#
69925 -# CONFIG_RAID_ATTRS is not set
69926 -CONFIG_SCSI=y
69927 -CONFIG_SCSI_DMA=y
69928 -# CONFIG_SCSI_TGT is not set
69929 -# CONFIG_SCSI_NETLINK is not set
69930 -CONFIG_SCSI_PROC_FS=y
69931 -
69932 -#
69933 -# SCSI support type (disk, tape, CD-ROM)
69934 -#
69935 -# CONFIG_BLK_DEV_SD is not set
69936 -# CONFIG_CHR_DEV_ST is not set
69937 -# CONFIG_CHR_DEV_OSST is not set
69938 -# CONFIG_BLK_DEV_SR is not set
69939 -# CONFIG_CHR_DEV_SG is not set
69940 -# CONFIG_CHR_DEV_SCH is not set
69941 -
69942 -#
69943 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
69944 -#
69945 -# CONFIG_SCSI_MULTI_LUN is not set
69946 -# CONFIG_SCSI_CONSTANTS is not set
69947 -# CONFIG_SCSI_LOGGING is not set
69948 -# CONFIG_SCSI_SCAN_ASYNC is not set
69949 -CONFIG_SCSI_WAIT_SCAN=m
69950 -
69951 -#
69952 -# SCSI Transports
69953 -#
69954 -# CONFIG_SCSI_SPI_ATTRS is not set
69955 -# CONFIG_SCSI_FC_ATTRS is not set
69956 -# CONFIG_SCSI_ISCSI_ATTRS is not set
69957 -# CONFIG_SCSI_SAS_LIBSAS is not set
69958 -# CONFIG_SCSI_SRP_ATTRS is not set
69959 -CONFIG_SCSI_LOWLEVEL=y
69960 -# CONFIG_ISCSI_TCP is not set
69961 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
69962 -# CONFIG_SCSI_3W_9XXX is not set
69963 -# CONFIG_SCSI_ACARD is not set
69964 -# CONFIG_SCSI_AACRAID is not set
69965 -# CONFIG_SCSI_AIC7XXX is not set
69966 -# CONFIG_SCSI_AIC7XXX_OLD is not set
69967 -# CONFIG_SCSI_AIC79XX is not set
69968 -# CONFIG_SCSI_AIC94XX is not set
69969 -# CONFIG_SCSI_DPT_I2O is not set
69970 -# CONFIG_SCSI_ADVANSYS is not set
69971 -# CONFIG_SCSI_ARCMSR is not set
69972 -# CONFIG_MEGARAID_NEWGEN is not set
69973 -# CONFIG_MEGARAID_LEGACY is not set
69974 -# CONFIG_MEGARAID_SAS is not set
69975 -# CONFIG_SCSI_HPTIOP is not set
69976 -# CONFIG_SCSI_BUSLOGIC is not set
69977 -# CONFIG_SCSI_DMX3191D is not set
69978 -# CONFIG_SCSI_EATA is not set
69979 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
69980 -# CONFIG_SCSI_GDTH is not set
69981 -# CONFIG_SCSI_IPS is not set
69982 -# CONFIG_SCSI_INITIO is not set
69983 -# CONFIG_SCSI_INIA100 is not set
69984 -# CONFIG_SCSI_MVSAS is not set
69985 -# CONFIG_SCSI_STEX is not set
69986 -# CONFIG_SCSI_SYM53C8XX_2 is not set
69987 -# CONFIG_SCSI_QLOGIC_1280 is not set
69988 -# CONFIG_SCSI_QLA_FC is not set
69989 -# CONFIG_SCSI_QLA_ISCSI is not set
69990 -# CONFIG_SCSI_LPFC is not set
69991 -# CONFIG_SCSI_DC395x is not set
69992 -# CONFIG_SCSI_DC390T is not set
69993 -# CONFIG_SCSI_NSP32 is not set
69994 -# CONFIG_SCSI_DEBUG is not set
69995 -# CONFIG_SCSI_SRP is not set
69996 -# CONFIG_ATA is not set
69997 -# CONFIG_MD is not set
69998 -# CONFIG_FUSION is not set
69999 -
70000 -#
70001 -# IEEE 1394 (FireWire) support
70002 -#
70003 -# CONFIG_FIREWIRE is not set
70004 -# CONFIG_IEEE1394 is not set
70005 -# CONFIG_I2O is not set
70006 -# CONFIG_MACINTOSH_DRIVERS is not set
70007 -CONFIG_NETDEVICES=y
70008 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
70009 -# CONFIG_DUMMY is not set
70010 -# CONFIG_BONDING is not set
70011 -# CONFIG_MACVLAN is not set
70012 -# CONFIG_EQUALIZER is not set
70013 -# CONFIG_TUN is not set
70014 -# CONFIG_VETH is not set
70015 -# CONFIG_ARCNET is not set
70016 -CONFIG_PHYLIB=y
70017 -
70018 -#
70019 -# MII PHY device drivers
70020 -#
70021 -CONFIG_MARVELL_PHY=y
70022 -# CONFIG_DAVICOM_PHY is not set
70023 -# CONFIG_QSEMI_PHY is not set
70024 -# CONFIG_LXT_PHY is not set
70025 -# CONFIG_CICADA_PHY is not set
70026 -# CONFIG_VITESSE_PHY is not set
70027 -# CONFIG_SMSC_PHY is not set
70028 -# CONFIG_BROADCOM_PHY is not set
70029 -# CONFIG_ICPLUS_PHY is not set
70030 -# CONFIG_REALTEK_PHY is not set
70031 -# CONFIG_FIXED_PHY is not set
70032 -# CONFIG_MDIO_BITBANG is not set
70033 -CONFIG_NET_ETHERNET=y
70034 -CONFIG_MII=y
70035 -# CONFIG_HAPPYMEAL is not set
70036 -# CONFIG_SUNGEM is not set
70037 -# CONFIG_CASSINI is not set
70038 -# CONFIG_NET_VENDOR_3COM is not set
70039 -# CONFIG_NET_TULIP is not set
70040 -# CONFIG_HP100 is not set
70041 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
70042 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
70043 -# CONFIG_IBM_NEW_EMAC_TAH is not set
70044 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
70045 -# CONFIG_NET_PCI is not set
70046 -# CONFIG_B44 is not set
70047 -CONFIG_NETDEV_1000=y
70048 -# CONFIG_ACENIC is not set
70049 -# CONFIG_DL2K is not set
70050 -# CONFIG_E1000 is not set
70051 -# CONFIG_E1000E is not set
70052 -# CONFIG_E1000E_ENABLED is not set
70053 -# CONFIG_IP1000 is not set
70054 -# CONFIG_IGB is not set
70055 -# CONFIG_NS83820 is not set
70056 -# CONFIG_HAMACHI is not set
70057 -# CONFIG_YELLOWFIN is not set
70058 -# CONFIG_R8169 is not set
70059 -# CONFIG_SIS190 is not set
70060 -# CONFIG_SKGE is not set
70061 -# CONFIG_SKY2 is not set
70062 -# CONFIG_SK98LIN is not set
70063 -# CONFIG_VIA_VELOCITY is not set
70064 -# CONFIG_TIGON3 is not set
70065 -# CONFIG_BNX2 is not set
70066 -CONFIG_GIANFAR=y
70067 -CONFIG_GFAR_NAPI=y
70068 -# CONFIG_UCC_GETH is not set
70069 -# CONFIG_QLA3XXX is not set
70070 -# CONFIG_ATL1 is not set
70071 -CONFIG_NETDEV_10000=y
70072 -# CONFIG_CHELSIO_T1 is not set
70073 -# CONFIG_CHELSIO_T3 is not set
70074 -# CONFIG_IXGBE is not set
70075 -# CONFIG_IXGB is not set
70076 -# CONFIG_S2IO is not set
70077 -# CONFIG_MYRI10GE is not set
70078 -# CONFIG_NETXEN_NIC is not set
70079 -# CONFIG_NIU is not set
70080 -# CONFIG_MLX4_CORE is not set
70081 -# CONFIG_TEHUTI is not set
70082 -# CONFIG_BNX2X is not set
70083 -# CONFIG_TR is not set
70084 -
70085 -#
70086 -# Wireless LAN
70087 -#
70088 -# CONFIG_WLAN_PRE80211 is not set
70089 -# CONFIG_WLAN_80211 is not set
70090 -# CONFIG_WAN is not set
70091 -# CONFIG_FDDI is not set
70092 -# CONFIG_HIPPI is not set
70093 -# CONFIG_PPP is not set
70094 -# CONFIG_SLIP is not set
70095 -# CONFIG_NET_FC is not set
70096 -# CONFIG_NETCONSOLE is not set
70097 -# CONFIG_NETPOLL is not set
70098 -# CONFIG_NET_POLL_CONTROLLER is not set
70099 -# CONFIG_ISDN is not set
70100 -# CONFIG_PHONE is not set
70101 -
70102 -#
70103 -# Input device support
70104 -#
70105 -CONFIG_INPUT=y
70106 -# CONFIG_INPUT_FF_MEMLESS is not set
70107 -# CONFIG_INPUT_POLLDEV is not set
70108 -
70109 -#
70110 -# Userland interfaces
70111 -#
70112 -# CONFIG_INPUT_MOUSEDEV is not set
70113 -# CONFIG_INPUT_JOYDEV is not set
70114 -# CONFIG_INPUT_EVDEV is not set
70115 -# CONFIG_INPUT_EVBUG is not set
70116 -
70117 -#
70118 -# Input Device Drivers
70119 -#
70120 -# CONFIG_INPUT_KEYBOARD is not set
70121 -# CONFIG_INPUT_MOUSE is not set
70122 -# CONFIG_INPUT_JOYSTICK is not set
70123 -# CONFIG_INPUT_TABLET is not set
70124 -# CONFIG_INPUT_TOUCHSCREEN is not set
70125 -# CONFIG_INPUT_MISC is not set
70126 -
70127 -#
70128 -# Hardware I/O ports
70129 -#
70130 -# CONFIG_SERIO is not set
70131 -# CONFIG_GAMEPORT is not set
70132 -
70133 -#
70134 -# Character devices
70135 -#
70136 -# CONFIG_VT is not set
70137 -# CONFIG_SERIAL_NONSTANDARD is not set
70138 -# CONFIG_NOZOMI is not set
70139 -
70140 -#
70141 -# Serial drivers
70142 -#
70143 -CONFIG_SERIAL_8250=y
70144 -CONFIG_SERIAL_8250_CONSOLE=y
70145 -CONFIG_SERIAL_8250_PCI=y
70146 -CONFIG_SERIAL_8250_NR_UARTS=4
70147 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
70148 -# CONFIG_SERIAL_8250_EXTENDED is not set
70149 -CONFIG_SERIAL_8250_SHARE_IRQ=y
70150 -
70151 -#
70152 -# Non-8250 serial port support
70153 -#
70154 -# CONFIG_SERIAL_UARTLITE is not set
70155 -CONFIG_SERIAL_CORE=y
70156 -CONFIG_SERIAL_CORE_CONSOLE=y
70157 -# CONFIG_SERIAL_JSM is not set
70158 -# CONFIG_SERIAL_OF_PLATFORM is not set
70159 -# CONFIG_SERIAL_QE is not set
70160 -CONFIG_UNIX98_PTYS=y
70161 -CONFIG_LEGACY_PTYS=y
70162 -CONFIG_LEGACY_PTY_COUNT=256
70163 -# CONFIG_IPMI_HANDLER is not set
70164 -CONFIG_HW_RANDOM=y
70165 -# CONFIG_NVRAM is not set
70166 -# CONFIG_GEN_RTC is not set
70167 -# CONFIG_R3964 is not set
70168 -# CONFIG_APPLICOM is not set
70169 -# CONFIG_RAW_DRIVER is not set
70170 -# CONFIG_TCG_TPM is not set
70171 -CONFIG_DEVPORT=y
70172 -CONFIG_I2C=y
70173 -CONFIG_I2C_BOARDINFO=y
70174 -CONFIG_I2C_CHARDEV=y
70175 -
70176 -#
70177 -# I2C Algorithms
70178 -#
70179 -# CONFIG_I2C_ALGOBIT is not set
70180 -# CONFIG_I2C_ALGOPCF is not set
70181 -# CONFIG_I2C_ALGOPCA is not set
70182 -
70183 -#
70184 -# I2C Hardware Bus support
70185 -#
70186 -# CONFIG_I2C_ALI1535 is not set
70187 -# CONFIG_I2C_ALI1563 is not set
70188 -# CONFIG_I2C_ALI15X3 is not set
70189 -# CONFIG_I2C_AMD756 is not set
70190 -# CONFIG_I2C_AMD8111 is not set
70191 -# CONFIG_I2C_I801 is not set
70192 -# CONFIG_I2C_I810 is not set
70193 -# CONFIG_I2C_PIIX4 is not set
70194 -CONFIG_I2C_MPC=y
70195 -# CONFIG_I2C_NFORCE2 is not set
70196 -# CONFIG_I2C_OCORES is not set
70197 -# CONFIG_I2C_PARPORT_LIGHT is not set
70198 -# CONFIG_I2C_PROSAVAGE is not set
70199 -# CONFIG_I2C_SAVAGE4 is not set
70200 -# CONFIG_I2C_SIMTEC is not set
70201 -# CONFIG_I2C_SIS5595 is not set
70202 -# CONFIG_I2C_SIS630 is not set
70203 -# CONFIG_I2C_SIS96X is not set
70204 -# CONFIG_I2C_TAOS_EVM is not set
70205 -# CONFIG_I2C_STUB is not set
70206 -# CONFIG_I2C_VIA is not set
70207 -# CONFIG_I2C_VIAPRO is not set
70208 -# CONFIG_I2C_VOODOO3 is not set
70209 -
70210 -#
70211 -# Miscellaneous I2C Chip support
70212 -#
70213 -# CONFIG_DS1682 is not set
70214 -# CONFIG_SENSORS_EEPROM is not set
70215 -# CONFIG_SENSORS_PCF8574 is not set
70216 -# CONFIG_PCF8575 is not set
70217 -# CONFIG_SENSORS_PCF8591 is not set
70218 -# CONFIG_TPS65010 is not set
70219 -# CONFIG_SENSORS_MAX6875 is not set
70220 -# CONFIG_SENSORS_TSL2550 is not set
70221 -# CONFIG_I2C_DEBUG_CORE is not set
70222 -# CONFIG_I2C_DEBUG_ALGO is not set
70223 -# CONFIG_I2C_DEBUG_BUS is not set
70224 -# CONFIG_I2C_DEBUG_CHIP is not set
70225 -
70226 -#
70227 -# SPI support
70228 -#
70229 -# CONFIG_SPI is not set
70230 -# CONFIG_SPI_MASTER is not set
70231 -# CONFIG_W1 is not set
70232 -# CONFIG_POWER_SUPPLY is not set
70233 -CONFIG_HWMON=y
70234 -# CONFIG_HWMON_VID is not set
70235 -# CONFIG_SENSORS_AD7418 is not set
70236 -# CONFIG_SENSORS_ADM1021 is not set
70237 -# CONFIG_SENSORS_ADM1025 is not set
70238 -# CONFIG_SENSORS_ADM1026 is not set
70239 -# CONFIG_SENSORS_ADM1029 is not set
70240 -# CONFIG_SENSORS_ADM1031 is not set
70241 -# CONFIG_SENSORS_ADM9240 is not set
70242 -# CONFIG_SENSORS_ADT7470 is not set
70243 -# CONFIG_SENSORS_ADT7473 is not set
70244 -# CONFIG_SENSORS_ATXP1 is not set
70245 -# CONFIG_SENSORS_DS1621 is not set
70246 -# CONFIG_SENSORS_I5K_AMB is not set
70247 -# CONFIG_SENSORS_F71805F is not set
70248 -# CONFIG_SENSORS_F71882FG is not set
70249 -# CONFIG_SENSORS_F75375S is not set
70250 -# CONFIG_SENSORS_GL518SM is not set
70251 -# CONFIG_SENSORS_GL520SM is not set
70252 -# CONFIG_SENSORS_IT87 is not set
70253 -# CONFIG_SENSORS_LM63 is not set
70254 -# CONFIG_SENSORS_LM75 is not set
70255 -# CONFIG_SENSORS_LM77 is not set
70256 -# CONFIG_SENSORS_LM78 is not set
70257 -# CONFIG_SENSORS_LM80 is not set
70258 -# CONFIG_SENSORS_LM83 is not set
70259 -# CONFIG_SENSORS_LM85 is not set
70260 -# CONFIG_SENSORS_LM87 is not set
70261 -# CONFIG_SENSORS_LM90 is not set
70262 -# CONFIG_SENSORS_LM92 is not set
70263 -# CONFIG_SENSORS_LM93 is not set
70264 -# CONFIG_SENSORS_MAX1619 is not set
70265 -# CONFIG_SENSORS_MAX6650 is not set
70266 -# CONFIG_SENSORS_PC87360 is not set
70267 -# CONFIG_SENSORS_PC87427 is not set
70268 -# CONFIG_SENSORS_SIS5595 is not set
70269 -# CONFIG_SENSORS_DME1737 is not set
70270 -# CONFIG_SENSORS_SMSC47M1 is not set
70271 -# CONFIG_SENSORS_SMSC47M192 is not set
70272 -# CONFIG_SENSORS_SMSC47B397 is not set
70273 -# CONFIG_SENSORS_ADS7828 is not set
70274 -# CONFIG_SENSORS_THMC50 is not set
70275 -# CONFIG_SENSORS_VIA686A is not set
70276 -# CONFIG_SENSORS_VT1211 is not set
70277 -# CONFIG_SENSORS_VT8231 is not set
70278 -# CONFIG_SENSORS_W83781D is not set
70279 -# CONFIG_SENSORS_W83791D is not set
70280 -# CONFIG_SENSORS_W83792D is not set
70281 -# CONFIG_SENSORS_W83793 is not set
70282 -# CONFIG_SENSORS_W83L785TS is not set
70283 -# CONFIG_SENSORS_W83L786NG is not set
70284 -# CONFIG_SENSORS_W83627HF is not set
70285 -# CONFIG_SENSORS_W83627EHF is not set
70286 -# CONFIG_HWMON_DEBUG_CHIP is not set
70287 -# CONFIG_THERMAL is not set
70288 -CONFIG_WATCHDOG=y
70289 -# CONFIG_WATCHDOG_NOWAYOUT is not set
70290 -
70291 -#
70292 -# Watchdog Device Drivers
70293 -#
70294 -# CONFIG_SOFT_WATCHDOG is not set
70295 -# CONFIG_BOOKE_WDT is not set
70296 -
70297 -#
70298 -# PCI-based Watchdog Cards
70299 -#
70300 -# CONFIG_PCIPCWATCHDOG is not set
70301 -# CONFIG_WDTPCI is not set
70302 -
70303 -#
70304 -# Sonics Silicon Backplane
70305 -#
70306 -CONFIG_SSB_POSSIBLE=y
70307 -# CONFIG_SSB is not set
70308 -
70309 -#
70310 -# Multifunction device drivers
70311 -#
70312 -# CONFIG_MFD_SM501 is not set
70313 -
70314 -#
70315 -# Multimedia devices
70316 -#
70317 -# CONFIG_VIDEO_DEV is not set
70318 -# CONFIG_DVB_CORE is not set
70319 -CONFIG_DAB=y
70320 -
70321 -#
70322 -# Graphics support
70323 -#
70324 -# CONFIG_AGP is not set
70325 -# CONFIG_DRM is not set
70326 -# CONFIG_VGASTATE is not set
70327 -CONFIG_VIDEO_OUTPUT_CONTROL=m
70328 -# CONFIG_FB is not set
70329 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
70330 -
70331 -#
70332 -# Display device support
70333 -#
70334 -# CONFIG_DISPLAY_SUPPORT is not set
70335 -
70336 -#
70337 -# Sound
70338 -#
70339 -# CONFIG_SOUND is not set
70340 -CONFIG_HID_SUPPORT=y
70341 -CONFIG_HID=y
70342 -# CONFIG_HID_DEBUG is not set
70343 -# CONFIG_HIDRAW is not set
70344 -CONFIG_USB_SUPPORT=y
70345 -CONFIG_USB_ARCH_HAS_HCD=y
70346 -CONFIG_USB_ARCH_HAS_OHCI=y
70347 -CONFIG_USB_ARCH_HAS_EHCI=y
70348 -# CONFIG_USB is not set
70349 -
70350 -#
70351 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
70352 -#
70353 -# CONFIG_USB_GADGET is not set
70354 -# CONFIG_MMC is not set
70355 -# CONFIG_MEMSTICK is not set
70356 -# CONFIG_NEW_LEDS is not set
70357 -# CONFIG_INFINIBAND is not set
70358 -# CONFIG_EDAC is not set
70359 -CONFIG_RTC_LIB=y
70360 -CONFIG_RTC_CLASS=y
70361 -CONFIG_RTC_HCTOSYS=y
70362 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
70363 -# CONFIG_RTC_DEBUG is not set
70364 -
70365 -#
70366 -# RTC interfaces
70367 -#
70368 -CONFIG_RTC_INTF_SYSFS=y
70369 -CONFIG_RTC_INTF_PROC=y
70370 -CONFIG_RTC_INTF_DEV=y
70371 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
70372 -# CONFIG_RTC_DRV_TEST is not set
70373 -
70374 -#
70375 -# I2C RTC drivers
70376 -#
70377 -# CONFIG_RTC_DRV_DS1307 is not set
70378 -CONFIG_RTC_DRV_DS1374=y
70379 -# CONFIG_RTC_DRV_DS1672 is not set
70380 -# CONFIG_RTC_DRV_MAX6900 is not set
70381 -# CONFIG_RTC_DRV_RS5C372 is not set
70382 -# CONFIG_RTC_DRV_ISL1208 is not set
70383 -# CONFIG_RTC_DRV_X1205 is not set
70384 -# CONFIG_RTC_DRV_PCF8563 is not set
70385 -# CONFIG_RTC_DRV_PCF8583 is not set
70386 -# CONFIG_RTC_DRV_M41T80 is not set
70387 -# CONFIG_RTC_DRV_S35390A is not set
70388 -
70389 -#
70390 -# SPI RTC drivers
70391 -#
70392 -
70393 -#
70394 -# Platform RTC drivers
70395 -#
70396 -# CONFIG_RTC_DRV_CMOS is not set
70397 -# CONFIG_RTC_DRV_DS1511 is not set
70398 -# CONFIG_RTC_DRV_DS1553 is not set
70399 -# CONFIG_RTC_DRV_DS1742 is not set
70400 -# CONFIG_RTC_DRV_STK17TA8 is not set
70401 -# CONFIG_RTC_DRV_M48T86 is not set
70402 -# CONFIG_RTC_DRV_M48T59 is not set
70403 -# CONFIG_RTC_DRV_V3020 is not set
70404 -
70405 -#
70406 -# on-CPU RTC drivers
70407 -#
70408 -# CONFIG_DMADEVICES is not set
70409 -
70410 -#
70411 -# Userspace I/O
70412 -#
70413 -# CONFIG_UIO is not set
70414 -
70415 -#
70416 -# File systems
70417 -#
70418 -CONFIG_EXT2_FS=y
70419 -# CONFIG_EXT2_FS_XATTR is not set
70420 -# CONFIG_EXT2_FS_XIP is not set
70421 -CONFIG_EXT3_FS=y
70422 -CONFIG_EXT3_FS_XATTR=y
70423 -# CONFIG_EXT3_FS_POSIX_ACL is not set
70424 -# CONFIG_EXT3_FS_SECURITY is not set
70425 -# CONFIG_EXT4DEV_FS is not set
70426 -CONFIG_JBD=y
70427 -CONFIG_FS_MBCACHE=y
70428 -# CONFIG_REISERFS_FS is not set
70429 -# CONFIG_JFS_FS is not set
70430 -# CONFIG_FS_POSIX_ACL is not set
70431 -# CONFIG_XFS_FS is not set
70432 -# CONFIG_GFS2_FS is not set
70433 -# CONFIG_OCFS2_FS is not set
70434 -CONFIG_DNOTIFY=y
70435 -CONFIG_INOTIFY=y
70436 -CONFIG_INOTIFY_USER=y
70437 -# CONFIG_QUOTA is not set
70438 -# CONFIG_AUTOFS_FS is not set
70439 -# CONFIG_AUTOFS4_FS is not set
70440 -# CONFIG_FUSE_FS is not set
70441 -
70442 -#
70443 -# CD-ROM/DVD Filesystems
70444 -#
70445 -# CONFIG_ISO9660_FS is not set
70446 -# CONFIG_UDF_FS is not set
70447 -
70448 -#
70449 -# DOS/FAT/NT Filesystems
70450 -#
70451 -# CONFIG_MSDOS_FS is not set
70452 -# CONFIG_VFAT_FS is not set
70453 -# CONFIG_NTFS_FS is not set
70454 -
70455 -#
70456 -# Pseudo filesystems
70457 -#
70458 -CONFIG_PROC_FS=y
70459 -CONFIG_PROC_KCORE=y
70460 -CONFIG_PROC_SYSCTL=y
70461 -CONFIG_SYSFS=y
70462 -CONFIG_TMPFS=y
70463 -# CONFIG_TMPFS_POSIX_ACL is not set
70464 -# CONFIG_HUGETLB_PAGE is not set
70465 -# CONFIG_CONFIGFS_FS is not set
70466 -
70467 -#
70468 -# Miscellaneous filesystems
70469 -#
70470 -# CONFIG_ADFS_FS is not set
70471 -# CONFIG_AFFS_FS is not set
70472 -# CONFIG_HFS_FS is not set
70473 -# CONFIG_HFSPLUS_FS is not set
70474 -# CONFIG_BEFS_FS is not set
70475 -# CONFIG_BFS_FS is not set
70476 -# CONFIG_EFS_FS is not set
70477 -# CONFIG_CRAMFS is not set
70478 -# CONFIG_VXFS_FS is not set
70479 -# CONFIG_MINIX_FS is not set
70480 -# CONFIG_HPFS_FS is not set
70481 -# CONFIG_QNX4FS_FS is not set
70482 -# CONFIG_ROMFS_FS is not set
70483 -# CONFIG_SYSV_FS is not set
70484 -# CONFIG_UFS_FS is not set
70485 -CONFIG_NETWORK_FILESYSTEMS=y
70486 -CONFIG_NFS_FS=y
70487 -CONFIG_NFS_V3=y
70488 -# CONFIG_NFS_V3_ACL is not set
70489 -CONFIG_NFS_V4=y
70490 -# CONFIG_NFS_DIRECTIO is not set
70491 -# CONFIG_NFSD is not set
70492 -CONFIG_ROOT_NFS=y
70493 -CONFIG_LOCKD=y
70494 -CONFIG_LOCKD_V4=y
70495 -CONFIG_NFS_COMMON=y
70496 -CONFIG_SUNRPC=y
70497 -CONFIG_SUNRPC_GSS=y
70498 -# CONFIG_SUNRPC_BIND34 is not set
70499 -CONFIG_RPCSEC_GSS_KRB5=y
70500 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
70501 -# CONFIG_SMB_FS is not set
70502 -# CONFIG_CIFS is not set
70503 -# CONFIG_NCP_FS is not set
70504 -# CONFIG_CODA_FS is not set
70505 -# CONFIG_AFS_FS is not set
70506 -
70507 -#
70508 -# Partition Types
70509 -#
70510 -CONFIG_PARTITION_ADVANCED=y
70511 -# CONFIG_ACORN_PARTITION is not set
70512 -# CONFIG_OSF_PARTITION is not set
70513 -# CONFIG_AMIGA_PARTITION is not set
70514 -# CONFIG_ATARI_PARTITION is not set
70515 -# CONFIG_MAC_PARTITION is not set
70516 -# CONFIG_MSDOS_PARTITION is not set
70517 -# CONFIG_LDM_PARTITION is not set
70518 -# CONFIG_SGI_PARTITION is not set
70519 -# CONFIG_ULTRIX_PARTITION is not set
70520 -# CONFIG_SUN_PARTITION is not set
70521 -# CONFIG_KARMA_PARTITION is not set
70522 -# CONFIG_EFI_PARTITION is not set
70523 -# CONFIG_SYSV68_PARTITION is not set
70524 -# CONFIG_NLS is not set
70525 -# CONFIG_DLM is not set
70526 -
70527 -#
70528 -# Library routines
70529 -#
70530 -CONFIG_BITREVERSE=y
70531 -# CONFIG_CRC_CCITT is not set
70532 -# CONFIG_CRC16 is not set
70533 -# CONFIG_CRC_ITU_T is not set
70534 -CONFIG_CRC32=y
70535 -# CONFIG_CRC7 is not set
70536 -# CONFIG_LIBCRC32C is not set
70537 -CONFIG_PLIST=y
70538 -CONFIG_HAS_IOMEM=y
70539 -CONFIG_HAS_IOPORT=y
70540 -CONFIG_HAS_DMA=y
70541 -
70542 -#
70543 -# Kernel hacking
70544 -#
70545 -# CONFIG_PRINTK_TIME is not set
70546 -CONFIG_ENABLE_WARN_DEPRECATED=y
70547 -CONFIG_ENABLE_MUST_CHECK=y
70548 -# CONFIG_MAGIC_SYSRQ is not set
70549 -# CONFIG_UNUSED_SYMBOLS is not set
70550 -# CONFIG_DEBUG_FS is not set
70551 -# CONFIG_HEADERS_CHECK is not set
70552 -CONFIG_DEBUG_KERNEL=y
70553 -# CONFIG_DEBUG_SHIRQ is not set
70554 -CONFIG_DETECT_SOFTLOCKUP=y
70555 -CONFIG_SCHED_DEBUG=y
70556 -# CONFIG_SCHEDSTATS is not set
70557 -# CONFIG_TIMER_STATS is not set
70558 -# CONFIG_SLUB_DEBUG_ON is not set
70559 -# CONFIG_SLUB_STATS is not set
70560 -# CONFIG_DEBUG_RT_MUTEXES is not set
70561 -# CONFIG_RT_MUTEX_TESTER is not set
70562 -# CONFIG_DEBUG_SPINLOCK is not set
70563 -# CONFIG_DEBUG_MUTEXES is not set
70564 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
70565 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
70566 -# CONFIG_DEBUG_KOBJECT is not set
70567 -# CONFIG_DEBUG_BUGVERBOSE is not set
70568 -# CONFIG_DEBUG_INFO is not set
70569 -# CONFIG_DEBUG_VM is not set
70570 -# CONFIG_DEBUG_LIST is not set
70571 -# CONFIG_DEBUG_SG is not set
70572 -# CONFIG_BOOT_PRINTK_DELAY is not set
70573 -# CONFIG_RCU_TORTURE_TEST is not set
70574 -# CONFIG_BACKTRACE_SELF_TEST is not set
70575 -# CONFIG_FAULT_INJECTION is not set
70576 -# CONFIG_SAMPLES is not set
70577 -# CONFIG_DEBUG_STACKOVERFLOW is not set
70578 -# CONFIG_DEBUG_STACK_USAGE is not set
70579 -# CONFIG_DEBUG_PAGEALLOC is not set
70580 -CONFIG_DEBUGGER=y
70581 -# CONFIG_XMON is not set
70582 -# CONFIG_BDI_SWITCH is not set
70583 -CONFIG_PPC_EARLY_DEBUG=y
70584 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
70585 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
70586 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
70587 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
70588 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
70589 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
70590 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
70591 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
70592 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
70593 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
70594 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
70595 -
70596 -#
70597 -# Security options
70598 -#
70599 -# CONFIG_KEYS is not set
70600 -# CONFIG_SECURITY is not set
70601 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
70602 -CONFIG_CRYPTO=y
70603 -CONFIG_CRYPTO_ALGAPI=y
70604 -CONFIG_CRYPTO_BLKCIPHER=y
70605 -# CONFIG_CRYPTO_SEQIV is not set
70606 -CONFIG_CRYPTO_MANAGER=y
70607 -# CONFIG_CRYPTO_HMAC is not set
70608 -# CONFIG_CRYPTO_XCBC is not set
70609 -# CONFIG_CRYPTO_NULL is not set
70610 -# CONFIG_CRYPTO_MD4 is not set
70611 -CONFIG_CRYPTO_MD5=y
70612 -# CONFIG_CRYPTO_SHA1 is not set
70613 -# CONFIG_CRYPTO_SHA256 is not set
70614 -# CONFIG_CRYPTO_SHA512 is not set
70615 -# CONFIG_CRYPTO_WP512 is not set
70616 -# CONFIG_CRYPTO_TGR192 is not set
70617 -# CONFIG_CRYPTO_GF128MUL is not set
70618 -CONFIG_CRYPTO_ECB=m
70619 -CONFIG_CRYPTO_CBC=y
70620 -CONFIG_CRYPTO_PCBC=m
70621 -# CONFIG_CRYPTO_LRW is not set
70622 -# CONFIG_CRYPTO_XTS is not set
70623 -# CONFIG_CRYPTO_CTR is not set
70624 -# CONFIG_CRYPTO_GCM is not set
70625 -# CONFIG_CRYPTO_CCM is not set
70626 -# CONFIG_CRYPTO_CRYPTD is not set
70627 -CONFIG_CRYPTO_DES=y
70628 -# CONFIG_CRYPTO_FCRYPT is not set
70629 -# CONFIG_CRYPTO_BLOWFISH is not set
70630 -# CONFIG_CRYPTO_TWOFISH is not set
70631 -# CONFIG_CRYPTO_SERPENT is not set
70632 -# CONFIG_CRYPTO_AES is not set
70633 -# CONFIG_CRYPTO_CAST5 is not set
70634 -# CONFIG_CRYPTO_CAST6 is not set
70635 -# CONFIG_CRYPTO_TEA is not set
70636 -# CONFIG_CRYPTO_ARC4 is not set
70637 -# CONFIG_CRYPTO_KHAZAD is not set
70638 -# CONFIG_CRYPTO_ANUBIS is not set
70639 -# CONFIG_CRYPTO_SEED is not set
70640 -# CONFIG_CRYPTO_SALSA20 is not set
70641 -# CONFIG_CRYPTO_DEFLATE is not set
70642 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
70643 -# CONFIG_CRYPTO_CRC32C is not set
70644 -# CONFIG_CRYPTO_CAMELLIA is not set
70645 -# CONFIG_CRYPTO_TEST is not set
70646 -# CONFIG_CRYPTO_AUTHENC is not set
70647 -# CONFIG_CRYPTO_LZO is not set
70648 -CONFIG_CRYPTO_HW=y
70649 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
70650 -# CONFIG_PPC_CLOCK is not set
70651 -CONFIG_PPC_LIB_RHEAP=y
70652 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8572_ds_defconfig powerpc.git/arch/powerpc/configs/mpc8572_ds_defconfig
70653 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8572_ds_defconfig  2008-04-11 22:32:29.000000000 +0200
70654 +++ powerpc.git/arch/powerpc/configs/mpc8572_ds_defconfig       1970-01-01 01:00:00.000000000 +0100
70655 @@ -1,1549 +0,0 @@
70656 -#
70657 -# Automatically generated make config: don't edit
70658 -# Linux kernel version: 2.6.25-rc7
70659 -# Mon Mar 31 11:37:06 2008
70660 -#
70661 -# CONFIG_PPC64 is not set
70662 -
70663 -#
70664 -# Processor support
70665 -#
70666 -# CONFIG_6xx is not set
70667 -CONFIG_PPC_85xx=y
70668 -# CONFIG_PPC_8xx is not set
70669 -# CONFIG_40x is not set
70670 -# CONFIG_44x is not set
70671 -# CONFIG_E200 is not set
70672 -CONFIG_E500=y
70673 -CONFIG_BOOKE=y
70674 -CONFIG_FSL_BOOKE=y
70675 -CONFIG_FSL_EMB_PERFMON=y
70676 -# CONFIG_PHYS_64BIT is not set
70677 -CONFIG_SPE=y
70678 -# CONFIG_PPC_MM_SLICES is not set
70679 -CONFIG_PPC32=y
70680 -CONFIG_WORD_SIZE=32
70681 -CONFIG_PPC_MERGE=y
70682 -CONFIG_MMU=y
70683 -CONFIG_GENERIC_CMOS_UPDATE=y
70684 -CONFIG_GENERIC_TIME=y
70685 -CONFIG_GENERIC_TIME_VSYSCALL=y
70686 -CONFIG_GENERIC_CLOCKEVENTS=y
70687 -CONFIG_GENERIC_HARDIRQS=y
70688 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
70689 -CONFIG_IRQ_PER_CPU=y
70690 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
70691 -CONFIG_ARCH_HAS_ILOG2_U32=y
70692 -CONFIG_GENERIC_HWEIGHT=y
70693 -CONFIG_GENERIC_CALIBRATE_DELAY=y
70694 -CONFIG_GENERIC_FIND_NEXT_BIT=y
70695 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
70696 -CONFIG_PPC=y
70697 -CONFIG_EARLY_PRINTK=y
70698 -CONFIG_GENERIC_NVRAM=y
70699 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
70700 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
70701 -CONFIG_PPC_OF=y
70702 -CONFIG_OF=y
70703 -CONFIG_PPC_UDBG_16550=y
70704 -# CONFIG_GENERIC_TBSYNC is not set
70705 -CONFIG_AUDIT_ARCH=y
70706 -CONFIG_GENERIC_BUG=y
70707 -CONFIG_DEFAULT_UIMAGE=y
70708 -# CONFIG_PPC_DCR_NATIVE is not set
70709 -# CONFIG_PPC_DCR_MMIO is not set
70710 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
70711 -
70712 -#
70713 -# General setup
70714 -#
70715 -CONFIG_EXPERIMENTAL=y
70716 -CONFIG_BROKEN_ON_SMP=y
70717 -CONFIG_INIT_ENV_ARG_LIMIT=32
70718 -CONFIG_LOCALVERSION=""
70719 -CONFIG_LOCALVERSION_AUTO=y
70720 -CONFIG_SWAP=y
70721 -CONFIG_SYSVIPC=y
70722 -CONFIG_SYSVIPC_SYSCTL=y
70723 -CONFIG_POSIX_MQUEUE=y
70724 -CONFIG_BSD_PROCESS_ACCT=y
70725 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
70726 -# CONFIG_TASKSTATS is not set
70727 -CONFIG_AUDIT=y
70728 -# CONFIG_AUDITSYSCALL is not set
70729 -CONFIG_IKCONFIG=y
70730 -CONFIG_IKCONFIG_PROC=y
70731 -CONFIG_LOG_BUF_SHIFT=14
70732 -# CONFIG_CGROUPS is not set
70733 -CONFIG_GROUP_SCHED=y
70734 -# CONFIG_FAIR_GROUP_SCHED is not set
70735 -# CONFIG_RT_GROUP_SCHED is not set
70736 -CONFIG_USER_SCHED=y
70737 -# CONFIG_CGROUP_SCHED is not set
70738 -CONFIG_SYSFS_DEPRECATED=y
70739 -CONFIG_SYSFS_DEPRECATED_V2=y
70740 -# CONFIG_RELAY is not set
70741 -# CONFIG_NAMESPACES is not set
70742 -CONFIG_BLK_DEV_INITRD=y
70743 -CONFIG_INITRAMFS_SOURCE=""
70744 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
70745 -CONFIG_SYSCTL=y
70746 -CONFIG_EMBEDDED=y
70747 -CONFIG_SYSCTL_SYSCALL=y
70748 -CONFIG_KALLSYMS=y
70749 -CONFIG_KALLSYMS_ALL=y
70750 -CONFIG_KALLSYMS_EXTRA_PASS=y
70751 -CONFIG_HOTPLUG=y
70752 -CONFIG_PRINTK=y
70753 -CONFIG_BUG=y
70754 -CONFIG_ELF_CORE=y
70755 -CONFIG_COMPAT_BRK=y
70756 -CONFIG_BASE_FULL=y
70757 -CONFIG_FUTEX=y
70758 -CONFIG_ANON_INODES=y
70759 -CONFIG_EPOLL=y
70760 -CONFIG_SIGNALFD=y
70761 -CONFIG_TIMERFD=y
70762 -CONFIG_EVENTFD=y
70763 -CONFIG_SHMEM=y
70764 -CONFIG_VM_EVENT_COUNTERS=y
70765 -CONFIG_SLUB_DEBUG=y
70766 -# CONFIG_SLAB is not set
70767 -CONFIG_SLUB=y
70768 -# CONFIG_SLOB is not set
70769 -# CONFIG_PROFILING is not set
70770 -# CONFIG_MARKERS is not set
70771 -CONFIG_HAVE_OPROFILE=y
70772 -# CONFIG_KPROBES is not set
70773 -CONFIG_HAVE_KPROBES=y
70774 -CONFIG_HAVE_KRETPROBES=y
70775 -CONFIG_PROC_PAGE_MONITOR=y
70776 -CONFIG_SLABINFO=y
70777 -CONFIG_RT_MUTEXES=y
70778 -# CONFIG_TINY_SHMEM is not set
70779 -CONFIG_BASE_SMALL=0
70780 -CONFIG_MODULES=y
70781 -CONFIG_MODULE_UNLOAD=y
70782 -CONFIG_MODULE_FORCE_UNLOAD=y
70783 -CONFIG_MODVERSIONS=y
70784 -# CONFIG_MODULE_SRCVERSION_ALL is not set
70785 -CONFIG_KMOD=y
70786 -CONFIG_BLOCK=y
70787 -CONFIG_LBD=y
70788 -# CONFIG_BLK_DEV_IO_TRACE is not set
70789 -# CONFIG_LSF is not set
70790 -# CONFIG_BLK_DEV_BSG is not set
70791 -
70792 -#
70793 -# IO Schedulers
70794 -#
70795 -CONFIG_IOSCHED_NOOP=y
70796 -CONFIG_IOSCHED_AS=y
70797 -CONFIG_IOSCHED_DEADLINE=y
70798 -CONFIG_IOSCHED_CFQ=y
70799 -# CONFIG_DEFAULT_AS is not set
70800 -# CONFIG_DEFAULT_DEADLINE is not set
70801 -CONFIG_DEFAULT_CFQ=y
70802 -# CONFIG_DEFAULT_NOOP is not set
70803 -CONFIG_DEFAULT_IOSCHED="cfq"
70804 -CONFIG_CLASSIC_RCU=y
70805 -
70806 -#
70807 -# Platform support
70808 -#
70809 -# CONFIG_PPC_MPC512x is not set
70810 -# CONFIG_PPC_MPC5121 is not set
70811 -# CONFIG_PPC_CELL is not set
70812 -# CONFIG_PPC_CELL_NATIVE is not set
70813 -# CONFIG_PQ2ADS is not set
70814 -CONFIG_MPC85xx=y
70815 -# CONFIG_MPC8540_ADS is not set
70816 -# CONFIG_MPC8560_ADS is not set
70817 -# CONFIG_MPC85xx_CDS is not set
70818 -# CONFIG_MPC85xx_MDS is not set
70819 -CONFIG_MPC85xx_DS=y
70820 -# CONFIG_STX_GP3 is not set
70821 -# CONFIG_TQM8540 is not set
70822 -# CONFIG_TQM8541 is not set
70823 -# CONFIG_TQM8555 is not set
70824 -# CONFIG_TQM8560 is not set
70825 -# CONFIG_SBC8548 is not set
70826 -# CONFIG_SBC8560 is not set
70827 -# CONFIG_IPIC is not set
70828 -CONFIG_MPIC=y
70829 -# CONFIG_MPIC_WEIRD is not set
70830 -CONFIG_PPC_I8259=y
70831 -# CONFIG_PPC_RTAS is not set
70832 -# CONFIG_MMIO_NVRAM is not set
70833 -# CONFIG_PPC_MPC106 is not set
70834 -# CONFIG_PPC_970_NAP is not set
70835 -# CONFIG_PPC_INDIRECT_IO is not set
70836 -# CONFIG_GENERIC_IOMAP is not set
70837 -# CONFIG_CPU_FREQ is not set
70838 -# CONFIG_CPM2 is not set
70839 -CONFIG_FSL_ULI1575=y
70840 -
70841 -#
70842 -# Kernel options
70843 -#
70844 -CONFIG_HIGHMEM=y
70845 -CONFIG_TICK_ONESHOT=y
70846 -CONFIG_NO_HZ=y
70847 -CONFIG_HIGH_RES_TIMERS=y
70848 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
70849 -# CONFIG_HZ_100 is not set
70850 -CONFIG_HZ_250=y
70851 -# CONFIG_HZ_300 is not set
70852 -# CONFIG_HZ_1000 is not set
70853 -CONFIG_HZ=250
70854 -# CONFIG_SCHED_HRTICK is not set
70855 -CONFIG_PREEMPT_NONE=y
70856 -# CONFIG_PREEMPT_VOLUNTARY is not set
70857 -# CONFIG_PREEMPT is not set
70858 -CONFIG_BINFMT_ELF=y
70859 -CONFIG_BINFMT_MISC=m
70860 -CONFIG_MATH_EMULATION=y
70861 -# CONFIG_IOMMU_HELPER is not set
70862 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
70863 -CONFIG_ARCH_HAS_WALK_MEMORY=y
70864 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
70865 -CONFIG_ARCH_FLATMEM_ENABLE=y
70866 -CONFIG_ARCH_POPULATES_NODE_MAP=y
70867 -CONFIG_SELECT_MEMORY_MODEL=y
70868 -CONFIG_FLATMEM_MANUAL=y
70869 -# CONFIG_DISCONTIGMEM_MANUAL is not set
70870 -# CONFIG_SPARSEMEM_MANUAL is not set
70871 -CONFIG_FLATMEM=y
70872 -CONFIG_FLAT_NODE_MEM_MAP=y
70873 -# CONFIG_SPARSEMEM_STATIC is not set
70874 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
70875 -CONFIG_SPLIT_PTLOCK_CPUS=4
70876 -# CONFIG_RESOURCES_64BIT is not set
70877 -CONFIG_ZONE_DMA_FLAG=1
70878 -CONFIG_BOUNCE=y
70879 -CONFIG_VIRT_TO_BUS=y
70880 -CONFIG_PROC_DEVICETREE=y
70881 -# CONFIG_CMDLINE_BOOL is not set
70882 -# CONFIG_PM is not set
70883 -CONFIG_SECCOMP=y
70884 -CONFIG_ISA_DMA_API=y
70885 -
70886 -#
70887 -# Bus options
70888 -#
70889 -CONFIG_ZONE_DMA=y
70890 -CONFIG_GENERIC_ISA_DMA=y
70891 -CONFIG_PPC_INDIRECT_PCI=y
70892 -CONFIG_FSL_SOC=y
70893 -CONFIG_FSL_PCI=y
70894 -CONFIG_PCI=y
70895 -CONFIG_PCI_DOMAINS=y
70896 -CONFIG_PCI_SYSCALL=y
70897 -# CONFIG_PCIEPORTBUS is not set
70898 -CONFIG_ARCH_SUPPORTS_MSI=y
70899 -# CONFIG_PCI_MSI is not set
70900 -CONFIG_PCI_LEGACY=y
70901 -# CONFIG_PCI_DEBUG is not set
70902 -# CONFIG_PCCARD is not set
70903 -# CONFIG_HOTPLUG_PCI is not set
70904 -
70905 -#
70906 -# Advanced setup
70907 -#
70908 -# CONFIG_ADVANCED_OPTIONS is not set
70909 -
70910 -#
70911 -# Default settings for advanced configuration options are used
70912 -#
70913 -CONFIG_HIGHMEM_START=0xfe000000
70914 -CONFIG_LOWMEM_SIZE=0x30000000
70915 -CONFIG_KERNEL_START=0xc0000000
70916 -CONFIG_TASK_SIZE=0xc0000000
70917 -CONFIG_BOOT_LOAD=0x00800000
70918 -
70919 -#
70920 -# Networking
70921 -#
70922 -CONFIG_NET=y
70923 -
70924 -#
70925 -# Networking options
70926 -#
70927 -CONFIG_PACKET=y
70928 -# CONFIG_PACKET_MMAP is not set
70929 -CONFIG_UNIX=y
70930 -CONFIG_XFRM=y
70931 -CONFIG_XFRM_USER=y
70932 -# CONFIG_XFRM_SUB_POLICY is not set
70933 -# CONFIG_XFRM_MIGRATE is not set
70934 -# CONFIG_XFRM_STATISTICS is not set
70935 -CONFIG_NET_KEY=m
70936 -# CONFIG_NET_KEY_MIGRATE is not set
70937 -CONFIG_INET=y
70938 -CONFIG_IP_MULTICAST=y
70939 -CONFIG_IP_ADVANCED_ROUTER=y
70940 -CONFIG_ASK_IP_FIB_HASH=y
70941 -# CONFIG_IP_FIB_TRIE is not set
70942 -CONFIG_IP_FIB_HASH=y
70943 -CONFIG_IP_MULTIPLE_TABLES=y
70944 -CONFIG_IP_ROUTE_MULTIPATH=y
70945 -CONFIG_IP_ROUTE_VERBOSE=y
70946 -CONFIG_IP_PNP=y
70947 -CONFIG_IP_PNP_DHCP=y
70948 -CONFIG_IP_PNP_BOOTP=y
70949 -CONFIG_IP_PNP_RARP=y
70950 -CONFIG_NET_IPIP=y
70951 -CONFIG_NET_IPGRE=y
70952 -CONFIG_NET_IPGRE_BROADCAST=y
70953 -CONFIG_IP_MROUTE=y
70954 -CONFIG_IP_PIMSM_V1=y
70955 -CONFIG_IP_PIMSM_V2=y
70956 -CONFIG_ARPD=y
70957 -# CONFIG_SYN_COOKIES is not set
70958 -# CONFIG_INET_AH is not set
70959 -# CONFIG_INET_ESP is not set
70960 -# CONFIG_INET_IPCOMP is not set
70961 -# CONFIG_INET_XFRM_TUNNEL is not set
70962 -CONFIG_INET_TUNNEL=y
70963 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
70964 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
70965 -# CONFIG_INET_XFRM_MODE_BEET is not set
70966 -# CONFIG_INET_LRO is not set
70967 -CONFIG_INET_DIAG=y
70968 -CONFIG_INET_TCP_DIAG=y
70969 -# CONFIG_TCP_CONG_ADVANCED is not set
70970 -CONFIG_TCP_CONG_CUBIC=y
70971 -CONFIG_DEFAULT_TCP_CONG="cubic"
70972 -# CONFIG_TCP_MD5SIG is not set
70973 -CONFIG_IPV6=y
70974 -# CONFIG_IPV6_PRIVACY is not set
70975 -# CONFIG_IPV6_ROUTER_PREF is not set
70976 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
70977 -# CONFIG_INET6_AH is not set
70978 -# CONFIG_INET6_ESP is not set
70979 -# CONFIG_INET6_IPCOMP is not set
70980 -# CONFIG_IPV6_MIP6 is not set
70981 -# CONFIG_INET6_XFRM_TUNNEL is not set
70982 -# CONFIG_INET6_TUNNEL is not set
70983 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
70984 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
70985 -CONFIG_INET6_XFRM_MODE_BEET=y
70986 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
70987 -CONFIG_IPV6_SIT=y
70988 -# CONFIG_IPV6_TUNNEL is not set
70989 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
70990 -# CONFIG_NETWORK_SECMARK is not set
70991 -# CONFIG_NETFILTER is not set
70992 -# CONFIG_IP_DCCP is not set
70993 -CONFIG_IP_SCTP=m
70994 -# CONFIG_SCTP_DBG_MSG is not set
70995 -# CONFIG_SCTP_DBG_OBJCNT is not set
70996 -# CONFIG_SCTP_HMAC_NONE is not set
70997 -# CONFIG_SCTP_HMAC_SHA1 is not set
70998 -CONFIG_SCTP_HMAC_MD5=y
70999 -# CONFIG_TIPC is not set
71000 -# CONFIG_ATM is not set
71001 -# CONFIG_BRIDGE is not set
71002 -# CONFIG_VLAN_8021Q is not set
71003 -# CONFIG_DECNET is not set
71004 -# CONFIG_LLC2 is not set
71005 -# CONFIG_IPX is not set
71006 -# CONFIG_ATALK is not set
71007 -# CONFIG_X25 is not set
71008 -# CONFIG_LAPB is not set
71009 -# CONFIG_ECONET is not set
71010 -# CONFIG_WAN_ROUTER is not set
71011 -# CONFIG_NET_SCHED is not set
71012 -
71013 -#
71014 -# Network testing
71015 -#
71016 -# CONFIG_NET_PKTGEN is not set
71017 -# CONFIG_HAMRADIO is not set
71018 -# CONFIG_CAN is not set
71019 -# CONFIG_IRDA is not set
71020 -# CONFIG_BT is not set
71021 -# CONFIG_AF_RXRPC is not set
71022 -CONFIG_FIB_RULES=y
71023 -
71024 -#
71025 -# Wireless
71026 -#
71027 -# CONFIG_CFG80211 is not set
71028 -# CONFIG_WIRELESS_EXT is not set
71029 -# CONFIG_MAC80211 is not set
71030 -# CONFIG_IEEE80211 is not set
71031 -# CONFIG_RFKILL is not set
71032 -# CONFIG_NET_9P is not set
71033 -
71034 -#
71035 -# Device Drivers
71036 -#
71037 -
71038 -#
71039 -# Generic Driver Options
71040 -#
71041 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
71042 -CONFIG_STANDALONE=y
71043 -CONFIG_PREVENT_FIRMWARE_BUILD=y
71044 -CONFIG_FW_LOADER=y
71045 -# CONFIG_DEBUG_DRIVER is not set
71046 -# CONFIG_DEBUG_DEVRES is not set
71047 -# CONFIG_SYS_HYPERVISOR is not set
71048 -# CONFIG_CONNECTOR is not set
71049 -# CONFIG_MTD is not set
71050 -CONFIG_OF_DEVICE=y
71051 -# CONFIG_PARPORT is not set
71052 -CONFIG_BLK_DEV=y
71053 -# CONFIG_BLK_DEV_FD is not set
71054 -# CONFIG_BLK_CPQ_DA is not set
71055 -# CONFIG_BLK_CPQ_CISS_DA is not set
71056 -# CONFIG_BLK_DEV_DAC960 is not set
71057 -# CONFIG_BLK_DEV_UMEM is not set
71058 -# CONFIG_BLK_DEV_COW_COMMON is not set
71059 -CONFIG_BLK_DEV_LOOP=y
71060 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
71061 -CONFIG_BLK_DEV_NBD=y
71062 -# CONFIG_BLK_DEV_SX8 is not set
71063 -# CONFIG_BLK_DEV_UB is not set
71064 -CONFIG_BLK_DEV_RAM=y
71065 -CONFIG_BLK_DEV_RAM_COUNT=16
71066 -CONFIG_BLK_DEV_RAM_SIZE=131072
71067 -# CONFIG_BLK_DEV_XIP is not set
71068 -# CONFIG_CDROM_PKTCDVD is not set
71069 -# CONFIG_ATA_OVER_ETH is not set
71070 -CONFIG_MISC_DEVICES=y
71071 -# CONFIG_PHANTOM is not set
71072 -# CONFIG_EEPROM_93CX6 is not set
71073 -# CONFIG_SGI_IOC4 is not set
71074 -# CONFIG_TIFM_CORE is not set
71075 -# CONFIG_ENCLOSURE_SERVICES is not set
71076 -CONFIG_HAVE_IDE=y
71077 -# CONFIG_IDE is not set
71078 -
71079 -#
71080 -# SCSI device support
71081 -#
71082 -# CONFIG_RAID_ATTRS is not set
71083 -CONFIG_SCSI=y
71084 -CONFIG_SCSI_DMA=y
71085 -# CONFIG_SCSI_TGT is not set
71086 -# CONFIG_SCSI_NETLINK is not set
71087 -CONFIG_SCSI_PROC_FS=y
71088 -
71089 -#
71090 -# SCSI support type (disk, tape, CD-ROM)
71091 -#
71092 -CONFIG_BLK_DEV_SD=y
71093 -CONFIG_CHR_DEV_ST=y
71094 -# CONFIG_CHR_DEV_OSST is not set
71095 -CONFIG_BLK_DEV_SR=y
71096 -# CONFIG_BLK_DEV_SR_VENDOR is not set
71097 -CONFIG_CHR_DEV_SG=y
71098 -# CONFIG_CHR_DEV_SCH is not set
71099 -
71100 -#
71101 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
71102 -#
71103 -CONFIG_SCSI_MULTI_LUN=y
71104 -# CONFIG_SCSI_CONSTANTS is not set
71105 -CONFIG_SCSI_LOGGING=y
71106 -# CONFIG_SCSI_SCAN_ASYNC is not set
71107 -CONFIG_SCSI_WAIT_SCAN=m
71108 -
71109 -#
71110 -# SCSI Transports
71111 -#
71112 -# CONFIG_SCSI_SPI_ATTRS is not set
71113 -# CONFIG_SCSI_FC_ATTRS is not set
71114 -# CONFIG_SCSI_ISCSI_ATTRS is not set
71115 -# CONFIG_SCSI_SAS_LIBSAS is not set
71116 -# CONFIG_SCSI_SRP_ATTRS is not set
71117 -CONFIG_SCSI_LOWLEVEL=y
71118 -# CONFIG_ISCSI_TCP is not set
71119 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
71120 -# CONFIG_SCSI_3W_9XXX is not set
71121 -# CONFIG_SCSI_ACARD is not set
71122 -# CONFIG_SCSI_AACRAID is not set
71123 -# CONFIG_SCSI_AIC7XXX is not set
71124 -# CONFIG_SCSI_AIC7XXX_OLD is not set
71125 -# CONFIG_SCSI_AIC79XX is not set
71126 -# CONFIG_SCSI_AIC94XX is not set
71127 -# CONFIG_SCSI_DPT_I2O is not set
71128 -# CONFIG_SCSI_ADVANSYS is not set
71129 -# CONFIG_SCSI_ARCMSR is not set
71130 -# CONFIG_MEGARAID_NEWGEN is not set
71131 -# CONFIG_MEGARAID_LEGACY is not set
71132 -# CONFIG_MEGARAID_SAS is not set
71133 -# CONFIG_SCSI_HPTIOP is not set
71134 -# CONFIG_SCSI_BUSLOGIC is not set
71135 -# CONFIG_SCSI_DMX3191D is not set
71136 -# CONFIG_SCSI_EATA is not set
71137 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
71138 -# CONFIG_SCSI_GDTH is not set
71139 -# CONFIG_SCSI_IPS is not set
71140 -# CONFIG_SCSI_INITIO is not set
71141 -# CONFIG_SCSI_INIA100 is not set
71142 -# CONFIG_SCSI_MVSAS is not set
71143 -# CONFIG_SCSI_STEX is not set
71144 -# CONFIG_SCSI_SYM53C8XX_2 is not set
71145 -# CONFIG_SCSI_IPR is not set
71146 -# CONFIG_SCSI_QLOGIC_1280 is not set
71147 -# CONFIG_SCSI_QLA_FC is not set
71148 -# CONFIG_SCSI_QLA_ISCSI is not set
71149 -# CONFIG_SCSI_LPFC is not set
71150 -# CONFIG_SCSI_DC395x is not set
71151 -# CONFIG_SCSI_DC390T is not set
71152 -# CONFIG_SCSI_NSP32 is not set
71153 -# CONFIG_SCSI_DEBUG is not set
71154 -# CONFIG_SCSI_SRP is not set
71155 -CONFIG_ATA=y
71156 -# CONFIG_ATA_NONSTANDARD is not set
71157 -CONFIG_SATA_AHCI=y
71158 -# CONFIG_SATA_SVW is not set
71159 -# CONFIG_ATA_PIIX is not set
71160 -# CONFIG_SATA_MV is not set
71161 -# CONFIG_SATA_NV is not set
71162 -# CONFIG_PDC_ADMA is not set
71163 -# CONFIG_SATA_QSTOR is not set
71164 -# CONFIG_SATA_PROMISE is not set
71165 -# CONFIG_SATA_SX4 is not set
71166 -# CONFIG_SATA_SIL is not set
71167 -# CONFIG_SATA_SIL24 is not set
71168 -# CONFIG_SATA_SIS is not set
71169 -# CONFIG_SATA_ULI is not set
71170 -# CONFIG_SATA_VIA is not set
71171 -# CONFIG_SATA_VITESSE is not set
71172 -# CONFIG_SATA_INIC162X is not set
71173 -# CONFIG_SATA_FSL is not set
71174 -CONFIG_PATA_ALI=y
71175 -# CONFIG_PATA_AMD is not set
71176 -# CONFIG_PATA_ARTOP is not set
71177 -# CONFIG_PATA_ATIIXP is not set
71178 -# CONFIG_PATA_CMD640_PCI is not set
71179 -# CONFIG_PATA_CMD64X is not set
71180 -# CONFIG_PATA_CS5520 is not set
71181 -# CONFIG_PATA_CS5530 is not set
71182 -# CONFIG_PATA_CYPRESS is not set
71183 -# CONFIG_PATA_EFAR is not set
71184 -# CONFIG_ATA_GENERIC is not set
71185 -# CONFIG_PATA_HPT366 is not set
71186 -# CONFIG_PATA_HPT37X is not set
71187 -# CONFIG_PATA_HPT3X2N is not set
71188 -# CONFIG_PATA_HPT3X3 is not set
71189 -# CONFIG_PATA_IT821X is not set
71190 -# CONFIG_PATA_IT8213 is not set
71191 -# CONFIG_PATA_JMICRON is not set
71192 -# CONFIG_PATA_TRIFLEX is not set
71193 -# CONFIG_PATA_MARVELL is not set
71194 -# CONFIG_PATA_MPIIX is not set
71195 -# CONFIG_PATA_OLDPIIX is not set
71196 -# CONFIG_PATA_NETCELL is not set
71197 -# CONFIG_PATA_NINJA32 is not set
71198 -# CONFIG_PATA_NS87410 is not set
71199 -# CONFIG_PATA_NS87415 is not set
71200 -# CONFIG_PATA_OPTI is not set
71201 -# CONFIG_PATA_OPTIDMA is not set
71202 -# CONFIG_PATA_PDC_OLD is not set
71203 -# CONFIG_PATA_RADISYS is not set
71204 -# CONFIG_PATA_RZ1000 is not set
71205 -# CONFIG_PATA_SC1200 is not set
71206 -# CONFIG_PATA_SERVERWORKS is not set
71207 -# CONFIG_PATA_PDC2027X is not set
71208 -# CONFIG_PATA_SIL680 is not set
71209 -# CONFIG_PATA_SIS is not set
71210 -# CONFIG_PATA_VIA is not set
71211 -# CONFIG_PATA_WINBOND is not set
71212 -# CONFIG_PATA_PLATFORM is not set
71213 -# CONFIG_MD is not set
71214 -# CONFIG_FUSION is not set
71215 -
71216 -#
71217 -# IEEE 1394 (FireWire) support
71218 -#
71219 -# CONFIG_FIREWIRE is not set
71220 -# CONFIG_IEEE1394 is not set
71221 -# CONFIG_I2O is not set
71222 -# CONFIG_MACINTOSH_DRIVERS is not set
71223 -CONFIG_NETDEVICES=y
71224 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
71225 -CONFIG_DUMMY=y
71226 -# CONFIG_BONDING is not set
71227 -# CONFIG_MACVLAN is not set
71228 -# CONFIG_EQUALIZER is not set
71229 -# CONFIG_TUN is not set
71230 -# CONFIG_VETH is not set
71231 -# CONFIG_ARCNET is not set
71232 -CONFIG_PHYLIB=y
71233 -
71234 -#
71235 -# MII PHY device drivers
71236 -#
71237 -# CONFIG_MARVELL_PHY is not set
71238 -# CONFIG_DAVICOM_PHY is not set
71239 -# CONFIG_QSEMI_PHY is not set
71240 -# CONFIG_LXT_PHY is not set
71241 -# CONFIG_CICADA_PHY is not set
71242 -CONFIG_VITESSE_PHY=y
71243 -# CONFIG_SMSC_PHY is not set
71244 -# CONFIG_BROADCOM_PHY is not set
71245 -# CONFIG_ICPLUS_PHY is not set
71246 -# CONFIG_REALTEK_PHY is not set
71247 -# CONFIG_FIXED_PHY is not set
71248 -# CONFIG_MDIO_BITBANG is not set
71249 -CONFIG_NET_ETHERNET=y
71250 -CONFIG_MII=y
71251 -# CONFIG_HAPPYMEAL is not set
71252 -# CONFIG_SUNGEM is not set
71253 -# CONFIG_CASSINI is not set
71254 -# CONFIG_NET_VENDOR_3COM is not set
71255 -# CONFIG_NET_TULIP is not set
71256 -# CONFIG_HP100 is not set
71257 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
71258 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
71259 -# CONFIG_IBM_NEW_EMAC_TAH is not set
71260 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
71261 -# CONFIG_NET_PCI is not set
71262 -# CONFIG_B44 is not set
71263 -CONFIG_NETDEV_1000=y
71264 -# CONFIG_ACENIC is not set
71265 -# CONFIG_DL2K is not set
71266 -# CONFIG_E1000 is not set
71267 -# CONFIG_E1000E is not set
71268 -# CONFIG_E1000E_ENABLED is not set
71269 -# CONFIG_IP1000 is not set
71270 -# CONFIG_IGB is not set
71271 -# CONFIG_NS83820 is not set
71272 -# CONFIG_HAMACHI is not set
71273 -# CONFIG_YELLOWFIN is not set
71274 -# CONFIG_R8169 is not set
71275 -# CONFIG_SIS190 is not set
71276 -# CONFIG_SKGE is not set
71277 -# CONFIG_SKY2 is not set
71278 -# CONFIG_SK98LIN is not set
71279 -# CONFIG_VIA_VELOCITY is not set
71280 -# CONFIG_TIGON3 is not set
71281 -# CONFIG_BNX2 is not set
71282 -CONFIG_GIANFAR=y
71283 -CONFIG_GFAR_NAPI=y
71284 -# CONFIG_QLA3XXX is not set
71285 -# CONFIG_ATL1 is not set
71286 -CONFIG_NETDEV_10000=y
71287 -# CONFIG_CHELSIO_T1 is not set
71288 -# CONFIG_CHELSIO_T3 is not set
71289 -# CONFIG_IXGBE is not set
71290 -# CONFIG_IXGB is not set
71291 -# CONFIG_S2IO is not set
71292 -# CONFIG_MYRI10GE is not set
71293 -# CONFIG_NETXEN_NIC is not set
71294 -# CONFIG_NIU is not set
71295 -# CONFIG_MLX4_CORE is not set
71296 -# CONFIG_TEHUTI is not set
71297 -# CONFIG_BNX2X is not set
71298 -# CONFIG_TR is not set
71299 -
71300 -#
71301 -# Wireless LAN
71302 -#
71303 -# CONFIG_WLAN_PRE80211 is not set
71304 -# CONFIG_WLAN_80211 is not set
71305 -
71306 -#
71307 -# USB Network Adapters
71308 -#
71309 -# CONFIG_USB_CATC is not set
71310 -# CONFIG_USB_KAWETH is not set
71311 -# CONFIG_USB_PEGASUS is not set
71312 -# CONFIG_USB_RTL8150 is not set
71313 -# CONFIG_USB_USBNET is not set
71314 -# CONFIG_WAN is not set
71315 -# CONFIG_FDDI is not set
71316 -# CONFIG_HIPPI is not set
71317 -# CONFIG_PPP is not set
71318 -# CONFIG_SLIP is not set
71319 -# CONFIG_NET_FC is not set
71320 -# CONFIG_NETCONSOLE is not set
71321 -# CONFIG_NETPOLL is not set
71322 -# CONFIG_NET_POLL_CONTROLLER is not set
71323 -# CONFIG_ISDN is not set
71324 -# CONFIG_PHONE is not set
71325 -
71326 -#
71327 -# Input device support
71328 -#
71329 -CONFIG_INPUT=y
71330 -# CONFIG_INPUT_FF_MEMLESS is not set
71331 -# CONFIG_INPUT_POLLDEV is not set
71332 -
71333 -#
71334 -# Userland interfaces
71335 -#
71336 -# CONFIG_INPUT_MOUSEDEV is not set
71337 -# CONFIG_INPUT_JOYDEV is not set
71338 -# CONFIG_INPUT_EVDEV is not set
71339 -# CONFIG_INPUT_EVBUG is not set
71340 -
71341 -#
71342 -# Input Device Drivers
71343 -#
71344 -# CONFIG_INPUT_KEYBOARD is not set
71345 -# CONFIG_INPUT_MOUSE is not set
71346 -# CONFIG_INPUT_JOYSTICK is not set
71347 -# CONFIG_INPUT_TABLET is not set
71348 -# CONFIG_INPUT_TOUCHSCREEN is not set
71349 -# CONFIG_INPUT_MISC is not set
71350 -
71351 -#
71352 -# Hardware I/O ports
71353 -#
71354 -CONFIG_SERIO=y
71355 -CONFIG_SERIO_I8042=y
71356 -CONFIG_SERIO_SERPORT=y
71357 -# CONFIG_SERIO_PCIPS2 is not set
71358 -CONFIG_SERIO_LIBPS2=y
71359 -# CONFIG_SERIO_RAW is not set
71360 -# CONFIG_GAMEPORT is not set
71361 -
71362 -#
71363 -# Character devices
71364 -#
71365 -CONFIG_VT=y
71366 -CONFIG_VT_CONSOLE=y
71367 -CONFIG_HW_CONSOLE=y
71368 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
71369 -# CONFIG_SERIAL_NONSTANDARD is not set
71370 -# CONFIG_NOZOMI is not set
71371 -
71372 -#
71373 -# Serial drivers
71374 -#
71375 -CONFIG_SERIAL_8250=y
71376 -CONFIG_SERIAL_8250_CONSOLE=y
71377 -CONFIG_SERIAL_8250_PCI=y
71378 -CONFIG_SERIAL_8250_NR_UARTS=2
71379 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
71380 -CONFIG_SERIAL_8250_EXTENDED=y
71381 -CONFIG_SERIAL_8250_MANY_PORTS=y
71382 -CONFIG_SERIAL_8250_SHARE_IRQ=y
71383 -CONFIG_SERIAL_8250_DETECT_IRQ=y
71384 -CONFIG_SERIAL_8250_RSA=y
71385 -
71386 -#
71387 -# Non-8250 serial port support
71388 -#
71389 -# CONFIG_SERIAL_UARTLITE is not set
71390 -CONFIG_SERIAL_CORE=y
71391 -CONFIG_SERIAL_CORE_CONSOLE=y
71392 -# CONFIG_SERIAL_JSM is not set
71393 -# CONFIG_SERIAL_OF_PLATFORM is not set
71394 -CONFIG_UNIX98_PTYS=y
71395 -CONFIG_LEGACY_PTYS=y
71396 -CONFIG_LEGACY_PTY_COUNT=256
71397 -# CONFIG_IPMI_HANDLER is not set
71398 -# CONFIG_HW_RANDOM is not set
71399 -CONFIG_NVRAM=y
71400 -# CONFIG_GEN_RTC is not set
71401 -# CONFIG_R3964 is not set
71402 -# CONFIG_APPLICOM is not set
71403 -# CONFIG_RAW_DRIVER is not set
71404 -# CONFIG_TCG_TPM is not set
71405 -CONFIG_DEVPORT=y
71406 -CONFIG_I2C=y
71407 -CONFIG_I2C_BOARDINFO=y
71408 -# CONFIG_I2C_CHARDEV is not set
71409 -
71410 -#
71411 -# I2C Algorithms
71412 -#
71413 -# CONFIG_I2C_ALGOBIT is not set
71414 -# CONFIG_I2C_ALGOPCF is not set
71415 -# CONFIG_I2C_ALGOPCA is not set
71416 -
71417 -#
71418 -# I2C Hardware Bus support
71419 -#
71420 -# CONFIG_I2C_ALI1535 is not set
71421 -# CONFIG_I2C_ALI1563 is not set
71422 -# CONFIG_I2C_ALI15X3 is not set
71423 -# CONFIG_I2C_AMD756 is not set
71424 -# CONFIG_I2C_AMD8111 is not set
71425 -# CONFIG_I2C_I801 is not set
71426 -# CONFIG_I2C_I810 is not set
71427 -# CONFIG_I2C_PIIX4 is not set
71428 -CONFIG_I2C_MPC=y
71429 -# CONFIG_I2C_NFORCE2 is not set
71430 -# CONFIG_I2C_OCORES is not set
71431 -# CONFIG_I2C_PARPORT_LIGHT is not set
71432 -# CONFIG_I2C_PROSAVAGE is not set
71433 -# CONFIG_I2C_SAVAGE4 is not set
71434 -# CONFIG_I2C_SIMTEC is not set
71435 -# CONFIG_I2C_SIS5595 is not set
71436 -# CONFIG_I2C_SIS630 is not set
71437 -# CONFIG_I2C_SIS96X is not set
71438 -# CONFIG_I2C_TAOS_EVM is not set
71439 -# CONFIG_I2C_STUB is not set
71440 -# CONFIG_I2C_TINY_USB is not set
71441 -# CONFIG_I2C_VIA is not set
71442 -# CONFIG_I2C_VIAPRO is not set
71443 -# CONFIG_I2C_VOODOO3 is not set
71444 -
71445 -#
71446 -# Miscellaneous I2C Chip support
71447 -#
71448 -# CONFIG_DS1682 is not set
71449 -CONFIG_SENSORS_EEPROM=y
71450 -# CONFIG_SENSORS_PCF8574 is not set
71451 -# CONFIG_PCF8575 is not set
71452 -# CONFIG_SENSORS_PCF8591 is not set
71453 -# CONFIG_TPS65010 is not set
71454 -# CONFIG_SENSORS_MAX6875 is not set
71455 -# CONFIG_SENSORS_TSL2550 is not set
71456 -# CONFIG_I2C_DEBUG_CORE is not set
71457 -# CONFIG_I2C_DEBUG_ALGO is not set
71458 -# CONFIG_I2C_DEBUG_BUS is not set
71459 -# CONFIG_I2C_DEBUG_CHIP is not set
71460 -
71461 -#
71462 -# SPI support
71463 -#
71464 -# CONFIG_SPI is not set
71465 -# CONFIG_SPI_MASTER is not set
71466 -# CONFIG_W1 is not set
71467 -# CONFIG_POWER_SUPPLY is not set
71468 -# CONFIG_HWMON is not set
71469 -# CONFIG_THERMAL is not set
71470 -# CONFIG_WATCHDOG is not set
71471 -
71472 -#
71473 -# Sonics Silicon Backplane
71474 -#
71475 -CONFIG_SSB_POSSIBLE=y
71476 -# CONFIG_SSB is not set
71477 -
71478 -#
71479 -# Multifunction device drivers
71480 -#
71481 -# CONFIG_MFD_SM501 is not set
71482 -
71483 -#
71484 -# Multimedia devices
71485 -#
71486 -# CONFIG_VIDEO_DEV is not set
71487 -CONFIG_DVB_CORE=m
71488 -# CONFIG_DVB_CORE_ATTACH is not set
71489 -CONFIG_DVB_CAPTURE_DRIVERS=y
71490 -
71491 -#
71492 -# Supported SAA7146 based PCI Adapters
71493 -#
71494 -# CONFIG_TTPCI_EEPROM is not set
71495 -# CONFIG_DVB_BUDGET_CORE is not set
71496 -
71497 -#
71498 -# Supported USB Adapters
71499 -#
71500 -# CONFIG_DVB_USB is not set
71501 -# CONFIG_DVB_TTUSB_BUDGET is not set
71502 -# CONFIG_DVB_TTUSB_DEC is not set
71503 -# CONFIG_DVB_CINERGYT2 is not set
71504 -
71505 -#
71506 -# Supported FlexCopII (B2C2) Adapters
71507 -#
71508 -# CONFIG_DVB_B2C2_FLEXCOP is not set
71509 -
71510 -#
71511 -# Supported BT878 Adapters
71512 -#
71513 -
71514 -#
71515 -# Supported Pluto2 Adapters
71516 -#
71517 -# CONFIG_DVB_PLUTO2 is not set
71518 -
71519 -#
71520 -# Supported DVB Frontends
71521 -#
71522 -
71523 -#
71524 -# Customise DVB Frontends
71525 -#
71526 -# CONFIG_DVB_FE_CUSTOMISE is not set
71527 -
71528 -#
71529 -# DVB-S (satellite) frontends
71530 -#
71531 -# CONFIG_DVB_STV0299 is not set
71532 -# CONFIG_DVB_CX24110 is not set
71533 -# CONFIG_DVB_CX24123 is not set
71534 -# CONFIG_DVB_TDA8083 is not set
71535 -# CONFIG_DVB_MT312 is not set
71536 -# CONFIG_DVB_VES1X93 is not set
71537 -# CONFIG_DVB_S5H1420 is not set
71538 -# CONFIG_DVB_TDA10086 is not set
71539 -
71540 -#
71541 -# DVB-T (terrestrial) frontends
71542 -#
71543 -# CONFIG_DVB_SP8870 is not set
71544 -# CONFIG_DVB_SP887X is not set
71545 -# CONFIG_DVB_CX22700 is not set
71546 -# CONFIG_DVB_CX22702 is not set
71547 -# CONFIG_DVB_L64781 is not set
71548 -# CONFIG_DVB_TDA1004X is not set
71549 -# CONFIG_DVB_NXT6000 is not set
71550 -# CONFIG_DVB_MT352 is not set
71551 -# CONFIG_DVB_ZL10353 is not set
71552 -# CONFIG_DVB_DIB3000MB is not set
71553 -# CONFIG_DVB_DIB3000MC is not set
71554 -# CONFIG_DVB_DIB7000M is not set
71555 -# CONFIG_DVB_DIB7000P is not set
71556 -
71557 -#
71558 -# DVB-C (cable) frontends
71559 -#
71560 -# CONFIG_DVB_VES1820 is not set
71561 -# CONFIG_DVB_TDA10021 is not set
71562 -# CONFIG_DVB_TDA10023 is not set
71563 -# CONFIG_DVB_STV0297 is not set
71564 -
71565 -#
71566 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
71567 -#
71568 -# CONFIG_DVB_NXT200X is not set
71569 -# CONFIG_DVB_OR51211 is not set
71570 -# CONFIG_DVB_OR51132 is not set
71571 -# CONFIG_DVB_BCM3510 is not set
71572 -# CONFIG_DVB_LGDT330X is not set
71573 -# CONFIG_DVB_S5H1409 is not set
71574 -
71575 -#
71576 -# Tuners/PLL support
71577 -#
71578 -# CONFIG_DVB_PLL is not set
71579 -# CONFIG_DVB_TDA826X is not set
71580 -# CONFIG_DVB_TDA827X is not set
71581 -# CONFIG_DVB_TDA18271 is not set
71582 -# CONFIG_DVB_TUNER_QT1010 is not set
71583 -# CONFIG_DVB_TUNER_MT2060 is not set
71584 -# CONFIG_DVB_TUNER_MT2266 is not set
71585 -# CONFIG_DVB_TUNER_MT2131 is not set
71586 -# CONFIG_DVB_TUNER_DIB0070 is not set
71587 -# CONFIG_DVB_TUNER_XC5000 is not set
71588 -
71589 -#
71590 -# Miscellaneous devices
71591 -#
71592 -# CONFIG_DVB_LNBP21 is not set
71593 -# CONFIG_DVB_ISL6421 is not set
71594 -# CONFIG_DVB_TUA6100 is not set
71595 -CONFIG_DAB=y
71596 -# CONFIG_USB_DABUSB is not set
71597 -
71598 -#
71599 -# Graphics support
71600 -#
71601 -# CONFIG_AGP is not set
71602 -# CONFIG_DRM is not set
71603 -# CONFIG_VGASTATE is not set
71604 -CONFIG_VIDEO_OUTPUT_CONTROL=y
71605 -# CONFIG_FB is not set
71606 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
71607 -
71608 -#
71609 -# Display device support
71610 -#
71611 -# CONFIG_DISPLAY_SUPPORT is not set
71612 -
71613 -#
71614 -# Console display driver support
71615 -#
71616 -CONFIG_VGA_CONSOLE=y
71617 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
71618 -CONFIG_DUMMY_CONSOLE=y
71619 -
71620 -#
71621 -# Sound
71622 -#
71623 -CONFIG_SOUND=y
71624 -
71625 -#
71626 -# Advanced Linux Sound Architecture
71627 -#
71628 -CONFIG_SND=y
71629 -CONFIG_SND_TIMER=y
71630 -CONFIG_SND_PCM=y
71631 -# CONFIG_SND_SEQUENCER is not set
71632 -# CONFIG_SND_MIXER_OSS is not set
71633 -# CONFIG_SND_PCM_OSS is not set
71634 -# CONFIG_SND_DYNAMIC_MINORS is not set
71635 -CONFIG_SND_SUPPORT_OLD_API=y
71636 -CONFIG_SND_VERBOSE_PROCFS=y
71637 -# CONFIG_SND_VERBOSE_PRINTK is not set
71638 -# CONFIG_SND_DEBUG is not set
71639 -
71640 -#
71641 -# Generic devices
71642 -#
71643 -CONFIG_SND_AC97_CODEC=y
71644 -# CONFIG_SND_DUMMY is not set
71645 -# CONFIG_SND_MTPAV is not set
71646 -# CONFIG_SND_SERIAL_U16550 is not set
71647 -# CONFIG_SND_MPU401 is not set
71648 -
71649 -#
71650 -# PCI devices
71651 -#
71652 -# CONFIG_SND_AD1889 is not set
71653 -# CONFIG_SND_ALS300 is not set
71654 -# CONFIG_SND_ALS4000 is not set
71655 -# CONFIG_SND_ALI5451 is not set
71656 -# CONFIG_SND_ATIIXP is not set
71657 -# CONFIG_SND_ATIIXP_MODEM is not set
71658 -# CONFIG_SND_AU8810 is not set
71659 -# CONFIG_SND_AU8820 is not set
71660 -# CONFIG_SND_AU8830 is not set
71661 -# CONFIG_SND_AZT3328 is not set
71662 -# CONFIG_SND_BT87X is not set
71663 -# CONFIG_SND_CA0106 is not set
71664 -# CONFIG_SND_CMIPCI is not set
71665 -# CONFIG_SND_OXYGEN is not set
71666 -# CONFIG_SND_CS4281 is not set
71667 -# CONFIG_SND_CS46XX is not set
71668 -# CONFIG_SND_CS5530 is not set
71669 -# CONFIG_SND_DARLA20 is not set
71670 -# CONFIG_SND_GINA20 is not set
71671 -# CONFIG_SND_LAYLA20 is not set
71672 -# CONFIG_SND_DARLA24 is not set
71673 -# CONFIG_SND_GINA24 is not set
71674 -# CONFIG_SND_LAYLA24 is not set
71675 -# CONFIG_SND_MONA is not set
71676 -# CONFIG_SND_MIA is not set
71677 -# CONFIG_SND_ECHO3G is not set
71678 -# CONFIG_SND_INDIGO is not set
71679 -# CONFIG_SND_INDIGOIO is not set
71680 -# CONFIG_SND_INDIGODJ is not set
71681 -# CONFIG_SND_EMU10K1 is not set
71682 -# CONFIG_SND_EMU10K1X is not set
71683 -# CONFIG_SND_ENS1370 is not set
71684 -# CONFIG_SND_ENS1371 is not set
71685 -# CONFIG_SND_ES1938 is not set
71686 -# CONFIG_SND_ES1968 is not set
71687 -# CONFIG_SND_FM801 is not set
71688 -# CONFIG_SND_HDA_INTEL is not set
71689 -# CONFIG_SND_HDSP is not set
71690 -# CONFIG_SND_HDSPM is not set
71691 -# CONFIG_SND_HIFIER is not set
71692 -# CONFIG_SND_ICE1712 is not set
71693 -# CONFIG_SND_ICE1724 is not set
71694 -CONFIG_SND_INTEL8X0=y
71695 -# CONFIG_SND_INTEL8X0M is not set
71696 -# CONFIG_SND_KORG1212 is not set
71697 -# CONFIG_SND_MAESTRO3 is not set
71698 -# CONFIG_SND_MIXART is not set
71699 -# CONFIG_SND_NM256 is not set
71700 -# CONFIG_SND_PCXHR is not set
71701 -# CONFIG_SND_RIPTIDE is not set
71702 -# CONFIG_SND_RME32 is not set
71703 -# CONFIG_SND_RME96 is not set
71704 -# CONFIG_SND_RME9652 is not set
71705 -# CONFIG_SND_SONICVIBES is not set
71706 -# CONFIG_SND_TRIDENT is not set
71707 -# CONFIG_SND_VIA82XX is not set
71708 -# CONFIG_SND_VIA82XX_MODEM is not set
71709 -# CONFIG_SND_VIRTUOSO is not set
71710 -# CONFIG_SND_VX222 is not set
71711 -# CONFIG_SND_YMFPCI is not set
71712 -# CONFIG_SND_AC97_POWER_SAVE is not set
71713 -
71714 -#
71715 -# ALSA PowerMac devices
71716 -#
71717 -
71718 -#
71719 -# ALSA PowerPC devices
71720 -#
71721 -
71722 -#
71723 -# USB devices
71724 -#
71725 -# CONFIG_SND_USB_AUDIO is not set
71726 -# CONFIG_SND_USB_USX2Y is not set
71727 -# CONFIG_SND_USB_CAIAQ is not set
71728 -
71729 -#
71730 -# System on Chip audio support
71731 -#
71732 -# CONFIG_SND_SOC is not set
71733 -
71734 -#
71735 -# SoC Audio support for SuperH
71736 -#
71737 -
71738 -#
71739 -# ALSA SoC audio for Freescale SOCs
71740 -#
71741 -
71742 -#
71743 -# Open Sound System
71744 -#
71745 -# CONFIG_SOUND_PRIME is not set
71746 -CONFIG_AC97_BUS=y
71747 -CONFIG_HID_SUPPORT=y
71748 -CONFIG_HID=y
71749 -# CONFIG_HID_DEBUG is not set
71750 -# CONFIG_HIDRAW is not set
71751 -
71752 -#
71753 -# USB Input Devices
71754 -#
71755 -CONFIG_USB_HID=y
71756 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
71757 -# CONFIG_HID_FF is not set
71758 -# CONFIG_USB_HIDDEV is not set
71759 -CONFIG_USB_SUPPORT=y
71760 -CONFIG_USB_ARCH_HAS_HCD=y
71761 -CONFIG_USB_ARCH_HAS_OHCI=y
71762 -CONFIG_USB_ARCH_HAS_EHCI=y
71763 -CONFIG_USB=y
71764 -# CONFIG_USB_DEBUG is not set
71765 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
71766 -
71767 -#
71768 -# Miscellaneous USB options
71769 -#
71770 -CONFIG_USB_DEVICEFS=y
71771 -CONFIG_USB_DEVICE_CLASS=y
71772 -# CONFIG_USB_DYNAMIC_MINORS is not set
71773 -# CONFIG_USB_OTG is not set
71774 -
71775 -#
71776 -# USB Host Controller Drivers
71777 -#
71778 -CONFIG_USB_EHCI_HCD=y
71779 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
71780 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
71781 -# CONFIG_USB_EHCI_FSL is not set
71782 -CONFIG_USB_EHCI_HCD_PPC_OF=y
71783 -# CONFIG_USB_ISP116X_HCD is not set
71784 -CONFIG_USB_OHCI_HCD=y
71785 -CONFIG_USB_OHCI_HCD_PPC_OF=y
71786 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
71787 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
71788 -CONFIG_USB_OHCI_HCD_PCI=y
71789 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
71790 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
71791 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
71792 -# CONFIG_USB_UHCI_HCD is not set
71793 -# CONFIG_USB_SL811_HCD is not set
71794 -# CONFIG_USB_R8A66597_HCD is not set
71795 -
71796 -#
71797 -# USB Device Class drivers
71798 -#
71799 -# CONFIG_USB_ACM is not set
71800 -# CONFIG_USB_PRINTER is not set
71801 -
71802 -#
71803 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
71804 -#
71805 -
71806 -#
71807 -# may also be needed; see USB_STORAGE Help for more information
71808 -#
71809 -CONFIG_USB_STORAGE=y
71810 -# CONFIG_USB_STORAGE_DEBUG is not set
71811 -# CONFIG_USB_STORAGE_DATAFAB is not set
71812 -# CONFIG_USB_STORAGE_FREECOM is not set
71813 -# CONFIG_USB_STORAGE_ISD200 is not set
71814 -# CONFIG_USB_STORAGE_DPCM is not set
71815 -# CONFIG_USB_STORAGE_USBAT is not set
71816 -# CONFIG_USB_STORAGE_SDDR09 is not set
71817 -# CONFIG_USB_STORAGE_SDDR55 is not set
71818 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
71819 -# CONFIG_USB_STORAGE_ALAUDA is not set
71820 -# CONFIG_USB_STORAGE_KARMA is not set
71821 -# CONFIG_USB_LIBUSUAL is not set
71822 -
71823 -#
71824 -# USB Imaging devices
71825 -#
71826 -# CONFIG_USB_MDC800 is not set
71827 -# CONFIG_USB_MICROTEK is not set
71828 -CONFIG_USB_MON=y
71829 -
71830 -#
71831 -# USB port drivers
71832 -#
71833 -# CONFIG_USB_SERIAL is not set
71834 -
71835 -#
71836 -# USB Miscellaneous drivers
71837 -#
71838 -# CONFIG_USB_EMI62 is not set
71839 -# CONFIG_USB_EMI26 is not set
71840 -# CONFIG_USB_ADUTUX is not set
71841 -# CONFIG_USB_AUERSWALD is not set
71842 -# CONFIG_USB_RIO500 is not set
71843 -# CONFIG_USB_LEGOTOWER is not set
71844 -# CONFIG_USB_LCD is not set
71845 -# CONFIG_USB_BERRY_CHARGE is not set
71846 -# CONFIG_USB_LED is not set
71847 -# CONFIG_USB_CYPRESS_CY7C63 is not set
71848 -# CONFIG_USB_CYTHERM is not set
71849 -# CONFIG_USB_PHIDGET is not set
71850 -# CONFIG_USB_IDMOUSE is not set
71851 -# CONFIG_USB_FTDI_ELAN is not set
71852 -# CONFIG_USB_APPLEDISPLAY is not set
71853 -# CONFIG_USB_SISUSBVGA is not set
71854 -# CONFIG_USB_LD is not set
71855 -# CONFIG_USB_TRANCEVIBRATOR is not set
71856 -# CONFIG_USB_IOWARRIOR is not set
71857 -# CONFIG_USB_TEST is not set
71858 -# CONFIG_USB_GADGET is not set
71859 -# CONFIG_MMC is not set
71860 -# CONFIG_MEMSTICK is not set
71861 -# CONFIG_NEW_LEDS is not set
71862 -# CONFIG_INFINIBAND is not set
71863 -# CONFIG_EDAC is not set
71864 -CONFIG_RTC_LIB=y
71865 -CONFIG_RTC_CLASS=y
71866 -CONFIG_RTC_HCTOSYS=y
71867 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
71868 -# CONFIG_RTC_DEBUG is not set
71869 -
71870 -#
71871 -# RTC interfaces
71872 -#
71873 -CONFIG_RTC_INTF_SYSFS=y
71874 -CONFIG_RTC_INTF_PROC=y
71875 -CONFIG_RTC_INTF_DEV=y
71876 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
71877 -# CONFIG_RTC_DRV_TEST is not set
71878 -
71879 -#
71880 -# I2C RTC drivers
71881 -#
71882 -# CONFIG_RTC_DRV_DS1307 is not set
71883 -# CONFIG_RTC_DRV_DS1374 is not set
71884 -# CONFIG_RTC_DRV_DS1672 is not set
71885 -# CONFIG_RTC_DRV_MAX6900 is not set
71886 -# CONFIG_RTC_DRV_RS5C372 is not set
71887 -# CONFIG_RTC_DRV_ISL1208 is not set
71888 -# CONFIG_RTC_DRV_X1205 is not set
71889 -# CONFIG_RTC_DRV_PCF8563 is not set
71890 -# CONFIG_RTC_DRV_PCF8583 is not set
71891 -# CONFIG_RTC_DRV_M41T80 is not set
71892 -# CONFIG_RTC_DRV_S35390A is not set
71893 -
71894 -#
71895 -# SPI RTC drivers
71896 -#
71897 -
71898 -#
71899 -# Platform RTC drivers
71900 -#
71901 -CONFIG_RTC_DRV_CMOS=y
71902 -# CONFIG_RTC_DRV_DS1511 is not set
71903 -# CONFIG_RTC_DRV_DS1553 is not set
71904 -# CONFIG_RTC_DRV_DS1742 is not set
71905 -# CONFIG_RTC_DRV_STK17TA8 is not set
71906 -# CONFIG_RTC_DRV_M48T86 is not set
71907 -# CONFIG_RTC_DRV_M48T59 is not set
71908 -# CONFIG_RTC_DRV_V3020 is not set
71909 -
71910 -#
71911 -# on-CPU RTC drivers
71912 -#
71913 -# CONFIG_DMADEVICES is not set
71914 -
71915 -#
71916 -# Userspace I/O
71917 -#
71918 -# CONFIG_UIO is not set
71919 -
71920 -#
71921 -# File systems
71922 -#
71923 -CONFIG_EXT2_FS=y
71924 -# CONFIG_EXT2_FS_XATTR is not set
71925 -# CONFIG_EXT2_FS_XIP is not set
71926 -CONFIG_EXT3_FS=y
71927 -CONFIG_EXT3_FS_XATTR=y
71928 -# CONFIG_EXT3_FS_POSIX_ACL is not set
71929 -# CONFIG_EXT3_FS_SECURITY is not set
71930 -# CONFIG_EXT4DEV_FS is not set
71931 -CONFIG_JBD=y
71932 -CONFIG_FS_MBCACHE=y
71933 -# CONFIG_REISERFS_FS is not set
71934 -# CONFIG_JFS_FS is not set
71935 -# CONFIG_FS_POSIX_ACL is not set
71936 -# CONFIG_XFS_FS is not set
71937 -# CONFIG_GFS2_FS is not set
71938 -# CONFIG_OCFS2_FS is not set
71939 -CONFIG_DNOTIFY=y
71940 -CONFIG_INOTIFY=y
71941 -CONFIG_INOTIFY_USER=y
71942 -# CONFIG_QUOTA is not set
71943 -# CONFIG_AUTOFS_FS is not set
71944 -# CONFIG_AUTOFS4_FS is not set
71945 -# CONFIG_FUSE_FS is not set
71946 -
71947 -#
71948 -# CD-ROM/DVD Filesystems
71949 -#
71950 -CONFIG_ISO9660_FS=m
71951 -CONFIG_JOLIET=y
71952 -CONFIG_ZISOFS=y
71953 -CONFIG_UDF_FS=m
71954 -CONFIG_UDF_NLS=y
71955 -
71956 -#
71957 -# DOS/FAT/NT Filesystems
71958 -#
71959 -CONFIG_FAT_FS=y
71960 -CONFIG_MSDOS_FS=m
71961 -CONFIG_VFAT_FS=y
71962 -CONFIG_FAT_DEFAULT_CODEPAGE=437
71963 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
71964 -CONFIG_NTFS_FS=y
71965 -# CONFIG_NTFS_DEBUG is not set
71966 -# CONFIG_NTFS_RW is not set
71967 -
71968 -#
71969 -# Pseudo filesystems
71970 -#
71971 -CONFIG_PROC_FS=y
71972 -CONFIG_PROC_KCORE=y
71973 -CONFIG_PROC_SYSCTL=y
71974 -CONFIG_SYSFS=y
71975 -CONFIG_TMPFS=y
71976 -# CONFIG_TMPFS_POSIX_ACL is not set
71977 -# CONFIG_HUGETLB_PAGE is not set
71978 -# CONFIG_CONFIGFS_FS is not set
71979 -
71980 -#
71981 -# Miscellaneous filesystems
71982 -#
71983 -CONFIG_ADFS_FS=m
71984 -# CONFIG_ADFS_FS_RW is not set
71985 -CONFIG_AFFS_FS=m
71986 -CONFIG_HFS_FS=m
71987 -CONFIG_HFSPLUS_FS=m
71988 -CONFIG_BEFS_FS=m
71989 -# CONFIG_BEFS_DEBUG is not set
71990 -CONFIG_BFS_FS=m
71991 -CONFIG_EFS_FS=m
71992 -CONFIG_CRAMFS=y
71993 -CONFIG_VXFS_FS=m
71994 -# CONFIG_MINIX_FS is not set
71995 -CONFIG_HPFS_FS=m
71996 -CONFIG_QNX4FS_FS=m
71997 -# CONFIG_ROMFS_FS is not set
71998 -CONFIG_SYSV_FS=m
71999 -CONFIG_UFS_FS=m
72000 -# CONFIG_UFS_FS_WRITE is not set
72001 -# CONFIG_UFS_DEBUG is not set
72002 -CONFIG_NETWORK_FILESYSTEMS=y
72003 -CONFIG_NFS_FS=y
72004 -CONFIG_NFS_V3=y
72005 -# CONFIG_NFS_V3_ACL is not set
72006 -CONFIG_NFS_V4=y
72007 -# CONFIG_NFS_DIRECTIO is not set
72008 -CONFIG_NFSD=y
72009 -# CONFIG_NFSD_V3 is not set
72010 -CONFIG_NFSD_TCP=y
72011 -CONFIG_ROOT_NFS=y
72012 -CONFIG_LOCKD=y
72013 -CONFIG_LOCKD_V4=y
72014 -CONFIG_EXPORTFS=y
72015 -CONFIG_NFS_COMMON=y
72016 -CONFIG_SUNRPC=y
72017 -CONFIG_SUNRPC_GSS=y
72018 -# CONFIG_SUNRPC_BIND34 is not set
72019 -CONFIG_RPCSEC_GSS_KRB5=y
72020 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
72021 -# CONFIG_SMB_FS is not set
72022 -# CONFIG_CIFS is not set
72023 -# CONFIG_NCP_FS is not set
72024 -# CONFIG_CODA_FS is not set
72025 -# CONFIG_AFS_FS is not set
72026 -
72027 -#
72028 -# Partition Types
72029 -#
72030 -CONFIG_PARTITION_ADVANCED=y
72031 -# CONFIG_ACORN_PARTITION is not set
72032 -# CONFIG_OSF_PARTITION is not set
72033 -# CONFIG_AMIGA_PARTITION is not set
72034 -# CONFIG_ATARI_PARTITION is not set
72035 -CONFIG_MAC_PARTITION=y
72036 -CONFIG_MSDOS_PARTITION=y
72037 -# CONFIG_BSD_DISKLABEL is not set
72038 -# CONFIG_MINIX_SUBPARTITION is not set
72039 -# CONFIG_SOLARIS_X86_PARTITION is not set
72040 -# CONFIG_UNIXWARE_DISKLABEL is not set
72041 -# CONFIG_LDM_PARTITION is not set
72042 -# CONFIG_SGI_PARTITION is not set
72043 -# CONFIG_ULTRIX_PARTITION is not set
72044 -# CONFIG_SUN_PARTITION is not set
72045 -# CONFIG_KARMA_PARTITION is not set
72046 -# CONFIG_EFI_PARTITION is not set
72047 -# CONFIG_SYSV68_PARTITION is not set
72048 -CONFIG_NLS=y
72049 -CONFIG_NLS_DEFAULT="iso8859-1"
72050 -# CONFIG_NLS_CODEPAGE_437 is not set
72051 -# CONFIG_NLS_CODEPAGE_737 is not set
72052 -# CONFIG_NLS_CODEPAGE_775 is not set
72053 -# CONFIG_NLS_CODEPAGE_850 is not set
72054 -# CONFIG_NLS_CODEPAGE_852 is not set
72055 -# CONFIG_NLS_CODEPAGE_855 is not set
72056 -# CONFIG_NLS_CODEPAGE_857 is not set
72057 -# CONFIG_NLS_CODEPAGE_860 is not set
72058 -# CONFIG_NLS_CODEPAGE_861 is not set
72059 -# CONFIG_NLS_CODEPAGE_862 is not set
72060 -# CONFIG_NLS_CODEPAGE_863 is not set
72061 -# CONFIG_NLS_CODEPAGE_864 is not set
72062 -# CONFIG_NLS_CODEPAGE_865 is not set
72063 -# CONFIG_NLS_CODEPAGE_866 is not set
72064 -# CONFIG_NLS_CODEPAGE_869 is not set
72065 -# CONFIG_NLS_CODEPAGE_936 is not set
72066 -# CONFIG_NLS_CODEPAGE_950 is not set
72067 -# CONFIG_NLS_CODEPAGE_932 is not set
72068 -# CONFIG_NLS_CODEPAGE_949 is not set
72069 -# CONFIG_NLS_CODEPAGE_874 is not set
72070 -# CONFIG_NLS_ISO8859_8 is not set
72071 -# CONFIG_NLS_CODEPAGE_1250 is not set
72072 -# CONFIG_NLS_CODEPAGE_1251 is not set
72073 -# CONFIG_NLS_ASCII is not set
72074 -# CONFIG_NLS_ISO8859_1 is not set
72075 -# CONFIG_NLS_ISO8859_2 is not set
72076 -# CONFIG_NLS_ISO8859_3 is not set
72077 -# CONFIG_NLS_ISO8859_4 is not set
72078 -# CONFIG_NLS_ISO8859_5 is not set
72079 -# CONFIG_NLS_ISO8859_6 is not set
72080 -# CONFIG_NLS_ISO8859_7 is not set
72081 -# CONFIG_NLS_ISO8859_9 is not set
72082 -# CONFIG_NLS_ISO8859_13 is not set
72083 -# CONFIG_NLS_ISO8859_14 is not set
72084 -# CONFIG_NLS_ISO8859_15 is not set
72085 -# CONFIG_NLS_KOI8_R is not set
72086 -# CONFIG_NLS_KOI8_U is not set
72087 -CONFIG_NLS_UTF8=m
72088 -# CONFIG_DLM is not set
72089 -
72090 -#
72091 -# Library routines
72092 -#
72093 -CONFIG_BITREVERSE=y
72094 -# CONFIG_CRC_CCITT is not set
72095 -# CONFIG_CRC16 is not set
72096 -# CONFIG_CRC_ITU_T is not set
72097 -CONFIG_CRC32=y
72098 -# CONFIG_CRC7 is not set
72099 -CONFIG_LIBCRC32C=m
72100 -CONFIG_ZLIB_INFLATE=y
72101 -CONFIG_PLIST=y
72102 -CONFIG_HAS_IOMEM=y
72103 -CONFIG_HAS_IOPORT=y
72104 -CONFIG_HAS_DMA=y
72105 -
72106 -#
72107 -# Kernel hacking
72108 -#
72109 -# CONFIG_PRINTK_TIME is not set
72110 -CONFIG_ENABLE_WARN_DEPRECATED=y
72111 -CONFIG_ENABLE_MUST_CHECK=y
72112 -# CONFIG_MAGIC_SYSRQ is not set
72113 -# CONFIG_UNUSED_SYMBOLS is not set
72114 -# CONFIG_DEBUG_FS is not set
72115 -# CONFIG_HEADERS_CHECK is not set
72116 -CONFIG_DEBUG_KERNEL=y
72117 -# CONFIG_DEBUG_SHIRQ is not set
72118 -CONFIG_DETECT_SOFTLOCKUP=y
72119 -CONFIG_SCHED_DEBUG=y
72120 -# CONFIG_SCHEDSTATS is not set
72121 -# CONFIG_TIMER_STATS is not set
72122 -# CONFIG_SLUB_DEBUG_ON is not set
72123 -# CONFIG_SLUB_STATS is not set
72124 -# CONFIG_DEBUG_RT_MUTEXES is not set
72125 -# CONFIG_RT_MUTEX_TESTER is not set
72126 -# CONFIG_DEBUG_SPINLOCK is not set
72127 -# CONFIG_DEBUG_MUTEXES is not set
72128 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
72129 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
72130 -# CONFIG_DEBUG_KOBJECT is not set
72131 -# CONFIG_DEBUG_HIGHMEM is not set
72132 -# CONFIG_DEBUG_BUGVERBOSE is not set
72133 -CONFIG_DEBUG_INFO=y
72134 -# CONFIG_DEBUG_VM is not set
72135 -# CONFIG_DEBUG_LIST is not set
72136 -# CONFIG_DEBUG_SG is not set
72137 -# CONFIG_BOOT_PRINTK_DELAY is not set
72138 -# CONFIG_RCU_TORTURE_TEST is not set
72139 -# CONFIG_BACKTRACE_SELF_TEST is not set
72140 -# CONFIG_FAULT_INJECTION is not set
72141 -# CONFIG_SAMPLES is not set
72142 -# CONFIG_DEBUG_STACKOVERFLOW is not set
72143 -# CONFIG_DEBUG_STACK_USAGE is not set
72144 -# CONFIG_DEBUG_PAGEALLOC is not set
72145 -# CONFIG_DEBUGGER is not set
72146 -# CONFIG_BDI_SWITCH is not set
72147 -# CONFIG_PPC_EARLY_DEBUG is not set
72148 -
72149 -#
72150 -# Security options
72151 -#
72152 -# CONFIG_KEYS is not set
72153 -# CONFIG_SECURITY is not set
72154 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
72155 -CONFIG_CRYPTO=y
72156 -CONFIG_CRYPTO_ALGAPI=y
72157 -CONFIG_CRYPTO_BLKCIPHER=y
72158 -# CONFIG_CRYPTO_SEQIV is not set
72159 -CONFIG_CRYPTO_HASH=y
72160 -CONFIG_CRYPTO_MANAGER=y
72161 -CONFIG_CRYPTO_HMAC=y
72162 -# CONFIG_CRYPTO_XCBC is not set
72163 -# CONFIG_CRYPTO_NULL is not set
72164 -# CONFIG_CRYPTO_MD4 is not set
72165 -CONFIG_CRYPTO_MD5=y
72166 -CONFIG_CRYPTO_SHA1=m
72167 -# CONFIG_CRYPTO_SHA256 is not set
72168 -# CONFIG_CRYPTO_SHA512 is not set
72169 -# CONFIG_CRYPTO_WP512 is not set
72170 -# CONFIG_CRYPTO_TGR192 is not set
72171 -# CONFIG_CRYPTO_GF128MUL is not set
72172 -# CONFIG_CRYPTO_ECB is not set
72173 -CONFIG_CRYPTO_CBC=y
72174 -CONFIG_CRYPTO_PCBC=m
72175 -# CONFIG_CRYPTO_LRW is not set
72176 -# CONFIG_CRYPTO_XTS is not set
72177 -# CONFIG_CRYPTO_CTR is not set
72178 -# CONFIG_CRYPTO_GCM is not set
72179 -# CONFIG_CRYPTO_CCM is not set
72180 -# CONFIG_CRYPTO_CRYPTD is not set
72181 -CONFIG_CRYPTO_DES=y
72182 -# CONFIG_CRYPTO_FCRYPT is not set
72183 -# CONFIG_CRYPTO_BLOWFISH is not set
72184 -# CONFIG_CRYPTO_TWOFISH is not set
72185 -# CONFIG_CRYPTO_SERPENT is not set
72186 -# CONFIG_CRYPTO_AES is not set
72187 -# CONFIG_CRYPTO_CAST5 is not set
72188 -# CONFIG_CRYPTO_CAST6 is not set
72189 -# CONFIG_CRYPTO_TEA is not set
72190 -# CONFIG_CRYPTO_ARC4 is not set
72191 -# CONFIG_CRYPTO_KHAZAD is not set
72192 -# CONFIG_CRYPTO_ANUBIS is not set
72193 -# CONFIG_CRYPTO_SEED is not set
72194 -# CONFIG_CRYPTO_SALSA20 is not set
72195 -# CONFIG_CRYPTO_DEFLATE is not set
72196 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
72197 -# CONFIG_CRYPTO_CRC32C is not set
72198 -# CONFIG_CRYPTO_CAMELLIA is not set
72199 -# CONFIG_CRYPTO_TEST is not set
72200 -# CONFIG_CRYPTO_AUTHENC is not set
72201 -# CONFIG_CRYPTO_LZO is not set
72202 -CONFIG_CRYPTO_HW=y
72203 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
72204 -# CONFIG_PPC_CLOCK is not set
72205 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc85xx_cds_defconfig powerpc.git/arch/powerpc/configs/mpc85xx_cds_defconfig
72206 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc85xx_cds_defconfig 2008-04-11 22:32:29.000000000 +0200
72207 +++ powerpc.git/arch/powerpc/configs/mpc85xx_cds_defconfig      1970-01-01 01:00:00.000000000 +0100
72208 @@ -1,935 +0,0 @@
72209 -#
72210 -# Automatically generated make config: don't edit
72211 -# Linux kernel version: 2.6.25-rc6
72212 -# Mon Mar 24 08:48:30 2008
72213 -#
72214 -# CONFIG_PPC64 is not set
72215 -
72216 -#
72217 -# Processor support
72218 -#
72219 -# CONFIG_6xx is not set
72220 -CONFIG_PPC_85xx=y
72221 -# CONFIG_PPC_8xx is not set
72222 -# CONFIG_40x is not set
72223 -# CONFIG_44x is not set
72224 -# CONFIG_E200 is not set
72225 -CONFIG_E500=y
72226 -CONFIG_BOOKE=y
72227 -CONFIG_FSL_BOOKE=y
72228 -CONFIG_FSL_EMB_PERFMON=y
72229 -# CONFIG_PHYS_64BIT is not set
72230 -CONFIG_SPE=y
72231 -# CONFIG_PPC_MM_SLICES is not set
72232 -CONFIG_PPC32=y
72233 -CONFIG_WORD_SIZE=32
72234 -CONFIG_PPC_MERGE=y
72235 -CONFIG_MMU=y
72236 -CONFIG_GENERIC_CMOS_UPDATE=y
72237 -CONFIG_GENERIC_TIME=y
72238 -CONFIG_GENERIC_TIME_VSYSCALL=y
72239 -CONFIG_GENERIC_CLOCKEVENTS=y
72240 -CONFIG_GENERIC_HARDIRQS=y
72241 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
72242 -CONFIG_IRQ_PER_CPU=y
72243 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
72244 -CONFIG_ARCH_HAS_ILOG2_U32=y
72245 -CONFIG_GENERIC_HWEIGHT=y
72246 -CONFIG_GENERIC_CALIBRATE_DELAY=y
72247 -CONFIG_GENERIC_FIND_NEXT_BIT=y
72248 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
72249 -CONFIG_PPC=y
72250 -CONFIG_EARLY_PRINTK=y
72251 -CONFIG_GENERIC_NVRAM=y
72252 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
72253 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
72254 -CONFIG_PPC_OF=y
72255 -CONFIG_OF=y
72256 -CONFIG_PPC_UDBG_16550=y
72257 -# CONFIG_GENERIC_TBSYNC is not set
72258 -CONFIG_AUDIT_ARCH=y
72259 -CONFIG_GENERIC_BUG=y
72260 -CONFIG_DEFAULT_UIMAGE=y
72261 -# CONFIG_PPC_DCR_NATIVE is not set
72262 -# CONFIG_PPC_DCR_MMIO is not set
72263 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
72264 -
72265 -#
72266 -# General setup
72267 -#
72268 -CONFIG_EXPERIMENTAL=y
72269 -CONFIG_BROKEN_ON_SMP=y
72270 -CONFIG_INIT_ENV_ARG_LIMIT=32
72271 -CONFIG_LOCALVERSION=""
72272 -CONFIG_LOCALVERSION_AUTO=y
72273 -CONFIG_SWAP=y
72274 -CONFIG_SYSVIPC=y
72275 -CONFIG_SYSVIPC_SYSCTL=y
72276 -# CONFIG_POSIX_MQUEUE is not set
72277 -# CONFIG_BSD_PROCESS_ACCT is not set
72278 -# CONFIG_TASKSTATS is not set
72279 -# CONFIG_AUDIT is not set
72280 -# CONFIG_IKCONFIG is not set
72281 -CONFIG_LOG_BUF_SHIFT=14
72282 -# CONFIG_CGROUPS is not set
72283 -CONFIG_GROUP_SCHED=y
72284 -# CONFIG_FAIR_GROUP_SCHED is not set
72285 -# CONFIG_RT_GROUP_SCHED is not set
72286 -CONFIG_USER_SCHED=y
72287 -# CONFIG_CGROUP_SCHED is not set
72288 -CONFIG_SYSFS_DEPRECATED=y
72289 -CONFIG_SYSFS_DEPRECATED_V2=y
72290 -# CONFIG_RELAY is not set
72291 -# CONFIG_NAMESPACES is not set
72292 -CONFIG_BLK_DEV_INITRD=y
72293 -CONFIG_INITRAMFS_SOURCE=""
72294 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
72295 -CONFIG_SYSCTL=y
72296 -CONFIG_EMBEDDED=y
72297 -CONFIG_SYSCTL_SYSCALL=y
72298 -CONFIG_KALLSYMS=y
72299 -# CONFIG_KALLSYMS_ALL is not set
72300 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
72301 -CONFIG_HOTPLUG=y
72302 -CONFIG_PRINTK=y
72303 -CONFIG_BUG=y
72304 -CONFIG_ELF_CORE=y
72305 -CONFIG_COMPAT_BRK=y
72306 -CONFIG_BASE_FULL=y
72307 -CONFIG_FUTEX=y
72308 -CONFIG_ANON_INODES=y
72309 -CONFIG_EPOLL=y
72310 -CONFIG_SIGNALFD=y
72311 -CONFIG_TIMERFD=y
72312 -CONFIG_EVENTFD=y
72313 -CONFIG_SHMEM=y
72314 -CONFIG_VM_EVENT_COUNTERS=y
72315 -CONFIG_SLUB_DEBUG=y
72316 -# CONFIG_SLAB is not set
72317 -CONFIG_SLUB=y
72318 -# CONFIG_SLOB is not set
72319 -# CONFIG_PROFILING is not set
72320 -# CONFIG_MARKERS is not set
72321 -CONFIG_HAVE_OPROFILE=y
72322 -CONFIG_HAVE_KPROBES=y
72323 -CONFIG_HAVE_KRETPROBES=y
72324 -CONFIG_PROC_PAGE_MONITOR=y
72325 -CONFIG_SLABINFO=y
72326 -CONFIG_RT_MUTEXES=y
72327 -# CONFIG_TINY_SHMEM is not set
72328 -CONFIG_BASE_SMALL=0
72329 -# CONFIG_MODULES is not set
72330 -CONFIG_BLOCK=y
72331 -# CONFIG_LBD is not set
72332 -# CONFIG_BLK_DEV_IO_TRACE is not set
72333 -# CONFIG_LSF is not set
72334 -# CONFIG_BLK_DEV_BSG is not set
72335 -
72336 -#
72337 -# IO Schedulers
72338 -#
72339 -CONFIG_IOSCHED_NOOP=y
72340 -CONFIG_IOSCHED_AS=y
72341 -CONFIG_IOSCHED_DEADLINE=y
72342 -CONFIG_IOSCHED_CFQ=y
72343 -CONFIG_DEFAULT_AS=y
72344 -# CONFIG_DEFAULT_DEADLINE is not set
72345 -# CONFIG_DEFAULT_CFQ is not set
72346 -# CONFIG_DEFAULT_NOOP is not set
72347 -CONFIG_DEFAULT_IOSCHED="anticipatory"
72348 -CONFIG_CLASSIC_RCU=y
72349 -
72350 -#
72351 -# Platform support
72352 -#
72353 -# CONFIG_PPC_MPC512x is not set
72354 -# CONFIG_PPC_MPC5121 is not set
72355 -# CONFIG_PPC_CELL is not set
72356 -# CONFIG_PPC_CELL_NATIVE is not set
72357 -# CONFIG_PQ2ADS is not set
72358 -CONFIG_MPC85xx=y
72359 -# CONFIG_MPC8540_ADS is not set
72360 -# CONFIG_MPC8560_ADS is not set
72361 -CONFIG_MPC85xx_CDS=y
72362 -# CONFIG_MPC85xx_MDS is not set
72363 -# CONFIG_MPC85xx_DS is not set
72364 -# CONFIG_STX_GP3 is not set
72365 -# CONFIG_TQM8540 is not set
72366 -# CONFIG_TQM8541 is not set
72367 -# CONFIG_TQM8555 is not set
72368 -# CONFIG_TQM8560 is not set
72369 -# CONFIG_SBC8548 is not set
72370 -# CONFIG_SBC8560 is not set
72371 -# CONFIG_IPIC is not set
72372 -CONFIG_MPIC=y
72373 -# CONFIG_MPIC_WEIRD is not set
72374 -CONFIG_PPC_I8259=y
72375 -# CONFIG_PPC_RTAS is not set
72376 -# CONFIG_MMIO_NVRAM is not set
72377 -# CONFIG_PPC_MPC106 is not set
72378 -# CONFIG_PPC_970_NAP is not set
72379 -# CONFIG_PPC_INDIRECT_IO is not set
72380 -# CONFIG_GENERIC_IOMAP is not set
72381 -# CONFIG_CPU_FREQ is not set
72382 -# CONFIG_CPM2 is not set
72383 -# CONFIG_FSL_ULI1575 is not set
72384 -
72385 -#
72386 -# Kernel options
72387 -#
72388 -# CONFIG_HIGHMEM is not set
72389 -CONFIG_TICK_ONESHOT=y
72390 -CONFIG_NO_HZ=y
72391 -CONFIG_HIGH_RES_TIMERS=y
72392 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
72393 -# CONFIG_HZ_100 is not set
72394 -CONFIG_HZ_250=y
72395 -# CONFIG_HZ_300 is not set
72396 -# CONFIG_HZ_1000 is not set
72397 -CONFIG_HZ=250
72398 -# CONFIG_SCHED_HRTICK is not set
72399 -CONFIG_PREEMPT_NONE=y
72400 -# CONFIG_PREEMPT_VOLUNTARY is not set
72401 -# CONFIG_PREEMPT is not set
72402 -CONFIG_BINFMT_ELF=y
72403 -CONFIG_BINFMT_MISC=y
72404 -CONFIG_MATH_EMULATION=y
72405 -# CONFIG_IOMMU_HELPER is not set
72406 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
72407 -CONFIG_ARCH_HAS_WALK_MEMORY=y
72408 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
72409 -CONFIG_ARCH_FLATMEM_ENABLE=y
72410 -CONFIG_ARCH_POPULATES_NODE_MAP=y
72411 -CONFIG_SELECT_MEMORY_MODEL=y
72412 -CONFIG_FLATMEM_MANUAL=y
72413 -# CONFIG_DISCONTIGMEM_MANUAL is not set
72414 -# CONFIG_SPARSEMEM_MANUAL is not set
72415 -CONFIG_FLATMEM=y
72416 -CONFIG_FLAT_NODE_MEM_MAP=y
72417 -# CONFIG_SPARSEMEM_STATIC is not set
72418 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
72419 -CONFIG_SPLIT_PTLOCK_CPUS=4
72420 -# CONFIG_RESOURCES_64BIT is not set
72421 -CONFIG_ZONE_DMA_FLAG=1
72422 -CONFIG_BOUNCE=y
72423 -CONFIG_VIRT_TO_BUS=y
72424 -CONFIG_PROC_DEVICETREE=y
72425 -# CONFIG_CMDLINE_BOOL is not set
72426 -# CONFIG_PM is not set
72427 -# CONFIG_SECCOMP is not set
72428 -CONFIG_ISA_DMA_API=y
72429 -
72430 -#
72431 -# Bus options
72432 -#
72433 -CONFIG_ZONE_DMA=y
72434 -CONFIG_PPC_INDIRECT_PCI=y
72435 -CONFIG_FSL_SOC=y
72436 -CONFIG_FSL_PCI=y
72437 -CONFIG_PCI=y
72438 -CONFIG_PCI_DOMAINS=y
72439 -CONFIG_PCI_SYSCALL=y
72440 -# CONFIG_PCIEPORTBUS is not set
72441 -CONFIG_ARCH_SUPPORTS_MSI=y
72442 -# CONFIG_PCI_MSI is not set
72443 -CONFIG_PCI_LEGACY=y
72444 -# CONFIG_PCI_DEBUG is not set
72445 -# CONFIG_PCCARD is not set
72446 -# CONFIG_HOTPLUG_PCI is not set
72447 -
72448 -#
72449 -# Advanced setup
72450 -#
72451 -# CONFIG_ADVANCED_OPTIONS is not set
72452 -
72453 -#
72454 -# Default settings for advanced configuration options are used
72455 -#
72456 -CONFIG_HIGHMEM_START=0xfe000000
72457 -CONFIG_LOWMEM_SIZE=0x30000000
72458 -CONFIG_KERNEL_START=0xc0000000
72459 -CONFIG_TASK_SIZE=0xc0000000
72460 -CONFIG_BOOT_LOAD=0x00800000
72461 -
72462 -#
72463 -# Networking
72464 -#
72465 -CONFIG_NET=y
72466 -
72467 -#
72468 -# Networking options
72469 -#
72470 -CONFIG_PACKET=y
72471 -# CONFIG_PACKET_MMAP is not set
72472 -CONFIG_UNIX=y
72473 -CONFIG_XFRM=y
72474 -CONFIG_XFRM_USER=y
72475 -# CONFIG_XFRM_SUB_POLICY is not set
72476 -# CONFIG_XFRM_MIGRATE is not set
72477 -# CONFIG_XFRM_STATISTICS is not set
72478 -# CONFIG_NET_KEY is not set
72479 -CONFIG_INET=y
72480 -CONFIG_IP_MULTICAST=y
72481 -# CONFIG_IP_ADVANCED_ROUTER is not set
72482 -CONFIG_IP_FIB_HASH=y
72483 -CONFIG_IP_PNP=y
72484 -CONFIG_IP_PNP_DHCP=y
72485 -CONFIG_IP_PNP_BOOTP=y
72486 -# CONFIG_IP_PNP_RARP is not set
72487 -# CONFIG_NET_IPIP is not set
72488 -# CONFIG_NET_IPGRE is not set
72489 -# CONFIG_IP_MROUTE is not set
72490 -# CONFIG_ARPD is not set
72491 -CONFIG_SYN_COOKIES=y
72492 -# CONFIG_INET_AH is not set
72493 -# CONFIG_INET_ESP is not set
72494 -# CONFIG_INET_IPCOMP is not set
72495 -# CONFIG_INET_XFRM_TUNNEL is not set
72496 -# CONFIG_INET_TUNNEL is not set
72497 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
72498 -CONFIG_INET_XFRM_MODE_TUNNEL=y
72499 -CONFIG_INET_XFRM_MODE_BEET=y
72500 -# CONFIG_INET_LRO is not set
72501 -CONFIG_INET_DIAG=y
72502 -CONFIG_INET_TCP_DIAG=y
72503 -# CONFIG_TCP_CONG_ADVANCED is not set
72504 -CONFIG_TCP_CONG_CUBIC=y
72505 -CONFIG_DEFAULT_TCP_CONG="cubic"
72506 -# CONFIG_TCP_MD5SIG is not set
72507 -# CONFIG_IPV6 is not set
72508 -# CONFIG_INET6_XFRM_TUNNEL is not set
72509 -# CONFIG_INET6_TUNNEL is not set
72510 -# CONFIG_NETWORK_SECMARK is not set
72511 -# CONFIG_NETFILTER is not set
72512 -# CONFIG_IP_DCCP is not set
72513 -# CONFIG_IP_SCTP is not set
72514 -# CONFIG_TIPC is not set
72515 -# CONFIG_ATM is not set
72516 -# CONFIG_BRIDGE is not set
72517 -# CONFIG_VLAN_8021Q is not set
72518 -# CONFIG_DECNET is not set
72519 -# CONFIG_LLC2 is not set
72520 -# CONFIG_IPX is not set
72521 -# CONFIG_ATALK is not set
72522 -# CONFIG_X25 is not set
72523 -# CONFIG_LAPB is not set
72524 -# CONFIG_ECONET is not set
72525 -# CONFIG_WAN_ROUTER is not set
72526 -# CONFIG_NET_SCHED is not set
72527 -
72528 -#
72529 -# Network testing
72530 -#
72531 -# CONFIG_NET_PKTGEN is not set
72532 -# CONFIG_HAMRADIO is not set
72533 -# CONFIG_CAN is not set
72534 -# CONFIG_IRDA is not set
72535 -# CONFIG_BT is not set
72536 -# CONFIG_AF_RXRPC is not set
72537 -
72538 -#
72539 -# Wireless
72540 -#
72541 -# CONFIG_CFG80211 is not set
72542 -# CONFIG_WIRELESS_EXT is not set
72543 -# CONFIG_MAC80211 is not set
72544 -# CONFIG_IEEE80211 is not set
72545 -# CONFIG_RFKILL is not set
72546 -# CONFIG_NET_9P is not set
72547 -
72548 -#
72549 -# Device Drivers
72550 -#
72551 -
72552 -#
72553 -# Generic Driver Options
72554 -#
72555 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
72556 -CONFIG_STANDALONE=y
72557 -CONFIG_PREVENT_FIRMWARE_BUILD=y
72558 -# CONFIG_FW_LOADER is not set
72559 -# CONFIG_DEBUG_DRIVER is not set
72560 -# CONFIG_DEBUG_DEVRES is not set
72561 -# CONFIG_SYS_HYPERVISOR is not set
72562 -# CONFIG_CONNECTOR is not set
72563 -# CONFIG_MTD is not set
72564 -CONFIG_OF_DEVICE=y
72565 -# CONFIG_PARPORT is not set
72566 -CONFIG_BLK_DEV=y
72567 -# CONFIG_BLK_DEV_FD is not set
72568 -# CONFIG_BLK_CPQ_DA is not set
72569 -# CONFIG_BLK_CPQ_CISS_DA is not set
72570 -# CONFIG_BLK_DEV_DAC960 is not set
72571 -# CONFIG_BLK_DEV_UMEM is not set
72572 -# CONFIG_BLK_DEV_COW_COMMON is not set
72573 -CONFIG_BLK_DEV_LOOP=y
72574 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
72575 -# CONFIG_BLK_DEV_NBD is not set
72576 -# CONFIG_BLK_DEV_SX8 is not set
72577 -CONFIG_BLK_DEV_RAM=y
72578 -CONFIG_BLK_DEV_RAM_COUNT=16
72579 -CONFIG_BLK_DEV_RAM_SIZE=32768
72580 -# CONFIG_BLK_DEV_XIP is not set
72581 -# CONFIG_CDROM_PKTCDVD is not set
72582 -# CONFIG_ATA_OVER_ETH is not set
72583 -CONFIG_MISC_DEVICES=y
72584 -# CONFIG_PHANTOM is not set
72585 -# CONFIG_EEPROM_93CX6 is not set
72586 -# CONFIG_SGI_IOC4 is not set
72587 -# CONFIG_TIFM_CORE is not set
72588 -# CONFIG_ENCLOSURE_SERVICES is not set
72589 -CONFIG_HAVE_IDE=y
72590 -CONFIG_IDE=y
72591 -CONFIG_IDE_MAX_HWIFS=4
72592 -CONFIG_BLK_DEV_IDE=y
72593 -
72594 -#
72595 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
72596 -#
72597 -# CONFIG_BLK_DEV_IDE_SATA is not set
72598 -# CONFIG_BLK_DEV_IDEDISK is not set
72599 -# CONFIG_IDEDISK_MULTI_MODE is not set
72600 -# CONFIG_BLK_DEV_IDECD is not set
72601 -# CONFIG_BLK_DEV_IDETAPE is not set
72602 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
72603 -# CONFIG_IDE_TASK_IOCTL is not set
72604 -CONFIG_IDE_PROC_FS=y
72605 -
72606 -#
72607 -# IDE chipset support/bugfixes
72608 -#
72609 -CONFIG_IDE_GENERIC=y
72610 -# CONFIG_BLK_DEV_PLATFORM is not set
72611 -CONFIG_BLK_DEV_IDEDMA_SFF=y
72612 -
72613 -#
72614 -# PCI IDE chipsets support
72615 -#
72616 -CONFIG_BLK_DEV_IDEPCI=y
72617 -CONFIG_IDEPCI_PCIBUS_ORDER=y
72618 -# CONFIG_BLK_DEV_OFFBOARD is not set
72619 -CONFIG_BLK_DEV_GENERIC=y
72620 -# CONFIG_BLK_DEV_OPTI621 is not set
72621 -CONFIG_BLK_DEV_IDEDMA_PCI=y
72622 -# CONFIG_BLK_DEV_AEC62XX is not set
72623 -# CONFIG_BLK_DEV_ALI15X3 is not set
72624 -# CONFIG_BLK_DEV_AMD74XX is not set
72625 -# CONFIG_BLK_DEV_CMD64X is not set
72626 -# CONFIG_BLK_DEV_TRIFLEX is not set
72627 -# CONFIG_BLK_DEV_CY82C693 is not set
72628 -# CONFIG_BLK_DEV_CS5520 is not set
72629 -# CONFIG_BLK_DEV_CS5530 is not set
72630 -# CONFIG_BLK_DEV_HPT34X is not set
72631 -# CONFIG_BLK_DEV_HPT366 is not set
72632 -# CONFIG_BLK_DEV_JMICRON is not set
72633 -# CONFIG_BLK_DEV_SC1200 is not set
72634 -# CONFIG_BLK_DEV_PIIX is not set
72635 -# CONFIG_BLK_DEV_IT8213 is not set
72636 -# CONFIG_BLK_DEV_IT821X is not set
72637 -# CONFIG_BLK_DEV_NS87415 is not set
72638 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
72639 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
72640 -# CONFIG_BLK_DEV_SVWKS is not set
72641 -# CONFIG_BLK_DEV_SIIMAGE is not set
72642 -# CONFIG_BLK_DEV_SL82C105 is not set
72643 -# CONFIG_BLK_DEV_SLC90E66 is not set
72644 -# CONFIG_BLK_DEV_TRM290 is not set
72645 -CONFIG_BLK_DEV_VIA82CXXX=y
72646 -# CONFIG_BLK_DEV_TC86C001 is not set
72647 -CONFIG_BLK_DEV_IDEDMA=y
72648 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
72649 -# CONFIG_BLK_DEV_HD is not set
72650 -
72651 -#
72652 -# SCSI device support
72653 -#
72654 -# CONFIG_RAID_ATTRS is not set
72655 -# CONFIG_SCSI is not set
72656 -# CONFIG_SCSI_DMA is not set
72657 -# CONFIG_SCSI_NETLINK is not set
72658 -# CONFIG_ATA is not set
72659 -# CONFIG_MD is not set
72660 -# CONFIG_FUSION is not set
72661 -
72662 -#
72663 -# IEEE 1394 (FireWire) support
72664 -#
72665 -# CONFIG_FIREWIRE is not set
72666 -# CONFIG_IEEE1394 is not set
72667 -# CONFIG_I2O is not set
72668 -# CONFIG_MACINTOSH_DRIVERS is not set
72669 -CONFIG_NETDEVICES=y
72670 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
72671 -# CONFIG_DUMMY is not set
72672 -# CONFIG_BONDING is not set
72673 -# CONFIG_MACVLAN is not set
72674 -# CONFIG_EQUALIZER is not set
72675 -# CONFIG_TUN is not set
72676 -# CONFIG_VETH is not set
72677 -# CONFIG_ARCNET is not set
72678 -CONFIG_PHYLIB=y
72679 -
72680 -#
72681 -# MII PHY device drivers
72682 -#
72683 -# CONFIG_MARVELL_PHY is not set
72684 -# CONFIG_DAVICOM_PHY is not set
72685 -# CONFIG_QSEMI_PHY is not set
72686 -# CONFIG_LXT_PHY is not set
72687 -# CONFIG_CICADA_PHY is not set
72688 -# CONFIG_VITESSE_PHY is not set
72689 -# CONFIG_SMSC_PHY is not set
72690 -# CONFIG_BROADCOM_PHY is not set
72691 -# CONFIG_ICPLUS_PHY is not set
72692 -# CONFIG_REALTEK_PHY is not set
72693 -# CONFIG_FIXED_PHY is not set
72694 -# CONFIG_MDIO_BITBANG is not set
72695 -CONFIG_NET_ETHERNET=y
72696 -CONFIG_MII=y
72697 -# CONFIG_HAPPYMEAL is not set
72698 -# CONFIG_SUNGEM is not set
72699 -# CONFIG_CASSINI is not set
72700 -# CONFIG_NET_VENDOR_3COM is not set
72701 -# CONFIG_NET_TULIP is not set
72702 -# CONFIG_HP100 is not set
72703 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
72704 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
72705 -# CONFIG_IBM_NEW_EMAC_TAH is not set
72706 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
72707 -# CONFIG_NET_PCI is not set
72708 -# CONFIG_B44 is not set
72709 -CONFIG_NETDEV_1000=y
72710 -# CONFIG_ACENIC is not set
72711 -# CONFIG_DL2K is not set
72712 -CONFIG_E1000=y
72713 -CONFIG_E1000_NAPI=y
72714 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
72715 -# CONFIG_E1000E is not set
72716 -# CONFIG_E1000E_ENABLED is not set
72717 -# CONFIG_IP1000 is not set
72718 -# CONFIG_IGB is not set
72719 -# CONFIG_NS83820 is not set
72720 -# CONFIG_HAMACHI is not set
72721 -# CONFIG_YELLOWFIN is not set
72722 -# CONFIG_R8169 is not set
72723 -# CONFIG_SIS190 is not set
72724 -# CONFIG_SKGE is not set
72725 -# CONFIG_SKY2 is not set
72726 -# CONFIG_SK98LIN is not set
72727 -# CONFIG_VIA_VELOCITY is not set
72728 -# CONFIG_TIGON3 is not set
72729 -# CONFIG_BNX2 is not set
72730 -CONFIG_GIANFAR=y
72731 -CONFIG_GFAR_NAPI=y
72732 -# CONFIG_QLA3XXX is not set
72733 -# CONFIG_ATL1 is not set
72734 -CONFIG_NETDEV_10000=y
72735 -# CONFIG_CHELSIO_T1 is not set
72736 -# CONFIG_CHELSIO_T3 is not set
72737 -# CONFIG_IXGBE is not set
72738 -# CONFIG_IXGB is not set
72739 -# CONFIG_S2IO is not set
72740 -# CONFIG_MYRI10GE is not set
72741 -# CONFIG_NETXEN_NIC is not set
72742 -# CONFIG_NIU is not set
72743 -# CONFIG_MLX4_CORE is not set
72744 -# CONFIG_TEHUTI is not set
72745 -# CONFIG_BNX2X is not set
72746 -# CONFIG_TR is not set
72747 -
72748 -#
72749 -# Wireless LAN
72750 -#
72751 -# CONFIG_WLAN_PRE80211 is not set
72752 -# CONFIG_WLAN_80211 is not set
72753 -# CONFIG_WAN is not set
72754 -# CONFIG_FDDI is not set
72755 -# CONFIG_HIPPI is not set
72756 -# CONFIG_PPP is not set
72757 -# CONFIG_SLIP is not set
72758 -# CONFIG_NETCONSOLE is not set
72759 -# CONFIG_NETPOLL is not set
72760 -# CONFIG_NET_POLL_CONTROLLER is not set
72761 -# CONFIG_ISDN is not set
72762 -# CONFIG_PHONE is not set
72763 -
72764 -#
72765 -# Input device support
72766 -#
72767 -CONFIG_INPUT=y
72768 -# CONFIG_INPUT_FF_MEMLESS is not set
72769 -# CONFIG_INPUT_POLLDEV is not set
72770 -
72771 -#
72772 -# Userland interfaces
72773 -#
72774 -# CONFIG_INPUT_MOUSEDEV is not set
72775 -# CONFIG_INPUT_JOYDEV is not set
72776 -# CONFIG_INPUT_EVDEV is not set
72777 -# CONFIG_INPUT_EVBUG is not set
72778 -
72779 -#
72780 -# Input Device Drivers
72781 -#
72782 -# CONFIG_INPUT_KEYBOARD is not set
72783 -# CONFIG_INPUT_MOUSE is not set
72784 -# CONFIG_INPUT_JOYSTICK is not set
72785 -# CONFIG_INPUT_TABLET is not set
72786 -# CONFIG_INPUT_TOUCHSCREEN is not set
72787 -# CONFIG_INPUT_MISC is not set
72788 -
72789 -#
72790 -# Hardware I/O ports
72791 -#
72792 -# CONFIG_SERIO is not set
72793 -# CONFIG_GAMEPORT is not set
72794 -
72795 -#
72796 -# Character devices
72797 -#
72798 -# CONFIG_VT is not set
72799 -# CONFIG_SERIAL_NONSTANDARD is not set
72800 -# CONFIG_NOZOMI is not set
72801 -
72802 -#
72803 -# Serial drivers
72804 -#
72805 -CONFIG_SERIAL_8250=y
72806 -CONFIG_SERIAL_8250_CONSOLE=y
72807 -CONFIG_SERIAL_8250_PCI=y
72808 -CONFIG_SERIAL_8250_NR_UARTS=4
72809 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
72810 -# CONFIG_SERIAL_8250_EXTENDED is not set
72811 -CONFIG_SERIAL_8250_SHARE_IRQ=y
72812 -
72813 -#
72814 -# Non-8250 serial port support
72815 -#
72816 -# CONFIG_SERIAL_UARTLITE is not set
72817 -CONFIG_SERIAL_CORE=y
72818 -CONFIG_SERIAL_CORE_CONSOLE=y
72819 -# CONFIG_SERIAL_JSM is not set
72820 -# CONFIG_SERIAL_OF_PLATFORM is not set
72821 -CONFIG_UNIX98_PTYS=y
72822 -CONFIG_LEGACY_PTYS=y
72823 -CONFIG_LEGACY_PTY_COUNT=256
72824 -# CONFIG_IPMI_HANDLER is not set
72825 -# CONFIG_HW_RANDOM is not set
72826 -# CONFIG_NVRAM is not set
72827 -CONFIG_GEN_RTC=y
72828 -# CONFIG_GEN_RTC_X is not set
72829 -# CONFIG_R3964 is not set
72830 -# CONFIG_APPLICOM is not set
72831 -# CONFIG_RAW_DRIVER is not set
72832 -# CONFIG_TCG_TPM is not set
72833 -CONFIG_DEVPORT=y
72834 -# CONFIG_I2C is not set
72835 -
72836 -#
72837 -# SPI support
72838 -#
72839 -# CONFIG_SPI is not set
72840 -# CONFIG_SPI_MASTER is not set
72841 -# CONFIG_W1 is not set
72842 -# CONFIG_POWER_SUPPLY is not set
72843 -CONFIG_HWMON=y
72844 -# CONFIG_HWMON_VID is not set
72845 -# CONFIG_SENSORS_I5K_AMB is not set
72846 -# CONFIG_SENSORS_F71805F is not set
72847 -# CONFIG_SENSORS_F71882FG is not set
72848 -# CONFIG_SENSORS_IT87 is not set
72849 -# CONFIG_SENSORS_PC87360 is not set
72850 -# CONFIG_SENSORS_PC87427 is not set
72851 -# CONFIG_SENSORS_SIS5595 is not set
72852 -# CONFIG_SENSORS_SMSC47M1 is not set
72853 -# CONFIG_SENSORS_SMSC47B397 is not set
72854 -# CONFIG_SENSORS_VIA686A is not set
72855 -# CONFIG_SENSORS_VT1211 is not set
72856 -# CONFIG_SENSORS_VT8231 is not set
72857 -# CONFIG_SENSORS_W83627HF is not set
72858 -# CONFIG_SENSORS_W83627EHF is not set
72859 -# CONFIG_HWMON_DEBUG_CHIP is not set
72860 -# CONFIG_THERMAL is not set
72861 -# CONFIG_WATCHDOG is not set
72862 -
72863 -#
72864 -# Sonics Silicon Backplane
72865 -#
72866 -CONFIG_SSB_POSSIBLE=y
72867 -# CONFIG_SSB is not set
72868 -
72869 -#
72870 -# Multifunction device drivers
72871 -#
72872 -# CONFIG_MFD_SM501 is not set
72873 -
72874 -#
72875 -# Multimedia devices
72876 -#
72877 -# CONFIG_VIDEO_DEV is not set
72878 -# CONFIG_DVB_CORE is not set
72879 -CONFIG_DAB=y
72880 -
72881 -#
72882 -# Graphics support
72883 -#
72884 -# CONFIG_AGP is not set
72885 -# CONFIG_DRM is not set
72886 -# CONFIG_VGASTATE is not set
72887 -CONFIG_VIDEO_OUTPUT_CONTROL=y
72888 -# CONFIG_FB is not set
72889 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
72890 -
72891 -#
72892 -# Display device support
72893 -#
72894 -# CONFIG_DISPLAY_SUPPORT is not set
72895 -
72896 -#
72897 -# Sound
72898 -#
72899 -# CONFIG_SOUND is not set
72900 -CONFIG_HID_SUPPORT=y
72901 -CONFIG_HID=y
72902 -# CONFIG_HID_DEBUG is not set
72903 -# CONFIG_HIDRAW is not set
72904 -CONFIG_USB_SUPPORT=y
72905 -CONFIG_USB_ARCH_HAS_HCD=y
72906 -CONFIG_USB_ARCH_HAS_OHCI=y
72907 -CONFIG_USB_ARCH_HAS_EHCI=y
72908 -# CONFIG_USB is not set
72909 -
72910 -#
72911 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
72912 -#
72913 -# CONFIG_USB_GADGET is not set
72914 -# CONFIG_MMC is not set
72915 -# CONFIG_MEMSTICK is not set
72916 -# CONFIG_NEW_LEDS is not set
72917 -# CONFIG_INFINIBAND is not set
72918 -# CONFIG_EDAC is not set
72919 -# CONFIG_RTC_CLASS is not set
72920 -# CONFIG_DMADEVICES is not set
72921 -
72922 -#
72923 -# Userspace I/O
72924 -#
72925 -# CONFIG_UIO is not set
72926 -
72927 -#
72928 -# File systems
72929 -#
72930 -CONFIG_EXT2_FS=y
72931 -# CONFIG_EXT2_FS_XATTR is not set
72932 -# CONFIG_EXT2_FS_XIP is not set
72933 -CONFIG_EXT3_FS=y
72934 -CONFIG_EXT3_FS_XATTR=y
72935 -# CONFIG_EXT3_FS_POSIX_ACL is not set
72936 -# CONFIG_EXT3_FS_SECURITY is not set
72937 -# CONFIG_EXT4DEV_FS is not set
72938 -CONFIG_JBD=y
72939 -CONFIG_FS_MBCACHE=y
72940 -# CONFIG_REISERFS_FS is not set
72941 -# CONFIG_JFS_FS is not set
72942 -# CONFIG_FS_POSIX_ACL is not set
72943 -# CONFIG_XFS_FS is not set
72944 -# CONFIG_GFS2_FS is not set
72945 -# CONFIG_OCFS2_FS is not set
72946 -CONFIG_DNOTIFY=y
72947 -CONFIG_INOTIFY=y
72948 -CONFIG_INOTIFY_USER=y
72949 -# CONFIG_QUOTA is not set
72950 -# CONFIG_AUTOFS_FS is not set
72951 -# CONFIG_AUTOFS4_FS is not set
72952 -# CONFIG_FUSE_FS is not set
72953 -
72954 -#
72955 -# CD-ROM/DVD Filesystems
72956 -#
72957 -# CONFIG_ISO9660_FS is not set
72958 -# CONFIG_UDF_FS is not set
72959 -
72960 -#
72961 -# DOS/FAT/NT Filesystems
72962 -#
72963 -# CONFIG_MSDOS_FS is not set
72964 -# CONFIG_VFAT_FS is not set
72965 -# CONFIG_NTFS_FS is not set
72966 -
72967 -#
72968 -# Pseudo filesystems
72969 -#
72970 -CONFIG_PROC_FS=y
72971 -CONFIG_PROC_KCORE=y
72972 -CONFIG_PROC_SYSCTL=y
72973 -CONFIG_SYSFS=y
72974 -CONFIG_TMPFS=y
72975 -# CONFIG_TMPFS_POSIX_ACL is not set
72976 -# CONFIG_HUGETLB_PAGE is not set
72977 -# CONFIG_CONFIGFS_FS is not set
72978 -
72979 -#
72980 -# Miscellaneous filesystems
72981 -#
72982 -# CONFIG_ADFS_FS is not set
72983 -# CONFIG_AFFS_FS is not set
72984 -# CONFIG_HFS_FS is not set
72985 -# CONFIG_HFSPLUS_FS is not set
72986 -# CONFIG_BEFS_FS is not set
72987 -# CONFIG_BFS_FS is not set
72988 -# CONFIG_EFS_FS is not set
72989 -# CONFIG_CRAMFS is not set
72990 -# CONFIG_VXFS_FS is not set
72991 -# CONFIG_MINIX_FS is not set
72992 -# CONFIG_HPFS_FS is not set
72993 -# CONFIG_QNX4FS_FS is not set
72994 -# CONFIG_ROMFS_FS is not set
72995 -# CONFIG_SYSV_FS is not set
72996 -# CONFIG_UFS_FS is not set
72997 -CONFIG_NETWORK_FILESYSTEMS=y
72998 -CONFIG_NFS_FS=y
72999 -# CONFIG_NFS_V3 is not set
73000 -# CONFIG_NFS_V4 is not set
73001 -# CONFIG_NFS_DIRECTIO is not set
73002 -# CONFIG_NFSD is not set
73003 -CONFIG_ROOT_NFS=y
73004 -CONFIG_LOCKD=y
73005 -CONFIG_NFS_COMMON=y
73006 -CONFIG_SUNRPC=y
73007 -# CONFIG_SUNRPC_BIND34 is not set
73008 -# CONFIG_RPCSEC_GSS_KRB5 is not set
73009 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
73010 -# CONFIG_SMB_FS is not set
73011 -# CONFIG_CIFS is not set
73012 -# CONFIG_NCP_FS is not set
73013 -# CONFIG_CODA_FS is not set
73014 -# CONFIG_AFS_FS is not set
73015 -
73016 -#
73017 -# Partition Types
73018 -#
73019 -CONFIG_PARTITION_ADVANCED=y
73020 -# CONFIG_ACORN_PARTITION is not set
73021 -# CONFIG_OSF_PARTITION is not set
73022 -# CONFIG_AMIGA_PARTITION is not set
73023 -# CONFIG_ATARI_PARTITION is not set
73024 -# CONFIG_MAC_PARTITION is not set
73025 -# CONFIG_MSDOS_PARTITION is not set
73026 -# CONFIG_LDM_PARTITION is not set
73027 -# CONFIG_SGI_PARTITION is not set
73028 -# CONFIG_ULTRIX_PARTITION is not set
73029 -# CONFIG_SUN_PARTITION is not set
73030 -# CONFIG_KARMA_PARTITION is not set
73031 -# CONFIG_EFI_PARTITION is not set
73032 -# CONFIG_SYSV68_PARTITION is not set
73033 -# CONFIG_NLS is not set
73034 -# CONFIG_DLM is not set
73035 -
73036 -#
73037 -# Library routines
73038 -#
73039 -CONFIG_BITREVERSE=y
73040 -# CONFIG_CRC_CCITT is not set
73041 -# CONFIG_CRC16 is not set
73042 -# CONFIG_CRC_ITU_T is not set
73043 -CONFIG_CRC32=y
73044 -# CONFIG_CRC7 is not set
73045 -# CONFIG_LIBCRC32C is not set
73046 -CONFIG_PLIST=y
73047 -CONFIG_HAS_IOMEM=y
73048 -CONFIG_HAS_IOPORT=y
73049 -CONFIG_HAS_DMA=y
73050 -
73051 -#
73052 -# Kernel hacking
73053 -#
73054 -# CONFIG_PRINTK_TIME is not set
73055 -CONFIG_ENABLE_WARN_DEPRECATED=y
73056 -CONFIG_ENABLE_MUST_CHECK=y
73057 -# CONFIG_MAGIC_SYSRQ is not set
73058 -# CONFIG_UNUSED_SYMBOLS is not set
73059 -# CONFIG_DEBUG_FS is not set
73060 -# CONFIG_HEADERS_CHECK is not set
73061 -CONFIG_DEBUG_KERNEL=y
73062 -# CONFIG_DEBUG_SHIRQ is not set
73063 -CONFIG_DETECT_SOFTLOCKUP=y
73064 -CONFIG_SCHED_DEBUG=y
73065 -# CONFIG_SCHEDSTATS is not set
73066 -# CONFIG_TIMER_STATS is not set
73067 -# CONFIG_SLUB_DEBUG_ON is not set
73068 -# CONFIG_SLUB_STATS is not set
73069 -# CONFIG_DEBUG_RT_MUTEXES is not set
73070 -# CONFIG_RT_MUTEX_TESTER is not set
73071 -# CONFIG_DEBUG_SPINLOCK is not set
73072 -CONFIG_DEBUG_MUTEXES=y
73073 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
73074 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
73075 -# CONFIG_DEBUG_KOBJECT is not set
73076 -# CONFIG_DEBUG_BUGVERBOSE is not set
73077 -# CONFIG_DEBUG_INFO is not set
73078 -# CONFIG_DEBUG_VM is not set
73079 -# CONFIG_DEBUG_LIST is not set
73080 -# CONFIG_DEBUG_SG is not set
73081 -# CONFIG_BOOT_PRINTK_DELAY is not set
73082 -# CONFIG_BACKTRACE_SELF_TEST is not set
73083 -# CONFIG_FAULT_INJECTION is not set
73084 -# CONFIG_SAMPLES is not set
73085 -# CONFIG_DEBUG_STACKOVERFLOW is not set
73086 -# CONFIG_DEBUG_STACK_USAGE is not set
73087 -# CONFIG_DEBUG_PAGEALLOC is not set
73088 -# CONFIG_DEBUGGER is not set
73089 -# CONFIG_BDI_SWITCH is not set
73090 -# CONFIG_PPC_EARLY_DEBUG is not set
73091 -
73092 -#
73093 -# Security options
73094 -#
73095 -# CONFIG_KEYS is not set
73096 -# CONFIG_SECURITY is not set
73097 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
73098 -CONFIG_CRYPTO=y
73099 -# CONFIG_CRYPTO_SEQIV is not set
73100 -# CONFIG_CRYPTO_MANAGER is not set
73101 -# CONFIG_CRYPTO_HMAC is not set
73102 -# CONFIG_CRYPTO_XCBC is not set
73103 -# CONFIG_CRYPTO_NULL is not set
73104 -# CONFIG_CRYPTO_MD4 is not set
73105 -# CONFIG_CRYPTO_MD5 is not set
73106 -# CONFIG_CRYPTO_SHA1 is not set
73107 -# CONFIG_CRYPTO_SHA256 is not set
73108 -# CONFIG_CRYPTO_SHA512 is not set
73109 -# CONFIG_CRYPTO_WP512 is not set
73110 -# CONFIG_CRYPTO_TGR192 is not set
73111 -# CONFIG_CRYPTO_GF128MUL is not set
73112 -# CONFIG_CRYPTO_ECB is not set
73113 -# CONFIG_CRYPTO_CBC is not set
73114 -# CONFIG_CRYPTO_PCBC is not set
73115 -# CONFIG_CRYPTO_LRW is not set
73116 -# CONFIG_CRYPTO_XTS is not set
73117 -# CONFIG_CRYPTO_CTR is not set
73118 -# CONFIG_CRYPTO_GCM is not set
73119 -# CONFIG_CRYPTO_CCM is not set
73120 -# CONFIG_CRYPTO_CRYPTD is not set
73121 -# CONFIG_CRYPTO_DES is not set
73122 -# CONFIG_CRYPTO_FCRYPT is not set
73123 -# CONFIG_CRYPTO_BLOWFISH is not set
73124 -# CONFIG_CRYPTO_TWOFISH is not set
73125 -# CONFIG_CRYPTO_SERPENT is not set
73126 -# CONFIG_CRYPTO_AES is not set
73127 -# CONFIG_CRYPTO_CAST5 is not set
73128 -# CONFIG_CRYPTO_CAST6 is not set
73129 -# CONFIG_CRYPTO_TEA is not set
73130 -# CONFIG_CRYPTO_ARC4 is not set
73131 -# CONFIG_CRYPTO_KHAZAD is not set
73132 -# CONFIG_CRYPTO_ANUBIS is not set
73133 -# CONFIG_CRYPTO_SEED is not set
73134 -# CONFIG_CRYPTO_SALSA20 is not set
73135 -# CONFIG_CRYPTO_DEFLATE is not set
73136 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
73137 -# CONFIG_CRYPTO_CRC32C is not set
73138 -# CONFIG_CRYPTO_CAMELLIA is not set
73139 -# CONFIG_CRYPTO_AUTHENC is not set
73140 -# CONFIG_CRYPTO_LZO is not set
73141 -CONFIG_CRYPTO_HW=y
73142 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
73143 -# CONFIG_PPC_CLOCK is not set
73144 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/pmac32_defconfig powerpc.git/arch/powerpc/configs/pmac32_defconfig
73145 --- linux-2.6.25-rc9/arch/powerpc/configs/pmac32_defconfig      2008-04-11 22:32:29.000000000 +0200
73146 +++ powerpc.git/arch/powerpc/configs/pmac32_defconfig   2008-04-19 16:40:52.000000000 +0200
73147 @@ -1,7 +1,7 @@
73148  #
73149  # Automatically generated make config: don't edit
73150  # Linux kernel version: 2.6.25-rc6
73151 -# Thu Mar 20 11:05:14 2008
73152 +# Thu Mar 27 13:56:21 2008
73153  #
73154  # CONFIG_PPC64 is not set
73155  
73156 @@ -77,8 +77,6 @@
73157  CONFIG_LOG_BUF_SHIFT=14
73158  # CONFIG_CGROUPS is not set
73159  # CONFIG_GROUP_SCHED is not set
73160 -# CONFIG_USER_SCHED is not set
73161 -# CONFIG_CGROUP_SCHED is not set
73162  CONFIG_SYSFS_DEPRECATED=y
73163  CONFIG_SYSFS_DEPRECATED_V2=y
73164  # CONFIG_RELAY is not set
73165 @@ -272,7 +270,7 @@
73166  # CONFIG_PCIEPORTBUS is not set
73167  CONFIG_ARCH_SUPPORTS_MSI=y
73168  # CONFIG_PCI_MSI is not set
73169 -CONFIG_PCI_LEGACY=y
73170 +# CONFIG_PCI_LEGACY is not set
73171  # CONFIG_PCI_DEBUG is not set
73172  CONFIG_PCCARD=m
73173  # CONFIG_PCMCIA_DEBUG is not set
73174 @@ -1895,6 +1893,7 @@
73175  CONFIG_HAS_IOMEM=y
73176  CONFIG_HAS_IOPORT=y
73177  CONFIG_HAS_DMA=y
73178 +CONFIG_HAVE_LMB=y
73179  
73180  #
73181  # Kernel hacking
73182 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ppc40x_defconfig powerpc.git/arch/powerpc/configs/ppc40x_defconfig
73183 --- linux-2.6.25-rc9/arch/powerpc/configs/ppc40x_defconfig      1970-01-01 01:00:00.000000000 +0100
73184 +++ powerpc.git/arch/powerpc/configs/ppc40x_defconfig   2008-04-19 16:40:52.000000000 +0200
73185 @@ -0,0 +1,896 @@
73186 +#
73187 +# Automatically generated make config: don't edit
73188 +# Linux kernel version: 2.6.25-rc9
73189 +# Tue Apr 15 08:46:44 2008
73190 +#
73191 +# CONFIG_PPC64 is not set
73192 +
73193 +#
73194 +# Processor support
73195 +#
73196 +# CONFIG_6xx is not set
73197 +# CONFIG_PPC_85xx is not set
73198 +# CONFIG_PPC_8xx is not set
73199 +CONFIG_40x=y
73200 +# CONFIG_44x is not set
73201 +# CONFIG_E200 is not set
73202 +CONFIG_4xx=y
73203 +# CONFIG_PPC_MM_SLICES is not set
73204 +CONFIG_NOT_COHERENT_CACHE=y
73205 +CONFIG_PPC32=y
73206 +CONFIG_WORD_SIZE=32
73207 +CONFIG_PPC_MERGE=y
73208 +CONFIG_MMU=y
73209 +CONFIG_GENERIC_CMOS_UPDATE=y
73210 +CONFIG_GENERIC_TIME=y
73211 +CONFIG_GENERIC_TIME_VSYSCALL=y
73212 +CONFIG_GENERIC_CLOCKEVENTS=y
73213 +CONFIG_GENERIC_HARDIRQS=y
73214 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
73215 +CONFIG_IRQ_PER_CPU=y
73216 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
73217 +CONFIG_ARCH_HAS_ILOG2_U32=y
73218 +CONFIG_GENERIC_HWEIGHT=y
73219 +CONFIG_GENERIC_CALIBRATE_DELAY=y
73220 +CONFIG_GENERIC_FIND_NEXT_BIT=y
73221 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
73222 +CONFIG_PPC=y
73223 +CONFIG_EARLY_PRINTK=y
73224 +CONFIG_GENERIC_NVRAM=y
73225 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
73226 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
73227 +CONFIG_PPC_OF=y
73228 +CONFIG_OF=y
73229 +CONFIG_PPC_UDBG_16550=y
73230 +# CONFIG_GENERIC_TBSYNC is not set
73231 +CONFIG_AUDIT_ARCH=y
73232 +CONFIG_GENERIC_BUG=y
73233 +# CONFIG_DEFAULT_UIMAGE is not set
73234 +CONFIG_PPC_DCR_NATIVE=y
73235 +# CONFIG_PPC_DCR_MMIO is not set
73236 +CONFIG_PPC_DCR=y
73237 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
73238 +
73239 +#
73240 +# General setup
73241 +#
73242 +CONFIG_EXPERIMENTAL=y
73243 +CONFIG_BROKEN_ON_SMP=y
73244 +CONFIG_INIT_ENV_ARG_LIMIT=32
73245 +CONFIG_LOCALVERSION=""
73246 +CONFIG_LOCALVERSION_AUTO=y
73247 +CONFIG_SWAP=y
73248 +CONFIG_SYSVIPC=y
73249 +CONFIG_SYSVIPC_SYSCTL=y
73250 +CONFIG_POSIX_MQUEUE=y
73251 +# CONFIG_BSD_PROCESS_ACCT is not set
73252 +# CONFIG_TASKSTATS is not set
73253 +# CONFIG_AUDIT is not set
73254 +# CONFIG_IKCONFIG is not set
73255 +CONFIG_LOG_BUF_SHIFT=14
73256 +# CONFIG_CGROUPS is not set
73257 +CONFIG_GROUP_SCHED=y
73258 +CONFIG_FAIR_GROUP_SCHED=y
73259 +# CONFIG_RT_GROUP_SCHED is not set
73260 +CONFIG_USER_SCHED=y
73261 +# CONFIG_CGROUP_SCHED is not set
73262 +CONFIG_SYSFS_DEPRECATED=y
73263 +CONFIG_SYSFS_DEPRECATED_V2=y
73264 +# CONFIG_RELAY is not set
73265 +# CONFIG_NAMESPACES is not set
73266 +CONFIG_BLK_DEV_INITRD=y
73267 +CONFIG_INITRAMFS_SOURCE=""
73268 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
73269 +CONFIG_SYSCTL=y
73270 +CONFIG_EMBEDDED=y
73271 +CONFIG_SYSCTL_SYSCALL=y
73272 +CONFIG_KALLSYMS=y
73273 +CONFIG_KALLSYMS_ALL=y
73274 +CONFIG_KALLSYMS_EXTRA_PASS=y
73275 +CONFIG_HOTPLUG=y
73276 +CONFIG_PRINTK=y
73277 +CONFIG_BUG=y
73278 +CONFIG_ELF_CORE=y
73279 +CONFIG_COMPAT_BRK=y
73280 +CONFIG_BASE_FULL=y
73281 +CONFIG_FUTEX=y
73282 +CONFIG_ANON_INODES=y
73283 +CONFIG_EPOLL=y
73284 +CONFIG_SIGNALFD=y
73285 +CONFIG_TIMERFD=y
73286 +CONFIG_EVENTFD=y
73287 +CONFIG_SHMEM=y
73288 +CONFIG_VM_EVENT_COUNTERS=y
73289 +CONFIG_SLUB_DEBUG=y
73290 +# CONFIG_SLAB is not set
73291 +CONFIG_SLUB=y
73292 +# CONFIG_SLOB is not set
73293 +# CONFIG_PROFILING is not set
73294 +# CONFIG_MARKERS is not set
73295 +CONFIG_HAVE_OPROFILE=y
73296 +# CONFIG_KPROBES is not set
73297 +CONFIG_HAVE_KPROBES=y
73298 +CONFIG_HAVE_KRETPROBES=y
73299 +CONFIG_PROC_PAGE_MONITOR=y
73300 +CONFIG_SLABINFO=y
73301 +CONFIG_RT_MUTEXES=y
73302 +# CONFIG_TINY_SHMEM is not set
73303 +CONFIG_BASE_SMALL=0
73304 +CONFIG_MODULES=y
73305 +CONFIG_MODULE_UNLOAD=y
73306 +# CONFIG_MODULE_FORCE_UNLOAD is not set
73307 +# CONFIG_MODVERSIONS is not set
73308 +# CONFIG_MODULE_SRCVERSION_ALL is not set
73309 +CONFIG_KMOD=y
73310 +CONFIG_BLOCK=y
73311 +CONFIG_LBD=y
73312 +# CONFIG_BLK_DEV_IO_TRACE is not set
73313 +# CONFIG_LSF is not set
73314 +# CONFIG_BLK_DEV_BSG is not set
73315 +
73316 +#
73317 +# IO Schedulers
73318 +#
73319 +CONFIG_IOSCHED_NOOP=y
73320 +CONFIG_IOSCHED_AS=y
73321 +CONFIG_IOSCHED_DEADLINE=y
73322 +CONFIG_IOSCHED_CFQ=y
73323 +CONFIG_DEFAULT_AS=y
73324 +# CONFIG_DEFAULT_DEADLINE is not set
73325 +# CONFIG_DEFAULT_CFQ is not set
73326 +# CONFIG_DEFAULT_NOOP is not set
73327 +CONFIG_DEFAULT_IOSCHED="anticipatory"
73328 +CONFIG_CLASSIC_RCU=y
73329 +CONFIG_PPC4xx_PCI_EXPRESS=y
73330 +
73331 +#
73332 +# Platform support
73333 +#
73334 +# CONFIG_PPC_MPC512x is not set
73335 +# CONFIG_PPC_MPC5121 is not set
73336 +# CONFIG_PPC_CELL is not set
73337 +# CONFIG_PPC_CELL_NATIVE is not set
73338 +# CONFIG_PQ2ADS is not set
73339 +CONFIG_EP405=y
73340 +CONFIG_KILAUEA=y
73341 +CONFIG_MAKALU=y
73342 +CONFIG_WALNUT=y
73343 +CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y
73344 +CONFIG_405GP=y
73345 +CONFIG_405EX=y
73346 +CONFIG_XILINX_VIRTEX=y
73347 +CONFIG_XILINX_VIRTEX_II_PRO=y
73348 +CONFIG_XILINX_VIRTEX_4_FX=y
73349 +CONFIG_IBM405_ERR77=y
73350 +CONFIG_IBM405_ERR51=y
73351 +# CONFIG_IPIC is not set
73352 +# CONFIG_MPIC is not set
73353 +# CONFIG_MPIC_WEIRD is not set
73354 +# CONFIG_PPC_I8259 is not set
73355 +# CONFIG_PPC_RTAS is not set
73356 +# CONFIG_MMIO_NVRAM is not set
73357 +# CONFIG_PPC_MPC106 is not set
73358 +# CONFIG_PPC_970_NAP is not set
73359 +# CONFIG_PPC_INDIRECT_IO is not set
73360 +# CONFIG_GENERIC_IOMAP is not set
73361 +# CONFIG_CPU_FREQ is not set
73362 +# CONFIG_FSL_ULI1575 is not set
73363 +CONFIG_OF_RTC=y
73364 +
73365 +#
73366 +# Kernel options
73367 +#
73368 +# CONFIG_HIGHMEM is not set
73369 +# CONFIG_TICK_ONESHOT is not set
73370 +# CONFIG_NO_HZ is not set
73371 +# CONFIG_HIGH_RES_TIMERS is not set
73372 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
73373 +# CONFIG_HZ_100 is not set
73374 +CONFIG_HZ_250=y
73375 +# CONFIG_HZ_300 is not set
73376 +# CONFIG_HZ_1000 is not set
73377 +CONFIG_HZ=250
73378 +# CONFIG_SCHED_HRTICK is not set
73379 +CONFIG_PREEMPT_NONE=y
73380 +# CONFIG_PREEMPT_VOLUNTARY is not set
73381 +# CONFIG_PREEMPT is not set
73382 +CONFIG_BINFMT_ELF=y
73383 +# CONFIG_BINFMT_MISC is not set
73384 +# CONFIG_MATH_EMULATION is not set
73385 +# CONFIG_IOMMU_HELPER is not set
73386 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
73387 +CONFIG_ARCH_HAS_WALK_MEMORY=y
73388 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73389 +CONFIG_ARCH_FLATMEM_ENABLE=y
73390 +CONFIG_ARCH_POPULATES_NODE_MAP=y
73391 +CONFIG_SELECT_MEMORY_MODEL=y
73392 +CONFIG_FLATMEM_MANUAL=y
73393 +# CONFIG_DISCONTIGMEM_MANUAL is not set
73394 +# CONFIG_SPARSEMEM_MANUAL is not set
73395 +CONFIG_FLATMEM=y
73396 +CONFIG_FLAT_NODE_MEM_MAP=y
73397 +# CONFIG_SPARSEMEM_STATIC is not set
73398 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
73399 +CONFIG_SPLIT_PTLOCK_CPUS=4
73400 +CONFIG_RESOURCES_64BIT=y
73401 +CONFIG_ZONE_DMA_FLAG=1
73402 +CONFIG_BOUNCE=y
73403 +CONFIG_VIRT_TO_BUS=y
73404 +CONFIG_FORCE_MAX_ZONEORDER=11
73405 +CONFIG_PROC_DEVICETREE=y
73406 +# CONFIG_CMDLINE_BOOL is not set
73407 +# CONFIG_PM is not set
73408 +CONFIG_SECCOMP=y
73409 +CONFIG_ISA_DMA_API=y
73410 +
73411 +#
73412 +# Bus options
73413 +#
73414 +CONFIG_ZONE_DMA=y
73415 +CONFIG_PPC_INDIRECT_PCI=y
73416 +CONFIG_4xx_SOC=y
73417 +CONFIG_PCI=y
73418 +CONFIG_PCI_DOMAINS=y
73419 +CONFIG_PCI_SYSCALL=y
73420 +# CONFIG_PCIEPORTBUS is not set
73421 +CONFIG_ARCH_SUPPORTS_MSI=y
73422 +# CONFIG_PCI_MSI is not set
73423 +# CONFIG_PCI_LEGACY is not set
73424 +# CONFIG_PCI_DEBUG is not set
73425 +# CONFIG_PCCARD is not set
73426 +# CONFIG_HOTPLUG_PCI is not set
73427 +
73428 +#
73429 +# Advanced setup
73430 +#
73431 +# CONFIG_ADVANCED_OPTIONS is not set
73432 +
73433 +#
73434 +# Default settings for advanced configuration options are used
73435 +#
73436 +CONFIG_HIGHMEM_START=0xfe000000
73437 +CONFIG_LOWMEM_SIZE=0x30000000
73438 +CONFIG_KERNEL_START=0xc0000000
73439 +CONFIG_TASK_SIZE=0xc0000000
73440 +CONFIG_CONSISTENT_START=0xff100000
73441 +CONFIG_CONSISTENT_SIZE=0x00200000
73442 +CONFIG_BOOT_LOAD=0x00400000
73443 +
73444 +#
73445 +# Networking
73446 +#
73447 +CONFIG_NET=y
73448 +
73449 +#
73450 +# Networking options
73451 +#
73452 +CONFIG_PACKET=y
73453 +# CONFIG_PACKET_MMAP is not set
73454 +CONFIG_UNIX=y
73455 +# CONFIG_NET_KEY is not set
73456 +CONFIG_INET=y
73457 +# CONFIG_IP_MULTICAST is not set
73458 +# CONFIG_IP_ADVANCED_ROUTER is not set
73459 +CONFIG_IP_FIB_HASH=y
73460 +CONFIG_IP_PNP=y
73461 +CONFIG_IP_PNP_DHCP=y
73462 +CONFIG_IP_PNP_BOOTP=y
73463 +# CONFIG_IP_PNP_RARP is not set
73464 +# CONFIG_NET_IPIP is not set
73465 +# CONFIG_NET_IPGRE is not set
73466 +# CONFIG_ARPD is not set
73467 +# CONFIG_SYN_COOKIES is not set
73468 +# CONFIG_INET_AH is not set
73469 +# CONFIG_INET_ESP is not set
73470 +# CONFIG_INET_IPCOMP is not set
73471 +# CONFIG_INET_XFRM_TUNNEL is not set
73472 +# CONFIG_INET_TUNNEL is not set
73473 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
73474 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
73475 +# CONFIG_INET_XFRM_MODE_BEET is not set
73476 +# CONFIG_INET_LRO is not set
73477 +CONFIG_INET_DIAG=y
73478 +CONFIG_INET_TCP_DIAG=y
73479 +# CONFIG_TCP_CONG_ADVANCED is not set
73480 +CONFIG_TCP_CONG_CUBIC=y
73481 +CONFIG_DEFAULT_TCP_CONG="cubic"
73482 +# CONFIG_TCP_MD5SIG is not set
73483 +# CONFIG_IPV6 is not set
73484 +# CONFIG_INET6_XFRM_TUNNEL is not set
73485 +# CONFIG_INET6_TUNNEL is not set
73486 +# CONFIG_NETWORK_SECMARK is not set
73487 +# CONFIG_NETFILTER is not set
73488 +# CONFIG_IP_DCCP is not set
73489 +# CONFIG_IP_SCTP is not set
73490 +# CONFIG_TIPC is not set
73491 +# CONFIG_ATM is not set
73492 +# CONFIG_BRIDGE is not set
73493 +# CONFIG_VLAN_8021Q is not set
73494 +# CONFIG_DECNET is not set
73495 +# CONFIG_LLC2 is not set
73496 +# CONFIG_IPX is not set
73497 +# CONFIG_ATALK is not set
73498 +# CONFIG_X25 is not set
73499 +# CONFIG_LAPB is not set
73500 +# CONFIG_ECONET is not set
73501 +# CONFIG_WAN_ROUTER is not set
73502 +# CONFIG_NET_SCHED is not set
73503 +
73504 +#
73505 +# Network testing
73506 +#
73507 +# CONFIG_NET_PKTGEN is not set
73508 +# CONFIG_HAMRADIO is not set
73509 +# CONFIG_CAN is not set
73510 +# CONFIG_IRDA is not set
73511 +# CONFIG_BT is not set
73512 +# CONFIG_AF_RXRPC is not set
73513 +
73514 +#
73515 +# Wireless
73516 +#
73517 +# CONFIG_CFG80211 is not set
73518 +# CONFIG_WIRELESS_EXT is not set
73519 +# CONFIG_MAC80211 is not set
73520 +# CONFIG_IEEE80211 is not set
73521 +# CONFIG_RFKILL is not set
73522 +# CONFIG_NET_9P is not set
73523 +
73524 +#
73525 +# Device Drivers
73526 +#
73527 +
73528 +#
73529 +# Generic Driver Options
73530 +#
73531 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
73532 +CONFIG_STANDALONE=y
73533 +CONFIG_PREVENT_FIRMWARE_BUILD=y
73534 +CONFIG_FW_LOADER=y
73535 +# CONFIG_DEBUG_DRIVER is not set
73536 +# CONFIG_DEBUG_DEVRES is not set
73537 +# CONFIG_SYS_HYPERVISOR is not set
73538 +CONFIG_CONNECTOR=y
73539 +CONFIG_PROC_EVENTS=y
73540 +CONFIG_MTD=y
73541 +# CONFIG_MTD_DEBUG is not set
73542 +# CONFIG_MTD_CONCAT is not set
73543 +CONFIG_MTD_PARTITIONS=y
73544 +# CONFIG_MTD_REDBOOT_PARTS is not set
73545 +CONFIG_MTD_CMDLINE_PARTS=y
73546 +CONFIG_MTD_OF_PARTS=y
73547 +
73548 +#
73549 +# User Modules And Translation Layers
73550 +#
73551 +CONFIG_MTD_CHAR=y
73552 +CONFIG_MTD_BLKDEVS=m
73553 +CONFIG_MTD_BLOCK=m
73554 +# CONFIG_MTD_BLOCK_RO is not set
73555 +# CONFIG_FTL is not set
73556 +# CONFIG_NFTL is not set
73557 +# CONFIG_INFTL is not set
73558 +# CONFIG_RFD_FTL is not set
73559 +# CONFIG_SSFDC is not set
73560 +# CONFIG_MTD_OOPS is not set
73561 +
73562 +#
73563 +# RAM/ROM/Flash chip drivers
73564 +#
73565 +CONFIG_MTD_CFI=y
73566 +CONFIG_MTD_JEDECPROBE=y
73567 +CONFIG_MTD_GEN_PROBE=y
73568 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
73569 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
73570 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
73571 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
73572 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
73573 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
73574 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
73575 +CONFIG_MTD_CFI_I1=y
73576 +CONFIG_MTD_CFI_I2=y
73577 +# CONFIG_MTD_CFI_I4 is not set
73578 +# CONFIG_MTD_CFI_I8 is not set
73579 +# CONFIG_MTD_CFI_INTELEXT is not set
73580 +CONFIG_MTD_CFI_AMDSTD=y
73581 +# CONFIG_MTD_CFI_STAA is not set
73582 +CONFIG_MTD_CFI_UTIL=y
73583 +# CONFIG_MTD_RAM is not set
73584 +# CONFIG_MTD_ROM is not set
73585 +# CONFIG_MTD_ABSENT is not set
73586 +
73587 +#
73588 +# Mapping drivers for chip access
73589 +#
73590 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
73591 +# CONFIG_MTD_PHYSMAP is not set
73592 +CONFIG_MTD_PHYSMAP_OF=y
73593 +# CONFIG_MTD_INTEL_VR_NOR is not set
73594 +# CONFIG_MTD_PLATRAM is not set
73595 +
73596 +#
73597 +# Self-contained MTD device drivers
73598 +#
73599 +# CONFIG_MTD_PMC551 is not set
73600 +# CONFIG_MTD_SLRAM is not set
73601 +# CONFIG_MTD_PHRAM is not set
73602 +# CONFIG_MTD_MTDRAM is not set
73603 +# CONFIG_MTD_BLOCK2MTD is not set
73604 +
73605 +#
73606 +# Disk-On-Chip Device Drivers
73607 +#
73608 +# CONFIG_MTD_DOC2000 is not set
73609 +# CONFIG_MTD_DOC2001 is not set
73610 +# CONFIG_MTD_DOC2001PLUS is not set
73611 +# CONFIG_MTD_NAND is not set
73612 +# CONFIG_MTD_ONENAND is not set
73613 +
73614 +#
73615 +# UBI - Unsorted block images
73616 +#
73617 +# CONFIG_MTD_UBI is not set
73618 +CONFIG_OF_DEVICE=y
73619 +# CONFIG_PARPORT is not set
73620 +CONFIG_BLK_DEV=y
73621 +# CONFIG_BLK_DEV_FD is not set
73622 +# CONFIG_BLK_CPQ_DA is not set
73623 +# CONFIG_BLK_CPQ_CISS_DA is not set
73624 +# CONFIG_BLK_DEV_DAC960 is not set
73625 +# CONFIG_BLK_DEV_UMEM is not set
73626 +# CONFIG_BLK_DEV_COW_COMMON is not set
73627 +# CONFIG_BLK_DEV_LOOP is not set
73628 +# CONFIG_BLK_DEV_NBD is not set
73629 +# CONFIG_BLK_DEV_SX8 is not set
73630 +CONFIG_BLK_DEV_RAM=y
73631 +CONFIG_BLK_DEV_RAM_COUNT=16
73632 +CONFIG_BLK_DEV_RAM_SIZE=35000
73633 +# CONFIG_BLK_DEV_XIP is not set
73634 +# CONFIG_CDROM_PKTCDVD is not set
73635 +# CONFIG_ATA_OVER_ETH is not set
73636 +# CONFIG_XILINX_SYSACE is not set
73637 +CONFIG_MISC_DEVICES=y
73638 +# CONFIG_PHANTOM is not set
73639 +# CONFIG_EEPROM_93CX6 is not set
73640 +# CONFIG_SGI_IOC4 is not set
73641 +# CONFIG_TIFM_CORE is not set
73642 +# CONFIG_ENCLOSURE_SERVICES is not set
73643 +CONFIG_HAVE_IDE=y
73644 +# CONFIG_IDE is not set
73645 +
73646 +#
73647 +# SCSI device support
73648 +#
73649 +# CONFIG_RAID_ATTRS is not set
73650 +# CONFIG_SCSI is not set
73651 +# CONFIG_SCSI_DMA is not set
73652 +# CONFIG_SCSI_NETLINK is not set
73653 +# CONFIG_ATA is not set
73654 +# CONFIG_MD is not set
73655 +# CONFIG_FUSION is not set
73656 +
73657 +#
73658 +# IEEE 1394 (FireWire) support
73659 +#
73660 +# CONFIG_FIREWIRE is not set
73661 +# CONFIG_IEEE1394 is not set
73662 +# CONFIG_I2O is not set
73663 +# CONFIG_MACINTOSH_DRIVERS is not set
73664 +CONFIG_NETDEVICES=y
73665 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
73666 +# CONFIG_DUMMY is not set
73667 +# CONFIG_BONDING is not set
73668 +# CONFIG_MACVLAN is not set
73669 +# CONFIG_EQUALIZER is not set
73670 +# CONFIG_TUN is not set
73671 +# CONFIG_VETH is not set
73672 +# CONFIG_ARCNET is not set
73673 +# CONFIG_PHYLIB is not set
73674 +CONFIG_NET_ETHERNET=y
73675 +# CONFIG_MII is not set
73676 +# CONFIG_HAPPYMEAL is not set
73677 +# CONFIG_SUNGEM is not set
73678 +# CONFIG_CASSINI is not set
73679 +# CONFIG_NET_VENDOR_3COM is not set
73680 +# CONFIG_NET_TULIP is not set
73681 +# CONFIG_HP100 is not set
73682 +CONFIG_IBM_NEW_EMAC=y
73683 +CONFIG_IBM_NEW_EMAC_RXB=128
73684 +CONFIG_IBM_NEW_EMAC_TXB=64
73685 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
73686 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
73687 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
73688 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
73689 +CONFIG_IBM_NEW_EMAC_ZMII=y
73690 +CONFIG_IBM_NEW_EMAC_RGMII=y
73691 +# CONFIG_IBM_NEW_EMAC_TAH is not set
73692 +CONFIG_IBM_NEW_EMAC_EMAC4=y
73693 +# CONFIG_NET_PCI is not set
73694 +# CONFIG_B44 is not set
73695 +CONFIG_NETDEV_1000=y
73696 +# CONFIG_ACENIC is not set
73697 +# CONFIG_DL2K is not set
73698 +# CONFIG_E1000 is not set
73699 +# CONFIG_E1000E is not set
73700 +# CONFIG_E1000E_ENABLED is not set
73701 +# CONFIG_IP1000 is not set
73702 +# CONFIG_IGB is not set
73703 +# CONFIG_NS83820 is not set
73704 +# CONFIG_HAMACHI is not set
73705 +# CONFIG_YELLOWFIN is not set
73706 +# CONFIG_R8169 is not set
73707 +# CONFIG_SIS190 is not set
73708 +# CONFIG_SKGE is not set
73709 +# CONFIG_SKY2 is not set
73710 +# CONFIG_SK98LIN is not set
73711 +# CONFIG_VIA_VELOCITY is not set
73712 +# CONFIG_TIGON3 is not set
73713 +# CONFIG_BNX2 is not set
73714 +# CONFIG_QLA3XXX is not set
73715 +# CONFIG_ATL1 is not set
73716 +CONFIG_NETDEV_10000=y
73717 +# CONFIG_CHELSIO_T1 is not set
73718 +# CONFIG_CHELSIO_T3 is not set
73719 +# CONFIG_IXGBE is not set
73720 +# CONFIG_IXGB is not set
73721 +# CONFIG_S2IO is not set
73722 +# CONFIG_MYRI10GE is not set
73723 +# CONFIG_NETXEN_NIC is not set
73724 +# CONFIG_NIU is not set
73725 +# CONFIG_MLX4_CORE is not set
73726 +# CONFIG_TEHUTI is not set
73727 +# CONFIG_BNX2X is not set
73728 +# CONFIG_TR is not set
73729 +
73730 +#
73731 +# Wireless LAN
73732 +#
73733 +# CONFIG_WLAN_PRE80211 is not set
73734 +# CONFIG_WLAN_80211 is not set
73735 +# CONFIG_WAN is not set
73736 +# CONFIG_FDDI is not set
73737 +# CONFIG_HIPPI is not set
73738 +# CONFIG_PPP is not set
73739 +# CONFIG_SLIP is not set
73740 +# CONFIG_NETCONSOLE is not set
73741 +# CONFIG_NETPOLL is not set
73742 +# CONFIG_NET_POLL_CONTROLLER is not set
73743 +# CONFIG_ISDN is not set
73744 +# CONFIG_PHONE is not set
73745 +
73746 +#
73747 +# Input device support
73748 +#
73749 +# CONFIG_INPUT is not set
73750 +
73751 +#
73752 +# Hardware I/O ports
73753 +#
73754 +# CONFIG_SERIO is not set
73755 +# CONFIG_GAMEPORT is not set
73756 +
73757 +#
73758 +# Character devices
73759 +#
73760 +# CONFIG_VT is not set
73761 +# CONFIG_SERIAL_NONSTANDARD is not set
73762 +# CONFIG_NOZOMI is not set
73763 +
73764 +#
73765 +# Serial drivers
73766 +#
73767 +CONFIG_SERIAL_8250=y
73768 +CONFIG_SERIAL_8250_CONSOLE=y
73769 +CONFIG_SERIAL_8250_PCI=y
73770 +CONFIG_SERIAL_8250_NR_UARTS=4
73771 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
73772 +CONFIG_SERIAL_8250_EXTENDED=y
73773 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
73774 +CONFIG_SERIAL_8250_SHARE_IRQ=y
73775 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
73776 +# CONFIG_SERIAL_8250_RSA is not set
73777 +
73778 +#
73779 +# Non-8250 serial port support
73780 +#
73781 +# CONFIG_SERIAL_UARTLITE is not set
73782 +CONFIG_SERIAL_CORE=y
73783 +CONFIG_SERIAL_CORE_CONSOLE=y
73784 +# CONFIG_SERIAL_JSM is not set
73785 +CONFIG_SERIAL_OF_PLATFORM=y
73786 +CONFIG_UNIX98_PTYS=y
73787 +CONFIG_LEGACY_PTYS=y
73788 +CONFIG_LEGACY_PTY_COUNT=256
73789 +# CONFIG_IPMI_HANDLER is not set
73790 +# CONFIG_HW_RANDOM is not set
73791 +# CONFIG_NVRAM is not set
73792 +# CONFIG_GEN_RTC is not set
73793 +CONFIG_XILINX_HWICAP=m
73794 +# CONFIG_R3964 is not set
73795 +# CONFIG_APPLICOM is not set
73796 +# CONFIG_RAW_DRIVER is not set
73797 +# CONFIG_TCG_TPM is not set
73798 +CONFIG_DEVPORT=y
73799 +# CONFIG_I2C is not set
73800 +
73801 +#
73802 +# SPI support
73803 +#
73804 +# CONFIG_SPI is not set
73805 +# CONFIG_SPI_MASTER is not set
73806 +# CONFIG_W1 is not set
73807 +# CONFIG_POWER_SUPPLY is not set
73808 +# CONFIG_HWMON is not set
73809 +CONFIG_THERMAL=y
73810 +# CONFIG_WATCHDOG is not set
73811 +
73812 +#
73813 +# Sonics Silicon Backplane
73814 +#
73815 +CONFIG_SSB_POSSIBLE=y
73816 +# CONFIG_SSB is not set
73817 +
73818 +#
73819 +# Multifunction device drivers
73820 +#
73821 +# CONFIG_MFD_SM501 is not set
73822 +
73823 +#
73824 +# Multimedia devices
73825 +#
73826 +# CONFIG_VIDEO_DEV is not set
73827 +# CONFIG_DVB_CORE is not set
73828 +# CONFIG_DAB is not set
73829 +
73830 +#
73831 +# Graphics support
73832 +#
73833 +# CONFIG_AGP is not set
73834 +# CONFIG_DRM is not set
73835 +# CONFIG_VGASTATE is not set
73836 +CONFIG_VIDEO_OUTPUT_CONTROL=m
73837 +# CONFIG_FB is not set
73838 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
73839 +
73840 +#
73841 +# Display device support
73842 +#
73843 +# CONFIG_DISPLAY_SUPPORT is not set
73844 +
73845 +#
73846 +# Sound
73847 +#
73848 +# CONFIG_SOUND is not set
73849 +CONFIG_USB_SUPPORT=y
73850 +CONFIG_USB_ARCH_HAS_HCD=y
73851 +CONFIG_USB_ARCH_HAS_OHCI=y
73852 +CONFIG_USB_ARCH_HAS_EHCI=y
73853 +# CONFIG_USB is not set
73854 +
73855 +#
73856 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
73857 +#
73858 +# CONFIG_USB_GADGET is not set
73859 +# CONFIG_MMC is not set
73860 +# CONFIG_MEMSTICK is not set
73861 +# CONFIG_NEW_LEDS is not set
73862 +# CONFIG_INFINIBAND is not set
73863 +# CONFIG_EDAC is not set
73864 +# CONFIG_RTC_CLASS is not set
73865 +# CONFIG_DMADEVICES is not set
73866 +
73867 +#
73868 +# Userspace I/O
73869 +#
73870 +# CONFIG_UIO is not set
73871 +
73872 +#
73873 +# File systems
73874 +#
73875 +CONFIG_EXT2_FS=y
73876 +# CONFIG_EXT2_FS_XATTR is not set
73877 +# CONFIG_EXT2_FS_XIP is not set
73878 +# CONFIG_EXT3_FS is not set
73879 +# CONFIG_EXT4DEV_FS is not set
73880 +# CONFIG_REISERFS_FS is not set
73881 +# CONFIG_JFS_FS is not set
73882 +# CONFIG_FS_POSIX_ACL is not set
73883 +# CONFIG_XFS_FS is not set
73884 +# CONFIG_GFS2_FS is not set
73885 +# CONFIG_OCFS2_FS is not set
73886 +CONFIG_DNOTIFY=y
73887 +CONFIG_INOTIFY=y
73888 +CONFIG_INOTIFY_USER=y
73889 +# CONFIG_QUOTA is not set
73890 +# CONFIG_AUTOFS_FS is not set
73891 +# CONFIG_AUTOFS4_FS is not set
73892 +# CONFIG_FUSE_FS is not set
73893 +
73894 +#
73895 +# CD-ROM/DVD Filesystems
73896 +#
73897 +# CONFIG_ISO9660_FS is not set
73898 +# CONFIG_UDF_FS is not set
73899 +
73900 +#
73901 +# DOS/FAT/NT Filesystems
73902 +#
73903 +# CONFIG_MSDOS_FS is not set
73904 +# CONFIG_VFAT_FS is not set
73905 +# CONFIG_NTFS_FS is not set
73906 +
73907 +#
73908 +# Pseudo filesystems
73909 +#
73910 +CONFIG_PROC_FS=y
73911 +CONFIG_PROC_KCORE=y
73912 +CONFIG_PROC_SYSCTL=y
73913 +CONFIG_SYSFS=y
73914 +CONFIG_TMPFS=y
73915 +# CONFIG_TMPFS_POSIX_ACL is not set
73916 +# CONFIG_HUGETLB_PAGE is not set
73917 +# CONFIG_CONFIGFS_FS is not set
73918 +
73919 +#
73920 +# Miscellaneous filesystems
73921 +#
73922 +# CONFIG_ADFS_FS is not set
73923 +# CONFIG_AFFS_FS is not set
73924 +# CONFIG_HFS_FS is not set
73925 +# CONFIG_HFSPLUS_FS is not set
73926 +# CONFIG_BEFS_FS is not set
73927 +# CONFIG_BFS_FS is not set
73928 +# CONFIG_EFS_FS is not set
73929 +# CONFIG_JFFS2_FS is not set
73930 +CONFIG_CRAMFS=y
73931 +# CONFIG_VXFS_FS is not set
73932 +# CONFIG_MINIX_FS is not set
73933 +# CONFIG_HPFS_FS is not set
73934 +# CONFIG_QNX4FS_FS is not set
73935 +# CONFIG_ROMFS_FS is not set
73936 +# CONFIG_SYSV_FS is not set
73937 +# CONFIG_UFS_FS is not set
73938 +CONFIG_NETWORK_FILESYSTEMS=y
73939 +CONFIG_NFS_FS=y
73940 +CONFIG_NFS_V3=y
73941 +# CONFIG_NFS_V3_ACL is not set
73942 +# CONFIG_NFS_V4 is not set
73943 +# CONFIG_NFS_DIRECTIO is not set
73944 +# CONFIG_NFSD is not set
73945 +CONFIG_ROOT_NFS=y
73946 +CONFIG_LOCKD=y
73947 +CONFIG_LOCKD_V4=y
73948 +CONFIG_NFS_COMMON=y
73949 +CONFIG_SUNRPC=y
73950 +# CONFIG_SUNRPC_BIND34 is not set
73951 +# CONFIG_RPCSEC_GSS_KRB5 is not set
73952 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
73953 +# CONFIG_SMB_FS is not set
73954 +# CONFIG_CIFS is not set
73955 +# CONFIG_NCP_FS is not set
73956 +# CONFIG_CODA_FS is not set
73957 +# CONFIG_AFS_FS is not set
73958 +
73959 +#
73960 +# Partition Types
73961 +#
73962 +# CONFIG_PARTITION_ADVANCED is not set
73963 +CONFIG_MSDOS_PARTITION=y
73964 +# CONFIG_NLS is not set
73965 +# CONFIG_DLM is not set
73966 +
73967 +#
73968 +# Library routines
73969 +#
73970 +CONFIG_BITREVERSE=y
73971 +# CONFIG_CRC_CCITT is not set
73972 +# CONFIG_CRC16 is not set
73973 +# CONFIG_CRC_ITU_T is not set
73974 +CONFIG_CRC32=y
73975 +# CONFIG_CRC7 is not set
73976 +# CONFIG_LIBCRC32C is not set
73977 +CONFIG_ZLIB_INFLATE=y
73978 +CONFIG_PLIST=y
73979 +CONFIG_HAS_IOMEM=y
73980 +CONFIG_HAS_IOPORT=y
73981 +CONFIG_HAS_DMA=y
73982 +CONFIG_HAVE_LMB=y
73983 +
73984 +#
73985 +# Kernel hacking
73986 +#
73987 +# CONFIG_PRINTK_TIME is not set
73988 +CONFIG_ENABLE_WARN_DEPRECATED=y
73989 +CONFIG_ENABLE_MUST_CHECK=y
73990 +CONFIG_MAGIC_SYSRQ=y
73991 +# CONFIG_UNUSED_SYMBOLS is not set
73992 +CONFIG_DEBUG_FS=y
73993 +# CONFIG_HEADERS_CHECK is not set
73994 +CONFIG_DEBUG_KERNEL=y
73995 +# CONFIG_DEBUG_SHIRQ is not set
73996 +CONFIG_DETECT_SOFTLOCKUP=y
73997 +CONFIG_SCHED_DEBUG=y
73998 +# CONFIG_SCHEDSTATS is not set
73999 +# CONFIG_TIMER_STATS is not set
74000 +# CONFIG_SLUB_DEBUG_ON is not set
74001 +# CONFIG_SLUB_STATS is not set
74002 +# CONFIG_DEBUG_RT_MUTEXES is not set
74003 +# CONFIG_RT_MUTEX_TESTER is not set
74004 +# CONFIG_DEBUG_SPINLOCK is not set
74005 +# CONFIG_DEBUG_MUTEXES is not set
74006 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
74007 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
74008 +# CONFIG_DEBUG_KOBJECT is not set
74009 +CONFIG_DEBUG_BUGVERBOSE=y
74010 +# CONFIG_DEBUG_INFO is not set
74011 +# CONFIG_DEBUG_VM is not set
74012 +# CONFIG_DEBUG_LIST is not set
74013 +# CONFIG_DEBUG_SG is not set
74014 +# CONFIG_BOOT_PRINTK_DELAY is not set
74015 +# CONFIG_RCU_TORTURE_TEST is not set
74016 +# CONFIG_BACKTRACE_SELF_TEST is not set
74017 +# CONFIG_FAULT_INJECTION is not set
74018 +# CONFIG_SAMPLES is not set
74019 +# CONFIG_DEBUG_STACKOVERFLOW is not set
74020 +# CONFIG_DEBUG_STACK_USAGE is not set
74021 +# CONFIG_DEBUG_PAGEALLOC is not set
74022 +# CONFIG_DEBUGGER is not set
74023 +# CONFIG_VIRQ_DEBUG is not set
74024 +# CONFIG_BDI_SWITCH is not set
74025 +# CONFIG_PPC_EARLY_DEBUG is not set
74026 +
74027 +#
74028 +# Security options
74029 +#
74030 +# CONFIG_KEYS is not set
74031 +# CONFIG_SECURITY is not set
74032 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
74033 +CONFIG_CRYPTO=y
74034 +CONFIG_CRYPTO_ALGAPI=y
74035 +CONFIG_CRYPTO_BLKCIPHER=y
74036 +# CONFIG_CRYPTO_SEQIV is not set
74037 +CONFIG_CRYPTO_MANAGER=y
74038 +# CONFIG_CRYPTO_HMAC is not set
74039 +# CONFIG_CRYPTO_XCBC is not set
74040 +# CONFIG_CRYPTO_NULL is not set
74041 +# CONFIG_CRYPTO_MD4 is not set
74042 +CONFIG_CRYPTO_MD5=y
74043 +# CONFIG_CRYPTO_SHA1 is not set
74044 +# CONFIG_CRYPTO_SHA256 is not set
74045 +# CONFIG_CRYPTO_SHA512 is not set
74046 +# CONFIG_CRYPTO_WP512 is not set
74047 +# CONFIG_CRYPTO_TGR192 is not set
74048 +# CONFIG_CRYPTO_GF128MUL is not set
74049 +CONFIG_CRYPTO_ECB=y
74050 +CONFIG_CRYPTO_CBC=y
74051 +CONFIG_CRYPTO_PCBC=y
74052 +# CONFIG_CRYPTO_LRW is not set
74053 +# CONFIG_CRYPTO_XTS is not set
74054 +# CONFIG_CRYPTO_CTR is not set
74055 +# CONFIG_CRYPTO_GCM is not set
74056 +# CONFIG_CRYPTO_CCM is not set
74057 +# CONFIG_CRYPTO_CRYPTD is not set
74058 +CONFIG_CRYPTO_DES=y
74059 +# CONFIG_CRYPTO_FCRYPT is not set
74060 +# CONFIG_CRYPTO_BLOWFISH is not set
74061 +# CONFIG_CRYPTO_TWOFISH is not set
74062 +# CONFIG_CRYPTO_SERPENT is not set
74063 +# CONFIG_CRYPTO_AES is not set
74064 +# CONFIG_CRYPTO_CAST5 is not set
74065 +# CONFIG_CRYPTO_CAST6 is not set
74066 +# CONFIG_CRYPTO_TEA is not set
74067 +# CONFIG_CRYPTO_ARC4 is not set
74068 +# CONFIG_CRYPTO_KHAZAD is not set
74069 +# CONFIG_CRYPTO_ANUBIS is not set
74070 +# CONFIG_CRYPTO_SEED is not set
74071 +# CONFIG_CRYPTO_SALSA20 is not set
74072 +# CONFIG_CRYPTO_DEFLATE is not set
74073 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
74074 +# CONFIG_CRYPTO_CRC32C is not set
74075 +# CONFIG_CRYPTO_CAMELLIA is not set
74076 +# CONFIG_CRYPTO_TEST is not set
74077 +# CONFIG_CRYPTO_AUTHENC is not set
74078 +# CONFIG_CRYPTO_LZO is not set
74079 +CONFIG_CRYPTO_HW=y
74080 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
74081 +# CONFIG_PPC_CLOCK is not set
74082 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ppc44x_defconfig powerpc.git/arch/powerpc/configs/ppc44x_defconfig
74083 --- linux-2.6.25-rc9/arch/powerpc/configs/ppc44x_defconfig      2008-04-11 22:32:29.000000000 +0200
74084 +++ powerpc.git/arch/powerpc/configs/ppc44x_defconfig   2008-04-19 16:40:52.000000000 +0200
74085 @@ -1,7 +1,7 @@
74086  #
74087  # Automatically generated make config: don't edit
74088 -# Linux kernel version: 2.6.25-rc2
74089 -# Fri Feb 15 21:57:35 2008
74090 +# Linux kernel version: 2.6.25-rc6
74091 +# Sat Apr  5 09:35:48 2008
74092  #
74093  # CONFIG_PPC64 is not set
74094  
74095 @@ -79,6 +79,7 @@
74096  CONFIG_USER_SCHED=y
74097  # CONFIG_CGROUP_SCHED is not set
74098  CONFIG_SYSFS_DEPRECATED=y
74099 +CONFIG_SYSFS_DEPRECATED_V2=y
74100  # CONFIG_RELAY is not set
74101  # CONFIG_NAMESPACES is not set
74102  CONFIG_BLK_DEV_INITRD=y
74103 @@ -113,6 +114,7 @@
74104  CONFIG_HAVE_OPROFILE=y
74105  # CONFIG_KPROBES is not set
74106  CONFIG_HAVE_KPROBES=y
74107 +CONFIG_HAVE_KRETPROBES=y
74108  CONFIG_PROC_PAGE_MONITOR=y
74109  CONFIG_SLABINFO=y
74110  CONFIG_RT_MUTEXES=y
74111 @@ -143,7 +145,6 @@
74112  # CONFIG_DEFAULT_NOOP is not set
74113  CONFIG_DEFAULT_IOSCHED="anticipatory"
74114  CONFIG_CLASSIC_RCU=y
74115 -# CONFIG_PREEMPT_RCU is not set
74116  CONFIG_PPC4xx_PCI_EXPRESS=y
74117  
74118  #
74119 @@ -161,12 +162,15 @@
74120  CONFIG_KATMAI=y
74121  CONFIG_RAINIER=y
74122  CONFIG_WARP=y
74123 +CONFIG_CANYONLANDS=y
74124 +CONFIG_YOSEMITE=y
74125  CONFIG_440EP=y
74126  CONFIG_440EPX=y
74127  CONFIG_440GRX=y
74128  CONFIG_440GP=y
74129  CONFIG_440GX=y
74130  CONFIG_440SPe=y
74131 +CONFIG_460EX=y
74132  CONFIG_IBM440EP_ERR42=y
74133  # CONFIG_IPIC is not set
74134  # CONFIG_MPIC is not set
74135 @@ -199,7 +203,6 @@
74136  CONFIG_PREEMPT_NONE=y
74137  # CONFIG_PREEMPT_VOLUNTARY is not set
74138  # CONFIG_PREEMPT is not set
74139 -# CONFIG_RCU_TRACE is not set
74140  CONFIG_BINFMT_ELF=y
74141  # CONFIG_BINFMT_MISC is not set
74142  CONFIG_MATH_EMULATION=y
74143 @@ -232,6 +235,7 @@
74144  #
74145  CONFIG_ZONE_DMA=y
74146  CONFIG_PPC_INDIRECT_PCI=y
74147 +CONFIG_4xx_SOC=y
74148  CONFIG_PCI=y
74149  CONFIG_PCI_DOMAINS=y
74150  CONFIG_PCI_SYSCALL=y
74151 @@ -678,6 +682,7 @@
74152  # CONFIG_INFINIBAND is not set
74153  # CONFIG_EDAC is not set
74154  # CONFIG_RTC_CLASS is not set
74155 +# CONFIG_DMADEVICES is not set
74156  
74157  #
74158  # Userspace I/O
74159 @@ -805,6 +810,7 @@
74160  CONFIG_HAS_IOMEM=y
74161  CONFIG_HAS_IOPORT=y
74162  CONFIG_HAS_DMA=y
74163 +CONFIG_HAVE_LMB=y
74164  
74165  #
74166  # Kernel hacking
74167 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ppc64_defconfig powerpc.git/arch/powerpc/configs/ppc64_defconfig
74168 --- linux-2.6.25-rc9/arch/powerpc/configs/ppc64_defconfig       2008-04-11 22:32:29.000000000 +0200
74169 +++ powerpc.git/arch/powerpc/configs/ppc64_defconfig    2008-04-19 16:40:52.000000000 +0200
74170 @@ -1,7 +1,7 @@
74171  #
74172  # Automatically generated make config: don't edit
74173  # Linux kernel version: 2.6.25-rc6
74174 -# Thu Mar 20 11:06:28 2008
74175 +# Thu Mar 27 13:56:24 2008
74176  #
74177  CONFIG_PPC64=y
74178  
74179 @@ -84,8 +84,6 @@
74180  # CONFIG_CGROUP_NS is not set
74181  CONFIG_CPUSETS=y
74182  # CONFIG_GROUP_SCHED is not set
74183 -# CONFIG_USER_SCHED is not set
74184 -# CONFIG_CGROUP_SCHED is not set
74185  # CONFIG_CGROUP_CPUACCT is not set
74186  # CONFIG_RESOURCE_COUNTERS is not set
74187  CONFIG_SYSFS_DEPRECATED=y
74188 @@ -289,6 +287,7 @@
74189  CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
74190  CONFIG_KEXEC=y
74191  # CONFIG_CRASH_DUMP is not set
74192 +# CONFIG_PHYP_DUMP is not set
74193  CONFIG_IRQ_ALL_CPUS=y
74194  # CONFIG_NUMA is not set
74195  CONFIG_ARCH_SELECT_MEMORY_MODEL=y
74196 @@ -335,7 +334,7 @@
74197  # CONFIG_PCIEPORTBUS is not set
74198  CONFIG_ARCH_SUPPORTS_MSI=y
74199  CONFIG_PCI_MSI=y
74200 -CONFIG_PCI_LEGACY=y
74201 +# CONFIG_PCI_LEGACY is not set
74202  # CONFIG_PCI_DEBUG is not set
74203  CONFIG_PCCARD=y
74204  # CONFIG_PCMCIA_DEBUG is not set
74205 @@ -1881,6 +1880,7 @@
74206  CONFIG_HAS_IOMEM=y
74207  CONFIG_HAS_IOPORT=y
74208  CONFIG_HAS_DMA=y
74209 +CONFIG_HAVE_LMB=y
74210  
74211  #
74212  # Kernel hacking
74213 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/pseries_defconfig powerpc.git/arch/powerpc/configs/pseries_defconfig
74214 --- linux-2.6.25-rc9/arch/powerpc/configs/pseries_defconfig     2008-04-11 22:32:29.000000000 +0200
74215 +++ powerpc.git/arch/powerpc/configs/pseries_defconfig  2008-04-19 16:40:52.000000000 +0200
74216 @@ -1,7 +1,7 @@
74217  #
74218  # Automatically generated make config: don't edit
74219  # Linux kernel version: 2.6.25-rc6
74220 -# Thu Mar 20 11:08:01 2008
74221 +# Thu Mar 27 13:56:28 2008
74222  #
74223  CONFIG_PPC64=y
74224  
74225 @@ -83,8 +83,6 @@
74226  CONFIG_CGROUP_NS=y
74227  CONFIG_CPUSETS=y
74228  # CONFIG_GROUP_SCHED is not set
74229 -# CONFIG_USER_SCHED is not set
74230 -# CONFIG_CGROUP_SCHED is not set
74231  CONFIG_CGROUP_CPUACCT=y
74232  # CONFIG_RESOURCE_COUNTERS is not set
74233  CONFIG_SYSFS_DEPRECATED=y
74234 @@ -237,6 +235,7 @@
74235  CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
74236  CONFIG_KEXEC=y
74237  # CONFIG_CRASH_DUMP is not set
74238 +# CONFIG_PHYP_DUMP is not set
74239  CONFIG_IRQ_ALL_CPUS=y
74240  CONFIG_NUMA=y
74241  CONFIG_NODES_SHIFT=4
74242 @@ -283,7 +282,7 @@
74243  # CONFIG_PCIEPORTBUS is not set
74244  CONFIG_ARCH_SUPPORTS_MSI=y
74245  CONFIG_PCI_MSI=y
74246 -CONFIG_PCI_LEGACY=y
74247 +# CONFIG_PCI_LEGACY is not set
74248  # CONFIG_PCI_DEBUG is not set
74249  # CONFIG_PCCARD is not set
74250  CONFIG_HOTPLUG_PCI=m
74251 @@ -1519,6 +1518,7 @@
74252  CONFIG_HAS_IOMEM=y
74253  CONFIG_HAS_IOPORT=y
74254  CONFIG_HAS_DMA=y
74255 +CONFIG_HAVE_LMB=y
74256  
74257  #
74258  # Kernel hacking
74259 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/rainier_defconfig powerpc.git/arch/powerpc/configs/rainier_defconfig
74260 --- linux-2.6.25-rc9/arch/powerpc/configs/rainier_defconfig     2008-04-11 22:32:29.000000000 +0200
74261 +++ powerpc.git/arch/powerpc/configs/rainier_defconfig  1970-01-01 01:00:00.000000000 +0100
74262 @@ -1,899 +0,0 @@
74263 -#
74264 -# Automatically generated make config: don't edit
74265 -# Linux kernel version: 2.6.25-rc2
74266 -# Fri Feb 15 21:53:10 2008
74267 -#
74268 -# CONFIG_PPC64 is not set
74269 -
74270 -#
74271 -# Processor support
74272 -#
74273 -# CONFIG_6xx is not set
74274 -# CONFIG_PPC_85xx is not set
74275 -# CONFIG_PPC_8xx is not set
74276 -# CONFIG_40x is not set
74277 -CONFIG_44x=y
74278 -# CONFIG_E200 is not set
74279 -CONFIG_4xx=y
74280 -CONFIG_BOOKE=y
74281 -CONFIG_PTE_64BIT=y
74282 -CONFIG_PHYS_64BIT=y
74283 -# CONFIG_PPC_MM_SLICES is not set
74284 -CONFIG_NOT_COHERENT_CACHE=y
74285 -CONFIG_PPC32=y
74286 -CONFIG_WORD_SIZE=32
74287 -CONFIG_PPC_MERGE=y
74288 -CONFIG_MMU=y
74289 -CONFIG_GENERIC_CMOS_UPDATE=y
74290 -CONFIG_GENERIC_TIME=y
74291 -CONFIG_GENERIC_TIME_VSYSCALL=y
74292 -CONFIG_GENERIC_CLOCKEVENTS=y
74293 -CONFIG_GENERIC_HARDIRQS=y
74294 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
74295 -CONFIG_IRQ_PER_CPU=y
74296 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
74297 -CONFIG_ARCH_HAS_ILOG2_U32=y
74298 -CONFIG_GENERIC_HWEIGHT=y
74299 -CONFIG_GENERIC_CALIBRATE_DELAY=y
74300 -CONFIG_GENERIC_FIND_NEXT_BIT=y
74301 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
74302 -CONFIG_PPC=y
74303 -CONFIG_EARLY_PRINTK=y
74304 -CONFIG_GENERIC_NVRAM=y
74305 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
74306 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
74307 -CONFIG_PPC_OF=y
74308 -CONFIG_OF=y
74309 -CONFIG_PPC_UDBG_16550=y
74310 -# CONFIG_GENERIC_TBSYNC is not set
74311 -CONFIG_AUDIT_ARCH=y
74312 -CONFIG_GENERIC_BUG=y
74313 -# CONFIG_DEFAULT_UIMAGE is not set
74314 -CONFIG_PPC_DCR_NATIVE=y
74315 -# CONFIG_PPC_DCR_MMIO is not set
74316 -CONFIG_PPC_DCR=y
74317 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
74318 -
74319 -#
74320 -# General setup
74321 -#
74322 -CONFIG_EXPERIMENTAL=y
74323 -CONFIG_BROKEN_ON_SMP=y
74324 -CONFIG_INIT_ENV_ARG_LIMIT=32
74325 -CONFIG_LOCALVERSION=""
74326 -CONFIG_LOCALVERSION_AUTO=y
74327 -CONFIG_SWAP=y
74328 -CONFIG_SYSVIPC=y
74329 -CONFIG_SYSVIPC_SYSCTL=y
74330 -CONFIG_POSIX_MQUEUE=y
74331 -# CONFIG_BSD_PROCESS_ACCT is not set
74332 -# CONFIG_TASKSTATS is not set
74333 -# CONFIG_AUDIT is not set
74334 -# CONFIG_IKCONFIG is not set
74335 -CONFIG_LOG_BUF_SHIFT=14
74336 -# CONFIG_CGROUPS is not set
74337 -CONFIG_GROUP_SCHED=y
74338 -CONFIG_FAIR_GROUP_SCHED=y
74339 -# CONFIG_RT_GROUP_SCHED is not set
74340 -CONFIG_USER_SCHED=y
74341 -# CONFIG_CGROUP_SCHED is not set
74342 -CONFIG_SYSFS_DEPRECATED=y
74343 -# CONFIG_RELAY is not set
74344 -# CONFIG_NAMESPACES is not set
74345 -CONFIG_BLK_DEV_INITRD=y
74346 -CONFIG_INITRAMFS_SOURCE=""
74347 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
74348 -CONFIG_SYSCTL=y
74349 -CONFIG_EMBEDDED=y
74350 -CONFIG_SYSCTL_SYSCALL=y
74351 -CONFIG_KALLSYMS=y
74352 -# CONFIG_KALLSYMS_ALL is not set
74353 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
74354 -CONFIG_HOTPLUG=y
74355 -CONFIG_PRINTK=y
74356 -CONFIG_BUG=y
74357 -CONFIG_ELF_CORE=y
74358 -CONFIG_COMPAT_BRK=y
74359 -CONFIG_BASE_FULL=y
74360 -CONFIG_FUTEX=y
74361 -CONFIG_ANON_INODES=y
74362 -CONFIG_EPOLL=y
74363 -CONFIG_SIGNALFD=y
74364 -CONFIG_TIMERFD=y
74365 -CONFIG_EVENTFD=y
74366 -CONFIG_SHMEM=y
74367 -CONFIG_VM_EVENT_COUNTERS=y
74368 -CONFIG_SLUB_DEBUG=y
74369 -# CONFIG_SLAB is not set
74370 -CONFIG_SLUB=y
74371 -# CONFIG_SLOB is not set
74372 -# CONFIG_PROFILING is not set
74373 -# CONFIG_MARKERS is not set
74374 -CONFIG_HAVE_OPROFILE=y
74375 -# CONFIG_KPROBES is not set
74376 -CONFIG_HAVE_KPROBES=y
74377 -CONFIG_PROC_PAGE_MONITOR=y
74378 -CONFIG_SLABINFO=y
74379 -CONFIG_RT_MUTEXES=y
74380 -# CONFIG_TINY_SHMEM is not set
74381 -CONFIG_BASE_SMALL=0
74382 -CONFIG_MODULES=y
74383 -CONFIG_MODULE_UNLOAD=y
74384 -# CONFIG_MODULE_FORCE_UNLOAD is not set
74385 -# CONFIG_MODVERSIONS is not set
74386 -# CONFIG_MODULE_SRCVERSION_ALL is not set
74387 -CONFIG_KMOD=y
74388 -CONFIG_BLOCK=y
74389 -CONFIG_LBD=y
74390 -# CONFIG_BLK_DEV_IO_TRACE is not set
74391 -# CONFIG_LSF is not set
74392 -# CONFIG_BLK_DEV_BSG is not set
74393 -
74394 -#
74395 -# IO Schedulers
74396 -#
74397 -CONFIG_IOSCHED_NOOP=y
74398 -CONFIG_IOSCHED_AS=y
74399 -CONFIG_IOSCHED_DEADLINE=y
74400 -CONFIG_IOSCHED_CFQ=y
74401 -CONFIG_DEFAULT_AS=y
74402 -# CONFIG_DEFAULT_DEADLINE is not set
74403 -# CONFIG_DEFAULT_CFQ is not set
74404 -# CONFIG_DEFAULT_NOOP is not set
74405 -CONFIG_DEFAULT_IOSCHED="anticipatory"
74406 -CONFIG_CLASSIC_RCU=y
74407 -# CONFIG_PREEMPT_RCU is not set
74408 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
74409 -
74410 -#
74411 -# Platform support
74412 -#
74413 -# CONFIG_PPC_MPC512x is not set
74414 -# CONFIG_PPC_MPC5121 is not set
74415 -# CONFIG_PPC_CELL is not set
74416 -# CONFIG_PPC_CELL_NATIVE is not set
74417 -# CONFIG_PQ2ADS is not set
74418 -# CONFIG_BAMBOO is not set
74419 -# CONFIG_EBONY is not set
74420 -# CONFIG_SEQUOIA is not set
74421 -# CONFIG_TAISHAN is not set
74422 -# CONFIG_KATMAI is not set
74423 -CONFIG_RAINIER=y
74424 -# CONFIG_WARP is not set
74425 -CONFIG_440GRX=y
74426 -# CONFIG_IPIC is not set
74427 -# CONFIG_MPIC is not set
74428 -# CONFIG_MPIC_WEIRD is not set
74429 -# CONFIG_PPC_I8259 is not set
74430 -# CONFIG_PPC_RTAS is not set
74431 -# CONFIG_MMIO_NVRAM is not set
74432 -# CONFIG_PPC_MPC106 is not set
74433 -# CONFIG_PPC_970_NAP is not set
74434 -# CONFIG_PPC_INDIRECT_IO is not set
74435 -# CONFIG_GENERIC_IOMAP is not set
74436 -# CONFIG_CPU_FREQ is not set
74437 -# CONFIG_FSL_ULI1575 is not set
74438 -
74439 -#
74440 -# Kernel options
74441 -#
74442 -# CONFIG_HIGHMEM is not set
74443 -# CONFIG_TICK_ONESHOT is not set
74444 -# CONFIG_NO_HZ is not set
74445 -# CONFIG_HIGH_RES_TIMERS is not set
74446 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
74447 -# CONFIG_HZ_100 is not set
74448 -CONFIG_HZ_250=y
74449 -# CONFIG_HZ_300 is not set
74450 -# CONFIG_HZ_1000 is not set
74451 -CONFIG_HZ=250
74452 -# CONFIG_SCHED_HRTICK is not set
74453 -CONFIG_PREEMPT_NONE=y
74454 -# CONFIG_PREEMPT_VOLUNTARY is not set
74455 -# CONFIG_PREEMPT is not set
74456 -CONFIG_RCU_TRACE=y
74457 -CONFIG_BINFMT_ELF=y
74458 -# CONFIG_BINFMT_MISC is not set
74459 -CONFIG_MATH_EMULATION=y
74460 -# CONFIG_IOMMU_HELPER is not set
74461 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
74462 -CONFIG_ARCH_HAS_WALK_MEMORY=y
74463 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
74464 -CONFIG_ARCH_FLATMEM_ENABLE=y
74465 -CONFIG_ARCH_POPULATES_NODE_MAP=y
74466 -CONFIG_SELECT_MEMORY_MODEL=y
74467 -CONFIG_FLATMEM_MANUAL=y
74468 -# CONFIG_DISCONTIGMEM_MANUAL is not set
74469 -# CONFIG_SPARSEMEM_MANUAL is not set
74470 -CONFIG_FLATMEM=y
74471 -CONFIG_FLAT_NODE_MEM_MAP=y
74472 -# CONFIG_SPARSEMEM_STATIC is not set
74473 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
74474 -CONFIG_SPLIT_PTLOCK_CPUS=4
74475 -CONFIG_RESOURCES_64BIT=y
74476 -CONFIG_ZONE_DMA_FLAG=1
74477 -CONFIG_BOUNCE=y
74478 -CONFIG_VIRT_TO_BUS=y
74479 -CONFIG_PROC_DEVICETREE=y
74480 -CONFIG_CMDLINE_BOOL=y
74481 -CONFIG_CMDLINE=""
74482 -CONFIG_SECCOMP=y
74483 -CONFIG_ISA_DMA_API=y
74484 -
74485 -#
74486 -# Bus options
74487 -#
74488 -CONFIG_ZONE_DMA=y
74489 -CONFIG_PPC_INDIRECT_PCI=y
74490 -CONFIG_PCI=y
74491 -CONFIG_PCI_DOMAINS=y
74492 -CONFIG_PCI_SYSCALL=y
74493 -# CONFIG_PCIEPORTBUS is not set
74494 -CONFIG_ARCH_SUPPORTS_MSI=y
74495 -# CONFIG_PCI_MSI is not set
74496 -CONFIG_PCI_LEGACY=y
74497 -# CONFIG_PCI_DEBUG is not set
74498 -# CONFIG_PCCARD is not set
74499 -# CONFIG_HOTPLUG_PCI is not set
74500 -
74501 -#
74502 -# Advanced setup
74503 -#
74504 -# CONFIG_ADVANCED_OPTIONS is not set
74505 -
74506 -#
74507 -# Default settings for advanced configuration options are used
74508 -#
74509 -CONFIG_HIGHMEM_START=0xfe000000
74510 -CONFIG_LOWMEM_SIZE=0x30000000
74511 -CONFIG_KERNEL_START=0xc0000000
74512 -CONFIG_TASK_SIZE=0xc0000000
74513 -CONFIG_CONSISTENT_START=0xff100000
74514 -CONFIG_CONSISTENT_SIZE=0x00200000
74515 -CONFIG_BOOT_LOAD=0x01000000
74516 -
74517 -#
74518 -# Networking
74519 -#
74520 -CONFIG_NET=y
74521 -
74522 -#
74523 -# Networking options
74524 -#
74525 -CONFIG_PACKET=y
74526 -# CONFIG_PACKET_MMAP is not set
74527 -CONFIG_UNIX=y
74528 -# CONFIG_NET_KEY is not set
74529 -CONFIG_INET=y
74530 -# CONFIG_IP_MULTICAST is not set
74531 -# CONFIG_IP_ADVANCED_ROUTER is not set
74532 -CONFIG_IP_FIB_HASH=y
74533 -CONFIG_IP_PNP=y
74534 -CONFIG_IP_PNP_DHCP=y
74535 -CONFIG_IP_PNP_BOOTP=y
74536 -# CONFIG_IP_PNP_RARP is not set
74537 -# CONFIG_NET_IPIP is not set
74538 -# CONFIG_NET_IPGRE is not set
74539 -# CONFIG_ARPD is not set
74540 -# CONFIG_SYN_COOKIES is not set
74541 -# CONFIG_INET_AH is not set
74542 -# CONFIG_INET_ESP is not set
74543 -# CONFIG_INET_IPCOMP is not set
74544 -# CONFIG_INET_XFRM_TUNNEL is not set
74545 -# CONFIG_INET_TUNNEL is not set
74546 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
74547 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
74548 -# CONFIG_INET_XFRM_MODE_BEET is not set
74549 -# CONFIG_INET_LRO is not set
74550 -CONFIG_INET_DIAG=y
74551 -CONFIG_INET_TCP_DIAG=y
74552 -# CONFIG_TCP_CONG_ADVANCED is not set
74553 -CONFIG_TCP_CONG_CUBIC=y
74554 -CONFIG_DEFAULT_TCP_CONG="cubic"
74555 -# CONFIG_TCP_MD5SIG is not set
74556 -# CONFIG_IPV6 is not set
74557 -# CONFIG_INET6_XFRM_TUNNEL is not set
74558 -# CONFIG_INET6_TUNNEL is not set
74559 -# CONFIG_NETWORK_SECMARK is not set
74560 -# CONFIG_NETFILTER is not set
74561 -# CONFIG_IP_DCCP is not set
74562 -# CONFIG_IP_SCTP is not set
74563 -# CONFIG_TIPC is not set
74564 -# CONFIG_ATM is not set
74565 -# CONFIG_BRIDGE is not set
74566 -# CONFIG_VLAN_8021Q is not set
74567 -# CONFIG_DECNET is not set
74568 -# CONFIG_LLC2 is not set
74569 -# CONFIG_IPX is not set
74570 -# CONFIG_ATALK is not set
74571 -# CONFIG_X25 is not set
74572 -# CONFIG_LAPB is not set
74573 -# CONFIG_ECONET is not set
74574 -# CONFIG_WAN_ROUTER is not set
74575 -# CONFIG_NET_SCHED is not set
74576 -
74577 -#
74578 -# Network testing
74579 -#
74580 -# CONFIG_NET_PKTGEN is not set
74581 -# CONFIG_HAMRADIO is not set
74582 -# CONFIG_CAN is not set
74583 -# CONFIG_IRDA is not set
74584 -# CONFIG_BT is not set
74585 -# CONFIG_AF_RXRPC is not set
74586 -
74587 -#
74588 -# Wireless
74589 -#
74590 -# CONFIG_CFG80211 is not set
74591 -# CONFIG_WIRELESS_EXT is not set
74592 -# CONFIG_MAC80211 is not set
74593 -# CONFIG_IEEE80211 is not set
74594 -# CONFIG_RFKILL is not set
74595 -# CONFIG_NET_9P is not set
74596 -
74597 -#
74598 -# Device Drivers
74599 -#
74600 -
74601 -#
74602 -# Generic Driver Options
74603 -#
74604 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
74605 -CONFIG_STANDALONE=y
74606 -CONFIG_PREVENT_FIRMWARE_BUILD=y
74607 -CONFIG_FW_LOADER=y
74608 -# CONFIG_DEBUG_DRIVER is not set
74609 -# CONFIG_DEBUG_DEVRES is not set
74610 -# CONFIG_SYS_HYPERVISOR is not set
74611 -CONFIG_CONNECTOR=y
74612 -CONFIG_PROC_EVENTS=y
74613 -CONFIG_MTD=y
74614 -# CONFIG_MTD_DEBUG is not set
74615 -# CONFIG_MTD_CONCAT is not set
74616 -CONFIG_MTD_PARTITIONS=y
74617 -# CONFIG_MTD_REDBOOT_PARTS is not set
74618 -CONFIG_MTD_CMDLINE_PARTS=y
74619 -CONFIG_MTD_OF_PARTS=y
74620 -
74621 -#
74622 -# User Modules And Translation Layers
74623 -#
74624 -CONFIG_MTD_CHAR=y
74625 -# CONFIG_MTD_BLKDEVS is not set
74626 -# CONFIG_MTD_BLOCK is not set
74627 -# CONFIG_MTD_BLOCK_RO is not set
74628 -# CONFIG_FTL is not set
74629 -# CONFIG_NFTL is not set
74630 -# CONFIG_INFTL is not set
74631 -# CONFIG_RFD_FTL is not set
74632 -# CONFIG_SSFDC is not set
74633 -# CONFIG_MTD_OOPS is not set
74634 -
74635 -#
74636 -# RAM/ROM/Flash chip drivers
74637 -#
74638 -CONFIG_MTD_CFI=y
74639 -CONFIG_MTD_JEDECPROBE=y
74640 -CONFIG_MTD_GEN_PROBE=y
74641 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
74642 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
74643 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
74644 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
74645 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
74646 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
74647 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
74648 -CONFIG_MTD_CFI_I1=y
74649 -CONFIG_MTD_CFI_I2=y
74650 -# CONFIG_MTD_CFI_I4 is not set
74651 -# CONFIG_MTD_CFI_I8 is not set
74652 -CONFIG_MTD_CFI_INTELEXT=y
74653 -CONFIG_MTD_CFI_AMDSTD=y
74654 -# CONFIG_MTD_CFI_STAA is not set
74655 -CONFIG_MTD_CFI_UTIL=y
74656 -# CONFIG_MTD_RAM is not set
74657 -# CONFIG_MTD_ROM is not set
74658 -# CONFIG_MTD_ABSENT is not set
74659 -
74660 -#
74661 -# Mapping drivers for chip access
74662 -#
74663 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
74664 -# CONFIG_MTD_PHYSMAP is not set
74665 -CONFIG_MTD_PHYSMAP_OF=y
74666 -# CONFIG_MTD_INTEL_VR_NOR is not set
74667 -# CONFIG_MTD_PLATRAM is not set
74668 -
74669 -#
74670 -# Self-contained MTD device drivers
74671 -#
74672 -# CONFIG_MTD_PMC551 is not set
74673 -# CONFIG_MTD_SLRAM is not set
74674 -# CONFIG_MTD_PHRAM is not set
74675 -# CONFIG_MTD_MTDRAM is not set
74676 -# CONFIG_MTD_BLOCK2MTD is not set
74677 -
74678 -#
74679 -# Disk-On-Chip Device Drivers
74680 -#
74681 -# CONFIG_MTD_DOC2000 is not set
74682 -# CONFIG_MTD_DOC2001 is not set
74683 -# CONFIG_MTD_DOC2001PLUS is not set
74684 -# CONFIG_MTD_NAND is not set
74685 -# CONFIG_MTD_ONENAND is not set
74686 -
74687 -#
74688 -# UBI - Unsorted block images
74689 -#
74690 -# CONFIG_MTD_UBI is not set
74691 -CONFIG_OF_DEVICE=y
74692 -# CONFIG_PARPORT is not set
74693 -CONFIG_BLK_DEV=y
74694 -# CONFIG_BLK_DEV_FD is not set
74695 -# CONFIG_BLK_CPQ_DA is not set
74696 -# CONFIG_BLK_CPQ_CISS_DA is not set
74697 -# CONFIG_BLK_DEV_DAC960 is not set
74698 -# CONFIG_BLK_DEV_UMEM is not set
74699 -# CONFIG_BLK_DEV_COW_COMMON is not set
74700 -# CONFIG_BLK_DEV_LOOP is not set
74701 -# CONFIG_BLK_DEV_NBD is not set
74702 -# CONFIG_BLK_DEV_SX8 is not set
74703 -CONFIG_BLK_DEV_RAM=y
74704 -CONFIG_BLK_DEV_RAM_COUNT=16
74705 -CONFIG_BLK_DEV_RAM_SIZE=35000
74706 -# CONFIG_BLK_DEV_XIP is not set
74707 -# CONFIG_CDROM_PKTCDVD is not set
74708 -# CONFIG_ATA_OVER_ETH is not set
74709 -# CONFIG_XILINX_SYSACE is not set
74710 -CONFIG_MISC_DEVICES=y
74711 -# CONFIG_PHANTOM is not set
74712 -# CONFIG_EEPROM_93CX6 is not set
74713 -# CONFIG_SGI_IOC4 is not set
74714 -# CONFIG_TIFM_CORE is not set
74715 -# CONFIG_ENCLOSURE_SERVICES is not set
74716 -CONFIG_HAVE_IDE=y
74717 -# CONFIG_IDE is not set
74718 -
74719 -#
74720 -# SCSI device support
74721 -#
74722 -# CONFIG_RAID_ATTRS is not set
74723 -# CONFIG_SCSI is not set
74724 -# CONFIG_SCSI_DMA is not set
74725 -# CONFIG_SCSI_NETLINK is not set
74726 -# CONFIG_ATA is not set
74727 -# CONFIG_MD is not set
74728 -# CONFIG_FUSION is not set
74729 -
74730 -#
74731 -# IEEE 1394 (FireWire) support
74732 -#
74733 -# CONFIG_FIREWIRE is not set
74734 -# CONFIG_IEEE1394 is not set
74735 -# CONFIG_I2O is not set
74736 -CONFIG_MACINTOSH_DRIVERS=y
74737 -# CONFIG_MAC_EMUMOUSEBTN is not set
74738 -# CONFIG_WINDFARM is not set
74739 -CONFIG_NETDEVICES=y
74740 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
74741 -# CONFIG_DUMMY is not set
74742 -# CONFIG_BONDING is not set
74743 -# CONFIG_MACVLAN is not set
74744 -# CONFIG_EQUALIZER is not set
74745 -# CONFIG_TUN is not set
74746 -# CONFIG_VETH is not set
74747 -# CONFIG_ARCNET is not set
74748 -# CONFIG_NET_ETHERNET is not set
74749 -CONFIG_IBM_NEW_EMAC_ZMII=y
74750 -CONFIG_IBM_NEW_EMAC_RGMII=y
74751 -CONFIG_IBM_NEW_EMAC_EMAC4=y
74752 -CONFIG_NETDEV_1000=y
74753 -# CONFIG_ACENIC is not set
74754 -# CONFIG_DL2K is not set
74755 -# CONFIG_E1000 is not set
74756 -# CONFIG_E1000E is not set
74757 -# CONFIG_E1000E_ENABLED is not set
74758 -# CONFIG_IP1000 is not set
74759 -# CONFIG_IGB is not set
74760 -# CONFIG_NS83820 is not set
74761 -# CONFIG_HAMACHI is not set
74762 -# CONFIG_YELLOWFIN is not set
74763 -# CONFIG_R8169 is not set
74764 -# CONFIG_SIS190 is not set
74765 -# CONFIG_SKGE is not set
74766 -# CONFIG_SKY2 is not set
74767 -# CONFIG_SK98LIN is not set
74768 -# CONFIG_VIA_VELOCITY is not set
74769 -# CONFIG_TIGON3 is not set
74770 -# CONFIG_BNX2 is not set
74771 -# CONFIG_QLA3XXX is not set
74772 -# CONFIG_ATL1 is not set
74773 -CONFIG_NETDEV_10000=y
74774 -# CONFIG_CHELSIO_T1 is not set
74775 -# CONFIG_CHELSIO_T3 is not set
74776 -# CONFIG_IXGBE is not set
74777 -# CONFIG_IXGB is not set
74778 -# CONFIG_S2IO is not set
74779 -# CONFIG_MYRI10GE is not set
74780 -# CONFIG_NETXEN_NIC is not set
74781 -# CONFIG_NIU is not set
74782 -# CONFIG_MLX4_CORE is not set
74783 -# CONFIG_TEHUTI is not set
74784 -# CONFIG_BNX2X is not set
74785 -# CONFIG_TR is not set
74786 -
74787 -#
74788 -# Wireless LAN
74789 -#
74790 -# CONFIG_WLAN_PRE80211 is not set
74791 -# CONFIG_WLAN_80211 is not set
74792 -# CONFIG_WAN is not set
74793 -# CONFIG_FDDI is not set
74794 -# CONFIG_HIPPI is not set
74795 -# CONFIG_PPP is not set
74796 -# CONFIG_SLIP is not set
74797 -# CONFIG_NETCONSOLE is not set
74798 -# CONFIG_NETPOLL is not set
74799 -# CONFIG_NET_POLL_CONTROLLER is not set
74800 -# CONFIG_ISDN is not set
74801 -# CONFIG_PHONE is not set
74802 -
74803 -#
74804 -# Input device support
74805 -#
74806 -# CONFIG_INPUT is not set
74807 -
74808 -#
74809 -# Hardware I/O ports
74810 -#
74811 -# CONFIG_SERIO is not set
74812 -# CONFIG_GAMEPORT is not set
74813 -
74814 -#
74815 -# Character devices
74816 -#
74817 -# CONFIG_VT is not set
74818 -# CONFIG_SERIAL_NONSTANDARD is not set
74819 -# CONFIG_NOZOMI is not set
74820 -
74821 -#
74822 -# Serial drivers
74823 -#
74824 -CONFIG_SERIAL_8250=y
74825 -CONFIG_SERIAL_8250_CONSOLE=y
74826 -# CONFIG_SERIAL_8250_PCI is not set
74827 -CONFIG_SERIAL_8250_NR_UARTS=4
74828 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
74829 -CONFIG_SERIAL_8250_EXTENDED=y
74830 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
74831 -CONFIG_SERIAL_8250_SHARE_IRQ=y
74832 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
74833 -# CONFIG_SERIAL_8250_RSA is not set
74834 -
74835 -#
74836 -# Non-8250 serial port support
74837 -#
74838 -# CONFIG_SERIAL_UARTLITE is not set
74839 -CONFIG_SERIAL_CORE=y
74840 -CONFIG_SERIAL_CORE_CONSOLE=y
74841 -# CONFIG_SERIAL_JSM is not set
74842 -CONFIG_SERIAL_OF_PLATFORM=y
74843 -CONFIG_UNIX98_PTYS=y
74844 -CONFIG_LEGACY_PTYS=y
74845 -CONFIG_LEGACY_PTY_COUNT=256
74846 -# CONFIG_IPMI_HANDLER is not set
74847 -# CONFIG_HW_RANDOM is not set
74848 -# CONFIG_NVRAM is not set
74849 -# CONFIG_GEN_RTC is not set
74850 -# CONFIG_R3964 is not set
74851 -# CONFIG_APPLICOM is not set
74852 -# CONFIG_RAW_DRIVER is not set
74853 -# CONFIG_TCG_TPM is not set
74854 -CONFIG_DEVPORT=y
74855 -# CONFIG_I2C is not set
74856 -
74857 -#
74858 -# SPI support
74859 -#
74860 -# CONFIG_SPI is not set
74861 -# CONFIG_SPI_MASTER is not set
74862 -# CONFIG_W1 is not set
74863 -# CONFIG_POWER_SUPPLY is not set
74864 -# CONFIG_HWMON is not set
74865 -CONFIG_THERMAL=y
74866 -# CONFIG_WATCHDOG is not set
74867 -
74868 -#
74869 -# Sonics Silicon Backplane
74870 -#
74871 -CONFIG_SSB_POSSIBLE=y
74872 -# CONFIG_SSB is not set
74873 -
74874 -#
74875 -# Multifunction device drivers
74876 -#
74877 -# CONFIG_MFD_SM501 is not set
74878 -
74879 -#
74880 -# Multimedia devices
74881 -#
74882 -# CONFIG_VIDEO_DEV is not set
74883 -# CONFIG_DVB_CORE is not set
74884 -CONFIG_DAB=y
74885 -
74886 -#
74887 -# Graphics support
74888 -#
74889 -# CONFIG_AGP is not set
74890 -# CONFIG_DRM is not set
74891 -# CONFIG_VGASTATE is not set
74892 -CONFIG_VIDEO_OUTPUT_CONTROL=m
74893 -# CONFIG_FB is not set
74894 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
74895 -
74896 -#
74897 -# Display device support
74898 -#
74899 -# CONFIG_DISPLAY_SUPPORT is not set
74900 -
74901 -#
74902 -# Sound
74903 -#
74904 -# CONFIG_SOUND is not set
74905 -CONFIG_USB_SUPPORT=y
74906 -CONFIG_USB_ARCH_HAS_HCD=y
74907 -CONFIG_USB_ARCH_HAS_OHCI=y
74908 -CONFIG_USB_ARCH_HAS_EHCI=y
74909 -# CONFIG_USB is not set
74910 -
74911 -#
74912 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
74913 -#
74914 -# CONFIG_USB_GADGET is not set
74915 -# CONFIG_MMC is not set
74916 -# CONFIG_MEMSTICK is not set
74917 -# CONFIG_NEW_LEDS is not set
74918 -# CONFIG_INFINIBAND is not set
74919 -# CONFIG_EDAC is not set
74920 -# CONFIG_RTC_CLASS is not set
74921 -
74922 -#
74923 -# Userspace I/O
74924 -#
74925 -# CONFIG_UIO is not set
74926 -
74927 -#
74928 -# File systems
74929 -#
74930 -CONFIG_EXT2_FS=y
74931 -# CONFIG_EXT2_FS_XATTR is not set
74932 -# CONFIG_EXT2_FS_XIP is not set
74933 -# CONFIG_EXT3_FS is not set
74934 -# CONFIG_EXT4DEV_FS is not set
74935 -# CONFIG_REISERFS_FS is not set
74936 -# CONFIG_JFS_FS is not set
74937 -# CONFIG_FS_POSIX_ACL is not set
74938 -# CONFIG_XFS_FS is not set
74939 -# CONFIG_GFS2_FS is not set
74940 -# CONFIG_OCFS2_FS is not set
74941 -CONFIG_DNOTIFY=y
74942 -CONFIG_INOTIFY=y
74943 -CONFIG_INOTIFY_USER=y
74944 -# CONFIG_QUOTA is not set
74945 -# CONFIG_AUTOFS_FS is not set
74946 -# CONFIG_AUTOFS4_FS is not set
74947 -# CONFIG_FUSE_FS is not set
74948 -
74949 -#
74950 -# CD-ROM/DVD Filesystems
74951 -#
74952 -# CONFIG_ISO9660_FS is not set
74953 -# CONFIG_UDF_FS is not set
74954 -
74955 -#
74956 -# DOS/FAT/NT Filesystems
74957 -#
74958 -# CONFIG_MSDOS_FS is not set
74959 -# CONFIG_VFAT_FS is not set
74960 -# CONFIG_NTFS_FS is not set
74961 -
74962 -#
74963 -# Pseudo filesystems
74964 -#
74965 -CONFIG_PROC_FS=y
74966 -CONFIG_PROC_KCORE=y
74967 -CONFIG_PROC_SYSCTL=y
74968 -CONFIG_SYSFS=y
74969 -CONFIG_TMPFS=y
74970 -# CONFIG_TMPFS_POSIX_ACL is not set
74971 -# CONFIG_HUGETLB_PAGE is not set
74972 -# CONFIG_CONFIGFS_FS is not set
74973 -
74974 -#
74975 -# Miscellaneous filesystems
74976 -#
74977 -# CONFIG_ADFS_FS is not set
74978 -# CONFIG_AFFS_FS is not set
74979 -# CONFIG_HFS_FS is not set
74980 -# CONFIG_HFSPLUS_FS is not set
74981 -# CONFIG_BEFS_FS is not set
74982 -# CONFIG_BFS_FS is not set
74983 -# CONFIG_EFS_FS is not set
74984 -CONFIG_JFFS2_FS=y
74985 -CONFIG_JFFS2_FS_DEBUG=0
74986 -CONFIG_JFFS2_FS_WRITEBUFFER=y
74987 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
74988 -# CONFIG_JFFS2_SUMMARY is not set
74989 -# CONFIG_JFFS2_FS_XATTR is not set
74990 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
74991 -CONFIG_JFFS2_ZLIB=y
74992 -# CONFIG_JFFS2_LZO is not set
74993 -CONFIG_JFFS2_RTIME=y
74994 -# CONFIG_JFFS2_RUBIN is not set
74995 -CONFIG_CRAMFS=y
74996 -# CONFIG_VXFS_FS is not set
74997 -# CONFIG_MINIX_FS is not set
74998 -# CONFIG_HPFS_FS is not set
74999 -# CONFIG_QNX4FS_FS is not set
75000 -# CONFIG_ROMFS_FS is not set
75001 -# CONFIG_SYSV_FS is not set
75002 -# CONFIG_UFS_FS is not set
75003 -CONFIG_NETWORK_FILESYSTEMS=y
75004 -CONFIG_NFS_FS=y
75005 -CONFIG_NFS_V3=y
75006 -# CONFIG_NFS_V3_ACL is not set
75007 -# CONFIG_NFS_V4 is not set
75008 -# CONFIG_NFS_DIRECTIO is not set
75009 -# CONFIG_NFSD is not set
75010 -CONFIG_ROOT_NFS=y
75011 -CONFIG_LOCKD=y
75012 -CONFIG_LOCKD_V4=y
75013 -CONFIG_NFS_COMMON=y
75014 -CONFIG_SUNRPC=y
75015 -# CONFIG_SUNRPC_BIND34 is not set
75016 -# CONFIG_RPCSEC_GSS_KRB5 is not set
75017 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
75018 -# CONFIG_SMB_FS is not set
75019 -# CONFIG_CIFS is not set
75020 -# CONFIG_NCP_FS is not set
75021 -# CONFIG_CODA_FS is not set
75022 -# CONFIG_AFS_FS is not set
75023 -
75024 -#
75025 -# Partition Types
75026 -#
75027 -# CONFIG_PARTITION_ADVANCED is not set
75028 -CONFIG_MSDOS_PARTITION=y
75029 -# CONFIG_NLS is not set
75030 -# CONFIG_DLM is not set
75031 -
75032 -#
75033 -# Library routines
75034 -#
75035 -CONFIG_BITREVERSE=y
75036 -# CONFIG_CRC_CCITT is not set
75037 -# CONFIG_CRC16 is not set
75038 -# CONFIG_CRC_ITU_T is not set
75039 -CONFIG_CRC32=y
75040 -# CONFIG_CRC7 is not set
75041 -# CONFIG_LIBCRC32C is not set
75042 -CONFIG_ZLIB_INFLATE=y
75043 -CONFIG_ZLIB_DEFLATE=y
75044 -CONFIG_PLIST=y
75045 -CONFIG_HAS_IOMEM=y
75046 -CONFIG_HAS_IOPORT=y
75047 -CONFIG_HAS_DMA=y
75048 -
75049 -#
75050 -# Kernel hacking
75051 -#
75052 -# CONFIG_PRINTK_TIME is not set
75053 -CONFIG_ENABLE_WARN_DEPRECATED=y
75054 -CONFIG_ENABLE_MUST_CHECK=y
75055 -CONFIG_MAGIC_SYSRQ=y
75056 -# CONFIG_UNUSED_SYMBOLS is not set
75057 -CONFIG_DEBUG_FS=y
75058 -# CONFIG_HEADERS_CHECK is not set
75059 -CONFIG_DEBUG_KERNEL=y
75060 -# CONFIG_DEBUG_SHIRQ is not set
75061 -CONFIG_DETECT_SOFTLOCKUP=y
75062 -CONFIG_SCHED_DEBUG=y
75063 -# CONFIG_SCHEDSTATS is not set
75064 -# CONFIG_TIMER_STATS is not set
75065 -# CONFIG_SLUB_DEBUG_ON is not set
75066 -# CONFIG_SLUB_STATS is not set
75067 -# CONFIG_DEBUG_RT_MUTEXES is not set
75068 -# CONFIG_RT_MUTEX_TESTER is not set
75069 -# CONFIG_DEBUG_SPINLOCK is not set
75070 -# CONFIG_DEBUG_MUTEXES is not set
75071 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
75072 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
75073 -# CONFIG_DEBUG_KOBJECT is not set
75074 -# CONFIG_DEBUG_BUGVERBOSE is not set
75075 -# CONFIG_DEBUG_INFO is not set
75076 -# CONFIG_DEBUG_VM is not set
75077 -# CONFIG_DEBUG_LIST is not set
75078 -# CONFIG_DEBUG_SG is not set
75079 -# CONFIG_BOOT_PRINTK_DELAY is not set
75080 -# CONFIG_RCU_TORTURE_TEST is not set
75081 -# CONFIG_BACKTRACE_SELF_TEST is not set
75082 -# CONFIG_FAULT_INJECTION is not set
75083 -# CONFIG_SAMPLES is not set
75084 -# CONFIG_DEBUG_STACKOVERFLOW is not set
75085 -# CONFIG_DEBUG_STACK_USAGE is not set
75086 -# CONFIG_DEBUG_PAGEALLOC is not set
75087 -CONFIG_DEBUGGER=y
75088 -# CONFIG_KGDB is not set
75089 -# CONFIG_XMON is not set
75090 -# CONFIG_VIRQ_DEBUG is not set
75091 -# CONFIG_BDI_SWITCH is not set
75092 -CONFIG_PPC_EARLY_DEBUG=y
75093 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
75094 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
75095 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
75096 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
75097 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
75098 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
75099 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
75100 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
75101 -CONFIG_PPC_EARLY_DEBUG_44x=y
75102 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
75103 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
75104 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
75105 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
75106 -
75107 -#
75108 -# Security options
75109 -#
75110 -# CONFIG_KEYS is not set
75111 -# CONFIG_SECURITY is not set
75112 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
75113 -CONFIG_CRYPTO=y
75114 -CONFIG_CRYPTO_ALGAPI=y
75115 -CONFIG_CRYPTO_BLKCIPHER=y
75116 -# CONFIG_CRYPTO_SEQIV is not set
75117 -CONFIG_CRYPTO_MANAGER=y
75118 -# CONFIG_CRYPTO_HMAC is not set
75119 -# CONFIG_CRYPTO_XCBC is not set
75120 -# CONFIG_CRYPTO_NULL is not set
75121 -# CONFIG_CRYPTO_MD4 is not set
75122 -CONFIG_CRYPTO_MD5=y
75123 -# CONFIG_CRYPTO_SHA1 is not set
75124 -# CONFIG_CRYPTO_SHA256 is not set
75125 -# CONFIG_CRYPTO_SHA512 is not set
75126 -# CONFIG_CRYPTO_WP512 is not set
75127 -# CONFIG_CRYPTO_TGR192 is not set
75128 -# CONFIG_CRYPTO_GF128MUL is not set
75129 -CONFIG_CRYPTO_ECB=y
75130 -CONFIG_CRYPTO_CBC=y
75131 -CONFIG_CRYPTO_PCBC=y
75132 -# CONFIG_CRYPTO_LRW is not set
75133 -# CONFIG_CRYPTO_XTS is not set
75134 -# CONFIG_CRYPTO_CTR is not set
75135 -# CONFIG_CRYPTO_GCM is not set
75136 -# CONFIG_CRYPTO_CCM is not set
75137 -# CONFIG_CRYPTO_CRYPTD is not set
75138 -CONFIG_CRYPTO_DES=y
75139 -# CONFIG_CRYPTO_FCRYPT is not set
75140 -# CONFIG_CRYPTO_BLOWFISH is not set
75141 -# CONFIG_CRYPTO_TWOFISH is not set
75142 -# CONFIG_CRYPTO_SERPENT is not set
75143 -# CONFIG_CRYPTO_AES is not set
75144 -# CONFIG_CRYPTO_CAST5 is not set
75145 -# CONFIG_CRYPTO_CAST6 is not set
75146 -# CONFIG_CRYPTO_TEA is not set
75147 -# CONFIG_CRYPTO_ARC4 is not set
75148 -# CONFIG_CRYPTO_KHAZAD is not set
75149 -# CONFIG_CRYPTO_ANUBIS is not set
75150 -# CONFIG_CRYPTO_SEED is not set
75151 -# CONFIG_CRYPTO_SALSA20 is not set
75152 -# CONFIG_CRYPTO_DEFLATE is not set
75153 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
75154 -# CONFIG_CRYPTO_CRC32C is not set
75155 -# CONFIG_CRYPTO_CAMELLIA is not set
75156 -# CONFIG_CRYPTO_TEST is not set
75157 -# CONFIG_CRYPTO_AUTHENC is not set
75158 -# CONFIG_CRYPTO_LZO is not set
75159 -CONFIG_CRYPTO_HW=y
75160 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
75161 -# CONFIG_PPC_CLOCK is not set
75162 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc834x_defconfig powerpc.git/arch/powerpc/configs/sbc834x_defconfig
75163 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc834x_defconfig     2008-04-11 22:32:29.000000000 +0200
75164 +++ powerpc.git/arch/powerpc/configs/sbc834x_defconfig  1970-01-01 01:00:00.000000000 +0100
75165 @@ -1,828 +0,0 @@
75166 -#
75167 -# Automatically generated make config: don't edit
75168 -# Linux kernel version: 2.6.25-rc6
75169 -# Mon Mar 24 08:48:38 2008
75170 -#
75171 -# CONFIG_PPC64 is not set
75172 -
75173 -#
75174 -# Processor support
75175 -#
75176 -CONFIG_6xx=y
75177 -# CONFIG_PPC_85xx is not set
75178 -# CONFIG_PPC_8xx is not set
75179 -# CONFIG_40x is not set
75180 -# CONFIG_44x is not set
75181 -# CONFIG_E200 is not set
75182 -CONFIG_PPC_FPU=y
75183 -# CONFIG_FSL_EMB_PERFMON is not set
75184 -CONFIG_PPC_STD_MMU=y
75185 -CONFIG_PPC_STD_MMU_32=y
75186 -# CONFIG_PPC_MM_SLICES is not set
75187 -# CONFIG_SMP is not set
75188 -CONFIG_PPC32=y
75189 -CONFIG_WORD_SIZE=32
75190 -CONFIG_PPC_MERGE=y
75191 -CONFIG_MMU=y
75192 -CONFIG_GENERIC_CMOS_UPDATE=y
75193 -CONFIG_GENERIC_TIME=y
75194 -CONFIG_GENERIC_TIME_VSYSCALL=y
75195 -CONFIG_GENERIC_CLOCKEVENTS=y
75196 -CONFIG_GENERIC_HARDIRQS=y
75197 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
75198 -CONFIG_IRQ_PER_CPU=y
75199 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
75200 -CONFIG_ARCH_HAS_ILOG2_U32=y
75201 -CONFIG_GENERIC_HWEIGHT=y
75202 -CONFIG_GENERIC_CALIBRATE_DELAY=y
75203 -CONFIG_GENERIC_FIND_NEXT_BIT=y
75204 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
75205 -CONFIG_PPC=y
75206 -CONFIG_EARLY_PRINTK=y
75207 -CONFIG_GENERIC_NVRAM=y
75208 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
75209 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
75210 -CONFIG_PPC_OF=y
75211 -CONFIG_OF=y
75212 -CONFIG_PPC_UDBG_16550=y
75213 -# CONFIG_GENERIC_TBSYNC is not set
75214 -CONFIG_AUDIT_ARCH=y
75215 -CONFIG_GENERIC_BUG=y
75216 -CONFIG_DEFAULT_UIMAGE=y
75217 -# CONFIG_PPC_DCR_NATIVE is not set
75218 -# CONFIG_PPC_DCR_MMIO is not set
75219 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
75220 -
75221 -#
75222 -# General setup
75223 -#
75224 -CONFIG_EXPERIMENTAL=y
75225 -CONFIG_BROKEN_ON_SMP=y
75226 -CONFIG_INIT_ENV_ARG_LIMIT=32
75227 -CONFIG_LOCALVERSION=""
75228 -CONFIG_LOCALVERSION_AUTO=y
75229 -CONFIG_SWAP=y
75230 -CONFIG_SYSVIPC=y
75231 -CONFIG_SYSVIPC_SYSCTL=y
75232 -# CONFIG_POSIX_MQUEUE is not set
75233 -# CONFIG_BSD_PROCESS_ACCT is not set
75234 -# CONFIG_TASKSTATS is not set
75235 -# CONFIG_AUDIT is not set
75236 -# CONFIG_IKCONFIG is not set
75237 -CONFIG_LOG_BUF_SHIFT=14
75238 -# CONFIG_CGROUPS is not set
75239 -CONFIG_GROUP_SCHED=y
75240 -CONFIG_FAIR_GROUP_SCHED=y
75241 -# CONFIG_RT_GROUP_SCHED is not set
75242 -CONFIG_USER_SCHED=y
75243 -# CONFIG_CGROUP_SCHED is not set
75244 -CONFIG_SYSFS_DEPRECATED=y
75245 -CONFIG_SYSFS_DEPRECATED_V2=y
75246 -# CONFIG_RELAY is not set
75247 -# CONFIG_NAMESPACES is not set
75248 -CONFIG_BLK_DEV_INITRD=y
75249 -CONFIG_INITRAMFS_SOURCE=""
75250 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
75251 -CONFIG_SYSCTL=y
75252 -CONFIG_EMBEDDED=y
75253 -CONFIG_SYSCTL_SYSCALL=y
75254 -# CONFIG_KALLSYMS is not set
75255 -CONFIG_HOTPLUG=y
75256 -CONFIG_PRINTK=y
75257 -CONFIG_BUG=y
75258 -CONFIG_ELF_CORE=y
75259 -CONFIG_COMPAT_BRK=y
75260 -CONFIG_BASE_FULL=y
75261 -CONFIG_FUTEX=y
75262 -CONFIG_ANON_INODES=y
75263 -# CONFIG_EPOLL is not set
75264 -CONFIG_SIGNALFD=y
75265 -CONFIG_TIMERFD=y
75266 -CONFIG_EVENTFD=y
75267 -CONFIG_SHMEM=y
75268 -CONFIG_VM_EVENT_COUNTERS=y
75269 -CONFIG_SLAB=y
75270 -# CONFIG_SLUB is not set
75271 -# CONFIG_SLOB is not set
75272 -# CONFIG_PROFILING is not set
75273 -# CONFIG_MARKERS is not set
75274 -CONFIG_HAVE_OPROFILE=y
75275 -CONFIG_HAVE_KPROBES=y
75276 -CONFIG_HAVE_KRETPROBES=y
75277 -CONFIG_PROC_PAGE_MONITOR=y
75278 -CONFIG_SLABINFO=y
75279 -CONFIG_RT_MUTEXES=y
75280 -# CONFIG_TINY_SHMEM is not set
75281 -CONFIG_BASE_SMALL=0
75282 -CONFIG_MODULES=y
75283 -CONFIG_MODULE_UNLOAD=y
75284 -# CONFIG_MODULE_FORCE_UNLOAD is not set
75285 -# CONFIG_MODVERSIONS is not set
75286 -# CONFIG_MODULE_SRCVERSION_ALL is not set
75287 -# CONFIG_KMOD is not set
75288 -CONFIG_BLOCK=y
75289 -# CONFIG_LBD is not set
75290 -# CONFIG_BLK_DEV_IO_TRACE is not set
75291 -# CONFIG_LSF is not set
75292 -# CONFIG_BLK_DEV_BSG is not set
75293 -
75294 -#
75295 -# IO Schedulers
75296 -#
75297 -CONFIG_IOSCHED_NOOP=y
75298 -CONFIG_IOSCHED_AS=y
75299 -CONFIG_IOSCHED_DEADLINE=y
75300 -CONFIG_IOSCHED_CFQ=y
75301 -CONFIG_DEFAULT_AS=y
75302 -# CONFIG_DEFAULT_DEADLINE is not set
75303 -# CONFIG_DEFAULT_CFQ is not set
75304 -# CONFIG_DEFAULT_NOOP is not set
75305 -CONFIG_DEFAULT_IOSCHED="anticipatory"
75306 -CONFIG_CLASSIC_RCU=y
75307 -
75308 -#
75309 -# Platform support
75310 -#
75311 -# CONFIG_PPC_MULTIPLATFORM is not set
75312 -# CONFIG_PPC_82xx is not set
75313 -CONFIG_PPC_83xx=y
75314 -# CONFIG_PPC_86xx is not set
75315 -# CONFIG_PPC_MPC512x is not set
75316 -# CONFIG_PPC_MPC5121 is not set
75317 -# CONFIG_PPC_CELL is not set
75318 -# CONFIG_PPC_CELL_NATIVE is not set
75319 -# CONFIG_PQ2ADS is not set
75320 -CONFIG_MPC83xx=y
75321 -# CONFIG_MPC831x_RDB is not set
75322 -# CONFIG_MPC832x_MDS is not set
75323 -# CONFIG_MPC832x_RDB is not set
75324 -# CONFIG_MPC834x_MDS is not set
75325 -# CONFIG_MPC834x_ITX is not set
75326 -# CONFIG_MPC836x_MDS is not set
75327 -# CONFIG_MPC837x_MDS is not set
75328 -# CONFIG_MPC837x_RDB is not set
75329 -CONFIG_SBC834x=y
75330 -CONFIG_PPC_MPC834x=y
75331 -CONFIG_IPIC=y
75332 -# CONFIG_MPIC is not set
75333 -# CONFIG_MPIC_WEIRD is not set
75334 -# CONFIG_PPC_I8259 is not set
75335 -# CONFIG_PPC_RTAS is not set
75336 -# CONFIG_MMIO_NVRAM is not set
75337 -# CONFIG_PPC_MPC106 is not set
75338 -# CONFIG_PPC_970_NAP is not set
75339 -# CONFIG_PPC_INDIRECT_IO is not set
75340 -# CONFIG_GENERIC_IOMAP is not set
75341 -# CONFIG_CPU_FREQ is not set
75342 -# CONFIG_FSL_ULI1575 is not set
75343 -
75344 -#
75345 -# Kernel options
75346 -#
75347 -# CONFIG_HIGHMEM is not set
75348 -# CONFIG_TICK_ONESHOT is not set
75349 -# CONFIG_NO_HZ is not set
75350 -# CONFIG_HIGH_RES_TIMERS is not set
75351 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
75352 -# CONFIG_HZ_100 is not set
75353 -CONFIG_HZ_250=y
75354 -# CONFIG_HZ_300 is not set
75355 -# CONFIG_HZ_1000 is not set
75356 -CONFIG_HZ=250
75357 -# CONFIG_SCHED_HRTICK is not set
75358 -CONFIG_PREEMPT_NONE=y
75359 -# CONFIG_PREEMPT_VOLUNTARY is not set
75360 -# CONFIG_PREEMPT is not set
75361 -CONFIG_BINFMT_ELF=y
75362 -# CONFIG_BINFMT_MISC is not set
75363 -# CONFIG_IOMMU_HELPER is not set
75364 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
75365 -CONFIG_ARCH_HAS_WALK_MEMORY=y
75366 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
75367 -CONFIG_ARCH_FLATMEM_ENABLE=y
75368 -CONFIG_ARCH_POPULATES_NODE_MAP=y
75369 -CONFIG_SELECT_MEMORY_MODEL=y
75370 -CONFIG_FLATMEM_MANUAL=y
75371 -# CONFIG_DISCONTIGMEM_MANUAL is not set
75372 -# CONFIG_SPARSEMEM_MANUAL is not set
75373 -CONFIG_FLATMEM=y
75374 -CONFIG_FLAT_NODE_MEM_MAP=y
75375 -# CONFIG_SPARSEMEM_STATIC is not set
75376 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
75377 -CONFIG_SPLIT_PTLOCK_CPUS=4
75378 -# CONFIG_RESOURCES_64BIT is not set
75379 -CONFIG_ZONE_DMA_FLAG=1
75380 -CONFIG_BOUNCE=y
75381 -CONFIG_VIRT_TO_BUS=y
75382 -CONFIG_PROC_DEVICETREE=y
75383 -# CONFIG_CMDLINE_BOOL is not set
75384 -# CONFIG_PM is not set
75385 -CONFIG_SECCOMP=y
75386 -CONFIG_ISA_DMA_API=y
75387 -
75388 -#
75389 -# Bus options
75390 -#
75391 -CONFIG_ZONE_DMA=y
75392 -CONFIG_GENERIC_ISA_DMA=y
75393 -CONFIG_PPC_INDIRECT_PCI=y
75394 -CONFIG_FSL_SOC=y
75395 -# CONFIG_PCI is not set
75396 -# CONFIG_PCI_DOMAINS is not set
75397 -# CONFIG_PCI_SYSCALL is not set
75398 -# CONFIG_ARCH_SUPPORTS_MSI is not set
75399 -# CONFIG_PCCARD is not set
75400 -
75401 -#
75402 -# Advanced setup
75403 -#
75404 -# CONFIG_ADVANCED_OPTIONS is not set
75405 -
75406 -#
75407 -# Default settings for advanced configuration options are used
75408 -#
75409 -CONFIG_HIGHMEM_START=0xfe000000
75410 -CONFIG_LOWMEM_SIZE=0x30000000
75411 -CONFIG_KERNEL_START=0xc0000000
75412 -CONFIG_TASK_SIZE=0xc0000000
75413 -CONFIG_BOOT_LOAD=0x00800000
75414 -
75415 -#
75416 -# Networking
75417 -#
75418 -CONFIG_NET=y
75419 -
75420 -#
75421 -# Networking options
75422 -#
75423 -CONFIG_PACKET=y
75424 -# CONFIG_PACKET_MMAP is not set
75425 -CONFIG_UNIX=y
75426 -CONFIG_XFRM=y
75427 -CONFIG_XFRM_USER=m
75428 -# CONFIG_XFRM_SUB_POLICY is not set
75429 -# CONFIG_XFRM_MIGRATE is not set
75430 -# CONFIG_XFRM_STATISTICS is not set
75431 -# CONFIG_NET_KEY is not set
75432 -CONFIG_INET=y
75433 -CONFIG_IP_MULTICAST=y
75434 -# CONFIG_IP_ADVANCED_ROUTER is not set
75435 -CONFIG_IP_FIB_HASH=y
75436 -CONFIG_IP_PNP=y
75437 -CONFIG_IP_PNP_DHCP=y
75438 -CONFIG_IP_PNP_BOOTP=y
75439 -# CONFIG_IP_PNP_RARP is not set
75440 -# CONFIG_NET_IPIP is not set
75441 -# CONFIG_NET_IPGRE is not set
75442 -# CONFIG_IP_MROUTE is not set
75443 -# CONFIG_ARPD is not set
75444 -CONFIG_SYN_COOKIES=y
75445 -# CONFIG_INET_AH is not set
75446 -# CONFIG_INET_ESP is not set
75447 -# CONFIG_INET_IPCOMP is not set
75448 -# CONFIG_INET_XFRM_TUNNEL is not set
75449 -# CONFIG_INET_TUNNEL is not set
75450 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
75451 -CONFIG_INET_XFRM_MODE_TUNNEL=y
75452 -CONFIG_INET_XFRM_MODE_BEET=y
75453 -# CONFIG_INET_LRO is not set
75454 -CONFIG_INET_DIAG=y
75455 -CONFIG_INET_TCP_DIAG=y
75456 -# CONFIG_TCP_CONG_ADVANCED is not set
75457 -CONFIG_TCP_CONG_CUBIC=y
75458 -CONFIG_DEFAULT_TCP_CONG="cubic"
75459 -# CONFIG_TCP_MD5SIG is not set
75460 -# CONFIG_IPV6 is not set
75461 -# CONFIG_INET6_XFRM_TUNNEL is not set
75462 -# CONFIG_INET6_TUNNEL is not set
75463 -# CONFIG_NETWORK_SECMARK is not set
75464 -# CONFIG_NETFILTER is not set
75465 -# CONFIG_IP_DCCP is not set
75466 -# CONFIG_IP_SCTP is not set
75467 -# CONFIG_TIPC is not set
75468 -# CONFIG_ATM is not set
75469 -# CONFIG_BRIDGE is not set
75470 -# CONFIG_VLAN_8021Q is not set
75471 -# CONFIG_DECNET is not set
75472 -# CONFIG_LLC2 is not set
75473 -# CONFIG_IPX is not set
75474 -# CONFIG_ATALK is not set
75475 -# CONFIG_X25 is not set
75476 -# CONFIG_LAPB is not set
75477 -# CONFIG_ECONET is not set
75478 -# CONFIG_WAN_ROUTER is not set
75479 -# CONFIG_NET_SCHED is not set
75480 -
75481 -#
75482 -# Network testing
75483 -#
75484 -# CONFIG_NET_PKTGEN is not set
75485 -# CONFIG_HAMRADIO is not set
75486 -# CONFIG_CAN is not set
75487 -# CONFIG_IRDA is not set
75488 -# CONFIG_BT is not set
75489 -# CONFIG_AF_RXRPC is not set
75490 -
75491 -#
75492 -# Wireless
75493 -#
75494 -# CONFIG_CFG80211 is not set
75495 -# CONFIG_WIRELESS_EXT is not set
75496 -# CONFIG_MAC80211 is not set
75497 -# CONFIG_IEEE80211 is not set
75498 -# CONFIG_RFKILL is not set
75499 -# CONFIG_NET_9P is not set
75500 -
75501 -#
75502 -# Device Drivers
75503 -#
75504 -
75505 -#
75506 -# Generic Driver Options
75507 -#
75508 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
75509 -CONFIG_STANDALONE=y
75510 -CONFIG_PREVENT_FIRMWARE_BUILD=y
75511 -# CONFIG_FW_LOADER is not set
75512 -# CONFIG_SYS_HYPERVISOR is not set
75513 -# CONFIG_CONNECTOR is not set
75514 -# CONFIG_MTD is not set
75515 -CONFIG_OF_DEVICE=y
75516 -# CONFIG_PARPORT is not set
75517 -CONFIG_BLK_DEV=y
75518 -# CONFIG_BLK_DEV_FD is not set
75519 -# CONFIG_BLK_DEV_COW_COMMON is not set
75520 -CONFIG_BLK_DEV_LOOP=y
75521 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
75522 -# CONFIG_BLK_DEV_NBD is not set
75523 -CONFIG_BLK_DEV_RAM=y
75524 -CONFIG_BLK_DEV_RAM_COUNT=16
75525 -CONFIG_BLK_DEV_RAM_SIZE=32768
75526 -# CONFIG_BLK_DEV_XIP is not set
75527 -# CONFIG_CDROM_PKTCDVD is not set
75528 -# CONFIG_ATA_OVER_ETH is not set
75529 -CONFIG_MISC_DEVICES=y
75530 -# CONFIG_EEPROM_93CX6 is not set
75531 -# CONFIG_ENCLOSURE_SERVICES is not set
75532 -CONFIG_HAVE_IDE=y
75533 -# CONFIG_IDE is not set
75534 -
75535 -#
75536 -# SCSI device support
75537 -#
75538 -# CONFIG_RAID_ATTRS is not set
75539 -# CONFIG_SCSI is not set
75540 -# CONFIG_SCSI_DMA is not set
75541 -# CONFIG_SCSI_NETLINK is not set
75542 -# CONFIG_ATA is not set
75543 -# CONFIG_MD is not set
75544 -# CONFIG_MACINTOSH_DRIVERS is not set
75545 -CONFIG_NETDEVICES=y
75546 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
75547 -# CONFIG_DUMMY is not set
75548 -# CONFIG_BONDING is not set
75549 -# CONFIG_MACVLAN is not set
75550 -# CONFIG_EQUALIZER is not set
75551 -# CONFIG_TUN is not set
75552 -# CONFIG_VETH is not set
75553 -CONFIG_PHYLIB=y
75554 -
75555 -#
75556 -# MII PHY device drivers
75557 -#
75558 -# CONFIG_MARVELL_PHY is not set
75559 -# CONFIG_DAVICOM_PHY is not set
75560 -# CONFIG_QSEMI_PHY is not set
75561 -# CONFIG_LXT_PHY is not set
75562 -# CONFIG_CICADA_PHY is not set
75563 -# CONFIG_VITESSE_PHY is not set
75564 -# CONFIG_SMSC_PHY is not set
75565 -CONFIG_BROADCOM_PHY=y
75566 -# CONFIG_ICPLUS_PHY is not set
75567 -# CONFIG_REALTEK_PHY is not set
75568 -# CONFIG_FIXED_PHY is not set
75569 -# CONFIG_MDIO_BITBANG is not set
75570 -CONFIG_NET_ETHERNET=y
75571 -CONFIG_MII=y
75572 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
75573 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
75574 -# CONFIG_IBM_NEW_EMAC_TAH is not set
75575 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
75576 -# CONFIG_B44 is not set
75577 -CONFIG_NETDEV_1000=y
75578 -# CONFIG_E1000E_ENABLED is not set
75579 -CONFIG_GIANFAR=y
75580 -# CONFIG_GFAR_NAPI is not set
75581 -# CONFIG_NETDEV_10000 is not set
75582 -
75583 -#
75584 -# Wireless LAN
75585 -#
75586 -# CONFIG_WLAN_PRE80211 is not set
75587 -# CONFIG_WLAN_80211 is not set
75588 -# CONFIG_WAN is not set
75589 -# CONFIG_PPP is not set
75590 -# CONFIG_SLIP is not set
75591 -# CONFIG_NETCONSOLE is not set
75592 -# CONFIG_NETPOLL is not set
75593 -# CONFIG_NET_POLL_CONTROLLER is not set
75594 -# CONFIG_ISDN is not set
75595 -# CONFIG_PHONE is not set
75596 -
75597 -#
75598 -# Input device support
75599 -#
75600 -CONFIG_INPUT=y
75601 -# CONFIG_INPUT_FF_MEMLESS is not set
75602 -# CONFIG_INPUT_POLLDEV is not set
75603 -
75604 -#
75605 -# Userland interfaces
75606 -#
75607 -# CONFIG_INPUT_MOUSEDEV is not set
75608 -# CONFIG_INPUT_JOYDEV is not set
75609 -# CONFIG_INPUT_EVDEV is not set
75610 -# CONFIG_INPUT_EVBUG is not set
75611 -
75612 -#
75613 -# Input Device Drivers
75614 -#
75615 -# CONFIG_INPUT_KEYBOARD is not set
75616 -# CONFIG_INPUT_MOUSE is not set
75617 -# CONFIG_INPUT_JOYSTICK is not set
75618 -# CONFIG_INPUT_TABLET is not set
75619 -# CONFIG_INPUT_TOUCHSCREEN is not set
75620 -# CONFIG_INPUT_MISC is not set
75621 -
75622 -#
75623 -# Hardware I/O ports
75624 -#
75625 -# CONFIG_SERIO is not set
75626 -# CONFIG_GAMEPORT is not set
75627 -
75628 -#
75629 -# Character devices
75630 -#
75631 -# CONFIG_VT is not set
75632 -# CONFIG_SERIAL_NONSTANDARD is not set
75633 -
75634 -#
75635 -# Serial drivers
75636 -#
75637 -CONFIG_SERIAL_8250=y
75638 -CONFIG_SERIAL_8250_CONSOLE=y
75639 -CONFIG_SERIAL_8250_NR_UARTS=4
75640 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
75641 -# CONFIG_SERIAL_8250_EXTENDED is not set
75642 -
75643 -#
75644 -# Non-8250 serial port support
75645 -#
75646 -# CONFIG_SERIAL_UARTLITE is not set
75647 -CONFIG_SERIAL_CORE=y
75648 -CONFIG_SERIAL_CORE_CONSOLE=y
75649 -# CONFIG_SERIAL_OF_PLATFORM is not set
75650 -CONFIG_UNIX98_PTYS=y
75651 -CONFIG_LEGACY_PTYS=y
75652 -CONFIG_LEGACY_PTY_COUNT=256
75653 -# CONFIG_IPMI_HANDLER is not set
75654 -# CONFIG_HW_RANDOM is not set
75655 -# CONFIG_NVRAM is not set
75656 -CONFIG_GEN_RTC=y
75657 -# CONFIG_GEN_RTC_X is not set
75658 -# CONFIG_R3964 is not set
75659 -# CONFIG_RAW_DRIVER is not set
75660 -# CONFIG_TCG_TPM is not set
75661 -CONFIG_I2C=y
75662 -CONFIG_I2C_BOARDINFO=y
75663 -CONFIG_I2C_CHARDEV=y
75664 -
75665 -#
75666 -# I2C Algorithms
75667 -#
75668 -# CONFIG_I2C_ALGOBIT is not set
75669 -# CONFIG_I2C_ALGOPCF is not set
75670 -# CONFIG_I2C_ALGOPCA is not set
75671 -
75672 -#
75673 -# I2C Hardware Bus support
75674 -#
75675 -CONFIG_I2C_MPC=y
75676 -# CONFIG_I2C_OCORES is not set
75677 -# CONFIG_I2C_PARPORT_LIGHT is not set
75678 -# CONFIG_I2C_SIMTEC is not set
75679 -# CONFIG_I2C_TAOS_EVM is not set
75680 -# CONFIG_I2C_STUB is not set
75681 -
75682 -#
75683 -# Miscellaneous I2C Chip support
75684 -#
75685 -# CONFIG_DS1682 is not set
75686 -# CONFIG_SENSORS_EEPROM is not set
75687 -# CONFIG_SENSORS_PCF8574 is not set
75688 -# CONFIG_PCF8575 is not set
75689 -# CONFIG_SENSORS_PCF8591 is not set
75690 -# CONFIG_TPS65010 is not set
75691 -# CONFIG_SENSORS_MAX6875 is not set
75692 -# CONFIG_SENSORS_TSL2550 is not set
75693 -# CONFIG_I2C_DEBUG_CORE is not set
75694 -# CONFIG_I2C_DEBUG_ALGO is not set
75695 -# CONFIG_I2C_DEBUG_BUS is not set
75696 -# CONFIG_I2C_DEBUG_CHIP is not set
75697 -
75698 -#
75699 -# SPI support
75700 -#
75701 -# CONFIG_SPI is not set
75702 -# CONFIG_SPI_MASTER is not set
75703 -# CONFIG_W1 is not set
75704 -# CONFIG_POWER_SUPPLY is not set
75705 -CONFIG_HWMON=y
75706 -# CONFIG_HWMON_VID is not set
75707 -# CONFIG_SENSORS_AD7418 is not set
75708 -# CONFIG_SENSORS_ADM1021 is not set
75709 -# CONFIG_SENSORS_ADM1025 is not set
75710 -# CONFIG_SENSORS_ADM1026 is not set
75711 -# CONFIG_SENSORS_ADM1029 is not set
75712 -# CONFIG_SENSORS_ADM1031 is not set
75713 -# CONFIG_SENSORS_ADM9240 is not set
75714 -# CONFIG_SENSORS_ADT7470 is not set
75715 -# CONFIG_SENSORS_ADT7473 is not set
75716 -# CONFIG_SENSORS_ATXP1 is not set
75717 -# CONFIG_SENSORS_DS1621 is not set
75718 -# CONFIG_SENSORS_F71805F is not set
75719 -# CONFIG_SENSORS_F71882FG is not set
75720 -# CONFIG_SENSORS_F75375S is not set
75721 -# CONFIG_SENSORS_GL518SM is not set
75722 -# CONFIG_SENSORS_GL520SM is not set
75723 -# CONFIG_SENSORS_IT87 is not set
75724 -# CONFIG_SENSORS_LM63 is not set
75725 -# CONFIG_SENSORS_LM75 is not set
75726 -# CONFIG_SENSORS_LM77 is not set
75727 -# CONFIG_SENSORS_LM78 is not set
75728 -# CONFIG_SENSORS_LM80 is not set
75729 -# CONFIG_SENSORS_LM83 is not set
75730 -# CONFIG_SENSORS_LM85 is not set
75731 -# CONFIG_SENSORS_LM87 is not set
75732 -# CONFIG_SENSORS_LM90 is not set
75733 -# CONFIG_SENSORS_LM92 is not set
75734 -# CONFIG_SENSORS_LM93 is not set
75735 -# CONFIG_SENSORS_MAX1619 is not set
75736 -# CONFIG_SENSORS_MAX6650 is not set
75737 -# CONFIG_SENSORS_PC87360 is not set
75738 -# CONFIG_SENSORS_PC87427 is not set
75739 -# CONFIG_SENSORS_DME1737 is not set
75740 -# CONFIG_SENSORS_SMSC47M1 is not set
75741 -# CONFIG_SENSORS_SMSC47M192 is not set
75742 -# CONFIG_SENSORS_SMSC47B397 is not set
75743 -# CONFIG_SENSORS_ADS7828 is not set
75744 -# CONFIG_SENSORS_THMC50 is not set
75745 -# CONFIG_SENSORS_VT1211 is not set
75746 -# CONFIG_SENSORS_W83781D is not set
75747 -# CONFIG_SENSORS_W83791D is not set
75748 -# CONFIG_SENSORS_W83792D is not set
75749 -# CONFIG_SENSORS_W83793 is not set
75750 -# CONFIG_SENSORS_W83L785TS is not set
75751 -# CONFIG_SENSORS_W83L786NG is not set
75752 -# CONFIG_SENSORS_W83627HF is not set
75753 -# CONFIG_SENSORS_W83627EHF is not set
75754 -# CONFIG_HWMON_DEBUG_CHIP is not set
75755 -# CONFIG_THERMAL is not set
75756 -CONFIG_WATCHDOG=y
75757 -# CONFIG_WATCHDOG_NOWAYOUT is not set
75758 -
75759 -#
75760 -# Watchdog Device Drivers
75761 -#
75762 -# CONFIG_SOFT_WATCHDOG is not set
75763 -CONFIG_83xx_WDT=y
75764 -
75765 -#
75766 -# Sonics Silicon Backplane
75767 -#
75768 -CONFIG_SSB_POSSIBLE=y
75769 -# CONFIG_SSB is not set
75770 -
75771 -#
75772 -# Multifunction device drivers
75773 -#
75774 -# CONFIG_MFD_SM501 is not set
75775 -
75776 -#
75777 -# Multimedia devices
75778 -#
75779 -# CONFIG_VIDEO_DEV is not set
75780 -# CONFIG_DVB_CORE is not set
75781 -# CONFIG_DAB is not set
75782 -
75783 -#
75784 -# Graphics support
75785 -#
75786 -# CONFIG_VGASTATE is not set
75787 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
75788 -# CONFIG_FB is not set
75789 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
75790 -
75791 -#
75792 -# Display device support
75793 -#
75794 -# CONFIG_DISPLAY_SUPPORT is not set
75795 -
75796 -#
75797 -# Sound
75798 -#
75799 -# CONFIG_SOUND is not set
75800 -CONFIG_HID_SUPPORT=y
75801 -CONFIG_HID=y
75802 -# CONFIG_HID_DEBUG is not set
75803 -# CONFIG_HIDRAW is not set
75804 -# CONFIG_USB_SUPPORT is not set
75805 -# CONFIG_MMC is not set
75806 -# CONFIG_MEMSTICK is not set
75807 -# CONFIG_NEW_LEDS is not set
75808 -# CONFIG_EDAC is not set
75809 -# CONFIG_RTC_CLASS is not set
75810 -# CONFIG_DMADEVICES is not set
75811 -
75812 -#
75813 -# Userspace I/O
75814 -#
75815 -# CONFIG_UIO is not set
75816 -
75817 -#
75818 -# File systems
75819 -#
75820 -# CONFIG_EXT2_FS is not set
75821 -# CONFIG_EXT3_FS is not set
75822 -# CONFIG_EXT4DEV_FS is not set
75823 -# CONFIG_REISERFS_FS is not set
75824 -# CONFIG_JFS_FS is not set
75825 -# CONFIG_FS_POSIX_ACL is not set
75826 -# CONFIG_XFS_FS is not set
75827 -# CONFIG_GFS2_FS is not set
75828 -# CONFIG_OCFS2_FS is not set
75829 -CONFIG_DNOTIFY=y
75830 -CONFIG_INOTIFY=y
75831 -CONFIG_INOTIFY_USER=y
75832 -# CONFIG_QUOTA is not set
75833 -# CONFIG_AUTOFS_FS is not set
75834 -# CONFIG_AUTOFS4_FS is not set
75835 -# CONFIG_FUSE_FS is not set
75836 -
75837 -#
75838 -# CD-ROM/DVD Filesystems
75839 -#
75840 -# CONFIG_ISO9660_FS is not set
75841 -# CONFIG_UDF_FS is not set
75842 -
75843 -#
75844 -# DOS/FAT/NT Filesystems
75845 -#
75846 -# CONFIG_MSDOS_FS is not set
75847 -# CONFIG_VFAT_FS is not set
75848 -# CONFIG_NTFS_FS is not set
75849 -
75850 -#
75851 -# Pseudo filesystems
75852 -#
75853 -CONFIG_PROC_FS=y
75854 -CONFIG_PROC_KCORE=y
75855 -CONFIG_PROC_SYSCTL=y
75856 -CONFIG_SYSFS=y
75857 -CONFIG_TMPFS=y
75858 -# CONFIG_TMPFS_POSIX_ACL is not set
75859 -# CONFIG_HUGETLB_PAGE is not set
75860 -# CONFIG_CONFIGFS_FS is not set
75861 -
75862 -#
75863 -# Miscellaneous filesystems
75864 -#
75865 -# CONFIG_ADFS_FS is not set
75866 -# CONFIG_AFFS_FS is not set
75867 -# CONFIG_HFS_FS is not set
75868 -# CONFIG_HFSPLUS_FS is not set
75869 -# CONFIG_BEFS_FS is not set
75870 -# CONFIG_BFS_FS is not set
75871 -# CONFIG_EFS_FS is not set
75872 -# CONFIG_CRAMFS is not set
75873 -# CONFIG_VXFS_FS is not set
75874 -# CONFIG_MINIX_FS is not set
75875 -# CONFIG_HPFS_FS is not set
75876 -# CONFIG_QNX4FS_FS is not set
75877 -# CONFIG_ROMFS_FS is not set
75878 -# CONFIG_SYSV_FS is not set
75879 -# CONFIG_UFS_FS is not set
75880 -CONFIG_NETWORK_FILESYSTEMS=y
75881 -CONFIG_NFS_FS=y
75882 -CONFIG_NFS_V3=y
75883 -# CONFIG_NFS_V3_ACL is not set
75884 -CONFIG_NFS_V4=y
75885 -# CONFIG_NFS_DIRECTIO is not set
75886 -# CONFIG_NFSD is not set
75887 -CONFIG_ROOT_NFS=y
75888 -CONFIG_LOCKD=y
75889 -CONFIG_LOCKD_V4=y
75890 -CONFIG_NFS_COMMON=y
75891 -CONFIG_SUNRPC=y
75892 -CONFIG_SUNRPC_GSS=y
75893 -# CONFIG_SUNRPC_BIND34 is not set
75894 -CONFIG_RPCSEC_GSS_KRB5=y
75895 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
75896 -# CONFIG_SMB_FS is not set
75897 -# CONFIG_CIFS is not set
75898 -# CONFIG_NCP_FS is not set
75899 -# CONFIG_CODA_FS is not set
75900 -# CONFIG_AFS_FS is not set
75901 -
75902 -#
75903 -# Partition Types
75904 -#
75905 -# CONFIG_PARTITION_ADVANCED is not set
75906 -CONFIG_MSDOS_PARTITION=y
75907 -# CONFIG_NLS is not set
75908 -# CONFIG_DLM is not set
75909 -
75910 -#
75911 -# Library routines
75912 -#
75913 -CONFIG_BITREVERSE=y
75914 -# CONFIG_CRC_CCITT is not set
75915 -# CONFIG_CRC16 is not set
75916 -# CONFIG_CRC_ITU_T is not set
75917 -CONFIG_CRC32=y
75918 -# CONFIG_CRC7 is not set
75919 -# CONFIG_LIBCRC32C is not set
75920 -CONFIG_PLIST=y
75921 -CONFIG_HAS_IOMEM=y
75922 -CONFIG_HAS_IOPORT=y
75923 -CONFIG_HAS_DMA=y
75924 -
75925 -#
75926 -# Kernel hacking
75927 -#
75928 -# CONFIG_PRINTK_TIME is not set
75929 -CONFIG_ENABLE_WARN_DEPRECATED=y
75930 -CONFIG_ENABLE_MUST_CHECK=y
75931 -# CONFIG_MAGIC_SYSRQ is not set
75932 -# CONFIG_UNUSED_SYMBOLS is not set
75933 -# CONFIG_DEBUG_FS is not set
75934 -# CONFIG_HEADERS_CHECK is not set
75935 -# CONFIG_DEBUG_KERNEL is not set
75936 -# CONFIG_DEBUG_BUGVERBOSE is not set
75937 -# CONFIG_SAMPLES is not set
75938 -# CONFIG_PPC_EARLY_DEBUG is not set
75939 -
75940 -#
75941 -# Security options
75942 -#
75943 -# CONFIG_KEYS is not set
75944 -# CONFIG_SECURITY is not set
75945 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
75946 -CONFIG_CRYPTO=y
75947 -CONFIG_CRYPTO_ALGAPI=y
75948 -CONFIG_CRYPTO_BLKCIPHER=y
75949 -# CONFIG_CRYPTO_SEQIV is not set
75950 -CONFIG_CRYPTO_MANAGER=y
75951 -# CONFIG_CRYPTO_HMAC is not set
75952 -# CONFIG_CRYPTO_XCBC is not set
75953 -# CONFIG_CRYPTO_NULL is not set
75954 -# CONFIG_CRYPTO_MD4 is not set
75955 -CONFIG_CRYPTO_MD5=y
75956 -# CONFIG_CRYPTO_SHA1 is not set
75957 -# CONFIG_CRYPTO_SHA256 is not set
75958 -# CONFIG_CRYPTO_SHA512 is not set
75959 -# CONFIG_CRYPTO_WP512 is not set
75960 -# CONFIG_CRYPTO_TGR192 is not set
75961 -# CONFIG_CRYPTO_GF128MUL is not set
75962 -CONFIG_CRYPTO_ECB=m
75963 -CONFIG_CRYPTO_CBC=y
75964 -CONFIG_CRYPTO_PCBC=m
75965 -# CONFIG_CRYPTO_LRW is not set
75966 -# CONFIG_CRYPTO_XTS is not set
75967 -# CONFIG_CRYPTO_CTR is not set
75968 -# CONFIG_CRYPTO_GCM is not set
75969 -# CONFIG_CRYPTO_CCM is not set
75970 -# CONFIG_CRYPTO_CRYPTD is not set
75971 -CONFIG_CRYPTO_DES=y
75972 -# CONFIG_CRYPTO_FCRYPT is not set
75973 -# CONFIG_CRYPTO_BLOWFISH is not set
75974 -# CONFIG_CRYPTO_TWOFISH is not set
75975 -# CONFIG_CRYPTO_SERPENT is not set
75976 -# CONFIG_CRYPTO_AES is not set
75977 -# CONFIG_CRYPTO_CAST5 is not set
75978 -# CONFIG_CRYPTO_CAST6 is not set
75979 -# CONFIG_CRYPTO_TEA is not set
75980 -# CONFIG_CRYPTO_ARC4 is not set
75981 -# CONFIG_CRYPTO_KHAZAD is not set
75982 -# CONFIG_CRYPTO_ANUBIS is not set
75983 -# CONFIG_CRYPTO_SEED is not set
75984 -# CONFIG_CRYPTO_SALSA20 is not set
75985 -# CONFIG_CRYPTO_DEFLATE is not set
75986 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
75987 -# CONFIG_CRYPTO_CRC32C is not set
75988 -# CONFIG_CRYPTO_CAMELLIA is not set
75989 -# CONFIG_CRYPTO_TEST is not set
75990 -# CONFIG_CRYPTO_AUTHENC is not set
75991 -# CONFIG_CRYPTO_LZO is not set
75992 -# CONFIG_CRYPTO_HW is not set
75993 -# CONFIG_PPC_CLOCK is not set
75994 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc8548_defconfig powerpc.git/arch/powerpc/configs/sbc8548_defconfig
75995 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc8548_defconfig     2008-04-11 22:32:29.000000000 +0200
75996 +++ powerpc.git/arch/powerpc/configs/sbc8548_defconfig  1970-01-01 01:00:00.000000000 +0100
75997 @@ -1,812 +0,0 @@
75998 -#
75999 -# Automatically generated make config: don't edit
76000 -# Linux kernel version: 2.6.25-rc6
76001 -# Mon Mar 24 08:48:39 2008
76002 -#
76003 -# CONFIG_PPC64 is not set
76004 -
76005 -#
76006 -# Processor support
76007 -#
76008 -# CONFIG_6xx is not set
76009 -CONFIG_PPC_85xx=y
76010 -# CONFIG_PPC_8xx is not set
76011 -# CONFIG_40x is not set
76012 -# CONFIG_44x is not set
76013 -# CONFIG_E200 is not set
76014 -CONFIG_E500=y
76015 -CONFIG_BOOKE=y
76016 -CONFIG_FSL_BOOKE=y
76017 -CONFIG_FSL_EMB_PERFMON=y
76018 -# CONFIG_PHYS_64BIT is not set
76019 -CONFIG_SPE=y
76020 -# CONFIG_PPC_MM_SLICES is not set
76021 -CONFIG_PPC32=y
76022 -CONFIG_WORD_SIZE=32
76023 -CONFIG_PPC_MERGE=y
76024 -CONFIG_MMU=y
76025 -CONFIG_GENERIC_CMOS_UPDATE=y
76026 -CONFIG_GENERIC_TIME=y
76027 -CONFIG_GENERIC_TIME_VSYSCALL=y
76028 -CONFIG_GENERIC_CLOCKEVENTS=y
76029 -CONFIG_GENERIC_HARDIRQS=y
76030 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
76031 -CONFIG_IRQ_PER_CPU=y
76032 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
76033 -CONFIG_ARCH_HAS_ILOG2_U32=y
76034 -CONFIG_GENERIC_HWEIGHT=y
76035 -CONFIG_GENERIC_CALIBRATE_DELAY=y
76036 -CONFIG_GENERIC_FIND_NEXT_BIT=y
76037 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
76038 -CONFIG_PPC=y
76039 -CONFIG_EARLY_PRINTK=y
76040 -CONFIG_GENERIC_NVRAM=y
76041 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
76042 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
76043 -CONFIG_PPC_OF=y
76044 -CONFIG_OF=y
76045 -CONFIG_PPC_UDBG_16550=y
76046 -# CONFIG_GENERIC_TBSYNC is not set
76047 -CONFIG_AUDIT_ARCH=y
76048 -CONFIG_GENERIC_BUG=y
76049 -CONFIG_DEFAULT_UIMAGE=y
76050 -# CONFIG_PPC_DCR_NATIVE is not set
76051 -# CONFIG_PPC_DCR_MMIO is not set
76052 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
76053 -
76054 -#
76055 -# General setup
76056 -#
76057 -CONFIG_EXPERIMENTAL=y
76058 -CONFIG_BROKEN_ON_SMP=y
76059 -CONFIG_INIT_ENV_ARG_LIMIT=32
76060 -CONFIG_LOCALVERSION=""
76061 -CONFIG_LOCALVERSION_AUTO=y
76062 -CONFIG_SWAP=y
76063 -CONFIG_SYSVIPC=y
76064 -CONFIG_SYSVIPC_SYSCTL=y
76065 -# CONFIG_POSIX_MQUEUE is not set
76066 -# CONFIG_BSD_PROCESS_ACCT is not set
76067 -# CONFIG_TASKSTATS is not set
76068 -# CONFIG_AUDIT is not set
76069 -# CONFIG_IKCONFIG is not set
76070 -CONFIG_LOG_BUF_SHIFT=14
76071 -# CONFIG_CGROUPS is not set
76072 -CONFIG_GROUP_SCHED=y
76073 -CONFIG_FAIR_GROUP_SCHED=y
76074 -# CONFIG_RT_GROUP_SCHED is not set
76075 -CONFIG_USER_SCHED=y
76076 -# CONFIG_CGROUP_SCHED is not set
76077 -CONFIG_SYSFS_DEPRECATED=y
76078 -CONFIG_SYSFS_DEPRECATED_V2=y
76079 -# CONFIG_RELAY is not set
76080 -# CONFIG_NAMESPACES is not set
76081 -CONFIG_BLK_DEV_INITRD=y
76082 -CONFIG_INITRAMFS_SOURCE=""
76083 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
76084 -CONFIG_SYSCTL=y
76085 -CONFIG_EMBEDDED=y
76086 -CONFIG_SYSCTL_SYSCALL=y
76087 -CONFIG_KALLSYMS=y
76088 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
76089 -CONFIG_HOTPLUG=y
76090 -CONFIG_PRINTK=y
76091 -CONFIG_BUG=y
76092 -CONFIG_ELF_CORE=y
76093 -CONFIG_COMPAT_BRK=y
76094 -CONFIG_BASE_FULL=y
76095 -CONFIG_FUTEX=y
76096 -CONFIG_ANON_INODES=y
76097 -CONFIG_EPOLL=y
76098 -CONFIG_SIGNALFD=y
76099 -CONFIG_TIMERFD=y
76100 -CONFIG_EVENTFD=y
76101 -CONFIG_SHMEM=y
76102 -CONFIG_VM_EVENT_COUNTERS=y
76103 -CONFIG_SLAB=y
76104 -# CONFIG_SLUB is not set
76105 -# CONFIG_SLOB is not set
76106 -# CONFIG_PROFILING is not set
76107 -# CONFIG_MARKERS is not set
76108 -CONFIG_HAVE_OPROFILE=y
76109 -CONFIG_HAVE_KPROBES=y
76110 -CONFIG_HAVE_KRETPROBES=y
76111 -CONFIG_PROC_PAGE_MONITOR=y
76112 -CONFIG_SLABINFO=y
76113 -CONFIG_RT_MUTEXES=y
76114 -# CONFIG_TINY_SHMEM is not set
76115 -CONFIG_BASE_SMALL=0
76116 -# CONFIG_MODULES is not set
76117 -CONFIG_BLOCK=y
76118 -# CONFIG_LBD is not set
76119 -# CONFIG_BLK_DEV_IO_TRACE is not set
76120 -# CONFIG_LSF is not set
76121 -# CONFIG_BLK_DEV_BSG is not set
76122 -
76123 -#
76124 -# IO Schedulers
76125 -#
76126 -CONFIG_IOSCHED_NOOP=y
76127 -CONFIG_IOSCHED_AS=y
76128 -CONFIG_IOSCHED_DEADLINE=y
76129 -CONFIG_IOSCHED_CFQ=y
76130 -CONFIG_DEFAULT_AS=y
76131 -# CONFIG_DEFAULT_DEADLINE is not set
76132 -# CONFIG_DEFAULT_CFQ is not set
76133 -# CONFIG_DEFAULT_NOOP is not set
76134 -CONFIG_DEFAULT_IOSCHED="anticipatory"
76135 -CONFIG_CLASSIC_RCU=y
76136 -
76137 -#
76138 -# Platform support
76139 -#
76140 -# CONFIG_PPC_MPC512x is not set
76141 -# CONFIG_PPC_MPC5121 is not set
76142 -# CONFIG_PPC_CELL is not set
76143 -# CONFIG_PPC_CELL_NATIVE is not set
76144 -# CONFIG_PQ2ADS is not set
76145 -CONFIG_MPC85xx=y
76146 -# CONFIG_MPC8540_ADS is not set
76147 -# CONFIG_MPC8560_ADS is not set
76148 -# CONFIG_MPC85xx_CDS is not set
76149 -# CONFIG_MPC85xx_MDS is not set
76150 -# CONFIG_MPC85xx_DS is not set
76151 -# CONFIG_STX_GP3 is not set
76152 -# CONFIG_TQM8540 is not set
76153 -# CONFIG_TQM8541 is not set
76154 -# CONFIG_TQM8555 is not set
76155 -# CONFIG_TQM8560 is not set
76156 -CONFIG_SBC8548=y
76157 -# CONFIG_SBC8560 is not set
76158 -# CONFIG_IPIC is not set
76159 -CONFIG_MPIC=y
76160 -# CONFIG_MPIC_WEIRD is not set
76161 -# CONFIG_PPC_I8259 is not set
76162 -# CONFIG_PPC_RTAS is not set
76163 -# CONFIG_MMIO_NVRAM is not set
76164 -# CONFIG_PPC_MPC106 is not set
76165 -# CONFIG_PPC_970_NAP is not set
76166 -# CONFIG_PPC_INDIRECT_IO is not set
76167 -# CONFIG_GENERIC_IOMAP is not set
76168 -# CONFIG_CPU_FREQ is not set
76169 -# CONFIG_CPM2 is not set
76170 -# CONFIG_FSL_ULI1575 is not set
76171 -
76172 -#
76173 -# Kernel options
76174 -#
76175 -# CONFIG_HIGHMEM is not set
76176 -# CONFIG_TICK_ONESHOT is not set
76177 -# CONFIG_NO_HZ is not set
76178 -# CONFIG_HIGH_RES_TIMERS is not set
76179 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
76180 -# CONFIG_HZ_100 is not set
76181 -CONFIG_HZ_250=y
76182 -# CONFIG_HZ_300 is not set
76183 -# CONFIG_HZ_1000 is not set
76184 -CONFIG_HZ=250
76185 -# CONFIG_SCHED_HRTICK is not set
76186 -CONFIG_PREEMPT_NONE=y
76187 -# CONFIG_PREEMPT_VOLUNTARY is not set
76188 -# CONFIG_PREEMPT is not set
76189 -CONFIG_BINFMT_ELF=y
76190 -CONFIG_BINFMT_MISC=y
76191 -CONFIG_MATH_EMULATION=y
76192 -# CONFIG_IOMMU_HELPER is not set
76193 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
76194 -CONFIG_ARCH_HAS_WALK_MEMORY=y
76195 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
76196 -CONFIG_ARCH_FLATMEM_ENABLE=y
76197 -CONFIG_ARCH_POPULATES_NODE_MAP=y
76198 -CONFIG_SELECT_MEMORY_MODEL=y
76199 -CONFIG_FLATMEM_MANUAL=y
76200 -# CONFIG_DISCONTIGMEM_MANUAL is not set
76201 -# CONFIG_SPARSEMEM_MANUAL is not set
76202 -CONFIG_FLATMEM=y
76203 -CONFIG_FLAT_NODE_MEM_MAP=y
76204 -# CONFIG_SPARSEMEM_STATIC is not set
76205 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
76206 -CONFIG_SPLIT_PTLOCK_CPUS=4
76207 -# CONFIG_RESOURCES_64BIT is not set
76208 -CONFIG_ZONE_DMA_FLAG=1
76209 -CONFIG_BOUNCE=y
76210 -CONFIG_VIRT_TO_BUS=y
76211 -CONFIG_PROC_DEVICETREE=y
76212 -# CONFIG_CMDLINE_BOOL is not set
76213 -# CONFIG_PM is not set
76214 -# CONFIG_SECCOMP is not set
76215 -CONFIG_ISA_DMA_API=y
76216 -
76217 -#
76218 -# Bus options
76219 -#
76220 -CONFIG_ZONE_DMA=y
76221 -CONFIG_PPC_INDIRECT_PCI=y
76222 -CONFIG_FSL_SOC=y
76223 -CONFIG_FSL_PCI=y
76224 -CONFIG_PCI=y
76225 -CONFIG_PCI_DOMAINS=y
76226 -CONFIG_PCI_SYSCALL=y
76227 -# CONFIG_PCIEPORTBUS is not set
76228 -CONFIG_ARCH_SUPPORTS_MSI=y
76229 -# CONFIG_PCI_MSI is not set
76230 -CONFIG_PCI_LEGACY=y
76231 -# CONFIG_PCCARD is not set
76232 -# CONFIG_HOTPLUG_PCI is not set
76233 -
76234 -#
76235 -# Advanced setup
76236 -#
76237 -# CONFIG_ADVANCED_OPTIONS is not set
76238 -
76239 -#
76240 -# Default settings for advanced configuration options are used
76241 -#
76242 -CONFIG_HIGHMEM_START=0xfe000000
76243 -CONFIG_LOWMEM_SIZE=0x30000000
76244 -CONFIG_KERNEL_START=0xc0000000
76245 -CONFIG_TASK_SIZE=0xc0000000
76246 -CONFIG_BOOT_LOAD=0x00800000
76247 -
76248 -#
76249 -# Networking
76250 -#
76251 -CONFIG_NET=y
76252 -
76253 -#
76254 -# Networking options
76255 -#
76256 -CONFIG_PACKET=y
76257 -# CONFIG_PACKET_MMAP is not set
76258 -CONFIG_UNIX=y
76259 -CONFIG_XFRM=y
76260 -CONFIG_XFRM_USER=y
76261 -# CONFIG_XFRM_SUB_POLICY is not set
76262 -# CONFIG_XFRM_MIGRATE is not set
76263 -# CONFIG_XFRM_STATISTICS is not set
76264 -# CONFIG_NET_KEY is not set
76265 -CONFIG_INET=y
76266 -CONFIG_IP_MULTICAST=y
76267 -# CONFIG_IP_ADVANCED_ROUTER is not set
76268 -CONFIG_IP_FIB_HASH=y
76269 -CONFIG_IP_PNP=y
76270 -CONFIG_IP_PNP_DHCP=y
76271 -CONFIG_IP_PNP_BOOTP=y
76272 -# CONFIG_IP_PNP_RARP is not set
76273 -# CONFIG_NET_IPIP is not set
76274 -# CONFIG_NET_IPGRE is not set
76275 -# CONFIG_IP_MROUTE is not set
76276 -# CONFIG_ARPD is not set
76277 -CONFIG_SYN_COOKIES=y
76278 -# CONFIG_INET_AH is not set
76279 -# CONFIG_INET_ESP is not set
76280 -# CONFIG_INET_IPCOMP is not set
76281 -# CONFIG_INET_XFRM_TUNNEL is not set
76282 -# CONFIG_INET_TUNNEL is not set
76283 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
76284 -CONFIG_INET_XFRM_MODE_TUNNEL=y
76285 -CONFIG_INET_XFRM_MODE_BEET=y
76286 -# CONFIG_INET_LRO is not set
76287 -CONFIG_INET_DIAG=y
76288 -CONFIG_INET_TCP_DIAG=y
76289 -# CONFIG_TCP_CONG_ADVANCED is not set
76290 -CONFIG_TCP_CONG_CUBIC=y
76291 -CONFIG_DEFAULT_TCP_CONG="cubic"
76292 -# CONFIG_TCP_MD5SIG is not set
76293 -# CONFIG_IPV6 is not set
76294 -# CONFIG_INET6_XFRM_TUNNEL is not set
76295 -# CONFIG_INET6_TUNNEL is not set
76296 -# CONFIG_NETWORK_SECMARK is not set
76297 -# CONFIG_NETFILTER is not set
76298 -# CONFIG_IP_DCCP is not set
76299 -# CONFIG_IP_SCTP is not set
76300 -# CONFIG_TIPC is not set
76301 -# CONFIG_ATM is not set
76302 -# CONFIG_BRIDGE is not set
76303 -# CONFIG_VLAN_8021Q is not set
76304 -# CONFIG_DECNET is not set
76305 -# CONFIG_LLC2 is not set
76306 -# CONFIG_IPX is not set
76307 -# CONFIG_ATALK is not set
76308 -# CONFIG_X25 is not set
76309 -# CONFIG_LAPB is not set
76310 -# CONFIG_ECONET is not set
76311 -# CONFIG_WAN_ROUTER is not set
76312 -# CONFIG_NET_SCHED is not set
76313 -
76314 -#
76315 -# Network testing
76316 -#
76317 -# CONFIG_NET_PKTGEN is not set
76318 -# CONFIG_HAMRADIO is not set
76319 -# CONFIG_CAN is not set
76320 -# CONFIG_IRDA is not set
76321 -# CONFIG_BT is not set
76322 -# CONFIG_AF_RXRPC is not set
76323 -
76324 -#
76325 -# Wireless
76326 -#
76327 -# CONFIG_CFG80211 is not set
76328 -# CONFIG_WIRELESS_EXT is not set
76329 -# CONFIG_MAC80211 is not set
76330 -# CONFIG_IEEE80211 is not set
76331 -# CONFIG_RFKILL is not set
76332 -# CONFIG_NET_9P is not set
76333 -
76334 -#
76335 -# Device Drivers
76336 -#
76337 -
76338 -#
76339 -# Generic Driver Options
76340 -#
76341 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
76342 -CONFIG_STANDALONE=y
76343 -CONFIG_PREVENT_FIRMWARE_BUILD=y
76344 -# CONFIG_FW_LOADER is not set
76345 -# CONFIG_SYS_HYPERVISOR is not set
76346 -# CONFIG_CONNECTOR is not set
76347 -# CONFIG_MTD is not set
76348 -CONFIG_OF_DEVICE=y
76349 -# CONFIG_PARPORT is not set
76350 -CONFIG_BLK_DEV=y
76351 -# CONFIG_BLK_DEV_FD is not set
76352 -# CONFIG_BLK_CPQ_DA is not set
76353 -# CONFIG_BLK_CPQ_CISS_DA is not set
76354 -# CONFIG_BLK_DEV_DAC960 is not set
76355 -# CONFIG_BLK_DEV_UMEM is not set
76356 -# CONFIG_BLK_DEV_COW_COMMON is not set
76357 -CONFIG_BLK_DEV_LOOP=y
76358 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
76359 -# CONFIG_BLK_DEV_NBD is not set
76360 -# CONFIG_BLK_DEV_SX8 is not set
76361 -CONFIG_BLK_DEV_RAM=y
76362 -CONFIG_BLK_DEV_RAM_COUNT=16
76363 -CONFIG_BLK_DEV_RAM_SIZE=4096
76364 -# CONFIG_BLK_DEV_XIP is not set
76365 -# CONFIG_CDROM_PKTCDVD is not set
76366 -# CONFIG_ATA_OVER_ETH is not set
76367 -CONFIG_MISC_DEVICES=y
76368 -# CONFIG_PHANTOM is not set
76369 -# CONFIG_EEPROM_93CX6 is not set
76370 -# CONFIG_SGI_IOC4 is not set
76371 -# CONFIG_TIFM_CORE is not set
76372 -# CONFIG_ENCLOSURE_SERVICES is not set
76373 -CONFIG_HAVE_IDE=y
76374 -# CONFIG_IDE is not set
76375 -
76376 -#
76377 -# SCSI device support
76378 -#
76379 -# CONFIG_RAID_ATTRS is not set
76380 -# CONFIG_SCSI is not set
76381 -# CONFIG_SCSI_DMA is not set
76382 -# CONFIG_SCSI_NETLINK is not set
76383 -# CONFIG_ATA is not set
76384 -# CONFIG_MD is not set
76385 -# CONFIG_FUSION is not set
76386 -
76387 -#
76388 -# IEEE 1394 (FireWire) support
76389 -#
76390 -# CONFIG_FIREWIRE is not set
76391 -# CONFIG_IEEE1394 is not set
76392 -# CONFIG_I2O is not set
76393 -# CONFIG_MACINTOSH_DRIVERS is not set
76394 -CONFIG_NETDEVICES=y
76395 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
76396 -# CONFIG_DUMMY is not set
76397 -# CONFIG_BONDING is not set
76398 -# CONFIG_MACVLAN is not set
76399 -# CONFIG_EQUALIZER is not set
76400 -# CONFIG_TUN is not set
76401 -# CONFIG_VETH is not set
76402 -# CONFIG_ARCNET is not set
76403 -CONFIG_PHYLIB=y
76404 -
76405 -#
76406 -# MII PHY device drivers
76407 -#
76408 -# CONFIG_MARVELL_PHY is not set
76409 -# CONFIG_DAVICOM_PHY is not set
76410 -# CONFIG_QSEMI_PHY is not set
76411 -# CONFIG_LXT_PHY is not set
76412 -# CONFIG_CICADA_PHY is not set
76413 -# CONFIG_VITESSE_PHY is not set
76414 -# CONFIG_SMSC_PHY is not set
76415 -CONFIG_BROADCOM_PHY=y
76416 -# CONFIG_ICPLUS_PHY is not set
76417 -# CONFIG_REALTEK_PHY is not set
76418 -# CONFIG_FIXED_PHY is not set
76419 -# CONFIG_MDIO_BITBANG is not set
76420 -CONFIG_NET_ETHERNET=y
76421 -CONFIG_MII=y
76422 -# CONFIG_HAPPYMEAL is not set
76423 -# CONFIG_SUNGEM is not set
76424 -# CONFIG_CASSINI is not set
76425 -# CONFIG_NET_VENDOR_3COM is not set
76426 -# CONFIG_NET_TULIP is not set
76427 -# CONFIG_HP100 is not set
76428 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
76429 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
76430 -# CONFIG_IBM_NEW_EMAC_TAH is not set
76431 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
76432 -# CONFIG_NET_PCI is not set
76433 -# CONFIG_B44 is not set
76434 -CONFIG_NETDEV_1000=y
76435 -# CONFIG_ACENIC is not set
76436 -# CONFIG_DL2K is not set
76437 -# CONFIG_E1000 is not set
76438 -# CONFIG_E1000E is not set
76439 -# CONFIG_E1000E_ENABLED is not set
76440 -# CONFIG_IP1000 is not set
76441 -# CONFIG_IGB is not set
76442 -# CONFIG_NS83820 is not set
76443 -# CONFIG_HAMACHI is not set
76444 -# CONFIG_YELLOWFIN is not set
76445 -# CONFIG_R8169 is not set
76446 -# CONFIG_SIS190 is not set
76447 -# CONFIG_SKGE is not set
76448 -# CONFIG_SKY2 is not set
76449 -# CONFIG_SK98LIN is not set
76450 -# CONFIG_VIA_VELOCITY is not set
76451 -# CONFIG_TIGON3 is not set
76452 -# CONFIG_BNX2 is not set
76453 -CONFIG_GIANFAR=y
76454 -CONFIG_GFAR_NAPI=y
76455 -# CONFIG_QLA3XXX is not set
76456 -# CONFIG_ATL1 is not set
76457 -CONFIG_NETDEV_10000=y
76458 -# CONFIG_CHELSIO_T1 is not set
76459 -# CONFIG_CHELSIO_T3 is not set
76460 -# CONFIG_IXGBE is not set
76461 -# CONFIG_IXGB is not set
76462 -# CONFIG_S2IO is not set
76463 -# CONFIG_MYRI10GE is not set
76464 -# CONFIG_NETXEN_NIC is not set
76465 -# CONFIG_NIU is not set
76466 -# CONFIG_MLX4_CORE is not set
76467 -# CONFIG_TEHUTI is not set
76468 -# CONFIG_BNX2X is not set
76469 -# CONFIG_TR is not set
76470 -
76471 -#
76472 -# Wireless LAN
76473 -#
76474 -# CONFIG_WLAN_PRE80211 is not set
76475 -# CONFIG_WLAN_80211 is not set
76476 -# CONFIG_WAN is not set
76477 -# CONFIG_FDDI is not set
76478 -# CONFIG_HIPPI is not set
76479 -# CONFIG_PPP is not set
76480 -# CONFIG_SLIP is not set
76481 -# CONFIG_NETCONSOLE is not set
76482 -# CONFIG_NETPOLL is not set
76483 -# CONFIG_NET_POLL_CONTROLLER is not set
76484 -# CONFIG_ISDN is not set
76485 -# CONFIG_PHONE is not set
76486 -
76487 -#
76488 -# Input device support
76489 -#
76490 -CONFIG_INPUT=y
76491 -# CONFIG_INPUT_FF_MEMLESS is not set
76492 -# CONFIG_INPUT_POLLDEV is not set
76493 -
76494 -#
76495 -# Userland interfaces
76496 -#
76497 -# CONFIG_INPUT_MOUSEDEV is not set
76498 -# CONFIG_INPUT_JOYDEV is not set
76499 -# CONFIG_INPUT_EVDEV is not set
76500 -# CONFIG_INPUT_EVBUG is not set
76501 -
76502 -#
76503 -# Input Device Drivers
76504 -#
76505 -# CONFIG_INPUT_KEYBOARD is not set
76506 -# CONFIG_INPUT_MOUSE is not set
76507 -# CONFIG_INPUT_JOYSTICK is not set
76508 -# CONFIG_INPUT_TABLET is not set
76509 -# CONFIG_INPUT_TOUCHSCREEN is not set
76510 -# CONFIG_INPUT_MISC is not set
76511 -
76512 -#
76513 -# Hardware I/O ports
76514 -#
76515 -# CONFIG_SERIO is not set
76516 -# CONFIG_GAMEPORT is not set
76517 -
76518 -#
76519 -# Character devices
76520 -#
76521 -# CONFIG_VT is not set
76522 -# CONFIG_SERIAL_NONSTANDARD is not set
76523 -# CONFIG_NOZOMI is not set
76524 -
76525 -#
76526 -# Serial drivers
76527 -#
76528 -CONFIG_SERIAL_8250=y
76529 -CONFIG_SERIAL_8250_CONSOLE=y
76530 -CONFIG_SERIAL_8250_PCI=y
76531 -CONFIG_SERIAL_8250_NR_UARTS=4
76532 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
76533 -# CONFIG_SERIAL_8250_EXTENDED is not set
76534 -CONFIG_SERIAL_8250_SHARE_IRQ=y
76535 -
76536 -#
76537 -# Non-8250 serial port support
76538 -#
76539 -# CONFIG_SERIAL_UARTLITE is not set
76540 -CONFIG_SERIAL_CORE=y
76541 -CONFIG_SERIAL_CORE_CONSOLE=y
76542 -# CONFIG_SERIAL_JSM is not set
76543 -# CONFIG_SERIAL_OF_PLATFORM is not set
76544 -CONFIG_UNIX98_PTYS=y
76545 -CONFIG_LEGACY_PTYS=y
76546 -CONFIG_LEGACY_PTY_COUNT=256
76547 -# CONFIG_IPMI_HANDLER is not set
76548 -# CONFIG_HW_RANDOM is not set
76549 -# CONFIG_NVRAM is not set
76550 -CONFIG_GEN_RTC=y
76551 -# CONFIG_GEN_RTC_X is not set
76552 -# CONFIG_R3964 is not set
76553 -# CONFIG_APPLICOM is not set
76554 -# CONFIG_RAW_DRIVER is not set
76555 -# CONFIG_TCG_TPM is not set
76556 -CONFIG_DEVPORT=y
76557 -# CONFIG_I2C is not set
76558 -
76559 -#
76560 -# SPI support
76561 -#
76562 -# CONFIG_SPI is not set
76563 -# CONFIG_SPI_MASTER is not set
76564 -# CONFIG_W1 is not set
76565 -# CONFIG_POWER_SUPPLY is not set
76566 -CONFIG_HWMON=y
76567 -# CONFIG_HWMON_VID is not set
76568 -# CONFIG_SENSORS_I5K_AMB is not set
76569 -# CONFIG_SENSORS_F71805F is not set
76570 -# CONFIG_SENSORS_F71882FG is not set
76571 -# CONFIG_SENSORS_IT87 is not set
76572 -# CONFIG_SENSORS_PC87360 is not set
76573 -# CONFIG_SENSORS_PC87427 is not set
76574 -# CONFIG_SENSORS_SIS5595 is not set
76575 -# CONFIG_SENSORS_SMSC47M1 is not set
76576 -# CONFIG_SENSORS_SMSC47B397 is not set
76577 -# CONFIG_SENSORS_VIA686A is not set
76578 -# CONFIG_SENSORS_VT1211 is not set
76579 -# CONFIG_SENSORS_VT8231 is not set
76580 -# CONFIG_SENSORS_W83627HF is not set
76581 -# CONFIG_SENSORS_W83627EHF is not set
76582 -# CONFIG_HWMON_DEBUG_CHIP is not set
76583 -# CONFIG_THERMAL is not set
76584 -# CONFIG_WATCHDOG is not set
76585 -
76586 -#
76587 -# Sonics Silicon Backplane
76588 -#
76589 -CONFIG_SSB_POSSIBLE=y
76590 -# CONFIG_SSB is not set
76591 -
76592 -#
76593 -# Multifunction device drivers
76594 -#
76595 -# CONFIG_MFD_SM501 is not set
76596 -
76597 -#
76598 -# Multimedia devices
76599 -#
76600 -# CONFIG_VIDEO_DEV is not set
76601 -# CONFIG_DVB_CORE is not set
76602 -CONFIG_DAB=y
76603 -
76604 -#
76605 -# Graphics support
76606 -#
76607 -# CONFIG_AGP is not set
76608 -# CONFIG_DRM is not set
76609 -# CONFIG_VGASTATE is not set
76610 -CONFIG_VIDEO_OUTPUT_CONTROL=y
76611 -# CONFIG_FB is not set
76612 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
76613 -
76614 -#
76615 -# Display device support
76616 -#
76617 -# CONFIG_DISPLAY_SUPPORT is not set
76618 -
76619 -#
76620 -# Sound
76621 -#
76622 -# CONFIG_SOUND is not set
76623 -# CONFIG_HID_SUPPORT is not set
76624 -# CONFIG_USB_SUPPORT is not set
76625 -# CONFIG_MMC is not set
76626 -# CONFIG_MEMSTICK is not set
76627 -# CONFIG_NEW_LEDS is not set
76628 -# CONFIG_INFINIBAND is not set
76629 -# CONFIG_EDAC is not set
76630 -# CONFIG_RTC_CLASS is not set
76631 -# CONFIG_DMADEVICES is not set
76632 -
76633 -#
76634 -# Userspace I/O
76635 -#
76636 -# CONFIG_UIO is not set
76637 -
76638 -#
76639 -# File systems
76640 -#
76641 -# CONFIG_EXT2_FS is not set
76642 -# CONFIG_EXT3_FS is not set
76643 -# CONFIG_EXT4DEV_FS is not set
76644 -# CONFIG_REISERFS_FS is not set
76645 -# CONFIG_JFS_FS is not set
76646 -# CONFIG_FS_POSIX_ACL is not set
76647 -# CONFIG_XFS_FS is not set
76648 -# CONFIG_GFS2_FS is not set
76649 -# CONFIG_OCFS2_FS is not set
76650 -CONFIG_DNOTIFY=y
76651 -CONFIG_INOTIFY=y
76652 -CONFIG_INOTIFY_USER=y
76653 -# CONFIG_QUOTA is not set
76654 -# CONFIG_AUTOFS_FS is not set
76655 -# CONFIG_AUTOFS4_FS is not set
76656 -# CONFIG_FUSE_FS is not set
76657 -
76658 -#
76659 -# CD-ROM/DVD Filesystems
76660 -#
76661 -# CONFIG_ISO9660_FS is not set
76662 -# CONFIG_UDF_FS is not set
76663 -
76664 -#
76665 -# DOS/FAT/NT Filesystems
76666 -#
76667 -# CONFIG_MSDOS_FS is not set
76668 -# CONFIG_VFAT_FS is not set
76669 -# CONFIG_NTFS_FS is not set
76670 -
76671 -#
76672 -# Pseudo filesystems
76673 -#
76674 -CONFIG_PROC_FS=y
76675 -CONFIG_PROC_KCORE=y
76676 -CONFIG_PROC_SYSCTL=y
76677 -CONFIG_SYSFS=y
76678 -CONFIG_TMPFS=y
76679 -# CONFIG_TMPFS_POSIX_ACL is not set
76680 -# CONFIG_HUGETLB_PAGE is not set
76681 -# CONFIG_CONFIGFS_FS is not set
76682 -
76683 -#
76684 -# Miscellaneous filesystems
76685 -#
76686 -# CONFIG_ADFS_FS is not set
76687 -# CONFIG_AFFS_FS is not set
76688 -# CONFIG_HFS_FS is not set
76689 -# CONFIG_HFSPLUS_FS is not set
76690 -# CONFIG_BEFS_FS is not set
76691 -# CONFIG_BFS_FS is not set
76692 -# CONFIG_EFS_FS is not set
76693 -# CONFIG_CRAMFS is not set
76694 -# CONFIG_VXFS_FS is not set
76695 -# CONFIG_MINIX_FS is not set
76696 -# CONFIG_HPFS_FS is not set
76697 -# CONFIG_QNX4FS_FS is not set
76698 -# CONFIG_ROMFS_FS is not set
76699 -# CONFIG_SYSV_FS is not set
76700 -# CONFIG_UFS_FS is not set
76701 -CONFIG_NETWORK_FILESYSTEMS=y
76702 -CONFIG_NFS_FS=y
76703 -# CONFIG_NFS_V3 is not set
76704 -# CONFIG_NFS_V4 is not set
76705 -# CONFIG_NFS_DIRECTIO is not set
76706 -# CONFIG_NFSD is not set
76707 -CONFIG_ROOT_NFS=y
76708 -CONFIG_LOCKD=y
76709 -CONFIG_NFS_COMMON=y
76710 -CONFIG_SUNRPC=y
76711 -# CONFIG_SUNRPC_BIND34 is not set
76712 -# CONFIG_RPCSEC_GSS_KRB5 is not set
76713 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
76714 -# CONFIG_SMB_FS is not set
76715 -# CONFIG_CIFS is not set
76716 -# CONFIG_NCP_FS is not set
76717 -# CONFIG_CODA_FS is not set
76718 -# CONFIG_AFS_FS is not set
76719 -
76720 -#
76721 -# Partition Types
76722 -#
76723 -# CONFIG_PARTITION_ADVANCED is not set
76724 -CONFIG_MSDOS_PARTITION=y
76725 -# CONFIG_NLS is not set
76726 -# CONFIG_DLM is not set
76727 -
76728 -#
76729 -# Library routines
76730 -#
76731 -CONFIG_BITREVERSE=y
76732 -# CONFIG_CRC_CCITT is not set
76733 -# CONFIG_CRC16 is not set
76734 -# CONFIG_CRC_ITU_T is not set
76735 -CONFIG_CRC32=y
76736 -# CONFIG_CRC7 is not set
76737 -# CONFIG_LIBCRC32C is not set
76738 -CONFIG_PLIST=y
76739 -CONFIG_HAS_IOMEM=y
76740 -CONFIG_HAS_IOPORT=y
76741 -CONFIG_HAS_DMA=y
76742 -
76743 -#
76744 -# Kernel hacking
76745 -#
76746 -# CONFIG_PRINTK_TIME is not set
76747 -CONFIG_ENABLE_WARN_DEPRECATED=y
76748 -CONFIG_ENABLE_MUST_CHECK=y
76749 -# CONFIG_MAGIC_SYSRQ is not set
76750 -# CONFIG_UNUSED_SYMBOLS is not set
76751 -# CONFIG_DEBUG_FS is not set
76752 -# CONFIG_HEADERS_CHECK is not set
76753 -# CONFIG_DEBUG_KERNEL is not set
76754 -# CONFIG_DEBUG_BUGVERBOSE is not set
76755 -# CONFIG_SAMPLES is not set
76756 -# CONFIG_PPC_EARLY_DEBUG is not set
76757 -
76758 -#
76759 -# Security options
76760 -#
76761 -# CONFIG_KEYS is not set
76762 -# CONFIG_SECURITY is not set
76763 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
76764 -CONFIG_CRYPTO=y
76765 -# CONFIG_CRYPTO_SEQIV is not set
76766 -# CONFIG_CRYPTO_MANAGER is not set
76767 -# CONFIG_CRYPTO_HMAC is not set
76768 -# CONFIG_CRYPTO_XCBC is not set
76769 -# CONFIG_CRYPTO_NULL is not set
76770 -# CONFIG_CRYPTO_MD4 is not set
76771 -# CONFIG_CRYPTO_MD5 is not set
76772 -# CONFIG_CRYPTO_SHA1 is not set
76773 -# CONFIG_CRYPTO_SHA256 is not set
76774 -# CONFIG_CRYPTO_SHA512 is not set
76775 -# CONFIG_CRYPTO_WP512 is not set
76776 -# CONFIG_CRYPTO_TGR192 is not set
76777 -# CONFIG_CRYPTO_GF128MUL is not set
76778 -# CONFIG_CRYPTO_ECB is not set
76779 -# CONFIG_CRYPTO_CBC is not set
76780 -# CONFIG_CRYPTO_PCBC is not set
76781 -# CONFIG_CRYPTO_LRW is not set
76782 -# CONFIG_CRYPTO_XTS is not set
76783 -# CONFIG_CRYPTO_CTR is not set
76784 -# CONFIG_CRYPTO_GCM is not set
76785 -# CONFIG_CRYPTO_CCM is not set
76786 -# CONFIG_CRYPTO_CRYPTD is not set
76787 -# CONFIG_CRYPTO_DES is not set
76788 -# CONFIG_CRYPTO_FCRYPT is not set
76789 -# CONFIG_CRYPTO_BLOWFISH is not set
76790 -# CONFIG_CRYPTO_TWOFISH is not set
76791 -# CONFIG_CRYPTO_SERPENT is not set
76792 -# CONFIG_CRYPTO_AES is not set
76793 -# CONFIG_CRYPTO_CAST5 is not set
76794 -# CONFIG_CRYPTO_CAST6 is not set
76795 -# CONFIG_CRYPTO_TEA is not set
76796 -# CONFIG_CRYPTO_ARC4 is not set
76797 -# CONFIG_CRYPTO_KHAZAD is not set
76798 -# CONFIG_CRYPTO_ANUBIS is not set
76799 -# CONFIG_CRYPTO_SEED is not set
76800 -# CONFIG_CRYPTO_SALSA20 is not set
76801 -# CONFIG_CRYPTO_DEFLATE is not set
76802 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
76803 -# CONFIG_CRYPTO_CRC32C is not set
76804 -# CONFIG_CRYPTO_CAMELLIA is not set
76805 -# CONFIG_CRYPTO_AUTHENC is not set
76806 -# CONFIG_CRYPTO_LZO is not set
76807 -CONFIG_CRYPTO_HW=y
76808 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
76809 -# CONFIG_PPC_CLOCK is not set
76810 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc8560_defconfig powerpc.git/arch/powerpc/configs/sbc8560_defconfig
76811 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc8560_defconfig     2008-04-11 22:32:29.000000000 +0200
76812 +++ powerpc.git/arch/powerpc/configs/sbc8560_defconfig  1970-01-01 01:00:00.000000000 +0100
76813 @@ -1,830 +0,0 @@
76814 -#
76815 -# Automatically generated make config: don't edit
76816 -# Linux kernel version: 2.6.25-rc6
76817 -# Mon Mar 24 08:48:39 2008
76818 -#
76819 -# CONFIG_PPC64 is not set
76820 -
76821 -#
76822 -# Processor support
76823 -#
76824 -# CONFIG_6xx is not set
76825 -CONFIG_PPC_85xx=y
76826 -# CONFIG_PPC_8xx is not set
76827 -# CONFIG_40x is not set
76828 -# CONFIG_44x is not set
76829 -# CONFIG_E200 is not set
76830 -CONFIG_E500=y
76831 -CONFIG_BOOKE=y
76832 -CONFIG_FSL_BOOKE=y
76833 -CONFIG_FSL_EMB_PERFMON=y
76834 -# CONFIG_PHYS_64BIT is not set
76835 -CONFIG_SPE=y
76836 -# CONFIG_PPC_MM_SLICES is not set
76837 -CONFIG_PPC32=y
76838 -CONFIG_WORD_SIZE=32
76839 -CONFIG_PPC_MERGE=y
76840 -CONFIG_MMU=y
76841 -CONFIG_GENERIC_CMOS_UPDATE=y
76842 -CONFIG_GENERIC_TIME=y
76843 -CONFIG_GENERIC_TIME_VSYSCALL=y
76844 -CONFIG_GENERIC_CLOCKEVENTS=y
76845 -CONFIG_GENERIC_HARDIRQS=y
76846 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
76847 -CONFIG_IRQ_PER_CPU=y
76848 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
76849 -CONFIG_ARCH_HAS_ILOG2_U32=y
76850 -CONFIG_GENERIC_HWEIGHT=y
76851 -CONFIG_GENERIC_CALIBRATE_DELAY=y
76852 -CONFIG_GENERIC_FIND_NEXT_BIT=y
76853 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
76854 -CONFIG_PPC=y
76855 -CONFIG_EARLY_PRINTK=y
76856 -CONFIG_GENERIC_NVRAM=y
76857 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
76858 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
76859 -CONFIG_PPC_OF=y
76860 -CONFIG_OF=y
76861 -CONFIG_PPC_UDBG_16550=y
76862 -# CONFIG_GENERIC_TBSYNC is not set
76863 -CONFIG_AUDIT_ARCH=y
76864 -CONFIG_GENERIC_BUG=y
76865 -CONFIG_DEFAULT_UIMAGE=y
76866 -# CONFIG_PPC_DCR_NATIVE is not set
76867 -# CONFIG_PPC_DCR_MMIO is not set
76868 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
76869 -
76870 -#
76871 -# General setup
76872 -#
76873 -CONFIG_EXPERIMENTAL=y
76874 -CONFIG_BROKEN_ON_SMP=y
76875 -CONFIG_INIT_ENV_ARG_LIMIT=32
76876 -CONFIG_LOCALVERSION=""
76877 -CONFIG_LOCALVERSION_AUTO=y
76878 -CONFIG_SWAP=y
76879 -CONFIG_SYSVIPC=y
76880 -CONFIG_SYSVIPC_SYSCTL=y
76881 -# CONFIG_POSIX_MQUEUE is not set
76882 -# CONFIG_BSD_PROCESS_ACCT is not set
76883 -# CONFIG_TASKSTATS is not set
76884 -# CONFIG_AUDIT is not set
76885 -# CONFIG_IKCONFIG is not set
76886 -CONFIG_LOG_BUF_SHIFT=14
76887 -# CONFIG_CGROUPS is not set
76888 -CONFIG_GROUP_SCHED=y
76889 -CONFIG_FAIR_GROUP_SCHED=y
76890 -# CONFIG_RT_GROUP_SCHED is not set
76891 -CONFIG_USER_SCHED=y
76892 -# CONFIG_CGROUP_SCHED is not set
76893 -CONFIG_SYSFS_DEPRECATED=y
76894 -CONFIG_SYSFS_DEPRECATED_V2=y
76895 -# CONFIG_RELAY is not set
76896 -# CONFIG_NAMESPACES is not set
76897 -CONFIG_BLK_DEV_INITRD=y
76898 -CONFIG_INITRAMFS_SOURCE=""
76899 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
76900 -CONFIG_SYSCTL=y
76901 -CONFIG_EMBEDDED=y
76902 -CONFIG_SYSCTL_SYSCALL=y
76903 -CONFIG_KALLSYMS=y
76904 -# CONFIG_KALLSYMS_ALL is not set
76905 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
76906 -CONFIG_HOTPLUG=y
76907 -CONFIG_PRINTK=y
76908 -CONFIG_BUG=y
76909 -CONFIG_ELF_CORE=y
76910 -CONFIG_COMPAT_BRK=y
76911 -CONFIG_BASE_FULL=y
76912 -CONFIG_FUTEX=y
76913 -CONFIG_ANON_INODES=y
76914 -CONFIG_EPOLL=y
76915 -CONFIG_SIGNALFD=y
76916 -CONFIG_TIMERFD=y
76917 -CONFIG_EVENTFD=y
76918 -CONFIG_SHMEM=y
76919 -CONFIG_VM_EVENT_COUNTERS=y
76920 -CONFIG_SLAB=y
76921 -# CONFIG_SLUB is not set
76922 -# CONFIG_SLOB is not set
76923 -# CONFIG_PROFILING is not set
76924 -# CONFIG_MARKERS is not set
76925 -CONFIG_HAVE_OPROFILE=y
76926 -CONFIG_HAVE_KPROBES=y
76927 -CONFIG_HAVE_KRETPROBES=y
76928 -CONFIG_PROC_PAGE_MONITOR=y
76929 -CONFIG_SLABINFO=y
76930 -CONFIG_RT_MUTEXES=y
76931 -# CONFIG_TINY_SHMEM is not set
76932 -CONFIG_BASE_SMALL=0
76933 -# CONFIG_MODULES is not set
76934 -CONFIG_BLOCK=y
76935 -# CONFIG_LBD is not set
76936 -# CONFIG_BLK_DEV_IO_TRACE is not set
76937 -# CONFIG_LSF is not set
76938 -# CONFIG_BLK_DEV_BSG is not set
76939 -
76940 -#
76941 -# IO Schedulers
76942 -#
76943 -CONFIG_IOSCHED_NOOP=y
76944 -CONFIG_IOSCHED_AS=y
76945 -CONFIG_IOSCHED_DEADLINE=y
76946 -CONFIG_IOSCHED_CFQ=y
76947 -CONFIG_DEFAULT_AS=y
76948 -# CONFIG_DEFAULT_DEADLINE is not set
76949 -# CONFIG_DEFAULT_CFQ is not set
76950 -# CONFIG_DEFAULT_NOOP is not set
76951 -CONFIG_DEFAULT_IOSCHED="anticipatory"
76952 -CONFIG_CLASSIC_RCU=y
76953 -
76954 -#
76955 -# Platform support
76956 -#
76957 -# CONFIG_PPC_MPC512x is not set
76958 -# CONFIG_PPC_MPC5121 is not set
76959 -# CONFIG_PPC_CELL is not set
76960 -# CONFIG_PPC_CELL_NATIVE is not set
76961 -# CONFIG_PQ2ADS is not set
76962 -CONFIG_MPC85xx=y
76963 -# CONFIG_MPC8540_ADS is not set
76964 -# CONFIG_MPC8560_ADS is not set
76965 -# CONFIG_MPC85xx_CDS is not set
76966 -# CONFIG_MPC85xx_MDS is not set
76967 -# CONFIG_MPC85xx_DS is not set
76968 -# CONFIG_STX_GP3 is not set
76969 -# CONFIG_TQM8540 is not set
76970 -# CONFIG_TQM8541 is not set
76971 -# CONFIG_TQM8555 is not set
76972 -# CONFIG_TQM8560 is not set
76973 -# CONFIG_SBC8548 is not set
76974 -CONFIG_SBC8560=y
76975 -# CONFIG_IPIC is not set
76976 -CONFIG_MPIC=y
76977 -# CONFIG_MPIC_WEIRD is not set
76978 -# CONFIG_PPC_I8259 is not set
76979 -# CONFIG_PPC_RTAS is not set
76980 -# CONFIG_MMIO_NVRAM is not set
76981 -# CONFIG_PPC_MPC106 is not set
76982 -# CONFIG_PPC_970_NAP is not set
76983 -# CONFIG_PPC_INDIRECT_IO is not set
76984 -# CONFIG_GENERIC_IOMAP is not set
76985 -# CONFIG_CPU_FREQ is not set
76986 -# CONFIG_CPM2 is not set
76987 -# CONFIG_FSL_ULI1575 is not set
76988 -
76989 -#
76990 -# Kernel options
76991 -#
76992 -# CONFIG_HIGHMEM is not set
76993 -# CONFIG_TICK_ONESHOT is not set
76994 -# CONFIG_NO_HZ is not set
76995 -# CONFIG_HIGH_RES_TIMERS is not set
76996 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
76997 -# CONFIG_HZ_100 is not set
76998 -CONFIG_HZ_250=y
76999 -# CONFIG_HZ_300 is not set
77000 -# CONFIG_HZ_1000 is not set
77001 -CONFIG_HZ=250
77002 -# CONFIG_SCHED_HRTICK is not set
77003 -CONFIG_PREEMPT_NONE=y
77004 -# CONFIG_PREEMPT_VOLUNTARY is not set
77005 -# CONFIG_PREEMPT is not set
77006 -CONFIG_BINFMT_ELF=y
77007 -CONFIG_BINFMT_MISC=y
77008 -# CONFIG_MATH_EMULATION is not set
77009 -# CONFIG_IOMMU_HELPER is not set
77010 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
77011 -CONFIG_ARCH_HAS_WALK_MEMORY=y
77012 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
77013 -CONFIG_ARCH_FLATMEM_ENABLE=y
77014 -CONFIG_ARCH_POPULATES_NODE_MAP=y
77015 -CONFIG_SELECT_MEMORY_MODEL=y
77016 -CONFIG_FLATMEM_MANUAL=y
77017 -# CONFIG_DISCONTIGMEM_MANUAL is not set
77018 -# CONFIG_SPARSEMEM_MANUAL is not set
77019 -CONFIG_FLATMEM=y
77020 -CONFIG_FLAT_NODE_MEM_MAP=y
77021 -# CONFIG_SPARSEMEM_STATIC is not set
77022 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
77023 -CONFIG_SPLIT_PTLOCK_CPUS=4
77024 -# CONFIG_RESOURCES_64BIT is not set
77025 -CONFIG_ZONE_DMA_FLAG=1
77026 -CONFIG_BOUNCE=y
77027 -CONFIG_VIRT_TO_BUS=y
77028 -CONFIG_PROC_DEVICETREE=y
77029 -# CONFIG_CMDLINE_BOOL is not set
77030 -# CONFIG_PM is not set
77031 -# CONFIG_SECCOMP is not set
77032 -CONFIG_ISA_DMA_API=y
77033 -
77034 -#
77035 -# Bus options
77036 -#
77037 -CONFIG_ZONE_DMA=y
77038 -CONFIG_FSL_SOC=y
77039 -# CONFIG_PCI is not set
77040 -# CONFIG_PCI_DOMAINS is not set
77041 -# CONFIG_PCI_SYSCALL is not set
77042 -# CONFIG_ARCH_SUPPORTS_MSI is not set
77043 -# CONFIG_PCCARD is not set
77044 -
77045 -#
77046 -# Advanced setup
77047 -#
77048 -# CONFIG_ADVANCED_OPTIONS is not set
77049 -
77050 -#
77051 -# Default settings for advanced configuration options are used
77052 -#
77053 -CONFIG_HIGHMEM_START=0xfe000000
77054 -CONFIG_LOWMEM_SIZE=0x30000000
77055 -CONFIG_KERNEL_START=0xc0000000
77056 -CONFIG_TASK_SIZE=0xc0000000
77057 -CONFIG_BOOT_LOAD=0x00800000
77058 -
77059 -#
77060 -# Networking
77061 -#
77062 -CONFIG_NET=y
77063 -
77064 -#
77065 -# Networking options
77066 -#
77067 -CONFIG_PACKET=y
77068 -# CONFIG_PACKET_MMAP is not set
77069 -CONFIG_UNIX=y
77070 -CONFIG_XFRM=y
77071 -CONFIG_XFRM_USER=y
77072 -# CONFIG_XFRM_SUB_POLICY is not set
77073 -# CONFIG_XFRM_MIGRATE is not set
77074 -# CONFIG_XFRM_STATISTICS is not set
77075 -# CONFIG_NET_KEY is not set
77076 -CONFIG_INET=y
77077 -CONFIG_IP_MULTICAST=y
77078 -# CONFIG_IP_ADVANCED_ROUTER is not set
77079 -CONFIG_IP_FIB_HASH=y
77080 -CONFIG_IP_PNP=y
77081 -CONFIG_IP_PNP_DHCP=y
77082 -CONFIG_IP_PNP_BOOTP=y
77083 -# CONFIG_IP_PNP_RARP is not set
77084 -# CONFIG_NET_IPIP is not set
77085 -# CONFIG_NET_IPGRE is not set
77086 -# CONFIG_IP_MROUTE is not set
77087 -# CONFIG_ARPD is not set
77088 -CONFIG_SYN_COOKIES=y
77089 -# CONFIG_INET_AH is not set
77090 -# CONFIG_INET_ESP is not set
77091 -# CONFIG_INET_IPCOMP is not set
77092 -# CONFIG_INET_XFRM_TUNNEL is not set
77093 -# CONFIG_INET_TUNNEL is not set
77094 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
77095 -CONFIG_INET_XFRM_MODE_TUNNEL=y
77096 -CONFIG_INET_XFRM_MODE_BEET=y
77097 -# CONFIG_INET_LRO is not set
77098 -CONFIG_INET_DIAG=y
77099 -CONFIG_INET_TCP_DIAG=y
77100 -# CONFIG_TCP_CONG_ADVANCED is not set
77101 -CONFIG_TCP_CONG_CUBIC=y
77102 -CONFIG_DEFAULT_TCP_CONG="cubic"
77103 -# CONFIG_TCP_MD5SIG is not set
77104 -# CONFIG_IPV6 is not set
77105 -# CONFIG_INET6_XFRM_TUNNEL is not set
77106 -# CONFIG_INET6_TUNNEL is not set
77107 -# CONFIG_NETWORK_SECMARK is not set
77108 -# CONFIG_NETFILTER is not set
77109 -# CONFIG_IP_DCCP is not set
77110 -# CONFIG_IP_SCTP is not set
77111 -# CONFIG_TIPC is not set
77112 -# CONFIG_ATM is not set
77113 -# CONFIG_BRIDGE is not set
77114 -# CONFIG_VLAN_8021Q is not set
77115 -# CONFIG_DECNET is not set
77116 -# CONFIG_LLC2 is not set
77117 -# CONFIG_IPX is not set
77118 -# CONFIG_ATALK is not set
77119 -# CONFIG_X25 is not set
77120 -# CONFIG_LAPB is not set
77121 -# CONFIG_ECONET is not set
77122 -# CONFIG_WAN_ROUTER is not set
77123 -# CONFIG_NET_SCHED is not set
77124 -
77125 -#
77126 -# Network testing
77127 -#
77128 -# CONFIG_NET_PKTGEN is not set
77129 -# CONFIG_HAMRADIO is not set
77130 -# CONFIG_CAN is not set
77131 -# CONFIG_IRDA is not set
77132 -# CONFIG_BT is not set
77133 -# CONFIG_AF_RXRPC is not set
77134 -
77135 -#
77136 -# Wireless
77137 -#
77138 -# CONFIG_CFG80211 is not set
77139 -# CONFIG_WIRELESS_EXT is not set
77140 -# CONFIG_MAC80211 is not set
77141 -# CONFIG_IEEE80211 is not set
77142 -# CONFIG_RFKILL is not set
77143 -# CONFIG_NET_9P is not set
77144 -
77145 -#
77146 -# Device Drivers
77147 -#
77148 -
77149 -#
77150 -# Generic Driver Options
77151 -#
77152 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
77153 -CONFIG_STANDALONE=y
77154 -CONFIG_PREVENT_FIRMWARE_BUILD=y
77155 -# CONFIG_FW_LOADER is not set
77156 -# CONFIG_DEBUG_DRIVER is not set
77157 -# CONFIG_DEBUG_DEVRES is not set
77158 -# CONFIG_SYS_HYPERVISOR is not set
77159 -# CONFIG_CONNECTOR is not set
77160 -# CONFIG_MTD is not set
77161 -CONFIG_OF_DEVICE=y
77162 -# CONFIG_PARPORT is not set
77163 -CONFIG_BLK_DEV=y
77164 -# CONFIG_BLK_DEV_FD is not set
77165 -# CONFIG_BLK_DEV_COW_COMMON is not set
77166 -CONFIG_BLK_DEV_LOOP=y
77167 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
77168 -# CONFIG_BLK_DEV_NBD is not set
77169 -CONFIG_BLK_DEV_RAM=y
77170 -CONFIG_BLK_DEV_RAM_COUNT=16
77171 -CONFIG_BLK_DEV_RAM_SIZE=32768
77172 -# CONFIG_BLK_DEV_XIP is not set
77173 -# CONFIG_CDROM_PKTCDVD is not set
77174 -# CONFIG_ATA_OVER_ETH is not set
77175 -CONFIG_MISC_DEVICES=y
77176 -# CONFIG_EEPROM_93CX6 is not set
77177 -# CONFIG_ENCLOSURE_SERVICES is not set
77178 -CONFIG_HAVE_IDE=y
77179 -# CONFIG_IDE is not set
77180 -
77181 -#
77182 -# SCSI device support
77183 -#
77184 -# CONFIG_RAID_ATTRS is not set
77185 -# CONFIG_SCSI is not set
77186 -# CONFIG_SCSI_DMA is not set
77187 -# CONFIG_SCSI_NETLINK is not set
77188 -# CONFIG_ATA is not set
77189 -# CONFIG_MD is not set
77190 -# CONFIG_MACINTOSH_DRIVERS is not set
77191 -CONFIG_NETDEVICES=y
77192 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
77193 -# CONFIG_DUMMY is not set
77194 -# CONFIG_BONDING is not set
77195 -# CONFIG_MACVLAN is not set
77196 -# CONFIG_EQUALIZER is not set
77197 -# CONFIG_TUN is not set
77198 -# CONFIG_VETH is not set
77199 -CONFIG_PHYLIB=y
77200 -
77201 -#
77202 -# MII PHY device drivers
77203 -#
77204 -# CONFIG_MARVELL_PHY is not set
77205 -# CONFIG_DAVICOM_PHY is not set
77206 -# CONFIG_QSEMI_PHY is not set
77207 -# CONFIG_LXT_PHY is not set
77208 -# CONFIG_CICADA_PHY is not set
77209 -# CONFIG_VITESSE_PHY is not set
77210 -# CONFIG_SMSC_PHY is not set
77211 -CONFIG_BROADCOM_PHY=y
77212 -# CONFIG_ICPLUS_PHY is not set
77213 -# CONFIG_REALTEK_PHY is not set
77214 -# CONFIG_FIXED_PHY is not set
77215 -# CONFIG_MDIO_BITBANG is not set
77216 -CONFIG_NET_ETHERNET=y
77217 -CONFIG_MII=y
77218 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
77219 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
77220 -# CONFIG_IBM_NEW_EMAC_TAH is not set
77221 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
77222 -# CONFIG_B44 is not set
77223 -CONFIG_NETDEV_1000=y
77224 -# CONFIG_E1000E_ENABLED is not set
77225 -CONFIG_GIANFAR=y
77226 -CONFIG_GFAR_NAPI=y
77227 -CONFIG_NETDEV_10000=y
77228 -
77229 -#
77230 -# Wireless LAN
77231 -#
77232 -# CONFIG_WLAN_PRE80211 is not set
77233 -# CONFIG_WLAN_80211 is not set
77234 -# CONFIG_WAN is not set
77235 -# CONFIG_PPP is not set
77236 -# CONFIG_SLIP is not set
77237 -# CONFIG_NETCONSOLE is not set
77238 -# CONFIG_NETPOLL is not set
77239 -# CONFIG_NET_POLL_CONTROLLER is not set
77240 -# CONFIG_ISDN is not set
77241 -# CONFIG_PHONE is not set
77242 -
77243 -#
77244 -# Input device support
77245 -#
77246 -CONFIG_INPUT=y
77247 -# CONFIG_INPUT_FF_MEMLESS is not set
77248 -# CONFIG_INPUT_POLLDEV is not set
77249 -
77250 -#
77251 -# Userland interfaces
77252 -#
77253 -# CONFIG_INPUT_MOUSEDEV is not set
77254 -# CONFIG_INPUT_JOYDEV is not set
77255 -# CONFIG_INPUT_EVDEV is not set
77256 -# CONFIG_INPUT_EVBUG is not set
77257 -
77258 -#
77259 -# Input Device Drivers
77260 -#
77261 -# CONFIG_INPUT_KEYBOARD is not set
77262 -# CONFIG_INPUT_MOUSE is not set
77263 -# CONFIG_INPUT_JOYSTICK is not set
77264 -# CONFIG_INPUT_TABLET is not set
77265 -# CONFIG_INPUT_TOUCHSCREEN is not set
77266 -# CONFIG_INPUT_MISC is not set
77267 -
77268 -#
77269 -# Hardware I/O ports
77270 -#
77271 -# CONFIG_SERIO is not set
77272 -# CONFIG_GAMEPORT is not set
77273 -
77274 -#
77275 -# Character devices
77276 -#
77277 -# CONFIG_VT is not set
77278 -# CONFIG_SERIAL_NONSTANDARD is not set
77279 -
77280 -#
77281 -# Serial drivers
77282 -#
77283 -CONFIG_SERIAL_8250=y
77284 -CONFIG_SERIAL_8250_CONSOLE=y
77285 -CONFIG_SERIAL_8250_NR_UARTS=2
77286 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
77287 -# CONFIG_SERIAL_8250_EXTENDED is not set
77288 -CONFIG_SERIAL_8250_SHARE_IRQ=y
77289 -
77290 -#
77291 -# Non-8250 serial port support
77292 -#
77293 -# CONFIG_SERIAL_UARTLITE is not set
77294 -CONFIG_SERIAL_CORE=y
77295 -CONFIG_SERIAL_CORE_CONSOLE=y
77296 -# CONFIG_SERIAL_OF_PLATFORM is not set
77297 -CONFIG_UNIX98_PTYS=y
77298 -CONFIG_LEGACY_PTYS=y
77299 -CONFIG_LEGACY_PTY_COUNT=256
77300 -# CONFIG_IPMI_HANDLER is not set
77301 -# CONFIG_HW_RANDOM is not set
77302 -# CONFIG_NVRAM is not set
77303 -# CONFIG_GEN_RTC is not set
77304 -# CONFIG_R3964 is not set
77305 -# CONFIG_RAW_DRIVER is not set
77306 -# CONFIG_TCG_TPM is not set
77307 -# CONFIG_I2C is not set
77308 -
77309 -#
77310 -# SPI support
77311 -#
77312 -# CONFIG_SPI is not set
77313 -# CONFIG_SPI_MASTER is not set
77314 -# CONFIG_W1 is not set
77315 -# CONFIG_POWER_SUPPLY is not set
77316 -CONFIG_HWMON=y
77317 -# CONFIG_HWMON_VID is not set
77318 -# CONFIG_SENSORS_F71805F is not set
77319 -# CONFIG_SENSORS_F71882FG is not set
77320 -# CONFIG_SENSORS_IT87 is not set
77321 -# CONFIG_SENSORS_PC87360 is not set
77322 -# CONFIG_SENSORS_PC87427 is not set
77323 -# CONFIG_SENSORS_SMSC47M1 is not set
77324 -# CONFIG_SENSORS_SMSC47B397 is not set
77325 -# CONFIG_SENSORS_VT1211 is not set
77326 -# CONFIG_SENSORS_W83627HF is not set
77327 -# CONFIG_SENSORS_W83627EHF is not set
77328 -# CONFIG_HWMON_DEBUG_CHIP is not set
77329 -# CONFIG_THERMAL is not set
77330 -# CONFIG_WATCHDOG is not set
77331 -
77332 -#
77333 -# Sonics Silicon Backplane
77334 -#
77335 -CONFIG_SSB_POSSIBLE=y
77336 -# CONFIG_SSB is not set
77337 -
77338 -#
77339 -# Multifunction device drivers
77340 -#
77341 -# CONFIG_MFD_SM501 is not set
77342 -
77343 -#
77344 -# Multimedia devices
77345 -#
77346 -# CONFIG_VIDEO_DEV is not set
77347 -# CONFIG_DVB_CORE is not set
77348 -CONFIG_DAB=y
77349 -
77350 -#
77351 -# Graphics support
77352 -#
77353 -# CONFIG_VGASTATE is not set
77354 -CONFIG_VIDEO_OUTPUT_CONTROL=y
77355 -# CONFIG_FB is not set
77356 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
77357 -
77358 -#
77359 -# Display device support
77360 -#
77361 -# CONFIG_DISPLAY_SUPPORT is not set
77362 -
77363 -#
77364 -# Sound
77365 -#
77366 -# CONFIG_SOUND is not set
77367 -CONFIG_HID_SUPPORT=y
77368 -CONFIG_HID=y
77369 -# CONFIG_HID_DEBUG is not set
77370 -# CONFIG_HIDRAW is not set
77371 -CONFIG_USB_SUPPORT=y
77372 -# CONFIG_USB_ARCH_HAS_HCD is not set
77373 -# CONFIG_USB_ARCH_HAS_OHCI is not set
77374 -# CONFIG_USB_ARCH_HAS_EHCI is not set
77375 -
77376 -#
77377 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
77378 -#
77379 -# CONFIG_USB_GADGET is not set
77380 -# CONFIG_MMC is not set
77381 -# CONFIG_MEMSTICK is not set
77382 -# CONFIG_NEW_LEDS is not set
77383 -# CONFIG_EDAC is not set
77384 -CONFIG_RTC_LIB=y
77385 -CONFIG_RTC_CLASS=y
77386 -CONFIG_RTC_HCTOSYS=y
77387 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
77388 -# CONFIG_RTC_DEBUG is not set
77389 -
77390 -#
77391 -# RTC interfaces
77392 -#
77393 -CONFIG_RTC_INTF_SYSFS=y
77394 -CONFIG_RTC_INTF_PROC=y
77395 -CONFIG_RTC_INTF_DEV=y
77396 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
77397 -# CONFIG_RTC_DRV_TEST is not set
77398 -
77399 -#
77400 -# SPI RTC drivers
77401 -#
77402 -
77403 -#
77404 -# Platform RTC drivers
77405 -#
77406 -# CONFIG_RTC_DRV_CMOS is not set
77407 -# CONFIG_RTC_DRV_DS1511 is not set
77408 -# CONFIG_RTC_DRV_DS1553 is not set
77409 -# CONFIG_RTC_DRV_DS1742 is not set
77410 -# CONFIG_RTC_DRV_STK17TA8 is not set
77411 -# CONFIG_RTC_DRV_M48T86 is not set
77412 -CONFIG_RTC_DRV_M48T59=y
77413 -# CONFIG_RTC_DRV_V3020 is not set
77414 -
77415 -#
77416 -# on-CPU RTC drivers
77417 -#
77418 -# CONFIG_DMADEVICES is not set
77419 -
77420 -#
77421 -# Userspace I/O
77422 -#
77423 -# CONFIG_UIO is not set
77424 -
77425 -#
77426 -# File systems
77427 -#
77428 -# CONFIG_EXT2_FS is not set
77429 -# CONFIG_EXT3_FS is not set
77430 -# CONFIG_EXT4DEV_FS is not set
77431 -# CONFIG_REISERFS_FS is not set
77432 -# CONFIG_JFS_FS is not set
77433 -# CONFIG_FS_POSIX_ACL is not set
77434 -# CONFIG_XFS_FS is not set
77435 -# CONFIG_GFS2_FS is not set
77436 -# CONFIG_OCFS2_FS is not set
77437 -CONFIG_DNOTIFY=y
77438 -CONFIG_INOTIFY=y
77439 -CONFIG_INOTIFY_USER=y
77440 -# CONFIG_QUOTA is not set
77441 -# CONFIG_AUTOFS_FS is not set
77442 -# CONFIG_AUTOFS4_FS is not set
77443 -# CONFIG_FUSE_FS is not set
77444 -
77445 -#
77446 -# CD-ROM/DVD Filesystems
77447 -#
77448 -# CONFIG_ISO9660_FS is not set
77449 -# CONFIG_UDF_FS is not set
77450 -
77451 -#
77452 -# DOS/FAT/NT Filesystems
77453 -#
77454 -# CONFIG_MSDOS_FS is not set
77455 -# CONFIG_VFAT_FS is not set
77456 -# CONFIG_NTFS_FS is not set
77457 -
77458 -#
77459 -# Pseudo filesystems
77460 -#
77461 -CONFIG_PROC_FS=y
77462 -CONFIG_PROC_KCORE=y
77463 -CONFIG_PROC_SYSCTL=y
77464 -CONFIG_SYSFS=y
77465 -CONFIG_TMPFS=y
77466 -# CONFIG_TMPFS_POSIX_ACL is not set
77467 -# CONFIG_HUGETLB_PAGE is not set
77468 -# CONFIG_CONFIGFS_FS is not set
77469 -
77470 -#
77471 -# Miscellaneous filesystems
77472 -#
77473 -# CONFIG_ADFS_FS is not set
77474 -# CONFIG_AFFS_FS is not set
77475 -# CONFIG_HFS_FS is not set
77476 -# CONFIG_HFSPLUS_FS is not set
77477 -# CONFIG_BEFS_FS is not set
77478 -# CONFIG_BFS_FS is not set
77479 -# CONFIG_EFS_FS is not set
77480 -# CONFIG_CRAMFS is not set
77481 -# CONFIG_VXFS_FS is not set
77482 -# CONFIG_MINIX_FS is not set
77483 -# CONFIG_HPFS_FS is not set
77484 -# CONFIG_QNX4FS_FS is not set
77485 -# CONFIG_ROMFS_FS is not set
77486 -# CONFIG_SYSV_FS is not set
77487 -# CONFIG_UFS_FS is not set
77488 -CONFIG_NETWORK_FILESYSTEMS=y
77489 -CONFIG_NFS_FS=y
77490 -# CONFIG_NFS_V3 is not set
77491 -# CONFIG_NFS_V4 is not set
77492 -# CONFIG_NFS_DIRECTIO is not set
77493 -# CONFIG_NFSD is not set
77494 -CONFIG_ROOT_NFS=y
77495 -CONFIG_LOCKD=y
77496 -CONFIG_NFS_COMMON=y
77497 -CONFIG_SUNRPC=y
77498 -# CONFIG_SUNRPC_BIND34 is not set
77499 -# CONFIG_RPCSEC_GSS_KRB5 is not set
77500 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
77501 -# CONFIG_SMB_FS is not set
77502 -# CONFIG_CIFS is not set
77503 -# CONFIG_NCP_FS is not set
77504 -# CONFIG_CODA_FS is not set
77505 -# CONFIG_AFS_FS is not set
77506 -
77507 -#
77508 -# Partition Types
77509 -#
77510 -CONFIG_PARTITION_ADVANCED=y
77511 -# CONFIG_ACORN_PARTITION is not set
77512 -# CONFIG_OSF_PARTITION is not set
77513 -# CONFIG_AMIGA_PARTITION is not set
77514 -# CONFIG_ATARI_PARTITION is not set
77515 -# CONFIG_MAC_PARTITION is not set
77516 -# CONFIG_MSDOS_PARTITION is not set
77517 -# CONFIG_LDM_PARTITION is not set
77518 -# CONFIG_SGI_PARTITION is not set
77519 -# CONFIG_ULTRIX_PARTITION is not set
77520 -# CONFIG_SUN_PARTITION is not set
77521 -# CONFIG_KARMA_PARTITION is not set
77522 -# CONFIG_EFI_PARTITION is not set
77523 -# CONFIG_SYSV68_PARTITION is not set
77524 -# CONFIG_NLS is not set
77525 -# CONFIG_DLM is not set
77526 -
77527 -#
77528 -# Library routines
77529 -#
77530 -CONFIG_BITREVERSE=y
77531 -# CONFIG_CRC_CCITT is not set
77532 -# CONFIG_CRC16 is not set
77533 -# CONFIG_CRC_ITU_T is not set
77534 -CONFIG_CRC32=y
77535 -# CONFIG_CRC7 is not set
77536 -# CONFIG_LIBCRC32C is not set
77537 -CONFIG_PLIST=y
77538 -CONFIG_HAS_IOMEM=y
77539 -CONFIG_HAS_IOPORT=y
77540 -CONFIG_HAS_DMA=y
77541 -
77542 -#
77543 -# Kernel hacking
77544 -#
77545 -# CONFIG_PRINTK_TIME is not set
77546 -CONFIG_ENABLE_WARN_DEPRECATED=y
77547 -CONFIG_ENABLE_MUST_CHECK=y
77548 -CONFIG_MAGIC_SYSRQ=y
77549 -# CONFIG_UNUSED_SYMBOLS is not set
77550 -# CONFIG_DEBUG_FS is not set
77551 -# CONFIG_HEADERS_CHECK is not set
77552 -CONFIG_DEBUG_KERNEL=y
77553 -# CONFIG_DEBUG_SHIRQ is not set
77554 -CONFIG_DETECT_SOFTLOCKUP=y
77555 -CONFIG_SCHED_DEBUG=y
77556 -# CONFIG_SCHEDSTATS is not set
77557 -# CONFIG_TIMER_STATS is not set
77558 -# CONFIG_DEBUG_SLAB is not set
77559 -# CONFIG_DEBUG_RT_MUTEXES is not set
77560 -# CONFIG_RT_MUTEX_TESTER is not set
77561 -# CONFIG_DEBUG_SPINLOCK is not set
77562 -CONFIG_DEBUG_MUTEXES=y
77563 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
77564 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
77565 -# CONFIG_DEBUG_KOBJECT is not set
77566 -# CONFIG_DEBUG_BUGVERBOSE is not set
77567 -# CONFIG_DEBUG_INFO is not set
77568 -# CONFIG_DEBUG_VM is not set
77569 -# CONFIG_DEBUG_LIST is not set
77570 -# CONFIG_DEBUG_SG is not set
77571 -# CONFIG_BOOT_PRINTK_DELAY is not set
77572 -# CONFIG_BACKTRACE_SELF_TEST is not set
77573 -# CONFIG_FAULT_INJECTION is not set
77574 -# CONFIG_SAMPLES is not set
77575 -# CONFIG_DEBUG_STACKOVERFLOW is not set
77576 -# CONFIG_DEBUG_STACK_USAGE is not set
77577 -# CONFIG_DEBUG_PAGEALLOC is not set
77578 -# CONFIG_DEBUGGER is not set
77579 -# CONFIG_BDI_SWITCH is not set
77580 -CONFIG_PPC_EARLY_DEBUG=y
77581 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
77582 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
77583 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
77584 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
77585 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
77586 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
77587 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
77588 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
77589 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
77590 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
77591 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
77592 -
77593 -#
77594 -# Security options
77595 -#
77596 -# CONFIG_KEYS is not set
77597 -# CONFIG_SECURITY is not set
77598 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
77599 -CONFIG_CRYPTO=y
77600 -# CONFIG_CRYPTO_SEQIV is not set
77601 -# CONFIG_CRYPTO_MANAGER is not set
77602 -# CONFIG_CRYPTO_HMAC is not set
77603 -# CONFIG_CRYPTO_XCBC is not set
77604 -# CONFIG_CRYPTO_NULL is not set
77605 -# CONFIG_CRYPTO_MD4 is not set
77606 -# CONFIG_CRYPTO_MD5 is not set
77607 -# CONFIG_CRYPTO_SHA1 is not set
77608 -# CONFIG_CRYPTO_SHA256 is not set
77609 -# CONFIG_CRYPTO_SHA512 is not set
77610 -# CONFIG_CRYPTO_WP512 is not set
77611 -# CONFIG_CRYPTO_TGR192 is not set
77612 -# CONFIG_CRYPTO_GF128MUL is not set
77613 -# CONFIG_CRYPTO_ECB is not set
77614 -# CONFIG_CRYPTO_CBC is not set
77615 -# CONFIG_CRYPTO_PCBC is not set
77616 -# CONFIG_CRYPTO_LRW is not set
77617 -# CONFIG_CRYPTO_XTS is not set
77618 -# CONFIG_CRYPTO_CTR is not set
77619 -# CONFIG_CRYPTO_GCM is not set
77620 -# CONFIG_CRYPTO_CCM is not set
77621 -# CONFIG_CRYPTO_CRYPTD is not set
77622 -# CONFIG_CRYPTO_DES is not set
77623 -# CONFIG_CRYPTO_FCRYPT is not set
77624 -# CONFIG_CRYPTO_BLOWFISH is not set
77625 -# CONFIG_CRYPTO_TWOFISH is not set
77626 -# CONFIG_CRYPTO_SERPENT is not set
77627 -# CONFIG_CRYPTO_AES is not set
77628 -# CONFIG_CRYPTO_CAST5 is not set
77629 -# CONFIG_CRYPTO_CAST6 is not set
77630 -# CONFIG_CRYPTO_TEA is not set
77631 -# CONFIG_CRYPTO_ARC4 is not set
77632 -# CONFIG_CRYPTO_KHAZAD is not set
77633 -# CONFIG_CRYPTO_ANUBIS is not set
77634 -# CONFIG_CRYPTO_SEED is not set
77635 -# CONFIG_CRYPTO_SALSA20 is not set
77636 -# CONFIG_CRYPTO_DEFLATE is not set
77637 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
77638 -# CONFIG_CRYPTO_CRC32C is not set
77639 -# CONFIG_CRYPTO_CAMELLIA is not set
77640 -# CONFIG_CRYPTO_AUTHENC is not set
77641 -# CONFIG_CRYPTO_LZO is not set
77642 -CONFIG_CRYPTO_HW=y
77643 -# CONFIG_PPC_CLOCK is not set
77644 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc8641d_defconfig powerpc.git/arch/powerpc/configs/sbc8641d_defconfig
77645 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc8641d_defconfig    1970-01-01 01:00:00.000000000 +0100
77646 +++ powerpc.git/arch/powerpc/configs/sbc8641d_defconfig 2008-04-19 16:40:52.000000000 +0200
77647 @@ -0,0 +1,1342 @@
77648 +#
77649 +# Automatically generated make config: don't edit
77650 +# Linux kernel version: 2.6.25-rc6
77651 +# Thu Apr 10 18:03:25 2008
77652 +#
77653 +# CONFIG_PPC64 is not set
77654 +
77655 +#
77656 +# Processor support
77657 +#
77658 +CONFIG_6xx=y
77659 +# CONFIG_PPC_85xx is not set
77660 +# CONFIG_PPC_8xx is not set
77661 +# CONFIG_40x is not set
77662 +# CONFIG_44x is not set
77663 +# CONFIG_E200 is not set
77664 +CONFIG_PPC_FPU=y
77665 +CONFIG_ALTIVEC=y
77666 +CONFIG_PPC_STD_MMU=y
77667 +CONFIG_PPC_STD_MMU_32=y
77668 +# CONFIG_PPC_MM_SLICES is not set
77669 +CONFIG_SMP=y
77670 +CONFIG_NR_CPUS=2
77671 +CONFIG_PPC32=y
77672 +CONFIG_WORD_SIZE=32
77673 +CONFIG_PPC_MERGE=y
77674 +CONFIG_MMU=y
77675 +CONFIG_GENERIC_CMOS_UPDATE=y
77676 +CONFIG_GENERIC_TIME=y
77677 +CONFIG_GENERIC_TIME_VSYSCALL=y
77678 +CONFIG_GENERIC_CLOCKEVENTS=y
77679 +CONFIG_GENERIC_HARDIRQS=y
77680 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
77681 +CONFIG_IRQ_PER_CPU=y
77682 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
77683 +CONFIG_GENERIC_LOCKBREAK=y
77684 +CONFIG_ARCH_HAS_ILOG2_U32=y
77685 +CONFIG_GENERIC_HWEIGHT=y
77686 +CONFIG_GENERIC_CALIBRATE_DELAY=y
77687 +CONFIG_GENERIC_FIND_NEXT_BIT=y
77688 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
77689 +CONFIG_PPC=y
77690 +CONFIG_EARLY_PRINTK=y
77691 +CONFIG_GENERIC_NVRAM=y
77692 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
77693 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
77694 +CONFIG_PPC_OF=y
77695 +CONFIG_OF=y
77696 +CONFIG_PPC_UDBG_16550=y
77697 +CONFIG_GENERIC_TBSYNC=y
77698 +CONFIG_AUDIT_ARCH=y
77699 +CONFIG_GENERIC_BUG=y
77700 +CONFIG_DEFAULT_UIMAGE=y
77701 +# CONFIG_PPC_DCR_NATIVE is not set
77702 +# CONFIG_PPC_DCR_MMIO is not set
77703 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
77704 +
77705 +#
77706 +# General setup
77707 +#
77708 +CONFIG_EXPERIMENTAL=y
77709 +CONFIG_LOCK_KERNEL=y
77710 +CONFIG_INIT_ENV_ARG_LIMIT=32
77711 +CONFIG_LOCALVERSION=""
77712 +CONFIG_LOCALVERSION_AUTO=y
77713 +CONFIG_SWAP=y
77714 +CONFIG_SYSVIPC=y
77715 +CONFIG_SYSVIPC_SYSCTL=y
77716 +CONFIG_POSIX_MQUEUE=y
77717 +CONFIG_BSD_PROCESS_ACCT=y
77718 +CONFIG_BSD_PROCESS_ACCT_V3=y
77719 +# CONFIG_TASKSTATS is not set
77720 +# CONFIG_AUDIT is not set
77721 +CONFIG_IKCONFIG=y
77722 +CONFIG_IKCONFIG_PROC=y
77723 +CONFIG_LOG_BUF_SHIFT=14
77724 +# CONFIG_CGROUPS is not set
77725 +CONFIG_GROUP_SCHED=y
77726 +CONFIG_FAIR_GROUP_SCHED=y
77727 +# CONFIG_RT_GROUP_SCHED is not set
77728 +CONFIG_USER_SCHED=y
77729 +# CONFIG_CGROUP_SCHED is not set
77730 +CONFIG_SYSFS_DEPRECATED=y
77731 +CONFIG_SYSFS_DEPRECATED_V2=y
77732 +CONFIG_RELAY=y
77733 +# CONFIG_NAMESPACES is not set
77734 +CONFIG_BLK_DEV_INITRD=y
77735 +CONFIG_INITRAMFS_SOURCE=""
77736 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
77737 +CONFIG_SYSCTL=y
77738 +CONFIG_EMBEDDED=y
77739 +CONFIG_SYSCTL_SYSCALL=y
77740 +CONFIG_KALLSYMS=y
77741 +# CONFIG_KALLSYMS_ALL is not set
77742 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
77743 +CONFIG_HOTPLUG=y
77744 +CONFIG_PRINTK=y
77745 +CONFIG_BUG=y
77746 +CONFIG_ELF_CORE=y
77747 +CONFIG_COMPAT_BRK=y
77748 +CONFIG_BASE_FULL=y
77749 +CONFIG_FUTEX=y
77750 +CONFIG_ANON_INODES=y
77751 +CONFIG_EPOLL=y
77752 +CONFIG_SIGNALFD=y
77753 +CONFIG_TIMERFD=y
77754 +CONFIG_EVENTFD=y
77755 +CONFIG_SHMEM=y
77756 +CONFIG_VM_EVENT_COUNTERS=y
77757 +CONFIG_SLAB=y
77758 +# CONFIG_SLUB is not set
77759 +# CONFIG_SLOB is not set
77760 +# CONFIG_PROFILING is not set
77761 +# CONFIG_MARKERS is not set
77762 +CONFIG_HAVE_OPROFILE=y
77763 +# CONFIG_KPROBES is not set
77764 +CONFIG_HAVE_KPROBES=y
77765 +CONFIG_HAVE_KRETPROBES=y
77766 +CONFIG_PROC_PAGE_MONITOR=y
77767 +CONFIG_SLABINFO=y
77768 +CONFIG_RT_MUTEXES=y
77769 +# CONFIG_TINY_SHMEM is not set
77770 +CONFIG_BASE_SMALL=0
77771 +CONFIG_MODULES=y
77772 +CONFIG_MODULE_UNLOAD=y
77773 +# CONFIG_MODULE_FORCE_UNLOAD is not set
77774 +# CONFIG_MODVERSIONS is not set
77775 +# CONFIG_MODULE_SRCVERSION_ALL is not set
77776 +CONFIG_KMOD=y
77777 +CONFIG_STOP_MACHINE=y
77778 +CONFIG_BLOCK=y
77779 +# CONFIG_LBD is not set
77780 +# CONFIG_BLK_DEV_IO_TRACE is not set
77781 +# CONFIG_LSF is not set
77782 +# CONFIG_BLK_DEV_BSG is not set
77783 +
77784 +#
77785 +# IO Schedulers
77786 +#
77787 +CONFIG_IOSCHED_NOOP=y
77788 +CONFIG_IOSCHED_AS=y
77789 +CONFIG_IOSCHED_DEADLINE=y
77790 +CONFIG_IOSCHED_CFQ=y
77791 +# CONFIG_DEFAULT_AS is not set
77792 +# CONFIG_DEFAULT_DEADLINE is not set
77793 +CONFIG_DEFAULT_CFQ=y
77794 +# CONFIG_DEFAULT_NOOP is not set
77795 +CONFIG_DEFAULT_IOSCHED="cfq"
77796 +CONFIG_CLASSIC_RCU=y
77797 +
77798 +#
77799 +# Platform support
77800 +#
77801 +# CONFIG_PPC_MULTIPLATFORM is not set
77802 +# CONFIG_PPC_82xx is not set
77803 +# CONFIG_PPC_83xx is not set
77804 +CONFIG_PPC_86xx=y
77805 +# CONFIG_PPC_MPC512x is not set
77806 +# CONFIG_PPC_MPC5121 is not set
77807 +# CONFIG_PPC_CELL is not set
77808 +# CONFIG_PPC_CELL_NATIVE is not set
77809 +# CONFIG_PQ2ADS is not set
77810 +# CONFIG_MPC8641_HPCN is not set
77811 +CONFIG_SBC8641D=y
77812 +# CONFIG_MPC8610_HPCD is not set
77813 +CONFIG_MPC8641=y
77814 +# CONFIG_IPIC is not set
77815 +CONFIG_MPIC=y
77816 +# CONFIG_MPIC_WEIRD is not set
77817 +# CONFIG_PPC_I8259 is not set
77818 +# CONFIG_PPC_RTAS is not set
77819 +# CONFIG_MMIO_NVRAM is not set
77820 +# CONFIG_PPC_MPC106 is not set
77821 +# CONFIG_PPC_970_NAP is not set
77822 +# CONFIG_PPC_INDIRECT_IO is not set
77823 +# CONFIG_GENERIC_IOMAP is not set
77824 +# CONFIG_CPU_FREQ is not set
77825 +# CONFIG_FSL_ULI1575 is not set
77826 +
77827 +#
77828 +# Kernel options
77829 +#
77830 +# CONFIG_HIGHMEM is not set
77831 +CONFIG_TICK_ONESHOT=y
77832 +# CONFIG_NO_HZ is not set
77833 +CONFIG_HIGH_RES_TIMERS=y
77834 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
77835 +# CONFIG_HZ_100 is not set
77836 +CONFIG_HZ_250=y
77837 +# CONFIG_HZ_300 is not set
77838 +# CONFIG_HZ_1000 is not set
77839 +CONFIG_HZ=250
77840 +# CONFIG_SCHED_HRTICK is not set
77841 +# CONFIG_PREEMPT_NONE is not set
77842 +# CONFIG_PREEMPT_VOLUNTARY is not set
77843 +CONFIG_PREEMPT=y
77844 +# CONFIG_PREEMPT_RCU is not set
77845 +CONFIG_BINFMT_ELF=y
77846 +CONFIG_BINFMT_MISC=m
77847 +CONFIG_FORCE_MAX_ZONEORDER=11
77848 +# CONFIG_IOMMU_HELPER is not set
77849 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
77850 +CONFIG_ARCH_HAS_WALK_MEMORY=y
77851 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
77852 +CONFIG_IRQ_ALL_CPUS=y
77853 +CONFIG_ARCH_FLATMEM_ENABLE=y
77854 +CONFIG_ARCH_POPULATES_NODE_MAP=y
77855 +CONFIG_SELECT_MEMORY_MODEL=y
77856 +CONFIG_FLATMEM_MANUAL=y
77857 +# CONFIG_DISCONTIGMEM_MANUAL is not set
77858 +# CONFIG_SPARSEMEM_MANUAL is not set
77859 +CONFIG_FLATMEM=y
77860 +CONFIG_FLAT_NODE_MEM_MAP=y
77861 +# CONFIG_SPARSEMEM_STATIC is not set
77862 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
77863 +CONFIG_SPLIT_PTLOCK_CPUS=4
77864 +# CONFIG_RESOURCES_64BIT is not set
77865 +CONFIG_ZONE_DMA_FLAG=1
77866 +CONFIG_BOUNCE=y
77867 +CONFIG_VIRT_TO_BUS=y
77868 +# CONFIG_PROC_DEVICETREE is not set
77869 +# CONFIG_CMDLINE_BOOL is not set
77870 +# CONFIG_PM is not set
77871 +CONFIG_SECCOMP=y
77872 +CONFIG_ISA_DMA_API=y
77873 +
77874 +#
77875 +# Bus options
77876 +#
77877 +CONFIG_ZONE_DMA=y
77878 +CONFIG_GENERIC_ISA_DMA=y
77879 +CONFIG_PPC_INDIRECT_PCI=y
77880 +CONFIG_FSL_SOC=y
77881 +CONFIG_FSL_PCI=y
77882 +CONFIG_PCI=y
77883 +CONFIG_PCI_DOMAINS=y
77884 +CONFIG_PCI_SYSCALL=y
77885 +CONFIG_PCIEPORTBUS=y
77886 +CONFIG_PCIEAER=y
77887 +CONFIG_ARCH_SUPPORTS_MSI=y
77888 +# CONFIG_PCI_MSI is not set
77889 +CONFIG_PCI_LEGACY=y
77890 +# CONFIG_PCI_DEBUG is not set
77891 +# CONFIG_PCCARD is not set
77892 +# CONFIG_HOTPLUG_PCI is not set
77893 +
77894 +#
77895 +# Advanced setup
77896 +#
77897 +# CONFIG_ADVANCED_OPTIONS is not set
77898 +
77899 +#
77900 +# Default settings for advanced configuration options are used
77901 +#
77902 +CONFIG_HIGHMEM_START=0xfe000000
77903 +CONFIG_LOWMEM_SIZE=0x30000000
77904 +CONFIG_KERNEL_START=0xc0000000
77905 +CONFIG_TASK_SIZE=0xc0000000
77906 +CONFIG_BOOT_LOAD=0x00800000
77907 +
77908 +#
77909 +# Networking
77910 +#
77911 +CONFIG_NET=y
77912 +
77913 +#
77914 +# Networking options
77915 +#
77916 +CONFIG_PACKET=y
77917 +CONFIG_PACKET_MMAP=y
77918 +CONFIG_UNIX=y
77919 +CONFIG_XFRM=y
77920 +CONFIG_XFRM_USER=m
77921 +# CONFIG_XFRM_SUB_POLICY is not set
77922 +# CONFIG_XFRM_MIGRATE is not set
77923 +# CONFIG_XFRM_STATISTICS is not set
77924 +CONFIG_NET_KEY=m
77925 +# CONFIG_NET_KEY_MIGRATE is not set
77926 +CONFIG_INET=y
77927 +CONFIG_IP_MULTICAST=y
77928 +CONFIG_IP_ADVANCED_ROUTER=y
77929 +CONFIG_ASK_IP_FIB_HASH=y
77930 +# CONFIG_IP_FIB_TRIE is not set
77931 +CONFIG_IP_FIB_HASH=y
77932 +CONFIG_IP_MULTIPLE_TABLES=y
77933 +CONFIG_IP_ROUTE_MULTIPATH=y
77934 +CONFIG_IP_ROUTE_VERBOSE=y
77935 +CONFIG_IP_PNP=y
77936 +CONFIG_IP_PNP_DHCP=y
77937 +CONFIG_IP_PNP_BOOTP=y
77938 +CONFIG_IP_PNP_RARP=y
77939 +CONFIG_NET_IPIP=m
77940 +CONFIG_NET_IPGRE=m
77941 +CONFIG_NET_IPGRE_BROADCAST=y
77942 +CONFIG_IP_MROUTE=y
77943 +CONFIG_IP_PIMSM_V1=y
77944 +CONFIG_IP_PIMSM_V2=y
77945 +# CONFIG_ARPD is not set
77946 +CONFIG_SYN_COOKIES=y
77947 +CONFIG_INET_AH=m
77948 +CONFIG_INET_ESP=m
77949 +CONFIG_INET_IPCOMP=m
77950 +CONFIG_INET_XFRM_TUNNEL=m
77951 +CONFIG_INET_TUNNEL=m
77952 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
77953 +CONFIG_INET_XFRM_MODE_TUNNEL=y
77954 +CONFIG_INET_XFRM_MODE_BEET=y
77955 +# CONFIG_INET_LRO is not set
77956 +CONFIG_INET_DIAG=y
77957 +CONFIG_INET_TCP_DIAG=y
77958 +# CONFIG_TCP_CONG_ADVANCED is not set
77959 +CONFIG_TCP_CONG_CUBIC=y
77960 +CONFIG_DEFAULT_TCP_CONG="cubic"
77961 +# CONFIG_TCP_MD5SIG is not set
77962 +# CONFIG_IP_VS is not set
77963 +CONFIG_IPV6=m
77964 +# CONFIG_IPV6_PRIVACY is not set
77965 +# CONFIG_IPV6_ROUTER_PREF is not set
77966 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
77967 +CONFIG_INET6_AH=m
77968 +CONFIG_INET6_ESP=m
77969 +CONFIG_INET6_IPCOMP=m
77970 +# CONFIG_IPV6_MIP6 is not set
77971 +CONFIG_INET6_XFRM_TUNNEL=m
77972 +CONFIG_INET6_TUNNEL=m
77973 +CONFIG_INET6_XFRM_MODE_TRANSPORT=m
77974 +CONFIG_INET6_XFRM_MODE_TUNNEL=m
77975 +CONFIG_INET6_XFRM_MODE_BEET=m
77976 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
77977 +CONFIG_IPV6_SIT=m
77978 +CONFIG_IPV6_TUNNEL=m
77979 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
77980 +# CONFIG_NETLABEL is not set
77981 +# CONFIG_NETWORK_SECMARK is not set
77982 +CONFIG_NETFILTER=y
77983 +# CONFIG_NETFILTER_DEBUG is not set
77984 +CONFIG_NETFILTER_ADVANCED=y
77985 +CONFIG_BRIDGE_NETFILTER=y
77986 +
77987 +#
77988 +# Core Netfilter Configuration
77989 +#
77990 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
77991 +# CONFIG_NETFILTER_NETLINK_LOG is not set
77992 +# CONFIG_NF_CONNTRACK is not set
77993 +CONFIG_NETFILTER_XTABLES=m
77994 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
77995 +# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
77996 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
77997 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
77998 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
77999 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
78000 +# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
78001 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
78002 +# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
78003 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
78004 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
78005 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
78006 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
78007 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
78008 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
78009 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
78010 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
78011 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
78012 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
78013 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
78014 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
78015 +# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
78016 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
78017 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
78018 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
78019 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
78020 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
78021 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
78022 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
78023 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
78024 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
78025 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
78026 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
78027 +
78028 +#
78029 +# IP: Netfilter Configuration
78030 +#
78031 +CONFIG_IP_NF_QUEUE=m
78032 +CONFIG_IP_NF_IPTABLES=m
78033 +CONFIG_IP_NF_MATCH_RECENT=m
78034 +CONFIG_IP_NF_MATCH_ECN=m
78035 +# CONFIG_IP_NF_MATCH_AH is not set
78036 +CONFIG_IP_NF_MATCH_TTL=m
78037 +CONFIG_IP_NF_MATCH_ADDRTYPE=m
78038 +CONFIG_IP_NF_FILTER=m
78039 +CONFIG_IP_NF_TARGET_REJECT=m
78040 +CONFIG_IP_NF_TARGET_LOG=m
78041 +CONFIG_IP_NF_TARGET_ULOG=m
78042 +CONFIG_IP_NF_MANGLE=m
78043 +CONFIG_IP_NF_TARGET_ECN=m
78044 +# CONFIG_IP_NF_TARGET_TTL is not set
78045 +CONFIG_IP_NF_RAW=m
78046 +CONFIG_IP_NF_ARPTABLES=m
78047 +CONFIG_IP_NF_ARPFILTER=m
78048 +CONFIG_IP_NF_ARP_MANGLE=m
78049 +
78050 +#
78051 +# IPv6: Netfilter Configuration
78052 +#
78053 +CONFIG_IP6_NF_QUEUE=m
78054 +CONFIG_IP6_NF_IPTABLES=m
78055 +CONFIG_IP6_NF_MATCH_RT=m
78056 +CONFIG_IP6_NF_MATCH_OPTS=m
78057 +CONFIG_IP6_NF_MATCH_FRAG=m
78058 +CONFIG_IP6_NF_MATCH_HL=m
78059 +CONFIG_IP6_NF_MATCH_IPV6HEADER=m
78060 +# CONFIG_IP6_NF_MATCH_AH is not set
78061 +# CONFIG_IP6_NF_MATCH_MH is not set
78062 +CONFIG_IP6_NF_MATCH_EUI64=m
78063 +CONFIG_IP6_NF_FILTER=m
78064 +CONFIG_IP6_NF_TARGET_LOG=m
78065 +# CONFIG_IP6_NF_TARGET_REJECT is not set
78066 +CONFIG_IP6_NF_MANGLE=m
78067 +# CONFIG_IP6_NF_TARGET_HL is not set
78068 +CONFIG_IP6_NF_RAW=m
78069 +
78070 +#
78071 +# Bridge: Netfilter Configuration
78072 +#
78073 +# CONFIG_BRIDGE_NF_EBTABLES is not set
78074 +# CONFIG_IP_DCCP is not set
78075 +CONFIG_IP_SCTP=m
78076 +# CONFIG_SCTP_DBG_MSG is not set
78077 +# CONFIG_SCTP_DBG_OBJCNT is not set
78078 +# CONFIG_SCTP_HMAC_NONE is not set
78079 +# CONFIG_SCTP_HMAC_SHA1 is not set
78080 +CONFIG_SCTP_HMAC_MD5=y
78081 +CONFIG_TIPC=m
78082 +# CONFIG_TIPC_ADVANCED is not set
78083 +# CONFIG_TIPC_DEBUG is not set
78084 +CONFIG_ATM=m
78085 +CONFIG_ATM_CLIP=m
78086 +# CONFIG_ATM_CLIP_NO_ICMP is not set
78087 +CONFIG_ATM_LANE=m
78088 +CONFIG_ATM_MPOA=m
78089 +CONFIG_ATM_BR2684=m
78090 +# CONFIG_ATM_BR2684_IPFILTER is not set
78091 +CONFIG_BRIDGE=m
78092 +CONFIG_VLAN_8021Q=m
78093 +# CONFIG_DECNET is not set
78094 +CONFIG_LLC=m
78095 +# CONFIG_LLC2 is not set
78096 +# CONFIG_IPX is not set
78097 +# CONFIG_ATALK is not set
78098 +# CONFIG_X25 is not set
78099 +# CONFIG_LAPB is not set
78100 +# CONFIG_ECONET is not set
78101 +CONFIG_WAN_ROUTER=m
78102 +CONFIG_NET_SCHED=y
78103 +
78104 +#
78105 +# Queueing/Scheduling
78106 +#
78107 +CONFIG_NET_SCH_CBQ=m
78108 +CONFIG_NET_SCH_HTB=m
78109 +CONFIG_NET_SCH_HFSC=m
78110 +CONFIG_NET_SCH_ATM=m
78111 +CONFIG_NET_SCH_PRIO=m
78112 +# CONFIG_NET_SCH_RR is not set
78113 +CONFIG_NET_SCH_RED=m
78114 +CONFIG_NET_SCH_SFQ=m
78115 +CONFIG_NET_SCH_TEQL=m
78116 +CONFIG_NET_SCH_TBF=m
78117 +CONFIG_NET_SCH_GRED=m
78118 +CONFIG_NET_SCH_DSMARK=m
78119 +CONFIG_NET_SCH_NETEM=m
78120 +
78121 +#
78122 +# Classification
78123 +#
78124 +CONFIG_NET_CLS=y
78125 +# CONFIG_NET_CLS_BASIC is not set
78126 +CONFIG_NET_CLS_TCINDEX=m
78127 +CONFIG_NET_CLS_ROUTE4=m
78128 +CONFIG_NET_CLS_ROUTE=y
78129 +CONFIG_NET_CLS_FW=m
78130 +CONFIG_NET_CLS_U32=m
78131 +# CONFIG_CLS_U32_PERF is not set
78132 +# CONFIG_CLS_U32_MARK is not set
78133 +CONFIG_NET_CLS_RSVP=m
78134 +CONFIG_NET_CLS_RSVP6=m
78135 +# CONFIG_NET_CLS_FLOW is not set
78136 +# CONFIG_NET_EMATCH is not set
78137 +# CONFIG_NET_CLS_ACT is not set
78138 +# CONFIG_NET_CLS_IND is not set
78139 +CONFIG_NET_SCH_FIFO=y
78140 +
78141 +#
78142 +# Network testing
78143 +#
78144 +CONFIG_NET_PKTGEN=m
78145 +# CONFIG_HAMRADIO is not set
78146 +# CONFIG_CAN is not set
78147 +# CONFIG_IRDA is not set
78148 +# CONFIG_BT is not set
78149 +# CONFIG_AF_RXRPC is not set
78150 +CONFIG_FIB_RULES=y
78151 +
78152 +#
78153 +# Wireless
78154 +#
78155 +# CONFIG_CFG80211 is not set
78156 +# CONFIG_WIRELESS_EXT is not set
78157 +# CONFIG_MAC80211 is not set
78158 +# CONFIG_IEEE80211 is not set
78159 +# CONFIG_RFKILL is not set
78160 +# CONFIG_NET_9P is not set
78161 +
78162 +#
78163 +# Device Drivers
78164 +#
78165 +
78166 +#
78167 +# Generic Driver Options
78168 +#
78169 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
78170 +CONFIG_STANDALONE=y
78171 +CONFIG_PREVENT_FIRMWARE_BUILD=y
78172 +# CONFIG_FW_LOADER is not set
78173 +# CONFIG_DEBUG_DRIVER is not set
78174 +# CONFIG_DEBUG_DEVRES is not set
78175 +# CONFIG_SYS_HYPERVISOR is not set
78176 +# CONFIG_CONNECTOR is not set
78177 +CONFIG_MTD=y
78178 +# CONFIG_MTD_DEBUG is not set
78179 +CONFIG_MTD_CONCAT=y
78180 +CONFIG_MTD_PARTITIONS=y
78181 +# CONFIG_MTD_REDBOOT_PARTS is not set
78182 +# CONFIG_MTD_CMDLINE_PARTS is not set
78183 +# CONFIG_MTD_OF_PARTS is not set
78184 +
78185 +#
78186 +# User Modules And Translation Layers
78187 +#
78188 +CONFIG_MTD_CHAR=y
78189 +CONFIG_MTD_BLKDEVS=y
78190 +CONFIG_MTD_BLOCK=y
78191 +# CONFIG_FTL is not set
78192 +# CONFIG_NFTL is not set
78193 +# CONFIG_INFTL is not set
78194 +# CONFIG_RFD_FTL is not set
78195 +# CONFIG_SSFDC is not set
78196 +# CONFIG_MTD_OOPS is not set
78197 +
78198 +#
78199 +# RAM/ROM/Flash chip drivers
78200 +#
78201 +CONFIG_MTD_CFI=y
78202 +# CONFIG_MTD_JEDECPROBE is not set
78203 +CONFIG_MTD_GEN_PROBE=y
78204 +CONFIG_MTD_CFI_ADV_OPTIONS=y
78205 +# CONFIG_MTD_CFI_NOSWAP is not set
78206 +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
78207 +CONFIG_MTD_CFI_LE_BYTE_SWAP=y
78208 +# CONFIG_MTD_CFI_GEOMETRY is not set
78209 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
78210 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
78211 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
78212 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
78213 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
78214 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
78215 +CONFIG_MTD_CFI_I1=y
78216 +CONFIG_MTD_CFI_I2=y
78217 +# CONFIG_MTD_CFI_I4 is not set
78218 +# CONFIG_MTD_CFI_I8 is not set
78219 +# CONFIG_MTD_OTP is not set
78220 +CONFIG_MTD_CFI_INTELEXT=y
78221 +# CONFIG_MTD_CFI_AMDSTD is not set
78222 +# CONFIG_MTD_CFI_STAA is not set
78223 +CONFIG_MTD_CFI_UTIL=y
78224 +# CONFIG_MTD_RAM is not set
78225 +# CONFIG_MTD_ROM is not set
78226 +# CONFIG_MTD_ABSENT is not set
78227 +
78228 +#
78229 +# Mapping drivers for chip access
78230 +#
78231 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
78232 +# CONFIG_MTD_PHYSMAP is not set
78233 +CONFIG_MTD_PHYSMAP_OF=y
78234 +# CONFIG_MTD_INTEL_VR_NOR is not set
78235 +# CONFIG_MTD_PLATRAM is not set
78236 +
78237 +#
78238 +# Self-contained MTD device drivers
78239 +#
78240 +# CONFIG_MTD_PMC551 is not set
78241 +# CONFIG_MTD_SLRAM is not set
78242 +# CONFIG_MTD_PHRAM is not set
78243 +# CONFIG_MTD_MTDRAM is not set
78244 +# CONFIG_MTD_BLOCK2MTD is not set
78245 +
78246 +#
78247 +# Disk-On-Chip Device Drivers
78248 +#
78249 +# CONFIG_MTD_DOC2000 is not set
78250 +# CONFIG_MTD_DOC2001 is not set
78251 +# CONFIG_MTD_DOC2001PLUS is not set
78252 +# CONFIG_MTD_NAND is not set
78253 +# CONFIG_MTD_ONENAND is not set
78254 +
78255 +#
78256 +# UBI - Unsorted block images
78257 +#
78258 +# CONFIG_MTD_UBI is not set
78259 +CONFIG_OF_DEVICE=y
78260 +# CONFIG_PARPORT is not set
78261 +CONFIG_BLK_DEV=y
78262 +# CONFIG_BLK_DEV_FD is not set
78263 +# CONFIG_BLK_CPQ_DA is not set
78264 +# CONFIG_BLK_CPQ_CISS_DA is not set
78265 +# CONFIG_BLK_DEV_DAC960 is not set
78266 +# CONFIG_BLK_DEV_UMEM is not set
78267 +# CONFIG_BLK_DEV_COW_COMMON is not set
78268 +CONFIG_BLK_DEV_LOOP=m
78269 +CONFIG_BLK_DEV_CRYPTOLOOP=m
78270 +CONFIG_BLK_DEV_NBD=m
78271 +# CONFIG_BLK_DEV_SX8 is not set
78272 +CONFIG_BLK_DEV_RAM=y
78273 +CONFIG_BLK_DEV_RAM_COUNT=16
78274 +CONFIG_BLK_DEV_RAM_SIZE=4096
78275 +# CONFIG_BLK_DEV_XIP is not set
78276 +# CONFIG_CDROM_PKTCDVD is not set
78277 +# CONFIG_ATA_OVER_ETH is not set
78278 +CONFIG_MISC_DEVICES=y
78279 +# CONFIG_PHANTOM is not set
78280 +# CONFIG_EEPROM_93CX6 is not set
78281 +# CONFIG_SGI_IOC4 is not set
78282 +# CONFIG_TIFM_CORE is not set
78283 +# CONFIG_ENCLOSURE_SERVICES is not set
78284 +CONFIG_HAVE_IDE=y
78285 +# CONFIG_IDE is not set
78286 +
78287 +#
78288 +# SCSI device support
78289 +#
78290 +# CONFIG_RAID_ATTRS is not set
78291 +# CONFIG_SCSI is not set
78292 +# CONFIG_SCSI_DMA is not set
78293 +# CONFIG_SCSI_NETLINK is not set
78294 +# CONFIG_ATA is not set
78295 +CONFIG_MD=y
78296 +CONFIG_BLK_DEV_MD=y
78297 +CONFIG_MD_LINEAR=y
78298 +CONFIG_MD_RAID0=y
78299 +CONFIG_MD_RAID1=y
78300 +CONFIG_MD_RAID10=y
78301 +# CONFIG_MD_RAID456 is not set
78302 +CONFIG_MD_MULTIPATH=y
78303 +CONFIG_MD_FAULTY=y
78304 +CONFIG_BLK_DEV_DM=y
78305 +# CONFIG_DM_DEBUG is not set
78306 +CONFIG_DM_CRYPT=y
78307 +CONFIG_DM_SNAPSHOT=y
78308 +CONFIG_DM_MIRROR=y
78309 +CONFIG_DM_ZERO=y
78310 +# CONFIG_DM_MULTIPATH is not set
78311 +# CONFIG_DM_DELAY is not set
78312 +# CONFIG_DM_UEVENT is not set
78313 +# CONFIG_FUSION is not set
78314 +
78315 +#
78316 +# IEEE 1394 (FireWire) support
78317 +#
78318 +# CONFIG_FIREWIRE is not set
78319 +# CONFIG_IEEE1394 is not set
78320 +# CONFIG_I2O is not set
78321 +# CONFIG_MACINTOSH_DRIVERS is not set
78322 +CONFIG_NETDEVICES=y
78323 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
78324 +CONFIG_DUMMY=m
78325 +CONFIG_BONDING=m
78326 +# CONFIG_MACVLAN is not set
78327 +# CONFIG_EQUALIZER is not set
78328 +CONFIG_TUN=m
78329 +# CONFIG_VETH is not set
78330 +# CONFIG_ARCNET is not set
78331 +CONFIG_PHYLIB=y
78332 +
78333 +#
78334 +# MII PHY device drivers
78335 +#
78336 +# CONFIG_MARVELL_PHY is not set
78337 +# CONFIG_DAVICOM_PHY is not set
78338 +# CONFIG_QSEMI_PHY is not set
78339 +# CONFIG_LXT_PHY is not set
78340 +# CONFIG_CICADA_PHY is not set
78341 +# CONFIG_VITESSE_PHY is not set
78342 +# CONFIG_SMSC_PHY is not set
78343 +CONFIG_BROADCOM_PHY=y
78344 +# CONFIG_ICPLUS_PHY is not set
78345 +# CONFIG_REALTEK_PHY is not set
78346 +# CONFIG_FIXED_PHY is not set
78347 +# CONFIG_MDIO_BITBANG is not set
78348 +CONFIG_NET_ETHERNET=y
78349 +CONFIG_MII=y
78350 +# CONFIG_HAPPYMEAL is not set
78351 +# CONFIG_SUNGEM is not set
78352 +# CONFIG_CASSINI is not set
78353 +# CONFIG_NET_VENDOR_3COM is not set
78354 +# CONFIG_NET_TULIP is not set
78355 +# CONFIG_HP100 is not set
78356 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
78357 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
78358 +# CONFIG_IBM_NEW_EMAC_TAH is not set
78359 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
78360 +# CONFIG_NET_PCI is not set
78361 +# CONFIG_B44 is not set
78362 +CONFIG_NETDEV_1000=y
78363 +# CONFIG_ACENIC is not set
78364 +# CONFIG_DL2K is not set
78365 +# CONFIG_E1000 is not set
78366 +# CONFIG_E1000E is not set
78367 +# CONFIG_E1000E_ENABLED is not set
78368 +# CONFIG_IP1000 is not set
78369 +# CONFIG_IGB is not set
78370 +# CONFIG_NS83820 is not set
78371 +# CONFIG_HAMACHI is not set
78372 +# CONFIG_YELLOWFIN is not set
78373 +# CONFIG_R8169 is not set
78374 +# CONFIG_SIS190 is not set
78375 +# CONFIG_SKGE is not set
78376 +# CONFIG_SKY2 is not set
78377 +# CONFIG_SK98LIN is not set
78378 +# CONFIG_VIA_VELOCITY is not set
78379 +# CONFIG_TIGON3 is not set
78380 +# CONFIG_BNX2 is not set
78381 +CONFIG_GIANFAR=y
78382 +# CONFIG_GFAR_NAPI is not set
78383 +# CONFIG_QLA3XXX is not set
78384 +# CONFIG_ATL1 is not set
78385 +# CONFIG_NETDEV_10000 is not set
78386 +# CONFIG_TR is not set
78387 +
78388 +#
78389 +# Wireless LAN
78390 +#
78391 +# CONFIG_WLAN_PRE80211 is not set
78392 +# CONFIG_WLAN_80211 is not set
78393 +# CONFIG_WAN is not set
78394 +CONFIG_ATM_DRIVERS=y
78395 +# CONFIG_ATM_DUMMY is not set
78396 +# CONFIG_ATM_TCP is not set
78397 +# CONFIG_ATM_LANAI is not set
78398 +# CONFIG_ATM_ENI is not set
78399 +# CONFIG_ATM_FIRESTREAM is not set
78400 +# CONFIG_ATM_ZATM is not set
78401 +# CONFIG_ATM_NICSTAR is not set
78402 +# CONFIG_ATM_IDT77252 is not set
78403 +# CONFIG_ATM_AMBASSADOR is not set
78404 +# CONFIG_ATM_HORIZON is not set
78405 +# CONFIG_ATM_IA is not set
78406 +# CONFIG_ATM_FORE200E_MAYBE is not set
78407 +# CONFIG_ATM_HE is not set
78408 +# CONFIG_FDDI is not set
78409 +# CONFIG_HIPPI is not set
78410 +CONFIG_PPP=m
78411 +CONFIG_PPP_MULTILINK=y
78412 +CONFIG_PPP_FILTER=y
78413 +CONFIG_PPP_ASYNC=m
78414 +CONFIG_PPP_SYNC_TTY=m
78415 +CONFIG_PPP_DEFLATE=m
78416 +CONFIG_PPP_BSDCOMP=m
78417 +# CONFIG_PPP_MPPE is not set
78418 +CONFIG_PPPOE=m
78419 +CONFIG_PPPOATM=m
78420 +# CONFIG_PPPOL2TP is not set
78421 +CONFIG_SLIP=m
78422 +CONFIG_SLIP_COMPRESSED=y
78423 +CONFIG_SLHC=m
78424 +CONFIG_SLIP_SMART=y
78425 +CONFIG_SLIP_MODE_SLIP6=y
78426 +CONFIG_NETCONSOLE=y
78427 +# CONFIG_NETCONSOLE_DYNAMIC is not set
78428 +CONFIG_NETPOLL=y
78429 +CONFIG_NETPOLL_TRAP=y
78430 +CONFIG_NET_POLL_CONTROLLER=y
78431 +# CONFIG_ISDN is not set
78432 +# CONFIG_PHONE is not set
78433 +
78434 +#
78435 +# Input device support
78436 +#
78437 +CONFIG_INPUT=y
78438 +# CONFIG_INPUT_FF_MEMLESS is not set
78439 +# CONFIG_INPUT_POLLDEV is not set
78440 +
78441 +#
78442 +# Userland interfaces
78443 +#
78444 +CONFIG_INPUT_MOUSEDEV=y
78445 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
78446 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
78447 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
78448 +# CONFIG_INPUT_JOYDEV is not set
78449 +# CONFIG_INPUT_EVDEV is not set
78450 +# CONFIG_INPUT_EVBUG is not set
78451 +
78452 +#
78453 +# Input Device Drivers
78454 +#
78455 +# CONFIG_INPUT_KEYBOARD is not set
78456 +# CONFIG_INPUT_MOUSE is not set
78457 +# CONFIG_INPUT_JOYSTICK is not set
78458 +# CONFIG_INPUT_TABLET is not set
78459 +# CONFIG_INPUT_TOUCHSCREEN is not set
78460 +# CONFIG_INPUT_MISC is not set
78461 +
78462 +#
78463 +# Hardware I/O ports
78464 +#
78465 +# CONFIG_SERIO is not set
78466 +# CONFIG_GAMEPORT is not set
78467 +
78468 +#
78469 +# Character devices
78470 +#
78471 +CONFIG_VT=y
78472 +CONFIG_VT_CONSOLE=y
78473 +CONFIG_HW_CONSOLE=y
78474 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
78475 +# CONFIG_SERIAL_NONSTANDARD is not set
78476 +# CONFIG_NOZOMI is not set
78477 +
78478 +#
78479 +# Serial drivers
78480 +#
78481 +CONFIG_SERIAL_8250=y
78482 +CONFIG_SERIAL_8250_CONSOLE=y
78483 +# CONFIG_SERIAL_8250_PCI is not set
78484 +CONFIG_SERIAL_8250_NR_UARTS=2
78485 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
78486 +# CONFIG_SERIAL_8250_EXTENDED is not set
78487 +
78488 +#
78489 +# Non-8250 serial port support
78490 +#
78491 +# CONFIG_SERIAL_UARTLITE is not set
78492 +CONFIG_SERIAL_CORE=y
78493 +CONFIG_SERIAL_CORE_CONSOLE=y
78494 +# CONFIG_SERIAL_JSM is not set
78495 +# CONFIG_SERIAL_OF_PLATFORM is not set
78496 +CONFIG_UNIX98_PTYS=y
78497 +CONFIG_LEGACY_PTYS=y
78498 +CONFIG_LEGACY_PTY_COUNT=256
78499 +# CONFIG_IPMI_HANDLER is not set
78500 +CONFIG_HW_RANDOM=m
78501 +# CONFIG_NVRAM is not set
78502 +# CONFIG_GEN_RTC is not set
78503 +# CONFIG_R3964 is not set
78504 +# CONFIG_APPLICOM is not set
78505 +# CONFIG_RAW_DRIVER is not set
78506 +# CONFIG_TCG_TPM is not set
78507 +CONFIG_DEVPORT=y
78508 +CONFIG_I2C=y
78509 +CONFIG_I2C_BOARDINFO=y
78510 +CONFIG_I2C_CHARDEV=y
78511 +
78512 +#
78513 +# I2C Algorithms
78514 +#
78515 +# CONFIG_I2C_ALGOBIT is not set
78516 +# CONFIG_I2C_ALGOPCF is not set
78517 +# CONFIG_I2C_ALGOPCA is not set
78518 +
78519 +#
78520 +# I2C Hardware Bus support
78521 +#
78522 +# CONFIG_I2C_ALI1535 is not set
78523 +# CONFIG_I2C_ALI1563 is not set
78524 +# CONFIG_I2C_ALI15X3 is not set
78525 +# CONFIG_I2C_AMD756 is not set
78526 +# CONFIG_I2C_AMD8111 is not set
78527 +# CONFIG_I2C_I801 is not set
78528 +# CONFIG_I2C_I810 is not set
78529 +# CONFIG_I2C_PIIX4 is not set
78530 +CONFIG_I2C_MPC=y
78531 +# CONFIG_I2C_NFORCE2 is not set
78532 +# CONFIG_I2C_OCORES is not set
78533 +# CONFIG_I2C_PARPORT_LIGHT is not set
78534 +# CONFIG_I2C_PROSAVAGE is not set
78535 +# CONFIG_I2C_SAVAGE4 is not set
78536 +# CONFIG_I2C_SIMTEC is not set
78537 +# CONFIG_I2C_SIS5595 is not set
78538 +# CONFIG_I2C_SIS630 is not set
78539 +# CONFIG_I2C_SIS96X is not set
78540 +# CONFIG_I2C_TAOS_EVM is not set
78541 +# CONFIG_I2C_STUB is not set
78542 +# CONFIG_I2C_VIA is not set
78543 +# CONFIG_I2C_VIAPRO is not set
78544 +# CONFIG_I2C_VOODOO3 is not set
78545 +
78546 +#
78547 +# Miscellaneous I2C Chip support
78548 +#
78549 +# CONFIG_DS1682 is not set
78550 +# CONFIG_SENSORS_EEPROM is not set
78551 +# CONFIG_SENSORS_PCF8574 is not set
78552 +# CONFIG_PCF8575 is not set
78553 +# CONFIG_SENSORS_PCF8591 is not set
78554 +# CONFIG_TPS65010 is not set
78555 +# CONFIG_SENSORS_MAX6875 is not set
78556 +# CONFIG_SENSORS_TSL2550 is not set
78557 +# CONFIG_I2C_DEBUG_CORE is not set
78558 +# CONFIG_I2C_DEBUG_ALGO is not set
78559 +# CONFIG_I2C_DEBUG_BUS is not set
78560 +# CONFIG_I2C_DEBUG_CHIP is not set
78561 +
78562 +#
78563 +# SPI support
78564 +#
78565 +# CONFIG_SPI is not set
78566 +# CONFIG_SPI_MASTER is not set
78567 +# CONFIG_W1 is not set
78568 +# CONFIG_POWER_SUPPLY is not set
78569 +CONFIG_HWMON=y
78570 +# CONFIG_HWMON_VID is not set
78571 +# CONFIG_SENSORS_AD7418 is not set
78572 +# CONFIG_SENSORS_ADM1021 is not set
78573 +# CONFIG_SENSORS_ADM1025 is not set
78574 +# CONFIG_SENSORS_ADM1026 is not set
78575 +# CONFIG_SENSORS_ADM1029 is not set
78576 +# CONFIG_SENSORS_ADM1031 is not set
78577 +# CONFIG_SENSORS_ADM9240 is not set
78578 +# CONFIG_SENSORS_ADT7470 is not set
78579 +# CONFIG_SENSORS_ADT7473 is not set
78580 +# CONFIG_SENSORS_ATXP1 is not set
78581 +# CONFIG_SENSORS_DS1621 is not set
78582 +# CONFIG_SENSORS_I5K_AMB is not set
78583 +# CONFIG_SENSORS_F71805F is not set
78584 +# CONFIG_SENSORS_F71882FG is not set
78585 +# CONFIG_SENSORS_F75375S is not set
78586 +# CONFIG_SENSORS_GL518SM is not set
78587 +# CONFIG_SENSORS_GL520SM is not set
78588 +# CONFIG_SENSORS_IT87 is not set
78589 +# CONFIG_SENSORS_LM63 is not set
78590 +# CONFIG_SENSORS_LM75 is not set
78591 +# CONFIG_SENSORS_LM77 is not set
78592 +# CONFIG_SENSORS_LM78 is not set
78593 +# CONFIG_SENSORS_LM80 is not set
78594 +# CONFIG_SENSORS_LM83 is not set
78595 +# CONFIG_SENSORS_LM85 is not set
78596 +# CONFIG_SENSORS_LM87 is not set
78597 +# CONFIG_SENSORS_LM90 is not set
78598 +# CONFIG_SENSORS_LM92 is not set
78599 +# CONFIG_SENSORS_LM93 is not set
78600 +# CONFIG_SENSORS_MAX1619 is not set
78601 +# CONFIG_SENSORS_MAX6650 is not set
78602 +# CONFIG_SENSORS_PC87360 is not set
78603 +# CONFIG_SENSORS_PC87427 is not set
78604 +# CONFIG_SENSORS_SIS5595 is not set
78605 +# CONFIG_SENSORS_DME1737 is not set
78606 +# CONFIG_SENSORS_SMSC47M1 is not set
78607 +# CONFIG_SENSORS_SMSC47M192 is not set
78608 +# CONFIG_SENSORS_SMSC47B397 is not set
78609 +# CONFIG_SENSORS_ADS7828 is not set
78610 +# CONFIG_SENSORS_THMC50 is not set
78611 +# CONFIG_SENSORS_VIA686A is not set
78612 +# CONFIG_SENSORS_VT1211 is not set
78613 +# CONFIG_SENSORS_VT8231 is not set
78614 +# CONFIG_SENSORS_W83781D is not set
78615 +# CONFIG_SENSORS_W83791D is not set
78616 +# CONFIG_SENSORS_W83792D is not set
78617 +# CONFIG_SENSORS_W83793 is not set
78618 +# CONFIG_SENSORS_W83L785TS is not set
78619 +# CONFIG_SENSORS_W83L786NG is not set
78620 +# CONFIG_SENSORS_W83627HF is not set
78621 +# CONFIG_SENSORS_W83627EHF is not set
78622 +# CONFIG_HWMON_DEBUG_CHIP is not set
78623 +# CONFIG_THERMAL is not set
78624 +CONFIG_WATCHDOG=y
78625 +# CONFIG_WATCHDOG_NOWAYOUT is not set
78626 +
78627 +#
78628 +# Watchdog Device Drivers
78629 +#
78630 +CONFIG_SOFT_WATCHDOG=m
78631 +
78632 +#
78633 +# PCI-based Watchdog Cards
78634 +#
78635 +# CONFIG_PCIPCWATCHDOG is not set
78636 +# CONFIG_WDTPCI is not set
78637 +
78638 +#
78639 +# Sonics Silicon Backplane
78640 +#
78641 +CONFIG_SSB_POSSIBLE=y
78642 +# CONFIG_SSB is not set
78643 +
78644 +#
78645 +# Multifunction device drivers
78646 +#
78647 +# CONFIG_MFD_SM501 is not set
78648 +
78649 +#
78650 +# Multimedia devices
78651 +#
78652 +# CONFIG_VIDEO_DEV is not set
78653 +# CONFIG_DVB_CORE is not set
78654 +CONFIG_DAB=y
78655 +
78656 +#
78657 +# Graphics support
78658 +#
78659 +# CONFIG_AGP is not set
78660 +# CONFIG_DRM is not set
78661 +# CONFIG_VGASTATE is not set
78662 +CONFIG_VIDEO_OUTPUT_CONTROL=m
78663 +# CONFIG_FB is not set
78664 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
78665 +
78666 +#
78667 +# Display device support
78668 +#
78669 +# CONFIG_DISPLAY_SUPPORT is not set
78670 +
78671 +#
78672 +# Console display driver support
78673 +#
78674 +CONFIG_VGA_CONSOLE=y
78675 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
78676 +CONFIG_DUMMY_CONSOLE=y
78677 +
78678 +#
78679 +# Sound
78680 +#
78681 +# CONFIG_SOUND is not set
78682 +CONFIG_HID_SUPPORT=y
78683 +CONFIG_HID=y
78684 +# CONFIG_HID_DEBUG is not set
78685 +# CONFIG_HIDRAW is not set
78686 +CONFIG_USB_SUPPORT=y
78687 +CONFIG_USB_ARCH_HAS_HCD=y
78688 +CONFIG_USB_ARCH_HAS_OHCI=y
78689 +CONFIG_USB_ARCH_HAS_EHCI=y
78690 +# CONFIG_USB is not set
78691 +
78692 +#
78693 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
78694 +#
78695 +# CONFIG_USB_GADGET is not set
78696 +# CONFIG_MMC is not set
78697 +# CONFIG_MEMSTICK is not set
78698 +# CONFIG_NEW_LEDS is not set
78699 +# CONFIG_INFINIBAND is not set
78700 +# CONFIG_EDAC is not set
78701 +# CONFIG_RTC_CLASS is not set
78702 +# CONFIG_DMADEVICES is not set
78703 +
78704 +#
78705 +# Userspace I/O
78706 +#
78707 +# CONFIG_UIO is not set
78708 +
78709 +#
78710 +# File systems
78711 +#
78712 +CONFIG_EXT2_FS=y
78713 +CONFIG_EXT2_FS_XATTR=y
78714 +CONFIG_EXT2_FS_POSIX_ACL=y
78715 +# CONFIG_EXT2_FS_SECURITY is not set
78716 +# CONFIG_EXT2_FS_XIP is not set
78717 +CONFIG_EXT3_FS=y
78718 +CONFIG_EXT3_FS_XATTR=y
78719 +CONFIG_EXT3_FS_POSIX_ACL=y
78720 +# CONFIG_EXT3_FS_SECURITY is not set
78721 +# CONFIG_EXT4DEV_FS is not set
78722 +CONFIG_JBD=y
78723 +# CONFIG_JBD_DEBUG is not set
78724 +CONFIG_FS_MBCACHE=y
78725 +CONFIG_REISERFS_FS=m
78726 +# CONFIG_REISERFS_CHECK is not set
78727 +# CONFIG_REISERFS_PROC_INFO is not set
78728 +CONFIG_REISERFS_FS_XATTR=y
78729 +CONFIG_REISERFS_FS_POSIX_ACL=y
78730 +# CONFIG_REISERFS_FS_SECURITY is not set
78731 +# CONFIG_JFS_FS is not set
78732 +CONFIG_FS_POSIX_ACL=y
78733 +# CONFIG_XFS_FS is not set
78734 +# CONFIG_GFS2_FS is not set
78735 +CONFIG_OCFS2_FS=m
78736 +CONFIG_OCFS2_DEBUG_MASKLOG=y
78737 +# CONFIG_OCFS2_DEBUG_FS is not set
78738 +CONFIG_DNOTIFY=y
78739 +CONFIG_INOTIFY=y
78740 +CONFIG_INOTIFY_USER=y
78741 +# CONFIG_QUOTA is not set
78742 +CONFIG_AUTOFS_FS=m
78743 +CONFIG_AUTOFS4_FS=m
78744 +# CONFIG_FUSE_FS is not set
78745 +
78746 +#
78747 +# CD-ROM/DVD Filesystems
78748 +#
78749 +# CONFIG_ISO9660_FS is not set
78750 +# CONFIG_UDF_FS is not set
78751 +
78752 +#
78753 +# DOS/FAT/NT Filesystems
78754 +#
78755 +# CONFIG_MSDOS_FS is not set
78756 +# CONFIG_VFAT_FS is not set
78757 +# CONFIG_NTFS_FS is not set
78758 +
78759 +#
78760 +# Pseudo filesystems
78761 +#
78762 +CONFIG_PROC_FS=y
78763 +CONFIG_PROC_KCORE=y
78764 +CONFIG_PROC_SYSCTL=y
78765 +CONFIG_SYSFS=y
78766 +CONFIG_TMPFS=y
78767 +# CONFIG_TMPFS_POSIX_ACL is not set
78768 +# CONFIG_HUGETLB_PAGE is not set
78769 +CONFIG_CONFIGFS_FS=m
78770 +
78771 +#
78772 +# Miscellaneous filesystems
78773 +#
78774 +# CONFIG_ADFS_FS is not set
78775 +# CONFIG_AFFS_FS is not set
78776 +# CONFIG_HFS_FS is not set
78777 +# CONFIG_HFSPLUS_FS is not set
78778 +# CONFIG_BEFS_FS is not set
78779 +# CONFIG_BFS_FS is not set
78780 +# CONFIG_EFS_FS is not set
78781 +# CONFIG_JFFS2_FS is not set
78782 +# CONFIG_CRAMFS is not set
78783 +# CONFIG_VXFS_FS is not set
78784 +CONFIG_MINIX_FS=m
78785 +# CONFIG_HPFS_FS is not set
78786 +# CONFIG_QNX4FS_FS is not set
78787 +CONFIG_ROMFS_FS=m
78788 +# CONFIG_SYSV_FS is not set
78789 +# CONFIG_UFS_FS is not set
78790 +CONFIG_NETWORK_FILESYSTEMS=y
78791 +CONFIG_NFS_FS=y
78792 +CONFIG_NFS_V3=y
78793 +# CONFIG_NFS_V3_ACL is not set
78794 +CONFIG_NFS_V4=y
78795 +CONFIG_NFS_DIRECTIO=y
78796 +# CONFIG_NFSD is not set
78797 +CONFIG_ROOT_NFS=y
78798 +CONFIG_LOCKD=y
78799 +CONFIG_LOCKD_V4=y
78800 +CONFIG_NFS_COMMON=y
78801 +CONFIG_SUNRPC=y
78802 +CONFIG_SUNRPC_GSS=y
78803 +# CONFIG_SUNRPC_BIND34 is not set
78804 +CONFIG_RPCSEC_GSS_KRB5=y
78805 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
78806 +CONFIG_SMB_FS=m
78807 +CONFIG_SMB_NLS_DEFAULT=y
78808 +CONFIG_SMB_NLS_REMOTE="cp437"
78809 +CONFIG_CIFS=m
78810 +# CONFIG_CIFS_STATS is not set
78811 +# CONFIG_CIFS_WEAK_PW_HASH is not set
78812 +CONFIG_CIFS_XATTR=y
78813 +CONFIG_CIFS_POSIX=y
78814 +# CONFIG_CIFS_DEBUG2 is not set
78815 +# CONFIG_CIFS_EXPERIMENTAL is not set
78816 +# CONFIG_NCP_FS is not set
78817 +# CONFIG_CODA_FS is not set
78818 +# CONFIG_AFS_FS is not set
78819 +
78820 +#
78821 +# Partition Types
78822 +#
78823 +# CONFIG_PARTITION_ADVANCED is not set
78824 +CONFIG_MSDOS_PARTITION=y
78825 +CONFIG_NLS=m
78826 +CONFIG_NLS_DEFAULT="iso8859-1"
78827 +CONFIG_NLS_CODEPAGE_437=m
78828 +CONFIG_NLS_CODEPAGE_737=m
78829 +CONFIG_NLS_CODEPAGE_775=m
78830 +CONFIG_NLS_CODEPAGE_850=m
78831 +CONFIG_NLS_CODEPAGE_852=m
78832 +CONFIG_NLS_CODEPAGE_855=m
78833 +CONFIG_NLS_CODEPAGE_857=m
78834 +CONFIG_NLS_CODEPAGE_860=m
78835 +CONFIG_NLS_CODEPAGE_861=m
78836 +CONFIG_NLS_CODEPAGE_862=m
78837 +CONFIG_NLS_CODEPAGE_863=m
78838 +CONFIG_NLS_CODEPAGE_864=m
78839 +CONFIG_NLS_CODEPAGE_865=m
78840 +CONFIG_NLS_CODEPAGE_866=m
78841 +CONFIG_NLS_CODEPAGE_869=m
78842 +CONFIG_NLS_CODEPAGE_936=m
78843 +CONFIG_NLS_CODEPAGE_950=m
78844 +CONFIG_NLS_CODEPAGE_932=m
78845 +CONFIG_NLS_CODEPAGE_949=m
78846 +CONFIG_NLS_CODEPAGE_874=m
78847 +CONFIG_NLS_ISO8859_8=m
78848 +CONFIG_NLS_CODEPAGE_1250=m
78849 +CONFIG_NLS_CODEPAGE_1251=m
78850 +CONFIG_NLS_ASCII=m
78851 +CONFIG_NLS_ISO8859_1=m
78852 +CONFIG_NLS_ISO8859_2=m
78853 +CONFIG_NLS_ISO8859_3=m
78854 +CONFIG_NLS_ISO8859_4=m
78855 +CONFIG_NLS_ISO8859_5=m
78856 +CONFIG_NLS_ISO8859_6=m
78857 +CONFIG_NLS_ISO8859_7=m
78858 +CONFIG_NLS_ISO8859_9=m
78859 +CONFIG_NLS_ISO8859_13=m
78860 +CONFIG_NLS_ISO8859_14=m
78861 +CONFIG_NLS_ISO8859_15=m
78862 +CONFIG_NLS_KOI8_R=m
78863 +CONFIG_NLS_KOI8_U=m
78864 +CONFIG_NLS_UTF8=m
78865 +# CONFIG_DLM is not set
78866 +
78867 +#
78868 +# Library routines
78869 +#
78870 +CONFIG_BITREVERSE=y
78871 +CONFIG_CRC_CCITT=m
78872 +# CONFIG_CRC16 is not set
78873 +# CONFIG_CRC_ITU_T is not set
78874 +CONFIG_CRC32=y
78875 +# CONFIG_CRC7 is not set
78876 +CONFIG_LIBCRC32C=m
78877 +CONFIG_ZLIB_INFLATE=m
78878 +CONFIG_ZLIB_DEFLATE=m
78879 +CONFIG_PLIST=y
78880 +CONFIG_HAS_IOMEM=y
78881 +CONFIG_HAS_IOPORT=y
78882 +CONFIG_HAS_DMA=y
78883 +CONFIG_HAVE_LMB=y
78884 +
78885 +#
78886 +# Kernel hacking
78887 +#
78888 +# CONFIG_PRINTK_TIME is not set
78889 +CONFIG_ENABLE_WARN_DEPRECATED=y
78890 +CONFIG_ENABLE_MUST_CHECK=y
78891 +CONFIG_MAGIC_SYSRQ=y
78892 +# CONFIG_UNUSED_SYMBOLS is not set
78893 +CONFIG_DEBUG_FS=y
78894 +# CONFIG_HEADERS_CHECK is not set
78895 +CONFIG_DEBUG_KERNEL=y
78896 +# CONFIG_DEBUG_SHIRQ is not set
78897 +CONFIG_DETECT_SOFTLOCKUP=y
78898 +CONFIG_SCHED_DEBUG=y
78899 +# CONFIG_SCHEDSTATS is not set
78900 +# CONFIG_TIMER_STATS is not set
78901 +# CONFIG_DEBUG_SLAB is not set
78902 +# CONFIG_DEBUG_RT_MUTEXES is not set
78903 +# CONFIG_RT_MUTEX_TESTER is not set
78904 +# CONFIG_DEBUG_SPINLOCK is not set
78905 +# CONFIG_DEBUG_MUTEXES is not set
78906 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
78907 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
78908 +# CONFIG_DEBUG_KOBJECT is not set
78909 +# CONFIG_DEBUG_BUGVERBOSE is not set
78910 +CONFIG_DEBUG_INFO=y
78911 +# CONFIG_DEBUG_VM is not set
78912 +# CONFIG_DEBUG_LIST is not set
78913 +# CONFIG_DEBUG_SG is not set
78914 +# CONFIG_BOOT_PRINTK_DELAY is not set
78915 +# CONFIG_RCU_TORTURE_TEST is not set
78916 +# CONFIG_BACKTRACE_SELF_TEST is not set
78917 +# CONFIG_FAULT_INJECTION is not set
78918 +# CONFIG_SAMPLES is not set
78919 +# CONFIG_DEBUG_STACKOVERFLOW is not set
78920 +# CONFIG_DEBUG_STACK_USAGE is not set
78921 +# CONFIG_DEBUG_PAGEALLOC is not set
78922 +CONFIG_DEBUGGER=y
78923 +# CONFIG_XMON is not set
78924 +# CONFIG_VIRQ_DEBUG is not set
78925 +# CONFIG_BDI_SWITCH is not set
78926 +# CONFIG_PPC_EARLY_DEBUG is not set
78927 +
78928 +#
78929 +# Security options
78930 +#
78931 +# CONFIG_KEYS is not set
78932 +CONFIG_SECURITY=y
78933 +CONFIG_SECURITY_NETWORK=y
78934 +# CONFIG_SECURITY_NETWORK_XFRM is not set
78935 +CONFIG_SECURITY_CAPABILITIES=y
78936 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
78937 +CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
78938 +CONFIG_CRYPTO=y
78939 +CONFIG_CRYPTO_ALGAPI=y
78940 +CONFIG_CRYPTO_AEAD=m
78941 +CONFIG_CRYPTO_BLKCIPHER=y
78942 +# CONFIG_CRYPTO_SEQIV is not set
78943 +CONFIG_CRYPTO_HASH=y
78944 +CONFIG_CRYPTO_MANAGER=y
78945 +CONFIG_CRYPTO_HMAC=y
78946 +# CONFIG_CRYPTO_XCBC is not set
78947 +CONFIG_CRYPTO_NULL=m
78948 +CONFIG_CRYPTO_MD4=m
78949 +CONFIG_CRYPTO_MD5=y
78950 +CONFIG_CRYPTO_SHA1=m
78951 +CONFIG_CRYPTO_SHA256=m
78952 +CONFIG_CRYPTO_SHA512=m
78953 +CONFIG_CRYPTO_WP512=m
78954 +# CONFIG_CRYPTO_TGR192 is not set
78955 +# CONFIG_CRYPTO_GF128MUL is not set
78956 +CONFIG_CRYPTO_ECB=m
78957 +CONFIG_CRYPTO_CBC=y
78958 +CONFIG_CRYPTO_PCBC=m
78959 +# CONFIG_CRYPTO_LRW is not set
78960 +# CONFIG_CRYPTO_XTS is not set
78961 +# CONFIG_CRYPTO_CTR is not set
78962 +# CONFIG_CRYPTO_GCM is not set
78963 +# CONFIG_CRYPTO_CCM is not set
78964 +# CONFIG_CRYPTO_CRYPTD is not set
78965 +CONFIG_CRYPTO_DES=y
78966 +# CONFIG_CRYPTO_FCRYPT is not set
78967 +CONFIG_CRYPTO_BLOWFISH=m
78968 +CONFIG_CRYPTO_TWOFISH=m
78969 +CONFIG_CRYPTO_TWOFISH_COMMON=m
78970 +CONFIG_CRYPTO_SERPENT=m
78971 +CONFIG_CRYPTO_AES=m
78972 +CONFIG_CRYPTO_CAST5=m
78973 +CONFIG_CRYPTO_CAST6=m
78974 +CONFIG_CRYPTO_TEA=m
78975 +CONFIG_CRYPTO_ARC4=m
78976 +CONFIG_CRYPTO_KHAZAD=m
78977 +CONFIG_CRYPTO_ANUBIS=m
78978 +# CONFIG_CRYPTO_SEED is not set
78979 +# CONFIG_CRYPTO_SALSA20 is not set
78980 +CONFIG_CRYPTO_DEFLATE=m
78981 +CONFIG_CRYPTO_MICHAEL_MIC=m
78982 +CONFIG_CRYPTO_CRC32C=m
78983 +# CONFIG_CRYPTO_CAMELLIA is not set
78984 +CONFIG_CRYPTO_TEST=m
78985 +CONFIG_CRYPTO_AUTHENC=m
78986 +# CONFIG_CRYPTO_LZO is not set
78987 +CONFIG_CRYPTO_HW=y
78988 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
78989 +# CONFIG_PPC_CLOCK is not set
78990 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sequoia_defconfig powerpc.git/arch/powerpc/configs/sequoia_defconfig
78991 --- linux-2.6.25-rc9/arch/powerpc/configs/sequoia_defconfig     2008-04-11 22:32:29.000000000 +0200
78992 +++ powerpc.git/arch/powerpc/configs/sequoia_defconfig  1970-01-01 01:00:00.000000000 +0100
78993 @@ -1,916 +0,0 @@
78994 -#
78995 -# Automatically generated make config: don't edit
78996 -# Linux kernel version: 2.6.25-rc2
78997 -# Fri Feb 15 21:53:46 2008
78998 -#
78999 -# CONFIG_PPC64 is not set
79000 -
79001 -#
79002 -# Processor support
79003 -#
79004 -# CONFIG_6xx is not set
79005 -# CONFIG_PPC_85xx is not set
79006 -# CONFIG_PPC_8xx is not set
79007 -# CONFIG_40x is not set
79008 -CONFIG_44x=y
79009 -# CONFIG_E200 is not set
79010 -CONFIG_PPC_FPU=y
79011 -CONFIG_4xx=y
79012 -CONFIG_BOOKE=y
79013 -CONFIG_PTE_64BIT=y
79014 -CONFIG_PHYS_64BIT=y
79015 -# CONFIG_PPC_MM_SLICES is not set
79016 -CONFIG_NOT_COHERENT_CACHE=y
79017 -CONFIG_PPC32=y
79018 -CONFIG_WORD_SIZE=32
79019 -CONFIG_PPC_MERGE=y
79020 -CONFIG_MMU=y
79021 -CONFIG_GENERIC_CMOS_UPDATE=y
79022 -CONFIG_GENERIC_TIME=y
79023 -CONFIG_GENERIC_TIME_VSYSCALL=y
79024 -CONFIG_GENERIC_CLOCKEVENTS=y
79025 -CONFIG_GENERIC_HARDIRQS=y
79026 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
79027 -CONFIG_IRQ_PER_CPU=y
79028 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
79029 -CONFIG_ARCH_HAS_ILOG2_U32=y
79030 -CONFIG_GENERIC_HWEIGHT=y
79031 -CONFIG_GENERIC_CALIBRATE_DELAY=y
79032 -CONFIG_GENERIC_FIND_NEXT_BIT=y
79033 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
79034 -CONFIG_PPC=y
79035 -CONFIG_EARLY_PRINTK=y
79036 -CONFIG_GENERIC_NVRAM=y
79037 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
79038 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
79039 -CONFIG_PPC_OF=y
79040 -CONFIG_OF=y
79041 -CONFIG_PPC_UDBG_16550=y
79042 -# CONFIG_GENERIC_TBSYNC is not set
79043 -CONFIG_AUDIT_ARCH=y
79044 -CONFIG_GENERIC_BUG=y
79045 -# CONFIG_DEFAULT_UIMAGE is not set
79046 -CONFIG_PPC_DCR_NATIVE=y
79047 -# CONFIG_PPC_DCR_MMIO is not set
79048 -CONFIG_PPC_DCR=y
79049 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
79050 -
79051 -#
79052 -# General setup
79053 -#
79054 -CONFIG_EXPERIMENTAL=y
79055 -CONFIG_BROKEN_ON_SMP=y
79056 -CONFIG_INIT_ENV_ARG_LIMIT=32
79057 -CONFIG_LOCALVERSION=""
79058 -CONFIG_LOCALVERSION_AUTO=y
79059 -CONFIG_SWAP=y
79060 -CONFIG_SYSVIPC=y
79061 -CONFIG_SYSVIPC_SYSCTL=y
79062 -CONFIG_POSIX_MQUEUE=y
79063 -# CONFIG_BSD_PROCESS_ACCT is not set
79064 -# CONFIG_TASKSTATS is not set
79065 -# CONFIG_AUDIT is not set
79066 -# CONFIG_IKCONFIG is not set
79067 -CONFIG_LOG_BUF_SHIFT=14
79068 -# CONFIG_CGROUPS is not set
79069 -CONFIG_GROUP_SCHED=y
79070 -# CONFIG_FAIR_GROUP_SCHED is not set
79071 -# CONFIG_RT_GROUP_SCHED is not set
79072 -CONFIG_USER_SCHED=y
79073 -# CONFIG_CGROUP_SCHED is not set
79074 -CONFIG_SYSFS_DEPRECATED=y
79075 -# CONFIG_RELAY is not set
79076 -# CONFIG_NAMESPACES is not set
79077 -CONFIG_BLK_DEV_INITRD=y
79078 -CONFIG_INITRAMFS_SOURCE=""
79079 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
79080 -CONFIG_SYSCTL=y
79081 -CONFIG_EMBEDDED=y
79082 -CONFIG_SYSCTL_SYSCALL=y
79083 -CONFIG_KALLSYMS=y
79084 -# CONFIG_KALLSYMS_ALL is not set
79085 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
79086 -CONFIG_HOTPLUG=y
79087 -CONFIG_PRINTK=y
79088 -CONFIG_BUG=y
79089 -CONFIG_ELF_CORE=y
79090 -CONFIG_COMPAT_BRK=y
79091 -CONFIG_BASE_FULL=y
79092 -CONFIG_FUTEX=y
79093 -CONFIG_ANON_INODES=y
79094 -CONFIG_EPOLL=y
79095 -CONFIG_SIGNALFD=y
79096 -CONFIG_TIMERFD=y
79097 -CONFIG_EVENTFD=y
79098 -CONFIG_SHMEM=y
79099 -CONFIG_VM_EVENT_COUNTERS=y
79100 -CONFIG_SLUB_DEBUG=y
79101 -# CONFIG_SLAB is not set
79102 -CONFIG_SLUB=y
79103 -# CONFIG_SLOB is not set
79104 -# CONFIG_PROFILING is not set
79105 -# CONFIG_MARKERS is not set
79106 -CONFIG_HAVE_OPROFILE=y
79107 -# CONFIG_KPROBES is not set
79108 -CONFIG_HAVE_KPROBES=y
79109 -CONFIG_PROC_PAGE_MONITOR=y
79110 -CONFIG_SLABINFO=y
79111 -CONFIG_RT_MUTEXES=y
79112 -# CONFIG_TINY_SHMEM is not set
79113 -CONFIG_BASE_SMALL=0
79114 -CONFIG_MODULES=y
79115 -CONFIG_MODULE_UNLOAD=y
79116 -# CONFIG_MODULE_FORCE_UNLOAD is not set
79117 -# CONFIG_MODVERSIONS is not set
79118 -# CONFIG_MODULE_SRCVERSION_ALL is not set
79119 -CONFIG_KMOD=y
79120 -CONFIG_BLOCK=y
79121 -CONFIG_LBD=y
79122 -# CONFIG_BLK_DEV_IO_TRACE is not set
79123 -# CONFIG_LSF is not set
79124 -# CONFIG_BLK_DEV_BSG is not set
79125 -
79126 -#
79127 -# IO Schedulers
79128 -#
79129 -CONFIG_IOSCHED_NOOP=y
79130 -CONFIG_IOSCHED_AS=y
79131 -CONFIG_IOSCHED_DEADLINE=y
79132 -CONFIG_IOSCHED_CFQ=y
79133 -CONFIG_DEFAULT_AS=y
79134 -# CONFIG_DEFAULT_DEADLINE is not set
79135 -# CONFIG_DEFAULT_CFQ is not set
79136 -# CONFIG_DEFAULT_NOOP is not set
79137 -CONFIG_DEFAULT_IOSCHED="anticipatory"
79138 -CONFIG_CLASSIC_RCU=y
79139 -# CONFIG_PREEMPT_RCU is not set
79140 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
79141 -
79142 -#
79143 -# Platform support
79144 -#
79145 -# CONFIG_PPC_MPC512x is not set
79146 -# CONFIG_PPC_MPC5121 is not set
79147 -# CONFIG_PPC_CELL is not set
79148 -# CONFIG_PPC_CELL_NATIVE is not set
79149 -# CONFIG_PQ2ADS is not set
79150 -# CONFIG_BAMBOO is not set
79151 -# CONFIG_EBONY is not set
79152 -CONFIG_SEQUOIA=y
79153 -# CONFIG_TAISHAN is not set
79154 -# CONFIG_KATMAI is not set
79155 -# CONFIG_RAINIER is not set
79156 -# CONFIG_WARP is not set
79157 -CONFIG_440EPX=y
79158 -# CONFIG_IPIC is not set
79159 -# CONFIG_MPIC is not set
79160 -# CONFIG_MPIC_WEIRD is not set
79161 -# CONFIG_PPC_I8259 is not set
79162 -# CONFIG_PPC_RTAS is not set
79163 -# CONFIG_MMIO_NVRAM is not set
79164 -# CONFIG_PPC_MPC106 is not set
79165 -# CONFIG_PPC_970_NAP is not set
79166 -# CONFIG_PPC_INDIRECT_IO is not set
79167 -# CONFIG_GENERIC_IOMAP is not set
79168 -# CONFIG_CPU_FREQ is not set
79169 -# CONFIG_FSL_ULI1575 is not set
79170 -
79171 -#
79172 -# Kernel options
79173 -#
79174 -# CONFIG_HIGHMEM is not set
79175 -CONFIG_TICK_ONESHOT=y
79176 -CONFIG_NO_HZ=y
79177 -CONFIG_HIGH_RES_TIMERS=y
79178 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
79179 -# CONFIG_HZ_100 is not set
79180 -CONFIG_HZ_250=y
79181 -# CONFIG_HZ_300 is not set
79182 -# CONFIG_HZ_1000 is not set
79183 -CONFIG_HZ=250
79184 -# CONFIG_SCHED_HRTICK is not set
79185 -CONFIG_PREEMPT_NONE=y
79186 -# CONFIG_PREEMPT_VOLUNTARY is not set
79187 -# CONFIG_PREEMPT is not set
79188 -CONFIG_RCU_TRACE=y
79189 -CONFIG_BINFMT_ELF=y
79190 -# CONFIG_BINFMT_MISC is not set
79191 -# CONFIG_MATH_EMULATION is not set
79192 -# CONFIG_IOMMU_HELPER is not set
79193 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
79194 -CONFIG_ARCH_HAS_WALK_MEMORY=y
79195 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
79196 -CONFIG_ARCH_FLATMEM_ENABLE=y
79197 -CONFIG_ARCH_POPULATES_NODE_MAP=y
79198 -CONFIG_SELECT_MEMORY_MODEL=y
79199 -CONFIG_FLATMEM_MANUAL=y
79200 -# CONFIG_DISCONTIGMEM_MANUAL is not set
79201 -# CONFIG_SPARSEMEM_MANUAL is not set
79202 -CONFIG_FLATMEM=y
79203 -CONFIG_FLAT_NODE_MEM_MAP=y
79204 -# CONFIG_SPARSEMEM_STATIC is not set
79205 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
79206 -CONFIG_SPLIT_PTLOCK_CPUS=4
79207 -CONFIG_RESOURCES_64BIT=y
79208 -CONFIG_ZONE_DMA_FLAG=1
79209 -CONFIG_BOUNCE=y
79210 -CONFIG_VIRT_TO_BUS=y
79211 -CONFIG_PROC_DEVICETREE=y
79212 -CONFIG_CMDLINE_BOOL=y
79213 -CONFIG_CMDLINE=""
79214 -CONFIG_SECCOMP=y
79215 -CONFIG_ISA_DMA_API=y
79216 -
79217 -#
79218 -# Bus options
79219 -#
79220 -CONFIG_ZONE_DMA=y
79221 -CONFIG_PPC_INDIRECT_PCI=y
79222 -CONFIG_PCI=y
79223 -CONFIG_PCI_DOMAINS=y
79224 -CONFIG_PCI_SYSCALL=y
79225 -# CONFIG_PCIEPORTBUS is not set
79226 -CONFIG_ARCH_SUPPORTS_MSI=y
79227 -# CONFIG_PCI_MSI is not set
79228 -CONFIG_PCI_LEGACY=y
79229 -# CONFIG_PCI_DEBUG is not set
79230 -# CONFIG_PCCARD is not set
79231 -# CONFIG_HOTPLUG_PCI is not set
79232 -
79233 -#
79234 -# Advanced setup
79235 -#
79236 -# CONFIG_ADVANCED_OPTIONS is not set
79237 -
79238 -#
79239 -# Default settings for advanced configuration options are used
79240 -#
79241 -CONFIG_HIGHMEM_START=0xfe000000
79242 -CONFIG_LOWMEM_SIZE=0x30000000
79243 -CONFIG_KERNEL_START=0xc0000000
79244 -CONFIG_TASK_SIZE=0xc0000000
79245 -CONFIG_CONSISTENT_START=0xff100000
79246 -CONFIG_CONSISTENT_SIZE=0x00200000
79247 -CONFIG_BOOT_LOAD=0x01000000
79248 -
79249 -#
79250 -# Networking
79251 -#
79252 -CONFIG_NET=y
79253 -
79254 -#
79255 -# Networking options
79256 -#
79257 -CONFIG_PACKET=y
79258 -# CONFIG_PACKET_MMAP is not set
79259 -CONFIG_UNIX=y
79260 -# CONFIG_NET_KEY is not set
79261 -CONFIG_INET=y
79262 -# CONFIG_IP_MULTICAST is not set
79263 -# CONFIG_IP_ADVANCED_ROUTER is not set
79264 -CONFIG_IP_FIB_HASH=y
79265 -CONFIG_IP_PNP=y
79266 -CONFIG_IP_PNP_DHCP=y
79267 -CONFIG_IP_PNP_BOOTP=y
79268 -# CONFIG_IP_PNP_RARP is not set
79269 -# CONFIG_NET_IPIP is not set
79270 -# CONFIG_NET_IPGRE is not set
79271 -# CONFIG_ARPD is not set
79272 -# CONFIG_SYN_COOKIES is not set
79273 -# CONFIG_INET_AH is not set
79274 -# CONFIG_INET_ESP is not set
79275 -# CONFIG_INET_IPCOMP is not set
79276 -# CONFIG_INET_XFRM_TUNNEL is not set
79277 -# CONFIG_INET_TUNNEL is not set
79278 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
79279 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
79280 -# CONFIG_INET_XFRM_MODE_BEET is not set
79281 -# CONFIG_INET_LRO is not set
79282 -CONFIG_INET_DIAG=y
79283 -CONFIG_INET_TCP_DIAG=y
79284 -# CONFIG_TCP_CONG_ADVANCED is not set
79285 -CONFIG_TCP_CONG_CUBIC=y
79286 -CONFIG_DEFAULT_TCP_CONG="cubic"
79287 -# CONFIG_TCP_MD5SIG is not set
79288 -# CONFIG_IPV6 is not set
79289 -# CONFIG_INET6_XFRM_TUNNEL is not set
79290 -# CONFIG_INET6_TUNNEL is not set
79291 -# CONFIG_NETWORK_SECMARK is not set
79292 -# CONFIG_NETFILTER is not set
79293 -# CONFIG_IP_DCCP is not set
79294 -# CONFIG_IP_SCTP is not set
79295 -# CONFIG_TIPC is not set
79296 -# CONFIG_ATM is not set
79297 -# CONFIG_BRIDGE is not set
79298 -# CONFIG_VLAN_8021Q is not set
79299 -# CONFIG_DECNET is not set
79300 -# CONFIG_LLC2 is not set
79301 -# CONFIG_IPX is not set
79302 -# CONFIG_ATALK is not set
79303 -# CONFIG_X25 is not set
79304 -# CONFIG_LAPB is not set
79305 -# CONFIG_ECONET is not set
79306 -# CONFIG_WAN_ROUTER is not set
79307 -# CONFIG_NET_SCHED is not set
79308 -
79309 -#
79310 -# Network testing
79311 -#
79312 -# CONFIG_NET_PKTGEN is not set
79313 -# CONFIG_HAMRADIO is not set
79314 -# CONFIG_CAN is not set
79315 -# CONFIG_IRDA is not set
79316 -# CONFIG_BT is not set
79317 -# CONFIG_AF_RXRPC is not set
79318 -
79319 -#
79320 -# Wireless
79321 -#
79322 -# CONFIG_CFG80211 is not set
79323 -# CONFIG_WIRELESS_EXT is not set
79324 -# CONFIG_MAC80211 is not set
79325 -# CONFIG_IEEE80211 is not set
79326 -# CONFIG_RFKILL is not set
79327 -# CONFIG_NET_9P is not set
79328 -
79329 -#
79330 -# Device Drivers
79331 -#
79332 -
79333 -#
79334 -# Generic Driver Options
79335 -#
79336 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
79337 -CONFIG_STANDALONE=y
79338 -CONFIG_PREVENT_FIRMWARE_BUILD=y
79339 -CONFIG_FW_LOADER=y
79340 -# CONFIG_DEBUG_DRIVER is not set
79341 -# CONFIG_DEBUG_DEVRES is not set
79342 -# CONFIG_SYS_HYPERVISOR is not set
79343 -CONFIG_CONNECTOR=y
79344 -CONFIG_PROC_EVENTS=y
79345 -CONFIG_MTD=y
79346 -# CONFIG_MTD_DEBUG is not set
79347 -# CONFIG_MTD_CONCAT is not set
79348 -CONFIG_MTD_PARTITIONS=y
79349 -# CONFIG_MTD_REDBOOT_PARTS is not set
79350 -CONFIG_MTD_CMDLINE_PARTS=y
79351 -CONFIG_MTD_OF_PARTS=y
79352 -
79353 -#
79354 -# User Modules And Translation Layers
79355 -#
79356 -CONFIG_MTD_CHAR=y
79357 -# CONFIG_MTD_BLKDEVS is not set
79358 -# CONFIG_MTD_BLOCK is not set
79359 -# CONFIG_MTD_BLOCK_RO is not set
79360 -# CONFIG_FTL is not set
79361 -# CONFIG_NFTL is not set
79362 -# CONFIG_INFTL is not set
79363 -# CONFIG_RFD_FTL is not set
79364 -# CONFIG_SSFDC is not set
79365 -# CONFIG_MTD_OOPS is not set
79366 -
79367 -#
79368 -# RAM/ROM/Flash chip drivers
79369 -#
79370 -CONFIG_MTD_CFI=y
79371 -CONFIG_MTD_JEDECPROBE=y
79372 -CONFIG_MTD_GEN_PROBE=y
79373 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
79374 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
79375 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
79376 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
79377 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
79378 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
79379 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
79380 -CONFIG_MTD_CFI_I1=y
79381 -CONFIG_MTD_CFI_I2=y
79382 -# CONFIG_MTD_CFI_I4 is not set
79383 -# CONFIG_MTD_CFI_I8 is not set
79384 -CONFIG_MTD_CFI_INTELEXT=y
79385 -CONFIG_MTD_CFI_AMDSTD=y
79386 -# CONFIG_MTD_CFI_STAA is not set
79387 -CONFIG_MTD_CFI_UTIL=y
79388 -# CONFIG_MTD_RAM is not set
79389 -# CONFIG_MTD_ROM is not set
79390 -# CONFIG_MTD_ABSENT is not set
79391 -
79392 -#
79393 -# Mapping drivers for chip access
79394 -#
79395 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
79396 -# CONFIG_MTD_PHYSMAP is not set
79397 -CONFIG_MTD_PHYSMAP_OF=y
79398 -# CONFIG_MTD_INTEL_VR_NOR is not set
79399 -# CONFIG_MTD_PLATRAM is not set
79400 -
79401 -#
79402 -# Self-contained MTD device drivers
79403 -#
79404 -# CONFIG_MTD_PMC551 is not set
79405 -# CONFIG_MTD_SLRAM is not set
79406 -# CONFIG_MTD_PHRAM is not set
79407 -# CONFIG_MTD_MTDRAM is not set
79408 -# CONFIG_MTD_BLOCK2MTD is not set
79409 -
79410 -#
79411 -# Disk-On-Chip Device Drivers
79412 -#
79413 -# CONFIG_MTD_DOC2000 is not set
79414 -# CONFIG_MTD_DOC2001 is not set
79415 -# CONFIG_MTD_DOC2001PLUS is not set
79416 -# CONFIG_MTD_NAND is not set
79417 -# CONFIG_MTD_ONENAND is not set
79418 -
79419 -#
79420 -# UBI - Unsorted block images
79421 -#
79422 -# CONFIG_MTD_UBI is not set
79423 -CONFIG_OF_DEVICE=y
79424 -# CONFIG_PARPORT is not set
79425 -CONFIG_BLK_DEV=y
79426 -# CONFIG_BLK_DEV_FD is not set
79427 -# CONFIG_BLK_CPQ_DA is not set
79428 -# CONFIG_BLK_CPQ_CISS_DA is not set
79429 -# CONFIG_BLK_DEV_DAC960 is not set
79430 -# CONFIG_BLK_DEV_UMEM is not set
79431 -# CONFIG_BLK_DEV_COW_COMMON is not set
79432 -# CONFIG_BLK_DEV_LOOP is not set
79433 -# CONFIG_BLK_DEV_NBD is not set
79434 -# CONFIG_BLK_DEV_SX8 is not set
79435 -CONFIG_BLK_DEV_RAM=y
79436 -CONFIG_BLK_DEV_RAM_COUNT=16
79437 -CONFIG_BLK_DEV_RAM_SIZE=35000
79438 -# CONFIG_BLK_DEV_XIP is not set
79439 -# CONFIG_CDROM_PKTCDVD is not set
79440 -# CONFIG_ATA_OVER_ETH is not set
79441 -# CONFIG_XILINX_SYSACE is not set
79442 -CONFIG_MISC_DEVICES=y
79443 -# CONFIG_PHANTOM is not set
79444 -# CONFIG_EEPROM_93CX6 is not set
79445 -# CONFIG_SGI_IOC4 is not set
79446 -# CONFIG_TIFM_CORE is not set
79447 -# CONFIG_ENCLOSURE_SERVICES is not set
79448 -CONFIG_HAVE_IDE=y
79449 -# CONFIG_IDE is not set
79450 -
79451 -#
79452 -# SCSI device support
79453 -#
79454 -# CONFIG_RAID_ATTRS is not set
79455 -# CONFIG_SCSI is not set
79456 -# CONFIG_SCSI_DMA is not set
79457 -# CONFIG_SCSI_NETLINK is not set
79458 -# CONFIG_ATA is not set
79459 -# CONFIG_MD is not set
79460 -# CONFIG_FUSION is not set
79461 -
79462 -#
79463 -# IEEE 1394 (FireWire) support
79464 -#
79465 -# CONFIG_FIREWIRE is not set
79466 -# CONFIG_IEEE1394 is not set
79467 -# CONFIG_I2O is not set
79468 -# CONFIG_MACINTOSH_DRIVERS is not set
79469 -CONFIG_NETDEVICES=y
79470 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
79471 -# CONFIG_DUMMY is not set
79472 -# CONFIG_BONDING is not set
79473 -# CONFIG_MACVLAN is not set
79474 -# CONFIG_EQUALIZER is not set
79475 -# CONFIG_TUN is not set
79476 -# CONFIG_VETH is not set
79477 -# CONFIG_ARCNET is not set
79478 -# CONFIG_PHYLIB is not set
79479 -CONFIG_NET_ETHERNET=y
79480 -# CONFIG_MII is not set
79481 -# CONFIG_HAPPYMEAL is not set
79482 -# CONFIG_SUNGEM is not set
79483 -# CONFIG_CASSINI is not set
79484 -# CONFIG_NET_VENDOR_3COM is not set
79485 -# CONFIG_NET_TULIP is not set
79486 -# CONFIG_HP100 is not set
79487 -CONFIG_IBM_NEW_EMAC=y
79488 -CONFIG_IBM_NEW_EMAC_RXB=128
79489 -CONFIG_IBM_NEW_EMAC_TXB=64
79490 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
79491 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
79492 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
79493 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
79494 -CONFIG_IBM_NEW_EMAC_ZMII=y
79495 -CONFIG_IBM_NEW_EMAC_RGMII=y
79496 -# CONFIG_IBM_NEW_EMAC_TAH is not set
79497 -CONFIG_IBM_NEW_EMAC_EMAC4=y
79498 -# CONFIG_NET_PCI is not set
79499 -# CONFIG_B44 is not set
79500 -CONFIG_NETDEV_1000=y
79501 -# CONFIG_ACENIC is not set
79502 -# CONFIG_DL2K is not set
79503 -# CONFIG_E1000 is not set
79504 -# CONFIG_E1000E is not set
79505 -# CONFIG_E1000E_ENABLED is not set
79506 -# CONFIG_IP1000 is not set
79507 -# CONFIG_IGB is not set
79508 -# CONFIG_NS83820 is not set
79509 -# CONFIG_HAMACHI is not set
79510 -# CONFIG_YELLOWFIN is not set
79511 -# CONFIG_R8169 is not set
79512 -# CONFIG_SIS190 is not set
79513 -# CONFIG_SKGE is not set
79514 -# CONFIG_SKY2 is not set
79515 -# CONFIG_SK98LIN is not set
79516 -# CONFIG_VIA_VELOCITY is not set
79517 -# CONFIG_TIGON3 is not set
79518 -# CONFIG_BNX2 is not set
79519 -# CONFIG_QLA3XXX is not set
79520 -# CONFIG_ATL1 is not set
79521 -CONFIG_NETDEV_10000=y
79522 -# CONFIG_CHELSIO_T1 is not set
79523 -# CONFIG_CHELSIO_T3 is not set
79524 -# CONFIG_IXGBE is not set
79525 -# CONFIG_IXGB is not set
79526 -# CONFIG_S2IO is not set
79527 -# CONFIG_MYRI10GE is not set
79528 -# CONFIG_NETXEN_NIC is not set
79529 -# CONFIG_NIU is not set
79530 -# CONFIG_MLX4_CORE is not set
79531 -# CONFIG_TEHUTI is not set
79532 -# CONFIG_BNX2X is not set
79533 -# CONFIG_TR is not set
79534 -
79535 -#
79536 -# Wireless LAN
79537 -#
79538 -# CONFIG_WLAN_PRE80211 is not set
79539 -# CONFIG_WLAN_80211 is not set
79540 -# CONFIG_WAN is not set
79541 -# CONFIG_FDDI is not set
79542 -# CONFIG_HIPPI is not set
79543 -# CONFIG_PPP is not set
79544 -# CONFIG_SLIP is not set
79545 -# CONFIG_NETCONSOLE is not set
79546 -# CONFIG_NETPOLL is not set
79547 -# CONFIG_NET_POLL_CONTROLLER is not set
79548 -# CONFIG_ISDN is not set
79549 -# CONFIG_PHONE is not set
79550 -
79551 -#
79552 -# Input device support
79553 -#
79554 -# CONFIG_INPUT is not set
79555 -
79556 -#
79557 -# Hardware I/O ports
79558 -#
79559 -# CONFIG_SERIO is not set
79560 -# CONFIG_GAMEPORT is not set
79561 -
79562 -#
79563 -# Character devices
79564 -#
79565 -# CONFIG_VT is not set
79566 -# CONFIG_SERIAL_NONSTANDARD is not set
79567 -# CONFIG_NOZOMI is not set
79568 -
79569 -#
79570 -# Serial drivers
79571 -#
79572 -CONFIG_SERIAL_8250=y
79573 -CONFIG_SERIAL_8250_CONSOLE=y
79574 -# CONFIG_SERIAL_8250_PCI is not set
79575 -CONFIG_SERIAL_8250_NR_UARTS=4
79576 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
79577 -CONFIG_SERIAL_8250_EXTENDED=y
79578 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
79579 -CONFIG_SERIAL_8250_SHARE_IRQ=y
79580 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
79581 -# CONFIG_SERIAL_8250_RSA is not set
79582 -
79583 -#
79584 -# Non-8250 serial port support
79585 -#
79586 -# CONFIG_SERIAL_UARTLITE is not set
79587 -CONFIG_SERIAL_CORE=y
79588 -CONFIG_SERIAL_CORE_CONSOLE=y
79589 -# CONFIG_SERIAL_JSM is not set
79590 -CONFIG_SERIAL_OF_PLATFORM=y
79591 -CONFIG_UNIX98_PTYS=y
79592 -CONFIG_LEGACY_PTYS=y
79593 -CONFIG_LEGACY_PTY_COUNT=256
79594 -# CONFIG_IPMI_HANDLER is not set
79595 -# CONFIG_HW_RANDOM is not set
79596 -# CONFIG_NVRAM is not set
79597 -# CONFIG_GEN_RTC is not set
79598 -# CONFIG_R3964 is not set
79599 -# CONFIG_APPLICOM is not set
79600 -# CONFIG_RAW_DRIVER is not set
79601 -# CONFIG_TCG_TPM is not set
79602 -CONFIG_DEVPORT=y
79603 -# CONFIG_I2C is not set
79604 -
79605 -#
79606 -# SPI support
79607 -#
79608 -# CONFIG_SPI is not set
79609 -# CONFIG_SPI_MASTER is not set
79610 -# CONFIG_W1 is not set
79611 -# CONFIG_POWER_SUPPLY is not set
79612 -# CONFIG_HWMON is not set
79613 -CONFIG_THERMAL=y
79614 -# CONFIG_WATCHDOG is not set
79615 -
79616 -#
79617 -# Sonics Silicon Backplane
79618 -#
79619 -CONFIG_SSB_POSSIBLE=y
79620 -# CONFIG_SSB is not set
79621 -
79622 -#
79623 -# Multifunction device drivers
79624 -#
79625 -# CONFIG_MFD_SM501 is not set
79626 -
79627 -#
79628 -# Multimedia devices
79629 -#
79630 -# CONFIG_VIDEO_DEV is not set
79631 -# CONFIG_DVB_CORE is not set
79632 -CONFIG_DAB=y
79633 -
79634 -#
79635 -# Graphics support
79636 -#
79637 -# CONFIG_AGP is not set
79638 -# CONFIG_DRM is not set
79639 -# CONFIG_VGASTATE is not set
79640 -CONFIG_VIDEO_OUTPUT_CONTROL=m
79641 -# CONFIG_FB is not set
79642 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
79643 -
79644 -#
79645 -# Display device support
79646 -#
79647 -# CONFIG_DISPLAY_SUPPORT is not set
79648 -
79649 -#
79650 -# Sound
79651 -#
79652 -# CONFIG_SOUND is not set
79653 -CONFIG_USB_SUPPORT=y
79654 -CONFIG_USB_ARCH_HAS_HCD=y
79655 -CONFIG_USB_ARCH_HAS_OHCI=y
79656 -CONFIG_USB_ARCH_HAS_EHCI=y
79657 -# CONFIG_USB is not set
79658 -
79659 -#
79660 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
79661 -#
79662 -# CONFIG_USB_GADGET is not set
79663 -# CONFIG_MMC is not set
79664 -# CONFIG_MEMSTICK is not set
79665 -# CONFIG_NEW_LEDS is not set
79666 -# CONFIG_INFINIBAND is not set
79667 -# CONFIG_EDAC is not set
79668 -# CONFIG_RTC_CLASS is not set
79669 -
79670 -#
79671 -# Userspace I/O
79672 -#
79673 -# CONFIG_UIO is not set
79674 -
79675 -#
79676 -# File systems
79677 -#
79678 -CONFIG_EXT2_FS=y
79679 -# CONFIG_EXT2_FS_XATTR is not set
79680 -# CONFIG_EXT2_FS_XIP is not set
79681 -# CONFIG_EXT3_FS is not set
79682 -# CONFIG_EXT4DEV_FS is not set
79683 -# CONFIG_REISERFS_FS is not set
79684 -# CONFIG_JFS_FS is not set
79685 -# CONFIG_FS_POSIX_ACL is not set
79686 -# CONFIG_XFS_FS is not set
79687 -# CONFIG_GFS2_FS is not set
79688 -# CONFIG_OCFS2_FS is not set
79689 -CONFIG_DNOTIFY=y
79690 -CONFIG_INOTIFY=y
79691 -CONFIG_INOTIFY_USER=y
79692 -# CONFIG_QUOTA is not set
79693 -# CONFIG_AUTOFS_FS is not set
79694 -# CONFIG_AUTOFS4_FS is not set
79695 -# CONFIG_FUSE_FS is not set
79696 -
79697 -#
79698 -# CD-ROM/DVD Filesystems
79699 -#
79700 -# CONFIG_ISO9660_FS is not set
79701 -# CONFIG_UDF_FS is not set
79702 -
79703 -#
79704 -# DOS/FAT/NT Filesystems
79705 -#
79706 -# CONFIG_MSDOS_FS is not set
79707 -# CONFIG_VFAT_FS is not set
79708 -# CONFIG_NTFS_FS is not set
79709 -
79710 -#
79711 -# Pseudo filesystems
79712 -#
79713 -CONFIG_PROC_FS=y
79714 -CONFIG_PROC_KCORE=y
79715 -CONFIG_PROC_SYSCTL=y
79716 -CONFIG_SYSFS=y
79717 -CONFIG_TMPFS=y
79718 -# CONFIG_TMPFS_POSIX_ACL is not set
79719 -# CONFIG_HUGETLB_PAGE is not set
79720 -# CONFIG_CONFIGFS_FS is not set
79721 -
79722 -#
79723 -# Miscellaneous filesystems
79724 -#
79725 -# CONFIG_ADFS_FS is not set
79726 -# CONFIG_AFFS_FS is not set
79727 -# CONFIG_HFS_FS is not set
79728 -# CONFIG_HFSPLUS_FS is not set
79729 -# CONFIG_BEFS_FS is not set
79730 -# CONFIG_BFS_FS is not set
79731 -# CONFIG_EFS_FS is not set
79732 -CONFIG_JFFS2_FS=y
79733 -CONFIG_JFFS2_FS_DEBUG=0
79734 -CONFIG_JFFS2_FS_WRITEBUFFER=y
79735 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
79736 -# CONFIG_JFFS2_SUMMARY is not set
79737 -# CONFIG_JFFS2_FS_XATTR is not set
79738 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
79739 -CONFIG_JFFS2_ZLIB=y
79740 -# CONFIG_JFFS2_LZO is not set
79741 -CONFIG_JFFS2_RTIME=y
79742 -# CONFIG_JFFS2_RUBIN is not set
79743 -CONFIG_CRAMFS=y
79744 -# CONFIG_VXFS_FS is not set
79745 -# CONFIG_MINIX_FS is not set
79746 -# CONFIG_HPFS_FS is not set
79747 -# CONFIG_QNX4FS_FS is not set
79748 -# CONFIG_ROMFS_FS is not set
79749 -# CONFIG_SYSV_FS is not set
79750 -# CONFIG_UFS_FS is not set
79751 -CONFIG_NETWORK_FILESYSTEMS=y
79752 -CONFIG_NFS_FS=y
79753 -CONFIG_NFS_V3=y
79754 -# CONFIG_NFS_V3_ACL is not set
79755 -# CONFIG_NFS_V4 is not set
79756 -# CONFIG_NFS_DIRECTIO is not set
79757 -# CONFIG_NFSD is not set
79758 -CONFIG_ROOT_NFS=y
79759 -CONFIG_LOCKD=y
79760 -CONFIG_LOCKD_V4=y
79761 -CONFIG_NFS_COMMON=y
79762 -CONFIG_SUNRPC=y
79763 -# CONFIG_SUNRPC_BIND34 is not set
79764 -# CONFIG_RPCSEC_GSS_KRB5 is not set
79765 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
79766 -# CONFIG_SMB_FS is not set
79767 -# CONFIG_CIFS is not set
79768 -# CONFIG_NCP_FS is not set
79769 -# CONFIG_CODA_FS is not set
79770 -# CONFIG_AFS_FS is not set
79771 -
79772 -#
79773 -# Partition Types
79774 -#
79775 -# CONFIG_PARTITION_ADVANCED is not set
79776 -CONFIG_MSDOS_PARTITION=y
79777 -# CONFIG_NLS is not set
79778 -# CONFIG_DLM is not set
79779 -
79780 -#
79781 -# Library routines
79782 -#
79783 -CONFIG_BITREVERSE=y
79784 -# CONFIG_CRC_CCITT is not set
79785 -# CONFIG_CRC16 is not set
79786 -# CONFIG_CRC_ITU_T is not set
79787 -CONFIG_CRC32=y
79788 -# CONFIG_CRC7 is not set
79789 -# CONFIG_LIBCRC32C is not set
79790 -CONFIG_ZLIB_INFLATE=y
79791 -CONFIG_ZLIB_DEFLATE=y
79792 -CONFIG_PLIST=y
79793 -CONFIG_HAS_IOMEM=y
79794 -CONFIG_HAS_IOPORT=y
79795 -CONFIG_HAS_DMA=y
79796 -
79797 -#
79798 -# Kernel hacking
79799 -#
79800 -# CONFIG_PRINTK_TIME is not set
79801 -CONFIG_ENABLE_WARN_DEPRECATED=y
79802 -CONFIG_ENABLE_MUST_CHECK=y
79803 -CONFIG_MAGIC_SYSRQ=y
79804 -# CONFIG_UNUSED_SYMBOLS is not set
79805 -CONFIG_DEBUG_FS=y
79806 -# CONFIG_HEADERS_CHECK is not set
79807 -CONFIG_DEBUG_KERNEL=y
79808 -# CONFIG_DEBUG_SHIRQ is not set
79809 -CONFIG_DETECT_SOFTLOCKUP=y
79810 -CONFIG_SCHED_DEBUG=y
79811 -# CONFIG_SCHEDSTATS is not set
79812 -# CONFIG_TIMER_STATS is not set
79813 -# CONFIG_SLUB_DEBUG_ON is not set
79814 -# CONFIG_SLUB_STATS is not set
79815 -# CONFIG_DEBUG_RT_MUTEXES is not set
79816 -# CONFIG_RT_MUTEX_TESTER is not set
79817 -# CONFIG_DEBUG_SPINLOCK is not set
79818 -# CONFIG_DEBUG_MUTEXES is not set
79819 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
79820 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
79821 -# CONFIG_DEBUG_KOBJECT is not set
79822 -# CONFIG_DEBUG_BUGVERBOSE is not set
79823 -# CONFIG_DEBUG_INFO is not set
79824 -# CONFIG_DEBUG_VM is not set
79825 -# CONFIG_DEBUG_LIST is not set
79826 -# CONFIG_DEBUG_SG is not set
79827 -# CONFIG_BOOT_PRINTK_DELAY is not set
79828 -# CONFIG_RCU_TORTURE_TEST is not set
79829 -# CONFIG_BACKTRACE_SELF_TEST is not set
79830 -# CONFIG_FAULT_INJECTION is not set
79831 -# CONFIG_SAMPLES is not set
79832 -# CONFIG_DEBUG_STACKOVERFLOW is not set
79833 -# CONFIG_DEBUG_STACK_USAGE is not set
79834 -# CONFIG_DEBUG_PAGEALLOC is not set
79835 -CONFIG_DEBUGGER=y
79836 -# CONFIG_KGDB is not set
79837 -# CONFIG_XMON is not set
79838 -# CONFIG_VIRQ_DEBUG is not set
79839 -# CONFIG_BDI_SWITCH is not set
79840 -CONFIG_PPC_EARLY_DEBUG=y
79841 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
79842 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
79843 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
79844 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
79845 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
79846 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
79847 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
79848 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
79849 -CONFIG_PPC_EARLY_DEBUG_44x=y
79850 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
79851 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
79852 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
79853 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
79854 -
79855 -#
79856 -# Security options
79857 -#
79858 -# CONFIG_KEYS is not set
79859 -# CONFIG_SECURITY is not set
79860 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
79861 -CONFIG_CRYPTO=y
79862 -CONFIG_CRYPTO_ALGAPI=y
79863 -CONFIG_CRYPTO_BLKCIPHER=y
79864 -# CONFIG_CRYPTO_SEQIV is not set
79865 -CONFIG_CRYPTO_MANAGER=y
79866 -# CONFIG_CRYPTO_HMAC is not set
79867 -# CONFIG_CRYPTO_XCBC is not set
79868 -# CONFIG_CRYPTO_NULL is not set
79869 -# CONFIG_CRYPTO_MD4 is not set
79870 -CONFIG_CRYPTO_MD5=y
79871 -# CONFIG_CRYPTO_SHA1 is not set
79872 -# CONFIG_CRYPTO_SHA256 is not set
79873 -# CONFIG_CRYPTO_SHA512 is not set
79874 -# CONFIG_CRYPTO_WP512 is not set
79875 -# CONFIG_CRYPTO_TGR192 is not set
79876 -# CONFIG_CRYPTO_GF128MUL is not set
79877 -CONFIG_CRYPTO_ECB=y
79878 -CONFIG_CRYPTO_CBC=y
79879 -CONFIG_CRYPTO_PCBC=y
79880 -# CONFIG_CRYPTO_LRW is not set
79881 -# CONFIG_CRYPTO_XTS is not set
79882 -# CONFIG_CRYPTO_CTR is not set
79883 -# CONFIG_CRYPTO_GCM is not set
79884 -# CONFIG_CRYPTO_CCM is not set
79885 -# CONFIG_CRYPTO_CRYPTD is not set
79886 -CONFIG_CRYPTO_DES=y
79887 -# CONFIG_CRYPTO_FCRYPT is not set
79888 -# CONFIG_CRYPTO_BLOWFISH is not set
79889 -# CONFIG_CRYPTO_TWOFISH is not set
79890 -# CONFIG_CRYPTO_SERPENT is not set
79891 -# CONFIG_CRYPTO_AES is not set
79892 -# CONFIG_CRYPTO_CAST5 is not set
79893 -# CONFIG_CRYPTO_CAST6 is not set
79894 -# CONFIG_CRYPTO_TEA is not set
79895 -# CONFIG_CRYPTO_ARC4 is not set
79896 -# CONFIG_CRYPTO_KHAZAD is not set
79897 -# CONFIG_CRYPTO_ANUBIS is not set
79898 -# CONFIG_CRYPTO_SEED is not set
79899 -# CONFIG_CRYPTO_SALSA20 is not set
79900 -# CONFIG_CRYPTO_DEFLATE is not set
79901 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
79902 -# CONFIG_CRYPTO_CRC32C is not set
79903 -# CONFIG_CRYPTO_CAMELLIA is not set
79904 -# CONFIG_CRYPTO_TEST is not set
79905 -# CONFIG_CRYPTO_AUTHENC is not set
79906 -# CONFIG_CRYPTO_LZO is not set
79907 -CONFIG_CRYPTO_HW=y
79908 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
79909 -# CONFIG_PPC_CLOCK is not set
79910 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/stx_gp3_defconfig powerpc.git/arch/powerpc/configs/stx_gp3_defconfig
79911 --- linux-2.6.25-rc9/arch/powerpc/configs/stx_gp3_defconfig     2008-04-11 22:32:29.000000000 +0200
79912 +++ powerpc.git/arch/powerpc/configs/stx_gp3_defconfig  1970-01-01 01:00:00.000000000 +0100
79913 @@ -1,1253 +0,0 @@
79914 -#
79915 -# Automatically generated make config: don't edit
79916 -# Linux kernel version: 2.6.25-rc6
79917 -# Mon Mar 24 08:48:42 2008
79918 -#
79919 -# CONFIG_PPC64 is not set
79920 -
79921 -#
79922 -# Processor support
79923 -#
79924 -# CONFIG_6xx is not set
79925 -CONFIG_PPC_85xx=y
79926 -# CONFIG_PPC_8xx is not set
79927 -# CONFIG_40x is not set
79928 -# CONFIG_44x is not set
79929 -# CONFIG_E200 is not set
79930 -CONFIG_E500=y
79931 -CONFIG_BOOKE=y
79932 -CONFIG_FSL_BOOKE=y
79933 -CONFIG_FSL_EMB_PERFMON=y
79934 -# CONFIG_PHYS_64BIT is not set
79935 -CONFIG_SPE=y
79936 -# CONFIG_PPC_MM_SLICES is not set
79937 -CONFIG_PPC32=y
79938 -CONFIG_WORD_SIZE=32
79939 -CONFIG_PPC_MERGE=y
79940 -CONFIG_MMU=y
79941 -CONFIG_GENERIC_CMOS_UPDATE=y
79942 -CONFIG_GENERIC_TIME=y
79943 -CONFIG_GENERIC_TIME_VSYSCALL=y
79944 -CONFIG_GENERIC_CLOCKEVENTS=y
79945 -CONFIG_GENERIC_HARDIRQS=y
79946 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
79947 -CONFIG_IRQ_PER_CPU=y
79948 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
79949 -CONFIG_ARCH_HAS_ILOG2_U32=y
79950 -CONFIG_GENERIC_HWEIGHT=y
79951 -CONFIG_GENERIC_CALIBRATE_DELAY=y
79952 -CONFIG_GENERIC_FIND_NEXT_BIT=y
79953 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
79954 -CONFIG_PPC=y
79955 -CONFIG_EARLY_PRINTK=y
79956 -CONFIG_GENERIC_NVRAM=y
79957 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
79958 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
79959 -CONFIG_PPC_OF=y
79960 -CONFIG_OF=y
79961 -CONFIG_PPC_UDBG_16550=y
79962 -# CONFIG_GENERIC_TBSYNC is not set
79963 -CONFIG_AUDIT_ARCH=y
79964 -CONFIG_GENERIC_BUG=y
79965 -CONFIG_DEFAULT_UIMAGE=y
79966 -# CONFIG_PPC_DCR_NATIVE is not set
79967 -# CONFIG_PPC_DCR_MMIO is not set
79968 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
79969 -
79970 -#
79971 -# General setup
79972 -#
79973 -CONFIG_EXPERIMENTAL=y
79974 -CONFIG_BROKEN_ON_SMP=y
79975 -CONFIG_INIT_ENV_ARG_LIMIT=32
79976 -CONFIG_LOCALVERSION=""
79977 -CONFIG_LOCALVERSION_AUTO=y
79978 -CONFIG_SWAP=y
79979 -CONFIG_SYSVIPC=y
79980 -CONFIG_SYSVIPC_SYSCTL=y
79981 -# CONFIG_POSIX_MQUEUE is not set
79982 -# CONFIG_BSD_PROCESS_ACCT is not set
79983 -# CONFIG_TASKSTATS is not set
79984 -# CONFIG_AUDIT is not set
79985 -# CONFIG_IKCONFIG is not set
79986 -CONFIG_LOG_BUF_SHIFT=14
79987 -# CONFIG_CGROUPS is not set
79988 -CONFIG_GROUP_SCHED=y
79989 -CONFIG_FAIR_GROUP_SCHED=y
79990 -# CONFIG_RT_GROUP_SCHED is not set
79991 -CONFIG_USER_SCHED=y
79992 -# CONFIG_CGROUP_SCHED is not set
79993 -CONFIG_SYSFS_DEPRECATED=y
79994 -CONFIG_SYSFS_DEPRECATED_V2=y
79995 -# CONFIG_RELAY is not set
79996 -# CONFIG_NAMESPACES is not set
79997 -CONFIG_BLK_DEV_INITRD=y
79998 -CONFIG_INITRAMFS_SOURCE=""
79999 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
80000 -CONFIG_SYSCTL=y
80001 -CONFIG_EMBEDDED=y
80002 -CONFIG_SYSCTL_SYSCALL=y
80003 -CONFIG_KALLSYMS=y
80004 -# CONFIG_KALLSYMS_ALL is not set
80005 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
80006 -CONFIG_HOTPLUG=y
80007 -CONFIG_PRINTK=y
80008 -CONFIG_BUG=y
80009 -CONFIG_ELF_CORE=y
80010 -CONFIG_COMPAT_BRK=y
80011 -CONFIG_BASE_FULL=y
80012 -CONFIG_FUTEX=y
80013 -CONFIG_ANON_INODES=y
80014 -CONFIG_EPOLL=y
80015 -CONFIG_SIGNALFD=y
80016 -CONFIG_TIMERFD=y
80017 -CONFIG_EVENTFD=y
80018 -CONFIG_SHMEM=y
80019 -CONFIG_VM_EVENT_COUNTERS=y
80020 -CONFIG_SLUB_DEBUG=y
80021 -# CONFIG_SLAB is not set
80022 -CONFIG_SLUB=y
80023 -# CONFIG_SLOB is not set
80024 -# CONFIG_PROFILING is not set
80025 -# CONFIG_MARKERS is not set
80026 -CONFIG_HAVE_OPROFILE=y
80027 -# CONFIG_KPROBES is not set
80028 -CONFIG_HAVE_KPROBES=y
80029 -CONFIG_HAVE_KRETPROBES=y
80030 -CONFIG_PROC_PAGE_MONITOR=y
80031 -CONFIG_SLABINFO=y
80032 -CONFIG_RT_MUTEXES=y
80033 -# CONFIG_TINY_SHMEM is not set
80034 -CONFIG_BASE_SMALL=0
80035 -CONFIG_MODULES=y
80036 -# CONFIG_MODULE_UNLOAD is not set
80037 -CONFIG_MODVERSIONS=y
80038 -# CONFIG_MODULE_SRCVERSION_ALL is not set
80039 -CONFIG_KMOD=y
80040 -CONFIG_BLOCK=y
80041 -# CONFIG_LBD is not set
80042 -# CONFIG_BLK_DEV_IO_TRACE is not set
80043 -# CONFIG_LSF is not set
80044 -# CONFIG_BLK_DEV_BSG is not set
80045 -
80046 -#
80047 -# IO Schedulers
80048 -#
80049 -CONFIG_IOSCHED_NOOP=y
80050 -CONFIG_IOSCHED_AS=y
80051 -CONFIG_IOSCHED_DEADLINE=y
80052 -CONFIG_IOSCHED_CFQ=y
80053 -# CONFIG_DEFAULT_AS is not set
80054 -# CONFIG_DEFAULT_DEADLINE is not set
80055 -CONFIG_DEFAULT_CFQ=y
80056 -# CONFIG_DEFAULT_NOOP is not set
80057 -CONFIG_DEFAULT_IOSCHED="cfq"
80058 -CONFIG_CLASSIC_RCU=y
80059 -
80060 -#
80061 -# Platform support
80062 -#
80063 -# CONFIG_PPC_MPC512x is not set
80064 -# CONFIG_PPC_MPC5121 is not set
80065 -# CONFIG_PPC_CELL is not set
80066 -# CONFIG_PPC_CELL_NATIVE is not set
80067 -# CONFIG_PQ2ADS is not set
80068 -CONFIG_MPC85xx=y
80069 -# CONFIG_MPC8540_ADS is not set
80070 -# CONFIG_MPC8560_ADS is not set
80071 -# CONFIG_MPC85xx_CDS is not set
80072 -# CONFIG_MPC85xx_MDS is not set
80073 -# CONFIG_MPC85xx_DS is not set
80074 -CONFIG_STX_GP3=y
80075 -# CONFIG_TQM8540 is not set
80076 -# CONFIG_TQM8541 is not set
80077 -# CONFIG_TQM8555 is not set
80078 -# CONFIG_TQM8560 is not set
80079 -# CONFIG_SBC8548 is not set
80080 -# CONFIG_SBC8560 is not set
80081 -# CONFIG_IPIC is not set
80082 -CONFIG_MPIC=y
80083 -# CONFIG_MPIC_WEIRD is not set
80084 -# CONFIG_PPC_I8259 is not set
80085 -# CONFIG_PPC_RTAS is not set
80086 -# CONFIG_MMIO_NVRAM is not set
80087 -# CONFIG_PPC_MPC106 is not set
80088 -# CONFIG_PPC_970_NAP is not set
80089 -# CONFIG_PPC_INDIRECT_IO is not set
80090 -# CONFIG_GENERIC_IOMAP is not set
80091 -# CONFIG_CPU_FREQ is not set
80092 -CONFIG_CPM2=y
80093 -CONFIG_PPC_CPM_NEW_BINDING=y
80094 -# CONFIG_FSL_ULI1575 is not set
80095 -CONFIG_CPM=y
80096 -
80097 -#
80098 -# Kernel options
80099 -#
80100 -CONFIG_HIGHMEM=y
80101 -# CONFIG_TICK_ONESHOT is not set
80102 -# CONFIG_NO_HZ is not set
80103 -# CONFIG_HIGH_RES_TIMERS is not set
80104 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
80105 -# CONFIG_HZ_100 is not set
80106 -CONFIG_HZ_250=y
80107 -# CONFIG_HZ_300 is not set
80108 -# CONFIG_HZ_1000 is not set
80109 -CONFIG_HZ=250
80110 -# CONFIG_SCHED_HRTICK is not set
80111 -CONFIG_PREEMPT_NONE=y
80112 -# CONFIG_PREEMPT_VOLUNTARY is not set
80113 -# CONFIG_PREEMPT is not set
80114 -CONFIG_BINFMT_ELF=y
80115 -CONFIG_BINFMT_MISC=m
80116 -CONFIG_MATH_EMULATION=y
80117 -# CONFIG_IOMMU_HELPER is not set
80118 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
80119 -CONFIG_ARCH_HAS_WALK_MEMORY=y
80120 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
80121 -CONFIG_ARCH_FLATMEM_ENABLE=y
80122 -CONFIG_ARCH_POPULATES_NODE_MAP=y
80123 -CONFIG_SELECT_MEMORY_MODEL=y
80124 -CONFIG_FLATMEM_MANUAL=y
80125 -# CONFIG_DISCONTIGMEM_MANUAL is not set
80126 -# CONFIG_SPARSEMEM_MANUAL is not set
80127 -CONFIG_FLATMEM=y
80128 -CONFIG_FLAT_NODE_MEM_MAP=y
80129 -# CONFIG_SPARSEMEM_STATIC is not set
80130 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
80131 -CONFIG_SPLIT_PTLOCK_CPUS=4
80132 -# CONFIG_RESOURCES_64BIT is not set
80133 -CONFIG_ZONE_DMA_FLAG=1
80134 -CONFIG_BOUNCE=y
80135 -CONFIG_VIRT_TO_BUS=y
80136 -CONFIG_PROC_DEVICETREE=y
80137 -# CONFIG_CMDLINE_BOOL is not set
80138 -# CONFIG_PM is not set
80139 -CONFIG_SECCOMP=y
80140 -CONFIG_ISA_DMA_API=y
80141 -
80142 -#
80143 -# Bus options
80144 -#
80145 -CONFIG_ZONE_DMA=y
80146 -CONFIG_PPC_INDIRECT_PCI=y
80147 -CONFIG_FSL_SOC=y
80148 -CONFIG_FSL_PCI=y
80149 -CONFIG_PCI=y
80150 -CONFIG_PCI_DOMAINS=y
80151 -CONFIG_PCI_SYSCALL=y
80152 -# CONFIG_PCIEPORTBUS is not set
80153 -CONFIG_ARCH_SUPPORTS_MSI=y
80154 -# CONFIG_PCI_MSI is not set
80155 -CONFIG_PCI_LEGACY=y
80156 -# CONFIG_PCI_DEBUG is not set
80157 -# CONFIG_PCCARD is not set
80158 -# CONFIG_HOTPLUG_PCI is not set
80159 -
80160 -#
80161 -# Advanced setup
80162 -#
80163 -# CONFIG_ADVANCED_OPTIONS is not set
80164 -
80165 -#
80166 -# Default settings for advanced configuration options are used
80167 -#
80168 -CONFIG_HIGHMEM_START=0xfe000000
80169 -CONFIG_LOWMEM_SIZE=0x30000000
80170 -CONFIG_KERNEL_START=0xc0000000
80171 -CONFIG_TASK_SIZE=0xc0000000
80172 -CONFIG_BOOT_LOAD=0x00800000
80173 -
80174 -#
80175 -# Networking
80176 -#
80177 -CONFIG_NET=y
80178 -
80179 -#
80180 -# Networking options
80181 -#
80182 -CONFIG_PACKET=y
80183 -# CONFIG_PACKET_MMAP is not set
80184 -CONFIG_UNIX=y
80185 -CONFIG_XFRM=y
80186 -# CONFIG_XFRM_USER is not set
80187 -# CONFIG_XFRM_SUB_POLICY is not set
80188 -# CONFIG_XFRM_MIGRATE is not set
80189 -# CONFIG_XFRM_STATISTICS is not set
80190 -# CONFIG_NET_KEY is not set
80191 -CONFIG_INET=y
80192 -# CONFIG_IP_MULTICAST is not set
80193 -# CONFIG_IP_ADVANCED_ROUTER is not set
80194 -CONFIG_IP_FIB_HASH=y
80195 -CONFIG_IP_PNP=y
80196 -# CONFIG_IP_PNP_DHCP is not set
80197 -CONFIG_IP_PNP_BOOTP=y
80198 -# CONFIG_IP_PNP_RARP is not set
80199 -# CONFIG_NET_IPIP is not set
80200 -# CONFIG_NET_IPGRE is not set
80201 -# CONFIG_ARPD is not set
80202 -# CONFIG_SYN_COOKIES is not set
80203 -# CONFIG_INET_AH is not set
80204 -# CONFIG_INET_ESP is not set
80205 -# CONFIG_INET_IPCOMP is not set
80206 -# CONFIG_INET_XFRM_TUNNEL is not set
80207 -# CONFIG_INET_TUNNEL is not set
80208 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
80209 -CONFIG_INET_XFRM_MODE_TUNNEL=y
80210 -CONFIG_INET_XFRM_MODE_BEET=y
80211 -# CONFIG_INET_LRO is not set
80212 -CONFIG_INET_DIAG=y
80213 -CONFIG_INET_TCP_DIAG=y
80214 -# CONFIG_TCP_CONG_ADVANCED is not set
80215 -CONFIG_TCP_CONG_CUBIC=y
80216 -CONFIG_DEFAULT_TCP_CONG="cubic"
80217 -# CONFIG_TCP_MD5SIG is not set
80218 -# CONFIG_IP_VS is not set
80219 -# CONFIG_IPV6 is not set
80220 -# CONFIG_INET6_XFRM_TUNNEL is not set
80221 -# CONFIG_INET6_TUNNEL is not set
80222 -# CONFIG_NETWORK_SECMARK is not set
80223 -CONFIG_NETFILTER=y
80224 -# CONFIG_NETFILTER_DEBUG is not set
80225 -CONFIG_NETFILTER_ADVANCED=y
80226 -
80227 -#
80228 -# Core Netfilter Configuration
80229 -#
80230 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
80231 -# CONFIG_NETFILTER_NETLINK_LOG is not set
80232 -# CONFIG_NF_CONNTRACK is not set
80233 -CONFIG_NETFILTER_XTABLES=m
80234 -# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
80235 -# CONFIG_NETFILTER_XT_TARGET_MARK is not set
80236 -# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
80237 -# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
80238 -# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
80239 -# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
80240 -# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
80241 -# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
80242 -# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
80243 -# CONFIG_NETFILTER_XT_MATCH_ESP is not set
80244 -# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
80245 -# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
80246 -# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
80247 -# CONFIG_NETFILTER_XT_MATCH_MAC is not set
80248 -# CONFIG_NETFILTER_XT_MATCH_MARK is not set
80249 -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
80250 -# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
80251 -# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
80252 -# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
80253 -# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
80254 -# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
80255 -# CONFIG_NETFILTER_XT_MATCH_REALM is not set
80256 -# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
80257 -# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
80258 -# CONFIG_NETFILTER_XT_MATCH_STRING is not set
80259 -# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
80260 -# CONFIG_NETFILTER_XT_MATCH_TIME is not set
80261 -# CONFIG_NETFILTER_XT_MATCH_U32 is not set
80262 -# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
80263 -
80264 -#
80265 -# IP: Netfilter Configuration
80266 -#
80267 -# CONFIG_IP_NF_QUEUE is not set
80268 -CONFIG_IP_NF_IPTABLES=m
80269 -# CONFIG_IP_NF_MATCH_RECENT is not set
80270 -# CONFIG_IP_NF_MATCH_ECN is not set
80271 -# CONFIG_IP_NF_MATCH_AH is not set
80272 -# CONFIG_IP_NF_MATCH_TTL is not set
80273 -# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
80274 -CONFIG_IP_NF_FILTER=m
80275 -# CONFIG_IP_NF_TARGET_REJECT is not set
80276 -# CONFIG_IP_NF_TARGET_LOG is not set
80277 -# CONFIG_IP_NF_TARGET_ULOG is not set
80278 -# CONFIG_IP_NF_MANGLE is not set
80279 -# CONFIG_IP_NF_RAW is not set
80280 -# CONFIG_IP_NF_ARPTABLES is not set
80281 -# CONFIG_IP_DCCP is not set
80282 -# CONFIG_IP_SCTP is not set
80283 -# CONFIG_TIPC is not set
80284 -# CONFIG_ATM is not set
80285 -# CONFIG_BRIDGE is not set
80286 -# CONFIG_VLAN_8021Q is not set
80287 -# CONFIG_DECNET is not set
80288 -# CONFIG_LLC2 is not set
80289 -# CONFIG_IPX is not set
80290 -# CONFIG_ATALK is not set
80291 -# CONFIG_X25 is not set
80292 -# CONFIG_LAPB is not set
80293 -# CONFIG_ECONET is not set
80294 -# CONFIG_WAN_ROUTER is not set
80295 -# CONFIG_NET_SCHED is not set
80296 -
80297 -#
80298 -# Network testing
80299 -#
80300 -CONFIG_NET_PKTGEN=y
80301 -# CONFIG_HAMRADIO is not set
80302 -# CONFIG_CAN is not set
80303 -# CONFIG_IRDA is not set
80304 -# CONFIG_BT is not set
80305 -# CONFIG_AF_RXRPC is not set
80306 -
80307 -#
80308 -# Wireless
80309 -#
80310 -# CONFIG_CFG80211 is not set
80311 -# CONFIG_WIRELESS_EXT is not set
80312 -# CONFIG_MAC80211 is not set
80313 -# CONFIG_IEEE80211 is not set
80314 -# CONFIG_RFKILL is not set
80315 -# CONFIG_NET_9P is not set
80316 -
80317 -#
80318 -# Device Drivers
80319 -#
80320 -
80321 -#
80322 -# Generic Driver Options
80323 -#
80324 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
80325 -CONFIG_STANDALONE=y
80326 -CONFIG_PREVENT_FIRMWARE_BUILD=y
80327 -# CONFIG_FW_LOADER is not set
80328 -# CONFIG_DEBUG_DRIVER is not set
80329 -# CONFIG_DEBUG_DEVRES is not set
80330 -# CONFIG_SYS_HYPERVISOR is not set
80331 -# CONFIG_CONNECTOR is not set
80332 -# CONFIG_MTD is not set
80333 -CONFIG_OF_DEVICE=y
80334 -CONFIG_PARPORT=m
80335 -CONFIG_PARPORT_PC=m
80336 -# CONFIG_PARPORT_PC_FIFO is not set
80337 -# CONFIG_PARPORT_PC_SUPERIO is not set
80338 -# CONFIG_PARPORT_GSC is not set
80339 -# CONFIG_PARPORT_AX88796 is not set
80340 -# CONFIG_PARPORT_1284 is not set
80341 -CONFIG_BLK_DEV=y
80342 -# CONFIG_BLK_DEV_FD is not set
80343 -# CONFIG_PARIDE is not set
80344 -# CONFIG_BLK_CPQ_DA is not set
80345 -# CONFIG_BLK_CPQ_CISS_DA is not set
80346 -# CONFIG_BLK_DEV_DAC960 is not set
80347 -# CONFIG_BLK_DEV_UMEM is not set
80348 -# CONFIG_BLK_DEV_COW_COMMON is not set
80349 -CONFIG_BLK_DEV_LOOP=m
80350 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
80351 -CONFIG_BLK_DEV_NBD=m
80352 -# CONFIG_BLK_DEV_SX8 is not set
80353 -CONFIG_BLK_DEV_RAM=y
80354 -CONFIG_BLK_DEV_RAM_COUNT=16
80355 -CONFIG_BLK_DEV_RAM_SIZE=32768
80356 -# CONFIG_BLK_DEV_XIP is not set
80357 -# CONFIG_CDROM_PKTCDVD is not set
80358 -# CONFIG_ATA_OVER_ETH is not set
80359 -CONFIG_MISC_DEVICES=y
80360 -# CONFIG_PHANTOM is not set
80361 -# CONFIG_EEPROM_93CX6 is not set
80362 -# CONFIG_SGI_IOC4 is not set
80363 -# CONFIG_TIFM_CORE is not set
80364 -# CONFIG_ENCLOSURE_SERVICES is not set
80365 -CONFIG_HAVE_IDE=y
80366 -CONFIG_IDE=y
80367 -CONFIG_IDE_MAX_HWIFS=4
80368 -CONFIG_BLK_DEV_IDE=y
80369 -
80370 -#
80371 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
80372 -#
80373 -# CONFIG_BLK_DEV_IDE_SATA is not set
80374 -CONFIG_BLK_DEV_IDEDISK=y
80375 -# CONFIG_IDEDISK_MULTI_MODE is not set
80376 -CONFIG_BLK_DEV_IDECD=m
80377 -CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
80378 -# CONFIG_BLK_DEV_IDETAPE is not set
80379 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
80380 -# CONFIG_BLK_DEV_IDESCSI is not set
80381 -# CONFIG_IDE_TASK_IOCTL is not set
80382 -CONFIG_IDE_PROC_FS=y
80383 -
80384 -#
80385 -# IDE chipset support/bugfixes
80386 -#
80387 -CONFIG_IDE_GENERIC=y
80388 -# CONFIG_BLK_DEV_PLATFORM is not set
80389 -
80390 -#
80391 -# PCI IDE chipsets support
80392 -#
80393 -# CONFIG_BLK_DEV_GENERIC is not set
80394 -# CONFIG_BLK_DEV_OPTI621 is not set
80395 -# CONFIG_BLK_DEV_AEC62XX is not set
80396 -# CONFIG_BLK_DEV_ALI15X3 is not set
80397 -# CONFIG_BLK_DEV_AMD74XX is not set
80398 -# CONFIG_BLK_DEV_CMD64X is not set
80399 -# CONFIG_BLK_DEV_TRIFLEX is not set
80400 -# CONFIG_BLK_DEV_CY82C693 is not set
80401 -# CONFIG_BLK_DEV_CS5520 is not set
80402 -# CONFIG_BLK_DEV_CS5530 is not set
80403 -# CONFIG_BLK_DEV_HPT34X is not set
80404 -# CONFIG_BLK_DEV_HPT366 is not set
80405 -# CONFIG_BLK_DEV_JMICRON is not set
80406 -# CONFIG_BLK_DEV_SC1200 is not set
80407 -# CONFIG_BLK_DEV_PIIX is not set
80408 -# CONFIG_BLK_DEV_IT8213 is not set
80409 -# CONFIG_BLK_DEV_IT821X is not set
80410 -# CONFIG_BLK_DEV_NS87415 is not set
80411 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
80412 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
80413 -# CONFIG_BLK_DEV_SVWKS is not set
80414 -# CONFIG_BLK_DEV_SIIMAGE is not set
80415 -# CONFIG_BLK_DEV_SL82C105 is not set
80416 -# CONFIG_BLK_DEV_SLC90E66 is not set
80417 -# CONFIG_BLK_DEV_TRM290 is not set
80418 -# CONFIG_BLK_DEV_VIA82CXXX is not set
80419 -# CONFIG_BLK_DEV_TC86C001 is not set
80420 -# CONFIG_BLK_DEV_IDEDMA is not set
80421 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
80422 -# CONFIG_BLK_DEV_HD is not set
80423 -
80424 -#
80425 -# SCSI device support
80426 -#
80427 -# CONFIG_RAID_ATTRS is not set
80428 -CONFIG_SCSI=m
80429 -CONFIG_SCSI_DMA=y
80430 -# CONFIG_SCSI_TGT is not set
80431 -# CONFIG_SCSI_NETLINK is not set
80432 -CONFIG_SCSI_PROC_FS=y
80433 -
80434 -#
80435 -# SCSI support type (disk, tape, CD-ROM)
80436 -#
80437 -CONFIG_BLK_DEV_SD=m
80438 -CONFIG_CHR_DEV_ST=m
80439 -# CONFIG_CHR_DEV_OSST is not set
80440 -CONFIG_BLK_DEV_SR=m
80441 -# CONFIG_BLK_DEV_SR_VENDOR is not set
80442 -CONFIG_CHR_DEV_SG=m
80443 -# CONFIG_CHR_DEV_SCH is not set
80444 -
80445 -#
80446 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
80447 -#
80448 -CONFIG_SCSI_MULTI_LUN=y
80449 -CONFIG_SCSI_CONSTANTS=y
80450 -# CONFIG_SCSI_LOGGING is not set
80451 -# CONFIG_SCSI_SCAN_ASYNC is not set
80452 -CONFIG_SCSI_WAIT_SCAN=m
80453 -
80454 -#
80455 -# SCSI Transports
80456 -#
80457 -# CONFIG_SCSI_SPI_ATTRS is not set
80458 -# CONFIG_SCSI_FC_ATTRS is not set
80459 -# CONFIG_SCSI_ISCSI_ATTRS is not set
80460 -# CONFIG_SCSI_SAS_LIBSAS is not set
80461 -# CONFIG_SCSI_SRP_ATTRS is not set
80462 -CONFIG_SCSI_LOWLEVEL=y
80463 -# CONFIG_ISCSI_TCP is not set
80464 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
80465 -# CONFIG_SCSI_3W_9XXX is not set
80466 -# CONFIG_SCSI_ACARD is not set
80467 -# CONFIG_SCSI_AACRAID is not set
80468 -# CONFIG_SCSI_AIC7XXX is not set
80469 -# CONFIG_SCSI_AIC7XXX_OLD is not set
80470 -# CONFIG_SCSI_AIC79XX is not set
80471 -# CONFIG_SCSI_AIC94XX is not set
80472 -# CONFIG_SCSI_DPT_I2O is not set
80473 -# CONFIG_SCSI_ADVANSYS is not set
80474 -# CONFIG_SCSI_ARCMSR is not set
80475 -# CONFIG_MEGARAID_NEWGEN is not set
80476 -# CONFIG_MEGARAID_LEGACY is not set
80477 -# CONFIG_MEGARAID_SAS is not set
80478 -# CONFIG_SCSI_HPTIOP is not set
80479 -# CONFIG_SCSI_BUSLOGIC is not set
80480 -# CONFIG_SCSI_DMX3191D is not set
80481 -# CONFIG_SCSI_EATA is not set
80482 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
80483 -# CONFIG_SCSI_GDTH is not set
80484 -# CONFIG_SCSI_IPS is not set
80485 -# CONFIG_SCSI_INITIO is not set
80486 -# CONFIG_SCSI_INIA100 is not set
80487 -# CONFIG_SCSI_PPA is not set
80488 -# CONFIG_SCSI_IMM is not set
80489 -# CONFIG_SCSI_MVSAS is not set
80490 -# CONFIG_SCSI_STEX is not set
80491 -# CONFIG_SCSI_SYM53C8XX_2 is not set
80492 -# CONFIG_SCSI_QLOGIC_1280 is not set
80493 -# CONFIG_SCSI_QLA_FC is not set
80494 -# CONFIG_SCSI_QLA_ISCSI is not set
80495 -# CONFIG_SCSI_LPFC is not set
80496 -# CONFIG_SCSI_DC395x is not set
80497 -# CONFIG_SCSI_DC390T is not set
80498 -# CONFIG_SCSI_NSP32 is not set
80499 -# CONFIG_SCSI_DEBUG is not set
80500 -# CONFIG_SCSI_SRP is not set
80501 -# CONFIG_ATA is not set
80502 -# CONFIG_MD is not set
80503 -# CONFIG_FUSION is not set
80504 -
80505 -#
80506 -# IEEE 1394 (FireWire) support
80507 -#
80508 -# CONFIG_FIREWIRE is not set
80509 -# CONFIG_IEEE1394 is not set
80510 -# CONFIG_I2O is not set
80511 -# CONFIG_MACINTOSH_DRIVERS is not set
80512 -CONFIG_NETDEVICES=y
80513 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
80514 -# CONFIG_DUMMY is not set
80515 -# CONFIG_BONDING is not set
80516 -# CONFIG_MACVLAN is not set
80517 -# CONFIG_EQUALIZER is not set
80518 -# CONFIG_TUN is not set
80519 -# CONFIG_VETH is not set
80520 -# CONFIG_ARCNET is not set
80521 -CONFIG_PHYLIB=y
80522 -
80523 -#
80524 -# MII PHY device drivers
80525 -#
80526 -CONFIG_MARVELL_PHY=y
80527 -# CONFIG_DAVICOM_PHY is not set
80528 -# CONFIG_QSEMI_PHY is not set
80529 -# CONFIG_LXT_PHY is not set
80530 -# CONFIG_CICADA_PHY is not set
80531 -# CONFIG_VITESSE_PHY is not set
80532 -# CONFIG_SMSC_PHY is not set
80533 -# CONFIG_BROADCOM_PHY is not set
80534 -# CONFIG_ICPLUS_PHY is not set
80535 -# CONFIG_REALTEK_PHY is not set
80536 -# CONFIG_FIXED_PHY is not set
80537 -# CONFIG_MDIO_BITBANG is not set
80538 -CONFIG_NET_ETHERNET=y
80539 -# CONFIG_MII is not set
80540 -# CONFIG_HAPPYMEAL is not set
80541 -# CONFIG_SUNGEM is not set
80542 -# CONFIG_CASSINI is not set
80543 -# CONFIG_NET_VENDOR_3COM is not set
80544 -# CONFIG_NET_TULIP is not set
80545 -# CONFIG_HP100 is not set
80546 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
80547 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
80548 -# CONFIG_IBM_NEW_EMAC_TAH is not set
80549 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
80550 -# CONFIG_NET_PCI is not set
80551 -# CONFIG_B44 is not set
80552 -# CONFIG_NET_POCKET is not set
80553 -# CONFIG_FS_ENET is not set
80554 -CONFIG_NETDEV_1000=y
80555 -# CONFIG_ACENIC is not set
80556 -# CONFIG_DL2K is not set
80557 -# CONFIG_E1000 is not set
80558 -# CONFIG_E1000E is not set
80559 -# CONFIG_E1000E_ENABLED is not set
80560 -# CONFIG_IP1000 is not set
80561 -# CONFIG_IGB is not set
80562 -# CONFIG_NS83820 is not set
80563 -# CONFIG_HAMACHI is not set
80564 -# CONFIG_YELLOWFIN is not set
80565 -# CONFIG_R8169 is not set
80566 -# CONFIG_SIS190 is not set
80567 -# CONFIG_SKGE is not set
80568 -# CONFIG_SKY2 is not set
80569 -# CONFIG_SK98LIN is not set
80570 -# CONFIG_VIA_VELOCITY is not set
80571 -# CONFIG_TIGON3 is not set
80572 -# CONFIG_BNX2 is not set
80573 -CONFIG_GIANFAR=y
80574 -CONFIG_GFAR_NAPI=y
80575 -# CONFIG_QLA3XXX is not set
80576 -# CONFIG_ATL1 is not set
80577 -CONFIG_NETDEV_10000=y
80578 -# CONFIG_CHELSIO_T1 is not set
80579 -# CONFIG_CHELSIO_T3 is not set
80580 -# CONFIG_IXGBE is not set
80581 -# CONFIG_IXGB is not set
80582 -# CONFIG_S2IO is not set
80583 -# CONFIG_MYRI10GE is not set
80584 -# CONFIG_NETXEN_NIC is not set
80585 -# CONFIG_NIU is not set
80586 -# CONFIG_MLX4_CORE is not set
80587 -# CONFIG_TEHUTI is not set
80588 -# CONFIG_BNX2X is not set
80589 -# CONFIG_TR is not set
80590 -
80591 -#
80592 -# Wireless LAN
80593 -#
80594 -# CONFIG_WLAN_PRE80211 is not set
80595 -# CONFIG_WLAN_80211 is not set
80596 -# CONFIG_WAN is not set
80597 -# CONFIG_FDDI is not set
80598 -# CONFIG_HIPPI is not set
80599 -# CONFIG_PLIP is not set
80600 -# CONFIG_PPP is not set
80601 -# CONFIG_SLIP is not set
80602 -# CONFIG_NET_FC is not set
80603 -# CONFIG_NETCONSOLE is not set
80604 -# CONFIG_NETPOLL is not set
80605 -# CONFIG_NET_POLL_CONTROLLER is not set
80606 -# CONFIG_ISDN is not set
80607 -# CONFIG_PHONE is not set
80608 -
80609 -#
80610 -# Input device support
80611 -#
80612 -CONFIG_INPUT=y
80613 -# CONFIG_INPUT_FF_MEMLESS is not set
80614 -# CONFIG_INPUT_POLLDEV is not set
80615 -
80616 -#
80617 -# Userland interfaces
80618 -#
80619 -CONFIG_INPUT_MOUSEDEV=y
80620 -CONFIG_INPUT_MOUSEDEV_PSAUX=y
80621 -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
80622 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
80623 -CONFIG_INPUT_JOYDEV=m
80624 -CONFIG_INPUT_EVDEV=m
80625 -# CONFIG_INPUT_EVBUG is not set
80626 -
80627 -#
80628 -# Input Device Drivers
80629 -#
80630 -CONFIG_INPUT_KEYBOARD=y
80631 -CONFIG_KEYBOARD_ATKBD=y
80632 -# CONFIG_KEYBOARD_SUNKBD is not set
80633 -# CONFIG_KEYBOARD_LKKBD is not set
80634 -# CONFIG_KEYBOARD_XTKBD is not set
80635 -# CONFIG_KEYBOARD_NEWTON is not set
80636 -# CONFIG_KEYBOARD_STOWAWAY is not set
80637 -CONFIG_INPUT_MOUSE=y
80638 -CONFIG_MOUSE_PS2=y
80639 -CONFIG_MOUSE_PS2_ALPS=y
80640 -CONFIG_MOUSE_PS2_LOGIPS2PP=y
80641 -CONFIG_MOUSE_PS2_SYNAPTICS=y
80642 -CONFIG_MOUSE_PS2_LIFEBOOK=y
80643 -CONFIG_MOUSE_PS2_TRACKPOINT=y
80644 -# CONFIG_MOUSE_PS2_TOUCHKIT is not set
80645 -# CONFIG_MOUSE_SERIAL is not set
80646 -# CONFIG_MOUSE_APPLETOUCH is not set
80647 -# CONFIG_MOUSE_VSXXXAA is not set
80648 -# CONFIG_INPUT_JOYSTICK is not set
80649 -# CONFIG_INPUT_TABLET is not set
80650 -# CONFIG_INPUT_TOUCHSCREEN is not set
80651 -# CONFIG_INPUT_MISC is not set
80652 -
80653 -#
80654 -# Hardware I/O ports
80655 -#
80656 -CONFIG_SERIO=y
80657 -CONFIG_SERIO_I8042=y
80658 -CONFIG_SERIO_SERPORT=y
80659 -# CONFIG_SERIO_PARKBD is not set
80660 -# CONFIG_SERIO_PCIPS2 is not set
80661 -CONFIG_SERIO_LIBPS2=y
80662 -# CONFIG_SERIO_RAW is not set
80663 -# CONFIG_GAMEPORT is not set
80664 -
80665 -#
80666 -# Character devices
80667 -#
80668 -# CONFIG_VT is not set
80669 -# CONFIG_SERIAL_NONSTANDARD is not set
80670 -# CONFIG_NOZOMI is not set
80671 -
80672 -#
80673 -# Serial drivers
80674 -#
80675 -# CONFIG_SERIAL_8250 is not set
80676 -
80677 -#
80678 -# Non-8250 serial port support
80679 -#
80680 -# CONFIG_SERIAL_UARTLITE is not set
80681 -CONFIG_SERIAL_CORE=y
80682 -CONFIG_SERIAL_CORE_CONSOLE=y
80683 -CONFIG_SERIAL_CPM=y
80684 -CONFIG_SERIAL_CPM_CONSOLE=y
80685 -# CONFIG_SERIAL_CPM_SCC1 is not set
80686 -CONFIG_SERIAL_CPM_SCC2=y
80687 -# CONFIG_SERIAL_CPM_SCC3 is not set
80688 -# CONFIG_SERIAL_CPM_SCC4 is not set
80689 -# CONFIG_SERIAL_CPM_SMC1 is not set
80690 -# CONFIG_SERIAL_CPM_SMC2 is not set
80691 -# CONFIG_SERIAL_JSM is not set
80692 -CONFIG_UNIX98_PTYS=y
80693 -CONFIG_LEGACY_PTYS=y
80694 -CONFIG_LEGACY_PTY_COUNT=256
80695 -CONFIG_PRINTER=m
80696 -# CONFIG_LP_CONSOLE is not set
80697 -# CONFIG_PPDEV is not set
80698 -# CONFIG_IPMI_HANDLER is not set
80699 -CONFIG_HW_RANDOM=m
80700 -# CONFIG_NVRAM is not set
80701 -# CONFIG_GEN_RTC is not set
80702 -# CONFIG_R3964 is not set
80703 -# CONFIG_APPLICOM is not set
80704 -# CONFIG_RAW_DRIVER is not set
80705 -# CONFIG_TCG_TPM is not set
80706 -CONFIG_DEVPORT=y
80707 -CONFIG_I2C=m
80708 -CONFIG_I2C_BOARDINFO=y
80709 -CONFIG_I2C_CHARDEV=m
80710 -
80711 -#
80712 -# I2C Algorithms
80713 -#
80714 -CONFIG_I2C_ALGOBIT=m
80715 -# CONFIG_I2C_ALGOPCF is not set
80716 -# CONFIG_I2C_ALGOPCA is not set
80717 -
80718 -#
80719 -# I2C Hardware Bus support
80720 -#
80721 -# CONFIG_I2C_ALI1535 is not set
80722 -# CONFIG_I2C_ALI1563 is not set
80723 -# CONFIG_I2C_ALI15X3 is not set
80724 -# CONFIG_I2C_AMD756 is not set
80725 -# CONFIG_I2C_AMD8111 is not set
80726 -# CONFIG_I2C_I801 is not set
80727 -# CONFIG_I2C_I810 is not set
80728 -# CONFIG_I2C_PIIX4 is not set
80729 -# CONFIG_I2C_MPC is not set
80730 -# CONFIG_I2C_NFORCE2 is not set
80731 -# CONFIG_I2C_OCORES is not set
80732 -# CONFIG_I2C_PARPORT is not set
80733 -# CONFIG_I2C_PARPORT_LIGHT is not set
80734 -# CONFIG_I2C_PROSAVAGE is not set
80735 -# CONFIG_I2C_SAVAGE4 is not set
80736 -# CONFIG_I2C_SIMTEC is not set
80737 -# CONFIG_I2C_SIS5595 is not set
80738 -# CONFIG_I2C_SIS630 is not set
80739 -# CONFIG_I2C_SIS96X is not set
80740 -# CONFIG_I2C_TAOS_EVM is not set
80741 -# CONFIG_I2C_STUB is not set
80742 -# CONFIG_I2C_VIA is not set
80743 -# CONFIG_I2C_VIAPRO is not set
80744 -# CONFIG_I2C_VOODOO3 is not set
80745 -
80746 -#
80747 -# Miscellaneous I2C Chip support
80748 -#
80749 -# CONFIG_DS1682 is not set
80750 -# CONFIG_SENSORS_EEPROM is not set
80751 -# CONFIG_SENSORS_PCF8574 is not set
80752 -# CONFIG_PCF8575 is not set
80753 -# CONFIG_SENSORS_PCF8591 is not set
80754 -# CONFIG_TPS65010 is not set
80755 -# CONFIG_SENSORS_MAX6875 is not set
80756 -# CONFIG_SENSORS_TSL2550 is not set
80757 -# CONFIG_I2C_DEBUG_CORE is not set
80758 -# CONFIG_I2C_DEBUG_ALGO is not set
80759 -# CONFIG_I2C_DEBUG_BUS is not set
80760 -# CONFIG_I2C_DEBUG_CHIP is not set
80761 -
80762 -#
80763 -# SPI support
80764 -#
80765 -# CONFIG_SPI is not set
80766 -# CONFIG_SPI_MASTER is not set
80767 -# CONFIG_W1 is not set
80768 -# CONFIG_POWER_SUPPLY is not set
80769 -CONFIG_HWMON=y
80770 -# CONFIG_HWMON_VID is not set
80771 -# CONFIG_SENSORS_AD7418 is not set
80772 -# CONFIG_SENSORS_ADM1021 is not set
80773 -# CONFIG_SENSORS_ADM1025 is not set
80774 -# CONFIG_SENSORS_ADM1026 is not set
80775 -# CONFIG_SENSORS_ADM1029 is not set
80776 -# CONFIG_SENSORS_ADM1031 is not set
80777 -# CONFIG_SENSORS_ADM9240 is not set
80778 -# CONFIG_SENSORS_ADT7470 is not set
80779 -# CONFIG_SENSORS_ADT7473 is not set
80780 -# CONFIG_SENSORS_ATXP1 is not set
80781 -# CONFIG_SENSORS_DS1621 is not set
80782 -# CONFIG_SENSORS_I5K_AMB is not set
80783 -# CONFIG_SENSORS_F71805F is not set
80784 -# CONFIG_SENSORS_F71882FG is not set
80785 -# CONFIG_SENSORS_F75375S is not set
80786 -# CONFIG_SENSORS_GL518SM is not set
80787 -# CONFIG_SENSORS_GL520SM is not set
80788 -# CONFIG_SENSORS_IT87 is not set
80789 -# CONFIG_SENSORS_LM63 is not set
80790 -# CONFIG_SENSORS_LM75 is not set
80791 -# CONFIG_SENSORS_LM77 is not set
80792 -# CONFIG_SENSORS_LM78 is not set
80793 -# CONFIG_SENSORS_LM80 is not set
80794 -# CONFIG_SENSORS_LM83 is not set
80795 -# CONFIG_SENSORS_LM85 is not set
80796 -# CONFIG_SENSORS_LM87 is not set
80797 -# CONFIG_SENSORS_LM90 is not set
80798 -# CONFIG_SENSORS_LM92 is not set
80799 -# CONFIG_SENSORS_LM93 is not set
80800 -# CONFIG_SENSORS_MAX1619 is not set
80801 -# CONFIG_SENSORS_MAX6650 is not set
80802 -# CONFIG_SENSORS_PC87360 is not set
80803 -# CONFIG_SENSORS_PC87427 is not set
80804 -# CONFIG_SENSORS_SIS5595 is not set
80805 -# CONFIG_SENSORS_DME1737 is not set
80806 -# CONFIG_SENSORS_SMSC47M1 is not set
80807 -# CONFIG_SENSORS_SMSC47M192 is not set
80808 -# CONFIG_SENSORS_SMSC47B397 is not set
80809 -# CONFIG_SENSORS_ADS7828 is not set
80810 -# CONFIG_SENSORS_THMC50 is not set
80811 -# CONFIG_SENSORS_VIA686A is not set
80812 -# CONFIG_SENSORS_VT1211 is not set
80813 -# CONFIG_SENSORS_VT8231 is not set
80814 -# CONFIG_SENSORS_W83781D is not set
80815 -# CONFIG_SENSORS_W83791D is not set
80816 -# CONFIG_SENSORS_W83792D is not set
80817 -# CONFIG_SENSORS_W83793 is not set
80818 -# CONFIG_SENSORS_W83L785TS is not set
80819 -# CONFIG_SENSORS_W83L786NG is not set
80820 -# CONFIG_SENSORS_W83627HF is not set
80821 -# CONFIG_SENSORS_W83627EHF is not set
80822 -# CONFIG_HWMON_DEBUG_CHIP is not set
80823 -# CONFIG_THERMAL is not set
80824 -# CONFIG_WATCHDOG is not set
80825 -
80826 -#
80827 -# Sonics Silicon Backplane
80828 -#
80829 -CONFIG_SSB_POSSIBLE=y
80830 -# CONFIG_SSB is not set
80831 -
80832 -#
80833 -# Multifunction device drivers
80834 -#
80835 -# CONFIG_MFD_SM501 is not set
80836 -
80837 -#
80838 -# Multimedia devices
80839 -#
80840 -# CONFIG_VIDEO_DEV is not set
80841 -# CONFIG_DVB_CORE is not set
80842 -CONFIG_DAB=y
80843 -
80844 -#
80845 -# Graphics support
80846 -#
80847 -CONFIG_AGP=m
80848 -CONFIG_DRM=m
80849 -# CONFIG_DRM_TDFX is not set
80850 -# CONFIG_DRM_R128 is not set
80851 -# CONFIG_DRM_RADEON is not set
80852 -# CONFIG_DRM_MGA is not set
80853 -# CONFIG_DRM_SIS is not set
80854 -# CONFIG_DRM_VIA is not set
80855 -# CONFIG_DRM_SAVAGE is not set
80856 -# CONFIG_VGASTATE is not set
80857 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
80858 -# CONFIG_FB is not set
80859 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
80860 -
80861 -#
80862 -# Display device support
80863 -#
80864 -# CONFIG_DISPLAY_SUPPORT is not set
80865 -
80866 -#
80867 -# Sound
80868 -#
80869 -CONFIG_SOUND=m
80870 -
80871 -#
80872 -# Advanced Linux Sound Architecture
80873 -#
80874 -# CONFIG_SND is not set
80875 -
80876 -#
80877 -# Open Sound System
80878 -#
80879 -# CONFIG_SOUND_PRIME is not set
80880 -CONFIG_HID_SUPPORT=y
80881 -CONFIG_HID=y
80882 -# CONFIG_HID_DEBUG is not set
80883 -# CONFIG_HIDRAW is not set
80884 -CONFIG_USB_SUPPORT=y
80885 -CONFIG_USB_ARCH_HAS_HCD=y
80886 -CONFIG_USB_ARCH_HAS_OHCI=y
80887 -CONFIG_USB_ARCH_HAS_EHCI=y
80888 -# CONFIG_USB is not set
80889 -
80890 -#
80891 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
80892 -#
80893 -# CONFIG_USB_GADGET is not set
80894 -# CONFIG_MMC is not set
80895 -# CONFIG_MEMSTICK is not set
80896 -# CONFIG_NEW_LEDS is not set
80897 -# CONFIG_INFINIBAND is not set
80898 -# CONFIG_EDAC is not set
80899 -# CONFIG_RTC_CLASS is not set
80900 -# CONFIG_DMADEVICES is not set
80901 -# CONFIG_AUXDISPLAY is not set
80902 -
80903 -#
80904 -# Userspace I/O
80905 -#
80906 -# CONFIG_UIO is not set
80907 -
80908 -#
80909 -# File systems
80910 -#
80911 -CONFIG_EXT2_FS=y
80912 -# CONFIG_EXT2_FS_XATTR is not set
80913 -# CONFIG_EXT2_FS_XIP is not set
80914 -CONFIG_EXT3_FS=y
80915 -CONFIG_EXT3_FS_XATTR=y
80916 -# CONFIG_EXT3_FS_POSIX_ACL is not set
80917 -# CONFIG_EXT3_FS_SECURITY is not set
80918 -# CONFIG_EXT4DEV_FS is not set
80919 -CONFIG_JBD=y
80920 -CONFIG_FS_MBCACHE=y
80921 -# CONFIG_REISERFS_FS is not set
80922 -# CONFIG_JFS_FS is not set
80923 -# CONFIG_FS_POSIX_ACL is not set
80924 -# CONFIG_XFS_FS is not set
80925 -# CONFIG_GFS2_FS is not set
80926 -# CONFIG_OCFS2_FS is not set
80927 -CONFIG_DNOTIFY=y
80928 -CONFIG_INOTIFY=y
80929 -CONFIG_INOTIFY_USER=y
80930 -# CONFIG_QUOTA is not set
80931 -CONFIG_AUTOFS_FS=m
80932 -CONFIG_AUTOFS4_FS=y
80933 -# CONFIG_FUSE_FS is not set
80934 -
80935 -#
80936 -# CD-ROM/DVD Filesystems
80937 -#
80938 -CONFIG_ISO9660_FS=m
80939 -# CONFIG_JOLIET is not set
80940 -# CONFIG_ZISOFS is not set
80941 -CONFIG_UDF_FS=m
80942 -CONFIG_UDF_NLS=y
80943 -
80944 -#
80945 -# DOS/FAT/NT Filesystems
80946 -#
80947 -CONFIG_FAT_FS=m
80948 -CONFIG_MSDOS_FS=m
80949 -CONFIG_VFAT_FS=m
80950 -CONFIG_FAT_DEFAULT_CODEPAGE=437
80951 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
80952 -# CONFIG_NTFS_FS is not set
80953 -
80954 -#
80955 -# Pseudo filesystems
80956 -#
80957 -CONFIG_PROC_FS=y
80958 -# CONFIG_PROC_KCORE is not set
80959 -CONFIG_PROC_SYSCTL=y
80960 -CONFIG_SYSFS=y
80961 -CONFIG_TMPFS=y
80962 -# CONFIG_TMPFS_POSIX_ACL is not set
80963 -# CONFIG_HUGETLB_PAGE is not set
80964 -# CONFIG_CONFIGFS_FS is not set
80965 -
80966 -#
80967 -# Miscellaneous filesystems
80968 -#
80969 -# CONFIG_ADFS_FS is not set
80970 -# CONFIG_AFFS_FS is not set
80971 -# CONFIG_HFS_FS is not set
80972 -# CONFIG_HFSPLUS_FS is not set
80973 -# CONFIG_BEFS_FS is not set
80974 -# CONFIG_BFS_FS is not set
80975 -# CONFIG_EFS_FS is not set
80976 -CONFIG_CRAMFS=m
80977 -# CONFIG_VXFS_FS is not set
80978 -# CONFIG_MINIX_FS is not set
80979 -# CONFIG_HPFS_FS is not set
80980 -# CONFIG_QNX4FS_FS is not set
80981 -# CONFIG_ROMFS_FS is not set
80982 -# CONFIG_SYSV_FS is not set
80983 -# CONFIG_UFS_FS is not set
80984 -CONFIG_NETWORK_FILESYSTEMS=y
80985 -CONFIG_NFS_FS=y
80986 -CONFIG_NFS_V3=y
80987 -# CONFIG_NFS_V3_ACL is not set
80988 -# CONFIG_NFS_V4 is not set
80989 -# CONFIG_NFS_DIRECTIO is not set
80990 -# CONFIG_NFSD is not set
80991 -CONFIG_ROOT_NFS=y
80992 -CONFIG_LOCKD=y
80993 -CONFIG_LOCKD_V4=y
80994 -CONFIG_NFS_COMMON=y
80995 -CONFIG_SUNRPC=y
80996 -# CONFIG_SUNRPC_BIND34 is not set
80997 -# CONFIG_RPCSEC_GSS_KRB5 is not set
80998 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
80999 -CONFIG_SMB_FS=m
81000 -# CONFIG_SMB_NLS_DEFAULT is not set
81001 -# CONFIG_CIFS is not set
81002 -# CONFIG_NCP_FS is not set
81003 -# CONFIG_CODA_FS is not set
81004 -# CONFIG_AFS_FS is not set
81005 -
81006 -#
81007 -# Partition Types
81008 -#
81009 -# CONFIG_PARTITION_ADVANCED is not set
81010 -CONFIG_MSDOS_PARTITION=y
81011 -CONFIG_NLS=y
81012 -CONFIG_NLS_DEFAULT="iso8859-1"
81013 -# CONFIG_NLS_CODEPAGE_437 is not set
81014 -# CONFIG_NLS_CODEPAGE_737 is not set
81015 -# CONFIG_NLS_CODEPAGE_775 is not set
81016 -# CONFIG_NLS_CODEPAGE_850 is not set
81017 -# CONFIG_NLS_CODEPAGE_852 is not set
81018 -# CONFIG_NLS_CODEPAGE_855 is not set
81019 -# CONFIG_NLS_CODEPAGE_857 is not set
81020 -# CONFIG_NLS_CODEPAGE_860 is not set
81021 -# CONFIG_NLS_CODEPAGE_861 is not set
81022 -# CONFIG_NLS_CODEPAGE_862 is not set
81023 -# CONFIG_NLS_CODEPAGE_863 is not set
81024 -# CONFIG_NLS_CODEPAGE_864 is not set
81025 -# CONFIG_NLS_CODEPAGE_865 is not set
81026 -# CONFIG_NLS_CODEPAGE_866 is not set
81027 -# CONFIG_NLS_CODEPAGE_869 is not set
81028 -# CONFIG_NLS_CODEPAGE_936 is not set
81029 -# CONFIG_NLS_CODEPAGE_950 is not set
81030 -# CONFIG_NLS_CODEPAGE_932 is not set
81031 -# CONFIG_NLS_CODEPAGE_949 is not set
81032 -# CONFIG_NLS_CODEPAGE_874 is not set
81033 -# CONFIG_NLS_ISO8859_8 is not set
81034 -# CONFIG_NLS_CODEPAGE_1250 is not set
81035 -# CONFIG_NLS_CODEPAGE_1251 is not set
81036 -# CONFIG_NLS_ASCII is not set
81037 -# CONFIG_NLS_ISO8859_1 is not set
81038 -# CONFIG_NLS_ISO8859_2 is not set
81039 -# CONFIG_NLS_ISO8859_3 is not set
81040 -# CONFIG_NLS_ISO8859_4 is not set
81041 -# CONFIG_NLS_ISO8859_5 is not set
81042 -# CONFIG_NLS_ISO8859_6 is not set
81043 -# CONFIG_NLS_ISO8859_7 is not set
81044 -# CONFIG_NLS_ISO8859_9 is not set
81045 -# CONFIG_NLS_ISO8859_13 is not set
81046 -# CONFIG_NLS_ISO8859_14 is not set
81047 -# CONFIG_NLS_ISO8859_15 is not set
81048 -# CONFIG_NLS_KOI8_R is not set
81049 -# CONFIG_NLS_KOI8_U is not set
81050 -# CONFIG_NLS_UTF8 is not set
81051 -# CONFIG_DLM is not set
81052 -
81053 -#
81054 -# Library routines
81055 -#
81056 -CONFIG_BITREVERSE=y
81057 -CONFIG_CRC_CCITT=y
81058 -# CONFIG_CRC16 is not set
81059 -# CONFIG_CRC_ITU_T is not set
81060 -CONFIG_CRC32=y
81061 -# CONFIG_CRC7 is not set
81062 -# CONFIG_LIBCRC32C is not set
81063 -CONFIG_ZLIB_INFLATE=m
81064 -CONFIG_PLIST=y
81065 -CONFIG_HAS_IOMEM=y
81066 -CONFIG_HAS_IOPORT=y
81067 -CONFIG_HAS_DMA=y
81068 -
81069 -#
81070 -# Kernel hacking
81071 -#
81072 -# CONFIG_PRINTK_TIME is not set
81073 -CONFIG_ENABLE_WARN_DEPRECATED=y
81074 -CONFIG_ENABLE_MUST_CHECK=y
81075 -# CONFIG_MAGIC_SYSRQ is not set
81076 -# CONFIG_UNUSED_SYMBOLS is not set
81077 -# CONFIG_DEBUG_FS is not set
81078 -# CONFIG_HEADERS_CHECK is not set
81079 -CONFIG_DEBUG_KERNEL=y
81080 -# CONFIG_DEBUG_SHIRQ is not set
81081 -CONFIG_DETECT_SOFTLOCKUP=y
81082 -CONFIG_SCHED_DEBUG=y
81083 -# CONFIG_SCHEDSTATS is not set
81084 -# CONFIG_TIMER_STATS is not set
81085 -# CONFIG_SLUB_DEBUG_ON is not set
81086 -# CONFIG_SLUB_STATS is not set
81087 -# CONFIG_DEBUG_RT_MUTEXES is not set
81088 -# CONFIG_RT_MUTEX_TESTER is not set
81089 -# CONFIG_DEBUG_SPINLOCK is not set
81090 -# CONFIG_DEBUG_MUTEXES is not set
81091 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
81092 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
81093 -# CONFIG_DEBUG_KOBJECT is not set
81094 -# CONFIG_DEBUG_HIGHMEM is not set
81095 -# CONFIG_DEBUG_BUGVERBOSE is not set
81096 -# CONFIG_DEBUG_INFO is not set
81097 -# CONFIG_DEBUG_VM is not set
81098 -# CONFIG_DEBUG_LIST is not set
81099 -# CONFIG_DEBUG_SG is not set
81100 -# CONFIG_BOOT_PRINTK_DELAY is not set
81101 -# CONFIG_RCU_TORTURE_TEST is not set
81102 -# CONFIG_BACKTRACE_SELF_TEST is not set
81103 -# CONFIG_FAULT_INJECTION is not set
81104 -# CONFIG_SAMPLES is not set
81105 -# CONFIG_DEBUG_STACKOVERFLOW is not set
81106 -# CONFIG_DEBUG_STACK_USAGE is not set
81107 -# CONFIG_DEBUG_PAGEALLOC is not set
81108 -# CONFIG_DEBUGGER is not set
81109 -# CONFIG_KGDB_CONSOLE is not set
81110 -CONFIG_BDI_SWITCH=y
81111 -# CONFIG_PPC_EARLY_DEBUG is not set
81112 -
81113 -#
81114 -# Security options
81115 -#
81116 -# CONFIG_KEYS is not set
81117 -# CONFIG_SECURITY is not set
81118 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
81119 -CONFIG_CRYPTO=y
81120 -# CONFIG_CRYPTO_SEQIV is not set
81121 -# CONFIG_CRYPTO_MANAGER is not set
81122 -# CONFIG_CRYPTO_HMAC is not set
81123 -# CONFIG_CRYPTO_XCBC is not set
81124 -# CONFIG_CRYPTO_NULL is not set
81125 -# CONFIG_CRYPTO_MD4 is not set
81126 -# CONFIG_CRYPTO_MD5 is not set
81127 -# CONFIG_CRYPTO_SHA1 is not set
81128 -# CONFIG_CRYPTO_SHA256 is not set
81129 -# CONFIG_CRYPTO_SHA512 is not set
81130 -# CONFIG_CRYPTO_WP512 is not set
81131 -# CONFIG_CRYPTO_TGR192 is not set
81132 -# CONFIG_CRYPTO_GF128MUL is not set
81133 -# CONFIG_CRYPTO_ECB is not set
81134 -# CONFIG_CRYPTO_CBC is not set
81135 -# CONFIG_CRYPTO_PCBC is not set
81136 -# CONFIG_CRYPTO_LRW is not set
81137 -# CONFIG_CRYPTO_XTS is not set
81138 -# CONFIG_CRYPTO_CTR is not set
81139 -# CONFIG_CRYPTO_GCM is not set
81140 -# CONFIG_CRYPTO_CCM is not set
81141 -# CONFIG_CRYPTO_CRYPTD is not set
81142 -# CONFIG_CRYPTO_DES is not set
81143 -# CONFIG_CRYPTO_FCRYPT is not set
81144 -# CONFIG_CRYPTO_BLOWFISH is not set
81145 -# CONFIG_CRYPTO_TWOFISH is not set
81146 -# CONFIG_CRYPTO_SERPENT is not set
81147 -# CONFIG_CRYPTO_AES is not set
81148 -# CONFIG_CRYPTO_CAST5 is not set
81149 -# CONFIG_CRYPTO_CAST6 is not set
81150 -# CONFIG_CRYPTO_TEA is not set
81151 -# CONFIG_CRYPTO_ARC4 is not set
81152 -# CONFIG_CRYPTO_KHAZAD is not set
81153 -# CONFIG_CRYPTO_ANUBIS is not set
81154 -# CONFIG_CRYPTO_SEED is not set
81155 -# CONFIG_CRYPTO_SALSA20 is not set
81156 -# CONFIG_CRYPTO_DEFLATE is not set
81157 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
81158 -# CONFIG_CRYPTO_CRC32C is not set
81159 -# CONFIG_CRYPTO_CAMELLIA is not set
81160 -# CONFIG_CRYPTO_TEST is not set
81161 -# CONFIG_CRYPTO_AUTHENC is not set
81162 -# CONFIG_CRYPTO_LZO is not set
81163 -CONFIG_CRYPTO_HW=y
81164 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
81165 -# CONFIG_PPC_CLOCK is not set
81166 -CONFIG_PPC_LIB_RHEAP=y
81167 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/taishan_defconfig powerpc.git/arch/powerpc/configs/taishan_defconfig
81168 --- linux-2.6.25-rc9/arch/powerpc/configs/taishan_defconfig     2008-04-11 22:32:29.000000000 +0200
81169 +++ powerpc.git/arch/powerpc/configs/taishan_defconfig  1970-01-01 01:00:00.000000000 +0100
81170 @@ -1,815 +0,0 @@
81171 -#
81172 -# Automatically generated make config: don't edit
81173 -# Linux kernel version: 2.6.25-rc2
81174 -# Fri Feb 15 21:40:44 2008
81175 -#
81176 -# CONFIG_PPC64 is not set
81177 -
81178 -#
81179 -# Processor support
81180 -#
81181 -# CONFIG_6xx is not set
81182 -# CONFIG_PPC_85xx is not set
81183 -# CONFIG_PPC_8xx is not set
81184 -# CONFIG_40x is not set
81185 -CONFIG_44x=y
81186 -# CONFIG_E200 is not set
81187 -CONFIG_4xx=y
81188 -CONFIG_BOOKE=y
81189 -CONFIG_PTE_64BIT=y
81190 -CONFIG_PHYS_64BIT=y
81191 -# CONFIG_PPC_MM_SLICES is not set
81192 -CONFIG_NOT_COHERENT_CACHE=y
81193 -CONFIG_PPC32=y
81194 -CONFIG_WORD_SIZE=32
81195 -CONFIG_PPC_MERGE=y
81196 -CONFIG_MMU=y
81197 -CONFIG_GENERIC_CMOS_UPDATE=y
81198 -CONFIG_GENERIC_TIME=y
81199 -CONFIG_GENERIC_TIME_VSYSCALL=y
81200 -CONFIG_GENERIC_CLOCKEVENTS=y
81201 -CONFIG_GENERIC_HARDIRQS=y
81202 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
81203 -CONFIG_IRQ_PER_CPU=y
81204 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
81205 -CONFIG_ARCH_HAS_ILOG2_U32=y
81206 -CONFIG_GENERIC_HWEIGHT=y
81207 -CONFIG_GENERIC_CALIBRATE_DELAY=y
81208 -CONFIG_GENERIC_FIND_NEXT_BIT=y
81209 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
81210 -CONFIG_PPC=y
81211 -CONFIG_EARLY_PRINTK=y
81212 -CONFIG_GENERIC_NVRAM=y
81213 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
81214 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
81215 -CONFIG_PPC_OF=y
81216 -CONFIG_OF=y
81217 -CONFIG_PPC_UDBG_16550=y
81218 -# CONFIG_GENERIC_TBSYNC is not set
81219 -CONFIG_AUDIT_ARCH=y
81220 -CONFIG_GENERIC_BUG=y
81221 -# CONFIG_DEFAULT_UIMAGE is not set
81222 -CONFIG_PPC_DCR_NATIVE=y
81223 -# CONFIG_PPC_DCR_MMIO is not set
81224 -CONFIG_PPC_DCR=y
81225 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
81226 -
81227 -#
81228 -# General setup
81229 -#
81230 -CONFIG_EXPERIMENTAL=y
81231 -CONFIG_BROKEN_ON_SMP=y
81232 -CONFIG_INIT_ENV_ARG_LIMIT=32
81233 -CONFIG_LOCALVERSION=""
81234 -CONFIG_LOCALVERSION_AUTO=y
81235 -CONFIG_SWAP=y
81236 -CONFIG_SYSVIPC=y
81237 -CONFIG_SYSVIPC_SYSCTL=y
81238 -CONFIG_POSIX_MQUEUE=y
81239 -# CONFIG_BSD_PROCESS_ACCT is not set
81240 -# CONFIG_TASKSTATS is not set
81241 -# CONFIG_AUDIT is not set
81242 -# CONFIG_IKCONFIG is not set
81243 -CONFIG_LOG_BUF_SHIFT=14
81244 -# CONFIG_CGROUPS is not set
81245 -CONFIG_GROUP_SCHED=y
81246 -CONFIG_FAIR_GROUP_SCHED=y
81247 -# CONFIG_RT_GROUP_SCHED is not set
81248 -CONFIG_USER_SCHED=y
81249 -# CONFIG_CGROUP_SCHED is not set
81250 -CONFIG_SYSFS_DEPRECATED=y
81251 -# CONFIG_RELAY is not set
81252 -# CONFIG_NAMESPACES is not set
81253 -CONFIG_BLK_DEV_INITRD=y
81254 -CONFIG_INITRAMFS_SOURCE=""
81255 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
81256 -CONFIG_SYSCTL=y
81257 -CONFIG_EMBEDDED=y
81258 -CONFIG_SYSCTL_SYSCALL=y
81259 -CONFIG_KALLSYMS=y
81260 -# CONFIG_KALLSYMS_ALL is not set
81261 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
81262 -CONFIG_HOTPLUG=y
81263 -CONFIG_PRINTK=y
81264 -CONFIG_BUG=y
81265 -CONFIG_ELF_CORE=y
81266 -CONFIG_COMPAT_BRK=y
81267 -CONFIG_BASE_FULL=y
81268 -CONFIG_FUTEX=y
81269 -CONFIG_ANON_INODES=y
81270 -CONFIG_EPOLL=y
81271 -CONFIG_SIGNALFD=y
81272 -CONFIG_TIMERFD=y
81273 -CONFIG_EVENTFD=y
81274 -CONFIG_SHMEM=y
81275 -CONFIG_VM_EVENT_COUNTERS=y
81276 -CONFIG_SLUB_DEBUG=y
81277 -# CONFIG_SLAB is not set
81278 -CONFIG_SLUB=y
81279 -# CONFIG_SLOB is not set
81280 -# CONFIG_PROFILING is not set
81281 -# CONFIG_MARKERS is not set
81282 -CONFIG_HAVE_OPROFILE=y
81283 -# CONFIG_KPROBES is not set
81284 -CONFIG_HAVE_KPROBES=y
81285 -CONFIG_PROC_PAGE_MONITOR=y
81286 -CONFIG_SLABINFO=y
81287 -CONFIG_RT_MUTEXES=y
81288 -# CONFIG_TINY_SHMEM is not set
81289 -CONFIG_BASE_SMALL=0
81290 -CONFIG_MODULES=y
81291 -CONFIG_MODULE_UNLOAD=y
81292 -# CONFIG_MODULE_FORCE_UNLOAD is not set
81293 -# CONFIG_MODVERSIONS is not set
81294 -# CONFIG_MODULE_SRCVERSION_ALL is not set
81295 -CONFIG_KMOD=y
81296 -CONFIG_BLOCK=y
81297 -CONFIG_LBD=y
81298 -# CONFIG_BLK_DEV_IO_TRACE is not set
81299 -# CONFIG_LSF is not set
81300 -# CONFIG_BLK_DEV_BSG is not set
81301 -
81302 -#
81303 -# IO Schedulers
81304 -#
81305 -CONFIG_IOSCHED_NOOP=y
81306 -CONFIG_IOSCHED_AS=y
81307 -CONFIG_IOSCHED_DEADLINE=y
81308 -CONFIG_IOSCHED_CFQ=y
81309 -CONFIG_DEFAULT_AS=y
81310 -# CONFIG_DEFAULT_DEADLINE is not set
81311 -# CONFIG_DEFAULT_CFQ is not set
81312 -# CONFIG_DEFAULT_NOOP is not set
81313 -CONFIG_DEFAULT_IOSCHED="anticipatory"
81314 -CONFIG_CLASSIC_RCU=y
81315 -# CONFIG_PREEMPT_RCU is not set
81316 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
81317 -
81318 -#
81319 -# Platform support
81320 -#
81321 -# CONFIG_PPC_MPC512x is not set
81322 -# CONFIG_PPC_MPC5121 is not set
81323 -# CONFIG_PPC_CELL is not set
81324 -# CONFIG_PPC_CELL_NATIVE is not set
81325 -# CONFIG_PQ2ADS is not set
81326 -# CONFIG_BAMBOO is not set
81327 -# CONFIG_EBONY is not set
81328 -# CONFIG_SEQUOIA is not set
81329 -CONFIG_TAISHAN=y
81330 -# CONFIG_KATMAI is not set
81331 -# CONFIG_RAINIER is not set
81332 -# CONFIG_WARP is not set
81333 -CONFIG_440GX=y
81334 -# CONFIG_IPIC is not set
81335 -# CONFIG_MPIC is not set
81336 -# CONFIG_MPIC_WEIRD is not set
81337 -# CONFIG_PPC_I8259 is not set
81338 -# CONFIG_PPC_RTAS is not set
81339 -# CONFIG_MMIO_NVRAM is not set
81340 -# CONFIG_PPC_MPC106 is not set
81341 -# CONFIG_PPC_970_NAP is not set
81342 -# CONFIG_PPC_INDIRECT_IO is not set
81343 -# CONFIG_GENERIC_IOMAP is not set
81344 -# CONFIG_CPU_FREQ is not set
81345 -# CONFIG_FSL_ULI1575 is not set
81346 -
81347 -#
81348 -# Kernel options
81349 -#
81350 -# CONFIG_HIGHMEM is not set
81351 -# CONFIG_TICK_ONESHOT is not set
81352 -# CONFIG_NO_HZ is not set
81353 -# CONFIG_HIGH_RES_TIMERS is not set
81354 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
81355 -# CONFIG_HZ_100 is not set
81356 -CONFIG_HZ_250=y
81357 -# CONFIG_HZ_300 is not set
81358 -# CONFIG_HZ_1000 is not set
81359 -CONFIG_HZ=250
81360 -# CONFIG_SCHED_HRTICK is not set
81361 -CONFIG_PREEMPT_NONE=y
81362 -# CONFIG_PREEMPT_VOLUNTARY is not set
81363 -# CONFIG_PREEMPT is not set
81364 -CONFIG_RCU_TRACE=y
81365 -CONFIG_BINFMT_ELF=y
81366 -# CONFIG_BINFMT_MISC is not set
81367 -# CONFIG_MATH_EMULATION is not set
81368 -# CONFIG_IOMMU_HELPER is not set
81369 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
81370 -CONFIG_ARCH_HAS_WALK_MEMORY=y
81371 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
81372 -CONFIG_ARCH_FLATMEM_ENABLE=y
81373 -CONFIG_ARCH_POPULATES_NODE_MAP=y
81374 -CONFIG_SELECT_MEMORY_MODEL=y
81375 -CONFIG_FLATMEM_MANUAL=y
81376 -# CONFIG_DISCONTIGMEM_MANUAL is not set
81377 -# CONFIG_SPARSEMEM_MANUAL is not set
81378 -CONFIG_FLATMEM=y
81379 -CONFIG_FLAT_NODE_MEM_MAP=y
81380 -# CONFIG_SPARSEMEM_STATIC is not set
81381 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
81382 -CONFIG_SPLIT_PTLOCK_CPUS=4
81383 -CONFIG_RESOURCES_64BIT=y
81384 -CONFIG_ZONE_DMA_FLAG=1
81385 -CONFIG_BOUNCE=y
81386 -CONFIG_VIRT_TO_BUS=y
81387 -CONFIG_PROC_DEVICETREE=y
81388 -CONFIG_CMDLINE_BOOL=y
81389 -CONFIG_CMDLINE=""
81390 -CONFIG_SECCOMP=y
81391 -CONFIG_ISA_DMA_API=y
81392 -
81393 -#
81394 -# Bus options
81395 -#
81396 -CONFIG_ZONE_DMA=y
81397 -CONFIG_PPC_INDIRECT_PCI=y
81398 -CONFIG_PCI=y
81399 -CONFIG_PCI_DOMAINS=y
81400 -CONFIG_PCI_SYSCALL=y
81401 -# CONFIG_PCIEPORTBUS is not set
81402 -CONFIG_ARCH_SUPPORTS_MSI=y
81403 -# CONFIG_PCI_MSI is not set
81404 -CONFIG_PCI_LEGACY=y
81405 -# CONFIG_PCI_DEBUG is not set
81406 -# CONFIG_PCCARD is not set
81407 -# CONFIG_HOTPLUG_PCI is not set
81408 -
81409 -#
81410 -# Advanced setup
81411 -#
81412 -# CONFIG_ADVANCED_OPTIONS is not set
81413 -
81414 -#
81415 -# Default settings for advanced configuration options are used
81416 -#
81417 -CONFIG_HIGHMEM_START=0xfe000000
81418 -CONFIG_LOWMEM_SIZE=0x30000000
81419 -CONFIG_KERNEL_START=0xc0000000
81420 -CONFIG_TASK_SIZE=0xc0000000
81421 -CONFIG_CONSISTENT_START=0xff100000
81422 -CONFIG_CONSISTENT_SIZE=0x00200000
81423 -CONFIG_BOOT_LOAD=0x01000000
81424 -
81425 -#
81426 -# Networking
81427 -#
81428 -CONFIG_NET=y
81429 -
81430 -#
81431 -# Networking options
81432 -#
81433 -CONFIG_PACKET=y
81434 -# CONFIG_PACKET_MMAP is not set
81435 -CONFIG_UNIX=y
81436 -# CONFIG_NET_KEY is not set
81437 -CONFIG_INET=y
81438 -# CONFIG_IP_MULTICAST is not set
81439 -# CONFIG_IP_ADVANCED_ROUTER is not set
81440 -CONFIG_IP_FIB_HASH=y
81441 -CONFIG_IP_PNP=y
81442 -CONFIG_IP_PNP_DHCP=y
81443 -CONFIG_IP_PNP_BOOTP=y
81444 -# CONFIG_IP_PNP_RARP is not set
81445 -# CONFIG_NET_IPIP is not set
81446 -# CONFIG_NET_IPGRE is not set
81447 -# CONFIG_ARPD is not set
81448 -# CONFIG_SYN_COOKIES is not set
81449 -# CONFIG_INET_AH is not set
81450 -# CONFIG_INET_ESP is not set
81451 -# CONFIG_INET_IPCOMP is not set
81452 -# CONFIG_INET_XFRM_TUNNEL is not set
81453 -# CONFIG_INET_TUNNEL is not set
81454 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
81455 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
81456 -# CONFIG_INET_XFRM_MODE_BEET is not set
81457 -# CONFIG_INET_LRO is not set
81458 -CONFIG_INET_DIAG=y
81459 -CONFIG_INET_TCP_DIAG=y
81460 -# CONFIG_TCP_CONG_ADVANCED is not set
81461 -CONFIG_TCP_CONG_CUBIC=y
81462 -CONFIG_DEFAULT_TCP_CONG="cubic"
81463 -# CONFIG_TCP_MD5SIG is not set
81464 -# CONFIG_IPV6 is not set
81465 -# CONFIG_INET6_XFRM_TUNNEL is not set
81466 -# CONFIG_INET6_TUNNEL is not set
81467 -# CONFIG_NETWORK_SECMARK is not set
81468 -# CONFIG_NETFILTER is not set
81469 -# CONFIG_IP_DCCP is not set
81470 -# CONFIG_IP_SCTP is not set
81471 -# CONFIG_TIPC is not set
81472 -# CONFIG_ATM is not set
81473 -# CONFIG_BRIDGE is not set
81474 -# CONFIG_VLAN_8021Q is not set
81475 -# CONFIG_DECNET is not set
81476 -# CONFIG_LLC2 is not set
81477 -# CONFIG_IPX is not set
81478 -# CONFIG_ATALK is not set
81479 -# CONFIG_X25 is not set
81480 -# CONFIG_LAPB is not set
81481 -# CONFIG_ECONET is not set
81482 -# CONFIG_WAN_ROUTER is not set
81483 -# CONFIG_NET_SCHED is not set
81484 -
81485 -#
81486 -# Network testing
81487 -#
81488 -# CONFIG_NET_PKTGEN is not set
81489 -# CONFIG_HAMRADIO is not set
81490 -# CONFIG_CAN is not set
81491 -# CONFIG_IRDA is not set
81492 -# CONFIG_BT is not set
81493 -# CONFIG_AF_RXRPC is not set
81494 -
81495 -#
81496 -# Wireless
81497 -#
81498 -# CONFIG_CFG80211 is not set
81499 -# CONFIG_WIRELESS_EXT is not set
81500 -# CONFIG_MAC80211 is not set
81501 -# CONFIG_IEEE80211 is not set
81502 -# CONFIG_RFKILL is not set
81503 -# CONFIG_NET_9P is not set
81504 -
81505 -#
81506 -# Device Drivers
81507 -#
81508 -
81509 -#
81510 -# Generic Driver Options
81511 -#
81512 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
81513 -CONFIG_STANDALONE=y
81514 -CONFIG_PREVENT_FIRMWARE_BUILD=y
81515 -CONFIG_FW_LOADER=y
81516 -# CONFIG_DEBUG_DRIVER is not set
81517 -# CONFIG_DEBUG_DEVRES is not set
81518 -# CONFIG_SYS_HYPERVISOR is not set
81519 -CONFIG_CONNECTOR=y
81520 -CONFIG_PROC_EVENTS=y
81521 -# CONFIG_MTD is not set
81522 -CONFIG_OF_DEVICE=y
81523 -# CONFIG_PARPORT is not set
81524 -CONFIG_BLK_DEV=y
81525 -# CONFIG_BLK_DEV_FD is not set
81526 -# CONFIG_BLK_CPQ_DA is not set
81527 -# CONFIG_BLK_CPQ_CISS_DA is not set
81528 -# CONFIG_BLK_DEV_DAC960 is not set
81529 -# CONFIG_BLK_DEV_UMEM is not set
81530 -# CONFIG_BLK_DEV_COW_COMMON is not set
81531 -# CONFIG_BLK_DEV_LOOP is not set
81532 -# CONFIG_BLK_DEV_NBD is not set
81533 -# CONFIG_BLK_DEV_SX8 is not set
81534 -CONFIG_BLK_DEV_RAM=y
81535 -CONFIG_BLK_DEV_RAM_COUNT=16
81536 -CONFIG_BLK_DEV_RAM_SIZE=35000
81537 -# CONFIG_BLK_DEV_XIP is not set
81538 -# CONFIG_CDROM_PKTCDVD is not set
81539 -# CONFIG_ATA_OVER_ETH is not set
81540 -# CONFIG_XILINX_SYSACE is not set
81541 -CONFIG_MISC_DEVICES=y
81542 -# CONFIG_PHANTOM is not set
81543 -# CONFIG_EEPROM_93CX6 is not set
81544 -# CONFIG_SGI_IOC4 is not set
81545 -# CONFIG_TIFM_CORE is not set
81546 -# CONFIG_ENCLOSURE_SERVICES is not set
81547 -CONFIG_HAVE_IDE=y
81548 -# CONFIG_IDE is not set
81549 -
81550 -#
81551 -# SCSI device support
81552 -#
81553 -# CONFIG_RAID_ATTRS is not set
81554 -# CONFIG_SCSI is not set
81555 -# CONFIG_SCSI_DMA is not set
81556 -# CONFIG_SCSI_NETLINK is not set
81557 -# CONFIG_ATA is not set
81558 -# CONFIG_MD is not set
81559 -# CONFIG_FUSION is not set
81560 -
81561 -#
81562 -# IEEE 1394 (FireWire) support
81563 -#
81564 -# CONFIG_FIREWIRE is not set
81565 -# CONFIG_IEEE1394 is not set
81566 -# CONFIG_I2O is not set
81567 -CONFIG_MACINTOSH_DRIVERS=y
81568 -# CONFIG_MAC_EMUMOUSEBTN is not set
81569 -# CONFIG_WINDFARM is not set
81570 -CONFIG_NETDEVICES=y
81571 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
81572 -# CONFIG_DUMMY is not set
81573 -# CONFIG_BONDING is not set
81574 -# CONFIG_MACVLAN is not set
81575 -# CONFIG_EQUALIZER is not set
81576 -# CONFIG_TUN is not set
81577 -# CONFIG_VETH is not set
81578 -# CONFIG_ARCNET is not set
81579 -# CONFIG_PHYLIB is not set
81580 -CONFIG_NET_ETHERNET=y
81581 -# CONFIG_MII is not set
81582 -# CONFIG_HAPPYMEAL is not set
81583 -# CONFIG_SUNGEM is not set
81584 -# CONFIG_CASSINI is not set
81585 -# CONFIG_NET_VENDOR_3COM is not set
81586 -# CONFIG_NET_TULIP is not set
81587 -# CONFIG_HP100 is not set
81588 -CONFIG_IBM_NEW_EMAC=y
81589 -CONFIG_IBM_NEW_EMAC_RXB=128
81590 -CONFIG_IBM_NEW_EMAC_TXB=64
81591 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
81592 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
81593 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
81594 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
81595 -CONFIG_IBM_NEW_EMAC_ZMII=y
81596 -CONFIG_IBM_NEW_EMAC_RGMII=y
81597 -CONFIG_IBM_NEW_EMAC_TAH=y
81598 -CONFIG_IBM_NEW_EMAC_EMAC4=y
81599 -# CONFIG_NET_PCI is not set
81600 -# CONFIG_B44 is not set
81601 -CONFIG_NETDEV_1000=y
81602 -# CONFIG_ACENIC is not set
81603 -# CONFIG_DL2K is not set
81604 -# CONFIG_E1000 is not set
81605 -# CONFIG_E1000E is not set
81606 -# CONFIG_E1000E_ENABLED is not set
81607 -# CONFIG_IP1000 is not set
81608 -# CONFIG_IGB is not set
81609 -# CONFIG_NS83820 is not set
81610 -# CONFIG_HAMACHI is not set
81611 -# CONFIG_YELLOWFIN is not set
81612 -# CONFIG_R8169 is not set
81613 -# CONFIG_SIS190 is not set
81614 -# CONFIG_SKGE is not set
81615 -# CONFIG_SKY2 is not set
81616 -# CONFIG_SK98LIN is not set
81617 -# CONFIG_VIA_VELOCITY is not set
81618 -# CONFIG_TIGON3 is not set
81619 -# CONFIG_BNX2 is not set
81620 -# CONFIG_QLA3XXX is not set
81621 -# CONFIG_ATL1 is not set
81622 -CONFIG_NETDEV_10000=y
81623 -# CONFIG_CHELSIO_T1 is not set
81624 -# CONFIG_CHELSIO_T3 is not set
81625 -# CONFIG_IXGBE is not set
81626 -# CONFIG_IXGB is not set
81627 -# CONFIG_S2IO is not set
81628 -# CONFIG_MYRI10GE is not set
81629 -# CONFIG_NETXEN_NIC is not set
81630 -# CONFIG_NIU is not set
81631 -# CONFIG_MLX4_CORE is not set
81632 -# CONFIG_TEHUTI is not set
81633 -# CONFIG_BNX2X is not set
81634 -# CONFIG_TR is not set
81635 -
81636 -#
81637 -# Wireless LAN
81638 -#
81639 -# CONFIG_WLAN_PRE80211 is not set
81640 -# CONFIG_WLAN_80211 is not set
81641 -# CONFIG_WAN is not set
81642 -# CONFIG_FDDI is not set
81643 -# CONFIG_HIPPI is not set
81644 -# CONFIG_PPP is not set
81645 -# CONFIG_SLIP is not set
81646 -# CONFIG_NETCONSOLE is not set
81647 -# CONFIG_NETPOLL is not set
81648 -# CONFIG_NET_POLL_CONTROLLER is not set
81649 -# CONFIG_ISDN is not set
81650 -# CONFIG_PHONE is not set
81651 -
81652 -#
81653 -# Input device support
81654 -#
81655 -# CONFIG_INPUT is not set
81656 -
81657 -#
81658 -# Hardware I/O ports
81659 -#
81660 -# CONFIG_SERIO is not set
81661 -# CONFIG_GAMEPORT is not set
81662 -
81663 -#
81664 -# Character devices
81665 -#
81666 -# CONFIG_VT is not set
81667 -# CONFIG_SERIAL_NONSTANDARD is not set
81668 -# CONFIG_NOZOMI is not set
81669 -
81670 -#
81671 -# Serial drivers
81672 -#
81673 -CONFIG_SERIAL_8250=y
81674 -CONFIG_SERIAL_8250_CONSOLE=y
81675 -# CONFIG_SERIAL_8250_PCI is not set
81676 -CONFIG_SERIAL_8250_NR_UARTS=4
81677 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
81678 -CONFIG_SERIAL_8250_EXTENDED=y
81679 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
81680 -CONFIG_SERIAL_8250_SHARE_IRQ=y
81681 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
81682 -# CONFIG_SERIAL_8250_RSA is not set
81683 -
81684 -#
81685 -# Non-8250 serial port support
81686 -#
81687 -# CONFIG_SERIAL_UARTLITE is not set
81688 -CONFIG_SERIAL_CORE=y
81689 -CONFIG_SERIAL_CORE_CONSOLE=y
81690 -# CONFIG_SERIAL_JSM is not set
81691 -CONFIG_SERIAL_OF_PLATFORM=y
81692 -CONFIG_UNIX98_PTYS=y
81693 -CONFIG_LEGACY_PTYS=y
81694 -CONFIG_LEGACY_PTY_COUNT=256
81695 -# CONFIG_IPMI_HANDLER is not set
81696 -# CONFIG_HW_RANDOM is not set
81697 -# CONFIG_NVRAM is not set
81698 -# CONFIG_GEN_RTC is not set
81699 -# CONFIG_R3964 is not set
81700 -# CONFIG_APPLICOM is not set
81701 -# CONFIG_RAW_DRIVER is not set
81702 -# CONFIG_TCG_TPM is not set
81703 -CONFIG_DEVPORT=y
81704 -# CONFIG_I2C is not set
81705 -
81706 -#
81707 -# SPI support
81708 -#
81709 -# CONFIG_SPI is not set
81710 -# CONFIG_SPI_MASTER is not set
81711 -# CONFIG_W1 is not set
81712 -# CONFIG_POWER_SUPPLY is not set
81713 -# CONFIG_HWMON is not set
81714 -CONFIG_THERMAL=y
81715 -# CONFIG_WATCHDOG is not set
81716 -
81717 -#
81718 -# Sonics Silicon Backplane
81719 -#
81720 -CONFIG_SSB_POSSIBLE=y
81721 -# CONFIG_SSB is not set
81722 -
81723 -#
81724 -# Multifunction device drivers
81725 -#
81726 -# CONFIG_MFD_SM501 is not set
81727 -
81728 -#
81729 -# Multimedia devices
81730 -#
81731 -# CONFIG_VIDEO_DEV is not set
81732 -# CONFIG_DVB_CORE is not set
81733 -CONFIG_DAB=y
81734 -
81735 -#
81736 -# Graphics support
81737 -#
81738 -# CONFIG_AGP is not set
81739 -# CONFIG_DRM is not set
81740 -# CONFIG_VGASTATE is not set
81741 -CONFIG_VIDEO_OUTPUT_CONTROL=m
81742 -# CONFIG_FB is not set
81743 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
81744 -
81745 -#
81746 -# Display device support
81747 -#
81748 -# CONFIG_DISPLAY_SUPPORT is not set
81749 -
81750 -#
81751 -# Sound
81752 -#
81753 -# CONFIG_SOUND is not set
81754 -CONFIG_USB_SUPPORT=y
81755 -CONFIG_USB_ARCH_HAS_HCD=y
81756 -CONFIG_USB_ARCH_HAS_OHCI=y
81757 -CONFIG_USB_ARCH_HAS_EHCI=y
81758 -# CONFIG_USB is not set
81759 -
81760 -#
81761 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
81762 -#
81763 -# CONFIG_USB_GADGET is not set
81764 -# CONFIG_MMC is not set
81765 -# CONFIG_MEMSTICK is not set
81766 -# CONFIG_NEW_LEDS is not set
81767 -# CONFIG_INFINIBAND is not set
81768 -# CONFIG_EDAC is not set
81769 -# CONFIG_RTC_CLASS is not set
81770 -
81771 -#
81772 -# Userspace I/O
81773 -#
81774 -# CONFIG_UIO is not set
81775 -
81776 -#
81777 -# File systems
81778 -#
81779 -CONFIG_EXT2_FS=y
81780 -# CONFIG_EXT2_FS_XATTR is not set
81781 -# CONFIG_EXT2_FS_XIP is not set
81782 -# CONFIG_EXT3_FS is not set
81783 -# CONFIG_EXT4DEV_FS is not set
81784 -# CONFIG_REISERFS_FS is not set
81785 -# CONFIG_JFS_FS is not set
81786 -# CONFIG_FS_POSIX_ACL is not set
81787 -# CONFIG_XFS_FS is not set
81788 -# CONFIG_GFS2_FS is not set
81789 -# CONFIG_OCFS2_FS is not set
81790 -CONFIG_DNOTIFY=y
81791 -CONFIG_INOTIFY=y
81792 -CONFIG_INOTIFY_USER=y
81793 -# CONFIG_QUOTA is not set
81794 -# CONFIG_AUTOFS_FS is not set
81795 -# CONFIG_AUTOFS4_FS is not set
81796 -# CONFIG_FUSE_FS is not set
81797 -
81798 -#
81799 -# CD-ROM/DVD Filesystems
81800 -#
81801 -# CONFIG_ISO9660_FS is not set
81802 -# CONFIG_UDF_FS is not set
81803 -
81804 -#
81805 -# DOS/FAT/NT Filesystems
81806 -#
81807 -# CONFIG_MSDOS_FS is not set
81808 -# CONFIG_VFAT_FS is not set
81809 -# CONFIG_NTFS_FS is not set
81810 -
81811 -#
81812 -# Pseudo filesystems
81813 -#
81814 -CONFIG_PROC_FS=y
81815 -CONFIG_PROC_KCORE=y
81816 -CONFIG_PROC_SYSCTL=y
81817 -CONFIG_SYSFS=y
81818 -CONFIG_TMPFS=y
81819 -# CONFIG_TMPFS_POSIX_ACL is not set
81820 -# CONFIG_HUGETLB_PAGE is not set
81821 -# CONFIG_CONFIGFS_FS is not set
81822 -
81823 -#
81824 -# Miscellaneous filesystems
81825 -#
81826 -# CONFIG_ADFS_FS is not set
81827 -# CONFIG_AFFS_FS is not set
81828 -# CONFIG_HFS_FS is not set
81829 -# CONFIG_HFSPLUS_FS is not set
81830 -# CONFIG_BEFS_FS is not set
81831 -# CONFIG_BFS_FS is not set
81832 -# CONFIG_EFS_FS is not set
81833 -CONFIG_CRAMFS=y
81834 -# CONFIG_VXFS_FS is not set
81835 -# CONFIG_MINIX_FS is not set
81836 -# CONFIG_HPFS_FS is not set
81837 -# CONFIG_QNX4FS_FS is not set
81838 -# CONFIG_ROMFS_FS is not set
81839 -# CONFIG_SYSV_FS is not set
81840 -# CONFIG_UFS_FS is not set
81841 -CONFIG_NETWORK_FILESYSTEMS=y
81842 -CONFIG_NFS_FS=y
81843 -CONFIG_NFS_V3=y
81844 -# CONFIG_NFS_V3_ACL is not set
81845 -# CONFIG_NFS_V4 is not set
81846 -# CONFIG_NFS_DIRECTIO is not set
81847 -# CONFIG_NFSD is not set
81848 -CONFIG_ROOT_NFS=y
81849 -CONFIG_LOCKD=y
81850 -CONFIG_LOCKD_V4=y
81851 -CONFIG_NFS_COMMON=y
81852 -CONFIG_SUNRPC=y
81853 -# CONFIG_SUNRPC_BIND34 is not set
81854 -# CONFIG_RPCSEC_GSS_KRB5 is not set
81855 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
81856 -# CONFIG_SMB_FS is not set
81857 -# CONFIG_CIFS is not set
81858 -# CONFIG_NCP_FS is not set
81859 -# CONFIG_CODA_FS is not set
81860 -# CONFIG_AFS_FS is not set
81861 -
81862 -#
81863 -# Partition Types
81864 -#
81865 -# CONFIG_PARTITION_ADVANCED is not set
81866 -CONFIG_MSDOS_PARTITION=y
81867 -# CONFIG_NLS is not set
81868 -# CONFIG_DLM is not set
81869 -
81870 -#
81871 -# Library routines
81872 -#
81873 -CONFIG_BITREVERSE=y
81874 -# CONFIG_CRC_CCITT is not set
81875 -# CONFIG_CRC16 is not set
81876 -# CONFIG_CRC_ITU_T is not set
81877 -CONFIG_CRC32=y
81878 -# CONFIG_CRC7 is not set
81879 -# CONFIG_LIBCRC32C is not set
81880 -CONFIG_ZLIB_INFLATE=y
81881 -CONFIG_PLIST=y
81882 -CONFIG_HAS_IOMEM=y
81883 -CONFIG_HAS_IOPORT=y
81884 -CONFIG_HAS_DMA=y
81885 -
81886 -#
81887 -# Kernel hacking
81888 -#
81889 -# CONFIG_PRINTK_TIME is not set
81890 -CONFIG_ENABLE_WARN_DEPRECATED=y
81891 -CONFIG_ENABLE_MUST_CHECK=y
81892 -CONFIG_MAGIC_SYSRQ=y
81893 -# CONFIG_UNUSED_SYMBOLS is not set
81894 -CONFIG_DEBUG_FS=y
81895 -# CONFIG_HEADERS_CHECK is not set
81896 -CONFIG_DEBUG_KERNEL=y
81897 -# CONFIG_DEBUG_SHIRQ is not set
81898 -CONFIG_DETECT_SOFTLOCKUP=y
81899 -CONFIG_SCHED_DEBUG=y
81900 -# CONFIG_SCHEDSTATS is not set
81901 -# CONFIG_TIMER_STATS is not set
81902 -# CONFIG_SLUB_DEBUG_ON is not set
81903 -# CONFIG_SLUB_STATS is not set
81904 -# CONFIG_DEBUG_RT_MUTEXES is not set
81905 -# CONFIG_RT_MUTEX_TESTER is not set
81906 -# CONFIG_DEBUG_SPINLOCK is not set
81907 -# CONFIG_DEBUG_MUTEXES is not set
81908 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
81909 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
81910 -# CONFIG_DEBUG_KOBJECT is not set
81911 -# CONFIG_DEBUG_BUGVERBOSE is not set
81912 -# CONFIG_DEBUG_INFO is not set
81913 -# CONFIG_DEBUG_VM is not set
81914 -# CONFIG_DEBUG_LIST is not set
81915 -# CONFIG_DEBUG_SG is not set
81916 -# CONFIG_BOOT_PRINTK_DELAY is not set
81917 -# CONFIG_RCU_TORTURE_TEST is not set
81918 -# CONFIG_BACKTRACE_SELF_TEST is not set
81919 -# CONFIG_FAULT_INJECTION is not set
81920 -# CONFIG_SAMPLES is not set
81921 -# CONFIG_DEBUG_STACKOVERFLOW is not set
81922 -# CONFIG_DEBUG_STACK_USAGE is not set
81923 -# CONFIG_DEBUG_PAGEALLOC is not set
81924 -CONFIG_DEBUGGER=y
81925 -# CONFIG_KGDB is not set
81926 -# CONFIG_XMON is not set
81927 -# CONFIG_VIRQ_DEBUG is not set
81928 -# CONFIG_BDI_SWITCH is not set
81929 -# CONFIG_PPC_EARLY_DEBUG is not set
81930 -
81931 -#
81932 -# Security options
81933 -#
81934 -# CONFIG_KEYS is not set
81935 -# CONFIG_SECURITY is not set
81936 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
81937 -CONFIG_CRYPTO=y
81938 -CONFIG_CRYPTO_ALGAPI=y
81939 -CONFIG_CRYPTO_BLKCIPHER=y
81940 -# CONFIG_CRYPTO_SEQIV is not set
81941 -CONFIG_CRYPTO_MANAGER=y
81942 -# CONFIG_CRYPTO_HMAC is not set
81943 -# CONFIG_CRYPTO_XCBC is not set
81944 -# CONFIG_CRYPTO_NULL is not set
81945 -# CONFIG_CRYPTO_MD4 is not set
81946 -CONFIG_CRYPTO_MD5=y
81947 -# CONFIG_CRYPTO_SHA1 is not set
81948 -# CONFIG_CRYPTO_SHA256 is not set
81949 -# CONFIG_CRYPTO_SHA512 is not set
81950 -# CONFIG_CRYPTO_WP512 is not set
81951 -# CONFIG_CRYPTO_TGR192 is not set
81952 -# CONFIG_CRYPTO_GF128MUL is not set
81953 -CONFIG_CRYPTO_ECB=y
81954 -CONFIG_CRYPTO_CBC=y
81955 -CONFIG_CRYPTO_PCBC=y
81956 -# CONFIG_CRYPTO_LRW is not set
81957 -# CONFIG_CRYPTO_XTS is not set
81958 -# CONFIG_CRYPTO_CTR is not set
81959 -# CONFIG_CRYPTO_GCM is not set
81960 -# CONFIG_CRYPTO_CCM is not set
81961 -# CONFIG_CRYPTO_CRYPTD is not set
81962 -CONFIG_CRYPTO_DES=y
81963 -# CONFIG_CRYPTO_FCRYPT is not set
81964 -# CONFIG_CRYPTO_BLOWFISH is not set
81965 -# CONFIG_CRYPTO_TWOFISH is not set
81966 -# CONFIG_CRYPTO_SERPENT is not set
81967 -# CONFIG_CRYPTO_AES is not set
81968 -# CONFIG_CRYPTO_CAST5 is not set
81969 -# CONFIG_CRYPTO_CAST6 is not set
81970 -# CONFIG_CRYPTO_TEA is not set
81971 -# CONFIG_CRYPTO_ARC4 is not set
81972 -# CONFIG_CRYPTO_KHAZAD is not set
81973 -# CONFIG_CRYPTO_ANUBIS is not set
81974 -# CONFIG_CRYPTO_SEED is not set
81975 -# CONFIG_CRYPTO_SALSA20 is not set
81976 -# CONFIG_CRYPTO_DEFLATE is not set
81977 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
81978 -# CONFIG_CRYPTO_CRC32C is not set
81979 -# CONFIG_CRYPTO_CAMELLIA is not set
81980 -# CONFIG_CRYPTO_TEST is not set
81981 -# CONFIG_CRYPTO_AUTHENC is not set
81982 -# CONFIG_CRYPTO_LZO is not set
81983 -CONFIG_CRYPTO_HW=y
81984 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
81985 -# CONFIG_PPC_CLOCK is not set
81986 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8540_defconfig powerpc.git/arch/powerpc/configs/tqm8540_defconfig
81987 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8540_defconfig     2008-04-11 22:32:29.000000000 +0200
81988 +++ powerpc.git/arch/powerpc/configs/tqm8540_defconfig  1970-01-01 01:00:00.000000000 +0100
81989 @@ -1,1097 +0,0 @@
81990 -#
81991 -# Automatically generated make config: don't edit
81992 -# Linux kernel version: 2.6.25-rc6
81993 -# Mon Mar 24 08:48:43 2008
81994 -#
81995 -# CONFIG_PPC64 is not set
81996 -
81997 -#
81998 -# Processor support
81999 -#
82000 -# CONFIG_6xx is not set
82001 -CONFIG_PPC_85xx=y
82002 -# CONFIG_PPC_8xx is not set
82003 -# CONFIG_40x is not set
82004 -# CONFIG_44x is not set
82005 -# CONFIG_E200 is not set
82006 -CONFIG_E500=y
82007 -CONFIG_BOOKE=y
82008 -CONFIG_FSL_BOOKE=y
82009 -CONFIG_FSL_EMB_PERFMON=y
82010 -# CONFIG_PHYS_64BIT is not set
82011 -CONFIG_SPE=y
82012 -# CONFIG_PPC_MM_SLICES is not set
82013 -CONFIG_PPC32=y
82014 -CONFIG_WORD_SIZE=32
82015 -CONFIG_PPC_MERGE=y
82016 -CONFIG_MMU=y
82017 -CONFIG_GENERIC_CMOS_UPDATE=y
82018 -CONFIG_GENERIC_TIME=y
82019 -CONFIG_GENERIC_TIME_VSYSCALL=y
82020 -CONFIG_GENERIC_CLOCKEVENTS=y
82021 -CONFIG_GENERIC_HARDIRQS=y
82022 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
82023 -CONFIG_IRQ_PER_CPU=y
82024 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
82025 -CONFIG_ARCH_HAS_ILOG2_U32=y
82026 -CONFIG_GENERIC_HWEIGHT=y
82027 -CONFIG_GENERIC_CALIBRATE_DELAY=y
82028 -CONFIG_GENERIC_FIND_NEXT_BIT=y
82029 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
82030 -CONFIG_PPC=y
82031 -CONFIG_EARLY_PRINTK=y
82032 -CONFIG_GENERIC_NVRAM=y
82033 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
82034 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
82035 -CONFIG_PPC_OF=y
82036 -CONFIG_OF=y
82037 -CONFIG_PPC_UDBG_16550=y
82038 -# CONFIG_GENERIC_TBSYNC is not set
82039 -CONFIG_AUDIT_ARCH=y
82040 -CONFIG_GENERIC_BUG=y
82041 -CONFIG_DEFAULT_UIMAGE=y
82042 -# CONFIG_PPC_DCR_NATIVE is not set
82043 -# CONFIG_PPC_DCR_MMIO is not set
82044 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
82045 -
82046 -#
82047 -# General setup
82048 -#
82049 -CONFIG_EXPERIMENTAL=y
82050 -CONFIG_BROKEN_ON_SMP=y
82051 -CONFIG_INIT_ENV_ARG_LIMIT=32
82052 -CONFIG_LOCALVERSION=""
82053 -CONFIG_LOCALVERSION_AUTO=y
82054 -CONFIG_SWAP=y
82055 -CONFIG_SYSVIPC=y
82056 -CONFIG_SYSVIPC_SYSCTL=y
82057 -# CONFIG_POSIX_MQUEUE is not set
82058 -# CONFIG_BSD_PROCESS_ACCT is not set
82059 -# CONFIG_TASKSTATS is not set
82060 -# CONFIG_AUDIT is not set
82061 -# CONFIG_IKCONFIG is not set
82062 -CONFIG_LOG_BUF_SHIFT=14
82063 -# CONFIG_CGROUPS is not set
82064 -CONFIG_GROUP_SCHED=y
82065 -CONFIG_FAIR_GROUP_SCHED=y
82066 -# CONFIG_RT_GROUP_SCHED is not set
82067 -CONFIG_USER_SCHED=y
82068 -# CONFIG_CGROUP_SCHED is not set
82069 -CONFIG_SYSFS_DEPRECATED=y
82070 -CONFIG_SYSFS_DEPRECATED_V2=y
82071 -# CONFIG_RELAY is not set
82072 -# CONFIG_NAMESPACES is not set
82073 -CONFIG_BLK_DEV_INITRD=y
82074 -CONFIG_INITRAMFS_SOURCE=""
82075 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
82076 -CONFIG_SYSCTL=y
82077 -CONFIG_EMBEDDED=y
82078 -CONFIG_SYSCTL_SYSCALL=y
82079 -# CONFIG_KALLSYMS is not set
82080 -# CONFIG_HOTPLUG is not set
82081 -CONFIG_PRINTK=y
82082 -CONFIG_BUG=y
82083 -CONFIG_ELF_CORE=y
82084 -CONFIG_COMPAT_BRK=y
82085 -CONFIG_BASE_FULL=y
82086 -CONFIG_FUTEX=y
82087 -CONFIG_ANON_INODES=y
82088 -# CONFIG_EPOLL is not set
82089 -CONFIG_SIGNALFD=y
82090 -CONFIG_TIMERFD=y
82091 -CONFIG_EVENTFD=y
82092 -CONFIG_SHMEM=y
82093 -CONFIG_VM_EVENT_COUNTERS=y
82094 -CONFIG_SLUB_DEBUG=y
82095 -# CONFIG_SLAB is not set
82096 -CONFIG_SLUB=y
82097 -# CONFIG_SLOB is not set
82098 -# CONFIG_PROFILING is not set
82099 -# CONFIG_MARKERS is not set
82100 -CONFIG_HAVE_OPROFILE=y
82101 -CONFIG_HAVE_KPROBES=y
82102 -CONFIG_HAVE_KRETPROBES=y
82103 -CONFIG_PROC_PAGE_MONITOR=y
82104 -CONFIG_SLABINFO=y
82105 -CONFIG_RT_MUTEXES=y
82106 -# CONFIG_TINY_SHMEM is not set
82107 -CONFIG_BASE_SMALL=0
82108 -# CONFIG_MODULES is not set
82109 -CONFIG_BLOCK=y
82110 -# CONFIG_LBD is not set
82111 -# CONFIG_BLK_DEV_IO_TRACE is not set
82112 -# CONFIG_LSF is not set
82113 -# CONFIG_BLK_DEV_BSG is not set
82114 -
82115 -#
82116 -# IO Schedulers
82117 -#
82118 -CONFIG_IOSCHED_NOOP=y
82119 -CONFIG_IOSCHED_AS=y
82120 -CONFIG_IOSCHED_DEADLINE=y
82121 -CONFIG_IOSCHED_CFQ=y
82122 -CONFIG_DEFAULT_AS=y
82123 -# CONFIG_DEFAULT_DEADLINE is not set
82124 -# CONFIG_DEFAULT_CFQ is not set
82125 -# CONFIG_DEFAULT_NOOP is not set
82126 -CONFIG_DEFAULT_IOSCHED="anticipatory"
82127 -CONFIG_CLASSIC_RCU=y
82128 -
82129 -#
82130 -# Platform support
82131 -#
82132 -# CONFIG_PPC_MPC512x is not set
82133 -# CONFIG_PPC_MPC5121 is not set
82134 -# CONFIG_PPC_CELL is not set
82135 -# CONFIG_PPC_CELL_NATIVE is not set
82136 -# CONFIG_PQ2ADS is not set
82137 -CONFIG_MPC85xx=y
82138 -# CONFIG_MPC8540_ADS is not set
82139 -# CONFIG_MPC8560_ADS is not set
82140 -# CONFIG_MPC85xx_CDS is not set
82141 -# CONFIG_MPC85xx_MDS is not set
82142 -# CONFIG_MPC85xx_DS is not set
82143 -# CONFIG_STX_GP3 is not set
82144 -CONFIG_TQM8540=y
82145 -# CONFIG_TQM8541 is not set
82146 -# CONFIG_TQM8555 is not set
82147 -# CONFIG_TQM8560 is not set
82148 -# CONFIG_SBC8548 is not set
82149 -# CONFIG_SBC8560 is not set
82150 -CONFIG_TQM85xx=y
82151 -# CONFIG_IPIC is not set
82152 -CONFIG_MPIC=y
82153 -# CONFIG_MPIC_WEIRD is not set
82154 -# CONFIG_PPC_I8259 is not set
82155 -# CONFIG_PPC_RTAS is not set
82156 -# CONFIG_MMIO_NVRAM is not set
82157 -# CONFIG_PPC_MPC106 is not set
82158 -# CONFIG_PPC_970_NAP is not set
82159 -# CONFIG_PPC_INDIRECT_IO is not set
82160 -# CONFIG_GENERIC_IOMAP is not set
82161 -# CONFIG_CPU_FREQ is not set
82162 -# CONFIG_CPM2 is not set
82163 -CONFIG_PPC_CPM_NEW_BINDING=y
82164 -# CONFIG_FSL_ULI1575 is not set
82165 -
82166 -#
82167 -# Kernel options
82168 -#
82169 -# CONFIG_HIGHMEM is not set
82170 -# CONFIG_TICK_ONESHOT is not set
82171 -# CONFIG_NO_HZ is not set
82172 -# CONFIG_HIGH_RES_TIMERS is not set
82173 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
82174 -# CONFIG_HZ_100 is not set
82175 -CONFIG_HZ_250=y
82176 -# CONFIG_HZ_300 is not set
82177 -# CONFIG_HZ_1000 is not set
82178 -CONFIG_HZ=250
82179 -# CONFIG_SCHED_HRTICK is not set
82180 -CONFIG_PREEMPT_NONE=y
82181 -# CONFIG_PREEMPT_VOLUNTARY is not set
82182 -# CONFIG_PREEMPT is not set
82183 -CONFIG_BINFMT_ELF=y
82184 -# CONFIG_BINFMT_MISC is not set
82185 -CONFIG_MATH_EMULATION=y
82186 -# CONFIG_IOMMU_HELPER is not set
82187 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
82188 -CONFIG_ARCH_HAS_WALK_MEMORY=y
82189 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
82190 -CONFIG_ARCH_FLATMEM_ENABLE=y
82191 -CONFIG_ARCH_POPULATES_NODE_MAP=y
82192 -CONFIG_SELECT_MEMORY_MODEL=y
82193 -CONFIG_FLATMEM_MANUAL=y
82194 -# CONFIG_DISCONTIGMEM_MANUAL is not set
82195 -# CONFIG_SPARSEMEM_MANUAL is not set
82196 -CONFIG_FLATMEM=y
82197 -CONFIG_FLAT_NODE_MEM_MAP=y
82198 -# CONFIG_SPARSEMEM_STATIC is not set
82199 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
82200 -CONFIG_SPLIT_PTLOCK_CPUS=4
82201 -# CONFIG_RESOURCES_64BIT is not set
82202 -CONFIG_ZONE_DMA_FLAG=1
82203 -CONFIG_BOUNCE=y
82204 -CONFIG_VIRT_TO_BUS=y
82205 -# CONFIG_PROC_DEVICETREE is not set
82206 -# CONFIG_CMDLINE_BOOL is not set
82207 -# CONFIG_PM is not set
82208 -CONFIG_SECCOMP=y
82209 -CONFIG_ISA_DMA_API=y
82210 -
82211 -#
82212 -# Bus options
82213 -#
82214 -CONFIG_ZONE_DMA=y
82215 -CONFIG_PPC_INDIRECT_PCI=y
82216 -CONFIG_FSL_SOC=y
82217 -CONFIG_FSL_PCI=y
82218 -CONFIG_PCI=y
82219 -CONFIG_PCI_DOMAINS=y
82220 -CONFIG_PCI_SYSCALL=y
82221 -# CONFIG_PCIEPORTBUS is not set
82222 -CONFIG_ARCH_SUPPORTS_MSI=y
82223 -# CONFIG_PCI_MSI is not set
82224 -CONFIG_PCI_LEGACY=y
82225 -
82226 -#
82227 -# Advanced setup
82228 -#
82229 -# CONFIG_ADVANCED_OPTIONS is not set
82230 -
82231 -#
82232 -# Default settings for advanced configuration options are used
82233 -#
82234 -CONFIG_HIGHMEM_START=0xfe000000
82235 -CONFIG_LOWMEM_SIZE=0x30000000
82236 -CONFIG_KERNEL_START=0xc0000000
82237 -CONFIG_TASK_SIZE=0xc0000000
82238 -CONFIG_BOOT_LOAD=0x00800000
82239 -
82240 -#
82241 -# Networking
82242 -#
82243 -CONFIG_NET=y
82244 -
82245 -#
82246 -# Networking options
82247 -#
82248 -CONFIG_PACKET=y
82249 -# CONFIG_PACKET_MMAP is not set
82250 -CONFIG_UNIX=y
82251 -CONFIG_XFRM=y
82252 -# CONFIG_XFRM_USER is not set
82253 -# CONFIG_XFRM_SUB_POLICY is not set
82254 -# CONFIG_XFRM_MIGRATE is not set
82255 -# CONFIG_XFRM_STATISTICS is not set
82256 -# CONFIG_NET_KEY is not set
82257 -CONFIG_INET=y
82258 -CONFIG_IP_MULTICAST=y
82259 -# CONFIG_IP_ADVANCED_ROUTER is not set
82260 -CONFIG_IP_FIB_HASH=y
82261 -CONFIG_IP_PNP=y
82262 -CONFIG_IP_PNP_DHCP=y
82263 -CONFIG_IP_PNP_BOOTP=y
82264 -# CONFIG_IP_PNP_RARP is not set
82265 -# CONFIG_NET_IPIP is not set
82266 -# CONFIG_NET_IPGRE is not set
82267 -# CONFIG_IP_MROUTE is not set
82268 -# CONFIG_ARPD is not set
82269 -CONFIG_SYN_COOKIES=y
82270 -# CONFIG_INET_AH is not set
82271 -# CONFIG_INET_ESP is not set
82272 -# CONFIG_INET_IPCOMP is not set
82273 -# CONFIG_INET_XFRM_TUNNEL is not set
82274 -# CONFIG_INET_TUNNEL is not set
82275 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
82276 -CONFIG_INET_XFRM_MODE_TUNNEL=y
82277 -CONFIG_INET_XFRM_MODE_BEET=y
82278 -# CONFIG_INET_LRO is not set
82279 -CONFIG_INET_DIAG=y
82280 -CONFIG_INET_TCP_DIAG=y
82281 -# CONFIG_TCP_CONG_ADVANCED is not set
82282 -CONFIG_TCP_CONG_CUBIC=y
82283 -CONFIG_DEFAULT_TCP_CONG="cubic"
82284 -# CONFIG_TCP_MD5SIG is not set
82285 -# CONFIG_IPV6 is not set
82286 -# CONFIG_INET6_XFRM_TUNNEL is not set
82287 -# CONFIG_INET6_TUNNEL is not set
82288 -# CONFIG_NETWORK_SECMARK is not set
82289 -# CONFIG_NETFILTER is not set
82290 -# CONFIG_IP_DCCP is not set
82291 -# CONFIG_IP_SCTP is not set
82292 -# CONFIG_TIPC is not set
82293 -# CONFIG_ATM is not set
82294 -# CONFIG_BRIDGE is not set
82295 -# CONFIG_VLAN_8021Q is not set
82296 -# CONFIG_DECNET is not set
82297 -# CONFIG_LLC2 is not set
82298 -# CONFIG_IPX is not set
82299 -# CONFIG_ATALK is not set
82300 -# CONFIG_X25 is not set
82301 -# CONFIG_LAPB is not set
82302 -# CONFIG_ECONET is not set
82303 -# CONFIG_WAN_ROUTER is not set
82304 -# CONFIG_NET_SCHED is not set
82305 -
82306 -#
82307 -# Network testing
82308 -#
82309 -# CONFIG_NET_PKTGEN is not set
82310 -# CONFIG_HAMRADIO is not set
82311 -# CONFIG_CAN is not set
82312 -# CONFIG_IRDA is not set
82313 -# CONFIG_BT is not set
82314 -# CONFIG_AF_RXRPC is not set
82315 -
82316 -#
82317 -# Wireless
82318 -#
82319 -# CONFIG_CFG80211 is not set
82320 -# CONFIG_WIRELESS_EXT is not set
82321 -# CONFIG_MAC80211 is not set
82322 -# CONFIG_IEEE80211 is not set
82323 -# CONFIG_RFKILL is not set
82324 -# CONFIG_NET_9P is not set
82325 -
82326 -#
82327 -# Device Drivers
82328 -#
82329 -
82330 -#
82331 -# Generic Driver Options
82332 -#
82333 -CONFIG_STANDALONE=y
82334 -CONFIG_PREVENT_FIRMWARE_BUILD=y
82335 -# CONFIG_SYS_HYPERVISOR is not set
82336 -# CONFIG_CONNECTOR is not set
82337 -CONFIG_MTD=y
82338 -# CONFIG_MTD_DEBUG is not set
82339 -CONFIG_MTD_CONCAT=y
82340 -CONFIG_MTD_PARTITIONS=y
82341 -# CONFIG_MTD_REDBOOT_PARTS is not set
82342 -CONFIG_MTD_CMDLINE_PARTS=y
82343 -# CONFIG_MTD_OF_PARTS is not set
82344 -
82345 -#
82346 -# User Modules And Translation Layers
82347 -#
82348 -CONFIG_MTD_CHAR=y
82349 -CONFIG_MTD_BLKDEVS=y
82350 -CONFIG_MTD_BLOCK=y
82351 -# CONFIG_FTL is not set
82352 -# CONFIG_NFTL is not set
82353 -# CONFIG_INFTL is not set
82354 -# CONFIG_RFD_FTL is not set
82355 -# CONFIG_SSFDC is not set
82356 -# CONFIG_MTD_OOPS is not set
82357 -
82358 -#
82359 -# RAM/ROM/Flash chip drivers
82360 -#
82361 -CONFIG_MTD_CFI=y
82362 -# CONFIG_MTD_JEDECPROBE is not set
82363 -CONFIG_MTD_GEN_PROBE=y
82364 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
82365 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
82366 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
82367 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
82368 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
82369 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
82370 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
82371 -CONFIG_MTD_CFI_I1=y
82372 -CONFIG_MTD_CFI_I2=y
82373 -# CONFIG_MTD_CFI_I4 is not set
82374 -# CONFIG_MTD_CFI_I8 is not set
82375 -# CONFIG_MTD_CFI_INTELEXT is not set
82376 -CONFIG_MTD_CFI_AMDSTD=y
82377 -# CONFIG_MTD_CFI_STAA is not set
82378 -CONFIG_MTD_CFI_UTIL=y
82379 -# CONFIG_MTD_RAM is not set
82380 -# CONFIG_MTD_ROM is not set
82381 -# CONFIG_MTD_ABSENT is not set
82382 -
82383 -#
82384 -# Mapping drivers for chip access
82385 -#
82386 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
82387 -# CONFIG_MTD_PHYSMAP is not set
82388 -# CONFIG_MTD_PHYSMAP_OF is not set
82389 -# CONFIG_MTD_INTEL_VR_NOR is not set
82390 -# CONFIG_MTD_PLATRAM is not set
82391 -
82392 -#
82393 -# Self-contained MTD device drivers
82394 -#
82395 -# CONFIG_MTD_PMC551 is not set
82396 -# CONFIG_MTD_SLRAM is not set
82397 -# CONFIG_MTD_PHRAM is not set
82398 -# CONFIG_MTD_MTDRAM is not set
82399 -# CONFIG_MTD_BLOCK2MTD is not set
82400 -
82401 -#
82402 -# Disk-On-Chip Device Drivers
82403 -#
82404 -# CONFIG_MTD_DOC2000 is not set
82405 -# CONFIG_MTD_DOC2001 is not set
82406 -# CONFIG_MTD_DOC2001PLUS is not set
82407 -# CONFIG_MTD_NAND is not set
82408 -# CONFIG_MTD_ONENAND is not set
82409 -
82410 -#
82411 -# UBI - Unsorted block images
82412 -#
82413 -# CONFIG_MTD_UBI is not set
82414 -CONFIG_OF_DEVICE=y
82415 -# CONFIG_PARPORT is not set
82416 -CONFIG_BLK_DEV=y
82417 -# CONFIG_BLK_DEV_FD is not set
82418 -# CONFIG_BLK_CPQ_DA is not set
82419 -# CONFIG_BLK_CPQ_CISS_DA is not set
82420 -# CONFIG_BLK_DEV_DAC960 is not set
82421 -# CONFIG_BLK_DEV_UMEM is not set
82422 -# CONFIG_BLK_DEV_COW_COMMON is not set
82423 -CONFIG_BLK_DEV_LOOP=y
82424 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
82425 -# CONFIG_BLK_DEV_NBD is not set
82426 -# CONFIG_BLK_DEV_SX8 is not set
82427 -CONFIG_BLK_DEV_RAM=y
82428 -CONFIG_BLK_DEV_RAM_COUNT=16
82429 -CONFIG_BLK_DEV_RAM_SIZE=32768
82430 -# CONFIG_BLK_DEV_XIP is not set
82431 -# CONFIG_CDROM_PKTCDVD is not set
82432 -# CONFIG_ATA_OVER_ETH is not set
82433 -CONFIG_MISC_DEVICES=y
82434 -# CONFIG_PHANTOM is not set
82435 -# CONFIG_EEPROM_93CX6 is not set
82436 -# CONFIG_SGI_IOC4 is not set
82437 -# CONFIG_TIFM_CORE is not set
82438 -# CONFIG_ENCLOSURE_SERVICES is not set
82439 -CONFIG_HAVE_IDE=y
82440 -CONFIG_IDE=y
82441 -CONFIG_IDE_MAX_HWIFS=4
82442 -CONFIG_BLK_DEV_IDE=y
82443 -
82444 -#
82445 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
82446 -#
82447 -# CONFIG_BLK_DEV_IDE_SATA is not set
82448 -CONFIG_BLK_DEV_IDEDISK=y
82449 -# CONFIG_IDEDISK_MULTI_MODE is not set
82450 -# CONFIG_BLK_DEV_IDECD is not set
82451 -# CONFIG_BLK_DEV_IDETAPE is not set
82452 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
82453 -# CONFIG_IDE_TASK_IOCTL is not set
82454 -CONFIG_IDE_PROC_FS=y
82455 -
82456 -#
82457 -# IDE chipset support/bugfixes
82458 -#
82459 -CONFIG_IDE_GENERIC=y
82460 -# CONFIG_BLK_DEV_PLATFORM is not set
82461 -CONFIG_BLK_DEV_IDEDMA_SFF=y
82462 -
82463 -#
82464 -# PCI IDE chipsets support
82465 -#
82466 -CONFIG_BLK_DEV_IDEPCI=y
82467 -CONFIG_IDEPCI_PCIBUS_ORDER=y
82468 -# CONFIG_BLK_DEV_OFFBOARD is not set
82469 -CONFIG_BLK_DEV_GENERIC=y
82470 -# CONFIG_BLK_DEV_OPTI621 is not set
82471 -CONFIG_BLK_DEV_IDEDMA_PCI=y
82472 -# CONFIG_BLK_DEV_AEC62XX is not set
82473 -# CONFIG_BLK_DEV_ALI15X3 is not set
82474 -# CONFIG_BLK_DEV_AMD74XX is not set
82475 -# CONFIG_BLK_DEV_CMD64X is not set
82476 -# CONFIG_BLK_DEV_TRIFLEX is not set
82477 -# CONFIG_BLK_DEV_CY82C693 is not set
82478 -# CONFIG_BLK_DEV_CS5520 is not set
82479 -# CONFIG_BLK_DEV_CS5530 is not set
82480 -# CONFIG_BLK_DEV_HPT34X is not set
82481 -# CONFIG_BLK_DEV_HPT366 is not set
82482 -# CONFIG_BLK_DEV_JMICRON is not set
82483 -# CONFIG_BLK_DEV_SC1200 is not set
82484 -# CONFIG_BLK_DEV_PIIX is not set
82485 -# CONFIG_BLK_DEV_IT8213 is not set
82486 -# CONFIG_BLK_DEV_IT821X is not set
82487 -# CONFIG_BLK_DEV_NS87415 is not set
82488 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
82489 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
82490 -# CONFIG_BLK_DEV_SVWKS is not set
82491 -# CONFIG_BLK_DEV_SIIMAGE is not set
82492 -# CONFIG_BLK_DEV_SL82C105 is not set
82493 -# CONFIG_BLK_DEV_SLC90E66 is not set
82494 -# CONFIG_BLK_DEV_TRM290 is not set
82495 -CONFIG_BLK_DEV_VIA82CXXX=y
82496 -# CONFIG_BLK_DEV_TC86C001 is not set
82497 -CONFIG_BLK_DEV_IDEDMA=y
82498 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
82499 -# CONFIG_BLK_DEV_HD is not set
82500 -
82501 -#
82502 -# SCSI device support
82503 -#
82504 -# CONFIG_RAID_ATTRS is not set
82505 -# CONFIG_SCSI is not set
82506 -# CONFIG_SCSI_DMA is not set
82507 -# CONFIG_SCSI_NETLINK is not set
82508 -# CONFIG_ATA is not set
82509 -# CONFIG_MD is not set
82510 -# CONFIG_FUSION is not set
82511 -
82512 -#
82513 -# IEEE 1394 (FireWire) support
82514 -#
82515 -# CONFIG_FIREWIRE is not set
82516 -# CONFIG_IEEE1394 is not set
82517 -# CONFIG_I2O is not set
82518 -# CONFIG_MACINTOSH_DRIVERS is not set
82519 -CONFIG_NETDEVICES=y
82520 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
82521 -# CONFIG_DUMMY is not set
82522 -# CONFIG_BONDING is not set
82523 -# CONFIG_MACVLAN is not set
82524 -# CONFIG_EQUALIZER is not set
82525 -# CONFIG_TUN is not set
82526 -# CONFIG_VETH is not set
82527 -# CONFIG_ARCNET is not set
82528 -CONFIG_PHYLIB=y
82529 -
82530 -#
82531 -# MII PHY device drivers
82532 -#
82533 -# CONFIG_MARVELL_PHY is not set
82534 -# CONFIG_DAVICOM_PHY is not set
82535 -# CONFIG_QSEMI_PHY is not set
82536 -# CONFIG_LXT_PHY is not set
82537 -# CONFIG_CICADA_PHY is not set
82538 -# CONFIG_VITESSE_PHY is not set
82539 -# CONFIG_SMSC_PHY is not set
82540 -# CONFIG_BROADCOM_PHY is not set
82541 -# CONFIG_ICPLUS_PHY is not set
82542 -# CONFIG_REALTEK_PHY is not set
82543 -# CONFIG_FIXED_PHY is not set
82544 -# CONFIG_MDIO_BITBANG is not set
82545 -CONFIG_NET_ETHERNET=y
82546 -CONFIG_MII=y
82547 -# CONFIG_HAPPYMEAL is not set
82548 -# CONFIG_SUNGEM is not set
82549 -# CONFIG_CASSINI is not set
82550 -# CONFIG_NET_VENDOR_3COM is not set
82551 -# CONFIG_NET_TULIP is not set
82552 -# CONFIG_HP100 is not set
82553 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
82554 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
82555 -# CONFIG_IBM_NEW_EMAC_TAH is not set
82556 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
82557 -CONFIG_NET_PCI=y
82558 -# CONFIG_PCNET32 is not set
82559 -# CONFIG_AMD8111_ETH is not set
82560 -# CONFIG_ADAPTEC_STARFIRE is not set
82561 -# CONFIG_B44 is not set
82562 -# CONFIG_FORCEDETH is not set
82563 -# CONFIG_EEPRO100 is not set
82564 -CONFIG_E100=y
82565 -# CONFIG_FEALNX is not set
82566 -# CONFIG_NATSEMI is not set
82567 -# CONFIG_NE2K_PCI is not set
82568 -# CONFIG_8139CP is not set
82569 -# CONFIG_8139TOO is not set
82570 -# CONFIG_R6040 is not set
82571 -# CONFIG_SIS900 is not set
82572 -# CONFIG_EPIC100 is not set
82573 -# CONFIG_SUNDANCE is not set
82574 -# CONFIG_TLAN is not set
82575 -# CONFIG_VIA_RHINE is not set
82576 -# CONFIG_SC92031 is not set
82577 -CONFIG_NETDEV_1000=y
82578 -# CONFIG_ACENIC is not set
82579 -# CONFIG_DL2K is not set
82580 -# CONFIG_E1000 is not set
82581 -# CONFIG_E1000E is not set
82582 -# CONFIG_E1000E_ENABLED is not set
82583 -# CONFIG_IP1000 is not set
82584 -# CONFIG_IGB is not set
82585 -# CONFIG_NS83820 is not set
82586 -# CONFIG_HAMACHI is not set
82587 -# CONFIG_YELLOWFIN is not set
82588 -# CONFIG_R8169 is not set
82589 -# CONFIG_SIS190 is not set
82590 -# CONFIG_SKGE is not set
82591 -# CONFIG_SKY2 is not set
82592 -# CONFIG_SK98LIN is not set
82593 -# CONFIG_VIA_VELOCITY is not set
82594 -# CONFIG_TIGON3 is not set
82595 -# CONFIG_BNX2 is not set
82596 -CONFIG_GIANFAR=y
82597 -CONFIG_GFAR_NAPI=y
82598 -# CONFIG_QLA3XXX is not set
82599 -# CONFIG_ATL1 is not set
82600 -CONFIG_NETDEV_10000=y
82601 -# CONFIG_CHELSIO_T1 is not set
82602 -# CONFIG_CHELSIO_T3 is not set
82603 -# CONFIG_IXGBE is not set
82604 -# CONFIG_IXGB is not set
82605 -# CONFIG_S2IO is not set
82606 -# CONFIG_MYRI10GE is not set
82607 -# CONFIG_NETXEN_NIC is not set
82608 -# CONFIG_NIU is not set
82609 -# CONFIG_MLX4_CORE is not set
82610 -# CONFIG_TEHUTI is not set
82611 -# CONFIG_BNX2X is not set
82612 -# CONFIG_TR is not set
82613 -
82614 -#
82615 -# Wireless LAN
82616 -#
82617 -# CONFIG_WLAN_PRE80211 is not set
82618 -# CONFIG_WLAN_80211 is not set
82619 -# CONFIG_WAN is not set
82620 -# CONFIG_FDDI is not set
82621 -# CONFIG_HIPPI is not set
82622 -# CONFIG_PPP is not set
82623 -# CONFIG_SLIP is not set
82624 -# CONFIG_NETCONSOLE is not set
82625 -# CONFIG_NETPOLL is not set
82626 -# CONFIG_NET_POLL_CONTROLLER is not set
82627 -# CONFIG_ISDN is not set
82628 -# CONFIG_PHONE is not set
82629 -
82630 -#
82631 -# Input device support
82632 -#
82633 -CONFIG_INPUT=y
82634 -# CONFIG_INPUT_FF_MEMLESS is not set
82635 -# CONFIG_INPUT_POLLDEV is not set
82636 -
82637 -#
82638 -# Userland interfaces
82639 -#
82640 -# CONFIG_INPUT_MOUSEDEV is not set
82641 -# CONFIG_INPUT_JOYDEV is not set
82642 -# CONFIG_INPUT_EVDEV is not set
82643 -# CONFIG_INPUT_EVBUG is not set
82644 -
82645 -#
82646 -# Input Device Drivers
82647 -#
82648 -# CONFIG_INPUT_KEYBOARD is not set
82649 -# CONFIG_INPUT_MOUSE is not set
82650 -# CONFIG_INPUT_JOYSTICK is not set
82651 -# CONFIG_INPUT_TABLET is not set
82652 -# CONFIG_INPUT_TOUCHSCREEN is not set
82653 -# CONFIG_INPUT_MISC is not set
82654 -
82655 -#
82656 -# Hardware I/O ports
82657 -#
82658 -# CONFIG_SERIO is not set
82659 -# CONFIG_GAMEPORT is not set
82660 -
82661 -#
82662 -# Character devices
82663 -#
82664 -# CONFIG_VT is not set
82665 -# CONFIG_SERIAL_NONSTANDARD is not set
82666 -# CONFIG_NOZOMI is not set
82667 -
82668 -#
82669 -# Serial drivers
82670 -#
82671 -CONFIG_SERIAL_8250=y
82672 -CONFIG_SERIAL_8250_CONSOLE=y
82673 -CONFIG_SERIAL_8250_PCI=y
82674 -CONFIG_SERIAL_8250_NR_UARTS=4
82675 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
82676 -# CONFIG_SERIAL_8250_EXTENDED is not set
82677 -CONFIG_SERIAL_8250_SHARE_IRQ=y
82678 -
82679 -#
82680 -# Non-8250 serial port support
82681 -#
82682 -# CONFIG_SERIAL_UARTLITE is not set
82683 -CONFIG_SERIAL_CORE=y
82684 -CONFIG_SERIAL_CORE_CONSOLE=y
82685 -# CONFIG_SERIAL_JSM is not set
82686 -# CONFIG_SERIAL_OF_PLATFORM is not set
82687 -CONFIG_UNIX98_PTYS=y
82688 -CONFIG_LEGACY_PTYS=y
82689 -CONFIG_LEGACY_PTY_COUNT=256
82690 -# CONFIG_IPMI_HANDLER is not set
82691 -CONFIG_HW_RANDOM=y
82692 -# CONFIG_NVRAM is not set
82693 -CONFIG_GEN_RTC=y
82694 -# CONFIG_GEN_RTC_X is not set
82695 -# CONFIG_R3964 is not set
82696 -# CONFIG_APPLICOM is not set
82697 -# CONFIG_RAW_DRIVER is not set
82698 -# CONFIG_TCG_TPM is not set
82699 -CONFIG_DEVPORT=y
82700 -CONFIG_I2C=y
82701 -CONFIG_I2C_BOARDINFO=y
82702 -CONFIG_I2C_CHARDEV=y
82703 -
82704 -#
82705 -# I2C Algorithms
82706 -#
82707 -# CONFIG_I2C_ALGOBIT is not set
82708 -# CONFIG_I2C_ALGOPCF is not set
82709 -# CONFIG_I2C_ALGOPCA is not set
82710 -
82711 -#
82712 -# I2C Hardware Bus support
82713 -#
82714 -# CONFIG_I2C_ALI1535 is not set
82715 -# CONFIG_I2C_ALI1563 is not set
82716 -# CONFIG_I2C_ALI15X3 is not set
82717 -# CONFIG_I2C_AMD756 is not set
82718 -# CONFIG_I2C_AMD8111 is not set
82719 -# CONFIG_I2C_I801 is not set
82720 -# CONFIG_I2C_I810 is not set
82721 -# CONFIG_I2C_PIIX4 is not set
82722 -CONFIG_I2C_MPC=y
82723 -# CONFIG_I2C_NFORCE2 is not set
82724 -# CONFIG_I2C_OCORES is not set
82725 -# CONFIG_I2C_PARPORT_LIGHT is not set
82726 -# CONFIG_I2C_PROSAVAGE is not set
82727 -# CONFIG_I2C_SAVAGE4 is not set
82728 -# CONFIG_I2C_SIMTEC is not set
82729 -# CONFIG_I2C_SIS5595 is not set
82730 -# CONFIG_I2C_SIS630 is not set
82731 -# CONFIG_I2C_SIS96X is not set
82732 -# CONFIG_I2C_TAOS_EVM is not set
82733 -# CONFIG_I2C_VIA is not set
82734 -# CONFIG_I2C_VIAPRO is not set
82735 -# CONFIG_I2C_VOODOO3 is not set
82736 -
82737 -#
82738 -# Miscellaneous I2C Chip support
82739 -#
82740 -# CONFIG_DS1682 is not set
82741 -# CONFIG_SENSORS_EEPROM is not set
82742 -# CONFIG_SENSORS_PCF8574 is not set
82743 -# CONFIG_PCF8575 is not set
82744 -# CONFIG_SENSORS_PCF8591 is not set
82745 -# CONFIG_TPS65010 is not set
82746 -# CONFIG_SENSORS_MAX6875 is not set
82747 -# CONFIG_SENSORS_TSL2550 is not set
82748 -# CONFIG_I2C_DEBUG_CORE is not set
82749 -# CONFIG_I2C_DEBUG_ALGO is not set
82750 -# CONFIG_I2C_DEBUG_BUS is not set
82751 -# CONFIG_I2C_DEBUG_CHIP is not set
82752 -
82753 -#
82754 -# SPI support
82755 -#
82756 -# CONFIG_SPI is not set
82757 -# CONFIG_SPI_MASTER is not set
82758 -# CONFIG_W1 is not set
82759 -# CONFIG_POWER_SUPPLY is not set
82760 -CONFIG_HWMON=y
82761 -# CONFIG_HWMON_VID is not set
82762 -# CONFIG_SENSORS_AD7418 is not set
82763 -# CONFIG_SENSORS_ADM1021 is not set
82764 -# CONFIG_SENSORS_ADM1025 is not set
82765 -# CONFIG_SENSORS_ADM1026 is not set
82766 -# CONFIG_SENSORS_ADM1029 is not set
82767 -# CONFIG_SENSORS_ADM1031 is not set
82768 -# CONFIG_SENSORS_ADM9240 is not set
82769 -# CONFIG_SENSORS_ADT7470 is not set
82770 -# CONFIG_SENSORS_ADT7473 is not set
82771 -# CONFIG_SENSORS_ATXP1 is not set
82772 -# CONFIG_SENSORS_DS1621 is not set
82773 -# CONFIG_SENSORS_I5K_AMB is not set
82774 -# CONFIG_SENSORS_F71805F is not set
82775 -# CONFIG_SENSORS_F71882FG is not set
82776 -# CONFIG_SENSORS_F75375S is not set
82777 -# CONFIG_SENSORS_GL518SM is not set
82778 -# CONFIG_SENSORS_GL520SM is not set
82779 -# CONFIG_SENSORS_IT87 is not set
82780 -# CONFIG_SENSORS_LM63 is not set
82781 -CONFIG_SENSORS_LM75=y
82782 -# CONFIG_SENSORS_LM77 is not set
82783 -# CONFIG_SENSORS_LM78 is not set
82784 -# CONFIG_SENSORS_LM80 is not set
82785 -# CONFIG_SENSORS_LM83 is not set
82786 -# CONFIG_SENSORS_LM85 is not set
82787 -# CONFIG_SENSORS_LM87 is not set
82788 -# CONFIG_SENSORS_LM90 is not set
82789 -# CONFIG_SENSORS_LM92 is not set
82790 -# CONFIG_SENSORS_LM93 is not set
82791 -# CONFIG_SENSORS_MAX1619 is not set
82792 -# CONFIG_SENSORS_MAX6650 is not set
82793 -# CONFIG_SENSORS_PC87360 is not set
82794 -# CONFIG_SENSORS_PC87427 is not set
82795 -# CONFIG_SENSORS_SIS5595 is not set
82796 -# CONFIG_SENSORS_DME1737 is not set
82797 -# CONFIG_SENSORS_SMSC47M1 is not set
82798 -# CONFIG_SENSORS_SMSC47M192 is not set
82799 -# CONFIG_SENSORS_SMSC47B397 is not set
82800 -# CONFIG_SENSORS_ADS7828 is not set
82801 -# CONFIG_SENSORS_THMC50 is not set
82802 -# CONFIG_SENSORS_VIA686A is not set
82803 -# CONFIG_SENSORS_VT1211 is not set
82804 -# CONFIG_SENSORS_VT8231 is not set
82805 -# CONFIG_SENSORS_W83781D is not set
82806 -# CONFIG_SENSORS_W83791D is not set
82807 -# CONFIG_SENSORS_W83792D is not set
82808 -# CONFIG_SENSORS_W83793 is not set
82809 -# CONFIG_SENSORS_W83L785TS is not set
82810 -# CONFIG_SENSORS_W83L786NG is not set
82811 -# CONFIG_SENSORS_W83627HF is not set
82812 -# CONFIG_SENSORS_W83627EHF is not set
82813 -CONFIG_HWMON_DEBUG_CHIP=y
82814 -# CONFIG_THERMAL is not set
82815 -# CONFIG_WATCHDOG is not set
82816 -
82817 -#
82818 -# Sonics Silicon Backplane
82819 -#
82820 -CONFIG_SSB_POSSIBLE=y
82821 -# CONFIG_SSB is not set
82822 -
82823 -#
82824 -# Multifunction device drivers
82825 -#
82826 -# CONFIG_MFD_SM501 is not set
82827 -
82828 -#
82829 -# Multimedia devices
82830 -#
82831 -# CONFIG_VIDEO_DEV is not set
82832 -# CONFIG_DVB_CORE is not set
82833 -CONFIG_DAB=y
82834 -
82835 -#
82836 -# Graphics support
82837 -#
82838 -# CONFIG_AGP is not set
82839 -# CONFIG_DRM is not set
82840 -# CONFIG_VGASTATE is not set
82841 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
82842 -# CONFIG_FB is not set
82843 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
82844 -
82845 -#
82846 -# Display device support
82847 -#
82848 -# CONFIG_DISPLAY_SUPPORT is not set
82849 -
82850 -#
82851 -# Sound
82852 -#
82853 -# CONFIG_SOUND is not set
82854 -CONFIG_HID_SUPPORT=y
82855 -CONFIG_HID=y
82856 -# CONFIG_HID_DEBUG is not set
82857 -# CONFIG_HIDRAW is not set
82858 -CONFIG_USB_SUPPORT=y
82859 -CONFIG_USB_ARCH_HAS_HCD=y
82860 -CONFIG_USB_ARCH_HAS_OHCI=y
82861 -CONFIG_USB_ARCH_HAS_EHCI=y
82862 -# CONFIG_USB is not set
82863 -
82864 -#
82865 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
82866 -#
82867 -# CONFIG_USB_GADGET is not set
82868 -# CONFIG_MMC is not set
82869 -# CONFIG_MEMSTICK is not set
82870 -# CONFIG_NEW_LEDS is not set
82871 -# CONFIG_INFINIBAND is not set
82872 -# CONFIG_EDAC is not set
82873 -# CONFIG_RTC_CLASS is not set
82874 -# CONFIG_DMADEVICES is not set
82875 -
82876 -#
82877 -# Userspace I/O
82878 -#
82879 -# CONFIG_UIO is not set
82880 -
82881 -#
82882 -# File systems
82883 -#
82884 -CONFIG_EXT2_FS=y
82885 -# CONFIG_EXT2_FS_XATTR is not set
82886 -# CONFIG_EXT2_FS_XIP is not set
82887 -CONFIG_EXT3_FS=y
82888 -CONFIG_EXT3_FS_XATTR=y
82889 -# CONFIG_EXT3_FS_POSIX_ACL is not set
82890 -# CONFIG_EXT3_FS_SECURITY is not set
82891 -# CONFIG_EXT4DEV_FS is not set
82892 -CONFIG_JBD=y
82893 -CONFIG_FS_MBCACHE=y
82894 -# CONFIG_REISERFS_FS is not set
82895 -# CONFIG_JFS_FS is not set
82896 -# CONFIG_FS_POSIX_ACL is not set
82897 -# CONFIG_XFS_FS is not set
82898 -# CONFIG_GFS2_FS is not set
82899 -# CONFIG_OCFS2_FS is not set
82900 -CONFIG_DNOTIFY=y
82901 -CONFIG_INOTIFY=y
82902 -CONFIG_INOTIFY_USER=y
82903 -# CONFIG_QUOTA is not set
82904 -# CONFIG_AUTOFS_FS is not set
82905 -# CONFIG_AUTOFS4_FS is not set
82906 -# CONFIG_FUSE_FS is not set
82907 -
82908 -#
82909 -# CD-ROM/DVD Filesystems
82910 -#
82911 -# CONFIG_ISO9660_FS is not set
82912 -# CONFIG_UDF_FS is not set
82913 -
82914 -#
82915 -# DOS/FAT/NT Filesystems
82916 -#
82917 -# CONFIG_MSDOS_FS is not set
82918 -# CONFIG_VFAT_FS is not set
82919 -# CONFIG_NTFS_FS is not set
82920 -
82921 -#
82922 -# Pseudo filesystems
82923 -#
82924 -CONFIG_PROC_FS=y
82925 -CONFIG_PROC_KCORE=y
82926 -CONFIG_PROC_SYSCTL=y
82927 -CONFIG_SYSFS=y
82928 -CONFIG_TMPFS=y
82929 -# CONFIG_TMPFS_POSIX_ACL is not set
82930 -# CONFIG_HUGETLB_PAGE is not set
82931 -# CONFIG_CONFIGFS_FS is not set
82932 -
82933 -#
82934 -# Miscellaneous filesystems
82935 -#
82936 -# CONFIG_ADFS_FS is not set
82937 -# CONFIG_AFFS_FS is not set
82938 -# CONFIG_HFS_FS is not set
82939 -# CONFIG_HFSPLUS_FS is not set
82940 -# CONFIG_BEFS_FS is not set
82941 -# CONFIG_BFS_FS is not set
82942 -# CONFIG_EFS_FS is not set
82943 -CONFIG_JFFS2_FS=y
82944 -CONFIG_JFFS2_FS_DEBUG=0
82945 -CONFIG_JFFS2_FS_WRITEBUFFER=y
82946 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
82947 -# CONFIG_JFFS2_SUMMARY is not set
82948 -# CONFIG_JFFS2_FS_XATTR is not set
82949 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
82950 -CONFIG_JFFS2_ZLIB=y
82951 -# CONFIG_JFFS2_LZO is not set
82952 -CONFIG_JFFS2_RTIME=y
82953 -# CONFIG_JFFS2_RUBIN is not set
82954 -CONFIG_CRAMFS=y
82955 -# CONFIG_VXFS_FS is not set
82956 -# CONFIG_MINIX_FS is not set
82957 -# CONFIG_HPFS_FS is not set
82958 -# CONFIG_QNX4FS_FS is not set
82959 -# CONFIG_ROMFS_FS is not set
82960 -# CONFIG_SYSV_FS is not set
82961 -# CONFIG_UFS_FS is not set
82962 -CONFIG_NETWORK_FILESYSTEMS=y
82963 -CONFIG_NFS_FS=y
82964 -# CONFIG_NFS_V3 is not set
82965 -# CONFIG_NFS_V4 is not set
82966 -# CONFIG_NFS_DIRECTIO is not set
82967 -# CONFIG_NFSD is not set
82968 -CONFIG_ROOT_NFS=y
82969 -CONFIG_LOCKD=y
82970 -CONFIG_NFS_COMMON=y
82971 -CONFIG_SUNRPC=y
82972 -# CONFIG_SUNRPC_BIND34 is not set
82973 -# CONFIG_RPCSEC_GSS_KRB5 is not set
82974 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
82975 -# CONFIG_SMB_FS is not set
82976 -# CONFIG_CIFS is not set
82977 -# CONFIG_NCP_FS is not set
82978 -# CONFIG_CODA_FS is not set
82979 -# CONFIG_AFS_FS is not set
82980 -
82981 -#
82982 -# Partition Types
82983 -#
82984 -CONFIG_PARTITION_ADVANCED=y
82985 -# CONFIG_ACORN_PARTITION is not set
82986 -# CONFIG_OSF_PARTITION is not set
82987 -# CONFIG_AMIGA_PARTITION is not set
82988 -# CONFIG_ATARI_PARTITION is not set
82989 -# CONFIG_MAC_PARTITION is not set
82990 -# CONFIG_MSDOS_PARTITION is not set
82991 -# CONFIG_LDM_PARTITION is not set
82992 -# CONFIG_SGI_PARTITION is not set
82993 -# CONFIG_ULTRIX_PARTITION is not set
82994 -# CONFIG_SUN_PARTITION is not set
82995 -# CONFIG_KARMA_PARTITION is not set
82996 -# CONFIG_EFI_PARTITION is not set
82997 -# CONFIG_SYSV68_PARTITION is not set
82998 -# CONFIG_NLS is not set
82999 -# CONFIG_DLM is not set
83000 -
83001 -#
83002 -# Library routines
83003 -#
83004 -CONFIG_BITREVERSE=y
83005 -# CONFIG_CRC_CCITT is not set
83006 -# CONFIG_CRC16 is not set
83007 -# CONFIG_CRC_ITU_T is not set
83008 -CONFIG_CRC32=y
83009 -# CONFIG_CRC7 is not set
83010 -# CONFIG_LIBCRC32C is not set
83011 -CONFIG_ZLIB_INFLATE=y
83012 -CONFIG_ZLIB_DEFLATE=y
83013 -CONFIG_PLIST=y
83014 -CONFIG_HAS_IOMEM=y
83015 -CONFIG_HAS_IOPORT=y
83016 -CONFIG_HAS_DMA=y
83017 -
83018 -#
83019 -# Kernel hacking
83020 -#
83021 -# CONFIG_PRINTK_TIME is not set
83022 -CONFIG_ENABLE_WARN_DEPRECATED=y
83023 -CONFIG_ENABLE_MUST_CHECK=y
83024 -# CONFIG_MAGIC_SYSRQ is not set
83025 -# CONFIG_UNUSED_SYMBOLS is not set
83026 -# CONFIG_DEBUG_FS is not set
83027 -# CONFIG_HEADERS_CHECK is not set
83028 -# CONFIG_DEBUG_KERNEL is not set
83029 -# CONFIG_SLUB_DEBUG_ON is not set
83030 -# CONFIG_SLUB_STATS is not set
83031 -# CONFIG_DEBUG_BUGVERBOSE is not set
83032 -# CONFIG_SAMPLES is not set
83033 -# CONFIG_PPC_EARLY_DEBUG is not set
83034 -
83035 -#
83036 -# Security options
83037 -#
83038 -# CONFIG_KEYS is not set
83039 -# CONFIG_SECURITY is not set
83040 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
83041 -CONFIG_CRYPTO=y
83042 -# CONFIG_CRYPTO_SEQIV is not set
83043 -# CONFIG_CRYPTO_MANAGER is not set
83044 -# CONFIG_CRYPTO_HMAC is not set
83045 -# CONFIG_CRYPTO_XCBC is not set
83046 -# CONFIG_CRYPTO_NULL is not set
83047 -# CONFIG_CRYPTO_MD4 is not set
83048 -# CONFIG_CRYPTO_MD5 is not set
83049 -# CONFIG_CRYPTO_SHA1 is not set
83050 -# CONFIG_CRYPTO_SHA256 is not set
83051 -# CONFIG_CRYPTO_SHA512 is not set
83052 -# CONFIG_CRYPTO_WP512 is not set
83053 -# CONFIG_CRYPTO_TGR192 is not set
83054 -# CONFIG_CRYPTO_GF128MUL is not set
83055 -# CONFIG_CRYPTO_ECB is not set
83056 -# CONFIG_CRYPTO_CBC is not set
83057 -# CONFIG_CRYPTO_PCBC is not set
83058 -# CONFIG_CRYPTO_LRW is not set
83059 -# CONFIG_CRYPTO_XTS is not set
83060 -# CONFIG_CRYPTO_CTR is not set
83061 -# CONFIG_CRYPTO_GCM is not set
83062 -# CONFIG_CRYPTO_CCM is not set
83063 -# CONFIG_CRYPTO_CRYPTD is not set
83064 -# CONFIG_CRYPTO_DES is not set
83065 -# CONFIG_CRYPTO_FCRYPT is not set
83066 -# CONFIG_CRYPTO_BLOWFISH is not set
83067 -# CONFIG_CRYPTO_TWOFISH is not set
83068 -# CONFIG_CRYPTO_SERPENT is not set
83069 -# CONFIG_CRYPTO_AES is not set
83070 -# CONFIG_CRYPTO_CAST5 is not set
83071 -# CONFIG_CRYPTO_CAST6 is not set
83072 -# CONFIG_CRYPTO_TEA is not set
83073 -# CONFIG_CRYPTO_ARC4 is not set
83074 -# CONFIG_CRYPTO_KHAZAD is not set
83075 -# CONFIG_CRYPTO_ANUBIS is not set
83076 -# CONFIG_CRYPTO_SEED is not set
83077 -# CONFIG_CRYPTO_SALSA20 is not set
83078 -# CONFIG_CRYPTO_DEFLATE is not set
83079 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
83080 -# CONFIG_CRYPTO_CRC32C is not set
83081 -# CONFIG_CRYPTO_CAMELLIA is not set
83082 -# CONFIG_CRYPTO_AUTHENC is not set
83083 -# CONFIG_CRYPTO_LZO is not set
83084 -CONFIG_CRYPTO_HW=y
83085 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
83086 -# CONFIG_PPC_CLOCK is not set
83087 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8541_defconfig powerpc.git/arch/powerpc/configs/tqm8541_defconfig
83088 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8541_defconfig     2008-04-11 22:32:29.000000000 +0200
83089 +++ powerpc.git/arch/powerpc/configs/tqm8541_defconfig  1970-01-01 01:00:00.000000000 +0100
83090 @@ -1,1109 +0,0 @@
83091 -#
83092 -# Automatically generated make config: don't edit
83093 -# Linux kernel version: 2.6.25-rc6
83094 -# Mon Mar 24 08:48:44 2008
83095 -#
83096 -# CONFIG_PPC64 is not set
83097 -
83098 -#
83099 -# Processor support
83100 -#
83101 -# CONFIG_6xx is not set
83102 -CONFIG_PPC_85xx=y
83103 -# CONFIG_PPC_8xx is not set
83104 -# CONFIG_40x is not set
83105 -# CONFIG_44x is not set
83106 -# CONFIG_E200 is not set
83107 -CONFIG_E500=y
83108 -CONFIG_BOOKE=y
83109 -CONFIG_FSL_BOOKE=y
83110 -CONFIG_FSL_EMB_PERFMON=y
83111 -# CONFIG_PHYS_64BIT is not set
83112 -CONFIG_SPE=y
83113 -# CONFIG_PPC_MM_SLICES is not set
83114 -CONFIG_PPC32=y
83115 -CONFIG_WORD_SIZE=32
83116 -CONFIG_PPC_MERGE=y
83117 -CONFIG_MMU=y
83118 -CONFIG_GENERIC_CMOS_UPDATE=y
83119 -CONFIG_GENERIC_TIME=y
83120 -CONFIG_GENERIC_TIME_VSYSCALL=y
83121 -CONFIG_GENERIC_CLOCKEVENTS=y
83122 -CONFIG_GENERIC_HARDIRQS=y
83123 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
83124 -CONFIG_IRQ_PER_CPU=y
83125 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
83126 -CONFIG_ARCH_HAS_ILOG2_U32=y
83127 -CONFIG_GENERIC_HWEIGHT=y
83128 -CONFIG_GENERIC_CALIBRATE_DELAY=y
83129 -CONFIG_GENERIC_FIND_NEXT_BIT=y
83130 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
83131 -CONFIG_PPC=y
83132 -CONFIG_EARLY_PRINTK=y
83133 -CONFIG_GENERIC_NVRAM=y
83134 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
83135 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
83136 -CONFIG_PPC_OF=y
83137 -CONFIG_OF=y
83138 -CONFIG_PPC_UDBG_16550=y
83139 -# CONFIG_GENERIC_TBSYNC is not set
83140 -CONFIG_AUDIT_ARCH=y
83141 -CONFIG_GENERIC_BUG=y
83142 -CONFIG_DEFAULT_UIMAGE=y
83143 -# CONFIG_PPC_DCR_NATIVE is not set
83144 -# CONFIG_PPC_DCR_MMIO is not set
83145 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
83146 -
83147 -#
83148 -# General setup
83149 -#
83150 -CONFIG_EXPERIMENTAL=y
83151 -CONFIG_BROKEN_ON_SMP=y
83152 -CONFIG_INIT_ENV_ARG_LIMIT=32
83153 -CONFIG_LOCALVERSION=""
83154 -CONFIG_LOCALVERSION_AUTO=y
83155 -CONFIG_SWAP=y
83156 -CONFIG_SYSVIPC=y
83157 -CONFIG_SYSVIPC_SYSCTL=y
83158 -# CONFIG_POSIX_MQUEUE is not set
83159 -# CONFIG_BSD_PROCESS_ACCT is not set
83160 -# CONFIG_TASKSTATS is not set
83161 -# CONFIG_AUDIT is not set
83162 -# CONFIG_IKCONFIG is not set
83163 -CONFIG_LOG_BUF_SHIFT=14
83164 -# CONFIG_CGROUPS is not set
83165 -CONFIG_GROUP_SCHED=y
83166 -CONFIG_FAIR_GROUP_SCHED=y
83167 -# CONFIG_RT_GROUP_SCHED is not set
83168 -CONFIG_USER_SCHED=y
83169 -# CONFIG_CGROUP_SCHED is not set
83170 -CONFIG_SYSFS_DEPRECATED=y
83171 -CONFIG_SYSFS_DEPRECATED_V2=y
83172 -# CONFIG_RELAY is not set
83173 -# CONFIG_NAMESPACES is not set
83174 -CONFIG_BLK_DEV_INITRD=y
83175 -CONFIG_INITRAMFS_SOURCE=""
83176 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
83177 -CONFIG_SYSCTL=y
83178 -CONFIG_EMBEDDED=y
83179 -CONFIG_SYSCTL_SYSCALL=y
83180 -# CONFIG_KALLSYMS is not set
83181 -# CONFIG_HOTPLUG is not set
83182 -CONFIG_PRINTK=y
83183 -CONFIG_BUG=y
83184 -CONFIG_ELF_CORE=y
83185 -CONFIG_COMPAT_BRK=y
83186 -CONFIG_BASE_FULL=y
83187 -CONFIG_FUTEX=y
83188 -CONFIG_ANON_INODES=y
83189 -# CONFIG_EPOLL is not set
83190 -CONFIG_SIGNALFD=y
83191 -CONFIG_TIMERFD=y
83192 -CONFIG_EVENTFD=y
83193 -CONFIG_SHMEM=y
83194 -CONFIG_VM_EVENT_COUNTERS=y
83195 -CONFIG_SLUB_DEBUG=y
83196 -# CONFIG_SLAB is not set
83197 -CONFIG_SLUB=y
83198 -# CONFIG_SLOB is not set
83199 -# CONFIG_PROFILING is not set
83200 -# CONFIG_MARKERS is not set
83201 -CONFIG_HAVE_OPROFILE=y
83202 -CONFIG_HAVE_KPROBES=y
83203 -CONFIG_HAVE_KRETPROBES=y
83204 -CONFIG_PROC_PAGE_MONITOR=y
83205 -CONFIG_SLABINFO=y
83206 -CONFIG_RT_MUTEXES=y
83207 -# CONFIG_TINY_SHMEM is not set
83208 -CONFIG_BASE_SMALL=0
83209 -# CONFIG_MODULES is not set
83210 -CONFIG_BLOCK=y
83211 -# CONFIG_LBD is not set
83212 -# CONFIG_BLK_DEV_IO_TRACE is not set
83213 -# CONFIG_LSF is not set
83214 -# CONFIG_BLK_DEV_BSG is not set
83215 -
83216 -#
83217 -# IO Schedulers
83218 -#
83219 -CONFIG_IOSCHED_NOOP=y
83220 -CONFIG_IOSCHED_AS=y
83221 -CONFIG_IOSCHED_DEADLINE=y
83222 -CONFIG_IOSCHED_CFQ=y
83223 -CONFIG_DEFAULT_AS=y
83224 -# CONFIG_DEFAULT_DEADLINE is not set
83225 -# CONFIG_DEFAULT_CFQ is not set
83226 -# CONFIG_DEFAULT_NOOP is not set
83227 -CONFIG_DEFAULT_IOSCHED="anticipatory"
83228 -CONFIG_CLASSIC_RCU=y
83229 -
83230 -#
83231 -# Platform support
83232 -#
83233 -# CONFIG_PPC_MPC512x is not set
83234 -# CONFIG_PPC_MPC5121 is not set
83235 -# CONFIG_PPC_CELL is not set
83236 -# CONFIG_PPC_CELL_NATIVE is not set
83237 -# CONFIG_PQ2ADS is not set
83238 -CONFIG_MPC85xx=y
83239 -# CONFIG_MPC8540_ADS is not set
83240 -# CONFIG_MPC8560_ADS is not set
83241 -# CONFIG_MPC85xx_CDS is not set
83242 -# CONFIG_MPC85xx_MDS is not set
83243 -# CONFIG_MPC85xx_DS is not set
83244 -# CONFIG_STX_GP3 is not set
83245 -# CONFIG_TQM8540 is not set
83246 -CONFIG_TQM8541=y
83247 -# CONFIG_TQM8555 is not set
83248 -# CONFIG_TQM8560 is not set
83249 -# CONFIG_SBC8548 is not set
83250 -# CONFIG_SBC8560 is not set
83251 -CONFIG_TQM85xx=y
83252 -# CONFIG_IPIC is not set
83253 -CONFIG_MPIC=y
83254 -# CONFIG_MPIC_WEIRD is not set
83255 -# CONFIG_PPC_I8259 is not set
83256 -# CONFIG_PPC_RTAS is not set
83257 -# CONFIG_MMIO_NVRAM is not set
83258 -# CONFIG_PPC_MPC106 is not set
83259 -# CONFIG_PPC_970_NAP is not set
83260 -# CONFIG_PPC_INDIRECT_IO is not set
83261 -# CONFIG_GENERIC_IOMAP is not set
83262 -# CONFIG_CPU_FREQ is not set
83263 -CONFIG_CPM2=y
83264 -CONFIG_PPC_CPM_NEW_BINDING=y
83265 -# CONFIG_FSL_ULI1575 is not set
83266 -CONFIG_CPM=y
83267 -
83268 -#
83269 -# Kernel options
83270 -#
83271 -# CONFIG_HIGHMEM is not set
83272 -# CONFIG_TICK_ONESHOT is not set
83273 -# CONFIG_NO_HZ is not set
83274 -# CONFIG_HIGH_RES_TIMERS is not set
83275 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
83276 -# CONFIG_HZ_100 is not set
83277 -CONFIG_HZ_250=y
83278 -# CONFIG_HZ_300 is not set
83279 -# CONFIG_HZ_1000 is not set
83280 -CONFIG_HZ=250
83281 -# CONFIG_SCHED_HRTICK is not set
83282 -CONFIG_PREEMPT_NONE=y
83283 -# CONFIG_PREEMPT_VOLUNTARY is not set
83284 -# CONFIG_PREEMPT is not set
83285 -CONFIG_BINFMT_ELF=y
83286 -# CONFIG_BINFMT_MISC is not set
83287 -CONFIG_MATH_EMULATION=y
83288 -# CONFIG_IOMMU_HELPER is not set
83289 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
83290 -CONFIG_ARCH_HAS_WALK_MEMORY=y
83291 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
83292 -CONFIG_ARCH_FLATMEM_ENABLE=y
83293 -CONFIG_ARCH_POPULATES_NODE_MAP=y
83294 -CONFIG_SELECT_MEMORY_MODEL=y
83295 -CONFIG_FLATMEM_MANUAL=y
83296 -# CONFIG_DISCONTIGMEM_MANUAL is not set
83297 -# CONFIG_SPARSEMEM_MANUAL is not set
83298 -CONFIG_FLATMEM=y
83299 -CONFIG_FLAT_NODE_MEM_MAP=y
83300 -# CONFIG_SPARSEMEM_STATIC is not set
83301 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
83302 -CONFIG_SPLIT_PTLOCK_CPUS=4
83303 -# CONFIG_RESOURCES_64BIT is not set
83304 -CONFIG_ZONE_DMA_FLAG=1
83305 -CONFIG_BOUNCE=y
83306 -CONFIG_VIRT_TO_BUS=y
83307 -# CONFIG_PROC_DEVICETREE is not set
83308 -# CONFIG_CMDLINE_BOOL is not set
83309 -# CONFIG_PM is not set
83310 -CONFIG_SECCOMP=y
83311 -CONFIG_ISA_DMA_API=y
83312 -
83313 -#
83314 -# Bus options
83315 -#
83316 -CONFIG_ZONE_DMA=y
83317 -CONFIG_PPC_INDIRECT_PCI=y
83318 -CONFIG_FSL_SOC=y
83319 -CONFIG_FSL_PCI=y
83320 -CONFIG_PCI=y
83321 -CONFIG_PCI_DOMAINS=y
83322 -CONFIG_PCI_SYSCALL=y
83323 -# CONFIG_PCIEPORTBUS is not set
83324 -CONFIG_ARCH_SUPPORTS_MSI=y
83325 -# CONFIG_PCI_MSI is not set
83326 -CONFIG_PCI_LEGACY=y
83327 -
83328 -#
83329 -# Advanced setup
83330 -#
83331 -# CONFIG_ADVANCED_OPTIONS is not set
83332 -
83333 -#
83334 -# Default settings for advanced configuration options are used
83335 -#
83336 -CONFIG_HIGHMEM_START=0xfe000000
83337 -CONFIG_LOWMEM_SIZE=0x30000000
83338 -CONFIG_KERNEL_START=0xc0000000
83339 -CONFIG_TASK_SIZE=0xc0000000
83340 -CONFIG_BOOT_LOAD=0x00800000
83341 -
83342 -#
83343 -# Networking
83344 -#
83345 -CONFIG_NET=y
83346 -
83347 -#
83348 -# Networking options
83349 -#
83350 -CONFIG_PACKET=y
83351 -# CONFIG_PACKET_MMAP is not set
83352 -CONFIG_UNIX=y
83353 -CONFIG_XFRM=y
83354 -# CONFIG_XFRM_USER is not set
83355 -# CONFIG_XFRM_SUB_POLICY is not set
83356 -# CONFIG_XFRM_MIGRATE is not set
83357 -# CONFIG_XFRM_STATISTICS is not set
83358 -# CONFIG_NET_KEY is not set
83359 -CONFIG_INET=y
83360 -CONFIG_IP_MULTICAST=y
83361 -# CONFIG_IP_ADVANCED_ROUTER is not set
83362 -CONFIG_IP_FIB_HASH=y
83363 -CONFIG_IP_PNP=y
83364 -CONFIG_IP_PNP_DHCP=y
83365 -CONFIG_IP_PNP_BOOTP=y
83366 -# CONFIG_IP_PNP_RARP is not set
83367 -# CONFIG_NET_IPIP is not set
83368 -# CONFIG_NET_IPGRE is not set
83369 -# CONFIG_IP_MROUTE is not set
83370 -# CONFIG_ARPD is not set
83371 -CONFIG_SYN_COOKIES=y
83372 -# CONFIG_INET_AH is not set
83373 -# CONFIG_INET_ESP is not set
83374 -# CONFIG_INET_IPCOMP is not set
83375 -# CONFIG_INET_XFRM_TUNNEL is not set
83376 -# CONFIG_INET_TUNNEL is not set
83377 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
83378 -CONFIG_INET_XFRM_MODE_TUNNEL=y
83379 -CONFIG_INET_XFRM_MODE_BEET=y
83380 -# CONFIG_INET_LRO is not set
83381 -CONFIG_INET_DIAG=y
83382 -CONFIG_INET_TCP_DIAG=y
83383 -# CONFIG_TCP_CONG_ADVANCED is not set
83384 -CONFIG_TCP_CONG_CUBIC=y
83385 -CONFIG_DEFAULT_TCP_CONG="cubic"
83386 -# CONFIG_TCP_MD5SIG is not set
83387 -# CONFIG_IPV6 is not set
83388 -# CONFIG_INET6_XFRM_TUNNEL is not set
83389 -# CONFIG_INET6_TUNNEL is not set
83390 -# CONFIG_NETWORK_SECMARK is not set
83391 -# CONFIG_NETFILTER is not set
83392 -# CONFIG_IP_DCCP is not set
83393 -# CONFIG_IP_SCTP is not set
83394 -# CONFIG_TIPC is not set
83395 -# CONFIG_ATM is not set
83396 -# CONFIG_BRIDGE is not set
83397 -# CONFIG_VLAN_8021Q is not set
83398 -# CONFIG_DECNET is not set
83399 -# CONFIG_LLC2 is not set
83400 -# CONFIG_IPX is not set
83401 -# CONFIG_ATALK is not set
83402 -# CONFIG_X25 is not set
83403 -# CONFIG_LAPB is not set
83404 -# CONFIG_ECONET is not set
83405 -# CONFIG_WAN_ROUTER is not set
83406 -# CONFIG_NET_SCHED is not set
83407 -
83408 -#
83409 -# Network testing
83410 -#
83411 -# CONFIG_NET_PKTGEN is not set
83412 -# CONFIG_HAMRADIO is not set
83413 -# CONFIG_CAN is not set
83414 -# CONFIG_IRDA is not set
83415 -# CONFIG_BT is not set
83416 -# CONFIG_AF_RXRPC is not set
83417 -
83418 -#
83419 -# Wireless
83420 -#
83421 -# CONFIG_CFG80211 is not set
83422 -# CONFIG_WIRELESS_EXT is not set
83423 -# CONFIG_MAC80211 is not set
83424 -# CONFIG_IEEE80211 is not set
83425 -# CONFIG_RFKILL is not set
83426 -# CONFIG_NET_9P is not set
83427 -
83428 -#
83429 -# Device Drivers
83430 -#
83431 -
83432 -#
83433 -# Generic Driver Options
83434 -#
83435 -CONFIG_STANDALONE=y
83436 -CONFIG_PREVENT_FIRMWARE_BUILD=y
83437 -# CONFIG_SYS_HYPERVISOR is not set
83438 -# CONFIG_CONNECTOR is not set
83439 -CONFIG_MTD=y
83440 -# CONFIG_MTD_DEBUG is not set
83441 -CONFIG_MTD_CONCAT=y
83442 -CONFIG_MTD_PARTITIONS=y
83443 -# CONFIG_MTD_REDBOOT_PARTS is not set
83444 -CONFIG_MTD_CMDLINE_PARTS=y
83445 -# CONFIG_MTD_OF_PARTS is not set
83446 -
83447 -#
83448 -# User Modules And Translation Layers
83449 -#
83450 -CONFIG_MTD_CHAR=y
83451 -CONFIG_MTD_BLKDEVS=y
83452 -CONFIG_MTD_BLOCK=y
83453 -# CONFIG_FTL is not set
83454 -# CONFIG_NFTL is not set
83455 -# CONFIG_INFTL is not set
83456 -# CONFIG_RFD_FTL is not set
83457 -# CONFIG_SSFDC is not set
83458 -# CONFIG_MTD_OOPS is not set
83459 -
83460 -#
83461 -# RAM/ROM/Flash chip drivers
83462 -#
83463 -CONFIG_MTD_CFI=y
83464 -# CONFIG_MTD_JEDECPROBE is not set
83465 -CONFIG_MTD_GEN_PROBE=y
83466 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
83467 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
83468 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
83469 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
83470 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
83471 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
83472 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
83473 -CONFIG_MTD_CFI_I1=y
83474 -CONFIG_MTD_CFI_I2=y
83475 -# CONFIG_MTD_CFI_I4 is not set
83476 -# CONFIG_MTD_CFI_I8 is not set
83477 -# CONFIG_MTD_CFI_INTELEXT is not set
83478 -CONFIG_MTD_CFI_AMDSTD=y
83479 -# CONFIG_MTD_CFI_STAA is not set
83480 -CONFIG_MTD_CFI_UTIL=y
83481 -# CONFIG_MTD_RAM is not set
83482 -# CONFIG_MTD_ROM is not set
83483 -# CONFIG_MTD_ABSENT is not set
83484 -
83485 -#
83486 -# Mapping drivers for chip access
83487 -#
83488 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
83489 -# CONFIG_MTD_PHYSMAP is not set
83490 -# CONFIG_MTD_PHYSMAP_OF is not set
83491 -# CONFIG_MTD_INTEL_VR_NOR is not set
83492 -# CONFIG_MTD_PLATRAM is not set
83493 -
83494 -#
83495 -# Self-contained MTD device drivers
83496 -#
83497 -# CONFIG_MTD_PMC551 is not set
83498 -# CONFIG_MTD_SLRAM is not set
83499 -# CONFIG_MTD_PHRAM is not set
83500 -# CONFIG_MTD_MTDRAM is not set
83501 -# CONFIG_MTD_BLOCK2MTD is not set
83502 -
83503 -#
83504 -# Disk-On-Chip Device Drivers
83505 -#
83506 -# CONFIG_MTD_DOC2000 is not set
83507 -# CONFIG_MTD_DOC2001 is not set
83508 -# CONFIG_MTD_DOC2001PLUS is not set
83509 -# CONFIG_MTD_NAND is not set
83510 -# CONFIG_MTD_ONENAND is not set
83511 -
83512 -#
83513 -# UBI - Unsorted block images
83514 -#
83515 -# CONFIG_MTD_UBI is not set
83516 -CONFIG_OF_DEVICE=y
83517 -# CONFIG_PARPORT is not set
83518 -CONFIG_BLK_DEV=y
83519 -# CONFIG_BLK_DEV_FD is not set
83520 -# CONFIG_BLK_CPQ_DA is not set
83521 -# CONFIG_BLK_CPQ_CISS_DA is not set
83522 -# CONFIG_BLK_DEV_DAC960 is not set
83523 -# CONFIG_BLK_DEV_UMEM is not set
83524 -# CONFIG_BLK_DEV_COW_COMMON is not set
83525 -CONFIG_BLK_DEV_LOOP=y
83526 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
83527 -# CONFIG_BLK_DEV_NBD is not set
83528 -# CONFIG_BLK_DEV_SX8 is not set
83529 -CONFIG_BLK_DEV_RAM=y
83530 -CONFIG_BLK_DEV_RAM_COUNT=16
83531 -CONFIG_BLK_DEV_RAM_SIZE=32768
83532 -# CONFIG_BLK_DEV_XIP is not set
83533 -# CONFIG_CDROM_PKTCDVD is not set
83534 -# CONFIG_ATA_OVER_ETH is not set
83535 -CONFIG_MISC_DEVICES=y
83536 -# CONFIG_PHANTOM is not set
83537 -# CONFIG_EEPROM_93CX6 is not set
83538 -# CONFIG_SGI_IOC4 is not set
83539 -# CONFIG_TIFM_CORE is not set
83540 -# CONFIG_ENCLOSURE_SERVICES is not set
83541 -CONFIG_HAVE_IDE=y
83542 -CONFIG_IDE=y
83543 -CONFIG_IDE_MAX_HWIFS=4
83544 -CONFIG_BLK_DEV_IDE=y
83545 -
83546 -#
83547 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
83548 -#
83549 -# CONFIG_BLK_DEV_IDE_SATA is not set
83550 -CONFIG_BLK_DEV_IDEDISK=y
83551 -# CONFIG_IDEDISK_MULTI_MODE is not set
83552 -# CONFIG_BLK_DEV_IDECD is not set
83553 -# CONFIG_BLK_DEV_IDETAPE is not set
83554 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
83555 -# CONFIG_IDE_TASK_IOCTL is not set
83556 -CONFIG_IDE_PROC_FS=y
83557 -
83558 -#
83559 -# IDE chipset support/bugfixes
83560 -#
83561 -CONFIG_IDE_GENERIC=y
83562 -# CONFIG_BLK_DEV_PLATFORM is not set
83563 -CONFIG_BLK_DEV_IDEDMA_SFF=y
83564 -
83565 -#
83566 -# PCI IDE chipsets support
83567 -#
83568 -CONFIG_BLK_DEV_IDEPCI=y
83569 -CONFIG_IDEPCI_PCIBUS_ORDER=y
83570 -# CONFIG_BLK_DEV_OFFBOARD is not set
83571 -CONFIG_BLK_DEV_GENERIC=y
83572 -# CONFIG_BLK_DEV_OPTI621 is not set
83573 -CONFIG_BLK_DEV_IDEDMA_PCI=y
83574 -# CONFIG_BLK_DEV_AEC62XX is not set
83575 -# CONFIG_BLK_DEV_ALI15X3 is not set
83576 -# CONFIG_BLK_DEV_AMD74XX is not set
83577 -# CONFIG_BLK_DEV_CMD64X is not set
83578 -# CONFIG_BLK_DEV_TRIFLEX is not set
83579 -# CONFIG_BLK_DEV_CY82C693 is not set
83580 -# CONFIG_BLK_DEV_CS5520 is not set
83581 -# CONFIG_BLK_DEV_CS5530 is not set
83582 -# CONFIG_BLK_DEV_HPT34X is not set
83583 -# CONFIG_BLK_DEV_HPT366 is not set
83584 -# CONFIG_BLK_DEV_JMICRON is not set
83585 -# CONFIG_BLK_DEV_SC1200 is not set
83586 -# CONFIG_BLK_DEV_PIIX is not set
83587 -# CONFIG_BLK_DEV_IT8213 is not set
83588 -# CONFIG_BLK_DEV_IT821X is not set
83589 -# CONFIG_BLK_DEV_NS87415 is not set
83590 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
83591 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
83592 -# CONFIG_BLK_DEV_SVWKS is not set
83593 -# CONFIG_BLK_DEV_SIIMAGE is not set
83594 -# CONFIG_BLK_DEV_SL82C105 is not set
83595 -# CONFIG_BLK_DEV_SLC90E66 is not set
83596 -# CONFIG_BLK_DEV_TRM290 is not set
83597 -CONFIG_BLK_DEV_VIA82CXXX=y
83598 -# CONFIG_BLK_DEV_TC86C001 is not set
83599 -CONFIG_BLK_DEV_IDEDMA=y
83600 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
83601 -# CONFIG_BLK_DEV_HD is not set
83602 -
83603 -#
83604 -# SCSI device support
83605 -#
83606 -# CONFIG_RAID_ATTRS is not set
83607 -# CONFIG_SCSI is not set
83608 -# CONFIG_SCSI_DMA is not set
83609 -# CONFIG_SCSI_NETLINK is not set
83610 -# CONFIG_ATA is not set
83611 -# CONFIG_MD is not set
83612 -# CONFIG_FUSION is not set
83613 -
83614 -#
83615 -# IEEE 1394 (FireWire) support
83616 -#
83617 -# CONFIG_FIREWIRE is not set
83618 -# CONFIG_IEEE1394 is not set
83619 -# CONFIG_I2O is not set
83620 -# CONFIG_MACINTOSH_DRIVERS is not set
83621 -CONFIG_NETDEVICES=y
83622 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
83623 -# CONFIG_DUMMY is not set
83624 -# CONFIG_BONDING is not set
83625 -# CONFIG_MACVLAN is not set
83626 -# CONFIG_EQUALIZER is not set
83627 -# CONFIG_TUN is not set
83628 -# CONFIG_VETH is not set
83629 -# CONFIG_ARCNET is not set
83630 -CONFIG_PHYLIB=y
83631 -
83632 -#
83633 -# MII PHY device drivers
83634 -#
83635 -# CONFIG_MARVELL_PHY is not set
83636 -# CONFIG_DAVICOM_PHY is not set
83637 -# CONFIG_QSEMI_PHY is not set
83638 -# CONFIG_LXT_PHY is not set
83639 -# CONFIG_CICADA_PHY is not set
83640 -# CONFIG_VITESSE_PHY is not set
83641 -# CONFIG_SMSC_PHY is not set
83642 -# CONFIG_BROADCOM_PHY is not set
83643 -# CONFIG_ICPLUS_PHY is not set
83644 -# CONFIG_REALTEK_PHY is not set
83645 -# CONFIG_FIXED_PHY is not set
83646 -# CONFIG_MDIO_BITBANG is not set
83647 -CONFIG_NET_ETHERNET=y
83648 -CONFIG_MII=y
83649 -# CONFIG_HAPPYMEAL is not set
83650 -# CONFIG_SUNGEM is not set
83651 -# CONFIG_CASSINI is not set
83652 -# CONFIG_NET_VENDOR_3COM is not set
83653 -# CONFIG_NET_TULIP is not set
83654 -# CONFIG_HP100 is not set
83655 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
83656 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
83657 -# CONFIG_IBM_NEW_EMAC_TAH is not set
83658 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
83659 -CONFIG_NET_PCI=y
83660 -# CONFIG_PCNET32 is not set
83661 -# CONFIG_AMD8111_ETH is not set
83662 -# CONFIG_ADAPTEC_STARFIRE is not set
83663 -# CONFIG_B44 is not set
83664 -# CONFIG_FORCEDETH is not set
83665 -# CONFIG_EEPRO100 is not set
83666 -CONFIG_E100=y
83667 -# CONFIG_FEALNX is not set
83668 -# CONFIG_NATSEMI is not set
83669 -# CONFIG_NE2K_PCI is not set
83670 -# CONFIG_8139CP is not set
83671 -# CONFIG_8139TOO is not set
83672 -# CONFIG_R6040 is not set
83673 -# CONFIG_SIS900 is not set
83674 -# CONFIG_EPIC100 is not set
83675 -# CONFIG_SUNDANCE is not set
83676 -# CONFIG_TLAN is not set
83677 -# CONFIG_VIA_RHINE is not set
83678 -# CONFIG_SC92031 is not set
83679 -# CONFIG_FS_ENET is not set
83680 -CONFIG_NETDEV_1000=y
83681 -# CONFIG_ACENIC is not set
83682 -# CONFIG_DL2K is not set
83683 -# CONFIG_E1000 is not set
83684 -# CONFIG_E1000E is not set
83685 -# CONFIG_E1000E_ENABLED is not set
83686 -# CONFIG_IP1000 is not set
83687 -# CONFIG_IGB is not set
83688 -# CONFIG_NS83820 is not set
83689 -# CONFIG_HAMACHI is not set
83690 -# CONFIG_YELLOWFIN is not set
83691 -# CONFIG_R8169 is not set
83692 -# CONFIG_SIS190 is not set
83693 -# CONFIG_SKGE is not set
83694 -# CONFIG_SKY2 is not set
83695 -# CONFIG_SK98LIN is not set
83696 -# CONFIG_VIA_VELOCITY is not set
83697 -# CONFIG_TIGON3 is not set
83698 -# CONFIG_BNX2 is not set
83699 -CONFIG_GIANFAR=y
83700 -CONFIG_GFAR_NAPI=y
83701 -# CONFIG_QLA3XXX is not set
83702 -# CONFIG_ATL1 is not set
83703 -CONFIG_NETDEV_10000=y
83704 -# CONFIG_CHELSIO_T1 is not set
83705 -# CONFIG_CHELSIO_T3 is not set
83706 -# CONFIG_IXGBE is not set
83707 -# CONFIG_IXGB is not set
83708 -# CONFIG_S2IO is not set
83709 -# CONFIG_MYRI10GE is not set
83710 -# CONFIG_NETXEN_NIC is not set
83711 -# CONFIG_NIU is not set
83712 -# CONFIG_MLX4_CORE is not set
83713 -# CONFIG_TEHUTI is not set
83714 -# CONFIG_BNX2X is not set
83715 -# CONFIG_TR is not set
83716 -
83717 -#
83718 -# Wireless LAN
83719 -#
83720 -# CONFIG_WLAN_PRE80211 is not set
83721 -# CONFIG_WLAN_80211 is not set
83722 -# CONFIG_WAN is not set
83723 -# CONFIG_FDDI is not set
83724 -# CONFIG_HIPPI is not set
83725 -# CONFIG_PPP is not set
83726 -# CONFIG_SLIP is not set
83727 -# CONFIG_NETCONSOLE is not set
83728 -# CONFIG_NETPOLL is not set
83729 -# CONFIG_NET_POLL_CONTROLLER is not set
83730 -# CONFIG_ISDN is not set
83731 -# CONFIG_PHONE is not set
83732 -
83733 -#
83734 -# Input device support
83735 -#
83736 -CONFIG_INPUT=y
83737 -# CONFIG_INPUT_FF_MEMLESS is not set
83738 -# CONFIG_INPUT_POLLDEV is not set
83739 -
83740 -#
83741 -# Userland interfaces
83742 -#
83743 -# CONFIG_INPUT_MOUSEDEV is not set
83744 -# CONFIG_INPUT_JOYDEV is not set
83745 -# CONFIG_INPUT_EVDEV is not set
83746 -# CONFIG_INPUT_EVBUG is not set
83747 -
83748 -#
83749 -# Input Device Drivers
83750 -#
83751 -# CONFIG_INPUT_KEYBOARD is not set
83752 -# CONFIG_INPUT_MOUSE is not set
83753 -# CONFIG_INPUT_JOYSTICK is not set
83754 -# CONFIG_INPUT_TABLET is not set
83755 -# CONFIG_INPUT_TOUCHSCREEN is not set
83756 -# CONFIG_INPUT_MISC is not set
83757 -
83758 -#
83759 -# Hardware I/O ports
83760 -#
83761 -# CONFIG_SERIO is not set
83762 -# CONFIG_GAMEPORT is not set
83763 -
83764 -#
83765 -# Character devices
83766 -#
83767 -# CONFIG_VT is not set
83768 -# CONFIG_SERIAL_NONSTANDARD is not set
83769 -# CONFIG_NOZOMI is not set
83770 -
83771 -#
83772 -# Serial drivers
83773 -#
83774 -CONFIG_SERIAL_8250=y
83775 -CONFIG_SERIAL_8250_CONSOLE=y
83776 -CONFIG_SERIAL_8250_PCI=y
83777 -CONFIG_SERIAL_8250_NR_UARTS=4
83778 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
83779 -# CONFIG_SERIAL_8250_EXTENDED is not set
83780 -CONFIG_SERIAL_8250_SHARE_IRQ=y
83781 -
83782 -#
83783 -# Non-8250 serial port support
83784 -#
83785 -# CONFIG_SERIAL_UARTLITE is not set
83786 -CONFIG_SERIAL_CORE=y
83787 -CONFIG_SERIAL_CORE_CONSOLE=y
83788 -CONFIG_SERIAL_CPM=y
83789 -CONFIG_SERIAL_CPM_CONSOLE=y
83790 -CONFIG_SERIAL_CPM_SCC1=y
83791 -# CONFIG_SERIAL_CPM_SCC2 is not set
83792 -# CONFIG_SERIAL_CPM_SCC3 is not set
83793 -# CONFIG_SERIAL_CPM_SCC4 is not set
83794 -# CONFIG_SERIAL_CPM_SMC1 is not set
83795 -# CONFIG_SERIAL_CPM_SMC2 is not set
83796 -# CONFIG_SERIAL_JSM is not set
83797 -# CONFIG_SERIAL_OF_PLATFORM is not set
83798 -CONFIG_UNIX98_PTYS=y
83799 -CONFIG_LEGACY_PTYS=y
83800 -CONFIG_LEGACY_PTY_COUNT=256
83801 -# CONFIG_IPMI_HANDLER is not set
83802 -CONFIG_HW_RANDOM=y
83803 -# CONFIG_NVRAM is not set
83804 -CONFIG_GEN_RTC=y
83805 -# CONFIG_GEN_RTC_X is not set
83806 -# CONFIG_R3964 is not set
83807 -# CONFIG_APPLICOM is not set
83808 -# CONFIG_RAW_DRIVER is not set
83809 -# CONFIG_TCG_TPM is not set
83810 -CONFIG_DEVPORT=y
83811 -CONFIG_I2C=y
83812 -CONFIG_I2C_BOARDINFO=y
83813 -CONFIG_I2C_CHARDEV=y
83814 -
83815 -#
83816 -# I2C Algorithms
83817 -#
83818 -# CONFIG_I2C_ALGOBIT is not set
83819 -# CONFIG_I2C_ALGOPCF is not set
83820 -# CONFIG_I2C_ALGOPCA is not set
83821 -
83822 -#
83823 -# I2C Hardware Bus support
83824 -#
83825 -# CONFIG_I2C_ALI1535 is not set
83826 -# CONFIG_I2C_ALI1563 is not set
83827 -# CONFIG_I2C_ALI15X3 is not set
83828 -# CONFIG_I2C_AMD756 is not set
83829 -# CONFIG_I2C_AMD8111 is not set
83830 -# CONFIG_I2C_I801 is not set
83831 -# CONFIG_I2C_I810 is not set
83832 -# CONFIG_I2C_PIIX4 is not set
83833 -CONFIG_I2C_MPC=y
83834 -# CONFIG_I2C_NFORCE2 is not set
83835 -# CONFIG_I2C_OCORES is not set
83836 -# CONFIG_I2C_PARPORT_LIGHT is not set
83837 -# CONFIG_I2C_PROSAVAGE is not set
83838 -# CONFIG_I2C_SAVAGE4 is not set
83839 -# CONFIG_I2C_SIMTEC is not set
83840 -# CONFIG_I2C_SIS5595 is not set
83841 -# CONFIG_I2C_SIS630 is not set
83842 -# CONFIG_I2C_SIS96X is not set
83843 -# CONFIG_I2C_TAOS_EVM is not set
83844 -# CONFIG_I2C_VIA is not set
83845 -# CONFIG_I2C_VIAPRO is not set
83846 -# CONFIG_I2C_VOODOO3 is not set
83847 -
83848 -#
83849 -# Miscellaneous I2C Chip support
83850 -#
83851 -# CONFIG_DS1682 is not set
83852 -# CONFIG_SENSORS_EEPROM is not set
83853 -# CONFIG_SENSORS_PCF8574 is not set
83854 -# CONFIG_PCF8575 is not set
83855 -# CONFIG_SENSORS_PCF8591 is not set
83856 -# CONFIG_TPS65010 is not set
83857 -# CONFIG_SENSORS_MAX6875 is not set
83858 -# CONFIG_SENSORS_TSL2550 is not set
83859 -# CONFIG_I2C_DEBUG_CORE is not set
83860 -# CONFIG_I2C_DEBUG_ALGO is not set
83861 -# CONFIG_I2C_DEBUG_BUS is not set
83862 -# CONFIG_I2C_DEBUG_CHIP is not set
83863 -
83864 -#
83865 -# SPI support
83866 -#
83867 -# CONFIG_SPI is not set
83868 -# CONFIG_SPI_MASTER is not set
83869 -# CONFIG_W1 is not set
83870 -# CONFIG_POWER_SUPPLY is not set
83871 -CONFIG_HWMON=y
83872 -# CONFIG_HWMON_VID is not set
83873 -# CONFIG_SENSORS_AD7418 is not set
83874 -# CONFIG_SENSORS_ADM1021 is not set
83875 -# CONFIG_SENSORS_ADM1025 is not set
83876 -# CONFIG_SENSORS_ADM1026 is not set
83877 -# CONFIG_SENSORS_ADM1029 is not set
83878 -# CONFIG_SENSORS_ADM1031 is not set
83879 -# CONFIG_SENSORS_ADM9240 is not set
83880 -# CONFIG_SENSORS_ADT7470 is not set
83881 -# CONFIG_SENSORS_ADT7473 is not set
83882 -# CONFIG_SENSORS_ATXP1 is not set
83883 -# CONFIG_SENSORS_DS1621 is not set
83884 -# CONFIG_SENSORS_I5K_AMB is not set
83885 -# CONFIG_SENSORS_F71805F is not set
83886 -# CONFIG_SENSORS_F71882FG is not set
83887 -# CONFIG_SENSORS_F75375S is not set
83888 -# CONFIG_SENSORS_GL518SM is not set
83889 -# CONFIG_SENSORS_GL520SM is not set
83890 -# CONFIG_SENSORS_IT87 is not set
83891 -# CONFIG_SENSORS_LM63 is not set
83892 -CONFIG_SENSORS_LM75=y
83893 -# CONFIG_SENSORS_LM77 is not set
83894 -# CONFIG_SENSORS_LM78 is not set
83895 -# CONFIG_SENSORS_LM80 is not set
83896 -# CONFIG_SENSORS_LM83 is not set
83897 -# CONFIG_SENSORS_LM85 is not set
83898 -# CONFIG_SENSORS_LM87 is not set
83899 -# CONFIG_SENSORS_LM90 is not set
83900 -# CONFIG_SENSORS_LM92 is not set
83901 -# CONFIG_SENSORS_LM93 is not set
83902 -# CONFIG_SENSORS_MAX1619 is not set
83903 -# CONFIG_SENSORS_MAX6650 is not set
83904 -# CONFIG_SENSORS_PC87360 is not set
83905 -# CONFIG_SENSORS_PC87427 is not set
83906 -# CONFIG_SENSORS_SIS5595 is not set
83907 -# CONFIG_SENSORS_DME1737 is not set
83908 -# CONFIG_SENSORS_SMSC47M1 is not set
83909 -# CONFIG_SENSORS_SMSC47M192 is not set
83910 -# CONFIG_SENSORS_SMSC47B397 is not set
83911 -# CONFIG_SENSORS_ADS7828 is not set
83912 -# CONFIG_SENSORS_THMC50 is not set
83913 -# CONFIG_SENSORS_VIA686A is not set
83914 -# CONFIG_SENSORS_VT1211 is not set
83915 -# CONFIG_SENSORS_VT8231 is not set
83916 -# CONFIG_SENSORS_W83781D is not set
83917 -# CONFIG_SENSORS_W83791D is not set
83918 -# CONFIG_SENSORS_W83792D is not set
83919 -# CONFIG_SENSORS_W83793 is not set
83920 -# CONFIG_SENSORS_W83L785TS is not set
83921 -# CONFIG_SENSORS_W83L786NG is not set
83922 -# CONFIG_SENSORS_W83627HF is not set
83923 -# CONFIG_SENSORS_W83627EHF is not set
83924 -CONFIG_HWMON_DEBUG_CHIP=y
83925 -# CONFIG_THERMAL is not set
83926 -# CONFIG_WATCHDOG is not set
83927 -
83928 -#
83929 -# Sonics Silicon Backplane
83930 -#
83931 -CONFIG_SSB_POSSIBLE=y
83932 -# CONFIG_SSB is not set
83933 -
83934 -#
83935 -# Multifunction device drivers
83936 -#
83937 -# CONFIG_MFD_SM501 is not set
83938 -
83939 -#
83940 -# Multimedia devices
83941 -#
83942 -# CONFIG_VIDEO_DEV is not set
83943 -# CONFIG_DVB_CORE is not set
83944 -CONFIG_DAB=y
83945 -
83946 -#
83947 -# Graphics support
83948 -#
83949 -# CONFIG_AGP is not set
83950 -# CONFIG_DRM is not set
83951 -# CONFIG_VGASTATE is not set
83952 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
83953 -# CONFIG_FB is not set
83954 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
83955 -
83956 -#
83957 -# Display device support
83958 -#
83959 -# CONFIG_DISPLAY_SUPPORT is not set
83960 -
83961 -#
83962 -# Sound
83963 -#
83964 -# CONFIG_SOUND is not set
83965 -CONFIG_HID_SUPPORT=y
83966 -CONFIG_HID=y
83967 -# CONFIG_HID_DEBUG is not set
83968 -# CONFIG_HIDRAW is not set
83969 -CONFIG_USB_SUPPORT=y
83970 -CONFIG_USB_ARCH_HAS_HCD=y
83971 -CONFIG_USB_ARCH_HAS_OHCI=y
83972 -CONFIG_USB_ARCH_HAS_EHCI=y
83973 -# CONFIG_USB is not set
83974 -
83975 -#
83976 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
83977 -#
83978 -# CONFIG_USB_GADGET is not set
83979 -# CONFIG_MMC is not set
83980 -# CONFIG_MEMSTICK is not set
83981 -# CONFIG_NEW_LEDS is not set
83982 -# CONFIG_INFINIBAND is not set
83983 -# CONFIG_EDAC is not set
83984 -# CONFIG_RTC_CLASS is not set
83985 -# CONFIG_DMADEVICES is not set
83986 -
83987 -#
83988 -# Userspace I/O
83989 -#
83990 -# CONFIG_UIO is not set
83991 -
83992 -#
83993 -# File systems
83994 -#
83995 -CONFIG_EXT2_FS=y
83996 -# CONFIG_EXT2_FS_XATTR is not set
83997 -# CONFIG_EXT2_FS_XIP is not set
83998 -CONFIG_EXT3_FS=y
83999 -CONFIG_EXT3_FS_XATTR=y
84000 -# CONFIG_EXT3_FS_POSIX_ACL is not set
84001 -# CONFIG_EXT3_FS_SECURITY is not set
84002 -# CONFIG_EXT4DEV_FS is not set
84003 -CONFIG_JBD=y
84004 -CONFIG_FS_MBCACHE=y
84005 -# CONFIG_REISERFS_FS is not set
84006 -# CONFIG_JFS_FS is not set
84007 -# CONFIG_FS_POSIX_ACL is not set
84008 -# CONFIG_XFS_FS is not set
84009 -# CONFIG_GFS2_FS is not set
84010 -# CONFIG_OCFS2_FS is not set
84011 -CONFIG_DNOTIFY=y
84012 -CONFIG_INOTIFY=y
84013 -CONFIG_INOTIFY_USER=y
84014 -# CONFIG_QUOTA is not set
84015 -# CONFIG_AUTOFS_FS is not set
84016 -# CONFIG_AUTOFS4_FS is not set
84017 -# CONFIG_FUSE_FS is not set
84018 -
84019 -#
84020 -# CD-ROM/DVD Filesystems
84021 -#
84022 -# CONFIG_ISO9660_FS is not set
84023 -# CONFIG_UDF_FS is not set
84024 -
84025 -#
84026 -# DOS/FAT/NT Filesystems
84027 -#
84028 -# CONFIG_MSDOS_FS is not set
84029 -# CONFIG_VFAT_FS is not set
84030 -# CONFIG_NTFS_FS is not set
84031 -
84032 -#
84033 -# Pseudo filesystems
84034 -#
84035 -CONFIG_PROC_FS=y
84036 -CONFIG_PROC_KCORE=y
84037 -CONFIG_PROC_SYSCTL=y
84038 -CONFIG_SYSFS=y
84039 -CONFIG_TMPFS=y
84040 -# CONFIG_TMPFS_POSIX_ACL is not set
84041 -# CONFIG_HUGETLB_PAGE is not set
84042 -# CONFIG_CONFIGFS_FS is not set
84043 -
84044 -#
84045 -# Miscellaneous filesystems
84046 -#
84047 -# CONFIG_ADFS_FS is not set
84048 -# CONFIG_AFFS_FS is not set
84049 -# CONFIG_HFS_FS is not set
84050 -# CONFIG_HFSPLUS_FS is not set
84051 -# CONFIG_BEFS_FS is not set
84052 -# CONFIG_BFS_FS is not set
84053 -# CONFIG_EFS_FS is not set
84054 -CONFIG_JFFS2_FS=y
84055 -CONFIG_JFFS2_FS_DEBUG=0
84056 -CONFIG_JFFS2_FS_WRITEBUFFER=y
84057 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
84058 -# CONFIG_JFFS2_SUMMARY is not set
84059 -# CONFIG_JFFS2_FS_XATTR is not set
84060 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
84061 -CONFIG_JFFS2_ZLIB=y
84062 -# CONFIG_JFFS2_LZO is not set
84063 -CONFIG_JFFS2_RTIME=y
84064 -# CONFIG_JFFS2_RUBIN is not set
84065 -CONFIG_CRAMFS=y
84066 -# CONFIG_VXFS_FS is not set
84067 -# CONFIG_MINIX_FS is not set
84068 -# CONFIG_HPFS_FS is not set
84069 -# CONFIG_QNX4FS_FS is not set
84070 -# CONFIG_ROMFS_FS is not set
84071 -# CONFIG_SYSV_FS is not set
84072 -# CONFIG_UFS_FS is not set
84073 -CONFIG_NETWORK_FILESYSTEMS=y
84074 -CONFIG_NFS_FS=y
84075 -# CONFIG_NFS_V3 is not set
84076 -# CONFIG_NFS_V4 is not set
84077 -# CONFIG_NFS_DIRECTIO is not set
84078 -# CONFIG_NFSD is not set
84079 -CONFIG_ROOT_NFS=y
84080 -CONFIG_LOCKD=y
84081 -CONFIG_NFS_COMMON=y
84082 -CONFIG_SUNRPC=y
84083 -# CONFIG_SUNRPC_BIND34 is not set
84084 -# CONFIG_RPCSEC_GSS_KRB5 is not set
84085 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
84086 -# CONFIG_SMB_FS is not set
84087 -# CONFIG_CIFS is not set
84088 -# CONFIG_NCP_FS is not set
84089 -# CONFIG_CODA_FS is not set
84090 -# CONFIG_AFS_FS is not set
84091 -
84092 -#
84093 -# Partition Types
84094 -#
84095 -CONFIG_PARTITION_ADVANCED=y
84096 -# CONFIG_ACORN_PARTITION is not set
84097 -# CONFIG_OSF_PARTITION is not set
84098 -# CONFIG_AMIGA_PARTITION is not set
84099 -# CONFIG_ATARI_PARTITION is not set
84100 -# CONFIG_MAC_PARTITION is not set
84101 -# CONFIG_MSDOS_PARTITION is not set
84102 -# CONFIG_LDM_PARTITION is not set
84103 -# CONFIG_SGI_PARTITION is not set
84104 -# CONFIG_ULTRIX_PARTITION is not set
84105 -# CONFIG_SUN_PARTITION is not set
84106 -# CONFIG_KARMA_PARTITION is not set
84107 -# CONFIG_EFI_PARTITION is not set
84108 -# CONFIG_SYSV68_PARTITION is not set
84109 -# CONFIG_NLS is not set
84110 -# CONFIG_DLM is not set
84111 -
84112 -#
84113 -# Library routines
84114 -#
84115 -CONFIG_BITREVERSE=y
84116 -# CONFIG_CRC_CCITT is not set
84117 -# CONFIG_CRC16 is not set
84118 -# CONFIG_CRC_ITU_T is not set
84119 -CONFIG_CRC32=y
84120 -# CONFIG_CRC7 is not set
84121 -# CONFIG_LIBCRC32C is not set
84122 -CONFIG_ZLIB_INFLATE=y
84123 -CONFIG_ZLIB_DEFLATE=y
84124 -CONFIG_PLIST=y
84125 -CONFIG_HAS_IOMEM=y
84126 -CONFIG_HAS_IOPORT=y
84127 -CONFIG_HAS_DMA=y
84128 -
84129 -#
84130 -# Kernel hacking
84131 -#
84132 -# CONFIG_PRINTK_TIME is not set
84133 -CONFIG_ENABLE_WARN_DEPRECATED=y
84134 -CONFIG_ENABLE_MUST_CHECK=y
84135 -# CONFIG_MAGIC_SYSRQ is not set
84136 -# CONFIG_UNUSED_SYMBOLS is not set
84137 -# CONFIG_DEBUG_FS is not set
84138 -# CONFIG_HEADERS_CHECK is not set
84139 -# CONFIG_DEBUG_KERNEL is not set
84140 -# CONFIG_SLUB_DEBUG_ON is not set
84141 -# CONFIG_SLUB_STATS is not set
84142 -# CONFIG_DEBUG_BUGVERBOSE is not set
84143 -# CONFIG_SAMPLES is not set
84144 -# CONFIG_KGDB_CONSOLE is not set
84145 -# CONFIG_PPC_EARLY_DEBUG is not set
84146 -
84147 -#
84148 -# Security options
84149 -#
84150 -# CONFIG_KEYS is not set
84151 -# CONFIG_SECURITY is not set
84152 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
84153 -CONFIG_CRYPTO=y
84154 -# CONFIG_CRYPTO_SEQIV is not set
84155 -# CONFIG_CRYPTO_MANAGER is not set
84156 -# CONFIG_CRYPTO_HMAC is not set
84157 -# CONFIG_CRYPTO_XCBC is not set
84158 -# CONFIG_CRYPTO_NULL is not set
84159 -# CONFIG_CRYPTO_MD4 is not set
84160 -# CONFIG_CRYPTO_MD5 is not set
84161 -# CONFIG_CRYPTO_SHA1 is not set
84162 -# CONFIG_CRYPTO_SHA256 is not set
84163 -# CONFIG_CRYPTO_SHA512 is not set
84164 -# CONFIG_CRYPTO_WP512 is not set
84165 -# CONFIG_CRYPTO_TGR192 is not set
84166 -# CONFIG_CRYPTO_GF128MUL is not set
84167 -# CONFIG_CRYPTO_ECB is not set
84168 -# CONFIG_CRYPTO_CBC is not set
84169 -# CONFIG_CRYPTO_PCBC is not set
84170 -# CONFIG_CRYPTO_LRW is not set
84171 -# CONFIG_CRYPTO_XTS is not set
84172 -# CONFIG_CRYPTO_CTR is not set
84173 -# CONFIG_CRYPTO_GCM is not set
84174 -# CONFIG_CRYPTO_CCM is not set
84175 -# CONFIG_CRYPTO_CRYPTD is not set
84176 -# CONFIG_CRYPTO_DES is not set
84177 -# CONFIG_CRYPTO_FCRYPT is not set
84178 -# CONFIG_CRYPTO_BLOWFISH is not set
84179 -# CONFIG_CRYPTO_TWOFISH is not set
84180 -# CONFIG_CRYPTO_SERPENT is not set
84181 -# CONFIG_CRYPTO_AES is not set
84182 -# CONFIG_CRYPTO_CAST5 is not set
84183 -# CONFIG_CRYPTO_CAST6 is not set
84184 -# CONFIG_CRYPTO_TEA is not set
84185 -# CONFIG_CRYPTO_ARC4 is not set
84186 -# CONFIG_CRYPTO_KHAZAD is not set
84187 -# CONFIG_CRYPTO_ANUBIS is not set
84188 -# CONFIG_CRYPTO_SEED is not set
84189 -# CONFIG_CRYPTO_SALSA20 is not set
84190 -# CONFIG_CRYPTO_DEFLATE is not set
84191 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
84192 -# CONFIG_CRYPTO_CRC32C is not set
84193 -# CONFIG_CRYPTO_CAMELLIA is not set
84194 -# CONFIG_CRYPTO_AUTHENC is not set
84195 -# CONFIG_CRYPTO_LZO is not set
84196 -CONFIG_CRYPTO_HW=y
84197 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
84198 -# CONFIG_PPC_CLOCK is not set
84199 -CONFIG_PPC_LIB_RHEAP=y
84200 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8555_defconfig powerpc.git/arch/powerpc/configs/tqm8555_defconfig
84201 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8555_defconfig     2008-04-11 22:32:29.000000000 +0200
84202 +++ powerpc.git/arch/powerpc/configs/tqm8555_defconfig  1970-01-01 01:00:00.000000000 +0100
84203 @@ -1,1109 +0,0 @@
84204 -#
84205 -# Automatically generated make config: don't edit
84206 -# Linux kernel version: 2.6.25-rc6
84207 -# Mon Mar 24 08:48:44 2008
84208 -#
84209 -# CONFIG_PPC64 is not set
84210 -
84211 -#
84212 -# Processor support
84213 -#
84214 -# CONFIG_6xx is not set
84215 -CONFIG_PPC_85xx=y
84216 -# CONFIG_PPC_8xx is not set
84217 -# CONFIG_40x is not set
84218 -# CONFIG_44x is not set
84219 -# CONFIG_E200 is not set
84220 -CONFIG_E500=y
84221 -CONFIG_BOOKE=y
84222 -CONFIG_FSL_BOOKE=y
84223 -CONFIG_FSL_EMB_PERFMON=y
84224 -# CONFIG_PHYS_64BIT is not set
84225 -CONFIG_SPE=y
84226 -# CONFIG_PPC_MM_SLICES is not set
84227 -CONFIG_PPC32=y
84228 -CONFIG_WORD_SIZE=32
84229 -CONFIG_PPC_MERGE=y
84230 -CONFIG_MMU=y
84231 -CONFIG_GENERIC_CMOS_UPDATE=y
84232 -CONFIG_GENERIC_TIME=y
84233 -CONFIG_GENERIC_TIME_VSYSCALL=y
84234 -CONFIG_GENERIC_CLOCKEVENTS=y
84235 -CONFIG_GENERIC_HARDIRQS=y
84236 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
84237 -CONFIG_IRQ_PER_CPU=y
84238 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
84239 -CONFIG_ARCH_HAS_ILOG2_U32=y
84240 -CONFIG_GENERIC_HWEIGHT=y
84241 -CONFIG_GENERIC_CALIBRATE_DELAY=y
84242 -CONFIG_GENERIC_FIND_NEXT_BIT=y
84243 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
84244 -CONFIG_PPC=y
84245 -CONFIG_EARLY_PRINTK=y
84246 -CONFIG_GENERIC_NVRAM=y
84247 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
84248 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
84249 -CONFIG_PPC_OF=y
84250 -CONFIG_OF=y
84251 -CONFIG_PPC_UDBG_16550=y
84252 -# CONFIG_GENERIC_TBSYNC is not set
84253 -CONFIG_AUDIT_ARCH=y
84254 -CONFIG_GENERIC_BUG=y
84255 -CONFIG_DEFAULT_UIMAGE=y
84256 -# CONFIG_PPC_DCR_NATIVE is not set
84257 -# CONFIG_PPC_DCR_MMIO is not set
84258 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
84259 -
84260 -#
84261 -# General setup
84262 -#
84263 -CONFIG_EXPERIMENTAL=y
84264 -CONFIG_BROKEN_ON_SMP=y
84265 -CONFIG_INIT_ENV_ARG_LIMIT=32
84266 -CONFIG_LOCALVERSION=""
84267 -CONFIG_LOCALVERSION_AUTO=y
84268 -CONFIG_SWAP=y
84269 -CONFIG_SYSVIPC=y
84270 -CONFIG_SYSVIPC_SYSCTL=y
84271 -# CONFIG_POSIX_MQUEUE is not set
84272 -# CONFIG_BSD_PROCESS_ACCT is not set
84273 -# CONFIG_TASKSTATS is not set
84274 -# CONFIG_AUDIT is not set
84275 -# CONFIG_IKCONFIG is not set
84276 -CONFIG_LOG_BUF_SHIFT=14
84277 -# CONFIG_CGROUPS is not set
84278 -CONFIG_GROUP_SCHED=y
84279 -CONFIG_FAIR_GROUP_SCHED=y
84280 -# CONFIG_RT_GROUP_SCHED is not set
84281 -CONFIG_USER_SCHED=y
84282 -# CONFIG_CGROUP_SCHED is not set
84283 -CONFIG_SYSFS_DEPRECATED=y
84284 -CONFIG_SYSFS_DEPRECATED_V2=y
84285 -# CONFIG_RELAY is not set
84286 -# CONFIG_NAMESPACES is not set
84287 -CONFIG_BLK_DEV_INITRD=y
84288 -CONFIG_INITRAMFS_SOURCE=""
84289 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
84290 -CONFIG_SYSCTL=y
84291 -CONFIG_EMBEDDED=y
84292 -CONFIG_SYSCTL_SYSCALL=y
84293 -# CONFIG_KALLSYMS is not set
84294 -# CONFIG_HOTPLUG is not set
84295 -CONFIG_PRINTK=y
84296 -CONFIG_BUG=y
84297 -CONFIG_ELF_CORE=y
84298 -CONFIG_COMPAT_BRK=y
84299 -CONFIG_BASE_FULL=y
84300 -CONFIG_FUTEX=y
84301 -CONFIG_ANON_INODES=y
84302 -# CONFIG_EPOLL is not set
84303 -CONFIG_SIGNALFD=y
84304 -CONFIG_TIMERFD=y
84305 -CONFIG_EVENTFD=y
84306 -CONFIG_SHMEM=y
84307 -CONFIG_VM_EVENT_COUNTERS=y
84308 -CONFIG_SLUB_DEBUG=y
84309 -# CONFIG_SLAB is not set
84310 -CONFIG_SLUB=y
84311 -# CONFIG_SLOB is not set
84312 -# CONFIG_PROFILING is not set
84313 -# CONFIG_MARKERS is not set
84314 -CONFIG_HAVE_OPROFILE=y
84315 -CONFIG_HAVE_KPROBES=y
84316 -CONFIG_HAVE_KRETPROBES=y
84317 -CONFIG_PROC_PAGE_MONITOR=y
84318 -CONFIG_SLABINFO=y
84319 -CONFIG_RT_MUTEXES=y
84320 -# CONFIG_TINY_SHMEM is not set
84321 -CONFIG_BASE_SMALL=0
84322 -# CONFIG_MODULES is not set
84323 -CONFIG_BLOCK=y
84324 -# CONFIG_LBD is not set
84325 -# CONFIG_BLK_DEV_IO_TRACE is not set
84326 -# CONFIG_LSF is not set
84327 -# CONFIG_BLK_DEV_BSG is not set
84328 -
84329 -#
84330 -# IO Schedulers
84331 -#
84332 -CONFIG_IOSCHED_NOOP=y
84333 -CONFIG_IOSCHED_AS=y
84334 -CONFIG_IOSCHED_DEADLINE=y
84335 -CONFIG_IOSCHED_CFQ=y
84336 -CONFIG_DEFAULT_AS=y
84337 -# CONFIG_DEFAULT_DEADLINE is not set
84338 -# CONFIG_DEFAULT_CFQ is not set
84339 -# CONFIG_DEFAULT_NOOP is not set
84340 -CONFIG_DEFAULT_IOSCHED="anticipatory"
84341 -CONFIG_CLASSIC_RCU=y
84342 -
84343 -#
84344 -# Platform support
84345 -#
84346 -# CONFIG_PPC_MPC512x is not set
84347 -# CONFIG_PPC_MPC5121 is not set
84348 -# CONFIG_PPC_CELL is not set
84349 -# CONFIG_PPC_CELL_NATIVE is not set
84350 -# CONFIG_PQ2ADS is not set
84351 -CONFIG_MPC85xx=y
84352 -# CONFIG_MPC8540_ADS is not set
84353 -# CONFIG_MPC8560_ADS is not set
84354 -# CONFIG_MPC85xx_CDS is not set
84355 -# CONFIG_MPC85xx_MDS is not set
84356 -# CONFIG_MPC85xx_DS is not set
84357 -# CONFIG_STX_GP3 is not set
84358 -# CONFIG_TQM8540 is not set
84359 -# CONFIG_TQM8541 is not set
84360 -CONFIG_TQM8555=y
84361 -# CONFIG_TQM8560 is not set
84362 -# CONFIG_SBC8548 is not set
84363 -# CONFIG_SBC8560 is not set
84364 -CONFIG_TQM85xx=y
84365 -# CONFIG_IPIC is not set
84366 -CONFIG_MPIC=y
84367 -# CONFIG_MPIC_WEIRD is not set
84368 -# CONFIG_PPC_I8259 is not set
84369 -# CONFIG_PPC_RTAS is not set
84370 -# CONFIG_MMIO_NVRAM is not set
84371 -# CONFIG_PPC_MPC106 is not set
84372 -# CONFIG_PPC_970_NAP is not set
84373 -# CONFIG_PPC_INDIRECT_IO is not set
84374 -# CONFIG_GENERIC_IOMAP is not set
84375 -# CONFIG_CPU_FREQ is not set
84376 -CONFIG_CPM2=y
84377 -CONFIG_PPC_CPM_NEW_BINDING=y
84378 -# CONFIG_FSL_ULI1575 is not set
84379 -CONFIG_CPM=y
84380 -
84381 -#
84382 -# Kernel options
84383 -#
84384 -# CONFIG_HIGHMEM is not set
84385 -# CONFIG_TICK_ONESHOT is not set
84386 -# CONFIG_NO_HZ is not set
84387 -# CONFIG_HIGH_RES_TIMERS is not set
84388 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
84389 -# CONFIG_HZ_100 is not set
84390 -CONFIG_HZ_250=y
84391 -# CONFIG_HZ_300 is not set
84392 -# CONFIG_HZ_1000 is not set
84393 -CONFIG_HZ=250
84394 -# CONFIG_SCHED_HRTICK is not set
84395 -CONFIG_PREEMPT_NONE=y
84396 -# CONFIG_PREEMPT_VOLUNTARY is not set
84397 -# CONFIG_PREEMPT is not set
84398 -CONFIG_BINFMT_ELF=y
84399 -# CONFIG_BINFMT_MISC is not set
84400 -CONFIG_MATH_EMULATION=y
84401 -# CONFIG_IOMMU_HELPER is not set
84402 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
84403 -CONFIG_ARCH_HAS_WALK_MEMORY=y
84404 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
84405 -CONFIG_ARCH_FLATMEM_ENABLE=y
84406 -CONFIG_ARCH_POPULATES_NODE_MAP=y
84407 -CONFIG_SELECT_MEMORY_MODEL=y
84408 -CONFIG_FLATMEM_MANUAL=y
84409 -# CONFIG_DISCONTIGMEM_MANUAL is not set
84410 -# CONFIG_SPARSEMEM_MANUAL is not set
84411 -CONFIG_FLATMEM=y
84412 -CONFIG_FLAT_NODE_MEM_MAP=y
84413 -# CONFIG_SPARSEMEM_STATIC is not set
84414 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
84415 -CONFIG_SPLIT_PTLOCK_CPUS=4
84416 -# CONFIG_RESOURCES_64BIT is not set
84417 -CONFIG_ZONE_DMA_FLAG=1
84418 -CONFIG_BOUNCE=y
84419 -CONFIG_VIRT_TO_BUS=y
84420 -# CONFIG_PROC_DEVICETREE is not set
84421 -# CONFIG_CMDLINE_BOOL is not set
84422 -# CONFIG_PM is not set
84423 -CONFIG_SECCOMP=y
84424 -CONFIG_ISA_DMA_API=y
84425 -
84426 -#
84427 -# Bus options
84428 -#
84429 -CONFIG_ZONE_DMA=y
84430 -CONFIG_PPC_INDIRECT_PCI=y
84431 -CONFIG_FSL_SOC=y
84432 -CONFIG_FSL_PCI=y
84433 -CONFIG_PCI=y
84434 -CONFIG_PCI_DOMAINS=y
84435 -CONFIG_PCI_SYSCALL=y
84436 -# CONFIG_PCIEPORTBUS is not set
84437 -CONFIG_ARCH_SUPPORTS_MSI=y
84438 -# CONFIG_PCI_MSI is not set
84439 -CONFIG_PCI_LEGACY=y
84440 -
84441 -#
84442 -# Advanced setup
84443 -#
84444 -# CONFIG_ADVANCED_OPTIONS is not set
84445 -
84446 -#
84447 -# Default settings for advanced configuration options are used
84448 -#
84449 -CONFIG_HIGHMEM_START=0xfe000000
84450 -CONFIG_LOWMEM_SIZE=0x30000000
84451 -CONFIG_KERNEL_START=0xc0000000
84452 -CONFIG_TASK_SIZE=0xc0000000
84453 -CONFIG_BOOT_LOAD=0x00800000
84454 -
84455 -#
84456 -# Networking
84457 -#
84458 -CONFIG_NET=y
84459 -
84460 -#
84461 -# Networking options
84462 -#
84463 -CONFIG_PACKET=y
84464 -# CONFIG_PACKET_MMAP is not set
84465 -CONFIG_UNIX=y
84466 -CONFIG_XFRM=y
84467 -# CONFIG_XFRM_USER is not set
84468 -# CONFIG_XFRM_SUB_POLICY is not set
84469 -# CONFIG_XFRM_MIGRATE is not set
84470 -# CONFIG_XFRM_STATISTICS is not set
84471 -# CONFIG_NET_KEY is not set
84472 -CONFIG_INET=y
84473 -CONFIG_IP_MULTICAST=y
84474 -# CONFIG_IP_ADVANCED_ROUTER is not set
84475 -CONFIG_IP_FIB_HASH=y
84476 -CONFIG_IP_PNP=y
84477 -CONFIG_IP_PNP_DHCP=y
84478 -CONFIG_IP_PNP_BOOTP=y
84479 -# CONFIG_IP_PNP_RARP is not set
84480 -# CONFIG_NET_IPIP is not set
84481 -# CONFIG_NET_IPGRE is not set
84482 -# CONFIG_IP_MROUTE is not set
84483 -# CONFIG_ARPD is not set
84484 -CONFIG_SYN_COOKIES=y
84485 -# CONFIG_INET_AH is not set
84486 -# CONFIG_INET_ESP is not set
84487 -# CONFIG_INET_IPCOMP is not set
84488 -# CONFIG_INET_XFRM_TUNNEL is not set
84489 -# CONFIG_INET_TUNNEL is not set
84490 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
84491 -CONFIG_INET_XFRM_MODE_TUNNEL=y
84492 -CONFIG_INET_XFRM_MODE_BEET=y
84493 -# CONFIG_INET_LRO is not set
84494 -CONFIG_INET_DIAG=y
84495 -CONFIG_INET_TCP_DIAG=y
84496 -# CONFIG_TCP_CONG_ADVANCED is not set
84497 -CONFIG_TCP_CONG_CUBIC=y
84498 -CONFIG_DEFAULT_TCP_CONG="cubic"
84499 -# CONFIG_TCP_MD5SIG is not set
84500 -# CONFIG_IPV6 is not set
84501 -# CONFIG_INET6_XFRM_TUNNEL is not set
84502 -# CONFIG_INET6_TUNNEL is not set
84503 -# CONFIG_NETWORK_SECMARK is not set
84504 -# CONFIG_NETFILTER is not set
84505 -# CONFIG_IP_DCCP is not set
84506 -# CONFIG_IP_SCTP is not set
84507 -# CONFIG_TIPC is not set
84508 -# CONFIG_ATM is not set
84509 -# CONFIG_BRIDGE is not set
84510 -# CONFIG_VLAN_8021Q is not set
84511 -# CONFIG_DECNET is not set
84512 -# CONFIG_LLC2 is not set
84513 -# CONFIG_IPX is not set
84514 -# CONFIG_ATALK is not set
84515 -# CONFIG_X25 is not set
84516 -# CONFIG_LAPB is not set
84517 -# CONFIG_ECONET is not set
84518 -# CONFIG_WAN_ROUTER is not set
84519 -# CONFIG_NET_SCHED is not set
84520 -
84521 -#
84522 -# Network testing
84523 -#
84524 -# CONFIG_NET_PKTGEN is not set
84525 -# CONFIG_HAMRADIO is not set
84526 -# CONFIG_CAN is not set
84527 -# CONFIG_IRDA is not set
84528 -# CONFIG_BT is not set
84529 -# CONFIG_AF_RXRPC is not set
84530 -
84531 -#
84532 -# Wireless
84533 -#
84534 -# CONFIG_CFG80211 is not set
84535 -# CONFIG_WIRELESS_EXT is not set
84536 -# CONFIG_MAC80211 is not set
84537 -# CONFIG_IEEE80211 is not set
84538 -# CONFIG_RFKILL is not set
84539 -# CONFIG_NET_9P is not set
84540 -
84541 -#
84542 -# Device Drivers
84543 -#
84544 -
84545 -#
84546 -# Generic Driver Options
84547 -#
84548 -CONFIG_STANDALONE=y
84549 -CONFIG_PREVENT_FIRMWARE_BUILD=y
84550 -# CONFIG_SYS_HYPERVISOR is not set
84551 -# CONFIG_CONNECTOR is not set
84552 -CONFIG_MTD=y
84553 -# CONFIG_MTD_DEBUG is not set
84554 -CONFIG_MTD_CONCAT=y
84555 -CONFIG_MTD_PARTITIONS=y
84556 -# CONFIG_MTD_REDBOOT_PARTS is not set
84557 -CONFIG_MTD_CMDLINE_PARTS=y
84558 -# CONFIG_MTD_OF_PARTS is not set
84559 -
84560 -#
84561 -# User Modules And Translation Layers
84562 -#
84563 -CONFIG_MTD_CHAR=y
84564 -CONFIG_MTD_BLKDEVS=y
84565 -CONFIG_MTD_BLOCK=y
84566 -# CONFIG_FTL is not set
84567 -# CONFIG_NFTL is not set
84568 -# CONFIG_INFTL is not set
84569 -# CONFIG_RFD_FTL is not set
84570 -# CONFIG_SSFDC is not set
84571 -# CONFIG_MTD_OOPS is not set
84572 -
84573 -#
84574 -# RAM/ROM/Flash chip drivers
84575 -#
84576 -CONFIG_MTD_CFI=y
84577 -# CONFIG_MTD_JEDECPROBE is not set
84578 -CONFIG_MTD_GEN_PROBE=y
84579 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
84580 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
84581 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
84582 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
84583 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
84584 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
84585 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
84586 -CONFIG_MTD_CFI_I1=y
84587 -CONFIG_MTD_CFI_I2=y
84588 -# CONFIG_MTD_CFI_I4 is not set
84589 -# CONFIG_MTD_CFI_I8 is not set
84590 -# CONFIG_MTD_CFI_INTELEXT is not set
84591 -CONFIG_MTD_CFI_AMDSTD=y
84592 -# CONFIG_MTD_CFI_STAA is not set
84593 -CONFIG_MTD_CFI_UTIL=y
84594 -# CONFIG_MTD_RAM is not set
84595 -# CONFIG_MTD_ROM is not set
84596 -# CONFIG_MTD_ABSENT is not set
84597 -
84598 -#
84599 -# Mapping drivers for chip access
84600 -#
84601 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
84602 -# CONFIG_MTD_PHYSMAP is not set
84603 -# CONFIG_MTD_PHYSMAP_OF is not set
84604 -# CONFIG_MTD_INTEL_VR_NOR is not set
84605 -# CONFIG_MTD_PLATRAM is not set
84606 -
84607 -#
84608 -# Self-contained MTD device drivers
84609 -#
84610 -# CONFIG_MTD_PMC551 is not set
84611 -# CONFIG_MTD_SLRAM is not set
84612 -# CONFIG_MTD_PHRAM is not set
84613 -# CONFIG_MTD_MTDRAM is not set
84614 -# CONFIG_MTD_BLOCK2MTD is not set
84615 -
84616 -#
84617 -# Disk-On-Chip Device Drivers
84618 -#
84619 -# CONFIG_MTD_DOC2000 is not set
84620 -# CONFIG_MTD_DOC2001 is not set
84621 -# CONFIG_MTD_DOC2001PLUS is not set
84622 -# CONFIG_MTD_NAND is not set
84623 -# CONFIG_MTD_ONENAND is not set
84624 -
84625 -#
84626 -# UBI - Unsorted block images
84627 -#
84628 -# CONFIG_MTD_UBI is not set
84629 -CONFIG_OF_DEVICE=y
84630 -# CONFIG_PARPORT is not set
84631 -CONFIG_BLK_DEV=y
84632 -# CONFIG_BLK_DEV_FD is not set
84633 -# CONFIG_BLK_CPQ_DA is not set
84634 -# CONFIG_BLK_CPQ_CISS_DA is not set
84635 -# CONFIG_BLK_DEV_DAC960 is not set
84636 -# CONFIG_BLK_DEV_UMEM is not set
84637 -# CONFIG_BLK_DEV_COW_COMMON is not set
84638 -CONFIG_BLK_DEV_LOOP=y
84639 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
84640 -# CONFIG_BLK_DEV_NBD is not set
84641 -# CONFIG_BLK_DEV_SX8 is not set
84642 -CONFIG_BLK_DEV_RAM=y
84643 -CONFIG_BLK_DEV_RAM_COUNT=16
84644 -CONFIG_BLK_DEV_RAM_SIZE=32768
84645 -# CONFIG_BLK_DEV_XIP is not set
84646 -# CONFIG_CDROM_PKTCDVD is not set
84647 -# CONFIG_ATA_OVER_ETH is not set
84648 -CONFIG_MISC_DEVICES=y
84649 -# CONFIG_PHANTOM is not set
84650 -# CONFIG_EEPROM_93CX6 is not set
84651 -# CONFIG_SGI_IOC4 is not set
84652 -# CONFIG_TIFM_CORE is not set
84653 -# CONFIG_ENCLOSURE_SERVICES is not set
84654 -CONFIG_HAVE_IDE=y
84655 -CONFIG_IDE=y
84656 -CONFIG_IDE_MAX_HWIFS=4
84657 -CONFIG_BLK_DEV_IDE=y
84658 -
84659 -#
84660 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
84661 -#
84662 -# CONFIG_BLK_DEV_IDE_SATA is not set
84663 -CONFIG_BLK_DEV_IDEDISK=y
84664 -# CONFIG_IDEDISK_MULTI_MODE is not set
84665 -# CONFIG_BLK_DEV_IDECD is not set
84666 -# CONFIG_BLK_DEV_IDETAPE is not set
84667 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
84668 -# CONFIG_IDE_TASK_IOCTL is not set
84669 -CONFIG_IDE_PROC_FS=y
84670 -
84671 -#
84672 -# IDE chipset support/bugfixes
84673 -#
84674 -CONFIG_IDE_GENERIC=y
84675 -# CONFIG_BLK_DEV_PLATFORM is not set
84676 -CONFIG_BLK_DEV_IDEDMA_SFF=y
84677 -
84678 -#
84679 -# PCI IDE chipsets support
84680 -#
84681 -CONFIG_BLK_DEV_IDEPCI=y
84682 -CONFIG_IDEPCI_PCIBUS_ORDER=y
84683 -# CONFIG_BLK_DEV_OFFBOARD is not set
84684 -CONFIG_BLK_DEV_GENERIC=y
84685 -# CONFIG_BLK_DEV_OPTI621 is not set
84686 -CONFIG_BLK_DEV_IDEDMA_PCI=y
84687 -# CONFIG_BLK_DEV_AEC62XX is not set
84688 -# CONFIG_BLK_DEV_ALI15X3 is not set
84689 -# CONFIG_BLK_DEV_AMD74XX is not set
84690 -# CONFIG_BLK_DEV_CMD64X is not set
84691 -# CONFIG_BLK_DEV_TRIFLEX is not set
84692 -# CONFIG_BLK_DEV_CY82C693 is not set
84693 -# CONFIG_BLK_DEV_CS5520 is not set
84694 -# CONFIG_BLK_DEV_CS5530 is not set
84695 -# CONFIG_BLK_DEV_HPT34X is not set
84696 -# CONFIG_BLK_DEV_HPT366 is not set
84697 -# CONFIG_BLK_DEV_JMICRON is not set
84698 -# CONFIG_BLK_DEV_SC1200 is not set
84699 -# CONFIG_BLK_DEV_PIIX is not set
84700 -# CONFIG_BLK_DEV_IT8213 is not set
84701 -# CONFIG_BLK_DEV_IT821X is not set
84702 -# CONFIG_BLK_DEV_NS87415 is not set
84703 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
84704 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
84705 -# CONFIG_BLK_DEV_SVWKS is not set
84706 -# CONFIG_BLK_DEV_SIIMAGE is not set
84707 -# CONFIG_BLK_DEV_SL82C105 is not set
84708 -# CONFIG_BLK_DEV_SLC90E66 is not set
84709 -# CONFIG_BLK_DEV_TRM290 is not set
84710 -CONFIG_BLK_DEV_VIA82CXXX=y
84711 -# CONFIG_BLK_DEV_TC86C001 is not set
84712 -CONFIG_BLK_DEV_IDEDMA=y
84713 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
84714 -# CONFIG_BLK_DEV_HD is not set
84715 -
84716 -#
84717 -# SCSI device support
84718 -#
84719 -# CONFIG_RAID_ATTRS is not set
84720 -# CONFIG_SCSI is not set
84721 -# CONFIG_SCSI_DMA is not set
84722 -# CONFIG_SCSI_NETLINK is not set
84723 -# CONFIG_ATA is not set
84724 -# CONFIG_MD is not set
84725 -# CONFIG_FUSION is not set
84726 -
84727 -#
84728 -# IEEE 1394 (FireWire) support
84729 -#
84730 -# CONFIG_FIREWIRE is not set
84731 -# CONFIG_IEEE1394 is not set
84732 -# CONFIG_I2O is not set
84733 -# CONFIG_MACINTOSH_DRIVERS is not set
84734 -CONFIG_NETDEVICES=y
84735 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
84736 -# CONFIG_DUMMY is not set
84737 -# CONFIG_BONDING is not set
84738 -# CONFIG_MACVLAN is not set
84739 -# CONFIG_EQUALIZER is not set
84740 -# CONFIG_TUN is not set
84741 -# CONFIG_VETH is not set
84742 -# CONFIG_ARCNET is not set
84743 -CONFIG_PHYLIB=y
84744 -
84745 -#
84746 -# MII PHY device drivers
84747 -#
84748 -# CONFIG_MARVELL_PHY is not set
84749 -# CONFIG_DAVICOM_PHY is not set
84750 -# CONFIG_QSEMI_PHY is not set
84751 -# CONFIG_LXT_PHY is not set
84752 -# CONFIG_CICADA_PHY is not set
84753 -# CONFIG_VITESSE_PHY is not set
84754 -# CONFIG_SMSC_PHY is not set
84755 -# CONFIG_BROADCOM_PHY is not set
84756 -# CONFIG_ICPLUS_PHY is not set
84757 -# CONFIG_REALTEK_PHY is not set
84758 -# CONFIG_FIXED_PHY is not set
84759 -# CONFIG_MDIO_BITBANG is not set
84760 -CONFIG_NET_ETHERNET=y
84761 -CONFIG_MII=y
84762 -# CONFIG_HAPPYMEAL is not set
84763 -# CONFIG_SUNGEM is not set
84764 -# CONFIG_CASSINI is not set
84765 -# CONFIG_NET_VENDOR_3COM is not set
84766 -# CONFIG_NET_TULIP is not set
84767 -# CONFIG_HP100 is not set
84768 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
84769 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
84770 -# CONFIG_IBM_NEW_EMAC_TAH is not set
84771 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
84772 -CONFIG_NET_PCI=y
84773 -# CONFIG_PCNET32 is not set
84774 -# CONFIG_AMD8111_ETH is not set
84775 -# CONFIG_ADAPTEC_STARFIRE is not set
84776 -# CONFIG_B44 is not set
84777 -# CONFIG_FORCEDETH is not set
84778 -# CONFIG_EEPRO100 is not set
84779 -CONFIG_E100=y
84780 -# CONFIG_FEALNX is not set
84781 -# CONFIG_NATSEMI is not set
84782 -# CONFIG_NE2K_PCI is not set
84783 -# CONFIG_8139CP is not set
84784 -# CONFIG_8139TOO is not set
84785 -# CONFIG_R6040 is not set
84786 -# CONFIG_SIS900 is not set
84787 -# CONFIG_EPIC100 is not set
84788 -# CONFIG_SUNDANCE is not set
84789 -# CONFIG_TLAN is not set
84790 -# CONFIG_VIA_RHINE is not set
84791 -# CONFIG_SC92031 is not set
84792 -# CONFIG_FS_ENET is not set
84793 -CONFIG_NETDEV_1000=y
84794 -# CONFIG_ACENIC is not set
84795 -# CONFIG_DL2K is not set
84796 -# CONFIG_E1000 is not set
84797 -# CONFIG_E1000E is not set
84798 -# CONFIG_E1000E_ENABLED is not set
84799 -# CONFIG_IP1000 is not set
84800 -# CONFIG_IGB is not set
84801 -# CONFIG_NS83820 is not set
84802 -# CONFIG_HAMACHI is not set
84803 -# CONFIG_YELLOWFIN is not set
84804 -# CONFIG_R8169 is not set
84805 -# CONFIG_SIS190 is not set
84806 -# CONFIG_SKGE is not set
84807 -# CONFIG_SKY2 is not set
84808 -# CONFIG_SK98LIN is not set
84809 -# CONFIG_VIA_VELOCITY is not set
84810 -# CONFIG_TIGON3 is not set
84811 -# CONFIG_BNX2 is not set
84812 -CONFIG_GIANFAR=y
84813 -CONFIG_GFAR_NAPI=y
84814 -# CONFIG_QLA3XXX is not set
84815 -# CONFIG_ATL1 is not set
84816 -CONFIG_NETDEV_10000=y
84817 -# CONFIG_CHELSIO_T1 is not set
84818 -# CONFIG_CHELSIO_T3 is not set
84819 -# CONFIG_IXGBE is not set
84820 -# CONFIG_IXGB is not set
84821 -# CONFIG_S2IO is not set
84822 -# CONFIG_MYRI10GE is not set
84823 -# CONFIG_NETXEN_NIC is not set
84824 -# CONFIG_NIU is not set
84825 -# CONFIG_MLX4_CORE is not set
84826 -# CONFIG_TEHUTI is not set
84827 -# CONFIG_BNX2X is not set
84828 -# CONFIG_TR is not set
84829 -
84830 -#
84831 -# Wireless LAN
84832 -#
84833 -# CONFIG_WLAN_PRE80211 is not set
84834 -# CONFIG_WLAN_80211 is not set
84835 -# CONFIG_WAN is not set
84836 -# CONFIG_FDDI is not set
84837 -# CONFIG_HIPPI is not set
84838 -# CONFIG_PPP is not set
84839 -# CONFIG_SLIP is not set
84840 -# CONFIG_NETCONSOLE is not set
84841 -# CONFIG_NETPOLL is not set
84842 -# CONFIG_NET_POLL_CONTROLLER is not set
84843 -# CONFIG_ISDN is not set
84844 -# CONFIG_PHONE is not set
84845 -
84846 -#
84847 -# Input device support
84848 -#
84849 -CONFIG_INPUT=y
84850 -# CONFIG_INPUT_FF_MEMLESS is not set
84851 -# CONFIG_INPUT_POLLDEV is not set
84852 -
84853 -#
84854 -# Userland interfaces
84855 -#
84856 -# CONFIG_INPUT_MOUSEDEV is not set
84857 -# CONFIG_INPUT_JOYDEV is not set
84858 -# CONFIG_INPUT_EVDEV is not set
84859 -# CONFIG_INPUT_EVBUG is not set
84860 -
84861 -#
84862 -# Input Device Drivers
84863 -#
84864 -# CONFIG_INPUT_KEYBOARD is not set
84865 -# CONFIG_INPUT_MOUSE is not set
84866 -# CONFIG_INPUT_JOYSTICK is not set
84867 -# CONFIG_INPUT_TABLET is not set
84868 -# CONFIG_INPUT_TOUCHSCREEN is not set
84869 -# CONFIG_INPUT_MISC is not set
84870 -
84871 -#
84872 -# Hardware I/O ports
84873 -#
84874 -# CONFIG_SERIO is not set
84875 -# CONFIG_GAMEPORT is not set
84876 -
84877 -#
84878 -# Character devices
84879 -#
84880 -# CONFIG_VT is not set
84881 -# CONFIG_SERIAL_NONSTANDARD is not set
84882 -# CONFIG_NOZOMI is not set
84883 -
84884 -#
84885 -# Serial drivers
84886 -#
84887 -CONFIG_SERIAL_8250=y
84888 -CONFIG_SERIAL_8250_CONSOLE=y
84889 -CONFIG_SERIAL_8250_PCI=y
84890 -CONFIG_SERIAL_8250_NR_UARTS=4
84891 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
84892 -# CONFIG_SERIAL_8250_EXTENDED is not set
84893 -CONFIG_SERIAL_8250_SHARE_IRQ=y
84894 -
84895 -#
84896 -# Non-8250 serial port support
84897 -#
84898 -# CONFIG_SERIAL_UARTLITE is not set
84899 -CONFIG_SERIAL_CORE=y
84900 -CONFIG_SERIAL_CORE_CONSOLE=y
84901 -CONFIG_SERIAL_CPM=y
84902 -CONFIG_SERIAL_CPM_CONSOLE=y
84903 -CONFIG_SERIAL_CPM_SCC1=y
84904 -# CONFIG_SERIAL_CPM_SCC2 is not set
84905 -# CONFIG_SERIAL_CPM_SCC3 is not set
84906 -# CONFIG_SERIAL_CPM_SCC4 is not set
84907 -# CONFIG_SERIAL_CPM_SMC1 is not set
84908 -# CONFIG_SERIAL_CPM_SMC2 is not set
84909 -# CONFIG_SERIAL_JSM is not set
84910 -# CONFIG_SERIAL_OF_PLATFORM is not set
84911 -CONFIG_UNIX98_PTYS=y
84912 -CONFIG_LEGACY_PTYS=y
84913 -CONFIG_LEGACY_PTY_COUNT=256
84914 -# CONFIG_IPMI_HANDLER is not set
84915 -CONFIG_HW_RANDOM=y
84916 -# CONFIG_NVRAM is not set
84917 -CONFIG_GEN_RTC=y
84918 -# CONFIG_GEN_RTC_X is not set
84919 -# CONFIG_R3964 is not set
84920 -# CONFIG_APPLICOM is not set
84921 -# CONFIG_RAW_DRIVER is not set
84922 -# CONFIG_TCG_TPM is not set
84923 -CONFIG_DEVPORT=y
84924 -CONFIG_I2C=y
84925 -CONFIG_I2C_BOARDINFO=y
84926 -CONFIG_I2C_CHARDEV=y
84927 -
84928 -#
84929 -# I2C Algorithms
84930 -#
84931 -# CONFIG_I2C_ALGOBIT is not set
84932 -# CONFIG_I2C_ALGOPCF is not set
84933 -# CONFIG_I2C_ALGOPCA is not set
84934 -
84935 -#
84936 -# I2C Hardware Bus support
84937 -#
84938 -# CONFIG_I2C_ALI1535 is not set
84939 -# CONFIG_I2C_ALI1563 is not set
84940 -# CONFIG_I2C_ALI15X3 is not set
84941 -# CONFIG_I2C_AMD756 is not set
84942 -# CONFIG_I2C_AMD8111 is not set
84943 -# CONFIG_I2C_I801 is not set
84944 -# CONFIG_I2C_I810 is not set
84945 -# CONFIG_I2C_PIIX4 is not set
84946 -CONFIG_I2C_MPC=y
84947 -# CONFIG_I2C_NFORCE2 is not set
84948 -# CONFIG_I2C_OCORES is not set
84949 -# CONFIG_I2C_PARPORT_LIGHT is not set
84950 -# CONFIG_I2C_PROSAVAGE is not set
84951 -# CONFIG_I2C_SAVAGE4 is not set
84952 -# CONFIG_I2C_SIMTEC is not set
84953 -# CONFIG_I2C_SIS5595 is not set
84954 -# CONFIG_I2C_SIS630 is not set
84955 -# CONFIG_I2C_SIS96X is not set
84956 -# CONFIG_I2C_TAOS_EVM is not set
84957 -# CONFIG_I2C_VIA is not set
84958 -# CONFIG_I2C_VIAPRO is not set
84959 -# CONFIG_I2C_VOODOO3 is not set
84960 -
84961 -#
84962 -# Miscellaneous I2C Chip support
84963 -#
84964 -# CONFIG_DS1682 is not set
84965 -# CONFIG_SENSORS_EEPROM is not set
84966 -# CONFIG_SENSORS_PCF8574 is not set
84967 -# CONFIG_PCF8575 is not set
84968 -# CONFIG_SENSORS_PCF8591 is not set
84969 -# CONFIG_TPS65010 is not set
84970 -# CONFIG_SENSORS_MAX6875 is not set
84971 -# CONFIG_SENSORS_TSL2550 is not set
84972 -# CONFIG_I2C_DEBUG_CORE is not set
84973 -# CONFIG_I2C_DEBUG_ALGO is not set
84974 -# CONFIG_I2C_DEBUG_BUS is not set
84975 -# CONFIG_I2C_DEBUG_CHIP is not set
84976 -
84977 -#
84978 -# SPI support
84979 -#
84980 -# CONFIG_SPI is not set
84981 -# CONFIG_SPI_MASTER is not set
84982 -# CONFIG_W1 is not set
84983 -# CONFIG_POWER_SUPPLY is not set
84984 -CONFIG_HWMON=y
84985 -# CONFIG_HWMON_VID is not set
84986 -# CONFIG_SENSORS_AD7418 is not set
84987 -# CONFIG_SENSORS_ADM1021 is not set
84988 -# CONFIG_SENSORS_ADM1025 is not set
84989 -# CONFIG_SENSORS_ADM1026 is not set
84990 -# CONFIG_SENSORS_ADM1029 is not set
84991 -# CONFIG_SENSORS_ADM1031 is not set
84992 -# CONFIG_SENSORS_ADM9240 is not set
84993 -# CONFIG_SENSORS_ADT7470 is not set
84994 -# CONFIG_SENSORS_ADT7473 is not set
84995 -# CONFIG_SENSORS_ATXP1 is not set
84996 -# CONFIG_SENSORS_DS1621 is not set
84997 -# CONFIG_SENSORS_I5K_AMB is not set
84998 -# CONFIG_SENSORS_F71805F is not set
84999 -# CONFIG_SENSORS_F71882FG is not set
85000 -# CONFIG_SENSORS_F75375S is not set
85001 -# CONFIG_SENSORS_GL518SM is not set
85002 -# CONFIG_SENSORS_GL520SM is not set
85003 -# CONFIG_SENSORS_IT87 is not set
85004 -# CONFIG_SENSORS_LM63 is not set
85005 -CONFIG_SENSORS_LM75=y
85006 -# CONFIG_SENSORS_LM77 is not set
85007 -# CONFIG_SENSORS_LM78 is not set
85008 -# CONFIG_SENSORS_LM80 is not set
85009 -# CONFIG_SENSORS_LM83 is not set
85010 -# CONFIG_SENSORS_LM85 is not set
85011 -# CONFIG_SENSORS_LM87 is not set
85012 -# CONFIG_SENSORS_LM90 is not set
85013 -# CONFIG_SENSORS_LM92 is not set
85014 -# CONFIG_SENSORS_LM93 is not set
85015 -# CONFIG_SENSORS_MAX1619 is not set
85016 -# CONFIG_SENSORS_MAX6650 is not set
85017 -# CONFIG_SENSORS_PC87360 is not set
85018 -# CONFIG_SENSORS_PC87427 is not set
85019 -# CONFIG_SENSORS_SIS5595 is not set
85020 -# CONFIG_SENSORS_DME1737 is not set
85021 -# CONFIG_SENSORS_SMSC47M1 is not set
85022 -# CONFIG_SENSORS_SMSC47M192 is not set
85023 -# CONFIG_SENSORS_SMSC47B397 is not set
85024 -# CONFIG_SENSORS_ADS7828 is not set
85025 -# CONFIG_SENSORS_THMC50 is not set
85026 -# CONFIG_SENSORS_VIA686A is not set
85027 -# CONFIG_SENSORS_VT1211 is not set
85028 -# CONFIG_SENSORS_VT8231 is not set
85029 -# CONFIG_SENSORS_W83781D is not set
85030 -# CONFIG_SENSORS_W83791D is not set
85031 -# CONFIG_SENSORS_W83792D is not set
85032 -# CONFIG_SENSORS_W83793 is not set
85033 -# CONFIG_SENSORS_W83L785TS is not set
85034 -# CONFIG_SENSORS_W83L786NG is not set
85035 -# CONFIG_SENSORS_W83627HF is not set
85036 -# CONFIG_SENSORS_W83627EHF is not set
85037 -CONFIG_HWMON_DEBUG_CHIP=y
85038 -# CONFIG_THERMAL is not set
85039 -# CONFIG_WATCHDOG is not set
85040 -
85041 -#
85042 -# Sonics Silicon Backplane
85043 -#
85044 -CONFIG_SSB_POSSIBLE=y
85045 -# CONFIG_SSB is not set
85046 -
85047 -#
85048 -# Multifunction device drivers
85049 -#
85050 -# CONFIG_MFD_SM501 is not set
85051 -
85052 -#
85053 -# Multimedia devices
85054 -#
85055 -# CONFIG_VIDEO_DEV is not set
85056 -# CONFIG_DVB_CORE is not set
85057 -CONFIG_DAB=y
85058 -
85059 -#
85060 -# Graphics support
85061 -#
85062 -# CONFIG_AGP is not set
85063 -# CONFIG_DRM is not set
85064 -# CONFIG_VGASTATE is not set
85065 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
85066 -# CONFIG_FB is not set
85067 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
85068 -
85069 -#
85070 -# Display device support
85071 -#
85072 -# CONFIG_DISPLAY_SUPPORT is not set
85073 -
85074 -#
85075 -# Sound
85076 -#
85077 -# CONFIG_SOUND is not set
85078 -CONFIG_HID_SUPPORT=y
85079 -CONFIG_HID=y
85080 -# CONFIG_HID_DEBUG is not set
85081 -# CONFIG_HIDRAW is not set
85082 -CONFIG_USB_SUPPORT=y
85083 -CONFIG_USB_ARCH_HAS_HCD=y
85084 -CONFIG_USB_ARCH_HAS_OHCI=y
85085 -CONFIG_USB_ARCH_HAS_EHCI=y
85086 -# CONFIG_USB is not set
85087 -
85088 -#
85089 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
85090 -#
85091 -# CONFIG_USB_GADGET is not set
85092 -# CONFIG_MMC is not set
85093 -# CONFIG_MEMSTICK is not set
85094 -# CONFIG_NEW_LEDS is not set
85095 -# CONFIG_INFINIBAND is not set
85096 -# CONFIG_EDAC is not set
85097 -# CONFIG_RTC_CLASS is not set
85098 -# CONFIG_DMADEVICES is not set
85099 -
85100 -#
85101 -# Userspace I/O
85102 -#
85103 -# CONFIG_UIO is not set
85104 -
85105 -#
85106 -# File systems
85107 -#
85108 -CONFIG_EXT2_FS=y
85109 -# CONFIG_EXT2_FS_XATTR is not set
85110 -# CONFIG_EXT2_FS_XIP is not set
85111 -CONFIG_EXT3_FS=y
85112 -CONFIG_EXT3_FS_XATTR=y
85113 -# CONFIG_EXT3_FS_POSIX_ACL is not set
85114 -# CONFIG_EXT3_FS_SECURITY is not set
85115 -# CONFIG_EXT4DEV_FS is not set
85116 -CONFIG_JBD=y
85117 -CONFIG_FS_MBCACHE=y
85118 -# CONFIG_REISERFS_FS is not set
85119 -# CONFIG_JFS_FS is not set
85120 -# CONFIG_FS_POSIX_ACL is not set
85121 -# CONFIG_XFS_FS is not set
85122 -# CONFIG_GFS2_FS is not set
85123 -# CONFIG_OCFS2_FS is not set
85124 -CONFIG_DNOTIFY=y
85125 -CONFIG_INOTIFY=y
85126 -CONFIG_INOTIFY_USER=y
85127 -# CONFIG_QUOTA is not set
85128 -# CONFIG_AUTOFS_FS is not set
85129 -# CONFIG_AUTOFS4_FS is not set
85130 -# CONFIG_FUSE_FS is not set
85131 -
85132 -#
85133 -# CD-ROM/DVD Filesystems
85134 -#
85135 -# CONFIG_ISO9660_FS is not set
85136 -# CONFIG_UDF_FS is not set
85137 -
85138 -#
85139 -# DOS/FAT/NT Filesystems
85140 -#
85141 -# CONFIG_MSDOS_FS is not set
85142 -# CONFIG_VFAT_FS is not set
85143 -# CONFIG_NTFS_FS is not set
85144 -
85145 -#
85146 -# Pseudo filesystems
85147 -#
85148 -CONFIG_PROC_FS=y
85149 -CONFIG_PROC_KCORE=y
85150 -CONFIG_PROC_SYSCTL=y
85151 -CONFIG_SYSFS=y
85152 -CONFIG_TMPFS=y
85153 -# CONFIG_TMPFS_POSIX_ACL is not set
85154 -# CONFIG_HUGETLB_PAGE is not set
85155 -# CONFIG_CONFIGFS_FS is not set
85156 -
85157 -#
85158 -# Miscellaneous filesystems
85159 -#
85160 -# CONFIG_ADFS_FS is not set
85161 -# CONFIG_AFFS_FS is not set
85162 -# CONFIG_HFS_FS is not set
85163 -# CONFIG_HFSPLUS_FS is not set
85164 -# CONFIG_BEFS_FS is not set
85165 -# CONFIG_BFS_FS is not set
85166 -# CONFIG_EFS_FS is not set
85167 -CONFIG_JFFS2_FS=y
85168 -CONFIG_JFFS2_FS_DEBUG=0
85169 -CONFIG_JFFS2_FS_WRITEBUFFER=y
85170 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
85171 -# CONFIG_JFFS2_SUMMARY is not set
85172 -# CONFIG_JFFS2_FS_XATTR is not set
85173 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
85174 -CONFIG_JFFS2_ZLIB=y
85175 -# CONFIG_JFFS2_LZO is not set
85176 -CONFIG_JFFS2_RTIME=y
85177 -# CONFIG_JFFS2_RUBIN is not set
85178 -CONFIG_CRAMFS=y
85179 -# CONFIG_VXFS_FS is not set
85180 -# CONFIG_MINIX_FS is not set
85181 -# CONFIG_HPFS_FS is not set
85182 -# CONFIG_QNX4FS_FS is not set
85183 -# CONFIG_ROMFS_FS is not set
85184 -# CONFIG_SYSV_FS is not set
85185 -# CONFIG_UFS_FS is not set
85186 -CONFIG_NETWORK_FILESYSTEMS=y
85187 -CONFIG_NFS_FS=y
85188 -# CONFIG_NFS_V3 is not set
85189 -# CONFIG_NFS_V4 is not set
85190 -# CONFIG_NFS_DIRECTIO is not set
85191 -# CONFIG_NFSD is not set
85192 -CONFIG_ROOT_NFS=y
85193 -CONFIG_LOCKD=y
85194 -CONFIG_NFS_COMMON=y
85195 -CONFIG_SUNRPC=y
85196 -# CONFIG_SUNRPC_BIND34 is not set
85197 -# CONFIG_RPCSEC_GSS_KRB5 is not set
85198 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
85199 -# CONFIG_SMB_FS is not set
85200 -# CONFIG_CIFS is not set
85201 -# CONFIG_NCP_FS is not set
85202 -# CONFIG_CODA_FS is not set
85203 -# CONFIG_AFS_FS is not set
85204 -
85205 -#
85206 -# Partition Types
85207 -#
85208 -CONFIG_PARTITION_ADVANCED=y
85209 -# CONFIG_ACORN_PARTITION is not set
85210 -# CONFIG_OSF_PARTITION is not set
85211 -# CONFIG_AMIGA_PARTITION is not set
85212 -# CONFIG_ATARI_PARTITION is not set
85213 -# CONFIG_MAC_PARTITION is not set
85214 -# CONFIG_MSDOS_PARTITION is not set
85215 -# CONFIG_LDM_PARTITION is not set
85216 -# CONFIG_SGI_PARTITION is not set
85217 -# CONFIG_ULTRIX_PARTITION is not set
85218 -# CONFIG_SUN_PARTITION is not set
85219 -# CONFIG_KARMA_PARTITION is not set
85220 -# CONFIG_EFI_PARTITION is not set
85221 -# CONFIG_SYSV68_PARTITION is not set
85222 -# CONFIG_NLS is not set
85223 -# CONFIG_DLM is not set
85224 -
85225 -#
85226 -# Library routines
85227 -#
85228 -CONFIG_BITREVERSE=y
85229 -# CONFIG_CRC_CCITT is not set
85230 -# CONFIG_CRC16 is not set
85231 -# CONFIG_CRC_ITU_T is not set
85232 -CONFIG_CRC32=y
85233 -# CONFIG_CRC7 is not set
85234 -# CONFIG_LIBCRC32C is not set
85235 -CONFIG_ZLIB_INFLATE=y
85236 -CONFIG_ZLIB_DEFLATE=y
85237 -CONFIG_PLIST=y
85238 -CONFIG_HAS_IOMEM=y
85239 -CONFIG_HAS_IOPORT=y
85240 -CONFIG_HAS_DMA=y
85241 -
85242 -#
85243 -# Kernel hacking
85244 -#
85245 -# CONFIG_PRINTK_TIME is not set
85246 -CONFIG_ENABLE_WARN_DEPRECATED=y
85247 -CONFIG_ENABLE_MUST_CHECK=y
85248 -# CONFIG_MAGIC_SYSRQ is not set
85249 -# CONFIG_UNUSED_SYMBOLS is not set
85250 -# CONFIG_DEBUG_FS is not set
85251 -# CONFIG_HEADERS_CHECK is not set
85252 -# CONFIG_DEBUG_KERNEL is not set
85253 -# CONFIG_SLUB_DEBUG_ON is not set
85254 -# CONFIG_SLUB_STATS is not set
85255 -# CONFIG_DEBUG_BUGVERBOSE is not set
85256 -# CONFIG_SAMPLES is not set
85257 -# CONFIG_KGDB_CONSOLE is not set
85258 -# CONFIG_PPC_EARLY_DEBUG is not set
85259 -
85260 -#
85261 -# Security options
85262 -#
85263 -# CONFIG_KEYS is not set
85264 -# CONFIG_SECURITY is not set
85265 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
85266 -CONFIG_CRYPTO=y
85267 -# CONFIG_CRYPTO_SEQIV is not set
85268 -# CONFIG_CRYPTO_MANAGER is not set
85269 -# CONFIG_CRYPTO_HMAC is not set
85270 -# CONFIG_CRYPTO_XCBC is not set
85271 -# CONFIG_CRYPTO_NULL is not set
85272 -# CONFIG_CRYPTO_MD4 is not set
85273 -# CONFIG_CRYPTO_MD5 is not set
85274 -# CONFIG_CRYPTO_SHA1 is not set
85275 -# CONFIG_CRYPTO_SHA256 is not set
85276 -# CONFIG_CRYPTO_SHA512 is not set
85277 -# CONFIG_CRYPTO_WP512 is not set
85278 -# CONFIG_CRYPTO_TGR192 is not set
85279 -# CONFIG_CRYPTO_GF128MUL is not set
85280 -# CONFIG_CRYPTO_ECB is not set
85281 -# CONFIG_CRYPTO_CBC is not set
85282 -# CONFIG_CRYPTO_PCBC is not set
85283 -# CONFIG_CRYPTO_LRW is not set
85284 -# CONFIG_CRYPTO_XTS is not set
85285 -# CONFIG_CRYPTO_CTR is not set
85286 -# CONFIG_CRYPTO_GCM is not set
85287 -# CONFIG_CRYPTO_CCM is not set
85288 -# CONFIG_CRYPTO_CRYPTD is not set
85289 -# CONFIG_CRYPTO_DES is not set
85290 -# CONFIG_CRYPTO_FCRYPT is not set
85291 -# CONFIG_CRYPTO_BLOWFISH is not set
85292 -# CONFIG_CRYPTO_TWOFISH is not set
85293 -# CONFIG_CRYPTO_SERPENT is not set
85294 -# CONFIG_CRYPTO_AES is not set
85295 -# CONFIG_CRYPTO_CAST5 is not set
85296 -# CONFIG_CRYPTO_CAST6 is not set
85297 -# CONFIG_CRYPTO_TEA is not set
85298 -# CONFIG_CRYPTO_ARC4 is not set
85299 -# CONFIG_CRYPTO_KHAZAD is not set
85300 -# CONFIG_CRYPTO_ANUBIS is not set
85301 -# CONFIG_CRYPTO_SEED is not set
85302 -# CONFIG_CRYPTO_SALSA20 is not set
85303 -# CONFIG_CRYPTO_DEFLATE is not set
85304 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
85305 -# CONFIG_CRYPTO_CRC32C is not set
85306 -# CONFIG_CRYPTO_CAMELLIA is not set
85307 -# CONFIG_CRYPTO_AUTHENC is not set
85308 -# CONFIG_CRYPTO_LZO is not set
85309 -CONFIG_CRYPTO_HW=y
85310 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
85311 -# CONFIG_PPC_CLOCK is not set
85312 -CONFIG_PPC_LIB_RHEAP=y
85313 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8560_defconfig powerpc.git/arch/powerpc/configs/tqm8560_defconfig
85314 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8560_defconfig     2008-04-11 22:32:29.000000000 +0200
85315 +++ powerpc.git/arch/powerpc/configs/tqm8560_defconfig  1970-01-01 01:00:00.000000000 +0100
85316 @@ -1,1109 +0,0 @@
85317 -#
85318 -# Automatically generated make config: don't edit
85319 -# Linux kernel version: 2.6.25-rc6
85320 -# Mon Mar 24 08:48:45 2008
85321 -#
85322 -# CONFIG_PPC64 is not set
85323 -
85324 -#
85325 -# Processor support
85326 -#
85327 -# CONFIG_6xx is not set
85328 -CONFIG_PPC_85xx=y
85329 -# CONFIG_PPC_8xx is not set
85330 -# CONFIG_40x is not set
85331 -# CONFIG_44x is not set
85332 -# CONFIG_E200 is not set
85333 -CONFIG_E500=y
85334 -CONFIG_BOOKE=y
85335 -CONFIG_FSL_BOOKE=y
85336 -CONFIG_FSL_EMB_PERFMON=y
85337 -# CONFIG_PHYS_64BIT is not set
85338 -CONFIG_SPE=y
85339 -# CONFIG_PPC_MM_SLICES is not set
85340 -CONFIG_PPC32=y
85341 -CONFIG_WORD_SIZE=32
85342 -CONFIG_PPC_MERGE=y
85343 -CONFIG_MMU=y
85344 -CONFIG_GENERIC_CMOS_UPDATE=y
85345 -CONFIG_GENERIC_TIME=y
85346 -CONFIG_GENERIC_TIME_VSYSCALL=y
85347 -CONFIG_GENERIC_CLOCKEVENTS=y
85348 -CONFIG_GENERIC_HARDIRQS=y
85349 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
85350 -CONFIG_IRQ_PER_CPU=y
85351 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
85352 -CONFIG_ARCH_HAS_ILOG2_U32=y
85353 -CONFIG_GENERIC_HWEIGHT=y
85354 -CONFIG_GENERIC_CALIBRATE_DELAY=y
85355 -CONFIG_GENERIC_FIND_NEXT_BIT=y
85356 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
85357 -CONFIG_PPC=y
85358 -CONFIG_EARLY_PRINTK=y
85359 -CONFIG_GENERIC_NVRAM=y
85360 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
85361 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
85362 -CONFIG_PPC_OF=y
85363 -CONFIG_OF=y
85364 -CONFIG_PPC_UDBG_16550=y
85365 -# CONFIG_GENERIC_TBSYNC is not set
85366 -CONFIG_AUDIT_ARCH=y
85367 -CONFIG_GENERIC_BUG=y
85368 -CONFIG_DEFAULT_UIMAGE=y
85369 -# CONFIG_PPC_DCR_NATIVE is not set
85370 -# CONFIG_PPC_DCR_MMIO is not set
85371 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
85372 -
85373 -#
85374 -# General setup
85375 -#
85376 -CONFIG_EXPERIMENTAL=y
85377 -CONFIG_BROKEN_ON_SMP=y
85378 -CONFIG_INIT_ENV_ARG_LIMIT=32
85379 -CONFIG_LOCALVERSION=""
85380 -CONFIG_LOCALVERSION_AUTO=y
85381 -CONFIG_SWAP=y
85382 -CONFIG_SYSVIPC=y
85383 -CONFIG_SYSVIPC_SYSCTL=y
85384 -# CONFIG_POSIX_MQUEUE is not set
85385 -# CONFIG_BSD_PROCESS_ACCT is not set
85386 -# CONFIG_TASKSTATS is not set
85387 -# CONFIG_AUDIT is not set
85388 -# CONFIG_IKCONFIG is not set
85389 -CONFIG_LOG_BUF_SHIFT=14
85390 -# CONFIG_CGROUPS is not set
85391 -CONFIG_GROUP_SCHED=y
85392 -CONFIG_FAIR_GROUP_SCHED=y
85393 -# CONFIG_RT_GROUP_SCHED is not set
85394 -CONFIG_USER_SCHED=y
85395 -# CONFIG_CGROUP_SCHED is not set
85396 -CONFIG_SYSFS_DEPRECATED=y
85397 -CONFIG_SYSFS_DEPRECATED_V2=y
85398 -# CONFIG_RELAY is not set
85399 -# CONFIG_NAMESPACES is not set
85400 -CONFIG_BLK_DEV_INITRD=y
85401 -CONFIG_INITRAMFS_SOURCE=""
85402 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
85403 -CONFIG_SYSCTL=y
85404 -CONFIG_EMBEDDED=y
85405 -CONFIG_SYSCTL_SYSCALL=y
85406 -# CONFIG_KALLSYMS is not set
85407 -# CONFIG_HOTPLUG is not set
85408 -CONFIG_PRINTK=y
85409 -CONFIG_BUG=y
85410 -CONFIG_ELF_CORE=y
85411 -CONFIG_COMPAT_BRK=y
85412 -CONFIG_BASE_FULL=y
85413 -CONFIG_FUTEX=y
85414 -CONFIG_ANON_INODES=y
85415 -# CONFIG_EPOLL is not set
85416 -CONFIG_SIGNALFD=y
85417 -CONFIG_TIMERFD=y
85418 -CONFIG_EVENTFD=y
85419 -CONFIG_SHMEM=y
85420 -CONFIG_VM_EVENT_COUNTERS=y
85421 -CONFIG_SLUB_DEBUG=y
85422 -# CONFIG_SLAB is not set
85423 -CONFIG_SLUB=y
85424 -# CONFIG_SLOB is not set
85425 -# CONFIG_PROFILING is not set
85426 -# CONFIG_MARKERS is not set
85427 -CONFIG_HAVE_OPROFILE=y
85428 -CONFIG_HAVE_KPROBES=y
85429 -CONFIG_HAVE_KRETPROBES=y
85430 -CONFIG_PROC_PAGE_MONITOR=y
85431 -CONFIG_SLABINFO=y
85432 -CONFIG_RT_MUTEXES=y
85433 -# CONFIG_TINY_SHMEM is not set
85434 -CONFIG_BASE_SMALL=0
85435 -# CONFIG_MODULES is not set
85436 -CONFIG_BLOCK=y
85437 -# CONFIG_LBD is not set
85438 -# CONFIG_BLK_DEV_IO_TRACE is not set
85439 -# CONFIG_LSF is not set
85440 -# CONFIG_BLK_DEV_BSG is not set
85441 -
85442 -#
85443 -# IO Schedulers
85444 -#
85445 -CONFIG_IOSCHED_NOOP=y
85446 -CONFIG_IOSCHED_AS=y
85447 -CONFIG_IOSCHED_DEADLINE=y
85448 -CONFIG_IOSCHED_CFQ=y
85449 -CONFIG_DEFAULT_AS=y
85450 -# CONFIG_DEFAULT_DEADLINE is not set
85451 -# CONFIG_DEFAULT_CFQ is not set
85452 -# CONFIG_DEFAULT_NOOP is not set
85453 -CONFIG_DEFAULT_IOSCHED="anticipatory"
85454 -CONFIG_CLASSIC_RCU=y
85455 -
85456 -#
85457 -# Platform support
85458 -#
85459 -# CONFIG_PPC_MPC512x is not set
85460 -# CONFIG_PPC_MPC5121 is not set
85461 -# CONFIG_PPC_CELL is not set
85462 -# CONFIG_PPC_CELL_NATIVE is not set
85463 -# CONFIG_PQ2ADS is not set
85464 -CONFIG_MPC85xx=y
85465 -# CONFIG_MPC8540_ADS is not set
85466 -# CONFIG_MPC8560_ADS is not set
85467 -# CONFIG_MPC85xx_CDS is not set
85468 -# CONFIG_MPC85xx_MDS is not set
85469 -# CONFIG_MPC85xx_DS is not set
85470 -# CONFIG_STX_GP3 is not set
85471 -# CONFIG_TQM8540 is not set
85472 -# CONFIG_TQM8541 is not set
85473 -# CONFIG_TQM8555 is not set
85474 -CONFIG_TQM8560=y
85475 -# CONFIG_SBC8548 is not set
85476 -# CONFIG_SBC8560 is not set
85477 -CONFIG_TQM85xx=y
85478 -# CONFIG_IPIC is not set
85479 -CONFIG_MPIC=y
85480 -# CONFIG_MPIC_WEIRD is not set
85481 -# CONFIG_PPC_I8259 is not set
85482 -# CONFIG_PPC_RTAS is not set
85483 -# CONFIG_MMIO_NVRAM is not set
85484 -# CONFIG_PPC_MPC106 is not set
85485 -# CONFIG_PPC_970_NAP is not set
85486 -# CONFIG_PPC_INDIRECT_IO is not set
85487 -# CONFIG_GENERIC_IOMAP is not set
85488 -# CONFIG_CPU_FREQ is not set
85489 -CONFIG_CPM2=y
85490 -CONFIG_PPC_CPM_NEW_BINDING=y
85491 -# CONFIG_FSL_ULI1575 is not set
85492 -CONFIG_CPM=y
85493 -
85494 -#
85495 -# Kernel options
85496 -#
85497 -# CONFIG_HIGHMEM is not set
85498 -# CONFIG_TICK_ONESHOT is not set
85499 -# CONFIG_NO_HZ is not set
85500 -# CONFIG_HIGH_RES_TIMERS is not set
85501 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
85502 -# CONFIG_HZ_100 is not set
85503 -CONFIG_HZ_250=y
85504 -# CONFIG_HZ_300 is not set
85505 -# CONFIG_HZ_1000 is not set
85506 -CONFIG_HZ=250
85507 -# CONFIG_SCHED_HRTICK is not set
85508 -CONFIG_PREEMPT_NONE=y
85509 -# CONFIG_PREEMPT_VOLUNTARY is not set
85510 -# CONFIG_PREEMPT is not set
85511 -CONFIG_BINFMT_ELF=y
85512 -# CONFIG_BINFMT_MISC is not set
85513 -CONFIG_MATH_EMULATION=y
85514 -# CONFIG_IOMMU_HELPER is not set
85515 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
85516 -CONFIG_ARCH_HAS_WALK_MEMORY=y
85517 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
85518 -CONFIG_ARCH_FLATMEM_ENABLE=y
85519 -CONFIG_ARCH_POPULATES_NODE_MAP=y
85520 -CONFIG_SELECT_MEMORY_MODEL=y
85521 -CONFIG_FLATMEM_MANUAL=y
85522 -# CONFIG_DISCONTIGMEM_MANUAL is not set
85523 -# CONFIG_SPARSEMEM_MANUAL is not set
85524 -CONFIG_FLATMEM=y
85525 -CONFIG_FLAT_NODE_MEM_MAP=y
85526 -# CONFIG_SPARSEMEM_STATIC is not set
85527 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
85528 -CONFIG_SPLIT_PTLOCK_CPUS=4
85529 -# CONFIG_RESOURCES_64BIT is not set
85530 -CONFIG_ZONE_DMA_FLAG=1
85531 -CONFIG_BOUNCE=y
85532 -CONFIG_VIRT_TO_BUS=y
85533 -# CONFIG_PROC_DEVICETREE is not set
85534 -# CONFIG_CMDLINE_BOOL is not set
85535 -# CONFIG_PM is not set
85536 -CONFIG_SECCOMP=y
85537 -CONFIG_ISA_DMA_API=y
85538 -
85539 -#
85540 -# Bus options
85541 -#
85542 -CONFIG_ZONE_DMA=y
85543 -CONFIG_PPC_INDIRECT_PCI=y
85544 -CONFIG_FSL_SOC=y
85545 -CONFIG_FSL_PCI=y
85546 -CONFIG_PCI=y
85547 -CONFIG_PCI_DOMAINS=y
85548 -CONFIG_PCI_SYSCALL=y
85549 -# CONFIG_PCIEPORTBUS is not set
85550 -CONFIG_ARCH_SUPPORTS_MSI=y
85551 -# CONFIG_PCI_MSI is not set
85552 -CONFIG_PCI_LEGACY=y
85553 -
85554 -#
85555 -# Advanced setup
85556 -#
85557 -# CONFIG_ADVANCED_OPTIONS is not set
85558 -
85559 -#
85560 -# Default settings for advanced configuration options are used
85561 -#
85562 -CONFIG_HIGHMEM_START=0xfe000000
85563 -CONFIG_LOWMEM_SIZE=0x30000000
85564 -CONFIG_KERNEL_START=0xc0000000
85565 -CONFIG_TASK_SIZE=0xc0000000
85566 -CONFIG_BOOT_LOAD=0x00800000
85567 -
85568 -#
85569 -# Networking
85570 -#
85571 -CONFIG_NET=y
85572 -
85573 -#
85574 -# Networking options
85575 -#
85576 -CONFIG_PACKET=y
85577 -# CONFIG_PACKET_MMAP is not set
85578 -CONFIG_UNIX=y
85579 -CONFIG_XFRM=y
85580 -# CONFIG_XFRM_USER is not set
85581 -# CONFIG_XFRM_SUB_POLICY is not set
85582 -# CONFIG_XFRM_MIGRATE is not set
85583 -# CONFIG_XFRM_STATISTICS is not set
85584 -# CONFIG_NET_KEY is not set
85585 -CONFIG_INET=y
85586 -CONFIG_IP_MULTICAST=y
85587 -# CONFIG_IP_ADVANCED_ROUTER is not set
85588 -CONFIG_IP_FIB_HASH=y
85589 -CONFIG_IP_PNP=y
85590 -CONFIG_IP_PNP_DHCP=y
85591 -CONFIG_IP_PNP_BOOTP=y
85592 -# CONFIG_IP_PNP_RARP is not set
85593 -# CONFIG_NET_IPIP is not set
85594 -# CONFIG_NET_IPGRE is not set
85595 -# CONFIG_IP_MROUTE is not set
85596 -# CONFIG_ARPD is not set
85597 -CONFIG_SYN_COOKIES=y
85598 -# CONFIG_INET_AH is not set
85599 -# CONFIG_INET_ESP is not set
85600 -# CONFIG_INET_IPCOMP is not set
85601 -# CONFIG_INET_XFRM_TUNNEL is not set
85602 -# CONFIG_INET_TUNNEL is not set
85603 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
85604 -CONFIG_INET_XFRM_MODE_TUNNEL=y
85605 -CONFIG_INET_XFRM_MODE_BEET=y
85606 -# CONFIG_INET_LRO is not set
85607 -CONFIG_INET_DIAG=y
85608 -CONFIG_INET_TCP_DIAG=y
85609 -# CONFIG_TCP_CONG_ADVANCED is not set
85610 -CONFIG_TCP_CONG_CUBIC=y
85611 -CONFIG_DEFAULT_TCP_CONG="cubic"
85612 -# CONFIG_TCP_MD5SIG is not set
85613 -# CONFIG_IPV6 is not set
85614 -# CONFIG_INET6_XFRM_TUNNEL is not set
85615 -# CONFIG_INET6_TUNNEL is not set
85616 -# CONFIG_NETWORK_SECMARK is not set
85617 -# CONFIG_NETFILTER is not set
85618 -# CONFIG_IP_DCCP is not set
85619 -# CONFIG_IP_SCTP is not set
85620 -# CONFIG_TIPC is not set
85621 -# CONFIG_ATM is not set
85622 -# CONFIG_BRIDGE is not set
85623 -# CONFIG_VLAN_8021Q is not set
85624 -# CONFIG_DECNET is not set
85625 -# CONFIG_LLC2 is not set
85626 -# CONFIG_IPX is not set
85627 -# CONFIG_ATALK is not set
85628 -# CONFIG_X25 is not set
85629 -# CONFIG_LAPB is not set
85630 -# CONFIG_ECONET is not set
85631 -# CONFIG_WAN_ROUTER is not set
85632 -# CONFIG_NET_SCHED is not set
85633 -
85634 -#
85635 -# Network testing
85636 -#
85637 -# CONFIG_NET_PKTGEN is not set
85638 -# CONFIG_HAMRADIO is not set
85639 -# CONFIG_CAN is not set
85640 -# CONFIG_IRDA is not set
85641 -# CONFIG_BT is not set
85642 -# CONFIG_AF_RXRPC is not set
85643 -
85644 -#
85645 -# Wireless
85646 -#
85647 -# CONFIG_CFG80211 is not set
85648 -# CONFIG_WIRELESS_EXT is not set
85649 -# CONFIG_MAC80211 is not set
85650 -# CONFIG_IEEE80211 is not set
85651 -# CONFIG_RFKILL is not set
85652 -# CONFIG_NET_9P is not set
85653 -
85654 -#
85655 -# Device Drivers
85656 -#
85657 -
85658 -#
85659 -# Generic Driver Options
85660 -#
85661 -CONFIG_STANDALONE=y
85662 -CONFIG_PREVENT_FIRMWARE_BUILD=y
85663 -# CONFIG_SYS_HYPERVISOR is not set
85664 -# CONFIG_CONNECTOR is not set
85665 -CONFIG_MTD=y
85666 -# CONFIG_MTD_DEBUG is not set
85667 -CONFIG_MTD_CONCAT=y
85668 -CONFIG_MTD_PARTITIONS=y
85669 -# CONFIG_MTD_REDBOOT_PARTS is not set
85670 -CONFIG_MTD_CMDLINE_PARTS=y
85671 -# CONFIG_MTD_OF_PARTS is not set
85672 -
85673 -#
85674 -# User Modules And Translation Layers
85675 -#
85676 -CONFIG_MTD_CHAR=y
85677 -CONFIG_MTD_BLKDEVS=y
85678 -CONFIG_MTD_BLOCK=y
85679 -# CONFIG_FTL is not set
85680 -# CONFIG_NFTL is not set
85681 -# CONFIG_INFTL is not set
85682 -# CONFIG_RFD_FTL is not set
85683 -# CONFIG_SSFDC is not set
85684 -# CONFIG_MTD_OOPS is not set
85685 -
85686 -#
85687 -# RAM/ROM/Flash chip drivers
85688 -#
85689 -CONFIG_MTD_CFI=y
85690 -# CONFIG_MTD_JEDECPROBE is not set
85691 -CONFIG_MTD_GEN_PROBE=y
85692 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
85693 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
85694 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
85695 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
85696 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
85697 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
85698 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
85699 -CONFIG_MTD_CFI_I1=y
85700 -CONFIG_MTD_CFI_I2=y
85701 -# CONFIG_MTD_CFI_I4 is not set
85702 -# CONFIG_MTD_CFI_I8 is not set
85703 -# CONFIG_MTD_CFI_INTELEXT is not set
85704 -CONFIG_MTD_CFI_AMDSTD=y
85705 -# CONFIG_MTD_CFI_STAA is not set
85706 -CONFIG_MTD_CFI_UTIL=y
85707 -# CONFIG_MTD_RAM is not set
85708 -# CONFIG_MTD_ROM is not set
85709 -# CONFIG_MTD_ABSENT is not set
85710 -
85711 -#
85712 -# Mapping drivers for chip access
85713 -#
85714 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
85715 -# CONFIG_MTD_PHYSMAP is not set
85716 -# CONFIG_MTD_PHYSMAP_OF is not set
85717 -# CONFIG_MTD_INTEL_VR_NOR is not set
85718 -# CONFIG_MTD_PLATRAM is not set
85719 -
85720 -#
85721 -# Self-contained MTD device drivers
85722 -#
85723 -# CONFIG_MTD_PMC551 is not set
85724 -# CONFIG_MTD_SLRAM is not set
85725 -# CONFIG_MTD_PHRAM is not set
85726 -# CONFIG_MTD_MTDRAM is not set
85727 -# CONFIG_MTD_BLOCK2MTD is not set
85728 -
85729 -#
85730 -# Disk-On-Chip Device Drivers
85731 -#
85732 -# CONFIG_MTD_DOC2000 is not set
85733 -# CONFIG_MTD_DOC2001 is not set
85734 -# CONFIG_MTD_DOC2001PLUS is not set
85735 -# CONFIG_MTD_NAND is not set
85736 -# CONFIG_MTD_ONENAND is not set
85737 -
85738 -#
85739 -# UBI - Unsorted block images
85740 -#
85741 -# CONFIG_MTD_UBI is not set
85742 -CONFIG_OF_DEVICE=y
85743 -# CONFIG_PARPORT is not set
85744 -CONFIG_BLK_DEV=y
85745 -# CONFIG_BLK_DEV_FD is not set
85746 -# CONFIG_BLK_CPQ_DA is not set
85747 -# CONFIG_BLK_CPQ_CISS_DA is not set
85748 -# CONFIG_BLK_DEV_DAC960 is not set
85749 -# CONFIG_BLK_DEV_UMEM is not set
85750 -# CONFIG_BLK_DEV_COW_COMMON is not set
85751 -CONFIG_BLK_DEV_LOOP=y
85752 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
85753 -# CONFIG_BLK_DEV_NBD is not set
85754 -# CONFIG_BLK_DEV_SX8 is not set
85755 -CONFIG_BLK_DEV_RAM=y
85756 -CONFIG_BLK_DEV_RAM_COUNT=16
85757 -CONFIG_BLK_DEV_RAM_SIZE=32768
85758 -# CONFIG_BLK_DEV_XIP is not set
85759 -# CONFIG_CDROM_PKTCDVD is not set
85760 -# CONFIG_ATA_OVER_ETH is not set
85761 -CONFIG_MISC_DEVICES=y
85762 -# CONFIG_PHANTOM is not set
85763 -# CONFIG_EEPROM_93CX6 is not set
85764 -# CONFIG_SGI_IOC4 is not set
85765 -# CONFIG_TIFM_CORE is not set
85766 -# CONFIG_ENCLOSURE_SERVICES is not set
85767 -CONFIG_HAVE_IDE=y
85768 -CONFIG_IDE=y
85769 -CONFIG_IDE_MAX_HWIFS=4
85770 -CONFIG_BLK_DEV_IDE=y
85771 -
85772 -#
85773 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
85774 -#
85775 -# CONFIG_BLK_DEV_IDE_SATA is not set
85776 -CONFIG_BLK_DEV_IDEDISK=y
85777 -# CONFIG_IDEDISK_MULTI_MODE is not set
85778 -# CONFIG_BLK_DEV_IDECD is not set
85779 -# CONFIG_BLK_DEV_IDETAPE is not set
85780 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
85781 -# CONFIG_IDE_TASK_IOCTL is not set
85782 -CONFIG_IDE_PROC_FS=y
85783 -
85784 -#
85785 -# IDE chipset support/bugfixes
85786 -#
85787 -CONFIG_IDE_GENERIC=y
85788 -# CONFIG_BLK_DEV_PLATFORM is not set
85789 -CONFIG_BLK_DEV_IDEDMA_SFF=y
85790 -
85791 -#
85792 -# PCI IDE chipsets support
85793 -#
85794 -CONFIG_BLK_DEV_IDEPCI=y
85795 -CONFIG_IDEPCI_PCIBUS_ORDER=y
85796 -# CONFIG_BLK_DEV_OFFBOARD is not set
85797 -CONFIG_BLK_DEV_GENERIC=y
85798 -# CONFIG_BLK_DEV_OPTI621 is not set
85799 -CONFIG_BLK_DEV_IDEDMA_PCI=y
85800 -# CONFIG_BLK_DEV_AEC62XX is not set
85801 -# CONFIG_BLK_DEV_ALI15X3 is not set
85802 -# CONFIG_BLK_DEV_AMD74XX is not set
85803 -# CONFIG_BLK_DEV_CMD64X is not set
85804 -# CONFIG_BLK_DEV_TRIFLEX is not set
85805 -# CONFIG_BLK_DEV_CY82C693 is not set
85806 -# CONFIG_BLK_DEV_CS5520 is not set
85807 -# CONFIG_BLK_DEV_CS5530 is not set
85808 -# CONFIG_BLK_DEV_HPT34X is not set
85809 -# CONFIG_BLK_DEV_HPT366 is not set
85810 -# CONFIG_BLK_DEV_JMICRON is not set
85811 -# CONFIG_BLK_DEV_SC1200 is not set
85812 -# CONFIG_BLK_DEV_PIIX is not set
85813 -# CONFIG_BLK_DEV_IT8213 is not set
85814 -# CONFIG_BLK_DEV_IT821X is not set
85815 -# CONFIG_BLK_DEV_NS87415 is not set
85816 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
85817 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
85818 -# CONFIG_BLK_DEV_SVWKS is not set
85819 -# CONFIG_BLK_DEV_SIIMAGE is not set
85820 -# CONFIG_BLK_DEV_SL82C105 is not set
85821 -# CONFIG_BLK_DEV_SLC90E66 is not set
85822 -# CONFIG_BLK_DEV_TRM290 is not set
85823 -CONFIG_BLK_DEV_VIA82CXXX=y
85824 -# CONFIG_BLK_DEV_TC86C001 is not set
85825 -CONFIG_BLK_DEV_IDEDMA=y
85826 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
85827 -# CONFIG_BLK_DEV_HD is not set
85828 -
85829 -#
85830 -# SCSI device support
85831 -#
85832 -# CONFIG_RAID_ATTRS is not set
85833 -# CONFIG_SCSI is not set
85834 -# CONFIG_SCSI_DMA is not set
85835 -# CONFIG_SCSI_NETLINK is not set
85836 -# CONFIG_ATA is not set
85837 -# CONFIG_MD is not set
85838 -# CONFIG_FUSION is not set
85839 -
85840 -#
85841 -# IEEE 1394 (FireWire) support
85842 -#
85843 -# CONFIG_FIREWIRE is not set
85844 -# CONFIG_IEEE1394 is not set
85845 -# CONFIG_I2O is not set
85846 -# CONFIG_MACINTOSH_DRIVERS is not set
85847 -CONFIG_NETDEVICES=y
85848 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
85849 -# CONFIG_DUMMY is not set
85850 -# CONFIG_BONDING is not set
85851 -# CONFIG_MACVLAN is not set
85852 -# CONFIG_EQUALIZER is not set
85853 -# CONFIG_TUN is not set
85854 -# CONFIG_VETH is not set
85855 -# CONFIG_ARCNET is not set
85856 -CONFIG_PHYLIB=y
85857 -
85858 -#
85859 -# MII PHY device drivers
85860 -#
85861 -# CONFIG_MARVELL_PHY is not set
85862 -# CONFIG_DAVICOM_PHY is not set
85863 -# CONFIG_QSEMI_PHY is not set
85864 -# CONFIG_LXT_PHY is not set
85865 -# CONFIG_CICADA_PHY is not set
85866 -# CONFIG_VITESSE_PHY is not set
85867 -# CONFIG_SMSC_PHY is not set
85868 -# CONFIG_BROADCOM_PHY is not set
85869 -# CONFIG_ICPLUS_PHY is not set
85870 -# CONFIG_REALTEK_PHY is not set
85871 -# CONFIG_FIXED_PHY is not set
85872 -# CONFIG_MDIO_BITBANG is not set
85873 -CONFIG_NET_ETHERNET=y
85874 -CONFIG_MII=y
85875 -# CONFIG_HAPPYMEAL is not set
85876 -# CONFIG_SUNGEM is not set
85877 -# CONFIG_CASSINI is not set
85878 -# CONFIG_NET_VENDOR_3COM is not set
85879 -# CONFIG_NET_TULIP is not set
85880 -# CONFIG_HP100 is not set
85881 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
85882 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
85883 -# CONFIG_IBM_NEW_EMAC_TAH is not set
85884 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
85885 -CONFIG_NET_PCI=y
85886 -# CONFIG_PCNET32 is not set
85887 -# CONFIG_AMD8111_ETH is not set
85888 -# CONFIG_ADAPTEC_STARFIRE is not set
85889 -# CONFIG_B44 is not set
85890 -# CONFIG_FORCEDETH is not set
85891 -# CONFIG_EEPRO100 is not set
85892 -CONFIG_E100=y
85893 -# CONFIG_FEALNX is not set
85894 -# CONFIG_NATSEMI is not set
85895 -# CONFIG_NE2K_PCI is not set
85896 -# CONFIG_8139CP is not set
85897 -# CONFIG_8139TOO is not set
85898 -# CONFIG_R6040 is not set
85899 -# CONFIG_SIS900 is not set
85900 -# CONFIG_EPIC100 is not set
85901 -# CONFIG_SUNDANCE is not set
85902 -# CONFIG_TLAN is not set
85903 -# CONFIG_VIA_RHINE is not set
85904 -# CONFIG_SC92031 is not set
85905 -# CONFIG_FS_ENET is not set
85906 -CONFIG_NETDEV_1000=y
85907 -# CONFIG_ACENIC is not set
85908 -# CONFIG_DL2K is not set
85909 -# CONFIG_E1000 is not set
85910 -# CONFIG_E1000E is not set
85911 -# CONFIG_E1000E_ENABLED is not set
85912 -# CONFIG_IP1000 is not set
85913 -# CONFIG_IGB is not set
85914 -# CONFIG_NS83820 is not set
85915 -# CONFIG_HAMACHI is not set
85916 -# CONFIG_YELLOWFIN is not set
85917 -# CONFIG_R8169 is not set
85918 -# CONFIG_SIS190 is not set
85919 -# CONFIG_SKGE is not set
85920 -# CONFIG_SKY2 is not set
85921 -# CONFIG_SK98LIN is not set
85922 -# CONFIG_VIA_VELOCITY is not set
85923 -# CONFIG_TIGON3 is not set
85924 -# CONFIG_BNX2 is not set
85925 -CONFIG_GIANFAR=y
85926 -CONFIG_GFAR_NAPI=y
85927 -# CONFIG_QLA3XXX is not set
85928 -# CONFIG_ATL1 is not set
85929 -CONFIG_NETDEV_10000=y
85930 -# CONFIG_CHELSIO_T1 is not set
85931 -# CONFIG_CHELSIO_T3 is not set
85932 -# CONFIG_IXGBE is not set
85933 -# CONFIG_IXGB is not set
85934 -# CONFIG_S2IO is not set
85935 -# CONFIG_MYRI10GE is not set
85936 -# CONFIG_NETXEN_NIC is not set
85937 -# CONFIG_NIU is not set
85938 -# CONFIG_MLX4_CORE is not set
85939 -# CONFIG_TEHUTI is not set
85940 -# CONFIG_BNX2X is not set
85941 -# CONFIG_TR is not set
85942 -
85943 -#
85944 -# Wireless LAN
85945 -#
85946 -# CONFIG_WLAN_PRE80211 is not set
85947 -# CONFIG_WLAN_80211 is not set
85948 -# CONFIG_WAN is not set
85949 -# CONFIG_FDDI is not set
85950 -# CONFIG_HIPPI is not set
85951 -# CONFIG_PPP is not set
85952 -# CONFIG_SLIP is not set
85953 -# CONFIG_NETCONSOLE is not set
85954 -# CONFIG_NETPOLL is not set
85955 -# CONFIG_NET_POLL_CONTROLLER is not set
85956 -# CONFIG_ISDN is not set
85957 -# CONFIG_PHONE is not set
85958 -
85959 -#
85960 -# Input device support
85961 -#
85962 -CONFIG_INPUT=y
85963 -# CONFIG_INPUT_FF_MEMLESS is not set
85964 -# CONFIG_INPUT_POLLDEV is not set
85965 -
85966 -#
85967 -# Userland interfaces
85968 -#
85969 -# CONFIG_INPUT_MOUSEDEV is not set
85970 -# CONFIG_INPUT_JOYDEV is not set
85971 -# CONFIG_INPUT_EVDEV is not set
85972 -# CONFIG_INPUT_EVBUG is not set
85973 -
85974 -#
85975 -# Input Device Drivers
85976 -#
85977 -# CONFIG_INPUT_KEYBOARD is not set
85978 -# CONFIG_INPUT_MOUSE is not set
85979 -# CONFIG_INPUT_JOYSTICK is not set
85980 -# CONFIG_INPUT_TABLET is not set
85981 -# CONFIG_INPUT_TOUCHSCREEN is not set
85982 -# CONFIG_INPUT_MISC is not set
85983 -
85984 -#
85985 -# Hardware I/O ports
85986 -#
85987 -# CONFIG_SERIO is not set
85988 -# CONFIG_GAMEPORT is not set
85989 -
85990 -#
85991 -# Character devices
85992 -#
85993 -# CONFIG_VT is not set
85994 -# CONFIG_SERIAL_NONSTANDARD is not set
85995 -# CONFIG_NOZOMI is not set
85996 -
85997 -#
85998 -# Serial drivers
85999 -#
86000 -CONFIG_SERIAL_8250=y
86001 -CONFIG_SERIAL_8250_CONSOLE=y
86002 -CONFIG_SERIAL_8250_PCI=y
86003 -CONFIG_SERIAL_8250_NR_UARTS=4
86004 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
86005 -# CONFIG_SERIAL_8250_EXTENDED is not set
86006 -CONFIG_SERIAL_8250_SHARE_IRQ=y
86007 -
86008 -#
86009 -# Non-8250 serial port support
86010 -#
86011 -# CONFIG_SERIAL_UARTLITE is not set
86012 -CONFIG_SERIAL_CORE=y
86013 -CONFIG_SERIAL_CORE_CONSOLE=y
86014 -CONFIG_SERIAL_CPM=y
86015 -CONFIG_SERIAL_CPM_CONSOLE=y
86016 -CONFIG_SERIAL_CPM_SCC1=y
86017 -# CONFIG_SERIAL_CPM_SCC2 is not set
86018 -# CONFIG_SERIAL_CPM_SCC3 is not set
86019 -# CONFIG_SERIAL_CPM_SCC4 is not set
86020 -# CONFIG_SERIAL_CPM_SMC1 is not set
86021 -# CONFIG_SERIAL_CPM_SMC2 is not set
86022 -# CONFIG_SERIAL_JSM is not set
86023 -# CONFIG_SERIAL_OF_PLATFORM is not set
86024 -CONFIG_UNIX98_PTYS=y
86025 -CONFIG_LEGACY_PTYS=y
86026 -CONFIG_LEGACY_PTY_COUNT=256
86027 -# CONFIG_IPMI_HANDLER is not set
86028 -CONFIG_HW_RANDOM=y
86029 -# CONFIG_NVRAM is not set
86030 -CONFIG_GEN_RTC=y
86031 -# CONFIG_GEN_RTC_X is not set
86032 -# CONFIG_R3964 is not set
86033 -# CONFIG_APPLICOM is not set
86034 -# CONFIG_RAW_DRIVER is not set
86035 -# CONFIG_TCG_TPM is not set
86036 -CONFIG_DEVPORT=y
86037 -CONFIG_I2C=y
86038 -CONFIG_I2C_BOARDINFO=y
86039 -CONFIG_I2C_CHARDEV=y
86040 -
86041 -#
86042 -# I2C Algorithms
86043 -#
86044 -# CONFIG_I2C_ALGOBIT is not set
86045 -# CONFIG_I2C_ALGOPCF is not set
86046 -# CONFIG_I2C_ALGOPCA is not set
86047 -
86048 -#
86049 -# I2C Hardware Bus support
86050 -#
86051 -# CONFIG_I2C_ALI1535 is not set
86052 -# CONFIG_I2C_ALI1563 is not set
86053 -# CONFIG_I2C_ALI15X3 is not set
86054 -# CONFIG_I2C_AMD756 is not set
86055 -# CONFIG_I2C_AMD8111 is not set
86056 -# CONFIG_I2C_I801 is not set
86057 -# CONFIG_I2C_I810 is not set
86058 -# CONFIG_I2C_PIIX4 is not set
86059 -CONFIG_I2C_MPC=y
86060 -# CONFIG_I2C_NFORCE2 is not set
86061 -# CONFIG_I2C_OCORES is not set
86062 -# CONFIG_I2C_PARPORT_LIGHT is not set
86063 -# CONFIG_I2C_PROSAVAGE is not set
86064 -# CONFIG_I2C_SAVAGE4 is not set
86065 -# CONFIG_I2C_SIMTEC is not set
86066 -# CONFIG_I2C_SIS5595 is not set
86067 -# CONFIG_I2C_SIS630 is not set
86068 -# CONFIG_I2C_SIS96X is not set
86069 -# CONFIG_I2C_TAOS_EVM is not set
86070 -# CONFIG_I2C_VIA is not set
86071 -# CONFIG_I2C_VIAPRO is not set
86072 -# CONFIG_I2C_VOODOO3 is not set
86073 -
86074 -#
86075 -# Miscellaneous I2C Chip support
86076 -#
86077 -# CONFIG_DS1682 is not set
86078 -# CONFIG_SENSORS_EEPROM is not set
86079 -# CONFIG_SENSORS_PCF8574 is not set
86080 -# CONFIG_PCF8575 is not set
86081 -# CONFIG_SENSORS_PCF8591 is not set
86082 -# CONFIG_TPS65010 is not set
86083 -# CONFIG_SENSORS_MAX6875 is not set
86084 -# CONFIG_SENSORS_TSL2550 is not set
86085 -# CONFIG_I2C_DEBUG_CORE is not set
86086 -# CONFIG_I2C_DEBUG_ALGO is not set
86087 -# CONFIG_I2C_DEBUG_BUS is not set
86088 -# CONFIG_I2C_DEBUG_CHIP is not set
86089 -
86090 -#
86091 -# SPI support
86092 -#
86093 -# CONFIG_SPI is not set
86094 -# CONFIG_SPI_MASTER is not set
86095 -# CONFIG_W1 is not set
86096 -# CONFIG_POWER_SUPPLY is not set
86097 -CONFIG_HWMON=y
86098 -# CONFIG_HWMON_VID is not set
86099 -# CONFIG_SENSORS_AD7418 is not set
86100 -# CONFIG_SENSORS_ADM1021 is not set
86101 -# CONFIG_SENSORS_ADM1025 is not set
86102 -# CONFIG_SENSORS_ADM1026 is not set
86103 -# CONFIG_SENSORS_ADM1029 is not set
86104 -# CONFIG_SENSORS_ADM1031 is not set
86105 -# CONFIG_SENSORS_ADM9240 is not set
86106 -# CONFIG_SENSORS_ADT7470 is not set
86107 -# CONFIG_SENSORS_ADT7473 is not set
86108 -# CONFIG_SENSORS_ATXP1 is not set
86109 -# CONFIG_SENSORS_DS1621 is not set
86110 -# CONFIG_SENSORS_I5K_AMB is not set
86111 -# CONFIG_SENSORS_F71805F is not set
86112 -# CONFIG_SENSORS_F71882FG is not set
86113 -# CONFIG_SENSORS_F75375S is not set
86114 -# CONFIG_SENSORS_GL518SM is not set
86115 -# CONFIG_SENSORS_GL520SM is not set
86116 -# CONFIG_SENSORS_IT87 is not set
86117 -# CONFIG_SENSORS_LM63 is not set
86118 -CONFIG_SENSORS_LM75=y
86119 -# CONFIG_SENSORS_LM77 is not set
86120 -# CONFIG_SENSORS_LM78 is not set
86121 -# CONFIG_SENSORS_LM80 is not set
86122 -# CONFIG_SENSORS_LM83 is not set
86123 -# CONFIG_SENSORS_LM85 is not set
86124 -# CONFIG_SENSORS_LM87 is not set
86125 -# CONFIG_SENSORS_LM90 is not set
86126 -# CONFIG_SENSORS_LM92 is not set
86127 -# CONFIG_SENSORS_LM93 is not set
86128 -# CONFIG_SENSORS_MAX1619 is not set
86129 -# CONFIG_SENSORS_MAX6650 is not set
86130 -# CONFIG_SENSORS_PC87360 is not set
86131 -# CONFIG_SENSORS_PC87427 is not set
86132 -# CONFIG_SENSORS_SIS5595 is not set
86133 -# CONFIG_SENSORS_DME1737 is not set
86134 -# CONFIG_SENSORS_SMSC47M1 is not set
86135 -# CONFIG_SENSORS_SMSC47M192 is not set
86136 -# CONFIG_SENSORS_SMSC47B397 is not set
86137 -# CONFIG_SENSORS_ADS7828 is not set
86138 -# CONFIG_SENSORS_THMC50 is not set
86139 -# CONFIG_SENSORS_VIA686A is not set
86140 -# CONFIG_SENSORS_VT1211 is not set
86141 -# CONFIG_SENSORS_VT8231 is not set
86142 -# CONFIG_SENSORS_W83781D is not set
86143 -# CONFIG_SENSORS_W83791D is not set
86144 -# CONFIG_SENSORS_W83792D is not set
86145 -# CONFIG_SENSORS_W83793 is not set
86146 -# CONFIG_SENSORS_W83L785TS is not set
86147 -# CONFIG_SENSORS_W83L786NG is not set
86148 -# CONFIG_SENSORS_W83627HF is not set
86149 -# CONFIG_SENSORS_W83627EHF is not set
86150 -CONFIG_HWMON_DEBUG_CHIP=y
86151 -# CONFIG_THERMAL is not set
86152 -# CONFIG_WATCHDOG is not set
86153 -
86154 -#
86155 -# Sonics Silicon Backplane
86156 -#
86157 -CONFIG_SSB_POSSIBLE=y
86158 -# CONFIG_SSB is not set
86159 -
86160 -#
86161 -# Multifunction device drivers
86162 -#
86163 -# CONFIG_MFD_SM501 is not set
86164 -
86165 -#
86166 -# Multimedia devices
86167 -#
86168 -# CONFIG_VIDEO_DEV is not set
86169 -# CONFIG_DVB_CORE is not set
86170 -CONFIG_DAB=y
86171 -
86172 -#
86173 -# Graphics support
86174 -#
86175 -# CONFIG_AGP is not set
86176 -# CONFIG_DRM is not set
86177 -# CONFIG_VGASTATE is not set
86178 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
86179 -# CONFIG_FB is not set
86180 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
86181 -
86182 -#
86183 -# Display device support
86184 -#
86185 -# CONFIG_DISPLAY_SUPPORT is not set
86186 -
86187 -#
86188 -# Sound
86189 -#
86190 -# CONFIG_SOUND is not set
86191 -CONFIG_HID_SUPPORT=y
86192 -CONFIG_HID=y
86193 -# CONFIG_HID_DEBUG is not set
86194 -# CONFIG_HIDRAW is not set
86195 -CONFIG_USB_SUPPORT=y
86196 -CONFIG_USB_ARCH_HAS_HCD=y
86197 -CONFIG_USB_ARCH_HAS_OHCI=y
86198 -CONFIG_USB_ARCH_HAS_EHCI=y
86199 -# CONFIG_USB is not set
86200 -
86201 -#
86202 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
86203 -#
86204 -# CONFIG_USB_GADGET is not set
86205 -# CONFIG_MMC is not set
86206 -# CONFIG_MEMSTICK is not set
86207 -# CONFIG_NEW_LEDS is not set
86208 -# CONFIG_INFINIBAND is not set
86209 -# CONFIG_EDAC is not set
86210 -# CONFIG_RTC_CLASS is not set
86211 -# CONFIG_DMADEVICES is not set
86212 -
86213 -#
86214 -# Userspace I/O
86215 -#
86216 -# CONFIG_UIO is not set
86217 -
86218 -#
86219 -# File systems
86220 -#
86221 -CONFIG_EXT2_FS=y
86222 -# CONFIG_EXT2_FS_XATTR is not set
86223 -# CONFIG_EXT2_FS_XIP is not set
86224 -CONFIG_EXT3_FS=y
86225 -CONFIG_EXT3_FS_XATTR=y
86226 -# CONFIG_EXT3_FS_POSIX_ACL is not set
86227 -# CONFIG_EXT3_FS_SECURITY is not set
86228 -# CONFIG_EXT4DEV_FS is not set
86229 -CONFIG_JBD=y
86230 -CONFIG_FS_MBCACHE=y
86231 -# CONFIG_REISERFS_FS is not set
86232 -# CONFIG_JFS_FS is not set
86233 -# CONFIG_FS_POSIX_ACL is not set
86234 -# CONFIG_XFS_FS is not set
86235 -# CONFIG_GFS2_FS is not set
86236 -# CONFIG_OCFS2_FS is not set
86237 -CONFIG_DNOTIFY=y
86238 -CONFIG_INOTIFY=y
86239 -CONFIG_INOTIFY_USER=y
86240 -# CONFIG_QUOTA is not set
86241 -# CONFIG_AUTOFS_FS is not set
86242 -# CONFIG_AUTOFS4_FS is not set
86243 -# CONFIG_FUSE_FS is not set
86244 -
86245 -#
86246 -# CD-ROM/DVD Filesystems
86247 -#
86248 -# CONFIG_ISO9660_FS is not set
86249 -# CONFIG_UDF_FS is not set
86250 -
86251 -#
86252 -# DOS/FAT/NT Filesystems
86253 -#
86254 -# CONFIG_MSDOS_FS is not set
86255 -# CONFIG_VFAT_FS is not set
86256 -# CONFIG_NTFS_FS is not set
86257 -
86258 -#
86259 -# Pseudo filesystems
86260 -#
86261 -CONFIG_PROC_FS=y
86262 -CONFIG_PROC_KCORE=y
86263 -CONFIG_PROC_SYSCTL=y
86264 -CONFIG_SYSFS=y
86265 -CONFIG_TMPFS=y
86266 -# CONFIG_TMPFS_POSIX_ACL is not set
86267 -# CONFIG_HUGETLB_PAGE is not set
86268 -# CONFIG_CONFIGFS_FS is not set
86269 -
86270 -#
86271 -# Miscellaneous filesystems
86272 -#
86273 -# CONFIG_ADFS_FS is not set
86274 -# CONFIG_AFFS_FS is not set
86275 -# CONFIG_HFS_FS is not set
86276 -# CONFIG_HFSPLUS_FS is not set
86277 -# CONFIG_BEFS_FS is not set
86278 -# CONFIG_BFS_FS is not set
86279 -# CONFIG_EFS_FS is not set
86280 -CONFIG_JFFS2_FS=y
86281 -CONFIG_JFFS2_FS_DEBUG=0
86282 -CONFIG_JFFS2_FS_WRITEBUFFER=y
86283 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
86284 -# CONFIG_JFFS2_SUMMARY is not set
86285 -# CONFIG_JFFS2_FS_XATTR is not set
86286 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
86287 -CONFIG_JFFS2_ZLIB=y
86288 -# CONFIG_JFFS2_LZO is not set
86289 -CONFIG_JFFS2_RTIME=y
86290 -# CONFIG_JFFS2_RUBIN is not set
86291 -CONFIG_CRAMFS=y
86292 -# CONFIG_VXFS_FS is not set
86293 -# CONFIG_MINIX_FS is not set
86294 -# CONFIG_HPFS_FS is not set
86295 -# CONFIG_QNX4FS_FS is not set
86296 -# CONFIG_ROMFS_FS is not set
86297 -# CONFIG_SYSV_FS is not set
86298 -# CONFIG_UFS_FS is not set
86299 -CONFIG_NETWORK_FILESYSTEMS=y
86300 -CONFIG_NFS_FS=y
86301 -# CONFIG_NFS_V3 is not set
86302 -# CONFIG_NFS_V4 is not set
86303 -# CONFIG_NFS_DIRECTIO is not set
86304 -# CONFIG_NFSD is not set
86305 -CONFIG_ROOT_NFS=y
86306 -CONFIG_LOCKD=y
86307 -CONFIG_NFS_COMMON=y
86308 -CONFIG_SUNRPC=y
86309 -# CONFIG_SUNRPC_BIND34 is not set
86310 -# CONFIG_RPCSEC_GSS_KRB5 is not set
86311 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
86312 -# CONFIG_SMB_FS is not set
86313 -# CONFIG_CIFS is not set
86314 -# CONFIG_NCP_FS is not set
86315 -# CONFIG_CODA_FS is not set
86316 -# CONFIG_AFS_FS is not set
86317 -
86318 -#
86319 -# Partition Types
86320 -#
86321 -CONFIG_PARTITION_ADVANCED=y
86322 -# CONFIG_ACORN_PARTITION is not set
86323 -# CONFIG_OSF_PARTITION is not set
86324 -# CONFIG_AMIGA_PARTITION is not set
86325 -# CONFIG_ATARI_PARTITION is not set
86326 -# CONFIG_MAC_PARTITION is not set
86327 -# CONFIG_MSDOS_PARTITION is not set
86328 -# CONFIG_LDM_PARTITION is not set
86329 -# CONFIG_SGI_PARTITION is not set
86330 -# CONFIG_ULTRIX_PARTITION is not set
86331 -# CONFIG_SUN_PARTITION is not set
86332 -# CONFIG_KARMA_PARTITION is not set
86333 -# CONFIG_EFI_PARTITION is not set
86334 -# CONFIG_SYSV68_PARTITION is not set
86335 -# CONFIG_NLS is not set
86336 -# CONFIG_DLM is not set
86337 -
86338 -#
86339 -# Library routines
86340 -#
86341 -CONFIG_BITREVERSE=y
86342 -# CONFIG_CRC_CCITT is not set
86343 -# CONFIG_CRC16 is not set
86344 -# CONFIG_CRC_ITU_T is not set
86345 -CONFIG_CRC32=y
86346 -# CONFIG_CRC7 is not set
86347 -# CONFIG_LIBCRC32C is not set
86348 -CONFIG_ZLIB_INFLATE=y
86349 -CONFIG_ZLIB_DEFLATE=y
86350 -CONFIG_PLIST=y
86351 -CONFIG_HAS_IOMEM=y
86352 -CONFIG_HAS_IOPORT=y
86353 -CONFIG_HAS_DMA=y
86354 -
86355 -#
86356 -# Kernel hacking
86357 -#
86358 -# CONFIG_PRINTK_TIME is not set
86359 -CONFIG_ENABLE_WARN_DEPRECATED=y
86360 -CONFIG_ENABLE_MUST_CHECK=y
86361 -# CONFIG_MAGIC_SYSRQ is not set
86362 -# CONFIG_UNUSED_SYMBOLS is not set
86363 -# CONFIG_DEBUG_FS is not set
86364 -# CONFIG_HEADERS_CHECK is not set
86365 -# CONFIG_DEBUG_KERNEL is not set
86366 -# CONFIG_SLUB_DEBUG_ON is not set
86367 -# CONFIG_SLUB_STATS is not set
86368 -# CONFIG_DEBUG_BUGVERBOSE is not set
86369 -# CONFIG_SAMPLES is not set
86370 -# CONFIG_KGDB_CONSOLE is not set
86371 -# CONFIG_PPC_EARLY_DEBUG is not set
86372 -
86373 -#
86374 -# Security options
86375 -#
86376 -# CONFIG_KEYS is not set
86377 -# CONFIG_SECURITY is not set
86378 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
86379 -CONFIG_CRYPTO=y
86380 -# CONFIG_CRYPTO_SEQIV is not set
86381 -# CONFIG_CRYPTO_MANAGER is not set
86382 -# CONFIG_CRYPTO_HMAC is not set
86383 -# CONFIG_CRYPTO_XCBC is not set
86384 -# CONFIG_CRYPTO_NULL is not set
86385 -# CONFIG_CRYPTO_MD4 is not set
86386 -# CONFIG_CRYPTO_MD5 is not set
86387 -# CONFIG_CRYPTO_SHA1 is not set
86388 -# CONFIG_CRYPTO_SHA256 is not set
86389 -# CONFIG_CRYPTO_SHA512 is not set
86390 -# CONFIG_CRYPTO_WP512 is not set
86391 -# CONFIG_CRYPTO_TGR192 is not set
86392 -# CONFIG_CRYPTO_GF128MUL is not set
86393 -# CONFIG_CRYPTO_ECB is not set
86394 -# CONFIG_CRYPTO_CBC is not set
86395 -# CONFIG_CRYPTO_PCBC is not set
86396 -# CONFIG_CRYPTO_LRW is not set
86397 -# CONFIG_CRYPTO_XTS is not set
86398 -# CONFIG_CRYPTO_CTR is not set
86399 -# CONFIG_CRYPTO_GCM is not set
86400 -# CONFIG_CRYPTO_CCM is not set
86401 -# CONFIG_CRYPTO_CRYPTD is not set
86402 -# CONFIG_CRYPTO_DES is not set
86403 -# CONFIG_CRYPTO_FCRYPT is not set
86404 -# CONFIG_CRYPTO_BLOWFISH is not set
86405 -# CONFIG_CRYPTO_TWOFISH is not set
86406 -# CONFIG_CRYPTO_SERPENT is not set
86407 -# CONFIG_CRYPTO_AES is not set
86408 -# CONFIG_CRYPTO_CAST5 is not set
86409 -# CONFIG_CRYPTO_CAST6 is not set
86410 -# CONFIG_CRYPTO_TEA is not set
86411 -# CONFIG_CRYPTO_ARC4 is not set
86412 -# CONFIG_CRYPTO_KHAZAD is not set
86413 -# CONFIG_CRYPTO_ANUBIS is not set
86414 -# CONFIG_CRYPTO_SEED is not set
86415 -# CONFIG_CRYPTO_SALSA20 is not set
86416 -# CONFIG_CRYPTO_DEFLATE is not set
86417 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
86418 -# CONFIG_CRYPTO_CRC32C is not set
86419 -# CONFIG_CRYPTO_CAMELLIA is not set
86420 -# CONFIG_CRYPTO_AUTHENC is not set
86421 -# CONFIG_CRYPTO_LZO is not set
86422 -CONFIG_CRYPTO_HW=y
86423 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
86424 -# CONFIG_PPC_CLOCK is not set
86425 -CONFIG_PPC_LIB_RHEAP=y
86426 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/walnut_defconfig powerpc.git/arch/powerpc/configs/walnut_defconfig
86427 --- linux-2.6.25-rc9/arch/powerpc/configs/walnut_defconfig      2008-04-11 22:32:29.000000000 +0200
86428 +++ powerpc.git/arch/powerpc/configs/walnut_defconfig   1970-01-01 01:00:00.000000000 +0100
86429 @@ -1,887 +0,0 @@
86430 -#
86431 -# Automatically generated make config: don't edit
86432 -# Linux kernel version: 2.6.25-rc2
86433 -# Fri Feb 15 21:54:12 2008
86434 -#
86435 -# CONFIG_PPC64 is not set
86436 -
86437 -#
86438 -# Processor support
86439 -#
86440 -# CONFIG_6xx is not set
86441 -# CONFIG_PPC_85xx is not set
86442 -# CONFIG_PPC_8xx is not set
86443 -CONFIG_40x=y
86444 -# CONFIG_44x is not set
86445 -# CONFIG_E200 is not set
86446 -CONFIG_4xx=y
86447 -# CONFIG_PPC_MM_SLICES is not set
86448 -CONFIG_NOT_COHERENT_CACHE=y
86449 -CONFIG_PPC32=y
86450 -CONFIG_WORD_SIZE=32
86451 -CONFIG_PPC_MERGE=y
86452 -CONFIG_MMU=y
86453 -CONFIG_GENERIC_CMOS_UPDATE=y
86454 -CONFIG_GENERIC_TIME=y
86455 -CONFIG_GENERIC_TIME_VSYSCALL=y
86456 -CONFIG_GENERIC_CLOCKEVENTS=y
86457 -CONFIG_GENERIC_HARDIRQS=y
86458 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
86459 -CONFIG_IRQ_PER_CPU=y
86460 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
86461 -CONFIG_ARCH_HAS_ILOG2_U32=y
86462 -CONFIG_GENERIC_HWEIGHT=y
86463 -CONFIG_GENERIC_CALIBRATE_DELAY=y
86464 -CONFIG_GENERIC_FIND_NEXT_BIT=y
86465 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
86466 -CONFIG_PPC=y
86467 -CONFIG_EARLY_PRINTK=y
86468 -CONFIG_GENERIC_NVRAM=y
86469 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
86470 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
86471 -CONFIG_PPC_OF=y
86472 -CONFIG_OF=y
86473 -CONFIG_PPC_UDBG_16550=y
86474 -# CONFIG_GENERIC_TBSYNC is not set
86475 -CONFIG_AUDIT_ARCH=y
86476 -CONFIG_GENERIC_BUG=y
86477 -# CONFIG_DEFAULT_UIMAGE is not set
86478 -CONFIG_PPC_DCR_NATIVE=y
86479 -# CONFIG_PPC_DCR_MMIO is not set
86480 -CONFIG_PPC_DCR=y
86481 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
86482 -
86483 -#
86484 -# General setup
86485 -#
86486 -CONFIG_EXPERIMENTAL=y
86487 -CONFIG_BROKEN_ON_SMP=y
86488 -CONFIG_INIT_ENV_ARG_LIMIT=32
86489 -CONFIG_LOCALVERSION=""
86490 -CONFIG_LOCALVERSION_AUTO=y
86491 -CONFIG_SWAP=y
86492 -CONFIG_SYSVIPC=y
86493 -CONFIG_SYSVIPC_SYSCTL=y
86494 -CONFIG_POSIX_MQUEUE=y
86495 -# CONFIG_BSD_PROCESS_ACCT is not set
86496 -# CONFIG_TASKSTATS is not set
86497 -# CONFIG_AUDIT is not set
86498 -# CONFIG_IKCONFIG is not set
86499 -CONFIG_LOG_BUF_SHIFT=14
86500 -# CONFIG_CGROUPS is not set
86501 -CONFIG_GROUP_SCHED=y
86502 -CONFIG_FAIR_GROUP_SCHED=y
86503 -# CONFIG_RT_GROUP_SCHED is not set
86504 -CONFIG_USER_SCHED=y
86505 -# CONFIG_CGROUP_SCHED is not set
86506 -CONFIG_SYSFS_DEPRECATED=y
86507 -# CONFIG_RELAY is not set
86508 -# CONFIG_NAMESPACES is not set
86509 -CONFIG_BLK_DEV_INITRD=y
86510 -CONFIG_INITRAMFS_SOURCE=""
86511 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
86512 -CONFIG_SYSCTL=y
86513 -CONFIG_EMBEDDED=y
86514 -CONFIG_SYSCTL_SYSCALL=y
86515 -CONFIG_KALLSYMS=y
86516 -CONFIG_KALLSYMS_ALL=y
86517 -CONFIG_KALLSYMS_EXTRA_PASS=y
86518 -CONFIG_HOTPLUG=y
86519 -CONFIG_PRINTK=y
86520 -CONFIG_BUG=y
86521 -CONFIG_ELF_CORE=y
86522 -CONFIG_COMPAT_BRK=y
86523 -CONFIG_BASE_FULL=y
86524 -CONFIG_FUTEX=y
86525 -CONFIG_ANON_INODES=y
86526 -CONFIG_EPOLL=y
86527 -CONFIG_SIGNALFD=y
86528 -CONFIG_TIMERFD=y
86529 -CONFIG_EVENTFD=y
86530 -CONFIG_SHMEM=y
86531 -CONFIG_VM_EVENT_COUNTERS=y
86532 -CONFIG_SLUB_DEBUG=y
86533 -# CONFIG_SLAB is not set
86534 -CONFIG_SLUB=y
86535 -# CONFIG_SLOB is not set
86536 -# CONFIG_PROFILING is not set
86537 -# CONFIG_MARKERS is not set
86538 -CONFIG_HAVE_OPROFILE=y
86539 -# CONFIG_KPROBES is not set
86540 -CONFIG_HAVE_KPROBES=y
86541 -CONFIG_PROC_PAGE_MONITOR=y
86542 -CONFIG_SLABINFO=y
86543 -CONFIG_RT_MUTEXES=y
86544 -# CONFIG_TINY_SHMEM is not set
86545 -CONFIG_BASE_SMALL=0
86546 -CONFIG_MODULES=y
86547 -CONFIG_MODULE_UNLOAD=y
86548 -# CONFIG_MODULE_FORCE_UNLOAD is not set
86549 -# CONFIG_MODVERSIONS is not set
86550 -# CONFIG_MODULE_SRCVERSION_ALL is not set
86551 -CONFIG_KMOD=y
86552 -CONFIG_BLOCK=y
86553 -CONFIG_LBD=y
86554 -# CONFIG_BLK_DEV_IO_TRACE is not set
86555 -# CONFIG_LSF is not set
86556 -# CONFIG_BLK_DEV_BSG is not set
86557 -
86558 -#
86559 -# IO Schedulers
86560 -#
86561 -CONFIG_IOSCHED_NOOP=y
86562 -CONFIG_IOSCHED_AS=y
86563 -CONFIG_IOSCHED_DEADLINE=y
86564 -CONFIG_IOSCHED_CFQ=y
86565 -CONFIG_DEFAULT_AS=y
86566 -# CONFIG_DEFAULT_DEADLINE is not set
86567 -# CONFIG_DEFAULT_CFQ is not set
86568 -# CONFIG_DEFAULT_NOOP is not set
86569 -CONFIG_DEFAULT_IOSCHED="anticipatory"
86570 -CONFIG_CLASSIC_RCU=y
86571 -# CONFIG_PREEMPT_RCU is not set
86572 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
86573 -
86574 -#
86575 -# Platform support
86576 -#
86577 -# CONFIG_PPC_MPC512x is not set
86578 -# CONFIG_PPC_MPC5121 is not set
86579 -# CONFIG_PPC_CELL is not set
86580 -# CONFIG_PPC_CELL_NATIVE is not set
86581 -# CONFIG_PQ2ADS is not set
86582 -# CONFIG_EP405 is not set
86583 -# CONFIG_KILAUEA is not set
86584 -# CONFIG_MAKALU is not set
86585 -CONFIG_WALNUT=y
86586 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
86587 -CONFIG_405GP=y
86588 -CONFIG_IBM405_ERR77=y
86589 -CONFIG_IBM405_ERR51=y
86590 -# CONFIG_IPIC is not set
86591 -# CONFIG_MPIC is not set
86592 -# CONFIG_MPIC_WEIRD is not set
86593 -# CONFIG_PPC_I8259 is not set
86594 -# CONFIG_PPC_RTAS is not set
86595 -# CONFIG_MMIO_NVRAM is not set
86596 -# CONFIG_PPC_MPC106 is not set
86597 -# CONFIG_PPC_970_NAP is not set
86598 -# CONFIG_PPC_INDIRECT_IO is not set
86599 -# CONFIG_GENERIC_IOMAP is not set
86600 -# CONFIG_CPU_FREQ is not set
86601 -# CONFIG_FSL_ULI1575 is not set
86602 -CONFIG_OF_RTC=y
86603 -
86604 -#
86605 -# Kernel options
86606 -#
86607 -# CONFIG_HIGHMEM is not set
86608 -# CONFIG_TICK_ONESHOT is not set
86609 -# CONFIG_NO_HZ is not set
86610 -# CONFIG_HIGH_RES_TIMERS is not set
86611 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
86612 -# CONFIG_HZ_100 is not set
86613 -CONFIG_HZ_250=y
86614 -# CONFIG_HZ_300 is not set
86615 -# CONFIG_HZ_1000 is not set
86616 -CONFIG_HZ=250
86617 -# CONFIG_SCHED_HRTICK is not set
86618 -CONFIG_PREEMPT_NONE=y
86619 -# CONFIG_PREEMPT_VOLUNTARY is not set
86620 -# CONFIG_PREEMPT is not set
86621 -CONFIG_RCU_TRACE=y
86622 -CONFIG_BINFMT_ELF=y
86623 -# CONFIG_BINFMT_MISC is not set
86624 -# CONFIG_MATH_EMULATION is not set
86625 -# CONFIG_IOMMU_HELPER is not set
86626 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
86627 -CONFIG_ARCH_HAS_WALK_MEMORY=y
86628 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
86629 -CONFIG_ARCH_FLATMEM_ENABLE=y
86630 -CONFIG_ARCH_POPULATES_NODE_MAP=y
86631 -CONFIG_SELECT_MEMORY_MODEL=y
86632 -CONFIG_FLATMEM_MANUAL=y
86633 -# CONFIG_DISCONTIGMEM_MANUAL is not set
86634 -# CONFIG_SPARSEMEM_MANUAL is not set
86635 -CONFIG_FLATMEM=y
86636 -CONFIG_FLAT_NODE_MEM_MAP=y
86637 -# CONFIG_SPARSEMEM_STATIC is not set
86638 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
86639 -CONFIG_SPLIT_PTLOCK_CPUS=4
86640 -CONFIG_RESOURCES_64BIT=y
86641 -CONFIG_ZONE_DMA_FLAG=1
86642 -CONFIG_BOUNCE=y
86643 -CONFIG_VIRT_TO_BUS=y
86644 -CONFIG_PROC_DEVICETREE=y
86645 -# CONFIG_CMDLINE_BOOL is not set
86646 -# CONFIG_PM is not set
86647 -CONFIG_SECCOMP=y
86648 -CONFIG_ISA_DMA_API=y
86649 -
86650 -#
86651 -# Bus options
86652 -#
86653 -CONFIG_ZONE_DMA=y
86654 -CONFIG_PPC_INDIRECT_PCI=y
86655 -CONFIG_PCI=y
86656 -CONFIG_PCI_DOMAINS=y
86657 -CONFIG_PCI_SYSCALL=y
86658 -# CONFIG_PCIEPORTBUS is not set
86659 -CONFIG_ARCH_SUPPORTS_MSI=y
86660 -# CONFIG_PCI_MSI is not set
86661 -# CONFIG_PCI_LEGACY is not set
86662 -# CONFIG_PCI_DEBUG is not set
86663 -# CONFIG_PCCARD is not set
86664 -# CONFIG_HOTPLUG_PCI is not set
86665 -
86666 -#
86667 -# Advanced setup
86668 -#
86669 -# CONFIG_ADVANCED_OPTIONS is not set
86670 -
86671 -#
86672 -# Default settings for advanced configuration options are used
86673 -#
86674 -CONFIG_HIGHMEM_START=0xfe000000
86675 -CONFIG_LOWMEM_SIZE=0x30000000
86676 -CONFIG_KERNEL_START=0xc0000000
86677 -CONFIG_TASK_SIZE=0xc0000000
86678 -CONFIG_CONSISTENT_START=0xff100000
86679 -CONFIG_CONSISTENT_SIZE=0x00200000
86680 -CONFIG_BOOT_LOAD=0x00400000
86681 -
86682 -#
86683 -# Networking
86684 -#
86685 -CONFIG_NET=y
86686 -
86687 -#
86688 -# Networking options
86689 -#
86690 -CONFIG_PACKET=y
86691 -# CONFIG_PACKET_MMAP is not set
86692 -CONFIG_UNIX=y
86693 -# CONFIG_NET_KEY is not set
86694 -CONFIG_INET=y
86695 -# CONFIG_IP_MULTICAST is not set
86696 -# CONFIG_IP_ADVANCED_ROUTER is not set
86697 -CONFIG_IP_FIB_HASH=y
86698 -CONFIG_IP_PNP=y
86699 -CONFIG_IP_PNP_DHCP=y
86700 -CONFIG_IP_PNP_BOOTP=y
86701 -# CONFIG_IP_PNP_RARP is not set
86702 -# CONFIG_NET_IPIP is not set
86703 -# CONFIG_NET_IPGRE is not set
86704 -# CONFIG_ARPD is not set
86705 -# CONFIG_SYN_COOKIES is not set
86706 -# CONFIG_INET_AH is not set
86707 -# CONFIG_INET_ESP is not set
86708 -# CONFIG_INET_IPCOMP is not set
86709 -# CONFIG_INET_XFRM_TUNNEL is not set
86710 -# CONFIG_INET_TUNNEL is not set
86711 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
86712 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
86713 -# CONFIG_INET_XFRM_MODE_BEET is not set
86714 -# CONFIG_INET_LRO is not set
86715 -CONFIG_INET_DIAG=y
86716 -CONFIG_INET_TCP_DIAG=y
86717 -# CONFIG_TCP_CONG_ADVANCED is not set
86718 -CONFIG_TCP_CONG_CUBIC=y
86719 -CONFIG_DEFAULT_TCP_CONG="cubic"
86720 -# CONFIG_TCP_MD5SIG is not set
86721 -# CONFIG_IPV6 is not set
86722 -# CONFIG_INET6_XFRM_TUNNEL is not set
86723 -# CONFIG_INET6_TUNNEL is not set
86724 -# CONFIG_NETWORK_SECMARK is not set
86725 -# CONFIG_NETFILTER is not set
86726 -# CONFIG_IP_DCCP is not set
86727 -# CONFIG_IP_SCTP is not set
86728 -# CONFIG_TIPC is not set
86729 -# CONFIG_ATM is not set
86730 -# CONFIG_BRIDGE is not set
86731 -# CONFIG_VLAN_8021Q is not set
86732 -# CONFIG_DECNET is not set
86733 -# CONFIG_LLC2 is not set
86734 -# CONFIG_IPX is not set
86735 -# CONFIG_ATALK is not set
86736 -# CONFIG_X25 is not set
86737 -# CONFIG_LAPB is not set
86738 -# CONFIG_ECONET is not set
86739 -# CONFIG_WAN_ROUTER is not set
86740 -# CONFIG_NET_SCHED is not set
86741 -
86742 -#
86743 -# Network testing
86744 -#
86745 -# CONFIG_NET_PKTGEN is not set
86746 -# CONFIG_HAMRADIO is not set
86747 -# CONFIG_CAN is not set
86748 -# CONFIG_IRDA is not set
86749 -# CONFIG_BT is not set
86750 -# CONFIG_AF_RXRPC is not set
86751 -
86752 -#
86753 -# Wireless
86754 -#
86755 -# CONFIG_CFG80211 is not set
86756 -# CONFIG_WIRELESS_EXT is not set
86757 -# CONFIG_MAC80211 is not set
86758 -# CONFIG_IEEE80211 is not set
86759 -# CONFIG_RFKILL is not set
86760 -# CONFIG_NET_9P is not set
86761 -
86762 -#
86763 -# Device Drivers
86764 -#
86765 -
86766 -#
86767 -# Generic Driver Options
86768 -#
86769 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
86770 -CONFIG_STANDALONE=y
86771 -CONFIG_PREVENT_FIRMWARE_BUILD=y
86772 -CONFIG_FW_LOADER=y
86773 -# CONFIG_DEBUG_DRIVER is not set
86774 -# CONFIG_DEBUG_DEVRES is not set
86775 -# CONFIG_SYS_HYPERVISOR is not set
86776 -CONFIG_CONNECTOR=y
86777 -CONFIG_PROC_EVENTS=y
86778 -CONFIG_MTD=y
86779 -# CONFIG_MTD_DEBUG is not set
86780 -# CONFIG_MTD_CONCAT is not set
86781 -CONFIG_MTD_PARTITIONS=y
86782 -# CONFIG_MTD_REDBOOT_PARTS is not set
86783 -CONFIG_MTD_CMDLINE_PARTS=y
86784 -CONFIG_MTD_OF_PARTS=y
86785 -
86786 -#
86787 -# User Modules And Translation Layers
86788 -#
86789 -CONFIG_MTD_CHAR=y
86790 -CONFIG_MTD_BLKDEVS=m
86791 -CONFIG_MTD_BLOCK=m
86792 -# CONFIG_MTD_BLOCK_RO is not set
86793 -# CONFIG_FTL is not set
86794 -# CONFIG_NFTL is not set
86795 -# CONFIG_INFTL is not set
86796 -# CONFIG_RFD_FTL is not set
86797 -# CONFIG_SSFDC is not set
86798 -# CONFIG_MTD_OOPS is not set
86799 -
86800 -#
86801 -# RAM/ROM/Flash chip drivers
86802 -#
86803 -CONFIG_MTD_CFI=y
86804 -CONFIG_MTD_JEDECPROBE=y
86805 -CONFIG_MTD_GEN_PROBE=y
86806 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
86807 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
86808 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
86809 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
86810 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
86811 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
86812 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
86813 -CONFIG_MTD_CFI_I1=y
86814 -CONFIG_MTD_CFI_I2=y
86815 -# CONFIG_MTD_CFI_I4 is not set
86816 -# CONFIG_MTD_CFI_I8 is not set
86817 -# CONFIG_MTD_CFI_INTELEXT is not set
86818 -CONFIG_MTD_CFI_AMDSTD=y
86819 -# CONFIG_MTD_CFI_STAA is not set
86820 -CONFIG_MTD_CFI_UTIL=y
86821 -# CONFIG_MTD_RAM is not set
86822 -# CONFIG_MTD_ROM is not set
86823 -# CONFIG_MTD_ABSENT is not set
86824 -
86825 -#
86826 -# Mapping drivers for chip access
86827 -#
86828 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
86829 -# CONFIG_MTD_PHYSMAP is not set
86830 -CONFIG_MTD_PHYSMAP_OF=y
86831 -# CONFIG_MTD_INTEL_VR_NOR is not set
86832 -# CONFIG_MTD_PLATRAM is not set
86833 -
86834 -#
86835 -# Self-contained MTD device drivers
86836 -#
86837 -# CONFIG_MTD_PMC551 is not set
86838 -# CONFIG_MTD_SLRAM is not set
86839 -# CONFIG_MTD_PHRAM is not set
86840 -# CONFIG_MTD_MTDRAM is not set
86841 -# CONFIG_MTD_BLOCK2MTD is not set
86842 -
86843 -#
86844 -# Disk-On-Chip Device Drivers
86845 -#
86846 -# CONFIG_MTD_DOC2000 is not set
86847 -# CONFIG_MTD_DOC2001 is not set
86848 -# CONFIG_MTD_DOC2001PLUS is not set
86849 -# CONFIG_MTD_NAND is not set
86850 -# CONFIG_MTD_ONENAND is not set
86851 -
86852 -#
86853 -# UBI - Unsorted block images
86854 -#
86855 -# CONFIG_MTD_UBI is not set
86856 -CONFIG_OF_DEVICE=y
86857 -# CONFIG_PARPORT is not set
86858 -CONFIG_BLK_DEV=y
86859 -# CONFIG_BLK_DEV_FD is not set
86860 -# CONFIG_BLK_CPQ_DA is not set
86861 -# CONFIG_BLK_CPQ_CISS_DA is not set
86862 -# CONFIG_BLK_DEV_DAC960 is not set
86863 -# CONFIG_BLK_DEV_UMEM is not set
86864 -# CONFIG_BLK_DEV_COW_COMMON is not set
86865 -# CONFIG_BLK_DEV_LOOP is not set
86866 -# CONFIG_BLK_DEV_NBD is not set
86867 -# CONFIG_BLK_DEV_SX8 is not set
86868 -CONFIG_BLK_DEV_RAM=y
86869 -CONFIG_BLK_DEV_RAM_COUNT=16
86870 -CONFIG_BLK_DEV_RAM_SIZE=35000
86871 -# CONFIG_BLK_DEV_XIP is not set
86872 -# CONFIG_CDROM_PKTCDVD is not set
86873 -# CONFIG_ATA_OVER_ETH is not set
86874 -# CONFIG_XILINX_SYSACE is not set
86875 -CONFIG_MISC_DEVICES=y
86876 -# CONFIG_PHANTOM is not set
86877 -# CONFIG_EEPROM_93CX6 is not set
86878 -# CONFIG_SGI_IOC4 is not set
86879 -# CONFIG_TIFM_CORE is not set
86880 -# CONFIG_ENCLOSURE_SERVICES is not set
86881 -CONFIG_HAVE_IDE=y
86882 -# CONFIG_IDE is not set
86883 -
86884 -#
86885 -# SCSI device support
86886 -#
86887 -# CONFIG_RAID_ATTRS is not set
86888 -# CONFIG_SCSI is not set
86889 -# CONFIG_SCSI_DMA is not set
86890 -# CONFIG_SCSI_NETLINK is not set
86891 -# CONFIG_ATA is not set
86892 -# CONFIG_MD is not set
86893 -# CONFIG_FUSION is not set
86894 -
86895 -#
86896 -# IEEE 1394 (FireWire) support
86897 -#
86898 -# CONFIG_FIREWIRE is not set
86899 -# CONFIG_IEEE1394 is not set
86900 -# CONFIG_I2O is not set
86901 -# CONFIG_MACINTOSH_DRIVERS is not set
86902 -CONFIG_NETDEVICES=y
86903 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
86904 -# CONFIG_DUMMY is not set
86905 -# CONFIG_BONDING is not set
86906 -# CONFIG_MACVLAN is not set
86907 -# CONFIG_EQUALIZER is not set
86908 -# CONFIG_TUN is not set
86909 -# CONFIG_VETH is not set
86910 -# CONFIG_ARCNET is not set
86911 -# CONFIG_PHYLIB is not set
86912 -CONFIG_NET_ETHERNET=y
86913 -# CONFIG_MII is not set
86914 -# CONFIG_HAPPYMEAL is not set
86915 -# CONFIG_SUNGEM is not set
86916 -# CONFIG_CASSINI is not set
86917 -# CONFIG_NET_VENDOR_3COM is not set
86918 -# CONFIG_NET_TULIP is not set
86919 -# CONFIG_HP100 is not set
86920 -CONFIG_IBM_NEW_EMAC=y
86921 -CONFIG_IBM_NEW_EMAC_RXB=128
86922 -CONFIG_IBM_NEW_EMAC_TXB=64
86923 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
86924 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
86925 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
86926 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
86927 -CONFIG_IBM_NEW_EMAC_ZMII=y
86928 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
86929 -# CONFIG_IBM_NEW_EMAC_TAH is not set
86930 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
86931 -# CONFIG_NET_PCI is not set
86932 -# CONFIG_B44 is not set
86933 -CONFIG_NETDEV_1000=y
86934 -# CONFIG_ACENIC is not set
86935 -# CONFIG_DL2K is not set
86936 -# CONFIG_E1000 is not set
86937 -# CONFIG_E1000E is not set
86938 -# CONFIG_E1000E_ENABLED is not set
86939 -# CONFIG_IP1000 is not set
86940 -# CONFIG_IGB is not set
86941 -# CONFIG_NS83820 is not set
86942 -# CONFIG_HAMACHI is not set
86943 -# CONFIG_YELLOWFIN is not set
86944 -# CONFIG_R8169 is not set
86945 -# CONFIG_SIS190 is not set
86946 -# CONFIG_SKGE is not set
86947 -# CONFIG_SKY2 is not set
86948 -# CONFIG_SK98LIN is not set
86949 -# CONFIG_VIA_VELOCITY is not set
86950 -# CONFIG_TIGON3 is not set
86951 -# CONFIG_BNX2 is not set
86952 -# CONFIG_QLA3XXX is not set
86953 -# CONFIG_ATL1 is not set
86954 -CONFIG_NETDEV_10000=y
86955 -# CONFIG_CHELSIO_T1 is not set
86956 -# CONFIG_CHELSIO_T3 is not set
86957 -# CONFIG_IXGBE is not set
86958 -# CONFIG_IXGB is not set
86959 -# CONFIG_S2IO is not set
86960 -# CONFIG_MYRI10GE is not set
86961 -# CONFIG_NETXEN_NIC is not set
86962 -# CONFIG_NIU is not set
86963 -# CONFIG_MLX4_CORE is not set
86964 -# CONFIG_TEHUTI is not set
86965 -# CONFIG_BNX2X is not set
86966 -# CONFIG_TR is not set
86967 -
86968 -#
86969 -# Wireless LAN
86970 -#
86971 -# CONFIG_WLAN_PRE80211 is not set
86972 -# CONFIG_WLAN_80211 is not set
86973 -# CONFIG_WAN is not set
86974 -# CONFIG_FDDI is not set
86975 -# CONFIG_HIPPI is not set
86976 -# CONFIG_PPP is not set
86977 -# CONFIG_SLIP is not set
86978 -# CONFIG_NETCONSOLE is not set
86979 -# CONFIG_NETPOLL is not set
86980 -# CONFIG_NET_POLL_CONTROLLER is not set
86981 -# CONFIG_ISDN is not set
86982 -# CONFIG_PHONE is not set
86983 -
86984 -#
86985 -# Input device support
86986 -#
86987 -# CONFIG_INPUT is not set
86988 -
86989 -#
86990 -# Hardware I/O ports
86991 -#
86992 -# CONFIG_SERIO is not set
86993 -# CONFIG_GAMEPORT is not set
86994 -
86995 -#
86996 -# Character devices
86997 -#
86998 -# CONFIG_VT is not set
86999 -# CONFIG_SERIAL_NONSTANDARD is not set
87000 -# CONFIG_NOZOMI is not set
87001 -
87002 -#
87003 -# Serial drivers
87004 -#
87005 -CONFIG_SERIAL_8250=y
87006 -CONFIG_SERIAL_8250_CONSOLE=y
87007 -CONFIG_SERIAL_8250_PCI=y
87008 -CONFIG_SERIAL_8250_NR_UARTS=4
87009 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
87010 -CONFIG_SERIAL_8250_EXTENDED=y
87011 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
87012 -CONFIG_SERIAL_8250_SHARE_IRQ=y
87013 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
87014 -# CONFIG_SERIAL_8250_RSA is not set
87015 -
87016 -#
87017 -# Non-8250 serial port support
87018 -#
87019 -# CONFIG_SERIAL_UARTLITE is not set
87020 -CONFIG_SERIAL_CORE=y
87021 -CONFIG_SERIAL_CORE_CONSOLE=y
87022 -# CONFIG_SERIAL_JSM is not set
87023 -CONFIG_SERIAL_OF_PLATFORM=y
87024 -CONFIG_UNIX98_PTYS=y
87025 -CONFIG_LEGACY_PTYS=y
87026 -CONFIG_LEGACY_PTY_COUNT=256
87027 -# CONFIG_IPMI_HANDLER is not set
87028 -# CONFIG_HW_RANDOM is not set
87029 -# CONFIG_NVRAM is not set
87030 -# CONFIG_GEN_RTC is not set
87031 -# CONFIG_R3964 is not set
87032 -# CONFIG_APPLICOM is not set
87033 -# CONFIG_RAW_DRIVER is not set
87034 -# CONFIG_TCG_TPM is not set
87035 -CONFIG_DEVPORT=y
87036 -# CONFIG_I2C is not set
87037 -
87038 -#
87039 -# SPI support
87040 -#
87041 -# CONFIG_SPI is not set
87042 -# CONFIG_SPI_MASTER is not set
87043 -# CONFIG_W1 is not set
87044 -# CONFIG_POWER_SUPPLY is not set
87045 -# CONFIG_HWMON is not set
87046 -CONFIG_THERMAL=y
87047 -# CONFIG_WATCHDOG is not set
87048 -
87049 -#
87050 -# Sonics Silicon Backplane
87051 -#
87052 -CONFIG_SSB_POSSIBLE=y
87053 -# CONFIG_SSB is not set
87054 -
87055 -#
87056 -# Multifunction device drivers
87057 -#
87058 -# CONFIG_MFD_SM501 is not set
87059 -
87060 -#
87061 -# Multimedia devices
87062 -#
87063 -# CONFIG_VIDEO_DEV is not set
87064 -# CONFIG_DVB_CORE is not set
87065 -# CONFIG_DAB is not set
87066 -
87067 -#
87068 -# Graphics support
87069 -#
87070 -# CONFIG_AGP is not set
87071 -# CONFIG_DRM is not set
87072 -# CONFIG_VGASTATE is not set
87073 -CONFIG_VIDEO_OUTPUT_CONTROL=m
87074 -# CONFIG_FB is not set
87075 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
87076 -
87077 -#
87078 -# Display device support
87079 -#
87080 -# CONFIG_DISPLAY_SUPPORT is not set
87081 -
87082 -#
87083 -# Sound
87084 -#
87085 -# CONFIG_SOUND is not set
87086 -CONFIG_USB_SUPPORT=y
87087 -CONFIG_USB_ARCH_HAS_HCD=y
87088 -CONFIG_USB_ARCH_HAS_OHCI=y
87089 -CONFIG_USB_ARCH_HAS_EHCI=y
87090 -# CONFIG_USB is not set
87091 -
87092 -#
87093 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
87094 -#
87095 -# CONFIG_USB_GADGET is not set
87096 -# CONFIG_MMC is not set
87097 -# CONFIG_MEMSTICK is not set
87098 -# CONFIG_NEW_LEDS is not set
87099 -# CONFIG_INFINIBAND is not set
87100 -# CONFIG_EDAC is not set
87101 -# CONFIG_RTC_CLASS is not set
87102 -
87103 -#
87104 -# Userspace I/O
87105 -#
87106 -# CONFIG_UIO is not set
87107 -
87108 -#
87109 -# File systems
87110 -#
87111 -CONFIG_EXT2_FS=y
87112 -# CONFIG_EXT2_FS_XATTR is not set
87113 -# CONFIG_EXT2_FS_XIP is not set
87114 -# CONFIG_EXT3_FS is not set
87115 -# CONFIG_EXT4DEV_FS is not set
87116 -# CONFIG_REISERFS_FS is not set
87117 -# CONFIG_JFS_FS is not set
87118 -# CONFIG_FS_POSIX_ACL is not set
87119 -# CONFIG_XFS_FS is not set
87120 -# CONFIG_GFS2_FS is not set
87121 -# CONFIG_OCFS2_FS is not set
87122 -CONFIG_DNOTIFY=y
87123 -CONFIG_INOTIFY=y
87124 -CONFIG_INOTIFY_USER=y
87125 -# CONFIG_QUOTA is not set
87126 -# CONFIG_AUTOFS_FS is not set
87127 -# CONFIG_AUTOFS4_FS is not set
87128 -# CONFIG_FUSE_FS is not set
87129 -
87130 -#
87131 -# CD-ROM/DVD Filesystems
87132 -#
87133 -# CONFIG_ISO9660_FS is not set
87134 -# CONFIG_UDF_FS is not set
87135 -
87136 -#
87137 -# DOS/FAT/NT Filesystems
87138 -#
87139 -# CONFIG_MSDOS_FS is not set
87140 -# CONFIG_VFAT_FS is not set
87141 -# CONFIG_NTFS_FS is not set
87142 -
87143 -#
87144 -# Pseudo filesystems
87145 -#
87146 -CONFIG_PROC_FS=y
87147 -CONFIG_PROC_KCORE=y
87148 -CONFIG_PROC_SYSCTL=y
87149 -CONFIG_SYSFS=y
87150 -CONFIG_TMPFS=y
87151 -# CONFIG_TMPFS_POSIX_ACL is not set
87152 -# CONFIG_HUGETLB_PAGE is not set
87153 -# CONFIG_CONFIGFS_FS is not set
87154 -
87155 -#
87156 -# Miscellaneous filesystems
87157 -#
87158 -# CONFIG_ADFS_FS is not set
87159 -# CONFIG_AFFS_FS is not set
87160 -# CONFIG_HFS_FS is not set
87161 -# CONFIG_HFSPLUS_FS is not set
87162 -# CONFIG_BEFS_FS is not set
87163 -# CONFIG_BFS_FS is not set
87164 -# CONFIG_EFS_FS is not set
87165 -# CONFIG_JFFS2_FS is not set
87166 -CONFIG_CRAMFS=y
87167 -# CONFIG_VXFS_FS is not set
87168 -# CONFIG_MINIX_FS is not set
87169 -# CONFIG_HPFS_FS is not set
87170 -# CONFIG_QNX4FS_FS is not set
87171 -# CONFIG_ROMFS_FS is not set
87172 -# CONFIG_SYSV_FS is not set
87173 -# CONFIG_UFS_FS is not set
87174 -CONFIG_NETWORK_FILESYSTEMS=y
87175 -CONFIG_NFS_FS=y
87176 -CONFIG_NFS_V3=y
87177 -# CONFIG_NFS_V3_ACL is not set
87178 -# CONFIG_NFS_V4 is not set
87179 -# CONFIG_NFS_DIRECTIO is not set
87180 -# CONFIG_NFSD is not set
87181 -CONFIG_ROOT_NFS=y
87182 -CONFIG_LOCKD=y
87183 -CONFIG_LOCKD_V4=y
87184 -CONFIG_NFS_COMMON=y
87185 -CONFIG_SUNRPC=y
87186 -# CONFIG_SUNRPC_BIND34 is not set
87187 -# CONFIG_RPCSEC_GSS_KRB5 is not set
87188 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
87189 -# CONFIG_SMB_FS is not set
87190 -# CONFIG_CIFS is not set
87191 -# CONFIG_NCP_FS is not set
87192 -# CONFIG_CODA_FS is not set
87193 -# CONFIG_AFS_FS is not set
87194 -
87195 -#
87196 -# Partition Types
87197 -#
87198 -# CONFIG_PARTITION_ADVANCED is not set
87199 -CONFIG_MSDOS_PARTITION=y
87200 -# CONFIG_NLS is not set
87201 -# CONFIG_DLM is not set
87202 -
87203 -#
87204 -# Library routines
87205 -#
87206 -CONFIG_BITREVERSE=y
87207 -# CONFIG_CRC_CCITT is not set
87208 -# CONFIG_CRC16 is not set
87209 -# CONFIG_CRC_ITU_T is not set
87210 -CONFIG_CRC32=y
87211 -# CONFIG_CRC7 is not set
87212 -# CONFIG_LIBCRC32C is not set
87213 -CONFIG_ZLIB_INFLATE=y
87214 -CONFIG_PLIST=y
87215 -CONFIG_HAS_IOMEM=y
87216 -CONFIG_HAS_IOPORT=y
87217 -CONFIG_HAS_DMA=y
87218 -
87219 -#
87220 -# Kernel hacking
87221 -#
87222 -# CONFIG_PRINTK_TIME is not set
87223 -CONFIG_ENABLE_WARN_DEPRECATED=y
87224 -CONFIG_ENABLE_MUST_CHECK=y
87225 -CONFIG_MAGIC_SYSRQ=y
87226 -# CONFIG_UNUSED_SYMBOLS is not set
87227 -CONFIG_DEBUG_FS=y
87228 -# CONFIG_HEADERS_CHECK is not set
87229 -CONFIG_DEBUG_KERNEL=y
87230 -# CONFIG_DEBUG_SHIRQ is not set
87231 -CONFIG_DETECT_SOFTLOCKUP=y
87232 -CONFIG_SCHED_DEBUG=y
87233 -# CONFIG_SCHEDSTATS is not set
87234 -# CONFIG_TIMER_STATS is not set
87235 -# CONFIG_SLUB_DEBUG_ON is not set
87236 -# CONFIG_SLUB_STATS is not set
87237 -# CONFIG_DEBUG_RT_MUTEXES is not set
87238 -# CONFIG_RT_MUTEX_TESTER is not set
87239 -# CONFIG_DEBUG_SPINLOCK is not set
87240 -# CONFIG_DEBUG_MUTEXES is not set
87241 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
87242 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
87243 -# CONFIG_DEBUG_KOBJECT is not set
87244 -CONFIG_DEBUG_BUGVERBOSE=y
87245 -# CONFIG_DEBUG_INFO is not set
87246 -# CONFIG_DEBUG_VM is not set
87247 -# CONFIG_DEBUG_LIST is not set
87248 -# CONFIG_DEBUG_SG is not set
87249 -# CONFIG_BOOT_PRINTK_DELAY is not set
87250 -# CONFIG_RCU_TORTURE_TEST is not set
87251 -# CONFIG_BACKTRACE_SELF_TEST is not set
87252 -# CONFIG_FAULT_INJECTION is not set
87253 -# CONFIG_SAMPLES is not set
87254 -# CONFIG_DEBUG_STACKOVERFLOW is not set
87255 -# CONFIG_DEBUG_STACK_USAGE is not set
87256 -# CONFIG_DEBUG_PAGEALLOC is not set
87257 -# CONFIG_DEBUGGER is not set
87258 -# CONFIG_VIRQ_DEBUG is not set
87259 -# CONFIG_BDI_SWITCH is not set
87260 -# CONFIG_PPC_EARLY_DEBUG is not set
87261 -
87262 -#
87263 -# Security options
87264 -#
87265 -# CONFIG_KEYS is not set
87266 -# CONFIG_SECURITY is not set
87267 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
87268 -CONFIG_CRYPTO=y
87269 -CONFIG_CRYPTO_ALGAPI=y
87270 -CONFIG_CRYPTO_BLKCIPHER=y
87271 -# CONFIG_CRYPTO_SEQIV is not set
87272 -CONFIG_CRYPTO_MANAGER=y
87273 -# CONFIG_CRYPTO_HMAC is not set
87274 -# CONFIG_CRYPTO_XCBC is not set
87275 -# CONFIG_CRYPTO_NULL is not set
87276 -# CONFIG_CRYPTO_MD4 is not set
87277 -CONFIG_CRYPTO_MD5=y
87278 -# CONFIG_CRYPTO_SHA1 is not set
87279 -# CONFIG_CRYPTO_SHA256 is not set
87280 -# CONFIG_CRYPTO_SHA512 is not set
87281 -# CONFIG_CRYPTO_WP512 is not set
87282 -# CONFIG_CRYPTO_TGR192 is not set
87283 -# CONFIG_CRYPTO_GF128MUL is not set
87284 -CONFIG_CRYPTO_ECB=y
87285 -CONFIG_CRYPTO_CBC=y
87286 -CONFIG_CRYPTO_PCBC=y
87287 -# CONFIG_CRYPTO_LRW is not set
87288 -# CONFIG_CRYPTO_XTS is not set
87289 -# CONFIG_CRYPTO_CTR is not set
87290 -# CONFIG_CRYPTO_GCM is not set
87291 -# CONFIG_CRYPTO_CCM is not set
87292 -# CONFIG_CRYPTO_CRYPTD is not set
87293 -CONFIG_CRYPTO_DES=y
87294 -# CONFIG_CRYPTO_FCRYPT is not set
87295 -# CONFIG_CRYPTO_BLOWFISH is not set
87296 -# CONFIG_CRYPTO_TWOFISH is not set
87297 -# CONFIG_CRYPTO_SERPENT is not set
87298 -# CONFIG_CRYPTO_AES is not set
87299 -# CONFIG_CRYPTO_CAST5 is not set
87300 -# CONFIG_CRYPTO_CAST6 is not set
87301 -# CONFIG_CRYPTO_TEA is not set
87302 -# CONFIG_CRYPTO_ARC4 is not set
87303 -# CONFIG_CRYPTO_KHAZAD is not set
87304 -# CONFIG_CRYPTO_ANUBIS is not set
87305 -# CONFIG_CRYPTO_SEED is not set
87306 -# CONFIG_CRYPTO_SALSA20 is not set
87307 -# CONFIG_CRYPTO_DEFLATE is not set
87308 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
87309 -# CONFIG_CRYPTO_CRC32C is not set
87310 -# CONFIG_CRYPTO_CAMELLIA is not set
87311 -# CONFIG_CRYPTO_TEST is not set
87312 -# CONFIG_CRYPTO_AUTHENC is not set
87313 -# CONFIG_CRYPTO_LZO is not set
87314 -CONFIG_CRYPTO_HW=y
87315 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
87316 -# CONFIG_PPC_CLOCK is not set
87317 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/warp_defconfig powerpc.git/arch/powerpc/configs/warp_defconfig
87318 --- linux-2.6.25-rc9/arch/powerpc/configs/warp_defconfig        2008-04-11 22:32:29.000000000 +0200
87319 +++ powerpc.git/arch/powerpc/configs/warp_defconfig     1970-01-01 01:00:00.000000000 +0100
87320 @@ -1,1110 +0,0 @@
87321 -#
87322 -# Automatically generated make config: don't edit
87323 -# Linux kernel version: 2.6.25-rc2
87324 -# Fri Feb 15 21:54:43 2008
87325 -#
87326 -# CONFIG_PPC64 is not set
87327 -
87328 -#
87329 -# Processor support
87330 -#
87331 -# CONFIG_6xx is not set
87332 -# CONFIG_PPC_85xx is not set
87333 -# CONFIG_PPC_8xx is not set
87334 -# CONFIG_40x is not set
87335 -CONFIG_44x=y
87336 -# CONFIG_E200 is not set
87337 -CONFIG_PPC_FPU=y
87338 -CONFIG_4xx=y
87339 -CONFIG_BOOKE=y
87340 -CONFIG_PTE_64BIT=y
87341 -CONFIG_PHYS_64BIT=y
87342 -# CONFIG_PPC_MM_SLICES is not set
87343 -CONFIG_NOT_COHERENT_CACHE=y
87344 -CONFIG_PPC32=y
87345 -CONFIG_WORD_SIZE=32
87346 -CONFIG_PPC_MERGE=y
87347 -CONFIG_MMU=y
87348 -CONFIG_GENERIC_CMOS_UPDATE=y
87349 -CONFIG_GENERIC_TIME=y
87350 -CONFIG_GENERIC_TIME_VSYSCALL=y
87351 -CONFIG_GENERIC_CLOCKEVENTS=y
87352 -CONFIG_GENERIC_HARDIRQS=y
87353 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
87354 -CONFIG_IRQ_PER_CPU=y
87355 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
87356 -CONFIG_ARCH_HAS_ILOG2_U32=y
87357 -CONFIG_GENERIC_HWEIGHT=y
87358 -CONFIG_GENERIC_CALIBRATE_DELAY=y
87359 -CONFIG_GENERIC_FIND_NEXT_BIT=y
87360 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
87361 -CONFIG_PPC=y
87362 -CONFIG_EARLY_PRINTK=y
87363 -CONFIG_GENERIC_NVRAM=y
87364 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
87365 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
87366 -CONFIG_PPC_OF=y
87367 -CONFIG_OF=y
87368 -CONFIG_PPC_UDBG_16550=y
87369 -# CONFIG_GENERIC_TBSYNC is not set
87370 -CONFIG_AUDIT_ARCH=y
87371 -CONFIG_GENERIC_BUG=y
87372 -# CONFIG_DEFAULT_UIMAGE is not set
87373 -CONFIG_PPC_DCR_NATIVE=y
87374 -# CONFIG_PPC_DCR_MMIO is not set
87375 -CONFIG_PPC_DCR=y
87376 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
87377 -
87378 -#
87379 -# General setup
87380 -#
87381 -CONFIG_EXPERIMENTAL=y
87382 -CONFIG_BROKEN_ON_SMP=y
87383 -CONFIG_INIT_ENV_ARG_LIMIT=32
87384 -CONFIG_LOCALVERSION="-pika"
87385 -# CONFIG_LOCALVERSION_AUTO is not set
87386 -CONFIG_SWAP=y
87387 -CONFIG_SYSVIPC=y
87388 -CONFIG_SYSVIPC_SYSCTL=y
87389 -# CONFIG_POSIX_MQUEUE is not set
87390 -# CONFIG_BSD_PROCESS_ACCT is not set
87391 -# CONFIG_TASKSTATS is not set
87392 -# CONFIG_AUDIT is not set
87393 -# CONFIG_IKCONFIG is not set
87394 -CONFIG_LOG_BUF_SHIFT=14
87395 -# CONFIG_CGROUPS is not set
87396 -CONFIG_GROUP_SCHED=y
87397 -CONFIG_FAIR_GROUP_SCHED=y
87398 -# CONFIG_RT_GROUP_SCHED is not set
87399 -CONFIG_USER_SCHED=y
87400 -# CONFIG_CGROUP_SCHED is not set
87401 -CONFIG_SYSFS_DEPRECATED=y
87402 -# CONFIG_RELAY is not set
87403 -# CONFIG_NAMESPACES is not set
87404 -CONFIG_BLK_DEV_INITRD=y
87405 -CONFIG_INITRAMFS_SOURCE=""
87406 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
87407 -CONFIG_SYSCTL=y
87408 -CONFIG_EMBEDDED=y
87409 -CONFIG_SYSCTL_SYSCALL=y
87410 -CONFIG_KALLSYMS=y
87411 -# CONFIG_KALLSYMS_ALL is not set
87412 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
87413 -# CONFIG_HOTPLUG is not set
87414 -CONFIG_PRINTK=y
87415 -CONFIG_BUG=y
87416 -CONFIG_ELF_CORE=y
87417 -CONFIG_COMPAT_BRK=y
87418 -CONFIG_BASE_FULL=y
87419 -CONFIG_FUTEX=y
87420 -CONFIG_ANON_INODES=y
87421 -CONFIG_EPOLL=y
87422 -CONFIG_SIGNALFD=y
87423 -CONFIG_TIMERFD=y
87424 -CONFIG_EVENTFD=y
87425 -CONFIG_SHMEM=y
87426 -CONFIG_VM_EVENT_COUNTERS=y
87427 -CONFIG_SLAB=y
87428 -# CONFIG_SLUB is not set
87429 -# CONFIG_SLOB is not set
87430 -# CONFIG_PROFILING is not set
87431 -# CONFIG_MARKERS is not set
87432 -CONFIG_HAVE_OPROFILE=y
87433 -# CONFIG_KPROBES is not set
87434 -CONFIG_HAVE_KPROBES=y
87435 -CONFIG_PROC_PAGE_MONITOR=y
87436 -CONFIG_SLABINFO=y
87437 -CONFIG_RT_MUTEXES=y
87438 -# CONFIG_TINY_SHMEM is not set
87439 -CONFIG_BASE_SMALL=0
87440 -CONFIG_MODULES=y
87441 -CONFIG_MODULE_UNLOAD=y
87442 -# CONFIG_MODULE_FORCE_UNLOAD is not set
87443 -# CONFIG_MODVERSIONS is not set
87444 -# CONFIG_MODULE_SRCVERSION_ALL is not set
87445 -CONFIG_KMOD=y
87446 -CONFIG_BLOCK=y
87447 -# CONFIG_LBD is not set
87448 -# CONFIG_BLK_DEV_IO_TRACE is not set
87449 -# CONFIG_LSF is not set
87450 -# CONFIG_BLK_DEV_BSG is not set
87451 -
87452 -#
87453 -# IO Schedulers
87454 -#
87455 -CONFIG_IOSCHED_NOOP=y
87456 -CONFIG_IOSCHED_AS=y
87457 -CONFIG_IOSCHED_DEADLINE=y
87458 -CONFIG_IOSCHED_CFQ=y
87459 -CONFIG_DEFAULT_AS=y
87460 -# CONFIG_DEFAULT_DEADLINE is not set
87461 -# CONFIG_DEFAULT_CFQ is not set
87462 -# CONFIG_DEFAULT_NOOP is not set
87463 -CONFIG_DEFAULT_IOSCHED="anticipatory"
87464 -CONFIG_CLASSIC_RCU=y
87465 -# CONFIG_PREEMPT_RCU is not set
87466 -
87467 -#
87468 -# Platform support
87469 -#
87470 -# CONFIG_PPC_MPC512x is not set
87471 -# CONFIG_PPC_MPC5121 is not set
87472 -# CONFIG_PPC_CELL is not set
87473 -# CONFIG_PPC_CELL_NATIVE is not set
87474 -# CONFIG_PQ2ADS is not set
87475 -# CONFIG_BAMBOO is not set
87476 -# CONFIG_EBONY is not set
87477 -# CONFIG_SEQUOIA is not set
87478 -# CONFIG_TAISHAN is not set
87479 -# CONFIG_KATMAI is not set
87480 -# CONFIG_RAINIER is not set
87481 -CONFIG_WARP=y
87482 -CONFIG_440EP=y
87483 -CONFIG_IBM440EP_ERR42=y
87484 -# CONFIG_IPIC is not set
87485 -# CONFIG_MPIC is not set
87486 -# CONFIG_MPIC_WEIRD is not set
87487 -# CONFIG_PPC_I8259 is not set
87488 -# CONFIG_PPC_RTAS is not set
87489 -# CONFIG_MMIO_NVRAM is not set
87490 -# CONFIG_PPC_MPC106 is not set
87491 -# CONFIG_PPC_970_NAP is not set
87492 -# CONFIG_PPC_INDIRECT_IO is not set
87493 -# CONFIG_GENERIC_IOMAP is not set
87494 -# CONFIG_CPU_FREQ is not set
87495 -# CONFIG_FSL_ULI1575 is not set
87496 -
87497 -#
87498 -# Kernel options
87499 -#
87500 -# CONFIG_HIGHMEM is not set
87501 -# CONFIG_TICK_ONESHOT is not set
87502 -# CONFIG_NO_HZ is not set
87503 -# CONFIG_HIGH_RES_TIMERS is not set
87504 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
87505 -# CONFIG_HZ_100 is not set
87506 -# CONFIG_HZ_250 is not set
87507 -# CONFIG_HZ_300 is not set
87508 -CONFIG_HZ_1000=y
87509 -CONFIG_HZ=1000
87510 -# CONFIG_SCHED_HRTICK is not set
87511 -CONFIG_PREEMPT_NONE=y
87512 -# CONFIG_PREEMPT_VOLUNTARY is not set
87513 -# CONFIG_PREEMPT is not set
87514 -CONFIG_RCU_TRACE=y
87515 -CONFIG_BINFMT_ELF=y
87516 -# CONFIG_BINFMT_MISC is not set
87517 -# CONFIG_MATH_EMULATION is not set
87518 -# CONFIG_IOMMU_HELPER is not set
87519 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
87520 -CONFIG_ARCH_HAS_WALK_MEMORY=y
87521 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
87522 -CONFIG_ARCH_FLATMEM_ENABLE=y
87523 -CONFIG_ARCH_POPULATES_NODE_MAP=y
87524 -CONFIG_SELECT_MEMORY_MODEL=y
87525 -CONFIG_FLATMEM_MANUAL=y
87526 -# CONFIG_DISCONTIGMEM_MANUAL is not set
87527 -# CONFIG_SPARSEMEM_MANUAL is not set
87528 -CONFIG_FLATMEM=y
87529 -CONFIG_FLAT_NODE_MEM_MAP=y
87530 -# CONFIG_SPARSEMEM_STATIC is not set
87531 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
87532 -CONFIG_SPLIT_PTLOCK_CPUS=4
87533 -CONFIG_RESOURCES_64BIT=y
87534 -CONFIG_ZONE_DMA_FLAG=1
87535 -CONFIG_BOUNCE=y
87536 -CONFIG_VIRT_TO_BUS=y
87537 -CONFIG_PROC_DEVICETREE=y
87538 -CONFIG_CMDLINE_BOOL=y
87539 -CONFIG_CMDLINE="ip=on"
87540 -CONFIG_SECCOMP=y
87541 -CONFIG_ISA_DMA_API=y
87542 -
87543 -#
87544 -# Bus options
87545 -#
87546 -CONFIG_ZONE_DMA=y
87547 -# CONFIG_PCI is not set
87548 -# CONFIG_PCI_DOMAINS is not set
87549 -# CONFIG_PCI_SYSCALL is not set
87550 -# CONFIG_ARCH_SUPPORTS_MSI is not set
87551 -
87552 -#
87553 -# Advanced setup
87554 -#
87555 -# CONFIG_ADVANCED_OPTIONS is not set
87556 -
87557 -#
87558 -# Default settings for advanced configuration options are used
87559 -#
87560 -CONFIG_HIGHMEM_START=0xfe000000
87561 -CONFIG_LOWMEM_SIZE=0x30000000
87562 -CONFIG_KERNEL_START=0xc0000000
87563 -CONFIG_TASK_SIZE=0xc0000000
87564 -CONFIG_CONSISTENT_START=0xff100000
87565 -CONFIG_CONSISTENT_SIZE=0x00200000
87566 -CONFIG_BOOT_LOAD=0x01000000
87567 -
87568 -#
87569 -# Networking
87570 -#
87571 -CONFIG_NET=y
87572 -
87573 -#
87574 -# Networking options
87575 -#
87576 -CONFIG_PACKET=y
87577 -# CONFIG_PACKET_MMAP is not set
87578 -CONFIG_UNIX=y
87579 -CONFIG_XFRM=y
87580 -# CONFIG_XFRM_USER is not set
87581 -# CONFIG_XFRM_SUB_POLICY is not set
87582 -# CONFIG_XFRM_MIGRATE is not set
87583 -# CONFIG_XFRM_STATISTICS is not set
87584 -# CONFIG_NET_KEY is not set
87585 -CONFIG_INET=y
87586 -# CONFIG_IP_MULTICAST is not set
87587 -# CONFIG_IP_ADVANCED_ROUTER is not set
87588 -CONFIG_IP_FIB_HASH=y
87589 -CONFIG_IP_PNP=y
87590 -CONFIG_IP_PNP_DHCP=y
87591 -# CONFIG_IP_PNP_BOOTP is not set
87592 -# CONFIG_IP_PNP_RARP is not set
87593 -# CONFIG_NET_IPIP is not set
87594 -# CONFIG_NET_IPGRE is not set
87595 -# CONFIG_ARPD is not set
87596 -# CONFIG_SYN_COOKIES is not set
87597 -# CONFIG_INET_AH is not set
87598 -# CONFIG_INET_ESP is not set
87599 -# CONFIG_INET_IPCOMP is not set
87600 -# CONFIG_INET_XFRM_TUNNEL is not set
87601 -# CONFIG_INET_TUNNEL is not set
87602 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
87603 -CONFIG_INET_XFRM_MODE_TUNNEL=y
87604 -CONFIG_INET_XFRM_MODE_BEET=y
87605 -# CONFIG_INET_LRO is not set
87606 -CONFIG_INET_DIAG=y
87607 -CONFIG_INET_TCP_DIAG=y
87608 -# CONFIG_TCP_CONG_ADVANCED is not set
87609 -CONFIG_TCP_CONG_CUBIC=y
87610 -CONFIG_DEFAULT_TCP_CONG="cubic"
87611 -# CONFIG_TCP_MD5SIG is not set
87612 -# CONFIG_IP_VS is not set
87613 -# CONFIG_IPV6 is not set
87614 -# CONFIG_INET6_XFRM_TUNNEL is not set
87615 -# CONFIG_INET6_TUNNEL is not set
87616 -# CONFIG_NETWORK_SECMARK is not set
87617 -CONFIG_NETFILTER=y
87618 -# CONFIG_NETFILTER_DEBUG is not set
87619 -CONFIG_NETFILTER_ADVANCED=y
87620 -
87621 -#
87622 -# Core Netfilter Configuration
87623 -#
87624 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
87625 -# CONFIG_NETFILTER_NETLINK_LOG is not set
87626 -# CONFIG_NF_CONNTRACK is not set
87627 -# CONFIG_NETFILTER_XTABLES is not set
87628 -
87629 -#
87630 -# IP: Netfilter Configuration
87631 -#
87632 -# CONFIG_IP_NF_QUEUE is not set
87633 -# CONFIG_IP_NF_IPTABLES is not set
87634 -# CONFIG_IP_NF_ARPTABLES is not set
87635 -# CONFIG_IP_DCCP is not set
87636 -# CONFIG_IP_SCTP is not set
87637 -# CONFIG_TIPC is not set
87638 -# CONFIG_ATM is not set
87639 -# CONFIG_BRIDGE is not set
87640 -CONFIG_VLAN_8021Q=y
87641 -# CONFIG_DECNET is not set
87642 -# CONFIG_LLC2 is not set
87643 -# CONFIG_IPX is not set
87644 -# CONFIG_ATALK is not set
87645 -# CONFIG_X25 is not set
87646 -# CONFIG_LAPB is not set
87647 -# CONFIG_ECONET is not set
87648 -# CONFIG_WAN_ROUTER is not set
87649 -# CONFIG_NET_SCHED is not set
87650 -
87651 -#
87652 -# Network testing
87653 -#
87654 -# CONFIG_NET_PKTGEN is not set
87655 -# CONFIG_HAMRADIO is not set
87656 -# CONFIG_CAN is not set
87657 -# CONFIG_IRDA is not set
87658 -# CONFIG_BT is not set
87659 -# CONFIG_AF_RXRPC is not set
87660 -
87661 -#
87662 -# Wireless
87663 -#
87664 -# CONFIG_CFG80211 is not set
87665 -# CONFIG_WIRELESS_EXT is not set
87666 -# CONFIG_MAC80211 is not set
87667 -# CONFIG_IEEE80211 is not set
87668 -# CONFIG_RFKILL is not set
87669 -# CONFIG_NET_9P is not set
87670 -
87671 -#
87672 -# Device Drivers
87673 -#
87674 -
87675 -#
87676 -# Generic Driver Options
87677 -#
87678 -# CONFIG_STANDALONE is not set
87679 -CONFIG_PREVENT_FIRMWARE_BUILD=y
87680 -# CONFIG_DEBUG_DRIVER is not set
87681 -# CONFIG_DEBUG_DEVRES is not set
87682 -# CONFIG_SYS_HYPERVISOR is not set
87683 -# CONFIG_CONNECTOR is not set
87684 -CONFIG_MTD=y
87685 -# CONFIG_MTD_DEBUG is not set
87686 -# CONFIG_MTD_CONCAT is not set
87687 -CONFIG_MTD_PARTITIONS=y
87688 -# CONFIG_MTD_REDBOOT_PARTS is not set
87689 -# CONFIG_MTD_CMDLINE_PARTS is not set
87690 -CONFIG_MTD_OF_PARTS=y
87691 -
87692 -#
87693 -# User Modules And Translation Layers
87694 -#
87695 -CONFIG_MTD_CHAR=y
87696 -CONFIG_MTD_BLKDEVS=y
87697 -CONFIG_MTD_BLOCK=y
87698 -# CONFIG_FTL is not set
87699 -# CONFIG_NFTL is not set
87700 -# CONFIG_INFTL is not set
87701 -# CONFIG_RFD_FTL is not set
87702 -# CONFIG_SSFDC is not set
87703 -CONFIG_MTD_OOPS=m
87704 -
87705 -#
87706 -# RAM/ROM/Flash chip drivers
87707 -#
87708 -CONFIG_MTD_CFI=y
87709 -# CONFIG_MTD_JEDECPROBE is not set
87710 -CONFIG_MTD_GEN_PROBE=y
87711 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
87712 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
87713 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
87714 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
87715 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
87716 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
87717 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
87718 -CONFIG_MTD_CFI_I1=y
87719 -CONFIG_MTD_CFI_I2=y
87720 -# CONFIG_MTD_CFI_I4 is not set
87721 -# CONFIG_MTD_CFI_I8 is not set
87722 -# CONFIG_MTD_CFI_INTELEXT is not set
87723 -CONFIG_MTD_CFI_AMDSTD=y
87724 -# CONFIG_MTD_CFI_STAA is not set
87725 -CONFIG_MTD_CFI_UTIL=y
87726 -# CONFIG_MTD_RAM is not set
87727 -# CONFIG_MTD_ROM is not set
87728 -# CONFIG_MTD_ABSENT is not set
87729 -
87730 -#
87731 -# Mapping drivers for chip access
87732 -#
87733 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
87734 -# CONFIG_MTD_PHYSMAP is not set
87735 -CONFIG_MTD_PHYSMAP_OF=y
87736 -# CONFIG_MTD_PLATRAM is not set
87737 -
87738 -#
87739 -# Self-contained MTD device drivers
87740 -#
87741 -# CONFIG_MTD_SLRAM is not set
87742 -# CONFIG_MTD_PHRAM is not set
87743 -# CONFIG_MTD_MTDRAM is not set
87744 -# CONFIG_MTD_BLOCK2MTD is not set
87745 -
87746 -#
87747 -# Disk-On-Chip Device Drivers
87748 -#
87749 -# CONFIG_MTD_DOC2000 is not set
87750 -# CONFIG_MTD_DOC2001 is not set
87751 -# CONFIG_MTD_DOC2001PLUS is not set
87752 -CONFIG_MTD_NAND=y
87753 -# CONFIG_MTD_NAND_VERIFY_WRITE is not set
87754 -CONFIG_MTD_NAND_ECC_SMC=y
87755 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
87756 -CONFIG_MTD_NAND_IDS=y
87757 -# CONFIG_MTD_NAND_DISKONCHIP is not set
87758 -# CONFIG_MTD_NAND_NANDSIM is not set
87759 -# CONFIG_MTD_NAND_PLATFORM is not set
87760 -# CONFIG_MTD_ALAUDA is not set
87761 -# CONFIG_MTD_NAND_FSL_ELBC is not set
87762 -# CONFIG_MTD_ONENAND is not set
87763 -
87764 -#
87765 -# UBI - Unsorted block images
87766 -#
87767 -# CONFIG_MTD_UBI is not set
87768 -CONFIG_OF_DEVICE=y
87769 -# CONFIG_PARPORT is not set
87770 -CONFIG_BLK_DEV=y
87771 -# CONFIG_BLK_DEV_FD is not set
87772 -# CONFIG_BLK_DEV_COW_COMMON is not set
87773 -# CONFIG_BLK_DEV_LOOP is not set
87774 -# CONFIG_BLK_DEV_NBD is not set
87775 -# CONFIG_BLK_DEV_UB is not set
87776 -CONFIG_BLK_DEV_RAM=y
87777 -CONFIG_BLK_DEV_RAM_COUNT=16
87778 -CONFIG_BLK_DEV_RAM_SIZE=4096
87779 -# CONFIG_BLK_DEV_XIP is not set
87780 -# CONFIG_CDROM_PKTCDVD is not set
87781 -# CONFIG_ATA_OVER_ETH is not set
87782 -# CONFIG_XILINX_SYSACE is not set
87783 -CONFIG_MISC_DEVICES=y
87784 -# CONFIG_EEPROM_93CX6 is not set
87785 -# CONFIG_ENCLOSURE_SERVICES is not set
87786 -CONFIG_HAVE_IDE=y
87787 -# CONFIG_IDE is not set
87788 -
87789 -#
87790 -# SCSI device support
87791 -#
87792 -# CONFIG_RAID_ATTRS is not set
87793 -CONFIG_SCSI=y
87794 -CONFIG_SCSI_DMA=y
87795 -# CONFIG_SCSI_TGT is not set
87796 -# CONFIG_SCSI_NETLINK is not set
87797 -CONFIG_SCSI_PROC_FS=y
87798 -
87799 -#
87800 -# SCSI support type (disk, tape, CD-ROM)
87801 -#
87802 -CONFIG_BLK_DEV_SD=y
87803 -# CONFIG_CHR_DEV_ST is not set
87804 -# CONFIG_CHR_DEV_OSST is not set
87805 -# CONFIG_BLK_DEV_SR is not set
87806 -# CONFIG_CHR_DEV_SG is not set
87807 -# CONFIG_CHR_DEV_SCH is not set
87808 -
87809 -#
87810 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
87811 -#
87812 -# CONFIG_SCSI_MULTI_LUN is not set
87813 -# CONFIG_SCSI_CONSTANTS is not set
87814 -# CONFIG_SCSI_LOGGING is not set
87815 -# CONFIG_SCSI_SCAN_ASYNC is not set
87816 -CONFIG_SCSI_WAIT_SCAN=m
87817 -
87818 -#
87819 -# SCSI Transports
87820 -#
87821 -CONFIG_SCSI_SPI_ATTRS=y
87822 -# CONFIG_SCSI_FC_ATTRS is not set
87823 -# CONFIG_SCSI_ISCSI_ATTRS is not set
87824 -# CONFIG_SCSI_SAS_LIBSAS is not set
87825 -# CONFIG_SCSI_SRP_ATTRS is not set
87826 -# CONFIG_SCSI_LOWLEVEL is not set
87827 -# CONFIG_ATA is not set
87828 -# CONFIG_MD is not set
87829 -# CONFIG_MACINTOSH_DRIVERS is not set
87830 -CONFIG_NETDEVICES=y
87831 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
87832 -# CONFIG_DUMMY is not set
87833 -# CONFIG_BONDING is not set
87834 -# CONFIG_MACVLAN is not set
87835 -# CONFIG_EQUALIZER is not set
87836 -# CONFIG_TUN is not set
87837 -# CONFIG_VETH is not set
87838 -# CONFIG_PHYLIB is not set
87839 -CONFIG_NET_ETHERNET=y
87840 -CONFIG_MII=y
87841 -CONFIG_IBM_NEW_EMAC=y
87842 -CONFIG_IBM_NEW_EMAC_RXB=128
87843 -CONFIG_IBM_NEW_EMAC_TXB=64
87844 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
87845 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
87846 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
87847 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
87848 -CONFIG_IBM_NEW_EMAC_ZMII=y
87849 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
87850 -# CONFIG_IBM_NEW_EMAC_TAH is not set
87851 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
87852 -# CONFIG_B44 is not set
87853 -# CONFIG_NETDEV_1000 is not set
87854 -# CONFIG_NETDEV_10000 is not set
87855 -
87856 -#
87857 -# Wireless LAN
87858 -#
87859 -# CONFIG_WLAN_PRE80211 is not set
87860 -# CONFIG_WLAN_80211 is not set
87861 -
87862 -#
87863 -# USB Network Adapters
87864 -#
87865 -# CONFIG_USB_CATC is not set
87866 -# CONFIG_USB_KAWETH is not set
87867 -# CONFIG_USB_PEGASUS is not set
87868 -# CONFIG_USB_RTL8150 is not set
87869 -# CONFIG_USB_USBNET is not set
87870 -# CONFIG_WAN is not set
87871 -# CONFIG_PPP is not set
87872 -# CONFIG_SLIP is not set
87873 -# CONFIG_NETCONSOLE is not set
87874 -# CONFIG_NETPOLL is not set
87875 -# CONFIG_NET_POLL_CONTROLLER is not set
87876 -# CONFIG_ISDN is not set
87877 -# CONFIG_PHONE is not set
87878 -
87879 -#
87880 -# Input device support
87881 -#
87882 -# CONFIG_INPUT is not set
87883 -
87884 -#
87885 -# Hardware I/O ports
87886 -#
87887 -# CONFIG_SERIO is not set
87888 -# CONFIG_GAMEPORT is not set
87889 -
87890 -#
87891 -# Character devices
87892 -#
87893 -# CONFIG_VT is not set
87894 -# CONFIG_SERIAL_NONSTANDARD is not set
87895 -
87896 -#
87897 -# Serial drivers
87898 -#
87899 -CONFIG_SERIAL_8250=y
87900 -CONFIG_SERIAL_8250_CONSOLE=y
87901 -CONFIG_SERIAL_8250_NR_UARTS=4
87902 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
87903 -CONFIG_SERIAL_8250_EXTENDED=y
87904 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
87905 -CONFIG_SERIAL_8250_SHARE_IRQ=y
87906 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
87907 -# CONFIG_SERIAL_8250_RSA is not set
87908 -
87909 -#
87910 -# Non-8250 serial port support
87911 -#
87912 -# CONFIG_SERIAL_UARTLITE is not set
87913 -CONFIG_SERIAL_CORE=y
87914 -CONFIG_SERIAL_CORE_CONSOLE=y
87915 -# CONFIG_SERIAL_OF_PLATFORM is not set
87916 -CONFIG_UNIX98_PTYS=y
87917 -CONFIG_LEGACY_PTYS=y
87918 -CONFIG_LEGACY_PTY_COUNT=256
87919 -# CONFIG_IPMI_HANDLER is not set
87920 -CONFIG_HW_RANDOM=y
87921 -# CONFIG_NVRAM is not set
87922 -# CONFIG_GEN_RTC is not set
87923 -# CONFIG_R3964 is not set
87924 -# CONFIG_RAW_DRIVER is not set
87925 -# CONFIG_TCG_TPM is not set
87926 -CONFIG_I2C=y
87927 -CONFIG_I2C_BOARDINFO=y
87928 -# CONFIG_I2C_CHARDEV is not set
87929 -
87930 -#
87931 -# I2C Algorithms
87932 -#
87933 -# CONFIG_I2C_ALGOBIT is not set
87934 -# CONFIG_I2C_ALGOPCF is not set
87935 -# CONFIG_I2C_ALGOPCA is not set
87936 -
87937 -#
87938 -# I2C Hardware Bus support
87939 -#
87940 -# CONFIG_I2C_MPC is not set
87941 -# CONFIG_I2C_OCORES is not set
87942 -# CONFIG_I2C_PARPORT_LIGHT is not set
87943 -# CONFIG_I2C_SIMTEC is not set
87944 -# CONFIG_I2C_TAOS_EVM is not set
87945 -# CONFIG_I2C_STUB is not set
87946 -# CONFIG_I2C_TINY_USB is not set
87947 -
87948 -#
87949 -# Miscellaneous I2C Chip support
87950 -#
87951 -# CONFIG_DS1682 is not set
87952 -CONFIG_SENSORS_EEPROM=y
87953 -# CONFIG_SENSORS_PCF8574 is not set
87954 -# CONFIG_PCF8575 is not set
87955 -# CONFIG_SENSORS_PCF8591 is not set
87956 -# CONFIG_TPS65010 is not set
87957 -# CONFIG_SENSORS_MAX6875 is not set
87958 -# CONFIG_SENSORS_TSL2550 is not set
87959 -# CONFIG_I2C_DEBUG_CORE is not set
87960 -# CONFIG_I2C_DEBUG_ALGO is not set
87961 -# CONFIG_I2C_DEBUG_BUS is not set
87962 -# CONFIG_I2C_DEBUG_CHIP is not set
87963 -
87964 -#
87965 -# SPI support
87966 -#
87967 -# CONFIG_SPI is not set
87968 -# CONFIG_SPI_MASTER is not set
87969 -# CONFIG_W1 is not set
87970 -# CONFIG_POWER_SUPPLY is not set
87971 -CONFIG_HWMON=y
87972 -# CONFIG_HWMON_VID is not set
87973 -# CONFIG_SENSORS_AD7418 is not set
87974 -# CONFIG_SENSORS_ADM1021 is not set
87975 -# CONFIG_SENSORS_ADM1025 is not set
87976 -# CONFIG_SENSORS_ADM1026 is not set
87977 -# CONFIG_SENSORS_ADM1029 is not set
87978 -# CONFIG_SENSORS_ADM1031 is not set
87979 -# CONFIG_SENSORS_ADM9240 is not set
87980 -# CONFIG_SENSORS_ADT7470 is not set
87981 -# CONFIG_SENSORS_ATXP1 is not set
87982 -# CONFIG_SENSORS_DS1621 is not set
87983 -# CONFIG_SENSORS_F71805F is not set
87984 -# CONFIG_SENSORS_F71882FG is not set
87985 -# CONFIG_SENSORS_F75375S is not set
87986 -# CONFIG_SENSORS_GL518SM is not set
87987 -# CONFIG_SENSORS_GL520SM is not set
87988 -# CONFIG_SENSORS_IT87 is not set
87989 -# CONFIG_SENSORS_LM63 is not set
87990 -# CONFIG_SENSORS_LM75 is not set
87991 -# CONFIG_SENSORS_LM77 is not set
87992 -# CONFIG_SENSORS_LM78 is not set
87993 -# CONFIG_SENSORS_LM80 is not set
87994 -# CONFIG_SENSORS_LM83 is not set
87995 -# CONFIG_SENSORS_LM85 is not set
87996 -# CONFIG_SENSORS_LM87 is not set
87997 -# CONFIG_SENSORS_LM90 is not set
87998 -# CONFIG_SENSORS_LM92 is not set
87999 -# CONFIG_SENSORS_LM93 is not set
88000 -# CONFIG_SENSORS_MAX1619 is not set
88001 -# CONFIG_SENSORS_MAX6650 is not set
88002 -# CONFIG_SENSORS_PC87360 is not set
88003 -# CONFIG_SENSORS_PC87427 is not set
88004 -# CONFIG_SENSORS_DME1737 is not set
88005 -# CONFIG_SENSORS_SMSC47M1 is not set
88006 -# CONFIG_SENSORS_SMSC47M192 is not set
88007 -# CONFIG_SENSORS_SMSC47B397 is not set
88008 -# CONFIG_SENSORS_ADS7828 is not set
88009 -# CONFIG_SENSORS_THMC50 is not set
88010 -# CONFIG_SENSORS_VT1211 is not set
88011 -# CONFIG_SENSORS_W83781D is not set
88012 -# CONFIG_SENSORS_W83791D is not set
88013 -# CONFIG_SENSORS_W83792D is not set
88014 -# CONFIG_SENSORS_W83793 is not set
88015 -# CONFIG_SENSORS_W83L785TS is not set
88016 -# CONFIG_SENSORS_W83L786NG is not set
88017 -# CONFIG_SENSORS_W83627HF is not set
88018 -# CONFIG_SENSORS_W83627EHF is not set
88019 -# CONFIG_HWMON_DEBUG_CHIP is not set
88020 -CONFIG_THERMAL=y
88021 -# CONFIG_WATCHDOG is not set
88022 -
88023 -#
88024 -# Sonics Silicon Backplane
88025 -#
88026 -CONFIG_SSB_POSSIBLE=y
88027 -# CONFIG_SSB is not set
88028 -
88029 -#
88030 -# Multifunction device drivers
88031 -#
88032 -# CONFIG_MFD_SM501 is not set
88033 -
88034 -#
88035 -# Multimedia devices
88036 -#
88037 -# CONFIG_VIDEO_DEV is not set
88038 -# CONFIG_DVB_CORE is not set
88039 -# CONFIG_DAB is not set
88040 -
88041 -#
88042 -# Graphics support
88043 -#
88044 -# CONFIG_VGASTATE is not set
88045 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
88046 -# CONFIG_FB is not set
88047 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
88048 -
88049 -#
88050 -# Display device support
88051 -#
88052 -# CONFIG_DISPLAY_SUPPORT is not set
88053 -
88054 -#
88055 -# Sound
88056 -#
88057 -# CONFIG_SOUND is not set
88058 -CONFIG_USB_SUPPORT=y
88059 -CONFIG_USB_ARCH_HAS_HCD=y
88060 -CONFIG_USB_ARCH_HAS_OHCI=y
88061 -# CONFIG_USB_ARCH_HAS_EHCI is not set
88062 -CONFIG_USB=y
88063 -# CONFIG_USB_DEBUG is not set
88064 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
88065 -
88066 -#
88067 -# Miscellaneous USB options
88068 -#
88069 -# CONFIG_USB_DEVICEFS is not set
88070 -CONFIG_USB_DEVICE_CLASS=y
88071 -# CONFIG_USB_DYNAMIC_MINORS is not set
88072 -# CONFIG_USB_OTG is not set
88073 -
88074 -#
88075 -# USB Host Controller Drivers
88076 -#
88077 -# CONFIG_USB_ISP116X_HCD is not set
88078 -CONFIG_USB_OHCI_HCD=y
88079 -CONFIG_USB_OHCI_HCD_PPC_OF=y
88080 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
88081 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
88082 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
88083 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
88084 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
88085 -# CONFIG_USB_SL811_HCD is not set
88086 -# CONFIG_USB_R8A66597_HCD is not set
88087 -
88088 -#
88089 -# USB Device Class drivers
88090 -#
88091 -# CONFIG_USB_ACM is not set
88092 -# CONFIG_USB_PRINTER is not set
88093 -
88094 -#
88095 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
88096 -#
88097 -
88098 -#
88099 -# may also be needed; see USB_STORAGE Help for more information
88100 -#
88101 -CONFIG_USB_STORAGE=y
88102 -# CONFIG_USB_STORAGE_DEBUG is not set
88103 -# CONFIG_USB_STORAGE_DATAFAB is not set
88104 -# CONFIG_USB_STORAGE_FREECOM is not set
88105 -# CONFIG_USB_STORAGE_ISD200 is not set
88106 -# CONFIG_USB_STORAGE_DPCM is not set
88107 -# CONFIG_USB_STORAGE_USBAT is not set
88108 -# CONFIG_USB_STORAGE_SDDR09 is not set
88109 -# CONFIG_USB_STORAGE_SDDR55 is not set
88110 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
88111 -# CONFIG_USB_STORAGE_ALAUDA is not set
88112 -# CONFIG_USB_STORAGE_KARMA is not set
88113 -# CONFIG_USB_LIBUSUAL is not set
88114 -
88115 -#
88116 -# USB Imaging devices
88117 -#
88118 -# CONFIG_USB_MDC800 is not set
88119 -# CONFIG_USB_MICROTEK is not set
88120 -CONFIG_USB_MON=y
88121 -
88122 -#
88123 -# USB port drivers
88124 -#
88125 -# CONFIG_USB_SERIAL is not set
88126 -
88127 -#
88128 -# USB Miscellaneous drivers
88129 -#
88130 -# CONFIG_USB_EMI62 is not set
88131 -# CONFIG_USB_EMI26 is not set
88132 -# CONFIG_USB_ADUTUX is not set
88133 -# CONFIG_USB_AUERSWALD is not set
88134 -# CONFIG_USB_RIO500 is not set
88135 -# CONFIG_USB_LEGOTOWER is not set
88136 -# CONFIG_USB_LCD is not set
88137 -# CONFIG_USB_BERRY_CHARGE is not set
88138 -# CONFIG_USB_LED is not set
88139 -# CONFIG_USB_CYPRESS_CY7C63 is not set
88140 -# CONFIG_USB_CYTHERM is not set
88141 -# CONFIG_USB_PHIDGET is not set
88142 -# CONFIG_USB_IDMOUSE is not set
88143 -# CONFIG_USB_FTDI_ELAN is not set
88144 -# CONFIG_USB_APPLEDISPLAY is not set
88145 -# CONFIG_USB_LD is not set
88146 -# CONFIG_USB_TRANCEVIBRATOR is not set
88147 -# CONFIG_USB_IOWARRIOR is not set
88148 -# CONFIG_USB_GADGET is not set
88149 -CONFIG_MMC=m
88150 -# CONFIG_MMC_DEBUG is not set
88151 -# CONFIG_MMC_UNSAFE_RESUME is not set
88152 -
88153 -#
88154 -# MMC/SD Card Drivers
88155 -#
88156 -CONFIG_MMC_BLOCK=m
88157 -CONFIG_MMC_BLOCK_BOUNCE=y
88158 -# CONFIG_SDIO_UART is not set
88159 -
88160 -#
88161 -# MMC/SD Host Controller Drivers
88162 -#
88163 -# CONFIG_MMC_WBSD is not set
88164 -# CONFIG_MEMSTICK is not set
88165 -# CONFIG_NEW_LEDS is not set
88166 -# CONFIG_EDAC is not set
88167 -# CONFIG_RTC_CLASS is not set
88168 -
88169 -#
88170 -# Userspace I/O
88171 -#
88172 -# CONFIG_UIO is not set
88173 -
88174 -#
88175 -# File systems
88176 -#
88177 -CONFIG_EXT2_FS=y
88178 -# CONFIG_EXT2_FS_XATTR is not set
88179 -# CONFIG_EXT2_FS_XIP is not set
88180 -# CONFIG_EXT3_FS is not set
88181 -# CONFIG_EXT4DEV_FS is not set
88182 -# CONFIG_REISERFS_FS is not set
88183 -# CONFIG_JFS_FS is not set
88184 -# CONFIG_FS_POSIX_ACL is not set
88185 -# CONFIG_XFS_FS is not set
88186 -# CONFIG_GFS2_FS is not set
88187 -# CONFIG_OCFS2_FS is not set
88188 -CONFIG_DNOTIFY=y
88189 -CONFIG_INOTIFY=y
88190 -CONFIG_INOTIFY_USER=y
88191 -# CONFIG_QUOTA is not set
88192 -# CONFIG_AUTOFS_FS is not set
88193 -# CONFIG_AUTOFS4_FS is not set
88194 -# CONFIG_FUSE_FS is not set
88195 -
88196 -#
88197 -# CD-ROM/DVD Filesystems
88198 -#
88199 -# CONFIG_ISO9660_FS is not set
88200 -# CONFIG_UDF_FS is not set
88201 -
88202 -#
88203 -# DOS/FAT/NT Filesystems
88204 -#
88205 -CONFIG_FAT_FS=y
88206 -CONFIG_MSDOS_FS=y
88207 -CONFIG_VFAT_FS=y
88208 -CONFIG_FAT_DEFAULT_CODEPAGE=437
88209 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
88210 -# CONFIG_NTFS_FS is not set
88211 -
88212 -#
88213 -# Pseudo filesystems
88214 -#
88215 -CONFIG_PROC_FS=y
88216 -CONFIG_PROC_KCORE=y
88217 -CONFIG_PROC_SYSCTL=y
88218 -CONFIG_SYSFS=y
88219 -# CONFIG_TMPFS is not set
88220 -# CONFIG_HUGETLB_PAGE is not set
88221 -# CONFIG_CONFIGFS_FS is not set
88222 -
88223 -#
88224 -# Miscellaneous filesystems
88225 -#
88226 -# CONFIG_ADFS_FS is not set
88227 -# CONFIG_AFFS_FS is not set
88228 -# CONFIG_HFS_FS is not set
88229 -# CONFIG_HFSPLUS_FS is not set
88230 -# CONFIG_BEFS_FS is not set
88231 -# CONFIG_BFS_FS is not set
88232 -# CONFIG_EFS_FS is not set
88233 -CONFIG_JFFS2_FS=y
88234 -CONFIG_JFFS2_FS_DEBUG=0
88235 -CONFIG_JFFS2_FS_WRITEBUFFER=y
88236 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
88237 -# CONFIG_JFFS2_SUMMARY is not set
88238 -# CONFIG_JFFS2_FS_XATTR is not set
88239 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
88240 -CONFIG_JFFS2_ZLIB=y
88241 -# CONFIG_JFFS2_LZO is not set
88242 -CONFIG_JFFS2_RTIME=y
88243 -# CONFIG_JFFS2_RUBIN is not set
88244 -CONFIG_CRAMFS=y
88245 -# CONFIG_VXFS_FS is not set
88246 -# CONFIG_MINIX_FS is not set
88247 -# CONFIG_HPFS_FS is not set
88248 -# CONFIG_QNX4FS_FS is not set
88249 -# CONFIG_ROMFS_FS is not set
88250 -# CONFIG_SYSV_FS is not set
88251 -# CONFIG_UFS_FS is not set
88252 -CONFIG_NETWORK_FILESYSTEMS=y
88253 -CONFIG_NFS_FS=y
88254 -CONFIG_NFS_V3=y
88255 -# CONFIG_NFS_V3_ACL is not set
88256 -# CONFIG_NFS_V4 is not set
88257 -# CONFIG_NFS_DIRECTIO is not set
88258 -# CONFIG_NFSD is not set
88259 -CONFIG_ROOT_NFS=y
88260 -CONFIG_LOCKD=y
88261 -CONFIG_LOCKD_V4=y
88262 -CONFIG_NFS_COMMON=y
88263 -CONFIG_SUNRPC=y
88264 -# CONFIG_SUNRPC_BIND34 is not set
88265 -# CONFIG_RPCSEC_GSS_KRB5 is not set
88266 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
88267 -# CONFIG_SMB_FS is not set
88268 -# CONFIG_CIFS is not set
88269 -# CONFIG_NCP_FS is not set
88270 -# CONFIG_CODA_FS is not set
88271 -# CONFIG_AFS_FS is not set
88272 -
88273 -#
88274 -# Partition Types
88275 -#
88276 -# CONFIG_PARTITION_ADVANCED is not set
88277 -CONFIG_MSDOS_PARTITION=y
88278 -CONFIG_NLS=y
88279 -CONFIG_NLS_DEFAULT="iso8859-1"
88280 -CONFIG_NLS_CODEPAGE_437=y
88281 -# CONFIG_NLS_CODEPAGE_737 is not set
88282 -# CONFIG_NLS_CODEPAGE_775 is not set
88283 -CONFIG_NLS_CODEPAGE_850=y
88284 -# CONFIG_NLS_CODEPAGE_852 is not set
88285 -# CONFIG_NLS_CODEPAGE_855 is not set
88286 -# CONFIG_NLS_CODEPAGE_857 is not set
88287 -# CONFIG_NLS_CODEPAGE_860 is not set
88288 -# CONFIG_NLS_CODEPAGE_861 is not set
88289 -# CONFIG_NLS_CODEPAGE_862 is not set
88290 -# CONFIG_NLS_CODEPAGE_863 is not set
88291 -# CONFIG_NLS_CODEPAGE_864 is not set
88292 -# CONFIG_NLS_CODEPAGE_865 is not set
88293 -# CONFIG_NLS_CODEPAGE_866 is not set
88294 -# CONFIG_NLS_CODEPAGE_869 is not set
88295 -# CONFIG_NLS_CODEPAGE_936 is not set
88296 -# CONFIG_NLS_CODEPAGE_950 is not set
88297 -# CONFIG_NLS_CODEPAGE_932 is not set
88298 -# CONFIG_NLS_CODEPAGE_949 is not set
88299 -# CONFIG_NLS_CODEPAGE_874 is not set
88300 -# CONFIG_NLS_ISO8859_8 is not set
88301 -# CONFIG_NLS_CODEPAGE_1250 is not set
88302 -# CONFIG_NLS_CODEPAGE_1251 is not set
88303 -CONFIG_NLS_ASCII=y
88304 -CONFIG_NLS_ISO8859_1=y
88305 -# CONFIG_NLS_ISO8859_2 is not set
88306 -# CONFIG_NLS_ISO8859_3 is not set
88307 -# CONFIG_NLS_ISO8859_4 is not set
88308 -# CONFIG_NLS_ISO8859_5 is not set
88309 -# CONFIG_NLS_ISO8859_6 is not set
88310 -# CONFIG_NLS_ISO8859_7 is not set
88311 -# CONFIG_NLS_ISO8859_9 is not set
88312 -# CONFIG_NLS_ISO8859_13 is not set
88313 -# CONFIG_NLS_ISO8859_14 is not set
88314 -CONFIG_NLS_ISO8859_15=y
88315 -# CONFIG_NLS_KOI8_R is not set
88316 -# CONFIG_NLS_KOI8_U is not set
88317 -CONFIG_NLS_UTF8=y
88318 -# CONFIG_DLM is not set
88319 -
88320 -#
88321 -# Library routines
88322 -#
88323 -CONFIG_BITREVERSE=y
88324 -CONFIG_CRC_CCITT=y
88325 -# CONFIG_CRC16 is not set
88326 -# CONFIG_CRC_ITU_T is not set
88327 -CONFIG_CRC32=y
88328 -# CONFIG_CRC7 is not set
88329 -# CONFIG_LIBCRC32C is not set
88330 -CONFIG_ZLIB_INFLATE=y
88331 -CONFIG_ZLIB_DEFLATE=y
88332 -CONFIG_PLIST=y
88333 -CONFIG_HAS_IOMEM=y
88334 -CONFIG_HAS_IOPORT=y
88335 -CONFIG_HAS_DMA=y
88336 -
88337 -#
88338 -# Kernel hacking
88339 -#
88340 -# CONFIG_PRINTK_TIME is not set
88341 -CONFIG_ENABLE_WARN_DEPRECATED=y
88342 -CONFIG_ENABLE_MUST_CHECK=y
88343 -CONFIG_MAGIC_SYSRQ=y
88344 -# CONFIG_UNUSED_SYMBOLS is not set
88345 -CONFIG_DEBUG_FS=y
88346 -# CONFIG_HEADERS_CHECK is not set
88347 -CONFIG_DEBUG_KERNEL=y
88348 -# CONFIG_DEBUG_SHIRQ is not set
88349 -CONFIG_DETECT_SOFTLOCKUP=y
88350 -# CONFIG_SCHED_DEBUG is not set
88351 -# CONFIG_SCHEDSTATS is not set
88352 -# CONFIG_TIMER_STATS is not set
88353 -# CONFIG_DEBUG_SLAB is not set
88354 -# CONFIG_DEBUG_RT_MUTEXES is not set
88355 -# CONFIG_RT_MUTEX_TESTER is not set
88356 -# CONFIG_DEBUG_SPINLOCK is not set
88357 -# CONFIG_DEBUG_MUTEXES is not set
88358 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
88359 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
88360 -# CONFIG_DEBUG_KOBJECT is not set
88361 -# CONFIG_DEBUG_BUGVERBOSE is not set
88362 -CONFIG_DEBUG_INFO=y
88363 -# CONFIG_DEBUG_VM is not set
88364 -# CONFIG_DEBUG_LIST is not set
88365 -# CONFIG_DEBUG_SG is not set
88366 -# CONFIG_BOOT_PRINTK_DELAY is not set
88367 -# CONFIG_RCU_TORTURE_TEST is not set
88368 -# CONFIG_BACKTRACE_SELF_TEST is not set
88369 -# CONFIG_FAULT_INJECTION is not set
88370 -# CONFIG_SAMPLES is not set
88371 -# CONFIG_DEBUG_STACKOVERFLOW is not set
88372 -# CONFIG_DEBUG_STACK_USAGE is not set
88373 -# CONFIG_DEBUG_PAGEALLOC is not set
88374 -# CONFIG_DEBUGGER is not set
88375 -# CONFIG_VIRQ_DEBUG is not set
88376 -CONFIG_BDI_SWITCH=y
88377 -# CONFIG_PPC_EARLY_DEBUG is not set
88378 -
88379 -#
88380 -# Security options
88381 -#
88382 -# CONFIG_KEYS is not set
88383 -# CONFIG_SECURITY is not set
88384 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
88385 -CONFIG_CRYPTO=y
88386 -# CONFIG_CRYPTO_SEQIV is not set
88387 -# CONFIG_CRYPTO_MANAGER is not set
88388 -# CONFIG_CRYPTO_HMAC is not set
88389 -# CONFIG_CRYPTO_XCBC is not set
88390 -# CONFIG_CRYPTO_NULL is not set
88391 -# CONFIG_CRYPTO_MD4 is not set
88392 -# CONFIG_CRYPTO_MD5 is not set
88393 -# CONFIG_CRYPTO_SHA1 is not set
88394 -# CONFIG_CRYPTO_SHA256 is not set
88395 -# CONFIG_CRYPTO_SHA512 is not set
88396 -# CONFIG_CRYPTO_WP512 is not set
88397 -# CONFIG_CRYPTO_TGR192 is not set
88398 -# CONFIG_CRYPTO_GF128MUL is not set
88399 -# CONFIG_CRYPTO_ECB is not set
88400 -# CONFIG_CRYPTO_CBC is not set
88401 -# CONFIG_CRYPTO_PCBC is not set
88402 -# CONFIG_CRYPTO_LRW is not set
88403 -# CONFIG_CRYPTO_XTS is not set
88404 -# CONFIG_CRYPTO_CTR is not set
88405 -# CONFIG_CRYPTO_GCM is not set
88406 -# CONFIG_CRYPTO_CCM is not set
88407 -# CONFIG_CRYPTO_CRYPTD is not set
88408 -# CONFIG_CRYPTO_DES is not set
88409 -# CONFIG_CRYPTO_FCRYPT is not set
88410 -# CONFIG_CRYPTO_BLOWFISH is not set
88411 -# CONFIG_CRYPTO_TWOFISH is not set
88412 -# CONFIG_CRYPTO_SERPENT is not set
88413 -# CONFIG_CRYPTO_AES is not set
88414 -# CONFIG_CRYPTO_CAST5 is not set
88415 -# CONFIG_CRYPTO_CAST6 is not set
88416 -# CONFIG_CRYPTO_TEA is not set
88417 -# CONFIG_CRYPTO_ARC4 is not set
88418 -# CONFIG_CRYPTO_KHAZAD is not set
88419 -# CONFIG_CRYPTO_ANUBIS is not set
88420 -# CONFIG_CRYPTO_SEED is not set
88421 -# CONFIG_CRYPTO_SALSA20 is not set
88422 -# CONFIG_CRYPTO_DEFLATE is not set
88423 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
88424 -# CONFIG_CRYPTO_CRC32C is not set
88425 -# CONFIG_CRYPTO_CAMELLIA is not set
88426 -# CONFIG_CRYPTO_TEST is not set
88427 -# CONFIG_CRYPTO_AUTHENC is not set
88428 -# CONFIG_CRYPTO_LZO is not set
88429 -CONFIG_CRYPTO_HW=y
88430 -# CONFIG_PPC_CLOCK is not set
88431 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/Makefile powerpc.git/arch/powerpc/kernel/Makefile
88432 --- linux-2.6.25-rc9/arch/powerpc/kernel/Makefile       2008-04-11 22:32:29.000000000 +0200
88433 +++ powerpc.git/arch/powerpc/kernel/Makefile    2008-04-19 16:40:52.000000000 +0200
88434 @@ -67,6 +67,7 @@
88435  obj-$(CONFIG_SMP)              += smp.o
88436  obj-$(CONFIG_KPROBES)          += kprobes.o
88437  obj-$(CONFIG_PPC_UDBG_16550)   += legacy_serial.o udbg_16550.o
88438 +obj-$(CONFIG_STACKTRACE)       += stacktrace.o
88439  
88440  pci64-$(CONFIG_PPC64)          += pci_dn.o isa-bridge.o
88441  obj-$(CONFIG_PCI)              += pci_$(CONFIG_WORD_SIZE).o $(pci64-y) \
88442 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/asm-offsets.c powerpc.git/arch/powerpc/kernel/asm-offsets.c
88443 --- linux-2.6.25-rc9/arch/powerpc/kernel/asm-offsets.c  2008-04-11 22:32:29.000000000 +0200
88444 +++ powerpc.git/arch/powerpc/kernel/asm-offsets.c       2008-04-19 16:40:52.000000000 +0200
88445 @@ -26,8 +26,6 @@
88446  #ifdef CONFIG_PPC64
88447  #include <linux/time.h>
88448  #include <linux/hardirq.h>
88449 -#else
88450 -#include <linux/ptrace.h>
88451  #endif
88452  
88453  #include <asm/io.h>
88454 @@ -46,6 +44,9 @@
88455  #include <asm/mmu.h>
88456  #include <asm/hvcall.h>
88457  #endif
88458 +#ifdef CONFIG_PPC_ISERIES
88459 +#include <asm/iseries/alpaca.h>
88460 +#endif
88461  
88462  #define DEFINE(sym, val) \
88463         asm volatile("\n->" #sym " %0 " #val : : "i" (val))
88464 @@ -60,7 +61,6 @@
88465         DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
88466  #else
88467         DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
88468 -       DEFINE(PTRACE, offsetof(struct task_struct, ptrace));
88469  #endif /* CONFIG_PPC64 */
88470  
88471         DEFINE(KSP, offsetof(struct thread_struct, ksp));
88472 @@ -80,7 +80,6 @@
88473         DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
88474  #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88475         DEFINE(THREAD_DBCR0, offsetof(struct thread_struct, dbcr0));
88476 -       DEFINE(PT_PTRACED, PT_PTRACED);
88477  #endif
88478  #ifdef CONFIG_SPE
88479         DEFINE(THREAD_EVR0, offsetof(struct thread_struct, evr[0]));
88480 @@ -325,6 +324,9 @@
88481         DEFINE(PAGE_OFFSET_VSID, KERNEL_VSID(PAGE_OFFSET));
88482         DEFINE(VMALLOC_START_ESID, GET_ESID(VMALLOC_START));
88483         DEFINE(VMALLOC_START_VSID, KERNEL_VSID(VMALLOC_START));
88484 +
88485 +       /* alpaca */
88486 +       DEFINE(ALPACA_SIZE, sizeof(struct alpaca));
88487  #endif
88488  
88489         DEFINE(PGD_TABLE_SIZE, PGD_TABLE_SIZE);
88490 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/btext.c powerpc.git/arch/powerpc/kernel/btext.c
88491 --- linux-2.6.25-rc9/arch/powerpc/kernel/btext.c        2008-04-11 22:32:29.000000000 +0200
88492 +++ powerpc.git/arch/powerpc/kernel/btext.c     2008-03-17 14:03:31.000000000 +0100
88493 @@ -7,6 +7,7 @@
88494  #include <linux/string.h>
88495  #include <linux/init.h>
88496  #include <linux/module.h>
88497 +#include <linux/lmb.h>
88498  
88499  #include <asm/sections.h>
88500  #include <asm/prom.h>
88501 @@ -15,7 +16,7 @@
88502  #include <asm/mmu.h>
88503  #include <asm/pgtable.h>
88504  #include <asm/io.h>
88505 -#include <asm/lmb.h>
88506 +#include <asm/prom.h>
88507  #include <asm/processor.h>
88508  #include <asm/udbg.h>
88509  
88510 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/cpu_setup_44x.S powerpc.git/arch/powerpc/kernel/cpu_setup_44x.S
88511 --- linux-2.6.25-rc9/arch/powerpc/kernel/cpu_setup_44x.S        2008-04-11 22:32:29.000000000 +0200
88512 +++ powerpc.git/arch/powerpc/kernel/cpu_setup_44x.S     2008-04-19 16:40:52.000000000 +0200
88513 @@ -3,7 +3,7 @@
88514   * Valentine Barshak <vbarshak@ru.mvista.com>
88515   * MontaVista Software, Inc (c) 2007
88516   *
88517 - * Based on cpu_setup_6xx code by 
88518 + * Based on cpu_setup_6xx code by
88519   * Benjamin Herrenschmidt <benh@kernel.crashing.org>
88520   *
88521   * This program is free software; you can redistribute it and/or
88522 @@ -32,6 +32,9 @@
88523         bl      __fixup_440A_mcheck
88524         mtlr    r4
88525         blr
88526 +_GLOBAL(__setup_cpu_460ex)
88527 +_GLOBAL(__setup_cpu_460gt)
88528 +       b       __init_fpu_44x
88529  _GLOBAL(__setup_cpu_440gx)
88530  _GLOBAL(__setup_cpu_440spe)
88531         b       __fixup_440A_mcheck
88532 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/cputable.c powerpc.git/arch/powerpc/kernel/cputable.c
88533 --- linux-2.6.25-rc9/arch/powerpc/kernel/cputable.c     2008-04-11 22:32:29.000000000 +0200
88534 +++ powerpc.git/arch/powerpc/kernel/cputable.c  2008-04-19 16:40:52.000000000 +0200
88535 @@ -36,6 +36,8 @@
88536  extern void __setup_cpu_440gx(unsigned long offset, struct cpu_spec* spec);
88537  extern void __setup_cpu_440grx(unsigned long offset, struct cpu_spec* spec);
88538  extern void __setup_cpu_440spe(unsigned long offset, struct cpu_spec* spec);
88539 +extern void __setup_cpu_460ex(unsigned long offset, struct cpu_spec* spec);
88540 +extern void __setup_cpu_460gt(unsigned long offset, struct cpu_spec* spec);
88541  extern void __setup_cpu_603(unsigned long offset, struct cpu_spec* spec);
88542  extern void __setup_cpu_604(unsigned long offset, struct cpu_spec* spec);
88543  extern void __setup_cpu_750(unsigned long offset, struct cpu_spec* spec);
88544 @@ -1397,6 +1399,30 @@
88545                 .machine_check          = machine_check_440A,
88546                 .platform               = "ppc440",
88547         },
88548 +       { /* 460EX */
88549 +               .pvr_mask               = 0xffff0002,
88550 +               .pvr_value              = 0x13020002,
88551 +               .cpu_name               = "460EX",
88552 +               .cpu_features           = CPU_FTRS_44X,
88553 +               .cpu_user_features      = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
88554 +               .icache_bsize           = 32,
88555 +               .dcache_bsize           = 32,
88556 +               .cpu_setup              = __setup_cpu_460ex,
88557 +               .machine_check          = machine_check_440A,
88558 +               .platform               = "ppc440",
88559 +       },
88560 +       { /* 460GT */
88561 +               .pvr_mask               = 0xffff0002,
88562 +               .pvr_value              = 0x13020000,
88563 +               .cpu_name               = "460GT",
88564 +               .cpu_features           = CPU_FTRS_44X,
88565 +               .cpu_user_features      = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
88566 +               .icache_bsize           = 32,
88567 +               .dcache_bsize           = 32,
88568 +               .cpu_setup              = __setup_cpu_460gt,
88569 +               .machine_check          = machine_check_440A,
88570 +               .platform               = "ppc440",
88571 +       },
88572  #endif /* CONFIG_44x */
88573  #ifdef CONFIG_FSL_BOOKE
88574  #ifdef CONFIG_E200
88575 @@ -1512,7 +1538,7 @@
88576                                 *t = *s;
88577                         *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec;
88578  #if defined(CONFIG_PPC64) || defined(CONFIG_BOOKE)
88579 -                       /* ppc64 and booke expect identify_cpu to also call 
88580 +                       /* ppc64 and booke expect identify_cpu to also call
88581                          * setup_cpu for that processor. I will consolidate
88582                          * that at a later time, for now, just use #ifdef.
88583                          * we also don't need to PTRRELOC the function pointer
88584 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/crash.c powerpc.git/arch/powerpc/kernel/crash.c
88585 --- linux-2.6.25-rc9/arch/powerpc/kernel/crash.c        2008-04-11 22:32:29.000000000 +0200
88586 +++ powerpc.git/arch/powerpc/kernel/crash.c     2008-03-17 14:03:31.000000000 +0100
88587 @@ -24,12 +24,13 @@
88588  #include <linux/init.h>
88589  #include <linux/irq.h>
88590  #include <linux/types.h>
88591 +#include <linux/lmb.h>
88592  
88593  #include <asm/processor.h>
88594  #include <asm/machdep.h>
88595  #include <asm/kexec.h>
88596  #include <asm/kdump.h>
88597 -#include <asm/lmb.h>
88598 +#include <asm/prom.h>
88599  #include <asm/firmware.h>
88600  #include <asm/smp.h>
88601  #include <asm/system.h>
88602 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/crash_dump.c powerpc.git/arch/powerpc/kernel/crash_dump.c
88603 --- linux-2.6.25-rc9/arch/powerpc/kernel/crash_dump.c   2008-04-11 22:32:29.000000000 +0200
88604 +++ powerpc.git/arch/powerpc/kernel/crash_dump.c        2008-03-17 14:03:31.000000000 +0100
88605 @@ -13,8 +13,9 @@
88606  
88607  #include <linux/crash_dump.h>
88608  #include <linux/bootmem.h>
88609 +#include <linux/lmb.h>
88610  #include <asm/kdump.h>
88611 -#include <asm/lmb.h>
88612 +#include <asm/prom.h>
88613  #include <asm/firmware.h>
88614  #include <asm/uaccess.h>
88615  
88616 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/entry_32.S powerpc.git/arch/powerpc/kernel/entry_32.S
88617 --- linux-2.6.25-rc9/arch/powerpc/kernel/entry_32.S     2008-04-11 22:32:29.000000000 +0200
88618 +++ powerpc.git/arch/powerpc/kernel/entry_32.S  2008-04-19 16:40:52.000000000 +0200
88619 @@ -110,9 +110,9 @@
88620         stw     r11,PT_REGS(r12)
88621  #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
88622         /* Check to see if the dbcr0 register is set up to debug.  Use the
88623 -          single-step bit to do this. */
88624 +          internal debug mode bit to do this. */
88625         lwz     r12,THREAD_DBCR0(r12)
88626 -       andis.  r12,r12,DBCR0_IC@h
88627 +       andis.  r12,r12,DBCR0_IDM@h
88628         beq+    3f
88629         /* From user and task is ptraced - load up global dbcr0 */
88630         li      r12,-1                  /* clear all pending debug events */
88631 @@ -120,6 +120,12 @@
88632         lis     r11,global_dbcr0@ha
88633         tophys(r11,r11)
88634         addi    r11,r11,global_dbcr0@l
88635 +#ifdef CONFIG_SMP
88636 +       rlwinm  r9,r1,0,0,(31-THREAD_SHIFT)
88637 +       lwz     r9,TI_CPU(r9)
88638 +       slwi    r9,r9,3
88639 +       add     r11,r11,r9
88640 +#endif
88641         lwz     r12,0(r11)
88642         mtspr   SPRN_DBCR0,r12
88643         lwz     r12,4(r11)
88644 @@ -238,10 +244,10 @@
88645         stw     r11,_CCR(r1)
88646  syscall_exit_cont:
88647  #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88648 -       /* If the process has its own DBCR0 value, load it up.  The single
88649 -          step bit tells us that dbcr0 should be loaded. */
88650 +       /* If the process has its own DBCR0 value, load it up.  The internal
88651 +          debug mode bit tells us that dbcr0 should be loaded. */
88652         lwz     r0,THREAD+THREAD_DBCR0(r2)
88653 -       andis.  r10,r0,DBCR0_IC@h
88654 +       andis.  r10,r0,DBCR0_IDM@h
88655         bnel-   load_dbcr0
88656  #endif
88657  #ifdef CONFIG_44x
88658 @@ -666,10 +672,10 @@
88659  
88660  restore_user:
88661  #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88662 -       /* Check whether this process has its own DBCR0 value.  The single
88663 -          step bit tells us that dbcr0 should be loaded. */
88664 +       /* Check whether this process has its own DBCR0 value.  The internal
88665 +          debug mode bit tells us that dbcr0 should be loaded. */
88666         lwz     r0,THREAD+THREAD_DBCR0(r2)
88667 -       andis.  r10,r0,DBCR0_IC@h
88668 +       andis.  r10,r0,DBCR0_IDM@h
88669         bnel-   load_dbcr0
88670  #endif
88671  
88672 @@ -879,6 +885,12 @@
88673         mfspr   r10,SPRN_DBCR0
88674         lis     r11,global_dbcr0@ha
88675         addi    r11,r11,global_dbcr0@l
88676 +#ifdef CONFIG_SMP
88677 +       rlwinm  r9,r1,0,0,(31-THREAD_SHIFT)
88678 +       lwz     r9,TI_CPU(r9)
88679 +       slwi    r9,r9,3
88680 +       add     r11,r11,r9
88681 +#endif
88682         stw     r10,0(r11)
88683         mtspr   SPRN_DBCR0,r0
88684         lwz     r10,4(r11)
88685 @@ -891,7 +903,7 @@
88686         .section .bss
88687         .align  4
88688  global_dbcr0:
88689 -       .space  8
88690 +       .space  8*NR_CPUS
88691         .previous
88692  #endif /* !(CONFIG_4xx || CONFIG_BOOKE) */
88693  
88694 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/entry_64.S powerpc.git/arch/powerpc/kernel/entry_64.S
88695 --- linux-2.6.25-rc9/arch/powerpc/kernel/entry_64.S     2008-04-11 22:32:29.000000000 +0200
88696 +++ powerpc.git/arch/powerpc/kernel/entry_64.S  2008-04-19 16:40:52.000000000 +0200
88697 @@ -29,6 +29,8 @@
88698  #include <asm/cputable.h>
88699  #include <asm/firmware.h>
88700  #include <asm/bug.h>
88701 +#include <asm/ptrace.h>
88702 +#include <asm/irqflags.h>
88703  
88704  /*
88705   * System calls.
88706 @@ -39,7 +41,7 @@
88707  
88708  /* This value is used to mark exception frames on the stack. */
88709  exception_marker:
88710 -       .tc     ID_72656773_68657265[TC],0x7265677368657265
88711 +       .tc     ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
88712  
88713         .section        ".text"
88714         .align 7
88715 @@ -88,6 +90,14 @@
88716         addi    r9,r1,STACK_FRAME_OVERHEAD
88717         ld      r11,exception_marker@toc(r2)
88718         std     r11,-16(r9)             /* "regshere" marker */
88719 +#ifdef CONFIG_TRACE_IRQFLAGS
88720 +       bl      .trace_hardirqs_on
88721 +       REST_GPR(0,r1)
88722 +       REST_4GPRS(3,r1)
88723 +       REST_2GPRS(7,r1)
88724 +       addi    r9,r1,STACK_FRAME_OVERHEAD
88725 +       ld      r12,_MSR(r1)
88726 +#endif /* CONFIG_TRACE_IRQFLAGS */
88727         li      r10,1
88728         stb     r10,PACASOFTIRQEN(r13)
88729         stb     r10,PACAHARDIRQEN(r13)
88730 @@ -102,7 +112,7 @@
88731         b       hardware_interrupt_entry
88732  2:
88733  END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88734 -#endif
88735 +#endif /* CONFIG_PPC_ISERIES */
88736         mfmsr   r11
88737         ori     r11,r11,MSR_EE
88738         mtmsrd  r11,1
88739 @@ -504,6 +514,10 @@
88740  
88741         li      r3,0
88742         stb     r3,PACASOFTIRQEN(r13)   /* ensure we are soft-disabled */
88743 +#ifdef CONFIG_TRACE_IRQFLAGS
88744 +       bl      .trace_hardirqs_off
88745 +       mfmsr   r10
88746 +#endif
88747         ori     r10,r10,MSR_EE
88748         mtmsrd  r10                     /* hard-enable again */
88749         addi    r3,r1,STACK_FRAME_OVERHEAD
88750 @@ -512,7 +526,7 @@
88751  4:
88752  END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88753  #endif
88754 -       stb     r5,PACASOFTIRQEN(r13)
88755 +       TRACE_AND_RESTORE_IRQ(r5);
88756  
88757         /* extract EE bit and use it to restore paca->hard_enabled */
88758         ld      r3,_MSR(r1)
88759 @@ -580,6 +594,16 @@
88760         bne     restore
88761         /* here we are preempting the current task */
88762  1:
88763 +#ifdef CONFIG_TRACE_IRQFLAGS
88764 +       bl      .trace_hardirqs_on
88765 +       /* Note: we just clobbered r10 which used to contain the previous
88766 +        * MSR before the hard-disabling done by the caller of do_work.
88767 +        * We don't have that value anymore, but it doesn't matter as
88768 +        * we will hard-enable unconditionally, we can just reload the
88769 +        * current MSR into r10
88770 +        */
88771 +       mfmsr   r10
88772 +#endif /* CONFIG_TRACE_IRQFLAGS */
88773         li      r0,1
88774         stb     r0,PACASOFTIRQEN(r13)
88775         stb     r0,PACAHARDIRQEN(r13)
88776 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_32.S powerpc.git/arch/powerpc/kernel/head_32.S
88777 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_32.S      2008-04-11 22:32:29.000000000 +0200
88778 +++ powerpc.git/arch/powerpc/kernel/head_32.S   2008-04-19 16:40:52.000000000 +0200
88779 @@ -30,6 +30,7 @@
88780  #include <asm/thread_info.h>
88781  #include <asm/ppc_asm.h>
88782  #include <asm/asm-offsets.h>
88783 +#include <asm/ptrace.h>
88784  
88785  /* 601 only have IBAT; cr0.eq is set on 601 when using this macro */
88786  #define LOAD_BAT(n, reg, RA, RB)       \
88787 @@ -268,8 +269,8 @@
88788         li      r10,MSR_KERNEL & ~(MSR_IR|MSR_DR); /* can take exceptions */ \
88789         MTMSRD(r10);                    /* (except for mach check in rtas) */ \
88790         stw     r0,GPR0(r11);   \
88791 -       lis     r10,0x7265;             /* put exception frame marker */ \
88792 -       addi    r10,r10,0x6773; \
88793 +       lis     r10,STACK_FRAME_REGS_MARKER@ha; /* exception frame marker */ \
88794 +       addi    r10,r10,STACK_FRAME_REGS_MARKER@l; \
88795         stw     r10,8(r11);     \
88796         SAVE_4GPRS(3, r11);     \
88797         SAVE_2GPRS(7, r11)
88798 @@ -763,23 +764,6 @@
88799         b       fast_exception_return
88800  
88801  /*
88802 - * AltiVec unavailable trap from kernel - print a message, but let
88803 - * the task use AltiVec in the kernel until it returns to user mode.
88804 - */
88805 -KernelAltiVec:
88806 -       lwz     r3,_MSR(r1)
88807 -       oris    r3,r3,MSR_VEC@h
88808 -       stw     r3,_MSR(r1)     /* enable use of AltiVec after return */
88809 -       lis     r3,87f@h
88810 -       ori     r3,r3,87f@l
88811 -       mr      r4,r2           /* current */
88812 -       lwz     r5,_NIP(r1)
88813 -       bl      printk
88814 -       b       ret_from_except
88815 -87:    .string "AltiVec used in kernel  (task=%p, pc=%x)  \n"
88816 -       .align  4,0
88817 -
88818 -/*
88819   * giveup_altivec(tsk)
88820   * Disable AltiVec for the task given as the argument,
88821   * and save the AltiVec registers in its thread_struct.
88822 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_44x.S powerpc.git/arch/powerpc/kernel/head_44x.S
88823 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_44x.S     2008-04-11 22:32:29.000000000 +0200
88824 +++ powerpc.git/arch/powerpc/kernel/head_44x.S  2008-04-19 16:40:52.000000000 +0200
88825 @@ -211,7 +211,7 @@
88826         SET_IVOR(12, WatchdogTimer);
88827         SET_IVOR(13, DataTLBError);
88828         SET_IVOR(14, InstructionTLBError);
88829 -       SET_IVOR(15, Debug);
88830 +       SET_IVOR(15, DebugCrit);
88831  
88832         /* Establish the interrupt vector base */
88833         lis     r4,interrupt_base@h     /* IVPR only uses the high 16-bits */
88834 @@ -578,7 +578,7 @@
88835         b       InstructionStorage
88836  
88837         /* Debug Interrupt */
88838 -       DEBUG_EXCEPTION
88839 +       DEBUG_CRIT_EXCEPTION
88840  
88841  /*
88842   * Local functions
88843 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_64.S powerpc.git/arch/powerpc/kernel/head_64.S
88844 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_64.S      2008-04-11 22:32:29.000000000 +0200
88845 +++ powerpc.git/arch/powerpc/kernel/head_64.S   2008-04-19 16:40:52.000000000 +0200
88846 @@ -36,8 +36,7 @@
88847  #include <asm/firmware.h>
88848  #include <asm/page_64.h>
88849  #include <asm/exception.h>
88850 -
88851 -#define DO_SOFT_DISABLE
88852 +#include <asm/irqflags.h>
88853  
88854  /*
88855   * We layout physical memory as follows:
88856 @@ -450,8 +449,8 @@
88857   */
88858  fast_exc_return_irq:                   /* restores irq state too */
88859         ld      r3,SOFTE(r1)
88860 +       TRACE_AND_RESTORE_IRQ(r3);
88861         ld      r12,_MSR(r1)
88862 -       stb     r3,PACASOFTIRQEN(r13)   /* restore paca->soft_enabled */
88863         rldicl  r4,r12,49,63            /* get MSR_EE to LSB */
88864         stb     r4,PACAHARDIRQEN(r13)   /* restore paca->hard_enabled */
88865         b       1f
88866 @@ -621,7 +620,7 @@
88867         mtlr    r10
88868  
88869         andi.   r10,r12,MSR_RI  /* check for unrecoverable exception */
88870 -       beq-    unrecov_slb
88871 +       beq-    2f
88872  
88873  .machine       push
88874  .machine       "power4"
88875 @@ -643,6 +642,22 @@
88876         rfid
88877         b       .       /* prevent speculative execution */
88878  
88879 +2:
88880 +#ifdef CONFIG_PPC_ISERIES
88881 +BEGIN_FW_FTR_SECTION
88882 +       b       unrecov_slb
88883 +END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88884 +#endif /* CONFIG_PPC_ISERIES */
88885 +       mfspr   r11,SPRN_SRR0
88886 +       clrrdi  r10,r13,32
88887 +       LOAD_HANDLER(r10,unrecov_slb)
88888 +       mtspr   SPRN_SRR0,r10
88889 +       mfmsr   r10
88890 +       ori     r10,r10,MSR_IR|MSR_DR|MSR_RI
88891 +       mtspr   SPRN_SRR1,r10
88892 +       rfid
88893 +       b       .
88894 +
88895  unrecov_slb:
88896         EXCEPTION_PROLOG_COMMON(0x4100, PACA_EXSLB)
88897         DISABLE_INTS
88898 @@ -808,7 +823,7 @@
88899   * Hash table stuff
88900   */
88901         .align  7
88902 -_GLOBAL(do_hash_page)
88903 +_STATIC(do_hash_page)
88904         std     r3,_DAR(r1)
88905         std     r4,_DSISR(r1)
88906  
88907 @@ -820,6 +835,27 @@
88908  END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
88909  
88910         /*
88911 +        * On iSeries, we soft-disable interrupts here, then
88912 +        * hard-enable interrupts so that the hash_page code can spin on
88913 +        * the hash_table_lock without problems on a shared processor.
88914 +        */
88915 +       DISABLE_INTS
88916 +
88917 +       /*
88918 +        * Currently, trace_hardirqs_off() will be called by DISABLE_INTS
88919 +        * and will clobber volatile registers when irq tracing is enabled
88920 +        * so we need to reload them. It may be possible to be smarter here
88921 +        * and move the irq tracing elsewhere but let's keep it simple for
88922 +        * now
88923 +        */
88924 +#ifdef CONFIG_TRACE_IRQFLAGS
88925 +       ld      r3,_DAR(r1)
88926 +       ld      r4,_DSISR(r1)
88927 +       ld      r5,_TRAP(r1)
88928 +       ld      r12,_MSR(r1)
88929 +       clrrdi  r5,r5,4
88930 +#endif /* CONFIG_TRACE_IRQFLAGS */
88931 +       /*
88932          * We need to set the _PAGE_USER bit if MSR_PR is set or if we are
88933          * accessing a userspace segment (even from the kernel). We assume
88934          * kernel addresses always have the high bit set.
88935 @@ -832,13 +868,6 @@
88936         rlwimi  r4,r5,22+2,31-2,31-2    /* Set _PAGE_EXEC if trap is 0x400 */
88937  
88938         /*
88939 -        * On iSeries, we soft-disable interrupts here, then
88940 -        * hard-enable interrupts so that the hash_page code can spin on
88941 -        * the hash_table_lock without problems on a shared processor.
88942 -        */
88943 -       DISABLE_INTS
88944 -
88945 -       /*
88946          * r3 contains the faulting address
88947          * r4 contains the required access permissions
88948          * r5 contains the trap number
88949 @@ -848,7 +877,6 @@
88950         bl      .hash_page              /* build HPTE if possible */
88951         cmpdi   r3,0                    /* see if hash_page succeeded */
88952  
88953 -#ifdef DO_SOFT_DISABLE
88954  BEGIN_FW_FTR_SECTION
88955         /*
88956          * If we had interrupts soft-enabled at the point where the
88957 @@ -860,7 +888,7 @@
88958          */
88959         beq     13f
88960  END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88961 -#endif
88962 +
88963  BEGIN_FW_FTR_SECTION
88964         /*
88965          * Here we have interrupts hard-disabled, so it is sufficient
88966 @@ -874,11 +902,12 @@
88967  
88968         /*
88969          * hash_page couldn't handle it, set soft interrupt enable back
88970 -        * to what it was before the trap.  Note that .local_irq_restore
88971 +        * to what it was before the trap.  Note that .raw_local_irq_restore
88972          * handles any interrupts pending at this point.
88973          */
88974         ld      r3,SOFTE(r1)
88975 -       bl      .local_irq_restore
88976 +       TRACE_AND_RESTORE_IRQ_PARTIAL(r3, 11f)
88977 +       bl      .raw_local_irq_restore
88978         b       11f
88979  
88980  /* Here we have a page fault that hash_page can't handle. */
88981 @@ -1477,6 +1506,10 @@
88982         addi    r2,r2,0x4000
88983         add     r2,r2,r26
88984  
88985 +       /* Set initial ptr to current */
88986 +       LOAD_REG_IMMEDIATE(r4, init_task)
88987 +       std     r4,PACACURRENT(r13)
88988 +
88989         /* Do very early kernel initializations, including initial hash table,
88990          * stab and slb setup before we turn on relocation.     */
88991  
88992 @@ -1505,10 +1538,6 @@
88993         li      r0,0
88994         stdu    r0,-STACK_FRAME_OVERHEAD(r1)
88995  
88996 -       /* ptr to current */
88997 -       LOAD_REG_IMMEDIATE(r4, init_task)
88998 -       std     r4,PACACURRENT(r13)
88999 -
89000         /* Load the TOC */
89001         ld      r2,PACATOC(r13)
89002         std     r1,PACAKSAVE(r13)
89003 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_booke.h powerpc.git/arch/powerpc/kernel/head_booke.h
89004 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_booke.h   2008-04-11 22:32:29.000000000 +0200
89005 +++ powerpc.git/arch/powerpc/kernel/head_booke.h        2008-04-19 16:40:52.000000000 +0200
89006 @@ -56,8 +56,17 @@
89007   * is necessary since the MMU is always on, for Book-E parts, and the stacks
89008   * are offset from KERNELBASE.
89009   *
89010 + * There is some space optimization to be had here if desired.  However
89011 + * to allow for a common kernel with support for debug exceptions either
89012 + * going to critical or their own debug level we aren't currently
89013 + * providing configurations that micro-optimize space usage.
89014   */
89015 -#define BOOKE_EXCEPTION_STACK_SIZE     (8192)
89016 +#ifdef CONFIG_44x
89017 +#define NUM_EXCEPTION_LVLS     2
89018 +#else
89019 +#define NUM_EXCEPTION_LVLS     3
89020 +#endif
89021 +#define BOOKE_EXCEPTION_STACK_SIZE     (4096 * NUM_EXCEPTION_LVLS)
89022  
89023  /* CRIT_SPRG only used in critical exception handling */
89024  #define CRIT_SPRG      SPRN_SPRG2
89025 @@ -68,7 +77,7 @@
89026  #define CRIT_STACK_TOP         (exception_stack_top)
89027  
89028  /* only on e200 for now */
89029 -#define DEBUG_STACK_TOP                (exception_stack_top - 4096)
89030 +#define DEBUG_STACK_TOP                (exception_stack_top - 8192)
89031  #define DEBUG_SPRG             SPRN_SPRG6W
89032  
89033  #ifdef CONFIG_SMP
89034 @@ -212,9 +221,8 @@
89035   * save (and later restore) the MSR via SPRN_CSRR1, which will still have
89036   * the MSR_DE bit set.
89037   */
89038 -#ifdef CONFIG_E200
89039 -#define DEBUG_EXCEPTION                                                              \
89040 -       START_EXCEPTION(Debug);                                               \
89041 +#define DEBUG_DEBUG_EXCEPTION                                                \
89042 +       START_EXCEPTION(DebugDebug);                                          \
89043         DEBUG_EXCEPTION_PROLOG;                                               \
89044                                                                               \
89045         /*                                                                    \
89046 @@ -234,8 +242,8 @@
89047         cmplw   r12,r10;                                                      \
89048         blt+    2f;                     /* addr below exception vectors */    \
89049                                                                               \
89050 -       lis     r10,Debug@h;                                                  \
89051 -       ori     r10,r10,Debug@l;                                              \
89052 +       lis     r10,DebugDebug@h;                                             \
89053 +       ori     r10,r10,DebugDebug@l;                                         \
89054         cmplw   r12,r10;                                                      \
89055         bgt+    2f;                     /* addr above exception vectors */    \
89056                                                                               \
89057 @@ -265,9 +273,9 @@
89058  2:     mfspr   r4,SPRN_DBSR;                                                 \
89059         addi    r3,r1,STACK_FRAME_OVERHEAD;                                   \
89060         EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
89061 -#else
89062 -#define DEBUG_EXCEPTION                                                              \
89063 -       START_EXCEPTION(Debug);                                               \
89064 +
89065 +#define DEBUG_CRIT_EXCEPTION                                                 \
89066 +       START_EXCEPTION(DebugCrit);                                           \
89067         CRITICAL_EXCEPTION_PROLOG;                                            \
89068                                                                               \
89069         /*                                                                    \
89070 @@ -287,8 +295,8 @@
89071         cmplw   r12,r10;                                                      \
89072         blt+    2f;                     /* addr below exception vectors */    \
89073                                                                               \
89074 -       lis     r10,Debug@h;                                                  \
89075 -       ori     r10,r10,Debug@l;                                              \
89076 +       lis     r10,DebugCrit@h;                                                      \
89077 +       ori     r10,r10,DebugCrit@l;                                          \
89078         cmplw   r12,r10;                                                      \
89079         bgt+    2f;                     /* addr above exception vectors */    \
89080                                                                               \
89081 @@ -318,7 +326,6 @@
89082  2:     mfspr   r4,SPRN_DBSR;                                                 \
89083         addi    r3,r1,STACK_FRAME_OVERHEAD;                                   \
89084         EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, crit_transfer_to_handler, ret_from_crit_exc)
89085 -#endif
89086  
89087  #define INSTRUCTION_STORAGE_EXCEPTION                                        \
89088         START_EXCEPTION(InstructionStorage)                                   \
89089 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_fsl_booke.S powerpc.git/arch/powerpc/kernel/head_fsl_booke.S
89090 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_fsl_booke.S       2008-04-11 22:32:29.000000000 +0200
89091 +++ powerpc.git/arch/powerpc/kernel/head_fsl_booke.S    2008-04-19 16:40:52.000000000 +0200
89092 @@ -68,7 +68,9 @@
89093         mr      r29,r5
89094         mr      r28,r6
89095         mr      r27,r7
89096 +       li      r25,0           /* phys kernel start (low) */
89097         li      r24,0           /* CPU number */
89098 +       li      r23,0           /* phys kernel start (high) */
89099  
89100  /* We try to not make any assumptions about how the boot loader
89101   * setup or used the TLBs.  We invalidate all mappings from the
89102 @@ -167,7 +169,28 @@
89103         mtspr   SPRN_MAS0,r7
89104         tlbre
89105  
89106 -       /* Just modify the entry ID, EPN and RPN for the temp mapping */
89107 +       /* grab and fixup the RPN */
89108 +       mfspr   r6,SPRN_MAS1    /* extract MAS1[SIZE] */
89109 +       rlwinm  r6,r6,25,27,30
89110 +       li      r8,-1
89111 +       addi    r6,r6,10
89112 +       slw     r6,r8,r6        /* convert to mask */
89113 +
89114 +       bl      1f              /* Find our address */
89115 +1:     mflr    r7
89116 +
89117 +       mfspr   r8,SPRN_MAS3
89118 +#ifdef CONFIG_PHYS_64BIT
89119 +       mfspr   r23,SPRN_MAS7
89120 +#endif
89121 +       and     r8,r6,r8
89122 +       subfic  r9,r6,-4096
89123 +       and     r9,r9,r7
89124 +
89125 +       or      r25,r8,r9
89126 +       ori     r8,r25,(MAS3_SX|MAS3_SW|MAS3_SR)
89127 +
89128 +       /* Just modify the entry ID and EPN for the temp mapping */
89129         lis     r7,0x1000       /* Set MAS0(TLBSEL) = 1 */
89130         rlwimi  r7,r5,16,4,15   /* Setup MAS0 = TLBSEL | ESEL(r5) */
89131         mtspr   SPRN_MAS0,r7
89132 @@ -177,12 +200,10 @@
89133         ori     r6,r6,(MAS1_TSIZE(BOOKE_PAGESZ_4K))@l
89134         mtspr   SPRN_MAS1,r6
89135         mfspr   r6,SPRN_MAS2
89136 -       lis     r7,PHYSICAL_START@h
89137 +       li      r7,0            /* temp EPN = 0 */
89138         rlwimi  r7,r6,0,20,31
89139         mtspr   SPRN_MAS2,r7
89140 -       mfspr   r6,SPRN_MAS3
89141 -       rlwimi  r7,r6,0,20,31
89142 -       mtspr   SPRN_MAS3,r7
89143 +       mtspr   SPRN_MAS3,r8
89144         tlbwe
89145  
89146         xori    r6,r4,1
89147 @@ -232,8 +253,7 @@
89148         ori     r6,r6,PAGE_OFFSET@l
89149         rlwimi  r6,r7,0,20,31
89150         mtspr   SPRN_MAS2,r6
89151 -       li      r7,(MAS3_SX|MAS3_SW|MAS3_SR)
89152 -       mtspr   SPRN_MAS3,r7
89153 +       mtspr   SPRN_MAS3,r8
89154         tlbwe
89155  
89156  /* 7. Jump to KERNELBASE mapping */
89157 @@ -283,7 +303,10 @@
89158         SET_IVOR(12, WatchdogTimer);
89159         SET_IVOR(13, DataTLBError);
89160         SET_IVOR(14, InstructionTLBError);
89161 -       SET_IVOR(15, Debug);
89162 +       SET_IVOR(15, DebugDebug);
89163 +#if defined(CONFIG_E500)
89164 +       SET_IVOR(15, DebugCrit);
89165 +#endif
89166         SET_IVOR(32, SPEUnavailable);
89167         SET_IVOR(33, SPEFloatingPointData);
89168         SET_IVOR(34, SPEFloatingPointRound);
89169 @@ -718,7 +741,10 @@
89170  
89171  
89172         /* Debug Interrupt */
89173 -       DEBUG_EXCEPTION
89174 +       DEBUG_DEBUG_EXCEPTION
89175 +#if defined(CONFIG_E500)
89176 +       DEBUG_CRIT_EXCEPTION
89177 +#endif
89178  
89179  /*
89180   * Local functions
89181 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/ibmebus.c powerpc.git/arch/powerpc/kernel/ibmebus.c
89182 --- linux-2.6.25-rc9/arch/powerpc/kernel/ibmebus.c      2008-04-11 22:32:29.000000000 +0200
89183 +++ powerpc.git/arch/powerpc/kernel/ibmebus.c   2008-04-19 16:40:52.000000000 +0200
89184 @@ -183,7 +183,7 @@
89185                 ret = ibmebus_create_device(child);
89186                 if (ret) {
89187                         printk(KERN_ERR "%s: failed to create device (%i)",
89188 -                              __FUNCTION__, ret);
89189 +                              __func__, ret);
89190                         of_node_put(child);
89191                         break;
89192                 }
89193 @@ -269,7 +269,7 @@
89194         if (bus_find_device(&ibmebus_bus_type, NULL, path,
89195                             ibmebus_match_path)) {
89196                 printk(KERN_WARNING "%s: %s has already been probed\n",
89197 -                      __FUNCTION__, path);
89198 +                      __func__, path);
89199                 rc = -EEXIST;
89200                 goto out;
89201         }
89202 @@ -279,7 +279,7 @@
89203                 of_node_put(dn);
89204         } else {
89205                 printk(KERN_WARNING "%s: no such device node: %s\n",
89206 -                      __FUNCTION__, path);
89207 +                      __func__, path);
89208                 rc = -ENODEV;
89209         }
89210  
89211 @@ -308,7 +308,7 @@
89212                 return count;
89213         } else {
89214                 printk(KERN_WARNING "%s: %s not on the bus\n",
89215 -                      __FUNCTION__, path);
89216 +                      __func__, path);
89217  
89218                 kfree(path);
89219                 return -ENODEV;
89220 @@ -337,14 +337,14 @@
89221         err = of_bus_type_init(&ibmebus_bus_type, "ibmebus");
89222         if (err) {
89223                 printk(KERN_ERR "%s: failed to register IBM eBus.\n",
89224 -                      __FUNCTION__);
89225 +                      __func__);
89226                 return err;
89227         }
89228  
89229         err = device_register(&ibmebus_bus_device);
89230         if (err) {
89231                 printk(KERN_WARNING "%s: device_register returned %i\n",
89232 -                      __FUNCTION__, err);
89233 +                      __func__, err);
89234                 bus_unregister(&ibmebus_bus_type);
89235  
89236                 return err;
89237 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/iommu.c powerpc.git/arch/powerpc/kernel/iommu.c
89238 --- linux-2.6.25-rc9/arch/powerpc/kernel/iommu.c        2008-04-11 22:32:29.000000000 +0200
89239 +++ powerpc.git/arch/powerpc/kernel/iommu.c     2008-04-19 16:40:52.000000000 +0200
89240 @@ -520,7 +520,7 @@
89241         unsigned int order;
89242  
89243         if (!tbl || !tbl->it_map) {
89244 -               printk(KERN_ERR "%s: expected TCE map for %s\n", __FUNCTION__,
89245 +               printk(KERN_ERR "%s: expected TCE map for %s\n", __func__,
89246                                 node_name);
89247                 return;
89248         }
89249 @@ -530,7 +530,7 @@
89250         for (i = 0; i < (tbl->it_size/64); i++) {
89251                 if (tbl->it_map[i] != 0) {
89252                         printk(KERN_WARNING "%s: Unexpected TCEs for %s\n",
89253 -                               __FUNCTION__, node_name);
89254 +                               __func__, node_name);
89255                         break;
89256                 }
89257         }
89258 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/irq.c powerpc.git/arch/powerpc/kernel/irq.c
89259 --- linux-2.6.25-rc9/arch/powerpc/kernel/irq.c  2008-04-11 22:32:29.000000000 +0200
89260 +++ powerpc.git/arch/powerpc/kernel/irq.c       2008-04-19 16:40:52.000000000 +0200
89261 @@ -114,7 +114,7 @@
89262         : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled)));
89263  }
89264  
89265 -void local_irq_restore(unsigned long en)
89266 +void raw_local_irq_restore(unsigned long en)
89267  {
89268         /*
89269          * get_paca()->soft_enabled = en;
89270 @@ -174,6 +174,7 @@
89271  
89272         __hard_irq_enable();
89273  }
89274 +EXPORT_SYMBOL(raw_local_irq_restore);
89275  #endif /* CONFIG_PPC64 */
89276  
89277  int show_interrupts(struct seq_file *p, void *v)
89278 @@ -310,8 +311,21 @@
89279                                 handler = &__do_IRQ;
89280                         irqtp->task = curtp->task;
89281                         irqtp->flags = 0;
89282 +
89283 +                       /* Copy the softirq bits in preempt_count so that the
89284 +                        * softirq checks work in the hardirq context.
89285 +                        */
89286 +                       irqtp->preempt_count =
89287 +                               (irqtp->preempt_count & ~SOFTIRQ_MASK) |
89288 +                               (curtp->preempt_count & SOFTIRQ_MASK);
89289 +
89290                         call_handle_irq(irq, desc, irqtp, handler);
89291                         irqtp->task = NULL;
89292 +
89293 +
89294 +                       /* Set any flag that may have been set on the
89295 +                        * alternate stack
89296 +                        */
89297                         if (irqtp->flags)
89298                                 set_bits(irqtp->flags, &curtp->flags);
89299                 } else
89300 @@ -357,7 +371,7 @@
89301                 memset((void *)softirq_ctx[i], 0, THREAD_SIZE);
89302                 tp = softirq_ctx[i];
89303                 tp->cpu = i;
89304 -               tp->preempt_count = SOFTIRQ_OFFSET;
89305 +               tp->preempt_count = 0;
89306  
89307                 memset((void *)hardirq_ctx[i], 0, THREAD_SIZE);
89308                 tp = hardirq_ctx[i];
89309 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/isa-bridge.c powerpc.git/arch/powerpc/kernel/isa-bridge.c
89310 --- linux-2.6.25-rc9/arch/powerpc/kernel/isa-bridge.c   2008-04-11 22:32:29.000000000 +0200
89311 +++ powerpc.git/arch/powerpc/kernel/isa-bridge.c        2008-04-19 16:40:52.000000000 +0200
89312 @@ -80,13 +80,13 @@
89313          *                      (size depending on dev->n_addr_cells)
89314          *   cell 5:            the size of the range
89315          */
89316 -       if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO) {
89317 +       if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO) {
89318                 range++;
89319                 rlen -= sizeof(struct isa_range);
89320                 if (rlen < sizeof(struct isa_range))
89321                         goto inval_range;
89322         }
89323 -       if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO)
89324 +       if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO)
89325                 goto inval_range;
89326  
89327         isa_addr = range->isa_addr.a_lo;
89328 @@ -99,7 +99,7 @@
89329          */
89330         if ((pci_addr != 0) || (isa_addr != 0)) {
89331                 printk(KERN_ERR "unexpected isa to pci mapping: %s\n",
89332 -                      __FUNCTION__);
89333 +                      __func__);
89334                 return;
89335         }
89336  
89337 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/lparcfg.c powerpc.git/arch/powerpc/kernel/lparcfg.c
89338 --- linux-2.6.25-rc9/arch/powerpc/kernel/lparcfg.c      2008-04-11 22:32:29.000000000 +0200
89339 +++ powerpc.git/arch/powerpc/kernel/lparcfg.c   2008-04-19 16:40:52.000000000 +0200
89340 @@ -226,7 +226,7 @@
89341         unsigned char *local_buffer = kmalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
89342         if (!local_buffer) {
89343                 printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
89344 -                      __FILE__, __FUNCTION__, __LINE__);
89345 +                      __FILE__, __func__, __LINE__);
89346                 return;
89347         }
89348  
89349 @@ -243,14 +243,14 @@
89350         if (call_status != 0) {
89351                 printk(KERN_INFO
89352                        "%s %s Error calling get-system-parameter (0x%x)\n",
89353 -                      __FILE__, __FUNCTION__, call_status);
89354 +                      __FILE__, __func__, call_status);
89355         } else {
89356                 int splpar_strlen;
89357                 int idx, w_idx;
89358                 char *workbuffer = kzalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
89359                 if (!workbuffer) {
89360                         printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
89361 -                              __FILE__, __FUNCTION__, __LINE__);
89362 +                              __FILE__, __func__, __LINE__);
89363                         kfree(local_buffer);
89364                         return;
89365                 }
89366 @@ -484,10 +484,10 @@
89367         current_weight = (resource >> 5 * 8) & 0xFF;
89368  
89369         pr_debug("%s: current_entitled = %lu, current_weight = %u\n",
89370 -                __FUNCTION__, current_entitled, current_weight);
89371 +                __func__, current_entitled, current_weight);
89372  
89373         pr_debug("%s: new_entitled = %lu, new_weight = %u\n",
89374 -                __FUNCTION__, *new_entitled_ptr, *new_weight_ptr);
89375 +                __func__, *new_entitled_ptr, *new_weight_ptr);
89376  
89377         retval = plpar_hcall_norets(H_SET_PPP, *new_entitled_ptr,
89378                                     *new_weight_ptr);
89379 @@ -502,7 +502,7 @@
89380                 retval = -EINVAL;
89381         } else {
89382                 printk(KERN_WARNING "%s: received unknown hv return code %ld",
89383 -                      __FUNCTION__, retval);
89384 +                      __func__, retval);
89385                 retval = -EIO;
89386         }
89387  
89388 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/machine_kexec.c powerpc.git/arch/powerpc/kernel/machine_kexec.c
89389 --- linux-2.6.25-rc9/arch/powerpc/kernel/machine_kexec.c        2008-04-11 22:32:29.000000000 +0200
89390 +++ powerpc.git/arch/powerpc/kernel/machine_kexec.c     2008-03-17 14:03:31.000000000 +0100
89391 @@ -12,8 +12,9 @@
89392  #include <linux/kexec.h>
89393  #include <linux/reboot.h>
89394  #include <linux/threads.h>
89395 +#include <linux/lmb.h>
89396  #include <asm/machdep.h>
89397 -#include <asm/lmb.h>
89398 +#include <asm/prom.h>
89399  
89400  void machine_crash_shutdown(struct pt_regs *regs)
89401  {
89402 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/paca.c powerpc.git/arch/powerpc/kernel/paca.c
89403 --- linux-2.6.25-rc9/arch/powerpc/kernel/paca.c 2008-04-11 22:32:29.000000000 +0200
89404 +++ powerpc.git/arch/powerpc/kernel/paca.c      2008-04-19 16:40:52.000000000 +0200
89405 @@ -15,7 +15,6 @@
89406  #include <asm/ptrace.h>
89407  #include <asm/page.h>
89408  #include <asm/lppaca.h>
89409 -#include <asm/iseries/it_lp_reg_save.h>
89410  #include <asm/paca.h>
89411  #include <asm/mmu.h>
89412  
89413 @@ -25,13 +24,13 @@
89414  extern unsigned long __toc_start;
89415  
89416  /*
89417 - * iSeries structure which the hypervisor knows about - this structure
89418 + * The structure which the hypervisor knows about - this structure
89419   * should not cross a page boundary.  The vpa_init/register_vpa call
89420   * is now known to fail if the lppaca structure crosses a page
89421 - * boundary.  The lppaca is also used on POWER5 pSeries boxes.  The
89422 - * lppaca is 640 bytes long, and cannot readily change since the
89423 - * hypervisor knows its layout, so a 1kB alignment will suffice to
89424 - * ensure that it doesn't cross a page boundary.
89425 + * boundary.  The lppaca is also used on legacy iSeries and POWER5
89426 + * pSeries boxes.  The lppaca is 640 bytes long, and cannot readily
89427 + * change since the hypervisor knows its layout, so a 1kB alignment
89428 + * will suffice to ensure that it doesn't cross a page boundary.
89429   */
89430  struct lppaca lppaca[] = {
89431         [0 ... (NR_CPUS-1)] = {
89432 @@ -66,32 +65,17 @@
89433   * processors.  The processor VPD array needs one entry per physical
89434   * processor (not thread).
89435   */
89436 -#define PACA_INIT_COMMON(number)                                           \
89437 +#define PACA_INIT(number)                                                  \
89438 +{                                                                          \
89439         .lppaca_ptr = &lppaca[number],                                      \
89440         .lock_token = 0x8000,                                               \
89441         .paca_index = (number),         /* Paca Index */                    \
89442         .kernel_toc = (unsigned long)(&__toc_start) + 0x8000UL,             \
89443         .hw_cpu_id = 0xffff,                                                \
89444 -       .slb_shadow_ptr = &slb_shadow[number],
89445 -
89446 -#ifdef CONFIG_PPC_ISERIES
89447 -#define PACA_INIT_ISERIES(number)                                          \
89448 -       .reg_save_ptr = &iseries_reg_save[number],
89449 -
89450 -#define PACA_INIT(number)                                                  \
89451 -{                                                                          \
89452 -       PACA_INIT_COMMON(number)                                            \
89453 -       PACA_INIT_ISERIES(number)                                           \
89454 +       .slb_shadow_ptr = &slb_shadow[number],                              \
89455 +       .__current = &init_task,                                            \
89456  }
89457  
89458 -#else
89459 -#define PACA_INIT(number)                                                  \
89460 -{                                                                          \
89461 -       PACA_INIT_COMMON(number)                                            \
89462 -}
89463 -
89464 -#endif
89465 -
89466  struct paca_struct paca[] = {
89467         PACA_INIT(0),
89468  #if NR_CPUS > 1
89469 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/ppc_ksyms.c powerpc.git/arch/powerpc/kernel/ppc_ksyms.c
89470 --- linux-2.6.25-rc9/arch/powerpc/kernel/ppc_ksyms.c    2008-04-11 22:32:29.000000000 +0200
89471 +++ powerpc.git/arch/powerpc/kernel/ppc_ksyms.c 2008-04-19 16:40:52.000000000 +0200
89472 @@ -45,10 +45,6 @@
89473  #include <asm/signal.h>
89474  #include <asm/dcr.h>
89475  
89476 -#ifdef CONFIG_PPC64
89477 -EXPORT_SYMBOL(local_irq_restore);
89478 -#endif
89479 -
89480  #ifdef CONFIG_PPC32
89481  extern void transfer_to_handler(void);
89482  extern void do_IRQ(struct pt_regs *regs);
89483 @@ -58,7 +54,6 @@
89484  extern void single_step_exception(struct pt_regs *regs);
89485  extern int sys_sigreturn(struct pt_regs *regs);
89486  
89487 -EXPORT_SYMBOL(empty_zero_page);
89488  EXPORT_SYMBOL(clear_pages);
89489  EXPORT_SYMBOL(copy_page);
89490  EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
89491 @@ -79,6 +74,7 @@
89492  EXPORT_SYMBOL(strcat);
89493  EXPORT_SYMBOL(strlen);
89494  EXPORT_SYMBOL(strcmp);
89495 +EXPORT_SYMBOL(strncmp);
89496  
89497  EXPORT_SYMBOL(csum_partial);
89498  EXPORT_SYMBOL(csum_partial_copy_generic);
89499 @@ -192,3 +188,4 @@
89500  EXPORT_SYMBOL(__mtdcr);
89501  EXPORT_SYMBOL(__mfdcr);
89502  #endif
89503 +EXPORT_SYMBOL(empty_zero_page);
89504 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/process.c powerpc.git/arch/powerpc/kernel/process.c
89505 --- linux-2.6.25-rc9/arch/powerpc/kernel/process.c      2008-04-11 22:32:29.000000000 +0200
89506 +++ powerpc.git/arch/powerpc/kernel/process.c   2008-04-19 16:40:52.000000000 +0200
89507 @@ -868,11 +868,6 @@
89508         flush_spe_to_thread(current);
89509         error = do_execve(filename, (char __user * __user *) a1,
89510                           (char __user * __user *) a2, regs);
89511 -       if (error == 0) {
89512 -               task_lock(current);
89513 -               current->ptrace &= ~PT_DTRACE;
89514 -               task_unlock(current);
89515 -       }
89516         putname(filename);
89517  out:
89518         return error;
89519 @@ -919,20 +914,6 @@
89520         return valid_irq_stack(sp, p, nbytes);
89521  }
89522  
89523 -#ifdef CONFIG_PPC64
89524 -#define MIN_STACK_FRAME        112     /* same as STACK_FRAME_OVERHEAD, in fact */
89525 -#define FRAME_LR_SAVE  2
89526 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD + 288)
89527 -#define REGS_MARKER    0x7265677368657265ul
89528 -#define FRAME_MARKER   12
89529 -#else
89530 -#define MIN_STACK_FRAME        16
89531 -#define FRAME_LR_SAVE  1
89532 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
89533 -#define REGS_MARKER    0x72656773ul
89534 -#define FRAME_MARKER   2
89535 -#endif
89536 -
89537  EXPORT_SYMBOL(validate_sp);
89538  
89539  unsigned long get_wchan(struct task_struct *p)
89540 @@ -944,15 +925,15 @@
89541                 return 0;
89542  
89543         sp = p->thread.ksp;
89544 -       if (!validate_sp(sp, p, MIN_STACK_FRAME))
89545 +       if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
89546                 return 0;
89547  
89548         do {
89549                 sp = *(unsigned long *)sp;
89550 -               if (!validate_sp(sp, p, MIN_STACK_FRAME))
89551 +               if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
89552                         return 0;
89553                 if (count > 0) {
89554 -                       ip = ((unsigned long *)sp)[FRAME_LR_SAVE];
89555 +                       ip = ((unsigned long *)sp)[STACK_FRAME_LR_SAVE];
89556                         if (!in_sched_functions(ip))
89557                                 return ip;
89558                 }
89559 @@ -981,12 +962,12 @@
89560         lr = 0;
89561         printk("Call Trace:\n");
89562         do {
89563 -               if (!validate_sp(sp, tsk, MIN_STACK_FRAME))
89564 +               if (!validate_sp(sp, tsk, STACK_FRAME_OVERHEAD))
89565                         return;
89566  
89567                 stack = (unsigned long *) sp;
89568                 newsp = stack[0];
89569 -               ip = stack[FRAME_LR_SAVE];
89570 +               ip = stack[STACK_FRAME_LR_SAVE];
89571                 if (!firstframe || ip != lr) {
89572                         printk("["REG"] ["REG"] ", sp, ip);
89573                         print_symbol("%s", ip);
89574 @@ -1000,8 +981,8 @@
89575                  * See if this is an exception frame.
89576                  * We look for the "regshere" marker in the current frame.
89577                  */
89578 -               if (validate_sp(sp, tsk, INT_FRAME_SIZE)
89579 -                   && stack[FRAME_MARKER] == REGS_MARKER) {
89580 +               if (validate_sp(sp, tsk, STACK_INT_FRAME_SIZE)
89581 +                   && stack[STACK_FRAME_MARKER] == STACK_FRAME_REGS_MARKER) {
89582                         struct pt_regs *regs = (struct pt_regs *)
89583                                 (sp + STACK_FRAME_OVERHEAD);
89584                         printk("--- Exception: %lx", regs->trap);
89585 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/prom.c powerpc.git/arch/powerpc/kernel/prom.c
89586 --- linux-2.6.25-rc9/arch/powerpc/kernel/prom.c 2008-04-11 22:32:29.000000000 +0200
89587 +++ powerpc.git/arch/powerpc/kernel/prom.c      2008-04-19 16:40:52.000000000 +0200
89588 @@ -31,10 +31,10 @@
89589  #include <linux/kexec.h>
89590  #include <linux/debugfs.h>
89591  #include <linux/irq.h>
89592 +#include <linux/lmb.h>
89593  
89594  #include <asm/prom.h>
89595  #include <asm/rtas.h>
89596 -#include <asm/lmb.h>
89597  #include <asm/page.h>
89598  #include <asm/processor.h>
89599  #include <asm/irq.h>
89600 @@ -51,6 +51,7 @@
89601  #include <asm/machdep.h>
89602  #include <asm/pSeries_reconfig.h>
89603  #include <asm/pci-bridge.h>
89604 +#include <asm/phyp_dump.h>
89605  #include <asm/kexec.h>
89606  
89607  #ifdef DEBUG
89608 @@ -436,7 +437,7 @@
89609   * The device tree may be allocated beyond our memory limit, or inside the
89610   * crash kernel region for kdump. If so, move it out of the way.
89611   */
89612 -static void move_device_tree(void)
89613 +static void __init move_device_tree(void)
89614  {
89615         unsigned long start, size;
89616         void *p;
89617 @@ -1040,6 +1041,87 @@
89618  #endif
89619  }
89620  
89621 +#ifdef CONFIG_PHYP_DUMP
89622 +/**
89623 + * phyp_dump_calculate_reserve_size() - reserve variable boot area 5% or arg
89624 + *
89625 + * Function to find the largest size we need to reserve
89626 + * during early boot process.
89627 + *
89628 + * It either looks for boot param and returns that OR
89629 + * returns larger of 256 or 5% rounded down to multiples of 256MB.
89630 + *
89631 + */
89632 +static inline unsigned long phyp_dump_calculate_reserve_size(void)
89633 +{
89634 +       unsigned long tmp;
89635 +
89636 +       if (phyp_dump_info->reserve_bootvar)
89637 +               return phyp_dump_info->reserve_bootvar;
89638 +
89639 +       /* divide by 20 to get 5% of value */
89640 +       tmp = lmb_end_of_DRAM();
89641 +       do_div(tmp, 20);
89642 +
89643 +       /* round it down in multiples of 256 */
89644 +       tmp = tmp & ~0x0FFFFFFFUL;
89645 +
89646 +       return (tmp > PHYP_DUMP_RMR_END ? tmp : PHYP_DUMP_RMR_END);
89647 +}
89648 +
89649 +/**
89650 + * phyp_dump_reserve_mem() - reserve all not-yet-dumped mmemory
89651 + *
89652 + * This routine may reserve memory regions in the kernel only
89653 + * if the system is supported and a dump was taken in last
89654 + * boot instance or if the hardware is supported and the
89655 + * scratch area needs to be setup. In other instances it returns
89656 + * without reserving anything. The memory in case of dump being
89657 + * active is freed when the dump is collected (by userland tools).
89658 + */
89659 +static void __init phyp_dump_reserve_mem(void)
89660 +{
89661 +       unsigned long base, size;
89662 +       unsigned long variable_reserve_size;
89663 +
89664 +       if (!phyp_dump_info->phyp_dump_configured) {
89665 +               printk(KERN_ERR "Phyp-dump not supported on this hardware\n");
89666 +               return;
89667 +       }
89668 +
89669 +       if (!phyp_dump_info->phyp_dump_at_boot) {
89670 +               printk(KERN_INFO "Phyp-dump disabled at boot time\n");
89671 +               return;
89672 +       }
89673 +
89674 +       variable_reserve_size = phyp_dump_calculate_reserve_size();
89675 +
89676 +       if (phyp_dump_info->phyp_dump_is_active) {
89677 +               /* Reserve *everything* above RMR.Area freed by userland tools*/
89678 +               base = variable_reserve_size;
89679 +               size = lmb_end_of_DRAM() - base;
89680 +
89681 +               /* XXX crashed_ram_end is wrong, since it may be beyond
89682 +                * the memory_limit, it will need to be adjusted. */
89683 +               lmb_reserve(base, size);
89684 +
89685 +               phyp_dump_info->init_reserve_start = base;
89686 +               phyp_dump_info->init_reserve_size = size;
89687 +       } else {
89688 +               size = phyp_dump_info->cpu_state_size +
89689 +                       phyp_dump_info->hpte_region_size +
89690 +                       variable_reserve_size;
89691 +               base = lmb_end_of_DRAM() - size;
89692 +               lmb_reserve(base, size);
89693 +               phyp_dump_info->init_reserve_start = base;
89694 +               phyp_dump_info->init_reserve_size = size;
89695 +       }
89696 +}
89697 +#else
89698 +static inline void __init phyp_dump_reserve_mem(void) {}
89699 +#endif /* CONFIG_PHYP_DUMP  && CONFIG_PPC_RTAS */
89700 +
89701 +
89702  void __init early_init_devtree(void *params)
89703  {
89704         DBG(" -> early_init_devtree(%p)\n", params);
89705 @@ -1052,6 +1134,11 @@
89706         of_scan_flat_dt(early_init_dt_scan_rtas, NULL);
89707  #endif
89708  
89709 +#ifdef CONFIG_PHYP_DUMP
89710 +       /* scan tree to see if dump occured during last boot */
89711 +       of_scan_flat_dt(early_init_dt_scan_phyp_dump, NULL);
89712 +#endif
89713 +
89714         /* Retrieve various informations from the /chosen node of the
89715          * device-tree, including the platform type, initrd location and
89716          * size, TCE reserve, and more ...
89717 @@ -1072,6 +1159,7 @@
89718         reserve_kdump_trampoline();
89719         reserve_crashkernel();
89720         early_reserve_mem();
89721 +       phyp_dump_reserve_mem();
89722  
89723         lmb_enforce_memory_limit(memory_limit);
89724         lmb_analyze();
89725 @@ -1244,12 +1332,14 @@
89726   */
89727  void of_attach_node(struct device_node *np)
89728  {
89729 -       write_lock(&devtree_lock);
89730 +       unsigned long flags;
89731 +
89732 +       write_lock_irqsave(&devtree_lock, flags);
89733         np->sibling = np->parent->child;
89734         np->allnext = allnodes;
89735         np->parent->child = np;
89736         allnodes = np;
89737 -       write_unlock(&devtree_lock);
89738 +       write_unlock_irqrestore(&devtree_lock, flags);
89739  }
89740  
89741  /*
89742 @@ -1260,8 +1350,9 @@
89743  void of_detach_node(struct device_node *np)
89744  {
89745         struct device_node *parent;
89746 +       unsigned long flags;
89747  
89748 -       write_lock(&devtree_lock);
89749 +       write_lock_irqsave(&devtree_lock, flags);
89750  
89751         parent = np->parent;
89752         if (!parent)
89753 @@ -1292,7 +1383,7 @@
89754         of_node_set_flag(np, OF_DETACHED);
89755  
89756  out_unlock:
89757 -       write_unlock(&devtree_lock);
89758 +       write_unlock_irqrestore(&devtree_lock, flags);
89759  }
89760  
89761  #ifdef CONFIG_PPC_PSERIES
89762 @@ -1373,20 +1464,21 @@
89763  int prom_add_property(struct device_node* np, struct property* prop)
89764  {
89765         struct property **next;
89766 +       unsigned long flags;
89767  
89768         prop->next = NULL;      
89769 -       write_lock(&devtree_lock);
89770 +       write_lock_irqsave(&devtree_lock, flags);
89771         next = &np->properties;
89772         while (*next) {
89773                 if (strcmp(prop->name, (*next)->name) == 0) {
89774                         /* duplicate ! don't insert it */
89775 -                       write_unlock(&devtree_lock);
89776 +                       write_unlock_irqrestore(&devtree_lock, flags);
89777                         return -1;
89778                 }
89779                 next = &(*next)->next;
89780         }
89781         *next = prop;
89782 -       write_unlock(&devtree_lock);
89783 +       write_unlock_irqrestore(&devtree_lock, flags);
89784  
89785  #ifdef CONFIG_PROC_DEVICETREE
89786         /* try to add to proc as well if it was initialized */
89787 @@ -1406,9 +1498,10 @@
89788  int prom_remove_property(struct device_node *np, struct property *prop)
89789  {
89790         struct property **next;
89791 +       unsigned long flags;
89792         int found = 0;
89793  
89794 -       write_lock(&devtree_lock);
89795 +       write_lock_irqsave(&devtree_lock, flags);
89796         next = &np->properties;
89797         while (*next) {
89798                 if (*next == prop) {
89799 @@ -1421,7 +1514,7 @@
89800                 }
89801                 next = &(*next)->next;
89802         }
89803 -       write_unlock(&devtree_lock);
89804 +       write_unlock_irqrestore(&devtree_lock, flags);
89805  
89806         if (!found)
89807                 return -ENODEV;
89808 @@ -1447,9 +1540,10 @@
89809                          struct property *oldprop)
89810  {
89811         struct property **next;
89812 +       unsigned long flags;
89813         int found = 0;
89814  
89815 -       write_lock(&devtree_lock);
89816 +       write_lock_irqsave(&devtree_lock, flags);
89817         next = &np->properties;
89818         while (*next) {
89819                 if (*next == oldprop) {
89820 @@ -1463,7 +1557,7 @@
89821                 }
89822                 next = &(*next)->next;
89823         }
89824 -       write_unlock(&devtree_lock);
89825 +       write_unlock_irqrestore(&devtree_lock, flags);
89826  
89827         if (!found)
89828                 return -ENODEV;
89829 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/prom_init.c powerpc.git/arch/powerpc/kernel/prom_init.c
89830 --- linux-2.6.25-rc9/arch/powerpc/kernel/prom_init.c    2008-04-11 22:32:29.000000000 +0200
89831 +++ powerpc.git/arch/powerpc/kernel/prom_init.c 2008-04-19 16:40:52.000000000 +0200
89832 @@ -2240,6 +2240,14 @@
89833         if (rv != PROM_ERROR && (strcmp(prop, "chrp") == 0))
89834                 prom_setprop(node, "/", "device_type", "efika", sizeof("efika"));
89835  
89836 +       /* CODEGEN,description is exposed in /proc/cpuinfo so
89837 +          fix that too */
89838 +       rv = prom_getprop(node, "CODEGEN,description", prop, sizeof(prop));
89839 +       if (rv != PROM_ERROR && (strstr(prop, "CHRP")))
89840 +               prom_setprop(node, "/", "CODEGEN,description",
89841 +                            "Efika 5200B PowerPC System",
89842 +                            sizeof("Efika 5200B PowerPC System"));
89843 +
89844         /* Fixup bestcomm interrupts property */
89845         node = call_prom("finddevice", 1, 1, ADDR("/builtin/bestcomm"));
89846         if (PHANDLE_VALID(node)) {
89847 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/rtas.c powerpc.git/arch/powerpc/kernel/rtas.c
89848 --- linux-2.6.25-rc9/arch/powerpc/kernel/rtas.c 2008-04-11 22:32:29.000000000 +0200
89849 +++ powerpc.git/arch/powerpc/kernel/rtas.c      2008-04-19 16:40:52.000000000 +0200
89850 @@ -22,6 +22,7 @@
89851  #include <linux/smp.h>
89852  #include <linux/completion.h>
89853  #include <linux/cpumask.h>
89854 +#include <linux/lmb.h>
89855  
89856  #include <asm/prom.h>
89857  #include <asm/rtas.h>
89858 @@ -34,7 +35,6 @@
89859  #include <asm/system.h>
89860  #include <asm/delay.h>
89861  #include <asm/uaccess.h>
89862 -#include <asm/lmb.h>
89863  #include <asm/udbg.h>
89864  #include <asm/syscalls.h>
89865  #include <asm/smp.h>
89866 @@ -507,7 +507,7 @@
89867                         break;
89868                 default:
89869                         printk(KERN_ERR "%s: unexpected RTAS error %d\n",
89870 -                                       __FUNCTION__, rtas_rc);
89871 +                                       __func__, rtas_rc);
89872                         rc = -ERANGE;
89873                         break;
89874         }
89875 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/rtas_flash.c powerpc.git/arch/powerpc/kernel/rtas_flash.c
89876 --- linux-2.6.25-rc9/arch/powerpc/kernel/rtas_flash.c   2008-04-11 22:32:29.000000000 +0200
89877 +++ powerpc.git/arch/powerpc/kernel/rtas_flash.c        2008-04-19 16:40:52.000000000 +0200
89878 @@ -807,7 +807,7 @@
89879                                 rtas_block_ctor);
89880         if (!flash_block_cache) {
89881                 printk(KERN_ERR "%s: failed to create block cache\n",
89882 -                               __FUNCTION__);
89883 +                               __func__);
89884                 rc = -ENOMEM;
89885                 goto cleanup;
89886         }
89887 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/rtas_pci.c powerpc.git/arch/powerpc/kernel/rtas_pci.c
89888 --- linux-2.6.25-rc9/arch/powerpc/kernel/rtas_pci.c     2008-04-11 22:32:29.000000000 +0200
89889 +++ powerpc.git/arch/powerpc/kernel/rtas_pci.c  2008-04-19 16:40:52.000000000 +0200
89890 @@ -56,21 +56,6 @@
89891         return 0;
89892  }
89893  
89894 -static int of_device_available(struct device_node * dn)
89895 -{
89896 -        const char *status;
89897 -
89898 -        status = of_get_property(dn, "status", NULL);
89899 -
89900 -        if (!status)
89901 -                return 1;
89902 -
89903 -        if (!strcmp(status, "okay"))
89904 -                return 1;
89905 -
89906 -        return 0;
89907 -}
89908 -
89909  int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val)
89910  {
89911         int returnval = -1;
89912 @@ -117,7 +102,7 @@
89913         for (dn = busdn->child; dn; dn = dn->sibling) {
89914                 struct pci_dn *pdn = PCI_DN(dn);
89915                 if (pdn && pdn->devfn == devfn
89916 -                   && of_device_available(dn))
89917 +                   && of_device_is_available(dn))
89918                         return rtas_read_config(pdn, where, size, val);
89919         }
89920  
89921 @@ -164,7 +149,7 @@
89922         for (dn = busdn->child; dn; dn = dn->sibling) {
89923                 struct pci_dn *pdn = PCI_DN(dn);
89924                 if (pdn && pdn->devfn == devfn
89925 -                   && of_device_available(dn))
89926 +                   && of_device_is_available(dn))
89927                         return rtas_write_config(pdn, where, size, val);
89928         }
89929         return PCIBIOS_DEVICE_NOT_FOUND;
89930 @@ -326,7 +311,7 @@
89931  
89932         res = b->resource[0];
89933         if (!res->flags) {
89934 -               printk(KERN_ERR "%s: no IO resource for PHB %s\n", __FUNCTION__,
89935 +               printk(KERN_ERR "%s: no IO resource for PHB %s\n", __func__,
89936                                 b->name);
89937                 return 1;
89938         }
89939 @@ -334,13 +319,13 @@
89940         rc = pcibios_unmap_io_space(b);
89941         if (rc) {
89942                 printk(KERN_ERR "%s: failed to unmap IO on bus %s\n",
89943 -                       __FUNCTION__, b->name);
89944 +                       __func__, b->name);
89945                 return 1;
89946         }
89947  
89948         if (release_resource(res)) {
89949                 printk(KERN_ERR "%s: failed to release IO on bus %s\n",
89950 -                               __FUNCTION__, b->name);
89951 +                               __func__, b->name);
89952                 return 1;
89953         }
89954  
89955 @@ -348,13 +333,13 @@
89956                 res = b->resource[i];
89957                 if (!res->flags && i == 0) {
89958                         printk(KERN_ERR "%s: no MEM resource for PHB %s\n",
89959 -                               __FUNCTION__, b->name);
89960 +                               __func__, b->name);
89961                         return 1;
89962                 }
89963                 if (res->flags && release_resource(res)) {
89964                         printk(KERN_ERR
89965                                "%s: failed to release IO %d on bus %s\n",
89966 -                               __FUNCTION__, i, b->name);
89967 +                               __func__, i, b->name);
89968                         return 1;
89969                 }
89970         }
89971 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/setup-common.c powerpc.git/arch/powerpc/kernel/setup-common.c
89972 --- linux-2.6.25-rc9/arch/powerpc/kernel/setup-common.c 2008-04-11 22:32:29.000000000 +0200
89973 +++ powerpc.git/arch/powerpc/kernel/setup-common.c      2008-04-19 16:40:52.000000000 +0200
89974 @@ -34,6 +34,7 @@
89975  #include <linux/serial_8250.h>
89976  #include <linux/debugfs.h>
89977  #include <linux/percpu.h>
89978 +#include <linux/lmb.h>
89979  #include <asm/io.h>
89980  #include <asm/prom.h>
89981  #include <asm/processor.h>
89982 @@ -56,7 +57,6 @@
89983  #include <asm/cache.h>
89984  #include <asm/page.h>
89985  #include <asm/mmu.h>
89986 -#include <asm/lmb.h>
89987  #include <asm/xmon.h>
89988  #include <asm/cputhreads.h>
89989  
89990 @@ -167,6 +167,8 @@
89991         unsigned short min;
89992  
89993         if (cpu_id == NR_CPUS) {
89994 +               struct device_node *root;
89995 +               const char *model = NULL;
89996  #if defined(CONFIG_SMP) && defined(CONFIG_PPC32)
89997                 unsigned long bogosum = 0;
89998                 int i;
89999 @@ -178,6 +180,13 @@
90000                 seq_printf(m, "timebase\t: %lu\n", ppc_tb_freq);
90001                 if (ppc_md.name)
90002                         seq_printf(m, "platform\t: %s\n", ppc_md.name);
90003 +               root = of_find_node_by_path("/");
90004 +               if (root)
90005 +                       model = of_get_property(root, "model", NULL);
90006 +               if (model)
90007 +                       seq_printf(m, "model\t\t: %s\n", model);
90008 +               of_node_put(root);
90009 +
90010                 if (ppc_md.show_cpuinfo != NULL)
90011                         ppc_md.show_cpuinfo(m);
90012  
90013 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/setup_32.c powerpc.git/arch/powerpc/kernel/setup_32.c
90014 --- linux-2.6.25-rc9/arch/powerpc/kernel/setup_32.c     2008-04-11 22:32:29.000000000 +0200
90015 +++ powerpc.git/arch/powerpc/kernel/setup_32.c  2008-04-19 16:40:52.000000000 +0200
90016 @@ -172,6 +172,18 @@
90017  }
90018  __setup("l2cr=", ppc_setup_l2cr);
90019  
90020 +/* Checks "l3cr=xxxx" command-line option */
90021 +int __init ppc_setup_l3cr(char *str)
90022 +{
90023 +       if (cpu_has_feature(CPU_FTR_L3CR)) {
90024 +               unsigned long val = simple_strtoul(str, NULL, 0);
90025 +               printk(KERN_INFO "l3cr set to %lx\n", val);
90026 +               _set_L3CR(val);         /* and enable it */
90027 +       }
90028 +       return 1;
90029 +}
90030 +__setup("l3cr=", ppc_setup_l3cr);
90031 +
90032  #ifdef CONFIG_GENERIC_NVRAM
90033  
90034  /* Generic nvram hooks used by drivers/char/gen_nvram.c */
90035 @@ -277,7 +289,7 @@
90036         if (ppc_md.panic)
90037                 setup_panic();
90038  
90039 -       init_mm.start_code = PAGE_OFFSET;
90040 +       init_mm.start_code = (unsigned long)_stext;
90041         init_mm.end_code = (unsigned long) _etext;
90042         init_mm.end_data = (unsigned long) _edata;
90043         init_mm.brk = klimit;
90044 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/setup_64.c powerpc.git/arch/powerpc/kernel/setup_64.c
90045 --- linux-2.6.25-rc9/arch/powerpc/kernel/setup_64.c     2008-04-11 22:32:29.000000000 +0200
90046 +++ powerpc.git/arch/powerpc/kernel/setup_64.c  2008-04-19 16:40:52.000000000 +0200
90047 @@ -33,6 +33,8 @@
90048  #include <linux/serial_8250.h>
90049  #include <linux/bootmem.h>
90050  #include <linux/pci.h>
90051 +#include <linux/lockdep.h>
90052 +#include <linux/lmb.h>
90053  #include <asm/io.h>
90054  #include <asm/kdump.h>
90055  #include <asm/prom.h>
90056 @@ -55,7 +57,6 @@
90057  #include <asm/cache.h>
90058  #include <asm/page.h>
90059  #include <asm/mmu.h>
90060 -#include <asm/lmb.h>
90061  #include <asm/firmware.h>
90062  #include <asm/xmon.h>
90063  #include <asm/udbg.h>
90064 @@ -178,6 +179,9 @@
90065         /* Enable early debugging if any specified (see udbg.h) */
90066         udbg_early_init();
90067  
90068 +       /* Initialize lockdep early or else spinlocks will blow */
90069 +       lockdep_init();
90070 +
90071         DBG(" -> early_setup(), dt_ptr: 0x%lx\n", dt_ptr);
90072  
90073         /*
90074 @@ -510,7 +514,7 @@
90075         if (ppc_md.panic)
90076                 setup_panic();
90077  
90078 -       init_mm.start_code = PAGE_OFFSET;
90079 +       init_mm.start_code = (unsigned long)_stext;
90080         init_mm.end_code = (unsigned long) _etext;
90081         init_mm.end_data = (unsigned long) _edata;
90082         init_mm.brk = klimit;
90083 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/stacktrace.c powerpc.git/arch/powerpc/kernel/stacktrace.c
90084 --- linux-2.6.25-rc9/arch/powerpc/kernel/stacktrace.c   1970-01-01 01:00:00.000000000 +0100
90085 +++ powerpc.git/arch/powerpc/kernel/stacktrace.c        2008-04-19 16:40:52.000000000 +0200
90086 @@ -0,0 +1,47 @@
90087 +/*
90088 + * Stack trace utility
90089 + *
90090 + * Copyright 2008 Christoph Hellwig, IBM Corp.
90091 + *
90092 + *
90093 + *      This program is free software; you can redistribute it and/or
90094 + *      modify it under the terms of the GNU General Public License
90095 + *      as published by the Free Software Foundation; either version
90096 + *      2 of the License, or (at your option) any later version.
90097 + */
90098 +
90099 +#include <linux/sched.h>
90100 +#include <linux/stacktrace.h>
90101 +#include <asm/ptrace.h>
90102 +#include <asm/asm-offsets.h>
90103 +
90104 +/*
90105 + * Save stack-backtrace addresses into a stack_trace buffer.
90106 + */
90107 +void save_stack_trace(struct stack_trace *trace)
90108 +{
90109 +       unsigned long sp;
90110 +
90111 +       asm("mr %0,1" : "=r" (sp));
90112 +
90113 +       for (;;) {
90114 +               unsigned long *stack = (unsigned long *) sp;
90115 +               unsigned long newsp, ip;
90116 +
90117 +               if (!validate_sp(sp, current, STACK_FRAME_OVERHEAD))
90118 +                       return;
90119 +
90120 +               newsp = stack[0];
90121 +               ip = stack[STACK_FRAME_LR_SAVE];
90122 +
90123 +               if (!trace->skip)
90124 +                       trace->entries[trace->nr_entries++] = ip;
90125 +               else
90126 +                       trace->skip--;
90127 +
90128 +               if (trace->nr_entries >= trace->max_entries)
90129 +                       return;
90130 +
90131 +               sp = newsp;
90132 +       }
90133 +}
90134 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/sys_ppc32.c powerpc.git/arch/powerpc/kernel/sys_ppc32.c
90135 --- linux-2.6.25-rc9/arch/powerpc/kernel/sys_ppc32.c    2008-04-11 22:32:29.000000000 +0200
90136 +++ powerpc.git/arch/powerpc/kernel/sys_ppc32.c 2008-04-19 16:40:52.000000000 +0200
90137 @@ -368,11 +368,6 @@
90138  
90139         error = compat_do_execve(filename, compat_ptr(a1), compat_ptr(a2), regs);
90140  
90141 -       if (error == 0) {
90142 -               task_lock(current);
90143 -               current->ptrace &= ~PT_DTRACE;
90144 -               task_unlock(current);
90145 -       }
90146         putname(filename);
90147  
90148  out:
90149 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/vdso.c powerpc.git/arch/powerpc/kernel/vdso.c
90150 --- linux-2.6.25-rc9/arch/powerpc/kernel/vdso.c 2008-04-11 22:32:29.000000000 +0200
90151 +++ powerpc.git/arch/powerpc/kernel/vdso.c      2008-03-17 14:03:31.000000000 +0100
90152 @@ -21,13 +21,14 @@
90153  #include <linux/elf.h>
90154  #include <linux/security.h>
90155  #include <linux/bootmem.h>
90156 +#include <linux/lmb.h>
90157  
90158  #include <asm/pgtable.h>
90159  #include <asm/system.h>
90160  #include <asm/processor.h>
90161  #include <asm/mmu.h>
90162  #include <asm/mmu_context.h>
90163 -#include <asm/lmb.h>
90164 +#include <asm/prom.h>
90165  #include <asm/machdep.h>
90166  #include <asm/cputable.h>
90167  #include <asm/sections.h>
90168 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/vio.c powerpc.git/arch/powerpc/kernel/vio.c
90169 --- linux-2.6.25-rc9/arch/powerpc/kernel/vio.c  2008-04-11 22:32:29.000000000 +0200
90170 +++ powerpc.git/arch/powerpc/kernel/vio.c       2008-04-19 16:40:52.000000000 +0200
90171 @@ -139,7 +139,7 @@
90172   */
90173  int vio_register_driver(struct vio_driver *viodrv)
90174  {
90175 -       printk(KERN_DEBUG "%s: driver %s registering\n", __FUNCTION__,
90176 +       printk(KERN_DEBUG "%s: driver %s registering\n", __func__,
90177                 viodrv->driver.name);
90178  
90179         /* fill in 'struct driver' fields */
90180 @@ -184,7 +184,7 @@
90181         /* we need the 'device_type' property, in order to match with drivers */
90182         if (of_node->type == NULL) {
90183                 printk(KERN_WARNING "%s: node %s missing 'device_type'\n",
90184 -                               __FUNCTION__,
90185 +                               __func__,
90186                                 of_node->name ? of_node->name : "<unknown>");
90187                 return NULL;
90188         }
90189 @@ -192,7 +192,7 @@
90190         unit_address = of_get_property(of_node, "reg", NULL);
90191         if (unit_address == NULL) {
90192                 printk(KERN_WARNING "%s: node %s missing 'reg'\n",
90193 -                               __FUNCTION__,
90194 +                               __func__,
90195                                 of_node->name ? of_node->name : "<unknown>");
90196                 return NULL;
90197         }
90198 @@ -227,7 +227,7 @@
90199         /* register with generic device framework */
90200         if (device_register(&viodev->dev)) {
90201                 printk(KERN_ERR "%s: failed to register device %s\n",
90202 -                               __FUNCTION__, viodev->dev.bus_id);
90203 +                               __func__, viodev->dev.bus_id);
90204                 /* XXX free TCE table */
90205                 kfree(viodev);
90206                 return NULL;
90207 @@ -258,7 +258,7 @@
90208         err = device_register(&vio_bus_device.dev);
90209         if (err) {
90210                 printk(KERN_WARNING "%s: device_register returned %i\n",
90211 -                               __FUNCTION__, err);
90212 +                               __func__, err);
90213                 return err;
90214         }
90215  
90216 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/vmlinux.lds.S powerpc.git/arch/powerpc/kernel/vmlinux.lds.S
90217 --- linux-2.6.25-rc9/arch/powerpc/kernel/vmlinux.lds.S  2008-04-11 22:32:29.000000000 +0200
90218 +++ powerpc.git/arch/powerpc/kernel/vmlinux.lds.S       2008-04-19 16:40:52.000000000 +0200
90219 @@ -1,11 +1,9 @@
90220  #ifdef CONFIG_PPC64
90221 -#include <asm/page.h>
90222  #define PROVIDE32(x)   PROVIDE(__unused__##x)
90223  #else
90224 -#define PAGE_SIZE      4096
90225 -#define KERNELBASE     CONFIG_KERNEL_START
90226  #define PROVIDE32(x)   PROVIDE(x)
90227  #endif
90228 +#include <asm/page.h>
90229  #include <asm-generic/vmlinux.lds.h>
90230  #include <asm/cache.h>
90231  
90232 @@ -33,7 +31,7 @@
90233   */
90234  
90235         /* Text and gots */
90236 -       .text : {
90237 +       .text : AT(ADDR(.text) - LOAD_OFFSET) {
90238                 ALIGN_FUNCTION();
90239                 *(.text.head)
90240                 _text = .;
90241 @@ -58,7 +56,7 @@
90242         RODATA
90243  
90244         /* Exception & bug tables */
90245 -       __ex_table : {
90246 +       __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
90247                 __start___ex_table = .;
90248                 *(__ex_table)
90249                 __stop___ex_table = .;
90250 @@ -74,7 +72,7 @@
90251         . = ALIGN(PAGE_SIZE);
90252         __init_begin = .;
90253  
90254 -       .init.text : {
90255 +       .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
90256                 _sinittext = .;
90257                 INIT_TEXT
90258                 _einittext = .;
90259 @@ -83,11 +81,11 @@
90260         /* .exit.text is discarded at runtime, not link time,
90261          * to deal with references from __bug_table
90262          */
90263 -       .exit.text : {
90264 +       .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
90265                 EXIT_TEXT
90266         }
90267  
90268 -       .init.data : {
90269 +       .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
90270                 INIT_DATA
90271                 __vtop_table_begin = .;
90272                 *(.vtop_fixup);
90273 @@ -103,19 +101,19 @@
90274         }
90275  
90276         . = ALIGN(16);
90277 -       .init.setup : {
90278 +       .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
90279                 __setup_start = .;
90280                 *(.init.setup)
90281                 __setup_end = .;
90282         }
90283  
90284 -       .initcall.init : {
90285 +       .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET) {
90286                 __initcall_start = .;
90287                 INITCALLS
90288                 __initcall_end = .;
90289                 }
90290  
90291 -       .con_initcall.init : {
90292 +       .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET) {
90293                 __con_initcall_start = .;
90294                 *(.con_initcall.init)
90295                 __con_initcall_end = .;
90296 @@ -124,14 +122,14 @@
90297         SECURITY_INIT
90298  
90299         . = ALIGN(8);
90300 -       __ftr_fixup : {
90301 +       __ftr_fixup : AT(ADDR(__ftr_fixup) - LOAD_OFFSET) {
90302                 __start___ftr_fixup = .;
90303                 *(__ftr_fixup)
90304                 __stop___ftr_fixup = .;
90305         }
90306  #ifdef CONFIG_PPC64
90307         . = ALIGN(8);
90308 -       __fw_ftr_fixup : {
90309 +       __fw_ftr_fixup : AT(ADDR(__fw_ftr_fixup) - LOAD_OFFSET) {
90310                 __start___fw_ftr_fixup = .;
90311                 *(__fw_ftr_fixup)
90312                 __stop___fw_ftr_fixup = .;
90313 @@ -139,14 +137,14 @@
90314  #endif
90315  #ifdef CONFIG_BLK_DEV_INITRD
90316         . = ALIGN(PAGE_SIZE);
90317 -       .init.ramfs : {
90318 +       .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
90319                 __initramfs_start = .;
90320                 *(.init.ramfs)
90321                 __initramfs_end = .;
90322         }
90323  #endif
90324         . = ALIGN(PAGE_SIZE);
90325 -       .data.percpu : {
90326 +       .data.percpu  : AT(ADDR(.data.percpu) - LOAD_OFFSET) {
90327                 __per_cpu_start = .;
90328                 *(.data.percpu)
90329                 *(.data.percpu.shared_aligned)
90330 @@ -154,7 +152,7 @@
90331         }
90332  
90333         . = ALIGN(8);
90334 -       .machine.desc : {
90335 +       .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) {
90336                 __machine_desc_start = . ;
90337                 *(.machine.desc)
90338                 __machine_desc_end = . ;
90339 @@ -172,25 +170,24 @@
90340         _sdata = .;
90341  
90342  #ifdef CONFIG_PPC32
90343 -       .data    :
90344 -       {
90345 +       .data : AT(ADDR(.data) - LOAD_OFFSET) {
90346                 DATA_DATA
90347                 *(.sdata)
90348                 *(.got.plt) *(.got)
90349         }
90350  #else
90351 -       .data : {
90352 +       .data : AT(ADDR(.data) - LOAD_OFFSET) {
90353                 DATA_DATA
90354                 *(.data.rel*)
90355                 *(.toc1)
90356                 *(.branch_lt)
90357         }
90358  
90359 -       .opd : {
90360 +       .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
90361                 *(.opd)
90362         }
90363  
90364 -       .got : {
90365 +       .got : AT(ADDR(.got) - LOAD_OFFSET) {
90366                 __toc_start = .;
90367                 *(.got)
90368                 *(.toc)
90369 @@ -207,26 +204,26 @@
90370  #else
90371         . = ALIGN(16384);
90372  #endif
90373 -       .data.init_task : {
90374 +       .data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET) {
90375                 *(.data.init_task)
90376         }
90377  
90378         . = ALIGN(PAGE_SIZE);
90379 -       .data.page_aligned : {
90380 +       .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) {
90381                 *(.data.page_aligned)
90382         }
90383  
90384 -       .data.cacheline_aligned : {
90385 +       .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) {
90386                 *(.data.cacheline_aligned)
90387         }
90388  
90389         . = ALIGN(L1_CACHE_BYTES);
90390 -       .data.read_mostly : {
90391 +       .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET) {
90392                 *(.data.read_mostly)
90393         }
90394  
90395         . = ALIGN(PAGE_SIZE);
90396 -       __data_nosave : {
90397 +       .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
90398                 __nosave_begin = .;
90399                 *(.data.nosave)
90400                 . = ALIGN(PAGE_SIZE);
90401 @@ -237,7 +234,7 @@
90402   * And finally the bss
90403   */
90404  
90405 -       .bss : {
90406 +       .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
90407                 __bss_start = .;
90408                 *(.sbss) *(.scommon)
90409                 *(.dynbss)
90410 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/lib/rheap.c powerpc.git/arch/powerpc/lib/rheap.c
90411 --- linux-2.6.25-rc9/arch/powerpc/lib/rheap.c   2008-04-11 22:32:29.000000000 +0200
90412 +++ powerpc.git/arch/powerpc/lib/rheap.c        2008-04-19 16:40:52.000000000 +0200
90413 @@ -54,7 +54,7 @@
90414  
90415         new_blocks = max_blocks - info->max_blocks;
90416  
90417 -       block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_KERNEL);
90418 +       block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_ATOMIC);
90419         if (block == NULL)
90420                 return -ENOMEM;
90421  
90422 @@ -258,7 +258,7 @@
90423         if ((alignment & (alignment - 1)) != 0)
90424                 return ERR_PTR(-EINVAL);
90425  
90426 -       info = kmalloc(sizeof(*info), GFP_KERNEL);
90427 +       info = kmalloc(sizeof(*info), GFP_ATOMIC);
90428         if (info == NULL)
90429                 return ERR_PTR(-ENOMEM);
90430  
90431 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/lib/string.S powerpc.git/arch/powerpc/lib/string.S
90432 --- linux-2.6.25-rc9/arch/powerpc/lib/string.S  2008-04-11 22:32:29.000000000 +0200
90433 +++ powerpc.git/arch/powerpc/lib/string.S       2008-04-19 16:40:52.000000000 +0200
90434 @@ -75,6 +75,20 @@
90435         beq     1b
90436         blr
90437  
90438 +_GLOBAL(strncmp)
90439 +       PPC_LCMPI r5,0
90440 +       beqlr
90441 +       mtctr   r5
90442 +       addi    r5,r3,-1
90443 +       addi    r4,r4,-1
90444 +1:     lbzu    r3,1(r5)
90445 +       cmpwi   1,r3,0
90446 +       lbzu    r0,1(r4)
90447 +       subf.   r3,r0,r3
90448 +       beqlr   1
90449 +       bdnzt   eq,1b
90450 +       blr
90451 +
90452  _GLOBAL(strlen)
90453         addi    r4,r3,-1
90454  1:     lbzu    r0,1(r4)
90455 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fabs.c powerpc.git/arch/powerpc/math-emu/fabs.c
90456 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fabs.c       2008-04-11 22:32:29.000000000 +0200
90457 +++ powerpc.git/arch/powerpc/math-emu/fabs.c    2008-04-19 16:40:52.000000000 +0200
90458 @@ -9,7 +9,7 @@
90459         frD[1] = frB[1];
90460  
90461  #ifdef DEBUG
90462 -       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90463 +       printk("%s: D %p, B %p: ", __func__, frD, frB);
90464         dump_double(frD);
90465         printk("\n");
90466  #endif
90467 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fadd.c powerpc.git/arch/powerpc/math-emu/fadd.c
90468 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fadd.c       2008-04-11 22:32:29.000000000 +0200
90469 +++ powerpc.git/arch/powerpc/math-emu/fadd.c    2008-04-19 16:40:52.000000000 +0200
90470 @@ -14,7 +14,7 @@
90471         int ret = 0;
90472  
90473  #ifdef DEBUG
90474 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90475 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90476  #endif
90477  
90478         __FP_UNPACK_D(A, frA);
90479 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fadds.c powerpc.git/arch/powerpc/math-emu/fadds.c
90480 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fadds.c      2008-04-11 22:32:29.000000000 +0200
90481 +++ powerpc.git/arch/powerpc/math-emu/fadds.c   2008-04-19 16:40:52.000000000 +0200
90482 @@ -15,7 +15,7 @@
90483         int ret = 0;
90484  
90485  #ifdef DEBUG
90486 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90487 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90488  #endif
90489  
90490         __FP_UNPACK_D(A, frA);
90491 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpo.c powerpc.git/arch/powerpc/math-emu/fcmpo.c
90492 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpo.c      2008-04-11 22:32:29.000000000 +0200
90493 +++ powerpc.git/arch/powerpc/math-emu/fcmpo.c   2008-04-19 16:40:52.000000000 +0200
90494 @@ -15,7 +15,7 @@
90495         int ret = 0;
90496  
90497  #ifdef DEBUG
90498 -       printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
90499 +       printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
90500  #endif
90501  
90502         __FP_UNPACK_D(A, frA);
90503 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpu.c powerpc.git/arch/powerpc/math-emu/fcmpu.c
90504 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpu.c      2008-04-11 22:32:29.000000000 +0200
90505 +++ powerpc.git/arch/powerpc/math-emu/fcmpu.c   2008-04-19 16:40:52.000000000 +0200
90506 @@ -14,7 +14,7 @@
90507         long cmp;
90508  
90509  #ifdef DEBUG
90510 -       printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
90511 +       printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
90512  #endif
90513  
90514         __FP_UNPACK_D(A, frA);
90515 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fctiw.c powerpc.git/arch/powerpc/math-emu/fctiw.c
90516 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fctiw.c      2008-04-11 22:32:29.000000000 +0200
90517 +++ powerpc.git/arch/powerpc/math-emu/fctiw.c   2008-04-19 16:40:52.000000000 +0200
90518 @@ -16,7 +16,7 @@
90519         frD[1] = r;
90520  
90521  #ifdef DEBUG
90522 -       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90523 +       printk("%s: D %p, B %p: ", __func__, frD, frB);
90524         dump_double(frD);
90525         printk("\n");
90526  #endif
90527 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fctiwz.c powerpc.git/arch/powerpc/math-emu/fctiwz.c
90528 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fctiwz.c     2008-04-11 22:32:29.000000000 +0200
90529 +++ powerpc.git/arch/powerpc/math-emu/fctiwz.c  2008-04-19 16:40:52.000000000 +0200
90530 @@ -23,7 +23,7 @@
90531         __FPU_FPSCR = fpscr;
90532  
90533  #ifdef DEBUG
90534 -       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90535 +       printk("%s: D %p, B %p: ", __func__, frD, frB);
90536         dump_double(frD);
90537         printk("\n");
90538  #endif
90539 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fdiv.c powerpc.git/arch/powerpc/math-emu/fdiv.c
90540 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fdiv.c       2008-04-11 22:32:29.000000000 +0200
90541 +++ powerpc.git/arch/powerpc/math-emu/fdiv.c    2008-04-19 16:40:52.000000000 +0200
90542 @@ -14,7 +14,7 @@
90543         int ret = 0;
90544  
90545  #ifdef DEBUG
90546 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90547 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90548  #endif
90549  
90550         __FP_UNPACK_D(A, frA);
90551 @@ -28,13 +28,13 @@
90552         if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
90553                 ret |= EFLAG_VXZDZ;
90554  #ifdef DEBUG
90555 -               printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
90556 +               printk("%s: FPSCR_VXZDZ raised\n", __func__);
90557  #endif
90558         }
90559         if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
90560                 ret |= EFLAG_VXIDI;
90561  #ifdef DEBUG
90562 -               printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
90563 +               printk("%s: FPSCR_VXIDI raised\n", __func__);
90564  #endif
90565         }
90566  
90567 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fdivs.c powerpc.git/arch/powerpc/math-emu/fdivs.c
90568 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fdivs.c      2008-04-11 22:32:29.000000000 +0200
90569 +++ powerpc.git/arch/powerpc/math-emu/fdivs.c   2008-04-19 16:40:52.000000000 +0200
90570 @@ -15,7 +15,7 @@
90571         int ret = 0;
90572  
90573  #ifdef DEBUG
90574 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90575 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90576  #endif
90577  
90578         __FP_UNPACK_D(A, frA);
90579 @@ -29,13 +29,13 @@
90580         if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
90581                 ret |= EFLAG_VXZDZ;
90582  #ifdef DEBUG
90583 -               printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
90584 +               printk("%s: FPSCR_VXZDZ raised\n", __func__);
90585  #endif
90586         }
90587         if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
90588                 ret |= EFLAG_VXIDI;
90589  #ifdef DEBUG
90590 -               printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
90591 +               printk("%s: FPSCR_VXIDI raised\n", __func__);
90592  #endif
90593         }
90594  
90595 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmadd.c powerpc.git/arch/powerpc/math-emu/fmadd.c
90596 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmadd.c      2008-04-11 22:32:29.000000000 +0200
90597 +++ powerpc.git/arch/powerpc/math-emu/fmadd.c   2008-04-19 16:40:52.000000000 +0200
90598 @@ -16,7 +16,7 @@
90599         int ret = 0;
90600  
90601  #ifdef DEBUG
90602 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90603 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90604  #endif
90605  
90606         __FP_UNPACK_D(A, frA);
90607 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmadds.c powerpc.git/arch/powerpc/math-emu/fmadds.c
90608 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmadds.c     2008-04-11 22:32:29.000000000 +0200
90609 +++ powerpc.git/arch/powerpc/math-emu/fmadds.c  2008-04-19 16:40:52.000000000 +0200
90610 @@ -17,7 +17,7 @@
90611         int ret = 0;
90612  
90613  #ifdef DEBUG
90614 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90615 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90616  #endif
90617  
90618         __FP_UNPACK_D(A, frA);
90619 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmr.c powerpc.git/arch/powerpc/math-emu/fmr.c
90620 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmr.c        2008-04-11 22:32:29.000000000 +0200
90621 +++ powerpc.git/arch/powerpc/math-emu/fmr.c     2008-04-19 16:40:52.000000000 +0200
90622 @@ -9,7 +9,7 @@
90623         frD[1] = frB[1];
90624  
90625  #ifdef DEBUG
90626 -       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90627 +       printk("%s: D %p, B %p: ", __func__, frD, frB);
90628         dump_double(frD);
90629         printk("\n");
90630  #endif
90631 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmsub.c powerpc.git/arch/powerpc/math-emu/fmsub.c
90632 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmsub.c      2008-04-11 22:32:29.000000000 +0200
90633 +++ powerpc.git/arch/powerpc/math-emu/fmsub.c   2008-04-19 16:40:52.000000000 +0200
90634 @@ -16,7 +16,7 @@
90635         int ret = 0;
90636  
90637  #ifdef DEBUG
90638 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90639 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90640  #endif
90641  
90642         __FP_UNPACK_D(A, frA);
90643 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmsubs.c powerpc.git/arch/powerpc/math-emu/fmsubs.c
90644 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmsubs.c     2008-04-11 22:32:29.000000000 +0200
90645 +++ powerpc.git/arch/powerpc/math-emu/fmsubs.c  2008-04-19 16:40:52.000000000 +0200
90646 @@ -17,7 +17,7 @@
90647         int ret = 0;
90648  
90649  #ifdef DEBUG
90650 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90651 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90652  #endif
90653  
90654         __FP_UNPACK_D(A, frA);
90655 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmul.c powerpc.git/arch/powerpc/math-emu/fmul.c
90656 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmul.c       2008-04-11 22:32:29.000000000 +0200
90657 +++ powerpc.git/arch/powerpc/math-emu/fmul.c    2008-04-19 16:40:52.000000000 +0200
90658 @@ -14,7 +14,7 @@
90659         int ret = 0;
90660  
90661  #ifdef DEBUG
90662 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90663 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90664  #endif
90665  
90666         __FP_UNPACK_D(A, frA);
90667 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmuls.c powerpc.git/arch/powerpc/math-emu/fmuls.c
90668 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmuls.c      2008-04-11 22:32:29.000000000 +0200
90669 +++ powerpc.git/arch/powerpc/math-emu/fmuls.c   2008-04-19 16:40:52.000000000 +0200
90670 @@ -15,7 +15,7 @@
90671         int ret = 0;
90672  
90673  #ifdef DEBUG
90674 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90675 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90676  #endif
90677  
90678         __FP_UNPACK_D(A, frA);
90679 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnabs.c powerpc.git/arch/powerpc/math-emu/fnabs.c
90680 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnabs.c      2008-04-11 22:32:29.000000000 +0200
90681 +++ powerpc.git/arch/powerpc/math-emu/fnabs.c   2008-04-19 16:40:52.000000000 +0200
90682 @@ -9,7 +9,7 @@
90683         frD[1] = frB[1];
90684  
90685  #ifdef DEBUG
90686 -       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90687 +       printk("%s: D %p, B %p: ", __func__, frD, frB);
90688         dump_double(frD);
90689         printk("\n");
90690  #endif
90691 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fneg.c powerpc.git/arch/powerpc/math-emu/fneg.c
90692 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fneg.c       2008-04-11 22:32:29.000000000 +0200
90693 +++ powerpc.git/arch/powerpc/math-emu/fneg.c    2008-04-19 16:40:52.000000000 +0200
90694 @@ -9,7 +9,7 @@
90695         frD[1] = frB[1];
90696  
90697  #ifdef DEBUG
90698 -       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90699 +       printk("%s: D %p, B %p: ", __func__, frD, frB);
90700         dump_double(frD);
90701         printk("\n");
90702  #endif
90703 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadd.c powerpc.git/arch/powerpc/math-emu/fnmadd.c
90704 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadd.c     2008-04-11 22:32:29.000000000 +0200
90705 +++ powerpc.git/arch/powerpc/math-emu/fnmadd.c  2008-04-19 16:40:52.000000000 +0200
90706 @@ -16,7 +16,7 @@
90707         int ret = 0;
90708  
90709  #ifdef DEBUG
90710 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90711 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90712  #endif
90713  
90714         __FP_UNPACK_D(A, frA);
90715 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadds.c powerpc.git/arch/powerpc/math-emu/fnmadds.c
90716 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadds.c    2008-04-11 22:32:29.000000000 +0200
90717 +++ powerpc.git/arch/powerpc/math-emu/fnmadds.c 2008-04-19 16:40:52.000000000 +0200
90718 @@ -17,7 +17,7 @@
90719         int ret = 0;
90720  
90721  #ifdef DEBUG
90722 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90723 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90724  #endif
90725  
90726         __FP_UNPACK_D(A, frA);
90727 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsub.c powerpc.git/arch/powerpc/math-emu/fnmsub.c
90728 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsub.c     2008-04-11 22:32:29.000000000 +0200
90729 +++ powerpc.git/arch/powerpc/math-emu/fnmsub.c  2008-04-19 16:40:52.000000000 +0200
90730 @@ -16,7 +16,7 @@
90731         int ret = 0;
90732  
90733  #ifdef DEBUG
90734 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90735 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90736  #endif
90737  
90738         __FP_UNPACK_D(A, frA);
90739 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsubs.c powerpc.git/arch/powerpc/math-emu/fnmsubs.c
90740 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsubs.c    2008-04-11 22:32:29.000000000 +0200
90741 +++ powerpc.git/arch/powerpc/math-emu/fnmsubs.c 2008-04-19 16:40:52.000000000 +0200
90742 @@ -17,7 +17,7 @@
90743         int ret = 0;
90744  
90745  #ifdef DEBUG
90746 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90747 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90748  #endif
90749  
90750         __FP_UNPACK_D(A, frA);
90751 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fres.c powerpc.git/arch/powerpc/math-emu/fres.c
90752 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fres.c       2008-04-11 22:32:29.000000000 +0200
90753 +++ powerpc.git/arch/powerpc/math-emu/fres.c    2008-04-19 16:40:52.000000000 +0200
90754 @@ -6,7 +6,7 @@
90755  fres(void *frD, void *frB)
90756  {
90757  #ifdef DEBUG
90758 -       printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90759 +       printk("%s: %p %p\n", __func__, frD, frB);
90760  #endif
90761         return -ENOSYS;
90762  }
90763 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/frsp.c powerpc.git/arch/powerpc/math-emu/frsp.c
90764 --- linux-2.6.25-rc9/arch/powerpc/math-emu/frsp.c       2008-04-11 22:32:29.000000000 +0200
90765 +++ powerpc.git/arch/powerpc/math-emu/frsp.c    2008-04-19 16:40:52.000000000 +0200
90766 @@ -12,7 +12,7 @@
90767         FP_DECL_D(B);
90768  
90769  #ifdef DEBUG
90770 -       printk("%s: D %p, B %p\n", __FUNCTION__, frD, frB);
90771 +       printk("%s: D %p, B %p\n", __func__, frD, frB);
90772  #endif
90773  
90774         __FP_UNPACK_D(B, frB);
90775 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/frsqrte.c powerpc.git/arch/powerpc/math-emu/frsqrte.c
90776 --- linux-2.6.25-rc9/arch/powerpc/math-emu/frsqrte.c    2008-04-11 22:32:29.000000000 +0200
90777 +++ powerpc.git/arch/powerpc/math-emu/frsqrte.c 2008-04-19 16:40:52.000000000 +0200
90778 @@ -6,7 +6,7 @@
90779  frsqrte(void *frD, void *frB)
90780  {
90781  #ifdef DEBUG
90782 -       printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90783 +       printk("%s: %p %p\n", __func__, frD, frB);
90784  #endif
90785         return 0;
90786  }
90787 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsel.c powerpc.git/arch/powerpc/math-emu/fsel.c
90788 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsel.c       2008-04-11 22:32:29.000000000 +0200
90789 +++ powerpc.git/arch/powerpc/math-emu/fsel.c    2008-04-19 16:40:52.000000000 +0200
90790 @@ -11,7 +11,7 @@
90791         FP_DECL_D(A);
90792  
90793  #ifdef DEBUG
90794 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90795 +       printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90796  #endif
90797  
90798         __FP_UNPACK_D(A, frA);
90799 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrt.c powerpc.git/arch/powerpc/math-emu/fsqrt.c
90800 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrt.c      2008-04-11 22:32:29.000000000 +0200
90801 +++ powerpc.git/arch/powerpc/math-emu/fsqrt.c   2008-04-19 16:40:52.000000000 +0200
90802 @@ -13,7 +13,7 @@
90803         int ret = 0;
90804  
90805  #ifdef DEBUG
90806 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90807 +       printk("%s: %p %p %p %p\n", __func__, frD, frB);
90808  #endif
90809  
90810         __FP_UNPACK_D(B, frB);
90811 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrts.c powerpc.git/arch/powerpc/math-emu/fsqrts.c
90812 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrts.c     2008-04-11 22:32:29.000000000 +0200
90813 +++ powerpc.git/arch/powerpc/math-emu/fsqrts.c  2008-04-19 16:40:52.000000000 +0200
90814 @@ -14,7 +14,7 @@
90815         int ret = 0;
90816  
90817  #ifdef DEBUG
90818 -       printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90819 +       printk("%s: %p %p %p %p\n", __func__, frD, frB);
90820  #endif
90821  
90822         __FP_UNPACK_D(B, frB);
90823 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsub.c powerpc.git/arch/powerpc/math-emu/fsub.c
90824 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsub.c       2008-04-11 22:32:29.000000000 +0200
90825 +++ powerpc.git/arch/powerpc/math-emu/fsub.c    2008-04-19 16:40:52.000000000 +0200
90826 @@ -14,7 +14,7 @@
90827         int ret = 0;
90828  
90829  #ifdef DEBUG
90830 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90831 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90832  #endif
90833  
90834         __FP_UNPACK_D(A, frA);
90835 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsubs.c powerpc.git/arch/powerpc/math-emu/fsubs.c
90836 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsubs.c      2008-04-11 22:32:29.000000000 +0200
90837 +++ powerpc.git/arch/powerpc/math-emu/fsubs.c   2008-04-19 16:40:52.000000000 +0200
90838 @@ -15,7 +15,7 @@
90839         int ret = 0;
90840  
90841  #ifdef DEBUG
90842 -       printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90843 +       printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90844  #endif
90845  
90846         __FP_UNPACK_D(A, frA);
90847 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/lfd.c powerpc.git/arch/powerpc/math-emu/lfd.c
90848 --- linux-2.6.25-rc9/arch/powerpc/math-emu/lfd.c        2008-04-11 22:32:29.000000000 +0200
90849 +++ powerpc.git/arch/powerpc/math-emu/lfd.c     2008-04-19 16:40:52.000000000 +0200
90850 @@ -11,7 +11,7 @@
90851         if (copy_from_user(frD, ea, sizeof(double)))
90852                 return -EFAULT;
90853  #ifdef DEBUG
90854 -       printk("%s: D %p, ea %p: ", __FUNCTION__, frD, ea);
90855 +       printk("%s: D %p, ea %p: ", __func__, frD, ea);
90856         dump_double(frD);
90857         printk("\n");
90858  #endif
90859 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/lfs.c powerpc.git/arch/powerpc/math-emu/lfs.c
90860 --- linux-2.6.25-rc9/arch/powerpc/math-emu/lfs.c        2008-04-11 22:32:29.000000000 +0200
90861 +++ powerpc.git/arch/powerpc/math-emu/lfs.c     2008-04-19 16:40:52.000000000 +0200
90862 @@ -14,7 +14,7 @@
90863         float f;
90864  
90865  #ifdef DEBUG
90866 -       printk("%s: D %p, ea %p\n", __FUNCTION__, frD, ea);
90867 +       printk("%s: D %p, ea %p\n", __func__, frD, ea);
90868  #endif
90869  
90870         if (copy_from_user(&f, ea, sizeof(float)))
90871 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mcrfs.c powerpc.git/arch/powerpc/math-emu/mcrfs.c
90872 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mcrfs.c      2008-04-11 22:32:29.000000000 +0200
90873 +++ powerpc.git/arch/powerpc/math-emu/mcrfs.c   2008-04-19 16:40:52.000000000 +0200
90874 @@ -10,7 +10,7 @@
90875         u32 value, clear;
90876  
90877  #ifdef DEBUG
90878 -       printk("%s: %p (%08x) %d %d\n", __FUNCTION__, ccr, *ccr, crfD, crfS);
90879 +       printk("%s: %p (%08x) %d %d\n", __func__, ccr, *ccr, crfD, crfS);
90880  #endif
90881  
90882         clear = 15 << ((7 - crfS) << 2);
90883 @@ -24,7 +24,7 @@
90884         *ccr |= (value << ((7 - crfD) << 2));
90885  
90886  #ifdef DEBUG
90887 -       printk("CR: %08x\n", __FUNCTION__, *ccr);
90888 +       printk("CR: %08x\n", __func__, *ccr);
90889  #endif
90890  
90891         return 0;
90892 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mffs.c powerpc.git/arch/powerpc/math-emu/mffs.c
90893 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mffs.c       2008-04-11 22:32:29.000000000 +0200
90894 +++ powerpc.git/arch/powerpc/math-emu/mffs.c    2008-04-19 16:40:52.000000000 +0200
90895 @@ -10,7 +10,7 @@
90896         frD[1] = __FPU_FPSCR;
90897  
90898  #ifdef DEBUG
90899 -       printk("%s: frD %p: %08x.%08x\n", __FUNCTION__, frD, frD[0], frD[1]);
90900 +       printk("%s: frD %p: %08x.%08x\n", __func__, frD, frD[0], frD[1]);
90901  #endif
90902  
90903         return 0;
90904 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb0.c powerpc.git/arch/powerpc/math-emu/mtfsb0.c
90905 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb0.c     2008-04-11 22:32:29.000000000 +0200
90906 +++ powerpc.git/arch/powerpc/math-emu/mtfsb0.c  2008-04-19 16:40:52.000000000 +0200
90907 @@ -11,7 +11,7 @@
90908                 __FPU_FPSCR &= ~(1 << (31 - crbD));
90909  
90910  #ifdef DEBUG
90911 -       printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90912 +       printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90913  #endif
90914  
90915         return 0;
90916 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb1.c powerpc.git/arch/powerpc/math-emu/mtfsb1.c
90917 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb1.c     2008-04-11 22:32:29.000000000 +0200
90918 +++ powerpc.git/arch/powerpc/math-emu/mtfsb1.c  2008-04-19 16:40:52.000000000 +0200
90919 @@ -11,7 +11,7 @@
90920                 __FPU_FPSCR |= (1 << (31 - crbD));
90921  
90922  #ifdef DEBUG
90923 -       printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90924 +       printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90925  #endif
90926  
90927         return 0;
90928 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsf.c powerpc.git/arch/powerpc/math-emu/mtfsf.c
90929 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsf.c      2008-04-11 22:32:29.000000000 +0200
90930 +++ powerpc.git/arch/powerpc/math-emu/mtfsf.c   2008-04-19 16:40:52.000000000 +0200
90931 @@ -38,7 +38,7 @@
90932         __FPU_FPSCR |= (frB[1] & mask);
90933  
90934  #ifdef DEBUG
90935 -       printk("%s: %02x %p: %08lx\n", __FUNCTION__, FM, frB, __FPU_FPSCR);
90936 +       printk("%s: %02x %p: %08lx\n", __func__, FM, frB, __FPU_FPSCR);
90937  #endif
90938  
90939         return 0;
90940 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsfi.c powerpc.git/arch/powerpc/math-emu/mtfsfi.c
90941 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsfi.c     2008-04-11 22:32:29.000000000 +0200
90942 +++ powerpc.git/arch/powerpc/math-emu/mtfsfi.c  2008-04-19 16:40:52.000000000 +0200
90943 @@ -16,7 +16,7 @@
90944         __FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2);
90945  
90946  #ifdef DEBUG
90947 -       printk("%s: %d %x: %08lx\n", __FUNCTION__, crfD, IMM, __FPU_FPSCR);
90948 +       printk("%s: %d %x: %08lx\n", __func__, crfD, IMM, __FPU_FPSCR);
90949  #endif
90950  
90951         return 0;
90952 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/stfd.c powerpc.git/arch/powerpc/math-emu/stfd.c
90953 --- linux-2.6.25-rc9/arch/powerpc/math-emu/stfd.c       2008-04-11 22:32:29.000000000 +0200
90954 +++ powerpc.git/arch/powerpc/math-emu/stfd.c    2008-04-19 16:40:52.000000000 +0200
90955 @@ -7,7 +7,7 @@
90956  {
90957  #if 0
90958  #ifdef DEBUG
90959 -       printk("%s: S %p, ea %p: ", __FUNCTION__, frS, ea);
90960 +       printk("%s: S %p, ea %p: ", __func__, frS, ea);
90961         dump_double(frS);
90962         printk("\n");
90963  #endif
90964 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/stfiwx.c powerpc.git/arch/powerpc/math-emu/stfiwx.c
90965 --- linux-2.6.25-rc9/arch/powerpc/math-emu/stfiwx.c     2008-04-11 22:32:29.000000000 +0200
90966 +++ powerpc.git/arch/powerpc/math-emu/stfiwx.c  2008-04-19 16:40:52.000000000 +0200
90967 @@ -6,7 +6,7 @@
90968  stfiwx(u32 *frS, void *ea)
90969  {
90970  #ifdef DEBUG
90971 -       printk("%s: %p %p\n", __FUNCTION__, frS, ea);
90972 +       printk("%s: %p %p\n", __func__, frS, ea);
90973  #endif
90974  
90975         if (copy_to_user(ea, &frS[1], sizeof(frS[1])))
90976 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/stfs.c powerpc.git/arch/powerpc/math-emu/stfs.c
90977 --- linux-2.6.25-rc9/arch/powerpc/math-emu/stfs.c       2008-04-11 22:32:29.000000000 +0200
90978 +++ powerpc.git/arch/powerpc/math-emu/stfs.c    2008-04-19 16:40:52.000000000 +0200
90979 @@ -15,7 +15,7 @@
90980         int err;
90981  
90982  #ifdef DEBUG
90983 -       printk("%s: S %p, ea %p\n", __FUNCTION__, frS, ea);
90984 +       printk("%s: S %p, ea %p\n", __func__, frS, ea);
90985  #endif
90986  
90987         __FP_UNPACK_D(A, frS);
90988 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/40x_mmu.c powerpc.git/arch/powerpc/mm/40x_mmu.c
90989 --- linux-2.6.25-rc9/arch/powerpc/mm/40x_mmu.c  2008-04-11 22:32:29.000000000 +0200
90990 +++ powerpc.git/arch/powerpc/mm/40x_mmu.c       2008-04-19 16:40:52.000000000 +0200
90991 @@ -97,7 +97,7 @@
90992         phys_addr_t p;
90993  
90994         v = KERNELBASE;
90995 -       p = PPC_MEMSTART;
90996 +       p = 0;
90997         s = total_lowmem;
90998  
90999         if (__map_without_ltlbs)
91000 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/44x_mmu.c powerpc.git/arch/powerpc/mm/44x_mmu.c
91001 --- linux-2.6.25-rc9/arch/powerpc/mm/44x_mmu.c  2008-04-11 22:32:29.000000000 +0200
91002 +++ powerpc.git/arch/powerpc/mm/44x_mmu.c       2008-04-19 16:40:52.000000000 +0200
91003 @@ -67,7 +67,7 @@
91004  
91005         /* Pin in enough TLBs to cover any lowmem not covered by the
91006          * initial 256M mapping established in head_44x.S */
91007 -       for (addr = PPC_PIN_SIZE; addr < total_lowmem;
91008 +       for (addr = PPC_PIN_SIZE; addr < lowmem_end_addr;
91009              addr += PPC_PIN_SIZE)
91010                 ppc44x_pin_tlb(addr + PAGE_OFFSET, addr);
91011  
91012 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/Makefile powerpc.git/arch/powerpc/mm/Makefile
91013 --- linux-2.6.25-rc9/arch/powerpc/mm/Makefile   2008-04-11 22:32:29.000000000 +0200
91014 +++ powerpc.git/arch/powerpc/mm/Makefile        2008-03-17 14:03:31.000000000 +0100
91015 @@ -6,7 +6,7 @@
91016  EXTRA_CFLAGS   += -mno-minimal-toc
91017  endif
91018  
91019 -obj-y                          := fault.o mem.o lmb.o \
91020 +obj-y                          := fault.o mem.o \
91021                                    init_$(CONFIG_WORD_SIZE).o \
91022                                    pgtable_$(CONFIG_WORD_SIZE).o \
91023                                    mmu_context_$(CONFIG_WORD_SIZE).o
91024 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/fsl_booke_mmu.c powerpc.git/arch/powerpc/mm/fsl_booke_mmu.c
91025 --- linux-2.6.25-rc9/arch/powerpc/mm/fsl_booke_mmu.c    2008-04-11 22:32:29.000000000 +0200
91026 +++ powerpc.git/arch/powerpc/mm/fsl_booke_mmu.c 2008-04-19 16:40:52.000000000 +0200
91027 @@ -49,18 +49,15 @@
91028  #include <asm/mmu.h>
91029  #include <asm/uaccess.h>
91030  #include <asm/smp.h>
91031 -#include <asm/bootx.h>
91032  #include <asm/machdep.h>
91033  #include <asm/setup.h>
91034  
91035 +#include "mmu_decl.h"
91036 +
91037  extern void loadcam_entry(unsigned int index);
91038  unsigned int tlbcam_index;
91039  unsigned int num_tlbcam_entries;
91040  static unsigned long __cam0, __cam1, __cam2;
91041 -extern unsigned long total_lowmem;
91042 -extern unsigned long __max_low_memory;
91043 -extern unsigned long __initial_memory_limit;
91044 -#define MAX_LOW_MEM    CONFIG_LOWMEM_SIZE
91045  
91046  #define NUM_TLBCAMS    (16)
91047  
91048 @@ -165,15 +162,15 @@
91049  void __init cam_mapin_ram(unsigned long cam0, unsigned long cam1,
91050                 unsigned long cam2)
91051  {
91052 -       settlbcam(0, PAGE_OFFSET, PPC_MEMSTART, cam0, _PAGE_KERNEL, 0);
91053 +       settlbcam(0, PAGE_OFFSET, memstart_addr, cam0, _PAGE_KERNEL, 0);
91054         tlbcam_index++;
91055         if (cam1) {
91056                 tlbcam_index++;
91057 -               settlbcam(1, PAGE_OFFSET+cam0, PPC_MEMSTART+cam0, cam1, _PAGE_KERNEL, 0);
91058 +               settlbcam(1, PAGE_OFFSET+cam0, memstart_addr+cam0, cam1, _PAGE_KERNEL, 0);
91059         }
91060         if (cam2) {
91061                 tlbcam_index++;
91062 -               settlbcam(2, PAGE_OFFSET+cam0+cam1, PPC_MEMSTART+cam0+cam1, cam2, _PAGE_KERNEL, 0);
91063 +               settlbcam(2, PAGE_OFFSET+cam0+cam1, memstart_addr+cam0+cam1, cam2, _PAGE_KERNEL, 0);
91064         }
91065  }
91066  
91067 @@ -196,35 +193,32 @@
91068  void __init
91069  adjust_total_lowmem(void)
91070  {
91071 -       unsigned long max_low_mem = MAX_LOW_MEM;
91072 -       unsigned long cam_max = 0x10000000;
91073 -       unsigned long ram;
91074 -
91075 -       /* adjust CAM size to max_low_mem */
91076 -       if (max_low_mem < cam_max)
91077 -               cam_max = max_low_mem;
91078 -
91079 -       /* adjust lowmem size to max_low_mem */
91080 -       if (max_low_mem < total_lowmem)
91081 -               ram = max_low_mem;
91082 -       else
91083 -               ram = total_lowmem;
91084 +       phys_addr_t max_lowmem_size = __max_low_memory;
91085 +       phys_addr_t cam_max_size = 0x10000000;
91086 +       phys_addr_t ram;
91087 +
91088 +       /* adjust CAM size to max_lowmem_size */
91089 +       if (max_lowmem_size < cam_max_size)
91090 +               cam_max_size = max_lowmem_size;
91091 +
91092 +       /* adjust lowmem size to max_lowmem_size */
91093 +       ram = min(max_lowmem_size, total_lowmem);
91094  
91095         /* Calculate CAM values */
91096         __cam0 = 1UL << 2 * (__ilog2(ram) / 2);
91097 -       if (__cam0 > cam_max)
91098 -               __cam0 = cam_max;
91099 +       if (__cam0 > cam_max_size)
91100 +               __cam0 = cam_max_size;
91101         ram -= __cam0;
91102         if (ram) {
91103                 __cam1 = 1UL << 2 * (__ilog2(ram) / 2);
91104 -               if (__cam1 > cam_max)
91105 -                       __cam1 = cam_max;
91106 +               if (__cam1 > cam_max_size)
91107 +                       __cam1 = cam_max_size;
91108                 ram -= __cam1;
91109         }
91110         if (ram) {
91111                 __cam2 = 1UL << 2 * (__ilog2(ram) / 2);
91112 -               if (__cam2 > cam_max)
91113 -                       __cam2 = cam_max;
91114 +               if (__cam2 > cam_max_size)
91115 +                       __cam2 = cam_max_size;
91116                 ram -= __cam2;
91117         }
91118  
91119 @@ -232,6 +226,6 @@
91120                         " CAM2=%ldMb residual: %ldMb\n",
91121                         __cam0 >> 20, __cam1 >> 20, __cam2 >> 20,
91122                         (total_lowmem - __cam0 - __cam1 - __cam2) >> 20);
91123 -       __max_low_memory = max_low_mem = __cam0 + __cam1 + __cam2;
91124 -       __initial_memory_limit = __max_low_memory;
91125 +       __max_low_memory = __cam0 + __cam1 + __cam2;
91126 +       __initial_memory_limit_addr = memstart_addr + __max_low_memory;
91127  }
91128 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/hash_utils_64.c powerpc.git/arch/powerpc/mm/hash_utils_64.c
91129 --- linux-2.6.25-rc9/arch/powerpc/mm/hash_utils_64.c    2008-04-11 22:32:29.000000000 +0200
91130 +++ powerpc.git/arch/powerpc/mm/hash_utils_64.c 2008-04-19 16:40:52.000000000 +0200
91131 @@ -31,6 +31,7 @@
91132  #include <linux/cache.h>
91133  #include <linux/init.h>
91134  #include <linux/signal.h>
91135 +#include <linux/lmb.h>
91136  
91137  #include <asm/processor.h>
91138  #include <asm/pgtable.h>
91139 @@ -41,7 +42,7 @@
91140  #include <asm/system.h>
91141  #include <asm/uaccess.h>
91142  #include <asm/machdep.h>
91143 -#include <asm/lmb.h>
91144 +#include <asm/prom.h>
91145  #include <asm/abs_addr.h>
91146  #include <asm/tlbflush.h>
91147  #include <asm/io.h>
91148 @@ -191,6 +192,29 @@
91149         return ret < 0 ? ret : 0;
91150  }
91151  
91152 +#ifdef CONFIG_MEMORY_HOTPLUG
91153 +static int htab_remove_mapping(unsigned long vstart, unsigned long vend,
91154 +                     int psize, int ssize)
91155 +{
91156 +       unsigned long vaddr;
91157 +       unsigned int step, shift;
91158 +
91159 +       shift = mmu_psize_defs[psize].shift;
91160 +       step = 1 << shift;
91161 +
91162 +       if (!ppc_md.hpte_removebolted) {
91163 +               printk(KERN_WARNING "Platform doesn't implement "
91164 +                               "hpte_removebolted\n");
91165 +               return -EINVAL;
91166 +       }
91167 +
91168 +       for (vaddr = vstart; vaddr < vend; vaddr += step)
91169 +               ppc_md.hpte_removebolted(vaddr, psize, ssize);
91170 +
91171 +       return 0;
91172 +}
91173 +#endif /* CONFIG_MEMORY_HOTPLUG */
91174 +
91175  static int __init htab_dt_scan_seg_sizes(unsigned long node,
91176                                          const char *uname, int depth,
91177                                          void *data)
91178 @@ -434,6 +458,12 @@
91179                         _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX,
91180                         mmu_linear_psize, mmu_kernel_ssize));
91181  }
91182 +
91183 +int remove_section_mapping(unsigned long start, unsigned long end)
91184 +{
91185 +       return htab_remove_mapping(start, end, mmu_linear_psize,
91186 +                       mmu_kernel_ssize);
91187 +}
91188  #endif /* CONFIG_MEMORY_HOTPLUG */
91189  
91190  static inline void make_bl(unsigned int *insn_addr, void *func)
91191 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/init_32.c powerpc.git/arch/powerpc/mm/init_32.c
91192 --- linux-2.6.25-rc9/arch/powerpc/mm/init_32.c  2008-04-11 22:32:29.000000000 +0200
91193 +++ powerpc.git/arch/powerpc/mm/init_32.c       2008-04-19 16:40:52.000000000 +0200
91194 @@ -30,6 +30,7 @@
91195  #include <linux/highmem.h>
91196  #include <linux/initrd.h>
91197  #include <linux/pagemap.h>
91198 +#include <linux/lmb.h>
91199  
91200  #include <asm/pgalloc.h>
91201  #include <asm/prom.h>
91202 @@ -41,7 +42,6 @@
91203  #include <asm/machdep.h>
91204  #include <asm/btext.h>
91205  #include <asm/tlb.h>
91206 -#include <asm/lmb.h>
91207  #include <asm/sections.h>
91208  
91209  #include "mmu_decl.h"
91210 @@ -59,8 +59,8 @@
91211  unsigned long total_memory;
91212  unsigned long total_lowmem;
91213  
91214 -unsigned long ppc_memstart;
91215 -unsigned long ppc_memoffset = PAGE_OFFSET;
91216 +phys_addr_t memstart_addr;
91217 +phys_addr_t lowmem_end_addr;
91218  
91219  int boot_mapsize;
91220  #ifdef CONFIG_PPC_PMAC
91221 @@ -95,10 +95,10 @@
91222  unsigned long __max_low_memory = MAX_LOW_MEM;
91223  
91224  /*
91225 - * limit of what is accessible with initial MMU setup -
91226 + * address of the limit of what is accessible with initial MMU setup -
91227   * 256MB usually, but only 16MB on 601.
91228   */
91229 -unsigned long __initial_memory_limit = 0x10000000;
91230 +phys_addr_t __initial_memory_limit_addr = (phys_addr_t)0x10000000;
91231  
91232  /*
91233   * Check for command-line options that affect what MMU_init will do.
91234 @@ -131,10 +131,10 @@
91235  
91236         /* 601 can only access 16MB at the moment */
91237         if (PVR_VER(mfspr(SPRN_PVR)) == 1)
91238 -               __initial_memory_limit = 0x01000000;
91239 +               __initial_memory_limit_addr = 0x01000000;
91240         /* 8xx can only access 8MB at the moment */
91241         if (PVR_VER(mfspr(SPRN_PVR)) == 0x50)
91242 -               __initial_memory_limit = 0x00800000;
91243 +               __initial_memory_limit_addr = 0x00800000;
91244  
91245         /* parse args from command line */
91246         MMU_setup();
91247 @@ -145,8 +145,8 @@
91248                 printk(KERN_WARNING "Only using first contiguous memory region");
91249         }
91250  
91251 -       total_memory = lmb_end_of_DRAM();
91252 -       total_lowmem = total_memory;
91253 +       total_lowmem = total_memory = lmb_end_of_DRAM() - memstart_addr;
91254 +       lowmem_end_addr = memstart_addr + total_lowmem;
91255  
91256  #ifdef CONFIG_FSL_BOOKE
91257         /* Freescale Book-E parts expect lowmem to be mapped by fixed TLB
91258 @@ -157,9 +157,10 @@
91259  
91260         if (total_lowmem > __max_low_memory) {
91261                 total_lowmem = __max_low_memory;
91262 +               lowmem_end_addr = memstart_addr + total_lowmem;
91263  #ifndef CONFIG_HIGHMEM
91264                 total_memory = total_lowmem;
91265 -               lmb_enforce_memory_limit(total_lowmem);
91266 +               lmb_enforce_memory_limit(lowmem_end_addr);
91267                 lmb_analyze();
91268  #endif /* CONFIG_HIGHMEM */
91269         }
91270 @@ -184,8 +185,6 @@
91271         /* Map in I/O resources */
91272         if (ppc_md.progress)
91273                 ppc_md.progress("MMU:setio", 0x302);
91274 -       if (ppc_md.setup_io_mappings)
91275 -               ppc_md.setup_io_mappings();
91276  
91277         /* Initialize the context management stuff */
91278         mmu_context_init();
91279 @@ -208,7 +207,7 @@
91280                 p = alloc_bootmem_pages(PAGE_SIZE);
91281         } else {
91282                 p = __va(lmb_alloc_base(PAGE_SIZE, PAGE_SIZE,
91283 -                                       __initial_memory_limit));
91284 +                                       __initial_memory_limit_addr));
91285         }
91286         return p;
91287  }
91288 @@ -276,7 +275,7 @@
91289  
91290                 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
91291                 if (!kcore_mem)
91292 -                       panic("%s: kmalloc failed\n", __FUNCTION__);
91293 +                       panic("%s: kmalloc failed\n", __func__);
91294  
91295                 /* must stay under 32 bits */
91296                 if ( 0xfffffffful - (unsigned long)__va(base) < size) {
91297 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/init_64.c powerpc.git/arch/powerpc/mm/init_64.c
91298 --- linux-2.6.25-rc9/arch/powerpc/mm/init_64.c  2008-04-11 22:32:29.000000000 +0200
91299 +++ powerpc.git/arch/powerpc/mm/init_64.c       2008-04-19 16:40:52.000000000 +0200
91300 @@ -38,11 +38,11 @@
91301  #include <linux/nodemask.h>
91302  #include <linux/module.h>
91303  #include <linux/poison.h>
91304 +#include <linux/lmb.h>
91305  
91306  #include <asm/pgalloc.h>
91307  #include <asm/page.h>
91308  #include <asm/prom.h>
91309 -#include <asm/lmb.h>
91310  #include <asm/rtas.h>
91311  #include <asm/io.h>
91312  #include <asm/mmu_context.h>
91313 @@ -72,8 +72,7 @@
91314  #warning TASK_SIZE is smaller than it needs to be.
91315  #endif
91316  
91317 -/* max amount of RAM to use */
91318 -unsigned long __max_memory;
91319 +phys_addr_t memstart_addr;
91320  
91321  void free_initmem(void)
91322  {
91323 @@ -122,7 +121,7 @@
91324                 /* GFP_ATOMIC to avoid might_sleep warnings during boot */
91325                 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
91326                 if (!kcore_mem)
91327 -                       panic("%s: kmalloc failed\n", __FUNCTION__);
91328 +                       panic("%s: kmalloc failed\n", __func__);
91329  
91330                 kclist_add(kcore_mem, __va(base), size);
91331         }
91332 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/lmb.c powerpc.git/arch/powerpc/mm/lmb.c
91333 --- linux-2.6.25-rc9/arch/powerpc/mm/lmb.c      2008-04-11 22:32:29.000000000 +0200
91334 +++ powerpc.git/arch/powerpc/mm/lmb.c   1970-01-01 01:00:00.000000000 +0100
91335 @@ -1,357 +0,0 @@
91336 -/*
91337 - * Procedures for maintaining information about logical memory blocks.
91338 - *
91339 - * Peter Bergner, IBM Corp.    June 2001.
91340 - * Copyright (C) 2001 Peter Bergner.
91341 - * 
91342 - *      This program is free software; you can redistribute it and/or
91343 - *      modify it under the terms of the GNU General Public License
91344 - *      as published by the Free Software Foundation; either version
91345 - *      2 of the License, or (at your option) any later version.
91346 - */
91347 -
91348 -#include <linux/kernel.h>
91349 -#include <linux/init.h>
91350 -#include <linux/bitops.h>
91351 -#include <asm/types.h>
91352 -#include <asm/page.h>
91353 -#include <asm/prom.h>
91354 -#include <asm/lmb.h>
91355 -#ifdef CONFIG_PPC32
91356 -#include "mmu_decl.h"          /* for __max_low_memory */
91357 -#endif
91358 -
91359 -#undef DEBUG
91360 -
91361 -#ifdef DEBUG
91362 -#include <asm/udbg.h>
91363 -#define DBG(fmt...) udbg_printf(fmt)
91364 -#else
91365 -#define DBG(fmt...)
91366 -#endif
91367 -
91368 -#define LMB_ALLOC_ANYWHERE     0
91369 -
91370 -struct lmb lmb;
91371 -
91372 -void lmb_dump_all(void)
91373 -{
91374 -#ifdef DEBUG
91375 -       unsigned long i;
91376 -
91377 -       DBG("lmb_dump_all:\n");
91378 -       DBG("    memory.cnt               = 0x%lx\n", lmb.memory.cnt);
91379 -       DBG("    memory.size              = 0x%lx\n", lmb.memory.size);
91380 -       for (i=0; i < lmb.memory.cnt ;i++) {
91381 -               DBG("    memory.region[0x%x].base       = 0x%lx\n",
91382 -                           i, lmb.memory.region[i].base);
91383 -               DBG("                 .size     = 0x%lx\n",
91384 -                           lmb.memory.region[i].size);
91385 -       }
91386 -
91387 -       DBG("\n    reserved.cnt   = 0x%lx\n", lmb.reserved.cnt);
91388 -       DBG("    reserved.size    = 0x%lx\n", lmb.reserved.size);
91389 -       for (i=0; i < lmb.reserved.cnt ;i++) {
91390 -               DBG("    reserved.region[0x%x].base       = 0x%lx\n",
91391 -                           i, lmb.reserved.region[i].base);
91392 -               DBG("                 .size     = 0x%lx\n",
91393 -                           lmb.reserved.region[i].size);
91394 -       }
91395 -#endif /* DEBUG */
91396 -}
91397 -
91398 -static unsigned long __init lmb_addrs_overlap(unsigned long base1,
91399 -               unsigned long size1, unsigned long base2, unsigned long size2)
91400 -{
91401 -       return ((base1 < (base2+size2)) && (base2 < (base1+size1)));
91402 -}
91403 -
91404 -static long __init lmb_addrs_adjacent(unsigned long base1, unsigned long size1,
91405 -               unsigned long base2, unsigned long size2)
91406 -{
91407 -       if (base2 == base1 + size1)
91408 -               return 1;
91409 -       else if (base1 == base2 + size2)
91410 -               return -1;
91411 -
91412 -       return 0;
91413 -}
91414 -
91415 -static long __init lmb_regions_adjacent(struct lmb_region *rgn,
91416 -               unsigned long r1, unsigned long r2)
91417 -{
91418 -       unsigned long base1 = rgn->region[r1].base;
91419 -       unsigned long size1 = rgn->region[r1].size;
91420 -       unsigned long base2 = rgn->region[r2].base;
91421 -       unsigned long size2 = rgn->region[r2].size;
91422 -
91423 -       return lmb_addrs_adjacent(base1, size1, base2, size2);
91424 -}
91425 -
91426 -static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
91427 -{
91428 -       unsigned long i;
91429 -
91430 -       for (i = r; i < rgn->cnt - 1; i++) {
91431 -               rgn->region[i].base = rgn->region[i + 1].base;
91432 -               rgn->region[i].size = rgn->region[i + 1].size;
91433 -       }
91434 -       rgn->cnt--;
91435 -}
91436 -
91437 -/* Assumption: base addr of region 1 < base addr of region 2 */
91438 -static void __init lmb_coalesce_regions(struct lmb_region *rgn,
91439 -               unsigned long r1, unsigned long r2)
91440 -{
91441 -       rgn->region[r1].size += rgn->region[r2].size;
91442 -       lmb_remove_region(rgn, r2);
91443 -}
91444 -
91445 -/* This routine called with relocation disabled. */
91446 -void __init lmb_init(void)
91447 -{
91448 -       /* Create a dummy zero size LMB which will get coalesced away later.
91449 -        * This simplifies the lmb_add() code below...
91450 -        */
91451 -       lmb.memory.region[0].base = 0;
91452 -       lmb.memory.region[0].size = 0;
91453 -       lmb.memory.cnt = 1;
91454 -
91455 -       /* Ditto. */
91456 -       lmb.reserved.region[0].base = 0;
91457 -       lmb.reserved.region[0].size = 0;
91458 -       lmb.reserved.cnt = 1;
91459 -}
91460 -
91461 -/* This routine may be called with relocation disabled. */
91462 -void __init lmb_analyze(void)
91463 -{
91464 -       int i;
91465 -
91466 -       lmb.memory.size = 0;
91467 -
91468 -       for (i = 0; i < lmb.memory.cnt; i++)
91469 -               lmb.memory.size += lmb.memory.region[i].size;
91470 -}
91471 -
91472 -/* This routine called with relocation disabled. */
91473 -static long __init lmb_add_region(struct lmb_region *rgn, unsigned long base,
91474 -                                 unsigned long size)
91475 -{
91476 -       unsigned long coalesced = 0;
91477 -       long adjacent, i;
91478 -
91479 -       /* First try and coalesce this LMB with another. */
91480 -       for (i=0; i < rgn->cnt; i++) {
91481 -               unsigned long rgnbase = rgn->region[i].base;
91482 -               unsigned long rgnsize = rgn->region[i].size;
91483 -
91484 -               if ((rgnbase == base) && (rgnsize == size))
91485 -                       /* Already have this region, so we're done */
91486 -                       return 0;
91487 -
91488 -               adjacent = lmb_addrs_adjacent(base,size,rgnbase,rgnsize);
91489 -               if ( adjacent > 0 ) {
91490 -                       rgn->region[i].base -= size;
91491 -                       rgn->region[i].size += size;
91492 -                       coalesced++;
91493 -                       break;
91494 -               }
91495 -               else if ( adjacent < 0 ) {
91496 -                       rgn->region[i].size += size;
91497 -                       coalesced++;
91498 -                       break;
91499 -               }
91500 -       }
91501 -
91502 -       if ((i < rgn->cnt-1) && lmb_regions_adjacent(rgn, i, i+1) ) {
91503 -               lmb_coalesce_regions(rgn, i, i+1);
91504 -               coalesced++;
91505 -       }
91506 -
91507 -       if (coalesced)
91508 -               return coalesced;
91509 -       if (rgn->cnt >= MAX_LMB_REGIONS)
91510 -               return -1;
91511 -
91512 -       /* Couldn't coalesce the LMB, so add it to the sorted table. */
91513 -       for (i = rgn->cnt-1; i >= 0; i--) {
91514 -               if (base < rgn->region[i].base) {
91515 -                       rgn->region[i+1].base = rgn->region[i].base;
91516 -                       rgn->region[i+1].size = rgn->region[i].size;
91517 -               } else {
91518 -                       rgn->region[i+1].base = base;
91519 -                       rgn->region[i+1].size = size;
91520 -                       break;
91521 -               }
91522 -       }
91523 -       rgn->cnt++;
91524 -
91525 -       return 0;
91526 -}
91527 -
91528 -/* This routine may be called with relocation disabled. */
91529 -long __init lmb_add(unsigned long base, unsigned long size)
91530 -{
91531 -       struct lmb_region *_rgn = &(lmb.memory);
91532 -
91533 -       /* On pSeries LPAR systems, the first LMB is our RMO region. */
91534 -       if (base == 0)
91535 -               lmb.rmo_size = size;
91536 -
91537 -       return lmb_add_region(_rgn, base, size);
91538 -
91539 -}
91540 -
91541 -long __init lmb_reserve(unsigned long base, unsigned long size)
91542 -{
91543 -       struct lmb_region *_rgn = &(lmb.reserved);
91544 -
91545 -       BUG_ON(0 == size);
91546 -
91547 -       return lmb_add_region(_rgn, base, size);
91548 -}
91549 -
91550 -long __init lmb_overlaps_region(struct lmb_region *rgn, unsigned long base,
91551 -                               unsigned long size)
91552 -{
91553 -       unsigned long i;
91554 -
91555 -       for (i=0; i < rgn->cnt; i++) {
91556 -               unsigned long rgnbase = rgn->region[i].base;
91557 -               unsigned long rgnsize = rgn->region[i].size;
91558 -               if ( lmb_addrs_overlap(base,size,rgnbase,rgnsize) ) {
91559 -                       break;
91560 -               }
91561 -       }
91562 -
91563 -       return (i < rgn->cnt) ? i : -1;
91564 -}
91565 -
91566 -unsigned long __init lmb_alloc(unsigned long size, unsigned long align)
91567 -{
91568 -       return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
91569 -}
91570 -
91571 -unsigned long __init lmb_alloc_base(unsigned long size, unsigned long align,
91572 -                                   unsigned long max_addr)
91573 -{
91574 -       unsigned long alloc;
91575 -
91576 -       alloc = __lmb_alloc_base(size, align, max_addr);
91577 -
91578 -       if (alloc == 0)
91579 -               panic("ERROR: Failed to allocate 0x%lx bytes below 0x%lx.\n",
91580 -                               size, max_addr);
91581 -
91582 -       return alloc;
91583 -}
91584 -
91585 -unsigned long __init __lmb_alloc_base(unsigned long size, unsigned long align,
91586 -                                   unsigned long max_addr)
91587 -{
91588 -       long i, j;
91589 -       unsigned long base = 0;
91590 -
91591 -       BUG_ON(0 == size);
91592 -
91593 -#ifdef CONFIG_PPC32
91594 -       /* On 32-bit, make sure we allocate lowmem */
91595 -       if (max_addr == LMB_ALLOC_ANYWHERE)
91596 -               max_addr = __max_low_memory;
91597 -#endif
91598 -       for (i = lmb.memory.cnt-1; i >= 0; i--) {
91599 -               unsigned long lmbbase = lmb.memory.region[i].base;
91600 -               unsigned long lmbsize = lmb.memory.region[i].size;
91601 -
91602 -               if (max_addr == LMB_ALLOC_ANYWHERE)
91603 -                       base = _ALIGN_DOWN(lmbbase + lmbsize - size, align);
91604 -               else if (lmbbase < max_addr) {
91605 -                       base = min(lmbbase + lmbsize, max_addr);
91606 -                       base = _ALIGN_DOWN(base - size, align);
91607 -               } else
91608 -                       continue;
91609 -
91610 -               while ((lmbbase <= base) &&
91611 -                      ((j = lmb_overlaps_region(&lmb.reserved, base, size)) >= 0) )
91612 -                       base = _ALIGN_DOWN(lmb.reserved.region[j].base - size,
91613 -                                          align);
91614 -
91615 -               if ((base != 0) && (lmbbase <= base))
91616 -                       break;
91617 -       }
91618 -
91619 -       if (i < 0)
91620 -               return 0;
91621 -
91622 -       lmb_add_region(&lmb.reserved, base, size);
91623 -
91624 -       return base;
91625 -}
91626 -
91627 -/* You must call lmb_analyze() before this. */
91628 -unsigned long __init lmb_phys_mem_size(void)
91629 -{
91630 -       return lmb.memory.size;
91631 -}
91632 -
91633 -unsigned long __init lmb_end_of_DRAM(void)
91634 -{
91635 -       int idx = lmb.memory.cnt - 1;
91636 -
91637 -       return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
91638 -}
91639 -
91640 -/* You must call lmb_analyze() after this. */
91641 -void __init lmb_enforce_memory_limit(unsigned long memory_limit)
91642 -{
91643 -       unsigned long i, limit;
91644 -       struct lmb_property *p;
91645 -
91646 -       if (! memory_limit)
91647 -               return;
91648 -
91649 -       /* Truncate the lmb regions to satisfy the memory limit. */
91650 -       limit = memory_limit;
91651 -       for (i = 0; i < lmb.memory.cnt; i++) {
91652 -               if (limit > lmb.memory.region[i].size) {
91653 -                       limit -= lmb.memory.region[i].size;
91654 -                       continue;
91655 -               }
91656 -
91657 -               lmb.memory.region[i].size = limit;
91658 -               lmb.memory.cnt = i + 1;
91659 -               break;
91660 -       }
91661 -
91662 -       if (lmb.memory.region[0].size < lmb.rmo_size)
91663 -               lmb.rmo_size = lmb.memory.region[0].size;
91664 -
91665 -       /* And truncate any reserves above the limit also. */
91666 -       for (i = 0; i < lmb.reserved.cnt; i++) {
91667 -               p = &lmb.reserved.region[i];
91668 -
91669 -               if (p->base > memory_limit)
91670 -                       p->size = 0;
91671 -               else if ((p->base + p->size) > memory_limit)
91672 -                       p->size = memory_limit - p->base;
91673 -
91674 -               if (p->size == 0) {
91675 -                       lmb_remove_region(&lmb.reserved, i);
91676 -                       i--;
91677 -               }
91678 -       }
91679 -}
91680 -
91681 -int __init lmb_is_reserved(unsigned long addr)
91682 -{
91683 -       int i;
91684 -
91685 -       for (i = 0; i < lmb.reserved.cnt; i++) {
91686 -               unsigned long upper = lmb.reserved.region[i].base +
91687 -                                     lmb.reserved.region[i].size - 1;
91688 -               if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))
91689 -                       return 1;
91690 -       }
91691 -       return 0;
91692 -}
91693 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/mem.c powerpc.git/arch/powerpc/mm/mem.c
91694 --- linux-2.6.25-rc9/arch/powerpc/mm/mem.c      2008-04-11 22:32:29.000000000 +0200
91695 +++ powerpc.git/arch/powerpc/mm/mem.c   2008-04-19 16:40:52.000000000 +0200
91696 @@ -31,6 +31,7 @@
91697  #include <linux/initrd.h>
91698  #include <linux/pagemap.h>
91699  #include <linux/suspend.h>
91700 +#include <linux/lmb.h>
91701  
91702  #include <asm/pgalloc.h>
91703  #include <asm/prom.h>
91704 @@ -42,7 +43,6 @@
91705  #include <asm/machdep.h>
91706  #include <asm/btext.h>
91707  #include <asm/tlb.h>
91708 -#include <asm/lmb.h>
91709  #include <asm/sections.h>
91710  #include <asm/vdso.h>
91711  
91712 @@ -111,7 +111,7 @@
91713  }
91714  #endif
91715  
91716 -int __devinit arch_add_memory(int nid, u64 start, u64 size)
91717 +int arch_add_memory(int nid, u64 start, u64 size)
91718  {
91719         struct pglist_data *pgdata;
91720         struct zone *zone;
91721 @@ -175,7 +175,6 @@
91722  
91723         printk("Mem-info:\n");
91724         show_free_areas();
91725 -       printk("Free swap:       %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
91726         for_each_online_pgdat(pgdat) {
91727                 unsigned long flags;
91728                 pgdat_resize_lock(pgdat, &flags);
91729 @@ -217,9 +216,11 @@
91730         unsigned long total_pages;
91731         int boot_mapsize;
91732  
91733 -       max_pfn = total_pages = lmb_end_of_DRAM() >> PAGE_SHIFT;
91734 +       max_pfn = lmb_end_of_DRAM() >> PAGE_SHIFT;
91735 +       total_pages = (lmb_end_of_DRAM() - memstart_addr) >> PAGE_SHIFT;
91736  #ifdef CONFIG_HIGHMEM
91737         total_pages = total_lowmem >> PAGE_SHIFT;
91738 +       max_low_pfn = lowmem_end_addr >> PAGE_SHIFT;
91739  #endif
91740  
91741         /*
91742 @@ -245,18 +246,18 @@
91743          * present.
91744          */
91745  #ifdef CONFIG_HIGHMEM
91746 -       free_bootmem_with_active_regions(0, total_lowmem >> PAGE_SHIFT);
91747 +       free_bootmem_with_active_regions(0, lowmem_end_addr >> PAGE_SHIFT);
91748  
91749         /* reserve the sections we're already using */
91750         for (i = 0; i < lmb.reserved.cnt; i++) {
91751                 unsigned long addr = lmb.reserved.region[i].base +
91752                                      lmb_size_bytes(&lmb.reserved, i) - 1;
91753 -               if (addr < total_lowmem)
91754 +               if (addr < lowmem_end_addr)
91755                         reserve_bootmem(lmb.reserved.region[i].base,
91756                                         lmb_size_bytes(&lmb.reserved, i),
91757                                         BOOTMEM_DEFAULT);
91758 -               else if (lmb.reserved.region[i].base < total_lowmem) {
91759 -                       unsigned long adjusted_size = total_lowmem -
91760 +               else if (lmb.reserved.region[i].base < lowmem_end_addr) {
91761 +                       unsigned long adjusted_size = lowmem_end_addr -
91762                                       lmb.reserved.region[i].base;
91763                         reserve_bootmem(lmb.reserved.region[i].base,
91764                                         adjusted_size, BOOTMEM_DEFAULT);
91765 @@ -326,7 +327,7 @@
91766                (top_of_ram - total_ram) >> 20);
91767         memset(max_zone_pfns, 0, sizeof(max_zone_pfns));
91768  #ifdef CONFIG_HIGHMEM
91769 -       max_zone_pfns[ZONE_DMA] = total_lowmem >> PAGE_SHIFT;
91770 +       max_zone_pfns[ZONE_DMA] = lowmem_end_addr >> PAGE_SHIFT;
91771         max_zone_pfns[ZONE_HIGHMEM] = top_of_ram >> PAGE_SHIFT;
91772  #else
91773         max_zone_pfns[ZONE_DMA] = top_of_ram >> PAGE_SHIFT;
91774 @@ -381,7 +382,7 @@
91775         {
91776                 unsigned long pfn, highmem_mapnr;
91777  
91778 -               highmem_mapnr = total_lowmem >> PAGE_SHIFT;
91779 +               highmem_mapnr = lowmem_end_addr >> PAGE_SHIFT;
91780                 for (pfn = highmem_mapnr; pfn < max_mapnr; ++pfn) {
91781                         struct page *page = pfn_to_page(pfn);
91782                         if (lmb_is_reserved(pfn << PAGE_SHIFT))
91783 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/mmu_decl.h powerpc.git/arch/powerpc/mm/mmu_decl.h
91784 --- linux-2.6.25-rc9/arch/powerpc/mm/mmu_decl.h 2008-04-11 22:32:29.000000000 +0200
91785 +++ powerpc.git/arch/powerpc/mm/mmu_decl.h      2008-04-19 16:40:52.000000000 +0200
91786 @@ -48,9 +48,11 @@
91787  
91788  extern unsigned long ioremap_bot;
91789  extern unsigned long __max_low_memory;
91790 -extern unsigned long __initial_memory_limit;
91791 +extern phys_addr_t __initial_memory_limit_addr;
91792  extern unsigned long total_memory;
91793  extern unsigned long total_lowmem;
91794 +extern phys_addr_t memstart_addr;
91795 +extern phys_addr_t lowmem_end_addr;
91796  
91797  /* ...and now those things that may be slightly different between processor
91798   * architectures.  -- Dan
91799 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/numa.c powerpc.git/arch/powerpc/mm/numa.c
91800 --- linux-2.6.25-rc9/arch/powerpc/mm/numa.c     2008-04-11 22:32:29.000000000 +0200
91801 +++ powerpc.git/arch/powerpc/mm/numa.c  2008-03-17 14:03:31.000000000 +0100
91802 @@ -17,8 +17,9 @@
91803  #include <linux/nodemask.h>
91804  #include <linux/cpu.h>
91805  #include <linux/notifier.h>
91806 +#include <linux/lmb.h>
91807  #include <asm/sparsemem.h>
91808 -#include <asm/lmb.h>
91809 +#include <asm/prom.h>
91810  #include <asm/system.h>
91811  #include <asm/smp.h>
91812  
91813 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/pgtable_32.c powerpc.git/arch/powerpc/mm/pgtable_32.c
91814 --- linux-2.6.25-rc9/arch/powerpc/mm/pgtable_32.c       2008-04-11 22:32:29.000000000 +0200
91815 +++ powerpc.git/arch/powerpc/mm/pgtable_32.c    2008-04-19 16:40:52.000000000 +0200
91816 @@ -281,12 +281,13 @@
91817   */
91818  void __init mapin_ram(void)
91819  {
91820 -       unsigned long v, p, s, f;
91821 +       unsigned long v, s, f;
91822 +       phys_addr_t p;
91823         int ktext;
91824  
91825         s = mmu_mapin_ram();
91826         v = KERNELBASE + s;
91827 -       p = PPC_MEMSTART + s;
91828 +       p = memstart_addr + s;
91829         for (; s < total_lowmem; s += PAGE_SIZE) {
91830                 ktext = ((char *) v >= _stext && (char *) v < etext);
91831                 f = ktext ?_PAGE_RAM_TEXT : _PAGE_RAM;
91832 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/ppc_mmu_32.c powerpc.git/arch/powerpc/mm/ppc_mmu_32.c
91833 --- linux-2.6.25-rc9/arch/powerpc/mm/ppc_mmu_32.c       2008-04-11 22:32:29.000000000 +0200
91834 +++ powerpc.git/arch/powerpc/mm/ppc_mmu_32.c    2008-04-19 16:40:52.000000000 +0200
91835 @@ -26,11 +26,11 @@
91836  #include <linux/mm.h>
91837  #include <linux/init.h>
91838  #include <linux/highmem.h>
91839 +#include <linux/lmb.h>
91840  
91841  #include <asm/prom.h>
91842  #include <asm/mmu.h>
91843  #include <asm/machdep.h>
91844 -#include <asm/lmb.h>
91845  
91846  #include "mmu_decl.h"
91847  
91848 @@ -82,7 +82,6 @@
91849  #else
91850         unsigned long tot, bl, done;
91851         unsigned long max_size = (256<<20);
91852 -       unsigned long align;
91853  
91854         if (__map_without_bats) {
91855                 printk(KERN_DEBUG "RAM mapped without BATs\n");
91856 @@ -93,19 +92,13 @@
91857  
91858         /* Make sure we don't map a block larger than the
91859            smallest alignment of the physical address. */
91860 -       /* alignment of PPC_MEMSTART */
91861 -       align = ~(PPC_MEMSTART-1) & PPC_MEMSTART;
91862 -       /* set BAT block size to MIN(max_size, align) */
91863 -       if (align && align < max_size)
91864 -               max_size = align;
91865 -
91866         tot = total_lowmem;
91867         for (bl = 128<<10; bl < max_size; bl <<= 1) {
91868                 if (bl * 2 > tot)
91869                         break;
91870         }
91871  
91872 -       setbat(2, KERNELBASE, PPC_MEMSTART, bl, _PAGE_RAM);
91873 +       setbat(2, KERNELBASE, 0, bl, _PAGE_RAM);
91874         done = (unsigned long)bat_addrs[2].limit - KERNELBASE + 1;
91875         if ((done < tot) && !bat_addrs[3].limit) {
91876                 /* use BAT3 to cover a bit more */
91877 @@ -113,7 +106,7 @@
91878                 for (bl = 128<<10; bl < max_size; bl <<= 1)
91879                         if (bl * 2 > tot)
91880                                 break;
91881 -               setbat(3, KERNELBASE+done, PPC_MEMSTART+done, bl, _PAGE_RAM);
91882 +               setbat(3, KERNELBASE+done, done, bl, _PAGE_RAM);
91883                 done = (unsigned long)bat_addrs[3].limit - KERNELBASE + 1;
91884         }
91885  
91886 @@ -240,7 +233,7 @@
91887          */
91888         if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322);
91889         Hash = __va(lmb_alloc_base(Hash_size, Hash_size,
91890 -                                  __initial_memory_limit));
91891 +                                  __initial_memory_limit_addr));
91892         cacheable_memzero(Hash, Hash_size);
91893         _SDR1 = __pa(Hash) | SDR1_LOW_BITS;
91894  
91895 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/stab.c powerpc.git/arch/powerpc/mm/stab.c
91896 --- linux-2.6.25-rc9/arch/powerpc/mm/stab.c     2008-04-11 22:32:29.000000000 +0200
91897 +++ powerpc.git/arch/powerpc/mm/stab.c  2008-03-17 14:03:31.000000000 +0100
91898 @@ -12,12 +12,14 @@
91899   *      2 of the License, or (at your option) any later version.
91900   */
91901  
91902 +#include <linux/lmb.h>
91903 +
91904  #include <asm/pgtable.h>
91905  #include <asm/mmu.h>
91906  #include <asm/mmu_context.h>
91907  #include <asm/paca.h>
91908  #include <asm/cputable.h>
91909 -#include <asm/lmb.h>
91910 +#include <asm/prom.h>
91911  #include <asm/abs_addr.h>
91912  #include <asm/firmware.h>
91913  #include <asm/iseries/hv_call.h>
91914 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/oprofile/cell/spu_task_sync.c powerpc.git/arch/powerpc/oprofile/cell/spu_task_sync.c
91915 --- linux-2.6.25-rc9/arch/powerpc/oprofile/cell/spu_task_sync.c 2008-04-11 22:32:29.000000000 +0200
91916 +++ powerpc.git/arch/powerpc/oprofile/cell/spu_task_sync.c      2008-04-19 16:40:52.000000000 +0200
91917 @@ -68,7 +68,7 @@
91918         if (spu_num >= num_spu_nodes) {
91919                 printk(KERN_ERR "SPU_PROF: "
91920                        "%s, line %d: Invalid index %d into spu info cache\n",
91921 -                      __FUNCTION__, __LINE__, spu_num);
91922 +                      __func__, __LINE__, spu_num);
91923                 ret_info = NULL;
91924                 goto out;
91925         }
91926 @@ -115,7 +115,7 @@
91927         if (!info) {
91928                 printk(KERN_ERR "SPU_PROF: "
91929                        "%s, line %d: create vma_map failed\n",
91930 -                      __FUNCTION__, __LINE__);
91931 +                      __func__, __LINE__);
91932                 retval = -ENOMEM;
91933                 goto err_alloc;
91934         }
91935 @@ -123,7 +123,7 @@
91936         if (!new_map) {
91937                 printk(KERN_ERR "SPU_PROF: "
91938                        "%s, line %d: create vma_map failed\n",
91939 -                      __FUNCTION__, __LINE__);
91940 +                      __func__, __LINE__);
91941                 retval = -ENOMEM;
91942                 goto err_alloc;
91943         }
91944 @@ -171,7 +171,7 @@
91945                         printk(KERN_ERR "SPU_PROF: "
91946                                 "%s, line %d: "
91947                                 "Invalid index %d into spu info cache\n",
91948 -                               __FUNCTION__, __LINE__, spu_index);
91949 +                               __func__, __LINE__, spu_index);
91950                         goto out;
91951                 }
91952                 end = spu_index + 1;
91953 @@ -273,7 +273,7 @@
91954  
91955         printk(KERN_ERR "SPU_PROF: "
91956                 "%s, line %d: Cannot find dcookie for SPU binary\n",
91957 -               __FUNCTION__, __LINE__);
91958 +               __func__, __LINE__);
91959         goto out;
91960  }
91961  
91962 @@ -467,7 +467,7 @@
91963         if (ret) {
91964                 printk(KERN_ERR "SPU_PROF: "
91965                         "%s, line %d: spu_switch_event_unregister returned %d\n",
91966 -                       __FUNCTION__, __LINE__, ret);
91967 +                       __func__, __LINE__, ret);
91968                 goto out;
91969         }
91970  
91971 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/oprofile/cell/vma_map.c powerpc.git/arch/powerpc/oprofile/cell/vma_map.c
91972 --- linux-2.6.25-rc9/arch/powerpc/oprofile/cell/vma_map.c       2008-04-11 22:32:29.000000000 +0200
91973 +++ powerpc.git/arch/powerpc/oprofile/cell/vma_map.c    2008-04-19 16:40:52.000000000 +0200
91974 @@ -72,7 +72,7 @@
91975                 kzalloc(sizeof(struct vma_to_fileoffset_map), GFP_KERNEL);
91976         if (!new) {
91977                 printk(KERN_ERR "SPU_PROF: %s, line %d: malloc failed\n",
91978 -                      __FUNCTION__, __LINE__);
91979 +                      __func__, __LINE__);
91980                 vma_map_free(map);
91981                 return NULL;
91982         }
91983 @@ -134,19 +134,19 @@
91984         if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) {
91985                 printk(KERN_ERR "SPU_PROF: "
91986                        "%s, line %d: Unexpected e_ident parsing SPU ELF\n",
91987 -                      __FUNCTION__, __LINE__);
91988 +                      __func__, __LINE__);
91989                 goto fail;
91990         }
91991         if (ehdr.e_machine != EM_SPU) {
91992                 printk(KERN_ERR "SPU_PROF: "
91993                        "%s, line %d: Unexpected e_machine parsing SPU ELF\n",
91994 -                      __FUNCTION__,  __LINE__);
91995 +                      __func__,  __LINE__);
91996                 goto fail;
91997         }
91998         if (ehdr.e_type != ET_EXEC) {
91999                 printk(KERN_ERR "SPU_PROF: "
92000                        "%s, line %d: Unexpected e_type parsing SPU ELF\n",
92001 -                      __FUNCTION__, __LINE__);
92002 +                      __func__, __LINE__);
92003                 goto fail;
92004         }
92005         phdr_start = spu_elf_start + ehdr.e_phoff;
92006 @@ -232,7 +232,7 @@
92007         if (overlay_tbl_offset < 0) {
92008                 printk(KERN_ERR "SPU_PROF: "
92009                        "%s, line %d: Error finding SPU overlay table\n",
92010 -                      __FUNCTION__, __LINE__);
92011 +                      __func__, __LINE__);
92012                 goto fail;
92013         }
92014         ovly_table = spu_elf_start + overlay_tbl_offset;
92015 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/oprofile/op_model_cell.c powerpc.git/arch/powerpc/oprofile/op_model_cell.c
92016 --- linux-2.6.25-rc9/arch/powerpc/oprofile/op_model_cell.c      2008-04-11 22:32:29.000000000 +0200
92017 +++ powerpc.git/arch/powerpc/oprofile/op_model_cell.c   2008-04-19 16:40:52.000000000 +0200
92018 @@ -216,7 +216,7 @@
92019                  * failure to stop OProfile.
92020                  */
92021                 printk(KERN_WARNING "%s: rtas returned: %d\n",
92022 -                      __FUNCTION__, ret);
92023 +                      __func__, ret);
92024  }
92025  
92026  static int pm_rtas_activate_signals(u32 node, u32 count)
92027 @@ -255,7 +255,7 @@
92028  
92029                 if (unlikely(ret)) {
92030                         printk(KERN_WARNING "%s: rtas returned: %d\n",
92031 -                              __FUNCTION__, ret);
92032 +                              __func__, ret);
92033                         return -EIO;
92034                 }
92035         }
92036 @@ -560,7 +560,7 @@
92037                 if (unlikely(spu_rtas_token == RTAS_UNKNOWN_SERVICE)) {
92038                         printk(KERN_ERR
92039                                "%s: rtas token ibm,cbe-spu-perftools unknown\n",
92040 -                              __FUNCTION__);
92041 +                              __func__);
92042                         return -EIO;
92043                 }
92044         }
92045 @@ -576,7 +576,7 @@
92046         if (unlikely(pm_rtas_token == RTAS_UNKNOWN_SERVICE)) {
92047                 printk(KERN_ERR
92048                        "%s: rtas token ibm,cbe-perftools unknown\n",
92049 -                      __FUNCTION__);
92050 +                      __func__);
92051                 return -EIO;
92052         }
92053  
92054 @@ -853,7 +853,7 @@
92055  
92056         if (unlikely(ret)) {
92057                 printk(KERN_WARNING "%s: rtas returned: %d\n",
92058 -                      __FUNCTION__, ret);
92059 +                      __func__, ret);
92060                 return -EIO;
92061         }
92062  
92063 @@ -949,7 +949,7 @@
92064                 if (unlikely(ret != 0)) {
92065                         printk(KERN_ERR
92066                                "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
92067 -                              __FUNCTION__, ret);
92068 +                              __func__, ret);
92069                         rtas_error = -EIO;
92070                         goto out;
92071                 }
92072 @@ -1061,7 +1061,7 @@
92073                 if (unlikely(rtn_value != 0)) {
92074                         printk(KERN_ERR
92075                                "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
92076 -                              __FUNCTION__, rtn_value);
92077 +                              __func__, rtn_value);
92078                 }
92079  
92080                 /* Deactivate the signals */
92081 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/ep405.c powerpc.git/arch/powerpc/platforms/40x/ep405.c
92082 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/ep405.c 2008-04-11 22:32:29.000000000 +0200
92083 +++ powerpc.git/arch/powerpc/platforms/40x/ep405.c      2008-04-19 16:40:52.000000000 +0200
92084 @@ -29,6 +29,7 @@
92085  #include <asm/time.h>
92086  #include <asm/uic.h>
92087  #include <asm/pci-bridge.h>
92088 +#include <asm/ppc4xx.h>
92089  
92090  static struct device_node *bcsr_node;
92091  static void __iomem *bcsr_regs;
92092 @@ -119,5 +120,6 @@
92093         .progress               = udbg_progress,
92094         .init_IRQ               = uic_init_tree,
92095         .get_irq                = uic_get_irq,
92096 +       .restart                = ppc4xx_reset_system,
92097         .calibrate_decr         = generic_calibrate_decr,
92098  };
92099 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/kilauea.c powerpc.git/arch/powerpc/platforms/40x/kilauea.c
92100 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/kilauea.c       2008-04-11 22:32:29.000000000 +0200
92101 +++ powerpc.git/arch/powerpc/platforms/40x/kilauea.c    2008-04-19 16:40:52.000000000 +0200
92102 @@ -1,7 +1,7 @@
92103  /*
92104   * Kilauea board specific routines
92105   *
92106 - * Copyright 2007 DENX Software Engineering, Stefan Roese <sr@denx.de>
92107 + * Copyright 2007-2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
92108   *
92109   * Based on the Walnut code by
92110   * Josh Boyer <jwboyer@linux.vnet.ibm.com>
92111 @@ -20,6 +20,7 @@
92112  #include <asm/time.h>
92113  #include <asm/uic.h>
92114  #include <asm/pci-bridge.h>
92115 +#include <asm/ppc4xx.h>
92116  
92117  static __initdata struct of_device_id kilauea_of_bus[] = {
92118         { .compatible = "ibm,plb4", },
92119 @@ -54,5 +55,6 @@
92120         .progress                       = udbg_progress,
92121         .init_IRQ                       = uic_init_tree,
92122         .get_irq                        = uic_get_irq,
92123 +       .restart                        = ppc4xx_reset_system,
92124         .calibrate_decr                 = generic_calibrate_decr,
92125  };
92126 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/makalu.c powerpc.git/arch/powerpc/platforms/40x/makalu.c
92127 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/makalu.c        2008-04-11 22:32:29.000000000 +0200
92128 +++ powerpc.git/arch/powerpc/platforms/40x/makalu.c     2008-04-19 16:40:52.000000000 +0200
92129 @@ -20,6 +20,7 @@
92130  #include <asm/time.h>
92131  #include <asm/uic.h>
92132  #include <asm/pci-bridge.h>
92133 +#include <asm/ppc4xx.h>
92134  
92135  static __initdata struct of_device_id makalu_of_bus[] = {
92136         { .compatible = "ibm,plb4", },
92137 @@ -54,5 +55,6 @@
92138         .progress                       = udbg_progress,
92139         .init_IRQ                       = uic_init_tree,
92140         .get_irq                        = uic_get_irq,
92141 +       .restart                        = ppc4xx_reset_system,
92142         .calibrate_decr                 = generic_calibrate_decr,
92143  };
92144 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/virtex.c powerpc.git/arch/powerpc/platforms/40x/virtex.c
92145 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/virtex.c        2008-04-11 22:32:29.000000000 +0200
92146 +++ powerpc.git/arch/powerpc/platforms/40x/virtex.c     2008-04-19 16:40:52.000000000 +0200
92147 @@ -14,6 +14,7 @@
92148  #include <asm/prom.h>
92149  #include <asm/time.h>
92150  #include <asm/xilinx_intc.h>
92151 +#include <asm/ppc4xx.h>
92152  
92153  static struct of_device_id xilinx_of_bus_ids[] __initdata = {
92154         { .compatible = "xlnx,plb-v46-1.00.a", },
92155 @@ -48,5 +49,6 @@
92156         .probe                  = virtex_probe,
92157         .init_IRQ               = xilinx_intc_init_tree,
92158         .get_irq                = xilinx_intc_get_irq,
92159 +       .restart                = ppc4xx_reset_system,
92160         .calibrate_decr         = generic_calibrate_decr,
92161  };
92162 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/walnut.c powerpc.git/arch/powerpc/platforms/40x/walnut.c
92163 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/walnut.c        2008-04-11 22:32:29.000000000 +0200
92164 +++ powerpc.git/arch/powerpc/platforms/40x/walnut.c     2008-04-19 16:40:52.000000000 +0200
92165 @@ -26,6 +26,7 @@
92166  #include <asm/time.h>
92167  #include <asm/uic.h>
92168  #include <asm/pci-bridge.h>
92169 +#include <asm/ppc4xx.h>
92170  
92171  static __initdata struct of_device_id walnut_of_bus[] = {
92172         { .compatible = "ibm,plb3", },
92173 @@ -61,5 +62,6 @@
92174         .progress               = udbg_progress,
92175         .init_IRQ               = uic_init_tree,
92176         .get_irq                = uic_get_irq,
92177 -       .calibrate_decr = generic_calibrate_decr,
92178 +       .restart                = ppc4xx_reset_system,
92179 +       .calibrate_decr         = generic_calibrate_decr,
92180  };
92181 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/44x.h powerpc.git/arch/powerpc/platforms/44x/44x.h
92182 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/44x.h   2008-04-11 22:32:29.000000000 +0200
92183 +++ powerpc.git/arch/powerpc/platforms/44x/44x.h        2008-04-19 16:40:52.000000000 +0200
92184 @@ -3,6 +3,5 @@
92185  
92186  extern u8 as1_readb(volatile u8 __iomem  *addr);
92187  extern void as1_writeb(u8 data, volatile u8 __iomem *addr);
92188 -extern void ppc44x_reset_system(char *cmd);
92189  
92190  #endif /* __POWERPC_PLATFORMS_44X_44X_H */
92191 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/Kconfig powerpc.git/arch/powerpc/platforms/44x/Kconfig
92192 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/Kconfig 2008-04-11 22:32:29.000000000 +0200
92193 +++ powerpc.git/arch/powerpc/platforms/44x/Kconfig      2008-04-19 16:40:52.000000000 +0200
92194 @@ -67,6 +67,25 @@
92195           See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
92196           Telephony Developers" link for more information.
92197  
92198 +config CANYONLANDS
92199 +       bool "Canyonlands"
92200 +       depends on 44x
92201 +       default n
92202 +       select 460EX
92203 +       select PCI
92204 +       select PPC4xx_PCI_EXPRESS
92205 +       help
92206 +         This option enables support for the AMCC PPC460EX evaluation board.
92207 +
92208 +config YOSEMITE
92209 +       bool "Yosemite"
92210 +       depends on 44x
92211 +       default n
92212 +       select 440EP
92213 +       select PCI
92214 +       help
92215 +         This option enables support for the AMCC PPC440EP evaluation board.
92216 +
92217  #config LUAN
92218  #      bool "Luan"
92219  #      depends on 44x
92220 @@ -122,6 +141,14 @@
92221         bool
92222         select IBM_NEW_EMAC_EMAC4
92223  
92224 +config 460EX
92225 +       bool
92226 +       select PPC_FPU
92227 +       select IBM_NEW_EMAC_EMAC4
92228 +       select IBM_NEW_EMAC_RGMII
92229 +       select IBM_NEW_EMAC_ZMII
92230 +       select IBM_NEW_EMAC_TAH
92231 +
92232  # 44x errata/workaround config symbols, selected by the CPU models above
92233  config IBM440EP_ERR42
92234         bool
92235 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/Makefile powerpc.git/arch/powerpc/platforms/44x/Makefile
92236 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/Makefile        2008-04-11 22:32:29.000000000 +0200
92237 +++ powerpc.git/arch/powerpc/platforms/44x/Makefile     2008-04-19 16:40:52.000000000 +0200
92238 @@ -1,9 +1,11 @@
92239 -obj-$(CONFIG_44x)      := misc_44x.o
92240 +obj-$(CONFIG_44x)      := misc_44x.o idle.o
92241  obj-$(CONFIG_EBONY)    += ebony.o
92242  obj-$(CONFIG_TAISHAN)  += taishan.o
92243  obj-$(CONFIG_BAMBOO)   += bamboo.o
92244 +obj-$(CONFIG_YOSEMITE) += bamboo.o
92245  obj-$(CONFIG_SEQUOIA)  += sequoia.o
92246  obj-$(CONFIG_KATMAI)   += katmai.o
92247  obj-$(CONFIG_RAINIER)  += rainier.o
92248  obj-$(CONFIG_WARP)     += warp.o
92249  obj-$(CONFIG_WARP)     += warp-nand.o
92250 +obj-$(CONFIG_CANYONLANDS) += canyonlands.o
92251 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/bamboo.c powerpc.git/arch/powerpc/platforms/44x/bamboo.c
92252 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/bamboo.c        2008-04-11 22:32:29.000000000 +0200
92253 +++ powerpc.git/arch/powerpc/platforms/44x/bamboo.c     2008-04-19 16:40:52.000000000 +0200
92254 @@ -22,8 +22,7 @@
92255  #include <asm/time.h>
92256  #include <asm/uic.h>
92257  #include <asm/pci-bridge.h>
92258 -
92259 -#include "44x.h"
92260 +#include <asm/ppc4xx.h>
92261  
92262  static __initdata struct of_device_id bamboo_of_bus[] = {
92263         { .compatible = "ibm,plb4", },
92264 @@ -53,11 +52,11 @@
92265  }
92266  
92267  define_machine(bamboo) {
92268 -       .name                           = "Bamboo",
92269 -       .probe                          = bamboo_probe,
92270 -       .progress                       = udbg_progress,
92271 -       .init_IRQ                       = uic_init_tree,
92272 -       .get_irq                        = uic_get_irq,
92273 -       .restart                        = ppc44x_reset_system,
92274 +       .name                   = "Bamboo",
92275 +       .probe                  = bamboo_probe,
92276 +       .progress               = udbg_progress,
92277 +       .init_IRQ               = uic_init_tree,
92278 +       .get_irq                = uic_get_irq,
92279 +       .restart                = ppc4xx_reset_system,
92280         .calibrate_decr         = generic_calibrate_decr,
92281  };
92282 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/canyonlands.c powerpc.git/arch/powerpc/platforms/44x/canyonlands.c
92283 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/canyonlands.c   1970-01-01 01:00:00.000000000 +0100
92284 +++ powerpc.git/arch/powerpc/platforms/44x/canyonlands.c        2008-04-19 16:40:52.000000000 +0200
92285 @@ -0,0 +1,63 @@
92286 +/*
92287 + * Canyonlands board specific routines
92288 + *
92289 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
92290 + *
92291 + * Based on the Katmai code by
92292 + * Benjamin Herrenschmidt <benh@kernel.crashing.org>
92293 + * Copyright 2007 IBM Corp.
92294 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
92295 + * Copyright 2007 IBM Corporation
92296 + *
92297 + * This program is free software; you can redistribute  it and/or modify it
92298 + * under  the terms of  the GNU General  Public License as published by the
92299 + * Free Software Foundation;  either version 2 of the  License, or (at your
92300 + * option) any later version.
92301 + */
92302 +#include <linux/init.h>
92303 +#include <linux/of_platform.h>
92304 +
92305 +#include <asm/machdep.h>
92306 +#include <asm/prom.h>
92307 +#include <asm/udbg.h>
92308 +#include <asm/time.h>
92309 +#include <asm/uic.h>
92310 +#include <asm/pci-bridge.h>
92311 +#include <asm/ppc4xx.h>
92312 +
92313 +static __initdata struct of_device_id canyonlands_of_bus[] = {
92314 +       { .compatible = "ibm,plb4", },
92315 +       { .compatible = "ibm,opb", },
92316 +       { .compatible = "ibm,ebc", },
92317 +       {},
92318 +};
92319 +
92320 +static int __init canyonlands_device_probe(void)
92321 +{
92322 +       of_platform_bus_probe(NULL, canyonlands_of_bus, NULL);
92323 +
92324 +       return 0;
92325 +}
92326 +machine_device_initcall(canyonlands, canyonlands_device_probe);
92327 +
92328 +static int __init canyonlands_probe(void)
92329 +{
92330 +       unsigned long root = of_get_flat_dt_root();
92331 +
92332 +       if (!of_flat_dt_is_compatible(root, "amcc,canyonlands"))
92333 +               return 0;
92334 +
92335 +       ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
92336 +
92337 +       return 1;
92338 +}
92339 +
92340 +define_machine(canyonlands) {
92341 +       .name                           = "Canyonlands",
92342 +       .probe                          = canyonlands_probe,
92343 +       .progress                       = udbg_progress,
92344 +       .init_IRQ                       = uic_init_tree,
92345 +       .get_irq                        = uic_get_irq,
92346 +       .restart                        = ppc4xx_reset_system,
92347 +       .calibrate_decr                 = generic_calibrate_decr,
92348 +};
92349 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/ebony.c powerpc.git/arch/powerpc/platforms/44x/ebony.c
92350 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/ebony.c 2008-04-11 22:32:29.000000000 +0200
92351 +++ powerpc.git/arch/powerpc/platforms/44x/ebony.c      2008-04-19 16:40:52.000000000 +0200
92352 @@ -26,8 +26,7 @@
92353  #include <asm/time.h>
92354  #include <asm/uic.h>
92355  #include <asm/pci-bridge.h>
92356 -
92357 -#include "44x.h"
92358 +#include <asm/ppc4xx.h>
92359  
92360  static __initdata struct of_device_id ebony_of_bus[] = {
92361         { .compatible = "ibm,plb4", },
92362 @@ -66,6 +65,6 @@
92363         .progress               = udbg_progress,
92364         .init_IRQ               = uic_init_tree,
92365         .get_irq                = uic_get_irq,
92366 -       .restart                = ppc44x_reset_system,
92367 +       .restart                = ppc4xx_reset_system,
92368         .calibrate_decr         = generic_calibrate_decr,
92369  };
92370 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/idle.c powerpc.git/arch/powerpc/platforms/44x/idle.c
92371 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/idle.c  1970-01-01 01:00:00.000000000 +0100
92372 +++ powerpc.git/arch/powerpc/platforms/44x/idle.c       2008-04-19 16:40:52.000000000 +0200
92373 @@ -0,0 +1,67 @@
92374 +/*
92375 + * Copyright 2008 IBM Corp. 
92376 + *
92377 + * Based on arch/powerpc/platforms/pasemi/idle.c: 
92378 + * Copyright (C) 2006-2007 PA Semi, Inc
92379 + *
92380 + * Added by: Jerone Young <jyoung5@us.ibm.com>
92381 + *
92382 + * This program is free software; you can redistribute it and/or modify
92383 + * it under the terms of the GNU General Public License version 2 as
92384 + * published by the Free Software Foundation.
92385 + *
92386 + * This program is distributed in the hope that it will be useful,
92387 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
92388 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
92389 + * GNU General Public License for more details.
92390 + *
92391 + * You should have received a copy of the GNU General Public License
92392 + * along with this program; if not, write to the Free Software
92393 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
92394 + *
92395 + */
92396 +
92397 +#include <linux/of.h>
92398 +#include <linux/kernel.h>
92399 +#include <asm/machdep.h>
92400 +
92401 +static int mode_spin;
92402 +
92403 +static void ppc44x_idle(void)
92404 +{
92405 +       unsigned long msr_save;
92406 +
92407 +       msr_save = mfmsr();
92408 +       /* set wait state MSR */
92409 +       mtmsr(msr_save|MSR_WE|MSR_EE|MSR_CE|MSR_DE);
92410 +       isync();
92411 +       /* return to initial state */
92412 +       mtmsr(msr_save);
92413 +       isync();
92414 +}
92415 +
92416 +int __init ppc44x_idle_init(void)
92417 +{
92418 +       if (!mode_spin) {
92419 +               /* If we are not setting spin mode 
92420 +                   then we set to wait mode */
92421 +               ppc_md.power_save = &ppc44x_idle;
92422 +       }
92423 +
92424 +       return 0;
92425 +}
92426 +
92427 +arch_initcall(ppc44x_idle_init);
92428 +
92429 +static int __init idle_param(char *p)
92430 +{ 
92431 +
92432 +       if (!strcmp("spin", p)) {
92433 +               mode_spin = 1;
92434 +               ppc_md.power_save = NULL;
92435 +       }
92436 +
92437 +       return 0;
92438 +}
92439 +
92440 +early_param("idle", idle_param);
92441 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/katmai.c powerpc.git/arch/powerpc/platforms/44x/katmai.c
92442 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/katmai.c        2008-04-11 22:32:29.000000000 +0200
92443 +++ powerpc.git/arch/powerpc/platforms/44x/katmai.c     2008-04-19 16:40:52.000000000 +0200
92444 @@ -22,8 +22,7 @@
92445  #include <asm/time.h>
92446  #include <asm/uic.h>
92447  #include <asm/pci-bridge.h>
92448 -
92449 -#include "44x.h"
92450 +#include <asm/ppc4xx.h>
92451  
92452  static __initdata struct of_device_id katmai_of_bus[] = {
92453         { .compatible = "ibm,plb4", },
92454 @@ -58,6 +57,6 @@
92455         .progress                       = udbg_progress,
92456         .init_IRQ                       = uic_init_tree,
92457         .get_irq                        = uic_get_irq,
92458 -       .restart                        = ppc44x_reset_system,
92459 +       .restart                        = ppc4xx_reset_system,
92460         .calibrate_decr                 = generic_calibrate_decr,
92461  };
92462 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/misc_44x.S powerpc.git/arch/powerpc/platforms/44x/misc_44x.S
92463 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/misc_44x.S      2008-04-11 22:32:29.000000000 +0200
92464 +++ powerpc.git/arch/powerpc/platforms/44x/misc_44x.S   2008-04-19 16:40:52.000000000 +0200
92465 @@ -44,14 +44,3 @@
92466         sync
92467         isync
92468         blr
92469 -
92470 -/*
92471 - * void ppc44x_reset_system(char *cmd)
92472 - *
92473 - * At present, this routine just applies a system reset.
92474 - */
92475 -_GLOBAL(ppc44x_reset_system)
92476 -       mfspr   r13,SPRN_DBCR0
92477 -       oris    r13,r13,DBCR0_RST_SYSTEM@h
92478 -       mtspr   SPRN_DBCR0,r13
92479 -       b       .                       /* Just in case the reset doesn't work */
92480 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/rainier.c powerpc.git/arch/powerpc/platforms/44x/rainier.c
92481 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/rainier.c       2008-04-11 22:32:29.000000000 +0200
92482 +++ powerpc.git/arch/powerpc/platforms/44x/rainier.c    2008-04-19 16:40:52.000000000 +0200
92483 @@ -22,7 +22,7 @@
92484  #include <asm/time.h>
92485  #include <asm/uic.h>
92486  #include <asm/pci-bridge.h>
92487 -#include "44x.h"
92488 +#include <asm/ppc4xx.h>
92489  
92490  static __initdata struct of_device_id rainier_of_bus[] = {
92491         { .compatible = "ibm,plb4", },
92492 @@ -57,6 +57,6 @@
92493         .progress                       = udbg_progress,
92494         .init_IRQ                       = uic_init_tree,
92495         .get_irq                        = uic_get_irq,
92496 -       .restart                        = ppc44x_reset_system,
92497 +       .restart                        = ppc4xx_reset_system,
92498         .calibrate_decr                 = generic_calibrate_decr,
92499  };
92500 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/sequoia.c powerpc.git/arch/powerpc/platforms/44x/sequoia.c
92501 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/sequoia.c       2008-04-11 22:32:29.000000000 +0200
92502 +++ powerpc.git/arch/powerpc/platforms/44x/sequoia.c    2008-04-19 16:40:52.000000000 +0200
92503 @@ -23,7 +23,7 @@
92504  #include <asm/uic.h>
92505  #include <asm/pci-bridge.h>
92506  
92507 -#include "44x.h"
92508 +#include <asm/ppc4xx.h>
92509  
92510  static __initdata struct of_device_id sequoia_of_bus[] = {
92511         { .compatible = "ibm,plb4", },
92512 @@ -58,6 +58,6 @@
92513         .progress                       = udbg_progress,
92514         .init_IRQ                       = uic_init_tree,
92515         .get_irq                        = uic_get_irq,
92516 -       .restart                        = ppc44x_reset_system,
92517 +       .restart                        = ppc4xx_reset_system,
92518         .calibrate_decr                 = generic_calibrate_decr,
92519  };
92520 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/taishan.c powerpc.git/arch/powerpc/platforms/44x/taishan.c
92521 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/taishan.c       2008-04-11 22:32:29.000000000 +0200
92522 +++ powerpc.git/arch/powerpc/platforms/44x/taishan.c    2008-04-19 16:40:52.000000000 +0200
92523 @@ -29,8 +29,7 @@
92524  #include <asm/time.h>
92525  #include <asm/uic.h>
92526  #include <asm/pci-bridge.h>
92527 -
92528 -#include "44x.h"
92529 +#include <asm/ppc4xx.h>
92530  
92531  static __initdata struct of_device_id taishan_of_bus[] = {
92532         { .compatible = "ibm,plb4", },
92533 @@ -68,6 +67,6 @@
92534         .progress               = udbg_progress,
92535         .init_IRQ               = uic_init_tree,
92536         .get_irq                = uic_get_irq,
92537 -       .restart                = ppc44x_reset_system,
92538 +       .restart                = ppc4xx_reset_system,
92539         .calibrate_decr         = generic_calibrate_decr,
92540  };
92541 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/warp-nand.c powerpc.git/arch/powerpc/platforms/44x/warp-nand.c
92542 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/warp-nand.c     2008-04-11 22:32:29.000000000 +0200
92543 +++ powerpc.git/arch/powerpc/platforms/44x/warp-nand.c  2008-04-19 16:40:52.000000000 +0200
92544 @@ -11,6 +11,7 @@
92545  #include <linux/mtd/partitions.h>
92546  #include <linux/mtd/nand.h>
92547  #include <linux/mtd/ndfc.h>
92548 +#include <asm/machdep.h>
92549  
92550  #ifdef CONFIG_MTD_NAND_NDFC
92551  
92552 @@ -100,6 +101,6 @@
92553  
92554         return 0;
92555  }
92556 -device_initcall(warp_setup_nand_flash);
92557 +machine_device_initcall(warp, warp_setup_nand_flash);
92558  
92559  #endif
92560 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/warp.c powerpc.git/arch/powerpc/platforms/44x/warp.c
92561 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/warp.c  2008-04-11 22:32:29.000000000 +0200
92562 +++ powerpc.git/arch/powerpc/platforms/44x/warp.c       2008-04-19 16:40:52.000000000 +0200
92563 @@ -18,9 +18,7 @@
92564  #include <asm/udbg.h>
92565  #include <asm/time.h>
92566  #include <asm/uic.h>
92567 -
92568 -#include "44x.h"
92569 -
92570 +#include <asm/ppc4xx.h>
92571  
92572  static __initdata struct of_device_id warp_of_bus[] = {
92573         { .compatible = "ibm,plb4", },
92574 @@ -49,7 +47,7 @@
92575         .progress       = udbg_progress,
92576         .init_IRQ       = uic_init_tree,
92577         .get_irq        = uic_get_irq,
92578 -       .restart        = ppc44x_reset_system,
92579 +       .restart        = ppc4xx_reset_system,
92580         .calibrate_decr = generic_calibrate_decr,
92581  };
92582  
92583 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/52xx/lite5200.c powerpc.git/arch/powerpc/platforms/52xx/lite5200.c
92584 --- linux-2.6.25-rc9/arch/powerpc/platforms/52xx/lite5200.c     2008-04-11 22:32:29.000000000 +0200
92585 +++ powerpc.git/arch/powerpc/platforms/52xx/lite5200.c  2008-04-19 16:40:52.000000000 +0200
92586 @@ -63,7 +63,7 @@
92587         of_node_put(np);
92588         if (!cdm) {
92589                 printk(KERN_ERR "%s() failed; expect abnormal behaviour\n",
92590 -                      __FUNCTION__);
92591 +                      __func__);
92592                 return;
92593         }
92594  
92595 @@ -98,7 +98,7 @@
92596         of_node_put(np);
92597         if (!gpio) {
92598                 printk(KERN_ERR "%s() failed. expect abnormal behavior\n",
92599 -                      __FUNCTION__);
92600 +                      __func__);
92601                 return;
92602         }
92603  
92604 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/82xx/Kconfig powerpc.git/arch/powerpc/platforms/82xx/Kconfig
92605 --- linux-2.6.25-rc9/arch/powerpc/platforms/82xx/Kconfig        2008-04-11 22:32:29.000000000 +0200
92606 +++ powerpc.git/arch/powerpc/platforms/82xx/Kconfig     2008-04-19 16:40:52.000000000 +0200
92607 @@ -11,7 +11,6 @@
92608         select 8260
92609         select FSL_SOC
92610         select PQ2_ADS_PCI_PIC if PCI
92611 -       select PPC_CPM_NEW_BINDING
92612         help
92613           This option enables support for the MPC8272 ADS board
92614  
92615 @@ -22,7 +21,6 @@
92616         select 8260
92617         select FSL_SOC
92618         select PQ2_ADS_PCI_PIC if PCI
92619 -       select PPC_CPM_NEW_BINDING
92620         help
92621           This option enables support for the PQ2FADS board
92622  
92623 @@ -31,7 +29,6 @@
92624         select 8272
92625         select 8260
92626         select FSL_SOC
92627 -       select PPC_CPM_NEW_BINDING
92628         select MDIO_BITBANG
92629         help
92630           This enables support for the Embedded Planet EP8248E board.
92631 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/83xx/mpc837x_rdb.c powerpc.git/arch/powerpc/platforms/83xx/mpc837x_rdb.c
92632 --- linux-2.6.25-rc9/arch/powerpc/platforms/83xx/mpc837x_rdb.c  2008-04-11 22:32:29.000000000 +0200
92633 +++ powerpc.git/arch/powerpc/platforms/83xx/mpc837x_rdb.c       2008-04-19 16:40:52.000000000 +0200
92634 @@ -46,6 +46,7 @@
92635  static struct of_device_id mpc837x_ids[] = {
92636         { .type = "soc", },
92637         { .compatible = "soc", },
92638 +       { .compatible = "simple-bus", },
92639         {},
92640  };
92641  
92642 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/83xx/mpc83xx.h powerpc.git/arch/powerpc/platforms/83xx/mpc83xx.h
92643 --- linux-2.6.25-rc9/arch/powerpc/platforms/83xx/mpc83xx.h      2008-04-11 22:32:29.000000000 +0200
92644 +++ powerpc.git/arch/powerpc/platforms/83xx/mpc83xx.h   2008-04-19 16:40:52.000000000 +0200
92645 @@ -16,6 +16,7 @@
92646  #define MPC83XX_SCCR_USB_DRCM_10   0x00200000
92647  #define MPC8315_SCCR_USB_MASK      0x00c00000
92648  #define MPC8315_SCCR_USB_DRCM_11   0x00c00000
92649 +#define MPC8315_SCCR_USB_DRCM_01   0x00400000
92650  #define MPC837X_SCCR_USB_DRCM_11   0x00c00000
92651  
92652  /* system i/o configuration register low */
92653 @@ -37,6 +38,7 @@
92654  /* USB Control Register */
92655  #define FSL_USB2_CONTROL_OFFS      0x500
92656  #define CONTROL_UTMI_PHY_EN        0x00000200
92657 +#define CONTROL_REFSEL_24MHZ       0x00000040
92658  #define CONTROL_REFSEL_48MHZ       0x00000080
92659  #define CONTROL_PHY_CLK_SEL_ULPI   0x00000400
92660  #define CONTROL_OTG_PORT           0x00000020
92661 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/83xx/usb.c powerpc.git/arch/powerpc/platforms/83xx/usb.c
92662 --- linux-2.6.25-rc9/arch/powerpc/platforms/83xx/usb.c  2008-04-11 22:32:29.000000000 +0200
92663 +++ powerpc.git/arch/powerpc/platforms/83xx/usb.c       2008-04-19 16:40:52.000000000 +0200
92664 @@ -129,7 +129,7 @@
92665         if (immr_node && of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
92666                 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
92667                                 MPC8315_SCCR_USB_MASK,
92668 -                               MPC8315_SCCR_USB_DRCM_11);
92669 +                               MPC8315_SCCR_USB_DRCM_01);
92670         else
92671                 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
92672                                 MPC83XX_SCCR_USB_MASK,
92673 @@ -164,9 +164,15 @@
92674         /* Using on-chip PHY */
92675         if (prop && (!strcmp(prop, "utmi_wide") ||
92676                      !strcmp(prop, "utmi"))) {
92677 -               /* Set UTMI_PHY_EN, REFSEL to 48MHZ */
92678 +               u32 refsel;
92679 +
92680 +               if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
92681 +                       refsel = CONTROL_REFSEL_24MHZ;
92682 +               else
92683 +                       refsel = CONTROL_REFSEL_48MHZ;
92684 +               /* Set UTMI_PHY_EN and REFSEL */
92685                 out_be32(usb_regs + FSL_USB2_CONTROL_OFFS,
92686 -                               CONTROL_UTMI_PHY_EN | CONTROL_REFSEL_48MHZ);
92687 +                               CONTROL_UTMI_PHY_EN | refsel);
92688         /* Using external UPLI PHY */
92689         } else if (prop && !strcmp(prop, "ulpi")) {
92690                 /* Set PHY_CLK_SEL to ULPI */
92691 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Kconfig powerpc.git/arch/powerpc/platforms/85xx/Kconfig
92692 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Kconfig        2008-04-11 22:32:29.000000000 +0200
92693 +++ powerpc.git/arch/powerpc/platforms/85xx/Kconfig     2008-04-19 16:40:52.000000000 +0200
92694 @@ -19,7 +19,6 @@
92695  config MPC8560_ADS
92696         bool "Freescale MPC8560 ADS"
92697         select DEFAULT_UIMAGE
92698 -       select PPC_CPM_NEW_BINDING
92699         select CPM2
92700         help
92701           This option enables support for the MPC 8560 ADS board
92702 @@ -46,6 +45,12 @@
92703         help
92704           This option enables support for the MPC85xx DS (MPC8544 DS) board
92705  
92706 +config KSI8560
92707 +        bool "Emerson KSI8560"
92708 +        select DEFAULT_UIMAGE
92709 +        help
92710 +          This option enables support for the Emerson KSI8560 board
92711 +
92712  config STX_GP3
92713         bool "Silicon Turnkey Express GP3"
92714         help
92715 @@ -53,14 +58,12 @@
92716           board.
92717         select CPM2
92718         select DEFAULT_UIMAGE
92719 -       select PPC_CPM_NEW_BINDING
92720  
92721  config TQM8540
92722         bool "TQ Components TQM8540"
92723         help
92724           This option enables support for the TQ Components TQM8540 board.
92725         select DEFAULT_UIMAGE
92726 -       select PPC_CPM_NEW_BINDING
92727         select TQM85xx
92728  
92729  config TQM8541
92730 @@ -68,7 +71,6 @@
92731         help
92732           This option enables support for the TQ Components TQM8541 board.
92733         select DEFAULT_UIMAGE
92734 -       select PPC_CPM_NEW_BINDING
92735         select TQM85xx
92736         select CPM2
92737  
92738 @@ -77,7 +79,6 @@
92739         help
92740           This option enables support for the TQ Components TQM8555 board.
92741         select DEFAULT_UIMAGE
92742 -       select PPC_CPM_NEW_BINDING
92743         select TQM85xx
92744         select CPM2
92745  
92746 @@ -86,7 +87,6 @@
92747         help
92748           This option enables support for the TQ Components TQM8560 board.
92749         select DEFAULT_UIMAGE
92750 -       select PPC_CPM_NEW_BINDING
92751         select TQM85xx
92752         select CPM2
92753  
92754 @@ -99,7 +99,6 @@
92755  config SBC8560
92756         bool "Wind River SBC8560"
92757         select DEFAULT_UIMAGE
92758 -       select PPC_CPM_NEW_BINDING if CPM2
92759         help
92760           This option enables support for the Wind River SBC8560 board
92761  
92762 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Makefile powerpc.git/arch/powerpc/platforms/85xx/Makefile
92763 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Makefile       2008-04-11 22:32:29.000000000 +0200
92764 +++ powerpc.git/arch/powerpc/platforms/85xx/Makefile    2008-04-19 16:40:52.000000000 +0200
92765 @@ -10,3 +10,4 @@
92766  obj-$(CONFIG_TQM85xx)    += tqm85xx.o
92767  obj-$(CONFIG_SBC8560)     += sbc8560.o
92768  obj-$(CONFIG_SBC8548)     += sbc8548.o
92769 +obj-$(CONFIG_KSI8560)    += ksi8560.o
92770 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/ksi8560.c powerpc.git/arch/powerpc/platforms/85xx/ksi8560.c
92771 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/ksi8560.c      1970-01-01 01:00:00.000000000 +0100
92772 +++ powerpc.git/arch/powerpc/platforms/85xx/ksi8560.c   2008-04-19 16:40:52.000000000 +0200
92773 @@ -0,0 +1,257 @@
92774 +/*
92775 + * Board setup routines for the Emerson KSI8560
92776 + *
92777 + * Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
92778 + *
92779 + * Based on mpc85xx_ads.c maintained by Kumar Gala
92780 + *
92781 + * 2008 (c) MontaVista, Software, Inc.  This file is licensed under
92782 + * the terms of the GNU General Public License version 2.  This program
92783 + * is licensed "as is" without any warranty of any kind, whether express
92784 + * or implied.
92785 + *
92786 + */
92787 +
92788 +#include <linux/stddef.h>
92789 +#include <linux/kernel.h>
92790 +#include <linux/pci.h>
92791 +#include <linux/kdev_t.h>
92792 +#include <linux/delay.h>
92793 +#include <linux/seq_file.h>
92794 +#include <linux/of_platform.h>
92795 +
92796 +#include <asm/system.h>
92797 +#include <asm/time.h>
92798 +#include <asm/machdep.h>
92799 +#include <asm/pci-bridge.h>
92800 +#include <asm/mpic.h>
92801 +#include <mm/mmu_decl.h>
92802 +#include <asm/udbg.h>
92803 +#include <asm/prom.h>
92804 +
92805 +#include <sysdev/fsl_soc.h>
92806 +#include <sysdev/fsl_pci.h>
92807 +
92808 +#include <asm/cpm2.h>
92809 +#include <sysdev/cpm2_pic.h>
92810 +
92811 +
92812 +#define KSI8560_CPLD_HVR               0x04 /* Hardware Version Register */
92813 +#define KSI8560_CPLD_PVR               0x08 /* PLD Version Register */
92814 +#define KSI8560_CPLD_RCR1              0x30 /* Reset Command Register 1 */
92815 +
92816 +#define KSI8560_CPLD_RCR1_CPUHR                0x80 /* CPU Hard Reset */
92817 +
92818 +static void __iomem *cpld_base = NULL;
92819 +
92820 +static void machine_restart(char *cmd)
92821 +{
92822 +       if (cpld_base)
92823 +               out_8(cpld_base + KSI8560_CPLD_RCR1, KSI8560_CPLD_RCR1_CPUHR);
92824 +       else
92825 +               printk(KERN_ERR "Can't find CPLD base, hang forever\n");
92826 +
92827 +       for (;;);
92828 +}
92829 +
92830 +static void cpm2_cascade(unsigned int irq, struct irq_desc *desc)
92831 +{
92832 +       int cascade_irq;
92833 +
92834 +       while ((cascade_irq = cpm2_get_irq()) >= 0)
92835 +               generic_handle_irq(cascade_irq);
92836 +
92837 +       desc->chip->eoi(irq);
92838 +}
92839 +
92840 +static void __init ksi8560_pic_init(void)
92841 +{
92842 +       struct mpic *mpic;
92843 +       struct resource r;
92844 +       struct device_node *np;
92845 +#ifdef CONFIG_CPM2
92846 +       int irq;
92847 +#endif
92848 +
92849 +       np = of_find_node_by_type(NULL, "open-pic");
92850 +
92851 +       if (np == NULL) {
92852 +               printk(KERN_ERR "Could not find open-pic node\n");
92853 +               return;
92854 +       }
92855 +
92856 +       if (of_address_to_resource(np, 0, &r)) {
92857 +               printk(KERN_ERR "Could not map mpic register space\n");
92858 +               of_node_put(np);
92859 +               return;
92860 +       }
92861 +
92862 +       mpic = mpic_alloc(np, r.start,
92863 +                       MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
92864 +                       0, 256, " OpenPIC  ");
92865 +       BUG_ON(mpic == NULL);
92866 +       of_node_put(np);
92867 +
92868 +       mpic_init(mpic);
92869 +
92870 +#ifdef CONFIG_CPM2
92871 +       /* Setup CPM2 PIC */
92872 +       np = of_find_compatible_node(NULL, NULL, "fsl,cpm2-pic");
92873 +       if (np == NULL) {
92874 +               printk(KERN_ERR "PIC init: can not find fsl,cpm2-pic node\n");
92875 +               return;
92876 +       }
92877 +       irq = irq_of_parse_and_map(np, 0);
92878 +
92879 +       cpm2_pic_init(np);
92880 +       of_node_put(np);
92881 +       set_irq_chained_handler(irq, cpm2_cascade);
92882 +
92883 +       setup_irq(0, NULL);
92884 +#endif
92885 +}
92886 +
92887 +#ifdef CONFIG_CPM2
92888 +/*
92889 + * Setup I/O ports
92890 + */
92891 +struct cpm_pin {
92892 +       int port, pin, flags;
92893 +};
92894 +
92895 +static struct cpm_pin __initdata ksi8560_pins[] = {
92896 +       /* SCC1 */
92897 +       {3, 29, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92898 +       {3, 30, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92899 +       {3, 31, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92900 +
92901 +       /* SCC2 */
92902 +       {3, 26, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92903 +       {3, 27, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92904 +       {3, 28, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92905 +
92906 +       /* FCC1 */
92907 +       {0, 14, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92908 +       {0, 15, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92909 +       {0, 16, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92910 +       {0, 17, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92911 +       {0, 18, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92912 +       {0, 19, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92913 +       {0, 20, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92914 +       {0, 21, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92915 +       {0, 26, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92916 +       {0, 27, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92917 +       {0, 28, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92918 +       {0, 29, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92919 +       {0, 30, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92920 +       {0, 31, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92921 +       {2, 23, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK9 */
92922 +       {2, 22, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK10 */
92923 +
92924 +};
92925 +
92926 +static void __init init_ioports(void)
92927 +{
92928 +       int i;
92929 +
92930 +       for (i = 0; i < ARRAY_SIZE(ksi8560_pins); i++) {
92931 +               struct cpm_pin *pin = &ksi8560_pins[i];
92932 +               cpm2_set_pin(pin->port, pin->pin, pin->flags);
92933 +       }
92934 +
92935 +       cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_RX);
92936 +       cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_TX);
92937 +       cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_RX);
92938 +       cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_TX);
92939 +       cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK9, CPM_CLK_RX);
92940 +       cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK10, CPM_CLK_TX);
92941 +}
92942 +#endif
92943 +
92944 +/*
92945 + * Setup the architecture
92946 + */
92947 +static void __init ksi8560_setup_arch(void)
92948 +{
92949 +       struct device_node *cpld;
92950 +
92951 +       cpld = of_find_compatible_node(NULL, NULL, "emerson,KSI8560-cpld");
92952 +       if (cpld)
92953 +               cpld_base = of_iomap(cpld, 0);
92954 +       else
92955 +               printk(KERN_ERR "Can't find CPLD in device tree\n");
92956 +
92957 +       if (ppc_md.progress)
92958 +               ppc_md.progress("ksi8560_setup_arch()", 0);
92959 +
92960 +#ifdef CONFIG_CPM2
92961 +       cpm2_reset();
92962 +       init_ioports();
92963 +#endif
92964 +}
92965 +
92966 +static void ksi8560_show_cpuinfo(struct seq_file *m)
92967 +{
92968 +       uint pvid, svid, phid1;
92969 +       uint memsize = total_memory;
92970 +
92971 +       pvid = mfspr(SPRN_PVR);
92972 +       svid = mfspr(SPRN_SVR);
92973 +
92974 +       seq_printf(m, "Vendor\t\t: Emerson Network Power\n");
92975 +       seq_printf(m, "Board\t\t: KSI8560\n");
92976 +
92977 +       if (cpld_base) {
92978 +               seq_printf(m, "Hardware rev\t: %d\n",
92979 +                                       in_8(cpld_base + KSI8560_CPLD_HVR));
92980 +               seq_printf(m, "CPLD rev\t: %d\n",
92981 +                                       in_8(cpld_base + KSI8560_CPLD_PVR));
92982 +       } else
92983 +               seq_printf(m, "Unknown Hardware and CPLD revs\n");
92984 +
92985 +       seq_printf(m, "PVR\t\t: 0x%x\n", pvid);
92986 +       seq_printf(m, "SVR\t\t: 0x%x\n", svid);
92987 +
92988 +       /* Display cpu Pll setting */
92989 +       phid1 = mfspr(SPRN_HID1);
92990 +       seq_printf(m, "PLL setting\t: 0x%x\n", ((phid1 >> 24) & 0x3f));
92991 +
92992 +       /* Display the amount of memory */
92993 +       seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
92994 +}
92995 +
92996 +static struct of_device_id __initdata of_bus_ids[] = {
92997 +       { .type = "soc", },
92998 +       { .name = "cpm", },
92999 +       { .name = "localbus", },
93000 +       {},
93001 +};
93002 +
93003 +static int __init declare_of_platform_devices(void)
93004 +{
93005 +       of_platform_bus_probe(NULL, of_bus_ids, NULL);
93006 +
93007 +       return 0;
93008 +}
93009 +machine_device_initcall(ksi8560, declare_of_platform_devices);
93010 +
93011 +/*
93012 + * Called very early, device-tree isn't unflattened
93013 + */
93014 +static int __init ksi8560_probe(void)
93015 +{
93016 +       unsigned long root = of_get_flat_dt_root();
93017 +
93018 +       return of_flat_dt_is_compatible(root, "emerson,KSI8560");
93019 +}
93020 +
93021 +define_machine(ksi8560) {
93022 +       .name                   = "KSI8560",
93023 +       .probe                  = ksi8560_probe,
93024 +       .setup_arch             = ksi8560_setup_arch,
93025 +       .init_IRQ               = ksi8560_pic_init,
93026 +       .show_cpuinfo           = ksi8560_show_cpuinfo,
93027 +       .get_irq                = mpic_get_irq,
93028 +       .restart                = machine_restart,
93029 +       .calibrate_decr         = generic_calibrate_decr,
93030 +};
93031 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/mpc85xx_ads.c powerpc.git/arch/powerpc/platforms/85xx/mpc85xx_ads.c
93032 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/mpc85xx_ads.c  2008-04-11 22:32:29.000000000 +0200
93033 +++ powerpc.git/arch/powerpc/platforms/85xx/mpc85xx_ads.c       2008-04-19 16:40:52.000000000 +0200
93034 @@ -165,7 +165,7 @@
93035         int i;
93036  
93037         for (i = 0; i < ARRAY_SIZE(mpc8560_ads_pins); i++) {
93038 -               struct cpm_pin *pin = &mpc8560_ads_pins[i];
93039 +               const struct cpm_pin *pin = &mpc8560_ads_pins[i];
93040                 cpm2_set_pin(pin->port, pin->pin, pin->flags);
93041         }
93042  
93043 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/mpc85xx_ds.c powerpc.git/arch/powerpc/platforms/85xx/mpc85xx_ds.c
93044 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/mpc85xx_ds.c   2008-04-11 22:32:29.000000000 +0200
93045 +++ powerpc.git/arch/powerpc/platforms/85xx/mpc85xx_ds.c        2008-04-19 16:40:52.000000000 +0200
93046 @@ -19,6 +19,7 @@
93047  #include <linux/delay.h>
93048  #include <linux/seq_file.h>
93049  #include <linux/interrupt.h>
93050 +#include <linux/of_platform.h>
93051  
93052  #include <asm/system.h>
93053  #include <asm/time.h>
93054 @@ -36,7 +37,7 @@
93055  #undef DEBUG
93056  
93057  #ifdef DEBUG
93058 -#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args)
93059 +#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args)
93060  #else
93061  #define DBG(fmt, args...)
93062  #endif
93063 @@ -183,6 +184,18 @@
93064         }
93065  }
93066  
93067 +static struct of_device_id mpc85xxds_ids[] = {
93068 +       { .type = "soc", },
93069 +       { .compatible = "soc", },
93070 +       {},
93071 +};
93072 +
93073 +static int __init mpc85xxds_publish_devices(void)
93074 +{
93075 +       return of_platform_bus_probe(NULL, mpc85xxds_ids, NULL);
93076 +}
93077 +machine_device_initcall(mpc8544_ds, mpc85xxds_publish_devices);
93078 +
93079  /*
93080   * Called very early, device-tree isn't unflattened
93081   */
93082 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Kconfig powerpc.git/arch/powerpc/platforms/86xx/Kconfig
93083 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Kconfig        2008-04-11 22:32:29.000000000 +0200
93084 +++ powerpc.git/arch/powerpc/platforms/86xx/Kconfig     2008-04-19 16:40:52.000000000 +0200
93085 @@ -11,6 +11,12 @@
93086         help
93087           This option enables support for the MPC8641 HPCN board.
93088  
93089 +config SBC8641D
93090 +       bool "Wind River SBC8641D"
93091 +       select DEFAULT_UIMAGE
93092 +       help
93093 +         This option enables support for the WRS SBC8641D board.
93094 +
93095  config MPC8610_HPCD
93096         bool "Freescale MPC8610 HPCD"
93097         select DEFAULT_UIMAGE
93098 @@ -24,7 +30,7 @@
93099         select FSL_PCI if PCI
93100         select PPC_UDBG_16550
93101         select MPIC
93102 -       default y if MPC8641_HPCN
93103 +       default y if MPC8641_HPCN || SBC8641D
93104  
93105  config MPC8610
93106         bool
93107 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Makefile powerpc.git/arch/powerpc/platforms/86xx/Makefile
93108 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Makefile       2008-04-11 22:32:29.000000000 +0200
93109 +++ powerpc.git/arch/powerpc/platforms/86xx/Makefile    2008-04-19 16:40:52.000000000 +0200
93110 @@ -4,4 +4,5 @@
93111  
93112  obj-$(CONFIG_SMP)              += mpc86xx_smp.o
93113  obj-$(CONFIG_MPC8641_HPCN)     += mpc86xx_hpcn.o
93114 +obj-$(CONFIG_SBC8641D)         += sbc8641d.o
93115  obj-$(CONFIG_MPC8610_HPCD)     += mpc8610_hpcd.o
93116 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/mpc8610_hpcd.c powerpc.git/arch/powerpc/platforms/86xx/mpc8610_hpcd.c
93117 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/mpc8610_hpcd.c 2008-04-11 22:32:29.000000000 +0200
93118 +++ powerpc.git/arch/powerpc/platforms/86xx/mpc8610_hpcd.c      2008-04-19 16:40:52.000000000 +0200
93119 @@ -52,7 +52,7 @@
93120  }
93121  machine_device_initcall(mpc86xx_hpcd, mpc8610_declare_of_platform_devices);
93122  
93123 -void __init
93124 +static void __init
93125  mpc86xx_hpcd_init_irq(void)
93126  {
93127         struct mpic *mpic1;
93128 @@ -200,7 +200,7 @@
93129         return 0;
93130  }
93131  
93132 -long __init
93133 +static long __init
93134  mpc86xx_time_init(void)
93135  {
93136         unsigned int temp;
93137 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c powerpc.git/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
93138 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c 2008-04-11 22:32:29.000000000 +0200
93139 +++ powerpc.git/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c      2008-04-19 16:40:52.000000000 +0200
93140 @@ -55,7 +55,7 @@
93141  }
93142  #endif /* CONFIG_PCI */
93143  
93144 -void __init
93145 +static void __init
93146  mpc86xx_hpcn_init_irq(void)
93147  {
93148         struct mpic *mpic1;
93149 @@ -162,7 +162,7 @@
93150  }
93151  
93152  
93153 -void
93154 +static void
93155  mpc86xx_hpcn_show_cpuinfo(struct seq_file *m)
93156  {
93157         struct device_node *root;
93158 @@ -190,13 +190,19 @@
93159  {
93160         unsigned long root = of_get_flat_dt_root();
93161  
93162 -       if (of_flat_dt_is_compatible(root, "mpc86xx"))
93163 +       if (of_flat_dt_is_compatible(root, "fsl,mpc8641hpcn"))
93164                 return 1;       /* Looks good */
93165  
93166 +       /* Be nice and don't give silent boot death.  Delete this in 2.6.27 */
93167 +       if (of_flat_dt_is_compatible(root, "mpc86xx")) {
93168 +               pr_warning("WARNING: your dts/dtb is old. You must update before the next kernel release\n");
93169 +               return 1;
93170 +       }
93171 +
93172         return 0;
93173  }
93174  
93175 -long __init
93176 +static long __init
93177  mpc86xx_time_init(void)
93178  {
93179         unsigned int temp;
93180 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/sbc8641d.c powerpc.git/arch/powerpc/platforms/86xx/sbc8641d.c
93181 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/sbc8641d.c     1970-01-01 01:00:00.000000000 +0100
93182 +++ powerpc.git/arch/powerpc/platforms/86xx/sbc8641d.c  2008-04-19 16:40:52.000000000 +0200
93183 @@ -0,0 +1,164 @@
93184 +/*
93185 + * SBC8641D board specific routines
93186 + *
93187 + * Copyright 2008 Wind River Systems Inc.
93188 + *
93189 + * By Paul Gortmaker (see MAINTAINERS for contact information)
93190 + *
93191 + * Based largely on the 8641 HPCN support by Freescale Semiconductor Inc.
93192 + *
93193 + * This program is free software; you can redistribute  it and/or modify it
93194 + * under  the terms of  the GNU General  Public License as published by the
93195 + * Free Software Foundation;  either version 2 of the  License, or (at your
93196 + * option) any later version.
93197 + */
93198 +
93199 +#include <linux/stddef.h>
93200 +#include <linux/kernel.h>
93201 +#include <linux/pci.h>
93202 +#include <linux/kdev_t.h>
93203 +#include <linux/delay.h>
93204 +#include <linux/seq_file.h>
93205 +#include <linux/of_platform.h>
93206 +
93207 +#include <asm/system.h>
93208 +#include <asm/time.h>
93209 +#include <asm/machdep.h>
93210 +#include <asm/pci-bridge.h>
93211 +#include <asm/mpc86xx.h>
93212 +#include <asm/prom.h>
93213 +#include <mm/mmu_decl.h>
93214 +#include <asm/udbg.h>
93215 +
93216 +#include <asm/mpic.h>
93217 +
93218 +#include <sysdev/fsl_pci.h>
93219 +#include <sysdev/fsl_soc.h>
93220 +
93221 +#include "mpc86xx.h"
93222 +
93223 +static void __init
93224 +sbc8641_init_irq(void)
93225 +{
93226 +       struct mpic *mpic1;
93227 +       struct device_node *np;
93228 +       struct resource res;
93229 +
93230 +       /* Determine PIC address. */
93231 +       np = of_find_node_by_type(NULL, "open-pic");
93232 +       if (np == NULL)
93233 +               return;
93234 +       of_address_to_resource(np, 0, &res);
93235 +
93236 +       /* Alloc mpic structure and per isu has 16 INT entries. */
93237 +       mpic1 = mpic_alloc(np, res.start,
93238 +                       MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
93239 +                       0, 256, " MPIC     ");
93240 +       of_node_put(np);
93241 +       BUG_ON(mpic1 == NULL);
93242 +
93243 +       mpic_init(mpic1);
93244 +}
93245 +
93246 +static void __init
93247 +sbc8641_setup_arch(void)
93248 +{
93249 +#ifdef CONFIG_PCI
93250 +       struct device_node *np;
93251 +#endif
93252 +
93253 +       if (ppc_md.progress)
93254 +               ppc_md.progress("sbc8641_setup_arch()", 0);
93255 +
93256 +#ifdef CONFIG_PCI
93257 +       for_each_compatible_node(np, "pci", "fsl,mpc8641-pcie")
93258 +               fsl_add_bridge(np, 0);
93259 +#endif
93260 +
93261 +       printk("SBC8641 board from Wind River\n");
93262 +
93263 +#ifdef CONFIG_SMP
93264 +       mpc86xx_smp_init();
93265 +#endif
93266 +}
93267 +
93268 +
93269 +static void
93270 +sbc8641_show_cpuinfo(struct seq_file *m)
93271 +{
93272 +       struct device_node *root;
93273 +       uint memsize = total_memory;
93274 +       const char *model = "";
93275 +       uint svid = mfspr(SPRN_SVR);
93276 +
93277 +       seq_printf(m, "Vendor\t\t: Wind River Systems\n");
93278 +
93279 +       root = of_find_node_by_path("/");
93280 +       if (root)
93281 +               model = of_get_property(root, "model", NULL);
93282 +       seq_printf(m, "Machine\t\t: %s\n", model);
93283 +       of_node_put(root);
93284 +
93285 +       seq_printf(m, "SVR\t\t: 0x%x\n", svid);
93286 +       seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
93287 +}
93288 +
93289 +
93290 +/*
93291 + * Called very early, device-tree isn't unflattened
93292 + */
93293 +static int __init sbc8641_probe(void)
93294 +{
93295 +       unsigned long root = of_get_flat_dt_root();
93296 +
93297 +       if (of_flat_dt_is_compatible(root, "wind,sbc8641"))
93298 +               return 1;       /* Looks good */
93299 +
93300 +       return 0;
93301 +}
93302 +
93303 +static long __init
93304 +mpc86xx_time_init(void)
93305 +{
93306 +       unsigned int temp;
93307 +
93308 +       /* Set the time base to zero */
93309 +       mtspr(SPRN_TBWL, 0);
93310 +       mtspr(SPRN_TBWU, 0);
93311 +
93312 +       temp = mfspr(SPRN_HID0);
93313 +       temp |= HID0_TBEN;
93314 +       mtspr(SPRN_HID0, temp);
93315 +       asm volatile("isync");
93316 +
93317 +       return 0;
93318 +}
93319 +
93320 +static __initdata struct of_device_id of_bus_ids[] = {
93321 +       { .compatible = "simple-bus", },
93322 +       {},
93323 +};
93324 +
93325 +static int __init declare_of_platform_devices(void)
93326 +{
93327 +       of_platform_bus_probe(NULL, of_bus_ids, NULL);
93328 +
93329 +       return 0;
93330 +}
93331 +machine_device_initcall(sbc8641, declare_of_platform_devices);
93332 +
93333 +define_machine(sbc8641) {
93334 +       .name                   = "SBC8641D",
93335 +       .probe                  = sbc8641_probe,
93336 +       .setup_arch             = sbc8641_setup_arch,
93337 +       .init_IRQ               = sbc8641_init_irq,
93338 +       .show_cpuinfo           = sbc8641_show_cpuinfo,
93339 +       .get_irq                = mpic_get_irq,
93340 +       .restart                = fsl_rstcr_restart,
93341 +       .time_init              = mpc86xx_time_init,
93342 +       .calibrate_decr         = generic_calibrate_decr,
93343 +       .progress               = udbg_progress,
93344 +#ifdef CONFIG_PCI
93345 +       .pcibios_fixup_bus      = fsl_pcibios_fixup_bus,
93346 +#endif
93347 +};
93348 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/8xx/Kconfig powerpc.git/arch/powerpc/platforms/8xx/Kconfig
93349 --- linux-2.6.25-rc9/arch/powerpc/platforms/8xx/Kconfig 2008-04-11 22:32:29.000000000 +0200
93350 +++ powerpc.git/arch/powerpc/platforms/8xx/Kconfig      2008-04-19 16:40:52.000000000 +0200
93351 @@ -18,7 +18,6 @@
93352  config MPC86XADS
93353         bool "MPC86XADS"
93354         select CPM1
93355 -       select PPC_CPM_NEW_BINDING
93356         help
93357           MPC86x Application Development System by Freescale Semiconductor.
93358           The MPC86xADS is meant to serve as a platform for s/w and h/w
93359 @@ -27,7 +26,6 @@
93360  config MPC885ADS
93361         bool "MPC885ADS"
93362         select CPM1
93363 -       select PPC_CPM_NEW_BINDING
93364         help
93365           Freescale Semiconductor MPC885 Application Development System (ADS).
93366           Also known as DUET.
93367 @@ -37,7 +35,6 @@
93368  config PPC_EP88XC
93369         bool "Embedded Planet EP88xC (a.k.a. CWH-PPC-885XN-VE)"
93370         select CPM1
93371 -       select PPC_CPM_NEW_BINDING
93372         help
93373           This enables support for the Embedded Planet EP88xC board.
93374  
93375 @@ -47,7 +44,6 @@
93376  config PPC_ADDER875
93377         bool "Analogue & Micro Adder 875"
93378         select CPM1
93379 -       select PPC_CPM_NEW_BINDING
93380         select REDBOOT
93381         help
93382           This enables support for the Analogue & Micro Adder 875
93383 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/8xx/m8xx_setup.c powerpc.git/arch/powerpc/platforms/8xx/m8xx_setup.c
93384 --- linux-2.6.25-rc9/arch/powerpc/platforms/8xx/m8xx_setup.c    2008-04-11 22:32:29.000000000 +0200
93385 +++ powerpc.git/arch/powerpc/platforms/8xx/m8xx_setup.c 2008-03-17 14:03:31.000000000 +0100
93386 @@ -111,17 +111,12 @@
93387  
93388         /* Processor frequency is MHz.
93389          */
93390 -       ppc_tb_freq = 50000000;
93391 -       if (!get_freq("bus-frequency", &ppc_tb_freq)) {
93392 -               printk(KERN_ERR "WARNING: Estimating decrementer frequency "
93393 -                               "(not found)\n");
93394 -       }
93395 -       ppc_tb_freq /= 16;
93396         ppc_proc_freq = 50000000;
93397         if (!get_freq("clock-frequency", &ppc_proc_freq))
93398                 printk(KERN_ERR "WARNING: Estimating processor frequency "
93399                                 "(not found)\n");
93400  
93401 +       ppc_tb_freq = ppc_proc_freq / 16;
93402         printk("Decrementer Frequency = 0x%lx\n", ppc_tb_freq);
93403  
93404         /* Perform some more timer/timebase initialization.  This used
93405 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig powerpc.git/arch/powerpc/platforms/Kconfig
93406 --- linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig     2008-04-11 22:32:29.000000000 +0200
93407 +++ powerpc.git/arch/powerpc/platforms/Kconfig  2008-04-19 16:40:52.000000000 +0200
93408 @@ -290,13 +290,7 @@
93409  config PPC_CPM_NEW_BINDING
93410         bool
93411         depends on CPM1 || CPM2
93412 -       help
93413 -         Select this if your board has been converted to use the new
93414 -         device tree bindings for CPM, and no longer needs the
93415 -         ioport callbacks or the platform device glue code.
93416 -
93417 -         The fs_enet and cpm_uart drivers will be built as
93418 -         of_platform devices.
93419 +       default y
93420  
93421  config AXON_RAM
93422         tristate "Axon DDR2 memory device driver"
93423 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig.cputype powerpc.git/arch/powerpc/platforms/Kconfig.cputype
93424 --- linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig.cputype     2008-04-11 22:32:29.000000000 +0200
93425 +++ powerpc.git/arch/powerpc/platforms/Kconfig.cputype  2008-04-19 16:40:52.000000000 +0200
93426 @@ -41,11 +41,13 @@
93427         bool "AMCC 40x"
93428         select PPC_DCR_NATIVE
93429         select PPC_UDBG_16550
93430 +       select 4xx_SOC
93431  
93432  config 44x
93433         bool "AMCC 44x"
93434         select PPC_DCR_NATIVE
93435         select PPC_UDBG_16550
93436 +       select 4xx_SOC
93437  
93438  config E200
93439         bool "Freescale e200"
93440 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/iommu.c powerpc.git/arch/powerpc/platforms/cell/iommu.c
93441 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/iommu.c        2008-04-11 22:32:29.000000000 +0200
93442 +++ powerpc.git/arch/powerpc/platforms/cell/iommu.c     2008-04-19 16:40:52.000000000 +0200
93443 @@ -28,13 +28,13 @@
93444  #include <linux/notifier.h>
93445  #include <linux/of.h>
93446  #include <linux/of_platform.h>
93447 +#include <linux/lmb.h>
93448  
93449  #include <asm/prom.h>
93450  #include <asm/iommu.h>
93451  #include <asm/machdep.h>
93452  #include <asm/pci-bridge.h>
93453  #include <asm/udbg.h>
93454 -#include <asm/lmb.h>
93455  #include <asm/firmware.h>
93456  #include <asm/cell-regs.h>
93457  
93458 @@ -316,7 +316,7 @@
93459         segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT;
93460  
93461         pr_debug("%s: iommu[%d]: segments: %lu\n",
93462 -                       __FUNCTION__, iommu->nid, segments);
93463 +                       __func__, iommu->nid, segments);
93464  
93465         /* set up the segment table */
93466         stab_size = segments * sizeof(unsigned long);
93467 @@ -343,7 +343,7 @@
93468                                 (1 << 12) / sizeof(unsigned long));
93469  
93470         ptab_size = segments * pages_per_segment * sizeof(unsigned long);
93471 -       pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __FUNCTION__,
93472 +       pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __func__,
93473                         iommu->nid, ptab_size, get_order(ptab_size));
93474         page = alloc_pages_node(iommu->nid, GFP_KERNEL, get_order(ptab_size));
93475         BUG_ON(!page);
93476 @@ -355,7 +355,7 @@
93477         n_pte_pages = (pages_per_segment * sizeof(unsigned long)) >> 12;
93478  
93479         pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n",
93480 -                       __FUNCTION__, iommu->nid, iommu->stab, ptab,
93481 +                       __func__, iommu->nid, iommu->stab, ptab,
93482                         n_pte_pages);
93483  
93484         /* initialise the STEs */
93485 @@ -394,7 +394,7 @@
93486  
93487         if (cell_iommu_find_ioc(iommu->nid, &xlate_base))
93488                 panic("%s: missing IOC register mappings for node %d\n",
93489 -                     __FUNCTION__, iommu->nid);
93490 +                     __func__, iommu->nid);
93491  
93492         iommu->xlate_regs = ioremap(xlate_base, IOC_Reg_Size);
93493         iommu->cmd_regs = iommu->xlate_regs + IOC_IOCmd_Offset;
93494 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/pervasive.c powerpc.git/arch/powerpc/platforms/cell/pervasive.c
93495 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/pervasive.c    2008-04-11 22:32:29.000000000 +0200
93496 +++ powerpc.git/arch/powerpc/platforms/cell/pervasive.c 2008-04-19 16:40:52.000000000 +0200
93497 @@ -65,7 +65,7 @@
93498                 break;
93499         default:
93500                 printk(KERN_WARNING "%s: unknown configuration\n",
93501 -                       __FUNCTION__);
93502 +                       __func__);
93503                 break;
93504         }
93505         mtspr(SPRN_TSC_CELL, thread_switch_control);
93506 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/ras.c powerpc.git/arch/powerpc/platforms/cell/ras.c
93507 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/ras.c  2008-04-11 22:32:29.000000000 +0200
93508 +++ powerpc.git/arch/powerpc/platforms/cell/ras.c       2008-04-19 16:40:52.000000000 +0200
93509 @@ -132,7 +132,7 @@
93510                                 (unsigned int)(addr >> 32),
93511                                 (unsigned int)(addr & 0xffffffff))) {
93512                 printk(KERN_ERR "%s: error enabling PTCAL on node %d!\n",
93513 -                               __FUNCTION__, nid);
93514 +                               __func__, nid);
93515                 goto out_free_pages;
93516         }
93517  
93518 @@ -162,7 +162,7 @@
93519         if (!size)
93520                 return -ENODEV;
93521  
93522 -       pr_debug("%s: enabling PTCAL, size = 0x%x\n", __FUNCTION__, *size);
93523 +       pr_debug("%s: enabling PTCAL, size = 0x%x\n", __func__, *size);
93524         order = get_order(*size);
93525         of_node_put(np);
93526  
93527 @@ -180,7 +180,7 @@
93528                 const u32 *nid = of_get_property(np, "node-id", NULL);
93529                 if (!nid) {
93530                         printk(KERN_ERR "%s: node %s is missing node-id?\n",
93531 -                                       __FUNCTION__, np->full_name);
93532 +                                       __func__, np->full_name);
93533                         continue;
93534                 }
93535                 cbe_ptcal_enable_on_node(*nid, order);
93536 @@ -195,13 +195,13 @@
93537         struct ptcal_area *area, *tmp;
93538         int ret = 0;
93539  
93540 -       pr_debug("%s: disabling PTCAL\n", __FUNCTION__);
93541 +       pr_debug("%s: disabling PTCAL\n", __func__);
93542  
93543         list_for_each_entry_safe(area, tmp, &ptcal_list, list) {
93544                 /* disable ptcal on this node */
93545                 if (rtas_call(ptcal_stop_tok, 1, 1, NULL, area->nid)) {
93546                         printk(KERN_ERR "%s: error disabling PTCAL "
93547 -                                       "on node %d!\n", __FUNCTION__,
93548 +                                       "on node %d!\n", __func__,
93549                                         area->nid);
93550                         ret = -EIO;
93551                         continue;
93552 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_base.c powerpc.git/arch/powerpc/platforms/cell/spu_base.c
93553 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_base.c     2008-04-11 22:32:29.000000000 +0200
93554 +++ powerpc.git/arch/powerpc/platforms/cell/spu_base.c  2008-04-19 16:40:52.000000000 +0200
93555 @@ -165,7 +165,7 @@
93556         struct spu_slb slb;
93557         int psize;
93558  
93559 -       pr_debug("%s\n", __FUNCTION__);
93560 +       pr_debug("%s\n", __func__);
93561  
93562         slb.esid = (ea & ESID_MASK) | SLB_ESID_V;
93563  
93564 @@ -215,7 +215,7 @@
93565  extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap); //XXX
93566  static int __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr)
93567  {
93568 -       pr_debug("%s, %lx, %lx\n", __FUNCTION__, dsisr, ea);
93569 +       pr_debug("%s, %lx, %lx\n", __func__, dsisr, ea);
93570  
93571         /* Handle kernel space hash faults immediately.
93572            User hash faults need to be deferred to process context. */
93573 @@ -351,7 +351,7 @@
93574                 __spu_trap_data_seg(spu, dar);
93575  
93576         spin_unlock(&spu->register_lock);
93577 -       pr_debug("%s: %lx %lx %lx %lx\n", __FUNCTION__, mask, stat,
93578 +       pr_debug("%s: %lx %lx %lx %lx\n", __func__, mask, stat,
93579                         dar, dsisr);
93580  
93581         if (stat & CLASS1_STORAGE_FAULT_INTR)
93582 @@ -726,7 +726,7 @@
93583  
93584         if (ret < 0) {
93585                 printk(KERN_WARNING "%s: Error initializing spus\n",
93586 -                       __FUNCTION__);
93587 +                       __func__);
93588                 goto out_unregister_sysdev_class;
93589         }
93590  
93591 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_callbacks.c powerpc.git/arch/powerpc/platforms/cell/spu_callbacks.c
93592 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_callbacks.c        2008-04-11 22:32:29.000000000 +0200
93593 +++ powerpc.git/arch/powerpc/platforms/cell/spu_callbacks.c     2008-04-19 16:40:52.000000000 +0200
93594 @@ -54,7 +54,7 @@
93595         long (*syscall)(u64 a1, u64 a2, u64 a3, u64 a4, u64 a5, u64 a6);
93596  
93597         if (s->nr_ret >= ARRAY_SIZE(spu_syscall_table)) {
93598 -               pr_debug("%s: invalid syscall #%ld", __FUNCTION__, s->nr_ret);
93599 +               pr_debug("%s: invalid syscall #%ld", __func__, s->nr_ret);
93600                 return -ENOSYS;
93601         }
93602  
93603 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_manage.c powerpc.git/arch/powerpc/platforms/cell/spu_manage.c
93604 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_manage.c   2008-04-11 22:32:29.000000000 +0200
93605 +++ powerpc.git/arch/powerpc/platforms/cell/spu_manage.c        2008-04-19 16:40:52.000000000 +0200
93606 @@ -92,7 +92,7 @@
93607  
93608         tmp = of_get_property(np->parent->parent, "node-id", NULL);
93609         if (!tmp) {
93610 -               printk(KERN_WARNING "%s: can't find node-id\n", __FUNCTION__);
93611 +               printk(KERN_WARNING "%s: can't find node-id\n", __func__);
93612                 nid = spu->node;
93613         } else
93614                 nid = tmp[0];
93615 @@ -296,7 +296,7 @@
93616                 ret = fn(node);
93617                 if (ret) {
93618                         printk(KERN_WARNING "%s: Error initializing %s\n",
93619 -                               __FUNCTION__, node->name);
93620 +                               __func__, node->name);
93621                         break;
93622                 }
93623                 n++;
93624 @@ -327,7 +327,7 @@
93625                 if (!legacy_map) {
93626                         legacy_map = 1;
93627                         printk(KERN_WARNING "%s: Legacy device tree found, "
93628 -                               "trying to map old style\n", __FUNCTION__);
93629 +                               "trying to map old style\n", __func__);
93630                 }
93631                 ret = spu_map_device_old(spu);
93632                 if (ret) {
93633 @@ -342,7 +342,7 @@
93634                 if (!legacy_irq) {
93635                         legacy_irq = 1;
93636                         printk(KERN_WARNING "%s: Legacy device tree found, "
93637 -                               "trying old style irq\n", __FUNCTION__);
93638 +                               "trying old style irq\n", __func__);
93639                 }
93640                 ret = spu_map_interrupts_old(spu, spe);
93641                 if (ret) {
93642 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/coredump.c powerpc.git/arch/powerpc/platforms/cell/spufs/coredump.c
93643 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/coredump.c       2008-04-11 22:32:29.000000000 +0200
93644 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/coredump.c    2008-04-19 16:40:52.000000000 +0200
93645 @@ -133,8 +133,6 @@
93646                 if (ctx->flags & SPU_CREATE_NOSCHED)
93647                         continue;
93648  
93649 -               /* start searching the next fd next time we're called */
93650 -               (*fd)++;
93651                 break;
93652         }
93653  
93654 @@ -157,6 +155,9 @@
93655                         break;
93656  
93657                 size += rc;
93658 +
93659 +               /* start searching the next fd next time */
93660 +               fd++;
93661         }
93662  
93663         return size;
93664 @@ -239,6 +240,9 @@
93665                 }
93666  
93667                 spu_release_saved(ctx);
93668 +
93669 +               /* start searching the next fd next time */
93670 +               fd++;
93671         }
93672  
93673         return 0;
93674 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/file.c powerpc.git/arch/powerpc/platforms/cell/spufs/file.c
93675 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/file.c   2008-04-11 22:32:29.000000000 +0200
93676 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/file.c        2008-04-19 16:40:52.000000000 +0200
93677 @@ -1337,7 +1337,7 @@
93678         return ctx->ops->signal1_type_get(ctx);
93679  }
93680  DEFINE_SPUFS_ATTRIBUTE(spufs_signal1_type, spufs_signal1_type_get,
93681 -                      spufs_signal1_type_set, "%llu", SPU_ATTR_ACQUIRE);
93682 +                      spufs_signal1_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
93683  
93684  
93685  static int spufs_signal2_type_set(void *data, u64 val)
93686 @@ -1359,7 +1359,7 @@
93687         return ctx->ops->signal2_type_get(ctx);
93688  }
93689  DEFINE_SPUFS_ATTRIBUTE(spufs_signal2_type, spufs_signal2_type_get,
93690 -                      spufs_signal2_type_set, "%llu", SPU_ATTR_ACQUIRE);
93691 +                      spufs_signal2_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
93692  
93693  #if SPUFS_MMAP_4K
93694  static unsigned long spufs_mss_mmap_nopfn(struct vm_area_struct *vma,
93695 @@ -1556,7 +1556,7 @@
93696  
93697         wake_up_all(&ctx->mfc_wq);
93698  
93699 -       pr_debug("%s %s\n", __FUNCTION__, spu->name);
93700 +       pr_debug("%s %s\n", __func__, spu->name);
93701         if (ctx->mfc_fasync) {
93702                 u32 free_elements, tagstatus;
93703                 unsigned int mask;
93704 @@ -1790,7 +1790,7 @@
93705         if (tagstatus & ctx->tagwait)
93706                 mask |= POLLIN | POLLRDNORM;
93707  
93708 -       pr_debug("%s: free %d tagstatus %d tagwait %d\n", __FUNCTION__,
93709 +       pr_debug("%s: free %d tagstatus %d tagwait %d\n", __func__,
93710                 free_elements, tagstatus, ctx->tagwait);
93711  
93712         return mask;
93713 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/run.c powerpc.git/arch/powerpc/platforms/cell/spufs/run.c
93714 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/run.c    2008-04-11 22:32:29.000000000 +0200
93715 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/run.c 2008-04-19 16:40:52.000000000 +0200
93716 @@ -98,7 +98,7 @@
93717                         != MFC_CNTL_PURGE_DMA_COMPLETE) {
93718                 if (time_after(jiffies, timeout)) {
93719                         printk(KERN_ERR "%s: timeout flushing MFC DMA queue\n",
93720 -                                       __FUNCTION__);
93721 +                                       __func__);
93722                         ret = -EIO;
93723                         goto out;
93724                 }
93725 @@ -124,7 +124,7 @@
93726                                 status_loading) {
93727                 if (time_after(jiffies, timeout)) {
93728                         printk(KERN_ERR "%s: timeout waiting for loader\n",
93729 -                                       __FUNCTION__);
93730 +                                       __func__);
93731                         ret = -EIO;
93732                         goto out_drop_priv;
93733                 }
93734 @@ -134,7 +134,7 @@
93735         if (!(status & SPU_STATUS_RUNNING)) {
93736                 /* If isolated LOAD has failed: run SPU, we will get a stop-and
93737                  * signal later. */
93738 -               pr_debug("%s: isolated LOAD failed\n", __FUNCTION__);
93739 +               pr_debug("%s: isolated LOAD failed\n", __func__);
93740                 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE);
93741                 ret = -EACCES;
93742                 goto out_drop_priv;
93743 @@ -142,7 +142,7 @@
93744  
93745         if (!(status & SPU_STATUS_ISOLATED_STATE)) {
93746                 /* This isn't allowed by the CBEA, but check anyway */
93747 -               pr_debug("%s: SPU fell out of isolated mode?\n", __FUNCTION__);
93748 +               pr_debug("%s: SPU fell out of isolated mode?\n", __func__);
93749                 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP);
93750                 ret = -EINVAL;
93751                 goto out_drop_priv;
93752 @@ -282,7 +282,7 @@
93753                 break;
93754         default:
93755                 printk(KERN_WARNING "%s: unexpected return code %ld\n",
93756 -                       __FUNCTION__, *spu_ret);
93757 +                       __func__, *spu_ret);
93758                 ret = 0;
93759         }
93760         return ret;
93761 @@ -323,6 +323,10 @@
93762                         return -EINTR;
93763         }
93764  
93765 +       /* need to re-get the ls, as it may have changed when we released the
93766 +        * spu */
93767 +       ls = (void __iomem *)ctx->ops->get_ls(ctx);
93768 +
93769         /* write result, jump over indirect pointer */
93770         memcpy_toio(ls + ls_pointer, &spu_ret, sizeof(spu_ret));
93771         ctx->ops->npc_write(ctx, npc);
93772 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/switch.c powerpc.git/arch/powerpc/platforms/cell/spufs/switch.c
93773 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/switch.c 2008-04-11 22:32:29.000000000 +0200
93774 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/switch.c      2008-04-19 16:40:52.000000000 +0200
93775 @@ -1815,6 +1815,7 @@
93776         save_mfc_csr_ato(prev, spu);    /* Step 24. */
93777         save_mfc_tclass_id(prev, spu);  /* Step 25. */
93778         set_mfc_tclass_id(prev, spu);   /* Step 26. */
93779 +       save_mfc_cmd(prev, spu);        /* Step 26a - moved from 44. */
93780         purge_mfc_queue(prev, spu);     /* Step 27. */
93781         wait_purge_complete(prev, spu); /* Step 28. */
93782         setup_mfc_sr1(prev, spu);       /* Step 30. */
93783 @@ -1831,7 +1832,6 @@
93784         save_ppuint_mb(prev, spu);      /* Step 41. */
93785         save_ch_part1(prev, spu);       /* Step 42. */
93786         save_spu_mb(prev, spu);         /* Step 43. */
93787 -       save_mfc_cmd(prev, spu);        /* Step 44. */
93788         reset_ch(prev, spu);            /* Step 45. */
93789  }
93790  
93791 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.c powerpc.git/arch/powerpc/platforms/celleb/beat.c
93792 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.c       2008-04-11 22:32:29.000000000 +0200
93793 +++ powerpc.git/arch/powerpc/platforms/celleb/beat.c    2008-04-19 16:40:52.000000000 +0200
93794 @@ -48,6 +48,7 @@
93795  }
93796  
93797  u64 beat_halt_code = 0x1000000000000000UL;
93798 +EXPORT_SYMBOL(beat_halt_code);
93799  
93800  void beat_halt(void)
93801  {
93802 @@ -94,9 +95,8 @@
93803                 len = count;
93804                 if (len > BEAT_NVRW_CNT)
93805                         len = BEAT_NVRW_CNT;
93806 -               if (beat_eeprom_read(i, len, p)) {
93807 +               if (beat_eeprom_read(i, len, p))
93808                         return -EIO;
93809 -               }
93810  
93811                 p += len;
93812                 i += len;
93813 @@ -121,9 +121,8 @@
93814                 len = count;
93815                 if (len > BEAT_NVRW_CNT)
93816                         len = BEAT_NVRW_CNT;
93817 -               if (beat_eeprom_write(i, len, p)) {
93818 +               if (beat_eeprom_write(i, len, p))
93819                         return -EIO;
93820 -               }
93821  
93822                 p += len;
93823                 i += len;
93824 @@ -149,13 +148,14 @@
93825         u64 db[2];
93826         s64 ret;
93827  
93828 -       ret = beat_get_characters_from_console(vterm, len, (u8*)db);
93829 +       ret = beat_get_characters_from_console(vterm, len, (u8 *)db);
93830         if (ret == 0) {
93831                 *t1 = db[0];
93832                 *t2 = db[1];
93833         }
93834         return ret;
93835  }
93836 +EXPORT_SYMBOL(beat_get_term_char);
93837  
93838  int64_t beat_put_term_char(u64 vterm, u64 len, u64 t1, u64 t2)
93839  {
93840 @@ -163,8 +163,9 @@
93841  
93842         db[0] = t1;
93843         db[1] = t2;
93844 -       return beat_put_characters_to_console(vterm, len, (u8*)db);
93845 +       return beat_put_characters_to_console(vterm, len, (u8 *)db);
93846  }
93847 +EXPORT_SYMBOL(beat_put_term_char);
93848  
93849  void beat_power_save(void)
93850  {
93851 @@ -261,7 +262,3 @@
93852  }
93853  
93854  device_initcall(beat_event_init);
93855 -
93856 -EXPORT_SYMBOL(beat_get_term_char);
93857 -EXPORT_SYMBOL(beat_put_term_char);
93858 -EXPORT_SYMBOL(beat_halt_code);
93859 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.h powerpc.git/arch/powerpc/platforms/celleb/beat.h
93860 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.h       2008-04-11 22:32:29.000000000 +0200
93861 +++ powerpc.git/arch/powerpc/platforms/celleb/beat.h    2008-04-19 16:40:52.000000000 +0200
93862 @@ -21,8 +21,8 @@
93863  #ifndef _CELLEB_BEAT_H
93864  #define _CELLEB_BEAT_H
93865  
93866 -int64_t beat_get_term_char(uint64_t,uint64_t*,uint64_t*,uint64_t*);
93867 -int64_t beat_put_term_char(uint64_t,uint64_t,uint64_t,uint64_t);
93868 +int64_t beat_get_term_char(uint64_t, uint64_t *, uint64_t *, uint64_t *);
93869 +int64_t beat_put_term_char(uint64_t, uint64_t, uint64_t, uint64_t);
93870  int64_t beat_repository_encode(int, const char *, uint64_t[4]);
93871  void beat_restart(char *);
93872  void beat_power_off(void);
93873 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat_wrapper.h powerpc.git/arch/powerpc/platforms/celleb/beat_wrapper.h
93874 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat_wrapper.h       2008-04-11 22:32:29.000000000 +0200
93875 +++ powerpc.git/arch/powerpc/platforms/celleb/beat_wrapper.h    2008-04-19 16:40:52.000000000 +0200
93876 @@ -197,7 +197,8 @@
93877         u64 b[2];
93878  
93879         memcpy(b, buffer, len);
93880 -       return beat_hcall_norets(HV_put_characters_to_console, termno, len,                                      b[0], b[1]);
93881 +       return beat_hcall_norets(HV_put_characters_to_console, termno, len,
93882 +               b[0], b[1]);
93883  }
93884  
93885  static inline s64 beat_get_spe_privileged_state_1_registers(
93886 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/htab.c powerpc.git/arch/powerpc/platforms/celleb/htab.c
93887 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/htab.c       2008-04-11 22:32:29.000000000 +0200
93888 +++ powerpc.git/arch/powerpc/platforms/celleb/htab.c    2008-04-19 16:40:52.000000000 +0200
93889 @@ -35,9 +35,9 @@
93890  #include "beat_wrapper.h"
93891  
93892  #ifdef DEBUG_LOW
93893 -#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
93894 +#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
93895  #else
93896 -#define DBG_LOW(fmt...) do { } while(0)
93897 +#define DBG_LOW(fmt...) do { } while (0)
93898  #endif
93899  
93900  static DEFINE_SPINLOCK(beat_htab_lock);
93901 @@ -116,7 +116,8 @@
93902                 hpte_r &= ~_PAGE_COHERENT;
93903  
93904         spin_lock(&beat_htab_lock);
93905 -       if ((lpar_rc = beat_read_mask(hpte_group)) == 0) {
93906 +       lpar_rc = beat_read_mask(hpte_group);
93907 +       if (lpar_rc == 0) {
93908                 if (!(vflags & HPTE_V_BOLTED))
93909                         DBG_LOW(" full\n");
93910                 spin_unlock(&beat_htab_lock);
93911 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/interrupt.c powerpc.git/arch/powerpc/platforms/celleb/interrupt.c
93912 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/interrupt.c  2008-04-11 22:32:29.000000000 +0200
93913 +++ powerpc.git/arch/powerpc/platforms/celleb/interrupt.c       2008-04-19 16:40:52.000000000 +0200
93914 @@ -34,7 +34,7 @@
93915  static uint64_t        beatic_irq_mask_enable[(MAX_IRQS+255)/64];
93916  static uint64_t        beatic_irq_mask_ack[(MAX_IRQS+255)/64];
93917  
93918 -static struct irq_host *beatic_host = NULL;
93919 +static struct irq_host *beatic_host;
93920  
93921  /*
93922   * In this implementation, "virq" == "IRQ plug number",
93923 @@ -49,13 +49,13 @@
93924  
93925         off = (irq_plug / 256) * 4;
93926         masks[0] = beatic_irq_mask_enable[off + 0]
93927 -                  & beatic_irq_mask_ack[off + 0];
93928 +               & beatic_irq_mask_ack[off + 0];
93929         masks[1] = beatic_irq_mask_enable[off + 1]
93930 -                  & beatic_irq_mask_ack[off + 1];
93931 +               & beatic_irq_mask_ack[off + 1];
93932         masks[2] = beatic_irq_mask_enable[off + 2]
93933 -                  & beatic_irq_mask_ack[off + 2];
93934 +               & beatic_irq_mask_ack[off + 2];
93935         masks[3] = beatic_irq_mask_enable[off + 3]
93936 -                  & beatic_irq_mask_ack[off + 3];
93937 +               & beatic_irq_mask_ack[off + 3];
93938         if (beat_set_interrupt_mask(irq_plug&~255UL,
93939                 masks[0], masks[1], masks[2], masks[3]) != 0)
93940                 panic("Failed to set mask IRQ!");
93941 @@ -96,7 +96,8 @@
93942         s64 err;
93943         unsigned long flags;
93944  
93945 -       if ((err = beat_downcount_of_interrupt(irq_plug)) != 0) {
93946 +       err = beat_downcount_of_interrupt(irq_plug);
93947 +       if (err != 0) {
93948                 if ((err & 0xFFFFFFFF) != 0xFFFFFFF5) /* -11: wrong state */
93949                         panic("Failed to downcount IRQ! Error = %16lx", err);
93950  
93951 @@ -138,7 +139,8 @@
93952         struct irq_desc *desc = get_irq_desc(virq);
93953         int64_t err;
93954  
93955 -       if ((err = beat_construct_and_connect_irq_plug(virq, hw)) < 0)
93956 +       err = beat_construct_and_connect_irq_plug(virq, hw);
93957 +       if (err < 0)
93958                 return -EIO;
93959  
93960         desc->status |= IRQ_LEVEL;
93961 @@ -202,22 +204,22 @@
93962                 beat_detect_pending_interrupts(i, pending);
93963                 __asm__ ("cntlzd %0,%1":"=r"(ub):
93964                         "r"(pending[0] & beatic_irq_mask_enable[i/64+0]
93965 -                                      & beatic_irq_mask_ack[i/64+0]));
93966 +                                      & beatic_irq_mask_ack[i/64+0]));
93967                 if (ub != 64)
93968                         return i + ub + 0;
93969                 __asm__ ("cntlzd %0,%1":"=r"(ub):
93970                         "r"(pending[1] & beatic_irq_mask_enable[i/64+1]
93971 -                                      & beatic_irq_mask_ack[i/64+1]));
93972 +                                      & beatic_irq_mask_ack[i/64+1]));
93973                 if (ub != 64)
93974                         return i + ub + 64;
93975                 __asm__ ("cntlzd %0,%1":"=r"(ub):
93976                         "r"(pending[2] & beatic_irq_mask_enable[i/64+2]
93977 -                                      & beatic_irq_mask_ack[i/64+2]));
93978 +                                      & beatic_irq_mask_ack[i/64+2]));
93979                 if (ub != 64)
93980                         return i + ub + 128;
93981                 __asm__ ("cntlzd %0,%1":"=r"(ub):
93982                         "r"(pending[3] & beatic_irq_mask_enable[i/64+3]
93983 -                                      & beatic_irq_mask_ack[i/64+3]));
93984 +                                      & beatic_irq_mask_ack[i/64+3]));
93985                 if (ub != 64)
93986                         return i + ub + 192;
93987         }
93988 @@ -250,7 +252,7 @@
93989  
93990         /* Allocate an irq host */
93991         beatic_host = irq_alloc_host(NULL, IRQ_HOST_MAP_NOMAP, 0,
93992 -                                        &beatic_pic_host_ops,
93993 +                                    &beatic_pic_host_ops,
93994                                          0);
93995         BUG_ON(beatic_host == NULL);
93996         irq_set_default_host(beatic_host);
93997 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/scc_epci.c powerpc.git/arch/powerpc/platforms/celleb/scc_epci.c
93998 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/scc_epci.c   2008-04-11 22:32:29.000000000 +0200
93999 +++ powerpc.git/arch/powerpc/platforms/celleb/scc_epci.c        2008-04-19 16:40:52.000000000 +0200
94000 @@ -161,9 +161,9 @@
94001         if (bus != hose->bus)
94002                 addr = celleb_epci_get_epci_cfg(hose) +
94003                        (((bus->number & 0xff) << 16)
94004 -                       | ((devfn & 0xff) << 8)
94005 -                       | (where & 0xff)
94006 -                       | 0x01000000);
94007 +                       | ((devfn & 0xff) << 8)
94008 +                       | (where & 0xff)
94009 +                       | 0x01000000);
94010         else
94011                 addr = celleb_epci_get_epci_cfg(hose) +
94012                        (((devfn & 0xff) << 8) | (where & 0xff));
94013 @@ -174,7 +174,7 @@
94014  }
94015  
94016  static int celleb_epci_read_config(struct pci_bus *bus,
94017 -                       unsigned int devfn, int where, int size, u32 * val)
94018 +                       unsigned int devfn, int where, int size, u32 *val)
94019  {
94020         PCI_IO_ADDR epci_base;
94021         PCI_IO_ADDR addr;
94022 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/scc_sio.c powerpc.git/arch/powerpc/platforms/celleb/scc_sio.c
94023 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/scc_sio.c    2008-04-11 22:32:29.000000000 +0200
94024 +++ powerpc.git/arch/powerpc/platforms/celleb/scc_sio.c 2008-04-19 16:40:52.000000000 +0200
94025 @@ -28,7 +28,7 @@
94026  
94027  /* sio irq0=0xb00010022 irq0=0xb00010023 irq2=0xb00010024
94028      mmio=0xfff000-0x1000,0xff2000-0x1000 */
94029 -static int txx9_serial_bitmap __initdata = 0;
94030 +static int txx9_serial_bitmap __initdata;
94031  
94032  static struct {
94033         uint32_t offset;
94034 @@ -84,7 +84,7 @@
94035         int     i;
94036  
94037         for (;;) {
94038 -               switch(get_option(&ptr, &i)) {
94039 +               switch (get_option(&ptr, &i)) {
94040                 default:
94041                         return 0;
94042                 case 2:
94043 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/spu_priv1.c powerpc.git/arch/powerpc/platforms/celleb/spu_priv1.c
94044 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/spu_priv1.c  2008-04-11 22:32:29.000000000 +0200
94045 +++ powerpc.git/arch/powerpc/platforms/celleb/spu_priv1.c       2008-04-19 16:40:52.000000000 +0200
94046 @@ -183,8 +183,7 @@
94047         return enable;
94048  }
94049  
94050 -const struct spu_priv1_ops spu_priv1_beat_ops =
94051 -{
94052 +const struct spu_priv1_ops spu_priv1_beat_ops = {
94053         .int_mask_and = int_mask_and,
94054         .int_mask_or = int_mask_or,
94055         .int_mask_set = int_mask_set,
94056 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/udbg_beat.c powerpc.git/arch/powerpc/platforms/celleb/udbg_beat.c
94057 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/udbg_beat.c  2008-04-11 22:32:29.000000000 +0200
94058 +++ powerpc.git/arch/powerpc/platforms/celleb/udbg_beat.c       2008-04-19 16:40:52.000000000 +0200
94059 @@ -54,7 +54,8 @@
94060         if (inbuflen == 0) {
94061                 /* get some more chars. */
94062                 inbuflen = 0;
94063 -               rc = beat_get_term_char(celleb_vtermno, &inbuflen, inbuf+0, inbuf+1);
94064 +               rc = beat_get_term_char(celleb_vtermno, &inbuflen,
94065 +                                       inbuf+0, inbuf+1);
94066                 if (rc != 0)
94067                         inbuflen = 0;   /* otherwise inbuflen is garbage */
94068         }
94069 @@ -78,7 +79,7 @@
94070                 if (ch == -1) {
94071                         /* This shouldn't be needed...but... */
94072                         volatile unsigned long delay;
94073 -                       for (delay=0; delay < 2000000; delay++)
94074 +                       for (delay = 0; delay < 2000000; delay++)
94075                                 ;
94076                 } else {
94077                         return ch;
94078 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c powerpc.git/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
94079 --- linux-2.6.25-rc9/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c  2008-04-11 22:32:29.000000000 +0200
94080 +++ powerpc.git/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c       2008-04-19 16:40:52.000000000 +0200
94081 @@ -117,11 +117,11 @@
94082         }
94083  
94084         if (mpic_paddr == 0) {
94085 -               printk("%s: No tsi108 PIC found !\n", __FUNCTION__);
94086 +               printk("%s: No tsi108 PIC found !\n", __func__);
94087                 return;
94088         }
94089  
94090 -       DBG("%s: tsi108 pic phys_addr = 0x%x\n", __FUNCTION__,
94091 +       DBG("%s: tsi108 pic phys_addr = 0x%x\n", __func__,
94092             (u32) mpic_paddr);
94093  
94094         mpic = mpic_alloc(tsi_pic, mpic_paddr,
94095 @@ -140,17 +140,17 @@
94096  #ifdef CONFIG_PCI
94097         tsi_pci = of_find_node_by_type(NULL, "pci");
94098         if (tsi_pci == NULL) {
94099 -               printk("%s: No tsi108 pci node found !\n", __FUNCTION__);
94100 +               printk("%s: No tsi108 pci node found !\n", __func__);
94101                 return;
94102         }
94103         cascade_node = of_find_node_by_type(NULL, "pic-router");
94104         if (cascade_node == NULL) {
94105 -               printk("%s: No tsi108 pci cascade node found !\n", __FUNCTION__);
94106 +               printk("%s: No tsi108 pci cascade node found !\n", __func__);
94107                 return;
94108         }
94109  
94110         cascade_pci_irq = irq_of_parse_and_map(tsi_pci, 0);
94111 -       DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __FUNCTION__,
94112 +       DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__,
94113             (u32) cascade_pci_irq);
94114         tsi108_pci_int_init(cascade_node);
94115         set_irq_data(cascade_pci_irq, mpic);
94116 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/embedded6xx/prpmc2800.c powerpc.git/arch/powerpc/platforms/embedded6xx/prpmc2800.c
94117 --- linux-2.6.25-rc9/arch/powerpc/platforms/embedded6xx/prpmc2800.c     2008-04-11 22:32:29.000000000 +0200
94118 +++ powerpc.git/arch/powerpc/platforms/embedded6xx/prpmc2800.c  2008-04-19 16:40:52.000000000 +0200
94119 @@ -49,13 +49,13 @@
94120          * ioremap mpp and gpp registers in case they are later
94121          * needed by prpmc2800_reset_board().
94122          */
94123 -       np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-mpp");
94124 +       np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-mpp");
94125         reg = of_get_property(np, "reg", NULL);
94126         paddr = of_translate_address(np, reg);
94127         of_node_put(np);
94128         mv64x60_mpp_reg_base = ioremap(paddr, reg[1]);
94129  
94130 -       np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
94131 +       np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
94132         reg = of_get_property(np, "reg", NULL);
94133         paddr = of_translate_address(np, reg);
94134         of_node_put(np);
94135 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/exception.S powerpc.git/arch/powerpc/platforms/iseries/exception.S
94136 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/exception.S 2008-04-11 22:32:29.000000000 +0200
94137 +++ powerpc.git/arch/powerpc/platforms/iseries/exception.S      2008-04-19 16:40:52.000000000 +0200
94138 @@ -38,11 +38,19 @@
94139  
94140         .globl system_reset_iSeries
94141  system_reset_iSeries:
94142 -       mfspr   r13,SPRN_SPRG3          /* Get paca address */
94143 +       mfspr   r13,SPRN_SPRG3          /* Get alpaca address */
94144 +       LOAD_REG_IMMEDIATE(r23, alpaca)
94145 +       li      r0,ALPACA_SIZE
94146 +       sub     r23,r13,r23
94147 +       divdu   r23,r23,r0              /* r23 has cpu number */
94148 +       LOAD_REG_IMMEDIATE(r13, paca)
94149 +       mulli   r0,r23,PACA_SIZE
94150 +       add     r13,r13,r0
94151 +       mtspr   SPRN_SPRG3,r13          /* Save it away for the future */
94152         mfmsr   r24
94153         ori     r24,r24,MSR_RI
94154         mtmsrd  r24                     /* RI on */
94155 -       lhz     r24,PACAPACAINDEX(r13)  /* Get processor # */
94156 +       mr      r24,r23
94157         cmpwi   0,r24,0                 /* Are we processor 0? */
94158         bne     1f
94159         b       .__start_initialization_iSeries /* Start up the first processor */
94160 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/ipl_parms.h powerpc.git/arch/powerpc/platforms/iseries/ipl_parms.h
94161 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/ipl_parms.h 2008-04-11 22:32:29.000000000 +0200
94162 +++ powerpc.git/arch/powerpc/platforms/iseries/ipl_parms.h      2008-04-19 16:40:52.000000000 +0200
94163 @@ -65,6 +65,4 @@
94164         u64     xRsvd13;                // Reserved                     x38-x3F
94165  };
94166  
94167 -extern struct ItIplParmsReal   xItIplParmsReal;
94168 -
94169  #endif /* _ISERIES_IPL_PARMS_H */
94170 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/lpardata.c powerpc.git/arch/powerpc/platforms/iseries/lpardata.c
94171 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/lpardata.c  2008-04-11 22:32:29.000000000 +0200
94172 +++ powerpc.git/arch/powerpc/platforms/iseries/lpardata.c       2008-04-19 16:40:52.000000000 +0200
94173 @@ -14,10 +14,10 @@
94174  #include <asm/ptrace.h>
94175  #include <asm/abs_addr.h>
94176  #include <asm/lppaca.h>
94177 -#include <asm/iseries/it_lp_reg_save.h>
94178  #include <asm/paca.h>
94179  #include <asm/iseries/lpar_map.h>
94180  #include <asm/iseries/it_lp_queue.h>
94181 +#include <asm/iseries/alpaca.h>
94182  
94183  #include "naca.h"
94184  #include "vpd_areas.h"
94185 @@ -31,7 +31,7 @@
94186  /* The HvReleaseData is the root of the information shared between
94187   * the hypervisor and Linux.
94188   */
94189 -struct HvReleaseData hvReleaseData = {
94190 +const struct HvReleaseData hvReleaseData = {
94191         .xDesc = 0xc8a5d9c4,    /* "HvRD" ebcdic */
94192         .xSize = sizeof(struct HvReleaseData),
94193         .xVpdAreasPtrOffset = offsetof(struct naca_struct, xItVpdAreas),
94194 @@ -61,6 +61,63 @@
94195         .xRamDiskSize = 0,
94196  };
94197  
94198 +struct ItLpRegSave {
94199 +       u32     xDesc;          // Eye catcher  "LpRS" ebcdic   000-003
94200 +       u16     xSize;          // Size of this class           004-005
94201 +       u8      xInUse;         // Area is live                 006-007
94202 +       u8      xRsvd1[9];      // Reserved                     007-00F
94203 +
94204 +       u8      xFixedRegSave[352]; // Fixed Register Save Area 010-16F
94205 +       u32     xCTRL;          // Control Register             170-173
94206 +       u32     xDEC;           // Decrementer                  174-177
94207 +       u32     xFPSCR;         // FP Status and Control Reg    178-17B
94208 +       u32     xPVR;           // Processor Version Number     17C-17F
94209 +
94210 +       u64     xMMCR0;         // Monitor Mode Control Reg 0   180-187
94211 +       u32     xPMC1;          // Perf Monitor Counter 1       188-18B
94212 +       u32     xPMC2;          // Perf Monitor Counter 2       18C-18F
94213 +       u32     xPMC3;          // Perf Monitor Counter 3       190-193
94214 +       u32     xPMC4;          // Perf Monitor Counter 4       194-197
94215 +       u32     xPIR;           // Processor ID Reg             198-19B
94216 +
94217 +       u32     xMMCR1;         // Monitor Mode Control Reg 1   19C-19F
94218 +       u32     xMMCRA;         // Monitor Mode Control Reg A   1A0-1A3
94219 +       u32     xPMC5;          // Perf Monitor Counter 5       1A4-1A7
94220 +       u32     xPMC6;          // Perf Monitor Counter 6       1A8-1AB
94221 +       u32     xPMC7;          // Perf Monitor Counter 7       1AC-1AF
94222 +       u32     xPMC8;          // Perf Monitor Counter 8       1B0-1B3
94223 +       u32     xTSC;           // Thread Switch Control        1B4-1B7
94224 +       u32     xTST;           // Thread Switch Timeout        1B8-1BB
94225 +       u32     xRsvd;          // Reserved                     1BC-1BF
94226 +
94227 +       u64     xACCR;          // Address Compare Control Reg  1C0-1C7
94228 +       u64     xIMR;           // Instruction Match Register   1C8-1CF
94229 +       u64     xSDR1;          // Storage Description Reg 1    1D0-1D7
94230 +       u64     xSPRG0;         // Special Purpose Reg General0 1D8-1DF
94231 +       u64     xSPRG1;         // Special Purpose Reg General1 1E0-1E7
94232 +       u64     xSPRG2;         // Special Purpose Reg General2 1E8-1EF
94233 +       u64     xSPRG3;         // Special Purpose Reg General3 1F0-1F7
94234 +       u64     xTB;            // Time Base Register           1F8-1FF
94235 +
94236 +       u64     xFPR[32];       // Floating Point Registers     200-2FF
94237 +
94238 +       u64     xMSR;           // Machine State Register       300-307
94239 +       u64     xNIA;           // Next Instruction Address     308-30F
94240 +
94241 +       u64     xDABR;          // Data Address Breakpoint Reg  310-317
94242 +       u64     xIABR;          // Inst Address Breakpoint Reg  318-31F
94243 +
94244 +       u64     xHID0;          // HW Implementation Dependent0 320-327
94245 +
94246 +       u64     xHID4;          // HW Implementation Dependent4 328-32F
94247 +       u64     xSCOMd;         // SCON Data Reg (SPRG4)        330-337
94248 +       u64     xSCOMc;         // SCON Command Reg (SPRG5)     338-33F
94249 +       u64     xSDAR;          // Sample Data Address Register 340-347
94250 +       u64     xSIAR;          // Sample Inst Address Register 348-34F
94251 +
94252 +       u8      xRsvd3[176];    // Reserved                     350-3FF
94253 +};
94254 +
94255  extern void system_reset_iSeries(void);
94256  extern void machine_check_iSeries(void);
94257  extern void data_access_iSeries(void);
94258 @@ -129,7 +186,7 @@
94259  };
94260  
94261  /* May be filled in by the hypervisor so cannot end up in the BSS */
94262 -struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
94263 +static struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
94264  
94265  /* May be filled in by the hypervisor so cannot end up in the BSS */
94266  struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data")));
94267 @@ -152,13 +209,54 @@
94268  
94269  /* Space for Recovery Log Buffer */
94270  /* May be filled in by the hypervisor so cannot end up in the BSS */
94271 -u64    xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
94272 +static u64    xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
94273  
94274 -struct SpCommArea xSpCommArea = {
94275 +static const struct SpCommArea xSpCommArea = {
94276         .xDesc = 0xE2D7C3C2,
94277         .xFormat = 1,
94278  };
94279  
94280 +static const struct ItLpRegSave iseries_reg_save[] = {
94281 +       [0 ... (NR_CPUS-1)] = {
94282 +               .xDesc = 0xd397d9e2,    /* "LpRS" */
94283 +               .xSize = sizeof(struct ItLpRegSave),
94284 +       },
94285 +};
94286 +
94287 +#define ALPACA_INIT(number)                                            \
94288 +{                                                                      \
94289 +       .lppaca_ptr = &lppaca[number],                                  \
94290 +       .reg_save_ptr = &iseries_reg_save[number],                      \
94291 +}
94292 +
94293 +const struct alpaca alpaca[] = {
94294 +       ALPACA_INIT( 0),
94295 +#if NR_CPUS > 1
94296 +       ALPACA_INIT( 1), ALPACA_INIT( 2), ALPACA_INIT( 3),
94297 +#if NR_CPUS > 4
94298 +       ALPACA_INIT( 4), ALPACA_INIT( 5), ALPACA_INIT( 6), ALPACA_INIT( 7),
94299 +#if NR_CPUS > 8
94300 +       ALPACA_INIT( 8), ALPACA_INIT( 9), ALPACA_INIT(10), ALPACA_INIT(11),
94301 +       ALPACA_INIT(12), ALPACA_INIT(13), ALPACA_INIT(14), ALPACA_INIT(15),
94302 +       ALPACA_INIT(16), ALPACA_INIT(17), ALPACA_INIT(18), ALPACA_INIT(19),
94303 +       ALPACA_INIT(20), ALPACA_INIT(21), ALPACA_INIT(22), ALPACA_INIT(23),
94304 +       ALPACA_INIT(24), ALPACA_INIT(25), ALPACA_INIT(26), ALPACA_INIT(27),
94305 +       ALPACA_INIT(28), ALPACA_INIT(29), ALPACA_INIT(30), ALPACA_INIT(31),
94306 +#if NR_CPUS > 32
94307 +       ALPACA_INIT(32), ALPACA_INIT(33), ALPACA_INIT(34), ALPACA_INIT(35),
94308 +       ALPACA_INIT(36), ALPACA_INIT(37), ALPACA_INIT(38), ALPACA_INIT(39),
94309 +       ALPACA_INIT(40), ALPACA_INIT(41), ALPACA_INIT(42), ALPACA_INIT(43),
94310 +       ALPACA_INIT(44), ALPACA_INIT(45), ALPACA_INIT(46), ALPACA_INIT(47),
94311 +       ALPACA_INIT(48), ALPACA_INIT(49), ALPACA_INIT(50), ALPACA_INIT(51),
94312 +       ALPACA_INIT(52), ALPACA_INIT(53), ALPACA_INIT(54), ALPACA_INIT(55),
94313 +       ALPACA_INIT(56), ALPACA_INIT(57), ALPACA_INIT(58), ALPACA_INIT(59),
94314 +       ALPACA_INIT(60), ALPACA_INIT(61), ALPACA_INIT(62), ALPACA_INIT(63),
94315 +#endif
94316 +#endif
94317 +#endif
94318 +#endif
94319 +};
94320 +
94321  /* The LparMap data is now located at offset 0x6000 in head.S
94322   * It was put there so that the HvReleaseData could address it
94323   * with a 32-bit offset as required by the iSeries hypervisor
94324 @@ -167,7 +265,7 @@
94325   * the Naca via the HvReleaseData area.  The HvReleaseData has the
94326   * offset into the Naca of the pointer to the ItVpdAreas.
94327   */
94328 -struct ItVpdAreas itVpdAreas = {
94329 +const struct ItVpdAreas itVpdAreas = {
94330         .xSlicDesc = 0xc9a3e5c1,                /* "ItVA" */
94331         .xSlicSize = sizeof(struct ItVpdAreas),
94332         .xSlicVpdEntries = ItVpdMaxEntries,     /* # VPD array entries */
94333 @@ -185,7 +283,7 @@
94334         .xSlicVpdLens = {                       /* VPD lengths */
94335                 0,0,0,                  /*  0 - 2 */
94336                 sizeof(xItExtVpdPanel), /*       3 Extended VPD   */
94337 -               sizeof(struct paca_struct),     /*       4 length of Paca  */
94338 +               sizeof(struct alpaca),  /*       4 length of (fake) Paca  */
94339                 0,                      /*       5 */
94340                 sizeof(struct ItIplParmsReal),/* 6 length of IPL parms */
94341                 26992,                  /*       7 length of MS VPD */
94342 @@ -203,7 +301,7 @@
94343         .xSlicVpdAdrs = {                       /* VPD addresses */
94344                 0,0,0,                  /*       0 -  2 */
94345                 &xItExtVpdPanel,        /*       3 Extended VPD */
94346 -               &paca[0],               /*       4 first Paca */
94347 +               &alpaca[0],             /*       4 first (fake) Paca */
94348                 0,                      /*       5 */
94349                 &xItIplParmsReal,       /*       6 IPL parms */
94350                 &xMsVpd,                /*       7 MS Vpd */
94351 @@ -219,10 +317,3 @@
94352                 0,0
94353         }
94354  };
94355 -
94356 -struct ItLpRegSave iseries_reg_save[] = {
94357 -       [0 ... (NR_CPUS-1)] = {
94358 -               .xDesc = 0xd397d9e2,    /* "LpRS" */
94359 -               .xSize = sizeof(struct ItLpRegSave),
94360 -       },
94361 -};
94362 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/naca.h powerpc.git/arch/powerpc/platforms/iseries/naca.h
94363 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/naca.h      2008-04-11 22:32:29.000000000 +0200
94364 +++ powerpc.git/arch/powerpc/platforms/iseries/naca.h   2008-04-19 16:40:52.000000000 +0200
94365 @@ -14,7 +14,7 @@
94366  
94367  struct naca_struct {
94368         /* Kernel only data - undefined for user space */
94369 -       void *xItVpdAreas;              /* VPD Data                  0x00 */
94370 +       const void *xItVpdAreas;        /* VPD Data                  0x00 */
94371         void *xRamDisk;                 /* iSeries ramdisk           0x08 */
94372         u64   xRamDiskSize;             /* In pages                  0x10 */
94373  };
94374 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/pci.c powerpc.git/arch/powerpc/platforms/iseries/pci.c
94375 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/pci.c       2008-04-11 22:32:29.000000000 +0200
94376 +++ powerpc.git/arch/powerpc/platforms/iseries/pci.c    2008-04-19 16:40:52.000000000 +0200
94377 @@ -23,6 +23,7 @@
94378  
94379  #undef DEBUG
94380  
94381 +#include <linux/jiffies.h>
94382  #include <linux/kernel.h>
94383  #include <linux/list.h>
94384  #include <linux/string.h>
94385 @@ -586,7 +587,7 @@
94386                 static unsigned long last_jiffies;
94387                 static int num_printed;
94388  
94389 -               if ((jiffies - last_jiffies) > 60 * HZ) {
94390 +               if (time_after(jiffies, last_jiffies + 60 * HZ)) {
94391                         last_jiffies = jiffies;
94392                         num_printed = 0;
94393                 }
94394 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/release_data.h powerpc.git/arch/powerpc/platforms/iseries/release_data.h
94395 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/release_data.h      2008-04-11 22:32:29.000000000 +0200
94396 +++ powerpc.git/arch/powerpc/platforms/iseries/release_data.h   2008-04-19 16:40:52.000000000 +0200
94397 @@ -58,6 +58,6 @@
94398         char    xRsvd3[20];     /* Reserved                     x2C-x3F */
94399  };
94400  
94401 -extern struct HvReleaseData    hvReleaseData;
94402 +extern const struct HvReleaseData      hvReleaseData;
94403  
94404  #endif /* _ISERIES_RELEASE_DATA_H */
94405 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/spcomm_area.h powerpc.git/arch/powerpc/platforms/iseries/spcomm_area.h
94406 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/spcomm_area.h       2008-04-11 22:32:29.000000000 +0200
94407 +++ powerpc.git/arch/powerpc/platforms/iseries/spcomm_area.h    2008-04-19 16:40:52.000000000 +0200
94408 @@ -31,6 +31,4 @@
94409         u8      xRsvd2[80];             // Reserved                             030-07F
94410  };
94411  
94412 -extern struct SpCommArea xSpCommArea;
94413 -
94414  #endif /* _ISERIES_SPCOMM_AREA_H */
94415 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/vpd_areas.h powerpc.git/arch/powerpc/platforms/iseries/vpd_areas.h
94416 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/vpd_areas.h 2008-04-11 22:32:29.000000000 +0200
94417 +++ powerpc.git/arch/powerpc/platforms/iseries/vpd_areas.h      2008-04-19 16:40:52.000000000 +0200
94418 @@ -80,9 +80,9 @@
94419         u32     xPlicDmaLens[ItDmaMaxEntries];// Array of DMA lengths   080-0A7
94420         u32     xPlicDmaToks[ItDmaMaxEntries];// Array of DMA tokens    0A8-0CF
94421         u32     xSlicVpdLens[ItVpdMaxEntries];// Array of VPD lengths   0D0-12F
94422 -       void    *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers  130-1EF
94423 +       const void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
94424  };
94425  
94426 -extern struct ItVpdAreas       itVpdAreas;
94427 +extern const struct ItVpdAreas itVpdAreas;
94428  
94429  #endif /* _ISERIES_VPD_AREAS_H */
94430 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/maple/pci.c powerpc.git/arch/powerpc/platforms/maple/pci.c
94431 --- linux-2.6.25-rc9/arch/powerpc/platforms/maple/pci.c 2008-04-11 22:32:29.000000000 +0200
94432 +++ powerpc.git/arch/powerpc/platforms/maple/pci.c      2008-04-19 16:40:52.000000000 +0200
94433 @@ -592,50 +592,3 @@
94434         }
94435         return irq;
94436  }
94437 -
94438 -/* XXX: To remove once all firmwares are ok */
94439 -static void fixup_maple_ide(struct pci_dev* dev)
94440 -{
94441 -       if (!machine_is(maple))
94442 -               return;
94443 -
94444 -#if 0 /* Enable this to enable IDE port 0 */
94445 -       {
94446 -               u8 v;
94447 -
94448 -               pci_read_config_byte(dev, 0x40, &v);
94449 -               v |= 2;
94450 -               pci_write_config_byte(dev, 0x40, v);
94451 -       }
94452 -#endif
94453 -#if 0 /* fix bus master base */
94454 -       pci_write_config_dword(dev, 0x20, 0xcc01);
94455 -       printk("old ide resource: %lx -> %lx \n",
94456 -              dev->resource[4].start, dev->resource[4].end);
94457 -       dev->resource[4].start = 0xcc00;
94458 -       dev->resource[4].end = 0xcc10;
94459 -#endif
94460 -#if 0 /* Enable this to fixup IDE sense/polarity of irqs in IO-APICs */
94461 -       {
94462 -               struct pci_dev *apicdev;
94463 -               u32 v;
94464 -
94465 -               apicdev = pci_get_slot (dev->bus, PCI_DEVFN(5,0));
94466 -               if (apicdev == NULL)
94467 -                       printk("IDE Fixup IRQ: Can't find IO-APIC !\n");
94468 -               else {
94469 -                       pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*14);
94470 -                       pci_read_config_dword(apicdev, 0xf4, &v);
94471 -                       v &= ~0x00000022;
94472 -                       pci_write_config_dword(apicdev, 0xf4, v);
94473 -                       pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*15);
94474 -                       pci_read_config_dword(apicdev, 0xf4, &v);
94475 -                       v &= ~0x00000022;
94476 -                       pci_write_config_dword(apicdev, 0xf4, v);
94477 -                       pci_dev_put(apicdev);
94478 -               }
94479 -       }
94480 -#endif
94481 -}
94482 -DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_IDE,
94483 -                        fixup_maple_ide);
94484 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/maple/setup.c powerpc.git/arch/powerpc/platforms/maple/setup.c
94485 --- linux-2.6.25-rc9/arch/powerpc/platforms/maple/setup.c       2008-04-11 22:32:29.000000000 +0200
94486 +++ powerpc.git/arch/powerpc/platforms/maple/setup.c    2008-04-19 16:40:52.000000000 +0200
94487 @@ -43,6 +43,7 @@
94488  #include <linux/smp.h>
94489  #include <linux/bitops.h>
94490  #include <linux/of_device.h>
94491 +#include <linux/lmb.h>
94492  
94493  #include <asm/processor.h>
94494  #include <asm/sections.h>
94495 @@ -57,7 +58,6 @@
94496  #include <asm/dma.h>
94497  #include <asm/cputable.h>
94498  #include <asm/time.h>
94499 -#include <asm/lmb.h>
94500  #include <asm/mpic.h>
94501  #include <asm/rtas.h>
94502  #include <asm/udbg.h>
94503 @@ -319,7 +319,7 @@
94504         return 1;
94505  }
94506  
94507 -define_machine(maple_md) {
94508 +define_machine(maple) {
94509         .name                   = "Maple",
94510         .probe                  = maple_probe,
94511         .setup_arch             = maple_setup_arch,
94512 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pasemi/dma_lib.c powerpc.git/arch/powerpc/platforms/pasemi/dma_lib.c
94513 --- linux-2.6.25-rc9/arch/powerpc/platforms/pasemi/dma_lib.c    2008-04-11 22:32:29.000000000 +0200
94514 +++ powerpc.git/arch/powerpc/platforms/pasemi/dma_lib.c 2008-03-17 14:03:32.000000000 +0100
94515 @@ -17,6 +17,7 @@
94516   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
94517   */
94518  
94519 +#include <linux/kernel.h>
94520  #include <linux/init.h>
94521  #include <linux/module.h>
94522  #include <linux/pci.h>
94523 @@ -26,6 +27,8 @@
94524  
94525  #define MAX_TXCH 64
94526  #define MAX_RXCH 64
94527 +#define MAX_FLAGS 64
94528 +#define MAX_FUN 8
94529  
94530  static struct pasdma_status *dma_status;
94531  
94532 @@ -43,6 +46,8 @@
94533  
94534  static DECLARE_BITMAP(txch_free, MAX_TXCH);
94535  static DECLARE_BITMAP(rxch_free, MAX_RXCH);
94536 +static DECLARE_BITMAP(flags_free, MAX_FLAGS);
94537 +static DECLARE_BITMAP(fun_free, MAX_FUN);
94538  
94539  /* pasemi_read_iob_reg - read IOB register
94540   * @reg: Register to read (offset into PCI CFG space)
94541 @@ -373,6 +378,106 @@
94542  }
94543  EXPORT_SYMBOL(pasemi_dma_free_buf);
94544  
94545 +/* pasemi_dma_alloc_flag - Allocate a flag (event) for channel syncronization
94546 + *
94547 + * Allocates a flag for use with channel syncronization (event descriptors).
94548 + * Returns allocated flag (0-63), < 0 on error.
94549 + */
94550 +int pasemi_dma_alloc_flag(void)
94551 +{
94552 +       int bit;
94553 +
94554 +retry:
94555 +       bit = find_next_bit(flags_free, MAX_FLAGS, 0);
94556 +       if (bit >= MAX_FLAGS)
94557 +               return -ENOSPC;
94558 +       if (!test_and_clear_bit(bit, flags_free))
94559 +               goto retry;
94560 +
94561 +       return bit;
94562 +}
94563 +EXPORT_SYMBOL(pasemi_dma_alloc_flag);
94564 +
94565 +
94566 +/* pasemi_dma_free_flag - Deallocates a flag (event)
94567 + * @flag: Flag number to deallocate
94568 + *
94569 + * Frees up a flag so it can be reused for other purposes.
94570 + */
94571 +void pasemi_dma_free_flag(int flag)
94572 +{
94573 +       BUG_ON(test_bit(flag, flags_free));
94574 +       BUG_ON(flag >= MAX_FLAGS);
94575 +       set_bit(flag, flags_free);
94576 +}
94577 +EXPORT_SYMBOL(pasemi_dma_free_flag);
94578 +
94579 +
94580 +/* pasemi_dma_set_flag - Sets a flag (event) to 1
94581 + * @flag: Flag number to set active
94582 + *
94583 + * Sets the flag provided to 1.
94584 + */
94585 +void pasemi_dma_set_flag(int flag)
94586 +{
94587 +       BUG_ON(flag >= MAX_FLAGS);
94588 +       if (flag < 32)
94589 +               pasemi_write_dma_reg(PAS_DMA_TXF_SFLG0, 1 << flag);
94590 +       else
94591 +               pasemi_write_dma_reg(PAS_DMA_TXF_SFLG1, 1 << flag);
94592 +}
94593 +EXPORT_SYMBOL(pasemi_dma_set_flag);
94594 +
94595 +/* pasemi_dma_clear_flag - Sets a flag (event) to 0
94596 + * @flag: Flag number to set inactive
94597 + *
94598 + * Sets the flag provided to 0.
94599 + */
94600 +void pasemi_dma_clear_flag(int flag)
94601 +{
94602 +       BUG_ON(flag >= MAX_FLAGS);
94603 +       if (flag < 32)
94604 +               pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 1 << flag);
94605 +       else
94606 +               pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 1 << flag);
94607 +}
94608 +EXPORT_SYMBOL(pasemi_dma_clear_flag);
94609 +
94610 +/* pasemi_dma_alloc_fun - Allocate a function engine
94611 + *
94612 + * Allocates a function engine to use for crypto/checksum offload
94613 + * Returns allocated engine (0-8), < 0 on error.
94614 + */
94615 +int pasemi_dma_alloc_fun(void)
94616 +{
94617 +       int bit;
94618 +
94619 +retry:
94620 +       bit = find_next_bit(fun_free, MAX_FLAGS, 0);
94621 +       if (bit >= MAX_FLAGS)
94622 +               return -ENOSPC;
94623 +       if (!test_and_clear_bit(bit, fun_free))
94624 +               goto retry;
94625 +
94626 +       return bit;
94627 +}
94628 +EXPORT_SYMBOL(pasemi_dma_alloc_fun);
94629 +
94630 +
94631 +/* pasemi_dma_free_fun - Deallocates a function engine
94632 + * @flag: Engine number to deallocate
94633 + *
94634 + * Frees up a function engine so it can be used for other purposes.
94635 + */
94636 +void pasemi_dma_free_fun(int fun)
94637 +{
94638 +       BUG_ON(test_bit(fun, fun_free));
94639 +       BUG_ON(fun >= MAX_FLAGS);
94640 +       set_bit(fun, fun_free);
94641 +}
94642 +EXPORT_SYMBOL(pasemi_dma_free_fun);
94643 +
94644 +
94645  static void *map_onedev(struct pci_dev *p, int index)
94646  {
94647         struct device_node *dn;
94648 @@ -410,6 +515,7 @@
94649         struct resource res;
94650         struct device_node *dn;
94651         int i, intf, err = 0;
94652 +       unsigned long timeout;
94653         u32 tmp;
94654  
94655         if (!machine_is(pasemi))
94656 @@ -478,6 +584,44 @@
94657         for (i = 0; i < MAX_RXCH; i++)
94658                 __set_bit(i, rxch_free);
94659  
94660 +       timeout = jiffies + HZ;
94661 +       pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, 0);
94662 +       while (pasemi_read_dma_reg(PAS_DMA_COM_RXSTA) & 1) {
94663 +               if (time_after(jiffies, timeout)) {
94664 +                       pr_warning("Warning: Could not disable RX section\n");
94665 +                       break;
94666 +               }
94667 +       }
94668 +
94669 +       timeout = jiffies + HZ;
94670 +       pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, 0);
94671 +       while (pasemi_read_dma_reg(PAS_DMA_COM_TXSTA) & 1) {
94672 +               if (time_after(jiffies, timeout)) {
94673 +                       pr_warning("Warning: Could not disable TX section\n");
94674 +                       break;
94675 +               }
94676 +       }
94677 +
94678 +       /* setup resource allocations for the different DMA sections */
94679 +       tmp = pasemi_read_dma_reg(PAS_DMA_COM_CFG);
94680 +       pasemi_write_dma_reg(PAS_DMA_COM_CFG, tmp | 0x18000000);
94681 +
94682 +       /* enable tx section */
94683 +       pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
94684 +
94685 +       /* enable rx section */
94686 +       pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
94687 +
94688 +       for (i = 0; i < MAX_FLAGS; i++)
94689 +               __set_bit(i, flags_free);
94690 +
94691 +       for (i = 0; i < MAX_FUN; i++)
94692 +               __set_bit(i, fun_free);
94693 +
94694 +       /* clear all status flags */
94695 +       pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 0xffffffff);
94696 +       pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 0xffffffff);
94697 +
94698         printk(KERN_INFO "PA Semi PWRficient DMA library initialized "
94699                 "(%d tx, %d rx channels)\n", num_txch, num_rxch);
94700  
94701 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pasemi/iommu.c powerpc.git/arch/powerpc/platforms/pasemi/iommu.c
94702 --- linux-2.6.25-rc9/arch/powerpc/platforms/pasemi/iommu.c      2008-04-11 22:32:29.000000000 +0200
94703 +++ powerpc.git/arch/powerpc/platforms/pasemi/iommu.c   2008-04-19 16:40:52.000000000 +0200
94704 @@ -1,5 +1,5 @@
94705  /*
94706 - * Copyright (C) 2005-2007, PA Semi, Inc
94707 + * Copyright (C) 2005-2008, PA Semi, Inc
94708   *
94709   * Maintained by: Olof Johansson <olof@lixom.net>
94710   *
94711 @@ -27,7 +27,6 @@
94712  #include <asm/abs_addr.h>
94713  #include <asm/firmware.h>
94714  
94715 -
94716  #define IOBMAP_PAGE_SHIFT      12
94717  #define IOBMAP_PAGE_SIZE       (1 << IOBMAP_PAGE_SHIFT)
94718  #define IOBMAP_PAGE_MASK       (IOBMAP_PAGE_SIZE - 1)
94719 @@ -35,13 +34,13 @@
94720  #define IOB_BASE               0xe0000000
94721  #define IOB_SIZE               0x3000
94722  /* Configuration registers */
94723 -#define IOBCAP_REG             0x10
94724 -#define IOBCOM_REG             0x40
94725 +#define IOBCAP_REG             0x40
94726 +#define IOBCOM_REG             0x100
94727  /* Enable IOB address translation */
94728  #define IOBCOM_ATEN            0x00000100
94729  
94730  /* Address decode configuration register */
94731 -#define IOB_AD_REG             0x53
94732 +#define IOB_AD_REG             0x14c
94733  /* IOBCOM_AD_REG fields */
94734  #define IOB_AD_VGPRT           0x00000e00
94735  #define IOB_AD_VGAEN           0x00000100
94736 @@ -56,13 +55,13 @@
94737  #define IOB_AD_TRNG_2G         0x00000001
94738  #define IOB_AD_TRNG_128G       0x00000003
94739  
94740 -#define IOB_TABLEBASE_REG      0x55
94741 +#define IOB_TABLEBASE_REG      0x154
94742  
94743  /* Base of the 64 4-byte L1 registers */
94744 -#define IOB_XLT_L1_REGBASE     0xac0
94745 +#define IOB_XLT_L1_REGBASE     0x2b00
94746  
94747  /* Register to invalidate TLB entries */
94748 -#define IOB_AT_INVAL_TLB_REG   0xb40
94749 +#define IOB_AT_INVAL_TLB_REG   0x2d00
94750  
94751  /* The top two bits of the level 1 entry contains valid and type flags */
94752  #define IOBMAP_L1E_V           0x40000000
94753 @@ -76,7 +75,7 @@
94754  #define IOBMAP_L2E_V           0x80000000
94755  #define IOBMAP_L2E_V_CACHED    0xc0000000
94756  
94757 -static u32 __iomem *iob;
94758 +static void __iomem *iob;
94759  static u32 iob_l1_emptyval;
94760  static u32 iob_l2_emptyval;
94761  static u32 *iob_l2_base;
94762 @@ -219,7 +218,7 @@
94763         for (i = 0; i < 64; i++) {
94764                 /* Each L1 covers 32MB, i.e. 8K entries = 32K of ram */
94765                 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
94766 -               out_le32(iob+IOB_XLT_L1_REGBASE+i, regword);
94767 +               out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
94768         }
94769  
94770         /* set 2GB translation window, based at 0 */
94771 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/powermac/setup.c powerpc.git/arch/powerpc/platforms/powermac/setup.c
94772 --- linux-2.6.25-rc9/arch/powerpc/platforms/powermac/setup.c    2008-04-11 22:32:29.000000000 +0200
94773 +++ powerpc.git/arch/powerpc/platforms/powermac/setup.c 2008-03-17 14:03:32.000000000 +0100
94774 @@ -53,6 +53,7 @@
94775  #include <linux/suspend.h>
94776  #include <linux/of_device.h>
94777  #include <linux/of_platform.h>
94778 +#include <linux/lmb.h>
94779  
94780  #include <asm/reg.h>
94781  #include <asm/sections.h>
94782 @@ -74,7 +75,6 @@
94783  #include <asm/iommu.h>
94784  #include <asm/smu.h>
94785  #include <asm/pmc.h>
94786 -#include <asm/lmb.h>
94787  #include <asm/udbg.h>
94788  
94789  #include "pmac.h"
94790 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/device-init.c powerpc.git/arch/powerpc/platforms/ps3/device-init.c
94791 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/device-init.c   2008-04-11 22:32:29.000000000 +0200
94792 +++ powerpc.git/arch/powerpc/platforms/ps3/device-init.c        2008-04-19 16:40:52.000000000 +0200
94793 @@ -499,41 +499,14 @@
94794  }
94795  
94796  /**
94797 - * ps3_register_repository_device - Register a device from the repositiory info.
94798 - *
94799 + * ps3_setup_dynamic_device - Setup a dynamic device from the repository
94800   */
94801  
94802 -static int ps3_register_repository_device(
94803 -       const struct ps3_repository_device *repo)
94804 +static int ps3_setup_dynamic_device(const struct ps3_repository_device *repo)
94805  {
94806         int result;
94807  
94808         switch (repo->dev_type) {
94809 -       case PS3_DEV_TYPE_SB_GELIC:
94810 -               result = ps3_setup_gelic_device(repo);
94811 -               if (result) {
94812 -                       pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94813 -                               __func__, __LINE__);
94814 -               }
94815 -               break;
94816 -       case PS3_DEV_TYPE_SB_USB:
94817 -
94818 -               /* Each USB device has both an EHCI and an OHCI HC */
94819 -
94820 -               result = ps3_setup_ehci_device(repo);
94821 -
94822 -               if (result) {
94823 -                       pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94824 -                               __func__, __LINE__);
94825 -               }
94826 -
94827 -               result = ps3_setup_ohci_device(repo);
94828 -
94829 -               if (result) {
94830 -                       pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94831 -                               __func__, __LINE__);
94832 -               }
94833 -               break;
94834         case PS3_DEV_TYPE_STOR_DISK:
94835                 result = ps3_setup_storage_dev(repo, PS3_MATCH_ID_STOR_DISK);
94836  
94837 @@ -572,6 +545,48 @@
94838         return result;
94839  }
94840  
94841 +/**
94842 + * ps3_setup_static_device - Setup a static device from the repository
94843 + */
94844 +
94845 +static int __init ps3_setup_static_device(const struct ps3_repository_device *repo)
94846 +{
94847 +       int result;
94848 +
94849 +       switch (repo->dev_type) {
94850 +       case PS3_DEV_TYPE_SB_GELIC:
94851 +               result = ps3_setup_gelic_device(repo);
94852 +               if (result) {
94853 +                       pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94854 +                               __func__, __LINE__);
94855 +               }
94856 +               break;
94857 +       case PS3_DEV_TYPE_SB_USB:
94858 +
94859 +               /* Each USB device has both an EHCI and an OHCI HC */
94860 +
94861 +               result = ps3_setup_ehci_device(repo);
94862 +
94863 +               if (result) {
94864 +                       pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94865 +                               __func__, __LINE__);
94866 +               }
94867 +
94868 +               result = ps3_setup_ohci_device(repo);
94869 +
94870 +               if (result) {
94871 +                       pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94872 +                               __func__, __LINE__);
94873 +               }
94874 +               break;
94875 +
94876 +       default:
94877 +               return ps3_setup_dynamic_device(repo);
94878 +       }
94879 +
94880 +       return result;
94881 +}
94882 +
94883  static void ps3_find_and_add_device(u64 bus_id, u64 dev_id)
94884  {
94885         struct ps3_repository_device repo;
94886 @@ -601,7 +616,7 @@
94887                 pr_debug("%s:%u: device %lu:%lu found after %u retries\n",
94888                          __func__, __LINE__, bus_id, dev_id, retries);
94889  
94890 -       ps3_register_repository_device(&repo);
94891 +       ps3_setup_dynamic_device(&repo);
94892         return;
94893  }
94894  
94895 @@ -905,8 +920,7 @@
94896  
94897         ps3_register_graphics_devices();
94898  
94899 -       ps3_repository_find_devices(PS3_BUS_TYPE_SB,
94900 -               ps3_register_repository_device);
94901 +       ps3_repository_find_devices(PS3_BUS_TYPE_SB, ps3_setup_static_device);
94902  
94903         ps3_register_sound_devices();
94904  
94905 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/htab.c powerpc.git/arch/powerpc/platforms/ps3/htab.c
94906 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/htab.c  2008-04-11 22:32:29.000000000 +0200
94907 +++ powerpc.git/arch/powerpc/platforms/ps3/htab.c       2008-03-17 14:03:32.000000000 +0100
94908 @@ -19,9 +19,10 @@
94909   */
94910  
94911  #include <linux/kernel.h>
94912 +#include <linux/lmb.h>
94913  
94914  #include <asm/machdep.h>
94915 -#include <asm/lmb.h>
94916 +#include <asm/prom.h>
94917  #include <asm/udbg.h>
94918  #include <asm/lv1call.h>
94919  #include <asm/ps3fb.h>
94920 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/interrupt.c powerpc.git/arch/powerpc/platforms/ps3/interrupt.c
94921 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/interrupt.c     2008-04-11 22:32:29.000000000 +0200
94922 +++ powerpc.git/arch/powerpc/platforms/ps3/interrupt.c  2008-04-19 16:40:52.000000000 +0200
94923 @@ -709,7 +709,7 @@
94924         asm volatile("cntlzd %0,%1" : "=r" (plug) : "r" (x));
94925         plug &= 0x3f;
94926  
94927 -       if (unlikely(plug) == NO_IRQ) {
94928 +       if (unlikely(plug == NO_IRQ)) {
94929                 pr_debug("%s:%d: no plug found: thread_id %lu\n", __func__,
94930                         __LINE__, pd->thread_id);
94931                 dump_bmp(&per_cpu(ps3_private, 0));
94932 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/mm.c powerpc.git/arch/powerpc/platforms/ps3/mm.c
94933 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/mm.c    2008-04-11 22:32:29.000000000 +0200
94934 +++ powerpc.git/arch/powerpc/platforms/ps3/mm.c 2008-03-17 14:03:32.000000000 +0100
94935 @@ -21,9 +21,10 @@
94936  #include <linux/kernel.h>
94937  #include <linux/module.h>
94938  #include <linux/memory_hotplug.h>
94939 +#include <linux/lmb.h>
94940  
94941  #include <asm/firmware.h>
94942 -#include <asm/lmb.h>
94943 +#include <asm/prom.h>
94944  #include <asm/udbg.h>
94945  #include <asm/lv1call.h>
94946  
94947 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/os-area.c powerpc.git/arch/powerpc/platforms/ps3/os-area.c
94948 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/os-area.c       2008-04-11 22:32:29.000000000 +0200
94949 +++ powerpc.git/arch/powerpc/platforms/ps3/os-area.c    2008-03-17 14:03:32.000000000 +0100
94950 @@ -24,8 +24,9 @@
94951  #include <linux/fs.h>
94952  #include <linux/syscalls.h>
94953  #include <linux/ctype.h>
94954 +#include <linux/lmb.h>
94955  
94956 -#include <asm/lmb.h>
94957 +#include <asm/prom.h>
94958  
94959  #include "platform.h"
94960  
94961 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/setup.c powerpc.git/arch/powerpc/platforms/ps3/setup.c
94962 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/setup.c 2008-04-11 22:32:29.000000000 +0200
94963 +++ powerpc.git/arch/powerpc/platforms/ps3/setup.c      2008-04-19 16:40:52.000000000 +0200
94964 @@ -95,6 +95,14 @@
94965         ps3_sys_manager_power_off(); /* never returns */
94966  }
94967  
94968 +static void ps3_halt(void)
94969 +{
94970 +       DBG("%s:%d\n", __func__, __LINE__);
94971 +
94972 +       smp_send_stop();
94973 +       ps3_sys_manager_halt(); /* never returns */
94974 +}
94975 +
94976  static void ps3_panic(char *str)
94977  {
94978         DBG("%s:%d %s\n", __func__, __LINE__, str);
94979 @@ -105,7 +113,8 @@
94980         printk("   Please press POWER button.\n");
94981         printk("\n");
94982  
94983 -       while(1);
94984 +       while(1)
94985 +               lv1_pause(1);
94986  }
94987  
94988  #if defined(CONFIG_FB_PS3) || defined(CONFIG_FB_PS3_MODULE) || \
94989 @@ -117,7 +126,7 @@
94990  
94991         p->address = __alloc_bootmem(p->size, p->align, __pa(MAX_DMA_ADDRESS));
94992         if (!p->address) {
94993 -               printk(KERN_ERR "%s: Cannot allocate %s\n", __FUNCTION__,
94994 +               printk(KERN_ERR "%s: Cannot allocate %s\n", __func__,
94995                        p->name);
94996                 return;
94997         }
94998 @@ -266,6 +275,7 @@
94999         .progress                       = ps3_progress,
95000         .restart                        = ps3_restart,
95001         .power_off                      = ps3_power_off,
95002 +       .halt                           = ps3_halt,
95003  #if defined(CONFIG_KEXEC)
95004         .kexec_cpu_down                 = ps3_kexec_cpu_down,
95005         .machine_kexec                  = default_machine_kexec,
95006 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/spu.c powerpc.git/arch/powerpc/platforms/ps3/spu.c
95007 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/spu.c   2008-04-11 22:32:29.000000000 +0200
95008 +++ powerpc.git/arch/powerpc/platforms/ps3/spu.c        2008-04-19 16:40:52.000000000 +0200
95009 @@ -27,6 +27,7 @@
95010  #include <asm/spu.h>
95011  #include <asm/spu_priv1.h>
95012  #include <asm/lv1call.h>
95013 +#include <asm/ps3.h>
95014  
95015  #include "../cell/spufs/spufs.h"
95016  #include "platform.h"
95017 @@ -140,6 +141,12 @@
95018         pr_debug("%s:%d: shadow:  %lxh\n", func, line, shadow);
95019  }
95020  
95021 +inline u64 ps3_get_spe_id(void *arg)
95022 +{
95023 +       return spu_pdata(arg)->spe_id;
95024 +}
95025 +EXPORT_SYMBOL_GPL(ps3_get_spe_id);
95026 +
95027  static unsigned long get_vas_id(void)
95028  {
95029         unsigned long id;
95030 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/Makefile powerpc.git/arch/powerpc/platforms/pseries/Makefile
95031 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/Makefile    2008-04-11 22:32:29.000000000 +0200
95032 +++ powerpc.git/arch/powerpc/platforms/pseries/Makefile 2008-04-19 16:40:52.000000000 +0200
95033 @@ -18,3 +18,4 @@
95034  obj-$(CONFIG_HVC_CONSOLE)      += hvconsole.o
95035  obj-$(CONFIG_HVCS)             += hvcserver.o
95036  obj-$(CONFIG_HCALL_STATS)      += hvCall_inst.o
95037 +obj-$(CONFIG_PHYP_DUMP)        += phyp_dump.o
95038 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/eeh.c powerpc.git/arch/powerpc/platforms/pseries/eeh.c
95039 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/eeh.c       2008-04-11 22:32:29.000000000 +0200
95040 +++ powerpc.git/arch/powerpc/platforms/pseries/eeh.c    2008-04-19 16:40:52.000000000 +0200
95041 @@ -945,7 +945,6 @@
95042         unsigned int rets[3];
95043         struct eeh_early_enable_info *info = data;
95044         int ret;
95045 -       const char *status = of_get_property(dn, "status", NULL);
95046         const u32 *class_code = of_get_property(dn, "class-code", NULL);
95047         const u32 *vendor_id = of_get_property(dn, "vendor-id", NULL);
95048         const u32 *device_id = of_get_property(dn, "device-id", NULL);
95049 @@ -959,8 +958,8 @@
95050         pdn->eeh_freeze_count = 0;
95051         pdn->eeh_false_positives = 0;
95052  
95053 -       if (status && strncmp(status, "ok", 2) != 0)
95054 -               return NULL;    /* ignore devices with bad status */
95055 +       if (!of_device_is_available(dn))
95056 +               return NULL;
95057  
95058         /* Ignore bad nodes. */
95059         if (!class_code || !vendor_id || !device_id)
95060 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/lpar.c powerpc.git/arch/powerpc/platforms/pseries/lpar.c
95061 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/lpar.c      2008-04-11 22:32:29.000000000 +0200
95062 +++ powerpc.git/arch/powerpc/platforms/pseries/lpar.c   2008-04-19 16:40:52.000000000 +0200
95063 @@ -40,6 +40,7 @@
95064  #include <asm/smp.h>
95065  
95066  #include "plpar_wrappers.h"
95067 +#include "pseries.h"
95068  
95069  #ifdef DEBUG_LOW
95070  #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
95071 @@ -203,7 +204,6 @@
95072         struct device_node *stdout_node;
95073         const u32 *termno;
95074         const char *name;
95075 -       int add_console;
95076  
95077         /* find the boot console from /chosen/stdout */
95078         if (!of_chosen)
95079 @@ -219,8 +219,6 @@
95080                 printk(KERN_WARNING "stdout node missing 'name' property!\n");
95081                 goto out;
95082         }
95083 -       /* The user has requested a console so this is already set up. */
95084 -       add_console = !strstr(cmd_line, "console=");
95085  
95086         /* Check if it's a virtual terminal */
95087         if (strncmp(name, "vty", 3) != 0)
95088 @@ -234,15 +232,13 @@
95089                 udbg_putc = udbg_putcLP;
95090                 udbg_getc = udbg_getcLP;
95091                 udbg_getc_poll = udbg_getc_pollLP;
95092 -               if (add_console)
95093 -                       add_preferred_console("hvc", termno[0] & 0xff, NULL);
95094 +               add_preferred_console("hvc", termno[0] & 0xff, NULL);
95095         } else if (of_device_is_compatible(stdout_node, "hvterm-protocol")) {
95096                 vtermno = termno[0];
95097                 udbg_putc = udbg_hvsi_putc;
95098                 udbg_getc = udbg_hvsi_getc;
95099                 udbg_getc_poll = udbg_hvsi_getc_poll;
95100 -               if (add_console)
95101 -                       add_preferred_console("hvsi", termno[0] & 0xff, NULL);
95102 +               add_preferred_console("hvsi", termno[0] & 0xff, NULL);
95103         }
95104  out:
95105         of_node_put(stdout_node);
95106 @@ -520,6 +516,20 @@
95107         BUG_ON(lpar_rc != H_SUCCESS);
95108  }
95109  
95110 +static void pSeries_lpar_hpte_removebolted(unsigned long ea,
95111 +                                          int psize, int ssize)
95112 +{
95113 +       unsigned long slot, vsid, va;
95114 +
95115 +       vsid = get_kernel_vsid(ea, ssize);
95116 +       va = hpt_va(ea, vsid, ssize);
95117 +
95118 +       slot = pSeries_lpar_hpte_find(va, psize, ssize);
95119 +       BUG_ON(slot == -1);
95120 +
95121 +       pSeries_lpar_hpte_invalidate(slot, va, psize, ssize, 0);
95122 +}
95123 +
95124  /* Flag bits for H_BULK_REMOVE */
95125  #define HBR_REQUEST    0x4000000000000000UL
95126  #define HBR_RESPONSE   0x8000000000000000UL
95127 @@ -597,6 +607,7 @@
95128         ppc_md.hpte_updateboltedpp = pSeries_lpar_hpte_updateboltedpp;
95129         ppc_md.hpte_insert      = pSeries_lpar_hpte_insert;
95130         ppc_md.hpte_remove      = pSeries_lpar_hpte_remove;
95131 +       ppc_md.hpte_removebolted = pSeries_lpar_hpte_removebolted;
95132         ppc_md.flush_hash_range = pSeries_lpar_flush_hash_range;
95133         ppc_md.hpte_clear_all   = pSeries_lpar_hptab_clear;
95134  }
95135 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/pci_dlpar.c powerpc.git/arch/powerpc/platforms/pseries/pci_dlpar.c
95136 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/pci_dlpar.c 2008-04-11 22:32:29.000000000 +0200
95137 +++ powerpc.git/arch/powerpc/platforms/pseries/pci_dlpar.c      2008-04-19 16:40:52.000000000 +0200
95138 @@ -123,7 +123,7 @@
95139         /* Add to children of PCI bridge dev->bus */
95140         child_bus = pci_add_new_bus(dev->bus, dev, sec_busno);
95141         if (!child_bus) {
95142 -               printk (KERN_ERR "%s: could not add second bus\n", __FUNCTION__);
95143 +               printk (KERN_ERR "%s: could not add second bus\n", __func__);
95144                 return -EIO;
95145         }
95146         sprintf(child_bus->name, "PCI Bus #%02x", child_bus->number);
95147 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/phyp_dump.c powerpc.git/arch/powerpc/platforms/pseries/phyp_dump.c
95148 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/phyp_dump.c 1970-01-01 01:00:00.000000000 +0100
95149 +++ powerpc.git/arch/powerpc/platforms/pseries/phyp_dump.c      2008-04-19 16:40:52.000000000 +0200
95150 @@ -0,0 +1,507 @@
95151 +/*
95152 + * Hypervisor-assisted dump
95153 + *
95154 + * Linas Vepstas, Manish Ahuja 2008
95155 + * Copyright 2008 IBM Corp.
95156 + *
95157 + *      This program is free software; you can redistribute it and/or
95158 + *      modify it under the terms of the GNU General Public License
95159 + *      as published by the Free Software Foundation; either version
95160 + *      2 of the License, or (at your option) any later version.
95161 + *
95162 + */
95163 +
95164 +#include <linux/init.h>
95165 +#include <linux/kobject.h>
95166 +#include <linux/mm.h>
95167 +#include <linux/of.h>
95168 +#include <linux/pfn.h>
95169 +#include <linux/swap.h>
95170 +#include <linux/sysfs.h>
95171 +
95172 +#include <asm/page.h>
95173 +#include <asm/phyp_dump.h>
95174 +#include <asm/machdep.h>
95175 +#include <asm/prom.h>
95176 +#include <asm/rtas.h>
95177 +
95178 +/* Variables, used to communicate data between early boot and late boot */
95179 +static struct phyp_dump phyp_dump_vars;
95180 +struct phyp_dump *phyp_dump_info = &phyp_dump_vars;
95181 +
95182 +static int ibm_configure_kernel_dump;
95183 +/* ------------------------------------------------- */
95184 +/* RTAS interfaces to declare the dump regions */
95185 +
95186 +struct dump_section {
95187 +       u32 dump_flags;
95188 +       u16 source_type;
95189 +       u16 error_flags;
95190 +       u64 source_address;
95191 +       u64 source_length;
95192 +       u64 length_copied;
95193 +       u64 destination_address;
95194 +};
95195 +
95196 +struct phyp_dump_header {
95197 +       u32 version;
95198 +       u16 num_of_sections;
95199 +       u16 status;
95200 +
95201 +       u32 first_offset_section;
95202 +       u32 dump_disk_section;
95203 +       u64 block_num_dd;
95204 +       u64 num_of_blocks_dd;
95205 +       u32 offset_dd;
95206 +       u32 maxtime_to_auto;
95207 +       /* No dump disk path string used */
95208 +
95209 +       struct dump_section cpu_data;
95210 +       struct dump_section hpte_data;
95211 +       struct dump_section kernel_data;
95212 +};
95213 +
95214 +/* The dump header *must be* in low memory, so .bss it */
95215 +static struct phyp_dump_header phdr;
95216 +
95217 +#define NUM_DUMP_SECTIONS      3
95218 +#define DUMP_HEADER_VERSION    0x1
95219 +#define DUMP_REQUEST_FLAG      0x1
95220 +#define DUMP_SOURCE_CPU                0x0001
95221 +#define DUMP_SOURCE_HPTE       0x0002
95222 +#define DUMP_SOURCE_RMO                0x0011
95223 +#define DUMP_ERROR_FLAG                0x2000
95224 +#define DUMP_TRIGGERED         0x4000
95225 +#define DUMP_PERFORMED         0x8000
95226 +
95227 +
95228 +/**
95229 + * init_dump_header() - initialize the header declaring a dump
95230 + * Returns: length of dump save area.
95231 + *
95232 + * When the hypervisor saves crashed state, it needs to put
95233 + * it somewhere. The dump header tells the hypervisor where
95234 + * the data can be saved.
95235 + */
95236 +static unsigned long init_dump_header(struct phyp_dump_header *ph)
95237 +{
95238 +       unsigned long addr_offset = 0;
95239 +
95240 +       /* Set up the dump header */
95241 +       ph->version = DUMP_HEADER_VERSION;
95242 +       ph->num_of_sections = NUM_DUMP_SECTIONS;
95243 +       ph->status = 0;
95244 +
95245 +       ph->first_offset_section =
95246 +               (u32)offsetof(struct phyp_dump_header, cpu_data);
95247 +       ph->dump_disk_section = 0;
95248 +       ph->block_num_dd = 0;
95249 +       ph->num_of_blocks_dd = 0;
95250 +       ph->offset_dd = 0;
95251 +
95252 +       ph->maxtime_to_auto = 0; /* disabled */
95253 +
95254 +       /* The first two sections are mandatory */
95255 +       ph->cpu_data.dump_flags = DUMP_REQUEST_FLAG;
95256 +       ph->cpu_data.source_type = DUMP_SOURCE_CPU;
95257 +       ph->cpu_data.source_address = 0;
95258 +       ph->cpu_data.source_length = phyp_dump_info->cpu_state_size;
95259 +       ph->cpu_data.destination_address = addr_offset;
95260 +       addr_offset += phyp_dump_info->cpu_state_size;
95261 +
95262 +       ph->hpte_data.dump_flags = DUMP_REQUEST_FLAG;
95263 +       ph->hpte_data.source_type = DUMP_SOURCE_HPTE;
95264 +       ph->hpte_data.source_address = 0;
95265 +       ph->hpte_data.source_length = phyp_dump_info->hpte_region_size;
95266 +       ph->hpte_data.destination_address = addr_offset;
95267 +       addr_offset += phyp_dump_info->hpte_region_size;
95268 +
95269 +       /* This section describes the low kernel region */
95270 +       ph->kernel_data.dump_flags = DUMP_REQUEST_FLAG;
95271 +       ph->kernel_data.source_type = DUMP_SOURCE_RMO;
95272 +       ph->kernel_data.source_address = PHYP_DUMP_RMR_START;
95273 +       ph->kernel_data.source_length = PHYP_DUMP_RMR_END;
95274 +       ph->kernel_data.destination_address = addr_offset;
95275 +       addr_offset += ph->kernel_data.source_length;
95276 +
95277 +       return addr_offset;
95278 +}
95279 +
95280 +static void print_dump_header(const struct phyp_dump_header *ph)
95281 +{
95282 +#ifdef DEBUG
95283 +       printk(KERN_INFO "dump header:\n");
95284 +       /* setup some ph->sections required */
95285 +       printk(KERN_INFO "version = %d\n", ph->version);
95286 +       printk(KERN_INFO "Sections = %d\n", ph->num_of_sections);
95287 +       printk(KERN_INFO "Status = 0x%x\n", ph->status);
95288 +
95289 +       /* No ph->disk, so all should be set to 0 */
95290 +       printk(KERN_INFO "Offset to first section 0x%x\n",
95291 +               ph->first_offset_section);
95292 +       printk(KERN_INFO "dump disk sections should be zero\n");
95293 +       printk(KERN_INFO "dump disk section = %d\n", ph->dump_disk_section);
95294 +       printk(KERN_INFO "block num = %ld\n", ph->block_num_dd);
95295 +       printk(KERN_INFO "number of blocks = %ld\n", ph->num_of_blocks_dd);
95296 +       printk(KERN_INFO "dump disk offset = %d\n", ph->offset_dd);
95297 +       printk(KERN_INFO "Max auto time= %d\n", ph->maxtime_to_auto);
95298 +
95299 +       /*set cpu state and hpte states as well scratch pad area */
95300 +       printk(KERN_INFO " CPU AREA \n");
95301 +       printk(KERN_INFO "cpu dump_flags =%d\n", ph->cpu_data.dump_flags);
95302 +       printk(KERN_INFO "cpu source_type =%d\n", ph->cpu_data.source_type);
95303 +       printk(KERN_INFO "cpu error_flags =%d\n", ph->cpu_data.error_flags);
95304 +       printk(KERN_INFO "cpu source_address =%lx\n",
95305 +               ph->cpu_data.source_address);
95306 +       printk(KERN_INFO "cpu source_length =%lx\n",
95307 +               ph->cpu_data.source_length);
95308 +       printk(KERN_INFO "cpu length_copied =%lx\n",
95309 +               ph->cpu_data.length_copied);
95310 +
95311 +       printk(KERN_INFO " HPTE AREA \n");
95312 +       printk(KERN_INFO "HPTE dump_flags =%d\n", ph->hpte_data.dump_flags);
95313 +       printk(KERN_INFO "HPTE source_type =%d\n", ph->hpte_data.source_type);
95314 +       printk(KERN_INFO "HPTE error_flags =%d\n", ph->hpte_data.error_flags);
95315 +       printk(KERN_INFO "HPTE source_address =%lx\n",
95316 +               ph->hpte_data.source_address);
95317 +       printk(KERN_INFO "HPTE source_length =%lx\n",
95318 +               ph->hpte_data.source_length);
95319 +       printk(KERN_INFO "HPTE length_copied =%lx\n",
95320 +               ph->hpte_data.length_copied);
95321 +
95322 +       printk(KERN_INFO " SRSD AREA \n");
95323 +       printk(KERN_INFO "SRSD dump_flags =%d\n", ph->kernel_data.dump_flags);
95324 +       printk(KERN_INFO "SRSD source_type =%d\n", ph->kernel_data.source_type);
95325 +       printk(KERN_INFO "SRSD error_flags =%d\n", ph->kernel_data.error_flags);
95326 +       printk(KERN_INFO "SRSD source_address =%lx\n",
95327 +               ph->kernel_data.source_address);
95328 +       printk(KERN_INFO "SRSD source_length =%lx\n",
95329 +               ph->kernel_data.source_length);
95330 +       printk(KERN_INFO "SRSD length_copied =%lx\n",
95331 +               ph->kernel_data.length_copied);
95332 +#endif
95333 +}
95334 +
95335 +static ssize_t show_phyp_dump_active(struct kobject *kobj,
95336 +                       struct kobj_attribute *attr, char *buf)
95337 +{
95338 +
95339 +       /* create filesystem entry so kdump is phyp-dump aware */
95340 +       return sprintf(buf, "%lx\n", phyp_dump_info->phyp_dump_at_boot);
95341 +}
95342 +
95343 +static struct kobj_attribute pdl = __ATTR(phyp_dump_active, 0600,
95344 +                                       show_phyp_dump_active,
95345 +                                       NULL);
95346 +
95347 +static void register_dump_area(struct phyp_dump_header *ph, unsigned long addr)
95348 +{
95349 +       int rc;
95350 +
95351 +       /* Add addr value if not initialized before */
95352 +       if (ph->cpu_data.destination_address == 0) {
95353 +               ph->cpu_data.destination_address += addr;
95354 +               ph->hpte_data.destination_address += addr;
95355 +               ph->kernel_data.destination_address += addr;
95356 +       }
95357 +
95358 +       /* ToDo Invalidate kdump and free memory range. */
95359 +
95360 +       do {
95361 +               rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
95362 +                               1, ph, sizeof(struct phyp_dump_header));
95363 +       } while (rtas_busy_delay(rc));
95364 +
95365 +       if (rc) {
95366 +               printk(KERN_ERR "phyp-dump: unexpected error (%d) on "
95367 +                                               "register\n", rc);
95368 +               print_dump_header(ph);
95369 +               return;
95370 +       }
95371 +
95372 +       rc = sysfs_create_file(kernel_kobj, &pdl.attr);
95373 +       if (rc)
95374 +               printk(KERN_ERR "phyp-dump: unable to create sysfs"
95375 +                               " file (%d)\n", rc);
95376 +}
95377 +
95378 +static
95379 +void invalidate_last_dump(struct phyp_dump_header *ph, unsigned long addr)
95380 +{
95381 +       int rc;
95382 +
95383 +       /* Add addr value if not initialized before */
95384 +       if (ph->cpu_data.destination_address == 0) {
95385 +               ph->cpu_data.destination_address += addr;
95386 +               ph->hpte_data.destination_address += addr;
95387 +               ph->kernel_data.destination_address += addr;
95388 +       }
95389 +
95390 +       do {
95391 +               rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
95392 +                               2, ph, sizeof(struct phyp_dump_header));
95393 +       } while (rtas_busy_delay(rc));
95394 +
95395 +       if (rc) {
95396 +               printk(KERN_ERR "phyp-dump: unexpected error (%d) "
95397 +                                               "on invalidate\n", rc);
95398 +               print_dump_header(ph);
95399 +       }
95400 +}
95401 +
95402 +/* ------------------------------------------------- */
95403 +/**
95404 + * release_memory_range -- release memory previously lmb_reserved
95405 + * @start_pfn: starting physical frame number
95406 + * @nr_pages: number of pages to free.
95407 + *
95408 + * This routine will release memory that had been previously
95409 + * lmb_reserved in early boot. The released memory becomes
95410 + * available for genreal use.
95411 + */
95412 +static void release_memory_range(unsigned long start_pfn,
95413 +                       unsigned long nr_pages)
95414 +{
95415 +       struct page *rpage;
95416 +       unsigned long end_pfn;
95417 +       long i;
95418 +
95419 +       end_pfn = start_pfn + nr_pages;
95420 +
95421 +       for (i = start_pfn; i <= end_pfn; i++) {
95422 +               rpage = pfn_to_page(i);
95423 +               if (PageReserved(rpage)) {
95424 +                       ClearPageReserved(rpage);
95425 +                       init_page_count(rpage);
95426 +                       __free_page(rpage);
95427 +                       totalram_pages++;
95428 +               }
95429 +       }
95430 +}
95431 +
95432 +/**
95433 + * track_freed_range -- Counts the range being freed.
95434 + * Once the counter goes to zero, it re-registers dump for
95435 + * future use.
95436 + */
95437 +static void
95438 +track_freed_range(unsigned long addr, unsigned long length)
95439 +{
95440 +       static unsigned long scratch_area_size, reserved_area_size;
95441 +
95442 +       if (addr < phyp_dump_info->init_reserve_start)
95443 +               return;
95444 +
95445 +       if ((addr >= phyp_dump_info->init_reserve_start) &&
95446 +           (addr <= phyp_dump_info->init_reserve_start +
95447 +            phyp_dump_info->init_reserve_size))
95448 +               reserved_area_size += length;
95449 +
95450 +       if ((addr >= phyp_dump_info->reserved_scratch_addr) &&
95451 +           (addr <= phyp_dump_info->reserved_scratch_addr +
95452 +            phyp_dump_info->reserved_scratch_size))
95453 +               scratch_area_size += length;
95454 +
95455 +       if ((reserved_area_size == phyp_dump_info->init_reserve_size) &&
95456 +           (scratch_area_size == phyp_dump_info->reserved_scratch_size)) {
95457 +
95458 +               invalidate_last_dump(&phdr,
95459 +                               phyp_dump_info->reserved_scratch_addr);
95460 +               register_dump_area(&phdr,
95461 +                               phyp_dump_info->reserved_scratch_addr);
95462 +       }
95463 +}
95464 +
95465 +/* ------------------------------------------------- */
95466 +/**
95467 + * sysfs_release_region -- sysfs interface to release memory range.
95468 + *
95469 + * Usage:
95470 + *   "echo <start addr> <length> > /sys/kernel/release_region"
95471 + *
95472 + * Example:
95473 + *   "echo 0x40000000 0x10000000 > /sys/kernel/release_region"
95474 + *
95475 + * will release 256MB starting at 1GB.
95476 + */
95477 +static ssize_t store_release_region(struct kobject *kobj,
95478 +                               struct kobj_attribute *attr,
95479 +                               const char *buf, size_t count)
95480 +{
95481 +       unsigned long start_addr, length, end_addr;
95482 +       unsigned long start_pfn, nr_pages;
95483 +       ssize_t ret;
95484 +
95485 +       ret = sscanf(buf, "%lx %lx", &start_addr, &length);
95486 +       if (ret != 2)
95487 +               return -EINVAL;
95488 +
95489 +       track_freed_range(start_addr, length);
95490 +
95491 +       /* Range-check - don't free any reserved memory that
95492 +        * wasn't reserved for phyp-dump */
95493 +       if (start_addr < phyp_dump_info->init_reserve_start)
95494 +               start_addr = phyp_dump_info->init_reserve_start;
95495 +
95496 +       end_addr = phyp_dump_info->init_reserve_start +
95497 +                       phyp_dump_info->init_reserve_size;
95498 +       if (start_addr+length > end_addr)
95499 +               length = end_addr - start_addr;
95500 +
95501 +       /* Release the region of memory assed in by user */
95502 +       start_pfn = PFN_DOWN(start_addr);
95503 +       nr_pages = PFN_DOWN(length);
95504 +       release_memory_range(start_pfn, nr_pages);
95505 +
95506 +       return count;
95507 +}
95508 +
95509 +static ssize_t show_release_region(struct kobject *kobj,
95510 +                       struct kobj_attribute *attr, char *buf)
95511 +{
95512 +       u64 second_addr_range;
95513 +
95514 +       /* total reserved size - start of scratch area */
95515 +       second_addr_range = phyp_dump_info->init_reserve_size -
95516 +                               phyp_dump_info->reserved_scratch_size;
95517 +       return sprintf(buf, "CPU:0x%lx-0x%lx: HPTE:0x%lx-0x%lx:"
95518 +                           " DUMP:0x%lx-0x%lx, 0x%lx-0x%lx:\n",
95519 +               phdr.cpu_data.destination_address,
95520 +               phdr.cpu_data.length_copied,
95521 +               phdr.hpte_data.destination_address,
95522 +               phdr.hpte_data.length_copied,
95523 +               phdr.kernel_data.destination_address,
95524 +               phdr.kernel_data.length_copied,
95525 +               phyp_dump_info->init_reserve_start,
95526 +               second_addr_range);
95527 +}
95528 +
95529 +static struct kobj_attribute rr = __ATTR(release_region, 0600,
95530 +                                       show_release_region,
95531 +                                       store_release_region);
95532 +
95533 +static int __init phyp_dump_setup(void)
95534 +{
95535 +       struct device_node *rtas;
95536 +       const struct phyp_dump_header *dump_header = NULL;
95537 +       unsigned long dump_area_start;
95538 +       unsigned long dump_area_length;
95539 +       int header_len = 0;
95540 +       int rc;
95541 +
95542 +       /* If no memory was reserved in early boot, there is nothing to do */
95543 +       if (phyp_dump_info->init_reserve_size == 0)
95544 +               return 0;
95545 +
95546 +       /* Return if phyp dump not supported */
95547 +       if (!phyp_dump_info->phyp_dump_configured)
95548 +               return -ENOSYS;
95549 +
95550 +       /* Is there dump data waiting for us? If there isn't,
95551 +        * then register a new dump area, and release all of
95552 +        * the rest of the reserved ram.
95553 +        *
95554 +        * The /rtas/ibm,kernel-dump rtas node is present only
95555 +        * if there is dump data waiting for us.
95556 +        */
95557 +       rtas = of_find_node_by_path("/rtas");
95558 +       if (rtas) {
95559 +               dump_header = of_get_property(rtas, "ibm,kernel-dump",
95560 +                                               &header_len);
95561 +               of_node_put(rtas);
95562 +       }
95563 +
95564 +       print_dump_header(dump_header);
95565 +       dump_area_length = init_dump_header(&phdr);
95566 +       /* align down */
95567 +       dump_area_start = phyp_dump_info->init_reserve_start & PAGE_MASK;
95568 +
95569 +       if (dump_header == NULL) {
95570 +               register_dump_area(&phdr, dump_area_start);
95571 +               return 0;
95572 +       }
95573 +
95574 +       /* re-register the dump area, if old dump was invalid */
95575 +       if ((dump_header) && (dump_header->status & DUMP_ERROR_FLAG)) {
95576 +               invalidate_last_dump(&phdr, dump_area_start);
95577 +               register_dump_area(&phdr, dump_area_start);
95578 +               return 0;
95579 +       }
95580 +
95581 +       if (dump_header) {
95582 +               phyp_dump_info->reserved_scratch_addr =
95583 +                               dump_header->cpu_data.destination_address;
95584 +               phyp_dump_info->reserved_scratch_size =
95585 +                               dump_header->cpu_data.source_length +
95586 +                               dump_header->hpte_data.source_length +
95587 +                               dump_header->kernel_data.source_length;
95588 +       }
95589 +
95590 +       /* Should we create a dump_subsys, analogous to s390/ipl.c ? */
95591 +       rc = sysfs_create_file(kernel_kobj, &rr.attr);
95592 +       if (rc)
95593 +               printk(KERN_ERR "phyp-dump: unable to create sysfs file (%d)\n",
95594 +                                                                       rc);
95595 +
95596 +       /* ToDo: re-register the dump area, for next time. */
95597 +       return 0;
95598 +}
95599 +machine_subsys_initcall(pseries, phyp_dump_setup);
95600 +
95601 +int __init early_init_dt_scan_phyp_dump(unsigned long node,
95602 +               const char *uname, int depth, void *data)
95603 +{
95604 +       const unsigned int *sizes;
95605 +
95606 +       phyp_dump_info->phyp_dump_configured = 0;
95607 +       phyp_dump_info->phyp_dump_is_active = 0;
95608 +
95609 +       if (depth != 1 || strcmp(uname, "rtas") != 0)
95610 +               return 0;
95611 +
95612 +       if (of_get_flat_dt_prop(node, "ibm,configure-kernel-dump", NULL))
95613 +               phyp_dump_info->phyp_dump_configured++;
95614 +
95615 +       if (of_get_flat_dt_prop(node, "ibm,dump-kernel", NULL))
95616 +               phyp_dump_info->phyp_dump_is_active++;
95617 +
95618 +       sizes = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes",
95619 +                                   NULL);
95620 +       if (!sizes)
95621 +               return 0;
95622 +
95623 +       if (sizes[0] == 1)
95624 +               phyp_dump_info->cpu_state_size = *((unsigned long *)&sizes[1]);
95625 +
95626 +       if (sizes[3] == 2)
95627 +               phyp_dump_info->hpte_region_size =
95628 +                                               *((unsigned long *)&sizes[4]);
95629 +       return 1;
95630 +}
95631 +
95632 +/* Look for phyp_dump= cmdline option */
95633 +static int __init early_phyp_dump_enabled(char *p)
95634 +{
95635 +       phyp_dump_info->phyp_dump_at_boot = 1;
95636 +
95637 +        if (!p)
95638 +                return 0;
95639 +
95640 +        if (strncmp(p, "1", 1) == 0)
95641 +               phyp_dump_info->phyp_dump_at_boot = 1;
95642 +        else if (strncmp(p, "0", 1) == 0)
95643 +               phyp_dump_info->phyp_dump_at_boot = 0;
95644 +
95645 +        return 0;
95646 +}
95647 +early_param("phyp_dump", early_phyp_dump_enabled);
95648 +
95649 +/* Look for phyp_dump_reserve_size= cmdline option */
95650 +static int __init early_phyp_dump_reserve_size(char *p)
95651 +{
95652 +        if (p)
95653 +               phyp_dump_info->reserve_bootvar = memparse(p, &p);
95654 +
95655 +        return 0;
95656 +}
95657 +early_param("phyp_dump_reserve_size", early_phyp_dump_reserve_size);
95658 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/pseries.h powerpc.git/arch/powerpc/platforms/pseries/pseries.h
95659 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/pseries.h   2008-04-11 22:32:29.000000000 +0200
95660 +++ powerpc.git/arch/powerpc/platforms/pseries/pseries.h        2008-04-19 16:40:52.000000000 +0200
95661 @@ -38,4 +38,6 @@
95662  /* Poweron flag used for enabling auto ups restart */
95663  extern unsigned long rtas_poweron_auto;
95664  
95665 +extern void find_udbg_vterm(void);
95666 +
95667  #endif /* _PSERIES_PSERIES_H */
95668 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/reconfig.c powerpc.git/arch/powerpc/platforms/pseries/reconfig.c
95669 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/reconfig.c  2008-04-11 22:32:29.000000000 +0200
95670 +++ powerpc.git/arch/powerpc/platforms/pseries/reconfig.c       2008-04-19 16:40:52.000000000 +0200
95671 @@ -222,14 +222,14 @@
95672         tmp = strchr(buf, ' ');
95673         if (!tmp) {
95674                 printk(KERN_ERR "property parse failed in %s at line %d\n",
95675 -                      __FUNCTION__, __LINE__);
95676 +                      __func__, __LINE__);
95677                 return NULL;
95678         }
95679         *tmp = '\0';
95680  
95681         if (++tmp >= end) {
95682                 printk(KERN_ERR "property parse failed in %s at line %d\n",
95683 -                      __FUNCTION__, __LINE__);
95684 +                      __func__, __LINE__);
95685                 return NULL;
95686         }
95687  
95688 @@ -238,12 +238,12 @@
95689         *length = simple_strtoul(tmp, &tmp, 10);
95690         if (*length == -1) {
95691                 printk(KERN_ERR "property parse failed in %s at line %d\n",
95692 -                      __FUNCTION__, __LINE__);
95693 +                      __func__, __LINE__);
95694                 return NULL;
95695         }
95696         if (*tmp != ' ' || ++tmp >= end) {
95697                 printk(KERN_ERR "property parse failed in %s at line %d\n",
95698 -                      __FUNCTION__, __LINE__);
95699 +                      __func__, __LINE__);
95700                 return NULL;
95701         }
95702  
95703 @@ -252,12 +252,12 @@
95704         tmp += *length;
95705         if (tmp > end) {
95706                 printk(KERN_ERR "property parse failed in %s at line %d\n",
95707 -                      __FUNCTION__, __LINE__);
95708 +                      __func__, __LINE__);
95709                 return NULL;
95710         }
95711         else if (tmp < end && *tmp != ' ' && *tmp != '\0') {
95712                 printk(KERN_ERR "property parse failed in %s at line %d\n",
95713 -                      __FUNCTION__, __LINE__);
95714 +                      __func__, __LINE__);
95715                 return NULL;
95716         }
95717         tmp++;
95718 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/scanlog.c powerpc.git/arch/powerpc/platforms/pseries/scanlog.c
95719 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/scanlog.c   2008-04-11 22:32:29.000000000 +0200
95720 +++ powerpc.git/arch/powerpc/platforms/pseries/scanlog.c        2008-04-19 16:40:52.000000000 +0200
95721 @@ -195,31 +195,30 @@
95722  static int __init scanlog_init(void)
95723  {
95724         struct proc_dir_entry *ent;
95725 +       void *data;
95726 +       int err = -ENOMEM;
95727  
95728         ibm_scan_log_dump = rtas_token("ibm,scan-log-dump");
95729 -       if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE) {
95730 -               printk(KERN_ERR "scan-log-dump not implemented on this system\n");
95731 -               return -EIO;
95732 -       }
95733 +       if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE)
95734 +               return -ENODEV;
95735  
95736 -        ent = create_proc_entry("ppc64/rtas/scan-log-dump",  S_IRUSR, NULL);
95737 -       if (ent) {
95738 -               ent->proc_fops = &scanlog_fops;
95739 -               /* Ideally we could allocate a buffer < 4G */
95740 -               ent->data = kmalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
95741 -               if (!ent->data) {
95742 -                       printk(KERN_ERR "Failed to allocate a buffer\n");
95743 -                       remove_proc_entry("scan-log-dump", ent->parent);
95744 -                       return -ENOMEM;
95745 -               }
95746 -               ((unsigned int *)ent->data)[0] = 0;
95747 -       } else {
95748 -               printk(KERN_ERR "Failed to create ppc64/scan-log-dump proc entry\n");
95749 -               return -EIO;
95750 -       }
95751 +       /* Ideally we could allocate a buffer < 4G */
95752 +       data = kzalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
95753 +       if (!data)
95754 +               goto err;
95755 +
95756 +       ent = proc_create("ppc64/rtas/scan-log-dump", S_IRUSR, NULL,
95757 +                         &scanlog_fops);
95758 +       if (!ent)
95759 +               goto err;
95760 +
95761 +       ent->data = data;
95762         proc_ppc64_scan_log_dump = ent;
95763  
95764         return 0;
95765 +err:
95766 +       kfree(data);
95767 +       return err;
95768  }
95769  
95770  static void __exit scanlog_cleanup(void)
95771 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/setup.c powerpc.git/arch/powerpc/platforms/pseries/setup.c
95772 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/setup.c     2008-04-11 22:32:29.000000000 +0200
95773 +++ powerpc.git/arch/powerpc/platforms/pseries/setup.c  2008-04-19 16:40:52.000000000 +0200
95774 @@ -76,9 +76,6 @@
95775  #define DBG(fmt...)
95776  #endif
95777  
95778 -/* move those away to a .h */
95779 -extern void find_udbg_vterm(void);
95780 -
95781  int fwnmi_active;  /* TRUE if an FWNMI handler is present */
95782  
95783  static void pseries_shared_idle_sleep(void);
95784 @@ -127,14 +124,60 @@
95785         desc->chip->eoi(irq);
95786  }
95787  
95788 -static void __init pseries_mpic_init_IRQ(void)
95789 +static void __init pseries_setup_i8259_cascade(void)
95790  {
95791 -       struct device_node *np, *old, *cascade = NULL;
95792 -        const unsigned int *addrp;
95793 +       struct device_node *np, *old, *found = NULL;
95794 +       unsigned int cascade;
95795 +       const u32 *addrp;
95796         unsigned long intack = 0;
95797 +       int naddr;
95798 +
95799 +       for_each_node_by_type(np, "interrupt-controller") {
95800 +               if (of_device_is_compatible(np, "chrp,iic")) {
95801 +                       found = np;
95802 +                       break;
95803 +               }
95804 +       }
95805 +
95806 +       if (found == NULL) {
95807 +               printk(KERN_DEBUG "pic: no ISA interrupt controller\n");
95808 +               return;
95809 +       }
95810 +
95811 +       cascade = irq_of_parse_and_map(found, 0);
95812 +       if (cascade == NO_IRQ) {
95813 +               printk(KERN_ERR "pic: failed to map cascade interrupt");
95814 +               return;
95815 +       }
95816 +       pr_debug("pic: cascade mapped to irq %d\n", cascade);
95817 +
95818 +       for (old = of_node_get(found); old != NULL ; old = np) {
95819 +               np = of_get_parent(old);
95820 +               of_node_put(old);
95821 +               if (np == NULL)
95822 +                       break;
95823 +               if (strcmp(np->name, "pci") != 0)
95824 +                       continue;
95825 +               addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
95826 +               if (addrp == NULL)
95827 +                       continue;
95828 +               naddr = of_n_addr_cells(np);
95829 +               intack = addrp[naddr-1];
95830 +               if (naddr > 1)
95831 +                       intack |= ((unsigned long)addrp[naddr-2]) << 32;
95832 +       }
95833 +       if (intack)
95834 +               printk(KERN_DEBUG "pic: PCI 8259 intack at 0x%016lx\n", intack);
95835 +       i8259_init(found, intack);
95836 +       of_node_put(found);
95837 +       set_irq_chained_handler(cascade, pseries_8259_cascade);
95838 +}
95839 +
95840 +static void __init pseries_mpic_init_IRQ(void)
95841 +{
95842 +       struct device_node *np;
95843         const unsigned int *opprop;
95844         unsigned long openpic_addr = 0;
95845 -       unsigned int cascade_irq;
95846         int naddr, n, i, opplen;
95847         struct mpic *mpic;
95848  
95849 @@ -167,43 +210,13 @@
95850         mpic_init(mpic);
95851  
95852         /* Look for cascade */
95853 -       for_each_node_by_type(np, "interrupt-controller")
95854 -               if (of_device_is_compatible(np, "chrp,iic")) {
95855 -                       cascade = np;
95856 -                       break;
95857 -               }
95858 -       if (cascade == NULL)
95859 -               return;
95860 -
95861 -       cascade_irq = irq_of_parse_and_map(cascade, 0);
95862 -       if (cascade_irq == NO_IRQ) {
95863 -               printk(KERN_ERR "mpic: failed to map cascade interrupt");
95864 -               return;
95865 -       }
95866 +       pseries_setup_i8259_cascade();
95867 +}
95868  
95869 -       /* Check ACK type */
95870 -       for (old = of_node_get(cascade); old != NULL ; old = np) {
95871 -               np = of_get_parent(old);
95872 -               of_node_put(old);
95873 -               if (np == NULL)
95874 -                       break;
95875 -               if (strcmp(np->name, "pci") != 0)
95876 -                       continue;
95877 -               addrp = of_get_property(np, "8259-interrupt-acknowledge",
95878 -                                           NULL);
95879 -               if (addrp == NULL)
95880 -                       continue;
95881 -               naddr = of_n_addr_cells(np);
95882 -               intack = addrp[naddr-1];
95883 -               if (naddr > 1)
95884 -                       intack |= ((unsigned long)addrp[naddr-2]) << 32;
95885 -       }
95886 -       if (intack)
95887 -               printk(KERN_DEBUG "mpic: PCI 8259 intack at 0x%016lx\n",
95888 -                      intack);
95889 -       i8259_init(cascade, intack);
95890 -       of_node_put(cascade);
95891 -       set_irq_chained_handler(cascade_irq, pseries_8259_cascade);
95892 +static void __init pseries_xics_init_IRQ(void)
95893 +{
95894 +       xics_init_IRQ();
95895 +       pseries_setup_i8259_cascade();
95896  }
95897  
95898  static void pseries_lpar_enable_pmcs(void)
95899 @@ -235,7 +248,7 @@
95900                         smp_init_pseries_mpic();
95901                         return;
95902                 } else if (strstr(typep, "ppc-xicp")) {
95903 -                       ppc_md.init_IRQ       = xics_init_IRQ;
95904 +                       ppc_md.init_IRQ       = pseries_xics_init_IRQ;
95905                         setup_kexec_cpu_down_xics();
95906                         smp_init_pseries_xics();
95907                         return;
95908 @@ -393,6 +406,7 @@
95909  { 
95910         unsigned int cpu = smp_processor_id();
95911         unsigned long start_snooze;
95912 +       unsigned long in_purr, out_purr;
95913  
95914         /*
95915          * Indicate to the HV that we are idle. Now would be
95916 @@ -400,6 +414,7 @@
95917          */
95918         get_lppaca()->idle = 1;
95919         get_lppaca()->donate_dedicated_cpu = 1;
95920 +       in_purr = mfspr(SPRN_PURR);
95921  
95922         /*
95923          * We come in with interrupts disabled, and need_resched()
95924 @@ -432,6 +447,8 @@
95925  
95926  out:
95927         HMT_medium();
95928 +       out_purr = mfspr(SPRN_PURR);
95929 +       get_lppaca()->wait_state_cycles += out_purr - in_purr;
95930         get_lppaca()->donate_dedicated_cpu = 0;
95931         get_lppaca()->idle = 0;
95932  }
95933 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.c powerpc.git/arch/powerpc/platforms/pseries/xics.c
95934 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.c      2008-04-11 22:32:29.000000000 +0200
95935 +++ powerpc.git/arch/powerpc/platforms/pseries/xics.c   2008-04-19 16:40:52.000000000 +0200
95936 @@ -516,6 +516,8 @@
95937         .set_affinity = xics_set_affinity
95938  };
95939  
95940 +/* Points to the irq_chip we're actually using */
95941 +static struct irq_chip *xics_irq_chip;
95942  
95943  static int xics_host_match(struct irq_host *h, struct device_node *node)
95944  {
95945 @@ -526,23 +528,13 @@
95946         return !of_device_is_compatible(node, "chrp,iic");
95947  }
95948  
95949 -static int xics_host_map_direct(struct irq_host *h, unsigned int virq,
95950 -                               irq_hw_number_t hw)
95951 +static int xics_host_map(struct irq_host *h, unsigned int virq,
95952 +                        irq_hw_number_t hw)
95953  {
95954 -       pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95955 +       pr_debug("xics: map virq %d, hwirq 0x%lx\n", virq, hw);
95956  
95957         get_irq_desc(virq)->status |= IRQ_LEVEL;
95958 -       set_irq_chip_and_handler(virq, &xics_pic_direct, handle_fasteoi_irq);
95959 -       return 0;
95960 -}
95961 -
95962 -static int xics_host_map_lpar(struct irq_host *h, unsigned int virq,
95963 -                             irq_hw_number_t hw)
95964 -{
95965 -       pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95966 -
95967 -       get_irq_desc(virq)->status |= IRQ_LEVEL;
95968 -       set_irq_chip_and_handler(virq, &xics_pic_lpar, handle_fasteoi_irq);
95969 +       set_irq_chip_and_handler(virq, xics_irq_chip, handle_fasteoi_irq);
95970         return 0;
95971  }
95972  
95973 @@ -561,27 +553,20 @@
95974         return 0;
95975  }
95976  
95977 -static struct irq_host_ops xics_host_direct_ops = {
95978 -       .match = xics_host_match,
95979 -       .map = xics_host_map_direct,
95980 -       .xlate = xics_host_xlate,
95981 -};
95982 -
95983 -static struct irq_host_ops xics_host_lpar_ops = {
95984 +static struct irq_host_ops xics_host_ops = {
95985         .match = xics_host_match,
95986 -       .map = xics_host_map_lpar,
95987 +       .map = xics_host_map,
95988         .xlate = xics_host_xlate,
95989  };
95990  
95991  static void __init xics_init_host(void)
95992  {
95993 -       struct irq_host_ops *ops;
95994 -
95995         if (firmware_has_feature(FW_FEATURE_LPAR))
95996 -               ops = &xics_host_lpar_ops;
95997 +               xics_irq_chip = &xics_pic_lpar;
95998         else
95999 -               ops = &xics_host_direct_ops;
96000 -       xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, ops,
96001 +               xics_irq_chip = &xics_pic_direct;
96002 +
96003 +       xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, &xics_host_ops,
96004                                    XICS_IRQ_SPURIOUS);
96005         BUG_ON(xics_host == NULL);
96006         irq_set_default_host(xics_host);
96007 @@ -655,52 +640,6 @@
96008         }
96009  }
96010  
96011 -
96012 -static void __init xics_setup_8259_cascade(void)
96013 -{
96014 -       struct device_node *np, *old, *found = NULL;
96015 -       int cascade, naddr;
96016 -       const u32 *addrp;
96017 -       unsigned long intack = 0;
96018 -
96019 -       for_each_node_by_type(np, "interrupt-controller")
96020 -               if (of_device_is_compatible(np, "chrp,iic")) {
96021 -                       found = np;
96022 -                       break;
96023 -               }
96024 -       if (found == NULL) {
96025 -               printk(KERN_DEBUG "xics: no ISA interrupt controller\n");
96026 -               return;
96027 -       }
96028 -       cascade = irq_of_parse_and_map(found, 0);
96029 -       if (cascade == NO_IRQ) {
96030 -               printk(KERN_ERR "xics: failed to map cascade interrupt");
96031 -               return;
96032 -       }
96033 -       pr_debug("xics: cascade mapped to irq %d\n", cascade);
96034 -
96035 -       for (old = of_node_get(found); old != NULL ; old = np) {
96036 -               np = of_get_parent(old);
96037 -               of_node_put(old);
96038 -               if (np == NULL)
96039 -                       break;
96040 -               if (strcmp(np->name, "pci") != 0)
96041 -                       continue;
96042 -               addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
96043 -               if (addrp == NULL)
96044 -                       continue;
96045 -               naddr = of_n_addr_cells(np);
96046 -               intack = addrp[naddr-1];
96047 -               if (naddr > 1)
96048 -                       intack |= ((unsigned long)addrp[naddr-2]) << 32;
96049 -       }
96050 -       if (intack)
96051 -               printk(KERN_DEBUG "xics: PCI 8259 intack at 0x%016lx\n", intack);
96052 -       i8259_init(found, intack);
96053 -       of_node_put(found);
96054 -       set_irq_chained_handler(cascade, pseries_8259_cascade);
96055 -}
96056 -
96057  void __init xics_init_IRQ(void)
96058  {
96059         struct device_node *np;
96060 @@ -733,8 +672,6 @@
96061  
96062         xics_setup_cpu();
96063  
96064 -       xics_setup_8259_cascade();
96065 -
96066         ppc64_boot_msg(0x21, "XICS Done");
96067  }
96068  
96069 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.h powerpc.git/arch/powerpc/platforms/pseries/xics.h
96070 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.h      2008-04-11 22:32:29.000000000 +0200
96071 +++ powerpc.git/arch/powerpc/platforms/pseries/xics.h   2008-04-19 16:40:52.000000000 +0200
96072 @@ -28,7 +28,4 @@
96073  
96074  extern struct xics_ipi_struct xics_ipi_message[NR_CPUS] __cacheline_aligned;
96075  
96076 -struct irq_desc;
96077 -extern void pseries_8259_cascade(unsigned int irq, struct irq_desc *desc);
96078 -
96079  #endif /* _POWERPC_KERNEL_XICS_H */
96080 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/Makefile powerpc.git/arch/powerpc/sysdev/Makefile
96081 --- linux-2.6.25-rc9/arch/powerpc/sysdev/Makefile       2008-04-11 22:32:29.000000000 +0200
96082 +++ powerpc.git/arch/powerpc/sysdev/Makefile    2008-04-19 16:40:52.000000000 +0200
96083 @@ -12,6 +12,7 @@
96084  obj-$(CONFIG_MMIO_NVRAM)       += mmio_nvram.o
96085  obj-$(CONFIG_FSL_SOC)          += fsl_soc.o
96086  obj-$(CONFIG_FSL_PCI)          += fsl_pci.o
96087 +obj-$(CONFIG_FSL_LBC)          += fsl_lbc.o
96088  obj-$(CONFIG_RAPIDIO)          += fsl_rio.o
96089  obj-$(CONFIG_TSI108_BRIDGE)    += tsi108_pci.o tsi108_dev.o
96090  obj-$(CONFIG_QUICC_ENGINE)     += qe_lib/
96091 @@ -27,6 +28,7 @@
96092  obj-$(CONFIG_PPC_I8259)                += i8259.o
96093  obj-$(CONFIG_IPIC)             += ipic.o
96094  obj-$(CONFIG_4xx)              += uic.o
96095 +obj-$(CONFIG_4xx_SOC)          += ppc4xx_soc.o
96096  obj-$(CONFIG_XILINX_VIRTEX)    += xilinx_intc.o
96097  obj-$(CONFIG_OF_RTC)           += of_rtc.o
96098  ifeq ($(CONFIG_PCI),y)
96099 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/cpm1.c powerpc.git/arch/powerpc/sysdev/cpm1.c
96100 --- linux-2.6.25-rc9/arch/powerpc/sysdev/cpm1.c 2008-04-11 22:32:29.000000000 +0200
96101 +++ powerpc.git/arch/powerpc/sysdev/cpm1.c      2008-04-19 16:40:52.000000000 +0200
96102 @@ -44,9 +44,6 @@
96103  
96104  #define CPM_MAP_SIZE    (0x4000)
96105  
96106 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
96107 -static void m8xx_cpm_dpinit(void);
96108 -#endif
96109  cpm8xx_t __iomem *cpmp;  /* Pointer to comm processor space */
96110  immap_t __iomem *mpc8xx_immr;
96111  static cpic8xx_t __iomem *cpic_reg;
96112 @@ -229,12 +226,7 @@
96113         out_be32(&siu_conf->sc_sdcr, 1);
96114         immr_unmap(siu_conf);
96115  
96116 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
96117         cpm_muram_init();
96118 -#else
96119 -       /* Reclaim the DP memory for our use. */
96120 -       m8xx_cpm_dpinit();
96121 -#endif
96122  }
96123  
96124  static DEFINE_SPINLOCK(cmd_lock);
96125 @@ -257,7 +249,7 @@
96126                 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
96127                         goto out;
96128  
96129 -       printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
96130 +       printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
96131         ret = -EIO;
96132  out:
96133         spin_unlock_irqrestore(&cmd_lock, flags);
96134 @@ -293,110 +285,6 @@
96135                               CPM_BRG_EN | CPM_BRG_DIV16);
96136  }
96137  
96138 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
96139 -/*
96140 - * dpalloc / dpfree bits.
96141 - */
96142 -static spinlock_t cpm_dpmem_lock;
96143 -/*
96144 - * 16 blocks should be enough to satisfy all requests
96145 - * until the memory subsystem goes up...
96146 - */
96147 -static rh_block_t cpm_boot_dpmem_rh_block[16];
96148 -static rh_info_t cpm_dpmem_info;
96149 -
96150 -#define CPM_DPMEM_ALIGNMENT    8
96151 -static u8 __iomem *dpram_vbase;
96152 -static phys_addr_t dpram_pbase;
96153 -
96154 -static void m8xx_cpm_dpinit(void)
96155 -{
96156 -       spin_lock_init(&cpm_dpmem_lock);
96157 -
96158 -       dpram_vbase = cpmp->cp_dpmem;
96159 -       dpram_pbase = get_immrbase() + offsetof(immap_t, im_cpm.cp_dpmem);
96160 -
96161 -       /* Initialize the info header */
96162 -       rh_init(&cpm_dpmem_info, CPM_DPMEM_ALIGNMENT,
96163 -                       sizeof(cpm_boot_dpmem_rh_block) /
96164 -                       sizeof(cpm_boot_dpmem_rh_block[0]),
96165 -                       cpm_boot_dpmem_rh_block);
96166 -
96167 -       /*
96168 -        * Attach the usable dpmem area.
96169 -        * XXX: This is actually crap.  CPM_DATAONLY_BASE and
96170 -        * CPM_DATAONLY_SIZE are a subset of the available dparm.  It varies
96171 -        * with the processor and the microcode patches applied / activated.
96172 -        * But the following should be at least safe.
96173 -        */
96174 -       rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
96175 -}
96176 -
96177 -/*
96178 - * Allocate the requested size worth of DP memory.
96179 - * This function returns an offset into the DPRAM area.
96180 - * Use cpm_dpram_addr() to get the virtual address of the area.
96181 - */
96182 -unsigned long cpm_dpalloc(uint size, uint align)
96183 -{
96184 -       unsigned long start;
96185 -       unsigned long flags;
96186 -
96187 -       spin_lock_irqsave(&cpm_dpmem_lock, flags);
96188 -       cpm_dpmem_info.alignment = align;
96189 -       start = rh_alloc(&cpm_dpmem_info, size, "commproc");
96190 -       spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
96191 -
96192 -       return (uint)start;
96193 -}
96194 -EXPORT_SYMBOL(cpm_dpalloc);
96195 -
96196 -int cpm_dpfree(unsigned long offset)
96197 -{
96198 -       int ret;
96199 -       unsigned long flags;
96200 -
96201 -       spin_lock_irqsave(&cpm_dpmem_lock, flags);
96202 -       ret = rh_free(&cpm_dpmem_info, offset);
96203 -       spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
96204 -
96205 -       return ret;
96206 -}
96207 -EXPORT_SYMBOL(cpm_dpfree);
96208 -
96209 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
96210 -{
96211 -       unsigned long start;
96212 -       unsigned long flags;
96213 -
96214 -       spin_lock_irqsave(&cpm_dpmem_lock, flags);
96215 -       cpm_dpmem_info.alignment = align;
96216 -       start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
96217 -       spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
96218 -
96219 -       return start;
96220 -}
96221 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
96222 -
96223 -void cpm_dpdump(void)
96224 -{
96225 -       rh_dump(&cpm_dpmem_info);
96226 -}
96227 -EXPORT_SYMBOL(cpm_dpdump);
96228 -
96229 -void *cpm_dpram_addr(unsigned long offset)
96230 -{
96231 -       return (void *)(dpram_vbase + offset);
96232 -}
96233 -EXPORT_SYMBOL(cpm_dpram_addr);
96234 -
96235 -uint cpm_dpram_phys(u8 *addr)
96236 -{
96237 -       return (dpram_pbase + (uint)(addr - dpram_vbase));
96238 -}
96239 -EXPORT_SYMBOL(cpm_dpram_phys);
96240 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
96241 -
96242  struct cpm_ioport16 {
96243         __be16 dir, par, odr_sor, dat, intr;
96244         __be16 res[3];
96245 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/cpm2.c powerpc.git/arch/powerpc/sysdev/cpm2.c
96246 --- linux-2.6.25-rc9/arch/powerpc/sysdev/cpm2.c 2008-04-11 22:32:29.000000000 +0200
96247 +++ powerpc.git/arch/powerpc/sysdev/cpm2.c      2008-04-19 16:40:52.000000000 +0200
96248 @@ -46,10 +46,6 @@
96249  
96250  #include <sysdev/fsl_soc.h>
96251  
96252 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
96253 -static void cpm2_dpinit(void);
96254 -#endif
96255 -
96256  cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */
96257  
96258  /* We allocate this here because it is used almost exclusively for
96259 @@ -71,15 +67,17 @@
96260  
96261         /* Reclaim the DP memory for our use.
96262          */
96263 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
96264         cpm_muram_init();
96265 -#else
96266 -       cpm2_dpinit();
96267 -#endif
96268  
96269         /* Tell everyone where the comm processor resides.
96270          */
96271         cpmp = &cpm2_immr->im_cpm;
96272 +
96273 +#ifndef CONFIG_PPC_EARLY_DEBUG_CPM
96274 +       /* Reset the CPM.
96275 +        */
96276 +       cpm_command(CPM_CR_RST, 0);
96277 +#endif
96278  }
96279  
96280  static DEFINE_SPINLOCK(cmd_lock);
96281 @@ -99,7 +97,7 @@
96282                 if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
96283                         goto out;
96284  
96285 -       printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
96286 +       printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
96287         ret = -EIO;
96288  out:
96289         spin_unlock_irqrestore(&cmd_lock, flags);
96290 @@ -347,95 +345,6 @@
96291         return ret;
96292  }
96293  
96294 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
96295 -/*
96296 - * dpalloc / dpfree bits.
96297 - */
96298 -static spinlock_t cpm_dpmem_lock;
96299 -/* 16 blocks should be enough to satisfy all requests
96300 - * until the memory subsystem goes up... */
96301 -static rh_block_t cpm_boot_dpmem_rh_block[16];
96302 -static rh_info_t cpm_dpmem_info;
96303 -static u8 __iomem *im_dprambase;
96304 -
96305 -static void cpm2_dpinit(void)
96306 -{
96307 -       spin_lock_init(&cpm_dpmem_lock);
96308 -
96309 -       /* initialize the info header */
96310 -       rh_init(&cpm_dpmem_info, 1,
96311 -                       sizeof(cpm_boot_dpmem_rh_block) /
96312 -                       sizeof(cpm_boot_dpmem_rh_block[0]),
96313 -                       cpm_boot_dpmem_rh_block);
96314 -
96315 -       im_dprambase = cpm2_immr;
96316 -
96317 -       /* Attach the usable dpmem area */
96318 -       /* XXX: This is actually crap. CPM_DATAONLY_BASE and
96319 -        * CPM_DATAONLY_SIZE is only a subset of the available dpram. It
96320 -        * varies with the processor and the microcode patches activated.
96321 -        * But the following should be at least safe.
96322 -        */
96323 -       rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
96324 -}
96325 -
96326 -/* This function returns an index into the DPRAM area.
96327 - */
96328 -unsigned long cpm_dpalloc(uint size, uint align)
96329 -{
96330 -       unsigned long start;
96331 -       unsigned long flags;
96332 -
96333 -       spin_lock_irqsave(&cpm_dpmem_lock, flags);
96334 -       cpm_dpmem_info.alignment = align;
96335 -       start = rh_alloc(&cpm_dpmem_info, size, "commproc");
96336 -       spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
96337 -
96338 -       return (uint)start;
96339 -}
96340 -EXPORT_SYMBOL(cpm_dpalloc);
96341 -
96342 -int cpm_dpfree(unsigned long offset)
96343 -{
96344 -       int ret;
96345 -       unsigned long flags;
96346 -
96347 -       spin_lock_irqsave(&cpm_dpmem_lock, flags);
96348 -       ret = rh_free(&cpm_dpmem_info, offset);
96349 -       spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
96350 -
96351 -       return ret;
96352 -}
96353 -EXPORT_SYMBOL(cpm_dpfree);
96354 -
96355 -/* not sure if this is ever needed */
96356 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
96357 -{
96358 -       unsigned long start;
96359 -       unsigned long flags;
96360 -
96361 -       spin_lock_irqsave(&cpm_dpmem_lock, flags);
96362 -       cpm_dpmem_info.alignment = align;
96363 -       start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
96364 -       spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
96365 -
96366 -       return start;
96367 -}
96368 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
96369 -
96370 -void cpm_dpdump(void)
96371 -{
96372 -       rh_dump(&cpm_dpmem_info);
96373 -}
96374 -EXPORT_SYMBOL(cpm_dpdump);
96375 -
96376 -void *cpm_dpram_addr(unsigned long offset)
96377 -{
96378 -       return (void *)(im_dprambase + offset);
96379 -}
96380 -EXPORT_SYMBOL(cpm_dpram_addr);
96381 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
96382 -
96383  struct cpm2_ioports {
96384         u32 dir, par, sor, odr, dat;
96385         u32 res[3];
96386 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/cpm_common.c powerpc.git/arch/powerpc/sysdev/cpm_common.c
96387 --- linux-2.6.25-rc9/arch/powerpc/sysdev/cpm_common.c   2008-04-11 22:32:29.000000000 +0200
96388 +++ powerpc.git/arch/powerpc/sysdev/cpm_common.c        2008-04-19 16:40:52.000000000 +0200
96389 @@ -58,7 +58,6 @@
96390  }
96391  #endif
96392  
96393 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
96394  static spinlock_t cpm_muram_lock;
96395  static rh_block_t cpm_boot_muram_rh_block[16];
96396  static rh_info_t cpm_muram_info;
96397 @@ -199,5 +198,3 @@
96398         return muram_pbase + ((u8 __iomem *)addr - muram_vbase);
96399  }
96400  EXPORT_SYMBOL(cpm_muram_dma);
96401 -
96402 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
96403 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/dart_iommu.c powerpc.git/arch/powerpc/sysdev/dart_iommu.c
96404 --- linux-2.6.25-rc9/arch/powerpc/sysdev/dart_iommu.c   2008-04-11 22:32:29.000000000 +0200
96405 +++ powerpc.git/arch/powerpc/sysdev/dart_iommu.c        2008-03-17 14:03:32.000000000 +0100
96406 @@ -37,6 +37,7 @@
96407  #include <linux/dma-mapping.h>
96408  #include <linux/vmalloc.h>
96409  #include <linux/suspend.h>
96410 +#include <linux/lmb.h>
96411  #include <asm/io.h>
96412  #include <asm/prom.h>
96413  #include <asm/iommu.h>
96414 @@ -44,7 +45,6 @@
96415  #include <asm/machdep.h>
96416  #include <asm/abs_addr.h>
96417  #include <asm/cacheflush.h>
96418 -#include <asm/lmb.h>
96419  #include <asm/ppc-pci.h>
96420  
96421  #include "dart.h"
96422 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_lbc.c powerpc.git/arch/powerpc/sysdev/fsl_lbc.c
96423 --- linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_lbc.c      1970-01-01 01:00:00.000000000 +0100
96424 +++ powerpc.git/arch/powerpc/sysdev/fsl_lbc.c   2008-04-19 16:40:52.000000000 +0200
96425 @@ -0,0 +1,129 @@
96426 +/*
96427 + * Freescale LBC and UPM routines.
96428 + *
96429 + * Copyright (c) 2007-2008  MontaVista Software, Inc.
96430 + *
96431 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
96432 + *
96433 + * This program is free software; you can redistribute it and/or modify
96434 + * it under the terms of the GNU General Public License as published by
96435 + * the Free Software Foundation; either version 2 of the License, or
96436 + * (at your option) any later version.
96437 + */
96438 +
96439 +#include <linux/kernel.h>
96440 +#include <linux/of.h>
96441 +#include <asm/fsl_lbc.h>
96442 +
96443 +spinlock_t fsl_lbc_lock = __SPIN_LOCK_UNLOCKED(fsl_lbc_lock);
96444 +
96445 +struct fsl_lbc_regs __iomem *fsl_lbc_regs;
96446 +EXPORT_SYMBOL(fsl_lbc_regs);
96447 +
96448 +static char __initdata *compat_lbc[] = {
96449 +       "fsl,pq2-localbus",
96450 +       "fsl,pq2pro-localbus",
96451 +       "fsl,pq3-localbus",
96452 +       "fsl,elbc",
96453 +};
96454 +
96455 +static int __init fsl_lbc_init(void)
96456 +{
96457 +       struct device_node *lbus;
96458 +       int i;
96459 +
96460 +       for (i = 0; i < ARRAY_SIZE(compat_lbc); i++) {
96461 +               lbus = of_find_compatible_node(NULL, NULL, compat_lbc[i]);
96462 +               if (lbus)
96463 +                       goto found;
96464 +       }
96465 +       return -ENODEV;
96466 +
96467 +found:
96468 +       fsl_lbc_regs = of_iomap(lbus, 0);
96469 +       of_node_put(lbus);
96470 +       if (!fsl_lbc_regs)
96471 +               return -ENOMEM;
96472 +       return 0;
96473 +}
96474 +arch_initcall(fsl_lbc_init);
96475 +
96476 +/**
96477 + * fsl_lbc_find - find Localbus bank
96478 + * @addr_base: base address of the memory bank
96479 + *
96480 + * This function walks LBC banks comparing "Base address" field of the BR
96481 + * registers with the supplied addr_base argument. When bases match this
96482 + * function returns bank number (starting with 0), otherwise it returns
96483 + * appropriate errno value.
96484 + */
96485 +int fsl_lbc_find(phys_addr_t addr_base)
96486 +{
96487 +       int i;
96488 +
96489 +       if (!fsl_lbc_regs)
96490 +               return -ENODEV;
96491 +
96492 +       for (i = 0; i < ARRAY_SIZE(fsl_lbc_regs->bank); i++) {
96493 +               __be32 br = in_be32(&fsl_lbc_regs->bank[i].br);
96494 +               __be32 or = in_be32(&fsl_lbc_regs->bank[i].or);
96495 +
96496 +               if (br & BR_V && (br & or & BR_BA) == addr_base)
96497 +                       return i;
96498 +       }
96499 +
96500 +       return -ENOENT;
96501 +}
96502 +EXPORT_SYMBOL(fsl_lbc_find);
96503 +
96504 +/**
96505 + * fsl_upm_find - find pre-programmed UPM via base address
96506 + * @addr_base: base address of the memory bank controlled by the UPM
96507 + * @upm:       pointer to the allocated fsl_upm structure
96508 + *
96509 + * This function fills fsl_upm structure so you can use it with the rest of
96510 + * UPM API. On success this function returns 0, otherwise it returns
96511 + * appropriate errno value.
96512 + */
96513 +int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
96514 +{
96515 +       int bank;
96516 +       __be32 br;
96517 +
96518 +       bank = fsl_lbc_find(addr_base);
96519 +       if (bank < 0)
96520 +               return bank;
96521 +
96522 +       br = in_be32(&fsl_lbc_regs->bank[bank].br);
96523 +
96524 +       switch (br & BR_MSEL) {
96525 +       case BR_MS_UPMA:
96526 +               upm->mxmr = &fsl_lbc_regs->mamr;
96527 +               break;
96528 +       case BR_MS_UPMB:
96529 +               upm->mxmr = &fsl_lbc_regs->mbmr;
96530 +               break;
96531 +       case BR_MS_UPMC:
96532 +               upm->mxmr = &fsl_lbc_regs->mcmr;
96533 +               break;
96534 +       default:
96535 +               return -EINVAL;
96536 +       }
96537 +
96538 +       switch (br & BR_PS) {
96539 +       case BR_PS_8:
96540 +               upm->width = 8;
96541 +               break;
96542 +       case BR_PS_16:
96543 +               upm->width = 16;
96544 +               break;
96545 +       case BR_PS_32:
96546 +               upm->width = 32;
96547 +               break;
96548 +       default:
96549 +               return -EINVAL;
96550 +       }
96551 +
96552 +       return 0;
96553 +}
96554 +EXPORT_SYMBOL(fsl_upm_find);
96555 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.c powerpc.git/arch/powerpc/sysdev/fsl_soc.c
96556 --- linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.c      2008-04-11 22:32:29.000000000 +0200
96557 +++ powerpc.git/arch/powerpc/sysdev/fsl_soc.c   2008-04-19 16:40:52.000000000 +0200
96558 @@ -75,6 +75,33 @@
96559  
96560  EXPORT_SYMBOL(get_immrbase);
96561  
96562 +static u32 sysfreq = -1;
96563 +
96564 +u32 fsl_get_sys_freq(void)
96565 +{
96566 +       struct device_node *soc;
96567 +       const u32 *prop;
96568 +       int size;
96569 +
96570 +       if (sysfreq != -1)
96571 +               return sysfreq;
96572 +
96573 +       soc = of_find_node_by_type(NULL, "soc");
96574 +       if (!soc)
96575 +               return -1;
96576 +
96577 +       prop = of_get_property(soc, "clock-frequency", &size);
96578 +       if (!prop || size != sizeof(*prop) || *prop == 0)
96579 +               prop = of_get_property(soc, "bus-frequency", &size);
96580 +
96581 +       if (prop && size == sizeof(*prop))
96582 +               sysfreq = *prop;
96583 +
96584 +       of_node_put(soc);
96585 +       return sysfreq;
96586 +}
96587 +EXPORT_SYMBOL(fsl_get_sys_freq);
96588 +
96589  #if defined(CONFIG_CPM2) || defined(CONFIG_QUICC_ENGINE) || defined(CONFIG_8xx)
96590  
96591  static u32 brgfreq = -1;
96592 @@ -516,9 +543,9 @@
96593  static int __init mpc83xx_wdt_init(void)
96594  {
96595         struct resource r;
96596 -       struct device_node *soc, *np;
96597 +       struct device_node *np;
96598         struct platform_device *dev;
96599 -       const unsigned int *freq;
96600 +       u32 freq = fsl_get_sys_freq();
96601         int ret;
96602  
96603         np = of_find_compatible_node(NULL, "watchdog", "mpc83xx_wdt");
96604 @@ -528,19 +555,6 @@
96605                 goto nodev;
96606         }
96607  
96608 -       soc = of_find_node_by_type(NULL, "soc");
96609 -
96610 -       if (!soc) {
96611 -               ret = -ENODEV;
96612 -               goto nosoc;
96613 -       }
96614 -
96615 -       freq = of_get_property(soc, "bus-frequency", NULL);
96616 -       if (!freq) {
96617 -               ret = -ENODEV;
96618 -               goto err;
96619 -       }
96620 -
96621         memset(&r, 0, sizeof(r));
96622  
96623         ret = of_address_to_resource(np, 0, &r);
96624 @@ -553,20 +567,16 @@
96625                 goto err;
96626         }
96627  
96628 -       ret = platform_device_add_data(dev, freq, sizeof(int));
96629 +       ret = platform_device_add_data(dev, &freq, sizeof(freq));
96630         if (ret)
96631                 goto unreg;
96632  
96633 -       of_node_put(soc);
96634         of_node_put(np);
96635 -
96636         return 0;
96637  
96638  unreg:
96639         platform_device_unregister(dev);
96640  err:
96641 -       of_node_put(soc);
96642 -nosoc:
96643         of_node_put(np);
96644  nodev:
96645         return ret;
96646 @@ -735,547 +745,6 @@
96647  
96648  arch_initcall(fsl_usb_of_init);
96649  
96650 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
96651 -#ifdef CONFIG_CPM2
96652 -
96653 -extern void init_scc_ioports(struct fs_uart_platform_info*);
96654 -
96655 -static const char fcc_regs[] = "fcc_regs";
96656 -static const char fcc_regs_c[] = "fcc_regs_c";
96657 -static const char fcc_pram[] = "fcc_pram";
96658 -static char bus_id[9][BUS_ID_SIZE];
96659 -
96660 -static int __init fs_enet_of_init(void)
96661 -{
96662 -       struct device_node *np;
96663 -       unsigned int i;
96664 -       struct platform_device *fs_enet_dev;
96665 -       struct resource res;
96666 -       int ret;
96667 -
96668 -       for (np = NULL, i = 0;
96669 -            (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
96670 -            i++) {
96671 -               struct resource r[4];
96672 -               struct device_node *phy, *mdio;
96673 -               struct fs_platform_info fs_enet_data;
96674 -               const unsigned int *id, *phy_addr, *phy_irq;
96675 -               const void *mac_addr;
96676 -               const phandle *ph;
96677 -               const char *model;
96678 -
96679 -               memset(r, 0, sizeof(r));
96680 -               memset(&fs_enet_data, 0, sizeof(fs_enet_data));
96681 -
96682 -               ret = of_address_to_resource(np, 0, &r[0]);
96683 -               if (ret)
96684 -                       goto err;
96685 -               r[0].name = fcc_regs;
96686 -
96687 -               ret = of_address_to_resource(np, 1, &r[1]);
96688 -               if (ret)
96689 -                       goto err;
96690 -               r[1].name = fcc_pram;
96691 -
96692 -               ret = of_address_to_resource(np, 2, &r[2]);
96693 -               if (ret)
96694 -                       goto err;
96695 -               r[2].name = fcc_regs_c;
96696 -               fs_enet_data.fcc_regs_c = r[2].start;
96697 -
96698 -               of_irq_to_resource(np, 0, &r[3]);
96699 -
96700 -               fs_enet_dev =
96701 -                   platform_device_register_simple("fsl-cpm-fcc", i, &r[0], 4);
96702 -
96703 -               if (IS_ERR(fs_enet_dev)) {
96704 -                       ret = PTR_ERR(fs_enet_dev);
96705 -                       goto err;
96706 -               }
96707 -
96708 -               model = of_get_property(np, "model", NULL);
96709 -               if (model == NULL) {
96710 -                       ret = -ENODEV;
96711 -                       goto unreg;
96712 -               }
96713 -
96714 -               mac_addr = of_get_mac_address(np);
96715 -               if (mac_addr)
96716 -                       memcpy(fs_enet_data.macaddr, mac_addr, 6);
96717 -
96718 -               ph = of_get_property(np, "phy-handle", NULL);
96719 -               phy = of_find_node_by_phandle(*ph);
96720 -
96721 -               if (phy == NULL) {
96722 -                       ret = -ENODEV;
96723 -                       goto unreg;
96724 -               }
96725 -
96726 -               phy_addr = of_get_property(phy, "reg", NULL);
96727 -               fs_enet_data.phy_addr = *phy_addr;
96728 -
96729 -               phy_irq = of_get_property(phy, "interrupts", NULL);
96730 -
96731 -               id = of_get_property(np, "device-id", NULL);
96732 -               fs_enet_data.fs_no = *id;
96733 -               strcpy(fs_enet_data.fs_type, model);
96734 -
96735 -               mdio = of_get_parent(phy);
96736 -                ret = of_address_to_resource(mdio, 0, &res);
96737 -                if (ret) {
96738 -                        of_node_put(phy);
96739 -                        of_node_put(mdio);
96740 -                        goto unreg;
96741 -                }
96742 -
96743 -               fs_enet_data.clk_rx = *((u32 *)of_get_property(np,
96744 -                                               "rx-clock", NULL));
96745 -               fs_enet_data.clk_tx = *((u32 *)of_get_property(np,
96746 -                                               "tx-clock", NULL));
96747 -
96748 -               if (strstr(model, "FCC")) {
96749 -                       int fcc_index = *id - 1;
96750 -                       const unsigned char *mdio_bb_prop;
96751 -
96752 -                       fs_enet_data.dpram_offset = (u32)cpm_dpram_addr(0);
96753 -                       fs_enet_data.rx_ring = 32;
96754 -                       fs_enet_data.tx_ring = 32;
96755 -                       fs_enet_data.rx_copybreak = 240;
96756 -                       fs_enet_data.use_napi = 0;
96757 -                       fs_enet_data.napi_weight = 17;
96758 -                       fs_enet_data.mem_offset = FCC_MEM_OFFSET(fcc_index);
96759 -                       fs_enet_data.cp_page = CPM_CR_FCC_PAGE(fcc_index);
96760 -                       fs_enet_data.cp_block = CPM_CR_FCC_SBLOCK(fcc_index);
96761 -
96762 -                       snprintf((char*)&bus_id[(*id)], BUS_ID_SIZE, "%x:%02x",
96763 -                                                       (u32)res.start, fs_enet_data.phy_addr);
96764 -                       fs_enet_data.bus_id = (char*)&bus_id[(*id)];
96765 -                       fs_enet_data.init_ioports = init_fcc_ioports;
96766 -
96767 -                       mdio_bb_prop = of_get_property(phy, "bitbang", NULL);
96768 -                       if (mdio_bb_prop) {
96769 -                               struct platform_device *fs_enet_mdio_bb_dev;
96770 -                               struct fs_mii_bb_platform_info fs_enet_mdio_bb_data;
96771 -
96772 -                               fs_enet_mdio_bb_dev =
96773 -                                       platform_device_register_simple("fsl-bb-mdio",
96774 -                                                       i, NULL, 0);
96775 -                               memset(&fs_enet_mdio_bb_data, 0,
96776 -                                               sizeof(struct fs_mii_bb_platform_info));
96777 -                               fs_enet_mdio_bb_data.mdio_dat.bit =
96778 -                                       mdio_bb_prop[0];
96779 -                               fs_enet_mdio_bb_data.mdio_dir.bit =
96780 -                                       mdio_bb_prop[1];
96781 -                               fs_enet_mdio_bb_data.mdc_dat.bit =
96782 -                                       mdio_bb_prop[2];
96783 -                               fs_enet_mdio_bb_data.mdio_port =
96784 -                                       mdio_bb_prop[3];
96785 -                               fs_enet_mdio_bb_data.mdc_port =
96786 -                                       mdio_bb_prop[4];
96787 -                               fs_enet_mdio_bb_data.delay =
96788 -                                       mdio_bb_prop[5];
96789 -
96790 -                               fs_enet_mdio_bb_data.irq[0] = phy_irq[0];
96791 -                               fs_enet_mdio_bb_data.irq[1] = -1;
96792 -                               fs_enet_mdio_bb_data.irq[2] = -1;
96793 -                               fs_enet_mdio_bb_data.irq[3] = phy_irq[0];
96794 -                               fs_enet_mdio_bb_data.irq[31] = -1;
96795 -
96796 -                               fs_enet_mdio_bb_data.mdio_dat.offset =
96797 -                                       (u32)&cpm2_immr->im_ioport.iop_pdatc;
96798 -                               fs_enet_mdio_bb_data.mdio_dir.offset =
96799 -                                       (u32)&cpm2_immr->im_ioport.iop_pdirc;
96800 -                               fs_enet_mdio_bb_data.mdc_dat.offset =
96801 -                                       (u32)&cpm2_immr->im_ioport.iop_pdatc;
96802 -
96803 -                               ret = platform_device_add_data(
96804 -                                               fs_enet_mdio_bb_dev,
96805 -                                               &fs_enet_mdio_bb_data,
96806 -                                               sizeof(struct fs_mii_bb_platform_info));
96807 -                               if (ret)
96808 -                                       goto unreg;
96809 -                       }
96810 -
96811 -                       of_node_put(phy);
96812 -                       of_node_put(mdio);
96813 -
96814 -                       ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
96815 -                                                    sizeof(struct
96816 -                                                           fs_platform_info));
96817 -                       if (ret)
96818 -                               goto unreg;
96819 -               }
96820 -       }
96821 -       return 0;
96822 -
96823 -unreg:
96824 -       platform_device_unregister(fs_enet_dev);
96825 -err:
96826 -       return ret;
96827 -}
96828 -
96829 -arch_initcall(fs_enet_of_init);
96830 -
96831 -static const char scc_regs[] = "regs";
96832 -static const char scc_pram[] = "pram";
96833 -
96834 -static int __init cpm_uart_of_init(void)
96835 -{
96836 -       struct device_node *np;
96837 -       unsigned int i;
96838 -       struct platform_device *cpm_uart_dev;
96839 -       int ret;
96840 -
96841 -       for (np = NULL, i = 0;
96842 -            (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
96843 -            i++) {
96844 -               struct resource r[3];
96845 -               struct fs_uart_platform_info cpm_uart_data;
96846 -               const int *id;
96847 -               const char *model;
96848 -
96849 -               memset(r, 0, sizeof(r));
96850 -               memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
96851 -
96852 -               ret = of_address_to_resource(np, 0, &r[0]);
96853 -               if (ret)
96854 -                       goto err;
96855 -
96856 -               r[0].name = scc_regs;
96857 -
96858 -               ret = of_address_to_resource(np, 1, &r[1]);
96859 -               if (ret)
96860 -                       goto err;
96861 -               r[1].name = scc_pram;
96862 -
96863 -               of_irq_to_resource(np, 0, &r[2]);
96864 -
96865 -               cpm_uart_dev =
96866 -                   platform_device_register_simple("fsl-cpm-scc:uart", i, &r[0], 3);
96867 -
96868 -               if (IS_ERR(cpm_uart_dev)) {
96869 -                       ret = PTR_ERR(cpm_uart_dev);
96870 -                       goto err;
96871 -               }
96872 -
96873 -               id = of_get_property(np, "device-id", NULL);
96874 -               cpm_uart_data.fs_no = *id;
96875 -
96876 -               model = of_get_property(np, "model", NULL);
96877 -               strcpy(cpm_uart_data.fs_type, model);
96878 -
96879 -               cpm_uart_data.uart_clk = ppc_proc_freq;
96880 -
96881 -               cpm_uart_data.tx_num_fifo = 4;
96882 -               cpm_uart_data.tx_buf_size = 32;
96883 -               cpm_uart_data.rx_num_fifo = 4;
96884 -               cpm_uart_data.rx_buf_size = 32;
96885 -               cpm_uart_data.clk_rx = *((u32 *)of_get_property(np,
96886 -                                               "rx-clock", NULL));
96887 -               cpm_uart_data.clk_tx = *((u32 *)of_get_property(np,
96888 -                                               "tx-clock", NULL));
96889 -
96890 -               ret =
96891 -                   platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
96892 -                                            sizeof(struct
96893 -                                                   fs_uart_platform_info));
96894 -               if (ret)
96895 -                       goto unreg;
96896 -       }
96897 -
96898 -       return 0;
96899 -
96900 -unreg:
96901 -       platform_device_unregister(cpm_uart_dev);
96902 -err:
96903 -       return ret;
96904 -}
96905 -
96906 -arch_initcall(cpm_uart_of_init);
96907 -#endif /* CONFIG_CPM2 */
96908 -
96909 -#ifdef CONFIG_8xx
96910 -
96911 -extern void init_scc_ioports(struct fs_platform_info*);
96912 -extern int platform_device_skip(const char *model, int id);
96913 -
96914 -static int __init fs_enet_mdio_of_init(void)
96915 -{
96916 -       struct device_node *np;
96917 -       unsigned int i;
96918 -       struct platform_device *mdio_dev;
96919 -       struct resource res;
96920 -       int ret;
96921 -
96922 -       for (np = NULL, i = 0;
96923 -            (np = of_find_compatible_node(np, "mdio", "fs_enet")) != NULL;
96924 -            i++) {
96925 -               struct fs_mii_fec_platform_info mdio_data;
96926 -
96927 -               memset(&res, 0, sizeof(res));
96928 -               memset(&mdio_data, 0, sizeof(mdio_data));
96929 -
96930 -               ret = of_address_to_resource(np, 0, &res);
96931 -               if (ret)
96932 -                       goto err;
96933 -
96934 -               mdio_dev =
96935 -                   platform_device_register_simple("fsl-cpm-fec-mdio",
96936 -                                                   res.start, &res, 1);
96937 -               if (IS_ERR(mdio_dev)) {
96938 -                       ret = PTR_ERR(mdio_dev);
96939 -                       goto err;
96940 -               }
96941 -
96942 -               mdio_data.mii_speed = ((((ppc_proc_freq + 4999999) / 2500000) / 2) & 0x3F) << 1;
96943 -
96944 -               ret =
96945 -                   platform_device_add_data(mdio_dev, &mdio_data,
96946 -                                            sizeof(struct fs_mii_fec_platform_info));
96947 -               if (ret)
96948 -                       goto unreg;
96949 -       }
96950 -       return 0;
96951 -
96952 -unreg:
96953 -       platform_device_unregister(mdio_dev);
96954 -err:
96955 -       return ret;
96956 -}
96957 -
96958 -arch_initcall(fs_enet_mdio_of_init);
96959 -
96960 -static const char *enet_regs = "regs";
96961 -static const char *enet_pram = "pram";
96962 -static const char *enet_irq = "interrupt";
96963 -static char bus_id[9][BUS_ID_SIZE];
96964 -
96965 -static int __init fs_enet_of_init(void)
96966 -{
96967 -       struct device_node *np;
96968 -       unsigned int i;
96969 -       struct platform_device *fs_enet_dev = NULL;
96970 -       struct resource res;
96971 -       int ret;
96972 -
96973 -       for (np = NULL, i = 0;
96974 -            (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
96975 -            i++) {
96976 -               struct resource r[4];
96977 -               struct device_node *phy = NULL, *mdio = NULL;
96978 -               struct fs_platform_info fs_enet_data;
96979 -               const unsigned int *id;
96980 -               const unsigned int *phy_addr;
96981 -               const void *mac_addr;
96982 -               const phandle *ph;
96983 -               const char *model;
96984 -
96985 -               memset(r, 0, sizeof(r));
96986 -               memset(&fs_enet_data, 0, sizeof(fs_enet_data));
96987 -
96988 -               model = of_get_property(np, "model", NULL);
96989 -               if (model == NULL) {
96990 -                       ret = -ENODEV;
96991 -                       goto unreg;
96992 -               }
96993 -
96994 -               id = of_get_property(np, "device-id", NULL);
96995 -               fs_enet_data.fs_no = *id;
96996 -
96997 -               if (platform_device_skip(model, *id))
96998 -                       continue;
96999 -
97000 -               ret = of_address_to_resource(np, 0, &r[0]);
97001 -               if (ret)
97002 -                       goto err;
97003 -               r[0].name = enet_regs;
97004 -
97005 -               mac_addr = of_get_mac_address(np);
97006 -               if (mac_addr)
97007 -                       memcpy(fs_enet_data.macaddr, mac_addr, 6);
97008 -
97009 -               ph = of_get_property(np, "phy-handle", NULL);
97010 -               if (ph != NULL)
97011 -                       phy = of_find_node_by_phandle(*ph);
97012 -
97013 -               if (phy != NULL) {
97014 -                       phy_addr = of_get_property(phy, "reg", NULL);
97015 -                       fs_enet_data.phy_addr = *phy_addr;
97016 -                       fs_enet_data.has_phy = 1;
97017 -
97018 -                       mdio = of_get_parent(phy);
97019 -                       ret = of_address_to_resource(mdio, 0, &res);
97020 -                       if (ret) {
97021 -                               of_node_put(phy);
97022 -                               of_node_put(mdio);
97023 -                                goto unreg;
97024 -                       }
97025 -               }
97026 -
97027 -               model = of_get_property(np, "model", NULL);
97028 -               strcpy(fs_enet_data.fs_type, model);
97029 -
97030 -               if (strstr(model, "FEC")) {
97031 -                       r[1].start = r[1].end = irq_of_parse_and_map(np, 0);
97032 -                       r[1].flags = IORESOURCE_IRQ;
97033 -                       r[1].name = enet_irq;
97034 -
97035 -                       fs_enet_dev =
97036 -                                   platform_device_register_simple("fsl-cpm-fec", i, &r[0], 2);
97037 -
97038 -                       if (IS_ERR(fs_enet_dev)) {
97039 -                               ret = PTR_ERR(fs_enet_dev);
97040 -                               goto err;
97041 -                       }
97042 -
97043 -                       fs_enet_data.rx_ring = 128;
97044 -                       fs_enet_data.tx_ring = 16;
97045 -                       fs_enet_data.rx_copybreak = 240;
97046 -                       fs_enet_data.use_napi = 1;
97047 -                       fs_enet_data.napi_weight = 17;
97048 -
97049 -                       snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%x:%02x",
97050 -                                                       (u32)res.start, fs_enet_data.phy_addr);
97051 -                       fs_enet_data.bus_id = (char*)&bus_id[i];
97052 -                       fs_enet_data.init_ioports = init_fec_ioports;
97053 -               }
97054 -               if (strstr(model, "SCC")) {
97055 -                       ret = of_address_to_resource(np, 1, &r[1]);
97056 -                       if (ret)
97057 -                               goto err;
97058 -                       r[1].name = enet_pram;
97059 -
97060 -                       r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
97061 -                       r[2].flags = IORESOURCE_IRQ;
97062 -                       r[2].name = enet_irq;
97063 -
97064 -                       fs_enet_dev =
97065 -                                   platform_device_register_simple("fsl-cpm-scc", i, &r[0], 3);
97066 -
97067 -                       if (IS_ERR(fs_enet_dev)) {
97068 -                               ret = PTR_ERR(fs_enet_dev);
97069 -                               goto err;
97070 -                       }
97071 -
97072 -                       fs_enet_data.rx_ring = 64;
97073 -                       fs_enet_data.tx_ring = 8;
97074 -                       fs_enet_data.rx_copybreak = 240;
97075 -                       fs_enet_data.use_napi = 1;
97076 -                       fs_enet_data.napi_weight = 17;
97077 -
97078 -                       snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%s", "fixed@10:1");
97079 -                        fs_enet_data.bus_id = (char*)&bus_id[i];
97080 -                       fs_enet_data.init_ioports = init_scc_ioports;
97081 -               }
97082 -
97083 -               of_node_put(phy);
97084 -               of_node_put(mdio);
97085 -
97086 -               ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
97087 -                                            sizeof(struct
97088 -                                                   fs_platform_info));
97089 -               if (ret)
97090 -                       goto unreg;
97091 -       }
97092 -       return 0;
97093 -
97094 -unreg:
97095 -       platform_device_unregister(fs_enet_dev);
97096 -err:
97097 -       return ret;
97098 -}
97099 -
97100 -arch_initcall(fs_enet_of_init);
97101 -
97102 -static int __init fsl_pcmcia_of_init(void)
97103 -{
97104 -       struct device_node *np;
97105 -       /*
97106 -        * Register all the devices which type is "pcmcia"
97107 -        */
97108 -       for_each_compatible_node(np, "pcmcia", "fsl,pq-pcmcia")
97109 -               of_platform_device_create(np, "m8xx-pcmcia", NULL);
97110 -       return 0;
97111 -}
97112 -
97113 -arch_initcall(fsl_pcmcia_of_init);
97114 -
97115 -static const char *smc_regs = "regs";
97116 -static const char *smc_pram = "pram";
97117 -
97118 -static int __init cpm_smc_uart_of_init(void)
97119 -{
97120 -       struct device_node *np;
97121 -       unsigned int i;
97122 -       struct platform_device *cpm_uart_dev;
97123 -       int ret;
97124 -
97125 -       for (np = NULL, i = 0;
97126 -            (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
97127 -            i++) {
97128 -               struct resource r[3];
97129 -               struct fs_uart_platform_info cpm_uart_data;
97130 -               const int *id;
97131 -               const char *model;
97132 -
97133 -               memset(r, 0, sizeof(r));
97134 -               memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
97135 -
97136 -               ret = of_address_to_resource(np, 0, &r[0]);
97137 -               if (ret)
97138 -                       goto err;
97139 -
97140 -               r[0].name = smc_regs;
97141 -
97142 -               ret = of_address_to_resource(np, 1, &r[1]);
97143 -               if (ret)
97144 -                       goto err;
97145 -               r[1].name = smc_pram;
97146 -
97147 -               r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
97148 -               r[2].flags = IORESOURCE_IRQ;
97149 -
97150 -               cpm_uart_dev =
97151 -                   platform_device_register_simple("fsl-cpm-smc:uart", i, &r[0], 3);
97152 -
97153 -               if (IS_ERR(cpm_uart_dev)) {
97154 -                       ret = PTR_ERR(cpm_uart_dev);
97155 -                       goto err;
97156 -               }
97157 -
97158 -               model = of_get_property(np, "model", NULL);
97159 -               strcpy(cpm_uart_data.fs_type, model);
97160 -
97161 -               id = of_get_property(np, "device-id", NULL);
97162 -               cpm_uart_data.fs_no = *id;
97163 -               cpm_uart_data.uart_clk = ppc_proc_freq;
97164 -
97165 -               cpm_uart_data.tx_num_fifo = 4;
97166 -               cpm_uart_data.tx_buf_size = 32;
97167 -               cpm_uart_data.rx_num_fifo = 4;
97168 -               cpm_uart_data.rx_buf_size = 32;
97169 -
97170 -               ret =
97171 -                   platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
97172 -                                            sizeof(struct
97173 -                                                   fs_uart_platform_info));
97174 -               if (ret)
97175 -                       goto unreg;
97176 -       }
97177 -
97178 -       return 0;
97179 -
97180 -unreg:
97181 -       platform_device_unregister(cpm_uart_dev);
97182 -err:
97183 -       return ret;
97184 -}
97185 -
97186 -arch_initcall(cpm_smc_uart_of_init);
97187 -
97188 -#endif /* CONFIG_8xx */
97189 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
97190 -
97191  static int __init of_fsl_spi_probe(char *type, char *compatible, u32 sysclk,
97192                                    struct spi_board_info *board_infos,
97193                                    unsigned int num_board_infos,
97194 @@ -1371,25 +840,9 @@
97195         sysclk = get_brgfreq();
97196  #endif
97197         if (sysclk == -1) {
97198 -               struct device_node *np;
97199 -               const u32 *freq;
97200 -               int size;
97201 -
97202 -               np = of_find_node_by_type(NULL, "soc");
97203 -               if (!np)
97204 +               sysclk = fsl_get_sys_freq();
97205 +               if (sysclk == -1)
97206                         return -ENODEV;
97207 -
97208 -               freq = of_get_property(np, "clock-frequency", &size);
97209 -               if (!freq || size != sizeof(*freq) || *freq == 0) {
97210 -                       freq = of_get_property(np, "bus-frequency", &size);
97211 -                       if (!freq || size != sizeof(*freq) || *freq == 0) {
97212 -                               of_node_put(np);
97213 -                               return -ENODEV;
97214 -                       }
97215 -               }
97216 -
97217 -               sysclk = *freq;
97218 -               of_node_put(np);
97219         }
97220  
97221         ret = of_fsl_spi_probe(NULL, "fsl,spi", sysclk, board_infos,
97222 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.h powerpc.git/arch/powerpc/sysdev/fsl_soc.h
97223 --- linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.h      2008-04-11 22:32:29.000000000 +0200
97224 +++ powerpc.git/arch/powerpc/sysdev/fsl_soc.h   2008-04-19 16:40:52.000000000 +0200
97225 @@ -7,6 +7,7 @@
97226  extern phys_addr_t get_immrbase(void);
97227  extern u32 get_brgfreq(void);
97228  extern u32 get_baudrate(void);
97229 +extern u32 fsl_get_sys_freq(void);
97230  
97231  struct spi_board_info;
97232  
97233 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mpic.c powerpc.git/arch/powerpc/sysdev/mpic.c
97234 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mpic.c 2008-04-11 22:32:29.000000000 +0200
97235 +++ powerpc.git/arch/powerpc/sysdev/mpic.c      2008-04-19 16:40:52.000000000 +0200
97236 @@ -175,13 +175,16 @@
97237         switch(type) {
97238  #ifdef CONFIG_PPC_DCR
97239         case mpic_access_dcr:
97240 -               return dcr_write(rb->dhost, reg, value);
97241 +               dcr_write(rb->dhost, reg, value);
97242 +               break;
97243  #endif
97244         case mpic_access_mmio_be:
97245 -               return out_be32(rb->base + (reg >> 2), value);
97246 +               out_be32(rb->base + (reg >> 2), value);
97247 +               break;
97248         case mpic_access_mmio_le:
97249         default:
97250 -               return out_le32(rb->base + (reg >> 2), value);
97251 +               out_le32(rb->base + (reg >> 2), value);
97252 +               break;
97253         }
97254  }
97255  
97256 @@ -1000,7 +1003,7 @@
97257                                 const char *name)
97258  {
97259         struct mpic     *mpic;
97260 -       u32             reg;
97261 +       u32             greg_feature;
97262         const char      *vers;
97263         int             i;
97264         int             intvec_top;
97265 @@ -1064,7 +1067,8 @@
97266  
97267         /* Look for protected sources */
97268         if (node) {
97269 -               unsigned int psize, bits, mapsize;
97270 +               int psize;
97271 +               unsigned int bits, mapsize;
97272                 const u32 *psrc =
97273                         of_get_property(node, "protected-sources", &psize);
97274                 if (psrc) {
97275 @@ -1107,8 +1111,7 @@
97276          * in, try to obtain one
97277          */
97278         if (paddr == 0 && !(mpic->flags & MPIC_USES_DCR)) {
97279 -               const u32 *reg;
97280 -               reg = of_get_property(node, "reg", NULL);
97281 +               const u32 *reg = of_get_property(node, "reg", NULL);
97282                 BUG_ON(reg == NULL);
97283                 paddr = of_translate_address(node, reg);
97284                 BUG_ON(paddr == OF_BAD_ADDR);
97285 @@ -1137,12 +1140,13 @@
97286          * MPICs, num sources as well. On ISU MPICs, sources are counted
97287          * as ISUs are added
97288          */
97289 -       reg = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
97290 -       mpic->num_cpus = ((reg & MPIC_GREG_FEATURE_LAST_CPU_MASK)
97291 +       greg_feature = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
97292 +       mpic->num_cpus = ((greg_feature & MPIC_GREG_FEATURE_LAST_CPU_MASK)
97293                           >> MPIC_GREG_FEATURE_LAST_CPU_SHIFT) + 1;
97294         if (isu_size == 0)
97295 -               mpic->num_sources = ((reg & MPIC_GREG_FEATURE_LAST_SRC_MASK)
97296 -                                    >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
97297 +               mpic->num_sources =
97298 +                       ((greg_feature & MPIC_GREG_FEATURE_LAST_SRC_MASK)
97299 +                        >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
97300  
97301         /* Map the per-CPU registers */
97302         for (i = 0; i < mpic->num_cpus; i++) {
97303 @@ -1161,7 +1165,7 @@
97304         mpic->isu_mask = (1 << mpic->isu_shift) - 1;
97305  
97306         /* Display version */
97307 -       switch (reg & MPIC_GREG_FEATURE_VERSION_MASK) {
97308 +       switch (greg_feature & MPIC_GREG_FEATURE_VERSION_MASK) {
97309         case 1:
97310                 vers = "1.0";
97311                 break;
97312 @@ -1321,7 +1325,7 @@
97313  
97314  void mpic_irq_set_priority(unsigned int irq, unsigned int pri)
97315  {
97316 -       int is_ipi;
97317 +       unsigned int is_ipi;
97318         struct mpic *mpic = mpic_find(irq, &is_ipi);
97319         unsigned int src = mpic_irq_to_hw(irq);
97320         unsigned long flags;
97321 @@ -1344,7 +1348,7 @@
97322  
97323  unsigned int mpic_irq_get_priority(unsigned int irq)
97324  {
97325 -       int is_ipi;
97326 +       unsigned int is_ipi;
97327         struct mpic *mpic = mpic_find(irq, &is_ipi);
97328         unsigned int src = mpic_irq_to_hw(irq);
97329         unsigned long flags;
97330 @@ -1406,11 +1410,6 @@
97331         mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), prio);
97332  }
97333  
97334 -/*
97335 - * XXX: someone who knows mpic should check this.
97336 - * do we need to eoi the ipi including for kexec cpu here (see xics comments)?
97337 - * or can we reset the mpic in the new kernel?
97338 - */
97339  void mpic_teardown_this_cpu(int secondary)
97340  {
97341         struct mpic *mpic = mpic_primary;
97342 @@ -1430,6 +1429,10 @@
97343  
97344         /* Set current processor priority to max */
97345         mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0xf);
97346 +       /* We need to EOI the IPI since not all platforms reset the MPIC
97347 +        * on boot and new interrupts wouldn't get delivered otherwise.
97348 +        */
97349 +       mpic_eoi(mpic);
97350  
97351         spin_unlock_irqrestore(&mpic_lock, flags);
97352  }
97353 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_dev.c powerpc.git/arch/powerpc/sysdev/mv64x60_dev.c
97354 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_dev.c  2008-04-11 22:32:29.000000000 +0200
97355 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_dev.c       2008-04-19 16:40:52.000000000 +0200
97356 @@ -127,7 +127,7 @@
97357         if (err)
97358                 return err;
97359  
97360 -       prop = of_get_property(np, "block-index", NULL);
97361 +       prop = of_get_property(np, "cell-index", NULL);
97362         if (!prop)
97363                 return -ENODEV;
97364         port_number = *(int *)prop;
97365 @@ -136,6 +136,7 @@
97366  
97367         pdata.cache_mgmt = 1; /* All current revs need this set */
97368  
97369 +       pdata.max_idle = 40; /* default */
97370         prop = of_get_property(np, "max_idle", NULL);
97371         if (prop)
97372                 pdata.max_idle = *prop;
97373 @@ -205,30 +206,24 @@
97374  /*
97375   * Create mv64x60_eth platform devices
97376   */
97377 -static int __init eth_register_shared_pdev(struct device_node *np)
97378 +static struct platform_device * __init mv64x60_eth_register_shared_pdev(
97379 +                                               struct device_node *np, int id)
97380  {
97381         struct platform_device *pdev;
97382         struct resource r[1];
97383         int err;
97384  
97385 -       np = of_get_parent(np);
97386 -       if (!np)
97387 -               return -ENODEV;
97388 -
97389         err = of_address_to_resource(np, 0, &r[0]);
97390 -       of_node_put(np);
97391         if (err)
97392 -               return err;
97393 +               return ERR_PTR(err);
97394  
97395 -       pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, 0,
97396 +       pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, id,
97397                                                r, 1);
97398 -       if (IS_ERR(pdev))
97399 -               return PTR_ERR(pdev);
97400 -
97401 -       return 0;
97402 +       return pdev;
97403  }
97404  
97405 -static int __init mv64x60_eth_device_setup(struct device_node *np, int id)
97406 +static int __init mv64x60_eth_device_setup(struct device_node *np, int id,
97407 +                                          struct platform_device *shared_pdev)
97408  {
97409         struct resource r[1];
97410         struct mv643xx_eth_platform_data pdata;
97411 @@ -239,16 +234,12 @@
97412         const phandle *ph;
97413         int err;
97414  
97415 -       /* only register the shared platform device the first time through */
97416 -       if (id == 0 && (err = eth_register_shared_pdev(np)))
97417 -               return err;
97418 -
97419         memset(r, 0, sizeof(r));
97420         of_irq_to_resource(np, 0, &r[0]);
97421  
97422         memset(&pdata, 0, sizeof(pdata));
97423  
97424 -       prop = of_get_property(np, "block-index", NULL);
97425 +       prop = of_get_property(np, "reg", NULL);
97426         if (!prop)
97427                 return -ENODEV;
97428         pdata.port_number = *prop;
97429 @@ -301,7 +292,7 @@
97430  
97431         of_node_put(phy);
97432  
97433 -       pdev = platform_device_alloc(MV643XX_ETH_NAME, pdata.port_number);
97434 +       pdev = platform_device_alloc(MV643XX_ETH_NAME, id);
97435         if (!pdev)
97436                 return -ENOMEM;
97437  
97438 @@ -345,21 +336,19 @@
97439  
97440         memset(&pdata, 0, sizeof(pdata));
97441  
97442 +       pdata.freq_m = 8;       /* default */
97443         prop = of_get_property(np, "freq_m", NULL);
97444         if (!prop)
97445                 return -ENODEV;
97446         pdata.freq_m = *prop;
97447  
97448 +       pdata.freq_m = 3;       /* default */
97449         prop = of_get_property(np, "freq_n", NULL);
97450         if (!prop)
97451                 return -ENODEV;
97452         pdata.freq_n = *prop;
97453  
97454 -       prop = of_get_property(np, "timeout", NULL);
97455 -       if (prop)
97456 -               pdata.timeout = *prop;
97457 -       else
97458 -               pdata.timeout = 1000;   /* 1 second */
97459 +       pdata.timeout = 1000;                           /* default: 1 second */
97460  
97461         pdev = platform_device_alloc(MV64XXX_I2C_CTLR_NAME, id);
97462         if (!pdev)
97463 @@ -401,10 +390,7 @@
97464  
97465         memset(&pdata, 0, sizeof(pdata));
97466  
97467 -       prop = of_get_property(np, "timeout", NULL);
97468 -       if (!prop)
97469 -               return -ENODEV;
97470 -       pdata.timeout = *prop;
97471 +       pdata.timeout = 10;                     /* Default: 10 seconds */
97472  
97473         np = of_get_parent(np);
97474         if (!np)
97475 @@ -441,27 +427,43 @@
97476  
97477  static int __init mv64x60_device_setup(void)
97478  {
97479 -       struct device_node *np = NULL;
97480 -       int id;
97481 +       struct device_node *np, *np2;
97482 +       struct platform_device *pdev;
97483 +       int id, id2;
97484         int err;
97485  
97486         id = 0;
97487 -       for_each_compatible_node(np, "serial", "marvell,mpsc")
97488 +       for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc")
97489                 if ((err = mv64x60_mpsc_device_setup(np, id++)))
97490                         goto error;
97491  
97492         id = 0;
97493 -       for_each_compatible_node(np, "network", "marvell,mv64x60-eth")
97494 -               if ((err = mv64x60_eth_device_setup(np, id++)))
97495 +       id2 = 0;
97496 +       for_each_compatible_node(np, NULL, "marvell,mv64360-eth-group") {
97497 +               pdev = mv64x60_eth_register_shared_pdev(np, id++);
97498 +               if (IS_ERR(pdev)) {
97499 +                       err = PTR_ERR(pdev);
97500                         goto error;
97501 +               }
97502 +               for_each_child_of_node(np, np2) {
97503 +                       if (!of_device_is_compatible(np2,
97504 +                                       "marvell,mv64360-eth"))
97505 +                               continue;
97506 +                       err = mv64x60_eth_device_setup(np2, id2++, pdev);
97507 +                       if (err) {
97508 +                               of_node_put(np2);
97509 +                               goto error;
97510 +                       }
97511 +               }
97512 +       }
97513  
97514         id = 0;
97515 -       for_each_compatible_node(np, "i2c", "marvell,mv64x60-i2c")
97516 +       for_each_compatible_node(np, "i2c", "marvell,mv64360-i2c")
97517                 if ((err = mv64x60_i2c_device_setup(np, id++)))
97518                         goto error;
97519  
97520         /* support up to one watchdog timer */
97521 -       np = of_find_compatible_node(np, NULL, "marvell,mv64x60-wdt");
97522 +       np = of_find_compatible_node(np, NULL, "marvell,mv64360-wdt");
97523         if (np) {
97524                 if ((err = mv64x60_wdt_device_setup(np, id)))
97525                         goto error;
97526 @@ -489,10 +491,10 @@
97527         if (!np)
97528                 goto not_mpsc;
97529  
97530 -       if (!of_device_is_compatible(np, "marvell,mpsc"))
97531 +       if (!of_device_is_compatible(np, "marvell,mv64360-mpsc"))
97532                 goto not_mpsc;
97533  
97534 -       prop = of_get_property(np, "block-index", NULL);
97535 +       prop = of_get_property(np, "cell-index", NULL);
97536         if (!prop)
97537                 goto not_mpsc;
97538  
97539 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pci.c powerpc.git/arch/powerpc/sysdev/mv64x60_pci.c
97540 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pci.c  2008-04-11 22:32:29.000000000 +0200
97541 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_pci.c       2008-04-19 16:40:52.000000000 +0200
97542 @@ -86,14 +86,14 @@
97543         struct platform_device *pdev;
97544         const unsigned int *prop;
97545  
97546 -       np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60");
97547 +       np = of_find_compatible_node(NULL, NULL, "marvell,mv64360");
97548         if (!np)
97549                 return 0;
97550  
97551         prop = of_get_property(np, "hs_reg_valid", NULL);
97552         of_node_put(np);
97553  
97554 -       pdev = platform_device_register_simple("marvell,mv64x60", 0, NULL, 0);
97555 +       pdev = platform_device_register_simple("marvell,mv64360", 0, NULL, 0);
97556         if (IS_ERR(pdev))
97557                 return PTR_ERR(pdev);
97558  
97559 @@ -166,6 +166,6 @@
97560  {
97561         struct device_node *np;
97562  
97563 -       for_each_compatible_node(np, "pci", "marvell,mv64x60-pci")
97564 +       for_each_compatible_node(np, "pci", "marvell,mv64360-pci")
97565                 mv64x60_add_bridge(np);
97566  }
97567 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pic.c powerpc.git/arch/powerpc/sysdev/mv64x60_pic.c
97568 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pic.c  2008-04-11 22:32:29.000000000 +0200
97569 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_pic.c       2008-04-19 16:40:52.000000000 +0200
97570 @@ -238,13 +238,13 @@
97571         const unsigned int *reg;
97572         unsigned long flags;
97573  
97574 -       np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
97575 +       np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
97576         reg = of_get_property(np, "reg", &size);
97577         paddr = of_translate_address(np, reg);
97578         mv64x60_gpp_reg_base = ioremap(paddr, reg[1]);
97579         of_node_put(np);
97580  
97581 -       np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-pic");
97582 +       np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-pic");
97583         reg = of_get_property(np, "reg", &size);
97584         paddr = of_translate_address(np, reg);
97585         mv64x60_irq_reg_base = ioremap(paddr, reg[1]);
97586 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_udbg.c powerpc.git/arch/powerpc/sysdev/mv64x60_udbg.c
97587 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_udbg.c 2008-04-11 22:32:29.000000000 +0200
97588 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_udbg.c      2008-04-19 16:40:52.000000000 +0200
97589 @@ -85,7 +85,7 @@
97590         if (!stdout)
97591                 return;
97592  
97593 -       for_each_compatible_node(np, "serial", "marvell,mpsc") {
97594 +       for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc") {
97595                 if (np == stdout)
97596                         break;
97597         }
97598 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.c powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.c
97599 --- linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.c   2008-04-11 22:32:29.000000000 +0200
97600 +++ powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.c        2008-04-19 16:40:52.000000000 +0200
97601 @@ -527,6 +527,7 @@
97602   *
97603   * ibm,plb-pciex-440spe
97604   * ibm,plb-pciex-405ex
97605 + * ibm,plb-pciex-460ex
97606   *
97607   * Anything else will be rejected for now as they are all subtly
97608   * different unfortunately.
97609 @@ -645,7 +646,7 @@
97610         int time_out = 20;
97611  
97612         /* Set PLL clock receiver to LVPECL */
97613 -       mtdcri(SDR0, PESDR0_PLLLCT1, mfdcri(SDR0, PESDR0_PLLLCT1) | 1 << 28);
97614 +       dcri_clrset(SDR0, PESDR0_PLLLCT1, 0, 1 << 28);
97615  
97616         /* Shouldn't we do all the calibration stuff etc... here ? */
97617         if (ppc440spe_pciex_check_reset(np))
97618 @@ -659,8 +660,7 @@
97619         }
97620  
97621         /* De-assert reset of PCIe PLL, wait for lock */
97622 -       mtdcri(SDR0, PESDR0_PLLLCT1,
97623 -              mfdcri(SDR0, PESDR0_PLLLCT1) & ~(1 << 24));
97624 +       dcri_clrset(SDR0, PESDR0_PLLLCT1, 1 << 24, 0);
97625         udelay(3);
97626  
97627         while (time_out) {
97628 @@ -712,9 +712,8 @@
97629                 mtdcri(SDR0, port->sdr_base + PESDRn_440SPE_HSSL7SET1,
97630                        0x35000000);
97631         }
97632 -       val = mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET);
97633 -       mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97634 -              (val & ~(1 << 24 | 1 << 16)) | 1 << 12);
97635 +       dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET,
97636 +                       (1 << 24) | (1 << 16), 1 << 12);
97637  
97638         return 0;
97639  }
97640 @@ -775,6 +774,115 @@
97641         .setup_utl      = ppc440speB_pciex_init_utl,
97642  };
97643  
97644 +static int __init ppc460ex_pciex_core_init(struct device_node *np)
97645 +{
97646 +       /* Nothing to do, return 2 ports */
97647 +       return 2;
97648 +}
97649 +
97650 +static int ppc460ex_pciex_init_port_hw(struct ppc4xx_pciex_port *port)
97651 +{
97652 +       u32 val;
97653 +       u32 utlset1;
97654 +
97655 +       if (port->endpoint)
97656 +               val = PTYPE_LEGACY_ENDPOINT << 20;
97657 +       else
97658 +               val = PTYPE_ROOT_PORT << 20;
97659 +
97660 +       if (port->index == 0) {
97661 +               val |= LNKW_X1 << 12;
97662 +               utlset1 = 0x20000000;
97663 +       } else {
97664 +               val |= LNKW_X4 << 12;
97665 +               utlset1 = 0x20101101;
97666 +       }
97667 +
97668 +       mtdcri(SDR0, port->sdr_base + PESDRn_DLPSET, val);
97669 +       mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET1, utlset1);
97670 +       mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET2, 0x01210000);
97671 +
97672 +       switch (port->index) {
97673 +       case 0:
97674 +               mtdcri(SDR0, PESDR0_460EX_L0CDRCTL, 0x00003230);
97675 +               mtdcri(SDR0, PESDR0_460EX_L0DRV, 0x00000136);
97676 +               mtdcri(SDR0, PESDR0_460EX_L0CLK, 0x00000006);
97677 +
97678 +               mtdcri(SDR0, PESDR0_460EX_PHY_CTL_RST,0x10000000);
97679 +               break;
97680 +
97681 +       case 1:
97682 +               mtdcri(SDR0, PESDR1_460EX_L0CDRCTL, 0x00003230);
97683 +               mtdcri(SDR0, PESDR1_460EX_L1CDRCTL, 0x00003230);
97684 +               mtdcri(SDR0, PESDR1_460EX_L2CDRCTL, 0x00003230);
97685 +               mtdcri(SDR0, PESDR1_460EX_L3CDRCTL, 0x00003230);
97686 +               mtdcri(SDR0, PESDR1_460EX_L0DRV, 0x00000136);
97687 +               mtdcri(SDR0, PESDR1_460EX_L1DRV, 0x00000136);
97688 +               mtdcri(SDR0, PESDR1_460EX_L2DRV, 0x00000136);
97689 +               mtdcri(SDR0, PESDR1_460EX_L3DRV, 0x00000136);
97690 +               mtdcri(SDR0, PESDR1_460EX_L0CLK, 0x00000006);
97691 +               mtdcri(SDR0, PESDR1_460EX_L1CLK, 0x00000006);
97692 +               mtdcri(SDR0, PESDR1_460EX_L2CLK, 0x00000006);
97693 +               mtdcri(SDR0, PESDR1_460EX_L3CLK, 0x00000006);
97694 +
97695 +               mtdcri(SDR0, PESDR1_460EX_PHY_CTL_RST,0x10000000);
97696 +               break;
97697 +       }
97698 +
97699 +       mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97700 +              mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) |
97701 +              (PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTPYN));
97702 +
97703 +       /* Poll for PHY reset */
97704 +       /* XXX FIXME add timeout */
97705 +       switch (port->index) {
97706 +       case 0:
97707 +               while (!(mfdcri(SDR0, PESDR0_460EX_RSTSTA) & 0x1))
97708 +                       udelay(10);
97709 +               break;
97710 +       case 1:
97711 +               while (!(mfdcri(SDR0, PESDR1_460EX_RSTSTA) & 0x1))
97712 +                       udelay(10);
97713 +               break;
97714 +       }
97715 +
97716 +       mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97717 +              (mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) &
97718 +               ~(PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTDL)) |
97719 +              PESDRx_RCSSET_RSTPYN);
97720 +
97721 +       port->has_ibpre = 1;
97722 +
97723 +       return 0;
97724 +}
97725 +
97726 +static int ppc460ex_pciex_init_utl(struct ppc4xx_pciex_port *port)
97727 +{
97728 +       dcr_write(port->dcrs, DCRO_PEGPL_SPECIAL, 0x0);
97729 +
97730 +       /*
97731 +        * Set buffer allocations and then assert VRB and TXE.
97732 +        */
97733 +       out_be32(port->utl_base + PEUTL_PBCTL,  0x0800000c);
97734 +       out_be32(port->utl_base + PEUTL_OUTTR,  0x08000000);
97735 +       out_be32(port->utl_base + PEUTL_INTR,   0x02000000);
97736 +       out_be32(port->utl_base + PEUTL_OPDBSZ, 0x04000000);
97737 +       out_be32(port->utl_base + PEUTL_PBBSZ,  0x00000000);
97738 +       out_be32(port->utl_base + PEUTL_IPHBSZ, 0x02000000);
97739 +       out_be32(port->utl_base + PEUTL_IPDBSZ, 0x04000000);
97740 +       out_be32(port->utl_base + PEUTL_RCIRQEN,0x00f00000);
97741 +       out_be32(port->utl_base + PEUTL_PCTL,   0x80800066);
97742 +
97743 +       return 0;
97744 +}
97745 +
97746 +static struct ppc4xx_pciex_hwops ppc460ex_pcie_hwops __initdata =
97747 +{
97748 +       .core_init      = ppc460ex_pciex_core_init,
97749 +       .port_init_hw   = ppc460ex_pciex_init_port_hw,
97750 +       .setup_utl      = ppc460ex_pciex_init_utl,
97751 +};
97752 +
97753  #endif /* CONFIG_44x */
97754  
97755  #ifdef CONFIG_40x
97756 @@ -830,17 +938,9 @@
97757          * PCIe boards don't show this problem.
97758          * This has to be re-tested and fixed in a later release!
97759          */
97760 -#if 0 /* XXX FIXME: Not resetting the PHY will leave all resources
97761 -       * configured as done previously by U-Boot. Then Linux will currently
97762 -       * not reassign them. So the PHY reset is now done always. This will
97763 -       * lead to problems with the Atheros PCIe board again.
97764 -       */
97765         val = mfdcri(SDR0, port->sdr_base + PESDRn_LOOP);
97766         if (!(val & 0x00001000))
97767                 ppc405ex_pcie_phy_reset(port);
97768 -#else
97769 -       ppc405ex_pcie_phy_reset(port);
97770 -#endif
97771  
97772         dcr_write(port->dcrs, DCRO_PEGPL_CFG, 0x10000000);  /* guarded on */
97773  
97774 @@ -896,6 +996,8 @@
97775                 else
97776                         ppc4xx_pciex_hwops = &ppc440speB_pcie_hwops;
97777         }
97778 +       if (of_device_is_compatible(np, "ibm,plb-pciex-460ex"))
97779 +               ppc4xx_pciex_hwops = &ppc460ex_pcie_hwops;
97780  #endif /* CONFIG_44x    */
97781  #ifdef CONFIG_40x
97782         if (of_device_is_compatible(np, "ibm,plb-pciex-405ex"))
97783 @@ -1042,8 +1144,7 @@
97784                 port->link = 0;
97785         }
97786  
97787 -       mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97788 -              mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) | 1 << 20);
97789 +       dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET, 0, 1 << 20);
97790         msleep(100);
97791  
97792         return 0;
97793 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.h powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.h
97794 --- linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.h   2008-04-11 22:32:29.000000000 +0200
97795 +++ powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.h        2008-04-19 16:40:52.000000000 +0200
97796 @@ -271,6 +271,59 @@
97797  #define PESDR1_405EX_PHYSTA            0x044C
97798  
97799  /*
97800 + * 460EX additional DCRs
97801 + */
97802 +#define PESDR0_460EX_L0BIST            0x0308
97803 +#define PESDR0_460EX_L0BISTSTS         0x0309
97804 +#define PESDR0_460EX_L0CDRCTL          0x030A
97805 +#define PESDR0_460EX_L0DRV             0x030B
97806 +#define PESDR0_460EX_L0REC             0x030C
97807 +#define PESDR0_460EX_L0LPB             0x030D
97808 +#define PESDR0_460EX_L0CLK             0x030E
97809 +#define PESDR0_460EX_PHY_CTL_RST       0x030F
97810 +#define PESDR0_460EX_RSTSTA            0x0310
97811 +#define PESDR0_460EX_OBS               0x0311
97812 +#define PESDR0_460EX_L0ERRC            0x0320
97813 +
97814 +#define PESDR1_460EX_L0BIST            0x0348
97815 +#define PESDR1_460EX_L1BIST            0x0349
97816 +#define PESDR1_460EX_L2BIST            0x034A
97817 +#define PESDR1_460EX_L3BIST            0x034B
97818 +#define PESDR1_460EX_L0BISTSTS         0x034C
97819 +#define PESDR1_460EX_L1BISTSTS         0x034D
97820 +#define PESDR1_460EX_L2BISTSTS         0x034E
97821 +#define PESDR1_460EX_L3BISTSTS         0x034F
97822 +#define PESDR1_460EX_L0CDRCTL          0x0350
97823 +#define PESDR1_460EX_L1CDRCTL          0x0351
97824 +#define PESDR1_460EX_L2CDRCTL          0x0352
97825 +#define PESDR1_460EX_L3CDRCTL          0x0353
97826 +#define PESDR1_460EX_L0DRV             0x0354
97827 +#define PESDR1_460EX_L1DRV             0x0355
97828 +#define PESDR1_460EX_L2DRV             0x0356
97829 +#define PESDR1_460EX_L3DRV             0x0357
97830 +#define PESDR1_460EX_L0REC             0x0358
97831 +#define PESDR1_460EX_L1REC             0x0359
97832 +#define PESDR1_460EX_L2REC             0x035A
97833 +#define PESDR1_460EX_L3REC             0x035B
97834 +#define PESDR1_460EX_L0LPB             0x035C
97835 +#define PESDR1_460EX_L1LPB             0x035D
97836 +#define PESDR1_460EX_L2LPB             0x035E
97837 +#define PESDR1_460EX_L3LPB             0x035F
97838 +#define PESDR1_460EX_L0CLK             0x0360
97839 +#define PESDR1_460EX_L1CLK             0x0361
97840 +#define PESDR1_460EX_L2CLK             0x0362
97841 +#define PESDR1_460EX_L3CLK             0x0363
97842 +#define PESDR1_460EX_PHY_CTL_RST       0x0364
97843 +#define PESDR1_460EX_RSTSTA            0x0365
97844 +#define PESDR1_460EX_OBS               0x0366
97845 +#define PESDR1_460EX_L0ERRC            0x0368
97846 +#define PESDR1_460EX_L1ERRC            0x0369
97847 +#define PESDR1_460EX_L2ERRC            0x036A
97848 +#define PESDR1_460EX_L3ERRC            0x036B
97849 +#define PESDR0_460EX_IHS1              0x036C
97850 +#define PESDR0_460EX_IHS2              0x036D
97851 +
97852 +/*
97853   * Of the above, some are common offsets from the base
97854   */
97855  #define PESDRn_UTLSET1                 0x00
97856 @@ -353,6 +406,12 @@
97857  #define PECFG_POM2LAL          0x390
97858  #define PECFG_POM2LAH          0x394
97859  
97860 +/* SDR Bit Mappings */
97861 +#define PESDRx_RCSSET_HLDPLB   0x10000000
97862 +#define PESDRx_RCSSET_RSTGU    0x01000000
97863 +#define PESDRx_RCSSET_RDY       0x00100000
97864 +#define PESDRx_RCSSET_RSTDL     0x00010000
97865 +#define PESDRx_RCSSET_RSTPYN    0x00001000
97866  
97867  enum
97868  {
97869 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_soc.c powerpc.git/arch/powerpc/sysdev/ppc4xx_soc.c
97870 --- linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_soc.c   1970-01-01 01:00:00.000000000 +0100
97871 +++ powerpc.git/arch/powerpc/sysdev/ppc4xx_soc.c        2008-04-19 16:40:52.000000000 +0200
97872 @@ -0,0 +1,200 @@
97873 +/*
97874 + * IBM/AMCC PPC4xx SoC setup code
97875 + *
97876 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
97877 + *
97878 + * L2 cache routines cloned from arch/ppc/syslib/ibm440gx_common.c which is:
97879 + *   Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
97880 + *   Copyright (c) 2003 - 2006 Zultys Technologies
97881 + *
97882 + * This program is free software; you can redistribute  it and/or modify it
97883 + * under  the terms of  the GNU General  Public License as published by the
97884 + * Free Software Foundation;  either version 2 of the  License, or (at your
97885 + * option) any later version.
97886 + */
97887 +
97888 +#include <linux/stddef.h>
97889 +#include <linux/kernel.h>
97890 +#include <linux/init.h>
97891 +#include <linux/errno.h>
97892 +#include <linux/interrupt.h>
97893 +#include <linux/irq.h>
97894 +#include <linux/of_platform.h>
97895 +
97896 +#include <asm/dcr.h>
97897 +#include <asm/dcr-regs.h>
97898 +#include <asm/reg.h>
97899 +
97900 +static u32 dcrbase_l2c;
97901 +
97902 +/*
97903 + * L2-cache
97904 + */
97905 +
97906 +/* Issue L2C diagnostic command */
97907 +static inline u32 l2c_diag(u32 addr)
97908 +{
97909 +       mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, addr);
97910 +       mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_DIAG);
97911 +       while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
97912 +               ;
97913 +
97914 +       return mfdcr(dcrbase_l2c + DCRN_L2C0_DATA);
97915 +}
97916 +
97917 +static irqreturn_t l2c_error_handler(int irq, void *dev)
97918 +{
97919 +       u32 sr = mfdcr(dcrbase_l2c + DCRN_L2C0_SR);
97920 +
97921 +       if (sr & L2C_SR_CPE) {
97922 +               /* Read cache trapped address */
97923 +               u32 addr = l2c_diag(0x42000000);
97924 +               printk(KERN_EMERG "L2C: Cache Parity Error, addr[16:26] = 0x%08x\n",
97925 +                      addr);
97926 +       }
97927 +       if (sr & L2C_SR_TPE) {
97928 +               /* Read tag trapped address */
97929 +               u32 addr = l2c_diag(0x82000000) >> 16;
97930 +               printk(KERN_EMERG "L2C: Tag Parity Error, addr[16:26] = 0x%08x\n",
97931 +                      addr);
97932 +       }
97933 +
97934 +       /* Clear parity errors */
97935 +       if (sr & (L2C_SR_CPE | L2C_SR_TPE)){
97936 +               mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
97937 +               mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
97938 +       } else {
97939 +               printk(KERN_EMERG "L2C: LRU error\n");
97940 +       }
97941 +
97942 +       return IRQ_HANDLED;
97943 +}
97944 +
97945 +static int __init ppc4xx_l2c_probe(void)
97946 +{
97947 +       struct device_node *np;
97948 +       u32 r;
97949 +       unsigned long flags;
97950 +       int irq;
97951 +       const u32 *dcrreg;
97952 +       u32 dcrbase_isram;
97953 +       int len;
97954 +       const u32 *prop;
97955 +       u32 l2_size;
97956 +
97957 +       np = of_find_compatible_node(NULL, NULL, "ibm,l2-cache");
97958 +       if (!np)
97959 +               return 0;
97960 +
97961 +       /* Get l2 cache size */
97962 +       prop = of_get_property(np, "cache-size", NULL);
97963 +       if (prop == NULL) {
97964 +               printk(KERN_ERR "%s: Can't get cache-size!\n", np->full_name);
97965 +               of_node_put(np);
97966 +               return -ENODEV;
97967 +       }
97968 +       l2_size = prop[0];
97969 +
97970 +       /* Map DCRs */
97971 +       dcrreg = of_get_property(np, "dcr-reg", &len);
97972 +       if (!dcrreg || (len != 4 * sizeof(u32))) {
97973 +               printk(KERN_ERR "%s: Can't get DCR register base !",
97974 +                      np->full_name);
97975 +               of_node_put(np);
97976 +               return -ENODEV;
97977 +       }
97978 +       dcrbase_isram = dcrreg[0];
97979 +       dcrbase_l2c = dcrreg[2];
97980 +
97981 +       /* Get and map irq number from device tree */
97982 +       irq = irq_of_parse_and_map(np, 0);
97983 +       if (irq == NO_IRQ) {
97984 +               printk(KERN_ERR "irq_of_parse_and_map failed\n");
97985 +               of_node_put(np);
97986 +               return -ENODEV;
97987 +       }
97988 +
97989 +       /* Install error handler */
97990 +       if (request_irq(irq, l2c_error_handler, IRQF_DISABLED, "L2C", 0) < 0) {
97991 +               printk(KERN_ERR "Cannot install L2C error handler"
97992 +                      ", cache is not enabled\n");
97993 +               of_node_put(np);
97994 +               return -ENODEV;
97995 +       }
97996 +
97997 +       local_irq_save(flags);
97998 +       asm volatile ("sync" ::: "memory");
97999 +
98000 +       /* Disable SRAM */
98001 +       mtdcr(dcrbase_isram + DCRN_SRAM0_DPC,
98002 +             mfdcr(dcrbase_isram + DCRN_SRAM0_DPC) & ~SRAM_DPC_ENABLE);
98003 +       mtdcr(dcrbase_isram + DCRN_SRAM0_SB0CR,
98004 +             mfdcr(dcrbase_isram + DCRN_SRAM0_SB0CR) & ~SRAM_SBCR_BU_MASK);
98005 +       mtdcr(dcrbase_isram + DCRN_SRAM0_SB1CR,
98006 +             mfdcr(dcrbase_isram + DCRN_SRAM0_SB1CR) & ~SRAM_SBCR_BU_MASK);
98007 +       mtdcr(dcrbase_isram + DCRN_SRAM0_SB2CR,
98008 +             mfdcr(dcrbase_isram + DCRN_SRAM0_SB2CR) & ~SRAM_SBCR_BU_MASK);
98009 +       mtdcr(dcrbase_isram + DCRN_SRAM0_SB3CR,
98010 +             mfdcr(dcrbase_isram + DCRN_SRAM0_SB3CR) & ~SRAM_SBCR_BU_MASK);
98011 +
98012 +       /* Enable L2_MODE without ICU/DCU */
98013 +       r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG) &
98014 +               ~(L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_SS_MASK);
98015 +       r |= L2C_CFG_L2M | L2C_CFG_SS_256;
98016 +       mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
98017 +
98018 +       mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
98019 +
98020 +       /* Hardware Clear Command */
98021 +       mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_HCC);
98022 +       while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
98023 +               ;
98024 +
98025 +       /* Clear Cache Parity and Tag Errors */
98026 +       mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
98027 +
98028 +       /* Enable 64G snoop region starting at 0 */
98029 +       r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP0) &
98030 +               ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
98031 +       r |= L2C_SNP_SSR_32G | L2C_SNP_ESR;
98032 +       mtdcr(dcrbase_l2c + DCRN_L2C0_SNP0, r);
98033 +
98034 +       r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP1) &
98035 +               ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
98036 +       r |= 0x80000000 | L2C_SNP_SSR_32G | L2C_SNP_ESR;
98037 +       mtdcr(dcrbase_l2c + DCRN_L2C0_SNP1, r);
98038 +
98039 +       asm volatile ("sync" ::: "memory");
98040 +
98041 +       /* Enable ICU/DCU ports */
98042 +       r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG);
98043 +       r &= ~(L2C_CFG_DCW_MASK | L2C_CFG_PMUX_MASK | L2C_CFG_PMIM
98044 +              | L2C_CFG_TPEI | L2C_CFG_CPEI | L2C_CFG_NAM | L2C_CFG_NBRM);
98045 +       r |= L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_TPC | L2C_CFG_CPC | L2C_CFG_FRAN
98046 +               | L2C_CFG_CPIM | L2C_CFG_TPIM | L2C_CFG_LIM | L2C_CFG_SMCM;
98047 +
98048 +       /* Check for 460EX/GT special handling */
98049 +       if (of_device_is_compatible(np, "ibm,l2-cache-460ex"))
98050 +               r |= L2C_CFG_RDBW;
98051 +
98052 +       mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
98053 +
98054 +       asm volatile ("sync; isync" ::: "memory");
98055 +       local_irq_restore(flags);
98056 +
98057 +       printk(KERN_INFO "%dk L2-cache enabled\n", l2_size >> 10);
98058 +
98059 +       of_node_put(np);
98060 +       return 0;
98061 +}
98062 +arch_initcall(ppc4xx_l2c_probe);
98063 +
98064 +/*
98065 + * At present, this routine just applies a system reset.
98066 + */
98067 +void ppc4xx_reset_system(char *cmd)
98068 +{
98069 +       mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_RST_SYSTEM);
98070 +       while (1)
98071 +               ;       /* Just in case the reset doesn't work */
98072 +}
98073 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/qe.c powerpc.git/arch/powerpc/sysdev/qe_lib/qe.c
98074 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/qe.c    2008-04-11 22:32:29.000000000 +0200
98075 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/qe.c 2008-04-19 16:40:52.000000000 +0200
98076 @@ -55,7 +55,7 @@
98077  /* We allocate this here because it is used almost exclusively for
98078   * the communication processor devices.
98079   */
98080 -struct qe_immap *qe_immr = NULL;
98081 +struct qe_immap __iomem *qe_immr;
98082  EXPORT_SYMBOL(qe_immr);
98083  
98084  static struct qe_snum snums[QE_NUM_OF_SNUM];   /* Dynamically allocated SNUMs */
98085 @@ -156,7 +156,7 @@
98086   */
98087  static unsigned int brg_clk = 0;
98088  
98089 -unsigned int get_brg_clk(void)
98090 +unsigned int qe_get_brg_clk(void)
98091  {
98092         struct device_node *qe;
98093         unsigned int size;
98094 @@ -180,6 +180,7 @@
98095  
98096         return brg_clk;
98097  }
98098 +EXPORT_SYMBOL(qe_get_brg_clk);
98099  
98100  /* Program the BRG to the given sampling rate and multiplier
98101   *
98102 @@ -197,7 +198,7 @@
98103         if ((brg < QE_BRG1) || (brg > QE_BRG16))
98104                 return -EINVAL;
98105  
98106 -       divisor = get_brg_clk() / (rate * multiplier);
98107 +       divisor = qe_get_brg_clk() / (rate * multiplier);
98108  
98109         if (divisor > QE_BRGC_DIVISOR_MAX + 1) {
98110                 div16 = QE_BRGC_DIV16;
98111 @@ -415,12 +416,6 @@
98112  }
98113  EXPORT_SYMBOL(qe_muram_dump);
98114  
98115 -void *qe_muram_addr(unsigned long offset)
98116 -{
98117 -       return (void *)&qe_immr->muram[offset];
98118 -}
98119 -EXPORT_SYMBOL(qe_muram_addr);
98120 -
98121  /* The maximum number of RISCs we support */
98122  #define MAX_QE_RISC     2
98123  
98124 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/qe_io.c powerpc.git/arch/powerpc/sysdev/qe_lib/qe_io.c
98125 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/qe_io.c 2008-04-11 22:32:29.000000000 +0200
98126 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/qe_io.c      2008-04-19 16:40:52.000000000 +0200
98127 @@ -22,6 +22,7 @@
98128  #include <linux/ioport.h>
98129  
98130  #include <asm/io.h>
98131 +#include <asm/qe.h>
98132  #include <asm/prom.h>
98133  #include <sysdev/fsl_soc.h>
98134  
98135 @@ -41,7 +42,7 @@
98136  #endif
98137  };
98138  
98139 -static struct port_regs *par_io = NULL;
98140 +static struct port_regs __iomem *par_io;
98141  static int num_par_io_ports = 0;
98142  
98143  int par_io_init(struct device_node *np)
98144 @@ -165,7 +166,7 @@
98145         }
98146  
98147         ph = of_get_property(np, "pio-handle", NULL);
98148 -       if (ph == 0) {
98149 +       if (ph == NULL) {
98150                 printk(KERN_ERR "pio-handle not available \n");
98151                 return -1;
98152         }
98153 @@ -200,7 +201,7 @@
98154  {
98155         unsigned int i;
98156  
98157 -       printk(KERN_INFO "%s: par_io=%p\n", __FUNCTION__, par_io);
98158 +       printk(KERN_INFO "%s: par_io=%p\n", __func__, par_io);
98159         for (i = 0; i < num_par_io_ports; i++) {
98160                 printk(KERN_INFO "      cpodr[%u]=%08x\n", i,
98161                         in_be32(&par_io[i].cpodr));
98162 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/ucc_fast.c powerpc.git/arch/powerpc/sysdev/qe_lib/ucc_fast.c
98163 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/ucc_fast.c      2008-04-11 22:32:29.000000000 +0200
98164 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/ucc_fast.c   2008-04-19 16:40:52.000000000 +0200
98165 @@ -148,57 +148,57 @@
98166  
98167         /* check if the UCC port number is in range. */
98168         if ((uf_info->ucc_num < 0) || (uf_info->ucc_num > UCC_MAX_NUM - 1)) {
98169 -               printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
98170 +               printk(KERN_ERR "%s: illegal UCC number\n", __func__);
98171                 return -EINVAL;
98172         }
98173  
98174         /* Check that 'max_rx_buf_length' is properly aligned (4). */
98175         if (uf_info->max_rx_buf_length & (UCC_FAST_MRBLR_ALIGNMENT - 1)) {
98176                 printk(KERN_ERR "%s: max_rx_buf_length not aligned\n",
98177 -                       __FUNCTION__);
98178 +                       __func__);
98179                 return -EINVAL;
98180         }
98181  
98182         /* Validate Virtual Fifo register values */
98183         if (uf_info->urfs < UCC_FAST_URFS_MIN_VAL) {
98184 -               printk(KERN_ERR "%s: urfs is too small\n", __FUNCTION__);
98185 +               printk(KERN_ERR "%s: urfs is too small\n", __func__);
98186                 return -EINVAL;
98187         }
98188  
98189         if (uf_info->urfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
98190 -               printk(KERN_ERR "%s: urfs is not aligned\n", __FUNCTION__);
98191 +               printk(KERN_ERR "%s: urfs is not aligned\n", __func__);
98192                 return -EINVAL;
98193         }
98194  
98195         if (uf_info->urfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
98196 -               printk(KERN_ERR "%s: urfet is not aligned.\n", __FUNCTION__);
98197 +               printk(KERN_ERR "%s: urfet is not aligned.\n", __func__);
98198                 return -EINVAL;
98199         }
98200  
98201         if (uf_info->urfset & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
98202 -               printk(KERN_ERR "%s: urfset is not aligned\n", __FUNCTION__);
98203 +               printk(KERN_ERR "%s: urfset is not aligned\n", __func__);
98204                 return -EINVAL;
98205         }
98206  
98207         if (uf_info->utfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
98208 -               printk(KERN_ERR "%s: utfs is not aligned\n", __FUNCTION__);
98209 +               printk(KERN_ERR "%s: utfs is not aligned\n", __func__);
98210                 return -EINVAL;
98211         }
98212  
98213         if (uf_info->utfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
98214 -               printk(KERN_ERR "%s: utfet is not aligned\n", __FUNCTION__);
98215 +               printk(KERN_ERR "%s: utfet is not aligned\n", __func__);
98216                 return -EINVAL;
98217         }
98218  
98219         if (uf_info->utftt & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
98220 -               printk(KERN_ERR "%s: utftt is not aligned\n", __FUNCTION__);
98221 +               printk(KERN_ERR "%s: utftt is not aligned\n", __func__);
98222                 return -EINVAL;
98223         }
98224  
98225         uccf = kzalloc(sizeof(struct ucc_fast_private), GFP_KERNEL);
98226         if (!uccf) {
98227                 printk(KERN_ERR "%s: Cannot allocate private data\n",
98228 -                       __FUNCTION__);
98229 +                       __func__);
98230                 return -ENOMEM;
98231         }
98232  
98233 @@ -207,7 +207,7 @@
98234         /* Set the PHY base address */
98235         uccf->uf_regs = ioremap(uf_info->regs, sizeof(struct ucc_fast));
98236         if (uccf->uf_regs == NULL) {
98237 -               printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
98238 +               printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
98239                 return -ENOMEM;
98240         }
98241  
98242 @@ -230,7 +230,7 @@
98243         /* Set UCC to fast type */
98244         ret = ucc_set_type(uf_info->ucc_num, UCC_SPEED_TYPE_FAST);
98245         if (ret) {
98246 -               printk(KERN_ERR "%s: cannot set UCC type\n", __FUNCTION__);
98247 +               printk(KERN_ERR "%s: cannot set UCC type\n", __func__);
98248                 ucc_fast_free(uccf);
98249                 return ret;
98250         }
98251 @@ -270,7 +270,7 @@
98252             qe_muram_alloc(uf_info->utfs, UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
98253         if (IS_ERR_VALUE(uccf->ucc_fast_tx_virtual_fifo_base_offset)) {
98254                 printk(KERN_ERR "%s: cannot allocate MURAM for TX FIFO\n",
98255 -                       __FUNCTION__);
98256 +                       __func__);
98257                 uccf->ucc_fast_tx_virtual_fifo_base_offset = 0;
98258                 ucc_fast_free(uccf);
98259                 return -ENOMEM;
98260 @@ -283,7 +283,7 @@
98261                            UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
98262         if (IS_ERR_VALUE(uccf->ucc_fast_rx_virtual_fifo_base_offset)) {
98263                 printk(KERN_ERR "%s: cannot allocate MURAM for RX FIFO\n",
98264 -                       __FUNCTION__);
98265 +                       __func__);
98266                 uccf->ucc_fast_rx_virtual_fifo_base_offset = 0;
98267                 ucc_fast_free(uccf);
98268                 return -ENOMEM;
98269 @@ -314,7 +314,7 @@
98270                     ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->rx_clock,
98271                                         COMM_DIR_RX)) {
98272                         printk(KERN_ERR "%s: illegal value for RX clock\n",
98273 -                              __FUNCTION__);
98274 +                              __func__);
98275                         ucc_fast_free(uccf);
98276                         return -EINVAL;
98277                 }
98278 @@ -323,7 +323,7 @@
98279                     ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->tx_clock,
98280                                         COMM_DIR_TX)) {
98281                         printk(KERN_ERR "%s: illegal value for TX clock\n",
98282 -                              __FUNCTION__);
98283 +                              __func__);
98284                         ucc_fast_free(uccf);
98285                         return -EINVAL;
98286                 }
98287 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/ucc_slow.c powerpc.git/arch/powerpc/sysdev/qe_lib/ucc_slow.c
98288 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/ucc_slow.c      2008-04-11 22:32:29.000000000 +0200
98289 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/ucc_slow.c   2008-04-19 16:40:52.000000000 +0200
98290 @@ -142,7 +142,7 @@
98291  
98292         /* check if the UCC port number is in range. */
98293         if ((us_info->ucc_num < 0) || (us_info->ucc_num > UCC_MAX_NUM - 1)) {
98294 -               printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
98295 +               printk(KERN_ERR "%s: illegal UCC number\n", __func__);
98296                 return -EINVAL;
98297         }
98298  
98299 @@ -161,7 +161,7 @@
98300         uccs = kzalloc(sizeof(struct ucc_slow_private), GFP_KERNEL);
98301         if (!uccs) {
98302                 printk(KERN_ERR "%s: Cannot allocate private data\n",
98303 -                       __FUNCTION__);
98304 +                       __func__);
98305                 return -ENOMEM;
98306         }
98307  
98308 @@ -170,7 +170,7 @@
98309         /* Set the PHY base address */
98310         uccs->us_regs = ioremap(us_info->regs, sizeof(struct ucc_slow));
98311         if (uccs->us_regs == NULL) {
98312 -               printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
98313 +               printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
98314                 return -ENOMEM;
98315         }
98316  
98317 @@ -189,7 +189,7 @@
98318         uccs->us_pram_offset =
98319                 qe_muram_alloc(UCC_SLOW_PRAM_SIZE, ALIGNMENT_OF_UCC_SLOW_PRAM);
98320         if (IS_ERR_VALUE(uccs->us_pram_offset)) {
98321 -               printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __FUNCTION__);
98322 +               printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __func__);
98323                 ucc_slow_free(uccs);
98324                 return -ENOMEM;
98325         }
98326 @@ -202,7 +202,7 @@
98327         /* Set UCC to slow type */
98328         ret = ucc_set_type(us_info->ucc_num, UCC_SPEED_TYPE_SLOW);
98329         if (ret) {
98330 -               printk(KERN_ERR "%s: cannot set UCC type", __FUNCTION__);
98331 +               printk(KERN_ERR "%s: cannot set UCC type", __func__);
98332                 ucc_slow_free(uccs);
98333                 return ret;
98334         }
98335 @@ -216,7 +216,7 @@
98336                 qe_muram_alloc(us_info->rx_bd_ring_len * sizeof(struct qe_bd),
98337                                 QE_ALIGNMENT_OF_BD);
98338         if (IS_ERR_VALUE(uccs->rx_base_offset)) {
98339 -               printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __FUNCTION__,
98340 +               printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __func__,
98341                         us_info->rx_bd_ring_len);
98342                 uccs->rx_base_offset = 0;
98343                 ucc_slow_free(uccs);
98344 @@ -227,7 +227,7 @@
98345                 qe_muram_alloc(us_info->tx_bd_ring_len * sizeof(struct qe_bd),
98346                         QE_ALIGNMENT_OF_BD);
98347         if (IS_ERR_VALUE(uccs->tx_base_offset)) {
98348 -               printk(KERN_ERR "%s: cannot allocate TX BDs", __FUNCTION__);
98349 +               printk(KERN_ERR "%s: cannot allocate TX BDs", __func__);
98350                 uccs->tx_base_offset = 0;
98351                 ucc_slow_free(uccs);
98352                 return -ENOMEM;
98353 @@ -317,7 +317,7 @@
98354                 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->rx_clock,
98355                                         COMM_DIR_RX)) {
98356                         printk(KERN_ERR "%s: illegal value for RX clock\n",
98357 -                              __FUNCTION__);
98358 +                              __func__);
98359                         ucc_slow_free(uccs);
98360                         return -EINVAL;
98361                 }
98362 @@ -325,7 +325,7 @@
98363                 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->tx_clock,
98364                                         COMM_DIR_TX)) {
98365                         printk(KERN_ERR "%s: illegal value for TX clock\n",
98366 -                              __FUNCTION__);
98367 +                              __func__);
98368                         ucc_slow_free(uccs);
98369                         return -EINVAL;
98370                 }
98371 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/rtc_cmos_setup.c powerpc.git/arch/powerpc/sysdev/rtc_cmos_setup.c
98372 --- linux-2.6.25-rc9/arch/powerpc/sysdev/rtc_cmos_setup.c       2008-04-11 22:32:29.000000000 +0200
98373 +++ powerpc.git/arch/powerpc/sysdev/rtc_cmos_setup.c    2008-04-19 16:40:52.000000000 +0200
98374 @@ -56,3 +56,5 @@
98375         return 0;
98376  }
98377  fs_initcall(add_rtc);
98378 +
98379 +MODULE_LICENSE("GPL");
98380 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_dev.c powerpc.git/arch/powerpc/sysdev/tsi108_dev.c
98381 --- linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_dev.c   2008-04-11 22:32:29.000000000 +0200
98382 +++ powerpc.git/arch/powerpc/sysdev/tsi108_dev.c        2008-04-19 16:40:52.000000000 +0200
98383 @@ -84,7 +84,7 @@
98384  
98385                 ret = of_address_to_resource(np, 0, &r[0]);
98386                 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
98387 -                       __FUNCTION__,r[0].name, r[0].start, r[0].end);
98388 +                       __func__,r[0].name, r[0].start, r[0].end);
98389                 if (ret)
98390                         goto err;
98391  
98392 @@ -93,7 +93,7 @@
98393                 r[1].end = irq_of_parse_and_map(np, 0);
98394                 r[1].flags = IORESOURCE_IRQ;
98395                 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
98396 -                       __FUNCTION__,r[1].name, r[1].start, r[1].end);
98397 +                       __func__,r[1].name, r[1].start, r[1].end);
98398  
98399                 tsi_eth_dev =
98400                     platform_device_register_simple("tsi-ethernet", i++, &r[0],
98401 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_pci.c powerpc.git/arch/powerpc/sysdev/tsi108_pci.c
98402 --- linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_pci.c   2008-04-11 22:32:29.000000000 +0200
98403 +++ powerpc.git/arch/powerpc/sysdev/tsi108_pci.c        2008-04-19 16:40:52.000000000 +0200
98404 @@ -207,7 +207,7 @@
98405         /* PCI Config mapping */
98406         tsi108_pci_cfg_base = (u32)ioremap(cfg_phys, TSI108_PCI_CFG_SIZE);
98407         tsi108_pci_cfg_phys = cfg_phys;
98408 -       DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __FUNCTION__,
98409 +       DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __func__,
98410             tsi108_pci_cfg_base);
98411  
98412         /* Fetch host bridge registers address */
98413 @@ -395,7 +395,7 @@
98414  static int pci_irq_host_map(struct irq_host *h, unsigned int virq,
98415                           irq_hw_number_t hw)
98416  {      unsigned int irq;
98417 -       DBG("%s(%d, 0x%lx)\n", __FUNCTION__, virq, hw);
98418 +       DBG("%s(%d, 0x%lx)\n", __func__, virq, hw);
98419         if ((virq >= 1) && (virq <= 4)){
98420                 irq = virq + IRQ_PCI_INTAD_BASE - 1;
98421                 get_irq_desc(irq)->status |= IRQ_LEVEL;
98422 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/xmon/xmon.c powerpc.git/arch/powerpc/xmon/xmon.c
98423 --- linux-2.6.25-rc9/arch/powerpc/xmon/xmon.c   2008-04-11 22:32:29.000000000 +0200
98424 +++ powerpc.git/arch/powerpc/xmon/xmon.c        2008-04-19 16:40:52.000000000 +0200
98425 @@ -45,7 +45,6 @@
98426  #ifdef CONFIG_PPC64
98427  #include <asm/hvcall.h>
98428  #include <asm/paca.h>
98429 -#include <asm/iseries/it_lp_reg_save.h>
98430  #endif
98431  
98432  #include "nonstdio.h"
98433 @@ -1244,15 +1243,12 @@
98434  
98435  static int xmon_depth_to_print = 64;
98436  
98437 -#ifdef CONFIG_PPC64
98438 -#define LRSAVE_OFFSET          0x10
98439 -#define REG_FRAME_MARKER       0x7265677368657265ul    /* "regshere" */
98440 -#define MARKER_OFFSET          0x60
98441 +#define LRSAVE_OFFSET          (STACK_FRAME_LR_SAVE * sizeof(unsigned long))
98442 +#define MARKER_OFFSET          (STACK_FRAME_MARKER * sizeof(unsigned long))
98443 +
98444 +#ifdef __powerpc64__
98445  #define REGS_OFFSET            0x70
98446  #else
98447 -#define LRSAVE_OFFSET          4
98448 -#define REG_FRAME_MARKER       0x72656773
98449 -#define MARKER_OFFSET          8
98450  #define REGS_OFFSET            16
98451  #endif
98452  
98453 @@ -1318,7 +1314,7 @@
98454                 /* Look for "regshere" marker to see if this is
98455                    an exception frame. */
98456                 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long))
98457 -                   && marker == REG_FRAME_MARKER) {
98458 +                   && marker == STACK_FRAME_REGS_MARKER) {
98459                         if (mread(sp + REGS_OFFSET, &regs, sizeof(regs))
98460                             != sizeof(regs)) {
98461                                 printf("Couldn't read registers at %lx\n",
98462 @@ -1598,7 +1594,6 @@
98463                 if (firmware_has_feature(FW_FEATURE_ISERIES)) {
98464                         struct paca_struct *ptrPaca;
98465                         struct lppaca *ptrLpPaca;
98466 -                       struct ItLpRegSave *ptrLpRegSave;
98467  
98468                         /* Dump out relevant Paca data areas. */
98469                         printf("Paca: \n");
98470 @@ -1611,15 +1606,6 @@
98471                         printf("    Saved Gpr3=%.16lx  Saved Gpr4=%.16lx \n",
98472                                ptrLpPaca->saved_gpr3, ptrLpPaca->saved_gpr4);
98473                         printf("    Saved Gpr5=%.16lx \n", ptrLpPaca->saved_gpr5);
98474 -
98475 -                       printf("  Local Processor Register Save Area (LpRegSave): \n");
98476 -                       ptrLpRegSave = ptrPaca->reg_save_ptr;
98477 -                       printf("    Saved Sprg0=%.16lx  Saved Sprg1=%.16lx \n",
98478 -                              ptrLpRegSave->xSPRG0, ptrLpRegSave->xSPRG0);
98479 -                       printf("    Saved Sprg2=%.16lx  Saved Sprg3=%.16lx \n",
98480 -                              ptrLpRegSave->xSPRG2, ptrLpRegSave->xSPRG3);
98481 -                       printf("    Saved Msr  =%.16lx  Saved Nia  =%.16lx \n",
98482 -                              ptrLpRegSave->xMSR, ptrLpRegSave->xNIA);
98483                 }
98484  #endif
98485  
98486 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/8xx_io/commproc.c powerpc.git/arch/ppc/8xx_io/commproc.c
98487 --- linux-2.6.25-rc9/arch/ppc/8xx_io/commproc.c 2008-04-11 22:32:29.000000000 +0200
98488 +++ powerpc.git/arch/ppc/8xx_io/commproc.c      2008-03-17 14:03:32.000000000 +0100
98489 @@ -43,7 +43,7 @@
98490  ({                                                                     \
98491         u32 offset = offsetof(immap_t, member);                         \
98492         void *addr = ioremap (IMAP_ADDR + offset,                       \
98493 -                             sizeof( ((immap_t*)0)->member));          \
98494 +                             FIELD_SIZEOF(immap_t, member));           \
98495         addr;                                                           \
98496  })
98497  
98498 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/8xx_io/fec.c powerpc.git/arch/ppc/8xx_io/fec.c
98499 --- linux-2.6.25-rc9/arch/ppc/8xx_io/fec.c      2008-04-11 22:32:29.000000000 +0200
98500 +++ powerpc.git/arch/ppc/8xx_io/fec.c   2008-04-19 16:40:52.000000000 +0200
98501 @@ -520,7 +520,7 @@
98502  #ifdef CONFIG_USE_MDIO
98503                         fec_enet_mii(dev);
98504  #else
98505 -printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__,__LINE__,__FUNCTION__);
98506 +printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__, __LINE__, __func__);
98507  #endif /* CONFIG_USE_MDIO */
98508                 }
98509  
98510 @@ -1441,7 +1441,7 @@
98511                 fecp->fec_ecntrl = ecntrl;      /* restore old settings */
98512         }
98513  #else
98514 -printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__,__LINE__,__FUNCTION__);
98515 +printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__, __LINE__, __func__);
98516  #endif /* CONFIG_USE_MDIO */
98517  
98518  #ifndef CONFIG_RPXCLASSIC
98519 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/kernel/head.S powerpc.git/arch/ppc/kernel/head.S
98520 --- linux-2.6.25-rc9/arch/ppc/kernel/head.S     2008-04-11 22:32:29.000000000 +0200
98521 +++ powerpc.git/arch/ppc/kernel/head.S  2008-03-17 14:03:32.000000000 +0100
98522 @@ -701,23 +701,6 @@
98523         b       fast_exception_return
98524  
98525  /*
98526 - * AltiVec unavailable trap from kernel - print a message, but let
98527 - * the task use AltiVec in the kernel until it returns to user mode.
98528 - */
98529 -KernelAltiVec:
98530 -       lwz     r3,_MSR(r1)
98531 -       oris    r3,r3,MSR_VEC@h
98532 -       stw     r3,_MSR(r1)     /* enable use of AltiVec after return */
98533 -       lis     r3,87f@h
98534 -       ori     r3,r3,87f@l
98535 -       mr      r4,r2           /* current */
98536 -       lwz     r5,_NIP(r1)
98537 -       bl      printk
98538 -       b       ret_from_except
98539 -87:    .string "AltiVec used in kernel  (task=%p, pc=%x)  \n"
98540 -       .align  4,0
98541 -
98542 -/*
98543   * giveup_altivec(tsk)
98544   * Disable AltiVec for the task given as the argument,
98545   * and save the AltiVec registers in its thread_struct.
98546 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/mm/init.c powerpc.git/arch/ppc/mm/init.c
98547 --- linux-2.6.25-rc9/arch/ppc/mm/init.c 2008-04-11 22:32:29.000000000 +0200
98548 +++ powerpc.git/arch/ppc/mm/init.c      2008-04-19 16:40:52.000000000 +0200
98549 @@ -109,7 +109,6 @@
98550  
98551         printk("Mem-info:\n");
98552         show_free_areas();
98553 -       printk("Free swap:       %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
98554         i = max_mapnr;
98555         while (i-- > 0) {
98556                 total++;
98557 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/platforms/radstone_ppc7d.c powerpc.git/arch/ppc/platforms/radstone_ppc7d.c
98558 --- linux-2.6.25-rc9/arch/ppc/platforms/radstone_ppc7d.c        2008-04-11 22:32:29.000000000 +0200
98559 +++ powerpc.git/arch/ppc/platforms/radstone_ppc7d.c     2008-04-19 16:40:52.000000000 +0200
98560 @@ -512,7 +512,7 @@
98561  {
98562         int irq;
98563  
98564 -       pr_debug("%s\n", __FUNCTION__);
98565 +       pr_debug("%s\n", __func__);
98566         i8259_init(0, 0);
98567         mv64360_init_irq();
98568  
98569 @@ -569,7 +569,7 @@
98570         };
98571         const long min_idsel = 10, max_idsel = 14, irqs_per_slot = 4;
98572  
98573 -       pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __FUNCTION__,
98574 +       pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __func__,
98575                  dev->vendor, dev->device, PCI_FUNC(dev->devfn), idsel, pin);
98576  
98577         return PCI_IRQ_TABLE_LOOKUP;
98578 @@ -1300,7 +1300,7 @@
98579         u32 data;
98580         u8 data8;
98581  
98582 -       pr_debug("%s: enter\n", __FUNCTION__);
98583 +       pr_debug("%s: enter\n", __func__);
98584  
98585         /* Wait for debugger? */
98586         if (ppc7d_wait_debugger) {
98587 @@ -1333,7 +1333,7 @@
98588          ppc_md.set_rtc_time = ppc7d_set_rtc_time;
98589          ppc_md.get_rtc_time = ppc7d_get_rtc_time;
98590  
98591 -       pr_debug("%s: exit\n", __FUNCTION__);
98592 +       pr_debug("%s: exit\n", __func__);
98593  }
98594  
98595  /* Called from machine_init(), early, before any of the __init functions
98596 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/syslib/mpc52xx_setup.c powerpc.git/arch/ppc/syslib/mpc52xx_setup.c
98597 --- linux-2.6.25-rc9/arch/ppc/syslib/mpc52xx_setup.c    2008-04-11 22:32:29.000000000 +0200
98598 +++ powerpc.git/arch/ppc/syslib/mpc52xx_setup.c 2008-04-19 16:40:52.000000000 +0200
98599 @@ -279,7 +279,7 @@
98600  
98601  int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv)
98602  {
98603 -       static spinlock_t lock = SPIN_LOCK_UNLOCKED;
98604 +       static DEFINE_SPINLOCK(lock);
98605         struct mpc52xx_cdm __iomem *cdm;
98606         unsigned long flags;
98607         u16 mclken_div;
98608 diff -x .git -Nur linux-2.6.25-rc9/arch/sparc64/Kconfig powerpc.git/arch/sparc64/Kconfig
98609 --- linux-2.6.25-rc9/arch/sparc64/Kconfig       2008-04-11 22:32:29.000000000 +0200
98610 +++ powerpc.git/arch/sparc64/Kconfig    2008-03-17 14:03:36.000000000 +0100
98611 @@ -16,6 +16,7 @@
98612         bool
98613         default y
98614         select HAVE_IDE
98615 +       select HAVE_LMB
98616         help
98617           SPARC is a family of RISC microprocessors designed and marketed by
98618           Sun Microsystems, incorporated.  This port covers the newer 64-bit
98619 diff -x .git -Nur linux-2.6.25-rc9/drivers/block/viodasd.c powerpc.git/drivers/block/viodasd.c
98620 --- linux-2.6.25-rc9/drivers/block/viodasd.c    2008-04-11 22:32:29.000000000 +0200
98621 +++ powerpc.git/drivers/block/viodasd.c 2008-04-19 16:40:53.000000000 +0200
98622 @@ -69,7 +69,7 @@
98623  enum {
98624         PARTITION_SHIFT = 3,
98625         MAX_DISKNO = HVMAXARCHITECTEDVIRTUALDISKS,
98626 -       MAX_DISK_NAME = sizeof(((struct gendisk *)0)->disk_name)
98627 +       MAX_DISK_NAME = FIELD_SIZEOF(struct gendisk, disk_name)
98628  };
98629  
98630  static DEFINE_SPINLOCK(viodasd_spinlock);
98631 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/hvc_beat.c powerpc.git/drivers/char/hvc_beat.c
98632 --- linux-2.6.25-rc9/drivers/char/hvc_beat.c    2008-04-11 22:32:29.000000000 +0200
98633 +++ powerpc.git/drivers/char/hvc_beat.c 2008-04-19 16:40:53.000000000 +0200
98634 @@ -78,8 +78,8 @@
98635         for (rest = cnt; rest > 0; rest -= nlen) {
98636                 nlen = (rest > 16) ? 16 : rest;
98637                 memcpy(kb, buf, nlen);
98638 -               beat_put_term_char(vtermno, rest, kb[0], kb[1]);
98639 -               rest -= nlen;
98640 +               beat_put_term_char(vtermno, nlen, kb[0], kb[1]);
98641 +               buf += nlen;
98642         }
98643         return cnt;
98644  }
98645 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/xilinx_hwicap/buffer_icap.c powerpc.git/drivers/char/xilinx_hwicap/buffer_icap.c
98646 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/buffer_icap.c   2008-04-11 22:32:29.000000000 +0200
98647 +++ powerpc.git/drivers/char/xilinx_hwicap/buffer_icap.c        2008-04-19 16:40:53.000000000 +0200
98648 @@ -74,7 +74,7 @@
98649  
98650  /**
98651   * buffer_icap_get_status - Get the contents of the status register.
98652 - * @base_address: is the base address of the device
98653 + * @drvdata: a pointer to the drvdata.
98654   *
98655   * The status register contains the ICAP status and the done bit.
98656   *
98657 @@ -88,9 +88,9 @@
98658   * D1 - Always 1
98659   * D0 - Done bit
98660   **/
98661 -static inline u32 buffer_icap_get_status(void __iomem *base_address)
98662 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata)
98663  {
98664 -       return in_be32(base_address + XHI_STATUS_REG_OFFSET);
98665 +       return in_be32(drvdata->base_address + XHI_STATUS_REG_OFFSET);
98666  }
98667  
98668  /**
98669 @@ -117,20 +117,8 @@
98670   **/
98671  static inline bool buffer_icap_busy(void __iomem *base_address)
98672  {
98673 -       return (buffer_icap_get_status(base_address) & 1) == XHI_NOT_FINISHED;
98674 -}
98675 -
98676 -/**
98677 - * buffer_icap_busy - Return true if the icap device is not busy
98678 - * @base_address: is the base address of the device
98679 - *
98680 - * The queries the low order bit of the status register, which
98681 - * indicates whether the current configuration or readback operation
98682 - * has completed.
98683 - **/
98684 -static inline bool buffer_icap_done(void __iomem *base_address)
98685 -{
98686 -       return (buffer_icap_get_status(base_address) & 1) == XHI_FINISHED;
98687 +       u32 status = in_be32(base_address + XHI_STATUS_REG_OFFSET);
98688 +       return (status & 1) == XHI_NOT_FINISHED;
98689  }
98690  
98691  /**
98692 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/xilinx_hwicap/buffer_icap.h powerpc.git/drivers/char/xilinx_hwicap/buffer_icap.h
98693 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/buffer_icap.h   2008-04-11 22:32:29.000000000 +0200
98694 +++ powerpc.git/drivers/char/xilinx_hwicap/buffer_icap.h        2008-04-19 16:40:53.000000000 +0200
98695 @@ -44,8 +44,6 @@
98696  #include <asm/io.h>
98697  #include "xilinx_hwicap.h"
98698  
98699 -void buffer_icap_reset(struct hwicap_drvdata *drvdata);
98700 -
98701  /* Loads a partial bitstream from system memory. */
98702  int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
98703                              u32 Size);
98704 @@ -54,4 +52,7 @@
98705  int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
98706                              u32 Size);
98707  
98708 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata);
98709 +void buffer_icap_reset(struct hwicap_drvdata *drvdata);
98710 +
98711  #endif
98712 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/xilinx_hwicap/fifo_icap.c powerpc.git/drivers/char/xilinx_hwicap/fifo_icap.c
98713 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/fifo_icap.c     2008-04-11 22:32:29.000000000 +0200
98714 +++ powerpc.git/drivers/char/xilinx_hwicap/fifo_icap.c  2008-04-19 16:40:53.000000000 +0200
98715 @@ -78,13 +78,6 @@
98716  #define XHI_CR_READ_MASK 0x00000002 /* Read from ICAP to FIFO */
98717  #define XHI_CR_WRITE_MASK 0x00000001 /* Write from FIFO to ICAP */
98718  
98719 -/* Status Register (SR) */
98720 -#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
98721 -#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
98722 -#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
98723 -#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
98724 -#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask  */
98725 -
98726  
98727  #define XHI_WFO_MAX_VACANCY 1024 /* Max Write FIFO Vacancy, in words */
98728  #define XHI_RFO_MAX_OCCUPANCY 256 /* Max Read FIFO Occupancy, in words */
98729 @@ -152,13 +145,35 @@
98730  }
98731  
98732  /**
98733 + * fifo_icap_get_status - Get the contents of the status register.
98734 + * @drvdata: a pointer to the drvdata.
98735 + *
98736 + * The status register contains the ICAP status and the done bit.
98737 + *
98738 + * D8 - cfgerr
98739 + * D7 - dalign
98740 + * D6 - rip
98741 + * D5 - in_abort_l
98742 + * D4 - Always 1
98743 + * D3 - Always 1
98744 + * D2 - Always 1
98745 + * D1 - Always 1
98746 + * D0 - Done bit
98747 + **/
98748 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata)
98749 +{
98750 +       u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
98751 +       dev_dbg(drvdata->dev, "Getting status = %x\n", status);
98752 +       return status;
98753 +}
98754 +
98755 +/**
98756   * fifo_icap_busy - Return true if the ICAP is still processing a transaction.
98757   * @drvdata: a pointer to the drvdata.
98758   **/
98759  static inline u32 fifo_icap_busy(struct hwicap_drvdata *drvdata)
98760  {
98761         u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
98762 -       dev_dbg(drvdata->dev, "Getting status = %x\n", status);
98763         return (status & XHI_SR_DONE_MASK) ? 0 : 1;
98764  }
98765  
98766 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/xilinx_hwicap/fifo_icap.h powerpc.git/drivers/char/xilinx_hwicap/fifo_icap.h
98767 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/fifo_icap.h     2008-04-11 22:32:29.000000000 +0200
98768 +++ powerpc.git/drivers/char/xilinx_hwicap/fifo_icap.h  2008-04-19 16:40:53.000000000 +0200
98769 @@ -56,6 +56,7 @@
98770                 u32 *FrameBuffer,
98771                 u32 NumWords);
98772  
98773 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata);
98774  void fifo_icap_reset(struct hwicap_drvdata *drvdata);
98775  void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata);
98776  
98777 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/xilinx_hwicap/xilinx_hwicap.c powerpc.git/drivers/char/xilinx_hwicap/xilinx_hwicap.c
98778 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/xilinx_hwicap.c 2008-04-11 22:32:29.000000000 +0200
98779 +++ powerpc.git/drivers/char/xilinx_hwicap/xilinx_hwicap.c      2008-04-19 16:40:53.000000000 +0200
98780 @@ -36,7 +36,7 @@
98781   *****************************************************************************/
98782  
98783  /*
98784 - * This is the code behind /dev/xilinx_icap -- it allows a user-space
98785 + * This is the code behind /dev/icap* -- it allows a user-space
98786   * application to use the Xilinx ICAP subsystem.
98787   *
98788   * The following operations are possible:
98789 @@ -67,7 +67,7 @@
98790   * user-space application code that uses this device.  The simplest
98791   * way to use this interface is simply:
98792   *
98793 - * cp foo.bit /dev/xilinx_icap
98794 + * cp foo.bit /dev/icap0
98795   *
98796   * Note that unless foo.bit is an appropriately constructed partial
98797   * bitstream, this has a high likelyhood of overwriting the design
98798 @@ -105,18 +105,14 @@
98799  #include "buffer_icap.h"
98800  #include "fifo_icap.h"
98801  
98802 -#define DRIVER_NAME "xilinx_icap"
98803 +#define DRIVER_NAME "icap"
98804  
98805  #define HWICAP_REGS   (0x10000)
98806  
98807 -/* dynamically allocate device number */
98808 -static int xhwicap_major;
98809 -static int xhwicap_minor;
98810 +#define XHWICAP_MAJOR 259
98811 +#define XHWICAP_MINOR 0
98812  #define HWICAP_DEVICES 1
98813  
98814 -module_param(xhwicap_major, int, S_IRUGO);
98815 -module_param(xhwicap_minor, int, S_IRUGO);
98816 -
98817  /* An array, which is set to true when the device is registered. */
98818  static bool probed_devices[HWICAP_DEVICES];
98819  static struct mutex icap_sem;
98820 @@ -250,8 +246,26 @@
98821          * Create the data to be written to the ICAP.
98822          */
98823         buffer[index++] = XHI_DUMMY_PACKET;
98824 +       buffer[index++] = XHI_NOOP_PACKET;
98825         buffer[index++] = XHI_SYNC_PACKET;
98826         buffer[index++] = XHI_NOOP_PACKET;
98827 +       buffer[index++] = XHI_NOOP_PACKET;
98828 +
98829 +       /*
98830 +        * Write the data to the FIFO and initiate the transfer of data present
98831 +        * in the FIFO to the ICAP device.
98832 +        */
98833 +       status = drvdata->config->set_configuration(drvdata,
98834 +                                                   &buffer[0], index);
98835 +       if (status)
98836 +               return status;
98837 +
98838 +       /* If the syncword was not found, then we need to start over. */
98839 +       status = drvdata->config->get_status(drvdata);
98840 +       if ((status & XHI_SR_DALIGN_MASK) != XHI_SR_DALIGN_MASK)
98841 +               return -EIO;
98842 +
98843 +       index = 0;
98844         buffer[index++] = hwicap_type_1_read(reg) | 1;
98845         buffer[index++] = XHI_NOOP_PACKET;
98846         buffer[index++] = XHI_NOOP_PACKET;
98847 @@ -587,7 +601,7 @@
98848         probed_devices[id] = 1;
98849         mutex_unlock(&icap_sem);
98850  
98851 -       devt = MKDEV(xhwicap_major, xhwicap_minor + id);
98852 +       devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR + id);
98853  
98854         drvdata = kzalloc(sizeof(struct hwicap_drvdata), GFP_KERNEL);
98855         if (!drvdata) {
98856 @@ -664,12 +678,14 @@
98857  static struct hwicap_driver_config buffer_icap_config = {
98858         .get_configuration = buffer_icap_get_configuration,
98859         .set_configuration = buffer_icap_set_configuration,
98860 +       .get_status = buffer_icap_get_status,
98861         .reset = buffer_icap_reset,
98862  };
98863  
98864  static struct hwicap_driver_config fifo_icap_config = {
98865         .get_configuration = fifo_icap_get_configuration,
98866         .set_configuration = fifo_icap_set_configuration,
98867 +       .get_status = fifo_icap_get_status,
98868         .reset = fifo_icap_reset,
98869  };
98870  
98871 @@ -690,7 +706,7 @@
98872         dev_set_drvdata(dev, NULL);
98873  
98874         mutex_lock(&icap_sem);
98875 -       probed_devices[MINOR(dev->devt)-xhwicap_minor] = 0;
98876 +       probed_devices[MINOR(dev->devt)-XHWICAP_MINOR] = 0;
98877         mutex_unlock(&icap_sem);
98878         return 0;               /* success */
98879  }
98880 @@ -830,23 +846,12 @@
98881         icap_class = class_create(THIS_MODULE, "xilinx_config");
98882         mutex_init(&icap_sem);
98883  
98884 -       if (xhwicap_major) {
98885 -               devt = MKDEV(xhwicap_major, xhwicap_minor);
98886 -               retval = register_chrdev_region(
98887 -                               devt,
98888 -                               HWICAP_DEVICES,
98889 -                               DRIVER_NAME);
98890 -               if (retval < 0)
98891 -                       return retval;
98892 -       } else {
98893 -               retval = alloc_chrdev_region(&devt,
98894 -                               xhwicap_minor,
98895 -                               HWICAP_DEVICES,
98896 -                               DRIVER_NAME);
98897 -               if (retval < 0)
98898 -                       return retval;
98899 -               xhwicap_major = MAJOR(devt);
98900 -       }
98901 +       devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98902 +       retval = register_chrdev_region(devt,
98903 +                                       HWICAP_DEVICES,
98904 +                                       DRIVER_NAME);
98905 +       if (retval < 0)
98906 +               return retval;
98907  
98908         retval = platform_driver_register(&hwicap_platform_driver);
98909  
98910 @@ -871,7 +876,7 @@
98911  
98912  static void __exit hwicap_module_cleanup(void)
98913  {
98914 -       dev_t devt = MKDEV(xhwicap_major, xhwicap_minor);
98915 +       dev_t devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98916  
98917         class_destroy(icap_class);
98918  
98919 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/xilinx_hwicap/xilinx_hwicap.h powerpc.git/drivers/char/xilinx_hwicap/xilinx_hwicap.h
98920 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/xilinx_hwicap.h 2008-04-11 22:32:29.000000000 +0200
98921 +++ powerpc.git/drivers/char/xilinx_hwicap/xilinx_hwicap.h      2008-04-19 16:40:53.000000000 +0200
98922 @@ -65,10 +65,27 @@
98923  };
98924  
98925  struct hwicap_driver_config {
98926 +       /* Read configuration data given by size into the data buffer.
98927 +          Return 0 if successful. */
98928         int (*get_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98929                         u32 size);
98930 +       /* Write configuration data given by size from the data buffer.
98931 +          Return 0 if successful. */
98932         int (*set_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98933                         u32 size);
98934 +       /* Get the status register, bit pattern given by:
98935 +        * D8 - 0 = configuration error
98936 +        * D7 - 1 = alignment found
98937 +        * D6 - 1 = readback in progress
98938 +        * D5 - 0 = abort in progress
98939 +        * D4 - Always 1
98940 +        * D3 - Always 1
98941 +        * D2 - Always 1
98942 +        * D1 - Always 1
98943 +        * D0 - 1 = operation completed
98944 +        */
98945 +       u32 (*get_status)(struct hwicap_drvdata *drvdata);
98946 +       /* Reset the hw */
98947         void (*reset)(struct hwicap_drvdata *drvdata);
98948  };
98949  
98950 @@ -163,6 +180,13 @@
98951  /* Constant to use for CRC check when CRC has been disabled */
98952  #define XHI_DISABLED_AUTO_CRC       0x0000DEFCUL
98953  
98954 +/* Meanings of the bits returned by get_status */
98955 +#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
98956 +#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
98957 +#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
98958 +#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
98959 +#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask  */
98960 +
98961  /**
98962   * hwicap_type_1_read - Generates a Type 1 read packet header.
98963   * @reg: is the address of the register to be read back.
98964 diff -x .git -Nur linux-2.6.25-rc9/drivers/mtd/nand/fsl_elbc_nand.c powerpc.git/drivers/mtd/nand/fsl_elbc_nand.c
98965 --- linux-2.6.25-rc9/drivers/mtd/nand/fsl_elbc_nand.c   2008-04-11 22:32:29.000000000 +0200
98966 +++ powerpc.git/drivers/mtd/nand/fsl_elbc_nand.c        2008-04-19 16:40:54.000000000 +0200
98967 @@ -36,207 +36,12 @@
98968  #include <linux/mtd/partitions.h>
98969  
98970  #include <asm/io.h>
98971 -
98972 +#include <asm/fsl_lbc.h>
98973  
98974  #define MAX_BANKS 8
98975  #define ERR_BYTE 0xFF /* Value returned for read bytes when read failed */
98976  #define FCM_TIMEOUT_MSECS 500 /* Maximum number of mSecs to wait for FCM */
98977  
98978 -struct elbc_bank {
98979 -       __be32 br;             /**< Base Register  */
98980 -#define BR_BA           0xFFFF8000
98981 -#define BR_BA_SHIFT             15
98982 -#define BR_PS           0x00001800
98983 -#define BR_PS_SHIFT             11
98984 -#define BR_PS_8         0x00000800  /* Port Size 8 bit */
98985 -#define BR_PS_16        0x00001000  /* Port Size 16 bit */
98986 -#define BR_PS_32        0x00001800  /* Port Size 32 bit */
98987 -#define BR_DECC         0x00000600
98988 -#define BR_DECC_SHIFT            9
98989 -#define BR_DECC_OFF     0x00000000  /* HW ECC checking and generation off */
98990 -#define BR_DECC_CHK     0x00000200  /* HW ECC checking on, generation off */
98991 -#define BR_DECC_CHK_GEN 0x00000400  /* HW ECC checking and generation on */
98992 -#define BR_WP           0x00000100
98993 -#define BR_WP_SHIFT              8
98994 -#define BR_MSEL         0x000000E0
98995 -#define BR_MSEL_SHIFT            5
98996 -#define BR_MS_GPCM      0x00000000  /* GPCM */
98997 -#define BR_MS_FCM       0x00000020  /* FCM */
98998 -#define BR_MS_SDRAM     0x00000060  /* SDRAM */
98999 -#define BR_MS_UPMA      0x00000080  /* UPMA */
99000 -#define BR_MS_UPMB      0x000000A0  /* UPMB */
99001 -#define BR_MS_UPMC      0x000000C0  /* UPMC */
99002 -#define BR_V            0x00000001
99003 -#define BR_V_SHIFT               0
99004 -#define BR_RES          ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
99005 -
99006 -       __be32 or;             /**< Base Register  */
99007 -#define OR0 0x5004
99008 -#define OR1 0x500C
99009 -#define OR2 0x5014
99010 -#define OR3 0x501C
99011 -#define OR4 0x5024
99012 -#define OR5 0x502C
99013 -#define OR6 0x5034
99014 -#define OR7 0x503C
99015 -
99016 -#define OR_FCM_AM               0xFFFF8000
99017 -#define OR_FCM_AM_SHIFT                 15
99018 -#define OR_FCM_BCTLD            0x00001000
99019 -#define OR_FCM_BCTLD_SHIFT              12
99020 -#define OR_FCM_PGS              0x00000400
99021 -#define OR_FCM_PGS_SHIFT                10
99022 -#define OR_FCM_CSCT             0x00000200
99023 -#define OR_FCM_CSCT_SHIFT                9
99024 -#define OR_FCM_CST              0x00000100
99025 -#define OR_FCM_CST_SHIFT                 8
99026 -#define OR_FCM_CHT              0x00000080
99027 -#define OR_FCM_CHT_SHIFT                 7
99028 -#define OR_FCM_SCY              0x00000070
99029 -#define OR_FCM_SCY_SHIFT                 4
99030 -#define OR_FCM_SCY_1            0x00000010
99031 -#define OR_FCM_SCY_2            0x00000020
99032 -#define OR_FCM_SCY_3            0x00000030
99033 -#define OR_FCM_SCY_4            0x00000040
99034 -#define OR_FCM_SCY_5            0x00000050
99035 -#define OR_FCM_SCY_6            0x00000060
99036 -#define OR_FCM_SCY_7            0x00000070
99037 -#define OR_FCM_RST              0x00000008
99038 -#define OR_FCM_RST_SHIFT                 3
99039 -#define OR_FCM_TRLX             0x00000004
99040 -#define OR_FCM_TRLX_SHIFT                2
99041 -#define OR_FCM_EHTR             0x00000002
99042 -#define OR_FCM_EHTR_SHIFT                1
99043 -};
99044 -
99045 -struct elbc_regs {
99046 -       struct elbc_bank bank[8];
99047 -       u8 res0[0x28];
99048 -       __be32 mar;             /**< UPM Address Register */
99049 -       u8 res1[0x4];
99050 -       __be32 mamr;            /**< UPMA Mode Register */
99051 -       __be32 mbmr;            /**< UPMB Mode Register */
99052 -       __be32 mcmr;            /**< UPMC Mode Register */
99053 -       u8 res2[0x8];
99054 -       __be32 mrtpr;           /**< Memory Refresh Timer Prescaler Register */
99055 -       __be32 mdr;             /**< UPM Data Register */
99056 -       u8 res3[0x4];
99057 -       __be32 lsor;            /**< Special Operation Initiation Register */
99058 -       __be32 lsdmr;           /**< SDRAM Mode Register */
99059 -       u8 res4[0x8];
99060 -       __be32 lurt;            /**< UPM Refresh Timer */
99061 -       __be32 lsrt;            /**< SDRAM Refresh Timer */
99062 -       u8 res5[0x8];
99063 -       __be32 ltesr;           /**< Transfer Error Status Register */
99064 -#define LTESR_BM   0x80000000
99065 -#define LTESR_FCT  0x40000000
99066 -#define LTESR_PAR  0x20000000
99067 -#define LTESR_WP   0x04000000
99068 -#define LTESR_ATMW 0x00800000
99069 -#define LTESR_ATMR 0x00400000
99070 -#define LTESR_CS   0x00080000
99071 -#define LTESR_CC   0x00000001
99072 -#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
99073 -       __be32 ltedr;           /**< Transfer Error Disable Register */
99074 -       __be32 lteir;           /**< Transfer Error Interrupt Register */
99075 -       __be32 lteatr;          /**< Transfer Error Attributes Register */
99076 -       __be32 ltear;           /**< Transfer Error Address Register */
99077 -       u8 res6[0xC];
99078 -       __be32 lbcr;            /**< Configuration Register */
99079 -#define LBCR_LDIS  0x80000000
99080 -#define LBCR_LDIS_SHIFT    31
99081 -#define LBCR_BCTLC 0x00C00000
99082 -#define LBCR_BCTLC_SHIFT   22
99083 -#define LBCR_AHD   0x00200000
99084 -#define LBCR_LPBSE 0x00020000
99085 -#define LBCR_LPBSE_SHIFT   17
99086 -#define LBCR_EPAR  0x00010000
99087 -#define LBCR_EPAR_SHIFT    16
99088 -#define LBCR_BMT   0x0000FF00
99089 -#define LBCR_BMT_SHIFT      8
99090 -#define LBCR_INIT  0x00040000
99091 -       __be32 lcrr;            /**< Clock Ratio Register */
99092 -#define LCRR_DBYP    0x80000000
99093 -#define LCRR_DBYP_SHIFT      31
99094 -#define LCRR_BUFCMDC 0x30000000
99095 -#define LCRR_BUFCMDC_SHIFT   28
99096 -#define LCRR_ECL     0x03000000
99097 -#define LCRR_ECL_SHIFT       24
99098 -#define LCRR_EADC    0x00030000
99099 -#define LCRR_EADC_SHIFT      16
99100 -#define LCRR_CLKDIV  0x0000000F
99101 -#define LCRR_CLKDIV_SHIFT     0
99102 -       u8 res7[0x8];
99103 -       __be32 fmr;             /**< Flash Mode Register */
99104 -#define FMR_CWTO     0x0000F000
99105 -#define FMR_CWTO_SHIFT       12
99106 -#define FMR_BOOT     0x00000800
99107 -#define FMR_ECCM     0x00000100
99108 -#define FMR_AL       0x00000030
99109 -#define FMR_AL_SHIFT          4
99110 -#define FMR_OP       0x00000003
99111 -#define FMR_OP_SHIFT          0
99112 -       __be32 fir;             /**< Flash Instruction Register */
99113 -#define FIR_OP0      0xF0000000
99114 -#define FIR_OP0_SHIFT        28
99115 -#define FIR_OP1      0x0F000000
99116 -#define FIR_OP1_SHIFT        24
99117 -#define FIR_OP2      0x00F00000
99118 -#define FIR_OP2_SHIFT        20
99119 -#define FIR_OP3      0x000F0000
99120 -#define FIR_OP3_SHIFT        16
99121 -#define FIR_OP4      0x0000F000
99122 -#define FIR_OP4_SHIFT        12
99123 -#define FIR_OP5      0x00000F00
99124 -#define FIR_OP5_SHIFT         8
99125 -#define FIR_OP6      0x000000F0
99126 -#define FIR_OP6_SHIFT         4
99127 -#define FIR_OP7      0x0000000F
99128 -#define FIR_OP7_SHIFT         0
99129 -#define FIR_OP_NOP   0x0       /* No operation and end of sequence */
99130 -#define FIR_OP_CA    0x1        /* Issue current column address */
99131 -#define FIR_OP_PA    0x2        /* Issue current block+page address */
99132 -#define FIR_OP_UA    0x3        /* Issue user defined address */
99133 -#define FIR_OP_CM0   0x4        /* Issue command from FCR[CMD0] */
99134 -#define FIR_OP_CM1   0x5        /* Issue command from FCR[CMD1] */
99135 -#define FIR_OP_CM2   0x6        /* Issue command from FCR[CMD2] */
99136 -#define FIR_OP_CM3   0x7        /* Issue command from FCR[CMD3] */
99137 -#define FIR_OP_WB    0x8        /* Write FBCR bytes from FCM buffer */
99138 -#define FIR_OP_WS    0x9        /* Write 1 or 2 bytes from MDR[AS] */
99139 -#define FIR_OP_RB    0xA        /* Read FBCR bytes to FCM buffer */
99140 -#define FIR_OP_RS    0xB        /* Read 1 or 2 bytes to MDR[AS] */
99141 -#define FIR_OP_CW0   0xC        /* Wait then issue FCR[CMD0] */
99142 -#define FIR_OP_CW1   0xD        /* Wait then issue FCR[CMD1] */
99143 -#define FIR_OP_RBW   0xE        /* Wait then read FBCR bytes */
99144 -#define FIR_OP_RSW   0xE        /* Wait then read 1 or 2 bytes */
99145 -       __be32 fcr;             /**< Flash Command Register */
99146 -#define FCR_CMD0     0xFF000000
99147 -#define FCR_CMD0_SHIFT       24
99148 -#define FCR_CMD1     0x00FF0000
99149 -#define FCR_CMD1_SHIFT       16
99150 -#define FCR_CMD2     0x0000FF00
99151 -#define FCR_CMD2_SHIFT        8
99152 -#define FCR_CMD3     0x000000FF
99153 -#define FCR_CMD3_SHIFT        0
99154 -       __be32 fbar;            /**< Flash Block Address Register */
99155 -#define FBAR_BLK     0x00FFFFFF
99156 -       __be32 fpar;            /**< Flash Page Address Register */
99157 -#define FPAR_SP_PI   0x00007C00
99158 -#define FPAR_SP_PI_SHIFT     10
99159 -#define FPAR_SP_MS   0x00000200
99160 -#define FPAR_SP_CI   0x000001FF
99161 -#define FPAR_SP_CI_SHIFT      0
99162 -#define FPAR_LP_PI   0x0003F000
99163 -#define FPAR_LP_PI_SHIFT     12
99164 -#define FPAR_LP_MS   0x00000800
99165 -#define FPAR_LP_CI   0x000007FF
99166 -#define FPAR_LP_CI_SHIFT      0
99167 -       __be32 fbcr;            /**< Flash Byte Count Register */
99168 -#define FBCR_BC      0x00000FFF
99169 -       u8 res11[0x8];
99170 -       u8 res8[0xF00];
99171 -};
99172 -
99173  struct fsl_elbc_ctrl;
99174  
99175  /* mtd information per set */
99176 @@ -261,7 +66,7 @@
99177  
99178         /* device info */
99179         struct device *dev;
99180 -       struct elbc_regs __iomem *regs;
99181 +       struct fsl_lbc_regs __iomem *regs;
99182         int irq;
99183         wait_queue_head_t irq_wait;
99184         unsigned int irq_status; /* status read from LTESR by irq handler */
99185 @@ -322,7 +127,7 @@
99186         struct nand_chip *chip = mtd->priv;
99187         struct fsl_elbc_mtd *priv = chip->priv;
99188         struct fsl_elbc_ctrl *ctrl = priv->ctrl;
99189 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99190 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99191         int buf_num;
99192  
99193         ctrl->page = page_addr;
99194 @@ -363,7 +168,7 @@
99195         struct nand_chip *chip = mtd->priv;
99196         struct fsl_elbc_mtd *priv = chip->priv;
99197         struct fsl_elbc_ctrl *ctrl = priv->ctrl;
99198 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99199 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99200  
99201         /* Setup the FMR[OP] to execute without write protection */
99202         out_be32(&lbc->fmr, priv->fmr | 3);
99203 @@ -406,7 +211,7 @@
99204  {
99205         struct fsl_elbc_mtd *priv = chip->priv;
99206         struct fsl_elbc_ctrl *ctrl = priv->ctrl;
99207 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99208 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99209  
99210         if (priv->page_size) {
99211                 out_be32(&lbc->fir,
99212 @@ -439,7 +244,7 @@
99213         struct nand_chip *chip = mtd->priv;
99214         struct fsl_elbc_mtd *priv = chip->priv;
99215         struct fsl_elbc_ctrl *ctrl = priv->ctrl;
99216 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99217 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99218  
99219         ctrl->use_mdr = 0;
99220  
99221 @@ -775,7 +580,7 @@
99222  {
99223         struct fsl_elbc_mtd *priv = chip->priv;
99224         struct fsl_elbc_ctrl *ctrl = priv->ctrl;
99225 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99226 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99227  
99228         if (ctrl->status != LTESR_CC)
99229                 return NAND_STATUS_FAIL;
99230 @@ -807,7 +612,7 @@
99231         struct nand_chip *chip = mtd->priv;
99232         struct fsl_elbc_mtd *priv = chip->priv;
99233         struct fsl_elbc_ctrl *ctrl = priv->ctrl;
99234 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99235 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99236         unsigned int al;
99237  
99238         /* calculate FMR Address Length field */
99239 @@ -922,7 +727,7 @@
99240  static int fsl_elbc_chip_init(struct fsl_elbc_mtd *priv)
99241  {
99242         struct fsl_elbc_ctrl *ctrl = priv->ctrl;
99243 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99244 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99245         struct nand_chip *chip = &priv->chip;
99246  
99247         dev_dbg(priv->dev, "eLBC Set Information for bank %d\n", priv->bank);
99248 @@ -986,7 +791,7 @@
99249  static int fsl_elbc_chip_probe(struct fsl_elbc_ctrl *ctrl,
99250                                 struct device_node *node)
99251  {
99252 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99253 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99254         struct fsl_elbc_mtd *priv;
99255         struct resource res;
99256  #ifdef CONFIG_MTD_PARTITIONS
99257 @@ -1083,7 +888,7 @@
99258  
99259  static int __devinit fsl_elbc_ctrl_init(struct fsl_elbc_ctrl *ctrl)
99260  {
99261 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99262 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99263  
99264         /* clear event registers */
99265         setbits32(&lbc->ltesr, LTESR_NAND_MASK);
99266 @@ -1128,7 +933,7 @@
99267  static irqreturn_t fsl_elbc_ctrl_irq(int irqno, void *data)
99268  {
99269         struct fsl_elbc_ctrl *ctrl = data;
99270 -       struct elbc_regs __iomem *lbc = ctrl->regs;
99271 +       struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
99272         __be32 status = in_be32(&lbc->ltesr) & LTESR_NAND_MASK;
99273  
99274         if (status) {
99275 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/Makefile powerpc.git/drivers/net/Makefile
99276 --- linux-2.6.25-rc9/drivers/net/Makefile       2008-04-11 22:32:29.000000000 +0200
99277 +++ powerpc.git/drivers/net/Makefile    2008-03-17 14:03:55.000000000 +0100
99278 @@ -218,7 +218,8 @@
99279  obj-$(CONFIG_BFIN_MAC) += bfin_mac.o
99280  obj-$(CONFIG_DM9000) += dm9000.o
99281  obj-$(CONFIG_FEC_8XX) += fec_8xx/
99282 -obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o
99283 +obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o
99284 +pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o
99285  obj-$(CONFIG_MLX4_CORE) += mlx4/
99286  obj-$(CONFIG_ENC28J60) += enc28j60.o
99287  
99288 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/iseries_veth.c powerpc.git/drivers/net/iseries_veth.c
99289 --- linux-2.6.25-rc9/drivers/net/iseries_veth.c 2008-04-11 22:32:29.000000000 +0200
99290 +++ powerpc.git/drivers/net/iseries_veth.c      2008-04-19 16:40:54.000000000 +0200
99291 @@ -308,7 +308,8 @@
99292  
99293  static int veth_allocate_events(HvLpIndex rlp, int number)
99294  {
99295 -       struct veth_allocation vc = { COMPLETION_INITIALIZER(vc.c), 0 };
99296 +       struct veth_allocation vc =
99297 +               { COMPLETION_INITIALIZER_ONSTACK(vc.c), 0 };
99298  
99299         mf_allocate_lp_events(rlp, HvLpEvent_Type_VirtualLan,
99300                             sizeof(struct veth_lpevent), number,
99301 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/pasemi_mac.c powerpc.git/drivers/net/pasemi_mac.c
99302 --- linux-2.6.25-rc9/drivers/net/pasemi_mac.c   2008-04-11 22:32:29.000000000 +0200
99303 +++ powerpc.git/drivers/net/pasemi_mac.c        2008-04-19 16:40:54.000000000 +0200
99304 @@ -55,15 +55,10 @@
99305   * - Multiqueue RX/TX
99306   */
99307  
99308 -
99309 -/* Must be a power of two */
99310 -#define RX_RING_SIZE 2048
99311 -#define TX_RING_SIZE 4096
99312 -
99313  #define LRO_MAX_AGGR 64
99314  
99315  #define PE_MIN_MTU     64
99316 -#define PE_MAX_MTU     1500
99317 +#define PE_MAX_MTU     9000
99318  #define PE_DEF_MTU     ETH_DATA_LEN
99319  
99320  #define DEFAULT_MSG_ENABLE       \
99321 @@ -76,16 +71,6 @@
99322          NETIF_MSG_RX_ERR       | \
99323          NETIF_MSG_TX_ERR)
99324  
99325 -#define TX_DESC(tx, num)       ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
99326 -#define TX_DESC_INFO(tx, num)  ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
99327 -#define RX_DESC(rx, num)       ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
99328 -#define RX_DESC_INFO(rx, num)  ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
99329 -#define RX_BUFF(rx, num)       ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
99330 -
99331 -#define RING_USED(ring)                (((ring)->next_to_fill - (ring)->next_to_clean) \
99332 -                                & ((ring)->size - 1))
99333 -#define RING_AVAIL(ring)       ((ring->size) - RING_USED(ring))
99334 -
99335  MODULE_LICENSE("GPL");
99336  MODULE_AUTHOR ("Olof Johansson <olof@lixom.net>");
99337  MODULE_DESCRIPTION("PA Semi PWRficient Ethernet driver");
99338 @@ -94,6 +79,8 @@
99339  module_param(debug, int, 0);
99340  MODULE_PARM_DESC(debug, "PA Semi MAC bitmapped debugging message enable value");
99341  
99342 +extern const struct ethtool_ops pasemi_mac_ethtool_ops;
99343 +
99344  static int translation_enabled(void)
99345  {
99346  #if defined(CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE)
99347 @@ -322,6 +309,104 @@
99348         return (nfrags + 3) & ~1;
99349  }
99350  
99351 +static struct pasemi_mac_csring *pasemi_mac_setup_csring(struct pasemi_mac *mac)
99352 +{
99353 +       struct pasemi_mac_csring *ring;
99354 +       u32 val;
99355 +       unsigned int cfg;
99356 +       int chno;
99357 +
99358 +       ring = pasemi_dma_alloc_chan(TXCHAN, sizeof(struct pasemi_mac_csring),
99359 +                                      offsetof(struct pasemi_mac_csring, chan));
99360 +
99361 +       if (!ring) {
99362 +               dev_err(&mac->pdev->dev, "Can't allocate checksum channel\n");
99363 +               goto out_chan;
99364 +       }
99365 +
99366 +       chno = ring->chan.chno;
99367 +
99368 +       ring->size = CS_RING_SIZE;
99369 +       ring->next_to_fill = 0;
99370 +
99371 +       /* Allocate descriptors */
99372 +       if (pasemi_dma_alloc_ring(&ring->chan, CS_RING_SIZE))
99373 +               goto out_ring_desc;
99374 +
99375 +       write_dma_reg(PAS_DMA_TXCHAN_BASEL(chno),
99376 +                     PAS_DMA_TXCHAN_BASEL_BRBL(ring->chan.ring_dma));
99377 +       val = PAS_DMA_TXCHAN_BASEU_BRBH(ring->chan.ring_dma >> 32);
99378 +       val |= PAS_DMA_TXCHAN_BASEU_SIZ(CS_RING_SIZE >> 3);
99379 +
99380 +       write_dma_reg(PAS_DMA_TXCHAN_BASEU(chno), val);
99381 +
99382 +       ring->events[0] = pasemi_dma_alloc_flag();
99383 +       ring->events[1] = pasemi_dma_alloc_flag();
99384 +       if (ring->events[0] < 0 || ring->events[1] < 0)
99385 +               goto out_flags;
99386 +
99387 +       pasemi_dma_clear_flag(ring->events[0]);
99388 +       pasemi_dma_clear_flag(ring->events[1]);
99389 +
99390 +       ring->fun = pasemi_dma_alloc_fun();
99391 +       if (ring->fun < 0)
99392 +               goto out_fun;
99393 +
99394 +       cfg = PAS_DMA_TXCHAN_CFG_TY_FUNC | PAS_DMA_TXCHAN_CFG_UP |
99395 +             PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) |
99396 +             PAS_DMA_TXCHAN_CFG_LPSQ | PAS_DMA_TXCHAN_CFG_LPDQ;
99397 +
99398 +       if (translation_enabled())
99399 +               cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
99400 +
99401 +       write_dma_reg(PAS_DMA_TXCHAN_CFG(chno), cfg);
99402 +
99403 +       /* enable channel */
99404 +       pasemi_dma_start_chan(&ring->chan, PAS_DMA_TXCHAN_TCMDSTA_SZ |
99405 +                                          PAS_DMA_TXCHAN_TCMDSTA_DB |
99406 +                                          PAS_DMA_TXCHAN_TCMDSTA_DE |
99407 +                                          PAS_DMA_TXCHAN_TCMDSTA_DA);
99408 +
99409 +       return ring;
99410 +
99411 +out_fun:
99412 +out_flags:
99413 +       if (ring->events[0] >= 0)
99414 +               pasemi_dma_free_flag(ring->events[0]);
99415 +       if (ring->events[1] >= 0)
99416 +               pasemi_dma_free_flag(ring->events[1]);
99417 +       pasemi_dma_free_ring(&ring->chan);
99418 +out_ring_desc:
99419 +       pasemi_dma_free_chan(&ring->chan);
99420 +out_chan:
99421 +
99422 +       return NULL;
99423 +}
99424 +
99425 +static void pasemi_mac_setup_csrings(struct pasemi_mac *mac)
99426 +{
99427 +       int i;
99428 +       mac->cs[0] = pasemi_mac_setup_csring(mac);
99429 +       if (mac->type == MAC_TYPE_XAUI)
99430 +               mac->cs[1] = pasemi_mac_setup_csring(mac);
99431 +       else
99432 +               mac->cs[1] = 0;
99433 +
99434 +       for (i = 0; i < MAX_CS; i++)
99435 +               if (mac->cs[i])
99436 +                       mac->num_cs++;
99437 +}
99438 +
99439 +static void pasemi_mac_free_csring(struct pasemi_mac_csring *csring)
99440 +{
99441 +       pasemi_dma_stop_chan(&csring->chan);
99442 +       pasemi_dma_free_flag(csring->events[0]);
99443 +       pasemi_dma_free_flag(csring->events[1]);
99444 +       pasemi_dma_free_ring(&csring->chan);
99445 +       pasemi_dma_free_chan(&csring->chan);
99446 +       pasemi_dma_free_fun(csring->fun);
99447 +}
99448 +
99449  static int pasemi_mac_setup_rx_resources(const struct net_device *dev)
99450  {
99451         struct pasemi_mac_rxring *ring;
99452 @@ -445,7 +530,7 @@
99453         cfg = PAS_DMA_TXCHAN_CFG_TY_IFACE |
99454               PAS_DMA_TXCHAN_CFG_TATTR(mac->dma_if) |
99455               PAS_DMA_TXCHAN_CFG_UP |
99456 -             PAS_DMA_TXCHAN_CFG_WT(2);
99457 +             PAS_DMA_TXCHAN_CFG_WT(4);
99458  
99459         if (translation_enabled())
99460                 cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
99461 @@ -810,13 +895,21 @@
99462                 u64 mactx = TX_DESC(txring, i);
99463                 struct sk_buff *skb;
99464  
99465 -               skb = TX_DESC_INFO(txring, i+1).skb;
99466 -               nr_frags = TX_DESC_INFO(txring, i).dma;
99467 -
99468                 if ((mactx  & XCT_MACTX_E) ||
99469                     (*chan->status & PAS_STATUS_ERROR))
99470                         pasemi_mac_tx_error(mac, mactx);
99471  
99472 +               /* Skip over control descriptors */
99473 +               if (!(mactx & XCT_MACTX_LLEN_M)) {
99474 +                       TX_DESC(txring, i) = 0;
99475 +                       TX_DESC(txring, i+1) = 0;
99476 +                       buf_count = 2;
99477 +                       continue;
99478 +               }
99479 +
99480 +               skb = TX_DESC_INFO(txring, i+1).skb;
99481 +               nr_frags = TX_DESC_INFO(txring, i).dma;
99482 +
99483                 if (unlikely(mactx & XCT_MACTX_O))
99484                         /* Not yet transmitted */
99485                         break;
99486 @@ -1041,13 +1134,7 @@
99487  {
99488         struct pasemi_mac *mac = netdev_priv(dev);
99489         unsigned int flags;
99490 -       int ret;
99491 -
99492 -       /* enable rx section */
99493 -       write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
99494 -
99495 -       /* enable tx section */
99496 -       write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
99497 +       int i, ret;
99498  
99499         flags = PAS_MAC_CFG_TXP_FCE | PAS_MAC_CFG_TXP_FPC(3) |
99500                 PAS_MAC_CFG_TXP_SL(3) | PAS_MAC_CFG_TXP_COB(0xf) |
99501 @@ -1064,6 +1151,19 @@
99502         if (!mac->tx)
99503                 goto out_tx_ring;
99504  
99505 +       /* We might already have allocated rings in case mtu was changed
99506 +        * before interface was brought up.
99507 +        */
99508 +       if (dev->mtu > 1500 && !mac->num_cs) {
99509 +               pasemi_mac_setup_csrings(mac);
99510 +               if (!mac->num_cs)
99511 +                       goto out_tx_ring;
99512 +       }
99513 +
99514 +       /* Zero out rmon counters */
99515 +       for (i = 0; i < 32; i++)
99516 +               write_mac_reg(mac, PAS_MAC_RMON(i), 0);
99517 +
99518         /* 0x3ff with 33MHz clock is about 31us */
99519         write_iob_reg(PAS_IOB_DMA_COM_TIMEOUTCFG,
99520                       PAS_IOB_DMA_COM_TIMEOUTCFG_TCNT(0x3ff));
99521 @@ -1247,7 +1347,7 @@
99522  {
99523         struct pasemi_mac *mac = netdev_priv(dev);
99524         unsigned int sta;
99525 -       int rxch, txch;
99526 +       int rxch, txch, i;
99527  
99528         rxch = rx_ring(mac)->chan.chno;
99529         txch = tx_ring(mac)->chan.chno;
99530 @@ -1292,6 +1392,13 @@
99531         free_irq(mac->tx->chan.irq, mac->tx);
99532         free_irq(mac->rx->chan.irq, mac->rx);
99533  
99534 +       for (i = 0; i < mac->num_cs; i++) {
99535 +               pasemi_mac_free_csring(mac->cs[i]);
99536 +               mac->cs[i] = NULL;
99537 +       }
99538 +
99539 +       mac->num_cs = 0;
99540 +
99541         /* Free resources */
99542         pasemi_mac_free_rx_resources(mac);
99543         pasemi_mac_free_tx_resources(mac);
99544 @@ -1299,35 +1406,113 @@
99545         return 0;
99546  }
99547  
99548 +static void pasemi_mac_queue_csdesc(const struct sk_buff *skb,
99549 +                                   const dma_addr_t *map,
99550 +                                   const unsigned int *map_size,
99551 +                                   struct pasemi_mac_txring *txring,
99552 +                                   struct pasemi_mac_csring *csring)
99553 +{
99554 +       u64 fund;
99555 +       dma_addr_t cs_dest;
99556 +       const int nh_off = skb_network_offset(skb);
99557 +       const int nh_len = skb_network_header_len(skb);
99558 +       const int nfrags = skb_shinfo(skb)->nr_frags;
99559 +       int cs_size, i, fill, hdr, cpyhdr, evt;
99560 +       dma_addr_t csdma;
99561 +
99562 +       fund = XCT_FUN_ST | XCT_FUN_RR_8BRES |
99563 +              XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
99564 +              XCT_FUN_CRM_SIG | XCT_FUN_LLEN(skb->len - nh_off) |
99565 +              XCT_FUN_SHL(nh_len >> 2) | XCT_FUN_SE;
99566 +
99567 +       switch (ip_hdr(skb)->protocol) {
99568 +       case IPPROTO_TCP:
99569 +               fund |= XCT_FUN_SIG_TCP4;
99570 +               /* TCP checksum is 16 bytes into the header */
99571 +               cs_dest = map[0] + skb_transport_offset(skb) + 16;
99572 +               break;
99573 +       case IPPROTO_UDP:
99574 +               fund |= XCT_FUN_SIG_UDP4;
99575 +               /* UDP checksum is 6 bytes into the header */
99576 +               cs_dest = map[0] + skb_transport_offset(skb) + 6;
99577 +               break;
99578 +       default:
99579 +               BUG();
99580 +       }
99581 +
99582 +       /* Do the checksum offloaded */
99583 +       fill = csring->next_to_fill;
99584 +       hdr = fill;
99585 +
99586 +       CS_DESC(csring, fill++) = fund;
99587 +       /* Room for 8BRES. Checksum result is really 2 bytes into it */
99588 +       csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2;
99589 +       CS_DESC(csring, fill++) = 0;
99590 +
99591 +       CS_DESC(csring, fill) = XCT_PTR_LEN(map_size[0]-nh_off) | XCT_PTR_ADDR(map[0]+nh_off);
99592 +       for (i = 1; i <= nfrags; i++)
99593 +               CS_DESC(csring, fill+i) = XCT_PTR_LEN(map_size[i]) | XCT_PTR_ADDR(map[i]);
99594 +
99595 +       fill += i;
99596 +       if (fill & 1)
99597 +               fill++;
99598 +
99599 +       /* Copy the result into the TCP packet */
99600 +       cpyhdr = fill;
99601 +       CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
99602 +                                 XCT_FUN_LLEN(2) | XCT_FUN_SE;
99603 +       CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(cs_dest) | XCT_PTR_T;
99604 +       CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(csdma);
99605 +       fill++;
99606 +
99607 +       evt = !csring->last_event;
99608 +       csring->last_event = evt;
99609 +
99610 +       /* Event handshaking with MAC TX */
99611 +       CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99612 +                                 CTRL_CMD_ETYPE_SET | CTRL_CMD_REG(csring->events[evt]);
99613 +       CS_DESC(csring, fill++) = 0;
99614 +       CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99615 +                                 CTRL_CMD_ETYPE_WCLR | CTRL_CMD_REG(csring->events[!evt]);
99616 +       CS_DESC(csring, fill++) = 0;
99617 +       csring->next_to_fill = fill & (CS_RING_SIZE-1);
99618 +
99619 +       cs_size = fill - hdr;
99620 +       write_dma_reg(PAS_DMA_TXCHAN_INCR(csring->chan.chno), (cs_size) >> 1);
99621 +
99622 +       /* TX-side event handshaking */
99623 +       fill = txring->next_to_fill;
99624 +       TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99625 +                                 CTRL_CMD_ETYPE_WSET | CTRL_CMD_REG(csring->events[evt]);
99626 +       TX_DESC(txring, fill++) = 0;
99627 +       TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99628 +                                 CTRL_CMD_ETYPE_CLR | CTRL_CMD_REG(csring->events[!evt]);
99629 +       TX_DESC(txring, fill++) = 0;
99630 +       txring->next_to_fill = fill;
99631 +
99632 +       write_dma_reg(PAS_DMA_TXCHAN_INCR(txring->chan.chno), 2);
99633 +
99634 +       return;
99635 +}
99636 +
99637  static int pasemi_mac_start_tx(struct sk_buff *skb, struct net_device *dev)
99638  {
99639 -       struct pasemi_mac *mac = netdev_priv(dev);
99640 -       struct pasemi_mac_txring *txring;
99641 -       u64 dflags, mactx;
99642 +       struct pasemi_mac * const mac = netdev_priv(dev);
99643 +       struct pasemi_mac_txring * const txring = tx_ring(mac);
99644 +       struct pasemi_mac_csring *csring;
99645 +       u64 dflags = 0;
99646 +       u64 mactx;
99647         dma_addr_t map[MAX_SKB_FRAGS+1];
99648         unsigned int map_size[MAX_SKB_FRAGS+1];
99649         unsigned long flags;
99650         int i, nfrags;
99651         int fill;
99652 +       const int nh_off = skb_network_offset(skb);
99653 +       const int nh_len = skb_network_header_len(skb);
99654  
99655 -       dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
99656 -
99657 -       if (skb->ip_summed == CHECKSUM_PARTIAL) {
99658 -               const unsigned char *nh = skb_network_header(skb);
99659 +       prefetch(&txring->ring_info);
99660  
99661 -               switch (ip_hdr(skb)->protocol) {
99662 -               case IPPROTO_TCP:
99663 -                       dflags |= XCT_MACTX_CSUM_TCP;
99664 -                       dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
99665 -                       dflags |= XCT_MACTX_IPO(nh - skb->data);
99666 -                       break;
99667 -               case IPPROTO_UDP:
99668 -                       dflags |= XCT_MACTX_CSUM_UDP;
99669 -                       dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
99670 -                       dflags |= XCT_MACTX_IPO(nh - skb->data);
99671 -                       break;
99672 -               }
99673 -       }
99674 +       dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
99675  
99676         nfrags = skb_shinfo(skb)->nr_frags;
99677  
99678 @@ -1350,24 +1535,46 @@
99679                 }
99680         }
99681  
99682 -       mactx = dflags | XCT_MACTX_LLEN(skb->len);
99683 +       if (skb->ip_summed == CHECKSUM_PARTIAL && skb->len <= 1540) {
99684 +               switch (ip_hdr(skb)->protocol) {
99685 +               case IPPROTO_TCP:
99686 +                       dflags |= XCT_MACTX_CSUM_TCP;
99687 +                       dflags |= XCT_MACTX_IPH(nh_len >> 2);
99688 +                       dflags |= XCT_MACTX_IPO(nh_off);
99689 +                       break;
99690 +               case IPPROTO_UDP:
99691 +                       dflags |= XCT_MACTX_CSUM_UDP;
99692 +                       dflags |= XCT_MACTX_IPH(nh_len >> 2);
99693 +                       dflags |= XCT_MACTX_IPO(nh_off);
99694 +                       break;
99695 +               default:
99696 +                       WARN_ON(1);
99697 +               }
99698 +       }
99699  
99700 -       txring = tx_ring(mac);
99701 +       mactx = dflags | XCT_MACTX_LLEN(skb->len);
99702  
99703         spin_lock_irqsave(&txring->lock, flags);
99704  
99705 -       fill = txring->next_to_fill;
99706 -
99707         /* Avoid stepping on the same cache line that the DMA controller
99708          * is currently about to send, so leave at least 8 words available.
99709          * Total free space needed is mactx + fragments + 8
99710          */
99711 -       if (RING_AVAIL(txring) < nfrags + 10) {
99712 +       if (RING_AVAIL(txring) < nfrags + 14) {
99713                 /* no room -- stop the queue and wait for tx intr */
99714                 netif_stop_queue(dev);
99715                 goto out_err;
99716         }
99717  
99718 +       /* Queue up checksum + event descriptors, if needed */
99719 +       if (mac->num_cs && skb->ip_summed == CHECKSUM_PARTIAL && skb->len > 1540) {
99720 +               csring = mac->cs[mac->last_cs];
99721 +               mac->last_cs = (mac->last_cs + 1) % mac->num_cs;
99722 +
99723 +               pasemi_mac_queue_csdesc(skb, map, map_size, txring, csring);
99724 +       }
99725 +
99726 +       fill = txring->next_to_fill;
99727         TX_DESC(txring, fill) = mactx;
99728         TX_DESC_INFO(txring, fill).dma = nfrags;
99729         fill++;
99730 @@ -1441,12 +1648,33 @@
99731         return pkts;
99732  }
99733  
99734 +#ifdef CONFIG_NET_POLL_CONTROLLER
99735 +/*
99736 + * Polling 'interrupt' - used by things like netconsole to send skbs
99737 + * without having to re-enable interrupts. It's not called while
99738 + * the interrupt routine is executing.
99739 + */
99740 +static void pasemi_mac_netpoll(struct net_device *dev)
99741 +{
99742 +       const struct pasemi_mac *mac = netdev_priv(dev);
99743 +
99744 +       disable_irq(mac->tx->chan.irq);
99745 +       pasemi_mac_tx_intr(mac->tx->chan.irq, mac->tx);
99746 +       enable_irq(mac->tx->chan.irq);
99747 +
99748 +       disable_irq(mac->rx->chan.irq);
99749 +       pasemi_mac_rx_intr(mac->rx->chan.irq, mac->rx);
99750 +       enable_irq(mac->rx->chan.irq);
99751 +}
99752 +#endif
99753 +
99754  static int pasemi_mac_change_mtu(struct net_device *dev, int new_mtu)
99755  {
99756         struct pasemi_mac *mac = netdev_priv(dev);
99757         unsigned int reg;
99758 -       unsigned int rcmdsta;
99759 +       unsigned int rcmdsta = 0;
99760         int running;
99761 +       int ret = 0;
99762  
99763         if (new_mtu < PE_MIN_MTU || new_mtu > PE_MAX_MTU)
99764                 return -EINVAL;
99765 @@ -1468,6 +1696,16 @@
99766                 pasemi_mac_pause_rxint(mac);
99767                 pasemi_mac_clean_rx(rx_ring(mac), RX_RING_SIZE);
99768                 pasemi_mac_free_rx_buffers(mac);
99769 +
99770 +       }
99771 +
99772 +       /* Setup checksum channels if large MTU and none already allocated */
99773 +       if (new_mtu > 1500 && !mac->num_cs) {
99774 +               pasemi_mac_setup_csrings(mac);
99775 +               if (!mac->num_cs) {
99776 +                       ret = -ENOMEM;
99777 +                       goto out;
99778 +               }
99779         }
99780  
99781         /* Change maxf, i.e. what size frames are accepted.
99782 @@ -1482,6 +1720,7 @@
99783         /* MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
99784         mac->bufsz = new_mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
99785  
99786 +out:
99787         if (running) {
99788                 write_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if),
99789                               rcmdsta | PAS_DMA_RXINT_RCMDSTA_EN);
99790 @@ -1494,7 +1733,7 @@
99791                 pasemi_mac_intf_enable(mac);
99792         }
99793  
99794 -       return 0;
99795 +       return ret;
99796  }
99797  
99798  static int __devinit
99799 @@ -1528,7 +1767,7 @@
99800         netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
99801  
99802         dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG |
99803 -                       NETIF_F_HIGHDMA;
99804 +                       NETIF_F_HIGHDMA | NETIF_F_GSO;
99805  
99806         mac->lro_mgr.max_aggr = LRO_MAX_AGGR;
99807         mac->lro_mgr.max_desc = MAX_LRO_DESCRIPTORS;
99808 @@ -1588,8 +1827,12 @@
99809         dev->mtu = PE_DEF_MTU;
99810         /* 1500 MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
99811         mac->bufsz = dev->mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
99812 +#ifdef CONFIG_NET_POLL_CONTROLLER
99813 +       dev->poll_controller = pasemi_mac_netpoll;
99814 +#endif
99815  
99816         dev->change_mtu = pasemi_mac_change_mtu;
99817 +       dev->ethtool_ops = &pasemi_mac_ethtool_ops;
99818  
99819         if (err)
99820                 goto out;
99821 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/pasemi_mac.h powerpc.git/drivers/net/pasemi_mac.h
99822 --- linux-2.6.25-rc9/drivers/net/pasemi_mac.h   2008-04-11 22:32:29.000000000 +0200
99823 +++ powerpc.git/drivers/net/pasemi_mac.h        2008-03-17 14:03:59.000000000 +0100
99824 @@ -26,7 +26,14 @@
99825  #include <linux/spinlock.h>
99826  #include <linux/phy.h>
99827  
99828 +/* Must be a power of two */
99829 +#define RX_RING_SIZE 2048
99830 +#define TX_RING_SIZE 4096
99831 +#define CS_RING_SIZE (TX_RING_SIZE*2)
99832 +
99833 +
99834  #define MAX_LRO_DESCRIPTORS 8
99835 +#define MAX_CS 2
99836  
99837  struct pasemi_mac_txring {
99838         struct pasemi_dmachan chan; /* Must be first */
99839 @@ -51,6 +58,15 @@
99840         struct pasemi_mac *mac; /* Needed in intr handler */
99841  };
99842  
99843 +struct pasemi_mac_csring {
99844 +       struct pasemi_dmachan chan;
99845 +       unsigned int    size;
99846 +       unsigned int    next_to_fill;
99847 +       int             events[2];
99848 +       int             last_event;
99849 +       int             fun;
99850 +};
99851 +
99852  struct pasemi_mac {
99853         struct net_device *netdev;
99854         struct pci_dev *pdev;
99855 @@ -60,10 +76,12 @@
99856         struct napi_struct napi;
99857  
99858         int             bufsz; /* RX ring buffer size */
99859 +       int             last_cs;
99860 +       int             num_cs;
99861 +       u32             dma_if;
99862         u8              type;
99863  #define MAC_TYPE_GMAC  1
99864  #define MAC_TYPE_XAUI  2
99865 -       u32     dma_if;
99866  
99867         u8              mac_addr[6];
99868  
99869 @@ -74,6 +92,7 @@
99870  
99871         struct pasemi_mac_txring *tx;
99872         struct pasemi_mac_rxring *rx;
99873 +       struct pasemi_mac_csring *cs[MAX_CS];
99874         char            tx_irq_name[10];                /* "eth%d tx" */
99875         char            rx_irq_name[10];                /* "eth%d rx" */
99876         int     link;
99877 @@ -90,6 +109,16 @@
99878         dma_addr_t      dma;
99879  };
99880  
99881 +#define TX_DESC(tx, num)       ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
99882 +#define TX_DESC_INFO(tx, num)  ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
99883 +#define RX_DESC(rx, num)       ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
99884 +#define RX_DESC_INFO(rx, num)  ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
99885 +#define RX_BUFF(rx, num)       ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
99886 +#define CS_DESC(cs, num)       ((cs)->chan.ring_virt[(num) & (CS_RING_SIZE-1)])
99887 +
99888 +#define RING_USED(ring)        (((ring)->next_to_fill - (ring)->next_to_clean) \
99889 +                               & ((ring)->size - 1))
99890 +#define RING_AVAIL(ring)       ((ring->size) - RING_USED(ring))
99891  
99892  /* PCI register offsets and formats */
99893  
99894 @@ -101,6 +130,7 @@
99895         PAS_MAC_CFG_ADR0 = 0x8c,
99896         PAS_MAC_CFG_ADR1 = 0x90,
99897         PAS_MAC_CFG_TXP = 0x98,
99898 +       PAS_MAC_CFG_RMON = 0x100,
99899         PAS_MAC_IPC_CHNL = 0x208,
99900  };
99901  
99902 @@ -172,6 +202,8 @@
99903  #define PAS_MAC_CFG_TXP_TIFG(x)                (((x) << PAS_MAC_CFG_TXP_TIFG_S) & \
99904                                          PAS_MAC_CFG_TXP_TIFG_M)
99905  
99906 +#define PAS_MAC_RMON(r)                        (0x100+(r)*4)
99907 +
99908  #define PAS_MAC_IPC_CHNL_DCHNO_M       0x003f0000
99909  #define PAS_MAC_IPC_CHNL_DCHNO_S       16
99910  #define PAS_MAC_IPC_CHNL_DCHNO(x)      (((x) << PAS_MAC_IPC_CHNL_DCHNO_S) & \
99911 @@ -181,4 +213,5 @@
99912  #define PAS_MAC_IPC_CHNL_BCH(x)                (((x) << PAS_MAC_IPC_CHNL_BCH_S) & \
99913                                          PAS_MAC_IPC_CHNL_BCH_M)
99914  
99915 +
99916  #endif /* PASEMI_MAC_H */
99917 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/pasemi_mac_ethtool.c powerpc.git/drivers/net/pasemi_mac_ethtool.c
99918 --- linux-2.6.25-rc9/drivers/net/pasemi_mac_ethtool.c   1970-01-01 01:00:00.000000000 +0100
99919 +++ powerpc.git/drivers/net/pasemi_mac_ethtool.c        2008-03-17 14:03:59.000000000 +0100
99920 @@ -0,0 +1,159 @@
99921 +/*
99922 + * Copyright (C) 2006-2008 PA Semi, Inc
99923 + *
99924 + * Ethtool hooks for the PA Semi PWRficient onchip 1G/10G Ethernet MACs
99925 + *
99926 + * This program is free software; you can redistribute it and/or modify
99927 + * it under the terms of the GNU General Public License version 2 as
99928 + * published by the Free Software Foundation.
99929 + *
99930 + * This program is distributed in the hope that it will be useful,
99931 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
99932 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99933 + * GNU General Public License for more details.
99934 + *
99935 + * You should have received a copy of the GNU General Public License
99936 + * along with this program; if not, write to the Free Software
99937 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
99938 + */
99939 +
99940 +
99941 +#include <linux/netdevice.h>
99942 +#include <linux/ethtool.h>
99943 +#include <linux/pci.h>
99944 +#include <linux/inet_lro.h>
99945 +
99946 +#include <asm/pasemi_dma.h>
99947 +#include "pasemi_mac.h"
99948 +
99949 +static struct {
99950 +       const char str[ETH_GSTRING_LEN];
99951 +} ethtool_stats_keys[] = {
99952 +       { "rx-drops" },
99953 +       { "rx-bytes" },
99954 +       { "rx-packets" },
99955 +       { "rx-broadcast-packets" },
99956 +       { "rx-multicast-packets" },
99957 +       { "rx-crc-errors" },
99958 +       { "rx-undersize-errors" },
99959 +       { "rx-oversize-errors" },
99960 +       { "rx-short-fragment-errors" },
99961 +       { "rx-jabber-errors" },
99962 +       { "rx-64-byte-packets" },
99963 +       { "rx-65-127-byte-packets" },
99964 +       { "rx-128-255-byte-packets" },
99965 +       { "rx-256-511-byte-packets" },
99966 +       { "rx-512-1023-byte-packets" },
99967 +       { "rx-1024-1518-byte-packets" },
99968 +       { "rx-pause-frames" },
99969 +       { "tx-bytes" },
99970 +       { "tx-packets" },
99971 +       { "tx-broadcast-packets" },
99972 +       { "tx-multicast-packets" },
99973 +       { "tx-collisions" },
99974 +       { "tx-late-collisions" },
99975 +       { "tx-excessive-collisions" },
99976 +       { "tx-crc-errors" },
99977 +       { "tx-undersize-errors" },
99978 +       { "tx-oversize-errors" },
99979 +       { "tx-64-byte-packets" },
99980 +       { "tx-65-127-byte-packets" },
99981 +       { "tx-128-255-byte-packets" },
99982 +       { "tx-256-511-byte-packets" },
99983 +       { "tx-512-1023-byte-packets" },
99984 +       { "tx-1024-1518-byte-packets" },
99985 +};
99986 +
99987 +static int
99988 +pasemi_mac_ethtool_get_settings(struct net_device *netdev,
99989 +                              struct ethtool_cmd *cmd)
99990 +{
99991 +       struct pasemi_mac *mac = netdev_priv(netdev);
99992 +       struct phy_device *phydev = mac->phydev;
99993 +
99994 +       return phy_ethtool_gset(phydev, cmd);
99995 +}
99996 +
99997 +static void
99998 +pasemi_mac_ethtool_get_drvinfo(struct net_device *netdev,
99999 +                              struct ethtool_drvinfo *drvinfo)
100000 +{
100001 +       struct pasemi_mac *mac;
100002 +       mac = netdev_priv(netdev);
100003 +
100004 +       /* clear and fill out info */
100005 +       memset(drvinfo, 0, sizeof(struct ethtool_drvinfo));
100006 +       strncpy(drvinfo->driver, "pasemi_mac", 12);
100007 +       strcpy(drvinfo->version, "N/A");
100008 +       strcpy(drvinfo->fw_version, "N/A");
100009 +       strncpy(drvinfo->bus_info, pci_name(mac->pdev), 32);
100010 +}
100011 +
100012 +static u32
100013 +pasemi_mac_ethtool_get_msglevel(struct net_device *netdev)
100014 +{
100015 +       struct pasemi_mac *mac = netdev_priv(netdev);
100016 +       return mac->msg_enable;
100017 +}
100018 +
100019 +static void
100020 +pasemi_mac_ethtool_set_msglevel(struct net_device *netdev,
100021 +                               u32 level)
100022 +{
100023 +       struct pasemi_mac *mac = netdev_priv(netdev);
100024 +       mac->msg_enable = level;
100025 +}
100026 +
100027 +
100028 +static void
100029 +pasemi_mac_ethtool_get_ringparam(struct net_device *netdev,
100030 +                                struct ethtool_ringparam *ering)
100031 +{
100032 +       struct pasemi_mac *mac = netdev->priv;
100033 +
100034 +       ering->tx_max_pending = TX_RING_SIZE/2;
100035 +       ering->tx_pending = RING_USED(mac->tx)/2;
100036 +       ering->rx_max_pending = RX_RING_SIZE/4;
100037 +       ering->rx_pending = RING_USED(mac->rx)/4;
100038 +}
100039 +
100040 +static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset)
100041 +{
100042 +       switch (sset) {
100043 +       case ETH_SS_STATS:
100044 +               return ARRAY_SIZE(ethtool_stats_keys);
100045 +       default:
100046 +               return -EOPNOTSUPP;
100047 +       }
100048 +}
100049 +
100050 +static void pasemi_mac_get_ethtool_stats(struct net_device *netdev,
100051 +               struct ethtool_stats *stats, u64 *data)
100052 +{
100053 +       struct pasemi_mac *mac = netdev->priv;
100054 +       int i;
100055 +
100056 +       data[0] = pasemi_read_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if))
100057 +                       >> PAS_DMA_RXINT_RCMDSTA_DROPS_S;
100058 +       for (i = 0; i < 32; i++)
100059 +               data[1+i] = pasemi_read_mac_reg(mac->dma_if, PAS_MAC_RMON(i));
100060 +}
100061 +
100062 +static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset,
100063 +                                  u8 *data)
100064 +{
100065 +       memcpy(data, ethtool_stats_keys, sizeof(ethtool_stats_keys));
100066 +}
100067 +
100068 +const struct ethtool_ops pasemi_mac_ethtool_ops = {
100069 +       .get_settings           = pasemi_mac_ethtool_get_settings,
100070 +       .get_drvinfo            = pasemi_mac_ethtool_get_drvinfo,
100071 +       .get_msglevel           = pasemi_mac_ethtool_get_msglevel,
100072 +       .set_msglevel           = pasemi_mac_ethtool_set_msglevel,
100073 +       .get_link               = ethtool_op_get_link,
100074 +       .get_ringparam          = pasemi_mac_ethtool_get_ringparam,
100075 +       .get_strings            = pasemi_mac_get_strings,
100076 +       .get_sset_count         = pasemi_mac_get_sset_count,
100077 +       .get_ethtool_stats      = pasemi_mac_get_ethtool_stats,
100078 +};
100079 +
100080 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ps3_gelic_net.c powerpc.git/drivers/net/ps3_gelic_net.c
100081 --- linux-2.6.25-rc9/drivers/net/ps3_gelic_net.c        2008-04-11 22:32:29.000000000 +0200
100082 +++ powerpc.git/drivers/net/ps3_gelic_net.c     2008-04-19 16:40:54.000000000 +0200
100083 @@ -1266,6 +1266,85 @@
100084         return 0;
100085  }
100086  
100087 +static void gelic_net_get_wol(struct net_device *netdev,
100088 +                             struct ethtool_wolinfo *wol)
100089 +{
100090 +       if (0 <= ps3_compare_firmware_version(2, 2, 0))
100091 +               wol->supported = WAKE_MAGIC;
100092 +       else
100093 +               wol->supported = 0;
100094 +
100095 +       wol->wolopts = ps3_sys_manager_get_wol() ? wol->supported : 0;
100096 +       memset(&wol->sopass, 0, sizeof(wol->sopass));
100097 +}
100098 +static int gelic_net_set_wol(struct net_device *netdev,
100099 +                            struct ethtool_wolinfo *wol)
100100 +{
100101 +       int status;
100102 +       struct gelic_card *card;
100103 +       u64 v1, v2;
100104 +
100105 +       if (ps3_compare_firmware_version(2, 2, 0) < 0 ||
100106 +           !capable(CAP_NET_ADMIN))
100107 +               return -EPERM;
100108 +
100109 +       if (wol->wolopts & ~WAKE_MAGIC)
100110 +               return -EINVAL;
100111 +
100112 +       card = netdev_card(netdev);
100113 +       if (wol->wolopts & WAKE_MAGIC) {
100114 +               status = lv1_net_control(bus_id(card), dev_id(card),
100115 +                                        GELIC_LV1_SET_WOL,
100116 +                                        GELIC_LV1_WOL_MAGIC_PACKET,
100117 +                                        0, GELIC_LV1_WOL_MP_ENABLE,
100118 +                                        &v1, &v2);
100119 +               if (status) {
100120 +                       pr_info("%s: enabling WOL failed %d\n", __func__,
100121 +                               status);
100122 +                       status = -EIO;
100123 +                       goto done;
100124 +               }
100125 +               status = lv1_net_control(bus_id(card), dev_id(card),
100126 +                                        GELIC_LV1_SET_WOL,
100127 +                                        GELIC_LV1_WOL_ADD_MATCH_ADDR,
100128 +                                        0, GELIC_LV1_WOL_MATCH_ALL,
100129 +                                        &v1, &v2);
100130 +               if (!status)
100131 +                       ps3_sys_manager_set_wol(1);
100132 +               else {
100133 +                       pr_info("%s: enabling WOL filter failed %d\n",
100134 +                               __func__, status);
100135 +                       status = -EIO;
100136 +               }
100137 +       } else {
100138 +               status = lv1_net_control(bus_id(card), dev_id(card),
100139 +                                        GELIC_LV1_SET_WOL,
100140 +                                        GELIC_LV1_WOL_MAGIC_PACKET,
100141 +                                        0, GELIC_LV1_WOL_MP_DISABLE,
100142 +                                        &v1, &v2);
100143 +               if (status) {
100144 +                       pr_info("%s: disabling WOL failed %d\n", __func__,
100145 +                               status);
100146 +                       status = -EIO;
100147 +                       goto done;
100148 +               }
100149 +               status = lv1_net_control(bus_id(card), dev_id(card),
100150 +                                        GELIC_LV1_SET_WOL,
100151 +                                        GELIC_LV1_WOL_DELETE_MATCH_ADDR,
100152 +                                        0, GELIC_LV1_WOL_MATCH_ALL,
100153 +                                        &v1, &v2);
100154 +               if (!status)
100155 +                       ps3_sys_manager_set_wol(0);
100156 +               else {
100157 +                       pr_info("%s: removing WOL filter failed %d\n",
100158 +                               __func__, status);
100159 +                       status = -EIO;
100160 +               }
100161 +       }
100162 +done:
100163 +       return status;
100164 +}
100165 +
100166  static struct ethtool_ops gelic_ether_ethtool_ops = {
100167         .get_drvinfo    = gelic_net_get_drvinfo,
100168         .get_settings   = gelic_ether_get_settings,
100169 @@ -1274,6 +1353,8 @@
100170         .set_tx_csum    = ethtool_op_set_tx_csum,
100171         .get_rx_csum    = gelic_net_get_rx_csum,
100172         .set_rx_csum    = gelic_net_set_rx_csum,
100173 +       .get_wol        = gelic_net_get_wol,
100174 +       .set_wol        = gelic_net_set_wol,
100175  };
100176  
100177  /**
100178 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ps3_gelic_net.h powerpc.git/drivers/net/ps3_gelic_net.h
100179 --- linux-2.6.25-rc9/drivers/net/ps3_gelic_net.h        2008-04-11 22:32:29.000000000 +0200
100180 +++ powerpc.git/drivers/net/ps3_gelic_net.h     2008-04-19 16:40:54.000000000 +0200
100181 @@ -182,12 +182,32 @@
100182         GELIC_LV1_GET_ETH_PORT_STATUS   = 2,
100183         GELIC_LV1_SET_NEGOTIATION_MODE  = 3,
100184         GELIC_LV1_GET_VLAN_ID           = 4,
100185 +       GELIC_LV1_SET_WOL               = 5,
100186         GELIC_LV1_GET_CHANNEL           = 6,
100187         GELIC_LV1_POST_WLAN_CMD         = 9,
100188         GELIC_LV1_GET_WLAN_CMD_RESULT   = 10,
100189         GELIC_LV1_GET_WLAN_EVENT        = 11
100190  };
100191  
100192 +/* for GELIC_LV1_SET_WOL */
100193 +enum gelic_lv1_wol_command {
100194 +       GELIC_LV1_WOL_MAGIC_PACKET      = 1,
100195 +       GELIC_LV1_WOL_ADD_MATCH_ADDR    = 6,
100196 +       GELIC_LV1_WOL_DELETE_MATCH_ADDR = 7,
100197 +};
100198 +
100199 +/* for GELIC_LV1_WOL_MAGIC_PACKET */
100200 +enum gelic_lv1_wol_mp_arg {
100201 +       GELIC_LV1_WOL_MP_DISABLE        = 0,
100202 +       GELIC_LV1_WOL_MP_ENABLE         = 1,
100203 +};
100204 +
100205 +/* for GELIC_LV1_WOL_{ADD,DELETE}_MATCH_ADDR */
100206 +enum gelic_lv1_wol_match_arg {
100207 +       GELIC_LV1_WOL_MATCH_INDIVIDUAL  = 0,
100208 +       GELIC_LV1_WOL_MATCH_ALL         = 1,
100209 +};
100210 +
100211  /* status returened from GET_ETH_PORT_STATUS */
100212  enum gelic_lv1_ether_port_status {
100213         GELIC_LV1_ETHER_LINK_UP         = 0x0000000000000001L,
100214 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ucc_geth.c powerpc.git/drivers/net/ucc_geth.c
100215 --- linux-2.6.25-rc9/drivers/net/ucc_geth.c     2008-04-11 22:32:29.000000000 +0200
100216 +++ powerpc.git/drivers/net/ucc_geth.c  2008-04-19 16:40:54.000000000 +0200
100217 @@ -3852,7 +3852,13 @@
100218  
100219         ugeth_vdbg("%s: IN", __FUNCTION__);
100220  
100221 -       prop = of_get_property(np, "device-id", NULL);
100222 +       prop = of_get_property(np, "cell-index", NULL);
100223 +       if (!prop) {
100224 +               prop = of_get_property(np, "device-id", NULL);
100225 +               if (!prop)
100226 +                       return -ENODEV;
100227 +       }
100228 +
100229         ucc_num = *prop - 1;
100230         if ((ucc_num < 0) || (ucc_num > 7))
100231                 return -ENODEV;
100232 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ucc_geth_mii.c powerpc.git/drivers/net/ucc_geth_mii.c
100233 --- linux-2.6.25-rc9/drivers/net/ucc_geth_mii.c 2008-04-11 22:32:29.000000000 +0200
100234 +++ powerpc.git/drivers/net/ucc_geth_mii.c      2008-04-19 16:40:54.000000000 +0200
100235 @@ -203,9 +203,14 @@
100236                 if ((res.start >= tempres.start) &&
100237                     (res.end <= tempres.end)) {
100238                         /* set this UCC to be the MII master */
100239 -                       const u32 *id = of_get_property(tempnp, "device-id", NULL);
100240 -                       if (id == NULL)
100241 -                               goto bus_register_fail;
100242 +                       const u32 *id;
100243 +
100244 +                       id = of_get_property(tempnp, "cell-index", NULL);
100245 +                       if (!id) {
100246 +                               id = of_get_property(tempnp, "device-id", NULL);
100247 +                               if (!id)
100248 +                                       goto bus_register_fail;
100249 +                       }
100250  
100251                         ucc_set_qe_mux_mii_mng(*id - 1);
100252  
100253 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/Kconfig powerpc.git/drivers/of/Kconfig
100254 --- linux-2.6.25-rc9/drivers/of/Kconfig 2008-04-11 22:32:29.000000000 +0200
100255 +++ powerpc.git/drivers/of/Kconfig      2008-04-19 16:40:55.000000000 +0200
100256 @@ -1,3 +1,15 @@
100257  config OF_DEVICE
100258         def_bool y
100259         depends on OF && (SPARC || PPC_OF)
100260 +
100261 +config OF_GPIO
100262 +       def_bool y
100263 +       depends on OF && PPC_OF && HAVE_GPIO_LIB
100264 +       help
100265 +         OpenFirmware GPIO accessors
100266 +
100267 +config OF_I2C
100268 +       def_bool y
100269 +       depends on OF && I2C
100270 +       help
100271 +         OpenFirmware I2C accessors
100272 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/Makefile powerpc.git/drivers/of/Makefile
100273 --- linux-2.6.25-rc9/drivers/of/Makefile        2008-04-11 22:32:29.000000000 +0200
100274 +++ powerpc.git/drivers/of/Makefile     2008-04-19 16:40:55.000000000 +0200
100275 @@ -1,2 +1,4 @@
100276  obj-y = base.o
100277  obj-$(CONFIG_OF_DEVICE) += device.o platform.o
100278 +obj-$(CONFIG_OF_GPIO)   += gpio.o
100279 +obj-$(CONFIG_OF_I2C)   += i2c.o
100280 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/base.c powerpc.git/drivers/of/base.c
100281 --- linux-2.6.25-rc9/drivers/of/base.c  2008-04-11 22:32:29.000000000 +0200
100282 +++ powerpc.git/drivers/of/base.c       2008-04-19 16:40:55.000000000 +0200
100283 @@ -117,6 +117,32 @@
100284  EXPORT_SYMBOL(of_device_is_compatible);
100285  
100286  /**
100287 + *  of_device_is_available - check if a device is available for use
100288 + *
100289 + *  @device: Node to check for availability
100290 + *
100291 + *  Returns 1 if the status property is absent or set to "okay" or "ok",
100292 + *  0 otherwise
100293 + */
100294 +int of_device_is_available(const struct device_node *device)
100295 +{
100296 +       const char *status;
100297 +       int statlen;
100298 +
100299 +       status = of_get_property(device, "status", &statlen);
100300 +       if (status == NULL)
100301 +               return 1;
100302 +
100303 +       if (statlen > 0) {
100304 +               if (!strcmp(status, "okay") || !strcmp(status, "ok"))
100305 +                       return 1;
100306 +       }
100307 +
100308 +       return 0;
100309 +}
100310 +EXPORT_SYMBOL(of_device_is_available);
100311 +
100312 +/**
100313   *     of_get_parent - Get a node's parent if any
100314   *     @node:  Node to get parent
100315   *
100316 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/gpio.c powerpc.git/drivers/of/gpio.c
100317 --- linux-2.6.25-rc9/drivers/of/gpio.c  1970-01-01 01:00:00.000000000 +0100
100318 +++ powerpc.git/drivers/of/gpio.c       2008-04-19 16:40:55.000000000 +0200
100319 @@ -0,0 +1,242 @@
100320 +/*
100321 + * OF helpers for the GPIO API
100322 + *
100323 + * Copyright (c) 2007-2008  MontaVista Software, Inc.
100324 + *
100325 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
100326 + *
100327 + * This program is free software; you can redistribute it and/or modify
100328 + * it under the terms of the GNU General Public License as published by
100329 + * the Free Software Foundation; either version 2 of the License, or
100330 + * (at your option) any later version.
100331 + */
100332 +
100333 +#include <linux/kernel.h>
100334 +#include <linux/errno.h>
100335 +#include <linux/io.h>
100336 +#include <linux/of.h>
100337 +#include <linux/of_gpio.h>
100338 +#include <asm/prom.h>
100339 +
100340 +/**
100341 + * of_get_gpio - Get a GPIO number from the device tree to use with GPIO API
100342 + * @np:                device node to get GPIO from
100343 + * @index:     index of the GPIO
100344 + *
100345 + * Returns GPIO number to use with Linux generic GPIO API, or one of the errno
100346 + * value on the error condition.
100347 + */
100348 +int of_get_gpio(struct device_node *np, int index)
100349 +{
100350 +       int ret = -EINVAL;
100351 +       struct device_node *gc;
100352 +       struct of_gpio_chip *of_gc = NULL;
100353 +       int size;
100354 +       const u32 *gpios;
100355 +       u32 nr_cells;
100356 +       int i;
100357 +       const void *gpio_spec;
100358 +       const u32 *gpio_cells;
100359 +       int gpio_index = 0;
100360 +
100361 +       gpios = of_get_property(np, "gpios", &size);
100362 +       if (!gpios) {
100363 +               ret = -ENOENT;
100364 +               goto err0;
100365 +       }
100366 +       nr_cells = size / sizeof(u32);
100367 +
100368 +       for (i = 0; i < nr_cells; gpio_index++) {
100369 +               const phandle *gpio_phandle;
100370 +
100371 +               gpio_phandle = gpios + i;
100372 +               gpio_spec = gpio_phandle + 1;
100373 +
100374 +               /* one cell hole in the gpios = <>; */
100375 +               if (!*gpio_phandle) {
100376 +                       if (gpio_index == index)
100377 +                               return -ENOENT;
100378 +                       i++;
100379 +                       continue;
100380 +               }
100381 +
100382 +               gc = of_find_node_by_phandle(*gpio_phandle);
100383 +               if (!gc) {
100384 +                       pr_debug("%s: could not find phandle for gpios\n",
100385 +                                np->full_name);
100386 +                       goto err0;
100387 +               }
100388 +
100389 +               of_gc = gc->data;
100390 +               if (!of_gc) {
100391 +                       pr_debug("%s: gpio controller %s isn't registered\n",
100392 +                                np->full_name, gc->full_name);
100393 +                       goto err1;
100394 +               }
100395 +
100396 +               gpio_cells = of_get_property(gc, "#gpio-cells", &size);
100397 +               if (!gpio_cells || size != sizeof(*gpio_cells) ||
100398 +                               *gpio_cells != of_gc->gpio_cells) {
100399 +                       pr_debug("%s: wrong #gpio-cells for %s\n",
100400 +                                np->full_name, gc->full_name);
100401 +                       goto err1;
100402 +               }
100403 +
100404 +               /* Next phandle is at phandle cells + #gpio-cells */
100405 +               i += sizeof(*gpio_phandle) / sizeof(u32) + *gpio_cells;
100406 +               if (i >= nr_cells + 1) {
100407 +                       pr_debug("%s: insufficient gpio-spec length\n",
100408 +                                np->full_name);
100409 +                       goto err1;
100410 +               }
100411 +
100412 +               if (gpio_index == index)
100413 +                       break;
100414 +
100415 +               of_gc = NULL;
100416 +               of_node_put(gc);
100417 +       }
100418 +
100419 +       if (!of_gc) {
100420 +               ret = -ENOENT;
100421 +               goto err0;
100422 +       }
100423 +
100424 +       ret = of_gc->xlate(of_gc, np, gpio_spec);
100425 +       if (ret < 0)
100426 +               goto err1;
100427 +
100428 +       ret += of_gc->gc.base;
100429 +err1:
100430 +       of_node_put(gc);
100431 +err0:
100432 +       pr_debug("%s exited with status %d\n", __func__, ret);
100433 +       return ret;
100434 +}
100435 +EXPORT_SYMBOL(of_get_gpio);
100436 +
100437 +/**
100438 + * of_gpio_simple_xlate - translate gpio_spec to the GPIO number
100439 + * @of_gc:     pointer to the of_gpio_chip structure
100440 + * @np:                device node of the GPIO chip
100441 + * @gpio_spec: gpio specifier as found in the device tree
100442 + *
100443 + * This is simple translation function, suitable for the most 1:1 mapped
100444 + * gpio chips. This function performs only one sanity check: whether gpio
100445 + * is less than ngpios (that is specified in the gpio_chip).
100446 + */
100447 +int of_gpio_simple_xlate(struct of_gpio_chip *of_gc, struct device_node *np,
100448 +                        const void *gpio_spec)
100449 +{
100450 +       const u32 *gpio = gpio_spec;
100451 +
100452 +       if (*gpio > of_gc->gc.ngpio)
100453 +               return -EINVAL;
100454 +
100455 +       return *gpio;
100456 +}
100457 +EXPORT_SYMBOL(of_gpio_simple_xlate);
100458 +
100459 +/* Should be sufficient for now, later we'll use dynamic bases. */
100460 +#if defined(CONFIG_PPC32) || defined(CONFIG_SPARC32)
100461 +#define GPIOS_PER_CHIP 32
100462 +#else
100463 +#define GPIOS_PER_CHIP 64
100464 +#endif
100465 +
100466 +static int of_get_gpiochip_base(struct device_node *np)
100467 +{
100468 +       struct device_node *gc = NULL;
100469 +       int gpiochip_base = 0;
100470 +
100471 +       while ((gc = of_find_all_nodes(gc))) {
100472 +               if (!of_get_property(gc, "gpio-controller", NULL))
100473 +                       continue;
100474 +
100475 +               if (gc != np) {
100476 +                       gpiochip_base += GPIOS_PER_CHIP;
100477 +                       continue;
100478 +               }
100479 +
100480 +               of_node_put(gc);
100481 +
100482 +               if (gpiochip_base >= ARCH_NR_GPIOS)
100483 +                       return -ENOSPC;
100484 +
100485 +               return gpiochip_base;
100486 +       }
100487 +
100488 +       return -ENOENT;
100489 +}
100490 +
100491 +/**
100492 + * of_mm_gpiochip_add - Add memory mapped GPIO chip (bank)
100493 + * @np:                device node of the GPIO chip
100494 + * @mm_gc:     pointer to the of_mm_gpio_chip allocated structure
100495 + *
100496 + * To use this function you should allocate and fill mm_gc with:
100497 + *
100498 + * 1) In the gpio_chip structure:
100499 + *    - all the callbacks
100500 + *
100501 + * 2) In the of_gpio_chip structure:
100502 + *    - gpio_cells
100503 + *    - xlate callback (optional)
100504 + *
100505 + * 3) In the of_mm_gpio_chip structure:
100506 + *    - save_regs callback (optional)
100507 + *
100508 + * If succeeded, this function will map bank's memory and will
100509 + * do all necessary work for you. Then you'll able to use .regs
100510 + * to manage GPIOs from the callbacks.
100511 + */
100512 +int of_mm_gpiochip_add(struct device_node *np,
100513 +                      struct of_mm_gpio_chip *mm_gc)
100514 +{
100515 +       int ret = -ENOMEM;
100516 +       struct of_gpio_chip *of_gc = &mm_gc->of_gc;
100517 +       struct gpio_chip *gc = &of_gc->gc;
100518 +
100519 +       gc->label = kstrdup(np->full_name, GFP_KERNEL);
100520 +       if (!gc->label)
100521 +               goto err0;
100522 +
100523 +       mm_gc->regs = of_iomap(np, 0);
100524 +       if (!mm_gc->regs)
100525 +               goto err1;
100526 +
100527 +       gc->base = of_get_gpiochip_base(np);
100528 +       if (gc->base < 0) {
100529 +               ret = gc->base;
100530 +               goto err1;
100531 +       }
100532 +
100533 +       if (!of_gc->xlate)
100534 +               of_gc->xlate = of_gpio_simple_xlate;
100535 +
100536 +       if (mm_gc->save_regs)
100537 +               mm_gc->save_regs(mm_gc);
100538 +
100539 +       np->data = of_gc;
100540 +
100541 +       ret = gpiochip_add(gc);
100542 +       if (ret)
100543 +               goto err2;
100544 +
100545 +       /* We don't want to lose the node and its ->data */
100546 +       of_node_get(np);
100547 +
100548 +       pr_debug("%s: registered as generic GPIO chip, base is %d\n",
100549 +                np->full_name, gc->base);
100550 +       return 0;
100551 +err2:
100552 +       np->data = NULL;
100553 +       iounmap(mm_gc->regs);
100554 +err1:
100555 +       kfree(gc->label);
100556 +err0:
100557 +       pr_err("%s: GPIO chip registration failed with status %d\n",
100558 +              np->full_name, ret);
100559 +       return ret;
100560 +}
100561 +EXPORT_SYMBOL(of_mm_gpiochip_add);
100562 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/i2c.c powerpc.git/drivers/of/i2c.c
100563 --- linux-2.6.25-rc9/drivers/of/i2c.c   1970-01-01 01:00:00.000000000 +0100
100564 +++ powerpc.git/drivers/of/i2c.c        2008-04-19 16:40:55.000000000 +0200
100565 @@ -0,0 +1,115 @@
100566 +/*
100567 + * OF helpers for the I2C API
100568 + *
100569 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
100570 + *
100571 + * Based on a previous patch from Jon Smirl <jonsmirl@gmail.com>
100572 + *
100573 + * This program is free software; you can redistribute it and/or modify
100574 + * it under the terms of the GNU General Public License as published by
100575 + * the Free Software Foundation; either version 2 of the License, or
100576 + * (at your option) any later version.
100577 + */
100578 +
100579 +#include <linux/i2c.h>
100580 +#include <linux/of.h>
100581 +
100582 +struct i2c_driver_device {
100583 +       char    *of_device;
100584 +       char    *i2c_type;
100585 +};
100586 +
100587 +static struct i2c_driver_device i2c_devices[] = {
100588 +       { "dallas,ds1374", "rtc-ds1374" },
100589 +};
100590 +
100591 +static int of_find_i2c_driver(struct device_node *node,
100592 +                             struct i2c_board_info *info)
100593 +{
100594 +       int i, cplen;
100595 +       const char *compatible;
100596 +       const char *p;
100597 +
100598 +       /* 1. search for exception list entry */
100599 +       for (i = 0; i < ARRAY_SIZE(i2c_devices); i++) {
100600 +               if (!of_device_is_compatible(node, i2c_devices[i].of_device))
100601 +                       continue;
100602 +               if (strlcpy(info->type, i2c_devices[i].i2c_type,
100603 +                           I2C_NAME_SIZE) >= I2C_NAME_SIZE)
100604 +                       return -ENOMEM;
100605 +
100606 +               return 0;
100607 +       }
100608 +
100609 +       compatible = of_get_property(node, "compatible", &cplen);
100610 +       if (!compatible)
100611 +               return -ENODEV;
100612 +
100613 +       /* 2. search for linux,<i2c-type> entry */
100614 +       p = compatible;
100615 +       while (cplen > 0) {
100616 +               if (!strncmp(p, "linux,", 6)) {
100617 +                       p += 6;
100618 +                       if (strlcpy(info->type, p,
100619 +                                   I2C_NAME_SIZE) >= I2C_NAME_SIZE)
100620 +                               return -ENOMEM;
100621 +                       return 0;
100622 +               }
100623 +
100624 +               i = strlen(p) + 1;
100625 +               p += i;
100626 +               cplen -= i;
100627 +       }
100628 +
100629 +       /* 3. take fist compatible entry and strip manufacturer */
100630 +       p = strchr(compatible, ',');
100631 +       if (!p)
100632 +               return -ENODEV;
100633 +       p++;
100634 +       if (strlcpy(info->type, p, I2C_NAME_SIZE) >= I2C_NAME_SIZE)
100635 +               return -ENOMEM;
100636 +       return 0;
100637 +}
100638 +
100639 +void of_register_i2c_devices(struct i2c_adapter *adap,
100640 +                            struct device_node *adap_node)
100641 +{
100642 +       void *result;
100643 +       struct device_node *node;
100644 +
100645 +       for_each_child_of_node(adap_node, node) {
100646 +               struct i2c_board_info info = {};
100647 +               const u32 *addr;
100648 +               int len;
100649 +
100650 +               addr = of_get_property(node, "reg", &len);
100651 +               if (!addr || len < sizeof(int) || *addr > (1 << 10) - 1) {
100652 +                       printk(KERN_ERR
100653 +                              "of-i2c: invalid i2c device entry\n");
100654 +                       continue;
100655 +               }
100656 +
100657 +               info.irq = irq_of_parse_and_map(node, 0);
100658 +               if (info.irq == NO_IRQ)
100659 +                       info.irq = -1;
100660 +
100661 +               if (of_find_i2c_driver(node, &info) < 0) {
100662 +                       irq_dispose_mapping(info.irq);
100663 +                       continue;
100664 +               }
100665 +
100666 +               info.addr = *addr;
100667 +
100668 +               request_module(info.type);
100669 +
100670 +               result = i2c_new_device(adap, &info);
100671 +               if (result == NULL) {
100672 +                       printk(KERN_ERR
100673 +                              "of-i2c: Failed to load driver for %s\n",
100674 +                              info.type);
100675 +                       irq_dispose_mapping(info.irq);
100676 +                       continue;
100677 +               }
100678 +       }
100679 +}
100680 +EXPORT_SYMBOL(of_register_i2c_devices);
100681 diff -x .git -Nur linux-2.6.25-rc9/drivers/ps3/ps3-sys-manager.c powerpc.git/drivers/ps3/ps3-sys-manager.c
100682 --- linux-2.6.25-rc9/drivers/ps3/ps3-sys-manager.c      2008-04-11 22:32:29.000000000 +0200
100683 +++ powerpc.git/drivers/ps3/ps3-sys-manager.c   2008-04-19 16:40:55.000000000 +0200
100684 @@ -24,6 +24,7 @@
100685  #include <linux/reboot.h>
100686  
100687  #include <asm/firmware.h>
100688 +#include <asm/lv1call.h>
100689  #include <asm/ps3.h>
100690  
100691  #include "vuart.h"
100692 @@ -187,6 +188,7 @@
100693   * controller, and bluetooth controller.
100694   * @PS3_SM_WAKE_RTC:
100695   * @PS3_SM_WAKE_RTC_ERROR:
100696 + * @PS3_SM_WAKE_W_O_L: Ether or wireless LAN.
100697   * @PS3_SM_WAKE_P_O_R: Power on reset.
100698   *
100699   * Additional wakeup sources when specifying PS3_SM_NEXT_OP_SYS_SHUTDOWN.
100700 @@ -200,10 +202,19 @@
100701         PS3_SM_WAKE_DEFAULT   = 0,
100702         PS3_SM_WAKE_RTC       = 0x00000040,
100703         PS3_SM_WAKE_RTC_ERROR = 0x00000080,
100704 +       PS3_SM_WAKE_W_O_L     = 0x00000400,
100705         PS3_SM_WAKE_P_O_R     = 0x80000000,
100706  };
100707  
100708  /**
100709 + * user_wake_sources - User specified wakeup sources.
100710 + *
100711 + * Logical OR of enum ps3_sys_manager_wake_source types.
100712 + */
100713 +
100714 +static u32 user_wake_sources = PS3_SM_WAKE_DEFAULT;
100715 +
100716 +/**
100717   * enum ps3_sys_manager_cmd - Command from system manager to guest.
100718   *
100719   * The guest completes the actions needed, then acks or naks the command via
100720 @@ -581,6 +592,23 @@
100721         return -EIO;
100722  }
100723  
100724 +static void ps3_sys_manager_fin(struct ps3_system_bus_device *dev)
100725 +{
100726 +       ps3_sys_manager_send_request_shutdown(dev);
100727 +
100728 +       pr_emerg("System Halted, OK to turn off power\n");
100729 +
100730 +       while (ps3_sys_manager_handle_msg(dev)) {
100731 +               /* pause until next DEC interrupt */
100732 +               lv1_pause(0);
100733 +       }
100734 +
100735 +       while (1) {
100736 +               /* pause, ignoring DEC interrupt */
100737 +               lv1_pause(1);
100738 +       }
100739 +}
100740 +
100741  /**
100742   * ps3_sys_manager_final_power_off - The final platform machine_power_off routine.
100743   *
100744 @@ -601,13 +629,9 @@
100745         ps3_vuart_cancel_async(dev);
100746  
100747         ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_SHUTDOWN,
100748 -               PS3_SM_WAKE_DEFAULT);
100749 -       ps3_sys_manager_send_request_shutdown(dev);
100750 -
100751 -       pr_emerg("System Halted, OK to turn off power\n");
100752 +               user_wake_sources);
100753  
100754 -       while (1)
100755 -               ps3_sys_manager_handle_msg(dev);
100756 +       ps3_sys_manager_fin(dev);
100757  }
100758  
100759  /**
100760 @@ -638,14 +662,42 @@
100761  
100762         ps3_sys_manager_send_attr(dev, 0);
100763         ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_REBOOT,
100764 -               PS3_SM_WAKE_DEFAULT);
100765 -       ps3_sys_manager_send_request_shutdown(dev);
100766 +               user_wake_sources);
100767  
100768 -       pr_emerg("System Halted, OK to turn off power\n");
100769 +       ps3_sys_manager_fin(dev);
100770 +}
100771 +
100772 +/**
100773 + * ps3_sys_manager_get_wol - Get wake-on-lan setting.
100774 + */
100775 +
100776 +int ps3_sys_manager_get_wol(void)
100777 +{
100778 +       pr_debug("%s:%d\n", __func__, __LINE__);
100779 +
100780 +       return (user_wake_sources & PS3_SM_WAKE_W_O_L) != 0;
100781 +}
100782 +EXPORT_SYMBOL_GPL(ps3_sys_manager_get_wol);
100783 +
100784 +/**
100785 + * ps3_sys_manager_set_wol - Set wake-on-lan setting.
100786 + */
100787 +
100788 +void ps3_sys_manager_set_wol(int state)
100789 +{
100790 +       static DEFINE_MUTEX(mutex);
100791 +
100792 +       mutex_lock(&mutex);
100793 +
100794 +       pr_debug("%s:%d: %d\n", __func__, __LINE__, state);
100795  
100796 -       while (1)
100797 -               ps3_sys_manager_handle_msg(dev);
100798 +       if (state)
100799 +               user_wake_sources |= PS3_SM_WAKE_W_O_L;
100800 +       else
100801 +               user_wake_sources &= ~PS3_SM_WAKE_W_O_L;
100802 +       mutex_unlock(&mutex);
100803  }
100804 +EXPORT_SYMBOL_GPL(ps3_sys_manager_set_wol);
100805  
100806  /**
100807   * ps3_sys_manager_work - Asynchronous read handler.
100808 diff -x .git -Nur linux-2.6.25-rc9/drivers/ps3/sys-manager-core.c powerpc.git/drivers/ps3/sys-manager-core.c
100809 --- linux-2.6.25-rc9/drivers/ps3/sys-manager-core.c     2008-04-11 22:32:29.000000000 +0200
100810 +++ powerpc.git/drivers/ps3/sys-manager-core.c  2008-04-19 16:40:55.000000000 +0200
100811 @@ -19,6 +19,7 @@
100812   */
100813  
100814  #include <linux/kernel.h>
100815 +#include <asm/lv1call.h>
100816  #include <asm/ps3.h>
100817  
100818  /**
100819 @@ -50,10 +51,7 @@
100820         if (ps3_sys_manager_ops.power_off)
100821                 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev);
100822  
100823 -       printk(KERN_EMERG "System Halted, OK to turn off power\n");
100824 -       local_irq_disable();
100825 -       while (1)
100826 -               (void)0;
100827 +       ps3_sys_manager_halt();
100828  }
100829  
100830  void ps3_sys_manager_restart(void)
100831 @@ -61,8 +59,14 @@
100832         if (ps3_sys_manager_ops.restart)
100833                 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev);
100834  
100835 -       printk(KERN_EMERG "System Halted, OK to turn off power\n");
100836 +       ps3_sys_manager_halt();
100837 +}
100838 +
100839 +void ps3_sys_manager_halt(void)
100840 +{
100841 +       pr_emerg("System Halted, OK to turn off power\n");
100842         local_irq_disable();
100843         while (1)
100844 -               (void)0;
100845 +               lv1_pause(1);
100846  }
100847 +
100848 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart.h powerpc.git/drivers/serial/cpm_uart/cpm_uart.h
100849 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart.h 2008-04-11 22:32:29.000000000 +0200
100850 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart.h      2008-04-19 16:40:55.000000000 +0200
100851 @@ -92,6 +92,9 @@
100852  
100853  /* these are located in their respective files */
100854  void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd);
100855 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100856 +                               struct device_node *np);
100857 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram);
100858  int cpm_uart_init_portdesc(void);
100859  int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con);
100860  void cpm_uart_freebuf(struct uart_cpm_port *pinfo);
100861 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_core.c powerpc.git/drivers/serial/cpm_uart/cpm_uart_core.c
100862 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_core.c    2008-04-11 22:32:29.000000000 +0200
100863 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart_core.c 2008-04-19 16:40:55.000000000 +0200
100864 @@ -966,24 +966,23 @@
100865         if (!mem)
100866                 return -ENOMEM;
100867  
100868 -       pram = of_iomap(np, 1);
100869 -       if (!pram) {
100870 -               ret = -ENOMEM;
100871 -               goto out_mem;
100872 -       }
100873 -
100874         if (of_device_is_compatible(np, "fsl,cpm1-scc-uart") ||
100875             of_device_is_compatible(np, "fsl,cpm2-scc-uart")) {
100876                 pinfo->sccp = mem;
100877 -               pinfo->sccup = pram;
100878 +               pinfo->sccup = pram = cpm_uart_map_pram(pinfo, np);
100879         } else if (of_device_is_compatible(np, "fsl,cpm1-smc-uart") ||
100880                    of_device_is_compatible(np, "fsl,cpm2-smc-uart")) {
100881                 pinfo->flags |= FLAG_SMC;
100882                 pinfo->smcp = mem;
100883 -               pinfo->smcup = pram;
100884 +               pinfo->smcup = pram = cpm_uart_map_pram(pinfo, np);
100885         } else {
100886                 ret = -ENODEV;
100887 -               goto out_pram;
100888 +               goto out_mem;
100889 +       }
100890 +
100891 +       if (!pram) {
100892 +               ret = -ENOMEM;
100893 +               goto out_mem;
100894         }
100895  
100896         pinfo->tx_nrfifos = TX_NUM_FIFO;
100897 @@ -1007,7 +1006,7 @@
100898         return cpm_uart_request_port(&pinfo->port);
100899  
100900  out_pram:
100901 -       iounmap(pram);
100902 +       cpm_uart_unmap_pram(pinfo, pram);
100903  out_mem:
100904         iounmap(mem);
100905         return ret;
100906 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_cpm1.c powerpc.git/drivers/serial/cpm_uart/cpm_uart_cpm1.c
100907 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_cpm1.c    2008-04-11 22:32:29.000000000 +0200
100908 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart_cpm1.c 2008-04-19 16:40:55.000000000 +0200
100909 @@ -45,6 +45,8 @@
100910  #include <linux/serial_core.h>
100911  #include <linux/kernel.h>
100912  
100913 +#include <linux/of.h>
100914 +
100915  #include "cpm_uart.h"
100916  
100917  /**************************************************************/
100918 @@ -54,6 +56,18 @@
100919  {
100920         cpm_command(port->command, cmd);
100921  }
100922 +
100923 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100924 +                               struct device_node *np)
100925 +{
100926 +       return of_iomap(np, 1);
100927 +}
100928 +
100929 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100930 +{
100931 +       iounmap(pram);
100932 +}
100933 +
100934  #else
100935  void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
100936  {
100937 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_cpm2.c powerpc.git/drivers/serial/cpm_uart/cpm_uart_cpm2.c
100938 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_cpm2.c    2008-04-11 22:32:29.000000000 +0200
100939 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart_cpm2.c 2008-04-19 16:40:55.000000000 +0200
100940 @@ -41,6 +41,9 @@
100941  #include <asm/io.h>
100942  #include <asm/irq.h>
100943  #include <asm/fs_pd.h>
100944 +#ifdef CONFIG_PPC_CPM_NEW_BINDING
100945 +#include <asm/prom.h>
100946 +#endif
100947  
100948  #include <linux/serial_core.h>
100949  #include <linux/kernel.h>
100950 @@ -54,6 +57,55 @@
100951  {
100952         cpm_command(port->command, cmd);
100953  }
100954 +
100955 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100956 +                               struct device_node *np)
100957 +{
100958 +       void __iomem *pram;
100959 +       unsigned long offset;
100960 +       struct resource res;
100961 +       unsigned long len;
100962 +
100963 +       /* Don't remap parameter RAM if it has already been initialized
100964 +        * during console setup.
100965 +        */
100966 +       if (IS_SMC(port) && port->smcup)
100967 +               return port->smcup;
100968 +       else if (!IS_SMC(port) && port->sccup)
100969 +               return port->sccup;
100970 +
100971 +       if (of_address_to_resource(np, 1, &res))
100972 +               return NULL;
100973 +
100974 +       len = 1 + res.end - res.start;
100975 +       pram = ioremap(res.start, len);
100976 +       if (!pram)
100977 +               return NULL;
100978 +
100979 +       if (!IS_SMC(port))
100980 +               return pram;
100981 +
100982 +       if (len != 2) {
100983 +               printk(KERN_WARNING "cpm_uart[%d]: device tree references "
100984 +                       "SMC pram, using boot loader/wrapper pram mapping. "
100985 +                       "Please fix your device tree to reference the pram "
100986 +                       "base register instead.\n",
100987 +                       port->port.line);
100988 +               return pram;
100989 +       }
100990 +
100991 +       offset = cpm_dpalloc(PROFF_SMC_SIZE, 64);
100992 +       out_be16(pram, offset);
100993 +       iounmap(pram);
100994 +       return cpm_muram_addr(offset);
100995 +}
100996 +
100997 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100998 +{
100999 +       if (!IS_SMC(port))
101000 +               iounmap(pram);
101001 +}
101002 +
101003  #else
101004  void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
101005  {
101006 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/of_serial.c powerpc.git/drivers/serial/of_serial.c
101007 --- linux-2.6.25-rc9/drivers/serial/of_serial.c 2008-04-11 22:32:29.000000000 +0200
101008 +++ powerpc.git/drivers/serial/of_serial.c      2008-04-19 16:40:55.000000000 +0200
101009 @@ -56,7 +56,9 @@
101010         port->flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF | UPF_IOREMAP
101011                 | UPF_FIXED_PORT;
101012         port->dev = &ofdev->dev;
101013 -       port->custom_divisor = *clk / (16 * (*spd));
101014 +       /* If current-speed was set, then try not to change it. */
101015 +       if (spd)
101016 +               port->custom_divisor = *clk / (16 * (*spd));
101017  
101018         return 0;
101019  }
101020 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/ucc_uart.c powerpc.git/drivers/serial/ucc_uart.c
101021 --- linux-2.6.25-rc9/drivers/serial/ucc_uart.c  2008-04-11 22:32:29.000000000 +0200
101022 +++ powerpc.git/drivers/serial/ucc_uart.c       2008-04-19 16:40:55.000000000 +0200
101023 @@ -1270,10 +1270,18 @@
101024  
101025         /* Get the UCC number (device ID) */
101026         /* UCCs are numbered 1-7 */
101027 -       iprop = of_get_property(np, "device-id", NULL);
101028 -       if (!iprop || (*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
101029 -               dev_err(&ofdev->dev,
101030 -                       "missing or invalid UCC specified in device tree\n");
101031 +       iprop = of_get_property(np, "cell-index", NULL);
101032 +       if (!iprop) {
101033 +               iprop = of_get_property(np, "device-id", NULL);
101034 +               if (!iprop) {
101035 +                       dev_err(&ofdev->dev, "UCC is unspecified in "
101036 +                               "device tree\n");
101037 +                       return -EINVAL;
101038 +               }
101039 +       }
101040 +
101041 +       if ((*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
101042 +               dev_err(&ofdev->dev, "no support for UCC%u\n", *iprop);
101043                 kfree(qe_port);
101044                 return -ENODEV;
101045         }
101046 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/Kbuild powerpc.git/include/asm-powerpc/Kbuild
101047 --- linux-2.6.25-rc9/include/asm-powerpc/Kbuild 2008-04-11 22:32:29.000000000 +0200
101048 +++ powerpc.git/include/asm-powerpc/Kbuild      2008-04-19 16:40:57.000000000 +0200
101049 @@ -1,5 +1,6 @@
101050  include include/asm-generic/Kbuild.asm
101051  
101052 +header-y += a.out.h
101053  header-y += auxvec.h
101054  header-y += ioctls.h
101055  header-y += mman.h
101056 @@ -23,7 +24,6 @@
101057  header-y += statfs.h
101058  header-y += ps3fb.h
101059  
101060 -unifdef-y += a.out.h
101061  unifdef-y += asm-compat.h
101062  unifdef-y += bootx.h
101063  unifdef-y += byteorder.h
101064 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/abs_addr.h powerpc.git/include/asm-powerpc/abs_addr.h
101065 --- linux-2.6.25-rc9/include/asm-powerpc/abs_addr.h     2008-04-11 22:32:29.000000000 +0200
101066 +++ powerpc.git/include/asm-powerpc/abs_addr.h  2008-03-17 14:04:35.000000000 +0100
101067 @@ -12,10 +12,11 @@
101068   * 2 of the License, or (at your option) any later version.
101069   */
101070  
101071 +#include <linux/lmb.h>
101072 +
101073  #include <asm/types.h>
101074  #include <asm/page.h>
101075  #include <asm/prom.h>
101076 -#include <asm/lmb.h>
101077  #include <asm/firmware.h>
101078  
101079  struct mschunks_map {
101080 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/bitops.h powerpc.git/include/asm-powerpc/bitops.h
101081 --- linux-2.6.25-rc9/include/asm-powerpc/bitops.h       2008-04-11 22:32:29.000000000 +0200
101082 +++ powerpc.git/include/asm-powerpc/bitops.h    2008-04-19 16:40:57.000000000 +0200
101083 @@ -312,24 +312,26 @@
101084         asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x));
101085         return 32 - lz;
101086  }
101087 +
101088 +/*
101089 + * 64-bit can do this using one cntlzd (count leading zeroes doubleword)
101090 + * instruction; for 32-bit we use the generic version, which does two
101091 + * 32-bit fls calls.
101092 + */
101093 +#ifdef __powerpc64__
101094 +static __inline__ int fls64(__u64 x)
101095 +{
101096 +       int lz;
101097 +
101098 +       asm ("cntlzd %0,%1" : "=r" (lz) : "r" (x));
101099 +       return 64 - lz;
101100 +}
101101 +#else
101102  #include <asm-generic/bitops/fls64.h>
101103 +#endif /* __powerpc64__ */
101104  
101105  #include <asm-generic/bitops/hweight.h>
101106 -
101107 -#define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0)
101108 -unsigned long find_next_zero_bit(const unsigned long *addr,
101109 -                                unsigned long size, unsigned long offset);
101110 -/**
101111 - * find_first_bit - find the first set bit in a memory region
101112 - * @addr: The address to start the search at
101113 - * @size: The maximum size to search
101114 - *
101115 - * Returns the bit-number of the first set bit, not the number of the byte
101116 - * containing a bit.
101117 - */
101118 -#define find_first_bit(addr, size) find_next_bit((addr), (size), 0)
101119 -unsigned long find_next_bit(const unsigned long *addr,
101120 -                           unsigned long size, unsigned long offset);
101121 +#include <asm-generic/bitops/find.h>
101122  
101123  /* Little-endian versions */
101124  
101125 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cpm.h powerpc.git/include/asm-powerpc/cpm.h
101126 --- linux-2.6.25-rc9/include/asm-powerpc/cpm.h  2008-04-11 22:32:29.000000000 +0200
101127 +++ powerpc.git/include/asm-powerpc/cpm.h       2008-04-19 16:40:57.000000000 +0200
101128 @@ -4,6 +4,20 @@
101129  #include <linux/compiler.h>
101130  #include <linux/types.h>
101131  
101132 +/* Opcodes common to CPM1 and CPM2
101133 +*/
101134 +#define CPM_CR_INIT_TRX                ((ushort)0x0000)
101135 +#define CPM_CR_INIT_RX         ((ushort)0x0001)
101136 +#define CPM_CR_INIT_TX         ((ushort)0x0002)
101137 +#define CPM_CR_HUNT_MODE       ((ushort)0x0003)
101138 +#define CPM_CR_STOP_TX         ((ushort)0x0004)
101139 +#define CPM_CR_GRA_STOP_TX     ((ushort)0x0005)
101140 +#define CPM_CR_RESTART_TX      ((ushort)0x0006)
101141 +#define CPM_CR_CLOSE_RX_BD     ((ushort)0x0007)
101142 +#define CPM_CR_SET_GADDR       ((ushort)0x0008)
101143 +#define CPM_CR_SET_TIMER       ((ushort)0x0008)
101144 +#define CPM_CR_STOP_IDMA       ((ushort)0x000b)
101145 +
101146  /* Buffer descriptors used by many of the CPM protocols. */
101147  typedef struct cpm_buf_desc {
101148         ushort  cbd_sc;         /* Status and Control */
101149 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cpm1.h powerpc.git/include/asm-powerpc/cpm1.h
101150 --- linux-2.6.25-rc9/include/asm-powerpc/cpm1.h 2008-04-11 22:32:29.000000000 +0200
101151 +++ powerpc.git/include/asm-powerpc/cpm1.h      2008-04-19 16:40:57.000000000 +0200
101152 @@ -28,19 +28,6 @@
101153  #define CPM_CR_CHAN    ((ushort)0x00f0)
101154  #define CPM_CR_FLG     ((ushort)0x0001)
101155  
101156 -/* Some commands (there are more...later)
101157 -*/
101158 -#define CPM_CR_INIT_TRX                ((ushort)0x0000)
101159 -#define CPM_CR_INIT_RX         ((ushort)0x0001)
101160 -#define CPM_CR_INIT_TX         ((ushort)0x0002)
101161 -#define CPM_CR_HUNT_MODE       ((ushort)0x0003)
101162 -#define CPM_CR_STOP_TX         ((ushort)0x0004)
101163 -#define CPM_CR_GRA_STOP_TX     ((ushort)0x0005)
101164 -#define CPM_CR_RESTART_TX      ((ushort)0x0006)
101165 -#define CPM_CR_CLOSE_RX_BD     ((ushort)0x0007)
101166 -#define CPM_CR_SET_GADDR       ((ushort)0x0008)
101167 -#define CPM_CR_SET_TIMER       CPM_CR_SET_GADDR
101168 -
101169  /* Channel numbers.
101170  */
101171  #define CPM_CR_CH_SCC1         ((ushort)0x0000)
101172 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cpm2.h powerpc.git/include/asm-powerpc/cpm2.h
101173 --- linux-2.6.25-rc9/include/asm-powerpc/cpm2.h 2008-04-11 22:32:29.000000000 +0200
101174 +++ powerpc.git/include/asm-powerpc/cpm2.h      2008-04-19 16:40:57.000000000 +0200
101175 @@ -71,18 +71,9 @@
101176  
101177  #define CPM_CR_FCC_PAGE(x)     (x + 0x04)
101178  
101179 -/* Some opcodes (there are more...later)
101180 +/* CPM2-specific opcodes (see cpm.h for common opcodes)
101181  */
101182 -#define CPM_CR_INIT_TRX                ((ushort)0x0000)
101183 -#define CPM_CR_INIT_RX         ((ushort)0x0001)
101184 -#define CPM_CR_INIT_TX         ((ushort)0x0002)
101185 -#define CPM_CR_HUNT_MODE       ((ushort)0x0003)
101186 -#define CPM_CR_STOP_TX         ((ushort)0x0004)
101187 -#define CPM_CR_GRA_STOP_TX     ((ushort)0x0005)
101188 -#define CPM_CR_RESTART_TX      ((ushort)0x0006)
101189 -#define CPM_CR_SET_GADDR       ((ushort)0x0008)
101190  #define CPM_CR_START_IDMA      ((ushort)0x0009)
101191 -#define CPM_CR_STOP_IDMA       ((ushort)0x000b)
101192  
101193  #define mk_cr_cmd(PG, SBC, MCN, OP) \
101194         ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
101195 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cputhreads.h powerpc.git/include/asm-powerpc/cputhreads.h
101196 --- linux-2.6.25-rc9/include/asm-powerpc/cputhreads.h   2008-04-11 22:32:29.000000000 +0200
101197 +++ powerpc.git/include/asm-powerpc/cputhreads.h        2008-03-17 14:04:35.000000000 +0100
101198 @@ -35,7 +35,7 @@
101199  
101200         res = CPU_MASK_NONE;
101201         for (i = 0; i < NR_CPUS; i += threads_per_core) {
101202 -               cpus_shift_right(tmp, threads_core_mask, i);
101203 +               cpus_shift_left(tmp, threads_core_mask, i);
101204                 if (cpus_intersects(threads, tmp))
101205                         cpu_set(i, res);
101206         }
101207 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/dcr-native.h powerpc.git/include/asm-powerpc/dcr-native.h
101208 --- linux-2.6.25-rc9/include/asm-powerpc/dcr-native.h   2008-04-11 22:32:29.000000000 +0200
101209 +++ powerpc.git/include/asm-powerpc/dcr-native.h        2008-04-19 16:40:57.000000000 +0200
101210 @@ -82,6 +82,19 @@
101211         spin_unlock_irqrestore(&dcr_ind_lock, flags);
101212  }
101213  
101214 +static inline void __dcri_clrset(int base_addr, int base_data, int reg,
101215 +                                unsigned clr, unsigned set)
101216 +{
101217 +       unsigned long flags;
101218 +       unsigned int val;
101219 +
101220 +       spin_lock_irqsave(&dcr_ind_lock, flags);
101221 +       __mtdcr(base_addr, reg);
101222 +       val = (__mfdcr(base_data) & ~clr) | set;
101223 +       __mtdcr(base_data, val);
101224 +       spin_unlock_irqrestore(&dcr_ind_lock, flags);
101225 +}
101226 +
101227  #define mfdcri(base, reg)      __mfdcri(DCRN_ ## base ## _CONFIG_ADDR, \
101228                                          DCRN_ ## base ## _CONFIG_DATA, \
101229                                          reg)
101230 @@ -90,6 +103,10 @@
101231                                          DCRN_ ## base ## _CONFIG_DATA, \
101232                                          reg, data)
101233  
101234 +#define dcri_clrset(base, reg, clr, set)       __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR,    \
101235 +                                                             DCRN_ ## base ## _CONFIG_DATA,    \
101236 +                                                             reg, clr, set)
101237 +
101238  #endif /* __ASSEMBLY__ */
101239  #endif /* __KERNEL__ */
101240  #endif /* _ASM_POWERPC_DCR_NATIVE_H */
101241 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/dcr-regs.h powerpc.git/include/asm-powerpc/dcr-regs.h
101242 --- linux-2.6.25-rc9/include/asm-powerpc/dcr-regs.h     2008-04-11 22:32:29.000000000 +0200
101243 +++ powerpc.git/include/asm-powerpc/dcr-regs.h  2008-04-19 16:40:57.000000000 +0200
101244 @@ -68,4 +68,82 @@
101245  #define SDR0_UART3             0x0123
101246  #define SDR0_CUST0             0x4000
101247  
101248 +/*
101249 + * All those DCR register addresses are offsets from the base address
101250 + * for the SRAM0 controller (e.g. 0x20 on 440GX). The base address is
101251 + * excluded here and configured in the device tree.
101252 + */
101253 +#define DCRN_SRAM0_SB0CR       0x00
101254 +#define DCRN_SRAM0_SB1CR       0x01
101255 +#define DCRN_SRAM0_SB2CR       0x02
101256 +#define DCRN_SRAM0_SB3CR       0x03
101257 +#define  SRAM_SBCR_BU_MASK     0x00000180
101258 +#define  SRAM_SBCR_BS_64KB     0x00000800
101259 +#define  SRAM_SBCR_BU_RO       0x00000080
101260 +#define  SRAM_SBCR_BU_RW       0x00000180
101261 +#define DCRN_SRAM0_BEAR                0x04
101262 +#define DCRN_SRAM0_BESR0       0x05
101263 +#define DCRN_SRAM0_BESR1       0x06
101264 +#define DCRN_SRAM0_PMEG                0x07
101265 +#define DCRN_SRAM0_CID         0x08
101266 +#define DCRN_SRAM0_REVID       0x09
101267 +#define DCRN_SRAM0_DPC         0x0a
101268 +#define  SRAM_DPC_ENABLE       0x80000000
101269 +
101270 +/*
101271 + * All those DCR register addresses are offsets from the base address
101272 + * for the SRAM0 controller (e.g. 0x30 on 440GX). The base address is
101273 + * excluded here and configured in the device tree.
101274 + */
101275 +#define DCRN_L2C0_CFG          0x00
101276 +#define  L2C_CFG_L2M           0x80000000
101277 +#define  L2C_CFG_ICU           0x40000000
101278 +#define  L2C_CFG_DCU           0x20000000
101279 +#define  L2C_CFG_DCW_MASK      0x1e000000
101280 +#define  L2C_CFG_TPC           0x01000000
101281 +#define  L2C_CFG_CPC           0x00800000
101282 +#define  L2C_CFG_FRAN          0x00200000
101283 +#define  L2C_CFG_SS_MASK       0x00180000
101284 +#define  L2C_CFG_SS_256                0x00000000
101285 +#define  L2C_CFG_CPIM          0x00040000
101286 +#define  L2C_CFG_TPIM          0x00020000
101287 +#define  L2C_CFG_LIM           0x00010000
101288 +#define  L2C_CFG_PMUX_MASK     0x00007000
101289 +#define  L2C_CFG_PMUX_SNP      0x00000000
101290 +#define  L2C_CFG_PMUX_IF       0x00001000
101291 +#define  L2C_CFG_PMUX_DF       0x00002000
101292 +#define  L2C_CFG_PMUX_DS       0x00003000
101293 +#define  L2C_CFG_PMIM          0x00000800
101294 +#define  L2C_CFG_TPEI          0x00000400
101295 +#define  L2C_CFG_CPEI          0x00000200
101296 +#define  L2C_CFG_NAM           0x00000100
101297 +#define  L2C_CFG_SMCM          0x00000080
101298 +#define  L2C_CFG_NBRM          0x00000040
101299 +#define  L2C_CFG_RDBW          0x00000008      /* only 460EX/GT */
101300 +#define DCRN_L2C0_CMD          0x01
101301 +#define  L2C_CMD_CLR           0x80000000
101302 +#define  L2C_CMD_DIAG          0x40000000
101303 +#define  L2C_CMD_INV           0x20000000
101304 +#define  L2C_CMD_CCP           0x10000000
101305 +#define  L2C_CMD_CTE           0x08000000
101306 +#define  L2C_CMD_STRC          0x04000000
101307 +#define  L2C_CMD_STPC          0x02000000
101308 +#define  L2C_CMD_RPMC          0x01000000
101309 +#define  L2C_CMD_HCC           0x00800000
101310 +#define DCRN_L2C0_ADDR         0x02
101311 +#define DCRN_L2C0_DATA         0x03
101312 +#define DCRN_L2C0_SR           0x04
101313 +#define  L2C_SR_CC             0x80000000
101314 +#define  L2C_SR_CPE            0x40000000
101315 +#define  L2C_SR_TPE            0x20000000
101316 +#define  L2C_SR_LRU            0x10000000
101317 +#define  L2C_SR_PCS            0x08000000
101318 +#define DCRN_L2C0_REVID                0x05
101319 +#define DCRN_L2C0_SNP0         0x06
101320 +#define DCRN_L2C0_SNP1         0x07
101321 +#define  L2C_SNP_BA_MASK       0xffff0000
101322 +#define  L2C_SNP_SSR_MASK      0x0000f000
101323 +#define  L2C_SNP_SSR_32G       0x0000f000
101324 +#define  L2C_SNP_ESR           0x00000800
101325 +
101326  #endif /* __DCR_REGS_H__ */
101327 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/exception.h powerpc.git/include/asm-powerpc/exception.h
101328 --- linux-2.6.25-rc9/include/asm-powerpc/exception.h    2008-04-11 22:32:29.000000000 +0200
101329 +++ powerpc.git/include/asm-powerpc/exception.h 2008-04-19 16:40:57.000000000 +0200
101330 @@ -228,18 +228,18 @@
101331  BEGIN_FW_FTR_SECTION;                          \
101332         stb     r11,PACAHARDIRQEN(r13);         \
101333  END_FW_FTR_SECTION_IFCLR(FW_FEATURE_ISERIES);  \
101334 +       TRACE_DISABLE_INTS;                     \
101335  BEGIN_FW_FTR_SECTION;                          \
101336         mfmsr   r10;                            \
101337         ori     r10,r10,MSR_EE;                 \
101338         mtmsrd  r10,1;                          \
101339  END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
101340 -
101341  #else
101342  #define DISABLE_INTS                           \
101343         li      r11,0;                          \
101344         stb     r11,PACASOFTIRQEN(r13);         \
101345 -       stb     r11,PACAHARDIRQEN(r13)
101346 -
101347 +       stb     r11,PACAHARDIRQEN(r13);         \
101348 +       TRACE_DISABLE_INTS
101349  #endif /* CONFIG_PPC_ISERIES */
101350  
101351  #define ENABLE_INTS                            \
101352 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/fsl_lbc.h powerpc.git/include/asm-powerpc/fsl_lbc.h
101353 --- linux-2.6.25-rc9/include/asm-powerpc/fsl_lbc.h      1970-01-01 01:00:00.000000000 +0100
101354 +++ powerpc.git/include/asm-powerpc/fsl_lbc.h   2008-04-19 16:40:57.000000000 +0200
101355 @@ -0,0 +1,311 @@
101356 +/* Freescale Local Bus Controller
101357 + *
101358 + * Copyright (c) 2006-2007 Freescale Semiconductor
101359 + *
101360 + * Authors: Nick Spence <nick.spence@freescale.com>,
101361 + *          Scott Wood <scottwood@freescale.com>
101362 + *
101363 + * This program is free software; you can redistribute it and/or modify
101364 + * it under the terms of the GNU General Public License as published by
101365 + * the Free Software Foundation; either version 2 of the License, or
101366 + * (at your option) any later version.
101367 + *
101368 + * This program is distributed in the hope that it will be useful,
101369 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
101370 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101371 + * GNU General Public License for more details.
101372 + *
101373 + * You should have received a copy of the GNU General Public License
101374 + * along with this program; if not, write to the Free Software
101375 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
101376 + */
101377 +
101378 +#ifndef __ASM_FSL_LBC_H
101379 +#define __ASM_FSL_LBC_H
101380 +
101381 +#include <linux/types.h>
101382 +#include <linux/spinlock.h>
101383 +#include <asm/io.h>
101384 +
101385 +struct fsl_lbc_bank {
101386 +       __be32 br;             /**< Base Register  */
101387 +#define BR_BA           0xFFFF8000
101388 +#define BR_BA_SHIFT             15
101389 +#define BR_PS           0x00001800
101390 +#define BR_PS_SHIFT             11
101391 +#define BR_PS_8         0x00000800  /* Port Size 8 bit */
101392 +#define BR_PS_16        0x00001000  /* Port Size 16 bit */
101393 +#define BR_PS_32        0x00001800  /* Port Size 32 bit */
101394 +#define BR_DECC         0x00000600
101395 +#define BR_DECC_SHIFT            9
101396 +#define BR_DECC_OFF     0x00000000  /* HW ECC checking and generation off */
101397 +#define BR_DECC_CHK     0x00000200  /* HW ECC checking on, generation off */
101398 +#define BR_DECC_CHK_GEN 0x00000400  /* HW ECC checking and generation on */
101399 +#define BR_WP           0x00000100
101400 +#define BR_WP_SHIFT              8
101401 +#define BR_MSEL         0x000000E0
101402 +#define BR_MSEL_SHIFT            5
101403 +#define BR_MS_GPCM      0x00000000  /* GPCM */
101404 +#define BR_MS_FCM       0x00000020  /* FCM */
101405 +#define BR_MS_SDRAM     0x00000060  /* SDRAM */
101406 +#define BR_MS_UPMA      0x00000080  /* UPMA */
101407 +#define BR_MS_UPMB      0x000000A0  /* UPMB */
101408 +#define BR_MS_UPMC      0x000000C0  /* UPMC */
101409 +#define BR_V            0x00000001
101410 +#define BR_V_SHIFT               0
101411 +#define BR_RES          ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
101412 +
101413 +       __be32 or;             /**< Base Register  */
101414 +#define OR0 0x5004
101415 +#define OR1 0x500C
101416 +#define OR2 0x5014
101417 +#define OR3 0x501C
101418 +#define OR4 0x5024
101419 +#define OR5 0x502C
101420 +#define OR6 0x5034
101421 +#define OR7 0x503C
101422 +
101423 +#define OR_FCM_AM               0xFFFF8000
101424 +#define OR_FCM_AM_SHIFT                 15
101425 +#define OR_FCM_BCTLD            0x00001000
101426 +#define OR_FCM_BCTLD_SHIFT              12
101427 +#define OR_FCM_PGS              0x00000400
101428 +#define OR_FCM_PGS_SHIFT                10
101429 +#define OR_FCM_CSCT             0x00000200
101430 +#define OR_FCM_CSCT_SHIFT                9
101431 +#define OR_FCM_CST              0x00000100
101432 +#define OR_FCM_CST_SHIFT                 8
101433 +#define OR_FCM_CHT              0x00000080
101434 +#define OR_FCM_CHT_SHIFT                 7
101435 +#define OR_FCM_SCY              0x00000070
101436 +#define OR_FCM_SCY_SHIFT                 4
101437 +#define OR_FCM_SCY_1            0x00000010
101438 +#define OR_FCM_SCY_2            0x00000020
101439 +#define OR_FCM_SCY_3            0x00000030
101440 +#define OR_FCM_SCY_4            0x00000040
101441 +#define OR_FCM_SCY_5            0x00000050
101442 +#define OR_FCM_SCY_6            0x00000060
101443 +#define OR_FCM_SCY_7            0x00000070
101444 +#define OR_FCM_RST              0x00000008
101445 +#define OR_FCM_RST_SHIFT                 3
101446 +#define OR_FCM_TRLX             0x00000004
101447 +#define OR_FCM_TRLX_SHIFT                2
101448 +#define OR_FCM_EHTR             0x00000002
101449 +#define OR_FCM_EHTR_SHIFT                1
101450 +};
101451 +
101452 +struct fsl_lbc_regs {
101453 +       struct fsl_lbc_bank bank[8];
101454 +       u8 res0[0x28];
101455 +       __be32 mar;             /**< UPM Address Register */
101456 +       u8 res1[0x4];
101457 +       __be32 mamr;            /**< UPMA Mode Register */
101458 +#define MxMR_OP_NO     (0 << 28) /**< normal operation */
101459 +#define MxMR_OP_WA     (1 << 28) /**< write array */
101460 +#define MxMR_OP_RA     (2 << 28) /**< read array */
101461 +#define MxMR_OP_RP     (3 << 28) /**< run pattern */
101462 +#define MxMR_MAD       0x3f      /**< machine address */
101463 +       __be32 mbmr;            /**< UPMB Mode Register */
101464 +       __be32 mcmr;            /**< UPMC Mode Register */
101465 +       u8 res2[0x8];
101466 +       __be32 mrtpr;           /**< Memory Refresh Timer Prescaler Register */
101467 +       __be32 mdr;             /**< UPM Data Register */
101468 +       u8 res3[0x4];
101469 +       __be32 lsor;            /**< Special Operation Initiation Register */
101470 +       __be32 lsdmr;           /**< SDRAM Mode Register */
101471 +       u8 res4[0x8];
101472 +       __be32 lurt;            /**< UPM Refresh Timer */
101473 +       __be32 lsrt;            /**< SDRAM Refresh Timer */
101474 +       u8 res5[0x8];
101475 +       __be32 ltesr;           /**< Transfer Error Status Register */
101476 +#define LTESR_BM   0x80000000
101477 +#define LTESR_FCT  0x40000000
101478 +#define LTESR_PAR  0x20000000
101479 +#define LTESR_WP   0x04000000
101480 +#define LTESR_ATMW 0x00800000
101481 +#define LTESR_ATMR 0x00400000
101482 +#define LTESR_CS   0x00080000
101483 +#define LTESR_CC   0x00000001
101484 +#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
101485 +       __be32 ltedr;           /**< Transfer Error Disable Register */
101486 +       __be32 lteir;           /**< Transfer Error Interrupt Register */
101487 +       __be32 lteatr;          /**< Transfer Error Attributes Register */
101488 +       __be32 ltear;           /**< Transfer Error Address Register */
101489 +       u8 res6[0xC];
101490 +       __be32 lbcr;            /**< Configuration Register */
101491 +#define LBCR_LDIS  0x80000000
101492 +#define LBCR_LDIS_SHIFT    31
101493 +#define LBCR_BCTLC 0x00C00000
101494 +#define LBCR_BCTLC_SHIFT   22
101495 +#define LBCR_AHD   0x00200000
101496 +#define LBCR_LPBSE 0x00020000
101497 +#define LBCR_LPBSE_SHIFT   17
101498 +#define LBCR_EPAR  0x00010000
101499 +#define LBCR_EPAR_SHIFT    16
101500 +#define LBCR_BMT   0x0000FF00
101501 +#define LBCR_BMT_SHIFT      8
101502 +#define LBCR_INIT  0x00040000
101503 +       __be32 lcrr;            /**< Clock Ratio Register */
101504 +#define LCRR_DBYP    0x80000000
101505 +#define LCRR_DBYP_SHIFT      31
101506 +#define LCRR_BUFCMDC 0x30000000
101507 +#define LCRR_BUFCMDC_SHIFT   28
101508 +#define LCRR_ECL     0x03000000
101509 +#define LCRR_ECL_SHIFT       24
101510 +#define LCRR_EADC    0x00030000
101511 +#define LCRR_EADC_SHIFT      16
101512 +#define LCRR_CLKDIV  0x0000000F
101513 +#define LCRR_CLKDIV_SHIFT     0
101514 +       u8 res7[0x8];
101515 +       __be32 fmr;             /**< Flash Mode Register */
101516 +#define FMR_CWTO     0x0000F000
101517 +#define FMR_CWTO_SHIFT       12
101518 +#define FMR_BOOT     0x00000800
101519 +#define FMR_ECCM     0x00000100
101520 +#define FMR_AL       0x00000030
101521 +#define FMR_AL_SHIFT          4
101522 +#define FMR_OP       0x00000003
101523 +#define FMR_OP_SHIFT          0
101524 +       __be32 fir;             /**< Flash Instruction Register */
101525 +#define FIR_OP0      0xF0000000
101526 +#define FIR_OP0_SHIFT        28
101527 +#define FIR_OP1      0x0F000000
101528 +#define FIR_OP1_SHIFT        24
101529 +#define FIR_OP2      0x00F00000
101530 +#define FIR_OP2_SHIFT        20
101531 +#define FIR_OP3      0x000F0000
101532 +#define FIR_OP3_SHIFT        16
101533 +#define FIR_OP4      0x0000F000
101534 +#define FIR_OP4_SHIFT        12
101535 +#define FIR_OP5      0x00000F00
101536 +#define FIR_OP5_SHIFT         8
101537 +#define FIR_OP6      0x000000F0
101538 +#define FIR_OP6_SHIFT         4
101539 +#define FIR_OP7      0x0000000F
101540 +#define FIR_OP7_SHIFT         0
101541 +#define FIR_OP_NOP   0x0       /* No operation and end of sequence */
101542 +#define FIR_OP_CA    0x1        /* Issue current column address */
101543 +#define FIR_OP_PA    0x2        /* Issue current block+page address */
101544 +#define FIR_OP_UA    0x3        /* Issue user defined address */
101545 +#define FIR_OP_CM0   0x4        /* Issue command from FCR[CMD0] */
101546 +#define FIR_OP_CM1   0x5        /* Issue command from FCR[CMD1] */
101547 +#define FIR_OP_CM2   0x6        /* Issue command from FCR[CMD2] */
101548 +#define FIR_OP_CM3   0x7        /* Issue command from FCR[CMD3] */
101549 +#define FIR_OP_WB    0x8        /* Write FBCR bytes from FCM buffer */
101550 +#define FIR_OP_WS    0x9        /* Write 1 or 2 bytes from MDR[AS] */
101551 +#define FIR_OP_RB    0xA        /* Read FBCR bytes to FCM buffer */
101552 +#define FIR_OP_RS    0xB        /* Read 1 or 2 bytes to MDR[AS] */
101553 +#define FIR_OP_CW0   0xC        /* Wait then issue FCR[CMD0] */
101554 +#define FIR_OP_CW1   0xD        /* Wait then issue FCR[CMD1] */
101555 +#define FIR_OP_RBW   0xE        /* Wait then read FBCR bytes */
101556 +#define FIR_OP_RSW   0xE        /* Wait then read 1 or 2 bytes */
101557 +       __be32 fcr;             /**< Flash Command Register */
101558 +#define FCR_CMD0     0xFF000000
101559 +#define FCR_CMD0_SHIFT       24
101560 +#define FCR_CMD1     0x00FF0000
101561 +#define FCR_CMD1_SHIFT       16
101562 +#define FCR_CMD2     0x0000FF00
101563 +#define FCR_CMD2_SHIFT        8
101564 +#define FCR_CMD3     0x000000FF
101565 +#define FCR_CMD3_SHIFT        0
101566 +       __be32 fbar;            /**< Flash Block Address Register */
101567 +#define FBAR_BLK     0x00FFFFFF
101568 +       __be32 fpar;            /**< Flash Page Address Register */
101569 +#define FPAR_SP_PI   0x00007C00
101570 +#define FPAR_SP_PI_SHIFT     10
101571 +#define FPAR_SP_MS   0x00000200
101572 +#define FPAR_SP_CI   0x000001FF
101573 +#define FPAR_SP_CI_SHIFT      0
101574 +#define FPAR_LP_PI   0x0003F000
101575 +#define FPAR_LP_PI_SHIFT     12
101576 +#define FPAR_LP_MS   0x00000800
101577 +#define FPAR_LP_CI   0x000007FF
101578 +#define FPAR_LP_CI_SHIFT      0
101579 +       __be32 fbcr;            /**< Flash Byte Count Register */
101580 +#define FBCR_BC      0x00000FFF
101581 +       u8 res11[0x8];
101582 +       u8 res8[0xF00];
101583 +};
101584 +
101585 +extern struct fsl_lbc_regs __iomem *fsl_lbc_regs;
101586 +extern spinlock_t fsl_lbc_lock;
101587 +
101588 +/*
101589 + * FSL UPM routines
101590 + */
101591 +struct fsl_upm {
101592 +       __be32 __iomem *mxmr;
101593 +       int width;
101594 +};
101595 +
101596 +extern int fsl_lbc_find(phys_addr_t addr_base);
101597 +extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm);
101598 +
101599 +/**
101600 + * fsl_upm_start_pattern - start UPM patterns execution
101601 + * @upm:       pointer to the fsl_upm structure obtained via fsl_upm_find
101602 + * @pat_offset:        UPM pattern offset for the command to be executed
101603 + *
101604 + * This routine programmes UPM so the next memory access that hits an UPM
101605 + * will trigger pattern execution, starting at pat_offset.
101606 + */
101607 +static inline void fsl_upm_start_pattern(struct fsl_upm *upm, u8 pat_offset)
101608 +{
101609 +       clrsetbits_be32(upm->mxmr, MxMR_MAD, MxMR_OP_RP | pat_offset);
101610 +}
101611 +
101612 +/**
101613 + * fsl_upm_end_pattern - end UPM patterns execution
101614 + * @upm:       pointer to the fsl_upm structure obtained via fsl_upm_find
101615 + *
101616 + * This routine reverts UPM to normal operation mode.
101617 + */
101618 +static inline void fsl_upm_end_pattern(struct fsl_upm *upm)
101619 +{
101620 +       clrbits32(upm->mxmr, MxMR_OP_RP);
101621 +
101622 +       while (in_be32(upm->mxmr) & MxMR_OP_RP)
101623 +               cpu_relax();
101624 +}
101625 +
101626 +/**
101627 + * fsl_upm_run_pattern - actually run an UPM pattern
101628 + * @upm:       pointer to the fsl_upm structure obtained via fsl_upm_find
101629 + * @io_base:   remapped pointer to where memory access should happen
101630 + * @mar:       MAR register content during pattern execution
101631 + *
101632 + * This function triggers dummy write to the memory specified by the io_base,
101633 + * thus UPM pattern actually executed. Note that mar usage depends on the
101634 + * pre-programmed AMX bits in the UPM RAM.
101635 + */
101636 +static inline int fsl_upm_run_pattern(struct fsl_upm *upm,
101637 +                                     void __iomem *io_base, u32 mar)
101638 +{
101639 +       int ret = 0;
101640 +       unsigned long flags;
101641 +
101642 +       spin_lock_irqsave(&fsl_lbc_lock, flags);
101643 +
101644 +       out_be32(&fsl_lbc_regs->mar, mar << (32 - upm->width));
101645 +
101646 +       switch (upm->width) {
101647 +       case 8:
101648 +               out_8(io_base, 0x0);
101649 +               break;
101650 +       case 16:
101651 +               out_be16(io_base, 0x0);
101652 +               break;
101653 +       case 32:
101654 +               out_be32(io_base, 0x0);
101655 +               break;
101656 +       default:
101657 +               ret = -EINVAL;
101658 +               break;
101659 +       }
101660 +
101661 +       spin_unlock_irqrestore(&fsl_lbc_lock, flags);
101662 +
101663 +       return ret;
101664 +}
101665 +
101666 +#endif /* __ASM_FSL_LBC_H */
101667 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/gpio.h powerpc.git/include/asm-powerpc/gpio.h
101668 --- linux-2.6.25-rc9/include/asm-powerpc/gpio.h 1970-01-01 01:00:00.000000000 +0100
101669 +++ powerpc.git/include/asm-powerpc/gpio.h      2008-04-19 16:40:57.000000000 +0200
101670 @@ -0,0 +1,56 @@
101671 +/*
101672 + * Generic GPIO API implementation for PowerPC.
101673 + *
101674 + * Copyright (c) 2007-2008  MontaVista Software, Inc.
101675 + *
101676 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
101677 + *
101678 + * This program is free software; you can redistribute it and/or modify
101679 + * it under the terms of the GNU General Public License as published by
101680 + * the Free Software Foundation; either version 2 of the License, or
101681 + * (at your option) any later version.
101682 + */
101683 +
101684 +#ifndef __ASM_POWERPC_GPIO_H
101685 +#define __ASM_POWERPC_GPIO_H
101686 +
101687 +#include <linux/errno.h>
101688 +#include <asm-generic/gpio.h>
101689 +
101690 +#ifdef CONFIG_HAVE_GPIO_LIB
101691 +
101692 +/*
101693 + * We don't (yet) implement inlined/rapid versions for on-chip gpios.
101694 + * Just call gpiolib.
101695 + */
101696 +static inline int gpio_get_value(unsigned int gpio)
101697 +{
101698 +       return __gpio_get_value(gpio);
101699 +}
101700 +
101701 +static inline void gpio_set_value(unsigned int gpio, int value)
101702 +{
101703 +       __gpio_set_value(gpio, value);
101704 +}
101705 +
101706 +static inline int gpio_cansleep(unsigned int gpio)
101707 +{
101708 +       return __gpio_cansleep(gpio);
101709 +}
101710 +
101711 +/*
101712 + * Not implemented, yet.
101713 + */
101714 +static inline int gpio_to_irq(unsigned int gpio)
101715 +{
101716 +       return -ENOSYS;
101717 +}
101718 +
101719 +static inline int irq_to_gpio(unsigned int irq)
101720 +{
101721 +       return -EINVAL;
101722 +}
101723 +
101724 +#endif /* CONFIG_HAVE_GPIO_LIB */
101725 +
101726 +#endif /* __ASM_POWERPC_GPIO_H */
101727 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/hw_irq.h powerpc.git/include/asm-powerpc/hw_irq.h
101728 --- linux-2.6.25-rc9/include/asm-powerpc/hw_irq.h       2008-04-11 22:32:29.000000000 +0200
101729 +++ powerpc.git/include/asm-powerpc/hw_irq.h    2008-04-19 16:40:57.000000000 +0200
101730 @@ -27,7 +27,7 @@
101731         return flags;
101732  }
101733  
101734 -static inline unsigned long local_irq_disable(void)
101735 +static inline unsigned long raw_local_irq_disable(void)
101736  {
101737         unsigned long flags, zero;
101738  
101739 @@ -39,14 +39,15 @@
101740         return flags;
101741  }
101742  
101743 -extern void local_irq_restore(unsigned long);
101744 +extern void raw_local_irq_restore(unsigned long);
101745  extern void iseries_handle_interrupts(void);
101746  
101747 -#define local_irq_enable()     local_irq_restore(1)
101748 -#define local_save_flags(flags)        ((flags) = local_get_flags())
101749 -#define local_irq_save(flags)  ((flags) = local_irq_disable())
101750 +#define raw_local_irq_enable()         raw_local_irq_restore(1)
101751 +#define raw_local_save_flags(flags)    ((flags) = local_get_flags())
101752 +#define raw_local_irq_save(flags)      ((flags) = raw_local_irq_disable())
101753  
101754 -#define irqs_disabled()                (local_get_flags() == 0)
101755 +#define raw_irqs_disabled()            (local_get_flags() == 0)
101756 +#define raw_irqs_disabled_flags(flags) ((flags) == 0)
101757  
101758  #define __hard_irq_enable()    __mtmsrd(mfmsr() | MSR_EE, 1)
101759  #define __hard_irq_disable()   __mtmsrd(mfmsr() & ~MSR_EE, 1)
101760 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/immap_qe.h powerpc.git/include/asm-powerpc/immap_qe.h
101761 --- linux-2.6.25-rc9/include/asm-powerpc/immap_qe.h     2008-04-11 22:32:29.000000000 +0200
101762 +++ powerpc.git/include/asm-powerpc/immap_qe.h  2008-04-19 16:40:57.000000000 +0200
101763 @@ -20,6 +20,7 @@
101764  #ifdef __KERNEL__
101765  
101766  #include <linux/kernel.h>
101767 +#include <asm/io.h>
101768  
101769  #define QE_IMMAP_SIZE  (1024 * 1024)   /* 1MB from 1MB+IMMR */
101770  
101771 @@ -468,7 +469,7 @@
101772         u8                      res18[0xC0000]; /* 0x140000 - 0x200000 */
101773  } __attribute__ ((packed));
101774  
101775 -extern struct qe_immap *qe_immr;
101776 +extern struct qe_immap __iomem *qe_immr;
101777  extern phys_addr_t get_qe_base(void);
101778  
101779  static inline unsigned long immrbar_virt_to_phys(void *address)
101780 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/irqflags.h powerpc.git/include/asm-powerpc/irqflags.h
101781 --- linux-2.6.25-rc9/include/asm-powerpc/irqflags.h     2008-04-11 22:32:29.000000000 +0200
101782 +++ powerpc.git/include/asm-powerpc/irqflags.h  2008-04-19 16:40:57.000000000 +0200
101783 @@ -2,30 +2,43 @@
101784   * include/asm-powerpc/irqflags.h
101785   *
101786   * IRQ flags handling
101787 - *
101788 - * This file gets included from lowlevel asm headers too, to provide
101789 - * wrapped versions of the local_irq_*() APIs, based on the
101790 - * raw_local_irq_*() macros from the lowlevel headers.
101791   */
101792  #ifndef _ASM_IRQFLAGS_H
101793  #define _ASM_IRQFLAGS_H
101794  
101795 +#ifndef __ASSEMBLY__
101796  /*
101797   * Get definitions for raw_local_save_flags(x), etc.
101798   */
101799  #include <asm-powerpc/hw_irq.h>
101800  
101801 +#else
101802 +#ifdef CONFIG_TRACE_IRQFLAGS
101803  /*
101804 - * Do the CPU's IRQ-state tracing from assembly code. We call a
101805 - * C function, so save all the C-clobbered registers:
101806 + * Most of the CPU's IRQ-state tracing is done from assembly code; we
101807 + * have to call a C function so call a wrapper that saves all the
101808 + * C-clobbered registers.
101809   */
101810 -#ifdef CONFIG_TRACE_IRQFLAGS
101811 -
101812 -#error No support on PowerPC yet for CONFIG_TRACE_IRQFLAGS
101813 -
101814 +#define TRACE_ENABLE_INTS      bl .trace_hardirqs_on
101815 +#define TRACE_DISABLE_INTS     bl .trace_hardirqs_off
101816 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip) \
101817 +       cmpdi   en, 0;                          \
101818 +       bne     95f;                            \
101819 +       stb     en,PACASOFTIRQEN(r13);          \
101820 +       bl      .trace_hardirqs_off;            \
101821 +       b       skip;                           \
101822 +95:    bl      .trace_hardirqs_on;             \
101823 +       li      en,1;
101824 +#define TRACE_AND_RESTORE_IRQ(en)              \
101825 +       TRACE_AND_RESTORE_IRQ_PARTIAL(en,96f);  \
101826 +96:    stb     en,PACASOFTIRQEN(r13)
101827  #else
101828 -# define TRACE_IRQS_ON
101829 -# define TRACE_IRQS_OFF
101830 +#define TRACE_ENABLE_INTS
101831 +#define TRACE_DISABLE_INTS
101832 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip)
101833 +#define TRACE_AND_RESTORE_IRQ(en)              \
101834 +       stb     en,PACASOFTIRQEN(r13)
101835 +#endif
101836  #endif
101837  
101838  #endif
101839 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/iseries/alpaca.h powerpc.git/include/asm-powerpc/iseries/alpaca.h
101840 --- linux-2.6.25-rc9/include/asm-powerpc/iseries/alpaca.h       1970-01-01 01:00:00.000000000 +0100
101841 +++ powerpc.git/include/asm-powerpc/iseries/alpaca.h    2008-04-19 16:40:57.000000000 +0200
101842 @@ -0,0 +1,31 @@
101843 +/*
101844 + * Copyright Â© 2008  Stephen Rothwell IBM Corporation
101845 + *
101846 + * This program is free software; you can redistribute it and/or modify
101847 + * it under the terms of the GNU General Public License as published by
101848 + * the Free Software Foundation; either version 2 of the License, or
101849 + * (at your option) any later version.
101850 + *
101851 + * This program is distributed in the hope that it will be useful,
101852 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
101853 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101854 + * GNU General Public License for more details.
101855 + *
101856 + * You should have received a copy of the GNU General Public License
101857 + * along with this program; if not, write to the Free Software
101858 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
101859 + */
101860 +#ifndef _ASM_POWERPC_ISERIES_ALPACA_H
101861 +#define _ASM_POWERPC_ISERIES_ALPACA_H
101862 +
101863 +/*
101864 + * This is the part of the paca that the iSeries hypervisor
101865 + * needs to be statically initialised. Immediately after boot
101866 + * we switch to the normal Linux paca.
101867 + */
101868 +struct alpaca {
101869 +       struct lppaca *lppaca_ptr;      /* Pointer to LpPaca for PLIC */
101870 +       const void *reg_save_ptr;       /* Pointer to LpRegSave for PLIC */
101871 +};
101872 +
101873 +#endif /* _ASM_POWERPC_ISERIES_ALPACA_H */
101874 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/iseries/it_lp_reg_save.h powerpc.git/include/asm-powerpc/iseries/it_lp_reg_save.h
101875 --- linux-2.6.25-rc9/include/asm-powerpc/iseries/it_lp_reg_save.h       2008-04-11 22:32:29.000000000 +0200
101876 +++ powerpc.git/include/asm-powerpc/iseries/it_lp_reg_save.h    1970-01-01 01:00:00.000000000 +0100
101877 @@ -1,85 +0,0 @@
101878 -/*
101879 - * Copyright (C) 2001  Mike Corrigan IBM Corporation
101880 - *
101881 - * This program is free software; you can redistribute it and/or modify
101882 - * it under the terms of the GNU General Public License as published by
101883 - * the Free Software Foundation; either version 2 of the License, or
101884 - * (at your option) any later version.
101885 - *
101886 - * This program is distributed in the hope that it will be useful,
101887 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
101888 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101889 - * GNU General Public License for more details.
101890 - *
101891 - * You should have received a copy of the GNU General Public License
101892 - * along with this program; if not, write to the Free Software
101893 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
101894 - */
101895 -#ifndef _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101896 -#define _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101897 -
101898 -/*
101899 - * This control block contains the data that is shared between PLIC
101900 - * and the OS
101901 - */
101902 -
101903 -struct ItLpRegSave {
101904 -       u32     xDesc;          // Eye catcher  "LpRS" ebcdic   000-003
101905 -       u16     xSize;          // Size of this class           004-005
101906 -       u8      xInUse;         // Area is live                 006-007
101907 -       u8      xRsvd1[9];      // Reserved                     007-00F
101908 -
101909 -       u8      xFixedRegSave[352]; // Fixed Register Save Area 010-16F
101910 -       u32     xCTRL;          // Control Register             170-173
101911 -       u32     xDEC;           // Decrementer                  174-177
101912 -       u32     xFPSCR;         // FP Status and Control Reg    178-17B
101913 -       u32     xPVR;           // Processor Version Number     17C-17F
101914 -
101915 -       u64     xMMCR0;         // Monitor Mode Control Reg 0   180-187
101916 -       u32     xPMC1;          // Perf Monitor Counter 1       188-18B
101917 -       u32     xPMC2;          // Perf Monitor Counter 2       18C-18F
101918 -       u32     xPMC3;          // Perf Monitor Counter 3       190-193
101919 -       u32     xPMC4;          // Perf Monitor Counter 4       194-197
101920 -       u32     xPIR;           // Processor ID Reg             198-19B
101921 -
101922 -       u32     xMMCR1;         // Monitor Mode Control Reg 1   19C-19F
101923 -       u32     xMMCRA;         // Monitor Mode Control Reg A   1A0-1A3
101924 -       u32     xPMC5;          // Perf Monitor Counter 5       1A4-1A7
101925 -       u32     xPMC6;          // Perf Monitor Counter 6       1A8-1AB
101926 -       u32     xPMC7;          // Perf Monitor Counter 7       1AC-1AF
101927 -       u32     xPMC8;          // Perf Monitor Counter 8       1B0-1B3
101928 -       u32     xTSC;           // Thread Switch Control        1B4-1B7
101929 -       u32     xTST;           // Thread Switch Timeout        1B8-1BB
101930 -       u32     xRsvd;          // Reserved                     1BC-1BF
101931 -
101932 -       u64     xACCR;          // Address Compare Control Reg  1C0-1C7
101933 -       u64     xIMR;           // Instruction Match Register   1C8-1CF
101934 -       u64     xSDR1;          // Storage Description Reg 1    1D0-1D7
101935 -       u64     xSPRG0;         // Special Purpose Reg General0 1D8-1DF
101936 -       u64     xSPRG1;         // Special Purpose Reg General1 1E0-1E7
101937 -       u64     xSPRG2;         // Special Purpose Reg General2 1E8-1EF
101938 -       u64     xSPRG3;         // Special Purpose Reg General3 1F0-1F7
101939 -       u64     xTB;            // Time Base Register           1F8-1FF
101940 -
101941 -       u64     xFPR[32];       // Floating Point Registers     200-2FF
101942 -
101943 -       u64     xMSR;           // Machine State Register       300-307
101944 -       u64     xNIA;           // Next Instruction Address     308-30F
101945 -
101946 -       u64     xDABR;          // Data Address Breakpoint Reg  310-317
101947 -       u64     xIABR;          // Inst Address Breakpoint Reg  318-31F
101948 -
101949 -       u64     xHID0;          // HW Implementation Dependent0 320-327
101950 -
101951 -       u64     xHID4;          // HW Implementation Dependent4 328-32F
101952 -       u64     xSCOMd;         // SCON Data Reg (SPRG4)        330-337
101953 -       u64     xSCOMc;         // SCON Command Reg (SPRG5)     338-33F
101954 -       u64     xSDAR;          // Sample Data Address Register 340-347
101955 -       u64     xSIAR;          // Sample Inst Address Register 348-34F
101956 -
101957 -       u8      xRsvd3[176];    // Reserved                     350-3FF
101958 -};
101959 -
101960 -extern struct ItLpRegSave iseries_reg_save[];
101961 -
101962 -#endif /* _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H */
101963 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/lmb.h powerpc.git/include/asm-powerpc/lmb.h
101964 --- linux-2.6.25-rc9/include/asm-powerpc/lmb.h  2008-04-11 22:32:29.000000000 +0200
101965 +++ powerpc.git/include/asm-powerpc/lmb.h       2008-04-19 16:40:57.000000000 +0200
101966 @@ -1,81 +1,15 @@
101967  #ifndef _ASM_POWERPC_LMB_H
101968  #define _ASM_POWERPC_LMB_H
101969 -#ifdef __KERNEL__
101970  
101971 -/*
101972 - * Definitions for talking to the Open Firmware PROM on
101973 - * Power Macintosh computers.
101974 - *
101975 - * Copyright (C) 2001 Peter Bergner, IBM Corp.
101976 - *
101977 - * This program is free software; you can redistribute it and/or
101978 - * modify it under the terms of the GNU General Public License
101979 - * as published by the Free Software Foundation; either version
101980 - * 2 of the License, or (at your option) any later version.
101981 - */
101982 +#include <asm/udbg.h>
101983  
101984 -#include <linux/init.h>
101985 -#include <asm/prom.h>
101986 +#define LMB_DBG(fmt...) udbg_printf(fmt)
101987  
101988 -#define MAX_LMB_REGIONS 128
101989 +#ifdef CONFIG_PPC32
101990 +extern phys_addr_t lowmem_end_addr;
101991 +#define LMB_REAL_LIMIT lowmem_end_addr
101992 +#else
101993 +#define LMB_REAL_LIMIT 0
101994 +#endif
101995  
101996 -struct lmb_property {
101997 -       unsigned long base;
101998 -       unsigned long size;
101999 -};
102000 -
102001 -struct lmb_region {
102002 -       unsigned long cnt;
102003 -       unsigned long size;
102004 -       struct lmb_property region[MAX_LMB_REGIONS+1];
102005 -};
102006 -
102007 -struct lmb {
102008 -       unsigned long debug;
102009 -       unsigned long rmo_size;
102010 -       struct lmb_region memory;
102011 -       struct lmb_region reserved;
102012 -};
102013 -
102014 -extern struct lmb lmb;
102015 -
102016 -extern void __init lmb_init(void);
102017 -extern void __init lmb_analyze(void);
102018 -extern long __init lmb_add(unsigned long base, unsigned long size);
102019 -extern long __init lmb_reserve(unsigned long base, unsigned long size);
102020 -extern unsigned long __init lmb_alloc(unsigned long size, unsigned long align);
102021 -extern unsigned long __init lmb_alloc_base(unsigned long size,
102022 -               unsigned long align, unsigned long max_addr);
102023 -extern unsigned long __init __lmb_alloc_base(unsigned long size,
102024 -               unsigned long align, unsigned long max_addr);
102025 -extern unsigned long __init lmb_phys_mem_size(void);
102026 -extern unsigned long __init lmb_end_of_DRAM(void);
102027 -extern void __init lmb_enforce_memory_limit(unsigned long memory_limit);
102028 -extern int __init lmb_is_reserved(unsigned long addr);
102029 -
102030 -extern void lmb_dump_all(void);
102031 -
102032 -static inline unsigned long
102033 -lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
102034 -{
102035 -       return type->region[region_nr].size;
102036 -}
102037 -static inline unsigned long
102038 -lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
102039 -{
102040 -       return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
102041 -}
102042 -static inline unsigned long
102043 -lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
102044 -{
102045 -       return type->region[region_nr].base >> PAGE_SHIFT;
102046 -}
102047 -static inline unsigned long
102048 -lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
102049 -{
102050 -       return lmb_start_pfn(type, region_nr) +
102051 -              lmb_size_pages(type, region_nr);
102052 -}
102053 -
102054 -#endif /* __KERNEL__ */
102055  #endif /* _ASM_POWERPC_LMB_H */
102056 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/machdep.h powerpc.git/include/asm-powerpc/machdep.h
102057 --- linux-2.6.25-rc9/include/asm-powerpc/machdep.h      2008-04-11 22:32:29.000000000 +0200
102058 +++ powerpc.git/include/asm-powerpc/machdep.h   2008-04-19 16:40:57.000000000 +0200
102059 @@ -68,6 +68,8 @@
102060                                        unsigned long vflags,
102061                                        int psize, int ssize);
102062         long            (*hpte_remove)(unsigned long hpte_group);
102063 +       void            (*hpte_removebolted)(unsigned long ea,
102064 +                                            int psize, int ssize);
102065         void            (*flush_hash_range)(unsigned long number, int local);
102066  
102067         /* special for kexec, to be called in real mode, linar mapping is
102068 @@ -196,9 +198,6 @@
102069            May be NULL. */
102070         void            (*init)(void);
102071  
102072 -       void            (*setup_io_mappings)(void);
102073 -
102074 -       void            (*early_serial_map)(void);
102075         void            (*kgdb_map_scc)(void);
102076  
102077         /*
102078 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/macio.h powerpc.git/include/asm-powerpc/macio.h
102079 --- linux-2.6.25-rc9/include/asm-powerpc/macio.h        2008-04-11 22:32:29.000000000 +0200
102080 +++ powerpc.git/include/asm-powerpc/macio.h     2008-04-19 16:40:57.000000000 +0200
102081 @@ -2,7 +2,7 @@
102082  #define __MACIO_ASIC_H__
102083  #ifdef __KERNEL__
102084  
102085 -#include <asm/of_device.h>
102086 +#include <linux/of_device.h>
102087  
102088  extern struct bus_type macio_bus_type;
102089  
102090 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-40x.h powerpc.git/include/asm-powerpc/mmu-40x.h
102091 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-40x.h      2008-04-11 22:32:29.000000000 +0200
102092 +++ powerpc.git/include/asm-powerpc/mmu-40x.h   2008-04-19 16:40:57.000000000 +0200
102093 @@ -53,8 +53,6 @@
102094  
102095  #ifndef __ASSEMBLY__
102096  
102097 -typedef unsigned long phys_addr_t;
102098 -
102099  typedef struct {
102100         unsigned long id;
102101         unsigned long vdso_base;
102102 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-44x.h powerpc.git/include/asm-powerpc/mmu-44x.h
102103 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-44x.h      2008-04-11 22:32:29.000000000 +0200
102104 +++ powerpc.git/include/asm-powerpc/mmu-44x.h   2008-04-19 16:40:57.000000000 +0200
102105 @@ -53,8 +53,6 @@
102106  
102107  #ifndef __ASSEMBLY__
102108  
102109 -typedef unsigned long long phys_addr_t;
102110 -
102111  typedef struct {
102112         unsigned long id;
102113         unsigned long vdso_base;
102114 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-8xx.h powerpc.git/include/asm-powerpc/mmu-8xx.h
102115 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-8xx.h      2008-04-11 22:32:29.000000000 +0200
102116 +++ powerpc.git/include/asm-powerpc/mmu-8xx.h   2008-04-19 16:40:57.000000000 +0200
102117 @@ -136,8 +136,6 @@
102118  #define SPRN_M_TW      799
102119  
102120  #ifndef __ASSEMBLY__
102121 -typedef unsigned long phys_addr_t;
102122 -
102123  typedef struct {
102124         unsigned long id;
102125         unsigned long vdso_base;
102126 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-fsl-booke.h powerpc.git/include/asm-powerpc/mmu-fsl-booke.h
102127 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-fsl-booke.h        2008-04-11 22:32:29.000000000 +0200
102128 +++ powerpc.git/include/asm-powerpc/mmu-fsl-booke.h     2008-04-19 16:40:57.000000000 +0200
102129 @@ -73,12 +73,6 @@
102130  
102131  #ifndef __ASSEMBLY__
102132  
102133 -#ifndef CONFIG_PHYS_64BIT
102134 -typedef unsigned long phys_addr_t;
102135 -#else
102136 -typedef unsigned long long phys_addr_t;
102137 -#endif
102138 -
102139  typedef struct {
102140         unsigned long id;
102141         unsigned long vdso_base;
102142 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-hash32.h powerpc.git/include/asm-powerpc/mmu-hash32.h
102143 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-hash32.h   2008-04-11 22:32:29.000000000 +0200
102144 +++ powerpc.git/include/asm-powerpc/mmu-hash32.h        2008-04-19 16:40:57.000000000 +0200
102145 @@ -84,8 +84,6 @@
102146         unsigned long vdso_base;
102147  } mm_context_t;
102148  
102149 -typedef unsigned long phys_addr_t;
102150 -
102151  #endif /* !__ASSEMBLY__ */
102152  
102153  #endif /* _ASM_POWERPC_MMU_HASH32_H_ */
102154 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-hash64.h powerpc.git/include/asm-powerpc/mmu-hash64.h
102155 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-hash64.h   2008-04-11 22:32:29.000000000 +0200
102156 +++ powerpc.git/include/asm-powerpc/mmu-hash64.h        2008-04-19 16:40:57.000000000 +0200
102157 @@ -469,9 +469,6 @@
102158                                  VSID_MODULUS_256M)
102159  #define KERNEL_VSID(ea)                VSID_SCRAMBLE(GET_ESID(ea))
102160  
102161 -/* Physical address used by some IO functions */
102162 -typedef unsigned long phys_addr_t;
102163 -
102164  #endif /* __ASSEMBLY__ */
102165  
102166  #endif /* _ASM_POWERPC_MMU_HASH64_H_ */
102167 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/paca.h powerpc.git/include/asm-powerpc/paca.h
102168 --- linux-2.6.25-rc9/include/asm-powerpc/paca.h 2008-04-11 22:32:29.000000000 +0200
102169 +++ powerpc.git/include/asm-powerpc/paca.h      2008-04-19 16:40:57.000000000 +0200
102170 @@ -42,10 +42,7 @@
102171   * Defines the layout of the paca.
102172   *
102173   * This structure is not directly accessed by firmware or the service
102174 - * processor except for the first two pointers that point to the
102175 - * lppaca area and the ItLpRegSave area for this CPU.  The lppaca
102176 - * object is currently contained within the PACA but it doesn't need
102177 - * to be.
102178 + * processor.
102179   */
102180  struct paca_struct {
102181         /*
102182 @@ -55,14 +52,7 @@
102183          * avoid cacheline bouncing.
102184          */
102185  
102186 -       /*
102187 -        * MAGIC: These first two pointers can't be moved - they're
102188 -        * accessed by the firmware
102189 -        */
102190         struct lppaca *lppaca_ptr;      /* Pointer to LpPaca for PLIC */
102191 -#ifdef CONFIG_PPC_ISERIES
102192 -       void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
102193 -#endif /* CONFIG_PPC_ISERIES */
102194  
102195         /*
102196          * MAGIC: the spinlock functions in arch/powerpc/lib/locks.c 
102197 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/page.h powerpc.git/include/asm-powerpc/page.h
102198 --- linux-2.6.25-rc9/include/asm-powerpc/page.h 2008-04-11 22:32:29.000000000 +0200
102199 +++ powerpc.git/include/asm-powerpc/page.h      2008-04-19 16:40:57.000000000 +0200
102200 @@ -53,6 +53,7 @@
102201  
102202  #define PAGE_OFFSET     ASM_CONST(CONFIG_KERNEL_START)
102203  #define KERNELBASE      (PAGE_OFFSET + PHYSICAL_START)
102204 +#define LOAD_OFFSET    PAGE_OFFSET
102205  
102206  #ifdef CONFIG_FLATMEM
102207  #define pfn_valid(pfn)         ((pfn) < max_mapnr)
102208 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/page_32.h powerpc.git/include/asm-powerpc/page_32.h
102209 --- linux-2.6.25-rc9/include/asm-powerpc/page_32.h      2008-04-11 22:32:29.000000000 +0200
102210 +++ powerpc.git/include/asm-powerpc/page_32.h   2008-04-19 16:40:57.000000000 +0200
102211 @@ -3,8 +3,6 @@
102212  
102213  #define VM_DATA_DEFAULT_FLAGS  VM_DATA_DEFAULT_FLAGS32
102214  
102215 -#define PPC_MEMSTART   0
102216 -
102217  #ifdef CONFIG_NOT_COHERENT_CACHE
102218  #define ARCH_KMALLOC_MINALIGN  L1_CACHE_BYTES
102219  #endif
102220 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pasemi_dma.h powerpc.git/include/asm-powerpc/pasemi_dma.h
102221 --- linux-2.6.25-rc9/include/asm-powerpc/pasemi_dma.h   2008-04-11 22:32:29.000000000 +0200
102222 +++ powerpc.git/include/asm-powerpc/pasemi_dma.h        2008-03-17 14:04:35.000000000 +0100
102223 @@ -1,5 +1,5 @@
102224  /*
102225 - * Copyright (C) 2006 PA Semi, Inc
102226 + * Copyright (C) 2006-2008 PA Semi, Inc
102227   *
102228   * Hardware register layout and descriptor formats for the on-board
102229   * DMA engine on PA Semi PWRficient. Used by ethernet, function and security
102230 @@ -40,6 +40,11 @@
102231         PAS_DMA_COM_TXSTA = 0x104,      /* Transmit Status Register   */
102232         PAS_DMA_COM_RXCMD = 0x108,      /* Receive Command Register   */
102233         PAS_DMA_COM_RXSTA = 0x10c,      /* Receive Status Register    */
102234 +       PAS_DMA_COM_CFG   = 0x114,      /* Common config reg          */
102235 +       PAS_DMA_TXF_SFLG0 = 0x140,      /* Set flags                  */
102236 +       PAS_DMA_TXF_SFLG1 = 0x144,      /* Set flags                  */
102237 +       PAS_DMA_TXF_CFLG0 = 0x148,      /* Set flags                  */
102238 +       PAS_DMA_TXF_CFLG1 = 0x14c,      /* Set flags                  */
102239  };
102240  
102241  
102242 @@ -123,11 +128,16 @@
102243  #define    PAS_DMA_TXCHAN_TCMDSTA_DA   0x00000100
102244  #define PAS_DMA_TXCHAN_CFG(c)     (0x304+(c)*_PAS_DMA_TXCHAN_STRIDE)
102245  #define    PAS_DMA_TXCHAN_CFG_TY_IFACE 0x00000000      /* Type = interface */
102246 +#define    PAS_DMA_TXCHAN_CFG_TY_COPY  0x00000001      /* Type = copy only */
102247 +#define    PAS_DMA_TXCHAN_CFG_TY_FUNC  0x00000002      /* Type = function */
102248 +#define    PAS_DMA_TXCHAN_CFG_TY_XOR   0x00000003      /* Type = xor only */
102249  #define    PAS_DMA_TXCHAN_CFG_TATTR_M  0x0000003c
102250  #define    PAS_DMA_TXCHAN_CFG_TATTR_S  2
102251  #define    PAS_DMA_TXCHAN_CFG_TATTR(x) (((x) << PAS_DMA_TXCHAN_CFG_TATTR_S) & \
102252                                          PAS_DMA_TXCHAN_CFG_TATTR_M)
102253 -#define    PAS_DMA_TXCHAN_CFG_WT_M     0x000001c0
102254 +#define    PAS_DMA_TXCHAN_CFG_LPDQ     0x00000800
102255 +#define    PAS_DMA_TXCHAN_CFG_LPSQ     0x00000400
102256 +#define    PAS_DMA_TXCHAN_CFG_WT_M     0x000003c0
102257  #define    PAS_DMA_TXCHAN_CFG_WT_S     6
102258  #define    PAS_DMA_TXCHAN_CFG_WT(x)    (((x) << PAS_DMA_TXCHAN_CFG_WT_S) & \
102259                                          PAS_DMA_TXCHAN_CFG_WT_M)
102260 @@ -394,11 +404,62 @@
102261                                  XCT_COPY_LLEN_M)
102262  #define XCT_COPY_SE            0x0000000000000001ull
102263  
102264 +/* Function descriptor fields */
102265 +#define XCT_FUN_T              0x8000000000000000ull
102266 +#define XCT_FUN_ST             0x4000000000000000ull
102267 +#define XCT_FUN_RR_M           0x3000000000000000ull
102268 +#define XCT_FUN_RR_NORES       0x0000000000000000ull
102269 +#define XCT_FUN_RR_8BRES       0x1000000000000000ull
102270 +#define XCT_FUN_RR_24BRES      0x2000000000000000ull
102271 +#define XCT_FUN_RR_40BRES      0x3000000000000000ull
102272 +#define XCT_FUN_I              0x0800000000000000ull
102273 +#define XCT_FUN_O              0x0400000000000000ull
102274 +#define XCT_FUN_E              0x0200000000000000ull
102275 +#define XCT_FUN_FUN_M          0x01c0000000000000ull
102276 +#define XCT_FUN_FUN_S          54
102277 +#define XCT_FUN_FUN(x)         ((((long)(x)) << XCT_FUN_FUN_S) & XCT_FUN_FUN_M)
102278 +#define XCT_FUN_CRM_M          0x0038000000000000ull
102279 +#define XCT_FUN_CRM_NOP                0x0000000000000000ull
102280 +#define XCT_FUN_CRM_SIG                0x0008000000000000ull
102281 +#define XCT_FUN_LLEN_M         0x0007ffff00000000ull
102282 +#define XCT_FUN_LLEN_S         32
102283 +#define XCT_FUN_LLEN(x)                ((((long)(x)) << XCT_FUN_LLEN_S) & XCT_FUN_LLEN_M)
102284 +#define XCT_FUN_SHL_M          0x00000000f8000000ull
102285 +#define XCT_FUN_SHL_S          27
102286 +#define XCT_FUN_SHL(x)         ((((long)(x)) << XCT_FUN_SHL_S) & XCT_FUN_SHL_M)
102287 +#define XCT_FUN_CHL_M          0x0000000007c00000ull
102288 +#define XCT_FUN_HSZ_M          0x00000000003c0000ull
102289 +#define XCT_FUN_ALG_M          0x0000000000038000ull
102290 +#define XCT_FUN_HP             0x0000000000004000ull
102291 +#define XCT_FUN_BCM_M          0x0000000000003800ull
102292 +#define XCT_FUN_BCP_M          0x0000000000000600ull
102293 +#define XCT_FUN_SIG_M          0x00000000000001f0ull
102294 +#define XCT_FUN_SIG_TCP4       0x0000000000000140ull
102295 +#define XCT_FUN_SIG_TCP6       0x0000000000000150ull
102296 +#define XCT_FUN_SIG_UDP4       0x0000000000000160ull
102297 +#define XCT_FUN_SIG_UDP6       0x0000000000000170ull
102298 +#define XCT_FUN_A              0x0000000000000008ull
102299 +#define XCT_FUN_C              0x0000000000000004ull
102300 +#define XCT_FUN_AL2            0x0000000000000002ull
102301 +#define XCT_FUN_SE             0x0000000000000001ull
102302 +
102303 +/* Function descriptor 8byte result fields */
102304 +#define XCT_FUNRES_8B_CS_M     0x0000ffff00000000ull
102305 +#define XCT_FUNRES_8B_CS_S     32
102306 +#define XCT_FUNRES_8B_CRC_M    0x00000000ffffffffull
102307 +#define XCT_FUNRES_8B_CRC_S    0
102308 +
102309  /* Control descriptor fields */
102310  #define CTRL_CMD_T             0x8000000000000000ull
102311  #define CTRL_CMD_META_EVT      0x2000000000000000ull
102312  #define CTRL_CMD_O             0x0400000000000000ull
102313 -#define CTRL_CMD_REG_M         0x000000000000000full
102314 +#define CTRL_CMD_ETYPE_M       0x0038000000000000ull
102315 +#define CTRL_CMD_ETYPE_EXT     0x0000000000000000ull
102316 +#define CTRL_CMD_ETYPE_WSET    0x0020000000000000ull
102317 +#define CTRL_CMD_ETYPE_WCLR    0x0028000000000000ull
102318 +#define CTRL_CMD_ETYPE_SET     0x0030000000000000ull
102319 +#define CTRL_CMD_ETYPE_CLR     0x0038000000000000ull
102320 +#define CTRL_CMD_REG_M         0x000000000000007full
102321  #define CTRL_CMD_REG_S         0
102322  #define CTRL_CMD_REG(x)                ((((long)(x)) << CTRL_CMD_REG_S) & \
102323                                  CTRL_CMD_REG_M)
102324 @@ -461,6 +522,16 @@
102325  extern void pasemi_dma_free_buf(struct pasemi_dmachan *chan, int size,
102326                                 dma_addr_t *handle);
102327  
102328 +/* Routines to allocate flags (events) for channel syncronization */
102329 +extern int  pasemi_dma_alloc_flag(void);
102330 +extern void pasemi_dma_free_flag(int flag);
102331 +extern void pasemi_dma_set_flag(int flag);
102332 +extern void pasemi_dma_clear_flag(int flag);
102333 +
102334 +/* Routines to allocate function engines */
102335 +extern int  pasemi_dma_alloc_fun(void);
102336 +extern void pasemi_dma_free_fun(int fun);
102337 +
102338  /* Initialize the library, must be called before any other functions */
102339  extern int pasemi_dma_init(void);
102340  
102341 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pci-bridge.h powerpc.git/include/asm-powerpc/pci-bridge.h
102342 --- linux-2.6.25-rc9/include/asm-powerpc/pci-bridge.h   2008-04-11 22:32:29.000000000 +0200
102343 +++ powerpc.git/include/asm-powerpc/pci-bridge.h        2008-04-19 16:40:57.000000000 +0200
102344 @@ -117,7 +117,7 @@
102345  
102346  #ifndef CONFIG_PPC64
102347  
102348 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
102349 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
102350  {
102351         return bus->sysdata;
102352  }
102353 @@ -235,7 +235,7 @@
102354  
102355  extern int pcibios_remove_root_bus(struct pci_controller *phb);
102356  
102357 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
102358 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
102359  {
102360         struct device_node *busdn = bus->sysdata;
102361  
102362 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pgtable-ppc32.h powerpc.git/include/asm-powerpc/pgtable-ppc32.h
102363 --- linux-2.6.25-rc9/include/asm-powerpc/pgtable-ppc32.h        2008-04-11 22:32:29.000000000 +0200
102364 +++ powerpc.git/include/asm-powerpc/pgtable-ppc32.h     2008-04-19 16:40:57.000000000 +0200
102365 @@ -98,9 +98,6 @@
102366  #define USER_PTRS_PER_PGD      (TASK_SIZE / PGDIR_SIZE)
102367  #define FIRST_USER_ADDRESS     0
102368  
102369 -#define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
102370 -#define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS)
102371 -
102372  #define pte_ERROR(e) \
102373         printk("%s:%d: bad pte %llx.\n", __FILE__, __LINE__, \
102374                 (unsigned long long)pte_val(e))
102375 @@ -420,7 +417,8 @@
102376  #define _PAGE_IO       (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
102377  #define _PAGE_RAM      (_PAGE_KERNEL | _PAGE_HWEXEC)
102378  
102379 -#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH)
102380 +#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH) ||\
102381 +       defined(CONFIG_KPROBES)
102382  /* We want the debuggers to be able to set breakpoints anywhere, so
102383   * don't write protect the kernel text */
102384  #define _PAGE_RAM_TEXT _PAGE_RAM
102385 @@ -692,7 +690,7 @@
102386  #define pmd_page_vaddr(pmd)    \
102387         ((unsigned long) (pmd_val(pmd) & PAGE_MASK))
102388  #define pmd_page(pmd)          \
102389 -       (mem_map + (__pa(pmd_val(pmd)) >> PAGE_SHIFT))
102390 +       pfn_to_page((__pa(pmd_val(pmd)) >> PAGE_SHIFT))
102391  #endif
102392  
102393  /* to find an entry in a kernel page-table-directory */
102394 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/phyp_dump.h powerpc.git/include/asm-powerpc/phyp_dump.h
102395 --- linux-2.6.25-rc9/include/asm-powerpc/phyp_dump.h    1970-01-01 01:00:00.000000000 +0100
102396 +++ powerpc.git/include/asm-powerpc/phyp_dump.h 2008-04-19 16:40:57.000000000 +0200
102397 @@ -0,0 +1,47 @@
102398 +/*
102399 + * Hypervisor-assisted dump
102400 + *
102401 + * Linas Vepstas, Manish Ahuja 2008
102402 + * Copyright 2008 IBM Corp.
102403 + *
102404 + *      This program is free software; you can redistribute it and/or
102405 + *      modify it under the terms of the GNU General Public License
102406 + *      as published by the Free Software Foundation; either version
102407 + *      2 of the License, or (at your option) any later version.
102408 + */
102409 +
102410 +#ifndef _PPC64_PHYP_DUMP_H
102411 +#define _PPC64_PHYP_DUMP_H
102412 +
102413 +#ifdef CONFIG_PHYP_DUMP
102414 +
102415 +/* The RMR region will be saved for later dumping
102416 + * whenever the kernel crashes. Set this to 256MB. */
102417 +#define PHYP_DUMP_RMR_START 0x0
102418 +#define PHYP_DUMP_RMR_END   (1UL<<28)
102419 +
102420 +struct phyp_dump {
102421 +       /* Memory that is reserved during very early boot. */
102422 +       unsigned long init_reserve_start;
102423 +       unsigned long init_reserve_size;
102424 +       /* cmd line options during boot */
102425 +       unsigned long reserve_bootvar;
102426 +       unsigned long phyp_dump_at_boot;
102427 +       /* Check status during boot if dump supported, active & present*/
102428 +       unsigned long phyp_dump_configured;
102429 +       unsigned long phyp_dump_is_active;
102430 +       /* store cpu & hpte size */
102431 +       unsigned long cpu_state_size;
102432 +       unsigned long hpte_region_size;
102433 +       /* previous scratch area values */
102434 +       unsigned long reserved_scratch_addr;
102435 +       unsigned long reserved_scratch_size;
102436 +};
102437 +
102438 +extern struct phyp_dump *phyp_dump_info;
102439 +
102440 +int early_init_dt_scan_phyp_dump(unsigned long node,
102441 +               const char *uname, int depth, void *data);
102442 +
102443 +#endif /* CONFIG_PHYP_DUMP */
102444 +#endif /* _PPC64_PHYP_DUMP_H */
102445 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pmi.h powerpc.git/include/asm-powerpc/pmi.h
102446 --- linux-2.6.25-rc9/include/asm-powerpc/pmi.h  2008-04-11 22:32:29.000000000 +0200
102447 +++ powerpc.git/include/asm-powerpc/pmi.h       2008-04-19 16:40:57.000000000 +0200
102448 @@ -29,8 +29,6 @@
102449  
102450  #ifdef __KERNEL__
102451  
102452 -#include <asm/of_device.h>
102453 -
102454  #define PMI_TYPE_FREQ_CHANGE   0x01
102455  #define PMI_READ_TYPE          0
102456  #define PMI_READ_DATA0         1
102457 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/ppc4xx.h powerpc.git/include/asm-powerpc/ppc4xx.h
102458 --- linux-2.6.25-rc9/include/asm-powerpc/ppc4xx.h       1970-01-01 01:00:00.000000000 +0100
102459 +++ powerpc.git/include/asm-powerpc/ppc4xx.h    2008-04-19 16:40:57.000000000 +0200
102460 @@ -0,0 +1,18 @@
102461 +/*
102462 + * PPC4xx Prototypes and definitions
102463 + *
102464 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
102465 + *
102466 + * This is free software; you can redistribute it and/or modify it
102467 + * under the terms of the GNU General Public License as published by
102468 + * the Free Software Foundation; either version 2 of the License, or
102469 + * (at your option) any later version.
102470 + *
102471 + */
102472 +
102473 +#ifndef __ASM_POWERPC_PPC4xx_H__
102474 +#define __ASM_POWERPC_PPC4xx_H__
102475 +
102476 +extern void ppc4xx_reset_system(char *cmd);
102477 +
102478 +#endif /* __ASM_POWERPC_PPC4xx_H__ */
102479 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/ps3.h powerpc.git/include/asm-powerpc/ps3.h
102480 --- linux-2.6.25-rc9/include/asm-powerpc/ps3.h  2008-04-11 22:32:29.000000000 +0200
102481 +++ powerpc.git/include/asm-powerpc/ps3.h       2008-04-19 16:40:57.000000000 +0200
102482 @@ -434,8 +434,11 @@
102483  };
102484  
102485  void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops);
102486 -void ps3_sys_manager_power_off(void);
102487 -void ps3_sys_manager_restart(void);
102488 +void __noreturn ps3_sys_manager_power_off(void);
102489 +void __noreturn ps3_sys_manager_restart(void);
102490 +void __noreturn ps3_sys_manager_halt(void);
102491 +int ps3_sys_manager_get_wol(void);
102492 +void ps3_sys_manager_set_wol(int state);
102493  
102494  struct ps3_prealloc {
102495      const char *name;
102496 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/ptrace.h powerpc.git/include/asm-powerpc/ptrace.h
102497 --- linux-2.6.25-rc9/include/asm-powerpc/ptrace.h       2008-04-11 22:32:29.000000000 +0200
102498 +++ powerpc.git/include/asm-powerpc/ptrace.h    2008-04-19 16:40:57.000000000 +0200
102499 @@ -58,6 +58,11 @@
102500  #define __ARCH_WANT_COMPAT_SYS_PTRACE
102501  
102502  #define STACK_FRAME_OVERHEAD   112     /* size of minimum stack frame */
102503 +#define STACK_FRAME_LR_SAVE    2       /* Location of LR in stack frame */
102504 +#define STACK_FRAME_REGS_MARKER        ASM_CONST(0x7265677368657265)
102505 +#define STACK_INT_FRAME_SIZE   (sizeof(struct pt_regs) + \
102506 +                                       STACK_FRAME_OVERHEAD + 288)
102507 +#define STACK_FRAME_MARKER     12
102508  
102509  /* Size of dummy stack frame allocated when calling signal handler. */
102510  #define __SIGNAL_FRAMESIZE     128
102511 @@ -66,6 +71,10 @@
102512  #else /* __powerpc64__ */
102513  
102514  #define STACK_FRAME_OVERHEAD   16      /* size of minimum stack frame */
102515 +#define STACK_FRAME_LR_SAVE    1       /* Location of LR in stack frame */
102516 +#define STACK_FRAME_REGS_MARKER        ASM_CONST(0x72656773)
102517 +#define STACK_INT_FRAME_SIZE   (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
102518 +#define STACK_FRAME_MARKER     2
102519  
102520  /* Size of stack frame allocated when calling signal handler. */
102521  #define __SIGNAL_FRAMESIZE     64
102522 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/qe.h powerpc.git/include/asm-powerpc/qe.h
102523 --- linux-2.6.25-rc9/include/asm-powerpc/qe.h   2008-04-11 22:32:29.000000000 +0200
102524 +++ powerpc.git/include/asm-powerpc/qe.h        2008-04-19 16:40:57.000000000 +0200
102525 @@ -85,6 +85,7 @@
102526  /* QE internal API */
102527  int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input);
102528  enum qe_clock qe_clock_source(const char *source);
102529 +unsigned int qe_get_brg_clk(void);
102530  int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier);
102531  int qe_get_snum(void);
102532  void qe_put_snum(u8 snum);
102533 @@ -92,7 +93,16 @@
102534  int qe_muram_free(unsigned long offset);
102535  unsigned long qe_muram_alloc_fixed(unsigned long offset, int size);
102536  void qe_muram_dump(void);
102537 -void *qe_muram_addr(unsigned long offset);
102538 +
102539 +static inline void __iomem *qe_muram_addr(unsigned long offset)
102540 +{
102541 +       return (void __iomem *)&qe_immr->muram[offset];
102542 +}
102543 +
102544 +static inline unsigned long qe_muram_offset(void __iomem *addr)
102545 +{
102546 +       return addr - (void __iomem *)qe_immr->muram;
102547 +}
102548  
102549  /* Structure that defines QE firmware binary files.
102550   *
102551 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/rwsem.h powerpc.git/include/asm-powerpc/rwsem.h
102552 --- linux-2.6.25-rc9/include/asm-powerpc/rwsem.h        2008-04-11 22:32:29.000000000 +0200
102553 +++ powerpc.git/include/asm-powerpc/rwsem.h     2008-04-19 16:40:57.000000000 +0200
102554 @@ -32,11 +32,20 @@
102555  #define RWSEM_ACTIVE_WRITE_BIAS                (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
102556         spinlock_t              wait_lock;
102557         struct list_head        wait_list;
102558 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
102559 +       struct lockdep_map      dep_map;
102560 +#endif
102561  };
102562  
102563 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
102564 +# define __RWSEM_DEP_MAP_INIT(lockname) , .dep_map = { .name = #lockname }
102565 +#else
102566 +# define __RWSEM_DEP_MAP_INIT(lockname)
102567 +#endif
102568 +
102569  #define __RWSEM_INITIALIZER(name) \
102570 -       { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
102571 -         LIST_HEAD_INIT((name).wait_list) }
102572 +       { RWSEM_UNLOCKED_VALUE, __SPIN_LOCK_UNLOCKED((name).wait_lock), \
102573 +         LIST_HEAD_INIT((name).wait_list) __RWSEM_DEP_MAP_INIT(name) }
102574  
102575  #define DECLARE_RWSEM(name)            \
102576         struct rw_semaphore name = __RWSEM_INITIALIZER(name)
102577 @@ -46,12 +55,15 @@
102578  extern struct rw_semaphore *rwsem_wake(struct rw_semaphore *sem);
102579  extern struct rw_semaphore *rwsem_downgrade_wake(struct rw_semaphore *sem);
102580  
102581 -static inline void init_rwsem(struct rw_semaphore *sem)
102582 -{
102583 -       sem->count = RWSEM_UNLOCKED_VALUE;
102584 -       spin_lock_init(&sem->wait_lock);
102585 -       INIT_LIST_HEAD(&sem->wait_list);
102586 -}
102587 +extern void __init_rwsem(struct rw_semaphore *sem, const char *name,
102588 +                        struct lock_class_key *key);
102589 +
102590 +#define init_rwsem(sem)                                        \
102591 +       do {                                            \
102592 +               static struct lock_class_key __key;     \
102593 +                                                       \
102594 +               __init_rwsem((sem), #sem, &__key);      \
102595 +       } while (0)
102596  
102597  /*
102598   * lock for reading
102599 @@ -78,7 +90,7 @@
102600  /*
102601   * lock for writing
102602   */
102603 -static inline void __down_write(struct rw_semaphore *sem)
102604 +static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)
102605  {
102606         int tmp;
102607  
102608 @@ -88,6 +100,11 @@
102609                 rwsem_down_write_failed(sem);
102610  }
102611  
102612 +static inline void __down_write(struct rw_semaphore *sem)
102613 +{
102614 +       __down_write_nested(sem, 0);
102615 +}
102616 +
102617  static inline int __down_write_trylock(struct rw_semaphore *sem)
102618  {
102619         int tmp;
102620 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/sparsemem.h powerpc.git/include/asm-powerpc/sparsemem.h
102621 --- linux-2.6.25-rc9/include/asm-powerpc/sparsemem.h    2008-04-11 22:32:29.000000000 +0200
102622 +++ powerpc.git/include/asm-powerpc/sparsemem.h 2008-04-19 16:40:57.000000000 +0200
102623 @@ -15,6 +15,7 @@
102624  
102625  #ifdef CONFIG_MEMORY_HOTPLUG
102626  extern void create_section_mapping(unsigned long start, unsigned long end);
102627 +extern int remove_section_mapping(unsigned long start, unsigned long end);
102628  #ifdef CONFIG_NUMA
102629  extern int hot_add_scn_to_nid(unsigned long scn_addr);
102630  #else
102631 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/spinlock.h powerpc.git/include/asm-powerpc/spinlock.h
102632 --- linux-2.6.25-rc9/include/asm-powerpc/spinlock.h     2008-04-11 22:32:29.000000000 +0200
102633 +++ powerpc.git/include/asm-powerpc/spinlock.h  2008-04-19 16:40:57.000000000 +0200
102634 @@ -19,6 +19,7 @@
102635   *
102636   * (the type definitions are in asm/spinlock_types.h)
102637   */
102638 +#include <linux/irqflags.h>
102639  #ifdef CONFIG_PPC64
102640  #include <asm/paca.h>
102641  #include <asm/hvcall.h>
102642 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/string.h powerpc.git/include/asm-powerpc/string.h
102643 --- linux-2.6.25-rc9/include/asm-powerpc/string.h       2008-04-11 22:32:29.000000000 +0200
102644 +++ powerpc.git/include/asm-powerpc/string.h    2008-04-19 16:40:57.000000000 +0200
102645 @@ -7,6 +7,7 @@
102646  #define __HAVE_ARCH_STRNCPY
102647  #define __HAVE_ARCH_STRLEN
102648  #define __HAVE_ARCH_STRCMP
102649 +#define __HAVE_ARCH_STRNCMP
102650  #define __HAVE_ARCH_STRCAT
102651  #define __HAVE_ARCH_MEMSET
102652  #define __HAVE_ARCH_MEMCPY
102653 @@ -18,6 +19,7 @@
102654  extern char * strncpy(char *,const char *, __kernel_size_t);
102655  extern __kernel_size_t strlen(const char *);
102656  extern int strcmp(const char *,const char *);
102657 +extern int strncmp(const char *, const char *, __kernel_size_t);
102658  extern char * strcat(char *, const char *);
102659  extern void * memset(void *,int,__kernel_size_t);
102660  extern void * memcpy(void *,const void *,__kernel_size_t);
102661 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/types.h powerpc.git/include/asm-powerpc/types.h
102662 --- linux-2.6.25-rc9/include/asm-powerpc/types.h        2008-04-11 22:32:29.000000000 +0200
102663 +++ powerpc.git/include/asm-powerpc/types.h     2008-04-19 16:40:57.000000000 +0200
102664 @@ -84,6 +84,13 @@
102665  
102666  typedef __vector128 vector128;
102667  
102668 +/* Physical address used by some IO functions */
102669 +#if defined(CONFIG_PPC64) || defined(CONFIG_PHYS_64BIT)
102670 +typedef u64 phys_addr_t;
102671 +#else
102672 +typedef u32 phys_addr_t;
102673 +#endif
102674 +
102675  #ifdef __powerpc64__
102676  typedef u64 dma_addr_t;
102677  #else
102678 diff -x .git -Nur linux-2.6.25-rc9/include/asm-sparc64/lmb.h powerpc.git/include/asm-sparc64/lmb.h
102679 --- linux-2.6.25-rc9/include/asm-sparc64/lmb.h  1970-01-01 01:00:00.000000000 +0100
102680 +++ powerpc.git/include/asm-sparc64/lmb.h       2008-03-17 14:04:36.000000000 +0100
102681 @@ -0,0 +1,10 @@
102682 +#ifndef _SPARC64_LMB_H
102683 +#define _SPARC64_LMB_H
102684 +
102685 +#include <asm/oplib.h>
102686 +
102687 +#define LMB_DBG(fmt...) prom_printf(fmt)
102688 +
102689 +#define LMB_REAL_LIMIT 0
102690 +
102691 +#endif /* !(_SPARC64_LMB_H) */
102692 diff -x .git -Nur linux-2.6.25-rc9/include/linux/lmb.h powerpc.git/include/linux/lmb.h
102693 --- linux-2.6.25-rc9/include/linux/lmb.h        1970-01-01 01:00:00.000000000 +0100
102694 +++ powerpc.git/include/linux/lmb.h     2008-04-19 16:40:57.000000000 +0200
102695 @@ -0,0 +1,85 @@
102696 +#ifndef _LINUX_LMB_H
102697 +#define _LINUX_LMB_H
102698 +#ifdef __KERNEL__
102699 +
102700 +/*
102701 + * Logical memory blocks.
102702 + *
102703 + * Copyright (C) 2001 Peter Bergner, IBM Corp.
102704 + *
102705 + * This program is free software; you can redistribute it and/or
102706 + * modify it under the terms of the GNU General Public License
102707 + * as published by the Free Software Foundation; either version
102708 + * 2 of the License, or (at your option) any later version.
102709 + */
102710 +
102711 +#include <linux/init.h>
102712 +#include <linux/mm.h>
102713 +
102714 +#define MAX_LMB_REGIONS 128
102715 +
102716 +struct lmb_property {
102717 +       u64 base;
102718 +       u64 size;
102719 +};
102720 +
102721 +struct lmb_region {
102722 +       unsigned long cnt;
102723 +       u64 size;
102724 +       struct lmb_property region[MAX_LMB_REGIONS+1];
102725 +};
102726 +
102727 +struct lmb {
102728 +       unsigned long debug;
102729 +       u64 rmo_size;
102730 +       struct lmb_region memory;
102731 +       struct lmb_region reserved;
102732 +};
102733 +
102734 +extern struct lmb lmb;
102735 +
102736 +extern void __init lmb_init(void);
102737 +extern void __init lmb_analyze(void);
102738 +extern long __init lmb_add(u64 base, u64 size);
102739 +extern long __init lmb_reserve(u64 base, u64 size);
102740 +extern u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
102741 +                               u64 (*nid_range)(u64, u64, int *));
102742 +extern u64 __init lmb_alloc(u64 size, u64 align);
102743 +extern u64 __init lmb_alloc_base(u64 size,
102744 +               u64, u64 max_addr);
102745 +extern u64 __init __lmb_alloc_base(u64 size,
102746 +               u64 align, u64 max_addr);
102747 +extern u64 __init lmb_phys_mem_size(void);
102748 +extern u64 __init lmb_end_of_DRAM(void);
102749 +extern void __init lmb_enforce_memory_limit(u64 memory_limit);
102750 +extern int __init lmb_is_reserved(u64 addr);
102751 +
102752 +extern void lmb_dump_all(void);
102753 +
102754 +static inline u64
102755 +lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
102756 +{
102757 +       return type->region[region_nr].size;
102758 +}
102759 +static inline u64
102760 +lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
102761 +{
102762 +       return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
102763 +}
102764 +static inline u64
102765 +lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
102766 +{
102767 +       return type->region[region_nr].base >> PAGE_SHIFT;
102768 +}
102769 +static inline u64
102770 +lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
102771 +{
102772 +       return lmb_start_pfn(type, region_nr) +
102773 +              lmb_size_pages(type, region_nr);
102774 +}
102775 +
102776 +#include <asm/lmb.h>
102777 +
102778 +#endif /* __KERNEL__ */
102779 +
102780 +#endif /* _LINUX_LMB_H */
102781 diff -x .git -Nur linux-2.6.25-rc9/include/linux/of.h powerpc.git/include/linux/of.h
102782 --- linux-2.6.25-rc9/include/linux/of.h 2008-04-11 22:32:29.000000000 +0200
102783 +++ powerpc.git/include/linux/of.h      2008-04-19 16:40:57.000000000 +0200
102784 @@ -62,6 +62,7 @@
102785                                          int *lenp);
102786  extern int of_device_is_compatible(const struct device_node *device,
102787                                    const char *);
102788 +extern int of_device_is_available(const struct device_node *device);
102789  extern const void *of_get_property(const struct device_node *node,
102790                                 const char *name,
102791                                 int *lenp);
102792 diff -x .git -Nur linux-2.6.25-rc9/include/linux/of_gpio.h powerpc.git/include/linux/of_gpio.h
102793 --- linux-2.6.25-rc9/include/linux/of_gpio.h    1970-01-01 01:00:00.000000000 +0100
102794 +++ powerpc.git/include/linux/of_gpio.h 2008-04-19 16:40:57.000000000 +0200
102795 @@ -0,0 +1,69 @@
102796 +/*
102797 + * OF helpers for the GPIO API
102798 + *
102799 + * Copyright (c) 2007-2008  MontaVista Software, Inc.
102800 + *
102801 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
102802 + *
102803 + * This program is free software; you can redistribute it and/or modify
102804 + * it under the terms of the GNU General Public License as published by
102805 + * the Free Software Foundation; either version 2 of the License, or
102806 + * (at your option) any later version.
102807 + */
102808 +
102809 +#ifndef __LINUX_OF_GPIO_H
102810 +#define __LINUX_OF_GPIO_H
102811 +
102812 +#include <linux/errno.h>
102813 +#include <asm/gpio.h>
102814 +
102815 +#ifdef CONFIG_OF_GPIO
102816 +
102817 +/*
102818 + * Generic OF GPIO chip
102819 + */
102820 +struct of_gpio_chip {
102821 +       struct gpio_chip gc;
102822 +       int gpio_cells;
102823 +       int (*xlate)(struct of_gpio_chip *of_gc, struct device_node *np,
102824 +                    const void *gpio_spec);
102825 +};
102826 +
102827 +static inline struct of_gpio_chip *to_of_gpio_chip(struct gpio_chip *gc)
102828 +{
102829 +       return container_of(gc, struct of_gpio_chip, gc);
102830 +}
102831 +
102832 +/*
102833 + * OF GPIO chip for memory mapped banks
102834 + */
102835 +struct of_mm_gpio_chip {
102836 +       struct of_gpio_chip of_gc;
102837 +       void (*save_regs)(struct of_mm_gpio_chip *mm_gc);
102838 +       void __iomem *regs;
102839 +};
102840 +
102841 +static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc)
102842 +{
102843 +       struct of_gpio_chip *of_gc = to_of_gpio_chip(gc);
102844 +
102845 +       return container_of(of_gc, struct of_mm_gpio_chip, of_gc);
102846 +}
102847 +
102848 +extern int of_get_gpio(struct device_node *np, int index);
102849 +extern int of_mm_gpiochip_add(struct device_node *np,
102850 +                             struct of_mm_gpio_chip *mm_gc);
102851 +extern int of_gpio_simple_xlate(struct of_gpio_chip *of_gc,
102852 +                               struct device_node *np,
102853 +                               const void *gpio_spec);
102854 +#else
102855 +
102856 +/* Drivers may not strictly depend on the GPIO support, so let them link. */
102857 +static inline int of_get_gpio(struct device_node *np, int index)
102858 +{
102859 +       return -ENOSYS;
102860 +}
102861 +
102862 +#endif /* CONFIG_OF_GPIO */
102863 +
102864 +#endif /* __LINUX_OF_GPIO_H */
102865 diff -x .git -Nur linux-2.6.25-rc9/include/linux/of_i2c.h powerpc.git/include/linux/of_i2c.h
102866 --- linux-2.6.25-rc9/include/linux/of_i2c.h     1970-01-01 01:00:00.000000000 +0100
102867 +++ powerpc.git/include/linux/of_i2c.h  2008-04-19 16:40:57.000000000 +0200
102868 @@ -0,0 +1,24 @@
102869 +/*
102870 + * Generic I2C API implementation for PowerPC.
102871 + *
102872 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
102873 + *
102874 + * This program is free software; you can redistribute it and/or modify
102875 + * it under the terms of the GNU General Public License as published by
102876 + * the Free Software Foundation; either version 2 of the License, or
102877 + * (at your option) any later version.
102878 + */
102879 +
102880 +#ifndef __LINUX_OF_I2C_H
102881 +#define __LINUX_OF_I2C_H
102882 +
102883 +#include <linux/i2c.h>
102884 +
102885 +#ifdef CONFIG_OF_I2C
102886 +
102887 +void of_register_i2c_devices(struct i2c_adapter *adap,
102888 +                            struct device_node *adap_node);
102889 +
102890 +#endif /* CONFIG_OF_I2C */
102891 +
102892 +#endif /* __LINUX_OF_I2C_H */
102893 diff -x .git -Nur linux-2.6.25-rc9/lib/Kconfig powerpc.git/lib/Kconfig
102894 --- linux-2.6.25-rc9/lib/Kconfig        2008-04-11 22:32:29.000000000 +0200
102895 +++ powerpc.git/lib/Kconfig     2008-03-17 14:04:43.000000000 +0100
102896 @@ -141,4 +141,7 @@
102897  config CHECK_SIGNATURE
102898         bool
102899  
102900 +config HAVE_LMB
102901 +       boolean
102902 +
102903  endmenu
102904 diff -x .git -Nur linux-2.6.25-rc9/lib/Makefile powerpc.git/lib/Makefile
102905 --- linux-2.6.25-rc9/lib/Makefile       2008-04-11 22:32:29.000000000 +0200
102906 +++ powerpc.git/lib/Makefile    2008-03-17 14:04:43.000000000 +0100
102907 @@ -70,6 +70,8 @@
102908  
102909  lib-$(CONFIG_GENERIC_BUG) += bug.o
102910  
102911 +obj-$(CONFIG_HAVE_LMB) += lmb.o
102912 +
102913  hostprogs-y    := gen_crc32table
102914  clean-files    := crc32table.h
102915  
102916 diff -x .git -Nur linux-2.6.25-rc9/lib/lmb.c powerpc.git/lib/lmb.c
102917 --- linux-2.6.25-rc9/lib/lmb.c  1970-01-01 01:00:00.000000000 +0100
102918 +++ powerpc.git/lib/lmb.c       2008-04-19 16:40:59.000000000 +0200
102919 @@ -0,0 +1,428 @@
102920 +/*
102921 + * Procedures for maintaining information about logical memory blocks.
102922 + *
102923 + * Peter Bergner, IBM Corp.    June 2001.
102924 + * Copyright (C) 2001 Peter Bergner.
102925 + *
102926 + *      This program is free software; you can redistribute it and/or
102927 + *      modify it under the terms of the GNU General Public License
102928 + *      as published by the Free Software Foundation; either version
102929 + *      2 of the License, or (at your option) any later version.
102930 + */
102931 +
102932 +#include <linux/kernel.h>
102933 +#include <linux/init.h>
102934 +#include <linux/bitops.h>
102935 +#include <linux/lmb.h>
102936 +
102937 +#define LMB_ALLOC_ANYWHERE     0
102938 +
102939 +struct lmb lmb;
102940 +
102941 +void lmb_dump_all(void)
102942 +{
102943 +#ifdef DEBUG
102944 +       unsigned long i;
102945 +
102946 +       pr_debug("lmb_dump_all:\n");
102947 +       pr_debug("    memory.cnt                  = 0x%lx\n", lmb.memory.cnt);
102948 +       pr_debug("    memory.size                 = 0x%llx\n",
102949 +           (unsigned long long)lmb.memory.size);
102950 +       for (i=0; i < lmb.memory.cnt ;i++) {
102951 +               pr_debug("    memory.region[0x%x].base       = 0x%llx\n",
102952 +                   i, (unsigned long long)lmb.memory.region[i].base);
102953 +               pr_debug("                    .size     = 0x%llx\n",
102954 +                   (unsigned long long)lmb.memory.region[i].size);
102955 +       }
102956 +
102957 +       pr_debug("    reserved.cnt        = 0x%lx\n", lmb.reserved.cnt);
102958 +       pr_debug("    reserved.size       = 0x%lx\n", lmb.reserved.size);
102959 +       for (i=0; i < lmb.reserved.cnt ;i++) {
102960 +               pr_debug("    reserved.region[0x%x].base       = 0x%llx\n",
102961 +                   i, (unsigned long long)lmb.reserved.region[i].base);
102962 +               pr_debug("                    .size     = 0x%llx\n",
102963 +                   (unsigned long long)lmb.reserved.region[i].size);
102964 +       }
102965 +#endif /* DEBUG */
102966 +}
102967 +
102968 +static unsigned long __init lmb_addrs_overlap(u64 base1, u64 size1,
102969 +               u64 base2, u64 size2)
102970 +{
102971 +       return ((base1 < (base2 + size2)) && (base2 < (base1 + size1)));
102972 +}
102973 +
102974 +static long __init lmb_addrs_adjacent(u64 base1, u64 size1,
102975 +               u64 base2, u64 size2)
102976 +{
102977 +       if (base2 == base1 + size1)
102978 +               return 1;
102979 +       else if (base1 == base2 + size2)
102980 +               return -1;
102981 +
102982 +       return 0;
102983 +}
102984 +
102985 +static long __init lmb_regions_adjacent(struct lmb_region *rgn,
102986 +               unsigned long r1, unsigned long r2)
102987 +{
102988 +       u64 base1 = rgn->region[r1].base;
102989 +       u64 size1 = rgn->region[r1].size;
102990 +       u64 base2 = rgn->region[r2].base;
102991 +       u64 size2 = rgn->region[r2].size;
102992 +
102993 +       return lmb_addrs_adjacent(base1, size1, base2, size2);
102994 +}
102995 +
102996 +static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
102997 +{
102998 +       unsigned long i;
102999 +
103000 +       for (i = r; i < rgn->cnt - 1; i++) {
103001 +               rgn->region[i].base = rgn->region[i + 1].base;
103002 +               rgn->region[i].size = rgn->region[i + 1].size;
103003 +       }
103004 +       rgn->cnt--;
103005 +}
103006 +
103007 +/* Assumption: base addr of region 1 < base addr of region 2 */
103008 +static void __init lmb_coalesce_regions(struct lmb_region *rgn,
103009 +               unsigned long r1, unsigned long r2)
103010 +{
103011 +       rgn->region[r1].size += rgn->region[r2].size;
103012 +       lmb_remove_region(rgn, r2);
103013 +}
103014 +
103015 +void __init lmb_init(void)
103016 +{
103017 +       /* Create a dummy zero size LMB which will get coalesced away later.
103018 +        * This simplifies the lmb_add() code below...
103019 +        */
103020 +       lmb.memory.region[0].base = 0;
103021 +       lmb.memory.region[0].size = 0;
103022 +       lmb.memory.cnt = 1;
103023 +
103024 +       /* Ditto. */
103025 +       lmb.reserved.region[0].base = 0;
103026 +       lmb.reserved.region[0].size = 0;
103027 +       lmb.reserved.cnt = 1;
103028 +}
103029 +
103030 +void __init lmb_analyze(void)
103031 +{
103032 +       int i;
103033 +
103034 +       lmb.memory.size = 0;
103035 +
103036 +       for (i = 0; i < lmb.memory.cnt; i++)
103037 +               lmb.memory.size += lmb.memory.region[i].size;
103038 +}
103039 +
103040 +static long __init lmb_add_region(struct lmb_region *rgn, u64 base, u64 size)
103041 +{
103042 +       unsigned long coalesced = 0;
103043 +       long adjacent, i;
103044 +
103045 +       if ((rgn->cnt == 1) && (rgn->region[0].size == 0)) {
103046 +               rgn->region[0].base = base;
103047 +               rgn->region[0].size = size;
103048 +               return 0;
103049 +       }
103050 +
103051 +       /* First try and coalesce this LMB with another. */
103052 +       for (i = 0; i < rgn->cnt; i++) {
103053 +               u64 rgnbase = rgn->region[i].base;
103054 +               u64 rgnsize = rgn->region[i].size;
103055 +
103056 +               if ((rgnbase == base) && (rgnsize == size))
103057 +                       /* Already have this region, so we're done */
103058 +                       return 0;
103059 +
103060 +               adjacent = lmb_addrs_adjacent(base, size, rgnbase, rgnsize);
103061 +               if (adjacent > 0) {
103062 +                       rgn->region[i].base -= size;
103063 +                       rgn->region[i].size += size;
103064 +                       coalesced++;
103065 +                       break;
103066 +               } else if (adjacent < 0) {
103067 +                       rgn->region[i].size += size;
103068 +                       coalesced++;
103069 +                       break;
103070 +               }
103071 +       }
103072 +
103073 +       if ((i < rgn->cnt - 1) && lmb_regions_adjacent(rgn, i, i+1)) {
103074 +               lmb_coalesce_regions(rgn, i, i+1);
103075 +               coalesced++;
103076 +       }
103077 +
103078 +       if (coalesced)
103079 +               return coalesced;
103080 +       if (rgn->cnt >= MAX_LMB_REGIONS)
103081 +               return -1;
103082 +
103083 +       /* Couldn't coalesce the LMB, so add it to the sorted table. */
103084 +       for (i = rgn->cnt - 1; i >= 0; i--) {
103085 +               if (base < rgn->region[i].base) {
103086 +                       rgn->region[i+1].base = rgn->region[i].base;
103087 +                       rgn->region[i+1].size = rgn->region[i].size;
103088 +               } else {
103089 +                       rgn->region[i+1].base = base;
103090 +                       rgn->region[i+1].size = size;
103091 +                       break;
103092 +               }
103093 +       }
103094 +
103095 +       if (base < rgn->region[0].base) {
103096 +               rgn->region[0].base = base;
103097 +               rgn->region[0].size = size;
103098 +       }
103099 +       rgn->cnt++;
103100 +
103101 +       return 0;
103102 +}
103103 +
103104 +long __init lmb_add(u64 base, u64 size)
103105 +{
103106 +       struct lmb_region *_rgn = &lmb.memory;
103107 +
103108 +       /* On pSeries LPAR systems, the first LMB is our RMO region. */
103109 +       if (base == 0)
103110 +               lmb.rmo_size = size;
103111 +
103112 +       return lmb_add_region(_rgn, base, size);
103113 +
103114 +}
103115 +
103116 +long __init lmb_reserve(u64 base, u64 size)
103117 +{
103118 +       struct lmb_region *_rgn = &lmb.reserved;
103119 +
103120 +       BUG_ON(0 == size);
103121 +
103122 +       return lmb_add_region(_rgn, base, size);
103123 +}
103124 +
103125 +long __init lmb_overlaps_region(struct lmb_region *rgn, u64 base, u64 size)
103126 +{
103127 +       unsigned long i;
103128 +
103129 +       for (i = 0; i < rgn->cnt; i++) {
103130 +               u64 rgnbase = rgn->region[i].base;
103131 +               u64 rgnsize = rgn->region[i].size;
103132 +               if (lmb_addrs_overlap(base, size, rgnbase, rgnsize))
103133 +                       break;
103134 +       }
103135 +
103136 +       return (i < rgn->cnt) ? i : -1;
103137 +}
103138 +
103139 +static u64 lmb_align_down(u64 addr, u64 size)
103140 +{
103141 +       return addr & ~(size - 1);
103142 +}
103143 +
103144 +static u64 lmb_align_up(u64 addr, u64 size)
103145 +{
103146 +       return (addr + (size - 1)) & ~(size - 1);
103147 +}
103148 +
103149 +static u64 __init lmb_alloc_nid_unreserved(u64 start, u64 end,
103150 +                                          u64 size, u64 align)
103151 +{
103152 +       u64 base, res_base;
103153 +       long j;
103154 +
103155 +       base = lmb_align_down((end - size), align);
103156 +       while (start <= base) {
103157 +               j = lmb_overlaps_region(&lmb.reserved, base, size);
103158 +               if (j < 0) {
103159 +                       /* this area isn't reserved, take it */
103160 +                       if (lmb_add_region(&lmb.reserved, base,
103161 +                                          lmb_align_up(size, align)) < 0)
103162 +                               base = ~(u64)0;
103163 +                       return base;
103164 +               }
103165 +               res_base = lmb.reserved.region[j].base;
103166 +               if (res_base < size)
103167 +                       break;
103168 +               base = lmb_align_down(res_base - size, align);
103169 +       }
103170 +
103171 +       return ~(u64)0;
103172 +}
103173 +
103174 +static u64 __init lmb_alloc_nid_region(struct lmb_property *mp,
103175 +                                      u64 (*nid_range)(u64, u64, int *),
103176 +                                      u64 size, u64 align, int nid)
103177 +{
103178 +       u64 start, end;
103179 +
103180 +       start = mp->base;
103181 +       end = start + mp->size;
103182 +
103183 +       start = lmb_align_up(start, align);
103184 +       while (start < end) {
103185 +               u64 this_end;
103186 +               int this_nid;
103187 +
103188 +               this_end = nid_range(start, end, &this_nid);
103189 +               if (this_nid == nid) {
103190 +                       u64 ret = lmb_alloc_nid_unreserved(start, this_end,
103191 +                                                          size, align);
103192 +                       if (ret != ~(u64)0)
103193 +                               return ret;
103194 +               }
103195 +               start = this_end;
103196 +       }
103197 +
103198 +       return ~(u64)0;
103199 +}
103200 +
103201 +u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
103202 +                        u64 (*nid_range)(u64 start, u64 end, int *nid))
103203 +{
103204 +       struct lmb_region *mem = &lmb.memory;
103205 +       int i;
103206 +
103207 +       for (i = 0; i < mem->cnt; i++) {
103208 +               u64 ret = lmb_alloc_nid_region(&mem->region[i],
103209 +                                              nid_range,
103210 +                                              size, align, nid);
103211 +               if (ret != ~(u64)0)
103212 +                       return ret;
103213 +       }
103214 +
103215 +       return lmb_alloc(size, align);
103216 +}
103217 +
103218 +u64 __init lmb_alloc(u64 size, u64 align)
103219 +{
103220 +       return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
103221 +}
103222 +
103223 +u64 __init lmb_alloc_base(u64 size, u64 align, u64 max_addr)
103224 +{
103225 +       u64 alloc;
103226 +
103227 +       alloc = __lmb_alloc_base(size, align, max_addr);
103228 +
103229 +       if (alloc == 0)
103230 +               panic("ERROR: Failed to allocate 0x%llx bytes below 0x%llx.\n",
103231 +                     (unsigned long long) size, (unsigned long long) max_addr);
103232 +
103233 +       return alloc;
103234 +}
103235 +
103236 +u64 __init __lmb_alloc_base(u64 size, u64 align, u64 max_addr)
103237 +{
103238 +       long i, j;
103239 +       u64 base = 0;
103240 +       u64 res_base;
103241 +
103242 +       BUG_ON(0 == size);
103243 +
103244 +       /* On some platforms, make sure we allocate lowmem */
103245 +       /* Note that LMB_REAL_LIMIT may be LMB_ALLOC_ANYWHERE */
103246 +       if (max_addr == LMB_ALLOC_ANYWHERE)
103247 +               max_addr = LMB_REAL_LIMIT;
103248 +
103249 +       for (i = lmb.memory.cnt - 1; i >= 0; i--) {
103250 +               u64 lmbbase = lmb.memory.region[i].base;
103251 +               u64 lmbsize = lmb.memory.region[i].size;
103252 +
103253 +               if (lmbsize < size)
103254 +                       continue;
103255 +               if (max_addr == LMB_ALLOC_ANYWHERE)
103256 +                       base = lmb_align_down(lmbbase + lmbsize - size, align);
103257 +               else if (lmbbase < max_addr) {
103258 +                       base = min(lmbbase + lmbsize, max_addr);
103259 +                       base = lmb_align_down(base - size, align);
103260 +               } else
103261 +                       continue;
103262 +
103263 +               while (base && lmbbase <= base) {
103264 +                       j = lmb_overlaps_region(&lmb.reserved, base, size);
103265 +                       if (j < 0) {
103266 +                               /* this area isn't reserved, take it */
103267 +                               if (lmb_add_region(&lmb.reserved, base,
103268 +                                                  size) < 0)
103269 +                                       return 0;
103270 +                               return base;
103271 +                       }
103272 +                       res_base = lmb.reserved.region[j].base;
103273 +                       if (res_base < size)
103274 +                               break;
103275 +                       base = lmb_align_down(res_base - size, align);
103276 +               }
103277 +       }
103278 +       return 0;
103279 +}
103280 +
103281 +/* You must call lmb_analyze() before this. */
103282 +u64 __init lmb_phys_mem_size(void)
103283 +{
103284 +       return lmb.memory.size;
103285 +}
103286 +
103287 +u64 __init lmb_end_of_DRAM(void)
103288 +{
103289 +       int idx = lmb.memory.cnt - 1;
103290 +
103291 +       return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
103292 +}
103293 +
103294 +/* You must call lmb_analyze() after this. */
103295 +void __init lmb_enforce_memory_limit(u64 memory_limit)
103296 +{
103297 +       unsigned long i;
103298 +       u64 limit;
103299 +       struct lmb_property *p;
103300 +
103301 +       if (!memory_limit)
103302 +               return;
103303 +
103304 +       /* Truncate the lmb regions to satisfy the memory limit. */
103305 +       limit = memory_limit;
103306 +       for (i = 0; i < lmb.memory.cnt; i++) {
103307 +               if (limit > lmb.memory.region[i].size) {
103308 +                       limit -= lmb.memory.region[i].size;
103309 +                       continue;
103310 +               }
103311 +
103312 +               lmb.memory.region[i].size = limit;
103313 +               lmb.memory.cnt = i + 1;
103314 +               break;
103315 +       }
103316 +
103317 +       if (lmb.memory.region[0].size < lmb.rmo_size)
103318 +               lmb.rmo_size = lmb.memory.region[0].size;
103319 +
103320 +       /* And truncate any reserves above the limit also. */
103321 +       for (i = 0; i < lmb.reserved.cnt; i++) {
103322 +               p = &lmb.reserved.region[i];
103323 +
103324 +               if (p->base > memory_limit)
103325 +                       p->size = 0;
103326 +               else if ((p->base + p->size) > memory_limit)
103327 +                       p->size = memory_limit - p->base;
103328 +
103329 +               if (p->size == 0) {
103330 +                       lmb_remove_region(&lmb.reserved, i);
103331 +                       i--;
103332 +               }
103333 +       }
103334 +}
103335 +
103336 +int __init lmb_is_reserved(u64 addr)
103337 +{
103338 +       int i;
103339 +
103340 +       for (i = 0; i < lmb.reserved.cnt; i++) {
103341 +               u64 upper = lmb.reserved.region[i].base +
103342 +                       lmb.reserved.region[i].size - 1;
103343 +               if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))
103344 +                       return 1;
103345 +       }
103346 +       return 0;
103347 +}